From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 450A3158232 for ; Fri, 6 Dec 2024 23:12:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CFAFE09D8; Fri, 6 Dec 2024 23:12:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78A90E09D0 for ; Fri, 6 Dec 2024 23:12:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 917E0341E1C for ; Fri, 6 Dec 2024 23:12:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2514E229E for ; Fri, 6 Dec 2024 23:12:04 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1733526691.860b8be090386b0e5a5e00abcf1a0b7abbc50d5f.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pymol/files/pymol-2.5.0-format-security.patch X-VCS-Directories: sci-chemistry/pymol/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 860b8be090386b0e5a5e00abcf1a0b7abbc50d5f X-VCS-Branch: master Date: Fri, 6 Dec 2024 23:12:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6cdfdeea-9ab3-46bc-8721-46f6a6102a3c X-Archives-Hash: 0b552baee9ab780462e263a24cd2ccc7 commit: 860b8be090386b0e5a5e00abcf1a0b7abbc50d5f Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Nov 25 20:01:18 2024 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Signed-off-by: Conrad Kostecki 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 -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;