Debian Patches

Status for paraglob/0.6.0-1.1

Patch Description Author Forwarded Bugs Origin Last update
fix-link.patch fix-link
===================================================================
Hilko Bengen <bengen@debian.org> no 2021-12-27
fix-ftbfs-gcc15-cstdint.patch Fix FTBFS with GCC 15: add explicit #include <cstdint> Under GCC 15 / C++23 (and the stricter libstdc++ header policy that
ships with it), <cstdint> is no longer transitively included by the
other standard headers in this source. Without it, the build fails
with errors such as:
.
'uint64_t' does not name a type
'uint8_t' was not declared in this scope
.
The compiler itself suggests the fix: "'uint8_t' is defined in header
'<cstdint>'; this is probably fixable by adding '#include <cstdint>'".
.
Backport upstream commit 4c7f302f0526713adae4aad7b3153be53039aca3 by
i2z1 (merged into zeek/paraglob 2025-05-06) which adds the include to
paraglob.h, serializer.h and paraglob.cpp.
Azeez Syed <azeezalishah@gmail.com> not-needed debian upstream, https://github.com/zeek/paraglob/commit/4c7f302f0526713adae4aad7b3153be53039aca3 2026-05-23

All known versions for source package 'paraglob'

Links