OpenBSD/src Ra7l9tSdistrib/sets/lists/base mi

   sync
VersionDeltaFile
1.1184+4-0distrib/sets/lists/base/mi
+4-01 files

OpenBSD/src 9b5SoXzusr.sbin/bgpd rde_decide.c

   Use clearer semantics on how rde_generate_updates is called.

   Adjust prefix_evaluate and prefix_evaluate_nexthop so that
   rde_generate_updates() is only called with a few options.
   Either new is valid or old is valid. If both are invalid then
   there is no need to call rde_generate_updates(). If both are
   valid only new matters and old_pathid_tx is set to 0.

   In prefix_evaluate() most calls are with either new or old set to NULL.
   If both are set then new->path_id_tx == old->path_id_tx.

   In prefix_evaluate_nexthop() if old was valid then new becomes invalid
   but if old was invalid new may still be invalid.

   OK tb@
VersionDeltaFile
1.107+29-15usr.sbin/bgpd/rde_decide.c
+29-151 files

OpenBSD/src jRiKGEYusr.sbin/bgpd rtr_proto.c

   Respect RTR min-version in the implicit downgrade path and release
   activity lock when closing the connection.

   Check min_version in the implict downgrade case and error out if the
   suggested version is too low. Also trigger the RTR_EVNT_NEGOTIATION_DONE
   event only after parsing all of the header. If the PDU was bad don't
   trigger this event.

   In the rtr_fsm() when closing a connection check the state of the
   active_lock and if the lock is held, reset the cache, release the lock and
   recalculate the sets. The internal state is corrupt if a connection error
   triggerd during an exchange so it makes no sense to carry a bad cache
   around.

   OK tb@
VersionDeltaFile
1.54+24-9usr.sbin/bgpd/rtr_proto.c
+24-91 files

OpenBSD/ports sBGLfFynet/wireshark distinfo Makefile, net/wireshark/pkg PLIST-text

   update to wireshark-4.6.6
VersionDeltaFile
1.111.2.1+2-2net/wireshark/distinfo
1.177.2.1+1-1net/wireshark/Makefile
1.22.2.1+2-0net/wireshark/pkg/PLIST-text
+5-33 files

OpenBSD/ports 42h834jnet/wireshark distinfo Makefile, net/wireshark/pkg PLIST-text

   update to wireshark-4.6.6
VersionDeltaFile
1.113+2-2net/wireshark/distinfo
1.179+1-1net/wireshark/Makefile
1.23+2-0net/wireshark/pkg/PLIST-text
+5-33 files

OpenBSD/ports 0F6bPcTsecurity/gnutls Makefile

   Bump to be ahead of -stable.
VersionDeltaFile
1.210+2-0security/gnutls/Makefile
+2-01 files

OpenBSD/ports L1ucgnrsecurity/gnutls distinfo Makefile, security/gnutls/patches patch-src_gl_fseeko_c patch-lib_x509_output_c

   Security update to gnutls-3.8.13.

   GNUTLS-SA-2026-04-29-1, GNUTLS-SA-2026-04-29-2, GNUTLS-SA-2026-04-29-3,
   GNUTLS-SA-2026-04-29-4, GNUTLS-SA-2026-04-29-5, GNUTLS-SA-2026-04-29-6,
   GNUTLS-SA-2026-04-29-7, GNUTLS-SA-2026-04-29-8, GNUTLS-SA-2026-04-29-9,
   GNUTLS-SA-2026-04-29-10, GNUTLS-SA-2026-04-29-11, GNUTLS-SA-2026-04-29-12,
   and GNUTLS-SA-2026-04-29-13.
VersionDeltaFile
1.69.2.1+11-0security/gnutls/pkg/PLIST
1.1.4.1+1-10security/gnutls/patches/patch-src_gl_fseeko_c
1.127.2.1+2-2security/gnutls/distinfo
1.208.2.1+1-2security/gnutls/Makefile
1.1.4.1+1-1security/gnutls/patches/patch-lib_x509_output_c
+16-155 files

OpenBSD/ports rG1fIdfdevel/got distinfo Makefile

   7.9-stable: update to devel/got 0.125
VersionDeltaFile
1.125.2.1+2-2devel/got/distinfo
1.144.2.1+1-1devel/got/Makefile
+3-32 files

OpenBSD/src qRgKMQ8usr.bin/sndiod midi.c midi.h

   sndiod: Add a reference counter to the port structure

   Using a counter is simpler than (ab-)using the midi endpoint bitmaps
   to figure out if the port is in use. In turn this allows holding a
   reference to the port without involving midi endpoint
   connections. This change also reduces the differences between MIDI
   ports and audio devices: less logic, less bugs.
VersionDeltaFile
1.36+5-7usr.bin/sndiod/midi.c
1.20+2-1usr.bin/sndiod/midi.h
+7-82 files

