* [Buildroot] [PATCH] stunnel: bump to version 5.24
@ 2015-10-08 19:00 Gustavo Zacarias
2015-10-09 12:24 ` Vicente Olivert Riera
2015-10-09 13:49 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-10-08 19:00 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/stunnel/stunnel.hash | 4 ++--
package/stunnel/stunnel.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
index 1ac8350..7edf51a 100644
--- a/package/stunnel/stunnel.hash
+++ b/package/stunnel/stunnel.hash
@@ -1,2 +1,2 @@
-# From https://www.stunnel.org/pipermail/stunnel-announce/2015-September/000108.html
-sha256 0fc4a702afd2e857bae8ad1f39c51546eb282c3d0ff4f4d55d62aece7328ddea stunnel-5.23.tar.gz
+# From http://www.stunnel.org/pipermail/stunnel-users/2015-October/005238.html
+sha256 ab2e5a1034d422951ddad21b572eb7fa8efb4c4ce04bc86536c6845f3d02b07e stunnel-5.24.tar.gz
diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
index c44518f..32ed0db 100644
--- a/package/stunnel/stunnel.mk
+++ b/package/stunnel/stunnel.mk
@@ -5,7 +5,7 @@
################################################################################
STUNNEL_VERSION_MAJOR = 5
-STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).23
+STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).24
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 \
--
2.4.9
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] stunnel: bump to version 5.24
2015-10-08 19:00 [Buildroot] [PATCH] stunnel: bump to version 5.24 Gustavo Zacarias
@ 2015-10-09 12:24 ` Vicente Olivert Riera
2015-10-09 13:49 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2015-10-09 12:24 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On 10/08/2015 08:00 PM, Gustavo Zacarias wrote:
> 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>
Build test for MIPS architecture:
$ grep ^STUNNEL_VERSION package/stunnel/stunnel.mk
STUNNEL_VERSION_MAJOR = 5
STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).24
[13:22:12] vriera at vriera-linux ~/git-clones/buildroot-1 $ file
output/target/usr/bin/stunnel
output/target/usr/bin/stunnel: ELF 32-bit MSB shared object, MIPS,
MIPS32 rel2 version 1 (SYSV), dynamically linked (uses shared libs), for
GNU/Linux 2.6.32, with unknown capability 0x41000000 = 0xf676e75, with
unknown capability 0x10000 = 0x70401, stripped
Regards,
Vincent.
> ---
> package/stunnel/stunnel.hash | 4 ++--
> package/stunnel/stunnel.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
> index 1ac8350..7edf51a 100644
> --- a/package/stunnel/stunnel.hash
> +++ b/package/stunnel/stunnel.hash
> @@ -1,2 +1,2 @@
> -# From https://www.stunnel.org/pipermail/stunnel-announce/2015-September/000108.html
> -sha256 0fc4a702afd2e857bae8ad1f39c51546eb282c3d0ff4f4d55d62aece7328ddea stunnel-5.23.tar.gz
> +# From http://www.stunnel.org/pipermail/stunnel-users/2015-October/005238.html
> +sha256 ab2e5a1034d422951ddad21b572eb7fa8efb4c4ce04bc86536c6845f3d02b07e stunnel-5.24.tar.gz
> diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
> index c44518f..32ed0db 100644
> --- a/package/stunnel/stunnel.mk
> +++ b/package/stunnel/stunnel.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> STUNNEL_VERSION_MAJOR = 5
> -STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).23
> +STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).24
> 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 \
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] stunnel: bump to version 5.24
2015-10-08 19:00 [Buildroot] [PATCH] stunnel: bump to version 5.24 Gustavo Zacarias
2015-10-09 12:24 ` Vicente Olivert Riera
@ 2015-10-09 13:49 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-10-09 13:49 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Thu, 8 Oct 2015 16:00:26 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/stunnel/stunnel.hash | 4 ++--
> package/stunnel/stunnel.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
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
end of thread, other threads:[~2015-10-09 13:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08 19:00 [Buildroot] [PATCH] stunnel: bump to version 5.24 Gustavo Zacarias
2015-10-09 12:24 ` Vicente Olivert Riera
2015-10-09 13:49 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox