Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2020 09:54:35 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531588 - head/security/rhash
Message-ID:  <202004130954.03D9sZO5033091@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Apr 13 09:54:35 2020
New Revision: 531588
URL: https://svnweb.freebsd.org/changeset/ports/531588

Log:
  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/

Modified:
  head/security/rhash/Makefile
  head/security/rhash/distinfo

Modified: head/security/rhash/Makefile
==============================================================================
--- head/security/rhash/Makefile	Mon Apr 13 09:53:06 2020	(r531587)
+++ head/security/rhash/Makefile	Mon Apr 13 09:54:35 2020	(r531588)
@@ -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

Modified: head/security/rhash/distinfo
==============================================================================
--- head/security/rhash/distinfo	Mon Apr 13 09:53:06 2020	(r531587)
+++ head/security/rhash/distinfo	Mon Apr 13 09:54:35 2020	(r531588)
@@ -5,3 +5,5 @@ SHA256 (rhash-1.3.9-nls.patch) = 2e60e6e34d32296f8b6d0
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004130954.03D9sZO5033091>