NetBSD/pkgsrc gqtLN9xdoc CHANGES-2026

   doc: Updated net/p5-Net-OAuth to 0.33
VersionDeltaFile
1.5408+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FY7XhS2net/p5-Net-OAuth Makefile distinfo

   p5-Net-OAuth: update to 0.33.

   0.33   Mon 17 Aug 23:14:01 BST 2026
          [Security]
          - Restrict the verification algorithm to those specified in the allowed_signature_methods, which is
            now required.  THIS IS A BREAKING CHANGE.

            See https://github.com/vurtdev/Net-OAuth/security/advisories/GHSA-c8rm-g5cm-4pf5 (CVE-2026-72889)
            for more information.

          - HMAC_SHA1 and HMAC_SHA256 signature keys cannot be blank.

          - HMAC_SHA1, HMAC_SHA256 and PLAINTEXT signature verification now use constant-time comparison (CVE-2026-75589).

          [Documentation]
          - Updated the GitHub repository location, which moved before the version 0.32 release.
            (The former location does redirect to the new location.)

          - Removed CONTRIBUTING.md due to changes in the AI policy.

    [2 lines not shown]
VersionDeltaFile
1.10+4-4net/p5-Net-OAuth/distinfo
1.29+2-2net/p5-Net-OAuth/Makefile
+6-62 files

NetBSD/pkgsrc oJKpJfodoc CHANGES-2026

   doc: Updated time/py-icalendar to 7.3.0
