NetBSD/pkgsrc 37oNJzTdoc TODO

   doc/TODO: Update some

   + SOGo-5.12.11 [security], SOPE-5.12.11,
     dovecot-2.4.5 [CVE-2025-30189 and more], dovecot2-pigeonhole-2.4.5,
     mariadb-10.6.28, mariadb-10.11.19, mariadb-11.8.9, mariadb-12.3.3,
     mariadb-13.0.2, php-basercms-5.4.0, php-composer-2.10.3,
     php-dotclear-2.39.3, roundcube-1.7.4, thrift-0.24.0 [CVE-2026-41608].

   - drupal-10.0.5, drupal-9.5.5, sympa-6.2.76.
VersionDeltaFile
1.27926+16-21doc/TODO
+16-211 files

NetBSD/pkgsrc 1EkxAMFdoc pkg-vulnerabilities

   doc: Update CVE-2026-80212 and CVE-2026-80213 for ruby33 and ruby34
VersionDeltaFile
1.794+5-5doc/pkg-vulnerabilities
+5-51 files

NetBSD/pkgsrc CCuWLGPdoc CHANGES-2026

   doc: Updated lang/ruby34 to 3.4.10nb2
VersionDeltaFile
1.6125+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nMfza3mlang/ruby rubyversion.mk, lang/ruby34 distinfo Makefile

   lang/ruby34: update resolv gem

   Update resolv gem to 0.7.2 to fix CVE-2026-80212 and CVE-2026-80213.

   Bump PKGREVISION.
VersionDeltaFile
1.3+159-136lang/ruby34/patches/patch-lib_resolv.rb
1.12+2-2lang/ruby34/Makefile
1.331+2-2lang/ruby/rubyversion.mk
1.18+2-1lang/ruby34/distinfo
+165-1414 files

NetBSD/pkgsrc IIOAsMEdoc CHANGES-2026

   doc: Updated sysutils/tsm8 to 8.2.2.0
VersionDeltaFile
1.6124+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2xZ5t29doc CHANGES-2026

   doc: Updated lang/ruby33 to 3.3.12nb1
VersionDeltaFile
1.6123+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc s6ulteYlang/ruby rubyversion.mk, lang/ruby33 Makefile distinfo

   lang/ruby33: update resolv gem

   Update resolv gem to 0.3.2 to fix CVE-2026-80212 and CVE-2026-80213.

   Bump PKGREVISION.
VersionDeltaFile
1.3+169-18lang/ruby33/patches/patch-lib_resolv.rb
1.1+18-0lang/ruby33/patches/patch-lib_resolv.gemspec
1.330+2-2lang/ruby/rubyversion.mk
1.20+3-1lang/ruby33/distinfo
1.14+2-1lang/ruby33/Makefile
+194-225 files

NetBSD/pkgsrc sXKpcdAsysutils/tsm8 distinfo Makefile

   sysutils/tsm8: Update to v8.2.2.0

   This is a patch release, upstream does not provide a changelog
VersionDeltaFile
1.14+74-16sysutils/tsm8/PLIST
1.19+5-5sysutils/tsm8/Makefile
1.13+4-4sysutils/tsm8/distinfo
+83-253 files

NetBSD/pkgsrc VFHSyR9doc CHANGES-2026

   doc: Updated lang/ruby40 to 4.0.7
VersionDeltaFile
1.6122+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc HaelSAIlang/ruby rubyversion.mk, lang/ruby40 distinfo

   lang/ruby40: update to 4.0.7

   This release contains fix for CVE-2026-80212 and CVE-2026-80213 in resolv
   gem.

   4.0.7 (2026-09-15)

   * Bug #22188: addr2line doesn't find symbols when compiled with GCC LTO

   * Bug #22210: Check if issue #19969 is still reproducible / re-opened in 4.0.x

   * Bug #22217: Segmentation fault when resuming execution with Coverage.start
     and ruby/debug

   * Fix formatting in ObjectSpace._id2ref error path by eregon · Pull Request
     #18206

   * Bug #22200: ObjectSpace._id2ref can return a different object than the
     id's owner on Ruby 4.0 (stale id2ref_tbl entry for objects with generic

    [59 lines not shown]
VersionDeltaFile
1.2+4-13lang/ruby40/patches/patch-lib_rubygems_commands_setup__command.rb
1.11+5-5lang/ruby40/distinfo
1.329+5-5lang/ruby/rubyversion.mk
+14-233 files

