diff options
author | bjs <bjs@pkgsrc.org> | 2008-08-19 14:41:58 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-08-19 14:41:58 +0000 |
commit | 9c9154e58afa831937a8198257146d52d1624347 (patch) | |
tree | e5b5e57f34b9cca170c96c8c1a805c950eb3d648 /net/aria2/PLIST | |
parent | c08aca2db27694aae9bb5abfa4edb11fc7ad81ca (diff) | |
download | pkgsrc-9c9154e58afa831937a8198257146d52d1624347.tar.gz |
Update to version 0.15.2. This release features extensive bug fixes and
significant feature enhancements; it also now builds on OpenSolaris
(tested with NexentaOS by development community).
I urge all users to upgrade.
A _partial_ list of changes:
- Added and/or updated Danish, Greek, Spanish, Catalan,
Norwegian Nynorsk, Bulgarian, French, Catalan, and Japanese
translations.
- Man page fixes.
- Fixed: numCommand is less than the value specified in -C option.
- Myriad bug fixes.
- Now uses name attribute in Metalink as local filename in
BitTorrent downloads. BUG#2033999
- Fixed memory leaks in test code.
- Fixed wrong argument passing to BitfieldMan::isBitSet()
- Initialized _directIOAllowed
- Fixed memory leak in gzip decoder and metalink parser state
machine.
- Plug many other memory leaks and fix unmatch malloc/free calls.
- Removed max chunk size check. This change fixes BUG#2040169
- Fixed the bug that causes segmentaion fault when resuming
download using metalink without size tag. Reproducible only
using HTTP URI.
- Removed writable check when socket's send buffer is full in
BitTorrent downloads to lower CPU usage.
- Fixed broken gzip inflation.
Turn off segmented downloading if gzip content is smaller than
or equal to 1MiB and inflate the data on the fly, because HTTP
response header doesn't contain the length of inflated
file we can't determin where the chunk of data should be written.
On the other hand, if gzip content is larger than 1MB, then
turn off on the fly inflation, because some servers returns
"content-type: gzip" for *.tgz, *.gz files.
- Added gzip decompressor via libz.
- Cache last calculated average download/upload speed.
- Supported absolute/relative path in Location header field.
- Use File::exists() instead of File::isFile() to allow non-
regular file such as block special files.
- Added a message "aria2 doesn't verify signature" to log message
when signature file is saved.
- Added the ability to save signature when download is completed
if signature is available. The filename of signature file is
the path to download file followed by ".sig". If it already
exists, then signature will not be saved.
- Improve accuracy of documentation and rename some options to be
more descriptive of their functions/purposes.
- Added the ability to retrieve signature from Metalink file.
A retrieved signature is stored in Signature class and it is
held by DownloadContext class. Note that aria2 doesn't
verify signature.
- Added --bt-seed option. If --bt-seed=true is given at the
command-line, aria2 seeds previously downloaded files
without validating piece hashes.
- Fixed the compile error on Nexenta OS(GNU/Solaris OS).
(Don't define `struct addrinfo' when __sun is defined)
- Fixed the bug that UTF-8 encoded URL is not URL-encoded
- Properly differentiate between ftp errors and actual zero-byte
files (now supports ftp servers which do not recognize SIZE
raw command).
Diffstat (limited to 'net/aria2/PLIST')
-rw-r--r-- | net/aria2/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/aria2/PLIST b/net/aria2/PLIST index 9b444700aa8..357d32f5829 100644 --- a/net/aria2/PLIST +++ b/net/aria2/PLIST @@ -1,11 +1,14 @@ -@comment $NetBSD: PLIST,v 1.5 2008/04/16 00:09:39 bjs Exp $ +@comment $NetBSD: PLIST,v 1.6 2008/08/19 14:41:58 bjs Exp $ bin/aria2c man/man1/aria2c.1 share/doc/aria2c/README share/doc/aria2c/README.html share/doc/aria2c/aria2c.1.html +share/locale/bg/LC_MESSAGES/aria2c.mo 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/es/LC_MESSAGES/aria2c.mo share/locale/fi/LC_MESSAGES/aria2c.mo share/locale/fr/LC_MESSAGES/aria2c.mo |