diff options
author | gordon <gordon@FreeBSD.org> | 2005-09-30 23:15:50 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2005-09-30 23:15:50 +0000 |
commit | e8b7710386e7c57ad7db6404efd681aeb02c5731 (patch) | |
tree | dd1fd2365f64a2235cd6767042a91808ce7233ee | |
parent | ab477d30baec958d803762f1bba21d7636fa1845 (diff) | |
download | FreeBSD-ports-e8b7710386e7c57ad7db6404efd681aeb02c5731.zip FreeBSD-ports-e8b7710386e7c57ad7db6404efd681aeb02c5731.tar.gz |
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.
-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 c260a6c..7d99647 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 421e997..5bbf322 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 |