diff options
author | Juergen Daubert <jue@jue.li> | 2016-10-15 07:56:33 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-10-15 07:56:33 +0200 |
commit | a457510ee0256a5770575f29dbb1f93856cb261f (patch) | |
tree | 3c92c20c17ec9a3d8d016b688b27ca44e4f7225f /shadow | |
parent | 4ceb0b7a7048d29b72524a7b3b8a53a0652df377 (diff) | |
download | core-a457510ee0256a5770575f29dbb1f93856cb261f.tar.gz core-a457510ee0256a5770575f29dbb1f93856cb261f.tar.xz |
shadow: update to 4.4
we have finally a new maintainer for shadow, he is responsible for
upstream and the debian stuff.
The main repo is on github [1] now but I hope that the original
home page for the project at [2] will get updates sometime.
Because there's no proper tarball on github I've repacked it and
we host it on crux.nu for now.
[1] https://github.com/shadow-maint/shadow
[2] https://github.com/shadow-maint/shadow
Diffstat (limited to 'shadow')
-rw-r--r-- | shadow/.footprint | 4 | ||||
-rw-r--r-- | shadow/.md5sum | 2 | ||||
-rw-r--r-- | shadow/Pkgfile | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/shadow/.footprint b/shadow/.footprint index 4d8875b0..ca33c359 100644 --- a/shadow/.footprint +++ b/shadow/.footprint @@ -16,9 +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 --rwsr-xr-x root/root usr/bin/newgidmap +-rwxr-xr-x root/root usr/bin/newgidmap -rwsr-xr-x root/root usr/bin/newgrp --rwsr-xr-x root/root usr/bin/newuidmap +-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 diff --git a/shadow/.md5sum b/shadow/.md5sum index c4b394e7..5f5e90c4 100644 --- a/shadow/.md5sum +++ b/shadow/.md5sum @@ -1,3 +1,3 @@ 80756b2d5b3351b3757f48ae69fe866d login.defs be8f69c2701118093af3d7f3bc02af16 pwck -2bfafe7d4962682d31b5eba65dba4fc8 shadow-4.2.1.tar.xz +ff357d9d232f6ad55a4d8b93f78caff7 shadow-4.4.tar.xz diff --git a/shadow/Pkgfile b/shadow/Pkgfile index bb09c0f3..8f4eff7b 100644 --- a/shadow/Pkgfile +++ b/shadow/Pkgfile @@ -1,16 +1,16 @@ # Description: Shadow password file utilities -# URL: http://pkg-shadow.alioth.debian.org/ +# URL: https://github.com/shadow-maint/shadow # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: acl name=shadow -version=4.2.1 -release=2 -source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.xz +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 ./configure --prefix=/usr \ --sysconfdir=/etc \ |