icmp6: clear csum_flags on mbuf reuse
When icmp6 sends an ICMPv6 message, it reuses the mbuf of the packet
that triggered the ICMPv6 message and prepends an IPv6 and ICMPv6
header. For a locally generated packet with checksum offloading, the
mbuf still has csum_flags set indicating that a SCTP/TCP/UDP checksum
has to be computed and inserted. Since this not the case anymore,
csum_flags need to be cleared.
PR: 293227
Reviewed by: kp, zlei, tuexen
Differential Revision: https://reviews.freebsd.org/D55367
(cherry picked from commit ada4dc77577f7162353e8c2916ba5c258b6210f0)
mvc: BaseListField: shared implementation of $internalStaticOptionList, proof of concept for https://github.com/opnsense/core/issues/9816 (#9839)
Wrap static access in protected functions which ensures content is static per inherited class:
hasStaticOptions()
getStaticOptions()
setStaticOptions(array)
resetStaticOptions()
www/chromium: update to 145.0.7632.109
* 145.0.7632.109
This update includes 3 security fixes. Please see the
Chrome Security Page for more information.
[TBD][477033835] High CVE-2026-2648: Heap buffer overflow
in PDFium. Reported by soiax on 2026-01-19
[TBD][481074858] High CVE-2026-2649: Integer overflow in V8.
Reported by JunYoung Park(@candymate) of KAIST Hacking Lab on 2026-02-03
[N/A][476461867] Medium CVE-2026-2650: Heap buffer overflow
in Media. Reported by Google on 2026-01-18
audio/glyr: disable all broken metadata providers, update to musicbrainz v2 API
musicbrainz v1 API was removed in 2018, glyr itself is more or less
abandoned upstream in 2016, but some metadata providers still work fine
(mostly lastfm, musicbrainz, lyrix & elyrics)
required to update audio/gmpc to a less deprecated version and somewhat
retain metadata fetching..
print/scribus: update to 1.7.2.
see https://wiki.scribus.net/canvas/1.7.2_Release
play the patch whack-a-mole since patches fixing the build with poppler
25.7, 25.9, 25.10 & 26.01 were merged upstream, and only keep the one
fixing the build with poppler 26.02.
x11/lxqt/config: backport build fix with kscreen 6.6
ideally one should update lxqt-config to 2.3.1 which includes that fix,
but sadly x11/lxqt doesn't have a maintainer to properly update the
whole desktop environment to 2.3, and enable wayland support... any
takers ?
ports.7: Add port files to FILES
Add terse descriptions for the individual files that make up a port to
the FILES section of the ports reference manual.
MFC after: 3 days
Reviewed by: adamw
Differential Revision: https://reviews.freebsd.org/D55404