Update to aria2-0.16.2. Notable changes:
- Added Serbian, Vietnamese, and Traditional Chinese translations. Updated French, Simplified Chinese, and Japanese Translations. - Added length equality test to operator== to drop a piece message whose length does not match to the requested one. - Fixed the bug that aria2 aborts when a request larger than 16KiB is recieved. In this fix, if a request larger than 16KiB length is received, aria2 disconnects the peer. - Updated man page. Changed doctype of aria2c.1.html to manpage in order not to replace '--' with em dash character. - Added --auto-save-interval=SEC option. A control file(*.aria2) is saved every SEC seconds. - Added --dht-file-path option to change the path to dht.dat, which is a serialized DHT routing table. - Fixed the bug that last character in URI is not encoded. - Fixed the bug that referer header field contains fragment. Now Request class removes fragment part of URI and encodes it in Request::setUri() and setReferer().
This commit is contained in:
parent
38b0e7d1db
commit
f2cfc2a46d
3 changed files with 13 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.15 2008/10/10 01:56:38 bjs Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2008/10/29 01:04:06 bjs Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aria2c-0.16.0
|
||||
DISTNAME= aria2c-0.16.2
|
||||
PKGNAME= ${DISTNAME:S/+/./:S/2c-/2-/}
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2008/09/08 03:07:48 bjs Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2008/10/29 01:04:06 bjs Exp $
|
||||
bin/aria2c
|
||||
man/man1/aria2c.1
|
||||
share/doc/aria2c/README
|
||||
|
@ -9,6 +9,8 @@ share/locale/ca/LC_MESSAGES/aria2c.mo
|
|||
share/locale/da/LC_MESSAGES/aria2c.mo
|
||||
share/locale/de/LC_MESSAGES/aria2c.mo
|
||||
share/locale/el/LC_MESSAGES/aria2c.mo
|
||||
share/locale/en@boldquot/LC_MESSAGES/aria2c.mo
|
||||
share/locale/en@quot/LC_MESSAGES/aria2c.mo
|
||||
share/locale/es/LC_MESSAGES/aria2c.mo
|
||||
share/locale/fi/LC_MESSAGES/aria2c.mo
|
||||
share/locale/fr/LC_MESSAGES/aria2c.mo
|
||||
|
@ -22,8 +24,12 @@ share/locale/nn/LC_MESSAGES/aria2c.mo
|
|||
share/locale/pl/LC_MESSAGES/aria2c.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/aria2c.mo
|
||||
share/locale/ru/LC_MESSAGES/aria2c.mo
|
||||
share/locale/sr/LC_MESSAGES/aria2c.mo
|
||||
share/locale/sv/LC_MESSAGES/aria2c.mo
|
||||
share/locale/th/LC_MESSAGES/aria2c.mo
|
||||
share/locale/tr/LC_MESSAGES/aria2c.mo
|
||||
share/locale/uk/LC_MESSAGES/aria2c.mo
|
||||
share/locale/vi/LC_MESSAGES/aria2c.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/aria2c.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/aria2c.mo
|
||||
@dirrm share/doc/aria2c
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.13 2008/10/10 01:56:38 bjs Exp $
|
||||
$NetBSD: distinfo,v 1.14 2008/10/29 01:04:06 bjs Exp $
|
||||
|
||||
SHA1 (aria2c-0.16.0.tar.bz2) = c2b2c3154b992cc1f3a8ebf56e48fc11ff3c47e0
|
||||
RMD160 (aria2c-0.16.0.tar.bz2) = 391d6e0ac19884fa6c44eda423fa21ed6471c423
|
||||
Size (aria2c-0.16.0.tar.bz2) = 1082673 bytes
|
||||
SHA1 (aria2c-0.16.2.tar.bz2) = 244d51c91771bf440009bb33c360f258913812ac
|
||||
RMD160 (aria2c-0.16.2.tar.bz2) = e3c124ac20501163792fe5ceb820da3d801ffc83
|
||||
Size (aria2c-0.16.2.tar.bz2) = 1153881 bytes
|
||||
|
|
Loading…
Reference in a new issue