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 \