socat: drop old patch
authorHenning Schild <redacted>
Sun, 25 May 2025 10:49:56 +0000 (12:49 +0200)
committerHannu Nyman <redacted>
Sun, 8 Jun 2025 08:48:27 +0000 (11:48 +0300)
reverts
17cfc75b9874 ("socat: Fix compile with deprecated APIs disabled")

The package no longer relies on deprecated openssl functions.

Signed-off-by: Henning Schild <redacted>
net/socat/Makefile
net/socat/patches/200-openssl-deprecated.patch [deleted file]

index 57b3ce47a87da08dfa9008e754dad9d48cbb4689..d06579721256a390a758d9a713aca3214c06a05b 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=socat
 PKG_VERSION:=1.8.0.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download
diff --git a/net/socat/patches/200-openssl-deprecated.patch b/net/socat/patches/200-openssl-deprecated.patch
deleted file mode 100644 (file)
index 414fb21..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/xio-openssl.c
-+++ b/xio-openssl.c
-@@ -8,6 +8,8 @@
- #if WITH_OPENSSL      /* make this address configure dependent */
- #include <openssl/conf.h>
- #include <openssl/x509v3.h>
-+#include <openssl/dh.h>
-+#include <openssl/bn.h>
- #include "xioopen.h"
git clone https://git.99rst.org/PROJECT