All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] stunnel: Update to 5.10
@ 2015-02-11 10:47 Sven Ebenfeld
  2015-02-13 15:11 ` Sven Ebenfeld
  2015-02-16 17:47 ` Martin Jansa
  0 siblings, 2 replies; 5+ messages in thread
From: Sven Ebenfeld @ 2015-02-11 10:47 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
 .../recipes-support/stunnel/stunnel_4.56.bb            | 17 -----------------
 .../recipes-support/stunnel/stunnel_5.10.bb            | 18 ++++++++++++++++++
 2 files changed, 18 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.10.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.10.bb b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
new file mode 100644
index 0000000..0feacc1
--- /dev/null
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
@@ -0,0 +1,18 @@
+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=866cdc7459d91e092b174388fab8d283"
+
+DEPENDS = "openssl zlib tcp-wrappers"
+
+RDEPENDS_${PN} += "perl"
+
+SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz"
+
+SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1"
+SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23"
+
+inherit autotools
+
+EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
\ No newline at end of file
-- 
1.8.1.rc3



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

* Re: [meta-oe][PATCH] stunnel: Update to 5.10
  2015-02-11 10:47 [meta-oe][PATCH] stunnel: Update to 5.10 Sven Ebenfeld
@ 2015-02-13 15:11 ` Sven Ebenfeld
  2015-02-16 17:48   ` Martin Jansa
  2015-02-16 17:47 ` Martin Jansa
  1 sibling, 1 reply; 5+ messages in thread
From: Sven Ebenfeld @ 2015-02-13 15:11 UTC (permalink / raw)
  To: openembedded-devel

If you accept this patch, can you as well backport it to dizzy?

Am 11.02.2015 um 11:47 schrieb Sven Ebenfeld:
> Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
> ---
>  .../recipes-support/stunnel/stunnel_4.56.bb            | 17 -----------------
>  .../recipes-support/stunnel/stunnel_5.10.bb            | 18 ++++++++++++++++++
>  2 files changed, 18 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.10.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.10.bb b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
> new file mode 100644
> index 0000000..0feacc1
> --- /dev/null
> +++ b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
> @@ -0,0 +1,18 @@
> +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=866cdc7459d91e092b174388fab8d283"
> +
> +DEPENDS = "openssl zlib tcp-wrappers"
> +
> +RDEPENDS_${PN} += "perl"
> +
> +SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz"
> +
> +SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1"
> +SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23"
> +
> +inherit autotools
> +
> +EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
> \ No newline at end of file
> 


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

* Re: [meta-oe][PATCH] stunnel: Update to 5.10
  2015-02-11 10:47 [meta-oe][PATCH] stunnel: Update to 5.10 Sven Ebenfeld
  2015-02-13 15:11 ` Sven Ebenfeld
@ 2015-02-16 17:47 ` Martin Jansa
  2015-02-17  8:03   ` Sven Ebenfeld
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2015-02-16 17:47 UTC (permalink / raw)
  To: openembedded-devel

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

On Wed, Feb 11, 2015 at 11:47:57AM +0100, Sven Ebenfeld wrote:
> Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
> ---
>  .../recipes-support/stunnel/stunnel_4.56.bb            | 17 -----------------
>  .../recipes-support/stunnel/stunnel_5.10.bb            | 18 ++++++++++++++++++
>  2 files changed, 18 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.10.bb

Causes new QA warnings:
stunnel-5.10: stunnel rdepends on libsystemd, but it isn't a build
dependency? [build-deps]
stunnel-5.10: stunnel rdepends on liblzma, 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.10.bb b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
> new file mode 100644
> index 0000000..0feacc1
> --- /dev/null
> +++ b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
> @@ -0,0 +1,18 @@
> +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=866cdc7459d91e092b174388fab8d283"
> +
> +DEPENDS = "openssl zlib tcp-wrappers"
> +
> +RDEPENDS_${PN} += "perl"
> +
> +SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz"
> +
> +SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1"
> +SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23"
> +
> +inherit autotools
> +
> +EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
> \ No newline at end of file
> -- 
> 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] 5+ messages in thread

