pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/aria2 Update to version 0.14.0+1. This release br...
details: https://anonhg.NetBSD.org/pkgsrc/rev/831d06a3e38a
branches: trunk
changeset: 544451:831d06a3e38a
user: bjs <bjs%pkgsrc.org@localhost>
date: Tue Jul 15 02:02:50 2008 +0000
description:
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:
net/aria2/Makefile | 4 ++--
net/aria2/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r e2cebcd3c37f -r 831d06a3e38a net/aria2/Makefile
--- a/net/aria2/Makefile Mon Jul 14 23:02:47 2008 +0000
+++ b/net/aria2/Makefile Tue Jul 15 02:02:50 2008 +0000
@@ -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 -r e2cebcd3c37f -r 831d06a3e38a net/aria2/distinfo
--- a/net/aria2/distinfo Mon Jul 14 23:02:47 2008 +0000
+++ b/net/aria2/distinfo Tue Jul 15 02:02:50 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index