Openembedded Devel Discussions
 help / color / mirror / Atom feed
* Re: [meta-networking][PATCH] stunnel: Add 4.56 version
@ 2013-09-05  5:06 Laszlo Papp
  2013-09-05 13:09 ` Joe MacDonald
  2013-09-05 13:13 ` Joe MacDonald
  0 siblings, 2 replies; 8+ messages in thread
From: Laszlo Papp @ 2013-09-05  5:06 UTC (permalink / raw)
  To: openembedded-devel

Seriously: ping?


On Wed, Sep 4, 2013 at 8:47 AM, Laszlo Papp <lpapp@kde.org> wrote:

> Ping?
>
>
> On Thu, Aug 22, 2013 at 8:07 PM, Laszlo Papp <lpapp@kde.org> wrote:
>
>> Signed-off-by: Laszlo Papp <lpapp@kde.org>
>> ---
>>  meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 14
>> ++++++++++++++
>>  1 file changed, 14 insertions(+)
>>  create mode 100644 meta-networking/recipes-support/stunnel/
>> stunnel_4.56.bb
>>
>> diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bbb/meta-networking/recipes-support/stunnel/
>> stunnel_4.56.bb
>> new file mode 100644
>> index 0000000..0ee8cc8
>> --- /dev/null
>> +++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
>> @@ -0,0 +1,14 @@
>> +SUMMARY = "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"
>> +
>> +SRC_URI = "https://www.stunnel.org/downloads/${BP}.tar.gz"
>> +
>> +SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
>> +SRC_URI[sha256sum] =
>> "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
>> +
>> +inherit autotools
>> +
>> +EXTRA_OECONF += "--with-ssl='${STAGING_INCDIR}' --disable-fips"
>> --
>> 1.8.3.4
>>
>>
>


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [meta-networking][PATCH] stunnel: Add 4.56 version
@ 2013-08-22 19:07 Laszlo Papp
  2013-09-04  7:47 ` Laszlo Papp
  0 siblings, 1 reply; 8+ messages in thread
From: Laszlo Papp @ 2013-08-22 19:07 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Laszlo Papp <lpapp@kde.org>
---
 meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-networking/recipes-support/stunnel/stunnel_4.56.bb

diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
new file mode 100644
index 0000000..0ee8cc8
--- /dev/null
+++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
@@ -0,0 +1,14 @@
+SUMMARY = "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"
+
+SRC_URI = "https://www.stunnel.org/downloads/${BP}.tar.gz"
+
+SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
+SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
+
+inherit autotools
+
+EXTRA_OECONF += "--with-ssl='${STAGING_INCDIR}' --disable-fips"
-- 
1.8.3.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [meta-networking][PATCH] stunnel: Add 4.56 version
@ 2013-08-22 17:28 root@myhostname
  2013-08-22 18:46 ` Martin Jansa
  0 siblings, 1 reply; 8+ messages in thread
From: root@myhostname @ 2013-08-22 17:28 UTC (permalink / raw)
  To: openembedded-devel

From: Laszlo Papp <lpapp@kde.org>

---
 meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-networking/recipes-support/stunnel/stunnel_4.56.bb

diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
new file mode 100644
index 0000000..21fa436
--- /dev/null
+++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
@@ -0,0 +1,14 @@
+SUMMARY = "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"
+
+SRC_URI = "https://www.stunnel.org/downloads/${PN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
+SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
+
+inherit autotools
+
+EXTRA_OECONF += "--with-ssl='${STAGING_INCDIR}' --disable-fips"
-- 
1.8.3.4



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

end of thread, other threads:[~2013-09-05 13:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05  5:06 [meta-networking][PATCH] stunnel: Add 4.56 version Laszlo Papp
2013-09-05 13:09 ` Joe MacDonald
2013-09-05 13:10   ` Laszlo Papp
2013-09-05 13:13 ` Joe MacDonald
  -- strict thread matches above, loose matches on Subject: below --
2013-08-22 19:07 Laszlo Papp
2013-09-04  7:47 ` Laszlo Papp
2013-08-22 17:28 root@myhostname
2013-08-22 18:46 ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox