Update to latest snapshot and include module "recovery".
PR: 233456 Submitted by: robert.ayrapetyan@gmail.com
This commit is contained in:
parent
1a49e486ea
commit
8377e576c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485928
3 changed files with 12 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= secp256k1
|
||||
PORTVERSION= 0.1.20180531
|
||||
PORTVERSION= 0.1.20181106
|
||||
CATEGORIES= math security java
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
|
@ -12,10 +12,11 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf libtool gmake
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bitcoin-core
|
||||
GH_TAGNAME= 1e6f1f5
|
||||
GH_TAGNAME= 314a61d
|
||||
|
||||
OPTIONS_DEFINE= GMP JAVA
|
||||
OPTIONS_DEFAULT=GMP JAVA
|
||||
|
@ -29,7 +30,8 @@ JAVA_DESC= Build JNI bindings
|
|||
JAVA_CONFIGURE_ENABLE=jni
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-experimental --enable-module-ecdh
|
||||
CONFIGURE_ARGS= --enable-experimental --enable-module-ecdh \
|
||||
--enable-endomorphism --enable-module-recovery
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -44,4 +46,7 @@ USE_JAVA= yes
|
|||
CONFIGURE_ENV+= JAVA_HOME="${JAVA_HOME}"
|
||||
.endif
|
||||
|
||||
check regression-test test: build
|
||||
cd ${WRKSRC} && ./tests
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1539245561
|
||||
SHA256 (bitcoin-core-secp256k1-0.1.20180531-1e6f1f5_GH0.tar.gz) = de3e0aa69b3d0c9bdad609a77df1a7b9d5b00c1213f15af3378ddd3bd603365e
|
||||
SIZE (bitcoin-core-secp256k1-0.1.20180531-1e6f1f5_GH0.tar.gz) = 163173
|
||||
TIMESTAMP = 1543141762
|
||||
SHA256 (bitcoin-core-secp256k1-0.1.20181106-314a61d_GH0.tar.gz) = 047468d374f644d7bcdb6448405c7c9696b8997e31e7fb03a51fb26585371add
|
||||
SIZE (bitcoin-core-secp256k1-0.1.20181106-314a61d_GH0.tar.gz) = 163734
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
include/secp256k1.h
|
||||
include/secp256k1_ecdh.h
|
||||
include/secp256k1_recovery.h
|
||||
lib/libsecp256k1.a
|
||||
lib/libsecp256k1.so
|
||||
lib/libsecp256k1.so.0
|
||||
|
|
Loading…
Reference in a new issue