NetBSD/src Kx0lkcWexternal/mit/xorg/server/drivers/xf86-video-r128 Makefile

   set HAVE_DEV_WSCONS_WSCONSIO_H
VersionDeltaFile
1.13+2-1external/mit/xorg/server/drivers/xf86-video-r128/Makefile
+2-11 files

NetBSD/pkgsrc TAnThiqdevel/pkgconf distinfo Makefile

   pkgconf: updated to 3.0.3

   Changes from 3.0.2 to 3.0.3:

   * Restore correct handling of sysroots when emulating legacy pkg-config, and
     add explicit regression tests for this case.

   * Fix references to bomtool in spdxtool --help.
     Patch by Pierre Pronchery.

   * Fix various typos in the source code.
     Patch by Christian Clauss.
VersionDeltaFile
1.34+4-4devel/pkgconf/distinfo
1.39+2-2devel/pkgconf/Makefile
+6-62 files

NetBSD/pkgsrc GUfcsinaudio/lame Makefile distinfo, audio/lame/patches patch-frontend_parse.c patch-doc_html_Makefile.in

   lame: fix build + cleanup
VersionDeltaFile
1.1+19-0audio/lame/patches/patch-frontend_parse.c
1.1+15-0audio/lame/patches/patch-doc_html_Makefile.in
1.1+14-0audio/lame/patches/patch-libmp3lame_machine.h
1.98+7-6audio/lame/Makefile
1.36+4-3audio/lame/distinfo
1.7+1-2audio/lame/options.mk
+60-112 files not shown
+62-138 files

NetBSD/pkgsrc xtW7Ycmdevel/cargo-c Makefile

   cargo-c: bump minimum rust version
VersionDeltaFile
1.40+2-2devel/cargo-c/Makefile
+2-21 files

NetBSD/pkgsrc-wip 0455555cargo-c distinfo cargo-depends.mk, cargo-c/patches patch-.._vendor_memchr-2.8.3_src_memchr.rs patch-.._vendor_memchr-2.8.3_src_memmem_searcher.rs

cargo-c: remove, used for updating pkgsrc
DeltaFile
+0-1,265cargo-c/distinfo
+0-420cargo-c/cargo-depends.mk
+0-128cargo-c/patches/patch-.._vendor_memchr-2.8.3_src_memchr.rs
+0-78cargo-c/patches/patch-.._vendor_memchr-2.8.3_src_memmem_searcher.rs
+0-38cargo-c/Makefile
+0-24cargo-c/patches/patch-.._vendor_memchr-2.8.3_src_arch_aarch64_memchr.rs
+0-1,9537 files not shown
+2-2,01413 files

NetBSD/pkgsrc pjgqnrhdoc CHANGES-2026

   doc: Updated devel/cargo-c to 0.10.24
VersionDeltaFile
1.4481+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nbMOBwPdevel/cargo-c distinfo cargo-depends.mk, devel/cargo-c/patches patch-.._vendor_memchr-2.8.3_src_memchr.rs patch-.._vendor_memchr-2.8.3_src_memmem_searcher.rs

   devel/cargo-c: update to 0.10.24

   From pin@ via wip.

    - cargo 0.98
    - itertools 0.15
VersionDeltaFile
1.32+418-526devel/cargo-c/distinfo
1.29+136-172devel/cargo-c/cargo-depends.mk
1.1+128-0devel/cargo-c/patches/patch-.._vendor_memchr-2.8.3_src_memchr.rs
1.1+78-0devel/cargo-c/patches/patch-.._vendor_memchr-2.8.3_src_memmem_searcher.rs
1.1+24-0devel/cargo-c/patches/patch-.._vendor_memchr-2.8.3_src_arch_aarch64_memchr.rs
1.1+15-0devel/cargo-c/patches/patch-.._vendor_zeroize-1.9.0_src_lib.rs
+799-6989 files not shown
+837-70615 files

