Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
keep-seh.patch | Keep Structured Exception Handling (SEH) flag | Thomas Gaugler <thomas@dadie.net> | not-needed | |||
halibut-fputs-for-strings.patch | Fix fprintf format security warnings for halibut If the format security warnings of the (GNU) compiler are made fatal via the -Werror=format-security option then the compilation of halibut is going to fail. . The fprintf function expects the following arguments: output stream, format string and subsequent arguments as specified in the format string. fprintf(fp, "%s", string) should be used instead of fprintf(fp, string) to be safe and compliant. However fputs is more efficient in these cases and as consequence it was used instead in the attached patch. . |
Thomas Gaugler <thomas@dadie.net> | yes | |||
CVE-2023-37378_Use-isolated-uninstaller-temp-directory.patch | [PATCH] Use isolated uninstaller temp directory (cherry picked from commit 281e2851fe669d10e0650fc89d0e7fb74a598967) |
Anders <anders_k@users.sourceforge.net> | yes | debian upstream | upstream, https://github.com/kichik/nsis/commit/281e2851fe669d10e0650fc89d0e7fb74a598967.patch | 2023-05-21 |
CVE-2023-37378_Don-t-delete-old-uninstaller.patch | [PATCH] Don't delete old uninstaller if it points somewhere else | Anders <anders_k@users.sourceforge.net> | yes | debian upstream | upstream, https://github.com/kichik/nsis/commit/c40cf78994e74a1a3a381a850c996b251e3277c0.patch | 2023-06-03 |
CVE-2023-37378_Don-t-allow-everyone-to-delete.patch | [PATCH] Don't allow everyone to delete the uninstaller directory | Anders <anders_k@users.sourceforge.net> | yes | debian upstream | upstream, https://github.com/kichik/nsis/commit/409b5841479c44fbf33a6ba97c1146e46f965467.patch | 2023-06-21 |
Disable_stub_relocations.patch | [PATCH] Disable stub relocations in newer GCC (bug #1283) (cherry picked from commit 4f13619f5a7bdad1968bc32343d3b161eabbd420) |
Anders <anders_k@users.sourceforge.net> | yes | debian upstream | backport, https://github.com/kichik/nsis/commit/4f13619f5a7bdad1968bc32343d3b161eabbd420.patch | 2022-09-19 |