[Lunar-commits] r15017 - moonbase/trunk/security/Linux-PAM
Stefan Wold
ratler at lunar-linux.org
Wed May 25 10:19:14 UTC 2005
Author: ratler
Date: 2005-05-25 10:19:13 +0000 (Wed, 25 May 2005)
New Revision: 15017
Modified:
moonbase/trunk/security/Linux-PAM/DETAILS
moonbase/trunk/security/Linux-PAM/POST_INSTALL
moonbase/trunk/security/Linux-PAM/POST_REMOVE
Log:
Long awaited update. 28 patches was removed that's already in the release. 6 patches was rewritten. And a few other patches concerning pam_console is left untouched. Compiled and tested. openssh, shadow, XOrg, xscreensaver and samba have been compiled and tested against Linux-PAM 0.79. Enjoy!
Modified: moonbase/trunk/security/Linux-PAM/DETAILS
===================================================================
--- moonbase/trunk/security/Linux-PAM/DETAILS 2005-05-25 09:45:31 UTC (rev 15016)
+++ moonbase/trunk/security/Linux-PAM/DETAILS 2005-05-25 10:19:13 UTC (rev 15017)
@@ -1,18 +1,18 @@
MODULE=Linux-PAM
- VERSION=0.77
- PVERSION=1.0
+ VERSION=0.79
+ PVERSION=1.1
RHVERSION=0.77-4
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-patches-$PVERSION.tar.bz2
SOURCE_URL[0]=$KERNEL_URL/pub/linux/libs/pam/pre/library/
SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/pre/library/
SOURCE2_URL=$PATCH_URL/
- SOURCE_VFY=sha1:e1bce5634692b2f038ce9bc1d7ee087cda328c45
- SOURCE2_VFY=sha1:698e368e204c1d3668e848ae014f0b8374c37eeb
+ SOURCE_VFY=sha1:15068c90a17c33bac55624c34e3a041e73430525
+ SOURCE2_VFY=sha1:2ee8c6dda700950c0da188188a77d3bc1810f6c2
WEB_SITE=http://www.us.kernel.org/pub/linux/libs/pam
MAINTAINER=ratler at lunar-linux.org
ENTERED=20010922
- UPDATED=20041026
+ UPDATED=20050525
PSAFE=no
SHORT="Linux-PAM provides a flexibile authentication mechanism."
cat << EOF
Modified: moonbase/trunk/security/Linux-PAM/POST_INSTALL
===================================================================
--- moonbase/trunk/security/Linux-PAM/POST_INSTALL 2005-05-25 09:45:31 UTC (rev 15016)
+++ moonbase/trunk/security/Linux-PAM/POST_INSTALL 2005-05-25 10:19:13 UTC (rev 15017)
@@ -1,4 +1,6 @@
case $RElin_PAM_AWARE in
- y|Y|j|J) lin -c $(find_pam_aware)
+ y|Y) find_pam_aware | while read mod; do
+ lin -c $mod
+ done
;;
-esac
+esac
\ No newline at end of file
Modified: moonbase/trunk/security/Linux-PAM/POST_REMOVE
===================================================================
--- moonbase/trunk/security/Linux-PAM/POST_REMOVE 2005-05-25 09:45:31 UTC (rev 15016)
+++ moonbase/trunk/security/Linux-PAM/POST_REMOVE 2005-05-25 10:19:13 UTC (rev 15017)
@@ -3,6 +3,9 @@
"then all pam aware modules must be re-linned for" \
"authentication to continue working.${DEFAULT_COLOR}"
if query "Re-lin all Linux-PAM aware modules?" n
- then lin -c $(find_pam_aware)
+ then
+ find_pam_aware | while read mod; do
+ lin -c $mod
+ done
fi
fi
More information about the Lunar-commits
mailing list