NetBSD/pkgsrc-wip 07a034ego127 PLIST Makefile, go127/patches patch-src_cmd_dist_build.go patch-src_crypto_x509_root__solaris.go

go127: new package for Go 1.27 rc1

Go 1.27 now supports generic methods: a method declaration may declare its own
type parameters. This widely anticipated change allows adding generic functions
within the namespace of a particular data type where before one had to declare
such functions with a scope of the entire package. Note that methods of
interfaces may not declare type parameters nor can interface methods be
implemented by generic methods.
DeltaFile
+15,592-0go127/PLIST
+140-0go127/Makefile
+22-0go127/patches/patch-src_cmd_dist_build.go
+21-0go127/patches/patch-src_crypto_x509_root__solaris.go
+18-0go127/patches/patch-src_crypto_x509_root__bsd.go
+17-0go127/patches/patch-src_syscall_syscall__solaris.go
+15,810-07 files not shown
+15,876-013 files

NetBSD/pkgsrc-wip 2d45ce7go126 PLIST Makefile, go126/patches patch-src_cmd_dist_build.go patch-src_crypto_x509_root__solaris.go

-go126

This has been in pkgsrc for a while.
DeltaFile
+0-14,985go126/PLIST
+0-132go126/Makefile
+0-22go126/patches/patch-src_cmd_dist_build.go
+0-21go126/patches/patch-src_crypto_x509_root__solaris.go
+0-18go126/patches/patch-src_crypto_x509_root__bsd.go
+0-17go126/patches/patch-src_syscall_syscall__solaris.go
+0-15,1957 files not shown
+0-15,26113 files

NetBSD/pkgsrc-wip 4279b47cloudflared distinfo go-modules.mk

cloudflared: downgrade to 2026.3.0

cloudflared >= 2026.5.0 uses gopsutil which does not support NetBSD.
DeltaFile
+129-189cloudflared/distinfo
+42-62cloudflared/go-modules.mk
+1-1cloudflared/Makefile
+172-2523 files

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

iosevka-*: update to 34.6.3

* Add Characters:
  * SYMBOL FOR SUBSTITUTE FORM TWO (U+2426).
DeltaFile
+3-3iosevka-curly-ttf/distinfo
+3-3iosevka-slab-ttf/distinfo
+3-3iosevka-curly-slab-ttf/distinfo
+3-3iosevka-aile-ttf/distinfo
+3-3iosevka-ttf/distinfo
+3-3iosevka-etoile-ttf/distinfo
+18-1812 files not shown
+30-3018 files

NetBSD/pkgsrc-wip c49ca51cloudflared distinfo Makefile

cloudflared: update to 2026.6.1

- 2026-06-18 TUN-10630: Fix precheck protocol override
- 2026-06-18 Revert "TUN-10557: Bump quic-go v0.59.1"
- 2026-06-16 chore: Fix warnings
- 2026-06-15 TUN-10612: Add renovate to cloudflared to update distroless
  images explicitely
- 2026-06-11 TUN-9251: Publish internal image
- 2026-05-26 TUN-10557: Bump quic-go v0.59.1
DeltaFile
+3-3cloudflared/distinfo
+1-1cloudflared/Makefile
+4-42 files

NetBSD/pkgsrc-wip 2eefac8. Makefile, bob distinfo cargo-depends.mk

bob: remove, pkgtools/bob is newer
DeltaFile
+0-1,364bob/distinfo
+0-455bob/cargo-depends.mk
+0-37bob/Makefile
+0-9bob/DESCR
+0-3bob/PLIST
+0-1Makefile
+0-1,8696 files

NetBSD/pkgsrc-wip 9119557. Makefile

wip: Enable py27-renpy
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 938451cpy27-renpy PLIST Makefile, py27-renpy/patches patch-setup.py patch-renpybidicore.c

wip/py27-renpy: import py27-renpy-6.99.12.4

