FreeBSD/ports 0213cfesecurity/voa Makefile Makefile.crates, security/voa/files patch-cargo-crates_voa-config-0.1.2_src_file_loader.rs patch-cargo-crates_voa-config-0.1.3_src_file_loader.rs

security/voa: update to 0.7.5

Changelog: https://voa.archlinux.page/voa/CHANGELOG.html#075---2026-07-04
(cherry picked from commit df259d3c33f884bc64cfe239776bec2fc493fcab)
DeltaFile
+237-231security/voa/distinfo
+117-114security/voa/Makefile.crates
+0-20security/voa/files/patch-cargo-crates_voa-config-0.1.2_src_file_loader.rs
+20-0security/voa/files/patch-cargo-crates_voa-config-0.1.3_src_file_loader.rs
+1-2security/voa/Makefile
+375-3675 files

FreeBSD/src a6e9e4cshare/man/man9 Makefile rtentry.9

nhop.9: Rewrite relics of rtentry.9 into nhop.9

Parts of rtentry.9 information such as information related to
the nexthop is outdated.
Remove those relics and add the new design into separate
manual instead.

Reviewed by:    bcr
Discussed with: ziaee
Differential Revision: https://reviews.freebsd.org/D58564
DeltaFile
+123-0share/man/man9/nhop.9
+16-40share/man/man9/rtentry.9
+2-0share/man/man9/Makefile
+141-403 files

FreeBSD/ports 8effa3email/nextcloud-mail Makefile distinfo

mail/nextcloud-mail: Update to 5.10.13
DeltaFile
+3-3mail/nextcloud-mail/distinfo
+1-1mail/nextcloud-mail/Makefile
+4-42 files

FreeBSD/ports bbff4e5security/nextcloud-end_to_end_encryption Makefile distinfo

security/nextcloud-end_to_end_encryption: Update to 2.2.3
DeltaFile
+3-3security/nextcloud-end_to_end_encryption/distinfo
+1-1security/nextcloud-end_to_end_encryption/Makefile
+4-42 files

FreeBSD/ports 147717ewww/nextcloud-calendar Makefile distinfo

www/nextcloud-calendar: Update to 6.5.4
DeltaFile
+3-3www/nextcloud-calendar/distinfo
+1-1www/nextcloud-calendar/Makefile
+4-42 files

FreeBSD/ports 47f93efwww/nextcloud-notes Makefile distinfo

www/nextcloud-notes: Update to 6.0.2
DeltaFile
+3-3www/nextcloud-notes/distinfo
+1-1www/nextcloud-notes/Makefile
+4-42 files

FreeBSD/ports df259d3security/voa Makefile Makefile.crates, security/voa/files patch-cargo-crates_voa-config-0.1.2_src_file_loader.rs patch-cargo-crates_voa-config-0.1.3_src_file_loader.rs

security/voa: update to 0.7.5

Changelog: https://voa.archlinux.page/voa/CHANGELOG.html#075---2026-07-04
DeltaFile
+237-231security/voa/distinfo
+117-114security/voa/Makefile.crates
+0-20security/voa/files/patch-cargo-crates_voa-config-0.1.2_src_file_loader.rs
+20-0security/voa/files/patch-cargo-crates_voa-config-0.1.3_src_file_loader.rs
+1-2security/voa/Makefile
+375-3675 files

FreeBSD/ports 62369bedevel/makedepend Makefile distinfo

devel/makedepend: update to 1.0.10

PR:             297663
Approved by:    x11 (maintainer, arrowd)

Sponsored by:   tipi.work
DeltaFile
+3-3devel/makedepend/distinfo
+2-3devel/makedepend/Makefile
+5-62 files

FreeBSD/ports 039eec1x11/nwg-dock Makefile, x11/nwg-drawer Makefile

various: Bump go ports for go-1.25.14 / 1.26.7
DeltaFile
+1-1x11/waveterm/Makefile
+1-1x11/wallutils/Makefile
+1-1x11/nwg-menu/Makefile
+1-1x11/nwg-look/Makefile
+1-1x11/nwg-drawer/Makefile
+1-1x11/nwg-dock/Makefile
+6-6800 files not shown
+806-801806 files

FreeBSD/ports 8edf7fblang/go126 Makefile distinfo

lang/go126: Update to 1.26.7

Changes:
  go1.26.7 (released 2026-08-19) includes fixes to the net/http package.

MFH:            2026Q3
(cherry picked from commit 466c3d8ebd2255c98a5461d168e0875f304d9d44)
DeltaFile
+13-13lang/go126/distinfo
+2-2lang/go126/Makefile
+15-152 files

FreeBSD/ports 3e75eaalang/go125 Makefile distinfo

lang/go125: Update to 1.25.14

Changes:
  go1.25.14 (released 2026-08-19) includes fixes to the net/http
  package.

MFH:            2026Q3
(cherry picked from commit 578f1cec0b2270176a2da96cf87a0ddde2eb46fc)
DeltaFile
+3-3lang/go125/distinfo
+1-1lang/go125/Makefile
+4-42 files

