Upgrade to 2.5.0.

The main change is the integration of the KAME IPv6 patch.
Also one minor nit was fixed about the rsyncd PID file.

Submitted by:	naddy
This commit is contained in:
David E. O'Brien 2001-12-04 01:13:37 +00:00
parent d32643d595
commit 75ead950c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50999
4 changed files with 4 additions and 21 deletions

View File

@ -7,19 +7,14 @@
#
PORTNAME= rsync
PORTVERSION= 2.4.6
PORTREVISION= 3
PORTVERSION= 2.5.0
PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
ftp://sunsite.auc.dk/pub/unix/rsync/ \
ftp://ftp.sunet.se/pub/unix/admin/rsync/ \
ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/
PATCHFILES= rsync-246-v6-20000907.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes

View File

@ -1,2 +1 @@
MD5 (rsync-2.4.6.tar.gz) = 2ceb5e659f257c89569664c780b6fa6c
MD5 (rsync-246-v6-20000907.diff.gz) = df8e1c39de0d493126cc7498f2a52c2e
MD5 (rsync-2.5.0.tar.gz) = 57e1a945afbb2e63f58919a7de9c6885

View File

@ -1,11 +0,0 @@
--- rsyncd.conf.5.orig Tue Apr 6 08:04:17 1999
+++ rsyncd.conf.5 Tue Apr 6 14:43:50 1999
@@ -429,7 +429,7 @@
.br
syslog facility = local5
.br
-pid file = /etc/rsyncd\&.pid
+pid file = /var/run/rsyncd\&.pid
.PP
.DS

View File

@ -2,4 +2,4 @@
+++ options.c Thu Mar 8 03:31:32 2001
@@ -141 +141 @@
- rprintf(F," -e, --rsh=COMMAND specify rsh replacement\n");
+ rprintf(F," -e, --rsh=COMMAND specify rsh replacement (default %s)\n", RSYNC_RSH);
+ rprintf(F," -e, --rsh=COMMAND specify rsh replacement (default %s)\n", RSYNC_SSH);