aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-10-14 12:21:45 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-10-25 15:31:16 +0200
commit1872a8a114061197be40f5cfc902f569f840150b (patch)
tree5b533a25a783274704510ba75dee50df335b9d3a
parenta5bc9e90aa005064a61e2960653fe1ab87880d4c (diff)
downloadmeta-openembedded-contrib-1872a8a114061197be40f5cfc902f569f840150b.tar.gz
libsodium: update to version 1.0.11
* Verified license remains the same (copyright updated) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb10
-rw-r--r--meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb10
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 370f5535f8..0000000000
--- 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 0000000000..22d315504b
--- /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