diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-11-20 16:10:46 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-11-20 16:13:18 +0100 |
| commit | 55c373ca9f6567a27ec9e8f90384781908157dae (patch) | |
| tree | 0888cede4e3c6154634b31ea383cebff5bae6902 /debian | |
| parent | b7a14e989ad1d1cef6038f85f92daef5fe90e3d6 (diff) | |
Release 2.9.132.9.13
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 482f5a056..a6b45afeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +apt (2.9.13) unstable; urgency=medium + + * Add a --comment option to record Comment: in history + * Hardening: Add -Wp,-D_GLIBCXX_ASSERTIONS to CXXFLAGS to enable bounds + checking for all STL containers. + * patterns: Avoid out-of-bounds std::string_view read. + We only pass NUL-terminated strings to the function, and the code expects + that but we pass through an interface which doesn't guarantee that, so + we trigger an index < size() assertion when accessing the terminating + NUL byte when compiled with -Wp,-D_GLIBCXX_ASSERTIONS. + * ftparchive: Remove fixed size buffers on trusted inputs (LP: #2087848) + - ftparchive: override: Remove fixed-size line buffers in override files + - ftparchive: cachedb: Remove 600-byte key (and hence file path) limit + - ftparchive: writer: Remove line length limit on file lists + * tests: Temporarily disable valgrind-if-available on armhf and ppc64el + to avoid having to wait for a new valgrind without those architectures + + -- Julian Andres Klode <jak@debian.org> Wed, 20 Nov 2024 15:59:46 +0100 + apt (2.9.12) unstable; urgency=medium [ наб ] |
