NetBSD/pkgsrc K9piZ0Nnet/terraform-provider-null Makefile, net/terraform-provider-vultr Makefile

   terraform-provider-*: fix path to wip
VersionDeltaFile
1.72+2-2net/terraform-provider-vultr/Makefile
1.73+2-2net/terraform-provider-null/Makefile
+4-42 files

NetBSD/pkgsrc OEwExagdoc CHANGES-2026

   doc: Updated meta-pkgs/xfce4 to 4.20.0nb19
VersionDeltaFile
1.5615+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7nlkisvdoc CHANGES-2026

   doc: Updated meta-pkgs/lxqt to 2.4.0nb2
VersionDeltaFile
1.5614+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kCC5iCrmeta-pkgs/lxqt Makefile

   lxqt: bump for pcmanfm-qt 2.4.1
VersionDeltaFile
1.50+3-3meta-pkgs/lxqt/Makefile
+3-31 files

NetBSD/pkgsrc fN6oiLbdoc CHANGES-2026

   doc: Updated sysutils/pcmanfm-qt to 2.4.1
VersionDeltaFile
1.5613+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc O4jNe2qsysutils/pcmanfm-qt PLIST Makefile, sysutils/pcmanfm-qt/patches patch-CMakeLists.txt patch-pcmanfm_desktopwindow.cpp

   pcmanfm-qt: update to 2.4.1

   pkgsrc does not include the change "Set desktop screen explicitly on
   Wayland", since it requires a newer version of plasma6-layer-shell-qt
   than pkgsrc carries presently and Wayland isn't really supported yet.

   pcmanfm-qt-2.4.1 / 2026-08-26
   ==============================
    * Close tabs without close buttons by middle clicking with Qt >= 6.11.
    * Workaround for a bad behavior of wlroots.
    * Removed the redundant translations CMake file.
    * Set desktop file name.
    * Removed `<normaloff>` from ui files.
    * Updated fsf address.
VersionDeltaFile
1.1+24-0sysutils/pcmanfm-qt/patches/patch-pcmanfm_desktopwindow.cpp
1.1+16-0sysutils/pcmanfm-qt/patches/patch-CMakeLists.txt
1.21+6-4sysutils/pcmanfm-qt/distinfo
1.57+2-3sysutils/pcmanfm-qt/Makefile
1.14+2-1sysutils/pcmanfm-qt/PLIST
+50-85 files

NetBSD/pkgsrc kqxBoFjmultimedia/libmatroska Makefile

   multimedia/libmatroska: Use https for MASTER_SITES

   Via http MASTER_SITES, the tarball is not available.
VersionDeltaFile
1.55+2-2multimedia/libmatroska/Makefile
+2-21 files

NetBSD/pkgsrc KgzA4Scinputmethod/fcitx distinfo, inputmethod/fcitx/patches patch-tools_cli_txt2mb.c patch-src_im_pinyin_sp.c

   fctix: add missing ctype abuse fix patches

   Two patches from the netbsd-11 ctype-abuse fixes of 2025-12-07 were
   listed in distinfo r1.8 but apparently never committed.
    https://mail-index.netbsd.org/pkgsrc-changes/2025/12/07/msg335023.html

   This should fix bulk build on NetBSD 11.0 hosts, and
   should be pulled up to pkgsrc-2026Q2.
VersionDeltaFile
1.1+30-0inputmethod/fcitx/patches/patch-src_im_pinyin_sp.c
1.1+22-0inputmethod/fcitx/patches/patch-tools_cli_txt2mb.c
1.10+3-1inputmethod/fcitx/distinfo
+55-13 files

NetBSD/pkgsrc 3IqvYs4doc CHANGES-2026

   doc: Added net/opentofu112 version 1.12.6
VersionDeltaFile
1.5612+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc SFHihGudoc CHANGES-2026

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

NetBSD/pkgsrc fAVCbwWdevel/nss Makefile distinfo

   nss: update to 3.128.

   Changes in NSS 3.128

   - Bug 2063360 - Rejoin the table cells the conversion wrapped mid-construct.
   - Bug 2063360 - Generate heading anchors and stop the headings linking to themselves.
   - Bug 2063360 - Unlink the self-linking headings in the release notes.
   - Bug 2063360 - Point documentation cross-references at the dashed anchors.
   - Bug 2063360 - Fix doc-lint in the release process.
   - Bug 2066375 - Make fuzz tasks selectable with try syntax.
   - Bug 2066375 - Build Cryptofuzz in its own CI task.
   - Bug 2066604 - fix EC public key encoding in sftk_PutPubKey.
   - Bug 2066183 - set CKA_ID on imported private keys.
   - Bug 2017925 - Hash prfs need to be evaluated for indicators.
   - Bug 2066327 - rename libcrux gyp target.
   - Bug 2066415 - Update BoGo tests to disable ML_DSA Default test.
   - Bug 2065354 - unify the two clang-format docker images.
   - Bug 2056265 - -trust-cert for TLS BoGo tests.
   - Bug 2056235 - DTLS1.2/1.3 - silently discard invalid records.

    [30 lines not shown]
