-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2012-3487 2012-03-10 00:03:29 --------------------------------------------------------------------------------
Name : krb5 Product : Fedora 15 Version : 1.9.3 Release : 1.fc15 URL : http://web.mit.edu/kerberos/www/ Summary : The Kerberos network authentication system Description : Kerberos V5 is a trusted-third-party network authentication system, which can improve your network's security by eliminating the insecure practice of cleartext passwords. -------------------------------------------------------------------------------- Update Information: This update updates the package from version 1.9.2 to 1.9.3, which incorporates the patches for the previously-issued security update and a bug encountered when computing hmac-md5 MAC values with certain cipher types. It also includes fixes for the removal scriptlet for the krb5-workstation subpackage and a fix which once again causes the key version number to be ignored when searching a keytab for a key which can decrypt an AP request, if the specified key version number is 0. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 8 2012 Nalin Dahyabhai <[email protected]> 1.9.3-1 - update to 1.9.3 - drop patch for CVE-2011-1530, incorporated upstream - drop patch for #756139, incorporated into 1.9 as RT#7007 - when removing -workstation, remove our files from the info index while the file is still there, in %preun, rather than %postun, and use the compressed file's name (#801035) * Mon Jan 30 2012 Nalin Dahyabhai <[email protected]> 1.9.2-6 - add patch to accept keytab entries with vno==0 as matches when we're searching for an entry with a specific name/kvno (#230382/#782211,RT#3349) * Mon Jan 30 2012 Nalin Dahyabhai <[email protected]> 1.9.2-5 - backport patch for RT#7046: tag a ccache containing credentials obtained via S4U2Proxy with the principal name of the proxying principal (part of #761317) so that the default principal name can be set to that of the client for which it is proxying, which results in the ccache looking more normal to consumers of the ccache that don't care that there's proxying going on - pull in patch for RT#7047: allow tickets obtained via S4U2Proxy to be cached (more of #761317) - backport patch for RT#7048: allow PAC verification to only bother trying to verify the signature with keys that it's given (still more of #761317) * Tue Dec 6 2011 Nalin Dahyabhai <[email protected]> 1.9.2-4 - apply upstream patch to fix a null pointer dereference when processing TGS requests (CVE-2011-1530, #753748) * Wed Nov 30 2011 Nalin Dahyabhai <[email protected]> 1.9.2-3 - correct a bug in the fix for #754001 so that the file creation context is consistently reset * Tue Nov 22 2011 Nalin Dahyabhai <[email protected]> 1.9.2-2 - pull patch from trunk so that when computing an HMAC, we don't assume that the HMAC output size is the same as the input key length (RT#6994, #756139) * Tue Nov 15 2011 Nalin Dahyabhai <[email protected]> 1.9.2-1 - update to 1.9.2, incorporating the recent security update and some of the things we were previously backporting, among other fixes * Tue Oct 18 2011 Nalin Dahyabhai <[email protected]> 1.9.1-14 - apply upstream patch to fix a null pointer dereference with the LDAP kdb backend (CVE-2011-1527, #744125), an assertion failure with multiple kdb backends (CVE-2011-1528), and a null pointer dereference with multiple kdb backends (CVE-2011-1529) (#737711) * Wed Oct 12 2011 Nalin Dahyabhai <[email protected]> 1.9.1-13 - handle a harder-to-trigger assertion failure that starts cropping up when we exit the transmit loop on time (#739853) * Tue Sep 6 2011 Nalin Dahyabhai <[email protected]> 1.9.1-12 - pull in upstream patch for RT#6952, confusion following referrals for cross-realm auth (#734341) - pull in build-time deps for the tests * Thu Sep 1 2011 Nalin Dahyabhai <[email protected]> 1.9.1-11 - switch to the upstream patch for #727829 * Wed Aug 31 2011 Nalin Dahyabhai <[email protected]> 1.9.1-10 - handle an assertion failure that starts cropping up when the patch for using poll (#701446) meets servers that aren't running KDCs or against which the connection fails for other reasons (#727829, #734172) * Mon Aug 8 2011 Nalin Dahyabhai <[email protected]> 1.9.1-9 - override the default build rules to not delete temporary y.tab.c files, so that they can be packaged, allowing debuginfo files which point to them do so usefully (#729044) * Fri Jul 22 2011 Nalin Dahyabhai <[email protected]> 1.9.1-8 - build shared libraries with partial RELRO support (#723995) - filter out potentially multiple instances of -Wl,-z,relro from krb5-config output, now that it's in the buildroot's default LDFLAGS - pull in a patch to fix losing track of the replay cache FD, from SVN by way of Kevin Coffman * Wed Jul 20 2011 Nalin Dahyabhai <[email protected]> 1.9.1-7 - kadmind.init: drop the attempt to detect no-database-present errors (#723723) * Tue Jul 19 2011 Nalin Dahyabhai <[email protected]> 1.9.1-6 - backport fixes to teach libkrb5 to use descriptors higher than FD_SETSIZE to talk to a KDC by using poll() if it's detected at compile-time (#701446, RT#6905) * Thu Jun 23 2011 Nalin Dahyabhai <[email protected]> 1.9.1-5 - pull a fix from SVN to try to avoid triggering a PTR lookup in getaddrinfo() during krb5_sname_to_principal(), and to let getaddrinfo() decide whether or not to ask for an IPv6 address based on the set of configured interfaces (#717378, RT#6922) - pull a fix from SVN to use AI_ADDRCONFIG more often (RT#6923) * Mon Jun 20 2011 Nalin Dahyabhai <[email protected]> 1.9.1-4 - apply upstream patch by way of Burt Holzman to fall back to a non-referral method in cases where we might be derailed by a KDC that rejects the canonicalize option (for example, those from the RHEL 2.1 or 3 era) (#715074) * Tue Jun 14 2011 Nalin Dahyabhai <[email protected]> 1.9.1-3 - pull a fix from SVN to get libgssrpc clients (e.g. kadmin) authenticating using the old protocol over IPv4 again (RT#6920) * Tue Jun 14 2011 Nalin Dahyabhai <[email protected]> - incorporate a fix to teach the file labeling bits about when replay caches are expunged (#576093) * Thu May 26 2011 Nalin Dahyabhai <[email protected]> - switch to the upstream patch for #707145 * Wed May 25 2011 Nalin Dahyabhai <[email protected]> 1.9.1-2 - klist: don't trip over referral entries when invoked with -s (#707145, RT#6915) * Fri May 6 2011 Nalin Dahyabhai <[email protected]> - fixup URL in a comment - when built with NSS, require 3.12.10 rather than 3.12.9 * Thu May 5 2011 Nalin Dahyabhai <[email protected]> 1.9.1-1 - update to 1.9.1: - drop no-longer-needed patches for CVE-2010-4022, CVE-2011-0281, CVE-2011-0282, CVE-2011-0283, CVE-2011-0284, CVE-2011-0285 -------------------------------------------------------------------------------- References: [ 1 ] Bug #801035 - rpm -e krb5-workstation have an issue/warning https://bugzilla.redhat.com/show_bug.cgi?id=801035 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update krb5' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
