OpenBSD/ports zqQv5aUdatabases/ruby-amalgalite/patches patch-ext_amalgalite_c_extconf_rb

   Fix build on Ruby 3.3.10 (and any Ruby with 2 digit tiny version).

   Didn't package before on Ruby 3.3.10, and only affects building, not
   runtime, so no bump needed.
VersionDeltaFile
1.1+11-0databases/ruby-amalgalite/patches/patch-ext_amalgalite_c_extconf_rb
+11-01 files

OpenBSD/src GOZxls9sys/net if_bridge.c

   dont try per cpu counters in bridge_offload, they're not set up.

   bridge doesnt allocate per cpu counters, but bridge_offload assumed
   they existed and tried to updated them in it's error handling.

   this removes the counter update in bridge_offload. the caller detects
   the error and counts it appropriately anyway.

   ok jan@
VersionDeltaFile
1.379+2-5sys/net/if_bridge.c
+2-51 files

OpenBSD/ports 8ABDaz9net Makefile

   +trurl
VersionDeltaFile
1.1439+1-0net/Makefile
+1-01 files

OpenBSD/ports xEAEjnPnet/trurl Makefile, net/trurl/patches patch-tests_json patch-Makefile

   Import trurl-0.16.1.

   trurl is a tool in a similar spirit of tr but for URLs. Here, 'tr' stands for
   translate or transpose.

   It is designed to help shell script authors everywhere. URLs are tricky to
   parse and there are numerous security problems in software because of this.
   trurl wants to help soften this problem by taking away the need for script and
   command line authors everywhere to re-invent the wheel over and over.

   From maintainer David Leadbeater; tweaks and ok kn@ sthen@
VersionDeltaFile
1.1+172-0net/trurl/patches/patch-tests_json
1.1+39-0net/trurl/Makefile
1.1+24-0net/trurl/patches/patch-Makefile
1.1+24-0net/trurl/patches/patch-test_py
1.1+15-0net/trurl/patches/patch-trurl_c
1.1+7-0net/trurl/pkg/DESCR
+281-010 files not shown
+286-016 files

OpenBSD/ports x7bbuiOwayland/xwayland distinfo Makefile

   Update to xwayland 24.1.9
VersionDeltaFile
1.13+2-2wayland/xwayland/distinfo
1.19+1-1wayland/xwayland/Makefile
+3-32 files

OpenBSD/ports EpVVWkkdevel/boehm-gc Makefile distinfo, devel/boehm-gc/patches patch-os_dep_c

   update to boehm-gc-8.2.10, tested on amd64/aarch64 by me and sparc64 by jca
   ok jca@
VersionDeltaFile
1.87+4-4devel/boehm-gc/Makefile
1.15+4-4devel/boehm-gc/distinfo
1.14+0-0devel/boehm-gc/patches/patch-os_dep_c
+8-83 files

OpenBSD/ports u3HvE6hgames/astromenace/patches patch-CMakeLists_txt

   Add missing patch

   Spotted by sthen@, thanks
VersionDeltaFile
1.1+19-0games/astromenace/patches/patch-CMakeLists_txt
+19-01 files

OpenBSD/ports ukwOQWPmail/grommunio/gromox Makefile distinfo, mail/grommunio/gromox/patches patch-configure_ac patch-tools_conf_php

   update to 3.1
VersionDeltaFile
1.16+19-2mail/grommunio/gromox/patches/patch-configure_ac
1.1+18-0mail/grommunio/gromox/patches/patch-tools_conf_php
1.25+9-8mail/grommunio/gromox/pkg/PLIST-main
1.1+15-0mail/grommunio/gromox/patches/patch-Makefile_am
1.61+3-2mail/grommunio/gromox/Makefile
1.40+2-2mail/grommunio/gromox/distinfo
+66-141 files not shown
+66-147 files

OpenBSD/src qaDypN7usr.bin/tmux window-copy.c tmux.1

   Add commands to centre the cursor in copy mode, from m-einfalt at gmx
   dot de in GitHub issue 4662.
VersionDeltaFile
1.375+33-1usr.bin/tmux/window-copy.c
1.1012+12-2usr.bin/tmux/tmux.1
1.155+3-1usr.bin/tmux/key-bindings.c
+48-43 files

OpenBSD/src 6qegbsRsys/dev/hid hid.c hid.h, sys/dev/i2c ihidev.c

   properly handle signed values

   from a similar change in NetBSD in 2018
   ok miod
