471,150 commits found in 85 milliseconds
log stdout/err
another rc_bg=YES service logging nowhere unless you rcctl -d.
Update to JRuby 10.1.2.0
Enable building on aarch64. Thank you to ian@ for testing a prerelease
and confirming it works.
Update jffi to 1.4.0, which uses a different prefix.
Drop a patch for an issue that was addressed upstream.
backout regress bits related to multiplexing change
backout
> avoid race between multiple processes attempting to
>
> establish multiplexing control socket by moving socket creation earlier in
> ssh(1) 's life. Patch from Jens Rosenboom via bz3971
It caused problems with ControlPersist sessions.
Reported by semarie@ job@
Remove version to ease maintenance
Suggested by volker@
OpenBSD /ports DuA8To8 — devel/boost Makefile, devel/boost/patches patch-boost_dll_detail_posix_program_location_impl_hpp patch-libs_log_src_process_name_cpp devel/boost: add support for getexecpath()
Diff from Brad Smith with tweaks from thfr@
Update to gnupg-2.5.24
OpenBSD /ports ekh3Bex — security/ghidra distinfo Makefile, security/ghidra/patches patch-Ghidra_Debug_Debugger-agent-gdb_src_main_py_src_ghidragdb_util_py patch-Ghidra_Features_Decompiler_buildNatives_gradle Update to 12.1.4. bentley@
Add missing dep on security/py-keyring
ok kirill@ (maintainer)
OpenBSD /ports lPQ4vdO — multimedia/gstreamer1/plugins-rs Makefile, multimedia/gstreamer1/plugins-rs/pkg PLIST Build some useful elements that don't bring new dependencies (pure rust).
OpenBSD /ports VDXJfsM — multimedia/gstreamer1/plugins-rs Makefile crates.inc, multimedia/gstreamer1/plugins-rs/patches patch-Cargo_toml Update to gst-plugins-rs-0.15.4.
OpenBSD /ports XET0IK3 — editors/vim Makefile distinfo, editors/vim/patches patch-runtime_filetype_vim update to vim-9.2.1125
OpenBSD /ports D1xQ3Mo — editors/vim Makefile distinfo, editors/vim/patches patch-runtime_filetype_vim update to vim-9.2.1125
OpenBSD /ports SqJB1M4 — editors/vim-classic distinfo Makefile, editors/vim-classic/patches patch-runtime_filetype_vim update to vim-classic git head (20260916)
drop some libfoo.so -> libfoo.so.X.Y symlinks; ok kirill
build lua55 versions of modules where this works
readd a fixed renpy, from jaxi /at/ cmyksoda cc
vmd(8) : Implement missing lapic/ioapic modes
Implement missing lapic/ioapic modes to fix support for 32 bit linux guests
ok dv
OpenBSD /ports MFpHe55 — comms/hylafax/patches patch-faxd_sslfaxproxy_c++ patch-port_install_sh_in, comms/hylafax/pkg README PLIST hylafax port maintenance, from Larry Moore (maintainer) with some tweaks
from me:
- Update the URL to point to the copyright information for HylaFAX+.
- Update faxsetup to generate a functional Fontmap.HylaFAX file for OpenBSD
- Tweak some other settings in faxsetup
- Tweak settings in hylafax script
- Removal of patch to disable threaded logging on OpenBSD
- Use upstream's script to set file permissions (missing 'x' bits, etc)
MFC 'Retry FUTEX_WAIT on ECANCELED in the worker threads' for isc-bind
isc-bind: cherry-pick "Retry FUTEX_WAIT on ECANCELED in the worker threads",
fixing a crash when a signal reaches an idle worker thread.
OpenBSD's futex(2) returns ECANCELED rather than EINTR when FUTEX_WAIT
is interrupted by a signal with SA_RESTART set, and liburcu passes that
errno through unchanged. The worker slumber loop only retried on EINTR
and treated anything else as fatal, so such a signal delivered to a
sleeping worker aborted the process. Retry on ECANCELED as well.
https://gitlab.isc.org/isc-projects/bind9/-/work_items/6427
https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/12766
https://gitlab.isc.org/isc-projects/bind9/-/commit/2e7855b15770827fc734890ad1926e72e1567736
issue reported by Stephane Tranchemer, recent commits found by caspar@, thanks.
update to py3-poetry-core-2.5.0
py-pandas: build debug packages
Update to gcompris-26.2.
OpenBSD /ports bHyEcNY — sysutils/google-cloud-sdk Makefile distinfo, sysutils/google-cloud-sdk/pkg PLIST Update to google-cloud-sdk-586.0.0.
OpenBSD /ports El2bVI3 — devel/meson meson.port.mk Makefile, devel/meson/patches patch-mesonbuild_build_py Update to meson-1.12.1.
security/nss: update to 3.130, will be required for firefox 158
bump minor for a bunch of function additions
see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_130.html
bump system version, discussed with kirill and sthen
OpenBSD /ports TN0GuU3 — security/certspotter Makefile modules.inc, security/certspotter/pkg PLIST update to 0.25.0
OK sthen@
Avoid leaking sr_workunit's during rebuild.
Adapted from a larger diff submitted by Dariusz Swiderski.
ok jsing@