NetBSD/pkgsrc-wip c869b04. TODO

TODO: + pimsync-0.5.10.
DeltaFile
+1-0TODO
+1-01 files

NetBSD/pkgsrc-wip 3cd21a0pipewire Makefile buildlink3.mk

pipewire: Fix some pkglint
DeltaFile
+1-1pipewire/Makefile
+1-1pipewire/buildlink3.mk
+2-22 files

NetBSD/pkgsrc-wip 25a41b7powerdns COMMIT_MSG distinfo

net/powerdns: Update to version 5.1.1
DeltaFile
+10-0powerdns/COMMIT_MSG
+3-3powerdns/distinfo
+1-1powerdns/Makefile.common
+14-43 files

NetBSD/pkgsrc-wip 28df74brust-beta distinfo Makefile

rust-beta: update to 1.97.0-beta.3
DeltaFile
+3-3rust-beta/distinfo
+2-2rust-beta/Makefile
+5-52 files

NetBSD/pkgsrc-wip 6f7f9b6chromium Makefile

chromium: fix build with wayland support
DeltaFile
+1-0chromium/Makefile
+1-01 files

NetBSD/pkgsrc-wip c521377. TODO, bookokrat distinfo Makefile

bookokrat: update to 0.3.12
DeltaFile
+3-3bookokrat/distinfo
+0-2TODO
+1-1bookokrat/Makefile
+4-63 files

NetBSD/pkgsrc-wip bb9dbd3. TODO, py-zensical distinfo cargo-depends.mk

py-zensical: update to 0.0.44
DeltaFile
+18-3py-zensical/distinfo
+5-0py-zensical/cargo-depends.mk
+1-1py-zensical/Makefile
+0-2TODO
+24-64 files

NetBSD/pkgsrc-wip a7d0bfe. TODO, pitchfork distinfo cargo-depends.mk

pitchfork: update to 2.12.1
DeltaFile
+0-464pitchfork/patches/patch-src_boot__manager.rs
+108-115pitchfork/distinfo
+35-37pitchfork/cargo-depends.mk
+20-10pitchfork/DESCR
+1-1pitchfork/Makefile
+0-1TODO
+164-6286 files

NetBSD/pkgsrc-wip 5341a76powerdns-recursor distinfo cargo-depends.mk, powerdns-recursor/files/smf manifest.xml pdns_recursor.sh

powerdns-recursor: remove, imported to pkgsrc
DeltaFile
+0-301powerdns-recursor/distinfo
+0-100powerdns-recursor/cargo-depends.mk
+0-51powerdns-recursor/Makefile
+0-30powerdns-recursor/files/smf/manifest.xml
+0-24powerdns-recursor/patches/patch-rec-rust-lib_rust_Makefile.am
+0-24powerdns-recursor/files/smf/pdns_recursor.sh
+0-5306 files not shown
+0-60012 files

NetBSD/pkgsrc-wip 390b929. TODO, crush Makefile go-modules.mk

crush: Fixed version information, thx to iquiw
DeltaFile
+3-0crush/Makefile
+0-1TODO
+0-1crush/go-modules.mk
+3-23 files

NetBSD/pkgsrc-wip 5bcfb1f. Makefile

wip: Add go-jsonnet
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 4bc0063go-jsonnet distinfo go-modules.mk

go-jsonnet: Import go-jsonnet-0.22.0 as wip/go-jsonnet

This an implementation of Jsonnet in pure Go. It is a feature complete,
production-ready implementation. Bindings to C and Python are available
(but not battle-tested).

This code is known to work on Go 1.24 and above. We recommend always
using the newest stable release of Go.

Jsonnet can be used on the command line to evaluate Jsonnet input files
and produce JSON, Yaml, or other outputs, or it can be used as a
library.

Security note: If you are running a system that evaluates untrusted
Jsonnet code, extra care should be used to defend against data
exfiltration risks. By default, the import, importstr and importbin
language constructs can read from any path accessible to the Jsonnet
process. The Jsonnet library allows you to provide your own logic for
processing imports, which is one way to restrict imports to known safe

    [3 lines not shown]
