NetBSD/pkgsrc m2rDFeddoc CHANGES-2026

   doc: Updated lang/gcc15-gnat-libs to 15.3.0nb1
VersionDeltaFile
1.4731+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Xgahy2Sdoc CHANGES-2026

   doc: Updated lang/gcc15-gnat to 15.3.0
VersionDeltaFile
1.4730+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rbTmJXQlang/gcc15-gnat distinfo Makefile, lang/gcc15-gnat-libs Makefile

   gcc15-gnat,gcc15-gnat-libs: update to 15.3

   This is a bug-fix release, containing fixes for regressions in
   GCC 15.2 relative to previous releases of GCC.
VersionDeltaFile
1.5+4-4lang/gcc15-gnat/distinfo
1.6+3-3lang/gcc15-gnat-libs/Makefile
1.8+3-3lang/gcc15-gnat/Makefile
1.6+3-3lang/gcc15-gnat/buildlink3.mk
+13-134 files

NetBSD/pkgsrc Dh8wq3idoc CHANGES-2026

   Updated databases/p5-BerkeleyDB to 0.67
VersionDeltaFile
1.4729+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc R1CiONydatabases/p5-BerkeleyDB distinfo Makefile

   Update to 0.67

   Upstream changes:
   Changes for version 0.67

       Update to version 0.67 Sun Feb 1 16:44:47 2026 +0000 e21f44f1ff462094395fae116dbe0c214f993764
       Remove Test::More and Test::Builder from MANIFEST Sun Feb 1 16:44:47 2026 +0000 dbe85692c99d8c2a3974311cbb6f4de8803d91dd
       Merge pull request #15 from pmqs/dependabot/github_actions/actions/cache-5 Sun Feb 1 16:42:41 2026 +0000 6f754d3fb497df0592f00b1f0e3903477d90af86
       Merge pull request #14 from pmqs/dependabot/github_actions/actions/checkout-6 Sun Feb 1 16:42:27 2026 +0000 e522422e73d8feff9c9903ebdbd596ac1362d5b5
       Bump actions/cache from 3 to 5 Fri Jan 30 09:53:35 2026 +0000 d1dedee227e1cd7238e7b19472a8ae339b34d269
       Bump actions/checkout from 1 to 6 Fri Jan 30 09:53:16 2026 +0000 af078f45874ed71f1d3a41b9042f9ccbcd170106
       Configure Dependabot for GitHub Actions updates Fri Jan 30 09:52:25 2026 +0000 95a010bcbcafe71e7f85dfa713d3f8cb4e8b09f9
       Add perl 5.42 to workflow files Thu Sep 4 17:35:52 2025 +0100 56b6000cbebc11d5a44617f35c2096a6628b200c
       fix typo in META.json Mon Oct 14 16:24:03 2024 +0100 4ff765bc17937c097ed36c2a0a4b3401aaa0474e
VersionDeltaFile
1.27+4-4databases/p5-BerkeleyDB/distinfo
1.64+3-4databases/p5-BerkeleyDB/Makefile
+7-82 files

NetBSD/pkgsrc sDZnfgWdoc CHANGES-2026

   Updated converters/p5-JSON-MaybeXS to 1.004008
