]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxcrypt: update to 4.4.8
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Thu, 5 Sep 2019 15:38:01 +0000 (17:38 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Sep 2019 06:47:14 +0000 (07:47 +0100)
LICENSE file checksum changed because few contributors were mentioned
(see @edbdbbc50beced9c723e7405334583c60a702796).

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.8.bb [moved from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.6.bb with 100% similarity]
meta/recipes-core/libxcrypt/libxcrypt_4.4.8.bb [moved from meta/recipes-core/libxcrypt/libxcrypt_4.4.6.bb with 86% similarity]

similarity index 86%
rename from meta/recipes-core/libxcrypt/libxcrypt_4.4.6.bb
rename to meta/recipes-core/libxcrypt/libxcrypt_4.4.8.bb
index 5270e58c2b52facb04af5594aaa5b9ce9c75d70b..1787f6921e4c2fb14e9867052fbea7ea6fca5cfc 100644 (file)
@@ -3,16 +3,14 @@ DESCRIPTION = "Forked code from glibc libary to extract only crypto part."
 HOMEPAGE = "https://github.com/besser82/libxcrypt"
 SECTION = "libs"
 LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM ?= "file://LICENSING;md5=be275bc7f91642efe7709a8ae7a1433b \
+LIC_FILES_CHKSUM ?= "file://LICENSING;md5=3bb6614cf5880cbf1b9dbd9e3d145e2c \
                      file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
 "
 
 inherit autotools pkgconfig
 
-PV = "4.4.6"
-
 SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}"
-SRCREV = "398943774c5ff38baf1bc5ee088855fd8983bb05"
+SRCREV = "acd84997a5a8b2badd28b70a642abee11272fad2"
 SRCBRANCH ?= "develop"
 
 PROVIDES = "virtual/crypt"