NetBSD/pkgsrc dVpDT0odoc TODO

   doc: Add devel/m4 to TODO
VersionDeltaFile
1.26863+2-1doc/TODO
+2-11 files

NetBSD/src WZZ5V6Vsys/arch/vax/vax db_machdep.c

   properly mask the "number of arguments" word to avoid invalid output.

   i had a system soft-hang with cc1plus waiting for memory, but there
   is enough memory free now, but when i tried to "bt/a <cc1plus addr>"
   i was getting an extremely large output (several megabytes before i
   killed simh).

   we fetch the argument count from a 32-bit space in the stack frame,
   but it's only the bottom byte that matters, the other bytes should
   always be zero for netbsd, as they're used by VMS.

   mask the high bytes of this value before consuming it.

   also, since we don't expect to see them, simply give up when we find
   a "callg" instruction.  i did attempt to handle this, but since they
   should not be present, and seeing one would indicate that an unexpected
   stack write to that bit, handling it just leads to more faults as they
   vax_ap pointer does not point to valid memory and triggers crash (ie,
   back to db> prompt.)
VersionDeltaFile
1.62+9-3sys/arch/vax/vax/db_machdep.c
+9-31 files

NetBSD/src XUDwslGsys/arch/vax/vax db_machdep.c

   revert previously - was meant for current.
VersionDeltaFile
1.61.2.2+1-7sys/arch/vax/vax/db_machdep.c
+1-71 files

NetBSD/src SoGMC4Esys/arch/vax/vax db_machdep.c

   properly mask the "number of arguments" word to avoid invalid output.

   i had a system soft-hang with cc1plus waiting for memory, but there
   is enough memory free now, but when i tried to "bt/a <cc1plus addr>"
   i was getting an extremely large output (several megabytes before i
   killed simh).

   we fetch the argument count from a 32-bit space in the stack frame,
   but it's only the bottom byte that matters, the other bytes should
   always be zero for netbsd, as they're used by VMS.

   mask the high bytes of this value before consuming it.

   also, since we don't expect to see them, simply give up when we find
   a "callg" instruction.  i did attempt to handle this, but since they
   should not be present, and seeing one would indicate that an unexpected
   stack write to that bit, handling it just leads to more faults as they
   vax_ap pointer does not point to valid memory and triggers crash (ie,
   back to db> prompt.)
VersionDeltaFile
1.61.2.1+9-3sys/arch/vax/vax/db_machdep.c
+9-31 files

NetBSD/pkgsrc QNynVeBdoc CHANGES-2026

   doc: Updated devel/nss to 3.121.0
VersionDeltaFile
1.1354+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VUpSswqdevel/nss distinfo Makefile

   nss: update to 3.121.0.

   Changes:
      - Bug 2017366 - update vendored zlib to v1.3.2.
      - Bug 2012645 - Revert the unnecessary changes to intel-gcm-wrap.gyp.
      - Bug 2012645 - Use C fallback for AES-GCM on MinGW builds.
      - Bug 2005669 - fix ML-KEM PCT.
      - Bug 2017008 - Extend NSS Fuzzing docs.
      - Bug 2009552 - avoid integer overflow in platform-independent ghash.
      - Bug 2003189 - Fix errant whitespace in OISTE Server Root RSA G1 nickname.
      - Bug 2012313 - fix build with glibc-2.43 assignment discards 'const' qualifier from pointer.
      - Bug 2013188 - add gcm.gyp dependency for Solaris SPARC builds.
      - Bug 2010389 - Set nssckbi version to 2.84.
      - Bug 2010389 - Add e-Szigno TLS Root CA 2023 to NSS.
      - Bug 2005516 - allow manual selection of CPU_ARCH=x86_64 and ppc64 in coreconf/Darwin.mk.
      - Bug 2009998 - Update cryptofuzz version.
      - Bug 2001167: Paranoia assert.
      - Bug 2000737 - Darwin compatibility for intel-aes.S and intel-gcm.S.
      - Bug 2000737 - rename intel-{aes,gcm}.s to .S.

    [4 lines not shown]
VersionDeltaFile
1.205+4-4devel/nss/distinfo
1.291+3-3devel/nss/Makefile
+7-72 files

NetBSD/src utfn40tsys/arch/ews4800mips/conf GENERIC, sys/dev/marvell ehci_mv.c

   fix various typos in comments.
VersionDeltaFile
1.69+3-3sys/arch/ews4800mips/conf/GENERIC
1.11+3-3sys/dev/marvell/ehci_mv.c
1.103+3-3sys/dev/usb/umass_quirks.c
1.44+3-3sys/ufs/lfs/lfs_rfw.c
1.3+2-2tests/bin/sh/t_input.sh
+14-145 files

