NetBSD/pkgsrc yNxjwiSdoc CHANGES-2026 TODO

   doc: Updated sysutils/lima to 2.1.1
VersionDeltaFile
1.3001+2-1doc/CHANGES-2026
1.27253+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc pUWWdf0sysutils/lima distinfo go-modules.mk

   sysutils/lima: update to version 2.1.1

   The default docker template still does not boot on my NetBSD host, but
   the docker.lima wrapper worked for me just fine when using debian-13
   instead, and installing docker.io there.

   Tested on NetBSD/amd64.

   Changes since version 2.1.0:

   * Binary release:
     - Add Windows artifacts (#4789)
   * macOS guest:
     - Allow unusual range of UID (#4171, thanks to @balajiv113)
   * vz:
     - Honor audio.device=none (#4762, thanks to @BizerNotNull)
   * nerdctl:
     - Update from v2.2.1 to v2.2.2 (#4787)
       . This release of the nerdctl distribution updates BuildKit

    [59 lines not shown]
VersionDeltaFile
1.6+292-496sysutils/lima/distinfo
1.6+97-165sysutils/lima/go-modules.mk
1.4+38-4sysutils/lima/PLIST
1.12+2-3sysutils/lima/Makefile
+429-6684 files

NetBSD/src lzyPljQexternal/ibm-public/postfix/dist/conf main.cf

   fix so that it works out of the box (from RVP)
VersionDeltaFile
1.13+3-3external/ibm-public/postfix/dist/conf/main.cf
+3-31 files

NetBSD/pkgsrc cmzNGWOdoc CHANGES-pkgsrc-2026Q1

   Add a missing empty line
VersionDeltaFile
1.1.2.20+2-1doc/CHANGES-pkgsrc-2026Q1
+2-11 files

NetBSD/pkgsrc Wth0eDIdoc CHANGES-pkgsrc-2026Q1

   Pullup tickets #7110 and #7111
VersionDeltaFile
1.1.2.19+7-1doc/CHANGES-pkgsrc-2026Q1
+7-11 files

NetBSD/pkgsrc VSjc1gAeditors/vim-share distinfo version.mk, editors/vim-share/patches patch-popupwin.c patch-feature.h

   Pullup ticket #7111 - requested by morr
   editors/vim: security fix

   Revisions pulled up:
   - editors/vim-share/PLIST                                       1.88
   - editors/vim-share/distinfo                                    1.232-1.233
   - editors/vim-share/patches/patch-feature.h                     1.9
   - editors/vim-share/patches/patch-popupwin.c                    1.4
   - editors/vim-share/patches/patch-vim.h                         1.4
   - editors/vim-share/version.mk                                  1.168-1.169

   ---
      Module Name:    pkgsrc
      Committed By:   morr
      Date:           Wed May  6 20:26:50 UTC 2026

      Modified Files:
              pkgsrc/editors/vim-share: PLIST distinfo version.mk
              pkgsrc/editors/vim-share/patches: patch-feature.h patch-popupwin.c

    [124 lines not shown]
VersionDeltaFile
1.227.2.5+7-7editors/vim-share/distinfo
1.3.4.1+5-5editors/vim-share/patches/patch-popupwin.c
1.8.4.1+3-3editors/vim-share/patches/patch-feature.h
1.163.2.5+2-2editors/vim-share/version.mk
1.85.2.3+3-1editors/vim-share/PLIST
1.3.4.1+2-2editors/vim-share/patches/patch-vim.h
+22-206 files

NetBSD/pkgsrc EX2DuDMgraphics/lcms2 distinfo Makefile

   Pullup ticket #7110 - requested by taca
   graphics/lcms2: security fix

   Revisions pulled up:
   - graphics/lcms2/Makefile                                       1.24
   - graphics/lcms2/distinfo                                       1.17

   ---
      Module Name:      pkgsrc
      Committed By:     wiz
      Date:             Thu Apr 30 05:13:08 UTC 2026

      Modified Files:
        pkgsrc/graphics/lcms2: Makefile distinfo

      Log Message:
      lcms2: update to 2.19.

      All tests pass.

    [67 lines not shown]
VersionDeltaFile
1.16.20.1+4-4graphics/lcms2/distinfo
1.23.6.1+2-3graphics/lcms2/Makefile
+6-72 files

NetBSD/pkgsrc qQIbkRJdoc CHANGES-pkgsrc-2026Q1

   Pullup tickets up to #7109
VersionDeltaFile
1.1.2.18+22-1doc/CHANGES-pkgsrc-2026Q1
+22-11 files

NetBSD/pkgsrc bEPkTQIlang/ruby rubyversion.mk

   Pullup ticket #7104 - requested by taca
   lang/ruby34: security fix

   Revisions pulled up:
   - lang/ruby/rubyversion.mk                                      1.321
   - lang/ruby34/Makefile                                          1.8
   - lang/ruby34/distinfo                                          1.14
   - lang/ruby34/patches/patch-lib_erb.rb                          1.1
   - lang/ruby34/patches/patch-lib_erb_version.rb                  1.1
   - lang/ruby34/patches/patch-test_erb_test__erb.rb               1.1

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Wed May  6 05:15:35 UTC 2026

      Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk
        pkgsrc/lang/ruby34: Makefile distinfo

    [10 lines not shown]
VersionDeltaFile
1.314.2.7+2-2lang/ruby/rubyversion.mk
+2-21 files

NetBSD/pkgsrc lapbVcNdoc CHANGES-2026

   doc: Updated textproc/p5-YAML-Syck to 1.45
VersionDeltaFile
1.3000+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc u0VMq9xtextproc/p5-YAML-Syck Makefile distinfo

   p5-YAML-Syck: update to 1.45.

   1.45 Apr 23 2026

     [Bug Fixes]
     - Fix: use syck_base64_free() to fix Windows "Free to wrong pool" crash
       in base64 encode/decode buffers; also plugs a memory leak (PR #189)
     - Fix: clear type tag on blessed scalar alias early-return so the stale
       tag no longer leaks onto the next emitted item (GH #193, PR #194)
     - Fix: negative float#base60 values produce wrong results; strip sign
       before accumulating and avoid negative zero for portable
       stringification (PR #191)
     - Fix: prevent memory leaks when Load/LoadJSON croak on parse errors
       (PR #192)

     [Maintenance]
     - Test: add coverage for SortKeys and JSON MaxDepth (PR #188)
     - Test: add error handling coverage for LoadFile/DumpFile (PR #190)
     - Update README

    [149 lines not shown]
VersionDeltaFile
1.41+4-5textproc/p5-YAML-Syck/Makefile
1.23+4-4textproc/p5-YAML-Syck/distinfo
+8-92 files

NetBSD/pkgsrc YNUx6fPdoc CHANGES-2026

   doc: Updated www/p5-libwww to 6.83
VersionDeltaFile
1.2999+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bcv3b1Ewww/p5-libwww distinfo Makefile

   p5-libwww: update to 6.83.

   6.83      2026-05-12 11:41:48Z
       - LWP::UserAgent now strips Authorization and Proxy-Authorization headers
         on cross-origin redirects (a different scheme, host, or port) to prevent
         credential leakage to the redirect target. Same-origin redirects retain
         credentials. Opt out with allow_credentialed_redirects => 1.
         CVE-2026-8368 reported by Kai Zen; PoC and initial patch by Stig
         Palmquist.
       - LWP::UserAgent now refuses https to http redirects by default to prevent
         leaking remaining request headers and bodies over plaintext. Opt in with
         allow_downgrade => 1. Related hardening alongside CVE-2026-8368; PoC by
         Stig Palmquist.
VersionDeltaFile
1.88+4-4www/p5-libwww/distinfo
1.151+2-2www/p5-libwww/Makefile
+6-62 files

NetBSD/pkgsrc DmLwdXndoc CHANGES-2026

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

NetBSD/pkgsrc cA05fhswww/cgit Makefile PLIST

   cgit: install man page

   While here, simplify package.

   Bump PKGREVISION.

   Fixes PR 60252.
VersionDeltaFile
1.15+23-16www/cgit/Makefile
1.3+17-1www/cgit/PLIST
+40-172 files

NetBSD/pkgsrc-wip e5a9a50cgit Makefile distinfo, cgit/patches patch-cgitrc patch-git-Makefile

Update www/cgit: Trying to solve: "pkg/60252: www/cgit: missing cgitrc(5) man page" for learning purposes...
DeltaFile
+72-0cgit/patches/patch-cgitrc
+69-0cgit/Makefile
+26-0cgit/patches/patch-git-Makefile
+15-0cgit/patches/patch-git_ci_run-test-slice.sh
+11-0cgit/distinfo
+9-0cgit/PLIST
+202-02 files not shown
+206-08 files

NetBSD/pkgsrc dar8v4Adoc CHANGES-2026

   doc: Updated games/greed to 5.0
VersionDeltaFile
1.2997+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc fnqtY3Fgames/greed Makefile distinfo

   greed: update to 5.0.

   Ported to Rust.
VersionDeltaFile
1.10+12-15games/greed/Makefile
1.14+4-4games/greed/distinfo
1.2+6-2games/greed/DESCR
1.2+0-0games/greed/PLIST
+22-214 files

NetBSD/pkgsrc 12uk6asdoc CHANGES-2026

   doc: Updated graphics/lcms2 to 2.19.1
VersionDeltaFile
1.2996+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc syiTiZbgraphics/lcms2 Makefile distinfo

   graphics/lcms2: Update to 2.19.1

   This is a bugfix release.

   Note that one can use cmake, but upstream has not yet declared that to
   be the official build system, so decline to switch.  (As usual, the
   autoconf build works fine.)
VersionDeltaFile
1.26+6-2graphics/lcms2/Makefile
1.18+4-4graphics/lcms2/distinfo
+10-62 files

NetBSD/pkgsrc-wip 3cbc9aapy-gguf Makefile

py-gguf: add GITHUB_PROJECT
DeltaFile
+1-0py-gguf/Makefile
+1-01 files

NetBSD/pkgsrc-wip 50d77edpy-transformers Makefile

py-transformers: depends py-setuptools and py-matruin
DeltaFile
+2-0py-transformers/Makefile
+2-01 files

NetBSD/pkgsrc-wip f50c4e9py-tokenizers Makefile

py-tokenizers: depends py-maturin
DeltaFile
+2-0py-tokenizers/Makefile
+2-01 files

NetBSD/pkgsrc-wip f53ea17py-sphinxcontrib-svg2pdfconverter Makefile

py-sphinxcontrib-svg2pdfconverter: drop python311
DeltaFile
+1-1py-sphinxcontrib-svg2pdfconverter/Makefile
+1-11 files

NetBSD/pkgsrc-wip df47252py-backports.tarfile PLIST Makefile

py-backports.tarfile: depends py-setuptools
DeltaFile
+5-5py-backports.tarfile/PLIST
+2-0py-backports.tarfile/Makefile
+7-52 files

NetBSD/pkgsrc-wip bb74fcakicad COMMIT_MSG PLIST, kicad-footprints PLIST

kicad-*: Update to 10.0.1

KiCad 10.0.1 (2026-04-15)

The 10.0.1 stable version contains critical bug fixes and other minor
improvements since the previous release.
A list of all of the fixed issues since the 10.0.1 release can be
found on the KiCad 10.0.1 milestone page.

KiCad 10.0.0 (2026-03-20)

Most, if not all, of the new features as well as usability
improvements in KiCad 10 are described in a running thread on the
KiCad user forum. Wayne Stambaugh also presented them in his FOSDEM
2026 talk which is available to watch on the FOSDEM website. This post
highlights some of the most exciting changes, but make sure to check
out the forum post for a full list. There were also hundreds of bug
fixes, performance improvements, and other smaller changes since KiCad
9. A full list of issues addressed in KiCad 10 can be found on the

    [8 lines not shown]
DeltaFile
+57-6,863kicad-packages3d/PLIST
+58-1,936kicad/COMMIT_MSG
+171-95kicad/PLIST
+49-34kicad-footprints/PLIST
+24-0kicad/patches/patch-pcbnew_pcb__base__frame.cpp
+17-7kicad/distinfo
+376-8,93528 files not shown
+606-8,99034 files

NetBSD/pkgsrc-wip 1359764libspnav Makefile COMMIT_MSG

libspnav: Add libspnav-1.2

Libspnav is a C library for receiving input from 6 degrees-of-freedom
(6dof) input devices, also known as spacemice, spaceballs, etc. 6dof
input is very useful for fluidly manipulating objects or viewpoints in
3D space, and fundamendally comprises of relative movement
(translation) across 3 axes (TX/TY/TZ), and rotation about 3 axes
(RX/RY/RZ).

Libspnav is a counterpart to the free spacenav driver (spacenavd),
which runs as a system daemon, and handles all the low level
interfacing with the actual devices. However, it can also communicate
with the proprietary 3Dconnexion driver (3dxsrv), with reduced
functionality.
DeltaFile
+24-0libspnav/Makefile
+14-0libspnav/COMMIT_MSG
+14-0libspnav/buildlink3.mk
+12-0libspnav/DESCR
+9-0libspnav/PLIST
+5-0libspnav/distinfo
+78-01 files not shown
+79-07 files

NetBSD/pkgsrc-wip bd430e6openscad distinfo, openscad/patches patch-features_boost.prf

openscad: merge from cad/openscad

* Author: adam <adam at pkgsrc.org>
  Date:   Sat Sep 27 07:13:02 2025 +0000

    openscad: fix for boost-1.89.0
DeltaFile
+33-0openscad/patches/patch-features_boost.prf
+1-0openscad/distinfo
+34-02 files

NetBSD/pkgsrc rdnNQJldoc TODO

   doc/TODO: update SOGo and dovecot

   + SOGo-5.12.8, SOPE-5.12.8, dovecot-2.4.2, dovecot2-pigeonhole-2.4.4.
VersionDeltaFile
1.27252+5-5doc/TODO
+5-51 files

NetBSD/pkgsrc i0rmyFjprint/tex-pdftex-doc Makefile

   (print/tex-pdftex-doc) Fix build, missing REPLACE_BASH
VersionDeltaFile
1.31+2-1print/tex-pdftex-doc/Makefile
+2-11 files