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/src LBri0fksys/arch/sun68k/stand/libsa version sun3.c

   sun68k: avoid PROM DVMA map aliasing in sun3 bootloader

   NetBSD/sun3 11.0 GENERIC fails to boot from a SCSI disk on
   my Sun 3/60 with at least PROM revisions 2.8.3 and 3.0.1.

   It looks sun3 PROM SCSI driver allocates internal resources
   in DVMA space starting at 0xfff00000. The sun3 standalone
   DVMA setup currently aliases its local address range starting
   at 0x200000 to that same address.

   Since the alias is created by sharing PMEGs, PTE changes made by
   the PROM in its DVMA space also change the corresponding standalone
   mappings. These mappings are inherited by the loaded kernel.

   On Sun3, pmap_bootstrap() derives the first available PA from
   (nextva - KERNBASE3), assuming that the kernel bootstrap VA range
   is backed by the corresponding contiguous physical addresses.

   A leaked alias can instead map part of that range to an unrelated

    [14 lines not shown]
VersionDeltaFile
1.13+9-4sys/arch/sun68k/stand/libsa/sun3.c
1.7+2-1sys/arch/sun68k/stand/libsa/version
+11-52 files

NetBSD/src l3XDFdgsys/arch/sun68k/stand/libsa sun3.c

   sun68k: fix typo in physical address calculation in dev3_mapin()

   This typo was introduced in the sun3/sun3x merge 28 years ago,
   so maybe harmless.
VersionDeltaFile
1.12+2-2sys/arch/sun68k/stand/libsa/sun3.c
+2-21 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/src 8lLfV6Adoc CHANGES-11.1

   Ticket #417
VersionDeltaFile
1.1.2.4+7-1doc/CHANGES-11.1
+7-11 files

NetBSD/src hvEQT5Psys/external/bsd/dwc2 dwc2.c, sys/external/bsd/dwc2/dist dwc2_core.c

   Pull up following revision(s) (requested by skrll in ticket #417):

        sys/external/bsd/dwc2/dwc2.c: revision 1.84
        sys/external/bsd/dwc2/dist/dwc2_core.c: revision 1.15

   PR/60021: USB-only boot: uhub0 attaches but uhub1 never appears...

   Update the dwc2 intial reset sequence to more closely match the upstream
   driver - it's changed a bit in the last 10 years.

   This reset sequence gets the device out of the state it's left in by the
   RaspberryPI firmware when booting from USB.


   dwc2: Bring dwc2_wait_for_mode from upstream and use in dwc2_force_mode.

   dwc2_wait_for_mode will wait upto 110milliseconds for the controller
   to enter the expected mode.


    [2 lines not shown]
VersionDeltaFile
1.14.2.1+37-3sys/external/bsd/dwc2/dist/dwc2_core.c
1.81.4.3+17-2sys/external/bsd/dwc2/dwc2.c
+54-52 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-wip db16630jcode Makefile cargo-depends.mk

Update devel/jcode to v.0.78.1
DeltaFile
+204-81jcode/distinfo
+67-26jcode/cargo-depends.mk
+1-1jcode/Makefile
+272-1083 files

NetBSD/pkgsrc-wip 1f5ac4ckoha TODO

koha: Add reference to recent CVEs
DeltaFile
+4-4koha/TODO
+4-41 files

NetBSD/pkgsrc-wip 570df05webkit-gtk60 Makefile PLIST

webkit-gtk60: update to 2.52.6.

  - Improve memory usage in pages that use font variations.
  - The webkit://gpu page now respects the dark theme user preference.
  - Fix cross compilation due to failure to pick the correct gio-unix-2.0
    headers in certain configurations.
  - Fix calculating data sizes of reported through WebKitWebsiteData.
  - Fix the build with CMake 4.4 or newer.
  - Fix several crashes and rendering issues.
DeltaFile
+3-3webkit-gtk60/distinfo
+2-2webkit-gtk60/PLIST
+1-1webkit-gtk60/Makefile
+6-63 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/src 07R4orLsys/arch/arm/ti files.ti am18xx_sdmmc.c, sys/arch/evbarm/conf GENERIC_V5

   evbarm/am18xx: sdmmc driver

   A first version of the SD card driver for the TI am1808. The driver works fine, but the performance is lower than expected.
VersionDeltaFile
1.1+866-0sys/arch/arm/ti/am18xx_sdmmc.c
1.34+5-1sys/arch/arm/ti/files.ti
1.12+2-1sys/arch/evbarm/conf/GENERIC_V5
+873-23 files

NetBSD/pkgsrc-wip 02751e7litestream TODO Makefile, litestream/patches patch-go.mod patch-go.sum

litestream: Update to 0.5.16

pkgsrc changes:
- Bump modernc.org/sqlite to version that brings back NetBSD/amd64
  support

Changes:
Too long to include, sorry, please see:
<https://github.com/benbjohnson/litestream/releases>
DeltaFile
+722-432litestream/distinfo
+239-143litestream/go-modules.mk
+44-0litestream/patches/patch-go.sum
+24-0litestream/patches/patch-go.mod
+1-1litestream/Makefile
+1-0litestream/TODO
+1,031-5766 files

NetBSD/src cDwmij3sys/arch/arm/ti ti_edma.c

   evbarm/ti_edma: clear events before transfer

   The sdmmc controller on the am18xx fires dma events even in PIO mode. Clear these event before starting a DMA transfer.
VersionDeltaFile
1.9+5-2sys/arch/arm/ti/ti_edma.c
+5-21 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