OBS User unknown 2007-10-29 11:34:48 +00:00 committed by Git OBS Bridge
parent 8ffa239854
commit 55de39443a
6 changed files with 19 additions and 21 deletions

View File

@ -136,7 +136,7 @@ Index: src/sly.c
return PAM_SERVICE_ERR; return PAM_SERVICE_ERR;
} }
@@ -338,5 +377,6 @@ _pam_krb5_sly_maybe_refresh(pam_handle_t @@ -354,5 +393,6 @@ _pam_krb5_sly_maybe_refresh(pam_handle_t
_pam_krb5_options_free(pamh, ctx, options); _pam_krb5_options_free(pamh, ctx, options);
krb5_free_context(ctx); krb5_free_context(ctx);

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5444bc0e94dc57474adec8f9086a099c287596392db4ba0ac79e7903dfd653dd
size 336213

View File

@ -1,13 +0,0 @@
Index: pam_krb5-2.2.19-1/src/v5.c
===================================================================
--- pam_krb5-2.2.19-1.orig/src/v5.c
+++ pam_krb5-2.2.19-1/src/v5.c
@@ -787,7 +787,7 @@ v5_get_creds(krb5_context ctx,
}
free(opt);
} else {
- warn("error resolving preauth option \"%s\" ",
+ warn("error resolving preauth option \"%s\" "
"to a useful value",
options->preauth_options[i]);
}

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e46b053c9f170edf6dd7519d76f7f7d9a4de7d7af667f389bbadd456d69521f4
size 336532

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Oct 29 11:51:49 CET 2007 - mc@suse.de
- version 2.2.20
* fixes for credential refreshing
- remove obsolete patch pam_krb5-2.2.19-fix-format-error.dif
(fix is upstream)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 26 11:00:16 CEST 2007 - mc@suse.de Fri Oct 26 11:00:16 CEST 2007 - mc@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package pam_krb5 (Version 2.2.19) # spec file for package pam_krb5 (Version 2.2.20)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -17,14 +17,13 @@ License: GPL v2 or later
Group: Productivity/Networking/Security Group: Productivity/Networking/Security
Provides: pam_krb Provides: pam_krb
AutoReqProv: on AutoReqProv: on
Version: 2.2.19 Version: 2.2.20
Release: 1 Release: 1
Summary: PAM Module for Kerberos Authentication Summary: PAM Module for Kerberos Authentication
Url: http://sourceforge.net/projects/pam-krb5/ Url: http://sourceforge.net/projects/pam-krb5/
Source: pam_krb5-%{version}-%{PAM_RELEASE}.tar.bz2 Source: pam_krb5-%{version}-%{PAM_RELEASE}.tar.bz2
Patch1: pam_krb5-2.2.0-0.5-configure_ac.dif Patch1: pam_krb5-2.2.0-0.5-configure_ac.dif
Patch2: pam_krb5-2.2.11-1-refresh-drop-restore-priv.dif Patch2: pam_krb5-2.2.11-1-refresh-drop-restore-priv.dif
Patch3: pam_krb5-2.2.19-fix-format-error.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -42,7 +41,6 @@ Authors:
%setup -q -n pam_krb5-%{version}-%{PAM_RELEASE} %setup -q -n pam_krb5-%{version}-%{PAM_RELEASE}
%patch1 %patch1
%patch2 %patch2
%patch3 -p1
%build %build
%{suse_update_config -f} %{suse_update_config -f}
@ -73,6 +71,11 @@ rm -rf $RPM_BUILD_ROOT
%attr(444,root,root) %_mandir/man*/*.* %attr(444,root,root) %_mandir/man*/*.*
%attr(755,root,root) /usr/bin/afs5log %attr(755,root,root) /usr/bin/afs5log
%changelog %changelog
* Mon Oct 29 2007 - mc@suse.de
- version 2.2.20
* fixes for credential refreshing
- remove obsolete patch pam_krb5-2.2.19-fix-format-error.dif
(fix is upstream)
* Fri Oct 26 2007 - mc@suse.de * Fri Oct 26 2007 - mc@suse.de
- version 2.2.19: - version 2.2.19:
* the "keytab" option can now be used to specify a custom location * the "keytab" option can now be used to specify a custom location