On Tue 21/07/2020 16:19, Björn Ketelaars wrote: > Diff below brings rhash to 1.4.0, which is a bugfix release. Changes: > https://github.com/rhash/RHash/releases/tag/v1.4.0. > > Testing: > - 'make test' runs OK on amd64 > - build/run tested with its only consumer: cmake > > > Comments/OK?
Ping! Diff enclosed for your convenience Index: Makefile =================================================================== RCS file: /cvs/ports/security/rhash/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile 26 Dec 2019 04:02:11 -0000 1.7 +++ Makefile 21 Jul 2020 14:14:03 -0000 @@ -2,7 +2,7 @@ COMMENT = utility and library for computing hash sums -DISTNAME = rhash-1.3.9-src +DISTNAME = rhash-1.4.0-src PKGNAME = ${DISTNAME:S/-src$//} SHARED_LIBS = rhash 0.0 Index: distinfo =================================================================== RCS file: /cvs/ports/security/rhash/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 26 Dec 2019 04:02:11 -0000 1.4 +++ distinfo 21 Jul 2020 14:14:03 -0000 @@ -1,2 +1,2 @@ -SHA256 (rhash-1.3.9-src.tar.gz) = QrEAb5mK2xibHzFr8aYOMXHaBHqFxKre0tDSbBR2yfY= -SIZE (rhash-1.3.9-src.tar.gz) = 403415 +SHA256 (rhash-1.4.0-src.tar.gz) = LqOVQPXFgNoOZV97SDwZ4NMVBq7UIC2I6EWfp67riGE= +SIZE (rhash-1.4.0-src.tar.gz) = 406433 Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/security/rhash/patches/patch-configure,v retrieving revision 1.2 diff -u -p -r1.2 patch-configure --- patches/patch-configure 26 Dec 2019 04:02:11 -0000 1.2 +++ patches/patch-configure 21 Jul 2020 14:14:03 -0000 @@ -3,7 +3,7 @@ $OpenBSD: patch-configure,v 1.2 2019/12/ Index: configure --- configure.orig +++ configure -@@ -598,7 +598,7 @@ log_finish +@@ -599,7 +599,7 @@ log_finish # detect proper shared library name SHARED_PREFIX="lib" STATIC_PREFIX="lib"