diff --git a/net/rsync/Makefile b/net/rsync/Makefile index e70326183c0..16267646d7a 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -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 diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 3e5e8182b07..8d38529b7fa 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -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 diff --git a/net/rsync/patches/patch-util_c b/net/rsync/patches/patch-util_c deleted file mode 100644 index aa9e2917836..00000000000 --- a/net/rsync/patches/patch-util_c +++ /dev/null @@ -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 */ diff --git a/net/rsync/pkg/PLIST b/net/rsync/pkg/PLIST index 0cf6e324477..9261221e3b9 100644 --- a/net/rsync/pkg/PLIST +++ b/net/rsync/pkg/PLIST @@ -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