feat: replace faulty glfw native on Linux

GLFW shipped by LWJGL 3.3.1 has caused several issues over time so let's
just replace it with the one from 3.3.2 that includes a lot of fixes.

See PrismLauncher/PrismLauncher#916

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-04-20 17:07:25 +02:00
parent b400e24361
commit 8b1ea30d9c
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -1943,5 +1943,21 @@
]
}
]
},
{
"_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing",
"match": [
"org.lwjgl:lwjgl-glfw-natives-linux:3.3.1"
],
"override": {
"downloads": {
"artifact": {
"sha1": "0766bb0e8e829598b1c8052fd8173c62af741c52",
"size": 115553,
"url": "https://build.lwjgl.org/release/3.3.2/bin/lwjgl-glfw/lwjgl-glfw-natives-linux.jar"
}
},
"name": "org.lwjgl:lwjgl-glfw-natives-linux:3.3.2-lwjgl.1"
}
}
]