notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/rsync/distinfo

Number of commits found: 46

Sunday, 11 Dec 2022
15:09 Rodrigo Osorio (rodrigo) search for other commits by this committer
net/rsync: Update to 3.2.7

Major changes:
    * Fixed the client-side validating of the remote sender's filtering
behavior.
    * More fixes for the "unrequested file-list name" name
    * When rsync gets an unpack error on an ACL, mention the filename.
    * Avoid over-setting sanitize_paths when a daemon is serving "/"

Full changelog: https://download.samba.org/pub/rsync/NEWS#3.2.7

PR:		267921
Reported by:	daniel <daniel@nav.ro>
commit hash: ea0265c789bb5a920d6d4af6b475083024ac8bcb commit hash: ea0265c789bb5a920d6d4af6b475083024ac8bcb commit hash: ea0265c789bb5a920d6d4af6b475083024ac8bcb commit hash: ea0265c789bb5a920d6d4af6b475083024ac8bcb ea0265c
Tuesday, 18 Oct 2022
07:54 Rodrigo Osorio (rodrigo) search for other commits by this committer
net/rsync: Fix distinfo

Remove duplicate patch lines
commit hash: da5dac98a0155f3933d1c54d9e0f9f5b1f5b5121 commit hash: da5dac98a0155f3933d1c54d9e0f9f5b1f5b5121 commit hash: da5dac98a0155f3933d1c54d9e0f9f5b1f5b5121 commit hash: da5dac98a0155f3933d1c54d9e0f9f5b1f5b5121 da5dac9
07:07 Rodrigo Osorio (rodrigo) search for other commits by this committer
net/rsync: Update to 3.2.6

Major changes:
  * fix file-list validator in --files-from for files that ends without a
    line-terminating character
  * safety check when using --remove-source-files in a local copy that prevents
    removing file shared between src and dest
  * fix internal MD4 checksum code who causes sporadic invalid sums
  * rrsync: added "copy-devices" to the list of known args, but left it disabled
    by default
  * rename --protect-args to --secluded-args, environment-variable override did
    not change its name
  * configure option --with-protected-args was renamed to --with-secluded-args
    This option makes --secluded-args the default rsync behavior

Full changelog: https://github.com/WayneD/rsync/blob/master/NEWS.md

PR:		267153
Reported by:	Herbert J. Skuhra <herbert@gojira.at>
commit hash: 4b655e4ef790f556473c8ad8b560154e41b06cd3 commit hash: 4b655e4ef790f556473c8ad8b560154e41b06cd3 commit hash: 4b655e4ef790f556473c8ad8b560154e41b06cd3 commit hash: 4b655e4ef790f556473c8ad8b560154e41b06cd3 4b655e4
Wednesday, 17 Aug 2022
07:52 Rodrigo Osorio (rodrigo) search for other commits by this committer
net/rsync: Remove duplicate entries in distinfo

This is a quick fix to unbreak the port.

The issue was caused by multiple additional patched
coming from the same distfile archive. If you enable
more than one of those options makesum script add a
distinfo description for each option.

PR:		265896
commit hash: 1c2e6a5f3eeeae1b80acd25e32ada9685804ec8b commit hash: 1c2e6a5f3eeeae1b80acd25e32ada9685804ec8b commit hash: 1c2e6a5f3eeeae1b80acd25e32ada9685804ec8b commit hash: 1c2e6a5f3eeeae1b80acd25e32ada9685804ec8b 1c2e6a5
Tuesday, 16 Aug 2022
15:59 Rodrigo Osorio (rodrigo) search for other commits by this committer
net/rsync: Update to 3.2.5

Major changes:
    * CVE-2022-29154 Added some file-list safety checking
    * CVE-2022-37434 Fix in the bundled zlib (buffer overflow issue)
    * Fix the handling of filenames specified with backslash-quoted wildcards
      whith the remote-arg-escaping
    * Fix configure check for signed char that causes bogus checksums
    * rsync is compiled with an xxhash 0.8 library
    * New --trust-sender option to bypass the extra file-list safety checking

Full changelog: https://github.com/WayneD/rsync/blob/master/NEWS.md

PR:		265633
Reported by:	rob2g2 <rob2g2-freebsd@bitbert.com>
Relnotes:	yes
Security:	CVE-2022-29154
Security:	CVE-2022-37434
commit hash: d7990faa348a894f6d8c4563abcaadc2cebaafc7 commit hash: d7990faa348a894f6d8c4563abcaadc2cebaafc7 commit hash: d7990faa348a894f6d8c4563abcaadc2cebaafc7 commit hash: d7990faa348a894f6d8c4563abcaadc2cebaafc7 d7990fa
Wednesday, 4 May 2022
08:05 Yasuhiro Kimura (yasu) search for other commits by this committer
net/rsync: Update to 3.2.4

* Pet portclippy
* Tidy up Makefile with portfmt

ChangeLog:	https://download.samba.org/pub/rsync/NEWS#3.2.4
PR:		263417
Approved by:	maintainer timeout
commit hash: 21f77dd22253ffbe6a16b0367fda3f17c94848ac commit hash: 21f77dd22253ffbe6a16b0367fda3f17c94848ac commit hash: 21f77dd22253ffbe6a16b0367fda3f17c94848ac commit hash: 21f77dd22253ffbe6a16b0367fda3f17c94848ac 21f77dd
Sunday, 16 Aug 2020
17:08 rodrigo search for other commits by this committer
net/rsync upgrade to 3.2.3

major changes:
 - Fix multiple bugs in xattr code.
 - Restored the ability to use --bwlimit=0 to specify no bandwidth limit.
 - Fix a bug when combining --delete-missing-args with --no-implied-dirs & -R
where rsync might create the destination path of a missing arg.
 - Fixed an issue where hard-linked devices could cause the rdev_major value to
get out of sync between the sender and the receiver.
 - Rsync now complains about a missing --temp-dir before starting any file
transfers.
 - A completely empty source arg is now a fatal error.

See full changelog: https://download.samba.org/pub/rsync/NEWS#3.2.3

Also, fix build issue with ACL option (patch is not required anymore)

PR:		248318 247795
Original commitRevision:545124 
Tuesday, 28 Jul 2020
08:08 adamw search for other commits by this committer
rsync: Unbreak fetch
Original commitRevision:543582 
06:59 rodrigo search for other commits by this committer
net/rsync upgrade to 3.2.2

Major changes and bugfixes:
 3.1.3 -> 3.2.0
 * Avoid potential out-of-bounds read in daemon mode
 * Fix defaul list list of skip-compress files for non-daemon transfers
 * Fix xattr filter rules losing an 'x' attribute in a non-local transfer
 * zlib fixes for CVE-2016-9843, CVE-2016-9842, CVE-2016-9841, and CVE-2016-9840
 * Fixed a crash in the --iconv code
 * Checksum enhancements, including the addition of xxhash
 * The checksum preference order of the negotiation can be customized or forced
 * Compression enhancements, including the addition of zstd and lz4 compression
algorithms
 * Added openssl & preliminary gnutls support to the rsync-ssl script
 * Added the proxy protocol daemon parameter that allows your rsyncd to know the
real remote
   IP when it is setup behind a proxy

 3.2.0 -> 3.2.1
 * Fix potential issue with MD5 assembly-language code
 * option --backup-dir=STR now implies --backup

 3.2.1 -> 3.2.2
 * Avoid a crash when a daemon module enables transfer logging without setting a
log format value

Full release message: https://download.samba.org/pub/rsync/NEWS#3.2.2

Security: CVE-2016-9843 CVE-2016-9842 CVE-2016-9841 CVE-2016-9840
MFH after: 2 weeks
MFH: 2020Q3
Original commitRevision:543580 
Sunday, 11 Feb 2018
22:30 joneum search for other commits by this committer
net/rsync: Update to 3.1.3

