aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2022-12-14 16:14:15 +0000
committerAlex Dupre <ale@FreeBSD.org>2022-12-14 16:15:33 +0000
commit054112aecc2e3dea47dc044607892001a018a9e1 (patch)
tree53fc40e2be17dd6495829d6f0f47a44beb31e0a7
parentcb3a308772b1fe3f4f59a014b01d4319ee8dd621 (diff)
downloadports-054112aecc2e3dea47dc044607892001a018a9e1.tar.gz
ports-054112aecc2e3dea47dc044607892001a018a9e1.zip
math/secp256k1: update to 0.2.0 release
Bump PORTREVISION of libsecp256k1 consumers.
-rw-r--r--math/py-secp256k1/Makefile1
-rw-r--r--math/secp256k1/Makefile8
-rw-r--r--math/secp256k1/distinfo6
-rw-r--r--math/secp256k1/pkg-plist4
-rw-r--r--net-p2p/arbitrum-avm/Makefile2
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/ \