security/gvm: Update to 26.8.0
security/gsa: Update to 26.4.1 (Only amd64 and aarch64)
security/gsad: Update to 24.9.0
security/openvas: Update to 23.31.4
security/gvmd: Update to 26.8.0
security/gvm-libs: 22.31.1
security/py-greenbone-feed-sync: Update to 25.1.6
security/py-gvm-tools: Update to 25.4.2
security/py-python-gvm: Update to 26.7.1
databases/qof: Switch to new upstream
The previous upstream has been unfetchable for quite a while.
There are a number of forks, of which https://github.com/GnoTime/qof
seems to be the most active. It is also the same GH account as
is used by deskutils/gnotime, which is our only in-tree consumer.
Take MAINTAINERship and undeprecate.
MFH: 2025Q4
freebsd-update: Add some diagnositic information for a failure case
Users report freebsd-update failing with "The update metadata index is
correctly signed, but failed an integrity check." Add a hint at which
of the cases is failing to help track down the issue.
PR: 264205
Reviewed by: dch
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52222
(cherry picked from commit af4ba95daf75cf1b1624dd57038cfaa3ed2753e7)
textproc/md4c: Update 0.5.2 => 0.5.2.20240225 (last commit)
This update allow onlyoffice-documentserver to use the ports version,
rather than the existing source build.
Changelog:
Fixes:
- Fix quadratic time behavior caused by one-by-one walking over
block lines instead of calling md_lookup_line().
- Fix quadratic time and output size behavior caused by malicious
misuse of link reference definitions.
- The strike-through extension (with flag MD_FLAG_STRIKETHROUGH)
now follows same logic as other emphasis spans in respect to
punctuation character and word boundaries.
- Fix handling tab when removing trailing whitespace, especially in
connection with ATX headers.
https://github.com/mity/md4c/blob/481fbfb/CHANGELOG.md
Commit log:
[5 lines not shown]
iflib: fix iflib_simple_transmit() when interface is down
Use the same check as iflib_if_transmit() to detect when the
interface is down and return the proper error code, and also
free the mbuf.
This fixes an mbuf leak when a member of a lagg is brought
down (and probably many other scenarios).
Sponsored by: Netflix
security/aide: Depend on a crypto library
When not specified the aide build automatically detects the installed
crypto library. It bails if no library is found. We have a choice of
libgcrypt or nettle. Default to libgcrypt but allow the user to
select nettle.
dpaa2: Setup interface caps on attach
39d4094173f9 ("epair: add support for checksum offloading") revealed
that HW checksum offloading is not enabled when the dpaa2_ni driver
is attached despite being declared and enabled on the dpni interface.
I modified dpaa2_ni_setup_if_caps to take into account both IPv4 and
IPv6 checksum offloading capabilities and added a call to re-configure
interface capabilities on attach to fix it.
Reviewed by: bz
Fixes: 39d4094173f9 ("epair: add support for checksum offloading")
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D53436
sh: Fix job pointer invalidation with trapsasync
Calling dotrap() can do almost anything, including reallocating the
jobtab array. Convert the job pointer to an index before calling
dotrap() and then restore a proper job pointer afterwards.
PR: 290330
Reported by: bdrewery
Reviewed by: bdrewery
Differential Revision: https://reviews.freebsd.org/D53793