Date: Sunday, July 23, 2017 @ 12:39:09 Author: dreisner Revision: 301190
upgpkg: shadow 4.5-1 Modified: shadow/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-23 12:32:45 UTC (rev 301189) +++ PKGBUILD 2017-07-23 12:39:09 UTC (rev 301190) @@ -3,8 +3,8 @@ # Maintainer: Aaron Griffin <[email protected]> pkgname=shadow -pkgver=4.4 -pkgrel=3 +pkgver=4.5 +pkgrel=1 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,9 +61,6 @@ 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
