HomeFreeBSD

security/zeek: Fix build with clang 19

Description

security/zeek: Fix build with clang 19

https://github.com/zeek/zeek/issues/3994
https://github.com/zeek/zeek/pull/3997

Clang 19 with libc++ started failing to compile because the
default implementation of std::char_traits was removed, making
uses of std::char_traits<unsigned char> invalid (by consequence,
also std::basic_string<unsigned char>).

Details

Provenance
leresAuthored on Oct 29 2024, 5:53 PM
Parents
R11:aca7faaaeecc: textproc/xml2rfc: Update to 3.24.0
Branches
Unknown
Tags
Unknown