diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-20 07:27:00 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-20 07:27:00 +0000 |
commit | 090152dc3ebfdfdf171383d2b307332eece141c9 (patch) | |
tree | a992ecc21b40283fb45583f67c70a90426b16382 | |
parent | 6fb144a54efa0962e12c2bf2a2955563a01bda18 (diff) | |
download | FreeBSD-ports-090152dc3ebfdfdf171383d2b307332eece141c9.zip FreeBSD-ports-090152dc3ebfdfdf171383d2b307332eece141c9.tar.gz |
Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hanging
bugs we are seeing quite often at ftp-master. We cannot just use the system
libz (which is at 1.1.3) because rsync has hacked it's copy. This upgrade
contains those hacks.
Submitted by: peter
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index cfb0706..7b4e809 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -8,7 +8,7 @@ PORTNAME= rsync PORTVERSION= 2.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ |