[notify] shadow: update to 4.1.5

Update encloses one security fix, see
http://pkg-shadow.alioth.debian.org/releases/shadow-4.1.5.NEWS
This commit is contained in:
Juergen Daubert 2012-02-17 13:38:38 +01:00
parent 3e84a881fb
commit d1d21f465a
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,3 @@
05a85f1ea6bf26aec66a91b5f98a51b0 login.defs
be8f69c2701118093af3d7f3bc02af16 pwck
b8608d8294ac88974f27b20f991c0e79 shadow-4.1.4.3.tar.bz2
d5f7a588fadb79faeb4b08b1eee82e9a shadow-4.1.5.tar.bz2

View File

@ -1,16 +1,20 @@
# Description: Shadow password file utilities
# URL: http://pkg-shadow.alioth.debian.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: acl
name=shadow
version=4.1.4.3
version=4.1.5
release=1
source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.bz2
pwck login.defs)
build() {
cd $name-$version
# http://anonscm.debian.org/viewvc/pkg-shadow/upstream/trunk/libmisc/copydir.c?r1=3655&r2=3706
sed -i '49i#include <stdarg.h>' libmisc/copydir.c
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc \