summaryrefslogtreecommitdiff
path: root/net/aria2/Makefile
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-02-18 00:00:18 +0000
committerbjs <bjs@pkgsrc.org>2008-02-18 00:00:18 +0000
commit6b2d5282436f33cec55c7e94e4a81eeaaa1af43c (patch)
tree4a2beb6dd7b20b95e02c5343574c0322402ea636 /net/aria2/Makefile
parent908440fd0f06075e2ae4499e144f498cc0cf2019 (diff)
downloadpkgsrc-6b2d5282436f33cec55c7e94e4a81eeaaa1af43c.tar.gz
Update to version 0.12.1+1. Removed patches, as I believe autoconf
should automagically handle the features stuff (or at least other packages that I look at don't seem to need this if they use autoconf, haven't looked extensively, though). This release brings lots of bug fixes. Among them are: 2008-01-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed the bug that EX_TOO_LONG_PAYLOAD exception is thrown if just payload length(4bytes) are received. This happens because lenbufLength is not updated in this particular case and successive call of receiveMessage() overwrites payload length with bytes recieved which are payload body. 2007-12-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed the bug that causes aria2 not to finish download. BUG#1855875. I could reproduce this bug in following procedure: 1. Stop the download at the very beginning(1% or 100KB downloaded). 2. Restart aria2. 3. You see the download stopped around 99%. If timeout is reached, then _nextCommand is unused and it may contains segments and they won't be canceled. Actually, timeout is not needed here because if the server dropped connection, then retry is made. 2007-12-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed the bug that returns incomplete data when it contains null character. A convenient constructor was also added. 2007-12-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed the bug that prevents aria2 from loading cookie file when expire value is greater than 2^31-1. BUG#1851066 2007-12-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed possible memory leak when an exception is thrown. 2007-12-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed the bug: only first announce URL is tried in AnnounceTier, in stopped and completed event. 2007-12-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Removed unnecessary string copy. Updated doc and corrected indentation.
Diffstat (limited to 'net/aria2/Makefile')
-rw-r--r--net/aria2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile
index 0e518025b86..ef34305b7fc 100644
--- a/net/aria2/Makefile
+++ b/net/aria2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2008/01/18 05:08:39 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2008/02/18 00:00:18 bjs Exp $
#
-DISTNAME= aria2-0.12.0
-PKGREVISION= 1
+DISTNAME= aria2-0.12.1+1
+PKGNAME= ${DISTNAME:S/+/./}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/}
EXTRACT_SUFX= .tar.bz2