Date: Sunday, October 16, 2022 @ 19:55:29
  Author: dvzrv
Revision: 458270

upgpkg: shadow 4.11.1-2: Rebuild to apply changes from trunk.

The binaries newuidmap and newgidmap now use capabilities instead of being
setuid/setgid:
https://github.com/archlinux/svntogit-packages/commit/e714e12403efb4ffa4ad4becf21f320dc1c347fa
The /etc/login.defs file is now provided via patching upstream's default, which
now also provides SUB_UID_MIN, SUB_UID_MAX, SUB_UID_COUNT, SUB_GID_MIN,
SUB_GID_MAX and SUB_GID_COUNT:
https://github.com/archlinux/svntogit-packages/commit/dba90befffd92c81816bfaf78453934ba83bdbe1
Add debug package.

Modified:
  shadow/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-16 19:42:52 UTC (rev 458269)
+++ PKGBUILD    2022-10-16 19:55:29 UTC (rev 458270)
@@ -4,7 +4,7 @@
 
 pkgname=shadow
 pkgver=4.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Password and account management tool suite with support for shadow 
files and PAM"
 arch=('x86_64')
 url='https://github.com/shadow-maint/shadow'
@@ -24,7 +24,7 @@
   etc/login.defs
   
etc/pam.d/{chage,{,ch,chg}passwd,group{add,del,mems,mod},newusers,shadow,user{add,del,mod}}
 )
-options=('!emptydirs')
+options=(debug '!emptydirs')
 install=shadow.install
 source=(
   
"https://github.com/shadow-maint/shadow/releases/download/v$pkgver/shadow-$pkgver.tar.xz"{,.asc}

Reply via email to