update to 2.6.3; ok jcs@

This commit is contained in:
naddy 2004-10-15 18:43:26 +00:00
parent 9b49aa668d
commit fa24063526
4 changed files with 6 additions and 20 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.41 2004/05/11 13:39:17 naddy Exp $
# $OpenBSD: Makefile,v 1.42 2004/10/15 18:43:26 naddy Exp $
COMMENT= "mirroring/synchronization over low bandwidth links"
DISTNAME= rsync-2.6.2
DISTNAME= rsync-2.6.3
CATEGORIES= net
HOMEPAGE= http://rsync.samba.org/
@ -32,7 +32,6 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/rsync.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/rsyncd.conf.5 ${PREFIX}/man/man5
${INSTALL_DATA} ${WRKSRC}/tech_report.tex ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/test.sh ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/rsyncstats ${DOCDIR}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (rsync-2.6.2.tar.gz) = bcacd9a9108a9e4760832212ec3d658d
RMD160 (rsync-2.6.2.tar.gz) = 3b11b2525589896a98547843791baa484a887fa6
SHA1 (rsync-2.6.2.tar.gz) = 0262108be42883c394865a447ffa32f5407ebf3f
MD5 (rsync-2.6.3.tar.gz) = 2beb30caafa69a01182e71c528fb0393
RMD160 (rsync-2.6.3.tar.gz) = fabb36543a7c18b06d9322c05080a9df451ae392
SHA1 (rsync-2.6.3.tar.gz) = 4e96255bd01d6529bcdb6be3e211fdc5603e5a2e

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-util_c,v 1.3 2004/08/14 18:41:17 naddy Exp $
--- util.c.orig Sat Aug 14 14:41:07 2004
+++ util.c Sat Aug 14 14:41:42 2004
@@ -743,7 +743,7 @@ void sanitize_path(char *p, char *reldir
allowdotdot = 1;
} else {
p += 2;
- if (*p == '/')
+ while (*p == '/')
p++;
if (sanp != start) {
/* back up sanp one level */

View File

@ -1,10 +1,9 @@
@comment $OpenBSD: PLIST,v 1.8 2004/08/06 07:13:23 espie Exp $
@comment $OpenBSD: PLIST,v 1.9 2004/10/15 18:43:26 naddy Exp $
bin/rsync
@man man/man1/rsync.1
@man man/man5/rsyncd.conf.5
share/doc/rsync/
share/doc/rsync/rsyncstats
share/doc/rsync/tech_report.tex
share/doc/rsync/test.sh
@cwd ${SYSCONFDIR}
@extra rsyncd.conf