public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/files/
@ 2017-01-31  8:42 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-01-31  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     bc146ad2a6e93d07096060ed14fa26b84450944e
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jan 30 17:53:55 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 08:41:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc146ad2

sci-chemistry/pymol: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3730

 sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch b/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch
deleted file mode 100644
index cd4650b..00000000
--- a/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/uiuc/plugins/molfile_plugin/src/maeffplugin_orig.cpp	2014-02-07 19:50:50.132261610 -0800
-+++ contrib/uiuc/plugins/molfile_plugin/src/maeffplugin.cpp	2014-02-07 19:52:12.527797099 -0800
-@@ -1983,7 +1983,7 @@
-       }
-     }
-     catch (std::exception &e) {
--      fprintf(stderr, e.what());
-+      fprintf(stderr, "%s", e.what());
-       return MOLFILE_ERROR;
-     }
-     return MOLFILE_SUCCESS;


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/files/
@ 2024-12-06 23:12 Conrad Kostecki
  0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2024-12-06 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     860b8be090386b0e5a5e00abcf1a0b7abbc50d5f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Nov 25 20:01:18 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 23:11:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860b8be0

sci-chemistry/pymol: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../pymol/files/pymol-2.5.0-format-security.patch         | 15 ---------------
 1 file changed, 15 deletions(-)

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 080e5e8960e4..000000000000
--- a/sci-chemistry/pymol/files/pymol-2.5.0-format-security.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Author: Michael Banck <mbanck@debian.org>
-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;


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-06 23:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-31  8:42 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/files/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-12-06 23:12 Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox