Bug#925833: Fixed upstream

2019-10-27 Thread Aleksey Kravchenko
Hello! This bug duplicates upstream issue #142: https://github.com/a2o/snoopy/issues/142 It is fixed by PR https://github.com/a2o/snoopy/pull/143 The fix commit (PR merge) is https://github.com/a2o/snoopy/commit/360bb18e16ceaca16a22b94be9e17fd5f2184c01 I've tried to extract the patch from commi

Bug#687398: rhash: diff for NMU version 1.2.9-7.1

2012-11-28 Thread Aleksey Kravchenko
Gentlemen, thank you for investigating such twisted issue! When building in parallel, sometime librhash.a was created prior to librhash.so and rhash_shared binary. The command 'mv rhash_shared rhash' preserved timestamp. Then wrong static 'rhash' binary was re-built by command 'make test' (as requ

Bug#671989: rhash: FTBFS: make[3]: *** No targets specified and no makefile found. Stop.

2012-05-08 Thread Aleksey Kravchenko
Thanks for reporting! :) The bug occurred due to parallel build. The debian/rules command $(MAKE) -C bindings configure build caused the 'make -C ruby' to run earler then Ruby Makefile was created by the 'ruby -C ruby extconf.rb' command. signature.asc Description: OpenPGP digital signature

Bug#670205: rhash: FTBFS in binary-only mode: dh: unable to load addon cli

2012-04-29 Thread Aleksey Kravchenko
The problem can be reproduced by 'debuild binary-arch' with cli-common-dev package uninstalled. The proper fix (building arch-dependent packages only when requested), requires complicated debian/rules (attached) with many conditionals. This complicated script is hard to read, so I'll just move mo

Bug#652302: python-rhash: cannot be imported

2011-12-19 Thread Aleksey Kravchenko
After 'apt-get upgrade' and removing some python packages I've got this error. So, thanks for reporting it! The bug is caused by python-rhash*.deb having being built without python2 support. signature.asc Description: OpenPGP digital signature

Bug#652302: python-rhash: cannot be imported

2011-12-17 Thread Aleksey Kravchenko
Can't reproduce the bug. The following script perfectly works after installing python-rhash and librhash0: --- start of test_rhash.py --- import rhash hasher = rhash.RHash(rhash.CRC32, rhash.MD5) hasher.update('Hello, ') hasher.update('world!') hasher.finish() print hasher.HEX(rhash.CRC32) print

Bug#632280: The issue is fixed in Git

2011-08-08 Thread Aleksey Kravchenko
First, thanks for reporting. This issue is fixed in Git and the fix will come with v1.2.7 release. Being a bug from user's point of view, actually this issue is due to half-implemented sha256/sha512 support - without hash verification. So up to this point the issue concerns all previous RHash vers