diff options
author | Florian Eckert <fe@dev.tdt.de> | 2022-01-13 10:32:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 10:32:58 +0100 |
commit | bd10c454f4606047eebb1334ec904547b9bbdeed (patch) | |
tree | b656fe739c4f0f6671170c7142410fedad765a1b | |
parent | 8b2003ba34ce92e6c7407ca76e3954e6d32f234e (diff) | |
parent | 71467fe5eef00b6d5030efe4aa550d47948dd99e (diff) |
Merge pull request #17563 from TDT-AG/pr/20220110-stunnel
stunnel: update to 5.61
-rw-r--r-- | net/stunnel/Makefile | 6 | ||||
-rw-r--r-- | net/stunnel/files/stunnel.init | 2 |
2 files changed, 4 insertions, 4 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 <fe@dev.tdt.de> @@ -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 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' \ |