summaryrefslogtreecommitdiff
path: root/net/aria2
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-07-15 02:02:50 +0000
committerbjs <bjs@pkgsrc.org>2008-07-15 02:02:50 +0000
commit2b2a965630c4ce7182319000c7f2d4ab344fd06a (patch)
treec06a60b46c1eecec1b21166003a432d6a4991e2e /net/aria2
parent134e4b508e8a4a76cb7ca62c2e81a82d080de029 (diff)
downloadpkgsrc-2b2a965630c4ce7182319000c7f2d4ab344fd06a.tar.gz
Update to version 0.14.0+1. This release brings us myriad bug fixes
plus some new features. ========================================================================== Changes: aria2-0.14.0+1 * Fixed the code that refers static member variable from non-static context. Notes: This release adds epoll support for linux and the ability to limiting the number of files to be opened to support more than 1024 files in multi file torrent. Several bugs in BitTorrent downloads are fixed. From this release, aria2 downloads a file using 5 connections in HTTP/FTP by default and the behavior of -s option has changed. See the project web page for more details. Changes: aria2-0.14.0 * Changed -s options behavior. Now it means the number of connections made simultaneously in each http/ftp download. If 1 URL is specified, the behavior is the same with old implementation. If -s N is given and more than N URLs are specified, first N URLs are used and remaining URLs are used for backup. If less than N URLs are specified, some of URLs are used more than once so that totally N connections are made simultaneously. * Changed default value of -s option from 1 to 5. Also max value of -s option is changed from 5 to 16. * Reduced CPU usage on high load. * Added epoll support. * Fixed compile error on debian etch. BUG#1980766 * Added --bt-request-peer-speed-limit=SPEED option. In BitTorrent downloads, if the download speed is lower than SPEED, aria2 initiates and accepts connections ignoring max peer cap. * Reduced read operation for hash calculation. * Fixed the bug that aria2 cannot respond bttrack's nat check properly. * Fixed the bug that HTTP downloads don't start with old libraries. * Fixed the bug that aria2 aborts when a path to a directory is given in command-line. * Added --bt-max-open-files option, which specifies maximum number of files toopen in each BitTorrent download. REQUEST#1811507 * Create only requested files and files which shares a piece with requested file in multi-torrent downloads. Directory structures are also created in the same rule. * When there is not enough space in disk, aria2 prints error in the console and cancels that download. BUG#1640332
Diffstat (limited to 'net/aria2')
-rw-r--r--net/aria2/Makefile4
-rw-r--r--net/aria2/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile
index de16295a9cf..9c62d2f8e3d 100644
--- a/net/aria2/Makefile
+++ b/net/aria2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2008/06/05 05:49:28 bjs Exp $
+# $NetBSD: Makefile,v 1.12 2008/07/15 02:02:50 bjs Exp $
#
-DISTNAME= aria2c-0.13.2+1
+DISTNAME= aria2c-0.14.0+1
PKGNAME= ${DISTNAME:S/+/./:S/2c-/2-/}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/}
diff --git a/net/aria2/distinfo b/net/aria2/distinfo
index 7c3c755ae02..f38179d58cb 100644
--- a/net/aria2/distinfo
+++ b/net/aria2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/06/05 05:49:28 bjs Exp $
+$NetBSD: distinfo,v 1.10 2008/07/15 02:02:50 bjs Exp $
-SHA1 (aria2c-0.13.2+1.tar.bz2) = 58bf19d6c9948e143bf4916d69c78f9086b6b934
-RMD160 (aria2c-0.13.2+1.tar.bz2) = 0e807f36ffcf9ee9f88060c044babb06a1210ef3
-Size (aria2c-0.13.2+1.tar.bz2) = 876561 bytes
+SHA1 (aria2c-0.14.0+1.tar.bz2) = 6c9b76f3b885cbc52b03e155d0593eee7167c12c
+RMD160 (aria2c-0.14.0+1.tar.bz2) = 4663d87052104ec8ebdb46b13365de0f2075bf64
+Size (aria2c-0.14.0+1.tar.bz2) = 877083 bytes