From 1e17d3b93cb876170d399c6f596bd02b52551e83 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 10 Jan 2022 14:37:09 +0100 Subject: [PATCH 1/2] stunnel: update to 5.61 Signed-off-by: Florian Eckert --- net/stunnel/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/stunnel/Makefile b/net/stunnel/Makefile index 943eba200..39a115415 100644 --- a/net/stunnel/Makefile +++ b/net/stunnel/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stunnel -PKG_VERSION:=5.60 -PKG_RELEASE:=2 +PKG_VERSION:=5.61 +PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0-or-later PKG_MAINTAINER:=Florian Eckert @@ -23,7 +23,7 @@ PKG_SOURCE_URL:= \ https://www.usenix.org.uk/mirrors/stunnel/archive/$(word 1, $(subst .,$(space),$(PKG_VERSION))).x/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=c45d765b1521861fea9b03b425b9dd7d48b3055128c0aec673bba5ef9b8f787d +PKG_HASH:=91ea0ca6482d8f7e7d971ee64ab4f86a2817d038a372f0893e28315ef2015d7a PKG_FIXUP:=autoreconf PKG_FIXUP:=patch-libtool From 71467fe5eef00b6d5030efe4aa550d47948dd99e Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 10 Jan 2022 14:52:41 +0100 Subject: [PATCH 2/2] stunnel: add new protocol option capwin and capwinctrl The new protocol capwin and capwinctrl was added in version 5.61 https://www.stunnel.org/NEWS.html Signed-off-by: Florian Eckert --- net/stunnel/files/stunnel.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/stunnel/files/stunnel.init b/net/stunnel/files/stunnel.init index 014b9db02..6e364600d 100644 --- a/net/stunnel/files/stunnel.init +++ b/net/stunnel/files/stunnel.init @@ -76,7 +76,7 @@ validate_service_options() { 'OCSPflag:list(or("NOCASIGN","NOCERTS","NOCHAIN","NOCHECKS","NODELEGATED","NOEXPLICIT","NOINTERN","NOSIGS","NOTIME","NOVERIFY","RESPID_KEY","TRUSTOTHER"))' \ 'OCSPnonce:bool' \ 'options:list(string) ' \ - 'protocol:or("cifs","connect","imap","nntp","pgsql","pop3","proxy","smtp","socks")' \ + 'protocol:or("cifs","capwin","capwinctrl","connect","imap","nntp","pgsql","pop3","proxy","smtp","socks")' \ 'protocolAuthentication:or("basic","login","ntlm","plain")' \ 'protocolDomain:hostname' \ 'protocolHost_host:host' \