From 860b8be090386b0e5a5e00abcf1a0b7abbc50d5f Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 25 Nov 2024 21:01:18 +0100 Subject: [PATCH] sci-chemistry/pymol: remove unused patch Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- .../pymol/files/pymol-2.5.0-format-security.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 sci-chemistry/pymol/files/pymol-2.5.0-format-security.patch diff --git a/sci-chemistry/pymol/files/pymol-2.5.0-format-security.patch b/sci-chemistry/pymol/files/pymol-2.5.0-format-security.patch deleted file mode 100644 index 080e5e8960e43..0000000000000 --- a/sci-chemistry/pymol/files/pymol-2.5.0-format-security.patch +++ /dev/null @@ -1,15 +0,0 @@ -Author: Michael Banck -Description: Fix "error: format not a string literal and no format arguments [-Werror=format-security]" (#759860) -Forwarded: yes - ---- a/contrib/uiuc/plugins/molfile_plugin/src/maeffplugin.cpp -+++ b/contrib/uiuc/plugins/molfile_plugin/src/maeffplugin.cpp -@@ -2004,7 +2004,7 @@ namespace { - } - } - catch (std::exception &e) { -- fprintf(stderr, "%s", e.what()); -+ fprintf(stderr, "Cannot write timestamp to mae file: %s\n", e.what()); - return MOLFILE_ERROR; - } - return MOLFILE_SUCCESS;