diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-04-23 11:19:44 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-23 17:21:07 +0200 |
| commit | 8e784debcb8074f394b69469604888d2a9158c73 (patch) | |
| tree | 5799843f12f4c12c6014430178a57a8e96dbb26e /package/stunnel | |
| parent | 2e313e1376144225473cefbe090afdbb5885c919 (diff) | |
| download | buildroot-8e784debcb8074f394b69469604888d2a9158c73.tar.gz buildroot-8e784debcb8074f394b69469604888d2a9158c73.zip | |
stunnel: bump to version 5.16
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/stunnel')
| -rw-r--r-- | package/stunnel/stunnel.hash | 4 | ||||
| -rw-r--r-- | package/stunnel/stunnel.mk | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash index 7f28905b99..8545341cdc 100644 --- a/package/stunnel/stunnel.hash +++ b/package/stunnel/stunnel.hash @@ -1,2 +1,2 @@ -# From http://www.stunnel.org/pipermail/stunnel-announce/2015-January/000090.html -sha256 87b34a74061861d1edd2ab238c73eb989b3d0a17e44574b7b6ead1a16aae38c8 stunnel-5.09.tar.gz +# From https://www.stunnel.org/pipermail/stunnel-announce/2015-April/000098.html +sha256 b6b7e93fb2626eaabae1c8474e1dfa23962cfde8fa35c8602289fcaa4f53608d stunnel-5.16.tar.gz diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk index f7099e818b..7a6bb46e2d 100644 --- a/package/stunnel/stunnel.mk +++ b/package/stunnel/stunnel.mk @@ -4,11 +4,13 @@ # ################################################################################ -STUNNEL_VERSION = 5.09 +STUNNEL_VERSION = 5.16 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 +STUNNEL_CONF_ENV = \ + ax_cv_check_cflags___fstack_protector=$(if $(BR2_ENABLE_SSP),yes,no) STUNNEL_LICENSE = GPLv2+ STUNNEL_LICENSE_FILES = COPYING COPYRIGHT.GPL |

