[oe-commits] [meta-openembedded] 20/60: libsodium: update to version 1.0.11

git at git.openembedded.org git at git.openembedded.org
Mon Oct 24 16:05:10 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 1f9a831095e11423a3ade5cef16f5c1c47395e8c
Author: Derek Straka <derek at asterius.io>
AuthorDate: Fri Oct 14 12:21:45 2016 -0400

    libsodium: update to version 1.0.11
    
    * Verified license remains the same (copyright updated)
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb | 10 ----------
 meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb | 10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb b/meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb
deleted file mode 100644
index 370f553..0000000
--- a/meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-SUMMARY = "The Sodium crypto library"
-HOMEPAGE = "http://libsodium.org/"
-LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2278eb2755b451372dde7ffeae8cde98"
-
-SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "ea89dcbbda0b2b6ff6a1c476231870dd"
-SRC_URI[sha256sum] = "71b786a96dd03693672b0ca3eb77f4fb08430df307051c0d45df5353d22bc4be"
-
-inherit autotools
diff --git a/meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb b/meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb
new file mode 100644
index 0000000..22d3155
--- /dev/null
+++ b/meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb
@@ -0,0 +1,10 @@
+SUMMARY = "The Sodium crypto library"
+HOMEPAGE = "http://libsodium.org/"
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c9f00492f01f5610253fde01c3d2e866"
+
+SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "b58928d035064b2a46fb564937b83540"
+SRC_URI[sha256sum] = "a14549db3c49f6ae2170cbbf4664bd48ace50681045e8dbea7c8d9fb96f9c765"
+
+inherit autotools

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list