NetBSD/pkgsrc oNmC5L3doc TODO CHANGES-2026

   Updated editors/zim to 0.77.2
VersionDeltaFile
1.27774+1-2doc/TODO
1.5400+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc GuDFh6keditors/zim Makefile distinfo

   Update to 0.77.2

   Upstream changes:
   ##  0.77.2 - Sun 26 Jul 2026
   * Let find show selected text or word at cursor
   * Fix bug with Tab key behavior
   * Set prgname to application ID
   * Merge translations

   ##  0.77.1 - Fri 17 Jul 2026
   * Fix commandline search
   * Fix window geometry and positioning
   * Fix config dirs initialization for windows install
   * Add menu items in editbar to toggle checkboxes

   ##  0.77.0 - Thu 11 Jun 2026
   * Merge markdown support as source format for notebooks (experimental)
   * Allow multiple source formats in one notebook
   * Refactor page search to be extendable improve speed

    [118 lines not shown]
VersionDeltaFile
1.11+133-26editors/zim/PLIST
1.13+4-4editors/zim/distinfo
1.69+2-3editors/zim/Makefile
+139-333 files

NetBSD/pkgsrc pTgknRHdoc CHANGES-2026

   Updated devel/p5-Test2-Plugin-MemUsage to 0.002006
VersionDeltaFile
1.5399+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kzQlp8Odevel/p5-Test2-Plugin-MemUsage Makefile distinfo

   Update to 0.002006

   Upstream changes:
   0.002006  2026-04-28 22:09:45-07:00 America/Los_Angeles
       - Add [PruneCruft] to dist.ini so blib/ and pm_to_blib are excluded
         from the released tarball (GH #1)
       - Drop the "< 100 GB sanity" upper bound on rss/size in t/ps.t real
         collect subtest; macOS reports virtual size well above 100 GB,
         causing spurious failures (GH #3)
   0.002005  2026-04-26 01:49:37-07:00 America/Los_Angeles
       - Replace defined-or (//) operator with explicit defined() checks so
         the module loads on the declared MIN_PERL_VERSION 5.008009
       - Use 'ps -o rss= -o vsz= -p $$' instead of 'ps -o rss=,vsz= -p $$'
         so FreeBSD's ps parses the format string correctly (it treated
         the comma as part of the rss= header)
       - Force the linux _collect_proc collector inside t/memusage.t so
         the mocked t/procfile drives the assertions on every host (the
         previous mock was ignored on *BSD/Solaris/MSWin32, which used
         their native collectors and produced unrelated values)

    [77 lines not shown]
VersionDeltaFile
1.2+4-4devel/p5-Test2-Plugin-MemUsage/distinfo
1.3+2-3devel/p5-Test2-Plugin-MemUsage/Makefile
+6-72 files

NetBSD/pkgsrc pYrDXK1doc CHANGES-2026

   Updated devel/p5-Tie-Cycle to 1.233
VersionDeltaFile
1.5398+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nwhkR24devel/p5-Tie-Cycle Makefile distinfo

   Update to 1.233

   Upstream changes:
   1.233 2026-01-07T15:26:59Z
           * remove errant file from MANIFEST (#14)
   1.232 2026-01-06T09:19:34Z
           * refresh for latest release process
VersionDeltaFile
1.13+4-4devel/p5-Tie-Cycle/distinfo
1.24+3-4devel/p5-Tie-Cycle/Makefile
+7-82 files

NetBSD/pkgsrc SlYVJMkdoc CHANGES-2026

   Updated devel/p5-Tree-DAG_Node to 1.39
VersionDeltaFile
1.5397+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Xy7eMw4devel/p5-Tree-DAG_Node Makefile distinfo

   Update to 1.39

   Upstream changes:
   1.39  2026-07-08T08:50:14
           - Update Software::License from CPAN.
           - Re-generate the LICENSE file.
   1.38  2026-07-07T10:28:00
           - Replace LICENCE file with output of the software-license program which ships
                   with the module App::Software::License. The specific command I ran is (all on 1 line):
                   software-license --type license --holder "Sean M. Burke and David Hand" --license Perl_5
                   --year 1998 > LICENSE
           - Add AI_POLICY.md file.
           - Modernize MANIFEST.SKIP again.
   1.37  2026-06-29T08:00:00
           - Replace the body of the LICENSE file with what is recommended at
                   https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
           - Patch the source code reference to refer to this LICENSE file.
           - Remove the excess & confusing files LICENSE-Artistic-2.0 & LICENSE-GPL-3.
           - Reset the required version of Data::Dumper back to 0.

    [10 lines not shown]
VersionDeltaFile
1.24+4-4devel/p5-Tree-DAG_Node/distinfo
1.50+3-4devel/p5-Tree-DAG_Node/Makefile
+7-82 files

NetBSD/pkgsrc xlv88MNdoc CHANGES-2026

   Updated textproc/p5-Template-Tiny to 1.16
VersionDeltaFile
1.5396+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc en8Ngd2textproc/p5-Template-Tiny Makefile distinfo

   Update to 1.16

   Upstream changes:
   1.16      2025-06-17 17:21:03Z
             - Evaluate coderefs and insert results in template (CROMEDOME).
               This achieves full feature parity with
               Dancer2::Template::ForkedImplementation::Tiny.
   1.15      2025-06-14 15:33:27Z
             - Allow configurable start/end tags (CROMEDOME).
VersionDeltaFile
1.9+4-4textproc/p5-Template-Tiny/distinfo
1.25+2-3textproc/p5-Template-Tiny/Makefile
+6-72 files

NetBSD/pkgsrc UqaNgmmdoc CHANGES-2026

   Updated www/p5-Plack to 1.0054
VersionDeltaFile
1.5395+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc RyYHib2www/p5-Plack distinfo Makefile

   Update to 1.0054

   Upstream changes:
   1.0054  2026-05-04 23:38:13 PDT
       [BUG FIXES]
           - Revert Plack::App::File REQUEST_METHOD check after locating file due to regression #725
   1.0053  2026-04-28 15:59:58 PDT
       [DEPRECATIONS]
           - Plack::Middleware::XSendfile is deprecated due to security design issues; see POD for migration examples
       [BUG FIXES]
           - Plack::App::File now checks REQUEST_METHOD after locating the file #681
   1.0052  2026-04-27 12:59:19 PDT
       [BUG FIXES]
           - stat already open filehandle rather than filename in Plack::App::File #716
       [IMPROVEMENTS]
           - Updated MIME type list in Plack::MIME sourced from rack/rack #706
           - Avoid try block just for checking $object->isa in HTTP::Message::PSGI #712
           - Remove the last remaining uses of base.pm #707
           - Document security trust model and frontend configuration for XSendfile middleware
VersionDeltaFile
1.62+5-6www/p5-Plack/Makefile
1.42+4-4www/p5-Plack/distinfo
+9-102 files

NetBSD/pkgsrc X1vAflHdoc CHANGES-2026

   Updated mail/p5-User-Identity to 4.00
VersionDeltaFile
1.5394+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pBTQlDAmail/p5-User-Identity Makefile distinfo

   Update to 4.00

   Upstream changes:
   version 4.00: Fri 12 Dec 10:24:09 CET 2025
           Changes:
           - use Mail::Box 4 exception model: use Log::Report
           Improvements:
           - use base -> use parent
   version 3.00:
           Improvements:
           - add bugtracker to meta
           - bump version to show it is not compatible with MailBox 4
   version 1.03: Fri 12 Sep 15:25:39 CEST 2025
           Changes:
           - require Perl 5.16 (2012)
           Improvements:
           - convert to OODoc 3.04
           - add .gitignore
VersionDeltaFile
1.16+4-4mail/p5-User-Identity/distinfo
1.41+3-4mail/p5-User-Identity/Makefile
+7-82 files

NetBSD/pkgsrc 68vliBhdoc CHANGES-2026

   Updated mail/p5-Sendmail-PMilter to 1.28
VersionDeltaFile
1.5393+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NPshoIGmail/p5-Sendmail-PMilter Makefile distinfo

   Update to 1.28

   Upstream changes:
   1.28
       Thu 02 Jul 2026 08:57:57 BST released
       - [179844] Proper handling of NULL mail-from
VersionDeltaFile
1.12+4-4mail/p5-Sendmail-PMilter/distinfo
1.35+2-3mail/p5-Sendmail-PMilter/Makefile
+6-72 files

NetBSD/pkgsrc 9UgKGkWdoc CHANGES-2026

   Updated mail/p5-MIME-tools to 5.517
VersionDeltaFile
1.5392+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0DTgcjKmail/p5-MIME-tools Makefile distinfo

   Update to 5.517

   Upstream changes:
   5.517     2026-02-10  Dianne Skoll <dianne at skoll.ca>
           * VERSION 5.517 RELEASED
           * Add a missing test message file that was causing tests to fail.
   5.516     2026-02-10  Dianne Skoll <dianne at skoll.ca>
           * VERSION 5.516 RELEASED
           * Handle MIME parameters of the form param= better (ie,
             a parameter with no value at all.)  It's treated the
             same as param="" rather than aborting the parse.
           * Diagnose additional types of malformed MIME as ambiguous.
             Specifically, an empty boundary parameters like boundary= or
             boundary="" is treated as ambiguous.  Thanks to Stoiko Ivanov
             <s.ivanov at proxmox.com> for pointing out this missing case.
VersionDeltaFile
1.29+4-4mail/p5-MIME-tools/distinfo
1.72+3-4mail/p5-MIME-tools/Makefile
+7-82 files

NetBSD/pkgsrc ycuT6Zfdoc CHANGES-2026

   doc: Updated www/firefox140-l10n to 140.14.0
VersionDeltaFile
1.5391+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc yHJ3oA1www/firefox140-l10n Makefile distinfo

   firefox140-l10n: update to 140.14
VersionDeltaFile
1.15+307-307www/firefox140-l10n/distinfo
1.15+2-2www/firefox140-l10n/Makefile
+309-3092 files

NetBSD/pkgsrc F2fMsrFdoc CHANGES-2026

   doc: Updated www/firefox140 to 140.14.0
VersionDeltaFile
1.5390+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2p7pvXTdoc CHANGES-2026

   Updated mail/p5-Mail-Transport to 4.01
VersionDeltaFile
1.5389+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Ps3QhIKwww/firefox140 Makefile distinfo

   firefox140: update to 140.14

   Mozilla Foundation Security Advisory 2026-76
   Security Vulnerabilities fixed in Firefox ESR 140.14

   Announced
       August 18, 2026
   Impact
       high
   Products
       Firefox ESR
   Fixed in

           Firefox ESR 140.14

   #CVE-2026-74934: Site isolation issue in the Graphics: CanvasWebGL component

   Reporter
       satyamasd

    [345 lines not shown]
VersionDeltaFile
1.20+4-4www/firefox140/distinfo
1.22+2-2www/firefox140/Makefile
+6-62 files

NetBSD/pkgsrc e954jhnmail/p5-Mail-Transport Makefile distinfo

   Update to 4.01

   Upstream changes:
   version 4.01: Sat 13 Dec 12:18:33 CET 2025
           Fixes:
           - three messages logged the old way.
   version 4.00: Thu 11 Dec 13:42:25 CET 2025
           Changes:
           - use Mail::Box 4 exception model: use Log::Report
           - remove Carp
   version 3.008:
           Improvements:
           - convert install to OODoc 3.05
           - restyle code to OODoc 3 standard
           - explicitly depend on Mail::Message v3, not 4

   version 3.007: Wed  3 Sep 10:47:04 CEST 2025
           Fixes:
           - smtp when the message body does not naturally end on a blank.

    [8 lines not shown]
VersionDeltaFile
1.5+4-4mail/p5-Mail-Transport/distinfo
1.11+3-4mail/p5-Mail-Transport/Makefile
+7-82 files

NetBSD/pkgsrc yN74iridoc CHANGES-2026

   Updated mail/p5-Mail-SPF to 3.20260331
VersionDeltaFile
1.5388+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6RJfKAEmail/p5-Mail-SPF Makefile distinfo

   Update to 3.20260331

   Upstream changes:
   3.20260331 2026-04-01 Australia/Melbourne
     ** Thanks to Giovanni <g.bechis at snb.it> for this change:
     - Do not check for multiple CNAMEs if the included domain is a macro
VersionDeltaFile
1.9+4-4mail/p5-Mail-SPF/distinfo
1.29+3-4mail/p5-Mail-SPF/Makefile
+7-82 files

NetBSD/pkgsrc roDj3M2doc CHANGES-2026

   Updated mail/p5-Mail-Sendmail to 0.83
VersionDeltaFile
1.5387+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 42OhIGYmail/p5-Mail-Sendmail Makefile distinfo

   Update to 0.83

   Upstream changes:
   0.83 2026-07-04 NEILB
       - strip CR/LF from header values, to prevent insertion of rogue headers.
         Deals with issue in CVE-2026-13092. Pull request from Olaf Alders++.
       - Tried using [PkgVersion] so $VERSION would be auto managed, but
         caused issues testing as the code expects $VERSION to be there pre-build.
       - switched to a new test Sendmail server for t/original.t, as the old
         one was no longer accepting connections.
VersionDeltaFile
1.10+4-4mail/p5-Mail-Sendmail/distinfo
1.42+3-4mail/p5-Mail-Sendmail/Makefile
+7-82 files

NetBSD/pkgsrc w8Q2dM9doc CHANGES-2026

   Updated mail/p5-Mail-DMARC to 2.2060724
VersionDeltaFile
1.5386+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc tdQqCFLmail/p5-Mail-DMARC Makefile distinfo

   Update to 2.20260724

   Upstream changes:
   ### 2.20260724
   - add <prefix>/etc/mail to search path
   - warn when mail-dmarc.ini not found
   - chore: bump minimum supported Perl to 5.40.2
   ### 2.20260621
   - doc(README): updated RFCs and fixed CPAN links #305
   - chore: bump minimum supported Perl to 5.34.3 #303
   - refactor: use perl 5.20+ subroutine signatures
   - refactor: replace scalar array count checks with modern idioms
   ### 1.20260621
   - feat: implement RFC 9990, aggrement reporting by @bigio #301
   - fix: SQL replace_into bug
   ### 1.20260612
   - feat: implement RFC 9989 DMARC, by @bigio in #297
   - chore(ci): update install-with-cpan to v2, #299
   ### 1.20260325

    [25 lines not shown]
VersionDeltaFile
1.6+4-4mail/p5-Mail-DMARC/distinfo
1.9+3-4mail/p5-Mail-DMARC/Makefile
+7-82 files