Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.0 27 Apr 2024 16:42:24 |
Rodrigo Osorio (rodrigo) |
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 |
3.2.7_1 15 Mar 2024 09:21:21 |
Tijl Coosemans (tijl) |
devel/autoconf: Update to 2.72
PR: 277046
Exp-run by: antoine |
3.2.7_1 27 Jan 2024 12:37:28 |
Muhammad Moinur Rahman (bofh) |
net/rsync: Moved man to share/man
Approved by: portmgr (blanket) |
3.2.7 27 Apr 2023 08:55:21 |
Mateusz Piotrowski (0mp) |
net/rsync: Fix typos
Approved by: portmgr blanket |
3.2.7 11 Dec 2022 15:09:11 |
Rodrigo Osorio (rodrigo) |
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> |
3.2.6 01 Nov 2022 17:31:17 |
Rodrigo Osorio (rodrigo) |
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> |
3.2.6 23 Oct 2022 15:06:05 |
Rodrigo Osorio (rodrigo) |
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. |
3.2.6 18 Oct 2022 07:54:54 |
Rodrigo Osorio (rodrigo) |
net/rsync: Fix distinfo
Remove duplicate patch lines |
3.2.6 18 Oct 2022 07:07:13 |
Rodrigo Osorio (rodrigo) |
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> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.2.5 17 Aug 2022 07:52:41 |
Rodrigo Osorio (rodrigo) |
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 |
3.2.5 16 Aug 2022 15:59:14 |
Rodrigo Osorio (rodrigo) |
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 |
3.2.4_2 13 Aug 2022 18:51:14 |
Matthias Andree (mandree) |
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix. |
3.2.4_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
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 ) |
3.2.4_1 08 May 2022 11:00:37 |
Rodrigo Osorio (rodrigo) |
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 |
3.2.4 04 May 2022 08:05:33 |
Yasuhiro Kimura (yasu) |
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 |
3.2.3_1 07 May 2021 11:32:56 |
Rodrigo Osorio (rodrigo) |
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 |
3.2.3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.2.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.3 12 Nov 2020 07:12:55 |
rodrigo |
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> |
3.2.3 17 Oct 2020 17:23:16 |
rodrigo |
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> |
3.2.3 16 Aug 2020 17:08:02 |
rodrigo |
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 |
3.2.2_1 07 Aug 2020 16:18:24 |
amdmi3 |
- Fix fetch
- Fix license and add LICENSE_FILE
- Add missing dependency on liblz4
- Whitespace fixes
- Switch to options helpers
Approved by: portmgr blanket |
3.2.2 28 Jul 2020 23:51:00 |
adamw |
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 |
3.2.2 28 Jul 2020 08:08:46 |
adamw |
rsync: Unbreak fetch |
3.2.2 28 Jul 2020 06:59:36 |
rodrigo |
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 ) |
3.1.3_1 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
3.1.3_1 25 Jul 2019 14:51:24 |
rodrigo |
Reorder the net/rsync ditfile sources to try HTTPS first.
Bump portrevision.
PR: 239096
Submitted by: Miyashita Touka <imagin8r@protonmail.com> |
3.1.3 15 Feb 2018 08:38:47 |
rodrigo |
Take maintenership and remove LOCAL/ehaupt/rsync from mirror list |
3.1.3 11 Feb 2018 22:30:08 |
joneum |
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 ) |
3.1.2_8 11 Feb 2018 08:42:00 |
ehaupt |
Release maintainer-ship. |
3.1.2_8 20 Dec 2017 14:18:21 |
ehaupt |
- 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) |
3.1.2_7 17 Sep 2017 13:13:10 |
ehaupt |
- 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] |
3.1.2_7 22 May 2017 12:10:42 |
dvl |
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 |
3.1.2_6 05 Apr 2017 19:59:10 |
sunpoet |
Convert to options helper and test framework
Approved by: portmgr (blanket) |
3.1.2_6 16 Dec 2016 08:19:49 |
ehaupt |
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) |
3.1.2_5 03 Jun 2016 14:38:18 |
ehaupt |
Use POPT_PORT_CONFIGURE_OFF instead of POPT_PORT_CONFIGURE_WITH_OFF. |
3.1.2_5 03 Jun 2016 07:22:52 |
ehaupt |
Really fix popt option logic (real fix of r416270).
Notified by: adamw |
3.1.2_4 02 Jun 2016 07:35:50 |
ehaupt |
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 |
3.1.2_3 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
3.1.2_3 23 Apr 2016 13:13:12 |
mat |
Fix ICONV support.
PR: 208958
Submitted by: mat
Reviewed by: tijl
Approved by: maintainer
Sponsored by: Absolight |
3.1.2_2 17 Apr 2016 06:13:12 |
sunpoet |
- Convert to new options helper
Approved by: portmgr (blanket) |
3.1.2_2 16 Apr 2016 08:02:20 |
mat |
Fix building with iconv on 10.1 at least.
Sponsored by: Absolight |
3.1.2_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.1.2_1 22 Dec 2015 10:09:19 |
ehaupt |
Restore SIGINFO patch with new rsync version.
Notified by: des |
3.1.2 22 Dec 2015 08:16:36 |
ehaupt |
- 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 |
3.1.1_4 21 Oct 2015 08:44:16 |
ehaupt |
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] |
3.1.1_3 14 May 2015 10:15:09 |
mat |
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 |
3.1.1_3 06 Jan 2015 10:01:42 |
ehaupt |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
3.1.1_3 08 Oct 2014 14:26:26 |
ehaupt |
Remove @dirrm, @dirrmtry |
3.1.1_3 18 Sep 2014 09:07:31 |
ehaupt |
Use install-strip install target instead of manual ${STRIP_CMD} |
3.1.1_3 10 Sep 2014 09:36:24 |
ehaupt |
Allow specifying config path in rc.conf
PR: 191601
Submitted by: daniel@blodan.se |
3.1.1_2 09 Aug 2014 09:18:52 |
ehaupt |
Add USES=cpe (forgotten in previous commit)
Notified by: mat |
3.1.1_2 09 Aug 2014 07:49:33 |
ehaupt |
Add CPE definition.
Submitted by: timur |
3.1.1_2 03 Jul 2014 17:30:22 |
ehaupt |
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. |
3.1.1_2 02 Jul 2014 20:12:21 |
bdrewery |
Bump revision after r359812 introduced a runtime fix |
3.1.1_1 30 Jun 2014 08:49:14 |
bapt |
<OPT>_CONFIGURE_ARGS does not exists, fix |
3.1.1_1 29 Jun 2014 06:45:18 |
mandree |
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) |
3.1.1_1 28 Jun 2014 03:10:53 |
adamw |
Use OPTIONS helpers. |
3.1.1_1 27 Jun 2014 14:01:46 |
ehaupt |
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> |
3.1.1 27 Jun 2014 08:44:06 |
ehaupt |
- 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. |
3.1.0_3 14 Apr 2014 17:20:18 |
ehaupt |
- 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 |
3.1.0_2 25 Mar 2014 13:20:54 |
tijl |
- 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 |
3.1.0_1 12 Feb 2014 19:24:39 |
ehaupt |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target. |
3.1.0_1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
3.1.0_1 05 Nov 2013 08:56:50 |
ehaupt |
Add DOCS to OPTIONS_DEFINE as it is documented in the porters handbook. |
3.1.0_1 23 Oct 2013 19:21:59 |
ehaupt |
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> |
3.1.0_1 23 Oct 2013 07:27:13 |
ehaupt |
Support staging.
PR: 183189
Submitted by: mat |
3.1.0_1 03 Oct 2013 21:28:47 |
ehaupt |
Re-add ICONV to OPTIONS_DEFINE. This went missing during the
update/OPTIONS_RADIO conversion.
Notified by: mat |
3.1.0_1 03 Oct 2013 21:23:01 |
ehaupt |
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 |
3.1.0_1 03 Oct 2013 14:07:08 |
ehaupt |
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> |
3.1.0 02 Oct 2013 11:18:44 |
ehaupt |
Actually remove files/extrapatch-detect-renamed.diff |
3.1.0 02 Oct 2013 11:14:13 |
ehaupt |
- 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) |
3.0.9_3 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
3.0.9_3 24 Jul 2013 08:19:07 |
ehaupt |
Remove MAKE_JOBS_SAFE which is now default. |
3.0.9_3 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
3.0.9_3 08 Mar 2013 14:00:31 |
ehaupt |
Remove indefinite article from COMMENT |
3.0.9_3 15 Jan 2013 13:40:29 |
ehaupt |
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header |
3.0.9_3 11 Jan 2013 08:36:24 |
ehaupt |
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) |
3.0.9_2 03 Nov 2012 18:01:23 |
ehaupt |
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 |
3.0.9_2 12 Sep 2012 05:40:37 |
ehaupt |
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> |
3.0.9_1 11 Sep 2012 15:38:24 |
ehaupt |
- Use OPTIONSng
- Remove deprecated header information |
3.0.9_1 05 Aug 2012 23:19:40 |
dougb |
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 |
3.0.9_1 17 Jul 2012 18:22:14 |
ehaupt |
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] |
3.0.9 04 Apr 2012 18:32:45 |
ehaupt |
Turn off non standard patch (RENAMED) by default. This slipped in on accident
from testing.
Notified by: sunpoet
Feature safe: yes |
3.0.9 03 Apr 2012 21:08:40 |
ehaupt |
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 |
3.0.9 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.0.9 23 Sep 2011 23:44:35 |
ehaupt |
Update to 3.0.9 |
3.0.8 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
3.0.8 26 Mar 2011 22:27:07 |
ehaupt |
Update to 3.0.8 |
3.0.7 25 Jan 2011 19:59:40 |
ehaupt |
Add LICENSE and remove MD5 sums.
Feature safe: yes |
3.0.7 13 Oct 2010 18:57:09 |
ehaupt |
Remove dead mirror |
3.0.7 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.0.7 01 Jan 2010 03:50:38 |
ehaupt |
Update to 3.0.7 |
3.0.6 15 Sep 2009 08:30:12 |
ehaupt |
Prevent the unnecessary usage of perl (if present) during configure.
PR: 138834 (based on)
Submitted by: Aleksey Mashanov <aleksey.mashanov@gmail.com> |
3.0.6 07 Sep 2009 09:57:53 |
ehaupt |
Remove USE_PERL5_BUILD, since perl is not needed anymore to build.
Notified by: pjd |
3.0.6 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
3.0.6 11 May 2009 09:07:56 |
ehaupt |
Update to 3.0.6 |
3.0.5 27 Mar 2009 09:53:36 |
ehaupt |
Mark MAKE_JOBS_SAFE |