diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-18 11:43:03 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-19 11:50:29 +0100 |
commit | 2f984e7730b341879db3cfd330c8443e48e6efb0 (patch) | |
tree | 9a5f50bc8ab4ecc9f70be7835d52f54954f3ce55 | |
parent | ba245013f2801b102fdaa305fbc1bbf8b04866f8 (diff) |
Release 1.4.91.4.9
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ad363676..f43149530 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,7 +172,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>") -set(PACKAGE_VERSION "1.4.8") +set(PACKAGE_VERSION "1.4.9") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" diff --git a/debian/changelog b/debian/changelog index b43c8f1bd..cc9f1b722 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (1.4.9) stretch-security; urgency=medium + + * SECURITY UPDATE: content injection in http method (CVE-2019-3462) + (LP: #1812353) + + -- Julian Andres Klode <jak@debian.org> Fri, 18 Jan 2019 11:42:07 +0100 + apt (1.4.8) stretch; urgency=medium [ Balint Reczey ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 84b314c9c..20f2162bb 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -239,7 +239,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "1.4.8"> +<!ENTITY apt-product-version "1.4.9"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "jessie"> |