NetBSD/pkgsrc i3klUohdoc CHANGES-2026

   doc: Updated textproc/p5-Text-CSV_XS to 1.64
VersionDeltaFile
1.4044+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pehDM9Ytextproc/p5-Text-CSV_XS distinfo Makefile

   p5-Text-CSV_XS: update to 1.64.

   1.64 - 2026-06-22, H.Merijn Brand
       * Fix syntax error in csv2xlsx

   1.63 - 2026-06-22, H.Merijn Brand
       * Check attribute lengths (memory protection)
       * Minor code consistencies (not user-visible)
       * Dropped support for 5.6.x and 5.8.0. Minimum perl is now 5.8.1
       * Fix special str setting consistency for types, undef_str and
         comment_str
       * Characters []:*/\ are not allowed in XLSX sheet names
VersionDeltaFile
1.72+4-4textproc/p5-Text-CSV_XS/distinfo
1.102+2-2textproc/p5-Text-CSV_XS/Makefile
+6-62 files

NetBSD/pkgsrc 0Bp0gm9doc CHANGES-2026

   doc: Updated math/p5-Math-BigInt-GMP to 1.7003
VersionDeltaFile
1.4043+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kb4TIz0math/p5-Math-BigInt-GMP distinfo Makefile

   p5-Math-BigInt-GMP: update to 1.7003.

   1.7003 2025-03-25

    * Sync test files with Math-BigInt.

   1.7002 2025-02-22

    * Sync test files with Math-BigInt.
VersionDeltaFile
1.18+4-4math/p5-Math-BigInt-GMP/distinfo
1.35+3-4math/p5-Math-BigInt-GMP/Makefile
+7-82 files

NetBSD/pkgsrc LbTnkggdoc CHANGES-2026

   doc: Updated math/p5-Math-BigInt to 2.005003
VersionDeltaFile
1.4042+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc gHcN1lWmath/p5-Math-BigInt distinfo Makefile

   p5-Math-BigInt: update to 2.005003.

   2.005003 2025-04-13

   * Add new methods to_fp80() and from_fp80() for encoding and decoding values in
     the x86 extended-precision 80 bit format.

   2.005002 2025-03-28

   * Fix the handling of read-only objects in bblsft() and bbrsft() in
     Math::BigFloat and Math::BigRat.

   2.005001 2025-03-25

   New:

   * Add new method bperm() to Math::BigInt, Math::BigFloat, and Math::BigRat.

   * Add the following methods to Math::BigRat and Math::BigFloat:

    [74 lines not shown]
VersionDeltaFile
1.19+4-4math/p5-Math-BigInt/distinfo
1.28+2-3math/p5-Math-BigInt/Makefile
+6-72 files

NetBSD/pkgsrc 0GoqA8ydoc CHANGES-2026

   doc: Updated security/p5-IO-Socket-SSL to 2.099
VersionDeltaFile
1.4041+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc qyS4xxEsecurity/p5-IO-Socket-SSL distinfo Makefile

   p5-IO-Socket-SSL: update to 2.099.

   2.099 2026/06/26
   - Close socket by default on failed SSL handshake when created with new, but
     keep open when upgrading from existing socket with start_SSL. This restores
     old behavior which was accidentally broken.
VersionDeltaFile
1.118+4-4security/p5-IO-Socket-SSL/distinfo
1.153+2-2security/p5-IO-Socket-SSL/Makefile
+6-62 files

NetBSD/pkgsrc ecMQQ44doc CHANGES-2026

   doc: Updated www/p5-HTTP-Date to 6.07
