-
- Downloads
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>).
Showing
- security/zeek/Makefile 1 addition, 0 deletionssecurity/zeek/Makefile
- security/zeek/files/patch-src_DFA.cc 32 additions, 0 deletionssecurity/zeek/files/patch-src_DFA.cc
- security/zeek/files/patch-src_DFA.h 29 additions, 0 deletionssecurity/zeek/files/patch-src_DFA.h
- security/zeek/files/patch-src_analyzer_protocol_ssl_SSL.cc 83 additions, 0 deletionssecurity/zeek/files/patch-src_analyzer_protocol_ssl_SSL.cc
Loading