Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rhash-1.4.4-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: rhash Distribution: openSUSE:Factory:zSystems
Version: 1.4.4 Vendor: openSUSE
Release: 1.1 Build date: Tue Aug 1 14:26:56 2023
Group: Unspecified Build host: s390zp22
Size: 134588 Source RPM: rhash-1.4.4-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/rhash/RHash
Summary: Recursive Hasher
RHash (Recurcive Hasher) is a console utility for computing and
verifying magnet links and hash sums of files.
It supports CRC32, MD4, MD5, SHA1/SHA2, Tiger, DC++ TTH, BitTorrent
BTIH, AICH, eDonkey hash, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R,
Whirlpool and Snefru hash algorithms. Hash sums are used to ensure and
verify integrity of large volumes of data for a long-term storing or
transferring.

Program features:
 * Calculation of Magnet links and EDonkey 2000 links.
 * Output in a predefined (SFV, BSD-like) or a user-defined format.
 * Updating crc files (adding hash sums of files missing in the crc
   file).
 * Ability to process directories recursively.

Provides

Requires

License

0BSD

Changelog

* Sat Jul 29 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.4.4:
    * Remove obsolete rhash_timer functions (API breaking change)
    * Increment LibRHash soname version on Linux and Unix
    * Support leading and trailing spaces in a file names
    * Changed the simple file format to fit the sfv format
    * Bugfix: Fix slash usage with wilcards on Windows
    * Print the algorithms being calculated on -vv
    * Renamed --maxdepth option to --max-depth
    * Supported escaping of special characters in file paths
    * New printf-format directive '%d' to print file directory
    * New option --unverified to print unverified files
    * New option --missing to print missing files
* Sat Jun 18 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.4.3:
    * Support runtime loading of OpenSSL 3.0
    * Bugfix: Show total speed in the update mode
    * LibRHash: add rhash_import() and rhash_export() functions
    * Bugfix: fix building of the LibRHash static library on Solaris
    * Honor hash file extension in --update mode
    * Support --ignore-missing option, to ignore missing files in --check mode
    * Support --brief option to show verification report without header and footer
    * Bugfix: hash options were sometimes ignored in the --check mode
    * Allow simultaneous usage of --update and --check options
    * Honor --lowercase option while --embed-crc is in action
    * Improve ripemd160 performance
    * Add --bt-transmission option to create Transmission compatible torrent files
    * Bugfix: star character at the start of filepath must be ignored
* Tue Jul 27 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.4.2:
    * print 'Nothing to verify' when verifying a hash file without a message digest
    * significantly improve file reading performance on Linux/Unix
    * Bugfix: fix verification of some hash files containing spaces in file paths
    * count unparsed lines of a hash file as errors
    * print line numbers of unparsed lines of a hash file
* Mon Jan 18 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.4.1:
    * look for config file at $HOME/.config/rhash/rhashrc
    * supported --blake2s, --blake2b options for the BLAKE2 hash functions
    * Bugfix: fix computing of EDON-R 512 by big data chunks
    * support --no-detect-by-ext option
    * speed up verification by detecting hash type from file extension
    * Bugfix: correctly print long paths on Windows
    * Bugfix: print correct '%{mtime}' when --file-list is specified
    * Bugfix: only follow symbolic links when --follow is specified
    * Bugfix: fix buffer overflow in GOST12
* Thu Aug 13 2020 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.4.0:
    * librhash: supported rhash_get_version() - get library version
    * Bugfix: fix broken output on Win 7
    * Bugfix: fix broken 'configure --localedir=<dir>' option
    * Bugfix: fix broken makefile install-so-link target
    * Bugfix: restore behavior of 'rhash -rc' to be the same as in v1.3.8
    * Bugfix: fix a segfault and memory errors
  - Remove rhash-uk.patch
