All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] stunnel: Update to Version 5.07
@ 2014-12-03  8:50 Sven Ebenfeld
  2014-12-09 10:25 ` Martin Jansa
  2014-12-09 10:25 ` Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: Sven Ebenfeld @ 2014-12-03  8:50 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
 meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 17 -----------------
 meta-networking/recipes-support/stunnel/stunnel_5.07.bb | 15 +++++++++++++++
 2 files changed, 15 insertions(+), 17 deletions(-)
 delete mode 100644 meta-networking/recipes-support/stunnel/stunnel_4.56.bb
 create mode 100644 meta-networking/recipes-support/stunnel/stunnel_5.07.bb

diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
deleted file mode 100644
index 74f2234..0000000
--- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "Program for providing universal TLS/SSL tunneling service"
-DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
-SECTION = "net"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666"
-DEPENDS = "openssl zlib tcp-wrappers"
-
-RDEPENDS_${PN} += "perl"
-
-SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"
-
-SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
-SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
-
-inherit autotools
-
-EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.07.bb b/meta-networking/recipes-support/stunnel/stunnel_5.07.bb
new file mode 100644
index 0000000..bf47aef
--- /dev/null
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.07.bb
@@ -0,0 +1,15 @@
+SUMMARY = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
+SECTION = "net"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=45e8e7befe9a0f7e0543b78dfeebde20"
+
+DEPENDS = "openssl"
+SRC_URI = "https://www.stunnel.org/downloads/${BP}.tar.gz"
+
+SRC_URI[md5sum] = "c10edd84ecbc676a5a48c7e34ab3d1c5"
+SRC_URI[sha256sum] = "505c6c63c4a20fc0cce8c35ef1ab7626c7b01071e3fca4ac6ea417afe8065309"
+
+
+inherit autotools
+
+EXTRA_OECONF += "--with-ssl='${STAGING_INCDIR}' --disable-fips"
-- 
1.8.1.rc3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-networking][PATCH] stunnel: Update to Version 5.07
  2014-12-03  8:50 [meta-networking][PATCH] stunnel: Update to Version 5.07 Sven Ebenfeld
@ 2014-12-09 10:25 ` Martin Jansa
  2014-12-09 10:25 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2014-12-09 10:25 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2886 bytes --]

On Wed, Dec 03, 2014 at 09:50:19AM +0100, Sven Ebenfeld wrote:
> Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
> ---
>  meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 17 -----------------
>  meta-networking/recipes-support/stunnel/stunnel_5.07.bb | 15 +++++++++++++++
>  2 files changed, 15 insertions(+), 17 deletions(-)
>  delete mode 100644 meta-networking/recipes-support/stunnel/stunnel_4.56.bb
>  create mode 100644 meta-networking/recipes-support/stunnel/stunnel_5.07.bb

Causes new QA warnings:

stunnel-5.07: stunnel rdepends on liblzma, but it isn't a build
dependency? [build-deps]
stunnel-5.07: stunnel rdepends on libsystemd, but it isn't a build
dependency? [build-deps]

> 
> diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> deleted file mode 100644
> index 74f2234..0000000
> --- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -SUMMARY = "Program for providing universal TLS/SSL tunneling service"
> -DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
> -SECTION = "net"
> -LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666"
> -DEPENDS = "openssl zlib tcp-wrappers"
> -
> -RDEPENDS_${PN} += "perl"
> -
> -SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"
> -
> -SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
> -SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
> -
> -inherit autotools
> -
> -EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
> diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.07.bb b/meta-networking/recipes-support/stunnel/stunnel_5.07.bb
> new file mode 100644
> index 0000000..bf47aef
> --- /dev/null
> +++ b/meta-networking/recipes-support/stunnel/stunnel_5.07.bb
> @@ -0,0 +1,15 @@
> +SUMMARY = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
> +SECTION = "net"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=45e8e7befe9a0f7e0543b78dfeebde20"
> +
> +DEPENDS = "openssl"
> +SRC_URI = "https://www.stunnel.org/downloads/${BP}.tar.gz"
> +
> +SRC_URI[md5sum] = "c10edd84ecbc676a5a48c7e34ab3d1c5"
> +SRC_URI[sha256sum] = "505c6c63c4a20fc0cce8c35ef1ab7626c7b01071e3fca4ac6ea417afe8065309"
> +
> +
> +inherit autotools
> +
> +EXTRA_OECONF += "--with-ssl='${STAGING_INCDIR}' --disable-fips"
> -- 
> 1.8.1.rc3
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-networking][PATCH] stunnel: Update to Version 5.07
  2014-12-03  8:50 [meta-networking][PATCH] stunnel: Update to Version 5.07 Sven Ebenfeld
  2014-12-09 10:25 ` Martin Jansa
@ 2014-12-09 10:25 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2014-12-09 10:25 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2774 bytes --]

On Wed, Dec 03, 2014 at 09:50:19AM +0100, Sven Ebenfeld wrote:
> Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
> ---
>  meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 17 -----------------
>  meta-networking/recipes-support/stunnel/stunnel_5.07.bb | 15 +++++++++++++++
>  2 files changed, 15 insertions(+), 17 deletions(-)
>  delete mode 100644 meta-networking/recipes-support/stunnel/stunnel_4.56.bb
>  create mode 100644 meta-networking/recipes-support/stunnel/stunnel_5.07.bb

and 
stunnel-5.07: stunnel requires /usr/bin/perl, but no providers in its
RDEPENDS [file-rdeps]

> 
> diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> deleted file mode 100644
> index 74f2234..0000000
> --- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -SUMMARY = "Program for providing universal TLS/SSL tunneling service"
> -DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
> -SECTION = "net"
> -LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666"
> -DEPENDS = "openssl zlib tcp-wrappers"
> -
> -RDEPENDS_${PN} += "perl"
> -
> -SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"
> -
> -SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
> -SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
> -
> -inherit autotools
> -
> -EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
> diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.07.bb b/meta-networking/recipes-support/stunnel/stunnel_5.07.bb
> new file mode 100644
> index 0000000..bf47aef
> --- /dev/null
> +++ b/meta-networking/recipes-support/stunnel/stunnel_5.07.bb
> @@ -0,0 +1,15 @@
> +SUMMARY = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
> +SECTION = "net"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=45e8e7befe9a0f7e0543b78dfeebde20"
> +
> +DEPENDS = "openssl"
> +SRC_URI = "https://www.stunnel.org/downloads/${BP}.tar.gz"
> +
> +SRC_URI[md5sum] = "c10edd84ecbc676a5a48c7e34ab3d1c5"
> +SRC_URI[sha256sum] = "505c6c63c4a20fc0cce8c35ef1ab7626c7b01071e3fca4ac6ea417afe8065309"
> +
> +
> +inherit autotools
> +
> +EXTRA_OECONF += "--with-ssl='${STAGING_INCDIR}' --disable-fips"
> -- 
> 1.8.1.rc3
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-09 10:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-03  8:50 [meta-networking][PATCH] stunnel: Update to Version 5.07 Sven Ebenfeld
2014-12-09 10:25 ` Martin Jansa
2014-12-09 10:25 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.