NetBSD/pkgsrc-wip b762b5brust196 Makefile distinfo, rust196/files gcc-wrap

rust196: add a package for rust 1.96.0.

Release notes at https://releases.rs/docs/1.96.0/

Perhaps notable among them are two security fixes to 'cargo':

  https://blog.rust-lang.org/2026/05/25/cve-2026-5222/
and
  https://blog.rust-lang.org/2026/05/25/cve-2026-5223/

rated 'low' (niche requirements) and 'medium' (for users
of third-party crate registries) respectively.
DeltaFile
+830-0rust196/Makefile
+215-0rust196/files/gcc-wrap
+191-0rust196/distinfo
+146-0rust196/cargo.mk
+128-0rust196/patches/patch-vendor_memchr-2.7.4_src_memchr.rs
+117-0rust196/options.mk
+1,627-087 files not shown
+4,365-093 files

NetBSD/pkgsrc-wip 44f9039rust195/patches patch-src_llvm-project_llvm_lib_TargetParser_TargetDataLayout.cpp

rust195: add a draft fix for LLVM data layout for m68k-unknown-netbsd.
DeltaFile
+94-0rust195/patches/patch-src_llvm-project_llvm_lib_TargetParser_TargetDataLayout.cpp
+94-01 files

NetBSD/pkgsrc-wip 1c0165arust195/patches patch-src_llvm-project_llvm_lib_TargetParser_TargetDataLayout.cpp

rust195: No need to duplicate patch (sorry, fat fingers...)
DeltaFile
+0-38rust195/patches/patch-src_llvm-project_llvm_lib_TargetParser_TargetDataLayout.cpp
+0-381 files

NetBSD/pkgsrc-wip 541493crust195 distinfo, rust195/patches patch-compiler_rustc__target_src_spec_targets_m68k__unknown__netbsd.rs

rust195: add settings for new m68k attempt.
DeltaFile
+5-2rust195/patches/patch-compiler_rustc__target_src_spec_targets_m68k__unknown__netbsd.rs
+2-1rust195/distinfo
+7-32 files

NetBSD/pkgsrc-wip 5e81f9c. Makefile, py-extra-platforms PLIST Makefile

py-extra-platforms: add new package
DeltaFile
+62-0py-extra-platforms/PLIST
+24-0py-extra-platforms/Makefile
+5-0py-extra-platforms/distinfo
+5-0py-extra-platforms/DESCR
+2-1Makefile
+98-15 files

NetBSD/pkgsrc-wip cd84a89kibana TODO

kibana: mention that there are more CVEs

Stop keeping track of them.
DeltaFile
+2-1kibana/TODO
+2-11 files

NetBSD/pkgsrc-wip 7255ef1dmarc-report-viewer distinfo cargo-depends.mk, dmarc-report-viewer/files dmarcrepv.sh

wip: Remove dmarc-report-viewer after import
DeltaFile
+0-728dmarc-report-viewer/distinfo
+0-243dmarc-report-viewer/cargo-depends.mk
+0-67dmarc-report-viewer/files/dmarcrepv.sh
+0-47dmarc-report-viewer/Makefile
+0-9dmarc-report-viewer/DESCR
+0-2dmarc-report-viewer/PLIST
+0-1,0962 files not shown
+0-1,0988 files

NetBSD/pkgsrc-wip 3e29360dmarc-report-viewer Makefile, dmarc-report-viewer/files dmarcrepv.sh

wip/dmarc-report-viewer: Add rc script

* Tested on NetBSD/amd64 11.0_RC3.
DeltaFile
+67-0dmarc-report-viewer/files/dmarcrepv.sh
+25-0dmarc-report-viewer/Makefile
+92-02 files

NetBSD/pkgsrc-wip d328db4terrascan TODO

terrascan: Add reference to recent CVEs
DeltaFile
+2-0terrascan/TODO
+2-01 files

NetBSD/pkgsrc-wip e28d111py-apscheduler TODO

py-apscheduler: Add reference to CVE-2026-31072
DeltaFile
+2-0py-apscheduler/TODO
+2-01 files

NetBSD/pkgsrc-wip bed21dbsipp TODO

sipp: Add reference to CVE-2018-25356
DeltaFile
+1-1sipp/TODO
+1-11 files

NetBSD/pkgsrc-wip 6a50aae. Makefile, fsbl-sophgo-cv180x Makefile distinfo

fsbl-sophgo-cv180x: new package
DeltaFile
+50-0fsbl-sophgo-cv180x/Makefile
+13-0fsbl-sophgo-cv180x/patches/patch-make__helpers_build__macros.mk
+6-0fsbl-sophgo-cv180x/distinfo
+3-0Makefile
+2-0fsbl-sophgo-cv180x/DESCR
+2-0fsbl-sophgo-cv180x/PLIST
+76-06 files

NetBSD/pkgsrc-wip e6b3048opensbi-milkv-duo Makefile buildlink3.mk

opensbi-milkv-duo: new package
DeltaFile
+14-0opensbi-milkv-duo/Makefile
+13-0opensbi-milkv-duo/buildlink3.mk
+2-0opensbi-milkv-duo/PLIST
+1-0opensbi-milkv-duo/DESCR
+30-04 files

NetBSD/pkgsrc-wip fa5550bu-boot-milkv-duo Makefile distinfo, u-boot-milkv-duo/patches patch-configs_cvitek__cv1800b__milkv__duo__sd__defconfig