NetBSD/src rYwi2JBsys/arch/arm/arm disksubr.c

   Remove unused variable.
VersionDeltaFile
1.30+3-3sys/arch/arm/arm/disksubr.c
+3-31 files

NetBSD/pkgsrc sy5YBLSx11/ocaml-lablgtk3 Makefile

   ocaml-lablgtk3: try fixing install on Darwin

   ok adam@
VersionDeltaFile
1.49+12-1x11/ocaml-lablgtk3/Makefile
+12-11 files

NetBSD/pkgsrc pOv4nxOdoc CHANGES-2026

   Updated lang/py-mypy, misc/py-narwhals, textproc/py-regex, devel/py-kafka-python
VersionDeltaFile
1.4480+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc 8nimMNSdevel/py-kafka-python distinfo Makefile

   py-kafka-python: updated to 3.0.8

   3.0.8 (Jul 9, 2026)

   Fixes
   * transport: Fix TLS SNI when `ssl_check_hostname=False`

   3.0.7 (Jun 28, 2026)

   Fixes
   * transport: cancel pending io coroutines on close()
   * producer: fix stalled shutdown when brokers unreachable

   3.0.6 (Jun 25, 2026)

   Fixes
   * consumer: track current leader epoch in addition to record epoch
VersionDeltaFile
1.6+4-4devel/py-kafka-python/distinfo
1.5+2-2devel/py-kafka-python/Makefile
+6-62 files

NetBSD/pkgsrc wStcv0stextproc/py-regex distinfo Makefile

   py-regex: updated to 2026.7.10

   2026.7.10

   Clarified that the POSIX flag makes it look for only the longest overall match.

   Git issue 606: `regex`'s compiled-pattern cache eviction is not free-threading-safe
VersionDeltaFile
1.72+4-4textproc/py-regex/distinfo
1.76+2-2textproc/py-regex/Makefile
+6-62 files

NetBSD/pkgsrc 9v2RNuKmisc/py-narwhals distinfo Makefile

   py-narwhals: updated to 2.24.0

   2.24.0

   Enhancements

   feat: Widen IntoSchema to accept IntoDType values and (name, dtype) pair sequences
   feat: add nw.list
   feat: Support plugin native objects in is_into_*
   feat: stabilize dtype conversion across pandas, pyarrow, and modin test constructors

   Bug fixes

   fix: avoid potential sql injection in sink_parquet
   fix(pyarrow): Adapt for pyarrow v25.0.0
   fix(ci): sync all dependencies in altair downstream test
   fix: Fix fill_null for Dask with expressions
   fix: avoid potential sql injection for join_asof
   fix assert_equal_data for objects where __eq__ returns non-bool

    [4 lines not shown]
VersionDeltaFile
1.2+4-4misc/py-narwhals/distinfo
1.2+2-2misc/py-narwhals/Makefile
+6-62 files

NetBSD/pkgsrc dXmMhCtlang/py-mypy PLIST distinfo

   py-mypy: updated to 2.3.0

   2.3.0

   The Upcoming Switch to the New Native Parser
   Mypyc Free-threading Memory Safety
   librt.threading: Fast Native Lock Type
   Mypyc: Read-only Final Instance Attributes
VersionDeltaFile
1.47+18-1lang/py-mypy/PLIST
1.68+4-4lang/py-mypy/distinfo
1.74+2-2lang/py-mypy/Makefile
+24-73 files

NetBSD/pkgsrc 9eGbweAdoc CHANGES-2026

   Updated graphics/py-tifffile, databases/py-apsw, time/py-relativetimebuilder, lang/py-asttokens
VersionDeltaFile
1.4479+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc zTywdvWlang/py-asttokens distinfo PLIST

   py-asttokens: updated to 3.0.2

   3.0.2

   Modernize type annotations
   Fix pypy CI by skipping redundant mypy runs on it
   Fix IndexError on source mixing lone CR with LF line endings
   Release modernization, and publish to PyPI from CI via trusted publishing
