diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-02 11:09:29 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-02 11:09:29 +0200 |
| commit | 7f97f163de6189c9a770fa5d723ddac85a2b976c (patch) | |
| tree | 51770d73b71869c5c898dc3a54b1141b03a75d02 | |
| parent | c117c260d1a652d5ebcc4c33a88945002fbb4364 (diff) | |
| download | python-apt-7f97f163de6189c9a770fa5d723ddac85a2b976c.tar.gz | |
add changelog entry
| -rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 161cacfd..11a230b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,10 @@ python-apt (0.8.8) UNRELEASED; urgency=low * merged lp:~sampo555/python-apt/fix_1042916 reuse existing but disabled sources.list entries instead of duplicating them. Thanks to "sampo555", LP: #1042916 + * 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) [ James Hunt ] * python/cache.cc: PkgCacheGetIsMultiArch(): Return calculated |
