NetBSD/pkgsrc-wip 9b042bbnextpnr_update nextpnr.mk COMMIT_MSG

nextpnr: update to 0.9

* Adding support for gatemate FPGAs
* Improvements to Gowin support
* Miscellaneous small iCE40 and ECP5 bugfixes
DeltaFile
+5-6nextpnr_update/nextpnr.mk
+4-6nextpnr_update/COMMIT_MSG
+9-122 files

NetBSD/pkgsrc-wip 598c4aalima TODO

lima: Remove (done) items

Alpine actually works out of the box. Also, no other adjustments
are needed on NetBSD nowdays.

Probably both Ubuntu and Debian are not working and fails as described
in <https://github.com/lima-vm/lima/issues/84>. I should try to
investigate more about that and I think we can try to look also at
sysutils/podman where this problem also happened in the past.
DeltaFile
+0-28lima/TODO
+0-281 files

NetBSD/pkgsrc-wip e827e4blima TODO

lima: Add a possible TODO

Maybe not a regression though... Alpine seems fine.
I should retry it Alpine with Docker.
DeltaFile
+37-0lima/TODO
+37-01 files

NetBSD/pkgsrc-wip 369a049lima Makefile

lima: Do not force legacy bios

Recent qemu should be patched and fine with UEFI too.
DeltaFile
+0-17lima/Makefile
+0-171 files

NetBSD/pkgsrc-wip 40f98aflima distinfo go-modules.mk

lima: Update to 1.2.1

Changes:
1.2.1
- Bug fixes

1.2.0
- limactl CLI:
   - Add limactl network (list|create|delete) commands
   - Add limactl clone OLDINST NEWINST command. Not to be confused with
     limactl copy, which copies files.
   - Add limactl edit --mount-none flag
- Port forwarding:
   - Improve stability
   - De-deprecate LIMA_SSH_PORT_FORWARDER that was once deprecated in v1.1

1.1.1
- Bug fixes


    [25 lines not shown]
DeltaFile
+420-474lima/distinfo
+139-157lima/go-modules.mk
+56-4lima/PLIST
+1-1lima/Makefile
+616-6364 files

NetBSD/pkgsrc-wip 094aac1mk git-package.mk

mk/git-package.mk: Use git-rev-parse, not git-show-ref.

We just need to know if the identity of the revspec changed, so the
difference between the two output formats is unlikely to matter.
git-show-ref only works for refs, while git-rev-parse additionally
works for commit hashes, so this fixes packages with GIT_REVISION.
DeltaFile
+2-2mk/git-package.mk
+2-21 files

NetBSD/pkgsrc-wip 85fb2b1rust189 Makefile

rust189: fix checksum substitution for the vendored libc-0.2.172 crate.

Discovered when building natively on NetBSD/sparc64.
DeltaFile
+1-1rust189/Makefile
+1-11 files

NetBSD/pkgsrc-wip 2ff82f4helm distinfo go-modules.mk, skaffold distinfo go-modules.mk

Remove skaffold, helm: added to pkgsrc proper
DeltaFile
+0-2,780skaffold/distinfo
+0-1,562helm/distinfo
+0-927skaffold/go-modules.mk
+0-521helm/go-modules.mk
+0-31helm/Makefile
+0-22skaffold/Makefile
+0-5,8437 files not shown
+0-5,87413 files

NetBSD/pkgsrc-wip 54ec8e8buf distinfo go-modules.mk, py-awscli2 PLIST Makefile

py-awscli2, py-awscrt, buf: Remove, added to pkgsrc
DeltaFile
+0-8,646py-awscli2/PLIST
+0-1,109buf/distinfo
+0-369buf/go-modules.mk
+0-59py-awscrt/PLIST
+0-33py-awscli2/Makefile
+0-28py-awscrt/Makefile
+0-10,24416 files not shown
+0-10,38422 files

NetBSD/pkgsrc-wip 4919379. Makefile

Makefile: +skaffold +colima
DeltaFile
+2-0Makefile
+2-01 files

