OpenBSD/ports BVAFgUWlang/algol68g distinfo Makefile

   Update to algol68g-3.10.14.
VersionDeltaFile
1.20+2-2lang/algol68g/distinfo
1.27+1-1lang/algol68g/Makefile
+3-32 files

OpenBSD/ports f8Ma4degames/bluemoon distinfo Makefile, games/bluemoon/patches patch-bluemoon_c

   Update to bluemoon-2.14.
VersionDeltaFile
1.6+4-5games/bluemoon/patches/patch-bluemoon_c
1.4+2-2games/bluemoon/distinfo
1.11+1-1games/bluemoon/Makefile
+7-83 files

OpenBSD/ports o8ploDFdevel/py-virtualenv distinfo Makefile

   Update to py3-virtualenv-21.2.0.
VersionDeltaFile
1.60+2-2devel/py-virtualenv/distinfo
1.91+1-1devel/py-virtualenv/Makefile
+3-32 files

OpenBSD/ports tCsXbLzdevel/p5-Signal-Mask Makefile distinfo

   Update to p5-Signal-Mask-0.009.
VersionDeltaFile
1.7+3-2devel/p5-Signal-Mask/Makefile
1.2+2-2devel/p5-Signal-Mask/distinfo
+5-42 files

OpenBSD/ports 73x0l8Udevel/p5-DateTime-Format-ISO8601 Makefile distinfo

   Update to p5-DateTime-Format-ISO8601-0.19v0.
VersionDeltaFile
1.21+3-1devel/p5-DateTime-Format-ISO8601/Makefile
1.9+2-2devel/p5-DateTime-Format-ISO8601/distinfo
+5-32 files

OpenBSD/ports 8j3mTzddevel/p5-Data-Alias distinfo Makefile

   Update to p5-Data-Alias-1.30.
VersionDeltaFile
1.9+2-2devel/p5-Data-Alias/distinfo
1.27+1-1devel/p5-Data-Alias/Makefile
+3-32 files

OpenBSD/ports FDfE5d0devel/p5-App-Cmd distinfo Makefile

   Update to p5-App-Cmd-0.340.
VersionDeltaFile
1.10+2-2devel/p5-App-Cmd/distinfo
1.15+1-1devel/p5-App-Cmd/Makefile
+3-32 files

OpenBSD/ports gGruSizastro/py-astropy-iers-data distinfo Makefile

   Update to py3-astropy-iers-data-0.2026.3.9.0.47.45.
VersionDeltaFile
1.27+2-2astro/py-astropy-iers-data/distinfo
1.29+1-1astro/py-astropy-iers-data/Makefile
+3-32 files

OpenBSD/ports 0XLdCAWx11/gnome/control-center distinfo Makefile

   Update to gnome-control-center-49.6.
VersionDeltaFile
1.80+2-2x11/gnome/control-center/distinfo
1.144+1-1x11/gnome/control-center/Makefile
+3-32 files

OpenBSD/ports yBEgUVix11/gnome/maps distinfo Makefile

   Update to gnome-maps-49.5.
VersionDeltaFile
1.90+2-2x11/gnome/maps/distinfo
1.123+1-1x11/gnome/maps/Makefile
+3-32 files

OpenBSD/ports UVUPdfgx11/gnome/libshumate Makefile distinfo, x11/gnome/libshumate/pkg PLIST

   Update to libshumate-1.6.0.
VersionDeltaFile
1.14+33-0x11/gnome/libshumate/pkg/PLIST
1.30+2-2x11/gnome/libshumate/Makefile
1.24+2-2x11/gnome/libshumate/distinfo
+37-43 files

OpenBSD/ports wu7oA0nx11/gnome/libadwaita distinfo Makefile

   Update to libadwaita-1.8.5.1.
VersionDeltaFile
1.51+2-2x11/gnome/libadwaita/distinfo
1.58+1-1x11/gnome/libadwaita/Makefile
+3-32 files

