krb5 1.7dfsg~beta1-4 source package in Ubuntu

Changelog

krb5 (1.7dfsg~beta1-4) unstable; urgency=low

  * When  decrypting the TGS response fails with the subkey, try with the
    session key to work around Heimdal bug, Closes: #527353 

krb5 (1.7dfsg~beta1-3) unstable; urgency=low

  * Relax symbol versions of symbols that exist in krb5 1.6.dfsg.2 to
    1.6.dfsg.2.  No software currently in Debian uses the new
    functionality, and this will ease the transition because it allows
    krb5 to move independently of packages that are being rebuilt.  This
    change will be reverted before the end of May, 2009.

krb5 (1.7dfsg~beta1-2) unstable; urgency=low

  * Upload to unstable  with permission of release team; note that this
    upload will make anything that depends on libkrb53 uninstallable in
    unstable.  The release team will make binary only NMUs to rebuild any
    such packages and they will depend on the new libraries.  Packages
    built since 1.6.dfsg.4~beta1-9 entered unstable should not be affected.
  * Upstream change: return PREAUTH_REQUIRED not PREAUTH_FAILED on unknown
    preauth type in the KDC.
  * Remove a bunch of patches applied ustream from debian/patches

krb5 (1.7dfsg~beta1-1) experimental; urgency=low

  * New upstream release
    - kadmin and related commands moved to /usr/bin, Closes: #477296
    - Kadmin headers are Public: Closes: #191616 
    - KDC supports loopback address, Closes: #478425
  

krb5 (1.7dfsg~alpha1-1) experimental; urgency=low

  * New upstream version

krb5 (1.6.dfsg.4~beta1-13) unstable; urgency=high

  * MITKRB5-SA-2009-001: Fix read-beyond-end-of-buffer DOS in SPNEGO, an
    SPNEGO null pointer dereference, and incorrect length validation in
    an ASN.1 decoder.  (CVE-2009-0844, CVE-2009-0845, CVE-2009-0847)
  * MITKRB5-SA-2009-002: ASN.1 general time decoder can free uninitialized
    pointer.  (CVE-2009-0846)
  * Add dependency on libkrb53 from libkrb5-dev.  This should make it
    significantly more difficult for buildds to get out of sync.  I don't
    think we can do better within the constraints of this transition,
    Closes: #522469

