NetBSD/pkgsrc-wip 408b237tfkiss distinfo MESSAGE

ham/tfkiss: Update to 1.3.2

Upstream is now a maintained fork at https://github.com/kq6up/tfkiss.
The original site is gone and there had been no release since 1.2.4
in 2000.

Upstream changes since 1.2.4:

  - 64-bit correctness.  Fixed pointer truncation in call_to_ip() and
    next_addr(), an incorrect socklen_t definition, inet_addr()
    comparisons against -1 rather than INADDR_NONE, incorrect signal
    handler signatures, an argument order bug in dump_ax25frame(), and
    a missing return after a full routing table that permitted an
    out-of-bounds write.  Fixed an MBHEAD/MB struct size mismatch that
    broke the firmware's buffer allocator on LP64 systems.

  - All K&R function definitions converted to ANSI C prototypes.
    Deprecated bzero() replaced with memset().  Unbounded string
    operations replaced with bounded equivalents.

    [38 lines not shown]
DeltaFile
+57-0tfkiss/COMMIT_MSG
+19-15tfkiss/DESCR
+22-9tfkiss/Makefile
+10-9tfkiss/PLIST
+0-16tfkiss/MESSAGE
+3-3tfkiss/distinfo
+111-526 files

NetBSD/pkgsrc-wip 1db506ccyclone distinfo, cyclone/patches patch-scheme_base.sld

wip/cyclone: Fix copying of empty bytevectors

Pull request: https://github.com/justinethier/cyclone/pull/565
DeltaFile
+17-3cyclone/patches/patch-scheme_base.sld
+1-1cyclone/distinfo
+18-42 files

NetBSD/pkgsrc-wip df9f4f1bgpipe distinfo go-modules.mk

bgpipe: Add bgpipe-0.22.0
DeltaFile
+224-0bgpipe/distinfo
+75-0bgpipe/go-modules.mk
+48-0bgpipe/COMMIT_MSG
+20-0bgpipe/Makefile
+19-0bgpipe/DESCR
+2-0bgpipe/PLIST
+388-01 files not shown
+389-07 files

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

Update misc/CodeWhale to v.0.9.1.
DeltaFile
+156-36CodeWhale/distinfo
+51-11CodeWhale/cargo-depends.mk
+1-1CodeWhale/Makefile
+208-483 files

NetBSD/pkgsrc-wip 2fcba0afresh distinfo Makefile

Update editors/fresh to v.0.4.5
DeltaFile
+33-3fresh/distinfo
+11-1fresh/Makefile
+10-0fresh/cargo-depends.mk
+2-2fresh/COMMIT_MSG
+56-64 files

NetBSD/pkgsrc-wip d97e6d7waybar distinfo Makefile, waybar/patches patch-src_util_icon__loader.cpp patch-meson.build

waybar: fix ctype usage, add missing conf file
DeltaFile
+15-0waybar/patches/patch-src_util_icon__loader.cpp
+0-12waybar/patches/patch-meson.build
+3-2waybar/distinfo
+5-0waybar/Makefile
+1-1waybar/patches/patch-src_modules_battery.cpp
+1-0waybar/PLIST
+25-156 files

NetBSD/pkgsrc-wip 027d392libssh Makefile options.mk, libssh/patches patch-tests_CMakeLists.txt

libssh: start update to 0.12.1 and note blocker
DeltaFile
+34-0libssh/Makefile
+33-0libssh/options.mk
+26-0libssh/buildlink3.mk
+22-0libssh/TODO
+18-0libssh/patches/patch-tests_CMakeLists.txt
+17-0libssh/PLIST
+150-06 files not shown
+210-012 files

NetBSD/pkgsrc-wip 9c64290dpbox distinfo Makefile

dpbox: update to 6.1.4, no patches required
DeltaFile
+3-5dpbox/distinfo
+4-4dpbox/Makefile
+7-92 files

NetBSD/pkgsrc-wip 53366a0dpbox distinfo, dpbox/patches patch-bl

dpbox: update to 6.1.4, no patches required
DeltaFile
+0-30dpbox/patches/patch-bl
+1-0dpbox/distinfo
+1-302 files

NetBSD/pkgsrc-wip 56ab322rust197 Makefile, rust197/patches patch-vendor_memchr-2.7.4_src_vector.rs patch-vendor_memchr-2.7.4_src_arch_aarch64_mod.rs

rust197: complete the transition to the "new fix" for the memchr crate.

Apply the vector.rs patch consistently also to the 2.7.4 memchr crate,
so that we do not get checksum conflicts for files in newer crates
which are un-changed from 2.7.4 with the older set of patches.