OpenBSD/src 9UnlvxKusr.bin/sndiod midi.c

   sndiod: When connecting midi endpoints, check their modes

   As sndiod always uses IN|OUT, the behavior is unchanged.
VersionDeltaFile
1.35+3-3usr.bin/sndiod/midi.c
+3-31 files

OpenBSD/src QZj3gftusr.bin/sndiod sock.c midi.c

   sndiod: Save a pointer to the struct opt associated to the midi endpoint

   As the socket code holds a reference to the struct opt, it's simpler
   to just save it and release it when the socket is closed. This avoids
   iterating over the full set of midi endpoint structures.

   No behavior change
VersionDeltaFile
1.60+12-14usr.bin/sndiod/sock.c
1.34+1-20usr.bin/sndiod/midi.c
1.19+1-2usr.bin/sndiod/midi.h
1.11+2-1usr.bin/sndiod/sock.h
+16-374 files

OpenBSD/src eUKncT1usr.bin/sndiod midi.c midi.h

   sndiod: Unlink the MIDI port from the socket when its closed

   Not unlinking the port is bad style and might keep the port open after
   the socket is closed.
VersionDeltaFile
1.33+17-1usr.bin/sndiod/midi.c
1.18+2-1usr.bin/sndiod/midi.h
1.59+2-1usr.bin/sndiod/sock.c
+21-33 files

OpenBSD/ports j80FYRjnet/netatalk3 distinfo Makefile

   SECURITY update to netatalk-4.4.3.

   CVE-2026-44047, CVE-2026-44048, CVE-2026-44049, CVE-2026-44050,
   CVE-2026-44051, CVE-2026-44052, CVE-2026-44054, CVE-2026-44055,
   CVE-2026-44057, CVE-2026-44060, CVE-2026-44062, CVE-2026-44064,
   CVE-2026-44066, CVE-2026-44068, CVE-2026-44076, CVE-2026-45354,
   CVE-2026-45355, CVE-2026-45356, CVE-2026-45698, CVE-2026-45699
VersionDeltaFile
1.43.2.1+2-2net/netatalk3/distinfo
1.73.2.1+1-1net/netatalk3/Makefile
+3-32 files

OpenBSD/src WQdlLsDusr.bin/sndioctl sndioctl.c

   sndioctl: Allow list elements to be added or removed
VersionDeltaFile
1.25+11-9usr.bin/sndioctl/sndioctl.c
+11-91 files

OpenBSD/src ow3Qa9ousr.bin/sndioctl sndioctl.c

   sndioctl: Split the parse_modeval() function

   No behavior change
VersionDeltaFile
1.24+18-3usr.bin/sndioctl/sndioctl.c
+18-31 files

OpenBSD/src FBTG8T6usr.bin/sndiod sock.c

   sndiod: Fix confusion between OPT_NMAX and DEV_NMAX

   Both macros have the same value, so no behavior change.
VersionDeltaFile
1.58+2-2usr.bin/sndiod/sock.c
+2-21 files

OpenBSD/src x8YBmZpusr.bin/sndiod opt.c dev.c

   sndiod: Add the server.mode control making the setting dynamic

   The default mode remains "-m play,rec" but now it can be changed with
   sndioctl(1). If the server is switched to play-only mode, then
   existing clients will start recording silence. Similarly if it's
   switched to rec-only mode, clients are muted.

   ok armani, deraadt, rsadowski
VersionDeltaFile
1.17+44-9usr.bin/sndiod/opt.c
1.133+24-29usr.bin/sndiod/dev.c
1.54+10-11usr.bin/sndiod/sndiod.c
1.54+8-4usr.bin/sndiod/dev.h
1.12+9-1usr.bin/sndiod/opt.h
1.31+2-2usr.bin/sndiod/siofile.c
+97-566 files

OpenBSD/ports s3lQj9Wsysutils/deja-dup distinfo Makefile

   Bugfix update to deja-dup-50.1.
VersionDeltaFile
1.48.2.1+2-2sysutils/deja-dup/distinfo
1.95.2.1+1-1sysutils/deja-dup/Makefile
+3-32 files

OpenBSD/ports xboGr2cnet/isc-bind Makefile distinfo

   update to isc-bind-9.20.23
VersionDeltaFile
1.218.2.1+1-4net/isc-bind/Makefile
1.146.2.1+2-2net/isc-bind/distinfo
+3-62 files

OpenBSD/ports nnw7Fahnet/isc-bind Makefile distinfo

   update to isc-bind-9.20.23
   https://kb.isc.org/docs/cve-2026-3039
   https://kb.isc.org/docs/cve-2026-3592
   https://kb.isc.org/docs/cve-2026-3593
   https://kb.isc.org/docs/cve-2026-5946
   https://kb.isc.org/docs/cve-2026-5947
   https://kb.isc.org/docs/cve-2026-5950
VersionDeltaFile
1.219+1-4net/isc-bind/Makefile
1.147+2-2net/isc-bind/distinfo
+3-62 files