VersionDeltaFile
1.9+45-49sys/dev/hid/hid.c
1.13+18-18sys/dev/hid/hid.h
1.10+2-2sys/dev/hid/hidmtvar.h
1.41+2-2sys/dev/i2c/ihidev.c
1.111+2-2sys/dev/usb/uhidev.c
+69-735 files

OpenBSD/src RZwHQA8sys/dev/vmm vmm.c

   vmm(4): fix vcpu leak in error path

   We don't insert the vcpu into the vm's vcpu list, so we need to return it
   to the pool ourselves.

   ok mlarkin@
VersionDeltaFile
1.7+2-1sys/dev/vmm/vmm.c
+2-11 files

OpenBSD/ports zjKp4XMwww/mozilla-firefox distinfo Makefile

   www/mozilla-firefox: MFC update to 144.0.2.

   see https://www.firefox.com/en-US/firefox/144.0.2/releasenotes/
   fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-86/
VersionDeltaFile
1.378.2.2+2-2www/mozilla-firefox/distinfo
1.651.2.3+1-1www/mozilla-firefox/Makefile
+3-32 files

OpenBSD/ports N8ajceiwww/firefox-i18n distinfo Makefile.inc, www/mozilla-firefox distinfo Makefile

   www/mozilla-firefox: update to 144.0.2.

   see https://www.firefox.com/en-US/firefox/144.0.2/releasenotes/
   fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-86/
VersionDeltaFile
1.369+164-164www/firefox-i18n/distinfo
1.381+4-4www/mozilla-firefox/distinfo
1.656+2-2www/mozilla-firefox/Makefile
1.323+1-1www/firefox-i18n/Makefile.inc
+171-1714 files

OpenBSD/src 8rwMbk5usr.bin/tmux mode-tree.c window-buffer.c

   Support case insensitive search in modes in the same way as copy mode
   (like emacs, so all-lowercase means case insensitive). GitHub issue
   4396.
VersionDeltaFile
1.77+59-34usr.bin/tmux/mode-tree.c
1.44+39-6usr.bin/tmux/window-buffer.c
1.71+12-4usr.bin/tmux/window-tree.c
1.1270+2-2usr.bin/tmux/tmux.h
+112-464 files

OpenBSD/src 0xL7QDHsys/arch/amd64/amd64 vmm_machdep.c

   SEV-ES:  Allow guest to re-assign GHCB address

   ok mlarkin@
VersionDeltaFile
1.65+2-8sys/arch/amd64/amd64/vmm_machdep.c
+2-81 files

OpenBSD/xenocara GFNoTbgxserver/present present_notify.c, xserver/xkb xkb.c xkb.h

   Merge fixes from upstream for multiple Xserver issues:
   CVE-2025-62229 present: Fix use-after-free in present_create_notifies()
   CVE-2025-62230 xkb: Free the XKB resource when freeing XkbInterest
   CVE-2025-62231 xkb: Prevent overflow in XkbSetCompatMap()

   from matthieu@

   this is errata/7.8/002_xserver.patch
VersionDeltaFile
1.26.4.1+3-1xserver/xkb/xkb.c
1.4.50.1+2-0xserver/xkb/xkb.h
1.2.16.1+1-1xserver/present/present_notify.c
1.12.36.1+2-0xserver/xkb/xkbEvents.c
+8-24 files

OpenBSD/xenocara 6shhzCbxserver/present present_notify.c, xserver/xkb xkb.c xkbEvents.c

   Merge fixes from upstream for multiple Xserver issues:
   CVE-2025-62229 present: Fix use-after-free in present_create_notifies()
   CVE-2025-62230 xkb: Free the XKB resource when freeing XkbInterest
   CVE-2025-62231 xkb: Prevent overflow in XkbSetCompatMap()

   from matthieu@

   this is errata/7.7/011_xserver.patch.sig
VersionDeltaFile
1.26.2.1+3-1xserver/xkb/xkb.c
1.12.28.1+2-0xserver/xkb/xkbEvents.c
1.2.8.1+1-1xserver/present/present_notify.c
1.4.42.1+2-0xserver/xkb/xkb.h
+8-24 files

OpenBSD/xenocara dX25gKlxserver/present present_notify.c, xserver/xkb xkb.c xkb.h

   Merge fixes from upstream for multiple Xserver issues:
   CVE-2025-62229 present: Fix use-after-free in present_create_notifies()
   CVE-2025-62230 xkb: Free the XKB resource when freeing XkbInterest
   CVE-2025-62231 xkb: Prevent overflow in XkbSetCompatMap()
