NetBSD/pkgsrc hf8GsHAdevel/gettext-lib/patches patch-gettext-runtime_intl_configure patch-gettext-runtime_intl_gnulib-lib_localename-unsafe.c

   gettext-lib: remove unused patches
VersionDeltaFile
1.2+1-1devel/gettext-lib/patches/patch-gettext-runtime_intl_configure
1.2+1-1devel/gettext-lib/patches/patch-gettext-runtime_intl_gnulib-lib_localename-unsafe.c
1.3+1-1devel/gettext-lib/patches/patch-gettext-runtime_intl_intl-compat.c
+3-33 files

NetBSD/pkgsrc ZlBZMSfdoc CHANGES-pkgsrc-2026Q2

   doc: add tickets 7187-7189
VersionDeltaFile
1.1.2.6+10-1doc/CHANGES-pkgsrc-2026Q2
+10-11 files

NetBSD/pkgsrc 5V5qYtXsysutils/py-borgbackup distinfo Makefile, sysutils/py-borgbackup/patches patch-src_borg_helpers_msgpack.py patch-pyproject.toml

   Pullup ticket #7189 - requested by he
   sysutils/py-borgbackup: Build fix

   Revisions pulled up:
   - sysutils/py-borgbackup/Makefile                               1.64
   - sysutils/py-borgbackup/distinfo                               1.43
   - sysutils/py-borgbackup/patches/patch-pyproject.toml           1.3
   - sysutils/py-borgbackup/patches/patch-src_borg_helpers_msgpack.py 1.7

   ---
      Module Name:      pkgsrc
      Committed By:     he
      Date:             Tue Jul 21 14:10:28 UTC 2026

      Modified Files:
        pkgsrc/sysutils/py-borgbackup: Makefile distinfo
      Added Files:
        pkgsrc/sysutils/py-borgbackup/patches: patch-pyproject.toml
            patch-src_borg_helpers_msgpack.py

    [31 lines not shown]
VersionDeltaFile
1.7.2.2+15-0sysutils/py-borgbackup/patches/patch-src_borg_helpers_msgpack.py
1.3.2.2+15-0sysutils/py-borgbackup/patches/patch-pyproject.toml
1.3.2.1+0-15sysutils/py-borgbackup/patches/patch-pyproject.toml
1.7.2.1+0-15sysutils/py-borgbackup/patches/patch-src_borg_helpers_msgpack.py
1.42.2.1+3-1sysutils/py-borgbackup/distinfo
1.62.2.1+2-1sysutils/py-borgbackup/Makefile
+35-326 files

NetBSD/pkgsrc 5EilyWgdoc CHANGES-2026

   Removed net/youtube-dl successor net/yt-dlp [gdt 2026-07-21]
VersionDeltaFile
1.4654+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 5P06vibnet Makefile, net/youtube-dl Makefile PLIST

   net/youtube-dl: Remove

   as propose on pkgsrc-user@ on 4 July, without objections.  youtube-dl
   has not been maintained for 5.5 years; yt-dlp is the successor fork.
VersionDeltaFile
1.1634+1-2net/Makefile
1.250+1-1net/youtube-dl/Makefile
1.117+1-1net/youtube-dl/PLIST
1.228+1-1net/youtube-dl/distinfo
1.5+1-1net/youtube-dl/patches/patch-setup.py
1.4+1-1net/youtube-dl/patches/patch-youtube__dl_extractor_la7.py
+6-73 files not shown
+8-99 files

NetBSD/pkgsrc Y5Wdiqldoc CHANGES-2026

   doc: Updated sysutils/xfce4-thunar to 4.20.9
