FreeBSD/ports 035e831audio/jacktrip distinfo Makefile

audio/jacktrip: update 2.7.2 → 3.0.0
DeltaFile
+3-3audio/jacktrip/distinfo
+1-1audio/jacktrip/Makefile
+4-42 files

NetBSD/pkgsrc-wip 2c3b54f. TODO

TODO: + neatvnc-0.9.6, resterm-0.31.2.
DeltaFile
+2-0TODO
+2-01 files

NetBSD/pkgsrc-wip 99f7fb6crush distinfo go-modules.mk

crush: update to 0.62.1
DeltaFile
+165-165crush/distinfo
+54-54crush/go-modules.mk
+4-1crush/Makefile
+223-2203 files

FreeBSD/ports aa8b487Mk/Uses meson.mk

Mk/Uses/meson.mk: Silence warning during do-configure stage

Add setup to CONFIGURE_ARGS to silence following warning:
"WARNING: Running the setup command as `meson [options]` instead of
`meson setup [options]` is ambiguous and deprecated."

PR:             294808
Reviewed by:    desktop (arrowd)
DeltaFile
+2-1Mk/Uses/meson.mk
+2-11 files

FreeBSD/ports 8d36ef1textproc/expat2 distinfo Makefile

textproc/expat2: Update to 2.8.0

Changelog:
https://github.com/libexpat/libexpat/blob/R_2_8_0/expat/Changes

PR:             294769
Reviewed by:    desktop (arrowd)
DeltaFile
+3-3textproc/expat2/distinfo
+1-1textproc/expat2/Makefile
+1-1textproc/expat2/pkg-plist
+5-53 files

FreeBSD/ports 5e13c27security/vuxml/vuln 2026.xml

security/vuxml: Add entry for lcms2 CVE-2026-41254

Integer overflow
DeltaFile
+28-0security/vuxml/vuln/2026.xml
+28-01 files

FreeBSD/ports 39586d1print/pdfcpu distinfo Makefile

print/pdfcpu: Update to 0.12.0

Changelog: https://github.com/pdfcpu/pdfcpu/releases/tag/v0.12.0
DeltaFile
+5-5print/pdfcpu/distinfo
+2-3print/pdfcpu/Makefile
+7-82 files

FreeBSD/src 28932dcsys/net if_tuntap.c

tuntap: add SIOCGIFCAP and SIOCSIFCAP ioctls

Add SIOCGIFCAP ioctl-command for tun/tap character device to be used
by bhyve for offloading in the future.
Add SIOCSIFCAP for symmetry.

Reviewed by:            markj, pouria, tuexen
MFC after:              1 week
Event:                  Wiesbaden Hackathon 2026
Differential Revision:  https://reviews.freebsd.org/D51289
DeltaFile
+17-0sys/net/if_tuntap.c
+17-01 files

FreeBSD/src 1bfd392share/man/man4 vtnet.4, sys/arm/allwinner if_awg.c

vtnet: remove loader tunable fixup_needs_csum

Removes the deprecated loader tunable fixup_needs_csum. Removes also
the sysctl counter rx_csum_bad_offset that is no longer in use.

Reviewed by:            tuexen
Event:                  Wiesbaden Hackathon 2026
Differential Revision:  https://reviews.freebsd.org/D55588
DeltaFile
+12-66sys/dev/virtio/network/if_vtnet.c
+2-22share/man/man4/vtnet.4
+7-7sys/arm/allwinner/if_awg.c
+21-953 files

FreeBSD/ports cbef2cescience/meep pkg-plist distinfo

science/meep: update 1.29.0 → 1.33.0
DeltaFile
+8-8science/meep/pkg-plist
+3-3science/meep/distinfo
+1-2science/meep/Makefile
+12-133 files

FreeBSD/ports 82ef54bmultimedia/py-ustreamer distinfo Makefile, multimedia/ustreamer distinfo Makefile

multimedia/{,py-}ustreamer: update 6.50 → 6.56
DeltaFile
+3-3multimedia/ustreamer/distinfo
+3-3multimedia/py-ustreamer/distinfo
+1-1multimedia/ustreamer/Makefile
+1-1multimedia/py-ustreamer/Makefile
+8-84 files

