[Lunar-commits] <moonbase> Linux-PAM: Bumped version to 1.0.4
Stefan Wold
ratler at lunar-linux.org
Sat Mar 21 19:56:37 CET 2009
commit 68d5b24234bc43956b5a90790900249a6a6a0435
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat Mar 21 19:56:37 2009 +0100
Linux-PAM: Bumped version to 1.0.4
* Should now build with libtool 2.2.6a, thank you Denis <0lvin at ukr.net> for that patch
* Redhat patches have been updated
* Compiled and tested on x86 and x86_64
---
security/Linux-PAM/BUILD | 5 ++---
security/Linux-PAM/DETAILS | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/security/Linux-PAM/BUILD b/security/Linux-PAM/BUILD
index 89a6ae0..a1eef70 100644
--- a/security/Linux-PAM/BUILD
+++ b/security/Linux-PAM/BUILD
@@ -9,9 +9,8 @@
# Stop pam_env from installing /etc/environment
sedit "/^sysconf_DATA/d" modules/pam_env/Makefile.am &&
- aclocal -I m4 &&
- automake --add-missing --gnu &&
- autoconf &&
+ AT_M4DIR="m4" autoreconf &&
+ libtoolize &&
./configure --libdir=/lib \
--enable-docdir=/usr/share/doc/Linux-PAM \
diff --git a/security/Linux-PAM/DETAILS b/security/Linux-PAM/DETAILS
index 69b7107..8acb3d0 100644
--- a/security/Linux-PAM/DETAILS
+++ b/security/Linux-PAM/DETAILS
@@ -1,18 +1,18 @@
MODULE=Linux-PAM
- VERSION=1.0.1
- PVERSION=1.9
+ VERSION=1.0.4
+ PVERSION=2.0
RHVERSION=0.99.9-1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-patches-$PVERSION.tar.bz2
SOURCE_URL[0]=$KERNEL_URL/pub/linux/libs/pam/library/
SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/library/
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:c1cdcd28141344b3501121d32e0d57d2a3c14422
- SOURCE2_VFY=sha1:cc287af3e18cc687d842eef782f3c48756a01fd1
+ SOURCE_VFY=sha1:60146a363b653324d4477dce4a3e999834a2d713
+ SOURCE2_VFY=sha1:3eecbbeea83c1056a5b4dc68fdaa19222e4d47a6
WEB_SITE=http://www.kernel.org/pub/linux/libs/pam
MAINTAINER=ratler at lunar-linux.org
ENTERED=20010922
- UPDATED=20080624
+ UPDATED=20090321
SHORT="Pluggable Authentication Modules"
PSAFE=no
More information about the Lunar-commits
mailing list