Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
shared_mods.patch | Add lookup path for packaged modules.Also look under /usr/share/games/minetest for mods, so that minetest-mod-* packages actually work. |
Tobias Frost <tobi@debian.org> | no | 2022-10-20 | ||
rawlua.patch | rawlua | Markus Koschany <apo@debian.org> | no | 2017-06-04 | ||
postgresql.patch | postgresql Fix for not finding PostgreSQL. |
Markus Koschany <apo@debian.org> | no | 2020-02-01 | ||
enable_hardening.patch | Pass CFLAGS and CPPFLAGS to build process To enable hardening, CFLAGS and CPPFLAGS needs to be used in the build. | Tobias Frost <tobi@debian.org> | yes | 2022-09-16 | ||
override_path_for_autopkgtest.patch | Fix unit tests to be run standalone For the unittests, upstream "bakes in" the build directory path, via ${CMAKE_CURRENT_SOURCE_DIR} to locate the resources required by the tests. This patch replaces the fixed path by a relative path to the src directory, and allows one to override them using environment variables. . The downside is, that now the unittests have to either specify the environment variables or be run from the top level source dir. . The upside is, that autopkgtest will work without recompiling. |
Tobias Frost <tobi@debian.org> | invalid | 2022-09-16 | ||
disable-TestLua.patch | Disabling testLuaDestructors This test uncoveres an issue that can lead to memory leaks on certain architures, especially when not compiled with LuaJIT. See the referenced issue, linked in Bug below for details. |
Tobias Frost <tobi@debian.org> | not-needed | upstream | 2022-09-20 | |
use-system-lua++-patch | Use pkgconfig to find C++ variant of Lua-5.1 Upstream compiles lua a c++ as well, and lua is c++ aware if done so, so lets use the packaged c++ libraries as well. |
Tobias Frost <tobi@debian.org> | invalid | 2022-09-21 | ||
gcc14.patch | [PATCH] Add missing header for gcc-14 https://gcc.gnu.org/gcc-14/porting_to.html |
Alfred Wingate <parona@protonmail.com> | yes | debian upstream | https://github.com/minetest/minetest/commit/c9ab61aa8cd0ca50bc8c4d90f257bb5ed3b0bb00 | 2023-12-31 |