mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
databases/mongodb-tools: update to 100.11.0
Changes: https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100110 Updatex/crypto to address CVE-2024-45337 https://jira.mongodb.org/browse/TOOLS-3741 Enabled some unit tests for the do-test target. Security: CVE-2024-45337
This commit is contained in:
parent
0a25b0e17c
commit
b7644b852d
2 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= mongodb-tools
|
||||
DISTVERSION= 100.10.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 100.11.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= ronald@FreeBSD.org
|
||||
|
@ -10,7 +9,7 @@ WWW= https://www.mongodb.com/docs/database-tools/
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USES= compiler:c++14-lang go localbase
|
||||
USES= compiler:c++14-lang go:1.22 localbase
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mongodb
|
||||
GH_PROJECT= mongo-tools
|
||||
|
@ -18,6 +17,11 @@ GH_PROJECT= mongo-tools
|
|||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
||||
GO_BUILDFLAGS= -tags "${USE_MY_TAGS}"
|
||||
|
||||
# This should be TEST_ENV according to bsd.port.mk, but Uses/go.mk passes
|
||||
# MAKE_ENV instead of TEST_ENV in the do-test target.
|
||||
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284387
|
||||
MAKE_ENV+= TOOLS_TESTING_UNIT=true
|
||||
|
||||
CONFLICTS_INSTALL= mongodb42-tools
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1721888470
|
||||
SHA256 (mongodb-mongo-tools-100.10.0_GH0.tar.gz) = 215febf00ef78c9368ca42b262eda9a2a245b15c571eebc7a00bba54e61dd39c
|
||||
SIZE (mongodb-mongo-tools-100.10.0_GH0.tar.gz) = 5186537
|
||||
TIMESTAMP = 1737715672
|
||||
SHA256 (mongodb-mongo-tools-100.11.0_GH0.tar.gz) = 1d3e6f9b83ded015300fc77b739d19d97afc50ec79d20854459eb2841713ffd0
|
||||
SIZE (mongodb-mongo-tools-100.11.0_GH0.tar.gz) = 6284375
|
||||
|
|
Loading…
Add table
Reference in a new issue