From a124dc48780013abed70de4acb68cc8eeb719eaf Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 19 Oct 2021 17:33:33 +0200 Subject: [PATCH] libxcrypt: upgrade 4.4.25 -> 4.4.26 License-Update: additional copyright holders Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- ...{libxcrypt-compat_4.4.25.bb => libxcrypt-compat_4.4.26.bb} | 0 meta/recipes-core/libxcrypt/libxcrypt.inc | 4 ++-- .../libxcrypt/{libxcrypt_4.4.25.bb => libxcrypt_4.4.26.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/libxcrypt/{libxcrypt-compat_4.4.25.bb => libxcrypt-compat_4.4.26.bb} (100%) rename meta/recipes-core/libxcrypt/{libxcrypt_4.4.25.bb => libxcrypt_4.4.26.bb} (100%) diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.25.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.26.bb similarity index 100% rename from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.25.bb rename to meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.26.bb diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 29b941d380..ea877bbbb6 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc @@ -3,14 +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=afed27a72ae2a8075978299eebaa1f5d \ +LIC_FILES_CHKSUM = "file://LICENSING;md5=29c5f9af198623cdce52a77f85695164 \ file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ " inherit autotools pkgconfig SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}" -SRCREV = "b9116ef2245abb128a22a975d187b1272312a80c" +SRCREV = "8ff7a8c5019cbd50419f7d0a8cd691eb99d6b086" SRCBRANCH ?= "develop" SRC_URI += "file://fix_cflags_handling.patch" diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.25.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.26.bb similarity index 100% rename from meta/recipes-core/libxcrypt/libxcrypt_4.4.25.bb rename to meta/recipes-core/libxcrypt/libxcrypt_4.4.26.bb -- 2.40.1