NetBSD/pkgsrc FjaJAhpsysutils/py-Glances Makefile

   sysutils/py-Glances: Fix PLIST entry.

   Remove additional files under __pycache__.
VersionDeltaFile
1.50+3-1sysutils/py-Glances/Makefile
+3-11 files

NetBSD/pkgsrc x8cN8zHdoc CHANGES-2026

   doc: Updated audio/fasttracker2 to 2.13
VersionDeltaFile
1.2098+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ZwVJsSNaudio/fasttracker2 distinfo Makefile

   audio/fasttracker2: Update to 2.13

   Changes since 2.12:

   Improvements

     * Use 2-point cosine interpolation for scopes instead of 4-point cubic
       B-spline. This is favorable as it doesn't lower the waveform amplitude for
       samples containing very high frequency data. The whole point of
       interpolating the scopes is to prevent the staircase effect at very low
       pitches, and this does the job.
VersionDeltaFile
1.130+4-4audio/fasttracker2/distinfo
1.146+2-2audio/fasttracker2/Makefile
+6-62 files

NetBSD/pkgsrc 7KiM60bdoc CHANGES-2026

   doc: Updated www/miniflux to 2.2.19
VersionDeltaFile
1.2097+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc YqugA0Nwww/miniflux distinfo go-modules.mk

   miniflux: update to 2.2.19.

   Security

       Remove sensitive values (CSRF tokens, OAuth state, session cookies) from log messages.
       Improve OAuth2 security:
           Verify OIDC ID token signatures and claims.
           Prevent OAuth identity overwrite when already linked.
           Clear PKCE verifier and CSRF state after use.
           Validate HTTP status from Google userinfo endpoint.
       Use HMAC-SHA256 instead of SHA1 for Google Reader API authentication.
       Use constant-time comparison for token validation.
       Fix potential DoS when truncating large untrusted input in templates.
       Reject oversized favicons.

   Improvements

       Improve configuration validation with cross-field consistency checks.
       OAuth2:

    [46 lines not shown]
VersionDeltaFile
1.7+70-64www/miniflux/distinfo
1.6+22-20www/miniflux/go-modules.mk
1.14+2-2www/miniflux/Makefile
+94-863 files

NetBSD/pkgsrc nIRIogzsysutils/py-Glances PLIST Makefile

   py-Glances: fix merge
VersionDeltaFile
1.22+1-2sysutils/py-Glances/PLIST
1.49+1-2sysutils/py-Glances/Makefile
+2-42 files

NetBSD/pkgsrc cnFsgLgdoc CHANGES-2026

   doc: Updated sysutils/py-Glances to 4.5.3nb1
VersionDeltaFile
1.2096+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ueEe46gsysutils/py-Glances PLIST distinfo

   sysutils/py-Glances: Update to 4.5.3

   Changes since 4.5.2:

   =============
   Version 4.5.3
   =============

   Bug corrected:

     * Internal Server Error (Web Server Mode) #3502
     * Container plugin crashes with docker.errors.NullResource on Podman pod
       infra containers #3498
     * [ALERTS] Sometime the top process list is not the good one #3481

   Enhancements:

     * Support for LXC/LXD containers #3480
     * Add export to ClickHouse #3320

    [18 lines not shown]
VersionDeltaFile
1.21+8-1sysutils/py-Glances/PLIST
1.40+4-4sysutils/py-Glances/distinfo
1.48+2-2sysutils/py-Glances/Makefile
+14-73 files

NetBSD/pkgsrc LIxV0AFdoc CHANGES-2026 TODO

   doc: Updated textproc/py-pygments to 2.20.0
