rpms/shadow-utils/F-11 shadow-4.1.4.1-sysacc.patch, 1.1, 1.2 shadow-utils.spec, 1.131, 1.132

Peter Vrabec pvrabec at fedoraproject.org
Wed Aug 5 13:53:27 UTC 2009


Author: pvrabec

Update of /cvs/extras/rpms/shadow-utils/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27618

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/F-11/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	17 Jul 2009 14:04:27 -0000	1.1
+++ shadow-4.1.4.1-sysacc.patch	5 Aug 2009 13:53:27 -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/F-11/shadow-utils.spec,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -p -r1.131 -r1.132
--- shadow-utils.spec	17 Jul 2009 14:04:27 -0000	1.131
+++ shadow-utils.spec	5 Aug 2009 13:53:27 -0000	1.132
@@ -1,7 +1,7 @@
 Summary: Utilities for managing accounts and shadow password files
 Name: shadow-utils
 Version: 4.1.4.1
-Release: 4%{?dist}
+Release: 5%{?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-5
+- increase threshold for uid/gid reservations to 200 (#515667)
+
 * Thu Jul 16 2009 Peter Vrabec <pvrabec at redhat.com> 2:4.1.4.1-4
 - fix a list of owned directories (#510366)
 




More information about the scm-commits mailing list