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 <fe@dev.tdt.de>
This commit is contained in:
parent
15008be5cb
commit
4e0a711bc2
2 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=stunnel
|
PKG_NAME:=stunnel
|
||||||
PKG_VERSION:=5.60
|
PKG_VERSION:=5.60
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
|
PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
|
||||||
|
|
|
@ -95,6 +95,7 @@ validate_service_options() {
|
||||||
'service:string' \
|
'service:string' \
|
||||||
'sessionCacheSize:uinteger' \
|
'sessionCacheSize:uinteger' \
|
||||||
'sessionCacheTimeout:uinteger' \
|
'sessionCacheTimeout:uinteger' \
|
||||||
|
'sessionResume:bool' \
|
||||||
'sessiond_host:host' \
|
'sessiond_host:host' \
|
||||||
'sessiond_port:port' \
|
'sessiond_port:port' \
|
||||||
'sni:list(string)' \
|
'sni:list(string)' \
|
||||||
|
@ -282,6 +283,7 @@ print_service_options() {
|
||||||
retry \
|
retry \
|
||||||
verifyChain \
|
verifyChain \
|
||||||
verifyPeer \
|
verifyPeer \
|
||||||
|
sessionResume \
|
||||||
;
|
;
|
||||||
|
|
||||||
print_lists_map \
|
print_lists_map \
|
||||||
|
|
Loading…
Reference in a new issue