From 4ef69eaea3821097929e03f0559ad74c90a04ae1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 9 Oct 2018 21:24:20 -0400 Subject: libre/pam: Add dependency on 'audit' --- libre/pam/PKGBUILD | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/libre/pam/PKGBUILD b/libre/pam/PKGBUILD index 7e1540038..e676c7b51 100644 --- a/libre/pam/PKGBUILD +++ b/libre/pam/PKGBUILD @@ -1,15 +1,26 @@ -# $Id$ -# Maintainer: Tobias Powalowski -# Contributor: judd +# Maintainer: Luke Shumaker +# Maintainer (Arch): Tobias Powalowski +# Contributor (Arch): judd + +# Rationale for inclusion in [libre]: +# +# Add `depends+=('audit')` as a temporary work-around for a bug in +# Arch Linux 32's `pam`. +# +# https://labs.parabola.nu/issues/2031 +# https://bugs.archlinux32.org/index.php?do=details&task_id=54 +# +# See also: https://bugs.archlinux.org/task/60365 pkgname=pam pkgver=1.3.1 -pkgrel="1.3" +pkgrel="1.3.par1" pkgdesc="PAM (Pluggable Authentication Modules) library" arch=(i486 i686 pentium3 'x86_64') license=('GPL2') url="http://linux-pam.org" depends=('glibc' 'cracklib' 'libtirpc' 'pambase') +depends+=('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) source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz -- cgit v1.2.3