diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-05-28 11:30:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-29 15:14:37 +0100 |
commit | 4a7138337a4f9c59a9ebbee295078175571b315b (patch) | |
tree | 23df3ad2c2959ebcd08267087702ad15fa5ada66 | |
parent | d8d8f83bd182ca9c4c5e5857f562b8e43cd6cfe1 (diff) | |
download | poky-4a7138337a4f9c59a9ebbee295078175571b315b.tar.gz |
shadow: upgrade from 4.17.3 to 4.17.4
Upgrade shadow to 4.17.4.
(From OE-Core rev: 2c2ff1c2669387d9304d01cddc9dcc80af9c4873)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/shadow/shadow_4.17.4.bb (renamed from meta/recipes-extended/shadow/shadow_4.17.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/shadow/shadow_4.17.3.bb b/meta/recipes-extended/shadow/shadow_4.17.4.bb index 3d07aec3d6..73942888b6 100644 --- a/meta/recipes-extended/shadow/shadow_4.17.3.bb +++ b/meta/recipes-extended/shadow/shadow_4.17.4.bb | |||
@@ -25,7 +25,7 @@ SRC_URI:append:class-native = " \ | |||
25 | file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ | 25 | file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ |
26 | file://disable_syslog.patch \ | 26 | file://disable_syslog.patch \ |
27 | " | 27 | " |
28 | SRC_URI[sha256sum] = "2a029091d2c2f116f51b3a817ec16e7da22310a6c8116394457483c668c84b36" | 28 | SRC_URI[sha256sum] = "0a288c251f339846af6bdfd4447b196153204deba42407bce5b0917998322e9b" |
29 | UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" | 29 | UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" |
30 | 30 | ||
31 | # Additional Policy files for PAM | 31 | # Additional Policy files for PAM |