NetBSD/src wQuvjorsys/arch/evbppc/mpc85xx machdep.c

   mpc85xx: provide mem_regions() for the dump code
VersionDeltaFile
1.50+29-2sys/arch/evbppc/mpc85xx/machdep.c
+29-21 files

NetBSD/pkgsrc sxz3CC8doc CHANGES-2026

   doc: Updated print/xpdf4 to 4.06nb1
VersionDeltaFile
1.1389+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc l7Nazb6print/xpdf4 Makefile

   print/xpdf4: add qt6-qtsvg dependency

   Reported by Marc on a private e-mail.

   While here, avoid detection of Qt5 if installed.
   Bump package rev.
VersionDeltaFile
1.50+11-5print/xpdf4/Makefile
+11-51 files

NetBSD/pkgsrc N9JJpUDdoc CHANGES-2026

   doc: Updated textproc/rumdl to 0.1.28
VersionDeltaFile
1.1388+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rjHfBlMtextproc/rumdl distinfo cargo-depends.mk

   textproc/rumdl: update to 0.1.28

   [0.1.28] - 2026-02-24
   Added

       Import: rumdl import now preserves original rule aliases (e.g., no-hard-tabs instead of MD010) in the generated config file (#460)
       Code Block Tools: Per-language configs now support an enabled field to disable linting/formatting for specific languages while keeping the configuration (#458)

   Fixed

       MD044: Vale (<!-- vale ... -->) and remark-lint (<!-- lint ... -->) inline configuration directives are now skipped when checking proper names (#456)

   [0.1.27] - 2026-02-24
   Fixed

       MD013: CRLF line endings are now preserved during semantic-line-breaks reflow, fixing false positive warnings in the LSP when editors send Windows-style line endings (#459)
       MD041: Fix mode now correctly passes the file path to LintContext, enabling filename-derived title insertion (InsertDerived). Index and README files now derive their title from the parent directory name instead of "Index" or "README"
       MD044: YAML frontmatter values are now checked as prose while keys, delimiters, comments, and flow constructs are skipped. TOML frontmatter keys are also correctly skipped (#448)
       MD044: Angle-bracket autolinks (<https://...>) inside HTML comments are no longer flagged for proper name violations. Uses CommonMark autolink pattern matching for all valid URI schemes (#457)

    [32 lines not shown]
VersionDeltaFile
1.14+10-16textproc/rumdl/distinfo
1.5+2-4textproc/rumdl/cargo-depends.mk
1.14+2-2textproc/rumdl/Makefile
+14-223 files

NetBSD/pkgsrc KxCUydVdoc CHANGES-2026

   Updated security/py-bandit, security/py-certifi
VersionDeltaFile
1.1387+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc KeiOxQbsecurity/py-certifi distinfo Makefile

   py-certifi: updated to 2026.2.25

   2026.2.25
   Unknown changes
VersionDeltaFile
1.46+4-4security/py-certifi/distinfo
1.50+2-2security/py-certifi/Makefile
+6-62 files

NetBSD/pkgsrc QIOVO3esecurity/py-bandit distinfo Makefile

   py-bandit: updated to 1.9.4

   1.9.4

   * Fix B106 reporting wrong line number on multiline function calls
   * Lower version guard in check\_ast\_node to Python 3.12
   * Fix B615 false positive when revision is set via variable
   * Include filename in nosec 'no failed test' warning
   * Fix B613 crash when reading from stdin
   * Bump docker/build-push-action from 6.18.0 to 6.19.2
   * Bump docker/login-action from 3.6.0 to 3.7.0
   * chore: fixed some typos in comments
VersionDeltaFile
1.14+4-4security/py-bandit/distinfo
1.23+2-2security/py-bandit/Makefile
+6-62 files

NetBSD/pkgsrc ggjehZldoc CHANGES-2026

   doc: Updated cross/arm-none-eabi-gcc to 14.3.0nb1
VersionDeltaFile
1.1386+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ymIB7ekcross/arm-none-eabi-gcc distinfo Makefile, cross/arm-none-eabi-gcc/patches patch-zlib_zutil.h patch-libiberty_Makefile.in

   arm-none-eabi-gcc: Fix PR pkg/59701

   pkgsrc changes:
   ---------------
     * Remove fdopen #defines in zutil.h on macOS.
     * Bump revision.
VersionDeltaFile
1.1+26-0cross/arm-none-eabi-gcc/patches/patch-zlib_zutil.h
1.17+4-3cross/arm-none-eabi-gcc/distinfo
1.2+3-3cross/arm-none-eabi-gcc/patches/patch-libiberty_Makefile.in
1.37+2-2cross/arm-none-eabi-gcc/Makefile
1.2+2-2cross/arm-none-eabi-gcc/patches/patch-libcc1_configure
+37-105 files

NetBSD/pkgsrc nmzt7bMdoc CHANGES-2026

   doc: Updated cross/arm-none-eabi-binutils to 2.45nb1
VersionDeltaFile
1.1385+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rRG2Xtqcross/arm-none-eabi-binutils Makefile distinfo, cross/arm-none-eabi-binutils/patches patch-zlib_zutil.h

   arm-none-eabi-binutils: Fix build on Darwin

   pkgsrc changes:
   ---------------
     * Remove fdopen #defines in zutil.h on macOS.
     * Bump revision.
VersionDeltaFile
1.1+26-0cross/arm-none-eabi-binutils/patches/patch-zlib_zutil.h
1.14+2-2cross/arm-none-eabi-binutils/Makefile
1.14+2-1cross/arm-none-eabi-binutils/distinfo
+30-33 files

NetBSD/pkgsrc-wip c505b19lldb Makefile, mlir PLIST Makefile

Make mlir build
DeltaFile
+233-53mlir/PLIST
+3-4mlir/Makefile
+2-3lldb/Makefile
+238-603 files

NetBSD/src 4q5404usys/arch/arm/arm32 db_interface.c, sys/arch/mips/mips db_interface.c

   PR/59419: KGDB build fails for evbarm

   Fix compilation of db_interface.c when KGDB is defined, but DDB is not.
VersionDeltaFile
1.67+6-9sys/arch/arm/arm32/db_interface.c
1.101+5-2sys/arch/mips/mips/db_interface.c
1.140+4-2sys/arch/sparc64/sparc64/db_interface.c
1.63+4-2sys/arch/powerpc/powerpc/db_interface.c
1.28+4-2sys/ddb/db_access.c
+23-175 files

NetBSD/src LE9qHoIsys/arch/arm/arm32 arm32_machdep.c

   KNF
VersionDeltaFile
1.149+4-3sys/arch/arm/arm32/arm32_machdep.c
+4-31 files

NetBSD/src FSBzU4xsys/dev/usb uhub.c

   KNF
VersionDeltaFile
1.163+6-4sys/dev/usb/uhub.c
+6-41 files

NetBSD/pkgsrc P8u6QUlnet/fetch DESCR

   fetch: tweak DESCR
VersionDeltaFile
1.2+2-2net/fetch/DESCR
+2-21 files

NetBSD/src NqLfmSYsys/dev/usb if_ure.c

   if_ure.c: make hardware capabilities test work as intended

   As originally coded, the test intended to not set certain checksum
   offload capabilities for the oldest RTL8152 chip revision couldn't
   actually take effect. (The Realtek 4C00 device is an 8152 chipset,
   thus URE_FLAG_8152 is also set, and the bitwise complement of
   URE_FLAG_VER_4C00 isn't sufficient to test what's intended there.)

   While here, also remove an inconsistently-applied INET6 check. Half the
   relevant capabilities weren't guarded, and no other driver in our tree
   guards IPv6 hardware checksumming this way, so follow suit here and
   avoid the potential confusion/inconsistency.

   Addresses PR kern/59997. Thanks to kre@ for significant input here.
VersionDeltaFile
1.63+6-8sys/dev/usb/if_ure.c
+6-81 files

NetBSD/pkgsrc LkkOtNImath/openblas distinfo, math/openblas/patches patch-Makefile.install patch-Makefile

   openblas: update to 0.3.31

   OpenBLAS ChangeLog
   ====================================================================
   Version 0.3.31
   15-Jan-2025

   general:
    - reverted a matrix partitioning optimization from 0.3.30 that could lead to
      race conditions and subsequent invalid results in GEMM
    - added the bfloat16 extensions BGEMM and BGEMV
    - added a BLAS interface for the ?GEMM_BATCH extensions
    - added the BLAS extensions ?GEMM_BATCH_STRIDED and their CBLAS interface
    - added the basic infrastructure for half-precision float (FP16) format
      using SH prefix
    - reimplemented the LAPACK SLAED3/DLAED3 function using multithreading, thereby
      improving the performance of the SSYEVD/DSYEVD eigensolver for symmetric matrices
      on all platforms
    - limited the number of retries for initial memory allocation to avoid infinite

    [551 lines not shown]
VersionDeltaFile
1.8+68-56math/openblas/patches/patch-Makefile.install
1.5+48-39math/openblas/patches/patch-Makefile
1.4+51-20math/openblas/patches/patch-Makefile.system
1.1+27-0math/openblas/patches/patch-driver_others_blas__server__callback.c
1.1+24-0math/openblas/patches/patch-exports_Makefile
1.13+12-9math/openblas/distinfo
+230-1248 files not shown
+285-13514 files

NetBSD/pkgsrc-wip 3566cef. TODO

TODO: update resterm status
DeltaFile
+1-2TODO
+1-21 files

NetBSD/src qdgRFXbsys/arch/macppc/macppc machdep.c

   macppc: Have dumpsys() call oea_dumpsys()

   oea_dumpsys() recently grew support for writing crash dumps, so let's
   call this directly. Hopefully fixes PR 11854.
VersionDeltaFile
1.179+3-3sys/arch/macppc/macppc/machdep.c
+3-31 files

NetBSD/pkgsrc iGa2fyHdoc CHANGES-2026

   doc: Updated devel/objfw to 1.5.1
VersionDeltaFile
1.1383+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EuYsGOSdevel/objfw distinfo Makefile

   Update devel/objfw to 1.5.1

   ObjFW 1.5 -> ObjFW 1.5.1, 2026-02-24
    * Fixes a regression introduced in 1.5 that made weak references deadlock.
    * Improves the unit test for weak references.
VersionDeltaFile
1.43+4-4devel/objfw/distinfo
1.63+2-2devel/objfw/Makefile
1.18+2-2devel/objfw/PLIST.runtime
+8-83 files

NetBSD/src UxqRuLisys/arch/powerpc/include cpu.h, sys/arch/powerpc/oea oea_machdep.c

   powerpc: Add OEA crash dump support.

   Currently restricted to what I can test, so no OEA64 / OEA64_BRIDGE.
VersionDeltaFile
1.87+187-3sys/arch/powerpc/oea/oea_machdep.c
1.88+64-19sys/arch/powerpc/powerpc/powerpc_machdep.c
1.127+3-1sys/arch/powerpc/include/cpu.h
+254-233 files

NetBSD/src C4r4R6Gsys/arch/evbppc/nintendo machdep.c

   nintendo: Make cpu_reboot look more like the x86 one
VersionDeltaFile
1.6+35-15sys/arch/evbppc/nintendo/machdep.c
+35-151 files

NetBSD/src 9XHfyolsys/arch/evbppc/nintendo/dev ahcisata_ahb.c

   wiiu: Don't try to service AHCI port interrupts when panic'd
VersionDeltaFile
1.3+5-3sys/arch/evbppc/nintendo/dev/ahcisata_ahb.c
+5-31 files

NetBSD/src TL116rwlib/libkvm kvm_powerpc.c

   libkvm: Add IBM Espresso support
VersionDeltaFile
1.16+3-2lib/libkvm/kvm_powerpc.c
+3-21 files

NetBSD/pkgsrc r4Ye1kWdoc CHANGES-2026

   doc: Updated www/cgit to 1.3
VersionDeltaFile
1.1382+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0UDVb8Rwww/cgit Makefile distinfo, www/cgit/patches patch-git_ci_run-test-slice.sh patch-git-Makefile

   cgit: update to 1.3.

   As the first release in 6 years, there's a lot in here: bug fixes of
   every which variety, git modernizations (v2.53), css updates, and even
   javascript for the first time, for the new dynamic aging feature.
VersionDeltaFile
1.14+17-16www/cgit/Makefile
1.9+9-8www/cgit/distinfo
1.1+15-0www/cgit/patches/patch-git_ci_run-test-slice.sh
1.4+6-6www/cgit/patches/patch-git-Makefile
1.2+1-0www/cgit/PLIST
+48-305 files

NetBSD/pkgsrc FHKIOTKdevel/bazel distinfo, devel/bazel/patches patch-third__party_abseil-cpp_netbsd-sunos.patch

   fix for new elf versym type.
VersionDeltaFile
1.5+2-2devel/bazel/distinfo
1.2+2-2devel/bazel/patches/patch-third__party_abseil-cpp_netbsd-sunos.patch
+4-42 files