Updating link to change in openSUSE:Factory/krb5 revision 51.0
OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=76e7c9e1fc886111a06aa8aebfb6ed24
This commit is contained in:
parent
3631c963d5
commit
c773282ebc
18
krb5-MITKRB5-SA-2010-005.dif
Normal file
18
krb5-MITKRB5-SA-2010-005.dif
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
Index: krb5-1.8.1/src/lib/gssapi/krb5/accept_sec_context.c
|
||||||
|
===================================================================
|
||||||
|
--- krb5-1.8.1.orig/src/lib/gssapi/krb5/accept_sec_context.c
|
||||||
|
+++ krb5-1.8.1/src/lib/gssapi/krb5/accept_sec_context.c
|
||||||
|
@@ -647,6 +647,13 @@ kg_accept_krb5(minor_status, context_han
|
||||||
|
goto fail;
|
||||||
|
}
|
||||||
|
|
||||||
|
+ if (authdat->checksum == NULL) {
|
||||||
|
+ /* missing checksum counts as "inappropriate type" */
|
||||||
|
+ code = KRB5KRB_AP_ERR_INAPP_CKSUM;
|
||||||
|
+ major_status = GSS_S_FAILURE;
|
||||||
|
+ goto fail;
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
/* verify that the checksum is correct */
|
||||||
|
|
||||||
|
/*
|
@ -21,7 +21,7 @@
|
|||||||
Name: krb5-doc
|
Name: krb5-doc
|
||||||
BuildRequires: ghostscript-library latex2html texlive
|
BuildRequires: ghostscript-library latex2html texlive
|
||||||
Version: 1.8.1
|
Version: 1.8.1
|
||||||
Release: 2
|
Release: 3
|
||||||
%define srcRoot krb5-1.8.1
|
%define srcRoot krb5-1.8.1
|
||||||
Summary: MIT Kerberos5 Implementation--Documentation
|
Summary: MIT Kerberos5 Implementation--Documentation
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 19 14:27:19 CEST 2010 - mc@suse.de
|
||||||
|
|
||||||
|
- fix GSS-API library null pointer dereference
|
||||||
|
CVE-2010-1321, MITKRB5-SA-2010-005 (bnc#596826)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 14 11:36:32 CEST 2010 - mc@suse.de
|
Wed Apr 14 11:36:32 CEST 2010 - mc@suse.de
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Url: http://web.mit.edu/kerberos/www/
|
|||||||
BuildRequires: bison libcom_err-devel ncurses-devel
|
BuildRequires: bison libcom_err-devel ncurses-devel
|
||||||
BuildRequires: keyutils keyutils-devel
|
BuildRequires: keyutils keyutils-devel
|
||||||
Version: 1.8.1
|
Version: 1.8.1
|
||||||
Release: 2
|
Release: 3
|
||||||
%if ! 0%{?build_mini}
|
%if ! 0%{?build_mini}
|
||||||
BuildRequires: libopenssl-devel openldap2-devel
|
BuildRequires: libopenssl-devel openldap2-devel
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -56,6 +56,7 @@ Patch6: krb5-1.6.3-kpasswd_tcp.patch
|
|||||||
Patch7: krb5-1.6.3-ktutil-manpage.dif
|
Patch7: krb5-1.6.3-ktutil-manpage.dif
|
||||||
Patch8: krb5-1.6.3-fix-ipv6-query.dif
|
Patch8: krb5-1.6.3-fix-ipv6-query.dif
|
||||||
Patch9: krb5-1.7-MITKRB5-SA-2010-004.dif
|
Patch9: krb5-1.7-MITKRB5-SA-2010-004.dif
|
||||||
|
Patch10: krb5-MITKRB5-SA-2010-005.dif
|
||||||
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
|
||||||
@ -204,6 +205,7 @@ Authors:
|
|||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
|
%patch10 -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 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 19 14:27:19 CEST 2010 - mc@suse.de
|
||||||
|
|
||||||
|
- fix GSS-API library null pointer dereference
|
||||||
|
CVE-2010-1321, MITKRB5-SA-2010-005 (bnc#596826)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 14 11:36:32 CEST 2010 - mc@suse.de
|
Wed Apr 14 11:36:32 CEST 2010 - mc@suse.de
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Url: http://web.mit.edu/kerberos/www/
|
|||||||
BuildRequires: bison libcom_err-devel ncurses-devel
|
BuildRequires: bison libcom_err-devel ncurses-devel
|
||||||
BuildRequires: keyutils keyutils-devel
|
BuildRequires: keyutils keyutils-devel
|
||||||
Version: 1.8.1
|
Version: 1.8.1
|
||||||
Release: 2
|
Release: 3
|
||||||
%if ! 0%{?build_mini}
|
%if ! 0%{?build_mini}
|
||||||
BuildRequires: libopenssl-devel openldap2-devel
|
BuildRequires: libopenssl-devel openldap2-devel
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -56,6 +56,7 @@ Patch6: krb5-1.6.3-kpasswd_tcp.patch
|
|||||||
Patch7: krb5-1.6.3-ktutil-manpage.dif
|
Patch7: krb5-1.6.3-ktutil-manpage.dif
|
||||||
Patch8: krb5-1.6.3-fix-ipv6-query.dif
|
Patch8: krb5-1.6.3-fix-ipv6-query.dif
|
||||||
Patch9: krb5-1.7-MITKRB5-SA-2010-004.dif
|
Patch9: krb5-1.7-MITKRB5-SA-2010-004.dif
|
||||||
|
Patch10: krb5-MITKRB5-SA-2010-005.dif
|
||||||
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
|
||||||
@ -204,6 +205,7 @@ Authors:
|
|||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
|
%patch10 -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