Changelog:
 SECURITY FIXES:
    - Fixed a buffer overrun in the protocol's handling of xattr names and
      ensure that the received name is null terminated.
    - Fix an issue with --protect-args where the user could specify the arg in
      the protected-arg list and short-circuit some of the arg-sanitizing code.

  BUG FIXES:
    - Don't output about a new backup dir without appropriate info verbosity.
    - Fixed some issues with the sort functions in support/rsyncstats script.
    - Added a way to specify daemon config lists (e.g. users, groups, etc) that
      contain spaces (see "auth users" in the latest rsyncd.conf manpage).
    - If a backup fails (e.g. full disk) rsync exits with an error.
    - Fixed a problem with a doubled --fuzzy option combined with --link-dest.
    - Avoid invalid output in the summary if either the start or end time had
      an error.
    - We don't allow a popt alias to affect the --daemon or --server options.
    - Fix daemon exclude code to disallow attribute changes in addition to
      disallowing transfers.
    - Don't force nanoseconds to match if a non-transferred, non-checksummed
      file only passed the quick-check w/o comparing nanosecods.

  ENHANCEMENTS:
    - Added the ability for rsync to compare nanosecond times in its file-check
      comparisons, and added support nanosecond times on Mac OS X.
    - Added a short-option (-@) for --modify-window.
    - Added the --checksum-choice=NAME[,NAME] option to choose the checksum
      algorithms.
    - Added hashing of xattr names (with using -X) to improve the handling of
      files with large numbers of xattrs.
    - Added a way to filter xattr names using include/exclude/filter rules (see
      the --xattrs option in the manpage for details).
    - Added "daemon chroot|uid|gid" to the daemon config (in addition to the
      old chroot|uid|gid settings that affect the daemon's transfer process).
    - Added "syslog tag" to the daemon configuration.
    - Some manpage improvements.

 DEVELOPER RELATED:
    - Tweak the "make" output when yodl isn't around to create the man pages.
    - Changed an obsolete autoconf compile macro.
    - Support newer yodl versions when converting man pages.

remove needless patch

*While here switch to DISTVERSION

PR:		225761
Reported by:	 os@ist.ac.at
Approved by:	tcberner (mentor)
MFH:		2018Q1
Differential Revision:	https://reviews.freebsd.org/D14324
Original commitRevision:461533 
Tuesday, 22 Dec 2015
08:16 ehaupt search for other commits by this committer
- Update to 3.1.2
- The non-default ATIMES option is now broken. Add a description and leave
  Makefile glue intact to give interested parties the chance to follow up with
  a patch.
- The popular SIGINFO patch does not apply anymore. Meanwhile, make it a
  non-default option and mark it broken in the description.

Changelog:      https://rsync.samba.org/ftp/rsync/src/rsync-3.1.2-NEWS
Original commitRevision:404220 
Friday, 27 Jun 2014
08:44 ehaupt search for other commits by this committer
- Update to 3.1.1
- Remove the "Renamed and flags options combined" option as the 4th party patch
  does not apply anymore. The author of this patch has been notified about this
  circumstance. I happily re-add this option once a working patch exists.
Original commitRevision:359474 
Wednesday, 2 Oct 2013
11:14 ehaupt search for other commits by this committer
- Update to 3.1.0
- Rework OPTIONS to use OPTIONS_RADIO for mutually exclusive options. This
  allows us to get rid of various IGNORE definitions
- Add an option to use zlib from base instead of the bundled one (default)
- Functionality of extrapatch-detect-renamed.diff has been incorporated with the
  upstream patch maintainers
- Provide a patch required for the "file system flags" option (have been
  submitted upstream)
Original commitRevision:329035 
Friday, 23 Sep 2011
23:44 ehaupt search for other commits by this committer
Update to 3.0.9
Original commit
Saturday, 26 Mar 2011
22:27 ehaupt search for other commits by this committer
Update to 3.0.8
Original commit
Tuesday, 25 Jan 2011
19:59 ehaupt search for other commits by this committer
Add LICENSE and remove MD5 sums.

Feature safe:   yes
Original commit
Friday, 1 Jan 2010
03:50 ehaupt search for other commits by this committer
Update to 3.0.7
Original commit
Monday, 11 May 2009
09:07 ehaupt search for other commits by this committer
Update to 3.0.6
Original commit
Monday, 29 Dec 2008
08:00 ehaupt search for other commits by this committer
Update to 3.0.5

Changelog:      http://rsync.samba.org/ftp/rsync/src/rsync-3.0.5-NEWS
Original commit
Saturday, 6 Sep 2008
18:40 ehaupt search for other commits by this committer
Update to 3.0.4
Original commit
Wednesday, 2 Jul 2008
15:55 ehaupt search for other commits by this committer
Update to 3.0.3
Original commit
Tuesday, 8 Apr 2008
19:24 ehaupt search for other commits by this committer
Update to 3.0.2, and really disable iconv support if WITHOUT_ICONV is defined.

Changelog:      http://rsync.samba.org/ftp/rsync/src/rsync-3.0.2-NEWS
Original commit
Friday, 4 Apr 2008
09:23 ehaupt search for other commits by this committer
- Update to 3.0.1
- Add 3 additional mirrors

Changelog:      http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1-NEWS
Original commit
Thursday, 6 Mar 2008
22:12 ehaupt search for other commits by this committer
- Provide two additional build OPTIONS:
   * File system flags support patch, adds --fileflags
   * ACL support patch, adds --acls
- Takeover maintainership

PR:             121444
Approved by:    pav (maintainer)
Original commit
Monday, 3 Mar 2008
22:39 pav search for other commits by this committer
- Update to 3.0.0
Original commit
Wednesday, 22 Nov 2006
10:05 pav search for other commits by this committer
- Update to 2.6.9
- Flip ACLs and flags patches default off, as they conflict each another

PR:             ports/105731 (based on)
Submitted by:   Antony Mawer <gnats@mawer.org>
Original commit
Monday, 24 Apr 2006
22:47 pav search for other commits by this committer
- Update to 2.6.8

PR:             ports/96210
Submitted by:   delphij
Original commit
Wednesday, 15 Mar 2006
10:36 pav search for other commits by this committer
- Update to 2.6.7
Original commit
Wednesday, 23 Nov 2005
17:38 pav search for other commits by this committer
- Add some SHA256s
Original commit
Friday, 29 Jul 2005
16:52 pav search for other commits by this committer
- Update to 2.6.6
Original commit
Monday, 6 Jun 2005
12:39 pav search for other commits by this committer
- Update to 2.6.5, make fetchable again
- Reset eik's maintainership, he has been MIA for too long
  I will look after this port for now, seriously interested people should
  contact me

PR:             ports/81927
Submitted by:   Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Approved by:    portmgr (krion)
Original commit
Monday, 16 May 2005
21:07 pav search for other commits by this committer
- Update to 2.6.4
- Use new infrastructure for rc script
- Remove pkg-message, it's 4 years since the change

Approved by:    marcus (portmgr hat)
Original commit
Monday, 11 Oct 2004
23:25 eik search for other commits by this committer
- updae to version 2.6.3
  + http://rsync.samba.org/ftp/rsync/rsync-2.6.3-NEWS
- copy FIFOs and sockets
  + https://bugzilla.samba.org/show_bug.cgi?id=1804
Original commit
Tuesday, 24 Aug 2004
16:30 eik search for other commits by this committer
enable copying of fifos/sockets

Requested by:   Eike Bernhardt <eike@unorganized.net>
PR:             59814
Obtained from:  Thomas Quinot <thomas@cuivre.fr.eu.org>
Original commit
Friday, 30 Apr 2004
21:18 eik search for other commits by this committer
update to version 2.6.2:
  <http://rsync.samba.org/ftp/rsync/rsync-2.6.2-NEWS>

Note that the --relative bug has been fix in 2.6.1_2
Original commit
Wednesday, 28 Apr 2004
13:42 eik search for other commits by this committer
The rsync developent team has rerolled the tarball,
removing an overlooked debugging statement:

 diff -Nur rsync-2.6.1.old/util.c rsync-2.6.1/util.c
 --- rsync-2.6.1.old/util.c     Fri Apr 23 00:17:15 2004
 +++ rsync-2.6.1/util.c Tue Apr 27 18:43:40 2004
 @@ -805,7 +805,6 @@
                        rlen--;
                buf[rlen] = '\0';
        }
 -      fprintf(stderr, "p:`%s'\n", buf);

        return buf;
  }