FreeBSD/ports 472619dfinance/py-bt Makefile distinfo

finance/py-bt: update 1.1.4 → 1.2.0
DeltaFile
+4-5finance/py-bt/Makefile
+3-3finance/py-bt/distinfo
+7-82 files

FreeBSD/ports 1892742misc/koboldcpp distinfo Makefile

misc/koboldcpp: update 1.112.1 → 1.112.2
DeltaFile
+3-3misc/koboldcpp/distinfo
+1-1misc/koboldcpp/Makefile
+4-42 files

FreeBSD/ports 72a4cdfdevel/lace pkg-plist distinfo

devel/lace: update 2.3.0 → 2.3.2
DeltaFile
+4-3devel/lace/pkg-plist
+3-3devel/lace/distinfo
+2-2devel/lace/Makefile
+9-83 files

FreeBSD/ports bc5446adevel/cargo-tarpaulin distinfo Makefile.crates

devel/cargo-tarpaulin: update 0.35.2 → 0.35.4
DeltaFile
+321-337devel/cargo-tarpaulin/distinfo
+160-168devel/cargo-tarpaulin/Makefile.crates
+1-2devel/cargo-tarpaulin/Makefile
+482-5073 files

FreeBSD/ports de84f17chinese/py-rjieba distinfo Makefile.crates

chinese/py-rjieba: update 0.2.0 → 0.2.1
DeltaFile
+69-73chinese/py-rjieba/distinfo
+33-35chinese/py-rjieba/Makefile.crates
+1-1chinese/py-rjieba/Makefile
+103-1093 files

NetBSD/pkgsrc dTo3fxbdoc CHANGES-2026

   doc: Updated devel/task to 3.50.0
VersionDeltaFile
1.2593+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 1JOV24Ydevel/task distinfo go-modules.mk

   devel/task: update to 3.50.0

   * Added enum.ref support in requires: enum constraints can now reference
     variables or template pipelines (e.g., ref: .ALLOWED_ENVS) instead of
     duplicating static lists. Combined with sh: variables, this enables fully
     dynamic enum validation.
   * Fixed Fish completion using hardcoded task binary name instead of
     $GO_TASK_PROGNAME for experiments cache.
   * Fixed watch mode ignoring SIGHUP signal, causing the watcher to exit
     instead of restarting.
   * Fixed a long time bug where the task wouldn't re-run as it should when
     using method: timestamp and the files listed on generates: were
     deleted. This makes method: timestamp behaves the same as method:
     checksum.
VersionDeltaFile
1.13+376-388devel/task/distinfo
1.13+124-128devel/task/go-modules.mk
1.25+2-3devel/task/Makefile
+502-5193 files

NetBSD/src EFTZL7Lsys/arch/hppa/dev summitfb.c

   forgot underline support when drawing mono fonts...
VersionDeltaFile
1.41+13-4sys/arch/hppa/dev/summitfb.c
+13-41 files

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

kubectl: update to 1.36.0

Changes by Kind

Deprecation

* Renamed: AllowlistEntry.Name to AllowlistEntry.Command in the credential
  plugin allowlist. [SIG API Machinery, Auth, CLI and Testing]

API Change

* Added SchedulingConstraints to express topology-aware scheduling (TAS)
  constraints for PodGroup scheduling behind the
  TopologyAwareWorkloadScheduling feature gate. Added the TopologyPlacement
  plugin implementing the PlacementGenerate extension point to take
  constraints into consideration during PodGroup scheduling. [SIG API
  Machinery, Apps, Auth, CLI, Cloud Provider, Etcd, Node, Scheduling and
  Testing]
* Added DisruptionMode, PriorityClassName, and Priority fields to the

    [176 lines not shown]
DeltaFile
+561-621kubectl/distinfo
+186-206kubectl/go-modules.mk
+1-1kubectl/COMMIT_MSG
+1-1kubectl/Makefile
+749-8294 files

NetBSD/pkgsrc VVQUO35doc CHANGES-2026

   Updated security/py-cryptography, security/py-cryptography_vectors, security/py-OpenSSL, audio/py-mediafile
