git: 8d0f08dc5af3 - main - security/blst: Update to 0.3.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jun 2024 09:53:39 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d0f08dc5af34c411c67374a6c485e2d693ceb97 commit 8d0f08dc5af34c411c67374a6c485e2d693ceb97 Author: Älven <alster@vinterdalen.se> AuthorDate: 2024-06-09 09:48:26 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-06-09 09:53:15 +0000 security/blst: Update to 0.3.12 PR: 279431 --- security/blst/Makefile | 2 +- security/blst/distinfo | 6 +++--- security/blst/pkg-descr | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/blst/Makefile b/security/blst/Makefile index 5af242aef4fc..5584ad30a5be 100644 --- a/security/blst/Makefile +++ b/security/blst/Makefile @@ -1,6 +1,6 @@ PORTNAME= blst DISTVERSIONPREFIX= v -DISTVERSION= 0.3.11 +DISTVERSION= 0.3.12 CATEGORIES= security devel MAINTAINER= arrowd@FreeBSD.org diff --git a/security/blst/distinfo b/security/blst/distinfo index 99d3041e312e..dd09f6f581fc 100644 --- a/security/blst/distinfo +++ b/security/blst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706466871 -SHA256 (supranational-blst-v0.3.11_GH0.tar.gz) = d0a6e2a69490cc45f0a531a684a225e56fe22303665157cfa397ba5605447eb9 -SIZE (supranational-blst-v0.3.11_GH0.tar.gz) = 564973 +TIMESTAMP = 1717153467 +SHA256 (supranational-blst-v0.3.12_GH0.tar.gz) = 0b3d073a855ddb177845c60ea110e11890e0e39a75287f83b2754d67fd82ffec +SIZE (supranational-blst-v0.3.12_GH0.tar.gz) = 590470 diff --git a/security/blst/pkg-descr b/security/blst/pkg-descr index a05e8c4691ed..98379b877f79 100644 --- a/security/blst/pkg-descr +++ b/security/blst/pkg-descr @@ -1,3 +1,3 @@ blst (pronounced 'blast') is a BLS12-381 signature library focused on -performance and security. It is written in C and assembly and has bindings to -various languages. +performance and security. It is written in C and assembly and has bindings +to various languages.