Skip to content

Commit

Permalink
- prep for 2.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nalind committed Jul 28, 2011
1 parent 4667b41 commit 9215413
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,6 +1,6 @@
AC_INIT(configure.ac)
AC_PREREQ(2.59)
AM_INIT_AUTOMAKE(pam_krb5,2.3.12)
AM_INIT_AUTOMAKE(pam_krb5,2.3.13)
AC_PROG_CC
AC_LANG([C])
AC_DISABLE_STATIC
Expand Down
15 changes: 12 additions & 3 deletions pam_krb5.spec
@@ -1,6 +1,6 @@
Summary: A Pluggable Authentication Module for Kerberos 5
Name: pam_krb5
Version: 2.3.12
Version: 2.3.13
Release: 1%{?dist}
Source0: https://fedorahosted.org/released/pam_krb5/pam_krb5-%{version}-1.tar.gz
License: BSD or LGPLv2+
Expand All @@ -21,8 +21,9 @@ The included pam_krb5afs module also gets AFS tokens if so configured.

%build
%configure --libdir=/%{_lib} \
--with-default-use-shmem=sshd --with-default-external=sshd \
--with-default-multiple-ccaches="su su-l"
--with-default-external="sshd sshd-rekey" \
--with-default-multiple-ccaches="su su-l" \
--with-default-no-cred-session="sshd"
make %{?_smp_mflags}

%install
Expand Down Expand Up @@ -52,6 +53,14 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' $RPM_BUILD_ROOT/%{_mandir}/man*/pam_krb5*.8*
%{_mandir}/man8/*

%changelog
* Thu Jul 28 2011 Nalin Dahyabhai <nalin@redhat.com> - 2.3.13-1
- update to 2.3.13
- don't treat setcred() as session open/close in sshd (#720609, #725797)
- don't create a new ccache when "external" is enabled, as the calling
application's already managing one (#690832)
- always re-read "external" creds when possible, and use an in-memory
ccache when setting up tokens (more of #690832)

* Thu Mar 24 2011 Nalin Dahyabhai <nalin@redhat.com> - 2.3.12-1
- update to 2.3.12
- prefer to send change-password over set-password requests (#676526)
Expand Down

0 comments on commit 9215413

Please sign in to comment.