Ren'Py is a visual novel engine that helps you use words, images,
and sounds to tell stories with the computer. These can be both
visual novels and life simulation games. The easy to learn script
language allows you to efficiently write large visual novels, while
its Python scripting is enough for complex simulation games.

This is Python 2.7 based Ren'Py.

This is imported to play "Doki Doki Literature Club!".
DeltaFile
+1,024-0py27-renpy/PLIST
+73-0py27-renpy/Makefile
+24-0py27-renpy/patches/patch-setup.py
+17-0py27-renpy/patches/patch-renpybidicore.c
+7-0py27-renpy/DESCR
+7-0py27-renpy/distinfo
+1,152-06 files

NetBSD/pkgsrc-wip 2d4baf2. Makefile

wip: Enable py27-game_sdl2
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 7bd39adpy27-game_sdl2 PLIST Makefile, py27-game_sdl2/patches patch-include_sdl2__mixer.pxd patch-src_pygame__sdl2_mixer.pyx

wip/py27-game_sdl2: import py27-game_sdl2-2.1.0.06991204

Pygame is a set of Python modules designed for writing games. It is written on
top of the excellent SDL library. This allows you to create fully featured
games and multimedia programs in the python language. Pygame is highly
portable and runs on nearly every platform and operating system.

This package is solely for wip/py27-renpy.
DeltaFile
+58-0py27-game_sdl2/PLIST
+51-0py27-game_sdl2/Makefile
+22-0py27-game_sdl2/buildlink3.mk
+15-0py27-game_sdl2/patches/patch-include_sdl2__mixer.pxd
+15-0py27-game_sdl2/patches/patch-src_pygame__sdl2_mixer.pyx
+7-0py27-game_sdl2/distinfo
+168-01 files not shown
+174-07 files

NetBSD/pkgsrc-wip 09c7d91. Makefile

wip: Enable py27-cython
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 75bb1capy27-cython PLIST Makefile

wip/py27-cython: import py27-cython-0.26

The Cython language makes writing C extensions for the Python language
as easy as Python itself. Cython is a source code translator based on
the well-known Pyrex, but supports more cutting edge functionality and
optimizations.

The Cython language is very close to the Python language (and most
Python code is also valid Cython code), but Cython additionally supports
calling C functions and declaring C types on variables and class
attributes. This allows the compiler to generate very efficient C code
from Cython code.

This makes Cython the ideal language for writing glue code for external
C libraries, and for fast C modules that speed up the execution of
Python code.
DeltaFile
+526-0py27-cython/PLIST
+26-0py27-cython/Makefile
+14-0py27-cython/DESCR
+12-0py27-cython/buildlink3.mk
+5-0py27-cython/distinfo
+3-0py27-cython/ALTERNATIVES
+586-06 files

NetBSD/pkgsrc-wip 7a70572fresh distinfo COMMIT_MSG

Update editors/fresh to v.0.4.1
DeltaFile
+6-3fresh/distinfo
+2-2fresh/COMMIT_MSG
+1-1fresh/Makefile
+1-0fresh/cargo-depends.mk
+10-64 files

NetBSD/pkgsrc-wip 25a1920zino distinfo Makefile

zino: update to version 2.5.1.

Pkgsrc changes:
 * version-bump + checksums + PLIST update.
 * Require 0.2.1 of py-netsnmp-cffi.

Upstream changes:

