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

Dave Reisner dreisner at archlinux.org
Mon Jun 4 15:56:03 UTC 2012


    Date: Monday, June 4, 2012 @ 11:56:02
  Author: dreisner
Revision: 160721

upgpkg: pam 1.1.5-4

- new dependency: pambase
- move etc/pam.d/other to pambase

Modified:
  pam/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-04 15:54:24 UTC (rev 160720)
+++ PKGBUILD	2012-06-04 15:56:02 UTC (rev 160721)
@@ -4,22 +4,20 @@
 
 pkgname=pam
 pkgver=1.1.5
-pkgrel=3
+pkgrel=4
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.kernel.org/pub/linux/libs/pam/"
-depends=('glibc' 'db' 'cracklib' 'libtirpc')
+depends=('glibc' 'db' 'cracklib' 'libtirpc' 'pambase')
 makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
-backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/pam.d/other etc/default/passwd etc/environment)
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/default/passwd etc/environment)
 source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
         #http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
-        ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2
-        other)
+        ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2)
 options=('!libtool' '!emptydirs')
 md5sums=('927ee5585bdec5256c75117e9348aa47'
-         'e2788389a6c59224110a45fcff30e02b'
-         '6e6c8719e5989d976a14610f340bd33a')
+         'e2788389a6c59224110a45fcff30e02b')
 
 build() {
   cd $srcdir/Linux-PAM-$pkgver
@@ -34,7 +32,6 @@
 package() {
   cd $srcdir/Linux-PAM-$pkgver
   make DESTDIR=$pkgdir install
-  install -D -m644 ../other $pkgdir/etc/pam.d/other
 
   # build pam_unix2 module
   # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
@@ -61,6 +58,3 @@
   # set unix_chkpwd uid
   chmod +s $pkgdir/sbin/unix_chkpwd
 }
-md5sums=('927ee5585bdec5256c75117e9348aa47'
-         'e2788389a6c59224110a45fcff30e02b'
-         '6e6c8719e5989d976a14610f340bd33a')




More information about the arch-commits mailing list