CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/09/04 05:25:37
Modified files:
www/aria2 : Makefile distinfo
Log message:
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)