summaryrefslogtreecommitdiff
path: root/net/aria2
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-02-24 15:03:08 +0000
committerryoon <ryoon@pkgsrc.org>2013-02-24 15:03:08 +0000
commit166c685701e56b9f424c45a7071f484575f0a008 (patch)
treef554b723dc50e1e9d0a3ebfc3e7b53492b1f29b2 /net/aria2
parentbd6a7db21cb7569a4a8a416d0b5cf2021d55dca6 (diff)
downloadpkgsrc-166c685701e56b9f424c45a7071f484575f0a008.tar.gz
Update to 1.16.3
Changelog: aria2 1.16.3 ============ Release Note ------------ This release fixes the bug which causes random crash. It also fixes socket option setting failure on Windows platform. Changes ------- * Fix failure to set TCP_NODELAY on Windows On Windows setting TCP_NODELAY after non-blocking connect fails at least on Windows 7. * Fix invalid iterator handling when deleting RequestGroup aria2 1.16.2 ============ Release Note ------------ This release fixes the bug which causes long running BitTorrent download to stall. The several new options have been added. Changes ------- * Check SSL_OP_NO_COMPRESSION is available before using it * Fix bug returnPeer is not called if sequence_ == INITIATOR_SEND_KEY In InitiatorMSEHandshakeCommand, when aborting connection, we must return peer to the PeerStorage. But it is not done if sequence_ is INITIATOR_SEND_KEY. This causes stale Peer objects whose usedBy() returns true eventually occupies peer list and aria2 cannot make any connections. * Accept k and m as well as K and M in util::getRealSize() * mingw32: Make NTFS sparse file on --file-allocation=trunc * Added --save-session-interval option --save-session-interval option saves error/unfinished downloads to a file specified by --save-session option every SEC seconds. If 0 is given, file will be saved only when aria2 exits. * Use request URI as referer if --referer="*" is given * Log warn if unknown option is found in config file or -i file * Added --console-log-level option --console-log-level option sets log level to output to console.
Diffstat (limited to 'net/aria2')
-rw-r--r--net/aria2/Makefile5
-rw-r--r--net/aria2/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile
index bf804140521..732e0415f13 100644
--- a/net/aria2/Makefile
+++ b/net/aria2/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2013/02/06 23:23:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2013/02/24 15:03:08 ryoon Exp $
#
-DISTNAME= aria2-1.16.1
-PKGREVISION= 2
+DISTNAME= aria2-1.16.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/}
EXTRACT_SUFX= .tar.bz2
diff --git a/net/aria2/distinfo b/net/aria2/distinfo
index 434b70bf938..c9aa9d03d2e 100644
--- a/net/aria2/distinfo
+++ b/net/aria2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2013/01/02 13:45:34 ryoon Exp $
+$NetBSD: distinfo,v 1.30 2013/02/24 15:03:08 ryoon Exp $
-SHA1 (aria2-1.16.1.tar.bz2) = 72317a926d1b32cb200c341069744c7e331ac7b1
-RMD160 (aria2-1.16.1.tar.bz2) = d9b5bd8ee9ba667445715dd40dbf4663abd17b1d
-Size (aria2-1.16.1.tar.bz2) = 2079662 bytes
+SHA1 (aria2-1.16.3.tar.bz2) = b167ebe325d05a5acd37dcc59300c4f46bfdd42d
+RMD160 (aria2-1.16.3.tar.bz2) = 230c87881d8003dd8e57977cf2b8f687d6c577d3
+Size (aria2-1.16.3.tar.bz2) = 2082238 bytes