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

Dave Reisner dreisner at archlinux.org
Sun Dec 15 20:13:56 UTC 2019


    Date: Sunday, December 15, 2019 @ 20:13:55
  Author: dreisner
Revision: 371538

upgpkg: shadow 4.8-1

- build with --disable-account-tools-setuid (FS#64836)
- replace gnome-doc-utils with itstool to follow upstream change

Modified:
  shadow/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-15 20:09:10 UTC (rev 371537)
+++ PKGBUILD	2019-12-15 20:13:55 UTC (rev 371538)
@@ -2,14 +2,14 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=shadow
-pkgver=4.7
-pkgrel=3
+pkgver=4.8
+pkgrel=1
 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')
 depends=('pam' 'acl' 'audit' 'libaudit.so')
-makedepends=('git' 'libxslt' 'docbook-xsl' 'gnome-doc-utils')
+makedepends=('git' 'itstool' 'libxslt' 'docbook-xsl')
 backup=(etc/login.defs
         etc/pam.d/{chage,passwd,shadow,useradd,usermod,userdel}
         etc/pam.d/{chpasswd,newusers,groupadd,groupdel,groupmod}
@@ -50,8 +50,6 @@
   cd "$pkgname"
 
   local backports=(
-    edf7547ad5aa650be868cf2dac58944773c12d75
-    e293aa9cfca0619a63616af75532637dab60d49d
   )
 
   for commit in "${backports[@]}"; do
@@ -69,8 +67,9 @@
     --sbindir=/usr/bin \
     --libdir=/usr/lib \
     --mandir=/usr/share/man \
+    --sysconfdir=/etc \
     --enable-man \
-    --sysconfdir=/etc \
+    --disable-account-tools-setuid \
     --with-libpam \
     --with-group-name-max-length=32 \
     --with-audit \



More information about the arch-commits mailing list