Bug#642989: Dependency on libgcrypt11 is not strong enough?

2011-09-28 Thread Tatsuhiro Tsujikawa
Hi, The current implementation checks runtime library version is greater than or equal to library version it compiled with. This is too restrictive and aria2 does not require it. The possible fix is check against minimum version aria2 requires, not the version it compiled with, as gnutls does.

Bug#642989: Dependency on libgcrypt11 is not strong enough?

2011-09-28 Thread Kartik Mistry
On Wed, Sep 28, 2011 at 7:23 PM, Tatsuhiro Tsujikawa tatsuhir...@gmail.com wrote: The current implementation checks runtime library version is greater than or equal to library version it compiled with. This is too restrictive and aria2 does not require it. The possible fix is check against

Bug#642989: Dependency on libgcrypt11 is not strong enough?

2011-09-26 Thread Chris Lamb
Package: aria2 Version: 1.12.1-2 Something is a bit fishy with the depedencies. With libgcrypt11 1.4.6-5 I got: % aria2c http://server/file.torrent Exception caught Exception: [Platform.cc:111] errorCode=1 gcry_check_version() failed. However, upon upgrading libgcrypt11 to 1.5.0-3,