[Lunar-commits] <moonbase> Linux-PAM: Version bumped to 1.1.3

Stefan Wold ratler at lunar-linux.org
Wed Nov 24 18:37:24 CET 2010


commit be03f23a5807c9dcc1e2df39013e01a68180692d
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Wed Nov 24 10:11:12 2010 +0100

    Linux-PAM: Version bumped to 1.1.3
    
    - New patches from redhat
    - New lunar patch to fix tty regex in console.handler and console.perms
    - Changed default password encryption type to sha512
---
 security/Linux-PAM/DETAILS           |   10 +++++-----
 security/Linux-PAM/pam.d/other       |    6 +-----
 security/Linux-PAM/pam.d/system-auth |    4 ++--
 3 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/security/Linux-PAM/DETAILS b/security/Linux-PAM/DETAILS
index 5bf0ade..bcb1e54 100644
--- a/security/Linux-PAM/DETAILS
+++ b/security/Linux-PAM/DETAILS
@@ -1,18 +1,18 @@
           MODULE=Linux-PAM
-         VERSION=1.1.1
-        PVERSION=2.2
+         VERSION=1.1.3
+        PVERSION=2.3
        RHVERSION=0.99.10-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:8baf11b04396230ba7cf8b2bfb2d2bd75aab8fa6
-     SOURCE2_VFY=sha1:fde999a00571832e626a8c07d07380796c37b1f6
+      SOURCE_VFY=sha256:17b268789b935a76e736a1150210dd12f156972973e79347668f828d43632652
+     SOURCE2_VFY=sha256:25055bd45c3b0db77c91acfd3a1b149ed360a77d2dda41ff158b940d7172421c
         WEB_SITE=http://www.kernel.org/pub/linux/libs/pam
       MAINTAINER=ratler at lunar-linux.org
          ENTERED=20010922
-         UPDATED=20100502
+         UPDATED=20101124
            SHORT="Pluggable Authentication Modules"
 PSAFE=no
 
diff --git a/security/Linux-PAM/pam.d/other b/security/Linux-PAM/pam.d/other
index 52990ef..50c6e52 100644
--- a/security/Linux-PAM/pam.d/other
+++ b/security/Linux-PAM/pam.d/other
@@ -1,9 +1,5 @@
-#
-# The PAM configuration file for the `other' service
-#
+#%PAM-1.0
 auth       required   pam_deny.so
-auth       required   pam_warn.so
 account    required   pam_deny.so
 password   required   pam_deny.so
-password   required   pam_warn.so
 session    required   pam_deny.so
diff --git a/security/Linux-PAM/pam.d/system-auth b/security/Linux-PAM/pam.d/system-auth
index 6d2adbd..b3f919d 100644
--- a/security/Linux-PAM/pam.d/system-auth
+++ b/security/Linux-PAM/pam.d/system-auth
@@ -5,8 +5,8 @@ auth        required      pam_deny.so
 
 account     required      pam_unix.so
 
-password    required      pam_cracklib.so try_first_pass retry=3
-password    sufficient    pam_unix.so try_first_pass use_authtok nullok md5 shadow
+password    required      pam_cracklib.so try_first_pass retry=3 type=
+password    sufficient    pam_unix.so try_first_pass use_authtok nullok sha512 shadow
 password    required      pam_deny.so
 
 session     optional      pam_keyinit.so revoke


More information about the Lunar-commits mailing list