NetBSD/pkgsrc 9M4DRPvdoc CHANGES-2026

   doc: Updated www/firefox-l10n to 151.0.2
VersionDeltaFile
1.3345+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc R1UtruWwww/firefox-l10n distinfo Makefile

   www/firefox-l10n: Update to 151.0.2

   * Sync with www/firefox-151.0.2.
VersionDeltaFile
1.293+309-309www/firefox-l10n/distinfo
1.311+1-1www/firefox-l10n/Makefile
+310-3102 files

NetBSD/pkgsrc AaC0je6doc CHANGES-2026

   doc: Updated www/firefox to 151.0.2
VersionDeltaFile
1.3344+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc JlaN9VFwww/firefox distinfo Makefile, www/firefox/files node-wrapper.sh

   www/firefox: Update to 151.0.2

   * Broken builds on NetBSD 9. I should revisit later.
   * Fix WebRTC Webcam support under NetBSD.

   Changelog:
   151.0.2:
   Fixed

     * Fixed an issue on macOS where smart cards and security keys could fail to load certificates automatically. (
       Bug 2041208)

     * Fixed an issue where adding another tab to an existing Split View could unexpectedly close it. (Bug 2039795)

     * Fixed an issue where Split View would close instead of switching tabs when using the "Switch to Tab" option
       from the address bar. (Bug 2039787)

     * Fixed a crash on Windows that occurred when using the Sogou input method to type Simplified Chinese. (Bug
       2039203)

    [110 lines not shown]
VersionDeltaFile
1.582+7-8www/firefox/distinfo
1.2+3-3www/firefox/patches/patch-python_sites_mach.txt
1.662+3-3www/firefox/Makefile
1.4+1-1www/firefox/patches/patch-modules_fdlibm_src_math__private.h
1.39+1-1www/firefox/files/node-wrapper.sh
1.6+0-0www/firefox/patches/patch-config_gcc-stl-wrapper.template.h
+15-163 files not shown
+15-169 files

NetBSD/pkgsrc oe74Y5Adoc CHANGES-2026

   doc: Updated mail/py-notmuch2 to 0.40
VersionDeltaFile
1.3343+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc fTmI2G0doc CHANGES-2026

   doc: Updated mail/notmuch-emacs to 0.40
VersionDeltaFile
1.3342+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hkd4BIhdoc CHANGES-2026

   doc: Updated mail/notmuch to 0.40
VersionDeltaFile
1.3341+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc LGfuCL7mail/notmuch distinfo PLIST, mail/notmuch-emacs PLIST Makefile

   mail/notmuch{,-emacs},py-notmuch2: Update to 0.40

   Changelog:
   Notmuch 0.40 (2026-01-31)
   =========================

   General
   -------

   Accept "key-missing" from a signature from a revoked key to match
   apparent change in GnuPG behaviour.

   Library
   -------

   New API `notmuch_{threads,messages}_status` to allow distinguishing
   iterator exaustion from iterator invalidation due to errors.

   Emacs

    [17 lines not shown]
VersionDeltaFile
1.72+4-4mail/notmuch/distinfo
1.30+2-2mail/notmuch/PLIST
1.11+2-2mail/notmuch/Makefile.common
1.93+1-2mail/notmuch/Makefile
1.2+2-1mail/notmuch-emacs/PLIST
1.6+1-2mail/notmuch-emacs/Makefile
+12-131 files not shown
+13-157 files

NetBSD/pkgsrc 83yVFTFdoc CHANGES-2026

   doc: Updated editors/vim-share to 9.2.0564
VersionDeltaFile
1.3340+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IPIshJueditors/vim-share distinfo version.mk

   Update to 9.2.0564.

   Changes:
   - patch 9.2.0564: GTK4: tabline does not respond to mouse clicks
   - patch 9.2.0563: GTK3/Wayland: crash with right mouse-button in tabline
   - patch 9.2.0562: filetype: SGF files are not recognized
   - runtime(odin): remove const and opaque keywords
   - patch 9.2.0561: [security]: possible code execution with python3complete
   - patch 9.2.0560: filetype: busybox shebang lines are not recognized
   - patch 9.2.0559: filetype: Kaitai struct files are not recogonized
   - runtime(colors): update colorschemes
   - runtime(karel): Add indent plugin for Karel
   - patch 9.2.0558: filetype: Popcap Reanimation files are not recognized
   - runtime(2html): Convert to Vim9 script
   - patch 9.2.0557: filetype: Kawasaki Robots files are not recognized
   - patch 9.2.0556: GTK4: scrollbars not shown and do not respond to clicks
   - runtime(karel): Add missing syntax items
   - patch 9.2.0555: too many strlen() in ex_substitute()
   - patch 9.2.0554: GTK4: memory leak in free_menu()

    [36 lines not shown]
