stunnel: security bump to version 5.35
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 23 Jul 2016 16:03:32 +0000 (13:03 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 23 Jul 2016 20:59:08 +0000 (22:59 +0200)
Fixes:
TLS session caching memory leak
Malfunctioning "verify = 4"

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/stunnel/stunnel.hash
package/stunnel/stunnel.mk

index 3f0d6e536482568d9eece17c42e5c4247c4d4567..abea1a2f23b45f36ca90b36d5d162b65dd94cbed 100644 (file)
@@ -1,2 +1,2 @@
-# From http://www.stunnel.org/pipermail/stunnel-announce/2016-March/000120.html
-sha256 a746b71ab3dc6c23eacb0daf7342467870e43ac933430905eb1b1d050bbae0b7        stunnel-5.31.tar.gz
+# From http://www.stunnel.org/pipermail/stunnel-announce/2016-July/000124.html
+sha256 ffa386ae4c825f35f35157c285e7402a6d58779ad8c3822f74a9d355b54aba1d        stunnel-5.35.tar.gz
index a222a1c8e8ef4a24f8b656eb29a5344edc65803f..ab4457e6c0b32d5aee01fdef5c0899b943c30660 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 STUNNEL_VERSION_MAJOR = 5
-STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).31
+STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).35
 STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/$(STUNNEL_VERSION_MAJOR).x
 STUNNEL_DEPENDENCIES = openssl
 STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \