OpenBSD/ports 0AUKObEwww/xapian-omega distinfo Makefile

   update to xapian-omega-1.4.30
VersionDeltaFile
1.26+2-2www/xapian-omega/distinfo
1.46+1-2www/xapian-omega/Makefile
+3-42 files

OpenBSD/ports GdASOc5databases/xapian-bindings distinfo Makefile

   update to xapian-bindings-1.4.30
VersionDeltaFile
1.19+2-2databases/xapian-bindings/distinfo
1.58+1-1databases/xapian-bindings/Makefile
+3-32 files

OpenBSD/ports bry92Judatabases/xapian-core distinfo Makefile

   update to xapian-core-1.4.30
VersionDeltaFile
1.28+2-2databases/xapian-core/distinfo
1.55+1-1databases/xapian-core/Makefile
+3-32 files

OpenBSD/ports gkMlBvDdevel/cargo-insta distinfo crates.inc

   cargo-insta: update to 1.44.1

   https://github.com/mitsuhiko/insta/releases/tag/1.44.1
   https://github.com/mitsuhiko/insta/releases/tag/1.44.0
VersionDeltaFile
1.2+14-10devel/cargo-insta/distinfo
1.2+6-4devel/cargo-insta/crates.inc
1.2+1-1devel/cargo-insta/Makefile
+21-153 files

OpenBSD/ports MQk9mcIwww/ungoogled-chromium distinfo Makefile, www/ungoogled-chromium/patches patch-build_linux_strip_binary_gni patch-chrome_common_chrome_features_cc

   update to 142.0.7444.175
VersionDeltaFile
1.1+14-0www/ungoogled-chromium/patches/patch-build_linux_strip_binary_gni
1.126+6-6www/ungoogled-chromium/distinfo
1.195+3-4www/ungoogled-chromium/Makefile
1.41+3-3www/ungoogled-chromium/patches/patch-chrome_common_chrome_features_cc
1.38+2-2www/ungoogled-chromium/patches/patch-chrome_common_chrome_features_h
1.2+0-0www/ungoogled-chromium/patches/patch-gpu_webgpu_dawn_commit_hash_h
+28-156 files

OpenBSD/src VPCeS5zusr.sbin/vmd vm.c

   Tighten vmd(8)'s pledge in the vm process.

   We no longer need recvfd at runtime after removal of send/receive.

   ok mlarkin@
VersionDeltaFile
1.116+3-4usr.sbin/vmd/vm.c
+3-41 files

OpenBSD/src OvXoqysshare/man/man4 bpf.4

   zap trailing whitespace; no output change
VersionDeltaFile
1.51+4-4share/man/man4/bpf.4
+4-41 files

OpenBSD/ports U4BwFafdatabases/mongodb Makefile.inc, databases/mongodb/44 Makefile

   adjust ONLY_FOR_ARCHS; mongodb 8.x is able to build on aarch64 (and as
   with amd64 it starts up ok only if --noscripting is used)
VersionDeltaFile
1.9+2-2databases/mongodb/Makefile.inc
1.27+3-0databases/mongodb/44/Makefile
+5-22 files

OpenBSD/src Wl0Plsuusr.sbin/bgpd chash.c chash.h

   Implementation of a fast non-cryptographic hash function for small inputs

   Based on HashLen0to16() from CityHash64. Useful for hashing a few ids
   or pointer values that are local data into a hash. For such cases siphash
   is overkill and this seems to be fast and good enough.

   OK tb@
VersionDeltaFile
1.5+40-1usr.sbin/bgpd/chash.c
1.4+3-1usr.sbin/bgpd/chash.h
+43-22 files

OpenBSD/ports WXZi5jisysutils/terragrunt distinfo Makefile

   Update to terragrunt-0.93.10.
VersionDeltaFile
1.370+2-2sysutils/terragrunt/distinfo
1.377+1-1sysutils/terragrunt/Makefile
+3-32 files

OpenBSD/ports iYLPzi5textproc/enchant2 distinfo Makefile

   Update to enchant2-2.8.14.
VersionDeltaFile
1.49+2-2textproc/enchant2/distinfo
1.54+1-1textproc/enchant2/Makefile
+3-32 files

OpenBSD/ports cvrzyocproductivity/libphonenumber distinfo Makefile

   Update to libphonenumber-9.0.19.
VersionDeltaFile
1.75+2-2productivity/libphonenumber/distinfo
1.83+1-1productivity/libphonenumber/Makefile
+3-32 files

OpenBSD/ports hbHXgZ5emulators/citra Makefile, emulators/citra/patches patch-src_common_logging_formatter_h

   Fix build with fmt >=1.11.
VersionDeltaFile
1.1+24-0emulators/citra/patches/patch-src_common_logging_formatter_h
1.34+4-4emulators/citra/Makefile
+28-42 files

