* [Buildroot] [PATCH] stunnel: bump to version 5.07
@ 2014-11-05 16:01 Gustavo Zacarias
2014-11-05 16:46 ` Vicente Olivert Riera
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2014-11-05 16:01 UTC (permalink / raw)
To: buildroot
Also enable optional systemd support.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/stunnel/stunnel.hash | 2 +-
package/stunnel/stunnel.mk | 11 +++++++++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
index 89af571..e4e6366 100644
--- a/package/stunnel/stunnel.hash
+++ b/package/stunnel/stunnel.hash
@@ -1,2 +1,2 @@
# From http://www.stunnel.org/pipermail/stunnel-announce/2014-October/000084.html
-sha256 098c2b6db0793ea4fa5b6767ce6ef1853e9f6cc2f32133024be55f6a460b1a40 stunnel-5.06.tar.gz
+sha256 505c6c63c4a20fc0cce8c35ef1ab7626c7b01071e3fca4ac6ea417afe8065309 stunnel-5.07.tar.gz
diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
index 7be0cc7..dc56261 100644
--- a/package/stunnel/stunnel.mk
+++ b/package/stunnel/stunnel.mk
@@ -4,13 +4,20 @@
#
################################################################################
-STUNNEL_VERSION = 5.06
+STUNNEL_VERSION = 5.07
STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel/archive/5.x
STUNNEL_DEPENDENCIES = openssl
-STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork
+STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
+ --disable-libwrap
STUNNEL_LICENSE = GPLv2+
STUNNEL_LICENSE_FILES = COPYING COPYRIGHT.GPL
+ifeq ($(BR2_INIT_SYSTEMD),y)
+STUNNEL_DEPENDENCIES += systemd
+else
+STUNNEL_CONF_OPTS += --disable-systemd
+endif
+
define STUNNEL_INSTALL_CONF_SCRIPT
$(INSTALL) -m 0755 -D package/stunnel/S50stunnel $(TARGET_DIR)/etc/init.d/S50stunnel
[ -f $(TARGET_DIR)/etc/stunnel/stunnel.conf ] || \
--
2.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH] stunnel: bump to version 5.07
2014-11-05 16:01 [Buildroot] [PATCH] stunnel: bump to version 5.07 Gustavo Zacarias
@ 2014-11-05 16:46 ` Vicente Olivert Riera
2014-11-05 17:08 ` Baruch Siach
2014-11-06 8:13 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Vicente Olivert Riera @ 2014-11-05 16:46 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On 11/05/2014 04:01 PM, Gustavo Zacarias wrote:
> Also enable optional systemd support.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/stunnel/stunnel.hash | 2 +-
> package/stunnel/stunnel.mk | 11 +++++++++--
> 2 files changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
> index 89af571..e4e6366 100644
> --- a/package/stunnel/stunnel.hash
> +++ b/package/stunnel/stunnel.hash
> @@ -1,2 +1,2 @@
> # From http://www.stunnel.org/pipermail/stunnel-announce/2014-October/000084.html
> -sha256 098c2b6db0793ea4fa5b6767ce6ef1853e9f6cc2f32133024be55f6a460b1a40 stunnel-5.06.tar.gz
> +sha256 505c6c63c4a20fc0cce8c35ef1ab7626c7b01071e3fca4ac6ea417afe8065309 stunnel-5.07.tar.gz
> diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
> index 7be0cc7..dc56261 100644
> --- a/package/stunnel/stunnel.mk
> +++ b/package/stunnel/stunnel.mk
> @@ -4,13 +4,20 @@
> #
> ################################################################################
>
> -STUNNEL_VERSION = 5.06
> +STUNNEL_VERSION = 5.07
> STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel/archive/5.x
> STUNNEL_DEPENDENCIES = openssl
> -STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork
> +STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
> + --disable-libwrap
> STUNNEL_LICENSE = GPLv2+
> STUNNEL_LICENSE_FILES = COPYING COPYRIGHT.GPL
>
> +ifeq ($(BR2_INIT_SYSTEMD),y)
> +STUNNEL_DEPENDENCIES += systemd
> +else
> +STUNNEL_CONF_OPTS += --disable-systemd
> +endif
> +
> define STUNNEL_INSTALL_CONF_SCRIPT
> $(INSTALL) -m 0755 -D package/stunnel/S50stunnel $(TARGET_DIR)/etc/init.d/S50stunnel
> [ -f $(TARGET_DIR)/etc/stunnel/stunnel.conf ] || \
>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Compile-test on MIPS architecture plus checking the files are actually
installed in target and were built for the right architecture.
$ file output/target/usr/bin/stunnel
output/target/usr/bin/stunnel: ELF 32-bit MSB executable, MIPS, MIPS32
rel2 version 1 (SYSV), dynamically linked (uses shared libs), for
GNU/Linux 2.6.16, with unknown capability 0x41000000 = 0xf676e75, with
unknown capability 0x10000 = 0x70401, stripped
Best regards,
--
Vicente Olivert Riera
Graduate Software Engineer, MIPS Processor IP
Imagination Technologies Limited
t: +44 (0)113 2429814
www.imgtec.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] stunnel: bump to version 5.07
2014-11-05 16:01 [Buildroot] [PATCH] stunnel: bump to version 5.07 Gustavo Zacarias
2014-11-05 16:46 ` Vicente Olivert Riera
@ 2014-11-05 17:08 ` Baruch Siach
2014-11-06 8:13 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Baruch Siach @ 2014-11-05 17:08 UTC (permalink / raw)
To: buildroot
Hi Gustavo,
On Wed, Nov 05, 2014 at 01:01:59PM -0300, Gustavo Zacarias wrote:
> Also enable optional systemd support.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/stunnel/stunnel.hash | 2 +-
> package/stunnel/stunnel.mk | 11 +++++++++--
> 2 files changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
> index 89af571..e4e6366 100644
> --- a/package/stunnel/stunnel.hash
> +++ b/package/stunnel/stunnel.hash
> @@ -1,2 +1,2 @@
> # From http://www.stunnel.org/pipermail/stunnel-announce/2014-October/000084.html
The announcement for 5.07 is at
http://www.stunnel.org/pipermail/stunnel-announce/2014-November/000085.html.
> -sha256 098c2b6db0793ea4fa5b6767ce6ef1853e9f6cc2f32133024be55f6a460b1a40 stunnel-5.06.tar.gz
> +sha256 505c6c63c4a20fc0cce8c35ef1ab7626c7b01071e3fca4ac6ea417afe8065309 stunnel-5.07.tar.gz
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 4+ messages in thread* [Buildroot] [PATCH] stunnel: bump to version 5.07
2014-11-05 16:01 [Buildroot] [PATCH] stunnel: bump to version 5.07 Gustavo Zacarias
2014-11-05 16:46 ` Vicente Olivert Riera
2014-11-05 17:08 ` Baruch Siach
@ 2014-11-06 8:13 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2014-11-06 8:13 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
> Also enable optional systemd support.
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed with the announcement URL in the .hash file fixed, thanks everyone.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-11-06 8:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-05 16:01 [Buildroot] [PATCH] stunnel: bump to version 5.07 Gustavo Zacarias
2014-11-05 16:46 ` Vicente Olivert Riera
2014-11-05 17:08 ` Baruch Siach
2014-11-06 8:13 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox