<?xml version='1.0' encoding='UTF-8'?>
<oval_definitions xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5" xmlns:unix-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" xmlns:red-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" xmlns:ind-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5">
  <generator>
    <oval:product_name>Tuxcare Errata System</oval:product_name>
    <oval:product_version>0.0.1</oval:product_version>
    <oval:schema_version>5.10</oval:schema_version>
    <oval:timestamp>2026-09-18T08:54:47</oval:timestamp>
  </generator>
  <definitions>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1788369482" version="1">
      <metadata>
        <title>alt-icu73: Fix of CVE-2025-5222</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1788369482" ref_url="https://cve.tuxcare.com/els-alt-common/releases/CLSA-2026:1788369482" source="CLSA"/>
        <reference ref_id="CVE-2025-5222" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2025-5222" source="CVE"/>
        <description>- ELS-2362: release bump to align ICU lines</description>
        <advisory from="packager@tuxcare.com">
          <severity>Important</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-02"/>
          <updated date="2026-09-02"/>
          <cve cvss3="7.0/CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" cwe="CWE-120" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2025-5222" impact="important" public="20250527">CVE-2025-5222</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-icu73 is earlier than 0:73.2-6.el6" test_ref="oval:com.tuxcare.clsa:tst:1788369482001"/>
        <criterion comment="alt-icu73 isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788369482002"/>
        <criterion comment="alt-libicu73 is earlier than 0:73.2-6.el6" test_ref="oval:com.tuxcare.clsa:tst:1788369482003"/>
        <criterion comment="alt-libicu73 isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788369482004"/>
        <criterion comment="alt-libicu73-devel is earlier than 0:73.2-6.el6" test_ref="oval:com.tuxcare.clsa:tst:1788369482005"/>
        <criterion comment="alt-libicu73-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788369482006"/>
        <criterion comment="alt-libicu73-doc is earlier than 0:73.2-6.el6" test_ref="oval:com.tuxcare.clsa:tst:1788369482007"/>
        <criterion comment="alt-libicu73-doc isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788369482008"/>
      </criteria>
    </definition>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1789483285" version="1">
      <metadata>
        <title>alt-libxml2: Fix of 8 CVEs</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1789483285" ref_url="https://cve.tuxcare.com/els-alt-common/releases/CLSA-2026:1789483285" source="CLSA"/>
        <reference ref_id="CVE-2026-86140" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86140" source="CVE"/>
        <reference ref_id="CVE-2026-86138" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86138" source="CVE"/>
        <reference ref_id="CVE-2026-86137" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86137" source="CVE"/>
        <reference ref_id="CVE-2025-24928" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2025-24928" source="CVE"/>
        <reference ref_id="CVE-2026-86144" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86144" source="CVE"/>
        <reference ref_id="CVE-2026-86142" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86142" source="CVE"/>
        <reference ref_id="CVE-2026-86141" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86141" source="CVE"/>
        <reference ref_id="CVE-2026-86143" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86143" source="CVE"/>
        <description>- CVE-2026-86137: out-of-bounds read in the NXT macro in xmlFAParsePosCharGroup
- CVE-2026-86138: integer overflow and heap buffer overflow in xmlDictAddQString
- CVE-2025-24928: stale-length bounds check inside the xmlSnprintfElements loop
  (upstream 8c8753ad); this is the stack overflow reachable on 2.10.2
- CVE-2026-86140: unchecked strcat at the entry and exit of xmlSnprintfElements
  (upstream d1686f91); hardening only on 2.10.2, callers pass an emptied buffer
