diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /metadata/dtd | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'metadata/dtd')
-rw-r--r-- | metadata/dtd/Manifest.gz | bin | 1069 -> 1066 bytes | |||
-rw-r--r-- | metadata/dtd/glsa.dtd | 71 | ||||
-rw-r--r-- | metadata/dtd/metadata.dtd | 14 | ||||
-rw-r--r-- | metadata/dtd/repositories.dtd | 3 | ||||
-rw-r--r-- | metadata/dtd/timestamp.chk | 2 | ||||
-rw-r--r-- | metadata/dtd/timestamp.commit | 2 |
6 files changed, 45 insertions, 47 deletions
diff --git a/metadata/dtd/Manifest.gz b/metadata/dtd/Manifest.gz Binary files differindex 18940b448a1d..d944721bcc37 100644 --- a/metadata/dtd/Manifest.gz +++ b/metadata/dtd/Manifest.gz diff --git a/metadata/dtd/glsa.dtd b/metadata/dtd/glsa.dtd index b6459d119c52..e3bf980dcf28 100644 --- a/metadata/dtd/glsa.dtd +++ b/metadata/dtd/glsa.dtd @@ -1,15 +1,14 @@ -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/dtd/glsa.dtd,v 1.17 2008/04/04 17:04:39 neysx Exp $ --> <!ELEMENT glsa (title,synopsis,product,announced,revised,bug*,access?,affected,background?,description,impact,workaround,resolution,references,license?,metadata*)> <!ATTLIST glsa id CDATA #REQUIRED> -<!-- +<!-- Element: title - Description: Provides a 4-5 word description about the advisory - Example: <title>Buffer overflow vulnerability found in openssl-0.9.5</title> + Description: Provides a 4-5 word description about the advisory + Example: <title>Buffer overflow vulnerability found in openssl-0.9.5</title> --> <!ELEMENT title (#PCDATA)> -<!-- +<!-- Element: synopsis Description: Small, to-the-point description about the GLSA @@ -20,21 +19,21 @@ --> <!ELEMENT synopsis (#PCDATA)> -<!-- +<!-- Element: product Description: Defines what type of security announcement this is. - + Valid types are: - - ebuild A Portage-provided ebuild has a security + - ebuild A Portage-provided ebuild has a security issue - informational This GLSA is purely informational, no Gentoo system is affected - - infrastructure The security issue involves the Gentoo + - infrastructure The security issue involves the Gentoo infrastructure - + The text contains one keyword that defines the issue. Note: All type values but 'ebuild' are considered deprecated. - + Example: <product type="ebuild">openssl</product> Example: <product type="infrastructure">rsync mirror</product> --> @@ -54,7 +53,7 @@ Element: revised Description: Last revision date of the GLSA Attribute: @count: number of revisions - + Example: <revised count="02">2003-11-20</revised> --> <!ELEMENT revised (#PCDATA)> @@ -74,7 +73,7 @@ Description: Type of access necessary to exploit the security issue This element should only be used when product@type = 'ebuild' Occurrence: The access element can occur 0 or 1 time - + Example: <access>Remote</access> --> <!ELEMENT access (#PCDATA)> @@ -82,10 +81,10 @@ <!-- Element: affected Description: Describe what the affected subjects are. - + If product@type = 'ebuild', the child elements are 'package' If product@type = 'portage', the child elements are 'package' - If product@type = 'infrastructure', the child elements are + If product@type = 'infrastructure', the child elements are 'service' --> @@ -93,19 +92,19 @@ <!-- Element: package - Description: Provide all necessary information regarded the affected - packages. It also contains information about the affected + Description: Provide all necessary information regarded the affected + packages. It also contains information about the affected architectures, if automatic updates can be done and the update The "update" attribute contains the path to the non-vulnerable version of the package - The "auto" attribute contains either "yes" or "no" and tells - Portage that the package can be updated automatically (to be + The "auto" attribute contains either "yes" or "no" and tells + Portage that the package can be updated automatically (to be implemented) without further user interaction The "arch" attribute contains either the architecture (as used - by ACCEPT_KEYWORDS) or the "*" value (in case all + by ACCEPT_KEYWORDS) or the "*" value (in case all architectures are affected) Occurrence: The package element can occur 0, 1 or more times @@ -129,11 +128,11 @@ <!-- Element: unaffected - Description: Version of the fixed (or unaffected) package. In case the + Description: Version of the fixed (or unaffected) package. In case the package is superseded by another package, you need to define that package using the "name" attribute. - The r* range information is revision-specific. For instance, + The r* range information is revision-specific. For instance, rge foo-1.2.3-r4 == >=foo-1.2.3-r4 && <foo-1.2.4 Example: @@ -148,7 +147,7 @@ Element: service Description: Provide information about the Gentoo services that are affected by the security advisory. Portage must be able - to parse this information to make decisions (for instance, + to parse this information to make decisions (for instance, ignore an rsync server or a certain distfiles mirror). The type attribute can be one of "rsync", "web", "mirror". @@ -156,7 +155,7 @@ The fixed attribute (denoting if the problem has been solved) can be one of "yes" or "no". If not used, the default value is "no". - + Occurrence: The service element can occur 0, 1 or more times Example: <service type="rsync">rsync://rsync.someserver.tld/gentoo-portage</service> --> @@ -206,7 +205,7 @@ <!-- Element: background Description: Provides a background of the affected package(s)/service(s) - The background element contains only "<p>"s in which the text + The background element contains only "<p>"s in which the text is placed --> @@ -221,12 +220,12 @@ <!-- Element: impact - Description: Provides information about the impact that the security issue + Description: Provides information about the impact that the security issue can have The "impact" element contains only "<p>"s. - The type element gives a short term, such as + The type element gives a short term, such as "Denial of Service", "Buffer Overflow", ... --> @@ -235,7 +234,7 @@ <!-- Element: workaround - Description: Provides information about how the security issue can be + Description: Provides information about how the security issue can be (temporarily) resolved through a work-around The "workaround" element contains only "<p>"s and "<code>"s. @@ -244,7 +243,7 @@ <!-- Element: resolution - Description: Provides information about how the security issue can be + Description: Provides information about how the security issue can be resolved. The "resolution" element contains only "<p>"s and "<code>"s. @@ -254,7 +253,7 @@ <!-- Element: references Description: Provides links to resources / references available online. - + The "reference" element contains only "<uri>"s. --> <!ELEMENT references (uri*)> @@ -273,8 +272,8 @@ <!-- Element: li - Description: Element of a listing - + Description: Element of a listing + Example: <ul> <li>This is element one</li> <li>This is a second element</li> @@ -298,16 +297,16 @@ --> <!ELEMENT i (#PCDATA)> -<!-- +<!-- Element: br Description: hard line break - Example: And then: <br/> + Example: And then: <br/> KABLAM! --> <!ELEMENT br (#PCDATA)> -<!-- +<!-- Element: license Description: Add license information @@ -321,7 +320,7 @@ Example: <metadata tag="approved">Level 1</metadata> - On request of plasmaroo, metadata can contain all elements again. + On request of plasmaroo, metadata can contain all elements again. --> <!ELEMENT metadata (#PCDATA|metadata)*> <!ATTLIST metadata tag CDATA #REQUIRED diff --git a/metadata/dtd/metadata.dtd b/metadata/dtd/metadata.dtd index 3b8d7be58414..581943e1c7ec 100644 --- a/metadata/dtd/metadata.dtd +++ b/metadata/dtd/metadata.dtd @@ -58,17 +58,17 @@ <!ELEMENT bugs-to (#PCDATA)> <!-- specify a type of package identification tracker --> <!ELEMENT remote-id (#PCDATA)> - <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|freecode|freshmeat|gentoo|github|gitlab|gitorious|google-code|heptapod|launchpad|pear|pecl|pypi|rubyforge|rubygems|sourceforge|sourceforge-jp|vim) #REQUIRED> + <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|gentoo|github|gitlab|google-code|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|vim) #REQUIRED> <!-- category/package information for cross-linking in descriptions and useflag descriptions --> <!ELEMENT pkg (#PCDATA) > <!ELEMENT cat (#PCDATA) > - + <!-- Common attributes --> <!-- the lang attribute, specifies the language of this tag in the - form of a ISO 639-1 language code. This is only useful for + form of an IETF (BCP 47) language tag. This is only useful for descriptions of various kinds. If a tag with this attribute is included there must be a description in the default language "en" --> <!ATTLIST description lang CDATA "en" > @@ -76,14 +76,14 @@ <!ATTLIST slots lang CDATA "en" > <!ATTLIST use lang CDATA "en" > -<!-- The restrict attribute, this attribute specifies restrictions on - the applicability of tags on versions. The format of this attribute is +<!-- The restrict attribute, this attribute specifies restrictions on + the applicability of tags on versions. The format of this attribute is equal to the format of DEPEND lines in ebuilds. Only package dependency specifications conforming to EAPI=0 syntax are allowed. The dependency specification may only contain references to the package itself and no other package. - - For required tags, there must be either an unrestricted version, or a + + For required tags, there must be either an unrestricted version, or a version that is default restricted. --> <!ATTLIST maintainer restrict CDATA #IMPLIED > <!ATTLIST longdescription restrict CDATA #IMPLIED > diff --git a/metadata/dtd/repositories.dtd b/metadata/dtd/repositories.dtd index 882a77df1eac..6fa353f04433 100644 --- a/metadata/dtd/repositories.dtd +++ b/metadata/dtd/repositories.dtd @@ -1,8 +1,7 @@ -<!-- $Header --> <!-- Used by [gentoo]/xml/htdocs/proj/en/overlays/repositories.xml --> <!-- The source copy and history of this file is available from -http://git.overlays.gentoo.org/gitweb/?p=proj/repositories-xml-format.git +https://gitweb.gentoo.org/proj/repositories-xml-format.git/ --> <!-- Gentoo repositories.xml DTD 1.0 diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 09860d1b642c..395f404fcb87 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Thu, 12 May 2022 12:39:31 +0000 +Wed, 29 Jun 2022 09:39:41 +0000 diff --git a/metadata/dtd/timestamp.commit b/metadata/dtd/timestamp.commit index 58c52f41c0a4..62bf5afd21c3 100644 --- a/metadata/dtd/timestamp.commit +++ b/metadata/dtd/timestamp.commit @@ -1 +1 @@ -bb6e63ff76ea7066f8340df51a64b3ae09a72385 1643006592 2022-01-24T06:43:12+00:00 +25b13e88c4ed901d2d53a5ef318e24518207fa60 1653473404 2022-05-25T10:10:04+00:00 |