468,661 commits found in 58 milliseconds
MODTK_VERSION=8.6
Take maintainer.
ok sthen@
MODTK_VERSION=8.6
Take maintainer.
ok sthen@
net/rabbitmq: Update to 4.3.5
OpenBSD /ports FiK88l0 — textproc/wkhtmltopdf Makefile, textproc/wkhtmltopdf/patches patch-qt_mkspecs_openbsd-g++_qmake_conf build with -fno-delete-null-pointer-checks
-fdelete-null-pointer-checks is on by default and might optimize away required
checks in some codepaths
geo/gdal: update to 3.13.3.
see https://raw.githubusercontent.com/OSGeo/gdal/refs/tags/v3.13.3/NEWS.md
In mparse_open(), stop using the same local variable for two entirely
distinct purposes. Instead, declare two different variables, each with
an adequate type (const vs. non-const) and a more descriptive name.
No functional change.
Small style issue reported by gcc-16.1.1 on Fedora 44
via Xose Vazquez Perez <xose.vazquez at gmail.com>.
In mdoc_ptext(), stop confusingly declaring two pointers "const"
that actually point into a non-const string that is sometimes modified
in the function (to trim trailing whitespace).
No functional change.
Small style issue reported by gcc-16.1.1 on Fedora 44
via Xose Vazquez Perez <xose.vazquez at gmail.com>.
OpenBSD /ports 0qsxcYf — audio/euphonica crates.inc distinfo, audio/euphonica/patches patch-modcargo-crates_pipewire-sys-0_10_0_src_lib_rs patch-modcargo-crates_pipewire-0_10_0_src_lib_rs audio/euphonica: update to 0.99.6
OpenBSD /ports eU6KsVw — www/mozilla-firefox/patches patch-security_nss_symbols patch-js_src_ctypes_libffi_src_dlmalloc_c www/mozilla-firefox: MFC update to 154.0.
see https://www.firefox.com/en-US/firefox/154.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-74/
- revert bits of https://phabricator.services.mozilla.com/D306631 to keep
building against nss 3.123
- add patch from #2057158 to fix the build after angle update in #2035541
www/firefox-esr: update to 140.14.0.
see https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/
fixes https://www.firefox.com/en-US/firefox/140.14.0/releasenotes/
note that the esr140 branch will be EOL in october
www/firefox-esr: majot update from 140 to 153.1.0.
see https://www.firefox.com/en-US/firefox/153.1.0/releasenotes/
and https://www.firefox.com/en-US/firefox/153.0esr/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-77/
merges most of the changes that happened in www/mozilla-firefox, that is:
- patches from matthieu for xshm 1.2 support for screen sharing (#1702919)
- patch to fix arrow keys in js terminals (Proxmox/ESXi for example)
- ship policies.json to neuter the AI madness
- drop patches for icu 78, python 3.14, llvm22, ffmpeg8...
OpenBSD /ports PETzQrz — www/firefox-i18n Makefile.inc distinfo, www/mozilla-firefox distinfo Makefile www/mozilla-firefox: update to 154.0.
see https://www.firefox.com/en-US/firefox/154.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-74/
add patch from #2057158 to fix the build after angle update in #2035541
OpenBSD /ports PLAmmDr — devel/llvm/22/patches patch-compiler-rt_lib_sanitizer_common_sanitizer_linux_cpp patch-compiler-rt_lib_ubsan_minimal_ubsan_minimal_handlers_cpp sync compiler-rt patches with base
this now bundles a header-only library which doesn't support 32-bit archs
OpenBSD /ports AhBVYqA — devel/py-cffi Makefile distinfo, devel/py-cffi/patches patch-testing_cffi1_test_verify1_py patch-testing_cffi0_test_verify_py update to py3-cffi-2.1.1, fix some tests
s2i_ASN1_INTEGER.3: mark up second use of usr_data for consistency
OpenBSD /ports O33AUm5 — net/librenms Makefile distinfo, net/librenms/patches patch-resources_definitions_config_definitions_json patch-daily_sh update to librenms-26.8.0
update to borgmatic-2.1.7
update to py3-pygments-2.21.0
update to py3-blockbuster-1.5.27
update to py3-cachetools-7.1.7
update to py3-certifi-2026.7.22
update to py3-xxhash-4.0.1
Use DECRQM to detect mode 2026, from Michael Grant.
update to dhcpcd-10.5.2
Change correct depth counter for source-file when used from hooks,
GitHub issue 5437.
libiscsi: fix cmake variables which upstream is testing in a non-standard
case sensitive way and falling back to trying to auto-detect gnutls/gcrypt.
without this, they are detected on some archs due to ports-gcc searching
for headers/libraries under /usr/local which base compilers don't do.
similar to a diff from Brad but I really want a comment in there because
upstream is doing a non-standard thing.
lldpd does not reload
There's no config file or HUP handler, so 'rcctl reload lldpd' kills it.
OK job
When a pane is respawned, reset the control mode offsets. GitHub issue
5498 from Alex Rattray.
Correctly clear clients referring to a session with destroy-unattached,
GitHub issue 5497 from Jeong, Heon.