Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
disable-networking-test.patch | Disable networking-test Disable networking-test. It fails with "/<<PKGBUILDDIR>>/base/networking_tests.c:1096: Exception: gvm_routethough -> gvm_routethrough_v4 Test terminated with signal: Segmentation fault" |
Sophie Brun <sophie@offensive-security.com> | no | 2024-10-23 | ||
Fix-test-failure-on-ipv6-only-build-daemons.patch | Fix test failure on IPv6-only build daemons Do not run the assertion if the IPv4 connection attempt fails for some reason, like the unavailablity of IPv4 networking on some IPv6-only build daemons. |
Sophie Brun <sophie@offensive-security.com> | no | debian | 2020-12-21 | |
Add-missing-CFLAGS-gpme.patch | Add missing C_FLAGS Now upstream use pkg-config to search for libgpgme but they remove the required CFLAGS |
Debian Security Tools <team+pkg-security@tracker.debian.org> | no | 2023-01-25 | ||
remove-Werror.patch | Remove Werror For the build in Debian, we don't want to use -Werror |
Sophie Brun <sophie@offensive-security.com> | not-needed | 2023-04-28 | ||
64-bit-time-t-compat.patch | wrap the write symbols when _FILE_OFFSET_BITS=64 is set The setsockopt function in glibc is only used on 32-bit archs when LFS is not enabled. Support wrapping __setsockopt64 as well. |
Steve Langasek <steve.langasek@canonical.com> | no | 2024-03-15 | ||
use-unsigned-long-for-compression.patch | [PATCH] Fix: Use unsigned long for compression lengths Prevents incompatible-pointer-types errors on 32bit architectures. |
Matt Mundell <matt@mundell.me> | no | 2024-11-01 |