Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2024 08:51:03 GMT
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b1a4656e3b1 - main - math/secp256k1: update to 0.6.0 release.
Message-ID:  <202411110851.4AB8p3Lp007670@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b1a4656e3b13d6159e275b318fd7a583450bba7

commit 6b1a4656e3b13d6159e275b318fd7a583450bba7
Author:     Alex Dupre <ale@FreeBSD.org>
AuthorDate: 2024-11-11 08:46:16 +0000
Commit:     Alex Dupre <ale@FreeBSD.org>
CommitDate: 2024-11-11 08:50:21 +0000

    math/secp256k1: update to 0.6.0 release.
    
    Bump PORTREVISION on dependent ports.
---
 math/py-secp256k1/Makefile       | 2 +-
 math/secp256k1/Makefile          | 2 +-
 math/secp256k1/distinfo          | 6 +++---
 math/secp256k1/pkg-plist         | 5 +++--
 net-p2p/cardano-db-sync/Makefile | 1 +
 net-p2p/cardano-node/Makefile    | 1 +
 net-p2p/ogmios/Makefile          | 1 +
 sysutils/cardano-cli/Makefile    | 1 +
 8 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/math/py-secp256k1/Makefile b/math/py-secp256k1/Makefile
index 75dbba665e7a..8d800c635753 100644
--- a/math/py-secp256k1/Makefile
+++ b/math/py-secp256k1/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	secp256k1
 PORTVERSION=	0.13.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/math/secp256k1/Makefile b/math/secp256k1/Makefile
index 12300beabaa8..abdc97284a3b 100644
--- a/math/secp256k1/Makefile
+++ b/math/secp256k1/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	secp256k1
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.1
+DISTVERSION=	0.6.0
 CATEGORIES=	math security java
 
 MAINTAINER=	ale@FreeBSD.org
diff --git a/math/secp256k1/distinfo b/math/secp256k1/distinfo
index 88812ed94e6c..378b71da49a9 100644
--- a/math/secp256k1/distinfo
+++ b/math/secp256k1/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1723195821
-SHA256 (bitcoin-core-secp256k1-v0.5.1_GH0.tar.gz) = 081f4730becba2715a6b0fd198fedd9e649a6caaa6a7d6d3cf0f9fa7483f2cf1
-SIZE (bitcoin-core-secp256k1-v0.5.1_GH0.tar.gz) = 1962518
+TIMESTAMP = 1730814381
+SHA256 (bitcoin-core-secp256k1-v0.6.0_GH0.tar.gz) = 785bb98e7d6705c51c8dfa8ac3af6aa2ccfa3774714d51c0b9e28fac1146e9f1
+SIZE (bitcoin-core-secp256k1-v0.6.0_GH0.tar.gz) = 1996783
diff --git a/math/secp256k1/pkg-plist b/math/secp256k1/pkg-plist
index cfa7c6be0011..f9489d99bc4e 100644
--- a/math/secp256k1/pkg-plist
+++ b/math/secp256k1/pkg-plist
@@ -2,11 +2,12 @@ include/secp256k1.h
 include/secp256k1_ecdh.h
 include/secp256k1_ellswift.h
 include/secp256k1_extrakeys.h
+include/secp256k1_musig.h
 include/secp256k1_preallocated.h
 include/secp256k1_recovery.h
 include/secp256k1_schnorrsig.h
 lib/libsecp256k1.a
 lib/libsecp256k1.so
-lib/libsecp256k1.so.2
-lib/libsecp256k1.so.2.2.1
+lib/libsecp256k1.so.5
+lib/libsecp256k1.so.5.0.0
 libdata/pkgconfig/libsecp256k1.pc
diff --git a/net-p2p/cardano-db-sync/Makefile b/net-p2p/cardano-db-sync/Makefile
index 32afe32bfe4d..7016c35d06b0 100644
--- a/net-p2p/cardano-db-sync/Makefile
+++ b/net-p2p/cardano-db-sync/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cardano-db-sync
 PORTVERSION=	13.5.0.2
+PORTREVISION=	1
 CATEGORIES=	net-p2p databases
 MASTER_SITES=	https://chap.intersectmbo.org/package/:chap
 
diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile
index 63b05a69a07b..2579d82e1e5a 100644
--- a/net-p2p/cardano-node/Makefile
+++ b/net-p2p/cardano-node/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cardano-node
 PORTVERSION=	9.2.1
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	https://chap.intersectmbo.org/package/:chap
 
diff --git a/net-p2p/ogmios/Makefile b/net-p2p/ogmios/Makefile
index 956bb79bc6ac..b300d44f78e8 100644
--- a/net-p2p/ogmios/Makefile
+++ b/net-p2p/ogmios/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ogmios
 PORTVERSION=	6.8.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=v
 CATEGORIES=	net-p2p
 MASTER_SITES=	https://input-output-hk.github.io/cardano-haskell-packages/package/:chap
diff --git a/sysutils/cardano-cli/Makefile b/sysutils/cardano-cli/Makefile
index fedec9b1d535..3b3f552a531e 100644
--- a/sysutils/cardano-cli/Makefile
+++ b/sysutils/cardano-cli/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	cardano-cli
 DISTVERSIONPREFIX=	${PORTNAME}-
 DISTVERSION=	10.0.0.0
+PORTREVISION=	1
 CATEGORIES=	sysutils net-p2p
 MASTER_SITES=	https://chap.intersectmbo.org/package/:chap
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411110851.4AB8p3Lp007670>