Should complete the fix of https://github.com/rust-lang/rust/issues/159919.
DeltaFile
+0-128rust197/patches/patch-vendor_memchr-2.7.4_src_memchr.rs
+0-78rust197/patches/patch-vendor_memchr-2.7.4_src_memmem_searcher.rs
+0-24rust197/patches/patch-vendor_memchr-2.7.4_src_arch_aarch64_memchr.rs
+0-15rust197/patches/patch-vendor_memchr-2.7.4_src_arch_aarch64_mod.rs
+0-11rust197/patches/patch-vendor_memchr-2.7.4_src_vector.rs
+1-9rust197/Makefile
+1-2651 files not shown
+2-2707 files

NetBSD/pkgsrc-wip dd4789ezoneminder Makefile PLIST, zoneminder/files httpd-zoneminder.conf README-pkgsrc.md

zoneminder: Add upgrade candidate to 1.38.3
DeltaFile
+8,745-0zoneminder/PLIST
+378-0zoneminder/Makefile
+151-0zoneminder/files/README-pkgsrc.md
+96-0zoneminder/files/httpd-zoneminder.conf
+51-0zoneminder/patches/patch-scripts_zm_in
+44-0zoneminder/patches/patch-CMakeLists.txt
+9,465-014 files not shown
+9,765-020 files

NetBSD/pkgsrc-wip d6ee328rust197-bin distinfo

rust197-bin: re-compute after fixed aarch64eb binaries uploaded.
DeltaFile
+3-3rust197-bin/distinfo
+3-31 files

NetBSD/pkgsrc-wip 4d82250rust197 Makefile, rust197/patches patch-vendor_memchr-2.7.4_src_vector.rs patch-vendor_memchr-2.7.2_src_vector.rs

rust197: add patches so that this works on NetBSD/aarch64eb again.

Pkgsrc changes:
 * Add patches to the newer memchr crates so that it also
   works on big-endian aarch64.

   Patch from https://github.com/BurntSushi/memchr/pull/222,
   fixes https://github.com/rust-lang/rust/issues/159919.

   (So eventually these patches may be removed once the older
   memchr crates are retired by the rust compiler.)

 * Checksums + checksum substitutions.
DeltaFile
+34-0rust197/patches/patch-vendor_memchr-2.7.2_src_vector.rs
+34-0rust197/patches/patch-vendor_memchr-2.8.0_src_vector.rs
+34-0rust197/patches/patch-vendor_memchr-2.7.6_src_vector.rs
+34-0rust197/patches/patch-vendor_memchr-2.7.5_src_vector.rs
+30-0rust197/patches/patch-vendor_memchr-2.7.4_src_vector.rs
+9-0rust197/Makefile
+175-01 files not shown
+180-17 files

NetBSD/pkgsrc-wip 4bcc402rust197 options.mk

rust197: add an explicit test for "new enough LLVM" to options.mk.

This is so that an attempt at building with an older already-installed
llvm will fail much earlier than long into the rustc build.  Leave a
comment where to look for the LLVM requirement in the code.
DeltaFile
+6-0rust197/options.mk
+6-01 files

NetBSD/pkgsrc-wip 9b4f09egdsreader distinfo Makefile

(cad/gdsreader) Try to fix RELRO issue
DeltaFile
+2-1gdsreader/distinfo
+2-0gdsreader/Makefile
+4-12 files

NetBSD/pkgsrc-wip 3f2a722py-pre-commit distinfo COMMIT_MSG

py-pre-commit: update to 4.6.1

Fixes

* Install language: node hooks via git.
  * Fixes npm 12.x compatibility
* Set JULIA_DEPOT_PATH for language: julia.
* Produce error on mistyped --repo for pre-commit autoupdate.
* Improve performance of commit existence check in pre-push.
* Avoid duplicating conflicted filenames during pre-commit run --all-files.
DeltaFile
+3-3py-pre-commit/distinfo
+1-1py-pre-commit/COMMIT_MSG
+1-1py-pre-commit/Makefile
+0-2py-pre-commit/PLIST
+5-74 files

NetBSD/pkgsrc-wip 5b8cebdbats-core Makefile COMMIT_MSG

bats-core: update to 1.14.0

Added:

* --errexit flag to enable errexit (set -e) behavior for commands run in
  run
* pretty formatter: add non-interactive, color-only mode for CI
  environments

Fixed:

* junit formatter:
  * avoid interference between env and internals
  * remove control characters (\x00-\x08\x0B\x0C\x0E-\x1F)
  * don't report (skipped) last test as failed when teardown_suite
    generates FD3 output
  * fix(junit-formatter): skipped tests outputs reported as
* fix failures with --gather-test-outputs-in when tests change directory
* run now honors set -e in your functions

    [20 lines not shown]
DeltaFile
+3-3bats-core/distinfo
+1-1bats-core/Makefile
+1-1bats-core/COMMIT_MSG
+5-53 files