VersionDeltaFile
1.4728+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 53uLjTyconverters/p5-JSON-MaybeXS distinfo Makefile

   Update to 1.004008

   Upstream changes:
   1.004008 - 2024-08-10
    - improved boolean testing
   1.004007 - 2024-08-03
    - remove unneeded tests that fail on perls < 5.36
   1.004006 - 2024-08-02
    - is_bool() now recognizes core booleans (perl 5.36+). Note that JSON::PP
      4.11 and Cpanel::JSON::XS 4.38 are required to properly encode them.
   1.004005 - 2023-04-30
    - to_json and from_json are now documented (Dan Book, PR #2)
VersionDeltaFile
1.16+4-4converters/p5-JSON-MaybeXS/distinfo
1.32+2-3converters/p5-JSON-MaybeXS/Makefile
+6-72 files

NetBSD/pkgsrc 9wLy5A8doc CHANGES-2026

   Updated converters/p5-JSON-Any to 1.42
VersionDeltaFile
1.4727+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pScMEtwconverters/p5-JSON-Any distinfo Makefile

   Update to 1.42

   Upstream changes:
   1.42      2026-06-30 21:25:05Z
       - fix test error with allow_non-ref and JSON::XS >= 4.0 when
         Cpanel::JSON::XS is not installed (RT#127753)
   1.41      2026-06-18 03:44:01Z
       - fix test error with allow_non-ref and Cpanel::JSON::XS >= 4.42
         (RT#179192)
   1.40      2023-09-09 21:59:01Z
       - fix issues on perl 5.39.1 with 'import' subs
       - added support for JSON v3, v4, JSON::XS v4
VersionDeltaFile
1.18+4-4converters/p5-JSON-Any/distinfo
1.41+3-4converters/p5-JSON-Any/Makefile
+7-82 files

NetBSD/pkgsrc dm0hiMMdoc CHANGES-2026

   Updated converters/p5-Cpanel-JSON-XS to 4.43
VersionDeltaFile
1.4726+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IJ18hU8converters/p5-Cpanel-JSON-XS distinfo Makefile

   Update to 4.43

   Upstream changes:
   4.43 2026-07-18 (rurban)
           - Fix canonical sort: compare by UTF-16 code units per RFC 8785 (GH #248, leont)
           - Fix canonical sort on Perl 5.8-5.18: utf16_cmp now always attempts
             UTF-8 decoding instead of checking SvUTF8 flag, since older Perls
             may store valid UTF-8 hash keys without the flag set.
           - Fix quadmath encode dropping ".0" for large floats (GH #246, reported by Tux).
             The .0 guard condition that suppressed appending for NV values > UV_MAX was
             incorrect on high-precision FP (quadmath, 128-bit long double on arm64) where
             %g uses fixed-point notation for values like 1.01e30. Guarded with #if NV_DIG < 31
             to skip only on double/80-bit-ld where %g naturally uses %e for large values.
   4.42 2026-06-27 (rurban)
           - Ensure encode with a type spec hashref does not change the hashref argument (GH #240)
           - Fix -e docs: "written" → "read" (GH #239, reported by Ron Savage).
           - Fix Boolean eq overload matching undef (GH #207, reported by fd-t).
             Cpanel::JSON::XS::Boolean overloaded eq would match undef as equal
             to false because undef stringifies to "". Added defined() guard.

    [67 lines not shown]
VersionDeltaFile
1.12+4-4converters/p5-Cpanel-JSON-XS/distinfo
1.20+2-3converters/p5-Cpanel-JSON-XS/Makefile
+6-72 files

NetBSD/pkgsrc Q1swNHmdoc CHANGES-2026

   Updated converters/p5-Sereal-Decoder to 5.009
VersionDeltaFile
1.4725+3-2doc/CHANGES-2026
+3-21 files

NetBSD/pkgsrc fLM11xfdoc CHANGES-2026

   Updated converters/p5-Sereal-Encoder to 5.009
VersionDeltaFile
1.4724+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6WpCSw6doc CHANGES-2026

   Updated converters/p5-Sereal to 5.009
VersionDeltaFile
1.4723+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc QUJh9cZconverters/p5-Sereal distinfo Makefile

   Update to 5.009

   Upstream changes:
   5.009
       * Only use Perl's C<$Config{ccflags}> when building bundled zstd on
         AIX / IBM toolchains, or when C<SEREAL_ZSTD_USE_CONFIG_CCFLAGS> is
         set. Other platforms now use the normal zstd build flags again.
   5.008
       * Decoder now supports C<thaw_allow_classes> and C<thaw_deny_action>
         to control thaw callbacks during decoding. Thanks to James Rouzier
         for the patches.
   5.007
       * Use $Config{ccflags} to compile ztd with. Should fix AIX.
         Thanks to Thomas Seeling for the suggestion.
   5.006
       * Use miniz 3.1.1
       * Avoid deprecated ZSTD api.
       * Tidy and regen.
   5.005

    [5 lines not shown]
VersionDeltaFile
1.16+4-4converters/p5-Sereal/distinfo
1.27+2-3converters/p5-Sereal/Makefile
+6-72 files

NetBSD/pkgsrc UQ6agq6converters/p5-Sereal-Encoder distinfo Makefile

   Update to 5.009

   Upstream changes:
   5.009
       * Only use Perl's C<$Config{ccflags}> when building bundled zstd on
         AIX / IBM toolchains, or when C<SEREAL_ZSTD_USE_CONFIG_CCFLAGS> is
         set. Other platforms now use the normal zstd build flags again.
   5.008
       * Released to match Decoder version.
   5.007
       * Use $Config{ccflags} to compile ztd with. Should fix AIX.
         Thanks to Thomas Seeling for the suggestion.
   5.006
       * Use miniz 3.1.1
       * Avoid deprecated ZSTD api.
       * Tidy and regen.
   5.005
       * Update spec to document changes from version 5
       * Security fixes in decoder.

    [3 lines not shown]
VersionDeltaFile
1.24+4-4converters/p5-Sereal-Encoder/distinfo
1.34+2-3converters/p5-Sereal-Encoder/Makefile
+6-72 files

NetBSD/pkgsrc 8DBvHV4converters/p5-Sereal-Decoder distinfo Makefile

   Update to 5.009

   Upstream changes:
   5.009
       * Only use Perl's C<$Config{ccflags}> when building bundled zstd on
         AIX / IBM toolchains, or when C<SEREAL_ZSTD_USE_CONFIG_CCFLAGS> is
         set. Other platforms now use the normal zstd build flags again.
   5.008
       * Decoder now supports C<thaw_allow_classes> and C<thaw_deny_action>
         to control thaw callbacks during decoding. Thanks to James Rouzier
         for the patches.
   5.007
       * Use $Config{ccflags} to compile ztd with. Should fix AIX.
         Thanks to Thomas Seeling for the suggestion.
VersionDeltaFile
1.25+4-4converters/p5-Sereal-Decoder/distinfo
1.35+2-3converters/p5-Sereal-Decoder/Makefile
+6-72 files

NetBSD/pkgsrc UghdfaYdoc CHANGES-2026

   Updated time/p5-MooseX-Types-DateTime to 0.14
VersionDeltaFile
1.4722+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc SWB618Stime/p5-MooseX-Types-DateTime Makefile distinfo

   Update to 0.14

   Upstream changes:
   0.14      2026-01-08 17:09:43Z
           - a decade of tooling updates
VersionDeltaFile
1.32+4-4time/p5-MooseX-Types-DateTime/Makefile
1.11+4-4time/p5-MooseX-Types-DateTime/distinfo
+8-82 files

NetBSD/pkgsrc 73LkHLLdoc CHANGES-2026

   Updated time/p5-DateTime-Format-Natural to 1.27
VersionDeltaFile
1.4721+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8p8jQCFtime/p5-DateTime-Format-Natural distinfo Makefile

   Update to 1.27

   Upstream changes:
   1.27  2026-06-07  <schubiger at cpan.org>
    - Merged development version to stable.
   1.26_02  2026-06-01  <schubiger at cpan.org>
    - Minor tweak/removals.
   1.26_01  2026-05-30  <schubiger at cpan.org>
    - Improve use of string/block eval.
   1.26  2026-05-28  <schubiger at cpan.org>
    - Merged development version to stable.
   1.25_04  2026-05-27  <schubiger at cpan.org>
    - ::Calendar: make 'type' part of the object.
   1.25_03  2026-05-26  <schubiger at cpan.org>
    - Guard against non-existent calendar module when testing.
   1.25_02  2026-05-25  <schubiger at cpan.org>
    - Introduce ::Calendar which converts between calendar systems.
   1.25_01  2026-05-17  <schubiger at cpan.org>
    - New supported formats: christmas/new year's eve/day.
    - Test and document the new formats.
VersionDeltaFile
1.31+4-4time/p5-DateTime-Format-Natural/distinfo
1.50+2-3time/p5-DateTime-Format-Natural/Makefile
+6-72 files

NetBSD/pkgsrc xuooCCSdoc CHANGES-2026

   Updated time/p5-DateTime-Calendar-Julian to 0.108
VersionDeltaFile
1.4720+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hTfGniAtime/p5-DateTime-Calendar-Julian distinfo Makefile

   Update to 0.108

   Upstream changes:
   0.108           2026-06-17      T. R. Wyant
       Remove references to the RT bug tracking system.
       Replace wyant at cpan.org with harryfmudd at comcast.net.
       Fix reliance on undocumented DateTime behaviour in t/6quarter.t.
       Add CONTRIBUTING, SECURITY.
VersionDeltaFile
1.10+4-4time/p5-DateTime-Calendar-Julian/distinfo
1.18+3-4time/p5-DateTime-Calendar-Julian/Makefile
+7-82 files

NetBSD/pkgsrc 6Rd3fm4doc CHANGES-2026

   Updated www/p5-Catalyst-Action-REST to 1.22
VersionDeltaFile
1.4719+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 89MBLRxwww/p5-Catalyst-Action-REST distinfo Makefile

   Update to 1.22

   Upstream changes:
   1.22      2026-03-30 10:49:28-07:00 America/Vancouver
     - fix expected YAML output in test to account for new YAML::Syck
VersionDeltaFile
1.16+4-4www/p5-Catalyst-Action-REST/distinfo
1.36+3-4www/p5-Catalyst-Action-REST/Makefile
+7-82 files

NetBSD/pkgsrc 9dfYftxdoc CHANGES-2026

   Updated www/p5-HTML-Gumbo to 0.20
VersionDeltaFile
1.4718+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc XMjyhtXwww/p5-HTML-Gumbo Makefile distinfo

   Update to 0.20

   Upstream changes:
   0.20 2026-06-30
       - Switch to bps repo
       - Update changelog for the CVE-2025-15646 vulnerability fix
   0.19 2026-05-21
       - remove Alien::LibGumbo as a runtime dependency (thanks to Graham Ollis)
       - tree_to_callback: don't check document nodes for void elements (thanks to Niko Tyni)
       - Fix memory leak in tree mode (rt.cpan.org #128667)
       - Add test for tree mode memory leak (rt.cpan.org #128667) (thanks to Nick Kostyria)
       - Fix callback example (rt.cpan.org #122716) (thanks to gregor herrmann)
       - Fix wrong code path with GUMBO_NODE_TEMPLATE (thanks to Niko Tyni) (CVE-2025-15646)
       - Add tests for GUMBO_NODE_TEMPLATE handling
VersionDeltaFile
1.11+4-5www/p5-HTML-Gumbo/Makefile
1.2+4-4www/p5-HTML-Gumbo/distinfo
+8-92 files

NetBSD/pkgsrc 6400JD7doc CHANGES-2026

   Updated www/p5-Alien-LibGumbo to 0.06
VersionDeltaFile
1.4717+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ngRH6Mywww/p5-Alien-LibGumbo distinfo Makefile

   Update to 0.06

   Upstream changes:
   0.06 2026-05-22
     - Update to libgumbo 0.13.2
     - Migrate to the new libgumbo repo on codeberg
     - Add Best Practical as co-maintainer and document RT bug tracker
     - Move module repo to https://github.com/bestpractical/alien-libgumbo
VersionDeltaFile
1.2+4-4www/p5-Alien-LibGumbo/distinfo
1.9+3-4www/p5-Alien-LibGumbo/Makefile
+7-82 files

NetBSD/pkgsrc ydOWLKmdoc CHANGES-2026

   doc: Updated textproc/scdoc to 1.11.5
VersionDeltaFile
1.4716+2-1doc/CHANGES-2026
+2-11 files