summaryrefslogtreecommitdiff
path: root/net/aria2
diff options
context:
space:
mode:
authorryoon <ryoon>2011-08-09 17:00:57 +0000
committerryoon <ryoon>2011-08-09 17:00:57 +0000
commit7e780979fad56db8d93b1da3978d8eaefc3cc446 (patch)
tree175926812bc64f99cb1ed7af65dbe1591c31bc19 /net/aria2
parente822c451beb5abdecf1043d05404d6c06e6f8590 (diff)
downloadpkgsrc-7e780979fad56db8d93b1da3978d8eaefc3cc446.tar.gz
Update to 1.12.1
Changelog: aria2 1.12.1 ============ Release Note ------------ This release adds RFC 6249 Metalink/HTTP support. Current implementation only uses rel=duplicate links. --enable-direct-io option was deprecated because of performance issue. Since recent GnuTLS uses libnettle as default instead of libgcrypt, this release added initialization code for libgcrypt. Changes ------- * Initialize libgcrypt. We relied initialization of libgcrypt on gnutls_global_init(), but recent change in gnutls, which changes default crypto backend from libgcrypt to libnettle, leaves libgcrypt uninitialized if it uses libnettle as backend(and this is likely because libnettle is chosen by default). To fix this issue, we simply initialize libgcrypt on our own. * Throw exception with error message if gnutls_global_init() failed. * Implemented Metalink/HTTP. Link header fields from first Metalink server is utilized as described in rfc6249. We only set digest from Digest header field to DownloadContext only when PieceStorage is not initialized(in other words, before file size is known). After PieceStorage is initialized, Digest header field is used to check the value is the same in digest in DownloadContext. Current implementation only handles rel=duplicate. * Remove Metalink content-type after first server response. We don't accept Metalink content-type after first server response. * Updated Russian translation of aria2 man page. Thanks to ITriskTI for translation. * Fixed the bug due to dangling pointers in RequestGroup. RequestGroup holds a poitner to btRuntime_ and peerStorage_. After removing them from BtRegistry, we failed to set 0 to them. When program access them, it goes undefined world, such as random crash. We found this bug when pasuing download and valgrind warned memory corruption. * Added log message to clarify error for BitTorrent server socket. * Added #deprecated help tag. * Removed deprecated options: --enable-xml-rpc, --xml-rpc-listen-all, --xml-rpc-listen-port, --xml-rpc-max-request-size, --xml-rpc-user, --xml-rpc-passwd. * Removed use of O_DIRECT because of performance issue. Deprecated --enable-direct-io option. * Increased the maximum number of in-flight request in BitTorrent. * Added --log option to aria2rpc
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 4db2b35a72c..9de5c05a026 100644
--- a/net/aria2/Makefile
+++ b/net/aria2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2011/07/14 06:00:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2011/08/09 17:00:57 ryoon Exp $
#
-DISTNAME= aria2-1.12.0
+DISTNAME= aria2-1.12.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/}
EXTRACT_SUFX= .tar.bz2
diff --git a/net/aria2/distinfo b/net/aria2/distinfo
index 135ef22e9d2..cb17f6c7254 100644
--- a/net/aria2/distinfo
+++ b/net/aria2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2011/07/14 06:00:07 ryoon Exp $
+$NetBSD: distinfo,v 1.21 2011/08/09 17:00:57 ryoon Exp $
-SHA1 (aria2-1.12.0.tar.bz2) = 5bc6f07f84f6ad1d0e222d2b5c78cd3118e1a569
-RMD160 (aria2-1.12.0.tar.bz2) = 74dadcc764b55d57ae5dd8eca43b8a76f455b9ce
-Size (aria2-1.12.0.tar.bz2) = 1577163 bytes
+SHA1 (aria2-1.12.1.tar.bz2) = ba38d558c9fe2d7ac5b09fb2a629d9a67a947008
+RMD160 (aria2-1.12.1.tar.bz2) = dd7d97bcb5914cec9119d5972d9f13871d38b064
+Size (aria2-1.12.1.tar.bz2) = 1590472 bytes