Skip to content

Commit 0a05935

Browse files
authored
Merge pull request #1334 from jan-cerny/scap-1.3-maint-1.2
Backport #1326 to maint-1.2
2 parents cc63f6f + 09d00ac commit 0a05935

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+555
-312
lines changed

ac_probes/configure.ac.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ AC_CONFIG_FILES([Makefile
728728
src/DS/Makefile
729729
tests/DS/Makefile
730730
tests/DS/ds_sds_index/Makefile
731+
tests/DS/sds_detect_version/Makefile
731732
tests/DS/signed/Makefile
732733
tests/DS/validate/Makefile
733734

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,7 @@ AC_CONFIG_FILES([Makefile
15481548
src/DS/Makefile
15491549
tests/DS/Makefile
15501550
tests/DS/ds_sds_index/Makefile
1551+
tests/DS/sds_detect_version/Makefile
15511552
tests/DS/signed/Makefile
15521553
tests/DS/validate/Makefile
15531554

schemas/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ xccdf11dir = $(pkgdatadir)/schemas/xccdf/1.1/
1515
xccdf11tailoringdir = $(pkgdatadir)/schemas/xccdf/1.1-tailoring/
1616
xccdf12dir = $(pkgdatadir)/schemas/xccdf/1.2/
1717
sds12dir = $(pkgdatadir)/schemas/sds/1.2/
18+
sds13dir = $(pkgdatadir)/schemas/sds/1.3/
1819
arf11dir = $(pkgdatadir)/schemas/arf/1.1/
1920
ocil20dir = $(pkgdatadir)/schemas/ocil/2.0/
2021
cpe20dir = $(pkgdatadir)/schemas/cpe/2.0/
@@ -46,6 +47,7 @@ xccdf11tailoring_DATA = $(wildcard $(srcdir)/xccdf/1.1-tailoring/*.xsd $(srcdir)
4647
xccdf12_DATA = $(wildcard $(srcdir)/xccdf/1.2/*.xsd $(srcdir)/xccdf/1.2/*.dtd $(srcdir)/xccdf/1.2/*.xsl)
4748

4849
sds12_DATA = $(wildcard $(srcdir)/sds/1.2/*.xsd $(srcdir)/sds/1.2/*.dtd)
50+
sds13_DATA = $(wildcard $(srcdir)/sds/1.3/*.xsd $(srcdir)/sds/1.3/*.dtd)
4951
arf11_DATA = $(wildcard $(srcdir)/arf/1.1/*.xsd)
5052

5153
ocil20_DATA = $(wildcard $(srcdir)/ocil/2.0/*.xsd $(srcdir)/sds/2.0/*.dtd)
@@ -77,6 +79,7 @@ EXTRA_DIST = \
7779
$(xccdf11tailoring_DATA) \
7880
$(xccdf12_DATA) \
7981
$(sds12_DATA) \
82+
$(sds13_DATA) \
8083
$(arf11_DATA) \
8184
$(ocil20_DATA) \
8285
$(cpe20_DATA) \

schemas/arf/1.1/asset-reporting-format_1.1.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</xs:annotation>
105105

106106
<xs:import namespace="http://scap.nist.gov/schema/asset-identification/1.1" schemaLocation="asset-identification_1.1.0.xsd"/>
107-
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
107+
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="../../common/xlink.xsd"/>
108108
<xs:import namespace="http://scap.nist.gov/schema/reporting-core/1.1" schemaLocation="reporting-core_1.1.0.xsd"/>
109109
<xs:element name="asset-report-collection">
110110
<xs:annotation>
File renamed without changes.

schemas/arf/1.1/xlink.xsd renamed to schemas/common/xlink.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ constructs, e.g.
2424
</xs:schema>]]></xs:documentation>
2525
</xs:annotation>
2626

27-
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="../../common/xml.xsd"/>
27+
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
2828

2929
<xs:attribute name="type" type="xlink:typeType"/>
3030

schemas/sds/1.2/scap-source-data-stream_1.2.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<xs:import namespace="http://cpe.mitre.org/dictionary/2.0" schemaLocation="cpe-dictionary_2.3.xsd"/>
1515
<xs:import namespace="http://scap.nist.gov/schema/ocil/2.0" schemaLocation="../../ocil/2.0/ocil-2.0.xsd"/>
1616
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="../../common/xmldsig-core-schema.xsd"/>
17-
<xs:import namespace="urn:oasis:names:tc:entity:xmlns:xml:catalog" schemaLocation="catalog.xsd"/>
18-
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
17+
<xs:import namespace="urn:oasis:names:tc:entity:xmlns:xml:catalog" schemaLocation="../../common/catalog.xsd"/>
18+
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="../../common/xlink.xsd"/>
1919
<xs:element name="data-stream-collection">
2020
<xs:annotation>
2121
<xs:documentation>Holds a collection of data streams and components.</xs:documentation>

schemas/sds/1.2/xlink.xsd

Lines changed: 0 additions & 270 deletions
This file was deleted.

0 commit comments

Comments
 (0)