NetBSD/pkgsrc-wip 03bd752waybar Makefile

waybar: fix pathes after imports
DeltaFile
+2-3waybar/Makefile
+2-31 files

NetBSD/pkgsrc-wip 6ad7a17freetds distinfo Makefile

freetds: update to 1.5.16
DeltaFile
+3-3freetds/distinfo
+1-1freetds/Makefile
+4-42 files

NetBSD/pkgsrc-wip e2eab8axrdp TODO

xrdp: Add recent CVEs
DeltaFile
+2-1xrdp/TODO
+2-11 files

NetBSD/pkgsrc-wip 62a2ca4serendipity TODO

serendipity: Add recent CVEs
DeltaFile
+1-1serendipity/TODO
+1-11 files

NetBSD/pkgsrc-wip 40ad7a3py-keras TODO

py-keras: Add recent CVEs
DeltaFile
+1-1py-keras/TODO
+1-11 files

NetBSD/pkgsrc-wip 059599cowntone TODO

owntone: Add recent CVEs
DeltaFile
+2-2owntone/TODO
+2-21 files

NetBSD/pkgsrc-wip c93729bnix TODO

nix: Add recent CVEs
DeltaFile
+3-0nix/TODO
+3-01 files

NetBSD/pkgsrc-wip df0e5ddminio TODO

minio: Add recent CVEs
DeltaFile
+1-1minio/TODO
+1-11 files

NetBSD/pkgsrc-wip 9ecc757kibana TODO

kibana: Add recent CVEs
DeltaFile
+3-2kibana/TODO
+3-21 files

NetBSD/pkgsrc-wip b840e5fkamailio TODO

kamailio: Add recent CVEs
DeltaFile
+3-0kamailio/TODO
+3-01 files

NetBSD/pkgsrc-wip 6819edffirebird TODO

firebird: Add recent CVEs
DeltaFile
+9-0firebird/TODO
+9-01 files

NetBSD/pkgsrc-wip 5f6f6eajj-fzf Makefile PLIST

jj-fzf: make some progress, note new error
DeltaFile
+28-3jj-fzf/Makefile
+15-0jj-fzf/PLIST
+2-2jj-fzf/TODO
+45-53 files

NetBSD/pkgsrc-wip fdf721erust195-bin Makefile distinfo, rust195-bin/files install.sh

rust195-bin: add a package corresponding to rust195.
DeltaFile
+971-0rust195-bin/files/install.sh
+309-0rust195-bin/Makefile
+56-0rust195-bin/distinfo
+17-0rust195-bin/DESCR
+13-0rust195-bin/buildlink3.mk
+1,366-05 files

NetBSD/pkgsrc-wip dc8f911jj-fzf distinfo TODO

jj-fzf: update to 0.38.0

Unfortunately, this crashes on startup for me. I put the error message into
the TODO file.
DeltaFile
+3-3jj-fzf/distinfo
+3-0jj-fzf/TODO
+1-1jj-fzf/Makefile
+7-43 files

NetBSD/pkgsrc-wip 3c04956tangled distinfo go-modules.mk, tangled-git distinfo go-modules.mk

tangled: replace tangled-git with package for latest tag
DeltaFile
+2,228-0tangled/distinfo
+0-2,225tangled-git/distinfo
+0-743tangled-git/go-modules.mk
+743-0tangled/go-modules.mk
+20-0tangled/Makefile
+0-19tangled-git/Makefile
+2,991-2,9875 files not shown
+3,001-2,99611 files

NetBSD/pkgsrc-wip 5419d28webkit-gtk60 distinfo, webkit-gtk60/patches patch-Source_JavaScriptCore_runtime_DefinePropertyAttributes.h patch-Source_WebCore_style_values_non-standard_StyleWebKitBoxReflect.h

webkit-gtk60: start update to 2.52.3

still needs more patches
DeltaFile
+34-0webkit-gtk60/patches/patch-Source_JavaScriptCore_runtime_DefinePropertyAttributes.h
+26-0webkit-gtk60/patches/patch-Source_WebCore_style_values_non-standard_StyleWebKitBoxReflect.h
+25-0webkit-gtk60/patches/patch-Source_WebCore_css_values_CSSValueAggregates.h
+0-25webkit-gtk60/patches/patch-Source_JavaScriptCore_bytecode_InlineCacheCompiler.h
+24-0webkit-gtk60/patches/patch-Source_WebCore_loader_cache_CachedResource.h
+6-4webkit-gtk60/distinfo
+115-291 files not shown
+116-307 files

NetBSD/pkgsrc-wip 3133cd3webkit-gtk distinfo PLIST, webkit-gtk/patches patch-Source_JavaScriptCore_bytecode_InlineCacheCompiler.h

webkit-gtk: update to 2.52.3
DeltaFile
+0-25webkit-gtk/patches/patch-Source_JavaScriptCore_bytecode_InlineCacheCompiler.h
+3-4webkit-gtk/distinfo
+2-2webkit-gtk/PLIST
+1-1webkit-gtk/Makefile
+6-324 files

NetBSD/pkgsrc-wip f2fe540zino distinfo Makefile

zino: update to version 2.5.0.

Pkgsrc changes:
 * version-bump + checksums.
 * Require 0.2.0 of py-netsnmp-cffi.

