diff --git a/security/blst/Makefile b/security/blst/Makefile index 5af242aef4fc..5584ad30a5be 100644 --- a/security/blst/Makefile +++ b/security/blst/Makefile @@ -1,32 +1,32 @@ PORTNAME= blst DISTVERSIONPREFIX= v -DISTVERSION= 0.3.11 +DISTVERSION= 0.3.12 CATEGORIES= security devel MAINTAINER= arrowd@FreeBSD.org COMMENT= Implementation of BLS12-381 signature algorithm WWW= https://github.com/supranational/blst LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= supranational USE_LDCONFIG= yes SUB_FILES= libblst.pc do-build: cd ${WRKSRC} && ./build.sh -shared do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/libblst ${INSTALL_DATA} ${WRKSRC}/bindings/blst_aux.h \ ${WRKSRC}/bindings/blst.h \ ${WRKSRC}/bindings/blst.hpp \ ${STAGEDIR}${PREFIX}/include/libblst ${INSTALL_DATA} ${WRKDIR}/libblst.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig ${INSTALL_LIB} ${WRKSRC}/libblst.so ${STAGEDIR}${PREFIX}/lib .include 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.