Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2024 16:42:46 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8002d6300ed5 - main - net/rsync: upgrade to 3.3.0
Message-ID:  <202404271642.43RGgk2F017894@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rodrigo:

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

commit 8002d6300ed5100232524a701ee00b3a00540b20
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2024-04-09 06:51:00 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2024-04-27 16:42:24 +0000

    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
---
 net/rsync/Makefile |  3 +--
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404271642.43RGgk2F017894>