Update GMP to 6.3.0
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
package=gmp
|
package=gmp
|
||||||
$(package)_version=6.1.2
|
$(package)_version=6.3.0
|
||||||
$(package)_download_path=https://gmplib.org/download/gmp
|
$(package)_download_path=https://gmplib.org/download/gmp
|
||||||
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
|
$(package)_file_name=$(package)-$($(package)_version).tar.xz
|
||||||
$(package)_sha256_hash=5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2
|
$(package)_sha256_hash=a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898
|
||||||
|
|
||||||
define $(package)_set_vars
|
define $(package)_set_vars
|
||||||
$(package)_config_opts=--disable-shared
|
$(package)_config_opts=--disable-shared
|
||||||
@@ -21,4 +21,3 @@ endef
|
|||||||
define $(package)_stage_cmds
|
define $(package)_stage_cmds
|
||||||
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
@@ -246,7 +246,7 @@ DEPENDS BASELINE NOTE
|
|||||||
The 2.0 branch currently verifies Windows x86_64 builds against the same
|
The 2.0 branch currently verifies Windows x86_64 builds against the same
|
||||||
modernized core dependency baseline as Linux: OpenSSL 3.5.6, Boost 1.91.0,
|
modernized core dependency baseline as Linux: OpenSSL 3.5.6, Boost 1.91.0,
|
||||||
Qt 6.8.3, Berkeley DB 4.8.30, protobuf 2.6.1, libevent 2.1.8-stable, and GMP
|
Qt 6.8.3, Berkeley DB 4.8.30, protobuf 2.6.1, libevent 2.1.8-stable, and GMP
|
||||||
6.1.2. Expat 2.8.0 and FreeType 2.14.3 are part of the Linux Qt/font depends
|
6.3.0. Expat 2.8.0 and FreeType 2.14.3 are part of the Linux Qt/font depends
|
||||||
path and are documented in `doc/dependencies.md`.
|
path and are documented in `doc/dependencies.md`.
|
||||||
|
|
||||||
============================================================
|
============================================================
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@ branch. You can find instructions for installing or building them in the
|
|||||||
| librsvg | | | | | |
|
| librsvg | | | | | |
|
||||||
| MiniUPnPc | [2.3.3](https://miniupnp.tuxfamily.org/files/) | | No | | |
|
| MiniUPnPc | [2.3.3](https://miniupnp.tuxfamily.org/files/) | | No | | |
|
||||||
| OpenSSL | [3.5.6](https://www.openssl.org/source) | | No | | |
|
| OpenSSL | [3.5.6](https://www.openssl.org/source) | | No | | |
|
||||||
| GMP | [6.1.2](https://gmplib.org/) | | No | | |
|
| GMP | [6.3.0](https://gmplib.org/) | | No | | |
|
||||||
| PCRE | | | | | [Yes](https://github.com/agrarian-project/agrarian/blob/master/depends/packages/qt.mk#L66) |
|
| PCRE | | | | | [Yes](https://github.com/agrarian-project/agrarian/blob/master/depends/packages/qt.mk#L66) |
|
||||||
| protobuf | [2.6.1](https://github.com/google/protobuf/releases) | | No | | |
|
| protobuf | [2.6.1](https://github.com/google/protobuf/releases) | | No | | |
|
||||||
| Python (tests) | | [3.5](https://www.python.org/downloads) | | | |
|
| Python (tests) | | [3.5](https://www.python.org/downloads) | | | |
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ The current deterministic `depends/` baseline is:
|
|||||||
- protobuf 2.6.1 for the existing Qt payment request sources
|
- protobuf 2.6.1 for the existing Qt payment request sources
|
||||||
- qrencode 4.1.1 for Qt wallet QR code support
|
- qrencode 4.1.1 for Qt wallet QR code support
|
||||||
- libevent 2.1.12-stable
|
- libevent 2.1.12-stable
|
||||||
- GMP 6.1.2
|
- GMP 6.3.0
|
||||||
- MiniUPnPc 2.3.3 when UPnP support is enabled
|
- MiniUPnPc 2.3.3 when UPnP support is enabled
|
||||||
- ZeroMQ 4.3.5 when enabled
|
- ZeroMQ 4.3.5 when enabled
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user