summaryrefslogtreecommitdiff
path: root/net/aria2/Makefile
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-10-29 01:04:06 +0000
committerbjs <bjs@pkgsrc.org>2008-10-29 01:04:06 +0000
commitf2cfc2a46d9d6eea3637c5727471081be9e77d84 (patch)
treefaf6de2be84b26c18c74fc8c928a2b367a02cb80 /net/aria2/Makefile
parent38b0e7d1dba80e45e8c939bdd82431ffa6ef988e (diff)
downloadpkgsrc-f2cfc2a46d9d6eea3637c5727471081be9e77d84.tar.gz
Update to aria2-0.16.2. Notable changes:
- Added Serbian, Vietnamese, and Traditional Chinese translations. Updated French, Simplified Chinese, and Japanese Translations. - Added length equality test to operator== to drop a piece message whose length does not match to the requested one. - Fixed the bug that aria2 aborts when a request larger than 16KiB is recieved. In this fix, if a request larger than 16KiB length is received, aria2 disconnects the peer. - Updated man page. Changed doctype of aria2c.1.html to manpage in order not to replace '--' with em dash character. - Added --auto-save-interval=SEC option. A control file(*.aria2) is saved every SEC seconds. - Added --dht-file-path option to change the path to dht.dat, which is a serialized DHT routing table. - Fixed the bug that last character in URI is not encoded. - Fixed the bug that referer header field contains fragment. Now Request class removes fragment part of URI and encodes it in Request::setUri() and setReferer().
Diffstat (limited to 'net/aria2/Makefile')
-rw-r--r--net/aria2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile
index 6e2d58446e8..acaa09ccaef 100644
--- a/net/aria2/Makefile
+++ b/net/aria2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2008/10/10 01:56:38 bjs Exp $
+# $NetBSD: Makefile,v 1.16 2008/10/29 01:04:06 bjs Exp $
#
-DISTNAME= aria2c-0.16.0
+DISTNAME= aria2c-0.16.2
PKGNAME= ${DISTNAME:S/+/./:S/2c-/2-/}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/}