summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2020-12-10 15:42:56 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2020-12-10 15:42:56 +0100
commite480b1b6f400ae0e2a0ecfcba1d4f51b769cad1d (patch)
tree780f632b1977794f051889cb92533281b6dfaece /debian
parent07808e0d08e8e95e06b754f4c37665015b1045a7 (diff)
Release 2.1.132.1.13
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog28
1 files changed, 26 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index eb01b4daf..22aa6158b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,33 @@
-apt (2.1.13) UNRELEASED; urgency=medium
+apt (2.1.13) unstable; urgency=medium
+ [ Debian Janitor ]
* Apply multi-arch hints.
+ apt-doc, libapt-pkg-doc: Add Multi-Arch: foreign.
- -- Debian Janitor <janitor@jelmer.uk> Mon, 23 Nov 2020 17:47:17 -0000
+ [ Jordi Mallach ]
+ * Fix typo in Catalan translation.
+
+ [ David Kalnischkies ]
+ * Prepare rred binary for external usage
+ * Support reading compressed patches in rred direct call modes
+ * Support compressed output from rred similar to apt-helper cat-file
+
+ [ Julian Andres Klode ]
+ * gitignore: Add /build and /obj-* build dirs
+ * gitignore: Add .*.swp files
+ * HexDigest: Silence -Wstringop-overflow
+ * patterns: Terminate short pattern by ~ and !
+ * SECURITY UPDATE: Integer overflow in parsing (LP: #1899193)
+ - apt-pkg/contrib/arfile.cc: add extra checks.
+ - apt-pkg/contrib/tarfile.cc: limit tar item sizes to 128 GiB
+ - apt-pkg/deb/debfile.cc: limit control file sizes to 64 MiB
+ - test/*: add tests.
+ - CVE-2020-27350
+ * Additional hardening:
+ - apt-pkg/contrib/tarfile.cc: Limit size of long names and links to 1 MiB
+ * Raise APT::Cache-HashtableSize to 196613
+
+ -- Julian Andres Klode <jak@debian.org> Thu, 10 Dec 2020 15:40:27 +0100
apt (2.1.12) unstable; urgency=medium