Commit graph

18 commits

Author SHA1 Message Date
jperkin
13943f3046 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
adam
ed3e96c73a rhash: updated to 1.3.9
Version 1.3.9:
* add uk translations
* change project license to BSD Zero Clause License
* 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
2019-12-15 14:25:53 +00:00
adam
0e7f2aabe5 rhash: updated to 1.3.8
RHash v1.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}
2019-02-05 09:51:10 +00:00
adam
7933579699 rhash: updated to 1.3.7
RHash v1.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
2019-01-02 14:25:39 +00:00
jperkin
a2ce85611a *: Add some required USE_GCC_RUNTIME. 2018-07-17 10:56:23 +00:00
wiz
55d838d2c3 rhash: Honor CFLAGS and LDFLAGS.
Fixes RELRO build. Bump PKGREVISION.
2018-03-20 12:41:53 +00:00
adam
efebd35c2d rhash: updated to 1.3.6
RHash v1.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
* Bugfix: fix running on WinXP
2018-03-17 08:02:14 +00:00
khorben
5ac2e5f612 Remove useless patch
This modification to the Makefile is no longer necessary since the
custom CFLAGS and LDFLAGS are now passed explicitly, instead of through
the environment (which did not work for me).

NFC.
2017-11-16 15:14:54 +00:00
khorben
8a1fd955ef Add support for CFLAGS and LDFLAGS
This notably fixes building with MKPIE or RELRO enabled.

Bump PKGREVISION, since this generates a different binary now that SSP and
FORTIFY are enabled.
2017-11-16 01:28:12 +00:00
adam
2c389794f4 Version 1.3.5:
* look for locales directory at PROGRAM_DIRECTORY\locale on Windows
* look for config at PROGRAM_DIRECTORY\rhashrc on Windows
* support LibRhash bindings to PHP7
* Bugfix: illegal instruction error on macOS
* improve utf-8 support on Windows
* Bugfix: fix access to long paths on Windows
* add ca, fr, ro translations
* full Spanish translation
* correct build/install command for freebsd
* compilation fixes for aarch64 and musl
* improve support of clang on macOS
2017-08-15 08:37:47 +00:00
wiz
f3c735fd64 Honor pkgsrc CFLAGS and LDFLAGS. Fixes RELRO build. 2017-07-06 13:04:28 +00:00
jperkin
813068123e Don't assume _BIG_ENDIAN and _LITTLE_ENDIAN have values. Fixes SunOS. 2017-04-13 09:40:36 +00:00
wiz
8974244488 Updated rhash to 1.3.4.
Sun Nov  6 2016 Aleksey
	* === Version 1.3.4 ===

Tue Nov 17 2015 Alexey Dokuchaev, Kurt Jaeger
	* Compilation fixes for FreeBSD

Sat Aug  9 2014 Aleksey
	* return non zero exit code if a file was not found
2016-11-14 14:10:04 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
agc
23064a80b9 Add SHA512 digests for distfiles for misc category
Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:49:31 +00:00
mef
75d2b10173 (pkgsrc)
- Githubify
(upstream)
 - Update 1.3.1 to 1.3.3
---------------------
Tue Aug  5 2014 Aleksey
        * === Version 1.3.3 ===

Mon Aug  4 2014 And Sch, Aleksey
        * librhash: small optimization of Whirlpool

Sat Aug  2 2014 Aleksey
        * option --exclude for skipping some files during recursive scanning

Fri Aug  1 2014 Aleksey
        * update the SHA3 algorithm to follow the changes of the FIPS 202 draft

Wed Jul 30 2014 Aleksey
        * support torrents with more than one announce url

Tue Jul 29 2014 Aleksey
        * LibRHash now exports torrent functions

Mon Jul 21 2014 Tsukasa Oi
        * fixed test_rhash.sh script failing on the en_US.UTF-8 locale

Wed Jul 16 2014 Aleksey
        * changed the `-p' format names of sha* families, see manpage
        * set a boolean in config to true by a string `true', `on' or `yes'

Sun Jul 13 2014 Aleksey
        * Ctrl-C now interrupts benchmarking

Wed Jul  2 2014 Aleksey
        * === Version 1.3.2 ===

Sat Jun 21 2014 Aleksey
        * report warnings on files locked by some processes

Thu Jun 19 2014 Brad Campbell
        * ignore non-regular files while scanning directories recursively

Wed Jun 18 2014 Aleksey
        * option --follow for following symlinks to directories

Sun Apr 13 2014 ZinnKid
        * BTIH piece length calculation updated to follow the uTorrent algorithm change
2015-04-28 01:17:11 +00:00
joerg
5d0aefa4db Use bswap builtins for clang. Prefer builtin over inline assembler.
Recognize BSDish endian macros.
2015-02-23 18:26:12 +00:00
wiz
07cb75545f Import rhash-1.3.1 as misc/rhash.
RHash is a console utility for calculation and verification of
magnet links and a wide range of hash sums like CRC32, MD4, MD5,
SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent
BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and
Snefru.

Hash sums are used to ensure and verify integrity of large volumes
of data for a long-term storing or transferring.
2014-04-18 21:21:30 +00:00