- CVE-2026-86141: NULL pointer dereference in xmlRegNewParserCtxt after a strdup failure
- CVE-2026-86142: heap buffer overflow in xmlXPtrEvalXPtrPart from xpointer length saturation
- CVE-2026-86143: negative lengths reaching write callbacks in xmlIO
- CVE-2026-86144: xmlXIncludeProcess and xmlXIncludeProcessTree do not propagate
  parseFlags; the include context now inherits every document parse flag
  (NOENT, RECOVER and HUGE included), not only NONET</description>
        <advisory from="packager@tuxcare.com">
          <severity>Critical</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-15"/>
          <updated date="2026-09-15"/>
          <cve cwe="CWE-121" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86140" impact="unknown" public="20260905">CVE-2026-86140</cve>
          <cve cwe="CWE-190" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86138" impact="unknown" public="20260905">CVE-2026-86138</cve>
          <cve cwe="CWE-125" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86137" impact="unknown" public="20260905">CVE-2026-86137</cve>
          <cve cvss3="7.7/CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" cwe="CWE-121" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2025-24928" impact="important" public="20250218">CVE-2025-24928</cve>
          <cve cwe="CWE-669" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86144" impact="unknown" public="20260905">CVE-2026-86144</cve>
          <cve cwe="CWE-122" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86142" impact="unknown" public="20260905">CVE-2026-86142</cve>
          <cve cwe="CWE-252" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86141" impact="unknown" public="20260905">CVE-2026-86141</cve>
          <cve cwe="CWE-192" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-86143" impact="unknown" public="20260905">CVE-2026-86143</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-libxml2 is earlier than 0:2.10.2-6.el6" test_ref="oval:com.tuxcare.clsa:tst:1789483285001"/>
        <criterion comment="alt-libxml2 isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789483285002"/>
        <criterion comment="alt-libxml2-devel is earlier than 0:2.10.2-6.el6" test_ref="oval:com.tuxcare.clsa:tst:1789483285003"/>
        <criterion comment="alt-libxml2-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789483285004"/>
        <criterion comment="alt-libxml2-static is earlier than 0:2.10.2-6.el6" test_ref="oval:com.tuxcare.clsa:tst:1789483285005"/>
        <criterion comment="alt-libxml2-static isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789483285006"/>
      </criteria>
    </definition>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1789641652" version="1">
      <metadata>
        <title>alt-libxml2: Fix of 2 CVEs</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1789641652" ref_url="https://cve.tuxcare.com/els-alt-common/releases/CLSA-2026:1789641652" source="CLSA"/>
        <reference ref_id="CVE-2024-56171" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2024-56171" source="CVE"/>
        <reference ref_id="CVE-2026-6653" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-6653" source="CVE"/>
        <description>- CVE-2024-56171: use-after-free after xmlSchemaItemListAdd in the XML Schema
  identity-constraint code (xmlSchemaIDCFillNodeTables,
  xmlSchemaBubbleIDCNodeTables)
- CVE-2026-6653: use-after-free in xmlParseInternalSubset; xmlPushInput()
  returned -1 for a parameter entity input it had already pushed, so the caller
  freed an input stream that ctxt-&gt;input still pointed at. Reachable through the
  entity amplification check carried by 2.10.2 for CVE-2021-3541, which this
  keeps in place. Also guards the xmlSkipBlankChars() loop on XML_PARSER_EOF
  (upstream e129c1d1), without which the same document spins at 100% CPU once
  the input is no longer freed</description>
        <advisory from="packager@tuxcare.com">
          <severity>Critical</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-17"/>
          <updated date="2026-09-17"/>
          <cve cvss3="9.8/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" cwe="CWE-416" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2024-56171" impact="critical" public="20250218">CVE-2024-56171</cve>
          <cve cvss3="9.8/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" cwe="CWE-416" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-6653" impact="critical" public="20260622">CVE-2026-6653</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-libxml2 is earlier than 0:2.10.2-7.el6" test_ref="oval:com.tuxcare.clsa:tst:1789641652001"/>
        <criterion comment="alt-libxml2 isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789483285002"/>
        <criterion comment="alt-libxml2-devel is earlier than 0:2.10.2-7.el6" test_ref="oval:com.tuxcare.clsa:tst:1789641652002"/>
        <criterion comment="alt-libxml2-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789483285004"/>
        <criterion comment="alt-libxml2-static is earlier than 0:2.10.2-7.el6" test_ref="oval:com.tuxcare.clsa:tst:1789641652003"/>
        <criterion comment="alt-libxml2-static isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789483285006"/>
      </criteria>
    </definition>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1789667236" version="1">
      <metadata>
        <title>alt-libxml2: Fix of 8 CVEs</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1789667236" ref_url="https://cve.tuxcare.com/els-alt-common/releases/CLSA-2026:1789667236" source="CLSA"/>
        <reference ref_id="CVE-2026-11979" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-11979" source="CVE"/>
        <reference ref_id="CVE-2025-32415" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2025-32415" source="CVE"/>
        <reference ref_id="CVE-2022-49043" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-49043" source="CVE"/>
        <reference ref_id="CVE-2025-6021" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2025-6021" source="CVE"/>
        <reference ref_id="CVE-2022-40303" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-40303" source="CVE"/>
        <reference ref_id="CVE-2022-40304" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-40304" source="CVE"/>
        <reference ref_id="CVE-2024-25062" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2024-25062" source="CVE"/>
        <reference ref_id="CVE-2025-27113" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2025-27113" source="CVE"/>
        <description>- CVE-2025-27113: NULL pointer dereference in xmlPatMatch(). An explicit
  child:: axis step compiled to XML_OP_CHILD, an op that accepts a document
  node and does not advance the current node, so a pattern such as
  "/child::name" matched against a document node reached the unguarded
  node-&gt;parent dereference in the XML_OP_ROOT case. Compile child:: to
  XML_OP_ELEM like the implicit axis (upstream 503f788e), which also makes
  the DOM matcher agree with the streaming matcher. Upstream fixed only the
  compiler side; the XML_OP_ROOT dereference is left unguarded here as it is
  upstream, and no in-tree caller can reach it
