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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAED4139694 for ; Thu, 13 Apr 2017 05:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19EFBE0C5C; Thu, 13 Apr 2017 05:40:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA21FE0C13 for ; Thu, 13 Apr 2017 05:40:11 +0000 (UTC) Received: from localhost.localdomain (d202-252.icpnet.pl [109.173.202.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 8F61E33E4AD; Thu, 13 Apr 2017 05:40:03 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH v2] glsa.dtd: Allow slot="" attribute for vulnerable&unaffected Date: Thu, 13 Apr 2017 07:39:56 +0200 Message-Id: <20170413053956.16767-1-mgorny@gentoo.org> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20170411201034.28677-1-mgorny@gentoo.org> References: <20170411201034.28677-1-mgorny@gentoo.org> 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-Archives-Salt: f0412283-b71a-4b03-b50b-3bc9294cbed5 X-Archives-Hash: eea40da44421cac9072e0ec71ee02c19 Officially list the slot="" attribute that is used in GLSAs for quite some time in the DTD. It is supported by Portage and gentoolkit for a long time, and was used in GLSAs interchangeably with implicit appended ':slot' to the version. However, the latter was ugly and worked only by accident, so we are moving towards the former. --- glsa.dtd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glsa.dtd b/glsa.dtd index 52be18e..b6459d1 100644 --- a/glsa.dtd +++ b/glsa.dtd @@ -124,7 +124,8 @@ Description: Version of the vulnerable package. Can be a range too --> - +