OpenBSD/src DQBY2iOsys/tmpfs tmpfs_mem.c tmpfs_vfsops.c

   Modify the behavior of tmpfs limitations. Keep the global memory limit
   of all tmpfs instances, however each instance mounted with '-s' option
   decreases available limit by given value. This value can't be greater
   than available space. The instance mounted with  with '-s' option
   consumes it's own limit and does no impact to other tmpfs instances. The
   instances mounted without '-s' option share all available limit and do
   not affect on instances mounted with '-s'. Now it is impossible to mount
   instance with '-s' option if passed value is greater than available
   limit.

   Tested with dbp(1) by kirill, ok mpi

   For example, this machine has 2G of RAM, so tmpfs is limited with 1G.
   Please note, the +- 1Mb depends of how 'dd', 'df' and 'mount_tmpfs'
   expose the sizes.

   # mount_tmpfs tmpfs /mnt/t0
   # mount_tmpfs tmpfs /mnt/t1
   # mount_tmpfs -s 720M tmpfs /mnt/t2

    [104 lines not shown]
VersionDeltaFile
1.11+12-8sys/tmpfs/tmpfs_mem.c
1.21+11-2sys/tmpfs/tmpfs_vfsops.c
+23-102 files

OpenBSD/ports UNvQaU3security/rust-openssl-tests distinfo Makefile, security/rust-openssl-tests/pkg PLIST

   Update to rust-openssl-tests 20251121
VersionDeltaFile
1.200+4-4security/rust-openssl-tests/distinfo
1.208+2-2security/rust-openssl-tests/Makefile
1.162+1-1security/rust-openssl-tests/crates.inc
1.142+1-0security/rust-openssl-tests/pkg/PLIST
+8-74 files

OpenBSD/ports plskpbedevel/doxygen-gui Makefile

   Unbreak by using system spdlog and fmt.
VersionDeltaFile
1.37+8-5devel/doxygen-gui/Makefile
+8-51 files

OpenBSD/ports dc1hgJrdevel/doxygen-gui Makefile, emulators/citra Makefile

   Temporary mark BROKEN (needs to be ported to fmt >=1.11).
   I'm on it and these should be fixed within the next couple of days.
VersionDeltaFile
1.145+2-0graphics/blender/Makefile
1.153+2-0net/transmission/Makefile
1.33+2-0emulators/citra/Makefile
1.36+2-0devel/doxygen-gui/Makefile
+8-04 files

OpenBSD/ports unIPCb6emulators/dolphin/patches patch-Source_Core_Common_MsgHandler_h patch-Source_Core_Common_Logging_Log_h

   Fix build with fmt >=1.11 (from upstream).
VersionDeltaFile
1.1+39-0emulators/dolphin/patches/patch-Source_Core_Common_MsgHandler_h
1.1+23-0emulators/dolphin/patches/patch-Source_Core_Common_Logging_Log_h
1.1+17-0emulators/dolphin/patches/patch-Source_Core_Core_HW_EXI_BBA_BuiltIn_cpp
1.1+17-0emulators/dolphin/patches/patch-Source_Core_DolphinQt_NetPlay_NetPlayDialog_cpp
1.1+17-0emulators/dolphin/patches/patch-Source_Core_VideoBackends_OGL_OGLConfig_cpp
1.1+17-0emulators/dolphin/patches/patch-Source_Core_Core_HW_EXI_EXI_Device_h
+130-07 files not shown
+228-113 files

OpenBSD/ports Iiz7dh2www/epiphany distinfo Makefile, www/epiphany/patches patch-src_bookmarks_ephy-bookmarks-export_c

   Update to epiphany-49.2.
VersionDeltaFile
1.1+14-0www/epiphany/patches/patch-src_bookmarks_ephy-bookmarks-export_c
1.119+2-2www/epiphany/distinfo
1.248+1-1www/epiphany/Makefile
+17-33 files

OpenBSD/src LzHOrFZusr.bin/openssl ts.c

   openssl ts: simplify create_nonce()

   Just your average dumb TS code. Instead of handrolling a random ASN.1
   integer generator, we can use BN_rand() and convert the resulting bn to
   an ASN1_INTEGER. All this then also works without reaching into ASN1_STRING.

   ok kenjiro
VersionDeltaFile
1.30+7-17usr.bin/openssl/ts.c
+7-171 files

OpenBSD/ports UD198Ykx11/gnome/libadwaita distinfo Makefile, x11/gnome/libadwaita/pkg PLIST

   Update to libadwaita-1.8.2.
VersionDeltaFile
1.48+2-2x11/gnome/libadwaita/distinfo
1.26+3-0x11/gnome/libadwaita/pkg/PLIST
1.55+1-1x11/gnome/libadwaita/Makefile
+6-33 files

OpenBSD/ports zWMiOBex11/gtk+4 Makefile distinfo

   Update to gtk+4-4.20.3.