* Tue Feb 04 2020 Martin Pluskal <mpluskal@suse.com>
  - Update to version 1.3.9:
    * change project license to BSD Zero Clause License
    * add uk translations
    * new printf-format modifier '%u' to print url-encoded filename, path or hash
    * Bugfix: btih in magnet links shall be hex-encoded
    * correctly align UTF8 file paths, while printing verification results
    * respect UTF8 BOM when updating or verifying a hash file
    * print a new-line after ed2k link, when --ed2k-link option is passed
    * exit on output errors with exit_code = 2
    * change option --update=<file> to update the specified file
    * make short option '-P' to be an alias for --percents
    * change %{mtime} format to 'YYYY-MM-DD hh:mm:ss'
    * Bugfix: --sysconfdir was ignored while searching for config on Linux
    * support verification of base64-formated hash sums
    * add formatting options: --hex, --base32, -b/--base64
    * Bugfix: properly handle symlinks on the command line
  - Fix localisation building by rhash-uk.patch
* Wed Oct 16 2019 Martin Pluskal <mpluskal@suse.com>
  - Cleanup spec file:
    * Honor optflags and allow creation of debuginfo package
    * Add missed dependencies on openssl and pkgconfig
    * Use url for download
    * Misc small cleanups
* Fri Feb 22 2019 dliw@posteo.net
  - Update to version 1.3.8
    Version 1.3.8
    * rename Windows encoding options: --ansi to --win, --oem to --dos
    * support GOST R 34.11-2012 hash function (options: --gost12-256, --gost12-512)
    * changed the short option `-G' to be alias of --gost12-256
    * changed printf format token `%g' to be alias of %{gost12-256}
    Version 1.3.7
    * option `--message==<string>' to calculate a hash for string
    * option `--crc32c' for CRC32C hash function
    * changed magnet link short option from '-m' to '-g'
    * Bugfix: `--file-list=-' shall read a file list from stdin
    * speedup CRC32 hash function
    Version 1.3.6
    * support --file-list option
    * librhash: speedup sha3
    * Bugfix: fix --follow option
    * better MSYS and CygWin support
    * configuration script
    * Bugfix: broken binary hash output
  - Remove rhash-1.3.0-shared.patch
* Wed Aug 16 2017 mpluskal@suse.com
  - Update to version 1.3.5:
    * look for locales directory at PROGRAM_DIRECTORY\locale on
      Windows
    * look for config at PROGRAM_DIRECTORY\rhashrc on Windows
* Tue Jun 13 2017 mpluskal@suse.com
  - Do not use openssl (avoid build cycle with cmake)

Files

/etc/rhashrc
/usr/bin/ed2k-link
/usr/bin/edonr256-hash
/usr/bin/edonr512-hash
/usr/bin/gost12-256-hash
/usr/bin/gost12-512-hash
/usr/bin/has160-hash
/usr/bin/magnet-link
/usr/bin/rhash
/usr/bin/sfv-hash
/usr/bin/tiger-hash
/usr/bin/tth-hash
/usr/bin/whirlpool-hash
/usr/share/doc/packages/rhash
/usr/share/doc/packages/rhash/ChangeLog
/usr/share/doc/packages/rhash/README.md
/usr/share/licenses/rhash
/usr/share/licenses/rhash/COPYING
/usr/share/man/man1/ed2k-link.1.gz
/usr/share/man/man1/edonr256-hash.1.gz
/usr/share/man/man1/edonr512-hash.1.gz
/usr/share/man/man1/gost12-256-hash.1.gz
/usr/share/man/man1/gost12-512-hash.1.gz
/usr/share/man/man1/has160-hash.1.gz
/usr/share/man/man1/magnet-link.1.gz
/usr/share/man/man1/rhash.1.gz
/usr/share/man/man1/sfv-hash.1.gz
/usr/share/man/man1/tiger-hash.1.gz
/usr/share/man/man1/tth-hash.1.gz
/usr/share/man/man1/whirlpool-hash.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024