--- - branch: MAIN date: Thu Oct 20 13:24:47 UTC 2011 files: - new: '1.29' old: '1.28' path: pkgsrc/net/aria2/Makefile pathrev: pkgsrc/net/aria2/Makefile@1.29 type: modified - new: '1.22' old: '1.21' path: pkgsrc/net/aria2/distinfo pathrev: pkgsrc/net/aria2/distinfo@1.22 type: modified id: 20111020T132447Z.ff776e80f110994ac13432a6abf1664254a3ea29 log: "Update to 1.13.0\n\nChangelog:\naria2 1.13.0\n============\n\nRelease Note\n------------\n\nThis release fixed libgcrypt version check error. Several command line\noptions were added. For details of each new option, read changes\nbelow. aria2 now returns error response if RPC request parameter has\nwrong type. For MinGW32 build, Unicode filenames support was added.\n\n>From this release, aria2 uses libnettle and libgmp by default instead\nof libgcrypt. If you want to use libgcrypt, use configure options\n--without-libnettle --with-libgcrypt.\n\nChanges\n-------\n\n * Check libgcrypt version is greater or equal to required version.\n This will fixes Debian bug#642989.\n\n * Added --piece-length option. This option sets a piece length for\n HTTP/FTP downloads. This is the boundary when aria2 splits a\n \ file. All splits occur at multiple of this length. This option will\n be ignored in BitTorrent downloads. It will be also ignored if\n Metalink file contains piece hashes.\n\n * Throw exception if parameter has wrong type in RPC method.\n Formally, depending on the method implementation, this kind of\n error is just ignored and parameter is skipped. Now aria2 responds\n error for these cases. The required parameter checking is also\n reworked along with this change.\n\n * Cleanup log message for binding server socket.\n\n * Recognize tab as white space before option in -i list.\n\n * Added geom parameter to --stream-piece-selector option. If 'geom'\n is given, at the beginning aria2 selects piece which has minimum\n index like 'inorder', but it exponentially increasingly keeps space\n \ from previously selected piece. This will reduce the number of\n establishing connection and at the same time it will download the\n beginning part of the file first. This will be useful to view movie\n while downloading it.\n\n * Added completedLength response key in aria2.getFiles RPC method\n\n * Added #checksum help tag.\n\n * Added --checksum option. Added --checksum=TYPE=DIGEST option. This\n option sets checksum. TYPE is hash type. The supported hash type is\n \ listed in \"Hash Algorithms\" in \"aria2c -v\". DIGEST is hex digest.\n For example, setting sha-1 digest looks like this:\n sha-1=0192ba11326fe2298c8cb4de616f4d4140213838 This option applies\n only to HTTP(S)/FTP downloads.\n\n * Added --hash-check-only opiton. Added --hash-check-only opiton.\n If true is given, after hash check using --check-integrity option,\n abort download whether or not download is complete. The default\n value is false.\n\n * Added --download-result option. \ Added --download-result=OPT\n option. This option changes the way \"Download Results\" is\n formatted. If OPT is 'default', print GID, status, average download\n \ speed and path/URI. If multiple files are involved, path/URI of\n first requested file is printed and remaining ones are omitted. If\n OPT is 'full', print GID, status, average download speed,\n percentage of progress and path/URI. The percentage of progress and\n path/URI are printed for each requested file in each row.\n\n * Added --rpc-allow-origin-all option. This option adds\n Access-Control-Allow-Origin header field with value '*' to the RPC\n response.\n\n * Ignore --out option supplied in command-line if -i is used. You\n can still use out option in the text file specified in -i.\n\n * Disable SSLv2 by default and optimize memory usage.\n Patch from Cristian Rodré±\x88guez.\n\n * Added libnettle and libgmp support. libnettle and libgmp is used\n by default. Old implementation uses libgcrypt as default. If more\n and more Linux distributions offer libnettle linked GnuTLS, then\n this change decrease library dependency against libgcrypt and\n libgpg-error. The current library detection for libnettle and\n libgmp is very simple, just use AC_SEARCH_LIBS.\n util::generateRandomData() was written using SimpleRandomizer, thus\n no external library dependency from this function.\n\n * In MinGW32, open file with UNICODE filename and print them in ANSI.\n" module: pkgsrc subject: 'CVS commit: pkgsrc/net/aria2' unixtime: '1319117087' user: ryoon