VersionDeltaFile
1.4040+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc W1OxUXswww/p5-HTTP-Date Makefile distinfo

   p5-HTTP-Date: update to 6.07.

   6.07      2026-06-25 15:12:09Z

       - Add test with Time::Zone (GH#25) (Michal Josef Špaček)
       - Add test with bad Time::Zone string (GH#26) (Michal Josef Špaček)
       - Add tests with negative time (GH#26) (Michal Josef Špaček)
       - Replace all instances of \d with [0-9] in regular expressions to
         reject non-ASCII Unicode digits, with a regression test (GH#27)
         (Robert Rothenberg)
       - Reject malformed ISO 8601 timezones with a doubled colon (GH#31)
         (Olaf Alders)
       - Document day/month/year ordering for numeric dates (GH#32) (Olaf
         Alders)
VersionDeltaFile
1.25+5-4www/p5-HTTP-Date/Makefile
1.8+4-4www/p5-HTTP-Date/distinfo
+9-82 files

NetBSD/pkgsrc S14KIUtdoc CHANGES-2026 TODO

   doc: Updated databases/p5-DBI to 1.649
VersionDeltaFile
1.4039+2-1doc/CHANGES-2026
1.27503+2-1doc/TODO
+4-22 files

NetBSD/pkgsrc JrYH2LLdatabases/p5-DBI distinfo Makefile

   p5-DBI: update to 1.649.

   1.649 - 2026-06-22, H.Merijn Brand
       * Extra Cwd::abs_path required for Windows
VersionDeltaFile
1.61+4-4databases/p5-DBI/distinfo
1.97+2-2databases/p5-DBI/Makefile
+6-62 files

NetBSD/pkgsrc GgKlqBpdoc CHANGES-2026

   doc: Updated inputmethod/ja-freewnn-lib to 1.11alpha23nb1
VersionDeltaFile
1.4038+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc J1Yf621inputmethod/ja-freewnn-lib/patches patch-configure patch-Wnn_include_jllib.h

   ja-freewnn-{lib,server}: fix builds with gcc 14 and later

   - Add necessary standard headers to pull proper prototypes in test
     programs in the generated configure script to avoid errors caused
     by -Wimplicit-function-declaration (which is fatal on -std=gnu23)
   - Use proper qsort(3)-compatible comparator prototypes
   - Add missing prototypes for several function pointer arguments
   - Fix other -Wimcompatiple-pointer-types warnings
   - Appease several -Wpointer-compare and -Wpointer-sign warnings
   - Move -Wchar-subscripts fixes from SUBST to explicit patch files
   - Also fix wnn_sStrncpy() to use the correct conversion direction
     (found during -Wincompatiple-pointer-types cleanup)

   While here, take MAINTAINERship.

   Bump PKGREVISIONs.
VersionDeltaFile
1.3+75-13,005inputmethod/ja-freewnn-lib/patches/patch-configure
1.3+11-140inputmethod/ja-freewnn-lib/patches/patch-Wnn_include_jllib.h
1.3+98-28inputmethod/ja-freewnn-lib/patches/patch-Wnn_jutil_ujisf.c
1.3+11-105inputmethod/ja-freewnn-lib/patches/patch-Wnn_jserver_de__header.h
1.3+90-19inputmethod/ja-freewnn-lib/patches/patch-PubdicPlus_pod.c
1.1+63-0inputmethod/ja-freewnn-lib/patches/patch-Wnn_jutil_atod.c
+348-13,29717 files not shown
+786-13,31623 files

NetBSD/pkgsrc iyNKiFDcross/ppc-morphos-gcc Makefile PLIST, cross/ppc-morphos-gcc/patches patch-libstdc++-v3_crossconfig.m4 patch-libgcc_config_rs6000_gthr-morphos.c

   Fix compiling cross/ppc-morphos-gcc

   This now builds with the new SDK.
VersionDeltaFile
1.3+5-6cross/ppc-morphos-gcc/patches/patch-libstdc++-v3_crossconfig.m4
1.4+6-3cross/ppc-morphos-gcc/Makefile
1.2+0-4cross/ppc-morphos-gcc/PLIST
1.6+2-2cross/ppc-morphos-gcc/distinfo
1.2+1-1cross/ppc-morphos-gcc/patches/patch-libgcc_config_rs6000_gthr-morphos.c
+14-165 files

NetBSD/pkgsrc qSXzGvBx11/xephem Makefile

   x11/xephem: Drop 2nd copy of fixing perl path

   We had both REPLACE_PERL and a hand-written SUBST to do that, surely
   from long ago.  Just use REPLACE_PERL; that's what it's for.
VersionDeltaFile
1.86+1-7x11/xephem/Makefile
+1-71 files

NetBSD/pkgsrc Xu5otFBx11/xephem distinfo, x11/xephem/patches patch-libastro_dbfmt.c patch-libastro_constel.c

   x11/xephem: Grab 3 more files of upstream pull request 126

   Files outside of the old WRKSRC were not picked up by mkpatches.

   Restore patch comments lost in BUILD_DIRS pivot.
VersionDeltaFile
1.1+70-0x11/xephem/patches/patch-libastro_dbfmt.c
1.22+16-13x11/xephem/distinfo
1.1+18-0x11/xephem/patches/patch-libastro_constel.c
1.1+15-0x11/xephem/patches/patch-liblilxml_base64.c
1.2+6-1x11/xephem/patches/patch-GUI_xephem_homeio.c
1.2+5-1x11/xephem/patches/patch-GUI_xephem_tools_xedb_xedb.c
+130-1511 files not shown
+162-2717 files

NetBSD/pkgsrc krbxq7yx11/xephem distinfo Makefile, x11/xephem/patches patch-GUI_xephem_homeio.c patch-GUI_xephem_Makefile

   x11/xephem: Pivot from WRKSRC to BUILD_DIRS

   WRKSRC implies that the build does not look outside of it, but that's
   not true.  Instead, make WRKSRC top level, and instead invoke make in
   (singleton) BUILD_DIRS.

   This is a huge commit textually, but it's just a pivot in how the
   subdir is used, adding BUILD_DIRS to paths, and renaming all the
   patches.

   NFCI; this should produce the same binary.  Works on netbsd-10 amd64
   in "look at sky view, didn't crash, not blank" testing.
VersionDeltaFile
1.1+59-0x11/xephem/patches/patch-GUI_xephem_homeio.c
1.1+32-0x11/xephem/patches/patch-GUI_xephem_Makefile
1.21+14-14x11/xephem/distinfo
1.1+25-0x11/xephem/patches/patch-GUI_xephem_sites.c
1.84+11-13x11/xephem/Makefile
1.1+22-0x11/xephem/patches/patch-GUI_xephem_skyviewmenu.c
+163-2722 files not shown
+324-4028 files

NetBSD/pkgsrc BgABgQXx11/xephem Makefile

   x11/xephem: Prune documentation of pkgsrc-specific license grant

   Long ago, xephem was not free software and Elwood wrote to me granting
   permission to distribute pkgsrc-modified binaries.   Since then, it
   became "mit", and is clearly documented as such in the sources, so
   this is ancient history.
VersionDeltaFile
1.83+1-16x11/xephem/Makefile
+1-161 files

NetBSD/pkgsrc 1XJUBcUx11/xephem Makefile

   x11/xephem: Add \todo about wrong WRKSRC

   While WRKSRC points to the dir in which make should be invoked, the
   build references files outside of that dir.  So it's wrong, and
   BUILD_DIRS should be used instead.
VersionDeltaFile
1.82+5-1x11/xephem/Makefile
+5-11 files

NetBSD/pkgsrc gK863xvdoc CHANGES-2026

   Note update of multimedia/x265 to 4.2nb1.
VersionDeltaFile
1.4037+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc SiQYkUBmultimedia/x265 Makefile distinfo, multimedia/x265/patches patch-common_threading.h

   multimedia/x265: convert from using __sync* to __atomic* operations.

   Also use mk/atomic64.mk.

   Ref. https://gcc.gnu.org/wiki/Atomic/GCCMM.

   Should fix PR#60371.
VersionDeltaFile
1.1+23-0multimedia/x265/patches/patch-common_threading.h
1.47+3-1multimedia/x265/Makefile
1.46+2-1multimedia/x265/distinfo
+28-23 files

NetBSD/pkgsrc EjEZJOpnet Makefile

   knot-resolver: Adding version 6.4.0
VersionDeltaFile
1.1633+2-1net/Makefile
+2-11 files

NetBSD/pkgsrc GtM266Jnet/knot-resolver PLIST Makefile, net/knot-resolver/files kresd.sh

   knot-resolver: Adding version 6.4.0

   Knot Resolver 6.4.0 (2026-06-17)
   Improvements
   packaging: rpm: require python3-setuptools (!1830, #952)
   packaging: rpm: provide user/group (!1837)
   controller: improved error handling when sending commands to workers (!1834)

   Bugfixes
   dns64: fix CNAME problems again (#797, !1840)
VersionDeltaFile
1.1+118-0net/knot-resolver/PLIST
1.1+60-0net/knot-resolver/Makefile
1.1+38-0net/knot-resolver/files/kresd.sh
1.1+5-0net/knot-resolver/distinfo
1.1+3-0net/knot-resolver/DESCR
+224-05 files

NetBSD/pkgsrc sRotCOHdoc CHANGES-2026

   doc: Added net/knot-resolver version 6.4.0
VersionDeltaFile
1.4036+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ri0PmQ4doc TODO

   TODO: remove obsolete entries
VersionDeltaFile
1.27502+1-3doc/TODO
+1-31 files

NetBSD/pkgsrc wk1jfiMx11/xephem/patches patch-sites.c patch-marsmenu.c

   x11/xephem: Apply ctype(3) UB patch from upstream PR

   Taken from https://github.com/XEphem/XEphem/pull/126.
VersionDeltaFile
1.1+27-0x11/xephem/patches/patch-sites.c
1.1+24-0x11/xephem/patches/patch-marsmenu.c
1.1+24-0x11/xephem/patches/patch-skyviewmenu.c
1.1+24-0x11/xephem/patches/patch-gallerymenu.c
1.1+19-0x11/xephem/patches/patch-saveres.c
1.1+17-0x11/xephem/patches/patch-skyip.c
+135-06 files not shown
+208-212 files

NetBSD/pkgsrc Ozy32SBdoc TODO

   doc/TODO: + fetchmail-6.6.7rc1 [security fix].

   - rumdl, pin was too fast
VersionDeltaFile
1.27501+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc Rqu6NWSdoc TODO

   doc/TODO: + rumdl-0.2.23.
VersionDeltaFile
1.27500+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc PDFFK15doc CHANGES-2026

   doc: Updated textproc/rumdl to 0.2.24
VersionDeltaFile
1.4035+2-1doc/CHANGES-2026
+2-11 files