VersionDeltaFile
1.5407+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc p0roDKhtime/py-icalendar distinfo Makefile

   py-icalendar: update to 7.3.0.

   Removals and deprecations

       obj is deprecated in favor of bytes. It is retained as a lossy
       string view of the value for backward compatibility, and will
       be removed in icalendar 8. The
       test_ical_value_rejects_non_base64_characters test was removed
       because vBinary.ical_value no longer validates or decodes
       Base64. @uwezkhan (Issue #1356)

       Issue #1362

   New features

       Created an example() method for the Journal component and an
       example() method for the FreeBusy component, added the RFC 5545
       examples that they load, and documented their usage in both
       class docstrings. AI assistance: Kiro CLI with the claude-opus-5

    [182 lines not shown]
VersionDeltaFile
1.37+51-0time/py-icalendar/PLIST
1.56+4-4time/py-icalendar/distinfo
1.65+4-4time/py-icalendar/Makefile
+59-83 files

NetBSD/pkgsrc BQYNgBqdevel/gettext distinfo, devel/gettext/patches patch-gettext-tools_configure

   gettext-tools: do not autodetect libcurl and libjson-c

   Fixes build on OpenIndiana. The libraries are shipped
   with base but at least some of the headers seem absent.
VersionDeltaFile
1.3+47-1devel/gettext/patches/patch-gettext-tools_configure
1.53+2-2devel/gettext/distinfo
+49-32 files

NetBSD/pkgsrc 8uHihrWinputmethod/ibus Makefile

   ibus: regenerate tools Vala sources before build

   The generated tools/main.c in the distfile may contain Wayland code
   even when ibus is configured with --disable-wayland, causing the build
   to fail due to missing wayland headers or libraries.

   Clean the generated sources before build so they are regenerated
   with the current configure options, as already done for ui/gtk3.

   This should fix workaround for PR pkg/60476 on pkgsrc-2026Q2.
VersionDeltaFile
1.126+6-4inputmethod/ibus/Makefile
+6-41 files

NetBSD/pkgsrc 4NKpu2Gdoc CHANGES-2026

   doc: Updated net/yt-dlp to 2026.7.4nb1
VersionDeltaFile
1.5406+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc LBVHIYCnet/yt-dlp distinfo Makefile, net/yt-dlp/patches patch-youtube-fix.diff

   net/yt-dlp: Fix download 403 error from youtube.com

   * Update YouTube extractor to current.
   * Bump PKGREVISION.
VersionDeltaFile
1.1+363-0net/yt-dlp/patches/patch-youtube-fix.diff
1.94+5-1net/yt-dlp/Makefile
1.86+2-1net/yt-dlp/distinfo
+370-23 files

NetBSD/pkgsrc iRClSOuinputmethod/ibus Makefile

   ibus: use common Wayland platform detection

   Remove the temporary NetBSD native X11 workaround and rely on
   PLATFORM_SUPPORTS_WAYLAND.

   Native EGL support is now handled by graphics/MesaLib/features.mk, so
   the additional libglamoregl.so check is no longer needed.  PR pkg/60476

   Bump PKGREVISION.
VersionDeltaFile
1.125+3-6inputmethod/ibus/Makefile
+3-61 files

NetBSD/pkgsrc iIOFmgsx11/gtk3 Makefile options.mk

   gtk3: remove NetBSD-specific Wayland workaround

   MESALIB_SUPPORTS_EGL now handles native EGL support correctly on
   NetBSD, so PLATFORM_SUPPORTS_WAYLAND already excludes systems where
   the native libepoxy has no EGL support.

   Remove the additional libglamoregl.so check added in PR pkg/60295.
   The file is part of the xserver set, so checking for it incorrectly
   disables Wayland on bulk build hosts where the xserver set is not
   installed.  PR pkg/60476

   Bump PKGREVISION.
VersionDeltaFile
1.37+1-5x11/gtk3/options.mk
1.231+2-2x11/gtk3/Makefile
+3-72 files

NetBSD/pkgsrc BDBkOvegraphics/MesaLib features.mk

   graphics/MesaLib: improve native EGL detection on NetBSD

   For native X11 on NetBSD, use HAVE_XORG_EGL when it is available
   instead of only checking for the EGL header.

   On older NetBSD releases without HAVE_XORG_EGL, use HAVE_XORG_GLAMOR
   as a fallback, since native libepoxy EGL support was conditional on
   GLAMOR there.

   This is a proper fix for PR pkg/60295 and makes MESALIB_SUPPORTS_EGL
   reflect the actual native EGL support more accurately.

   PR pkg/60476
VersionDeltaFile
1.3+10-2graphics/MesaLib/features.mk
+10-21 files

NetBSD/pkgsrc 7efDa2Edoc CHANGES-2026

   doc: Updated devel/cargo-about to 0.9.2
VersionDeltaFile
1.5405+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc cT5PU7qdevel/cargo-about cargo-depends.mk Makefile

   devel/cargo-about: update to 0.9.2

   0.9.2 - 2026-08-18
   Fixed

       PR#312 changed processing of detected license files so that they are never discarded, resolving #309.
VersionDeltaFile
1.13+7-7devel/cargo-about/distinfo
1.17+2-2devel/cargo-about/Makefile
1.13+1-1devel/cargo-about/cargo-depends.mk
+10-103 files

NetBSD/pkgsrc c24Lv10doc TODO CHANGES-2026

   doc: Updated textproc/tabiew to 0.14.2
VersionDeltaFile
1.27777+1-2doc/TODO
1.5404+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc Wn2DvY6textproc/tabiew Makefile cargo-depends.mk

   tabiew: update to 0.14.2.

   About a month of development.
VersionDeltaFile
1.9+454-481textproc/tabiew/distinfo
1.9+150-159textproc/tabiew/cargo-depends.mk
1.9+2-2textproc/tabiew/Makefile
+606-6423 files

NetBSD/pkgsrc gezAx1wmk/misc common.mk

   mk: Introduce support for ULIMIT_PRECMD.

   While this has potential to run any pre-command, it is primarily useful as a
   hook to insert ulimit(1) commands that will apply to shell commands, hence
   the name.

   In bulk builds there will occasionally be packages that end up spinning on
   CPU and hanging the build until the user has a chance to kill the process.

   For some builds this is desirable so that the issue can be debugged, but for
   others the user may prefer to avoid having to interact with the build to get
   it to complete, in which case they can set this to e.g. "ulimit -S -t 3600".
VersionDeltaFile
1.4+8-2mk/misc/common.mk
+8-21 files

NetBSD/pkgsrc MFbBfIUdoc CHANGES-2026

   doc: Updated math/ggml to 0.20.2
VersionDeltaFile
1.5403+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ckcSl6Xmath/ggml Makefile distinfo

   ggml: update to 0.20.2.

   Changes not found.
VersionDeltaFile
1.10+4-4math/ggml/distinfo
1.10+2-2math/ggml/Makefile
+6-62 files

NetBSD/pkgsrc ViRTfqjdoc TODO

   doc/TODO: + grafana-13.2.0, prometheus-3.14.0, rumdl-0.2.57, tabiew-0.14.2.
VersionDeltaFile
1.27776+5-3doc/TODO
+5-31 files

NetBSD/pkgsrc jcbgDsqdoc TODO

   doc/TODO: + elinks-0.20.0.
VersionDeltaFile
1.27775+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc BBdcBLodoc CHANGES-2026

   Updated textproc/py-lxml, devel/py-cachelib
VersionDeltaFile
1.5402+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc yplpIu7devel/py-cachelib Makefile distinfo

   py-cachelib: updated to 0.15.4

   Version 0.15.4

   - Fix dumps in ``RedisCache`` to not use pickle for integers,
     so they remain compatible with the native ``INCRBY``/ ``DECRBY``
     operations used by :meth:`inc`/:meth:`dec`. :pr:`496`


   Version 0.15.3

   - Fix ``MemcachedCache`` ``inc`` and ``dec`` methods double normalizing keys. :pr:`495`


   Version 0.15.2

   - Fix ``libmc`` in ``MemcachedCache`` no reserve nor blocking. :pr:`493`



    [13 lines not shown]
VersionDeltaFile
1.16+4-4devel/py-cachelib/distinfo
1.17+2-2devel/py-cachelib/Makefile
+6-62 files

NetBSD/pkgsrc e8mzMNJdoc CHANGES-2026

   doc: Updated math/ggml to 0.20.1
VersionDeltaFile
1.5401+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc x5j8JEymath/ggml Makefile distinfo

   ggml: update to 0.20.1.

   No changelog found.
VersionDeltaFile
1.9+4-4math/ggml/distinfo
1.9+2-2math/ggml/Makefile
+6-62 files

NetBSD/pkgsrc 1Qd7aXbtextproc/py-lxml Makefile distinfo

   py-lxml: updated to 6.1.2

   6.1.2 (2026-08-18)

   Bugs fixed

   * Some build files were missing in the sdist.
     Patch by Nicola Soranzo.

   * Some minor corrections for error handling cases.

   Other changes

   * Built with Cython 3.2.9.
VersionDeltaFile
1.87+4-4textproc/py-lxml/distinfo
1.132+2-2textproc/py-lxml/Makefile
+6-62 files

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