stunnel: update to version 5.51
Update to version 5.51 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
3c6ca66a49
commit
d745fd7c49
2 changed files with 6 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=stunnel
|
PKG_NAME:=stunnel
|
||||||
PKG_VERSION:=5.50
|
PKG_VERSION:=5.51
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0+
|
PKG_LICENSE:=GPL-2.0+
|
||||||
|
@ -23,7 +23,7 @@ PKG_SOURCE_URL:= \
|
||||||
https://www.usenix.org.uk/mirrors/stunnel/archive/$(word 1, $(subst .,$(space),$(PKG_VERSION))).x/
|
https://www.usenix.org.uk/mirrors/stunnel/archive/$(word 1, $(subst .,$(space),$(PKG_VERSION))).x/
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_HASH:=951d92502908b852a297bd9308568f7c36598670b84286d3e05d4a3a550c0149
|
PKG_HASH:=77437cdd1aef1a621824bb3607e966534642fe90c69f4d2279a9da9fa36c3253
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_FIXUP:=patch-libtool
|
PKG_FIXUP:=patch-libtool
|
||||||
|
|
|
@ -52,12 +52,13 @@ validate_service_options() {
|
||||||
'checkHost:list(host)' \
|
'checkHost:list(host)' \
|
||||||
'checkIP:list(ipaddr)' \
|
'checkIP:list(ipaddr)' \
|
||||||
'ciphers:list(string)' \
|
'ciphers:list(string)' \
|
||||||
|
'ciphersuites:list(string)' \
|
||||||
'client:bool' \
|
'client:bool' \
|
||||||
'config:list(string)' \
|
'config:list(string)' \
|
||||||
'connect:list(string)' \
|
'connect:list(string)' \
|
||||||
'CRLfile:string' \
|
'CRLfile:string' \
|
||||||
'CRLpath:string' \
|
'CRLpath:string' \
|
||||||
'curve:string' \
|
'curves:list(string)' \
|
||||||
'debug:or(range(0,7),string)' \
|
'debug:or(range(0,7),string)' \
|
||||||
'delay:bool' \
|
'delay:bool' \
|
||||||
'engineId:string' \
|
'engineId:string' \
|
||||||
|
@ -232,7 +233,6 @@ print_service_options() {
|
||||||
cert \
|
cert \
|
||||||
CRLfile \
|
CRLfile \
|
||||||
CRLpath \
|
CRLpath \
|
||||||
curve \
|
|
||||||
debug \
|
debug \
|
||||||
logId \
|
logId \
|
||||||
engineId \
|
engineId \
|
||||||
|
@ -294,6 +294,8 @@ print_service_options() {
|
||||||
|
|
||||||
print_lists_reduce : \
|
print_lists_reduce : \
|
||||||
ciphers \
|
ciphers \
|
||||||
|
curves \
|
||||||
|
ciphersuites \
|
||||||
;
|
;
|
||||||
|
|
||||||
print_host_port \
|
print_host_port \
|
||||||
|
|
Loading…
Reference in a new issue