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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71DA8158020 for ; Thu, 10 Nov 2022 09:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB673E08DD; Thu, 10 Nov 2022 09:40:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B178BE0843 for ; Thu, 10 Nov 2022 09:40:35 +0000 (UTC) Message-ID: <176aed00-c465-4a0e-1b99-18684c7d71a4@gentoo.org> Date: Thu, 10 Nov 2022 09:40:31 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [gentoo-dev] [RFC] A new GLSA schema Content-Language: en-US To: gentoo-dev@lists.gentoo.org References: <39df0838-8dc0-4775-3b66-b7e7d14150dd@uls.co.za> From: Matthew Smith In-Reply-To: <39df0838-8dc0-4775-3b66-b7e7d14150dd@uls.co.za> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 3d9c48ad-4284-4e87-b820-279e4727851e X-Archives-Hash: a73dd4819d45caa463cac6feb8c3d9ef Hi, On 10/11/2022 08:43, Jaco Kroon wrote: > A mechanism to QUERY which installed packages are affected by known > GLSA's would also be tremendously helpful. You can use glsa-check for this, which comes with portage: https://wiki.gentoo.org/wiki/Portage#glsa-check Thanks, Matthew