[pam_krb5] update to 2.4.5

Nalin Dahyabhai nalin at fedoraproject.org
Tue Apr 23 21:16:57 UTC 2013


commit 128f39e67613b5f34eedb9ce7d9a5710bcbfbce5
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Tue Apr 23 17:16:31 2013 -0400

    update to 2.4.5
    
    - update to 2.4.5
      - handle non-unique ccname templates
    - switch to a non-unique default ccname template on newer releases

 .gitignore    |    2 ++
 pam_krb5.spec |   12 ++++++++++--
 sources       |    4 ++--
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 76b5b50..018c982 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,5 @@ pam_krb5-2.3.11-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
+/pam_krb5-2.4.5.tar.gz
+/pam_krb5-2.4.5.tar.gz.sig
diff --git a/pam_krb5.spec b/pam_krb5.spec
index 02632c6..e4eb550 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.4
+Version: 2.4.5
 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
@@ -27,9 +27,12 @@ using Kerberos 5, and to change user passwords.
 
 %build
 configure_flags=
-%if 0%{?fedora} > 17 || 0%{?rhel} > 6
+%if 0%{?fedora} > 17
 configure_flags=--enable-default-ccname-template=DIR:/run/user/%%U/krb5cc_XXXXXX
 %endif
+%if 0%{?fedora} > 18 || 0%{?rhel} > 6
+configure_flags=--enable-default-ccname-template=DIR:/run/user/%%U/krb5cc
+%endif
 %configure --libdir=/%{security_parent_dir} \
 	--with-default-use-shmem="sshd" \
 	--with-default-external="sshd sshd-rekey gssftp" \
@@ -64,6 +67,11 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' $RPM_BUILD_ROOT/%{_mandir}/man*/pam_krb5*.8*
 %{_mandir}/man8/*
 
 %changelog
+* Tue Apr 23 2013 Nalin Dahyabhai <nalin at redhat.com> - 2.4.5-1
+- update to 2.4.5
+  - handle non-unique ccname templates
+- switch to a non-unique default ccname template on newer releases
+
 * Wed Feb 20 2013 Nalin Dahyabhai <nalin at redhat.com> - 2.4.4-1
 - update to 2.4.4
   - fix compile errors against other versions of Kerberos
diff --git a/sources b/sources
index 3a45cfd..f9df6b8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-e75b3a1f9ceb90cc75864024bc0c7afa  pam_krb5-2.4.4.tar.gz
-3bfb8f5467ba83c1a35ea16310cd13fd  pam_krb5-2.4.4.tar.gz.sig
+8f320aa5443d3b7534736013011a7a86  pam_krb5-2.4.5.tar.gz
+95c3327ac900cd46a502cc0966b9c83d  pam_krb5-2.4.5.tar.gz.sig


More information about the scm-commits mailing list