diff --git a/.gitignore b/.gitignore index 6d2a8e5..76b5b50 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ pam_krb5-2.3.11-1.tar.gz /pam_krb5-2.4.0.tar.gz.sig /pam_krb5-2.4.1.tar.gz /pam_krb5-2.4.1.tar.gz.sig +/pam_krb5-2.4.4.tar.gz +/pam_krb5-2.4.4.tar.gz.sig diff --git a/pam_krb5.spec b/pam_krb5.spec index be9cc0e..02632c6 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -6,8 +6,8 @@ Summary: A Pluggable Authentication Module for Kerberos 5 Name: pam_krb5 -Version: 2.4.1 -Release: 2%{?dist} +Version: 2.4.4 +Release: 1%{?dist} Source0: https://fedorahosted.org/released/pam_krb5/pam_krb5-%{version}.tar.gz Source1: https://fedorahosted.org/released/pam_krb5/pam_krb5-%{version}.tar.gz.sig License: BSD or LGPLv2+ @@ -64,6 +64,20 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' $RPM_BUILD_ROOT/%{_mandir}/man*/pam_krb5*.8* %{_mandir}/man8/* %changelog +* Wed Feb 20 2013 Nalin Dahyabhai - 2.4.4-1 +- update to 2.4.4 + - fix compile errors against other versions of Kerberos + +* Tue Feb 19 2013 Nalin Dahyabhai - 2.4.3-1 +- update to 2.4.3 + - nominal translation updates + +* Tue Feb 19 2013 Nalin Dahyabhai - 2.4.2-1 +- update to 2.4.2 + - don't override the primary ccache selection when updating DIR: caches + - handle the signature of trace callbacks being different between 1.10 and + 1.11 + * Thu Feb 14 2013 Fedora Release Engineering - 2.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild @@ -524,7 +538,7 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' $RPM_BUILD_ROOT/%{_mandir}/man*/pam_krb5*.8* * Tue Jul 31 2001 Nalin Dahyabhai - merge patch from Chris Chiappa for building with Heimdal -* Mon Jul 24 2001 Nalin Dahyabhai +* Tue Jul 24 2001 Nalin Dahyabhai - note that we had to prepend the current directory to a given path in dlopen.c when we had to (noted by Onime Clement) @@ -549,7 +563,7 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' $RPM_BUILD_ROOT/%{_mandir}/man*/pam_krb5*.8* and set PAM_USER to the result when authenticating - some autoconf fixes for failure cases -* Wed Jun 26 2001 Nalin Dahyabhai +* Tue Jun 26 2001 Nalin Dahyabhai - use krb5_change_password() to change passwords * Tue Jun 12 2001 Nalin Dahyabhai diff --git a/sources b/sources index d734b11..3a45cfd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -a343eed6cb0478acd5f0cb08c4b0c77b pam_krb5-2.4.1.tar.gz -3347a4f64bfc79e2ccd6a836d733b600 pam_krb5-2.4.1.tar.gz.sig +e75b3a1f9ceb90cc75864024bc0c7afa pam_krb5-2.4.4.tar.gz +3bfb8f5467ba83c1a35ea16310cd13fd pam_krb5-2.4.4.tar.gz.sig