NetBSD/pkgsrc-wip 46809ccflux2 Makefile go-modules.mk, flux2/patches patch-go.mod patch-go.sum

flux2: Update to 2.9.3

Changes:
Flux v2.9.0 is a feature release. Users are encouraged to upgrade for
the best experience.

For a compressive overview of new features and API changes included in
this release, please refer to the Announcing Flux 2.9 GA blog post:
<https://fluxcd.io/blog/2026/06/flux-v2.9.0/>

Overview of the new features:

- Flux CLI Plugin System with the Mirror and Schema plugins (flux plugin)
- Server-Side Apply field ignore rules for fine-grained drift control (Kustomization)
- SOPS decryption with the Age post-quantum cipher (Kustomization)
- Kubernetes Workload Identity authentication for OpenBao and Vault (Kustomization)
- Helm post-render strategies, including chart hooks support (HelmRelease)
- Literal mode for Helm values references mirroring helm --set-literal (HelmRelease)
- Allow empty kind in CEL health check expressions (Kustomization, HelmRelease)

    [8 lines not shown]
DeltaFile
+878-800flux2/distinfo
+291-265flux2/go-modules.mk
+6-6flux2/patches/patch-go.sum
+3-3flux2/patches/patch-go.mod
+1-1flux2/Makefile
+1,179-1,0755 files

NetBSD/pkgsrc-wip a13151fcrush Makefile go-modules.mk

crush: Update to 0.87.0