u-boot-milkv-duo: new package
DeltaFile
+25-0u-boot-milkv-duo/Makefile
+21-0u-boot-milkv-duo/patches/patch-configs_cvitek__cv1800b__milkv__duo__sd__defconfig
+6-0u-boot-milkv-duo/distinfo
+5-0u-boot-milkv-duo/DESCR
+4-0u-boot-milkv-duo/PLIST
+61-05 files

NetBSD/pkgsrc-wip 39c1de6fresh COMMIT_MSG

fresh: update COMMIT_MSG for 0.3.9
DeltaFile
+22-10fresh/COMMIT_MSG
+22-101 files

NetBSD/pkgsrc-wip fff7768fresh Makefile

fresh: fix CARGO_INSTALL_ARGS for workspace root

Upstream moved the Cargo workspace root to the repo root in 0.3.9.
CARGO_WRKSRC must stay at the root for correct Cargo.lock discovery,
but cargo install needs --path pointing at the installable crate,
not the virtual workspace manifest.
DeltaFile
+1-0fresh/Makefile
+1-01 files

NetBSD/pkgsrc-wip 414c132fresh Makefile distinfo

fresh: update to 0.3.9

- Bump version from 0.3.8 to 0.3.9
- Update CARGO_WRKSRC from crates/fresh-editor to workspace root
  (upstream moved Cargo.lock to repo root in this release)
- Regenerate distinfo checksums
DeltaFile
+6-6fresh/Makefile
+3-3fresh/distinfo
+9-92 files

NetBSD/pkgsrc-wip 75da186librewolf distinfo Makefile, librewolf/patches patch-modules_fdlibm_src_math__private.h

librewolf: update to 151.0.1
DeltaFile
+0-20librewolf/patches/patch-modules_fdlibm_src_math__private.h
+3-5librewolf/distinfo
+3-3librewolf/Makefile
+6-283 files

NetBSD/pkgsrc-wip 7da8f2bsway distinfo Makefile

sway: update to 1.12
DeltaFile
+3-3sway/distinfo
+1-1sway/Makefile
+4-42 files

NetBSD/pkgsrc-wip 6cd1e2blabwc PLIST Makefile, labwc/files startlabwc.sh.in

Import wayland/labwc
DeltaFile
+60-0labwc/PLIST
+51-0labwc/Makefile
+17-0labwc/files/startlabwc.sh.in
+13-0labwc/patches/patch-docs_meson.build
+11-0labwc/options.mk
+8-0labwc/DESCR
+160-02 files not shown
+167-08 files

NetBSD/pkgsrc-wip ff78140wlroots Makefile

wlroots: switch to udev.buildlink3
DeltaFile
+3-2wlroots/Makefile
+3-21 files

NetBSD/pkgsrc-wip 779ed55labwc distinfo Makefile

labwc: update to 0.20.0
DeltaFile
+3-3labwc/distinfo
+2-2labwc/Makefile
+5-52 files

NetBSD/pkgsrc-wip 35aa6a3sway Makefile PLIST, sway/patches patch-swaybar_tray_icon.c patch-swaybar_i3bar.c

Import wayland/sway
DeltaFile
+48-0sway/patches/patch-swaybar_tray_icon.c
+36-0sway/Makefile
+34-0sway/PLIST
+33-0sway/patches/patch-swaybar_i3bar.c
+30-0sway/patches/patch-sway_tree_workspace.c
+30-0sway/patches/patch-sway_commands.c
+211-013 files not shown
+395-019 files

NetBSD/pkgsrc-wip 745e755wlroots TODO distinfo

wlroots: update to 0.20.1
DeltaFile
+4-2wlroots/TODO
+3-3wlroots/distinfo
+1-1wlroots/Makefile
+8-63 files

NetBSD/pkgsrc-wip 448878fwasi-compiler-rt Makefile

wasi-compiler-rt: tool depend on wip/lld

This has no effect but, seems more correct.
DeltaFile
+1-1wasi-compiler-rt/Makefile
+1-11 files

NetBSD/pkgsrc-wip a5be29ezimh TODO Makefile

zimh: updte to 0.0.0.2026.05.25.00
DeltaFile
+0-6zimh/TODO
+2-2zimh/Makefile
+2-82 files

NetBSD/pkgsrc-wip f6cf298wasi-compiler-rt Makefile

wasi-compiler-rt: fix build
DeltaFile
+2-0wasi-compiler-rt/Makefile
+2-01 files

NetBSD/pkgsrc-wip a1cf750rust195 Makefile distinfo, rust195/files gcc-wrap

Restore Rust-1.95: requested by he@
DeltaFile
+822-0rust195/Makefile
+215-0rust195/files/gcc-wrap
+188-0rust195/distinfo
+146-0rust195/cargo.mk
+128-0rust195/patches/patch-vendor_memchr-2.7.4_src_memchr.rs
+117-0rust195/do-cross.mk
+1,616-085 files not shown
+4,404-091 files

NetBSD/pkgsrc-wip d863dffpy-apache-arrow PLIST Makefile

py-apache-arrow: Update to 24.0.0
DeltaFile
+10-8py-apache-arrow/PLIST
+8-5py-apache-arrow/Makefile
+18-132 files

NetBSD/pkgsrc-wip c8e1255apache-arrow PLIST distinfo

apache-arrow: Update to 24.0.0
DeltaFile
+17-13apache-arrow/PLIST
+6-6apache-arrow/distinfo
+1-1apache-arrow/Makefile
+1-1apache-arrow/version.mk
+25-214 files