[oe-commits] Sven Ebenfeld : stunnel: Update to 5.10

git at git.openembedded.org git at git.openembedded.org
Wed Feb 11 21:27:47 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: ad0050e2ad151fa63e136bc02e72636266b32088
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ad0050e2ad151fa63e136bc02e72636266b32088

Author: Sven Ebenfeld <sven.ebenfeld at gmail.com>
Date:   Wed Feb 11 11:47:57 2015 +0100

stunnel: Update to 5.10

Signed-off-by: Sven Ebenfeld <sven.ebenfeld at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-support/stunnel/{stunnel_4.56.bb => stunnel_5.10.bb} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
similarity index 56%
rename from meta-networking/recipes-support/stunnel/stunnel_4.56.bb
rename to meta-networking/recipes-support/stunnel/stunnel_5.10.bb
index 74f2234..630a3e3 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
@@ -2,15 +2,16 @@ 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"
+LIC_FILES_CHKSUM = "file://COPYING;md5=866cdc7459d91e092b174388fab8d283"
+
 DEPENDS = "openssl zlib tcp-wrappers"
 
 RDEPENDS_${PN} += "perl"
 
-SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"
+SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz"
 
-SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
-SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
+SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1"
+SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23"
 
 inherit autotools
 



More information about the Openembedded-commits mailing list