[arch-commits] Commit in shadow/trunk (PKGBUILD chpasswd)

Dave Reisner dreisner at archlinux.org
Mon Nov 28 13:36:44 UTC 2011


    Date: Monday, November 28, 2011 @ 08:36:44
  Author: dreisner
Revision: 143704

upgpkg: shadow 4.1.4.3-4

fix typo in chpasswd: s/512/sha&/

Modified:
  shadow/trunk/PKGBUILD
  shadow/trunk/chpasswd

----------+
 PKGBUILD |    5 +++--
 chpasswd |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-28 13:36:36 UTC (rev 143703)
+++ PKGBUILD	2011-11-28 13:36:44 UTC (rev 143704)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=shadow
 pkgver=4.1.4.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Password and account management tool suite with support for shadow files and PAM"
 arch=('i686' 'x86_64')
 url='http://pkg-shadow.alioth.debian.org/'
@@ -27,7 +28,7 @@
 sha1sums=('8b704b8f07718e329205f23d457c3121c0f3679e'
           '78ec184a499f9708adcfcf0b7a3b22a60bf39f91'
           '4ad0e059406a305c8640ed30d93c2a1f62c2f4ad'
-          '0db3819326f45d2c75042aca4315737cca39edc4'
+          '12427b1ca92a9b85ca8202239f0d9f50198b818f'
           '0e56fed7fc93572c6bf0d8f3b099166558bb46f1'
           '895aad07c192b288b457e19dd7b8c55841b4ad22'
           'e5cab2118ecb1e61874cde842d7d04d1003f35cb'

Modified: chpasswd
===================================================================
--- chpasswd	2011-11-28 13:36:36 UTC (rev 143703)
+++ chpasswd	2011-11-28 13:36:44 UTC (rev 143704)
@@ -3,4 +3,4 @@
 auth		required	pam_unix.so
 account		required	pam_unix.so
 session		required	pam_unix.so
-password 	required 	pam_unix.so 512 shadow
+password 	required 	pam_unix.so sha512 shadow




More information about the arch-commits mailing list