From: Victor Martinez Date: Wed, 5 Apr 2017 04:04:21 +0000 (+0000) Subject: shadow: updated to 4.4 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=6cf3557ac0a1fedb0f2b499ff5e32c3fd897c09f;p=crossrootfs.git shadow: updated to 4.4 --- diff --git a/shadow/.footprint b/shadow/.footprint index 1016488..761c414 100644 --- a/shadow/.footprint +++ b/shadow/.footprint @@ -16,7 +16,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/faillog -rwxr-xr-x root/root usr/bin/groups -rwxr-xr-x root/root usr/bin/lastlog +-rwxr-xr-x root/root usr/bin/newgidmap -rwsr-xr-x root/root usr/bin/newgrp +-rwxr-xr-x root/root usr/bin/newuidmap -rwsr-xr-x root/root usr/bin/passwd lrwxrwxrwx root/root usr/bin/sg -> newgrp -rwsr-xr-x root/root usr/bin/su @@ -28,7 +30,9 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/expiry.1.gz -rw-r--r-- root/root usr/man/man1/groups.1.gz -rw-r--r-- root/root usr/man/man1/login.1.gz +-rw-r--r-- root/root usr/man/man1/newgidmap.1.gz -rw-r--r-- root/root usr/man/man1/newgrp.1.gz +-rw-r--r-- root/root usr/man/man1/newuidmap.1.gz -rw-r--r-- root/root usr/man/man1/passwd.1.gz -rw-r--r-- root/root usr/man/man1/sg.1.gz -rw-r--r-- root/root usr/man/man1/su.1.gz @@ -41,6 +45,8 @@ drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/porttime.5.gz -rw-r--r-- root/root usr/man/man5/shadow.5.gz -rw-r--r-- root/root usr/man/man5/suauth.5.gz +-rw-r--r-- root/root usr/man/man5/subgid.5.gz +-rw-r--r-- root/root usr/man/man5/subuid.5.gz drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/chgpasswd.8.gz -rw-r--r-- root/root usr/man/man8/faillog.8.gz diff --git a/shadow/.md5sum b/shadow/.md5sum index 037f107..0593bb3 100644 --- a/shadow/.md5sum +++ b/shadow/.md5sum @@ -1,3 +1,3 @@ 05a85f1ea6bf26aec66a91b5f98a51b0 login.defs be8f69c2701118093af3d7f3bc02af16 pwck -a00449aa439c69287b6d472191dc2247 shadow-4.1.5.1.tar.bz2 +ff357d9d232f6ad55a4d8b93f78caff7 shadow-4.4.tar.xz diff --git a/shadow/Pkgfile b/shadow/Pkgfile index 4f481c4..8a06859 100644 --- a/shadow/Pkgfile +++ b/shadow/Pkgfile @@ -5,13 +5,13 @@ # Depends on: name=shadow -version=4.1.5.1 -release=3 -source=(http://pkgs.fedoraproject.org/repo/pkgs/shadow-utils/$name-$version.tar.bz2/a00449aa439c69287b6d472191dc2247/$name-$version.tar.bz2 +version=4.4 +release=1 +source=(http://crux.nu/files/distfiles/$name-$version.tar.xz pwck login.defs) build() { - cd $name-$version + cd $name-upstream-$version echo "ac_cv_func_setpgrp_void=yes" >> config.cache