[arch-commits] Commit in pam/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sat Sep 27 19:04:15 UTC 2008
Date: Saturday, September 27, 2008 @ 15:04:15
Author: tpowa
Revision: 13592
Merged revisions 13506-13591 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/pam/trunk
........
r13591 | tpowa | 2008-09-27 19:03:42 +0000 (Sa, 27 Sep 2008) | 1 line
upgpkg: pam 1.0.2-2
........
Modified:
pam/repos/testing-x86_64/ (properties)
pam/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Property changes on: pam/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /pam/trunk:1-13505
+ /pam/trunk:1-13591
Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2008-09-27 19:03:42 UTC (rev 13591)
+++ testing-x86_64/PKGBUILD 2008-09-27 19:04:15 UTC (rev 13592)
@@ -2,7 +2,7 @@
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=pam
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="PAM (Pluggable Authentication Modules) library"
arch=(i686 x86_64)
license=('GPL2')
@@ -11,11 +11,11 @@
depends=('glibc' 'db>=4.7' 'cracklib')
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)
source=(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.1.tar.bz2 \
+ ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2 \
other)
options=('!libtool' '!emptydirs')
md5sums=('fc5e35645b75befae28c88b711b28ffb'
- '08d3bc1940897b5dfcbe2f51dd979ad0'
+ 'e2788389a6c59224110a45fcff30e02b'
'6e6c8719e5989d976a14610f340bd33a')
build() {
@@ -26,7 +26,7 @@
install -D -m644 ../other $startdir/pkg/etc/pam.d/other
# build pam_unix2 module
# source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
- cd $startdir/src/pam_unix2-2.1
+ cd $startdir/src/pam_unix2-2.6
./configure
make || return 1
make DESTDIR=$startdir/pkg install
More information about the arch-commits
mailing list