DeltaFile
+95-0go-jsonnet/distinfo
+32-0go-jsonnet/go-modules.mk
+25-0go-jsonnet/Makefile
+20-0go-jsonnet/DESCR
+4-0go-jsonnet/PLIST
+176-05 files

NetBSD/pkgsrc-wip b31fc66. Makefile

wip: Add jsonnet-bundler
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip dd389bbjsonnet-bundler distinfo go-modules.mk

jsonnet-bundler: Import jsonnet-bundler-0.6.0 as wip/jsonnet-bundler

The jsonnet-bundler is a package manager for Jsonnet.
DeltaFile
+173-0jsonnet-bundler/distinfo
+58-0jsonnet-bundler/go-modules.mk
+20-0jsonnet-bundler/Makefile
+2-0jsonnet-bundler/PLIST
+1-0jsonnet-bundler/DESCR
+254-05 files

NetBSD/pkgsrc-wip 18ff1dfcrush COMMIT_MSG distinfo

crush: Update to version v0.76.0
DeltaFile
+33-19crush/COMMIT_MSG
+15-15crush/distinfo
+5-4crush/go-modules.mk
+1-1crush/Makefile
+54-394 files

NetBSD/pkgsrc-wip 4c99ef6. TODO

TODO: + bookokrat-0.3.12, crush-0.76.0, pitchfork-2.12.1, py-zensical-0.0.44.
DeltaFile
+4-1TODO
+4-11 files

NetBSD/pkgsrc-wip a4a126epy-whichllm Makefile

py-whichllm: fix fetch
DeltaFile
+1-0py-whichllm/Makefile
+1-01 files

NetBSD/pkgsrc-wip 2b704b4kubectl distinfo Makefile

kubectl: update to 1.36.1

No relevant changes from upstream changelog regarding kubectl.
DeltaFile
+3-3kubectl/distinfo
+1-1kubectl/Makefile
+1-1kubectl/COMMIT_MSG
+5-53 files

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

mailsend-go: update to 1.0.12

* Add STARTTLS downgrade protection. A MITM attacker can strip STARTTLS
  from the server's EHLO response, causing the client to send credentials in
  plaintext. The bug is not in mailsend-go itself, rather it is in the
  gomail.v2. The fix is in my fork of gomail via the new RequireSTARTTLS
  field on the Dialer. mailsend-go sets it when credentials are provided and
  SSL is not in use, so the connection returns an error instead of falling
  back to plaintext.
* Remove unconditional debug print that leaked SMTP password to stdout.
* A warning is now printed to stderr when TLS certificate verification is
  disabled. Use -verifyCert if desired.
DeltaFile
+9-9mailsend-go/distinfo
+2-2mailsend-go/go-modules.mk
+1-1mailsend-go/Makefile
+1-1mailsend-go/COMMIT_MSG
+13-134 files

NetBSD/pkgsrc-wip 297c633iosevka-aile-ttf distinfo, iosevka-curly-slab-ttf distinfo

iosevka-*: update to 34.6.1

Changes of version 34.6.1

* Fixes broken U+2BD1 and U+1F18A.
* Add Characters:
  * LATIN SMALL LETTER R WITHOUT HANDLE (U+AB47).

Changes of version 34.6.0

* Add flat-top variants for a/g/m/n/p/q/r/α/η/а/р.
* Add flat-bottom variants for G/U/b/d/u/μ/µ.
* Refine shape of the following characters:
  * LATIN CAPITAL LIGATURE OE (U+0152).
  * LATIN LETTER SMALL CAPITAL OE (U+0276).
  * MODIFIER LETTER SMALL CAPITAL OE (U+107A3).

Changes of version 34.5.0


    [38 lines not shown]