NetBSD/pkgsrc-wip 605dea1skaffold distinfo go-modules.mk

Add skaffold version 2.16.1

Skaffold is a command line tool that facilitates continuous development for
Kubernetes applications. You can iterate on your application source code
locally then deploy to local or remote Kubernetes clusters. Skaffold handles
the workflow for building, pushing and deploying your application. It also
provides building blocks and describe customizations for a CI/CD pipeline.
DeltaFile
+2,780-0skaffold/distinfo
+927-0skaffold/go-modules.mk
+22-0skaffold/Makefile
+7-0skaffold/COMMIT_MSG
+5-0skaffold/DESCR
+2-0skaffold/PLIST
+3,743-06 files

NetBSD/pkgsrc-wip 94f6e99colima distinfo go-modules.mk

Add colima version 0.8.4

Colima - container runtimes on macOS (and Linux) with minimal setup.

Features:

- Support for Intel and Apple Silicon Macs, and Linux
- Simple CLI interface with sensible defaults
- Automatic Port Forwarding
- Volume mounts
- Multiple instances
- Support for multiple container runtimes: docker, containerd, incus
DeltaFile
+149-0colima/distinfo
+50-0colima/go-modules.mk
+18-0colima/Makefile
+12-0colima/COMMIT_MSG
+10-0colima/DESCR
+2-0colima/PLIST
+241-06 files

NetBSD/pkgsrc-wip bf601cddocker-cli Makefile PLIST

docker-cli: avoid conflict with shells/fish

Both install fish completions for docker.
DeltaFile
+2-1docker-cli/Makefile
+0-1docker-cli/PLIST
+2-22 files

NetBSD/pkgsrc-wip bcb1c85lima Makefile

lima: fix installation to dir that doesn't exit
DeltaFile
+2-0lima/Makefile
+2-01 files

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

rustormy: update to 0.3.3

Added
 - Added option connect_timeout to config file to set providers' APIs connection timeout in seconds (default is 10 seconds).

Changed
 - Slightly changed default colors for better readability.
 - Improved code quality and maintainability.
DeltaFile
+45-39rustormy/distinfo
+14-12rustormy/cargo-depends.mk
+1-1rustormy/Makefile
+60-523 files

NetBSD/pkgsrc-wip 316a751buf distinfo go-modules.mk, buf/patches patch-go.mod patch-kernel_unix.go

Add buf version 1.45.0

CLI tool for working with protocol buffers. It provides:

- A linter that enforces good API design choices and structure.
- A breaking change detector that enforces compatibility at the
source code or wire level.
- A generator that invokes your plugins based on configurable
templates
- A formatter that formats your Protobuf files in accordance
with industry standards.
- Integration with the Buf Schema Registry, including full
dependency management.
DeltaFile
+1,109-0buf/distinfo
+369-0buf/go-modules.mk
+24-0buf/Makefile
+13-0buf/COMMIT_MSG
+13-0buf/patches/patch-go.mod
+12-0buf/patches/patch-kernel_unix.go
+1,540-03 files not shown
+1,565-09 files

NetBSD/pkgsrc-wip 728a307. Makefile

Makefile: +buf
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip bbd3b11py-awscli2 Makefile

py-awscli2: Requires exact version of py-awscrt
DeltaFile
+1-1py-awscli2/Makefile
+1-11 files

NetBSD/pkgsrc-wip 15a7e5b. Makefile

Makefile: +py-awscli2, +py-awscrt
DeltaFile
+2-0Makefile
+2-01 files

NetBSD/pkgsrc-wip f851700py-awscli2 COMMIT_MSG

py-awscli2: Provide COMMIT_MSG
DeltaFile
+3-0py-awscli2/COMMIT_MSG
+3-01 files

NetBSD/pkgsrc-wip ea992e5py-awscrt COMMIT_MSG

py-awscrt: Provide COMMIT_MSG
DeltaFile
+3-0py-awscrt/COMMIT_MSG
+3-01 files

NetBSD/pkgsrc-wip f178d23py-awscli PLIST Makefile

