lang/go12[45]: silence portscout
Because this does not make sense:
Port | Current version | New version
------------------------------------------------+-----------------+------------
lang/go124 | 1.24.8 | 1.25.3
------------------------------------------------+-----------------+------------
And pet portclippy in the meantime by reordering some variables.
databases/mongodb70: make_jobs_unsafe
For unknown reasons this port tends to fail a lot on @armv80a flavor.
From the build log:
"scons: *** [build/opt/mongo/db/catalog/collection_uuid_mismatch.o] Error -9"
I can't reproduce this locally. Let's try to remove parallel jobs and
see if it improves the build stability.
Reported-by: https://portsfallout.com/fallout?port=databases%2Fmongodb%5B0-9%5D&maintainer=&env=&category=&flavor=
lang/go124: Update to 1.24.9
Changes: go1.24.9 (released 2025-10-13) includes fixes to the
crypto/x509 package. See the Go 1.24.9 milestone on our issue tracker
for details.
lang/go125: Update to 1.25.3.
Changes: go1.25.3 (released 2025-10-13) includes fixes to the
crypto/x509 package. See the Go 1.25.3 milestone on our issue tracker
for details.
Revert ".cirrus.yml: Reenable CI with pre-commit CI scripts"
This reverts commit 676d64ee8327851063d92d0dd6a4ceee6b3a25e6.
These tests take a combined 3h to run and are consuming our montly
Cirrus-CI credits in short order, before failing.
In the PR markj reports that the failure appeared somewhere between:
good: da64f6e047b5f6cd9b9e8450d19072cb0b6e44d0
bad: b197d2abcb6895d78bc9df8404e374397aa44748
Unfortunately, even after we find the offending commit and have a fix we
still do not have sufficient monthly compute credit. Disable these
tests for now, pending a solution to both issues.
PR: 289696
Reviewed by: ngie
Differential Revision: https://reviews.freebsd.org/D52618
[2 lines not shown]
bsdinstall: Tweak pkgbase/dist set labels
Have the button labels refer to the artifact type directly (distribution
sets / packages), and use "Tech Preview" as packaged base is no longer
experimental.
Reviewed by: ivy, cperciva
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52999
(cherry picked from commit abd9424590ba37ac10e92723ad6428f0448024c1)
net/wutil: Add new port
wutil is a WiFi management utility for FreeBSD with a CLI (wutil) and
a TUI (wutui). It supports station-mode operations and manages
wpa_supplicant configuration.
WWW: https://github.com/MainKt/wutil/
Sponsored by: Google LLC (GSoC 2025)
PR: 289079
security/wpa_supplicant: Add option to build libwpa_client
CONFIG_BUILD_WPA_CLIENT_SO allows building the libwpa_client shared
library and the wpa_ctrl.h header file. This library provides helpers
to interact with the wpa_supplicant control interface.
This is required for net/wutil.
Approved by: cy (maintainer timeout)
PR: 288933
Sponsored by: Google LLC (GSoC 2025)
fusefs: fix intermittency in the BadServer.ShortWrite test
This test implicitly depended on the order in which two threads
completed. If the test thread finished first, the test would pass. But
if the mock file system thread did, it would attempt to read from an
unmounted file system, and fail. As a result, the test would randomly
fail once out of every several thousand executions. Fix it by telling
the mock file system's event loop to exit without attempting to read any
more events.
Reported by: Siva Mahadevan <me at svmhdvn.name>
MFC after: 1 week
Reviewed by: Siva Mahadevan <me at svmhdvn.name>
Differential Revision: https://reviews.freebsd.org/D53080