Accepting request 92055 from home:rhafer:branches:network
fix minor error messages for the IAKERB GSSAPI mechanism (see: http://krbdev.mit.edu/rt/Ticket/Display.html?id=7020) OBS-URL: https://build.opensuse.org/request/show/92055 OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=54
This commit is contained in:
parent
f55551038a
commit
46ef3c181c
14
krb5-1.9-gss_display_status-iakerb.patch
Normal file
14
krb5-1.9-gss_display_status-iakerb.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Index: krb5-1.9.1/src/lib/gssapi/krb5/disp_status.c
|
||||||
|
===================================================================
|
||||||
|
--- krb5-1.9.1.orig/src/lib/gssapi/krb5/disp_status.c
|
||||||
|
+++ krb5-1.9.1/src/lib/gssapi/krb5/disp_status.c
|
||||||
|
@@ -167,7 +167,8 @@ krb5_gss_display_status(minor_status, st
|
||||||
|
|
||||||
|
if ((mech_type != GSS_C_NULL_OID) &&
|
||||||
|
!g_OID_equal(gss_mech_krb5, mech_type) &&
|
||||||
|
- !g_OID_equal(gss_mech_krb5_old, mech_type)) {
|
||||||
|
+ !g_OID_equal(gss_mech_krb5_old, mech_type) &&
|
||||||
|
+ !g_OID_equal(gss_mech_iakerb, mech_type)) {
|
||||||
|
*minor_status = 0;
|
||||||
|
return(GSS_S_BAD_MECH);
|
||||||
|
}
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 18 08:35:52 UTC 2011 - rhafer@suse.de
|
||||||
|
|
||||||
|
- fix minor error messages for the IAKERB GSSAPI mechanism
|
||||||
|
(see: http://krbdev.mit.edu/rt/Ticket/Display.html?id=7020)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 17 16:11:03 CEST 2011 - mc@suse.de
|
Mon Oct 17 16:11:03 CEST 2011 - mc@suse.de
|
||||||
|
|
||||||
|
@ -72,6 +72,7 @@ Patch24: krb5-trunk-chpw-err.patch
|
|||||||
Patch25: krb5-trunk-gss_delete_sec.patch
|
Patch25: krb5-trunk-gss_delete_sec.patch
|
||||||
Patch26: krb5-trunk-kadmin-oldproto.patch
|
Patch26: krb5-trunk-kadmin-oldproto.patch
|
||||||
Patch30: krb5-1.9-MITKRB5-SA-2011-006.dif
|
Patch30: krb5-1.9-MITKRB5-SA-2011-006.dif
|
||||||
|
Patch31: krb5-1.9-gss_display_status-iakerb.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: mktemp, grep, /bin/touch, coreutils
|
PreReq: mktemp, grep, /bin/touch, coreutils
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
@ -234,6 +235,7 @@ Authors:
|
|||||||
%patch25 -p1
|
%patch25 -p1
|
||||||
%patch26
|
%patch26
|
||||||
%patch30 -p1
|
%patch30 -p1
|
||||||
|
%patch31 -p1
|
||||||
# Rename the man pages so that they'll get generated correctly.
|
# Rename the man pages so that they'll get generated correctly.
|
||||||
pushd src
|
pushd src
|
||||||
cat %{SOURCE10} | while read manpage ; do
|
cat %{SOURCE10} | while read manpage ; do
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 18 08:35:52 UTC 2011 - rhafer@suse.de
|
||||||
|
|
||||||
|
- fix minor error messages for the IAKERB GSSAPI mechanism
|
||||||
|
(see: http://krbdev.mit.edu/rt/Ticket/Display.html?id=7020)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 17 16:11:03 CEST 2011 - mc@suse.de
|
Mon Oct 17 16:11:03 CEST 2011 - mc@suse.de
|
||||||
|
|
||||||
|
@ -72,6 +72,7 @@ Patch24: krb5-trunk-chpw-err.patch
|
|||||||
Patch25: krb5-trunk-gss_delete_sec.patch
|
Patch25: krb5-trunk-gss_delete_sec.patch
|
||||||
Patch26: krb5-trunk-kadmin-oldproto.patch
|
Patch26: krb5-trunk-kadmin-oldproto.patch
|
||||||
Patch30: krb5-1.9-MITKRB5-SA-2011-006.dif
|
Patch30: krb5-1.9-MITKRB5-SA-2011-006.dif
|
||||||
|
Patch31: krb5-1.9-gss_display_status-iakerb.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: mktemp, grep, /bin/touch, coreutils
|
PreReq: mktemp, grep, /bin/touch, coreutils
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
@ -234,6 +235,7 @@ Authors:
|
|||||||
%patch25 -p1
|
%patch25 -p1
|
||||||
%patch26
|
%patch26
|
||||||
%patch30 -p1
|
%patch30 -p1
|
||||||
|
%patch31 -p1
|
||||||
# Rename the man pages so that they'll get generated correctly.
|
# Rename the man pages so that they'll get generated correctly.
|
||||||
pushd src
|
pushd src
|
||||||
cat %{SOURCE10} | while read manpage ; do
|
cat %{SOURCE10} | while read manpage ; do
|
||||||
|
Loading…
Reference in New Issue
Block a user