diff options
author | bjs <bjs@pkgsrc.org> | 2008-10-29 01:04:06 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-10-29 01:04:06 +0000 |
commit | f2686a3e1f2db802ff069edc355f4798802cf6d2 (patch) | |
tree | faf6de2be84b26c18c74fc8c928a2b367a02cb80 /net/aria2 | |
parent | 4c817523bd1ee2ea0ab05b7431ddda723e2fcb7c (diff) | |
download | pkgsrc-f2686a3e1f2db802ff069edc355f4798802cf6d2.tar.gz |
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().
Diffstat (limited to 'net/aria2')
-rw-r--r-- | net/aria2/Makefile | 4 | ||||
-rw-r--r-- | net/aria2/PLIST | 8 | ||||
-rw-r--r-- | net/aria2/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile index 6e2d58446e8..acaa09ccaef 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -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/} diff --git a/net/aria2/PLIST b/net/aria2/PLIST index ea2881b1012..fea934eb826 100644 --- a/net/aria2/PLIST +++ b/net/aria2/PLIST @@ -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 diff --git a/net/aria2/distinfo b/net/aria2/distinfo index 5a19227f643..8f96b13022e 100644 --- a/net/aria2/distinfo +++ b/net/aria2/distinfo @@ -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 |