FreeBSD/ports 4867821textproc/mdtt Makefile, textproc/miller Makefile

various: Bump go ports for go-1.25.14 / 1.26.7
DeltaFile
+1-1textproc/ov/Makefile
+1-1textproc/openvpn-status-parser/Makefile
+1-1textproc/nerdlog/Makefile
+1-1textproc/minify/Makefile
+1-1textproc/miller/Makefile
+1-1textproc/mdtt/Makefile
+6-6812 files not shown
+818-790818 files

FreeBSD/ports 911d7d4Mk bsd.default-versions.mk, Mk/Uses go.mk

lang/go127: Add go 1.27

Changes:
  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.

  A key in a struct literal may now be any valid field selector for the
  struct type, not just a (top-level) field name of the struct.

  Function type inference has been generalized to apply in all contexts
  where a generic function is assigned to a variable of (or converted
  to) a matching function type.
DeltaFile
+13-0lang/go127/distinfo
+11-0lang/go127/files/patch-src_cmd_go_internal_modload_vendor.go
+4-0lang/go127/Makefile
+1-1Mk/bsd.default-versions.mk
+1-1Mk/Uses/go.mk
+1-0lang/Makefile
+31-26 files

FreeBSD/ports 578f1celang/go125 Makefile distinfo

lang/go125: Update to 1.25.14

Changes:
  go1.25.14 (released 2026-08-19) includes fixes to the net/http
  package.

MFH:            2026Q3
DeltaFile
+3-3lang/go125/distinfo
+1-1lang/go125/Makefile
+4-42 files

FreeBSD/ports 466c3d8lang/go126 Makefile distinfo

lang/go126: Update to 1.26.7

Changes:
  go1.26.7 (released 2026-08-19) includes fixes to the net/http package.

MFH:            2026Q3
DeltaFile
+13-13lang/go126/distinfo
+2-2lang/go126/Makefile
+15-152 files

FreeBSD/ports 0756397dns/bind9-devel Makefile, dns/bind920 Makefile

dns/bind9*: building with heimdal is broken on 15+

(cherry picked from commit 0760935063cae384de2d348972b5ef4a6e70b9aa)
DeltaFile
+4-0dns/bind920/Makefile
+4-0dns/bind9-devel/Makefile
+8-02 files

FreeBSD/ports 0760935dns/bind9-devel Makefile, dns/bind920 Makefile

dns/bind9*: building with heimdal is broken on 15+
DeltaFile
+4-0dns/bind920/Makefile
+4-0dns/bind9-devel/Makefile
+8-02 files

FreeBSD/ports 9b4aacdx11/xpr Makefile distinfo

x11/xpr: update to 1.2.1

PR:             297662
Approved by:    x11 (maintainer, arrowd)

Sponsored by:   tipi.work
DeltaFile
+3-3x11/xpr/distinfo
+1-2x11/xpr/Makefile
+4-52 files

FreeBSD/ports 3213128net-im/deltachat-desktop Makefile pkg-plist, net-im/deltachat-desktop/files/packagejsons pnpm-workspace.yaml pnpm-lock.yaml

net-im/deltachat-desktop: Update to 2.59.0
DeltaFile
+439-427net-im/deltachat-desktop/files/packagejsons/pnpm-lock.yaml
+7-7net-im/deltachat-desktop/distinfo
+0-9net-im/deltachat-desktop/pkg-plist
+4-4net-im/deltachat-desktop/Makefile
+3-3net-im/deltachat-desktop/files/packagejsons/pnpm-workspace.yaml
+3-3net-im/deltachat-desktop/files/packagejsons/packages/target-browser/package.json
+456-4533 files not shown
+461-4599 files

FreeBSD/ports d119b64net/deltachat-rpc-server Makefile Makefile.crates

net/deltachat-rpc-server: Update to 2.59.0
DeltaFile
+51-51net/deltachat-rpc-server/distinfo
+24-24net/deltachat-rpc-server/Makefile.crates
+1-4net/deltachat-rpc-server/Makefile
+76-793 files

FreeBSD/ports ba6550bcad/openvsp Makefile distinfo

cad/openvsp: Update to 3.51.3

ChangeLog: https://openvsp.org/blogs/announcements/2026/08/17/openvsp-3-51-3-released

Features:

 * API code examples now serve as unit tests
 * AI Audit for API completeness
 * VSPAERO Outputs more stuff for dynamic analysis

Build System:

 * Update AngelScript to v2.38
 * Improve Python MANIFEST.in and packaging

Bugs:

 * Fix AngelScript registration of vec3d and Matrix4d
 * Fix thin shell inertia calculation

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

FreeBSD/ports f6a8374cad/freecad-devel Makefile.git_rev distinfo, cad/freecad-devel/files patch-src_Gui_CMakeLists.txt patch-cMake_FindOCC.cmake

