summaryrefslogtreecommitdiff
path: root/net/rsync
AgeCommit message (Collapse)AuthorFilesLines
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-28Update "rsync" package to version 2.4.6. A change list summary is nottron2-8/+7
available.
2000-09-04use latest IPv6 patch (20000901b). two issues are corrected:itojun2-4/+4
- client does not accept additional argument -[46] (IPv4 or IPv6) - server SEGV when there's no reverse mapping from IPv[46] address to FQDN ok'ed on packages@netbsd.org
2000-08-21Update to rsync 2.4.5:veego2-6/+6
This version includes the following changes: - added support for 0.0.0.0/0 syntax in hosts allow/deny to mean "all hosts" - fixed crash bug with --backup-dir - fixed hang on exit due to race in waitpid and io_flush - added "ignore nonreadable" option
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-2/+3
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-02improve English, clean up.wiz1-6/+3
2000-08-02Update rsync to 2.4.4. Except for bugfixes and optimizations, the changeswiz2-6/+6
are: By default don't gzip .iso images Add --bwlimit option contributed by Matthew Demicco and Jamie Gritton Added --blocking-io option Get rid of annoying symlink error messages If the remote shell is rsh then use blocking IO Added *.bz2 and *.tbz to default dont compress list
2000-08-02Update to rsync 3.0.2: Fix a potential buffer overflow in the xattr code.wiz1-3/+3
2000-07-12Update homepage URL.tron1-2/+2
2000-06-20use more recent patch. this should correct PR 10396.itojun2-6/+6
2000-02-09Remove unnecessary directory name "pub" from URL for "ftp.fu-berlin.de".tron1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-29Make this package work on Solaris again - only use the IPv6 patches ifagc1-7/+10
the OS is NetBSD.
1999-09-03Compare "${USE_INET6}" explicitly with "YES" so that you can overridetron1-2/+2
settings at the command line.
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1). Add USE_INET6 to BUILD_DEFS
1999-07-22cleaner IPv6 patch is applied.itojun4-42/+11
1999-07-12add official mirror for ftp.kame.net.itojun1-3/+5
1999-07-08enable IPv6 build (USE_INET6)itojun4-2/+44
1999-05-12Rsync 2.3.1 is in the /pub/rsync directory, not the /pub/rsync/old-versionstv1-2/+2
directory, on samba.anu.edu.au at the moment.
1999-05-05Use ftp0.sunet.se instead of ftp.sunet.se.bad1-2/+2
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-5/+1
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
1999-04-08Update to V2.3.1.hubertf2-4/+4
Mostly to fix the bug recently mentioned on bugtraq and which was also (first?) mentioned in http://rsync.samba.org/cgi-bin/rsync?findid=1706 . Numerous other changes, see http://samba.anu.edu.au/ftp/rsync/cvs.log
1999-03-17* change first site from samba.anu.edu.au to rsync.samba.orglukem1-2/+2
* look in `old-versions/' for 2.2.1, since 2.3.0 is the current version
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-11-26update to V2.2.1hubertf2-4/+4
1998-11-05Per discussion with the author, these changes were a bad idea.mycroft6-471/+0
1998-11-052.2.0mycroft7-145/+238
1998-09-28Update rsync to 2.1.1.frueauf4-98/+98
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc5-0/+10
1998-07-25Update to rsync 2.1.0.frueauf5-68/+102
1998-07-10Use mkstemp(3).mycroft3-0/+314
1998-07-04Remove outdated RCS tag.mycroft1-2/+1
1998-07-04Update to 2.0.18.mycroft4-30/+28
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-06-03Include bsd.prefs.mk so that variables can be set in /etc/mk.confagc1-1/+3
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-28add missing @dirrm rules and add .gz suffix to manpages (if not already there).frueauf1-1/+2
1998-02-02portlint: move cvs id where it belongs.frueauf1-2/+1
1998-02-01portlint: fix URLhubertf1-2/+2
1998-01-23Initial import of rsync, a utility to synchronise directory treesagc6-0/+77
across machines in an efficient manner, into the NetBSD packages collection. This is originally from the FreeBSD ports collection, but I've (a) deleted the patches which add support for a client for the public rsync daemon (I have no real way to test that under NetBSD), and (b) added a patch to use mkstemp() instead of a mktemp(), open() combination, and (c) also upgraded to version 1.6.9 while I was at it.