Dag-Erling Smørgrav
4ea3547132
various: Bump go ports for go-1.25.12 / 1.26.5
2026-07-10 09:54:15 +02:00
Dag-Erling Smørgrav
dd8dc2a59d
various: Bump go ports for go-1.25.11 / go-1.26.4
2026-06-03 19:54:22 +02:00
Ronald Klop
d1a8d5db85
databases/mongodb-tools: 100.17.0
...
Changelog:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100170
2026-05-12 13:36:36 +02:00
Ronald Klop
c2e47f9e83
databases/mongodb-tools: 100.16.1
...
Changelog:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100161
2026-05-11 21:18:03 +02:00
Adam Weinberger
4e243a83f8
various: Bump ports for Go 1.25.10
2026-05-09 13:25:51 -04:00
Dag-Erling Smørgrav
7507e72a84
various: Bump go ports for go-1.25.9 / 1.26.2
2026-04-10 17:57:27 +02:00
Ronald Klop
4ef409b41b
databases/mongodb-tools: 100.16.0
...
Changelog:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100160
2026-04-03 09:13:50 +02:00
Ronald Klop
b7759973e6
databases/mongodb-tools: 100.15.0
...
Changelog:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100150
2026-03-19 09:50:31 +01:00
Adam Weinberger
a8d318da7c
various: Bump ports for Go 1.25.8
2026-03-05 22:33:23 -05:00
Adam Weinberger
97685c1886
various: Bump ports for Go default 1.24->1.25
2026-02-11 14:21:45 -05:00
Adam Weinberger
529df949a5
various: Bump Go ports for 1.24.13
2026-02-05 11:48:00 -05:00
Ronald Klop
fdc8cb71de
databases/mongodb-tools: 100.14.1
...
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100141
2026-01-31 11:09:21 +01:00
Adam Weinberger
013f2d30b0
various: Bump Go ports for 1.24.12
2026-01-16 12:49:03 -05:00
Ronald Klop
4c68eb5634
databases/mongodb-tools: unpin go version
...
Dodges the deprecation.
Unfortunately the tests fail if go.mod does not match the go pkg
version. Documented this in the Makefile.
Fixes: f45b1d07f5 "many: Unsupported Go dep; deprecate and schedule for removal"
2025-12-07 21:03:43 +01:00
Adam Weinberger
f45b1d07f5
many: Unsupported Go dep; deprecate and schedule for removal
...
There are about 75 ports that depend on old, unsupported Go
versions. I've scheduled those Go versions for deletions on
2025/01/01, and so these ports are scheduled for removal on
that same day.
HOWEVER....
Likely NONE or VERY VERY FEW of these ports will actually need
to be deleted! This stems from a misunderstanding:
When go.mod says "go 1.23", it means that it requires AT LEAST
go-1.23. Locking a port to a specific go version should almost
never happen; it is reserved for when a package absolutely
cannot build with any newer version, and it almost means that
the port will only last 1 year (Go releases new minors twice a
year).
Where a port has
USES=go:1.23
maintainers should attempt build with just
USES=go
If that works, please either commit it or submit it in a PR.
Same goes go
USES=go:1.23,modules
to attempt
USES=go,modules
2025-12-05 09:07:28 -05:00
Ronald Klop
2588b501b4
databases/mongodb-tools: distfile changed
...
The difference equals to this commit:
https://github.com/mongodb/mongo-tools/commit/23008ff975be028544710a5da6ae749dc7e90ab7
Reported by: portsfallout.com
2025-09-02 10:52:21 +02:00
Ronald Klop
f1cc93d8d9
databases/mongodb-tools: 100.13.0
...
Changes:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100130
2025-08-31 11:02:56 +02:00
Adam Weinberger
b6703954e3
go123 ports: Bump for 1.23.12
2025-08-06 20:13:05 -04:00
Ronald Klop
038850b95e
databases/mongodb-tools: update to 100.12.2
...
Changes:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100122
- remove a conflict with a port that is long gone.
2025-06-23 21:57:35 +02:00
Ronald Klop
4534781a55
databases/mongodb-tools: 100.12.1
...
Changes:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100121
Security: CVE-2025-22872 https://jira.mongodb.org/browse/TOOLS-3819
2025-05-23 15:06:24 +02:00
Ronald Klop
ba9303f178
databases/mongodb-tools: use go 1.23
...
By reading some of the fixed issues in the last release I found
that the go version was bumped upstream.
Although it builds and runs fine I let the port follow.
Add a pre-configure check that the port uses the same go version
as is mentioned in go.mod.
2025-04-03 18:30:45 +02:00
Ronald Klop
86738edf1d
databases/mongodb-tools: 100.12.0
...
"This version adds support for MongoDB Server 8.1, along with security updates and bug fixes."
Changes:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100120
Security: CVE-2025-30204 jwt/v5@v5.2.1
Security: CVE-2025-22870 net@v0.34 .0
Security: CVE-2025-22869 crypto@v0.32 .0
2025-04-03 11:17:13 +02:00
Adam Weinberger
a4e30d4f4f
go: Bump ports for go124 update
2025-04-01 22:07:58 -04:00
Adam Weinberger
d0642a6176
Bump all go ports for yesterday's releases
2025-03-05 11:02:56 -05:00
Ronald Klop
b7644b852d
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
2025-02-04 10:17:58 +01:00
Ashish SHUKLA
aa8c0111bf
all: Bump after lang/go121 update
2024-08-09 06:24:08 +00:00
Ronald Klop
0c0662de53
databases/mongodb-tools: update to 100.10.0
...
Changes:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100100
This version adds support for MongoDB Server 8.0, and support for Ubuntu 24.04 platforms. It also updates several packages and fixes a bug.
2024-08-01 12:43:41 +02:00
Ashish SHUKLA
c4b51c2028
all: Bump after lang/go121 update
2024-07-03 08:29:54 +00:00
Ronald Klop
7be8cc8f8d
databases/mongodb-tools: update to 100.9.5
...
Changes:
https://www.mongodb.com/community/forums/t/database-tools-100-9-5-released/285350
2024-06-18 16:33:03 +02:00
Ashish SHUKLA
746fa696a1
all: Bump after lang/go121 update
...
MFH: 2024Q2
2024-06-15 09:52:17 +00:00
Ashish SHUKLA
fce0cc3272
all: Bump after lang/go121 update
...
MFH: 2024Q2
2024-05-13 17:56:04 +00:00
Ashish SHUKLA
32b284679a
all: Bump after lang/go121 update
...
MFH: 2024Q2
2024-04-15 08:20:04 +00:00
Muhammad Moinur Rahman
a5a000df3b
lang/go: Change DEFAULT to 1.21
...
PR: 277776
Approved by: portmgr (exp-run)
2024-03-24 15:29:00 +01:00
Ashish SHUKLA
7e5aa2085f
all: Bump PORTREVISION after lang/go* update
...
PR: 276530
2024-02-11 10:39:17 +00:00
Ronald Klop
dcdd6d4d55
databases/mongodb-tools: update to 100.9.4
...
changes:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#10094
poudriere stage-qa: ok (on aarch64)
2023-12-08 17:04:18 +01:00
Ashish SHUKLA
0505b712df
all: Bump PORTREVISION after lang/go* update
...
PR: 274405
2023-12-07 02:22:10 +00:00
Ronald Klop
45f24753fc
databases/mongodb-tools: update to 100.9.3
...
changes:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#10092
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#10093
- it only added Debian 12 support, but we better stay up to date to prevent confusion.
version bump
poudriere stage-qa: ok
2023-12-01 16:21:12 +01:00
Ronald Klop
6aa183f27d
databases/mongodb-tools: update to 100.9.1
...
Changes: https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#10091
version bump
poudriere stage-qa: ok
2023-11-10 15:00:18 +01:00
Ronald Klop
967c768696
databases/mongodb-tools: update 100.9.0
...
changes:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#10090
This version adds support for MongoDB Server 7.0.
trivial version bump
poudriere stage-qa: ok
2023-10-21 12:18:16 +02:00
Dmitri Goutnik
8e4bc57934
all: Bump PORTREVISION after lang/go* update
2023-09-08 09:34:56 -05:00
Ronald Klop
930dccab9e
databases/mongodb-tools: update to 100.8.0
...
Changes:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#10080
* version bump
* poudriere stage-qa: ok
2023-08-18 14:59:39 +02:00
Ronald Klop
273443c506
databases/mongodb-tools: update to 100.7.5
...
Changes: https://www.mongodb.com/docs/database-tools/release-notes/database-tools-changelog/#100.7.5-changelog
* version bump
* poudriere stage-qa: ok
2023-08-11 11:48:15 +02:00
Dmitri Goutnik
09b993031a
all: Bump PORTREVISION after lang/go{119,120} update
2023-08-04 09:24:50 -05:00
Ronald Klop
2295dc8785
databases/mongodb-tools: upgrade to 100.7.4
...
Changes:
https://www.mongodb.com/docs/database-tools/release-notes/database-tools-changelog/#100.7.4-changelog
* version bump
* remove mongodb40-tools from CONFLICTS; port is gone
* poudriere stage-qa: ok
2023-07-25 13:11:53 +02:00
Ronald Klop
62908b2a9d
databases/mongodb-tools: update to 100.7.3
...
Changes:
https://www.mongodb.com/docs/database-tools/release-notes/database-tools-changelog/#100.7.3-changelog
2023-06-28 09:43:26 +02:00
Ronald Klop
17c65a9675
databases/mongodb-tools: upgrade to 100.7.2
...
Changelog:
https://www.mongodb.com/docs/database-tools/release-notes/database-tools-changelog/#100.7.2-changelog
2023-06-01 12:44:30 +02:00
Ronald Klop
59fa77d442
databases/mongodb-tools: no reason to limit archs
...
As long as all dependencies build this port will build also.
+ remove mongodb36-tools conflict, the port was removed just before 2023Q2.
2023-04-17 00:38:23 +02:00
Dmitri Goutnik
ff40d94c1d
all: Bump PORTREVISION after lang/go{119,120} update
2023-04-08 10:13:25 -05:00
Robert Clausecker
20de538a43
databases/mongodb{,42}-tools: enable on riscv64
...
Build fine.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
2023-03-27 13:25:00 +02:00
Dmitri Goutnik
09079730e9
all: Bump PORTREVISION after Go ports update
2023-03-09 14:18:07 -05:00