Package: pktanon / 2~git20160407.0.2bde4f2+dfsg-12
Metadata
Package | Version | Patches format |
---|---|---|
pktanon | 2~git20160407.0.2bde4f2+dfsg-12 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
rename enums.patch | (download) |
src/RuntimeConfig.cpp |
2 1 + 1 - 0 ! |
rename enum Apparently something else now #defines (or in some other way influences the value of) SOCKET so using that as an enum identifier leads to this problem. |
0001 remove CryptoPan.patch | (download) |
libpktanon/Makefile.am |
6 3 + 3 - 0 ! |
remove cryptopan |
0002 add support for xerces c 3.2.patch | (download) |
libpktanon/ConfigSAXParser.cpp |
2 1 + 1 - 0 ! |
add support for xerces-c 3.2 |
0004 include pcap.h outside namespace.patch | (download) |
src/Utils.h |
7 5 + 2 - 0 ! |
move #include <pcap.h> outside namespace Utils.h includes pcap.h from within the pktannon namespace, this causes system structures to be incorrectly placed in the pktanon namespace breaking stuff later. This patch moves the include outside of the namespace. |
0005 include stdexcept.patch | (download) |
libpktanon/Params.h |
1 1 + 0 - 0 ! |
make sure that stdexcept is included This fixes building with GCC 10, see #957688. |
0006 include cstdint.patch | (download) |
libpktanon/anonprimitives/AnonBroadcastHandler.cpp |
1 1 + 0 - 0 ! |
add cstdint include This fixes building with GCC 13. |