From: Florian Eckert Date: Mon, 10 Jan 2022 13:28:30 +0000 (+0100) Subject: stunnel: add missing sessionResume option X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4e0a711bc259ec4705d1da53de7c8984190e6cc4;p=openwrt-packages.git stunnel: add missing sessionResume option The option sessionResume was added in version 5.60 https://www.stunnel.org/NEWS.html Signed-off-by: Florian Eckert --- diff --git a/net/stunnel/Makefile b/net/stunnel/Makefile index c396b5c2e..943eba200 100644 --- a/net/stunnel/Makefile +++ b/net/stunnel/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stunnel PKG_VERSION:=5.60 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0-or-later PKG_MAINTAINER:=Florian Eckert diff --git a/net/stunnel/files/stunnel.init b/net/stunnel/files/stunnel.init index c04282657..014b9db02 100644 --- a/net/stunnel/files/stunnel.init +++ b/net/stunnel/files/stunnel.init @@ -95,6 +95,7 @@ validate_service_options() { 'service:string' \ 'sessionCacheSize:uinteger' \ 'sessionCacheTimeout:uinteger' \ + 'sessionResume:bool' \ 'sessiond_host:host' \ 'sessiond_port:port' \ 'sni:list(string)' \ @@ -282,6 +283,7 @@ print_service_options() { retry \ verifyChain \ verifyPeer \ + sessionResume \ ; print_lists_map \