VersionDeltaFile
1.215+4-4devel/nss/distinfo
1.301+2-2devel/nss/Makefile
+6-62 files

NetBSD/pkgsrc a4iIHx1net Makefile

   net: Add opentofu112
VersionDeltaFile
1.1661+2-1net/Makefile
+2-11 files

NetBSD/pkgsrc P0bONX7net/opentofu112 PLIST DESCR, net/opentofu112/patches patch-provider__source.go

   net/opentofu112: import opentofu112-1.12.6

   OpenTofu is an OSS tool for building, changing, and versioning
   infrastructure safely and efficiently. OpenTofu can manage existing and
   popular service providers as well as custom in-house solutions.

   The key features of OpenTofu are:

   * Infrastructure as Code: Infrastructure is described using a
     high-level configuration syntax. This allows a blueprint of your
     datacenter to be versioned and treated as you would any other code.
     Additionally, infrastructure can be shared and re-used.
   * Execution Plans: OpenTofu has a "planning" step where it generates
     an execution plan. The execution plan shows what OpenTofu will do
     when you call apply. This lets you avoid any surprises when
     OpenTofu manipulates infrastructure.
   * Resource Graph: OpenTofu builds a graph of all your resources, and
     parallelizes the creation and modification of any non-dependent
     resources. Because of this, OpenTofu builds infrastructure as

    [9 lines not shown]
VersionDeltaFile
1.1+3,312-0net/opentofu112/distinfo
1.1+1,104-0net/opentofu112/go-modules.mk
1.1+27-0net/opentofu112/Makefile
1.1+26-0net/opentofu112/DESCR
1.1+16-0net/opentofu112/patches/patch-provider__source.go
1.1+2-0net/opentofu112/PLIST
+4,487-01 files not shown
+4,488-07 files

NetBSD/pkgsrc jtmDbSddoc TODO

   doc/TODO: + rumdl-0.2.61.
VersionDeltaFile
1.27830+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc 6EnN1jtnet Makefile

   net: Sort terraform entries
VersionDeltaFile
1.1660+8-8net/Makefile
+8-81 files

NetBSD/pkgsrc uS6Rsacdoc CHANGES-2026

   doc: Added net/opentofu111 version 1.11.14
VersionDeltaFile
1.5610+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc TDJrJj4net Makefile

   net: Add opentofu111
VersionDeltaFile
1.1659+2-1net/Makefile
+2-11 files

NetBSD/pkgsrc 6yBMQ5Rnet/opentofu111 PLIST DESCR, net/opentofu111/patches patch-provider__source.go

   net/opentofu111: import opentofu111-1.11.14

   OpenTofu is an OSS tool for building, changing, and versioning
   infrastructure safely and efficiently. OpenTofu can manage existing and
   popular service providers as well as custom in-house solutions.

   The key features of OpenTofu are:

   * Infrastructure as Code: Infrastructure is described using a
     high-level configuration syntax. This allows a blueprint of your
     datacenter to be versioned and treated as you would any other code.
     Additionally, infrastructure can be shared and re-used.
   * Execution Plans: OpenTofu has a "planning" step where it generates
     an execution plan. The execution plan shows what OpenTofu will do
     when you call apply. This lets you avoid any surprises when
     OpenTofu manipulates infrastructure.
   * Resource Graph: OpenTofu builds a graph of all your resources, and
     parallelizes the creation and modification of any non-dependent
     resources. Because of this, OpenTofu builds infrastructure as

    [13 lines not shown]
VersionDeltaFile
1.1+3,300-0net/opentofu111/distinfo
1.1+1,100-0net/opentofu111/go-modules.mk
1.1+27-0net/opentofu111/Makefile
1.1+26-0net/opentofu111/DESCR
1.1+16-0net/opentofu111/patches/patch-provider__source.go
1.1+2-0net/opentofu111/PLIST
+4,471-01 files not shown
+4,472-07 files

NetBSD/pkgsrc QRdF6ofdoc CHANGES-2026

   doc: Added net/opentofu110 version 1.10.10
VersionDeltaFile
1.5609+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2lJQ9Mcnet Makefile

   net: Add opentofu110
VersionDeltaFile
1.1658+2-1net/Makefile
+2-11 files

