diff mbox series

[042/114] libxcrypt: upgrade 4.5.0 -> 4.5.2

Message ID 20251222200739.2278706-42-alex.kanavin@gmail.com
State New
Headers show
Series [001/114] build-appliance-image: do not inherit setuptools | expand

Commit Message

Alexander Kanavin Dec. 22, 2025, 8:06 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../{libxcrypt-compat_4.5.0.bb => libxcrypt-compat_4.5.2.bb}    | 1 +
 meta/recipes-core/libxcrypt/libxcrypt.inc                       | 2 +-
 .../libxcrypt/{libxcrypt_4.5.0.bb => libxcrypt_4.5.2.bb}        | 0
 3 files changed, 2 insertions(+), 1 deletion(-)
 rename meta/recipes-core/libxcrypt/{libxcrypt-compat_4.5.0.bb => libxcrypt-compat_4.5.2.bb} (99%)
 rename meta/recipes-core/libxcrypt/{libxcrypt_4.5.0.bb => libxcrypt_4.5.2.bb} (100%)
diff mbox series

Patch

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 30ec6a4674..bb4e2032dd 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 bef40b0ae6..9aed0b9d81 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