[Lunar-commits] r21379 - moonbase/trunk/security/Linux-PAM

Stefan Wold ratler at lunar-linux.org
Sun Sep 10 12:34:34 UTC 2006


Author: ratler
Date: 2006-09-10 12:34:33 +0000 (Sun, 10 Sep 2006)
New Revision: 21379

Modified:
   moonbase/trunk/security/Linux-PAM/BUILD
   moonbase/trunk/security/Linux-PAM/DEPENDS
   moonbase/trunk/security/Linux-PAM/DETAILS
Log:
Version bump to 0.99.6.3
* Redhat modules updated
* Updated a few redhat patches
* Changed lunar pam_console patch
* BUILD now does a make check which will do
  various checks on each pam_module, such as dlopen.
  NOTE: Redhat specific modules, console, rps, tally2
        etc does not run dlopen or any other checks atm.
* Glib-2 is no longer needed as dependency,
  pam_console now has it's own hash table function.


Modified: moonbase/trunk/security/Linux-PAM/BUILD
===================================================================
--- moonbase/trunk/security/Linux-PAM/BUILD	2006-09-10 04:28:29 UTC (rev 21378)
+++ moonbase/trunk/security/Linux-PAM/BUILD	2006-09-10 12:34:33 UTC (rev 21379)
@@ -1,16 +1,25 @@
 (
 
   export SGML2LATEX=no
+  export SGML2TXT=no
+  export SGML2HTML=no
+  export SGML2PS=no
+  export PS2PDF=no
 
   autoreconf &&
   ./configure  --libdir=/lib                            \
                --enable-docdir=/usr/share/doc/Linux-PAM \
+               --disable-prelude                        \
                --mandir=/usr/share/man                  &&
 
   sedit  "s/examples//"  Makefile              &&
   sedit  "s/read yes//"     conf/install_conf  &&
-  default_make                                 &&
 
+  make &&
+  make check &&
+  prepare_install &&
+  make install &&
+
   # Makefile no longer setsuid on unix_chkpwd and pam_timestamp_check
   chmod 4711 /sbin/unix_chkpwd &&
   chmod 4711 /sbin/pam_timestamp_check &&
@@ -22,6 +31,9 @@
   for i in $SOURCE_DIRECTORY/modules/pam_*/README; do
       cp -f ${i} /usr/share/doc/Linux-PAM/text/README.$(echo ${i} | awk -F/ '{ print $(NF-1) }')
   done &&
+	
+  # More doc
+  gather_docs AUTHORS Copyright
   
   # We have to clean up a bit after Linux-PAM
   rm -f /lib/security/*.la &&

Modified: moonbase/trunk/security/Linux-PAM/DEPENDS
===================================================================
--- moonbase/trunk/security/Linux-PAM/DEPENDS	2006-09-10 04:28:29 UTC (rev 21378)
+++ moonbase/trunk/security/Linux-PAM/DEPENDS	2006-09-10 12:34:33 UTC (rev 21379)
@@ -1,3 +1,2 @@
 depends  automake  &&
-depends  cracklib  &&
-depends  glib-2
+depends  cracklib

Modified: moonbase/trunk/security/Linux-PAM/DETAILS
===================================================================
--- moonbase/trunk/security/Linux-PAM/DETAILS	2006-09-10 04:28:29 UTC (rev 21378)
+++ moonbase/trunk/security/Linux-PAM/DETAILS	2006-09-10 12:34:33 UTC (rev 21379)
@@ -1,18 +1,18 @@
           MODULE=Linux-PAM
-         VERSION=0.99.3.0
-        PVERSION=1.5
-       RHVERSION=0.99.3-1
+         VERSION=0.99.6.3
+        PVERSION=1.6
+       RHVERSION=0.99.6-1
           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:2da8fab6c0adbf63b46976f1dc37dcf132b28fd2
-     SOURCE2_VFY=sha1:5b3b1c5175ef5c8c7d8204ff4d36bda719093006
+      SOURCE_VFY=sha1:984f86b5a767fba1572c7963b8f8c997132fff2b
+     SOURCE2_VFY=sha1:6844b668da1ccffac79bfb895fb12b5b0a80ef77
         WEB_SITE=http://www.us.kernel.org/pub/linux/libs/pam
       MAINTAINER=ratler at lunar-linux.org
          ENTERED=20010922
-         UPDATED=20060327
+         UPDATED=20060910
            SHORT="Flexibile authentication mechanisms."
 PSAFE=no
 cat << EOF



More information about the Lunar-commits mailing list