- When changing passwords, only silently ignore know shadow markers, not
all invalid hashes Resolves: #225495
This commit is contained in:
parent
e0fa05dbf5
commit
bcc73fff6f
@ -1 +1 @@
|
|||||||
libuser-0.56.tar.bz2
|
libuser-0.56.1.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: libuser
|
Name: libuser
|
||||||
Version: 0.56
|
Version: 0.56.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -94,6 +94,11 @@ popd
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 23 2007 Miloslav Trmac <mitr@redhat.com> - 0.56.1-1
|
||||||
|
- When changing passwords, only silently ignore know shadow markers, not all
|
||||||
|
invalid hashes
|
||||||
|
Resolves: #225495
|
||||||
|
|
||||||
* Sat Feb 17 2007 Miloslav Trmac <mitr@redhat.com> - 0.56-1
|
* Sat Feb 17 2007 Miloslav Trmac <mitr@redhat.com> - 0.56-1
|
||||||
- Tighten the API and implementation to avoid corrupting number-like strings;
|
- Tighten the API and implementation to avoid corrupting number-like strings;
|
||||||
the module interface ABI has changed
|
the module interface ABI has changed
|
||||||
|
Loading…
Reference in New Issue
Block a user