summaryrefslogtreecommitdiff
path: root/shadow
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2008-06-28 11:26:17 +0200
committerJuergen Daubert <jue@jue.li>2008-06-28 11:26:17 +0200
commit220e328ac54871b02b6e86cb3dbaa7b7e19b25cd (patch)
treeb045c764136556811368c8d68e906144089e298a /shadow
parentcd976783de5496e60ed0f590085848531a0c9c37 (diff)
downloadcore-220e328ac54871b02b6e86cb3dbaa7b7e19b25cd.tar.gz
core-220e328ac54871b02b6e86cb3dbaa7b7e19b25cd.tar.xz
shadow: update to 4.1.2.1
Security fix, but not relevant for us, because we have no official audit port. http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/2008-June/006679.html
Diffstat (limited to 'shadow')
-rw-r--r--shadow/.md5sum2
-rw-r--r--shadow/Pkgfile5
2 files changed, 4 insertions, 3 deletions
diff --git a/shadow/.md5sum b/shadow/.md5sum
index 69aabf8c..724dc00c 100644
--- a/shadow/.md5sum
+++ b/shadow/.md5sum
@@ -1,3 +1,3 @@
05a85f1ea6bf26aec66a91b5f98a51b0 login.defs
be8f69c2701118093af3d7f3bc02af16 pwck
-ce90cbe9cba7f6673cb10cad49083c1c shadow-4.1.2.tar.bz2
+c178e49c45495e296dabbe4ae01a0fbe shadow-4.1.2.1.tar.bz2
diff --git a/shadow/Pkgfile b/shadow/Pkgfile
index d47a8c64..5d1619ac 100644
--- a/shadow/Pkgfile
+++ b/shadow/Pkgfile
@@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=shadow
-version=4.1.2
+version=4.1.2.1
release=1
source=(ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/$name-$version.tar.bz2
pwck login.defs)
@@ -18,7 +18,8 @@ build() {
--disable-shadowgrp \
--disable-nls \
--without-selinux \
- --without-libpam
+ --without-libpam \
+ --without-audit
make
make DESTDIR=$PKG install

Generated by cgit