NetBSD/pkgsrc cm3AxHEtextproc/py-libxml2/files tree_8h.xml parser_8h.xml

   py-libxml2: make doxygen dependency optional and turn it off by default

   Add pregenerated API XML schemas to pkgsrc and add convenience target
   "mkdocxml" to regenerate schemas when updating the package. PR pkg/60027.
VersionDeltaFile
1.1+9,380-0textproc/py-libxml2/files/tree_8h.xml
1.1+8,489-0textproc/py-libxml2/files/parser_8h.xml
1.1+6,677-0textproc/py-libxml2/files/xmlerror_8h.xml
1.1+5,474-0textproc/py-libxml2/files/xpathInternals_8h.xml
1.1+4,604-0textproc/py-libxml2/files/xmlwriter_8h.xml
1.1+4,305-0textproc/py-libxml2/files/xmlreader_8h.xml
+38,929-036 files not shown
+87,557-1042 files

NetBSD/pkgsrc UuLKn27graphics/qiv Makefile

   qiv: Not for platform Darwin

   It depends on x11 backend of gtk3+ which is not available on Darwin.
VersionDeltaFile
1.83+3-1graphics/qiv/Makefile
+3-11 files

NetBSD/pkgsrc 5tUlz8jx11/gtk3 options.mk

   gtk3: Disable wayland and x11 backends for Darwin

   Since this rule is in meson.build:
   ```
   if os_darwin
     wayland_enabled = false
     x11_enabled = false
   else
     quartz_enabled = false
   endif
   ```
VersionDeltaFile
1.34+2-2x11/gtk3/options.mk
+2-21 files

NetBSD/pkgsrc E53HtOPdoc CHANGES-2026

   doc: Updated graphics/qiv to 3.0.1