NetBSD/pkgsrc yjpT3BYdoc pkg-vulnerabilities

   doc: Add CVE-2026-80212 and CVE-2026-80213

   resolv gem of Ruby's default gem.
VersionDeltaFile
1.793+7-1doc/pkg-vulnerabilities
+7-11 files

NetBSD/pkgsrc bSdcGKLlang/gcc16 distinfo, lang/gcc16/patches patch-gcc_configure

   gcc16: update comment to explain patch better
VersionDeltaFile
1.2+8-2lang/gcc16/patches/patch-gcc_configure
1.3+2-2lang/gcc16/distinfo
+10-42 files

NetBSD/pkgsrc QJWMJUBdoc CHANGES-2026

   doc: Updated textproc/treemd to 0.9.1
VersionDeltaFile
1.6121+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc MP9CjgFtextproc/treemd Makefile cargo-depends.mk

   textproc/treemd: update to 0.9.1

   (leaf pkg)

   [0.9.1] - 2026-09-14
   Fixed

       Images inside a list item are drawn. - item ![a](a.png) rendered the text and nothing else, and the image was not selectable. The list renderer drops images from its inline run on the grounds that they are drawn separately, which was true while the parser hoisted a list item's image out to a top-level block; since 2.0.0 it correctly keeps the image in the item, so nothing picked it up. The item now reserves the same placeholder rows a paragraph does, registers the image in the element index, and the existing image pass draws into them (#87)
       A nested paragraph or list is no longer measured as if it reserved image rows. Only a top-level block reserves them, so counting a nested one that way overstated its height by thirteen rows and pushed everything below it out of position

   Internal

       The renderer is checked against the line count that production actually uses. The check previously compared against count_block_lines, which the live path does not call for a top-level list, paragraph or image, so those three were being validated against a function that never measures them. index_elements now records the rows it walked and the test compares that

   [0.9.0] - 2026-09-14

   turbovault-parser 2.1.0, which closes every parser defect reported from here since 0.7.0.
   Fixed


    [16 lines not shown]
VersionDeltaFile
1.28+16-31textproc/treemd/distinfo
1.27+4-9textproc/treemd/cargo-depends.mk
1.28+2-2textproc/treemd/Makefile
+22-423 files

NetBSD/pkgsrc Pyugoyudoc CHANGES-2026

   doc: Updated sysutils/mirador to 1.13.1
VersionDeltaFile
1.6120+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc lRsTrd1sysutils/mirador Makefile cargo-depends.mk

   sysutils/mirador: update to 1.13.1

   (leaf pkg)

   1.13.1 - 2026-09-15
   Fixed

       The clock's border offers h. 1.13.0 put the 12-hour key only in the ? overlay, so a clock with room to spare never showed it. It is now on the border and the status bar, after Shift+↑↓ move and before d remove, as h 12/24h. At the default width the border is unchanged; h appears as soon as the clock is wide enough for it.

   1.13.0 - 2026-09-15
   Added

       A 12-hour clock (#265). h switches the clock panel between 24- and 12-hour, and the choice is remembered; [clocks].twelve_hour = true sets it in the config. The default stays 24-hour. AM or PM sits small at the top right of the numerals, over the seconds, and the zone table follows: its time_format is converted to 12-hour with your padding kept. With 12-hour off, time_format is used as written, as before.

   Fixed

       A 12-hour zone row keeps its day marker. A time_format with AM or PM in it, such as %I:%M:%S %p, was cut to … where the +1d belongs; the table now makes room for it.
       A task's note preview says when it has been cut. A note longer than the two-row preview lost its later rows with nothing to show it, so the seeded overdue task's note ended a sentence early and looked complete. The last visible row now ends in ….
       The watch log's empty state reads as a sentence. "which f on the agenda panel sets" was missing a word; it now says that pressing f on the agenda panel sets [agenda].file.

    [13 lines not shown]
VersionDeltaFile
1.7+166-163sysutils/mirador/distinfo
1.5+54-53sysutils/mirador/cargo-depends.mk
1.7+2-3sysutils/mirador/Makefile
+222-2193 files

NetBSD/pkgsrc zqosBzVlang/llvm/patches patch-lib_ObjCopy_MachO_MachOWriter.cpp patch-lib_ObjCopy_MachO_MachOLayoutBuilder.cpp, lang/rust Makefile distinfo

   llvm,rust: backport fix for macOS 27 dyld __LINKEDIT alignment issue
VersionDeltaFile
1.1+169-0lang/rust/patches/patch-src_llvm-project_llvm_lib_ObjCopy_MachO_MachOLayoutBuilder.cpp
1.1+169-0lang/llvm/patches/patch-lib_ObjCopy_MachO_MachOLayoutBuilder.cpp
1.1+131-0lang/rust/patches/patch-src_llvm-project_llvm_lib_ObjCopy_MachO_MachOWriter.cpp
1.1+131-0lang/llvm/patches/patch-lib_ObjCopy_MachO_MachOWriter.cpp
1.364+2-2lang/rust/Makefile
1.202+3-1lang/rust/distinfo
+605-32 files not shown
+610-58 files

NetBSD/pkgsrc UduMp0Vwww/nginx Makefile distinfo

   nginx: Update to 1.30.5

   Changes with nginx 1.30.5                                        15 Sep 2026

       *) Security: a heap memory buffer overflow might occur in a worker
          process under certain configurations when using HTTP/3 with OpenSSL
          3.5.0 and earlier (CVE-2026-90439).
          Thanks to Banny Liao.

       *) Change: now the QUIC transport parameters extension received in an
          SSL connection is always ignored.
