[Lunar-commits] r22161 - moonbase/trunk/security/Linux-PAM
Stefan Wold
ratler at lunar-linux.org
Sun Nov 12 20:05:38 CET 2006
Author: ratler
Date: 2006-11-12 20:05:38 +0100 (Sun, 12 Nov 2006)
New Revision: 22161
Modified:
moonbase/trunk/security/Linux-PAM/BUILD
moonbase/trunk/security/Linux-PAM/DETAILS
Log:
Finally got around to repack the patchset for the automake 1.10
fix that I had fixed almost a month ago.
Linux-PAM have been installed and tested with the following
configurations:
Kernel 2.4 with automake 1.9.6
Kernel 2.4 with automake 1.10
Kernel 2.6 with automake 1.9.6
Kernel 2.6 with automake 1.10
Everything seem to be in order. UPDATED field will not
be bumped since this is just a compile fix to comply with
automake 1.10.
Modified: moonbase/trunk/security/Linux-PAM/BUILD
===================================================================
--- moonbase/trunk/security/Linux-PAM/BUILD 2006-11-12 18:36:26 UTC (rev 22160)
+++ moonbase/trunk/security/Linux-PAM/BUILD 2006-11-12 19:05:38 UTC (rev 22161)
@@ -6,7 +6,12 @@
export SGML2PS=no
export PS2PDF=no
- autoreconf &&
+ # Fix for automake 1.10
+ aclocal -I m4 &&
+ automake --add-missing --gnu &&
+ autoconf &&
+ # End fix
+
./configure --libdir=/lib \
--enable-docdir=/usr/share/doc/Linux-PAM \
--disable-prelude \
Modified: moonbase/trunk/security/Linux-PAM/DETAILS
===================================================================
--- moonbase/trunk/security/Linux-PAM/DETAILS 2006-11-12 18:36:26 UTC (rev 22160)
+++ moonbase/trunk/security/Linux-PAM/DETAILS 2006-11-12 19:05:38 UTC (rev 22161)
@@ -1,6 +1,6 @@
MODULE=Linux-PAM
VERSION=0.99.6.3
- PVERSION=1.6
+ PVERSION=1.7
RHVERSION=0.99.6-1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-patches-$PVERSION.tar.bz2
@@ -8,7 +8,7 @@
SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/pre/library/
SOURCE2_URL=$PATCH_URL/
SOURCE_VFY=sha1:984f86b5a767fba1572c7963b8f8c997132fff2b
- SOURCE2_VFY=sha1:6844b668da1ccffac79bfb895fb12b5b0a80ef77
+ SOURCE2_VFY=sha1:2a48f18b10acd4292ccdb0cc5a6306b1525d8d1b
WEB_SITE=http://www.us.kernel.org/pub/linux/libs/pam
MAINTAINER=ratler at lunar-linux.org
ENTERED=20010922
More information about the Lunar-commits
mailing list