diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-09 09:29:16 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-09 09:29:16 -0300 |
commit | bf27698570c0232bdabb1f9d4636e13829648264 (patch) | |
tree | c5f6187b28bd8e011583c4d24979054af2136839 /core/pam | |
parent | 8b82a3250aa4e181b97e7faeb055a00e718bdadb (diff) | |
parent | 2b6f5a28e2e55b46c1169228e1e56f3b18dd08b5 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/open-vm-tools-modules/PKGBUILD
community/virtualbox/PKGBUILD
core/lilo/PKGBUILD
core/lilo/lilo.conf
core/pam/PKGBUILD
core/syslinux/PKGBUILD
core/syslinux/syslinux.cfg
extra/ethtool/PKGBUILD
extra/libksba/PKGBUILD
extra/lirc/PKGBUILD
Diffstat (limited to 'core/pam')
-rw-r--r-- | core/pam/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/pam/PKGBUILD b/core/pam/PKGBUILD index 49b0d68d0..6b9a7f5b9 100644 --- a/core/pam/PKGBUILD +++ b/core/pam/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 127852 2011-06-18 20:12:05Z stephane $ +# $Id: PKGBUILD 134648 2011-08-07 10:12:55Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=pam -pkgver=1.1.3 -pkgrel=2 +pkgver=1.1.4 +pkgrel=1 pkgdesc="PAM (Pluggable Authentication Modules) library" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://www.kernel.org/pub/linux/libs/pam/" -depends=('glibc' 'db' 'cracklib') -makedepends=('flex' 'docbook-xml>=4.4' 'docbook-xsl') +depends=('glibc' 'db' 'cracklib' 'libtirpc') +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) 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.6.tar.bz2 other) options=('!libtool' '!emptydirs') -md5sums=('6db7fcb5db6253350e3a4648ceac40e7' +md5sums=('e9af5fb27bb22edb55d077e2888b3ebc' 'e2788389a6c59224110a45fcff30e02b' '6e6c8719e5989d976a14610f340bd33a') |