fix UID/GID overflow in user* group* (#198920)
This commit is contained in:
parent
3d843213ea
commit
972086e09a
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
Summary: Utilities for managing accounts and shadow password files.
|
||||
Name: shadow-utils
|
||||
Version: 4.0.17
|
||||
Release: 2
|
||||
Release: 3
|
||||
Epoch: 2
|
||||
URL: http://shadow.pld.org.pl/
|
||||
Source0: ftp://ftp.pld.org.pl/software/shadow/shadow-%{version}.tar.bz2
|
||||
|
@ -210,6 +210,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_mandir}/*/man8/faillog.8*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 08 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-3
|
||||
- fix UID/GID overflow in user* group* (#198920)
|
||||
|
||||
* Fri Aug 08 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-2
|
||||
- do not inherit file desc. in execve(nscd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue