~ubuntu-branches/ubuntu/oneiric/apt/oneiric-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2012-06-14 11:31:28 UTC
  • mfrom: (169.1.2 oneiric-proposed)
  • Revision ID: package-import@ubuntu.com-20120614113128-1qnewhrjcm9lurcc
Tags: 0.8.16~exp5ubuntu13.4
adjust apt-key to ensure no collisions on subkeys too. Patch thanks to
Marc Deslauriers. (LP: #1013128)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
apt (0.8.16~exp5ubuntu13.4) oneiric-security; urgency=low
 
2
 
 
3
  * adjust apt-key to ensure no collisions on subkeys too. Patch thanks to
 
4
    Marc Deslauriers. (LP: #1013128)
 
5
 
 
6
 -- Jamie Strandboge <jamie@ubuntu.com>  Thu, 14 Jun 2012 11:31:28 -0500
 
7
 
 
8
apt (0.8.16~exp5ubuntu13.3) oneiric-proposed; urgency=low
 
9
 
 
10
  [ Jean-Louis Dupond ]
 
11
  * Backport fixes from precise verison of apt, to fix multiarch upgrades
 
12
    from oneiric.
 
13
  * apt-pkg/depcache.cc:
 
14
    - prefer native providers over foreigns even if the chain is foreign.
 
15
      (LP: #850264)
 
16
  * cmdline/apt-get.cc: 
 
17
    - ignore foreign architectures if we check if a provides has only one 
 
18
      resolver as it's basically the same for the user, so no need to choose.
 
19
  * apt-pkg/deb/deblistparser.cc:
 
20
    - M-A: foreign packages provide for other archs, too
 
21
 
 
22
  [ Colin Watson ]
 
23
  * Include 0.8.16~exp5ubuntu13.1 patches.
 
24
  * apt-pkg/algorithms.cc: Iterate Breaks the same way as Conflicts, so that
 
25
    we resolve virtual package Breaks more effectively (LP: #922485).
 
26
  * apt-pkg/algorithms.{cc,h}: Use an int to represent resolver scores, not
 
27
    a signed short, because large upgrades can result in an overflow for
 
28
    core packages (LP: #917173).
 
29
 
 
30
 -- Jean-Louis Dupond <jean-louis@dupond.be>  Tue, 17 Apr 2012 14:43:00 +0200
 
31
 
1
32
apt (0.8.16~exp5ubuntu13.2) oneiric-security; urgency=low
2
33
 
3
34
  * SECURITY UPDATE: trust bypass via stale InRelease file (LP: #947108)