rpms/shadow-utils/devel shadow-4.1.4.1-sysacc.patch, 1.1, 1.2 shadow-utils.spec, 1.136, 1.137

Peter Vrabec pvrabec at fedoraproject.org
Wed Aug 5 11:50:03 UTC 2009


Author: pvrabec

Update of /cvs/extras/rpms/shadow-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27752

Modified Files:
	shadow-4.1.4.1-sysacc.patch shadow-utils.spec 
Log Message:
increase threshold for uid/gid reservations to 200 (#515667)


shadow-4.1.4.1-sysacc.patch:
 find_new_gid.c |   93 +++++++++++++++++++++++++++++++----------------------
 find_new_uid.c |   99 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 113 insertions(+), 79 deletions(-)

Index: shadow-4.1.4.1-sysacc.patch
===================================================================
RCS file: /cvs/extras/rpms/shadow-utils/devel/shadow-4.1.4.1-sysacc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- shadow-4.1.4.1-sysacc.patch	16 Jul 2009 13:41:55 -0000	1.1
+++ shadow-4.1.4.1-sysacc.patch	5 Aug 2009 11:50:02 -0000	1.2
@@ -15,7 +15,7 @@ diff -up shadow-4.1.4.1/libmisc/find_new
  		gid_max = (gid_t) getdef_ulong ("GID_MAX", 60000UL);
  	} else {
 -		gid_min = (gid_t) getdef_ulong ("SYS_GID_MIN", 1UL);
-+		gid_min = (gid_t) getdef_ulong ("SYS_GID_MIN", 101UL);
++		gid_min = (gid_t) getdef_ulong ("SYS_GID_MIN", 201UL);
  		gid_max = (gid_t) getdef_ulong ("GID_MIN", 500UL) - 1;
  		gid_max = (gid_t) getdef_ulong ("SYS_GID_MAX", (unsigned long) gid_max);
  	}
@@ -161,7 +161,7 @@ diff -up shadow-4.1.4.1/libmisc/find_new
  		uid_max = (uid_t) getdef_ulong ("UID_MAX", 60000UL);
  	} else {
 -		uid_min = (uid_t) getdef_ulong ("SYS_UID_MIN", 1UL);
-+		uid_min = (uid_t) getdef_ulong ("SYS_UID_MIN", 101UL);
++		uid_min = (uid_t) getdef_ulong ("SYS_UID_MIN", 201UL);
  		uid_max = (uid_t) getdef_ulong ("UID_MIN", 500UL) - 1;
  		uid_max = (uid_t) getdef_ulong ("SYS_UID_MAX", (unsigned long) uid_max);
  	}


Index: shadow-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/shadow-utils/devel/shadow-utils.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -p -r1.136 -r1.137
--- shadow-utils.spec	27 Jul 2009 04:15:11 -0000	1.136
+++ shadow-utils.spec	5 Aug 2009 11:50:03 -0000	1.137
@@ -1,7 +1,7 @@
 Summary: Utilities for managing accounts and shadow password files
 Name: shadow-utils
 Version: 4.1.4.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 2
 URL: http://pkg-shadow.alioth.debian.org/
 Source0: ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-%{version}.tar.bz2
@@ -182,6 +182,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/vigr.8*
 
 %changelog
+* Wed Aug 05 2009 Peter Vrabec <pvrabec at redhat.com> 2:4.1.4.1-6
+- increase threshold for uid/gid reservations to 200 (#515667)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:4.1.4.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list