From cc0961b783b5aa607db6c8a4b4a8b3de918ec1e53c9ec438e27968a4fbf5edcb Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 4 Jul 2007 23:17:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_krb5?expand=0&rev=3 --- pam_krb5-2.2.0-0.5-configure_ac.dif | 8 +++++--- pam_krb5-2.2.0-2-noafsonarm.patch | 6 ++++-- pam_krb5-2.2.11-1.tar.bz2 | 3 --- pam_krb5-2.2.12-1.tar.bz2 | 3 +++ pam_krb5.changes | 8 ++++++++ pam_krb5.spec | 17 +++++++++++------ 6 files changed, 31 insertions(+), 14 deletions(-) delete mode 100644 pam_krb5-2.2.11-1.tar.bz2 create mode 100644 pam_krb5-2.2.12-1.tar.bz2 diff --git a/pam_krb5-2.2.0-0.5-configure_ac.dif b/pam_krb5-2.2.0-0.5-configure_ac.dif index 81d7e5c..6ae0513 100644 --- a/pam_krb5-2.2.0-0.5-configure_ac.dif +++ b/pam_krb5-2.2.0-0.5-configure_ac.dif @@ -1,6 +1,8 @@ ---- configure.ac -+++ configure.ac 2005/03/31 13:00:53 -@@ -42,14 +42,14 @@ +Index: configure.ac +=================================================================== +--- configure.ac.orig ++++ configure.ac +@@ -80,14 +80,14 @@ AC_SUBST(KRB5_BINDIR) AC_CHECK_LIB(resolv,main) KRB5_CFLAGS=`$KRB5_CONFIG --cflags krb5` KRB5_LIBS=`$KRB5_CONFIG --libs krb5` diff --git a/pam_krb5-2.2.0-2-noafsonarm.patch b/pam_krb5-2.2.0-2-noafsonarm.patch index 8c385f9..9a9dc18 100644 --- a/pam_krb5-2.2.0-2-noafsonarm.patch +++ b/pam_krb5-2.2.0-2-noafsonarm.patch @@ -1,6 +1,8 @@ ---- src/minikafs.c +Index: src/minikafs.c +=================================================================== +--- src/minikafs.c.orig +++ src/minikafs.c -@@ -178,7 +178,13 @@ +@@ -179,7 +179,13 @@ minikafs_ioctlcall(long function, long a static int minikafs_syscall(long function, long arg1, long arg2, long arg3, long arg4) { diff --git a/pam_krb5-2.2.11-1.tar.bz2 b/pam_krb5-2.2.11-1.tar.bz2 deleted file mode 100644 index 0a95c9a..0000000 --- a/pam_krb5-2.2.11-1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f33e66a417ffc9aef507f593314f1d3a2c5429225cc2e437a7a49562c581b25 -size 315912 diff --git a/pam_krb5-2.2.12-1.tar.bz2 b/pam_krb5-2.2.12-1.tar.bz2 new file mode 100644 index 0000000..52bf6a3 --- /dev/null +++ b/pam_krb5-2.2.12-1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06580849c046d8a6bb77c7e70b2cee3a69247fc8b394d8ac09481bc94780a1b1 +size 322271 diff --git a/pam_krb5.changes b/pam_krb5.changes index eabeb28..41a572c 100644 --- a/pam_krb5.changes +++ b/pam_krb5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 2 10:09:34 CEST 2007 - mc@suse.de + +- version 2.2.12 + * add a "pwhelp" option. + * Display the KDC error to users. + * lots of bugfixes + ------------------------------------------------------------------- Thu Mar 15 12:34:55 CET 2007 - mc@suse.de diff --git a/pam_krb5.spec b/pam_krb5.spec index a56c264..1eaf583 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -1,5 +1,5 @@ # -# spec file for package pam_krb5 (Version 2.2.11) +# spec file for package pam_krb5 (Version 2.2.12) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,12 +13,12 @@ Name: pam_krb5 BuildRequires: krb5-client krb5-devel krb5-server openssl-devel pam-devel %define PAM_RELEASE 1 -License: GNU General Public License (GPL) +License: GPL v2 or later Group: Productivity/Networking/Security Provides: pam_krb Autoreqprov: on -Version: 2.2.11 -Release: 27 +Version: 2.2.12 +Release: 1 Summary: PAM Module for Kerberos Authentication URL: http://sourceforge.net/projects/pam-krb5/ Source: pam_krb5-%{version}-%{PAM_RELEASE}.tar.bz2 @@ -47,7 +47,7 @@ Authors: %build %{suse_update_config -f} autoreconf --verbose --force --install -CFLAGS="$RPM_OPT_FLAGS -fstack-protector " \ +CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE " \ ./configure --libdir=/%_lib/ \ --prefix=/usr \ --mandir=%{_mandir} \ @@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(444,root,root,755) -%doc TODO README* COPYING* ChangeLog INSTALL AUTHORS NEWS +%doc TODO README* COPYING* ChangeLog AUTHORS NEWS %attr(555,root,root) /%{_lib}/security/pam_krb5.so %attr(555,root,root) /%{_lib}/security/pam_krb5afs.so %dir /%{_lib}/security/pam_krb5 @@ -75,6 +75,11 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) /usr/bin/afs5log %changelog +* Mon Jul 02 2007 - mc@suse.de +- version 2.2.12 + * add a "pwhelp" option. + * Display the KDC error to users. + * lots of bugfixes * Thu Mar 15 2007 - mc@suse.de - drop privileges in _pam_krb5_sly_maybe_refresh when running in set uid and restore them on exit of this