* 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)
* 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@
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@