Date: Mon, 14 Sep 2020 05:12:45 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548584 - head/security/highwayhash Message-ID: <202009140512.08E5CjqA041626@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Sep 14 05:12:45 2020 New Revision: 548584 URL: https://svnweb.freebsd.org/changeset/ports/548584 Log: security/highwayhash: Update g20200527 -> g20200803 Modified: head/security/highwayhash/Makefile head/security/highwayhash/distinfo Modified: head/security/highwayhash/Makefile ============================================================================== --- head/security/highwayhash/Makefile Mon Sep 14 04:44:34 2020 (r548583) +++ head/security/highwayhash/Makefile Mon Sep 14 05:12:45 2020 (r548584) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= highwayhash -PORTVERSION= g20200527 +PORTVERSION= g20200803 PORTEPOCH= 1 CATEGORIES= security @@ -22,5 +22,8 @@ USE_GITHUB= yes GH_ACCOUNT= google GH_TAGNAME= 954e56589a7e75bad04f1063174d78f8c17a9b3a USE_LDCONFIG= yes + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhighwayhash.so .include <bsd.port.mk> Modified: head/security/highwayhash/distinfo ============================================================================== --- head/security/highwayhash/distinfo Mon Sep 14 04:44:34 2020 (r548583) +++ head/security/highwayhash/distinfo Mon Sep 14 05:12:45 2020 (r548584) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590615887 -SHA256 (google-highwayhash-g20200527-954e56589a7e75bad04f1063174d78f8c17a9b3a_GH0.tar.gz) = 3ed4fe15de16117f03d42e82a22087eee33b3d12912d1475fcf100e3f4516833 -SIZE (google-highwayhash-g20200527-954e56589a7e75bad04f1063174d78f8c17a9b3a_GH0.tar.gz) = 159379 +TIMESTAMP = 1600060112 +SHA256 (google-highwayhash-g20200803-954e56589a7e75bad04f1063174d78f8c17a9b3a_GH0.tar.gz) = 3ed4fe15de16117f03d42e82a22087eee33b3d12912d1475fcf100e3f4516833 +SIZE (google-highwayhash-g20200803-954e56589a7e75bad04f1063174d78f8c17a9b3a_GH0.tar.gz) = 159379
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009140512.08E5CjqA041626>