x11/vdesk: upgrading 1.2 -> 1.3
Major changes:
* Update the autotools build system.
* Ensure built cleanly with a compiler supporting any C version
from ANSI C to C23
* Tidy up the code and documentation, and convert the ChangeLog
to NEWS format
* Ensure that vdesk always calls XCloseDisplay before exiting
Event: Wiesbaden Hackathon 202604
x11/xdm: Run-depend on x11/xrdb, as xdm calls this executable
There are a lot of more missing dependencies that I failed to enumerate in
entirety, but this is at least step forward.
Pull Request: https://github.com/freebsd/freebsd-ports/pull/505
security/vuxml: Add entry for (lib)expat CVE-2026-41080
(lib)expat before 2.8.0 uses insufficient entropy, and thus hash
flooding can occur via a crafted XML document
PR: 294769
pf: fix duplicate rule detection for automatic tables
We should look at the table name for automatic tables as well. These
are different tables, so the rules using them are (or can be) different
as well.
MFC after: 3 days
Reported by: Michael Sinatra <michael at burnttofu.net>
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit fb838352751767e756bd45cd2040fa464ed4de20)
pf: fix duplicate rule detection for automatic tables
We should look at the table name for automatic tables as well. These
are different tables, so the rules using them are (or can be) different
as well.
MFC after: 3 days
Reported by: Michael Sinatra <michael at burnttofu.net>
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit fb838352751767e756bd45cd2040fa464ed4de20)
net-mgmt/cacti: update cacti config to use net-smtp by default
Latest php upgrade introduces an issue between cacti and php-snmp
causing data retrieval issues. This not occurs if cacty is
instructed by configuration to use the net-snmp binary instead.
Change default configuration to use net-snmp by default,
but kept php-snmp dependency to not break existing installs.
Do some extra cleanup and to comply with portlint and portfmt expectations.
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)
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
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