diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-01-03 08:06:37 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-03 21:39:47 +0100 |
commit | 616c878ce5ecfef1fc69fe6d87e135b326d63a37 (patch) | |
tree | d06a608d139f1895306c1259155e5f6c413d2e14 | |
parent | cb9a1fcb9b17c54e50f8b572e002271bb6175124 (diff) | |
download | buildroot-616c878ce5ecfef1fc69fe6d87e135b326d63a37.tar.gz buildroot-616c878ce5ecfef1fc69fe6d87e135b326d63a37.zip |
stunnel: bump to version 5.09
Change to usenix.org.uk mirror since nluug.nl doesn't seem to mirror
files as quickly and is down at the moment.
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.hash | 4 | ||||
-rw-r--r-- | package/stunnel/stunnel.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash index 337d26ba42..7f28905b99 100644 --- a/package/stunnel/stunnel.hash +++ b/package/stunnel/stunnel.hash @@ -1,2 +1,2 @@ -# From http://www.stunnel.org/pipermail/stunnel-announce/2014-December/000088.html -sha256 830b21d24cd237e96f4d7993be43553d4eba4d3cfa2660faa78dec8d41d314fc stunnel-5.08.tar.gz +# From http://www.stunnel.org/pipermail/stunnel-announce/2015-January/000090.html +sha256 87b34a74061861d1edd2ab238c73eb989b3d0a17e44574b7b6ead1a16aae38c8 stunnel-5.09.tar.gz diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk index eb247818e8..f7099e818b 100644 --- a/package/stunnel/stunnel.mk +++ b/package/stunnel/stunnel.mk @@ -4,8 +4,8 @@ # ################################################################################ -STUNNEL_VERSION = 5.08 -STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel/archive/5.x +STUNNEL_VERSION = 5.09 +STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/5.x STUNNEL_DEPENDENCIES = openssl STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \ --disable-libwrap |