From 4e0a711bc259ec4705d1da53de7c8984190e6cc4 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 10 Jan 2022 14:28:30 +0100 Subject: [PATCH] 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 --- net/stunnel/Makefile | 2 +- net/stunnel/files/stunnel.init | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 \