Date: Wed, 6 Mar 2024 09:21:15 GMT From: Felix Palmen <zirias@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f800109dfb27 - main - security/xhash: Update to 3.3.2 Message-ID: <202403060921.4269LF0R010844@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zirias: URL: https://cgit.FreeBSD.org/ports/commit/?id=f800109dfb2724178497db80d930c0e81fb197c6 commit f800109dfb2724178497db80d930c0e81fb197c6 Author: Ricardo Branco <rbranco@suse.de> AuthorDate: 2024-02-27 17:18:16 +0000 Commit: Felix Palmen <zirias@FreeBSD.org> CommitDate: 2024-03-06 09:20:34 +0000 security/xhash: Update to 3.3.2 Changes: - Fix 32-bit compilation - Add support for BLAKE2s PR: 277359 Pull Request: #240 --- security/xhash/Makefile | 2 +- security/xhash/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/xhash/Makefile b/security/xhash/Makefile index 6d6aefe9bba5..9dc3bffe9126 100644 --- a/security/xhash/Makefile +++ b/security/xhash/Makefile @@ -1,6 +1,6 @@ PORTNAME= xhash DISTVERSIONPREFIX= v -DISTVERSION= 3.3.1 +DISTVERSION= 3.3.2 CATEGORIES= security MAINTAINER= rbranco@suse.de diff --git a/security/xhash/distinfo b/security/xhash/distinfo index 03cf1bdeae2d..aa6114c6ceba 100644 --- a/security/xhash/distinfo +++ b/security/xhash/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1708629232 -SHA256 (ricardobranco777-xhash-v3.3.1_GH0.tar.gz) = 13a25ec167734c64a6d8d13b243714269b80f33ceb5e68f5203d7834447e500e -SIZE (ricardobranco777-xhash-v3.3.1_GH0.tar.gz) = 14728 +TIMESTAMP = 1709054234 +SHA256 (ricardobranco777-xhash-v3.3.2_GH0.tar.gz) = 4a43ea5e6f36ab0c21ea89a080ff6134a7c0beabd4ed47d4f8f3ed562870e32a +SIZE (ricardobranco777-xhash-v3.3.2_GH0.tar.gz) = 14889 SHA256 (golang-crypto-v0.19.0_GH0.tar.gz) = 0e1d6c17f9c6f529d2d06e43030695ba135115ee401fda5316d6b30423087bb2 SIZE (golang-crypto-v0.19.0_GH0.tar.gz) = 1810389 SHA256 (golang-sys-v0.17.0_GH0.tar.gz) = ac396e3c66940e34fdd1d422a9628ab2a5118249118f2a36f65082d32e709e7a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403060921.4269LF0R010844>