Upstream changes:

 - Added support for receiving SNMP traps through a straps or
   nmtrapd trap multiplexer as an alternative to direct UDP binding
   (for maximum compatibility with existing Zino 1 deployments) (#362)

 - The minimum required version of netsnmp-cffi is now 0.2.0. (#362)
DeltaFile
+3-3zino/distinfo
+2-2zino/Makefile
+3-0zino/PLIST
+8-53 files

NetBSD/pkgsrc-wip bfc2979syncstorage-rs distinfo cargo-depends.mk, syncstorage-rs/files setup.md

syncstorage-rs: import from pkgsrc
DeltaFile
+1,289-0syncstorage-rs/distinfo
+429-0syncstorage-rs/cargo-depends.mk
+118-0syncstorage-rs/files/setup.md
+63-0syncstorage-rs/Makefile
+51-0syncstorage-rs/patches/patch-syncstorage-mysql_src_diesel__ext.rs
+24-0syncstorage-rs/patches/patch-syncstorage-mysql_src_models.rs
+1,974-05 files not shown
+2,005-011 files

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

rust195: Add a package for rust 1.95.0.

Pkgsrc changes:
 * Update version & checksums, and adapt to new libc crate included.

Upstream changes relative to 1.94.1:

Version 1.95 (2026-04-16)
==========================

Language
--------
- [Stabilize `if let` guards on match arms]
  (https://github.com/rust-lang/rust/pull/141295)
- [`irrefutable_let_patterns` lint no longer lints on let chains]
  (https://github.com/rust-lang/rust/pull/146832)
- [Support importing path-segment keywords with renaming]
  (https://github.com/rust-lang/rust/pull/146972)
- [Stabilize inline assembly for PowerPC and PowerPC64]

    [185 lines not shown]
DeltaFile
+821-0rust195/Makefile
+215-0rust195/files/gcc-wrap
+187-0rust195/distinfo
+128-0rust195/patches/patch-vendor_memchr-2.7.4_src_memchr.rs
+121-0rust195/cargo.mk
+117-0rust195/options.mk
+1,589-083 files not shown
+4,352-089 files

NetBSD/pkgsrc-wip 273c3a7webkit-gtk60 PLIST Makefile, webkit-gtk60/patches patch-Source_bmalloc_bmalloc_AvailableMemory.cpp

webkit-gtk60: enable GTK4 builds for webkit-gtk.
DeltaFile
+1,711-0webkit-gtk60/PLIST
+230-0webkit-gtk60/Makefile
+101-0webkit-gtk60/patches/patch-Source_bmalloc_bmalloc_AvailableMemory.cpp
+65-0webkit-gtk60/options.mk
+42-0webkit-gtk60/distinfo
+40-0webkit-gtk60/buildlink3.mk
+2,189-039 files not shown
+2,932-045 files

NetBSD/pkgsrc-wip 6028138gotop distinfo go-modules.mk

gotop: update with patched gopsutil.
DeltaFile
+9-9gotop/distinfo
+2-2gotop/go-modules.mk
+1-1gotop/Makefile
+12-123 files

NetBSD/pkgsrc-wip 5f0167cfoliate PLIST Makefile

foliate: Update to 3.3.0

But this required webkitgtk-6.0, hence the bump is in wip.
DeltaFile
+39-0foliate/PLIST
+36-0foliate/Makefile
+8-0foliate/distinfo
+3-0foliate/TODO
+2-0foliate/DESCR
+88-05 files

NetBSD/pkgsrc-wip d7f6e3fcingg-netbsd PLIST Makefile

cingg-netbsd: update to 20260331
DeltaFile
+21-1cingg-netbsd/PLIST
+10-10cingg-netbsd/Makefile
+3-3cingg-netbsd/distinfo
+34-143 files

NetBSD/pkgsrc-wip b447445oatbar distinfo cargo-depends.mk

oatbar: fix build, remove and import into main
DeltaFile
+0-1,370oatbar/distinfo
+0-457oatbar/cargo-depends.mk
+0-44oatbar/Makefile
+0-9oatbar/TODO
+0-7oatbar/PLIST
+0-2oatbar/DESCR
+0-1,8891 files not shown
+0-1,8907 files

NetBSD/pkgsrc-wip ae5f7f2gjs Makefile distinfo

gjs: fix the build and bump patch version.
DeltaFile
+6-1gjs/Makefile
+3-3gjs/distinfo
+9-42 files

NetBSD/pkgsrc-wip 01fcca5oatbar TODO

oatbar: link to upstream bug report
DeltaFile
+4-0oatbar/TODO
+4-01 files

NetBSD/pkgsrc-wip f3d3a47. Makefile, lua-cffi Makefile COMMIT_MSG

lua-cffi: remove, imported to pkgsrc
DeltaFile
+0-23lua-cffi/Makefile
+0-10lua-cffi/COMMIT_MSG
+0-8lua-cffi/DESCR
+0-5lua-cffi/distinfo
+0-2lua-cffi/PLIST
+0-1Makefile
+0-496 files

NetBSD/pkgsrc-wip c8e3754lua-cffi Makefile distinfo

lua-cffi: update to 0.2.4.
DeltaFile
+4-3lua-cffi/Makefile
+3-3lua-cffi/distinfo
+7-62 files

NetBSD/pkgsrc-wip 124aa18. TODO, resterm distinfo go-modules.mk

resterm: update to latest version, doesn't build

../.gopath/pkg/mod/modernc.org/sqlite at v1.39.0/lib/sqlite_netbsd_amd64.go:112447:5: mu.enter undefined (type mutex has no field or method enter)
../.gopath/pkg/mod/modernc.org/sqlite at v1.39.0/lib/sqlite_netbsd_amd64.go:112448:11: mu.leave undefined (type mutex has no field or method leave)
DeltaFile
+357-69resterm/distinfo
+118-22resterm/go-modules.mk
+7-1resterm/TODO
+0-2TODO
+1-1resterm/Makefile
+483-955 files