From 07fefac8ef6cee21b51418e480dbba1b3d1ae2ab Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Feb 19 2013 23:33:21 +0000 Subject: tag 2.4.2 --- diff --git a/NEWS b/NEWS index 58d73f9..8307211 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- 2.4.2: * handle different function signatures for krb5_trace_callback + * avoid overriding the primary when updating DIR: caches - 2.4.1: * handle creation of /run/user/XXX for FILE: and DIR: caches - 2.4.0: * drop configuration settings that duplicated library settings * drop the existing_ticket option diff --git a/configure.ac b/configure.ac index fd268cc..729510e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT(configure.ac) AC_PREREQ(2.59) -AM_INIT_AUTOMAKE(pam_krb5,2.4.1) +AM_INIT_AUTOMAKE(pam_krb5,2.4.2) AC_PROG_CC AC_LANG([C]) AC_DISABLE_STATIC @@ -195,6 +195,9 @@ AC_CHECK_FUNCS(krb5_get_init_creds_opt_set_fast_flags) AC_CHECK_FUNCS(krb5_get_init_creds_opt_set_out_ccache) AC_CHECK_FUNCS(krb5_get_init_creds_opt_set_preauth_list) AC_CHECK_FUNCS(krb5_cc_get_full_name) +AC_CHECK_FUNCS(krb5_cc_support_switch) +AC_CHECK_FUNCS(krb5_cc_cache_match) +AC_CHECK_FUNCS(krb5_cc_new_unique) LIBS="$LIBSsave" headers=' #include diff --git a/pam_krb5.spec b/pam_krb5.spec index 48affa5..b48d926 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -6,7 +6,7 @@ Summary: A Pluggable Authentication Module for Kerberos 5 Name: pam_krb5 -Version: 2.4.1 +Version: 2.4.2 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 @@ -64,6 +64,15 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' $RPM_BUILD_ROOT/%{_mandir}/man*/pam_krb5*.8* %{_mandir}/man8/* %changelog +* 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 + * Wed Sep 12 2012 Nalin Dahyabhai - 2.4.1-1 - update to 2.4.1 - create /run/user/XXX, if needed, when we go to create DIR: or FILE: caches