stunnel: security bump to version 4.55
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 19 Mar 2013 06:58:46 +0000 (06:58 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 19 Mar 2013 19:22:59 +0000 (20:22 +0100)
Fixes CVE-2013-1762, improves CVE-2010-3684 workaround.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/stunnel/Config.in
package/stunnel/stunnel.mk

index b1977ed1755efdd275530d4278cf50ff124cdb24..e4a956770e46dfadce0d8b2f38b8d835102ebc8f 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_STUNNEL
        bool "stunnel"
+       depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_OPENSSL
        help
          Stunnel is a program that wraps any TCP connection with an SSL
index 7c280cc4b466077964e5b29d5ac808863b30a09a..92344d116f5ea8b5560a59af56fcebfbe262fec8 100644 (file)
@@ -4,12 +4,12 @@
 #
 #############################################################
 
-STUNNEL_VERSION = 4.44
+STUNNEL_VERSION = 4.55
 STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel
 STUNNEL_DEPENDENCIES = openssl
-STUNNEL_CONF_OPT += \
-       --with-ssl=$(STAGING_DIR)/usr \
-       --with-threads=fork
+STUNNEL_CONF_OPT = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork
+STUNNEL_LICENSE = GPLv2+
+STUNNEL_LICENSE_FILES = COPYING COPYRIGHT.GPL
 
 define STUNNEL_INSTALL_CONF_SCRIPT
        $(INSTALL) -m 0755 -D package/stunnel/S50stunnel $(TARGET_DIR)/etc/init.d/S50stunnel