krb5 (1.6.dfsg.4~beta1-12) unstable; urgency=low

  * Translation updates:
    - Romanian, thanks Eddy Petrișor.  (Closes: #519660)
    - Finnish, thanks Esko Arajärvi.  (Closes: #519741)
    - Russian, thanks Sergey Alyoshin.  (Closes: #519744)
    - Spanish, thanks Francisco Javier Cuadrado.  (Closes: #519808)

krb5 (1.6.dfsg.4~beta1-11) unstable; urgency=low

  * Upload from the partial-krb4 branch not the master branch so we don't
    break unstable. 
      - Restore libkrb53 and libkadm55 
  * Resync the aes test files from upstream to fix a line ending problem
    and significantly shrink the debian diff 

krb5 (1.6.dfsg.4~beta1-10) unstable; urgency=low

  * Add Homepage control field.
  * Add ${misc:Depends} to dependencies for all packages.
  * Expand the packages that satisfy the libkrb5-dbg dependency.
  * Include a few more details about the differences between the various
    library packages in their long descriptions and fix some whitespace
    inconsistencies.  Thanks, Gerfried Fuchs.  (Closes: #519403)
  * Remove empty usr/include/kerberosIV directory in libkrb5-dev.
  * Use set -e instead of #!/bin/sh -e for all maintainer scripts.
  * Use which without a path to check for update-inetd.
  * Improve the leading comment in /etc/default/krb5-kdc.
  * Remove unnecessary section override for krb5-pkinit.
  * Update to debhelper compatibility level V7.
    - Use dh_lintian to install Lintian overrides.
    - Use dh_prep instead of dh_clean -k.
  * Update standards version to 3.8.1 (no changes required).
  * Fix superfluous space in the krb5-kdc debconf templates and unfuzzy
    translations.  Thanks, Helge Kreutzmann.  (Closes: #518403)
  * Translation updates:
    - French, thanks Christian Perrier.  (Closes: #518221)
    - Japanese, thanks TANAKA Atushi.  (Closes: #518345)
    - Swedish, thanks Martin Bagge.  (Closes: #518347)
    - German, thanks Helge Kreutzmann.  (Closes: #518402)
    - Czech, thanks Miroslav Kure.  (Closes: #518993)
    - Portuguese, thanks Miguel Figueiredo.  (Closes: #519000)
    - Italian, thanks Luca Monducci.  (Closes: #519178)
    - Galician, thanks Marce Villarino.  (Closes: #519481)
krb5 (1.6.dfsg.4~beta1-9) unstable; urgency=medium

  * Fix typo in downgrade instructions in NEWS file.
  * Fix override for libkadm55
  * Upload to unstable.

krb5 (1.6.dfsg.4~beta1-8) experimental; urgency=low

  * Re-introduce libkrb53 and libkadm55 based on discussion on
    debian-devel; in this version, libkrb53 contains only libkrb4.  Both
    libkrb53 and libkadm55 depend on  the split library packages.  These
    dependencies are unversioned; that means that before any symbols are
    added the shlibs files need to be repointed away from libkrb53 and
    libkadm55.  Any version of the split library packages can satisfy the
    symbols needed by the libraries previously shipped in libkrb53.
  * Perform two builds; one without krb4 and one with krb4 for the only
    warnings; they will go away when the shlibs files are repointed.
  * Remove krb4 support from  debconf and init scripts.
  * Remove the krb4 migration guide from doc-base
  * Fix up replaces in control file so that libraries that used to be in
    libkadm55 claim to replace libkadm55 
  * Only use parallel builds on the krb5 build; it breaks krb4  enabled
    builds. 
  * Used versioned replaces; this seems to make it harder to get a system
    into a broken state if you remove the new packages, Closes: #517483 

krb5 (1.6.dfsg.4~beta1-7) experimental; urgency=low

  * Do not build krb4 support; this is being removed upstream with 1.7 and
    it is strongly desirable to  examine the debian implications.
  * As a result, the libraries which were previously all in libkrb53 need
    to change package names as we are dropping some libraries.  So, split
    out the libraries into lib<libraryname>-<soname> per policy.  The old
    format was consistent with policy when it was written 8 years ago, and
    has lasted well.  As a result, a significant number of new library
    packages are introduced.
  * Use dpkg-gensymbols support for .symbols files for better version tracking
  * Update to policy 3.8.0
      - Support parallel=

krb5 (1.6.dfsg.4~beta1-6) unstable; urgency=low

  * In the krb5-install info pages, document the need to create an empty
    database on new slaves before the first database propagation to work
    around a bug in kdb5_util.  This is a workaround for Bug#512670, which
    won't be fixed in time for the lenny release.

 -- Mathias Gug <email address hidden>   Sat,  09 May 2009 14:24:38 +0100

Upload details

Uploaded by:
Mathias Gug
Uploaded to:
Karmic
Original maintainer:
Sam Hartman
Architectures:
any
Section:
net
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
krb5_1.7dfsg~beta1.orig.tar.gz 11.7 MiB a38ce08728ce8fd0b6e8455b9e0b920e122e81e21d3c52bea9c2fb75c2fbddb4
krb5_1.7dfsg~beta1-4.diff.gz 92.0 KiB e84ad55bf855ebef7d60addc7272ea0fa3fd4667149db79a8d5fc0cb29a891b5
krb5_1.7dfsg~beta1-4.dsc 1.6 KiB d8a4eb3cc2c9ab63234761273f0a3727283997ea12dc23f8e3b0241113032dbe

View changes file

Binary packages built by this source

krb5-admin-server: No summary available for krb5-admin-server in ubuntu karmic.

No description available for krb5-admin-server in ubuntu karmic.

krb5-clients: No summary available for krb5-clients in ubuntu karmic.

No description available for krb5-clients in ubuntu karmic.

krb5-doc: No summary available for krb5-doc in ubuntu karmic.

No description available for krb5-doc in ubuntu karmic.

krb5-ftpd: No summary available for krb5-ftpd in ubuntu karmic.

No description available for krb5-ftpd in ubuntu karmic.

krb5-kdc: No summary available for krb5-kdc in ubuntu karmic.

No description available for krb5-kdc in ubuntu karmic.

krb5-kdc-ldap: No summary available for krb5-kdc-ldap in ubuntu karmic.

No description available for krb5-kdc-ldap in ubuntu karmic.

krb5-pkinit: No summary available for krb5-pkinit in ubuntu karmic.

No description available for krb5-pkinit in ubuntu karmic.

krb5-rsh-server: No summary available for krb5-rsh-server in ubuntu karmic.

No description available for krb5-rsh-server in ubuntu karmic.

krb5-telnetd: No summary available for krb5-telnetd in ubuntu karmic.

No description available for krb5-telnetd in ubuntu karmic.

krb5-user: No summary available for krb5-user in ubuntu karmic.

No description available for krb5-user in ubuntu karmic.

libgssapi-krb5-2: No summary available for libgssapi-krb5-2 in ubuntu karmic.

No description available for libgssapi-krb5-2 in ubuntu karmic.

libgssrpc4: No summary available for libgssrpc4 in ubuntu karmic.

No description available for libgssrpc4 in ubuntu karmic.

libk5crypto3: No summary available for libk5crypto3 in ubuntu karmic.

No description available for libk5crypto3 in ubuntu karmic.

libkadm5clnt6: No summary available for libkadm5clnt6 in ubuntu karmic.

No description available for libkadm5clnt6 in ubuntu karmic.

libkadm5srv6: No summary available for libkadm5srv6 in ubuntu karmic.

No description available for libkadm5srv6 in ubuntu karmic.

libkdb5-4: No summary available for libkdb5-4 in ubuntu karmic.

No description available for libkdb5-4 in ubuntu karmic.

libkrb5-3: No summary available for libkrb5-3 in ubuntu karmic.

No description available for libkrb5-3 in ubuntu karmic.

libkrb5-dbg: No summary available for libkrb5-dbg in ubuntu karmic.

No description available for libkrb5-dbg in ubuntu karmic.

libkrb5-dev: No summary available for libkrb5-dev in ubuntu karmic.

No description available for libkrb5-dev in ubuntu karmic.

libkrb5support0: No summary available for libkrb5support0 in ubuntu karmic.

No description available for libkrb5support0 in ubuntu karmic.