summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-11 15:36:30 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-11 21:25:56 +0100
commit1e55f2aa67e0d5265d03291a4dc90319f91525fb (patch)
tree41da90230b10ae958cc4521b1ec86b7cc30aa920
parent751cb66cddc487eb4c2364ff8f28804470265ae7 (diff)
downloadbuildroot-1e55f2aa67e0d5265d03291a4dc90319f91525fb.tar.gz
buildroot-1e55f2aa67e0d5265d03291a4dc90319f91525fb.zip
stunnel: bump to version 5.28
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/stunnel/stunnel.hash4
-rw-r--r--package/stunnel/stunnel.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
index eab2035d3e..ee9d94be02 100644
--- a/package/stunnel/stunnel.hash
+++ b/package/stunnel/stunnel.hash
@@ -1,2 +1,2 @@
-# From https://www.stunnel.org/pipermail/stunnel-announce/2015-December/000113.html
-sha256 7474e986710e88a5cc3330b6b1762f9449f01eccf826fa0f97e56d064c05ead3 stunnel-5.27.tar.gz
+# From http://www.stunnel.org/pipermail/stunnel-announce/2015-December/000115.html
+sha256 9a25b87b1ef0c08fa3d796edce07b4408e6a8acece23de2eb7ee9285b78852b5 stunnel-5.28.tar.gz
diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
index 20a0c95f63..ae187a6295 100644
--- a/package/stunnel/stunnel.mk
+++ b/package/stunnel/stunnel.mk
@@ -5,7 +5,7 @@
################################################################################
STUNNEL_VERSION_MAJOR = 5
-STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).27
+STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).28
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 \
OpenPOWER on IntegriCloud