VersionDeltaFile
1.237+4-4editors/vim-share/distinfo
1.173+2-2editors/vim-share/version.mk
1.90+3-0editors/vim-share/PLIST
+9-63 files

NetBSD/pkgsrc gUoe13Hdoc CHANGES-2026

   doc: Updated databases/py-duckdb to 1.5.3
VersionDeltaFile
1.3339+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VqpVmGudoc CHANGES-2026

   doc: Updated databases/duckdb to 1.5.3
VersionDeltaFile
1.3338+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bppIJV3databases/duckdb PLIST distinfo, databases/py-duckdb PLIST distinfo

   databases/{duckdb,py-duckdb}: Update to 1.5.3

   Changelog:
   1.5.3:
   What's Changed

   * Use DB serialization compatibility for json_serialize_sql by
     @kryonix <https://github.com/kryonix> in #22004 <https://github.com/
     duckdb/duckdb/pull/22004>
   * DuckLake Bump by @pdet <https://github.com/pdet> in #22014 <https://
     github.com/duckdb/duckdb/pull/22014>
   * fix: resolve current catalog in ADBC Ingest to avoid temp table
     shadowing by @eitsupi <https://github.com/eitsupi> in #22020
     <https://github.com/duckdb/duckdb/pull/22020>
   * Fix TIMESTAMPFORMAT being ignored for TIMESTAMPTZ columns in copy to
     json by @DinosL <https://github.com/DinosL> in #21992 <https://
     github.com/duckdb/duckdb/pull/21992>
   * Provide BWC support for join filter pushdowns by @ywelsch <https://
     github.com/ywelsch> in #22029 <https://github.com/duckdb/duckdb/

    [2417 lines not shown]
VersionDeltaFile
1.15+80-23databases/duckdb/PLIST
1.5+6-6databases/py-duckdb/PLIST
1.2+4-4databases/py-duckdb/distinfo
1.13+4-4databases/duckdb/distinfo
1.13+3-3databases/duckdb/Makefile
1.6+2-2databases/py-duckdb/Makefile
+99-421 files not shown
+100-437 files

NetBSD/src MgQ9Kdcsys/dev/ic dwc_eqos.c

   eqos: Allow RX descriptors to be reused earlier.

   While here, fix a typo.
VersionDeltaFile
1.50+6-7sys/dev/ic/dwc_eqos.c
+6-71 files

NetBSD/pkgsrc oQ5EdaTlang/go118 Makefile, lang/go120 Makefile

   lang/go{118,120,123,124,125}: Respect MAKE_JOBS

   Fix copied from go126, as proposed on tech-pkg@.
VersionDeltaFile
1.8+6-1lang/go118/Makefile
1.5+6-1lang/go120/Makefile
1.9+6-1lang/go123/Makefile
1.3+6-1lang/go124/Makefile
1.5+6-1lang/go125/Makefile
+30-55 files

NetBSD/pkgsrc 8dsqOm8lang/go go-module.mk

   go-module.mk: use -trimpath so CHECK_WRKREF_SKIP is not necessary anymore
VersionDeltaFile
1.26+2-6lang/go/go-module.mk
+2-61 files

NetBSD/src oIGTwfHsys/dev/ic dwc_eqos.c

   Restore if_schedule_deferred_start to keep transmit queue running.
VersionDeltaFile
1.49+5-2sys/dev/ic/dwc_eqos.c
+5-21 files

NetBSD/src fBKF9f2sys/arch/amigappc/conf files.amigappc

   amigappc doesn't need its own (amiga's) copy of dkbad.c, either.
VersionDeltaFile
1.33+1-2sys/arch/amigappc/conf/files.amigappc
+1-21 files

NetBSD/src yDwFvtysys/dev/ic dwc_gmac.c

   Use correct name for bit 24 in dwc_gmac_desc_std_rx_init_flags()
VersionDeltaFile
1.100+3-3sys/dev/ic/dwc_gmac.c
+3-31 files

NetBSD/pkgsrc 1zS3AOQwww Makefile

   www: Enable php-pmwiki
VersionDeltaFile
1.1921+2-1www/Makefile
+2-11 files

