From 41f2553c8606adf2729b1e8b51ccff3b828e31ee Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 18 Dec 2013 23:41:21 -0500 Subject: Backport fixes for krb5_copy_context - backport fixes to krb5_copy_context (RT#7807, #1044735/#1044739) --- krb5.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'krb5.spec') diff --git a/krb5.spec b/krb5.spec index e5778c1..cded905 100644 --- a/krb5.spec +++ b/krb5.spec @@ -41,7 +41,7 @@ Summary: The Kerberos network authentication system Name: krb5 Version: 1.11.3 -Release: 36%{?dist} +Release: 37%{?dist} # Maybe we should explode from the now-available-to-everybody tarball instead? # http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.3-signed.tar Source0: krb5-%{version}.tar.gz @@ -118,6 +118,7 @@ Patch145: krb5-master-ignore-empty-unnecessary-final-token.patch Patch146: krb5-master-gss_oid_leak.patch Patch147: krb5-master-keytab_close.patch Patch148: krb5-1.11-preauthcore.patch +Patch149: krb5-1.11.3-copy_context.patch # Patches for otp plugin backport Patch201: krb5-1.11.2-keycheck.patch @@ -376,6 +377,7 @@ ln -s NOTICE LICENSE %patch146 -p1 -b .gss_oid_leak %patch147 -p1 -b .keytab_close %patch148 -p0 -b .preauthcore +%patch149 -p1 -b .copy_context %patch201 -p1 -b .keycheck %patch202 -p1 -b .otp @@ -1028,6 +1030,9 @@ exit 0 %{_sbindir}/uuserver %changelog +* Wed Dec 18 2013 Nalin Dahyabhai - 1.11.3-37 +- backport fixes to krb5_copy_context (RT#7807, #1044735/#1044739) + * Wed Dec 18 2013 Nalin Dahyabhai - 1.11.3-36 - backport fix to avoid double-freeing in the client when we're configured to use a clpreauth module that isn't actually a clpreauth module (#1035203) -- cgit