NetBSD/src QlVrDO2distrib/utils/embedded/files ec2_init

   Improve metadata fetching to work more reliably across
   IPv4-only, IPv6-only, and dual-stack instances.

   AWS does not by default enable the metadata service on
   IPv6; you have to specify '--metadata-options "HttpProtocolIpv6=enabled"'.
   Without this, even a dual-stack instance can't fetch
   metadata from the IPv6 endpoint.

   In addition, reaching the metadata service takes some
   time, so we can't trivially check for network
   readiness and instead need to actually try to fetch a
   file.  Ok.

   While here, don't overwrite a hostname that is set
   from /etc/rc.conf and only set the hostname if
   otherwise unset.
VersionDeltaFile
1.8+75-37distrib/utils/embedded/files/ec2_init
+75-371 files

NetBSD/pkgsrc KQc85NLdoc CHANGES-2026

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

NetBSD/pkgsrc 7Yzdf0ptextproc/rumdl distinfo Makefile

   textproc/rumdl: update to 0.1.93

   0.1.93 - 2026-05-15
   Added

       quarto: add MD078 missing-chunk-labels and MD079 chunk-label-spaces (818cba4)

   Fixed

       md079: flag whitespace in quoted positional chunk labels (ea069c5)
       quarto: harden chunk header parser against codex review findings (9ee8e28)
       test: drive pipeline idempotency tests through real fix coordinator (5f9fdb9)
       test: remove redundant default on MD077 unit struct (6b383b0)

   0.1.92 - 2026-05-14
   Added

       config: accept [rules.X] wrapper as alias for [X] (229ff7d)


    [3 lines not shown]
VersionDeltaFile
1.29+7-4textproc/rumdl/distinfo
1.31+2-2textproc/rumdl/Makefile
1.14+1-0textproc/rumdl/cargo-depends.mk
+10-63 files

