Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fixes-rebind-wrapper.patch | Fixes rebind wrapper The default upstream wrapper expects rebind.so to be next to the wrapper, this is not Debian policy compliant, so we're just fixing the wrapper. |
Philipp Hahn <hahn@univention.de> | no | debian | 2013-12-08 | |
remove-testing-RSA1_5-now-deprecated-in-jwcrypto.patch | Removed RSA1_5 testing jwcrypto deprecated this protocol, as it's considered unsafe. So, let's stop testing it. |
Thomas Goirand <zigo@debian.org> | no | 2021-08-25 | ||
workaround-using-too-much-resource.patch | Workaround using too much resource With systemd >= 256~rc3-3, NOFILE is really big by default. Therefore, the code doing: . for fd in reversed(range(maxfd)): . is in fact using *a lot* of resources. . This patch attemps to fix this. =================================================================== |
Thomas Goirand <zigo@debian.org> | yes | debian | 2024-07-16 | |
py3.12-avoid-raw-string-warning.patch | Python 3.12: avoid raw string warning | Thomas Goirand <zigo@debian.org> | no | 2024-07-17 |