VersionDeltaFile
1.145+4-4www/nginx/distinfo
1.197+2-3www/nginx/Makefile
+6-72 files

NetBSD/pkgsrc XkQvYFXnews/canlock-hp distinfo, news/canlock-hp/patches patch-hp_util_Makefile.am patch-hp_src_Makefile.am

   news/canlock-hp: Build fix for SunOS

   Second attempt to expose the POSIX APIs for SunOS.
VersionDeltaFile
1.1+17-0news/canlock-hp/patches/patch-hp_src_parser.c.in
1.1+16-0news/canlock-hp/patches/patch-hp_util_canlock-hfp.c
1.1+16-0news/canlock-hp/patches/patch-hp_src_unfold.c
1.1+15-0news/canlock-hp/patches/patch-hp_util_Makefile.am
1.1+15-0news/canlock-hp/patches/patch-hp_src_Makefile.am
1.15+6-3news/canlock-hp/distinfo
+85-33 files not shown
+93-79 files

NetBSD/pkgsrc 5lOhqxNdoc CHANGES-2026

   doc: Updated www/resterm to 1.8.1
VersionDeltaFile
1.6119+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rChLtGzwww/resterm go-modules.mk Makefile

   resterm: Update to 1.8.1

   This release adds HTTP traffic recording.
   Point your application's API base URL at a local Resterm listener and use the application as usual.
   Resterm forwards the traffic to your API and saves it in a Resterm .http
   file as runnable requests, mock responses, or both.
VersionDeltaFile
1.45+3-3www/resterm/distinfo
1.51+1-1www/resterm/Makefile
1.36+0-0www/resterm/go-modules.mk
+4-43 files

NetBSD/pkgsrc Tirqa5wlang/gcc14 distinfo, lang/gcc14/patches patch-gcc_config_darwin-driver.cc

   gcc{14,15}: backport macOS 27 fix from upstream
VersionDeltaFile
1.2+52-11lang/gcc14/patches/patch-gcc_config_darwin-driver.cc
1.2+47-15lang/gcc15/patches/patch-gcc_config_darwin-driver.cc
1.8+2-2lang/gcc15/distinfo
1.8+2-2lang/gcc15/Makefile
1.8+2-2lang/gcc15-libs/Makefile
1.14+2-2lang/gcc14/distinfo
+107-342 files not shown
+111-388 files

NetBSD/pkgsrc jt7a8Mddoc CHANGES-2026

   doc: Updated net/dnscontrol to 5.1.0
