aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÄlven <alster@vinterdalen.se>2024-06-09 09:48:26 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-06-09 09:53:15 +0000
commit8d0f08dc5af34c411c67374a6c485e2d693ceb97 (patch)
treee8c44ba2bd6520bbb8f143c40a97cbbab79959ca
parent52ef478b71c0c4bf449fa9ac7e03fc6fc3244663 (diff)
downloadports-8d0f08dc5af34c411c67374a6c485e2d693ceb97.tar.gz
ports-8d0f08dc5af34c411c67374a6c485e2d693ceb97.zip
security/blst: Update to 0.3.12
PR: 279431
-rw-r--r--security/blst/Makefile2
-rw-r--r--security/blst/distinfo6
-rw-r--r--security/blst/pkg-descr4
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.