Commit Graph

24 Commits

Author SHA1 Message Date
gonzalo
32d2409494 Update for Aria2 to 1.17.0:
* Save options directly specified for download in --save-session
* Save URI returned only from FileEntry::getRemainingUris()
* Use info level log for system trusted ca imports failure
* Implement simple Happy Eyeballs for HTTP/FTP downloads

Ok benoit@
2013-04-23 12:00:21 +00:00
gonzalo
fc100b69f7 Update for Aria2 1.16.4:
* Bring back datetime in console log
* Run checksum check if -V and -c are used and file is completed
* Support for gzipped -i and --save-session
* Support BitTorrent UDP tracker

Ok benoit@
2013-03-21 18:08:03 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
gonzalo
4303cc5674 Update for Aria to 1.16.1
* Save gid option with --save-session option
 * Added --gid option
 * Use 64 bits random bytes as GID
 * Fixed BitfieldMan::getOffsetCompletedLength overflow on 32-bit systems
 * Changed console readout, making it more compact
 * Compact readout when more than 1 simultaneous downloads are going on
 * Console color output
 * Logger: Simplified console output and change level format in log

Ok benoit@
2013-01-15 19:02:58 +00:00
gonzalo
cee7a0f1a5 Update for Aria2 to 1.16.0:
* Enabled TCP_NODELAY
* Don't use AC_FUNC_MMAP
* Added --force-save option.
* Get the correct uploaded data size
* Made --http-no-cache false by default
* Fixed memory leak in AsyncNameResolver
* Fixed resource leak in XmlParser and GenericParser
* Reset iostream format state
* gnutls: Added more status checking when verifying peer
* Content-Disposition parser conforming to RFC 6266.
* Reworked download/upload statistics calculation
* Added --rpc-save-upload-metadata option
* Perform SSL/TLS handshake after checking whether connection is
  established
* Fixed bug that --enable-mmap won't work if MultiDiskAdaptor is used
* RPC over SSL/TLS transport
* aria2rpc: Added appendUri command
* Don't send Proxy-Connection header field
* Don't set SNI hostname if it does not include "." for GNUTLS
* Disable SSL/TLS compression with OpenSSL
* Pause download even if download is completed
* Use execlp() instead of execl()

Ok remi@ (ex-maintainer)
2012-12-06 15:04:15 +00:00
gonzalo
80813e8fbe Update for Aria2 to 1.15.2:
* Fixed base64::decode() return "" if input ends with garbage and no
  padding.

* Fixed segmentation fault when logger failed to open log file.

* Added new file allocation method called 'trunc'. --file-allocation
  option can now take new value 'trunc'. 'trunc' uses ftruncate()
  system call or platform-specific counterpart to truncate a file to a
  specified length.

* Added TLS SNI support.

Ok rpointel@ (maintainer)
2012-09-04 11:25:37 +00:00
gonzalo
2996627c9b Update for Aria2 to 1.15.1 with some changes:
* Updated manuals.
* Fixed memory leak.
* Updated templates.
* Return appropriate HTTP status code on RPC failure.

And others, tested on i386.

Ok rpointel@ (maintainer) aja@
2012-07-02 13:13:51 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
gonzalo
42fdfffc74 Minor update for Aria2 to 1.15.0 with:
* Fixed assertion failure if Chunked encoding along with
  Content-Length is used.

* Fixed clang and gcc-4.7 warning and errors.

* Fixed the bug that aria2 cannot read line longer than 4096 bytes
  from the file specified by --input-file option.

While here USE_GROFF is not needed.

OK rpointel@ (maintainer), aja@
2012-04-23 15:24:05 +00:00
rpointel
70bb1fd699 Update aria2 to 1.14.2.
Diff from Gonzalo L. R. (thanks !).
2012-03-19 06:07:20 +00:00
espie
58fffade54 normalize pkgpath 2011-09-16 12:00:05 +00:00
rpointel
d2339b4eb0 Update aria2 to 1.12.1. ok jasper@. 2011-08-26 09:42:42 +00:00
jasper
314c700148 add a comment for previous commit 2011-08-24 17:44:27 +00:00
jasper
96287588a2 Fix build on mips64*
ok rpointel@ (MAINTAINER)
2011-08-24 10:39:35 +00:00
rpointel
a3edbb83c2 Update aria2 to 1.12.0.
ok pea@.
2011-07-02 12:29:12 +00:00
rpointel
17b35e6949 Update aria2 to 1.11.2.
reads ok aja@.
2011-05-22 15:10:36 +00:00
rpointel
6ac2bbad47 update aria2 to 1.11.1.
ok landry@.
2011-03-30 20:44:43 +00:00
rpointel
4d621d2ead update aria2 to 1.10.9.
ok aja@.
2011-03-03 21:38:22 +00:00
rpointel
8c9f1066fc Update to aria2 1.10.8.
ok landry@ (thanks for my first commit!)
2010-12-19 20:25:59 +00:00
landry
8e82f4c2a6 Update to aria2 1.10.7, from MAINTAINER Remi Pointel 2010-12-05 18:07:24 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
ajacoutot
64ff3f301b Fix RCS id.
Remove empty pkg-readmes dir, please update your mtree.
2010-11-06 07:52:28 +00:00
landry
c04ef63d26 Update to aria2 1.10.6 from MAINTAINER Remi Pointel. 2010-11-02 09:41:40 +00:00
landry
0cd5ca3f55 Import aria2 1.10.5 from MAINTAINER Remi Pointel:
aria2 is a multi-protocol & multi-source, cross platform download
utility. The supported protocols are HTTP(S), FTP, BitTorrent, Metalink.
It can download a file from multiple sources/protocols and tries to
utilize your maximum download bandwidth.

REGRESS_DEPENDS+=::devel/cppunit from dcoppa@
ok sthen@
2010-10-26 12:34:15 +00:00