NetBSD/src qfuvUwLlibexec/ld.elf_so Makefile

   ld.elf_so: g/c empty conditional

   It was not empty for about two hours before the commit that introduced
   it had been reverted.  Its content was revered, but the conditional
   itself was forgoten.

   While here, add "compat32" in the comment for the MLIBDIR block to
   make this place more easily findable.
VersionDeltaFile
1.157+2-4libexec/ld.elf_so/Makefile
+2-41 files

NetBSD/src 8YK35DWsys/arch/riscv/riscv bus_space_generic.S

   risc-v: revert the change for generic_bs_r_4

   According to the RISC-V ABI Calling Convention an integer scalars
   narrower than XLEN bits are widened according to the sign of their
   type up to 32 bits, then sign-extended to XLEN bits.
VersionDeltaFile
1.10+2-6sys/arch/riscv/riscv/bus_space_generic.S
+2-61 files

NetBSD/pkgsrc-wip f077560openjdk25 options.mk

openjdk25: whitespace
DeltaFile
+1-1openjdk25/options.mk
+1-11 files

NetBSD/pkgsrc-wip a133bb1openjdk25 PLIST.Darwin options.mk

openjdk25: adjust some PLIST conditionals
DeltaFile
+4-4openjdk25/PLIST
+5-0openjdk25/Makefile
+3-1openjdk25/options.mk
+0-2openjdk25/PLIST.Darwin
+12-74 files

NetBSD/pkgsrc-wip ddc7b71. Makefile

Makefile: sync
DeltaFile
+2-0Makefile
+2-01 files

NetBSD/pkgsrc-wip 5bf6878openjdk25 PLIST Makefile

openjdk25: fix some PLIST issues on Darwin
DeltaFile
+35-0openjdk25/PLIST.Darwin
+4-2openjdk25/Makefile
+1-1openjdk25/PLIST
+40-33 files

NetBSD/pkgsrc-wip bb5ff83openjdk25 distinfo Makefile, openjdk25/patches patch-make_autoconf_flags-cflags.m4 patch-make_autoconf_buildjdk-spec.gmk.template

openjdk25: get the build further along on macOS
DeltaFile
+15-1openjdk25/patches/patch-make_autoconf_buildjdk-spec.gmk.template
+13-1openjdk25/patches/patch-make_autoconf_flags-cflags.m4
+11-2openjdk25/options.mk
+9-0openjdk25/bootstrap.mk
+7-1openjdk25/Makefile
+5-2openjdk25/distinfo
+60-76 files

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-wip b758e9fbind920 Makefile distinfo

bind920: update to version 9.20.29.

Pkgsrc changes:
 * Update version number & checksums.

Upstream changes:

Notes for BIND 9.20.29
----------------------

Security Fixes
~~~~~~~~~~~~~~

- Prevent excessive CPU use validating crafted DNSSEC responses.
  :cve:`2026-19668`

  A malicious authoritative server could serve a securely delegated zone
  whose DS and DNSKEY records carried many distinct key tags but no valid
  match, forcing a validating resolver into excessive key-tag matching

    [352 lines not shown]
DeltaFile
+3-3bind920/distinfo
+1-1bind920/Makefile
+4-42 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/src 5ovscgasys/net if_wg.c

   wg(4): Assert task is nonzero before queueing work.

   Prompted by (though I can't see any way it could be the source of):

   PR kern/60728: workqueue panic in wg
VersionDeltaFile
1.145+4-2sys/net/if_wg.c
+4-21 files

NetBSD/src oOZfcKdsys/net if_wg.c

   wg(4): Insert missing membar_acquire and xref comments.

   PR kern/60734: wg(4): missing membar in wg_update_endpoint_if_necessary
VersionDeltaFile
1.144+12-2sys/net/if_wg.c
+12-21 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-wip dc48c7f. Makefile, moviebox-tui PLIST DESCR

moviebox-tui: import pkg

Since freeze is on ...
DeltaFile
+1,244-0moviebox-tui/distinfo
+415-0moviebox-tui/cargo-depends.mk
+23-0moviebox-tui/Makefile
+20-0moviebox-tui/DESCR
+2-0moviebox-tui/PLIST
+1-0Makefile
+1,705-06 files

NetBSD/src vGOUa7ksys/arch/aarch64/aarch64 fpu.c

   arm64: don't consult mvfr1_el1 for AArch64 fp capabilities

   The MVFR1_EL1 register describes features for the AArch32 AdvSIMD and FP
   implementation and the contents of this register are UNKNOWN when FEAT_AA32
   is not implemented.

   So let's ignore this register and just set FPCR defaults for IEEE 754
   compatibility.

   Before this change, 7 tests in lib/libm failed on a VMware Fusion VM
   (Apple M4 Pro) where MVFR1_EL1 reads as zero. With this change, all
   tests pass.
VersionDeltaFile
1.15+8-56sys/arch/aarch64/aarch64/fpu.c
+8-561 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