VersionDeltaFile
1.22+4-4lang/py-asttokens/distinfo
1.7+3-1lang/py-asttokens/PLIST
1.30+2-2lang/py-asttokens/Makefile
+9-73 files

NetBSD/pkgsrc IC5DoMqtime/py-relativetimebuilder distinfo Makefile

   py-relativetimebuilder: updated to 3.0.3

   3.0.3

   Use SPDX license identifier in source files
   Correct Read the Docs configuration to point to Codeberg
   Drop upper bounds on aniso8601 and attotime requirements
   Update supported Python versions to match upstream support status
VersionDeltaFile
1.7+4-4time/py-relativetimebuilder/distinfo
1.9+3-3time/py-relativetimebuilder/Makefile
+7-72 files

NetBSD/pkgsrc KkawOIBdatabases/py-apsw distinfo Makefile

   py-apsw: updated to 3.53.3.1

   3.53.3.1

   Fix an issue that could occur with connections and module unload ordering during finalization.
VersionDeltaFile
1.65+4-4databases/py-apsw/distinfo
1.97+2-2databases/py-apsw/Makefile
+6-62 files

NetBSD/pkgsrc o8UHGSFgraphics/py-tifffile distinfo Makefile

   py-tifffile: updated to 2026.7.14

   2026.7.14

   - Fix series.asxarray returns wrong series for sublevels.
   - Support Huron TIFF series and metadata.
   - Support FLIMage FLIM series and metadata.
   - Support DECTRIS IFD and tags.
   - Allow subsampling with any image compression scheme.
   - Detect DICOM-TIFF dual-personality format.
VersionDeltaFile
1.65+4-4graphics/py-tifffile/distinfo
1.74+2-2graphics/py-tifffile/Makefile
+6-62 files

NetBSD/src aH2xvaVtests/usr.bin/xlint/lint1 c11_generic_expression.c, usr.bin/xlint/lint1 tree.c

   lint: clean up comments
VersionDeltaFile
1.27+4-3tests/usr.bin/xlint/lint1/c11_generic_expression.c
1.716+3-3usr.bin/xlint/lint1/tree.c
+7-62 files

NetBSD/pkgsrc-wip 586fc5ccargo-c distinfo cargo-depends.mk, cargo-c/patches patch-.._vendor_memchr-2.8.3_src_memchr.rs patch-.._vendor_memchr-2.8.3_src_memmem_searcher.rs

cargo-c: add update
DeltaFile
+1,265-0cargo-c/distinfo
+420-0cargo-c/cargo-depends.mk
+128-0cargo-c/patches/patch-.._vendor_memchr-2.8.3_src_memchr.rs
+78-0cargo-c/patches/patch-.._vendor_memchr-2.8.3_src_memmem_searcher.rs
+38-0cargo-c/Makefile
+24-0cargo-c/patches/patch-.._vendor_memchr-2.8.3_src_arch_aarch64_memchr.rs
+1,953-07 files not shown
+2,014-013 files

NetBSD/src wZQhZf6sys/arch/m68k/include pmap_68k.h

   No longer need to provide kvtopte() to generic code.
VersionDeltaFile
1.21+1-2sys/arch/m68k/include/pmap_68k.h
+1-21 files

NetBSD/src upzeh2mexternal/bsd/unbound/etc/rc.d unbound

   /etc/rc.d/unbound: Fix order of migration and trust anchor setup.

   Add some comments explaining the order, and make sure we propagate
   various failures back to the caller.

   Based on a patch by Erik LaBine.

   PR bin/60447: unbound rc.d fails on fresh install before
   configuration migration can run
VersionDeltaFile
1.4+20-9external/bsd/unbound/etc/rc.d/unbound
+20-91 files

