From: Alexander Kanavin Date: Mon, 22 Dec 2025 20:06:24 +0000 (+0100) Subject: libxcrypt: upgrade 4.5.0 -> 4.5.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04493e27576223bc2d4163a42e037c6a17dc43de;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxcrypt: upgrade 4.5.0 -> 4.5.2 Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.0.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.2.bb similarity index 99% rename from meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.0.bb rename to meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.2.bb index 30ec6a4674e..bb4e2032dd6 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.0.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.2.bb @@ -16,3 +16,4 @@ do_install:append () { rm -rf ${D}${libdir}/libcrypt.so rm -rf ${D}${datadir} } + diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index bef40b0ae64..9aed0b9d81d 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=b65434749329c34b5d32c2df3f1b4112 \ inherit autotools pkgconfig SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=master;protocol=https;tag=v${PV}" -SRCREV = "096296cb6fbecd9ad46c93a410d76c752a5d6206" +SRCREV = "db70b42bd7b2a5b00a8580c8dec0aa66791c950a" PROVIDES = "virtual/crypt" diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.5.0.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.5.2.bb similarity index 100% rename from meta/recipes-core/libxcrypt/libxcrypt_4.5.0.bb rename to meta/recipes-core/libxcrypt/libxcrypt_4.5.2.bb