From 5620304b973f70133972086f9a1dc9978f277b39 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Jan 09 2008 22:19:58 +0000 Subject: - support new sha256 and sha512 password hash algorithms - add support for pam_mkhomedir (#212790) - do not crash in authconfig --help (#237956) - thanks to Andy Shevchenko for the idea how to fix that - setup password hash algorithm in /etc/login.defs (#218652) - update translations --- diff --git a/.cvsignore b/.cvsignore index 5ad1cdc..eb59193 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-5.3.18.tar.bz2 +authconfig-5.3.19.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 2a58d24..4af2ea9 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,6 +1,6 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 5.3.18 +Version: 5.3.19 # Don't change release in elvis CVS, up version after merging all patches # from dist CVS instead. Release: 1%{?dist} @@ -12,10 +12,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://rhlinux.redhat.com/ # The project doesn't have http site with downloadable tarballs yet. Source: %{name}-%{version}.tar.bz2 -Requires: rhpl, newt-python, pam >= 0.99.6.2, usermode, python +Requires: newt-python, pam >= 0.99.6.2, usermode, python Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0 Conflicts: nss_ldap < 254 -BuildRequires: glib2-devel, python, python-devel +BuildRequires: glib2-devel, python >= 2.4.1, python-devel BuildRequires: desktop-file-utils, intltool, gettext, perl-XML-Parser %description @@ -27,7 +27,7 @@ authentication schemes. %package gtk Summary: Graphical tool for setting up authentication from network services Group: System Environment/Base -Requires: %{name} = %{version}-%{release}, pygtk2-libglade >= 2.4.0, rhpl +Requires: %{name} = %{version}-%{release}, pygtk2-libglade >= 2.4.0 Requires: usermode-gtk %description gtk @@ -98,6 +98,14 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Wed Jan 9 2008 Tomas Mraz - 5.3.19-1 +- support new sha256 and sha512 password hash algorithms +- add support for pam_mkhomedir (#212790) +- do not crash in authconfig --help (#237956) - thanks to Andy Shevchenko for + the idea how to fix that +- setup password hash algorithm in /etc/login.defs (#218652) +- update translations + * Tue Sep 25 2007 Tomas Mraz - 5.3.18-1 - improve krb5.conf handling (#238766) diff --git a/sources b/sources index cd50dc9..67c1c27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ab30770d66d59c704fd91957edad274 authconfig-5.3.18.tar.bz2 +94192e077de9272e593be03b9312d790 authconfig-5.3.19.tar.bz2