NetBSD/src J0Zn7X9tests/kernel/arch/x86 sig_fpu.c

   t_signal_and_fpu: Fix XMM register trashing.

   The units we read from memory into registers are 16 bytes (128 bits)
   each, not 32 bytes (256 bits).

   Fortunately, this mistake didn't prevent the test from generally
   working: reading past the end of our stack frame will just give us
   other garbage that is unlikely to coincide with the register content
   that the interrupted code expects.

   PR kern/60426: Signal handler corrupts AVX (YMM) registers
VersionDeltaFile
1.3+19-19tests/kernel/arch/x86/sig_fpu.c
+19-191 files

NetBSD/src EBUrmbtsys/dev/nvmm/x86 nvmm_x86_svm.c nvmm_x86_vmx.c

   nvmm: Add support for extended CPU state (XSAVE) beyond x87/SSE.

   New machine-dependent x86 vCPU configuration command
   NVMM_VCPU_CONF_XCR0_MASK sets the vCPU's XCR0 mask, that is, the set
   of XSAVE features that the guest sees as supported in the vCPU.  This
   command is advertised by the new machine capability
   NVMM_CAP_ARCH_VCPU_CONF_XCR0_MASK.  (Changing the XCR0 mask after the
   guest has begun execution will clear all extended CPU state for now;
   it is unlikely that hypervisor software will do this anyway.)

   This change doesn't expose the XSAVE area to userland in the comm
   page -- there are already machine-independent members in struct
   nvmm_comm_page at fixed offsets past the machine-dependent state so
   we can't just extend struct nvmm_vcpu_state without breaking the ABI.
   And the XSAVE area may exceed a page, but the address space for the
   virtual machine uvm object packs comm areas in consecutive pages, so
   we can't put it in the comm page at all without breaking the ABI
   another way.


    [10 lines not shown]
VersionDeltaFile
1.96+291-37sys/dev/nvmm/x86/nvmm_x86_svm.c
1.96+291-37sys/dev/nvmm/x86/nvmm_x86_vmx.c
1.25+188-4sys/dev/nvmm/x86/nvmm_x86.c
1.22+7-2sys/dev/nvmm/x86/nvmm_x86.h
+777-804 files

NetBSD/src QvOzfUmtests/kernel/arch/x86 sig_fpu.c

   t_signal_and_fpu: Add test case for AVX-512 ZMM registers.

   PR kern/60426: Signal handler corrupts AVX (YMM) registers
VersionDeltaFile
1.2+202-6tests/kernel/arch/x86/sig_fpu.c
+202-61 files

NetBSD/src rJRhKuxusr.bin/make meta.c

   meta_ignore use :N with .MAKE.META.IGNORE_PATTERNS

   By using :N .MAKE.META.IGNORE_PATTERNS is just a special case
   of .MAKE.META.IGNORE_FILTER and processed the same way.
VersionDeltaFile
1.225+13-17usr.bin/make/meta.c
+13-171 files

NetBSD/pkgsrc D53NH6ddoc CHANGES-2026

   doc: Updated net/tailscale to 1.98.8nb2
VersionDeltaFile
1.4478+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kUeKjqonet/tailscale Makefile, net/tailscale/files tailscaled.sh

   tailscale: Follow hier(7). Improve version reporting.

   Bump PKGREVISION.
VersionDeltaFile
1.1+36-0net/tailscale/patches/patch-paths_paths.go
1.1+36-0net/tailscale/patches/patch-hostinfo_hostinfo__darwin.go
1.1+26-0net/tailscale/patches/patch-paths_paths__unix.go
1.24+13-4net/tailscale/Makefile
1.1+15-0net/tailscale/patches/patch-cmd_tailscaled_tailscaled.go
1.3+8-2net/tailscale/files/tailscaled.sh
+134-61 files not shown
+139-77 files

NetBSD/pkgsrc u6AvzjQdoc TODO

   doc/TODO: + plasma-6.7.3.
VersionDeltaFile
1.27587+2-2doc/TODO
+2-21 files