NetBSD/pkgsrc jzB1Cqvdoc CHANGES-2026

   doc: Added www/php-pmwiki version 2.6.0
VersionDeltaFile
1.3337+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UyAOnCUwww/php-pmwiki PLIST Makefile

   www/php-pmwiki: import php85-pmwiki-2.6.0

   PmWiki is a wiki-based content-management system (CMS) for
   collaborative creation and maintenance of websites.
VersionDeltaFile
1.1+244-0www/php-pmwiki/PLIST
1.1+51-0www/php-pmwiki/Makefile
1.1+5-0www/php-pmwiki/distinfo
1.1+2-0www/php-pmwiki/DESCR
+302-04 files

NetBSD/pkgsrc LYVihqXdoc CHANGES-2026

   doc: Updated geography/py-ubx2 to 1.3.1
VersionDeltaFile
1.3336+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc DNoLHMigeography/py-ubx2 Makefile distinfo

   geography/py-ubx2: Update to 1.3.1

   Upstream NEWS, less minor improvements and bugfixes:

   [bugfixes only]
VersionDeltaFile
1.8+6-2geography/py-ubx2/Makefile
1.5+4-4geography/py-ubx2/distinfo
+10-62 files

NetBSD/pkgsrc A7o4Rqndoc CHANGES-2026

   doc: Updated mail/mu to 1.14.1nb1
VersionDeltaFile
1.3335+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc whMq4qbmail/mu PLIST PLIST.emacs, mail/mu/patches patch-lib_utils_mu-utils.cc

   mail/mu: Fix some more ctype(3) abuses not to abort indexing

   * Fix PLISTs for mu-emacs option.
   * Bump PKGREVISION.
VersionDeltaFile
1.6+1-92mail/mu/PLIST
1.3+9-2mail/mu/PLIST.emacs
1.2+10-1mail/mu/patches/patch-lib_utils_mu-utils.cc
1.19+2-2mail/mu/distinfo
1.26+2-1mail/mu/Makefile
+24-985 files

NetBSD/pkgsrc d1zV8L3doc CHANGES-2026

   doc: Updated multimedia/libaom to 3.14.1
VersionDeltaFile
1.3334+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VEdjX4vmultimedia/libaom distinfo Makefile, multimedia/libaom/patches patch-examples_svc__encoder__rtc.cc patch-build_cmake_aom__configure.cmake

   multimedia/libaom: Update to 3.14.1

   Changelog:
   2026-05-22 v3.14.1
     This release is ABI compatible with the last release. See
     https://aomedia.googlesource.com/aom/+log/v3.14.0..v3.14.1 for all the
     commits in this release.

     - Bug Fixes
       * b:513603812: NULL Pointer Dereference in validate_img
         (av1_cx_iface.c) with 10-bit monochrome input
       * oss-fuzz:514006304: Increase ctx->cx_data_sz to 2.5x uncomp frame
         size

   2026-05-12 v3.14.0
     This release is ABI compatible with the last release.

     This release includes significant compression efficiency and
     perceptual quality improvements for layered image encoding, in

    [112 lines not shown]
VersionDeltaFile
1.30+9-9multimedia/libaom/distinfo
1.41+3-6multimedia/libaom/Makefile
1.2+4-4multimedia/libaom/patches/patch-examples_svc__encoder__rtc.cc
1.9+3-3multimedia/libaom/patches/patch-build_cmake_aom__configure.cmake
1.5+3-3multimedia/libaom/patches/patch-build_cmake_aom__optimization.cmake
1.4+3-3multimedia/libaom/patches/patch-build_cmake_exports.cmake
+25-282 files not shown
+30-318 files

NetBSD/src BnxwGc3sys/dev/ic dwc_eqos.c dwc_eqos_var.h

   eqos: Replace TX kthread with softint.

   TX hangs were reported on RK3588 with the kthread and this performs a lot
   better for me anyway.
VersionDeltaFile
1.48+33-29sys/dev/ic/dwc_eqos.c
1.14+2-3sys/dev/ic/dwc_eqos_var.h
+35-322 files

NetBSD/src kj87UkKsys/dev/ic dwc_eqos.c dwc_eqos_reg.h

   eqos: Add IPv4/TCPv4/UDPv4 checksum offload support.
VersionDeltaFile
1.47+41-5sys/dev/ic/dwc_eqos.c
1.14+10-1sys/dev/ic/dwc_eqos_reg.h
+51-62 files