From 054112aecc2e3dea47dc044607892001a018a9e1 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Wed, 14 Dec 2022 17:14:15 +0100 Subject: [PATCH] math/secp256k1: update to 0.2.0 release Bump PORTREVISION of libsecp256k1 consumers. --- math/py-secp256k1/Makefile | 1 + math/secp256k1/Makefile | 8 +++----- math/secp256k1/distinfo | 6 +++--- math/secp256k1/pkg-plist | 4 ++-- net-p2p/arbitrum-avm/Makefile | 2 +- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/math/py-secp256k1/Makefile b/math/py-secp256k1/Makefile index 2f0b47a36d59..8059d7540dff 100644 --- a/math/py-secp256k1/Makefile +++ b/math/py-secp256k1/Makefile @@ -1,5 +1,6 @@ PORTNAME= secp256k1 PORTVERSION= 0.13.2 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/secp256k1/Makefile b/math/secp256k1/Makefile index 2e91879e4ca7..6dc33c9febb3 100644 --- a/math/secp256k1/Makefile +++ b/math/secp256k1/Makefile @@ -1,5 +1,6 @@ PORTNAME= secp256k1 -PORTVERSION= 0.1.20220126 +DISTVERSIONPREFIX= v +DISTVERSION= 0.2.0 CATEGORIES= math security java MAINTAINER= ale@FreeBSD.org @@ -14,12 +15,9 @@ USES= autoreconf libtool USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= bitcoin-core -GH_TAGNAME= d8a2463 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-experimental --enable-module-ecdh \ - --enable-module-recovery --enable-module-extrakeys \ - --enable-module-schnorrsig +CONFIGURE_ARGS= --enable-module-recovery INSTALL_TARGET= install-strip TEST_TARGET= check diff --git a/math/secp256k1/distinfo b/math/secp256k1/distinfo index 8c892f8ea1ae..e2dd0e926518 100644 --- a/math/secp256k1/distinfo +++ b/math/secp256k1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643618680 -SHA256 (bitcoin-core-secp256k1-0.1.20220126-d8a2463_GH0.tar.gz) = ce882bebaf0b8f61181657f17d68a2a79ad82b68822571d2d09a9c7948492359 -SIZE (bitcoin-core-secp256k1-0.1.20220126-d8a2463_GH0.tar.gz) = 2436629 +TIMESTAMP = 1671020631 +SHA256 (bitcoin-core-secp256k1-v0.2.0_GH0.tar.gz) = 6cb0fd596e6b1a671f96e9ed7e65a047960def73de024e7b39f45a78ab4fc8df +SIZE (bitcoin-core-secp256k1-v0.2.0_GH0.tar.gz) = 2456096 diff --git a/math/secp256k1/pkg-plist b/math/secp256k1/pkg-plist index caaa7cd81eb9..44521df1f91e 100644 --- a/math/secp256k1/pkg-plist +++ b/math/secp256k1/pkg-plist @@ -6,6 +6,6 @@ include/secp256k1_recovery.h include/secp256k1_schnorrsig.h lib/libsecp256k1.a lib/libsecp256k1.so -lib/libsecp256k1.so.0 -lib/libsecp256k1.so.0.0.0 +lib/libsecp256k1.so.1 +lib/libsecp256k1.so.1.0.0 libdata/pkgconfig/libsecp256k1.pc diff --git a/net-p2p/arbitrum-avm/Makefile b/net-p2p/arbitrum-avm/Makefile index d66c374594c7..1c833343413f 100644 --- a/net-p2p/arbitrum-avm/Makefile +++ b/net-p2p/arbitrum-avm/Makefile @@ -1,6 +1,6 @@ PORTNAME= arbitrum-avm PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net-p2p MASTER_SITES= LOCAL/nc/mirror/ \