From e60f3711f82ae82840314a76a355788f1580f973 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Thu, 8 Jan 2026 14:07:45 +0200 Subject: [PATCH] ports: Update openssl 3.3.1->3.6.0 --- ports/openssl/build.sh | 4 ++-- ports/openssl/patches/0003-disable-recvmsg.patch | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 ports/openssl/patches/0003-disable-recvmsg.patch diff --git a/ports/openssl/build.sh b/ports/openssl/build.sh index 1505716a..481067ba 100755 --- a/ports/openssl/build.sh +++ b/ports/openssl/build.sh @@ -1,8 +1,8 @@ #!/bin/bash ../install.sh NAME='openssl' -VERSION='3.3.1' -DOWNLOAD_URL="https://github.com/openssl/openssl/releases/download/openssl-$VERSION/openssl-$VERSION.tar.gz#777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e" +VERSION='3.6.0' +DOWNLOAD_URL="https://github.com/openssl/openssl/releases/download/openssl-$VERSION/openssl-$VERSION.tar.gz#b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9" DEPENDENCIES=('zlib') MAKE_INSTALL_TARGETS=('install_sw' 'install_ssldirs') diff --git a/ports/openssl/patches/0003-disable-recvmsg.patch b/ports/openssl/patches/0003-disable-recvmsg.patch deleted file mode 100644 index b4a11e88..00000000 --- a/ports/openssl/patches/0003-disable-recvmsg.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN openssl-3.3.1/crypto/bio/bss_dgram.c openssl-3.3.1-banan_os/crypto/bio/bss_dgram.c ---- openssl-3.3.1/crypto/bio/bss_dgram.c 2024-06-04 15:53:04.000000000 +0300 -+++ openssl-3.3.1-banan_os/crypto/bio/bss_dgram.c 2025-06-01 19:48:55.088806701 +0300 -@@ -61,7 +61,7 @@ - # define NO_RECVMMSG - # endif - # endif --# if defined(__GNU__) -+# if defined(__GNU__) || defined(__banan_os__) - /* GNU/Hurd does not have IP_PKTINFO yet */ - #undef NO_RECVMSG - #define NO_RECVMSG