shadow: 4.13 -> 4.14.0

This commit is contained in:
Tim Biermann 2023-08-21 21:50:04 +02:00
parent adb6c1bf37
commit a81035d9c9
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 42 additions and 43 deletions

View File

@ -32,7 +32,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/faillog
-rwxr-xr-x root/root usr/bin/getsubids
-rwxr-xr-x root/root usr/bin/groups
-rwxr-xr-x root/root usr/bin/lastlog
-rwsr-xr-x root/root usr/bin/newgidmap
-rwsr-xr-x root/root usr/bin/newgrp
-rwsr-xr-x root/root usr/bin/newuidmap
@ -87,7 +86,6 @@ drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/groupmems.8.gz
-rw-r--r-- root/root usr/share/man/man8/groupmod.8.gz
-rw-r--r-- root/root usr/share/man/man8/grpck.8.gz
-rw-r--r-- root/root usr/share/man/man8/lastlog.8.gz
-rw-r--r-- root/root usr/share/man/man8/nologin.8.gz
-rw-r--r-- root/root usr/share/man/man8/pwck.8.gz
-rw-r--r-- root/root usr/share/man/man8/useradd.8.gz

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqk6+xHy7Npar2oEUa8GEd7NFQUbgWsQP8Posq+Imxeq97mZY+agqgKr+8lYWlBOsNNfGbl/RkLVFS3oizfOoOww=
SHA256 (Pkgfile) = 3501e49a6227a7a7e1c8a56b7ad552dc7e0459e1e7ba216d05d781ff24b1f70b
SHA256 (.footprint) = 64614a7fcc7b8c2330824675ccbe9a7601cff4f12fe6d87ac9d9a10d11471d3e
SHA256 (shadow-4.13.tar.xz) = 9afe245d79a2e7caac5f1ed62519b17416b057ec89df316df1c3935502f9dd2c
RWRJc1FUaeVeqmoECs9W6XdLx2EBkImbCvt0f2VKFySe6nwBoElrfW0zYX2khRdEkD25O1cDP7tCrN0S0pUaQEr8XRWVB+E7Egc=
SHA256 (Pkgfile) = 468ee709320026d68dae1f760f57df00e6245ba4d81cdd235ea0962c03ef761f
SHA256 (.footprint) = deaaa56ac62bd73e5fd07988ca47c33bffe6ba9c3eb2fa5edb12385fa1e8123c
SHA256 (shadow-4.14.0.tar.xz) = 87e1c5cc10109536132f1b4e29b6df6edc99b70f36f71ff042c2783f2fa01d4f
SHA256 (pwck) = c62f1bf5785c2bb93bb269156bfa02b06728a01ff5d6c2e09cf6285701a1fda0
SHA256 (chfn) = b31ef7a14f747e114c970027a57acb5dcefffee439ce0b4a7d55cc2f6b632fcf
SHA256 (chsh) = 20e39e9c738599272a10f46a11338d62d755df32a26db27ce0b5c04a71d66460

View File

@ -4,8 +4,8 @@
# Depends on: acl linux-pam
name=shadow
version=4.13
release=2
version=4.14.0
release=1
source=(https://github.com/shadow-maint/$name/releases/download/$version/$name-$version.tar.xz \
pwck chfn chsh login groupadd groupdel \
groupmems groupmod passwd su useradd userdel usermod)
@ -22,7 +22,8 @@ build() {
--disable-shadowgrp \
--disable-nls \
--without-selinux \
--without-audit
--without-audit \
--without-libbsd
make
make DESTDIR=$PKG install