VersionDeltaFile
1.1353+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 21JZG7Zgraphics/qiv distinfo Makefile, graphics/qiv/patches patch-Makefile

   qiv: Update to 3.0.1

   upstream changes:
   -----------------
   3.0.1
   ========
     03.04.2025        [tw] Fix compilation problem with newer gdk3 versions
   3.0.0
   ========
     31.03.2025        [tw] Migration to GDK3.
   2.9.0
   ========
     17.03.2025        [tw] Intermediate version. Remove imlib2, use gdk2/gdkpixbuf
   2.3.4
   ========
     19.02.2025        [tw] minor cleanup and gcc-15 fixes (debian #1097695)
     03.02.2025        [tw] add heic and webp entries to desktop and mime file
     06.08.2023        [tw] Correct libwmf-gtk recommends, remove "-l" from desktop file,
                            increase debhelper compat level to 7

    [24 lines not shown]
VersionDeltaFile
1.17+5-5graphics/qiv/distinfo
1.82+3-4graphics/qiv/Makefile
1.2+4-2graphics/qiv/patches/patch-Makefile
+12-113 files

NetBSD/pkgsrc 5K1gQymdoc CHANGES-2026

   doc: Updated www/php-contao-manager to 1.10.12
VersionDeltaFile
1.1352+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc sECtBlPwww/php-contao-manager distinfo Makefile

   www/php-contao-manager: update to 1.10.12

   1.10.12 (2025-02-18)

   * Fixed dry-run actually installing dependencies (#918)
VersionDeltaFile
1.20+4-4www/php-contao-manager/distinfo
1.23+2-2www/php-contao-manager/Makefile
+6-62 files

NetBSD/pkgsrc gWy71HXwww/php-concrete-cms Makefile

   www/php-concrete-cms: allow php84

   Concrete CMS 9.4 already supports PHP 8.4.
VersionDeltaFile
1.18+2-2www/php-concrete-cms/Makefile
+2-21 files

NetBSD/pkgsrc xkqWttrdoc CHANGES-2026

   doc: Updated net/ruby-recog to 3.1.26
VersionDeltaFile
1.1351+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc alCMyPJnet/ruby-recog distinfo Makefile

   net/ruby-recog: update to 3.1.26

   3.1.26 (2026-02-19)

   * Update recog submodule to v3.1.24
VersionDeltaFile
1.36+4-4net/ruby-recog/distinfo
1.38+2-2net/ruby-recog/Makefile
+6-62 files

NetBSD/pkgsrc 2Jycmtzdoc CHANGES-2026

   doc: Updated graphics/ruby-RMagick to 6.2.0
VersionDeltaFile
1.1350+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc m7wkxgtgraphics/ruby-RMagick distinfo Makefile

   graphics/ruby-RMagick: update to 6.2.0

   6.2.0 (2026-02-22)

   Improvements

   * Support MSYS2 ImageMagick via pkg-config on Windows (#1730)
VersionDeltaFile
1.84+4-4graphics/ruby-RMagick/distinfo
1.195+2-3graphics/ruby-RMagick/Makefile
+6-72 files

NetBSD/pkgsrc QYSFXDwdoc CHANGES-2026

   doc: Updated www/ruby-selenium-webdriver to 4.41.0
VersionDeltaFile
1.1349+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GbUkd6Owww/ruby-selenium-webdriver distinfo Makefile

   www/ruby-selenium-webdriver: update to 4.41.0

   4.41.0 (2026-02-19)

   * Support CDP versions: v143, v144, v145
   * remove stored atoms these get generated by build (#16971)
   * output driver logs when SE_DEBUG is enabled (#16901)
   * Update lint configuration and fix rubocop offenses (#17008)
   * add missing unit tests (#17025)
   * [grid] Add session event API for server-side event bus integration
     (#17015)
   * Update dependencies (#17111)
VersionDeltaFile
1.42+4-4www/ruby-selenium-webdriver/distinfo
1.50+2-2www/ruby-selenium-webdriver/Makefile
1.23+2-1www/ruby-selenium-webdriver/PLIST
+8-73 files

NetBSD/pkgsrc 9WYeGekdoc CHANGES-2026

   doc: Updated security/ruby-vault to 0.20.0
VersionDeltaFile
1.1348+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UvfIN7Ksecurity/ruby-vault distinfo Makefile

   security/ruby-vault: update to 0.20.0

   0.20.0 (2026-02-04)

   What's New in v0.20.0

   Improvements

   * Added cluster_address field to LeaderStatus response from sys/leader
     endpoint [GH-204]

   * Updated AppRole set_role documentation to include modern parameters like
     secret_id_bound_cidrs, token_bound_cidrs, and token_policies [GH-220]

   * Added support for custom mount paths in AppRole authentication via mount:
     option [GH-292]

   Bug Fixes


    [10 lines not shown]
VersionDeltaFile
1.6+4-4security/ruby-vault/distinfo
1.6+2-2security/ruby-vault/Makefile
+6-62 files

NetBSD/pkgsrc tVIIiKmdoc CHANGES-2026

   doc: Updated devel/ruby-zeitwerk to 2.7.5
VersionDeltaFile
1.1347+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc MMUWidEdevel/ruby-zeitwerk distinfo Makefile

   devel/ruby-zeitwerk: update to 2.7.5

   2.7.5 (2025-02-19)

   * If available, tree traversal is based on Dir.scan, which saves syscalls in
     common platforms.  This method is a recent addition to Ruby contributed by
     @byroot, so you need to be on Ruby master to leverage this for now.

   * Tree traversal is a tad more performant, regardless of the previous point.
     Gains are marginal when eager loading, because it is dominated by loading
     the code, but Zeitwerk::Loader#all_expected_cpaths was 14% faster in some
     benchmarks, for example.

   * README.md documents how to collect autoloaded constants using an on_load
     callback.

   * Internal maintenance.
VersionDeltaFile
1.23+4-4devel/ruby-zeitwerk/distinfo
1.21+2-2devel/ruby-zeitwerk/Makefile
1.8+2-1devel/ruby-zeitwerk/PLIST
+8-73 files

NetBSD/pkgsrc y7uVlkhdoc CHANGES-2026

   doc: Updated www/ruby-aws-partitions to 1.1217.0
VersionDeltaFile
1.1346+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc cyxdLPLwww/ruby-aws-partitions distinfo Makefile

   www/ruby-aws-partitions: update to 1.1217.0

   1.1217.0 (2026-02-20)

   * Feature - Added support for enumerating regions for Aws::SignerData.

   1.1216.0 (2026-02-18)

   * Feature - Updated the partitions source data the determines the AWS
     service regions and endpoints.

   1.1215.0 (2026-02-17)

   * Feature - Updated the partitions source data the determines the AWS
     service regions and endpoints.
VersionDeltaFile
1.105+4-4www/ruby-aws-partitions/distinfo
1.103+2-2www/ruby-aws-partitions/Makefile
+6-62 files

NetBSD/pkgsrc iFgAIEedoc CHANGES-2026

   Updated net/py-aiormq, devel/py-greenlet
VersionDeltaFile
1.1345+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc X2jmxRHdevel/py-greenlet distinfo PLIST

   py-greenlet: updated to 3.3.2

   3.3.2 (2026-02-20)

   - Fix a crash on Python 3.10 if there are active greenlets during
     interpreter shutdown.
VersionDeltaFile
1.36+4-4devel/py-greenlet/distinfo
1.10+4-1devel/py-greenlet/PLIST
1.38+2-2devel/py-greenlet/Makefile
+10-73 files

NetBSD/pkgsrc pfowN7wnet/py-aiormq distinfo Makefile

   py-aiormq: updated to 6.9.3

   6.9.3

   fix: case where not all futures were rejected
   Use UV and Ruff
VersionDeltaFile
1.12+4-4net/py-aiormq/distinfo
1.13+3-3net/py-aiormq/Makefile
1.5+1-2net/py-aiormq/PLIST
+8-93 files