summaryrefslogtreecommitdiff
path: root/net/rsync/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-08-14 14:15:51 +0000
committertron <tron@pkgsrc.org>2004-08-14 14:15:51 +0000
commit6a4753f93ebdd6aa89e2b5209c47a0a04c6a9651 (patch)
tree291ff4f1fd6537923148dc499182e28bc479b363 /net/rsync/Makefile
parent62461cc8570292b8e5c4b1bde872e554e4c52946 (diff)
downloadpkgsrc-6a4753f93ebdd6aa89e2b5209c47a0a04c6a9651.tar.gz
Fix path-sanitizing bug which allows unauthorized remote file access.
Bump package revision because of that.
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r--net/rsync/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index c678e8fc54c..19890ae5d85 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2004/05/11 07:15:59 uebayasi Exp $
+# $NetBSD: Makefile,v 1.55 2004/08/14 14:15:51 tron Exp $
DISTNAME= rsync-2.6.2
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \
ftp://rsync.samba.org/pub/rsync/ \