summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorwiz <wiz>2000-08-02 17:18:45 +0000
committerwiz <wiz>2000-08-02 17:18:45 +0000
commit14bb04f529690f402ae8626a1d5940d07ebf5309 (patch)
tree631747fb4cf88f4747153b811f89e4664aff3887 /net/rsync
parent2501d1edf65917f2328bdb442ce962fc5bdbd1ae (diff)
downloadpkgsrc-14bb04f529690f402ae8626a1d5940d07ebf5309.tar.gz
Update to rsync 3.0.2: Fix a potential buffer overflow in the xattr code.
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index a9ace867d33..29faa8c0e9b 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2000/07/12 20:02:54 tron Exp $
+# $NetBSD: Makefile,v 1.30 2000/08/02 17:18:46 wiz Exp $
#
-DISTNAME= rsync-2.4.3
+DISTNAME= rsync-2.4.4
CATEGORIES= net
MASTER_SITES= ftp://rsync.samba.org/pub/rsync/ \
ftp://sunsite.auc.dk/pub/unix/rsync/ \
@@ -20,7 +20,7 @@ BUILD_DEFS+= USE_INET6
.if ${OPSYS} == "NetBSD"
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/
-PATCHFILES= rsync-243-v6-20000620.diff.gz
+PATCHFILES= rsync-244-v6-20000802.diff.gz
PATCH_DIST_STRIP= -p1
.endif