1,326,605 commits found in 124 milliseconds
HBSD: Bump hardenedbsd/secadm
Signed-off-by: Shawn Webb <shawn.webb at hardenedbsd.org>
Merge branch 'freebsd/main' into hardenedbsd/main
sysutils/vm-bhyve-devel: Update to the latest commit
This is a -devel port, so it's being shipped to the quarterly branch
for users keen on the latest updates. More cautious users use
sysutils/vm-bhyve instead.
MFH: 2026Q2
devel/raylib: Switch to SDL backend, Fix high audio latency on FreeBSD (OSS backend)
SDL has better Gamepad Support.
On FreeBSD, raylib (via miniaudio) defaults to a massive buffer size
when using the OSS backend. My logs show a "Periods size" of 32768
samples, which creates a latency of ~680ms at 48kHz. This makes the
library unusable for real-time applications and games on FreeBSD.
Patch the bundled src/external/miniaudio.h to force a lower latency
specifically for the OSS driver. By setting the default period size to
10ms and the period count to 2, the latency is reduced to ~10ms without
audio dropouts.
PR: 294647 294627
Tested by: Chédotal Julien <rjdi at wanadoo.fr>
Sponsored by: UNIS Labs
Co-authored-by: Chédotal Julien <rjdi at wanadoo.fr>
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH: 2026Q2
databases/heidisql: Update to 12.17
ChangeLog at: https://github.com/HeidiSQL/HeidiSQL/releases/tag/12.17
science/py-scipy: fix build with non-default Python version
PR: 287530
HardenedBSD /ports 86a1351 — audio/amarok pkg-plist Makefile, audio/amarok/files patch-cmake_modules_FindMariaDBd.cmake audio/amarok: Update to 3.3.2 for Qt6/KF6
PR: 283794
Co-authored-by: Martin Filla <freebsd at sysctl.cz>
Co-authored-by: Rainer Hurling <rhurlin at FreeBSD.org>
audio/amarok: Bring back from the attic
textproc/libunibreak: Update to 7.0
* Drop static library, no consumers in tree
Changelog:
https://github.com/adah1972/libunibreak/releases/tag/libunibreak_7_0
PR: 294450
Reviewed by: kde (makc)
graphics/openexr*: Security update to 3.4.10
Addresses security vulnerabilities
Changelog:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.4.10
Obtained from: GitHub repo
Security: CVE-2026-39886
CVE-2026-40244
CVE-2026-40250
security/vuxml: Add entry for OpenEXR vulnerabilities < 3.4.10
Multiple integer overflow issues
Obtained from: GitHub repo
Security: CVE-2026-39886
CVE-2026-40244
CVE-2026-40250
graphics/png: Update to 1.6.58
Changelog: https://github.com/pnggroup/libpng/blob/v1.6.58/ANNOUNCE
PR: 294600
Reviewed by: desktop (arrowd)
audio/libsndfile: Update to latest commit
* Update to latest commit upstream, fixes various bugs and issues
* Backport upstream PR 1106
* Remove STATIC option
* Rework "make test" so it doesn't depend on other options or toggles
* Disable lossy_comp_test_ogg_opus test as it breaks with opus 1.6.0+
Changelog:
https://github.com/libsndfile/libsndfile/compare/1.2.2...ea9ff56
References:
https://github.com/libsndfile/libsndfile/pull/1106
https://github.com/libsndfile/libsndfile/issues/1107
ports-mgmt/portlint: Update to 2.24.0
* Add support for FLAVOR'd WRKDIRs
PR: 294285
Merge branch 'freebsd/main' into hardenedbsd/main
math/ensmallen: update 2.22.1 → 3.11.0
devel/py-dpath: New port: Filesystem-like pathing and searching for dictionaries
devel/py-throttler: New port: Python package for easy throttling with asyncio support
devel/py-argparse-dataclass: New port: Declarative CLIs with argparse and dataclasses
textproc/py-yte: New port: YAML template engine with Python expressions
devel/py-conda-inject: New port: Inject a conda environment into the current Python environment
misc/lean-ctx: update 3.2.5 → 3.2.7
www/dpp: update 10.1.3 → 10.1.4
biology/ncbi-cxx-toolkit: update 29.7.0 → 30.2.0
devel/double-conversion: update 3.3.1 → 3.4.0
benchmarks/hipercontracer: Update 2.1.12 => 2.1.13
Changelog:
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.13/ChangeLog
Commit log:
https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.12...hipercontracer-2.1.13
PR: 294642
Sponsored by: UNIS Labs
emulators/wine-devel: Update 11.6 => 11.7
Changelog:
- Beginnings of MSXML reimplementation without libxml2.
- VBScript compatibility fixes and optimizations.
- SRGB filter support in D3DX.
- 7.1 speaker configuration in DirectSound.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.7
PR: 294606
Sponsored by: UNIS Labs
HardenedBSD /ports dd8f68b — archivers/py-zstandard Makefile distinfo, archivers/py-zstandard/files patch-pyproject.toml archivers/py-zstandard: update 0.23.0 → 0.25.0
PR: 294616
Submitted by: Franco Ricci <franco.ricc at gmail.com> (initial patch)
editors/mle: Update 1.7.2 => 1.8.1
Changelog:
https://github.com/adsr/mle/blob/v1.8.1/CHANGELOG.md
PR: 294604
Sponsored by: UNIS Labs
net/netatalk4: Update to 4.4.2
See https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-4-2 for
a list of changes in this release.