summaryrefslogtreecommitdiff
path: root/shadow
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2014-05-05 19:14:58 +0200
committerJuergen Daubert <jue@jue.li>2014-05-05 19:14:58 +0200
commit13760540361a9c5cd31936bcb9e70451529a3b99 (patch)
tree6c6a3f59cedb090e60d3691a30fde696e1adf6c8 /shadow
parent4027bbba3747395796326cb1a3255ea0a926d2cf (diff)
downloadcore-13760540361a9c5cd31936bcb9e70451529a3b99.tar.gz
core-13760540361a9c5cd31936bcb9e70451529a3b99.tar.xz
shadow: update to 4.2
Diffstat (limited to 'shadow')
-rw-r--r--shadow/.footprint6
-rw-r--r--shadow/.md5sum3
-rw-r--r--shadow/Pkgfile9
3 files changed, 14 insertions, 4 deletions
diff --git a/shadow/.footprint b/shadow/.footprint
index 10164886..43f12a76 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
+-rwsr-xr-x root/root usr/bin/newgidmap
-rwsr-xr-x root/root usr/bin/newgrp
+-rwsr-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 9a3d65b2..8e0edca6 100644
--- a/shadow/.md5sum
+++ b/shadow/.md5sum
@@ -1,3 +1,4 @@
80756b2d5b3351b3757f48ae69fe866d login.defs
be8f69c2701118093af3d7f3bc02af16 pwck
-a00449aa439c69287b6d472191dc2247 shadow-4.1.5.1.tar.bz2
+912a5957c1471acccedbc2a635e36f5e shadow-4.2.tar.xz
+e290c4d13cb827a2b15991f40da9305c shadow-man-4.2.tar.xz
diff --git a/shadow/Pkgfile b/shadow/Pkgfile
index 9a57ca38..18149845 100644
--- a/shadow/Pkgfile
+++ b/shadow/Pkgfile
@@ -4,13 +4,16 @@
# Depends on: acl
name=shadow
-version=4.1.5.1
-release=3
-source=(http://crux.nu/~rehabdoll/distfiles/$name-$version.tar.bz2
+version=4.2
+release=1
+source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.xz
+ http://crux.nu/files/distfiles/$name-man-$version.tar.xz
pwck login.defs)
build() {
cd $name-$version
+
+ autoreconf --force --install
./configure --prefix=/usr \
--mandir=/usr/man \

Generated by cgit