Pull the community patch which yields some performance boost to RIPEMD-160
by interleaving the macro/function calls. Effect is more visible on older and less potent CPUs. Obtained from: https://sourceforge.net/p/rhash/patches/5/
This commit is contained in:
parent
7a66eb8c1c
commit
bda1b7d480
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531588
2 changed files with 8 additions and 3 deletions
|
@ -7,9 +7,12 @@ CATEGORIES= security
|
|||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
PATCH_SITES= https://gitweb.gentoo.org/repo/gentoo.git/plain/app-crypt/rhash/files/ \
|
||||
https://raw.githubusercontent.com/gentoo/gentoo/master/app-crypt/rhash/files/
|
||||
PATCHFILES= rhash-1.3.9-nls.patch:-p1 rhash-1.3.9-rc-segfault.patch:-p1
|
||||
PATCH_SITES= https://gitweb.gentoo.org/repo/gentoo.git/plain/app-crypt/rhash/files/:gentoo \
|
||||
https://raw.githubusercontent.com/gentoo/gentoo/master/app-crypt/rhash/files/:gentoo \
|
||||
https://sourceforge.net/p/rhash/patches/_discuss/thread/271b85e9/0ac7/attachment/:sf
|
||||
PATCHFILES= rhash-1.3.9-nls.patch:-p1:gentoo \
|
||||
rhash-1.3.9-rc-segfault.patch:-p1:gentoo \
|
||||
rhash-1.3.2.patch:-p1:sf
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Utility and library for computing and checking of file hashes
|
||||
|
|
|
@ -5,3 +5,5 @@ SHA256 (rhash-1.3.9-nls.patch) = 2e60e6e34d32296f8b6d0851f5f8fe6506836dea8d560d1
|
|||
SIZE (rhash-1.3.9-nls.patch) = 744
|
||||
SHA256 (rhash-1.3.9-rc-segfault.patch) = 39e875cde8026fb609e1008d7afc7133474e104c5f823bd7552060d39ae7d891
|
||||
SIZE (rhash-1.3.9-rc-segfault.patch) = 9662
|
||||
SHA256 (rhash-1.3.2.patch) = 9aeeb0d89f0203429a6f5433e7dd5fd4b621b34bc42fb6d5d32ede6279c990b0
|
||||
SIZE (rhash-1.3.2.patch) = 9021
|
||||
|
|
Loading…
Reference in a new issue