- CVE-2025-32415: heap out-of-bounds read during XML Schema identity-constraint
  validation. xmlSchemaIDCFillNodeTables() snapshotted the IDC node-table length
  before its target loop, but the loop shrinks the table when it moves a
  duplicate key-sequence to bind-&gt;dupls. With the stale length the loop rescans
  slots past the live end of the table and, once the table is empty, evaluates
  bind-&gt;nodeTable[-1], reading one element before the allocation and driving the
  node count negative. Use the live bind-&gt;nbNodes for both the loop guard and
  the loop terminator (upstream 384cc7c1, v2.13.8; master twin 487ee1d8,
  v2.14.2)
- CVE-2025-6021: fix integer overflow in xmlBuildQName() (tree.c). The
  prefix and local-name lengths were held in int and summed in int
  arithmetic, so a long enough QName made lenn + lenp + 2 wrap negative,
  which both defeated the buffer-size test -- handing back a caller's
  50-byte stack buffer -- and undersized the xmlMallocAtomic() allocation,
  letting the following memcpy()s and the NUL store write out of bounds.
  The lengths are now size_t, a negative len is rejected, and the sum is
  bounded against SIZE_MAX before it is formed. Backport of upstream
  17d950ae33c23f87692aa179bacedb6743f3188a.
- CVE-2026-11979: multiple stack-based buffer overflows in the xmlcatalog
  utility's --shell mode. usershell() copied the command token, the
  argument tail and the argument vector of a line of user input into the
  fixed-size command[100], arg[400] and argv[20] stack buffers with no
  bounds check, so a single over-long line corrupted the stack frame. All
  three copy loops are now bounded and reject over-long input with a
  diagnostic (upstream cd48d441, first released in v2.15.4). Only the
  xmlcatalog command-line utility is affected; no library entry point
  reaches usershell()
- xmlcatalog: reject --add/--del invocations that run off the end of argv
  (upstream b1fea45b). Not a CVE and not part of CVE-2026-11979; carried
  alongside it because upstream shipped both in the same release and both
  touch xmlcatalog.c. Without it, "xmlcatalog --add a" reads argv[4] past the
  end of the argument vector and passes whatever follows - in practice a
  process environment string - to xmlCatalogAdd()</description>
        <advisory from="packager@tuxcare.com">
          <severity>Important</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-17"/>
          <updated date="2026-09-17"/>
          <cve cvss3="7.8/CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" cwe="CWE-121" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-11979" impact="important" public="20260629">CVE-2026-11979</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-1284" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2025-32415" impact="important" public="20250417">CVE-2025-32415</cve>
          <cve cvss3="7.8/CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" cwe="CWE-416" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-49043" impact="important" public="20250126">CVE-2022-49043</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-787" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2025-6021" impact="important" public="20250612">CVE-2025-6021</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-190" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-40303" impact="important" public="20221123">CVE-2022-40303</cve>
          <cve cvss3="7.8/CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" cwe="CWE-415" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-40304" impact="important" public="20221123">CVE-2022-40304</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-416" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2024-25062" impact="important" public="20240204">CVE-2024-25062</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-476" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2025-27113" impact="important" public="20250218">CVE-2025-27113</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-libxml2 is earlier than 0:2.10.2-9.el6" test_ref="oval:com.tuxcare.clsa:tst:1789667236001"/>
        <criterion comment="alt-libxml2 isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789483285002"/>
        <criterion comment="alt-libxml2-devel is earlier than 0:2.10.2-9.el6" test_ref="oval:com.tuxcare.clsa:tst:1789667236002"/>
        <criterion comment="alt-libxml2-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789483285004"/>
        <criterion comment="alt-libxml2-static is earlier than 0:2.10.2-9.el6" test_ref="oval:com.tuxcare.clsa:tst:1789667236003"/>
        <criterion comment="alt-libxml2-static isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789483285006"/>
      </criteria>
    </definition>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1789719293" version="1">
      <metadata>
        <title>alt-pcre2: Fix of 6 CVEs</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1789719293" ref_url="https://cve.tuxcare.com/els-alt-common/releases/CLSA-2026:1789719293" source="CLSA"/>
        <reference ref_id="CVE-2026-89158" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-89158" source="CVE"/>
        <reference ref_id="CVE-2022-1586" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-1586" source="CVE"/>
        <reference ref_id="CVE-2026-89157" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-89157" source="CVE"/>
        <reference ref_id="CVE-2022-1587" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-1587" source="CVE"/>
        <reference ref_id="CVE-2022-41409" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-41409" source="CVE"/>
        <reference ref_id="CVE-2019-20454" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2019-20454" source="CVE"/>
        <description>- Skip the libtoolize/autoreconf step in %prep on el6 only. pcre2 10.48 raised
  AC_PREREQ to 2.69 and el6 ships an older autoconf, so %prep died with
  "Autoconf version 2.69 or higher is required" before anything was compiled -
  which is why el6 was left on 10.34-2 while el7 and el8 moved to 10.48-1.
  Nothing we patch needs the build system regenerated:
  pcre2-10.10-Fix-multilib.patch only edits pcre2-config.in, which is in
  AC_CONFIG_FILES of the shipped configure and is expanded by config.status.
  Verified that the shipped ./configure alone, with the multilib patch applied,
  emits pcre2-config with empty libR and libS and no -L@libdir@. Every other
  platform keeps regenerating exactly as before.</description>
        <advisory from="packager@tuxcare.com">
          <severity>Critical</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-18"/>
          <updated date="2026-09-18"/>
          <cve cvss3="9.4/CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:L" cwe="CWE-190" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-89158" impact="critical" public="20260911">CVE-2026-89158</cve>
          <cve cvss2="6.4/AV:N/AC:L/Au:N/C:P/I:N/A:P" cvss3="9.1/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" cwe="CWE-125" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-1586" impact="critical" public="20220516">CVE-2022-1586</cve>
          <cve cvss3="9.4/CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H" cwe="CWE-190" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-89157" impact="critical" public="20260911">CVE-2026-89157</cve>
          <cve cvss2="6.4/AV:N/AC:L/Au:N/C:P/I:N/A:P" cvss3="9.1/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" cwe="CWE-125" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-1587" impact="critical" public="20220516">CVE-2022-1587</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-190" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2022-41409" impact="important" public="20230718">CVE-2022-41409</cve>
          <cve cvss2="5.0/AV:N/AC:L/Au:N/C:N/I:N/A:P" cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-125" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2019-20454" impact="important" public="20200214">CVE-2019-20454</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-pcre2 is earlier than 0:10.48-2.el6" test_ref="oval:com.tuxcare.clsa:tst:1789719293001"/>
        <criterion comment="alt-pcre2 isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789719293002"/>
        <criterion comment="alt-pcre2-devel is earlier than 0:10.48-2.el6" test_ref="oval:com.tuxcare.clsa:tst:1789719293003"/>
        <criterion comment="alt-pcre2-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789719293004"/>
        <criterion comment="alt-pcre2-static is earlier than 0:10.48-2.el6" test_ref="oval:com.tuxcare.clsa:tst:1789719293005"/>
        <criterion comment="alt-pcre2-static isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789719293006"/>
        <criterion comment="alt-pcre2-tools is earlier than 0:10.48-2.el6" test_ref="oval:com.tuxcare.clsa:tst:1789719293007"/>
        <criterion comment="alt-pcre2-tools isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789719293008"/>
        <criterion comment="alt-pcre2-utf16 is earlier than 0:10.48-2.el6" test_ref="oval:com.tuxcare.clsa:tst:1789719293009"/>
        <criterion comment="alt-pcre2-utf16 isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789719293010"/>
        <criterion comment="alt-pcre2-utf32 is earlier than 0:10.48-2.el6" test_ref="oval:com.tuxcare.clsa:tst:1789719293011"/>
        <criterion comment="alt-pcre2-utf32 isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789719293012"/>
      </criteria>
    </definition>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1789719799" version="1">
      <metadata>
        <title>alt-nghttp2: Fix of CVE-2026-27135</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1789719799" ref_url="https://cve.tuxcare.com/els-alt-common/releases/CLSA-2026:1789719799" source="CLSA"/>
        <reference ref_id="CVE-2026-27135" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-27135" source="CVE"/>
        <description>- Update to 1.70.0</description>
        <advisory from="packager@tuxcare.com">
          <severity>Important</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-18"/>
          <updated date="2026-09-18"/>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-617" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2026-27135" impact="important" public="20260318">CVE-2026-27135</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-nghttp2 is earlier than 0:1.70.0-1.el6" test_ref="oval:com.tuxcare.clsa:tst:1789719799001"/>
        <criterion comment="alt-nghttp2 isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789719799002"/>
        <criterion comment="alt-nghttp2-devel is earlier than 0:1.70.0-1.el6" test_ref="oval:com.tuxcare.clsa:tst:1789719799003"/>
        <criterion comment="alt-nghttp2-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789719799004"/>
      </criteria>
    </definition>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1789721648" version="1">
      <metadata>
        <title>alt-pcre: Fix of CVE-2019-20838</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1789721648" ref_url="https://cve.tuxcare.com/els-alt-common/releases/CLSA-2026:1789721648" source="CLSA"/>
        <reference ref_id="CVE-2019-20838" ref_url="https://cve.tuxcare.com/els-alt-common/cve/CVE-2019-20838" source="CVE"/>
        <description>- On el10 only, export LDFLAGS with -Wl,-rpath=%{_libdir} before configure.
  The el10 toolchain emits neither RPATH nor RUNPATH, so
  /opt/alt/pcre/usr/bin/pcregrep failed to start with "libpcre.so.1 =&gt; not
  found" even though the package ships that library, and the QA integrity
  check flagged it. Confirmed with readelf: el6, el7 and el8 all carry
  RPATH=/opt/alt/pcre/usr/lib64 implicitly from libtool and are left alone.
