This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=d268488b28cd386a404065141c0c0f3f4112b31b commit d268488b28cd386a404065141c0c0f3f4112b31b (tag: 1.21.16) Author: Guillem Jover <[email protected]> AuthorDate: Wed Jan 4 23:58:12 2023 +0100 Release 1.21.16 --- debian/changelog | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 179439c51..c534ac155 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,25 @@ -dpkg (1.21.16) UNRELEASED; urgency=medium +dpkg (1.21.16) unstable; urgency=medium - * + [ Guillem Jover ] + * dpkg-deb: Fix buffer overflow on long directory names with old deb formats. + Reported by Georgy Yakovlev <[email protected]>. + * Perl modules: + - Dpkg::Compression: Pass --no-adjust to xz to force compression threaded + mode. + - Dpkg::Compression: Make xz not emit warnings nor exit non-zero on + warnings. + - Dpkg::OpenPGP::Backend::SOP: Add sqop as an alternative SOP + implementation. + - Dpkg::Source::Package::V3::Git: Move error() argument out of g_() call. + * Code internals: + - libdpkg: Make xz not emit warnings nor exit non-zero on warnings. + + [ Helge Kreutzmann ] + * Localization: + - Update German man pages translation. + - Update German scripts translation. - -- Guillem Jover <[email protected]> Mon, 02 Jan 2023 12:54:10 +0100 + -- Guillem Jover <[email protected]> Wed, 04 Jan 2023 23:57:40 +0100 dpkg (1.21.15) unstable; urgency=medium -- Dpkg.Org's dpkg

