Browse Source

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>
lilik-openwrt-22.03
Florian Eckert 2 years ago
parent
commit
4e0a711bc2
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      net/stunnel/Makefile
  2. +2
    -0
      net/stunnel/files/stunnel.init

+ 1
- 1
net/stunnel/Makefile View File

@ -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 <fe@dev.tdt.de>


+ 2
- 0
net/stunnel/files/stunnel.init View File

@ -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 \


Loading…
Cancel
Save