VersionDeltaFile
1.2095+2-1doc/CHANGES-2026
1.27041+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc tA13IePtextproc/py-pygments Makefile distinfo

   py-pygments: update to 2.20.0.

   Version 2.20.0
   --------------
   (released March 29th, 2026)

   - New lexers:

     * Rell (#2914)

   - Updated lexers:

     * archetype: Fix catastrophic backtracking in GUID and ID patterns (#3064)
     * ASN.1: Recognize minus sign and fix range operator (#3014, #3060)
     * C++: Add C++26 keywords (#2955), add integer literal suffixes (#2966)
     * ComponentPascal: Fix ``analyse_text`` (#3028, #3032)
     * Coq renamed to Rocq (#2883, #2908)
     * Cython: Various improvements (#2932, #2933)
     * Debian control: Improve architecture parsing (#3052)

    [31 lines not shown]
VersionDeltaFile
1.55+6-5textproc/py-pygments/Makefile
1.37+4-4textproc/py-pygments/distinfo
1.31+4-1textproc/py-pygments/PLIST
+14-103 files

NetBSD/pkgsrc SG9VHoHdoc CHANGES-2026

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

NetBSD/pkgsrc qQBqGfBwww/p5-libwww distinfo Makefile

   p5-libwww: update to 6.82.

   6.82      2026-03-29 17:02:10Z
       - Fix env_proxy() warning for unrelated environment variables (GH#501)
         (Olaf Alders) with patch provided by @kberry.
       - Fix `C<>` usage in doc (GH#500) (Dan Church)
       - add an in-repo Makefile.PL for those tools that insist on running one
         (GH#497) (Karen Etheridge)
VersionDeltaFile
1.87+4-4www/p5-libwww/distinfo
1.150+2-2www/p5-libwww/Makefile
+6-62 files

NetBSD/pkgsrc BG4HM6ddoc CHANGES-2026

   doc: Updated textproc/p5-XML-Parser to 2.56
VersionDeltaFile
1.2093+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pnToModtextproc/p5-XML-Parser distinfo Makefile

   p5-XML-Parser: update to 2.56.

   2.56 2026-04-02 (by Todd Rinaldo)

     Fixes:
       - PR #223 Skip original_string test when expat lacks
         XML_CONTEXT_BYTES, fixing false test failures on platforms
         where libexpat is compiled without XML_CONTEXT_BYTES (e.g.
         DragonFlyBSD system expat)

   2.55 2026-04-01 (by Todd Rinaldo)

     Fixes:
       - PR #221 Fix struct-return ABI mismatch in XML_ExpatVersionInfo()
         by parsing the version string instead of using the struct return,
         which was corrupted when Perl and libexpat used different struct
         return conventions (-fpcc-struct-return vs -freg-struct-return)
       - PR #214 GH #211 GH #212 GH #213 Revert defaulthandle char
         routing and standalone string changes that broke downstream CPAN

    [15 lines not shown]
VersionDeltaFile
1.22+4-4textproc/p5-XML-Parser/distinfo
1.64+2-2textproc/p5-XML-Parser/Makefile
+6-62 files

NetBSD/pkgsrc 36blqb0doc TODO CHANGES-2026

   doc: Updated security/p5-Crypt-RIPEMD160 to 0.12
VersionDeltaFile
1.27040+2-1doc/TODO
1.2092+2-1doc/CHANGES-2026
+4-22 files

NetBSD/pkgsrc ocMMg5tsecurity/p5-Crypt-RIPEMD160 distinfo Makefile

   p5-Crypt-RIPEMD160: update to 0.12.

   0.12 2026-04-02

     Bug fixes:
       - Fix MAC reset() after mac()/hexmac() by preserving the key so the
         inner pad can be recomputed. PR #23
       - Prevent STRLEN-to-dword truncation for large inputs on 64-bit
         platforms in the XS add() method. PR #26
       - Croak on read errors in addfile() instead of silently truncating
         the hash input. GH #35, PR #35
       - Zero sensitive memory (hash state) on destroy and reset to avoid
         leaking intermediate digests. PR #39
       - Zero MDfinish stack buffer after final compression to prevent
         transient data from lingering on the stack. PR #44

     Improvements:
       - Add clone() method for copying mid-computation state, enabling
         efficient digest of data sharing a common prefix. PR #27

    [19 lines not shown]
VersionDeltaFile
1.11+4-4security/p5-Crypt-RIPEMD160/distinfo
1.41+2-2security/p5-Crypt-RIPEMD160/Makefile
+6-62 files

NetBSD/pkgsrc bZvkWHagraphics/digikam Makefile

   digikam: add a CHECK_PORTABILITY_SKIP line

   not sure why this only pops up now
VersionDeltaFile
1.270+5-1graphics/digikam/Makefile
+5-11 files

NetBSD/pkgsrc HFmsnnSdoc CHANGES-2026

   doc: Updated devel/task to 3.49.1
VersionDeltaFile
1.2091+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ABQdjmsdevel/task distinfo go-modules.mk

   devel/task: update to 3.49.1

   v3.49.1

   * Reverted #2632 for now, which caused some regressions. That change will
     be reworked.

   v3.49.0

   * Fixed included Taskfiles with watch: true not triggering watch mode when
     called from the root Taskfile.
   * Fixed Remote Git Taskfiles failing on Windows due to backslashes in URL
     paths.
   * Fixed Remote Git Taskfiles timing out when resolving includes after
     accepting the trust prompt.
   * Fixed unclear error message when Taskfile search stops at a directory
     ownership boundary.
   * Fixed global variables from imported Taskfiles not resolving ref: values
     correctly.

    [2 lines not shown]
VersionDeltaFile
1.12+130-133devel/task/distinfo
1.12+42-43devel/task/go-modules.mk
1.23+2-3devel/task/Makefile
+174-1793 files

NetBSD/pkgsrc 6a96RxIdoc CHANGES-2026

   tex-pdfjam* update
VersionDeltaFile
1.2090+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 513kAVkprint/tex-pdfjam Makefile distinfo, print/tex-pdfjam-doc distinfo Makefile

   tex-pdfjam{,-doc}: update to 4.3.1

   changes unknown
VersionDeltaFile
1.3+5-5print/tex-pdfjam/Makefile
1.3+3-3print/tex-pdfjam-doc/distinfo
1.3+3-3print/tex-pdfjam/distinfo
1.3+2-2print/tex-pdfjam-doc/Makefile
1.3+1-1print/tex-pdfjam-doc/PLIST
+14-145 files

NetBSD/pkgsrc SxilzUmdoc CHANGES-2026

   doc: Updated security/ca-certificates to 20260223
VersionDeltaFile
1.2089+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AdYgLRcsecurity/ca-certificates PLIST distinfo

   ca-certificates: Update to 20260223

   ca-certificates (20260223) unstable; urgency=medium

     * Update Mozilla certificate authority bundle to version 2.82
       The following certificate authorities were added (+):
       + TrustAsia TLS ECC Root CA
       + TrustAsia TLS RSA Root CA
       + SwissSign RSA TLS Root CA 2022 - 1
       + OISTE Server Root ECC G1
       +  OISTE Server Root RSA G1
       The following certificate authorities were removed (-):
       - GlobalSign Root CA
       - Entrust.net Premium 2048 Secure Server CA
       - Baltimore CyberTrust Root (closes: #1121936)
       - Comodo AAA Services root
       - XRamp Global CA Root
       - Go Daddy Class 2 CA
       - Starfield Class 2 CA

    [8 lines not shown]
VersionDeltaFile
1.9+6-12security/ca-certificates/PLIST
1.14+4-4security/ca-certificates/distinfo
1.17+2-2security/ca-certificates/Makefile
+12-183 files

NetBSD/pkgsrc 7v5HhiUdoc CHANGES-2026

   doc: Updated sysutils/py-Glances to 4.5.2nb1
VersionDeltaFile
1.2088+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc XGLtf6Csysutils/py-Glances Makefile PLIST

   py-Glances: remove python file in pycache

   Probably an upstream bug, but this should not be installed and
   listed in the PLIST.

   Bump PKGREVISION.
VersionDeltaFile
1.47+4-4sysutils/py-Glances/Makefile
1.20+1-2sysutils/py-Glances/PLIST
+5-62 files

NetBSD/pkgsrc ifr2A8qdevel Makefile

   devel: add missing tex-functional pkgs
VersionDeltaFile
1.4608+3-1devel/Makefile
+3-11 files

NetBSD/pkgsrc hldXGAllang/rust rust.mk

   rust: bump PTHREAD_KEYS_MAX on NetBSD since rustc tends to run out of keys
VersionDeltaFile
1.20+5-1lang/rust/rust.mk
+5-11 files

NetBSD/pkgsrc 278Bbidmath/py-kiwisolver Makefile

   py-kiwisolver: prevent stray version.h file from appearing in PLIST

   Possibly a setuptools regression?
VersionDeltaFile
1.18+5-1math/py-kiwisolver/Makefile
+5-11 files

NetBSD/pkgsrc 76lUIFmmeta-pkgs/texlive-collection-all Makefile

   texlive-collection-all: bump to 2026pre1
VersionDeltaFile
1.12+2-2meta-pkgs/texlive-collection-all/Makefile
+2-21 files

NetBSD/pkgsrc KxThP5mmeta-pkgs/texlive-collection-pstricks Makefile

   texlive-collection-pstricks: bump to 2026pre1
VersionDeltaFile
1.22+2-2meta-pkgs/texlive-collection-pstricks/Makefile
+2-21 files