Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0015-menu-use-Pillow-instead-of-ImageMagick-for-level-pre.patch | [PATCH 15/15] menu: use Pillow instead of ImageMagick for level preview generation This significantly reduces the dependeny chain. Also, one less call to os.spawnlp() means a smaller attack surface. |
Fabian Greffrath <fabian@greffrath.com> | no | 2019-09-08 | ||
0017-Add-future-gcc-default-fno-common-and-fix-code.patch | [PATCH 17/19] Add future gcc default -fno-common and fix code Global var declarations needs to be in .c files to avoid having them in several .o files. So they need to be declared as extern in .h files if needed. This was already the case for other vars. Related to issue #36 |
=?UTF-8?q?C=C3=B4me=20Chilliet?= <come@chilliet.eu> | no | 2020-03-02 | ||
0018-Fix-char-signedness.patch | commit 8a6873baa395f16048c6865f7036650a3b2bbe76 Fix dj channel signedness diff --git a/dj.h b/dj.h index 07f4a32..985548b 100644 |
Frank Birbacher <frank.birbacher@gmail.com> | no | 2020-12-27 |