Fix build on Ruby 3.3.10 (and any Ruby with 2 digit tiny version).
Didn't package before on Ruby 3.3.10, and only affects building, not
runtime, so no bump needed.
dont try per cpu counters in bridge_offload, they're not set up.
bridge doesnt allocate per cpu counters, but bridge_offload assumed
they existed and tried to updated them in it's error handling.
this removes the counter update in bridge_offload. the caller detects
the error and counts it appropriately anyway.
ok jan@
Import trurl-0.16.1.
trurl is a tool in a similar spirit of tr but for URLs. Here, 'tr' stands for
translate or transpose.
It is designed to help shell script authors everywhere. URLs are tricky to
parse and there are numerous security problems in software because of this.
trurl wants to help soften this problem by taking away the need for script and
command line authors everywhere to re-invent the wheel over and over.
From maintainer David Leadbeater; tweaks and ok kn@ sthen@
Merge fixes from upstream for multiple Xserver issues:
CVE-2025-62229 present: Fix use-after-free in present_create_notifies()
CVE-2025-62230 xkb: Free the XKB resource when freeing XkbInterest
CVE-2025-62231 xkb: Prevent overflow in XkbSetCompatMap()
from matthieu@
this is errata/7.8/002_xserver.patch
Merge fixes from upstream for multiple Xserver issues:
CVE-2025-62229 present: Fix use-after-free in present_create_notifies()
CVE-2025-62230 xkb: Free the XKB resource when freeing XkbInterest
CVE-2025-62231 xkb: Prevent overflow in XkbSetCompatMap()
from matthieu@
this is errata/7.7/011_xserver.patch.sig
Merge fixes from upstream for multiple Xserver issues:
CVE-2025-62229 present: Fix use-after-free in present_create_notifies()
CVE-2025-62230 xkb: Free the XKB resource when freeing XkbInterest
CVE-2025-62231 xkb: Prevent overflow in XkbSetCompatMap()