Add py-awscli from pkgsrc trunk
DeltaFile
+6,564-0py-awscli/PLIST
+26-0py-awscli/Makefile
+5-0py-awscli/distinfo
+1-0py-awscli/DESCR
+6,596-04 files

NetBSD/pkgsrc-wip 927cab4py-awscrt PLIST Makefile, py-awscrt/patches patch-crt_aws-c-io_source_posix_host__resolver.c patch-crt_aws-c-common_source_posix_thread.c

Add py-awscrt version 0.27.6

This package provides Python 3 bindings for the AWS Common Runtime.
DeltaFile
+59-0py-awscrt/PLIST
+28-0py-awscrt/Makefile
+15-0py-awscrt/patches/patch-crt_aws-c-io_source_posix_host__resolver.c
+15-0py-awscrt/patches/patch-crt_aws-c-common_source_posix_thread.c
+7-0py-awscrt/distinfo
+1-0py-awscrt/DESCR
+125-06 files

NetBSD/pkgsrc-wip b300158py-awscli PLIST Makefile, py-awscli2 PLIST Makefile

py-awscli: Update to version 2 of the CLI

It's unclear whether this is a replacement of version 1, or supposed
to live alongside it. I assumed the latter, and called this version
awscli2.
DeltaFile
+8,646-0py-awscli2/PLIST
+0-6,564py-awscli/PLIST
+33-0py-awscli2/Makefile
+0-26py-awscli/Makefile
+5-0py-awscli2/distinfo
+0-5py-awscli/distinfo
+8,684-6,5952 files not shown
+8,685-6,5968 files

NetBSD/pkgsrc-wip f2664aapy-internetarchive TODO

py-internetarchive: Add reference to CVE-2025-58438
DeltaFile
+2-0py-internetarchive/TODO
+2-01 files

NetBSD/pkgsrc-wip 5090d00java-netty TODO

java-netty: Add reference to CVE-2025-5805[67]
DeltaFile
+1-1java-netty/TODO
+1-11 files

NetBSD/pkgsrc-wip 8be5729electron34 TODO

electron34: Add reference to CVE-2025-55305
DeltaFile
+3-0electron34/TODO
+3-01 files

NetBSD/pkgsrc-wip 5b8fe2fheimdal-dev Makefile

wip/heimdal-dev: Nix MirBSD reference.

Had copied this from security/heimdal a while ago, but in the interim
our support for MirBSD was dropped.
DeltaFile
+0-6heimdal-dev/Makefile
+0-61 files

NetBSD/pkgsrc-wip d3e2d42ap24-auth-gssapi Makefile, ap24-auth-gssapi/patches patch-tests_magtests.py patch-tests_httpd.conf

wip/ap24-auth-gssapi: Apache module for GSSAPI authentication.

This is lightly patched to support Heimdal -- requires some work in
heimdal-dev not yet in a release, though, for the GSSAPI credential
store extensions:
https://k5wiki.kerberos.org/wiki/Projects/Credential_Store_extensions
DeltaFile
+264-0ap24-auth-gssapi/patches/patch-tests_magtests.py
+70-0ap24-auth-gssapi/Makefile
+67-0ap24-auth-gssapi/patches/patch-tests_httpd.conf
+62-0ap24-auth-gssapi/patches/patch-configure.ac
+54-0ap24-auth-gssapi/patches/patch-src_mod__auth__gssapi.c
+22-0ap24-auth-gssapi/patches/patch-tests_t__file__check.py
+539-06 files not shown
+596-012 files

NetBSD/pkgsrc-wip 15c6ef1heimdal-dev PLIST Makefile, heimdal-dev/files krb5-config kpasswdd.sh

wip/heimdal-dev: New package for development version of Heimdal.
DeltaFile
+1,273-0heimdal-dev/PLIST
+158-0heimdal-dev/Makefile
+137-0heimdal-dev/builtin.mk
+107-0heimdal-dev/files/krb5-config
+47-0heimdal-dev/options.mk
+33-0heimdal-dev/files/kpasswdd.sh
+1,755-05 files not shown
+1,867-011 files