rpms/shadow-utils/F-13 shadow-4.1.4.2-fixes.patch, 1.1, 1.2 shadow-utils.spec, 1.145, 1.146

Peter Vrabec pvrabec at fedoraproject.org
Tue Jul 20 09:26:45 UTC 2010


Author: pvrabec

Update of /cvs/extras/rpms/shadow-utils/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17443

Modified Files:
	shadow-4.1.4.2-fixes.patch shadow-utils.spec 
Log Message:
fix pwck/grpck hang



shadow-4.1.4.2-fixes.patch:
 cleanup.c |    2 +-
 limits.c  |    2 +-
 utmp.c    |    5 ++---
 3 files changed, 4 insertions(+), 5 deletions(-)

Index: shadow-4.1.4.2-fixes.patch
===================================================================
RCS file: /cvs/extras/rpms/shadow-utils/F-13/shadow-4.1.4.2-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- shadow-4.1.4.2-fixes.patch	7 Sep 2009 14:56:09 -0000	1.1
+++ shadow-4.1.4.2-fixes.patch	20 Jul 2010 09:26:45 -0000	1.2
@@ -1,15 +1,3 @@
-diff -up shadow-4.1.4.2/lib/commonio.c.fixes shadow-4.1.4.2/lib/commonio.c
---- shadow-4.1.4.2/lib/commonio.c.fixes	2009-09-07 15:51:28.312139467 +0200
-+++ shadow-4.1.4.2/lib/commonio.c	2009-09-07 15:52:00.788140456 +0200
-@@ -710,7 +710,7 @@ commonio_sort (struct commonio_db *db, i
- 	db->tail->prev = entries[n - 1];
- 	db->tail->next = NULL;
- 
--	for (i = 1; i < n; i++) {
-+	for (i = 1; i < (n-1); i++) {
- 		entries[i]->prev = entries[i - 1];
- 		entries[i]->next = entries[i + 1];
- 	}
 diff -up shadow-4.1.4.2/libmisc/cleanup.c.fixes shadow-4.1.4.2/libmisc/cleanup.c
 --- shadow-4.1.4.2/libmisc/cleanup.c.fixes	2009-09-07 15:52:22.449035388 +0200
 +++ shadow-4.1.4.2/libmisc/cleanup.c	2009-09-07 15:55:06.632033653 +0200


Index: shadow-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/shadow-utils/F-13/shadow-utils.spec,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -p -r1.145 -r1.146
--- shadow-utils.spec	14 Jun 2010 11:19:30 -0000	1.145
+++ shadow-utils.spec	20 Jul 2010 09:26:45 -0000	1.146
@@ -1,7 +1,7 @@
 Summary: Utilities for managing accounts and shadow password files
 Name: shadow-utils
 Version: 4.1.4.2
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 2
 URL: http://pkg-shadow.alioth.debian.org/
 Source0: ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-%{version}.tar.bz2
@@ -192,6 +192,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/vigr.8*
 
 %changelog
+* Tue Jul 20 2010 Peter Vrabec <pvrabec at redhat.com> - 2:4.1.4.2-8
+- fix pwck/grpck hang
+  Resolves: #586322
+
 * Mon Jun 14 2010 Peter Vrabec <pvrabec at redhat.com> - 2:4.1.4.2-7
 - fix integer underflow in faillog (#603683)
 - use preferred GID for reserved static IDs



More information about the scm-commits mailing list