FreeBSD/ports 47b45fcnet/liferea Makefile pkg-plist, net/liferea/files patch-src_Makefile.in patch-263663385df5a98301b053c6f0d1cc4b22e2f89e

net/liferea: update to 2.0

Release Notes:
  https://github.com/lwindolf/liferea/releases/tag/v2.0
DeltaFile
+74-102net/liferea/pkg-plist
+0-39net/liferea/files/patch-src_plugins_plugins__engine.c
+6-14net/liferea/Makefile
+20-0net/liferea/files/patch-meson.build
+18-0net/liferea/files/patch-263663385df5a98301b053c6f0d1cc4b22e2f89e
+0-10net/liferea/files/patch-src_Makefile.in
+118-1651 files not shown
+121-1687 files

FreeBSD/ports a2cc1easecurity/zeek Makefile pkg-plist

security/zeek: Update to 8.0.10

    https://github.com/zeek/zeek/releases/tag/v8.0.10

This release fixes the following vulnerabilities:

 - HIGH: SMB: Chains of AndX messages can crash Zeek

 - HIGH: DNP3: Memory exhaustion via file control (g70v1) fields

 - HIGH: SIP: Memory exhaustion from long request/response paths

 - HIGH: DHCP: Memory exhaustion from retained options after analyzer
   violation

 - HIGH: SMTP: Memory exhaustion from large numbers of rcptto/to/cc/path
   entries

 - HIGH: SMB: DCE/RPC memory exhaustion from fragment state

    [63 lines not shown]
DeltaFile
+3-3security/zeek/distinfo
+4-0security/zeek/pkg-plist
+1-2security/zeek/Makefile
+8-53 files

FreeBSD/ports cbe03aasecurity/vuxml/vuln 2026.xml

security/vuxml: Mark security/zeek < 8.0.10 as vulnerable as per:

    https://github.com/zeek/zeek/releases/tag/v8.0.10

This release fixes the following vulnerabilities:

 - HIGH: SMB: Chains of AndX messages can crash Zeek

 - HIGH: DNP3: Memory exhaustion via file control (g70v1) fields

 - HIGH: SIP: Memory exhaustion from long request/response paths

 - HIGH: DHCP: Memory exhaustion from retained options after analyzer
   violation

 - HIGH: SMTP: Memory exhaustion from large numbers of rcptto/to/cc/path
   entries

 - HIGH: SMB: DCE/RPC memory exhaustion from fragment state

    [46 lines not shown]
DeltaFile
+68-1security/vuxml/vuln/2026.xml
+68-11 files

FreeBSD/ports 7377f8bdatabases/heidisql Makefile distinfo, databases/heidisql/files patch-source_generic__types.pas patch-source_main.pas

databases/heidisql: Update to 12.21

ChangeLog at:   https://github.com/HeidiSQL/HeidiSQL/releases/tag/v12.21
DeltaFile
+6-6databases/heidisql/files/patch-source_main.pas
+3-3databases/heidisql/files/patch-source_generic__types.pas
+3-3databases/heidisql/distinfo
+1-1databases/heidisql/Makefile
+13-134 files

FreeBSD/ports 7a755d3net/rustconn Makefile Makefile.crates, net/rustconn/files patch-cargo-crates_cpal-0.18.1_src_host_mod.rs patch-cargo-crates_cpal-0.18.1_src_host_alsa_mod.rs

net/rustconn: Update to 0.20.4

- Remove all patches (that were valid for the previous version of cpal
  crate)

ChangeLog:      https://github.com/totoshko88/RustConn/releases/tag/v0.20.4
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+0-50net/rustconn/files/patch-cargo-crates_cpal-0.18.1_src_host_alsa_mod.rs
+11-11net/rustconn/distinfo
+0-10net/rustconn/files/patch-cargo-crates_cpal-0.18.1_src_host_mod.rs
+4-4net/rustconn/Makefile.crates
+1-1net/rustconn/Makefile
+16-765 files

FreeBSD/ports 4e6a9fctextproc/xfce4-dict-plugin Makefile pkg-plist, textproc/xfce4-dict-plugin/files patch-lib_common.c

textproc/xfce4-dict-plugin: Update to 0.8.10
DeltaFile
+11-0textproc/xfce4-dict-plugin/files/patch-lib_common.c
+3-3textproc/xfce4-dict-plugin/distinfo
+1-1textproc/xfce4-dict-plugin/Makefile
+2-0textproc/xfce4-dict-plugin/pkg-plist
+17-44 files

FreeBSD/src ba27b63sys/compat/linux linux.h linux_netlink.c

linux: Add STF type and convert some if_type to ARPHRD

Convert IFT_BRIDGE and IFT_L2VLAN to ARPHRD_ETHER, and IFT_LOOP
to ARPHRD_LOOPBACK in linux netlink.
Also, add ARPHRD_SIT and convert IFT_STF to it.

Reviewed by:    kfv
Differential Revision:  https://reviews.freebsd.org/D58573
DeltaFile
+8-0sys/compat/linux/linux_netlink.c
+1-0sys/compat/linux/linux.h
+9-02 files

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/src f30ef13sys/dev/gve gve_adminq.c

gve: Implement AQ batching for queue creation and destruction