VersionDeltaFile
1.120+2-4x11/gtk+4/Makefile
1.65+2-2x11/gtk+4/distinfo
+4-62 files

OpenBSD/ports jl2NUIkfonts/public-sans Makefile, fonts/public-sans/pkg PLIST-main PLIST-web

   Add a subpackage for woff2 files.

   ok phessler@
VersionDeltaFile
1.1+40-0fonts/public-sans/pkg/PLIST-main
1.1+20-0fonts/public-sans/pkg/PLIST-web
1.1+8-0fonts/public-sans/pkg/DESCR-main
1.1+8-0fonts/public-sans/pkg/DESCR-web
1.13+6-2fonts/public-sans/Makefile
1.7+0-0fonts/public-sans/pkg/PLIST
+82-21 files not shown
+82-27 files

OpenBSD/src gu1Rmn4share/man/man5 port-modules.5

   Document new variables MODFONT_WEBDIR/MODFONT_WEBFILES.

   ok phessler@
VersionDeltaFile
1.277+15-4share/man/man5/port-modules.5
+15-41 files

OpenBSD/ports lPqJ7dDinfrastructure/mk font.port.mk

   Add support for web fonts to the font module.

   Installing .woff2 or .woff files to /usr/local/share/fonts is pointless,
   since in that location there's no way for httpd to find them. Instead,
   a font port can point to them with MODFONT_WEBFILES, and the font module
   will handle creating a subpackage that installs them to /var/www/fonts.

   ok phessler@
VersionDeltaFile
1.10+9-1infrastructure/mk/font.port.mk
+9-11 files

OpenBSD/ports ggwlx5Oemulators/melonds Makefile distinfo, emulators/melonds/patches patch-CMakeLists_txt patch-src_debug_GdbStub_cpp

   Update to melonds-1.1.

   Enable the JIT for better performance, thus necessitating USE_WXNEEDED.

   faad dependency bits from stsp@

   From izzy Meyer (MAINTAINER); thanks!
VersionDeltaFile
1.5+7-5emulators/melonds/Makefile
1.3+2-2emulators/melonds/distinfo
1.3+1-1emulators/melonds/patches/patch-CMakeLists_txt
1.2+0-0emulators/melonds/patches/patch-src_debug_GdbStub_cpp
+10-84 files

OpenBSD/src 7dv0QZ2sbin/ifconfig brconfig.c ifconfig.c, sys/net if_veb.c if_etherbridge.c

   add Private VLAN support to veb(4) as per RFC 5517

   this extends the core etherbridge functionality so it stores the
   extra information needed to be usable by a pvlan aware bridge. in
   practice this means address entries in etherbridges store an extra
   vlan id on top of the one i just added to make veb vlan aware. a
   mac address remains scoped by what is now referred to as a "primary"
   vlan id, but has an additional "secondary" vlan id recorded against
   it. ie, the "key" to a address lookup in etherbridge is made up of
   the mac address and the primary vlan id, and the value returned by
   the lookup is the port the mac address should go to and the secondary
   vlan id.

   the non veb users of the etherbridge code just hard code these extra
   vlan ids to 0.

   because normal vlans function identically to a primary vlan in a
   pvlan topology (or primary vlans in pvlan function like normal
   vlans), the veb forwarding code pretends normal vlans are pvlans,

    [20 lines not shown]
VersionDeltaFile
1.53+714-85sys/net/if_veb.c
1.43+163-2sbin/ifconfig/brconfig.c
1.10+61-51sys/net/if_etherbridge.c
1.7+14-4sys/net/if_etherbridge.h
1.77+14-1sys/net/if_bridge.h
1.479+13-1sbin/ifconfig/ifconfig.c
+979-1446 files not shown
+1,006-15712 files

OpenBSD/src AldhEqPsys/dev/pci if_bnxtreg.h

   Update to the current version of the bnxt structure definitions from FreeBSD.
   This is necessary for adding support for newer hardware generations and
   should also help with work on LRO.  This shouldn't result in any functional
   changes yet however.
VersionDeltaFile
1.9+88,103-25,124sys/dev/pci/if_bnxtreg.h
+88,103-25,1241 files

OpenBSD/ports Jyssns4net/tailscale distinfo Makefile

   Update to tailscale-1.90.8

   From Adriano Barbosa (maintainer)
VersionDeltaFile
1.58+2-2net/tailscale/distinfo
1.60+1-1net/tailscale/Makefile
+3-32 files

OpenBSD/ports I2PrKD0www/py-nh3 distinfo crates.inc, www/py-nh3/pkg PLIST

   update py-nh3 to 0.22.22
VersionDeltaFile
1.2+176-118www/py-nh3/distinfo
1.2+87-58www/py-nh3/crates.inc
1.5+3-2www/py-nh3/Makefile
1.5+2-0www/py-nh3/pkg/PLIST
+268-1784 files