cad/freecad-devel: Update to 2026.08.18
DeltaFile
+5-5cad/freecad-devel/distinfo
+9-1cad/freecad-devel/pkg-plist
+10-0cad/freecad-devel/files/patch-src_Base_CrashReporter_Format.h
+4-4cad/freecad-devel/Makefile.git_rev
+2-2cad/freecad-devel/files/patch-src_Gui_CMakeLists.txt
+2-2cad/freecad-devel/files/patch-cMake_FindOCC.cmake
+32-146 files

FreeBSD/doc c101e6ddocumentation/content/en/books/porters-handbook/uses _index.adoc

[phb][Uses]: Update kde
DeltaFile
+2-1documentation/content/en/books/porters-handbook/uses/_index.adoc
+2-11 files

FreeBSD/src d583f31tests/sys/kern/tty test_sti.c

tests: Fix build if TIOCSTI is not defined

Some downstream projects (e.g. ElectroBSD) have removed the TIOCSTI

We already have some components (such as mail and tcsh) that build
without TIOCSTI defined.  This is (existing portability support in those
projects.

Simplify things for downstreams by extending this approach to this
additional TIOCSTI user.

Reviewed by:    markj
Differential Revision: https://reviews.freebsd.org/D50614

(cherry picked from commit 52a2b4bc5da21d7a54cb16b9450196244b59b8c0)
(cherry picked from commit b1bb3aa65cc9d720f54dba009565e0d1d0419323)
DeltaFile
+6-0tests/sys/kern/tty/test_sti.c
+6-01 files

FreeBSD/ports 0756396dns/bind-tools pkg-plist-devel, dns/bind9-devel Makefile distinfo

dns/bind9-devel: update to 9.21.25

Changes:        https://downloads.isc.org/isc/bind9/9.21.25/doc/arm/html/notes.html#notes-for-bind-9-21-25
(cherry picked from commit 07609290d017cd3c523682eadb4e2b6715f318c9)
DeltaFile
+12-12dns/bind9-devel/files/patch-meson.build
+8-8dns/bind9-devel/files/extrapatch-bind-min-override-ttl
+6-5dns/bind9-devel/pkg-plist
+5-5dns/bind-tools/pkg-plist-devel
+3-3dns/bind9-devel/distinfo
+1-1dns/bind9-devel/Makefile
+35-346 files

FreeBSD/ports 0756395dns/bind-tools pkg-plist, dns/bind920 Makefile distinfo

dns/bind920: update to 9.20.27

Changes:        https://downloads.isc.org/isc/bind9/9.20.27/doc/arm/html/notes.html#notes-for-bind-9-20-27
(cherry picked from commit 07609280d770b7ece9c8198a8327dbb9e804d60e)
DeltaFile
+7-7dns/bind920/files/extrapatch-bind-min-override-ttl
+5-5dns/bind920/pkg-plist
+5-5dns/bind-tools/pkg-plist
+3-3dns/bind920/distinfo
+1-1dns/bind920/Makefile
+21-215 files

FreeBSD/ports 0760929dns/bind-tools pkg-plist-devel, dns/bind9-devel Makefile distinfo

dns/bind9-devel: update to 9.21.25

Changes:        https://downloads.isc.org/isc/bind9/9.21.25/doc/arm/html/notes.html#notes-for-bind-9-21-25
DeltaFile
+12-12dns/bind9-devel/files/patch-meson.build
+8-8dns/bind9-devel/files/extrapatch-bind-min-override-ttl
+6-5dns/bind9-devel/pkg-plist
+5-5dns/bind-tools/pkg-plist-devel
+3-3dns/bind9-devel/distinfo
+1-1dns/bind9-devel/Makefile
+35-346 files

FreeBSD/ports 0760928dns/bind-tools pkg-plist, dns/bind920 Makefile distinfo

dns/bind920: update to 9.20.27

Changes:        https://downloads.isc.org/isc/bind9/9.20.27/doc/arm/html/notes.html#notes-for-bind-9-20-27
DeltaFile
+7-7dns/bind920/files/extrapatch-bind-min-override-ttl
+5-5dns/bind920/pkg-plist
+5-5dns/bind-tools/pkg-plist
+3-3dns/bind920/distinfo
+1-1dns/bind920/Makefile
+21-215 files

FreeBSD/ports 0760927devel/gitolite Makefile distinfo

devel/gitolite2: update to 3.6.15
DeltaFile
+3-3devel/gitolite/distinfo
+1-1devel/gitolite/Makefile
+4-42 files

FreeBSD/src 3e42109sys/compat/linuxkpi/common/src linux_80211.c

LinuxKPI: 802.11: deal with wdev list, and misc

Fill in more (lvif) wdev details and add it to the list under the wiphy
struct so that iterators at least work and find the (one) device.
This is needed for the upcoming espwl(4) driver.

misc: add WPI-SMS4 to the list of cipher suits (we won't support it but
at least print the name).

MFC after:      3 days
DeltaFile
+24-5sys/compat/linuxkpi/common/src/linux_80211.c
+24-51 files