mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
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
This commit is contained in:
parent
702c677381
commit
8002d6300e
2 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= rsync
|
PORTNAME= rsync
|
||||||
DISTVERSION= 3.2.7
|
DISTVERSION= 3.3.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= https://www.mirrorservice.org/sites/rsync.samba.org/src/ \
|
MASTER_SITES= https://www.mirrorservice.org/sites/rsync.samba.org/src/ \
|
||||||
http://rsync.mirror.garr.it/src/ \
|
http://rsync.mirror.garr.it/src/ \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
TIMESTAMP = 1670705387
|
TIMESTAMP = 1712443181
|
||||||
SHA256 (rsync-3.2.7.tar.gz) = 4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb
|
SHA256 (rsync-3.3.0.tar.gz) = 7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90
|
||||||
SIZE (rsync-3.2.7.tar.gz) = 1149787
|
SIZE (rsync-3.3.0.tar.gz) = 1153969
|
||||||
SHA256 (rsync-patches-3.2.7.tar.gz) = e7e5e9ea0b6dd7639c7a5c6f49a1d06be20d449d59f60ba59b238e1aa79b13f0
|
SHA256 (rsync-patches-3.3.0.tar.gz) = 3dd51cd88d25133681106f68622ebedbf191ab25a21ea336ba409136591864b0
|
||||||
SIZE (rsync-patches-3.2.7.tar.gz) = 99514
|
SIZE (rsync-patches-3.3.0.tar.gz) = 98487
|
||||||
|
|
Loading…
Add table
Reference in a new issue