[arch-commits] Commit in shadow/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Apr 3 20:37:24 UTC 2019


    Date: Wednesday, April 3, 2019 @ 20:37:22
  Author: anthraxx
Revision: 349817

upgpkg: shadow 4.6-3 (explicit dependency on audit)

- we want to have audit support for such critical part
  of the system, therefor lets mark it as explicit
  dependency and enable it
  FS#61920

Modified:
  shadow/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-03 18:49:19 UTC (rev 349816)
+++ PKGBUILD	2019-04-03 20:37:22 UTC (rev 349817)
@@ -3,13 +3,13 @@
 
 pkgname=shadow
 pkgver=4.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Password and account management tool suite with support for shadow files and PAM"
 arch=('x86_64')
 url='https://github.com/shadow-maint/shadow'
 license=('BSD')
 groups=('base')
-depends=('bash' 'pam' 'acl')
+depends=('bash' 'pam' 'acl' 'audit' 'libaudit.so')
 makedepends=('git' 'libxslt' 'docbook-xsl' 'gnome-doc-utils')
 backup=(etc/login.defs
         etc/pam.d/{chage,passwd,shadow,useradd,usermod,userdel}
@@ -83,6 +83,7 @@
     --sysconfdir=/etc \
     --with-libpam \
     --with-group-name-max-length=32 \
+    --with-audit \
     --without-selinux
 
   make



More information about the arch-commits mailing list