VersionDeltaFile
1.27+3-1xserver/xkb/xkb.c
1.3+1-1xserver/present/present_notify.c
1.5+2-0xserver/xkb/xkb.h
1.13+2-0xserver/xkb/xkbEvents.c
+8-24 files

OpenBSD/src LDfseglsys/dev/pci pcidevs_data.h pcidevs.h

   regen
VersionDeltaFile
1.2102+1-5sys/dev/pci/pcidevs_data.h
1.2107+2-3sys/dev/pci/pcidevs.h
+3-82 files

OpenBSD/src Vx544oMsys/dev/pci pcidevs

   Correct Intel 3100 EDMA device id.  Remove duplicate ATI 0x5e4f.
VersionDeltaFile
1.2114+2-3sys/dev/pci/pcidevs
+2-31 files

OpenBSD/src K3bD4Ujsys/dev/pci pcidevs.h pcidevs_data.h

   regen
VersionDeltaFile
1.2106+2-2sys/dev/pci/pcidevs.h
1.2101+1-1sys/dev/pci/pcidevs_data.h
+3-32 files

OpenBSD/src OIyHJdesys/dev/pci pcidevs

   fix PCI product ID of BCM57417 (bnxt)

   ok jmatthew@ jan@ jsg@
VersionDeltaFile
1.2113+2-2sys/dev/pci/pcidevs
+2-21 files

OpenBSD/ports 83zFIUmaudio/beets distinfo Makefile, audio/beets/pkg PLIST

   audio/beets: update to 2.5.1

   OK: sthen@
VersionDeltaFile
1.33+11-6audio/beets/pkg/PLIST
1.29+2-2audio/beets/distinfo
1.74+1-2audio/beets/Makefile
+14-103 files

OpenBSD/src F1gGoWpusr.bin/tmux tmux.c cmd-source-file.c

   Do not realpath() everything since it is pointless and breaks symlinks.
   GitHub issue 4427.
VersionDeltaFile
1.216+9-9usr.bin/tmux/tmux.c
1.61+1-10usr.bin/tmux/cmd-source-file.c
+10-192 files

OpenBSD/ports a9ooe0kdevel/ruff distinfo crates.inc, devel/ruff/patches patch-Cargo_toml

   Update to ruff 0.14.2 from maintainer

   https://github.com/astral-sh/ruff/releases/tag/0.14.2
VersionDeltaFile
1.2+34-32devel/ruff/distinfo
1.2+15-14devel/ruff/crates.inc
1.2+2-2devel/ruff/Makefile
1.2+1-1devel/ruff/patches/patch-Cargo_toml
+52-494 files

OpenBSD/ports IXcFwEMdevel/uv distinfo crates.inc, devel/uv/patches patch-Cargo_toml

   Update to uv 0.9.5, from maintainer

   https://github.com/astral-sh/uv/releases/tag/0.9.4
   https://github.com/astral-sh/uv/releases/tag/0.9.5
VersionDeltaFile
1.13+12-10devel/uv/distinfo
1.13+5-4devel/uv/crates.inc
1.15+1-1devel/uv/Makefile
1.12+1-1devel/uv/patches/patch-Cargo_toml
+19-164 files

OpenBSD/ports DRADUbox11/tellico distinfo Makefile, x11/tellico/pkg PLIST

   Update tellico to 4.1.4
VersionDeltaFile
1.38+2-2x11/tellico/distinfo
1.102+1-1x11/tellico/Makefile
1.37+1-0x11/tellico/pkg/PLIST
+4-33 files

OpenBSD/ports J0jaDeqx11/xfce4/tumbler Makefile

   x11/xfce4/tumbler: compatibility with ffmpeg8
VersionDeltaFile
1.58+2-1x11/xfce4/tumbler/Makefile
+2-11 files

OpenBSD/ports RGKKakFx11/vlc Makefile, x11/vlc/pkg PLIST-main

   x11/vlc: compatibility with ffmpeg8
VersionDeltaFile
1.288+2-2x11/vlc/Makefile
1.58+0-1x11/vlc/pkg/PLIST-main
+2-32 files

OpenBSD/ports hCful0wx11/mplayer Makefile

   x11/mplayer: compatibility with ffmpeg8
VersionDeltaFile
1.336+3-3x11/mplayer/Makefile
+3-31 files