NetBSD/pkgsrc EKosIAVnet/opentofu110 PLIST DESCR, net/opentofu110/patches patch-provider__source.go

   net/opentofu110: import opentofu110-1.10.10

   OpenTofu is an OSS tool for building, changing, and versioning
   infrastructure safely and efficiently. OpenTofu can manage existing and
   popular service providers as well as custom in-house solutions.

   The key features of OpenTofu are:

   * Infrastructure as Code: Infrastructure is described using a
     high-level configuration syntax. This allows a blueprint of your
     datacenter to be versioned and treated as you would any other code.
     Additionally, infrastructure can be shared and re-used.
   * Execution Plans: OpenTofu has a "planning" step where it generates
     an execution plan. The execution plan shows what OpenTofu will do
     when you call apply. This lets you avoid any surprises when
     OpenTofu manipulates infrastructure.
   * Resource Graph: OpenTofu builds a graph of all your resources, and
     parallelizes the creation and modification of any non-dependent
     resources. Because of this, OpenTofu builds infrastructure as

    [13 lines not shown]
VersionDeltaFile
1.1+5,268-0net/opentofu110/distinfo
1.1+1,756-0net/opentofu110/go-modules.mk
1.1+27-0net/opentofu110/Makefile
1.1+26-0net/opentofu110/DESCR
1.1+16-0net/opentofu110/patches/patch-provider__source.go
1.1+2-0net/opentofu110/PLIST
+7,095-01 files not shown
+7,096-07 files

NetBSD/pkgsrc DYyYeepdoc CHANGES-2026

   doc: Added net/opentofu16 version 1.6.3
VersionDeltaFile
1.5608+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 3Dc3NIDnet Makefile

   net: Add opentofu16
VersionDeltaFile
1.1657+2-1net/Makefile
+2-11 files

NetBSD/pkgsrc 7DZZKVPnet/opentofu16 PLIST DESCR, net/opentofu16/patches patch-provider__source.go

   net/opentofu16: import opentofu16-1.6.3

   OpenTofu is an OSS tool for building, changing, and versioning
   infrastructure safely and efficiently. OpenTofu can manage existing and
   popular service providers as well as custom in-house solutions.

   The key features of OpenTofu are:

   * Infrastructure as Code: Infrastructure is described using a
     high-level configuration syntax. This allows a blueprint of your
     datacenter to be versioned and treated as you would any other code.
     Additionally, infrastructure can be shared and re-used.
   * Execution Plans: OpenTofu has a "planning" step where it generates
     an execution plan. The execution plan shows what OpenTofu will do
     when you call apply. This lets you avoid any surprises when
     OpenTofu manipulates infrastructure.
   * Resource Graph: OpenTofu builds a graph of all your resources, and
     parallelizes the creation and modification of any non-dependent
     resources. Because of this, OpenTofu builds infrastructure as

    [13 lines not shown]
VersionDeltaFile
1.1+5,172-0net/opentofu16/distinfo
1.1+1,724-0net/opentofu16/go-modules.mk
1.1+30-0net/opentofu16/Makefile
1.1+26-0net/opentofu16/DESCR
1.1+16-0net/opentofu16/patches/patch-provider__source.go
1.1+2-0net/opentofu16/PLIST
+6,970-01 files not shown
+6,971-07 files

NetBSD/pkgsrc 4BJv5ZVnet Makefile

   net: Remove opentofu

   Several opentofu versions will be imported with version suffixes in order to
   permit a full migration from Terraform.

   Discussed on tech-pkg@ and no negative feedbacks
   <https://mail-index.NetBSD.org/tech-pkg/2026/03/04/msg032042.html>
   (it took a bit more than a week to import them though, sorry!)
VersionDeltaFile
1.1656+1-2net/Makefile
+1-21 files

NetBSD/pkgsrc CpClcwjdoc CHANGES-2026

   doc: Removed net/opentofu
VersionDeltaFile
1.5607+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bZ2nYSXnet/opentofu DESCR go-modules.mk

   opentofu: Remove, it will be imported as opentofu*

   opentofu will be reimported as opentofu16, opentofu110 and opentofu111
   in order to permit a complete Terraform to OpenTofu migration in
   pkgsrc.

   Discussed on tech-pkg@ and no negative feedbacks
   <https://mail-index.NetBSD.org/tech-pkg/2026/03/04/msg032042.html>
   (it took a bit more than a week to import them though, sorry!)
VersionDeltaFile
1.4+1-1net/opentofu/go-modules.mk
1.5+1-1net/opentofu/distinfo
1.2+1-1net/opentofu/PLIST
1.28+1-1net/opentofu/Makefile
1.3+0-0net/opentofu/DESCR
+4-45 files

NetBSD/pkgsrc Zm0zjYPdoc CHANGES-2026

   doc: Remove accidental terraform015 entry

   It was added, not updated!
VersionDeltaFile
1.5606+1-2doc/CHANGES-2026
+1-21 files

NetBSD/pkgsrc 4wvwFLSdoc CHANGES-2026

   doc: Added net/terraform15 version 1.5.7
VersionDeltaFile
1.5605+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc b3XuwRBnet Makefile

   net: Add terraform15
VersionDeltaFile
1.1655+2-1net/Makefile
+2-11 files