'; }
Bug 295044 - net/rsync: update to 3.4.2
Summary: net/rsync: update to 3.4.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Rodrigo Osorio
URL: https://github.com/RsyncProject/rsync...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-05-06 03:01 UTC by Sven Siegmund
Modified: 2026-05-21 10:23 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (rodrigo)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Siegmund 2026-05-06 03:01:50 UTC
please update to newest rsync version
Comment 1 Rodrigo Osorio freebsd_committerfreebsd_triage 2026-05-11 09:08:02 UTC
Hi Sven,

Thanks for your quick reaction :)
I start looking last week at new release and update is under progress.

Chers
Comment 2 commit-hook freebsd_committerfreebsd_triage 2026-05-15 20:58:58 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f345476b5ca39b55f3d9f2223072da96783475d

commit 3f345476b5ca39b55f3d9f2223072da96783475d
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2026-05-12 15:06:54 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2026-05-15 20:54:57 +0000

    net/rsync: update 3.4.1 -> 3.4.2

    Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.2

    Major changes:
        - Fixed a signed integer overflow in the PROXY protocol v2 header parser
        - Fixed an invalid access to the files array
        - Reject negative token values in the compressed-stream token decoder
        - Fixed the element count passed to the xattr qsort()
        - Fixed a buffer underflow in clean_fname()
        - Fixed an uninitialized mul_one in the AVX2 get_checksum1 path (undefined behaviour)
        - Fixed an uninitialized buf1 on the first call to get_checksum2() in the MD4 path
        - Zero all new memory from internal allocations
        - Removed support for the unmaintained rsync-patches archive

    Port changes:
        - Remove File system flags support (--fileflags)

    PR:             295044
    Reported by:    Sven Siegmund <sven.siegmund@gmail.com>

 UPDATING                                    |  8 ++++++
 net/rsync/Makefile                          | 38 ++++++--------------------
 net/rsync/distinfo                          |  8 +++---
 net/rsync/files/patch-lib_sysxattrs.c       | 42 +++++++++--------------------
 net/rsync/files/patch-testsuite_xattrs.test |  4 +--
 5 files changed, 34 insertions(+), 66 deletions(-)
Comment 3 Rodrigo Osorio freebsd_committerfreebsd_triage 2026-05-15 20:59:29 UTC
Commited, thanks
Comment 4 commit-hook freebsd_committerfreebsd_triage 2026-05-21 10:23:34 UTC
A commit in branch 2026Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec67ef45d28e3baaf0aaa9a2d4748524a0e680b5

commit ec67ef45d28e3baaf0aaa9a2d4748524a0e680b5
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2026-05-12 15:06:54 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2026-05-21 09:29:03 +0000

    net/rsync: update 3.4.1 -> 3.4.2

    Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.2

    Major changes:
        - Fixed a signed integer overflow in the PROXY protocol v2 header parser
        - Fixed an invalid access to the files array
        - Reject negative token values in the compressed-stream token decoder
        - Fixed the element count passed to the xattr qsort()
        - Fixed a buffer underflow in clean_fname()
        - Fixed an uninitialized mul_one in the AVX2 get_checksum1 path (undefined behaviour)
        - Fixed an uninitialized buf1 on the first call to get_checksum2() in the MD4 path
        - Zero all new memory from internal allocations
        - Removed support for the unmaintained rsync-patches archive

    Port changes:
        - Remove File system flags support (--fileflags)

    PR:             295044
    Reported by:    Sven Siegmund <sven.siegmund@gmail.com>

    (cherry picked from commit 3f345476b5ca39b55f3d9f2223072da96783475d)

 UPDATING                                    |  8 ++++++
 net/rsync/Makefile                          | 38 ++++++--------------------
 net/rsync/distinfo                          |  8 +++---
 net/rsync/files/patch-lib_sysxattrs.c       | 42 +++++++++--------------------
 net/rsync/files/patch-testsuite_xattrs.test |  4 +--
 5 files changed, 34 insertions(+), 66 deletions(-)