- When changing passwords, only silently ignore know shadow markers, not

all invalid hashes Resolves: #225495
This commit is contained in:
Miloslav Trmac 2007-02-23 15:37:16 +00:00
parent e0fa05dbf5
commit bcc73fff6f
3 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
libuser-0.56.tar.bz2 libuser-0.56.1.tar.bz2

View File

@ -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

View File

@ -1 +1 @@
3888c07af738dd970aa47ccf8188c707 libuser-0.56.tar.bz2 05578ae8b44e2c80de2e72252b5d65aa libuser-0.56.1.tar.bz2