diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6fc627e..12145c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,69 @@ +rsync (3.3.0+ds1-4) unstable; urgency=critical + + [ Salvatore Bonaccorso ] + * Fix FLAG_GOT_DIR_FLIST collission with FLAG_HLINKED + (Closes: #1093089, #1093052) + + [ Samuel Henrique ] + * d/p/Fix_use-after-free_in_generator: New patch to fix UAF + + -- Samuel Henrique <samueloph@debian.org> Wed, 15 Jan 2025 18:34:49 +0000 + +rsync (3.3.0+ds1-3) unstable; urgency=critical + + * Import upstream patches for CVE-2024-12084, CVE-2024-12085, + CVE-2024-12086, CVE-2024-12087, CVE-2024-12088, CVE-2024-12747 + - d/p/rsync-upstream-CVE-patches-v3/CVE-2024-12084 + ~ 0001-Some-checksum-buffer-fixes.patch + ~ 0002-Another-cast-when-multiplying-integers.patch + - d/p/rsync-upstream-CVE-patches-v3/CVE-2024-12085 + ~ 0001-prevent-information-leak-off-the-stack.patch + - d/p/rsync-upstream-CVE-patches-v3/CVE-2024-12086 + ~ 0001-refuse-fuzzy-options-when-fuzzy-not-selected.patch + ~ 0002-added-secure_relative_open.patch + ~ 0003-receiver-use-secure_relative_open-for-basis-file.patch + ~ 0004-disallow-.-elements-in-relpath-for-secure_relative_o.patch + - d/p/rsync-upstream-CVE-patches-v3/CVE-2024-12087 + ~ 0001-Refuse-a-duplicate-dirlist.patch + ~ 0002-range-check-dir_ndx-before-use.patch + - d/p/rsync-upstream-CVE-patches-v3/CVE-2024-12088 + ~ 0001-make-safe-links-stricter.patch + - d/p/rsync-upstream-CVE-patches-v3/CVE-2024-12747 + ~ 0001-fixed-symlink-race-condition-in-sender.patch + - d/p/rsync-upstream-CVE-patches-v3/version_update + ~ 0001-raise-protocol-version-to-32.patch + ~ 0002-change-version-to-3.4.0.patch + ~ 0003-update-NEWS-for-3.4.0.patch + + -- Samuel Henrique <samueloph@debian.org> Sun, 12 Jan 2025 15:40:14 +0000 + +rsync (3.3.0+ds1-2) unstable; urgency=medium + + * d/watch: Set repacksuffix to +ds1 to fix salsa CI + * d/p/configure_ac...: New patch to fix IPv6 support, thanks to Simon + Ruderich for the bug report (closes: #1090328) + + -- Samuel Henrique <samueloph@debian.org> Tue, 17 Dec 2024 18:56:13 +0000 + +rsync (3.3.0+ds1-1) unstable; urgency=medium + + * Team upload. + + [ Samuel Henrique ] + * New upstream version 3.3.0+ds + - Repack to remove the zlib bundled library + + [ Matheus Polkorny ] + * New upstream version 3.3.0+ds1 + - Repack to remove the popt bundled library + * d/copyright: Update to comply with 1.0 format and exclude popt/* + * d/gbp.conf: Remove export-dir configuration + * d/rules: fix build failure due to missing zlib/dummy.in and popt/dummy.in + * d/t/upstream-tests: Run d/rules override_dh_auto_configure during setup + * d/watch: add +ds suffix to version + + -- Matheus Polkorny <mpolkorny@gmail.com> Sat, 07 Dec 2024 20:54:11 -0300 + rsync (3.3.0-1) unstable; urgency=medium [ Aquila Macedo Costa ] |