diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-20 07:27:00 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-20 07:27:00 +0000 |
commit | 3576381701929be06fe58d047fa578a18e54cf18 (patch) | |
tree | d37fb475c087d047e7a580bd80ce9598a47842d3 /net | |
parent | It's possible to use Chinese with liece IRC client. (diff) |
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
Notes
Notes:
svn path=/head/; revision=42794
Diffstat (limited to 'net')
-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 cfb07066a1cb..7b4e809e2a51 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/ \ |