Skip to content

Commit

Permalink
net/rsync: upgrade to 3.3.0
Browse files Browse the repository at this point in the history
Full changelog: https://download.samba.org/pub/rsync/NEWS#3.3.0

Major changes:
    * Several bugfixes around -sparse --inplace,
      buffer overflow in the checksum2,
      string-comparison issue in the internal handling of --progress,
      ensure local transfer marks the sender side as trusted,
      changes the argv handling to work with a newer popt library,
      a problem in the daemon auth for older protocols,
      old stats bug that counted devices as symlinks
   * Many enhancements:
     rrsync with the -no-overwrite option,
     manpages formating,
     mapfrom & mapto perl scripts into a single python script,
     mnt-excl perl script into a python script

PR:		278208
Reported by:	vvd

(cherry picked from commit 8002d63)
  • Loading branch information
rosorio committed Apr 27, 2024
1 parent 6804489 commit 5a12756
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions net/rsync/Makefile
@@ -1,6 +1,5 @@
PORTNAME= rsync
DISTVERSION= 3.2.7
PORTREVISION= 1
DISTVERSION= 3.3.0
CATEGORIES= net
MASTER_SITES= https://www.mirrorservice.org/sites/rsync.samba.org/src/ \
http://rsync.mirror.garr.it/src/ \
Expand Down
10 changes: 5 additions & 5 deletions net/rsync/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1670705387
SHA256 (rsync-3.2.7.tar.gz) = 4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb
SIZE (rsync-3.2.7.tar.gz) = 1149787
SHA256 (rsync-patches-3.2.7.tar.gz) = e7e5e9ea0b6dd7639c7a5c6f49a1d06be20d449d59f60ba59b238e1aa79b13f0
SIZE (rsync-patches-3.2.7.tar.gz) = 99514
TIMESTAMP = 1712443181
SHA256 (rsync-3.3.0.tar.gz) = 7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90
SIZE (rsync-3.3.0.tar.gz) = 1153969
SHA256 (rsync-patches-3.3.0.tar.gz) = 3dd51cd88d25133681106f68622ebedbf191ab25a21ea336ba409136591864b0
SIZE (rsync-patches-3.3.0.tar.gz) = 98487

0 comments on commit 5a12756

Please sign in to comment.