[ubuntu/oneiric] apt 0.8.15.4ubuntu1 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Tue Jul 26 11:40:19 UTC 2011


apt (0.8.15.4ubuntu1) oneiric; urgency=low

  * merged from debian-sid

apt (0.8.15.4) unstable; urgency=low

  [ David Miller ]
  * apt-pkg/contrib/sha1.cc:
    - fix illegally casts of on-stack buffer to a type requiring more
      alignment than it has resulting in segfaults on sparc (Closes: #634696)

  [ Michael Vogt ]
  * apt-pkg/contrib/cdromutl.cc:
    - fix escape problem when looking for the mounted devices
  * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
    - add new DeEscapeString() similar to DeQuoteString but
      unescape character escapes like \0XX and \xXX (plus added
      test)
  * refresh po/*

apt (0.8.15.3) unstable; urgency=low

  [ Michael Vogt ]
  * apt-pkg/acquire-item.cc:
    - improve error message for a expired Release file
  * apt-pkg/algorithms.cc:
    - Hold back packages that would enter "policy-broken" state on upgrade
      when doing a "apt-get upgrade"
  * cmdline/apt-get.cc:
    - fix missing download progress in apt-get download

  [ David Kalnischkies ]
  * apt-pkg/pkgcachegen.cc:
    - fallback to memory if file is not writeable even if access()
      told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
  * doc/sources.list.5.xml:
    - document available [options] for sources.list entries (Closes: 632441)
  * doc/apt.conf.5.xml:
    - document APT::Architectures list (Closes: #612102)
  * cmdline/apt-get.cc:
    - restore all important dependencies for garbage packages (LP: #806274)
    - do not require unused partial dirs in 'source' (Closes: #633510)
    - buildconflicts effect all architectures
    - implement MultiarchCross for build-dep and source (Closes: #632221)
  * apt-pkg/init.cc:
    - use CndSet in pkgInitConfig (Closes: #629617)
  * apt-pkg/depcache.cc:
    - change default of APT::AutoRemove::SuggestsImportant to true
  * cmdline/apt-key:
    - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
  * debian/apt.postinst:
    - remove /etc/apt/secring.gpg if it is an empty file
  * doc/apt-cache.8.xml:
    - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
  * apt-pkg/policy.cc:
    - emit an error on unknown APT::Default-Release value (Closes: #407511)
  * apt-pkg/aptconfiguration.cc:
    - ensure that native architecture is if not specified otherwise the
      first architecture in the Architectures vector
  * apt-pkg/deb/deblistparser.cc:
    - Strip only :any and :native if MultiArch should be stripped as it is
      save to ignore them in non-MultiArch contexts but if the dependency
      is a specific architecture (and not the native) do not strip

Date: Tue, 26 Jul 2011 13:19:49 +0200
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/apt/0.8.15.4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 26 Jul 2011 13:19:49 +0200
Source: apt
Binary: apt apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source
Version: 0.8.15.4ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description: 
 apt        - Advanced front-end for dpkg
 apt-doc    - Documentation for APT
 apt-transport-https - APT https transport
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 407511 612102 629617 630591 632221 632441 632596 633455 633510 634696
Launchpad-Bugs-Fixed: 806274
Changes: 
 apt (0.8.15.4ubuntu1) oneiric; urgency=low
 .
   * merged from debian-sid
 .
 apt (0.8.15.4) unstable; urgency=low
 .
   [ David Miller ]
   * apt-pkg/contrib/sha1.cc:
     - fix illegally casts of on-stack buffer to a type requiring more
       alignment than it has resulting in segfaults on sparc (Closes: #634696)
 .
   [ Michael Vogt ]
   * apt-pkg/contrib/cdromutl.cc:
     - fix escape problem when looking for the mounted devices
   * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
     - add new DeEscapeString() similar to DeQuoteString but
       unescape character escapes like \0XX and \xXX (plus added
       test)
   * refresh po/*
 .
 apt (0.8.15.3) unstable; urgency=low
 .
   [ Michael Vogt ]
   * apt-pkg/acquire-item.cc:
     - improve error message for a expired Release file
   * apt-pkg/algorithms.cc:
     - Hold back packages that would enter "policy-broken" state on upgrade
       when doing a "apt-get upgrade"
   * cmdline/apt-get.cc:
     - fix missing download progress in apt-get download
 .
   [ David Kalnischkies ]
   * apt-pkg/pkgcachegen.cc:
     - fallback to memory if file is not writeable even if access()
       told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
   * doc/sources.list.5.xml:
     - document available [options] for sources.list entries (Closes: 632441)
   * doc/apt.conf.5.xml:
     - document APT::Architectures list (Closes: #612102)
   * cmdline/apt-get.cc:
     - restore all important dependencies for garbage packages (LP: #806274)
     - do not require unused partial dirs in 'source' (Closes: #633510)
     - buildconflicts effect all architectures
     - implement MultiarchCross for build-dep and source (Closes: #632221)
   * apt-pkg/init.cc:
     - use CndSet in pkgInitConfig (Closes: #629617)
   * apt-pkg/depcache.cc:
     - change default of APT::AutoRemove::SuggestsImportant to true
   * cmdline/apt-key:
     - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
   * debian/apt.postinst:
     - remove /etc/apt/secring.gpg if it is an empty file
   * doc/apt-cache.8.xml:
     - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
   * apt-pkg/policy.cc:
     - emit an error on unknown APT::Default-Release value (Closes: #407511)
   * apt-pkg/aptconfiguration.cc:
     - ensure that native architecture is if not specified otherwise the
       first architecture in the Architectures vector
   * apt-pkg/deb/deblistparser.cc:
     - Strip only :any and :native if MultiArch should be stripped as it is
       save to ignore them in non-MultiArch contexts but if the dependency
       is a specific architecture (and not the native) do not strip
Checksums-Sha1: 
 4f5ac44bb9b7dedd9652629b0452bafaf4809ab5 1494 apt_0.8.15.4ubuntu1.dsc
 267da0e70a0dcee1535e154f7f6e8ccdb5b64b06 3456382 apt_0.8.15.4ubuntu1.tar.gz
Checksums-Sha256: 
 053c298d234aab256b08049bb0da96f8f614342269875db7285a9f39e16ef40a 1494 apt_0.8.15.4ubuntu1.dsc
 28038b525a32e3984e38dc302879dc925b97dedecf73ce8e62b45019d3385d50 3456382 apt_0.8.15.4ubuntu1.tar.gz
Files: 
 c2896d30205e8d9ede71b98be96a44ed 1494 admin important apt_0.8.15.4ubuntu1.dsc
 3484032f6da08cb1f98f20c0913eb81e 3456382 admin important apt_0.8.15.4ubuntu1.tar.gz
Original-Maintainer: APT Development Team <deity at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk4uoysACgkQliSD4VZixzSvwQCgmVVUkc8Op2uri0feOiWoyC6G
DJUAn0dQhmqZ5HlDahe/jRFynDnvo087
=s9h5
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list