OpenBSD/ports S4pZyB0x11/gtk+4 Makefile distinfo

   Update to gtk+4-4.22.1.
VersionDeltaFile
1.122+2-4x11/gtk+4/Makefile
1.67+2-2x11/gtk+4/distinfo
+4-62 files

OpenBSD/ports 9LmZoV0sysutils/awscli/v1 Makefile distinfo

   Update to awscli-1.44.58.
VersionDeltaFile
1.25+2-2sysutils/awscli/v1/Makefile
1.23+2-2sysutils/awscli/v1/distinfo
+4-42 files

OpenBSD/ports pMDtBPGnet/py-boto3 distinfo Makefile

   Update to py3-boto3-1.42.68.
VersionDeltaFile
1.641+2-2net/py-boto3/distinfo
1.653+1-1net/py-boto3/Makefile
+3-32 files

OpenBSD/ports kHF7Ntwnet/py-botocore distinfo Makefile, net/py-botocore/pkg PLIST

   Update to py3-botocore-1.42.68.
VersionDeltaFile
1.318+6-0net/py-botocore/pkg/PLIST
1.858+2-2net/py-botocore/distinfo
1.868+1-1net/py-botocore/Makefile
+9-33 files

OpenBSD/src mrRlQe6usr.bin/openssl openssl.1

   openssl.1: remove mention of OPENSSL_EC_BIN_PT_COMP

   The need for this compile time option enabling point compression for
   binary curves despite patent issues has been removed in openssl 1.0.0
   (released in 2010).

   [It's really difficult to count the number of bad ideas in the above.]
VersionDeltaFile
1.170+2-16usr.bin/openssl/openssl.1
+2-161 files

OpenBSD/ports lzneD15mail/postfix/stable distinfo Makefile

   update to postfix-3.10.8, ok Brad
VersionDeltaFile
1.163+2-2mail/postfix/stable/distinfo
1.278+1-2mail/postfix/stable/Makefile
+3-42 files

OpenBSD/src 9eHYcjTsys/net fq_codel.c

   plug a memory leak when detaching codel ifq disciplines on an interface.

   fqcodel_alloc() takes (moves) ownership of memory allocated as part
   of the pf queue code that sets up the queue discipline, but nothing
   releases it when the discipline is removed from the interface. every
   time you load a pf rulese that uses codel, it temporarily resets
   an interface to priq before creating and attaching new codel
   instances. this means every ruleset load would leak memory, to the
   point where M_DEVBUF allocations exhaust the kernel map.

   this has fqcodel_free() call fqcodel_pf_free to free the now unused
   codel discipline.

   found and fixed by lexi wilson
VersionDeltaFile
1.20+2-2sys/net/fq_codel.c
+2-21 files

OpenBSD/ports Sr08Vgpwww/jupyterlab distinfo Makefile, www/jupyterlab/pkg PLIST

   update jupyterlab to 4.5.6
VersionDeltaFile
1.16+61-61www/jupyterlab/pkg/PLIST
1.15+2-2www/jupyterlab/distinfo
1.15+1-1www/jupyterlab/Makefile
+64-643 files

OpenBSD/ports vPjCXWVgraphics/py-matplotlib distinfo Makefile, graphics/py-matplotlib/patches patch-pyproject_toml

   update matplotlib to 3.10.8
VersionDeltaFile
1.27+2-2graphics/py-matplotlib/distinfo
1.109+1-2graphics/py-matplotlib/Makefile
1.4+1-1graphics/py-matplotlib/patches/patch-pyproject_toml
+4-53 files

OpenBSD/ports pUW9ZRenet/sniproxy distinfo Makefile

   update to sniproxy-0.9.23, from Renaud Allard (maintainer)
VersionDeltaFile
1.12+2-2net/sniproxy/distinfo
1.16+1-1net/sniproxy/Makefile
+3-32 files

OpenBSD/ports ybGunggwww/lighttpd Makefile distinfo, www/lighttpd/patches patch-doc_config_lighttpd_annotated_conf patch-doc_config_conf_d_cgi_conf

   update to lighttpd-1.4.82, from Brad (maintainer)

   switch to upstream's config samples. this moves default config
   to a subdir; move your config from /etc/lighttpd.conf to
   /etc/lighttpd/lighttpd.conf or 'rcctl set lighttpd flags -f
   /etc/lighttpd.conf' etc as necessary
VersionDeltaFile
1.36+52-2www/lighttpd/pkg/PLIST
1.1+49-0www/lighttpd/patches/patch-doc_config_lighttpd_annotated_conf
1.184+13-8www/lighttpd/Makefile
1.1+12-0www/lighttpd/patches/patch-doc_config_conf_d_cgi_conf
1.6+2-2www/lighttpd/patches/patch-doc_lighttpd_8
1.77+2-2www/lighttpd/distinfo
+130-142 files not shown
+131-158 files

OpenBSD/ports wxCnd9jgames/pokerth Makefile distinfo, games/pokerth/patches patch-src_net_clientstate_cpp patch-src_gui_qt6-qml_CMakeLists_txt

   update to pokerth-2.0.6, from Josh Grosse (maintainer)
   small tweaks, move WANTLIB to the usual location, drop RelWithDebInfo
   as DEBUG_PACKAGES sets this automatically on debug pkgs archs
VersionDeltaFile
1.60+16-21games/pokerth/Makefile
1.1+14-0games/pokerth/patches/patch-src_net_clientstate_cpp
1.1+9-0games/pokerth/patches/patch-src_gui_qt6-qml_CMakeLists_txt
1.13+2-2games/pokerth/distinfo
1.16+4-0games/pokerth/pkg/PLIST
1.2+0-0games/pokerth/patches/patch-src_game_defs_h
+45-231 files not shown
+45-237 files

OpenBSD/ports d7WUtFfdatabases/sqlite3-tcl distinfo Makefile

   Update to 3.51.3.
VersionDeltaFile
1.19+2-2databases/sqlite3-tcl/distinfo
1.24+1-1databases/sqlite3-tcl/Makefile
+3-32 files

OpenBSD/ports jTha5Htdatabases/sqlite3 Makefile, databases/sqlite3/patches patch-main_mk

   missed cvs add
VersionDeltaFile
1.141.2.3+1-0databases/sqlite3/Makefile
1.1.2.1+0-0databases/sqlite3/patches/patch-main_mk
+1-02 files

OpenBSD/src qLddahqsys/dev/pci if_iavf.c

   iavf(4) can do 64 bit DMA also at bus_dmamem_alloc().

   from Brad Smith; tested by Hrvoje Popovski
VersionDeltaFile
1.28+2-2sys/dev/pci/if_iavf.c
+2-21 files

OpenBSD/ports KhFe9L3x11/spectrwm Makefile, x11/spectrwm/patches patch-spectrwm_c

   spectrwm: add rpath wpath to the pledge call as a quick fix to unbreak,
   reported by/ok mlarkin
VersionDeltaFile
1.25+11-0x11/spectrwm/patches/patch-spectrwm_c
1.48+1-0x11/spectrwm/Makefile
+12-02 files

OpenBSD/ports ft6DWUYmultimedia/upplay distinfo Makefile

   Update to upplay 1.9.10.
VersionDeltaFile
1.6+2-2multimedia/upplay/distinfo
1.14+1-1multimedia/upplay/Makefile
+3-32 files

OpenBSD/src IjoVtgzsys/dev/pci if_vmx.c

   vmx(4) can handle 64 bit DMA transfers.

   from Brad Smith; tested by Hrvoje Popovski
VersionDeltaFile
1.95+10-6sys/dev/pci/if_vmx.c
+10-61 files