diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-02 17:18:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-02 17:18:45 +0000 |
commit | 82aafd48d149675037962b9303c84d05737a878b (patch) | |
tree | 631747fb4cf88f4747153b811f89e4664aff3887 /net/rsync | |
parent | 263891f6701b5719054a447ee017e991487b50f4 (diff) | |
download | pkgsrc-82aafd48d149675037962b9303c84d05737a878b.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/Makefile | 6 |
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 |