use `make distclean' if you still have the old tarball in
your distfiles directory.
Original commit
Tuesday, 27 Apr 2004
21:59 eik search for other commits by this committer
Update to version 2.6.1
  <http://rsync.samba.org/ftp/rsync/rsync-2.6.1-NEWS>:

SECURITY FIXES:

    - Paths sent to an rsync daemon are more thoroughly sanitized when
      chroot is not used.  If you're running a non-read-only rsync
      daemon with chroot disabled, *please upgrade*, ESPECIALLY if the
      user privs you run rsync under is anything above "nobody".

Approved by:    marcus (portmgr)
Original commit
Thursday, 18 Mar 2004
01:04 eik search for other commits by this committer
SIZEify

Prompted by:    trevor
Original commit
Monday, 19 Jan 2004
22:32 eik search for other commits by this committer
- update to version 2.6.0

Paged by:       Johannes Angeldorff <johannes@smartnet.se>
PR:             ports/61542
Submitted by:   Xin LI <delphij@frontfree.net>
Approved by:    marcus (mentor)
Original commit
Thursday, 4 Dec 2003
14:45 kris search for other commits by this committer
Security update to rsync 2.5.7.  This fixes a remotely-exploitable
heap overflow, see http://rsync.samba.org/ for the details.
Original commit
Tuesday, 28 Jan 2003
16:50 obraun search for other commits by this committer
Upgrade to 2.5.6.
SSH-patches are no longer needed, using ./configure --with-rsh=ssh instead.

Tested on sparc64 by:   Hiroki Sato <hrs@eos.ocn.ne.jp>
Original commit
Tuesday, 2 Apr 2002
12:27 roam search for other commits by this committer
Update to 2.5.5 and give maintainership to Oliver Braun (the submitter).

PR:             36649
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Original commit
Friday, 15 Mar 2002
07:58 obrien search for other commits by this committer
Upgrade to version 2.5.4.
Original commit
Saturday, 26 Jan 2002
01:39 obrien search for other commits by this committer
Update to 2.5.2    
Original commit
Monday, 21 Jan 2002
12:42 sobomax search for other commits by this committer
Update to 2.5.1.    
Original commit
Tuesday, 4 Dec 2001
01:13 obrien search for other commits by this committer
Upgrade to 2.5.0.   The main change is the integration of the KAME IPv6 patch.  
Also one minor nit was fixed about the rsyncd PID file.    
Original commit

Number of commits found: 46