Jesse Kornblum

Results 16 issues of Jesse Kornblum

On versions after 3.9.2, Win32 command lines which end with \" fail to process that file. Presumably because something interprets the \" as a quotation mark. For example: md5deep -r...

The script to cross compile the program, CONFIGURE_FC.sh, is outdated. Fedora 15 is outdated and no longer supported. The revised script should: - Use a modern distro - Pull the...

Make an official project homepage at http://hashdeep.com/ and deprecate the SF pages, http://sourceforge.net/projects/md5deep/ http://sourceforge.net/projects/hashdeep/

The md5deep size mode, -z, doesn't limit the size output to ten digits as claimed in the documentation. This behavior was observed on Fedora 17 x86_64 bit running md5deep version...

The 'atoll' function is not present on HPUX 11.11 or 11.23 and thus compilation fails on these platforms. For example: g++ -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -DUTC_OFFSET=EDT -D_REENTRANT -pthread -g...

bug

## Expected Behavior The library should function under Python3.12 ## Actual Behavior The library attempts to load the distutils module, which was removed in Python3.12. See https://docs.python.org/3.10/library/distutils.html for background on...

bug