From 44dd5badd3e8ef6ec36aca1251e81c998cfab8a3 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 09:49:17 +0000 Subject: auto-import changelog data from pam_krb5-1.60-1.src.rpm Thu Jan 30 2003 Nalin Dahyabhai 1.60-1 - fix uninitialized pointer crash reading cached return values Wed Jan 29 2003 Nalin Dahyabhai 1.59-1 - fix crash with per-user stashes and return values Tue Jan 28 2003 Nalin Dahyabhai 1.58-1 - fix configure to not link with both libk5crypto and libcrypto Mon Jan 27 2003 Nalin Dahyabhai 1.57-1 - force -fPIC - add --with-moduledir, --with-krb5-libs, --with-krbafs-libs to configure - add per-user stashes and return values --- diff --git a/.cvsignore b/.cvsignore index da40663..12dfd51 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pam_krb5-1.56-1.tar.gz +pam_krb5-1.60-1.tar.gz diff --git a/pam_krb5.spec b/pam_krb5.spec index 6916e92..6e84735 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -1,6 +1,6 @@ Summary: A Pluggable Authentication Module for Kerberos 5. Name: pam_krb5 -Version: 1.56 +Version: 1.60 Release: 1 Source0: pam_krb5-%{version}-%{release}.tar.gz License: LGPL @@ -19,7 +19,13 @@ The included pam_krb5afs module also gets AFS tokens if so configured. %setup -q -n pam_krb5-%{version}-%{release} %build -%configure --with-krb5=/usr/kerberos --with-krbafs=/usr/kerberos +CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS +%configure \ + --with-moduledir=/%{_lib}/security \ + --with-krb5=/usr/kerberos \ + --with-krb5-libs=/usr/kerberos/%{_lib} \ + --with-krbafs=/usr/kerberos \ + --with-krbafs-libs=/usr/kerberos/%{_lib} make %install @@ -31,14 +37,28 @@ make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} %files %defattr(-,root,root) -/lib/security/pam_krb5.so -/lib/security/pam_krb5afs.so +/%{_lib}/security/pam_krb5.so +/%{_lib}/security/pam_krb5afs.so %{_mandir}/man5/* %{_mandir}/man8/* %doc README COPYING ChangeLog TODO pam.d krb5afs-pam.d -# $Id: pam_krb5.spec,v 1.14 2004/09/09 09:49:13 cvsdist Exp $ +# $Id: pam_krb5.spec,v 1.15 2004/09/09 09:49:17 cvsdist Exp $ %changelog +* Thu Jan 30 2003 Nalin Dahyabhai 1.60-1 +- fix uninitialized pointer crash reading cached return values + +* Wed Jan 29 2003 Nalin Dahyabhai 1.59-1 +- fix crash with per-user stashes and return values + +* Tue Jan 28 2003 Nalin Dahyabhai 1.58-1 +- fix configure to not link with both libk5crypto and libcrypto + +* Mon Jan 27 2003 Nalin Dahyabhai 1.57-1 +- force -fPIC +- add --with-moduledir, --with-krb5-libs, --with-krbafs-libs to configure +- add per-user stashes and return values + * Tue May 28 2002 Nalin Dahyabhai 1.56-1 - guess a default cell name - fix what's hopefully the last parser bug diff --git a/sources b/sources index 8c95f43..da883b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cbef879f2f7fdfe6e946b493aa92cdfd pam_krb5-1.56-1.tar.gz +48b17d7ac9680552dd1e30b4ccdf19f3 pam_krb5-1.60-1.tar.gz