[arch-commits] Commit in shadow/trunk (PKGBUILD)
Dave Reisner
dreisner at archlinux.org
Mon Oct 3 23:57:15 UTC 2016
Date: Monday, October 3, 2016 @ 23:57:14
Author: dreisner
Revision: 277598
upgpkg: shadow 4.4-2
- backport upstream fix for defaults not being applied on useradd (FS#51214)
Modified:
shadow/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-03 23:51:28 UTC (rev 277597)
+++ PKGBUILD 2016-10-03 23:57:14 UTC (rev 277598)
@@ -4,7 +4,7 @@
pkgname=shadow
pkgver=4.4
-pkgrel=1
+pkgrel=2
pkgdesc="Password and account management tool suite with support for shadow files and PAM"
arch=('i686' 'x86_64')
url='https://github.com/shadow-maint/shadow'
@@ -61,6 +61,9 @@
patch -Np1 <"$srcdir/xstrdup.patch"
patch -Np1 <"$srcdir/shadow-strncpy-usage.patch"
+ # Fix regression in useradd not loading defaults properly.
+ git cherry-pick -n '507f96cdeb54079fb636c7ce21e371f7a16a520e'
+
autoreconf -v -f --install
# supress etc/pam.d/*, we provide our own
More information about the arch-commits
mailing list