Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
hardening.patch | Propagate hardening options | Andreas Tille <tille@debian.org | no | 2014-02-05 | ||
mips.patch | Build also on mips, mipsel and s390x I still do not understand why it builds fine on other architectures, but in C++, memcpy is declared in <cstring>. The following patch therefore fixes the issue: |
Aurelien Jarno <aurel32@debian.org> | no | debian | 2014-02-16 | |
gcc-6.patch | allow compilation in GCC6 GCC6 seems to handle implicit casts from iostream to bool differently. This patch adds explicit checks for !stream.fail() instead of relying on implicit conversion to do The Right Thing. |
Sascha Steinbiss <sascha@steinbiss.name> | no | |||
stable-link-order.patch | use stable sort order for linking This makes the build reproducible. | Sascha Steinbiss <sascha@steinbiss.name> | no | |||
2to3.patch | Use 2to3 to port to Python3 | Andreas Tille <tille@debian.org> | no | debian | 2019-12-02 |