From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 114BF1581EE for ; Fri, 28 Mar 2025 21:06:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E6628342FB7 for ; Fri, 28 Mar 2025 21:06:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D1ACF1104B1; Fri, 28 Mar 2025 21:06:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id C39841104B1 for ; Fri, 28 Mar 2025 21:06:25 +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 6D08C342FB7 for ; Fri, 28 Mar 2025 21:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0194D2035 for ; Fri, 28 Mar 2025 21:06:24 +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: <1743195955.2d098c01b51d9fbe4d7afde8b9854b3fc379f846.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gnupg/files/gnupg-2.4.6-c99.patch X-VCS-Directories: app-crypt/gnupg/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2d098c01b51d9fbe4d7afde8b9854b3fc379f846 X-VCS-Branch: master Date: Fri, 28 Mar 2025 21:06:24 +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: 648c52e2-19f5-4e9e-abf4-a0233b5c1c3e X-Archives-Hash: 95e467e41731bd54169d8a11b786d8f1 commit: 2d098c01b51d9fbe4d7afde8b9854b3fc379f846 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Mar 28 07:04:51 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Mar 28 21:05:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d098c01 app-crypt/gnupg: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-crypt/gnupg/files/gnupg-2.4.6-c99.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/app-crypt/gnupg/files/gnupg-2.4.6-c99.patch b/app-crypt/gnupg/files/gnupg-2.4.6-c99.patch deleted file mode 100644 index 35c9b33edd9f..000000000000 --- a/app-crypt/gnupg/files/gnupg-2.4.6-c99.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://bugs.gentoo.org/942467 -https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=c0cb0175c9e6e8d6a3bdd2e40f85fa730fa325af - -From c0cb0175c9e6e8d6a3bdd2e40f85fa730fa325af Mon Sep 17 00:00:00 2001 -From: NIIBE Yutaka -Date: Tue, 9 Jul 2024 10:48:02 +0900 -Subject: [PATCH] scd: Add for read(2) / write(2) . - -* scd/app.c: Include . - --- - -Reported-by: David Bohman -GnuPG-bug-id: 7193 -Signed-off-by: NIIBE Yutaka -(cherry picked from commit 1d5cfa9b7fd22e1c46eeed5fa9fed2af6f81d34f) ---- a/scd/app.c -+++ b/scd/app.c -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - #include - - #ifndef HAVE_W32_SYSTEM --- -2.30.2