summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2013-04-15 11:05:40 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2013-04-15 11:06:15 -0400
commit61043181c71bfef972b62affcb128ddd03e163a9 (patch)
tree255f91935ffad16460dc75f8b32e79c483532faf
parent7d195950a05278bdb8d692207405f01c0c3d0c54 (diff)
downloadkrb5-61043181c71bfef972b62affcb128ddd03e163a9.tar.gz
krb5-61043181c71bfef972b62affcb128ddd03e163a9.tar.xz
krb5-61043181c71bfef972b62affcb128ddd03e163a9.zip
update to 1.11.2
- update to 1.11.2 - drop pulled in patch for RT#7586, included in this release - drop pulled in patch for RT#7592, included in this release
-rw-r--r--.gitignore3
-rw-r--r--krb5.spec18
-rw-r--r--sources6
3 files changed, 16 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index cd68631..afce0c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -84,3 +84,6 @@ krb5-1.8.3-pdf.tar.gz
/krb5-1.11.tar.gz
/krb5-1.11.tar.gz.asc
/krb5-1.11.1-pdf.tar.xz
+/krb5-1.11.2.tar.gz
+/krb5-1.11.2.tar.gz.asc
+/krb5-1.11.2-pdf.tar.xz
diff --git a/krb5.spec b/krb5.spec
index 8f9ad3d..f514f39 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -29,10 +29,10 @@
Summary: The Kerberos network authentication system
Name: krb5
-Version: 1.11.1
-Release: 9%{?dist}
+Version: 1.11.2
+Release: 1%{?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.1-signed.tar
+# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.2-signed.tar
Source0: krb5-%{version}.tar.gz
Source1: krb5-%{version}.tar.gz.asc
# Use a dummy krb5-%{version}-pdf.tar.xz the first time through, then
@@ -73,8 +73,6 @@ Patch75: krb5-pkinit-debug.patch
Patch86: krb5-1.9-debuginfo.patch
Patch105: krb5-kvno-230379.patch
Patch113: krb5-1.11-alpha1-init.patch
-Patch114: krb5-lookup_etypes-leak.patch
-Patch115: krb5-1.11.1-interposers.patch
Patch116: http://ausil.fedorapeople.org/aarch64/krb5/krb5-aarch64.patch
Patch117: krb5-1.11-gss-client-keytab.patch
Patch118: krb5-1.11.1-rpcbind.patch
@@ -295,8 +293,6 @@ ln -s NOTICE LICENSE
%patch86 -p0 -b .debuginfo
%patch105 -p1 -b .kvno
%patch113 -p1 -b .init
-%patch114 -p1 -b .lookup_etypes-leak
-%patch115 -p1 -b .interposers
%patch116 -p1 -b .aarch64
%patch117 -p1 -b .gss-client-keytab
%patch118 -p1 -b .rpcbind
@@ -811,6 +807,7 @@ exit 0
%{_bindir}/krb5-config
%{_bindir}/sclient
+%{_mandir}/man1/krb5-config.1*
%{_mandir}/man1/sclient.1*
%{_mandir}/man8/sserver.8*
%{_sbindir}/sserver
@@ -826,6 +823,11 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Mon Apr 15 2013 Nalin Dahyabhai <nalin@redhat.com> 1.11.2-1
+- update to 1.11.2
+ - drop pulled in patch for RT#7586, included in this release
+ - drop pulled in patch for RT#7592, included in this release
+
* Fri Apr 12 2013 Nalin Dahyabhai <nalin@redhat.com> 1.11.1-9
- move the compiled-in default ccache location from the previous default of
FILE:/tmp/krb5cc_%%{uid} to DIR:/run/user/%%{uid}/krb5cc (part of #949588)
@@ -844,7 +846,7 @@ exit 0
- add buildrequires on nss-myhostname, in an attempt to get more of the tests
to run properly during builds
- pull in Simo's patch to recognize "client_keytab" as a key type which can
- be passed in to gss_acquire_cred_from() (RT#7592)
+ be passed in to gss_acquire_cred_from() (RT#7598)
* Tue Mar 26 2013 Nalin Dahyabhai <nalin@redhat.com> 1.11.1-5
- pull up Simo's patch to mark the correct mechanism on imported GSSAPI
diff --git a/sources b/sources
index f46261e..d676249 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-4d72b65955d9db5810c80adff850d660 krb5-1.11.1.tar.gz
-a00d0c39e8d9b4ab8c726c8cada82a44 krb5-1.11.1.tar.gz.asc
-6d33ddded99d3462c86f1dc01c7a06dc krb5-1.11.1-pdf.tar.xz
+7db8ba98dcc1503fe6925aea2238b896 krb5-1.11.2.tar.gz
+10b368a774933177f64e154b12976820 krb5-1.11.2.tar.gz.asc
+d5c8774506d7f67fb096e0b3ac7cb03d krb5-1.11.2-pdf.tar.xz