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 C7863139694 for ; Mon, 17 Apr 2017 15:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F6CEE0CA3; Mon, 17 Apr 2017 15:37:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 15D02E0C78 for ; Mon, 17 Apr 2017 15:37:36 +0000 (UTC) Received: from pomiot (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 B682F341683; Mon, 17 Apr 2017 15:37:34 +0000 (UTC) Message-ID: <1492443450.29774.0.camel@gentoo.org> Subject: Re: [gentoo-dev] [PATCH v2] glsa.dtd: Allow slot="" attribute for vulnerable&unaffected From: =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Date: Mon, 17 Apr 2017 17:37:30 +0200 In-Reply-To: <20170413053956.16767-1-mgorny@gentoo.org> References: <20170411201034.28677-1-mgorny@gentoo.org> <20170413053956.16767-1-mgorny@gentoo.org> Organization: Gentoo Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-ue8KE+iCM2EM2sNpfeRD" X-Mailer: Evolution 3.22.6 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 Mime-Version: 1.0 X-Archives-Salt: 6262d9b3-a812-4389-884f-fbc31b67b6ab X-Archives-Hash: aa6af22e651a00034bc4682e31ea396a --=-ue8KE+iCM2EM2sNpfeRD Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On czw, 2017-04-13 at 07:39 +0200, Micha=C5=82 G=C3=B3rny wrote: > Officially list the slot=3D"" 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(-) >=20 > 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 > --> > > - > + + slot CDATA "*"> > =20 > > > + slot CDATA "*" > name CDATA #IMPLIED> > =20 >