diff options
author | gordon <gordon@FreeBSD.org> | 2005-10-01 07:15:50 +0800 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2005-10-01 07:15:50 +0800 |
commit | e8b7710386e7c57ad7db6404efd681aeb02c5731 (patch) | |
tree | dd1fd2365f64a2235cd6767042a91808ce7233ee /net/zsync | |
parent | ab477d30baec958d803762f1bba21d7636fa1845 (diff) | |
download | freebsd-ports-gnome-e8b7710386e7c57ad7db6404efd681aeb02c5731.tar.gz freebsd-ports-gnome-e8b7710386e7c57ad7db6404efd681aeb02c5731.tar.zst freebsd-ports-gnome-e8b7710386e7c57ad7db6404efd681aeb02c5731.zip |
Update zsync to 0.4.1.
From the maintainter's webpage (http://zsync.moria.org.uk/):
This is just a bugfix release. Someone noticed that zsync would be
vulnerable to CAN-2005-2096, due to it's use of zlib code. So the
patch for that is now done.
This release also includes some HTTP protocol fixes, as there have
been some complaints/observations on how zsync failed to correctly
implement some details from the standard.
Diffstat (limited to 'net/zsync')
-rw-r--r-- | net/zsync/Makefile | 2 | ||||
-rw-r--r-- | net/zsync/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/zsync/Makefile b/net/zsync/Makefile index c260a6c20e93..7d99647f0536 100644 --- a/net/zsync/Makefile +++ b/net/zsync/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zsync -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/zsync/distinfo b/net/zsync/distinfo index 421e9977e1f5..5bbf322da043 100644 --- a/net/zsync/distinfo +++ b/net/zsync/distinfo @@ -1,2 +1,2 @@ -MD5 (zsync-0.4.0.tar.gz) = 8840d1b6c7b1b7dc2ec4895eac613beb -SIZE (zsync-0.4.0.tar.gz) = 243552 +MD5 (zsync-0.4.1.tar.gz) = dfdf4cd0856fb88f58d6a4169ddb2835 +SIZE (zsync-0.4.1.tar.gz) = 243690 |