Date: Saturday, March 16, 2013 @ 14:58:04 Author: dreisner Revision: 180090
upgpkg: shadow 4.1.5.1-5 - allow group names up to 32 chars Modified: shadow/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-16 12:44:48 UTC (rev 180089) +++ PKGBUILD 2013-03-16 13:58:04 UTC (rev 180090) @@ -4,7 +4,7 @@ pkgname=shadow pkgver=4.1.5.1 -pkgrel=4 +pkgrel=5 pkgdesc="Password and account management tool suite with support for shadow files and PAM" arch=('i686' 'x86_64') url='http://pkg-shadow.alioth.debian.org/' @@ -44,7 +44,7 @@ '9ae93de5987dd0ae428f0cc1a5a5a5cd53583f19' '6010fffeed1fc6673ad9875492e1193b1a847b53' '21e12966a6befb25ec123b403cd9b5c492fe5b16' - '87fa02bd73b774dfb6df3fd79e49efe5f48978dd') + 'f57ecde3f72b4738fad75c097d19cf46a412350f') build() { cd "$pkgname-$pkgver" @@ -68,7 +68,8 @@ --mandir=/usr/share/man \ --sysconfdir=/etc \ --with-libpam \ - --without-selinux + --without-selinux \ + --with-group-name-max-length=32 make }