diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-10-08 18:58:07 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-10-08 18:58:07 +0000 |
commit | e87613731cb41cf37e5fea81a055478cce77b6d4 (patch) | |
tree | 87b94fd6b8906da63035d4173da573bb5b7ac886 | |
parent | 6cc3b1339e94169b17bc977f632992041ae60425 (diff) | |
download | python-requests-e87613731cb41cf37e5fea81a055478cce77b6d4.tar python-requests-e87613731cb41cf37e5fea81a055478cce77b6d4.tar.gz |
As the DevRef suggests, add retroactively the CVE reference for CVE-2014-1829
and CVE-2014-1830 fixed with 2.3.0-1 upload (see #733108)
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 72f2cb3..82f992e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,11 +14,12 @@ requests (2.4.2-1) UNRELEASED; urgency=medium - Provide requests.packages.urllib3 as symlink of python{,3}-urllib3 system package since it is used as import location. (Closes: #753578) - -- Daniele Tricoli <eriol@mornie.org> Wed, 08 Oct 2014 20:49:10 +0200 + -- Daniele Tricoli <eriol@mornie.org> Wed, 08 Oct 2014 20:53:08 +0200 requests (2.3.0-1) unstable; urgency=medium * Team upload. + - Fix CVE-2014-1829 and CVE-2014-1830 (Closes: #733108) * New upstream release. * d/control: Added python{,3}-pytest to Build-Depends. * d/patches/*: Refreshed. |