NetBSD/src 4N2pgtKexternal/bsd/elftoolchain/dist/common/sys elfconstants.m4 elfdefinitions.m4, external/bsd/elftoolchain/dist/libdwarf libdwarf_str.c libdwarf_abbrev.c

   Import elftoolchain revision [r4324] (previous was [r4037]).

   Changes since the previous vendor import.

   common/
    - Add/update the sets of symbols defined by recent psABI revisions
      for: Aarch64, Alpha, AMD64, SPARC, ARM, IA64, M68K, MIPS, MIPS64,
      OpenRisc, PARISC, PPC, PPC64, RISC-V, S390, and SuperH.
    - Add support for the LoongArch architecture.
    - Add symbols in v4.3-DRAFT of the ELF Generic ABI definition.
    - Improve compatibility with NetBSD's set of ELF definitions.
   libelf/
    - Address Coverity Scan reports.
    - Bug fix ar(1) header parsing.
    - Manual page fixes.
   libdwarf/
    - Address Coverity Scan reports.
    - Support for the DWARF5 ".debug_str_offsets" section (ticket #620).
    - Support LoongArch.
    - Manual page fixes.
VersionDeltaFile
1.1.1.2+2,467-747external/bsd/elftoolchain/dist/common/sys/elfconstants.m4
1.1.1.2+169-52external/bsd/elftoolchain/dist/common/sys/elfdefinitions.m4
1.1.1.4+129-1external/bsd/elftoolchain/dist/libdwarf/libdwarf_str.c
1.1.1.4+52-23external/bsd/elftoolchain/dist/libdwarf/libdwarf_abbrev.c
1.1.1.4+39-30external/bsd/elftoolchain/dist/libdwarf/dwarf_get_AT_name.3
1.1.1.4+34-26external/bsd/elftoolchain/dist/libdwarf/libdwarf_reloc.c
+2,890-879263 files not shown
+3,447-1,386269 files

NetBSD/src a56JCn2share/man/man4 ddb.4

   ddb(4): Specify which status and flags are meant in ddb man page.

   Can never remember what these numbers correspond to.
VersionDeltaFile
1.207+12-4share/man/man4/ddb.4
+12-41 files

NetBSD/src P0WPpTSsys/dev/acpi/acpica OsdSchedule.c

   s/APCICA/ACPICA/ in comment.
VersionDeltaFile
1.21+3-3sys/dev/acpi/acpica/OsdSchedule.c
+3-31 files

NetBSD/pkgsrc gmkXyppmeta-pkgs/bulk-test-boost Makefile

   bulk-test-boost: Add missing packages

   gnuradio-uhd and gr-osmosdr were previously not included.  At least
   gnuradio-uhd is recently broken, apparently by the latest boost
   update.
VersionDeltaFile
1.24+4-2meta-pkgs/bulk-test-boost/Makefile
+4-21 files

NetBSD/src pw7orKAexternal/bsd/elftoolchain README

   elftoolchain/README: Update the recommended invocation of 'cvs import'.

   Reviewed by: christos
VersionDeltaFile
1.2+1-1external/bsd/elftoolchain/README
+1-11 files

NetBSD/pkgsrc P6xh4h5doc CHANGES-pkgsrc-2026Q1

   Tickets #7113 and #7114
VersionDeltaFile
1.1.2.21+7-1doc/CHANGES-pkgsrc-2026Q1
+7-11 files

NetBSD/pkgsrc j8ToTmXsysutils/xenkernel420 distinfo, sysutils/xentools420 distinfo version.mk

   Pullup ticket #7114 - requested by bouyer
   sysutils/xen{kernel,tools}/420: security fix

   Revisions pulled up:
   - sysutils/xenkernel420/distinfo                                1.5
   - sysutils/xentools420/distinfo                                 1.5
   - sysutils/xentools420/version.mk                               1.4

   ---
      Module Name:      pkgsrc
      Committed By:     bouyer
      Date:             Sat May 16 09:38:16 UTC 2026

      Modified Files:
        pkgsrc/sysutils/xenkernel420: distinfo
        pkgsrc/sysutils/xentools420: distinfo version.mk

      Log Message:
      Update xenkernel420, xentools420 and xenstoretools to version 20260515.

    [7 lines not shown]
VersionDeltaFile
1.4.2.1+4-4sysutils/xenkernel420/distinfo
1.4.2.1+4-4sysutils/xentools420/distinfo
1.3.2.1+4-4sysutils/xentools420/version.mk
+12-123 files

NetBSD/src uA3Zw2Usys/sys atomic.h

   sys/atomic.h: Avoid needless stack spillage with typeof_unqual.

   Using typeof_unqual strips the volatile qualifier on the local
   temporaries, so the compiler doesn't issue store/load cycles for
   access to them.

   PR kern/60272: sys/atomic.h: unnecessary stack spillage
VersionDeltaFile
1.28+16-6sys/sys/atomic.h
+16-61 files

NetBSD/src hvyULO1crypto/external/bsd/openssh/dist sshd-auth.c sshd-session.c

   PR/60270: Jose Luis Duran: Add back accidentally removed probes.
VersionDeltaFile
1.6+7-3crypto/external/bsd/openssh/dist/sshd-auth.c
1.13+5-3crypto/external/bsd/openssh/dist/sshd-session.c
+12-62 files

NetBSD/pkgsrc-wip 6072284g-golf Makefile distinfo

g-golf: Update to 0.8.7

Note that the gtk4 dependency is beyond what pkgsrc provides.  But
this is wip!

** May 2026

*** Noteworthy changes in 0.8.7

**** API missing fix

***** Adding the missing g-value-set-variant api

** May 2026

*** Noteworthy changes in 0.8.6

**** Dependencies


    [21 lines not shown]
DeltaFile
+1-5g-golf/Makefile
+3-3g-golf/distinfo
+4-82 files

NetBSD/pkgsrc U06rDP9geography/viking Makefile

   geography/viking: Store upstream issue URL for nettle use
VersionDeltaFile
1.165+2-2geography/viking/Makefile
+2-21 files

NetBSD/pkgsrc 1PR95Ptgeography/viking Makefile

   geography/viking: Disable nettle because of withdrawal of md5-compat.h
VersionDeltaFile
1.164+6-2geography/viking/Makefile
+6-21 files

NetBSD/pkgsrc WnqrT4fmk/misc locking.mk

   mk/locking.mk: simplify sanity check

   The .for loop made the code unnecessarily difficult to read and more
   expensive to execute.

   While here, use full pathnames in the error messages.
VersionDeltaFile
1.2+16-25mk/misc/locking.mk
+16-251 files

NetBSD/pkgsrc 7qRaKfYdoc CHANGES-2026

   doc: Updated geography/py-gnssutils to 1.2.1
VersionDeltaFile
1.3061+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mMv3JSbgeography/py-gnssutils Makefile distinfo

   geography/py-gnssutils: Update to 1.2.1

   packaging: Align deps to pyproject.toml more.

   Upstream NEWS: bugfixes
VersionDeltaFile
1.9+8-10geography/py-gnssutils/Makefile
1.6+4-4geography/py-gnssutils/distinfo
+12-142 files

NetBSD/pkgsrc Gzq1MhWdoc CHANGES-2026

   doc: Updated geography/py-ubxutils to 1.0.6
VersionDeltaFile
1.3060+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc zQBtyRNgeography/py-ubxutils distinfo Makefile

   geography/py-ubxutils: Update to 1.0.6

   ENHANCMENTS:

   1. Allow mixed file formats (ubx & txt) in ubxcompare - addresses feature request https://github.com/semuconsulting/pyubxutils/issues/10
VersionDeltaFile
1.3+4-4geography/py-ubxutils/distinfo
1.5+4-3geography/py-ubxutils/Makefile
+8-72 files

NetBSD/pkgsrc MeODs9csysutils/xenkernel418 distinfo, sysutils/xentools418 version.mk distinfo

   Pullup ticket #7113 - requested by bouyer
   sysutils/xen{kernel,tools}418: security fix

   Revisions pulled up:
   - sysutils/xenkernel418/distinfo                                1.11
   - sysutils/xentools418/distinfo                                 1.11
   - sysutils/xentools418/version.mk                               1.8

   ---
      Module Name:      pkgsrc
      Committed By:     bouyer
      Date:             Sat May 16 09:29:59 UTC 2026

      Modified Files:
        pkgsrc/sysutils/xenkernel418: distinfo
        pkgsrc/sysutils/xentools418: distinfo version.mk

      Log Message:
      Update xenkernel418 and xentools418 to version 20260515.

    [6 lines not shown]
VersionDeltaFile
1.7.2.1+5-5sysutils/xentools418/version.mk
1.10.2.1+4-4sysutils/xenkernel418/distinfo
1.10.2.1+4-4sysutils/xentools418/distinfo
+13-133 files

NetBSD/pkgsrc sIcYbQ3doc pkg-vulnerabilities

   doc/pkg-vulnerabilities: glslang alarm fine-tuning

   CVE-2025-3010: fixed in 1.4.350.0
   https://github.com/KhronosGroup/glslang/pull/4169
   https://github.com/KhronosGroup/glslang/pull/4207
VersionDeltaFile
1.763+2-2doc/pkg-vulnerabilities
+2-21 files

NetBSD/pkgsrc rj9T4ukchat/quassel-core Makefile, chat/quassel-core/files quasselcore.sh

   quassel-core: fix typo in rc script
VersionDeltaFile
1.2+3-1chat/quassel-core/Makefile
1.2+1-1chat/quassel-core/files/quasselcore.sh
+4-22 files

NetBSD/pkgsrc RuqMW6Xdoc CHANGES-2026

   Updated sysutils/xenkernel418 to 20260515
   Updated sysutils/xentools418 to 20260515
   Updated sysutils/xenkernel420 to 20260515
   Updated sysutils/xentools420 to 20260515
   Updated sysutils/xenstoretools to 20260515
VersionDeltaFile
1.3059+6-1doc/CHANGES-2026
+6-11 files

NetBSD/pkgsrc mWSs2Pxsysutils/xenkernel420 distinfo, sysutils/xentools420 distinfo version.mk

   Update xenkernel420, xentools420 and xenstoretools to version 20260515.
   Changes since 20260317:
   Fix XSA-483 / CVE-2026-23556
   Fix XSA-484 / CVE-2026-23557
   Fix XSA-486 / CVE-2026-23558
   Fix XSA-488 / CVE-2025-54505
   Fix XSA-490 / CVE-2025-54518
   And other minor fixes and hardenings
VersionDeltaFile
1.5+4-4sysutils/xenkernel420/distinfo
1.5+4-4sysutils/xentools420/distinfo
1.4+4-4sysutils/xentools420/version.mk
+12-123 files

NetBSD/pkgsrc 8PlYVDYsysutils/xenkernel418 distinfo, sysutils/xentools418 version.mk distinfo

   Update xenkernel418 and xentools418 to version 20260515.
   Changes since 20260317:
   Fix XSA-488 / CVE-2025-54505
   Fix XSA-483 / CVE-2026-23556
   Fix XSA-484 / CVE-2026-23557
   Fix XSA-486 / CVE-2026-23558
   Fix XSA-490 / CVE-2025-54518
VersionDeltaFile
1.8+5-5sysutils/xentools418/version.mk
1.11+4-4sysutils/xenkernel418/distinfo
1.11+4-4sysutils/xentools418/distinfo
+13-133 files

NetBSD/pkgsrc 1uuysR9devel/doxygen Makefile

   doxygen: use system provided libraries
VersionDeltaFile
1.207+8-2devel/doxygen/Makefile
+8-21 files

NetBSD/pkgsrc AjomCr7doc CHANGES-2026

   Updated multimedia/gstreamer1
VersionDeltaFile
1.3058+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6yrBu1umultimedia/gst-plugins1-bad PLIST, multimedia/gst-plugins1-base distinfo

   gstreamer1: updated to 1.28.3

   GStreamer 1.28.3 stable bug fix release

   Highlighted bugfixes:

   Various security fixes and playback fixes
   applemedia: vtdec stability, MoltenVK integration and planar video format handling fixes
   audioresample: Fix regression on armv7hf
   bpmdetect: Fixes for stereo and multi-channel modes
   devicemonitor: wait for start thread to finish when listing devices so all the info is there for e.g. v4l2 provider
   fallbacksrc: Add fallback-source and enable-dummy properties
   nvidia: fix cudaconvert performance regression and nvdec device creation regression
   opengl: add GBRA swizzle support, and fix glcolorconvert vertical flip issue on crop
   rtspsrc: include user-agent property in HTTP tunnel requests and fix mikey regression
   threadshare: add leaky mode to dataqueue-based elements
   v4l2: fix negotiation error when trying to force stateful decoders to output dmabufs
   webrtcsink: Add support imx8mp vpuenc_hevc hardware H.265 encoder
   cerbero: Extend gst-plugins-rs melding to Darwin platforms for smaller binary sizes and static linking improvements

    [3 lines not shown]
VersionDeltaFile
1.32+1-14multimedia/gst-plugins1-bad/PLIST
1.37+4-4net/gst-rtsp-server/distinfo
1.84+4-4multimedia/gst-plugins1-base/distinfo
1.40+4-4multimedia/gst-plugins1-editing-services/distinfo
1.80+4-4multimedia/gst-plugins1-good/distinfo
1.75+4-4multimedia/gst-plugins1-ugly/distinfo
+21-349 files not shown
+41-5815 files

NetBSD/pkgsrc xxLYh44doc TODO

   doc/TODO: + netatalk-4.4.3.
VersionDeltaFile
1.27261+2-1doc/TODO
+2-11 files