NetBSD/pkgsrc-wip b49c6eagotosocial distinfo go-modules.mk, gotosocial/files gotosocial.sh

gotosocial: Update to 0.22.1

# Summary
This is a minor upgdate.
If you're updating to this version from v0.22.0, it's a very easy update with no db migrations.

# Changelog
Add a codeberg tag tracking variable in the Makefile, like many packages pulled from Github for consistency and easier upstream version changes tracking.

# Verifications
- pkglint
- build using pkgsrc-trunk and bob
- deployed in production
DeltaFile
+1,871-0gotosocial/distinfo
+623-0gotosocial/go-modules.mk
+456-0gotosocial/PLIST
+84-0gotosocial/Makefile
+49-0gotosocial/files/gotosocial.sh
+29-0gotosocial/files/smf/manifest.xml
+3,112-03 files not shown
+3,145-09 files

NetBSD/pkgsrc-wip d840b57. TODO

electrum: already updated to 4.8.0 in py-electrum
DeltaFile
+0-1TODO
+0-11 files

NetBSD/pkgsrc-wip 7db1c0abind920 PLIST

bind920: remove one no-longer-installed header file from PLIST.
DeltaFile
+0-1bind920/PLIST
+0-11 files

NetBSD/pkgsrc-wip 1ff5c7dbind920 distinfo Makefile

bind920: update to version 9.20.26.

Pkgsrc changes:
 * Update version number & checksums.

Upstream changes:

BIND 9.20.26
------------

Security Fixes
~~~~~~~~~~~~~~

- [CVE-2026-11331] Fix handling of rpz CNAME expansion that returns name
  too long. ``b950da5f625``

  Previously, if the expansion of a wildcard CNAME RPZ policy resulted
  in a name that exceeded the length limit, a self referential CNAME and
  the original address record were returned, allowing the policy to be

    [515 lines not shown]
DeltaFile
+3-3bind920/distinfo
+1-1bind920/Makefile
+4-42 files

NetBSD/pkgsrc-wip 97a1770cl-async-process Makefile distinfo

added cl-async-process version 0.0.1
DeltaFile
+23-0cl-async-process/Makefile
+5-0cl-async-process/distinfo
+5-0cl-async-process/PLIST
+2-0cl-async-process/DESCR
+35-04 files

NetBSD/pkgsrc-wip d22f3c9ncnn TODO

ncnn: Add reference to CVE-2026-50144
DeltaFile
+2-0ncnn/TODO
+2-01 files

NetBSD/pkgsrc-wip f55c1b2loki TODO

loki: Add reference to CVE-2026-21729
DeltaFile
+2-0loki/TODO
+2-01 files

NetBSD/pkgsrc-wip a67eba9gitleaks TODO

gitleaks: Add reference to CVE-2026-63728
DeltaFile
+2-0gitleaks/TODO
+2-01 files

NetBSD/pkgsrc-wip d169cc6zeek TODO

zeek: Add references to latest CVEs
DeltaFile
+1-1zeek/TODO
+1-11 files

NetBSD/pkgsrc-wip a635608xrdp TODO

xrdp: Add references to latest CVEs
DeltaFile
+3-1xrdp/TODO
+3-11 files

NetBSD/pkgsrc-wip 18ae17crlottie TODO

rlottie: Add references to CVE-2026-15551
DeltaFile
+1-1rlottie/TODO
+1-11 files

NetBSD/pkgsrc-wip 9b8a8e9py-keras TODO

py-keras: Add references to latest CVEs
DeltaFile
+2-1py-keras/TODO
+2-11 files

NetBSD/pkgsrc-wip 6c871adpipewire TODO

pipewire: Add references to CVE-2026-5674
DeltaFile
+3-0pipewire/TODO
+3-01 files

NetBSD/pkgsrc-wip 1a1a2dcnomad TODO

nomad: Add references to latest CVEs
DeltaFile
+2-1nomad/TODO
+2-11 files

NetBSD/pkgsrc-wip 5e81660java-netty TODO

java-netty: Add reference to latest CVEs
DeltaFile
+3-2java-netty/TODO
+3-21 files

NetBSD/pkgsrc-wip afe5f7cdendrite TODO

dendrite: Add references to latest CVEs
DeltaFile
+1-1dendrite/TODO
+1-11 files

NetBSD/pkgsrc-wip 856faf0busybox TODO

busybox: Add references to latest CVEs
DeltaFile
+2-1busybox/TODO
+2-11 files

NetBSD/pkgsrc-wip 04c750eterraform-provider-hcloud distinfo go-modules.mk

terraform-provider-hcloud: Update to 1.66.1

