From 46be27d00c24ec327d5bdfc53107db1641061527 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Sun, 13 Feb 2022 12:36:33 +0200 Subject: [PATCH] shadow: increase maximum group name length to 32 (from 16). This is already the case for usernames, so why not groups? --- srcpkgs/shadow/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shadow/template b/srcpkgs/shadow/template index f01181a49bd6..c59d92bfeb54 100644 --- a/srcpkgs/shadow/template +++ b/srcpkgs/shadow/template @@ -1,12 +1,13 @@ # Template file for 'shadow' pkgname=shadow version=4.8.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--bindir=/usr/bin --sbindir=/usr/bin --enable-shared --disable-static --with-libpam --without-selinux --with-acl --with-attr --without-su - --disable-nls --enable-subordinate-ids --disable-account-tools-setuid" + --disable-nls --enable-subordinate-ids --disable-account-tools-setuid + --with-group-name-max-length=32" hostmakedepends="libtool" makedepends="acl-devel pam-devel" depends="pam"