mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
stunnel: update version to 5.75
Bugfixes: * Fixed infinite loop triggered by OCSP URL parsing errors (thx to Richard Könning for reporting). * Fixed OPENSSL_NO_OCSP build issues (thx to Dmitry Mostovoy for reporting). * Fixed default curve selection in FIPS mode with OpenSSL 3.4+. * Fixed tests with modern Python versions. * Fixed tests with multiple OpenSSL versions installed. Features: * Added provider URI support for "cert" and "key" options. * Added new "CAstore" service-level option (OpenSSL 3.0+). * Added "provider" (OpenSSL 3.0+), "providerParameter" (OpenSSL 3.5+), and "setEnv" global options. * Key file/URI path added to passphrase prompt on Unix. * PKCS#11 provider installed on Windows. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
committed by
Florian Eckert
parent
88844e4552
commit
5d8cf24665
@@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=stunnel
|
PKG_NAME:=stunnel
|
||||||
PKG_VERSION:=5.74
|
PKG_VERSION:=5.75
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
@@ -23,7 +23,7 @@ PKG_SOURCE_URL:= \
|
|||||||
https://www.usenix.org.uk/mirrors/stunnel/archive/$(word 1, $(subst .,$(space),$(PKG_VERSION))).x/
|
https://www.usenix.org.uk/mirrors/stunnel/archive/$(word 1, $(subst .,$(space),$(PKG_VERSION))).x/
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_HASH:=9bef235ab5d24a2a8dff6485dfd782ed235f4407e9bc8716deb383fc80cd6230
|
PKG_HASH:=0c1ef0ed85240974dccb94fe74fb92d6383474c7c0d10e8796d1f781a3ba5683
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_FIXUP:=patch-libtool
|
PKG_FIXUP:=patch-libtool
|
||||||
|
|||||||
Reference in New Issue
Block a user