summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-11-05 13:01:59 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-11-06 09:12:24 +0100
commita098184a7d87bec537ab113b96d5d2e7f8a1616d (patch)
tree2b495ede54e1ad47525d338715bfc0f09c14f49d
parentc30e017a1a6c2d368c4742d55e9ed17f96d29c06 (diff)
downloadbuildroot-a098184a7d87bec537ab113b96d5d2e7f8a1616d.tar.gz
buildroot-a098184a7d87bec537ab113b96d5d2e7f8a1616d.zip
stunnel: bump to version 5.07
Also enable optional systemd support. [Peter: fixup announcement url in .hash as pointed out by Baruch] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/stunnel/stunnel.hash4
-rw-r--r--package/stunnel/stunnel.mk11
2 files changed, 11 insertions, 4 deletions
diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
index 89af57120c..2745a81bdf 100644
--- a/package/stunnel/stunnel.hash
+++ b/package/stunnel/stunnel.hash
@@ -1,2 +1,2 @@
-# From http://www.stunnel.org/pipermail/stunnel-announce/2014-October/000084.html
-sha256 098c2b6db0793ea4fa5b6767ce6ef1853e9f6cc2f32133024be55f6a460b1a40 stunnel-5.06.tar.gz
+# From http://www.stunnel.org/pipermail/stunnel-announce/2014-November/000085.html
+sha256 505c6c63c4a20fc0cce8c35ef1ab7626c7b01071e3fca4ac6ea417afe8065309 stunnel-5.07.tar.gz
diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
index 7be0cc7ff6..dc5626165c 100644
--- a/package/stunnel/stunnel.mk
+++ b/package/stunnel/stunnel.mk
@@ -4,13 +4,20 @@
#
################################################################################
-STUNNEL_VERSION = 5.06
+STUNNEL_VERSION = 5.07
STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel/archive/5.x
STUNNEL_DEPENDENCIES = openssl
-STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork
+STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
+ --disable-libwrap
STUNNEL_LICENSE = GPLv2+
STUNNEL_LICENSE_FILES = COPYING COPYRIGHT.GPL
+ifeq ($(BR2_INIT_SYSTEMD),y)
+STUNNEL_DEPENDENCIES += systemd
+else
+STUNNEL_CONF_OPTS += --disable-systemd
+endif
+
define STUNNEL_INSTALL_CONF_SCRIPT
$(INSTALL) -m 0755 -D package/stunnel/S50stunnel $(TARGET_DIR)/etc/init.d/S50stunnel
[ -f $(TARGET_DIR)/etc/stunnel/stunnel.conf ] || \
OpenPOWER on IntegriCloud