diff options
author | tron <tron@pkgsrc.org> | 2007-08-23 13:47:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-08-23 13:47:50 +0000 |
commit | a2dddf4560fc18904027a636c35601928b6c4bdd (patch) | |
tree | 7bcc28dea1083a3ddb007d5f54865aada20ce6f9 /net/rsync/Makefile | |
parent | 58bc5f9939dcfd8845304ef8451008ad811e38c7 (diff) | |
download | pkgsrc-a2dddf4560fc18904027a636c35601928b6c4bdd.tar.gz |
Add SuSE's patch to fix the vulnerability reported in CVE-2007-4091.
Bump package revision.
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 4b3f46e57e7..252ab1b5c44 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2006/11/18 09:12:53 adam Exp $ +# $NetBSD: Makefile,v 1.68 2007/08/23 13:47:50 tron Exp $ DISTNAME= rsync-2.6.9 CATEGORIES= net +PKGREVISION= 1 MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ ftp://rsync.samba.org/pub/rsync/ \ http://rsync.samba.org/ftp/rsync/old-versions/ \ |