Currently, the FreeBSD driver configures and destroys queues
sequentially by issuing individual Admin Queue (AQ) commands.

During queue teardown (e.g., interface reset), disabling queues
one by one leaves the device in a partially configured state.
Because the device does not yet know that the driver is in the
process of fully unconfiguring all queues, this intermediate
state can trigger transient error logs (such as when queue 0 is
disabled while other queues are still active).

Modify the driver to use Admin Queue batching for both the
creation and destruction of TX and RX queues. Commands are now
queued and kicked together, ensuring the queue configuration changes
are applied atomically and preventing transient errors from being logged.

Signed-off-by: Sujithra Periasamy <sujithra at google.com>


    [6 lines not shown]
DeltaFile
+37-10sys/dev/gve/gve_adminq.c
+37-101 files

FreeBSD/src 43a3400share/man/man4 ctl.4

ctl.4: Document the assumption that CTL HA runs only on trusted networks

The CTL High Availablity clustering feature allows a pair of hosts to
implement transparent failover.  The implementation uses a TCP
connection to exchange messages.  There is no authentication mechanism
and the protocol itself embeds kernel pointers in the messages exchanged
between HA hosts.  This property (of CTL_MSG_DATAMOVE messages
specifically), as well as insufficient validation of inbound messages,
mean that anyone able to access a CTL HA port is able to remotely
execute code on that host.

Provide a warning to this effect in the CTL man page.

Reported by:    Ryan of Calif.io
Reviewed by:    ziaee, ken, mav
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58622

(cherry picked from commit 3c8f8432b6f653128016c6aaf826e1efb7ee1cec)
DeltaFile
+6-1share/man/man4/ctl.4
+6-11 files

FreeBSD/src 8eef466sys/kern subr_epoch.c

epoch: Fix epoch_drain_callbacks()

This function is supposed to wait until all pending callbacks have been
executed.  This is useful in some contexts where we tear down some
context (like a VNET jail and its associated UMA zones) synchronously,
and we want to make sure that all pending asynchronous callbacks (which
may free objects to said UMA zones) have run first.

The implementation schedules a callback on each CPU and waits for them
all to run.  This assumes that, on a given CPU, callbacks are executed
in the order that they are pushed.  This assumption depends on the
implementation of epoch_call_task() and ck_epoch_poll_deferred(), and it
is not true in general.

Callbacks are pushed onto a per-CPU stack in LIFO order.
ck_epoch_poll_deferred() first pulls out the callbacks from epoch - 2,
which are always safe to execute, and in so doing reorders them such
that the oldest callback as at the top of the stack, so in this case,
epoch_call_task() will execute them in order.  However,

    [24 lines not shown]
DeltaFile
+30-20sys/kern/subr_epoch.c
+30-201 files

FreeBSD/src 1fe3a28sys/netinet6 raw_ip6.c

rawip: Fix handling of checksums in rip6_input()

A v6 raw socket may ask the kernel to validate the checksum of an
inbound packet.  If it does, and the validation fails, we discard the
packet, but this isn't really right: other raw sockets may wish to
receive a copy of the packet anyway.

Rework checksum handling to address this problem, and use a flag to
avoid computing the checksum more than once for a given packet.

Fixes:          de2d47842e880281 ("SMR protection for inpcbs")
Reviewed by:    pouria, glebius
Reported by:    Yunzhi Ke
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58559

(cherry picked from commit 196874ce2e97e3e6425493b1d501e716b356bc36)
DeltaFile
+15-11sys/netinet6/raw_ip6.c
+15-111 files

FreeBSD/src 843ef89sys/netinet in_mcast.c, sys/netinet6 in6_mcast.c

in_mcast: Fix uninitialized variable usage in inm_merge()

When the first loop in inm_merge() hits an error, generally because it
hit some limit on the number of source filters for a multicast group,
inm_merge() tries to atomically roll back changes to the group source
filter list.

To roll back, it iterates over the global source filter list for the
multicast group, starting at the last entry that we updated ("nims").
But, if we have not yet updated any entries, this variable is
uninitialized.  Initialize it to NULL, so that RB_FOREACH_REVERSE_FROM
doesn't visit any source filters in this case.

All of the above applies to the v6 case.

Reported by:    Daniel Birtwhistle
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation

(cherry picked from commit b9db5a5b16477863654f92ec653e8464528ef981)
DeltaFile
+1-0sys/netinet6/in6_mcast.c
+1-0sys/netinet/in_mcast.c
+2-02 files

FreeBSD/src fb0af87sys/kern kern_fork.c

proc: Copy the p_reapsubtree field explicitly during fork

p_reapsubtree lives in the p_startcopy/p_endcopy block of struct proc,
which is copied during fork without any synchronization.  However, the
field is not stable except when the proctree lock is held, and indeed
may change if p1's reaper exits or explicitly releases its reaper
status.  This state change can race with fork() and leave the child with
an incorrect p_reapsubtree field.

Close the race: explicitly copy the field under the proctree lock during
fork.

Reported by:    syzkaller
Reviewed by:    kib
MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58482

(cherry picked from commit 8616b7dc3850758eb39a5b63f41f56c05403380b)
DeltaFile
+7-0sys/kern/kern_fork.c
+7-01 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