Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (10m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 13:59:55 UTC Now

2012-01-14 15:15:16 UTC MAIN commitmail json YAML

Update to 1.14.1

Chngelog:
Changes
-------

* Supported network-path reference in HTTP redirect.

* Updated bash_completion.

* aria2 now doesn't assume download has completed just because file
  size matched. The only exception is zero-length file.  If server
  tells that file is zero-length and --checksum option is given,
  aria2 now correctly checks its checksum. There is one known issue:
  If downloaded file is zero-length file and .aria2 file exists, it
  will not be deleted on successful verification, because .aria2 file
  is not loaded.

* Fixed the bug that --checksum is not working. SFBUG#3466888

* Fixed compile error without libnettle, libgcrypt and openssl.
  SFBUG#3466463

* Fixed the bug that log file is not created if there is warning
  before log file is opened.

(ryoon)