Several major/breaking changes:
- Server Types now depend on Locations
  (<https://docs.hetzner.cloud/changelog#2025-09-24-per-location-server-types>)
- New DNS API GA
  (<https://docs.hetzner.cloud/changelog#2025-11-10-dns-ga>)
- Experimental Storage Box support
  (<https://docs.hetzner.cloud/changelog#2025-10-21-storage-box-api-update>)
- Deprecation of datacenter attribute for Primary IPs and Servers
- Available and recommended Server Types have been moved
  (<https://docs.hetzner.cloud/changelog#2026-04-01-datacenter-deprecations>)
- Primary IPs assignee_type behavior change
  (<https://docs.hetzner.cloud/changelog#2026-04-27-primary-ips-will-return-unassigned>
  and
  <https://docs.hetzner.cloud/changelog#2026-04-27-primary-ips-make-assignee_type-optional>)
- Datacenter data sources are deprecated
  (<https://docs.hetzner.cloud/changelog#2026-06-02-datacenters-deprecated>)


    [2 lines not shown]
DeltaFile
+255-255terraform-provider-hcloud/distinfo
+84-84terraform-provider-hcloud/go-modules.mk
+1-1terraform-provider-hcloud/Makefile
+340-3403 files

NetBSD/pkgsrc-wip e102c59crush distinfo

crush: fix distinfo
DeltaFile
+54-54crush/distinfo
+54-541 files

NetBSD/pkgsrc-wip 8cb689fnextvi distinfo Makefile, nextvi/patches patch-Makefile

nextvi: update to 7.0
DeltaFile
+4-4nextvi/distinfo
+3-1nextvi/Makefile
+2-0nextvi/patches/patch-Makefile
+9-53 files

NetBSD/pkgsrc-wip 1e25930dpbox Makefile distinfo

dpbox: update to 6.1.3

Five memory-safety fixes folded upstream: a stack over-read in truesize(),
a one-byte overflow in check_sanity(), four buffer underflows in the
filename-extension helpers, a FORTIFY abort in the FBB link-check proposal
generator, and a pointer-precedence bug that wrote through an unrelated
pointer in the low-memory buffer path. patch-bo, patch-bp, patch-bq,
patch-bs and patch-bt are removed; patch-bl is retained.
DeltaFile
+4-4dpbox/Makefile
+3-3dpbox/distinfo
+7-72 files

NetBSD/pkgsrc-wip 05adc0dcrush go-modules.mk distinfo

crush: Update to 0.86.0

Changelog
New!
*       cd8c06c: feat(lsp): add 4 new lsp tools (@taciturnaxolotl)
*       17ad5c7: feat(lsp): add LSP superpowers tools (@taciturnaxolotl)
*       7eca7a0: feat(lsp): fancy diff view renders (@taciturnaxolotl)
*       8ad59d2: feat(lsp): update system prompt to recommend lsp tools (@taciturnaxolotl)
*       f8d855d: feat(ui): add scrollable sidebar with focus-based navigation (@meowgorithm)
*       f413c9a: feat(ui): auto expand reasoning dialog based on count (#3332) (@taciturnaxolotl)
*       f604d98: feat(ui): clickable ? remove button on attachment chips (@joestump)
*       4244f52: feat(ui): scroll sidebar with mouse wheel when focused (@meowgorithm)
*       0479987: feat(ui): scroll sidebar with mouse wheel when focused (@meowgorithm)
*       79eedf7: feat(ui): show g/G shortcuts in sidebar full help (@meowgorithm)
*       d500764: feat(ui): widen sidebar to 32 cells and reserve scrollbar column (@meowgorithm)
*       3446255: feat: add --all and --crawl-dir modes to stats subcommand (#2811) (@taciturnaxolotl)
*       12e9677: feat: add keybinding and logic to copy verification URL in OAuth dialog #3323 (#3324) (@biisal)
*       a02a980: feat: on quit dialog, add hint on how to skip confirmation (#3356) (@andreynering)
*       8db5733: feat: recover cleanly from mid-stream provider connection resets (@taciturnaxolotl)

    [40 lines not shown]
DeltaFile
+18-18crush/go-modules.mk
+3-3crush/distinfo
+1-1crush/Makefile
+22-223 files

NetBSD/pkgsrc-wip b72688alibdatachannel PLIST Makefile

added libdatachannel 0.24.5
DeltaFile
+46-0libdatachannel/PLIST
+27-0libdatachannel/Makefile
+14-0libdatachannel/DESCR
+5-0libdatachannel/distinfo
+92-04 files

NetBSD/pkgsrc-wip aa9cc0fplog PLIST Makefile

added plog 1.1.11
DeltaFile
+32-0plog/PLIST
+16-0plog/Makefile
+14-0plog/buildlink3.mk
+7-0plog/DESCR
+5-0plog/distinfo
+74-05 files

NetBSD/pkgsrc-wip b85d630. Makefile, libshumate PLIST Makefile

libshumate: add new package

GTK4 widget to display maps
DeltaFile
+588-0libshumate/PLIST
+32-0libshumate/Makefile
+5-0libshumate/distinfo
+2-0Makefile
+1-0libshumate/DESCR
+628-05 files

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

sftpgo: update to 2.7.5

Bug fixes
    httpd: make sure to always close connection for shares.

Security fixes
    Improper handling of malformed SSH channel requests. GHSA-q7pc-356p-hggc.
DeltaFile
+369-369sftpgo/distinfo
+122-122sftpgo/go-modules.mk
+3-1sftpgo/Makefile
+494-4923 files

NetBSD/pkgsrc-wip aad0c56py-ksef2 Makefile PLIST

py-ksef2: update to 0.18.1
DeltaFile
+3-5py-ksef2/Makefile
+6-0py-ksef2/PLIST
+3-3py-ksef2/distinfo
+12-83 files

NetBSD/pkgsrc-wip 44c73f2py-camel-converter Makefile distinfo

py-camel-converter: use PYPI distfile
DeltaFile
+3-4py-camel-converter/Makefile
+3-3py-camel-converter/distinfo
+6-72 files

NetBSD/pkgsrc-wip 4be0b92py-beartype distinfo Makefile

py-beartype: use PYPI distfile
DeltaFile
+3-3py-beartype/distinfo
+1-2py-beartype/Makefile
+4-52 files

NetBSD/pkgsrc-wip f2b4dcdpy-polyfactory distinfo Makefile

py-polyfactory: use PYPI distfile
DeltaFile
+3-3py-polyfactory/distinfo
+1-2py-polyfactory/Makefile
+4-52 files