* [Buildroot] [PATCH] stunnel: bump to version 5.16
@ 2015-04-23 12:02 Gustavo Zacarias
2015-04-23 12:56 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Gustavo Zacarias @ 2015-04-23 12:02 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/stunnel/stunnel.hash | 4 ++--
package/stunnel/stunnel.mk | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
index 7f28905..8545341 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 f7099e8..d8a2d20 100644
--- a/package/stunnel/stunnel.mk
+++ b/package/stunnel/stunnel.mk
@@ -4,11 +4,12 @@
#
################################################################################
-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=no
STUNNEL_LICENSE = GPLv2+
STUNNEL_LICENSE_FILES = COPYING COPYRIGHT.GPL
--
2.0.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] stunnel: bump to version 5.16
2015-04-23 12:02 [Buildroot] [PATCH] stunnel: bump to version 5.16 Gustavo Zacarias
@ 2015-04-23 12:56 ` Thomas Petazzoni
2015-04-23 14:21 ` Gustavo Zacarias
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2015-04-23 12:56 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Thu, 23 Apr 2015 09:02:31 -0300, Gustavo Zacarias wrote:
> +STUNNEL_CONF_ENV = ax_cv_check_cflags___fstack_protector=no
Shouldn't this be:
STUNNEL_CONF_ENV = \
ax_cv_check_cflags___fstack_protector=$(if $(BR2_ENABLE_SSP),yes,no)
?
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] stunnel: bump to version 5.16
2015-04-23 12:56 ` Thomas Petazzoni
@ 2015-04-23 14:21 ` Gustavo Zacarias
0 siblings, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-04-23 14:21 UTC (permalink / raw)
To: buildroot
On 04/23/2015 09:56 AM, Thomas Petazzoni wrote:
>> +STUNNEL_CONF_ENV = ax_cv_check_cflags___fstack_protector=no
>
> Shouldn't this be:
>
> STUNNEL_CONF_ENV = \
> ax_cv_check_cflags___fstack_protector=$(if $(BR2_ENABLE_SSP),yes,no)
>
> ?
Oi, yes.
The problem is that the detection is too optimistic, it assumes it's ok
under most circumstances, and breaks in a non-trivial way.
Sent V2.
Regards.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-23 14:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-23 12:02 [Buildroot] [PATCH] stunnel: bump to version 5.16 Gustavo Zacarias
2015-04-23 12:56 ` Thomas Petazzoni
2015-04-23 14:21 ` Gustavo Zacarias
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox