[arch-commits] Commit in pam/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Tue Jul 21 13:17:10 UTC 2020
Date: Tuesday, July 21, 2020 @ 13:17:09
Author: tpowa
Revision: 392329
upgpkg: pam 1.4.0-2: fix #55922,#60365,#61711
Modified:
pam/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-21 13:01:49 UTC (rev 392328)
+++ PKGBUILD 2020-07-21 13:17:09 UTC (rev 392329)
@@ -3,14 +3,14 @@
pkgname=pam
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="PAM (Pluggable Authentication Modules) library"
arch=('x86_64')
license=('GPL2')
url="http://linux-pam.org"
-depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase' 'audit')
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/default/passwd etc/environment)
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/environment)
source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz
https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc)
validpgpkeys=(
More information about the arch-commits
mailing list