467,506 commits found in 7 milliseconds
OpenBSD /ports NIdPZBO — games/openomf distinfo, games/openomf/patches patch-cmake-scripts_BuildLanguages_cmake patch-src_resources_resource_paths_c Update to OpenOMF 0.8.6. NOTE: this changes the system location where
the engine looks for the OMF 2097 files from /usr/local/share/openomf
to /usr/local/share/openomf/resources. You may need to move the files
manually.
It also doesn't seem to support running in a directory with the files
anymore. Adjust README accordingly; including hint to use the OpenOMF
resources environment variable.
OpenBSD /ports avAcH2S — games/freeciv21 Makefile distinfo, games/freeciv21/patches patch-cmake_FreecivInstall_cmake update to latest release 3.1.2
Better fix for screen width measurement problem.
MODTK_VERSION=8.6
Updated HOMEPAGE.
MODTK_VERSION=8.6
Updated HOMEPAGE.
MODTK_VERSION=8.6
OpenBSD /ports cTdUsFh — devel/p5-IO-KQueue distinfo Makefile, devel/p5-IO-KQueue/patches patch-KQueue_xs update p5-IO-KQueue to 0.40
nchat, blake3: update email address, from maintainer
security/sequoia-sq: Update to 1.4.0
devel/capnproto: Update to 1.5.0
lang/erlang/29: Update to 29.0.4
Store count of how many times a hook is fired and the last time.
Null-terminate strings in DIOCADDQUEUE
OK sashan@
Reported-by: syzbot+a6aee90c45b70ad6dde5 at syzkaller.appspotmail.com
lang/erlang: Update to 27.3.4.15 and 28.5.0.4
Fixes
CVE-2026-42792 , CVE-2026-47078 ,
CVE-2026-54890 , CVE-2026-55737 ,
CVE-2026-55953 , CVE-2026-58227
OpenBSD /src C6gG5VJ — sbin/unwind/libunbound/iterator iterator.c, sbin/unwind/libunbound/services mesh.c outside_network.h sync to unbound 1.25.2; heavy lifting by sthen
OpenBSD /ports hXcei0D — devel/jdk/25 Makefile distinfo, devel/jdk/25/patches patch-src_hotspot_share_oops_resolvedFieldEntry_cpp patch-src_hotspot_share_oops_resolvedMethodEntry_cpp Update to 25.0.4+7-1 GA:
* Upstream release notes:
https://www.oracle.com/java/technologies/javase/25-0-4-relnotes.html
* Contains upstream security fixes:
https://openjdk.org/groups/vulnerability/advisories/2026-07-21
* Remove patches committed upstream at bsd-port
OpenBSD /ports 1EDzPNr — devel/jdk/21 Makefile distinfo, devel/jdk/21/patches patch-src_hotspot_os_cpu_bsd_aarch64_vm_version_bsd_aarch64_cpp patch-src_java_desktop_unix_native_libawt_xawt_java2d_x11_XRBackendNative_c Update to 21.0.12+8-1 GA:
* Upstream release notes:
https://www.oracle.com/java/technologies/javase/21-0-12-relnotes.html
* Contains upstream security fixes:
https://openjdk.org/groups/vulnerability/advisories/2026-07-21
* Remove patches committed upstream at bsd-port
OpenBSD /ports vqImedG — devel/jdk/17 Makefile distinfo, devel/jdk/17/patches patch-make_hotspot_lib_CompileJvm_gmk patch-make_modules_java_desktop_lib_Awt2dLibraries_gmk Update to 17.0.20+8-1 GA:
* Upstream release notes:
https://www.oracle.com/java/technologies/javase/17-0-20-relnotes.html
* Contains upstream security fixes:
https://openjdk.org/groups/vulnerability/advisories/2026-07-21
* Remove patches committed upstream at bsd-port
OpenBSD /ports 0Lpm9xf — devel/jdk/11 Makefile distinfo, devel/jdk/11/patches patch-src_hotspot_os_cpu_bsd_aarch64_vm_version_bsd_aarch64_cpp patch-src_java_desktop_unix_native_libawt_xawt_java2d_x11_XRBackendNative_c Update to 11.0.32+9-1 GA:
* Upstream release notes:
https://www.oracle.com/java/technologies/javase/11-0-32-relnotes.html
* Contains upstream security fixes:
https://openjdk.org/groups/vulnerability/advisories/2026-07-21
* Remove patches committed upstream at bsd-port
update p5-HTTP-Message to 7.04
don't hardcode -O2 -g in build, enable debug packages, regen PLIST to sort
add comment next to COMPILER setting
update p5-JSON-Any to 1.42
take maintainer
switch to base-clang ports-gcc in an attempt to unbreak sparc64
proxyprotocol.h: In function 'pp_header_len':
proxyprotocol.h:17: error: parameter name omitted
When destroying pane, also close pipe and destroy its event. GitHub
issue 5424.
OpenBSD /src pfcc0ur — usr.sbin/unbound/iterator iterator.c, usr.sbin/unbound/services outside_network.c listen_dnsport.c merge unbound 1.25.2
OpenBSD /src zxS0Qkf — usr.sbin/unbound/iterator iterator.c, usr.sbin/unbound/services outside_network.c listen_dnsport.c import unbound 1.25.2, fixes various issues in
https://nlnetlabs.nl/projects/unbound/download/#unbound-1-25-2
(the quic/ngtcp2/dnscrypt-related issues are not a problem here though,
as we don't build support for those)
thanks phessler@ for tests
Fix typo in function args. Reported by Matthias Pitzl
Convert imsg_get to imsgbuf_get.
OK matthieu@ tb@
relayd/relayctl: convert imsg_get() to imsgbuf_get()
The special return value is unused, so it's just using the other function.
ok rsadowski
iked/ikectl: convert imsg_get() to imsgbuf_get()
The special return value is unused, so it's just using the other function.
ok rsadowski
sys/macppc: bound OF_getprop() bounce copy
The Open Firmware getprop service returns the full property size while
copying at most buflen bytes. macppc redirects the firmware write through
OF_buf, but copied the returned size into the caller's buffer, allowing an
oversized property to overwrite adjacent memory.
Here, I limit the second copy to buflen while preserving getprop's return
value.
This fixes stack corruption when QEMU OpenBIOS returns the 60 byte e1000 reg
property to pci_intr_map(), which requests one 20 byte PCI record. With this
change, em0 attaches and the ramdisk reaches the installer.
OK: kettenis@, jca@