Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 May 2022 11:00:37 3.2.4_1
|
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 |
04 May 2022 08:05:33 3.2.4
|
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 |
07 May 2021 11:32:56 3.2.3_1
|
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 |
06 Apr 2021 14:31:13 3.2.3
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 3.2.3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
12 Nov 2020 07:12:55
3.2.3
|
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> |
17 Oct 2020 17:23:16
3.2.3
|
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> |
16 Aug 2020 17:08:02
3.2.3
|
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 |
07 Aug 2020 16:18:24
3.2.2_1
|
amdmi3  |
- Fix fetch
- Fix license and add LICENSE_FILE
- Add missing dependency on liblz4
- Whitespace fixes
- Switch to options helpers
Approved by: portmgr blanket |
28 Jul 2020 23:51:00
3.2.2
|
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 |
28 Jul 2020 08:08:46
3.2.2
|
adamw  |
rsync: Unbreak fetch |
28 Jul 2020 06:59:36
3.2.2
|
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 ) |
09 Oct 2019 12:17:15
3.1.3_1 
|
bapt  |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
25 Jul 2019 14:51:24
3.1.3_1 
|
rodrigo  |
Reorder the net/rsync ditfile sources to try HTTPS first.
Bump portrevision.
PR: 239096
Submitted by: Miyashita Touka <imagin8r@protonmail.com> |
15 Feb 2018 08:38:47
3.1.3 
|
rodrigo  |
Take maintenership and remove LOCAL/ehaupt/rsync from mirror list |
11 Feb 2018 22:30:08
3.1.3 
|
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 ) |
11 Feb 2018 08:42:00
3.1.2_8 
|
ehaupt  |
Release maintainer-ship. |
20 Dec 2017 14:18:21
3.1.2_8 
|
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) |
17 Sep 2017 13:13:10
3.1.2_7 
|
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] |
22 May 2017 12:10:42
3.1.2_7 
|
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 |
05 Apr 2017 19:59:10
3.1.2_6 
|
sunpoet  |
Convert to options helper and test framework
Approved by: portmgr (blanket) |
16 Dec 2016 08:19:49
3.1.2_6 
|
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) |
03 Jun 2016 14:38:18
3.1.2_5 
|
ehaupt  |
Use POPT_PORT_CONFIGURE_OFF instead of POPT_PORT_CONFIGURE_WITH_OFF. |
03 Jun 2016 07:22:52
3.1.2_5 
|
ehaupt  |
Really fix popt option logic (real fix of r416270).
Notified by: adamw |
02 Jun 2016 07:35:50
3.1.2_4 
|
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 |
19 May 2016 10:44:12
3.1.2_3 
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
23 Apr 2016 13:13:12
3.1.2_3 
|
mat  |
Fix ICONV support.
PR: 208958
Submitted by: mat
Reviewed by: tijl
Approved by: maintainer
Sponsored by: Absolight |
17 Apr 2016 06:13:12
3.1.2_2 
|
sunpoet  |
- Convert to new options helper
Approved by: portmgr (blanket) |
16 Apr 2016 08:02:20
3.1.2_2 
|
mat  |
Fix building with iconv on 10.1 at least.
Sponsored by: Absolight |
01 Apr 2016 14:16:20
3.1.2_1 
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
22 Dec 2015 10:09:19
3.1.2_1 
|
ehaupt  |
Restore SIGINFO patch with new rsync version.
Notified by: des |
22 Dec 2015 08:16:36
3.1.2 
|
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 |
21 Oct 2015 08:44:16
3.1.1_4 
|
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] |
14 May 2015 10:15:09
3.1.1_3 
|
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 |
06 Jan 2015 10:01:42
3.1.1_3 
|
ehaupt  |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
08 Oct 2014 14:26:26
3.1.1_3 
|
ehaupt  |
Remove @dirrm, @dirrmtry |
18 Sep 2014 09:07:31
3.1.1_3 
|
ehaupt  |
Use install-strip install target instead of manual ${STRIP_CMD} |
10 Sep 2014 09:36:24
3.1.1_3 
|
ehaupt  |
Allow specifying config path in rc.conf
PR: 191601
Submitted by: daniel@blodan.se |
09 Aug 2014 09:18:52
3.1.1_2 
|
ehaupt  |
Add USES=cpe (forgotten in previous commit)
Notified by: mat |
09 Aug 2014 07:49:33
3.1.1_2 
|
ehaupt  |
Add CPE definition.
Submitted by: timur |
03 Jul 2014 17:30:22
3.1.1_2 
|
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. |
02 Jul 2014 20:12:21
3.1.1_2 
|
bdrewery  |
Bump revision after r359812 introduced a runtime fix |
30 Jun 2014 08:49:14
3.1.1_1 
|
bapt  |
<OPT>_CONFIGURE_ARGS does not exists, fix |
29 Jun 2014 06:45:18
3.1.1_1 
|
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) |
28 Jun 2014 03:10:53
3.1.1_1 
|
adamw  |
Use OPTIONS helpers. |
27 Jun 2014 14:01:46
3.1.1_1 
|
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> |
27 Jun 2014 08:44:06
3.1.1 
|
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. |
14 Apr 2014 17:20:18
3.1.0_3 
|
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 |
25 Mar 2014 13:20:54
3.1.0_2 
|
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 |
12 Feb 2014 19:24:39
3.1.0_1 
|
ehaupt  |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target. |
21 Jan 2014 23:40:23
3.1.0_1 
|
bapt  |
Fix properties on pkg-plist |
05 Nov 2013 08:56:50
3.1.0_1 
|
ehaupt  |
Add DOCS to OPTIONS_DEFINE as it is documented in the porters handbook. |
23 Oct 2013 19:21:59
3.1.0_1 
|
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> |
23 Oct 2013 07:27:13
3.1.0_1 
|
ehaupt  |
Support staging.
PR: 183189
Submitted by: mat |
03 Oct 2013 21:28:47
3.1.0_1 
|
ehaupt  |
Re-add ICONV to OPTIONS_DEFINE. This went missing during the
update/OPTIONS_RADIO conversion.
Notified by: mat |
03 Oct 2013 21:23:01
3.1.0_1 
|
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 |
03 Oct 2013 14:07:08
3.1.0_1 
|
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> |
02 Oct 2013 11:18:44
3.1.0 
|
ehaupt  |
Actually remove files/extrapatch-detect-renamed.diff |
02 Oct 2013 11:14:13
3.1.0 
|
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) |
20 Sep 2013 22:10:25
3.0.9_3 
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
24 Jul 2013 08:19:07
3.0.9_3 
|
ehaupt  |
Remove MAKE_JOBS_SAFE which is now default. |
27 Apr 2013 11:59:29
3.0.9_3 
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
08 Mar 2013 14:00:31
3.0.9_3 
|
ehaupt  |
Remove indefinite article from COMMENT |
15 Jan 2013 13:40:29
3.0.9_3 
|
ehaupt  |
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header |
11 Jan 2013 08:36:24
3.0.9_3 
|
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) |
03 Nov 2012 18:01:23
3.0.9_2 
|
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 |
12 Sep 2012 05:40:37
3.0.9_2 
|
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> |
11 Sep 2012 15:38:24
3.0.9_1 
|
ehaupt  |
- Use OPTIONSng
- Remove deprecated header information |
05 Aug 2012 23:19:40
3.0.9_1 
|
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 |
17 Jul 2012 18:22:14
3.0.9_1 
|
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] |
04 Apr 2012 18:32:45
3.0.9 
|
ehaupt  |
Turn off non standard patch (RENAMED) by default. This slipped in on accident
from testing.
Notified by: sunpoet
Feature safe: yes |
03 Apr 2012 21:08:40
3.0.9 
|
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 |
14 Jan 2012 08:57:23
3.0.9 
|
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. |
23 Sep 2011 23:44:35
3.0.9 
|
ehaupt  |
Update to 3.0.9 |
23 Sep 2011 22:26:39
3.0.8 
|
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 |
26 Mar 2011 22:27:07
3.0.8 
|
ehaupt  |
Update to 3.0.8 |
25 Jan 2011 19:59:40
3.0.7 
|
ehaupt  |
Add LICENSE and remove MD5 sums.
Feature safe: yes |
13 Oct 2010 18:57:09
3.0.7 
|
ehaupt  |
Remove dead mirror |
27 Mar 2010 00:15:24
3.0.7 
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
01 Jan 2010 03:50:38
3.0.7 
|
ehaupt  |
Update to 3.0.7 |
15 Sep 2009 08:30:12
3.0.6 
|
ehaupt  |
Prevent the unnecessary usage of perl (if present) during configure.
PR: 138834 (based on)
Submitted by: Aleksey Mashanov <aleksey.mashanov@gmail.com> |
07 Sep 2009 09:57:53
3.0.6 
|
ehaupt  |
Remove USE_PERL5_BUILD, since perl is not needed anymore to build.
Notified by: pjd |
15 Jul 2009 16:56:10
3.0.6 
|
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. |
11 May 2009 09:07:56
3.0.6 
|
ehaupt  |
Update to 3.0.6 |
27 Mar 2009 09:53:36
3.0.5 
|
ehaupt  |
Mark MAKE_JOBS_SAFE |
29 Dec 2008 08:00:52
3.0.5 
|
ehaupt  |
Update to 3.0.5
Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.5-NEWS |
06 Sep 2008 18:40:47
3.0.4 
|
ehaupt  |
Update to 3.0.4 |
21 Aug 2008 06:18:49
3.0.3 
|
rafan  |
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 ) |
09 Jul 2008 12:44:02
3.0.3 
|
koitsu  |
Add support for --atimes patch, which preserves access times.
Reviewed by: ehaupt
Approved by: ehaupt |
02 Jul 2008 15:55:01
3.0.3 
|
ehaupt  |
Update to 3.0.3 |
26 Jun 2008 14:03:48
3.0.2_1 
|
ehaupt  |
Provide an optional "Time limit patch"
PR: 124553
Submitted by: Adrian Thearle <adrian@thearle.com.au> |
02 Jun 2008 08:11:52
3.0.2_1 
|
ehaupt  |
All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.
PR: 124199
Submitted by: rafan |
31 May 2008 10:34:41
3.0.2_1 
|
ehaupt  |
Merge a patch from cvs which fixes a file-globbing bug in the daemon when chroot
is on.
rsync-cvs@lists.samba.org/msg05785.html" REL="NOFOLLOW">http://www.mail-archive.com/rsync-cvs@lists.samba.org/msg05785.html
Submitted by: sem
Obtained from: rsync cvs |
07 May 2008 12:32:17
3.0.2 
|
ehaupt  |
Rework WITHOUT_ICONV build option
PR: 123469
Submitted by: Dan Nelson <dnelson@allantgroup.com> |
08 Apr 2008 19:24:06
3.0.2 
|
ehaupt  |
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 |
04 Apr 2008 09:23:06
3.0.1 
|
ehaupt  |
- Update to 3.0.1
- Add 3 additional mirrors
Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1-NEWS |
26 Mar 2008 12:36:47
3.0.0 
|
ehaupt  |
Only download patchset if needed. |
12 Mar 2008 14:09:22
3.0.0 
|
ehaupt  |
Add optional iconv support |
07 Mar 2008 08:29:45
3.0.0 
|
ehaupt  |
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> |
06 Mar 2008 22:12:12
3.0.0 
|
ehaupt  |
- 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) |