VersionDeltaFile
1.2592+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc e23Mv9Zaudio/py-mediafile distinfo Makefile

   py-mediafile: updated to 0.17.0

   0.17.0
   storage: add MP3SYLTStorageStyle for SYLT synchronized lyrics
VersionDeltaFile
1.8+4-4audio/py-mediafile/distinfo
1.10+2-2audio/py-mediafile/Makefile
+6-62 files

NetBSD/pkgsrc ZJNojaXsecurity/py-OpenSSL distinfo Makefile

   py-OpenSSL: updated to 26.1.0

   26.1.0 (2026-04-24)

   Changes:

   - Maximum supported ``cryptography`` version is now 47.x.
   - Fixed ``X509Name`` field setters to correctly pass the value length to OpenSSL. Previously, values containing NUL bytes would be silently truncated, causing a divergence between the stored ASN.1 value and the value visible from Python. Credit to **BudongJW** for reporting the issue. **CVE-2026-40475**
VersionDeltaFile
1.41+4-4security/py-OpenSSL/distinfo
1.80+2-2security/py-OpenSSL/Makefile
+6-62 files

NetBSD/pkgsrc mKGmKWYsecurity/py-cryptography distinfo cargo-depends.mk, security/py-cryptography_vectors PLIST distinfo

   py-cryptography py-cryptography_vectors: updated to 47.0.0

   47.0.0 - 2026-04-24

   Support for Python 3.8 is deprecated and will be removed in the next cryptography release.
   BACKWARDS INCOMPATIBLE: Support for binary elliptic curves (SECT* classes) has been removed. These curves are rarely used and have additional security considerations that make them undesirable.
   BACKWARDS INCOMPATIBLE: Support for OpenSSL 1.1.x has been removed. OpenSSL 3.0.0 or later is now required. LibreSSL, BoringSSL, and AWS-LC continue to be supported.
   BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL < 4.1.
   BACKWARDS INCOMPATIBLE: Loading keys with unsupported algorithms or keys with unsupported explicit curve encodings now raises :class:`~cryptography.exceptions.UnsupportedAlgorithm` instead of ValueError. This change affects :func:`~cryptography.hazmat.primitives.serialization.load_pem_private_key`, :func:`~cryptography.hazmat.primitives.serialization.load_der_private_key`, :func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key`, :func:`~cryptography.hazmat.primitives.serialization.load_der_public_key`, and :meth:`~cryptography.x509.Certificate.public_key` when called on certificates with unsupported public key algorithms.
   BACKWARDS INCOMPATIBLE: When parsing elliptic curve private keys, we now reject keys that incorrectly encode a private key of the wrong length because such keys are impossible to process in a constant-time manner. We do not believe keys with this problem are in wide use, however we may revert this change based on the feedback we receive.
   Deprecated passing 64-bit (8-byte) and 128-bit (16-byte) keys to :class:`~cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES`. In a future release, only 192-bit (24-byte) keys will be accepted. Users should expand shorter keys themselves (e.g., for single DES: key + key + key, for two-key: key + key[:8]).
   Updated the minimum supported Rust version (MSRV) to 1.83.0, from 1.74.0.
   Support for x86_64 macOS (including publishing wheels) is deprecated and will be removed in the next release. We will switch to publishing an arm64 only wheel for macOS.
   Support for 32-bit Windows (including publishing wheels) is deprecated and will be removed in the next release. Users should move to a 64-bit Python installation.
   public_bytes and private_bytes methods on keys now raise TypeError (instead of ValueError) if an invalid encoding is provided for the given format.
   Moved :class:`~cryptography.hazmat.decrepit.ciphers.modes.CFB`, :class:`~cryptography.hazmat.decrepit.ciphers.modes.OFB`, and :class:`~cryptography.hazmat.decrepit.ciphers.modes.CFB8` into :doc:`/hazmat/decrepit/index` and deprecated them in the modes module. They will be removed from the modes module in 49.0.0.
   Moved :class:`~cryptography.hazmat.primitives.ciphers.algorithms.Camellia` into :doc:`/hazmat/decrepit/index` and deprecated it in the cipher module. It will be removed from the cipher module in 49.0.0.
   Added :meth:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF.extract` to :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`. The previous private implementation will be removed in 49.0.0.
   Added support for loading elliptic curve keys that contain explicit encodings of the curves secp256r1, secp384r1, and secp521r1.

    [13 lines not shown]
VersionDeltaFile
1.116+79-92security/py-cryptography/distinfo
1.23+25-29security/py-cryptography/cargo-depends.mk
1.35+20-1security/py-cryptography_vectors/PLIST
1.40+19-1security/py-cryptography/PLIST
1.77+4-4security/py-cryptography_vectors/distinfo
1.143+2-2security/py-cryptography/Makefile
+149-1292 files not shown
+152-1328 files

FreeBSD/ports 3d5e377misc/py-instructor Makefile

misc/py-instructor: Relax upper bound of py-jiter version to unbreak build

Reported by:    pkg-fallout
DeltaFile
+1-1misc/py-instructor/Makefile
+1-11 files

NetBSD/pkgsrc Su4NPcfdoc CHANGES-2026

   Updated audio/mpg123, editors/neovim
VersionDeltaFile
1.2591+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 43CdLlzeditors/neovim PLIST distinfo

   neovim: updated to 0.12.2

   NVIM v0.12.2
   Following is a list of commits (fixes/features only) in this release.
   See `:help news` in Nvim for release notes.

   https://github.com/neovim/neovim/commit/4b35336f6f850ce68a230716401cdaa21bdb6a25
VersionDeltaFile
1.15+8-7editors/neovim/PLIST
1.23+4-4editors/neovim/distinfo
1.26+2-2editors/neovim/Makefile
+14-133 files

FreeBSD/ports 15d3e57net-im/teams Makefile, x11/waveterm Makefile

*/*: Bump port revision after electron41 update (46e614a41b36)
DeltaFile
+1-1x11/waveterm/Makefile
+1-0net-im/teams/Makefile
+2-12 files

FreeBSD/ports 46e614adevel/electron41 distinfo, devel/electron41/files patch-electron_spec_api-browser-window-spec.ts patch-electron_shell_browser_native__window__views.cc

devel/electron41: Update to 41.3.0

Changelog:
- https://github.com/electron/electron/releases/tag/v41.2.2
- https://github.com/electron/electron/releases/tag/v41.3.0

Reported by:    GitHub (watch releases)
DeltaFile
+14-14devel/electron41/files/patch-electron_spec_api-browser-window-spec.ts
+13-13devel/electron41/files/patch-electron_shell_browser_native__window__views.cc
+15-6devel/electron41/files/patch-electron_spec_api-app-spec.ts
+18-0devel/electron41/files/packagejsons/npm/package.json
+7-7devel/electron41/files/patch-electron_BUILD.gn
+7-7devel/electron41/distinfo
+74-4755 files not shown
+298-6561 files

NetBSD/pkgsrc b0jEFeDaudio/mpg123 distinfo Makefile.common

   mpg123: updated to 1.33.5

   1.33.5

   - mpg123: Fix generic control mode for largefile-sensitive builds, where 32 bit
     off_t was used with mpg123 API calls expecting 64 bit off_t.
     I am appalled that it took a user on 32 bit ARM and a specific https stream
     to notice this (bug 385, regression since 1.32.0).
     The security impact of this could be serious, with memory corruption including
     segfault being observed.
   - mpg123-id3dump, out123: Enable 64 bit offset usage on largefile-sensitive
     platforms (regression since 1.32.0).
   - libmpg123:
   -- Announce support for shadow stack / IBT in x86-64 assembly.
   -- Also announce PAC/BTI for non-accurate neon64 (aarch64) synth.
   - libout123: Add a safeguard to ensure variable-length records from buffer
     communication are always zero-terminated.
   - libsyn123: Use union work buffer to avoid casts that may look like breaking
     strict aliasing.
VersionDeltaFile
1.85+4-4audio/mpg123/distinfo
1.85+2-2audio/mpg123/Makefile.common
+6-62 files