- Add `zping` CLI utility to check if a Zino daemon is alive by
  querying its SNMP agent for uptime.
  ([#528](https://github.com/Uninett/zino/issues/528))

- Configuration errors in `zino.toml` now report the underlying
  parser message (with line and column) for syntax errors, and
  friendlier messages â<80><94> including key suggestions â<80><94>
  for validation errors. ([#539](https://github.com/Uninett/zino/issues/539))

- Single-interface link state verification no longer crashes with
  an `AssertionError` when the target interface has disappeared from

    [13 lines not shown]
DeltaFile
+3-3zino/distinfo
+2-2zino/Makefile
+4-0zino/PLIST
+9-53 files

NetBSD/pkgsrc-wip 267ad70py-netsnmp-cffi PLIST

py-netsnmp-cffi: update PLIST as well...
DeltaFile
+9-6py-netsnmp-cffi/PLIST
+9-61 files

NetBSD/pkgsrc-wip 51dc19fpy-netsnmp-cffi distinfo Makefile, py-netsnmp-cffi/patches patch-src_netsnmpy_netsnmp__ffi.py

py-netsnmp-cffi: upgrade to version 0.2.1.

Pkgsrc changes:
 * Version + checksum updates.

Upstream changes:

Fixed
 * Fix ffi.error from a size mismatch between the cdef and the
   real C layout of struct enum_list, by marking the cdef declaration
   as flexible. The mismatch caused crashes on platforms where
   CFFI verifies struct sizes against the C compiler (e.g.
   NetBSD/pkgsrc builds of net-snmp), any time MIB enumerations
   were looked up. (#23)

Added
 * Test suite now also tests on Python 3.13 and 3.14.
 * Wheel build/publish process also builds wheels for Python 3.13 and 3.14.
DeltaFile
+0-14py-netsnmp-cffi/patches/patch-src_netsnmpy_netsnmp__ffi.py
+3-4py-netsnmp-cffi/distinfo
+1-2py-netsnmp-cffi/Makefile
+4-203 files

NetBSD/pkgsrc-wip a622ffe. Makefile, stable-diffusion.cpp Makefile distinfo

stable-diffusion.cpp: add new package
DeltaFile
+54-0stable-diffusion.cpp/Makefile
+31-0stable-diffusion.cpp/patches/patch-ggml_CMakeLists.txt
+15-0stable-diffusion.cpp/distinfo
+5-0stable-diffusion.cpp/PLIST
+3-0stable-diffusion.cpp/DESCR
+1-0Makefile
+109-06 files

NetBSD/pkgsrc-wip fe26ba6libwebm Makefile PLIST

libwebm: add new package
DeltaFile
+19-0libwebm/Makefile
+19-0libwebm/PLIST
+12-0libwebm/buildlink3.mk
+9-0libwebm/DESCR
+5-0libwebm/distinfo
+4-0libwebm/TODO
+68-01 files not shown
+69-07 files

NetBSD/pkgsrc-wip 8c3e322crush distinfo go-modules.mk

crush: Update to v0.78.0
DeltaFile
+225-219crush/distinfo
+74-72crush/go-modules.mk
+23-11crush/COMMIT_MSG
+1-1crush/Makefile
+323-3034 files

NetBSD/pkgsrc-wip d7a0deachromium COMMIT_MSG distinfo

chromium: update to 149.0.7827.155
DeltaFile
+37-7chromium/COMMIT_MSG
+6-6chromium/distinfo
+1-1chromium/Makefile
+44-143 files

NetBSD/pkgsrc-wip 1acb368. Makefile, trivy distinfo go-modules.mk

trivy: added version 0.71.2
DeltaFile
+3,746-0trivy/distinfo
+1,249-0trivy/go-modules.mk
+23-0trivy/Makefile
+3-0trivy/DESCR
+2-0trivy/PLIST
+1-0Makefile
+5,024-06 files

NetBSD/pkgsrc-wip 68e53d5llama.cpp distinfo PLIST, py-gguf Makefile PLIST

*: update llama.cpp & friends to b9722
DeltaFile
+13-15py-llama-cpp-scripts/Makefile
+10-7py-gguf/Makefile
+9-6py-llama-cpp-scripts/PLIST
+6-6llama.cpp/distinfo
+5-5py-gguf/PLIST
+4-4llama.cpp/PLIST
+47-433 files not shown
+54-509 files

NetBSD/pkgsrc-wip 5d55c7bllama.cpp Makefile distinfo

llama.cpp: include the (pre-built) web ui
DeltaFile
+5-0llama.cpp/Makefile
+3-0llama.cpp/distinfo
+8-02 files

NetBSD/pkgsrc-wip a101e5c. TODO

TODO: + tor-browser-15.0.16.
DeltaFile
+1-1TODO
+1-11 files

NetBSD/pkgsrc-wip c4f028cbind920 distinfo Makefile

bind920: update to BIND version 9.20.24.

Pkgsrc changes:
 * Version bump, checksums.

Upstream changes:

Removed Features
~~~~~~~~~~~~~~~~

- Remove ineffective TCP fallback after repeated UDP timeouts.

  When an authoritative server failed to respond to two consecutive UDP
  queries, :iscman:`named` marked the next retry as TCP but still sent
  it over UDP, producing misleading dnstap records. The ineffective
  retry path has been removed; a corrected TCP fallback will be restored
  in future BIND 9 versions. :gl:`#5529`

Feature Changes

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

NetBSD/pkgsrc-wip a846798chromium options.mk Makefile

chromium: make wayland support optional

Fix build on NetBSD-10: disable wayland support with native X11_TYPE

../../ui/ozone/platform/wayland/host/drm_syncobj_ioctl_wrapper.cc:50:10: error: use of undeclared identifier 'drmSyncobjEventfd'
   50 |   return drmSyncobjEventfd(fd_.get(), handle, point, ev_fd, flags);
      |          ^~~~~~~~~~~~~~~~~
DeltaFile
+19-1chromium/options.mk
+0-4chromium/Makefile
+19-52 files

NetBSD/pkgsrc-wip 3d5f797. Makefile, ipv6-toolkit COMMIT_MSG PLIST

ipv6-toolkit: remove, imported to pkgsrc
DeltaFile
+0-123ipv6-toolkit/COMMIT_MSG
+0-49ipv6-toolkit/PLIST
+0-31ipv6-toolkit/Makefile
+0-5ipv6-toolkit/distinfo
+0-3ipv6-toolkit/DESCR
+0-1Makefile
+0-2126 files

NetBSD/pkgsrc-wip 24e0384. Makefile, nextvi Makefile DESCR

nextvi: import of 5.3
DeltaFile
+21-0nextvi/Makefile
+13-0nextvi/patches/patch-Makefile
+10-0nextvi/DESCR
+6-0nextvi/distinfo
+3-0nextvi/PLIST
+1-0Makefile
+54-06 files

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

sftpgo: update to 2.7.3

New features
    Added a configurable minimum-entropy check (common.secret_min_entropy, default 80) for data-at-rest encryption secrets (CryptFs passphrase, S3 SSE-C key), to reject trivially weak key material at submission time.
    Logs: added the virtual path to transfer/command logs and to event-log CSV exports.
    WebClient: replaced glightbox with a custom lightbox implementation for better CSP compatibility.

Bug fixes
    IP list: fixed matching when an IP is covered by multiple conflicting entries.
    Fixed comparison of unordered slices.
    Shares: enforce max_tokens atomically via a guarded conditional update, closing a check-then-write race that could let a usage-capped share be used more times than allowed under concurrent access.
    In-memory reset-code manager: check code expiry at retrieval time instead of relying only on the background cleanup.

Security fixes
    Fixed a path-confinement bypass in the public browsable-share partial ZIP download. CVE-2026-49244.
    Fixed a stored XSS where the inline parameter on browsable-share and authenticated user file downloads suppressed Content-Disposition: attachment, allowing an attacker-supplied HTML file to execute in SFTPGo's web origin. These endpoints now always respond with Content-Disposition: attachment and the inline parameter has been removed. CVE-2026-49245.

Hardening
    Neutralized CSV formula injection in the Event Manager and event-log CSV exports: cells starting with =, +, -, @, tab or CR are now prefixed with a single quote.

    [6 lines not shown]
DeltaFile
+483-522sftpgo/distinfo
+160-173sftpgo/go-modules.mk
+2-2sftpgo/PLIST
+1-1sftpgo/Makefile
+646-6984 files

NetBSD/pkgsrc-wip 80e094fCodeWhale Makefile

Minor Makefile clear-up
DeltaFile
+2-4CodeWhale/Makefile
+2-41 files