* Re: [meta-oe][PATCH] stunnel: Update to 5.10
  2015-02-13 15:11 ` Sven Ebenfeld
@ 2015-02-16 17:48   ` Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2015-02-16 17:48 UTC (permalink / raw)
  To: openembedded-devel

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

On Fri, Feb 13, 2015 at 04:11:13PM +0100, Sven Ebenfeld wrote:
> If you accept this patch, can you as well backport it to dizzy?

No, version upgrades aren't usually backported to release branches,
unless there is very good reason to do that.

> 
> Am 11.02.2015 um 11:47 schrieb Sven Ebenfeld:
> > Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
> > ---
> >  .../recipes-support/stunnel/stunnel_4.56.bb            | 17 -----------------
> >  .../recipes-support/stunnel/stunnel_5.10.bb            | 18 ++++++++++++++++++
> >  2 files changed, 18 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.10.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.10.bb b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
> > new file mode 100644
> > index 0000000..0feacc1
> > --- /dev/null
> > +++ b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
> > @@ -0,0 +1,18 @@
> > +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=866cdc7459d91e092b174388fab8d283"
> > +
> > +DEPENDS = "openssl zlib tcp-wrappers"
> > +
> > +RDEPENDS_${PN} += "perl"
> > +
> > +SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz"
> > +
> > +SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1"
> > +SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23"
> > +
> > +inherit autotools
> > +
> > +EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
> > \ No newline at end of file
> > 
> -- 
> _______________________________________________
> 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] 5+ messages in thread

* Re: [meta-oe][PATCH] stunnel: Update to 5.10
  2015-02-16 17:47 ` Martin Jansa
@ 2015-02-17  8:03   ` Sven Ebenfeld
  0 siblings, 0 replies; 5+ messages in thread
From: Sven Ebenfeld @ 2015-02-17  8:03 UTC (permalink / raw)
  To: openembedded-devel

I have posted an updated PATCH v2 to fix these qa issues.
Mit freundlichen Grüßen,
Sven Ebenfeld


2015-02-16 18:47 GMT+01:00 Martin Jansa <martin.jansa@gmail.com>:
> On Wed, Feb 11, 2015 at 11:47:57AM +0100, Sven Ebenfeld wrote:
>> Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
>> ---
>>  .../recipes-support/stunnel/stunnel_4.56.bb            | 17 -----------------
>>  .../recipes-support/stunnel/stunnel_5.10.bb            | 18 ++++++++++++++++++
>>  2 files changed, 18 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.10.bb
>
> Causes new QA warnings:
> stunnel-5.10: stunnel rdepends on libsystemd, but it isn't a build
> dependency? [build-deps]
> stunnel-5.10: stunnel rdepends on liblzma, 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.10.bb b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
>> new file mode 100644
>> index 0000000..0feacc1
>> --- /dev/null
>> +++ b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
>> @@ -0,0 +1,18 @@
>> +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=866cdc7459d91e092b174388fab8d283"
>> +
>> +DEPENDS = "openssl zlib tcp-wrappers"
>> +
>> +RDEPENDS_${PN} += "perl"
>> +
>> +SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz"
>> +
>> +SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1"
>> +SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23"
>> +
>> +inherit autotools
>> +
>> +EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
>> \ No newline at end of file
>> --
>> 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
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

end of thread, other threads:[~2015-02-17  8:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-11 10:47 [meta-oe][PATCH] stunnel: Update to 5.10 Sven Ebenfeld
2015-02-13 15:11 ` Sven Ebenfeld
2015-02-16 17:48   ` Martin Jansa
2015-02-16 17:47 ` Martin Jansa
2015-02-17  8:03   ` Sven Ebenfeld

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.