Changelog
New!
*       6f8a7fe: feat(client): reconnect the event stream after it drops (@meowgorithm)
*       d291d9f: feat(cmd): add --channels opt-in flag for MCP channel servers (@joestump)
*       37fc995: feat(mcp): OAuth 2.1 authorization for HTTP MCP servers (@taciturnaxolotl)
*       1588ae8: feat(mcp): SSE OAuth, metadata fixups, and resource param stripping (@taciturnaxolotl)
*       d338af8: feat(mcp): add OAuth support for HTTP MCP servers (@joestump)
*       a1cf002: feat(mcp): detect claude/channel capability and receive channel messages (@joestump)
*       b238696: feat(ui): tell a lost connection apart from an uninitialized agent (@meowgorithm)
Fixed
*       fbf5934: fix(agent): close dispatch completion-boundary cancel race (@joestump-agent)
*       ae9257b: fix(agent): serialize in-process run dispatch to prevent concurrent turns (@joestump)
*       a09cb36: fix(backend): log channel flag mismatch on duplicate workspace creation (@joestump-agent)
*       086dc62: fix(client): add MCP prompts to ui in client-server mode (@meowgorithm)
*       ca9ef6a: fix(cmd): make --channels a persistent flag so crush run inherits it (@joestump-agent)
*       213ad79: fix(config): load system-wide config from /etc/crush/crush.json (#2984) (@Muttaqin86)
*       8ccf694: fix(copilot): add additional responses models (#3416) (@nghiant03)

    [24 lines not shown]
DeltaFile
+21-21crush/distinfo
+6-6crush/go-modules.mk
+1-1crush/Makefile
+28-283 files

NetBSD/pkgsrc-wip fcbe982kubeconform Makefile go-modules.mk

kubeconform: Update to 0.8.0

Changes:
- Bug fixes
DeltaFile
+45-27kubeconform/distinfo
+14-8kubeconform/go-modules.mk
+1-1kubeconform/Makefile
+60-363 files

NetBSD/pkgsrc-wip 97a8268freecad Makefile PLIST, freecad/patches patch-cMake_FreeCAD__Helpers_SetupCoin3D.cmake

freecad: Update to 1.1.3

FreeCAD 1.1.3 is a maintenance release in the 1.1.x series. It includes several
security fixes addressing code-execution and other file-handling
vulnerabilities that can be triggered by opening a maliciously crafted FCStd
file. All previously-released versions are affected by one or more of these
issues, so we strongly recommend that all users upgrade, especially anyone who
opens FreeCAD files from untrusted or unknown sources.

What happened to 1.1.2?

Shortly after the release of 1.1.2 we discovered that a bugfix that had been
intended for inclusion in the next release had been inadvertently omitted. It
is not a security bug, so if you've already installed 1.1.2 there is no urgent
need to update to 1.1.3, though the bug is an annoyance (repeated warnings of a
version update when saving a file) so you will likely want to upgrade sooner
rather than later.

What's Changed

    [112 lines not shown]
DeltaFile
+23-0freecad/patches/patch-cMake_FreeCAD__Helpers_SetupCoin3D.cmake
+4-3freecad/distinfo
+4-0freecad/PLIST
+1-1freecad/Makefile
+32-44 files

NetBSD/pkgsrc-wip 92c7aefCoin Makefile PLIST, Coin/patches patch-testsuite_TestSuiteMisc.h

Coin: Update to 4.0.10

Coin 4.0.10

This is a bugfix release.

- Fail gracefully on recursive PROTO definitions.
- Replaced fixed length buffers in parsing functions.
- Increase robustness against malformed SoPath input.
- Reject input with invalid IS mappings.
- Fixed some vulnerabilities reported in GHSA-hcqw-f3m9-mq7p

Coin 4.0.9

This is a bugfix release.

- Skip negative indices in SoIndexedPointSet vertex arrays
- Fix cc_string inline buffer size calculation in string.h
- Remove outdated build files.

    [22 lines not shown]
DeltaFile
+40-0Coin/COMMIT_MSG
+0-16Coin/patches/patch-testsuite_TestSuiteMisc.h
+3-4Coin/distinfo
+2-1Coin/PLIST
+1-1Coin/Makefile
+46-225 files

NetBSD/pkgsrc-wip e615c08hawk-scheme PLIST distinfo, hawk-scheme/patches patch-jitdump.c patch-runtime.c

wip/hawk-scheme: import hawk-0.9 as wip/hawk-scheme

Hawk is a tracing JIT compiler for Scheme.  It includes a bytecode
compiler, runtime, garbage collector, interpreter, trace recorder, and native
code emitters for x86-64 and aarch64.
DeltaFile
+50-0hawk-scheme/patches/patch-CMakeLists.txt
+32-0hawk-scheme/Makefile
+17-0hawk-scheme/patches/patch-runtime.c
+14-0hawk-scheme/patches/patch-jitdump.c
+8-0hawk-scheme/distinfo
+6-0hawk-scheme/PLIST
+127-02 files not shown
+131-08 files

NetBSD/pkgsrc-wip a4efaedhawk-scheme PLIST distinfo, hawk-scheme/patches patch-CMakeLists.txt

wip/hawk-scheme: Fix "hawk --exe" compiler.

The compiler needs clang with the correct library paths.
The executable still needs "paxctl +m", which is not
fixed yet.
DeltaFile
+12-2hawk-scheme/patches/patch-CMakeLists.txt
+9-0hawk-scheme/Makefile
+1-1hawk-scheme/distinfo
+1-0hawk-scheme/PLIST
+23-34 files

NetBSD/pkgsrc-wip 523be46gotosocial Makefile PLIST, gotosocial/files gotosocial.sh

gotosocial: remove, updated in pkgsrc
DeltaFile
+0-1,871gotosocial/distinfo
+0-623gotosocial/go-modules.mk
+0-456gotosocial/PLIST
+0-83gotosocial/Makefile
+0-49gotosocial/files/gotosocial.sh
+0-29gotosocial/files/smf/manifest.xml
+0-3,1114 files not shown
+0-3,14510 files

NetBSD/pkgsrc-wip e59e527gotosocial Makefile

gotosocial: reduce diffs to www/gotosocial

also fixes download, since CODEBERG_TAG now has a particular meaning
DeltaFile
+2-3gotosocial/Makefile
+2-31 files

NetBSD/pkgsrc-wip a23c839lean4 Makefile PLIST, lean4/patches patch-stage0_src_runtime_process.cpp patch-src_runtime_process.cpp

cadical, leantar, lean4: remove, imported to pkgsrc
DeltaFile
+0-14,625lean4/PLIST
+0-215leantar/distinfo
+0-72leantar/cargo-depends.mk
+0-65lean4/Makefile
+0-34lean4/patches/patch-stage0_src_runtime_process.cpp
+0-34lean4/patches/patch-src_runtime_process.cpp
+0-15,04515 files not shown
+0-15,25221 files

NetBSD/pkgsrc-wip 420766alean4 distinfo Makefile, lean4/patches patch-src_Leanc.lean patch-src_lake_Lake_Build_Common.lean

lean4: handle rpaths in lean compiler/build system

Define C++ standard used, use CMake variables instead of manual
post-installation rule. Depend on required gmp version.
DeltaFile
+32-0lean4/patches/patch-src_lake_Lake_Build_Common.lean
+18-3lean4/Makefile
+14-0lean4/patches/patch-src_Leanc.lean
+2-0lean4/distinfo
+66-34 files

NetBSD/pkgsrc-wip 491fb34lean4 PLIST Makefile

lean4: avoid conflict with leantar
DeltaFile
+0-1lean4/PLIST
+1-0lean4/Makefile
+1-12 files

NetBSD/pkgsrc-wip f12bc26burp distinfo Makefile

fix a few ERRORs brought up by pkglint
DeltaFile
+2-1burp/distinfo
+2-0burp/Makefile
+2-0burp/PLIST
+6-13 files