notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net/rsync/Makefile
SVNWeb

Number of commits found: 181 (showing only 100 on this page)

1 | 2  »  

Sun, 11 Dec 2022
[ 15:09 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:ea0265c789bb5a920d6d4af6b475083024ac8bcb  commit hash:ea0265c789bb5a920d6d4af6b475083024ac8bcb  commit hash:ea0265c789bb5a920d6d4af6b475083024ac8bcb  ea0265c 
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>
Tue, 1 Nov 2022
[ 17:31 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:fdb4b123a50e2c7744537529d93d45d931b76012  commit hash:fdb4b123a50e2c7744537529d93d45d931b76012  commit hash:fdb4b123a50e2c7744537529d93d45d931b76012  fdb4b12 
net/rsync: Fix typo in options check

Remove duplicate RENAMED option check and add the missing
FLAGS one. This has no impact on default build configuration.

Reported by:		Juraj Lutter <otis@FreeBSD.org>
Sun, 23 Oct 2022
[ 15:06 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:1f2f7227e8ca9c91872adf2d3b67c69dda097961  commit hash:1f2f7227e8ca9c91872adf2d3b67c69dda097961  commit hash:1f2f7227e8ca9c91872adf2d3b67c69dda097961  1f2f722 
net/rsync: Fix distinfo file generation

Fix a long standing issue in distinfo file generation caused
by the way patch distfiles are handled.

In the previous code, every time a patch was activated, it adds its own
entry into the DISTFILES variable, but because all the patches comes
from the same distfile, we ended with duplicate entries in the list.
As a consequence, the make makesum target generates a distinfo file with
duplicate entries, causing issues to the builder who tries to fetch and untar
the same file in paralel.

Now we add the distfile to the list if one of the options is activated,
avoiding duplication in the DISTFILES list.

This fix has no impact on the generated package, so no PORTREVISION
bump is required.
Tue, 18 Oct 2022
[ 07:07 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:4b655e4ef790f556473c8ad8b560154e41b06cd3  commit hash:4b655e4ef790f556473c8ad8b560154e41b06cd3  commit hash:4b655e4ef790f556473c8ad8b560154e41b06cd3  4b655e4 
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>
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 16 Aug 2022
[ 15:59 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:d7990faa348a894f6d8c4563abcaadc2cebaafc7  commit hash:d7990faa348a894f6d8c4563abcaadc2cebaafc7  commit hash:d7990faa348a894f6d8c4563abcaadc2cebaafc7  d7990fa 
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
Sat, 13 Aug 2022
[ 18:51 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:875d7c7d1985049af69dcafec40b6669c562781c  commit hash:875d7c7d1985049af69dcafec40b6669c562781c  commit hash:875d7c7d1985049af69dcafec40b6669c562781c  875d7c7  (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
*: bump PORTREVISION of all devel/xxhash users...

...except archivers/py-borgbackup, which requires a more complete fix.
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  6a378e5  (Only the first 10 of 1159 ports in this commit are shown above. View all ports for this commit)
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 8 May 2022
[ 11:00 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:846e6c502da76de2a1c624aeb219898107fbffb5  commit hash:846e6c502da76de2a1c624aeb219898107fbffb5  commit hash:846e6c502da76de2a1c624aeb219898107fbffb5  846e6c5 
net/rsync: Fix unexpected changes caused by previous rsync commit

 * Remove python dependency introduced in last commit,
   we keep USES=python to fix the rrsync shebang but
   add PYTHON_NO_DEPENDS=yes since Python itself is
   not wanted. Add a pkg-message to notify users.
 * Fix patching issues on manpages and sample files
   which abusively transformes all etc paths into
   /usr/local/etc.
 * Install missing rrsync manpage

 Also add forgotten items in last commit
  * version 3.2.4 fixes CVE-2018-25032 in bundled zlib
  * remove upstreamed patch to fix time limit options (patch-io.c)

PR:		263787
PR:		263794
Reported by:	<jamie@catflap.org>
Reported by:	<freebsd@oldach.net>
Security:	CVE-2018-25032 in the bundled zlib
Wed, 4 May 2022
[ 08:05 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:21f77dd22253ffbe6a16b0367fda3f17c94848ac  commit hash:21f77dd22253ffbe6a16b0367fda3f17c94848ac  commit hash:21f77dd22253ffbe6a16b0367fda3f17c94848ac  21f77dd 
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
Fri, 7 May 2021
[ 11:32 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:527ea9781603f01f3647e8d5fe49586292021407  commit hash:527ea9781603f01f3647e8d5fe49586292021407  commit hash:527ea9781603f01f3647e8d5fe49586292021407  527ea97 
net/rsync: Add patch to fix time limit options

In latest version, upstream project breaks
time limit options implementation. The fix
allows the use of this option in both receiver
and sender mode. A merger request was submitted
to upstream project[1] but not yet merged.

Bump portrevision.

[1] https://github.com/WayneD/rsync/pull/179

Reported by:	philip
Tested by:		philip
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 12 Nov 2020
[ 07:12 rodrigo search for other commits by this committer ] Original commit   Revision:554934
Remove deprecated optional patches

Remove broken options available in the past as additional patches provided
by the project and merged in the latest releases as part of the main source.

time-limit merged in 3.2.3 (6 Aug 2020)
   Added the --stop-after=MINS and --stop-at=DATE_TIME options (with the
--time-limit=MINS option
   accepted as an alias for --stop-after). This is an enhanced version of the
time-limit patch
   from the patches repo.

atimes merged in 3.2.0 (19 Jun 2020)
   Added the --atimes option based on the long-standing patch (just with some
fixes that the patch
   has been needing).

acls merged in 3.2.0 (19 Jun 2020)
   Added the --atimes option based on the long-standing patch (just with some
fixes that the patch
   has been needing).

Since those options are not activated by default, and if so, breaks the build,
no PORTREVISION bump is required.

PR:		250998
Submitted by:	 Zoltan ALEXANDERSON BESSE <zab@zltech.eu>
Sat, 17 Oct 2020
[ 17:23 rodrigo search for other commits by this committer ] Original commit   Revision:552600
net/rsync: Update MASTER_SITES

Update list of rsync mirrors.
Remove ftp.fu-berlin.de, add a couple
of new mirrors. Mirrors are prefered
over main site kept as fallback.

No changes in the code so no version bump required

PR:		248319
Submitted by:	<daniel.engberg.lists@pyret.net>
Sun, 16 Aug 2020
[ 17:08 rodrigo search for other commits by this committer ] Original commit   Revision:545124
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
Fri, 7 Aug 2020
[ 16:18 amdmi3 search for other commits by this committer ] Original commit   Revision:544331
- Fix fetch
- Fix license and add LICENSE_FILE
- Add missing dependency on liblz4
- Whitespace fixes
- Switch to options helpers

Approved by:	portmgr blanket
Tue, 28 Jul 2020
[ 23:51 adamw search for other commits by this committer ] Original commit   Revision:543637
rsync: Unbreak and fix depends

rsync now depends on stuff in LOCALBASE. Previously, clang only needed to know
about LOCALBASE if POPT or ICONV was enabled. When those options are off, xxhash
and zstd were not found by configure.

Also, a depend on libssl was missing, and there were some noop reinplaces.

With hat: portmgr
[ 06:59 rodrigo search for other commits by this committer ] Original commit   Revision:543580
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 9 Oct 2019
[ 12:17 bapt search for other commits by this committer ] Original commit   Revision:514143 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Thu, 25 Jul 2019
[ 14:51 rodrigo search for other commits by this committer ] Original commit   Revision:507321
Reorder the net/rsync ditfile sources to try HTTPS first.
Bump portrevision.

PR:		239096
Submitted by:	Miyashita Touka <imagin8r@protonmail.com>
Thu, 15 Feb 2018
[ 08:38 rodrigo search for other commits by this committer ] Original commit   Revision:461865
Take maintenership and remove LOCAL/ehaupt/rsync from mirror list
Sun, 11 Feb 2018
[ 22:30 joneum search for other commits by this committer ] Original commit   Revision:461533
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 08:42 ehaupt search for other commits by this committer ] Original commit   Revision:461477
Release maintainer-ship.
Wed, 20 Dec 2017
[ 14:18 ehaupt search for other commits by this committer ] Original commit   Revision:456798
- Add patches [1] to fix following security vulnerabilities:
  * CVE-2017-16548
  * CVE-2017-17433
  * CVE-2017-17434
- Bump PORTREVISION
- Move position of PORTREVISION in Makefile to fix portlint warning

PR:		224477
Submitted by:	yasu@utahime.org
Obtained from:	debian
MFH:		2017Q4 (blanket)
Sun, 17 Sep 2017
[ 13:13 ehaupt search for other commits by this committer ] Original commit   Revision:449999
- Remove unavailable MASTER_SITES
- Add HTTPS alternatives by request [1], deliberately keep corresponding HTTP
  hosts for providing a variety of sources (not for integrity since this is
  guaranteed by the distinfo checksums)

PR:		221725 [1]
Submitted by:	xmj [1]
Mon, 22 May 2017
[ 12:10 dvl search for other commits by this committer ] Original commit   Revision:441452
Include rrsync with net/rsync
This script can be used to restrict rsync to subdirectory declared in
~/.ssh/authorized_key
bump PORTREVISION

Approved by:	ehaupt (maintainer)
Differential Revision:	https://reviews.freebsd.org/D10851
Wed, 5 Apr 2017
[ 19:59 sunpoet search for other commits by this committer ] Original commit   Revision:437830
Convert to options helper and test framework

Approved by:	portmgr (blanket)
Fri, 16 Dec 2016
[ 08:19 ehaupt search for other commits by this committer ] Original commit   Revision:428650
Make ICONV a default option.

The iconv option is extremely useful, indeed necessary when exchanging files
with systems that have different encoding. This change does not require third-
party patches.

Discussed on:   ports
Suggested by:   Alan Braslau <alan.braslau@comcast.net> (via mail)
Fri, 3 Jun 2016
[ 14:38 ehaupt search for other commits by this committer ] Original commit   Revision:416318
Use POPT_PORT_CONFIGURE_OFF instead of POPT_PORT_CONFIGURE_WITH_OFF.
[ 07:22 ehaupt search for other commits by this committer ] Original commit   Revision:416303
Really fix popt option logic (real fix of r416270).

Notified by:	adamw
Thu, 2 Jun 2016
[ 07:35 ehaupt search for other commits by this committer ] Original commit   Revision:416270
Fix the logic of the POPT_PORT option.

- POPT_CONFIGURE_WITH should actually be POPT_PORT_CONFIGURE_WITH
- The whole ^POPT block logic is reversing the logic
- Bump PORTREVISION since we have a change of dependencie

PR:		209837 (based on)
Submitted by:	Martin Birgmeier <la5lbtyi@aon.at>
MFH:		2016Q2
Sat, 23 Apr 2016
[ 13:13 mat search for other commits by this committer ] Original commit   Revision:413870
Fix ICONV support.

PR:		208958
Submitted by:	mat
Reviewed by:	tijl
Approved by:	maintainer
Sponsored by:	Absolight
Sun, 17 Apr 2016
[ 06:13 sunpoet search for other commits by this committer ] Original commit   Revision:413491
- Convert to new options helper

Approved by:	portmgr (blanket)
Sat, 16 Apr 2016
[ 08:02 mat search for other commits by this committer ] Original commit   Revision:413418
Fix building with iconv on 10.1 at least.

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 22 Dec 2015
[ 10:09 ehaupt search for other commits by this committer ] Original commit   Revision:404224
Restore SIGINFO patch with new rsync version.

Notified by:	des
[ 08:16 ehaupt search for other commits by this committer ] Original commit   Revision:404220
- 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
Wed, 21 Oct 2015
[ 08:44 ehaupt search for other commits by this committer ] Original commit   Revision:399895
Provide a patch to show progress information when SIGINFO is caught. This
addition has been submitted upstream [1]:

https://bugzilla.samba.org/show_bug.cgi?id=11561

Apply an extra patch with the ACL option to add NFSv4 ACLs support [2].

Submitted by:   des [1]
Wished by:      Paul Lecuq <paul.lecuq@factorfx.com> [2]
Obtained from:  FreeNAS [2]
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Tue, 6 Jan 2015
[ 10:01 ehaupt search for other commits by this committer ] Original commit   Revision:376416 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Thu, 18 Sep 2014
[ 09:07 ehaupt search for other commits by this committer ] Original commit   Revision:368434
Use install-strip install target instead of manual ${STRIP_CMD}
Wed, 10 Sep 2014
[ 09:36 ehaupt search for other commits by this committer ] Original commit   Revision:367807
Allow specifying config path in rc.conf

PR:		191601
Submitted by:	daniel@blodan.se
Sat, 9 Aug 2014
[ 09:18 ehaupt search for other commits by this committer ] Original commit   Revision:364417
Add USES=cpe (forgotten in previous commit)

Notified by:	mat
[ 07:49 ehaupt search for other commits by this committer ] Original commit   Revision:364405
Add CPE definition.

Submitted by:	timur
Thu, 3 Jul 2014
[ 17:30 ehaupt search for other commits by this committer ] Original commit   Revision:360419
Building rsync against zlib from base is NOT broken but leads to an unexpected
behaviour while using -z (see man page). Therefore remove the statement that
the option is broken but keep using the bundled zlib. Since this doesn't affect
package creation no PORTREVISION bump is required.
Wed, 2 Jul 2014
[ 20:12 bdrewery search for other commits by this committer ] Original commit   Revision:360255
Bump revision after r359812 introduced a runtime fix
Mon, 30 Jun 2014
[ 08:49 bapt search for other commits by this committer ] Original commit   Revision:359812
<OPT>_CONFIGURE_ARGS does not exists, fix
Sun, 29 Jun 2014
[ 06:45 mandree search for other commits by this committer ] Original commit   Revision:359735
Unbreak build: Fix typo in popt library dependency (missing p character),
so that rsync actually finds a preinstalled libpopt.so if it is there.

Approved by:	portmgr (blanket "just fix it" approval)
Sat, 28 Jun 2014
[ 03:10 adamw search for other commits by this committer ] Original commit   Revision:359640
Use OPTIONS helpers.
Fri, 27 Jun 2014
[ 14:01 ehaupt search for other commits by this committer ] Original commit   Revision:359526
After the update from 3.1.0 to 3.1.1 the zlib from our base does not work
anymore (see thread on ports@). Until this this is resolved switch default
option to the bundled libz which still works. Also add a notification that
the option is broken. Should it not be possible to fix this within the next
few weeks I will remove this option.

Reported upstream:
https://bugzilla.samba.org/show_bug.cgi?id=10677

Reported by:	Ben Tung <benpptung@tacol.biz>
[ 08:44 ehaupt search for other commits by this committer ] Original commit   Revision:359474
- 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.
Mon, 14 Apr 2014
[ 17:20 ehaupt search for other commits by this committer ] Original commit   Revision:351269
- Turn file system flags support patch option on by default. FreeBSD has had
  flags since the very beginning, and they are actively used in the base
  system. A standard install includes 27 files and one directory with the schg
  flag set. Thus, rsync, out of the box, is incapable of making or restoring
  an accurate backup of a FreeBSD system.

- Move configuration directory from %%PREFIX%%/etc to %%ETCDIR%% and provide
  a start_precmd() rc.d function to migrate %%PREFIX%%/etc/rsyncd.conf to
  %%ETCDIR%%/rsyncd.conf if found and create a symlink. The reason behind this
  change is that rsyncd in a typical setup will end up with more than one
  configuration file (eg. rsyncd.secrets).

- Use new @sample pkg-plist macro

- Bump PORTREVISION

Discussed with: des
Tue, 25 Mar 2014
[ 13:20 tijl search for other commits by this committer ] Original commit   Revision:349139
- Bump PORTREVISION after the latest change to converters/libiconv because
  rsync uses locale_charset when the ICONV option is enabled. [1]
- Replace CFLAGS+=-I... with CPPFLAGS+=-I... to fix warnings during
  configure about headers being accepted by the compiler but not the
  preprocessor.
- Replace CONFIGUREDCFLAGS (guard against CFLAGS damage by MAKE_ENV)
  with CPPFLAGS.  The dist makefile contains CFLAGS=@CFLAGS@ so CFLAGS
  in MAKE_ENV isn't a problem.
- Replace ac_cv_header_iconv_h=no with --disable-iconv-open.  The first
  disables HAVE_ICONV_H while the latter disables USE_ICONV_OPEN but both
  are checked in rsync.h:
  #if defined USE_ICONV_OPEN && defined HAVE_ICONV_H
- Set ac_cv_search_libiconv_open=no when empty(ICONV_LIB).  This prevents
  detection of libiconv when the ICONV option is disabled, but it is also
  needed on FreeBSD 10 with libiconv installed to prevent linking with
  -liconv.
- New LIB_DEPENDS syntax.
- Move pre-configure to post-patch.
- Remove malloc.h patching.
- Replace MAKE with MAKE_CMD.  MAKE is the currently running make and
  MAKE_CMD is the make used to build the port.
- Unmute installation commands.

Reported by:	"Kenta S." <kentas@hush.com> [1]
Approved by:	ehaupt
Wed, 12 Feb 2014
[ 19:24 ehaupt search for other commits by this committer ] Original commit   Revision:343984
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Tue, 5 Nov 2013
[ 08:56 ehaupt search for other commits by this committer ] Original commit   Revision:332822
Add DOCS to OPTIONS_DEFINE as it is documented in the porters handbook.
Wed, 23 Oct 2013
[ 19:21 ehaupt search for other commits by this committer ] Original commit   Revision:331417
Since the last update the RENAMED and FLAGS patch do not apply together anymore.
Dmitry Morozovsky has merged the two official patches. Provide an options for
the two combined patches.

Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
[ 07:27 ehaupt search for other commits by this committer ] Original commit   Revision:331355
Support staging.

PR:		183189
Submitted by:	mat
Thu, 3 Oct 2013
[ 21:28 ehaupt search for other commits by this committer ] Original commit   Revision:329238
Re-add ICONV to OPTIONS_DEFINE. This went missing during the
update/OPTIONS_RADIO conversion.

Notified by:	mat
[ 21:23 ehaupt search for other commits by this committer ] Original commit   Revision:329237
The previously introduced "fix" for the supposedly ignored --with-rsyncd-conf
configure option was bogus. The reason for it being ignored was a clobbered
CONFIGURE_ARGS definition (lack of +=).

Revert previous change and properly append later CONFIGURE_ARGS.

Notified by:    naddy
[ 14:07 ehaupt search for other commits by this committer ] Original commit   Revision:329194
Provide a patch to workaround a problem with the configure script ignoring
--with-rsyncd-conf.

PR:		182596 (based on)
Submitted by:	Alexey Markov <redrat@mail.ru>
Wed, 2 Oct 2013
[ 11:14 ehaupt search for other commits by this committer ] Original commit   Revision:329035
- 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)
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Wed, 24 Jul 2013
[ 08:19 ehaupt search for other commits by this committer ] Original commit   Revision:323578 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove MAKE_JOBS_SAFE which is now default.
Sat, 27 Apr 2013
[ 11:59 mva search for other commits by this committer ] Original commit   Revision:316662 (Only the first 10 of 219 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Fri, 8 Mar 2013
[ 14:00 ehaupt search for other commits by this committer ] Original commit   Revision:313649 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
Remove indefinite article from COMMENT
Tue, 15 Jan 2013
[ 13:40 ehaupt search for other commits by this committer ] Original commit   Revision:310443 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header
Fri, 11 Jan 2013
[ 08:36 ehaupt search for other commits by this committer ] Original commit   Revision:310222
Provide an extra patch to for rsync to support overwriting files with schg set.
This patch is only applied if the FLAGS option is specified. The patch has been
submitted with the upstream project.

Notified by:	wblock
Obtained from:	https://bugzilla.samba.org/show_bug.cgi?id=8941 (upstream)
Sat, 3 Nov 2012
[ 18:01 ehaupt search for other commits by this committer ] Original commit   Revision:306932 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.

Feature safe:   yes
Wed, 12 Sep 2012
[ 05:40 ehaupt search for other commits by this committer ] Original commit   Revision:304133
Fix a condition to correctly check whether the SSH option is used. This error
slipped in when the port was converted to OPTIONSng.

Notified by:	Norbert Augenstein <lists@augenstein.net>
Tue, 11 Sep 2012
[ 15:38 ehaupt search for other commits by this committer ] Original commit   Revision:304101
- Use OPTIONSng
- Remove deprecated header information
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Tue, 17 Jul 2012
[ 18:22 ehaupt search for other commits by this committer ] Original commit 
Provide an improved version of the "renamed file detection" patch.

This patch was submitted to the upstream project [1] and will hopefully be
included in the next release.

With the new patch, detect-renamed properly detects files moved to new
directories, as well as directory renames.

[1] https://bugzilla.samba.org/show_bug.cgi?id=8847

Submitted by:   J.R. Oldroyd <jr@opal.com>
Obtained from:  rsync bugzilla [1]
Wed, 4 Apr 2012
[ 18:32 ehaupt search for other commits by this committer ] Original commit 
Turn off non standard patch (RENAMED) by default. This slipped in on accident
from testing.

Notified by:    sunpoet
Feature safe:   yes
Tue, 3 Apr 2012
[ 21:08 ehaupt search for other commits by this committer ] Original commit 
Introduce an option that builds rsync with the "detect-renamed" patch. It
detects renamed hierarchies and avoids re-copying the files in those
hierarchies.

Requested by:   "J.R. Oldroyd" <jr@opal.com> (via mail)
Feature safe:   yes
Fri, 23 Sep 2011
[ 23:44 ehaupt search for other commits by this committer ] Original commit 
Update to 3.0.9
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sat, 26 Mar 2011
[ 22:27 ehaupt search for other commits by this committer ] Original commit 
Update to 3.0.8
Tue, 25 Jan 2011
[ 19:59 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
Add LICENSE and remove MD5 sums.

Feature safe:   yes
Wed, 13 Oct 2010
[ 18:57 ehaupt search for other commits by this committer ] Original commit 
Remove dead mirror
Fri, 1 Jan 2010
[ 03:50 ehaupt search for other commits by this committer ] Original commit 
Update to 3.0.7
Tue, 15 Sep 2009
[ 08:30 ehaupt search for other commits by this committer ] Original commit 
Prevent the unnecessary usage of perl (if present) during configure.

PR:             138834 (based on)
Submitted by:   Aleksey Mashanov <aleksey.mashanov@gmail.com>
Mon, 7 Sep 2009
[ 09:57 ehaupt search for other commits by this committer ] Original commit 
Remove USE_PERL5_BUILD, since perl is not needed anymore to build.

Notified by:    pjd
Mon, 11 May 2009
[ 09:07 ehaupt search for other commits by this committer ] Original commit 
Update to 3.0.6
Fri, 27 Mar 2009
[ 09:53 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 132 ports in this commit are shown above. View all ports for this commit)
Mark MAKE_JOBS_SAFE
Mon, 29 Dec 2008
[ 08:00 ehaupt search for other commits by this committer ] Original commit 
Update to 3.0.5

Changelog:      http://rsync.samba.org/ftp/rsync/src/rsync-3.0.5-NEWS
Sat, 6 Sep 2008
[ 18:40 ehaupt search for other commits by this committer ] Original commit 
Update to 3.0.4
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 9 Jul 2008
[ 12:44 koitsu search for other commits by this committer ] Original commit 
Add support for --atimes patch, which preserves access times.

Reviewed by:    ehaupt
Approved by:    ehaupt
Wed, 2 Jul 2008
[ 15:55 ehaupt search for other commits by this committer ] Original commit 
Update to 3.0.3
Thu, 26 Jun 2008
[ 14:03 ehaupt search for other commits by this committer ] Original commit 
Provide an optional "Time limit patch"

PR:             124553
Submitted by:   Adrian Thearle <adrian@thearle.com.au>
Mon, 2 Jun 2008
[ 08:11 ehaupt search for other commits by this committer ] Original commit 
All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.

PR:             124199
Submitted by:   rafan
Sat, 31 May 2008
[ 10:34 ehaupt search for other commits by this committer ] Original commit 
Merge a patch from cvs which fixes a file-globbing bug in the daemon when chroot
is on.

http://www.mail-archive.com/rsync-cvs@lists.samba.org/msg05785.html

Submitted by:   sem
Obtained from:  rsync cvs
Wed, 7 May 2008
[ 12:32 ehaupt search for other commits by this committer ] Original commit 
Rework WITHOUT_ICONV build option

PR:             123469
Submitted by:   Dan Nelson <dnelson@allantgroup.com>
Tue, 8 Apr 2008
[ 19:24 ehaupt search for other commits by this committer ] Original commit 
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
Fri, 4 Apr 2008
[ 09:23 ehaupt search for other commits by this committer ] Original commit 
- Update to 3.0.1
- Add 3 additional mirrors

Changelog:      http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1-NEWS
Wed, 26 Mar 2008
[ 12:36 ehaupt search for other commits by this committer ] Original commit 
Only download patchset if needed.
Wed, 12 Mar 2008
[ 14:09 ehaupt search for other commits by this committer ] Original commit 
Add optional iconv support
Fri, 7 Mar 2008
[ 08:29 ehaupt search for other commits by this committer ] Original commit 
Revise the wording for the ACL patch option. Rsync 3.0.x now has --acls support
by default. Use this patch if you want to make rsync 3.0.x communicate with an
older (patched) release.

Notified by:    Scott Allendorf <scott-allendorf@uiowa.edu>
Thu, 6 Mar 2008
[ 22:12 ehaupt search for other commits by this committer ] Original commit 
- 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)
Mon, 3 Mar 2008
[ 22:39 pav search for other commits by this committer ] Original commit 
- Update to 3.0.0

Number of commits found: 181 (showing only 100 on this page)

1 | 2  »