From: Wang Mingyu Date: Tue, 4 Mar 2025 09:09:13 +0000 (+0800) Subject: shadow: update 4.17.2 -> 4.17.3 X-Git-Tag: yocto-5.2~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6fc7a8a786edc133e7be5a99d182f6adad02916;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git shadow: update 4.17.2 -> 4.17.3 shadow-update-pam-conf.patch refreshed for 4.17.3 [RP: One of the utilities, chage was dropped from pam] Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch index cb3baf450c4..318e2665c23 100644 --- a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch +++ b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch @@ -15,7 +15,6 @@ Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Kang Kai --- - etc/pam.d/chage | 2 +- etc/pam.d/chgpasswd | 2 +- etc/pam.d/groupadd | 2 +- etc/pam.d/groupdel | 2 +- @@ -24,18 +23,8 @@ Signed-off-by: Kang Kai etc/pam.d/useradd | 2 +- etc/pam.d/userdel | 2 +- etc/pam.d/usermod | 2 +- - 9 files changed, 9 insertions(+), 9 deletions(-) + 8 files changed, 8 insertions(+), 8 deletions(-) -diff --git a/etc/pam.d/chage b/etc/pam.d/chage -index 8f49f5c..b1f365d 100644 ---- a/etc/pam.d/chage -+++ b/etc/pam.d/chage -@@ -1,4 +1,4 @@ - #%PAM-1.0 - auth sufficient pam_rootok.so - account required pam_permit.so --password include system-auth -+password include common-password diff --git a/etc/pam.d/chgpasswd b/etc/pam.d/chgpasswd index 8f49f5c..b1f365d 100644 --- a/etc/pam.d/chgpasswd @@ -116,3 +105,6 @@ index 8f49f5c..b1f365d 100644 account required pam_permit.so -password include system-auth +password include common-password +-- +2.43.0 + diff --git a/meta/recipes-extended/shadow/shadow_4.17.2.bb b/meta/recipes-extended/shadow/shadow_4.17.3.bb similarity index 99% rename from meta/recipes-extended/shadow/shadow_4.17.2.bb rename to meta/recipes-extended/shadow/shadow_4.17.3.bb index 19512f25941..3d07aec3d64 100644 --- a/meta/recipes-extended/shadow/shadow_4.17.2.bb +++ b/meta/recipes-extended/shadow/shadow_4.17.3.bb @@ -25,7 +25,7 @@ SRC_URI:append:class-native = " \ file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ file://disable_syslog.patch \ " -SRC_URI[sha256sum] = "064a7c048e613ef5b5f3613e137d79d35d062ab434e89020f743e90844ec5c4f" +SRC_URI[sha256sum] = "2a029091d2c2f116f51b3a817ec16e7da22310a6c8116394457483c668c84b36" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" # Additional Policy files for PAM