diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2024-04-09 06:51:00 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2024-04-27 19:37:01 +0000 |
commit | 5a12756b044c150486e29460e896d8e7ef3139a2 (patch) | |
tree | e63c28cd68ea6bc6b64fbfcee700a3d39570266f | |
parent | 680448965d8b6375fa3f324a1f4900d29acf6034 (diff) |
net/rsync: upgrade to 3.3.0
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 8002d6300ed5100232524a701ee00b3a00540b20)
-rw-r--r-- | net/rsync/Makefile | 3 | ||||
-rw-r--r-- | net/rsync/distinfo | 10 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 07083879f67f..4fefdced0380 100644 --- a/net/rsync/Makefile +++ b/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/ \ diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 2dd61f41f584..2e28240fb164 100644 --- a/net/rsync/distinfo +++ b/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 |