summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-08-19 09:26:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-21 22:51:42 +0100
commit222cf772685dcf20bc69e3d3899bcfb11bee00c0 (patch)
tree0a2d975e47297fa33aa4d086f4da6175edbb1abd /meta/recipes-extended/shadow/shadow.inc
parentc148576562072088f59204d8744b2c841829a31c (diff)
downloadpoky-222cf772685dcf20bc69e3d3899bcfb11bee00c0.tar.gz
shadow: update 4.11.1 -> 4.12.1
Combine two username relaxing patches into one, rebase, and submit upstream. (From OE-Core rev: 6f0042be60582669d317b9ff2e1b8034ab2a01d3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow.inc')
-rw-r--r--meta/recipes-extended/shadow/shadow.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index f5fdf436f7..fbb1d395ff 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -11,10 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c9a450b7be84eac23e6353efecb60b5b \
11DEPENDS = "virtual/crypt" 11DEPENDS = "virtual/crypt"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/shadow-maint/shadow/releases" 13UPSTREAM_CHECK_URI = "https://github.com/shadow-maint/shadow/releases"
14SRC_URI = "https://github.com/shadow-maint/shadow/releases/download/v${PV}/${BP}.tar.gz \ 14SRC_URI = "https://github.com/shadow-maint/shadow/releases/download/${PV}/${BP}.tar.gz \
15 file://shadow-4.1.3-dots-in-usernames.patch \ 15 file://0001-shadow-use-relaxed-usernames.patch \
16 ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \ 16 ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \
17 file://shadow-relaxed-usernames.patch \
18 file://useradd \ 17 file://useradd \
19 " 18 "
20 19
@@ -30,8 +29,7 @@ SRC_URI:append:class-native = " \
30SRC_URI:append:class-nativesdk = " \ 29SRC_URI:append:class-nativesdk = " \
31 file://0001-Disable-use-of-syslog-for-sysroot.patch \ 30 file://0001-Disable-use-of-syslog-for-sysroot.patch \
32 " 31 "
33 32SRC_URI[sha256sum] = "9fdb73b5d2b44e8ba9fcee1b4493ac75dd5040bda35b9ac8b06570cd192e7ee3"
34SRC_URI[sha256sum] = "f262089be6a1011d50ec7849e14571b7b2e788334368f3dccb718513f17935ed"
35 33
36# Additional Policy files for PAM 34# Additional Policy files for PAM
37PAM_SRC_URI = "file://pam.d/chfn \ 35PAM_SRC_URI = "file://pam.d/chfn \