diff options
author | Derek Straka <derek@asterius.io> | 2016-10-14 12:21:45 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-25 15:31:16 +0200 |
commit | 1872a8a114061197be40f5cfc902f569f840150b (patch) | |
tree | 5b533a25a783274704510ba75dee50df335b9d3a /meta-oe/recipes-support/libsodium | |
parent | a5bc9e90aa005064a61e2960653fe1ab87880d4c (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-support/libsodium')
-rw-r--r-- | meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb | 10 | ||||
-rw-r--r-- | 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 370f5535f..000000000 --- a/meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | SUMMARY = "The Sodium crypto library" | ||
2 | HOMEPAGE = "http://libsodium.org/" | ||
3 | LICENSE = "ISC" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2278eb2755b451372dde7ffeae8cde98" | ||
5 | |||
6 | SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz" | ||
7 | SRC_URI[md5sum] = "ea89dcbbda0b2b6ff6a1c476231870dd" | ||
8 | SRC_URI[sha256sum] = "71b786a96dd03693672b0ca3eb77f4fb08430df307051c0d45df5353d22bc4be" | ||
9 | |||
10 | 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 000000000..22d315504 --- /dev/null +++ b/meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "The Sodium crypto library" | ||
2 | HOMEPAGE = "http://libsodium.org/" | ||
3 | LICENSE = "ISC" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c9f00492f01f5610253fde01c3d2e866" | ||
5 | |||
6 | SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz" | ||
7 | SRC_URI[md5sum] = "b58928d035064b2a46fb564937b83540" | ||
8 | SRC_URI[sha256sum] = "a14549db3c49f6ae2170cbbf4664bd48ace50681045e8dbea7c8d9fb96f9c765" | ||
9 | |||
10 | inherit autotools | ||