- This is a live defect, not a regression: the already-released
  alt-pcre-8.42-1.el10 has no RPATH either. The %if rhel &gt;= 10 QA_RPATHS
  override above only relaxes the rpath checker; it never produced an rpath.</description>
        <advisory from="packager@tuxcare.com">
          <severity>Important</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-18"/>
          <updated date="2026-09-18"/>
          <cve cvss2="4.3/AV:N/AC:M/Au:N/C:N/I:N/A:P" cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-125" href="https://cve.tuxcare.com/els-alt-common/cve/CVE-2019-20838" impact="important" public="20200615">CVE-2019-20838</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-pcre is earlier than 0:8.45-2.el6" test_ref="oval:com.tuxcare.clsa:tst:1789721648001"/>
        <criterion comment="alt-pcre isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789721648002"/>
        <criterion comment="alt-pcre-devel is earlier than 0:8.45-2.el6" test_ref="oval:com.tuxcare.clsa:tst:1789721648003"/>
        <criterion comment="alt-pcre-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1789721648004"/>
      </criteria>
    </definition>
  </definitions>
  <tests>
    <red-def:rpminfo_test check="at least one" comment="alt-icu73 is earlier than 0:73.2-6.el6" id="oval:com.tuxcare.clsa:tst:1788369482001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788369482001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-icu73 isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788369482002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788369482001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libicu73 is earlier than 0:73.2-6.el6" id="oval:com.tuxcare.clsa:tst:1788369482003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788369482003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-libicu73 isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788369482004" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788369482003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libicu73-devel is earlier than 0:73.2-6.el6" id="oval:com.tuxcare.clsa:tst:1788369482005" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788369482005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-libicu73-devel isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788369482006" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788369482005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libicu73-doc is earlier than 0:73.2-6.el6" id="oval:com.tuxcare.clsa:tst:1788369482007" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788369482007"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482007"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-libicu73-doc isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788369482008" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788369482007"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libxml2 is earlier than 0:2.10.2-6.el6" id="oval:com.tuxcare.clsa:tst:1789483285001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789483285001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-libxml2 isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789483285002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libxml2-devel is earlier than 0:2.10.2-6.el6" id="oval:com.tuxcare.clsa:tst:1789483285003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789483285001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-libxml2-devel isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789483285004" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libxml2-static is earlier than 0:2.10.2-6.el6" id="oval:com.tuxcare.clsa:tst:1789483285005" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789483285001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-libxml2-static isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789483285006" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libxml2 is earlier than 0:2.10.2-7.el6" id="oval:com.tuxcare.clsa:tst:1789641652001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789641652001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libxml2-devel is earlier than 0:2.10.2-7.el6" id="oval:com.tuxcare.clsa:tst:1789641652002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789641652001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libxml2-static is earlier than 0:2.10.2-7.el6" id="oval:com.tuxcare.clsa:tst:1789641652003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789641652001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libxml2 is earlier than 0:2.10.2-9.el6" id="oval:com.tuxcare.clsa:tst:1789667236001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789667236001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libxml2-devel is earlier than 0:2.10.2-9.el6" id="oval:com.tuxcare.clsa:tst:1789667236002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789667236001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-libxml2-static is earlier than 0:2.10.2-9.el6" id="oval:com.tuxcare.clsa:tst:1789667236003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789483285005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789667236001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-pcre2 is earlier than 0:10.48-2.el6" id="oval:com.tuxcare.clsa:tst:1789719293001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789719293001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-pcre2 isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789719293002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-pcre2-devel is earlier than 0:10.48-2.el6" id="oval:com.tuxcare.clsa:tst:1789719293003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789719293001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-pcre2-devel isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789719293004" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-pcre2-static is earlier than 0:10.48-2.el6" id="oval:com.tuxcare.clsa:tst:1789719293005" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789719293001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-pcre2-static isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789719293006" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-pcre2-tools is earlier than 0:10.48-2.el6" id="oval:com.tuxcare.clsa:tst:1789719293007" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293007"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789719293001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-pcre2-tools isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789719293008" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293007"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-pcre2-utf16 is earlier than 0:10.48-2.el6" id="oval:com.tuxcare.clsa:tst:1789719293009" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293009"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789719293001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-pcre2-utf16 isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789719293010" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293009"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-pcre2-utf32 is earlier than 0:10.48-2.el6" id="oval:com.tuxcare.clsa:tst:1789719293011" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293011"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789719293001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-pcre2-utf32 isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789719293012" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719293011"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nghttp2 is earlier than 0:1.70.0-1.el6" id="oval:com.tuxcare.clsa:tst:1789719799001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719799001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789719799001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-nghttp2 isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789719799002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719799001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nghttp2-devel is earlier than 0:1.70.0-1.el6" id="oval:com.tuxcare.clsa:tst:1789719799003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719799003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789719799001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-nghttp2-devel isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789719799004" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789719799003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-pcre is earlier than 0:8.45-2.el6" id="oval:com.tuxcare.clsa:tst:1789721648001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789721648001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789721648001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-pcre isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789721648002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789721648001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-pcre-devel is earlier than 0:8.45-2.el6" id="oval:com.tuxcare.clsa:tst:1789721648003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789721648003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1789721648001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-pcre-devel isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1789721648004" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1789721648003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788369482002"/>
    </red-def:rpminfo_test>
  </tests>
  <objects>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788369482001" version="1">
      <red-def:name>alt-icu73</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788369482003" version="1">
      <red-def:name>alt-libicu73</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788369482005" version="1">
      <red-def:name>alt-libicu73-devel</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788369482007" version="1">
      <red-def:name>alt-libicu73-doc</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789483285001" version="1">
      <red-def:name>alt-libxml2</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789483285003" version="1">
      <red-def:name>alt-libxml2-devel</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789483285005" version="1">
      <red-def:name>alt-libxml2-static</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789719293001" version="1">
      <red-def:name>alt-pcre2</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789719293003" version="1">
      <red-def:name>alt-pcre2-devel</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789719293005" version="1">
      <red-def:name>alt-pcre2-static</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789719293007" version="1">
      <red-def:name>alt-pcre2-tools</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789719293009" version="1">
      <red-def:name>alt-pcre2-utf16</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789719293011" version="1">
      <red-def:name>alt-pcre2-utf32</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789719799001" version="1">
      <red-def:name>alt-nghttp2</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789719799003" version="1">
      <red-def:name>alt-nghttp2-devel</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789721648001" version="1">
      <red-def:name>alt-pcre</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1789721648003" version="1">
      <red-def:name>alt-pcre-devel</red-def:name>
    </red-def:rpminfo_object>
  </objects>
  <states>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788369482001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:73.2-6.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788369482002" version="1">
      <red-def:signature_keyid operation="equals">d07bf2a08d50eb66</red-def:signature_keyid>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788369482007" version="1">
      <red-def:evr datatype="evr_string" operation="less than">0:73.2-6.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1789483285001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:2.10.2-6.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1789641652001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:2.10.2-7.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1789667236001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:2.10.2-9.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1789719293001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:10.48-2.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1789719799001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:1.70.0-1.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1789721648001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:8.45-2.el6</red-def:evr>
    </red-def:rpminfo_state>
  </states>
</oval_definitions>
