diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-01-14 15:15:16 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-01-14 15:15:16 +0000 |
commit | 4db8af88a97b9d4285e6fa9bbda45c6520268609 (patch) | |
tree | 7f00f2105ada9cc72339988702e4c9799da613bb | |
parent | 995a617767e473843d6071d737dcb0a23cb1f6a4 (diff) | |
download | pkgsrc-4db8af88a97b9d4285e6fa9bbda45c6520268609.tar.gz |
Update to 1.14.1
Chngelog:
Changes
-------
* Supported network-path reference in HTTP redirect.
* Updated bash_completion.
* aria2 now doesn't assume download has completed just because file
size matched. The only exception is zero-length file. If server
tells that file is zero-length and --checksum option is given,
aria2 now correctly checks its checksum. There is one known issue:
If downloaded file is zero-length file and .aria2 file exists, it
will not be deleted on successful verification, because .aria2 file
is not loaded.
* Fixed the bug that --checksum is not working. SFBUG#3466888
* Fixed compile error without libnettle, libgcrypt and openssl.
SFBUG#3466463
* Fixed the bug that log file is not created if there is warning
before log file is opened.
-rw-r--r-- | net/aria2/Makefile | 4 | ||||
-rw-r--r-- | net/aria2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile index 1ddbd962f50..38478353eec 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2012/01/08 12:30:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2012/01/14 15:15:16 ryoon Exp $ # -DISTNAME= aria2-1.14.0 +DISTNAME= aria2-1.14.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/aria2/distinfo b/net/aria2/distinfo index cb11d5a4030..9841da18c5e 100644 --- a/net/aria2/distinfo +++ b/net/aria2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2012/01/08 12:30:18 ryoon Exp $ +$NetBSD: distinfo,v 1.24 2012/01/14 15:15:16 ryoon Exp $ -SHA1 (aria2-1.14.0.tar.bz2) = 2089faf7cc1d2e10d548d1c379f6bab00876ea07 -RMD160 (aria2-1.14.0.tar.bz2) = f5f79cc5f377659d18d6465cd5142780f81b6b56 -Size (aria2-1.14.0.tar.bz2) = 1642811 bytes +SHA1 (aria2-1.14.1.tar.bz2) = 143684b662886466b801f456d10997d3e36a0f03 +RMD160 (aria2-1.14.1.tar.bz2) = e4daa218df0776a144421a1f04eb71c410ff7917 +Size (aria2-1.14.1.tar.bz2) = 1636900 bytes |