VersionDeltaFile
1.4653+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc WH54OS6sysutils/xfce4-thunar distinfo Makefile

   xfce4-thunar: update to 4.20.9

   4.20.9 (2026-07-17)
   ======
   - Prevent use-after-free in list-view (#1861)
   - Fix use-after-free in tree-view-model (#1860)
   - Fix -Wdiscarded-qualifiers compiler warnings (#1859)
   - Remove G_GNUC_CONST qualifiers
   - Check/Update view-type on reload (#1799)
   - Prevent Criticals in some use-cases (#1799)
   - Prevent crash on reload when unmounted (#1799)
   - Fix crash when open unknown gvfs location (#1834)
   - Prevent use-after-free on re-login (#1831)
   - Keep a global ref. to job operation history (#1823)
   - Disconnect from 'action_mgr' on finalize (#1816)
   - Translation Updates:
     French, Georgian, Greek, Italian, Lao, Slovenian, Swedish
VersionDeltaFile
1.49+4-4sysutils/xfce4-thunar/distinfo
1.118+2-3sysutils/xfce4-thunar/Makefile
1.26+2-1sysutils/xfce4-thunar/PLIST
+8-83 files

NetBSD/pkgsrc Tqu9Gu9doc TODO CHANGES-2026

   doc: Updated devel/cbindgen to 0.29.4
VersionDeltaFile
1.27627+1-2doc/TODO
1.4652+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc QYtFzBPdevel/cbindgen distinfo Makefile

   cbindgen: update to 0.29.4 (again).

   Firefox 153 requires this version now.
VersionDeltaFile
1.39+4-4devel/cbindgen/distinfo
1.42+2-2devel/cbindgen/Makefile
+6-62 files

NetBSD/pkgsrc rshaVK7doc CHANGES-2026

   doc: Updated devel/nss to 3.126
VersionDeltaFile
1.4651+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc vyBufZzdevel/nss distinfo Makefile

   nss: update to 3.126.

   Required by firefox 153.

   Changes in NSS 3.126

       Bug 2054731 - reject resumption tokens where wrapped_master_secret_len is too long.
       Bug 2054723 - harden against integer overflows in lowpbe.c.
       Bug 2054697 - fix AES GCM parameter serialization in pk11_GetPBECryptoMechanism.
       Bug 2054695 - handle HMAC truncation when using PK11_Digest* APIs.
       Bug 1329766 - Enable DTLS in BoGo tests.
       Bug 2054616 - reject short ciphertexts in sec_pkcs5_rc2.
       Bug 2027350 - rewrite PK11_SaveContext in terms of PK11_SaveContextAlloc.
       Bug 2050034 - reject long OCSP responses in libpkix http client.
       Bug 2047783 - Set nssckbi version to 2.90.
       Bug 2052097 - remove ePKI Root Certification Authority.
       Bug 2047804 - add Telia v3 Roots.
       Bug 2047800 - add SECOM 2024 Roots.
       Bug 2017374 - remove websites trust bit from Atos TrustedRoot 2011.

    [142 lines not shown]
VersionDeltaFile
1.212+4-4devel/nss/distinfo
1.298+3-3devel/nss/Makefile
+7-72 files

NetBSD/pkgsrc M4XKH1Kdoc CHANGES-2026

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

NetBSD/pkgsrc OUessn9doc CHANGES-2026

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

NetBSD/pkgsrc WWPH6lvwww/firefox140-l10n distinfo Makefile

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

NetBSD/pkgsrc Zxntcfgwww/firefox140 distinfo Makefile

   firefox140: update to 140.13

   Mozilla Foundation Security Advisory 2026-70
   Security Vulnerabilities fixed in Firefox ESR 140.13

   Announced
       July 21, 2026
   Impact
       critical
   Products
       Firefox ESR
   Fixed in

           Firefox ESR 140.13

   #CVE-2026-15718: Invalid pointer in the JavaScript: WebAssembly component

   Reporter
       Christian Holler

    [365 lines not shown]
VersionDeltaFile
1.19+4-4www/firefox140/distinfo
1.21+2-3www/firefox140/Makefile
+6-72 files

NetBSD/pkgsrc GC4dhj0graphics/chafa Makefile

   chafa: needs GNU make

   Otherwise:

   gcc -std=gnu23 -E -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -CC  -o chafa-term-seq-doc.h
   gcc: fatal error: no input files
VersionDeltaFile
1.20+2-2graphics/chafa/Makefile
+2-21 files

NetBSD/pkgsrc bsBTGWpgeography/gpsd Makefile

   gpsd: add a hack to fix relro builds

   LDFLAGS are honored inconsistently; use the code that was globally
   in mk/ to fix this locally here for now.
VersionDeltaFile
1.96+12-1geography/gpsd/Makefile
+12-11 files

NetBSD/pkgsrc SKbq62Wgraphics/geeqie options.mk Makefile

   geeqie: pass linker flags the meson way

   Fixes relro build.

   Mark this as using c++17 while here.
VersionDeltaFile
1.12+10-2graphics/geeqie/options.mk
1.168+3-1graphics/geeqie/Makefile
+13-32 files

NetBSD/pkgsrc 5Qkj89Mdoc CHANGES-2026

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

NetBSD/pkgsrc 0efK39fwww/firefox-l10n distinfo Makefile

   www/firefox-l10n: Update to 153.0

   * Sync with www/firefox-153.0.
VersionDeltaFile
1.295+310-310www/firefox-l10n/distinfo
1.313+2-2www/firefox-l10n/Makefile
+312-3122 files

NetBSD/pkgsrc zhlRzW1doc CHANGES-2026

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

NetBSD/pkgsrc r3OwyFwwww/firefox distinfo Makefile, www/firefox/patches patch-third__party_sqlite3_ext_moz.build patch-dom_media_mediacapabilities_MediaCapabilitiesValidation.cpp

   www/firefox: Update to 153.0

   Cnangelog:
   153.0:
   New

     * High Dynamic Range (HDR) video playback is now available on Windows - this
       feature needs HDR mode enabled for the display in Windows Settings -
       Display. Laptop displays that only offer "HDR video streaming" are not
       supported at this time. Some videos recorded on phones in certain
       orientations are currently not shown as HDR.

     * Containers let you keep separate parts of your online life (work, shopping,
       personal, banking) logged into different accounts in the same browser
       window, but keep your cookies and ad tracking isolated inside each
       container.

     * Share any open page with a QR code. Right-click a tab, select Share >
       Generate QR Code. Great for posters, invitations, banners, and other

    [138 lines not shown]
VersionDeltaFile
1.586+10-12www/firefox/distinfo
1.3+5-5www/firefox/patches/patch-third__party_sqlite3_ext_moz.build
1.2+4-4www/firefox/patches/patch-dom_media_mediacapabilities_MediaCapabilitiesValidation.cpp
1.3+4-4www/firefox/patches/patch-python_sites_build.txt
1.666+4-4www/firefox/Makefile
1.319+3-3www/firefox/mozilla-common.mk
+30-322 files not shown
+32-348 files

NetBSD/pkgsrc WbzdfH6doc CHANGES-2026

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

NetBSD/pkgsrc mjofQWtdatabases/py-duckdb distinfo Makefile

   databases/py-duckdb: Update to 1.5.4

   Changelog:
   1.5.4:
   What's Changed in DuckDB-Python

       Make rel->query work with a read only connection by @evertlammerts in #471
       Ignore Polars dynamic predicates by @evertlammerts in #482
       Accept pathlib.Path, os.PathLike, bytes, and file-like objects in read_parquet/from_parquet by @evertlammerts in #489
       Unify arrow exports across all query result types by @evertlammerts in #495
VersionDeltaFile
1.3+4-4databases/py-duckdb/distinfo
1.8+2-2databases/py-duckdb/Makefile
+6-62 files

NetBSD/pkgsrc 5ZlXKq0doc CHANGES-2026

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

NetBSD/pkgsrc iurZ8OMdatabases/duckdb distinfo PLIST

   databases/duckdb: Update to 1.5.4

   Changelog:
   1.5.4:
   Fixes

   This version ships a number of performance improvements and bugfixes.
   Correctness

       #23031   Fix VARIANT cast reading wrong rows under a filter
       #23014   MERGE INTO: only consider target table when binding WHEN NOT MATCHED and source table when binding WHEN NOT MATCHED BY TARGET
       #22825   Fix case-insensitive column match in INSERT ... SELECT ON CONFLICT
       #22911   Use non-deleted row count in RowGroupReorderer
       #23194   Fix variant shredding analysis logic discrepancy with shredded writing
       #23234   Fix problem with re-use of cached transform data for differently shredded files
       #22844   Window Self-Join Limits: don't apply the self-join optimisation more than once

   Crashes and Internal Errors


    [28 lines not shown]
VersionDeltaFile
1.14+4-4databases/duckdb/distinfo
1.16+6-0databases/duckdb/PLIST
1.14+2-2databases/duckdb/Makefile
+12-63 files

NetBSD/pkgsrc WXHgEMjdevel/py-msgpack Makefile

   Typo fix.
VersionDeltaFile
1.44+2-2devel/py-msgpack/Makefile
+2-21 files

NetBSD/pkgsrc u7hHCwDdoc CHANGES-2026

   doc: Updated lang/hamlet to 2.0.1
VersionDeltaFile
1.4644+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Y8rOTH3lang/hamlet distinfo Makefile

   lang/hamlet: Update to 2.0.1

   Changelog:
   Release 2.0.1 (2025/07/27) fixed a couple of minor bugs and some
   portability issues with the Makefile.
VersionDeltaFile
1.2+4-4lang/hamlet/distinfo
1.3+2-2lang/hamlet/Makefile
+6-62 files

NetBSD/pkgsrc JjfB8r6doc CHANGES-2026

   doc: Updated lang/polyml to 5.9.2
VersionDeltaFile
1.4643+2-1doc/CHANGES-2026
+2-11 files