DeltaFile
+3-3iosevka-ttf/distinfo
+3-3iosevka-slab-ttf/distinfo
+3-3iosevka-aile-ttf/distinfo
+3-3iosevka-etoile-ttf/distinfo
+3-3iosevka-curly-ttf/distinfo
+3-3iosevka-curly-slab-ttf/distinfo
+18-1812 files not shown
+30-3018 files

NetBSD/pkgsrc-wip 603bd4arna-star Makefile distinfo, rna-star/patches patch-Parameters__openReadsFiles.cpp

rna-star: Fix build with macOS clang 17
DeltaFile
+19-0rna-star/patches/patch-Parameters__openReadsFiles.cpp
+9-1rna-star/Makefile
+1-0rna-star/distinfo
+29-13 files

NetBSD/pkgsrc-wip 3e19016xroar COMMIT_MSG distinfo

xroar: update to 1.11
DeltaFile
+77-1xroar/COMMIT_MSG
+3-3xroar/distinfo
+1-1xroar/Makefile
+81-53 files

NetBSD/pkgsrc-wip decec59. Makefile, tuptime Makefile COMMIT_MSG

tuptime: remove, imported to pkgsrc
DeltaFile
+0-40tuptime/Makefile
+0-34tuptime/files/tuptime.sh
+0-25tuptime/files/README.pkgsrc
+9-2Makefile
+0-7tuptime/COMMIT_MSG
+0-6tuptime/PLIST
+9-1143 files not shown
+9-1249 files

NetBSD/pkgsrc-wip badc48ctuptime Makefile

tuptime: remove superfluous GITHUB_PROJECT
DeltaFile
+0-1tuptime/Makefile
+0-11 files

NetBSD/pkgsrc-wip f5c5d8bofflineimap Makefile distinfo, offlineimap/patches patch-pyproject.toml

Bump offlineimap to 8.0.2
DeltaFile
+0-37offlineimap/patches/patch-pyproject.toml
+5-5offlineimap/Makefile
+3-4offlineimap/distinfo
+1-0offlineimap/PLIST
+9-464 files

NetBSD/pkgsrc-wip 8ad3604tnfrepo-dev Makefile

tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev151

- Eliminate spurious warnings when there are no draft topics to push
  and no draft topics to prune in the anongit bridge.
- Link to some hg issues.
- Fix bug in suppression of hg<7.2 and hg>=7.2 differences in test.
DeltaFile
+2-2tnfrepo-dev/Makefile
+2-21 files

NetBSD/pkgsrc-wip 5388a27tnfrepo-dev Makefile PLIST

tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev147

- More hg>=7.2 quirkarounds.
- Install anonhg hgrc configs.
DeltaFile
+2-3tnfrepo-dev/Makefile
+3-0tnfrepo-dev/PLIST
+5-32 files

NetBSD/pkgsrc-wip 20eaf77tnfrepo-dev Makefile

tnfrepo-dev: Bump hg dependency to >=6.9.

Needed for hashed clone bundle references.
DeltaFile
+2-1tnfrepo-dev/Makefile
+2-11 files

NetBSD/pkgsrc-wip e393d3dtnfrepo-dev Makefile

tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev142

- Fix issues with hg>=7.2.

- Specify default branch name in git tests to avoid reliance on my
  ~/.gitconfig (should maybe run all the tests with GIT_CONFIG set to
  avoid thsi!).
DeltaFile
+2-2tnfrepo-dev/Makefile
+2-21 files

NetBSD/pkgsrc-wip 491c8edtnfrepo-dev Makefile

tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev140

- Add support for anonymous host.
- Make git-cvsmirror slightly less noisy.
- Make synchronous git-cvsmirror optional.
- New git netbsd.draft-view hack in lieu of GIT_NAMESPACE for cgit.
- Set various config options:
  . disable streaming clones without bundles to reduce server locks
  . set web.deny_pushes to more nicely decline pushes via http
- Fix and test external http(s) URLs in build-clonebundles.
- Disable stream bundles for now because nonreproducible hashes.
DeltaFile
+2-3tnfrepo-dev/Makefile
+2-31 files