summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothée Ravier2014-03-19 02:25:01 +0100
committerNicolas Iooss2015-06-27 11:44:54 +0800
commitd6299929c4b220961423967a1c50e3eba97d9978 (patch)
tree06964184077b3ce6dea48ec2d51a17c5608385aa
parent924742a9277a06769efbe416ec176e4d86296431 (diff)
downloadaur-d6299929c4b220961423967a1c50e3eba97d9978.tar.gz
pam-selinux 1.1.8-3 update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 431b883d2341..96a28c6af7a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pam-selinux
pkgdesc = SELinux aware PAM (Pluggable Authentication Modules) library
pkgver = 1.1.8
- pkgrel = 2
- url = http://www.kernel.org/pub/linux/libs/pam/
+ pkgrel = 3
+ url = http://linux-pam.org
arch = i686
arch = x86_64
groups = selinux
@@ -12,13 +12,12 @@ pkgbase = pam-selinux
makedepends = docbook-xml>=4.4
makedepends = docbook-xsl
depends = glibc
- depends = db
depends = cracklib
depends = libtirpc
- depends = pambase
+ depends = pambase-selinux
depends = libselinux
- provides = pam=1.1.8-2
- provides = selinux-pam=1.1.8-2
+ provides = pam=1.1.8-3
+ provides = selinux-pam=1.1.8-3
conflicts = pam
conflicts = selinux-pam
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index b5558ead6dd2..df7f6e81cdf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,17 @@
pkgname=pam-selinux
pkgver=1.1.8
-pkgrel=2
+pkgrel=3
pkgdesc="SELinux aware 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' 'pambase' 'libselinux')
+url="http://linux-pam.org"
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase-selinux' 'libselinux')
makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
-provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}" "selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
-backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
- etc/default/passwd
- etc/environment)
+provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
+ "selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/default/passwd etc/environment)
groups=('selinux')
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
@@ -32,7 +31,8 @@ md5sums=('35b6091af95981b1b2cd60d813b5e4ee'
build() {
cd $srcdir/Linux-PAM-$pkgver
- ./configure --libdir=/usr/lib --sbindir=/usr/bin --enable-selinux
+ ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db \
+ --enable-selinux
make
cd $srcdir/pam_unix2-2.9.1