diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-02 11:24:47 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-02 11:24:47 +0200 |
| commit | 176e587073b3e529e1494175dc0b250fd2fb79b1 (patch) | |
| tree | 62786df506ef252efac7557e6c9f0634e58543b4 /debian | |
| parent | 27af3b98010fdf04b3f5179c2197bf0516c9f740 (diff) | |
| parent | 0f4f26bfee49b84fd41b46c1920cac6e5f6761c8 (diff) | |
| download | python-apt-176e587073b3e529e1494175dc0b250fd2fb79b1.tar.gz | |
merge fixes
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fe5257b7..56742716 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +python-apt (0.8.7ubuntu2) UNRELEASEDquantal; urgency=low + + * lp:~mvo/python-apt/recv-key-lp1016643: + - Only support long (v4) keyids when downloading keys and + check the keys fingerprint before importing. This avoids + man-in-the-middle attacks (LP: #1016643) + * lp:~mvo/python-apt/fix-debfile-crash: + - fix crash on missing candidates in the multiarch check + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 02 Oct 2012 11:24:21 +0200 + python-apt (0.8.7ubuntu1) quantal; urgency=low [ James Hunt ] @@ -19,6 +30,10 @@ python-apt (0.8.8) UNRELEASED; urgency=low disabled sources.list entries instead of duplicating them. Thanks to "sampo555", LP: #1042916 + [ James Hunt ] + * python/cache.cc: PkgCacheGetIsMultiArch(): Return calculated + value rather than a random one. + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 01 Oct 2012 13:30:53 +0200 python-apt (0.8.7) unstable; urgency=low |