VersionDeltaFile
1.6118+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc dz2WD5qnet/dnscontrol Makefile go-modules.mk

   dnscontrol: Update to 5.1.0

   Changelog
   Provider-specific changes:
   f496a86: feat(p/CLOUDFLAREAPI): Normalize CF_WORKER_ROUTE TTL to avoid TTL-only corrections (#4871) (@cafferata)
   b35d0cb: fix(p/AUTODNS): clear the legacy "main" record on zone update (#4881) (@dkorunic)
   80299f7: fix(p/AUTODNS): send bare FQDN as MX value, not full RDATA (#4880) (@dkorunic)
   65fe80a: fix(p/AUTODNS): transmit an MX preference of 0 (#4882) (@dkorunic)
   aa20783: fix(p/CLOUDFLAREAPI): Preserve Single Redirect order. New redirects added to end of list. (#4869) (@KyleMit)
   c29831e: fix(p/CNR): offer the debug mode levels as a list in init (#4879) (@cafferata)
   df419c5: fix(p/DNSMADEEASY): ask the sandbox setting as a yes/no question in init (#4877) (@cafferata)
   72a18fd: fix(p/INWX): ask the sandbox setting as a yes/no question in init (#4876) (@cafferata)
   3b4078d: fix(p/TENCENTDNS): match package grades case-insensitively (#4884) (@Alice39s)
   Bug fixes:
   a32953c: fix: remove duplicate "(optional)" in init prompts and add ConfirmValue for yes/no fields (#4875) (@cafferata)
   CI/CD:
   05b5f9f: Build(deps): Bump joi from 18.2.3 to 18.2.9 (#4872) (@dependabot[bot])
   f66211b: ci: adopt conventional commits (#4873) (@TomOnTime)
   Other changes and improvements:
   3ae38d7: HOSTINGDE: Fix SOA mailbox with a host being dropped (#4866) (@jonathan8devs)
VersionDeltaFile
1.12+213-195net/dnscontrol/distinfo
1.13+70-64net/dnscontrol/go-modules.mk
1.48+1-1net/dnscontrol/Makefile
+284-2603 files

NetBSD/pkgsrc tn293LBx11/xfd distinfo, x11/xfd/patches patch-meson.build

   xfd: use upstream variant of patch
VersionDeltaFile
1.2+18-15x11/xfd/patches/patch-meson.build
1.11+2-2x11/xfd/distinfo
+20-172 files

NetBSD/pkgsrc MotYkLddoc TODO

   doc/TODO: + ggml-0.24.0, lean4-4.34.0.
VersionDeltaFile
1.27925+3-1doc/TODO
+3-11 files

NetBSD/pkgsrc eIdMAivdoc CHANGES-2026

   doc: updated bash to 5.3.20 (by kre@)
VersionDeltaFile
1.6117+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 54G8qKXlang/llvm distinfo, lang/llvm/patches patch-lib_Target_Hexagon_RDFCopy.cpp patch-include_llvm_CodeGen_RDFGraph.h

   llvm: fix build with xcode 27

   Apply commit a558d656043734cc4d02e0a0a12e4c308c28f8c7 from upstream.
   I won't pretend to understand modern C++ to the extent that I can
   adequately explain this change, but I guess it removes UB and does not
   change code behaviour.
VersionDeltaFile
1.1+84-0lang/llvm/patches/patch-include_llvm_CodeGen_RDFRegisters.h
1.1+36-0lang/llvm/patches/patch-lib_CodeGen_RDFLiveness.cpp
1.1+35-0lang/llvm/patches/patch-lib_Target_Hexagon_RDFCopy.h
1.1+15-0lang/llvm/patches/patch-lib_Target_Hexagon_RDFCopy.cpp
1.1+15-0lang/llvm/patches/patch-include_llvm_CodeGen_RDFGraph.h
1.50+6-1lang/llvm/distinfo
+191-16 files

NetBSD/pkgsrc FmVe0RFshells/bash Makefile distinfo

   Update shells/bash to 5.3.20

   New upstream patches:

   patch 16: deal with MacOS variable pipe size (and size limit)
   patch 17: readline cursor issues when invoked other than in col 0 with
        multibyte chars in the prompt
   patch 18: readline redisplay issues: if prompt has > 256 (wrapped) lines and
        when a prompt has changed, needs redrawing, and starts with esc seq.
   patch 19: deal with systems (macOS) where isalpha(128 <= c <= 255) is true.
   patch 20: recompute columns correctly when SIGWINCH indicates screen resize
VersionDeltaFile
1.97+16-1shells/bash/distinfo
1.128+3-2shells/bash/Makefile
+19-32 files

NetBSD/pkgsrc mw7cPqJdoc CHANGES-2026

   doc: Updated devel/ruby-simplecov to 1.3.0

   This is a leaf package.
VersionDeltaFile
1.6116+2-1doc/CHANGES-2026
+2-11 files