Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
hardening-flags.patch | use hardening flags=================================================================== | Thorsten Alteholz <debian@alteholz.de> | no | |||
include.patch | add #include <unistd.h> for definition of open()=================================================================== | Thorsten Alteholz <debian@alteholz.de> | no | |||
m64-flag.patch | don't use -m64 on all architectures=================================================================== | Thorsten Alteholz <debian@alteholz.de> | no | |||
2to3.patch | Use 2to3 to port to Python3 | Andreas Tille <tille@debian.org> | no | debian | 2019-09-02 | |
using_int_not_char.patch | Using int and not char to store offset values Upstream uses char to store values that can be negative. On arm64, char is unsigned by default, which can result in unexpected behaviours. |
Pierre Gruet <pgt@debian.org> | no | 2020-04-17 | ||
scipy_1.12.patch | scipy 1.12 is not featuring floor / ceil any more These are not used in the script anyway. | Andreas Tille <tille@debian.org> | no | debian | 2024-06-05 |