From 4777f8958213e60a296a1802d04f4346b9c7206d Mon Sep 17 00:00:00 2001 From: J Farkas Date: Sun, 18 Jul 2021 17:22:01 +0000 Subject: [PATCH] rhash: update to 1.4.2 - significantly improve file reading performance on Linux/Unix - print 'Nothing to verify' when verifying a hash file without a message digest - count unparsed lines of a hash file as errors - print line numbers of unparsed lines of a hash file - Bugfix: fix verification of some hash files containing spaces in file paths --- srcpkgs/rhash/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template index fddde4439ce1..daefffb9f0fb 100644 --- a/srcpkgs/rhash/template +++ b/srcpkgs/rhash/template @@ -1,7 +1,7 @@ # Template file for 'rhash' pkgname=rhash -version=1.4.1 -revision=2 +version=1.4.2 +revision=1 wrksrc="RHash-${version}" build_style=configure configure_args="--enable-openssl --disable-openssl-runtime @@ -10,12 +10,12 @@ conf_files="/etc/rhashrc" makedepends="openssl-devel" short_desc="Utility for computing hash sums and creating magnet links" maintainer="Leah Neukirchen " +make_build_target="all lib-shared" +make_install_target="install install-lib-shared" license="0BSD" homepage="https://github.com/rhash/RHash" distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz" -checksum=430c812733e69b78f07ce30a05db69563450e41e217ae618507a4ce2e144a297 -make_build_target="all lib-shared" -make_install_target="install install-lib-shared" +checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62 post_extract() { sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h