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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52511159C96 for ; Tue, 23 Jul 2024 04:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A0C0E29D6; Tue, 23 Jul 2024 04:30:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A163E29D6 for ; Tue, 23 Jul 2024 04:30:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77481340C77 for ; Tue, 23 Jul 2024 04:30:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D70E612CA for ; Tue, 23 Jul 2024 04:30:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1721708988.5978b821f78de8906da5977334666b84b0cf7923.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/expect/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/expect/files/expect-5.45-format-security.patch X-VCS-Directories: dev-tcltk/expect/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5978b821f78de8906da5977334666b84b0cf7923 X-VCS-Branch: master Date: Tue, 23 Jul 2024 04:30:07 +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: c45d12d1-bb49-4d73-85f4-9118f5b37424 X-Archives-Hash: 213c9a5db2cb9faaf38b6870ba325c30 commit: 5978b821f78de8906da5977334666b84b0cf7923 Author: Sam James gentoo org> AuthorDate: Tue Jul 23 04:29:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 23 04:29:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5978b821 dev-tcltk/expect: add link to upstream bug for -Wformat-security See https://core.tcl-lang.org/expect/info/094d670f6250f34c. Signed-off-by: Sam James gentoo.org> dev-tcltk/expect/files/expect-5.45-format-security.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-tcltk/expect/files/expect-5.45-format-security.patch b/dev-tcltk/expect/files/expect-5.45-format-security.patch index c623264be27a..44ee6d108253 100644 --- a/dev-tcltk/expect/files/expect-5.45-format-security.patch +++ b/dev-tcltk/expect/files/expect-5.45-format-security.patch @@ -1,3 +1,5 @@ +https://core.tcl-lang.org/expect/info/094d670f6250f34c + exp_clib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)