OpenBSD/ports 0gjETuytextproc/enchant2 distinfo Makefile

   Bugfix update to enchant2-2.8.16.
VersionDeltaFile
1.50.2.1+2-2textproc/enchant2/distinfo
1.56.2.1+1-1textproc/enchant2/Makefile
+3-32 files

OpenBSD/ports UK3iMBmwww/chromium distinfo Makefile, www/chromium/patches patch-content_public_common_content_features_cc

   update to 148.0.7778.178
VersionDeltaFile
1.472+4-4www/chromium/distinfo
1.80+2-2www/chromium/patches/patch-content_public_common_content_features_cc
1.906+1-1www/chromium/Makefile
+7-73 files

OpenBSD/ports 9dGqev6x11/mate/desktop Makefile, x11/mate/desktop/patches patch-libmate-desktop_mate-desktop-item_c

   unbreak build with llvm22

   https://gitlab.freedesktop.org/xdg/startup-notification/-/work_items/6
VersionDeltaFile
1.1+14-0x11/mate/desktop/patches/patch-libmate-desktop_mate-desktop-item_c
1.28+1-1x11/mate/desktop/Makefile
+15-12 files

OpenBSD/ports 2O9dOXFwww/opensearch-dashboards distinfo Makefile, www/opensearch-dashboards/patches patch-bin_use_node

   Update opensearch-dashboards 3.5.0 -> 3.6.0
   Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-3.6.0.md
VersionDeltaFile
1.24+4,087-21,023www/opensearch-dashboards/pkg/PLIST
1.24+2-2www/opensearch-dashboards/distinfo
1.3+1-1www/opensearch-dashboards/patches/patch-bin_use_node
1.29+1-1www/opensearch-dashboards/Makefile
+4,091-21,0274 files

OpenBSD/ports 70FJEuZtextproc/opensearch distinfo Makefile, textproc/opensearch/pkg PLIST

   Update opensearch 3.5.0 -> 3.6.0
   Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-3.6.0.md
VersionDeltaFile
1.27+254-311textproc/opensearch/pkg/PLIST
1.26+2-2textproc/opensearch/distinfo
1.29+1-1textproc/opensearch/Makefile
+257-3143 files

OpenBSD/ports kf1nogNmisc/memcached/patches patch-configure patch-memcached_c

   regen patches
VersionDeltaFile
1.18+6-6misc/memcached/patches/patch-configure
1.22+1-1misc/memcached/patches/patch-memcached_c
1.4+1-1misc/memcached/patches/patch-doc_Makefile
+8-83 files

OpenBSD/ports VpnIL3Bmail/sendmail distinfo Makefile, mail/sendmail/pkg PLIST-main

   Maintenance update to sendmail-8.19.0.1.
VersionDeltaFile
1.37.2.1+2-2mail/sendmail/distinfo
1.67.2.1+1-1mail/sendmail/Makefile
1.17.2.1+0-1mail/sendmail/pkg/PLIST-main
+3-43 files

OpenBSD/ports 1iPjC3Vsysutils/logstash Makefile distinfo, sysutils/logstash/patches patch-config_logstash_yml

   Update logstash 9.3.1 -> 9.4.1
   Release notes: https://www.elastic.co/docs/release-notes/logstash
VersionDeltaFile
1.62+22,386-10,718sysutils/logstash/pkg/PLIST
1.76+2-2sysutils/logstash/Makefile
1.58+2-2sysutils/logstash/distinfo
1.24+2-2sysutils/logstash/patches/patch-config_logstash_yml
+22,392-10,7244 files

OpenBSD/ports LNMzCcCdevel/libmagic Makefile, devel/libmagic/patches patch-src_softmagic_c

   mfc fix for bug introduced in file 5.47
VersionDeltaFile
1.55.2.1+1-0devel/libmagic/Makefile
1.6.2.1+0-0devel/libmagic/patches/patch-src_softmagic_c
+1-02 files

OpenBSD/ports Ak8Id0xsysutils/ansible distinfo Makefile, sysutils/ansible/patches patch-ansible_collections_ansible_posix_plugins_action_synchronize_py patch-ansible_collections_ansible_posix_plugins_modules_mount_py

   Update ansible 13.6.0 -> 13.7.0
   Changelog: https://github.com/ansible-community/ansible-build-data/blob/13.7.0/13/CHANGELOG-v13.md#v13-7-0
VersionDeltaFile
1.106+937-654sysutils/ansible/pkg/PLIST
1.164+2-2sysutils/ansible/distinfo
1.221+1-1sysutils/ansible/Makefile
1.2+0-0sysutils/ansible/patches/patch-ansible_collections_ansible_posix_plugins_action_synchronize_py
1.2+0-0sysutils/ansible/patches/patch-ansible_collections_ansible_posix_plugins_modules_mount_py
1.2+0-0sysutils/ansible/patches/patch-ansible_collections_ansible_posix_plugins_modules_synchronize_py
+940-6576 files