<?xml version="1.0" encoding="UTF-8"?>
<oval_definitions xsi:schemaLocation="http://oval.mitre.org/XMLSchema/oval-definitions-5 oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#linux linux-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 oval-common-schema.xsd" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5" xmlns:oval-def="http://oval.mitre.org/XMLSchema/oval-definitions-5">
  <generator>
    <oval:product_name>The OVAL Repository</oval:product_name>
    <oval:schema_version>5.4</oval:schema_version>
    <oval:timestamp>2015-09-03T06:49:29.052-04:00</oval:timestamp>
  </generator>
  <definitions>
    <definition id="oval:org.mitre.oval:def:29203" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2015:1144-1 -- Security update for icu (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>icu</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2015/suse-su-20151144-1.html" ref_id="SUSE-SU-2015:1144-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9654" ref_id="CVE-2014-9654"/>
        <description>This update fixes the following security issue in icu:</description>
        <oval_repository>
          <dates>
            <submitted date="2015-06-29T10:32:20">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-07-06T10:37:40.049-04:00">DRAFT</status_change>
            <status_change date="2015-07-27T04:01:24.449-04:00">INTERIM</status_change>
            <status_change date="2015-08-17T04:01:16.554-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="libicu is earlier than 0:4.0-7.28.1" test_ref="oval:org.mitre.oval:tst:139540"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libicu-doc is earlier than 0:4.0-7.28.1" test_ref="oval:org.mitre.oval:tst:139675"/>
            <criterion comment="libicu-32bit is earlier than 0:4.0-7.28.1" test_ref="oval:org.mitre.oval:tst:139921"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="icu is earlier than 0:4.0-7.28.1" test_ref="oval:org.mitre.oval:tst:139793"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28679" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1574-1 -- Security update for clamav (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>clamav</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141574-1.html" ref_id="SUSE-SU-2014:1574-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6497" ref_id="CVE-2013-6497"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9050" ref_id="CVE-2014-9050"/>
        <description>clamav was updated to version 0.98.5 to fix three security issues and
several non-security issues.

These security issues have been fixed:

    * Crash when scanning maliciously crafted yoda's crypter files
      (CVE-2013-6497).
    * Heap-based buffer overflow when scanning crypted PE files
      (CVE-2014-9050).
    * Crash when using 'clamscan -a'.

These non-security issues have been fixed:

    * Support for the XDP file format and extracting, decoding, and
      scanning PDF files within XDP files.
    * Addition of shared library support for LLVM versions 3.1 - 3.5 for
      the purpose of just-in-time(JIT) compilation of ClamAV bytecode
      signatures.
    * Enhancements to the clambc command line utility to assist ClamAV
      bytecode signature authors by providing introspection into compiled
      bytecode programs.
    * Resolution of many of the warning messages from ClamAV compilation.
    * Improved detection of malicious PE files.
    * ClamAV 0.98.5 now works with OpenSSL in FIPS compliant mode
      (bnc#904207).
    * Fix server socket setup code in clamd (bnc#903489).
    * Change updateclamconf to prefer the state of the old config file
      even for commented-out options (bnc#903719).
    * Fix infinite loop in clamdscan when clamd is not running.
    * Fix buffer underruns when handling multi-part MIME email attachments.
    * Fix configuration of OpenSSL on various platforms.
    * Fix linking issues with libclamunrar.

Security Issues:

    * CVE-2013-6497
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6497>
    * CVE-2014-9050
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9050></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-30T11:43:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-01-14T20:20:56.091-05:00">DRAFT</status_change>
            <status_change date="2015-02-02T04:00:37.188-05:00">INTERIM</status_change>
            <status_change date="2015-02-23T04:01:33.181-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="clamav is earlier than 0:0.98.5-0.5.1" test_ref="oval:org.mitre.oval:tst:137317"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criterion comment="clamav is earlier than 0:0.98.5-0.7.1" test_ref="oval:org.mitre.oval:tst:136884"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28678" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1558-1 -- Security update for pure-ftpd (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pure-ftpd</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141558-1.html" ref_id="SUSE-SU-2014:1558-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566" ref_id="CVE-2014-3566"/>
        <description>ure-ftpd was updated to fix one security issue and two non-security bugs:

    * SSLv2 and SSLv3 have been disabled to avoid the attack named POODLE
      (CVE-2014-3566, bnc#902229).
    * Added the disable_ascii option (bnc#828469).
    * Fixed wait on TLS handshake (bnc#856424).

Security Issues:

    * CVE-2014-3566
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-30T11:43:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-01-14T20:20:50.515-05:00">DRAFT</status_change>
            <status_change date="2015-02-02T04:00:37.061-05:00">INTERIM</status_change>
            <status_change date="2015-02-23T04:01:33.032-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="pure-ftpd is earlier than 0:1.0.22-3.25.1" test_ref="oval:org.mitre.oval:tst:137113"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28657" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2015:1152-1 -- Security update for KVM (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>KVM</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2015/suse-su-20151152-1.html" ref_id="SUSE-SU-2015:1152-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3209" ref_id="CVE-2015-3209"/>
        <description>KVM was updated to fix two security issues:</description>
        <oval_repository>
          <dates>
            <submitted date="2015-06-29T10:37:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-07-06T10:37:37.048-04:00">DRAFT</status_change>
            <status_change date="2015-07-27T04:00:25.524-04:00">INTERIM</status_change>
            <status_change date="2015-08-17T04:00:21.819-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kvm is earlier than 0:1.4.2-0.22.31.1" test_ref="oval:org.mitre.oval:tst:140096"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28644" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1619-1 -- Security update for shim (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>shim</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141619-1.html" ref_id="SUSE-SU-2014:1619-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3675" ref_id="CVE-2014-3675"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3676" ref_id="CVE-2014-3676"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3677" ref_id="CVE-2014-3677"/>
        <description>shim has been updated to fix three security issues:

    * OOB read access when parsing DHCPv6 packets (remote DoS)
      (CVE-2014-3675).
    * Heap overflow when parsing IPv6 addresses provided by tftp:// DHCPv6
      boot option (RCE) (CVE-2014-3676).
    * Memory corruption when processing user provided MOK lists
      (CVE-2014-3677).

Security Issues:

    * CVE-2014-3675
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3675>
    * CVE-2014-3676
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3676>
    * CVE-2014-3677
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3677></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-30T11:42:56">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-01-14T20:20:54.117-05:00">DRAFT</status_change>
            <status_change date="2015-02-02T04:00:35.215-05:00">INTERIM</status_change>
            <status_change date="2015-02-23T04:01:31.451-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="gnu-efi is earlier than 0:3.0u-0.7.2" test_ref="oval:org.mitre.oval:tst:137099"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="shim is earlier than 0:0.7.318.81ee561d-0.9.2" test_ref="oval:org.mitre.oval:tst:136862"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28571" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1650-1 -- Security update for flash-player (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141650-1.html" ref_id="SUSE-SU-2014:1650-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0580" ref_id="CVE-2014-0580"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0587" ref_id="CVE-2014-0587"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8443" ref_id="CVE-2014-8443"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9162" ref_id="CVE-2014-9162"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9163" ref_id="CVE-2014-9163"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9164" ref_id="CVE-2014-9164"/>
        <description><![CDATA[This flash-player security update fixes the following issues:

    * Security update to 11.2.202.425 (bnc#909219):
          o APSB14-27, CVE-2014-0580, CVE-2014-0587, CVE-2014-8443,
CVE-2014-9162, CVE-2014-9163, CVE-2014-9164

Security Issues:

    * CVE-2014-0580
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0580>
    * CVE-2014-0587
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0587>
    * CVE-2014-8443
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8443>
    * CVE-2014-9162
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9162>
    * CVE-2014-9163
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9163>
    * CVE-2014-9164
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9164>]]></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-30T11:42:32">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-01-14T20:20:48.715-05:00">DRAFT</status_change>
            <status_change date="2015-02-02T04:00:31.567-05:00">INTERIM</status_change>
            <status_change date="2015-02-23T04:01:27.826-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player is earlier than 0:11.2.202.425-0.3.1" test_ref="oval:org.mitre.oval:tst:137448"/>
          <criterion comment="flash-player-gnome is earlier than 0:11.2.202.425-0.3.1" test_ref="oval:org.mitre.oval:tst:137407"/>
          <criterion comment="flash-player-kde4 is earlier than 0:11.2.202.425-0.3.1" test_ref="oval:org.mitre.oval:tst:137364"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28509" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1356-1 -- Security update for wpa_supplicant (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>wpa_supplicant</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141356-1.html" ref_id="SUSE-SU-2014:1356-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3686" ref_id="CVE-2014-3686"/>
        <description>This update fixes a remote code execution vulnerability in
wpa_supplicant's wpa_cli and hostapd_cli tools. CVE-2014-3686 has been
assigned to this issue.

Additionally, password based authentication with PKCS#5v2 has been enabled.

Security Issues:

    * CVE-2014-3686
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3686></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:21.444-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:46.214-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:47.804-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="wpa_supplicant is earlier than 0:0.7.1-6.15.1" test_ref="oval:org.mitre.oval:tst:136601"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="wpa_supplicant-gui is earlier than 0:0.7.1-6.15.1" test_ref="oval:org.mitre.oval:tst:136416"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28499" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1545-1 -- Security update for flash-player (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141545-1.html" ref_id="SUSE-SU-2014:1545-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8439" ref_id="CVE-2014-8439"/>
        <description>The following vulnerability is fixed with this update:

    * bnc#907257 hardening against a remote code execution flaw (APSB14-26)

Security Issues:

    * CVE-2014-8439
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8439></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-30T11:44:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-01-14T20:20:52.130-05:00">DRAFT</status_change>
            <status_change date="2015-02-02T04:00:27.950-05:00">INTERIM</status_change>
            <status_change date="2015-02-23T04:01:25.094-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player is earlier than 0:11.2.202.424-0.3.1" test_ref="oval:org.mitre.oval:tst:137050"/>
          <criterion comment="flash-player-gnome is earlier than 0:11.2.202.424-0.3.1" test_ref="oval:org.mitre.oval:tst:137368"/>
          <criterion comment="flash-player-kde4 is earlier than 0:11.2.202.424-0.3.1" test_ref="oval:org.mitre.oval:tst:137304"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28488" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1519-1 -- Security update for evolution-data-server (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>evolution-data-server</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141519-1.html" ref_id="SUSE-SU-2014:1519-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566" ref_id="CVE-2014-3566"/>
        <description>evolution-data-server has been updated to disable support for SSLv3.

This security issues has been fixed:

    * SSLv3 POODLE attack (CVE-2014-3566)

Security Issues:

    * CVE-2014-3566
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:14:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:19.542-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:45.882-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:47.413-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="evolution-data-server is earlier than 0:2.28.2-0.32.1" test_ref="oval:org.mitre.oval:tst:135873"/>
          <criterion comment="evolution-data-server-lang is earlier than 0:2.28.2-0.32.1" test_ref="oval:org.mitre.oval:tst:136472"/>
          <criterion comment="evolution-data-server-32bit is earlier than 0:2.28.2-0.32.1" test_ref="oval:org.mitre.oval:tst:136477"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28479" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1577-1 -- Security update for flac (low)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flac</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141577-1.html" ref_id="SUSE-SU-2014:1577-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8962" ref_id="CVE-2014-8962"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9028" ref_id="CVE-2014-9028"/>
        <description>flac was updated to fix two security issues:

    * Stack overflow may result in arbitrary code execution
      (CVE-2014-8962).
    * Heap overflow via specially crafted .flac files (CVE-2014-9028).

Security Issues:

    * CVE-2014-8962
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8962>
    * CVE-2014-9028
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9028></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-30T11:43:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-01-14T20:20:54.531-05:00">DRAFT</status_change>
            <status_change date="2015-02-02T04:00:25.285-05:00">INTERIM</status_change>
            <status_change date="2015-02-23T04:01:22.748-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libFLAC++6 is earlier than 0:1.2.1-68.17.1" test_ref="oval:org.mitre.oval:tst:137338"/>
          <criterion comment="libFLAC8 is earlier than 0:1.2.1-68.17.1" test_ref="oval:org.mitre.oval:tst:137247"/>
          <criterion comment="libFLAC8-32bit is earlier than 0:1.2.1-68.17.1" test_ref="oval:org.mitre.oval:tst:137377"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28472" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1544-1 -- Security update for LibreOffice (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>LibreOffice</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141544-1.html" ref_id="SUSE-SU-2014:1544-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3693" ref_id="CVE-2014-3693"/>
        <description>LibreOffice was updated to fix two security issues.

These security issues have been fixed:

    * "Document as E-mail" vulnerability (bnc#900218).
    * Impress remote control use-after-free vulnerability (CVE-2014-3693).

Security Issues:

    * CVE-2014-3693
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3693></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:13:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:09.067-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:44.936-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:46.746-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libreoffice is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136181"/>
          <criterion comment="libreoffice-base is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136278"/>
          <criterion comment="libreoffice-base-drivers-postgresql is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:135822"/>
          <criterion comment="libreoffice-base-extensions is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136152"/>
          <criterion comment="libreoffice-calc is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136165"/>
          <criterion comment="libreoffice-calc-extensions is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136220"/>
          <criterion comment="libreoffice-draw is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136330"/>
          <criterion comment="libreoffice-draw-extensions is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136307"/>
          <criterion comment="libreoffice-filters-optional is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:135594"/>
          <criterion comment="libreoffice-gnome is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:135385"/>
          <criterion comment="libreoffice-impress is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136380"/>
          <criterion comment="libreoffice-impress-extensions is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136258"/>
          <criterion comment="libreoffice-kde is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136127"/>
          <criterion comment="libreoffice-kde4 is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136129"/>
          <criterion comment="libreoffice-mailmerge is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136311"/>
          <criterion comment="libreoffice-math is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136051"/>
          <criterion comment="libreoffice-mono is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:135405"/>
          <criterion comment="libreoffice-officebean is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136078"/>
          <criterion comment="libreoffice-pyuno is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136327"/>
          <criterion comment="libreoffice-writer is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:135916"/>
          <criterion comment="libreoffice-writer-extensions is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136118"/>
          <criterion comment="libreoffice-help-cs is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136032"/>
          <criterion comment="libreoffice-help-da is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136352"/>
          <criterion comment="libreoffice-help-de is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136300"/>
          <criterion comment="libreoffice-help-en-GB is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136203"/>
          <criterion comment="libreoffice-help-en-US is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136170"/>
          <criterion comment="libreoffice-help-es is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:135922"/>
          <criterion comment="libreoffice-help-fr is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136399"/>
          <criterion comment="libreoffice-help-gu-IN is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:135648"/>
          <criterion comment="libreoffice-help-hi-IN is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136174"/>
          <criterion comment="libreoffice-help-hu is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136090"/>
          <criterion comment="libreoffice-help-it is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136334"/>
          <criterion comment="libreoffice-help-ja is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136308"/>
          <criterion comment="libreoffice-help-ko is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136350"/>
          <criterion comment="libreoffice-help-nl is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:135652"/>
          <criterion comment="libreoffice-help-pl is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:135461"/>
          <criterion comment="libreoffice-help-pt is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136237"/>
          <criterion comment="libreoffice-help-pt-BR is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136224"/>
          <criterion comment="libreoffice-help-ru is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136364"/>
          <criterion comment="libreoffice-help-sv is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136427"/>
          <criterion comment="libreoffice-help-zh-CN is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:135828"/>
          <criterion comment="libreoffice-help-zh-TW is earlier than 0:4.0.3.3.26-0.10.2" test_ref="oval:org.mitre.oval:tst:136105"/>
          <criterion comment="libreoffice-icon-themes is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136135"/>
          <criterion comment="libreoffice-l10n-af is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136321"/>
          <criterion comment="libreoffice-l10n-ar is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136444"/>
          <criterion comment="libreoffice-l10n-ca is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136120"/>
          <criterion comment="libreoffice-l10n-cs is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136215"/>
          <criterion comment="libreoffice-l10n-da is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136310"/>
          <criterion comment="libreoffice-l10n-de is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136213"/>
          <criterion comment="libreoffice-l10n-en-GB is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:135976"/>
          <criterion comment="libreoffice-l10n-es is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136370"/>
          <criterion comment="libreoffice-l10n-fi is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:135912"/>
          <criterion comment="libreoffice-l10n-fr is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136288"/>
          <criterion comment="libreoffice-l10n-gu-IN is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136386"/>
          <criterion comment="libreoffice-l10n-hi-IN is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:135964"/>
          <criterion comment="libreoffice-l10n-hu is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136211"/>
          <criterion comment="libreoffice-l10n-it is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:135860"/>
          <criterion comment="libreoffice-l10n-ja is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:135990"/>
          <criterion comment="libreoffice-l10n-ko is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136383"/>
          <criterion comment="libreoffice-l10n-nb is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136286"/>
          <criterion comment="libreoffice-l10n-nl is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:135841"/>
          <criterion comment="libreoffice-l10n-nn is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136201"/>
          <criterion comment="libreoffice-l10n-pl is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136371"/>
          <criterion comment="libreoffice-l10n-pt is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136196"/>
          <criterion comment="libreoffice-l10n-pt-BR is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:135685"/>
          <criterion comment="libreoffice-l10n-ru is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136441"/>
          <criterion comment="libreoffice-l10n-sk is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136077"/>
          <criterion comment="libreoffice-l10n-sv is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136358"/>
          <criterion comment="libreoffice-l10n-xh is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:135593"/>
          <criterion comment="libreoffice-l10n-zh-CN is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136281"/>
          <criterion comment="libreoffice-l10n-zh-TW is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:135649"/>
          <criterion comment="libreoffice-l10n-zu is earlier than 0:4.0.3.3.26-0.10.1" test_ref="oval:org.mitre.oval:tst:136349"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28468" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1473-1 -- Security update for file (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>file</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141473-1.html" ref_id="SUSE-SU-2014:1473-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3710" ref_id="CVE-2014-3710"/>
        <description>file was updated to fix one security issue.

    * An out-of-bounds read flaw file's donote() function. This could
      possibly lead to file executable crash (CVE-2014-3710).

Security Issues:

    * CVE-2014-3710
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3710></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:01.719-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:44.863-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:46.614-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="file is earlier than 0:4.24-43.27.1" test_ref="oval:org.mitre.oval:tst:136360"/>
          <criterion comment="file-32bit is earlier than 0:4.24-43.27.1" test_ref="oval:org.mitre.oval:tst:136471"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28447" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1631-1 -- Security update for Image Magick (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Image Magick</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141631-1.html" ref_id="SUSE-SU-2014:1631-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8716" ref_id="CVE-2014-8716"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8355" ref_id="CVE-2014-8355"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8354" ref_id="CVE-2014-8354"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8562" ref_id="CVE-2014-8562"/>
        <description>ImageMagick has been updated to fix four security issues:

    * Crafted jpeg file could have lead to a Denial of Service
      (CVE-2014-8716).
    * Out-of-bounds memory access in resize code (CVE-2014-8354)
    * Out-of-bounds memory access in PCX parser (CVE-2014-8355).
    * Out-of-bounds memory error in DCM decode (CVE-2014-8562).

Security Issues:

    * CVE-2014-8716
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8716>
    * CVE-2014-8355
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8355>
    * CVE-2014-8354
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8354>
    * CVE-2014-8562
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8562></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-30T11:42:35">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-01-14T20:20:49.382-05:00">DRAFT</status_change>
            <status_change date="2015-02-02T04:00:23.529-05:00">INTERIM</status_change>
            <status_change date="2015-02-23T04:01:21.328-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libMagickCore1 is earlier than 0:6.4.3.6-7.30.1" test_ref="oval:org.mitre.oval:tst:136734"/>
            <criterion comment="libMagickCore1-32bit is earlier than 0:6.4.3.6-7.30.1" test_ref="oval:org.mitre.oval:tst:137181"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="ImageMagick is earlier than 0:6.4.3.6-7.30.1" test_ref="oval:org.mitre.oval:tst:137064"/>
            <criterion comment="libMagick++1 is earlier than 0:6.4.3.6-7.30.1" test_ref="oval:org.mitre.oval:tst:137452"/>
            <criterion comment="libMagickWand1 is earlier than 0:6.4.3.6-7.30.1" test_ref="oval:org.mitre.oval:tst:136953"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28417" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1366-1 -- Security update for wget (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>wget</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141366-1.html" ref_id="SUSE-SU-2014:1366-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4877" ref_id="CVE-2014-4877"/>
        <description>wget has been updated to fix one security issue and two non-security
issues.

This security issue has been fixed:

    * FTP symlink arbitrary filesystem access (CVE-2014-4877).

These non-security issues have been fixed:

    * Fix displaying of download time (bnc#901276).
    * Fix 0 size FTP downloads after failure (bnc#885069).

Security Issues:

    * CVE-2014-4877
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4877></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:12.782-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:40.592-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:43.243-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="wget is earlier than 0:1.11.4-1.19.1" test_ref="oval:org.mitre.oval:tst:136631"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28380" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1361-1 -- Security update for OpenSSL (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>OpenSSL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141361-1.html" ref_id="SUSE-SU-2014:1361-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3567" ref_id="CVE-2014-3567"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566" ref_id="CVE-2014-3566"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3568" ref_id="CVE-2014-3568"/>
        <description>This OpenSSL update fixes the following issues:

    * Session Ticket Memory Leak (CVE-2014-3567)
    * Build option no-ssl3 is incomplete (CVE-2014-3568)
    * Add support for TLS_FALLBACK_SCSV to mitigate CVE-2014-3566 (POODLE)

Security Issues:

    * CVE-2014-3567
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3567>
    * CVE-2014-3566
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566>
    * CVE-2014-3568
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3568></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:04.850-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:38.261-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:40.743-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8 is earlier than 0:0.9.8j-0.66.1" test_ref="oval:org.mitre.oval:tst:136661"/>
            <criterion comment="openssl is earlier than 0:0.9.8j-0.66.1" test_ref="oval:org.mitre.oval:tst:136692"/>
            <criterion comment="libopenssl0_9_8-32bit is earlier than 0:0.9.8j-0.66.1" test_ref="oval:org.mitre.oval:tst:136276"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8-hmac is earlier than 0:0.9.8j-0.66.1" test_ref="oval:org.mitre.oval:tst:136193"/>
            <criterion comment="openssl-doc is earlier than 0:0.9.8j-0.66.1" test_ref="oval:org.mitre.oval:tst:136673"/>
            <criterion comment="libopenssl0_9_8-hmac-32bit is earlier than 0:0.9.8j-0.66.1" test_ref="oval:org.mitre.oval:tst:136642"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28365" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1518-1 -- Security update for Python (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141518-1.html" ref_id="SUSE-SU-2014:1518-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7185" ref_id="CVE-2014-7185"/>
        <description>Python was updated to fix one security issue:

    * Potential wraparound/overflow in buffer() (CVE-2014-7185)

As an additional hardening measure SSLv2 has been disabled (bnc#901715).

Security Issues:

    * CVE-2014-7185
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7185></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:14:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:04.024-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:35.483-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:38.517-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:135740"/>
            <criterion comment="python is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:136426"/>
            <criterion comment="python-base is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:136440"/>
            <criterion comment="python-curses is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:136314"/>
            <criterion comment="python-tk is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:136250"/>
            <criterion comment="python-xml is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:136084"/>
            <criterion comment="libpython2_6-1_0-32bit is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:136257"/>
            <criterion comment="python-base-32bit is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:136217"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:136069"/>
            <criterion comment="python-gdbm is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:135528"/>
            <criterion comment="python-idle is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:136059"/>
            <criterion comment="python-32bit is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:136050"/>
            <criterion comment="python-doc is earlier than 0:2.6-8.33.1" test_ref="oval:org.mitre.oval:tst:136378"/>
            <criterion comment="python-doc-pdf is earlier than 0:2.6-8.33.1" test_ref="oval:org.mitre.oval:tst:136274"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel is earlier than 0:2.6.9-0.33.1" test_ref="oval:org.mitre.oval:tst:136024"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28321" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1385-1 -- Security update for MozillaFirefox (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>MozillaFirefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141385-1.html" ref_id="SUSE-SU-2014:1385-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1574" ref_id="CVE-2014-1574"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1575" ref_id="CVE-2014-1575"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1576" ref_id="CVE-2014-1576"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1577" ref_id="CVE-2014-1577"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1578" ref_id="CVE-2014-1578"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1581" ref_id="CVE-2014-1581"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1583" ref_id="CVE-2014-1583"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1585" ref_id="CVE-2014-1585"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1586" ref_id="CVE-2014-1586"/>
        <description><![CDATA[This version update of Mozilla Firefox to 31.2.0ESR brings improvements,
stability fixes and also security fixes for the following CVEs:

CVE-2014-1574, CVE-2014-1575, CVE-2014-1576 ,CVE-2014-1577, CVE-2014-1578,
CVE-2014-1581, CVE-2014-1583, CVE-2014-1585, CVE-2014-1586

It also disables SSLv3 by default to mitigate the protocol downgrade
attack known as POODLE.

Security Issues:

    * CVE-2014-1574
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1574>
    * CVE-2014-1575
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1575>
    * CVE-2014-1576
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1576>
    * CVE-2014-1577
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1577>
    * CVE-2014-1578
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1578>
    * CVE-2014-1581
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1581>
    * CVE-2014-1583
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1583>
    * CVE-2014-1585
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1585>
    * CVE-2014-1586
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1586>]]></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:14.090-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:31.152-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:34.673-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox is earlier than 0:31.2.0esr-0.14.2" test_ref="oval:org.mitre.oval:tst:136425"/>
            <criterion comment="MozillaFirefox-branding-SLED is earlier than 0:31.0-0.8.1" test_ref="oval:org.mitre.oval:tst:136522"/>
            <criterion comment="MozillaFirefox-translations is earlier than 0:31.2.0esr-0.14.2" test_ref="oval:org.mitre.oval:tst:136411"/>
            <criterion comment="libfreebl3 is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136080"/>
            <criterion comment="libsoftokn3 is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136362"/>
            <criterion comment="mozilla-nspr is earlier than 0:4.10.7-0.3.3" test_ref="oval:org.mitre.oval:tst:136506"/>
            <criterion comment="mozilla-nss is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136609"/>
            <criterion comment="mozilla-nss-tools is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136536"/>
            <criterion comment="libfreebl3-32bit is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136636"/>
            <criterion comment="libsoftokn3-32bit is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136553"/>
            <criterion comment="mozilla-nspr-32bit is earlier than 0:4.10.7-0.3.3" test_ref="oval:org.mitre.oval:tst:136584"/>
            <criterion comment="mozilla-nss-32bit is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136295"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox is earlier than 0:31.2.0esr-0.9.1" test_ref="oval:org.mitre.oval:tst:136393"/>
            <criterion comment="MozillaFirefox-branding-SLED is earlier than 0:31.0-0.3.1" test_ref="oval:org.mitre.oval:tst:135673"/>
            <criterion comment="MozillaFirefox-translations is earlier than 0:31.2.0esr-0.9.1" test_ref="oval:org.mitre.oval:tst:136404"/>
            <criterion comment="libfreebl3 is earlier than 0:3.17.2-0.3.1" test_ref="oval:org.mitre.oval:tst:136523"/>
            <criterion comment="mozilla-nspr-devel is earlier than 0:4.10.7-0.3.3" test_ref="oval:org.mitre.oval:tst:136608"/>
            <criterion comment="mozilla-nss is earlier than 0:3.17.2-0.3.1" test_ref="oval:org.mitre.oval:tst:136670"/>
            <criterion comment="mozilla-nss-devel is earlier than 0:3.17.2-0.3.1" test_ref="oval:org.mitre.oval:tst:136496"/>
            <criterion comment="mozilla-nss-tools is earlier than 0:3.17.2-0.3.1" test_ref="oval:org.mitre.oval:tst:135707"/>
            <criterion comment="libfreebl3-32bit is earlier than 0:3.17.2-0.3.1" test_ref="oval:org.mitre.oval:tst:136526"/>
            <criterion comment="mozilla-nss-32bit is earlier than 0:3.17.2-0.3.1" test_ref="oval:org.mitre.oval:tst:136708"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28277" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1392-1 -- Security update for Java OpenJDK (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Java OpenJDK</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141392-1.html" ref_id="SUSE-SU-2014:1392-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4288" ref_id="CVE-2014-4288"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6456" ref_id="CVE-2014-6456"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6457" ref_id="CVE-2014-6457"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6458" ref_id="CVE-2014-6458"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6466" ref_id="CVE-2014-6466"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6468" ref_id="CVE-2014-6468"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6476" ref_id="CVE-2014-6476"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6485" ref_id="CVE-2014-6485"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6492" ref_id="CVE-2014-6492"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6493" ref_id="CVE-2014-6493"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6502" ref_id="CVE-2014-6502"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6503" ref_id="CVE-2014-6503"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6504" ref_id="CVE-2014-6504"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6506" ref_id="CVE-2014-6506"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6511" ref_id="CVE-2014-6511"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6512" ref_id="CVE-2014-6512"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6513" ref_id="CVE-2014-6513"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6515" ref_id="CVE-2014-6515"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6517" ref_id="CVE-2014-6517"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6519" ref_id="CVE-2014-6519"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6527" ref_id="CVE-2014-6527"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6531" ref_id="CVE-2014-6531"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6532" ref_id="CVE-2014-6532"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6558" ref_id="CVE-2014-6558"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6562" ref_id="CVE-2014-6562"/>
        <description>Oracle Critical Patch Update Advisory - October 2014

Description:

A Critical Patch Update (CPU) is a collection of patches for multiple
security vulnerabilities.

Find more information here:
http://www.oracle.com/technetwork/topics/security/cpuoct2014-1972960.html
&lt;http://www.oracle.com/technetwork/topics/security/cpuoct2014-1972960.html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:18.011-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:27.691-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:31.591-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_7_0-openjdk is earlier than 0:1.7.0.71-0.7.1" test_ref="oval:org.mitre.oval:tst:136176"/>
          <criterion comment="java-1_7_0-openjdk-demo is earlier than 0:1.7.0.71-0.7.1" test_ref="oval:org.mitre.oval:tst:136520"/>
          <criterion comment="java-1_7_0-openjdk-devel is earlier than 0:1.7.0.71-0.7.1" test_ref="oval:org.mitre.oval:tst:136355"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28258" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1321-1 -- Security update for perl (low)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>perl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141321-1.html" ref_id="SUSE-SU-2014:1321-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4330" ref_id="CVE-2014-4330"/>
        <description>This update fixes a memory leak and an infinite recursion in Data::Dumper.
(CVE-2014-4330)

Security Issues:

    * CVE-2014-4330
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4330></description>
        <oval_repository>
          <dates>
            <submitted date="2014-11-14T10:45:01">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-11-17T19:55:33.913-05:00">DRAFT</status_change>
            <status_change date="2014-12-08T04:01:00.903-05:00">INTERIM</status_change>
            <status_change date="2014-12-29T04:00:40.175-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="perl is earlier than 0:5.10.0-64.70.1" test_ref="oval:org.mitre.oval:tst:135616"/>
          <criterion comment="perl-Module-Build is earlier than 0:0.2808.01-0.70.1" test_ref="oval:org.mitre.oval:tst:135210"/>
          <criterion comment="perl-Test-Simple is earlier than 0:0.72-0.70.1" test_ref="oval:org.mitre.oval:tst:135474"/>
          <criterion comment="perl-base is earlier than 0:5.10.0-64.70.1" test_ref="oval:org.mitre.oval:tst:135527"/>
          <criterion comment="perl-doc is earlier than 0:5.10.0-64.70.1" test_ref="oval:org.mitre.oval:tst:135215"/>
          <criterion comment="perl-32bit is earlier than 0:5.10.0-64.70.1" test_ref="oval:org.mitre.oval:tst:135182"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28230" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1447-1 -- Security update for openwsman (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>openwsman</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141447-1.html" ref_id="SUSE-SU-2014:1447-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566" ref_id="CVE-2014-3566"/>
        <description>This update adds a configuration option to disable SSLv2 and SSLv3 in
openwsman. This is required to mitigate CVE-2014-3566.

To use the new option, edit /etc/openwsman/openwsman.conf and add the
following line to the [server] section:

ssl_disabled_protocols = SSLv2 SSLv3

Security Issues:

    * CVE-2014-3566
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:10">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:10.244-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:25.390-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:29.385-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libwsman1 is earlier than 0:2.2.3-0.8.1" test_ref="oval:org.mitre.oval:tst:136551"/>
          <criterion comment="openwsman-client is earlier than 0:2.2.3-0.8.1" test_ref="oval:org.mitre.oval:tst:136322"/>
          <criterion comment="openwsman-server is earlier than 0:2.2.3-0.8.1" test_ref="oval:org.mitre.oval:tst:136489"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28226" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1520-1 -- Security update for wireshark (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>wireshark</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141520-1.html" ref_id="SUSE-SU-2014:1520-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8711" ref_id="CVE-2014-8711"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8710" ref_id="CVE-2014-8710"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8714" ref_id="CVE-2014-8714"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8712" ref_id="CVE-2014-8712"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8713" ref_id="CVE-2014-8713"/>
        <description><![CDATA[wireshark has been updated to version 1.10.11 to fix five security issues.

These security issues have been fixed:

    * SigComp UDVM buffer overflow (CVE-2014-8710).
    * AMQP dissector crash (CVE-2014-8711).
    * NCP dissector crashes (CVE-2014-8712, CVE-2014-8713).
    * TN5250 infinite loops (CVE-2014-8714).

This non-security issue has been fixed:

    * enable zlib (bnc#899303).

Further bug fixes and updated protocol support as listed in:

https://www.wireshark.org/docs/relnotes/wireshark-1.10.11.html
<https://www.wireshark.org/docs/relnotes/wireshark-1.10.11.html>

Security Issues:

    * CVE-2014-8711
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8711>
    * CVE-2014-8710
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8710>
    * CVE-2014-8714
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8714>
    * CVE-2014-8712
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8712>
    * CVE-2014-8713
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8713>]]></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:14:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:03.088-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:25.112-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:29.113-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="wireshark is earlier than 0:1.10.11-0.2.1" test_ref="oval:org.mitre.oval:tst:136147"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28218" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1458-1 -- Security update for MozillaFirefox (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>MozillaFirefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141458-1.html" ref_id="SUSE-SU-2014:1458-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1574" ref_id="CVE-2014-1574"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1575" ref_id="CVE-2014-1575"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1576" ref_id="CVE-2014-1576"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1577" ref_id="CVE-2014-1577"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1578" ref_id="CVE-2014-1578"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1581" ref_id="CVE-2014-1581"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1583" ref_id="CVE-2014-1583"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1585" ref_id="CVE-2014-1585"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1586" ref_id="CVE-2014-1586"/>
        <description><![CDATA[This version update of Mozilla Firefox to 31.2.0ESR brings improvements,
stability fixes and also security fixes for the following CVEs:

CVE-2014-1574, CVE-2014-1575, CVE-2014-1576 ,CVE-2014-1577, CVE-2014-1578,
CVE-2014-1581, CVE-2014-1583, CVE-2014-1585, CVE-2014-1586

It also disables SSLv3 by default to mitigate the protocol downgrade
attack known as POODLE.

This update fixes some regressions introduced by the previously released
update.

Security Issues:

    * CVE-2014-1574
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1574>
    * CVE-2014-1575
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1575>
    * CVE-2014-1576
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1576>
    * CVE-2014-1577
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1577>
    * CVE-2014-1578
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1578>
    * CVE-2014-1581
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1581>
    * CVE-2014-1583
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1583>
    * CVE-2014-1585
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1585>
    * CVE-2014-1586
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1586>]]></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:01.277-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:24.578-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:28.403-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox is earlier than 0:31.2.0esr-0.16.1" test_ref="oval:org.mitre.oval:tst:136298"/>
            <criterion comment="MozillaFirefox-branding-SLED is earlier than 0:31.0-0.10.1" test_ref="oval:org.mitre.oval:tst:136097"/>
            <criterion comment="MozillaFirefox-translations is earlier than 0:31.2.0esr-0.16.1" test_ref="oval:org.mitre.oval:tst:136539"/>
            <criterion comment="libfreebl3 is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136323"/>
            <criterion comment="libsoftokn3 is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136621"/>
            <criterion comment="mozilla-nspr is earlier than 0:4.10.7-0.3.3" test_ref="oval:org.mitre.oval:tst:136410"/>
            <criterion comment="mozilla-nss is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136146"/>
            <criterion comment="mozilla-nss-tools is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136618"/>
            <criterion comment="libfreebl3-32bit is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136443"/>
            <criterion comment="libsoftokn3-32bit is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:135636"/>
            <criterion comment="mozilla-nspr-32bit is earlier than 0:4.10.7-0.3.3" test_ref="oval:org.mitre.oval:tst:136452"/>
            <criterion comment="mozilla-nss-32bit is earlier than 0:3.17.2-0.8.1" test_ref="oval:org.mitre.oval:tst:136487"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox is earlier than 0:31.2.0esr-0.11.11.1" test_ref="oval:org.mitre.oval:tst:136596"/>
            <criterion comment="MozillaFirefox-branding-SLED is earlier than 0:31.0-0.5.5.1" test_ref="oval:org.mitre.oval:tst:136387"/>
            <criterion comment="MozillaFirefox-translations is earlier than 0:31.2.0esr-0.11.11.1" test_ref="oval:org.mitre.oval:tst:136603"/>
            <criterion comment="libfreebl3 is earlier than 0:3.17.2-0.3.1" test_ref="oval:org.mitre.oval:tst:136492"/>
            <criterion comment="mozilla-nss is earlier than 0:3.17.2-0.3.1" test_ref="oval:org.mitre.oval:tst:135643"/>
            <criterion comment="mozilla-nss-tools is earlier than 0:3.17.2-0.3.1" test_ref="oval:org.mitre.oval:tst:136606"/>
            <criterion comment="libfreebl3-32bit is earlier than 0:3.17.2-0.3.1" test_ref="oval:org.mitre.oval:tst:136035"/>
            <criterion comment="mozilla-nss-32bit is earlier than 0:3.17.2-0.3.1" test_ref="oval:org.mitre.oval:tst:135937"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28194" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1442-1 -- Security update for flash-player (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141442-1.html" ref_id="SUSE-SU-2014:1442-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0576" ref_id="CVE-2014-0576"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0581" ref_id="CVE-2014-0581"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8440" ref_id="CVE-2014-8440"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8441" ref_id="CVE-2014-8441"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0573" ref_id="CVE-2014-0573"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0588" ref_id="CVE-2014-0588"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8438" ref_id="CVE-2014-8438"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0574" ref_id="CVE-2014-0574"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0577" ref_id="CVE-2014-0577"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0584" ref_id="CVE-2014-0584"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0585" ref_id="CVE-2014-0585"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0586" ref_id="CVE-2014-0586"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0590" ref_id="CVE-2014-0590"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0582" ref_id="CVE-2014-0582"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0589" ref_id="CVE-2014-0589"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8437" ref_id="CVE-2014-8437"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0583" ref_id="CVE-2014-0583"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8442" ref_id="CVE-2014-8442"/>
        <description>flash-player was updated to version 11.2.202.418 to fix 18 security issues:

    * Memory corruption vulnerabilities that could lead to code execution
      (CVE-2014-0576, CVE-2014-0581, CVE-2014-8440, CVE-2014-8441).
    * Use-after-free vulnerabilities that could lead to code execution
      (CVE-2014-0573, CVE-2014-0588, CVE-2014-8438).
    * A double free vulnerability that could lead to code execution
      (CVE-2014-0574).
    * Type confusion vulnerabilities that could lead to code execution
      (CVE-2014-0577, CVE-2014-0584, CVE-2014-0585, CVE-2014-0586,
      CVE-2014-0590).
    * Heap buffer overflow vulnerabilities that could lead to code
      execution (CVE-2014-0582, CVE-2014-0589).
    * An information disclosure vulnerability that could be exploited to
      disclose session tokens (CVE-2014-8437).
    * A heap buffer overflow vulnerability that could be exploited to
      perform privilege escalation from low to medium integrity level
      (CVE-2014-0583).
    * A permission issue that could be exploited to perform privilege
      escalation from low to medium integrity level (CVE-2014-8442).

Further information can be found at
http://helpx.adobe.com/security/products/flash-player/apsb14-24.html
&lt;http://helpx.adobe.com/security/products/flash-player/apsb14-24.html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:12">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:37:59.051-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:23.556-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:27.306-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player is earlier than 0:11.2.202.418-0.3.1" test_ref="oval:org.mitre.oval:tst:136272"/>
          <criterion comment="flash-player-gnome is earlier than 0:11.2.202.418-0.3.1" test_ref="oval:org.mitre.oval:tst:136475"/>
          <criterion comment="flash-player-kde4 is earlier than 0:11.2.202.418-0.3.1" test_ref="oval:org.mitre.oval:tst:136494"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28176" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1623-1 -- Security update for pidgin (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pidgin</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141623-1.html" ref_id="SUSE-SU-2014:1623-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3698" ref_id="CVE-2014-3698"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3696" ref_id="CVE-2014-3696"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3695" ref_id="CVE-2014-3695"/>
        <description>This pidgin update fixes the following security issues:

    * bnc#902408: remote information leak via crafted XMPP message
      (CVE-2014-3698)
    * bnc#902410: denial of service parsing Groupwise server message
      (CVE-2014-3696)
    * bnc#902409: crash in MXit protocol plug-in (CVE-2014-3695)

Security Issues:

    * CVE-2014-3698
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3698>
    * CVE-2014-3696
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3696>
    * CVE-2014-3695
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3695></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-30T11:42:54">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-01-14T20:20:50.827-05:00">DRAFT</status_change>
            <status_change date="2015-02-02T04:00:15.682-05:00">INTERIM</status_change>
            <status_change date="2015-02-23T04:01:10.782-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="finch is earlier than 0:2.6.6-0.25.2" test_ref="oval:org.mitre.oval:tst:137269"/>
          <criterion comment="libpurple is earlier than 0:2.6.6-0.25.2" test_ref="oval:org.mitre.oval:tst:137503"/>
          <criterion comment="libpurple-lang is earlier than 0:2.6.6-0.25.2" test_ref="oval:org.mitre.oval:tst:137462"/>
          <criterion comment="libpurple-meanwhile is earlier than 0:2.6.6-0.25.2" test_ref="oval:org.mitre.oval:tst:137263"/>
          <criterion comment="libpurple-tcl is earlier than 0:2.6.6-0.25.2" test_ref="oval:org.mitre.oval:tst:136727"/>
          <criterion comment="pidgin is earlier than 0:2.6.6-0.25.2" test_ref="oval:org.mitre.oval:tst:137291"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28126" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1319-1 -- Security update for Linux kernel (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141319-1.html" ref_id="SUSE-SU-2014:1319-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1979" ref_id="CVE-2013-1979"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1739" ref_id="CVE-2014-1739"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2706" ref_id="CVE-2014-2706"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4027" ref_id="CVE-2014-4027"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4171" ref_id="CVE-2014-4171"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4508" ref_id="CVE-2014-4508"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4667" ref_id="CVE-2014-4667"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4943" ref_id="CVE-2014-4943"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5077" ref_id="CVE-2014-5077"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5471" ref_id="CVE-2014-5471"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5472" ref_id="CVE-2014-5472"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3153" ref_id="CVE-2014-3153"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6410" ref_id="CVE-2014-6410"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel has been updated to fix
various bugs and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-11-14T10:45:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-11-17T19:55:34.778-05:00">DRAFT</status_change>
            <status_change date="2014-12-08T04:00:56.358-05:00">INTERIM</status_change>
            <status_change date="2014-12-29T04:00:31.326-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135032"/>
            <criterion comment="kernel-default-base is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135450"/>
            <criterion comment="kernel-default-devel is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135002"/>
            <criterion comment="kernel-source is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135344"/>
            <criterion comment="kernel-syms is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135544"/>
            <criterion comment="kernel-trace-devel is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135542"/>
            <criterion comment="kernel-xen is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135556"/>
            <criterion comment="kernel-xen-base is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135354"/>
            <criterion comment="kernel-xen-devel is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:134851"/>
            <criterion comment="xen-kmp-default is earlier than 0:4.2.4_04_3.0.101_0.40-0.7.3" test_ref="oval:org.mitre.oval:tst:135395"/>
            <criterion comment="kernel-pae is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135628"/>
            <criterion comment="kernel-pae-base is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135118"/>
            <criterion comment="kernel-pae-devel is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135285"/>
            <criterion comment="xen-kmp-pae is earlier than 0:4.2.4_04_3.0.101_0.40-0.7.3" test_ref="oval:org.mitre.oval:tst:135568"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-trace is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135453"/>
            <criterion comment="kernel-trace-base is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:134659"/>
            <criterion comment="kernel-ec2 is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135477"/>
            <criterion comment="kernel-ec2-base is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135308"/>
            <criterion comment="kernel-ec2-devel is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135512"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135466"/>
            <criterion comment="kernel-xen-extra is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135296"/>
            <criterion comment="kernel-pae-extra is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135619"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28083" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1318-1 -- Security update for Xen (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Xen</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141318-1.html" ref_id="SUSE-SU-2014:1318-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4344" ref_id="CVE-2013-4344"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4540" ref_id="CVE-2013-4540"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2599" ref_id="CVE-2014-2599"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3967" ref_id="CVE-2014-3967"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3968" ref_id="CVE-2014-3968"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4021" ref_id="CVE-2014-4021"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7154" ref_id="CVE-2014-7154"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7155" ref_id="CVE-2014-7155"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7156" ref_id="CVE-2014-7156"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7188" ref_id="CVE-2014-7188"/>
        <description><![CDATA[The SUSE Linux Enterprise 11 Service Pack 3 Xen package was updated to fix
various bugs and security issues.

The following security issues have been fixed:

    * XSA-108: CVE-2014-7188: Improper MSR range used for x2APIC emulation
      (bnc#897657)
    * XSA-106: CVE-2014-7156: Missing privilege level checks in x86
      emulation of software interrupts (bnc#895802)
    * XSA-105: CVE-2014-7155: Missing privilege level checks in x86 HLT,
      LGDT, LIDT, and LMSW emulation (bnc#895799)
    * XSA-104: CVE-2014-7154: Race condition in HVMOP_track_dirty_vram
      (bnc#895798)
    * XSA-100: CVE-2014-4021: Hypervisor heap contents leaked to guests
      (bnc#880751)
    * XSA-96: CVE-2014-3967, CVE-2014-3968: Vulnerabilities in HVM MSI
      injection (bnc#878841)
    * XSA-89: CVE-2014-2599: HVMOP_set_mem_access is not preemptible
      (bnc#867910)
    * XSA-65: CVE-2013-4344: qemu SCSI REPORT LUNS buffer overflow
      (bnc#842006)
    * CVE-2013-4540: qemu: zaurus: buffer overrun on invalid state load
      (bnc#864801)

The following non-security issues have been fixed:

    * xend: Fix netif convertToDeviceNumber for running domains
      (bnc#891539)
    * Installing SLES12 as a VM on SLES11 SP3 fails because of btrfs in
      the VM (bnc#882092)
    * XEN kernel panic do_device_not_available() (bnc#881900)
    * Boot Failure with xen kernel in UEFI mode with error "No memory for
      trampoline" (bnc#833483)
    * SLES 11 SP3 vm-install should get RHEL 7 support when released
      (bnc#862608)
    * SLES 11 SP3 XEN kiso version cause softlockup on 8 blades npar(480
      cpu) (bnc#858178)
    * Local attach support for PHY backends using scripts
      local_attach_support_for_phy.patch (bnc#865682)
    * Improve multipath support for npiv devices block-npiv (bnc#798770)

Security Issues:

    * CVE-2013-4344
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4344>
    * CVE-2013-4540
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4540>
    * CVE-2014-2599
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2599>
    * CVE-2014-3967
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3967>
    * CVE-2014-3968
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3968>
    * CVE-2014-4021
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4021>
    * CVE-2014-7154
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7154>
    * CVE-2014-7155
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7155>
    * CVE-2014-7156
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7156>
    * CVE-2014-7188
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7188>]]></description>
        <oval_repository>
          <dates>
            <submitted date="2014-11-14T10:45:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-11-17T19:55:35.553-05:00">DRAFT</status_change>
            <status_change date="2014-12-08T04:00:55.440-05:00">INTERIM</status_change>
            <status_change date="2014-12-29T04:00:30.213-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xen-kmp-default is earlier than 0:4.2.4_04_3.0.101_0.40-0.9.1" test_ref="oval:org.mitre.oval:tst:135409"/>
          <criterion comment="xen-libs is earlier than 0:4.2.4_04-0.9.1" test_ref="oval:org.mitre.oval:tst:135524"/>
          <criterion comment="xen-tools-domU is earlier than 0:4.2.4_04-0.9.1" test_ref="oval:org.mitre.oval:tst:134882"/>
          <criterion comment="xen is earlier than 0:4.2.4_04-0.9.1" test_ref="oval:org.mitre.oval:tst:135599"/>
          <criterion comment="xen-doc-html is earlier than 0:4.2.4_04-0.9.1" test_ref="oval:org.mitre.oval:tst:135485"/>
          <criterion comment="xen-doc-pdf is earlier than 0:4.2.4_04-0.9.1" test_ref="oval:org.mitre.oval:tst:135607"/>
          <criterion comment="xen-libs-32bit is earlier than 0:4.2.4_04-0.9.1" test_ref="oval:org.mitre.oval:tst:135590"/>
          <criterion comment="xen-tools is earlier than 0:4.2.4_04-0.9.1" test_ref="oval:org.mitre.oval:tst:135491"/>
          <criterion comment="xen-kmp-pae is earlier than 0:4.2.4_04_3.0.101_0.40-0.9.1" test_ref="oval:org.mitre.oval:tst:135407"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:28044" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1557-2 -- Security update for compat-openssl097g (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>compat-openssl097g</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141557-2.html" ref_id="SUSE-SU-2014:1557-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0166" ref_id="CVE-2013-0166"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0169" ref_id="CVE-2013-0169"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0224" ref_id="CVE-2014-0224"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3470" ref_id="CVE-2014-3470"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3508" ref_id="CVE-2014-3508"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566" ref_id="CVE-2014-3566"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3568" ref_id="CVE-2014-3568"/>
        <description><![CDATA[The SLES 9 compatibility package compat-openssl097g received a roll up
update fixing various security issues:

    * Build option no-ssl3 is incomplete (CVE-2014-3568)
    * Add support for TLS_FALLBACK_SCSV (CVE-2014-3566)
    * Information leak in pretty printing functions (CVE-2014-3508)
    * OCSP bad key DoS attack (CVE-2013-0166)
    * SSL/TLS CBC plaintext recovery attack (CVE-2013-0169)
    * Anonymous ECDH denial of service (CVE-2014-3470)
    * SSL/TLS MITM vulnerability (CVE-2014-0224)

Security Issues:

    * CVE-2013-0166
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0166>
    * CVE-2013-0169
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0169>
    * CVE-2014-0224
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0224>
    * CVE-2014-3470
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3470>
    * CVE-2014-3508
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3508>
    * CVE-2014-3566
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566>
    * CVE-2014-3568
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3568>]]></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-30T11:43:57">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-01-14T20:20:56.391-05:00">DRAFT</status_change>
            <status_change date="2015-02-02T04:00:13.695-05:00">INTERIM</status_change>
            <status_change date="2015-02-23T04:01:08.183-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="compat-openssl097g is earlier than 0:0.9.7g-146.22.25.1" test_ref="oval:org.mitre.oval:tst:137279"/>
          <criterion comment="compat-openssl097g-32bit is earlier than 0:0.9.7g-146.22.25.1" test_ref="oval:org.mitre.oval:tst:137472"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27924" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1440-1 -- Security update for libxml2 (moderate)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libxml2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141440-1.html" ref_id="SUSE-SU-2014:1440-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3660" ref_id="CVE-2014-3660"/>
        <description>This update fixes a denial of service via recursive entity expansion.
(CVE-2014-3660)

Security Issues:

    * CVE-2014-3660
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3660></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:36">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:37:54.987-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:15.925-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:16.532-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libxml2 is earlier than 0:2.7.6-0.31.1" test_ref="oval:org.mitre.oval:tst:136635"/>
            <criterion comment="libxml2-python is earlier than 0:2.7.6-0.31.1" test_ref="oval:org.mitre.oval:tst:135980"/>
            <criterion comment="libxml2-32bit is earlier than 0:2.7.6-0.31.1" test_ref="oval:org.mitre.oval:tst:136473"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libxml2-doc is earlier than 0:2.7.6-0.31.1" test_ref="oval:org.mitre.oval:tst:136643"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27870" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1624-1 -- Security update for Mozilla Firefox (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141624-1.html" ref_id="SUSE-SU-2014:1624-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1587" ref_id="CVE-2014-1587"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1588" ref_id="CVE-2014-1588"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1589" ref_id="CVE-2014-1589"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1590" ref_id="CVE-2014-1590"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1591" ref_id="CVE-2014-1591"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1592" ref_id="CVE-2014-1592"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1593" ref_id="CVE-2014-1593"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1594" ref_id="CVE-2014-1594"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1595" ref_id="CVE-2014-1595"/>
        <description><![CDATA[Mozilla Firefox has been updated to the 31.3ESR release fixing bugs and
security issues.

    *

      MFSA 2014-83 / CVE-2014-1588 / CVE-2014-1587: Mozilla developers and
community identified and fixed several memory safety bugs in the browser
engine used in Firefox and other Mozilla-based products. Some
      of these bugs showed evidence of memory corruption under certain
circumstances, and we presume that with enough effort at least some
      of these could be exploited to run arbitrary code.

    *

      MFSA 2014-85 / CVE-2014-1590: Security researcher Joe Vennix from
Rapid7 reported that passing a JavaScript object to XMLHttpRequest that
mimics an input stream will a crash. This crash is not exploitable and can
only be used for denial of service attacks.

    *

      MFSA 2014-87 / CVE-2014-1592: Security researcher Berend-Jan Wever
reported a use-after-free created by triggering the creation of a second
root element while parsing HTML written to a document created with
document.open(). This leads to a potentially exploitable crash.

    *

      MFSA 2014-88 / CVE-2014-1593: Security researcher Abhishek Arya
(Inferno) of the Google Chrome Security Team used the Address Sanitizer
tool to discover a buffer overflow during the parsing of media content.
This leads to a potentially exploitable crash.

    *

      MFSA 2014-89 / CVE-2014-1594: Security researchers Byoungyoung Lee,
Chengyu Song, and Taesoo Kim at the Georgia Tech Information Security
Center (GTISC) reported a bad casting from the BasicThebesLayer to
BasicContainerLayer, resulting in undefined behavior. This behavior is
potentially exploitable with some compilers but no clear mechanism to
trigger it through web content was identified.

    *

      MFSA 2014-90 / CVE-2014-1595: Security researcher Kent Howard
reported an Apple issue present in OS X 10.10 (Yosemite) where log files
are created by the CoreGraphics framework of OS X in the /tmp local
directory. These log files contain a record of all inputs into Mozilla
programs during their operation. In versions of OS X from versions 10.6
through 10.9, the CoreGraphics had this logging ability but it was turned
off by default. In OS X 10.10, this logging was turned on by default for
some applications that use a custom memory allocator, such as jemalloc,
because of an initialization bug in the framework. This issue has been
addressed in Mozilla products by explicitly turning off the framework's
logging of input events. On vulnerable systems, this issue can result in
private data such as usernames, passwords, and other inputed data being
saved to a log file on the local system.

Security Issues:

    * CVE-2014-1587
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1587>
    * CVE-2014-1588
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1588>
    * CVE-2014-1589
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1589>
    * CVE-2014-1590
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1590>
    * CVE-2014-1591
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1591>
    * CVE-2014-1592
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1592>
    * CVE-2014-1593
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1593>
    * CVE-2014-1594
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1594>
    * CVE-2014-1595
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1595>]]></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-30T11:42:52">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-01-14T20:20:55.317-05:00">DRAFT</status_change>
            <status_change date="2015-02-02T04:00:11.896-05:00">INTERIM</status_change>
            <status_change date="2015-02-23T04:01:05.563-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox is earlier than 0:31.3.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:137313"/>
            <criterion comment="MozillaFirefox-translations is earlier than 0:31.3.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:137376"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox is earlier than 0:31.3.0esr-0.3.1" test_ref="oval:org.mitre.oval:tst:137295"/>
            <criterion comment="MozillaFirefox-translations is earlier than 0:31.3.0esr-0.3.1" test_ref="oval:org.mitre.oval:tst:137441"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox is earlier than 0:31.3.0esr-0.5.1" test_ref="oval:org.mitre.oval:tst:137285"/>
            <criterion comment="MozillaFirefox-translations is earlier than 0:31.3.0esr-0.5.1" test_ref="oval:org.mitre.oval:tst:137166"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27784" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1410-1 -- Security update for krb5 (low)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>krb5</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141410-1.html" ref_id="SUSE-SU-2014:1410-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5351" ref_id="CVE-2014-5351"/>
        <description>This update for krb5 fixes the following issues:

    * When randomizing the keys for a service principal, current keys
      could be returned. (CVE-2014-5351)
    * klist -s crashes when handling multiple referral entries.
      (bnc#890623)

Security Issues:

    * CVE-2014-5351
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5351></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:20.530-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:15.076-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:15.829-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5 is earlier than 0:1.6.3-133.49.64.1" test_ref="oval:org.mitre.oval:tst:136628"/>
            <criterion comment="krb5-client is earlier than 0:1.6.3-133.49.64.1" test_ref="oval:org.mitre.oval:tst:136516"/>
            <criterion comment="krb5-32bit is earlier than 0:1.6.3-133.49.64.1" test_ref="oval:org.mitre.oval:tst:136656"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5-apps-clients is earlier than 0:1.6.3-133.49.64.1" test_ref="oval:org.mitre.oval:tst:136161"/>
            <criterion comment="krb5-apps-servers is earlier than 0:1.6.3-133.49.64.1" test_ref="oval:org.mitre.oval:tst:136279"/>
            <criterion comment="krb5-plugin-kdb-ldap is earlier than 0:1.6.3-133.49.64.1" test_ref="oval:org.mitre.oval:tst:136460"/>
            <criterion comment="krb5-plugin-preauth-pkinit is earlier than 0:1.6.3-133.49.64.1" test_ref="oval:org.mitre.oval:tst:136356"/>
            <criterion comment="krb5-server is earlier than 0:1.6.3-133.49.64.1" test_ref="oval:org.mitre.oval:tst:136626"/>
            <criterion comment="krb5-doc is earlier than 0:1.6.3-133.49.64.1" test_ref="oval:org.mitre.oval:tst:136593"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27725" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1605-1 -- Security update for OpenVPN (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>OpenVPN</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141605-1.html" ref_id="SUSE-SU-2014:1605-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8104" ref_id="CVE-2014-8104"/>
        <description>This update fixes a critical denial of service vulnerability in OpenVPN:

    * CVE-2014-8104: Critical denial of service vulnerability in OpenVPN
      servers that can be triggered by authenticated attackers.

Also an incompatibility with OpenVPN and OpenSSL in FIPS mode has been
fixed. (bnc#895882)

Security Issues:

    * CVE-2014-8104
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8104></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-30T11:43:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2015-01-14T20:20:52.606-05:00">DRAFT</status_change>
            <status_change date="2015-02-02T04:00:10.287-05:00">INTERIM</status_change>
            <status_change date="2015-02-23T04:01:03.649-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="openvpn is earlier than 0:2.0.9-143.44.1" test_ref="oval:org.mitre.oval:tst:137519"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="openvpn-auth-pam-plugin is earlier than 0:2.0.9-143.44.1" test_ref="oval:org.mitre.oval:tst:137444"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27719" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1316-1 -- Security update for Linux kernel (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141316-1.html" ref_id="SUSE-SU-2014:1316-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1979" ref_id="CVE-2013-1979"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1739" ref_id="CVE-2014-1739"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2706" ref_id="CVE-2014-2706"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4027" ref_id="CVE-2014-4027"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4171" ref_id="CVE-2014-4171"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4508" ref_id="CVE-2014-4508"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4667" ref_id="CVE-2014-4667"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4943" ref_id="CVE-2014-4943"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5077" ref_id="CVE-2014-5077"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5471" ref_id="CVE-2014-5471"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5472" ref_id="CVE-2014-5472"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3153" ref_id="CVE-2014-3153"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6410" ref_id="CVE-2014-6410"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel has been updated to fix
various bugs and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-11-14T10:45:17">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-11-17T19:55:33.067-05:00">DRAFT</status_change>
            <status_change date="2014-12-08T04:00:48.310-05:00">INTERIM</status_change>
            <status_change date="2014-12-29T04:00:16.221-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="iscsitarget-kmp-bigsmp is earlier than 0:1.4.20_3.0.101_0.40-0.38.83" test_ref="oval:org.mitre.oval:tst:135515"/>
            <criterion comment="kernel-bigsmp is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135441"/>
            <criterion comment="kernel-bigsmp-base is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135622"/>
            <criterion comment="ofed-kmp-bigsmp is earlier than 0:1.5.4.1_3.0.101_0.40-0.13.89" test_ref="oval:org.mitre.oval:tst:135625"/>
            <criterion comment="oracleasm-kmp-bigsmp is earlier than 0:2.0.5_3.0.101_0.40-7.39.89" test_ref="oval:org.mitre.oval:tst:135493"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="kernel-bigsmp-devel is earlier than 0:3.0.101-0.40.1" test_ref="oval:org.mitre.oval:tst:135213"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27526" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1360-1 -- Security update for flash-player (important)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141360-1.html" ref_id="SUSE-SU-2014:1360-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0569" ref_id="CVE-2014-0569"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0564" ref_id="CVE-2014-0564"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0558" ref_id="CVE-2014-0558"/>
        <description>This update fixes multiple code execution vulnerabilities in flash-player
(APSB14-22). CVE-2014-0564, CVE-2014-0558 and CVE-2014-0569 have been
assigned to this issue.

Security Issues:

    * CVE-2014-0569
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0569>
    * CVE-2014-0564
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0564>
    * CVE-2014-0558
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0558></description>
        <oval_repository>
          <dates>
            <submitted date="2014-12-08T11:15:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-12-19T17:38:20.833-05:00">DRAFT</status_change>
            <status_change date="2015-01-05T04:00:09.240-05:00">INTERIM</status_change>
            <status_change date="2015-01-26T04:00:09.721-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player is earlier than 0:11.2.202.411-0.3.1" test_ref="oval:org.mitre.oval:tst:136335"/>
          <criterion comment="flash-player-gnome is earlier than 0:11.2.202.411-0.3.1" test_ref="oval:org.mitre.oval:tst:136602"/>
          <criterion comment="flash-player-kde4 is earlier than 0:11.2.202.411-0.3.1" test_ref="oval:org.mitre.oval:tst:136075"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27214" version="3" class="patch">
      <metadata>
        <title>SUSE-OU-2014:1304-1 -- Optional update for gcc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gcc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ou-20141304-1.html" ref_id="SUSE-OU-2014:1304-1"/>
        <description>This optional update for gcc provides bi-arch variants of packages gcc-c++
and libstdc++-devel, for example: gcc-c++-32bit and libstdc++-devel-32bit
on x86_64.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-27T14:44:01">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-29T12:49:25.229-04:00">DRAFT</status_change>
            <status_change date="2014-11-17T04:01:58.001-05:00">INTERIM</status_change>
            <status_change date="2014-12-08T04:00:43.360-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="cpp RPM is earlier than 0:4.3-62.200.2" test_ref="oval:org.mitre.oval:tst:126220"/>
            <criterion comment="gcc RPM is earlier than 0:4.3-62.200.2" test_ref="oval:org.mitre.oval:tst:126214"/>
            <criterion comment="gcc-c++ RPM is earlier than 0:4.3-62.200.2" test_ref="oval:org.mitre.oval:tst:126303"/>
            <criterion comment="gcc-info RPM is earlier than 0:4.3-62.200.2" test_ref="oval:org.mitre.oval:tst:126148"/>
            <criterion comment="gcc-32bit RPM is earlier than 0:4.3-62.200.2" test_ref="oval:org.mitre.oval:tst:126227"/>
            <criterion comment="gcc-c++-32bit RPM is earlier than 0:4.3-62.200.2" test_ref="oval:org.mitre.oval:tst:125979"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gcc-locale RPM is earlier than 0:4.3-62.200.2" test_ref="oval:org.mitre.oval:tst:126336"/>
            <criterion comment="libstdc++-devel RPM is earlier than 0:4.3-62.200.2" test_ref="oval:org.mitre.oval:tst:126233"/>
            <criterion comment="libstdc++-devel-32bit RPM is earlier than 0:4.3-62.200.2" test_ref="oval:org.mitre.oval:tst:126332"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gcc-gij RPM is earlier than 0:4.3-62.200.2" test_ref="oval:org.mitre.oval:tst:125804"/>
            <criterion comment="gcc-gij-32bit RPM is earlier than 0:4.3-62.200.2" test_ref="oval:org.mitre.oval:tst:126345"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27198" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1464-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131464-1.html" ref_id="SUSE-SU-2013:1464-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3361" ref_id="CVE-2013-3361"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3362" ref_id="CVE-2013-3362"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3363" ref_id="CVE-2013-3363"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5324" ref_id="CVE-2013-5324"/>
        <description>Adobe flash-player has been updated to version 11.2.202.310
(ABSP13-21)  which fixes several bugs and security issues.
(SUSE bnc#839897)

These updates resolve memory corruption vulnerabilities
that could have  lead to code execution (CVE-2013-3361,
CVE-2013-3362, CVE-2013-3363,  CVE-2013-5324).

The official advisory can be found on

https://www.adobe.com/support/security/bulletins/apsb13-21.h
tml
&lt;https://www.adobe.com/support/security/bulletins/apsb13-21.
html>

Security Issue reference references:

    * CVE-2013-3361
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3361
>
    * CVE-2013-3362
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3362
>
    * CVE-2013-3363
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3363
>
    * CVE-2013-5324
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5324
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-27T14:49:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-29T12:49:26.722-04:00">DRAFT</status_change>
            <status_change date="2014-11-17T04:01:56.619-05:00">INTERIM</status_change>
            <status_change date="2014-12-08T04:00:42.617-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.310-0.3.1" test_ref="oval:org.mitre.oval:tst:126356"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.310-0.3.1" test_ref="oval:org.mitre.oval:tst:126077"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.310-0.3.1" test_ref="oval:org.mitre.oval:tst:125775"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27190" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1301-1 -- Recommended update for psmisc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>psmisc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141301-1.html" ref_id="SUSE-RU-2014:1301-1"/>
        <description>This update for psmisc fixes formatting of 6-digit process IDs in fuser(1).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-27T14:44:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-29T12:49:23.688-04:00">DRAFT</status_change>
            <status_change date="2014-11-17T04:01:56.466-05:00">INTERIM</status_change>
            <status_change date="2014-12-08T04:00:42.493-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="psmisc RPM is earlier than 0:22.7-7.3.1" test_ref="oval:org.mitre.oval:tst:126197"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27146" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1283-1 -- Security update for libevent</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libevent</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141283-1.html" ref_id="SUSE-SU-2014:1283-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6272" ref_id="CVE-2014-6272"/>
        <description>This update fixes a buffer overflow in the buffered event handling in
libevent. (CVE-2014-6272)
Security Issues:
    * CVE-2014-6272
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6272></description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-14T11:42:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-24T13:10:06.181-04:00">DRAFT</status_change>
            <status_change date="2014-11-10T04:02:25.104-05:00">INTERIM</status_change>
            <status_change date="2014-12-01T04:00:58.569-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="libevent-1_4-2 RPM is earlier than 0:1.4.5-24.24.1" test_ref="oval:org.mitre.oval:tst:125015"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27143" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1278-1 -- Security update for kvm</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kvm</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141278-1.html" ref_id="SUSE-SU-2014:1278-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0223" ref_id="CVE-2014-0223"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3461" ref_id="CVE-2014-3461"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0222" ref_id="CVE-2014-0222"/>
        <description>kvm has been updated to fix issues in the embedded qemu:
    *
      CVE-2014-0223: An integer overflow flaw was found in the QEMU block
driver for QCOW version 1 disk images. A user able to alter the QEMU disk
image files loaded by a guest could have used this flaw to corrupt QEMU
process memory on the host, which could potentially have resulted in
arbitrary code execution on the host with the privileges
      of the QEMU process.
    *
      CVE-2014-3461: A user able to alter the savevm data (either on the
disk or over the wire during migration) could have used this flaw to to
corrupt QEMU process memory on the (destination) host, which could have
potentially resulted in arbitrary code execution on the host with the
privileges of the QEMU process.
    *
      CVE-2014-0222: An integer overflow flaw was found in the QEMU block
driver for QCOW version 1 disk images. A user able to alter the QEMU disk
image files loaded by a guest could have used this flaw to corrupt QEMU
process memory on the host, which could have potentially resulted in
arbitrary code execution on the host with the privileges
      of the QEMU process.
Non-security bugs fixed:
    * Fix exceeding IRQ routes that could have caused freezes of guests.
      (bnc#876842)
    * Fix CPUID emulation bugs that may have broken Windows guests with
      newer -cpu types (bnc#886535)
Security Issues:
    * CVE-2014-0222
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0222>
    * CVE-2014-0223
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0223>
    * CVE-2014-3461
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3461></description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-14T11:42:14">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-24T13:10:10.151-04:00">DRAFT</status_change>
            <status_change date="2014-11-10T04:02:24.524-05:00">INTERIM</status_change>
            <status_change date="2014-12-01T04:00:57.987-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kvm RPM is earlier than 0:1.4.2-0.17.1" test_ref="oval:org.mitre.oval:tst:125426"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27036" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1221-1 -- Security update for wireshark</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>wireshark</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141221-1.html" ref_id="SUSE-SU-2014:1221-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6421" ref_id="CVE-2014-6421"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6422" ref_id="CVE-2014-6422"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6423" ref_id="CVE-2014-6423"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6424" ref_id="CVE-2014-6424"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6427" ref_id="CVE-2014-6427"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6428" ref_id="CVE-2014-6428"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6429" ref_id="CVE-2014-6429"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6430" ref_id="CVE-2014-6430"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6431" ref_id="CVE-2014-6431"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6432" ref_id="CVE-2014-6432"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5161" ref_id="CVE-2014-5161"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5162" ref_id="CVE-2014-5162"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5163" ref_id="CVE-2014-5163"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5164" ref_id="CVE-2014-5164"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5165" ref_id="CVE-2014-5165"/>
        <description><![CDATA[The wireshark package was upgraded to 1.10.10 from 1.8.x as 1.8 was
discontinued.
This update fixes vulnerabilities that could allow an attacker to crash
Wireshark or make it become unresponsive by sending specific packets onto
the network or have them loaded via a capture file while the dissectors
are running. It also contains a number of other bug fixes.
    * RTP dissector crash. (wnpa-sec-2014-12 CVE-2014-6421 CVE-2014-6422)
    * MEGACO dissector infinite loop. (wnpa-sec-2014-13 CVE-2014-6423)
    * Netflow dissector crash. (wnpa-sec-2014-14 CVE-2014-6424)
    * RTSP dissector crash. (wnpa-sec-2014-17 CVE-2014-6427)
    * SES dissector crash. (wnpa-sec-2014-18 CVE-2014-6428)
    * Sniffer file parser crash. (wnpa-sec-2014-19 CVE-2014-6429
      CVE-2014-6430 CVE-2014-6431 CVE-2014-6432)
    * The Catapult DCT2000 and IrDA dissectors could underrun a buffer.
      (wnpa-sec-2014-08 CVE-2014-5161 CVE-2014-5162, bnc#889901)
    * The GSM Management dissector could crash. (wnpa-sec-2014-09
      CVE-2014-5163, bnc#889906)
    * The RLC dissector could crash. (wnpa-sec-2014-10 CVE-2014-5164,
      bnc#889900)
    * The ASN.1 BER dissector could crash. (wnpa-sec-2014-11
      CVE-2014-5165, bnc#889899)
Further bug fixes as listed in:
https://www.wireshark.org/docs/relnotes/wireshark-1.10.10.html
<https://www.wireshark.org/docs/relnotes/wireshark-1.10.10.html> and
https://www.wireshark.org/docs/relnotes/wireshark-1.10.9.html
<https://www.wireshark.org/docs/relnotes/wireshark-1.10.9.html> .
Security Issues:
    * CVE-2014-5161
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5161>
    * CVE-2014-5162
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5162>
    * CVE-2014-5163
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5163>
    * CVE-2014-5164
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5164>
    * CVE-2014-5165
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5165>
    * CVE-2014-6421
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6421>
    * CVE-2014-6422
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6422>
    * CVE-2014-6423
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6423>
    * CVE-2014-6424
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6424>
    * CVE-2014-6427
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6427>
    * CVE-2014-6428
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6428>
    * CVE-2014-6429
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6429>
    * CVE-2014-6430
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6430>
    * CVE-2014-6431
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6431>
    * CVE-2014-6432
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6432>]]></description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-14T11:43:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-24T13:10:08.007-04:00">DRAFT</status_change>
            <status_change date="2014-11-10T04:02:20.967-05:00">INTERIM</status_change>
            <status_change date="2014-12-01T04:00:53.111-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="wireshark RPM is earlier than 0:1.10.10-0.2.1" test_ref="oval:org.mitre.oval:tst:124985"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27025" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1220-1 -- Security update for mozilla-nss</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mozilla-nss</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141220-1.html" ref_id="SUSE-SU-2014:1220-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1568" ref_id="CVE-2014-1568"/>
        <description>Mozilla NSS was updated to version 3.16.5 to fix a RSA certificate forgery
issue.
MFSA 2014-73 / CVE-2014-1568: Antoine Delignat-Lavaud, security researcher
at Inria Paris in team Prosecco, reported an issue in Network Security
Services (NSS) libraries affecting all versions. He discovered that NSS is
vulnerable to a variant of a signature forgery attack previously published
by Daniel Bleichenbacher. This is due to lenient parsing of ASN.1 values
involved in a signature and could lead to the forging of RSA certificates.
The Advanced Threat Research team at Intel Security also independently
discovered and reported this issue.
Security Issues:
    * CVE-2014-1568
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1568></description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-14T11:43:16">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-24T13:10:11.579-04:00">DRAFT</status_change>
            <status_change date="2014-11-10T04:02:20.826-05:00">INTERIM</status_change>
            <status_change date="2014-12-01T04:00:52.822-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libfreebl3 RPM is earlier than 0:3.16.5-0.7.1" test_ref="oval:org.mitre.oval:tst:125491"/>
          <criterion comment="libsoftokn3 RPM is earlier than 0:3.16.5-0.7.1" test_ref="oval:org.mitre.oval:tst:125076"/>
          <criterion comment="mozilla-nss RPM is earlier than 0:3.16.5-0.7.1" test_ref="oval:org.mitre.oval:tst:125535"/>
          <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.16.5-0.7.1" test_ref="oval:org.mitre.oval:tst:125501"/>
          <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.16.5-0.7.1" test_ref="oval:org.mitre.oval:tst:125749"/>
          <criterion comment="libsoftokn3-32bit RPM is earlier than 0:3.16.5-0.7.1" test_ref="oval:org.mitre.oval:tst:125561"/>
          <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.16.5-0.7.1" test_ref="oval:org.mitre.oval:tst:125818"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27019" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:0989-1 -- Security update for krb5</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>krb5</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140989-1.html" ref_id="SUSE-SU-2014:0989-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4341" ref_id="CVE-2014-4341"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4342" ref_id="CVE-2014-4342"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4343" ref_id="CVE-2014-4343"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4344" ref_id="CVE-2014-4344"/>
        <description>The several security issues have been fixed in kerberos 5.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:55:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:01.352-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:51.944-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:31.482-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:58:12.417-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:58:12.417-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5 RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:124463"/>
            <criterion comment="krb5-client RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:124808"/>
            <criterion comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:124274"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:124488"/>
            <criterion comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:124511"/>
            <criterion comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:124750"/>
            <criterion comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:124821"/>
            <criterion comment="krb5-server RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:124314"/>
            <criterion comment="krb5-doc RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:124791"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27017" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1003-1 -- Security update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141003-1.html" ref_id="SUSE-SU-2014:1003-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3970" ref_id="CVE-2014-3970"/>
        <description>The several security issue is fixed in this update</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:31">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:02.201-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:51.785-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:30.235-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:55:43.738-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:55:43.738-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124508"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124431"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124367"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124409"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124163"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124624"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124623"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124343"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124681"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124556"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124586"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124060"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123812"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124635"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124007"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:27004" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1011-1 -- Security update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141011-1.html" ref_id="SUSE-SU-2014:1011-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4650" ref_id="CVE-2014-4650"/>
        <description>This update for Python provides fixes for the following issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:16.355-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:51.115-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:28.081-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T19:05:18.973-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T19:05:18.973-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124820"/>
            <criterion comment="python RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124712"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124575"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124795"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124763"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124767"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124793"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124704"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124386"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124786"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124411"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124595"/>
            <criterion comment="python-doc RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:124768"/>
            <criterion comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:124807"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124719"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26992" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1007-1 -- Security update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141007-1.html" ref_id="SUSE-SU-2014:1007-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3970" ref_id="CVE-2014-3970"/>
        <description>The several security issue is fixed in this update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:06.080-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:50.440-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:25.014-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:35:21.116-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:35:21.116-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124615"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123966"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124596"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124510"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124442"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124656"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124241"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124485"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124444"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124216"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124450"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124287"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123688"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124553"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124566"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26990" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-RU-2014:0990-1 -- Recommended update for pesign-obs-integration</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pesign-obs-integration</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140990-1.html" ref_id="SUSE-RU-2014:0990-1"/>
        <description>This update for pesign-obs-integration includes the following fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:55:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:39:58.186-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:50.376-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:24.821-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:52:01.289-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:52:01.289-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="pesign-obs-integration RPM is earlier than 0:10.0-0.22.1" test_ref="oval:org.mitre.oval:tst:124727"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26985" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1222-1 -- Recommended update for xorg-x11-driver-input</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-driver-input</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141222-1.html" ref_id="SUSE-RU-2014:1222-1"/>
        <description>This update for xorg-x11-driver-input improves handling of devices which
send both absolute and relative coordinates in the evdev driver.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-14T11:43:12">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-24T13:10:08.994-04:00">DRAFT</status_change>
            <status_change date="2014-11-10T04:02:20.348-05:00">INTERIM</status_change>
            <status_change date="2014-12-01T04:00:51.785-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="xorg-x11-driver-input RPM is earlier than 0:7.4-13.52.1" test_ref="oval:org.mitre.oval:tst:124982"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26984" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1299-1 -- Recommended update for at</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>at</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141299-1.html" ref_id="SUSE-RU-2014:1299-1"/>
        <description>This update for the at(1) job manager fixes a regression caused by the
latest security updates for bash. at(1) now sanitizes the environment it
passes to the shell, allowing only variables whose keys are of the form
/^[A-Z_][A-Z0-9_]/i.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-27T14:44:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-29T12:49:26.488-04:00">DRAFT</status_change>
            <status_change date="2014-11-17T04:01:21.289-05:00">INTERIM</status_change>
            <status_change date="2014-12-08T04:00:29.960-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="at RPM is earlier than 0:3.1.8-1069.22.22.1" test_ref="oval:org.mitre.oval:tst:126331"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="at RPM is earlier than 0:3.1.8-921.31.1" test_ref="oval:org.mitre.oval:tst:125933"/>
            <criterion comment="at RPM is earlier than 0:3.1.8-921.25.3.1" test_ref="oval:org.mitre.oval:tst:126357"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26978" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1027-1 -- Security update for glibc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glibc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141027-1.html" ref_id="SUSE-SU-2014:1027-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0475" ref_id="CVE-2014-0475"/>
        <description>This glibc update contains one security and two non security fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:14.768-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:49.706-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:20.939-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T19:02:15.729-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T19:02:15.729-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:124517"/>
            <criterion comment="glibc-devel RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123886"/>
            <criterion comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:124437"/>
            <criterion comment="glibc-locale RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:124095"/>
            <criterion comment="nscd RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123892"/>
            <criterion comment="glibc-32bit RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123882"/>
            <criterion comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:124506"/>
            <criterion comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:124401"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc-html RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:124313"/>
            <criterion comment="glibc-info RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:124535"/>
            <criterion comment="glibc-profile RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:124284"/>
            <criterion comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:124418"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26977" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-RU-2014:1054-1 -- Recommended update for gdm</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gdm</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141054-1.html" ref_id="SUSE-RU-2014:1054-1"/>
        <description>This update for gdm provides fixes for the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:08">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:04.085-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:49.611-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:20.755-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:37:39.681-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:37:39.681-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gdm RPM is earlier than 0:2.24.0-24.96.3" test_ref="oval:org.mitre.oval:tst:124067"/>
          <criterion comment="gdm-branding-upstream RPM is earlier than 0:2.24.0-24.96.3" test_ref="oval:org.mitre.oval:tst:124482"/>
          <criterion comment="gdm-lang RPM is earlier than 0:2.24.0-24.96.3" test_ref="oval:org.mitre.oval:tst:124456"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26965" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-RU-2014:1064-1 -- Recommended update for yast2-country</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-country</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141064-1.html" ref_id="SUSE-RU-2014:1064-1"/>
        <description>This update for YaST's Country Settings module (yast2-country) provides
the following fix:Do not try to save settings when the user did not change them.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:16.737-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:48.805-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:17.698-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:53:01.408-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:53:01.408-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="yast2-country RPM is earlier than 0:2.17.55-0.7.1" test_ref="oval:org.mitre.oval:tst:124524"/>
          <criterion comment="yast2-country-data RPM is earlier than 0:2.17.55-0.7.1" test_ref="oval:org.mitre.oval:tst:124199"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26964" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:0999-1 -- Security update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140999-1.html" ref_id="SUSE-SU-2014:0999-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3970" ref_id="CVE-2014-3970"/>
        <description>The several security issue is fixed in this update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:36">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:05.404-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:48.658-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:17.330-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T19:06:35.131-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T19:06:35.131-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124534"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124801"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124715"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124792"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124619"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124578"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123985"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124218"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124107"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123824"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124473"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124468"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124242"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124612"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124509"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26949" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-RU-2014:1016-1 -- Recommended update for libgphoto2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libgphoto2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141016-1.html" ref_id="SUSE-RU-2014:1016-1"/>
        <description>This update of libgphoto2 fixes an issue where daemonized usage of
libgphoto2 like in gphotofs could have affected devices attached to
unrelated serial ports.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:57">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:04.582-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:48.481-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:16.503-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:40:35.752-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:40:35.752-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libgphoto2 RPM is earlier than 0:2.4.3-3.27.1" test_ref="oval:org.mitre.oval:tst:123894"/>
            <criterion comment="libgphoto2-lang RPM is earlier than 0:2.4.3-3.27.1" test_ref="oval:org.mitre.oval:tst:124439"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libgphoto2-32bit RPM is earlier than 0:2.4.3-3.27.1" test_ref="oval:org.mitre.oval:tst:124335"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26929" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-YU-2014:1021-1 -- YOU update for Software Update Stack</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Software Update Stack</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-yu-20141021-1.html" ref_id="SUSE-YU-2014:1021-1"/>
        <description>This update for the Software Update Stack provides the several fixes and
enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:35">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:39:56.880-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:48.103-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:11.453-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:34:05.143-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:34:05.143-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libzypp RPM is earlier than 0:9.37.8-0.7.10" test_ref="oval:org.mitre.oval:tst:124269"/>
          <criterion comment="perl-satsolver RPM is earlier than 0:0.44.5-0.5.148" test_ref="oval:org.mitre.oval:tst:124592"/>
          <criterion comment="python-satsolver RPM is earlier than 0:0.44.5-0.5.148" test_ref="oval:org.mitre.oval:tst:124357"/>
          <criterion comment="satsolver-tools RPM is earlier than 0:0.17.8-0.5.1" test_ref="oval:org.mitre.oval:tst:124576"/>
          <criterion comment="zypper RPM is earlier than 0:1.6.315-0.7.15" test_ref="oval:org.mitre.oval:tst:124544"/>
          <criterion comment="zypper-log RPM is earlier than 0:1.6.315-0.7.15" test_ref="oval:org.mitre.oval:tst:124621"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26924" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-OU-2014:1050-1 -- Optional update for grub2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>grub2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ou-20141050-1.html" ref_id="SUSE-OU-2014:1050-1"/>
        <description>This patch provides grub2-x86_64-xen. This new package should be installed
on Xen virtualization servers that host SUSE Linux Enterprise 12 virtual
 machines.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:13">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:00.104-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:47.858-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:10.907-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:54:28.764-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:54:28.764-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="grub2-x86_64-efi RPM is earlier than 0:2.00-0.45.1" test_ref="oval:org.mitre.oval:tst:124373"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="grub2-x86_64-xen RPM is earlier than 0:2.00-0.45.1" test_ref="oval:org.mitre.oval:tst:124397"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26907" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1028-1 -- Security update for krb5</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>krb5</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141028-1.html" ref_id="SUSE-SU-2014:1028-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4345" ref_id="CVE-2014-4345"/>
        <description>This MIT krb5 update fixes a buffer overrun problem in kadmind.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:15.885-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:46.367-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:06.803-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:41:30.328-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:41:30.328-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5 RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:124561"/>
            <criterion comment="krb5-client RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:123987"/>
            <criterion comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:124618"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:124474"/>
            <criterion comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:124611"/>
            <criterion comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:124381"/>
            <criterion comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:124533"/>
            <criterion comment="krb5-server RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:124210"/>
            <criterion comment="krb5-doc RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:124520"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26902" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1102-1 -- Recommended update for perl-Bootloader</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>perl-Bootloader</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141102-1.html" ref_id="SUSE-RU-2014:1102-1"/>
        <description>This update adjusts perl-Bootloader to work even if no kernel is
installed; in particular: allow empty boot configuration, remember kernel
options of last removed kernel, tolerate temporarily invalid boot entry on
s390x. (bnc#821465)

Additionally, the following minor fixes are included in this update:

    * Remove old and no longer needed workaround-script
      bootloader_fix_xen. (bnc#817168)
    * Fix superfluous error message. (bnc#873231)
    * Require coreutils during post for chmod.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:52:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:39.607-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:01:03.071-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:02:14.389-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="perl-Bootloader RPM is earlier than 0:0.4.89.61-0.7.1" test_ref="oval:org.mitre.oval:tst:124195"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26888" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-RU-2014:1063-1 -- Recommended update for nss_ldap</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>nss_ldap</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141063-1.html" ref_id="SUSE-RU-2014:1063-1"/>
        <description>This update for nss_ldap provides fixes for the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:12.949-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:45.560-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:03.325-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:38:11.548-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:38:11.548-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="nss_ldap RPM is earlier than 0:262-11.32.39.1" test_ref="oval:org.mitre.oval:tst:124004"/>
          <criterion comment="nss_ldap-32bit RPM is earlier than 0:262-11.32.39.1" test_ref="oval:org.mitre.oval:tst:124062"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26886" version="3" class="patch">
      <metadata>
        <title>SUSE-OU-2014:1285-1 -- Optional update for grub2-x86_64-xen</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>grub2-x86_64-xen</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ou-20141285-1.html" ref_id="SUSE-OU-2014:1285-1"/>
        <description>This patch provides grub2-x86_64-xen. This new package should be installed
on Xen virtualization servers that host SUSE Linux Enterprise 12 virtual
 machines.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-27T14:44:23">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-29T12:49:23.355-04:00">DRAFT</status_change>
            <status_change date="2014-11-17T04:01:03.170-05:00">INTERIM</status_change>
            <status_change date="2014-12-08T04:00:24.541-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="grub2-x86_64-xen RPM is earlier than 0:2.00-0.45.16" test_ref="oval:org.mitre.oval:tst:126268"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26881" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1146-1 -- Security update for dbus-1</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>dbus-1</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141146-1.html" ref_id="SUSE-SU-2014:1146-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3638" ref_id="CVE-2014-3638"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3639" ref_id="CVE-2014-3639"/>
        <description>Various denial of service issues were fixed in the DBUS service.

    * CVE-2014-3638: dbus-daemon tracks whether method call messages
      expect a reply, so that unsolicited replies can be dropped. As
      currently implemented, if there are n parallel method calls in
      progress, each method reply takes O(n) CPU time. A malicious user
      could exploit this by opening the maximum allowed number of parallel
      connections and sending the maximum number of parallel method calls
      on each one, causing subsequent method calls to be unreasonably
      slow, a denial of service.
    * CVE-2014-3639: dbus-daemon allows a small number of "incomplete"
      connections (64 by default) whose identity has not yet been
      confirmed. When this limit has been reached, subsequent connections
      are dropped. Alban's testing indicates that one malicious process
      that makes repeated connection attempts, but never completes the
      authentication handshake and instead waits for dbus-daemon to time
      out and disconnect it, can cause the majority of legitimate
connection attempts to fail.

Security Issues:

    * CVE-2014-3638
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3638>
    * CVE-2014-3638
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3638></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:15:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:48.192-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:01:01.144-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:02:12.152-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="dbus-1 RPM is earlier than 0:1.2.10-3.31.1" test_ref="oval:org.mitre.oval:tst:123971"/>
          <criterion comment="dbus-1-x11 RPM is earlier than 0:1.2.10-3.31.1" test_ref="oval:org.mitre.oval:tst:123880"/>
          <criterion comment="dbus-1-32bit RPM is earlier than 0:1.2.10-3.31.1" test_ref="oval:org.mitre.oval:tst:123914"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26875" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1017-1 -- Security update for augeas</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>augeas</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141017-1.html" ref_id="SUSE-SU-2014:1017-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0786" ref_id="CVE-2012-0786"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6412" ref_id="CVE-2013-6412"/>
        <description>Augeas has been updated to fix a symlink overwrite problem.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:11.674-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:45.142-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:01:02.677-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T19:02:49.919-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T19:02:49.919-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="augeas RPM is earlier than 0:0.9.0-3.15.1" test_ref="oval:org.mitre.oval:tst:124606"/>
            <criterion comment="augeas-lenses RPM is earlier than 0:0.9.0-3.15.1" test_ref="oval:org.mitre.oval:tst:124039"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="libaugeas0 RPM is earlier than 0:0.9.0-3.15.1" test_ref="oval:org.mitre.oval:tst:124483"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26874" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1116-1 -- Security update for LibreOffice</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>LibreOffice</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141116-1.html" ref_id="SUSE-SU-2014:1116-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4156" ref_id="CVE-2013-4156"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3575" ref_id="CVE-2014-3575"/>
        <description>LibreOffice was updated to version 4.0.3.3.26. (SUSE 4.0-patch26, tag
suse-4.0-26, based on upstream 4.0.3.3).

Two security issues have been fixed:

    * DOCM memory corruption vulnerability. (CVE-2013-4156, bnc#831578)
    * Data exposure using crafted OLE objects. (CVE-2014-3575, bnc#893141)

The following non-security issues have been fixed:

    * chart shown flipped (bnc#834722)
    * chart missing dataset (bnc#839727)
    * import new line in text (bnc#828390)
    * lines running off screens (bnc#819614)
    * add set-all language menu (bnc#863021)
    * text rotation (bnc#783433, bnc#862510)
    * page border shadow testcase (bnc#817956)
    * one more clickable field fix (bnc#802888)
    * multilevel labels are rotated (bnc#820273)
    * incorrect nested table margins (bnc#816593)
    * use BitmapURL only if its valid (bnc#821567)
    * import gradfill for text colors (bnc#870234)
    * fix undo of paragraph attributes (bnc#828598)
    * stop-gap solution to avoid crash (bnc#830205)
    * import images with duotone filter (bnc#820077)
    * missing drop downs for autofilter (bnc#834705)
    * typos in first page style creation (bnc#820836)
    * labels wrongly interpreted as dates (bnc#834720)
    * RTF import of fFilled shape property (bnc#825305)
    * placeholders text size is not correct (bnc#831457)
    * cells value formatted with wrong output (bnc#821795)
    * RTF import of freeform shape coordinates (bnc#823655)
    * styles (rename &amp;) copy to different decks (bnc#757432)
    * XLSX Chart import with internal data table (bnc#819822)
    * handle M.d.yyyy date format in DOCX import (bnc#820509)
    * paragraph style in empty first page header (bnc#823651)
    * copying slides having same master page name (bnc#753460)
    * printing handouts using the default, 'Order' (bnc#835985)
    * wrap polygon was based on dest size of picture (bnc#820800)
    * added common flags support for SEQ field import (bnc#825976)
    * hyperlinks of illustration index in DOCX export (bnc#834035)
    * allow insertion of redlines with an empty author (bnc#837302)
    * handle drawinglayer rectangle inset in VML import (bnc#779642)
    * don't apply complex font size to non-complex font (bnc#820819)
    * issue with negative seeks in win32 shell extension (bnc#829017)
    * slide appears quite garbled when imported from PPTX (bnc#593612)
    * initial MCE support in writerfilter ooxml tokenizer (bnc#820503)
    * MSWord uses xb for linebreaks in DB fields, take 2 (bnc#878854)
    * try harder to convert floating tables to text frames (bnc#779620)
    * itemstate in parent style incorrectly reported as set (bnc#819865)
    * default color hidden by Default style in writerfilter (bnc#820504)
    * DOCX document crashes when using internal OOXML filter (bnc#382137)
    * ugly workaround for external leading with symbol fonts (bnc#823626)
    * followup fix for exported xlsx causes errors for mso2007 (bnc#823935)
    * we only support simple labels in the InternalDataProvider
      (bnc#864396)
    * RTF import: fix import of numbering bullet associated font
      (bnc#823675)
    * page specific footer extended to every pages in DOCX export
      (bnc#654230)
    * v:textbox mso-fit-shape-to-text style property in VML import
      (bnc#820788)
    * w:spacing in a paragraph should also apply to as-char objects
      (bnc#780044)
    * compatibility setting for MS Word wrapping text in less space
      (bnc#822908)
    * fix SwWrtShell::SelAll() to work with empty table at doc start
      (bnc#825891)

Security Issues:

    * CVE-2014-3575
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3575>
    * CVE-2013-4156
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4156></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:37:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:46.156-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:01:00.097-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:02:10.749-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libreoffice RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123834"/>
          <criterion comment="libreoffice-base RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124201"/>
          <criterion comment="libreoffice-base-drivers-postgresql RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124063"/>
          <criterion comment="libreoffice-base-extensions RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123307"/>
          <criterion comment="libreoffice-calc RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124303"/>
          <criterion comment="libreoffice-calc-extensions RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123820"/>
          <criterion comment="libreoffice-draw RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124148"/>
          <criterion comment="libreoffice-draw-extensions RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124270"/>
          <criterion comment="libreoffice-filters-optional RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124092"/>
          <criterion comment="libreoffice-gnome RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124276"/>
          <criterion comment="libreoffice-impress RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124194"/>
          <criterion comment="libreoffice-impress-extensions RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124076"/>
          <criterion comment="libreoffice-kde RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123781"/>
          <criterion comment="libreoffice-kde4 RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124074"/>
          <criterion comment="libreoffice-mailmerge RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123343"/>
          <criterion comment="libreoffice-math RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124138"/>
          <criterion comment="libreoffice-mono RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123523"/>
          <criterion comment="libreoffice-officebean RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123789"/>
          <criterion comment="libreoffice-pyuno RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123740"/>
          <criterion comment="libreoffice-writer RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123978"/>
          <criterion comment="libreoffice-writer-extensions RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124190"/>
          <criterion comment="libreoffice-help-cs RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:123333"/>
          <criterion comment="libreoffice-help-da RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:123974"/>
          <criterion comment="libreoffice-help-de RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:123656"/>
          <criterion comment="libreoffice-help-en-GB RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124108"/>
          <criterion comment="libreoffice-help-en-US RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124332"/>
          <criterion comment="libreoffice-help-es RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124326"/>
          <criterion comment="libreoffice-help-fr RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:123992"/>
          <criterion comment="libreoffice-help-gu-IN RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:123357"/>
          <criterion comment="libreoffice-help-hi-IN RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124037"/>
          <criterion comment="libreoffice-help-hu RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124333"/>
          <criterion comment="libreoffice-help-it RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124059"/>
          <criterion comment="libreoffice-help-ja RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124331"/>
          <criterion comment="libreoffice-help-ko RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124013"/>
          <criterion comment="libreoffice-help-nl RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124294"/>
          <criterion comment="libreoffice-help-pl RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124292"/>
          <criterion comment="libreoffice-help-pt RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124198"/>
          <criterion comment="libreoffice-help-pt-BR RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124261"/>
          <criterion comment="libreoffice-help-ru RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124257"/>
          <criterion comment="libreoffice-help-sv RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124321"/>
          <criterion comment="libreoffice-help-zh-CN RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:124228"/>
          <criterion comment="libreoffice-help-zh-TW RPM is earlier than 0:4.0.3.3.26-0.6.1" test_ref="oval:org.mitre.oval:tst:123965"/>
          <criterion comment="libreoffice-icon-themes RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124169"/>
          <criterion comment="libreoffice-l10n-af RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123938"/>
          <criterion comment="libreoffice-l10n-ar RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123988"/>
          <criterion comment="libreoffice-l10n-ca RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124300"/>
          <criterion comment="libreoffice-l10n-cs RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124310"/>
          <criterion comment="libreoffice-l10n-da RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123964"/>
          <criterion comment="libreoffice-l10n-de RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123821"/>
          <criterion comment="libreoffice-l10n-en-GB RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123867"/>
          <criterion comment="libreoffice-l10n-es RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124020"/>
          <criterion comment="libreoffice-l10n-fi RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123706"/>
          <criterion comment="libreoffice-l10n-fr RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124069"/>
          <criterion comment="libreoffice-l10n-gu-IN RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124177"/>
          <criterion comment="libreoffice-l10n-hi-IN RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123863"/>
          <criterion comment="libreoffice-l10n-hu RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124322"/>
          <criterion comment="libreoffice-l10n-it RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124008"/>
          <criterion comment="libreoffice-l10n-ja RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123683"/>
          <criterion comment="libreoffice-l10n-ko RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124197"/>
          <criterion comment="libreoffice-l10n-nb RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124233"/>
          <criterion comment="libreoffice-l10n-nl RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123998"/>
          <criterion comment="libreoffice-l10n-nn RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124124"/>
          <criterion comment="libreoffice-l10n-pl RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124354"/>
          <criterion comment="libreoffice-l10n-pt RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124288"/>
          <criterion comment="libreoffice-l10n-pt-BR RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124238"/>
          <criterion comment="libreoffice-l10n-ru RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:123919"/>
          <criterion comment="libreoffice-l10n-sk RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124155"/>
          <criterion comment="libreoffice-l10n-sv RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124278"/>
          <criterion comment="libreoffice-l10n-xh RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124122"/>
          <criterion comment="libreoffice-l10n-zh-CN RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124251"/>
          <criterion comment="libreoffice-l10n-zh-TW RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124041"/>
          <criterion comment="libreoffice-l10n-zu RPM is earlier than 0:4.0.3.3.26-0.6.2" test_ref="oval:org.mitre.oval:tst:124302"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26873" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1005-1 -- Security update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141005-1.html" ref_id="SUSE-SU-2014:1005-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4650" ref_id="CVE-2014-4650"/>
        <description>This update for Python provides fixes for the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:55:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:20.752-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:04:10.923-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:44.913-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123134"/>
            <criterion comment="python RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123454"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123380"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123551"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123254"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123547"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123512"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123595"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123417"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123543"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123183"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123563"/>
            <criterion comment="python-doc RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:123485"/>
            <criterion comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:123597"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123541"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26865" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1011-1 -- Security update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141011-1.html" ref_id="SUSE-SU-2014:1011-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4650" ref_id="CVE-2014-4650"/>
        <description>This update for Python provides fixes for the following issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:32.125-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:04:10.768-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:43.323-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123453"/>
            <criterion comment="python RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123002"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123467"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123405"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123257"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123533"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123260"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123482"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123080"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123299"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123398"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123308"/>
            <criterion comment="python-doc RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:123151"/>
            <criterion comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:123531"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123302"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26861" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1216-1 -- Recommended update for mkinitrd</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mkinitrd</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141216-1.html" ref_id="SUSE-RU-2014:1216-1"/>
        <description>This collective update for mkinitrd provides the following fixes and
enhancements:

    * Fix matching of device numbers in /proc/partitions in setup-storage.
      (bnc#887683)
    * Complete support of 2nd ibft iscsi interface. (bnc#830968)
    * Include USB HID support whenever the kernel supports it. (bnc#879502)
    * Respect the sixth field (fs_passno) in /etc/fstab for the root
      device entry. (bnc#858023)
    * Fix network setup with mkinitrd -f ifup. (bnc#872435)
    * Include ifup dependencies even if ifup is not used. (bnc#891573)
    * Retry nfs mount if network is not yet up. (bnc#891573)
    * Add cciss compat rules to mkinitrd. (bnc#858663)
    * Cleanup /lib/mkinitrd/{boot,setup} upon package removal. (bnc#892507)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:08:36">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:37.128-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:59.792-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:02:10.238-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mkinitrd RPM is earlier than 0:2.4.2-0.92.2" test_ref="oval:org.mitre.oval:tst:123874"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26859" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1035-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141035-1.html" ref_id="SUSE-SU-2014:1035-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0540" ref_id="CVE-2014-0540"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0542" ref_id="CVE-2014-0542"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0543" ref_id="CVE-2014-0543"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0544" ref_id="CVE-2014-0544"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0545" ref_id="CVE-2014-0545"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0541" ref_id="CVE-2014-0541"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0538" ref_id="CVE-2014-0538"/>
        <description>This flash-player update fixes the several security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:59">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:27.422-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:04:09.911-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:42.431-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.400-0.3.1" test_ref="oval:org.mitre.oval:tst:122970"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.400-0.3.1" test_ref="oval:org.mitre.oval:tst:123078"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.400-0.3.1" test_ref="oval:org.mitre.oval:tst:122825"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26858" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1073-1 -- Security update for gpgme</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gpgme</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141073-1.html" ref_id="SUSE-SU-2014:1073-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3564" ref_id="CVE-2014-3564"/>
        <description>This gpgme update fixes the following security issue:

    * bnc#890123: Fix possible overflow in gpgsm and uiserver engines
      (CVE-2014-3564)

Security Issues:

    * CVE-2014-3564
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3564></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:58:54">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:41.765-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:59.559-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:02:09.842-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gpgme RPM is earlier than 0:1.1.6-25.32.1" test_ref="oval:org.mitre.oval:tst:124434"/>
          <criterion comment="libgpgme11 RPM is earlier than 0:1.1.6-25.32.1" test_ref="oval:org.mitre.oval:tst:124200"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26853" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1147-1 -- Recommended update for supportutils</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>supportutils</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141147-1.html" ref_id="SUSE-RU-2014:1147-1"/>
        <description>This update for supportutils provides the following fixes:

    * Fixed /sys/class/drm hang issue in supportconfig. (bnc#889946)
    * Collect information about Novell DSfW.
    * Fixed NSS errors when Manage_NSS is missing.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:15:14">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:56.041-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:59.469-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:02:09.684-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="supportutils RPM is earlier than 0:1.20-0.111.2" test_ref="oval:org.mitre.oval:tst:123969"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26843" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-RU-2014:1056-1 -- Recommended update for kernel-firmware</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kernel-firmware</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141056-1.html" ref_id="SUSE-RU-2014:1056-1"/>
        <description>This update for kernel-firmware provides the several fixes and
enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:57">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:02.747-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:40.935-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:59.918-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:57:17.558-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:57:17.558-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kernel-firmware RPM is earlier than 0:20110923-0.52.3" test_ref="oval:org.mitre.oval:tst:124267"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26839" version="3" class="patch">
      <metadata>
        <title>SUSE-OU-2014:1050-1 -- Optional update for grub2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>grub2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ou-20141050-1.html" ref_id="SUSE-OU-2014:1050-1"/>
        <description>This patch provides grub2-x86_64-xen. This new package should be installed
on Xen virtualization servers that host SUSE Linux Enterprise 12 virtual
 machines.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:13">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:26.991-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:04:08.814-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:40.826-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="grub2-x86_64-efi RPM is earlier than 0:2.00-0.45.1" test_ref="oval:org.mitre.oval:tst:122868"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="grub2-x86_64-xen RPM is earlier than 0:2.00-0.45.1" test_ref="oval:org.mitre.oval:tst:123419"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26837" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1032-1 -- Recommended update for Mesa</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mesa</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141032-1.html" ref_id="SUSE-RU-2014:1032-1"/>
        <description>This update for Mesa provides the several fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:24.566-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:04:08.615-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:40.590-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="Mesa RPM is earlier than 0:9.0.3-0.27.2" test_ref="oval:org.mitre.oval:tst:123191"/>
          <criterion comment="Mesa-32bit RPM is earlier than 0:9.0.3-0.27.2" test_ref="oval:org.mitre.oval:tst:122994"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26834" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1056-1 -- Recommended update for kernel-firmware</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kernel-firmware</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141056-1.html" ref_id="SUSE-RU-2014:1056-1"/>
        <description>This update for kernel-firmware provides the several fixes and
enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:57">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:27.851-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:04:08.418-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:40.375-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kernel-firmware RPM is earlier than 0:20110923-0.52.3" test_ref="oval:org.mitre.oval:tst:123214"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26828" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1106-1 -- Security update for net-snmp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>net-snmp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141106-1.html" ref_id="SUSE-SU-2014:1106-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3565" ref_id="CVE-2014-3565"/>
        <description>This update for net-snmp fixes a remote denial of service problem inside
snmptrapd when it is started with the "-OQ" option. (CVE-2014-3565,
bnc#894361)

Additionally, a timeout issue during SNMP MIB walk on OID 1.3.6.1.2.1.4.24
when using newer (v5.5+) versions of snmpwalk has been fixed. (bnc#865222)

Security Issues:

    * CVE-2014-3565
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3565></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:51:42">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:42.989-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:57.200-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:02:05.953-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libsnmp15 RPM is earlier than 0:5.4.2.1-8.12.22.1" test_ref="oval:org.mitre.oval:tst:124236"/>
          <criterion comment="net-snmp RPM is earlier than 0:5.4.2.1-8.12.22.1" test_ref="oval:org.mitre.oval:tst:124109"/>
          <criterion comment="perl-SNMP RPM is earlier than 0:5.4.2.1-8.12.22.1" test_ref="oval:org.mitre.oval:tst:124329"/>
          <criterion comment="snmp-mibs RPM is earlier than 0:5.4.2.1-8.12.22.1" test_ref="oval:org.mitre.oval:tst:124171"/>
          <criterion comment="libsnmp15-32bit RPM is earlier than 0:5.4.2.1-8.12.22.1" test_ref="oval:org.mitre.oval:tst:124299"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26827" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1209-1 -- Recommended update for udev</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>udev</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141209-1.html" ref_id="SUSE-RU-2014:1209-1"/>
        <description>This update for udev provides the following fixes:

    * ata_id: Skip ATA commands if we find an optical drive. (bnc#880066)
    * ata_id: Support SG_IO version 4 interface. (bnc#880066)
    * path_id: Add delay when CCW attributes are not available.
      (bnc#881358)
    * udevd: Improve error reporting when worker exits. (bnc#884441)
    * boot.udev_retry: Fix script to trigger failed events. (bnc#884441)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:13:15">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:38.488-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:57.068-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:02:05.799-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libgudev-1_0-0 RPM is earlier than 0:147-0.94.1" test_ref="oval:org.mitre.oval:tst:123638"/>
          <criterion comment="libudev0 RPM is earlier than 0:147-0.94.1" test_ref="oval:org.mitre.oval:tst:124042"/>
          <criterion comment="udev RPM is earlier than 0:147-0.94.1" test_ref="oval:org.mitre.oval:tst:124077"/>
          <criterion comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.94.1" test_ref="oval:org.mitre.oval:tst:124096"/>
          <criterion comment="libudev0-32bit RPM is earlier than 0:147-0.94.1" test_ref="oval:org.mitre.oval:tst:123829"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26822" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-RU-2014:1032-1 -- Recommended update for Mesa</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mesa</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141032-1.html" ref_id="SUSE-RU-2014:1032-1"/>
        <description>This update for Mesa provides the several fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:07.130-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:38.841-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:57.021-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:51:32.732-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:51:32.732-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="Mesa RPM is earlier than 0:9.0.3-0.27.2" test_ref="oval:org.mitre.oval:tst:124614"/>
          <criterion comment="Mesa-32bit RPM is earlier than 0:9.0.3-0.27.2" test_ref="oval:org.mitre.oval:tst:124647"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26809" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0989-1 -- Security update for krb5</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>krb5</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140989-1.html" ref_id="SUSE-SU-2014:0989-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4341" ref_id="CVE-2014-4341"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4342" ref_id="CVE-2014-4342"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4343" ref_id="CVE-2014-4343"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4344" ref_id="CVE-2014-4344"/>
        <description>The several security issues have been fixed in kerberos 5.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:55:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:28.209-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:04:06.748-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:37.322-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5 RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:123128"/>
            <criterion comment="krb5-client RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:122980"/>
            <criterion comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:122977"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:123589"/>
            <criterion comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:123606"/>
            <criterion comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:123368"/>
            <criterion comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:123532"/>
            <criterion comment="krb5-server RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:123474"/>
            <criterion comment="krb5-doc RPM is earlier than 0:1.6.3-133.49.60.1" test_ref="oval:org.mitre.oval:tst:123537"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26797" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1213-1 -- Security update for bash</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>bash</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141213-1.html" ref_id="SUSE-SU-2014:1213-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271" ref_id="CVE-2014-6271"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0475" ref_id="CVE-2014-0475"/>
        <description>ash has been updated to fix a critical security issue.

In some circumstances, the shell would evaluate shellcode in environment
variables passed at startup time. This allowed code execution by local or
remote attackers who could pass environment variables to bash scripts.
(CVE-2014-6271)

Security Issues:

    * CVE-2014-6271
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:11:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:32.805-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:53.988-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:02:00.329-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bash RPM is earlier than 0:3.2-147.20.1" test_ref="oval:org.mitre.oval:tst:123936"/>
            <criterion comment="bash-doc RPM is earlier than 0:3.2-147.20.1" test_ref="oval:org.mitre.oval:tst:123795"/>
            <criterion comment="libreadline5 RPM is earlier than 0:5.2-147.20.1" test_ref="oval:org.mitre.oval:tst:123868"/>
            <criterion comment="readline-doc RPM is earlier than 0:5.2-147.20.1" test_ref="oval:org.mitre.oval:tst:123865"/>
            <criterion comment="libreadline5-32bit RPM is earlier than 0:5.2-147.20.1" test_ref="oval:org.mitre.oval:tst:123435"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bash RPM is earlier than 0:3.2-147.14.20.1" test_ref="oval:org.mitre.oval:tst:123946"/>
            <criterion comment="bash-doc RPM is earlier than 0:3.2-147.14.20.1" test_ref="oval:org.mitre.oval:tst:123798"/>
            <criterion comment="libreadline5 RPM is earlier than 0:5.2-147.14.20.1" test_ref="oval:org.mitre.oval:tst:124033"/>
            <criterion comment="readline-doc RPM is earlier than 0:5.2-147.14.20.1" test_ref="oval:org.mitre.oval:tst:123242"/>
            <criterion comment="libreadline5-32bit RPM is earlier than 0:5.2-147.14.20.1" test_ref="oval:org.mitre.oval:tst:123557"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bash RPM is earlier than 0:3.1-24.32.1" test_ref="oval:org.mitre.oval:tst:123983"/>
            <criterion comment="readline RPM is earlier than 0:5.1-24.32.1" test_ref="oval:org.mitre.oval:tst:123819"/>
            <criterion comment="readline-devel RPM is earlier than 0:5.1-24.32.1" test_ref="oval:org.mitre.oval:tst:123958"/>
            <criterion comment="readline-32bit RPM is earlier than 0:5.1-24.32.1" test_ref="oval:org.mitre.oval:tst:123942"/>
            <criterion comment="readline-devel-32bit RPM is earlier than 0:5.1-24.32.1" test_ref="oval:org.mitre.oval:tst:123061"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26795" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1009-1 -- Security update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141009-1.html" ref_id="SUSE-SU-2014:1009-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4650" ref_id="CVE-2014-4650"/>
        <description>This update for Python provides fixes for the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:55:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:00.669-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:36.215-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:53.886-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:51:00.587-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:51:00.587-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124543"/>
            <criterion comment="python RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124495"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124642"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124440"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124531"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124147"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124634"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124788"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124703"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124651"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124567"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124098"/>
            <criterion comment="python-doc RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:124613"/>
            <criterion comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:124507"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124213"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26792" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1027-1 -- Security update for glibc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glibc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141027-1.html" ref_id="SUSE-SU-2014:1027-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0475" ref_id="CVE-2014-0475"/>
        <description>This glibc update contains one security and two non security fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:30.370-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:04:06.113-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:35.871-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123161"/>
            <criterion comment="glibc-devel RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123122"/>
            <criterion comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123311"/>
            <criterion comment="glibc-locale RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123373"/>
            <criterion comment="nscd RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123293"/>
            <criterion comment="glibc-32bit RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:122972"/>
            <criterion comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123341"/>
            <criterion comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123462"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc-html RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:122490"/>
            <criterion comment="glibc-info RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123305"/>
            <criterion comment="glibc-profile RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123077"/>
            <criterion comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.68.1" test_ref="oval:org.mitre.oval:tst:123267"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26789" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1125-1 -- Security update for glibc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glibc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141125-1.html" ref_id="SUSE-SU-2014:1125-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5119" ref_id="CVE-2014-5119"/>
        <description>This glibc update fixes a critical privilege escalation problem and two
non-security issues:

    * bnc#892073: An off-by-one error leading to a heap-based buffer
      overflow was found in __gconv_translit_find(). An exploit that
targets the problem is publicly available. (CVE-2014-5119)
    * bnc#892065: setenv-alloca.patch: Avoid unbound alloca in setenv.
    * bnc#888347: printf-multibyte-format.patch: Don't parse %s format
      argument as multi-byte string.

Security Issues:

    * CVE-2014-5119
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5119></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:29:13">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:11:01.319-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:53.777-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:59.972-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:123425"/>
            <criterion comment="glibc-devel RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:124049"/>
            <criterion comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:124044"/>
            <criterion comment="glibc-locale RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:123902"/>
            <criterion comment="nscd RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:124149"/>
            <criterion comment="glibc-32bit RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:124224"/>
            <criterion comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:123898"/>
            <criterion comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:123906"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc-html RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:123940"/>
            <criterion comment="glibc-info RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:123718"/>
            <criterion comment="glibc-profile RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:124243"/>
            <criterion comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.72.14" test_ref="oval:org.mitre.oval:tst:124100"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26782" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1217-1 -- Recommended update for avahi</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>avahi</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141217-1.html" ref_id="SUSE-RU-2014:1217-1"/>
        <description>This update for Avahi provides the following fixes:

    * Document service instance name length limit in avahi.service(5).
      (bnc#825463)
    * Fix setting of thread_running flag in event loop. (bnc#725386)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:08:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:11:01.897-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:53.643-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:58.729-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="avahi RPM is earlier than 0:0.6.23-11.32.1" test_ref="oval:org.mitre.oval:tst:123893"/>
            <criterion comment="avahi-lang RPM is earlier than 0:0.6.23-11.32.1" test_ref="oval:org.mitre.oval:tst:123521"/>
            <criterion comment="libavahi-client3 RPM is earlier than 0:0.6.23-11.32.1" test_ref="oval:org.mitre.oval:tst:123970"/>
            <criterion comment="libavahi-common3 RPM is earlier than 0:0.6.23-11.32.1" test_ref="oval:org.mitre.oval:tst:123378"/>
            <criterion comment="libavahi-core5 RPM is earlier than 0:0.6.23-11.32.1" test_ref="oval:org.mitre.oval:tst:123823"/>
            <criterion comment="libavahi-glib1 RPM is earlier than 0:0.6.23-13.32.1" test_ref="oval:org.mitre.oval:tst:123997"/>
            <criterion comment="libdns_sd RPM is earlier than 0:0.6.23-11.32.1" test_ref="oval:org.mitre.oval:tst:123950"/>
            <criterion comment="libavahi-client3-32bit RPM is earlier than 0:0.6.23-11.32.1" test_ref="oval:org.mitre.oval:tst:123210"/>
            <criterion comment="libavahi-common3-32bit RPM is earlier than 0:0.6.23-11.32.1" test_ref="oval:org.mitre.oval:tst:124002"/>
            <criterion comment="libavahi-glib1-32bit RPM is earlier than 0:0.6.23-13.32.1" test_ref="oval:org.mitre.oval:tst:123847"/>
            <criterion comment="libdns_sd-32bit RPM is earlier than 0:0.6.23-11.32.1" test_ref="oval:org.mitre.oval:tst:123766"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="avahi-utils RPM is earlier than 0:0.6.23-11.32.1" test_ref="oval:org.mitre.oval:tst:123899"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="avahi-mono RPM is earlier than 0:0.6.23-11.32.1" test_ref="oval:org.mitre.oval:tst:124014"/>
            <criterion comment="libavahi-gobject0 RPM is earlier than 0:0.6.23-13.32.1" test_ref="oval:org.mitre.oval:tst:123682"/>
            <criterion comment="libavahi-ui0 RPM is earlier than 0:0.6.23-13.32.1" test_ref="oval:org.mitre.oval:tst:123925"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26781" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1049-1 -- Security update for OpenSSL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>OpenSSL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141049-1.html" ref_id="SUSE-SU-2014:1049-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3508" ref_id="CVE-2014-3508"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3505" ref_id="CVE-2014-3505"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3506" ref_id="CVE-2014-3506"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3507" ref_id="CVE-2014-3507"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3510" ref_id="CVE-2014-3510"/>
        <description>This OpenSSL update fixes the several security issue.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:39:59.044-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:34.274-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:52.338-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:42:55.018-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:42:55.018-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:124432"/>
            <criterion comment="openssl RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:123801"/>
            <criterion comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:123647"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:124428"/>
            <criterion comment="openssl-doc RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:124271"/>
            <criterion comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:124646"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26773" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1072-1 -- Security update for MySQL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>MySQL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141072-1.html" ref_id="SUSE-SU-2014:1072-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2484" ref_id="CVE-2014-2484"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4258" ref_id="CVE-2014-4258"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4260" ref_id="CVE-2014-4260"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2494" ref_id="CVE-2014-2494"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4238" ref_id="CVE-2014-4238"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4207" ref_id="CVE-2014-4207"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4233" ref_id="CVE-2014-4233"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4240" ref_id="CVE-2014-4240"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4214" ref_id="CVE-2014-4214"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4243" ref_id="CVE-2014-4243"/>
        <description>This MySQL update provides the following:upgrade to version 5.5.39</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:09.350-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:32.928-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:50.078-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:43:58.754-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:43:58.754-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libmysql55client18 RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:124392"/>
            <criterion comment="libmysql55client_r18 RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:124363"/>
            <criterion comment="libmysqlclient15 RPM is earlier than 0:5.0.96-0.6.13" test_ref="oval:org.mitre.oval:tst:124207"/>
            <criterion comment="libmysqlclient_r15 RPM is earlier than 0:5.0.96-0.6.13" test_ref="oval:org.mitre.oval:tst:124558"/>
            <criterion comment="mysql RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:124552"/>
            <criterion comment="mysql-client RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:124453"/>
            <criterion comment="libmysql55client18-32bit RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:124446"/>
            <criterion comment="libmysqlclient15-32bit RPM is earlier than 0:5.0.96-0.6.13" test_ref="oval:org.mitre.oval:tst:124478"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="mysql-tools RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:124382"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libmysql55client_r18-32bit RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:124514"/>
            <criterion comment="libmysqlclient_r15-32bit RPM is earlier than 0:5.0.96-0.6.13" test_ref="oval:org.mitre.oval:tst:124246"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26761" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1137-1 -- Security update for procmail</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>procmail</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141137-1.html" ref_id="SUSE-SU-2014:1137-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3618" ref_id="CVE-2014-3618"/>
        <description>ocmail was updated to fix a security issue in its formail helper.

    * When formail processed specially crafted e-mail headers a heap
      corruption could be triggered, which would lead to a crash of
      formail. (CVE-2014-3618)

Security Issues:

    * CVE-2014-3618
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3618></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:27:20">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:46.795-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:49.144-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:50.588-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="procmail RPM is earlier than 0:3.22-240.8.1" test_ref="oval:org.mitre.oval:tst:124103"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26756" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1003-1 -- Security update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141003-1.html" ref_id="SUSE-SU-2014:1003-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3970" ref_id="CVE-2014-3970"/>
        <description>The several security issue is fixed in this update</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:31">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:26.249-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:04:04.425-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:31.931-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123350"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122500"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123232"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123404"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123463"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123195"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123399"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122723"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123292"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123375"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123361"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123494"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123501"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123392"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123100"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26753" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-RU-2014:1057-1 -- Recommended update for sg3_utils</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>sg3_utils</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141057-1.html" ref_id="SUSE-RU-2014:1057-1"/>
        <description>This update for sg3_utils provides the several fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:53">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:10.314-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:31.728-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:49.001-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:56:12.742-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:56:12.742-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="sg3_utils RPM is earlier than 0:1.35-0.15.1" test_ref="oval:org.mitre.oval:tst:124072"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26711" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1001-1 -- Security update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141001-1.html" ref_id="SUSE-SU-2014:1001-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3970" ref_id="CVE-2014-3970"/>
        <description>The several security issue is fixed in this update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:13.391-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:27.291-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:44.934-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:49:45.205-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:49:45.205-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124455"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124230"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124609"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124679"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123943"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124722"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124377"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124348"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124094"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124785"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124640"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124512"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124746"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124666"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124502"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26704" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1063-1 -- Recommended update for nss_ldap</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>nss_ldap</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141063-1.html" ref_id="SUSE-RU-2014:1063-1"/>
        <description>This update for nss_ldap provides fixes for the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:15.786-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:04:01.225-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:26.363-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="nss_ldap RPM is earlier than 0:262-11.32.39.1" test_ref="oval:org.mitre.oval:tst:122434"/>
          <criterion comment="nss_ldap-32bit RPM is earlier than 0:262-11.32.39.1" test_ref="oval:org.mitre.oval:tst:123389"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26699" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1107-1 -- Security update for MozillaFirefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>MozillaFirefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141107-1.html" ref_id="SUSE-SU-2014:1107-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1567" ref_id="CVE-2014-1567"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1562" ref_id="CVE-2014-1562"/>
        <description>Mozilla Firefox was updated to the 24.8.0ESR release, fixing security
issues and bugs.

Only some of the published security advisories affect the Mozilla Firefox
24ESR codestream:

    * MFSA 2014-72 / CVE-2014-1567: Security researcher regenrecht
      reported, via TippingPoint's Zero Day Initiative, a use-after-free
      during text layout when interacting with the setting of text
      direction. This results in a use-after-free which can lead to
      arbitrary code execution.
    * MFSA 2014-67: Mozilla developers and community identified and fixed
      several memory safety bugs in the browser engine used in Firefox and
      other Mozilla-based products. Some of these bugs showed evidence of
memory corruption under certain circumstances, and we presume that with
enough effort at least some of these could be exploited to run arbitrary
code.
    * Jan de Mooij reported a memory safety problem that affects Firefox
      ESR 24.7, ESR 31 and Firefox 31. (CVE-2014-1562)

More information is referenced on:
https://www.mozilla.org/security/announce/
&lt;https://www.mozilla.org/security/announce/> .

Security Issues:

    * CVE-2014-1562
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1562>
    * CVE-2014-1567
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1567></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:49:49">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:58.028-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:47.026-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:46.673-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="MozillaFirefox RPM is earlier than 0:24.8.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:124253"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:24.8.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:123924"/>
          <criterion comment="libfreebl3 RPM is earlier than 0:3.16.4-0.8.1" test_ref="oval:org.mitre.oval:tst:124394"/>
          <criterion comment="libsoftokn3 RPM is earlier than 0:3.16.4-0.8.1" test_ref="oval:org.mitre.oval:tst:124286"/>
          <criterion comment="mozilla-nspr RPM is earlier than 0:4.10.7-0.3.1" test_ref="oval:org.mitre.oval:tst:124145"/>
          <criterion comment="mozilla-nss RPM is earlier than 0:3.16.4-0.8.1" test_ref="oval:org.mitre.oval:tst:124106"/>
          <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.16.4-0.8.1" test_ref="oval:org.mitre.oval:tst:124379"/>
          <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.16.4-0.8.1" test_ref="oval:org.mitre.oval:tst:124129"/>
          <criterion comment="libsoftokn3-32bit RPM is earlier than 0:3.16.4-0.8.1" test_ref="oval:org.mitre.oval:tst:124178"/>
          <criterion comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.7-0.3.1" test_ref="oval:org.mitre.oval:tst:124317"/>
          <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.16.4-0.8.1" test_ref="oval:org.mitre.oval:tst:124365"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26696" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1022-1 -- Security update for CUPS</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>CUPS</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141022-1.html" ref_id="SUSE-SU-2014:1022-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3537" ref_id="CVE-2014-3537"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5029" ref_id="CVE-2014-5029"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5030" ref_id="CVE-2014-5030"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5031" ref_id="CVE-2014-5031"/>
        <description>This update fixes various issues in CUPS.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:17.749-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:59.736-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:24.899-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="cups RPM is earlier than 0:1.3.9-8.46.52.2" test_ref="oval:org.mitre.oval:tst:123090"/>
          <criterion comment="cups-client RPM is earlier than 0:1.3.9-8.46.52.2" test_ref="oval:org.mitre.oval:tst:123137"/>
          <criterion comment="cups-libs RPM is earlier than 0:1.3.9-8.46.52.2" test_ref="oval:org.mitre.oval:tst:123377"/>
          <criterion comment="cups-libs-32bit RPM is earlier than 0:1.3.9-8.46.52.2" test_ref="oval:org.mitre.oval:tst:123439"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26694" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1124-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141124-1.html" ref_id="SUSE-SU-2014:1124-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0557" ref_id="CVE-2014-0557"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0554" ref_id="CVE-2014-0554"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0553" ref_id="CVE-2014-0553"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0547" ref_id="CVE-2014-0547"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0549" ref_id="CVE-2014-0549"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0550" ref_id="CVE-2014-0550"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0551" ref_id="CVE-2014-0551"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0552" ref_id="CVE-2014-0552"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0555" ref_id="CVE-2014-0555"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0548" ref_id="CVE-2014-0548"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0556" ref_id="CVE-2014-0556"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0559" ref_id="CVE-2014-0559"/>
        <description><![CDATA[Adobe Flash Player has been updated to 11.2.202.406 which fixes various
security issues.

These updates:

    * resolve a memory leakage vulnerability that could have been used to
      bypass memory address randomization (CVE-2014-0557).
    * resolve a security bypass vulnerability (CVE-2014-0554).
    * resolve a use-after-free vulnerability that could have lead to code
      execution (CVE-2014-0553).
    * resolve memory corruption vulnerabilities that could have lead to
      code execution (CVE-2014-0547, CVE-2014-0549, CVE-2014-0550,
      CVE-2014-0551, CVE-2014-0552, CVE-2014-0555).
    * resolve a vulnerability that could have been used to bypass the same
      origin policy (CVE-2014-0548).
    * resolve a heap buffer overflow vulnerability that could have lead to
      code execution (CVE-2014-0556, CVE-2014-0559).

More information can be found on
http://helpx.adobe.com/security/products/flash-player/apsb14-21.html
<http://helpx.adobe.com/security/products/flash-player/apsb14-21.html>

Security Issues:

    * CVE-2014-0547
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0547>
    * CVE-2014-0548
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0548>
    * CVE-2014-0549
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0549>
    * CVE-2014-0550
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0550>
    * CVE-2014-0551
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0551>
    * CVE-2014-0552
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0552>
    * CVE-2014-0553
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0553>
    * CVE-2014-0554
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0554>
    * CVE-2014-0555
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0555>
    * CVE-2014-0556
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0556>
    * CVE-2014-0557
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0557>
    * CVE-2014-0559
      <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0559>]]></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:29:19">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:36.048-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:46.264-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:44.752-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.406-0.3.1" test_ref="oval:org.mitre.oval:tst:124173"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.406-0.3.1" test_ref="oval:org.mitre.oval:tst:124019"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.406-0.3.1" test_ref="oval:org.mitre.oval:tst:124179"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26662" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1065-1 -- Recommended update for zip</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>zip</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141065-1.html" ref_id="SUSE-RU-2014:1065-1"/>
        <description>This update for zip provides the following fix:Don't clobber include/exclude pattern lists by removing path prefixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:29.083-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:55.201-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:19.182-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="zip RPM is earlier than 0:3.0-4.9.1" test_ref="oval:org.mitre.oval:tst:122773"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26660" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-RU-2014:1048-1 -- Recommended update for aaa_base</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>aaa_base</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141048-1.html" ref_id="SUSE-RU-2014:1048-1"/>
        <description>This update for aaa_base provides the several fixes and enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:26">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:39:59.487-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:19.106-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:43.032-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:35:50.294-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:35:50.294-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="aaa_base-11 RPM is earlier than 0:6.94.1" test_ref="oval:org.mitre.oval:tst:123753"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26640" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1007-1 -- Security update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141007-1.html" ref_id="SUSE-SU-2014:1007-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3970" ref_id="CVE-2014-3970"/>
        <description>The several security issue is fixed in this update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:13.638-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:53.499-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:16.558-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123429"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123411"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123230"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123193"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123456"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123205"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123153"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123020"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123481"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123396"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123385"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123236"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123466"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123295"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123272"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26635" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-RU-2014:1065-1 -- Recommended update for zip</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>zip</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141065-1.html" ref_id="SUSE-RU-2014:1065-1"/>
        <description>This update for zip provides the following fix:Don't clobber include/exclude pattern lists by removing path prefixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:01.603-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:16.116-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:41.167-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:59:53.242-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:59:53.242-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="zip RPM is earlier than 0:3.0-4.9.1" test_ref="oval:org.mitre.oval:tst:124540"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26631" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1247-1 -- Security update for bash</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>bash</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141247-1.html" ref_id="SUSE-SU-2014:1247-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7169" ref_id="CVE-2014-7169"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271" ref_id="CVE-2014-6271"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7186" ref_id="CVE-2014-7186"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7187" ref_id="CVE-2014-7187"/>
        <description>The command-line shell 'bash' evaluates environment variables, which
allows the injection of characters and might be used to access files on
the system in some circumstances (CVE-2014-7169).
Please note that this issue is different from a previously fixed
vulnerability tracked under CVE-2014-6271 and is less serious due to the
special, non-default system configuration that is needed to create an
exploitable situation.
To remove further exploitation potential we now limit the
function-in-environment variable to variables prefixed with BASH_FUNC_.
This hardening feature is work in progress and might be improved in later
updates.
Additionally, two other security issues have been fixed:
    * CVE-2014-7186: Nested HERE documents could lead to a crash of bash.
    * CVE-2014-7187: Nesting of for loops could lead to a crash of bash.
Security Issues:
    * CVE-2014-7169
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7169>
    * CVE-2014-7186
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7186>
    * CVE-2014-7187
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7187></description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-14T11:42:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-24T13:10:10.800-04:00">DRAFT</status_change>
            <status_change date="2014-11-10T04:01:39.636-05:00">INTERIM</status_change>
            <status_change date="2014-12-01T04:00:39.179-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bash RPM is earlier than 0:3.2-147.22.1" test_ref="oval:org.mitre.oval:tst:125645"/>
            <criterion comment="bash-doc RPM is earlier than 0:3.2-147.22.1" test_ref="oval:org.mitre.oval:tst:124919"/>
            <criterion comment="libreadline5 RPM is earlier than 0:5.2-147.22.1" test_ref="oval:org.mitre.oval:tst:125709"/>
            <criterion comment="readline-doc RPM is earlier than 0:5.2-147.22.1" test_ref="oval:org.mitre.oval:tst:125771"/>
            <criterion comment="libreadline5-32bit RPM is earlier than 0:5.2-147.22.1" test_ref="oval:org.mitre.oval:tst:125762"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bash RPM is earlier than 0:3.2-147.14.22.1" test_ref="oval:org.mitre.oval:tst:125422"/>
            <criterion comment="bash-doc RPM is earlier than 0:3.2-147.14.22.1" test_ref="oval:org.mitre.oval:tst:125379"/>
            <criterion comment="libreadline5 RPM is earlier than 0:5.2-147.14.22.1" test_ref="oval:org.mitre.oval:tst:125679"/>
            <criterion comment="readline-doc RPM is earlier than 0:5.2-147.14.22.1" test_ref="oval:org.mitre.oval:tst:125728"/>
            <criterion comment="libreadline5-32bit RPM is earlier than 0:5.2-147.14.22.1" test_ref="oval:org.mitre.oval:tst:125792"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bash RPM is earlier than 0:3.1-24.34.1" test_ref="oval:org.mitre.oval:tst:125751"/>
            <criterion comment="readline RPM is earlier than 0:5.1-24.34.1" test_ref="oval:org.mitre.oval:tst:125253"/>
            <criterion comment="readline-devel RPM is earlier than 0:5.1-24.34.1" test_ref="oval:org.mitre.oval:tst:125842"/>
            <criterion comment="readline-32bit RPM is earlier than 0:5.1-24.34.1" test_ref="oval:org.mitre.oval:tst:125680"/>
            <criterion comment="readline-devel-32bit RPM is earlier than 0:5.1-24.34.1" test_ref="oval:org.mitre.oval:tst:125779"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26629" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1142-1 -- Recommended update for yast2-core</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-core</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141142-1.html" ref_id="SUSE-RU-2014:1142-1"/>
        <description>This update for yast2-core enables line buffering for parsing agent
output. This fixes a case where certain configuration files (e.g.
/etc/sudoers) could take over 10 minutes to parse if they contained single
strings sized 100KB. (bnc#854809)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:16:36">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:54.110-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:42.877-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:39.012-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2-core RPM is earlier than 0:2.17.46-0.5.1" test_ref="oval:org.mitre.oval:tst:124027"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26628" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1035-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141035-1.html" ref_id="SUSE-SU-2014:1035-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0540" ref_id="CVE-2014-0540"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0542" ref_id="CVE-2014-0542"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0543" ref_id="CVE-2014-0543"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0544" ref_id="CVE-2014-0544"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0545" ref_id="CVE-2014-0545"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0541" ref_id="CVE-2014-0541"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0538" ref_id="CVE-2014-0538"/>
        <description>This flash-player update fixes the several security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:59">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:04.782-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:14.115-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:40.225-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:56:48.175-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:56:48.175-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.400-0.3.1" test_ref="oval:org.mitre.oval:tst:124161"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.400-0.3.1" test_ref="oval:org.mitre.oval:tst:124263"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.400-0.3.1" test_ref="oval:org.mitre.oval:tst:124484"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26609" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:0998-1 -- Security update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140998-1.html" ref_id="SUSE-SU-2014:0998-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4650" ref_id="CVE-2014-4650"/>
        <description>This update for Python provides fixes for the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:55:08">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:03.637-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:10.704-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:39.055-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:45:15.188-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:45:15.188-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124693"/>
            <criterion comment="python RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124765"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124760"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124521"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124787"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124085"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124538"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124579"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124650"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123947"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124150"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124584"/>
            <criterion comment="python-doc RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:124757"/>
            <criterion comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:124341"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124588"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26606" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0990-1 -- Recommended update for pesign-obs-integration</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pesign-obs-integration</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140990-1.html" ref_id="SUSE-RU-2014:0990-1"/>
        <description>This update for pesign-obs-integration includes the following fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:55:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:24.839-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:50.550-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:10.623-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="pesign-obs-integration RPM is earlier than 0:10.0-0.22.1" test_ref="oval:org.mitre.oval:tst:122995"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26599" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1009-1 -- Security update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141009-1.html" ref_id="SUSE-SU-2014:1009-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4650" ref_id="CVE-2014-4650"/>
        <description>This update for Python provides fixes for the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:55:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:23.599-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:49.668-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:09.443-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123450"/>
            <criterion comment="python RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123139"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123297"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123497"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123542"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123000"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123506"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123570"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123316"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:122947"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123530"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123587"/>
            <criterion comment="python-doc RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:123132"/>
            <criterion comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:123319"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123321"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26598" version="3" class="patch">
      <metadata>
        <title>SUSE-YU-2014:1021-1 -- YOU update for Software Update Stack</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Software Update Stack</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-yu-20141021-1.html" ref_id="SUSE-YU-2014:1021-1"/>
        <description>This update for the Software Update Stack provides the several fixes and
enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:35">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:12.619-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:49.593-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:09.318-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libzypp RPM is earlier than 0:9.37.8-0.7.10" test_ref="oval:org.mitre.oval:tst:123476"/>
          <criterion comment="perl-satsolver RPM is earlier than 0:0.44.5-0.5.148" test_ref="oval:org.mitre.oval:tst:123300"/>
          <criterion comment="python-satsolver RPM is earlier than 0:0.44.5-0.5.148" test_ref="oval:org.mitre.oval:tst:123460"/>
          <criterion comment="satsolver-tools RPM is earlier than 0:0.17.8-0.5.1" test_ref="oval:org.mitre.oval:tst:122933"/>
          <criterion comment="zypper RPM is earlier than 0:1.6.315-0.7.15" test_ref="oval:org.mitre.oval:tst:123060"/>
          <criterion comment="zypper-log RPM is earlier than 0:1.6.315-0.7.15" test_ref="oval:org.mitre.oval:tst:123021"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26590" version="5" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1148-1 -- Recommended update for rng-tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>rng-tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141148-1.html" ref_id="SUSE-RU-2014:1148-1"/>
        <description>This update fixes usage of RDRAND support from recent CPUs in rng-tools
initialization script.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:14:59">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:49.542-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:41.499-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:36.699-05:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:ste:34401 - Corrected package names in objects and versions in states." date="2015-02-26T18:36:00.989-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-26T18:48:32.155-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:57.274-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="rng-tools RPM is earlier than 0:4-0.11.1" test_ref="oval:org.mitre.oval:tst:124021"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26581" version="3" class="patch">
      <metadata>
        <title>SUSE-OU-2014:1036-1 -- Optional update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ou-20141036-1.html" ref_id="SUSE-OU-2014:1036-1"/>
        <description>This optional update provides 32-bit versions of libpulse-mainloop-glib0.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:37">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:15.520-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:47.705-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:06.461-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:122982"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123174"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123414"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:122730"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123175"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123285"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123364"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:122830"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:122928"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123173"/>
            <criterion comment="libpulse-mainloop-glib0-32bit RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123390"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123282"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123365"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123096"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123360"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:123406"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26577" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0999-1 -- Security update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140999-1.html" ref_id="SUSE-SU-2014:0999-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3970" ref_id="CVE-2014-3970"/>
        <description>The several security issue is fixed in this update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:36">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:33.576-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:47.154-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:05.260-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122833"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122729"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123552"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123296"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123449"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123572"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123162"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123483"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122781"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123010"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122702"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123496"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123309"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123447"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123401"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26575" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0998-1 -- Security update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140998-1.html" ref_id="SUSE-SU-2014:0998-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4650" ref_id="CVE-2014-4650"/>
        <description>This update for Python provides fixes for the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:55:08">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:19.757-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:46.956-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:04.852-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:122858"/>
            <criterion comment="python RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123366"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:122610"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123584"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:122987"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123231"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123443"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123065"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123291"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123586"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:122967"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123349"/>
            <criterion comment="python-doc RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:123101"/>
            <criterion comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:122960"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:123208"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26565" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1143-1 -- Recommended update for puppet, facter</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>puppet</product>
          <product>facter</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141143-1.html" ref_id="SUSE-RU-2014:1143-1"/>
        <description>This update provides Puppet 2.7.26 and Facter 1.6.18, which bring many
fixes and enhancements.

Although the most common use cases have been tested with the new version,
customers using modules provided by other vendors are advised to apply
this update on non-production systems first and verify that there are no
incompatibilities.

For a comprehensive list of changes in this new version, please refer to
the release notes:
https://docs.puppetlabs.com/puppet/2.7/reference/release_notes.html
&lt;https://docs.puppetlabs.com/puppet/2.7/reference/release_notes.html> and
https://docs.puppetlabs.com/facter/1.6/release_notes.html
&lt;https://docs.puppetlabs.com/facter/1.6/release_notes.html> .</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:15:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:55.572-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:39.274-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:32.585-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="facter RPM is earlier than 0:1.6.18-0.3.1" test_ref="oval:org.mitre.oval:tst:124073"/>
            <criterion comment="puppet RPM is earlier than 0:2.7.26-0.3.7" test_ref="oval:org.mitre.oval:tst:124038"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="puppet-server RPM is earlier than 0:2.7.26-0.3.7" test_ref="oval:org.mitre.oval:tst:123773"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26563" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1101-1 -- Recommended update for SLE Virtualization Tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SLE Virtualization Tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141101-1.html" ref_id="SUSE-RU-2014:1101-1"/>
        <description>This collective update provides fixes and enhancements for SLE
Virtualization Tools.

libvirt:

    * Fix race conditions in setting/getting domain state. (bnc#882598)
    * Add PCI multi-domain support to the qemu driver. (bnc#882661)

perl-Sys-Virt:

    * Update to version 1.0.5, adding all new APIs and constants from
      libvirt 1.0.5.

virt-manager:

    * Fix error during Appliance configuration on 2nd hard disk.
      (bnc#864351)
    * Fix error on 'Generate from host NUMA configuration'. (bnc#852404)
    * Fix displaying of domains for PCI devices. (bnc#876604)
    * Fix connection to remote Xen virtual machines using virt-manager
      from YaST. (bnc#874300)
    * Fix issue that made block device disappear after disabling cache.
      (bnc#847641)

vm-install:

    * Add support for SLE 12 and RHEL 7 installations. (bnc#885052,
      bnc#882092, bnc#862605, bnc#862608)
    * Fix reporting of full system memory on KVM installations.
      (bnc#881573)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:52:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:40.509-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:39.154-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:32.423-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libvirt RPM is earlier than 0:1.0.5.9-0.11.2" test_ref="oval:org.mitre.oval:tst:124385"/>
            <criterion comment="libvirt-client RPM is earlier than 0:1.0.5.9-0.11.2" test_ref="oval:org.mitre.oval:tst:124285"/>
            <criterion comment="libvirt-doc RPM is earlier than 0:1.0.5.9-0.11.2" test_ref="oval:org.mitre.oval:tst:124202"/>
            <criterion comment="libvirt-python RPM is earlier than 0:1.0.5.9-0.11.2" test_ref="oval:org.mitre.oval:tst:124344"/>
            <criterion comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.9-0.11.2" test_ref="oval:org.mitre.oval:tst:124307"/>
            <criterion comment="virt-manager RPM is earlier than 0:0.9.4-0.23.1" test_ref="oval:org.mitre.oval:tst:124249"/>
            <criterion comment="vm-install RPM is earlier than 0:0.6.29-0.7.2" test_ref="oval:org.mitre.oval:tst:124351"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.9-0.11.2" test_ref="oval:org.mitre.oval:tst:124334"/>
            <criterion comment="perl-Sys-Virt RPM is earlier than 0:1.0.5-0.7.2" test_ref="oval:org.mitre.oval:tst:124364"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26562" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1049-1 -- Security update for OpenSSL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>OpenSSL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141049-1.html" ref_id="SUSE-SU-2014:1049-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3508" ref_id="CVE-2014-3508"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3505" ref_id="CVE-2014-3505"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3506" ref_id="CVE-2014-3506"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3507" ref_id="CVE-2014-3507"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3510" ref_id="CVE-2014-3510"/>
        <description>This OpenSSL update fixes the several security issue.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:17.207-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:45.824-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:01:03.300-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:123273"/>
            <criterion comment="openssl RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:123386"/>
            <criterion comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:122944"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:123028"/>
            <criterion comment="openssl-doc RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:122613"/>
            <criterion comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.62.1" test_ref="oval:org.mitre.oval:tst:123388"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26556" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1113-1 -- Recommended update for microcode_ctl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>microcode_ctl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141113-1.html" ref_id="SUSE-RU-2014:1113-1"/>
        <description>This update provides Intel's CPU microcode version 20140624.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:49:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:11:00.782-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:38.911-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:32.237-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="microcode_ctl RPM is earlier than 0:1.17-102.74.1" test_ref="oval:org.mitre.oval:tst:123397"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26547" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1077-1 -- Security update for libgcrypt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libgcrypt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141077-1.html" ref_id="SUSE-SU-2014:1077-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5270" ref_id="CVE-2014-5270"/>
        <description>This libgcrypt update fixes the following security issue:

    * bnc#892464: Side-channel attack on Elgamal encryption subkeys.
      (CVE-2014-5270)

Security Issues:

    * CVE-2014-5270
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5270></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:58:34">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:53.036-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:38.074-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:31.287-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libgcrypt11 RPM is earlier than 0:1.5.0-0.17.1" test_ref="oval:org.mitre.oval:tst:123519"/>
          <criterion comment="libgcrypt11-32bit RPM is earlier than 0:1.5.0-0.17.1" test_ref="oval:org.mitre.oval:tst:124443"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26544" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1013-1 -- Security update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141013-1.html" ref_id="SUSE-SU-2014:1013-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3970" ref_id="CVE-2014-3970"/>
        <description>The several security issue is fixed in this update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:26">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:17.282-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:01:01.092-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:37.135-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T19:04:03.746-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T19:04:03.746-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124589"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124449"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124616"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124390"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124658"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124395"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124466"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124469"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124516"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124591"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124353"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124655"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:124580"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123918"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123910"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26537" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1276-1 -- Recommended update for yast2-samba-client</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-samba-client</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141276-1.html" ref_id="SUSE-RU-2014:1276-1"/>
        <description>This update for yast2-samba-client ensures that nmbd is restarted after a
nmbstatus lookup. (bnc#895319).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-14T11:42:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-24T13:10:09.258-04:00">DRAFT</status_change>
            <status_change date="2014-11-10T04:01:30.854-05:00">INTERIM</status_change>
            <status_change date="2014-12-01T04:00:38.600-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2-samba-client RPM is earlier than 0:2.17.30-0.7.1" test_ref="oval:org.mitre.oval:tst:125040"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26529" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1152-2 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141152-2.html" ref_id="SUSE-RU-2014:1152-2"/>
        <description>This update provides the latest timezone information (2014g) for your
system, including the following changes:

    * Russia will subtract an hour from most of its time zones on
      2014-10-26 at 02:00 local time.
    * Turks &amp; Caicos are switching from US eastern time to UTC-4
      year-round, modeled as a switch from EST/EDT to AST on 2014-11-02 at
      02:00.
    * Many past time stamps were updated for correctness.
    * Many time zone abbreviations were adjusted or fixed.
    * Many performance enhancements and fixes in the time zone
      manipulation utilities.
    * A new file 'zone1970.tab' was added. The new file's extended format
      allows multiple country codes per zone. New applications should use
      the new file.
    * Some code fixes in 'localtime', 'zic', 'mktime' and 'yearistype'.

For a comprehensive list of changes, refer to the release announces from
ICANN:

    * http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html
      &lt;http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html>
    * http://mm.icann.org/pipermail/tz-announce/2014-August/000024.html
      &lt;http://mm.icann.org/pipermail/tz-announce/2014-August/000024.html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:14:26">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:47.860-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:37.423-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:30.618-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="timezone RPM is earlier than 0:2014g-0.3.1" test_ref="oval:org.mitre.oval:tst:123125"/>
            <criterion comment="timezone-java RPM is earlier than 0:2014g-0.3.1" test_ref="oval:org.mitre.oval:tst:124125"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criterion comment="timezone RPM is earlier than 0:2014g-0.5.1" test_ref="oval:org.mitre.oval:tst:123702"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26520" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1088-1 -- Security update for ppp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ppp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141088-1.html" ref_id="SUSE-SU-2014:1088-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3158" ref_id="CVE-2014-3158"/>
        <description>This ppp update fixes a potential security issue that an unprivileged
attacker could access privileged options:

    * integer overflow in option parsing (CVE-2014-3158, bnc#891489)

Security Issues:

    * CVE-2014-3158
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3158></description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:57:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:58.414-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:36.653-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:30.010-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="ppp RPM is earlier than 0:2.4.5.git-2.29.1" test_ref="oval:org.mitre.oval:tst:124141"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26503" version="5" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1048-1 -- Recommended update for aaa_base</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>aaa_base</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141048-1.html" ref_id="SUSE-RU-2014:1048-1"/>
        <description>This update for aaa_base provides the several fixes and enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:26">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:13.146-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:42.841-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:00:55.165-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:ste:33759 - Corrected package names in objects and versions in states." date="2015-02-26T18:36:00.989-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-26T18:48:23.966-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:53.378-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="aaa_base RPM is earlier than 0:11-6.94.1" test_ref="oval:org.mitre.oval:tst:123203"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26481" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0964-1 -- Recommended update for dnsmasq</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>dnsmasq</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140964-1.html" ref_id="SUSE-RU-2014:0964-1"/>
        <description>This update provides dnsmasq version 2.71, which brings several fixes and enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-18T12:30:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-05T14:26:49.045-04:00">DRAFT</status_change>
            <status_change date="2014-09-22T04:00:57.610-04:00">INTERIM</status_change>
            <status_change date="2014-10-13T04:00:40.579-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="dnsmasq RPM is earlier than 0:2.71-0.11.1" test_ref="oval:org.mitre.oval:tst:122326"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26475" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-OU-2014:1036-1 -- Optional update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ou-20141036-1.html" ref_id="SUSE-OU-2014:1036-1"/>
        <description>This optional update provides 32-bit versions of libpulse-mainloop-glib0.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:37">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:08.213-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:00:51.639-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:33.753-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:39:31.068-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:39:31.068-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124477"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124356"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124338"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124282"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124136"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124532"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124389"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124554"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124599"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124555"/>
            <criterion comment="libpulse-mainloop-glib0-32bit RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124593"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124087"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124594"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124493"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124539"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.17.1" test_ref="oval:org.mitre.oval:tst:124407"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26468" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1057-1 -- Recommended update for sg3_utils</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>sg3_utils</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141057-1.html" ref_id="SUSE-RU-2014:1057-1"/>
        <description>This update for sg3_utils provides the several fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:53">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:26.624-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:40.902-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:00:50.919-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="sg3_utils RPM is earlier than 0:1.35-0.15.1" test_ref="oval:org.mitre.oval:tst:123342"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26459" version="3" class="patch">
      <metadata>
        <title>SUSE-YU-2014:0968-1 -- YOU update for popt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>popt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-yu-20140968-1.html" ref_id="SUSE-YU-2014:0968-1"/>
        <description>This update for RPM provides the several fixes and enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-18T12:30:39">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-05T14:26:48.208-04:00">DRAFT</status_change>
            <status_change date="2014-09-22T04:00:56.598-04:00">INTERIM</status_change>
            <status_change date="2014-10-13T04:00:39.186-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="popt RPM is earlier than 0:1.7-37.58.1" test_ref="oval:org.mitre.oval:tst:122453"/>
          <criterion comment="rpm RPM is earlier than 0:4.4.2.3-37.58.1" test_ref="oval:org.mitre.oval:tst:122411"/>
          <criterion comment="rpm-python RPM is earlier than 0:4.4.2.3-37.58.1" test_ref="oval:org.mitre.oval:tst:122140"/>
          <criterion comment="popt-32bit RPM is earlier than 0:1.7-37.58.1" test_ref="oval:org.mitre.oval:tst:121723"/>
          <criterion comment="rpm-32bit RPM is earlier than 0:4.4.2.3-37.58.1" test_ref="oval:org.mitre.oval:tst:122253"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26454" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1072-1 -- Security update for MySQL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>MySQL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141072-1.html" ref_id="SUSE-SU-2014:1072-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2484" ref_id="CVE-2014-2484"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4258" ref_id="CVE-2014-4258"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4260" ref_id="CVE-2014-4260"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2494" ref_id="CVE-2014-2494"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4238" ref_id="CVE-2014-4238"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4207" ref_id="CVE-2014-4207"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4233" ref_id="CVE-2014-4233"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4240" ref_id="CVE-2014-4240"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4214" ref_id="CVE-2014-4214"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4243" ref_id="CVE-2014-4243"/>
        <description>This MySQL update provides the following:upgrade to version 5.5.39</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:18.780-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:39.478-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:00:49.524-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libmysql55client18 RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:123039"/>
            <criterion comment="libmysql55client_r18 RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:123131"/>
            <criterion comment="libmysqlclient15 RPM is earlier than 0:5.0.96-0.6.13" test_ref="oval:org.mitre.oval:tst:123192"/>
            <criterion comment="libmysqlclient_r15 RPM is earlier than 0:5.0.96-0.6.13" test_ref="oval:org.mitre.oval:tst:123313"/>
            <criterion comment="mysql RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:122991"/>
            <criterion comment="mysql-client RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:123121"/>
            <criterion comment="libmysql55client18-32bit RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:123265"/>
            <criterion comment="libmysqlclient15-32bit RPM is earlier than 0:5.0.96-0.6.13" test_ref="oval:org.mitre.oval:tst:123171"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="mysql-tools RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:123111"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libmysql55client_r18-32bit RPM is earlier than 0:5.5.39-0.7.1" test_ref="oval:org.mitre.oval:tst:123184"/>
            <criterion comment="libmysqlclient_r15-32bit RPM is earlier than 0:5.0.96-0.6.13" test_ref="oval:org.mitre.oval:tst:123223"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26450" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1001-1 -- Security update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141001-1.html" ref_id="SUSE-SU-2014:1001-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3970" ref_id="CVE-2014-3970"/>
        <description>The several security issue is fixed in this update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:22.075-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:39.051-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:00:49.315-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123465"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123458"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123359"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123043"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123058"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123251"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123471"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123387"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122598"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122999"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122915"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123446"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123585"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123566"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123480"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26449" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1022-1 -- Security update for CUPS</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>CUPS</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141022-1.html" ref_id="SUSE-SU-2014:1022-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3537" ref_id="CVE-2014-3537"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5029" ref_id="CVE-2014-5029"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5030" ref_id="CVE-2014-5030"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5031" ref_id="CVE-2014-5031"/>
        <description>This update fixes various issues in CUPS.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:10.020-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:00:49.007-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:32.295-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:42:08.895-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:42:08.895-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="cups RPM is earlier than 0:1.3.9-8.46.52.2" test_ref="oval:org.mitre.oval:tst:124632"/>
          <criterion comment="cups-client RPM is earlier than 0:1.3.9-8.46.52.2" test_ref="oval:org.mitre.oval:tst:124398"/>
          <criterion comment="cups-libs RPM is earlier than 0:1.3.9-8.46.52.2" test_ref="oval:org.mitre.oval:tst:124480"/>
          <criterion comment="cups-libs-32bit RPM is earlier than 0:1.3.9-8.46.52.2" test_ref="oval:org.mitre.oval:tst:124465"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26396" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1121-2 -- Security update for kdelibs4</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kdelibs4</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141121-2.html" ref_id="SUSE-SU-2014:1121-2"/>
        <description>This update of the kdelibs4 KSSL interface makes it select a set of
default ciphers that is recommended for current usage. This update is
needed for Konqueror to restrict its cipher set when using https.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:29:53">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:43.951-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:28.524-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:22.938-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kdelibs4 RPM is earlier than 0:4.3.5-0.14.1" test_ref="oval:org.mitre.oval:tst:124075"/>
            <criterion comment="kdelibs4-core RPM is earlier than 0:4.3.5-0.14.1" test_ref="oval:org.mitre.oval:tst:124186"/>
            <criterion comment="libkde4 RPM is earlier than 0:4.3.5-0.14.1" test_ref="oval:org.mitre.oval:tst:124255"/>
            <criterion comment="libkdecore4 RPM is earlier than 0:4.3.5-0.14.1" test_ref="oval:org.mitre.oval:tst:124192"/>
            <criterion comment="libkde4-32bit RPM is earlier than 0:4.3.5-0.14.1" test_ref="oval:org.mitre.oval:tst:124182"/>
            <criterion comment="libkdecore4-32bit RPM is earlier than 0:4.3.5-0.14.1" test_ref="oval:org.mitre.oval:tst:124175"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="kdelibs4-doc RPM is earlier than 0:4.3.5-0.14.1" test_ref="oval:org.mitre.oval:tst:123875"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26373" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1093-1 -- Recommended update for Samba</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Samba</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141093-1.html" ref_id="SUSE-RU-2014:1093-1"/>
        <description>This update for Samba provides the following fixes:

    * Disable TDB mmap() on s390 systems. (bso#10765, bnc#886193,
      bnc#882356)
    * Reduce printer_list.tdb lock contention during printcap update.
      (bso#10652, bnc#883870)
    * Avoid double-free in get_print_db_byname. (bso#10699)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:54:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:35.437-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:27.192-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:22.681-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="ldapsmb RPM is earlier than 0:1.34b-12.54.2" test_ref="oval:org.mitre.oval:tst:123920"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libldb1 RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124391"/>
            <criterion comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124205"/>
            <criterion comment="libtalloc2 RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124301"/>
            <criterion comment="libtdb1 RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124164"/>
            <criterion comment="libtevent0 RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124185"/>
            <criterion comment="libwbclient0 RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124296"/>
            <criterion comment="samba RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:123424"/>
            <criterion comment="samba-client RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124047"/>
            <criterion comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:123827"/>
            <criterion comment="samba-winbind RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124208"/>
            <criterion comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124026"/>
            <criterion comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:123917"/>
            <criterion comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:123697"/>
            <criterion comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124064"/>
            <criterion comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124065"/>
            <criterion comment="samba-32bit RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:123784"/>
            <criterion comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124266"/>
            <criterion comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124262"/>
            <criterion comment="samba-doc RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:123909"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.54.2" test_ref="oval:org.mitre.oval:tst:124273"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26344" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0896-1 -- Security update for GPG2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>GPG2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140896-1.html" ref_id="SUSE-SU-2014:0896-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4617" ref_id="CVE-2014-4617"/>
        <description>GPG2 has been updated to fix a possible denial of service.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:01:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:45.161-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:49.144-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:56.852-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gpg2 RPM is earlier than 0:2.0.9-25.33.39.1" test_ref="oval:org.mitre.oval:tst:121382"/>
          <criterion comment="gpg2-lang RPM is earlier than 0:2.0.9-25.33.39.1" test_ref="oval:org.mitre.oval:tst:121764"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26325" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0833-1 -- Security update for compat-wireless, compat-wireless-debuginfo, compat-wireless-debugsource, compat-wireless-kmp-default, compat-wireless-kmp-pae, compat-wireless-kmp-trace, compat-wireless-kmp-xen</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>compat-wireless</product>
          <product>compat-wireless-debuginfo</product>
          <product>compat-wireless-debugsource</product>
          <product>compat-wireless-kmp-default</product>
          <product>compat-wireless-kmp-pae</product>
          <product>compat-wireless-kmp-trace</product>
          <product>compat-wireless-kmp-xen</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140833-1.html" ref_id="SUSE-SU-2014:0833-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2672" ref_id="CVE-2014-2672"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4579" ref_id="CVE-2013-4579"/>
        <description>This update for the compat-wireless kernel modules provides many fixes and enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:03:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:39.991-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:48.883-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:56.412-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="compat-wireless-kmp-default RPM is earlier than 0:3.13_3.0.101_0.31-0.9.1" test_ref="oval:org.mitre.oval:tst:121776"/>
          <criterion comment="compat-wireless-kmp-xen RPM is earlier than 0:3.13_3.0.101_0.31-0.9.1" test_ref="oval:org.mitre.oval:tst:121737"/>
          <criterion comment="compat-wireless-kmp-pae RPM is earlier than 0:3.13_3.0.101_0.31-0.9.1" test_ref="oval:org.mitre.oval:tst:122103"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26307" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0817-1 -- Security update for poppler</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>poppler</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140817-1.html" ref_id="SUSE-SU-2014:0817-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-5110" ref_id="CVE-2010-5110"/>
        <description>This update fixes problems in DCTStream error handling in poppler.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:04:02">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:55.696-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:48.489-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:55.622-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libpoppler-glib4 RPM is earlier than 0:0.12.3-1.10.1" test_ref="oval:org.mitre.oval:tst:121254"/>
          <criterion comment="libpoppler-qt4-3 RPM is earlier than 0:0.12.3-1.10.1" test_ref="oval:org.mitre.oval:tst:121894"/>
          <criterion comment="libpoppler5 RPM is earlier than 0:0.12.3-1.10.1" test_ref="oval:org.mitre.oval:tst:122182"/>
          <criterion comment="poppler-tools RPM is earlier than 0:0.12.3-1.10.1" test_ref="oval:org.mitre.oval:tst:121912"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26295" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0846-1 -- Security update for dbus-1</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>dbus-1</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140846-1.html" ref_id="SUSE-SU-2014:0846-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3477" ref_id="CVE-2014-3477"/>
        <description>dbus-1 was patched to prevent a possible denial of service issue in dbus-daemon.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:03:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:09.970-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:47.546-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:54.172-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="dbus-1 RPM is earlier than 0:1.2.10-3.29.1" test_ref="oval:org.mitre.oval:tst:122083"/>
          <criterion comment="dbus-1-x11 RPM is earlier than 0:1.2.10-3.29.1" test_ref="oval:org.mitre.oval:tst:121323"/>
          <criterion comment="dbus-1-32bit RPM is earlier than 0:1.2.10-3.29.1" test_ref="oval:org.mitre.oval:tst:121638"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26292" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0934-1 -- Recommended update for lvm2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>lvm2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140934-1.html" ref_id="SUSE-RU-2014:0934-1"/>
        <description>This collective update for lvm2 and lvm2-clvm provides several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T14:59:59">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:53.886-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:47.425-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:54.075-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="lvm2 RPM is earlier than 0:2.02.98-0.29.1" test_ref="oval:org.mitre.oval:tst:121462"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26280" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0785-1 -- Security update for libvirt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libvirt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140785-1.html" ref_id="SUSE-SU-2014:0785-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0179" ref_id="CVE-2014-0179"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6456" ref_id="CVE-2013-6456"/>
        <description>libvirt has been patched to fix two security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:04:56">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:27.575-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:46.553-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:53.036-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libvirt RPM is earlier than 0:1.0.5.9-0.9.1" test_ref="oval:org.mitre.oval:tst:122165"/>
            <criterion comment="libvirt-client RPM is earlier than 0:1.0.5.9-0.9.1" test_ref="oval:org.mitre.oval:tst:122086"/>
            <criterion comment="libvirt-doc RPM is earlier than 0:1.0.5.9-0.9.1" test_ref="oval:org.mitre.oval:tst:122284"/>
            <criterion comment="libvirt-python RPM is earlier than 0:1.0.5.9-0.9.1" test_ref="oval:org.mitre.oval:tst:122183"/>
            <criterion comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.9-0.9.1" test_ref="oval:org.mitre.oval:tst:122345"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.9-0.9.1" test_ref="oval:org.mitre.oval:tst:122116"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26278" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0472-1 -- Recommended update for hwinfo</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>hwinfo</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130472-1.html" ref_id="SUSE-RU-2013:0472-1"/>
        <description>This update for hwinfo fixes the kernel log parser to
correctly read time  stamps prefixed to each logged line
and adds support to a new model of  fingerprint reader.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:33.871-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:54.844-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:58.526-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="hwinfo RPM is earlier than 0:15.48-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120424"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26276" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0453-1 -- Recommended update for cpupower</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>cpupower</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130453-1.html" ref_id="SUSE-RU-2013:0453-1"/>
        <description>This update for cpupower adds support for Intel IvyBridge
and Haswell CPUs.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:10">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:30.664-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:54.774-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:58.432-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="cpupower RPM is earlier than 0:2.6.39-2.12.18.1" test_ref="oval:org.mitre.oval:tst:120811"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26270" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0271-1 -- Recommended update for gdm</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gdm</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130271-1.html" ref_id="SUSE-RU-2013:0271-1"/>
        <description>This update for the GNOME Display Manager (gdm) avoids that
a second X  server is being started on virtual terminal 7
after hitting the 'switch  user' button.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:42:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:08.377-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:54.687-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:58.343-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gdm RPM is earlier than 0:2.24.0-24.89.1" test_ref="oval:org.mitre.oval:tst:121008"/>
          <criterion comment="gdm-branding-upstream RPM is earlier than 0:2.24.0-24.89.1" test_ref="oval:org.mitre.oval:tst:121005"/>
          <criterion comment="gdm-lang RPM is earlier than 0:2.24.0-24.89.1" test_ref="oval:org.mitre.oval:tst:121112"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26263" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0441-1 -- Security update for Perl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Perl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130441-1.html" ref_id="SUSE-SU-2013:0441-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1667" ref_id="CVE-2013-1667"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5526" ref_id="CVE-2012-5526"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2728" ref_id="CVE-2011-2728"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6329" ref_id="CVE-2012-6329"/>
        <description>This update of Perl 5 fixes the following security issues:

    * fix rehash DoS [bnc#804415] [CVE-2013-1667]
    * improve CGI crlf escaping [bnc#789994] [CVE-2012-5526]
    * fix glob denial of service [bnc#796014]
[CVE-2011-2728]
    * sanitize input in Maketext.pm [bnc#797060]
[CVE-2012-6329]</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:31">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:28.368-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:54.503-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:58.159-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="perl RPM is earlier than 0:5.10.0-64.61.61.1" test_ref="oval:org.mitre.oval:tst:120742"/>
          <criterion comment="perl-base RPM is earlier than 0:5.10.0-64.61.61.1" test_ref="oval:org.mitre.oval:tst:120621"/>
          <criterion comment="perl-doc RPM is earlier than 0:5.10.0-64.61.61.1" test_ref="oval:org.mitre.oval:tst:120632"/>
          <criterion comment="perl-32bit RPM is earlier than 0:5.10.0-64.61.61.1" test_ref="oval:org.mitre.oval:tst:120625"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26260" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0314-1 -- Recommended update for dhcp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>dhcp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130314-1.html" ref_id="SUSE-RU-2013:0314-1"/>
        <description>This collective update for DHCP provides fixes for the
following issues:

    * Ignore SIGPIPE instead of terminating in socket code
before the errno==EPIPE checks are reached (bnc#794578)
    * Merge upstream fixes for memory leaks and
segmentation faults (bnc#794578)
    * Fix timing values calculation in dhcpv6 client to
compare rebind value to infinity instead of renew
(bnc#794578)
    * Fix discovery of interfaces which have only addresses
with a label assigned (bnc#791289)
    * Fix parse buffer handling to avoid truncation of
config > ~8k from bigger LDAP objects (bnc#788787)
    * Fix subclass name-ref and data quoting/escaping
(bnc#788787)
    * Fix memory leaks on ldap_read_config errors
(bnc#788787)
    * Fix dhclient-script to discard MTU lower-equal 576
rather than lower-than (bnc#791280)
    * Fix a memory leak in dhcp-ldap's subnet range
processing (bnc#784640)
    * Fix a parsing error when processing the second
dhcpService container that the dhcpServer object may refer
to (bnc#784640).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:06.926-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:54.299-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:57.800-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="dhcp RPM is earlier than 0:4.2.4.P2-0.9.1" test_ref="oval:org.mitre.oval:tst:121150"/>
            <criterion comment="dhcp-client RPM is earlier than 0:4.2.4.P2-0.9.1" test_ref="oval:org.mitre.oval:tst:121014"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="dhcp-relay RPM is earlier than 0:4.2.4.P2-0.9.1" test_ref="oval:org.mitre.oval:tst:120845"/>
            <criterion comment="dhcp-server RPM is earlier than 0:4.2.4.P2-0.9.1" test_ref="oval:org.mitre.oval:tst:120497"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26258" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0835-1 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140835-1.html" ref_id="SUSE-RU-2014:0835-1"/>
        <description>This update provides the latest timezone information for your system.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:03:42">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:48.013-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:45.608-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:52.020-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="timezone RPM is earlier than 0:2014e-0.6.1" test_ref="oval:org.mitre.oval:tst:122088"/>
            <criterion comment="timezone-java RPM is earlier than 0:2014e-0.6.1" test_ref="oval:org.mitre.oval:tst:121887"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criterion comment="timezone RPM is earlier than 0:2014e-0.8.1" test_ref="oval:org.mitre.oval:tst:122073"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26253" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1013-1 -- Security update for pulseaudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pulseaudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141013-1.html" ref_id="SUSE-SU-2014:1013-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3970" ref_id="CVE-2014-3970"/>
        <description>The several security issue is fixed in this update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:54:26">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:31.481-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:29.799-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:00:36.645-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123362"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122889"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123472"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123395"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123355"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123427"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122976"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123315"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123225"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123263"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123284"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123428"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123433"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:122949"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" test_ref="oval:org.mitre.oval:tst:123123"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26252" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0850-1 -- Recommended update for grub</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>grub</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140850-1.html" ref_id="SUSE-RU-2014:0850-1"/>
        <description>This update for Grub adjusts the package's post installation scripts to fix creation of Kiwi images.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:03:15">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:29.714-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:45.132-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:51.589-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="grub RPM is earlier than 0:0.97-162.172.1" test_ref="oval:org.mitre.oval:tst:121945"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26250" version="3" class="patch">
      <metadata>
        <title>SUSE-OU-2014:0907-1 -- Optional update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ou-20140907-1.html" ref_id="SUSE-OU-2014:0907-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2372" ref_id="CVE-2012-2372"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2929" ref_id="CVE-2013-2929"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4299" ref_id="CVE-2013-4299"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4579" ref_id="CVE-2013-4579"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6382" ref_id="CVE-2013-6382"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7339" ref_id="CVE-2013-7339"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0055" ref_id="CVE-2014-0055"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0077" ref_id="CVE-2014-0077"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0101" ref_id="CVE-2014-0101"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0131" ref_id="CVE-2014-0131"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0155" ref_id="CVE-2014-0155"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1444" ref_id="CVE-2014-1444"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1445" ref_id="CVE-2014-1445"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1446" ref_id="CVE-2014-1446"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1874" ref_id="CVE-2014-1874"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2309" ref_id="CVE-2014-2309"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2523" ref_id="CVE-2014-2523"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2678" ref_id="CVE-2014-2678"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2851" ref_id="CVE-2014-2851"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3122" ref_id="CVE-2014-3122"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3144" ref_id="CVE-2014-3144"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3145" ref_id="CVE-2014-3145"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3917" ref_id="CVE-2014-3917"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4652" ref_id="CVE-2014-4652"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4653" ref_id="CVE-2014-4653"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4654" ref_id="CVE-2014-4654"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4655" ref_id="CVE-2014-4655"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4656" ref_id="CVE-2014-4656"/>
        <description>This SUSE Linux Enterprise 11 Service Pack 3 kernel update introduces the bigsmp kernel flavor which is optimized for very large systems.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:00:35">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:48.423-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:42.786-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:50.125-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="iscsitarget-kmp-bigsmp RPM is earlier than 0:1.4.20_3.0.101_0.35-0.38.63" test_ref="oval:org.mitre.oval:tst:120665"/>
            <criterion comment="kernel-bigsmp RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:120858"/>
            <criterion comment="kernel-bigsmp-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121601"/>
            <criterion comment="ofed-kmp-bigsmp RPM is earlier than 0:1.5.4.1_3.0.101_0.35-0.13.69" test_ref="oval:org.mitre.oval:tst:121393"/>
            <criterion comment="oracleasm-kmp-bigsmp RPM is earlier than 0:2.0.5_3.0.101_0.35-7.39.71" test_ref="oval:org.mitre.oval:tst:121511"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="kernel-bigsmp-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121557"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26246" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0383-1 -- Recommended update for gnome-packagekit</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gnome-packagekit</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130383-1.html" ref_id="SUSE-RU-2013:0383-1"/>
        <description>This update fixes the conflicting id in OMF of
gnome-packagekit so that  both gnome-packagekit and
gnome-power-manager are shown properly in GNOME  help.
Additionally, it allows the resizing of message dialogs
when error  details are shown.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:23.629-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:54.142-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:57.633-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gnome-packagekit RPM is earlier than 0:0.3.14-2.86.10" test_ref="oval:org.mitre.oval:tst:120910"/>
          <criterion comment="gnome-packagekit-lang RPM is earlier than 0:0.3.14-2.86.10" test_ref="oval:org.mitre.oval:tst:120899"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26240" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0880-1 -- Security update for puppet</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>puppet</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140880-1.html" ref_id="SUSE-SU-2014:0880-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4969" ref_id="CVE-2013-4969"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3248" ref_id="CVE-2014-3248"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3250" ref_id="CVE-2014-3250"/>
        <description>Puppet was updated to fix the several security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:02:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:06.815-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:41.619-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:49.093-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="puppet RPM is earlier than 0:2.6.18-0.16.1" test_ref="oval:org.mitre.oval:tst:121009"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="puppet-server RPM is earlier than 0:2.6.18-0.16.1" test_ref="oval:org.mitre.oval:tst:121825"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26236" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0390-1 -- Recommended update for mdadm</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mdadm</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130390-1.html" ref_id="SUSE-RU-2013:0390-1"/>
        <description>This collective update for mdadm provides the following
features:

    * Add md_monitor 4.16 (FATE#313624), with fixes
included from bnc#787826, bnc#770885, bnc#789202,
bnc#787819 and bnc#789535</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:01">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:05.295-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:54.075-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:57.546-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mdadm RPM is earlier than 0:3.2.2-0.39.1" test_ref="oval:org.mitre.oval:tst:120920"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26235" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0936-1 -- Recommended update for SUSE Manager Proxy 2.1</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SUSE Manager Proxy 2.1</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140936-1.html" ref_id="SUSE-RU-2014:0936-1"/>
        <description>This collective update for SUSE Manager Proxy 2.1 provides the fixes and enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T14:59:52">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:51.185-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:41.231-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:48.736-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="rhnlib RPM is earlier than 0:2.5.69.4-0.7.6" test_ref="oval:org.mitre.oval:tst:121465"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26233" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0897-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140897-1.html" ref_id="SUSE-SU-2014:0897-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0537" ref_id="CVE-2014-0537"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0539" ref_id="CVE-2014-0539"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4671" ref_id="CVE-2014-4671"/>
        <description>flash-player was updated to version 11.2.202.394 to fix security protection bypass issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:01:34">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:06.195-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:40.937-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:48.522-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.394-0.3.1" test_ref="oval:org.mitre.oval:tst:121797"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.394-0.3.1" test_ref="oval:org.mitre.oval:tst:120825"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.394-0.3.1" test_ref="oval:org.mitre.oval:tst:121644"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26226" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0259-1 -- kernel update for SLE11 SP2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SLE11 SP2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130259-1.html" ref_id="SUSE-SU-2013:0259-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4565" ref_id="CVE-2012-4565"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0957" ref_id="CVE-2012-0957"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4530" ref_id="CVE-2012-4530"/>
        <description>The SUSE Linux Enterprise 11 SP2 kernel was updated to
3.0.58, fixing various bugs and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:42:19">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:19.642-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:53.849-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:57.235-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:120960"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:121056"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:121120"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:120768"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:121105"/>
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:121075"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:120995"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:121063"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:121036"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:120707"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:120694"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.1.3_06_3.0.58_0.6.2-0.7.16" test_ref="oval:org.mitre.oval:tst:120930"/>
            <criterion comment="xen-kmp-trace RPM is earlier than 0:4.1.3_06_3.0.58_0.6.2-0.7.16" test_ref="oval:org.mitre.oval:tst:121025"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:120418"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:121104"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:121037"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:120834"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:120777"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:121039"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:120882"/>
            <criterion comment="kernel-trace-extra RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:120552"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:121106"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.58-0.6.2.1" test_ref="oval:org.mitre.oval:tst:121125"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26224" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0808-1 -- Security update for openssl-certs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>openssl-certs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140808-1.html" ref_id="SUSE-SU-2014:0808-1"/>
        <description>openssl-certs has been updated to include four new and remove two certificates/</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:04:08">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:04.660-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:40.483-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:47.811-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="openssl-certs RPM is earlier than 0:1.97-0.3.1" test_ref="oval:org.mitre.oval:tst:122225"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26222" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1064-1 -- Recommended update for yast2-country</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-country</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141064-1.html" ref_id="SUSE-RU-2014:1064-1"/>
        <description>This update for YaST's Country Settings module (yast2-country) provides
the following fix:Do not try to save settings when the user did not change them.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:51:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:24.014-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:29.332-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:00:36.515-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="yast2-country RPM is earlier than 0:2.17.55-0.7.1" test_ref="oval:org.mitre.oval:tst:122940"/>
          <criterion comment="yast2-country-data RPM is earlier than 0:2.17.55-0.7.1" test_ref="oval:org.mitre.oval:tst:123336"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26221" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0457-1 -- Security update for libqt4</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libqt4</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130457-1.html" ref_id="SUSE-SU-2013:0457-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0254" ref_id="CVE-2013-0254"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6093" ref_id="CVE-2012-6093"/>
        <description>libqt4 has been updated to fix several security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:32.986-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:53.620-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:56.985-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libQtWebKit4 RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120464"/>
            <criterion comment="libqt4 RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120551"/>
            <criterion comment="libqt4-qt3support RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120486"/>
            <criterion comment="libqt4-sql RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120773"/>
            <criterion comment="libqt4-sql-mysql RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120734"/>
            <criterion comment="libqt4-sql-sqlite RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120578"/>
            <criterion comment="libqt4-x11 RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120729"/>
            <criterion comment="libQtWebKit4-32bit RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120662"/>
            <criterion comment="libqt4-32bit RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120408"/>
            <criterion comment="libqt4-qt3support-32bit RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120607"/>
            <criterion comment="libqt4-sql-32bit RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120108"/>
            <criterion comment="libqt4-x11-32bit RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120381"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="qt4-x11-tools RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120750"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libqt4-sql-postgresql RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:119829"/>
            <criterion comment="libqt4-sql-unixODBC RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120654"/>
            <criterion comment="libqt4-sql-mysql-32bit RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120506"/>
            <criterion comment="libqt4-sql-postgresql-32bit RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120788"/>
            <criterion comment="libqt4-sql-sqlite-32bit RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120299"/>
            <criterion comment="libqt4-sql-unixODBC-32bit RPM is earlier than 0:4.6.3-5.20.23.1" test_ref="oval:org.mitre.oval:tst:120700"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26219" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0461-1 -- Recommended update for virt-utils</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>virt-utils</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130461-1.html" ref_id="SUSE-RU-2013:0461-1"/>
        <description>This update for virt-utils fixes a syntactical error in
vm-snapshot-disk  and provides a minor version update for
qemu-nbd and qemu-img utilities.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:59">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:16.339-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:53.552-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:56.865-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="virt-utils RPM is earlier than 0:1.1.8-0.14.1" test_ref="oval:org.mitre.oval:tst:120660"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26216" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0322-1 -- Security update for wireshark</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>wireshark</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130322-1.html" ref_id="SUSE-SU-2013:0322-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1572" ref_id="CVE-2013-1572"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1573" ref_id="CVE-2013-1573"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1574" ref_id="CVE-2013-1574"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1575" ref_id="CVE-2013-1575"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1576" ref_id="CVE-2013-1576"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1577" ref_id="CVE-2013-1577"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1578" ref_id="CVE-2013-1578"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1579" ref_id="CVE-2013-1579"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1580" ref_id="CVE-2013-1580"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1581" ref_id="CVE-2013-1581"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1582" ref_id="CVE-2013-1582"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1583" ref_id="CVE-2013-1583"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1584" ref_id="CVE-2013-1584"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1585" ref_id="CVE-2013-1585"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1586" ref_id="CVE-2013-1586"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1587" ref_id="CVE-2013-1587"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1588" ref_id="CVE-2013-1588"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1589" ref_id="CVE-2013-1589"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1590" ref_id="CVE-2013-1590"/>
        <description>wireshark was updated to 1.8.5 (bnc#801131), fixing bugs
and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:47">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:07.346-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:52.526-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:55.800-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="wireshark RPM is earlier than 0:1.8.5-0.2.1" test_ref="oval:org.mitre.oval:tst:121073"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criterion comment="wireshark RPM is earlier than 0:1.6.13-0.5.1" test_ref="oval:org.mitre.oval:tst:120848"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criterion comment="wireshark-devel RPM is earlier than 0:1.6.13-0.5.1" test_ref="oval:org.mitre.oval:tst:120967"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26214" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0328-1 -- Security update for Java</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Java</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130328-1.html" ref_id="SUSE-SU-2013:0328-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1486" ref_id="CVE-2013-1486"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0169" ref_id="CVE-2013-0169"/>
        <description>java-1_6_0-openjdk has been updated to IcedTea 1.12.3
(bnc#804654) which  contains security and bugfixes:

    * Security fixes o S8006446: Restrict MBeanServer
access (CVE-2013-1486) o S8006777: Improve TLS handling of
invalid messages Lucky 13 (CVE-2013-0169) o S8007688:
Blacklist known bad certificate (issued by DigiCert)
    * Backports o S8007393: Possible race condition after
JDK-6664509 o S8007611: logging behavior in applet changed
    * Bug fixes o PR1319: Support GIF lib v5.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:20.721-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:52.454-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:55.680-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.3-0.2.1" test_ref="oval:org.mitre.oval:tst:121074"/>
          <criterion comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.3-0.2.1" test_ref="oval:org.mitre.oval:tst:121090"/>
          <criterion comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.3-0.2.1" test_ref="oval:org.mitre.oval:tst:120562"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26210" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0937-1 -- Security update for ntp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ntp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140937-1.html" ref_id="SUSE-SU-2014:0937-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5211" ref_id="CVE-2013-5211"/>
        <description>The NTP time service could have been used for remote denial of service amplification attacks.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T14:59:49">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:10.641-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:39.525-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:46.920-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="ntp RPM is earlier than 0:4.2.4p8-1.24.1" test_ref="oval:org.mitre.oval:tst:121512"/>
          <criterion comment="ntp-doc RPM is earlier than 0:4.2.4p8-1.24.1" test_ref="oval:org.mitre.oval:tst:121427"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26206" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1026-1 -- Recommended update for cron</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>cron</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141026-1.html" ref_id="SUSE-RU-2014:1026-1"/>
        <description>This update for cron provides the several fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:16.500-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:29.029-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:00:35.838-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="cron RPM is earlier than 0:4.1-194.209.1" test_ref="oval:org.mitre.oval:tst:123189"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26203" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0870-1 -- Security update for xalan-j2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xalan-j2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140870-1.html" ref_id="SUSE-SU-2014:0870-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0107" ref_id="CVE-2014-0107"/>
        <description>xalan-j2 has been updated to ensure that secure processing can't be circumvented.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:02:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:52.214-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:39.017-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:46.408-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="xalan-j2 RPM is earlier than 0:2.7.0-217.26.1" test_ref="oval:org.mitre.oval:tst:121676"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26202" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0776-1 -- Recommended update for biosdevname</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>biosdevname</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140776-1.html" ref_id="SUSE-RU-2014:0776-1"/>
        <description>This update for biosdevname fixes an issue in the port determination logic that could have resulted in more than one interface on a given PCI slot getting the same port number when renames are happening in parallel.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:05:00">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:48.066-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:38.920-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:46.290-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="biosdevname RPM is earlier than 0:0.4.1-0.11.1" test_ref="oval:org.mitre.oval:tst:121931"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26195" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1282-1 -- Security update for python-lxml</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python-lxml</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141282-1.html" ref_id="SUSE-SU-2014:1282-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3146" ref_id="CVE-2014-3146"/>
        <description>This security update for python-lxml fixes a input sanitization flaw in
clean_html. (CVE-2014-3146)
Security Issues:
    * CVE-2014-3146
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3146></description>
        <oval_repository>
          <dates>
            <submitted date="2014-10-14T11:42:10">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-24T13:10:08.638-04:00">DRAFT</status_change>
            <status_change date="2014-11-10T04:01:19.050-05:00">INTERIM</status_change>
            <status_change date="2014-12-01T04:00:33.766-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="python-lxml RPM is earlier than 0:2.3.6-0.13.1" test_ref="oval:org.mitre.oval:tst:125430"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26192" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0910-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140910-1.html" ref_id="SUSE-SU-2014:0910-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2372" ref_id="CVE-2012-2372"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2929" ref_id="CVE-2013-2929"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4299" ref_id="CVE-2013-4299"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4579" ref_id="CVE-2013-4579"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6382" ref_id="CVE-2013-6382"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7339" ref_id="CVE-2013-7339"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0055" ref_id="CVE-2014-0055"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0077" ref_id="CVE-2014-0077"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0101" ref_id="CVE-2014-0101"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0131" ref_id="CVE-2014-0131"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0155" ref_id="CVE-2014-0155"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1444" ref_id="CVE-2014-1444"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1445" ref_id="CVE-2014-1445"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1446" ref_id="CVE-2014-1446"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1874" ref_id="CVE-2014-1874"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2309" ref_id="CVE-2014-2309"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2523" ref_id="CVE-2014-2523"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2678" ref_id="CVE-2014-2678"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2851" ref_id="CVE-2014-2851"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3122" ref_id="CVE-2014-3122"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3144" ref_id="CVE-2014-3144"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3145" ref_id="CVE-2014-3145"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3917" ref_id="CVE-2014-3917"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4508" ref_id="CVE-2014-4508"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4652" ref_id="CVE-2014-4652"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4653" ref_id="CVE-2014-4653"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4654" ref_id="CVE-2014-4654"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4655" ref_id="CVE-2014-4655"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4656" ref_id="CVE-2014-4656"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4699" ref_id="CVE-2014-4699"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel has been updated to fix various bugs and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:01:01">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:52.790-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:36.728-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:44.466-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121318"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121401"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121553"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:120915"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121391"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121006"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121654"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121619"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121449"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" test_ref="oval:org.mitre.oval:tst:121586"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121664"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121574"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121517"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" test_ref="oval:org.mitre.oval:tst:121551"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121645"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121494"/>
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121225"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121583"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121289"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121555"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121595"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121266"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26190" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0806-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140806-1.html" ref_id="SUSE-SU-2014:0806-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0531" ref_id="CVE-2014-0531"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0532" ref_id="CVE-2014-0532"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0533" ref_id="CVE-2014-0533"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0534" ref_id="CVE-2014-0534"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0535" ref_id="CVE-2014-0535"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0536" ref_id="CVE-2014-0536"/>
        <description>flash-player was updated to version 11.2.202.378 to fix the following security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:04:19">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:42.781-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:36.273-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:43.860-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.378-0.3.1" test_ref="oval:org.mitre.oval:tst:121307"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.378-0.3.1" test_ref="oval:org.mitre.oval:tst:122204"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.378-0.3.1" test_ref="oval:org.mitre.oval:tst:121905"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26182" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0961-1 -- Security update for openjdk</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>openjdk</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140961-1.html" ref_id="SUSE-SU-2014:0961-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4227" ref_id="CVE-2014-4227"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4219" ref_id="CVE-2014-4219"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2490" ref_id="CVE-2014-2490"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4216" ref_id="CVE-2014-4216"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4247" ref_id="CVE-2014-4247"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2483" ref_id="CVE-2014-2483"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4223" ref_id="CVE-2014-4223"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4262" ref_id="CVE-2014-4262"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4209" ref_id="CVE-2014-4209"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4265" ref_id="CVE-2014-4265"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4220" ref_id="CVE-2014-4220"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4218" ref_id="CVE-2014-4218"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4252" ref_id="CVE-2014-4252"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4266" ref_id="CVE-2014-4266"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4268" ref_id="CVE-2014-4268"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4264" ref_id="CVE-2014-4264"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4221" ref_id="CVE-2014-4221"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4244" ref_id="CVE-2014-4244"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4263" ref_id="CVE-2014-4263"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4208" ref_id="CVE-2014-4208"/>
        <description>This Critical Patch Update contains 20 new security fixes for Oracle Java SE.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-18T12:30:52">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-05T14:26:46.587-04:00">DRAFT</status_change>
            <status_change date="2014-09-22T04:00:40.350-04:00">INTERIM</status_change>
            <status_change date="2014-10-13T04:00:22.468-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_7_0-openjdk RPM is earlier than 0:1.7.0.65-0.7.4" test_ref="oval:org.mitre.oval:tst:122374"/>
          <criterion comment="java-1_7_0-openjdk-demo RPM is earlier than 0:1.7.0.65-0.7.4" test_ref="oval:org.mitre.oval:tst:122265"/>
          <criterion comment="java-1_7_0-openjdk-devel RPM is earlier than 0:1.7.0.65-0.7.4" test_ref="oval:org.mitre.oval:tst:122209"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26177" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0849-1 -- Recommended update for clamav</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>clamav</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140849-1.html" ref_id="SUSE-RU-2014:0849-1"/>
        <description>The antivirus scanner ClamAV has been updated to version 0.98.3, which includes the following fixes and enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:03:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:07.880-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:35.550-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:43.094-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="clamav RPM is earlier than 0:0.98.3-0.11.1" test_ref="oval:org.mitre.oval:tst:121598"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26174" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0373-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130373-1.html" ref_id="SUSE-SU-2013:0373-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0504" ref_id="CVE-2013-0504"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0643" ref_id="CVE-2013-0643"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0648" ref_id="CVE-2013-0648"/>
        <description>flash-player has been updated to 11.2.202.273 security
update, which fixes  several critical security bugs that
could have been used by remote  attackers to execute code.
(CVE-2013-0504, CVE-2013-0643, CVE-2013-0648)

More information can be found on:

https://www.adobe.com/support/security/bulletins/apsb13-08.h
tml
&lt;https://www.adobe.com/support/security/bulletins/apsb13-08.
html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:17">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:21.563-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:51.386-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:54.602-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="flash-player RPM is earlier than 0:11.2.202.273-0.3.1" test_ref="oval:org.mitre.oval:tst:120919"/>
            <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.273-0.3.1" test_ref="oval:org.mitre.oval:tst:120179"/>
            <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.273-0.3.1" test_ref="oval:org.mitre.oval:tst:120670"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.273-0.5.1" test_ref="oval:org.mitre.oval:tst:120905"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26166" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0507-1 -- Recommended update for ekiga</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ekiga</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130507-1.html" ref_id="SUSE-RU-2013:0507-1"/>
        <description>This update for Ekiga adds an application icon to the
desktop menus.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:32.400-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:51.084-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:54.377-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="ekiga RPM is earlier than 0:3.0.1-2.37.1" test_ref="oval:org.mitre.oval:tst:120378"/>
          <criterion comment="ekiga-lang RPM is earlier than 0:3.0.1-2.37.1" test_ref="oval:org.mitre.oval:tst:120569"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26165" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0852-1 -- Recommended update for tsclient</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>tsclient</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140852-1.html" ref_id="SUSE-RU-2014:0852-1"/>
        <description>This update adds FreeRDP compatibility to tsclient.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:03:10">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:57.401-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:35.476-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:43.003-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="tsclient RPM is earlier than 0:2.0.2-8.25.1" test_ref="oval:org.mitre.oval:tst:121795"/>
          <criterion comment="tsclient-lang RPM is earlier than 0:2.0.2-8.25.1" test_ref="oval:org.mitre.oval:tst:121715"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26163" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0452-1 -- Recommended update for SUSE Manager Client Tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SUSE Manager Client Tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130452-1.html" ref_id="SUSE-RU-2013:0452-1"/>
        <description>This collective update provides SUSE Manager Client Tools
version 1.7.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:13">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:18.776-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:51.003-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:54.269-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="rhnlib RPM is earlier than 0:2.5.51.3-0.7.10" test_ref="oval:org.mitre.oval:tst:120324"/>
          <criterion comment="suseRegisterInfo RPM is earlier than 0:1.7.3-0.5.3" test_ref="oval:org.mitre.oval:tst:120649"/>
          <criterion comment="spacewalk-check RPM is earlier than 0:1.7.14.14-0.5.1" test_ref="oval:org.mitre.oval:tst:120691"/>
          <criterion comment="spacewalk-client-setup RPM is earlier than 0:1.7.14.14-0.5.1" test_ref="oval:org.mitre.oval:tst:120785"/>
          <criterion comment="spacewalk-client-tools RPM is earlier than 0:1.7.14.14-0.5.1" test_ref="oval:org.mitre.oval:tst:120763"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26149" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0470-1 -- Security update for Mozilla Firefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130470-1.html" ref_id="SUSE-SU-2013:0470-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0787" ref_id="CVE-2013-0787"/>
        <description>MozillaFirefox has been updated to the 17.0.4ESR release
which fixes one  important security issue:

    * MFSA 2013-29 / CVE-2013-0787: VUPEN Security, via
TippingPoint's Zero Day Initiative, reported a
use-after-free within the HTML editor when content script
is run by the document.execCommand() function while
internal editor operations are occurring. This could allow
for arbitrary code execution.

Security Issue reference:

    * CVE-2013-0787
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0787
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:37.088-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:50.666-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:53.672-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.4esr-0.5.1" test_ref="oval:org.mitre.oval:tst:120642"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.4esr-0.5.1" test_ref="oval:org.mitre.oval:tst:120608"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26148" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0877-1 -- Recommended update for dhcp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>dhcp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140877-1.html" ref_id="SUSE-RU-2014:0877-1"/>
        <description>This update for dhcp provides the several fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:02:12">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:34.769-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:34.019-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:41.343-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="dhcp RPM is earlier than 0:4.2.4.P2-0.20.1" test_ref="oval:org.mitre.oval:tst:121271"/>
            <criterion comment="dhcp-client RPM is earlier than 0:4.2.4.P2-0.20.1" test_ref="oval:org.mitre.oval:tst:121798"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="dhcp-relay RPM is earlier than 0:4.2.4.P2-0.20.1" test_ref="oval:org.mitre.oval:tst:121564"/>
            <criterion comment="dhcp-server RPM is earlier than 0:4.2.4.P2-0.20.1" test_ref="oval:org.mitre.oval:tst:121526"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26142" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0931-1 -- Security update for libtasn1</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libtasn1</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140931-1.html" ref_id="SUSE-SU-2014:0931-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3468" ref_id="CVE-2014-3468"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3467" ref_id="CVE-2014-3467"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3469" ref_id="CVE-2014-3469"/>
        <description>libtasn1 has been updated to fix three security issues:asn1_get_bit_der() could have returned negative bit length, Multiple boundary check issues could have allowed DoS, Possible DoS by NULL pointer dereference in asn1_read_value_type.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:00:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:37.645-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:33.403-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:40.482-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libtasn1 RPM is earlier than 0:1.5-1.28.1" test_ref="oval:org.mitre.oval:tst:121442"/>
          <criterion comment="libtasn1-3 RPM is earlier than 0:1.5-1.28.1" test_ref="oval:org.mitre.oval:tst:121521"/>
          <criterion comment="libtasn1-3-32bit RPM is earlier than 0:1.5-1.28.1" test_ref="oval:org.mitre.oval:tst:121560"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26138" version="5" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0824-1 -- Security update for MozillaFirefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>MozillaFirefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140824-1.html" ref_id="SUSE-SU-2014:0824-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1533" ref_id="CVE-2014-1533"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1534" ref_id="CVE-2014-1534"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1536" ref_id="CVE-2014-1536"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1537" ref_id="CVE-2014-1537"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1538" ref_id="CVE-2014-1538"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1541" ref_id="CVE-2014-1541"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1545" ref_id="CVE-2014-1545"/>
        <description>MozillaFirefox was updated to version 24.6.0 to fix six security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:03:59">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:25.065-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:32.861-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:39.904-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:tst:122100 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:39.149-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:49.804-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox RPM is earlier than 0:24.6.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:121477"/>
            <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.7.48" test_ref="oval:org.mitre.oval:tst:122100"/>
            <criterion comment="MozillaFirefox-translations RPM is earlier than 0:24.6.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:121650"/>
            <criterion comment="libfreebl3 RPM is earlier than 0:3.16.1-0.8.1" test_ref="oval:org.mitre.oval:tst:121962"/>
            <criterion comment="libsoftokn3 RPM is earlier than 0:3.16.1-0.8.1" test_ref="oval:org.mitre.oval:tst:121943"/>
            <criterion comment="mozilla-nspr RPM is earlier than 0:4.10.6-0.3.1" test_ref="oval:org.mitre.oval:tst:122092"/>
            <criterion comment="mozilla-nss RPM is earlier than 0:3.16.1-0.8.1" test_ref="oval:org.mitre.oval:tst:122022"/>
            <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.16.1-0.8.1" test_ref="oval:org.mitre.oval:tst:122096"/>
            <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.16.1-0.8.1" test_ref="oval:org.mitre.oval:tst:121930"/>
            <criterion comment="libsoftokn3-32bit RPM is earlier than 0:3.16.1-0.8.1" test_ref="oval:org.mitre.oval:tst:122121"/>
            <criterion comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.6-0.3.1" test_ref="oval:org.mitre.oval:tst:122141"/>
            <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.16.1-0.8.1" test_ref="oval:org.mitre.oval:tst:122154"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="mozilla-nspr RPM is earlier than 0:4.10.6-0.5.1" test_ref="oval:org.mitre.oval:tst:121786"/>
            <criterion comment="mozilla-nspr-devel RPM is earlier than 0:4.10.6-0.5.1" test_ref="oval:org.mitre.oval:tst:122078"/>
            <criterion comment="mozilla-nss RPM is earlier than 0:3.16.1-0.5.1" test_ref="oval:org.mitre.oval:tst:122021"/>
            <criterion comment="mozilla-nss-devel RPM is earlier than 0:3.16.1-0.5.1" test_ref="oval:org.mitre.oval:tst:122159"/>
            <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.16.1-0.5.1" test_ref="oval:org.mitre.oval:tst:121899"/>
            <criterion comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.6-0.5.1" test_ref="oval:org.mitre.oval:tst:121673"/>
            <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.16.1-0.5.1" test_ref="oval:org.mitre.oval:tst:121802"/>
            <criterion comment="MozillaFirefox RPM is earlier than 0:24.6.0esr-0.5.2" test_ref="oval:org.mitre.oval:tst:121665"/>
            <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.12.1" test_ref="oval:org.mitre.oval:tst:121329"/>
            <criterion comment="MozillaFirefox-translations RPM is earlier than 0:24.6.0esr-0.5.2" test_ref="oval:org.mitre.oval:tst:121405"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26132" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0408-1 -- Recommended update for metacity</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>metacity</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130408-1.html" ref_id="SUSE-RU-2013:0408-1"/>
        <description>This update for the Metacity window manager fixes a
segmentation fault when  more than 16 virtual desktops are
used.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:44">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:06.402-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:50.070-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:53.294-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="metacity RPM is earlier than 0:2.28.1-0.16.1" test_ref="oval:org.mitre.oval:tst:120853"/>
          <criterion comment="metacity-lang RPM is earlier than 0:2.28.1-0.16.1" test_ref="oval:org.mitre.oval:tst:120735"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26128" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0315-1 -- Security update for Java 1.6.0</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Java 1.6.0</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130315-1.html" ref_id="SUSE-SU-2013:0315-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0424" ref_id="CVE-2013-0424"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0425" ref_id="CVE-2013-0425"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0426" ref_id="CVE-2013-0426"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0427" ref_id="CVE-2013-0427"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0429" ref_id="CVE-2013-0429"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0432" ref_id="CVE-2013-0432"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0443" ref_id="CVE-2013-0443"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0440" ref_id="CVE-2013-0440"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0442" ref_id="CVE-2013-0442"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0428" ref_id="CVE-2013-0428"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0441" ref_id="CVE-2013-0441"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0435" ref_id="CVE-2013-0435"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0433" ref_id="CVE-2013-0433"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0450" ref_id="CVE-2013-0450"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1475" ref_id="CVE-2013-1475"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1476" ref_id="CVE-2013-1476"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0434" ref_id="CVE-2013-0434"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1478" ref_id="CVE-2013-1478"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1480" ref_id="CVE-2013-1480"/>
        <description>java-1_6_0-openjdk based on Icedtea6-1.12.2 was released,
fixing various  security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:22.486-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:49.837-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:53.001-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.2-0.2.1" test_ref="oval:org.mitre.oval:tst:120485"/>
          <criterion comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.2-0.2.1" test_ref="oval:org.mitre.oval:tst:120954"/>
          <criterion comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.2-0.2.1" test_ref="oval:org.mitre.oval:tst:121007"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26117" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0818-1 -- Security update for openssh</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>openssh</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140818-1.html" ref_id="SUSE-SU-2014:0818-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2532" ref_id="CVE-2014-2532"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2653" ref_id="CVE-2014-2653"/>
        <description>This update for OpenSSH fixes the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:04:00">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:08.204-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:31.623-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:37.666-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="openssh RPM is earlier than 0:6.2p2-0.13.1" test_ref="oval:org.mitre.oval:tst:121185"/>
          <criterion comment="openssh-askpass RPM is earlier than 0:6.2p2-0.13.1" test_ref="oval:org.mitre.oval:tst:121888"/>
          <criterion comment="openssh-askpass-gnome RPM is earlier than 0:6.2p2-0.13.1" test_ref="oval:org.mitre.oval:tst:121760"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26116" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0287-1 -- Recommended update for nfs-client</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>nfs-client</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130287-1.html" ref_id="SUSE-RU-2013:0287-1"/>
        <description>This update for the NFS support utilities (nfs-client,
nfs-kernel-server)  provides the following fixes:

    * Allow gssd to work with more than 1024 connections,
depending on the 'nofile' resource limit. Increase this
limit to 4096 before starting rpc.gssd.
    * Fix a signal handling issue that could cause silent
termination of the rpc.idmapd daemon.
    * Don't convert user or group names with non-ASCII
characters to 'nobody' or 'nogroup'.
    * Don't impose local-locking on /usr/sap.
    * Skip processing files in /var/lib/nfs/rpc_pipefs/nfs
if they don't exist.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:42:04">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:09.561-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:49.591-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:52.659-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="nfs-client RPM is earlier than 0:1.2.3-18.27.2" test_ref="oval:org.mitre.oval:tst:120809"/>
            <criterion comment="nfs-kernel-server RPM is earlier than 0:1.2.3-18.27.2" test_ref="oval:org.mitre.oval:tst:120726"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="nfs-doc RPM is earlier than 0:1.2.3-18.27.2" test_ref="oval:org.mitre.oval:tst:120722"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26115" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0399-1 -- Recommended update for microcode_ctl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>microcode_ctl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130399-1.html" ref_id="SUSE-RU-2013:0399-1"/>
        <description>This update provides Intel's CPU microcode version 20130222.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:24.730-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:49.527-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:52.592-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="microcode_ctl RPM is earlier than 0:1.17-102.55.1" test_ref="oval:org.mitre.oval:tst:120772"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26113" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0409-1 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130409-1.html" ref_id="SUSE-RU-2013:0409-1"/>
        <description>This update provides the latest timezone information for
your system. The  changes in detail are:

    * Chile is changing its DST rules
    * Estimate Morocco 2013-2038 transitions for Ramadan
    * New alias Europe/Busingen for Europe/Zurich
    * New zones Asia/Khandyga, Asia/Ust-Nera
    * Libya moving to CET, but with DST.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:30.306-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:49.447-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:52.507-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="timezone RPM is earlier than 0:2013a-0.4.1" test_ref="oval:org.mitre.oval:tst:120582"/>
            <criterion comment="timezone-java RPM is earlier than 0:2013a-0.4.1" test_ref="oval:org.mitre.oval:tst:120561"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criterion comment="timezone RPM is earlier than 0:2013a-0.6.1" test_ref="oval:org.mitre.oval:tst:119968"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26112" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0349-1 -- Security update for acroread</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>acroread</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130349-1.html" ref_id="SUSE-SU-2013:0349-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0640" ref_id="CVE-2013-0640"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0641" ref_id="CVE-2013-0641"/>
        <description>Acrobat Reader has been updated to 9.5.4 which fixes two
critical security  issues where attackers supplying PDFs
could have caused code execution with  acrobat.
(CVE-2013-0640, CVE-2013-0641)

More information can be found on:

https://www.adobe.com/support/security/bulletins/apsb13-07.h
tml
&lt;https://www.adobe.com/support/security/bulletins/apsb13-07.
html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:12.248-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:49.226-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:52.308-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="acroread-cmaps RPM is earlier than 0:9.4.6-0.4.3.1" test_ref="oval:org.mitre.oval:tst:120837"/>
            <criterion comment="acroread-fonts-ja RPM is earlier than 0:9.4.6-0.4.3.1" test_ref="oval:org.mitre.oval:tst:120382"/>
            <criterion comment="acroread-fonts-ko RPM is earlier than 0:9.4.6-0.4.3.1" test_ref="oval:org.mitre.oval:tst:120746"/>
            <criterion comment="acroread-fonts-zh_CN RPM is earlier than 0:9.4.6-0.4.3.1" test_ref="oval:org.mitre.oval:tst:120022"/>
            <criterion comment="acroread-fonts-zh_TW RPM is earlier than 0:9.4.6-0.4.3.1" test_ref="oval:org.mitre.oval:tst:120710"/>
            <criterion comment="acroread RPM is earlier than 0:9.5.4-0.3.1" test_ref="oval:org.mitre.oval:tst:120993"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="acroread-cmaps RPM is earlier than 0:9.4.6-0.6.60" test_ref="oval:org.mitre.oval:tst:120892"/>
            <criterion comment="acroread-fonts-ja RPM is earlier than 0:9.4.6-0.6.60" test_ref="oval:org.mitre.oval:tst:120867"/>
            <criterion comment="acroread-fonts-ko RPM is earlier than 0:9.4.6-0.6.60" test_ref="oval:org.mitre.oval:tst:120964"/>
            <criterion comment="acroread-fonts-zh_CN RPM is earlier than 0:9.4.6-0.6.60" test_ref="oval:org.mitre.oval:tst:120591"/>
            <criterion comment="acroread-fonts-zh_TW RPM is earlier than 0:9.4.6-0.6.60" test_ref="oval:org.mitre.oval:tst:121003"/>
            <criterion comment="acroread RPM is earlier than 0:9.5.4-0.6.1" test_ref="oval:org.mitre.oval:tst:120588"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26108" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0517-1 -- Security update for PostgreSQL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>PostgreSQL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130517-1.html" ref_id="SUSE-SU-2013:0517-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0255" ref_id="CVE-2013-0255"/>
        <description>PostgreSQL has been updated to version 9.1.8 which fixes
various bugs and  one security issue.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:18.377-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:49.088-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:52.165-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libecpg6 RPM is earlier than 0:9.1.8-0.5.1" test_ref="oval:org.mitre.oval:tst:120228"/>
            <criterion comment="libpq5 RPM is earlier than 0:9.1.8-0.5.1" test_ref="oval:org.mitre.oval:tst:120686"/>
            <criterion comment="postgresql RPM is earlier than 0:8.3.23-0.4.1" test_ref="oval:org.mitre.oval:tst:120266"/>
            <criterion comment="postgresql91 RPM is earlier than 0:9.1.8-0.5.1" test_ref="oval:org.mitre.oval:tst:120251"/>
            <criterion comment="libpq5-32bit RPM is earlier than 0:9.1.8-0.5.1" test_ref="oval:org.mitre.oval:tst:120025"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="postgresql-contrib RPM is earlier than 0:8.3.23-0.4.1" test_ref="oval:org.mitre.oval:tst:120515"/>
            <criterion comment="postgresql-docs RPM is earlier than 0:8.3.23-0.4.1" test_ref="oval:org.mitre.oval:tst:120100"/>
            <criterion comment="postgresql-server RPM is earlier than 0:8.3.23-0.4.1" test_ref="oval:org.mitre.oval:tst:120682"/>
            <criterion comment="postgresql91-contrib RPM is earlier than 0:9.1.8-0.5.1" test_ref="oval:org.mitre.oval:tst:120543"/>
            <criterion comment="postgresql91-docs RPM is earlier than 0:9.1.8-0.5.1" test_ref="oval:org.mitre.oval:tst:120479"/>
            <criterion comment="postgresql91-server RPM is earlier than 0:9.1.8-0.5.1" test_ref="oval:org.mitre.oval:tst:120688"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26100" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0959-1 -- Recommended update for mcelog</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mcelog</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140959-1.html" ref_id="SUSE-RU-2014:0959-1"/>
        <description>This update for mcelog provides the following fixes: Add model number of Haswell Server (0x3f), Add missing entry to Ivy Bridge memory controller decode table, Continue without DMI when there's no SMBIOS or SMBIOS=0x0 in /sys/firmware/efi/systab</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T14:59:14">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:58.152-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:30.492-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:36.741-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mcelog RPM is earlier than 0:1.0.2013.01.18-0.19.1" test_ref="oval:org.mitre.oval:tst:121426"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26098" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0759-2 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130759-2.html" ref_id="SUSE-SU-2013:0759-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0349" ref_id="CVE-2013-0349"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2137" ref_id="CVE-2012-2137"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6549" ref_id="CVE-2012-6549"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6548" ref_id="CVE-2012-6548"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0160" ref_id="CVE-2013-0160"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0216" ref_id="CVE-2013-0216"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0231" ref_id="CVE-2013-0231"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0311" ref_id="CVE-2013-0311"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0913" ref_id="CVE-2013-0913"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0914" ref_id="CVE-2013-0914"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1767" ref_id="CVE-2013-1767"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1772" ref_id="CVE-2013-1772"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1774" ref_id="CVE-2013-1774"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1792" ref_id="CVE-2013-1792"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1796" ref_id="CVE-2013-1796"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1797" ref_id="CVE-2013-1797"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1798" ref_id="CVE-2013-1798"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1848" ref_id="CVE-2013-1848"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1860" ref_id="CVE-2013-1860"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2634" ref_id="CVE-2013-2634"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2635" ref_id="CVE-2013-2635"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0268" ref_id="CVE-2013-0268"/>
        <description>The SUSE Linux Enterprise 11 SP2 kernel has been updated to
3.0.74 fix  various security issues and bugs.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:48">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:07.668-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:48.926-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:51.983-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120183"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119746"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120114"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120262"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120164"/>
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119835"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119985"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120088"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120065"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120279"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120031"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.1.4_02_3.0.74_0.6.6-0.5.22" test_ref="oval:org.mitre.oval:tst:120172"/>
            <criterion comment="xen-kmp-trace RPM is earlier than 0:4.1.4_02_3.0.74_0.6.6-0.5.22" test_ref="oval:org.mitre.oval:tst:119992"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120081"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119904"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119919"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120184"/>
            <criterion comment="kernel-trace-extra RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120096"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120214"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26095" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0899-1 -- Security update for Samba</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Samba</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140899-1.html" ref_id="SUSE-SU-2014:0899-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3493" ref_id="CVE-2014-3493"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0244" ref_id="CVE-2014-0244"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0178" ref_id="CVE-2014-0178"/>
        <description>Samba has been updated to fix two security issues and one non-security issue.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:01:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:46.977-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:29.704-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:36.116-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="ldapsmb RPM is earlier than 0:1.34b-12.52.5" test_ref="oval:org.mitre.oval:tst:121724"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libldb1 RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121661"/>
            <criterion comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121438"/>
            <criterion comment="libtalloc2 RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121392"/>
            <criterion comment="libtdb1 RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121726"/>
            <criterion comment="libtevent0 RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121163"/>
            <criterion comment="libwbclient0 RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:120776"/>
            <criterion comment="samba RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121679"/>
            <criterion comment="samba-client RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121308"/>
            <criterion comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121744"/>
            <criterion comment="samba-winbind RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121454"/>
            <criterion comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121718"/>
            <criterion comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121552"/>
            <criterion comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121543"/>
            <criterion comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121535"/>
            <criterion comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121767"/>
            <criterion comment="samba-32bit RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121769"/>
            <criterion comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121668"/>
            <criterion comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121440"/>
            <criterion comment="samba-doc RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:120823"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.52.5" test_ref="oval:org.mitre.oval:tst:121505"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26093" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0821-1 -- Security update for nfs-client</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>nfs-client</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130821-1.html" ref_id="SUSE-SU-2013:0821-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1923" ref_id="CVE-2013-1923"/>
        <description>This update fixes a DNS spoofing problem with NFS
rpc-gssd.  (CVE-2013-1923)(bnc#813464) It also adds
MOUNTD_OPTIONS and GSSD_OPTIONS to /etc/sysconfig/nfs.
(bnc#818094, bnc#816897)

Security Issues:

    * CVE-2013-1923
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1923
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:02">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:56.735-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:48.844-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:51.910-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="nfs-client RPM is earlier than 0:1.2.3-18.31.1" test_ref="oval:org.mitre.oval:tst:119683"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26091" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0753-1 -- Recommended update for ModemManager</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ModemManager</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130753-1.html" ref_id="SUSE-RU-2013:0753-1"/>
        <description>This update for ModemManager adds port initialization
settings for new  models of ZTE modems.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:52">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:55.854-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:48.773-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:51.841-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="ModemManager RPM is earlier than 0:0.4-3.14.1" test_ref="oval:org.mitre.oval:tst:119650"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26090" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0933-1 -- Recommended update for release-notes-sled</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>release-notes-sled</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140933-1.html" ref_id="SUSE-RU-2014:0933-1"/>
        <description>This update provides the latest version of the release notes for SUSE Linux Enterprise Desktop 11 SP3.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T14:59:56">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:09.430-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:29.612-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:35.771-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="release-notes-sled RPM is earlier than 0:11.3.27-0.7.1" test_ref="oval:org.mitre.oval:tst:121490"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26088" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0344-1 -- Recommended update for CUPS</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>CUPS</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130344-1.html" ref_id="SUSE-RU-2013:0344-1"/>
        <description>This update for CUPS removes the hard-coded printing delay
of 5 seconds  from the "socket" backend.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:22.095-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:48.700-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:51.756-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="cups RPM is earlier than 0:1.3.9-8.46.46.1" test_ref="oval:org.mitre.oval:tst:120154"/>
          <criterion comment="cups-client RPM is earlier than 0:1.3.9-8.46.46.1" test_ref="oval:org.mitre.oval:tst:120604"/>
          <criterion comment="cups-libs RPM is earlier than 0:1.3.9-8.46.46.1" test_ref="oval:org.mitre.oval:tst:120904"/>
          <criterion comment="cups-libs-32bit RPM is earlier than 0:1.3.9-8.46.46.1" test_ref="oval:org.mitre.oval:tst:121061"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26087" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1016-1 -- Recommended update for libgphoto2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libgphoto2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141016-1.html" ref_id="SUSE-RU-2014:1016-1"/>
        <description>This update of libgphoto2 fixes an issue where daemonized usage of
libgphoto2 like in gphotofs could have affected devices attached to
unrelated serial ports.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:57">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:16.773-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:22.847-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:00:28.479-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libgphoto2 RPM is earlier than 0:2.4.3-3.27.1" test_ref="oval:org.mitre.oval:tst:123238"/>
            <criterion comment="libgphoto2-lang RPM is earlier than 0:2.4.3-3.27.1" test_ref="oval:org.mitre.oval:tst:122942"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libgphoto2-32bit RPM is earlier than 0:2.4.3-3.27.1" test_ref="oval:org.mitre.oval:tst:122724"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26086" version="5" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0489-1 -- Recommended update for aaa_base</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>aaa_base</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130489-1.html" ref_id="SUSE-RU-2013:0489-1"/>
        <description>This collective update for aaa_base provides the following
fixes and  enhancements:

    * Use of large UID numbers could cause the creation of
a huge "faillog" file in /var/log. When logging in as root,
the faillog(8) utility could read this file sequentially,
introducing long delays. This update removes the call to
faillog from the default login scripts. Users interested in
keeping this functionality are advised to use the PAM
module pam_tally2(8). (bnc#801037)
    * During system shutdown, blogd(8) could close the
system console before all messages were printed.
(bnc#789893)
    * Mime types for .docx, .dotx, .pptx, .xlsx and .xltx
were added to /etc/mime.types. (FATE#313237)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:21.121-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:48.619-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:51.685-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:ste:32675 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:38.574-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:48.540-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="aaa_base RPM is earlier than 0:11-6.77.77.1" test_ref="oval:org.mitre.oval:tst:120523"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26085" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0798-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130798-1.html" ref_id="SUSE-SU-2013:0798-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2728" ref_id="CVE-2013-2728"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3324" ref_id="CVE-2013-3324"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3325" ref_id="CVE-2013-3325"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3326" ref_id="CVE-2013-3326"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3327" ref_id="CVE-2013-3327"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3328" ref_id="CVE-2013-3328"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3329" ref_id="CVE-2013-3329"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3330" ref_id="CVE-2013-3330"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3331" ref_id="CVE-2013-3331"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3332" ref_id="CVE-2013-3332"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3333" ref_id="CVE-2013-3333"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3334" ref_id="CVE-2013-3334"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3335" ref_id="CVE-2013-3335"/>
        <description>Adobe flash-player has been updated to 11.2.202.285
security update, which  fixes various remote code execution
problems and other security issues.

Some more details can be found on:
https://www.adobe.com/support/security/bulletins/apsb13-14.h
tml
&lt;https://www.adobe.com/support/security/bulletins/apsb13-14.
html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:20">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:59.845-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:47.907-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:51.025-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="flash-player RPM is earlier than 0:11.2.202.285-0.3.1" test_ref="oval:org.mitre.oval:tst:119862"/>
            <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.285-0.3.1" test_ref="oval:org.mitre.oval:tst:120208"/>
            <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.285-0.3.1" test_ref="oval:org.mitre.oval:tst:119831"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.285-0.5.1" test_ref="oval:org.mitre.oval:tst:120205"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26082" version="3" class="patch">
      <metadata>
        <title>SUSE-OU-2013:0702-1 -- Optional update for V4L plug-ins for GStreamer</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>V4L plug-ins for GStreamer</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ou-20130702-1.html" ref_id="SUSE-OU-2013:0702-1"/>
        <description>This update provides a collection of video4linux support
libraries and a  video4linux plug-in for the Gstreamer
framework.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:12.987-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:47.822-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:50.942-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gstreamer-0_10-plugins-v4l RPM is earlier than 0:0.10.30-0.10.4" test_ref="oval:org.mitre.oval:tst:120417"/>
          <criterion comment="libv4l RPM is earlier than 0:0.6.4-0.5.1" test_ref="oval:org.mitre.oval:tst:120352"/>
          <criterion comment="libv4l1-0 RPM is earlier than 0:0.6.4-0.5.1" test_ref="oval:org.mitre.oval:tst:120525"/>
          <criterion comment="libv4l2-0 RPM is earlier than 0:0.6.4-0.5.1" test_ref="oval:org.mitre.oval:tst:120234"/>
          <criterion comment="libv4lconvert0 RPM is earlier than 0:0.6.4-0.5.1" test_ref="oval:org.mitre.oval:tst:119682"/>
          <criterion comment="libv4l1-0-32bit RPM is earlier than 0:0.6.4-0.5.1" test_ref="oval:org.mitre.oval:tst:120536"/>
          <criterion comment="libv4l2-0-32bit RPM is earlier than 0:0.6.4-0.5.1" test_ref="oval:org.mitre.oval:tst:120502"/>
          <criterion comment="libv4lconvert0-32bit RPM is earlier than 0:0.6.4-0.5.1" test_ref="oval:org.mitre.oval:tst:120537"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26080" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0329-1 -- Recommended update for audit</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>audit</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130329-1.html" ref_id="SUSE-RU-2013:0329-1"/>
        <description>The set of tools for Kernel Auditing (audit) has been
updated to version  1.8. The update brings many fixes and
enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:18.459-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:47.740-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:50.863-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="audit RPM is earlier than 0:1.8-0.28.1" test_ref="oval:org.mitre.oval:tst:120635"/>
            <criterion comment="audit-libs RPM is earlier than 0:1.8-0.28.1" test_ref="oval:org.mitre.oval:tst:121020"/>
            <criterion comment="audit-libs-32bit RPM is earlier than 0:1.8-0.28.1" test_ref="oval:org.mitre.oval:tst:120927"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="audit-audispd-plugins RPM is earlier than 0:1.8-0.28.1" test_ref="oval:org.mitre.oval:tst:121110"/>
            <criterion comment="audit-libs-python RPM is earlier than 0:1.8-0.28.1" test_ref="oval:org.mitre.oval:tst:121153"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26074" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0749-1 -- Recommended update for python-ethtool</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python-ethtool</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130749-1.html" ref_id="SUSE-RU-2013:0749-1"/>
        <description>This update for python-ethtool allows pifconfig to display
information  about single network interfaces.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:56">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:23.692-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:47.527-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:50.638-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="python-ethtool RPM is earlier than 0:0.7-0.15.15.1" test_ref="oval:org.mitre.oval:tst:120159"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26062" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0930-1 -- Security update for kdirstat</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kdirstat</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140930-1.html" ref_id="SUSE-SU-2014:0930-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2527" ref_id="CVE-2014-2527"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2528" ref_id="CVE-2014-2528"/>
        <description>The following security issue has been fixed:command injection in kcleanup.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:00:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:51.618-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:26.519-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:32.909-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kdirstat RPM is earlier than 0:2.4.4-255.28.1" test_ref="oval:org.mitre.oval:tst:121201"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26057" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0763-1 -- Recommended update for glib2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glib2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130763-1.html" ref_id="SUSE-RU-2013:0763-1"/>
        <description>This update for glib2 adjusts SuSEconfig.glib2 to not check
for files that  might not exist on new installations.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:14">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:19.233-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:46.849-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:50.130-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glib2 RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:119908"/>
            <criterion comment="glib2-lang RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:120106"/>
            <criterion comment="libgio-2_0-0 RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:120246"/>
            <criterion comment="libglib-2_0-0 RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:119370"/>
            <criterion comment="libgmodule-2_0-0 RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:119505"/>
            <criterion comment="libgobject-2_0-0 RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:120028"/>
            <criterion comment="libgthread-2_0-0 RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:120195"/>
            <criterion comment="libgio-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:120156"/>
            <criterion comment="libglib-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:120056"/>
            <criterion comment="libgmodule-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:120181"/>
            <criterion comment="libgobject-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:119990"/>
            <criterion comment="libgthread-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:120210"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="glib2-doc RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:119785"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glib2-devel RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:119928"/>
            <criterion comment="libgio-fam RPM is earlier than 0:2.22.5-0.8.8.1" test_ref="oval:org.mitre.oval:tst:120207"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26056" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0761-1 -- Recommended update for kdelibs4</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kdelibs4</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130761-1.html" ref_id="SUSE-RU-2013:0761-1"/>
        <description>This update for kdelibs4 provides the following fixes:

    * Fix services not showing up in context menu when
multiple files are selected. (bnc#809065)
    * Fix kfmclient openProfile. (bnc#807314)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:36">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:16.998-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:46.761-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:50.043-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kdelibs4 RPM is earlier than 0:4.3.5-0.10.1" test_ref="oval:org.mitre.oval:tst:120128"/>
            <criterion comment="kdelibs4-core RPM is earlier than 0:4.3.5-0.10.1" test_ref="oval:org.mitre.oval:tst:120107"/>
            <criterion comment="libkde4 RPM is earlier than 0:4.3.5-0.10.1" test_ref="oval:org.mitre.oval:tst:120231"/>
            <criterion comment="libkdecore4 RPM is earlier than 0:4.3.5-0.10.1" test_ref="oval:org.mitre.oval:tst:120211"/>
            <criterion comment="libkde4-32bit RPM is earlier than 0:4.3.5-0.10.1" test_ref="oval:org.mitre.oval:tst:120285"/>
            <criterion comment="libkdecore4-32bit RPM is earlier than 0:4.3.5-0.10.1" test_ref="oval:org.mitre.oval:tst:120202"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="kdelibs4-doc RPM is earlier than 0:4.3.5-0.10.1" test_ref="oval:org.mitre.oval:tst:120272"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26055" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0847-1 -- Security update for novell-qtgui, novell-ui-base</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>novell-qtgui</product>
          <product>novell-ui-base</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140847-1.html" ref_id="SUSE-SU-2014:0847-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0595" ref_id="CVE-2014-0595"/>
        <description>Packages novell-ui-base and novell-qtgui were updated to prevent erroneous rights assignment when a user is granted 'File Scan' rights (F).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:03:20">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:12.468-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:25.909-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:32.229-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="novell-qtgui RPM is earlier than 0:3.0.0-0.20.1" test_ref="oval:org.mitre.oval:tst:121630"/>
          <criterion comment="novell-qtgui-cli RPM is earlier than 0:3.0.0-0.20.1" test_ref="oval:org.mitre.oval:tst:121782"/>
          <criterion comment="novell-ui-base RPM is earlier than 0:3.0.0-0.10.1" test_ref="oval:org.mitre.oval:tst:122030"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26054" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0556-1 -- Recommended update for LibreOffice</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>LibreOffice</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130556-1.html" ref_id="SUSE-RU-2013:0556-1"/>
        <description>This collective update for LibreOffice provides many fixes
and  enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:35.402-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:46.201-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:49.773-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libreoffice RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120431"/>
          <criterion comment="libreoffice-base RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:119911"/>
          <criterion comment="libreoffice-base-drivers-postgresql RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120581"/>
          <criterion comment="libreoffice-base-extensions RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120579"/>
          <criterion comment="libreoffice-calc RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120526"/>
          <criterion comment="libreoffice-calc-extensions RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:119903"/>
          <criterion comment="libreoffice-draw RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120450"/>
          <criterion comment="libreoffice-draw-extensions RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:119636"/>
          <criterion comment="libreoffice-filters-optional RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120524"/>
          <criterion comment="libreoffice-gnome RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120434"/>
          <criterion comment="libreoffice-impress RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:119950"/>
          <criterion comment="libreoffice-impress-extensions RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120409"/>
          <criterion comment="libreoffice-kde RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:119643"/>
          <criterion comment="libreoffice-kde4 RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:119673"/>
          <criterion comment="libreoffice-mailmerge RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120094"/>
          <criterion comment="libreoffice-math RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120559"/>
          <criterion comment="libreoffice-mono RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120350"/>
          <criterion comment="libreoffice-officebean RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120302"/>
          <criterion comment="libreoffice-pyuno RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120385"/>
          <criterion comment="libreoffice-writer RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120250"/>
          <criterion comment="libreoffice-writer-extensions RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120277"/>
          <criterion comment="libreoffice-help-cs RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120631"/>
          <criterion comment="libreoffice-help-da RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120566"/>
          <criterion comment="libreoffice-help-de RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120487"/>
          <criterion comment="libreoffice-help-en-GB RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120655"/>
          <criterion comment="libreoffice-help-en-US RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:119960"/>
          <criterion comment="libreoffice-help-es RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120594"/>
          <criterion comment="libreoffice-help-fr RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120491"/>
          <criterion comment="libreoffice-help-gu-IN RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120674"/>
          <criterion comment="libreoffice-help-hi-IN RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120535"/>
          <criterion comment="libreoffice-help-hu RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120614"/>
          <criterion comment="libreoffice-help-it RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120657"/>
          <criterion comment="libreoffice-help-ja RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120666"/>
          <criterion comment="libreoffice-help-ko RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120440"/>
          <criterion comment="libreoffice-help-nl RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120627"/>
          <criterion comment="libreoffice-help-pl RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120346"/>
          <criterion comment="libreoffice-help-pt RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120592"/>
          <criterion comment="libreoffice-help-pt-BR RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:119693"/>
          <criterion comment="libreoffice-help-ru RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120377"/>
          <criterion comment="libreoffice-help-sv RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120398"/>
          <criterion comment="libreoffice-help-zh-CN RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:119864"/>
          <criterion comment="libreoffice-help-zh-TW RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120014"/>
          <criterion comment="libreoffice-icon-themes RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120685"/>
          <criterion comment="libreoffice-l10n-af RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120558"/>
          <criterion comment="libreoffice-l10n-ar RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120097"/>
          <criterion comment="libreoffice-l10n-ca RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120628"/>
          <criterion comment="libreoffice-l10n-cs RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120367"/>
          <criterion comment="libreoffice-l10n-da RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120653"/>
          <criterion comment="libreoffice-l10n-de RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120254"/>
          <criterion comment="libreoffice-l10n-en-GB RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120616"/>
          <criterion comment="libreoffice-l10n-es RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120472"/>
          <criterion comment="libreoffice-l10n-fi RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120643"/>
          <criterion comment="libreoffice-l10n-fr RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120342"/>
          <criterion comment="libreoffice-l10n-gu-IN RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120550"/>
          <criterion comment="libreoffice-l10n-hi-IN RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120386"/>
          <criterion comment="libreoffice-l10n-hu RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120167"/>
          <criterion comment="libreoffice-l10n-it RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120619"/>
          <criterion comment="libreoffice-l10n-ja RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120363"/>
          <criterion comment="libreoffice-l10n-ko RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120673"/>
          <criterion comment="libreoffice-l10n-nb RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120368"/>
          <criterion comment="libreoffice-l10n-nl RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120598"/>
          <criterion comment="libreoffice-l10n-nn RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120314"/>
          <criterion comment="libreoffice-l10n-pl RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120401"/>
          <criterion comment="libreoffice-l10n-pt RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120237"/>
          <criterion comment="libreoffice-l10n-pt-BR RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120451"/>
          <criterion comment="libreoffice-l10n-ru RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:119917"/>
          <criterion comment="libreoffice-l10n-sk RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120681"/>
          <criterion comment="libreoffice-l10n-sv RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120488"/>
          <criterion comment="libreoffice-l10n-xh RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120459"/>
          <criterion comment="libreoffice-l10n-zh-CN RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120410"/>
          <criterion comment="libreoffice-l10n-zh-TW RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120629"/>
          <criterion comment="libreoffice-l10n-zu RPM is earlier than 0:3.6.5.2.15-0.3.1" test_ref="oval:org.mitre.oval:tst:120419"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26053" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0793-1 -- Security update for strongswan</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>strongswan</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140793-1.html" ref_id="SUSE-SU-2014:0793-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2891" ref_id="CVE-2014-2891"/>
        <description>This update fixes a NULL ptr dereference (DoS) via ID_DER_ASN1_DN ID payloads.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:04:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:57.810-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:25.696-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:31.976-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="strongswan RPM is earlier than 0:4.4.0-6.25.1" test_ref="oval:org.mitre.oval:tst:122331"/>
          <criterion comment="strongswan-doc RPM is earlier than 0:4.4.0-6.25.1" test_ref="oval:org.mitre.oval:tst:122139"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26052" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0252-1 -- Recommended update for sysconfig</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>sysconfig</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130252-1.html" ref_id="SUSE-RU-2013:0252-1"/>
        <description>This update for sysconfig provides the following fixes and
improvements:

    * Use dhclient6 in dhcp6_client state variable
    * Correctly apply STP constrains also to float time
values with a 1/100 sec precision
    * Update bridge documentation link in ifcfg-bridge.5
    * Do not report failure while setting unsupported power
management option in ifup-wireless
    * Check and reject too long interface names or names
with suspect characters
    * Do not wait when creation of virtual interface name
fails
    * Do not start dhcp clients too early or they may be
unable to send packets
    * Load af_packet module early and wait for link ready
    * Check before running a script in netcontrol_services
    * Allow suffixes in ETHTOOL_OPTIONS variable to apply
settings separately
    * Add ETHTOOL_UP_RETRY and ETHTOOL_UP_WAIT variables to
wait until the link has been set up
    * Updated ifcfg(5) man page
    * Do not mount file systems with the noauto flag set</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:42:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:10.282-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:46.129-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:49.659-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="sysconfig RPM is earlier than 0:0.71.48-0.7.1" test_ref="oval:org.mitre.oval:tst:120176"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26051" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0633-1 -- Security update for PostgreSQL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>PostgreSQL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130633-1.html" ref_id="SUSE-SU-2013:0633-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1899" ref_id="CVE-2013-1899"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1900" ref_id="CVE-2013-1900"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1901" ref_id="CVE-2013-1901"/>
        <description>This update to version 9.1.9 fixes:

    * CVE-2013-1899: Fix insecure parsing of server
command-line switches.
    * CVE-2013-1900: Reset OpenSSL randomness state in each
postmaster child process.
    * CVE-2013-1901: Make REPLICATION privilege checks test
current user not authenticated user.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:15.909-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:46.036-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:49.553-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libecpg6 RPM is earlier than 0:9.1.9-0.3.1" test_ref="oval:org.mitre.oval:tst:119780"/>
            <criterion comment="libpq5 RPM is earlier than 0:9.1.9-0.3.1" test_ref="oval:org.mitre.oval:tst:120436"/>
            <criterion comment="postgresql91 RPM is earlier than 0:9.1.9-0.3.1" test_ref="oval:org.mitre.oval:tst:119850"/>
            <criterion comment="libpq5-32bit RPM is earlier than 0:9.1.9-0.3.1" test_ref="oval:org.mitre.oval:tst:120084"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="postgresql91-contrib RPM is earlier than 0:9.1.9-0.3.1" test_ref="oval:org.mitre.oval:tst:120196"/>
            <criterion comment="postgresql91-docs RPM is earlier than 0:9.1.9-0.3.1" test_ref="oval:org.mitre.oval:tst:120499"/>
            <criterion comment="postgresql91-server RPM is earlier than 0:9.1.9-0.3.1" test_ref="oval:org.mitre.oval:tst:120445"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26048" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-SU-2014:1005-1 -- Security update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141005-1.html" ref_id="SUSE-SU-2014:1005-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4650" ref_id="CVE-2014-4650"/>
        <description>This update for Python provides fixes for the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:55:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:11.042-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:00:26.404-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:24.010-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:46:29.348-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:46:29.348-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124598"/>
            <criterion comment="python RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124376"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124652"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124730"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124387"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124710"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124733"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124711"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124503"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124725"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124297"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124742"/>
            <criterion comment="python-doc RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:124406"/>
            <criterion comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" test_ref="oval:org.mitre.oval:tst:124500"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" test_ref="oval:org.mitre.oval:tst:124374"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26045" version="4" class="patch" deprecated="true">
      <metadata>
        <title>DEPRECATED: SUSE-RU-2014:1026-1 -- Recommended update for cron</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>cron</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141026-1.html" ref_id="SUSE-RU-2014:1026-1"/>
        <description>This update for cron provides the several fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-10-10T17:40:13.661-04:00">DRAFT</status_change>
            <status_change date="2014-10-27T04:00:26.258-04:00">INTERIM</status_change>
            <status_change date="2014-11-17T04:00:23.676-05:00">ACCEPTED</status_change>
            <modified comment="deprecated due to duplicate Definition" date="2015-02-11T18:39:59.361-05:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-02-11T18:39:59.361-05:00">DEPRECATED</status_change>
          </dates>
          <status>DEPRECATED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="cron RPM is earlier than 0:4.1-194.209.1" test_ref="oval:org.mitre.oval:tst:124048"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26044" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0697-1 -- Security update for telepathy-gabble</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>telepathy-gabble</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130697-1.html" ref_id="SUSE-SU-2013:0697-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1769" ref_id="CVE-2013-1769"/>
        <description>telepathy-gabble was updated to fix several
remotely-triggerable NULL  crashes (CVE-2013-1769)

Security Issues:

    * CVE-2013-1769
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1769
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:16">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:13.858-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:44.814-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:48.259-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="telepathy-gabble RPM is earlier than 0:0.7.10-2.19.1" test_ref="oval:org.mitre.oval:tst:120238"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26037" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0960-1 -- Security update for Mozilla Firefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140960-1.html" ref_id="SUSE-SU-2014:0960-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1544" ref_id="CVE-2014-1544"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1548" ref_id="CVE-2014-1548"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1549" ref_id="CVE-2014-1549"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1550" ref_id="CVE-2014-1550"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1551" ref_id="CVE-2014-1551"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1552" ref_id="CVE-2014-1552"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1555" ref_id="CVE-2014-1555"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1556" ref_id="CVE-2014-1556"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1557" ref_id="CVE-2014-1557"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1558" ref_id="CVE-2014-1558"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1559" ref_id="CVE-2014-1559"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1560" ref_id="CVE-2014-1560"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1561" ref_id="CVE-2014-1561"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1547" ref_id="CVE-2014-1547"/>
        <description>Mozilla Firefox has been updated to the 24.7ESR security release.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T14:59:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:05.320-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:24.277-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:30.573-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox RPM is earlier than 0:24.7.0esr-0.8.2" test_ref="oval:org.mitre.oval:tst:121305"/>
            <criterion comment="MozillaFirefox-translations RPM is earlier than 0:24.7.0esr-0.8.2" test_ref="oval:org.mitre.oval:tst:121489"/>
            <criterion comment="libfreebl3 RPM is earlier than 0:3.16.2-0.8.1" test_ref="oval:org.mitre.oval:tst:121493"/>
            <criterion comment="libsoftokn3 RPM is earlier than 0:3.16.2-0.8.1" test_ref="oval:org.mitre.oval:tst:121180"/>
            <criterion comment="mozilla-nss RPM is earlier than 0:3.16.2-0.8.1" test_ref="oval:org.mitre.oval:tst:121499"/>
            <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.16.2-0.8.1" test_ref="oval:org.mitre.oval:tst:120903"/>
            <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.16.2-0.8.1" test_ref="oval:org.mitre.oval:tst:121356"/>
            <criterion comment="libsoftokn3-32bit RPM is earlier than 0:3.16.2-0.8.1" test_ref="oval:org.mitre.oval:tst:121480"/>
            <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.16.2-0.8.1" test_ref="oval:org.mitre.oval:tst:120522"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox RPM is earlier than 0:24.7.0esr-0.3.1" test_ref="oval:org.mitre.oval:tst:121403"/>
            <criterion comment="MozillaFirefox-translations RPM is earlier than 0:24.7.0esr-0.3.1" test_ref="oval:org.mitre.oval:tst:121433"/>
            <criterion comment="libfreebl3 RPM is earlier than 0:3.16.2-0.3.1" test_ref="oval:org.mitre.oval:tst:121486"/>
            <criterion comment="mozilla-nss RPM is earlier than 0:3.16.2-0.3.1" test_ref="oval:org.mitre.oval:tst:121262"/>
            <criterion comment="mozilla-nss-devel RPM is earlier than 0:3.16.2-0.3.1" test_ref="oval:org.mitre.oval:tst:121476"/>
            <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.16.2-0.3.1" test_ref="oval:org.mitre.oval:tst:121497"/>
            <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.16.2-0.3.1" test_ref="oval:org.mitre.oval:tst:121235"/>
            <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.16.2-0.3.1" test_ref="oval:org.mitre.oval:tst:121147"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="mozilla-nss RPM is earlier than 0:3.16.2-0.5.1" test_ref="oval:org.mitre.oval:tst:121469"/>
            <criterion comment="mozilla-nss-devel RPM is earlier than 0:3.16.2-0.5.1" test_ref="oval:org.mitre.oval:tst:121195"/>
            <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.16.2-0.5.1" test_ref="oval:org.mitre.oval:tst:121294"/>
            <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.16.2-0.5.1" test_ref="oval:org.mitre.oval:tst:121388"/>
            <criterion comment="MozillaFirefox RPM is earlier than 0:24.7.0esr-0.5.1" test_ref="oval:org.mitre.oval:tst:121138"/>
            <criterion comment="MozillaFirefox-translations RPM is earlier than 0:24.7.0esr-0.5.1" test_ref="oval:org.mitre.oval:tst:121191"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26036" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1001-1 -- Recommended update for supportutils</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>supportutils</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131001-1.html" ref_id="SUSE-RU-2013:1001-1"/>
        <description>This update fixes the following issues:
- supportconfig: 2.25-370
- supportconfig: 2.25-359
- supportconfig: 2.25-358
- supportconfig: 2.25-350</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:34:16">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:37.183-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:44.447-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:47.983-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="supportutils RPM is earlier than 0:1.20-0.28.73.1" test_ref="oval:org.mitre.oval:tst:119938"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criterion comment="supportutils RPM is earlier than 0:1.20-0.73.1" test_ref="oval:org.mitre.oval:tst:119707"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26035" version="5" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0645-1 -- Security update for Mozilla Firefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130645-1.html" ref_id="SUSE-SU-2013:0645-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0788" ref_id="CVE-2013-0788"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0789" ref_id="CVE-2013-0789"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0790" ref_id="CVE-2013-0790"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0800" ref_id="CVE-2013-0800"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0799" ref_id="CVE-2013-0799"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0798" ref_id="CVE-2013-0798"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0797" ref_id="CVE-2013-0797"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0796" ref_id="CVE-2013-0796"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0795" ref_id="CVE-2013-0795"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0794" ref_id="CVE-2013-0794"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0792" ref_id="CVE-2013-0792"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0791" ref_id="CVE-2013-0791"/>
        <description>MozillaFirefox has been updated to the 17.0.5ESR release
fixing bugs and  security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:28.781-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:44.194-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:47.717-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:ste:32572 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:52.794-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:47.995-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.5esr-0.4.1" test_ref="oval:org.mitre.oval:tst:120429"/>
            <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.6.9.17" test_ref="oval:org.mitre.oval:tst:120374"/>
            <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.5esr-0.4.1" test_ref="oval:org.mitre.oval:tst:120503"/>
            <criterion comment="libfreebl3 RPM is earlier than 0:3.14.3-0.4.3.1" test_ref="oval:org.mitre.oval:tst:120268"/>
            <criterion comment="mozilla-nspr RPM is earlier than 0:4.9.6-0.3.1" test_ref="oval:org.mitre.oval:tst:120369"/>
            <criterion comment="mozilla-nss RPM is earlier than 0:3.14.3-0.4.3.1" test_ref="oval:org.mitre.oval:tst:120443"/>
            <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.14.3-0.4.3.1" test_ref="oval:org.mitre.oval:tst:120494"/>
            <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.14.3-0.4.3.1" test_ref="oval:org.mitre.oval:tst:120528"/>
            <criterion comment="mozilla-nspr-32bit RPM is earlier than 0:4.9.6-0.3.1" test_ref="oval:org.mitre.oval:tst:120509"/>
            <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.14.3-0.4.3.1" test_ref="oval:org.mitre.oval:tst:119731"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="mozilla-nspr RPM is earlier than 0:4.9.6-0.5.1" test_ref="oval:org.mitre.oval:tst:119855"/>
            <criterion comment="mozilla-nspr-devel RPM is earlier than 0:4.9.6-0.5.1" test_ref="oval:org.mitre.oval:tst:120310"/>
            <criterion comment="mozilla-nss RPM is earlier than 0:3.14.3-0.5.1" test_ref="oval:org.mitre.oval:tst:119557"/>
            <criterion comment="mozilla-nss-devel RPM is earlier than 0:3.14.3-0.5.1" test_ref="oval:org.mitre.oval:tst:120168"/>
            <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.14.3-0.5.1" test_ref="oval:org.mitre.oval:tst:120029"/>
            <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.5esr-0.8.1" test_ref="oval:org.mitre.oval:tst:120500"/>
            <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.10.11" test_ref="oval:org.mitre.oval:tst:120471"/>
            <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.5esr-0.8.1" test_ref="oval:org.mitre.oval:tst:120371"/>
            <criterion comment="mozilla-nspr-32bit RPM is earlier than 0:4.9.6-0.5.1" test_ref="oval:org.mitre.oval:tst:120549"/>
            <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.14.3-0.5.1" test_ref="oval:org.mitre.oval:tst:119575"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26027" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1098-1 -- Security update for Mesa</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mesa</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131098-1.html" ref_id="SUSE-SU-2013:1098-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1993" ref_id="CVE-2013-1993"/>
        <description>This update of Mesa fixes multiple integer overflows.

Security Issue reference:

    * CVE-2013-1993
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1993
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:44">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:35.932-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:43.610-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:47.292-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="Mesa RPM is earlier than 0:7.11.2-0.9.1" test_ref="oval:org.mitre.oval:tst:119826"/>
          <criterion comment="Mesa-32bit RPM is earlier than 0:7.11.2-0.9.1" test_ref="oval:org.mitre.oval:tst:119608"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26023" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0771-1 -- Security update for curl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>curl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130771-1.html" ref_id="SUSE-SU-2013:0771-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1944" ref_id="CVE-2013-1944"/>
        <description>This update fixes the cookie domain tailmatch vulnerability
in curl.  CVE-2013-1944 has been assigned to this issue.

Security Issue reference:

    * CVE-2013-1944
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1944
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:59">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:57.368-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:43.462-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:47.138-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="curl RPM is earlier than 0:7.19.7-1.20.25.1" test_ref="oval:org.mitre.oval:tst:119283"/>
          <criterion comment="libcurl4 RPM is earlier than 0:7.19.7-1.20.25.1" test_ref="oval:org.mitre.oval:tst:120258"/>
          <criterion comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.20.25.1" test_ref="oval:org.mitre.oval:tst:119836"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26020" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0795-1 -- Security update for libtiff</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>libtiff</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130795-1.html" ref_id="SUSE-SU-2013:0795-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1960" ref_id="CVE-2013-1960"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1961" ref_id="CVE-2013-1961"/>
        <description>This update fixes two buffer overflow security issues with
libtiff:

    * CVE-2013-1960
    * CVE-2013-1961</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:55.585-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:42.584-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:46.822-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libtiff3 RPM is earlier than 0:3.8.2-141.152.1" test_ref="oval:org.mitre.oval:tst:119689"/>
            <criterion comment="libtiff3-32bit RPM is earlier than 0:3.8.2-141.152.1" test_ref="oval:org.mitre.oval:tst:120140"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="tiff RPM is earlier than 0:3.8.2-141.152.1" test_ref="oval:org.mitre.oval:tst:120230"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libtiff RPM is earlier than 0:3.8.2-5.34.1" test_ref="oval:org.mitre.oval:tst:119267"/>
            <criterion comment="libtiff-devel RPM is earlier than 0:3.8.2-5.34.1" test_ref="oval:org.mitre.oval:tst:120112"/>
            <criterion comment="tiff RPM is earlier than 0:3.8.2-5.34.1" test_ref="oval:org.mitre.oval:tst:120017"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libtiff-32bit RPM is earlier than 0:3.8.2-5.34.1" test_ref="oval:org.mitre.oval:tst:120236"/>
            <criterion comment="libtiff-devel-32bit RPM is earlier than 0:3.8.2-5.34.1" test_ref="oval:org.mitre.oval:tst:120008"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26019" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0904-1 -- Security update for lzo</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>lzo</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140904-1.html" ref_id="SUSE-SU-2014:0904-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4607" ref_id="CVE-2014-4607"/>
        <description>lzo was updated to fix a potential denial of service issue or possible remote code execution by allowing an attacker, if the LZO decompression algorithm is used in a threaded or kernel context, to corrupt memory structures that control the flow of execution in other contexts.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:01:08">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:23.899-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:22.496-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:29.075-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="liblzo2-2 RPM is earlier than 0:2.03-12.3.1" test_ref="oval:org.mitre.oval:tst:121629"/>
          <criterion comment="liblzo2-2-32bit RPM is earlier than 0:2.03-12.3.1" test_ref="oval:org.mitre.oval:tst:121666"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26017" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0758-1 -- Recommended update for NetworkManager</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>NetworkManager</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130758-1.html" ref_id="SUSE-RU-2013:0758-1"/>
        <description>This update for NetworkManager provides the following fixes:

    * Make modem disconnects synchronous in order to avoid
a race condition when disconnecting and then immediately
reconnecting. (bnc#659267)
    * Fix an issue that prevented the reactivation of some
wireless devices if they were manually disabled before a
reboot. (bnc#760875)
    * Fix a race condition when enabling wireless networks
at power management resume. (bnc#751273)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:06.306-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:42.517-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:46.728-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="NetworkManager RPM is earlier than 0:0.7.1_git20090811-3.28.2" test_ref="oval:org.mitre.oval:tst:120220"/>
          <criterion comment="NetworkManager-glib RPM is earlier than 0:0.7.1_git20090811-3.28.2" test_ref="oval:org.mitre.oval:tst:120009"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26015" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0626-1 -- Recommended update for kdump</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kdump</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130626-1.html" ref_id="SUSE-RU-2013:0626-1"/>
        <description>This update for Kdump provides the following fixes and
enhancements:

    * In multipath setups, make sure that only devices
actually required by kdump are initialized in kdump
environment. This reduces run-time memory requirements.
(bnc#738865)
    * Add a new configuration option to set the number of
CPUs that will be available in the Kdump environment. On
SMP systems, makedumpfile will then enable the split mode
to dump data to multiple DUMPFILEs in parallel. (bnc#783592)
    * Close a race condition between creating the kdump
initrd and restricting its file permissions to avoid
leaking sensitive information, such as private keys or
passwords needed to save a dump to a remote system.
(bnc#742884)
    * Do not set up iommu pass-through for the kdump
kernel. (bnc#804800)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:30">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:23.289-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:42.239-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:46.542-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kdump RPM is earlier than 0:0.7.8-1.33.46.1" test_ref="oval:org.mitre.oval:tst:120473"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26014" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1130-1 -- Recommended update for multipath-tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>multipath-tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131130-1.html" ref_id="SUSE-RU-2013:1130-1"/>
        <description>This update for multipath-tools fixes a potential thread
stack overflow  when using some functions from libudev.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:32:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:17.586-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:42.170-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:46.473-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="kpartx RPM is earlier than 0:0.4.9-0.85.3" test_ref="oval:org.mitre.oval:tst:119310"/>
          <criterion comment="multipath-tools RPM is earlier than 0:0.4.9-0.85.3" test_ref="oval:org.mitre.oval:tst:119853"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26012" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0458-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130458-1.html" ref_id="SUSE-SU-2013:0458-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0646" ref_id="CVE-2013-0646"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0650" ref_id="CVE-2013-0650"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1371" ref_id="CVE-2013-1371"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1375" ref_id="CVE-2013-1375"/>
        <description>Adobe Flash Player has been updated to security release
11.2.202.275  (APSB13-09), fixing severe security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:26.776-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:41.897-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:46.200-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="flash-player RPM is earlier than 0:11.2.202.275-0.3.1" test_ref="oval:org.mitre.oval:tst:120283"/>
            <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.275-0.3.1" test_ref="oval:org.mitre.oval:tst:120747"/>
            <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.275-0.3.1" test_ref="oval:org.mitre.oval:tst:120571"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.275-0.5.1" test_ref="oval:org.mitre.oval:tst:120667"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26011" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0549-1 -- Security update for OpenSSL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>OpenSSL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130549-1.html" ref_id="SUSE-SU-2013:0549-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4929" ref_id="CVE-2012-4929"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0169" ref_id="CVE-2013-0169"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0166" ref_id="CVE-2013-0166"/>
        <description>OpenSSL has been updated to fix several security issues:

    * CVE-2012-4929: Avoid the openssl CRIME attack by
disabling SSL compression by default. Setting the
environment variable "OPENSSL_NO_DEFAULT_ZLIB" to "no"
enables compression again.
    * CVE-2013-0169: Timing attacks against TLS could be
used by physically local attackers to gain access to
transmitted plain text or private keymaterial. This issue
is also known as the "Lucky-13" issue.
    * CVE-2013-0166: A OCSP invalid key denial of service
issue was fixed.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:04">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:17.601-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:41.815-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:46.109-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.50.1" test_ref="oval:org.mitre.oval:tst:120197"/>
            <criterion comment="openssl RPM is earlier than 0:0.9.8j-0.50.1" test_ref="oval:org.mitre.oval:tst:120553"/>
            <criterion comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.50.1" test_ref="oval:org.mitre.oval:tst:120645"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.50.1" test_ref="oval:org.mitre.oval:tst:120637"/>
            <criterion comment="openssl-doc RPM is earlier than 0:0.9.8j-0.50.1" test_ref="oval:org.mitre.oval:tst:120610"/>
            <criterion comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.50.1" test_ref="oval:org.mitre.oval:tst:120370"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26010" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0888-1 -- Recommended update for xorg-x11-server</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-server</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140888-1.html" ref_id="SUSE-RU-2014:0888-1"/>
        <description>This collective update for xorg-x11-server provides the several fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:01:47">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:48.761-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:22.398-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:28.962-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-Xvnc RPM is earlier than 0:7.4-27.97.1" test_ref="oval:org.mitre.oval:tst:121694"/>
          <criterion comment="xorg-x11-server RPM is earlier than 0:7.4-27.97.1" test_ref="oval:org.mitre.oval:tst:121461"/>
          <criterion comment="xorg-x11-server-extra RPM is earlier than 0:7.4-27.97.1" test_ref="oval:org.mitre.oval:tst:121774"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:26004" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1059-2 -- Security update for clamav</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>clamav</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131059-2.html" ref_id="SUSE-SU-2013:1059-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2020" ref_id="CVE-2013-2020"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2021" ref_id="CVE-2013-2021"/>
        <description>This release of clamav provides version 0.97.8 and fixes
several potential  security issues (bnc#816865):

    * CVE-2013-2020: Fix heap corruption
    * CVE-2013-2021: Fix overflow due to PDF key length
computation.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:09.503-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:41.450-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:45.727-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="clamav RPM is earlier than 0:0.97.8-0.2.1" test_ref="oval:org.mitre.oval:tst:119884"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25994" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0799-1 -- Recommended update for util-linux</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>util-linux</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130799-1.html" ref_id="SUSE-RU-2013:0799-1"/>
        <description>This collective update for util-linux provides the
following fixes and  enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:04.928-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:41.356-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:45.619-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libblkid1 RPM is earlier than 0:2.19.1-6.33.47.1" test_ref="oval:org.mitre.oval:tst:119830"/>
            <criterion comment="libuuid1 RPM is earlier than 0:2.19.1-6.33.47.1" test_ref="oval:org.mitre.oval:tst:120223"/>
            <criterion comment="util-linux RPM is earlier than 0:2.19.1-6.33.47.1" test_ref="oval:org.mitre.oval:tst:119896"/>
            <criterion comment="util-linux-lang RPM is earlier than 0:2.19.1-6.33.47.1" test_ref="oval:org.mitre.oval:tst:120213"/>
            <criterion comment="uuid-runtime RPM is earlier than 0:2.19.1-6.33.47.1" test_ref="oval:org.mitre.oval:tst:119578"/>
            <criterion comment="libblkid1-32bit RPM is earlier than 0:2.19.1-6.33.47.1" test_ref="oval:org.mitre.oval:tst:119787"/>
            <criterion comment="libuuid1-32bit RPM is earlier than 0:2.19.1-6.33.47.1" test_ref="oval:org.mitre.oval:tst:119993"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libuuid-devel RPM is earlier than 0:2.19.1-6.33.47.1" test_ref="oval:org.mitre.oval:tst:120074"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25986" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0789-1 -- Recommended update for python-pywbem</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python-pywbem</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140789-1.html" ref_id="SUSE-RU-2014:0789-1"/>
        <description>This update for python-pywbem fixes the following issue.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:04:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:01.378-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:21.161-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:26.640-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="python-pywbem RPM is earlier than 0:0.7-6.22.1" test_ref="oval:org.mitre.oval:tst:122319"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25985" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1074-1 -- Recommended update for bind</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>bind</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131074-1.html" ref_id="SUSE-RU-2013:1074-1"/>
        <description>The BIND DNS server package has been updated to version
9.9.2P2, which  brings many fixes, enhancements and new
features, such as:

    * Automated trust anchor maintenance for DNSSEC (RFC
5011)
    * Simplified configuration of Dynamic DNS
    * Simplified configuration of DNSSEC Lookaside
Validation (DLV)
    * Fully automatic signing of zones
    * Implementation of DNS64, a transition mechanism to
IPv6 deployment
    * Inline Signing for DNSSEC
    * DNSSEC NSEC performance improvements
    * Multiprocessing performance improvements.

This update also contains several functional changes which
might need  changes of certain configuration settings. More
information can be found in  TID #7012684:

https://www.suse.com/support/kb/doc.php?id=7012684
&lt;https://www.suse.com/support/kb/doc.php?id=7012684></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:37.845-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:40.708-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:44.779-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bind RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:119522"/>
            <criterion comment="bind-chrootenv RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:119916"/>
            <criterion comment="bind-doc RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:119432"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bind-libs RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:119716"/>
            <criterion comment="bind-utils RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:119756"/>
            <criterion comment="bind-libs-32bit RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:120034"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25982" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1175-1 -- Security update for Mesa</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mesa</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131175-1.html" ref_id="SUSE-SU-2013:1175-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1872" ref_id="CVE-2013-1872"/>
        <description>A memory corruption in the Mesa Intel drivers (OOB
read/write) has been  fixed. (CVE-2013-1872) This could
have been potentially exploited by remote  attackers who
would have been able to inject 3d graphics into the
attacked  desktop.

Security Issue reference:

    * CVE-2013-1872
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1872
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:08.574-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:40.593-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:44.652-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="Mesa RPM is earlier than 0:9.0.3-0.19.1" test_ref="oval:org.mitre.oval:tst:119605"/>
          <criterion comment="Mesa-32bit RPM is earlier than 0:9.0.3-0.19.1" test_ref="oval:org.mitre.oval:tst:119617"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25980" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1075-1 -- Recommended update for tar</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>tar</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141075-1.html" ref_id="SUSE-RU-2014:1075-1"/>
        <description>This update for tar provides the following fixes:

    * Don't print "lone zero blocks" warnings, as there are many tar
      implementations around that create invalid archives with a zero
      block in the middle. (bnc#881863)
    * Fix creation of archives with large UIDs and POSIX format.
      (bnc#864302)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:58:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:56.658-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:17.643-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:16.059-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="tar RPM is earlier than 0:1.26-1.2.6.1" test_ref="oval:org.mitre.oval:tst:124084"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25978" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0492-1 -- Recommended update for createrepo, deltarpm and yum</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>createrepo</product>
          <product>deltarpm</product>
          <product>yum</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130492-1.html" ref_id="SUSE-RU-2013:0492-1"/>
        <description>This collective update provides newer versions of
createrepo (v0.9.9),  deltarpm (v3.5) and yum (v3.2.29).
The updated packages bring many fixes  and enhancements,
including the capability of creating repositories with
delta RPM support.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:32">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:21.295-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:40.137-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:44.193-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="deltarpm RPM is earlier than 0:3.5.git-4.9.3" test_ref="oval:org.mitre.oval:tst:120602"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25977" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1166-1 -- Security update for compat-curl2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>compat-curl2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131166-1.html" ref_id="SUSE-SU-2013:1166-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2174" ref_id="CVE-2013-2174"/>
        <description>This update of compat-curl2 fixes a security vulnerability:

    * libcurl URL decode buffer boundary flaw (bnc#824517 /
CVE-2013-2174)

Security Issue reference:

    * CVE-2013-2174
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2174
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:31">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:13.474-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:40.047-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:44.100-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="curl RPM is earlier than 0:7.19.7-1.28.1" test_ref="oval:org.mitre.oval:tst:119670"/>
            <criterion comment="libcurl4 RPM is earlier than 0:7.19.7-1.28.1" test_ref="oval:org.mitre.oval:tst:119182"/>
            <criterion comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.28.1" test_ref="oval:org.mitre.oval:tst:119497"/>
            <criterion comment="curl RPM is earlier than 0:7.19.7-1.20.27.1" test_ref="oval:org.mitre.oval:tst:119560"/>
            <criterion comment="libcurl4 RPM is earlier than 0:7.19.7-1.20.27.1" test_ref="oval:org.mitre.oval:tst:119555"/>
            <criterion comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.20.27.1" test_ref="oval:org.mitre.oval:tst:119534"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="compat-curl2 RPM is earlier than 0:7.11.0-20.11.1" test_ref="oval:org.mitre.oval:tst:118767"/>
            <criterion comment="compat-curl2-32bit RPM is earlier than 0:7.11.0-20.11.1" test_ref="oval:org.mitre.oval:tst:119487"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25974" version="3" class="patch">
      <metadata>
        <title>SUSE-YU-2013:1206-1 -- YOU update for libzypp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libzypp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-yu-20131206-1.html" ref_id="SUSE-YU-2013:1206-1"/>
        <description>This update for libzypp fixes a potential log file
truncation introduced by  the previous maintenance update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:01">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:18.072-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:39.873-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:43.918-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="libzypp RPM is earlier than 0:9.36.4-0.7.1" test_ref="oval:org.mitre.oval:tst:119388"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25972" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0757-1 -- Security update for ImageMagick</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ImageMagick</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130757-1.html" ref_id="SUSE-SU-2013:0757-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3438" ref_id="CVE-2012-3438"/>
        <description>ImageMagick has been updated to fix an integer overflow
(CVE-2012-3438).

Also a slowness in "convert" when resizing JPEG images has
been addressed  (bnc#754481).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:04.519-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:39.776-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:43.842-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libMagickCore1 RPM is earlier than 0:6.4.3.6-7.26.1" test_ref="oval:org.mitre.oval:tst:119941"/>
            <criterion comment="libMagickCore1-32bit RPM is earlier than 0:6.4.3.6-7.26.1" test_ref="oval:org.mitre.oval:tst:119744"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="ImageMagick RPM is earlier than 0:6.4.3.6-7.26.1" test_ref="oval:org.mitre.oval:tst:120248"/>
            <criterion comment="libMagick++1 RPM is earlier than 0:6.4.3.6-7.26.1" test_ref="oval:org.mitre.oval:tst:119972"/>
            <criterion comment="libMagickWand1 RPM is earlier than 0:6.4.3.6-7.26.1" test_ref="oval:org.mitre.oval:tst:120215"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25969" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1103-1 -- Security update for xorg-x11-libs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131103-1.html" ref_id="SUSE-SU-2013:1103-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1984" ref_id="CVE-2013-1984"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1985" ref_id="CVE-2013-1985"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1986" ref_id="CVE-2013-1986"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1988" ref_id="CVE-2013-1988"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1990" ref_id="CVE-2013-1990"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1991" ref_id="CVE-2013-1991"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1992" ref_id="CVE-2013-1992"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1995" ref_id="CVE-2013-1995"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1996" ref_id="CVE-2013-1996"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1998" ref_id="CVE-2013-1998"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1999" ref_id="CVE-2013-1999"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2000" ref_id="CVE-2013-2000"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2001" ref_id="CVE-2013-2001"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2003" ref_id="CVE-2013-2003"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2063" ref_id="CVE-2013-2063"/>
        <description>This update of xorg-x11-libs fixes several integer and
buffer overflow  issues (bnc#815451, bnc#821663).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:05.084-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:39.607-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:43.658-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="xorg-x11-libs RPM is earlier than 0:7.4-8.26.36.1" test_ref="oval:org.mitre.oval:tst:119036"/>
            <criterion comment="xorg-x11-libs-32bit RPM is earlier than 0:7.4-8.26.36.1" test_ref="oval:org.mitre.oval:tst:119949"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="xorg-x11-devel RPM is earlier than 0:7.4-8.26.36.1" test_ref="oval:org.mitre.oval:tst:119660"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25968" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0754-1 -- Recommended update for NetworkManager</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>NetworkManager</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130754-1.html" ref_id="SUSE-RU-2013:0754-1"/>
        <description>This update for NetworkManager-pptp allows users to set the
password of  system-wide VPN connections.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:49">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:26.653-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:39.534-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:43.593-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="NetworkManager-pptp RPM is earlier than 0:0.7.1-3.5.1" test_ref="oval:org.mitre.oval:tst:120110"/>
          <criterion comment="NetworkManager-pptp-gnome RPM is earlier than 0:0.7.1-3.5.1" test_ref="oval:org.mitre.oval:tst:120000"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25966" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0696-1 -- Security update for dhcp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>dhcp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130696-1.html" ref_id="SUSE-SU-2013:0696-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2266" ref_id="CVE-2013-2266"/>
        <description>The ISC DHCP server had a denial of service issue in
handling specific DDNS  requests which could cause a out of
memory usage situation. (CVE-2013-2266)

This update also adds a dhcp6-server service template for
SuSEfirewall2  (bnc#783002)

Security Issues:

    * CVE-2013-2266
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2266
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:14">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:37.465-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:39.331-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:43.397-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="dhcp RPM is earlier than 0:4.2.4.P2-0.11.13.1" test_ref="oval:org.mitre.oval:tst:119980"/>
            <criterion comment="dhcp-client RPM is earlier than 0:4.2.4.P2-0.11.13.1" test_ref="oval:org.mitre.oval:tst:120442"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="dhcp-relay RPM is earlier than 0:4.2.4.P2-0.11.13.1" test_ref="oval:org.mitre.oval:tst:120470"/>
            <criterion comment="dhcp-server RPM is earlier than 0:4.2.4.P2-0.11.13.1" test_ref="oval:org.mitre.oval:tst:120519"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25964" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1059-1 -- Security update for clamav</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>clamav</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131059-1.html" ref_id="SUSE-SU-2013:1059-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2020" ref_id="CVE-2013-2020"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2021" ref_id="CVE-2013-2021"/>
        <description>This update contains clamav 0.97.8 which fixes security
issues  (bnc#816865):

    * CVE-2013-2020: Fix heap corruption
    * CVE-2013-2021: Fix overflow due to PDF key length
computation.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:34:01">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:44.913-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:39.103-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:43.221-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="clamav RPM is earlier than 0:0.97.8-0.2.1" test_ref="oval:org.mitre.oval:tst:119101"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criterion comment="clamav RPM is earlier than 0:0.97.8-0.5.1" test_ref="oval:org.mitre.oval:tst:119391"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25961" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0388-1 -- Security update for pidgin</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>pidgin</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130388-1.html" ref_id="SUSE-SU-2013:0388-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0274" ref_id="CVE-2013-0274"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0273" ref_id="CVE-2013-0273"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0272" ref_id="CVE-2013-0272"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0271" ref_id="CVE-2013-0271"/>
        <description>idgin was updated to fix 4 security issues:

    * Fixed a crash when receiving UPnP responses with
abnormally long values. (CVE-2013-0274, bnc#804742)
    * Fixed a crash in Sametime protocol when a malicious
server sends us an abnormally long user ID. (CVE-2013-0273,
bnc#804742)
    * Fixed a bug where the MXit server or a
man-in-the-middle could potentially send specially crafted
data that could overflow a buffer and lead to a crash or
remote code execution.(CVE-2013-0272, bnc#804742)
    * Fixed a bug where a remote MXit user could possibly
specify a local file path to be written to. (CVE-2013-0271,
bnc#804742)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:11.479-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:38.794-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:42.851-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="finch RPM is earlier than 0:2.6.6-0.19.1" test_ref="oval:org.mitre.oval:tst:120817"/>
            <criterion comment="libpurple RPM is earlier than 0:2.6.6-0.19.1" test_ref="oval:org.mitre.oval:tst:120894"/>
            <criterion comment="libpurple-lang RPM is earlier than 0:2.6.6-0.19.1" test_ref="oval:org.mitre.oval:tst:120245"/>
            <criterion comment="libpurple-meanwhile RPM is earlier than 0:2.6.6-0.19.1" test_ref="oval:org.mitre.oval:tst:120840"/>
            <criterion comment="libpurple-tcl RPM is earlier than 0:2.6.6-0.19.1" test_ref="oval:org.mitre.oval:tst:120306"/>
            <criterion comment="pidgin RPM is earlier than 0:2.6.6-0.19.1" test_ref="oval:org.mitre.oval:tst:120430"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="finch RPM is earlier than 0:2.6.6-0.20.1" test_ref="oval:org.mitre.oval:tst:120556"/>
            <criterion comment="libpurple RPM is earlier than 0:2.6.6-0.20.1" test_ref="oval:org.mitre.oval:tst:120924"/>
            <criterion comment="pidgin RPM is earlier than 0:2.6.6-0.20.1" test_ref="oval:org.mitre.oval:tst:120931"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25960" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1017-1 -- Security update for augeas</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>augeas</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141017-1.html" ref_id="SUSE-SU-2014:1017-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0786" ref_id="CVE-2012-0786"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6412" ref_id="CVE-2013-6412"/>
        <description>Augeas has been updated to fix a symlink overwrite problem.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:30.810-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:19.945-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:00:22.594-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="augeas RPM is earlier than 0:0.9.0-3.15.1" test_ref="oval:org.mitre.oval:tst:123403"/>
            <criterion comment="augeas-lenses RPM is earlier than 0:0.9.0-3.15.1" test_ref="oval:org.mitre.oval:tst:123338"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="libaugeas0 RPM is earlier than 0:0.9.0-3.15.1" test_ref="oval:org.mitre.oval:tst:123023"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25959" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0385-1 -- Recommended update for nautilus</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>nautilus</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130385-1.html" ref_id="SUSE-RU-2013:0385-1"/>
        <description>This update for the Nautilus desktop file manager improves
visibility of  SUSE Linux Enterprise documentation showing
a desktop shortcut to the SUSE  manual if present and
desired. In addition, it also fixes alignment of  newly
added icons to avoid overlapping.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:27.917-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:38.715-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:42.769-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="nautilus RPM is earlier than 0:2.28.4-1.16.16.4" test_ref="oval:org.mitre.oval:tst:120942"/>
          <criterion comment="nautilus-lang RPM is earlier than 0:2.28.4-1.16.16.4" test_ref="oval:org.mitre.oval:tst:120675"/>
          <criterion comment="nautilus-32bit RPM is earlier than 0:2.28.4-1.16.16.4" test_ref="oval:org.mitre.oval:tst:120716"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25957" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0789-1 -- Recommended update for xrdp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xrdp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130789-1.html" ref_id="SUSE-RU-2013:0789-1"/>
        <description>This update for xrdp provides the following fixes:

    * Enable support to 24bpp RDP connections. (bnc#807610)
    * Dynamically select an RDP port that is not in use.
(bnc#810265)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:57.613-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:38.637-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:42.699-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="xrdp RPM is earlier than 0:0.4.1-28.21.21.1" test_ref="oval:org.mitre.oval:tst:120252"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25956" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1211-1 -- Recommended update for yast2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131211-1.html" ref_id="SUSE-RU-2013:1211-1"/>
        <description>This update fixes an issue in network setup that affects
only automated  installations of Open Enterprise Server.

    * bnc#817797: AutoYaST import can be overwritten by
Read in NetworkInterfaces.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:19.630-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:38.568-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:42.629-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2 RPM is earlier than 0:2.17.130-0.7.1" test_ref="oval:org.mitre.oval:tst:119224"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25953" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1074-2 -- Recommended update for bind</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>bind</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131074-2.html" ref_id="SUSE-RU-2013:1074-2"/>
        <description>The BIND DNS server has been updated to version 9.9.2P2,
which brings many  fixes, enhancements and new features,
such as:

    * Automated trust anchor maintenance for DNSSEC (RFC
5011)
    * Simplified configuration of Dynamic DNS
    * Simplified configuration of DNSSEC Lookaside
Validation (DLV)
    * Fully automatic signing of zones
    * Implementation of DNS64, a transition mechanism to
IPv6 deployment
    * Inline Signing for DNSSEC
    * DNSSEC NSEC performance improvements
    * Multiprocessing performance improvements

This update also contains several functional changes which
might need  changes of certain configuration settings. More
information can be found in  TID #7012684:

https://www.suse.com/support/kb/doc.php?id=7012684
&lt;https://www.suse.com/support/kb/doc.php?id=7012684></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:12">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:02.431-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:38.460-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:42.550-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bind RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:119825"/>
            <criterion comment="bind-chrootenv RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:119910"/>
            <criterion comment="bind-doc RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:119897"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bind-libs RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:119900"/>
            <criterion comment="bind-utils RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:119468"/>
            <criterion comment="bind-libs-32bit RPM is earlier than 0:9.9.2P2-0.11.1" test_ref="oval:org.mitre.oval:tst:119877"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25952" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1238-1 -- Security update for java-1_6_0-openjdk</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>java-1_6_0-openjdk</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131238-1.html" ref_id="SUSE-SU-2013:1238-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2407" ref_id="CVE-2013-2407"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2445" ref_id="CVE-2013-2445"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2451" ref_id="CVE-2013-2451"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2450" ref_id="CVE-2013-2450"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2446" ref_id="CVE-2013-2446"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2452" ref_id="CVE-2013-2452"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1500" ref_id="CVE-2013-1500"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2444" ref_id="CVE-2013-2444"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2447" ref_id="CVE-2013-2447"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2443" ref_id="CVE-2013-2443"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2412" ref_id="CVE-2013-2412"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2448" ref_id="CVE-2013-2448"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2455" ref_id="CVE-2013-2455"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2457" ref_id="CVE-2013-2457"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2453" ref_id="CVE-2013-2453"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2456" ref_id="CVE-2013-2456"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2459" ref_id="CVE-2013-2459"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2470" ref_id="CVE-2013-2470"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2471" ref_id="CVE-2013-2471"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2472" ref_id="CVE-2013-2472"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2473" ref_id="CVE-2013-2473"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1571" ref_id="CVE-2013-1571"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2463" ref_id="CVE-2013-2463"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2465" ref_id="CVE-2013-2465"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2469" ref_id="CVE-2013-2469"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2461" ref_id="CVE-2013-2461"/>
        <description>java-1_6_0-openjdk has been updated to Icedtea6-1.12.6
version.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:26">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:26.945-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:38.340-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:42.434-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.6-0.2.1" test_ref="oval:org.mitre.oval:tst:119486"/>
          <criterion comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.6-0.2.1" test_ref="oval:org.mitre.oval:tst:118973"/>
          <criterion comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.6-0.2.1" test_ref="oval:org.mitre.oval:tst:119437"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25951" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0262-1 -- Security update for MySQL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>MySQL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130262-1.html" ref_id="SUSE-SU-2013:0262-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5611" ref_id="CVE-2012-5611"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5615" ref_id="CVE-2012-5615"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5613" ref_id="CVE-2012-5613"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5612" ref_id="CVE-2012-5612"/>
        <description>A stack-based buffer overflow in MySQL has been fixed that
could have  caused a Denial of Service or potentially
allowed the execution of  arbitrary code (CVE-2012-5611).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:42:16">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:31.308-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:38.049-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:42.168-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libmysqlclient15 RPM is earlier than 0:5.0.96-0.6.1" test_ref="oval:org.mitre.oval:tst:120658"/>
            <criterion comment="libmysqlclient_r15 RPM is earlier than 0:5.0.96-0.6.1" test_ref="oval:org.mitre.oval:tst:121021"/>
            <criterion comment="mysql RPM is earlier than 0:5.0.96-0.6.1" test_ref="oval:org.mitre.oval:tst:120857"/>
            <criterion comment="mysql-client RPM is earlier than 0:5.0.96-0.6.1" test_ref="oval:org.mitre.oval:tst:120874"/>
            <criterion comment="libmysqlclient15-32bit RPM is earlier than 0:5.0.96-0.6.1" test_ref="oval:org.mitre.oval:tst:120692"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="mysql-Max RPM is earlier than 0:5.0.96-0.6.1" test_ref="oval:org.mitre.oval:tst:120605"/>
            <criterion comment="mysql-tools RPM is earlier than 0:5.0.96-0.6.1" test_ref="oval:org.mitre.oval:tst:121115"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libmysqlclient_r15-32bit RPM is earlier than 0:5.0.96-0.6.1" test_ref="oval:org.mitre.oval:tst:120804"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25949" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0670-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130670-1.html" ref_id="SUSE-SU-2013:0670-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1378" ref_id="CVE-2013-1378"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1379" ref_id="CVE-2013-1379"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1380" ref_id="CVE-2013-1380"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2555" ref_id="CVE-2013-2555"/>
        <description>Adobe Flash Player has been updated to 11.2.202.280 to fix
various bugs and  security issues.

More information can be found on:

http://www.adobe.com/support/security/bulletins/apsb13-11.ht
ml
&lt;http://www.adobe.com/support/security/bulletins/apsb13-11.h
tml>

    * APSB13-11, CVE-2013-1378, CVE-2013-1379,
CVE-2013-1380, CVE-2013-2555</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:13.229-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:37.772-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:41.868-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.280-0.3.1" test_ref="oval:org.mitre.oval:tst:120344"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.280-0.3.1" test_ref="oval:org.mitre.oval:tst:120518"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.280-0.3.1" test_ref="oval:org.mitre.oval:tst:120119"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25947" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0618-1 -- Security update for puppet</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>puppet</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130618-1.html" ref_id="SUSE-SU-2013:0618-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1653" ref_id="CVE-2013-1653"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2275" ref_id="CVE-2013-2275"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1652" ref_id="CVE-2013-1652"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2274" ref_id="CVE-2013-2274"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1655" ref_id="CVE-2013-1655"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1654" ref_id="CVE-2013-1654"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1640" ref_id="CVE-2013-1640"/>
        <description>uppet has been updated to fix 2.6.18 multiple
vulnerabilities and bugs.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:37">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:11.399-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:37.198-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:41.371-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="puppet RPM is earlier than 0:2.6.18-0.4.2" test_ref="oval:org.mitre.oval:tst:119592"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="puppet-server RPM is earlier than 0:2.6.18-0.4.2" test_ref="oval:org.mitre.oval:tst:120291"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25946" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0320-1 -- Security update for libvirt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libvirt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130320-1.html" ref_id="SUSE-SU-2013:0320-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0170" ref_id="CVE-2013-0170"/>
        <description>libvirt was updated to fix the following security issue:

    * A flaw was found in the way message freeing on
connection cleanup was handled under certain error
conditions. A remote user able to issue commands to libvirt
daemon could use this flaw to crash libvirtd or,
potentially, escalate their privilages to that of libvirtd
process. (CVE-2013-0170)

Also following bug has been fixed:

    * Add managedSave functions to legacy xen driver
bnc#782311

Security Issue reference:

    * CVE-2013-0170
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0170
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:49">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:12.678-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:37.066-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:41.232-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libvirt RPM is earlier than 0:0.9.6-0.25.1" test_ref="oval:org.mitre.oval:tst:120955"/>
          <criterion comment="libvirt-client RPM is earlier than 0:0.9.6-0.25.1" test_ref="oval:org.mitre.oval:tst:121134"/>
          <criterion comment="libvirt-doc RPM is earlier than 0:0.9.6-0.25.1" test_ref="oval:org.mitre.oval:tst:120702"/>
          <criterion comment="libvirt-python RPM is earlier than 0:0.9.6-0.25.1" test_ref="oval:org.mitre.oval:tst:120361"/>
          <criterion comment="libvirt-client-32bit RPM is earlier than 0:0.9.6-0.25.1" test_ref="oval:org.mitre.oval:tst:121087"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25944" version="5" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0703-1 -- Recommended update for ksh</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ksh</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130703-1.html" ref_id="SUSE-RU-2013:0703-1"/>
        <description>This update to Korn Shell 93u+ provides fixes for many
issues, including:

    * Fix segmentation fault on typeset on ENV variable.
(bnc#803613)
    * Do not free data which is used later on in the hash
tree of reloaded shell functions. (bnc#795324)
    * Make sure that tty is closed even if an interrupt
arrived during close. (bnc#790315)
    * Fix truncation of variables when TMOUT is used.
(bnc#808956)
    * Fix syntax error on command substitution in
here-document. (bnc#804998)
    * Make Shift_JIS patch more reliable as requested by
upstream.

For a comprehensive list of fixes please refer to the
package's change log.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:20.760-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:36.993-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:41.164-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:def:25944 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:58.968-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:45.751-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="ksh RPM is earlier than 0:93u-0.18.1" test_ref="oval:org.mitre.oval:tst:120307"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25943" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0834-1 -- Recommended update for yast2-network</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-network</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140834-1.html" ref_id="SUSE-RU-2014:0834-1"/>
        <description>This collective update for yast2-network fixes the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:03:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:09.000-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:19.139-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:24.499-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2-network RPM is earlier than 0:2.17.199-0.7.2" test_ref="oval:org.mitre.oval:tst:122164"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25934" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0434-1 -- Security update for Java</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Java</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130434-1.html" ref_id="SUSE-SU-2013:0434-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0809" ref_id="CVE-2013-0809"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1493" ref_id="CVE-2013-1493"/>
        <description>This release of Icedtea6-1.12.4 fixes the following two
issues that allowed  a remote attacker to execute arbitrary
code remotely by providing crafted  images to the affected
code.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:05.786-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:36.583-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:40.747-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.4-0.2.1" test_ref="oval:org.mitre.oval:tst:120709"/>
          <criterion comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.4-0.2.1" test_ref="oval:org.mitre.oval:tst:120599"/>
          <criterion comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.4-0.2.1" test_ref="oval:org.mitre.oval:tst:120880"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25932" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0341-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130341-1.html" ref_id="SUSE-SU-2013:0341-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0871" ref_id="CVE-2013-0871"/>
        <description>The SUSE Linux Enterprise 11 SP2 kernel has been updated to
fix two issues:

One severe security issue:

    * CVE-2013-0871: A race condition in ptrace(2) could be
used by local attackers to crash the kernel and/or execute
code in kernel context.

One severe regression issue:

    * A regression in UNIX domain socket credential
passing. The default disabling of passing credentials
caused regression in some software packages that did not
expect this. One major software package affected by this
was the Open Enterprise Server stack.

Security Issue reference:

    * CVE-2013-0871
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0871
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:36">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:18.093-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:36.325-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:40.541-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120622"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:121126"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120501"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120690"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:121082"/>
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120684"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120806"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:121064"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:121128"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120789"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:121078"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.1.3_06_3.0.58_0.6.6-0.7.22" test_ref="oval:org.mitre.oval:tst:120313"/>
            <criterion comment="xen-kmp-trace RPM is earlier than 0:4.1.3_06_3.0.58_0.6.6-0.7.22" test_ref="oval:org.mitre.oval:tst:120783"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120259"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120334"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120888"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:121103"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120884"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:121084"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120737"/>
            <criterion comment="kernel-trace-extra RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:121154"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:121028"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.58-0.6.6.1" test_ref="oval:org.mitre.oval:tst:120887"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25930" version="3" class="patch">
      <metadata>
        <title>SUSE-YU-2013:1162-1 -- YOU update for libzypp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libzypp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-yu-20131162-1.html" ref_id="SUSE-YU-2013:1162-1"/>
        <description>This update for the Software Update Stack provides the
following fixes and  enhancements:

libzypp:

    * Set log file permission upon file creation only.
(bnc#825490)
    * Speedup scanning for modaliases, improving
performance on machines with large amounts of RAM.
(bnc#824110)
    * Implement retrieval of packages from tftp servers.
(bnc#803316)
    * Fix file probing via tftp://. (bnc#803316)
    * Add modalias and multiversion spec to testcase.

zypper:

    * Set default zypper.log mode to 0640. (bnc#825490)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:34">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:44.399-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:36.125-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:40.360-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libzypp RPM is earlier than 0:9.36.3-0.7.1" test_ref="oval:org.mitre.oval:tst:119218"/>
          <criterion comment="zypper RPM is earlier than 0:1.6.308-0.9.16" test_ref="oval:org.mitre.oval:tst:119700"/>
          <criterion comment="zypper-log RPM is earlier than 0:1.6.308-0.9.16" test_ref="oval:org.mitre.oval:tst:119161"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25928" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0780-1 -- Recommended update for atftp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>atftp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130780-1.html" ref_id="SUSE-RU-2013:0780-1"/>
        <description>This update for atftp adds generic capabilities to the
package  specification, allowing other packages to depend
on the capability instead  of the package name.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:09.689-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:36.042-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:40.293-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="atftp RPM is earlier than 0:0.7.0-135.16.16.1" test_ref="oval:org.mitre.oval:tst:120217"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="tftp RPM is earlier than 0:0.48-101.26.26.1" test_ref="oval:org.mitre.oval:tst:120201"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25923" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0744-1 -- Security update for libxml2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>libxml2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130744-1.html" ref_id="SUSE-SU-2013:0744-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0338" ref_id="CVE-2013-0338"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0339" ref_id="CVE-2013-0339"/>
        <description>libxml2 has been updated to fix entity expansion problems:

    * CVE-2013-0338: Internal entity expansion within XML
was not bounded, leading to simple small XML files being
able to cause "out of memory" denial of service conditions.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:08">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:58.431-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:35.496-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:39.807-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libxml2 RPM is earlier than 0:2.7.6-0.23.1" test_ref="oval:org.mitre.oval:tst:119863"/>
            <criterion comment="libxml2-python RPM is earlier than 0:2.7.6-0.23.1" test_ref="oval:org.mitre.oval:tst:120116"/>
            <criterion comment="libxml2-32bit RPM is earlier than 0:2.7.6-0.23.1" test_ref="oval:org.mitre.oval:tst:120336"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libxml2-doc RPM is earlier than 0:2.7.6-0.23.1" test_ref="oval:org.mitre.oval:tst:119912"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libxml2 RPM is earlier than 0:2.6.23-15.37.1" test_ref="oval:org.mitre.oval:tst:120295"/>
            <criterion comment="libxml2-devel RPM is earlier than 0:2.6.23-15.37.1" test_ref="oval:org.mitre.oval:tst:120360"/>
            <criterion comment="libxml2-python RPM is earlier than 0:2.6.23-15.37.1" test_ref="oval:org.mitre.oval:tst:120404"/>
            <criterion comment="libxml2-32bit RPM is earlier than 0:2.6.23-15.37.1" test_ref="oval:org.mitre.oval:tst:120423"/>
            <criterion comment="libxml2-devel-32bit RPM is earlier than 0:2.6.23-15.37.1" test_ref="oval:org.mitre.oval:tst:120131"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25922" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1114-1 -- Recommended update for rsh</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>rsh</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131114-1.html" ref_id="SUSE-RU-2013:1114-1"/>
        <description>This update fixes an error handling issue in rlogind that
could make it  fail to accept connections from rlogin
clients.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:32:56">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:45.436-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:35.258-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:39.725-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="rsh RPM is earlier than 0:0.17-706.20.1" test_ref="oval:org.mitre.oval:tst:119569"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="rsh-server RPM is earlier than 0:0.17-706.20.1" test_ref="oval:org.mitre.oval:tst:119860"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25921" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1121-1 -- Security update for libqt4</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libqt4</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141121-1.html" ref_id="SUSE-SU-2014:1121-1"/>
        <description>This update of the QT4 QSSL interface makes it select a set of default
ciphers that is recommended for current usage. This update is needed for
Konqueror to restrict its cipher set when using https.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-26T10:33:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-29T12:10:57.367-04:00">DRAFT</status_change>
            <status_change date="2014-10-20T04:00:14.913-04:00">INTERIM</status_change>
            <status_change date="2014-11-10T04:01:13.892-05:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libQtWebKit4 RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124000"/>
            <criterion comment="libqt4 RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124225"/>
            <criterion comment="libqt4-qt3support RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124193"/>
            <criterion comment="libqt4-sql RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:123473"/>
            <criterion comment="libqt4-sql-mysql RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:123994"/>
            <criterion comment="libqt4-sql-sqlite RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124183"/>
            <criterion comment="libqt4-x11 RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124131"/>
            <criterion comment="libQtWebKit4-32bit RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:123934"/>
            <criterion comment="libqt4-32bit RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124053"/>
            <criterion comment="libqt4-qt3support-32bit RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:123853"/>
            <criterion comment="libqt4-sql-32bit RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124035"/>
            <criterion comment="libqt4-x11-32bit RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124113"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="qt4-x11-tools RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124248"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libqt4-sql-postgresql RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:123822"/>
            <criterion comment="libqt4-sql-unixODBC RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124133"/>
            <criterion comment="libqt4-sql-mysql-32bit RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124280"/>
            <criterion comment="libqt4-sql-postgresql-32bit RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124156"/>
            <criterion comment="libqt4-sql-sqlite-32bit RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:124126"/>
            <criterion comment="libqt4-sql-unixODBC-32bit RPM is earlier than 0:4.6.3-5.32.1" test_ref="oval:org.mitre.oval:tst:123945"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25920" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1039-2 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131039-2.html" ref_id="SUSE-SU-2013:1039-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3343" ref_id="CVE-2013-3343"/>
        <description>Adobe flash-player has been updated to the 11.2.202.291
security update  which fixes security issues (bnc#824512,
CVE-2013-3343, APSB13-16).

Security Issue reference:

    * CVE-2013-3343
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3343
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:12.661-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:35.131-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:39.590-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.291-0.3.1" test_ref="oval:org.mitre.oval:tst:119498"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.291-0.3.1" test_ref="oval:org.mitre.oval:tst:119802"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.291-0.3.1" test_ref="oval:org.mitre.oval:tst:119326"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25919" version="5" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1152-1 -- Security update for Mozilla Firefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131152-1.html" ref_id="SUSE-SU-2013:1152-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1682" ref_id="CVE-2013-1682"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1684" ref_id="CVE-2013-1684"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1685" ref_id="CVE-2013-1685"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1686" ref_id="CVE-2013-1686"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1687" ref_id="CVE-2013-1687"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1690" ref_id="CVE-2013-1690"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1692" ref_id="CVE-2013-1692"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1693" ref_id="CVE-2013-1693"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1697" ref_id="CVE-2013-1697"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0788" ref_id="CVE-2013-0788"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0800" ref_id="CVE-2013-0800"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0799" ref_id="CVE-2013-0799"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0797" ref_id="CVE-2013-0797"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0796" ref_id="CVE-2013-0796"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0795" ref_id="CVE-2013-0795"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0794" ref_id="CVE-2013-0794"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0793" ref_id="CVE-2013-0793"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0792" ref_id="CVE-2013-0792"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0791" ref_id="CVE-2013-0791"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1670" ref_id="CVE-2013-1670"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1671" ref_id="CVE-2013-1671"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1672" ref_id="CVE-2013-1672"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1673" ref_id="CVE-2013-1673"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1942" ref_id="CVE-2012-1942"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1674" ref_id="CVE-2013-1674"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1675" ref_id="CVE-2013-1675"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1676" ref_id="CVE-2013-1676"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1677" ref_id="CVE-2013-1677"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1678" ref_id="CVE-2013-1678"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1679" ref_id="CVE-2013-1679"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1680" ref_id="CVE-2013-1680"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1681" ref_id="CVE-2013-1681"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0798" ref_id="CVE-2013-0798"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0801" ref_id="CVE-2013-0801"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1669" ref_id="CVE-2013-1669"/>
        <description>Mozilla Firefox has been updated to the 17.0.7 ESR version,
which fixes  bugs and security fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:39">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:15.767-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:33.655-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:38.185-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:ste:32824 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:54.272-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:43.852-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.7esr-0.8.1" test_ref="oval:org.mitre.oval:tst:119652"/>
          <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.12.1" test_ref="oval:org.mitre.oval:tst:119708"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.7esr-0.8.1" test_ref="oval:org.mitre.oval:tst:119677"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25917" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1278-1 -- Recommended update for python-xml</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python-xml</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131278-1.html" ref_id="SUSE-RU-2013:1278-1"/>
        <description>This update fixes the python-xml package to no longer
provide and obsolete  PyXML.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:07.562-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:33.516-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:38.010-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="python-xml RPM is earlier than 0:2.6.8-0.21.1" test_ref="oval:org.mitre.oval:tst:119459"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25914" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1184-1 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131184-1.html" ref_id="SUSE-RU-2013:1184-1"/>
        <description>This update provides the latest timezone information for
your system. The  changes in detail are:

    * Morocco's midsummer transitions this year are July 7
and August 10
    * Israel now falls back from DST on the last Sunday of
October
    * Palestine observed DST starting March 29, 2013
    * From 2013 on, Gaza and Hebron both observe DST.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:56.651-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:32.826-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:37.297-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="timezone RPM is earlier than 0:2013d-0.3.1" test_ref="oval:org.mitre.oval:tst:119619"/>
            <criterion comment="timezone-java RPM is earlier than 0:2013d-0.3.1" test_ref="oval:org.mitre.oval:tst:119395"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criterion comment="timezone RPM is earlier than 0:2013d-0.5.1" test_ref="oval:org.mitre.oval:tst:119215"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25911" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1311-1 -- Recommended update for AppArmor</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>AppArmor</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131311-1.html" ref_id="SUSE-RU-2013:1311-1"/>
        <description>AppArmor has been rebuilt to enable a new set of
capabilities available on  SUSE Linux Enterprise 11 SP3.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:52">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:32.758-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:31.969-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:36.922-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="apache2-mod_apparmor RPM is earlier than 0:2.5.1.r1445-55.62.3" test_ref="oval:org.mitre.oval:tst:119233"/>
            <criterion comment="tomcat_apparmor RPM is earlier than 0:2.5.1.r1445-55.62.3" test_ref="oval:org.mitre.oval:tst:119050"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="apparmor-docs RPM is earlier than 0:2.5.1.r1445-55.62.3" test_ref="oval:org.mitre.oval:tst:119073"/>
            <criterion comment="apparmor-parser RPM is earlier than 0:2.5.1.r1445-55.62.3" test_ref="oval:org.mitre.oval:tst:119168"/>
            <criterion comment="apparmor-utils RPM is earlier than 0:2.5.1.r1445-55.62.3" test_ref="oval:org.mitre.oval:tst:119236"/>
            <criterion comment="libapparmor1 RPM is earlier than 0:2.5.1.r1445-55.62.3" test_ref="oval:org.mitre.oval:tst:118608"/>
            <criterion comment="pam_apparmor RPM is earlier than 0:2.5.1.r1445-55.62.3" test_ref="oval:org.mitre.oval:tst:119263"/>
            <criterion comment="perl-apparmor RPM is earlier than 0:2.5.1.r1445-55.62.3" test_ref="oval:org.mitre.oval:tst:119021"/>
            <criterion comment="libapparmor1-32bit RPM is earlier than 0:2.5.1.r1445-55.62.3" test_ref="oval:org.mitre.oval:tst:118815"/>
            <criterion comment="pam_apparmor-32bit RPM is earlier than 0:2.5.1.r1445-55.62.3" test_ref="oval:org.mitre.oval:tst:118298"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25909" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0487-1 -- Recommended update for kernel-firmware</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kernel-firmware</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130487-1.html" ref_id="SUSE-RU-2013:0487-1"/>
        <description>This update for the Linux Kernel firmware files
(kernel-firmware) provides:

    * QLogic's ql2400_fw.bin and ql2500_fw.bin version
5.08.00. The updated firmware fixes I/O stalls when
performing storage server controller reboots
    * New firmware version for fixing the missing support
for Atheros MANGO and MANGO rev.2 Bluetooth module.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:31">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:42.082-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:31.833-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:36.745-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kernel-firmware RPM is earlier than 0:20110923-0.19.21.10" test_ref="oval:org.mitre.oval:tst:120530"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25906" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1111-1 -- Recommended update for irqbalance</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>irqbalance</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131111-1.html" ref_id="SUSE-RU-2013:1111-1"/>
        <description>This update for irqbalance fixes support for NUMA platforms
by linking the  program against libnuma.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:08">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:06.293-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:31.292-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:36.435-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="irqbalance RPM is earlier than 0:1.0.4-0.11.1" test_ref="oval:org.mitre.oval:tst:119646"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25904" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1304-1 -- Security update for puppet</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>puppet</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131304-1.html" ref_id="SUSE-SU-2013:1304-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3567" ref_id="CVE-2013-3567"/>
        <description>This puppet update fixes a remote code execution issue:

    * Unauthenticated Remote Code Execution Vulnerability
with YAML and REST API calls (bug#825878, CVE-2013-3567)

Security Issue reference:

    * CVE-2013-3567
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3567
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:56">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:19.996-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:31.097-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:36.166-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="puppet RPM is earlier than 0:2.6.18-0.6.1" test_ref="oval:org.mitre.oval:tst:118979"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="puppet-server RPM is earlier than 0:2.6.18-0.6.1" test_ref="oval:org.mitre.oval:tst:119027"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25902" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0796-1 -- Recommended update for empathy</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>empathy</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130796-1.html" ref_id="SUSE-RU-2013:0796-1"/>
        <description>This update for Empathy adds an application icon to the
desktop menus.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:17.705-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:31.028-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:36.085-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="empathy RPM is earlier than 0:2.28.2-0.12.3.1" test_ref="oval:org.mitre.oval:tst:119890"/>
          <criterion comment="empathy-lang RPM is earlier than 0:2.28.2-0.12.3.1" test_ref="oval:org.mitre.oval:tst:120203"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25901" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:1028-1 -- Security update for krb5</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>krb5</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20141028-1.html" ref_id="SUSE-SU-2014:1028-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4345" ref_id="CVE-2014-4345"/>
        <description>This MIT krb5 update fixes a buffer overrun problem in kadmind.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:53:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:16.249-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:19.098-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:00:21.137-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5 RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:123335"/>
            <criterion comment="krb5-client RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:123062"/>
            <criterion comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:123072"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:123287"/>
            <criterion comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:122479"/>
            <criterion comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:122665"/>
            <criterion comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:123115"/>
            <criterion comment="krb5-server RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:123244"/>
            <criterion comment="krb5-doc RPM is earlier than 0:1.6.3-133.49.62.1" test_ref="oval:org.mitre.oval:tst:123407"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25897" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1104-1 -- Security update for xorg-x11-libXv</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXv</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131104-1.html" ref_id="SUSE-SU-2013:1104-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1989" ref_id="CVE-2013-1989"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2066" ref_id="CVE-2013-2066"/>
        <description>This update of xorg-x11-libXv fixes several integer and
buffer overflow  issues (bnc#815451, bnc#821671,
CVE-2013-1989, CVE-2013-2066).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:38.169-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:30.572-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:35.790-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="xorg-x11-libXv RPM is earlier than 0:7.4-1.16.1" test_ref="oval:org.mitre.oval:tst:119948"/>
            <criterion comment="xorg-x11-libXv-32bit RPM is earlier than 0:7.4-1.16.1" test_ref="oval:org.mitre.oval:tst:119681"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="xorg-x11-libXv-devel RPM is earlier than 0:7.4-1.16.1" test_ref="oval:org.mitre.oval:tst:119573"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25896" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0617-1 -- Security update for ClamAV</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>ClamAV</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130617-1.html" ref_id="SUSE-SU-2013:0617-1"/>
        <description>ClamAV has been updated to the 0.97.7 release that contains
various  security related hardening fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:34">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:13.703-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:30.493-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:35.662-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="clamav RPM is earlier than 0:0.97.7-0.3.1" test_ref="oval:org.mitre.oval:tst:120187"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criterion comment="clamav RPM is earlier than 0:0.97.7-0.5.1" test_ref="oval:org.mitre.oval:tst:119937"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25895" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:1054-1 -- Recommended update for gdm</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gdm</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20141054-1.html" ref_id="SUSE-RU-2014:1054-1"/>
        <description>This update for gdm provides fixes for the several issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-09-08T15:52:08">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-17T10:50:14.158-04:00">DRAFT</status_change>
            <status_change date="2014-10-06T04:03:18.744-04:00">INTERIM</status_change>
            <status_change date="2014-10-27T04:00:20.080-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gdm RPM is earlier than 0:2.24.0-24.96.3" test_ref="oval:org.mitre.oval:tst:122902"/>
          <criterion comment="gdm-branding-upstream RPM is earlier than 0:2.24.0-24.96.3" test_ref="oval:org.mitre.oval:tst:123181"/>
          <criterion comment="gdm-lang RPM is earlier than 0:2.24.0-24.96.3" test_ref="oval:org.mitre.oval:tst:123430"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25893" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0731-1 -- Security update for GnuTLS</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>GnuTLS</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130731-1.html" ref_id="SUSE-SU-2013:0731-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1619" ref_id="CVE-2013-1619"/>
        <description>This GnuTLS update fixes incorrect padding which weakens
the encryption.  CVE-2013-1619 has been assigned to this
issue.

Security Issue reference:

    * CVE-2013-1619
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1619
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:53.204-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:28.483-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:33.559-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gnutls RPM is earlier than 0:2.4.1-24.39.45.1" test_ref="oval:org.mitre.oval:tst:120018"/>
            <criterion comment="libgnutls26 RPM is earlier than 0:2.4.1-24.39.45.1" test_ref="oval:org.mitre.oval:tst:120444"/>
            <criterion comment="libgnutls26-32bit RPM is earlier than 0:2.4.1-24.39.45.1" test_ref="oval:org.mitre.oval:tst:120340"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libgnutls-extra26 RPM is earlier than 0:2.4.1-24.39.45.1" test_ref="oval:org.mitre.oval:tst:120171"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gnutls RPM is earlier than 0:1.2.10-13.32.1" test_ref="oval:org.mitre.oval:tst:120275"/>
            <criterion comment="gnutls-devel RPM is earlier than 0:1.2.10-13.32.1" test_ref="oval:org.mitre.oval:tst:120396"/>
            <criterion comment="gnutls-32bit RPM is earlier than 0:1.2.10-13.32.1" test_ref="oval:org.mitre.oval:tst:120428"/>
            <criterion comment="gnutls-devel-32bit RPM is earlier than 0:1.2.10-13.32.1" test_ref="oval:org.mitre.oval:tst:120446"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25890" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0439-1 -- Recommended update for qscintilla</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>qscintilla</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130439-1.html" ref_id="SUSE-RU-2013:0439-1"/>
        <description>This update fixes python-qscintilla's compatibility to
newer versions of  python-sip.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:19.083-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:28.415-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:33.496-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="libqscintilla2-5 RPM is earlier than 0:2.3.2-1.34.1" test_ref="oval:org.mitre.oval:tst:120542"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25889" version="3" class="patch">
      <metadata>
        <title>SUSE-YU-2013:0444-1 -- YOU update for Software Update Stack</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Software Update Stack</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-yu-20130444-1.html" ref_id="SUSE-YU-2013:0444-1"/>
        <description>This update for the software update stack 2013/02 provides
some fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:19">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:27.425-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:28.322-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:33.408-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libzypp RPM is earlier than 0:9.12.11-0.5.9" test_ref="oval:org.mitre.oval:tst:120541"/>
          <criterion comment="perl-satsolver RPM is earlier than 0:0.44.5-0.5.68" test_ref="oval:org.mitre.oval:tst:120305"/>
          <criterion comment="python-satsolver RPM is earlier than 0:0.44.5-0.5.68" test_ref="oval:org.mitre.oval:tst:119840"/>
          <criterion comment="satsolver-tools RPM is earlier than 0:0.17.7-0.6.2.1" test_ref="oval:org.mitre.oval:tst:120760"/>
          <criterion comment="zypp-plugin-spacewalk RPM is earlier than 0:0.9.1-0.7.1" test_ref="oval:org.mitre.oval:tst:120732"/>
          <criterion comment="zypper RPM is earlier than 0:1.6.170-0.5.2" test_ref="oval:org.mitre.oval:tst:120576"/>
          <criterion comment="zypper-log RPM is earlier than 0:1.6.170-0.5.2" test_ref="oval:org.mitre.oval:tst:120751"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25888" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0817-1 -- Recommended update for pmtools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pmtools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130817-1.html" ref_id="SUSE-RU-2013:0817-1"/>
        <description>This update for pmtools fixes the following issue:

    * In acpidump, skip processing RSDT if XSDT was already
processed and rsdt physical address is 0. This is the
minimum fix to prevent crashes on Itanium/IA64 machines
while not altering the output of acpidump on too many other
machines.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:15.992-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:28.237-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:33.279-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="pmtools RPM is earlier than 0:20071116-44.20.4.1" test_ref="oval:org.mitre.oval:tst:119317"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25886" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0859-1 -- Security update for Xorg</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Xorg</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130859-1.html" ref_id="SUSE-SU-2013:0859-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1940" ref_id="CVE-2013-1940"/>
        <description>This update of xorg-x11-server fixes one security issue and
two bugs.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:34:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:02.432-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:28.114-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:33.029-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-Xvnc RPM is earlier than 0:7.4-27.70.72.1" test_ref="oval:org.mitre.oval:tst:120039"/>
          <criterion comment="xorg-x11-server RPM is earlier than 0:7.4-27.70.72.1" test_ref="oval:org.mitre.oval:tst:119888"/>
          <criterion comment="xorg-x11-server-extra RPM is earlier than 0:7.4-27.70.72.1" test_ref="oval:org.mitre.oval:tst:120130"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25883" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0814-1 -- Security update for java-1_6_0-openjdk</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>java-1_6_0-openjdk</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130814-1.html" ref_id="SUSE-SU-2013:0814-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1518" ref_id="CVE-2013-1518"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2417" ref_id="CVE-2013-2417"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2419" ref_id="CVE-2013-2419"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1537" ref_id="CVE-2013-1537"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1557" ref_id="CVE-2013-1557"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2415" ref_id="CVE-2013-2415"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2431" ref_id="CVE-2013-2431"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2383" ref_id="CVE-2013-2383"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2384" ref_id="CVE-2013-2384"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1569" ref_id="CVE-2013-1569"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2424" ref_id="CVE-2013-2424"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2420" ref_id="CVE-2013-2420"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2430" ref_id="CVE-2013-2430"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2429" ref_id="CVE-2013-2429"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2426" ref_id="CVE-2013-2426"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0401" ref_id="CVE-2013-0401"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2421" ref_id="CVE-2013-2421"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1488" ref_id="CVE-2013-1488"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2422" ref_id="CVE-2013-2422"/>
        <description>java-1_6_0-openjdk has been updated to version
Icedtea6-1.12.5 which fixes  several security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:08.923-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:27.605-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:32.518-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.5-0.2.1" test_ref="oval:org.mitre.oval:tst:120135"/>
          <criterion comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.5-0.2.1" test_ref="oval:org.mitre.oval:tst:119207"/>
          <criterion comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.5-0.2.1" test_ref="oval:org.mitre.oval:tst:120035"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25882" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1237-1 -- Security update for strongswan</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>strongswan</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131237-1.html" ref_id="SUSE-SU-2013:1237-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2944" ref_id="CVE-2013-2944"/>
        <description>This update fixes the ECDSA signature vulnerability in
strongswan.  CVE-2013-2944 has been assigned to this issue.

Security Issue reference:

    * CVE-2013-2944
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2944
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:16.556-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:27.538-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:32.436-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="strongswan RPM is earlier than 0:4.4.0-6.17.2" test_ref="oval:org.mitre.oval:tst:119260"/>
          <criterion comment="strongswan-doc RPM is earlier than 0:4.4.0-6.17.2" test_ref="oval:org.mitre.oval:tst:118851"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25881" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1237-3 -- Security update for strongswan</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>strongswan</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131237-3.html" ref_id="SUSE-SU-2013:1237-3"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2944" ref_id="CVE-2013-2944"/>
        <description>This update fixes the ECDSA signature vulnerability in
strongswan.  CVE-2013-2944 was assigned to this issue.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:33.601-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:27.419-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:32.250-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="strongswan RPM is earlier than 0:4.4.0-6.17.5" test_ref="oval:org.mitre.oval:tst:119458"/>
          <criterion comment="strongswan-doc RPM is earlier than 0:4.4.0-6.17.5" test_ref="oval:org.mitre.oval:tst:119438"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25878" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1314-1 -- Security update for Xen</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Xen</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131314-1.html" ref_id="SUSE-SU-2013:1314-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2194" ref_id="CVE-2013-2194"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2195" ref_id="CVE-2013-2195"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2196" ref_id="CVE-2013-2196"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2078" ref_id="CVE-2013-2078"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2077" ref_id="CVE-2013-2077"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2211" ref_id="CVE-2013-2211"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2076" ref_id="CVE-2013-2076"/>
        <description>The Xen hypervisor and toolset has been updated to 4.2.2_06
to fix various  bugs and security issues:

The following security issues have been addressed:

    * CVE-2013-2194: Various integer overflows in the ELF
loader were fixed. (XSA-55)
    * CVE-2013-2195: Various pointer dereferences issues in
the ELF loader were fixed. (XSA-55)
    * CVE-2013-2196: Various other problems in the ELF
loader were fixed. (XSA-55)
    * CVE-2013-2078: A Hypervisor crash due to missing
exception recovery on XSETBV was fixed. (XSA-54)
    * CVE-2013-2077: A Hypervisor crash due to missing
exception recovery on XRSTOR was fixed. (XSA-53)
    * CVE-2013-2211: libxl allowed guest write access to
sensitive console related xenstore keys. (XSA-57)
    * CVE-2013-2076: An information leak on XSAVE/XRSTOR
capable AMD CPUs (XSA-52) was fixed, where parts of this
state could leak to other VMs.

Also the following bugs have been fixed:

    * performance issues in mirror lvm (bnc#801663)
    * aacraid driver panics mapping INT A when booting
kernel-xen (bnc#808085)
    * Fully Virtualized Windows VM install failed on Ivy
Bridge platforms with Xen kernel (bnc#808269)
    * Did not boot with i915 graphics controller with VT-d
enabled (bnc#817210)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:30.341-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:26.723-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:31.506-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.2_06_3.0.82_0.7-0.7.1" test_ref="oval:org.mitre.oval:tst:119136"/>
          <criterion comment="xen-libs RPM is earlier than 0:4.2.2_06-0.7.1" test_ref="oval:org.mitre.oval:tst:119198"/>
          <criterion comment="xen-tools-domU RPM is earlier than 0:4.2.2_06-0.7.1" test_ref="oval:org.mitre.oval:tst:119199"/>
          <criterion comment="xen RPM is earlier than 0:4.2.2_06-0.7.1" test_ref="oval:org.mitre.oval:tst:119017"/>
          <criterion comment="xen-doc-html RPM is earlier than 0:4.2.2_06-0.7.1" test_ref="oval:org.mitre.oval:tst:119069"/>
          <criterion comment="xen-doc-pdf RPM is earlier than 0:4.2.2_06-0.7.1" test_ref="oval:org.mitre.oval:tst:119242"/>
          <criterion comment="xen-libs-32bit RPM is earlier than 0:4.2.2_06-0.7.1" test_ref="oval:org.mitre.oval:tst:119022"/>
          <criterion comment="xen-tools RPM is earlier than 0:4.2.2_06-0.7.1" test_ref="oval:org.mitre.oval:tst:119206"/>
          <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.2_06_3.0.82_0.7-0.7.1" test_ref="oval:org.mitre.oval:tst:119203"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25876" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0546-1 -- Recommended update for coreutils</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>coreutils</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130546-1.html" ref_id="SUSE-RU-2013:0546-1"/>
        <description>This update for GNU Core Utilities (coreutils) adds support
for GPFS and  PANFS file systems to tail(1) and stat(1).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:12.420-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:26.556-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:31.287-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="coreutils RPM is earlier than 0:8.12-6.25.27.1" test_ref="oval:org.mitre.oval:tst:120468"/>
          <criterion comment="coreutils-lang RPM is earlier than 0:8.12-6.25.27.1" test_ref="oval:org.mitre.oval:tst:120547"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25875" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0770-1 -- Recommended update for tomboy</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>tomboy</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130770-1.html" ref_id="SUSE-RU-2013:0770-1"/>
        <description>This update for Tomboy protects the special note "Start
Here" from removal.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:21.318-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:26.474-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:31.217-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="tomboy RPM is earlier than 0:1.0.1-0.14.1" test_ref="oval:org.mitre.oval:tst:120124"/>
          <criterion comment="tomboy-lang RPM is earlier than 0:1.0.1-0.14.1" test_ref="oval:org.mitre.oval:tst:120257"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25874" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0838-1 -- Security update for rxvt-unicode</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>rxvt-unicode</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140838-1.html" ref_id="SUSE-SU-2014:0838-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3121" ref_id="CVE-2014-3121"/>
        <description>xvt-unicode was updated to ensure that window property values can not be queried in secure mode.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:03:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:52.001-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:17.103-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:22.725-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="rxvt-unicode RPM is earlier than 0:9.05-1.19.1" test_ref="oval:org.mitre.oval:tst:121781"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25873" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1167-1 -- Recommended update for udev</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>udev</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131167-1.html" ref_id="SUSE-RU-2013:1167-1"/>
        <description>This update for udev provides the following fixes:

    * Rename virtual interfaces also in the guest.
(bnc#820930)
    * Use SCSI_IDENT_LUN_T10 instead of ID_SERIAL for
partition in 61-msft.rules. (bnc#805059)
    * Drop usage of ID_BUS in 61-msft.rules. (bnc#805059)
    * Revert 'udev: fix crash in libudev', now fixed in
multipath-tools. (bnc#821419)
    * Add dependency on sg3_utils. (bnc#805059)
    * Add the full path of sg_inq, otherwise udev searches
for the binary in /lib/udev. (bnc#805059)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:30">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:17.169-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:26.394-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:31.131-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libgudev-1_0-0 RPM is earlier than 0:147-0.88.1" test_ref="oval:org.mitre.oval:tst:119270"/>
          <criterion comment="libudev0 RPM is earlier than 0:147-0.88.1" test_ref="oval:org.mitre.oval:tst:119674"/>
          <criterion comment="udev RPM is earlier than 0:147-0.88.1" test_ref="oval:org.mitre.oval:tst:119280"/>
          <criterion comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.88.1" test_ref="oval:org.mitre.oval:tst:118752"/>
          <criterion comment="libudev0-32bit RPM is earlier than 0:147-0.88.1" test_ref="oval:org.mitre.oval:tst:119480"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25869" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0764-1 -- Recommended update for kdebase4-workspace, kdm and kwin</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kdebase4-workspace</product>
          <product>kdm</product>
          <product>kwin</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130764-1.html" ref_id="SUSE-RU-2013:0764-1"/>
        <description>This update for kdebase4-workspace provides the following
fixes:

    * Fixed truncating of desktop names in desktop pager.
(bnc#780828)
    * Add support for newer versions of GDM. (bnc#802909)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:50.089-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:26.029-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:30.774-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="kde4-kgreeter-plugins RPM is earlier than 0:4.3.5-0.12.12.1" test_ref="oval:org.mitre.oval:tst:120004"/>
          <criterion comment="kdebase4-workspace RPM is earlier than 0:4.3.5-0.12.12.1" test_ref="oval:org.mitre.oval:tst:119843"/>
          <criterion comment="kdebase4-workspace-ksysguardd RPM is earlier than 0:4.3.5-0.12.12.1" test_ref="oval:org.mitre.oval:tst:119562"/>
          <criterion comment="kdm RPM is earlier than 0:4.3.5-0.12.12.1" test_ref="oval:org.mitre.oval:tst:119295"/>
          <criterion comment="kwin RPM is earlier than 0:4.3.5-0.12.12.1" test_ref="oval:org.mitre.oval:tst:120185"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25867" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0783-1 -- Recommended update for yast2-network</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-network</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130783-1.html" ref_id="SUSE-RU-2013:0783-1"/>
        <description>This update for YaST's Network Configuration module
(yast2-network)  provides the following fixes:

    * Fix a potential crash when editing settings of
unconfigured network interfaces. (bnc#817006, bnc#813835)
    * Allow only L2-capable devices to be enslaved into
bond interfaces on s390x. (bnc#719881)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:47">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:06.735-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:25.534-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:30.285-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2-network RPM is earlier than 0:2.17.182.8-0.5.3" test_ref="oval:org.mitre.oval:tst:120069"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25864" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0793-1 -- Security update for sudo</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>sudo</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130793-1.html" ref_id="SUSE-SU-2013:0793-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1775" ref_id="CVE-2013-1775"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1776" ref_id="CVE-2013-1776"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2776" ref_id="CVE-2013-2776"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2777" ref_id="CVE-2013-2777"/>
        <description>This update fixes the following security issues which
allowed to bypass the  sudo authentication: CVE-2013-1775,
CVE-2013-1776, CVE-2013-2776 and  CVE-2013-2777.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:30">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:10.334-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:24.853-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:29.547-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="sudo RPM is earlier than 0:1.7.6p2-0.2.12.1" test_ref="oval:org.mitre.oval:tst:120162"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criterion comment="sudo RPM is earlier than 0:1.6.9p23-0.18.1" test_ref="oval:org.mitre.oval:tst:120011"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25863" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0544-1 -- Recommended update for evolution</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>evolution</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130544-1.html" ref_id="SUSE-RU-2013:0544-1"/>
        <description>This update for Evolution provides fixes for the following
issues:

    * Appointments entered into calendar are not saved when
user is over quota. (bnc#671699, bnc#671703)
    * Expanding the time slot of a calendar entry downwards
to alter the end time can cause a segmentation fault.
(bnc#746314)
    * Evolution may crash when navigating the calendar with
Orca running. (bnc#771483)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:12">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:22.038-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:24.779-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:29.462-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="evolution RPM is earlier than 0:2.28.2-0.30.1" test_ref="oval:org.mitre.oval:tst:120679"/>
          <criterion comment="evolution-lang RPM is earlier than 0:2.28.2-0.30.1" test_ref="oval:org.mitre.oval:tst:120689"/>
          <criterion comment="evolution-pilot RPM is earlier than 0:2.28.2-0.30.1" test_ref="oval:org.mitre.oval:tst:120640"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25861" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1104-2 -- Security update for xorg-x11-libXv</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXv</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131104-2.html" ref_id="SUSE-SU-2013:1104-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1989" ref_id="CVE-2013-1989"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2066" ref_id="CVE-2013-2066"/>
        <description>This update of xorg-x11-libXv fixes several integer and
buffer overflow  issues.

Bug 815451/821671 CVE-2013-1989/CVE-2013-2066

Security Issues:

    * CVE-2013-1989
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1989
>
    * CVE-2013-2066
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2066
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:31">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:33.263-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:24.580-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:29.287-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-libXv RPM is earlier than 0:7.4-1.16.2" test_ref="oval:org.mitre.oval:tst:119494"/>
          <criterion comment="xorg-x11-libXv-32bit RPM is earlier than 0:7.4-1.16.2" test_ref="oval:org.mitre.oval:tst:119253"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25860" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0792-1 -- Recommended update for orca</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>orca</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130792-1.html" ref_id="SUSE-RU-2013:0792-1"/>
        <description>This update for Orca improves compatibility with newer
versions of Mozilla  Firefox.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:34">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:20.525-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:24.497-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:29.202-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="orca RPM is earlier than 0:2.28.3-0.3.1" test_ref="oval:org.mitre.oval:tst:119925"/>
          <criterion comment="orca-lang RPM is earlier than 0:2.28.3-0.3.1" test_ref="oval:org.mitre.oval:tst:120082"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25859" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0716-1 -- Recommended update for openmotif</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>openmotif</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130716-1.html" ref_id="SUSE-RU-2013:0716-1"/>
        <description>This update for OpenMotif allows users to control how the
library draws  fonts on disabled widgets.

When the environment variable SUSE_OPENMOTIF_ENABLE_STIPPLE
is unset, or  set to a value other than 1, OpenMotif will
draw fonts on disabled labels  as grayed-out, regardless of
their color when enabled.

When the variable is set to 1, OpenMotif reverts to the old
behavior and  stipples font on disabled labels, keeping
font color. This does not work  with XFT fonts (see
upstream bug #1381), but might be required by legacy
applications that rely on font color to show state.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:56.879-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:24.417-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:29.125-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="openmotif-libs RPM is earlier than 0:2.3.1-3.15.1" test_ref="oval:org.mitre.oval:tst:120414"/>
          <criterion comment="openmotif-libs-32bit RPM is earlier than 0:2.3.1-3.15.1" test_ref="oval:org.mitre.oval:tst:120329"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25858" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1144-1 -- Recommended update for LibreOffice</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>LibreOffice</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131144-1.html" ref_id="SUSE-RU-2013:1144-1"/>
        <description>LibreOffice 4.0 provides significant improvements mainly
in  interoperability with Microsoft Office, and other areas.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:32:30">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:11.302-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:24.137-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:28.821-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libreoffice RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119299"/>
          <criterion comment="libreoffice-base RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119374"/>
          <criterion comment="libreoffice-base-drivers-postgresql RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119430"/>
          <criterion comment="libreoffice-base-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119721"/>
          <criterion comment="libreoffice-calc RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119563"/>
          <criterion comment="libreoffice-calc-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119751"/>
          <criterion comment="libreoffice-draw RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119735"/>
          <criterion comment="libreoffice-draw-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119190"/>
          <criterion comment="libreoffice-filters-optional RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119778"/>
          <criterion comment="libreoffice-gnome RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119421"/>
          <criterion comment="libreoffice-impress RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119449"/>
          <criterion comment="libreoffice-impress-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:118966"/>
          <criterion comment="libreoffice-kde RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119566"/>
          <criterion comment="libreoffice-kde4 RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119663"/>
          <criterion comment="libreoffice-mailmerge RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:118797"/>
          <criterion comment="libreoffice-math RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119781"/>
          <criterion comment="libreoffice-mono RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119495"/>
          <criterion comment="libreoffice-officebean RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119510"/>
          <criterion comment="libreoffice-pyuno RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119609"/>
          <criterion comment="libreoffice-writer RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119794"/>
          <criterion comment="libreoffice-writer-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119772"/>
          <criterion comment="libreoffice-branding-SLED RPM is earlier than 0:4.0-0.3.2" test_ref="oval:org.mitre.oval:tst:119776"/>
          <criterion comment="libreoffice-help-cs RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119795"/>
          <criterion comment="libreoffice-help-da RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119797"/>
          <criterion comment="libreoffice-help-de RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119709"/>
          <criterion comment="libreoffice-help-en-GB RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119579"/>
          <criterion comment="libreoffice-help-en-US RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:118834"/>
          <criterion comment="libreoffice-help-es RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119644"/>
          <criterion comment="libreoffice-help-fr RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119706"/>
          <criterion comment="libreoffice-help-gu-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119151"/>
          <criterion comment="libreoffice-help-hi-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119690"/>
          <criterion comment="libreoffice-help-hu RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119730"/>
          <criterion comment="libreoffice-help-it RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119725"/>
          <criterion comment="libreoffice-help-ja RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119728"/>
          <criterion comment="libreoffice-help-ko RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119799"/>
          <criterion comment="libreoffice-help-nl RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119811"/>
          <criterion comment="libreoffice-help-pl RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119659"/>
          <criterion comment="libreoffice-help-pt RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119307"/>
          <criterion comment="libreoffice-help-pt-BR RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119827"/>
          <criterion comment="libreoffice-help-ru RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119638"/>
          <criterion comment="libreoffice-help-sv RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119726"/>
          <criterion comment="libreoffice-help-zh-CN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119649"/>
          <criterion comment="libreoffice-help-zh-TW RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119657"/>
          <criterion comment="libreoffice-icon-themes RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119279"/>
          <criterion comment="libreoffice-l10n-af RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119340"/>
          <criterion comment="libreoffice-l10n-ar RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119058"/>
          <criterion comment="libreoffice-l10n-ca RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119821"/>
          <criterion comment="libreoffice-l10n-cs RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119817"/>
          <criterion comment="libreoffice-l10n-da RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119828"/>
          <criterion comment="libreoffice-l10n-de RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119814"/>
          <criterion comment="libreoffice-l10n-en-GB RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119595"/>
          <criterion comment="libreoffice-l10n-es RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119606"/>
          <criterion comment="libreoffice-l10n-fi RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119403"/>
          <criterion comment="libreoffice-l10n-fr RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119809"/>
          <criterion comment="libreoffice-l10n-gu-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119766"/>
          <criterion comment="libreoffice-l10n-hi-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119711"/>
          <criterion comment="libreoffice-l10n-hu RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119796"/>
          <criterion comment="libreoffice-l10n-it RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119325"/>
          <criterion comment="libreoffice-l10n-ja RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119759"/>
          <criterion comment="libreoffice-l10n-ko RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119714"/>
          <criterion comment="libreoffice-l10n-nb RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119767"/>
          <criterion comment="libreoffice-l10n-nl RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119720"/>
          <criterion comment="libreoffice-l10n-nn RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119411"/>
          <criterion comment="libreoffice-l10n-pl RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119254"/>
          <criterion comment="libreoffice-l10n-pt RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119816"/>
          <criterion comment="libreoffice-l10n-pt-BR RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119792"/>
          <criterion comment="libreoffice-l10n-ru RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:118958"/>
          <criterion comment="libreoffice-l10n-sk RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119488"/>
          <criterion comment="libreoffice-l10n-sv RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119661"/>
          <criterion comment="libreoffice-l10n-xh RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:118837"/>
          <criterion comment="libreoffice-l10n-zh-CN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119404"/>
          <criterion comment="libreoffice-l10n-zh-TW RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119783"/>
          <criterion comment="libreoffice-l10n-zu RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119819"/>
          <criterion comment="libreoffice-languagetool RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119764"/>
          <criterion comment="libreoffice-languagetool-de RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119763"/>
          <criterion comment="libreoffice-languagetool-en RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119784"/>
          <criterion comment="libreoffice-languagetool-es RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:118897"/>
          <criterion comment="libreoffice-languagetool-fr RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119545"/>
          <criterion comment="libreoffice-languagetool-it RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119597"/>
          <criterion comment="libreoffice-languagetool-nl RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119808"/>
          <criterion comment="libreoffice-languagetool-pl RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119789"/>
          <criterion comment="libreoffice-languagetool-sv RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119539"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25854" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0562-1 -- Recommended update for libvirt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libvirt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130562-1.html" ref_id="SUSE-RU-2013:0562-1"/>
        <description>This update for libvirt fixes an issue that made emulated
interfaces on Xen  VMs unusable when the interface
configuration contains type=ioemu.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:59">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:24.448-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:23.838-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:28.629-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libvirt RPM is earlier than 0:0.9.6-0.27.1" test_ref="oval:org.mitre.oval:tst:120560"/>
          <criterion comment="libvirt-client RPM is earlier than 0:0.9.6-0.27.1" test_ref="oval:org.mitre.oval:tst:120565"/>
          <criterion comment="libvirt-doc RPM is earlier than 0:0.9.6-0.27.1" test_ref="oval:org.mitre.oval:tst:120142"/>
          <criterion comment="libvirt-python RPM is earlier than 0:0.9.6-0.27.1" test_ref="oval:org.mitre.oval:tst:120333"/>
          <criterion comment="libvirt-client-32bit RPM is earlier than 0:0.9.6-0.27.1" test_ref="oval:org.mitre.oval:tst:120317"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25851" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0748-1 -- Recommended update for FUSE</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>FUSE</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130748-1.html" ref_id="SUSE-RU-2013:0748-1"/>
        <description>This update for FUSE provides the following fix:

In fuse_session_loop_mt() don't pause when exiting the
worker threads. The  pause() was added in 2.2.1 to prevent
a segmentation fault on  pthread_cancel() on an exited,
detached thread. Now that worker threads are  no longer
detached, pthread_cancel() should work fine even after the
thread  exited.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:02">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:00.751-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:23.506-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:28.360-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="fuse RPM is earlier than 0:2.7.2-61.25.1" test_ref="oval:org.mitre.oval:tst:120180"/>
          <criterion comment="libfuse2 RPM is earlier than 0:2.7.2-61.25.1" test_ref="oval:org.mitre.oval:tst:120256"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25846" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0759-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130759-1.html" ref_id="SUSE-SU-2013:0759-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0349" ref_id="CVE-2013-0349"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2137" ref_id="CVE-2012-2137"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6549" ref_id="CVE-2012-6549"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6548" ref_id="CVE-2012-6548"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0160" ref_id="CVE-2013-0160"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0216" ref_id="CVE-2013-0216"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0231" ref_id="CVE-2013-0231"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0311" ref_id="CVE-2013-0311"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0913" ref_id="CVE-2013-0913"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0914" ref_id="CVE-2013-0914"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1767" ref_id="CVE-2013-1767"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1772" ref_id="CVE-2013-1772"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1774" ref_id="CVE-2013-1774"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1792" ref_id="CVE-2013-1792"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1796" ref_id="CVE-2013-1796"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1797" ref_id="CVE-2013-1797"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1798" ref_id="CVE-2013-1798"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1848" ref_id="CVE-2013-1848"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1860" ref_id="CVE-2013-1860"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2634" ref_id="CVE-2013-2634"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2635" ref_id="CVE-2013-2635"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0268" ref_id="CVE-2013-0268"/>
        <description>The SUSE Linux Enterprise 11 SP2 kernel has been updated to
3.0.74 fix various security issues and bugs.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:21.902-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:21.992-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:26.850-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119668"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120139"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119858"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119667"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119882"/>
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120143"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120161"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120296"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120092"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120003"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120292"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120070"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120206"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119899"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119969"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119958"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120290"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120170"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119915"/>
            <criterion comment="kernel-trace-extra RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:119542"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.74-0.6.6.2" test_ref="oval:org.mitre.oval:tst:120282"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25842" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0842-1 -- Security update for Mozilla Firefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130842-1.html" ref_id="SUSE-SU-2013:0842-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0788" ref_id="CVE-2013-0788"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0800" ref_id="CVE-2013-0800"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0799" ref_id="CVE-2013-0799"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0797" ref_id="CVE-2013-0797"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0796" ref_id="CVE-2013-0796"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0795" ref_id="CVE-2013-0795"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0794" ref_id="CVE-2013-0794"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0793" ref_id="CVE-2013-0793"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0792" ref_id="CVE-2013-0792"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0791" ref_id="CVE-2013-0791"/>
        <description>Mozilla Firefox has been updated to the17.0.6ESR security
release.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:34:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:11.763-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:21.389-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:26.249-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.6esr-0.4.1" test_ref="oval:org.mitre.oval:tst:119723"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.6esr-0.4.1" test_ref="oval:org.mitre.oval:tst:120068"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25841" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1210-1 -- Recommended update for gvfs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gvfs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131210-1.html" ref_id="SUSE-RU-2013:1210-1"/>
        <description>This update fixes the following issue:

    * #819859: sftp bookmarks don't work in Nautilus</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:52">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:27:58.223-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:21.295-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:26.159-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gvfs RPM is earlier than 0:1.4.3-0.17.19.1" test_ref="oval:org.mitre.oval:tst:119281"/>
          <criterion comment="gvfs-backends RPM is earlier than 0:1.4.3-0.17.19.1" test_ref="oval:org.mitre.oval:tst:119610"/>
          <criterion comment="gvfs-fuse RPM is earlier than 0:1.4.3-0.17.19.1" test_ref="oval:org.mitre.oval:tst:119085"/>
          <criterion comment="gvfs-lang RPM is earlier than 0:1.4.3-0.17.19.1" test_ref="oval:org.mitre.oval:tst:119565"/>
          <criterion comment="libgvfscommon0 RPM is earlier than 0:1.4.3-0.17.19.1" test_ref="oval:org.mitre.oval:tst:119102"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25838" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0864-1 -- Recommended update for gstreamer</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gstreamer</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130864-1.html" ref_id="SUSE-RU-2013:0864-1"/>
        <description>This update for the GStreamer plug-ins enhances detection
of double-byte  character sets in the meta-data of music
files (bnc#458213).

Additionally an issue has been fixed which avoids artifacts
caused by the  edge effect (bnc#749974).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:34:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:00.422-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:21.211-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:26.065-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gstreamer-0_10-plugins-good RPM is earlier than 0:0.10.30-5.12.1" test_ref="oval:org.mitre.oval:tst:119146"/>
            <criterion comment="gstreamer-0_10-plugins-good-lang RPM is earlier than 0:0.10.30-5.12.1" test_ref="oval:org.mitre.oval:tst:120050"/>
            <criterion comment="gstreamer-0_10-plugins-v4l RPM is earlier than 0:0.10.30-0.12.1" test_ref="oval:org.mitre.oval:tst:120019"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="gstreamer-0_10-plugins-good-doc RPM is earlier than 0:0.10.30-5.12.1" test_ref="oval:org.mitre.oval:tst:120144"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25833" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0868-1 -- Recommended update for udev</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>udev</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130868-1.html" ref_id="SUSE-RU-2013:0868-1"/>
        <description>This update for udev provides the following fixes and
enhancements:

    * Automatically online CPUs on CPU hotplug add events
(bnc#703100, FATE#311831)
    * Use unique names for temporary files created in /dev
(bnc#791503)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:34:23">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:50.361-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:21.026-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:25.851-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libgudev-1_0-0 RPM is earlier than 0:147-0.69.69.1" test_ref="oval:org.mitre.oval:tst:119981"/>
          <criterion comment="libudev0 RPM is earlier than 0:147-0.69.69.1" test_ref="oval:org.mitre.oval:tst:119788"/>
          <criterion comment="udev RPM is earlier than 0:147-0.69.69.1" test_ref="oval:org.mitre.oval:tst:119754"/>
          <criterion comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.69.69.1" test_ref="oval:org.mitre.oval:tst:120043"/>
          <criterion comment="libudev0-32bit RPM is earlier than 0:147-0.69.69.1" test_ref="oval:org.mitre.oval:tst:119869"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25831" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1184-2 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131184-2.html" ref_id="SUSE-RU-2013:1184-2"/>
        <description>This update provides the latest timezone information for
your system. The  changes in detail are:

    * Morocco's midsummer transitions this year are July 7
and August 10
    * Israel now falls back on the last Sunday of October
    * Palestine observed DST starting March 29, 2013
    * From 2013 on, Gaza and Hebron both observe DST.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:42">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:37.257-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:20.894-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:25.709-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="timezone RPM is earlier than 0:2013d-0.3.1" test_ref="oval:org.mitre.oval:tst:119259"/>
          <criterion comment="timezone-java RPM is earlier than 0:2013d-0.3.1" test_ref="oval:org.mitre.oval:tst:119210"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25829" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1103-2 -- Security update for xorg-x11-libs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131103-2.html" ref_id="SUSE-SU-2013:1103-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1984" ref_id="CVE-2013-1984"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1985" ref_id="CVE-2013-1985"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1986" ref_id="CVE-2013-1986"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1988" ref_id="CVE-2013-1988"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1990" ref_id="CVE-2013-1990"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1991" ref_id="CVE-2013-1991"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1992" ref_id="CVE-2013-1992"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1995" ref_id="CVE-2013-1995"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1996" ref_id="CVE-2013-1996"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1998" ref_id="CVE-2013-1998"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1999" ref_id="CVE-2013-1999"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2000" ref_id="CVE-2013-2000"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2001" ref_id="CVE-2013-2001"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2003" ref_id="CVE-2013-2003"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2063" ref_id="CVE-2013-2063"/>
        <description>This update of xorg-x11-libs fixes several integer and
buffer overflow  issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:56">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:09.918-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:20.037-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:24.910-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-libs RPM is earlier than 0:7.4-8.26.38.1" test_ref="oval:org.mitre.oval:tst:119144"/>
          <criterion comment="xorg-x11-libs-32bit RPM is earlier than 0:7.4-8.26.38.1" test_ref="oval:org.mitre.oval:tst:119019"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25828" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0727-1 -- Security update for libxslt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>libxslt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130727-1.html" ref_id="SUSE-SU-2013:0727-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6139" ref_id="CVE-2012-6139"/>
        <description>libxslt has been updated to fix two denial of service
issues via crashes by  NULL pointer dereference on attacker
supplied XSLT scripts (CVE-2012-6139).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:10">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:10.960-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:19.886-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:24.763-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libxslt RPM is earlier than 0:1.1.24-19.21.1" test_ref="oval:org.mitre.oval:tst:120347"/>
            <criterion comment="libxslt-32bit RPM is earlier than 0:1.1.24-19.21.1" test_ref="oval:org.mitre.oval:tst:120105"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libxslt RPM is earlier than 0:1.1.15-15.20.1" test_ref="oval:org.mitre.oval:tst:120337"/>
            <criterion comment="libxslt-devel RPM is earlier than 0:1.1.15-15.20.1" test_ref="oval:org.mitre.oval:tst:120375"/>
            <criterion comment="libxslt-32bit RPM is earlier than 0:1.1.15-15.20.1" test_ref="oval:org.mitre.oval:tst:120308"/>
            <criterion comment="libxslt-devel-32bit RPM is earlier than 0:1.1.15-15.20.1" test_ref="oval:org.mitre.oval:tst:120149"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25826" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0885-1 -- Security update for kdebase4-workspace</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kdebase4-workspace</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140885-1.html" ref_id="SUSE-SU-2014:0885-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4132" ref_id="CVE-2013-4132"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4133" ref_id="CVE-2013-4133"/>
        <description>This kdebase4-workspace update fixes two security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:01:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:39.172-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:15.923-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:21.699-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="kde4-kgreeter-plugins RPM is earlier than 0:4.3.5-0.12.18.1" test_ref="oval:org.mitre.oval:tst:121577"/>
          <criterion comment="kdebase4-workspace RPM is earlier than 0:4.3.5-0.12.18.1" test_ref="oval:org.mitre.oval:tst:121663"/>
          <criterion comment="kdebase4-workspace-ksysguardd RPM is earlier than 0:4.3.5-0.12.18.1" test_ref="oval:org.mitre.oval:tst:121575"/>
          <criterion comment="kdm RPM is earlier than 0:4.3.5-0.12.18.1" test_ref="oval:org.mitre.oval:tst:121810"/>
          <criterion comment="kwin RPM is earlier than 0:4.3.5-0.12.18.1" test_ref="oval:org.mitre.oval:tst:121471"/>
          <criterion comment="kdebase4-wallpapers RPM is earlier than 0:4.3.5-0.11.18.1" test_ref="oval:org.mitre.oval:tst:121495"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25824" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1190-1 -- Security update for krb5</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>krb5</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131190-1.html" ref_id="SUSE-SU-2013:1190-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-2443" ref_id="CVE-2002-2443"/>
        <description>This krb5 update fixes a security issue.

    * kpasswd UDP ping-pong (bug#825985 / CVE-2002-2443)

Security Issue reference:

    * CVE-2002-2443
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-2443
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:31.708-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:19.725-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:24.599-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5 RPM is earlier than 0:1.6.3-133.49.56.1" test_ref="oval:org.mitre.oval:tst:119318"/>
            <criterion comment="krb5-client RPM is earlier than 0:1.6.3-133.49.56.1" test_ref="oval:org.mitre.oval:tst:119348"/>
            <criterion comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.56.1" test_ref="oval:org.mitre.oval:tst:119633"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.56.1" test_ref="oval:org.mitre.oval:tst:118810"/>
            <criterion comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.56.1" test_ref="oval:org.mitre.oval:tst:119248"/>
            <criterion comment="krb5-server RPM is earlier than 0:1.6.3-133.49.56.1" test_ref="oval:org.mitre.oval:tst:119293"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5 RPM is earlier than 0:1.4.3-19.49.53.1" test_ref="oval:org.mitre.oval:tst:118947"/>
            <criterion comment="krb5-client RPM is earlier than 0:1.4.3-19.49.53.1" test_ref="oval:org.mitre.oval:tst:118972"/>
            <criterion comment="krb5-devel RPM is earlier than 0:1.4.3-19.49.53.1" test_ref="oval:org.mitre.oval:tst:119614"/>
            <criterion comment="krb5-32bit RPM is earlier than 0:1.4.3-19.49.53.1" test_ref="oval:org.mitre.oval:tst:118970"/>
            <criterion comment="krb5-devel-32bit RPM is earlier than 0:1.4.3-19.49.53.1" test_ref="oval:org.mitre.oval:tst:119572"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5-apps-clients RPM is earlier than 0:1.4.3-19.49.53.1" test_ref="oval:org.mitre.oval:tst:119123"/>
            <criterion comment="krb5-apps-servers RPM is earlier than 0:1.4.3-19.49.53.1" test_ref="oval:org.mitre.oval:tst:119453"/>
            <criterion comment="krb5-server RPM is earlier than 0:1.4.3-19.49.53.1" test_ref="oval:org.mitre.oval:tst:119591"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25822" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1394-1 -- Recommended update for libvirt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libvirt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131394-1.html" ref_id="SUSE-RU-2013:1394-1"/>
        <description>This update of libvirt from version 1.0.5.1 to 1.0.5.4
contains fixes for  the following reports:

    * virsh memtune command fails to execute (bnc#819976)
    * libvirt crashes on migration of graphics-less clients
(bnc#828502)
    * libvirt fails on block migration (bnc#828508)
    * libvirt reads out of bounds (bnc#828506)
    * virsh snapshot fails with "virDomainSnapshotFree"
(bnc#829203)
    * virsh vcpupin fails on UV server with 4048 physical
cpus (bnc#831709).

For the complete change log please go to

http://wiki.libvirt.org/page/Maintenance_Releases#1.0.5_seri
es
&lt;http://wiki.libvirt.org/page/Maintenance_Releases#1.0.5_ser
ies></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:19">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:58.939-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:19.643-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:24.499-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libvirt RPM is earlier than 0:1.0.5.4-0.9.2" test_ref="oval:org.mitre.oval:tst:118569"/>
            <criterion comment="libvirt-client RPM is earlier than 0:1.0.5.4-0.9.2" test_ref="oval:org.mitre.oval:tst:118537"/>
            <criterion comment="libvirt-doc RPM is earlier than 0:1.0.5.4-0.9.2" test_ref="oval:org.mitre.oval:tst:117644"/>
            <criterion comment="libvirt-python RPM is earlier than 0:1.0.5.4-0.9.2" test_ref="oval:org.mitre.oval:tst:118521"/>
            <criterion comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.4-0.9.2" test_ref="oval:org.mitre.oval:tst:118085"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.4-0.9.2" test_ref="oval:org.mitre.oval:tst:117664"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25813" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1101-2 -- Security update for xorg-x11-libXt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131101-2.html" ref_id="SUSE-SU-2013:1101-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2002" ref_id="CVE-2013-2002"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2005" ref_id="CVE-2013-2005"/>
        <description>This update of xorg-x11-libXt fixes several integer and
buffer overflow  issues.

Bug 815451/821670 CVE-2013-2002/CVE-2013-2005

Security Issues:

    * CVE-2013-2002
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2002
>
    * CVE-2013-2005
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2005
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:34">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:15.840-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:17.390-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:22.373-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-libXt RPM is earlier than 0:7.4-1.19.2" test_ref="oval:org.mitre.oval:tst:118658"/>
          <criterion comment="xorg-x11-libXt-32bit RPM is earlier than 0:7.4-1.19.2" test_ref="oval:org.mitre.oval:tst:119425"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25812" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0755-1 -- Recommended update for cron</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>cron</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130755-1.html" ref_id="SUSE-RU-2013:0755-1"/>
        <description>This update for cron prevents unnecessary reloads of
unchanged files from  /etc/cron.d/.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:25.089-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:17.309-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:22.299-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="cron RPM is earlier than 0:4.1-194.207.1" test_ref="oval:org.mitre.oval:tst:120147"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25810" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0594-1 -- Recommended update for yast2-kdump</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-kdump</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130594-1.html" ref_id="SUSE-RU-2013:0594-1"/>
        <description>This update for YaST's Kdump configuration module adds
support for LZO  compressed kernel dumps.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:23.475-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:16.887-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:21.951-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2-kdump RPM is earlier than 0:2.17.22-0.4.3.1" test_ref="oval:org.mitre.oval:tst:120373"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25804" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0816-1 -- Security update for KVM</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>KVM</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140816-1.html" ref_id="SUSE-SU-2014:0816-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0150" ref_id="CVE-2014-0150"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2894" ref_id="CVE-2014-2894"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4148" ref_id="CVE-2013-4148"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4149" ref_id="CVE-2013-4149"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4150" ref_id="CVE-2013-4150"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4151" ref_id="CVE-2013-4151"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4526" ref_id="CVE-2013-4526"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4527" ref_id="CVE-2013-4527"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4529" ref_id="CVE-2013-4529"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4530" ref_id="CVE-2013-4530"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4531" ref_id="CVE-2013-4531"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4533" ref_id="CVE-2013-4533"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4534" ref_id="CVE-2013-4534"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4535" ref_id="CVE-2013-4535"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4536" ref_id="CVE-2013-4536"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4537" ref_id="CVE-2013-4537"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4538" ref_id="CVE-2013-4538"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4539" ref_id="CVE-2013-4539"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4540" ref_id="CVE-2013-4540"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4541" ref_id="CVE-2013-4541"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4542" ref_id="CVE-2013-4542"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6399" ref_id="CVE-2013-6399"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0182" ref_id="CVE-2014-0182"/>
        <description>Several security issues in KVM have been fixed.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:04:01">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:02.548-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:14.022-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:20.384-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kvm RPM is earlier than 0:1.4.2-0.15.2" test_ref="oval:org.mitre.oval:tst:121860"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25801" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0779-1 -- Recommended update for gnome-system-monitor</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gnome-system-monitor</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130779-1.html" ref_id="SUSE-RU-2013:0779-1"/>
        <description>This combined update provides the following fixes and
enhancements:

    * 

      The System tab in GNOME System Monitor was redesigned
to display information in summarized format. Previously,
data about each CPU core was printed in one text line and
could be truncated on machines with many cores.

    * 

      Additionally, libgtop was fixed to correctly read CPU
information from /proc/cpuinfo when the file is larger than
16Kb.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:53">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:05.295-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:16.606-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:21.625-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gnome-system-monitor RPM is earlier than 0:2.28.0-1.9.9.1" test_ref="oval:org.mitre.oval:tst:120086"/>
            <criterion comment="gnome-system-monitor-lang RPM is earlier than 0:2.28.0-1.9.9.1" test_ref="oval:org.mitre.oval:tst:120267"/>
            <criterion comment="libgtop RPM is earlier than 0:2.28.0-1.4.1" test_ref="oval:org.mitre.oval:tst:119956"/>
            <criterion comment="libgtop-2_0-7 RPM is earlier than 0:2.28.0-1.4.1" test_ref="oval:org.mitre.oval:tst:120204"/>
            <criterion comment="libgtop-lang RPM is earlier than 0:2.28.0-1.4.1" test_ref="oval:org.mitre.oval:tst:119838"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libgtop-doc RPM is earlier than 0:2.28.0-1.4.1" test_ref="oval:org.mitre.oval:tst:120099"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25800" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0851-1 -- Security update for icedtea-web</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>icedtea-web</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130851-1.html" ref_id="SUSE-SU-2013:0851-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1926" ref_id="CVE-2013-1926"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1927" ref_id="CVE-2013-1927"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3422" ref_id="CVE-2012-3422"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3423" ref_id="CVE-2012-3423"/>
        <description>This update of icedtea-web fixes several bugs and security
issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:34:34">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:22.570-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:16.439-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:21.465-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="icedtea-web RPM is earlier than 0:1.4-0.5.1" test_ref="oval:org.mitre.oval:tst:119760"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25799" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0769-1 -- Recommended update for popt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>popt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130769-1.html" ref_id="SUSE-RU-2013:0769-1"/>
        <description>New rpm versions write the package database entries for
pubkeys in a  slightly different way than the version of
rpm used in SLE 11 does, this  results in rpm writing to
already freed memory and terminating with a  segmentation
fault.

This issue may happen when building a SLE 11 image with
kiwi on a system  that uses a new version of rpm.

This update makes rpm cope with the new entries.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:02">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:58.922-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:16.361-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:21.376-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="popt RPM is earlier than 0:1.7-37.56.1" test_ref="oval:org.mitre.oval:tst:120152"/>
          <criterion comment="rpm RPM is earlier than 0:4.4.2.3-37.56.1" test_ref="oval:org.mitre.oval:tst:120260"/>
          <criterion comment="popt-32bit RPM is earlier than 0:1.7-37.56.1" test_ref="oval:org.mitre.oval:tst:119330"/>
          <criterion comment="rpm-32bit RPM is earlier than 0:4.4.2.3-37.56.1" test_ref="oval:org.mitre.oval:tst:119923"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25796" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1361-1 -- Recommended update for microcode_ctl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>microcode_ctl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131361-1.html" ref_id="SUSE-RU-2013:1361-1"/>
        <description>This update provides Intel's CPU microcode version 20130808.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:13">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:07.550-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:16.280-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:21.301-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="microcode_ctl RPM is earlier than 0:1.17-102.66.1" test_ref="oval:org.mitre.oval:tst:118623"/>
          <criterion comment="microcode_ctl RPM is earlier than 0:1.17-102.57.60.1" test_ref="oval:org.mitre.oval:tst:118726"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25792" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1460-1 -- Recommended update for python-dmidecode</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python-dmidecode</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131460-1.html" ref_id="SUSE-RU-2013:1460-1"/>
        <description>This update for python-dmidecode fixes a segmentation fault
that was caused  by missing checks for null DMI strings.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:31">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:19.182-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:16.023-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:21.007-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="python-dmidecode RPM is earlier than 0:3.10.11-0.10.1" test_ref="oval:org.mitre.oval:tst:118468"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25790" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1164-1 -- Recommended update for pcsc-cyberjack</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pcsc-cyberjack</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131164-1.html" ref_id="SUSE-RU-2013:1164-1"/>
        <description>This update for pcsc-cyberjack adds support for new card
reader devices  from Reiner-SCT.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:54.215-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:14.714-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:19.788-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="ctapi-cyberjack RPM is earlier than 0:3.3.0-3.27.3.1" test_ref="oval:org.mitre.oval:tst:119757"/>
          <criterion comment="pcsc-cyberjack RPM is earlier than 0:3.3.0-3.27.3.1" test_ref="oval:org.mitre.oval:tst:119277"/>
          <criterion comment="ctapi-cyberjack-32bit RPM is earlier than 0:3.3.0-3.27.3.1" test_ref="oval:org.mitre.oval:tst:118784"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25789" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1017-2 -- Recommended update for gnome-session</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gnome-session</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131017-2.html" ref_id="SUSE-RU-2013:1017-2"/>
        <description>This update for gnome-session fixes parsing of GNOME's
auto-start settings  from SUSE Linux Enterprise 10.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:14.353-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:14.634-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:19.714-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gnome-session RPM is earlier than 0:2.28.0-3.11.9" test_ref="oval:org.mitre.oval:tst:119963"/>
          <criterion comment="gnome-session-lang RPM is earlier than 0:2.28.0-3.11.9" test_ref="oval:org.mitre.oval:tst:119965"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25788" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1407-1 -- Recommended update for gnome-bluetooth</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gnome-bluetooth</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131407-1.html" ref_id="SUSE-RU-2013:1407-1"/>
        <description>This update for the GNOME Bluetooth graphical utilities
(gnome-bluetooth)  fixes an issue with sending of files to
Bluetooth devices that were already  paired. It also sets a
longer timeout for the SendFiles command.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:00">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:01.026-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:14.552-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:19.628-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gnome-bluetooth RPM is earlier than 0:2.28.6-0.11.42" test_ref="oval:org.mitre.oval:tst:118440"/>
          <criterion comment="gnome-bluetooth-lang RPM is earlier than 0:2.28.6-0.11.42" test_ref="oval:org.mitre.oval:tst:118359"/>
          <criterion comment="libgnome-bluetooth7 RPM is earlier than 0:2.28.6-0.11.42" test_ref="oval:org.mitre.oval:tst:118213"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25787" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1164-2 -- Recommended update for pcsc-cyberjack</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pcsc-cyberjack</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131164-2.html" ref_id="SUSE-RU-2013:1164-2"/>
        <description>This update for pcsc-cyberjack adds support to new card
reader devices from  Reiner-SCT.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:33.853-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:14.463-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:19.555-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="ctapi-cyberjack RPM is earlier than 0:3.3.0-3.27.3.5" test_ref="oval:org.mitre.oval:tst:119402"/>
          <criterion comment="pcsc-cyberjack RPM is earlier than 0:3.3.0-3.27.3.5" test_ref="oval:org.mitre.oval:tst:119219"/>
          <criterion comment="ctapi-cyberjack-32bit RPM is earlier than 0:3.3.0-3.27.3.5" test_ref="oval:org.mitre.oval:tst:119537"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25786" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1096-1 -- Security update for xorg-x11-libxcb</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libxcb</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131096-1.html" ref_id="SUSE-SU-2013:1096-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2064" ref_id="CVE-2013-2064"/>
        <description>This update for xorg-x11-libxcb addresses the following
security issues:

    * Fix a deadlock with multi-threaded applications
running on real time kernels. (bnc#818829)
    * Fix an integer overflow in read_packet().
(bnc#821584, CVE-2013-2064)

Security Issues:

    * CVE-2013-2064
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2064
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:07.920-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:14.334-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:19.358-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="xorg-x11-libxcb RPM is earlier than 0:7.4-1.22.5.1" test_ref="oval:org.mitre.oval:tst:119142"/>
            <criterion comment="xorg-x11-libxcb-32bit RPM is earlier than 0:7.4-1.22.5.1" test_ref="oval:org.mitre.oval:tst:119909"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="xorg-x11-libxcb-devel RPM is earlier than 0:7.4-1.22.5.1" test_ref="oval:org.mitre.oval:tst:119823"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25785" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0725-1 -- Recommended update for libnetcontrol</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libnetcontrol</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130725-1.html" ref_id="SUSE-RU-2013:0725-1"/>
        <description>Libnetcontrol has been updated to version 0.2.8, resolving
the following  issues:

    * Fixed ncf_close to not close logger as ncf_init did
not open any. This caused SEGV's in libvirt, that redirects
the global logger to itself and is using multiple ncf
instances. (bnc#811002)
    * Fixed pthreads detection and source enablement in
configure, added an explicit configure --enable-pthreads
option to spec file to cause a failure on detection
problems. (bnc#811002)
    * Fixed SEGV at parsing not existing BRIDGE_PATHCOSTS
and memory leaks in in loop check, xml parsing and on
backup file creation failure while routes file rewrite.
(bnc#810381)
    * Fixed a bridge variable initialization in try_bridge.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:07.067-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:14.256-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:19.284-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libnetcontrol0 RPM is earlier than 0:0.2.8-0.5.1" test_ref="oval:org.mitre.oval:tst:119914"/>
          <criterion comment="libnetcontrol0-32bit RPM is earlier than 0:0.2.8-0.5.1" test_ref="oval:org.mitre.oval:tst:120186"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25782" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1254-1 -- Security update for java-1_7_0-openjdk</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>java-1_7_0-openjdk</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131254-1.html" ref_id="SUSE-SU-2013:1254-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2407" ref_id="CVE-2013-2407"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2445" ref_id="CVE-2013-2445"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2451" ref_id="CVE-2013-2451"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2450" ref_id="CVE-2013-2450"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2446" ref_id="CVE-2013-2446"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2452" ref_id="CVE-2013-2452"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1500" ref_id="CVE-2013-1500"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2444" ref_id="CVE-2013-2444"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2447" ref_id="CVE-2013-2447"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2443" ref_id="CVE-2013-2443"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2412" ref_id="CVE-2013-2412"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2449" ref_id="CVE-2013-2449"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2448" ref_id="CVE-2013-2448"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2455" ref_id="CVE-2013-2455"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2457" ref_id="CVE-2013-2457"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2453" ref_id="CVE-2013-2453"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2456" ref_id="CVE-2013-2456"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2459" ref_id="CVE-2013-2459"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2458" ref_id="CVE-2013-2458"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2454" ref_id="CVE-2013-2454"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2460" ref_id="CVE-2013-2460"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2470" ref_id="CVE-2013-2470"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2471" ref_id="CVE-2013-2471"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2472" ref_id="CVE-2013-2472"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2473" ref_id="CVE-2013-2473"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1571" ref_id="CVE-2013-1571"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2463" ref_id="CVE-2013-2463"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2465" ref_id="CVE-2013-2465"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2469" ref_id="CVE-2013-2469"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2461" ref_id="CVE-2013-2461"/>
        <description>This update to icedtea-2.4.1 fixes various security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:14">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:14.208-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:13.739-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:18.768-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_7_0-openjdk RPM is earlier than 0:1.7.0.6-0.19.2" test_ref="oval:org.mitre.oval:tst:119358"/>
          <criterion comment="java-1_7_0-openjdk-demo RPM is earlier than 0:1.7.0.6-0.19.2" test_ref="oval:org.mitre.oval:tst:118884"/>
          <criterion comment="java-1_7_0-openjdk-devel RPM is earlier than 0:1.7.0.6-0.19.2" test_ref="oval:org.mitre.oval:tst:119536"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25780" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1095-2 -- Security update for xorg-x11-libXrender</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXrender</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131095-2.html" ref_id="SUSE-SU-2013:1095-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1987" ref_id="CVE-2013-1987"/>
        <description>This update of xorg-x11-libXrender fixes several integer
overflow issues.

Bug 815451/821669 CVE-2013-1987

Security Issues:

    * CVE-2013-1987
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1987
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:37">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:11.276-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:13.216-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:18.179-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-libXrender RPM is earlier than 0:7.4-1.16.2" test_ref="oval:org.mitre.oval:tst:119470"/>
          <criterion comment="xorg-x11-libXrender-32bit RPM is earlier than 0:7.4-1.16.2" test_ref="oval:org.mitre.oval:tst:118956"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25779" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0547-1 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130547-1.html" ref_id="SUSE-RU-2013:0547-1"/>
        <description>This update provides the latest timezone information for
your system. The  changes in detail are:

    * Haiti uses US daylight-saving rules this year
    * Paraguay will end DST on March 24 this year
    * Morocco does not observe DST during Ramadan.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:31.916-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:13.131-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:18.055-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="timezone RPM is earlier than 0:2013b-0.4.1" test_ref="oval:org.mitre.oval:tst:120644"/>
            <criterion comment="timezone-java RPM is earlier than 0:2013b-0.4.1" test_ref="oval:org.mitre.oval:tst:120193"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criterion comment="timezone RPM is earlier than 0:2013b-0.5.1" test_ref="oval:org.mitre.oval:tst:120638"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25778" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1312-1 -- Recommended update for yelp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yelp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131312-1.html" ref_id="SUSE-RU-2013:1312-1"/>
        <description>This update for Yelp fixes the search path of the F-Spot
documentation.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:07.347-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:13.026-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:17.953-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="yelp RPM is earlier than 0:2.28.1-1.12.111" test_ref="oval:org.mitre.oval:tst:119035"/>
          <criterion comment="yelp-lang RPM is earlier than 0:2.28.1-1.12.111" test_ref="oval:org.mitre.oval:tst:118404"/>
          <criterion comment="yelp RPM is earlier than 0:2.28.1-1.12.110" test_ref="oval:org.mitre.oval:tst:119169"/>
          <criterion comment="yelp-lang RPM is earlier than 0:2.28.1-1.12.110" test_ref="oval:org.mitre.oval:tst:118820"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25776" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1390-1 -- Security update for MySQL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>MySQL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131390-1.html" ref_id="SUSE-SU-2013:1390-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1861" ref_id="CVE-2013-1861"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3783" ref_id="CVE-2013-3783"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3793" ref_id="CVE-2013-3793"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3794" ref_id="CVE-2013-3794"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3795" ref_id="CVE-2013-3795"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3796" ref_id="CVE-2013-3796"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3798" ref_id="CVE-2013-3798"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3801" ref_id="CVE-2013-3801"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3802" ref_id="CVE-2013-3802"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3804" ref_id="CVE-2013-3804"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3805" ref_id="CVE-2013-3805"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3806" ref_id="CVE-2013-3806"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3807" ref_id="CVE-2013-3807"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3808" ref_id="CVE-2013-3808"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3809" ref_id="CVE-2013-3809"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3810" ref_id="CVE-2013-3810"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3811" ref_id="CVE-2013-3811"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3812" ref_id="CVE-2013-3812"/>
        <description>This version upgrade of mysql to 5.5.32 fixes multiple
security issues:

CVE-2013-1861, CVE-2013-3783, CVE-2013-3793, CVE-2013-3794,
CVE-2013-3795,  CVE-2013-3796, CVE-2013-3798,
CVE-2013-3801, CVE-2013-3802, CVE-2013-3804,
CVE-2013-3805, CVE-2013-3806, CVE-2013-3807, CVE-2013-3808,
CVE-2013-3809,  CVE-2013-3810, CVE-2013-3811, CVE-2013-3812

Additionally, it contains numerous bug fixes and
improvements.:

    * making mysqldump work with MySQL 5.0 (bnc#768832)
    * fixed log rights (bnc#789263 and bnc#803040)
    * binlog disabled in default configuration (bnc#791863)
    * fixed dependencies for client package (bnc#780019)
    * minor polishing of spec/installation
    * avoiding file conflicts with mytop
    * better fix for hardcoded libdir issue
    * fix hardcoded plugin paths (bnc#834028)
    * Use chown --no-dereference instead of chown to
improve security (bnc#834967)
    * Adjust to spell !includedir correctly in /etc/my.cnf
(bnc#734436)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:05.612-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:12.029-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:17.006-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libmysql55client18 RPM is earlier than 0:5.5.32-0.9.1" test_ref="oval:org.mitre.oval:tst:117730"/>
            <criterion comment="libmysql55client_r18 RPM is earlier than 0:5.5.32-0.9.1" test_ref="oval:org.mitre.oval:tst:118591"/>
            <criterion comment="libmysqlclient15 RPM is earlier than 0:5.0.96-0.6.9" test_ref="oval:org.mitre.oval:tst:117947"/>
            <criterion comment="libmysqlclient_r15 RPM is earlier than 0:5.0.96-0.6.9" test_ref="oval:org.mitre.oval:tst:118178"/>
            <criterion comment="mysql RPM is earlier than 0:5.5.32-0.9.1" test_ref="oval:org.mitre.oval:tst:118635"/>
            <criterion comment="mysql-client RPM is earlier than 0:5.5.32-0.9.1" test_ref="oval:org.mitre.oval:tst:117833"/>
            <criterion comment="libmysql55client18-32bit RPM is earlier than 0:5.5.32-0.9.1" test_ref="oval:org.mitre.oval:tst:118588"/>
            <criterion comment="libmysqlclient15-32bit RPM is earlier than 0:5.0.96-0.6.9" test_ref="oval:org.mitre.oval:tst:118598"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="mysql-tools RPM is earlier than 0:5.5.32-0.9.1" test_ref="oval:org.mitre.oval:tst:118580"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libmysql55client_r18-32bit RPM is earlier than 0:5.5.32-0.9.1" test_ref="oval:org.mitre.oval:tst:118187"/>
            <criterion comment="libmysqlclient_r15-32bit RPM is earlier than 0:5.0.96-0.6.9" test_ref="oval:org.mitre.oval:tst:118285"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25775" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0379-1 -- Recommended update for pam_krb5</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pam_krb5</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130379-1.html" ref_id="SUSE-RU-2013:0379-1"/>
        <description>This update for the PAM module for Kerberos Authentication
(pam_krb5) fixes  a file descriptor leak.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:15">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:06.657-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:11.957-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:16.917-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="pam_krb5 RPM is earlier than 0:2.3.1-47.12.1" test_ref="oval:org.mitre.oval:tst:120953"/>
          <criterion comment="pam_krb5-32bit RPM is earlier than 0:2.3.1-47.12.1" test_ref="oval:org.mitre.oval:tst:120512"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25773" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1468-1 -- Security update for Samba</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Samba</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131468-1.html" ref_id="SUSE-SU-2013:1468-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4124" ref_id="CVE-2013-4124"/>
        <description>The Samba server suite received a security update to fix a
denial of  service problem in integer wrap protection.
(CVE-2013-4124).

Additionally, the following stability fixes are included in
this update:

    * Fix libreplace license ambiguity. (bnc#765270)
    * Document idmap_ad rfc2307 attribute requirements.
(bnc#820531)
    * The pam_winbind require_membership_of option allows
for a list of SID, but currently only provides buffer space
for ~20. (bnc#806501).

Security Issue reference:

    * CVE-2013-4124
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4124
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:14.524-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:11.749-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:16.675-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="ldapsmb RPM is earlier than 0:1.34b-12.42.1" test_ref="oval:org.mitre.oval:tst:118581"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libldb1 RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118530"/>
            <criterion comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118478"/>
            <criterion comment="libtalloc2 RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118205"/>
            <criterion comment="libtdb1 RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118150"/>
            <criterion comment="libtevent0 RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118314"/>
            <criterion comment="libwbclient0 RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118090"/>
            <criterion comment="samba RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118146"/>
            <criterion comment="samba-client RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:117924"/>
            <criterion comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118457"/>
            <criterion comment="samba-winbind RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118473"/>
            <criterion comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118446"/>
            <criterion comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118568"/>
            <criterion comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118038"/>
            <criterion comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118179"/>
            <criterion comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118000"/>
            <criterion comment="samba-32bit RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118500"/>
            <criterion comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118426"/>
            <criterion comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118421"/>
            <criterion comment="samba-doc RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118517"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.42.1" test_ref="oval:org.mitre.oval:tst:118508"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25769" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1487-1 -- Recommended update for perl-Bootloader</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>perl-Bootloader</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131487-1.html" ref_id="SUSE-RU-2013:1487-1"/>
        <description>This update for perl-Bootloader provides the following
fixes and  enhancements:

    * Speed up device scanning code by avoiding external
program calls. (bnc #823601)
    * Fix duplicate boot label handling. (bnc #828498)
    * Propagate file close error. (bnc #820339)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:10">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:02.753-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:11.388-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:16.267-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="perl-Bootloader RPM is earlier than 0:0.4.89.56-0.7.1" test_ref="oval:org.mitre.oval:tst:118172"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25767" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0025-1 -- Security update for openssl-certs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>openssl-certs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140025-1.html" ref_id="SUSE-SU-2014:0025-1"/>
        <description>openssl-certs was updated with the current certificate data
available from  mozilla.org.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:21:53">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:52.622-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:11.326-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:16.185-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="openssl-certs RPM is earlier than 0:1.95-0.4.1" test_ref="oval:org.mitre.oval:tst:117779"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25766" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1465-1 -- Recommended update for release-notes-sled</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>release-notes-sled</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131465-1.html" ref_id="SUSE-RU-2013:1465-1"/>
        <description>This update provides the latest version of the Release
Notes for SUSE Linux  Enterprise Desktop 11 SP3 with the
following changes:

    * New entry: Migrating from SP2 to SP3 with YaST or the
Update Applet.
    * Changed entry: Migrating to SLE 11 SP3 Using Zypper.
    * Changed entry: openJDK 7 as a Replacement for openJDK
6.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:12.667-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:11.262-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:16.124-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="release-notes-sled RPM is earlier than 0:11.3.22-0.7.1" test_ref="oval:org.mitre.oval:tst:118272"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25764" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1102-1 -- Security update for xorg-x11-libXp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131102-1.html" ref_id="SUSE-SU-2013:1102-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2062" ref_id="CVE-2013-2062"/>
        <description>This update of xorg-x11-libXp fixes several integer
overflow issues  (bnc#815451, bnc#821668, CVE-2013-2062).

Security Issue reference:

    * CVE-2013-2062
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2062
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:23">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:53.507-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:11.014-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:15.899-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="xorg-x11-libXp RPM is earlier than 0:7.4-1.18.1" test_ref="oval:org.mitre.oval:tst:118983"/>
            <criterion comment="xorg-x11-libXp-32bit RPM is earlier than 0:7.4-1.18.1" test_ref="oval:org.mitre.oval:tst:119684"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="xorg-x11-libXp-devel RPM is earlier than 0:7.4-1.18.1" test_ref="oval:org.mitre.oval:tst:119482"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25763" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0296-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130296-1.html" ref_id="SUSE-SU-2013:0296-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0642" ref_id="CVE-2013-0642"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0645" ref_id="CVE-2013-0645"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1365" ref_id="CVE-2013-1365"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1366" ref_id="CVE-2013-1366"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1367" ref_id="CVE-2013-1367"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1368" ref_id="CVE-2013-1368"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1369" ref_id="CVE-2013-1369"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1370" ref_id="CVE-2013-1370"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1372" ref_id="CVE-2013-1372"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1373" ref_id="CVE-2013-1373"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0644" ref_id="CVE-2013-0644"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0649" ref_id="CVE-2013-0649"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1374" ref_id="CVE-2013-1374"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0639" ref_id="CVE-2013-0639"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0638" ref_id="CVE-2013-0638"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0647" ref_id="CVE-2013-0647"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0637" ref_id="CVE-2013-0637"/>
        <description>This update for flash-player to version 11.2.202.270,
tracked as ABSP13-05</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:42:01">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:29.054-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:10.130-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:15.108-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="flash-player RPM is earlier than 0:11.2.202.270-0.3.1" test_ref="oval:org.mitre.oval:tst:121094"/>
            <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.270-0.3.1" test_ref="oval:org.mitre.oval:tst:121102"/>
            <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.270-0.3.1" test_ref="oval:org.mitre.oval:tst:121053"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.270-0.5.1" test_ref="oval:org.mitre.oval:tst:120695"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25761" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0398-1 -- Recommended update for yast2-backup</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-backup</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130398-1.html" ref_id="SUSE-RU-2013:0398-1"/>
        <description>This update for YaST's Backup module replaces calls to Perl
functions that  are only available in newer versions of the
language. This dependency was  erroneously added by the
previous update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:54">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:12.945-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:09.988-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:14.946-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2-backup RPM is earlier than 0:2.17.14-0.5.1" test_ref="oval:org.mitre.oval:tst:120766"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25760" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1323-1 -- Recommended update for supportutils</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>supportutils</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131323-1.html" ref_id="SUSE-RU-2013:1323-1"/>
        <description>This update fixes the following issues:

    * disk full on /proc/timer_list (bnc#829927)
    * failed uploads when using -Qu (bnc#825767)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:34">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:08.510-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:09.904-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:14.848-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="supportutils RPM is earlier than 0:1.20-0.75.1" test_ref="oval:org.mitre.oval:tst:117792"/>
          <criterion comment="supportutils RPM is earlier than 0:1.20-0.28.76.1" test_ref="oval:org.mitre.oval:tst:118644"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25759" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0722-1 -- Recommended update for libpcap</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libpcap</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130722-1.html" ref_id="SUSE-RU-2013:0722-1"/>
        <description>This update for libpcap fixes an issue that caused high CPU
utilization  when a network interface was restarted during
packet capture.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:15">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:09.988-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:09.815-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:14.757-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="libpcap0 RPM is earlier than 0:0.9.8-50.10.1" test_ref="oval:org.mitre.oval:tst:120233"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libpcap0-32bit RPM is earlier than 0:0.9.8-50.10.1" test_ref="oval:org.mitre.oval:tst:119732"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25757" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0762-1 -- Recommended update for kdebase4</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kdebase4</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130762-1.html" ref_id="SUSE-RU-2013:0762-1"/>
        <description>This update for kdebase4 provides the following fixes:

    * Konqueror is not starting through the slab menu.
(bnc#809957)
    * "Undecodable sequence" errors when starting Konsole.
(bnc#710342)
    * Identify konqueror as a KDE application that supports
KIO. (bnc#807314)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:50.971-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:08.952-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:14.061-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="dolphin RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:120194"/>
            <criterion comment="kdebase4 RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:119774"/>
            <criterion comment="kdebase4-libkonq RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:119982"/>
            <criterion comment="kdepasswd RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:120023"/>
            <criterion comment="kdialog RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:120125"/>
            <criterion comment="keditbookmarks RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:120198"/>
            <criterion comment="kfind RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:120209"/>
            <criterion comment="kinfocenter RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:120273"/>
            <criterion comment="konqueror RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:119355"/>
            <criterion comment="konsole RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:119868"/>
            <criterion comment="kwrite RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:120199"/>
            <criterion comment="libkonq5 RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:120066"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="kdebase4-nsplugin RPM is earlier than 0:4.3.5-0.3.5.1" test_ref="oval:org.mitre.oval:tst:119977"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25756" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1242-2 -- Recommended update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131242-2.html" ref_id="SUSE-RU-2013:1242-2"/>
        <description>The SSL module in Python has been adjusted to switch to
default SSL  certificate handling when no CA path is passed
(bnc#827982). Additionally,  the python-xml RPM now
explicitly obsoletes pyxml (bnc#824713).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:10">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:25.541-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:08.826-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:13.954-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119375"/>
            <criterion comment="python RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119171"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119500"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119158"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:118697"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119342"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:118716"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:118838"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119083"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119393"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119465"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119008"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:118681"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25753" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1784-1 -- Security update for wireshark</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>wireshark</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131784-1.html" ref_id="SUSE-SU-2013:1784-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6336" ref_id="CVE-2013-6336"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6337" ref_id="CVE-2013-6337"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6338" ref_id="CVE-2013-6338"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6339" ref_id="CVE-2013-6339"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6340" ref_id="CVE-2013-6340"/>
        <description>Wireshark has been updated to version 1.8.11 to fix bugs
and security  issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:49.803-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:08.438-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:13.610-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="wireshark RPM is earlier than 0:1.8.11-0.2.1" test_ref="oval:org.mitre.oval:tst:117938"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25752" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1260-3 -- Security update for ruby</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ruby</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131260-3.html" ref_id="SUSE-SU-2013:1260-3"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4073" ref_id="CVE-2013-4073"/>
        <description>Ruby failed to check hostnames correctly when setting up a
SSL client  connection. CVE-2013-4073 was assigned to this
issue.

Security Issue reference:

    * CVE-2013-4073
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4073
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:23">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:07.842-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:08.312-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:13.489-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="ruby RPM is earlier than 0:1.8.7.p357-0.9.11.1" test_ref="oval:org.mitre.oval:tst:118836"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="ruby-doc-html RPM is earlier than 0:1.8.7.p357-0.9.11.1" test_ref="oval:org.mitre.oval:tst:119292"/>
            <criterion comment="ruby-tk RPM is earlier than 0:1.8.7.p357-0.9.11.1" test_ref="oval:org.mitre.oval:tst:119406"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25750" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1466-1 -- Recommended update for udev</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>udev</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131466-1.html" ref_id="SUSE-RU-2013:1466-1"/>
        <description>This update fixes the following issues:

    * System crashes with kernel oops while doing DLPAR
operations under stress (xmon) (bnc#818146)
    * udevd: Allow children created immediately to exit
after timeout (bnc#809540)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:09.415-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:07.942-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:13.173-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libgudev-1_0-0 RPM is earlier than 0:147-0.90.8" test_ref="oval:org.mitre.oval:tst:118574"/>
          <criterion comment="libudev0 RPM is earlier than 0:147-0.90.8" test_ref="oval:org.mitre.oval:tst:118345"/>
          <criterion comment="udev RPM is earlier than 0:147-0.90.8" test_ref="oval:org.mitre.oval:tst:118334"/>
          <criterion comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.90.8" test_ref="oval:org.mitre.oval:tst:118071"/>
          <criterion comment="libudev0-32bit RPM is earlier than 0:147-0.90.8" test_ref="oval:org.mitre.oval:tst:118461"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25749" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0714-1 -- Security update for wireshark</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>wireshark</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130714-1.html" ref_id="SUSE-SU-2013:0714-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2475" ref_id="CVE-2013-2475"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2476" ref_id="CVE-2013-2476"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2477" ref_id="CVE-2013-2477"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2478" ref_id="CVE-2013-2478"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2479" ref_id="CVE-2013-2479"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2480" ref_id="CVE-2013-2480"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2481" ref_id="CVE-2013-2481"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2482" ref_id="CVE-2013-2482"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2483" ref_id="CVE-2013-2483"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2484" ref_id="CVE-2013-2484"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2485" ref_id="CVE-2013-2485"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2486" ref_id="CVE-2013-2486"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2487" ref_id="CVE-2013-2487"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2488" ref_id="CVE-2013-2488"/>
        <description>wireshark has been updated to 1.8.6 which fixes bugs and
security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:23.076-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:07.166-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:12.380-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="wireshark RPM is earlier than 0:1.8.6-0.2.1" test_ref="oval:org.mitre.oval:tst:120261"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criterion comment="wireshark RPM is earlier than 0:1.6.14-0.5.1" test_ref="oval:org.mitre.oval:tst:119991"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criterion comment="wireshark-devel RPM is earlier than 0:1.6.14-0.5.1" test_ref="oval:org.mitre.oval:tst:120432"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25746" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0352-1 -- Recommended update for trousers</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>trousers</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130352-1.html" ref_id="SUSE-RU-2013:0352-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0698" ref_id="CVE-2012-0698"/>
        <description>This collective update for the trousers library and daemon
fixes the  following issues:

    * 

      One minor security issue for cases where tcsd is
enabled for TCP: CVE-2012-0698: tcsd in TrouSerS allowed
remote attackers to cause a denial of service (daemon
crash) via a crafted type_offset value in a TCP packet to
port 30003.

    * 

      An issue in the trousers library which prevents
disabling of TPM physical presence.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:06.098-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:06.697-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:11.830-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libtspi1 RPM is earlier than 0:0.3.7-3.9.1" test_ref="oval:org.mitre.oval:tst:120854"/>
          <criterion comment="trousers RPM is earlier than 0:0.3.7-3.9.1" test_ref="oval:org.mitre.oval:tst:120575"/>
          <criterion comment="libtspi1-32bit RPM is earlier than 0:0.3.7-3.9.1" test_ref="oval:org.mitre.oval:tst:120759"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25745" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1101-1 -- Security update for xorg-x11-libXt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131101-1.html" ref_id="SUSE-SU-2013:1101-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2002" ref_id="CVE-2013-2002"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2005" ref_id="CVE-2013-2005"/>
        <description>This update of xorg-x11-libXt fixes several integer and
buffer overflow  issues (bnc#815451, bnc#821670,
CVE-2013-2002, CVE-2013-2005).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:30">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:36.573-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:06.509-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:11.649-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="xorg-x11-libXt RPM is earlier than 0:7.4-1.19.1" test_ref="oval:org.mitre.oval:tst:119441"/>
            <criterion comment="xorg-x11-libXt-32bit RPM is earlier than 0:7.4-1.19.1" test_ref="oval:org.mitre.oval:tst:119818"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="xorg-x11-libXt-devel RPM is earlier than 0:7.4-1.19.1" test_ref="oval:org.mitre.oval:tst:119984"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25744" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0357-1 -- Recommended update for ethtool</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ethtool</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130357-1.html" ref_id="SUSE-RU-2013:0357-1"/>
        <description>This update for ethtool improves reporting of port types
from BladeCenter  backplanes (KX and KX4 PHY modes).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:23.430-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:06.370-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:11.589-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="ethtool RPM is earlier than 0:6.2.6.39-0.13.1" test_ref="oval:org.mitre.oval:tst:120620"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25743" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1385-1 -- Recommended update for suseRegister</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>suseRegister</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131385-1.html" ref_id="SUSE-RU-2013:1385-1"/>
        <description>This update for suseRegister adds a new command line
parameter to  clientSetup4SMT.sh, allowing the user to
accept a CA certificate in a  non-interactive way by
providing the fingerprint. (bnc#821853)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:39">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:07.120-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:06.277-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:11.523-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="suseRegister RPM is earlier than 0:1.4-1.33.1" test_ref="oval:org.mitre.oval:tst:118593"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25742" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1088-1 -- Recommended update for yast2-network</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-network</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131088-1.html" ref_id="SUSE-RU-2013:1088-1"/>
        <description>This update for YaST's Network Configuration module
(yast2-network)  provides the following fixes:

    * Do not propose bridge devices when virtualization is
used on s390x. (bnc#817943)
    * Fixed parsing of hostname in DNS module. (bnc#813232)
    * Added loading tun/tap settings from netconfig.
(bnc#793367)
    * Fixed biosdevname renaming in case of buggy SMBIOS.
(bnc#821427)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:54">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:45.980-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:06.204-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:11.439-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2-network RPM is earlier than 0:2.17.182.12-0.5.11" test_ref="oval:org.mitre.oval:tst:119976"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25740" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0558-1 -- Security update for Kerberos 5</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Kerberos 5</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130558-1.html" ref_id="SUSE-SU-2013:0558-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1415" ref_id="CVE-2013-1415"/>
        <description>This update for Kerberos 5 fixes one security issue:

The KDC plugin for PKINIT can dereference a null pointer
when processing  malformed packets, leading to a crash of
the KDC process. (bnc#806715,  CVE-2013-1415)

Additionally, it improves compatibility with processes that
handle large  numbers of open files. (bnc#787272)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:02">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:31.231-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:06.053-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:11.279-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5 RPM is earlier than 0:1.6.3-133.49.54.1" test_ref="oval:org.mitre.oval:tst:119933"/>
            <criterion comment="krb5-client RPM is earlier than 0:1.6.3-133.49.54.1" test_ref="oval:org.mitre.oval:tst:119601"/>
            <criterion comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.54.1" test_ref="oval:org.mitre.oval:tst:120481"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.54.1" test_ref="oval:org.mitre.oval:tst:119722"/>
            <criterion comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.54.1" test_ref="oval:org.mitre.oval:tst:120527"/>
            <criterion comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.54.1" test_ref="oval:org.mitre.oval:tst:120448"/>
            <criterion comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.54.1" test_ref="oval:org.mitre.oval:tst:120380"/>
            <criterion comment="krb5-server RPM is earlier than 0:1.6.3-133.49.54.1" test_ref="oval:org.mitre.oval:tst:120469"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25736" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1232-1 -- Recommended update for SLED release notes</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SLED release notes</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131232-1.html" ref_id="SUSE-RU-2013:1232-1"/>
        <description>This update provides the latest version of the Release
Notes for SUSE Linux  Enterprise Desktop 11 SP3.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:16.902-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:02.138-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:07.855-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="release-notes-sled RPM is earlier than 0:11.3.20-0.9.3" test_ref="oval:org.mitre.oval:tst:119447"/>
          <criterion comment="release-notes-sled RPM is earlier than 0:11.3.20-0.9.4" test_ref="oval:org.mitre.oval:tst:118707"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25733" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0712-1 -- Recommended update for yast2-wagon</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-wagon</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130712-1.html" ref_id="SUSE-RU-2013:0712-1"/>
        <description>This update for YaST's Service Pack Migration Tool
(yast2-wagon) adds  support for script hooks, fixes online
migration of WebYaST and adjusts the  work flow to support
migration to SUSE Linux Enterprise 11 SP3.

Migration hooks allow to run custom external scripts during
the migration  process. These scripts can be used to fix
problems which cannot be handled  via usual RPM scripts, or
to execute extra steps during migration which are  not
required during normal package update. More details about
this new  feature can be found in Migration_Hooks.md, in
the package's documentation  directory. (FATE#314132)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:16.151-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:02.059-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:07.784-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2-wagon RPM is earlier than 0:2.17.32.4-0.5.1" test_ref="oval:org.mitre.oval:tst:120301"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25732" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1922-1 -- Recommended update for vm-install</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>vm-install</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131922-1.html" ref_id="SUSE-RU-2013:1922-1"/>
        <description>This update for vm-install provides the following fixes:

    * Fix user interface issue when changing a NIC's MAC on
Xen guests. (bnc#838791)
    * Fix PXE boot max memory less that initial memory.
(bnc#825292)
    * Work around libvirt internal client socket error.
(bnc#825292)
    * Allow creation of VMs with up to 255 virtual CPUs.
(bnc#818222)
    * Set default for NetWare disks to non-sparse for
performance reasons.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:30">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:01.992-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:01.961-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:07.703-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="vm-install RPM is earlier than 0:0.6.24-0.7.1" test_ref="oval:org.mitre.oval:tst:118056"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25728" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1389-1 -- Recommended update for ethtool</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ethtool</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131389-1.html" ref_id="SUSE-RU-2013:1389-1"/>
        <description>This update for ethtool improves reporting of KR PHY link modes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:23">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:51.653-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:01.881-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:07.624-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="ethtool RPM is earlier than 0:6.2.6.39-0.18.1" test_ref="oval:org.mitre.oval:tst:117675"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25726" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0044-1 -- Recommended update for yast2-storage</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-storage</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140044-1.html" ref_id="SUSE-RU-2014:0044-1"/>
        <description>This collective update for yast2-storage disables
unintended use of  unsupported btrfs features.
Additionally, it provides the following fixes:

    * Fix handling of default subvolumes for root fs when
formatting but not creating a partition.
    * Fix add volumes to btrfs when format is true and
primary volume was not btrfs previously.
    * Fix encrypted volumes on multiple disks via AutoYaST.
    * Fix update with EVMS.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:21:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:53.472-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:01.808-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:07.535-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="yast2-storage RPM is earlier than 0:2.17.145-0.7.3" test_ref="oval:org.mitre.oval:tst:117790"/>
          <criterion comment="yast2-storage-lib RPM is earlier than 0:2.17.145-0.7.3" test_ref="oval:org.mitre.oval:tst:117623"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25725" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1783-1 -- Security update for openvpn</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>openvpn</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131783-1.html" ref_id="SUSE-SU-2013:1783-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2061" ref_id="CVE-2013-2061"/>
        <description>OpenVPN used a non-constant-time memcmp in HMAC comparison
in  openvpn_decrypt that might have allowed remote
attackers to gain knowledge  of plaintext data.
(CVE-2013-2061)

Security Issues:

    * CVE-2013-2061
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2061
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:47">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:18.345-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:05:01.680-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:07.400-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="openvpn RPM is earlier than 0:2.0.9-143.40.5" test_ref="oval:org.mitre.oval:tst:118249"/>
            <criterion comment="openvpn RPM is earlier than 0:2.0.9-143.33.3.1" test_ref="oval:org.mitre.oval:tst:118157"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="openvpn-auth-pam-plugin RPM is earlier than 0:2.0.9-143.40.5" test_ref="oval:org.mitre.oval:tst:118049"/>
            <criterion comment="openvpn-auth-pam-plugin RPM is earlier than 0:2.0.9-143.33.3.1" test_ref="oval:org.mitre.oval:tst:118309"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25722" version="5" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0760-1 -- Recommended update for kdebase4, kdelibs4, kdm-branding and kio_sysinfo</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kdebase4</product>
          <product>kdelibs4</product>
          <product>kdm-branding</product>
          <product>kio_sysinfo</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130760-1.html" ref_id="SUSE-RU-2013:0760-1"/>
        <description>This update fixes KDM's default template to correctly show
the SUSE logo  when the user's list is disabled.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:20">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:13.016-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:59.843-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:05.700-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:tst:119857 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:39.723-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:38.034-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="kdebase4-SLED RPM is earlier than 0:11-25.22.22.1" test_ref="oval:org.mitre.oval:tst:119857"/>
          <criterion comment="kdebase4-SLED-lang RPM is earlier than 0:11-25.22.22.1" test_ref="oval:org.mitre.oval:tst:120104"/>
          <criterion comment="kdebase4-runtime-branding-SLED RPM is earlier than 0:11-25.22.22.1" test_ref="oval:org.mitre.oval:tst:120141"/>
          <criterion comment="kdebase4-workspace-branding-SLED RPM is earlier than 0:11-25.22.22.1" test_ref="oval:org.mitre.oval:tst:119902"/>
          <criterion comment="kdelibs4-branding-SLED RPM is earlier than 0:11-25.22.22.1" test_ref="oval:org.mitre.oval:tst:120054"/>
          <criterion comment="kdm-branding-SLED RPM is earlier than 0:11-25.22.22.1" test_ref="oval:org.mitre.oval:tst:120288"/>
          <criterion comment="kio_sysinfo RPM is earlier than 0:11-25.22.22.1" test_ref="oval:org.mitre.oval:tst:120191"/>
          <criterion comment="kio_sysinfo-branding-SLED RPM is earlier than 0:11-25.22.22.1" test_ref="oval:org.mitre.oval:tst:120016"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25720" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1209-1 -- Recommended update for yast2-mail</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-mail</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131209-1.html" ref_id="SUSE-RU-2013:1209-1"/>
        <description>This update fixes the following issues:

    * ag_postfix_mastercf process freezed the system, when
saving mail server settings with the YaST2 "Mail Server"
module (bnc#800788)
    * AutoYaST configuration of mail services failed
(bnc#822285)
    * automatic installation stopped with error during
Postfix configuration (bnc#821632)
    * YaST2 mail server enhanced module was not able to
detect mail domains (bnc#818544)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:44">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:08.131-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:59.770-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:05.606-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="yast2-mail RPM is earlier than 0:2.17.6-0.13.1" test_ref="oval:org.mitre.oval:tst:119327"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="yast2-mail-plugins RPM is earlier than 0:2.17.6-0.13.1" test_ref="oval:org.mitre.oval:tst:118547"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25719" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1666-1 -- Security update for OpenJDK 7</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>OpenJDK 7</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131666-1.html" ref_id="SUSE-SU-2013:1666-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3829" ref_id="CVE-2013-3829"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5780" ref_id="CVE-2013-5780"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5772" ref_id="CVE-2013-5772"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5814" ref_id="CVE-2013-5814"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5790" ref_id="CVE-2013-5790"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5849" ref_id="CVE-2013-5849"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5802" ref_id="CVE-2013-5802"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5851" ref_id="CVE-2013-5851"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5809" ref_id="CVE-2013-5809"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5817" ref_id="CVE-2013-5817"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5783" ref_id="CVE-2013-5783"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5782" ref_id="CVE-2013-5782"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5778" ref_id="CVE-2013-5778"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5803" ref_id="CVE-2013-5803"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5840" ref_id="CVE-2013-5840"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5825" ref_id="CVE-2013-5825"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5842" ref_id="CVE-2013-5842"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5774" ref_id="CVE-2013-5774"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5804" ref_id="CVE-2013-5804"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5797" ref_id="CVE-2013-5797"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5850" ref_id="CVE-2013-5850"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5829" ref_id="CVE-2013-5829"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5830" ref_id="CVE-2013-5830"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4002" ref_id="CVE-2013-4002"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5784" ref_id="CVE-2013-5784"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5820" ref_id="CVE-2013-5820"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5805" ref_id="CVE-2013-5805"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5806" ref_id="CVE-2013-5806"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5823" ref_id="CVE-2013-5823"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5800" ref_id="CVE-2013-5800"/>
        <description>This release updates our OpenJDK 7 support in the 2.4.x
series with a  number of security fixes and synchronises it
with upstream development. The  security issues fixed (a
long list) can be found in the following link:

http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-O
ctober/025087.html
&lt;http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-
October/025087.html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:13">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:14.353-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:58.190-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:04.187-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_7_0-openjdk RPM is earlier than 0:1.7.0.6-0.21.1" test_ref="oval:org.mitre.oval:tst:118259"/>
          <criterion comment="java-1_7_0-openjdk-demo RPM is earlier than 0:1.7.0.6-0.21.1" test_ref="oval:org.mitre.oval:tst:118240"/>
          <criterion comment="java-1_7_0-openjdk-devel RPM is earlier than 0:1.7.0.6-0.21.1" test_ref="oval:org.mitre.oval:tst:118087"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25718" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1250-1 -- Security update for lcms2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>lcms2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131250-1.html" ref_id="SUSE-SU-2013:1250-1"/>
        <description>lcms2 has been updated to the version 2.5 which is a
maintenance release to  fix various security and other bugs.

    * User defined parametric curves can now be saved in
ICC profiles.
    * RGB profiles using same tone curves for several
channels are storing now only one copy of the curve
    * update black point detection algorithm to reflect ICC
changes
    * Added new cmsPlugInTHR() and fixed some race
conditions
    * Added error descriptions on cmsSmoothToneCurve
    * Several improvements in cgats parser.
    * Fixed devicelink generation for 8 bits
    * Added a reference for Mac MLU tag
    * Added a way to read the profile creator from header
    * Added identity curves support for write V2 LUT
    * Added TIFF Lab16 handling on tifficc
    * Fixed a bug in parametric curves
    * Rendering intent used when creating the transform is
now propagated to profile header in cmsTransform2Devicelink.
    * Transform2Devicelink now keeps white point when
guessing deviceclass is enabled
    * Added some checks for non-happy path, mostly failing
mallocs (bnc#826097).

For further changes please see the ChangeLog in the RPM.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:22.678-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:58.125-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:04.104-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="lcms2 RPM is earlier than 0:2.5-0.7.1" test_ref="oval:org.mitre.oval:tst:119080"/>
          <criterion comment="liblcms2-2 RPM is earlier than 0:2.5-0.7.1" test_ref="oval:org.mitre.oval:tst:119461"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25715" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1364-1 -- Security update for telepathy-idle</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>telepathy-idle</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131364-1.html" ref_id="SUSE-SU-2013:1364-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6746" ref_id="CVE-2007-6746"/>
        <description>Telepathy-idle did not check SSL certificates.
CVE-2007-6746 was assigned  to this issue.

Security Issue reference:

    * CVE-2007-6746
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6746
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:04.855-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:58.010-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:03.984-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="telepathy-idle RPM is earlier than 0:0.1.5-1.5.1" test_ref="oval:org.mitre.oval:tst:118646"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25712" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0717-1 -- Security update for icedtea-web</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>icedtea-web</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130717-1.html" ref_id="SUSE-SU-2013:0717-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1927" ref_id="CVE-2013-1927"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1926" ref_id="CVE-2013-1926"/>
        <description>This update to version 1.3.2 fixes several security updates
and common  fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:20">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:20.012-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:57.247-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:03.182-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="icedtea-web RPM is earlier than 0:1.3.2-0.5.1" test_ref="oval:org.mitre.oval:tst:120394"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25711" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0719-1 -- Recommended update for pure-ftpd</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pure-ftpd</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130719-1.html" ref_id="SUSE-RU-2013:0719-1"/>
        <description>This update for pure-ftpd improves SSL/TLS compatibility
with some FTP  clients.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:03.896-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:57.189-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:03.109-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="pure-ftpd RPM is earlier than 0:1.0.22-3.19.1" test_ref="oval:org.mitre.oval:tst:120146"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25710" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1345-1 -- Security update for OpenSSH</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>OpenSSH</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131345-1.html" ref_id="SUSE-SU-2013:1345-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-5107" ref_id="CVE-2010-5107"/>
        <description>This update for OpenSSH provides the following fixes:

    * Implement remote denial of service hardening.
(bnc#802639, CVE-2010-5107)
    * Use only FIPS 140-2 approved algorithms when FIPS
mode is detected. (bnc#755505, bnc#821039)
    * Do not link OpenSSH binaries with LDAP libraries.
(bnc#826906)

Security Issue reference:

    * CVE-2010-5107
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-5107
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:11.161-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:57.069-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:02.852-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="openssh RPM is earlier than 0:5.1p1-41.57.1" test_ref="oval:org.mitre.oval:tst:118524"/>
          <criterion comment="openssh-askpass RPM is earlier than 0:5.1p1-41.57.1" test_ref="oval:org.mitre.oval:tst:118687"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25708" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1212-1 -- Recommended update for postfix</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>postfix</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131212-1.html" ref_id="SUSE-RU-2013:1212-1"/>
        <description>This update fixes the following issues:

    * bnc#821632 - automatic installation stops with error
during Postfix configuration
    * bnc#768637 - chown: cannot access
postfix-doc/README_FILES</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:20.532-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:57.004-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:02.745-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="postfix RPM is earlier than 0:2.5.13-0.21.1" test_ref="oval:org.mitre.oval:tst:119336"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="postfix-doc RPM is earlier than 0:2.5.13-0.21.1" test_ref="oval:org.mitre.oval:tst:119226"/>
            <criterion comment="postfix-mysql RPM is earlier than 0:2.5.13-0.21.1" test_ref="oval:org.mitre.oval:tst:119333"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25707" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1099-1 -- Security update for xorg-x11-libXext</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXext</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131099-1.html" ref_id="SUSE-SU-2013:1099-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1982" ref_id="CVE-2013-1982"/>
        <description>This update of xorg-x11-libXext fixes several integer
overflow issues  (bnc#815451, bnc#821665, CVE-2013-1982)

Security Issue reference:

    * CVE-2013-1982
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1982
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:01.578-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:56.886-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:02.607-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="xorg-x11-libXext RPM is earlier than 0:7.4-1.18.1" test_ref="oval:org.mitre.oval:tst:119769"/>
            <criterion comment="xorg-x11-libXext-32bit RPM is earlier than 0:7.4-1.18.1" test_ref="oval:org.mitre.oval:tst:119473"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="xorg-x11-libXext-devel RPM is earlier than 0:7.4-1.18.1" test_ref="oval:org.mitre.oval:tst:119907"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25705" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1094-2 -- Recommended update for SUSE Manager client tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SUSE Manager client tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131094-2.html" ref_id="SUSE-RU-2013:1094-2"/>
        <description>This update fixes the following issues:

rhnlib: - Make timeout of yum-rhn-plugin calls through
rhn-client-tools  configurable - Make Proxy timeouts
configurable.

spacewalk-client-tools: - Create mgr* program symbolic
links - Correctly  handle a deactivated account error
message - Require rhnlib with timeout  option - Make
timeout configurable.

zypp-plugin-spacewalk: - Always disable gpgcheck for
repositories in  spacewalk service - Use timeout also for
XMLRPC calls if possible - Read  transfer_timeout from
zypp.conf and provide it via URL.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:40.348-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:56.813-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:02.520-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="rhnlib RPM is earlier than 0:2.5.51.4-0.5.1" test_ref="oval:org.mitre.oval:tst:119748"/>
          <criterion comment="zypp-plugin-spacewalk RPM is earlier than 0:0.9.2-0.5.5" test_ref="oval:org.mitre.oval:tst:119305"/>
          <criterion comment="spacewalk-check RPM is earlier than 0:1.7.14.16-0.5.2" test_ref="oval:org.mitre.oval:tst:118984"/>
          <criterion comment="spacewalk-client-setup RPM is earlier than 0:1.7.14.16-0.5.2" test_ref="oval:org.mitre.oval:tst:119773"/>
          <criterion comment="spacewalk-client-tools RPM is earlier than 0:1.7.14.16-0.5.2" test_ref="oval:org.mitre.oval:tst:119697"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25702" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1875-1 -- Security update for krb5</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>krb5</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131875-1.html" ref_id="SUSE-SU-2013:1875-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1418" ref_id="CVE-2013-1418"/>
        <description>This update for krb5 fixes the following security issue:

    * If a KDC serves multiple realms, certain requests
could cause setup_server_realm() to dereference a null
pointer, crashing the KDC. (CVE-2013-1418)

Security Issues:

    * CVE-2013-1418
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1418
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:52.995-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:56.633-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:02.349-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5 RPM is earlier than 0:1.6.3-133.49.58.1" test_ref="oval:org.mitre.oval:tst:117877"/>
            <criterion comment="krb5-client RPM is earlier than 0:1.6.3-133.49.58.1" test_ref="oval:org.mitre.oval:tst:117764"/>
            <criterion comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.58.1" test_ref="oval:org.mitre.oval:tst:117845"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.58.1" test_ref="oval:org.mitre.oval:tst:117538"/>
            <criterion comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.58.1" test_ref="oval:org.mitre.oval:tst:117973"/>
            <criterion comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.58.1" test_ref="oval:org.mitre.oval:tst:117794"/>
            <criterion comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.58.1" test_ref="oval:org.mitre.oval:tst:118088"/>
            <criterion comment="krb5-server RPM is earlier than 0:1.6.3-133.49.58.1" test_ref="oval:org.mitre.oval:tst:117376"/>
            <criterion comment="krb5-doc RPM is earlier than 0:1.6.3-133.49.58.1" test_ref="oval:org.mitre.oval:tst:117767"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25699" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1601-1 -- Recommended update for elilo</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>elilo</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131601-1.html" ref_id="SUSE-RU-2013:1601-1"/>
        <description>This update contains the following changes in elilo:

    * SecureBoot: cope with separate '/boot' file-system.
(bnc#825932)
    * SecureBoot: improve detection of file-system UUIDs.
(bnc#828835)
    * Correctly handle installation to 'BOOT'.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:17.081-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:56.569-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:02.274-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="elilo RPM is earlier than 0:3.14-0.32.1" test_ref="oval:org.mitre.oval:tst:118270"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25698" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1970-1 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131970-1.html" ref_id="SUSE-RU-2013:1970-1"/>
        <description>This update provides the latest timezone information for
your system. The  changes in detail are:

    * Jordan switches back to standard time at 00:00 on
December 20 2013
    * The compile-time flag NOSOLAR has been removed
    * The files solar87, solar88, solar89 are no longer
distributed.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:53.716-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:56.500-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:02.172-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="timezone RPM is earlier than 0:2013i-0.6.1" test_ref="oval:org.mitre.oval:tst:118053"/>
          <criterion comment="timezone-java RPM is earlier than 0:2013i-0.6.1" test_ref="oval:org.mitre.oval:tst:117927"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25697" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1490-1 -- Recommended update for multipath-tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>multipath-tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131490-1.html" ref_id="SUSE-RU-2013:1490-1"/>
        <description>This consolidated update for multipath-tools provides the
following fixes:

    * Reset queue_if_no_path if flush failed. (bnc#828868)
    * Fix setting of fast_io_fail_tmo. (bnc#824148)
    * Create correct symbolic links for PATH_FAILED events.
(bnc#797799)
    * Increase dev_loss_tmo prior to fast_io_fail.
(bnc#800353)
    * alua: Do not add preferred path priority for
active/optimized. (bnc#802456)
    * Document 'infinity' as possible value for
dev_loss_tmo. (bnc#802837, bnc#803262)
    * Add 'Datacore Virtual Disk' to internal hardware
table. (bnc#802837)
    * Add path when transitioned from 'blocked' state.
(bnc#789008)
    * Handle blocked FC rports. (bnc#787438)
    * Document rr_min_io_rq. (bnc#774610)
    * Backport miscellaneous fixes from mainline: o Don't
set queue_if_no_path without multipathd o Open
stdout/stderr in read/write mode o Better argument type
checking o Use VECTOR_SIZE for vector_foreach_slot_after()
o Fix memory leak in add_map_without_path() o Shorten
timeout for alua prio callout o Handle offlined path o Set
ACT_RESIZE when the size has changed o Check header file
instead of installed lib o kpartx: verify GUID partition
entry size.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:20.607-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:56.431-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:02.082-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="kpartx RPM is earlier than 0:0.4.9-0.70.72.1" test_ref="oval:org.mitre.oval:tst:118125"/>
          <criterion comment="multipath-tools RPM is earlier than 0:0.4.9-0.70.72.1" test_ref="oval:org.mitre.oval:tst:117911"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25696" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1812-1 -- Recommended update for yast2-ldap-client</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-ldap-client</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131812-1.html" ref_id="SUSE-RU-2013:1812-1"/>
        <description>This update fixes yast2-ldap-client do no longer modify the
nscd cache  value when running on Open Enterprise Server.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:06.824-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:56.362-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:02.009-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2-ldap-client RPM is earlier than 0:2.17.38-0.7.2" test_ref="oval:org.mitre.oval:tst:118166"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25695" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1874-1 -- Recommended update for Mesa, libdrm and xorg-x11-driver-video</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mesa</product>
          <product>libdrm</product>
          <product>xorg-x11-driver-video</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131874-1.html" ref_id="SUSE-RU-2013:1874-1"/>
        <description>This collective update for Mesa, xorg-x11-driver-video and
libdrm adds  support for new Intel Haswell video chipsets.

Additionally, the following issues have been fixed:

    * Fix intel_reg_dumper tool for Intel Gen2/3 platforms.
(bnc#808855)
    * Do not change DPMS mode on unconnected outputs.
(bnc#817998)
    * Remove GLU debug output on normal builds. (bnc#845820)
    * Add missing initialization of return status in
i830CreateContext(). (bnc#847068)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:02">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:52.039-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:56.289-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:01.923-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="Mesa RPM is earlier than 0:9.0.3-0.25.1" test_ref="oval:org.mitre.oval:tst:117427"/>
          <criterion comment="libdrm RPM is earlier than 0:2.4.41-0.10.8" test_ref="oval:org.mitre.oval:tst:118083"/>
          <criterion comment="xorg-x11-driver-video RPM is earlier than 0:7.4.0.1-0.85.5" test_ref="oval:org.mitre.oval:tst:117958"/>
          <criterion comment="Mesa-32bit RPM is earlier than 0:9.0.3-0.25.1" test_ref="oval:org.mitre.oval:tst:118018"/>
          <criterion comment="libdrm-32bit RPM is earlier than 0:2.4.41-0.10.8" test_ref="oval:org.mitre.oval:tst:118032"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25694" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0326-1 -- Security update for Samba</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Samba</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130326-1.html" ref_id="SUSE-SU-2013:0326-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0214" ref_id="CVE-2013-0214"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0213" ref_id="CVE-2013-0213"/>
        <description>The Samba Web Administration Tool (SWAT) in Samba versions
3.0.x to 4.0.1  was affected by a cross-site request
forgery (CVE-2013-0214) and a  click-jacking attack
(CVE-2013-0213). This has been fixed.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:13.443-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:56.062-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:01.644-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="ldapsmb RPM is earlier than 0:1.34b-12.30.1" test_ref="oval:org.mitre.oval:tst:120831"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libldb1 RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120475"/>
            <criterion comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:121046"/>
            <criterion comment="libtalloc1 RPM is earlier than 0:3.4.3-1.42.11" test_ref="oval:org.mitre.oval:tst:121152"/>
            <criterion comment="libtalloc2 RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120792"/>
            <criterion comment="libtdb1 RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120917"/>
            <criterion comment="libtevent0 RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120869"/>
            <criterion comment="libwbclient0 RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120912"/>
            <criterion comment="samba RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120753"/>
            <criterion comment="samba-client RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120758"/>
            <criterion comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120978"/>
            <criterion comment="samba-winbind RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:121023"/>
            <criterion comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:121065"/>
            <criterion comment="libtalloc1-32bit RPM is earlier than 0:3.4.3-1.42.11" test_ref="oval:org.mitre.oval:tst:120958"/>
            <criterion comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:121001"/>
            <criterion comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120891"/>
            <criterion comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120999"/>
            <criterion comment="samba-32bit RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120861"/>
            <criterion comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120765"/>
            <criterion comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120270"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120721"/>
            <criterion comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.30.1" test_ref="oval:org.mitre.oval:tst:120596"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25693" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1867-1 -- Security update for Xen</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Xen</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131867-1.html" ref_id="SUSE-SU-2013:1867-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4494" ref_id="CVE-2013-4494"/>
        <description>Xen has been updated to fix a security issue and a bug:

    * CVE-2013-4494: XSA-73: A lock order reversal between
page allocation and grant table locks could lead to host
crashes or even host code execution.

A non-security bug has also been fixed:

    * It is possible to start a VM twice on the same node
(bnc#840997)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:11.685-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:55.972-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:01.535-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xen-kmp-default RPM is earlier than 0:4.1.6_04_3.0.101_0.5-0.5.1" test_ref="oval:org.mitre.oval:tst:117943"/>
          <criterion comment="xen-kmp-trace RPM is earlier than 0:4.1.6_04_3.0.101_0.5-0.5.1" test_ref="oval:org.mitre.oval:tst:117554"/>
          <criterion comment="xen-libs RPM is earlier than 0:4.1.6_04-0.5.1" test_ref="oval:org.mitre.oval:tst:117935"/>
          <criterion comment="xen-tools-domU RPM is earlier than 0:4.1.6_04-0.5.1" test_ref="oval:org.mitre.oval:tst:118070"/>
          <criterion comment="xen RPM is earlier than 0:4.1.6_04-0.5.1" test_ref="oval:org.mitre.oval:tst:117196"/>
          <criterion comment="xen-doc-html RPM is earlier than 0:4.1.6_04-0.5.1" test_ref="oval:org.mitre.oval:tst:118062"/>
          <criterion comment="xen-doc-pdf RPM is earlier than 0:4.1.6_04-0.5.1" test_ref="oval:org.mitre.oval:tst:117706"/>
          <criterion comment="xen-libs-32bit RPM is earlier than 0:4.1.6_04-0.5.1" test_ref="oval:org.mitre.oval:tst:117997"/>
          <criterion comment="xen-tools RPM is earlier than 0:4.1.6_04-0.5.1" test_ref="oval:org.mitre.oval:tst:118073"/>
          <criterion comment="xen-kmp-pae RPM is earlier than 0:4.1.6_04_3.0.101_0.5-0.5.1" test_ref="oval:org.mitre.oval:tst:118001"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25692" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1570-1 -- Recommended update for postfix</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>postfix</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131570-1.html" ref_id="SUSE-RU-2013:1570-1"/>
        <description>This update fixes the following issues:

    * Automatic installation stops with error during
Postfix configuration.
    * SuSEconfig.postfix: don't mount /proc inside chroot.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:19">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:54.890-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:55.903-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:01.457-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="postfix RPM is earlier than 0:2.9.4-0.15.1" test_ref="oval:org.mitre.oval:tst:118476"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="postfix-doc RPM is earlier than 0:2.9.4-0.15.1" test_ref="oval:org.mitre.oval:tst:118543"/>
            <criterion comment="postfix-mysql RPM is earlier than 0:2.9.4-0.15.1" test_ref="oval:org.mitre.oval:tst:118354"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25690" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1378-1 -- Recommended update for yast2-sound</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-sound</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131378-1.html" ref_id="SUSE-RU-2013:1378-1"/>
        <description>This update of YaST's Sound module resolves the following
issue:

    * Do not restore mixer settings when displaying the
main dialog. (bnc#740333)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:49">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:04.685-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:55.832-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:01.375-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="yast2-sound RPM is earlier than 0:2.17.21-0.5.151" test_ref="oval:org.mitre.oval:tst:118600"/>
          <criterion comment="yast2-sound RPM is earlier than 0:2.17.21-0.5.149" test_ref="oval:org.mitre.oval:tst:117863"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25689" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1075-1 -- Security update for Xen</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Xen</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131075-1.html" ref_id="SUSE-SU-2013:1075-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1918" ref_id="CVE-2013-1918"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1952" ref_id="CVE-2013-1952"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2076" ref_id="CVE-2013-2076"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2077" ref_id="CVE-2013-2077"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2078" ref_id="CVE-2013-2078"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2072" ref_id="CVE-2013-2072"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1917" ref_id="CVE-2013-1917"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1919" ref_id="CVE-2013-1919"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1920" ref_id="CVE-2013-1920"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1964" ref_id="CVE-2013-1964"/>
        <description>XEN has been updated to 4.1.5 c/s 23509 to fix various bugs
and security  issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:57">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:57.142-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:55.260-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:00.881-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xen-kmp-default RPM is earlier than 0:4.1.5_02_3.0.74_0.6.10-0.5.1" test_ref="oval:org.mitre.oval:tst:119269"/>
          <criterion comment="xen-kmp-trace RPM is earlier than 0:4.1.5_02_3.0.74_0.6.10-0.5.1" test_ref="oval:org.mitre.oval:tst:119845"/>
          <criterion comment="xen-libs RPM is earlier than 0:4.1.5_02-0.5.1" test_ref="oval:org.mitre.oval:tst:119894"/>
          <criterion comment="xen-tools-domU RPM is earlier than 0:4.1.5_02-0.5.1" test_ref="oval:org.mitre.oval:tst:119947"/>
          <criterion comment="xen RPM is earlier than 0:4.1.5_02-0.5.1" test_ref="oval:org.mitre.oval:tst:119856"/>
          <criterion comment="xen-doc-html RPM is earlier than 0:4.1.5_02-0.5.1" test_ref="oval:org.mitre.oval:tst:119692"/>
          <criterion comment="xen-doc-pdf RPM is earlier than 0:4.1.5_02-0.5.1" test_ref="oval:org.mitre.oval:tst:119621"/>
          <criterion comment="xen-libs-32bit RPM is earlier than 0:4.1.5_02-0.5.1" test_ref="oval:org.mitre.oval:tst:120021"/>
          <criterion comment="xen-tools RPM is earlier than 0:4.1.5_02-0.5.1" test_ref="oval:org.mitre.oval:tst:119782"/>
          <criterion comment="xen-kmp-pae RPM is earlier than 0:4.1.5_02_3.0.74_0.6.10-0.5.1" test_ref="oval:org.mitre.oval:tst:120024"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25688" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1173-1 -- Recommended update for icedtea-web</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>icedtea-web</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131173-1.html" ref_id="SUSE-RU-2013:1173-1"/>
        <description>This update for icedtea-web fixes a regression introduced
by the latest  OpenJDK update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:13.758-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:55.203-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:00.801-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="icedtea-web RPM is earlier than 0:1.4-0.7.1" test_ref="oval:org.mitre.oval:tst:119476"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25687" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1923-1 -- Security update for Xen</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Xen</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131923-1.html" ref_id="SUSE-SU-2013:1923-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4494" ref_id="CVE-2013-4494"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4553" ref_id="CVE-2013-4553"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4554" ref_id="CVE-2013-4554"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6375" ref_id="CVE-2013-6375"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4551" ref_id="CVE-2013-4551"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1922" ref_id="CVE-2013-1922"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2007" ref_id="CVE-2013-2007"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4375" ref_id="CVE-2013-4375"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4416" ref_id="CVE-2013-4416"/>
        <description>The Xen hypervisor and tool-suite have been updated to fix
security issues and bugs.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:16.664-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:54.712-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:00.352-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.3_08_3.0.101_0.8-0.7.1" test_ref="oval:org.mitre.oval:tst:117870"/>
          <criterion comment="xen-libs RPM is earlier than 0:4.2.3_08-0.7.1" test_ref="oval:org.mitre.oval:tst:118106"/>
          <criterion comment="xen-tools-domU RPM is earlier than 0:4.2.3_08-0.7.1" test_ref="oval:org.mitre.oval:tst:117961"/>
          <criterion comment="xen RPM is earlier than 0:4.2.3_08-0.7.1" test_ref="oval:org.mitre.oval:tst:117832"/>
          <criterion comment="xen-doc-html RPM is earlier than 0:4.2.3_08-0.7.1" test_ref="oval:org.mitre.oval:tst:117413"/>
          <criterion comment="xen-doc-pdf RPM is earlier than 0:4.2.3_08-0.7.1" test_ref="oval:org.mitre.oval:tst:118136"/>
          <criterion comment="xen-libs-32bit RPM is earlier than 0:4.2.3_08-0.7.1" test_ref="oval:org.mitre.oval:tst:118096"/>
          <criterion comment="xen-tools RPM is earlier than 0:4.2.3_08-0.7.1" test_ref="oval:org.mitre.oval:tst:117141"/>
          <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.3_08_3.0.101_0.8-0.7.1" test_ref="oval:org.mitre.oval:tst:117796"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25686" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1866-1 -- Security update for strongswan</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>strongswan</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131866-1.html" ref_id="SUSE-SU-2013:1866-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5018" ref_id="CVE-2013-5018"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6075" ref_id="CVE-2013-6075"/>
        <description>This strongswan update fixes security issues and bugs:

    * CVE-2013-5018: Specially crafted XAuth usernames and
EAP identities could cause a crash in strongswan.
    * CVE-2013-6075: A crafted ID packet can be used by
remote attackers to crash the server or potentially gain
authentication privileges under certain circumstances.

Additionally, a bug in route recursion limits was fixed:

    * Charon segfaults when left=%any / recursion limit.
(bnc#840826)

Security Issues:

    * CVE-2013-5018
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5018
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:07.009-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:54.635-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:00.279-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="strongswan RPM is earlier than 0:4.4.0-6.21.1" test_ref="oval:org.mitre.oval:tst:117879"/>
          <criterion comment="strongswan-doc RPM is earlier than 0:4.4.0-6.21.1" test_ref="oval:org.mitre.oval:tst:118016"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25685" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1102-2 -- Security update for xorg-x11-libXp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131102-2.html" ref_id="SUSE-SU-2013:1102-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2062" ref_id="CVE-2013-2062"/>
        <description>This update of xorg-x11-libXp fixes several integer
overflow issues.

Bug 815451/821668 CVE-2013-2062

Security Issues:

    * CVE-2013-2062
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2062
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:15.372-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:54.523-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:00.151-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-libXp RPM is earlier than 0:7.4-1.18.1" test_ref="oval:org.mitre.oval:tst:118831"/>
          <criterion comment="xorg-x11-libXp-32bit RPM is earlier than 0:7.4-1.18.1" test_ref="oval:org.mitre.oval:tst:119381"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25683" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1551-2 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131551-2.html" ref_id="SUSE-RU-2013:1551-2"/>
        <description>This update provides the latest timezone information for
your system. The  changes in detail are:

    * Morocco now observes DST from the last Sunday in
March to the last Sunday in October, not April to September
respectively.
    * Tocantins will very likely not observe DST starting
this spring
    * Jordan will likely stay at UTC+3 indefinitely
    * Palestine will fall back at 00:00, not 01:00
    * This year Fiji will start DST on October 27, not
October 20
    * Use WIB/WITA/WIT rather than WIT/CIT/EIT for
alphabetic Indonesian time zone abbreviations since 1932
    * Use ART (UTC-3, standard time), rather than WARST
(also UTC-3, but daylight saving time) for San Luis,
Argentina since 2009.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:39">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:04.501-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:54.453-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:03:00.056-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="timezone RPM is earlier than 0:2013g-0.6.1" test_ref="oval:org.mitre.oval:tst:118415"/>
          <criterion comment="timezone-java RPM is earlier than 0:2013g-0.6.1" test_ref="oval:org.mitre.oval:tst:118437"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25682" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1097-1 -- Security update for xorg-x11-libXfixes</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXfixes</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131097-1.html" ref_id="SUSE-SU-2013:1097-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1983" ref_id="CVE-2013-1983"/>
        <description>This update of xorg-x11-libXfixes fixes a integer overflow
issue  (bnc#815451, bnc#821667, CVE-2013-1983).

Security Issue reference:

    * CVE-2013-1983
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1983
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:48.462-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:54.329-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:59.925-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="xorg-x11-libXfixes RPM is earlier than 0:7.4-1.16.1" test_ref="oval:org.mitre.oval:tst:120012"/>
            <criterion comment="xorg-x11-libXfixes-32bit RPM is earlier than 0:7.4-1.16.1" test_ref="oval:org.mitre.oval:tst:119995"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="xorg-x11-libXfixes-devel RPM is earlier than 0:7.4-1.16.1" test_ref="oval:org.mitre.oval:tst:119467"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25680" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0272-1 -- Recommended update for gnome-session</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gnome-session</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130272-1.html" ref_id="SUSE-RU-2013:0272-1"/>
        <description>This update to gnome-session fixes a login failure when the
"Create Home  Dir" option is not selected in the Windows
Domain membership for an Active  Directory user.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:42:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:05.630-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:54.049-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:59.710-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gnome-session RPM is earlier than 0:2.28.0-3.9.1" test_ref="oval:org.mitre.oval:tst:120881"/>
          <criterion comment="gnome-session-lang RPM is earlier than 0:2.28.0-3.9.1" test_ref="oval:org.mitre.oval:tst:121141"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25678" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0750-1 -- Recommended update for ncpfs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ncpfs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130750-1.html" ref_id="SUSE-RU-2013:0750-1"/>
        <description>This update for ncpfs provides the following fix:

    * Do not log watchdog messages every minute.
(bnc#777618)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:20.945-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:53.986-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:59.630-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="ncpfs RPM is earlier than 0:2.2.6-147.31.1" test_ref="oval:org.mitre.oval:tst:120263"/>
          <criterion comment="ncpfs-32bit RPM is earlier than 0:2.2.6-147.31.1" test_ref="oval:org.mitre.oval:tst:119346"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25677" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1598-1 -- Recommended update for kdump</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kdump</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131598-1.html" ref_id="SUSE-RU-2013:1598-1"/>
        <description>This update for kdump fixes the following issue:

    * #833323: kernel dump output storing over SSH does not
work</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:04">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:59.991-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:53.922-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:59.558-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kdump RPM is earlier than 0:0.8.4-0.37.1" test_ref="oval:org.mitre.oval:tst:118435"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25676" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1972-1 -- Recommended update for xkeyboard-config</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xkeyboard-config</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131972-1.html" ref_id="SUSE-RU-2013:1972-1"/>
        <description>This update for xkeyboard-config provides the following
fixes:

    * On the Netherlands keyboard layout, Alt-Gr + key-5
should send the "1/2" symbol instead of the "Euro" symbol.
(bnc#849906)
    * On the Portuguese keyboard layout, Alt-Gr + key-&lt;
should send the backslash ("") instead of the pipe ("|")
symbol. (bnc#821683)
    * Add missing backslash/bar mapping to "us"
international variants. (bnc#773804)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:09.038-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:53.859-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:59.494-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="xkeyboard-config RPM is earlier than 0:1.5-4.44.1" test_ref="oval:org.mitre.oval:tst:117741"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25671" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1273-1 -- Recommended update for open-iscsi</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>open-iscsi</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131273-1.html" ref_id="SUSE-RU-2013:1273-1"/>
        <description>The Open-iSCSI Software Initiator has been updated to
version 2.0.873,  which brings improved IPv6 support and
fixes many issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:57">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:24.707-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:53.661-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:59.283-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="open-iscsi RPM is earlier than 0:2.0.873-0.6.3.1" test_ref="oval:org.mitre.oval:tst:118835"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25670" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1967-1 -- Security update for acroread</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>acroread</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131967-1.html" ref_id="SUSE-SU-2013:1967-1"/>
        <description>Adobe has discontinued the support of Adobe Reader for
Linux in June 2013.

Newer security problems and bugs are no longer fixed.

As the Adobe Reader is binary only software and we cannot
provide a  replacement, SUSE declares the acroread package
of Adobe Reader as being  out of support and unmaintained.

If you do not need Acrobat Reader, we recommend to
uninstall the "acroread"  package.

This update removes the Acrobat Reader PDF plugin to avoid
automatic  exploitation by clicking on web pages with
embedded PDFs.

The stand alone "acroread" binary is still available, but
again, we do not  recommend to use it.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:06.109-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:53.585-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:59.205-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="acroread-cmaps RPM is earlier than 0:9.4.6-0.4.5.1" test_ref="oval:org.mitre.oval:tst:118033"/>
          <criterion comment="acroread-fonts-ja RPM is earlier than 0:9.4.6-0.4.5.1" test_ref="oval:org.mitre.oval:tst:118041"/>
          <criterion comment="acroread-fonts-ko RPM is earlier than 0:9.4.6-0.4.5.1" test_ref="oval:org.mitre.oval:tst:117690"/>
          <criterion comment="acroread-fonts-zh_CN RPM is earlier than 0:9.4.6-0.4.5.1" test_ref="oval:org.mitre.oval:tst:117902"/>
          <criterion comment="acroread-fonts-zh_TW RPM is earlier than 0:9.4.6-0.4.5.1" test_ref="oval:org.mitre.oval:tst:117668"/>
          <criterion comment="acroread RPM is earlier than 0:9.5.5-0.5.5.1" test_ref="oval:org.mitre.oval:tst:118109"/>
          <criterion comment="acroread_ja RPM is earlier than 0:9.4.2-0.4.1" test_ref="oval:org.mitre.oval:tst:117447"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25667" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1100-1 -- Security update for xorg-x11-libX11</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libX11</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131100-1.html" ref_id="SUSE-SU-2013:1100-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1981" ref_id="CVE-2013-1981"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1997" ref_id="CVE-2013-1997"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2004" ref_id="CVE-2013-2004"/>
        <description>This update of xorg-x11-libX11 fixes several security
issues (bnc#815451,  bnc#821664).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:26">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:58.980-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:52.281-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:58.078-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="xorg-x11-libX11 RPM is earlier than 0:7.4-5.11.11.1" test_ref="oval:org.mitre.oval:tst:119887"/>
            <criterion comment="xorg-x11-libX11-32bit RPM is earlier than 0:7.4-5.11.11.1" test_ref="oval:org.mitre.oval:tst:119727"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="xorg-x11-libX11-devel RPM is earlier than 0:7.4-5.11.11.1" test_ref="oval:org.mitre.oval:tst:119964"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25666" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0791-1 -- Recommended update for util-linux</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>util-linux</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140791-1.html" ref_id="SUSE-RU-2014:0791-1"/>
        <description>This update for util-linux provides the several fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:04:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:42.523-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:09.963-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:17.393-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libblkid1 RPM is earlier than 0:2.19.1-6.54.1" test_ref="oval:org.mitre.oval:tst:122168"/>
            <criterion comment="libuuid1 RPM is earlier than 0:2.19.1-6.54.1" test_ref="oval:org.mitre.oval:tst:121994"/>
            <criterion comment="util-linux RPM is earlier than 0:2.19.1-6.54.1" test_ref="oval:org.mitre.oval:tst:122193"/>
            <criterion comment="util-linux-lang RPM is earlier than 0:2.19.1-6.54.1" test_ref="oval:org.mitre.oval:tst:121880"/>
            <criterion comment="uuid-runtime RPM is earlier than 0:2.19.1-6.54.1" test_ref="oval:org.mitre.oval:tst:121525"/>
            <criterion comment="libblkid1-32bit RPM is earlier than 0:2.19.1-6.54.1" test_ref="oval:org.mitre.oval:tst:122236"/>
            <criterion comment="libuuid1-32bit RPM is earlier than 0:2.19.1-6.54.1" test_ref="oval:org.mitre.oval:tst:121727"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libuuid-devel RPM is earlier than 0:2.19.1-6.54.1" test_ref="oval:org.mitre.oval:tst:122259"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25665" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0689-1 -- Recommended update for yast2-network</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-network</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130689-1.html" ref_id="SUSE-RU-2013:0689-1"/>
        <description>This collective update for YaST's Network Configuration
module  (yast2-network) provides some fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:41.912-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:52.213-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:58.005-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2-network RPM is earlier than 0:2.17.182.7-0.5.1" test_ref="oval:org.mitre.oval:tst:120513"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25664" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0644-1 -- Recommended update for glibc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glibc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130644-1.html" ref_id="SUSE-RU-2013:0644-1"/>
        <description>This collective update for the GNU C library (glibc)
provides the following  fixes and enhancements:

    * Fix nearbyintf() to avoid inexact exceptions when
fractional arguments are used. (bnc#795129)
    * Make sure /var/run/nscd exists before starting nscd.
(bnc#793146)
    * Avoid stack overflow in getaddrinfo() when host has
many addresses. (bnc#785041)
    * Disable nscd host caching by default. (fate#313420)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:37.861-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:52.131-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:57.781-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:120134"/>
            <criterion comment="glibc-devel RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:120169"/>
            <criterion comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:119582"/>
            <criterion comment="glibc-locale RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:119998"/>
            <criterion comment="nscd RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:120289"/>
            <criterion comment="glibc-32bit RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:120460"/>
            <criterion comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:120405"/>
            <criterion comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:120557"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc-html RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:120554"/>
            <criterion comment="glibc-info RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:120372"/>
            <criterion comment="glibc-profile RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:119752"/>
            <criterion comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.45.45.1" test_ref="oval:org.mitre.oval:tst:120545"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25663" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1866-2 -- Security update for strongswan</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>strongswan</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131866-2.html" ref_id="SUSE-SU-2013:1866-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5018" ref_id="CVE-2013-5018"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6075" ref_id="CVE-2013-6075"/>
        <description>This strongswan update fixes security issues and bugs:

    * CVE-2013-5018: Specially crafted XAuth usernames and
EAP identities can cause a crash in strongswan.
    * CVE-2013-6075: A crafted ID packet can be used by
remote attackers to crash the server or potentially gain
authentication privileges under certain circumstances.

Also a bug with route recursion limits was fixed:

    * Charon SEGFAULT when left=%any / recursion limit.
(bnc#840826)

Security Issues:

    * CVE-2013-5018
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5018
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:00.398-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:51.964-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:57.595-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="strongswan RPM is earlier than 0:4.4.0-6.21.1" test_ref="oval:org.mitre.oval:tst:117703"/>
          <criterion comment="strongswan-doc RPM is earlier than 0:4.4.0-6.21.1" test_ref="oval:org.mitre.oval:tst:117874"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25662" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1525-1 -- Recommended update for kernel-firmware</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kernel-firmware</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131525-1.html" ref_id="SUSE-RU-2013:1525-1"/>
        <description>This update for kernel-firmware provides the following
enhancement:

    * Update rtl_nic/rtl8168e-3.fw to the latest version
and add rtl8168f-{1,2}.fw. (bnc#805371)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:21.587-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:51.902-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:57.511-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kernel-firmware RPM is earlier than 0:20110923-0.19.23.1" test_ref="oval:org.mitre.oval:tst:118303"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25661" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1174-1 -- Security update for icedtea-web</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>icedtea-web</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131174-1.html" ref_id="SUSE-SU-2013:1174-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1926" ref_id="CVE-2013-1926"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1927" ref_id="CVE-2013-1927"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3422" ref_id="CVE-2012-3422"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3423" ref_id="CVE-2012-3423"/>
        <description>This update to IcedTea-Web 1.4 provides some fixes
and enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:37.358-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:51.593-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:57.244-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="icedtea-web RPM is earlier than 0:1.4-0.10.1" test_ref="oval:org.mitre.oval:tst:119490"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25660" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1828-1 -- Security update for ruby</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ruby</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131828-1.html" ref_id="SUSE-SU-2013:1828-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4164" ref_id="CVE-2013-4164"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0689" ref_id="CVE-2009-0689"/>
        <description>The following security issue has been fixed:

    * CVE-2013-4164: heap overflow in float point parsing</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:26">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:53.962-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:51.419-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:57.025-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="ruby RPM is earlier than 0:1.8.7.p357-0.9.13.1" test_ref="oval:org.mitre.oval:tst:118142"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="ruby-doc-html RPM is earlier than 0:1.8.7.p357-0.9.13.1" test_ref="oval:org.mitre.oval:tst:118036"/>
            <criterion comment="ruby-tk RPM is earlier than 0:1.8.7.p357-0.9.13.1" test_ref="oval:org.mitre.oval:tst:117656"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25658" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1275-1 -- Recommended update for GStreamer plug-ins</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>GStreamer plug-ins</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131275-1.html" ref_id="SUSE-RU-2013:1275-1"/>
        <description>This update for the GStreamer plug-ins enhances detection
of double-byte  character sets in the meta-data of music
files (bnc#458213).

Additionally an issue has been fixed which avoids artifacts
caused by the  edge effect (bnc#749974).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:25.172-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:51.281-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:56.856-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gstreamer-0_10-plugins-good RPM is earlier than 0:0.10.30-5.12.15" test_ref="oval:org.mitre.oval:tst:119149"/>
            <criterion comment="gstreamer-0_10-plugins-good-lang RPM is earlier than 0:0.10.30-5.12.15" test_ref="oval:org.mitre.oval:tst:118609"/>
            <criterion comment="gstreamer-0_10-plugins-v4l RPM is earlier than 0:0.10.30-0.12.14" test_ref="oval:org.mitre.oval:tst:119289"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="gstreamer-0_10-plugins-good-doc RPM is earlier than 0:0.10.30-5.12.15" test_ref="oval:org.mitre.oval:tst:119456"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25657" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1100-2 -- Security update for xorg-x11-libX11</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libX11</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131100-2.html" ref_id="SUSE-SU-2013:1100-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1981" ref_id="CVE-2013-1981"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1997" ref_id="CVE-2013-1997"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2004" ref_id="CVE-2013-2004"/>
        <description>This update of xorg-x11-libX11 fixes several security
issues.

Bug 815451/821664

CVE-2013-1981 CVE-2013-1997 CVE-2013-2004

Security Issues:

    * CVE-2013-1981
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1981
>
    * CVE-2013-1997
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1997
>
    * CVE-2013-2004
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2004
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:53">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:29.859-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:51.049-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:56.642-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-libX11 RPM is earlier than 0:7.4-5.11.11.1" test_ref="oval:org.mitre.oval:tst:119088"/>
          <criterion comment="xorg-x11-libX11-32bit RPM is earlier than 0:7.4-5.11.11.1" test_ref="oval:org.mitre.oval:tst:118846"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25652" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1384-1 -- Recommended update for suseRegister</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>suseRegister</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131384-1.html" ref_id="SUSE-RU-2013:1384-1"/>
        <description>This update for suseRegister adds a new command line
parameter to  clientSetup4SMT.sh, allowing the user to
accept a CA certificate in a  non-interactive way by
providing the fingerprint. (bnc#821853)

Additionally, the following issues have been fixed:

    * Escape special chars from proxy user and password.
(bnc#812475)
    * Pass correct proxy authentication flags to libcurl.
(bnc#812475)
    * Fix syntax errors in clientSetup4SMT.sh. (bnc#834801)
    * Specify a timeouts while getting the certificate.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:37">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:01.530-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:50.678-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:56.335-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="suseRegister RPM is earlier than 0:1.4-1.26.5.1" test_ref="oval:org.mitre.oval:tst:118664"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25649" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0886-1 -- Security update for cabextract</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>cabextract</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140886-1.html" ref_id="SUSE-SU-2014:0886-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2800" ref_id="CVE-2010-2800"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2801" ref_id="CVE-2010-2801"/>
        <description>cabextract was updated to fix two security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:01:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:36.882-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:08.922-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:17.014-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="cabextract RPM is earlier than 0:1.2-2.10.1" test_ref="oval:org.mitre.oval:tst:121265"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25646" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1325-1 -- Security update for Mozilla Firefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131325-1.html" ref_id="SUSE-SU-2013:1325-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1701" ref_id="CVE-2013-1701"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1702" ref_id="CVE-2013-1702"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1706" ref_id="CVE-2013-1706"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1707" ref_id="CVE-2013-1707"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1709" ref_id="CVE-2013-1709"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1710" ref_id="CVE-2013-1710"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1712" ref_id="CVE-2013-1712"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1713" ref_id="CVE-2013-1713"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1714" ref_id="CVE-2013-1714"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1717" ref_id="CVE-2013-1717"/>
        <description>This update to Firefox 17.0.8esr (bnc#833389) addresses:

    * MFSA 2013-63/CVE-2013-1701/CVE-2013-1702 (bmo#855331,
bmo#844088, bmo#858060, bmo#870200, bmo#874974, bmo#861530,
bmo#854157, bmo#893684, bmo#878703, bmo#862185, bmo#879139,
bmo#888107, bmo#880734)

Miscellaneous memory safety hazards have been fixed
(rv:23.0 / rv:17.0.8):

    * MFSA 2013-66/CVE-2013-1706/CVE-2013-1707 (bmo#888314,
bmo#888361) Buffer overflow in Mozilla Maintenance Service
and Mozilla Updater
    * MFSA 2013-68/CVE-2013-1709 (bmo#848253) Document URI
misrepresentation and masquerading
    * MFSA 2013-69/CVE-2013-1710 (bmo#871368) CRMF requests
allow for code execution and XSS attacks
    * MFSA 2013-71/CVE-2013-1712 (bmo#859072) Further
Privilege escalation through Mozilla Updater
    * MFSA 2013-72/CVE-2013-1713 (bmo#887098) Wrong
principal used for validating URI for some Javascript
components
    * MFSA 2013-73/CVE-2013-1714 (bmo#879787) Same-origin
bypass with web workers and XMLHttpRequest
    * MFSA 2013-75/CVE-2013-1717 (bmo#406541) Local Java
applets may read contents of local file system</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:26">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:16.150-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:50.510-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:55.702-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.8esr-0.7.2" test_ref="oval:org.mitre.oval:tst:118590"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.8esr-0.7.2" test_ref="oval:org.mitre.oval:tst:118219"/>
          <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.8esr-0.4.2.1" test_ref="oval:org.mitre.oval:tst:118703"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.8esr-0.4.2.1" test_ref="oval:org.mitre.oval:tst:118063"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25644" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1524-1 -- Recommended update for kernel-firmware</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kernel-firmware</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131524-1.html" ref_id="SUSE-RU-2013:1524-1"/>
        <description>This update for kernel-firmware provides the following
enhancements:

    * Add the new Intel Wilkins Peak BT firmwares (version
2e)
    * Update rtl_nic/rtl8168e-3.fw to its current version
and add rtl8168f-{1, 2}.fw
    * Add firmware for Realtek RTL8188EE
    * Remove duplicated sb16/* and yamaha/* firmware files
that conflict with alsa-firmware package
    * Add firmware files for Wilkins Peak 1/2 WiFi
(FATE#313607)
    * Update ar3k firmwares to v20130729 to fix loading
errors.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:10.972-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:50.444-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:55.624-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kernel-firmware RPM is earlier than 0:20110923-0.48.1" test_ref="oval:org.mitre.oval:tst:118462"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25643" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1231-1 -- Recommended update for kdump</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kdump</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131231-1.html" ref_id="SUSE-RU-2013:1231-1"/>
        <description>This update for Kdump fixes an issue that prevented
mkdumprd from  re-generating the kdump ramdisk after a
configuration file modification.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:04.895-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:50.382-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:55.546-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kdump RPM is earlier than 0:0.8.4-0.31.1" test_ref="oval:org.mitre.oval:tst:119051"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25640" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1402-1 -- Recommended update for libwebkit</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libwebkit</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131402-1.html" ref_id="SUSE-RU-2013:1402-1"/>
        <description>This update fixes a regression in libwebkit, because the
previous security  update contained a patch that disabled
JavaScript erroneously.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:14">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:11.676-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:50.238-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:55.424-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libwebkit-1_0-2 RPM is earlier than 0:1.2.7-0.17.1" test_ref="oval:org.mitre.oval:tst:118224"/>
          <criterion comment="libwebkit-lang RPM is earlier than 0:1.2.7-0.17.1" test_ref="oval:org.mitre.oval:tst:118185"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25637" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1060-1 -- Security update for GnuTLS</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>GnuTLS</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131060-1.html" ref_id="SUSE-SU-2013:1060-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2116" ref_id="CVE-2013-2116"/>
        <description>This update of GnuTLS fixes a regression introduced by the
previous update  that could have resulted in a Denial of
Service (application crash).

Security Issue reference:

    * CVE-2013-2116
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2116
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:34:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:46.973-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:49.912-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:55.024-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gnutls RPM is earlier than 0:2.4.1-24.39.47.1" test_ref="oval:org.mitre.oval:tst:119803"/>
            <criterion comment="libgnutls26 RPM is earlier than 0:2.4.1-24.39.47.1" test_ref="oval:org.mitre.oval:tst:120078"/>
            <criterion comment="libgnutls26-32bit RPM is earlier than 0:2.4.1-24.39.47.1" test_ref="oval:org.mitre.oval:tst:120098"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libgnutls-extra26 RPM is earlier than 0:2.4.1-24.39.47.1" test_ref="oval:org.mitre.oval:tst:120020"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gnutls RPM is earlier than 0:1.2.10-13.36.1" test_ref="oval:org.mitre.oval:tst:119625"/>
            <criterion comment="gnutls-devel RPM is earlier than 0:1.2.10-13.36.1" test_ref="oval:org.mitre.oval:tst:119232"/>
            <criterion comment="gnutls-32bit RPM is earlier than 0:1.2.10-13.36.1" test_ref="oval:org.mitre.oval:tst:119999"/>
            <criterion comment="gnutls-devel-32bit RPM is earlier than 0:1.2.10-13.36.1" test_ref="oval:org.mitre.oval:tst:119335"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25635" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1474-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131474-1.html" ref_id="SUSE-SU-2013:1474-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2148" ref_id="CVE-2013-2148"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2237" ref_id="CVE-2013-2237"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2232" ref_id="CVE-2013-2232"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2234" ref_id="CVE-2013-2234"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4162" ref_id="CVE-2013-4162"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1059" ref_id="CVE-2013-1059"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2164" ref_id="CVE-2013-2164"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2851" ref_id="CVE-2013-2851"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4163" ref_id="CVE-2013-4163"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1929" ref_id="CVE-2013-1929"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1819" ref_id="CVE-2013-1819"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1774" ref_id="CVE-2013-1774"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 2 kernel has been
updated to  version 3.0.93 and includes various bug and
security fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:15">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:15.359-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:47.388-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:52.404-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118487"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118434"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118265"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118396"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118307"/>
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118218"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118407"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:117575"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118475"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:117728"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118397"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.1.5_02_3.0.93_0.5-0.5.39" test_ref="oval:org.mitre.oval:tst:117904"/>
            <criterion comment="xen-kmp-trace RPM is earlier than 0:4.1.5_02_3.0.93_0.5-0.5.39" test_ref="oval:org.mitre.oval:tst:118410"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118368"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118331"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118364"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.1.5_02_3.0.93_0.5-0.5.39" test_ref="oval:org.mitre.oval:tst:118067"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:117963"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118398"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118232"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118050"/>
            <criterion comment="kernel-trace-extra RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:117772"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118315"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.93-0.5.1" test_ref="oval:org.mitre.oval:tst:118317"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25634" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1242-1 -- Recommended update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131242-1.html" ref_id="SUSE-RU-2013:1242-1"/>
        <description>The SSL module in Python has been adjusted to switch to
default SSL  certificate handling when no CA path is
passed. Additionally, python-xml  now explicitly obsoletes
pyxml.

    * #827982: Python: Enable SSL default certificate
validation.
    * #824713: python-xml should provide/obsolete pyxml.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:21.117-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:47.283-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:52.304-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119492"/>
            <criterion comment="python RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119241"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119525"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119288"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119205"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119059"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119368"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119436"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119457"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:118946"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119031"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:118883"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.8-0.19.1" test_ref="oval:org.mitre.oval:tst:119339"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25631" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0251-1 -- Recommended update for autofs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>autofs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130251-1.html" ref_id="SUSE-RU-2013:0251-1"/>
        <description>This update for AutoFS enables support to auto-mounting NFS
volumes on IPv6  networks. Additionally, it includes the
following fixes and improvements:

    * Fix isspace() wild card substitution
    * Fix mountd version retry
    * Mount using address for DNS round robin host names
    * Fix sanity checks for brackets in server name
    * Fix simple bind without SASL support
    * Fix nfs4 contacts portmap
    * Miscellaneous code analysis fixes</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:42:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:21.862-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:47.211-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:52.225-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="autofs RPM is earlier than 0:5.0.6-3.4.1" test_ref="oval:org.mitre.oval:tst:120982"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25629" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0023-1 -- Security update for pixman</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pixman</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140023-1.html" ref_id="SUSE-SU-2014:0023-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6425" ref_id="CVE-2013-6425"/>
        <description>This update fixes the following security issue with pixman:

    * Integer underflow when handling trapezoids.
(bnc#853824, CVE-2013-6425)

Security Issues:

    * CVE-2013-6425
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6425
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:21:54">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:20.797-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:47.018-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:52.022-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpixman-1-0 RPM is earlier than 0:0.24.4-0.15.1" test_ref="oval:org.mitre.oval:tst:117956"/>
            <criterion comment="libpixman-1-0-32bit RPM is earlier than 0:0.24.4-0.15.1" test_ref="oval:org.mitre.oval:tst:117946"/>
            <criterion comment="libpixman-1-0 RPM is earlier than 0:0.16.0-1.4.1" test_ref="oval:org.mitre.oval:tst:117831"/>
            <criterion comment="libpixman-1-0-32bit RPM is earlier than 0:0.16.0-1.4.1" test_ref="oval:org.mitre.oval:tst:117929"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libpixman-1-0-devel RPM is earlier than 0:0.16.0-1.4.1" test_ref="oval:org.mitre.oval:tst:118019"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25628" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1095-1 -- Security update for xorg-x11-libXrender</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXrender</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131095-1.html" ref_id="SUSE-SU-2013:1095-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1987" ref_id="CVE-2013-1987"/>
        <description>This update of xorg-x11-libXrender fixes several integer
overflow issues  (bnc#815451, bnc#821669, CVE-2013-1987).

Security Issue reference:

    * CVE-2013-1987
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1987
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:35">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:46.371-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:46.888-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:51.893-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="xorg-x11-libXrender RPM is earlier than 0:7.4-1.16.1" test_ref="oval:org.mitre.oval:tst:119926"/>
            <criterion comment="xorg-x11-libXrender-32bit RPM is earlier than 0:7.4-1.16.1" test_ref="oval:org.mitre.oval:tst:119278"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="xorg-x11-libXrender-devel RPM is earlier than 0:7.4-1.16.1" test_ref="oval:org.mitre.oval:tst:119398"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25625" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1807-1 -- Security update for mozilla-nspr, mozilla-nss</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mozilla-nspr</product>
          <product>mozilla-nss</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131807-1.html" ref_id="SUSE-SU-2013:1807-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5607" ref_id="CVE-2013-5607"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1741" ref_id="CVE-2013-1741"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5605" ref_id="CVE-2013-5605"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5606" ref_id="CVE-2013-5606"/>
        <description>Mozilla NSPR and NSS were updated to fix various security
bugs that could  be used to crash the browser or
potentially execute code.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:39">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:04.591-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:46.517-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:51.494-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libfreebl3 RPM is earlier than 0:3.15.3-0.8.1" test_ref="oval:org.mitre.oval:tst:118319"/>
            <criterion comment="libsoftokn3 RPM is earlier than 0:3.15.3-0.8.1" test_ref="oval:org.mitre.oval:tst:118057"/>
            <criterion comment="mozilla-nspr RPM is earlier than 0:4.10.2-0.3.1" test_ref="oval:org.mitre.oval:tst:117992"/>
            <criterion comment="mozilla-nss RPM is earlier than 0:3.15.3-0.8.1" test_ref="oval:org.mitre.oval:tst:118340"/>
            <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.15.3-0.8.1" test_ref="oval:org.mitre.oval:tst:118242"/>
            <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.15.3-0.8.1" test_ref="oval:org.mitre.oval:tst:117567"/>
            <criterion comment="libsoftokn3-32bit RPM is earlier than 0:3.15.3-0.8.1" test_ref="oval:org.mitre.oval:tst:118195"/>
            <criterion comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.2-0.3.1" test_ref="oval:org.mitre.oval:tst:117613"/>
            <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.15.3-0.8.1" test_ref="oval:org.mitre.oval:tst:118338"/>
            <criterion comment="libfreebl3 RPM is earlier than 0:3.15.3-0.3.1" test_ref="oval:org.mitre.oval:tst:118358"/>
            <criterion comment="mozilla-nss RPM is earlier than 0:3.15.3-0.3.1" test_ref="oval:org.mitre.oval:tst:117800"/>
            <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.15.3-0.3.1" test_ref="oval:org.mitre.oval:tst:118191"/>
            <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.15.3-0.3.1" test_ref="oval:org.mitre.oval:tst:118325"/>
            <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.15.3-0.3.1" test_ref="oval:org.mitre.oval:tst:117895"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="mozilla-nspr RPM is earlier than 0:4.10.2-0.5.1" test_ref="oval:org.mitre.oval:tst:118371"/>
            <criterion comment="mozilla-nspr-devel RPM is earlier than 0:4.10.2-0.5.1" test_ref="oval:org.mitre.oval:tst:117972"/>
            <criterion comment="mozilla-nss RPM is earlier than 0:3.15.3-0.5.1" test_ref="oval:org.mitre.oval:tst:118255"/>
            <criterion comment="mozilla-nss-devel RPM is earlier than 0:3.15.3-0.5.1" test_ref="oval:org.mitre.oval:tst:118169"/>
            <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.15.3-0.5.1" test_ref="oval:org.mitre.oval:tst:118350"/>
            <criterion comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.2-0.5.1" test_ref="oval:org.mitre.oval:tst:118327"/>
            <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.15.3-0.5.1" test_ref="oval:org.mitre.oval:tst:118290"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25623" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1909-1 -- Recommended update for virt-manager</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>virt-manager</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131909-1.html" ref_id="SUSE-RU-2013:1909-1"/>
        <description>This update for virt-manager provides the following fixes:

    * Don't write 'ram' XML attribute for video devices
other than QXL. (bnc#829284)
    * Allow allocation of hdb for emulated IDE disks.
(bnc#824720)
    * Don't reset DomU's 'Autostart' option after hardware
configuration changes. (bnc#822531)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:36">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:55.974-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:46.372-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:51.350-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="virt-manager RPM is earlier than 0:0.9.4-0.21.1" test_ref="oval:org.mitre.oval:tst:117909"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25621" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1642-1 -- Security update for libvirt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libvirt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131642-1.html" ref_id="SUSE-SU-2013:1642-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4296" ref_id="CVE-2013-4296"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5651" ref_id="CVE-2013-5651"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4311" ref_id="CVE-2013-4311"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4291" ref_id="CVE-2013-4291"/>
        <description>libvirt has been updated to the 1.0.5.6 stable release that
fixes bugs and  security issues:

    * CVE-2013-4296: Fix crash in
remoteDispatchDomainMemoryStats
    * CVE-2013-5651: virBitmapParse out-of-bounds read
access Libvirt on SLES 11 SP3 is not affected:
    * CVE-2013-4311: Add support for using 3-arg pkcheck
syntax for process ()
    * CVE-2013-4291: security: provide supplemental groups
even when parsing label ()

Changes in this version:

    * virsh: fix change-media bug on disk block type
    * Include process start time when doing polkit checks
    * qemuDomainChangeGraphics: Check listen address change
by listen type
    * python: return dictionary without value in case of no
blockjob
    * virbitmap: Refactor virBitmapParse to avoid access
beyond bounds of array

Also the following bug has been fixed:

    * Fix retrieval of SRIOV VF info, which prevented using
some SRIOV virtual functions in guest domains with ""
(bnc#837329)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:23">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:20.317-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:45.120-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:50.142-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libvirt RPM is earlier than 0:1.0.5.6-0.7.1" test_ref="oval:org.mitre.oval:tst:118193"/>
            <criterion comment="libvirt-client RPM is earlier than 0:1.0.5.6-0.7.1" test_ref="oval:org.mitre.oval:tst:118182"/>
            <criterion comment="libvirt-doc RPM is earlier than 0:1.0.5.6-0.7.1" test_ref="oval:org.mitre.oval:tst:118186"/>
            <criterion comment="libvirt-python RPM is earlier than 0:1.0.5.6-0.7.1" test_ref="oval:org.mitre.oval:tst:118197"/>
            <criterion comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.6-0.7.1" test_ref="oval:org.mitre.oval:tst:118126"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.6-0.7.1" test_ref="oval:org.mitre.oval:tst:118296"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25620" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1220-1 -- Recommended update for Brasero</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Brasero</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131220-1.html" ref_id="SUSE-RU-2013:1220-1"/>
        <description>This update for Brasero fixes creation of mp3 audio
projects.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:31">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:27:59.588-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:45.049-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:50.042-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="brasero RPM is earlier than 0:2.28.3-0.5.5.1" test_ref="oval:org.mitre.oval:tst:119313"/>
          <criterion comment="brasero-lang RPM is earlier than 0:2.28.3-0.5.5.1" test_ref="oval:org.mitre.oval:tst:119240"/>
          <criterion comment="libbrasero-burn0 RPM is earlier than 0:2.28.3-0.5.5.1" test_ref="oval:org.mitre.oval:tst:119309"/>
          <criterion comment="libbrasero-media0 RPM is earlier than 0:2.28.3-0.5.5.1" test_ref="oval:org.mitre.oval:tst:119228"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25619" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1771-1 -- Recommended update for grub</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>grub</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131771-1.html" ref_id="SUSE-RU-2013:1771-1"/>
        <description>This update for grub provides fixes for the following
issues:

    * grub post-install might freeze in chroot
    * grub tries to access incomplete disk tracks.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:02">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:53.301-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:44.984-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:49.966-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="grub RPM is earlier than 0:0.97-162.170.1" test_ref="oval:org.mitre.oval:tst:118230"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25618" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0966-1 -- Recommended update for pmtools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pmtools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140966-1.html" ref_id="SUSE-RU-2014:0966-1"/>
        <description>This update for pmtools includes dmidecode 2.12, which brings many fixes and enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-18T12:30:47">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-09-05T14:26:48.605-04:00">DRAFT</status_change>
            <status_change date="2014-09-22T04:00:32.957-04:00">INTERIM</status_change>
            <status_change date="2014-10-13T04:00:12.673-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="pmtools RPM is earlier than 0:20071116-44.33.1" test_ref="oval:org.mitre.oval:tst:122372"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25612" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1395-1 -- Recommended update for ipmitool</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ipmitool</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131395-1.html" ref_id="SUSE-RU-2013:1395-1"/>
        <description>This update changes the default cipher suite used on IPMIv2
lanplus  connections to RAKP-HMAC-SHA1 (authentication),
HMAC-SHA1-96 (integrity)  and AES-CBC-128 (encryption).
These are the same algorithms used by  ipmitool on SUSE
Linux Enterprise 11 SP2.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:09.979-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:44.732-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:49.675-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="ipmitool RPM is earlier than 0:1.8.12-0.17.1" test_ref="oval:org.mitre.oval:tst:118619"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25608" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1629-1 -- Recommended update for glib2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glib2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131629-1.html" ref_id="SUSE-RU-2013:1629-1"/>
        <description>This update for glib2 fixes GFileMonitor when /etc/mtab is
a symbolic link  to /proc/mounts.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:13.628-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:44.387-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:49.170-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glib2 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118170"/>
            <criterion comment="glib2-lang RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118377"/>
            <criterion comment="libgio-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118388"/>
            <criterion comment="libglib-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118406"/>
            <criterion comment="libgmodule-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117815"/>
            <criterion comment="libgobject-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118204"/>
            <criterion comment="libgthread-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118409"/>
            <criterion comment="libgio-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118239"/>
            <criterion comment="libglib-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118465"/>
            <criterion comment="libgmodule-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118054"/>
            <criterion comment="libgobject-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117949"/>
            <criterion comment="libgthread-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117996"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="glib2-doc RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118408"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glib2-devel RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117862"/>
            <criterion comment="libgio-fam RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118175"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25602" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0083-1 -- Recommended update for openldap2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>openldap2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140083-1.html" ref_id="SUSE-RU-2014:0083-1"/>
        <description>This update for openldap2 fixes an issue in the package's
pre-installation  script that could cause an install error
when building images with Kiwi.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:40.072-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:43.343-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:48.393-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="compat-libldap-2_3-0 RPM is earlier than 0:2.3.37-2.26.1" test_ref="oval:org.mitre.oval:tst:117689"/>
            <criterion comment="openldap2 RPM is earlier than 0:2.4.26-0.26.1" test_ref="oval:org.mitre.oval:tst:117896"/>
            <criterion comment="openldap2-back-meta RPM is earlier than 0:2.4.26-0.26.1" test_ref="oval:org.mitre.oval:tst:117944"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libldap-2_4-2 RPM is earlier than 0:2.4.26-0.26.1" test_ref="oval:org.mitre.oval:tst:117621"/>
            <criterion comment="openldap2-client RPM is earlier than 0:2.4.26-0.26.1" test_ref="oval:org.mitre.oval:tst:117306"/>
            <criterion comment="libldap-2_4-2-32bit RPM is earlier than 0:2.4.26-0.26.1" test_ref="oval:org.mitre.oval:tst:117867"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25601" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1214-1 -- Security update for KVM</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>KVM</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131214-1.html" ref_id="SUSE-SU-2013:1214-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2007" ref_id="CVE-2013-2007"/>
        <description>This update fixes a file permission issue with qga (the
QEMU Guest Agent)  from the qemu/kvm package and includes
several bug-fixes.

(bnc#818182) (CVE-2013-2007) (bnc#786813) (bnc#725008)
(bnc#712137)  (bnc#824340)

Security Issues:

    * CVE-2013-2007
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2007
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:27:58.935-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:43.227-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:48.268-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kvm RPM is earlier than 0:0.15.1-0.27.1" test_ref="oval:org.mitre.oval:tst:119257"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25598" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1213-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131213-1.html" ref_id="SUSE-SU-2013:1213-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3344" ref_id="CVE-2013-3344"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3345" ref_id="CVE-2013-3345"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3347" ref_id="CVE-2013-3347"/>
        <description>Adobe flash-player has been updated to version 11.2.202.291
(ABSP13-17)  which fixes bugs and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:18.518-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:42.990-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:48.051-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="flash-player RPM is earlier than 0:11.2.202.297-0.3.1" test_ref="oval:org.mitre.oval:tst:118986"/>
            <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.297-0.3.1" test_ref="oval:org.mitre.oval:tst:119160"/>
            <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.297-0.3.1" test_ref="oval:org.mitre.oval:tst:119350"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.297-0.5.2" test_ref="oval:org.mitre.oval:tst:119485"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25596" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0179-1 -- Security update for bind</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>bind</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140179-1.html" ref_id="SUSE-SU-2014:0179-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0591" ref_id="CVE-2014-0591"/>
        <description>This update fixes a DoS vulnerability in bind when handling
malformed  NSEC3-signed zones. CVE-2014-0591 has been
assigned to this issue.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:46.439-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:42.737-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:47.788-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bind RPM is earlier than 0:9.9.4P2-0.6.1" test_ref="oval:org.mitre.oval:tst:117693"/>
            <criterion comment="bind-chrootenv RPM is earlier than 0:9.9.4P2-0.6.1" test_ref="oval:org.mitre.oval:tst:117630"/>
            <criterion comment="bind-doc RPM is earlier than 0:9.9.4P2-0.6.1" test_ref="oval:org.mitre.oval:tst:117725"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bind-libs RPM is earlier than 0:9.9.4P2-0.6.1" test_ref="oval:org.mitre.oval:tst:117437"/>
            <criterion comment="bind-utils RPM is earlier than 0:9.9.4P2-0.6.1" test_ref="oval:org.mitre.oval:tst:117673"/>
            <criterion comment="bind-libs-32bit RPM is earlier than 0:9.9.4P2-0.6.1" test_ref="oval:org.mitre.oval:tst:117766"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25594" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1060-2 -- Security update for GnuTLS</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>GnuTLS</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131060-2.html" ref_id="SUSE-SU-2013:1060-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2116" ref_id="CVE-2013-2116"/>
        <description>This update of GnuTLS fixes a regression introduced by the
previous update  that could have resulted in a Denial of
Service (application crash).

Security Issue reference:

    * CVE-2013-2116
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2116
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:32:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:14.837-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:42.278-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:47.272-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gnutls RPM is earlier than 0:2.4.1-24.39.47.1" test_ref="oval:org.mitre.oval:tst:119589"/>
            <criterion comment="libgnutls26 RPM is earlier than 0:2.4.1-24.39.47.1" test_ref="oval:org.mitre.oval:tst:119837"/>
            <criterion comment="libgnutls26-32bit RPM is earlier than 0:2.4.1-24.39.47.1" test_ref="oval:org.mitre.oval:tst:118854"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libgnutls-extra26 RPM is earlier than 0:2.4.1-24.39.47.1" test_ref="oval:org.mitre.oval:tst:119702"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25593" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0155-1 -- Security update for puppet</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>puppet</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140155-1.html" ref_id="SUSE-SU-2014:0155-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4761" ref_id="CVE-2013-4761"/>
        <description>This update for puppet fixes a remote code execution
vulnerability in the  "resource_type" service.
(CVE-2013-4761)

Additionally, the update prevents puppet from executing
initialization  scripts that could trigger a system reboot
when handling "puppet resource  service" calls.

Security Issue reference:

    * CVE-2013-4761
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4761
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:56">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:47.618-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:42.164-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:47.122-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="puppet RPM is earlier than 0:2.6.18-0.12.1" test_ref="oval:org.mitre.oval:tst:117808"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="puppet-server RPM is earlier than 0:2.6.18-0.12.1" test_ref="oval:org.mitre.oval:tst:117701"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25590" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0265-1 -- Security update for libQt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libQt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140265-1.html" ref_id="SUSE-SU-2014:0265-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4549" ref_id="CVE-2013-4549"/>
        <description>The Qt library was updated to fix a XML entity expansion
attack (XXE).  (CVE-2013-4549)

Security Issue reference:

    * CVE-2013-4549
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4549
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:18:19">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:05.669-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:41.425-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:46.356-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libQtWebKit4 RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117151"/>
            <criterion comment="libqt4 RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:116710"/>
            <criterion comment="libqt4-qt3support RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117459"/>
            <criterion comment="libqt4-sql RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117649"/>
            <criterion comment="libqt4-sql-mysql RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117632"/>
            <criterion comment="libqt4-sql-sqlite RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117466"/>
            <criterion comment="libqt4-x11 RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117548"/>
            <criterion comment="libQtWebKit4-32bit RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117469"/>
            <criterion comment="libqt4-32bit RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117657"/>
            <criterion comment="libqt4-qt3support-32bit RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117368"/>
            <criterion comment="libqt4-sql-32bit RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117345"/>
            <criterion comment="libqt4-x11-32bit RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:116757"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="qt4-x11-tools RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117636"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libqt4-sql-postgresql RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117688"/>
            <criterion comment="libqt4-sql-unixODBC RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117220"/>
            <criterion comment="libqt4-sql-mysql-32bit RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117402"/>
            <criterion comment="libqt4-sql-postgresql-32bit RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117716"/>
            <criterion comment="libqt4-sql-sqlite-32bit RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:116764"/>
            <criterion comment="libqt4-sql-unixODBC-32bit RPM is earlier than 0:4.6.3-5.29.2" test_ref="oval:org.mitre.oval:tst:117487"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25589" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0845-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130845-1.html" ref_id="SUSE-SU-2013:0845-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2850" ref_id="CVE-2013-2850"/>
        <description>The SUSE Linux Enterprise 11 SP2 Realtime kernel has been
updated to fix a  critical security issue.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:34:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:27.172-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:41.270-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:46.175-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119946"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119405"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119362"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119717"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:120001"/>
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119878"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:120145"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:120103"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:120071"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:120010"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119988"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.1.4_02_3.0.74_0.6.10-0.5.32" test_ref="oval:org.mitre.oval:tst:119341"/>
            <criterion comment="xen-kmp-trace RPM is earlier than 0:4.1.4_02_3.0.74_0.6.10-0.5.32" test_ref="oval:org.mitre.oval:tst:120033"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119812"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:120091"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119801"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119957"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119880"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119820"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119893"/>
            <criterion comment="kernel-trace-extra RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:119734"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:120089"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.74-0.6.10.1" test_ref="oval:org.mitre.oval:tst:120062"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25586" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0004-1 -- Security update for curl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>curl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140004-1.html" ref_id="SUSE-SU-2014:0004-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4545" ref_id="CVE-2013-4545"/>
        <description>This update fixes the following security issues with curl:

    * bnc#849596: ssl cert checks with unclear behaviour
(CVE-2013-4545)

Security Issue reference:

    * CVE-2013-4545
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4545
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:50.562-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:40.814-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:45.649-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="curl RPM is earlier than 0:7.19.7-1.30.1" test_ref="oval:org.mitre.oval:tst:118089"/>
          <criterion comment="libcurl4 RPM is earlier than 0:7.19.7-1.30.1" test_ref="oval:org.mitre.oval:tst:118034"/>
          <criterion comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.30.1" test_ref="oval:org.mitre.oval:tst:117674"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25585" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0133-1 -- Recommended update for sysstat</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>sysstat</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140133-1.html" ref_id="SUSE-RU-2014:0133-1"/>
        <description>This update for sysstat provides the following fixes:

    * Fix 'iostat -n' crashing on nfs volumes. (bnc#799920)
    * Handle overflow of the {rd,wr}_ticks counters.
(bnc#839091)
    * Inform user if sar is called without parameters and
data collecting isn't enabled. (bnc#816833)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:10">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:58.032-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:40.725-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:45.556-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="sysstat RPM is earlier than 0:8.1.5-7.38.40.1" test_ref="oval:org.mitre.oval:tst:117622"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="sysstat-isag RPM is earlier than 0:8.1.5-7.38.40.1" test_ref="oval:org.mitre.oval:tst:117495"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25584" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0121-1 -- Recommended update for perl-Bootloader and yast2-bootloader</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>perl-Bootloader</product>
          <product>yast2-bootloader</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140121-1.html" ref_id="SUSE-RU-2014:0121-1"/>
        <description>This combined update for perl-Bootloader and
yast2-bootloader speeds up  device scanning, significantly
reducing the time needed to setup the boot  loader on
systems with many disks and LUNs (bnc#823601, bnc#826632).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:20">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:00.680-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:40.655-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:45.469-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="perl-Bootloader RPM is earlier than 0:0.4.89.57-0.7.5" test_ref="oval:org.mitre.oval:tst:117704"/>
          <criterion comment="yast2-bootloader RPM is earlier than 0:2.17.97-0.7.28" test_ref="oval:org.mitre.oval:tst:117448"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25583" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1629-2 -- Recommended update for glib2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glib2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131629-2.html" ref_id="SUSE-RU-2013:1629-2"/>
        <description>This update for glib2 fixes GFileMonitor when /etc/mtab is
a symbolic link  to /proc/mounts.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:06.509-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:40.547-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:45.348-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glib2 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117852"/>
            <criterion comment="glib2-lang RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118288"/>
            <criterion comment="libgio-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117628"/>
            <criterion comment="libglib-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118171"/>
            <criterion comment="libgmodule-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118256"/>
            <criterion comment="libgobject-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117968"/>
            <criterion comment="libgthread-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118335"/>
            <criterion comment="libgio-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117646"/>
            <criterion comment="libglib-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118131"/>
            <criterion comment="libgmodule-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117521"/>
            <criterion comment="libgobject-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117475"/>
            <criterion comment="libgthread-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117923"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="glib2-doc RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:118357"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glib2-devel RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117642"/>
            <criterion comment="libgio-fam RPM is earlier than 0:2.22.5-0.8.10.2" test_ref="oval:org.mitre.oval:tst:117979"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25582" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0460-1 -- Recommended update for mokutil</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mokutil</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140460-1.html" ref_id="SUSE-RU-2014:0460-1"/>
        <description>This update fixes an issue with logouts or reboots on UEFI
systems. The  cause was that mokutil used the wrong the
UEFI Globally unique identifier  (GUID), which is needed to
access the UEFI db variable for checking the  enrolled
certificates.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:15:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:59.682-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:40.472-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:45.254-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mokutil RPM is earlier than 0:0.1.0-0.21.1" test_ref="oval:org.mitre.oval:tst:117366"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25581" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0402-1 -- Recommended update for augeas</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>augeas</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140402-1.html" ref_id="SUSE-RU-2014:0402-1"/>
        <description>This update for augeas fixes a memory corruption issue in
libaugeas that  could be triggered by rubygem-ruby-augeas
and puppet.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:34">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:00.777-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:40.387-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:45.178-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="augeas RPM is earlier than 0:0.9.0-3.11.1" test_ref="oval:org.mitre.oval:tst:116587"/>
            <criterion comment="augeas-lenses RPM is earlier than 0:0.9.0-3.11.1" test_ref="oval:org.mitre.oval:tst:117310"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="libaugeas0 RPM is earlier than 0:0.9.0-3.11.1" test_ref="oval:org.mitre.oval:tst:117263"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25578" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0461-1 -- Security update for PostgreSQL 9.1</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>PostgreSQL 9.1</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140461-1.html" ref_id="SUSE-SU-2014:0461-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0060" ref_id="CVE-2014-0060"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0061" ref_id="CVE-2014-0061"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0062" ref_id="CVE-2014-0062"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0063" ref_id="CVE-2014-0063"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0064" ref_id="CVE-2014-0064"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0065" ref_id="CVE-2014-0065"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0066" ref_id="CVE-2014-0066"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0067" ref_id="CVE-2014-0067"/>
        <description>The PostgreSQL database server was updated to version
9.1.12 to fix various  security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:00">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:01.712-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:39.653-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:44.364-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libecpg6 RPM is earlier than 0:9.1.12-0.3.1" test_ref="oval:org.mitre.oval:tst:116934"/>
            <criterion comment="libpq5 RPM is earlier than 0:9.1.12-0.3.1" test_ref="oval:org.mitre.oval:tst:117343"/>
            <criterion comment="postgresql91 RPM is earlier than 0:9.1.12-0.3.1" test_ref="oval:org.mitre.oval:tst:117289"/>
            <criterion comment="postgresql91-docs RPM is earlier than 0:9.1.12-0.3.1" test_ref="oval:org.mitre.oval:tst:117056"/>
            <criterion comment="libpq5-32bit RPM is earlier than 0:9.1.12-0.3.1" test_ref="oval:org.mitre.oval:tst:117399"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="postgresql91-contrib RPM is earlier than 0:9.1.12-0.3.1" test_ref="oval:org.mitre.oval:tst:117199"/>
            <criterion comment="postgresql91-server RPM is earlier than 0:9.1.12-0.3.1" test_ref="oval:org.mitre.oval:tst:117301"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25576" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0041-1 -- Recommended update for aide</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>aide</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140041-1.html" ref_id="SUSE-RU-2014:0041-1"/>
        <description>The filesystem intrusion detection tool "aide" was not able
to load gzip  compressed databases anymore on SUSE Linux
Enterprise Server 11 SP3 as the  zlib API was changed
slightly. This update fixes this problem and gzip
compressed databases can be opened again.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:21:52">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:52.441-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:39.448-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:44.149-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="aide RPM is earlier than 0:0.13.1-40.16.1" test_ref="oval:org.mitre.oval:tst:117724"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25573" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1473-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131473-1.html" ref_id="SUSE-SU-2013:1473-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2148" ref_id="CVE-2013-2148"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2237" ref_id="CVE-2013-2237"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2232" ref_id="CVE-2013-2232"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2234" ref_id="CVE-2013-2234"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4162" ref_id="CVE-2013-4162"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1059" ref_id="CVE-2013-1059"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2164" ref_id="CVE-2013-2164"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2851" ref_id="CVE-2013-2851"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4163" ref_id="CVE-2013-4163"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1929" ref_id="CVE-2013-1929"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1819" ref_id="CVE-2013-1819"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3301" ref_id="CVE-2013-3301"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2852" ref_id="CVE-2013-2852"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel has been
updated to  version 3.0.93 and to fix various bugs and
security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:16">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:06.564-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:37.397-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:42.235-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118493"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118199"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118024"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:117586"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118378"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118553"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118441"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118231"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118463"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.2_06_3.0.93_0.8-0.7.17" test_ref="oval:org.mitre.oval:tst:118236"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118452"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118137"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118251"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.2_06_3.0.93_0.8-0.7.17" test_ref="oval:org.mitre.oval:tst:118416"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118138"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118234"/>
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:117744"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:117976"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118152"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118567"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:118528"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.93-0.8.2" test_ref="oval:org.mitre.oval:tst:117890"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25572" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0249-1 -- Recommended update for ipmitool</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ipmitool</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130249-1.html" ref_id="SUSE-RU-2013:0249-1"/>
        <description>This collective update for ipmitool provides the following
fixes:

    * Fix reading of FRU data from servers where FRU/SDR
device #0, LUN 0 is absent (bnc#789624)
    * Fix a string handling problem in ipmi_sel.c that
could cause a segmentation fault (bnc#788393)
    * Fix reading of sensors from some specific servers
over lanplus (bnc#794160)
    * Handle "BCDplus" fields in FRU descriptors correctly.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:42:31">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:11.787-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:37.334-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:42.157-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="ipmitool RPM is earlier than 0:1.8.11-0.20.20.2" test_ref="oval:org.mitre.oval:tst:120968"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25571" version="3" class="patch">
      <metadata>
        <title>SUSE-YU-2014:0378-1 -- YOU update for libzypp, yast2-pkg-bindings, zypper</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libzypp</product>
          <product>yast2-pkg-bindings</product>
          <product>zypper</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-yu-20140378-1.html" ref_id="SUSE-YU-2014:0378-1"/>
        <description>This update for the Software Update Stack provides the
following fixes and  enhancements:

libzypp:

    * Remove license text from test data. (bnc#862471)
    * Fix missing priority in RepoInfo::dumpAsXML.
(bnc#855845)

yast2-pkg-bindings:

    * Fix package disk usage computation. (bnc#852943)

zypper:

    * Remove license text from test data. (bnc#862471)
    * Zypper must refresh CD/DVD if no raw metadata is
present. (bnc#859160)
    * Don't read metadata from CD/DVD repo if --no-check
was used. (bnc#859160)
    * Fix missing priority in RepoInfo::dumpAsXML.
(bnc#855845)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:05.835-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:37.261-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:42.035-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libzypp RPM is earlier than 0:9.37.6-0.7.1" test_ref="oval:org.mitre.oval:tst:117224"/>
          <criterion comment="yast2-pkg-bindings RPM is earlier than 0:2.17.59.1-0.7.1" test_ref="oval:org.mitre.oval:tst:117369"/>
          <criterion comment="zypper RPM is earlier than 0:1.6.314-0.7.2" test_ref="oval:org.mitre.oval:tst:117169"/>
          <criterion comment="zypper-log RPM is earlier than 0:1.6.314-0.7.2" test_ref="oval:org.mitre.oval:tst:117221"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25570" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1455-1 -- Recommended update for multipath-tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>multipath-tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131455-1.html" ref_id="SUSE-RU-2013:1455-1"/>
        <description>This update for multipath-tools provides the following
fixes:

    * Specify checker_timeout in seconds. (bnc#824913)
    * Fix setting of fast_io_fail_tmo. (bnc#824148)
    * Reset queue_if_no_path if flush failed. (bnc#828868)
    * Document 'wwids_file' and 'reservation_key'.
(bnc#820899)
    * Correctly display 'timeout' checker status.
    * Fix typo in retain_attached_hw_handler.
    * Do not print 'path is up' for removed paths.
(bnc#789239)
    * Proactively remove path. (bnc#789239)
    * Do not call tur in sync mode if pthread_cancel fails.
(bnc#832796)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:32">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:09.698-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:37.197-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:41.962-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="kpartx RPM is earlier than 0:0.4.9-0.91.1" test_ref="oval:org.mitre.oval:tst:118355"/>
          <criterion comment="multipath-tools RPM is earlier than 0:0.4.9-0.91.1" test_ref="oval:org.mitre.oval:tst:118585"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25569" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1772-1 -- Recommended update for apparmor</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>apparmor</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131772-1.html" ref_id="SUSE-RU-2013:1772-1"/>
        <description>This update for Apparmor fixes an issue that prevented
Tomcat 6 from  starting in a confined environment.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:56.839-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:36.961-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:41.811-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="apache2-mod_apparmor RPM is earlier than 0:2.5.1.r1445-55.64.1" test_ref="oval:org.mitre.oval:tst:118271"/>
            <criterion comment="tomcat_apparmor RPM is earlier than 0:2.5.1.r1445-55.64.1" test_ref="oval:org.mitre.oval:tst:118264"/>
            <criterion comment="apache2-mod_apparmor RPM is earlier than 0:2.5.1.r1445-55.61.61.1" test_ref="oval:org.mitre.oval:tst:118302"/>
            <criterion comment="tomcat_apparmor RPM is earlier than 0:2.5.1.r1445-55.61.61.1" test_ref="oval:org.mitre.oval:tst:118168"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="apparmor-docs RPM is earlier than 0:2.5.1.r1445-55.64.1" test_ref="oval:org.mitre.oval:tst:118064"/>
            <criterion comment="apparmor-parser RPM is earlier than 0:2.5.1.r1445-55.64.1" test_ref="oval:org.mitre.oval:tst:118370"/>
            <criterion comment="apparmor-utils RPM is earlier than 0:2.5.1.r1445-55.64.1" test_ref="oval:org.mitre.oval:tst:118291"/>
            <criterion comment="libapparmor1 RPM is earlier than 0:2.5.1.r1445-55.64.1" test_ref="oval:org.mitre.oval:tst:118313"/>
            <criterion comment="pam_apparmor RPM is earlier than 0:2.5.1.r1445-55.64.1" test_ref="oval:org.mitre.oval:tst:118021"/>
            <criterion comment="perl-apparmor RPM is earlier than 0:2.5.1.r1445-55.64.1" test_ref="oval:org.mitre.oval:tst:118206"/>
            <criterion comment="libapparmor1-32bit RPM is earlier than 0:2.5.1.r1445-55.64.1" test_ref="oval:org.mitre.oval:tst:117926"/>
            <criterion comment="pam_apparmor-32bit RPM is earlier than 0:2.5.1.r1445-55.64.1" test_ref="oval:org.mitre.oval:tst:117672"/>
            <criterion comment="apparmor-docs RPM is earlier than 0:2.5.1.r1445-55.61.61.1" test_ref="oval:org.mitre.oval:tst:118060"/>
            <criterion comment="apparmor-parser RPM is earlier than 0:2.5.1.r1445-55.61.61.1" test_ref="oval:org.mitre.oval:tst:118273"/>
            <criterion comment="apparmor-utils RPM is earlier than 0:2.5.1.r1445-55.61.61.1" test_ref="oval:org.mitre.oval:tst:118201"/>
            <criterion comment="libapparmor1 RPM is earlier than 0:2.5.1.r1445-55.61.61.1" test_ref="oval:org.mitre.oval:tst:118238"/>
            <criterion comment="pam_apparmor RPM is earlier than 0:2.5.1.r1445-55.61.61.1" test_ref="oval:org.mitre.oval:tst:118072"/>
            <criterion comment="perl-apparmor RPM is earlier than 0:2.5.1.r1445-55.61.61.1" test_ref="oval:org.mitre.oval:tst:117962"/>
            <criterion comment="perl-libapparmor RPM is earlier than 0:2.3-51.16.4" test_ref="oval:org.mitre.oval:tst:118308"/>
            <criterion comment="libapparmor1-32bit RPM is earlier than 0:2.5.1.r1445-55.61.61.1" test_ref="oval:org.mitre.oval:tst:118094"/>
            <criterion comment="pam_apparmor-32bit RPM is earlier than 0:2.5.1.r1445-55.61.61.1" test_ref="oval:org.mitre.oval:tst:118326"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25568" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1097-2 -- Security update for xorg-x11-libXfixes</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXfixes</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131097-2.html" ref_id="SUSE-SU-2013:1097-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1983" ref_id="CVE-2013-1983"/>
        <description>This update of xorg-x11-libXfixes fixed a integer overflow
issue.

Bug 815451/821667 CVE-2013-1983

Security Issues:

    * CVE-2013-1983
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1983
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:19.059-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:36.846-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:41.693-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-libXfixes RPM is earlier than 0:7.4-1.16.2" test_ref="oval:org.mitre.oval:tst:119477"/>
          <criterion comment="xorg-x11-libXfixes-32bit RPM is earlier than 0:7.4-1.16.2" test_ref="oval:org.mitre.oval:tst:118914"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25567" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1641-1 -- Security update for libvirt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libvirt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131641-1.html" ref_id="SUSE-SU-2013:1641-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4296" ref_id="CVE-2013-4296"/>
        <description>This libvirt update fixes a security issue.

    * bnc#838638: CVE-2013-4296: EMBARGOED: libvirt: Fix
crash in remoteDispatchDomainMemoryStats
    * bnc#817008: Regression: vm-install fails to display
on SLES 11 SP2 UV2000

Security Issue reference:

    * CVE-2013-4296
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4296
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:02.875-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:36.724-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:41.552-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libvirt RPM is earlier than 0:0.9.6-0.29.1" test_ref="oval:org.mitre.oval:tst:117883"/>
          <criterion comment="libvirt-client RPM is earlier than 0:0.9.6-0.29.1" test_ref="oval:org.mitre.oval:tst:118277"/>
          <criterion comment="libvirt-doc RPM is earlier than 0:0.9.6-0.29.1" test_ref="oval:org.mitre.oval:tst:118122"/>
          <criterion comment="libvirt-python RPM is earlier than 0:0.9.6-0.29.1" test_ref="oval:org.mitre.oval:tst:118174"/>
          <criterion comment="libvirt-client-32bit RPM is earlier than 0:0.9.6-0.29.1" test_ref="oval:org.mitre.oval:tst:118336"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25566" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1434-2 -- Recommended update for kvm</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kvm</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131434-2.html" ref_id="SUSE-RU-2013:1434-2"/>
        <description>This update from kvm 1.4.1 to 1.4.2 provides the following
additional fixes  and enhancements:

    * Backport TLS support for VNC Websockets from QEMU
v1.5.0 (bnc#821819, fate#315032)
    * Fixes for s390x dictzip support (bnc#824340).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:14">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:13.172-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:36.658-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:41.484-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kvm RPM is earlier than 0:1.4.2-0.7.15" test_ref="oval:org.mitre.oval:tst:118541"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25565" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1469-1 -- Security update for Samba</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Samba</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131469-1.html" ref_id="SUSE-SU-2013:1469-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4124" ref_id="CVE-2013-4124"/>
        <description>The Samba server suite received a security update to fix a
denial of  service problem in integer wrap protection.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:56.402-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:36.479-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:41.311-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="ldapsmb RPM is earlier than 0:1.34b-12.33.35.1" test_ref="oval:org.mitre.oval:tst:118207"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libldb1 RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118496"/>
            <criterion comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118472"/>
            <criterion comment="libtalloc1 RPM is earlier than 0:3.4.3-1.46.2" test_ref="oval:org.mitre.oval:tst:117978"/>
            <criterion comment="libtalloc2 RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118583"/>
            <criterion comment="libtdb1 RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118286"/>
            <criterion comment="libtevent0 RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118163"/>
            <criterion comment="libwbclient0 RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118509"/>
            <criterion comment="samba RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118322"/>
            <criterion comment="samba-client RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118481"/>
            <criterion comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118346"/>
            <criterion comment="samba-winbind RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118447"/>
            <criterion comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118164"/>
            <criterion comment="libtalloc1-32bit RPM is earlier than 0:3.4.3-1.46.2" test_ref="oval:org.mitre.oval:tst:118433"/>
            <criterion comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118454"/>
            <criterion comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118395"/>
            <criterion comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118550"/>
            <criterion comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118329"/>
            <criterion comment="samba-32bit RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118417"/>
            <criterion comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118432"/>
            <criterion comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118215"/>
            <criterion comment="samba-doc RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118392"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.33.35.1" test_ref="oval:org.mitre.oval:tst:118380"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25558" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0167-1 -- Recommended update for release-notes-sled</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>release-notes-sled</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140167-1.html" ref_id="SUSE-RU-2014:0167-1"/>
        <description>This update for the Release Notes for SUSE Linux Enterprise
Desktop 11 SP2  provides the following change:

    * New entry: Adobe Discontinues Support for Adobe
Reader on Linux. (bnc#847002 via fate#316596).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:00.344-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:34.622-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:39.317-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="release-notes-sled RPM is earlier than 0:11.2.27-0.7.1" test_ref="oval:org.mitre.oval:tst:117687"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25556" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0819-1 -- Security update for the Linux Kernel (x86)</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>the Linux Kernel (x86)</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130819-1.html" ref_id="SUSE-SU-2013:0819-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2094" ref_id="CVE-2013-2094"/>
        <description>This update to the SUSE Linux Enterprise 11 SP2 kernel
fixes the following  critical security issue:

    * A bounds checking problem in the perf systemcall
could be used by local attackers to crash the kernel or
execute code in kernel context. (CVE-2013-2094
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2094
> )</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:02">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:15.241-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:34.390-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:39.075-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119848"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119873"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119777"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119478"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119978"/>
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:120127"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119966"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119176"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:120041"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119679"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119939"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.1.4_02_3.0.74_0.6.8-0.5.26" test_ref="oval:org.mitre.oval:tst:119832"/>
            <criterion comment="xen-kmp-trace RPM is earlier than 0:4.1.4_02_3.0.74_0.6.8-0.5.26" test_ref="oval:org.mitre.oval:tst:119859"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119407"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:120177"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:120077"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:120150"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119866"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119885"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:120083"/>
            <criterion comment="kernel-trace-extra RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:120117"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:120160"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.74-0.6.8.1" test_ref="oval:org.mitre.oval:tst:119943"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25555" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0711-1 -- Recommended update for audit</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>audit</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130711-1.html" ref_id="SUSE-RU-2013:0711-1"/>
        <description>This update changes audit to use the new kernel interface
to adjust the  OOM-Killer score, avoiding warnings at boot
time.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:42.638-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:34.317-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:38.979-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="audit RPM is earlier than 0:1.8-0.30.1" test_ref="oval:org.mitre.oval:tst:119935"/>
          <criterion comment="audit-libs RPM is earlier than 0:1.8-0.30.1" test_ref="oval:org.mitre.oval:tst:120458"/>
          <criterion comment="audit-libs-32bit RPM is earlier than 0:1.8-0.30.1" test_ref="oval:org.mitre.oval:tst:120287"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25554" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0132-1 -- Recommended update for sysstat</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>sysstat</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140132-1.html" ref_id="SUSE-RU-2014:0132-1"/>
        <description>This update for sysstat provides the following fixes:

    * Handle overflow of the {rd,wr}_ticks counters.
(bnc#839091)
    * Inform user if sar is called without parameters and
data collecting isn't enabled. (bnc#816833)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:50.136-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:34.248-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:38.901-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="sysstat RPM is earlier than 0:8.1.5-7.47.1" test_ref="oval:org.mitre.oval:tst:117543"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="sysstat-isag RPM is earlier than 0:8.1.5-7.47.1" test_ref="oval:org.mitre.oval:tst:117824"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25553" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0217-1 -- Recommended update for libdrm</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libdrm</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140217-1.html" ref_id="SUSE-RU-2014:0217-1"/>
        <description>This update for libdrm adds support for VEBOX on Haswell
Media Server.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:50.391-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:34.173-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:38.815-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libdrm RPM is earlier than 0:2.4.41-0.12.3" test_ref="oval:org.mitre.oval:tst:117308"/>
          <criterion comment="libdrm-32bit RPM is earlier than 0:2.4.41-0.12.3" test_ref="oval:org.mitre.oval:tst:117707"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25552" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0351-1 -- Security update for inkscape</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>inkscape</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130351-1.html" ref_id="SUSE-SU-2013:0351-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5656" ref_id="CVE-2012-5656"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6076" ref_id="CVE-2012-6076"/>
        <description>inkscape was updated to fix a XXE (Xml eXternal Entity)
attack during  rasterization of SVG images (CVE-2012-5656),
where the rendering of  malicious SVG images could have
connected from inkscape to internal hosts.

Also inkscape would have loaded .EPS files from untrusted
/tmp occasionaly  instead from the current directory.
(CVE-2012-6076)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:41:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:23.158-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:33.994-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:38.627-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="inkscape RPM is earlier than 0:0.46-62.38.1" test_ref="oval:org.mitre.oval:tst:120781"/>
          <criterion comment="inkscape-extensions-dia RPM is earlier than 0:0.46-62.38.1" test_ref="oval:org.mitre.oval:tst:120872"/>
          <criterion comment="inkscape-extensions-extra RPM is earlier than 0:0.46-62.38.1" test_ref="oval:org.mitre.oval:tst:120885"/>
          <criterion comment="inkscape-extensions-fig RPM is earlier than 0:0.46-62.38.1" test_ref="oval:org.mitre.oval:tst:120819"/>
          <criterion comment="inkscape-extensions-gimp RPM is earlier than 0:0.46-62.38.1" test_ref="oval:org.mitre.oval:tst:120790"/>
          <criterion comment="inkscape-lang RPM is earlier than 0:0.46-62.38.1" test_ref="oval:org.mitre.oval:tst:120972"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25550" version="5" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1115-1 -- Recommended update for ksh</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>ksh</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131115-1.html" ref_id="SUSE-RU-2013:1115-1"/>
        <description>This update for Korn Shell provides fixes for the following
issues:

    * #808449: set -k does not work properly with
ksh-93t-13.17 and higher
    * #814135: crash in bestreclaim() after traversing a
memory block with a very large size
    * #824187: set -k breaks aliases with ksh-93u.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:01">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:12.032-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:33.706-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:38.360-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:tst:119824 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:57.091-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:35.704-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="ksh RPM is earlier than 0:93u-0.22.1" test_ref="oval:org.mitre.oval:tst:119743"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criterion comment="ksh RPM is earlier than 0:93u-0.27.5" test_ref="oval:org.mitre.oval:tst:119824"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criterion comment="ksh-devel RPM is earlier than 0:93u-0.27.5" test_ref="oval:org.mitre.oval:tst:118968"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25549" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0051-2 -- Security update for xorg-x11-server</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-server</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140051-2.html" ref_id="SUSE-SU-2014:0051-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6424" ref_id="CVE-2013-6424"/>
        <description>This update fixes the following security issue with
xorg-x11-server:

    * bnc#853846: integer underflow when handling
trapezoids (CVE-2013-6424)

Security Issue reference:

    * CVE-2013-6424
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6424
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:21:36">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:55.498-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:33.575-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:38.235-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-Xvnc RPM is earlier than 0:7.4-27.70.76.1" test_ref="oval:org.mitre.oval:tst:117731"/>
          <criterion comment="xorg-x11-server RPM is earlier than 0:7.4-27.70.76.1" test_ref="oval:org.mitre.oval:tst:117518"/>
          <criterion comment="xorg-x11-server-extra RPM is earlier than 0:7.4-27.70.76.1" test_ref="oval:org.mitre.oval:tst:117959"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25548" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0432-1 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140432-1.html" ref_id="SUSE-RU-2014:0432-1"/>
        <description>This update provides the latest timezone information for
your system. The  changes in detail are:

    * Turkey begins DST on 2014-03-31, not 2014-03-30
    * Misc changes affecting past time stamps
    * An uninitialized-storage bug in 'localtime' has been
fixed.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:23">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:55.829-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:33.491-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:38.155-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="timezone RPM is earlier than 0:2014a-0.7.1" test_ref="oval:org.mitre.oval:tst:117262"/>
            <criterion comment="timezone-java RPM is earlier than 0:2014a-0.7.1" test_ref="oval:org.mitre.oval:tst:117342"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criterion comment="timezone RPM is earlier than 0:2014a-0.5.1" test_ref="oval:org.mitre.oval:tst:117410"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25547" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1903-1 -- Recommended update for udev</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>udev</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131903-1.html" ref_id="SUSE-RU-2013:1903-1"/>
        <description>This collective update for udev provides the following
fixes:

    * Add MSFT compatibility rules. (bnc#805059)
    * Drop memory/cpu hotplug rules for ppc/ppc64 arch.
(bnc#818146)
    * Use device_new_from_id_filename. (bnc#819331)
    * Implement virtual function interface renaming.
(bnc#812050)
    * Be more informative when renaming interfaces.
(bnc#812050)
    * scsi_id: Export ID_SCSI_VPD and decode MD5
identifiers. (bnc#820574)
    * path_id: Handle ATA/S-ATA devices if we are using
libata. (bnc#815263)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:57.780-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:33.412-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:38.063-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libgudev-1_0-0 RPM is earlier than 0:147-0.69.71.1" test_ref="oval:org.mitre.oval:tst:117975"/>
          <criterion comment="libudev0 RPM is earlier than 0:147-0.69.71.1" test_ref="oval:org.mitre.oval:tst:117969"/>
          <criterion comment="udev RPM is earlier than 0:147-0.69.71.1" test_ref="oval:org.mitre.oval:tst:118014"/>
          <criterion comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.69.71.1" test_ref="oval:org.mitre.oval:tst:118105"/>
          <criterion comment="libudev0-32bit RPM is earlier than 0:147-0.69.71.1" test_ref="oval:org.mitre.oval:tst:117773"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25545" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1215-1 -- Recommended update for SLES-for-VMware-SP3-migration and SLES-for-VMware-release</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SLES-for-VMware-SP3-migration</product>
          <product>SLES-for-VMware-release</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131215-1.html" ref_id="SUSE-RU-2013:1215-1"/>
        <description>This update prepares the system for a System Upgrade to
SUSE Linux  Enterprise Server for VMware 11 SP3.

Please follow the technical instruction document for the
information on how  to upgrade your system to SUSE Linux
Enterprise Server for VMware 11 SP3:

http://www.suse.com/support/documentLink.do?externalID=70123
68
&lt;http://www.suse.com/support/documentLink.do?externalID=7012
368>

Please have a look for more Information and Resources about
SUSE Linux  Enterprise Server 11 SP3 here:

http://www.suse.com/promo/sle11sp3.html
&lt;http://www.suse.com/promo/sle11sp3.html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:47">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:27.768-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:33.067-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:37.641-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="SUSE_SLES-SP3-migration RPM is earlier than 0:11.2-1.24" test_ref="oval:org.mitre.oval:tst:118549"/>
            <criterion comment="sles-release RPM is earlier than 0:11.2-1.538" test_ref="oval:org.mitre.oval:tst:118903"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="SUSE_SLED-SP3-migration RPM is earlier than 0:11.2-1.27" test_ref="oval:org.mitre.oval:tst:119306"/>
            <criterion comment="sled-release RPM is earlier than 0:11.2-1.540" test_ref="oval:org.mitre.oval:tst:118640"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25544" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0466-1 -- Security update for xinetd</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xinetd</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140466-1.html" ref_id="SUSE-SU-2014:0466-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4342" ref_id="CVE-2013-4342"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0862" ref_id="CVE-2012-0862"/>
        <description>The multiplexing system xinetd was updated to fix security
issues and a  bug.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:15:57">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:13.710-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:32.868-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:37.460-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="xinetd RPM is earlier than 0:2.3.14-130.133.1" test_ref="oval:org.mitre.oval:tst:116644"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25542" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1631-2 -- Security update for vino</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>vino</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131631-2.html" ref_id="SUSE-SU-2013:1631-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5745" ref_id="CVE-2013-5745"/>
        <description>vino has been updated to fix a remote denial of service
problem where  remote attackers could have caused a
infinite loop in vino (CPU  consumption). (CVE-2013-5745)

Security Issue reference:

    * CVE-2013-5745
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5745
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:42">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:18.633-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:32.739-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:37.297-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="vino RPM is earlier than 0:2.28.1-2.5.1" test_ref="oval:org.mitre.oval:tst:118429"/>
          <criterion comment="vino-lang RPM is earlier than 0:2.28.1-2.5.1" test_ref="oval:org.mitre.oval:tst:118442"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25541" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0920-1 -- Security update for glibc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glibc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140920-1.html" ref_id="SUSE-SU-2014:0920-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4043" ref_id="CVE-2014-4043"/>
        <description>glibc has been updated to fix one security issue that could have resulted in free-after-use situations.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:00:14">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:07:50.643-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:07.241-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:15.625-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:121396"/>
            <criterion comment="glibc-devel RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:121169"/>
            <criterion comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:121117"/>
            <criterion comment="glibc-locale RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:121423"/>
            <criterion comment="nscd RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:121519"/>
            <criterion comment="glibc-32bit RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:121165"/>
            <criterion comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:121458"/>
            <criterion comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:121327"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc-html RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:120626"/>
            <criterion comment="glibc-info RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:121383"/>
            <criterion comment="glibc-profile RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:121568"/>
            <criterion comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.66.1" test_ref="oval:org.mitre.oval:tst:120646"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25536" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0417-1 -- Recommended update for checkmedia</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>checkmedia</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140417-1.html" ref_id="SUSE-RU-2014:0417-1"/>
        <description>This update fixes checkmedia on big endian platforms such
as IBM Power and  s390x.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:22.858-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:32.540-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:37.031-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="checkmedia RPM is earlier than 0:3.0-0.9.1" test_ref="oval:org.mitre.oval:tst:117078"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25535" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0747-1 -- Recommended update for autofs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>autofs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130747-1.html" ref_id="SUSE-RU-2013:0747-1"/>
        <description>This collective update for AutoFS provides fixes for the
following issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:04">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:02.690-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:32.473-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:36.957-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="autofs RPM is earlier than 0:5.0.6-3.8.1" test_ref="oval:org.mitre.oval:tst:120335"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25533" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0459-1 -- Security update for Linux Kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux Kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140459-1.html" ref_id="SUSE-SU-2014:0459-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4470" ref_id="CVE-2013-4470"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6885" ref_id="CVE-2013-6885"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7263" ref_id="CVE-2013-7263"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7264" ref_id="CVE-2013-7264"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7265" ref_id="CVE-2013-7265"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0069" ref_id="CVE-2014-0069"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel was
updated to fix  various bugs and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:19.537-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:32.064-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:36.441-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:116838"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:116551"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117219"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117329"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117412"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117357"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:116696"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117176"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117391"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.18-0.7.5" test_ref="oval:org.mitre.oval:tst:117364"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117067"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117317"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:116910"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.18-0.7.5" test_ref="oval:org.mitre.oval:tst:116909"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117340"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:116991"/>
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:116563"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117338"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117043"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:116994"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:116917"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.18.1" test_ref="oval:org.mitre.oval:tst:117244"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25532" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0535-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140535-1.html" ref_id="SUSE-SU-2014:0535-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0506" ref_id="CVE-2014-0506"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0507" ref_id="CVE-2014-0507"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0508" ref_id="CVE-2014-0508"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0509" ref_id="CVE-2014-0509"/>
        <description>Adobe flash-player has been updated to version 11.2.202.350
to resolve  security issues and bugs. More information can
be found at

http://helpx.adobe.com/security/products/flash-player/apsb14
-09.html
&lt;http://helpx.adobe.com/security/products/flash-player/apsb1
4-09.html>

The following security issues have been fixed:

    * a use-after-free vulnerability that could have
resulted in arbitrary code execution (CVE-2014-0506).
    * a buffer overflow vulnerability that could have
resulted in arbitrary code execution (CVE-2014-0507).
    * a security bypass vulnerability that could have lead
to information disclosure (CVE-2014-0508).
    * a cross-site-scripting vulnerability (CVE-2014-0509).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:14:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:55.350-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:31.748-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:36.073-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.350-0.3.1" test_ref="oval:org.mitre.oval:tst:116785"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.350-0.3.1" test_ref="oval:org.mitre.oval:tst:117256"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.350-0.3.1" test_ref="oval:org.mitre.oval:tst:117148"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25529" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0355-1 -- Recommended update for pidgin-otr</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pidgin-otr</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140355-1.html" ref_id="SUSE-RU-2014:0355-1"/>
        <description>This update for pidgin-otr fixes authentication of OTR
messaging when using  the Groupwise Instant Messaging
protocol.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:15.016-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:31.359-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:35.720-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="pidgin-otr RPM is earlier than 0:3.2.0-1.42.2" test_ref="oval:org.mitre.oval:tst:117470"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25528" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0116-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140116-1.html" ref_id="SUSE-SU-2014:0116-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0491" ref_id="CVE-2014-0491"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0492" ref_id="CVE-2014-0492"/>
        <description>This update fixes the following security issues with
flash-player:

    * 

      flash-player: security protection bypass
(bnc#858822)(APSB14-02)

          o These updates resolve a vulnerability that
could be used to bypass Flash Player security protections
(CVE-2014-0491). o 

            These updates resolve an address leak
vulnerability that could be used to defeat memory address
layout randomization (CVE-2014-0492).

          o 

            Ref.:
http://helpx.adobe.com/security/products/flash-player/apsb14
-02.html
&lt;http://helpx.adobe.com/security/products/flash-player/apsb1
4-02.html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:11.199-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:31.133-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:35.546-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.335-0.4.1" test_ref="oval:org.mitre.oval:tst:117753"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.335-0.4.1" test_ref="oval:org.mitre.oval:tst:117780"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.335-0.4.1" test_ref="oval:org.mitre.oval:tst:116989"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25525" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0531-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140531-1.html" ref_id="SUSE-SU-2014:0531-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4470" ref_id="CVE-2013-4470"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6885" ref_id="CVE-2013-6885"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7263" ref_id="CVE-2013-7263"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7264" ref_id="CVE-2013-7264"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7265" ref_id="CVE-2013-7265"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0069" ref_id="CVE-2014-0069"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel has been
updated to fix  various bugs and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:14:52">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:48.756-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:30.499-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:34.796-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:117126"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:116875"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:116791"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:116835"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:116834"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:116610"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:117184"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:117117"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:116935"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.21-0.7.12" test_ref="oval:org.mitre.oval:tst:116982"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:116913"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:116675"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:117031"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.21-0.7.12" test_ref="oval:org.mitre.oval:tst:117107"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:117351"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:117174"/>
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:117251"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:116980"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:117162"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:117005"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:117274"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.21.1" test_ref="oval:org.mitre.oval:tst:117042"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25522" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1896-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131896-1.html" ref_id="SUSE-SU-2013:1896-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5331" ref_id="CVE-2013-5331"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5332" ref_id="CVE-2013-5332"/>
        <description>This update fixes the following security issues with
flash-player:

    * bnc#854881: flash-plugin: multiple code execution
flaws (APSB13-28) o These updates resolve a type confusion
vulnerability that could lead to code execution
(CVE-2013-5331). o These updates resolve a memory
corruption vulnerability that could lead to code execution
(CVE-2013-5332). o Ref:
http://helpx.adobe.com/security/products/flash-player/apsb13
-28.html
&lt;http://helpx.adobe.com/security/products/flash-player/apsb1
3-28.html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:48">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:54.278-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:30.274-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:34.598-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.332-0.3.1" test_ref="oval:org.mitre.oval:tst:117901"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.332-0.3.1" test_ref="oval:org.mitre.oval:tst:117499"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.332-0.3.1" test_ref="oval:org.mitre.oval:tst:118099"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25520" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0642-1 -- Recommended update for microcode_ctl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>microcode_ctl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140642-1.html" ref_id="SUSE-RU-2014:0642-1"/>
        <description>This update provides Intel's CPU microcode version 20140430.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:55.801-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:30.199-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:34.510-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="microcode_ctl RPM is earlier than 0:1.17-102.72.1" test_ref="oval:org.mitre.oval:tst:116249"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25517" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1326-1 -- Recommended update for mkinitrd</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mkinitrd</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131326-1.html" ref_id="SUSE-RU-2013:1326-1"/>
        <description>This update for mkinitrd provides the following fixes:

    * Add a udev rule to fix HyperV VM migration from
Windows 2008/2012 to Windows 2012R2 hosts
    * Fix network configuration when using iBFT
    * Do not add duplicate static IPs
    * Recognize default network interface if more than one
is present
    * Support /dev/md/ subdir in setup-storage.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:19.380-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:29.996-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:34.262-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mkinitrd RPM is earlier than 0:2.4.2-0.57.61.1" test_ref="oval:org.mitre.oval:tst:118668"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25514" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0400-1 -- Recommended update for tcsh</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>tcsh</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140400-1.html" ref_id="SUSE-RU-2014:0400-1"/>
        <description>This update for tcsh includes enhancements to speed up
loading and saving  the history file.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:00.335-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:29.037-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:33.049-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="tcsh RPM is earlier than 0:6.15.00-93.37.1" test_ref="oval:org.mitre.oval:tst:116858"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25513" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1854-1 -- Security update for glibc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glibc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131854-1.html" ref_id="SUSE-SU-2013:1854-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4332" ref_id="CVE-2013-4332"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4412" ref_id="CVE-2012-4412"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0242" ref_id="CVE-2013-0242"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1914" ref_id="CVE-2013-1914"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4788" ref_id="CVE-2013-4788"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4237" ref_id="CVE-2013-4237"/>
        <description>This update for glibc contains the following fixes:

    * Fix integer overflows in malloc (CVE-2013-4332,
bnc#839870)
    * Fix buffer overflow in glob (bnc#691365)
    * Fix buffer overflow in strcoll (CVE-2012-4412,
bnc#779320)
    * Update mount flags in &lt;sys/mount.h> (bnc#791928)
    * Fix buffer overrun in regexp matcher (CVE-2013-0242,
bnc#801246)
    * Fix memory leaks in dlopen (bnc#811979)
    * Fix stack overflow in getaddrinfo with many results
(CVE-2013-1914, bnc#813121)
    * Fix check for XEN build in glibc_post_upgrade that
causes missing init re-exec (bnc#818628)
    * Don't raise UNDERFLOW in tan/tanf for small but
normal argument (bnc#819347)
    * Properly cross page boundary in SSE4.2 implementation
of strcmp (bnc#822210)
    * Fix robust mutex handling after fork (bnc#827811)
    * Fix missing character in IBM-943 charset (bnc#828235)
    * Fix use of alloca in gaih_inet (bnc#828637)
    * Initialize pointer guard also in static executables
(CVE-2013-4788, bnc#830268)
    * Fix readdir_r with long file names (CVE-2013-4237,
bnc#834594).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:12">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:15.386-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:28.635-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:32.683-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:118112"/>
            <criterion comment="glibc-devel RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:117320"/>
            <criterion comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:117710"/>
            <criterion comment="glibc-locale RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:118141"/>
            <criterion comment="nscd RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:118130"/>
            <criterion comment="glibc-32bit RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:117921"/>
            <criterion comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:118132"/>
            <criterion comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:118127"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc-html RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:117999"/>
            <criterion comment="glibc-info RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:117906"/>
            <criterion comment="glibc-profile RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:117885"/>
            <criterion comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.45.49.1" test_ref="oval:org.mitre.oval:tst:117998"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25512" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0387-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140387-1.html" ref_id="SUSE-SU-2014:0387-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0503" ref_id="CVE-2014-0503"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0504" ref_id="CVE-2014-0504"/>
        <description>Adobe Flash Player was updated to version 11.2.202.346 to
fix security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:44">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:10.838-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:28.448-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:32.506-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.346-0.3.1" test_ref="oval:org.mitre.oval:tst:117465"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.346-0.3.1" test_ref="oval:org.mitre.oval:tst:117505"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.346-0.3.1" test_ref="oval:org.mitre.oval:tst:117279"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25507" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0580-1 -- Security update for python-pywbem</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python-pywbem</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140580-1.html" ref_id="SUSE-SU-2014:0580-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6418" ref_id="CVE-2013-6418"/>
        <description>This update fixes a TOCTOU vulnerability during certificate
validation.  CVE-2013-6418 has been assigned to this issue.

This update also introduces a new dependency on
python-m2crypto.

Security Issue reference:

    * CVE-2013-6418
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6418
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:50.083-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:28.123-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:32.047-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="python-pywbem RPM is earlier than 0:0.7-6.20.1" test_ref="oval:org.mitre.oval:tst:117128"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25504" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0828-1 -- Recommended update for beagle</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>beagle</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130828-1.html" ref_id="SUSE-RU-2013:0828-1"/>
        <description>Due to compatibility issues, the Beagle plug-in for
MozillaFirefox is being  temporarily disabled by this
update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:34:57">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:52.670-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:27.986-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:31.814-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="beagle RPM is earlier than 0:0.3.8-56.51.26" test_ref="oval:org.mitre.oval:tst:120053"/>
          <criterion comment="beagle-evolution RPM is earlier than 0:0.3.8-56.51.26" test_ref="oval:org.mitre.oval:tst:120158"/>
          <criterion comment="beagle-firefox RPM is earlier than 0:0.3.8-56.51.26" test_ref="oval:org.mitre.oval:tst:119940"/>
          <criterion comment="beagle-gui RPM is earlier than 0:0.3.8-56.51.26" test_ref="oval:org.mitre.oval:tst:120166"/>
          <criterion comment="beagle-lang RPM is earlier than 0:0.3.8-56.51.26" test_ref="oval:org.mitre.oval:tst:119805"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25502" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0573-1 -- Recommended update for rpcbind</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>rpcbind</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140573-1.html" ref_id="SUSE-RU-2014:0573-1"/>
        <description>This update for rpcbind fixes the following issues:

    * Make is_loopback check more permissive. (bnc#821054)
    * Set SO_REUSEADDR on NC_TPI_COTS listening sockets.
(bnc#823079)
    * In the %post section, check if portmap binary exists
before using checkproc to verify whether it's running.
(bnc#823079)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:14:10">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:13.493-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:27.918-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:31.714-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="rpcbind RPM is earlier than 0:0.1.6+git20080930-6.20.1" test_ref="oval:org.mitre.oval:tst:117041"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25497" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1423-1 -- Recommended update for sblim-sfcb</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>sblim-sfcb</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131423-1.html" ref_id="SUSE-RU-2013:1423-1"/>
        <description>This update for sblim-sfcb provides the following fixes:

    * Improve robustness of sblim-sfcb request header
parsing, fixing errors when the XML header of posted
request is too big.
    * Fix a resource leak leading to failure to operate
when using the 'SfcbLocal' client interface together with
Openwsman.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:57">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:50.182-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:27.236-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:30.995-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="sblim-sfcb RPM is earlier than 0:1.3.11-0.23.2" test_ref="oval:org.mitre.oval:tst:118266"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25494" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0214-1 -- Security update for gimp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gimp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140214-1.html" ref_id="SUSE-SU-2014:0214-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1913" ref_id="CVE-2013-1913"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1978" ref_id="CVE-2013-1978"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5576" ref_id="CVE-2012-5576"/>
        <description>This update fixes the following security issues with gimp:

    * bnc#853423: XWD plugin g_new() integer overflow
(CVE-2013-1913)
    * bnc#853425: XWD plugin color map heap-based buffer
overflow (CVE-2013-1978)
    * bnc#791372: memory corruption via XWD files
(CVE-2012-5576)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:14">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:43.938-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:26.946-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:30.696-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gimp RPM is earlier than 0:2.6.2-3.34.45.1" test_ref="oval:org.mitre.oval:tst:116937"/>
          <criterion comment="gimp-lang RPM is earlier than 0:2.6.2-3.34.45.1" test_ref="oval:org.mitre.oval:tst:117423"/>
          <criterion comment="gimp-plugins-python RPM is earlier than 0:2.6.2-3.34.45.1" test_ref="oval:org.mitre.oval:tst:117692"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25493" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1434-1 -- Recommended update for KVM</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>KVM</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131434-1.html" ref_id="SUSE-RU-2013:1434-1"/>
        <description>This update from kvm 1.4.1 to 1.4.2 provides the following
fixes and  enhancements:

    * Backport TLS support for VNC Websockets from QEMU
v1.5.0 (bnc#821819, fate#315032)
    * Fixes for s390x dictzip support (bnc#824340).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:42">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:54.064-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:26.883-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:30.621-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kvm RPM is earlier than 0:1.4.2-0.7.1" test_ref="oval:org.mitre.oval:tst:118344"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25492" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0166-1 -- Recommended update for release-notes-sled</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>release-notes-sled</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140166-1.html" ref_id="SUSE-RU-2014:0166-1"/>
        <description>This update for the Release Notes for SUSE Linux Enterprise
Desktop 11 SP3  provides the following changes:

    * New entry: Adobe Discontinues Support for Adobe
Reader on Linux. (bnc#847002 via fate#316596).
    * Obsolete entries: Firefox lockdown. (bnc#860086)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:04.637-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:26.822-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:30.548-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="release-notes-sled RPM is earlier than 0:11.3.25-0.7.1" test_ref="oval:org.mitre.oval:tst:117699"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25490" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0413-1 -- Security update for libssh2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libssh2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140413-1.html" ref_id="SUSE-SU-2014:0413-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0017" ref_id="CVE-2014-0017"/>
        <description>This update of libssh fixes the following security issue:

    * When libssh operates in server mode, the randomness
pool was not switched on fork, so two pools could operate
on the same randomness and could generate the same keys.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:30">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:11.109-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:26.709-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:30.425-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="libssh2 RPM is earlier than 0:0.2-5.20.1" test_ref="oval:org.mitre.oval:tst:117010"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25489" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0578-1 -- Recommended update for python-m2crypto</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python-m2crypto</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140578-1.html" ref_id="SUSE-RU-2014:0578-1"/>
        <description>This update to python-m2crypto 0.21.1 provides many fixes
and enhancements,  including:

    * Allow SSL peer certificate to have subjectAltName
without DNSName and use commonName for hostname check.
    * Allow more blocking OpenSSL functions to run without
GIL.
    * Fixed httpslib to send only the path+query+fragment
part of the URL when using CONNECT proxy.
    * Added support for RSASSA-PSS signing and verifying.
    * Added support for disabling padding when using RSA
encryption.
    * ASN1_INTEGERs can now be larger than fits in an int,
for example to support X509 certificates with large serial
numbers.
    * Deprecated M2Crypto.PGP subpackage.
    * Add support for OpenSSL 1.0.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:49">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:18.845-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:26.610-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:30.337-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="python-m2crypto RPM is earlier than 0:0.21.1-2.4.1" test_ref="oval:org.mitre.oval:tst:117272"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25485" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1352-1 -- Security update for libgcrypt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libgcrypt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131352-1.html" ref_id="SUSE-SU-2013:1352-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4242" ref_id="CVE-2013-4242"/>
        <description>This update of libgcrypt mitigates the Yarom/Falkner
flush+reload  side-channel attack on RSA secret keys
(CVE-2013-4242).

Security Issue reference:

    * CVE-2013-4242
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4242
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:19">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:49.910-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:25.817-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:29.599-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libgcrypt11 RPM is earlier than 0:1.5.0-0.15.2" test_ref="oval:org.mitre.oval:tst:118709"/>
          <criterion comment="libgcrypt11-32bit RPM is earlier than 0:1.5.0-0.15.2" test_ref="oval:org.mitre.oval:tst:118301"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25483" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0298-1 -- Recommended update for kvm</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kvm</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140298-1.html" ref_id="SUSE-RU-2014:0298-1"/>
        <description>This update for KVM provides support for the Ceph
components of SUSE Cloud  by implementing compatibility
with a dynamically loaded rbd plug-in.  Currently, this
plug-in is not delivered with SUSE Linux Enterprise
Server.  (FATE#316580, bnc#858858)

Additionally, the following issues have been fixed:

    * Provide dummy color map for VNC viewers which may
request a color map. (bnc#842088)
    * Allow cross migration from SP2's qemu-kvm 0.15 to
qemu 1.4. (bnc#812836, bnc#841080)
    * Fix potential rtl8139/pcnet network stalls.
    * Update to new s390-ccw.img firmware from v1.6.0.
(bnc#812983)
    * Add fix for virtio-ccw reset. (bnc#812983)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:54">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:48.759-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:25.288-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:29.042-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kvm RPM is earlier than 0:1.4.2-0.9.1" test_ref="oval:org.mitre.oval:tst:117509"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25480" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0300-1 -- Recommended update for glib2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glib2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140300-1.html" ref_id="SUSE-RU-2014:0300-1"/>
        <description>This update for glib2 adds a workaround to ignore multiple
calls to  g_thread_init(), preventing issues with some
upstream Java implementations.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:42">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:05.497-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:25.178-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:28.892-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glib2 RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117259"/>
            <criterion comment="glib2-lang RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117434"/>
            <criterion comment="libgio-2_0-0 RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117506"/>
            <criterion comment="libglib-2_0-0 RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117511"/>
            <criterion comment="libgmodule-2_0-0 RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117299"/>
            <criterion comment="libgobject-2_0-0 RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117161"/>
            <criterion comment="libgthread-2_0-0 RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117403"/>
            <criterion comment="libgio-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117231"/>
            <criterion comment="libglib-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117286"/>
            <criterion comment="libgmodule-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117356"/>
            <criterion comment="libgobject-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:116970"/>
            <criterion comment="libgthread-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117388"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="glib2-doc RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117425"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glib2-devel RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:117150"/>
            <criterion comment="libgio-fam RPM is earlier than 0:2.22.5-0.8.12.1" test_ref="oval:org.mitre.oval:tst:116972"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25478" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0743-1 -- Recommended update for supportutils</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>supportutils</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140743-1.html" ref_id="SUSE-RU-2014:0743-1"/>
        <description>This update for supportutils contains the following fixes and enhancements:

    * novell-nss.txt should capture VolumeInfo.xml file. (bnc#871536)
    * Added novell-ncs-resource*.txt files.
    * Included NCS parsed log information. (bnc#870451)
    * Fixed duplicate snapshot listings. (bnc#870473)
    * Scanning base_reachable_time excluded. (bnc#863234)
    * Removed schealth. It's superseded by the SCA Appliance.
    * Excluded ldauditor logs from security-audit.txt. (bnc#860003)
    * Limited mcelog to VAR_OPTION_LINE_COUNT.
    * Fixed HAE cib location for SLE 11-SP3. (bnc#855230)
    * Fixed Apparmor error messages during basic health check. (bnc#850741)
    * Added /etc/xinetd.d/ to chkconfig.txt. (bnc#850568)
    * Fixed find /boot errors. (bnc#850566)
    * Added gfx hardware information to x.txt. (bnc#816468)
    * Option -k now excludes all known loaded modules. (bnc#846676)
    * Option -y now sets ADD_OPTION_MAXYAST. (bnc#846512)
    * Removed ADD_OPTION_MINYAST.
    * Excluded invalid /proc files. (bnc#846679)
    * Supportconfig gets symlinks in /etc/pam.d. (bnc#846491)
    * Supports xz compressed ramdisks. (bnc#839664)
    * Fixed long NIC name processing. (bnc#840841)
    * RPM package requires tar. (bnc#839098)
    * Included dmidecode in hardware.txt. (fate#315500)
    * Changed parted output units to sectors. (fate#314621)
    * Added findmnt to fs-diskio.txt. (fate#314619)
    * Added lsblk to fs-diskio.txt. (fate#314620)
    * Added lsscsi -H to fs-diskio.txt. (fate#314618)

For a comprehensive list of changes, please read the package's change log.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:09:47">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:37.507-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:25.113-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:28.805-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="supportutils RPM is earlier than 0:1.20-0.102.1" test_ref="oval:org.mitre.oval:tst:116233"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25477" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0510-1 -- Security update for puppet</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>puppet</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140510-1.html" ref_id="SUSE-SU-2014:0510-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4761" ref_id="CVE-2013-4761"/>
        <description>The deployment framework puppet received an update for a
security issue in  January.

The backport of this security issue was however incomplete
and broke  existing setups. As the scope of the problem is
limited to local scenarios  where an attacker likely has
access already, and backporting is not  trivial, this
update reverts the fix for now.

We are evaluating the possibility of an update to puppet
2.7 in the future.

Security Issue reference:

    * CVE-2013-4761
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4761
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:15:17">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:17.542-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:24.979-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:28.661-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="puppet RPM is earlier than 0:2.6.18-0.14.1" test_ref="oval:org.mitre.oval:tst:117241"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="puppet-server RPM is earlier than 0:2.6.18-0.14.1" test_ref="oval:org.mitre.oval:tst:117193"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25472" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1631-1 -- Security update for vino</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>vino</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131631-1.html" ref_id="SUSE-SU-2013:1631-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5745" ref_id="CVE-2013-5745"/>
        <description>vino has been updated to fix a remote denial of service
problem where  remote attackers could have caused a
infinite loop in vino (CPU  consumption). (CVE-2013-5745)

Security Issue reference:

    * CVE-2013-5745
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5745
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:39">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:54.934-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:24.659-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:28.299-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="vino RPM is earlier than 0:2.28.1-2.5.1" test_ref="oval:org.mitre.oval:tst:118254"/>
          <criterion comment="vino-lang RPM is earlier than 0:2.28.1-2.5.1" test_ref="oval:org.mitre.oval:tst:118248"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25471" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0247-1 -- Recommended update for python-sip, python-kde4 and python-qt4</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python-sip</product>
          <product>python-kde4</product>
          <product>python-qt4</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130247-1.html" ref_id="SUSE-RU-2013:0247-1"/>
        <description>This update for python-sip fixes code generation for
classes that have an  alternate mapped type implementation.
This problem affected the QSettings  class of python-qt4,
more specifically the functions that serialize objects  and
save them to persistent storage.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:42:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:20.459-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:24.574-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:28.192-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="python-qt4 RPM is earlier than 0:4.6.2-0.4.2" test_ref="oval:org.mitre.oval:tst:121033"/>
          <criterion comment="python-sip RPM is earlier than 0:4.9.3-1.3.2" test_ref="oval:org.mitre.oval:tst:121000"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25469" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1551-1 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131551-1.html" ref_id="SUSE-RU-2013:1551-1"/>
        <description>This update provides the latest timezone information for
your system. The  changes in detail are:

    * Morocco now observes DST from the last Sunday in
March to the last Sunday in October, not April to September
respectively.
    * Tocantins will very likely not observe DST starting
this spring
    * Jordan will likely stay at UTC+3 indefinitely
    * Palestine will fall back at 00:00, not 01:00
    * This year Fiji will start DST on October 27, not
October 20
    * Use WIB/WITA/WIT rather than WIT/CIT/EIT for
alphabetic Indonesian time zone abbreviations since 1932
    * Use ART (UTC-3, standard time), rather than WARST
(also UTC-3, but daylight saving time) for San Luis,
Argentina since 2009.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:55.859-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:24.507-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:28.113-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="timezone RPM is earlier than 0:2013g-0.4.4.1" test_ref="oval:org.mitre.oval:tst:118258"/>
          <criterion comment="timezone-java RPM is earlier than 0:2013g-0.4.1" test_ref="oval:org.mitre.oval:tst:118428"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25468" version="3" class="patch">
      <metadata>
        <title>SUSE-YU-2014:0091-1 -- YOU update for Software Update Stack</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Software Update Stack</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-yu-20140091-1.html" ref_id="SUSE-YU-2014:0091-1"/>
        <description>This update for the Software Update Stack provides the
following fixes and  enhancements:

libzypp:

    * Fix disk usage computation for single packages.
(bnc#852943)
    * Filter control chars illegal in XML 1.0. (bnc#850907)
    * Always properly initialize pool storage. (bnc#846565)

zypper:

    * Fix groff .TP commands in manpage. (bnc#854784)
    * Fix callback handling if media download error is
ignored.
    * Fix detection of multiversion packages in transaction
summary. (bnc#844373)
    * Improve prompt with more options hidden behind '?'.
(bnc#844373)
    * Fix message typo. (bnc#845619)
    * Avoid duplicated product entries. (bnc#841473)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:35">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:12.070-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:24.427-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:27.845-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libzypp RPM is earlier than 0:9.37.4-0.7.2" test_ref="oval:org.mitre.oval:tst:117810"/>
          <criterion comment="zypper RPM is earlier than 0:1.6.311-0.7.3" test_ref="oval:org.mitre.oval:tst:117760"/>
          <criterion comment="zypper-log RPM is earlier than 0:1.6.311-0.7.3" test_ref="oval:org.mitre.oval:tst:117907"/>
          <criterion comment="libzypp RPM is earlier than 0:9.16.4-0.5.2" test_ref="oval:org.mitre.oval:tst:117544"/>
          <criterion comment="zypper RPM is earlier than 0:1.6.178-0.5.3" test_ref="oval:org.mitre.oval:tst:117382"/>
          <criterion comment="zypper-log RPM is earlier than 0:1.6.178-0.5.3" test_ref="oval:org.mitre.oval:tst:117856"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25461" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0431-1 -- Security update for wireshark</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>wireshark</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140431-1.html" ref_id="SUSE-SU-2014:0431-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7113" ref_id="CVE-2013-7113"/>
        <description>This update fixes a security problem in the BSSGP network
protocol  dissector that could crash wireshark.

Security Issue reference:

    * CVE-2013-7113
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7113
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:23.312-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:23.111-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:26.348-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="wireshark RPM is earlier than 0:1.8.12-0.4.1" test_ref="oval:org.mitre.oval:tst:117309"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25460" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1830-1 -- Recommended update for hal</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>hal</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131830-1.html" ref_id="SUSE-RU-2013:1830-1"/>
        <description>This update for hal includes the following fix:

    * Removable media sporadically not automatically
mounted (bnc#808143)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:17">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:55.748-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:23.040-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:26.258-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="hal RPM is earlier than 0:0.5.12-23.72.1" test_ref="oval:org.mitre.oval:tst:117987"/>
            <criterion comment="hal-32bit RPM is earlier than 0:0.5.12-23.72.1" test_ref="oval:org.mitre.oval:tst:118100"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="hal-doc RPM is earlier than 0:0.5.12-23.72.1" test_ref="oval:org.mitre.oval:tst:117216"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25459" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0162-1 -- Security update for libvirt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libvirt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140162-1.html" ref_id="SUSE-SU-2014:0162-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6436" ref_id="CVE-2013-6436"/>
        <description>This update fixes a crash in LXC's memtune code.
CVE-2013-6436 has been  assigned to this issue.

Security Issue reference:

    * CVE-2013-6436
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6436
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:49">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:43.764-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:22.910-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:26.125-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libvirt RPM is earlier than 0:1.0.5.8-0.7.1" test_ref="oval:org.mitre.oval:tst:117172"/>
            <criterion comment="libvirt-client RPM is earlier than 0:1.0.5.8-0.7.1" test_ref="oval:org.mitre.oval:tst:117424"/>
            <criterion comment="libvirt-doc RPM is earlier than 0:1.0.5.8-0.7.1" test_ref="oval:org.mitre.oval:tst:116861"/>
            <criterion comment="libvirt-python RPM is earlier than 0:1.0.5.8-0.7.1" test_ref="oval:org.mitre.oval:tst:117682"/>
            <criterion comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.8-0.7.1" test_ref="oval:org.mitre.oval:tst:117754"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.8-0.7.1" test_ref="oval:org.mitre.oval:tst:117016"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25455" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0215-1 -- Security update for openjdk</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>openjdk</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140215-1.html" ref_id="SUSE-SU-2014:0215-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5878" ref_id="CVE-2013-5878"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5884" ref_id="CVE-2013-5884"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5893" ref_id="CVE-2013-5893"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5896" ref_id="CVE-2013-5896"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5907" ref_id="CVE-2013-5907"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5910" ref_id="CVE-2013-5910"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0368" ref_id="CVE-2014-0368"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0373" ref_id="CVE-2014-0373"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0376" ref_id="CVE-2014-0376"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0411" ref_id="CVE-2014-0411"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0416" ref_id="CVE-2014-0416"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0422" ref_id="CVE-2014-0422"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0423" ref_id="CVE-2014-0423"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0428" ref_id="CVE-2014-0428"/>
        <description>This openjdk update fixes several security issues. For a
complete list of  fixed vulnerabilities and their
description please refer to:

http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-J
anuary/025800.html
&lt;http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-
January/025800.html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:13">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:09.824-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:21.491-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:24.403-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_7_0-openjdk RPM is earlier than 0:1.7.0.6-0.23.1" test_ref="oval:org.mitre.oval:tst:117442"/>
          <criterion comment="java-1_7_0-openjdk-demo RPM is earlier than 0:1.7.0.6-0.23.1" test_ref="oval:org.mitre.oval:tst:117428"/>
          <criterion comment="java-1_7_0-openjdk-devel RPM is earlier than 0:1.7.0.6-0.23.1" test_ref="oval:org.mitre.oval:tst:117570"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25453" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1182-2 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131182-2.html" ref_id="SUSE-SU-2013:1182-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1774" ref_id="CVE-2013-1774"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0160" ref_id="CVE-2013-0160"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3222" ref_id="CVE-2013-3222"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3223" ref_id="CVE-2013-3223"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3224" ref_id="CVE-2013-3224"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3225" ref_id="CVE-2013-3225"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3227" ref_id="CVE-2013-3227"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3228" ref_id="CVE-2013-3228"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3229" ref_id="CVE-2013-3229"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3231" ref_id="CVE-2013-3231"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3232" ref_id="CVE-2013-3232"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3234" ref_id="CVE-2013-3234"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3235" ref_id="CVE-2013-3235"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3076" ref_id="CVE-2013-3076"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1979" ref_id="CVE-2013-1979"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel has been
updated to  3.0.82 and to fix various bugs and security
issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:17">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:55.293-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:20.622-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:22.893-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119454"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119463"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119551"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119615"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119448"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119527"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119369"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119576"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119564"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.2_04_3.0.82_0.7-0.9.3" test_ref="oval:org.mitre.oval:tst:119513"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119548"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119308"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119550"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119574"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119329"/>
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:118817"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119587"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119624"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119511"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:118714"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.82-0.7.9" test_ref="oval:org.mitre.oval:tst:119596"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25452" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0524-1 -- Security update for net-snmp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>net-snmp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140524-1.html" ref_id="SUSE-SU-2014:0524-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2284" ref_id="CVE-2014-2284"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2285" ref_id="CVE-2014-2285"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2310" ref_id="CVE-2014-2310"/>
        <description>The net-snmp remote service received security and bugfixes:

    * 

      A remote denial of service flaw in Linux
implementation of ICMP-MIB has been fixed (CVE-2014-2284)

    * 

      snmptrapd could have crashed when using a trap with
empty community string. This has been fixed. (CVE-2014-2285)

    * 

      The AgentX subagent of net-snmp could have been
stalled when a manager sent a multi-object request with a
different number of subids. (CVE-2014-2310)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:14:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:07.032-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:20.402-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:22.497-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libsnmp15 RPM is earlier than 0:5.4.2.1-8.12.20.1" test_ref="oval:org.mitre.oval:tst:117323"/>
          <criterion comment="net-snmp RPM is earlier than 0:5.4.2.1-8.12.20.1" test_ref="oval:org.mitre.oval:tst:116831"/>
          <criterion comment="perl-SNMP RPM is earlier than 0:5.4.2.1-8.12.20.1" test_ref="oval:org.mitre.oval:tst:117324"/>
          <criterion comment="snmp-mibs RPM is earlier than 0:5.4.2.1-8.12.20.1" test_ref="oval:org.mitre.oval:tst:117191"/>
          <criterion comment="libsnmp15-32bit RPM is earlier than 0:5.4.2.1-8.12.20.1" test_ref="oval:org.mitre.oval:tst:117254"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25450" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0672-1 -- Recommended update for man-pages</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>man-pages</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140672-1.html" ref_id="SUSE-RU-2014:0672-1"/>
        <description>This update for man-pages provides the following fixes:

    * fseek.3: Complete EINVAL return code description.
    * core.5: PID in core file name.
    * proc.5: Extend descriptions of /proc/[pid]/smaps fields.
    * pthread_attr_setaffinity_np.3: Fix function prototypes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:12">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:39.690-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:20.326-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:22.367-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="man-pages RPM is earlier than 0:3.15-2.27.1" test_ref="oval:org.mitre.oval:tst:116692"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25447" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0124-1 -- Recommended update for autofs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>autofs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140124-1.html" ref_id="SUSE-RU-2014:0124-1"/>
        <description>This update for AutoFS provides fixes for the following
issues:

    * A segmentation fault caused by thread-unsafe
initialization and clean-up of libldap. (bnc#820585,
bnc#853469)
    * A segmentation fault caused by thread-unsafe usage of
glibc's netconfig() functions. (bnc#842622, bnc#833733)
    * A race condition that could make automount quit after
receiving a SIGHUP. (bnc#855883)
    * A deadlock when trying to lock a mutex that's already
owned by the same thread. (bnc#859969)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:19">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:39.255-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:20.143-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:22.139-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="autofs RPM is earlier than 0:5.0.6-3.10.16.1" test_ref="oval:org.mitre.oval:tst:117826"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25446" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0475-1 -- Security update for sudo</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>sudo</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140475-1.html" ref_id="SUSE-SU-2014:0475-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0106" ref_id="CVE-2014-0106"/>
        <description>This collective update for sudo provides fixes for the
following issues:

    * Security policy bypass when env_reset is disabled.
(CVE-2014-0106, bnc#866503)
    * Regression in the previous update that causes a
segmentation fault when running "sudo -s". (bnc#868444)
    * Command "who -m" prints no output when using
log_input/log_output sudo options. (bnc#863025)

Security Issues references:

    * CVE-2014-0106
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0106
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:15:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:12.334-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:20.029-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:22.003-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="sudo RPM is earlier than 0:1.7.6p2-0.21.1" test_ref="oval:org.mitre.oval:tst:117285"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25445" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1966-1 -- Recommended update for python-lxml</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python-lxml</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131966-1.html" ref_id="SUSE-RU-2013:1966-1"/>
        <description>This update fixes the following issue with python-lxml:

    * bnc#657698: python-lxml must not require pyxml</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:17">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:00.745-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:19.964-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:21.864-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="python-lxml RPM is earlier than 0:2.3.6-0.11.1" test_ref="oval:org.mitre.oval:tst:117866"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25444" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1099-2 -- Security update for xorg-x11-libXext</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libXext</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131099-2.html" ref_id="SUSE-SU-2013:1099-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1982" ref_id="CVE-2013-1982"/>
        <description>This update of xorg-x11-libXext fixes several integer
overflow issues.

Bug 815451/821665 CVE-2013-1982

Security Issues:

    * CVE-2013-1982
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1982
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:29:49">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:29.323-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:19.843-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:21.718-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-libXext RPM is earlier than 0:7.4-1.18.2" test_ref="oval:org.mitre.oval:tst:119220"/>
          <criterion comment="xorg-x11-libXext-32bit RPM is earlier than 0:7.4-1.18.2" test_ref="oval:org.mitre.oval:tst:119314"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25441" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0103-1 -- Recommended update for mailx</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mailx</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140103-1.html" ref_id="SUSE-RU-2014:0103-1"/>
        <description>This update for mailx enables IPv6 support and includes the
following  fixes:

    * Crop off the brackets of an ipv6 address if found.
(bnc#853246)
    * Enable mailx to parse IPv6 addresses including a port
([ipv6]:port). (bnc#853246)
    * Do not pseudo detect Latin nor UTF-8 in binary
attachments. (bnc#827010)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:30">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:45.862-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:19.777-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:21.631-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mailx RPM is earlier than 0:12.5-1.5.1" test_ref="oval:org.mitre.oval:tst:117545"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25435" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1618-1 -- Security update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131618-1.html" ref_id="SUSE-SU-2013:1618-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4238" ref_id="CVE-2013-4238"/>
        <description>This python update fixes a certificate hostname issue.

    * bnc#834601: CVE-2013-4238: python: SSL module does
not handle certificates that contain hostnames with NULL
bytes

Security Issue reference:

    * CVE-2013-4238
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4238
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:53">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:14.081-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:19.049-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:20.727-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118330"/>
            <criterion comment="python RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118077"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118299"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118520"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118393"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118102"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118147"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118214"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118177"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118507"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118223"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118430"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.8-0.23.1" test_ref="oval:org.mitre.oval:tst:118217"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25433" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0723-1 -- Recommended update for gzip</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gzip</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130723-1.html" ref_id="SUSE-RU-2013:0723-1"/>
        <description>This update for GNU Zip (gzip) provides one fix:

    * When reading files from Hierarchical Storage
Management systems in non-blocking mode, read() might fail
with EAGAIN. In cases like this, gzip will now switch to
blocking mode and try again.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:37:31">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:25.735-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:18.979-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:20.602-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="gzip RPM is earlier than 0:1.3.12-69.23.1" test_ref="oval:org.mitre.oval:tst:120439"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25431" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0150-1 -- Security update for libxml2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libxml2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140150-1.html" ref_id="SUSE-SU-2014:0150-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2877" ref_id="CVE-2013-2877"/>
        <description>This update fixes a DoS vulnerability in libxml2.
CVE-2013-2877 has been  assigned to this issue.

Security Issue reference:

    * CVE-2013-2877
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2877
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:00.913-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:18.726-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:20.252-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libxml2 RPM is earlier than 0:2.7.6-0.25.1" test_ref="oval:org.mitre.oval:tst:116828"/>
            <criterion comment="libxml2-python RPM is earlier than 0:2.7.6-0.25.1" test_ref="oval:org.mitre.oval:tst:117713"/>
            <criterion comment="libxml2-32bit RPM is earlier than 0:2.7.6-0.25.1" test_ref="oval:org.mitre.oval:tst:117670"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libxml2-doc RPM is earlier than 0:2.7.6-0.25.1" test_ref="oval:org.mitre.oval:tst:117300"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25429" version="3" class="patch">
      <metadata>
        <title>SUSE-YU-2013:1408-1 -- Security update for libzypp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libzypp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-yu-20131408-1.html" ref_id="SUSE-YU-2013:1408-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3704" ref_id="CVE-2013-3704"/>
        <description>libzypp did not handle multiple gpg pubkeys in the
repomd.xml.key and  content.key consistently and secure.
Attackers could have exploited this to  add their own keys
and pretend it's from SUSE.

Security Issue reference:

    * CVE-2013-3704
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3704
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:58.628-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:18.568-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:20.116-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libzypp RPM is earlier than 0:9.37.1-0.7.1" test_ref="oval:org.mitre.oval:tst:118222"/>
          <criterion comment="libzypp RPM is earlier than 0:9.16.1-0.5.1" test_ref="oval:org.mitre.oval:tst:117633"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25425" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0337-1 -- Security update for python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140337-1.html" ref_id="SUSE-SU-2014:0337-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4238" ref_id="CVE-2013-4238"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1752" ref_id="CVE-2013-1752"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4073" ref_id="CVE-2013-4073"/>
        <description>This update for Python fixes the following security issues:

    * bnc#834601: SSL module does not handle certificates
that contain hostnames with NULL bytes. (CVE-2013-4238)
    * bnc#856836: Various stdlib read flaws. (CVE-2013-1752)

Additionally, the following non-security issues have been
fixed:

    * bnc#859068: Turn off OpenSSL's aggressive
optimizations that conflict with Python's GC.
    * bnc#847135: Setting fips=1 at boot time causes
problems with Python due to MD5 usage.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:13">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:13.075-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:17.522-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:19.199-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117549"/>
            <criterion comment="python RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117525"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117258"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117022"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117522"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117574"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117491"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117013"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117414"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117529"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117008"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:116779"/>
            <criterion comment="python-doc RPM is earlier than 0:2.6-8.25.1" test_ref="oval:org.mitre.oval:tst:117483"/>
            <criterion comment="python-doc-pdf RPM is earlier than 0:2.6-8.25.1" test_ref="oval:org.mitre.oval:tst:117418"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.9-0.25.1" test_ref="oval:org.mitre.oval:tst:117392"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25422" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1920-1 -- Security update for libfreebl3</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libfreebl3</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131920-1.html" ref_id="SUSE-SU-2013:1920-1"/>
        <description>Mozilla NSS has been updated to the 3.15.3.1 security
release.

The update blacklists an intermediate CA that was abused to
create man in  the middle certificates.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:35">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:50.925-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:17.373-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:18.990-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libfreebl3 RPM is earlier than 0:3.15.3.1-0.4.2.1" test_ref="oval:org.mitre.oval:tst:118026"/>
          <criterion comment="mozilla-nss RPM is earlier than 0:3.15.3.1-0.4.2.1" test_ref="oval:org.mitre.oval:tst:118110"/>
          <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.15.3.1-0.4.2.1" test_ref="oval:org.mitre.oval:tst:117651"/>
          <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.15.3.1-0.4.2.1" test_ref="oval:org.mitre.oval:tst:118128"/>
          <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.15.3.1-0.4.2.1" test_ref="oval:org.mitre.oval:tst:118037"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25421" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0790-1 -- Security update for libgadu</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libgadu</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140790-1.html" ref_id="SUSE-SU-2014:0790-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6487" ref_id="CVE-2013-6487"/>
        <description>A memory corruption vulnerability has been fixed in libgadu. CVE-2013-6487 has been assigned to this issue.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:04:42">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:12.955-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:07.062-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:15.425-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="libgadu RPM is earlier than 0:1.8.2-1.24.1" test_ref="oval:org.mitre.oval:tst:121828"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25420" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1640-1 -- Recommended update for net-snmp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>net-snmp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131640-1.html" ref_id="SUSE-RU-2013:1640-1"/>
        <description>This collective update for net-snmp provides the following
fixes:

    * Fix a race condition in hrSWRunTable when processes
exit in the middle of processing. (bnc#822368)
    * Fix hrSWRunPath of swapped-out processes. (bnc#822368)
    * Fix MIB representation of timeout values. (bnc#833153)
    * Fix infinite loop when SIGTERM arrives in the middle
of internal query processing. (bnc#833191)
    * Merge some upstream fixes for memory leaks.
(bnc#833191)
    * If the daemon is still running 10 seconds after
SIGTERM, force the stop with SIGKILL. (bnc#828081)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:10.022-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:17.296-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:18.900-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libsnmp15 RPM is earlier than 0:5.4.2.1-8.12.18.1" test_ref="oval:org.mitre.oval:tst:118216"/>
          <criterion comment="net-snmp RPM is earlier than 0:5.4.2.1-8.12.18.1" test_ref="oval:org.mitre.oval:tst:118121"/>
          <criterion comment="perl-SNMP RPM is earlier than 0:5.4.2.1-8.12.18.1" test_ref="oval:org.mitre.oval:tst:118373"/>
          <criterion comment="snmp-mibs RPM is earlier than 0:5.4.2.1-8.12.18.1" test_ref="oval:org.mitre.oval:tst:118337"/>
          <criterion comment="libsnmp15-32bit RPM is earlier than 0:5.4.2.1-8.12.18.1" test_ref="oval:org.mitre.oval:tst:118261"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25418" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0230-1 -- Recommended update for cpupower</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>cpupower</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140230-1.html" ref_id="SUSE-RU-2014:0230-1"/>
        <description>This update for cpupower introduces the new "idle-set"
sub-command, which  allows the user to enable or disable
the sleep states of a CPU. For more  details, refer to the
cpupower-idle-set(1) man page.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:18:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:00.148-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:16.503-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:18.061-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="cpupower RPM is earlier than 0:2.6.39-2.21.1" test_ref="oval:org.mitre.oval:tst:117738"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25417" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0331-1 -- Security update for openssl-certs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>openssl-certs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140331-1.html" ref_id="SUSE-SU-2014:0331-1"/>
        <description>The openssl-certs package was updated to match the
certificates contained  in the Mozilla NSS 3.15.4 release.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:50.977-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:16.432-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:17.961-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="openssl-certs RPM is earlier than 0:1.96-0.4.1" test_ref="oval:org.mitre.oval:tst:116597"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25414" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0911-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140911-1.html" ref_id="SUSE-SU-2014:0911-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2372" ref_id="CVE-2012-2372"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2929" ref_id="CVE-2013-2929"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4299" ref_id="CVE-2013-4299"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4579" ref_id="CVE-2013-4579"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6382" ref_id="CVE-2013-6382"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7339" ref_id="CVE-2013-7339"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0055" ref_id="CVE-2014-0055"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0077" ref_id="CVE-2014-0077"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0101" ref_id="CVE-2014-0101"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0131" ref_id="CVE-2014-0131"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0155" ref_id="CVE-2014-0155"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1444" ref_id="CVE-2014-1444"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1445" ref_id="CVE-2014-1445"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1446" ref_id="CVE-2014-1446"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1874" ref_id="CVE-2014-1874"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2309" ref_id="CVE-2014-2309"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2523" ref_id="CVE-2014-2523"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2678" ref_id="CVE-2014-2678"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2851" ref_id="CVE-2014-2851"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3122" ref_id="CVE-2014-3122"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3144" ref_id="CVE-2014-3144"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3145" ref_id="CVE-2014-3145"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3917" ref_id="CVE-2014-3917"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4508" ref_id="CVE-2014-4508"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4652" ref_id="CVE-2014-4652"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4653" ref_id="CVE-2014-4653"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4654" ref_id="CVE-2014-4654"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4655" ref_id="CVE-2014-4655"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4656" ref_id="CVE-2014-4656"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4699" ref_id="CVE-2014-4699"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel has been updated to fix various bugs and security issues.elected taints for tracepoint modules.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:00:59">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:50.914-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:04.477-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:13.405-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121492"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121485"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121570"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121435"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121358"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121439"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121080"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121531"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121542"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" test_ref="oval:org.mitre.oval:tst:121430"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121558"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121437"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121622"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" test_ref="oval:org.mitre.oval:tst:121349"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121359"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121463"/>
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121590"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121373"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121565"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121049"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121579"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121475"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25413" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0579-1 -- Recommended update for autoyast2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>autoyast2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140579-1.html" ref_id="SUSE-RU-2014:0579-1"/>
        <description>This collective update for AutoYaST 2 provides the
following fixes:

    * Fix usage of "totaldisk" and "xserver" rules in
rules.xml. (bnc#836366)
    * Fix cloning of software section with invisible
patterns. (bnc#864421)
    * Fix an issue where autoyast created primary partition
when logical ones were requested. (bnc#852617)
    * Fix an issue handling LVM VGs on existing partitions.
(bnc#830253)
    * Fix scripts with chrooted=true via NFS. (bnc#829265)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:47">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:54.045-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:16.361-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:17.832-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="autoyast2 RPM is earlier than 0:2.17.73-0.7.1" test_ref="oval:org.mitre.oval:tst:117249"/>
          <criterion comment="autoyast2-installation RPM is earlier than 0:2.17.73-0.7.1" test_ref="oval:org.mitre.oval:tst:116753"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25406" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0795-1 -- Recommended update for SLE Manuals</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SLE Manuals</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140795-1.html" ref_id="SUSE-RU-2014:0795-1"/>
        <description>This update provides the latest version of the SUSE Linux Enterprise 11-SP3 manuals, which brings fixes and enhancements in the following areas.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:04:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:43.534-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:01:03.449-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:11.936-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="sles-admin_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122143"/>
            <criterion comment="sles-autoyast_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122151"/>
            <criterion comment="sles-deployment_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122114"/>
            <criterion comment="sles-hardening_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:121347"/>
            <criterion comment="sles-installquick_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122263"/>
            <criterion comment="sles-lxcquick_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122145"/>
            <criterion comment="sles-manuals_en RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122039"/>
            <criterion comment="sles-security_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122254"/>
            <criterion comment="sles-storage_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122221"/>
            <criterion comment="sles-tuning_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122268"/>
            <criterion comment="sles-xen_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122194"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="sles-kvm_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122119"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="sle-apparmor-quick_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:121576"/>
            <criterion comment="sle-audit-quick_en-pdf RPM is earlier than 0:11.3-0.25.2" test_ref="oval:org.mitre.oval:tst:122079"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25404" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0189-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140189-1.html" ref_id="SUSE-SU-2014:0189-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4587" ref_id="CVE-2013-4587"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4592" ref_id="CVE-2013-4592"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6367" ref_id="CVE-2013-6367"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6368" ref_id="CVE-2013-6368"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6376" ref_id="CVE-2013-6376"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4483" ref_id="CVE-2013-4483"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4511" ref_id="CVE-2013-4511"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4514" ref_id="CVE-2013-4514"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4515" ref_id="CVE-2013-4515"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6378" ref_id="CVE-2013-6378"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6380" ref_id="CVE-2013-6380"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7027" ref_id="CVE-2013-7027"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6463" ref_id="CVE-2013-6463"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6383" ref_id="CVE-2013-6383"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4345" ref_id="CVE-2013-4345"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2146" ref_id="CVE-2013-2146"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2930" ref_id="CVE-2013-2930"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel was
updated to 3.0.101  and also includes various other bug and
security fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:08.182-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:13.101-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:14.759-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117777"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117778"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117770"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117583"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117691"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117671"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117362"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117379"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117101"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.3_08_3.0.101_0.15-0.7.22" test_ref="oval:org.mitre.oval:tst:117684"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117685"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117647"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117697"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.3_08_3.0.101_0.15-0.7.22" test_ref="oval:org.mitre.oval:tst:117660"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117396"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117589"/>
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:116988"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117441"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:116852"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:116821"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117102"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.15.1" test_ref="oval:org.mitre.oval:tst:117507"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25403" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0623-1 -- Security update for kvm</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kvm</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140623-1.html" ref_id="SUSE-SU-2014:0623-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2016" ref_id="CVE-2013-2016"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4344" ref_id="CVE-2013-4344"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4541" ref_id="CVE-2013-4541"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0142" ref_id="CVE-2014-0142"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0143" ref_id="CVE-2014-0143"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0144" ref_id="CVE-2014-0144"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0145" ref_id="CVE-2014-0145"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0146" ref_id="CVE-2014-0146"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0147" ref_id="CVE-2014-0147"/>
        <description>The QEMU embedded within KVM received various security
fixes.

Various issues in the block layer have been fixed:

    * A virtio security issue in config io space handling
(CVE-2013-2016).
    * A SCSI report LUNs buffer overflow (CVE-2013-4344).
    * A buffer overflow in the QEMU USB stack
(CVE-2013-4541).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:13">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:32.689-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:12.558-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:14.176-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="kvm RPM is earlier than 0:1.4.2-0.11.1" test_ref="oval:org.mitre.oval:tst:116105"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25401" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1615-1 -- Recommended update for microcode_ctl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>microcode_ctl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131615-1.html" ref_id="SUSE-RU-2013:1615-1"/>
        <description>This update provides Intel's CPU microcode version 20130906.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:56">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:03.289-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:12.312-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:13.768-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="microcode_ctl RPM is earlier than 0:1.17-102.68.1" test_ref="oval:org.mitre.oval:tst:118281"/>
          <criterion comment="microcode_ctl RPM is earlier than 0:1.17-102.57.62.1" test_ref="oval:org.mitre.oval:tst:118250"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25399" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0290-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140290-1.html" ref_id="SUSE-SU-2014:0290-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0498" ref_id="CVE-2014-0498"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0499" ref_id="CVE-2014-0499"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0502" ref_id="CVE-2014-0502"/>
        <description>This update of Adobe Flash Player fixes the following
issues:

    * A stack overflow vulnerability that could have
resulted in arbitrary code execution. (CVE-2014-0498)
    * A memory leak vulnerability that could have been used
to defeat memory address layout randomization.
(CVE-2014-0499)
    * A double free vulnerability that could have resulted
in arbitrary code execution. (CVE-2014-0502)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:18:00">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:46.610-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:12.024-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:13.400-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.341-0.3.1" test_ref="oval:org.mitre.oval:tst:117122"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.341-0.3.1" test_ref="oval:org.mitre.oval:tst:117584"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.341-0.3.1" test_ref="oval:org.mitre.oval:tst:117504"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25395" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1515-1 -- Recommended update for xml-commons</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xml-commons</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131515-1.html" ref_id="SUSE-RU-2013:1515-1"/>
        <description>This update relaxes dependencies between xml-commons and
its sub-packages  to fix an issue in online migration.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:00">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:04.153-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:11.944-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:13.297-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="xml-commons RPM is earlier than 0:1.3.02-227.31.3" test_ref="oval:org.mitre.oval:tst:118449"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="xml-commons-apis RPM is earlier than 0:1.3.02-227.31.3" test_ref="oval:org.mitre.oval:tst:117868"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25393" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0175-2 -- Security update for curl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>curl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140175-2.html" ref_id="SUSE-SU-2014:0175-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0015" ref_id="CVE-2014-0015"/>
        <description>This update fixes the re-use of wrong HTTP NTLM connections
in libcurl.  (CVE-2014-0015)

Security Issue reference:

    * CVE-2014-0015
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0015
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:43.137-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:11.638-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:12.955-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="curl RPM is earlier than 0:7.19.7-1.32.1" test_ref="oval:org.mitre.oval:tst:117212"/>
          <criterion comment="libcurl4 RPM is earlier than 0:7.19.7-1.32.1" test_ref="oval:org.mitre.oval:tst:117591"/>
          <criterion comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.32.1" test_ref="oval:org.mitre.oval:tst:117411"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25392" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0291-1 -- Recommended update for mdadm</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mdadm</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140291-1.html" ref_id="SUSE-RU-2014:0291-1"/>
        <description>This update for mdadm provides many fixes and enhancements:

    * Don't wait so long when creating arrays. (bnc#816382)
    * Allow array to be stopped using the kernel name.
(bnc#821861)
    * If mpath is in use, disable mdadm auto-assembly
except on dm devices. (bnc#838528)
    * Fix size handling for RAID0 arrays during reshape.
(bnc#821934)
    * Fix problem with calculation of space available for
reshape. (bnc#821934)
    * Clarify connection between action=re-add and bitmaps
in mdadm.conf.5. (bnc#773010)
    * Print correct size for large external metadata
arrays. (bnc#797116)
    * Retry failed removes in mdadm. (bnc#808647)
    * Don't assemble the same array with two different
names. (bnc#828436)
    * Attempt to remove from an array any device which
disappear. (bnc#819331)
    * Fix problems with RAID10 re-sync and recovery not
completing properly. (bnc#834041)
    * Allow mdadm to create arrays with more than 1000
devices. (bnc#819930)
    * Remove partitions from device when included in an
'external' array. (bnc#817841)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:58.745-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:11.572-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:12.856-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mdadm RPM is earlier than 0:3.2.6-0.23.1" test_ref="oval:org.mitre.oval:tst:117573"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25390" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0373-1 -- Security update for Xen</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Xen</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140373-1.html" ref_id="SUSE-SU-2014:0373-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2212" ref_id="CVE-2013-2212"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6400" ref_id="CVE-2013-6400"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6885" ref_id="CVE-2013-6885"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1642" ref_id="CVE-2014-1642"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1891" ref_id="CVE-2014-1891"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1892" ref_id="CVE-2014-1892"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1893" ref_id="CVE-2014-1893"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1894" ref_id="CVE-2014-1894"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1895" ref_id="CVE-2014-1895"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1896" ref_id="CVE-2014-1896"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1666" ref_id="CVE-2014-1666"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1950" ref_id="CVE-2014-1950"/>
        <description>The SUSE Linux Enterprise Server 11 Service Pack 3 Xen
hypervisor and  toolset has been updated to 4.2.4 to fix
various bugs and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:54">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:07.598-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:10.787-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:11.939-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.15-0.7.1" test_ref="oval:org.mitre.oval:tst:117124"/>
          <criterion comment="xen-libs RPM is earlier than 0:4.2.4_02-0.7.1" test_ref="oval:org.mitre.oval:tst:117476"/>
          <criterion comment="xen-tools-domU RPM is earlier than 0:4.2.4_02-0.7.1" test_ref="oval:org.mitre.oval:tst:117140"/>
          <criterion comment="xen RPM is earlier than 0:4.2.4_02-0.7.1" test_ref="oval:org.mitre.oval:tst:117526"/>
          <criterion comment="xen-doc-html RPM is earlier than 0:4.2.4_02-0.7.1" test_ref="oval:org.mitre.oval:tst:117386"/>
          <criterion comment="xen-doc-pdf RPM is earlier than 0:4.2.4_02-0.7.1" test_ref="oval:org.mitre.oval:tst:117585"/>
          <criterion comment="xen-libs-32bit RPM is earlier than 0:4.2.4_02-0.7.1" test_ref="oval:org.mitre.oval:tst:117032"/>
          <criterion comment="xen-tools RPM is earlier than 0:4.2.4_02-0.7.1" test_ref="oval:org.mitre.oval:tst:117305"/>
          <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.15-0.7.1" test_ref="oval:org.mitre.oval:tst:117095"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25389" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0661-1 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140661-1.html" ref_id="SUSE-RU-2014:0661-1"/>
        <description>This update provides the latest timezone information for your system. The
changes in detail are:

    * Egypt observes DST starting 2014-05-15 at 24:00
    * Crimea switched to Moscow time on 2014-03-30 at 02:00 local time
    * New entry for Troll Station, Antarctica.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:44">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:24.943-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:10.718-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:11.824-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="timezone RPM is earlier than 0:2014c-0.3.1" test_ref="oval:org.mitre.oval:tst:116437"/>
            <criterion comment="timezone-java RPM is earlier than 0:2014c-0.3.1" test_ref="oval:org.mitre.oval:tst:116705"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criterion comment="timezone RPM is earlier than 0:2014c-0.5.1" test_ref="oval:org.mitre.oval:tst:116010"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25388" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0336-1 -- Recommended update for sg3_utils</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>sg3_utils</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140336-1.html" ref_id="SUSE-RU-2014:0336-1"/>
        <description>This update for sg3_utils provides the following fixes and
enhancements:

    * Update to rescan-scsi-bus.sh to improve scanning of
DMMP devices. (bnc#846660)
    * Update sg_xcopy to version 0.39 for invoking XCOPY on
NetApp FAS LUs. (bnc#852420)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:23.067-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:10.647-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:11.724-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="sg3_utils RPM is earlier than 0:1.35-0.13.1" test_ref="oval:org.mitre.oval:tst:117474"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25387" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0575-1 -- Recommended update for mono-core</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mono-core</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140575-1.html" ref_id="SUSE-RU-2014:0575-1"/>
        <description>This update adds handling of SHA256 hashes to parts of the
X509 Certificate  classes in the C# implementation of Mono
(bnc#871362) and improves handling  of non-existing
certificate revocation lists (bnc#810747, bnc#606002).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:14:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:16.688-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:10.540-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:11.561-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="mono-core RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:117012"/>
            <criterion comment="mono-data RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:116299"/>
            <criterion comment="mono-data-postgresql RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:117265"/>
            <criterion comment="mono-data-sqlite RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:116570"/>
            <criterion comment="mono-locale-extras RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:117178"/>
            <criterion comment="mono-nunit RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:116612"/>
            <criterion comment="mono-web RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:117093"/>
            <criterion comment="mono-winforms RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:116781"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bytefx-data-mysql RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:117009"/>
            <criterion comment="ibm-data-db2 RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:117068"/>
            <criterion comment="mono-data-firebird RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:117133"/>
            <criterion comment="mono-data-oracle RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:117168"/>
            <criterion comment="mono-data-sybase RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:117293"/>
            <criterion comment="mono-devel RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:116693"/>
            <criterion comment="mono-extras RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:116477"/>
            <criterion comment="mono-jscript RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:116677"/>
            <criterion comment="mono-wcf RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:117070"/>
            <criterion comment="monodoc-core RPM is earlier than 0:2.6.7-0.11.2" test_ref="oval:org.mitre.oval:tst:117083"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25386" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1240-1 -- Recommended update for AutoYaST2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>AutoYaST2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131240-1.html" ref_id="SUSE-RU-2013:1240-1"/>
        <description>This update fixes the following issues:

    * #820499: AutoYaST module creates a bad ask-list
    * #822009: AutoYaST module crashes while saving the
profile
    * #799725: Problem reusing large number of partitions
    * #794403: Unattended upgrade dependency errors when
update repos are present in 'autoupg.xml'
    * #788593: Problem handling script notifications in UI
    * #752318: Fix cloning of raids</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:30.868-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:10.472-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:11.450-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="autoyast2 RPM is earlier than 0:2.17.57.3-0.5.1" test_ref="oval:org.mitre.oval:tst:118655"/>
          <criterion comment="autoyast2-installation RPM is earlier than 0:2.17.57.3-0.5.1" test_ref="oval:org.mitre.oval:tst:119186"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25384" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0219-1 -- Security update for xorg-x11</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140219-1.html" ref_id="SUSE-SU-2014:0219-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6462" ref_id="CVE-2013-6462"/>
        <description>This update fixes a stack buffer overflow in xorg-x11 in
the  bdfReadCharacters() function. CVE-2013-6462 has been
assigned to this  issue.

Security Issue reference:

    * CVE-2013-6462
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6462
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:47.846-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:08.789-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:09.533-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="xorg-x11-libs RPM is earlier than 0:7.4-8.26.40.1" test_ref="oval:org.mitre.oval:tst:117372"/>
            <criterion comment="xorg-x11-libs-32bit RPM is earlier than 0:7.4-8.26.40.1" test_ref="oval:org.mitre.oval:tst:117615"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="xorg-x11-devel RPM is earlier than 0:7.4-8.26.40.1" test_ref="oval:org.mitre.oval:tst:117558"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25383" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1512-1 -- Recommended update for puppet</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>puppet</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131512-1.html" ref_id="SUSE-RU-2013:1512-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3567" ref_id="CVE-2013-3567"/>
        <description>This update for puppet fixes a regression introduced by the
fix for  CVE-2013-3567.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:57">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:57.090-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:08.668-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:09.360-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="puppet RPM is earlier than 0:2.6.18-0.8.1" test_ref="oval:org.mitre.oval:tst:118427"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="puppet-server RPM is earlier than 0:2.6.18-0.8.1" test_ref="oval:org.mitre.oval:tst:118466"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25380" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0769-1 -- Security update for MySQL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>MySQL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140769-1.html" ref_id="SUSE-SU-2014:0769-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2444" ref_id="CVE-2014-2444"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2436" ref_id="CVE-2014-2436"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2440" ref_id="CVE-2014-2440"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2434" ref_id="CVE-2014-2434"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2435" ref_id="CVE-2014-2435"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2442" ref_id="CVE-2014-2442"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2450" ref_id="CVE-2014-2450"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2419" ref_id="CVE-2014-2419"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0384" ref_id="CVE-2014-0384"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2430" ref_id="CVE-2014-2430"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2451" ref_id="CVE-2014-2451"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2438" ref_id="CVE-2014-2438"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2432" ref_id="CVE-2014-2432"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2431" ref_id="CVE-2014-2431"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4316" ref_id="CVE-2013-4316"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5860" ref_id="CVE-2013-5860"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5882" ref_id="CVE-2013-5882"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0433" ref_id="CVE-2014-0433"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5894" ref_id="CVE-2013-5894"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5881" ref_id="CVE-2013-5881"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0412" ref_id="CVE-2014-0412"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0402" ref_id="CVE-2014-0402"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0386" ref_id="CVE-2014-0386"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5891" ref_id="CVE-2013-5891"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0401" ref_id="CVE-2014-0401"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0427" ref_id="CVE-2014-0427"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0431" ref_id="CVE-2014-0431"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0437" ref_id="CVE-2014-0437"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0393" ref_id="CVE-2014-0393"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0430" ref_id="CVE-2014-0430"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0420" ref_id="CVE-2014-0420"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5908" ref_id="CVE-2013-5908"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0001" ref_id="CVE-2014-0001"/>
        <description>MySQL was updated to version 5.5.37 to address various security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:08:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:36.411-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:06.819-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:07.353-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libmysql55client18 RPM is earlier than 0:5.5.37-0.7.1" test_ref="oval:org.mitre.oval:tst:116239"/>
            <criterion comment="libmysql55client_r18 RPM is earlier than 0:5.5.37-0.7.1" test_ref="oval:org.mitre.oval:tst:115989"/>
            <criterion comment="libmysqlclient15 RPM is earlier than 0:5.0.96-0.6.11" test_ref="oval:org.mitre.oval:tst:116009"/>
            <criterion comment="libmysqlclient_r15 RPM is earlier than 0:5.0.96-0.6.11" test_ref="oval:org.mitre.oval:tst:116413"/>
            <criterion comment="mysql RPM is earlier than 0:5.5.37-0.7.1" test_ref="oval:org.mitre.oval:tst:116366"/>
            <criterion comment="mysql-client RPM is earlier than 0:5.5.37-0.7.1" test_ref="oval:org.mitre.oval:tst:116293"/>
            <criterion comment="libmysql55client18-32bit RPM is earlier than 0:5.5.37-0.7.1" test_ref="oval:org.mitre.oval:tst:116332"/>
            <criterion comment="libmysqlclient15-32bit RPM is earlier than 0:5.0.96-0.6.11" test_ref="oval:org.mitre.oval:tst:116261"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="mysql-tools RPM is earlier than 0:5.5.37-0.7.1" test_ref="oval:org.mitre.oval:tst:116094"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libmysql55client_r18-32bit RPM is earlier than 0:5.5.37-0.7.1" test_ref="oval:org.mitre.oval:tst:116396"/>
            <criterion comment="libmysqlclient_r15-32bit RPM is earlier than 0:5.0.96-0.6.11" test_ref="oval:org.mitre.oval:tst:116363"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25377" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0175-1 -- Security update for curl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>curl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140175-1.html" ref_id="SUSE-SU-2014:0175-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0015" ref_id="CVE-2014-0015"/>
        <description>This update fixes the re-use of wrong HTTP NTLM connections
in libcurl.  (CVE-2014-0015)

Security Issue reference:

    * CVE-2014-0015
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0015
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:37">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:42.870-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:06.373-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:06.929-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="curl RPM is earlier than 0:7.19.7-1.20.31.1" test_ref="oval:org.mitre.oval:tst:117723"/>
          <criterion comment="libcurl4 RPM is earlier than 0:7.19.7-1.20.31.1" test_ref="oval:org.mitre.oval:tst:117383"/>
          <criterion comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.20.31.1" test_ref="oval:org.mitre.oval:tst:117332"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25374" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0124-2 -- Recommended update for autofs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>autofs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140124-2.html" ref_id="SUSE-RU-2014:0124-2"/>
        <description>This update for AutoFS provides fixes for the following
issues:

    * A segmentation fault caused by thread-unsafe
initialization and clean-up of libldap. (bnc#820585,
bnc#853469)
    * A segmentation fault caused by thread-unsafe usage of
glibc's netconfig() functions. (bnc#842622, bnc#833733)
    * A race condition that could make automount quit after
receiving a SIGHUP. (bnc#855883)
    * A deadlock when trying to lock a mutex that's already
owned by the same thread. (bnc#859969)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:16">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:04.836-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:06.158-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:06.703-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="autofs RPM is earlier than 0:5.0.6-3.10.16.1" test_ref="oval:org.mitre.oval:tst:117820"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25368" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0397-1 -- Security update for icedtea-web</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>icedtea-web</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140397-1.html" ref_id="SUSE-SU-2014:0397-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6493" ref_id="CVE-2013-6493"/>
        <description>The OpenJDK Java Plugin IcedTea Web was released to fix a
temporary file  access problem.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:21.582-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:05.779-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:06.167-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="icedtea-web RPM is earlier than 0:1.4.2-0.7.1" test_ref="oval:org.mitre.oval:tst:117201"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25367" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0356-1 -- Recommended update for microcode_ctl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>microcode_ctl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140356-1.html" ref_id="SUSE-RU-2014:0356-1"/>
        <description>This update provides Intel's CPU microcode version 20140122.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:09.681-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:05.713-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:06.067-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="microcode_ctl RPM is earlier than 0:1.17-102.70.1" test_ref="oval:org.mitre.oval:tst:117347"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25366" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0731-1 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140731-1.html" ref_id="SUSE-RU-2014:0731-1"/>
        <description>The latest update to timezone 2014c introduced changes in the binary format
of timezone files generated by zic(1) to improve handling of low-valued
 timestamps. This change caused problems for some applications that rely
 on the stability of the binary format, so this update reverts it.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:10:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:36.003-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:05.633-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:05.951-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="timezone RPM is earlier than 0:2014c-0.5.1" test_ref="oval:org.mitre.oval:tst:115892"/>
            <criterion comment="timezone-java RPM is earlier than 0:2014c-0.5.1" test_ref="oval:org.mitre.oval:tst:116440"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criterion comment="timezone RPM is earlier than 0:2014c-0.7.1" test_ref="oval:org.mitre.oval:tst:115718"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25364" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1451-1 -- Recommended update for SUSE Manager Client Tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SUSE Manager Client Tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131451-1.html" ref_id="SUSE-RU-2013:1451-1"/>
        <description>This collective update provides the following fixes and
enhancements:

rhnlib:

    * Fix some issues with the new timeout option.

spacewalk-client-tools:

    * Print prompt on tty instead of stdout
    * Add Unicode support for Remote Command scripts.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:34">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:55.373-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:04.186-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:04.488-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="rhnlib RPM is earlier than 0:2.5.51.5-0.5.1" test_ref="oval:org.mitre.oval:tst:118532"/>
          <criterion comment="spacewalk-check RPM is earlier than 0:1.7.14.17-0.5.1" test_ref="oval:org.mitre.oval:tst:118566"/>
          <criterion comment="spacewalk-client-setup RPM is earlier than 0:1.7.14.17-0.5.1" test_ref="oval:org.mitre.oval:tst:117625"/>
          <criterion comment="spacewalk-client-tools RPM is earlier than 0:1.7.14.17-0.5.1" test_ref="oval:org.mitre.oval:tst:118391"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25363" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0582-1 -- Recommended update for linux-kernel-headers</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>linux-kernel-headers</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140582-1.html" ref_id="SUSE-RU-2014:0582-1"/>
        <description>This update for linux-kernel-headers includes the following
fixes:

    * The &lt;linux/vt.h> header has been fixed not to used
the C++ reserved keyword "new".
    * Headers &lt;scsi/scsi_bsg_fc.h>,
&lt;scsi/scsi_netlink.h> and &lt;scsi/scsi_netlink_fc.h> have
been included.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:50.499-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:04.119-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:04.380-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="linux-kernel-headers RPM is earlier than 0:2.6.32-1.15.1" test_ref="oval:org.mitre.oval:tst:116967"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25362" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0188-1 -- Security update for hplip</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>hplip</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140188-1.html" ref_id="SUSE-SU-2014:0188-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0200" ref_id="CVE-2013-0200"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4325" ref_id="CVE-2013-4325"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6402" ref_id="CVE-2013-6402"/>
        <description>hplip was updated to fix three security issues:

    * 

      CVE-2013-0200: Some local file overwrite problems via
predictable /tmp filenames were fixed.

    * 

      CVE-2013-4325: hplip used an insecure polkit DBUS API
(polkit-process subject race condition) which could lead to
local privilege escalation.

    * 

      CVE-2013-6402: hplip uses arbitrary file
creation/overwrite (via hardcoded file name
/tmp/hp-pkservice.log)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:26">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:44.452-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:03.878-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:03.999-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="hplip RPM is earlier than 0:3.11.10-0.6.11.1" test_ref="oval:org.mitre.oval:tst:117638"/>
          <criterion comment="hplip-hpijs RPM is earlier than 0:3.11.10-0.6.11.1" test_ref="oval:org.mitre.oval:tst:117797"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25356" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1912-1 -- Recommended update for SUSE Manager Client Tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SUSE Manager Client Tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131912-1.html" ref_id="SUSE-RU-2013:1912-1"/>
        <description>This collective update provides the following fixes and
enhancements:

spacewalk-client-tools:

    * Uptime report: respect xmlrpc's integer limits.

zypp-plugin-spacewalk:

    * Avoid crashes when a channel's metadata contains
UTF-8 data. (bnc#850105)
    * Call zypper with --auto-agree-with-licenses, as
interactive agreement is not possible from remote.
(bnc#847254)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:59.799-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:02.553-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:02.750-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="zypp-plugin-spacewalk RPM is earlier than 0:0.9.5-0.5.5" test_ref="oval:org.mitre.oval:tst:118116"/>
          <criterion comment="spacewalk-check RPM is earlier than 0:1.7.14.18-0.5.2" test_ref="oval:org.mitre.oval:tst:118035"/>
          <criterion comment="spacewalk-client-setup RPM is earlier than 0:1.7.14.18-0.5.2" test_ref="oval:org.mitre.oval:tst:117827"/>
          <criterion comment="spacewalk-client-tools RPM is earlier than 0:1.7.14.18-0.5.2" test_ref="oval:org.mitre.oval:tst:117965"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25355" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1656-1 -- Security update for libxslt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libxslt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131656-1.html" ref_id="SUSE-SU-2013:1656-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4520" ref_id="CVE-2013-4520"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2825" ref_id="CVE-2012-2825"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6139" ref_id="CVE-2012-6139"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3970" ref_id="CVE-2011-3970"/>
        <description>libxslt received a security update to fix a security issue:

    * CVE-2013-4520: The XSL implementation in libxslt
allowed remote attackers to cause a denial of service
(crash) via an invalid DTD. (addendum due to incomplete fix
for CVE-2012-2825)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:16">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:58.166-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:02.269-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:02.456-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libxslt RPM is earlier than 0:1.1.24-19.23.1" test_ref="oval:org.mitre.oval:tst:118003"/>
            <criterion comment="libxslt-32bit RPM is earlier than 0:1.1.24-19.23.1" test_ref="oval:org.mitre.oval:tst:118342"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libxslt RPM is earlier than 0:1.1.15-15.22.1" test_ref="oval:org.mitre.oval:tst:118008"/>
            <criterion comment="libxslt-devel RPM is earlier than 0:1.1.15-15.22.1" test_ref="oval:org.mitre.oval:tst:118305"/>
            <criterion comment="libxslt-32bit RPM is earlier than 0:1.1.15-15.22.1" test_ref="oval:org.mitre.oval:tst:118292"/>
            <criterion comment="libxslt-devel-32bit RPM is earlier than 0:1.1.15-15.22.1" test_ref="oval:org.mitre.oval:tst:118310"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25354" version="5" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1919-1 -- Security update for Mozilla Firefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131919-1.html" ref_id="SUSE-SU-2013:1919-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5611" ref_id="CVE-2013-5611"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5609" ref_id="CVE-2013-5609"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5610" ref_id="CVE-2013-5610"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5612" ref_id="CVE-2013-5612"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5614" ref_id="CVE-2013-5614"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5616" ref_id="CVE-2013-5616"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5619" ref_id="CVE-2013-5619"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6671" ref_id="CVE-2013-6671"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6673" ref_id="CVE-2013-6673"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5613" ref_id="CVE-2013-5613"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5615" ref_id="CVE-2013-5615"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6672" ref_id="CVE-2013-6672"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5618" ref_id="CVE-2013-5618"/>
        <description>MozillaFirefox has been updated to the 24.2.0 ESR security
release.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:18.997-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:01.546-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:01.332-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:tst:117812 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:45.651-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:31.095-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="MozillaFirefox RPM is earlier than 0:24.2.0esr-0.7.1" test_ref="oval:org.mitre.oval:tst:117995"/>
          <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.7.4" test_ref="oval:org.mitre.oval:tst:117812"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:24.2.0esr-0.7.1" test_ref="oval:org.mitre.oval:tst:118140"/>
          <criterion comment="libfreebl3 RPM is earlier than 0:3.15.3.1-0.7.1" test_ref="oval:org.mitre.oval:tst:118078"/>
          <criterion comment="libsoftokn3 RPM is earlier than 0:3.15.3.1-0.7.1" test_ref="oval:org.mitre.oval:tst:117891"/>
          <criterion comment="mozilla-nss RPM is earlier than 0:3.15.3.1-0.7.1" test_ref="oval:org.mitre.oval:tst:117785"/>
          <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.15.3.1-0.7.1" test_ref="oval:org.mitre.oval:tst:117650"/>
          <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.15.3.1-0.7.1" test_ref="oval:org.mitre.oval:tst:117582"/>
          <criterion comment="libsoftokn3-32bit RPM is earlier than 0:3.15.3.1-0.7.1" test_ref="oval:org.mitre.oval:tst:117705"/>
          <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.15.3.1-0.7.1" test_ref="oval:org.mitre.oval:tst:117859"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25351" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0051-1 -- Security update for xorg-x11-server</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-server</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140051-1.html" ref_id="SUSE-SU-2014:0051-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6424" ref_id="CVE-2013-6424"/>
        <description>This update fixes the following security issue with
xorg-x11-server:

    * bnc#853846: integer underflow when handling
trapezoids (CVE-2013-6424)

Security Issue reference:

    * CVE-2013-6424
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6424
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:21:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:12.738-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:01.427-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:01.185-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-Xvnc RPM is earlier than 0:7.4-27.85.1" test_ref="oval:org.mitre.oval:tst:117626"/>
          <criterion comment="xorg-x11-server RPM is earlier than 0:7.4-27.85.1" test_ref="oval:org.mitre.oval:tst:118009"/>
          <criterion comment="xorg-x11-server-extra RPM is earlier than 0:7.4-27.85.1" test_ref="oval:org.mitre.oval:tst:117740"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25350" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0171-1 -- Security update for curl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>curl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140171-1.html" ref_id="SUSE-SU-2014:0171-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0015" ref_id="CVE-2014-0015"/>
        <description>This update fixes the re-use of wrong HTTP NTLM connections
in libcurl.  (CVE-2014-0015)

Security Issue reference:

    * CVE-2014-0015
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0015
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:39">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:46.864-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:01.298-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:00.991-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="curl RPM is earlier than 0:7.19.7-1.20.31.1" test_ref="oval:org.mitre.oval:tst:117457"/>
          <criterion comment="libcurl4 RPM is earlier than 0:7.19.7-1.20.31.1" test_ref="oval:org.mitre.oval:tst:117733"/>
          <criterion comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.20.31.1" test_ref="oval:org.mitre.oval:tst:117666"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25348" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0662-2 -- Recommended update for python-dmidecode</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python-dmidecode</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140662-2.html" ref_id="SUSE-RU-2014:0662-2"/>
        <description>This update for python-dmidecode fixes an "Illegal instruction" exception
that could occur on systems under heavy memory load.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:26.354-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:01.037-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:00.602-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="python-dmidecode RPM is earlier than 0:3.10.11-0.12.1" test_ref="oval:org.mitre.oval:tst:116690"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25347" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1094-1 -- Recommended update for SUSE Manager client tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SUSE Manager client tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131094-1.html" ref_id="SUSE-RU-2013:1094-1"/>
        <description>This update fixes the following issues:

rhnlib:

    * Make timeout of yum-rhn-plugin calls through
rhn-client-tools configurable
    * Make Proxy timeouts configurable.

spacewalk-client-tools:

    * Create mgr* program symbolic links
    * Correctly handle a deactivated account error message
    * Require rhnlib with timeout option
    * Make timeout configurable.

zypp-plugin-spacewalk:

    * Always disable gpgcheck for repositories in spacewalk
service
    * Use timeout also for XMLRPC calls if possible
    * Read transfer_timeout from zypp.conf and provide it
via URL.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:33:49">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:41.984-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:00.961-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:00.476-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="rhnlib RPM is earlier than 0:2.5.51.4-0.5.1" test_ref="oval:org.mitre.oval:tst:119507"/>
          <criterion comment="zypp-plugin-spacewalk RPM is earlier than 0:0.9.2-0.5.1" test_ref="oval:org.mitre.oval:tst:119901"/>
          <criterion comment="spacewalk-check RPM is earlier than 0:1.7.14.16-0.5.1" test_ref="oval:org.mitre.oval:tst:120002"/>
          <criterion comment="spacewalk-client-setup RPM is earlier than 0:1.7.14.16-0.5.1" test_ref="oval:org.mitre.oval:tst:119961"/>
          <criterion comment="spacewalk-client-tools RPM is earlier than 0:1.7.14.16-0.5.1" test_ref="oval:org.mitre.oval:tst:119671"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25345" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1655-1 -- Security update for CUPS</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>CUPS</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131655-1.html" ref_id="SUSE-SU-2013:1655-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5519" ref_id="CVE-2012-5519"/>
        <description>The following security issue has been fixed in the CUPS
print daemon  CVE-2012-5519:

The patch adds better default protection against misuse of
privileges by  normal users who have been specifically
allowed by root to do cupsd  configuration changes

The new ConfigurationChangeRestriction cupsd.conf directive
specifies the  level of restriction for cupsd.conf changes
that happen via HTTP/IPP  requests to the running cupsd
(e.g. via CUPS web interface or via the  cupsctl command).

By default certain cupsd.conf directives that deal with
filenames, paths,  and users can no longer be changed via
requests to the running cupsd but  only by manual editing
the cupsd.conf file and its default file permissions
permit only root to write the cupsd.conf file.

Those directives are: ConfigurationChangeRestriction,
AccessLog,  BrowseLDAPCACertFile, CacheDir, ConfigFilePerm,
DataDir, DocumentRoot,  ErrorLog, FileDevice, FontPath,
Group, LogFilePerm, PageLog, Printcap,  PrintcapFormat,
PrintcapGUI, RemoteRoot, RequestRoot, ServerBin,
ServerCertificate, ServerKey, ServerRoot, StateDir,
SystemGroup,  SystemGroupAuthKey, TempDir, User.

The default group of users who are allowed to do cupsd
configuration  changes via requests to the running cupsd
(i.e. the SystemGroup directive in  cupsd.conf) is set to
'root' only.

Additionally the following bug has been fixed:

    * strip trailing "@REALM" from username for Kerberos
authentication (CUPS STR#3972 bnc#827109)

Security Issue reference:

    * CVE-2012-5519
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5519
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:21">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:17.662-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:00.677-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:00.163-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="cups RPM is earlier than 0:1.3.9-8.46.48.1" test_ref="oval:org.mitre.oval:tst:117667"/>
          <criterion comment="cups-client RPM is earlier than 0:1.3.9-8.46.48.1" test_ref="oval:org.mitre.oval:tst:118260"/>
          <criterion comment="cups-libs RPM is earlier than 0:1.3.9-8.46.48.1" test_ref="oval:org.mitre.oval:tst:117967"/>
          <criterion comment="cups-libs-32bit RPM is earlier than 0:1.3.9-8.46.48.1" test_ref="oval:org.mitre.oval:tst:118312"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25344" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1409-1 -- Recommended update for xorg-x11-driver-input</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-driver-input</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131409-1.html" ref_id="SUSE-RU-2013:1409-1"/>
        <description>This update for X.Org input drivers adds an option to the
evdev driver for  better supporting Advanced Silicon
CoolTouch device.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:04">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:13.603-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:00.607-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:02:00.064-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="xorg-x11-driver-input RPM is earlier than 0:7.4-13.46.17" test_ref="oval:org.mitre.oval:tst:118554"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25342" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1829-1 -- Recommended update for nfs-client</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>nfs-client</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131829-1.html" ref_id="SUSE-RU-2013:1829-1"/>
        <description>This update for nfs-utils provides the following fixes:

    * Fix decoding of octal encoded fields in idmapd.
(bnc#802823)
    * Improve support for GSS security negotiation with old
servers. (bnc#844015)
    * Correctly handle sub-directory exports from file
systems with 64-bit inode numbers. (bnc#841971)
    * Ensure ldconfig cache is updated when libraries exist
on NFS mounted file system. (bnc#834164)
    * Make it easy to enable NFSv4.1 support on server.
(bnc#832264)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:22">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:57.095-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:04:00.531-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:59.975-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="nfs-client RPM is earlier than 0:1.2.3-18.33.1" test_ref="oval:org.mitre.oval:tst:117774"/>
            <criterion comment="nfs-kernel-server RPM is earlier than 0:1.2.3-18.33.1" test_ref="oval:org.mitre.oval:tst:117809"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="nfs-doc RPM is earlier than 0:1.2.3-18.33.1" test_ref="oval:org.mitre.oval:tst:118118"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25340" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1513-1 -- Recommended update for facter</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>facter</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131513-1.html" ref_id="SUSE-RU-2013:1513-1"/>
        <description>This update for facter removes the relationship between the
domain fact and  LDAP/NIS domains. The domain fact now
relates exclusively to the DNS  domain.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:13.796-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:59.911-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:59.215-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="facter RPM is earlier than 0:1.5.2-1.22.3.1" test_ref="oval:org.mitre.oval:tst:118420"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25336" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0809-1 -- Security update for Acrobat Reader</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>Acrobat Reader</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130809-1.html" ref_id="SUSE-SU-2013:0809-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2718" ref_id="CVE-2013-2718"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2719" ref_id="CVE-2013-2719"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2720" ref_id="CVE-2013-2720"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2721" ref_id="CVE-2013-2721"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2722" ref_id="CVE-2013-2722"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2723" ref_id="CVE-2013-2723"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2725" ref_id="CVE-2013-2725"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2726" ref_id="CVE-2013-2726"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2731" ref_id="CVE-2013-2731"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2732" ref_id="CVE-2013-2732"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2734" ref_id="CVE-2013-2734"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2735" ref_id="CVE-2013-2735"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2736" ref_id="CVE-2013-2736"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3337" ref_id="CVE-2013-3337"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3338" ref_id="CVE-2013-3338"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3339" ref_id="CVE-2013-3339"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3340" ref_id="CVE-2013-3340"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3341" ref_id="CVE-2013-3341"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2549" ref_id="CVE-2013-2549"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2550" ref_id="CVE-2013-2550"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2737" ref_id="CVE-2013-2737"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2724" ref_id="CVE-2013-2724"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2730" ref_id="CVE-2013-2730"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2733" ref_id="CVE-2013-2733"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2727" ref_id="CVE-2013-2727"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2729" ref_id="CVE-2013-2729"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3342" ref_id="CVE-2013-3342"/>
        <description>Acrobat Reader has been updated to version 9.5.5.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:08">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:33:53.813-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:58.158-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:57.394-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="acroread-cmaps RPM is earlier than 0:9.4.6-0.4.3.2" test_ref="oval:org.mitre.oval:tst:120189"/>
            <criterion comment="acroread-fonts-ja RPM is earlier than 0:9.4.6-0.4.3.2" test_ref="oval:org.mitre.oval:tst:119979"/>
            <criterion comment="acroread-fonts-ko RPM is earlier than 0:9.4.6-0.4.3.2" test_ref="oval:org.mitre.oval:tst:119806"/>
            <criterion comment="acroread-fonts-zh_CN RPM is earlier than 0:9.4.6-0.4.3.2" test_ref="oval:org.mitre.oval:tst:119989"/>
            <criterion comment="acroread-fonts-zh_TW RPM is earlier than 0:9.4.6-0.4.3.2" test_ref="oval:org.mitre.oval:tst:119705"/>
            <criterion comment="acroread RPM is earlier than 0:9.5.5-0.3.1" test_ref="oval:org.mitre.oval:tst:120045"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="acroread-cmaps RPM is earlier than 0:9.4.6-0.6.63" test_ref="oval:org.mitre.oval:tst:120036"/>
            <criterion comment="acroread-fonts-ja RPM is earlier than 0:9.4.6-0.6.63" test_ref="oval:org.mitre.oval:tst:119952"/>
            <criterion comment="acroread-fonts-ko RPM is earlier than 0:9.4.6-0.6.63" test_ref="oval:org.mitre.oval:tst:120085"/>
            <criterion comment="acroread-fonts-zh_CN RPM is earlier than 0:9.4.6-0.6.63" test_ref="oval:org.mitre.oval:tst:120111"/>
            <criterion comment="acroread-fonts-zh_TW RPM is earlier than 0:9.4.6-0.6.63" test_ref="oval:org.mitre.oval:tst:119252"/>
            <criterion comment="acroread RPM is earlier than 0:9.5.5-0.6.1" test_ref="oval:org.mitre.oval:tst:119229"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25333" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1373-1 -- Security update for libpixman</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libpixman</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131373-1.html" ref_id="SUSE-SU-2013:1373-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1591" ref_id="CVE-2013-1591"/>
        <description>A stack based buffer overflow in the pixman library has
been fixed.  (CVE-2013-1591)

Security Issue reference:

    * CVE-2013-1591
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1591
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:02">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:50.428-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:57.871-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:56.866-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libpixman-1-0 RPM is earlier than 0:0.24.4-0.13.1" test_ref="oval:org.mitre.oval:tst:117882"/>
          <criterion comment="libpixman-1-0-32bit RPM is earlier than 0:0.24.4-0.13.1" test_ref="oval:org.mitre.oval:tst:118634"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25332" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0568-1 -- Recommended update for compat-wireless KMP</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>compat-wireless KMP</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140568-1.html" ref_id="SUSE-RU-2014:0568-1"/>
        <description>This update for the compat-wireless kernel modules provides
many fixes and  enhancements:

    * Add support for Atheros MANGO rev2 devices.
    * Improve support for Intel WiFi, Atheros WiFi and
Realtek WiFi chips.
    * Fix support for Intel Wilkins Peak 1/2 and Realtek
RTL8188EE WiFi chips.
    * Fix an issue on Intel Wilkins Peak 1/2 after resuming
from S3/S4.
    * Add support for btusb, fixing Intel Wilkins Peak BT
issues.
    * Fix the missing HID driver registration in hidp
driver.
    * Add support for new PCI SSID entries for Intel
Wireless chips.
    * Fix firmware loading on Intel BT at S3/S4.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:14:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:00.493-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:57.798-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:56.738-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="compat-wireless-kmp-default RPM is earlier than 0:3.9.99.2_3.0.101_0.15-0.15.20" test_ref="oval:org.mitre.oval:tst:117074"/>
          <criterion comment="compat-wireless-kmp-xen RPM is earlier than 0:3.9.99.2_3.0.101_0.15-0.15.20" test_ref="oval:org.mitre.oval:tst:117180"/>
          <criterion comment="compat-wireless-kmp-pae RPM is earlier than 0:3.9.99.2_3.0.101_0.15-0.15.20" test_ref="oval:org.mitre.oval:tst:116456"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25329" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1559-1 -- Security update for kdelibs4</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>kdelibs4</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131559-1.html" ref_id="SUSE-SU-2013:1559-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4512" ref_id="CVE-2012-4512"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4513" ref_id="CVE-2012-4513"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4515" ref_id="CVE-2012-4515"/>
        <description>This kdelibs4 update fixes several security issues related
to  khtml/konqueror.

    * Fix security issues and null pointer references in
khtml/konqueror (bnc#787520) (CVE-2012-4512, CVE-2012-4513,
CVE-2012-4515)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:17.707-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:56.898-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:55.298-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kdelibs4 RPM is earlier than 0:4.3.5-0.12.1" test_ref="oval:org.mitre.oval:tst:118229"/>
            <criterion comment="kdelibs4-core RPM is earlier than 0:4.3.5-0.12.1" test_ref="oval:org.mitre.oval:tst:118374"/>
            <criterion comment="libkde4 RPM is earlier than 0:4.3.5-0.12.1" test_ref="oval:org.mitre.oval:tst:117737"/>
            <criterion comment="libkdecore4 RPM is earlier than 0:4.3.5-0.12.1" test_ref="oval:org.mitre.oval:tst:118519"/>
            <criterion comment="libkde4-32bit RPM is earlier than 0:4.3.5-0.12.1" test_ref="oval:org.mitre.oval:tst:118366"/>
            <criterion comment="libkdecore4-32bit RPM is earlier than 0:4.3.5-0.12.1" test_ref="oval:org.mitre.oval:tst:118287"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="kdelibs4-doc RPM is earlier than 0:4.3.5-0.12.1" test_ref="oval:org.mitre.oval:tst:118306"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25328" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0237-1 -- Security update for pwlib</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pwlib</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140237-1.html" ref_id="SUSE-SU-2014:0237-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1864" ref_id="CVE-2013-1864"/>
        <description>This update fixes a XML DoS vulnerability in pwlib.
CVE-2013-1864 has been  assigned to this issue.

Security Issue reference:

    * CVE-2013-1864
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1864
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:18:47">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:09.578-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:56.777-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:55.101-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="pwlib RPM is earlier than 0:1.10.10-120.35.1" test_ref="oval:org.mitre.oval:tst:117603"/>
          <criterion comment="pwlib-plugins-avc RPM is earlier than 0:1.10.10-120.35.1" test_ref="oval:org.mitre.oval:tst:117112"/>
          <criterion comment="pwlib-plugins-dc RPM is earlier than 0:1.10.10-120.35.1" test_ref="oval:org.mitre.oval:tst:117433"/>
          <criterion comment="pwlib-plugins-v4l2 RPM is earlier than 0:1.10.10-120.35.1" test_ref="oval:org.mitre.oval:tst:117520"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25327" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0221-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140221-1.html" ref_id="SUSE-SU-2014:0221-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0497" ref_id="CVE-2014-0497"/>
        <description>This update resolves an integer underflow vulnerability
that could have  been exploited to execute arbitrary code
on the affected system  (CVE-2014-0497).

More information:
http://helpx.adobe.com/security/products/flash-player/apsb14
-04.html
&lt;http://helpx.adobe.com/security/products/flash-player/apsb1
4-04.html></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:06">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:42.196-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:56.658-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:54.919-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.336-0.3.1" test_ref="oval:org.mitre.oval:tst:117677"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.336-0.3.1" test_ref="oval:org.mitre.oval:tst:117550"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.336-0.3.1" test_ref="oval:org.mitre.oval:tst:117572"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25325" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0912-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140912-1.html" ref_id="SUSE-SU-2014:0912-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2372" ref_id="CVE-2012-2372"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2929" ref_id="CVE-2013-2929"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4299" ref_id="CVE-2013-4299"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4579" ref_id="CVE-2013-4579"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6382" ref_id="CVE-2013-6382"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7339" ref_id="CVE-2013-7339"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0055" ref_id="CVE-2014-0055"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0077" ref_id="CVE-2014-0077"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0101" ref_id="CVE-2014-0101"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0131" ref_id="CVE-2014-0131"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0155" ref_id="CVE-2014-0155"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1444" ref_id="CVE-2014-1444"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1445" ref_id="CVE-2014-1445"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1446" ref_id="CVE-2014-1446"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1874" ref_id="CVE-2014-1874"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2309" ref_id="CVE-2014-2309"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2523" ref_id="CVE-2014-2523"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2678" ref_id="CVE-2014-2678"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2851" ref_id="CVE-2014-2851"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3122" ref_id="CVE-2014-3122"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3144" ref_id="CVE-2014-3144"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3145" ref_id="CVE-2014-3145"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3917" ref_id="CVE-2014-3917"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4508" ref_id="CVE-2014-4508"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4652" ref_id="CVE-2014-4652"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4653" ref_id="CVE-2014-4653"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4654" ref_id="CVE-2014-4654"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4655" ref_id="CVE-2014-4655"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4656" ref_id="CVE-2014-4656"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4699" ref_id="CVE-2014-4699"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel has been updated to fix various bugs and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-08-06T15:00:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-08-07T15:08:14.171-04:00">DRAFT</status_change>
            <status_change date="2014-08-25T04:00:59.810-04:00">INTERIM</status_change>
            <status_change date="2014-09-15T04:00:05.924-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121567"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121057"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121651"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121224"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121660"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121309"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121637"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121179"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121649"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" test_ref="oval:org.mitre.oval:tst:121641"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121642"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121655"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121421"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" test_ref="oval:org.mitre.oval:tst:121310"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121591"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121572"/>
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121588"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121653"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121625"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:120928"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121599"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.35.1" test_ref="oval:org.mitre.oval:tst:121611"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25322" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0115-1 -- Security update for wireshark</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>wireshark</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140115-1.html" ref_id="SUSE-SU-2014:0115-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7112" ref_id="CVE-2013-7112"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7114" ref_id="CVE-2013-7114"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7113" ref_id="CVE-2013-7113"/>
        <description>wireshark was updated to security update version 1.8.12,
fixing bugs and  security issues.

    * The SIP dissector could go into an infinite loop.
wnpa-sec-2013-66 CVE-2013-7112
    * The NTLMSSP v2 dissector could crash. Discovered by
Garming Sam. wnpa-sec-2013-68 CVE-2013-7114

Further bug fixes and updated protocol support as listed in:

https://www.wireshark.org/docs/relnotes/wireshark-1.8.12.htm
l
&lt;https://www.wireshark.org/docs/relnotes/wireshark-1.8.12.ht
ml></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:23">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:39.688-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:55.131-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:52.776-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="wireshark RPM is earlier than 0:1.8.12-0.2.1" test_ref="oval:org.mitre.oval:tst:116987"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25321" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0546-1 -- Recommended update for zsh</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>zsh</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140546-1.html" ref_id="SUSE-RU-2014:0546-1"/>
        <description>This update for zsh fixes tilde expansion of user names
that contain a dot.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:14:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:15.380-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:55.067-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:52.605-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="zsh RPM is earlier than 0:4.3.6-67.9.1" test_ref="oval:org.mitre.oval:tst:117026"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25320" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1426-1 -- Recommended update for hal</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>hal</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131426-1.html" ref_id="SUSE-RU-2013:1426-1"/>
        <description>This update for hal adds support for the "Mute Microphone"
key found on HP  Elitebook Folio 9470m.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:59.525-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:54.997-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:52.483-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="hal RPM is earlier than 0:0.5.12-23.70.41" test_ref="oval:org.mitre.oval:tst:118294"/>
          <criterion comment="hal-32bit RPM is earlier than 0:0.5.12-23.70.41" test_ref="oval:org.mitre.oval:tst:118602"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25319" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0614-1 -- Recommended update for gcc47</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gcc47</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140614-1.html" ref_id="SUSE-RU-2014:0614-1"/>
        <description>This update fixes an issue in libstdc++ where it wrongly
identified  exceptions in construction as being uncaught.
This problem could affect  some newer C++ applications.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:23">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:31.402-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:54.896-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:52.300-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libgcc_s1 RPM is earlier than 0:4.7.2_20130108-0.17.2" test_ref="oval:org.mitre.oval:tst:116184"/>
          <criterion comment="libgomp1 RPM is earlier than 0:4.7.2_20130108-0.17.2" test_ref="oval:org.mitre.oval:tst:116357"/>
          <criterion comment="libstdc++6 RPM is earlier than 0:4.7.2_20130108-0.17.2" test_ref="oval:org.mitre.oval:tst:116280"/>
          <criterion comment="libgcc_s1-32bit RPM is earlier than 0:4.7.2_20130108-0.17.2" test_ref="oval:org.mitre.oval:tst:116719"/>
          <criterion comment="libgomp1-32bit RPM is earlier than 0:4.7.2_20130108-0.17.2" test_ref="oval:org.mitre.oval:tst:116113"/>
          <criterion comment="libstdc++6-32bit RPM is earlier than 0:4.7.2_20130108-0.17.2" test_ref="oval:org.mitre.oval:tst:116729"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25315" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0639-1 -- Security update for OpenJDK</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>OpenJDK</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140639-1.html" ref_id="SUSE-SU-2014:0639-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2412" ref_id="CVE-2014-2412"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2414" ref_id="CVE-2014-2414"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0458" ref_id="CVE-2014-0458"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2427" ref_id="CVE-2014-2427"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2423" ref_id="CVE-2014-2423"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2402" ref_id="CVE-2014-2402"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2398" ref_id="CVE-2014-2398"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0451" ref_id="CVE-2014-0451"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0452" ref_id="CVE-2014-0452"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0453" ref_id="CVE-2014-0453"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0429" ref_id="CVE-2014-0429"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2403" ref_id="CVE-2014-2403"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0446" ref_id="CVE-2014-0446"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0454" ref_id="CVE-2014-0454"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6629" ref_id="CVE-2013-6629"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0455" ref_id="CVE-2014-0455"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2421" ref_id="CVE-2014-2421"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0456" ref_id="CVE-2014-0456"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0460" ref_id="CVE-2014-0460"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0459" ref_id="CVE-2014-0459"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6954" ref_id="CVE-2013-6954"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0457" ref_id="CVE-2014-0457"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2413" ref_id="CVE-2014-2413"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1876" ref_id="CVE-2014-1876"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2397" ref_id="CVE-2014-2397"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0461" ref_id="CVE-2014-0461"/>
        <description>This java-1_7_0-openjdk update to version 2.4.7 fixes the following
security and non-security issues:

    *

      Security fixes

          o S8023046: Enhance splashscreen support o S8025005: Enhance
CORBA initializations o S8025010, CVE-2014-2412: Enhance AWT contexts o
S8025030, CVE-2014-2414: Enhance stream handling o S8025152,
CVE-2014-0458: Enhance activation set up o S8026067: Enhance signed jar
verification o S8026163, CVE-2014-2427: Enhance media provisioning o
S8026188, CVE-2014-2423: Enhance envelope factory o S8026200: Enhance
RowSet Factory o S8026716, CVE-2014-2402: (aio) Enhance asynchronous
channel handling o S8026736, CVE-2014-2398: Enhance Javadoc pages o
S8026797, CVE-2014-0451: Enhance data transfers o S8026801, CVE-2014-0452:
Enhance endpoint addressing o S8027766, CVE-2014-0453: Enhance RSA
processing o S8027775: Enhance ICU code. o S8027841, CVE-2014-0429:
Enhance pixel manipulations o S8028385: Enhance RowSet Factory o S8029282,
CVE-2014-2403: Enhance CharInfo set up o S8029286: Enhance subject
delegation o S8029699: Update Poller demo o S8029730: Improve audio device
additions o S8029735: Enhance service mgmt natives o S8029740,
CVE-2014-0446: Enhance handling of loggers o S8029745, CVE-2014-0454:
Enhance algorithm checking o S8029750: Enhance LCMS color processing
(in-tree LCMS) o S8029760, CVE-2013-6629: Enhance AWT image libraries
(in-tree libjpeg) o S8029844, CVE-2014-0455: Enhance argument validation o
S8029854, CVE-2014-2421: Enhance JPEG decodings o S8029858, CVE-2014-0456:
Enhance array copies o S8030731, CVE-2014-0460: Improve name service
robustness o S8031330: Refactor ObjectFactory o S8031335, CVE-2014-0459:
Better color profiling (in-tree LCMS) o S8031352, CVE-2013-6954: Enhance
PNG handling (in-tree libpng) o S8031394, CVE-2014-0457: (sl) Fix
exception handling in ServiceLoader o S8031395: Enhance LDAP processing o
S8032686, CVE-2014-2413: Issues with method invoke o S8033618,
CVE-2014-1876: Correct logging output o S8034926, CVE-2014-2397: Attribute
classes properly o S8036794, CVE-2014-0461: Manage JavaScript instances
    *

      Backports

          o S8004145: New improved hgforest.sh, ctrl-c now properly
terminates mercurial processes. o S8007625: race with nested repos in
/common/bin/hgforest.sh o S8011178: improve common/bin/hgforest.sh python
detection (MacOS) o S8011342: hgforest.sh : 'python --version' not
supported on older python o S8011350: hgforest.sh uses non-POSIX sh
features that may fail with some shells o S8024200: handle hg wrapper with
space after #! o S8025796: hgforest.sh could trigger unbuffered output
from hg without complicated machinations o S8028388: 9 jaxws tests failed
in nightly build with java.lang.ClassCastException o S8031477: [macosx]
Loading AWT native library fails o S8032370: No "Truncated file" warning
from IIOReadWarningListener on JPEGImageReader o S8035834:
InetAddress.getLocalHost() can hang after JDK-8030731 was fixed
    *

      Bug fixes

          o PR1393: JPEG support in build is broken on non-system-libjpeg
builds o PR1726: configure fails looking for ecj.jar before even trying to
find javac o Red Hat local: Fix for repo with path statting with / . o
Remove unused hgforest script</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:48.757-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:53.005-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:49.823-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_7_0-openjdk RPM is earlier than 0:1.7.0.6-0.27.1" test_ref="oval:org.mitre.oval:tst:116665"/>
          <criterion comment="java-1_7_0-openjdk-demo RPM is earlier than 0:1.7.0.6-0.27.1" test_ref="oval:org.mitre.oval:tst:116691"/>
          <criterion comment="java-1_7_0-openjdk-devel RPM is earlier than 0:1.7.0.6-0.27.1" test_ref="oval:org.mitre.oval:tst:115763"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25314" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0758-1 -- Security update for gnutls</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gnutls</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140758-1.html" ref_id="SUSE-SU-2014:0758-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3466" ref_id="CVE-2014-3466"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3467" ref_id="CVE-2014-3467"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3468" ref_id="CVE-2014-3468"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3469" ref_id="CVE-2014-3469"/>
        <description>GnuTLS has been patched to ensure proper parsing of session ids during the
TLS/SSL handshake. Additionally, three issues inherited from libtasn1 have
been fixed.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:09:07">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:31.907-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:52.723-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:49.285-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gnutls RPM is earlier than 0:2.4.1-24.39.51.1" test_ref="oval:org.mitre.oval:tst:115994"/>
            <criterion comment="libgnutls26 RPM is earlier than 0:2.4.1-24.39.51.1" test_ref="oval:org.mitre.oval:tst:116318"/>
            <criterion comment="libgnutls26-32bit RPM is earlier than 0:2.4.1-24.39.51.1" test_ref="oval:org.mitre.oval:tst:116459"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libgnutls-extra26 RPM is earlier than 0:2.4.1-24.39.51.1" test_ref="oval:org.mitre.oval:tst:116453"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25308" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1827-1 -- Recommended update for gtk-vnc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gtk-vnc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131827-1.html" ref_id="SUSE-RU-2013:1827-1"/>
        <description>This update for gtk-vnc allows applications to configure
the key sequence  to grab and release the console.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:10.985-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:49.948-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:44.579-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libgtk-vnc-1_0-0 RPM is earlier than 0:0.3.9-1.3.1" test_ref="oval:org.mitre.oval:tst:118093"/>
          <criterion comment="python-gtk-vnc RPM is earlier than 0:0.3.9-1.3.1" test_ref="oval:org.mitre.oval:tst:117934"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25306" version="5" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0410-1 -- Security update for Mozilla Firefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130410-1.html" ref_id="SUSE-SU-2013:0410-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0780" ref_id="CVE-2013-0780"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0782" ref_id="CVE-2013-0782"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0776" ref_id="CVE-2013-0776"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0775" ref_id="CVE-2013-0775"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0774" ref_id="CVE-2013-0774"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0773" ref_id="CVE-2013-0773"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0765" ref_id="CVE-2013-0765"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0772" ref_id="CVE-2013-0772"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0783" ref_id="CVE-2013-0783"/>
        <description>MozillaFirefox has been updated to the 17.0.3ESR release.

Important: due to compatibility issues, the Beagle plug-in
for  MozillaFirefox is temporarily disabled by this update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:40:42">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:25.448-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:49.404-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:43.810-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:def:25306 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:44.646-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:27.806-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.3esr-0.4.4.1" test_ref="oval:org.mitre.oval:tst:120807"/>
            <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.6.9.5" test_ref="oval:org.mitre.oval:tst:120452"/>
            <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.3esr-0.4.4.1" test_ref="oval:org.mitre.oval:tst:120188"/>
            <criterion comment="libfreebl3 RPM is earlier than 0:3.14.2-0.4.3.2" test_ref="oval:org.mitre.oval:tst:120873"/>
            <criterion comment="mozilla-nspr RPM is earlier than 0:4.9.5-0.3.2" test_ref="oval:org.mitre.oval:tst:120639"/>
            <criterion comment="mozilla-nss RPM is earlier than 0:3.14.2-0.4.3.2" test_ref="oval:org.mitre.oval:tst:120534"/>
            <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.14.2-0.4.3.2" test_ref="oval:org.mitre.oval:tst:120769"/>
            <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.14.2-0.4.3.2" test_ref="oval:org.mitre.oval:tst:120866"/>
            <criterion comment="mozilla-nspr-32bit RPM is earlier than 0:4.9.5-0.3.2" test_ref="oval:org.mitre.oval:tst:120779"/>
            <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.14.2-0.4.3.2" test_ref="oval:org.mitre.oval:tst:120318"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="beagle RPM is earlier than 0:0.3.8-56.51.1" test_ref="oval:org.mitre.oval:tst:120805"/>
            <criterion comment="beagle-evolution RPM is earlier than 0:0.3.8-56.51.1" test_ref="oval:org.mitre.oval:tst:120278"/>
            <criterion comment="beagle-firefox RPM is earlier than 0:0.3.8-56.51.1" test_ref="oval:org.mitre.oval:tst:120447"/>
            <criterion comment="beagle-gui RPM is earlier than 0:0.3.8-56.51.1" test_ref="oval:org.mitre.oval:tst:120893"/>
            <criterion comment="beagle-lang RPM is earlier than 0:0.3.8-56.51.1" test_ref="oval:org.mitre.oval:tst:120584"/>
            <criterion comment="mhtml-firefox RPM is earlier than 0:0.5-1.47.51.5" test_ref="oval:org.mitre.oval:tst:120696"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25303" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0774-1 -- Security update for xorg-x11-libs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>xorg-x11-libs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140774-1.html" ref_id="SUSE-SU-2014:0774-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0209" ref_id="CVE-2014-0209"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0210" ref_id="CVE-2014-0210"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0211" ref_id="CVE-2014-0211"/>
        <description>xorg-x11-libs was patched to fix the following security issues:

    * Integer overflow of allocations in font metadata file parsing.
      (CVE-2014-0209)
    * libxfont not validating length fields when parsing xfs protocol
      replies. (CVE-2014-0210)
    * Integer overflows causing miscalculating memory needs for xfs
      replies. (CVE-2014-0211)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:08:37">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:35.665-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:49.072-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:42.872-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xorg-x11-libs RPM is earlier than 0:7.4-8.26.42.1" test_ref="oval:org.mitre.oval:tst:116262"/>
          <criterion comment="xorg-x11-libs-32bit RPM is earlier than 0:7.4-8.26.42.1" test_ref="oval:org.mitre.oval:tst:115930"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25301" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0288-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130288-1.html" ref_id="SUSE-SU-2013:0288-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0633" ref_id="CVE-2013-0633"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0634" ref_id="CVE-2013-0634"/>
        <description>Adobe Flash Player was updated to release 11.2.202.262,
fixing bugs and  security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:42:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:38:04.922-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:48.298-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:41.858-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="flash-player RPM is earlier than 0:11.2.202.262-0.3.1" test_ref="oval:org.mitre.oval:tst:120950"/>
            <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.262-0.3.1" test_ref="oval:org.mitre.oval:tst:120511"/>
            <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.262-0.3.1" test_ref="oval:org.mitre.oval:tst:120856"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.262-0.5.1" test_ref="oval:org.mitre.oval:tst:120539"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25299" version="3" class="patch">
      <metadata>
        <title>SUSE-OU-2014:0571-1 -- Optional OpenSSL 1.0 versions of cyrus-sasl, libcurl4 and libldap</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>compat-libldap-2_3-0</product>
          <product>libldap-2_4-2</product>
          <product>openldap2</product>
          <product>openldap2-back-meta</product>
          <product>openldap2-client</product>
          <product>libldap-2_4-2-32bit</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ou-20140571-1.html" ref_id="SUSE-OU-2014:0571-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0138" ref_id="CVE-2014-0138"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0139" ref_id="CVE-2014-0139"/>
        <description>This update includes variants of existing libraries built
against OpenSSL  1.0.

As OpenSSL 0.8.9j and OpenSSL 1.0.1 are not binary
compatible, but have the  same function names, care must be
taken that they are not loaded by the  same program.

As some system libraries also link against libssl.so or
libcrypto.so, these  need to be available in variants
linked against OpenSSL 1.0. These  libraries are installed
below the /opt/suse/ directory hierarchy.

The version and the APIs of these "shadow" libraries are
exactly the same  as the versions in the system, and so are
interchangeable.

For building your OpenSSL 1.0 enabled program, link using
the linkflags 
-L/opt/suse/lib64 -Wl, -rpath, /opt/suse/lib64 (on 32bit
 systems, use lib  instead of lib64).

This update provides variants for the OpenLDAP2 client,
libcurl4 and  cyrus-sasl libraries.

Additionally, two bugs have been fixed in openldap2
regarding IPv6 support:

    * tls_checkpeer does not work with IPv6 address as
Subject Alternative Name. (bnc#862623)
    * getaddrinfo does not return if ldap is used for host
lookups on IPv6 environments. (bnc#843697)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:14:23">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:54.969-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:47.801-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:41.206-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="compat-libldap-2_3-0 RPM is earlier than 0:2.3.37-2.28.5" test_ref="oval:org.mitre.oval:tst:117036"/>
            <criterion comment="openldap2 RPM is earlier than 0:2.4.26-0.28.5" test_ref="oval:org.mitre.oval:tst:117029"/>
            <criterion comment="openldap2-back-meta RPM is earlier than 0:2.4.26-0.28.5" test_ref="oval:org.mitre.oval:tst:116300"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libldap-2_4-2 RPM is earlier than 0:2.4.26-0.28.5" test_ref="oval:org.mitre.oval:tst:116964"/>
            <criterion comment="openldap2-client RPM is earlier than 0:2.4.26-0.28.5" test_ref="oval:org.mitre.oval:tst:117232"/>
            <criterion comment="libldap-2_4-2-32bit RPM is earlier than 0:2.4.26-0.28.5" test_ref="oval:org.mitre.oval:tst:117204"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25293" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0713-1 -- Recommended update for smt-client</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>smt-client</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140713-1.html" ref_id="SUSE-RU-2014:0713-1"/>
        <description>This update for smt-client fixes the enforcement of http timeouts during
SSL handshakes. (bnc#876609)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:11:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:28.732-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:47.288-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:40.324-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="smt-client RPM is earlier than 0:0.3.0-0.5.1" test_ref="oval:org.mitre.oval:tst:116579"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25291" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0759-1 -- Security update for OpenSSL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>OpenSSL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140759-1.html" ref_id="SUSE-SU-2014:0759-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0224" ref_id="CVE-2014-0224"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0221" ref_id="CVE-2014-0221"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3470" ref_id="CVE-2014-3470"/>
        <description>OpenSSL was updated to fix several vulnerabilities:

    * SSL/TLS MITM vulnerability. (CVE-2014-0224)
    * DTLS recursion flaw. (CVE-2014-0221)
    * Anonymous ECDH denial of service. (CVE-2014-3470)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:09:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:39.115-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:45.469-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:36.956-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.58.1" test_ref="oval:org.mitre.oval:tst:115894"/>
            <criterion comment="openssl RPM is earlier than 0:0.9.8j-0.58.1" test_ref="oval:org.mitre.oval:tst:116163"/>
            <criterion comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.58.1" test_ref="oval:org.mitre.oval:tst:116418"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.58.1" test_ref="oval:org.mitre.oval:tst:116100"/>
            <criterion comment="openssl-doc RPM is earlier than 0:0.9.8j-0.58.1" test_ref="oval:org.mitre.oval:tst:116124"/>
            <criterion comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.58.1" test_ref="oval:org.mitre.oval:tst:116370"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25288" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1576-1 -- Security update for gpg2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gpg2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131576-1.html" ref_id="SUSE-SU-2013:1576-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4351" ref_id="CVE-2013-4351"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4402" ref_id="CVE-2013-4402"/>
        <description>This GnuPG update fixes two security issues:

    * CVE-2013-4351: GnuPG treated no-usage-permitted keys
as all-usages-permitted.
    * CVE-2013-4402: An infinite recursion in the
compressed packet parser was fixed.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:08">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:05.140-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:45.300-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:36.697-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gpg2 RPM is earlier than 0:2.0.9-25.33.37.1" test_ref="oval:org.mitre.oval:tst:118061"/>
          <criterion comment="gpg2-lang RPM is earlier than 0:2.0.9-25.33.37.1" test_ref="oval:org.mitre.oval:tst:118467"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25286" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0541-1 -- Security update for OpenSSL</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>OpenSSL</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140541-1.html" ref_id="SUSE-SU-2014:0541-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0076" ref_id="CVE-2014-0076"/>
        <description>OpenSSL has been updated to fix an attack on ECDSA Nonces.

Using the FLUSH+RELOAD Cache Side-channel Attack the Nonces
could have been  recovered.

This update also ensures that the stack is marked
non-executable on x86  32bit (bnc#870192). On other
processor platforms it was already marked as
non-executable before.

Security Issue reference:

    * CVE-2014-0076
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0076
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:14:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:16.023-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:44.069-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:34.987-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.54.1" test_ref="oval:org.mitre.oval:tst:117147"/>
            <criterion comment="openssl RPM is earlier than 0:0.9.8j-0.54.1" test_ref="oval:org.mitre.oval:tst:117278"/>
            <criterion comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.54.1" test_ref="oval:org.mitre.oval:tst:116929"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.54.1" test_ref="oval:org.mitre.oval:tst:117261"/>
            <criterion comment="openssl-doc RPM is earlier than 0:0.9.8j-0.54.1" test_ref="oval:org.mitre.oval:tst:116878"/>
            <criterion comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.54.1" test_ref="oval:org.mitre.oval:tst:117253"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25285" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0581-1 -- Security update for a2ps</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>a2ps</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140581-1.html" ref_id="SUSE-SU-2014:0581-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0466" ref_id="CVE-2014-0466"/>
        <description>The text to postscript converter a2ps received a security
update.

The fixps script did not call ghostscript with the -DSAFER
option, allowing  command execution by attacker supplied
postscript files.

Security Issue reference:

    * CVE-2014-0466
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0466
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:42">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:53.090-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:43.948-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:34.837-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="a2ps RPM is earlier than 0:4.13-1326.37.1" test_ref="oval:org.mitre.oval:tst:117144"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25284" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0631-1 -- Security update for pam</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>pam</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140631-1.html" ref_id="SUSE-SU-2014:0631-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2583" ref_id="CVE-2014-2583"/>
        <description>This update changes the broken default behavior of
pam_pwhistory to not  enforce checks when the root user
requests password changes. In order to  enforce pwhistory
checks on the root user, the "enforce_for_root" parameter
needs to be set for the pam_pwhistory.so module.

This pam update fixes the following security and
non-security issues:

    * bnc#870433: Fixed pam_timestamp path injection
problem (CVE-2014-2583)
    * bnc#848417: Fixed pam_pwhistory root password
enforcement when resetting non-root user's password</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:40.028-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:43.821-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:34.661-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="pam RPM is earlier than 0:1.1.5-0.12.1" test_ref="oval:org.mitre.oval:tst:116733"/>
          <criterion comment="pam-doc RPM is earlier than 0:1.1.5-0.12.1" test_ref="oval:org.mitre.oval:tst:116732"/>
          <criterion comment="pam-32bit RPM is earlier than 0:1.1.5-0.12.1" test_ref="oval:org.mitre.oval:tst:116680"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25283" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0140-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140140-1.html" ref_id="SUSE-SU-2014:0140-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4587" ref_id="CVE-2013-4587"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6368" ref_id="CVE-2013-6368"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6367" ref_id="CVE-2013-6367"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4592" ref_id="CVE-2013-4592"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6378" ref_id="CVE-2013-6378"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4514" ref_id="CVE-2013-4514"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4515" ref_id="CVE-2013-4515"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7027" ref_id="CVE-2013-7027"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4483" ref_id="CVE-2013-4483"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4511" ref_id="CVE-2013-4511"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6380" ref_id="CVE-2013-6380"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6463" ref_id="CVE-2013-6463"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6383" ref_id="CVE-2013-6383"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4345" ref_id="CVE-2013-4345"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 2 kernel was
updated to 3.0.101  and also includes various other bug and
security fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:06.697-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:42.950-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:33.478-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117443"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117627"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117686"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117722"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117750"/>
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117462"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117652"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117734"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117242"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117765"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117597"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.1.6_04_3.0.101_0.7.15-0.5.12" test_ref="oval:org.mitre.oval:tst:117814"/>
            <criterion comment="xen-kmp-trace RPM is earlier than 0:4.1.6_04_3.0.101_0.7.15-0.5.12" test_ref="oval:org.mitre.oval:tst:117533"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117605"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117715"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117791"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.1.6_04_3.0.101_0.7.15-0.5.12" test_ref="oval:org.mitre.oval:tst:117802"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117711"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117297"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117131"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117611"/>
            <criterion comment="kernel-trace-extra RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117540"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117645"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.7.15.1" test_ref="oval:org.mitre.oval:tst:117749"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25282" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0755-1 -- Recommended update for udev</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>udev</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140755-1.html" ref_id="SUSE-RU-2014:0755-1"/>
        <description>This collective update for udev provides the following fixes:

    * udev: Increase result size for stdout. (bnc#867840).
    * rules: Add cciss by-id links when using hpsa module. (bnc#858663)
    * rules: Rewrite CPU/memory hotplug rules to make it more robust.
      (bnc#849840)
    * udevd: Add support for max_childs to cmdline. (bnc#837804)
    * udevd: Limit the number of workers count to 16. (bnc#837804)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:09:17">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:27.320-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:42.874-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:33.342-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libgudev-1_0-0 RPM is earlier than 0:147-0.92.1" test_ref="oval:org.mitre.oval:tst:116375"/>
          <criterion comment="libudev0 RPM is earlier than 0:147-0.92.1" test_ref="oval:org.mitre.oval:tst:116439"/>
          <criterion comment="udev RPM is earlier than 0:147-0.92.1" test_ref="oval:org.mitre.oval:tst:116432"/>
          <criterion comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.92.1" test_ref="oval:org.mitre.oval:tst:115611"/>
          <criterion comment="libudev0-32bit RPM is earlier than 0:147-0.92.1" test_ref="oval:org.mitre.oval:tst:116391"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25277" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0784-1 -- Recommended update for sblim-cmpi-fsvol</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>sblim-cmpi-fsvol</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130784-1.html" ref_id="SUSE-RU-2013:0784-1"/>
        <description>This update for sblim-cmpi-fsvol fixes enumeration of file
systems mounted  by unique ID (UUID=) or volume label
(LABEL=) in fstab(5). Previously,  these mount points were
shown as disabled.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:35:49">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:16.580-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:42.523-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:32.591-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="sblim-cmpi-fsvol RPM is earlier than 0:1.5.0-1.4.1" test_ref="oval:org.mitre.oval:tst:120126"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25276" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0164-1 -- Recommended update for mdadm</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mdadm</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140164-1.html" ref_id="SUSE-RU-2014:0164-1"/>
        <description>This update for mdadm provides many fixes and enhancements.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:46">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:47.429-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:42.455-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:32.455-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mdadm RPM is earlier than 0:3.2.2-0.47.1" test_ref="oval:org.mitre.oval:tst:116824"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25275" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1363-1 -- Recommended update for libfprint and pam_fp</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libfprint</product>
          <product>pam_fp</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131363-1.html" ref_id="SUSE-RU-2013:1363-1"/>
        <description>This update for libfprint and pam_fp adds support for the
new Validity  fingerprint reader VFS495.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:55.140-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:42.376-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:32.329-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libfprint0 RPM is earlier than 0:0.0.6-18.22.28" test_ref="oval:org.mitre.oval:tst:118269"/>
          <criterion comment="pam_fp RPM is earlier than 0:0.1-12.34.29" test_ref="oval:org.mitre.oval:tst:118691"/>
          <criterion comment="libfprint0-32bit RPM is earlier than 0:0.0.6-18.22.28" test_ref="oval:org.mitre.oval:tst:118203"/>
          <criterion comment="pam_fp-32bit RPM is earlier than 0:0.1-12.34.29" test_ref="oval:org.mitre.oval:tst:118686"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25272" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0643-1 -- Security update for lxc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>lxc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140643-1.html" ref_id="SUSE-SU-2014:0643-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6441" ref_id="CVE-2013-6441"/>
        <description>The container framework LXC has been updated to fix various bugs and a
security issue:

    * CVE-2013-6441: The sshd template allowed privilege escalation on the
      host.
    * SLES container time not aligned with host time (bnc#839653)
    * SLES container boot takes ages (bnc#839663)
    * lxc mounts /dev/pts with wrong options (bnc#869663)

Security Issues:

    * CVE-2013-6441
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6441></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:48">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:27.689-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:42.121-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:31.931-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="lxc RPM is earlier than 0:0.8.0-0.21.6" test_ref="oval:org.mitre.oval:tst:116614"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25268" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0529-1 -- Security update for strongswan</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>strongswan</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140529-1.html" ref_id="SUSE-SU-2014:0529-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2338" ref_id="CVE-2014-2338"/>
        <description>The following security issue is fixed by this update:

    * bnc#870572: strongswan has been updated to fix an
authentication problem where attackers could have bypassed
the IKEv2 authentication. (CVE-2014-2338)

Security Issue reference:

    * CVE-2014-2338
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2338
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:14:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:57.744-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:41.446-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:31.250-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="strongswan RPM is earlier than 0:4.4.0-6.23.1" test_ref="oval:org.mitre.oval:tst:117062"/>
            <criterion comment="strongswan-doc RPM is earlier than 0:4.4.0-6.23.1" test_ref="oval:org.mitre.oval:tst:117037"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="strongswan RPM is earlier than 0:4.4.0-6.17.1" test_ref="oval:org.mitre.oval:tst:117292"/>
            <criterion comment="strongswan-doc RPM is earlier than 0:4.4.0-6.17.1" test_ref="oval:org.mitre.oval:tst:117044"/>
            <criterion comment="strongswan RPM is earlier than 0:4.1.10-0.20.1" test_ref="oval:org.mitre.oval:tst:117115"/>
            <criterion comment="strongswan-doc RPM is earlier than 0:4.1.10-0.20.1" test_ref="oval:org.mitre.oval:tst:117246"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25267" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0663-1 -- Recommended update for yast2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140663-1.html" ref_id="SUSE-RU-2014:0663-1"/>
        <description>This update for YaST2 improves the check for a running chef-client to
avoid false positives.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:32">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:40.539-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:41.344-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:31.153-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2 RPM is earlier than 0:2.17.135-0.7.6" test_ref="oval:org.mitre.oval:tst:116433"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25260" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0576-1 -- Security update for Python</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Python</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140576-1.html" ref_id="SUSE-SU-2014:0576-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1912" ref_id="CVE-2014-1912"/>
        <description>Python was updated to fix a security issue in the
socket.recvfrom_into  function, where data could be written
over the end of the buffer.  (CVE-2014-1912)

Security Issue reference:

    * CVE-2014-1912
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1912
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:52">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:22.381-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:38.791-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:28.271-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:117114"/>
            <criterion comment="python RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:117271"/>
            <criterion comment="python-base RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:116390"/>
            <criterion comment="python-curses RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:116952"/>
            <criterion comment="python-tk RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:116873"/>
            <criterion comment="python-xml RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:117260"/>
            <criterion comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:117059"/>
            <criterion comment="python-base-32bit RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:117194"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="python-demo RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:117118"/>
            <criterion comment="python-gdbm RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:117240"/>
            <criterion comment="python-idle RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:117053"/>
            <criterion comment="python-32bit RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:117119"/>
            <criterion comment="python-doc RPM is earlier than 0:2.6-8.27.1" test_ref="oval:org.mitre.oval:tst:116794"/>
            <criterion comment="python-doc-pdf RPM is earlier than 0:2.6-8.27.1" test_ref="oval:org.mitre.oval:tst:117237"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="python-devel RPM is earlier than 0:2.6.9-0.27.1" test_ref="oval:org.mitre.oval:tst:117266"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25257" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0374-1 -- Recommended update for ctags</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ctags</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140374-1.html" ref_id="SUSE-RU-2014:0374-1"/>
        <description>This update for ctags fixes an issue that could result in
the creation of  corrupted TAGS files when running etags(1)
on large source repositories.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:50.701-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:38.293-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:27.722-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="ctags RPM is earlier than 0:2013.10.2-0.3.1" test_ref="oval:org.mitre.oval:tst:117537"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25256" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0760-1 -- Security update for glibc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glibc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140760-1.html" ref_id="SUSE-SU-2014:0760-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4357" ref_id="CVE-2013-4357"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4458" ref_id="CVE-2013-4458"/>
        <description>This update for the GNU Lib C fixes security issues, some bugs and
introduces one new feature.

The following security issues have been fixed:

    * CVE-2013-4357: Various potential stack overflows in getaddrinfo() and
      others were fixed. (bnc#844309)
    * CVE-2013-4458: A stack (frame) overflow in getaddrinfo() when called
      with AF_INET6.

The following new feature has been implemented:

    * On PowerLinux, a vDSO entry for getcpu() was added for possible
      performance enhancements. (FATE#316816, bnc#854445)

The following issues have been fixed:

    * Performance problems with threads in __lll_lock_wait_private and
      __lll_unlock_wake_private. (bnc#836746)
    * IPv6: Memory leak in getaddrinfo() when many RRs are returned.
      (bnc#863499)
    * Using profiling C library (-lc_p) can trigger a segmentation fault.
      (bnc#872832)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:08:56">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:50.171-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:38.089-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:27.454-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:115852"/>
            <criterion comment="glibc-devel RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:116218"/>
            <criterion comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:116410"/>
            <criterion comment="glibc-locale RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:116006"/>
            <criterion comment="nscd RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:116428"/>
            <criterion comment="glibc-32bit RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:116403"/>
            <criterion comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:116381"/>
            <criterion comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:116398"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc-html RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:115844"/>
            <criterion comment="glibc-info RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:115988"/>
            <criterion comment="glibc-profile RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:116404"/>
            <criterion comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.62.1" test_ref="oval:org.mitre.oval:tst:115820"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25251" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0236-1 -- Recommended update for paprefs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>paprefs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140236-1.html" ref_id="SUSE-RU-2014:0236-1"/>
        <description>This update fixes the missing options of paprefs and
pavucontrol programs  due to incompatible module
directories for PulseAudio on SLE 11-SP1.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:18:51">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:55.537-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:37.492-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:26.628-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="paprefs RPM is earlier than 0:0.9.9-1.6.1" test_ref="oval:org.mitre.oval:tst:117755"/>
          <criterion comment="pavucontrol RPM is earlier than 0:0.9.10-1.5.1" test_ref="oval:org.mitre.oval:tst:117578"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25248" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0289-1 -- Recommended update for hal</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>hal</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140289-1.html" ref_id="SUSE-RU-2014:0289-1"/>
        <description>This update for hal provides the following fixes and
enhancements:

    * Do not install a signal handler on the forked hal
daemon before being able to properly handle it.
    * Allow disabling storage device probing by setting
HALD_IGNORE_STORAGE to "yes" in /etc/sysconfig/hal.
    * Do not kill the child when it takes too long to probe
devices, as it will only shutdown hald after the probe is
complete.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:18:01">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:37.875-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:37.288-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:26.292-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="hal RPM is earlier than 0:0.5.12-23.74.1" test_ref="oval:org.mitre.oval:tst:117361"/>
            <criterion comment="hal-32bit RPM is earlier than 0:0.5.12-23.74.1" test_ref="oval:org.mitre.oval:tst:117431"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="hal-doc RPM is earlier than 0:0.5.12-23.74.1" test_ref="oval:org.mitre.oval:tst:117099"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25246" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1789-1 -- Recommended update for timezone</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>timezone</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131789-1.html" ref_id="SUSE-RU-2013:1789-1"/>
        <description>This update provides the latest timezone information for
your system. The  changes in detail are:

    * Update to version 2013h (bnc#850462): o Lybia has
switched back to UTC+2 o Western Sahara uses Morocco's DST
rules o Acre switches from UTC-4 to UTC-5 on Nov. 10th
    * Define TM_GMTOFF and TM_ZONE like glibc did
(bnc#807624)
    * Correct path expansion for local time link
(bnc#845530).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:01.655-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:37.217-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:26.170-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="timezone RPM is earlier than 0:2013h-0.7.1" test_ref="oval:org.mitre.oval:tst:118263"/>
          <criterion comment="timezone-java RPM is earlier than 0:2013h-0.7.1" test_ref="oval:org.mitre.oval:tst:117408"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25242" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0076-1 -- Recommended update for ipmitool</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ipmitool</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140076-1.html" ref_id="SUSE-RU-2014:0076-1"/>
        <description>This update for ipmitool provides the following fixes:

    * Add an explicit requirement on insserv, fixing
installation problems on minimal environments. (bnc#852176)
    * Implement the "status" operation in the ipmievd init
script. (bnc#854886)
    * Fix pid file reference in ipmievd init script.
(bnc#854886)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:41.381-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:35.698-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:24.134-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="ipmitool RPM is earlier than 0:1.8.12-0.21.1" test_ref="oval:org.mitre.oval:tst:117781"/>
          <criterion comment="ipmitool RPM is earlier than 0:1.8.11-0.20.30.1" test_ref="oval:org.mitre.oval:tst:117607"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25238" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1638-1 -- Security update for libtiff</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libtiff</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131638-1.html" ref_id="SUSE-SU-2013:1638-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4232" ref_id="CVE-2013-4232"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4231" ref_id="CVE-2013-4231"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4243" ref_id="CVE-2013-4243"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4244" ref_id="CVE-2013-4244"/>
        <description>This tiff update fixes several security issues.

    * bnc#834477: CVE-2013-4232 CVE-2013-4231: tiff: buffer
overflows/use after free problem
    * bnc#834779: CVE-2013-4243: libtiff (gif2tiff):
heap-based buffer overflow in readgifimage()
    * bnc#834788: CVE-2013-4244: libtiff (gif2tiff): OOB
Write in LZW decompressor</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:24:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:51.592-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:35.416-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:23.654-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libtiff3 RPM is earlier than 0:3.8.2-141.154.1" test_ref="oval:org.mitre.oval:tst:118241"/>
            <criterion comment="libtiff3-32bit RPM is earlier than 0:3.8.2-141.154.1" test_ref="oval:org.mitre.oval:tst:118155"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="tiff RPM is earlier than 0:3.8.2-141.154.1" test_ref="oval:org.mitre.oval:tst:118389"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libtiff RPM is earlier than 0:3.8.2-5.36.1" test_ref="oval:org.mitre.oval:tst:118276"/>
            <criterion comment="libtiff-devel RPM is earlier than 0:3.8.2-5.36.1" test_ref="oval:org.mitre.oval:tst:117463"/>
            <criterion comment="tiff RPM is earlier than 0:3.8.2-5.36.1" test_ref="oval:org.mitre.oval:tst:118431"/>
            <criterion comment="libtiff-32bit RPM is earlier than 0:3.8.2-5.36.1" test_ref="oval:org.mitre.oval:tst:118343"/>
            <criterion comment="libtiff-devel-32bit RPM is earlier than 0:3.8.2-5.36.1" test_ref="oval:org.mitre.oval:tst:117853"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25237" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0319-1 -- Security update for gnutls</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gnutls</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140319-1.html" ref_id="SUSE-SU-2014:0319-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0092" ref_id="CVE-2014-0092"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-5138" ref_id="CVE-2009-5138"/>
        <description>The GnuTLS library received a critical security fix and
other updates:

    * CVE-2014-0092: The X.509 certificate verification had
incorrect error handling, which could lead to broken
certificates marked as being valid.
    * CVE-2009-5138: A verification problem in handling V1
certificates could also lead to V1 certificates incorrectly
being handled.

Additionally a memory leak in PSK authentication has been
fixed  (bnc#835760).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:54.297-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:35.233-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:23.408-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gnutls RPM is earlier than 0:2.4.1-24.39.49.1" test_ref="oval:org.mitre.oval:tst:117460"/>
            <criterion comment="libgnutls26 RPM is earlier than 0:2.4.1-24.39.49.1" test_ref="oval:org.mitre.oval:tst:117601"/>
            <criterion comment="libgnutls26-32bit RPM is earlier than 0:2.4.1-24.39.49.1" test_ref="oval:org.mitre.oval:tst:117547"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libgnutls-extra26 RPM is earlier than 0:2.4.1-24.39.49.1" test_ref="oval:org.mitre.oval:tst:117468"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25234" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0757-1 -- Recommended update for yast2-samba-client</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2-samba-client</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140757-1.html" ref_id="SUSE-RU-2014:0757-1"/>
        <description>This update for yast2-samba-client provides the following fixes:

    * Remove CTDB crm resource hierarchy assumption. (bnc#813462)
    * Fix standalone Active Directory join from a HA cluster. (bnc#865445)
    * Fix handling of CTDB primitives containing hyphens.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:09:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:44.943-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:34.710-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:22.374-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2-samba-client RPM is earlier than 0:2.17.29-0.7.1" test_ref="oval:org.mitre.oval:tst:115946"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25233" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0667-1 -- Security update for Linux Kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux Kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140667-1.html" ref_id="SUSE-SU-2014:0667-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1737" ref_id="CVE-2014-1737"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1738" ref_id="CVE-2014-1738"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0196" ref_id="CVE-2014-0196"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel was updated to fix the
following severe security issues:

    *

      CVE-2014-1737: The raw_cmd_copyin function in drivers/block/floppy.c
in the Linux kernel through 3.14.3 does not properly handle error
conditions during processing of an FDRAWCMD ioctl call, which allows local
users to trigger kfree operations and gain privileges by leveraging write
access to a /dev/fd device. (bnc#875798)

    *

      CVE-2014-1738: The raw_cmd_copyout function in
drivers/block/floppy.c in the Linux kernel through 3.14.3 does not
properly restrict access to certain pointers during processing of an
FDRAWCMD ioctl call, which allows local users to obtain sensitive
information from kernel heap memory by leveraging write access to a
/dev/fd device. (bnc#875798)

    *

      CVE-2014-0196: The n_tty_write function in drivers/tty/n_tty.c in
the Linux kernel through 3.14.3 does not properly manage tty driver access
in the "LECHO &amp; !OPOST" case, which allows local users to cause a denial
of service (memory corruption and system crash) or gain privileges by
triggering a race condition involving read and write operations with long
strings. (bnc#875690)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:46.087-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:34.427-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:22.044-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116487"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116509"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116455"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116465"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116708"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116615"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116103"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116558"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116671"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.29-0.7.24" test_ref="oval:org.mitre.oval:tst:116700"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:115877"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116393"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116608"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.29-0.7.24" test_ref="oval:org.mitre.oval:tst:116531"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116667"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116641"/>
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116224"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116460"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116706"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:115733"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116723"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.29.1" test_ref="oval:org.mitre.oval:tst:116624"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25232" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1058-2 -- Security update for gpg2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gpg2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131058-2.html" ref_id="SUSE-SU-2013:1058-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6085" ref_id="CVE-2012-6085"/>
        <description>This update for gpg2 provides the following fixes:

    * #780943: Set proper file permissions when
en/de-crypting files.
    * #798465: Fix an issue that could cause corruption of
the public keys database. (CVE-2012-6085)
    * #808958: Select proper ciphers when running in FIPS
mode.

Security Issue reference:

    * CVE-2012-6085
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6085
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:32:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:00.674-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:34.303-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:21.850-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gpg2 RPM is earlier than 0:2.0.9-25.33.33.5" test_ref="oval:org.mitre.oval:tst:119632"/>
          <criterion comment="gpg2-lang RPM is earlier than 0:2.0.9-25.33.33.5" test_ref="oval:org.mitre.oval:tst:119647"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25228" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0375-1 -- Recommended update for multipath-tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>multipath-tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140375-1.html" ref_id="SUSE-RU-2014:0375-1"/>
        <description>This collective update for multipath-tools provides the
following fixes and  enhancements:

    * Blacklist HP Virtual devices. (bnc#862250)
    * Save 'root_mpath' variable in mkinitrd. (bnc#854243)
    * Remove trailing spaces from sysfs attributes.
(bnc#839593)
    * Allow whitespaces in CLI commands. (bnc#846575)
    * Set priority to '0' for PATH_BLOCKED or PATH_DOWN.
(bnc#831608)
    * Update multipathd man page. (bnc#834871)
    * Do not issue a table reload on every check.
(bnc#854244)
    * Use RTPG data in RDAC checker. (bnc#854244)
    * Reset timezone information on reconfigure.
(bnc#830511)
    * Double uevent stacksize yet again. (bnc#855379)
    * Do not fail discovery on individual devices.
(bnc#860850)
    * Filter for missing property in get_refwwid.
(bnc#862250)
    * Do not flush multipath tables on shutdown.
(bnc#854025)
    * Prefer deprecated 'getuid' callout. (bnc#861534)
    * Skip paths with empty wwid. (bnc#861534)
    * Correctly terminate string in strlcpy(). (bnc#861534)
    * Include defaults for HP P6300. (bnc#845987)
    * Update NetApp defaults. (bnc#846662)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:50">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:53.340-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:34.083-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:21.119-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="kpartx RPM is earlier than 0:0.4.9-0.95.1" test_ref="oval:org.mitre.oval:tst:117560"/>
          <criterion comment="multipath-tools RPM is earlier than 0:0.4.9-0.95.1" test_ref="oval:org.mitre.oval:tst:117312"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25218" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1265-1 -- Security update for wireshark</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>wireshark</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131265-1.html" ref_id="SUSE-SU-2013:1265-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4074" ref_id="CVE-2013-4074"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4075" ref_id="CVE-2013-4075"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4076" ref_id="CVE-2013-4076"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4077" ref_id="CVE-2013-4077"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4078" ref_id="CVE-2013-4078"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4079" ref_id="CVE-2013-4079"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4080" ref_id="CVE-2013-4080"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4081" ref_id="CVE-2013-4081"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4082" ref_id="CVE-2013-4082"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4083" ref_id="CVE-2013-4083"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2486" ref_id="CVE-2013-2486"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2487" ref_id="CVE-2013-2487"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3555" ref_id="CVE-2013-3555"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3556" ref_id="CVE-2013-3556"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3557" ref_id="CVE-2013-3557"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3558" ref_id="CVE-2013-3558"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3559" ref_id="CVE-2013-3559"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3560" ref_id="CVE-2013-3560"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3561" ref_id="CVE-2013-3561"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3562" ref_id="CVE-2013-3562"/>
        <description>This wireshark version update to 1.8.8 includes several
security and  general bug fixes.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:05.180-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:30.636-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:16.345-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="wireshark RPM is earlier than 0:1.8.8-0.2.1" test_ref="oval:org.mitre.oval:tst:119319"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25217" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1518-1 -- Recommended update for release-notes-sled</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>release-notes-sled</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131518-1.html" ref_id="SUSE-RU-2013:1518-1"/>
        <description>This update for the Release Notes for SUSE Linux Enterprise
Desktop 11 SP3  provides the following changes:

    * FreeRDP is going to replace rdesktop (bnc#836922, via
fate#311422)
    * Migrating to SLE 11 SP3 using zypper (bnc#838463).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:07.367-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:30.574-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:16.218-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="release-notes-sled RPM is earlier than 0:11.3.23-0.7.1" test_ref="oval:org.mitre.oval:tst:117966"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25215" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0238-1 -- Recommended update for fontconfig</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>fontconfig</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140238-1.html" ref_id="SUSE-RU-2014:0238-1"/>
        <description>This update for fontconfig fixes a segmentation fault when
handling empty  strings in BDF font properties
(SETWIDTH_NAME or SPACING).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:18:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:49.363-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:30.398-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:15.845-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="fontconfig RPM is earlier than 0:2.6.0-10.17.1" test_ref="oval:org.mitre.oval:tst:117729"/>
          <criterion comment="fontconfig-32bit RPM is earlier than 0:2.6.0-10.17.1" test_ref="oval:org.mitre.oval:tst:117163"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25214" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1831-1 -- Recommended update for blktrace</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>blktrace</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131831-1.html" ref_id="SUSE-RU-2013:1831-1"/>
        <description>This update for blktrace provides a fix for the following
issue:

If two instances of blktrace are executed on the same
device, one would  fail to initialize and then tear down
the devices it was configured to use,  even when they
weren't set up by that instance.

This could result in tearing down running traces, which
would end up  leaving the debugfs files around without a
way to clean them up. Further  instances of blktrace on
that device would fail.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:19">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:11.304-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:30.334-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:15.711-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="blktrace RPM is earlier than 0:1.0.3-0.7.1" test_ref="oval:org.mitre.oval:tst:117776"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25209" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0729-1 -- Recommended update for SUSE Linux Enterprise Desktop 11 SP3 manuals</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SUSE Linux Enterprise Desktop 11 SP3 manuals</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140729-1.html" ref_id="SUSE-RU-2014:0729-1"/>
        <description>This update provides the latest version of the SUSE Linux Enterprise
Desktop 11 SP3 manuals, which brings fixes and enhancements in the
following areas:

    * Supported Upgrade Paths to SLES 11-SP3. (bnc#839890)
    * Btrfs compression function under development. (bnc#864606)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:10:16">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:40.973-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:29.473-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:15.278-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="sled-admin_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:116546"/>
          <criterion comment="sled-apps_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:115948"/>
          <criterion comment="sled-deployment_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:116490"/>
          <criterion comment="sled-gnomequick_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:116350"/>
          <criterion comment="sled-gnomeuser_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:116037"/>
          <criterion comment="sled-installquick_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:115980"/>
          <criterion comment="sled-kdequick_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:116243"/>
          <criterion comment="sled-kdeuser_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:116365"/>
          <criterion comment="sled-libreofficequick_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:116377"/>
          <criterion comment="sled-manuals_en RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:116476"/>
          <criterion comment="sled-security_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:116493"/>
          <criterion comment="sled-tuning_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:116560"/>
          <criterion comment="sled-xen_en-pdf RPM is earlier than 0:11.3-0.27.2" test_ref="oval:org.mitre.oval:tst:116399"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25199" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0312-1 -- Recommended update for sudo</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>sudo</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140312-1.html" ref_id="SUSE-RU-2014:0312-1"/>
        <description>This update for sudo provides the following fixes:

    * Escape "sudo -i" and "sudo -s" command arguments to
prevent command line corruption. (bnc#823796)
    * Adjust the sudoers(5) manual page to reflect
SUSE-specific changes. (bnc#823292)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:34">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:02.461-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:28.012-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:12.793-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="sudo RPM is earlier than 0:1.7.6p2-0.19.1" test_ref="oval:org.mitre.oval:tst:117380"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25197" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1327-1 -- Recommended update for mkinitrd</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mkinitrd</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131327-1.html" ref_id="SUSE-RU-2013:1327-1"/>
        <description>This update for mkinitrd provides the following fixes:

    * Add a udev rule to fix HyperV VM migration from
Windows 2008/2012 to Windows 2012R2 hosts
    * Fix network configuration when using iBFT
    * Do not add duplicate static IPs
    * Recognize default network interface if more than one
is present.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:52.816-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:27.937-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:12.670-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mkinitrd RPM is earlier than 0:2.4.2-0.84.1" test_ref="oval:org.mitre.oval:tst:118484"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25194" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0330-1 -- Recommended update for libopenssl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libopenssl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140330-1.html" ref_id="SUSE-RU-2014:0330-1"/>
        <description>This update brings various enhancements for OpenSSL:

    * 

      IPv6 support was added to the openssl s_client and
s_server command line tool. (bnc#859228)

    * 

      The openssl command line tool now checks certificates
by default against /etc/ssl/certs (this can be changed via
the -CApath option). (bnc#860332)

    * 

      The Elliptic Curve Diffie-Hellman key exchange
selector was enabled and can be selected by kECDHE, kECDH,
ECDH tags in the SSL cipher string. (bnc#859924)

    * 

      If an optional "openssl1" command line tool is
installed in parallel, c_rehash uses it to generate
certificate hashes in both OpenSSL 0 and OpenSSL 1 style.
This allows parallel usage of OpenSSL 0.9.8j and OpenSSL
1.x client libraries with a shared certificate store.
(bnc#862181)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:23">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:21.290-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:27.739-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:12.480-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.52.1" test_ref="oval:org.mitre.oval:tst:117579"/>
            <criterion comment="openssl RPM is earlier than 0:0.9.8j-0.52.1" test_ref="oval:org.mitre.oval:tst:117182"/>
            <criterion comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.52.1" test_ref="oval:org.mitre.oval:tst:117328"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.52.1" test_ref="oval:org.mitre.oval:tst:117512"/>
            <criterion comment="openssl-doc RPM is earlier than 0:0.9.8j-0.52.1" test_ref="oval:org.mitre.oval:tst:117532"/>
            <criterion comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.52.1" test_ref="oval:org.mitre.oval:tst:117577"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25187" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0557-1 -- Recommended update for nfs-client</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>nfs-client</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130557-1.html" ref_id="SUSE-RU-2013:0557-1"/>
        <description>This update for the NFS support utilities (nfs-client,
nfs-kernel-server)  enhances gssd to work with more than
1024 connections, respecting the  'nofile' resource limit.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:39:04">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:24.872-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:27.326-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:11.851-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="nfs-client RPM is earlier than 0:1.2.3-18.29.1" test_ref="oval:org.mitre.oval:tst:120309"/>
            <criterion comment="nfs-kernel-server RPM is earlier than 0:1.2.3-18.29.1" test_ref="oval:org.mitre.oval:tst:120687"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="nfs-doc RPM is earlier than 0:1.2.3-18.29.1" test_ref="oval:org.mitre.oval:tst:120678"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criterion comment="nfs-utils RPM is earlier than 0:1.0.7-36.50.1" test_ref="oval:org.mitre.oval:tst:120651"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25177" version="5" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0638-1 -- Security update for Mozilla Firefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140638-1.html" ref_id="SUSE-SU-2014:0638-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1518" ref_id="CVE-2014-1518"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1523" ref_id="CVE-2014-1523"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1524" ref_id="CVE-2014-1524"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1529" ref_id="CVE-2014-1529"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1530" ref_id="CVE-2014-1530"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1531" ref_id="CVE-2014-1531"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1532" ref_id="CVE-2014-1532"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1492" ref_id="CVE-2014-1492"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1520" ref_id="CVE-2014-1520"/>
        <description>This Mozilla Firefox and Mozilla NSS update to 24.5.0esr fixes the
following several security and non-security issues:

    * MFSA 2014-34/CVE-2014-1518 Miscellaneous memory safety hazards
    * MFSA 2014-37/CVE-2014-1523 Out of bounds read while decoding JPG
images
    * MFSA 2014-38/CVE-2014-1524 Buffer overflow when using non-XBL object
as XBL
    * MFSA 2014-42/CVE-2014-1529 Privilege escalation through Web
Notification API
    * MFSA 2014-43/CVE-2014-1530 Cross-site scripting (XSS) using history
navigations
    * MFSA 2014-44/CVE-2014-1531 Use-after-free in imgLoader while
resizing images
    * MFSA 2014-46/CVE-2014-1532 Use-after-free in nsHostResolver

Mozilla NSS has been updated to 3.16:

    * required for Firefox 29
    * CVE-2014-1492: In a wildcard certificate, the wildcard character
should not be embedded within the U-label of an internationalized domain
name. See the last bullet point in RFC 6125, Section 7.2.
    * Update of root certificates.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:59">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:28.310-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:26.595-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:11.237-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:def:25177 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:56.639-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:25.641-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="MozillaFirefox RPM is earlier than 0:24.5.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:116716"/>
          <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.7.36" test_ref="oval:org.mitre.oval:tst:116567"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:24.5.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:116449"/>
          <criterion comment="libfreebl3 RPM is earlier than 0:3.16-0.8.1" test_ref="oval:org.mitre.oval:tst:116209"/>
          <criterion comment="libsoftokn3 RPM is earlier than 0:3.16-0.8.1" test_ref="oval:org.mitre.oval:tst:116241"/>
          <criterion comment="mozilla-nspr RPM is earlier than 0:4.10.4-0.3.1" test_ref="oval:org.mitre.oval:tst:116689"/>
          <criterion comment="mozilla-nss RPM is earlier than 0:3.16-0.8.1" test_ref="oval:org.mitre.oval:tst:116605"/>
          <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.16-0.8.1" test_ref="oval:org.mitre.oval:tst:116643"/>
          <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.16-0.8.1" test_ref="oval:org.mitre.oval:tst:116406"/>
          <criterion comment="libsoftokn3-32bit RPM is earlier than 0:3.16-0.8.1" test_ref="oval:org.mitre.oval:tst:116724"/>
          <criterion comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.4-0.3.1" test_ref="oval:org.mitre.oval:tst:116621"/>
          <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.16-0.8.1" test_ref="oval:org.mitre.oval:tst:116736"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25176" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0472-1 -- Recommended update for logrotate</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>logrotate</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140472-1.html" ref_id="SUSE-RU-2014:0472-1"/>
        <description>This update for logrotate fixes calling of
prerotate/postrotate scripts in  nosharedscripts mode.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:15:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:15.623-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:26.526-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:11.138-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="logrotate RPM is earlier than 0:3.7.7-10.28.1" test_ref="oval:org.mitre.oval:tst:117004"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25174" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1144-2 -- Recommended update for LibreOffice</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>LibreOffice</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131144-2.html" ref_id="SUSE-RU-2013:1144-2"/>
        <description>LibreOffice 4.0 provides significant improvements mainly
in  interoperability with Microsoft Office, and other areas.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:35.537-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:26.273-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:10.644-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libreoffice RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119249"/>
          <criterion comment="libreoffice-base RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119530"/>
          <criterion comment="libreoffice-base-drivers-postgresql RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119020"/>
          <criterion comment="libreoffice-base-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119332"/>
          <criterion comment="libreoffice-calc RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119546"/>
          <criterion comment="libreoffice-calc-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119349"/>
          <criterion comment="libreoffice-draw RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119367"/>
          <criterion comment="libreoffice-draw-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119654"/>
          <criterion comment="libreoffice-filters-optional RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119669"/>
          <criterion comment="libreoffice-gnome RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119352"/>
          <criterion comment="libreoffice-impress RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119452"/>
          <criterion comment="libreoffice-impress-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119628"/>
          <criterion comment="libreoffice-kde RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119593"/>
          <criterion comment="libreoffice-kde4 RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119382"/>
          <criterion comment="libreoffice-mailmerge RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119631"/>
          <criterion comment="libreoffice-math RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119694"/>
          <criterion comment="libreoffice-mono RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119556"/>
          <criterion comment="libreoffice-officebean RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119528"/>
          <criterion comment="libreoffice-pyuno RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119590"/>
          <criterion comment="libreoffice-writer RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119302"/>
          <criterion comment="libreoffice-writer-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119519"/>
          <criterion comment="libreoffice-branding-SLED RPM is earlier than 0:4.0-0.3.2" test_ref="oval:org.mitre.oval:tst:119713"/>
          <criterion comment="libreoffice-help-cs RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119703"/>
          <criterion comment="libreoffice-help-da RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:118927"/>
          <criterion comment="libreoffice-help-de RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119642"/>
          <criterion comment="libreoffice-help-en-GB RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119604"/>
          <criterion comment="libreoffice-help-en-US RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119063"/>
          <criterion comment="libreoffice-help-es RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119712"/>
          <criterion comment="libreoffice-help-fr RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119048"/>
          <criterion comment="libreoffice-help-gu-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119603"/>
          <criterion comment="libreoffice-help-hi-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119626"/>
          <criterion comment="libreoffice-help-hu RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119419"/>
          <criterion comment="libreoffice-help-it RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119698"/>
          <criterion comment="libreoffice-help-ja RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119345"/>
          <criterion comment="libreoffice-help-ko RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119736"/>
          <criterion comment="libreoffice-help-nl RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119629"/>
          <criterion comment="libreoffice-help-pl RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:118858"/>
          <criterion comment="libreoffice-help-pt RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119509"/>
          <criterion comment="libreoffice-help-pt-BR RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119561"/>
          <criterion comment="libreoffice-help-ru RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119739"/>
          <criterion comment="libreoffice-help-sv RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119710"/>
          <criterion comment="libreoffice-help-zh-CN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119580"/>
          <criterion comment="libreoffice-help-zh-TW RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119664"/>
          <criterion comment="libreoffice-icon-themes RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119672"/>
          <criterion comment="libreoffice-l10n-af RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119276"/>
          <criterion comment="libreoffice-l10n-ar RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119765"/>
          <criterion comment="libreoffice-l10n-ca RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119637"/>
          <criterion comment="libreoffice-l10n-cs RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119472"/>
          <criterion comment="libreoffice-l10n-da RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119496"/>
          <criterion comment="libreoffice-l10n-de RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119547"/>
          <criterion comment="libreoffice-l10n-en-GB RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119559"/>
          <criterion comment="libreoffice-l10n-es RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119416"/>
          <criterion comment="libreoffice-l10n-fi RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119675"/>
          <criterion comment="libreoffice-l10n-fr RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119558"/>
          <criterion comment="libreoffice-l10n-gu-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119695"/>
          <criterion comment="libreoffice-l10n-hi-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119687"/>
          <criterion comment="libreoffice-l10n-hu RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119230"/>
          <criterion comment="libreoffice-l10n-it RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119303"/>
          <criterion comment="libreoffice-l10n-ja RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119630"/>
          <criterion comment="libreoffice-l10n-ko RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119518"/>
          <criterion comment="libreoffice-l10n-nb RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119571"/>
          <criterion comment="libreoffice-l10n-nl RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119365"/>
          <criterion comment="libreoffice-l10n-nn RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119635"/>
          <criterion comment="libreoffice-l10n-pl RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119607"/>
          <criterion comment="libreoffice-l10n-pt RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119771"/>
          <criterion comment="libreoffice-l10n-pt-BR RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119201"/>
          <criterion comment="libreoffice-l10n-ru RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119387"/>
          <criterion comment="libreoffice-l10n-sk RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119401"/>
          <criterion comment="libreoffice-l10n-sv RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119768"/>
          <criterion comment="libreoffice-l10n-xh RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119761"/>
          <criterion comment="libreoffice-l10n-zh-CN RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119192"/>
          <criterion comment="libreoffice-l10n-zh-TW RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119680"/>
          <criterion comment="libreoffice-l10n-zu RPM is earlier than 0:4.0.3.3.5-0.5.1" test_ref="oval:org.mitre.oval:tst:119747"/>
          <criterion comment="libreoffice-languagetool RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119397"/>
          <criterion comment="libreoffice-languagetool-de RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119424"/>
          <criterion comment="libreoffice-languagetool-en RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119588"/>
          <criterion comment="libreoffice-languagetool-es RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119584"/>
          <criterion comment="libreoffice-languagetool-fr RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119613"/>
          <criterion comment="libreoffice-languagetool-it RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119704"/>
          <criterion comment="libreoffice-languagetool-nl RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119567"/>
          <criterion comment="libreoffice-languagetool-pl RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119301"/>
          <criterion comment="libreoffice-languagetool-sv RPM is earlier than 0:2.0-0.3.7" test_ref="oval:org.mitre.oval:tst:119268"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25166" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0702-1 -- Security update for finch</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>finch</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140702-1.html" ref_id="SUSE-SU-2014:0702-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0020" ref_id="CVE-2014-0020"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6490" ref_id="CVE-2013-6490"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6489" ref_id="CVE-2013-6489"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6487" ref_id="CVE-2013-6487"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6486" ref_id="CVE-2013-6486"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6485" ref_id="CVE-2013-6485"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6484" ref_id="CVE-2013-6484"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6483" ref_id="CVE-2013-6483"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6482" ref_id="CVE-2013-6482"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6481" ref_id="CVE-2013-6481"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6479" ref_id="CVE-2013-6479"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6478" ref_id="CVE-2013-6478"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6477" ref_id="CVE-2013-6477"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6152" ref_id="CVE-2012-6152"/>
        <description>The pidgin Instant Messenger has been updated to fix various security
issues:

    * CVE-2014-0020: Remotely triggerable crash in IRC argument parsing
    * CVE-2013-6490: Buffer overflow in SIMPLE header parsing
    * CVE-2013-6489: Buffer overflow in MXit emoticon parsing
    * CVE-2013-6487: Buffer overflow in Gadu-Gadu HTTP parsing
    * CVE-2013-6486: Pidgin uses clickable links to untrusted executables
    * CVE-2013-6485: Buffer overflow parsing chunked HTTP responses
    * CVE-2013-6484: Crash reading response from STUN server
    * CVE-2013-6483: XMPP doesn't verify 'from' on some iq replies
    * CVE-2013-6482: NULL pointer dereference parsing SOAP data in MSN
    * CVE-2013-6482: NULL pointer dereference parsing OIM data in MSN
    * CVE-2013-6482: NULL pointer dereference parsing headers in MSN
    * CVE-2013-6481: Remote crash reading Yahoo! P2P message
    * CVE-2013-6479: Remote crash parsing HTTP responses
    * CVE-2013-6478: Crash when hovering pointer over a long URL
    * CVE-2013-6477: Crash handling bad XMPP timestamp
    * CVE-2012-6152: Yahoo! remote crash from incorrect character encoding</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:11:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:56.640-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:23.892-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:07.814-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="finch RPM is earlier than 0:2.6.6-0.23.1" test_ref="oval:org.mitre.oval:tst:116636"/>
          <criterion comment="libpurple RPM is earlier than 0:2.6.6-0.23.1" test_ref="oval:org.mitre.oval:tst:115754"/>
          <criterion comment="libpurple-lang RPM is earlier than 0:2.6.6-0.23.1" test_ref="oval:org.mitre.oval:tst:116602"/>
          <criterion comment="libpurple-meanwhile RPM is earlier than 0:2.6.6-0.23.1" test_ref="oval:org.mitre.oval:tst:115761"/>
          <criterion comment="libpurple-tcl RPM is earlier than 0:2.6.6-0.23.1" test_ref="oval:org.mitre.oval:tst:116468"/>
          <criterion comment="pidgin RPM is earlier than 0:2.6.6-0.23.1" test_ref="oval:org.mitre.oval:tst:116568"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25162" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0670-1 -- Security update for file</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>file</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140670-1.html" ref_id="SUSE-SU-2014:0670-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2270" ref_id="CVE-2014-2270"/>
        <description>The command line tool file(1) and its library libmagic have been updated
to fix the following issues:

    * file(1) crashed when parsing some PE executables. (CVE-2014-2270,
      bnc#866750)
    * file(1) did not set return code on non-existing files. (bnc#863450)

Security Issue reference:

    * CVE-2014-2270
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2270></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:18">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:25.226-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:23.661-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:07.504-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="file RPM is earlier than 0:4.24-43.25.1" test_ref="oval:org.mitre.oval:tst:116695"/>
          <criterion comment="file-32bit RPM is earlier than 0:4.24-43.25.1" test_ref="oval:org.mitre.oval:tst:116470"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25159" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0671-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140671-1.html" ref_id="SUSE-SU-2014:0671-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0510" ref_id="CVE-2014-0510"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0516" ref_id="CVE-2014-0516"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0517" ref_id="CVE-2014-0517"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0518" ref_id="CVE-2014-0518"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0519" ref_id="CVE-2014-0519"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0520" ref_id="CVE-2014-0520"/>
        <description>Adobe flash-player was updated to version 11.2.202.359 to resolve several
security issues:

    * Remote attackers could execute arbitrary code and bypass a sandbox
      protection mechanism via unspecified vectors. (CVE-2014-0510)
    * Remote attackers could bypass the Same Origin Policy via unspecified
      vectors. (CVE-2014-0516)
    * Bypass intended access restrictions via unspecified vectors.
      (CVE-2014-0517, CVE-2014-0518, CVE-2014-0519, CVE-2014-0520)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:15">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:46.650-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:23.164-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:06.910-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.359-0.3.1" test_ref="oval:org.mitre.oval:tst:116592"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.359-0.3.1" test_ref="oval:org.mitre.oval:tst:116482"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.359-0.3.1" test_ref="oval:org.mitre.oval:tst:116703"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25156" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0703-1 -- Recommended update for snapper</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>snapper</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140703-1.html" ref_id="SUSE-RU-2014:0703-1"/>
        <description>This update for snapper provides fixes for the following issues:

    * A potential segmentation fault when snapper interacts with DBus.
      (bnc#860119)
    * File mode (setuid bit) was not restored after "undochange".
      (bnc#862964)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:11:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:25.470-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:22.977-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:06.773-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libsnapper2 RPM is earlier than 0:0.1.2-0.17.1" test_ref="oval:org.mitre.oval:tst:115779"/>
          <criterion comment="snapper RPM is earlier than 0:0.1.2-0.17.1" test_ref="oval:org.mitre.oval:tst:116516"/>
          <criterion comment="snapper-zypp-plugin RPM is earlier than 0:0.1.2-0.17.1" test_ref="oval:org.mitre.oval:tst:116548"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25152" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0497-1 -- Security update for Samba</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Samba</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140497-1.html" ref_id="SUSE-SU-2014:0497-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4496" ref_id="CVE-2013-4496"/>
        <description>The Samba fileserver suite was updated to fix bugs and
security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:15:24">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:12.060-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:22.134-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:05.862-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="ldapsmb RPM is earlier than 0:1.34b-12.50.1" test_ref="oval:org.mitre.oval:tst:116996"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libldb1 RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117303"/>
            <criterion comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117189"/>
            <criterion comment="libtalloc2 RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:116747"/>
            <criterion comment="libtdb1 RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:116841"/>
            <criterion comment="libtevent0 RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117085"/>
            <criterion comment="libwbclient0 RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117333"/>
            <criterion comment="samba RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117210"/>
            <criterion comment="samba-client RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117159"/>
            <criterion comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117061"/>
            <criterion comment="samba-winbind RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117283"/>
            <criterion comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117238"/>
            <criterion comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:116421"/>
            <criterion comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117173"/>
            <criterion comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117393"/>
            <criterion comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117030"/>
            <criterion comment="samba-32bit RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:116856"/>
            <criterion comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117341"/>
            <criterion comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:116773"/>
            <criterion comment="samba-doc RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117218"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criterion comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.50.1" test_ref="oval:org.mitre.oval:tst:117335"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25151" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0724-1 -- Security update for libpng</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libpng</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140724-1.html" ref_id="SUSE-SU-2014:0724-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7354" ref_id="CVE-2013-7354"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7353" ref_id="CVE-2013-7353"/>
        <description>This libpng update fixes the following two overflow security issues.

    * bnc#873123: Fixed integer overflow that could have lead to a
      heap-based buffer overflow in png_set_sPLT() and png_set_text_2()
      (CVE-2013-7354).
    * bnc#873124: Fixed integer overflow that could have lead to a
      heap-based buffer overflow in png_set_unknown_chunks()
      (CVE-2013-7353).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:11:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:55.582-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:21.977-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:05.632-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libpng12-0 RPM is earlier than 0:1.2.31-5.33.1" test_ref="oval:org.mitre.oval:tst:116652"/>
          <criterion comment="libpng12-0-32bit RPM is earlier than 0:1.2.31-5.33.1" test_ref="oval:org.mitre.oval:tst:116485"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25150" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0714-1 -- Recommended update for open-iscsi</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>open-iscsi</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140714-1.html" ref_id="SUSE-RU-2014:0714-1"/>
        <description>This collective update for open-iscsi provides the following fixes:

    * Init script now handles LVM stacked use of partitions. (bnc#867934)
    * Fix init script module load logic, removing bogus "FATAL ..."
      message when starting service. (bnc#867657)
    * Removed problematic check_for_node_onboot() in mkinitrd setup
      script. (bnc#834256)
    * Update mkinitrd open-iscsi setup script to handle both root and
      non-root iSCSI volumes, including iBFT. (bnc#834256, bnc#630434)
    * Correctly regenerate initrd after update. (bnc#831934)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:11:15">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:52.703-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:21.916-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:05.521-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="open-iscsi RPM is earlier than 0:2.0.873-0.23.1" test_ref="oval:org.mitre.oval:tst:116637"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25148" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0024-1 -- Security update for Samba</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Samba</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140024-1.html" ref_id="SUSE-SU-2014:0024-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4408" ref_id="CVE-2013-4408"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6150" ref_id="CVE-2012-6150"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4475" ref_id="CVE-2013-4475"/>
        <description>This update fixes the following security issues with Samba:

    * bnc#844720: DCERPC frag_len not checked
(CVE-2013-4408)
    * bnc#853347: winbind pam security problem
(CVE-2012-6150)
    * bnc#848101: No access check verification on stream
files (CVE-2013-4475)

And fixes the following non-security issues:

    * bnc#853021: libsmbclient0 package description
contains comments
    * bnc#817880: rpcclient adddriver and setdrive do not
set all needed registry entries
    * bnc#838472: Client trying to delete print job fails:
Samba returns: WERR_INVALID_PRINTER_NAME
    * bnc#854520 and bnc#849226: various upstream fixes</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:21:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:21.675-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:21.439-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:04.750-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="ldapsmb RPM is earlier than 0:1.34b-12.46.1" test_ref="oval:org.mitre.oval:tst:118031"/>
            <criterion comment="ldapsmb RPM is earlier than 0:1.34b-12.33.39.1" test_ref="oval:org.mitre.oval:tst:118013"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libldb1 RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:118052"/>
            <criterion comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117739"/>
            <criterion comment="libtalloc2 RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:118059"/>
            <criterion comment="libtdb1 RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:118097"/>
            <criterion comment="libtevent0 RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117698"/>
            <criterion comment="libwbclient0 RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:118103"/>
            <criterion comment="samba RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117940"/>
            <criterion comment="samba-client RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117788"/>
            <criterion comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:118111"/>
            <criterion comment="samba-winbind RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117841"/>
            <criterion comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:118068"/>
            <criterion comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117420"/>
            <criterion comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117994"/>
            <criterion comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117971"/>
            <criterion comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117640"/>
            <criterion comment="samba-32bit RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:118065"/>
            <criterion comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117138"/>
            <criterion comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:118045"/>
            <criterion comment="samba-doc RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117950"/>
            <criterion comment="libldb1 RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117825"/>
            <criterion comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117280"/>
            <criterion comment="libtalloc1 RPM is earlier than 0:3.4.3-1.50.1" test_ref="oval:org.mitre.oval:tst:117988"/>
            <criterion comment="libtalloc2 RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117865"/>
            <criterion comment="libtdb1 RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:118095"/>
            <criterion comment="libtevent0 RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117920"/>
            <criterion comment="libwbclient0 RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117676"/>
            <criterion comment="samba RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:118098"/>
            <criterion comment="samba-client RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:118015"/>
            <criterion comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:118120"/>
            <criterion comment="samba-winbind RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:118025"/>
            <criterion comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117894"/>
            <criterion comment="libtalloc1-32bit RPM is earlier than 0:3.4.3-1.50.1" test_ref="oval:org.mitre.oval:tst:118080"/>
            <criterion comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117892"/>
            <criterion comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117207"/>
            <criterion comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:118076"/>
            <criterion comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:118084"/>
            <criterion comment="samba-32bit RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:118107"/>
            <criterion comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117936"/>
            <criterion comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117821"/>
            <criterion comment="samba-doc RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117849"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.46.1" test_ref="oval:org.mitre.oval:tst:117837"/>
            <criterion comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.33.39.1" test_ref="oval:org.mitre.oval:tst:117648"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25144" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1775-1 -- Recommended update for sg3_utils</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>sg3_utils</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131775-1.html" ref_id="SUSE-RU-2013:1775-1"/>
        <description>This update for sg3_utils provides the following fixes:

    * Add -f option to rescan-scsi-bus.sh to flush failed
multipath devices
    * Add --export option to sg_inq for 61-msft.rules
    * Fixup T10 Vendor designator display
    * In rescan-scsi-bus.sh, check if the HBA driver
exports issue_lip in sysfs before using it.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:52">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:12.942-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:21.294-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:04.446-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="sg3_utils RPM is earlier than 0:1.31-1.19.1" test_ref="oval:org.mitre.oval:tst:118293"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25139" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:0596-1 -- Security update for poppler</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>poppler</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20130596-1.html" ref_id="SUSE-SU-2013:0596-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1788" ref_id="CVE-2013-1788"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1789" ref_id="CVE-2013-1789"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1790" ref_id="CVE-2013-1790"/>
        <description>This update of poppler fixes the following vulnerabilities:

    * CVE-2013-1788: Various invalid memory issues could be
used by attackers supplying PDFs to crash the PDF viewer or
potentially execute code.
    * CVE-2013-1789: A crash in poppler could be used by
attackers providing PDFs to crash the PDF viewer.
    * CVE-2013-1790: An uninitialized memory read could be
used by attackers providing PDFs to crash the PDF viewer.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:38:54">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:36:14.673-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:21.015-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:04.086-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libpoppler-glib4 RPM is earlier than 0:0.12.3-1.8.1" test_ref="oval:org.mitre.oval:tst:120138"/>
          <criterion comment="libpoppler-qt4-3 RPM is earlier than 0:0.12.3-1.8.1" test_ref="oval:org.mitre.oval:tst:120567"/>
          <criterion comment="libpoppler5 RPM is earlier than 0:0.12.3-1.8.1" test_ref="oval:org.mitre.oval:tst:120321"/>
          <criterion comment="poppler-tools RPM is earlier than 0:0.12.3-1.8.1" test_ref="oval:org.mitre.oval:tst:120218"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25129" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1852-1 -- Security update for glibc</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>glibc</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131852-1.html" ref_id="SUSE-SU-2013:1852-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4332" ref_id="CVE-2013-4332"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4412" ref_id="CVE-2012-4412"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0242" ref_id="CVE-2013-0242"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1914" ref_id="CVE-2013-1914"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4788" ref_id="CVE-2013-4788"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4237" ref_id="CVE-2013-4237"/>
        <description>This update for glibc contains the following fixes:

    * Fix integer overflows in malloc (CVE-2013-4332,
bnc#839870)
    * Fix buffer overflow in glob (bnc#691365)
    * Fix buffer overflow in strcoll (CVE-2012-4412,
bnc#779320)
    * Update mount flags in &lt;sys/mount.h> (bnc#791928)
    * Fix buffer overrun in regexp matcher (CVE-2013-0242,
bnc#801246)
    * Fix memory leaks in dlopen (bnc#811979)
    * Fix stack overflow in getaddrinfo with many results
(CVE-2013-1914, bnc#813121)
    * Don't raise UNDERFLOW in tan/tanf for small but
normal argument (bnc#819347)
    * Properly cross page boundary in SSE4.2 implementation
of strcmp (bnc#822210)
    * Fix robust mutex handling after fork (bnc#827811)
    * Fix missing character in IBM-943 charset (bnc#828235)
    * Fix use of alloca in gaih_inet (bnc#828637)
    * Initialize pointer guard also in static executables
(CVE-2013-4788, bnc#830268)
    * Fix readdir_r with long file names (CVE-2013-4237,
bnc#834594).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:15">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:15.950-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:20.159-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:01:03.116-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:117990"/>
            <criterion comment="glibc-devel RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:117757"/>
            <criterion comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:117801"/>
            <criterion comment="glibc-locale RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:117527"/>
            <criterion comment="nscd RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:117768"/>
            <criterion comment="glibc-32bit RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:118051"/>
            <criterion comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:117614"/>
            <criterion comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:118133"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="glibc-html RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:117720"/>
            <criterion comment="glibc-info RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:117922"/>
            <criterion comment="glibc-profile RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:117817"/>
            <criterion comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.56.2" test_ref="oval:org.mitre.oval:tst:117629"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25114" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0047-1 -- Recommended update for lsscsi</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>lsscsi</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140047-1.html" ref_id="SUSE-RU-2014:0047-1"/>
        <description>This update for lsscsi provides the following fixes and
enhancements:

    * Merge FC layout fixes.
    * Print additional SAS information.
    * Print additional FC information. (bnc#844851)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:21:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:13.176-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:15.894-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:59.467-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="lsscsi RPM is earlier than 0:0.23-0.12.1" test_ref="oval:org.mitre.oval:tst:117986"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25110" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1151-1 -- Security update for Linux kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131151-1.html" ref_id="SUSE-SU-2013:1151-1"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 2 kernel was
respun with the  3.0.80 update to fix a severe
compatibility problem with kernel module  packages (KMPs)
like e.g. drbd.

An incompatible ABI change could lead to those modules not
correctly  working or crashing on loading and is fixed by
this update.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:40">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:31:58.411-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:15.558-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:59.237-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119520"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119524"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119544"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119655"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119427"/>
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119691"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119740"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119296"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119410"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119762"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119256"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.1.5_02_3.0.80_0.7-0.5.18" test_ref="oval:org.mitre.oval:tst:119645"/>
            <criterion comment="xen-kmp-trace RPM is earlier than 0:4.1.5_02_3.0.80_0.7-0.5.18" test_ref="oval:org.mitre.oval:tst:119316"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119464"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119779"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119724"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119377"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119699"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119282"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119733"/>
            <criterion comment="kernel-trace-extra RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119662"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119553"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.80-0.7.1" test_ref="oval:org.mitre.oval:tst:119347"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25107" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0188-2 -- Security update for hplip</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>hplip</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140188-2.html" ref_id="SUSE-SU-2014:0188-2"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0200" ref_id="CVE-2013-0200"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4325" ref_id="CVE-2013-4325"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6402" ref_id="CVE-2013-6402"/>
        <description>hplip was updated to fix three security issues:

    * 

      CVE-2013-0200: Some local file overwrite problems via
predictable /tmp filenames were fixed.

    * 

      CVE-2013-4325: hplip used an insecure polkit DBUS API
(polkit-process subject race condition) which could lead to
local privilege escalation.

    * 

      CVE-2013-6402: hplip uses arbitrary file
creation/overwrite (via hardcoded file name
/tmp/hp-pkservice.log).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:19:20">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:01.393-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:15.160-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:58.947-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="hplip RPM is earlier than 0:3.11.10-0.6.11.1" test_ref="oval:org.mitre.oval:tst:117717"/>
          <criterion comment="hplip-hpijs RPM is earlier than 0:3.11.10-0.6.11.1" test_ref="oval:org.mitre.oval:tst:117761"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25103" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0487-1 -- Security update for wireshark</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>wireshark</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140487-1.html" ref_id="SUSE-SU-2014:0487-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2281" ref_id="CVE-2014-2281"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2283" ref_id="CVE-2014-2283"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2299" ref_id="CVE-2014-2299"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2282" ref_id="CVE-2014-2282"/>
        <description>Wireshark was updated to version 1.8.13 to fix security and
stability issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:15:33">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:53.685-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:14.784-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:58.432-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="wireshark RPM is earlier than 0:1.8.13-0.5.1" test_ref="oval:org.mitre.oval:tst:117397"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25100" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:0768-1 -- Recommended update for mkinitrd</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mkinitrd</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20130768-1.html" ref_id="SUSE-RU-2013:0768-1"/>
        <description>This collective update for mkinitrd provides the following
fixes and  enhancements:

    * Skip static interfaces when configuring DHCP
interfaces. (bnc#755642)
    * Handle moving ibft interface between interfaces and
subnets. (bnc#755642)
    * Fix boot from mdraid on top of multipath devices.
(bnc#784613)
    * Do not tell the user to refresh the bootloader when
generating the kdump initrd. (bnc#801984)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:36:08">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:34:19.781-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:14.698-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:58.282-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mkinitrd RPM is earlier than 0:2.4.2-0.57.57.1" test_ref="oval:org.mitre.oval:tst:119967"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25088" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1497-1 -- Security update for Mozilla Firefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131497-1.html" ref_id="SUSE-SU-2013:1497-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1737" ref_id="CVE-2013-1737"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1735" ref_id="CVE-2013-1735"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1736" ref_id="CVE-2013-1736"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1732" ref_id="CVE-2013-1732"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1730" ref_id="CVE-2013-1730"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1726" ref_id="CVE-2013-1726"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1725" ref_id="CVE-2013-1725"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1722" ref_id="CVE-2013-1722"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1718" ref_id="CVE-2013-1718"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1705" ref_id="CVE-2013-1705"/>
        <description>This update to Firefox 17.0.9esr (bnc#840485) addresses:

    * MFSA 2013-91 User-defined properties on DOM proxies
get the wrong "this" object o (CVE-2013-1737)
    * MFSA 2013-90 Memory corruption involving scrolling o
use-after-free in mozilla::layout::ScrollbarActivity
(CVE-2013-1735) o Memory corruption in
nsGfxScrollFrameInner::IsLTR() (CVE-2013-1736)
    * MFSA 2013-89 Buffer overflow with multi-column,
lists, and floats o buffer overflow at
nsFloatManager::GetFlowArea() with multicol, list, floats
(CVE-2013-1732)
    * MFSA 2013-88 compartment mismatch re-attaching
XBL-backed nodes o compartment mismatch in
nsXBLBinding::DoInitJSClass (CVE-2013-1730)
    * MFSA 2013-83 Mozilla Updater does not lock MAR file
after signature verification o MAR signature bypass in
Updater could lead to downgrade (CVE-2013-1726)
    * MFSA 2013-82 Calling scope for new Javascript objects
can lead to memory corruption o ABORT: bad scope for new
JSObjects: ReparentWrapper / document.open (CVE-2013-1725)
    * MFSA 2013-79 Use-after-free in Animation Manager
during stylesheet cloning o Heap-use-after-free in
nsAnimationManager::BuildAnimations (CVE-2013-1722)
    * MFSA 2013-76 Miscellaneous memory safety hazards
(rv:24.0 / rv:17.0.9) o Memory safety bugs fixed in Firefox
17.0.9 and Firefox 24.0 (CVE-2013-1718)
    * MFSA 2013-65 Buffer underflow when generating CRMF
requests o ASAN heap-buffer-overflow (read 1) in
cryptojs_interpret_key_gen_type (CVE-2013-1705)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:26:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:10.432-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:11.313-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:54.443-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.9esr-0.7.1" test_ref="oval:org.mitre.oval:tst:118318"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.9esr-0.7.1" test_ref="oval:org.mitre.oval:tst:118300"/>
          <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.9esr-0.3.1" test_ref="oval:org.mitre.oval:tst:117694"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.9esr-0.3.1" test_ref="oval:org.mitre.oval:tst:118522"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25080" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0488-1 -- Recommended update for multipath-tools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>multipath-tools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140488-1.html" ref_id="SUSE-RU-2014:0488-1"/>
        <description>This update for multipath-tools fixes a potential
segmentation fault when  reading multipath's configuration
file.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:15:35">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:47.839-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:10.724-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:53.877-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="kpartx RPM is earlier than 0:0.4.9-0.97.1" test_ref="oval:org.mitre.oval:tst:117134"/>
          <criterion comment="multipath-tools RPM is earlier than 0:0.4.9-0.97.1" test_ref="oval:org.mitre.oval:tst:117398"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25076" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1310-1 -- Security update for bind</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>bind</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131310-1.html" ref_id="SUSE-SU-2013:1310-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4854" ref_id="CVE-2013-4854"/>
        <description>A specially crafted query with malicious rdata could have
caused a crash  (DoS) in named.

Security Issue reference:

    * CVE-2013-4854
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4854
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:54">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:09.428-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:10.280-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:53.095-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bind RPM is earlier than 0:9.9.3P2-0.5.1" test_ref="oval:org.mitre.oval:tst:118940"/>
            <criterion comment="bind-chrootenv RPM is earlier than 0:9.9.3P2-0.5.1" test_ref="oval:org.mitre.oval:tst:119132"/>
            <criterion comment="bind-doc RPM is earlier than 0:9.9.3P2-0.5.1" test_ref="oval:org.mitre.oval:tst:119145"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="bind-libs RPM is earlier than 0:9.9.3P2-0.5.1" test_ref="oval:org.mitre.oval:tst:119251"/>
            <criterion comment="bind-utils RPM is earlier than 0:9.9.3P2-0.5.1" test_ref="oval:org.mitre.oval:tst:119286"/>
            <criterion comment="bind-libs-32bit RPM is earlier than 0:9.9.3P2-0.5.1" test_ref="oval:org.mitre.oval:tst:119287"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25074" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0588-1 -- Recommended update for trousers</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>trousers</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140588-1.html" ref_id="SUSE-RU-2014:0588-1"/>
        <description>Trousers would terminate with a segmentation fault when
trying to wrap a  key longer than 2048 bits.

As this is not possible due to TPM size limitation, the key
length is now  restricted to 2048 bits or less.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:35">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:04.773-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:10.214-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:52.945-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="libtspi1 RPM is earlier than 0:0.3.10-0.11.1" test_ref="oval:org.mitre.oval:tst:117017"/>
          <criterion comment="trousers RPM is earlier than 0:0.3.10-0.11.1" test_ref="oval:org.mitre.oval:tst:116683"/>
          <criterion comment="libtspi1-32bit RPM is earlier than 0:0.3.10-0.11.1" test_ref="oval:org.mitre.oval:tst:116906"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25073" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1058-1 -- Security update for gpg2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>gpg2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131058-1.html" ref_id="SUSE-SU-2013:1058-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6085" ref_id="CVE-2012-6085"/>
        <description>This update for gpg2 provides the following fixes:

    * Set proper file permissions when en/de-crypting files
(bnc#780943)
    * Fix an issue that could cause corruption of the
public keys database. (CVE-2012-6085, #798465)
    * Select proper ciphers when running in FIPS mode
(bnc#808958)

Security Issue reference

    * CVE-2012-6085
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6085
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:34:02">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:00.172-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:10.089-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:52.681-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="gpg2 RPM is earlier than 0:2.0.9-25.33.33.1" test_ref="oval:org.mitre.oval:tst:119429"/>
          <criterion comment="gpg2-lang RPM is earlier than 0:2.0.9-25.33.33.1" test_ref="oval:org.mitre.oval:tst:119719"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25071" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0299-1 -- Recommended update for mkinitrd</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mkinitrd</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140299-1.html" ref_id="SUSE-RU-2014:0299-1"/>
        <description>This update for mkinitrd provides the following fixes:

    * Fix waiting for multipath when using md on top of
multipath. (bnc#848293)
    * Add support for two network interfaces in the iBFT.
(bnc#830968)
    * Really include mmc_block driver. (bnc#480808)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:52">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:07.370-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:09.873-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:52.283-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mkinitrd RPM is earlier than 0:2.4.2-0.88.1" test_ref="oval:org.mitre.oval:tst:117245"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25050" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0414-1 -- Security update for clamav</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>clamav</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140414-1.html" ref_id="SUSE-SU-2014:0414-1"/>
        <description>The antivirus scanner ClamAV has been updated to version
0.98.1, which  includes the following fixes:

    * Code quality fixes in libclamav, clamd, sigtool,
clamav-milter, clamconf, and clamdtop.
    * Code quality fixes in libclamav, libclamunrar and
freshclam.
    * bb #8385: a PDF ASCII85Decode zero-length fix.
    * bb #7436: elf64 header early exit.
    * libclamav: SCAN_ALL mode fixes.
    * iso9660: iso_scan_file rewrite.

Version 0.98.1 also implements support for new file types,
and quality  improvements, including Extraction,
decompression, and scanning of files  within the Extensible
Archive (XAR)/Apple Disk Image (DMG) format, support  for
decompression and scanning of files in the "Xz" compression
format.

Additionally, improvements and fixes were done to
extraction and scanning  of OLE formats. An option to force
all scanned data to disk was added.  Various improvements
to ClamAV configuration, support of third party  libraries,
and unit tests were done.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:29">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:08.153-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:08.953-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:50.837-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="clamav RPM is earlier than 0:0.98.1-0.10.1" test_ref="oval:org.mitre.oval:tst:117186"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25049" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0002-1 -- Security update for curl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>curl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140002-1.html" ref_id="SUSE-SU-2014:0002-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4545" ref_id="CVE-2013-4545"/>
        <description>This update fixes the following security issues with curl:

    * bnc#849596: ssl cert checks with unclear behaviour
(CVE-2013-4545)
    * bnc#810760: wrap tftp sequence number, fixes large
files transfer

Security Issue reference:

    * CVE-2013-4545
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4545
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:58.802-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:08.838-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:50.675-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="curl RPM is earlier than 0:7.19.7-1.20.29.1" test_ref="oval:org.mitre.oval:tst:118081"/>
          <criterion comment="libcurl4 RPM is earlier than 0:7.19.7-1.20.29.1" test_ref="oval:org.mitre.oval:tst:117908"/>
          <criterion comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.20.29.1" test_ref="oval:org.mitre.oval:tst:118129"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25046" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0685-1 -- Recommended update for release-notes-sled</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>release-notes-sled</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140685-1.html" ref_id="SUSE-RU-2014:0685-1"/>
        <description>This update for the Release Notes for SUSE Linux Enterprise Desktop 11 SP3
provides the following changes:

    * Cosmetic changes: delete now empty section; fix wording and typos.
      (bnc#873438)
    * New entry: X.Org: fbdev Used in UEFI Secure Boot Mode (ASpeed
      Chipset). (FATE#314487)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:12:04">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:27.017-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:08.775-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:50.558-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="release-notes-sled RPM is earlier than 0:11.3.26-0.7.1" test_ref="oval:org.mitre.oval:tst:116633"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25045" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0775-1 -- Security update for Linux Kernel</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Linux Kernel</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140775-1.html" ref_id="SUSE-SU-2014:0775-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3153" ref_id="CVE-2014-3153"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 3 kernel was updated to fix a
critical privilege escalation security issue:

    * CVE-2014-3153: The futex acquisition code in kernel/futex.c can be
      used to gain ring0 access via the futex syscall. This could be used
      for privilege escalation by non-root users. (bnc#880892)

Security Issue reference:

    * CVE-2014-3153
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3153></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:08:16">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:35.033-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:08.566-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:50.308-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116129"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116125"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116343"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116344"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:115909"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116083"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116048"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116080"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116111"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.31-0.7.33" test_ref="oval:org.mitre.oval:tst:116331"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116077"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:115968"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:115770"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.31-0.7.33" test_ref="oval:org.mitre.oval:tst:116282"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:115957"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:115532"/>
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:115795"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116235"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116324"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:115921"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:115389"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.31.1" test_ref="oval:org.mitre.oval:tst:116090"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25042" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1808-1 -- Security update for OpenJDK 1.6</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>OpenJDK 1.6</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131808-1.html" ref_id="SUSE-SU-2013:1808-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3829" ref_id="CVE-2013-3829"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5780" ref_id="CVE-2013-5780"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5772" ref_id="CVE-2013-5772"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5814" ref_id="CVE-2013-5814"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5790" ref_id="CVE-2013-5790"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5849" ref_id="CVE-2013-5849"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5802" ref_id="CVE-2013-5802"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5851" ref_id="CVE-2013-5851"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5809" ref_id="CVE-2013-5809"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5817" ref_id="CVE-2013-5817"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5783" ref_id="CVE-2013-5783"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5782" ref_id="CVE-2013-5782"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5778" ref_id="CVE-2013-5778"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5803" ref_id="CVE-2013-5803"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5840" ref_id="CVE-2013-5840"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5825" ref_id="CVE-2013-5825"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5842" ref_id="CVE-2013-5842"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5774" ref_id="CVE-2013-5774"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5804" ref_id="CVE-2013-5804"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5797" ref_id="CVE-2013-5797"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5850" ref_id="CVE-2013-5850"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5829" ref_id="CVE-2013-5829"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5830" ref_id="CVE-2013-5830"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4002" ref_id="CVE-2013-4002"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5784" ref_id="CVE-2013-5784"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5820" ref_id="CVE-2013-5820"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-5823" ref_id="CVE-2013-5823"/>
        <description>OpenJDK 1.6 was updated to the new Icedtea release 1.12.7,
which includes  many fixes for bugs and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:35">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:07.694-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:07.137-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:48.767-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.7-0.2.1" test_ref="oval:org.mitre.oval:tst:118079"/>
          <criterion comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.7-0.2.1" test_ref="oval:org.mitre.oval:tst:118278"/>
          <criterion comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.7-0.2.1" test_ref="oval:org.mitre.oval:tst:117806"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25033" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1574-1 -- Recommended update for iproute2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>iproute2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131574-1.html" ref_id="SUSE-RU-2013:1574-1"/>
        <description>This update for iproute2 provides fixes for the following
issues:

    * VF spoofchk flag support missing in iproute2 although
supported by driver. (bnc#838349)
    * VF information not shown by "ip link". (bnc#750550,
bnc#836972)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:11">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:18.009-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:06.880-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:48.677-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="iproute2 RPM is earlier than 0:2.6.29.1-6.35.1" test_ref="oval:org.mitre.oval:tst:117839"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25026" version="5" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1153-1 -- Security update for Mozilla Firefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Server 10</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <platform>SUSE Linux Enterprise Desktop 10</platform>
          <product>Mozilla Firefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131153-1.html" ref_id="SUSE-SU-2013:1153-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1682" ref_id="CVE-2013-1682"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1684" ref_id="CVE-2013-1684"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1685" ref_id="CVE-2013-1685"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1686" ref_id="CVE-2013-1686"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1687" ref_id="CVE-2013-1687"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1690" ref_id="CVE-2013-1690"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1692" ref_id="CVE-2013-1692"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1693" ref_id="CVE-2013-1693"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1697" ref_id="CVE-2013-1697"/>
        <description>Mozilla Firefox has been updated to the 17.0.7 ESR version,
which fixes  bugs and security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:31:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:32:02.961-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:06.226-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:47.949-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:def:25026 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:51.236-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:24.340-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.7esr-0.3.1" test_ref="oval:org.mitre.oval:tst:119475"/>
            <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.6.9.31" test_ref="oval:org.mitre.oval:tst:119583"/>
            <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.7esr-0.3.1" test_ref="oval:org.mitre.oval:tst:119586"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise Desktop 10 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 10 is installed" definition_ref="oval:org.mitre.oval:def:1368"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 10 is installed" definition_ref="oval:org.mitre.oval:def:2106"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="MozillaFirefox RPM is earlier than 0:17.0.7esr-0.6.1" test_ref="oval:org.mitre.oval:tst:119535"/>
            <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.10.28" test_ref="oval:org.mitre.oval:tst:119422"/>
            <criterion comment="MozillaFirefox-translations RPM is earlier than 0:17.0.7esr-0.6.1" test_ref="oval:org.mitre.oval:tst:119451"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:2106" version="8" class="inventory">
      <metadata>
        <title>SUSE Linux Enterprise Desktop 10 is installed</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 10</platform>
        </affected>
        <reference source="CPE" ref_id="cpe:/o:novell:suse_linux:10::desktop"/>
        <description>SUSE Linux Enterprise Desktop 10 is installed.</description>
        <oval_repository>
          <dates>
            <submitted date="2007-07-11T16:29:48">
              <contributor organization="Maitreya Security">Thomas R. Jones</contributor>
            </submitted>
            <status_change date="2007-07-12T07:09:37.834-04:00">DRAFT</status_change>
            <modified comment="Removed unneeded platform information from the affected element and affected cpe list." date="2007-07-25T12:36:00.029-04:00">
              <contributor organization="The MITRE Corporation">Jonathan Baker</contributor>
            </modified>
            <status_change date="2007-08-10T13:33:41.021-04:00">INTERIM</status_change>
            <status_change date="2007-09-06T09:13:30.742-04:00">ACCEPTED</status_change>
            <modified comment="Set datatype to version on version element of ste:3857" date="2007-11-14T19:58:00.649-05:00">
              <contributor organization="Hewlett-Packard">Nicholas Hansen</contributor>
            </modified>
            <status_change date="2007-11-14T20:00:29.988-05:00">INTERIM</status_change>
            <status_change date="2007-12-03T04:00:06.107-05:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:def:2106 - Fixed Definitions with missing platforms." date="2012-12-12T17:14:00.907-05:00">
              <contributor organization="SecPod Technologies">Chandan S</contributor>
            </modified>
            <status_change date="2012-12-12T17:21:14.550-05:00">INTERIM</status_change>
            <status_change date="2012-12-31T04:02:05.837-05:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:ste:3857 - patch-definitions for Suse" date="2014-07-29T19:01:00.489-04:00">
              <contributor organization="ALTX-SOFT">Evgeniy Pavlov</contributor>
            </modified>
            <status_change date="2014-07-29T19:03:57.568-04:00">INTERIM</status_change>
            <status_change date="2014-08-18T04:02:11.316-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:ste:3857 - removed signature_keyid because not all versions of SUSE are signed" date="2015-06-24T13:04:00.361-04:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-06-24T13:05:16.805-04:00">INTERIM</status_change>
            <status_change date="2015-07-13T04:00:07.638-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="AND">
        <criterion comment="SUSE Linux Enterprise Desktop 10 is installed" test_ref="oval:org.mitre.oval:tst:3588"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:1368" version="6" class="inventory">
      <metadata>
        <title>SUSE Linux Enterprise Server 10 is installed</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 10</platform>
        </affected>
        <reference source="CPE" ref_id="cpe:/o:novell:suse_linux:10::server"/>
        <description>SUSE Linux Enterprise Server 10 is installed.</description>
        <oval_repository>
          <dates>
            <submitted date="2007-07-11T16:29:48">
              <contributor organization="Maitreya Security">Thomas R. Jones</contributor>
            </submitted>
            <status_change date="2007-07-12T07:09:38.141-04:00">DRAFT</status_change>
            <status_change date="2007-08-01T22:26:14.016-04:00">INTERIM</status_change>
            <status_change date="2007-08-20T08:04:38.503-04:00">ACCEPTED</status_change>
            <modified comment="Set datatype to version on version element of ste:3857" date="2007-11-14T19:58:00.649-05:00">
              <contributor organization="Hewlett-Packard">Nicholas Hansen</contributor>
            </modified>
            <status_change date="2007-11-14T20:00:30.290-05:00">INTERIM</status_change>
            <status_change date="2007-12-03T04:00:05.730-05:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:ste:3857 - patch-definitions for Suse" date="2014-07-29T19:01:00.489-04:00">
              <contributor organization="ALTX-SOFT">Evgeniy Pavlov</contributor>
            </modified>
            <status_change date="2014-07-29T19:03:57.508-04:00">INTERIM</status_change>
            <status_change date="2014-08-18T04:00:45.873-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:ste:3857 - removed signature_keyid because not all versions of SUSE are signed" date="2015-06-24T13:04:00.361-04:00">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </modified>
            <status_change date="2015-06-24T13:05:16.763-04:00">INTERIM</status_change>
            <status_change date="2015-07-13T04:00:04.303-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
          <affected_cpe_list>
            <cpe>cpe:/o:novell:suse_linux:10:server</cpe>
          </affected_cpe_list>
        </oval_repository>
      </metadata>
      <criteria operator="AND">
        <criterion comment="SUSE Linux Enterprise Server 10 is installed" test_ref="oval:org.mitre.oval:tst:3669"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25025" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0318-1 -- Security update for libvirt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>libvirt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140318-1.html" ref_id="SUSE-SU-2014:0318-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6458" ref_id="CVE-2013-6458"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1447" ref_id="CVE-2014-1447"/>
        <description>This update fixes the following one non-security and two
security issues  with libvirt:

    * bnc#817407: Fixing device assignment problem with
Broadcom 57810 NIC to Guest OS.
    * bnc#857492: qemu job usage issue in several API
leading to libvirtd crash (CVE-2013-6458)
    * bnc#858817: denial of service with keepalive
(CVE-2014-1447)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:49.855-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:06.043-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:47.697-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libvirt RPM is earlier than 0:1.0.5.9-0.7.1" test_ref="oval:org.mitre.oval:tst:117439"/>
            <criterion comment="libvirt-client RPM is earlier than 0:1.0.5.9-0.7.1" test_ref="oval:org.mitre.oval:tst:117452"/>
            <criterion comment="libvirt-doc RPM is earlier than 0:1.0.5.9-0.7.1" test_ref="oval:org.mitre.oval:tst:117325"/>
            <criterion comment="libvirt-python RPM is earlier than 0:1.0.5.9-0.7.1" test_ref="oval:org.mitre.oval:tst:117116"/>
            <criterion comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.9-0.7.1" test_ref="oval:org.mitre.oval:tst:117581"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criterion comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.9-0.7.1" test_ref="oval:org.mitre.oval:tst:117592"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25007" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0005-1 -- Recommended update for ethtool</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ethtool</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140005-1.html" ref_id="SUSE-RU-2014:0005-1"/>
        <description>This update for ethtool includes the following fixes and
enhancements:

    * Recognize 20Gbps and 40Gbps link speed modes.
(bnc#838396)
    * Fix dumping of registers on certain ixgbe network
cards. (bnc#848811)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:22:01">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:05.815-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:04.621-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:45.778-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="ethtool RPM is earlier than 0:6.2.6.39-0.20.1" test_ref="oval:org.mitre.oval:tst:117981"/>
          <criterion comment="ethtool RPM is earlier than 0:6.2.6.39-0.15.15.1" test_ref="oval:org.mitre.oval:tst:117876"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25003" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0305-1 -- Recommended update for yast2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>yast2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140305-1.html" ref_id="SUSE-RU-2014:0305-1"/>
        <description>This collective update for YaST2 provides the following
fixes:

    * Fix /sbin/yast2 to start correctly in non UTF-8
environment. (bnc#827031)
    * Fix misinterpretation of IPv6 prefixes when
converting to netmask. (bnc#837517)
    * Warn the user if Chef could overwrite changes.
(bnc#803358)
    * Check for Chef outside in the yast2 shell script to
catch modules not using CommandLine. (bnc#803358)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:36">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:09.161-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:04.421-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:45.454-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="yast2 RPM is earlier than 0:2.17.134-0.7.1" test_ref="oval:org.mitre.oval:tst:117501"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24992" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0689-1 -- Security update for Ruby</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Ruby</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140689-1.html" ref_id="SUSE-SU-2014:0689-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1821" ref_id="CVE-2013-1821"/>
        <description>This Ruby update fixes the following security issue:

    * bnc#808137: Fixed entity expansion DoS vulnerability in REXML
      (CVE-2013-1821).

Security Issue reference:

    * CVE-2013-1821
      &lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1821></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:11:53">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:26.134-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:03.679-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:44.545-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criterion comment="ruby RPM is earlier than 0:1.8.7.p357-0.9.15.1" test_ref="oval:org.mitre.oval:tst:116291"/>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="ruby-doc-html RPM is earlier than 0:1.8.7.p357-0.9.15.1" test_ref="oval:org.mitre.oval:tst:116522"/>
            <criterion comment="ruby-tk RPM is earlier than 0:1.8.7.p357-0.9.15.1" test_ref="oval:org.mitre.oval:tst:116339"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24984" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0401-1 -- Recommended update for star</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>star</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140401-1.html" ref_id="SUSE-RU-2014:0401-1"/>
        <description>This update fixes detection of gzip failures in star(1).</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:56.235-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:03:03.366-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:44.027-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="star RPM is earlier than 0:1.5final-28.23.25.1" test_ref="oval:org.mitre.oval:tst:117566"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24980" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2013:1774-1 -- Security update for Xen</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>Xen</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-su-20131774-1.html" ref_id="SUSE-SU-2013:1774-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4416" ref_id="CVE-2013-4416"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4355" ref_id="CVE-2013-4355"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4361" ref_id="CVE-2013-4361"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4368" ref_id="CVE-2013-4368"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4369" ref_id="CVE-2013-4369"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4370" ref_id="CVE-2013-4370"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4371" ref_id="CVE-2013-4371"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4375" ref_id="CVE-2013-4375"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1442" ref_id="CVE-2013-1442"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1432" ref_id="CVE-2013-1432"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1918" ref_id="CVE-2013-1918"/>
        <description>XEN has been updated to version 4.2.3 c/s 26170, fixing
various bugs and  security issues.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:23:53">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:20:59.210-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:59.689-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:39.847-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="xen-kmp-default RPM is earlier than 0:4.2.3_02_3.0.93_0.8-0.7.1" test_ref="oval:org.mitre.oval:tst:118040"/>
          <criterion comment="xen-libs RPM is earlier than 0:4.2.3_02-0.7.1" test_ref="oval:org.mitre.oval:tst:118161"/>
          <criterion comment="xen-tools-domU RPM is earlier than 0:4.2.3_02-0.7.1" test_ref="oval:org.mitre.oval:tst:118029"/>
          <criterion comment="xen RPM is earlier than 0:4.2.3_02-0.7.1" test_ref="oval:org.mitre.oval:tst:118208"/>
          <criterion comment="xen-doc-html RPM is earlier than 0:4.2.3_02-0.7.1" test_ref="oval:org.mitre.oval:tst:118267"/>
          <criterion comment="xen-doc-pdf RPM is earlier than 0:4.2.3_02-0.7.1" test_ref="oval:org.mitre.oval:tst:118295"/>
          <criterion comment="xen-libs-32bit RPM is earlier than 0:4.2.3_02-0.7.1" test_ref="oval:org.mitre.oval:tst:118311"/>
          <criterion comment="xen-tools RPM is earlier than 0:4.2.3_02-0.7.1" test_ref="oval:org.mitre.oval:tst:118323"/>
          <criterion comment="xen-kmp-pae RPM is earlier than 0:4.2.3_02_3.0.93_0.8-0.7.1" test_ref="oval:org.mitre.oval:tst:118181"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24978" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1313-1 -- Recommended update for GNOME Power Manager</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>GNOME Power Manager</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131313-1.html" ref_id="SUSE-RU-2013:1313-1"/>
        <description>This update for GNOME Power Manager provides the following
fixes:

    * Implements synchronization with GNOME Screen Saver's
unlock dialog so that it can be serialized to pm-utils
hooks.
    * The battery charge percentage printed in the "Device
Information" dialog and in the panel icon's tool tip is not
up to date.
    * Turn off the monitor backlight on the lid-close event
to avoid a screen flicker in some machines.
    * Fix the idle status in after waking up from S3/S4
when the screen lock is disabled explicitly.
    * Fix the missing back light control for NVidia
graphics drivers.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:28:48">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:35.708-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:59.474-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:39.436-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gnome-power-manager RPM is earlier than 0:2.24.1-17.67.1" test_ref="oval:org.mitre.oval:tst:118930"/>
            <criterion comment="gnome-power-manager-lang RPM is earlier than 0:2.24.1-17.67.1" test_ref="oval:org.mitre.oval:tst:119187"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="gnome-applets-brightness RPM is earlier than 0:2.24.1-17.67.1" test_ref="oval:org.mitre.oval:tst:118856"/>
            <criterion comment="gnome-applets-inhibit-powersave RPM is earlier than 0:2.24.1-17.67.1" test_ref="oval:org.mitre.oval:tst:118511"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24962" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1575-1 -- Recommended update for mcelog</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mcelog</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131575-1.html" ref_id="SUSE-RU-2013:1575-1"/>
        <description>This update for mcelog provides the following fixes and
enhancements:

    * Support AMD family 15 CPUs and only bail out on AMD
processors of families above 15. (bnc#807336)
    * Fix mcelog in virtual environments that virtualize
CPUs of type SandyBridge or newer, but do not support MSR
calls for extended (IMC) error messages. (bnc#827616)
    * Add latest Haswell CPU models. (bnc#824707)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:09">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:21.413-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:58.634-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:38.333-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mcelog RPM is earlier than 0:1.0.2013.01.18-0.15.1" test_ref="oval:org.mitre.oval:tst:118386"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24949" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1261-1 -- Recommended update for NetworkManager-openvpn</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>NetworkManager-openvpn</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131261-1.html" ref_id="SUSE-RU-2013:1261-1"/>
        <description>The following issue has been fixed:

    * #831378: NetworkManager applet missing SHA512 in VPN
HMAC authtification GUI</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:30:05">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:28:34.070-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:58.024-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:38.160-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="NetworkManager-openvpn RPM is earlier than 0:0.7.1-3.7.1" test_ref="oval:org.mitre.oval:tst:119434"/>
          <criterion comment="NetworkManager-openvpn-gnome RPM is earlier than 0:0.7.1-3.7.1" test_ref="oval:org.mitre.oval:tst:119234"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24944" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1387-1 -- Recommended update for PulseAudio</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>PulseAudio</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131387-1.html" ref_id="SUSE-RU-2013:1387-1"/>
        <description>This update for PulseAudio provides the following fixes:

    * Silence noise when moving streams among sinks/sources
    * Fix wrong extension check in parecord
    * Fix poll event and mmap checks in ALSA backend
    * Make bluetooth A2DP audio more robust under poor
radio conditions
    * Fix corrupted sound on channel panning.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:27:25">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:23:18.700-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:57.357-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:37.528-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118527"/>
            <criterion comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:117726"/>
            <criterion comment="libpulse0 RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118228"/>
            <criterion comment="pulseaudio RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118712"/>
            <criterion comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118479"/>
            <criterion comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118663"/>
            <criterion comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118488"/>
            <criterion comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118700"/>
            <criterion comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118688"/>
            <criterion comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118139"/>
            <criterion comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118584"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118704"/>
            <criterion comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118376"/>
            <criterion comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118684"/>
            <criterion comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.13.1" test_ref="oval:org.mitre.oval:tst:118622"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24940" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0691-1 -- Security update for curl</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>curl</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140691-1.html" ref_id="SUSE-SU-2014:0691-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0138" ref_id="CVE-2014-0138"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0139" ref_id="CVE-2014-0139"/>
        <description>This curl update fixes the following security issues:

    * bnc#868627: wrong re-use of connections (CVE-2014-0138).
    * bnc#868629: IP address wildcard certificate validation
      (CVE-2014-0139).
    * bnc#870444: --insecure option inappropriately enforcing security
      safeguard.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:11:45">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:26.615-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:56.800-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:36.977-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="curl RPM is earlier than 0:7.19.7-1.38.1" test_ref="oval:org.mitre.oval:tst:116466"/>
          <criterion comment="libcurl4 RPM is earlier than 0:7.19.7-1.38.1" test_ref="oval:org.mitre.oval:tst:116627"/>
          <criterion comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.38.1" test_ref="oval:org.mitre.oval:tst:116661"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24932" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0622-1 -- Recommended update for suse-build-key</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>suse-build-key</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140622-1.html" ref_id="SUSE-RU-2014:0622-1"/>
        <description>The SUSE GPG signing keys that are used for repository
integrity checking  have been extended to March 17th, 2018.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:15">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:47.702-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:56.711-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:36.784-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="suse-build-key RPM is earlier than 0:1.0-907.44.1" test_ref="oval:org.mitre.oval:tst:116701"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24908" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0302-1 -- Recommended update for btrfsprogs</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>btrfsprogs</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140302-1.html" ref_id="SUSE-RU-2014:0302-1"/>
        <description>This update for btrfsprogs fixes udev's detection rule in
systems with LVM.  This issue could prevent some file
systems from being mounted at boot time.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:17:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:57.199-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:55.468-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:36.208-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="btrfsprogs RPM is earlier than 0:0.20-0.39.1" test_ref="oval:org.mitre.oval:tst:117524"/>
          <criterion comment="libbtrfs0 RPM is earlier than 0:0.20-0.39.1" test_ref="oval:org.mitre.oval:tst:117478"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24868" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0605-1 -- Security update for flash-player</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>flash-player</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140605-1.html" ref_id="SUSE-SU-2014:0605-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0515" ref_id="CVE-2014-0515"/>
        <description>This flash-player update to version 11.2.202.356 fixes the
following  critical security issue:

    * bnc#875577: buffer overflow vulnerability that leads
to arbitrary code execution (CVE-2014-0515)

Adobe Security Bulletin (APSB14-13)
http://helpx.adobe.com/security/products/flash-player/apsb14
-13.html
&lt;http://helpx.adobe.com/security/products/flash-player/apsb1
4-13.html>

Security Issue reference:

    * CVE-2014-0515
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0515
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:28">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:49.548-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:53.021-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:33.670-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="flash-player RPM is earlier than 0:11.2.202.356-0.3.1" test_ref="oval:org.mitre.oval:tst:116833"/>
          <criterion comment="flash-player-gnome RPM is earlier than 0:11.2.202.356-0.3.1" test_ref="oval:org.mitre.oval:tst:117018"/>
          <criterion comment="flash-player-kde4 RPM is earlier than 0:11.2.202.356-0.3.1" test_ref="oval:org.mitre.oval:tst:117127"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24858" version="5" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0418-1 -- Security update for MozillaFirefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>MozillaFirefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140418-1.html" ref_id="SUSE-SU-2014:0418-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1493" ref_id="CVE-2014-1493"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1494" ref_id="CVE-2014-1494"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1496" ref_id="CVE-2014-1496"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1497" ref_id="CVE-2014-1497"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1498" ref_id="CVE-2014-1498"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1499" ref_id="CVE-2014-1499"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1500" ref_id="CVE-2014-1500"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1501" ref_id="CVE-2014-1501"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1502" ref_id="CVE-2014-1502"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1504" ref_id="CVE-2014-1504"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1508" ref_id="CVE-2014-1508"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1509" ref_id="CVE-2014-1509"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1505" ref_id="CVE-2014-1505"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1510" ref_id="CVE-2014-1510"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1511" ref_id="CVE-2014-1511"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1512" ref_id="CVE-2014-1512"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1513" ref_id="CVE-2014-1513"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1514" ref_id="CVE-2014-1514"/>
        <description>Mozilla Firefox was updated to 24.4.0ESR release, fixing
various security  issues and bugs.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:27">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:14.212-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:51.543-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:31.730-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:def:24858 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:43.513-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:22.127-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="MozillaFirefox RPM is earlier than 0:24.4.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:117339"/>
          <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.7.23" test_ref="oval:org.mitre.oval:tst:117417"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:24.4.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:116481"/>
          <criterion comment="mozilla-nspr RPM is earlier than 0:4.10.4-0.3.1" test_ref="oval:org.mitre.oval:tst:117157"/>
          <criterion comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.4-0.3.1" test_ref="oval:org.mitre.oval:tst:117451"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24849" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0229-1 -- kernel update for SLE11 SP2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>SLE11 SP2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140229-1.html" ref_id="SUSE-SU-2014:0229-1"/>
        <description>The SUSE Linux Enterprise 11 Service Pack 2 kernel was
updated to fix a regression introduced by the last update.

Regression fix:
- scsi_dh_alua: Incorrect reference counting in the SCSI
  ALUA initialization code lead to system crashes on boot
  (bnc#858831).

As the update introducing the regression was marked
security, this is also marked security even though this bug
is not security relevant.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:18:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:18:41.054-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:51.202-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:31.133-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117718"/>
            <criterion comment="kernel-default-base RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117513"/>
            <criterion comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117634"/>
            <criterion comment="kernel-source RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117618"/>
            <criterion comment="kernel-syms RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117038"/>
            <criterion comment="kernel-trace RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117571"/>
            <criterion comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117643"/>
            <criterion comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117661"/>
            <criterion comment="kernel-xen RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117435"/>
            <criterion comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117158"/>
            <criterion comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117655"/>
            <criterion comment="xen-kmp-default RPM is earlier than 0:4.1.6_04_3.0.101_0.7.17-0.5.16" test_ref="oval:org.mitre.oval:tst:117552"/>
            <criterion comment="xen-kmp-trace RPM is earlier than 0:4.1.6_04_3.0.101_0.7.17-0.5.16" test_ref="oval:org.mitre.oval:tst:117662"/>
            <criterion comment="kernel-pae RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117370"/>
            <criterion comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117665"/>
            <criterion comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117337"/>
            <criterion comment="xen-kmp-pae RPM is earlier than 0:4.1.6_04_3.0.101_0.7.17-0.5.16" test_ref="oval:org.mitre.oval:tst:117748"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117228"/>
            <criterion comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117421"/>
            <criterion comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117641"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117637"/>
            <criterion comment="kernel-trace-extra RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117742"/>
            <criterion comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:116957"/>
            <criterion comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.7.17.1" test_ref="oval:org.mitre.oval:tst:117243"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24821" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2013:1553-1 -- Recommended update for binutils</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>binutils</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2013/suse-ru-20131553-1.html" ref_id="SUSE-RU-2013:1553-1"/>
        <description>This update for binutils provides the following:

    * Add .gnu.warning.* sections also to shared libraries.
(bnc#830516)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:25:38">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:22:56.895-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:50.109-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:29.554-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="binutils RPM is earlier than 0:2.23.1-0.19.2" test_ref="oval:org.mitre.oval:tst:118188"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24813" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0726-1 -- Recommended update for wget</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>wget</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140726-1.html" ref_id="SUSE-RU-2014:0726-1"/>
        <description>This update for wget implements checking of Subject Alternative Names in
SSL x509 certificates.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:10:55">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:56.339-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:49.940-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:29.422-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="wget RPM is earlier than 0:1.11.4-1.17.1" test_ref="oval:org.mitre.oval:tst:116247"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24770" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0046-1 -- Recommended update for grub2</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>grub2</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140046-1.html" ref_id="SUSE-RU-2014:0046-1"/>
        <description>This update for Grub2 provides the following fixes and
enhancements:

    * UEFI/PXE fails with error "couldn't send network
packet". (bnc#841466)
    * Disable kernel module loading in grub.efi if secure
boot is enabled. (bnc#852070)
    * Misaligned stack could crash grub2 randomly.
(bnc#852055, bnc#841426)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:21:43">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:21:02.485-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:46.643-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:26.067-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="grub2-x86_64-efi RPM is earlier than 0:2.00-0.41.1" test_ref="oval:org.mitre.oval:tst:118043"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24736" version="5" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0248-1 -- Security update for MozillaFirefox</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>MozillaFirefox</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140248-1.html" ref_id="SUSE-SU-2014:0248-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1477" ref_id="CVE-2014-1477"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1479" ref_id="CVE-2014-1479"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1480" ref_id="CVE-2014-1480"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1482" ref_id="CVE-2014-1482"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1483" ref_id="CVE-2014-1483"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1484" ref_id="CVE-2014-1484"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1485" ref_id="CVE-2014-1485"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1486" ref_id="CVE-2014-1486"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1487" ref_id="CVE-2014-1487"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1489" ref_id="CVE-2014-1489"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1488" ref_id="CVE-2014-1488"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1490" ref_id="CVE-2014-1490"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1491" ref_id="CVE-2014-1491"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1481" ref_id="CVE-2014-1481"/>
        <description>This updates the Mozilla Firefox browser to the 24.3.0ESR
security release.  The Mozilla NSS libraries are now on
version 3.15.4.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:18:39">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:10.555-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:44.748-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:25.065-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:def:24736 - Corrected package names in objects and versions in states." date="2015-02-26T18:54:00.627-05:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </modified>
            <status_change date="2015-02-26T19:18:41.603-05:00">INTERIM</status_change>
            <status_change date="2015-03-16T04:00:19.815-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="MozillaFirefox RPM is earlier than 0:24.3.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:117617"/>
          <criterion comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.7.14" test_ref="oval:org.mitre.oval:tst:117708"/>
          <criterion comment="MozillaFirefox-translations RPM is earlier than 0:24.3.0esr-0.8.1" test_ref="oval:org.mitre.oval:tst:117561"/>
          <criterion comment="libfreebl3 RPM is earlier than 0:3.15.4-0.7.1" test_ref="oval:org.mitre.oval:tst:117502"/>
          <criterion comment="libsoftokn3 RPM is earlier than 0:3.15.4-0.7.1" test_ref="oval:org.mitre.oval:tst:117659"/>
          <criterion comment="mozilla-nss RPM is earlier than 0:3.15.4-0.7.1" test_ref="oval:org.mitre.oval:tst:117450"/>
          <criterion comment="mozilla-nss-tools RPM is earlier than 0:3.15.4-0.7.1" test_ref="oval:org.mitre.oval:tst:117002"/>
          <criterion comment="libfreebl3-32bit RPM is earlier than 0:3.15.4-0.7.1" test_ref="oval:org.mitre.oval:tst:117294"/>
          <criterion comment="libsoftokn3-32bit RPM is earlier than 0:3.15.4-0.7.1" test_ref="oval:org.mitre.oval:tst:117669"/>
          <criterion comment="mozilla-nss-32bit RPM is earlier than 0:3.15.4-0.7.1" test_ref="oval:org.mitre.oval:tst:117563"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24688" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0082-1 -- Recommended update for dnsmasq</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>dnsmasq</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140082-1.html" ref_id="SUSE-RU-2014:0082-1"/>
        <description>This update for dnsmasq provides new utilities
dhcp_lease_time and  dhcp_release.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:20:39">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:19:12.415-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:43.345-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:23.788-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="dnsmasq RPM is earlier than 0:2.45-12.25.1" test_ref="oval:org.mitre.oval:tst:117702"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24678" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0523-1 -- Security update for python-setuptools</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>python-setuptools</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140523-1.html" ref_id="SUSE-SU-2014:0523-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1633" ref_id="CVE-2013-1633"/>
        <description>ython-setuptools so far used only HTTP to retrieve
packages, which could  have lead to man in the middle
attacks on newly installed python code.

This update adjusts it to use HTTPS, guaranteeing better
connection  integrity.

Security Issue reference:

    * CVE-2013-1633
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1633
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:15:03">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:48.090-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:42.886-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:23.551-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criterion comment="python-setuptools RPM is earlier than 0:0.6c8-10.19.6.1" test_ref="oval:org.mitre.oval:tst:116784"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24630" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0359-1 -- Security update for ImageMagick</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>ImageMagick</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140359-1.html" ref_id="SUSE-SU-2014:0359-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1947" ref_id="CVE-2014-1947"/>
        <description>The image converter program and library set of ImageMagick
received an  update that fixes a buffer overflow when
handling PSD images.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:16:58">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:12:56.599-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:35.025-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:16.747-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="libMagickCore1 RPM is earlier than 0:6.4.3.6-7.28.1" test_ref="oval:org.mitre.oval:tst:117523"/>
            <criterion comment="libMagickCore1-32bit RPM is earlier than 0:6.4.3.6-7.28.1" test_ref="oval:org.mitre.oval:tst:117440"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Desktop 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="ImageMagick RPM is earlier than 0:6.4.3.6-7.28.1" test_ref="oval:org.mitre.oval:tst:117264"/>
            <criterion comment="libMagick++1 RPM is earlier than 0:6.4.3.6-7.28.1" test_ref="oval:org.mitre.oval:tst:117500"/>
            <criterion comment="libMagickWand1 RPM is earlier than 0:6.4.3.6-7.28.1" test_ref="oval:org.mitre.oval:tst:117497"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24589" version="3" class="patch">
      <metadata>
        <title>SUSE-SU-2014:0471-1 -- Security update for mutt</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>mutt</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-su-20140471-1.html" ref_id="SUSE-SU-2014:0471-1"/>
        <reference source="CVE" ref_url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0467" ref_id="CVE-2014-0467"/>
        <description>The mailreader mutt was updated to fix a security issue in
displaying mail  headers, where a crafted e-mail could
cause a heap overflow, which in turn  might be used by
attackers to crash mutt or potentially even execute code.

Security Issues references:

    * CVE-2014-0467
&lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0467
></description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:15:42">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:13:17.107-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:33.069-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:14.408-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="mutt RPM is earlier than 0:1.5.17-42.37.1" test_ref="oval:org.mitre.oval:tst:117404"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24562" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0699-1 -- Recommended update for hwinfo</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>hwinfo</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140699-1.html" ref_id="SUSE-RU-2014:0699-1"/>
        <description>This collective update for hwinfo provides fixes for the following issues:

    * Incorrect dbus usage that could have resulted in a segmentation
      fault. (bnc #870660)
    * Incorrect memory size reported on Xen guests. (bnc #867915)
    * Incomplete information about Intel 82599 network adapters. (bnc
      #813172)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:11:37">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:46.980-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:32.864-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:14.207-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criteria operator="OR" comment="Operation system section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        </criteria>
        <criterion comment="hwinfo RPM is earlier than 0:15.53-0.13.1" test_ref="oval:org.mitre.oval:tst:116483"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24547" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0621-1 -- Recommended update for x11-input-wacom</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>x11-input-wacom</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140621-1.html" ref_id="SUSE-RU-2014:0621-1"/>
        <description>This updates provides a new version of X.Org's Wacom input
driver, fixing  issues and bringing various enhancements:

    * Fix namespace of non-static driver functions to not
conflict with other drivers.
    * Make sure serial number is available for proximity
event logging.
    * Fix the 'lost button event' issue when pen hits the
tablet too fast.
    * Implement logging of events and fix up some of the
existing debug messages in the driver.
    * Add new options to the wacom(4) man page.
(bnc#869431, bnc#860803, FATE#316712)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:13:17">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:24.257-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:32.485-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:14.056-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
        <criteria operator="OR" comment="Packages match section">
          <criterion comment="x11-input-wacom RPM is earlier than 0:0.9.8-0.7.1" test_ref="oval:org.mitre.oval:tst:116756"/>
          <criterion comment="x11-input-wacom-tools RPM is earlier than 0:0.9.8-0.7.1" test_ref="oval:org.mitre.oval:tst:116181"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:24526" version="3" class="patch">
      <metadata>
        <title>SUSE-RU-2014:0690-1 -- Recommended update for crash</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
          <platform>SUSE Linux Enterprise Desktop 11</platform>
          <product>crash</product>
        </affected>
        <reference source="VENDOR" ref_url="https://www.suse.com/support/update/announcement/2014/suse-ru-20140690-1.html" ref_id="SUSE-RU-2014:0690-1"/>
        <description>This collective update for the Kdump stack provides the following fixes
and enhancements:

crash:

    * Fix display of the CPU number in back traces on systems with more
      than 255 cores. (bnc#847353)
    * Add support for kernel dumps from systems with 46-bit addressing
      enabled. (bnc#841145, FATE#316838)
    * Fix NMI backtrace for kernels patched to handle nested NMIs.
      (bnc#874179)

kdump:

    * Unmount all filesystems prior to reboot. (bnc#849621)
    * Provide per-filesystem mount points in kdump environment.
      (bnc#839999)
    * Add disable_cpu_apicid for BSP to the crash kernel commandline.
      (bnc#861981)
    * Add NOSPLIT flag to disable makedumpfile split mode. (bnc#854600)
    * Add '-X' to makedumpfile when dumping a Xen host. (bnc#864910)

makedumpfile:

    * Add support for kernel dumps on systems with 46-bit addressing
      enabled. (bnc#841145, FATE#316838)
    * Allow --dump-dmesg for Xen vmcores. (bnc#864910, bnc#829646)
    * Fix creation of kernel dumps on Xen systems. (bnc#864910, bnc#829646)
    * Calculate cyclic buffer size according to info->num_dumpfile.
      (bnc#854600)</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-15T17:11:41">
              <contributor organization="ALTX-SOFT">Sergey Artykhov</contributor>
            </submitted>
            <status_change date="2014-07-29T19:03:53.308-04:00">DRAFT</status_change>
            <status_change date="2014-08-18T04:02:32.090-04:00">INTERIM</status_change>
            <status_change date="2014-09-08T04:00:13.602-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="OR">
        <criteria comment="SUSE Linux Enterprise Server 11 release section">
          <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="crash RPM is earlier than 0:6.0.7-0.16.1" test_ref="oval:org.mitre.oval:tst:116510"/>
            <criterion comment="crash-sial RPM is earlier than 0:6.0.7-0.16.1" test_ref="oval:org.mitre.oval:tst:116499"/>
          </criteria>
        </criteria>
        <criteria comment="SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise Desktop 11 release section">
          <criteria operator="OR" comment="Operation system section">
            <extend_definition comment="SUSE Linux Enterprise Server 11.x is installed" definition_ref="oval:org.mitre.oval:def:17270"/>
            <extend_definition comment="SUSE Linux Enterprise Desktop 11.x is installed" definition_ref="oval:org.mitre.oval:def:25140"/>
          </criteria>
          <criteria operator="OR" comment="Packages match section">
            <criterion comment="kdump RPM is earlier than 0:0.8.4-0.39.2" test_ref="oval:org.mitre.oval:tst:115737"/>
            <criterion comment="makedumpfile RPM is earlier than 0:1.5.1-0.15.1" test_ref="oval:org.mitre.oval:tst:116642"/>
          </criteria>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:25140" version="3" class="inventory">
      <metadata>
        <title>SUSE Linux Enterprise Desktop 11.x is installed</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Desktop 11</platform>
        </affected>
        <reference source="CPE" ref_id="cpe:/o:suse:suse_linux:11::desktop"/>
        <description>SUSE Linux Enterprise Desktop 11.x is installed.</description>
        <oval_repository>
          <dates>
            <submitted date="2014-07-08T08:31:03">
              <contributor organization="ALTX-SOFT">Maria Mikhno</contributor>
            </submitted>
            <status_change date="2014-07-09T11:47:37.185-04:00">DRAFT</status_change>
            <status_change date="2014-07-28T04:00:50.908-04:00">INTERIM</status_change>
            <status_change date="2014-08-18T04:03:21.246-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criterion comment="SUSE Linux Enterprise Desktop 11.x is installed" test_ref="oval:org.mitre.oval:tst:115413"/>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:17270" version="5" class="inventory">
      <metadata>
        <title>SUSE Linux Enterprise Server 11.x is installed</title>
        <affected family="unix">
          <platform>SUSE Linux Enterprise Server 11</platform>
        </affected>
        <reference source="CPE" ref_id="cpe:/o:novell:suse_linux:11::server"/>
        <description>SUSE Linux Enterprise Server 11.x is installed.</description>
        <oval_repository>
          <dates>
            <submitted date="2013-07-03T10:26:26.748+04:00">
              <contributor organization="ALTX-SOFT">Maria Kedovskaya</contributor>
            </submitted>
            <status_change date="2013-07-05T16:52:52.933-04:00">DRAFT</status_change>
            <status_change date="2013-07-22T04:02:54.853-04:00">INTERIM</status_change>
            <status_change date="2013-08-12T04:09:04.290-04:00">ACCEPTED</status_change>
            <modified comment="EDITED oval:org.mitre.oval:tst:81116 - fixed inventory for SUSE Linux Enterpise Server 11" date="2014-07-23T14:36:00.991-04:00">
              <contributor organization="ALTX-SOFT">Evgeniy Pavlov</contributor>
            </modified>
            <status_change date="2014-07-23T14:40:25.296-04:00">INTERIM</status_change>
            <status_change date="2014-08-11T04:00:13.442-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria>
        <criterion comment="SUSE Linux Enterprise Server 11.x is installed" test_ref="oval:org.mitre.oval:tst:81116"/>
      </criteria>
    </definition>
  </definitions>
  <tests>
    <rpminfo_test id="oval:org.mitre.oval:tst:139921" version="1" comment="libicu-32bit is earlier than 0:4.0-7.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:44034"/>
      <state state_ref="oval:org.mitre.oval:ste:39087"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:139793" version="1" comment="icu is earlier than 0:4.0-7.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14949"/>
      <state state_ref="oval:org.mitre.oval:ste:39087"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:139675" version="1" comment="libicu-doc is earlier than 0:4.0-7.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14890"/>
      <state state_ref="oval:org.mitre.oval:ste:39087"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:139540" version="1" comment="libicu is earlier than 0:4.0-7.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14735"/>
      <state state_ref="oval:org.mitre.oval:ste:39087"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137317" version="1" comment="clamav is earlier than 0:0.98.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3627"/>
      <state state_ref="oval:org.mitre.oval:ste:38073"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136884" version="1" comment="clamav is earlier than 0:0.98.5-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3627"/>
      <state state_ref="oval:org.mitre.oval:ste:37942"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137113" version="1" comment="pure-ftpd is earlier than 0:1.0.22-3.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41240"/>
      <state state_ref="oval:org.mitre.oval:ste:38082"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:140096" version="1" comment="kvm is earlier than 0:1.4.2-0.22.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15123"/>
      <state state_ref="oval:org.mitre.oval:ste:38865"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137099" version="1" comment="gnu-efi is earlier than 0:3.0u-0.7.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4809"/>
      <state state_ref="oval:org.mitre.oval:ste:37921"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136862" version="1" comment="shim is earlier than 0:0.7.318.81ee561d-0.9.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42837"/>
      <state state_ref="oval:org.mitre.oval:ste:37941"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137448" version="1" comment="flash-player is earlier than 0:11.2.202.425-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:37536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137407" version="1" comment="flash-player-gnome is earlier than 0:11.2.202.425-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39490"/>
      <state state_ref="oval:org.mitre.oval:ste:37536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137364" version="1" comment="flash-player-kde4 is earlier than 0:11.2.202.425-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39667"/>
      <state state_ref="oval:org.mitre.oval:ste:37536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136601" version="1" comment="wpa_supplicant is earlier than 0:0.7.1-6.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43112"/>
      <state state_ref="oval:org.mitre.oval:ste:37534"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136416" version="1" comment="wpa_supplicant-gui is earlier than 0:0.7.1-6.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42927"/>
      <state state_ref="oval:org.mitre.oval:ste:37534"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137368" version="1" comment="flash-player-gnome is earlier than 0:11.2.202.424-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39490"/>
      <state state_ref="oval:org.mitre.oval:ste:37972"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137304" version="1" comment="flash-player-kde4 is earlier than 0:11.2.202.424-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39667"/>
      <state state_ref="oval:org.mitre.oval:ste:37972"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137050" version="1" comment="flash-player is earlier than 0:11.2.202.424-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:37972"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136477" version="1" comment="evolution-data-server-32bit is earlier than 0:2.28.2-0.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4208"/>
      <state state_ref="oval:org.mitre.oval:ste:37649"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136472" version="1" comment="evolution-data-server-lang is earlier than 0:2.28.2-0.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42506"/>
      <state state_ref="oval:org.mitre.oval:ste:37649"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135873" version="1" comment="evolution-data-server is earlier than 0:2.28.2-0.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14939"/>
      <state state_ref="oval:org.mitre.oval:ste:37649"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137377" version="1" comment="libFLAC8-32bit is earlier than 0:1.2.1-68.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42833"/>
      <state state_ref="oval:org.mitre.oval:ste:38019"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137338" version="1" comment="libFLAC++6 is earlier than 0:1.2.1-68.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42860"/>
      <state state_ref="oval:org.mitre.oval:ste:38019"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137247" version="1" comment="libFLAC8 is earlier than 0:1.2.1-68.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43117"/>
      <state state_ref="oval:org.mitre.oval:ste:38019"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136444" version="1" comment="libreoffice-l10n-ar is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40911"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136441" version="1" comment="libreoffice-l10n-ru is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41068"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136427" version="1" comment="libreoffice-help-sv is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41108"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136399" version="1" comment="libreoffice-help-fr is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40858"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136386" version="1" comment="libreoffice-l10n-gu-IN is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40955"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136383" version="1" comment="libreoffice-l10n-ko is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41087"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136380" version="1" comment="libreoffice-impress is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29733"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136371" version="1" comment="libreoffice-l10n-pl is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40290"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136370" version="1" comment="libreoffice-l10n-es is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41126"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136364" version="1" comment="libreoffice-help-ru is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40857"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136358" version="1" comment="libreoffice-l10n-sv is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41195"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136352" version="1" comment="libreoffice-help-da is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41113"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136350" version="1" comment="libreoffice-help-ko is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41098"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136349" version="1" comment="libreoffice-l10n-zu is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41223"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136334" version="1" comment="libreoffice-help-it is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40979"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136330" version="1" comment="libreoffice-draw is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29875"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136327" version="1" comment="libreoffice-pyuno is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29757"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136321" version="1" comment="libreoffice-l10n-af is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40779"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136311" version="1" comment="libreoffice-mailmerge is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41075"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136310" version="1" comment="libreoffice-l10n-da is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41139"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136308" version="1" comment="libreoffice-help-ja is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40733"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136307" version="1" comment="libreoffice-draw-extensions is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41152"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136300" version="1" comment="libreoffice-help-de is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41040"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136288" version="1" comment="libreoffice-l10n-fr is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40758"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136286" version="1" comment="libreoffice-l10n-nb is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41021"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136281" version="1" comment="libreoffice-l10n-zh-CN is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41212"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136278" version="1" comment="libreoffice-base is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29800"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136258" version="1" comment="libreoffice-impress-extensions is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40620"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136237" version="1" comment="libreoffice-help-pt is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40776"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136224" version="1" comment="libreoffice-help-pt-BR is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40986"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136220" version="1" comment="libreoffice-calc-extensions is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40828"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136215" version="1" comment="libreoffice-l10n-cs is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41175"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136213" version="1" comment="libreoffice-l10n-de is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41081"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136211" version="1" comment="libreoffice-l10n-hu is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41059"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136203" version="1" comment="libreoffice-help-en-GB is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41020"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136201" version="1" comment="libreoffice-l10n-nn is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41124"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136196" version="1" comment="libreoffice-l10n-pt is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41238"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136181" version="1" comment="libreoffice is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29803"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136174" version="1" comment="libreoffice-help-hi-IN is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40761"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136170" version="1" comment="libreoffice-help-en-US is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40944"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136165" version="1" comment="libreoffice-calc is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29290"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136152" version="1" comment="libreoffice-base-extensions is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41129"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136135" version="1" comment="libreoffice-icon-themes is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40186"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136129" version="1" comment="libreoffice-kde4 is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40525"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136127" version="1" comment="libreoffice-kde is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41170"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136120" version="1" comment="libreoffice-l10n-ca is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40837"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136118" version="1" comment="libreoffice-writer-extensions is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40264"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136105" version="1" comment="libreoffice-help-zh-TW is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41135"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136090" version="1" comment="libreoffice-help-hu is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40868"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136078" version="1" comment="libreoffice-officebean is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40644"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136077" version="1" comment="libreoffice-l10n-sk is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40841"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136051" version="1" comment="libreoffice-math is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29589"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136032" version="1" comment="libreoffice-help-cs is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40796"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135990" version="1" comment="libreoffice-l10n-ja is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41211"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135976" version="1" comment="libreoffice-l10n-en-GB is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40557"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135964" version="1" comment="libreoffice-l10n-hi-IN is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40278"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135922" version="1" comment="libreoffice-help-es is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41088"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135916" version="1" comment="libreoffice-writer is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29810"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135912" version="1" comment="libreoffice-l10n-fi is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41186"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135860" version="1" comment="libreoffice-l10n-it is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40586"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135841" version="1" comment="libreoffice-l10n-nl is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41224"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135828" version="1" comment="libreoffice-help-zh-CN is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41082"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135822" version="1" comment="libreoffice-base-drivers-postgresql is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40863"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135685" version="1" comment="libreoffice-l10n-pt-BR is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40883"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135652" version="1" comment="libreoffice-help-nl is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40844"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135649" version="1" comment="libreoffice-l10n-zh-TW is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41277"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135648" version="1" comment="libreoffice-help-gu-IN is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41162"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135594" version="1" comment="libreoffice-filters-optional is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40962"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135593" version="1" comment="libreoffice-l10n-xh is earlier than 0:4.0.3.3.26-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41193"/>
      <state state_ref="oval:org.mitre.oval:ste:36888"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135461" version="1" comment="libreoffice-help-pl is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40886"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135405" version="1" comment="libreoffice-mono is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40880"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135385" version="1" comment="libreoffice-gnome is earlier than 0:4.0.3.3.26-0.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41153"/>
      <state state_ref="oval:org.mitre.oval:ste:37732"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136471" version="1" comment="file-32bit is earlier than 0:4.24-43.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39693"/>
      <state state_ref="oval:org.mitre.oval:ste:37092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136360" version="1" comment="file is earlier than 0:4.24-43.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14618"/>
      <state state_ref="oval:org.mitre.oval:ste:37092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137452" version="1" comment="libMagick++1 is earlier than 0:6.4.3.6-7.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40082"/>
      <state state_ref="oval:org.mitre.oval:ste:37679"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137181" version="1" comment="libMagickCore1-32bit is earlier than 0:6.4.3.6-7.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39732"/>
      <state state_ref="oval:org.mitre.oval:ste:37679"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137064" version="1" comment="ImageMagick is earlier than 0:6.4.3.6-7.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13854"/>
      <state state_ref="oval:org.mitre.oval:ste:37679"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136953" version="1" comment="libMagickWand1 is earlier than 0:6.4.3.6-7.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39934"/>
      <state state_ref="oval:org.mitre.oval:ste:37679"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136734" version="1" comment="libMagickCore1 is earlier than 0:6.4.3.6-7.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40098"/>
      <state state_ref="oval:org.mitre.oval:ste:37679"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136631" version="1" comment="wget is earlier than 0:1.11.4-1.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14591"/>
      <state state_ref="oval:org.mitre.oval:ste:37646"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136692" version="1" comment="openssl is earlier than 0:0.9.8j-0.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13882"/>
      <state state_ref="oval:org.mitre.oval:ste:37856"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136673" version="1" comment="openssl-doc is earlier than 0:0.9.8j-0.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38815"/>
      <state state_ref="oval:org.mitre.oval:ste:37856"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136661" version="1" comment="libopenssl0_9_8 is earlier than 0:0.9.8j-0.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39697"/>
      <state state_ref="oval:org.mitre.oval:ste:37856"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136642" version="1" comment="libopenssl0_9_8-hmac-32bit is earlier than 0:0.9.8j-0.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39394"/>
      <state state_ref="oval:org.mitre.oval:ste:37856"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136276" version="1" comment="libopenssl0_9_8-32bit is earlier than 0:0.9.8j-0.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39292"/>
      <state state_ref="oval:org.mitre.oval:ste:37856"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136193" version="1" comment="libopenssl0_9_8-hmac is earlier than 0:0.9.8j-0.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39181"/>
      <state state_ref="oval:org.mitre.oval:ste:37856"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136440" version="1" comment="python-base is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39846"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136426" version="1" comment="python is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136378" version="1" comment="python-doc is earlier than 0:2.6-8.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39621"/>
      <state state_ref="oval:org.mitre.oval:ste:37699"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136314" version="1" comment="python-curses is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39619"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136274" version="1" comment="python-doc-pdf is earlier than 0:2.6-8.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39822"/>
      <state state_ref="oval:org.mitre.oval:ste:37699"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136257" version="1" comment="libpython2_6-1_0-32bit is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39478"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136250" version="1" comment="python-tk is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39883"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136217" version="1" comment="python-base-32bit is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39853"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136084" version="1" comment="python-xml is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39982"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136069" version="1" comment="python-demo is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39973"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136059" version="1" comment="python-idle is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39842"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136050" version="1" comment="python-32bit is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39979"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136024" version="1" comment="python-devel is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135740" version="1" comment="libpython2_6-1_0 is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39476"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135528" version="1" comment="python-gdbm is earlier than 0:2.6.9-0.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39673"/>
      <state state_ref="oval:org.mitre.oval:ste:37844"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136708" version="1" comment="mozilla-nss-32bit is earlier than 0:3.17.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:37917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136670" version="1" comment="mozilla-nss is earlier than 0:3.17.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:37917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136636" version="1" comment="libfreebl3-32bit is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39678"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136609" version="1" comment="mozilla-nss is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136608" version="1" comment="mozilla-nspr-devel is earlier than 0:4.10.7-0.3.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13716"/>
      <state state_ref="oval:org.mitre.oval:ste:37219"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136584" version="1" comment="mozilla-nspr-32bit is earlier than 0:4.10.7-0.3.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39468"/>
      <state state_ref="oval:org.mitre.oval:ste:37219"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136553" version="1" comment="libsoftokn3-32bit is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39580"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136536" version="1" comment="mozilla-nss-tools is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136526" version="1" comment="libfreebl3-32bit is earlier than 0:3.17.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39678"/>
      <state state_ref="oval:org.mitre.oval:ste:37917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136523" version="1" comment="libfreebl3 is earlier than 0:3.17.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39774"/>
      <state state_ref="oval:org.mitre.oval:ste:37917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136522" version="1" comment="MozillaFirefox-branding-SLED is earlier than 0:31.0-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:37772"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136506" version="1" comment="mozilla-nspr is earlier than 0:4.10.7-0.3.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:37219"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136496" version="1" comment="mozilla-nss-devel is earlier than 0:3.17.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14415"/>
      <state state_ref="oval:org.mitre.oval:ste:37917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136425" version="1" comment="MozillaFirefox is earlier than 0:31.2.0esr-0.14.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:37763"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136411" version="1" comment="MozillaFirefox-translations is earlier than 0:31.2.0esr-0.14.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:37763"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136404" version="1" comment="MozillaFirefox-translations is earlier than 0:31.2.0esr-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:37357"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136393" version="1" comment="MozillaFirefox is earlier than 0:31.2.0esr-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:37357"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136362" version="1" comment="libsoftokn3 is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39648"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136295" version="1" comment="mozilla-nss-32bit is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136080" version="1" comment="libfreebl3 is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39774"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135707" version="1" comment="mozilla-nss-tools is earlier than 0:3.17.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:37917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135673" version="1" comment="MozillaFirefox-branding-SLED is earlier than 0:31.0-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:37857"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136520" version="1" comment="java-1_7_0-openjdk-demo is earlier than 0:1.7.0.71-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39577"/>
      <state state_ref="oval:org.mitre.oval:ste:37024"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136355" version="1" comment="java-1_7_0-openjdk-devel is earlier than 0:1.7.0.71-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39561"/>
      <state state_ref="oval:org.mitre.oval:ste:37024"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136176" version="1" comment="java-1_7_0-openjdk is earlier than 0:1.7.0.71-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39380"/>
      <state state_ref="oval:org.mitre.oval:ste:37024"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135616" version="1" comment="perl is earlier than 0:5.10.0-64.70.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14460"/>
      <state state_ref="oval:org.mitre.oval:ste:37499"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135527" version="1" comment="perl-base is earlier than 0:5.10.0-64.70.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41465"/>
      <state state_ref="oval:org.mitre.oval:ste:37499"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135474" version="1" comment="perl-Test-Simple is earlier than 0:0.72-0.70.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29437"/>
      <state state_ref="oval:org.mitre.oval:ste:36613"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135215" version="1" comment="perl-doc is earlier than 0:5.10.0-64.70.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41553"/>
      <state state_ref="oval:org.mitre.oval:ste:37499"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135210" version="1" comment="perl-Module-Build is earlier than 0:0.2808.01-0.70.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:28605"/>
      <state state_ref="oval:org.mitre.oval:ste:37274"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135182" version="1" comment="perl-32bit is earlier than 0:5.10.0-64.70.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41592"/>
      <state state_ref="oval:org.mitre.oval:ste:37499"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136551" version="1" comment="libwsman1 is earlier than 0:2.2.3-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42977"/>
      <state state_ref="oval:org.mitre.oval:ste:37467"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136489" version="1" comment="openwsman-server is earlier than 0:2.2.3-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43195"/>
      <state state_ref="oval:org.mitre.oval:ste:37467"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136322" version="1" comment="openwsman-client is earlier than 0:2.2.3-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43148"/>
      <state state_ref="oval:org.mitre.oval:ste:37467"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136147" version="1" comment="wireshark is earlier than 0:1.10.11-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14711"/>
      <state state_ref="oval:org.mitre.oval:ste:36933"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136621" version="1" comment="libsoftokn3 is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39648"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136618" version="1" comment="mozilla-nss-tools is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136606" version="1" comment="mozilla-nss-tools is earlier than 0:3.17.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:37917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136603" version="1" comment="MozillaFirefox-translations is earlier than 0:31.2.0esr-0.11.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:37782"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136596" version="1" comment="MozillaFirefox is earlier than 0:31.2.0esr-0.11.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:37782"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136539" version="1" comment="MozillaFirefox-translations is earlier than 0:31.2.0esr-0.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:37708"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136492" version="1" comment="libfreebl3 is earlier than 0:3.17.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39774"/>
      <state state_ref="oval:org.mitre.oval:ste:37917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136487" version="1" comment="mozilla-nss-32bit is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136452" version="1" comment="mozilla-nspr-32bit is earlier than 0:4.10.7-0.3.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39468"/>
      <state state_ref="oval:org.mitre.oval:ste:37219"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136443" version="1" comment="libfreebl3-32bit is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39678"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136410" version="1" comment="mozilla-nspr is earlier than 0:4.10.7-0.3.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:37219"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136387" version="1" comment="MozillaFirefox-branding-SLED is earlier than 0:31.0-0.5.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:37585"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136323" version="1" comment="libfreebl3 is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39774"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136298" version="1" comment="MozillaFirefox is earlier than 0:31.2.0esr-0.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:37708"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136146" version="1" comment="mozilla-nss is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136097" version="1" comment="MozillaFirefox-branding-SLED is earlier than 0:31.0-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:37862"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136035" version="1" comment="libfreebl3-32bit is earlier than 0:3.17.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39678"/>
      <state state_ref="oval:org.mitre.oval:ste:37917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135937" version="1" comment="mozilla-nss-32bit is earlier than 0:3.17.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:37917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135643" version="1" comment="mozilla-nss is earlier than 0:3.17.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:37917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135636" version="1" comment="libsoftokn3-32bit is earlier than 0:3.17.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39580"/>
      <state state_ref="oval:org.mitre.oval:ste:37513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136494" version="1" comment="flash-player-kde4 is earlier than 0:11.2.202.418-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39667"/>
      <state state_ref="oval:org.mitre.oval:ste:37620"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136475" version="1" comment="flash-player-gnome is earlier than 0:11.2.202.418-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39490"/>
      <state state_ref="oval:org.mitre.oval:ste:37620"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136272" version="1" comment="flash-player is earlier than 0:11.2.202.418-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:37620"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137503" version="1" comment="libpurple is earlier than 0:2.6.6-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14700"/>
      <state state_ref="oval:org.mitre.oval:ste:38024"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137462" version="1" comment="libpurple-lang is earlier than 0:2.6.6-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39637"/>
      <state state_ref="oval:org.mitre.oval:ste:38024"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137291" version="1" comment="pidgin is earlier than 0:2.6.6-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15157"/>
      <state state_ref="oval:org.mitre.oval:ste:38024"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137269" version="1" comment="finch is earlier than 0:2.6.6-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15156"/>
      <state state_ref="oval:org.mitre.oval:ste:38024"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137263" version="1" comment="libpurple-meanwhile is earlier than 0:2.6.6-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39333"/>
      <state state_ref="oval:org.mitre.oval:ste:38024"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136727" version="1" comment="libpurple-tcl is earlier than 0:2.6.6-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14238"/>
      <state state_ref="oval:org.mitre.oval:ste:38024"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135628" version="1" comment="kernel-pae is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38702"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135619" version="1" comment="kernel-pae-extra is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39552"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135568" version="1" comment="xen-kmp-pae is earlier than 0:4.2.4_04_3.0.101_0.40-0.7.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39363"/>
      <state state_ref="oval:org.mitre.oval:ste:37606"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135556" version="1" comment="kernel-xen is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135544" version="1" comment="kernel-syms is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39551"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135542" version="1" comment="kernel-trace-devel is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39536"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135512" version="1" comment="kernel-ec2-devel is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39386"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135477" version="1" comment="kernel-ec2 is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39418"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135466" version="1" comment="kernel-default-extra is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38611"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135453" version="1" comment="kernel-trace is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38597"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135450" version="1" comment="kernel-default-base is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39523"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135395" version="1" comment="xen-kmp-default is earlier than 0:4.2.4_04_3.0.101_0.40-0.7.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38966"/>
      <state state_ref="oval:org.mitre.oval:ste:37606"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135354" version="1" comment="kernel-xen-base is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39433"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135344" version="1" comment="kernel-source is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135308" version="1" comment="kernel-ec2-base is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38983"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135296" version="1" comment="kernel-xen-extra is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38632"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135285" version="1" comment="kernel-pae-devel is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39449"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135118" version="1" comment="kernel-pae-base is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39538"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135032" version="1" comment="kernel-default is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39302"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135002" version="1" comment="kernel-default-devel is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38955"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:134851" version="1" comment="kernel-xen-devel is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:134659" version="1" comment="kernel-trace-base is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39328"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135607" version="1" comment="xen-doc-pdf is earlier than 0:4.2.4_04-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39649"/>
      <state state_ref="oval:org.mitre.oval:ste:37063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135599" version="1" comment="xen is earlier than 0:4.2.4_04-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14646"/>
      <state state_ref="oval:org.mitre.oval:ste:37063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135590" version="1" comment="xen-libs-32bit is earlier than 0:4.2.4_04-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39465"/>
      <state state_ref="oval:org.mitre.oval:ste:37063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135524" version="1" comment="xen-libs is earlier than 0:4.2.4_04-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14810"/>
      <state state_ref="oval:org.mitre.oval:ste:37063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135491" version="1" comment="xen-tools is earlier than 0:4.2.4_04-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39898"/>
      <state state_ref="oval:org.mitre.oval:ste:37063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135485" version="1" comment="xen-doc-html is earlier than 0:4.2.4_04-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40070"/>
      <state state_ref="oval:org.mitre.oval:ste:37063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135409" version="1" comment="xen-kmp-default is earlier than 0:4.2.4_04_3.0.101_0.40-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38966"/>
      <state state_ref="oval:org.mitre.oval:ste:37530"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135407" version="1" comment="xen-kmp-pae is earlier than 0:4.2.4_04_3.0.101_0.40-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39363"/>
      <state state_ref="oval:org.mitre.oval:ste:37530"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:134882" version="1" comment="xen-tools-domU is earlier than 0:4.2.4_04-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39610"/>
      <state state_ref="oval:org.mitre.oval:ste:37063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137472" version="1" comment="compat-openssl097g-32bit is earlier than 0:0.9.7g-146.22.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3576"/>
      <state state_ref="oval:org.mitre.oval:ste:37925"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137279" version="1" comment="compat-openssl097g is earlier than 0:0.9.7g-146.22.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3838"/>
      <state state_ref="oval:org.mitre.oval:ste:37925"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136643" version="1" comment="libxml2-doc is earlier than 0:2.7.6-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40112"/>
      <state state_ref="oval:org.mitre.oval:ste:37930"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136635" version="1" comment="libxml2 is earlier than 0:2.7.6-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14133"/>
      <state state_ref="oval:org.mitre.oval:ste:37930"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136473" version="1" comment="libxml2-32bit is earlier than 0:2.7.6-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40249"/>
      <state state_ref="oval:org.mitre.oval:ste:37930"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135980" version="1" comment="libxml2-python is earlier than 0:2.7.6-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13780"/>
      <state state_ref="oval:org.mitre.oval:ste:37930"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137441" version="1" comment="MozillaFirefox-translations is earlier than 0:31.3.0esr-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:38089"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137376" version="1" comment="MozillaFirefox-translations is earlier than 0:31.3.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:38005"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137313" version="1" comment="MozillaFirefox is earlier than 0:31.3.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:38005"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137295" version="1" comment="MozillaFirefox is earlier than 0:31.3.0esr-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:38089"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137285" version="1" comment="MozillaFirefox is earlier than 0:31.3.0esr-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:38022"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137166" version="1" comment="MozillaFirefox-translations is earlier than 0:31.3.0esr-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:38022"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136656" version="1" comment="krb5-32bit is earlier than 0:1.6.3-133.49.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40058"/>
      <state state_ref="oval:org.mitre.oval:ste:37776"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136628" version="1" comment="krb5 is earlier than 0:1.6.3-133.49.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14120"/>
      <state state_ref="oval:org.mitre.oval:ste:37776"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136626" version="1" comment="krb5-server is earlier than 0:1.6.3-133.49.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14452"/>
      <state state_ref="oval:org.mitre.oval:ste:37776"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136593" version="1" comment="krb5-doc is earlier than 0:1.6.3-133.49.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40395"/>
      <state state_ref="oval:org.mitre.oval:ste:37776"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136516" version="1" comment="krb5-client is earlier than 0:1.6.3-133.49.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39939"/>
      <state state_ref="oval:org.mitre.oval:ste:37776"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136460" version="1" comment="krb5-plugin-kdb-ldap is earlier than 0:1.6.3-133.49.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40374"/>
      <state state_ref="oval:org.mitre.oval:ste:37776"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136356" version="1" comment="krb5-plugin-preauth-pkinit is earlier than 0:1.6.3-133.49.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39897"/>
      <state state_ref="oval:org.mitre.oval:ste:37776"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136279" version="1" comment="krb5-apps-servers is earlier than 0:1.6.3-133.49.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39547"/>
      <state state_ref="oval:org.mitre.oval:ste:37776"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136161" version="1" comment="krb5-apps-clients is earlier than 0:1.6.3-133.49.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40252"/>
      <state state_ref="oval:org.mitre.oval:ste:37776"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137519" version="1" comment="openvpn is earlier than 0:2.0.9-143.44.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40141"/>
      <state state_ref="oval:org.mitre.oval:ste:38011"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:137444" version="1" comment="openvpn-auth-pam-plugin is earlier than 0:2.0.9-143.44.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40157"/>
      <state state_ref="oval:org.mitre.oval:ste:38011"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135625" version="1" comment="ofed-kmp-bigsmp is earlier than 0:1.5.4.1_3.0.101_0.40-0.13.89" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41524"/>
      <state state_ref="oval:org.mitre.oval:ste:37346"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135622" version="1" comment="kernel-bigsmp-base is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41912"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135515" version="1" comment="iscsitarget-kmp-bigsmp is earlier than 0:1.4.20_3.0.101_0.40-0.38.83" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41712"/>
      <state state_ref="oval:org.mitre.oval:ste:36836"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135493" version="1" comment="oracleasm-kmp-bigsmp is earlier than 0:2.0.5_3.0.101_0.40-7.39.89" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41163"/>
      <state state_ref="oval:org.mitre.oval:ste:37572"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135441" version="1" comment="kernel-bigsmp is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39336"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:135213" version="1" comment="kernel-bigsmp-devel is earlier than 0:3.0.101-0.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41811"/>
      <state state_ref="oval:org.mitre.oval:ste:37056"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136602" version="1" comment="flash-player-gnome is earlier than 0:11.2.202.411-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39490"/>
      <state state_ref="oval:org.mitre.oval:ste:37900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136335" version="1" comment="flash-player is earlier than 0:11.2.202.411-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:37900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:136075" version="1" comment="flash-player-kde4 is earlier than 0:11.2.202.411-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39667"/>
      <state state_ref="oval:org.mitre.oval:ste:37900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126345" version="1" comment="gcc-gij-32bit RPM is earlier than 0:4.3-62.200.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42689"/>
      <state state_ref="oval:org.mitre.oval:ste:35027"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126336" version="1" comment="gcc-locale RPM is earlier than 0:4.3-62.200.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4891"/>
      <state state_ref="oval:org.mitre.oval:ste:35027"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126332" version="1" comment="libstdc++-devel-32bit RPM is earlier than 0:4.3-62.200.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42781"/>
      <state state_ref="oval:org.mitre.oval:ste:35027"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126303" version="1" comment="gcc-c++ RPM is earlier than 0:4.3-62.200.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14776"/>
      <state state_ref="oval:org.mitre.oval:ste:35027"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126233" version="1" comment="libstdc++-devel RPM is earlier than 0:4.3-62.200.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14610"/>
      <state state_ref="oval:org.mitre.oval:ste:35027"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126227" version="1" comment="gcc-32bit RPM is earlier than 0:4.3-62.200.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4830"/>
      <state state_ref="oval:org.mitre.oval:ste:35027"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126220" version="1" comment="cpp RPM is earlier than 0:4.3-62.200.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14644"/>
      <state state_ref="oval:org.mitre.oval:ste:35027"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126214" version="1" comment="gcc RPM is earlier than 0:4.3-62.200.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14175"/>
      <state state_ref="oval:org.mitre.oval:ste:35027"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126148" version="1" comment="gcc-info RPM is earlier than 0:4.3-62.200.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4761"/>
      <state state_ref="oval:org.mitre.oval:ste:35027"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125979" version="1" comment="gcc-c++-32bit RPM is earlier than 0:4.3-62.200.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42473"/>
      <state state_ref="oval:org.mitre.oval:ste:35027"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125804" version="1" comment="gcc-gij RPM is earlier than 0:4.3-62.200.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4929"/>
      <state state_ref="oval:org.mitre.oval:ste:35027"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126356" version="1" comment="flash-player RPM is earlier than 0:11.2.202.310-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:35116"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126077" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.310-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39490"/>
      <state state_ref="oval:org.mitre.oval:ste:35116"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125775" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.310-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39667"/>
      <state state_ref="oval:org.mitre.oval:ste:35116"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126197" version="1" comment="psmisc RPM is earlier than 0:22.7-7.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42436"/>
      <state state_ref="oval:org.mitre.oval:ste:34217"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125015" version="1" comment="libevent-1_4-2 RPM is earlier than 0:1.4.5-24.24.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42500"/>
      <state state_ref="oval:org.mitre.oval:ste:34462"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125426" version="1" comment="kvm RPM is earlier than 0:1.4.2-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15123"/>
      <state state_ref="oval:org.mitre.oval:ste:34884"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124985" version="1" comment="wireshark RPM is earlier than 0:1.10.10-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14711"/>
      <state state_ref="oval:org.mitre.oval:ste:34584"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125818" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.16.5-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:34905"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125749" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.16.5-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39678"/>
      <state state_ref="oval:org.mitre.oval:ste:34905"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125561" version="1" comment="libsoftokn3-32bit RPM is earlier than 0:3.16.5-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39580"/>
      <state state_ref="oval:org.mitre.oval:ste:34905"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125535" version="1" comment="mozilla-nss RPM is earlier than 0:3.16.5-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:34905"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125501" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.16.5-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:34905"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125491" version="1" comment="libfreebl3 RPM is earlier than 0:3.16.5-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39774"/>
      <state state_ref="oval:org.mitre.oval:ste:34905"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125076" version="1" comment="libsoftokn3 RPM is earlier than 0:3.16.5-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39648"/>
      <state state_ref="oval:org.mitre.oval:ste:34905"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124821" version="2" comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39897"/>
      <state state_ref="oval:org.mitre.oval:ste:33600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124808" version="2" comment="krb5-client RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39939"/>
      <state state_ref="oval:org.mitre.oval:ste:33600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124791" version="2" comment="krb5-doc RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40395"/>
      <state state_ref="oval:org.mitre.oval:ste:33600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124750" version="2" comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40374"/>
      <state state_ref="oval:org.mitre.oval:ste:33600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124511" version="2" comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39547"/>
      <state state_ref="oval:org.mitre.oval:ste:33600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124488" version="2" comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40252"/>
      <state state_ref="oval:org.mitre.oval:ste:33600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124463" version="2" comment="krb5 RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14120"/>
      <state state_ref="oval:org.mitre.oval:ste:33600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124314" version="2" comment="krb5-server RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14452"/>
      <state state_ref="oval:org.mitre.oval:ste:33600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124274" version="2" comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40058"/>
      <state state_ref="oval:org.mitre.oval:ste:33600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124681" version="2" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124635" version="2" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124624" version="2" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124623" version="2" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124586" version="2" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124556" version="2" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124508" version="2" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124431" version="2" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124409" version="2" comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124367" version="2" comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124343" version="2" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124163" version="2" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124060" version="2" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124007" version="2" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123812" version="2" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124820" version="2" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39476"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124807" version="2" comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39822"/>
      <state state_ref="oval:org.mitre.oval:ste:34045"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124795" version="2" comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39619"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124793" version="2" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39478"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124786" version="2" comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39673"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124768" version="2" comment="python-doc RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39621"/>
      <state state_ref="oval:org.mitre.oval:ste:34045"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124767" version="2" comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39982"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124763" version="2" comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39883"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124719" version="2" comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124712" version="2" comment="python RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124704" version="2" comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39853"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124595" version="2" comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39979"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124575" version="2" comment="python-base RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39846"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124411" version="2" comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39842"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124386" version="2" comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39973"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124656" version="2" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124615" version="2" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124596" version="2" comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124566" version="2" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124553" version="2" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124510" version="2" comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124485" version="2" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124450" version="2" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124444" version="2" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124442" version="2" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124287" version="2" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124241" version="2" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124216" version="2" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123966" version="2" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123688" version="2" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124727" version="2" comment="pesign-obs-integration RPM is earlier than 0:10.0-0.22.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42335"/>
      <state state_ref="oval:org.mitre.oval:ste:34058"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124982" version="1" comment="xorg-x11-driver-input RPM is earlier than 0:7.4-13.52.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40139"/>
      <state state_ref="oval:org.mitre.oval:ste:33986"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126357" version="1" comment="at RPM is earlier than 0:3.1.8-921.25.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42659"/>
      <state state_ref="oval:org.mitre.oval:ste:35052"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126331" version="1" comment="at RPM is earlier than 0:3.1.8-1069.22.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42659"/>
      <state state_ref="oval:org.mitre.oval:ste:34886"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125933" version="1" comment="at RPM is earlier than 0:3.1.8-921.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42659"/>
      <state state_ref="oval:org.mitre.oval:ste:35018"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124535" version="2" comment="glibc-info RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5133"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124517" version="2" comment="glibc RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14142"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124506" version="2" comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5112"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124437" version="2" comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4186"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124418" version="2" comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5170"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124401" version="2" comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5004"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124313" version="2" comment="glibc-html RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5103"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124284" version="2" comment="glibc-profile RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14243"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124095" version="2" comment="glibc-locale RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4452"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123892" version="2" comment="nscd RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14360"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123886" version="2" comment="glibc-devel RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14346"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123882" version="2" comment="glibc-32bit RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4176"/>
      <state state_ref="oval:org.mitre.oval:ste:34498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124482" version="2" comment="gdm-branding-upstream RPM is earlier than 0:2.24.0-24.96.3" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41858"/>
      <state state_ref="oval:org.mitre.oval:ste:33851"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124456" version="2" comment="gdm-lang RPM is earlier than 0:2.24.0-24.96.3" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41815"/>
      <state state_ref="oval:org.mitre.oval:ste:33851"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124067" version="2" comment="gdm RPM is earlier than 0:2.24.0-24.96.3" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14698"/>
      <state state_ref="oval:org.mitre.oval:ste:33851"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124524" version="2" comment="yast2-country RPM is earlier than 0:2.17.55-0.7.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42336"/>
      <state state_ref="oval:org.mitre.oval:ste:34474"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124199" version="2" comment="yast2-country-data RPM is earlier than 0:2.17.55-0.7.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42294"/>
      <state state_ref="oval:org.mitre.oval:ste:34474"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124801" version="2" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124792" version="2" comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124715" version="2" comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124619" version="2" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124612" version="2" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124578" version="2" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124534" version="2" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124509" version="2" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124473" version="2" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124468" version="2" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124242" version="2" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124218" version="2" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124107" version="2" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123985" version="2" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123824" version="2" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124439" version="2" comment="libgphoto2-lang RPM is earlier than 0:2.4.3-3.27.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42420"/>
      <state state_ref="oval:org.mitre.oval:ste:34533"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124335" version="2" comment="libgphoto2-32bit RPM is earlier than 0:2.4.3-3.27.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42241"/>
      <state state_ref="oval:org.mitre.oval:ste:34533"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123894" version="2" comment="libgphoto2 RPM is earlier than 0:2.4.3-3.27.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42395"/>
      <state state_ref="oval:org.mitre.oval:ste:34533"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124621" version="2" comment="zypper-log RPM is earlier than 0:1.6.315-0.7.15" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40064"/>
      <state state_ref="oval:org.mitre.oval:ste:34215"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124592" version="2" comment="perl-satsolver RPM is earlier than 0:0.44.5-0.5.148" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40786"/>
      <state state_ref="oval:org.mitre.oval:ste:34566"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124576" version="2" comment="satsolver-tools RPM is earlier than 0:0.17.8-0.5.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40785"/>
      <state state_ref="oval:org.mitre.oval:ste:34387"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124544" version="2" comment="zypper RPM is earlier than 0:1.6.315-0.7.15" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39957"/>
      <state state_ref="oval:org.mitre.oval:ste:34215"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124357" version="2" comment="python-satsolver RPM is earlier than 0:0.44.5-0.5.148" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41328"/>
      <state state_ref="oval:org.mitre.oval:ste:34566"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124269" version="2" comment="libzypp RPM is earlier than 0:9.37.8-0.7.10" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39122"/>
      <state state_ref="oval:org.mitre.oval:ste:34138"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124397" version="2" comment="grub2-x86_64-xen RPM is earlier than 0:2.00-0.45.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42432"/>
      <state state_ref="oval:org.mitre.oval:ste:34329"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124373" version="2" comment="grub2-x86_64-efi RPM is earlier than 0:2.00-0.45.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40168"/>
      <state state_ref="oval:org.mitre.oval:ste:34329"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124618" version="2" comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40058"/>
      <state state_ref="oval:org.mitre.oval:ste:33578"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124611" version="2" comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39547"/>
      <state state_ref="oval:org.mitre.oval:ste:33578"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124561" version="2" comment="krb5 RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14120"/>
      <state state_ref="oval:org.mitre.oval:ste:33578"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124533" version="2" comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39897"/>
      <state state_ref="oval:org.mitre.oval:ste:33578"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124520" version="2" comment="krb5-doc RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40395"/>
      <state state_ref="oval:org.mitre.oval:ste:33578"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124474" version="2" comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40252"/>
      <state state_ref="oval:org.mitre.oval:ste:33578"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124381" version="2" comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40374"/>
      <state state_ref="oval:org.mitre.oval:ste:33578"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124210" version="2" comment="krb5-server RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14452"/>
      <state state_ref="oval:org.mitre.oval:ste:33578"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123987" version="2" comment="krb5-client RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39939"/>
      <state state_ref="oval:org.mitre.oval:ste:33578"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124195" version="1" comment="perl-Bootloader RPM is earlier than 0:0.4.89.61-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40225"/>
      <state state_ref="oval:org.mitre.oval:ste:34345"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124062" version="2" comment="nss_ldap-32bit RPM is earlier than 0:262-11.32.39.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42394"/>
      <state state_ref="oval:org.mitre.oval:ste:34534"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124004" version="2" comment="nss_ldap RPM is earlier than 0:262-11.32.39.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14699"/>
      <state state_ref="oval:org.mitre.oval:ste:34534"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:126268" version="1" comment="grub2-x86_64-xen RPM is earlier than 0:2.00-0.45.16" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41543"/>
      <state state_ref="oval:org.mitre.oval:ste:35098"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123971" version="1" comment="dbus-1 RPM is earlier than 0:1.2.10-3.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:24539"/>
      <state state_ref="oval:org.mitre.oval:ste:34358"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123914" version="1" comment="dbus-1-32bit RPM is earlier than 0:1.2.10-3.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3968"/>
      <state state_ref="oval:org.mitre.oval:ste:34358"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123880" version="1" comment="dbus-1-x11 RPM is earlier than 0:1.2.10-3.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4081"/>
      <state state_ref="oval:org.mitre.oval:ste:34358"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124606" version="2" comment="augeas RPM is earlier than 0:0.9.0-3.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:30397"/>
      <state state_ref="oval:org.mitre.oval:ste:34539"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124483" version="2" comment="libaugeas0 RPM is earlier than 0:0.9.0-3.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39698"/>
      <state state_ref="oval:org.mitre.oval:ste:34539"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124039" version="2" comment="augeas-lenses RPM is earlier than 0:0.9.0-3.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40032"/>
      <state state_ref="oval:org.mitre.oval:ste:34539"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124354" version="1" comment="libreoffice-l10n-pl RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40290"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124333" version="1" comment="libreoffice-help-hu RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40868"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124332" version="1" comment="libreoffice-help-en-US RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40944"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124331" version="1" comment="libreoffice-help-ja RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40733"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124326" version="1" comment="libreoffice-help-es RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41088"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124322" version="1" comment="libreoffice-l10n-hu RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41059"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124321" version="1" comment="libreoffice-help-sv RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41108"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124310" version="1" comment="libreoffice-l10n-cs RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41175"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124303" version="1" comment="libreoffice-calc RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29290"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124302" version="1" comment="libreoffice-l10n-zu RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41223"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124300" version="1" comment="libreoffice-l10n-ca RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40837"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124294" version="1" comment="libreoffice-help-nl RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40844"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124292" version="1" comment="libreoffice-help-pl RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40886"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124288" version="1" comment="libreoffice-l10n-pt RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41238"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124278" version="1" comment="libreoffice-l10n-sv RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41195"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124276" version="1" comment="libreoffice-gnome RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41153"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124270" version="1" comment="libreoffice-draw-extensions RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41152"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124261" version="1" comment="libreoffice-help-pt-BR RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40986"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124257" version="1" comment="libreoffice-help-ru RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40857"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124251" version="1" comment="libreoffice-l10n-zh-CN RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41212"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124238" version="1" comment="libreoffice-l10n-pt-BR RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40883"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124233" version="1" comment="libreoffice-l10n-nb RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41021"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124228" version="1" comment="libreoffice-help-zh-CN RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41082"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124201" version="1" comment="libreoffice-base RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29800"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124198" version="1" comment="libreoffice-help-pt RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40776"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124197" version="1" comment="libreoffice-l10n-ko RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41087"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124194" version="1" comment="libreoffice-impress RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29733"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124190" version="1" comment="libreoffice-writer-extensions RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40264"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124177" version="1" comment="libreoffice-l10n-gu-IN RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40955"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124169" version="1" comment="libreoffice-icon-themes RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40186"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124155" version="1" comment="libreoffice-l10n-sk RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40841"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124148" version="1" comment="libreoffice-draw RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29875"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124138" version="1" comment="libreoffice-math RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29589"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124124" version="1" comment="libreoffice-l10n-nn RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41124"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124122" version="1" comment="libreoffice-l10n-xh RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41193"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124108" version="1" comment="libreoffice-help-en-GB RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41020"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124092" version="1" comment="libreoffice-filters-optional RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40962"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124076" version="1" comment="libreoffice-impress-extensions RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40620"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124074" version="1" comment="libreoffice-kde4 RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40525"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124069" version="1" comment="libreoffice-l10n-fr RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40758"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124063" version="1" comment="libreoffice-base-drivers-postgresql RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40863"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124059" version="1" comment="libreoffice-help-it RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40979"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124041" version="1" comment="libreoffice-l10n-zh-TW RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41277"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124037" version="1" comment="libreoffice-help-hi-IN RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40761"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124020" version="1" comment="libreoffice-l10n-es RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41126"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124013" version="1" comment="libreoffice-help-ko RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41098"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124008" version="1" comment="libreoffice-l10n-it RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40586"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123998" version="1" comment="libreoffice-l10n-nl RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41224"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123992" version="1" comment="libreoffice-help-fr RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40858"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123988" version="1" comment="libreoffice-l10n-ar RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40911"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123978" version="1" comment="libreoffice-writer RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29810"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123974" version="1" comment="libreoffice-help-da RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41113"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123965" version="1" comment="libreoffice-help-zh-TW RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41135"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123964" version="1" comment="libreoffice-l10n-da RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41139"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123938" version="1" comment="libreoffice-l10n-af RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40779"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123919" version="1" comment="libreoffice-l10n-ru RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41068"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123867" version="1" comment="libreoffice-l10n-en-GB RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40557"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123863" version="1" comment="libreoffice-l10n-hi-IN RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40278"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123834" version="1" comment="libreoffice RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29803"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123821" version="1" comment="libreoffice-l10n-de RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41081"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123820" version="1" comment="libreoffice-calc-extensions RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40828"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123789" version="1" comment="libreoffice-officebean RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40644"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123781" version="1" comment="libreoffice-kde RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41170"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123740" version="1" comment="libreoffice-pyuno RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29757"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123706" version="1" comment="libreoffice-l10n-fi RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41186"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123683" version="1" comment="libreoffice-l10n-ja RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41211"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123656" version="1" comment="libreoffice-help-de RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41040"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123523" version="1" comment="libreoffice-mono RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40880"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123357" version="1" comment="libreoffice-help-gu-IN RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41162"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123343" version="1" comment="libreoffice-mailmerge RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41075"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123333" version="1" comment="libreoffice-help-cs RPM is earlier than 0:4.0.3.3.26-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40796"/>
      <state state_ref="oval:org.mitre.oval:ste:34362"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123307" version="1" comment="libreoffice-base-extensions RPM is earlier than 0:4.0.3.3.26-0.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41129"/>
      <state state_ref="oval:org.mitre.oval:ste:34436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123597" version="1" comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39822"/>
      <state state_ref="oval:org.mitre.oval:ste:34061"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123595" version="1" comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39853"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123563" version="1" comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39979"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123551" version="1" comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39619"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123547" version="1" comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39982"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123543" version="1" comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39673"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123541" version="1" comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123512" version="1" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39478"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123485" version="1" comment="python-doc RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39621"/>
      <state state_ref="oval:org.mitre.oval:ste:34061"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123454" version="1" comment="python RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123417" version="1" comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39973"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123380" version="1" comment="python-base RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39846"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123254" version="1" comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39883"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123183" version="1" comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39842"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123134" version="1" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39476"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123533" version="1" comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39982"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123531" version="1" comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39822"/>
      <state state_ref="oval:org.mitre.oval:ste:34061"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123482" version="1" comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39853"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123467" version="1" comment="python-base RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39846"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123453" version="1" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39476"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123405" version="1" comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39619"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123398" version="1" comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39842"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123308" version="1" comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39979"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123302" version="1" comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123299" version="1" comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39673"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123260" version="1" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39478"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123257" version="1" comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39883"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123151" version="1" comment="python-doc RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39621"/>
      <state state_ref="oval:org.mitre.oval:ste:34061"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123080" version="1" comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39973"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123002" version="1" comment="python RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123874" version="1" comment="mkinitrd RPM is earlier than 0:2.4.2-0.92.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39790"/>
      <state state_ref="oval:org.mitre.oval:ste:33471"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123078" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.400-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39490"/>
      <state state_ref="oval:org.mitre.oval:ste:33907"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122970" version="1" comment="flash-player RPM is earlier than 0:11.2.202.400-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:33907"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122825" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.400-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39667"/>
      <state state_ref="oval:org.mitre.oval:ste:33907"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124434" version="1" comment="gpgme RPM is earlier than 0:1.1.6-25.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5364"/>
      <state state_ref="oval:org.mitre.oval:ste:34251"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124200" version="1" comment="libgpgme11 RPM is earlier than 0:1.1.6-25.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42483"/>
      <state state_ref="oval:org.mitre.oval:ste:34251"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123969" version="1" comment="supportutils RPM is earlier than 0:1.20-0.111.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39629"/>
      <state state_ref="oval:org.mitre.oval:ste:34389"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124267" version="2" comment="kernel-firmware RPM is earlier than 0:20110923-0.52.3" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29194"/>
      <state state_ref="oval:org.mitre.oval:ste:33538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123419" version="1" comment="grub2-x86_64-xen RPM is earlier than 0:2.00-0.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41543"/>
      <state state_ref="oval:org.mitre.oval:ste:34098"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122868" version="1" comment="grub2-x86_64-efi RPM is earlier than 0:2.00-0.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40168"/>
      <state state_ref="oval:org.mitre.oval:ste:34098"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123191" version="1" comment="Mesa RPM is earlier than 0:9.0.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40367"/>
      <state state_ref="oval:org.mitre.oval:ste:33156"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122994" version="1" comment="Mesa-32bit RPM is earlier than 0:9.0.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40322"/>
      <state state_ref="oval:org.mitre.oval:ste:33156"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123214" version="1" comment="kernel-firmware RPM is earlier than 0:20110923-0.52.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29194"/>
      <state state_ref="oval:org.mitre.oval:ste:33648"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124329" version="1" comment="perl-SNMP RPM is earlier than 0:5.4.2.1-8.12.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39779"/>
      <state state_ref="oval:org.mitre.oval:ste:34366"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124299" version="1" comment="libsnmp15-32bit RPM is earlier than 0:5.4.2.1-8.12.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39871"/>
      <state state_ref="oval:org.mitre.oval:ste:34366"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124236" version="1" comment="libsnmp15 RPM is earlier than 0:5.4.2.1-8.12.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39902"/>
      <state state_ref="oval:org.mitre.oval:ste:34366"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124171" version="1" comment="snmp-mibs RPM is earlier than 0:5.4.2.1-8.12.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39687"/>
      <state state_ref="oval:org.mitre.oval:ste:34366"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124109" version="1" comment="net-snmp RPM is earlier than 0:5.4.2.1-8.12.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14390"/>
      <state state_ref="oval:org.mitre.oval:ste:34366"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124096" version="1" comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.94.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39576"/>
      <state state_ref="oval:org.mitre.oval:ste:34304"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124077" version="1" comment="udev RPM is earlier than 0:147-0.94.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14607"/>
      <state state_ref="oval:org.mitre.oval:ste:34304"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124042" version="1" comment="libudev0 RPM is earlier than 0:147-0.94.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39690"/>
      <state state_ref="oval:org.mitre.oval:ste:34304"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123829" version="1" comment="libudev0-32bit RPM is earlier than 0:147-0.94.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39473"/>
      <state state_ref="oval:org.mitre.oval:ste:34304"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123638" version="1" comment="libgudev-1_0-0 RPM is earlier than 0:147-0.94.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39557"/>
      <state state_ref="oval:org.mitre.oval:ste:34304"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124647" version="2" comment="Mesa-32bit RPM is earlier than 0:9.0.3-0.27.2" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40322"/>
      <state state_ref="oval:org.mitre.oval:ste:34248"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124614" version="2" comment="Mesa RPM is earlier than 0:9.0.3-0.27.2" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40367"/>
      <state state_ref="oval:org.mitre.oval:ste:34248"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123606" version="1" comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39547"/>
      <state state_ref="oval:org.mitre.oval:ste:34127"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123589" version="1" comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40252"/>
      <state state_ref="oval:org.mitre.oval:ste:34127"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123537" version="1" comment="krb5-doc RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40395"/>
      <state state_ref="oval:org.mitre.oval:ste:34127"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123532" version="1" comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39897"/>
      <state state_ref="oval:org.mitre.oval:ste:34127"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123474" version="1" comment="krb5-server RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14452"/>
      <state state_ref="oval:org.mitre.oval:ste:34127"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123368" version="1" comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40374"/>
      <state state_ref="oval:org.mitre.oval:ste:34127"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123128" version="1" comment="krb5 RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14120"/>
      <state state_ref="oval:org.mitre.oval:ste:34127"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122980" version="1" comment="krb5-client RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39939"/>
      <state state_ref="oval:org.mitre.oval:ste:34127"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122977" version="1" comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.60.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40058"/>
      <state state_ref="oval:org.mitre.oval:ste:34127"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124033" version="1" comment="libreadline5 RPM is earlier than 0:5.2-147.14.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42264"/>
      <state state_ref="oval:org.mitre.oval:ste:33507"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123983" version="1" comment="bash RPM is earlier than 0:3.1-24.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3150"/>
      <state state_ref="oval:org.mitre.oval:ste:34495"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123958" version="1" comment="readline-devel RPM is earlier than 0:5.1-24.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42472"/>
      <state state_ref="oval:org.mitre.oval:ste:34202"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123946" version="1" comment="bash RPM is earlier than 0:3.2-147.14.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3150"/>
      <state state_ref="oval:org.mitre.oval:ste:34183"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123942" version="1" comment="readline-32bit RPM is earlier than 0:5.1-24.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42205"/>
      <state state_ref="oval:org.mitre.oval:ste:34202"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123936" version="1" comment="bash RPM is earlier than 0:3.2-147.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3150"/>
      <state state_ref="oval:org.mitre.oval:ste:34421"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123868" version="1" comment="libreadline5 RPM is earlier than 0:5.2-147.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42264"/>
      <state state_ref="oval:org.mitre.oval:ste:34397"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123865" version="1" comment="readline-doc RPM is earlier than 0:5.2-147.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41484"/>
      <state state_ref="oval:org.mitre.oval:ste:34397"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123819" version="1" comment="readline RPM is earlier than 0:5.1-24.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41488"/>
      <state state_ref="oval:org.mitre.oval:ste:34202"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123798" version="1" comment="bash-doc RPM is earlier than 0:3.2-147.14.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42364"/>
      <state state_ref="oval:org.mitre.oval:ste:34183"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123795" version="1" comment="bash-doc RPM is earlier than 0:3.2-147.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42364"/>
      <state state_ref="oval:org.mitre.oval:ste:34421"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123557" version="1" comment="libreadline5-32bit RPM is earlier than 0:5.2-147.14.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42389"/>
      <state state_ref="oval:org.mitre.oval:ste:33507"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123435" version="1" comment="libreadline5-32bit RPM is earlier than 0:5.2-147.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42389"/>
      <state state_ref="oval:org.mitre.oval:ste:34397"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123242" version="1" comment="readline-doc RPM is earlier than 0:5.2-147.14.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41484"/>
      <state state_ref="oval:org.mitre.oval:ste:33507"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123061" version="1" comment="readline-devel-32bit RPM is earlier than 0:5.1-24.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42393"/>
      <state state_ref="oval:org.mitre.oval:ste:34202"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124788" version="2" comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39853"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124703" version="2" comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39973"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124651" version="2" comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39673"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124642" version="2" comment="python-base RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39846"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124634" version="2" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39478"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124613" version="2" comment="python-doc RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39621"/>
      <state state_ref="oval:org.mitre.oval:ste:34045"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124567" version="2" comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39842"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124543" version="2" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39476"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124531" version="2" comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39883"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124507" version="2" comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39822"/>
      <state state_ref="oval:org.mitre.oval:ste:34045"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124495" version="2" comment="python RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124440" version="2" comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39619"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124213" version="2" comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124147" version="2" comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39982"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124098" version="2" comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39979"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123462" version="1" comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5004"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123373" version="1" comment="glibc-locale RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4452"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123341" version="1" comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5112"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123311" version="1" comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4186"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123305" version="1" comment="glibc-info RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5133"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123293" version="1" comment="nscd RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14360"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123267" version="1" comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5170"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123161" version="1" comment="glibc RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14142"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123122" version="1" comment="glibc-devel RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14346"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123077" version="1" comment="glibc-profile RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14243"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122972" version="1" comment="glibc-32bit RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4176"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122490" version="1" comment="glibc-html RPM is earlier than 0:2.11.3-17.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5103"/>
      <state state_ref="oval:org.mitre.oval:ste:33811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124243" version="1" comment="glibc-profile RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14243"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124224" version="1" comment="glibc-32bit RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4176"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124149" version="1" comment="nscd RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14360"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124100" version="1" comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5170"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124049" version="1" comment="glibc-devel RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14346"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124044" version="1" comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4186"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123940" version="1" comment="glibc-html RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5103"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123906" version="1" comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5004"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123902" version="1" comment="glibc-locale RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4452"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123898" version="1" comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5112"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123718" version="1" comment="glibc-info RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5133"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123425" version="1" comment="glibc RPM is earlier than 0:2.11.3-17.72.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14142"/>
      <state state_ref="oval:org.mitre.oval:ste:34214"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124014" version="1" comment="avahi-mono RPM is earlier than 0:0.6.23-11.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3018"/>
      <state state_ref="oval:org.mitre.oval:ste:33809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124002" version="1" comment="libavahi-common3-32bit RPM is earlier than 0:0.6.23-11.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42382"/>
      <state state_ref="oval:org.mitre.oval:ste:33809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123997" version="1" comment="libavahi-glib1 RPM is earlier than 0:0.6.23-13.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42339"/>
      <state state_ref="oval:org.mitre.oval:ste:34265"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123970" version="1" comment="libavahi-client3 RPM is earlier than 0:0.6.23-11.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42337"/>
      <state state_ref="oval:org.mitre.oval:ste:33809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123950" version="1" comment="libdns_sd RPM is earlier than 0:0.6.23-11.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42128"/>
      <state state_ref="oval:org.mitre.oval:ste:33809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123925" version="1" comment="libavahi-ui0 RPM is earlier than 0:0.6.23-13.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42234"/>
      <state state_ref="oval:org.mitre.oval:ste:34265"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123899" version="1" comment="avahi-utils RPM is earlier than 0:0.6.23-11.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42351"/>
      <state state_ref="oval:org.mitre.oval:ste:33809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123893" version="1" comment="avahi RPM is earlier than 0:0.6.23-11.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14891"/>
      <state state_ref="oval:org.mitre.oval:ste:33809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123847" version="1" comment="libavahi-glib1-32bit RPM is earlier than 0:0.6.23-13.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42438"/>
      <state state_ref="oval:org.mitre.oval:ste:34265"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123823" version="1" comment="libavahi-core5 RPM is earlier than 0:0.6.23-11.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41455"/>
      <state state_ref="oval:org.mitre.oval:ste:33809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123766" version="1" comment="libdns_sd-32bit RPM is earlier than 0:0.6.23-11.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42379"/>
      <state state_ref="oval:org.mitre.oval:ste:33809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123682" version="1" comment="libavahi-gobject0 RPM is earlier than 0:0.6.23-13.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42225"/>
      <state state_ref="oval:org.mitre.oval:ste:34265"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123521" version="1" comment="avahi-lang RPM is earlier than 0:0.6.23-11.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41994"/>
      <state state_ref="oval:org.mitre.oval:ste:33809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123378" version="1" comment="libavahi-common3 RPM is earlier than 0:0.6.23-11.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42217"/>
      <state state_ref="oval:org.mitre.oval:ste:33809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123210" version="1" comment="libavahi-client3-32bit RPM is earlier than 0:0.6.23-11.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42317"/>
      <state state_ref="oval:org.mitre.oval:ste:33809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124646" version="2" comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39394"/>
      <state state_ref="oval:org.mitre.oval:ste:34512"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124432" version="2" comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39697"/>
      <state state_ref="oval:org.mitre.oval:ste:34512"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124428" version="2" comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39181"/>
      <state state_ref="oval:org.mitre.oval:ste:34512"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124271" version="2" comment="openssl-doc RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38815"/>
      <state state_ref="oval:org.mitre.oval:ste:34512"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123801" version="2" comment="openssl RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13882"/>
      <state state_ref="oval:org.mitre.oval:ste:34512"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123647" version="2" comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39292"/>
      <state state_ref="oval:org.mitre.oval:ste:34512"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124558" version="2" comment="libmysqlclient_r15 RPM is earlier than 0:5.0.96-0.6.13" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39502"/>
      <state state_ref="oval:org.mitre.oval:ste:34391"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124552" version="2" comment="mysql RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14355"/>
      <state state_ref="oval:org.mitre.oval:ste:33536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124514" version="2" comment="libmysql55client_r18-32bit RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38829"/>
      <state state_ref="oval:org.mitre.oval:ste:33536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124478" version="2" comment="libmysqlclient15-32bit RPM is earlier than 0:5.0.96-0.6.13" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39382"/>
      <state state_ref="oval:org.mitre.oval:ste:34391"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124453" version="2" comment="mysql-client RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39484"/>
      <state state_ref="oval:org.mitre.oval:ste:33536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124446" version="2" comment="libmysql55client18-32bit RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39602"/>
      <state state_ref="oval:org.mitre.oval:ste:33536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124392" version="2" comment="libmysql55client18 RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39520"/>
      <state state_ref="oval:org.mitre.oval:ste:33536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124382" version="2" comment="mysql-tools RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38859"/>
      <state state_ref="oval:org.mitre.oval:ste:33536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124363" version="2" comment="libmysql55client_r18 RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39501"/>
      <state state_ref="oval:org.mitre.oval:ste:33536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124246" version="2" comment="libmysqlclient_r15-32bit RPM is earlier than 0:5.0.96-0.6.13" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38843"/>
      <state state_ref="oval:org.mitre.oval:ste:34391"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124207" version="2" comment="libmysqlclient15 RPM is earlier than 0:5.0.96-0.6.13" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39179"/>
      <state state_ref="oval:org.mitre.oval:ste:34391"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124103" version="1" comment="procmail RPM is earlier than 0:3.22-240.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42158"/>
      <state state_ref="oval:org.mitre.oval:ste:34475"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123501" version="1" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123494" version="1" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123463" version="1" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123404" version="1" comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123399" version="1" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123392" version="1" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123375" version="1" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123361" version="1" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123350" version="1" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123292" version="1" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123232" version="1" comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123195" version="1" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123100" version="1" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122723" version="1" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122500" version="1" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124072" version="2" comment="sg3_utils RPM is earlier than 0:1.35-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39663"/>
      <state state_ref="oval:org.mitre.oval:ste:34314"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124785" version="2" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124746" version="2" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124722" version="2" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124679" version="2" comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124666" version="2" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124640" version="2" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124609" version="2" comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124512" version="2" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124502" version="2" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124455" version="2" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124377" version="2" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124348" version="2" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124230" version="2" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124094" version="2" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123943" version="2" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123389" version="1" comment="nss_ldap-32bit RPM is earlier than 0:262-11.32.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42248"/>
      <state state_ref="oval:org.mitre.oval:ste:34054"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122434" version="1" comment="nss_ldap RPM is earlier than 0:262-11.32.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14699"/>
      <state state_ref="oval:org.mitre.oval:ste:34054"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124394" version="1" comment="libfreebl3 RPM is earlier than 0:3.16.4-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39774"/>
      <state state_ref="oval:org.mitre.oval:ste:33666"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124379" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.16.4-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:33666"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124365" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.16.4-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:33666"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124317" version="1" comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.7-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39468"/>
      <state state_ref="oval:org.mitre.oval:ste:34256"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124286" version="1" comment="libsoftokn3 RPM is earlier than 0:3.16.4-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39648"/>
      <state state_ref="oval:org.mitre.oval:ste:33666"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124253" version="1" comment="MozillaFirefox RPM is earlier than 0:24.8.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:34447"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124178" version="1" comment="libsoftokn3-32bit RPM is earlier than 0:3.16.4-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39580"/>
      <state state_ref="oval:org.mitre.oval:ste:33666"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124145" version="1" comment="mozilla-nspr RPM is earlier than 0:4.10.7-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:34256"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124129" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.16.4-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39678"/>
      <state state_ref="oval:org.mitre.oval:ste:33666"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124106" version="1" comment="mozilla-nss RPM is earlier than 0:3.16.4-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:33666"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123924" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:24.8.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:34447"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123439" version="1" comment="cups-libs-32bit RPM is earlier than 0:1.3.9-8.46.52.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3863"/>
      <state state_ref="oval:org.mitre.oval:ste:33852"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123377" version="1" comment="cups-libs RPM is earlier than 0:1.3.9-8.46.52.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14195"/>
      <state state_ref="oval:org.mitre.oval:ste:33852"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123137" version="1" comment="cups-client RPM is earlier than 0:1.3.9-8.46.52.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3845"/>
      <state state_ref="oval:org.mitre.oval:ste:33852"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123090" version="1" comment="cups RPM is earlier than 0:1.3.9-8.46.52.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14199"/>
      <state state_ref="oval:org.mitre.oval:ste:33852"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124179" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.406-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39667"/>
      <state state_ref="oval:org.mitre.oval:ste:33793"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124173" version="1" comment="flash-player RPM is earlier than 0:11.2.202.406-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:33793"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124019" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.406-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39490"/>
      <state state_ref="oval:org.mitre.oval:ste:33793"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122773" version="1" comment="zip RPM is earlier than 0:3.0-4.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14140"/>
      <state state_ref="oval:org.mitre.oval:ste:34088"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123753" version="2" comment="aaa_base-11 RPM is earlier than 0:6.94.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41354"/>
      <state state_ref="oval:org.mitre.oval:ste:34457"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123481" version="1" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123466" version="1" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123456" version="1" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123429" version="1" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123411" version="1" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123396" version="1" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123385" version="1" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123295" version="1" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123272" version="1" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123236" version="1" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123230" version="1" comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123205" version="1" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123193" version="1" comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123153" version="1" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123020" version="1" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124540" version="2" comment="zip RPM is earlier than 0:3.0-4.9.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14140"/>
      <state state_ref="oval:org.mitre.oval:ste:34208"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125842" version="1" comment="readline-devel RPM is earlier than 0:5.1-24.34.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42472"/>
      <state state_ref="oval:org.mitre.oval:ste:34788"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125792" version="1" comment="libreadline5-32bit RPM is earlier than 0:5.2-147.14.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42389"/>
      <state state_ref="oval:org.mitre.oval:ste:34487"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125779" version="1" comment="readline-devel-32bit RPM is earlier than 0:5.1-24.34.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42393"/>
      <state state_ref="oval:org.mitre.oval:ste:34788"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125771" version="1" comment="readline-doc RPM is earlier than 0:5.2-147.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41484"/>
      <state state_ref="oval:org.mitre.oval:ste:34845"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125762" version="1" comment="libreadline5-32bit RPM is earlier than 0:5.2-147.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42389"/>
      <state state_ref="oval:org.mitre.oval:ste:34845"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125751" version="1" comment="bash RPM is earlier than 0:3.1-24.34.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3150"/>
      <state state_ref="oval:org.mitre.oval:ste:33963"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125728" version="1" comment="readline-doc RPM is earlier than 0:5.2-147.14.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41484"/>
      <state state_ref="oval:org.mitre.oval:ste:34487"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125709" version="1" comment="libreadline5 RPM is earlier than 0:5.2-147.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42264"/>
      <state state_ref="oval:org.mitre.oval:ste:34845"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125680" version="1" comment="readline-32bit RPM is earlier than 0:5.1-24.34.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42205"/>
      <state state_ref="oval:org.mitre.oval:ste:34788"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125679" version="1" comment="libreadline5 RPM is earlier than 0:5.2-147.14.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42264"/>
      <state state_ref="oval:org.mitre.oval:ste:34487"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125645" version="1" comment="bash RPM is earlier than 0:3.2-147.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3150"/>
      <state state_ref="oval:org.mitre.oval:ste:34483"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125422" version="1" comment="bash RPM is earlier than 0:3.2-147.14.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3150"/>
      <state state_ref="oval:org.mitre.oval:ste:34210"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125379" version="1" comment="bash-doc RPM is earlier than 0:3.2-147.14.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41925"/>
      <state state_ref="oval:org.mitre.oval:ste:34210"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125253" version="1" comment="readline RPM is earlier than 0:5.1-24.34.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41488"/>
      <state state_ref="oval:org.mitre.oval:ste:34788"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124919" version="1" comment="bash-doc RPM is earlier than 0:3.2-147.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41925"/>
      <state state_ref="oval:org.mitre.oval:ste:34483"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124027" version="1" comment="yast2-core RPM is earlier than 0:2.17.46-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42255"/>
      <state state_ref="oval:org.mitre.oval:ste:34144"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124484" version="2" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.400-0.3.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39667"/>
      <state state_ref="oval:org.mitre.oval:ste:33762"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124263" version="2" comment="flash-player-gnome RPM is earlier than 0:11.2.202.400-0.3.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39490"/>
      <state state_ref="oval:org.mitre.oval:ste:33762"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124161" version="2" comment="flash-player RPM is earlier than 0:11.2.202.400-0.3.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:33762"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124787" version="2" comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39883"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124765" version="2" comment="python RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124760" version="2" comment="python-base RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39846"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124757" version="2" comment="python-doc RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39621"/>
      <state state_ref="oval:org.mitre.oval:ste:34045"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124693" version="2" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39476"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124650" version="2" comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39973"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124588" version="2" comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124584" version="2" comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39979"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124579" version="2" comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39853"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124538" version="2" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39478"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124521" version="2" comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39619"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124341" version="2" comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39822"/>
      <state state_ref="oval:org.mitre.oval:ste:34045"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124150" version="2" comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39842"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124085" version="2" comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39982"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123947" version="2" comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39673"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122995" version="1" comment="pesign-obs-integration RPM is earlier than 0:10.0-0.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42216"/>
      <state state_ref="oval:org.mitre.oval:ste:34105"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123587" version="1" comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39979"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123570" version="1" comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39853"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123542" version="1" comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39883"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123530" version="1" comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39842"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123506" version="1" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39478"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123497" version="1" comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39619"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123450" version="1" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39476"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123321" version="1" comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123319" version="1" comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39822"/>
      <state state_ref="oval:org.mitre.oval:ste:34061"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123316" version="1" comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39973"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123297" version="1" comment="python-base RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39846"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123139" version="1" comment="python RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123132" version="1" comment="python-doc RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39621"/>
      <state state_ref="oval:org.mitre.oval:ste:34061"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123000" version="1" comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39982"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122947" version="1" comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39673"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123476" version="1" comment="libzypp RPM is earlier than 0:9.37.8-0.7.10" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39122"/>
      <state state_ref="oval:org.mitre.oval:ste:33912"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123460" version="1" comment="python-satsolver RPM is earlier than 0:0.44.5-0.5.148" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41328"/>
      <state state_ref="oval:org.mitre.oval:ste:33917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123300" version="1" comment="perl-satsolver RPM is earlier than 0:0.44.5-0.5.148" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40786"/>
      <state state_ref="oval:org.mitre.oval:ste:33917"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123060" version="1" comment="zypper RPM is earlier than 0:1.6.315-0.7.15" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39957"/>
      <state state_ref="oval:org.mitre.oval:ste:33180"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123021" version="1" comment="zypper-log RPM is earlier than 0:1.6.315-0.7.15" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40064"/>
      <state state_ref="oval:org.mitre.oval:ste:33180"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122933" version="1" comment="satsolver-tools RPM is earlier than 0:0.17.8-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40785"/>
      <state state_ref="oval:org.mitre.oval:ste:34046"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124021" version="2" comment="rng-tools RPM is earlier than 0:4-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43162"/>
      <state state_ref="oval:org.mitre.oval:ste:34401"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123414" version="1" comment="libpulse0 RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123406" version="1" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123390" version="1" comment="libpulse-mainloop-glib0-32bit RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42056"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123365" version="1" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123364" version="1" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123360" version="1" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123285" version="1" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123282" version="1" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123175" version="1" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123174" version="1" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123173" version="1" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123096" version="1" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122982" version="1" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122928" version="1" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122830" version="1" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122730" version="1" comment="pulseaudio RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:33923"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123572" version="1" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123552" version="1" comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123496" version="1" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123483" version="1" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123449" version="1" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123447" version="1" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123401" version="1" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123309" version="1" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123296" version="1" comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123162" version="1" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123010" version="1" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122833" version="1" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122781" version="1" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122729" version="1" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122702" version="1" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123586" version="1" comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39673"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123584" version="1" comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39619"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123443" version="1" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39478"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123366" version="1" comment="python RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123349" version="1" comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39979"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123291" version="1" comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39973"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123231" version="1" comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39982"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123208" version="1" comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123101" version="1" comment="python-doc RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39621"/>
      <state state_ref="oval:org.mitre.oval:ste:34061"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123065" version="1" comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39853"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122987" version="1" comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39883"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122967" version="1" comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39842"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122960" version="1" comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39822"/>
      <state state_ref="oval:org.mitre.oval:ste:34061"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122858" version="1" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39476"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122610" version="1" comment="python-base RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39846"/>
      <state state_ref="oval:org.mitre.oval:ste:33978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124073" version="1" comment="facter RPM is earlier than 0:1.6.18-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40595"/>
      <state state_ref="oval:org.mitre.oval:ste:34199"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124038" version="1" comment="puppet RPM is earlier than 0:2.7.26-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39875"/>
      <state state_ref="oval:org.mitre.oval:ste:34445"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123773" version="1" comment="puppet-server RPM is earlier than 0:2.7.26-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39373"/>
      <state state_ref="oval:org.mitre.oval:ste:34445"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124385" version="1" comment="libvirt RPM is earlier than 0:1.0.5.9-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15209"/>
      <state state_ref="oval:org.mitre.oval:ste:34400"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124364" version="1" comment="perl-Sys-Virt RPM is earlier than 0:1.0.5-0.7.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42457"/>
      <state state_ref="oval:org.mitre.oval:ste:34380"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124351" version="1" comment="vm-install RPM is earlier than 0:0.6.29-0.7.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40241"/>
      <state state_ref="oval:org.mitre.oval:ste:34484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124344" version="1" comment="libvirt-python RPM is earlier than 0:1.0.5.9-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15191"/>
      <state state_ref="oval:org.mitre.oval:ste:34400"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124334" version="1" comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.9-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:28971"/>
      <state state_ref="oval:org.mitre.oval:ste:34400"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124307" version="1" comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.9-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40057"/>
      <state state_ref="oval:org.mitre.oval:ste:34400"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124285" version="1" comment="libvirt-client RPM is earlier than 0:1.0.5.9-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29031"/>
      <state state_ref="oval:org.mitre.oval:ste:34400"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124249" version="1" comment="virt-manager RPM is earlier than 0:0.9.4-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40365"/>
      <state state_ref="oval:org.mitre.oval:ste:33512"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124202" version="1" comment="libvirt-doc RPM is earlier than 0:1.0.5.9-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40118"/>
      <state state_ref="oval:org.mitre.oval:ste:34400"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123388" version="1" comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39394"/>
      <state state_ref="oval:org.mitre.oval:ste:34059"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123386" version="1" comment="openssl RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13882"/>
      <state state_ref="oval:org.mitre.oval:ste:34059"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123273" version="1" comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39697"/>
      <state state_ref="oval:org.mitre.oval:ste:34059"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123028" version="1" comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39181"/>
      <state state_ref="oval:org.mitre.oval:ste:34059"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122944" version="1" comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39292"/>
      <state state_ref="oval:org.mitre.oval:ste:34059"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122613" version="1" comment="openssl-doc RPM is earlier than 0:0.9.8j-0.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38815"/>
      <state state_ref="oval:org.mitre.oval:ste:34059"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123397" version="1" comment="microcode_ctl RPM is earlier than 0:1.17-102.74.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39203"/>
      <state state_ref="oval:org.mitre.oval:ste:33527"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124443" version="1" comment="libgcrypt11-32bit RPM is earlier than 0:1.5.0-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39269"/>
      <state state_ref="oval:org.mitre.oval:ste:34388"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123519" version="1" comment="libgcrypt11 RPM is earlier than 0:1.5.0-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39589"/>
      <state state_ref="oval:org.mitre.oval:ste:34388"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124658" version="2" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124655" version="2" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124616" version="2" comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124591" version="2" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124589" version="2" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124580" version="2" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124516" version="2" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124469" version="2" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124466" version="2" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124449" version="2" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124395" version="2" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124390" version="2" comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124353" version="2" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123918" version="2" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123910" version="2" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:34546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125040" version="1" comment="yast2-samba-client RPM is earlier than 0:2.17.30-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39647"/>
      <state state_ref="oval:org.mitre.oval:ste:34894"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124125" version="1" comment="timezone-java RPM is earlier than 0:2014g-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39612"/>
      <state state_ref="oval:org.mitre.oval:ste:34410"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123702" version="1" comment="timezone RPM is earlier than 0:2014g-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39640"/>
      <state state_ref="oval:org.mitre.oval:ste:34273"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123125" version="1" comment="timezone RPM is earlier than 0:2014g-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39640"/>
      <state state_ref="oval:org.mitre.oval:ste:34410"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124141" version="1" comment="ppp RPM is earlier than 0:2.4.5.git-2.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41659"/>
      <state state_ref="oval:org.mitre.oval:ste:34510"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123203" version="2" comment="aaa_base RPM is earlier than 0:11-6.94.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2111"/>
      <state state_ref="oval:org.mitre.oval:ste:33759"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122326" version="1" comment="dnsmasq RPM is earlier than 0:2.71-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14690"/>
      <state state_ref="oval:org.mitre.oval:ste:33693"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124599" version="2" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124594" version="2" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124593" version="2" comment="libpulse-mainloop-glib0-32bit RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42458"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124555" version="2" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124554" version="2" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124539" version="2" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124532" version="2" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124493" version="2" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124477" version="2" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124407" version="2" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124389" version="2" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124356" version="2" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124338" version="2" comment="libpulse0 RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124282" version="2" comment="pulseaudio RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124136" version="2" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124087" version="2" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.17.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:34538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123342" version="1" comment="sg3_utils RPM is earlier than 0:1.35-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39663"/>
      <state state_ref="oval:org.mitre.oval:ste:33481"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122453" version="1" comment="popt RPM is earlier than 0:1.7-37.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29846"/>
      <state state_ref="oval:org.mitre.oval:ste:33659"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122411" version="1" comment="rpm RPM is earlier than 0:4.4.2.3-37.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29900"/>
      <state state_ref="oval:org.mitre.oval:ste:33462"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122253" version="1" comment="rpm-32bit RPM is earlier than 0:4.4.2.3-37.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41045"/>
      <state state_ref="oval:org.mitre.oval:ste:33462"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122140" version="1" comment="rpm-python RPM is earlier than 0:4.4.2.3-37.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:30203"/>
      <state state_ref="oval:org.mitre.oval:ste:33462"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121723" version="1" comment="popt-32bit RPM is earlier than 0:1.7-37.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41280"/>
      <state state_ref="oval:org.mitre.oval:ste:33659"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123313" version="1" comment="libmysqlclient_r15 RPM is earlier than 0:5.0.96-0.6.13" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39502"/>
      <state state_ref="oval:org.mitre.oval:ste:33962"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123265" version="1" comment="libmysql55client18-32bit RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39602"/>
      <state state_ref="oval:org.mitre.oval:ste:34064"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123223" version="1" comment="libmysqlclient_r15-32bit RPM is earlier than 0:5.0.96-0.6.13" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38843"/>
      <state state_ref="oval:org.mitre.oval:ste:33962"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123192" version="1" comment="libmysqlclient15 RPM is earlier than 0:5.0.96-0.6.13" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39179"/>
      <state state_ref="oval:org.mitre.oval:ste:33962"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123184" version="1" comment="libmysql55client_r18-32bit RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38829"/>
      <state state_ref="oval:org.mitre.oval:ste:34064"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123171" version="1" comment="libmysqlclient15-32bit RPM is earlier than 0:5.0.96-0.6.13" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39382"/>
      <state state_ref="oval:org.mitre.oval:ste:33962"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123131" version="1" comment="libmysql55client_r18 RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39501"/>
      <state state_ref="oval:org.mitre.oval:ste:34064"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123121" version="1" comment="mysql-client RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39484"/>
      <state state_ref="oval:org.mitre.oval:ste:34064"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123111" version="1" comment="mysql-tools RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38859"/>
      <state state_ref="oval:org.mitre.oval:ste:34064"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123039" version="1" comment="libmysql55client18 RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39520"/>
      <state state_ref="oval:org.mitre.oval:ste:34064"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122991" version="1" comment="mysql RPM is earlier than 0:5.5.39-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14355"/>
      <state state_ref="oval:org.mitre.oval:ste:34064"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123585" version="1" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123566" version="1" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123480" version="1" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123471" version="1" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123465" version="1" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123458" version="1" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123446" version="1" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123387" version="1" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123359" version="1" comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123251" version="1" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123058" version="1" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123043" version="1" comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122999" version="1" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122915" version="1" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122598" version="1" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124632" version="2" comment="cups RPM is earlier than 0:1.3.9-8.46.52.2" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14199"/>
      <state state_ref="oval:org.mitre.oval:ste:34322"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124480" version="2" comment="cups-libs RPM is earlier than 0:1.3.9-8.46.52.2" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14195"/>
      <state state_ref="oval:org.mitre.oval:ste:34322"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124465" version="2" comment="cups-libs-32bit RPM is earlier than 0:1.3.9-8.46.52.2" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3863"/>
      <state state_ref="oval:org.mitre.oval:ste:34322"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124398" version="2" comment="cups-client RPM is earlier than 0:1.3.9-8.46.52.2" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3845"/>
      <state state_ref="oval:org.mitre.oval:ste:34322"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124255" version="1" comment="libkde4 RPM is earlier than 0:4.3.5-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40622"/>
      <state state_ref="oval:org.mitre.oval:ste:33979"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124192" version="1" comment="libkdecore4 RPM is earlier than 0:4.3.5-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39888"/>
      <state state_ref="oval:org.mitre.oval:ste:33979"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124186" version="1" comment="kdelibs4-core RPM is earlier than 0:4.3.5-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40489"/>
      <state state_ref="oval:org.mitre.oval:ste:33979"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124182" version="1" comment="libkde4-32bit RPM is earlier than 0:4.3.5-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40226"/>
      <state state_ref="oval:org.mitre.oval:ste:33979"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124175" version="1" comment="libkdecore4-32bit RPM is earlier than 0:4.3.5-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40437"/>
      <state state_ref="oval:org.mitre.oval:ste:33979"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124075" version="1" comment="kdelibs4 RPM is earlier than 0:4.3.5-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40076"/>
      <state state_ref="oval:org.mitre.oval:ste:33979"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123875" version="1" comment="kdelibs4-doc RPM is earlier than 0:4.3.5-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40424"/>
      <state state_ref="oval:org.mitre.oval:ste:33979"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124391" version="1" comment="libldb1 RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39999"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124301" version="1" comment="libtalloc2 RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39937"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124296" version="1" comment="libwbclient0 RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39506"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124273" version="1" comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40074"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124266" version="1" comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39618"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124262" version="1" comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39470"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124208" version="1" comment="samba-winbind RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29389"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124205" version="1" comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39215"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124185" version="1" comment="libtevent0 RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39262"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124164" version="1" comment="libtdb1 RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39591"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124065" version="1" comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39472"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124064" version="1" comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39976"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124047" version="1" comment="samba-client RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13861"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124026" version="1" comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39679"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123920" version="1" comment="ldapsmb RPM is earlier than 0:1.34b-12.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39267"/>
      <state state_ref="oval:org.mitre.oval:ste:34509"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123917" version="1" comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39873"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123909" version="1" comment="samba-doc RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29416"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123827" version="1" comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39724"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123784" version="1" comment="samba-32bit RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39740"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123697" version="1" comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39718"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123424" version="1" comment="samba RPM is earlier than 0:3.6.3-0.54.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13931"/>
      <state state_ref="oval:org.mitre.oval:ste:33729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121764" version="1" comment="gpg2-lang RPM is earlier than 0:2.0.9-25.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39399"/>
      <state state_ref="oval:org.mitre.oval:ste:32937"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121382" version="1" comment="gpg2 RPM is earlier than 0:2.0.9-25.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5167"/>
      <state state_ref="oval:org.mitre.oval:ste:32937"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122103" version="1" comment="compat-wireless-kmp-pae RPM is earlier than 0:3.13_3.0.101_0.31-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39601"/>
      <state state_ref="oval:org.mitre.oval:ste:33105"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121776" version="1" comment="compat-wireless-kmp-default RPM is earlier than 0:3.13_3.0.101_0.31-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39565"/>
      <state state_ref="oval:org.mitre.oval:ste:33105"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121737" version="1" comment="compat-wireless-kmp-xen RPM is earlier than 0:3.13_3.0.101_0.31-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39942"/>
      <state state_ref="oval:org.mitre.oval:ste:33105"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122182" version="1" comment="libpoppler5 RPM is earlier than 0:0.12.3-1.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41413"/>
      <state state_ref="oval:org.mitre.oval:ste:33567"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121912" version="1" comment="poppler-tools RPM is earlier than 0:0.12.3-1.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41716"/>
      <state state_ref="oval:org.mitre.oval:ste:33567"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121894" version="1" comment="libpoppler-qt4-3 RPM is earlier than 0:0.12.3-1.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41576"/>
      <state state_ref="oval:org.mitre.oval:ste:33567"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121254" version="1" comment="libpoppler-glib4 RPM is earlier than 0:0.12.3-1.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41731"/>
      <state state_ref="oval:org.mitre.oval:ste:33567"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122083" version="1" comment="dbus-1 RPM is earlier than 0:1.2.10-3.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:24539"/>
      <state state_ref="oval:org.mitre.oval:ste:33051"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121638" version="1" comment="dbus-1-32bit RPM is earlier than 0:1.2.10-3.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3968"/>
      <state state_ref="oval:org.mitre.oval:ste:33051"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121323" version="1" comment="dbus-1-x11 RPM is earlier than 0:1.2.10-3.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4081"/>
      <state state_ref="oval:org.mitre.oval:ste:33051"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121462" version="1" comment="lvm2 RPM is earlier than 0:2.02.98-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41183"/>
      <state state_ref="oval:org.mitre.oval:ste:33184"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122345" version="1" comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.9-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40057"/>
      <state state_ref="oval:org.mitre.oval:ste:33544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122284" version="1" comment="libvirt-doc RPM is earlier than 0:1.0.5.9-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40118"/>
      <state state_ref="oval:org.mitre.oval:ste:33544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122183" version="1" comment="libvirt-python RPM is earlier than 0:1.0.5.9-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15191"/>
      <state state_ref="oval:org.mitre.oval:ste:33544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122165" version="1" comment="libvirt RPM is earlier than 0:1.0.5.9-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15209"/>
      <state state_ref="oval:org.mitre.oval:ste:33544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122116" version="1" comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.9-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:28971"/>
      <state state_ref="oval:org.mitre.oval:ste:33544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122086" version="1" comment="libvirt-client RPM is earlier than 0:1.0.5.9-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29031"/>
      <state state_ref="oval:org.mitre.oval:ste:33544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120424" version="1" comment="hwinfo RPM is earlier than 0:15.48-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4779"/>
      <state state_ref="oval:org.mitre.oval:ste:32987"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120811" version="1" comment="cpupower RPM is earlier than 0:2.6.39-2.12.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41431"/>
      <state state_ref="oval:org.mitre.oval:ste:32843"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121112" version="1" comment="gdm-lang RPM is earlier than 0:2.24.0-24.89.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41815"/>
      <state state_ref="oval:org.mitre.oval:ste:33128"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121008" version="1" comment="gdm RPM is earlier than 0:2.24.0-24.89.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14698"/>
      <state state_ref="oval:org.mitre.oval:ste:33128"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121005" version="1" comment="gdm-branding-upstream RPM is earlier than 0:2.24.0-24.89.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41858"/>
      <state state_ref="oval:org.mitre.oval:ste:33128"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120742" version="1" comment="perl RPM is earlier than 0:5.10.0-64.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14460"/>
      <state state_ref="oval:org.mitre.oval:ste:33083"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120632" version="1" comment="perl-doc RPM is earlier than 0:5.10.0-64.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41553"/>
      <state state_ref="oval:org.mitre.oval:ste:33083"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120625" version="1" comment="perl-32bit RPM is earlier than 0:5.10.0-64.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41592"/>
      <state state_ref="oval:org.mitre.oval:ste:33083"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120621" version="1" comment="perl-base RPM is earlier than 0:5.10.0-64.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41465"/>
      <state state_ref="oval:org.mitre.oval:ste:33083"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121150" version="1" comment="dhcp RPM is earlier than 0:4.2.4.P2-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41814"/>
      <state state_ref="oval:org.mitre.oval:ste:32587"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121014" version="1" comment="dhcp-client RPM is earlier than 0:4.2.4.P2-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4085"/>
      <state state_ref="oval:org.mitre.oval:ste:32587"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120845" version="1" comment="dhcp-relay RPM is earlier than 0:4.2.4.P2-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3819"/>
      <state state_ref="oval:org.mitre.oval:ste:32587"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120497" version="1" comment="dhcp-server RPM is earlier than 0:4.2.4.P2-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3947"/>
      <state state_ref="oval:org.mitre.oval:ste:32587"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122088" version="1" comment="timezone RPM is earlier than 0:2014e-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39640"/>
      <state state_ref="oval:org.mitre.oval:ste:33385"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122073" version="1" comment="timezone RPM is earlier than 0:2014e-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39640"/>
      <state state_ref="oval:org.mitre.oval:ste:33261"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121887" version="1" comment="timezone-java RPM is earlier than 0:2014e-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39612"/>
      <state state_ref="oval:org.mitre.oval:ste:33385"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123472" version="1" comment="libpulse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123433" version="1" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123428" version="1" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123427" version="1" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123395" version="1" comment="pulseaudio RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123362" version="1" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123355" version="1" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123315" version="1" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123284" version="1" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123263" version="1" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123225" version="1" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123123" version="1" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122976" version="1" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122949" version="1" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122889" version="1" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:33770"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121945" version="1" comment="grub RPM is earlier than 0:0.97-162.172.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5008"/>
      <state state_ref="oval:org.mitre.oval:ste:32546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121601" version="1" comment="kernel-bigsmp-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41912"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121557" version="1" comment="kernel-bigsmp-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41811"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121511" version="1" comment="oracleasm-kmp-bigsmp RPM is earlier than 0:2.0.5_3.0.101_0.35-7.39.71" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41163"/>
      <state state_ref="oval:org.mitre.oval:ste:33476"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121393" version="1" comment="ofed-kmp-bigsmp RPM is earlier than 0:1.5.4.1_3.0.101_0.35-0.13.69" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41524"/>
      <state state_ref="oval:org.mitre.oval:ste:33342"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120858" version="1" comment="kernel-bigsmp RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39336"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120665" version="1" comment="iscsitarget-kmp-bigsmp RPM is earlier than 0:1.4.20_3.0.101_0.35-0.38.63" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41712"/>
      <state state_ref="oval:org.mitre.oval:ste:33178"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120910" version="1" comment="gnome-packagekit RPM is earlier than 0:0.3.14-2.86.10" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41367"/>
      <state state_ref="oval:org.mitre.oval:ste:32684"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120899" version="1" comment="gnome-packagekit-lang RPM is earlier than 0:0.3.14-2.86.10" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41751"/>
      <state state_ref="oval:org.mitre.oval:ste:32684"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121825" version="1" comment="puppet-server RPM is earlier than 0:2.6.18-0.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39373"/>
      <state state_ref="oval:org.mitre.oval:ste:33236"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121009" version="1" comment="puppet RPM is earlier than 0:2.6.18-0.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39875"/>
      <state state_ref="oval:org.mitre.oval:ste:33236"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120920" version="1" comment="mdadm RPM is earlier than 0:3.2.2-0.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41639"/>
      <state state_ref="oval:org.mitre.oval:ste:33135"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121465" version="1" comment="rhnlib RPM is earlier than 0:2.5.69.4-0.7.6" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40547"/>
      <state state_ref="oval:org.mitre.oval:ste:33497"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121797" version="1" comment="flash-player RPM is earlier than 0:11.2.202.394-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:33240"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121644" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.394-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39667"/>
      <state state_ref="oval:org.mitre.oval:ste:33240"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120825" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.394-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39490"/>
      <state state_ref="oval:org.mitre.oval:ste:33240"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121125" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41714"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121120" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41707"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121106" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41377"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121105" version="1" comment="kernel-syms RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40882"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121104" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41770"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121075" version="1" comment="kernel-trace RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41538"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121063" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41776"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121056" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41677"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121039" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41242"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121037" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41590"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121036" version="1" comment="kernel-xen RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121025" version="1" comment="xen-kmp-trace RPM is earlier than 0:4.1.3_06_3.0.58_0.6.2-0.7.16" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41827"/>
      <state state_ref="oval:org.mitre.oval:ste:32943"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120995" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41620"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120960" version="1" comment="kernel-default RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41675"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120930" version="1" comment="xen-kmp-default RPM is earlier than 0:4.1.3_06_3.0.58_0.6.2-0.7.16" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41626"/>
      <state state_ref="oval:org.mitre.oval:ste:32943"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120882" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41536"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120834" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41787"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120777" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41668"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120768" version="1" comment="kernel-source RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120707" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41795"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120694" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120552" version="1" comment="kernel-trace-extra RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41174"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120418" version="1" comment="kernel-pae RPM is earlier than 0:3.0.58-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41878"/>
      <state state_ref="oval:org.mitre.oval:ste:32900"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122225" version="1" comment="openssl-certs RPM is earlier than 0:1.97-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40059"/>
      <state state_ref="oval:org.mitre.oval:ste:32717"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123336" version="1" comment="yast2-country-data RPM is earlier than 0:2.17.55-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42259"/>
      <state state_ref="oval:org.mitre.oval:ste:34018"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122940" version="1" comment="yast2-country RPM is earlier than 0:2.17.55-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42083"/>
      <state state_ref="oval:org.mitre.oval:ste:34018"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120788" version="1" comment="libqt4-sql-postgresql-32bit RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41778"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120773" version="1" comment="libqt4-sql RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40934"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120750" version="1" comment="qt4-x11-tools RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41517"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120734" version="1" comment="libqt4-sql-mysql RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41768"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120729" version="1" comment="libqt4-x11 RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41749"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120700" version="1" comment="libqt4-sql-unixODBC-32bit RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41506"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120662" version="1" comment="libQtWebKit4-32bit RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41180"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120654" version="1" comment="libqt4-sql-unixODBC RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41253"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120607" version="1" comment="libqt4-qt3support-32bit RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41761"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120578" version="1" comment="libqt4-sql-sqlite RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41640"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120551" version="1" comment="libqt4 RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41709"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120506" version="1" comment="libqt4-sql-mysql-32bit RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41629"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120486" version="1" comment="libqt4-qt3support RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41571"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120464" version="1" comment="libQtWebKit4 RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41500"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120408" version="1" comment="libqt4-32bit RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41378"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120381" version="1" comment="libqt4-x11-32bit RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41527"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120299" version="1" comment="libqt4-sql-sqlite-32bit RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41499"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120108" version="1" comment="libqt4-sql-32bit RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41337"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119829" version="1" comment="libqt4-sql-postgresql RPM is earlier than 0:4.6.3-5.20.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41474"/>
      <state state_ref="oval:org.mitre.oval:ste:33092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120660" version="1" comment="virt-utils RPM is earlier than 0:1.1.8-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41114"/>
      <state state_ref="oval:org.mitre.oval:ste:32965"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121073" version="1" comment="wireshark RPM is earlier than 0:1.8.5-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14711"/>
      <state state_ref="oval:org.mitre.oval:ste:33218"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120967" version="1" comment="wireshark-devel RPM is earlier than 0:1.6.13-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:30148"/>
      <state state_ref="oval:org.mitre.oval:ste:32939"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120848" version="1" comment="wireshark RPM is earlier than 0:1.6.13-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14711"/>
      <state state_ref="oval:org.mitre.oval:ste:32939"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121090" version="1" comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.3-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41702"/>
      <state state_ref="oval:org.mitre.oval:ste:33077"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121074" version="1" comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.3-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41254"/>
      <state state_ref="oval:org.mitre.oval:ste:33077"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120562" version="1" comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.3-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41218"/>
      <state state_ref="oval:org.mitre.oval:ste:33077"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121512" version="1" comment="ntp RPM is earlier than 0:4.2.4p8-1.24.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14371"/>
      <state state_ref="oval:org.mitre.oval:ste:33473"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121427" version="1" comment="ntp-doc RPM is earlier than 0:4.2.4p8-1.24.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41911"/>
      <state state_ref="oval:org.mitre.oval:ste:33473"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123189" version="1" comment="cron RPM is earlier than 0:4.1-194.209.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3478"/>
      <state state_ref="oval:org.mitre.oval:ste:34094"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121676" version="1" comment="xalan-j2 RPM is earlier than 0:2.7.0-217.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38637"/>
      <state state_ref="oval:org.mitre.oval:ste:33324"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121931" version="1" comment="biosdevname RPM is earlier than 0:0.4.1-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41719"/>
      <state state_ref="oval:org.mitre.oval:ste:33369"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:125430" version="1" comment="python-lxml RPM is earlier than 0:2.3.6-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40320"/>
      <state state_ref="oval:org.mitre.oval:ste:34852"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121664" version="1" comment="kernel-pae RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38702"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121654" version="1" comment="kernel-xen RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121645" version="1" comment="kernel-trace RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38597"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121619" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39433"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121595" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38632"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121586" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38966"/>
      <state state_ref="oval:org.mitre.oval:ste:32831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121583" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38983"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121574" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39538"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121555" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38611"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121553" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38955"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121551" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39363"/>
      <state state_ref="oval:org.mitre.oval:ste:32831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121517" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39449"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121494" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39328"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121449" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121401" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39523"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121391" version="1" comment="kernel-syms RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39551"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121318" version="1" comment="kernel-default RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39302"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121289" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39386"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121266" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39552"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121225" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39418"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121006" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39536"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120915" version="1" comment="kernel-source RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122204" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.378-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39490"/>
      <state state_ref="oval:org.mitre.oval:ste:33314"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121905" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.378-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39667"/>
      <state state_ref="oval:org.mitre.oval:ste:33314"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121307" version="1" comment="flash-player RPM is earlier than 0:11.2.202.378-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:33314"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122374" version="1" comment="java-1_7_0-openjdk RPM is earlier than 0:1.7.0.65-0.7.4" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39380"/>
      <state state_ref="oval:org.mitre.oval:ste:33733"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122265" version="1" comment="java-1_7_0-openjdk-demo RPM is earlier than 0:1.7.0.65-0.7.4" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39577"/>
      <state state_ref="oval:org.mitre.oval:ste:33733"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122209" version="1" comment="java-1_7_0-openjdk-devel RPM is earlier than 0:1.7.0.65-0.7.4" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39561"/>
      <state state_ref="oval:org.mitre.oval:ste:33733"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121598" version="1" comment="clamav RPM is earlier than 0:0.98.3-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3627"/>
      <state state_ref="oval:org.mitre.oval:ste:33225"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120919" version="1" comment="flash-player RPM is earlier than 0:11.2.202.273-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32952"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120905" version="1" comment="flash-player RPM is earlier than 0:11.2.202.273-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120670" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.273-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41441"/>
      <state state_ref="oval:org.mitre.oval:ste:32952"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120179" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.273-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40835"/>
      <state state_ref="oval:org.mitre.oval:ste:32952"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120569" version="1" comment="ekiga-lang RPM is earlier than 0:3.0.1-2.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41516"/>
      <state state_ref="oval:org.mitre.oval:ste:32613"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120378" version="1" comment="ekiga RPM is earlier than 0:3.0.1-2.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4126"/>
      <state state_ref="oval:org.mitre.oval:ste:32613"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121795" version="1" comment="tsclient RPM is earlier than 0:2.0.2-8.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41824"/>
      <state state_ref="oval:org.mitre.oval:ste:32828"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121715" version="1" comment="tsclient-lang RPM is earlier than 0:2.0.2-8.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41822"/>
      <state state_ref="oval:org.mitre.oval:ste:32828"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120785" version="1" comment="spacewalk-client-setup RPM is earlier than 0:1.7.14.14-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41678"/>
      <state state_ref="oval:org.mitre.oval:ste:33154"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120763" version="1" comment="spacewalk-client-tools RPM is earlier than 0:1.7.14.14-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41555"/>
      <state state_ref="oval:org.mitre.oval:ste:33154"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120691" version="1" comment="spacewalk-check RPM is earlier than 0:1.7.14.14-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41632"/>
      <state state_ref="oval:org.mitre.oval:ste:33154"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120649" version="1" comment="suseRegisterInfo RPM is earlier than 0:1.7.3-0.5.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41432"/>
      <state state_ref="oval:org.mitre.oval:ste:32949"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120324" version="1" comment="rhnlib RPM is earlier than 0:2.5.51.3-0.7.10" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41451"/>
      <state state_ref="oval:org.mitre.oval:ste:32626"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120642" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.4esr-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41643"/>
      <state state_ref="oval:org.mitre.oval:ste:32837"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120608" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.4esr-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41473"/>
      <state state_ref="oval:org.mitre.oval:ste:32837"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121798" version="1" comment="dhcp-client RPM is earlier than 0:4.2.4.P2-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4085"/>
      <state state_ref="oval:org.mitre.oval:ste:33484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121564" version="1" comment="dhcp-relay RPM is earlier than 0:4.2.4.P2-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3819"/>
      <state state_ref="oval:org.mitre.oval:ste:33484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121526" version="1" comment="dhcp-server RPM is earlier than 0:4.2.4.P2-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3947"/>
      <state state_ref="oval:org.mitre.oval:ste:33484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121271" version="1" comment="dhcp RPM is earlier than 0:4.2.4.P2-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3459"/>
      <state state_ref="oval:org.mitre.oval:ste:33484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121560" version="1" comment="libtasn1-3-32bit RPM is earlier than 0:1.5-1.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41825"/>
      <state state_ref="oval:org.mitre.oval:ste:33395"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121521" version="1" comment="libtasn1-3 RPM is earlier than 0:1.5-1.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41601"/>
      <state state_ref="oval:org.mitre.oval:ste:33395"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121442" version="1" comment="libtasn1 RPM is earlier than 0:1.5-1.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29030"/>
      <state state_ref="oval:org.mitre.oval:ste:33395"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122159" version="1" comment="mozilla-nss-devel RPM is earlier than 0:3.16.1-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14415"/>
      <state state_ref="oval:org.mitre.oval:ste:32585"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122154" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.16.1-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:33300"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122141" version="1" comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.6-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39468"/>
      <state state_ref="oval:org.mitre.oval:ste:33532"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122121" version="1" comment="libsoftokn3-32bit RPM is earlier than 0:3.16.1-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39580"/>
      <state state_ref="oval:org.mitre.oval:ste:33300"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122100" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.7.48" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:33028"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122096" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.16.1-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:33300"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122092" version="1" comment="mozilla-nspr RPM is earlier than 0:4.10.6-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:33532"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122078" version="1" comment="mozilla-nspr-devel RPM is earlier than 0:4.10.6-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13716"/>
      <state state_ref="oval:org.mitre.oval:ste:33412"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122022" version="1" comment="mozilla-nss RPM is earlier than 0:3.16.1-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:33300"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122021" version="1" comment="mozilla-nss RPM is earlier than 0:3.16.1-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:32585"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121962" version="1" comment="libfreebl3 RPM is earlier than 0:3.16.1-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39774"/>
      <state state_ref="oval:org.mitre.oval:ste:33300"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121943" version="1" comment="libsoftokn3 RPM is earlier than 0:3.16.1-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39648"/>
      <state state_ref="oval:org.mitre.oval:ste:33300"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121930" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.16.1-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39678"/>
      <state state_ref="oval:org.mitre.oval:ste:33300"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121899" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.16.1-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:32585"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121802" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.16.1-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:32585"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121786" version="1" comment="mozilla-nspr RPM is earlier than 0:4.10.6-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:33412"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121673" version="1" comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.6-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39468"/>
      <state state_ref="oval:org.mitre.oval:ste:33412"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121665" version="1" comment="MozillaFirefox RPM is earlier than 0:24.6.0esr-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:33496"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121650" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:24.6.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:33465"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121477" version="1" comment="MozillaFirefox RPM is earlier than 0:24.6.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:33465"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121405" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:24.6.0esr-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:33496"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121329" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:33562"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120853" version="1" comment="metacity RPM is earlier than 0:2.28.1-0.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41698"/>
      <state state_ref="oval:org.mitre.oval:ste:32950"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120735" version="1" comment="metacity-lang RPM is earlier than 0:2.28.1-0.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41508"/>
      <state state_ref="oval:org.mitre.oval:ste:32950"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121007" version="1" comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.2-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41218"/>
      <state state_ref="oval:org.mitre.oval:ste:32947"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120954" version="1" comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.2-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41702"/>
      <state state_ref="oval:org.mitre.oval:ste:32947"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120485" version="1" comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.2-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41254"/>
      <state state_ref="oval:org.mitre.oval:ste:32947"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121888" version="1" comment="openssh-askpass RPM is earlier than 0:6.2p2-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14577"/>
      <state state_ref="oval:org.mitre.oval:ste:33558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121760" version="1" comment="openssh-askpass-gnome RPM is earlier than 0:6.2p2-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14434"/>
      <state state_ref="oval:org.mitre.oval:ste:33558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121185" version="1" comment="openssh RPM is earlier than 0:6.2p2-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14581"/>
      <state state_ref="oval:org.mitre.oval:ste:33558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120809" version="1" comment="nfs-client RPM is earlier than 0:1.2.3-18.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41330"/>
      <state state_ref="oval:org.mitre.oval:ste:32935"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120726" version="1" comment="nfs-kernel-server RPM is earlier than 0:1.2.3-18.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41788"/>
      <state state_ref="oval:org.mitre.oval:ste:32935"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120722" version="1" comment="nfs-doc RPM is earlier than 0:1.2.3-18.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41144"/>
      <state state_ref="oval:org.mitre.oval:ste:32935"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120772" version="1" comment="microcode_ctl RPM is earlier than 0:1.17-102.55.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40996"/>
      <state state_ref="oval:org.mitre.oval:ste:32930"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120582" version="1" comment="timezone RPM is earlier than 0:2013a-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41503"/>
      <state state_ref="oval:org.mitre.oval:ste:32948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120561" version="1" comment="timezone-java RPM is earlier than 0:2013a-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41672"/>
      <state state_ref="oval:org.mitre.oval:ste:32948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119968" version="1" comment="timezone RPM is earlier than 0:2013a-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41503"/>
      <state state_ref="oval:org.mitre.oval:ste:32915"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121003" version="1" comment="acroread-fonts-zh_TW RPM is earlier than 0:9.4.6-0.6.60" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41842"/>
      <state state_ref="oval:org.mitre.oval:ste:32282"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120993" version="1" comment="acroread RPM is earlier than 0:9.5.4-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14858"/>
      <state state_ref="oval:org.mitre.oval:ste:33003"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120964" version="1" comment="acroread-fonts-ko RPM is earlier than 0:9.4.6-0.6.60" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41810"/>
      <state state_ref="oval:org.mitre.oval:ste:32282"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120892" version="1" comment="acroread-cmaps RPM is earlier than 0:9.4.6-0.6.60" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41655"/>
      <state state_ref="oval:org.mitre.oval:ste:32282"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120867" version="1" comment="acroread-fonts-ja RPM is earlier than 0:9.4.6-0.6.60" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41807"/>
      <state state_ref="oval:org.mitre.oval:ste:32282"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120837" version="1" comment="acroread-cmaps RPM is earlier than 0:9.4.6-0.4.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41655"/>
      <state state_ref="oval:org.mitre.oval:ste:33148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120746" version="1" comment="acroread-fonts-ko RPM is earlier than 0:9.4.6-0.4.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41810"/>
      <state state_ref="oval:org.mitre.oval:ste:33148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120710" version="1" comment="acroread-fonts-zh_TW RPM is earlier than 0:9.4.6-0.4.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41842"/>
      <state state_ref="oval:org.mitre.oval:ste:33148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120591" version="1" comment="acroread-fonts-zh_CN RPM is earlier than 0:9.4.6-0.6.60" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41149"/>
      <state state_ref="oval:org.mitre.oval:ste:32282"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120588" version="1" comment="acroread RPM is earlier than 0:9.5.4-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14858"/>
      <state state_ref="oval:org.mitre.oval:ste:33069"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120382" version="1" comment="acroread-fonts-ja RPM is earlier than 0:9.4.6-0.4.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41807"/>
      <state state_ref="oval:org.mitre.oval:ste:33148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120022" version="1" comment="acroread-fonts-zh_CN RPM is earlier than 0:9.4.6-0.4.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41149"/>
      <state state_ref="oval:org.mitre.oval:ste:33148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120688" version="1" comment="postgresql91-server RPM is earlier than 0:9.1.8-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41581"/>
      <state state_ref="oval:org.mitre.oval:ste:32991"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120686" version="1" comment="libpq5 RPM is earlier than 0:9.1.8-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41225"/>
      <state state_ref="oval:org.mitre.oval:ste:32991"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120682" version="1" comment="postgresql-server RPM is earlier than 0:8.3.23-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14158"/>
      <state state_ref="oval:org.mitre.oval:ste:32326"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120543" version="1" comment="postgresql91-contrib RPM is earlier than 0:9.1.8-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41263"/>
      <state state_ref="oval:org.mitre.oval:ste:32991"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120515" version="1" comment="postgresql-contrib RPM is earlier than 0:8.3.23-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14293"/>
      <state state_ref="oval:org.mitre.oval:ste:32326"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120479" version="1" comment="postgresql91-docs RPM is earlier than 0:9.1.8-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41608"/>
      <state state_ref="oval:org.mitre.oval:ste:32991"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120266" version="1" comment="postgresql RPM is earlier than 0:8.3.23-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14586"/>
      <state state_ref="oval:org.mitre.oval:ste:32326"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120251" version="1" comment="postgresql91 RPM is earlier than 0:9.1.8-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41597"/>
      <state state_ref="oval:org.mitre.oval:ste:32991"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120228" version="1" comment="libecpg6 RPM is earlier than 0:9.1.8-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41651"/>
      <state state_ref="oval:org.mitre.oval:ste:32991"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120100" version="1" comment="postgresql-docs RPM is earlier than 0:8.3.23-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14365"/>
      <state state_ref="oval:org.mitre.oval:ste:32326"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120025" version="1" comment="libpq5-32bit RPM is earlier than 0:9.1.8-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41228"/>
      <state state_ref="oval:org.mitre.oval:ste:32991"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121426" version="1" comment="mcelog RPM is earlier than 0:1.0.2013.01.18-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39626"/>
      <state state_ref="oval:org.mitre.oval:ste:33382"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120279" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41236"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120262" version="1" comment="kernel-source RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120214" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41333"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120184" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40632"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120183" version="1" comment="kernel-default RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41305"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120172" version="1" comment="xen-kmp-default RPM is earlier than 0:4.1.4_02_3.0.74_0.6.6-0.5.22" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41306"/>
      <state state_ref="oval:org.mitre.oval:ste:32659"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120164" version="1" comment="kernel-syms RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41080"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120114" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41448"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120096" version="1" comment="kernel-trace-extra RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41295"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120088" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41430"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120081" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41388"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120065" version="1" comment="kernel-xen RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120031" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119992" version="1" comment="xen-kmp-trace RPM is earlier than 0:4.1.4_02_3.0.74_0.6.6-0.5.22" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41409"/>
      <state state_ref="oval:org.mitre.oval:ste:32659"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119985" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40584"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119919" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41072"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119904" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41159"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119835" version="1" comment="kernel-trace RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41248"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119746" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41365"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121769" version="1" comment="samba-32bit RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39740"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121767" version="1" comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39472"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121744" version="1" comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39724"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121726" version="1" comment="libtdb1 RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39591"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121724" version="1" comment="ldapsmb RPM is earlier than 0:1.34b-12.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39267"/>
      <state state_ref="oval:org.mitre.oval:ste:32516"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121718" version="1" comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39679"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121679" version="1" comment="samba RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13931"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121668" version="1" comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39618"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121661" version="1" comment="libldb1 RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39999"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121552" version="1" comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39873"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121543" version="1" comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39718"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121535" version="1" comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39976"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121505" version="1" comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40074"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121454" version="1" comment="samba-winbind RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29389"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121440" version="1" comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39470"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121438" version="1" comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39215"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121392" version="1" comment="libtalloc2 RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39937"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121308" version="1" comment="samba-client RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13861"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121163" version="1" comment="libtevent0 RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39262"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120823" version="1" comment="samba-doc RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29416"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120776" version="1" comment="libwbclient0 RPM is earlier than 0:3.6.3-0.52.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39506"/>
      <state state_ref="oval:org.mitre.oval:ste:33500"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119683" version="1" comment="nfs-client RPM is earlier than 0:1.2.3-18.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40869"/>
      <state state_ref="oval:org.mitre.oval:ste:32656"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119650" version="1" comment="ModemManager RPM is earlier than 0:0.4-3.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41101"/>
      <state state_ref="oval:org.mitre.oval:ste:33120"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121490" version="1" comment="release-notes-sled RPM is earlier than 0:11.3.27-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39748"/>
      <state state_ref="oval:org.mitre.oval:ste:33406"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121061" version="1" comment="cups-libs-32bit RPM is earlier than 0:1.3.9-8.46.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3863"/>
      <state state_ref="oval:org.mitre.oval:ste:33165"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120904" version="1" comment="cups-libs RPM is earlier than 0:1.3.9-8.46.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14195"/>
      <state state_ref="oval:org.mitre.oval:ste:33165"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120604" version="1" comment="cups-client RPM is earlier than 0:1.3.9-8.46.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3845"/>
      <state state_ref="oval:org.mitre.oval:ste:33165"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120154" version="1" comment="cups RPM is earlier than 0:1.3.9-8.46.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14199"/>
      <state state_ref="oval:org.mitre.oval:ste:33165"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123238" version="1" comment="libgphoto2 RPM is earlier than 0:2.4.3-3.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42281"/>
      <state state_ref="oval:org.mitre.oval:ste:33264"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122942" version="1" comment="libgphoto2-lang RPM is earlier than 0:2.4.3-3.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42141"/>
      <state state_ref="oval:org.mitre.oval:ste:33264"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122724" version="1" comment="libgphoto2-32bit RPM is earlier than 0:2.4.3-3.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42265"/>
      <state state_ref="oval:org.mitre.oval:ste:33264"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120523" version="2" comment="aaa_base RPM is earlier than 0:11-6.77.77.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2111"/>
      <state state_ref="oval:org.mitre.oval:ste:32675"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120208" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.285-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41373"/>
      <state state_ref="oval:org.mitre.oval:ste:32812"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120205" version="1" comment="flash-player RPM is earlier than 0:11.2.202.285-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32462"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119862" version="1" comment="flash-player RPM is earlier than 0:11.2.202.285-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32812"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119831" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.285-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41086"/>
      <state state_ref="oval:org.mitre.oval:ste:32812"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120537" version="1" comment="libv4lconvert0-32bit RPM is earlier than 0:0.6.4-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41422"/>
      <state state_ref="oval:org.mitre.oval:ste:33063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120536" version="1" comment="libv4l1-0-32bit RPM is earlier than 0:0.6.4-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41569"/>
      <state state_ref="oval:org.mitre.oval:ste:33063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120525" version="1" comment="libv4l1-0 RPM is earlier than 0:0.6.4-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41521"/>
      <state state_ref="oval:org.mitre.oval:ste:33063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120502" version="1" comment="libv4l2-0-32bit RPM is earlier than 0:0.6.4-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41391"/>
      <state state_ref="oval:org.mitre.oval:ste:33063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120417" version="1" comment="gstreamer-0_10-plugins-v4l RPM is earlier than 0:0.10.30-0.10.4" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41371"/>
      <state state_ref="oval:org.mitre.oval:ste:32895"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120352" version="1" comment="libv4l RPM is earlier than 0:0.6.4-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41546"/>
      <state state_ref="oval:org.mitre.oval:ste:33063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120234" version="1" comment="libv4l2-0 RPM is earlier than 0:0.6.4-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41360"/>
      <state state_ref="oval:org.mitre.oval:ste:33063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119682" version="1" comment="libv4lconvert0 RPM is earlier than 0:0.6.4-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41572"/>
      <state state_ref="oval:org.mitre.oval:ste:33063"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121153" version="1" comment="audit-libs-python RPM is earlier than 0:1.8-0.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2930"/>
      <state state_ref="oval:org.mitre.oval:ste:32474"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121110" version="1" comment="audit-audispd-plugins RPM is earlier than 0:1.8-0.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41860"/>
      <state state_ref="oval:org.mitre.oval:ste:32474"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121020" version="1" comment="audit-libs RPM is earlier than 0:1.8-0.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2719"/>
      <state state_ref="oval:org.mitre.oval:ste:32474"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120927" version="1" comment="audit-libs-32bit RPM is earlier than 0:1.8-0.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2300"/>
      <state state_ref="oval:org.mitre.oval:ste:32474"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120635" version="1" comment="audit RPM is earlier than 0:1.8-0.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2168"/>
      <state state_ref="oval:org.mitre.oval:ste:32474"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120159" version="1" comment="python-ethtool RPM is earlier than 0:0.7-0.15.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41523"/>
      <state state_ref="oval:org.mitre.oval:ste:32364"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121201" version="1" comment="kdirstat RPM is earlier than 0:2.4.4-255.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41881"/>
      <state state_ref="oval:org.mitre.oval:ste:33347"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120246" version="1" comment="libgio-2_0-0 RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41362"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120210" version="1" comment="libgthread-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41042"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120207" version="1" comment="libgio-fam RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41178"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120195" version="1" comment="libgthread-2_0-0 RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41184"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120181" version="1" comment="libgmodule-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40790"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120156" version="1" comment="libgio-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41302"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120106" version="1" comment="glib2-lang RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41241"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120056" version="1" comment="libglib-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41489"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120028" version="1" comment="libgobject-2_0-0 RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40491"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119990" version="1" comment="libgobject-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41321"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119928" version="1" comment="glib2-devel RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5050"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119908" version="1" comment="glib2 RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5095"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119785" version="1" comment="glib2-doc RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4813"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119505" version="1" comment="libgmodule-2_0-0 RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40754"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119370" version="1" comment="libglib-2_0-0 RPM is earlier than 0:2.22.5-0.8.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41444"/>
      <state state_ref="oval:org.mitre.oval:ste:32810"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120285" version="1" comment="libkde4-32bit RPM is earlier than 0:4.3.5-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40977"/>
      <state state_ref="oval:org.mitre.oval:ste:32002"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120272" version="1" comment="kdelibs4-doc RPM is earlier than 0:4.3.5-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41249"/>
      <state state_ref="oval:org.mitre.oval:ste:32002"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120231" version="1" comment="libkde4 RPM is earlier than 0:4.3.5-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41437"/>
      <state state_ref="oval:org.mitre.oval:ste:32002"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120211" version="1" comment="libkdecore4 RPM is earlier than 0:4.3.5-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40752"/>
      <state state_ref="oval:org.mitre.oval:ste:32002"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120202" version="1" comment="libkdecore4-32bit RPM is earlier than 0:4.3.5-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41408"/>
      <state state_ref="oval:org.mitre.oval:ste:32002"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120128" version="1" comment="kdelibs4 RPM is earlier than 0:4.3.5-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41109"/>
      <state state_ref="oval:org.mitre.oval:ste:32002"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120107" version="1" comment="kdelibs4-core RPM is earlier than 0:4.3.5-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41191"/>
      <state state_ref="oval:org.mitre.oval:ste:32002"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122030" version="1" comment="novell-ui-base RPM is earlier than 0:3.0.0-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41933"/>
      <state state_ref="oval:org.mitre.oval:ste:33194"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121782" version="1" comment="novell-qtgui-cli RPM is earlier than 0:3.0.0-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41737"/>
      <state state_ref="oval:org.mitre.oval:ste:33542"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121630" version="1" comment="novell-qtgui RPM is earlier than 0:3.0.0-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41797"/>
      <state state_ref="oval:org.mitre.oval:ste:33542"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120685" version="1" comment="libreoffice-icon-themes RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41705"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120681" version="1" comment="libreoffice-l10n-sk RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41501"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120674" version="1" comment="libreoffice-help-gu-IN RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41541"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120673" version="1" comment="libreoffice-l10n-ko RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41717"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120666" version="1" comment="libreoffice-help-ja RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41433"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120657" version="1" comment="libreoffice-help-it RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41633"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120655" version="1" comment="libreoffice-help-en-GB RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41385"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120653" version="1" comment="libreoffice-l10n-da RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41435"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120643" version="1" comment="libreoffice-l10n-fi RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41748"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120631" version="1" comment="libreoffice-help-cs RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41621"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120629" version="1" comment="libreoffice-l10n-zh-TW RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40772"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120628" version="1" comment="libreoffice-l10n-ca RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41221"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120627" version="1" comment="libreoffice-help-nl RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41706"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120619" version="1" comment="libreoffice-l10n-it RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41267"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120616" version="1" comment="libreoffice-l10n-en-GB RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41732"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120614" version="1" comment="libreoffice-help-hu RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41599"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120598" version="1" comment="libreoffice-l10n-nl RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41520"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120594" version="1" comment="libreoffice-help-es RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41658"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120592" version="1" comment="libreoffice-help-pt RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41339"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120581" version="1" comment="libreoffice-base-drivers-postgresql RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40950"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120579" version="1" comment="libreoffice-base-extensions RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41471"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120566" version="1" comment="libreoffice-help-da RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41564"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120559" version="1" comment="libreoffice-math RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29589"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120558" version="1" comment="libreoffice-l10n-af RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41491"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120550" version="1" comment="libreoffice-l10n-gu-IN RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41537"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120535" version="1" comment="libreoffice-help-hi-IN RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41497"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120526" version="1" comment="libreoffice-calc RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29290"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120524" version="1" comment="libreoffice-filters-optional RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41750"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120491" version="1" comment="libreoffice-help-fr RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41456"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120488" version="1" comment="libreoffice-l10n-sv RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41518"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120487" version="1" comment="libreoffice-help-de RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41502"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120472" version="1" comment="libreoffice-l10n-es RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41583"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120459" version="1" comment="libreoffice-l10n-xh RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41696"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120451" version="1" comment="libreoffice-l10n-pt-BR RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41507"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120450" version="1" comment="libreoffice-draw RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29875"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120440" version="1" comment="libreoffice-help-ko RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41534"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120434" version="1" comment="libreoffice-gnome RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41722"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120431" version="1" comment="libreoffice RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29803"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120419" version="1" comment="libreoffice-l10n-zu RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40782"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120410" version="1" comment="libreoffice-l10n-zh-CN RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41252"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120409" version="1" comment="libreoffice-impress-extensions RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41591"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120401" version="1" comment="libreoffice-l10n-pl RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41718"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120398" version="1" comment="libreoffice-help-sv RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41627"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120386" version="1" comment="libreoffice-l10n-hi-IN RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41535"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120385" version="1" comment="libreoffice-pyuno RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29757"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120377" version="1" comment="libreoffice-help-ru RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41687"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120368" version="1" comment="libreoffice-l10n-nb RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41631"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120367" version="1" comment="libreoffice-l10n-cs RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40767"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120363" version="1" comment="libreoffice-l10n-ja RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40987"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120350" version="1" comment="libreoffice-mono RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41347"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120346" version="1" comment="libreoffice-help-pl RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41172"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120342" version="1" comment="libreoffice-l10n-fr RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41735"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120314" version="1" comment="libreoffice-l10n-nn RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41513"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120302" version="1" comment="libreoffice-officebean RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41720"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120277" version="1" comment="libreoffice-writer-extensions RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41588"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120254" version="1" comment="libreoffice-l10n-de RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41740"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120250" version="1" comment="libreoffice-writer RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29810"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120237" version="1" comment="libreoffice-l10n-pt RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41561"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120167" version="1" comment="libreoffice-l10n-hu RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41602"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120097" version="1" comment="libreoffice-l10n-ar RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41318"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120094" version="1" comment="libreoffice-mailmerge RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41542"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120014" version="1" comment="libreoffice-help-zh-TW RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41445"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119960" version="1" comment="libreoffice-help-en-US RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41530"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119950" version="1" comment="libreoffice-impress RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29733"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119917" version="1" comment="libreoffice-l10n-ru RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41666"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119911" version="1" comment="libreoffice-base RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29800"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119903" version="1" comment="libreoffice-calc-extensions RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41724"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119864" version="1" comment="libreoffice-help-zh-CN RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41563"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119693" version="1" comment="libreoffice-help-pt-BR RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41736"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119673" version="1" comment="libreoffice-kde4 RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41742"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119643" version="1" comment="libreoffice-kde RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41619"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119636" version="1" comment="libreoffice-draw-extensions RPM is earlier than 0:3.6.5.2.15-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41278"/>
      <state state_ref="oval:org.mitre.oval:ste:32997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122331" version="1" comment="strongswan RPM is earlier than 0:4.4.0-6.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39926"/>
      <state state_ref="oval:org.mitre.oval:ste:33491"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122139" version="1" comment="strongswan-doc RPM is earlier than 0:4.4.0-6.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39716"/>
      <state state_ref="oval:org.mitre.oval:ste:33491"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120176" version="1" comment="sysconfig RPM is earlier than 0:0.71.48-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41028"/>
      <state state_ref="oval:org.mitre.oval:ste:33102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120499" version="1" comment="postgresql91-docs RPM is earlier than 0:9.1.9-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41608"/>
      <state state_ref="oval:org.mitre.oval:ste:33097"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120445" version="1" comment="postgresql91-server RPM is earlier than 0:9.1.9-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41581"/>
      <state state_ref="oval:org.mitre.oval:ste:33097"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120436" version="1" comment="libpq5 RPM is earlier than 0:9.1.9-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41225"/>
      <state state_ref="oval:org.mitre.oval:ste:33097"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120196" version="1" comment="postgresql91-contrib RPM is earlier than 0:9.1.9-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41263"/>
      <state state_ref="oval:org.mitre.oval:ste:33097"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120084" version="1" comment="libpq5-32bit RPM is earlier than 0:9.1.9-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41228"/>
      <state state_ref="oval:org.mitre.oval:ste:33097"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119850" version="1" comment="postgresql91 RPM is earlier than 0:9.1.9-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41597"/>
      <state state_ref="oval:org.mitre.oval:ste:33097"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119780" version="1" comment="libecpg6 RPM is earlier than 0:9.1.9-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41651"/>
      <state state_ref="oval:org.mitre.oval:ste:33097"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124742" version="2" comment="python-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39979"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124733" version="2" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39478"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124730" version="2" comment="python-curses RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39619"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124725" version="2" comment="python-gdbm RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39673"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124711" version="2" comment="python-base-32bit RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39853"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124710" version="2" comment="python-xml RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39982"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124652" version="2" comment="python-base RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39846"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124598" version="2" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39476"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124503" version="2" comment="python-demo RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39973"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124500" version="2" comment="python-doc-pdf RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39822"/>
      <state state_ref="oval:org.mitre.oval:ste:34045"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124406" version="2" comment="python-doc RPM is earlier than 0:2.6-8.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39621"/>
      <state state_ref="oval:org.mitre.oval:ste:34045"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124387" version="2" comment="python-tk RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39883"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124376" version="2" comment="python RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124374" version="2" comment="python-devel RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124297" version="2" comment="python-idle RPM is earlier than 0:2.6.9-0.31.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39842"/>
      <state state_ref="oval:org.mitre.oval:ste:34424"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124048" version="2" comment="cron RPM is earlier than 0:4.1-194.209.1" check_existence="at_least_one_exists" check="all" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3478"/>
      <state state_ref="oval:org.mitre.oval:ste:34190"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120238" version="1" comment="telepathy-gabble RPM is earlier than 0:0.7.10-2.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41492"/>
      <state state_ref="oval:org.mitre.oval:ste:32507"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121499" version="1" comment="mozilla-nss RPM is earlier than 0:3.16.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:33301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121497" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.16.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:33189"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121493" version="1" comment="libfreebl3 RPM is earlier than 0:3.16.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39774"/>
      <state state_ref="oval:org.mitre.oval:ste:33301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121489" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:24.7.0esr-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:33509"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121486" version="1" comment="libfreebl3 RPM is earlier than 0:3.16.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39774"/>
      <state state_ref="oval:org.mitre.oval:ste:33189"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121480" version="1" comment="libsoftokn3-32bit RPM is earlier than 0:3.16.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39580"/>
      <state state_ref="oval:org.mitre.oval:ste:33301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121476" version="1" comment="mozilla-nss-devel RPM is earlier than 0:3.16.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14415"/>
      <state state_ref="oval:org.mitre.oval:ste:33189"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121469" version="1" comment="mozilla-nss RPM is earlier than 0:3.16.2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:33358"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121433" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:24.7.0esr-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:33420"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121403" version="1" comment="MozillaFirefox RPM is earlier than 0:24.7.0esr-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:33420"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121388" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.16.2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:33358"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121356" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.16.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39678"/>
      <state state_ref="oval:org.mitre.oval:ste:33301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121305" version="1" comment="MozillaFirefox RPM is earlier than 0:24.7.0esr-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:33509"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121294" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.16.2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:33358"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121262" version="1" comment="mozilla-nss RPM is earlier than 0:3.16.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:33189"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121235" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.16.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39678"/>
      <state state_ref="oval:org.mitre.oval:ste:33189"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121195" version="1" comment="mozilla-nss-devel RPM is earlier than 0:3.16.2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14415"/>
      <state state_ref="oval:org.mitre.oval:ste:33358"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121191" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:24.7.0esr-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:33378"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121180" version="1" comment="libsoftokn3 RPM is earlier than 0:3.16.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39648"/>
      <state state_ref="oval:org.mitre.oval:ste:33301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121147" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.16.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:33189"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121138" version="1" comment="MozillaFirefox RPM is earlier than 0:24.7.0esr-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:33378"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120903" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.16.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:33301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120522" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.16.2-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:33301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119938" version="1" comment="supportutils RPM is earlier than 0:1.20-0.28.73.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41308"/>
      <state state_ref="oval:org.mitre.oval:ste:32196"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119707" version="1" comment="supportutils RPM is earlier than 0:1.20-0.73.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41308"/>
      <state state_ref="oval:org.mitre.oval:ste:32700"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120549" version="1" comment="mozilla-nspr-32bit RPM is earlier than 0:4.9.6-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41454"/>
      <state state_ref="oval:org.mitre.oval:ste:32818"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120528" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.14.3-0.4.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40819"/>
      <state state_ref="oval:org.mitre.oval:ste:33139"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120509" version="1" comment="mozilla-nspr-32bit RPM is earlier than 0:4.9.6-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41454"/>
      <state state_ref="oval:org.mitre.oval:ste:32988"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120503" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.5esr-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41473"/>
      <state state_ref="oval:org.mitre.oval:ste:32907"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120500" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.5esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41643"/>
      <state state_ref="oval:org.mitre.oval:ste:33014"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120494" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.14.3-0.4.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41644"/>
      <state state_ref="oval:org.mitre.oval:ste:33139"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120471" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.10.11" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:32513"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120443" version="1" comment="mozilla-nss RPM is earlier than 0:3.14.3-0.4.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:33139"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120429" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.5esr-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41643"/>
      <state state_ref="oval:org.mitre.oval:ste:32907"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120374" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.6.9.17" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:32572"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120371" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.5esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41473"/>
      <state state_ref="oval:org.mitre.oval:ste:33014"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120369" version="1" comment="mozilla-nspr RPM is earlier than 0:4.9.6-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:32988"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120310" version="1" comment="mozilla-nspr-devel RPM is earlier than 0:4.9.6-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13716"/>
      <state state_ref="oval:org.mitre.oval:ste:32818"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120268" version="1" comment="libfreebl3 RPM is earlier than 0:3.14.3-0.4.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41565"/>
      <state state_ref="oval:org.mitre.oval:ste:33139"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120168" version="1" comment="mozilla-nss-devel RPM is earlier than 0:3.14.3-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14415"/>
      <state state_ref="oval:org.mitre.oval:ste:32453"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120029" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.14.3-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41644"/>
      <state state_ref="oval:org.mitre.oval:ste:32453"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119855" version="1" comment="mozilla-nspr RPM is earlier than 0:4.9.6-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:32818"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119731" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.14.3-0.4.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41531"/>
      <state state_ref="oval:org.mitre.oval:ste:33139"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119575" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.14.3-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41531"/>
      <state state_ref="oval:org.mitre.oval:ste:32453"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119557" version="1" comment="mozilla-nss RPM is earlier than 0:3.14.3-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:32453"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119826" version="1" comment="Mesa RPM is earlier than 0:7.11.2-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40648"/>
      <state state_ref="oval:org.mitre.oval:ste:32050"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119608" version="1" comment="Mesa-32bit RPM is earlier than 0:7.11.2-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41123"/>
      <state state_ref="oval:org.mitre.oval:ste:32050"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120258" version="1" comment="libcurl4 RPM is earlier than 0:7.19.7-1.20.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41011"/>
      <state state_ref="oval:org.mitre.oval:ste:31973"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119836" version="1" comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.20.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41298"/>
      <state state_ref="oval:org.mitre.oval:ste:31973"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119283" version="1" comment="curl RPM is earlier than 0:7.19.7-1.20.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14575"/>
      <state state_ref="oval:org.mitre.oval:ste:31973"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120236" version="1" comment="libtiff-32bit RPM is earlier than 0:3.8.2-5.34.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41314"/>
      <state state_ref="oval:org.mitre.oval:ste:32911"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120230" version="1" comment="tiff RPM is earlier than 0:3.8.2-141.152.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41220"/>
      <state state_ref="oval:org.mitre.oval:ste:32511"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120140" version="1" comment="libtiff3-32bit RPM is earlier than 0:3.8.2-141.152.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41119"/>
      <state state_ref="oval:org.mitre.oval:ste:32511"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120112" version="1" comment="libtiff-devel RPM is earlier than 0:3.8.2-5.34.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14174"/>
      <state state_ref="oval:org.mitre.oval:ste:32911"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120017" version="1" comment="tiff RPM is earlier than 0:3.8.2-5.34.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41220"/>
      <state state_ref="oval:org.mitre.oval:ste:32911"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120008" version="1" comment="libtiff-devel-32bit RPM is earlier than 0:3.8.2-5.34.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41461"/>
      <state state_ref="oval:org.mitre.oval:ste:32911"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119689" version="1" comment="libtiff3 RPM is earlier than 0:3.8.2-141.152.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41199"/>
      <state state_ref="oval:org.mitre.oval:ste:32511"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119267" version="1" comment="libtiff RPM is earlier than 0:3.8.2-5.34.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14341"/>
      <state state_ref="oval:org.mitre.oval:ste:32911"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121666" version="1" comment="liblzo2-2-32bit RPM is earlier than 0:2.03-12.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41981"/>
      <state state_ref="oval:org.mitre.oval:ste:33088"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121629" version="1" comment="liblzo2-2 RPM is earlier than 0:2.03-12.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41600"/>
      <state state_ref="oval:org.mitre.oval:ste:33088"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120220" version="1" comment="NetworkManager RPM is earlier than 0:0.7.1_git20090811-3.28.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15163"/>
      <state state_ref="oval:org.mitre.oval:ste:33111"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120009" version="1" comment="NetworkManager-glib RPM is earlier than 0:0.7.1_git20090811-3.28.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14206"/>
      <state state_ref="oval:org.mitre.oval:ste:33111"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120473" version="1" comment="kdump RPM is earlier than 0:0.7.8-1.33.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41730"/>
      <state state_ref="oval:org.mitre.oval:ste:33025"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119853" version="1" comment="multipath-tools RPM is earlier than 0:0.4.9-0.85.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41118"/>
      <state state_ref="oval:org.mitre.oval:ste:32602"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119310" version="1" comment="kpartx RPM is earlier than 0:0.4.9-0.85.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15125"/>
      <state state_ref="oval:org.mitre.oval:ste:32602"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120747" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.275-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41246"/>
      <state state_ref="oval:org.mitre.oval:ste:32657"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120667" version="1" comment="flash-player RPM is earlier than 0:11.2.202.275-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:33159"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120571" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.275-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41642"/>
      <state state_ref="oval:org.mitre.oval:ste:32657"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120283" version="1" comment="flash-player RPM is earlier than 0:11.2.202.275-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32657"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120645" version="1" comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41663"/>
      <state state_ref="oval:org.mitre.oval:ste:32958"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120637" version="1" comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41494"/>
      <state state_ref="oval:org.mitre.oval:ste:32958"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120610" version="1" comment="openssl-doc RPM is earlier than 0:0.9.8j-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41035"/>
      <state state_ref="oval:org.mitre.oval:ste:32958"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120553" version="1" comment="openssl RPM is earlier than 0:0.9.8j-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13882"/>
      <state state_ref="oval:org.mitre.oval:ste:32958"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120370" version="1" comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41436"/>
      <state state_ref="oval:org.mitre.oval:ste:32958"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120197" version="1" comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41084"/>
      <state state_ref="oval:org.mitre.oval:ste:32958"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121774" version="1" comment="xorg-x11-server-extra RPM is earlier than 0:7.4-27.97.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39624"/>
      <state state_ref="oval:org.mitre.oval:ste:33387"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121694" version="1" comment="xorg-x11-Xvnc RPM is earlier than 0:7.4-27.97.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39516"/>
      <state state_ref="oval:org.mitre.oval:ste:33387"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121461" version="1" comment="xorg-x11-server RPM is earlier than 0:7.4-27.97.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14418"/>
      <state state_ref="oval:org.mitre.oval:ste:33387"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119884" version="1" comment="clamav RPM is earlier than 0:0.97.8-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3627"/>
      <state state_ref="oval:org.mitre.oval:ste:32833"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120223" version="1" comment="libuuid1 RPM is earlier than 0:2.19.1-6.33.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41322"/>
      <state state_ref="oval:org.mitre.oval:ste:32591"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120213" version="1" comment="util-linux-lang RPM is earlier than 0:2.19.1-6.33.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41487"/>
      <state state_ref="oval:org.mitre.oval:ste:32591"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120074" version="1" comment="libuuid-devel RPM is earlier than 0:2.19.1-6.33.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29300"/>
      <state state_ref="oval:org.mitre.oval:ste:32591"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119993" version="1" comment="libuuid1-32bit RPM is earlier than 0:2.19.1-6.33.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41231"/>
      <state state_ref="oval:org.mitre.oval:ste:32591"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119896" version="1" comment="util-linux RPM is earlier than 0:2.19.1-6.33.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14723"/>
      <state state_ref="oval:org.mitre.oval:ste:32591"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119830" version="1" comment="libblkid1 RPM is earlier than 0:2.19.1-6.33.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41426"/>
      <state state_ref="oval:org.mitre.oval:ste:32591"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119787" version="1" comment="libblkid1-32bit RPM is earlier than 0:2.19.1-6.33.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41214"/>
      <state state_ref="oval:org.mitre.oval:ste:32591"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119578" version="1" comment="uuid-runtime RPM is earlier than 0:2.19.1-6.33.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40633"/>
      <state state_ref="oval:org.mitre.oval:ste:32591"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122319" version="1" comment="python-pywbem RPM is earlier than 0:0.7-6.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39837"/>
      <state state_ref="oval:org.mitre.oval:ste:33561"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120034" version="1" comment="bind-libs-32bit RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3188"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119916" version="1" comment="bind-chrootenv RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3087"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119756" version="1" comment="bind-utils RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14263"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119716" version="1" comment="bind-libs RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14348"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119522" version="1" comment="bind RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40930"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119432" version="1" comment="bind-doc RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2981"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119617" version="1" comment="Mesa-32bit RPM is earlier than 0:9.0.3-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41123"/>
      <state state_ref="oval:org.mitre.oval:ste:32563"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119605" version="1" comment="Mesa RPM is earlier than 0:9.0.3-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40648"/>
      <state state_ref="oval:org.mitre.oval:ste:32563"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124084" version="1" comment="tar RPM is earlier than 0:1.26-1.2.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14170"/>
      <state state_ref="oval:org.mitre.oval:ste:34402"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120602" version="1" comment="deltarpm RPM is earlier than 0:3.5.git-4.9.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4059"/>
      <state state_ref="oval:org.mitre.oval:ste:33167"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119670" version="1" comment="curl RPM is earlier than 0:7.19.7-1.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14575"/>
      <state state_ref="oval:org.mitre.oval:ste:32863"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119560" version="1" comment="curl RPM is earlier than 0:7.19.7-1.20.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14575"/>
      <state state_ref="oval:org.mitre.oval:ste:32787"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119555" version="1" comment="libcurl4 RPM is earlier than 0:7.19.7-1.20.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40999"/>
      <state state_ref="oval:org.mitre.oval:ste:32787"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119534" version="1" comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.20.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40845"/>
      <state state_ref="oval:org.mitre.oval:ste:32787"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119497" version="1" comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40845"/>
      <state state_ref="oval:org.mitre.oval:ste:32863"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119487" version="1" comment="compat-curl2-32bit RPM is earlier than 0:7.11.0-20.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3668"/>
      <state state_ref="oval:org.mitre.oval:ste:32400"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119182" version="1" comment="libcurl4 RPM is earlier than 0:7.19.7-1.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40999"/>
      <state state_ref="oval:org.mitre.oval:ste:32863"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118767" version="1" comment="compat-curl2 RPM is earlier than 0:7.11.0-20.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40174"/>
      <state state_ref="oval:org.mitre.oval:ste:32400"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119388" version="1" comment="libzypp RPM is earlier than 0:9.36.4-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41033"/>
      <state state_ref="oval:org.mitre.oval:ste:32689"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120248" version="1" comment="ImageMagick RPM is earlier than 0:6.4.3.6-7.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13854"/>
      <state state_ref="oval:org.mitre.oval:ste:33100"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120215" version="1" comment="libMagickWand1 RPM is earlier than 0:6.4.3.6-7.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41300"/>
      <state state_ref="oval:org.mitre.oval:ste:33100"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119972" version="1" comment="libMagick++1 RPM is earlier than 0:6.4.3.6-7.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41511"/>
      <state state_ref="oval:org.mitre.oval:ste:33100"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119941" version="1" comment="libMagickCore1 RPM is earlier than 0:6.4.3.6-7.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41251"/>
      <state state_ref="oval:org.mitre.oval:ste:33100"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119744" version="1" comment="libMagickCore1-32bit RPM is earlier than 0:6.4.3.6-7.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40553"/>
      <state state_ref="oval:org.mitre.oval:ste:33100"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119949" version="1" comment="xorg-x11-libs-32bit RPM is earlier than 0:7.4-8.26.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40680"/>
      <state state_ref="oval:org.mitre.oval:ste:32443"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119660" version="1" comment="xorg-x11-devel RPM is earlier than 0:7.4-8.26.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14595"/>
      <state state_ref="oval:org.mitre.oval:ste:32443"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119036" version="1" comment="xorg-x11-libs RPM is earlier than 0:7.4-8.26.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14478"/>
      <state state_ref="oval:org.mitre.oval:ste:32443"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120110" version="1" comment="NetworkManager-pptp RPM is earlier than 0:0.7.1-3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41389"/>
      <state state_ref="oval:org.mitre.oval:ste:32827"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120000" version="1" comment="NetworkManager-pptp-gnome RPM is earlier than 0:0.7.1-3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41467"/>
      <state state_ref="oval:org.mitre.oval:ste:32827"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120519" version="1" comment="dhcp-server RPM is earlier than 0:4.2.4.P2-0.11.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3947"/>
      <state state_ref="oval:org.mitre.oval:ste:33080"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120470" version="1" comment="dhcp-relay RPM is earlier than 0:4.2.4.P2-0.11.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3819"/>
      <state state_ref="oval:org.mitre.oval:ste:33080"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120442" version="1" comment="dhcp-client RPM is earlier than 0:4.2.4.P2-0.11.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4085"/>
      <state state_ref="oval:org.mitre.oval:ste:33080"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119980" version="1" comment="dhcp RPM is earlier than 0:4.2.4.P2-0.11.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41335"/>
      <state state_ref="oval:org.mitre.oval:ste:33080"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119391" version="1" comment="clamav RPM is earlier than 0:0.97.8-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3627"/>
      <state state_ref="oval:org.mitre.oval:ste:32579"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119101" version="1" comment="clamav RPM is earlier than 0:0.97.8-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3627"/>
      <state state_ref="oval:org.mitre.oval:ste:32833"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120931" version="1" comment="pidgin RPM is earlier than 0:2.6.6-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15157"/>
      <state state_ref="oval:org.mitre.oval:ste:33162"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120924" version="1" comment="libpurple RPM is earlier than 0:2.6.6-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14700"/>
      <state state_ref="oval:org.mitre.oval:ste:33162"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120894" version="1" comment="libpurple RPM is earlier than 0:2.6.6-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14700"/>
      <state state_ref="oval:org.mitre.oval:ste:32396"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120840" version="1" comment="libpurple-meanwhile RPM is earlier than 0:2.6.6-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41636"/>
      <state state_ref="oval:org.mitre.oval:ste:32396"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120817" version="1" comment="finch RPM is earlier than 0:2.6.6-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15156"/>
      <state state_ref="oval:org.mitre.oval:ste:32396"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120556" version="1" comment="finch RPM is earlier than 0:2.6.6-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15156"/>
      <state state_ref="oval:org.mitre.oval:ste:33162"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120430" version="1" comment="pidgin RPM is earlier than 0:2.6.6-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15157"/>
      <state state_ref="oval:org.mitre.oval:ste:32396"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120306" version="1" comment="libpurple-tcl RPM is earlier than 0:2.6.6-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14238"/>
      <state state_ref="oval:org.mitre.oval:ste:32396"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120245" version="1" comment="libpurple-lang RPM is earlier than 0:2.6.6-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41777"/>
      <state state_ref="oval:org.mitre.oval:ste:32396"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123403" version="1" comment="augeas RPM is earlier than 0:0.9.0-3.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:30397"/>
      <state state_ref="oval:org.mitre.oval:ste:34074"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123338" version="1" comment="augeas-lenses RPM is earlier than 0:0.9.0-3.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40032"/>
      <state state_ref="oval:org.mitre.oval:ste:34074"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123023" version="1" comment="libaugeas0 RPM is earlier than 0:0.9.0-3.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39698"/>
      <state state_ref="oval:org.mitre.oval:ste:34074"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120942" version="1" comment="nautilus RPM is earlier than 0:2.28.4-1.16.16.4" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41757"/>
      <state state_ref="oval:org.mitre.oval:ste:32356"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120716" version="1" comment="nautilus-32bit RPM is earlier than 0:2.28.4-1.16.16.4" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41771"/>
      <state state_ref="oval:org.mitre.oval:ste:32356"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120675" version="1" comment="nautilus-lang RPM is earlier than 0:2.28.4-1.16.16.4" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41715"/>
      <state state_ref="oval:org.mitre.oval:ste:32356"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120252" version="1" comment="xrdp RPM is earlier than 0:0.4.1-28.21.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41374"/>
      <state state_ref="oval:org.mitre.oval:ste:32666"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119224" version="1" comment="yast2 RPM is earlier than 0:2.17.130-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41070"/>
      <state state_ref="oval:org.mitre.oval:ste:32866"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119910" version="1" comment="bind-chrootenv RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3087"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119900" version="1" comment="bind-libs RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14348"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119897" version="1" comment="bind-doc RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2981"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119877" version="1" comment="bind-libs-32bit RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3188"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119825" version="1" comment="bind RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40930"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119468" version="1" comment="bind-utils RPM is earlier than 0:9.9.2P2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14263"/>
      <state state_ref="oval:org.mitre.oval:ste:32806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119486" version="1" comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.6-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41051"/>
      <state state_ref="oval:org.mitre.oval:ste:32693"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119437" version="1" comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.6-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41131"/>
      <state state_ref="oval:org.mitre.oval:ste:32693"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118973" version="1" comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.6-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41074"/>
      <state state_ref="oval:org.mitre.oval:ste:32693"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121115" version="1" comment="mysql-tools RPM is earlier than 0:5.0.96-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41421"/>
      <state state_ref="oval:org.mitre.oval:ste:32477"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121021" version="1" comment="libmysqlclient_r15 RPM is earlier than 0:5.0.96-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41623"/>
      <state state_ref="oval:org.mitre.oval:ste:32477"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120874" version="1" comment="mysql-client RPM is earlier than 0:5.0.96-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41545"/>
      <state state_ref="oval:org.mitre.oval:ste:32477"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120857" version="1" comment="mysql RPM is earlier than 0:5.0.96-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14355"/>
      <state state_ref="oval:org.mitre.oval:ste:32477"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120804" version="1" comment="libmysqlclient_r15-32bit RPM is earlier than 0:5.0.96-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41528"/>
      <state state_ref="oval:org.mitre.oval:ste:32477"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120692" version="1" comment="libmysqlclient15-32bit RPM is earlier than 0:5.0.96-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41411"/>
      <state state_ref="oval:org.mitre.oval:ste:32477"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120658" version="1" comment="libmysqlclient15 RPM is earlier than 0:5.0.96-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41606"/>
      <state state_ref="oval:org.mitre.oval:ste:32477"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120605" version="1" comment="mysql-Max RPM is earlier than 0:5.0.96-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41864"/>
      <state state_ref="oval:org.mitre.oval:ste:32477"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120518" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.280-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41246"/>
      <state state_ref="oval:org.mitre.oval:ste:33064"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120344" version="1" comment="flash-player RPM is earlier than 0:11.2.202.280-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:33064"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120119" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.280-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41642"/>
      <state state_ref="oval:org.mitre.oval:ste:33064"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120291" version="1" comment="puppet-server RPM is earlier than 0:2.6.18-0.4.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41665"/>
      <state state_ref="oval:org.mitre.oval:ste:32841"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119592" version="1" comment="puppet RPM is earlier than 0:2.6.18-0.4.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41723"/>
      <state state_ref="oval:org.mitre.oval:ste:32841"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121134" version="1" comment="libvirt-client RPM is earlier than 0:0.9.6-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29031"/>
      <state state_ref="oval:org.mitre.oval:ste:32577"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121087" version="1" comment="libvirt-client-32bit RPM is earlier than 0:0.9.6-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41739"/>
      <state state_ref="oval:org.mitre.oval:ste:32577"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120955" version="1" comment="libvirt RPM is earlier than 0:0.9.6-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15209"/>
      <state state_ref="oval:org.mitre.oval:ste:32577"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120702" version="1" comment="libvirt-doc RPM is earlier than 0:0.9.6-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41769"/>
      <state state_ref="oval:org.mitre.oval:ste:32577"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120361" version="1" comment="libvirt-python RPM is earlier than 0:0.9.6-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15191"/>
      <state state_ref="oval:org.mitre.oval:ste:32577"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120307" version="2" comment="ksh RPM is earlier than 0:93u-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43516"/>
      <state state_ref="oval:org.mitre.oval:ste:32858"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122164" version="1" comment="yast2-network RPM is earlier than 0:2.17.199-0.7.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41232"/>
      <state state_ref="oval:org.mitre.oval:ste:33292"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120880" version="1" comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.4-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41218"/>
      <state state_ref="oval:org.mitre.oval:ste:32951"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120709" version="1" comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.4-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41254"/>
      <state state_ref="oval:org.mitre.oval:ste:32951"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120599" version="1" comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.4-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41702"/>
      <state state_ref="oval:org.mitre.oval:ste:32951"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121154" version="1" comment="kernel-trace-extra RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41174"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121128" version="1" comment="kernel-xen RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121126" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41677"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121103" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41787"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121084" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41242"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121082" version="1" comment="kernel-syms RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40882"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121078" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121064" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41776"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121028" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41377"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120888" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41590"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120887" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41714"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120884" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41668"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120806" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41620"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120789" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41795"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120783" version="1" comment="xen-kmp-trace RPM is earlier than 0:4.1.3_06_3.0.58_0.6.6-0.7.22" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41827"/>
      <state state_ref="oval:org.mitre.oval:ste:32901"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120737" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41536"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120690" version="1" comment="kernel-source RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120684" version="1" comment="kernel-trace RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41538"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120622" version="1" comment="kernel-default RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41675"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120501" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41707"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120334" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41770"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120313" version="1" comment="xen-kmp-default RPM is earlier than 0:4.1.3_06_3.0.58_0.6.6-0.7.22" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41626"/>
      <state state_ref="oval:org.mitre.oval:ste:32901"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120259" version="1" comment="kernel-pae RPM is earlier than 0:3.0.58-0.6.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41878"/>
      <state state_ref="oval:org.mitre.oval:ste:32829"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119700" version="1" comment="zypper RPM is earlier than 0:1.6.308-0.9.16" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41116"/>
      <state state_ref="oval:org.mitre.oval:ste:32536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119218" version="1" comment="libzypp RPM is earlier than 0:9.36.3-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41127"/>
      <state state_ref="oval:org.mitre.oval:ste:32896"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119161" version="1" comment="zypper-log RPM is earlier than 0:1.6.308-0.9.16" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40697"/>
      <state state_ref="oval:org.mitre.oval:ste:32536"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120217" version="1" comment="atftp RPM is earlier than 0:0.7.0-135.16.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2982"/>
      <state state_ref="oval:org.mitre.oval:ste:32638"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120201" version="1" comment="tftp RPM is earlier than 0:0.48-101.26.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41383"/>
      <state state_ref="oval:org.mitre.oval:ste:32804"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120423" version="1" comment="libxml2-32bit RPM is earlier than 0:2.6.23-15.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41331"/>
      <state state_ref="oval:org.mitre.oval:ste:32707"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120404" version="1" comment="libxml2-python RPM is earlier than 0:2.6.23-15.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13780"/>
      <state state_ref="oval:org.mitre.oval:ste:32707"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120360" version="1" comment="libxml2-devel RPM is earlier than 0:2.6.23-15.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14212"/>
      <state state_ref="oval:org.mitre.oval:ste:32707"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120336" version="1" comment="libxml2-32bit RPM is earlier than 0:2.7.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41331"/>
      <state state_ref="oval:org.mitre.oval:ste:33110"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120295" version="1" comment="libxml2 RPM is earlier than 0:2.6.23-15.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14133"/>
      <state state_ref="oval:org.mitre.oval:ste:32707"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120131" version="1" comment="libxml2-devel-32bit RPM is earlier than 0:2.6.23-15.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41419"/>
      <state state_ref="oval:org.mitre.oval:ste:32707"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120116" version="1" comment="libxml2-python RPM is earlier than 0:2.7.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13780"/>
      <state state_ref="oval:org.mitre.oval:ste:33110"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119912" version="1" comment="libxml2-doc RPM is earlier than 0:2.7.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41358"/>
      <state state_ref="oval:org.mitre.oval:ste:33110"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119863" version="1" comment="libxml2 RPM is earlier than 0:2.7.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14133"/>
      <state state_ref="oval:org.mitre.oval:ste:33110"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119860" version="1" comment="rsh-server RPM is earlier than 0:0.17-706.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41310"/>
      <state state_ref="oval:org.mitre.oval:ste:32590"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119569" version="1" comment="rsh RPM is earlier than 0:0.17-706.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13972"/>
      <state state_ref="oval:org.mitre.oval:ste:32590"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124280" version="1" comment="libqt4-sql-mysql-32bit RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39947"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124248" version="1" comment="qt4-x11-tools RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40097"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124225" version="1" comment="libqt4 RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40043"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124193" version="1" comment="libqt4-qt3support RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39553"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124183" version="1" comment="libqt4-sql-sqlite RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39812"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124156" version="1" comment="libqt4-sql-postgresql-32bit RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39943"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124133" version="1" comment="libqt4-sql-unixODBC RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40114"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124131" version="1" comment="libqt4-x11 RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39775"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124126" version="1" comment="libqt4-sql-sqlite-32bit RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40153"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124113" version="1" comment="libqt4-x11-32bit RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40034"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124053" version="1" comment="libqt4-32bit RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40121"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124035" version="1" comment="libqt4-sql-32bit RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40014"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:124000" version="1" comment="libQtWebKit4 RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40045"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123994" version="1" comment="libqt4-sql-mysql RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39843"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123945" version="1" comment="libqt4-sql-unixODBC-32bit RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39903"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123934" version="1" comment="libQtWebKit4-32bit RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40022"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123853" version="1" comment="libqt4-qt3support-32bit RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39911"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123822" version="1" comment="libqt4-sql-postgresql RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40109"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123473" version="1" comment="libqt4-sql RPM is earlier than 0:4.6.3-5.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40143"/>
      <state state_ref="oval:org.mitre.oval:ste:34148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119802" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.291-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41244"/>
      <state state_ref="oval:org.mitre.oval:ste:32809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119498" version="1" comment="flash-player RPM is earlier than 0:11.2.202.291-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119326" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.291-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41341"/>
      <state state_ref="oval:org.mitre.oval:ste:32809"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119708" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:32824"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119677" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.7esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40995"/>
      <state state_ref="oval:org.mitre.oval:ste:32662"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119652" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.7esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40947"/>
      <state state_ref="oval:org.mitre.oval:ste:32662"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119459" version="1" comment="python-xml RPM is earlier than 0:2.6.8-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40854"/>
      <state state_ref="oval:org.mitre.oval:ste:32777"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119619" version="1" comment="timezone RPM is earlier than 0:2013d-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41148"/>
      <state state_ref="oval:org.mitre.oval:ste:32852"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119395" version="1" comment="timezone-java RPM is earlier than 0:2013d-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40326"/>
      <state state_ref="oval:org.mitre.oval:ste:32852"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119215" version="1" comment="timezone RPM is earlier than 0:2013d-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41148"/>
      <state state_ref="oval:org.mitre.oval:ste:32870"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119263" version="1" comment="pam_apparmor RPM is earlier than 0:2.5.1.r1445-55.62.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40806"/>
      <state state_ref="oval:org.mitre.oval:ste:32461"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119236" version="1" comment="apparmor-utils RPM is earlier than 0:2.5.1.r1445-55.62.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1848"/>
      <state state_ref="oval:org.mitre.oval:ste:32461"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119233" version="1" comment="apache2-mod_apparmor RPM is earlier than 0:2.5.1.r1445-55.62.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2776"/>
      <state state_ref="oval:org.mitre.oval:ste:32461"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119168" version="1" comment="apparmor-parser RPM is earlier than 0:2.5.1.r1445-55.62.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2603"/>
      <state state_ref="oval:org.mitre.oval:ste:32461"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119073" version="1" comment="apparmor-docs RPM is earlier than 0:2.5.1.r1445-55.62.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1924"/>
      <state state_ref="oval:org.mitre.oval:ste:32461"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119050" version="1" comment="tomcat_apparmor RPM is earlier than 0:2.5.1.r1445-55.62.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40787"/>
      <state state_ref="oval:org.mitre.oval:ste:32461"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119021" version="1" comment="perl-apparmor RPM is earlier than 0:2.5.1.r1445-55.62.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40851"/>
      <state state_ref="oval:org.mitre.oval:ste:32461"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118815" version="1" comment="libapparmor1-32bit RPM is earlier than 0:2.5.1.r1445-55.62.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40862"/>
      <state state_ref="oval:org.mitre.oval:ste:32461"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118608" version="1" comment="libapparmor1 RPM is earlier than 0:2.5.1.r1445-55.62.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40867"/>
      <state state_ref="oval:org.mitre.oval:ste:32461"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118298" version="1" comment="pam_apparmor-32bit RPM is earlier than 0:2.5.1.r1445-55.62.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40908"/>
      <state state_ref="oval:org.mitre.oval:ste:32461"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120530" version="1" comment="kernel-firmware RPM is earlier than 0:20110923-0.19.21.10" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29194"/>
      <state state_ref="oval:org.mitre.oval:ste:32762"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119646" version="1" comment="irqbalance RPM is earlier than 0:1.0.4-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41380"/>
      <state state_ref="oval:org.mitre.oval:ste:32417"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119027" version="1" comment="puppet-server RPM is earlier than 0:2.6.18-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40871"/>
      <state state_ref="oval:org.mitre.oval:ste:32142"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118979" version="1" comment="puppet RPM is earlier than 0:2.6.18-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40479"/>
      <state state_ref="oval:org.mitre.oval:ste:32142"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120203" version="1" comment="empathy-lang RPM is earlier than 0:2.28.2-0.12.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41154"/>
      <state state_ref="oval:org.mitre.oval:ste:32125"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119890" version="1" comment="empathy RPM is earlier than 0:2.28.2-0.12.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40668"/>
      <state state_ref="oval:org.mitre.oval:ste:32125"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123407" version="1" comment="krb5-doc RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40395"/>
      <state state_ref="oval:org.mitre.oval:ste:33736"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123335" version="1" comment="krb5 RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14120"/>
      <state state_ref="oval:org.mitre.oval:ste:33736"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123287" version="1" comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40252"/>
      <state state_ref="oval:org.mitre.oval:ste:33736"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123244" version="1" comment="krb5-server RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14452"/>
      <state state_ref="oval:org.mitre.oval:ste:33736"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123115" version="1" comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39897"/>
      <state state_ref="oval:org.mitre.oval:ste:33736"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123072" version="1" comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40058"/>
      <state state_ref="oval:org.mitre.oval:ste:33736"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123062" version="1" comment="krb5-client RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39939"/>
      <state state_ref="oval:org.mitre.oval:ste:33736"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122665" version="1" comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40374"/>
      <state state_ref="oval:org.mitre.oval:ste:33736"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122479" version="1" comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39547"/>
      <state state_ref="oval:org.mitre.oval:ste:33736"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119948" version="1" comment="xorg-x11-libXv RPM is earlier than 0:7.4-1.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41200"/>
      <state state_ref="oval:org.mitre.oval:ste:32849"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119681" version="1" comment="xorg-x11-libXv-32bit RPM is earlier than 0:7.4-1.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41259"/>
      <state state_ref="oval:org.mitre.oval:ste:32849"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119573" version="1" comment="xorg-x11-libXv-devel RPM is earlier than 0:7.4-1.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40710"/>
      <state state_ref="oval:org.mitre.oval:ste:32849"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120187" version="1" comment="clamav RPM is earlier than 0:0.97.7-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3627"/>
      <state state_ref="oval:org.mitre.oval:ste:33150"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119937" version="1" comment="clamav RPM is earlier than 0:0.97.7-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3627"/>
      <state state_ref="oval:org.mitre.oval:ste:32744"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123430" version="1" comment="gdm-lang RPM is earlier than 0:2.24.0-24.96.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41815"/>
      <state state_ref="oval:org.mitre.oval:ste:34115"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:123181" version="1" comment="gdm-branding-upstream RPM is earlier than 0:2.24.0-24.96.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41858"/>
      <state state_ref="oval:org.mitre.oval:ste:34115"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122902" version="1" comment="gdm RPM is earlier than 0:2.24.0-24.96.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14698"/>
      <state state_ref="oval:org.mitre.oval:ste:34115"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120446" version="1" comment="gnutls-devel-32bit RPM is earlier than 0:1.2.10-13.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5324"/>
      <state state_ref="oval:org.mitre.oval:ste:32354"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120444" version="1" comment="libgnutls26 RPM is earlier than 0:2.4.1-24.39.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41181"/>
      <state state_ref="oval:org.mitre.oval:ste:32902"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120428" version="1" comment="gnutls-32bit RPM is earlier than 0:1.2.10-13.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5354"/>
      <state state_ref="oval:org.mitre.oval:ste:32354"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120396" version="1" comment="gnutls-devel RPM is earlier than 0:1.2.10-13.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14558"/>
      <state state_ref="oval:org.mitre.oval:ste:32354"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120340" version="1" comment="libgnutls26-32bit RPM is earlier than 0:2.4.1-24.39.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41132"/>
      <state state_ref="oval:org.mitre.oval:ste:32902"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120275" version="1" comment="gnutls RPM is earlier than 0:1.2.10-13.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14386"/>
      <state state_ref="oval:org.mitre.oval:ste:32354"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120171" version="1" comment="libgnutls-extra26 RPM is earlier than 0:2.4.1-24.39.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40938"/>
      <state state_ref="oval:org.mitre.oval:ste:32902"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120018" version="1" comment="gnutls RPM is earlier than 0:2.4.1-24.39.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14386"/>
      <state state_ref="oval:org.mitre.oval:ste:32902"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120542" version="1" comment="libqscintilla2-5 RPM is earlier than 0:2.3.2-1.34.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41764"/>
      <state state_ref="oval:org.mitre.oval:ste:32981"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120760" version="1" comment="satsolver-tools RPM is earlier than 0:0.17.7-0.6.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40785"/>
      <state state_ref="oval:org.mitre.oval:ste:32933"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120751" version="1" comment="zypper-log RPM is earlier than 0:1.6.170-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41182"/>
      <state state_ref="oval:org.mitre.oval:ste:33004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120732" version="1" comment="zypp-plugin-spacewalk RPM is earlier than 0:0.9.1-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41566"/>
      <state state_ref="oval:org.mitre.oval:ste:33023"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120576" version="1" comment="zypper RPM is earlier than 0:1.6.170-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41440"/>
      <state state_ref="oval:org.mitre.oval:ste:33004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120541" version="1" comment="libzypp RPM is earlier than 0:9.12.11-0.5.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41522"/>
      <state state_ref="oval:org.mitre.oval:ste:32909"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120305" version="1" comment="perl-satsolver RPM is earlier than 0:0.44.5-0.5.68" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40786"/>
      <state state_ref="oval:org.mitre.oval:ste:32904"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119840" version="1" comment="python-satsolver RPM is earlier than 0:0.44.5-0.5.68" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41328"/>
      <state state_ref="oval:org.mitre.oval:ste:32904"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119317" version="1" comment="pmtools RPM is earlier than 0:20071116-44.20.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40487"/>
      <state state_ref="oval:org.mitre.oval:ste:32598"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120130" version="1" comment="xorg-x11-server-extra RPM is earlier than 0:7.4-27.70.72.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41417"/>
      <state state_ref="oval:org.mitre.oval:ste:32782"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120039" version="1" comment="xorg-x11-Xvnc RPM is earlier than 0:7.4-27.70.72.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41022"/>
      <state state_ref="oval:org.mitre.oval:ste:32782"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119888" version="1" comment="xorg-x11-server RPM is earlier than 0:7.4-27.70.72.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14418"/>
      <state state_ref="oval:org.mitre.oval:ste:32782"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120135" version="1" comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.5-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41414"/>
      <state state_ref="oval:org.mitre.oval:ste:32611"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120035" version="1" comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.5-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41443"/>
      <state state_ref="oval:org.mitre.oval:ste:32611"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119207" version="1" comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.5-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41460"/>
      <state state_ref="oval:org.mitre.oval:ste:32611"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119260" version="1" comment="strongswan RPM is earlier than 0:4.4.0-6.17.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40879"/>
      <state state_ref="oval:org.mitre.oval:ste:32655"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118851" version="1" comment="strongswan-doc RPM is earlier than 0:4.4.0-6.17.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40801"/>
      <state state_ref="oval:org.mitre.oval:ste:32655"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119458" version="1" comment="strongswan RPM is earlier than 0:4.4.0-6.17.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40879"/>
      <state state_ref="oval:org.mitre.oval:ste:32200"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119438" version="1" comment="strongswan-doc RPM is earlier than 0:4.4.0-6.17.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40801"/>
      <state state_ref="oval:org.mitre.oval:ste:32200"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119242" version="1" comment="xen-doc-pdf RPM is earlier than 0:4.2.2_06-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40949"/>
      <state state_ref="oval:org.mitre.oval:ste:32492"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119206" version="1" comment="xen-tools RPM is earlier than 0:4.2.2_06-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40512"/>
      <state state_ref="oval:org.mitre.oval:ste:32492"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119203" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.2_06_3.0.82_0.7-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40263"/>
      <state state_ref="oval:org.mitre.oval:ste:32475"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119199" version="1" comment="xen-tools-domU RPM is earlier than 0:4.2.2_06-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40093"/>
      <state state_ref="oval:org.mitre.oval:ste:32492"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119198" version="1" comment="xen-libs RPM is earlier than 0:4.2.2_06-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14810"/>
      <state state_ref="oval:org.mitre.oval:ste:32492"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119136" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.2_06_3.0.82_0.7-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40875"/>
      <state state_ref="oval:org.mitre.oval:ste:32475"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119069" version="1" comment="xen-doc-html RPM is earlier than 0:4.2.2_06-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40612"/>
      <state state_ref="oval:org.mitre.oval:ste:32492"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119022" version="1" comment="xen-libs-32bit RPM is earlier than 0:4.2.2_06-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40904"/>
      <state state_ref="oval:org.mitre.oval:ste:32492"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119017" version="1" comment="xen RPM is earlier than 0:4.2.2_06-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14646"/>
      <state state_ref="oval:org.mitre.oval:ste:32492"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120547" version="1" comment="coreutils-lang RPM is earlier than 0:8.12-6.25.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41560"/>
      <state state_ref="oval:org.mitre.oval:ste:33113"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120468" version="1" comment="coreutils RPM is earlier than 0:8.12-6.25.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3720"/>
      <state state_ref="oval:org.mitre.oval:ste:33113"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120257" version="1" comment="tomboy-lang RPM is earlier than 0:1.0.1-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41425"/>
      <state state_ref="oval:org.mitre.oval:ste:32636"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120124" version="1" comment="tomboy RPM is earlier than 0:1.0.1-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41048"/>
      <state state_ref="oval:org.mitre.oval:ste:32636"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121781" version="1" comment="rxvt-unicode RPM is earlier than 0:9.05-1.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41745"/>
      <state state_ref="oval:org.mitre.oval:ste:33416"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119674" version="1" comment="libudev0 RPM is earlier than 0:147-0.88.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41014"/>
      <state state_ref="oval:org.mitre.oval:ste:32791"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119480" version="1" comment="libudev0-32bit RPM is earlier than 0:147-0.88.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40805"/>
      <state state_ref="oval:org.mitre.oval:ste:32791"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119280" version="1" comment="udev RPM is earlier than 0:147-0.88.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14607"/>
      <state state_ref="oval:org.mitre.oval:ste:32791"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119270" version="1" comment="libgudev-1_0-0 RPM is earlier than 0:147-0.88.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41061"/>
      <state state_ref="oval:org.mitre.oval:ste:32791"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118752" version="1" comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.88.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41110"/>
      <state state_ref="oval:org.mitre.oval:ste:32791"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120185" version="1" comment="kwin RPM is earlier than 0:4.3.5-0.12.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40847"/>
      <state state_ref="oval:org.mitre.oval:ste:32753"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120004" version="1" comment="kde4-kgreeter-plugins RPM is earlier than 0:4.3.5-0.12.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41403"/>
      <state state_ref="oval:org.mitre.oval:ste:32753"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119843" version="1" comment="kdebase4-workspace RPM is earlier than 0:4.3.5-0.12.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41203"/>
      <state state_ref="oval:org.mitre.oval:ste:32753"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119562" version="1" comment="kdebase4-workspace-ksysguardd RPM is earlier than 0:4.3.5-0.12.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41370"/>
      <state state_ref="oval:org.mitre.oval:ste:32753"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119295" version="1" comment="kdm RPM is earlier than 0:4.3.5-0.12.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41281"/>
      <state state_ref="oval:org.mitre.oval:ste:32753"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120069" version="1" comment="yast2-network RPM is earlier than 0:2.17.182.8-0.5.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41257"/>
      <state state_ref="oval:org.mitre.oval:ste:32508"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120162" version="1" comment="sudo RPM is earlier than 0:1.7.6p2-0.2.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14246"/>
      <state state_ref="oval:org.mitre.oval:ste:32926"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120011" version="1" comment="sudo RPM is earlier than 0:1.6.9p23-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14246"/>
      <state state_ref="oval:org.mitre.oval:ste:32742"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120689" version="1" comment="evolution-lang RPM is earlier than 0:2.28.2-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41515"/>
      <state state_ref="oval:org.mitre.oval:ste:32973"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120679" version="1" comment="evolution RPM is earlier than 0:2.28.2-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14477"/>
      <state state_ref="oval:org.mitre.oval:ste:32973"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120640" version="1" comment="evolution-pilot RPM is earlier than 0:2.28.2-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3982"/>
      <state state_ref="oval:org.mitre.oval:ste:32973"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119494" version="1" comment="xorg-x11-libXv RPM is earlier than 0:7.4-1.16.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40939"/>
      <state state_ref="oval:org.mitre.oval:ste:32323"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119253" version="1" comment="xorg-x11-libXv-32bit RPM is earlier than 0:7.4-1.16.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40893"/>
      <state state_ref="oval:org.mitre.oval:ste:32323"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120082" version="1" comment="orca-lang RPM is earlier than 0:2.28.3-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41288"/>
      <state state_ref="oval:org.mitre.oval:ste:32929"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119925" version="1" comment="orca RPM is earlier than 0:2.28.3-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41452"/>
      <state state_ref="oval:org.mitre.oval:ste:32929"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120414" version="1" comment="openmotif-libs RPM is earlier than 0:2.3.1-3.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41468"/>
      <state state_ref="oval:org.mitre.oval:ste:33039"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120329" version="1" comment="openmotif-libs-32bit RPM is earlier than 0:2.3.1-3.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40970"/>
      <state state_ref="oval:org.mitre.oval:ste:33039"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119828" version="1" comment="libreoffice-l10n-da RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41139"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119827" version="1" comment="libreoffice-help-pt-BR RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40986"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119821" version="1" comment="libreoffice-l10n-ca RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40837"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119819" version="1" comment="libreoffice-l10n-zu RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41223"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119817" version="1" comment="libreoffice-l10n-cs RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41175"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119816" version="1" comment="libreoffice-l10n-pt RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41238"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119814" version="1" comment="libreoffice-l10n-de RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41081"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119811" version="1" comment="libreoffice-help-nl RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40844"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119809" version="1" comment="libreoffice-l10n-fr RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40758"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119808" version="1" comment="libreoffice-languagetool-nl RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40573"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119799" version="1" comment="libreoffice-help-ko RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41098"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119797" version="1" comment="libreoffice-help-da RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41113"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119796" version="1" comment="libreoffice-l10n-hu RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41059"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119795" version="1" comment="libreoffice-help-cs RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40796"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119794" version="1" comment="libreoffice-writer RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29810"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119792" version="1" comment="libreoffice-l10n-pt-BR RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40883"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119789" version="1" comment="libreoffice-languagetool-pl RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41227"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119784" version="1" comment="libreoffice-languagetool-en RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41196"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119783" version="1" comment="libreoffice-l10n-zh-TW RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41277"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119781" version="1" comment="libreoffice-math RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29589"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119778" version="1" comment="libreoffice-filters-optional RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40962"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119776" version="1" comment="libreoffice-branding-SLED RPM is earlier than 0:4.0-0.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41137"/>
      <state state_ref="oval:org.mitre.oval:ste:32799"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119772" version="1" comment="libreoffice-writer-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40264"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119767" version="1" comment="libreoffice-l10n-nb RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41021"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119766" version="1" comment="libreoffice-l10n-gu-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40955"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119764" version="1" comment="libreoffice-languagetool RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40505"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119763" version="1" comment="libreoffice-languagetool-de RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40522"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119759" version="1" comment="libreoffice-l10n-ja RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41211"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119751" version="1" comment="libreoffice-calc-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40828"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119735" version="1" comment="libreoffice-draw RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29875"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119730" version="1" comment="libreoffice-help-hu RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40868"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119728" version="1" comment="libreoffice-help-ja RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40733"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119726" version="1" comment="libreoffice-help-sv RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41108"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119725" version="1" comment="libreoffice-help-it RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40979"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119721" version="1" comment="libreoffice-base-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41129"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119720" version="1" comment="libreoffice-l10n-nl RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41224"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119714" version="1" comment="libreoffice-l10n-ko RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41087"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119711" version="1" comment="libreoffice-l10n-hi-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40278"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119709" version="1" comment="libreoffice-help-de RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41040"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119706" version="1" comment="libreoffice-help-fr RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40858"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119690" version="1" comment="libreoffice-help-hi-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40761"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119663" version="1" comment="libreoffice-kde4 RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40525"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119661" version="1" comment="libreoffice-l10n-sv RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41195"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119659" version="1" comment="libreoffice-help-pl RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40886"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119657" version="1" comment="libreoffice-help-zh-TW RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41135"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119649" version="1" comment="libreoffice-help-zh-CN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41082"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119644" version="1" comment="libreoffice-help-es RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41088"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119638" version="1" comment="libreoffice-help-ru RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40857"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119609" version="1" comment="libreoffice-pyuno RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29757"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119606" version="1" comment="libreoffice-l10n-es RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41126"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119597" version="1" comment="libreoffice-languagetool-it RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41003"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119595" version="1" comment="libreoffice-l10n-en-GB RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40557"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119579" version="1" comment="libreoffice-help-en-GB RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41020"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119566" version="1" comment="libreoffice-kde RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41170"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119563" version="1" comment="libreoffice-calc RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29290"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119545" version="1" comment="libreoffice-languagetool-fr RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41151"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119539" version="1" comment="libreoffice-languagetool-sv RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41206"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119510" version="1" comment="libreoffice-officebean RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40644"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119495" version="1" comment="libreoffice-mono RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40880"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119488" version="1" comment="libreoffice-l10n-sk RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40841"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119449" version="1" comment="libreoffice-impress RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29733"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119430" version="1" comment="libreoffice-base-drivers-postgresql RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40863"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119421" version="1" comment="libreoffice-gnome RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41153"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119411" version="1" comment="libreoffice-l10n-nn RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41124"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119404" version="1" comment="libreoffice-l10n-zh-CN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41212"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119403" version="1" comment="libreoffice-l10n-fi RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41186"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119374" version="1" comment="libreoffice-base RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29800"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119340" version="1" comment="libreoffice-l10n-af RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40779"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119325" version="1" comment="libreoffice-l10n-it RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40586"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119307" version="1" comment="libreoffice-help-pt RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40776"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119299" version="1" comment="libreoffice RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29803"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119279" version="1" comment="libreoffice-icon-themes RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40186"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119254" version="1" comment="libreoffice-l10n-pl RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40290"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119190" version="1" comment="libreoffice-draw-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41152"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119151" version="1" comment="libreoffice-help-gu-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41162"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119058" version="1" comment="libreoffice-l10n-ar RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40911"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118966" version="1" comment="libreoffice-impress-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40620"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118958" version="1" comment="libreoffice-l10n-ru RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41068"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118897" version="1" comment="libreoffice-languagetool-es RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40302"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118837" version="1" comment="libreoffice-l10n-xh RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41193"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118834" version="1" comment="libreoffice-help-en-US RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40944"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118797" version="1" comment="libreoffice-mailmerge RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41075"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120565" version="1" comment="libvirt-client RPM is earlier than 0:0.9.6-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29031"/>
      <state state_ref="oval:org.mitre.oval:ste:33055"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120560" version="1" comment="libvirt RPM is earlier than 0:0.9.6-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15209"/>
      <state state_ref="oval:org.mitre.oval:ste:33055"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120333" version="1" comment="libvirt-python RPM is earlier than 0:0.9.6-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15191"/>
      <state state_ref="oval:org.mitre.oval:ste:33055"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120317" version="1" comment="libvirt-client-32bit RPM is earlier than 0:0.9.6-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41594"/>
      <state state_ref="oval:org.mitre.oval:ste:33055"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120142" version="1" comment="libvirt-doc RPM is earlier than 0:0.9.6-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41598"/>
      <state state_ref="oval:org.mitre.oval:ste:33055"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120256" version="1" comment="libfuse2 RPM is earlier than 0:2.7.2-61.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41480"/>
      <state state_ref="oval:org.mitre.oval:ste:33109"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120180" version="1" comment="fuse RPM is earlier than 0:2.7.2-61.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4411"/>
      <state state_ref="oval:org.mitre.oval:ste:33109"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120296" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41430"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120292" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41399"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120290" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41072"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120282" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41333"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120206" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41236"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120170" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40632"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120161" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40584"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120143" version="1" comment="kernel-trace RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41248"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120139" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41365"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120092" version="1" comment="kernel-pae RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41017"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120070" version="1" comment="kernel-xen RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120003" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41285"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119969" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41388"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119958" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41159"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119915" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41415"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119899" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119882" version="1" comment="kernel-syms RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41080"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119858" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41448"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119668" version="1" comment="kernel-default RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41305"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119667" version="1" comment="kernel-source RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119542" version="1" comment="kernel-trace-extra RPM is earlier than 0:3.0.74-0.6.6.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41295"/>
      <state state_ref="oval:org.mitre.oval:ste:32854"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120068" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.6esr-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41044"/>
      <state state_ref="oval:org.mitre.oval:ste:32553"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119723" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.6esr-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41192"/>
      <state state_ref="oval:org.mitre.oval:ste:32553"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119610" version="1" comment="gvfs-backends RPM is earlier than 0:1.4.3-0.17.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40677"/>
      <state state_ref="oval:org.mitre.oval:ste:32600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119565" version="1" comment="gvfs-lang RPM is earlier than 0:1.4.3-0.17.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41105"/>
      <state state_ref="oval:org.mitre.oval:ste:32600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119281" version="1" comment="gvfs RPM is earlier than 0:1.4.3-0.17.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41096"/>
      <state state_ref="oval:org.mitre.oval:ste:32600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119102" version="1" comment="libgvfscommon0 RPM is earlier than 0:1.4.3-0.17.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40948"/>
      <state state_ref="oval:org.mitre.oval:ste:32600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119085" version="1" comment="gvfs-fuse RPM is earlier than 0:1.4.3-0.17.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40840"/>
      <state state_ref="oval:org.mitre.oval:ste:32600"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120144" version="1" comment="gstreamer-0_10-plugins-good-doc RPM is earlier than 0:0.10.30-5.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41065"/>
      <state state_ref="oval:org.mitre.oval:ste:32801"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120050" version="1" comment="gstreamer-0_10-plugins-good-lang RPM is earlier than 0:0.10.30-5.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41268"/>
      <state state_ref="oval:org.mitre.oval:ste:32801"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120019" version="1" comment="gstreamer-0_10-plugins-v4l RPM is earlier than 0:0.10.30-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40455"/>
      <state state_ref="oval:org.mitre.oval:ste:32885"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119146" version="1" comment="gstreamer-0_10-plugins-good RPM is earlier than 0:0.10.30-5.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40937"/>
      <state state_ref="oval:org.mitre.oval:ste:32801"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120043" version="1" comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.69.69.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41395"/>
      <state state_ref="oval:org.mitre.oval:ste:32647"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119981" version="1" comment="libgudev-1_0-0 RPM is earlier than 0:147-0.69.69.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41379"/>
      <state state_ref="oval:org.mitre.oval:ste:32647"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119869" version="1" comment="libudev0-32bit RPM is earlier than 0:147-0.69.69.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41015"/>
      <state state_ref="oval:org.mitre.oval:ste:32647"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119788" version="1" comment="libudev0 RPM is earlier than 0:147-0.69.69.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41171"/>
      <state state_ref="oval:org.mitre.oval:ste:32647"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119754" version="1" comment="udev RPM is earlier than 0:147-0.69.69.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14607"/>
      <state state_ref="oval:org.mitre.oval:ste:32647"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119259" version="1" comment="timezone RPM is earlier than 0:2013d-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40849"/>
      <state state_ref="oval:org.mitre.oval:ste:31895"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119210" version="1" comment="timezone-java RPM is earlier than 0:2013d-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40306"/>
      <state state_ref="oval:org.mitre.oval:ste:31895"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119144" version="1" comment="xorg-x11-libs RPM is earlier than 0:7.4-8.26.38.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14478"/>
      <state state_ref="oval:org.mitre.oval:ste:32576"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119019" version="1" comment="xorg-x11-libs-32bit RPM is earlier than 0:7.4-8.26.38.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41073"/>
      <state state_ref="oval:org.mitre.oval:ste:32576"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120375" version="1" comment="libxslt-devel RPM is earlier than 0:1.1.15-15.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15150"/>
      <state state_ref="oval:org.mitre.oval:ste:32786"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120347" version="1" comment="libxslt RPM is earlier than 0:1.1.24-19.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15147"/>
      <state state_ref="oval:org.mitre.oval:ste:33046"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120337" version="1" comment="libxslt RPM is earlier than 0:1.1.15-15.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15147"/>
      <state state_ref="oval:org.mitre.oval:ste:32786"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120308" version="1" comment="libxslt-32bit RPM is earlier than 0:1.1.15-15.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41349"/>
      <state state_ref="oval:org.mitre.oval:ste:32786"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120149" version="1" comment="libxslt-devel-32bit RPM is earlier than 0:1.1.15-15.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41317"/>
      <state state_ref="oval:org.mitre.oval:ste:32786"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120105" version="1" comment="libxslt-32bit RPM is earlier than 0:1.1.24-19.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41349"/>
      <state state_ref="oval:org.mitre.oval:ste:33046"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121810" version="1" comment="kdm RPM is earlier than 0:4.3.5-0.12.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41281"/>
      <state state_ref="oval:org.mitre.oval:ste:33408"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121663" version="1" comment="kdebase4-workspace RPM is earlier than 0:4.3.5-0.12.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41203"/>
      <state state_ref="oval:org.mitre.oval:ste:33408"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121577" version="1" comment="kde4-kgreeter-plugins RPM is earlier than 0:4.3.5-0.12.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41403"/>
      <state state_ref="oval:org.mitre.oval:ste:33408"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121575" version="1" comment="kdebase4-workspace-ksysguardd RPM is earlier than 0:4.3.5-0.12.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41370"/>
      <state state_ref="oval:org.mitre.oval:ste:33408"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121495" version="1" comment="kdebase4-wallpapers RPM is earlier than 0:4.3.5-0.11.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41617"/>
      <state state_ref="oval:org.mitre.oval:ste:32528"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121471" version="1" comment="kwin RPM is earlier than 0:4.3.5-0.12.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40847"/>
      <state state_ref="oval:org.mitre.oval:ste:33408"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119633" version="1" comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.56.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40933"/>
      <state state_ref="oval:org.mitre.oval:ste:32114"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119614" version="1" comment="krb5-devel RPM is earlier than 0:1.4.3-19.49.53.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14100"/>
      <state state_ref="oval:org.mitre.oval:ste:32645"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119591" version="1" comment="krb5-server RPM is earlier than 0:1.4.3-19.49.53.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14452"/>
      <state state_ref="oval:org.mitre.oval:ste:32645"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119572" version="1" comment="krb5-devel-32bit RPM is earlier than 0:1.4.3-19.49.53.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40931"/>
      <state state_ref="oval:org.mitre.oval:ste:32645"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119453" version="1" comment="krb5-apps-servers RPM is earlier than 0:1.4.3-19.49.53.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40964"/>
      <state state_ref="oval:org.mitre.oval:ste:32645"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119348" version="1" comment="krb5-client RPM is earlier than 0:1.6.3-133.49.56.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40802"/>
      <state state_ref="oval:org.mitre.oval:ste:32114"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119318" version="1" comment="krb5 RPM is earlier than 0:1.6.3-133.49.56.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14120"/>
      <state state_ref="oval:org.mitre.oval:ste:32114"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119293" version="1" comment="krb5-server RPM is earlier than 0:1.6.3-133.49.56.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14452"/>
      <state state_ref="oval:org.mitre.oval:ste:32114"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119248" version="1" comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.56.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40964"/>
      <state state_ref="oval:org.mitre.oval:ste:32114"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119123" version="1" comment="krb5-apps-clients RPM is earlier than 0:1.4.3-19.49.53.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40865"/>
      <state state_ref="oval:org.mitre.oval:ste:32645"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118972" version="1" comment="krb5-client RPM is earlier than 0:1.4.3-19.49.53.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40802"/>
      <state state_ref="oval:org.mitre.oval:ste:32645"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118970" version="1" comment="krb5-32bit RPM is earlier than 0:1.4.3-19.49.53.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40933"/>
      <state state_ref="oval:org.mitre.oval:ste:32645"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118947" version="1" comment="krb5 RPM is earlier than 0:1.4.3-19.49.53.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14120"/>
      <state state_ref="oval:org.mitre.oval:ste:32645"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118810" version="1" comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.56.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40865"/>
      <state state_ref="oval:org.mitre.oval:ste:32114"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118569" version="1" comment="libvirt RPM is earlier than 0:1.0.5.4-0.9.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15209"/>
      <state state_ref="oval:org.mitre.oval:ste:32108"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118537" version="1" comment="libvirt-client RPM is earlier than 0:1.0.5.4-0.9.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29031"/>
      <state state_ref="oval:org.mitre.oval:ste:32108"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118521" version="1" comment="libvirt-python RPM is earlier than 0:1.0.5.4-0.9.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15191"/>
      <state state_ref="oval:org.mitre.oval:ste:32108"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118085" version="1" comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.4-0.9.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40060"/>
      <state state_ref="oval:org.mitre.oval:ste:32108"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117664" version="1" comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.4-0.9.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:28971"/>
      <state state_ref="oval:org.mitre.oval:ste:32108"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117644" version="1" comment="libvirt-doc RPM is earlier than 0:1.0.5.4-0.9.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40332"/>
      <state state_ref="oval:org.mitre.oval:ste:32108"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119425" version="1" comment="xorg-x11-libXt-32bit RPM is earlier than 0:7.4-1.19.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40997"/>
      <state state_ref="oval:org.mitre.oval:ste:32711"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118658" version="1" comment="xorg-x11-libXt RPM is earlier than 0:7.4-1.19.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40958"/>
      <state state_ref="oval:org.mitre.oval:ste:32711"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120147" version="1" comment="cron RPM is earlier than 0:4.1-194.207.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3478"/>
      <state state_ref="oval:org.mitre.oval:ste:32779"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120373" version="1" comment="yast2-kdump RPM is earlier than 0:2.17.22-0.4.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41158"/>
      <state state_ref="oval:org.mitre.oval:ste:33153"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121860" version="1" comment="kvm RPM is earlier than 0:1.4.2-0.15.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15123"/>
      <state state_ref="oval:org.mitre.oval:ste:33402"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120267" version="1" comment="gnome-system-monitor-lang RPM is earlier than 0:2.28.0-1.9.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41304"/>
      <state state_ref="oval:org.mitre.oval:ste:32623"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120204" version="1" comment="libgtop-2_0-7 RPM is earlier than 0:2.28.0-1.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41463"/>
      <state state_ref="oval:org.mitre.oval:ste:32592"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120099" version="1" comment="libgtop-doc RPM is earlier than 0:2.28.0-1.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40820"/>
      <state state_ref="oval:org.mitre.oval:ste:32592"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120086" version="1" comment="gnome-system-monitor RPM is earlier than 0:2.28.0-1.9.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4546"/>
      <state state_ref="oval:org.mitre.oval:ste:32623"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119956" version="1" comment="libgtop RPM is earlier than 0:2.28.0-1.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41177"/>
      <state state_ref="oval:org.mitre.oval:ste:32592"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119838" version="1" comment="libgtop-lang RPM is earlier than 0:2.28.0-1.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40967"/>
      <state state_ref="oval:org.mitre.oval:ste:32592"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119760" version="1" comment="icedtea-web RPM is earlier than 0:1.4-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29552"/>
      <state state_ref="oval:org.mitre.oval:ste:32887"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120260" version="1" comment="rpm RPM is earlier than 0:4.4.2.3-37.56.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29900"/>
      <state state_ref="oval:org.mitre.oval:ste:32534"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120152" version="1" comment="popt RPM is earlier than 0:1.7-37.56.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29846"/>
      <state state_ref="oval:org.mitre.oval:ste:32834"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119923" version="1" comment="rpm-32bit RPM is earlier than 0:4.4.2.3-37.56.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41045"/>
      <state state_ref="oval:org.mitre.oval:ste:32534"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119330" version="1" comment="popt-32bit RPM is earlier than 0:1.7-37.56.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41280"/>
      <state state_ref="oval:org.mitre.oval:ste:32834"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118726" version="1" comment="microcode_ctl RPM is earlier than 0:1.17-102.57.60.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40227"/>
      <state state_ref="oval:org.mitre.oval:ste:32382"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118623" version="1" comment="microcode_ctl RPM is earlier than 0:1.17-102.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40227"/>
      <state state_ref="oval:org.mitre.oval:ste:32761"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118468" version="1" comment="python-dmidecode RPM is earlier than 0:3.10.11-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40511"/>
      <state state_ref="oval:org.mitre.oval:ste:32535"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119757" version="1" comment="ctapi-cyberjack RPM is earlier than 0:3.3.0-3.27.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3665"/>
      <state state_ref="oval:org.mitre.oval:ste:32450"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119277" version="1" comment="pcsc-cyberjack RPM is earlier than 0:3.3.0-3.27.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40759"/>
      <state state_ref="oval:org.mitre.oval:ste:32450"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118784" version="1" comment="ctapi-cyberjack-32bit RPM is earlier than 0:3.3.0-3.27.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3876"/>
      <state state_ref="oval:org.mitre.oval:ste:32450"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119965" version="1" comment="gnome-session-lang RPM is earlier than 0:2.28.0-3.11.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41138"/>
      <state state_ref="oval:org.mitre.oval:ste:32794"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119963" version="1" comment="gnome-session RPM is earlier than 0:2.28.0-3.11.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5111"/>
      <state state_ref="oval:org.mitre.oval:ste:32794"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118440" version="1" comment="gnome-bluetooth RPM is earlier than 0:2.28.6-0.11.42" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5109"/>
      <state state_ref="oval:org.mitre.oval:ste:32164"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118359" version="1" comment="gnome-bluetooth-lang RPM is earlier than 0:2.28.6-0.11.42" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40447"/>
      <state state_ref="oval:org.mitre.oval:ste:32164"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118213" version="1" comment="libgnome-bluetooth7 RPM is earlier than 0:2.28.6-0.11.42" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40618"/>
      <state state_ref="oval:org.mitre.oval:ste:32164"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119537" version="1" comment="ctapi-cyberjack-32bit RPM is earlier than 0:3.3.0-3.27.3.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3876"/>
      <state state_ref="oval:org.mitre.oval:ste:32584"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119402" version="1" comment="ctapi-cyberjack RPM is earlier than 0:3.3.0-3.27.3.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3665"/>
      <state state_ref="oval:org.mitre.oval:ste:32584"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119219" version="1" comment="pcsc-cyberjack RPM is earlier than 0:3.3.0-3.27.3.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40669"/>
      <state state_ref="oval:org.mitre.oval:ste:32584"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119909" version="1" comment="xorg-x11-libxcb-32bit RPM is earlier than 0:7.4-1.22.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41039"/>
      <state state_ref="oval:org.mitre.oval:ste:32745"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119823" version="1" comment="xorg-x11-libxcb-devel RPM is earlier than 0:7.4-1.22.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41202"/>
      <state state_ref="oval:org.mitre.oval:ste:32745"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119142" version="1" comment="xorg-x11-libxcb RPM is earlier than 0:7.4-1.22.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41355"/>
      <state state_ref="oval:org.mitre.oval:ste:32745"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120186" version="1" comment="libnetcontrol0-32bit RPM is earlier than 0:0.2.8-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41485"/>
      <state state_ref="oval:org.mitre.oval:ste:32575"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119914" version="1" comment="libnetcontrol0 RPM is earlier than 0:0.2.8-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41486"/>
      <state state_ref="oval:org.mitre.oval:ste:32575"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119536" version="1" comment="java-1_7_0-openjdk-devel RPM is earlier than 0:1.7.0.6-0.19.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41095"/>
      <state state_ref="oval:org.mitre.oval:ste:32710"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119358" version="1" comment="java-1_7_0-openjdk RPM is earlier than 0:1.7.0.6-0.19.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40852"/>
      <state state_ref="oval:org.mitre.oval:ste:32710"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118884" version="1" comment="java-1_7_0-openjdk-demo RPM is earlier than 0:1.7.0.6-0.19.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41089"/>
      <state state_ref="oval:org.mitre.oval:ste:32710"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119470" version="1" comment="xorg-x11-libXrender RPM is earlier than 0:7.4-1.16.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40855"/>
      <state state_ref="oval:org.mitre.oval:ste:32323"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118956" version="1" comment="xorg-x11-libXrender-32bit RPM is earlier than 0:7.4-1.16.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41024"/>
      <state state_ref="oval:org.mitre.oval:ste:32323"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120644" version="1" comment="timezone RPM is earlier than 0:2013b-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41638"/>
      <state state_ref="oval:org.mitre.oval:ste:32979"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120638" version="1" comment="timezone RPM is earlier than 0:2013b-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41638"/>
      <state state_ref="oval:org.mitre.oval:ste:33071"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120193" version="1" comment="timezone-java RPM is earlier than 0:2013b-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41556"/>
      <state state_ref="oval:org.mitre.oval:ste:32979"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119169" version="1" comment="yelp RPM is earlier than 0:2.28.1-1.12.110" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14764"/>
      <state state_ref="oval:org.mitre.oval:ste:32456"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119035" version="1" comment="yelp RPM is earlier than 0:2.28.1-1.12.111" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14764"/>
      <state state_ref="oval:org.mitre.oval:ste:32447"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118820" version="1" comment="yelp-lang RPM is earlier than 0:2.28.1-1.12.110" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40861"/>
      <state state_ref="oval:org.mitre.oval:ste:32456"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118404" version="1" comment="yelp-lang RPM is earlier than 0:2.28.1-1.12.111" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40861"/>
      <state state_ref="oval:org.mitre.oval:ste:32447"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118635" version="1" comment="mysql RPM is earlier than 0:5.5.32-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14355"/>
      <state state_ref="oval:org.mitre.oval:ste:32616"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118598" version="1" comment="libmysqlclient15-32bit RPM is earlier than 0:5.0.96-0.6.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40626"/>
      <state state_ref="oval:org.mitre.oval:ste:32442"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118591" version="1" comment="libmysql55client_r18 RPM is earlier than 0:5.5.32-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40482"/>
      <state state_ref="oval:org.mitre.oval:ste:32616"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118588" version="1" comment="libmysql55client18-32bit RPM is earlier than 0:5.5.32-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40266"/>
      <state state_ref="oval:org.mitre.oval:ste:32616"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118580" version="1" comment="mysql-tools RPM is earlier than 0:5.5.32-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40594"/>
      <state state_ref="oval:org.mitre.oval:ste:32616"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118285" version="1" comment="libmysqlclient_r15-32bit RPM is earlier than 0:5.0.96-0.6.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40279"/>
      <state state_ref="oval:org.mitre.oval:ste:32442"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118187" version="1" comment="libmysql55client_r18-32bit RPM is earlier than 0:5.5.32-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40492"/>
      <state state_ref="oval:org.mitre.oval:ste:32616"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118178" version="1" comment="libmysqlclient_r15 RPM is earlier than 0:5.0.96-0.6.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40581"/>
      <state state_ref="oval:org.mitre.oval:ste:32442"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117947" version="1" comment="libmysqlclient15 RPM is earlier than 0:5.0.96-0.6.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40452"/>
      <state state_ref="oval:org.mitre.oval:ste:32442"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117833" version="1" comment="mysql-client RPM is earlier than 0:5.5.32-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40350"/>
      <state state_ref="oval:org.mitre.oval:ste:32616"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117730" version="1" comment="libmysql55client18 RPM is earlier than 0:5.5.32-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40268"/>
      <state state_ref="oval:org.mitre.oval:ste:32616"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120953" version="1" comment="pam_krb5 RPM is earlier than 0:2.3.1-47.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15087"/>
      <state state_ref="oval:org.mitre.oval:ste:32940"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120512" version="1" comment="pam_krb5-32bit RPM is earlier than 0:2.3.1-47.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41734"/>
      <state state_ref="oval:org.mitre.oval:ste:32940"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118581" version="1" comment="ldapsmb RPM is earlier than 0:1.34b-12.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40429"/>
      <state state_ref="oval:org.mitre.oval:ste:32343"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118568" version="1" comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40605"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118530" version="1" comment="libldb1 RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40572"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118517" version="1" comment="samba-doc RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29416"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118508" version="1" comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40569"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118500" version="1" comment="samba-32bit RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40441"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118478" version="1" comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40468"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118473" version="1" comment="samba-winbind RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29389"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118457" version="1" comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40540"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118446" version="1" comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40217"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118426" version="1" comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40205"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118421" version="1" comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40480"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118314" version="1" comment="libtevent0 RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40574"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118205" version="1" comment="libtalloc2 RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40499"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118179" version="1" comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40497"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118150" version="1" comment="libtdb1 RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40072"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118146" version="1" comment="samba RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40533"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118090" version="1" comment="libwbclient0 RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39810"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118038" version="1" comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40490"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118000" version="1" comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40361"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117924" version="1" comment="samba-client RPM is earlier than 0:3.6.3-0.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13861"/>
      <state state_ref="oval:org.mitre.oval:ste:31960"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118172" version="1" comment="perl-Bootloader RPM is earlier than 0:0.4.89.56-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40591"/>
      <state state_ref="oval:org.mitre.oval:ste:32593"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117779" version="1" comment="openssl-certs RPM is earlier than 0:1.95-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39411"/>
      <state state_ref="oval:org.mitre.oval:ste:32499"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118272" version="1" comment="release-notes-sled RPM is earlier than 0:11.3.22-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40346"/>
      <state state_ref="oval:org.mitre.oval:ste:32530"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119684" version="1" comment="xorg-x11-libXp-32bit RPM is earlier than 0:7.4-1.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40770"/>
      <state state_ref="oval:org.mitre.oval:ste:32677"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119482" version="1" comment="xorg-x11-libXp-devel RPM is earlier than 0:7.4-1.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41363"/>
      <state state_ref="oval:org.mitre.oval:ste:32677"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118983" version="1" comment="xorg-x11-libXp RPM is earlier than 0:7.4-1.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41235"/>
      <state state_ref="oval:org.mitre.oval:ste:32677"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121102" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.270-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40835"/>
      <state state_ref="oval:org.mitre.oval:ste:33196"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121094" version="1" comment="flash-player RPM is earlier than 0:11.2.202.270-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:33196"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121053" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.270-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41441"/>
      <state state_ref="oval:org.mitre.oval:ste:33196"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120695" version="1" comment="flash-player RPM is earlier than 0:11.2.202.270-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32670"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120766" version="1" comment="yast2-backup RPM is earlier than 0:2.17.14-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41744"/>
      <state state_ref="oval:org.mitre.oval:ste:32946"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118644" version="1" comment="supportutils RPM is earlier than 0:1.20-0.28.76.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40305"/>
      <state state_ref="oval:org.mitre.oval:ste:32312"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117792" version="1" comment="supportutils RPM is earlier than 0:1.20-0.75.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40305"/>
      <state state_ref="oval:org.mitre.oval:ste:32719"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120233" version="1" comment="libpcap0 RPM is earlier than 0:0.9.8-50.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41342"/>
      <state state_ref="oval:org.mitre.oval:ste:32817"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119732" version="1" comment="libpcap0-32bit RPM is earlier than 0:0.9.8-50.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40940"/>
      <state state_ref="oval:org.mitre.oval:ste:32817"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120273" version="1" comment="kinfocenter RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41313"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120209" version="1" comment="kfind RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41049"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120199" version="1" comment="kwrite RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41476"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120198" version="1" comment="keditbookmarks RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41176"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120194" version="1" comment="dolphin RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41401"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120125" version="1" comment="kdialog RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41239"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120066" version="1" comment="libkonq5 RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41490"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120023" version="1" comment="kdepasswd RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40989"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119982" version="1" comment="kdebase4-libkonq RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41219"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119977" version="1" comment="kdebase4-nsplugin RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40874"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119868" version="1" comment="konsole RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41168"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119774" version="1" comment="kdebase4 RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41412"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119355" version="1" comment="konqueror RPM is earlier than 0:4.3.5-0.3.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41279"/>
      <state state_ref="oval:org.mitre.oval:ste:32876"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119500" version="1" comment="python-base RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40831"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119465" version="1" comment="python-idle RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40789"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119393" version="1" comment="python-gdbm RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40860"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119375" version="1" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41057"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119342" version="1" comment="python-xml RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40854"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119171" version="1" comment="python RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119158" version="1" comment="python-curses RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40764"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119083" version="1" comment="python-demo RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41111"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119008" version="1" comment="python-32bit RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41140"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118838" version="1" comment="python-base-32bit RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40873"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118716" version="1" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40625"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118697" version="1" comment="python-tk RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40675"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118681" version="1" comment="python-devel RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117938" version="1" comment="wireshark RPM is earlier than 0:1.8.11-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14711"/>
      <state state_ref="oval:org.mitre.oval:ste:32539"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119406" version="1" comment="ruby-tk RPM is earlier than 0:1.8.7.p357-0.9.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41130"/>
      <state state_ref="oval:org.mitre.oval:ste:31806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119292" version="1" comment="ruby-doc-html RPM is earlier than 0:1.8.7.p357-0.9.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41093"/>
      <state state_ref="oval:org.mitre.oval:ste:31806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118836" version="1" comment="ruby RPM is earlier than 0:1.8.7.p357-0.9.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14305"/>
      <state state_ref="oval:org.mitre.oval:ste:31806"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118574" version="1" comment="libgudev-1_0-0 RPM is earlier than 0:147-0.90.8" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40063"/>
      <state state_ref="oval:org.mitre.oval:ste:32348"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118461" version="1" comment="libudev0-32bit RPM is earlier than 0:147-0.90.8" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40399"/>
      <state state_ref="oval:org.mitre.oval:ste:32348"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118345" version="1" comment="libudev0 RPM is earlier than 0:147-0.90.8" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39964"/>
      <state state_ref="oval:org.mitre.oval:ste:32348"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118334" version="1" comment="udev RPM is earlier than 0:147-0.90.8" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14607"/>
      <state state_ref="oval:org.mitre.oval:ste:32348"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118071" version="1" comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.90.8" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40299"/>
      <state state_ref="oval:org.mitre.oval:ste:32348"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120432" version="1" comment="wireshark-devel RPM is earlier than 0:1.6.14-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:30148"/>
      <state state_ref="oval:org.mitre.oval:ste:32993"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120261" version="1" comment="wireshark RPM is earlier than 0:1.8.6-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14711"/>
      <state state_ref="oval:org.mitre.oval:ste:32422"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119991" version="1" comment="wireshark RPM is earlier than 0:1.6.14-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14711"/>
      <state state_ref="oval:org.mitre.oval:ste:32993"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120854" version="1" comment="libtspi1 RPM is earlier than 0:0.3.7-3.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40848"/>
      <state state_ref="oval:org.mitre.oval:ste:32971"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120759" version="1" comment="libtspi1-32bit RPM is earlier than 0:0.3.7-3.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41743"/>
      <state state_ref="oval:org.mitre.oval:ste:32971"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120575" version="1" comment="trousers RPM is earlier than 0:0.3.7-3.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41327"/>
      <state state_ref="oval:org.mitre.oval:ste:32971"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119984" version="1" comment="xorg-x11-libXt-devel RPM is earlier than 0:7.4-1.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41143"/>
      <state state_ref="oval:org.mitre.oval:ste:32805"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119818" version="1" comment="xorg-x11-libXt-32bit RPM is earlier than 0:7.4-1.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41303"/>
      <state state_ref="oval:org.mitre.oval:ste:32805"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119441" version="1" comment="xorg-x11-libXt RPM is earlier than 0:7.4-1.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41269"/>
      <state state_ref="oval:org.mitre.oval:ste:32805"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120620" version="1" comment="ethtool RPM is earlier than 0:6.2.6.39-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3884"/>
      <state state_ref="oval:org.mitre.oval:ste:33020"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118593" version="1" comment="suseRegister RPM is earlier than 0:1.4-1.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40435"/>
      <state state_ref="oval:org.mitre.oval:ste:31804"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119976" version="1" comment="yast2-network RPM is earlier than 0:2.17.182.12-0.5.11" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41232"/>
      <state state_ref="oval:org.mitre.oval:ste:32741"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120527" version="1" comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41653"/>
      <state state_ref="oval:org.mitre.oval:ste:32171"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120481" version="1" comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41368"/>
      <state state_ref="oval:org.mitre.oval:ste:32171"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120469" version="1" comment="krb5-server RPM is earlier than 0:1.6.3-133.49.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14452"/>
      <state state_ref="oval:org.mitre.oval:ste:32171"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120448" version="1" comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41320"/>
      <state state_ref="oval:org.mitre.oval:ste:32171"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120380" version="1" comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41582"/>
      <state state_ref="oval:org.mitre.oval:ste:32171"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119933" version="1" comment="krb5 RPM is earlier than 0:1.6.3-133.49.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14120"/>
      <state state_ref="oval:org.mitre.oval:ste:32171"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119722" version="1" comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41215"/>
      <state state_ref="oval:org.mitre.oval:ste:32171"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119601" version="1" comment="krb5-client RPM is earlier than 0:1.6.3-133.49.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41316"/>
      <state state_ref="oval:org.mitre.oval:ste:32171"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119447" version="1" comment="release-notes-sled RPM is earlier than 0:11.3.20-0.9.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40889"/>
      <state state_ref="oval:org.mitre.oval:ste:32688"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118707" version="1" comment="release-notes-sled RPM is earlier than 0:11.3.20-0.9.4" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40889"/>
      <state state_ref="oval:org.mitre.oval:ste:32736"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120301" version="1" comment="yast2-wagon RPM is earlier than 0:2.17.32.4-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41276"/>
      <state state_ref="oval:org.mitre.oval:ste:32648"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118056" version="1" comment="vm-install RPM is earlier than 0:0.6.24-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40241"/>
      <state state_ref="oval:org.mitre.oval:ste:32148"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117675" version="1" comment="ethtool RPM is earlier than 0:6.2.6.39-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3884"/>
      <state state_ref="oval:org.mitre.oval:ste:32494"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117790" version="1" comment="yast2-storage RPM is earlier than 0:2.17.145-0.7.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40325"/>
      <state state_ref="oval:org.mitre.oval:ste:32525"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117623" version="1" comment="yast2-storage-lib RPM is earlier than 0:2.17.145-0.7.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40083"/>
      <state state_ref="oval:org.mitre.oval:ste:32525"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118309" version="1" comment="openvpn-auth-pam-plugin RPM is earlier than 0:2.0.9-143.33.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40157"/>
      <state state_ref="oval:org.mitre.oval:ste:32097"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118249" version="1" comment="openvpn RPM is earlier than 0:2.0.9-143.40.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40141"/>
      <state state_ref="oval:org.mitre.oval:ste:32390"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118157" version="1" comment="openvpn RPM is earlier than 0:2.0.9-143.33.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40141"/>
      <state state_ref="oval:org.mitre.oval:ste:32097"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118049" version="1" comment="openvpn-auth-pam-plugin RPM is earlier than 0:2.0.9-143.40.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40157"/>
      <state state_ref="oval:org.mitre.oval:ste:32390"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120288" version="2" comment="kdm-branding-SLED RPM is earlier than 0:11-25.22.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43589"/>
      <state state_ref="oval:org.mitre.oval:ste:32152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120191" version="2" comment="kio_sysinfo RPM is earlier than 0:11-25.22.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43506"/>
      <state state_ref="oval:org.mitre.oval:ste:32152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120141" version="2" comment="kdebase4-runtime-branding-SLED RPM is earlier than 0:11-25.22.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42696"/>
      <state state_ref="oval:org.mitre.oval:ste:32152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120104" version="2" comment="kdebase4-SLED-lang RPM is earlier than 0:11-25.22.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43537"/>
      <state state_ref="oval:org.mitre.oval:ste:32152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120054" version="2" comment="kdelibs4-branding-SLED RPM is earlier than 0:11-25.22.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43524"/>
      <state state_ref="oval:org.mitre.oval:ste:32152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120016" version="2" comment="kio_sysinfo-branding-SLED RPM is earlier than 0:11-25.22.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42882"/>
      <state state_ref="oval:org.mitre.oval:ste:32152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119902" version="2" comment="kdebase4-workspace-branding-SLED RPM is earlier than 0:11-25.22.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43447"/>
      <state state_ref="oval:org.mitre.oval:ste:32152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119857" version="2" comment="kdebase4-SLED RPM is earlier than 0:11-25.22.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:42886"/>
      <state state_ref="oval:org.mitre.oval:ste:32152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119327" version="1" comment="yast2-mail RPM is earlier than 0:2.17.6-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40627"/>
      <state state_ref="oval:org.mitre.oval:ste:32811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118547" version="1" comment="yast2-mail-plugins RPM is earlier than 0:2.17.6-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40580"/>
      <state state_ref="oval:org.mitre.oval:ste:32811"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118259" version="1" comment="java-1_7_0-openjdk RPM is earlier than 0:1.7.0.6-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40009"/>
      <state state_ref="oval:org.mitre.oval:ste:32412"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118240" version="1" comment="java-1_7_0-openjdk-demo RPM is earlier than 0:1.7.0.6-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40230"/>
      <state state_ref="oval:org.mitre.oval:ste:32412"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118087" version="1" comment="java-1_7_0-openjdk-devel RPM is earlier than 0:1.7.0.6-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39962"/>
      <state state_ref="oval:org.mitre.oval:ste:32412"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119461" version="1" comment="liblcms2-2 RPM is earlier than 0:2.5-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40817"/>
      <state state_ref="oval:org.mitre.oval:ste:32738"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119080" version="1" comment="lcms2 RPM is earlier than 0:2.5-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40864"/>
      <state state_ref="oval:org.mitre.oval:ste:32738"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118646" version="1" comment="telepathy-idle RPM is earlier than 0:0.1.5-1.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40592"/>
      <state state_ref="oval:org.mitre.oval:ste:32550"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120394" version="1" comment="icedtea-web RPM is earlier than 0:1.3.2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29552"/>
      <state state_ref="oval:org.mitre.oval:ste:32157"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120146" version="1" comment="pure-ftpd RPM is earlier than 0:1.0.22-3.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41240"/>
      <state state_ref="oval:org.mitre.oval:ste:32913"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118687" version="1" comment="openssh-askpass RPM is earlier than 0:5.1p1-41.57.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14577"/>
      <state state_ref="oval:org.mitre.oval:ste:32681"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118524" version="1" comment="openssh RPM is earlier than 0:5.1p1-41.57.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14581"/>
      <state state_ref="oval:org.mitre.oval:ste:32681"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119336" version="1" comment="postfix RPM is earlier than 0:2.5.13-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41032"/>
      <state state_ref="oval:org.mitre.oval:ste:32864"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119333" version="1" comment="postfix-mysql RPM is earlier than 0:2.5.13-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40812"/>
      <state state_ref="oval:org.mitre.oval:ste:32864"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119226" version="1" comment="postfix-doc RPM is earlier than 0:2.5.13-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40152"/>
      <state state_ref="oval:org.mitre.oval:ste:32864"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119907" version="1" comment="xorg-x11-libXext-devel RPM is earlier than 0:7.4-1.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41400"/>
      <state state_ref="oval:org.mitre.oval:ste:32677"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119769" version="1" comment="xorg-x11-libXext RPM is earlier than 0:7.4-1.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41247"/>
      <state state_ref="oval:org.mitre.oval:ste:32677"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119473" version="1" comment="xorg-x11-libXext-32bit RPM is earlier than 0:7.4-1.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41099"/>
      <state state_ref="oval:org.mitre.oval:ste:32677"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119773" version="1" comment="spacewalk-client-setup RPM is earlier than 0:1.7.14.16-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40245"/>
      <state state_ref="oval:org.mitre.oval:ste:32813"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119748" version="1" comment="rhnlib RPM is earlier than 0:2.5.51.4-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40919"/>
      <state state_ref="oval:org.mitre.oval:ste:32454"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119697" version="1" comment="spacewalk-client-tools RPM is earlier than 0:1.7.14.16-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41156"/>
      <state state_ref="oval:org.mitre.oval:ste:32813"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119305" version="1" comment="zypp-plugin-spacewalk RPM is earlier than 0:0.9.2-0.5.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41141"/>
      <state state_ref="oval:org.mitre.oval:ste:32890"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118984" version="1" comment="spacewalk-check RPM is earlier than 0:1.7.14.16-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41054"/>
      <state state_ref="oval:org.mitre.oval:ste:32813"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118088" version="1" comment="krb5-plugin-preauth-pkinit RPM is earlier than 0:1.6.3-133.49.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39897"/>
      <state state_ref="oval:org.mitre.oval:ste:32538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117973" version="1" comment="krb5-apps-servers RPM is earlier than 0:1.6.3-133.49.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39547"/>
      <state state_ref="oval:org.mitre.oval:ste:32538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117877" version="1" comment="krb5 RPM is earlier than 0:1.6.3-133.49.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14120"/>
      <state state_ref="oval:org.mitre.oval:ste:32538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117845" version="1" comment="krb5-32bit RPM is earlier than 0:1.6.3-133.49.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40058"/>
      <state state_ref="oval:org.mitre.oval:ste:32538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117794" version="1" comment="krb5-plugin-kdb-ldap RPM is earlier than 0:1.6.3-133.49.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40374"/>
      <state state_ref="oval:org.mitre.oval:ste:32538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117767" version="1" comment="krb5-doc RPM is earlier than 0:1.6.3-133.49.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40395"/>
      <state state_ref="oval:org.mitre.oval:ste:32538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117764" version="1" comment="krb5-client RPM is earlier than 0:1.6.3-133.49.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39939"/>
      <state state_ref="oval:org.mitre.oval:ste:32538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117538" version="1" comment="krb5-apps-clients RPM is earlier than 0:1.6.3-133.49.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40252"/>
      <state state_ref="oval:org.mitre.oval:ste:32538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117376" version="1" comment="krb5-server RPM is earlier than 0:1.6.3-133.49.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14452"/>
      <state state_ref="oval:org.mitre.oval:ste:32538"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118270" version="1" comment="elilo RPM is earlier than 0:3.14-0.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4289"/>
      <state state_ref="oval:org.mitre.oval:ste:32264"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118053" version="1" comment="timezone RPM is earlier than 0:2013i-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40125"/>
      <state state_ref="oval:org.mitre.oval:ste:32515"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117927" version="1" comment="timezone-java RPM is earlier than 0:2013i-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39992"/>
      <state state_ref="oval:org.mitre.oval:ste:32515"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118125" version="1" comment="kpartx RPM is earlier than 0:0.4.9-0.70.72.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15125"/>
      <state state_ref="oval:org.mitre.oval:ste:32583"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117911" version="1" comment="multipath-tools RPM is earlier than 0:0.4.9-0.70.72.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39627"/>
      <state state_ref="oval:org.mitre.oval:ste:32583"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118166" version="1" comment="yast2-ldap-client RPM is earlier than 0:2.17.38-0.7.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40397"/>
      <state state_ref="oval:org.mitre.oval:ste:32257"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118083" version="1" comment="libdrm RPM is earlier than 0:2.4.41-0.10.8" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40105"/>
      <state state_ref="oval:org.mitre.oval:ste:32506"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118032" version="1" comment="libdrm-32bit RPM is earlier than 0:2.4.41-0.10.8" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40185"/>
      <state state_ref="oval:org.mitre.oval:ste:32506"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118018" version="1" comment="Mesa-32bit RPM is earlier than 0:9.0.3-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40322"/>
      <state state_ref="oval:org.mitre.oval:ste:31723"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117958" version="1" comment="xorg-x11-driver-video RPM is earlier than 0:7.4.0.1-0.85.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40354"/>
      <state state_ref="oval:org.mitre.oval:ste:32483"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117427" version="1" comment="Mesa RPM is earlier than 0:9.0.3-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40367"/>
      <state state_ref="oval:org.mitre.oval:ste:31723"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121152" version="1" comment="libtalloc1 RPM is earlier than 0:3.4.3-1.42.11" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41831"/>
      <state state_ref="oval:org.mitre.oval:ste:33053"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121065" version="1" comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41809"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121046" version="1" comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41284"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121023" version="1" comment="samba-winbind RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29389"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121001" version="1" comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41681"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120999" version="1" comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41779"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120978" version="1" comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41574"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120958" version="1" comment="libtalloc1-32bit RPM is earlier than 0:3.4.3-1.42.11" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41760"/>
      <state state_ref="oval:org.mitre.oval:ste:33053"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120917" version="1" comment="libtdb1 RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41765"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120912" version="1" comment="libwbclient0 RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41854"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120891" version="1" comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41593"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120869" version="1" comment="libtevent0 RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41622"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120861" version="1" comment="samba-32bit RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41551"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120831" version="1" comment="ldapsmb RPM is earlier than 0:1.34b-12.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41641"/>
      <state state_ref="oval:org.mitre.oval:ste:32899"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120792" version="1" comment="libtalloc2 RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41855"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120765" version="1" comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41725"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120758" version="1" comment="samba-client RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13861"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120753" version="1" comment="samba RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41841"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120721" version="1" comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41882"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120596" version="1" comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41079"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120475" version="1" comment="libldb1 RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41845"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120270" version="1" comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41669"/>
      <state state_ref="oval:org.mitre.oval:ste:33152"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118073" version="1" comment="xen-tools RPM is earlier than 0:4.1.6_04-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40195"/>
      <state state_ref="oval:org.mitre.oval:ste:32032"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118070" version="1" comment="xen-tools-domU RPM is earlier than 0:4.1.6_04-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39925"/>
      <state state_ref="oval:org.mitre.oval:ste:32032"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118062" version="1" comment="xen-doc-html RPM is earlier than 0:4.1.6_04-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39984"/>
      <state state_ref="oval:org.mitre.oval:ste:32032"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118001" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.1.6_04_3.0.101_0.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40164"/>
      <state state_ref="oval:org.mitre.oval:ste:32230"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117997" version="1" comment="xen-libs-32bit RPM is earlier than 0:4.1.6_04-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39879"/>
      <state state_ref="oval:org.mitre.oval:ste:32032"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117943" version="1" comment="xen-kmp-default RPM is earlier than 0:4.1.6_04_3.0.101_0.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40380"/>
      <state state_ref="oval:org.mitre.oval:ste:32230"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117935" version="1" comment="xen-libs RPM is earlier than 0:4.1.6_04-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14810"/>
      <state state_ref="oval:org.mitre.oval:ste:32032"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117706" version="1" comment="xen-doc-pdf RPM is earlier than 0:4.1.6_04-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40051"/>
      <state state_ref="oval:org.mitre.oval:ste:32032"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117554" version="1" comment="xen-kmp-trace RPM is earlier than 0:4.1.6_04_3.0.101_0.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40248"/>
      <state state_ref="oval:org.mitre.oval:ste:32230"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117196" version="1" comment="xen RPM is earlier than 0:4.1.6_04-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14646"/>
      <state state_ref="oval:org.mitre.oval:ste:32032"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118543" version="1" comment="postfix-doc RPM is earlier than 0:2.9.4-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40476"/>
      <state state_ref="oval:org.mitre.oval:ste:32193"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118476" version="1" comment="postfix RPM is earlier than 0:2.9.4-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40575"/>
      <state state_ref="oval:org.mitre.oval:ste:32193"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118354" version="1" comment="postfix-mysql RPM is earlier than 0:2.9.4-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40411"/>
      <state state_ref="oval:org.mitre.oval:ste:32193"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118600" version="1" comment="yast2-sound RPM is earlier than 0:2.17.21-0.5.151" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40284"/>
      <state state_ref="oval:org.mitre.oval:ste:32640"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117863" version="1" comment="yast2-sound RPM is earlier than 0:2.17.21-0.5.149" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40284"/>
      <state state_ref="oval:org.mitre.oval:ste:32632"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120024" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.1.5_02_3.0.74_0.6.10-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41375"/>
      <state state_ref="oval:org.mitre.oval:ste:32821"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120021" version="1" comment="xen-libs-32bit RPM is earlier than 0:4.1.5_02-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41386"/>
      <state state_ref="oval:org.mitre.oval:ste:32880"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119947" version="1" comment="xen-tools-domU RPM is earlier than 0:4.1.5_02-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41275"/>
      <state state_ref="oval:org.mitre.oval:ste:32880"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119894" version="1" comment="xen-libs RPM is earlier than 0:4.1.5_02-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14810"/>
      <state state_ref="oval:org.mitre.oval:ste:32880"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119856" version="1" comment="xen RPM is earlier than 0:4.1.5_02-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14646"/>
      <state state_ref="oval:org.mitre.oval:ste:32880"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119845" version="1" comment="xen-kmp-trace RPM is earlier than 0:4.1.5_02_3.0.74_0.6.10-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41012"/>
      <state state_ref="oval:org.mitre.oval:ste:32821"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119782" version="1" comment="xen-tools RPM is earlier than 0:4.1.5_02-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40432"/>
      <state state_ref="oval:org.mitre.oval:ste:32880"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119692" version="1" comment="xen-doc-html RPM is earlier than 0:4.1.5_02-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41125"/>
      <state state_ref="oval:org.mitre.oval:ste:32880"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119621" version="1" comment="xen-doc-pdf RPM is earlier than 0:4.1.5_02-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40643"/>
      <state state_ref="oval:org.mitre.oval:ste:32880"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119269" version="1" comment="xen-kmp-default RPM is earlier than 0:4.1.5_02_3.0.74_0.6.10-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40983"/>
      <state state_ref="oval:org.mitre.oval:ste:32821"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119476" version="1" comment="icedtea-web RPM is earlier than 0:1.4-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29552"/>
      <state state_ref="oval:org.mitre.oval:ste:32746"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118136" version="1" comment="xen-doc-pdf RPM is earlier than 0:4.2.3_08-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40051"/>
      <state state_ref="oval:org.mitre.oval:ste:32087"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118106" version="1" comment="xen-libs RPM is earlier than 0:4.2.3_08-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14810"/>
      <state state_ref="oval:org.mitre.oval:ste:32087"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118096" version="1" comment="xen-libs-32bit RPM is earlier than 0:4.2.3_08-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39879"/>
      <state state_ref="oval:org.mitre.oval:ste:32087"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117961" version="1" comment="xen-tools-domU RPM is earlier than 0:4.2.3_08-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39925"/>
      <state state_ref="oval:org.mitre.oval:ste:32087"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117870" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.3_08_3.0.101_0.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40380"/>
      <state state_ref="oval:org.mitre.oval:ste:32259"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117832" version="1" comment="xen RPM is earlier than 0:4.2.3_08-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14646"/>
      <state state_ref="oval:org.mitre.oval:ste:32087"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117796" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.3_08_3.0.101_0.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40164"/>
      <state state_ref="oval:org.mitre.oval:ste:32259"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117413" version="1" comment="xen-doc-html RPM is earlier than 0:4.2.3_08-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39984"/>
      <state state_ref="oval:org.mitre.oval:ste:32087"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117141" version="1" comment="xen-tools RPM is earlier than 0:4.2.3_08-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40195"/>
      <state state_ref="oval:org.mitre.oval:ste:32087"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118016" version="1" comment="strongswan-doc RPM is earlier than 0:4.4.0-6.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40210"/>
      <state state_ref="oval:org.mitre.oval:ste:32403"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117879" version="1" comment="strongswan RPM is earlier than 0:4.4.0-6.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40155"/>
      <state state_ref="oval:org.mitre.oval:ste:32403"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119381" version="1" comment="xorg-x11-libXp-32bit RPM is earlier than 0:7.4-1.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40768"/>
      <state state_ref="oval:org.mitre.oval:ste:32514"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118831" version="1" comment="xorg-x11-libXp RPM is earlier than 0:7.4-1.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40769"/>
      <state state_ref="oval:org.mitre.oval:ste:32514"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118437" version="1" comment="timezone-java RPM is earlier than 0:2013g-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39890"/>
      <state state_ref="oval:org.mitre.oval:ste:32306"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118415" version="1" comment="timezone RPM is earlier than 0:2013g-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40561"/>
      <state state_ref="oval:org.mitre.oval:ste:32306"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120012" version="1" comment="xorg-x11-libXfixes RPM is earlier than 0:7.4-1.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40642"/>
      <state state_ref="oval:org.mitre.oval:ste:32849"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119995" version="1" comment="xorg-x11-libXfixes-32bit RPM is earlier than 0:7.4-1.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41282"/>
      <state state_ref="oval:org.mitre.oval:ste:32849"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119467" version="1" comment="xorg-x11-libXfixes-devel RPM is earlier than 0:7.4-1.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41324"/>
      <state state_ref="oval:org.mitre.oval:ste:32849"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121141" version="1" comment="gnome-session-lang RPM is earlier than 0:2.28.0-3.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40903"/>
      <state state_ref="oval:org.mitre.oval:ste:32886"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120881" version="1" comment="gnome-session RPM is earlier than 0:2.28.0-3.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5111"/>
      <state state_ref="oval:org.mitre.oval:ste:32886"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120263" version="1" comment="ncpfs RPM is earlier than 0:2.2.6-147.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41160"/>
      <state state_ref="oval:org.mitre.oval:ste:32961"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119346" version="1" comment="ncpfs-32bit RPM is earlier than 0:2.2.6-147.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41418"/>
      <state state_ref="oval:org.mitre.oval:ste:32961"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118435" version="1" comment="kdump RPM is earlier than 0:0.8.4-0.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40292"/>
      <state state_ref="oval:org.mitre.oval:ste:31841"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117741" version="1" comment="xkeyboard-config RPM is earlier than 0:1.5-4.44.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40296"/>
      <state state_ref="oval:org.mitre.oval:ste:32328"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118835" version="1" comment="open-iscsi RPM is earlier than 0:2.0.873-0.6.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41115"/>
      <state state_ref="oval:org.mitre.oval:ste:32665"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118109" version="1" comment="acroread RPM is earlier than 0:9.5.5-0.5.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14858"/>
      <state state_ref="oval:org.mitre.oval:ste:32358"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118041" version="1" comment="acroread-fonts-ja RPM is earlier than 0:9.4.6-0.4.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40223"/>
      <state state_ref="oval:org.mitre.oval:ste:32318"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118033" version="1" comment="acroread-cmaps RPM is earlier than 0:9.4.6-0.4.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40366"/>
      <state state_ref="oval:org.mitre.oval:ste:32318"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117902" version="1" comment="acroread-fonts-zh_CN RPM is earlier than 0:9.4.6-0.4.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40042"/>
      <state state_ref="oval:org.mitre.oval:ste:32318"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117690" version="1" comment="acroread-fonts-ko RPM is earlier than 0:9.4.6-0.4.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39555"/>
      <state state_ref="oval:org.mitre.oval:ste:32318"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117668" version="1" comment="acroread-fonts-zh_TW RPM is earlier than 0:9.4.6-0.4.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40106"/>
      <state state_ref="oval:org.mitre.oval:ste:32318"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117447" version="1" comment="acroread_ja RPM is earlier than 0:9.4.2-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3007"/>
      <state state_ref="oval:org.mitre.oval:ste:32288"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119964" version="1" comment="xorg-x11-libX11-devel RPM is earlier than 0:7.4-5.11.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40718"/>
      <state state_ref="oval:org.mitre.oval:ste:32729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119887" version="1" comment="xorg-x11-libX11 RPM is earlier than 0:7.4-5.11.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41292"/>
      <state state_ref="oval:org.mitre.oval:ste:32729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119727" version="1" comment="xorg-x11-libX11-32bit RPM is earlier than 0:7.4-5.11.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41291"/>
      <state state_ref="oval:org.mitre.oval:ste:32729"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122259" version="1" comment="libuuid-devel RPM is earlier than 0:2.19.1-6.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29300"/>
      <state state_ref="oval:org.mitre.oval:ste:33339"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122236" version="1" comment="libblkid1-32bit RPM is earlier than 0:2.19.1-6.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41214"/>
      <state state_ref="oval:org.mitre.oval:ste:33339"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122193" version="1" comment="util-linux RPM is earlier than 0:2.19.1-6.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14723"/>
      <state state_ref="oval:org.mitre.oval:ste:33339"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122168" version="1" comment="libblkid1 RPM is earlier than 0:2.19.1-6.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41426"/>
      <state state_ref="oval:org.mitre.oval:ste:33339"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121994" version="1" comment="libuuid1 RPM is earlier than 0:2.19.1-6.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41322"/>
      <state state_ref="oval:org.mitre.oval:ste:33339"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121880" version="1" comment="util-linux-lang RPM is earlier than 0:2.19.1-6.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41487"/>
      <state state_ref="oval:org.mitre.oval:ste:33339"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121727" version="1" comment="libuuid1-32bit RPM is earlier than 0:2.19.1-6.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41231"/>
      <state state_ref="oval:org.mitre.oval:ste:33339"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121525" version="1" comment="uuid-runtime RPM is earlier than 0:2.19.1-6.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40633"/>
      <state state_ref="oval:org.mitre.oval:ste:33339"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120513" version="1" comment="yast2-network RPM is earlier than 0:2.17.182.7-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41635"/>
      <state state_ref="oval:org.mitre.oval:ste:32891"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120557" version="1" comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5004"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120554" version="1" comment="glibc-html RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5103"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120545" version="1" comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5170"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120460" version="1" comment="glibc-32bit RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4176"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120405" version="1" comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5112"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120372" version="1" comment="glibc-info RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5133"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120289" version="1" comment="nscd RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14360"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120169" version="1" comment="glibc-devel RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14346"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120134" version="1" comment="glibc RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14142"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119998" version="1" comment="glibc-locale RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4452"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119752" version="1" comment="glibc-profile RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14243"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119582" version="1" comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.45.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4186"/>
      <state state_ref="oval:org.mitre.oval:ste:33072"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117874" version="1" comment="strongswan-doc RPM is earlier than 0:4.4.0-6.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40210"/>
      <state state_ref="oval:org.mitre.oval:ste:32403"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117703" version="1" comment="strongswan RPM is earlier than 0:4.4.0-6.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40155"/>
      <state state_ref="oval:org.mitre.oval:ste:32403"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118303" version="1" comment="kernel-firmware RPM is earlier than 0:20110923-0.19.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29194"/>
      <state state_ref="oval:org.mitre.oval:ste:32557"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119490" version="1" comment="icedtea-web RPM is earlier than 0:1.4-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29552"/>
      <state state_ref="oval:org.mitre.oval:ste:32860"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118142" version="1" comment="ruby RPM is earlier than 0:1.8.7.p357-0.9.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14305"/>
      <state state_ref="oval:org.mitre.oval:ste:31623"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118036" version="1" comment="ruby-doc-html RPM is earlier than 0:1.8.7.p357-0.9.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40192"/>
      <state state_ref="oval:org.mitre.oval:ste:31623"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117656" version="1" comment="ruby-tk RPM is earlier than 0:1.8.7.p357-0.9.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40334"/>
      <state state_ref="oval:org.mitre.oval:ste:31623"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119456" version="1" comment="gstreamer-0_10-plugins-good-doc RPM is earlier than 0:0.10.30-5.12.15" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40701"/>
      <state state_ref="oval:org.mitre.oval:ste:32731"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119289" version="1" comment="gstreamer-0_10-plugins-v4l RPM is earlier than 0:0.10.30-0.12.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40926"/>
      <state state_ref="oval:org.mitre.oval:ste:32246"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119149" version="1" comment="gstreamer-0_10-plugins-good RPM is earlier than 0:0.10.30-5.12.15" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41000"/>
      <state state_ref="oval:org.mitre.oval:ste:32731"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118609" version="1" comment="gstreamer-0_10-plugins-good-lang RPM is earlier than 0:0.10.30-5.12.15" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41069"/>
      <state state_ref="oval:org.mitre.oval:ste:32731"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119088" version="1" comment="xorg-x11-libX11 RPM is earlier than 0:7.4-5.11.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40348"/>
      <state state_ref="oval:org.mitre.oval:ste:32728"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118846" version="1" comment="xorg-x11-libX11-32bit RPM is earlier than 0:7.4-5.11.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41117"/>
      <state state_ref="oval:org.mitre.oval:ste:32728"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118664" version="1" comment="suseRegister RPM is earlier than 0:1.4-1.26.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40435"/>
      <state state_ref="oval:org.mitre.oval:ste:32668"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121265" version="1" comment="cabextract RPM is earlier than 0:1.2-2.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3271"/>
      <state state_ref="oval:org.mitre.oval:ste:32650"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118703" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.8esr-0.4.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40539"/>
      <state state_ref="oval:org.mitre.oval:ste:32755"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118590" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.8esr-0.7.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40539"/>
      <state state_ref="oval:org.mitre.oval:ste:32589"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118219" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.8esr-0.7.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40541"/>
      <state state_ref="oval:org.mitre.oval:ste:32589"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118063" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.8esr-0.4.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40541"/>
      <state state_ref="oval:org.mitre.oval:ste:32755"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118462" version="1" comment="kernel-firmware RPM is earlier than 0:20110923-0.48.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29194"/>
      <state state_ref="oval:org.mitre.oval:ste:32404"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119051" version="1" comment="kdump RPM is earlier than 0:0.8.4-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40985"/>
      <state state_ref="oval:org.mitre.oval:ste:32392"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118224" version="1" comment="libwebkit-1_0-2 RPM is earlier than 0:1.2.7-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40504"/>
      <state state_ref="oval:org.mitre.oval:ste:32384"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118185" version="1" comment="libwebkit-lang RPM is earlier than 0:1.2.7-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40459"/>
      <state state_ref="oval:org.mitre.oval:ste:32384"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120098" version="1" comment="libgnutls26-32bit RPM is earlier than 0:2.4.1-24.39.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41122"/>
      <state state_ref="oval:org.mitre.oval:ste:32547"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120078" version="1" comment="libgnutls26 RPM is earlier than 0:2.4.1-24.39.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41166"/>
      <state state_ref="oval:org.mitre.oval:ste:32547"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120020" version="1" comment="libgnutls-extra26 RPM is earlier than 0:2.4.1-24.39.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40356"/>
      <state state_ref="oval:org.mitre.oval:ste:32547"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119999" version="1" comment="gnutls-32bit RPM is earlier than 0:1.2.10-13.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5354"/>
      <state state_ref="oval:org.mitre.oval:ste:32763"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119803" version="1" comment="gnutls RPM is earlier than 0:2.4.1-24.39.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14386"/>
      <state state_ref="oval:org.mitre.oval:ste:32547"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119625" version="1" comment="gnutls RPM is earlier than 0:1.2.10-13.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14386"/>
      <state state_ref="oval:org.mitre.oval:ste:32763"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119335" version="1" comment="gnutls-devel-32bit RPM is earlier than 0:1.2.10-13.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5324"/>
      <state state_ref="oval:org.mitre.oval:ste:32763"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119232" version="1" comment="gnutls-devel RPM is earlier than 0:1.2.10-13.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14558"/>
      <state state_ref="oval:org.mitre.oval:ste:32763"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118487" version="1" comment="kernel-default RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40560"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118475" version="1" comment="kernel-xen RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118434" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40502"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118410" version="1" comment="xen-kmp-trace RPM is earlier than 0:4.1.5_02_3.0.93_0.5-0.5.39" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40281"/>
      <state state_ref="oval:org.mitre.oval:ste:31688"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118407" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40565"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118398" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40239"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118397" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118396" version="1" comment="kernel-source RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118368" version="1" comment="kernel-pae RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40412"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118364" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40596"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118331" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40431"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118317" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39820"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118315" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40471"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118307" version="1" comment="kernel-syms RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40601"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118265" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40570"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118232" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40393"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118218" version="1" comment="kernel-trace RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40084"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118067" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.1.5_02_3.0.93_0.5-0.5.39" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40516"/>
      <state state_ref="oval:org.mitre.oval:ste:31688"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118050" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40473"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117963" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40438"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117904" version="1" comment="xen-kmp-default RPM is earlier than 0:4.1.5_02_3.0.93_0.5-0.5.39" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40460"/>
      <state state_ref="oval:org.mitre.oval:ste:31688"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117772" version="1" comment="kernel-trace-extra RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40500"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117728" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39764"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117575" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.93-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40003"/>
      <state state_ref="oval:org.mitre.oval:ste:31702"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119525" version="1" comment="python-base RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40831"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119492" version="1" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41057"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119457" version="1" comment="python-demo RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41111"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119436" version="1" comment="python-base-32bit RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40873"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119368" version="1" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40625"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119339" version="1" comment="python-devel RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119288" version="1" comment="python-curses RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40764"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119241" version="1" comment="python RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119205" version="1" comment="python-tk RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40675"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119059" version="1" comment="python-xml RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40854"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119031" version="1" comment="python-idle RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40789"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118946" version="1" comment="python-gdbm RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40860"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118883" version="1" comment="python-32bit RPM is earlier than 0:2.6.8-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41140"/>
      <state state_ref="oval:org.mitre.oval:ste:32552"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120982" version="1" comment="autofs RPM is earlier than 0:5.0.6-3.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3092"/>
      <state state_ref="oval:org.mitre.oval:ste:32771"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118019" version="1" comment="libpixman-1-0-devel RPM is earlier than 0:0.16.0-1.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39913"/>
      <state state_ref="oval:org.mitre.oval:ste:32317"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117956" version="1" comment="libpixman-1-0 RPM is earlier than 0:0.24.4-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40193"/>
      <state state_ref="oval:org.mitre.oval:ste:32414"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117946" version="1" comment="libpixman-1-0-32bit RPM is earlier than 0:0.24.4-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40301"/>
      <state state_ref="oval:org.mitre.oval:ste:32414"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117929" version="1" comment="libpixman-1-0-32bit RPM is earlier than 0:0.16.0-1.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40301"/>
      <state state_ref="oval:org.mitre.oval:ste:32317"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117831" version="1" comment="libpixman-1-0 RPM is earlier than 0:0.16.0-1.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40193"/>
      <state state_ref="oval:org.mitre.oval:ste:32317"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119926" version="1" comment="xorg-x11-libXrender RPM is earlier than 0:7.4-1.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40402"/>
      <state state_ref="oval:org.mitre.oval:ste:32849"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119398" version="1" comment="xorg-x11-libXrender-devel RPM is earlier than 0:7.4-1.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41043"/>
      <state state_ref="oval:org.mitre.oval:ste:32849"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119278" version="1" comment="xorg-x11-libXrender-32bit RPM is earlier than 0:7.4-1.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41325"/>
      <state state_ref="oval:org.mitre.oval:ste:32849"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118371" version="1" comment="mozilla-nspr RPM is earlier than 0:4.10.2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:32210"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118358" version="1" comment="libfreebl3 RPM is earlier than 0:3.15.3-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40407"/>
      <state state_ref="oval:org.mitre.oval:ste:32448"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118350" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.15.3-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40276"/>
      <state state_ref="oval:org.mitre.oval:ste:32380"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118340" version="1" comment="mozilla-nss RPM is earlier than 0:3.15.3-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:32405"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118338" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.15.3-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40337"/>
      <state state_ref="oval:org.mitre.oval:ste:32405"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118327" version="1" comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39899"/>
      <state state_ref="oval:org.mitre.oval:ste:32210"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118325" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.15.3-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40371"/>
      <state state_ref="oval:org.mitre.oval:ste:32448"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118319" version="1" comment="libfreebl3 RPM is earlier than 0:3.15.3-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40407"/>
      <state state_ref="oval:org.mitre.oval:ste:32405"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118290" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.15.3-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40337"/>
      <state state_ref="oval:org.mitre.oval:ste:32380"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118255" version="1" comment="mozilla-nss RPM is earlier than 0:3.15.3-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:32380"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118242" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.15.3-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40276"/>
      <state state_ref="oval:org.mitre.oval:ste:32405"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118195" version="1" comment="libsoftokn3-32bit RPM is earlier than 0:3.15.3-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40029"/>
      <state state_ref="oval:org.mitre.oval:ste:32405"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118191" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.15.3-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40276"/>
      <state state_ref="oval:org.mitre.oval:ste:32448"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118169" version="1" comment="mozilla-nss-devel RPM is earlier than 0:3.15.3-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14415"/>
      <state state_ref="oval:org.mitre.oval:ste:32380"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118057" version="1" comment="libsoftokn3 RPM is earlier than 0:3.15.3-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40357"/>
      <state state_ref="oval:org.mitre.oval:ste:32405"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117992" version="1" comment="mozilla-nspr RPM is earlier than 0:4.10.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:32035"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117972" version="1" comment="mozilla-nspr-devel RPM is earlier than 0:4.10.2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13716"/>
      <state state_ref="oval:org.mitre.oval:ste:32210"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117895" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.15.3-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40337"/>
      <state state_ref="oval:org.mitre.oval:ste:32448"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117800" version="1" comment="mozilla-nss RPM is earlier than 0:3.15.3-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:32448"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117613" version="1" comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39899"/>
      <state state_ref="oval:org.mitre.oval:ste:32035"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117567" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.15.3-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40371"/>
      <state state_ref="oval:org.mitre.oval:ste:32405"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117909" version="1" comment="virt-manager RPM is earlier than 0:0.9.4-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40365"/>
      <state state_ref="oval:org.mitre.oval:ste:32490"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118296" version="1" comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.6-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:28971"/>
      <state state_ref="oval:org.mitre.oval:ste:32015"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118197" version="1" comment="libvirt-python RPM is earlier than 0:1.0.5.6-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15191"/>
      <state state_ref="oval:org.mitre.oval:ste:32015"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118193" version="1" comment="libvirt RPM is earlier than 0:1.0.5.6-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15209"/>
      <state state_ref="oval:org.mitre.oval:ste:32015"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118186" version="1" comment="libvirt-doc RPM is earlier than 0:1.0.5.6-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40026"/>
      <state state_ref="oval:org.mitre.oval:ste:32015"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118182" version="1" comment="libvirt-client RPM is earlier than 0:1.0.5.6-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29031"/>
      <state state_ref="oval:org.mitre.oval:ste:32015"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118126" version="1" comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.6-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40275"/>
      <state state_ref="oval:org.mitre.oval:ste:32015"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119313" version="1" comment="brasero RPM is earlier than 0:2.28.3-0.5.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41092"/>
      <state state_ref="oval:org.mitre.oval:ste:32800"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119309" version="1" comment="libbrasero-burn0 RPM is earlier than 0:2.28.3-0.5.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40666"/>
      <state state_ref="oval:org.mitre.oval:ste:32800"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119240" version="1" comment="brasero-lang RPM is earlier than 0:2.28.3-0.5.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40953"/>
      <state state_ref="oval:org.mitre.oval:ste:32800"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119228" version="1" comment="libbrasero-media0 RPM is earlier than 0:2.28.3-0.5.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40912"/>
      <state state_ref="oval:org.mitre.oval:ste:32800"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118230" version="1" comment="grub RPM is earlier than 0:0.97-162.170.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5008"/>
      <state state_ref="oval:org.mitre.oval:ste:32046"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122372" version="1" comment="pmtools RPM is earlier than 0:20071116-44.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40487"/>
      <state state_ref="oval:org.mitre.oval:ste:33705"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118619" version="1" comment="ipmitool RPM is earlier than 0:1.8.12-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29978"/>
      <state state_ref="oval:org.mitre.oval:ste:32531"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118465" version="1" comment="libglib-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39867"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118409" version="1" comment="libgthread-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40421"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118408" version="1" comment="glib2-doc RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4813"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118406" version="1" comment="libglib-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39834"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118388" version="1" comment="libgio-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40331"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118377" version="1" comment="glib2-lang RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40324"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118239" version="1" comment="libgio-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40107"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118204" version="1" comment="libgobject-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40202"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118175" version="1" comment="libgio-fam RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40117"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118170" version="1" comment="glib2 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5095"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118054" version="1" comment="libgmodule-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40127"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117996" version="1" comment="libgthread-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40457"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117949" version="1" comment="libgobject-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39615"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117862" version="1" comment="glib2-devel RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5050"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117815" version="1" comment="libgmodule-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40311"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117944" version="1" comment="openldap2-back-meta RPM is earlier than 0:2.4.26-0.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39953"/>
      <state state_ref="oval:org.mitre.oval:ste:32529"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117896" version="1" comment="openldap2 RPM is earlier than 0:2.4.26-0.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39335"/>
      <state state_ref="oval:org.mitre.oval:ste:32529"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117867" version="1" comment="libldap-2_4-2-32bit RPM is earlier than 0:2.4.26-0.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40233"/>
      <state state_ref="oval:org.mitre.oval:ste:32529"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117689" version="1" comment="compat-libldap-2_3-0 RPM is earlier than 0:2.3.37-2.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40068"/>
      <state state_ref="oval:org.mitre.oval:ste:32211"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117621" version="1" comment="libldap-2_4-2 RPM is earlier than 0:2.4.26-0.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40277"/>
      <state state_ref="oval:org.mitre.oval:ste:32529"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117306" version="1" comment="openldap2-client RPM is earlier than 0:2.4.26-0.26.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39801"/>
      <state state_ref="oval:org.mitre.oval:ste:32529"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119257" version="1" comment="kvm RPM is earlier than 0:0.15.1-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15123"/>
      <state state_ref="oval:org.mitre.oval:ste:32386"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119485" version="1" comment="flash-player RPM is earlier than 0:11.2.202.297-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32838"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119350" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.297-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40945"/>
      <state state_ref="oval:org.mitre.oval:ste:32857"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119160" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.297-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40461"/>
      <state state_ref="oval:org.mitre.oval:ste:32857"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118986" version="1" comment="flash-player RPM is earlier than 0:11.2.202.297-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32857"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117766" version="1" comment="bind-libs-32bit RPM is earlier than 0:9.9.4P2-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3188"/>
      <state state_ref="oval:org.mitre.oval:ste:32368"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117725" version="1" comment="bind-doc RPM is earlier than 0:9.9.4P2-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2981"/>
      <state state_ref="oval:org.mitre.oval:ste:32368"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117693" version="1" comment="bind RPM is earlier than 0:9.9.4P2-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39737"/>
      <state state_ref="oval:org.mitre.oval:ste:32368"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117673" version="1" comment="bind-utils RPM is earlier than 0:9.9.4P2-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14263"/>
      <state state_ref="oval:org.mitre.oval:ste:32368"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117630" version="1" comment="bind-chrootenv RPM is earlier than 0:9.9.4P2-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3087"/>
      <state state_ref="oval:org.mitre.oval:ste:32368"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117437" version="1" comment="bind-libs RPM is earlier than 0:9.9.4P2-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14348"/>
      <state state_ref="oval:org.mitre.oval:ste:32368"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119837" version="1" comment="libgnutls26 RPM is earlier than 0:2.4.1-24.39.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41166"/>
      <state state_ref="oval:org.mitre.oval:ste:32547"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119702" version="1" comment="libgnutls-extra26 RPM is earlier than 0:2.4.1-24.39.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40356"/>
      <state state_ref="oval:org.mitre.oval:ste:32547"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119589" version="1" comment="gnutls RPM is earlier than 0:2.4.1-24.39.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14386"/>
      <state state_ref="oval:org.mitre.oval:ste:32547"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118854" version="1" comment="libgnutls26-32bit RPM is earlier than 0:2.4.1-24.39.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41122"/>
      <state state_ref="oval:org.mitre.oval:ste:32547"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117808" version="1" comment="puppet RPM is earlier than 0:2.6.18-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39525"/>
      <state state_ref="oval:org.mitre.oval:ste:31549"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117701" version="1" comment="puppet-server RPM is earlier than 0:2.6.18-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39285"/>
      <state state_ref="oval:org.mitre.oval:ste:31549"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117716" version="1" comment="libqt4-sql-postgresql-32bit RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39943"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117688" version="1" comment="libqt4-sql-postgresql RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40109"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117657" version="1" comment="libqt4-32bit RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40121"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117649" version="1" comment="libqt4-sql RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40143"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117636" version="1" comment="qt4-x11-tools RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40097"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117632" version="1" comment="libqt4-sql-mysql RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39843"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117548" version="1" comment="libqt4-x11 RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39775"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117487" version="1" comment="libqt4-sql-unixODBC-32bit RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39903"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117469" version="1" comment="libQtWebKit4-32bit RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40022"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117466" version="1" comment="libqt4-sql-sqlite RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39812"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117459" version="1" comment="libqt4-qt3support RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39553"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117402" version="1" comment="libqt4-sql-mysql-32bit RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39947"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117368" version="1" comment="libqt4-qt3support-32bit RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39911"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117345" version="1" comment="libqt4-sql-32bit RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40014"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117220" version="1" comment="libqt4-sql-unixODBC RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40114"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117151" version="1" comment="libQtWebKit4 RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40045"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116764" version="1" comment="libqt4-sql-sqlite-32bit RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40153"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116757" version="1" comment="libqt4-x11-32bit RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40034"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116710" version="1" comment="libqt4 RPM is earlier than 0:4.6.3-5.29.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40043"/>
      <state state_ref="oval:org.mitre.oval:ste:32330"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120145" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40584"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120103" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41430"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120091" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41285"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120089" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41333"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120071" version="1" comment="kernel-xen RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120062" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41415"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120033" version="1" comment="xen-kmp-trace RPM is earlier than 0:4.1.4_02_3.0.74_0.6.10-0.5.32" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41409"/>
      <state state_ref="oval:org.mitre.oval:ste:32273"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120010" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41236"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120001" version="1" comment="kernel-syms RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41080"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119988" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119957" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41388"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119946" version="1" comment="kernel-default RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41305"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119893" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40632"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119880" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41159"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119878" version="1" comment="kernel-trace RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41248"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119820" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41072"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119812" version="1" comment="kernel-pae RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41017"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119801" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41399"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119734" version="1" comment="kernel-trace-extra RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41295"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119717" version="1" comment="kernel-source RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119405" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41365"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119362" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.74-0.6.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41448"/>
      <state state_ref="oval:org.mitre.oval:ste:31919"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119341" version="1" comment="xen-kmp-default RPM is earlier than 0:4.1.4_02_3.0.74_0.6.10-0.5.32" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41306"/>
      <state state_ref="oval:org.mitre.oval:ste:32273"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118089" version="1" comment="curl RPM is earlier than 0:7.19.7-1.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14575"/>
      <state state_ref="oval:org.mitre.oval:ste:32331"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118034" version="1" comment="libcurl4 RPM is earlier than 0:7.19.7-1.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40312"/>
      <state state_ref="oval:org.mitre.oval:ste:32331"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117674" version="1" comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40176"/>
      <state state_ref="oval:org.mitre.oval:ste:32331"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117622" version="1" comment="sysstat RPM is earlier than 0:8.1.5-7.38.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14125"/>
      <state state_ref="oval:org.mitre.oval:ste:32479"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117495" version="1" comment="sysstat-isag RPM is earlier than 0:8.1.5-7.38.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40219"/>
      <state state_ref="oval:org.mitre.oval:ste:32479"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117704" version="1" comment="perl-Bootloader RPM is earlier than 0:0.4.89.57-0.7.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40225"/>
      <state state_ref="oval:org.mitre.oval:ste:32518"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117448" version="1" comment="yast2-bootloader RPM is earlier than 0:2.17.97-0.7.28" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39759"/>
      <state state_ref="oval:org.mitre.oval:ste:32486"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118357" version="1" comment="glib2-doc RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4813"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118335" version="1" comment="libgthread-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40421"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118288" version="1" comment="glib2-lang RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40324"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118256" version="1" comment="libgmodule-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40311"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118171" version="1" comment="libglib-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39834"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118131" version="1" comment="libglib-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39867"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117979" version="1" comment="libgio-fam RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40117"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117968" version="1" comment="libgobject-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40202"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117923" version="1" comment="libgthread-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40457"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117852" version="1" comment="glib2 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5095"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117646" version="1" comment="libgio-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40107"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117642" version="1" comment="glib2-devel RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5050"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117628" version="1" comment="libgio-2_0-0 RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40331"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117521" version="1" comment="libgmodule-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40127"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117475" version="1" comment="libgobject-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.10.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39615"/>
      <state state_ref="oval:org.mitre.oval:ste:32503"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117366" version="1" comment="mokutil RPM is earlier than 0:0.1.0-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39803"/>
      <state state_ref="oval:org.mitre.oval:ste:32283"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117310" version="1" comment="augeas-lenses RPM is earlier than 0:0.9.0-3.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40032"/>
      <state state_ref="oval:org.mitre.oval:ste:31921"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117263" version="1" comment="libaugeas0 RPM is earlier than 0:0.9.0-3.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39698"/>
      <state state_ref="oval:org.mitre.oval:ste:31921"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116587" version="1" comment="augeas RPM is earlier than 0:0.9.0-3.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:30397"/>
      <state state_ref="oval:org.mitre.oval:ste:31921"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117399" version="1" comment="libpq5-32bit RPM is earlier than 0:9.1.12-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39499"/>
      <state state_ref="oval:org.mitre.oval:ste:32236"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117343" version="1" comment="libpq5 RPM is earlier than 0:9.1.12-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40004"/>
      <state state_ref="oval:org.mitre.oval:ste:32236"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117301" version="1" comment="postgresql91-server RPM is earlier than 0:9.1.12-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39782"/>
      <state state_ref="oval:org.mitre.oval:ste:32236"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117289" version="1" comment="postgresql91 RPM is earlier than 0:9.1.12-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39912"/>
      <state state_ref="oval:org.mitre.oval:ste:32236"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117199" version="1" comment="postgresql91-contrib RPM is earlier than 0:9.1.12-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39755"/>
      <state state_ref="oval:org.mitre.oval:ste:32236"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117056" version="1" comment="postgresql91-docs RPM is earlier than 0:9.1.12-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39672"/>
      <state state_ref="oval:org.mitre.oval:ste:32236"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116934" version="1" comment="libecpg6 RPM is earlier than 0:9.1.12-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39841"/>
      <state state_ref="oval:org.mitre.oval:ste:32236"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117724" version="1" comment="aide RPM is earlier than 0:0.13.1-40.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40054"/>
      <state state_ref="oval:org.mitre.oval:ste:32452"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118567" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40473"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118553" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40003"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118528" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40471"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118493" version="1" comment="kernel-default RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40560"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118463" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118452" version="1" comment="kernel-pae RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40412"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118441" version="1" comment="kernel-xen RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118416" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.2_06_3.0.93_0.8-0.7.17" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40516"/>
      <state state_ref="oval:org.mitre.oval:ste:32457"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118378" version="1" comment="kernel-syms RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40601"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118251" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40596"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118236" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.2_06_3.0.93_0.8-0.7.17" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40460"/>
      <state state_ref="oval:org.mitre.oval:ste:32457"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118234" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40565"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118231" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39764"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118199" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40502"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118152" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40393"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118138" version="1" comment="kernel-trace RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40084"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118137" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40431"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118024" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40570"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117976" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40239"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117890" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39820"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117744" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40438"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117586" version="1" comment="kernel-source RPM is earlier than 0:3.0.93-0.8.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32298"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120968" version="1" comment="ipmitool RPM is earlier than 0:1.8.11-0.20.20.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29978"/>
      <state state_ref="oval:org.mitre.oval:ste:32959"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117369" version="1" comment="yast2-pkg-bindings RPM is earlier than 0:2.17.59.1-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39866"/>
      <state state_ref="oval:org.mitre.oval:ste:32322"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117224" version="1" comment="libzypp RPM is earlier than 0:9.37.6-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39122"/>
      <state state_ref="oval:org.mitre.oval:ste:31851"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117221" version="1" comment="zypper-log RPM is earlier than 0:1.6.314-0.7.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40064"/>
      <state state_ref="oval:org.mitre.oval:ste:32055"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117169" version="1" comment="zypper RPM is earlier than 0:1.6.314-0.7.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39957"/>
      <state state_ref="oval:org.mitre.oval:ste:32055"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118585" version="1" comment="multipath-tools RPM is earlier than 0:0.4.9-0.91.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39627"/>
      <state state_ref="oval:org.mitre.oval:ste:32493"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118355" version="1" comment="kpartx RPM is earlier than 0:0.4.9-0.91.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15125"/>
      <state state_ref="oval:org.mitre.oval:ste:32493"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118370" version="1" comment="apparmor-parser RPM is earlier than 0:2.5.1.r1445-55.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2603"/>
      <state state_ref="oval:org.mitre.oval:ste:32307"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118326" version="1" comment="pam_apparmor-32bit RPM is earlier than 0:2.5.1.r1445-55.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40035"/>
      <state state_ref="oval:org.mitre.oval:ste:32484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118313" version="1" comment="libapparmor1 RPM is earlier than 0:2.5.1.r1445-55.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39721"/>
      <state state_ref="oval:org.mitre.oval:ste:32307"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118308" version="1" comment="perl-libapparmor RPM is earlier than 0:2.3-51.16.4" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39426"/>
      <state state_ref="oval:org.mitre.oval:ste:31716"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118302" version="1" comment="apache2-mod_apparmor RPM is earlier than 0:2.5.1.r1445-55.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2776"/>
      <state state_ref="oval:org.mitre.oval:ste:32484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118291" version="1" comment="apparmor-utils RPM is earlier than 0:2.5.1.r1445-55.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1848"/>
      <state state_ref="oval:org.mitre.oval:ste:32307"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118273" version="1" comment="apparmor-parser RPM is earlier than 0:2.5.1.r1445-55.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2603"/>
      <state state_ref="oval:org.mitre.oval:ste:32484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118271" version="1" comment="apache2-mod_apparmor RPM is earlier than 0:2.5.1.r1445-55.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2776"/>
      <state state_ref="oval:org.mitre.oval:ste:32307"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118264" version="1" comment="tomcat_apparmor RPM is earlier than 0:2.5.1.r1445-55.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40108"/>
      <state state_ref="oval:org.mitre.oval:ste:32307"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118238" version="1" comment="libapparmor1 RPM is earlier than 0:2.5.1.r1445-55.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39721"/>
      <state state_ref="oval:org.mitre.oval:ste:32484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118206" version="1" comment="perl-apparmor RPM is earlier than 0:2.5.1.r1445-55.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40310"/>
      <state state_ref="oval:org.mitre.oval:ste:32307"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118201" version="1" comment="apparmor-utils RPM is earlier than 0:2.5.1.r1445-55.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1848"/>
      <state state_ref="oval:org.mitre.oval:ste:32484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118168" version="1" comment="tomcat_apparmor RPM is earlier than 0:2.5.1.r1445-55.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40108"/>
      <state state_ref="oval:org.mitre.oval:ste:32484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118094" version="1" comment="libapparmor1-32bit RPM is earlier than 0:2.5.1.r1445-55.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39891"/>
      <state state_ref="oval:org.mitre.oval:ste:32484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118072" version="1" comment="pam_apparmor RPM is earlier than 0:2.5.1.r1445-55.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40343"/>
      <state state_ref="oval:org.mitre.oval:ste:32484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118064" version="1" comment="apparmor-docs RPM is earlier than 0:2.5.1.r1445-55.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1924"/>
      <state state_ref="oval:org.mitre.oval:ste:32307"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118060" version="1" comment="apparmor-docs RPM is earlier than 0:2.5.1.r1445-55.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1924"/>
      <state state_ref="oval:org.mitre.oval:ste:32484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118021" version="1" comment="pam_apparmor RPM is earlier than 0:2.5.1.r1445-55.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40343"/>
      <state state_ref="oval:org.mitre.oval:ste:32307"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117962" version="1" comment="perl-apparmor RPM is earlier than 0:2.5.1.r1445-55.61.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40310"/>
      <state state_ref="oval:org.mitre.oval:ste:32484"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117926" version="1" comment="libapparmor1-32bit RPM is earlier than 0:2.5.1.r1445-55.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39891"/>
      <state state_ref="oval:org.mitre.oval:ste:32307"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117672" version="1" comment="pam_apparmor-32bit RPM is earlier than 0:2.5.1.r1445-55.64.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40035"/>
      <state state_ref="oval:org.mitre.oval:ste:32307"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119477" version="1" comment="xorg-x11-libXfixes RPM is earlier than 0:7.4-1.16.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40920"/>
      <state state_ref="oval:org.mitre.oval:ste:32323"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118914" version="1" comment="xorg-x11-libXfixes-32bit RPM is earlier than 0:7.4-1.16.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40162"/>
      <state state_ref="oval:org.mitre.oval:ste:32323"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118336" version="1" comment="libvirt-client-32bit RPM is earlier than 0:0.9.6-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40275"/>
      <state state_ref="oval:org.mitre.oval:ste:31840"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118277" version="1" comment="libvirt-client RPM is earlier than 0:0.9.6-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29031"/>
      <state state_ref="oval:org.mitre.oval:ste:31840"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118174" version="1" comment="libvirt-python RPM is earlier than 0:0.9.6-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15191"/>
      <state state_ref="oval:org.mitre.oval:ste:31840"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118122" version="1" comment="libvirt-doc RPM is earlier than 0:0.9.6-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40026"/>
      <state state_ref="oval:org.mitre.oval:ste:31840"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117883" version="1" comment="libvirt RPM is earlier than 0:0.9.6-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15209"/>
      <state state_ref="oval:org.mitre.oval:ste:31840"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118541" version="1" comment="kvm RPM is earlier than 0:1.4.2-0.7.15" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15123"/>
      <state state_ref="oval:org.mitre.oval:ste:32118"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118583" version="1" comment="libtalloc2 RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40499"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118550" version="1" comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40497"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118509" version="1" comment="libwbclient0 RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39810"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118496" version="1" comment="libldb1 RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40572"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118481" version="1" comment="samba-client RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13861"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118472" version="1" comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40468"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118454" version="1" comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40605"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118447" version="1" comment="samba-winbind RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29389"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118433" version="1" comment="libtalloc1-32bit RPM is earlier than 0:3.4.3-1.46.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40351"/>
      <state state_ref="oval:org.mitre.oval:ste:32467"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118432" version="1" comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40205"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118417" version="1" comment="samba-32bit RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40441"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118395" version="1" comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40490"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118392" version="1" comment="samba-doc RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29416"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118380" version="1" comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40569"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118346" version="1" comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40540"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118329" version="1" comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40361"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118322" version="1" comment="samba RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40533"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118286" version="1" comment="libtdb1 RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40072"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118215" version="1" comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40480"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118207" version="1" comment="ldapsmb RPM is earlier than 0:1.34b-12.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40429"/>
      <state state_ref="oval:org.mitre.oval:ste:32446"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118164" version="1" comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40217"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118163" version="1" comment="libtevent0 RPM is earlier than 0:3.6.3-0.33.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40574"/>
      <state state_ref="oval:org.mitre.oval:ste:31998"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117978" version="1" comment="libtalloc1 RPM is earlier than 0:3.4.3-1.46.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40254"/>
      <state state_ref="oval:org.mitre.oval:ste:32467"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117687" version="1" comment="release-notes-sled RPM is earlier than 0:11.2.27-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40183"/>
      <state state_ref="oval:org.mitre.oval:ste:32254"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120177" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41285"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120160" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41333"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120150" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41388"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120127" version="1" comment="kernel-trace RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41248"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120117" version="1" comment="kernel-trace-extra RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41295"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120083" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40632"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120077" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41399"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120041" version="1" comment="kernel-xen RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119978" version="1" comment="kernel-syms RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41080"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119966" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40584"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119943" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41415"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119939" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119885" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41072"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119873" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41365"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119866" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41159"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119859" version="1" comment="xen-kmp-trace RPM is earlier than 0:4.1.4_02_3.0.74_0.6.8-0.5.26" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41409"/>
      <state state_ref="oval:org.mitre.oval:ste:32360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119848" version="1" comment="kernel-default RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41305"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119832" version="1" comment="xen-kmp-default RPM is earlier than 0:4.1.4_02_3.0.74_0.6.8-0.5.26" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41306"/>
      <state state_ref="oval:org.mitre.oval:ste:32360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119777" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41448"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119679" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41236"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119478" version="1" comment="kernel-source RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119407" version="1" comment="kernel-pae RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41017"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119176" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.74-0.6.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41430"/>
      <state state_ref="oval:org.mitre.oval:ste:32816"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120458" version="1" comment="audit-libs RPM is earlier than 0:1.8-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2719"/>
      <state state_ref="oval:org.mitre.oval:ste:32431"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120287" version="1" comment="audit-libs-32bit RPM is earlier than 0:1.8-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2300"/>
      <state state_ref="oval:org.mitre.oval:ste:32431"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119935" version="1" comment="audit RPM is earlier than 0:1.8-0.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2168"/>
      <state state_ref="oval:org.mitre.oval:ste:32431"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117824" version="1" comment="sysstat-isag RPM is earlier than 0:8.1.5-7.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40219"/>
      <state state_ref="oval:org.mitre.oval:ste:32277"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117543" version="1" comment="sysstat RPM is earlier than 0:8.1.5-7.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14125"/>
      <state state_ref="oval:org.mitre.oval:ste:32277"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117707" version="1" comment="libdrm-32bit RPM is earlier than 0:2.4.41-0.12.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40197"/>
      <state state_ref="oval:org.mitre.oval:ste:32377"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117308" version="1" comment="libdrm RPM is earlier than 0:2.4.41-0.12.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40013"/>
      <state state_ref="oval:org.mitre.oval:ste:32377"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120972" version="1" comment="inkscape-lang RPM is earlier than 0:0.46-62.38.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41800"/>
      <state state_ref="oval:org.mitre.oval:ste:33169"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120885" version="1" comment="inkscape-extensions-extra RPM is earlier than 0:0.46-62.38.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41664"/>
      <state state_ref="oval:org.mitre.oval:ste:33169"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120872" version="1" comment="inkscape-extensions-dia RPM is earlier than 0:0.46-62.38.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41786"/>
      <state state_ref="oval:org.mitre.oval:ste:33169"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120819" version="1" comment="inkscape-extensions-fig RPM is earlier than 0:0.46-62.38.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41449"/>
      <state state_ref="oval:org.mitre.oval:ste:33169"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120790" version="1" comment="inkscape-extensions-gimp RPM is earlier than 0:0.46-62.38.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41519"/>
      <state state_ref="oval:org.mitre.oval:ste:33169"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120781" version="1" comment="inkscape RPM is earlier than 0:0.46-62.38.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41826"/>
      <state state_ref="oval:org.mitre.oval:ste:33169"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119824" version="2" comment="ksh RPM is earlier than 0:93u-0.27.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43516"/>
      <state state_ref="oval:org.mitre.oval:ste:32398"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119743" version="2" comment="ksh RPM is earlier than 0:93u-0.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43516"/>
      <state state_ref="oval:org.mitre.oval:ste:32661"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118968" version="2" comment="ksh-devel RPM is earlier than 0:93u-0.27.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43446"/>
      <state state_ref="oval:org.mitre.oval:ste:32398"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117959" version="1" comment="xorg-x11-server-extra RPM is earlier than 0:7.4-27.70.76.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40178"/>
      <state state_ref="oval:org.mitre.oval:ste:32342"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117731" version="1" comment="xorg-x11-Xvnc RPM is earlier than 0:7.4-27.70.76.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40257"/>
      <state state_ref="oval:org.mitre.oval:ste:32342"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117518" version="1" comment="xorg-x11-server RPM is earlier than 0:7.4-27.70.76.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14418"/>
      <state state_ref="oval:org.mitre.oval:ste:32342"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117410" version="1" comment="timezone RPM is earlier than 0:2014a-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39705"/>
      <state state_ref="oval:org.mitre.oval:ste:31877"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117342" version="1" comment="timezone-java RPM is earlier than 0:2014a-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39519"/>
      <state state_ref="oval:org.mitre.oval:ste:32154"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117262" version="1" comment="timezone RPM is earlier than 0:2014a-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39705"/>
      <state state_ref="oval:org.mitre.oval:ste:32154"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118105" version="1" comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.69.71.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39944"/>
      <state state_ref="oval:org.mitre.oval:ste:31936"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118014" version="1" comment="udev RPM is earlier than 0:147-0.69.71.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14607"/>
      <state state_ref="oval:org.mitre.oval:ste:31936"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117975" version="1" comment="libgudev-1_0-0 RPM is earlier than 0:147-0.69.71.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39517"/>
      <state state_ref="oval:org.mitre.oval:ste:31936"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117969" version="1" comment="libudev0 RPM is earlier than 0:147-0.69.71.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40353"/>
      <state state_ref="oval:org.mitre.oval:ste:31936"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117773" version="1" comment="libudev0-32bit RPM is earlier than 0:147-0.69.71.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40294"/>
      <state state_ref="oval:org.mitre.oval:ste:31936"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119306" version="1" comment="SUSE_SLED-SP3-migration RPM is earlier than 0:11.2-1.27" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41071"/>
      <state state_ref="oval:org.mitre.oval:ste:32718"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118903" version="1" comment="sles-release RPM is earlier than 0:11.2-1.538" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2240"/>
      <state state_ref="oval:org.mitre.oval:ste:32084"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118640" version="1" comment="sled-release RPM is earlier than 0:11.2-1.540" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1903"/>
      <state state_ref="oval:org.mitre.oval:ste:32687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118549" version="1" comment="SUSE_SLES-SP3-migration RPM is earlier than 0:11.2-1.24" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41001"/>
      <state state_ref="oval:org.mitre.oval:ste:32471"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116644" version="1" comment="xinetd RPM is earlier than 0:2.3.14-130.133.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39919"/>
      <state state_ref="oval:org.mitre.oval:ste:32126"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118442" version="1" comment="vino-lang RPM is earlier than 0:2.28.1-2.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40316"/>
      <state state_ref="oval:org.mitre.oval:ste:31978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118429" version="1" comment="vino RPM is earlier than 0:2.28.1-2.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:28909"/>
      <state state_ref="oval:org.mitre.oval:ste:31978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121568" version="1" comment="glibc-profile RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14243"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121519" version="1" comment="nscd RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14360"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121458" version="1" comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5112"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121423" version="1" comment="glibc-locale RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4452"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121396" version="1" comment="glibc RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14142"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121383" version="1" comment="glibc-info RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5133"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121327" version="1" comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5004"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121169" version="1" comment="glibc-devel RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14346"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121165" version="1" comment="glibc-32bit RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4176"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121117" version="1" comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4186"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120646" version="1" comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5170"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120626" version="1" comment="glibc-html RPM is earlier than 0:2.11.3-17.66.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5103"/>
      <state state_ref="oval:org.mitre.oval:ste:33321"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117078" version="1" comment="checkmedia RPM is earlier than 0:3.0-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2838"/>
      <state state_ref="oval:org.mitre.oval:ste:32337"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120335" version="1" comment="autofs RPM is earlier than 0:5.0.6-3.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3092"/>
      <state state_ref="oval:org.mitre.oval:ste:33012"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117412" version="1" comment="kernel-syms RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39989"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117391" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117364" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.18-0.7.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39793"/>
      <state state_ref="oval:org.mitre.oval:ste:32119"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117357" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39450"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117340" version="1" comment="kernel-trace RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39620"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117338" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39747"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117329" version="1" comment="kernel-source RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117317" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39860"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117244" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39474"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117219" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39981"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117176" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39961"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117067" version="1" comment="kernel-pae RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39993"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117043" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39021"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116994" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39756"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116991" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39417"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116917" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39461"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116910" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39851"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116909" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.18-0.7.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39952"/>
      <state state_ref="oval:org.mitre.oval:ste:32119"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116838" version="1" comment="kernel-default RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39390"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116696" version="1" comment="kernel-xen RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116563" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39975"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116551" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.101-0.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39720"/>
      <state state_ref="oval:org.mitre.oval:ste:32227"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117256" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.350-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39857"/>
      <state state_ref="oval:org.mitre.oval:ste:31710"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117148" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.350-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38992"/>
      <state state_ref="oval:org.mitre.oval:ste:31710"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116785" version="1" comment="flash-player RPM is earlier than 0:11.2.202.350-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:31710"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117470" version="1" comment="pidgin-otr RPM is earlier than 0:3.2.0-1.42.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39261"/>
      <state state_ref="oval:org.mitre.oval:ste:31955"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117780" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.335-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39797"/>
      <state state_ref="oval:org.mitre.oval:ste:32441"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117753" version="1" comment="flash-player RPM is earlier than 0:11.2.202.335-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32441"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116989" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.335-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40120"/>
      <state state_ref="oval:org.mitre.oval:ste:32441"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117351" version="1" comment="kernel-trace RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39620"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117274" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39461"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117251" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39975"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117184" version="1" comment="kernel-xen RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117174" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39417"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117162" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39021"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117126" version="1" comment="kernel-default RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39390"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117117" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39961"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117107" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.21-0.7.12" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39952"/>
      <state state_ref="oval:org.mitre.oval:ste:32144"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117042" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39474"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117031" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39851"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117005" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39756"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116982" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.21-0.7.12" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39793"/>
      <state state_ref="oval:org.mitre.oval:ste:32144"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116980" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39747"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116935" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116913" version="1" comment="kernel-pae RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39993"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116875" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39720"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116835" version="1" comment="kernel-source RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116834" version="1" comment="kernel-syms RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39989"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116791" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39981"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116675" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39860"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116610" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39450"/>
      <state state_ref="oval:org.mitre.oval:ste:32332"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118099" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.332-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40091"/>
      <state state_ref="oval:org.mitre.oval:ste:31830"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117901" version="1" comment="flash-player RPM is earlier than 0:11.2.202.332-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:31830"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117499" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.332-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40214"/>
      <state state_ref="oval:org.mitre.oval:ste:31830"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116249" version="1" comment="microcode_ctl RPM is earlier than 0:1.17-102.72.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39203"/>
      <state state_ref="oval:org.mitre.oval:ste:31997"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118668" version="1" comment="mkinitrd RPM is earlier than 0:2.4.2-0.57.61.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39768"/>
      <state state_ref="oval:org.mitre.oval:ste:32324"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116858" version="1" comment="tcsh RPM is earlier than 0:6.15.00-93.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40006"/>
      <state state_ref="oval:org.mitre.oval:ste:31961"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118141" version="1" comment="glibc-locale RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4452"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118132" version="1" comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5112"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118130" version="1" comment="nscd RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14360"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118127" version="1" comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5004"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118112" version="1" comment="glibc RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14142"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117999" version="1" comment="glibc-html RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5103"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117998" version="1" comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5170"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117921" version="1" comment="glibc-32bit RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4176"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117906" version="1" comment="glibc-info RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5133"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117885" version="1" comment="glibc-profile RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14243"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117710" version="1" comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4186"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117320" version="1" comment="glibc-devel RPM is earlier than 0:2.11.3-17.45.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14346"/>
      <state state_ref="oval:org.mitre.oval:ste:32359"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117505" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.346-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39857"/>
      <state state_ref="oval:org.mitre.oval:ste:32178"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117465" version="1" comment="flash-player RPM is earlier than 0:11.2.202.346-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32178"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117279" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.346-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38992"/>
      <state state_ref="oval:org.mitre.oval:ste:32178"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117128" version="1" comment="python-pywbem RPM is earlier than 0:0.7-6.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39837"/>
      <state state_ref="oval:org.mitre.oval:ste:31632"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120166" version="1" comment="beagle-gui RPM is earlier than 0:0.3.8-56.51.26" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3045"/>
      <state state_ref="oval:org.mitre.oval:ste:32855"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120158" version="1" comment="beagle-evolution RPM is earlier than 0:0.3.8-56.51.26" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3270"/>
      <state state_ref="oval:org.mitre.oval:ste:32855"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120053" version="1" comment="beagle RPM is earlier than 0:0.3.8-56.51.26" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3306"/>
      <state state_ref="oval:org.mitre.oval:ste:32855"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119940" version="1" comment="beagle-firefox RPM is earlier than 0:0.3.8-56.51.26" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2347"/>
      <state state_ref="oval:org.mitre.oval:ste:32855"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119805" version="1" comment="beagle-lang RPM is earlier than 0:0.3.8-56.51.26" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41345"/>
      <state state_ref="oval:org.mitre.oval:ste:32855"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117041" version="1" comment="rpcbind RPM is earlier than 0:0.1.6+git20080930-6.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39950"/>
      <state state_ref="oval:org.mitre.oval:ste:32194"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118266" version="1" comment="sblim-sfcb RPM is earlier than 0:1.3.11-0.23.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40088"/>
      <state state_ref="oval:org.mitre.oval:ste:31747"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117692" version="1" comment="gimp-plugins-python RPM is earlier than 0:2.6.2-3.34.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39954"/>
      <state state_ref="oval:org.mitre.oval:ste:32225"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117423" version="1" comment="gimp-lang RPM is earlier than 0:2.6.2-3.34.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40142"/>
      <state state_ref="oval:org.mitre.oval:ste:32225"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116937" version="1" comment="gimp RPM is earlier than 0:2.6.2-3.34.45.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5002"/>
      <state state_ref="oval:org.mitre.oval:ste:32225"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118344" version="1" comment="kvm RPM is earlier than 0:1.4.2-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15123"/>
      <state state_ref="oval:org.mitre.oval:ste:32432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117699" version="1" comment="release-notes-sled RPM is earlier than 0:11.3.25-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40183"/>
      <state state_ref="oval:org.mitre.oval:ste:32464"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117010" version="1" comment="libssh2 RPM is earlier than 0:0.2-5.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39896"/>
      <state state_ref="oval:org.mitre.oval:ste:32241"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117272" version="1" comment="python-m2crypto RPM is earlier than 0:0.21.1-2.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39614"/>
      <state state_ref="oval:org.mitre.oval:ste:32278"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118709" version="1" comment="libgcrypt11 RPM is earlier than 0:1.5.0-0.15.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40514"/>
      <state state_ref="oval:org.mitre.oval:ste:32641"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118301" version="1" comment="libgcrypt11-32bit RPM is earlier than 0:1.5.0-0.15.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40102"/>
      <state state_ref="oval:org.mitre.oval:ste:32641"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117509" version="1" comment="kvm RPM is earlier than 0:1.4.2-0.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15123"/>
      <state state_ref="oval:org.mitre.oval:ste:32139"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117511" version="1" comment="libglib-2_0-0 RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40115"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117506" version="1" comment="libgio-2_0-0 RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40073"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117434" version="1" comment="glib2-lang RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39770"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117425" version="1" comment="glib2-doc RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4813"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117403" version="1" comment="libgthread-2_0-0 RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39722"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117388" version="1" comment="libgthread-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39135"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117356" version="1" comment="libgmodule-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39848"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117299" version="1" comment="libgmodule-2_0-0 RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40080"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117286" version="1" comment="libglib-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39632"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117259" version="1" comment="glib2 RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5095"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117231" version="1" comment="libgio-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40016"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117161" version="1" comment="libgobject-2_0-0 RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40087"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117150" version="1" comment="glib2-devel RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5050"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116972" version="1" comment="libgio-fam RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39670"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116970" version="1" comment="libgobject-2_0-0-32bit RPM is earlier than 0:2.22.5-0.8.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39835"/>
      <state state_ref="oval:org.mitre.oval:ste:32106"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116233" version="1" comment="supportutils RPM is earlier than 0:1.20-0.102.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39629"/>
      <state state_ref="oval:org.mitre.oval:ste:31212"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117241" version="1" comment="puppet RPM is earlier than 0:2.6.18-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39875"/>
      <state state_ref="oval:org.mitre.oval:ste:31832"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117193" version="1" comment="puppet-server RPM is earlier than 0:2.6.18-0.14.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39373"/>
      <state state_ref="oval:org.mitre.oval:ste:31832"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118254" version="1" comment="vino RPM is earlier than 0:2.28.1-2.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:28909"/>
      <state state_ref="oval:org.mitre.oval:ste:31978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118248" version="1" comment="vino-lang RPM is earlier than 0:2.28.1-2.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40316"/>
      <state state_ref="oval:org.mitre.oval:ste:31978"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121033" version="1" comment="python-qt4 RPM is earlier than 0:4.6.2-0.4.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41350"/>
      <state state_ref="oval:org.mitre.oval:ste:33030"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121000" version="1" comment="python-sip RPM is earlier than 0:4.9.3-1.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41738"/>
      <state state_ref="oval:org.mitre.oval:ste:32426"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118428" version="1" comment="timezone-java RPM is earlier than 0:2013g-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39890"/>
      <state state_ref="oval:org.mitre.oval:ste:32561"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118258" version="1" comment="timezone RPM is earlier than 0:2013g-0.4.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40561"/>
      <state state_ref="oval:org.mitre.oval:ste:32449"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117907" version="1" comment="zypper-log RPM is earlier than 0:1.6.311-0.7.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40203"/>
      <state state_ref="oval:org.mitre.oval:ste:32491"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117856" version="1" comment="zypper-log RPM is earlier than 0:1.6.178-0.5.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40203"/>
      <state state_ref="oval:org.mitre.oval:ste:32430"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117810" version="1" comment="libzypp RPM is earlier than 0:9.37.4-0.7.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40133"/>
      <state state_ref="oval:org.mitre.oval:ste:32469"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117760" version="1" comment="zypper RPM is earlier than 0:1.6.311-0.7.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40000"/>
      <state state_ref="oval:org.mitre.oval:ste:32491"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117544" version="1" comment="libzypp RPM is earlier than 0:9.16.4-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40133"/>
      <state state_ref="oval:org.mitre.oval:ste:32435"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117382" version="1" comment="zypper RPM is earlier than 0:1.6.178-0.5.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40000"/>
      <state state_ref="oval:org.mitre.oval:ste:32430"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117309" version="1" comment="wireshark RPM is earlier than 0:1.8.12-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14711"/>
      <state state_ref="oval:org.mitre.oval:ste:32213"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118100" version="1" comment="hal-32bit RPM is earlier than 0:0.5.12-23.72.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4559"/>
      <state state_ref="oval:org.mitre.oval:ste:32279"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117987" version="1" comment="hal RPM is earlier than 0:0.5.12-23.72.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4535"/>
      <state state_ref="oval:org.mitre.oval:ste:32279"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117216" version="1" comment="hal-doc RPM is earlier than 0:0.5.12-23.72.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4543"/>
      <state state_ref="oval:org.mitre.oval:ste:32279"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117754" version="1" comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39249"/>
      <state state_ref="oval:org.mitre.oval:ste:32420"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117682" version="1" comment="libvirt-python RPM is earlier than 0:1.0.5.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15191"/>
      <state state_ref="oval:org.mitre.oval:ste:32420"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117424" version="1" comment="libvirt-client RPM is earlier than 0:1.0.5.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29031"/>
      <state state_ref="oval:org.mitre.oval:ste:32420"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117172" version="1" comment="libvirt RPM is earlier than 0:1.0.5.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15209"/>
      <state state_ref="oval:org.mitre.oval:ste:32420"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117016" version="1" comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:28971"/>
      <state state_ref="oval:org.mitre.oval:ste:32420"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116861" version="1" comment="libvirt-doc RPM is earlier than 0:1.0.5.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39956"/>
      <state state_ref="oval:org.mitre.oval:ste:32420"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117570" version="1" comment="java-1_7_0-openjdk-devel RPM is earlier than 0:1.7.0.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39402"/>
      <state state_ref="oval:org.mitre.oval:ste:32030"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117442" version="1" comment="java-1_7_0-openjdk RPM is earlier than 0:1.7.0.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39291"/>
      <state state_ref="oval:org.mitre.oval:ste:32030"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117428" version="1" comment="java-1_7_0-openjdk-demo RPM is earlier than 0:1.7.0.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40069"/>
      <state state_ref="oval:org.mitre.oval:ste:32030"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119624" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40895"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119615" version="1" comment="kernel-source RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119596" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40918"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119587" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41146"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119576" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40600"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119574" version="1" comment="kernel-trace RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40825"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119564" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119551" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40681"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119550" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41120"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119548" version="1" comment="kernel-pae RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41034"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119527" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41010"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119513" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.2_04_3.0.82_0.7-0.9.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40983"/>
      <state state_ref="oval:org.mitre.oval:ste:32581"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119511" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40169"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119463" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40639"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119454" version="1" comment="kernel-default RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40954"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119448" version="1" comment="kernel-syms RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40159"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119369" version="1" comment="kernel-xen RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119329" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40965"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119308" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41060"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118817" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41157"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118714" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.82-0.7.9" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40823"/>
      <state state_ref="oval:org.mitre.oval:ste:32555"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117324" version="1" comment="perl-SNMP RPM is earlier than 0:5.4.2.1-8.12.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39779"/>
      <state state_ref="oval:org.mitre.oval:ste:32155"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117323" version="1" comment="libsnmp15 RPM is earlier than 0:5.4.2.1-8.12.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39902"/>
      <state state_ref="oval:org.mitre.oval:ste:32155"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117254" version="1" comment="libsnmp15-32bit RPM is earlier than 0:5.4.2.1-8.12.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39871"/>
      <state state_ref="oval:org.mitre.oval:ste:32155"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117191" version="1" comment="snmp-mibs RPM is earlier than 0:5.4.2.1-8.12.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39687"/>
      <state state_ref="oval:org.mitre.oval:ste:32155"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116831" version="1" comment="net-snmp RPM is earlier than 0:5.4.2.1-8.12.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40010"/>
      <state state_ref="oval:org.mitre.oval:ste:32155"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116692" version="1" comment="man-pages RPM is earlier than 0:3.15-2.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38753"/>
      <state state_ref="oval:org.mitre.oval:ste:32040"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117826" version="1" comment="autofs RPM is earlier than 0:5.0.6-3.10.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3092"/>
      <state state_ref="oval:org.mitre.oval:ste:32361"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117285" version="1" comment="sudo RPM is earlier than 0:1.7.6p2-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14246"/>
      <state state_ref="oval:org.mitre.oval:ste:32247"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117866" version="1" comment="python-lxml RPM is earlier than 0:2.3.6-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40320"/>
      <state state_ref="oval:org.mitre.oval:ste:32223"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119314" version="1" comment="xorg-x11-libXext-32bit RPM is earlier than 0:7.4-1.18.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41029"/>
      <state state_ref="oval:org.mitre.oval:ste:32793"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119220" version="1" comment="xorg-x11-libXext RPM is earlier than 0:7.4-1.18.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40244"/>
      <state state_ref="oval:org.mitre.oval:ste:32793"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117545" version="1" comment="mailx RPM is earlier than 0:12.5-1.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39974"/>
      <state state_ref="oval:org.mitre.oval:ste:32545"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118520" version="1" comment="python-curses RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40167"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118507" version="1" comment="python-gdbm RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39492"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118430" version="1" comment="python-32bit RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40364"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118393" version="1" comment="python-tk RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39920"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118330" version="1" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40148"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118299" version="1" comment="python-base RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40415"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118223" version="1" comment="python-idle RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40330"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118217" version="1" comment="python-devel RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118214" version="1" comment="python-base-32bit RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40419"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118177" version="1" comment="python-demo RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40177"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118147" version="1" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40454"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118102" version="1" comment="python-xml RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40303"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118077" version="1" comment="python RPM is earlier than 0:2.6.8-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:31642"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120439" version="1" comment="gzip RPM is earlier than 0:1.3.12-69.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14444"/>
      <state state_ref="oval:org.mitre.oval:ste:33062"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117713" version="1" comment="libxml2-python RPM is earlier than 0:2.7.6-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13780"/>
      <state state_ref="oval:org.mitre.oval:ste:32293"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117670" version="1" comment="libxml2-32bit RPM is earlier than 0:2.7.6-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40249"/>
      <state state_ref="oval:org.mitre.oval:ste:32293"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117300" version="1" comment="libxml2-doc RPM is earlier than 0:2.7.6-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40112"/>
      <state state_ref="oval:org.mitre.oval:ste:32293"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116828" version="1" comment="libxml2 RPM is earlier than 0:2.7.6-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14133"/>
      <state state_ref="oval:org.mitre.oval:ste:32293"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118222" version="1" comment="libzypp RPM is earlier than 0:9.37.1-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39739"/>
      <state state_ref="oval:org.mitre.oval:ste:32686"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117633" version="1" comment="libzypp RPM is earlier than 0:9.16.1-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39739"/>
      <state state_ref="oval:org.mitre.oval:ste:32631"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117574" version="1" comment="python-xml RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39982"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117549" version="1" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39476"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117529" version="1" comment="python-gdbm RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39673"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117525" version="1" comment="python RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117522" version="1" comment="python-tk RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39883"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117491" version="1" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39478"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117483" version="1" comment="python-doc RPM is earlier than 0:2.6-8.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39621"/>
      <state state_ref="oval:org.mitre.oval:ste:32250"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117418" version="1" comment="python-doc-pdf RPM is earlier than 0:2.6-8.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39822"/>
      <state state_ref="oval:org.mitre.oval:ste:32250"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117414" version="1" comment="python-demo RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39973"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117392" version="1" comment="python-devel RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117258" version="1" comment="python-base RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39846"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117022" version="1" comment="python-curses RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39619"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117013" version="1" comment="python-base-32bit RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39853"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117008" version="1" comment="python-idle RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39842"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116779" version="1" comment="python-32bit RPM is earlier than 0:2.6.9-0.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39979"/>
      <state state_ref="oval:org.mitre.oval:ste:32070"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118128" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.15.3.1-0.4.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40371"/>
      <state state_ref="oval:org.mitre.oval:ste:32389"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118110" version="1" comment="mozilla-nss RPM is earlier than 0:3.15.3.1-0.4.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:32389"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118037" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.15.3.1-0.4.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40337"/>
      <state state_ref="oval:org.mitre.oval:ste:32389"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118026" version="1" comment="libfreebl3 RPM is earlier than 0:3.15.3.1-0.4.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40407"/>
      <state state_ref="oval:org.mitre.oval:ste:32389"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117651" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.15.3.1-0.4.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40276"/>
      <state state_ref="oval:org.mitre.oval:ste:32389"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121828" version="1" comment="libgadu RPM is earlier than 0:1.8.2-1.24.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41684"/>
      <state state_ref="oval:org.mitre.oval:ste:33585"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118373" version="1" comment="perl-SNMP RPM is earlier than 0:5.4.2.1-8.12.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40387"/>
      <state state_ref="oval:org.mitre.oval:ste:32181"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118337" version="1" comment="snmp-mibs RPM is earlier than 0:5.4.2.1-8.12.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40390"/>
      <state state_ref="oval:org.mitre.oval:ste:32181"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118261" version="1" comment="libsnmp15-32bit RPM is earlier than 0:5.4.2.1-8.12.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39459"/>
      <state state_ref="oval:org.mitre.oval:ste:32181"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118216" version="1" comment="libsnmp15 RPM is earlier than 0:5.4.2.1-8.12.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40145"/>
      <state state_ref="oval:org.mitre.oval:ste:32181"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118121" version="1" comment="net-snmp RPM is earlier than 0:5.4.2.1-8.12.18.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40096"/>
      <state state_ref="oval:org.mitre.oval:ste:32181"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117738" version="1" comment="cpupower RPM is earlier than 0:2.6.39-2.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39715"/>
      <state state_ref="oval:org.mitre.oval:ste:32174"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116597" version="1" comment="openssl-certs RPM is earlier than 0:1.96-0.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40059"/>
      <state state_ref="oval:org.mitre.oval:ste:32073"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121622" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39449"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121590" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39418"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121579" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38632"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121570" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38955"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121565" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39386"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121558" version="1" comment="kernel-pae RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38702"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121542" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121531" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39433"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121492" version="1" comment="kernel-default RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39302"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121485" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39523"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121475" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39552"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121463" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39328"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121439" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39536"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121437" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39538"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121435" version="1" comment="kernel-source RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121430" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38966"/>
      <state state_ref="oval:org.mitre.oval:ste:32831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121373" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38983"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121359" version="1" comment="kernel-trace RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38597"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121358" version="1" comment="kernel-syms RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39551"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121349" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39363"/>
      <state state_ref="oval:org.mitre.oval:ste:32831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121080" version="1" comment="kernel-xen RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121049" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38611"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117249" version="1" comment="autoyast2 RPM is earlier than 0:2.17.73-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3148"/>
      <state state_ref="oval:org.mitre.oval:ste:31449"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116753" version="1" comment="autoyast2-installation RPM is earlier than 0:2.17.73-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2812"/>
      <state state_ref="oval:org.mitre.oval:ste:31449"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122268" version="1" comment="sles-tuning_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41965"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122263" version="1" comment="sles-installquick_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41746"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122254" version="1" comment="sles-security_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41794"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122221" version="1" comment="sles-storage_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41586"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122194" version="1" comment="sles-xen_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41983"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122151" version="1" comment="sles-autoyast_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41103"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122145" version="1" comment="sles-lxcquick_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41781"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122143" version="1" comment="sles-admin_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41909"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122119" version="1" comment="sles-kvm_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41969"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122114" version="1" comment="sles-deployment_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41067"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122079" version="1" comment="sle-audit-quick_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41323"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:122039" version="1" comment="sles-manuals_en RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41816"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121576" version="1" comment="sle-apparmor-quick_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41741"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121347" version="1" comment="sles-hardening_en-pdf RPM is earlier than 0:11.3-0.25.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41711"/>
      <state state_ref="oval:org.mitre.oval:ste:33432"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117778" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40156"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117777" version="1" comment="kernel-default RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40056"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117770" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40191"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117697" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40122"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117691" version="1" comment="kernel-syms RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40099"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117685" version="1" comment="kernel-pae RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40002"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117684" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.3_08_3.0.101_0.15-0.7.22" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40062"/>
      <state state_ref="oval:org.mitre.oval:ste:32421"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117671" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40021"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117660" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.3_08_3.0.101_0.15-0.7.22" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40154"/>
      <state state_ref="oval:org.mitre.oval:ste:32421"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117647" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39219"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117589" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39365"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117583" version="1" comment="kernel-source RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117507" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39771"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117441" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40055"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117396" version="1" comment="kernel-trace RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39278"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117379" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39742"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117362" version="1" comment="kernel-xen RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117102" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40188"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117101" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116988" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40140"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116852" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40001"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116821" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39936"/>
      <state state_ref="oval:org.mitre.oval:ste:31948"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116105" version="1" comment="kvm RPM is earlier than 0:1.4.2-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15123"/>
      <state state_ref="oval:org.mitre.oval:ste:31861"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118281" version="1" comment="microcode_ctl RPM is earlier than 0:1.17-102.68.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40227"/>
      <state state_ref="oval:org.mitre.oval:ste:32303"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118250" version="1" comment="microcode_ctl RPM is earlier than 0:1.17-102.57.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40227"/>
      <state state_ref="oval:org.mitre.oval:ste:32042"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117584" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.341-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39797"/>
      <state state_ref="oval:org.mitre.oval:ste:31947"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117504" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.341-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40120"/>
      <state state_ref="oval:org.mitre.oval:ste:31947"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117122" version="1" comment="flash-player RPM is earlier than 0:11.2.202.341-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:31947"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118449" version="1" comment="xml-commons RPM is earlier than 0:1.3.02-227.31.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40462"/>
      <state state_ref="oval:org.mitre.oval:ste:32372"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117868" version="1" comment="xml-commons-apis RPM is earlier than 0:1.3.02-227.31.3" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40358"/>
      <state state_ref="oval:org.mitre.oval:ste:32372"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117591" version="1" comment="libcurl4 RPM is earlier than 0:7.19.7-1.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40100"/>
      <state state_ref="oval:org.mitre.oval:ste:31885"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117411" version="1" comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39884"/>
      <state state_ref="oval:org.mitre.oval:ste:31885"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117212" version="1" comment="curl RPM is earlier than 0:7.19.7-1.32.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14575"/>
      <state state_ref="oval:org.mitre.oval:ste:31885"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117573" version="1" comment="mdadm RPM is earlier than 0:3.2.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40128"/>
      <state state_ref="oval:org.mitre.oval:ste:32134"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117585" version="1" comment="xen-doc-pdf RPM is earlier than 0:4.2.4_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39649"/>
      <state state_ref="oval:org.mitre.oval:ste:32028"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117526" version="1" comment="xen RPM is earlier than 0:4.2.4_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14646"/>
      <state state_ref="oval:org.mitre.oval:ste:32028"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117476" version="1" comment="xen-libs RPM is earlier than 0:4.2.4_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14810"/>
      <state state_ref="oval:org.mitre.oval:ste:32028"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117386" version="1" comment="xen-doc-html RPM is earlier than 0:4.2.4_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40070"/>
      <state state_ref="oval:org.mitre.oval:ste:32028"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117305" version="1" comment="xen-tools RPM is earlier than 0:4.2.4_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39898"/>
      <state state_ref="oval:org.mitre.oval:ste:32028"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117140" version="1" comment="xen-tools-domU RPM is earlier than 0:4.2.4_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39610"/>
      <state state_ref="oval:org.mitre.oval:ste:32028"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117124" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.15-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39793"/>
      <state state_ref="oval:org.mitre.oval:ste:32212"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117095" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.15-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39952"/>
      <state state_ref="oval:org.mitre.oval:ste:32212"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117032" version="1" comment="xen-libs-32bit RPM is earlier than 0:4.2.4_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39465"/>
      <state state_ref="oval:org.mitre.oval:ste:32028"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116705" version="1" comment="timezone-java RPM is earlier than 0:2014c-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39612"/>
      <state state_ref="oval:org.mitre.oval:ste:32007"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116437" version="1" comment="timezone RPM is earlier than 0:2014c-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39640"/>
      <state state_ref="oval:org.mitre.oval:ste:32007"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116010" version="1" comment="timezone RPM is earlier than 0:2014c-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39640"/>
      <state state_ref="oval:org.mitre.oval:ste:31988"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117474" version="1" comment="sg3_utils RPM is earlier than 0:1.35-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39663"/>
      <state state_ref="oval:org.mitre.oval:ste:31351"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117293" version="1" comment="mono-data-sybase RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2429"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117265" version="1" comment="mono-data-postgresql RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2546"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117178" version="1" comment="mono-locale-extras RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2666"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117168" version="1" comment="mono-data-oracle RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2673"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117133" version="1" comment="mono-data-firebird RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2478"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117093" version="1" comment="mono-web RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2285"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117083" version="1" comment="monodoc-core RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39650"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117070" version="1" comment="mono-wcf RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39455"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117068" version="1" comment="ibm-data-db2 RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:168"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117012" version="1" comment="mono-core RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1917"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117009" version="1" comment="bytefx-data-mysql RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3215"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116781" version="1" comment="mono-winforms RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1992"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116693" version="1" comment="mono-devel RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2553"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116677" version="1" comment="mono-jscript RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2537"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116612" version="1" comment="mono-nunit RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2166"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116570" version="1" comment="mono-data-sqlite RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2117"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116477" version="1" comment="mono-extras RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2211"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116299" version="1" comment="mono-data RPM is earlier than 0:2.6.7-0.11.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2334"/>
      <state state_ref="oval:org.mitre.oval:ste:32301"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119186" version="1" comment="autoyast2-installation RPM is earlier than 0:2.17.57.3-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2812"/>
      <state state_ref="oval:org.mitre.oval:ste:32697"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118655" version="1" comment="autoyast2 RPM is earlier than 0:2.17.57.3-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3148"/>
      <state state_ref="oval:org.mitre.oval:ste:32697"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117615" version="1" comment="xorg-x11-libs-32bit RPM is earlier than 0:7.4-8.26.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40158"/>
      <state state_ref="oval:org.mitre.oval:ste:32376"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117558" version="1" comment="xorg-x11-devel RPM is earlier than 0:7.4-8.26.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14595"/>
      <state state_ref="oval:org.mitre.oval:ste:32376"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117372" version="1" comment="xorg-x11-libs RPM is earlier than 0:7.4-8.26.40.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14478"/>
      <state state_ref="oval:org.mitre.oval:ste:32376"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118466" version="1" comment="puppet-server RPM is earlier than 0:2.6.18-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40470"/>
      <state state_ref="oval:org.mitre.oval:ste:32498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118427" version="1" comment="puppet RPM is earlier than 0:2.6.18-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40501"/>
      <state state_ref="oval:org.mitre.oval:ste:32498"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116413" version="1" comment="libmysqlclient_r15 RPM is earlier than 0:5.0.96-0.6.11" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39502"/>
      <state state_ref="oval:org.mitre.oval:ste:31211"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116396" version="1" comment="libmysql55client_r18-32bit RPM is earlier than 0:5.5.37-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38829"/>
      <state state_ref="oval:org.mitre.oval:ste:32010"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116366" version="1" comment="mysql RPM is earlier than 0:5.5.37-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14355"/>
      <state state_ref="oval:org.mitre.oval:ste:32010"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116363" version="1" comment="libmysqlclient_r15-32bit RPM is earlier than 0:5.0.96-0.6.11" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38843"/>
      <state state_ref="oval:org.mitre.oval:ste:31211"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116332" version="1" comment="libmysql55client18-32bit RPM is earlier than 0:5.5.37-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39602"/>
      <state state_ref="oval:org.mitre.oval:ste:32010"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116293" version="1" comment="mysql-client RPM is earlier than 0:5.5.37-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39484"/>
      <state state_ref="oval:org.mitre.oval:ste:32010"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116261" version="1" comment="libmysqlclient15-32bit RPM is earlier than 0:5.0.96-0.6.11" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39382"/>
      <state state_ref="oval:org.mitre.oval:ste:31211"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116239" version="1" comment="libmysql55client18 RPM is earlier than 0:5.5.37-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39520"/>
      <state state_ref="oval:org.mitre.oval:ste:32010"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116094" version="1" comment="mysql-tools RPM is earlier than 0:5.5.37-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38859"/>
      <state state_ref="oval:org.mitre.oval:ste:32010"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116009" version="1" comment="libmysqlclient15 RPM is earlier than 0:5.0.96-0.6.11" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39179"/>
      <state state_ref="oval:org.mitre.oval:ste:31211"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115989" version="1" comment="libmysql55client_r18 RPM is earlier than 0:5.5.37-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39501"/>
      <state state_ref="oval:org.mitre.oval:ste:32010"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117723" version="1" comment="curl RPM is earlier than 0:7.19.7-1.20.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14575"/>
      <state state_ref="oval:org.mitre.oval:ste:32423"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117383" version="1" comment="libcurl4 RPM is earlier than 0:7.19.7-1.20.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40100"/>
      <state state_ref="oval:org.mitre.oval:ste:32423"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117332" version="1" comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.20.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39884"/>
      <state state_ref="oval:org.mitre.oval:ste:32423"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117820" version="1" comment="autofs RPM is earlier than 0:5.0.6-3.10.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3092"/>
      <state state_ref="oval:org.mitre.oval:ste:32361"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117201" version="1" comment="icedtea-web RPM is earlier than 0:1.4.2-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29552"/>
      <state state_ref="oval:org.mitre.oval:ste:32136"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117347" version="1" comment="microcode_ctl RPM is earlier than 0:1.17-102.70.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40090"/>
      <state state_ref="oval:org.mitre.oval:ste:32248"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116440" version="1" comment="timezone-java RPM is earlier than 0:2014c-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39612"/>
      <state state_ref="oval:org.mitre.oval:ste:31988"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115892" version="1" comment="timezone RPM is earlier than 0:2014c-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39640"/>
      <state state_ref="oval:org.mitre.oval:ste:31988"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115718" version="1" comment="timezone RPM is earlier than 0:2014c-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39640"/>
      <state state_ref="oval:org.mitre.oval:ste:32092"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118566" version="1" comment="spacewalk-check RPM is earlier than 0:1.7.14.17-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40464"/>
      <state state_ref="oval:org.mitre.oval:ste:31613"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118532" version="1" comment="rhnlib RPM is earlier than 0:2.5.51.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40547"/>
      <state state_ref="oval:org.mitre.oval:ste:32458"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118391" version="1" comment="spacewalk-client-tools RPM is earlier than 0:1.7.14.17-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40392"/>
      <state state_ref="oval:org.mitre.oval:ste:31613"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117625" version="1" comment="spacewalk-client-setup RPM is earlier than 0:1.7.14.17-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40613"/>
      <state state_ref="oval:org.mitre.oval:ste:31613"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116967" version="1" comment="linux-kernel-headers RPM is earlier than 0:2.6.32-1.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39946"/>
      <state state_ref="oval:org.mitre.oval:ste:32295"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117797" version="1" comment="hplip-hpijs RPM is earlier than 0:3.11.10-0.6.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4668"/>
      <state state_ref="oval:org.mitre.oval:ste:32381"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117638" version="1" comment="hplip RPM is earlier than 0:3.11.10-0.6.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3847"/>
      <state state_ref="oval:org.mitre.oval:ste:32381"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118116" version="1" comment="zypp-plugin-spacewalk RPM is earlier than 0:0.9.5-0.5.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40272"/>
      <state state_ref="oval:org.mitre.oval:ste:32375"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118035" version="1" comment="spacewalk-check RPM is earlier than 0:1.7.14.18-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39483"/>
      <state state_ref="oval:org.mitre.oval:ste:31893"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117965" version="1" comment="spacewalk-client-tools RPM is earlier than 0:1.7.14.18-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40228"/>
      <state state_ref="oval:org.mitre.oval:ste:31893"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117827" version="1" comment="spacewalk-client-setup RPM is earlier than 0:1.7.14.18-0.5.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40398"/>
      <state state_ref="oval:org.mitre.oval:ste:31893"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118342" version="1" comment="libxslt-32bit RPM is earlier than 0:1.1.24-19.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39991"/>
      <state state_ref="oval:org.mitre.oval:ste:32365"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118310" version="1" comment="libxslt-devel-32bit RPM is earlier than 0:1.1.15-15.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40189"/>
      <state state_ref="oval:org.mitre.oval:ste:32080"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118305" version="1" comment="libxslt-devel RPM is earlier than 0:1.1.15-15.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15150"/>
      <state state_ref="oval:org.mitre.oval:ste:32080"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118292" version="1" comment="libxslt-32bit RPM is earlier than 0:1.1.15-15.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39991"/>
      <state state_ref="oval:org.mitre.oval:ste:32080"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118008" version="1" comment="libxslt RPM is earlier than 0:1.1.15-15.22.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15147"/>
      <state state_ref="oval:org.mitre.oval:ste:32080"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118003" version="1" comment="libxslt RPM is earlier than 0:1.1.24-19.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15147"/>
      <state state_ref="oval:org.mitre.oval:ste:32365"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118140" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:24.2.0esr-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39932"/>
      <state state_ref="oval:org.mitre.oval:ste:32523"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118078" version="1" comment="libfreebl3 RPM is earlier than 0:3.15.3.1-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40407"/>
      <state state_ref="oval:org.mitre.oval:ste:32505"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117995" version="1" comment="MozillaFirefox RPM is earlier than 0:24.2.0esr-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40011"/>
      <state state_ref="oval:org.mitre.oval:ste:32523"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117891" version="1" comment="libsoftokn3 RPM is earlier than 0:3.15.3.1-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40357"/>
      <state state_ref="oval:org.mitre.oval:ste:32505"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117859" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.15.3.1-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40337"/>
      <state state_ref="oval:org.mitre.oval:ste:32505"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117812" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.7.4" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:32266"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117785" version="1" comment="mozilla-nss RPM is earlier than 0:3.15.3.1-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:32505"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117705" version="1" comment="libsoftokn3-32bit RPM is earlier than 0:3.15.3.1-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40029"/>
      <state state_ref="oval:org.mitre.oval:ste:32505"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117650" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.15.3.1-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40276"/>
      <state state_ref="oval:org.mitre.oval:ste:32505"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117582" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.15.3.1-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40371"/>
      <state state_ref="oval:org.mitre.oval:ste:32505"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118009" version="1" comment="xorg-x11-server RPM is earlier than 0:7.4-27.85.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14418"/>
      <state state_ref="oval:org.mitre.oval:ste:32520"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117740" version="1" comment="xorg-x11-server-extra RPM is earlier than 0:7.4-27.85.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40178"/>
      <state state_ref="oval:org.mitre.oval:ste:32520"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117626" version="1" comment="xorg-x11-Xvnc RPM is earlier than 0:7.4-27.85.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40257"/>
      <state state_ref="oval:org.mitre.oval:ste:32520"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117733" version="1" comment="libcurl4 RPM is earlier than 0:7.19.7-1.20.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40100"/>
      <state state_ref="oval:org.mitre.oval:ste:32423"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117666" version="1" comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.20.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39884"/>
      <state state_ref="oval:org.mitre.oval:ste:32423"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117457" version="1" comment="curl RPM is earlier than 0:7.19.7-1.20.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14575"/>
      <state state_ref="oval:org.mitre.oval:ste:32423"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116690" version="1" comment="python-dmidecode RPM is earlier than 0:3.10.11-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38775"/>
      <state state_ref="oval:org.mitre.oval:ste:31896"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120002" version="1" comment="spacewalk-check RPM is earlier than 0:1.7.14.16-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41054"/>
      <state state_ref="oval:org.mitre.oval:ste:32565"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119961" version="1" comment="spacewalk-client-setup RPM is earlier than 0:1.7.14.16-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40245"/>
      <state state_ref="oval:org.mitre.oval:ste:32565"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119901" version="1" comment="zypp-plugin-spacewalk RPM is earlier than 0:0.9.2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41141"/>
      <state state_ref="oval:org.mitre.oval:ste:32840"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119671" version="1" comment="spacewalk-client-tools RPM is earlier than 0:1.7.14.16-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41156"/>
      <state state_ref="oval:org.mitre.oval:ste:32565"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119507" version="1" comment="rhnlib RPM is earlier than 0:2.5.51.4-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40919"/>
      <state state_ref="oval:org.mitre.oval:ste:32454"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118312" version="1" comment="cups-libs-32bit RPM is earlier than 0:1.3.9-8.46.48.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3863"/>
      <state state_ref="oval:org.mitre.oval:ste:32347"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118260" version="1" comment="cups-client RPM is earlier than 0:1.3.9-8.46.48.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3845"/>
      <state state_ref="oval:org.mitre.oval:ste:32347"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117967" version="1" comment="cups-libs RPM is earlier than 0:1.3.9-8.46.48.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14195"/>
      <state state_ref="oval:org.mitre.oval:ste:32347"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117667" version="1" comment="cups RPM is earlier than 0:1.3.9-8.46.48.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14199"/>
      <state state_ref="oval:org.mitre.oval:ste:32347"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118554" version="1" comment="xorg-x11-driver-input RPM is earlier than 0:7.4-13.46.17" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40139"/>
      <state state_ref="oval:org.mitre.oval:ste:32460"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118118" version="1" comment="nfs-doc RPM is earlier than 0:1.2.3-18.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40242"/>
      <state state_ref="oval:org.mitre.oval:ste:31689"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117809" version="1" comment="nfs-kernel-server RPM is earlier than 0:1.2.3-18.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39503"/>
      <state state_ref="oval:org.mitre.oval:ste:31689"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117774" version="1" comment="nfs-client RPM is earlier than 0:1.2.3-18.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40129"/>
      <state state_ref="oval:org.mitre.oval:ste:31689"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118420" version="1" comment="facter RPM is earlier than 0:1.5.2-1.22.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40595"/>
      <state state_ref="oval:org.mitre.oval:ste:32188"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120189" version="1" comment="acroread-cmaps RPM is earlier than 0:9.4.6-0.4.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41469"/>
      <state state_ref="oval:org.mitre.oval:ste:32353"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120111" version="1" comment="acroread-fonts-zh_CN RPM is earlier than 0:9.4.6-0.6.63" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41145"/>
      <state state_ref="oval:org.mitre.oval:ste:32311"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120085" version="1" comment="acroread-fonts-ko RPM is earlier than 0:9.4.6-0.6.63" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41041"/>
      <state state_ref="oval:org.mitre.oval:ste:32311"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120045" version="1" comment="acroread RPM is earlier than 0:9.5.5-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14858"/>
      <state state_ref="oval:org.mitre.oval:ste:32918"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120036" version="1" comment="acroread-cmaps RPM is earlier than 0:9.4.6-0.6.63" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41469"/>
      <state state_ref="oval:org.mitre.oval:ste:32311"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119989" version="1" comment="acroread-fonts-zh_CN RPM is earlier than 0:9.4.6-0.4.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41145"/>
      <state state_ref="oval:org.mitre.oval:ste:32353"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119979" version="1" comment="acroread-fonts-ja RPM is earlier than 0:9.4.6-0.4.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41457"/>
      <state state_ref="oval:org.mitre.oval:ste:32353"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119952" version="1" comment="acroread-fonts-ja RPM is earlier than 0:9.4.6-0.6.63" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41457"/>
      <state state_ref="oval:org.mitre.oval:ste:32311"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119806" version="1" comment="acroread-fonts-ko RPM is earlier than 0:9.4.6-0.4.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41041"/>
      <state state_ref="oval:org.mitre.oval:ste:32353"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119705" version="1" comment="acroread-fonts-zh_TW RPM is earlier than 0:9.4.6-0.4.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41204"/>
      <state state_ref="oval:org.mitre.oval:ste:32353"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119252" version="1" comment="acroread-fonts-zh_TW RPM is earlier than 0:9.4.6-0.6.63" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41204"/>
      <state state_ref="oval:org.mitre.oval:ste:32311"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119229" version="1" comment="acroread RPM is earlier than 0:9.5.5-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14858"/>
      <state state_ref="oval:org.mitre.oval:ste:32607"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118634" version="1" comment="libpixman-1-0-32bit RPM is earlier than 0:0.24.4-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40434"/>
      <state state_ref="oval:org.mitre.oval:ste:32408"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117882" version="1" comment="libpixman-1-0 RPM is earlier than 0:0.24.4-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40702"/>
      <state state_ref="oval:org.mitre.oval:ste:32408"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117180" version="1" comment="compat-wireless-kmp-xen RPM is earlier than 0:3.9.99.2_3.0.101_0.15-0.15.20" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39942"/>
      <state state_ref="oval:org.mitre.oval:ste:32109"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117074" version="1" comment="compat-wireless-kmp-default RPM is earlier than 0:3.9.99.2_3.0.101_0.15-0.15.20" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39565"/>
      <state state_ref="oval:org.mitre.oval:ste:32109"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116456" version="1" comment="compat-wireless-kmp-pae RPM is earlier than 0:3.9.99.2_3.0.101_0.15-0.15.20" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39601"/>
      <state state_ref="oval:org.mitre.oval:ste:32109"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118519" version="1" comment="libkdecore4 RPM is earlier than 0:4.3.5-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39888"/>
      <state state_ref="oval:org.mitre.oval:ste:31561"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118374" version="1" comment="kdelibs4-core RPM is earlier than 0:4.3.5-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40489"/>
      <state state_ref="oval:org.mitre.oval:ste:31561"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118366" version="1" comment="libkde4-32bit RPM is earlier than 0:4.3.5-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40226"/>
      <state state_ref="oval:org.mitre.oval:ste:31561"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118306" version="1" comment="kdelibs4-doc RPM is earlier than 0:4.3.5-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40424"/>
      <state state_ref="oval:org.mitre.oval:ste:31561"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118287" version="1" comment="libkdecore4-32bit RPM is earlier than 0:4.3.5-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40437"/>
      <state state_ref="oval:org.mitre.oval:ste:31561"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118229" version="1" comment="kdelibs4 RPM is earlier than 0:4.3.5-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40076"/>
      <state state_ref="oval:org.mitre.oval:ste:31561"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117737" version="1" comment="libkde4 RPM is earlier than 0:4.3.5-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40622"/>
      <state state_ref="oval:org.mitre.oval:ste:31561"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117603" version="1" comment="pwlib RPM is earlier than 0:1.10.10-120.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1090"/>
      <state state_ref="oval:org.mitre.oval:ste:32105"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117520" version="1" comment="pwlib-plugins-v4l2 RPM is earlier than 0:1.10.10-120.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39905"/>
      <state state_ref="oval:org.mitre.oval:ste:32105"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117433" version="1" comment="pwlib-plugins-dc RPM is earlier than 0:1.10.10-120.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40012"/>
      <state state_ref="oval:org.mitre.oval:ste:32105"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117112" version="1" comment="pwlib-plugins-avc RPM is earlier than 0:1.10.10-120.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39972"/>
      <state state_ref="oval:org.mitre.oval:ste:32105"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117677" version="1" comment="flash-player RPM is earlier than 0:11.2.202.336-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32314"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117572" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.336-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40120"/>
      <state state_ref="oval:org.mitre.oval:ste:32314"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117550" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.336-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39797"/>
      <state state_ref="oval:org.mitre.oval:ste:32314"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121660" version="1" comment="kernel-syms RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39551"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121655" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39538"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121653" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38983"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121651" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38955"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121649" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121642" version="1" comment="kernel-pae RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38702"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121641" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38966"/>
      <state state_ref="oval:org.mitre.oval:ste:32831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121637" version="1" comment="kernel-xen RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121625" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39386"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121611" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39552"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121599" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38632"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121591" version="1" comment="kernel-trace RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38597"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121588" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39418"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121572" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39328"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121567" version="1" comment="kernel-default RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39302"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121421" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39449"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121310" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39363"/>
      <state state_ref="oval:org.mitre.oval:ste:32831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121309" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39536"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121224" version="1" comment="kernel-source RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121179" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39433"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:121057" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39523"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120928" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38611"/>
      <state state_ref="oval:org.mitre.oval:ste:33360"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116987" version="1" comment="wireshark RPM is earlier than 0:1.8.12-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14711"/>
      <state state_ref="oval:org.mitre.oval:ste:32480"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117026" version="1" comment="zsh RPM is earlier than 0:4.3.6-67.9.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39544"/>
      <state state_ref="oval:org.mitre.oval:ste:32245"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118602" version="1" comment="hal-32bit RPM is earlier than 0:0.5.12-23.70.41" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4559"/>
      <state state_ref="oval:org.mitre.oval:ste:32571"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118294" version="1" comment="hal RPM is earlier than 0:0.5.12-23.70.41" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4535"/>
      <state state_ref="oval:org.mitre.oval:ste:32571"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116729" version="1" comment="libstdc++6-32bit RPM is earlier than 0:4.7.2_20130108-0.17.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39745"/>
      <state state_ref="oval:org.mitre.oval:ste:31907"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116719" version="1" comment="libgcc_s1-32bit RPM is earlier than 0:4.7.2_20130108-0.17.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39680"/>
      <state state_ref="oval:org.mitre.oval:ste:31907"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116357" version="1" comment="libgomp1 RPM is earlier than 0:4.7.2_20130108-0.17.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39773"/>
      <state state_ref="oval:org.mitre.oval:ste:31907"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116280" version="1" comment="libstdc++6 RPM is earlier than 0:4.7.2_20130108-0.17.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39238"/>
      <state state_ref="oval:org.mitre.oval:ste:31907"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116184" version="1" comment="libgcc_s1 RPM is earlier than 0:4.7.2_20130108-0.17.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39699"/>
      <state state_ref="oval:org.mitre.oval:ste:31907"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116113" version="1" comment="libgomp1-32bit RPM is earlier than 0:4.7.2_20130108-0.17.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39712"/>
      <state state_ref="oval:org.mitre.oval:ste:31907"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116691" version="1" comment="java-1_7_0-openjdk-demo RPM is earlier than 0:1.7.0.6-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39577"/>
      <state state_ref="oval:org.mitre.oval:ste:32057"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116665" version="1" comment="java-1_7_0-openjdk RPM is earlier than 0:1.7.0.6-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39380"/>
      <state state_ref="oval:org.mitre.oval:ste:32057"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115763" version="1" comment="java-1_7_0-openjdk-devel RPM is earlier than 0:1.7.0.6-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39561"/>
      <state state_ref="oval:org.mitre.oval:ste:32057"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116459" version="1" comment="libgnutls26-32bit RPM is earlier than 0:2.4.1-24.39.51.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39444"/>
      <state state_ref="oval:org.mitre.oval:ste:32133"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116453" version="1" comment="libgnutls-extra26 RPM is earlier than 0:2.4.1-24.39.51.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39584"/>
      <state state_ref="oval:org.mitre.oval:ste:32133"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116318" version="1" comment="libgnutls26 RPM is earlier than 0:2.4.1-24.39.51.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39644"/>
      <state state_ref="oval:org.mitre.oval:ste:32133"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115994" version="1" comment="gnutls RPM is earlier than 0:2.4.1-24.39.51.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14386"/>
      <state state_ref="oval:org.mitre.oval:ste:32133"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118093" version="1" comment="libgtk-vnc-1_0-0 RPM is earlier than 0:0.3.9-1.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39466"/>
      <state state_ref="oval:org.mitre.oval:ste:31789"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117934" version="1" comment="python-gtk-vnc RPM is earlier than 0:0.3.9-1.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40247"/>
      <state state_ref="oval:org.mitre.oval:ste:31789"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120893" version="1" comment="beagle-gui RPM is earlier than 0:0.3.8-56.51.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3045"/>
      <state state_ref="oval:org.mitre.oval:ste:33026"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120873" version="1" comment="libfreebl3 RPM is earlier than 0:3.14.2-0.4.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41584"/>
      <state state_ref="oval:org.mitre.oval:ste:32883"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120866" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.14.2-0.4.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41343"/>
      <state state_ref="oval:org.mitre.oval:ste:32883"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120807" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.3esr-0.4.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41369"/>
      <state state_ref="oval:org.mitre.oval:ste:32966"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120805" version="1" comment="beagle RPM is earlier than 0:0.3.8-56.51.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3306"/>
      <state state_ref="oval:org.mitre.oval:ste:33026"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120779" version="1" comment="mozilla-nspr-32bit RPM is earlier than 0:4.9.5-0.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41747"/>
      <state state_ref="oval:org.mitre.oval:ste:33132"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120769" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.14.2-0.4.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41407"/>
      <state state_ref="oval:org.mitre.oval:ste:32883"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120696" version="1" comment="mhtml-firefox RPM is earlier than 0:0.5-1.47.51.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41774"/>
      <state state_ref="oval:org.mitre.oval:ste:33166"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120639" version="1" comment="mozilla-nspr RPM is earlier than 0:4.9.5-0.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:33132"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120584" version="1" comment="beagle-lang RPM is earlier than 0:0.3.8-56.51.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41265"/>
      <state state_ref="oval:org.mitre.oval:ste:33026"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120534" version="1" comment="mozilla-nss RPM is earlier than 0:3.14.2-0.4.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:32883"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120452" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.6.9.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:32986"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120447" version="1" comment="beagle-firefox RPM is earlier than 0:0.3.8-56.51.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2347"/>
      <state state_ref="oval:org.mitre.oval:ste:33026"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120318" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.14.2-0.4.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41554"/>
      <state state_ref="oval:org.mitre.oval:ste:32883"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120278" version="1" comment="beagle-evolution RPM is earlier than 0:0.3.8-56.51.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3270"/>
      <state state_ref="oval:org.mitre.oval:ste:33026"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120188" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.3esr-0.4.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41624"/>
      <state state_ref="oval:org.mitre.oval:ste:32966"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116262" version="1" comment="xorg-x11-libs RPM is earlier than 0:7.4-8.26.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14478"/>
      <state state_ref="oval:org.mitre.oval:ste:32051"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115930" version="1" comment="xorg-x11-libs-32bit RPM is earlier than 0:7.4-8.26.42.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39558"/>
      <state state_ref="oval:org.mitre.oval:ste:32051"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120950" version="1" comment="flash-player RPM is earlier than 0:11.2.202.262-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32983"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120856" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.262-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41441"/>
      <state state_ref="oval:org.mitre.oval:ste:32983"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120539" version="1" comment="flash-player RPM is earlier than 0:11.2.202.262-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:33213"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120511" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.262-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40835"/>
      <state state_ref="oval:org.mitre.oval:ste:32983"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117232" version="1" comment="openldap2-client RPM is earlier than 0:2.4.26-0.28.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39548"/>
      <state state_ref="oval:org.mitre.oval:ste:32268"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117204" version="1" comment="libldap-2_4-2-32bit RPM is earlier than 0:2.4.26-0.28.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39892"/>
      <state state_ref="oval:org.mitre.oval:ste:32268"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117036" version="1" comment="compat-libldap-2_3-0 RPM is earlier than 0:2.3.37-2.28.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39881"/>
      <state state_ref="oval:org.mitre.oval:ste:32271"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117029" version="1" comment="openldap2 RPM is earlier than 0:2.4.26-0.28.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39935"/>
      <state state_ref="oval:org.mitre.oval:ste:32268"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116964" version="1" comment="libldap-2_4-2 RPM is earlier than 0:2.4.26-0.28.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39717"/>
      <state state_ref="oval:org.mitre.oval:ste:32268"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116300" version="1" comment="openldap2-back-meta RPM is earlier than 0:2.4.26-0.28.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39762"/>
      <state state_ref="oval:org.mitre.oval:ste:32268"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116579" version="1" comment="smt-client RPM is earlier than 0:0.3.0-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39723"/>
      <state state_ref="oval:org.mitre.oval:ste:31548"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116418" version="1" comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39292"/>
      <state state_ref="oval:org.mitre.oval:ste:32003"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116370" version="1" comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39394"/>
      <state state_ref="oval:org.mitre.oval:ste:32003"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116163" version="1" comment="openssl RPM is earlier than 0:0.9.8j-0.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13882"/>
      <state state_ref="oval:org.mitre.oval:ste:32003"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116124" version="1" comment="openssl-doc RPM is earlier than 0:0.9.8j-0.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38815"/>
      <state state_ref="oval:org.mitre.oval:ste:32003"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116100" version="1" comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39181"/>
      <state state_ref="oval:org.mitre.oval:ste:32003"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115894" version="1" comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.58.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39697"/>
      <state state_ref="oval:org.mitre.oval:ste:32003"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118467" version="1" comment="gpg2-lang RPM is earlier than 0:2.0.9-25.33.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40130"/>
      <state state_ref="oval:org.mitre.oval:ste:32393"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118061" version="1" comment="gpg2 RPM is earlier than 0:2.0.9-25.33.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5167"/>
      <state state_ref="oval:org.mitre.oval:ste:32393"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117278" version="1" comment="openssl RPM is earlier than 0:0.9.8j-0.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13882"/>
      <state state_ref="oval:org.mitre.oval:ste:32235"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117261" version="1" comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39914"/>
      <state state_ref="oval:org.mitre.oval:ste:32235"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117253" version="1" comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39978"/>
      <state state_ref="oval:org.mitre.oval:ste:32235"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117147" version="1" comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39861"/>
      <state state_ref="oval:org.mitre.oval:ste:32235"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116929" version="1" comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39568"/>
      <state state_ref="oval:org.mitre.oval:ste:32235"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116878" version="1" comment="openssl-doc RPM is earlier than 0:0.9.8j-0.54.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39308"/>
      <state state_ref="oval:org.mitre.oval:ste:32235"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117144" version="1" comment="a2ps RPM is earlier than 0:4.13-1326.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2764"/>
      <state state_ref="oval:org.mitre.oval:ste:32195"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116733" version="1" comment="pam RPM is earlier than 0:1.1.5-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14730"/>
      <state state_ref="oval:org.mitre.oval:ste:31972"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116732" version="1" comment="pam-doc RPM is earlier than 0:1.1.5-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39597"/>
      <state state_ref="oval:org.mitre.oval:ste:31972"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116680" version="1" comment="pam-32bit RPM is earlier than 0:1.1.5-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39675"/>
      <state state_ref="oval:org.mitre.oval:ste:31972"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117814" version="1" comment="xen-kmp-default RPM is earlier than 0:4.1.6_04_3.0.101_0.7.15-0.5.12" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40062"/>
      <state state_ref="oval:org.mitre.oval:ste:32374"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117802" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.1.6_04_3.0.101_0.7.15-0.5.12" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40154"/>
      <state state_ref="oval:org.mitre.oval:ste:32374"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117791" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40122"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117765" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39742"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117750" version="1" comment="kernel-syms RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40099"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117749" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39771"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117734" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40021"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117722" version="1" comment="kernel-source RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117715" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39219"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117711" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40140"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117686" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40191"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117652" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39365"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117645" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40188"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117627" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40156"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117611" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39936"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117605" version="1" comment="kernel-pae RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40002"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117597" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117540" version="1" comment="kernel-trace-extra RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40212"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117533" version="1" comment="xen-kmp-trace RPM is earlier than 0:4.1.6_04_3.0.101_0.7.15-0.5.12" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39569"/>
      <state state_ref="oval:org.mitre.oval:ste:32374"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117462" version="1" comment="kernel-trace RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39278"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117443" version="1" comment="kernel-default RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40056"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117297" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40055"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117242" version="1" comment="kernel-xen RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117131" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.7.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40001"/>
      <state state_ref="oval:org.mitre.oval:ste:32543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116439" version="1" comment="libudev0 RPM is earlier than 0:147-0.92.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39690"/>
      <state state_ref="oval:org.mitre.oval:ste:32014"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116432" version="1" comment="udev RPM is earlier than 0:147-0.92.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14607"/>
      <state state_ref="oval:org.mitre.oval:ste:32014"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116391" version="1" comment="libudev0-32bit RPM is earlier than 0:147-0.92.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39473"/>
      <state state_ref="oval:org.mitre.oval:ste:32014"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116375" version="1" comment="libgudev-1_0-0 RPM is earlier than 0:147-0.92.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39557"/>
      <state state_ref="oval:org.mitre.oval:ste:32014"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115611" version="1" comment="libgudev-1_0-0-32bit RPM is earlier than 0:147-0.92.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39576"/>
      <state state_ref="oval:org.mitre.oval:ste:32014"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120126" version="1" comment="sblim-cmpi-fsvol RPM is earlier than 0:1.5.0-1.4.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15040"/>
      <state state_ref="oval:org.mitre.oval:ste:32830"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116824" version="1" comment="mdadm RPM is earlier than 0:3.2.2-0.47.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40128"/>
      <state state_ref="oval:org.mitre.oval:ste:32522"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118691" version="1" comment="pam_fp RPM is earlier than 0:0.1-12.34.29" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40723"/>
      <state state_ref="oval:org.mitre.oval:ste:32712"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118686" version="1" comment="pam_fp-32bit RPM is earlier than 0:0.1-12.34.29" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40340"/>
      <state state_ref="oval:org.mitre.oval:ste:32712"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118269" version="1" comment="libfprint0 RPM is earlier than 0:0.0.6-18.22.28" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40548"/>
      <state state_ref="oval:org.mitre.oval:ste:32560"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118203" version="1" comment="libfprint0-32bit RPM is earlier than 0:0.0.6-18.22.28" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39997"/>
      <state state_ref="oval:org.mitre.oval:ste:32560"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116614" version="1" comment="lxc RPM is earlier than 0:0.8.0-0.21.6" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39727"/>
      <state state_ref="oval:org.mitre.oval:ste:32186"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117292" version="1" comment="strongswan RPM is earlier than 0:4.4.0-6.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39926"/>
      <state state_ref="oval:org.mitre.oval:ste:32047"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117246" version="1" comment="strongswan-doc RPM is earlier than 0:4.1.10-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39716"/>
      <state state_ref="oval:org.mitre.oval:ste:31546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117115" version="1" comment="strongswan RPM is earlier than 0:4.1.10-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39926"/>
      <state state_ref="oval:org.mitre.oval:ste:31546"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117062" version="1" comment="strongswan RPM is earlier than 0:4.4.0-6.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39926"/>
      <state state_ref="oval:org.mitre.oval:ste:32339"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117044" version="1" comment="strongswan-doc RPM is earlier than 0:4.4.0-6.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39716"/>
      <state state_ref="oval:org.mitre.oval:ste:32047"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117037" version="1" comment="strongswan-doc RPM is earlier than 0:4.4.0-6.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39716"/>
      <state state_ref="oval:org.mitre.oval:ste:32339"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116433" version="1" comment="yast2 RPM is earlier than 0:2.17.135-0.7.6" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39734"/>
      <state state_ref="oval:org.mitre.oval:ste:31254"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117271" version="1" comment="python RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14556"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117266" version="1" comment="python-devel RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14166"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117260" version="1" comment="python-xml RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39982"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117240" version="1" comment="python-gdbm RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39673"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117237" version="1" comment="python-doc-pdf RPM is earlier than 0:2.6-8.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39822"/>
      <state state_ref="oval:org.mitre.oval:ste:32334"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117194" version="1" comment="python-base-32bit RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39853"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117119" version="1" comment="python-32bit RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39979"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117118" version="1" comment="python-demo RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39973"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117114" version="1" comment="libpython2_6-1_0 RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39476"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117059" version="1" comment="libpython2_6-1_0-32bit RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39478"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117053" version="1" comment="python-idle RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39842"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116952" version="1" comment="python-curses RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39619"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116873" version="1" comment="python-tk RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39883"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116794" version="1" comment="python-doc RPM is earlier than 0:2.6-8.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39621"/>
      <state state_ref="oval:org.mitre.oval:ste:32334"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116390" version="1" comment="python-base RPM is earlier than 0:2.6.9-0.27.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39846"/>
      <state state_ref="oval:org.mitre.oval:ste:31831"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117537" version="1" comment="ctags RPM is earlier than 0:2013.10.2-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3837"/>
      <state state_ref="oval:org.mitre.oval:ste:31963"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116428" version="1" comment="nscd RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14360"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116410" version="1" comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4186"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116404" version="1" comment="glibc-profile RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14243"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116403" version="1" comment="glibc-32bit RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4176"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116398" version="1" comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5004"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116381" version="1" comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5112"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116218" version="1" comment="glibc-devel RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14346"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116006" version="1" comment="glibc-locale RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4452"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115988" version="1" comment="glibc-info RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5133"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115852" version="1" comment="glibc RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14142"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115844" version="1" comment="glibc-html RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5103"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115820" version="1" comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.62.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5170"/>
      <state state_ref="oval:org.mitre.oval:ste:32102"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117755" version="1" comment="paprefs RPM is earlier than 0:0.9.9-1.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40160"/>
      <state state_ref="oval:org.mitre.oval:ste:32120"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117578" version="1" comment="pavucontrol RPM is earlier than 0:0.9.10-1.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39815"/>
      <state state_ref="oval:org.mitre.oval:ste:32132"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117431" version="1" comment="hal-32bit RPM is earlier than 0:0.5.12-23.74.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4559"/>
      <state state_ref="oval:org.mitre.oval:ste:32300"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117361" version="1" comment="hal RPM is earlier than 0:0.5.12-23.74.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4535"/>
      <state state_ref="oval:org.mitre.oval:ste:32300"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117099" version="1" comment="hal-doc RPM is earlier than 0:0.5.12-23.74.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4543"/>
      <state state_ref="oval:org.mitre.oval:ste:32300"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118263" version="1" comment="timezone RPM is earlier than 0:2013h-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40125"/>
      <state state_ref="oval:org.mitre.oval:ste:32489"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117408" version="1" comment="timezone-java RPM is earlier than 0:2013h-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39992"/>
      <state state_ref="oval:org.mitre.oval:ste:32489"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117781" version="1" comment="ipmitool RPM is earlier than 0:1.8.12-0.21.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29978"/>
      <state state_ref="oval:org.mitre.oval:ste:32290"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117607" version="1" comment="ipmitool RPM is earlier than 0:1.8.11-0.20.30.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29978"/>
      <state state_ref="oval:org.mitre.oval:ste:32184"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118431" version="1" comment="tiff RPM is earlier than 0:3.8.2-5.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40339"/>
      <state state_ref="oval:org.mitre.oval:ste:32416"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118389" version="1" comment="tiff RPM is earlier than 0:3.8.2-141.154.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40339"/>
      <state state_ref="oval:org.mitre.oval:ste:32411"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118343" version="1" comment="libtiff-32bit RPM is earlier than 0:3.8.2-5.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39543"/>
      <state state_ref="oval:org.mitre.oval:ste:32416"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118276" version="1" comment="libtiff RPM is earlier than 0:3.8.2-5.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14341"/>
      <state state_ref="oval:org.mitre.oval:ste:32416"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118241" version="1" comment="libtiff3 RPM is earlier than 0:3.8.2-141.154.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40336"/>
      <state state_ref="oval:org.mitre.oval:ste:32411"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118155" version="1" comment="libtiff3-32bit RPM is earlier than 0:3.8.2-141.154.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40448"/>
      <state state_ref="oval:org.mitre.oval:ste:32411"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117853" version="1" comment="libtiff-devel-32bit RPM is earlier than 0:3.8.2-5.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40418"/>
      <state state_ref="oval:org.mitre.oval:ste:32416"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117463" version="1" comment="libtiff-devel RPM is earlier than 0:3.8.2-5.36.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14174"/>
      <state state_ref="oval:org.mitre.oval:ste:32416"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117601" version="1" comment="libgnutls26 RPM is earlier than 0:2.4.1-24.39.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39669"/>
      <state state_ref="oval:org.mitre.oval:ste:31970"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117547" version="1" comment="libgnutls26-32bit RPM is earlier than 0:2.4.1-24.39.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39579"/>
      <state state_ref="oval:org.mitre.oval:ste:31970"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117468" version="1" comment="libgnutls-extra26 RPM is earlier than 0:2.4.1-24.39.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40049"/>
      <state state_ref="oval:org.mitre.oval:ste:31970"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117460" version="1" comment="gnutls RPM is earlier than 0:2.4.1-24.39.49.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14386"/>
      <state state_ref="oval:org.mitre.oval:ste:31970"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115946" version="1" comment="yast2-samba-client RPM is earlier than 0:2.17.29-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39647"/>
      <state state_ref="oval:org.mitre.oval:ste:32160"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116723" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38632"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116708" version="1" comment="kernel-syms RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39551"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116706" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39386"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116700" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.29-0.7.24" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38966"/>
      <state state_ref="oval:org.mitre.oval:ste:31308"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116671" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116667" version="1" comment="kernel-trace RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38597"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116641" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39328"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116624" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39552"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116615" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39536"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116608" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39449"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116558" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39433"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116531" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.29-0.7.24" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39363"/>
      <state state_ref="oval:org.mitre.oval:ste:31308"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116509" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39523"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116487" version="1" comment="kernel-default RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39302"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116465" version="1" comment="kernel-source RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116460" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38983"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116455" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38955"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116393" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39538"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116224" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39418"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116103" version="1" comment="kernel-xen RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115877" version="1" comment="kernel-pae RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38702"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115733" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38611"/>
      <state state_ref="oval:org.mitre.oval:ste:32158"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119647" version="1" comment="gpg2-lang RPM is earlier than 0:2.0.9-25.33.33.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40972"/>
      <state state_ref="oval:org.mitre.oval:ste:32848"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119632" version="1" comment="gpg2 RPM is earlier than 0:2.0.9-25.33.33.5" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5167"/>
      <state state_ref="oval:org.mitre.oval:ste:32848"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117560" version="1" comment="kpartx RPM is earlier than 0:0.4.9-0.95.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15125"/>
      <state state_ref="oval:org.mitre.oval:ste:32349"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117312" version="1" comment="multipath-tools RPM is earlier than 0:0.4.9-0.95.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39908"/>
      <state state_ref="oval:org.mitre.oval:ste:32349"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119319" version="1" comment="wireshark RPM is earlier than 0:1.8.8-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14711"/>
      <state state_ref="oval:org.mitre.oval:ste:32131"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117966" version="1" comment="release-notes-sled RPM is earlier than 0:11.3.23-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40346"/>
      <state state_ref="oval:org.mitre.oval:ste:32190"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117729" version="1" comment="fontconfig RPM is earlier than 0:2.6.0-10.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4392"/>
      <state state_ref="oval:org.mitre.oval:ste:32434"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117163" version="1" comment="fontconfig-32bit RPM is earlier than 0:2.6.0-10.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4412"/>
      <state state_ref="oval:org.mitre.oval:ste:32434"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117776" version="1" comment="blktrace RPM is earlier than 0:1.0.3-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40267"/>
      <state state_ref="oval:org.mitre.oval:ste:32537"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116560" version="1" comment="sled-tuning_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39446"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116546" version="1" comment="sled-admin_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39695"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116493" version="1" comment="sled-security_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39691"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116490" version="1" comment="sled-deployment_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39422"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116476" version="1" comment="sled-manuals_en RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39653"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116399" version="1" comment="sled-xen_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39654"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116377" version="1" comment="sled-libreofficequick_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39554"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116365" version="1" comment="sled-kdeuser_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39514"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116350" version="1" comment="sled-gnomequick_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39222"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116243" version="1" comment="sled-kdequick_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39541"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116037" version="1" comment="sled-gnomeuser_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39570"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115980" version="1" comment="sled-installquick_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39592"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115948" version="1" comment="sled-apps_en-pdf RPM is earlier than 0:11.3-0.27.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39202"/>
      <state state_ref="oval:org.mitre.oval:ste:31687"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117380" version="1" comment="sudo RPM is earlier than 0:1.7.6p2-0.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14246"/>
      <state state_ref="oval:org.mitre.oval:ste:32151"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118484" version="1" comment="mkinitrd RPM is earlier than 0:2.4.2-0.84.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39768"/>
      <state state_ref="oval:org.mitre.oval:ste:32606"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117579" version="1" comment="libopenssl0_9_8 RPM is earlier than 0:0.9.8j-0.52.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39861"/>
      <state state_ref="oval:org.mitre.oval:ste:32256"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117577" version="1" comment="libopenssl0_9_8-hmac-32bit RPM is earlier than 0:0.9.8j-0.52.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39978"/>
      <state state_ref="oval:org.mitre.oval:ste:32256"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117532" version="1" comment="openssl-doc RPM is earlier than 0:0.9.8j-0.52.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39308"/>
      <state state_ref="oval:org.mitre.oval:ste:32256"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117512" version="1" comment="libopenssl0_9_8-hmac RPM is earlier than 0:0.9.8j-0.52.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39914"/>
      <state state_ref="oval:org.mitre.oval:ste:32256"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117328" version="1" comment="libopenssl0_9_8-32bit RPM is earlier than 0:0.9.8j-0.52.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39568"/>
      <state state_ref="oval:org.mitre.oval:ste:32256"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117182" version="1" comment="openssl RPM is earlier than 0:0.9.8j-0.52.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13882"/>
      <state state_ref="oval:org.mitre.oval:ste:32256"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120687" version="1" comment="nfs-kernel-server RPM is earlier than 0:1.2.3-18.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41773"/>
      <state state_ref="oval:org.mitre.oval:ste:32714"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120678" version="1" comment="nfs-doc RPM is earlier than 0:1.2.3-18.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41652"/>
      <state state_ref="oval:org.mitre.oval:ste:32714"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120651" version="1" comment="nfs-utils RPM is earlier than 0:1.0.7-36.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14333"/>
      <state state_ref="oval:org.mitre.oval:ste:33137"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120309" version="1" comment="nfs-client RPM is earlier than 0:1.2.3-18.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41628"/>
      <state state_ref="oval:org.mitre.oval:ste:32714"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116736" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.16-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39480"/>
      <state state_ref="oval:org.mitre.oval:ste:31799"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116724" version="1" comment="libsoftokn3-32bit RPM is earlier than 0:3.16-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39580"/>
      <state state_ref="oval:org.mitre.oval:ste:31799"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116716" version="1" comment="MozillaFirefox RPM is earlier than 0:24.5.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39692"/>
      <state state_ref="oval:org.mitre.oval:ste:32048"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116689" version="1" comment="mozilla-nspr RPM is earlier than 0:4.10.4-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:32059"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116643" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.16-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39617"/>
      <state state_ref="oval:org.mitre.oval:ste:31799"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116621" version="1" comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.4-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39468"/>
      <state state_ref="oval:org.mitre.oval:ste:32059"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116605" version="1" comment="mozilla-nss RPM is earlier than 0:3.16-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:31799"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116567" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.7.36" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:32121"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116449" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:24.5.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39573"/>
      <state state_ref="oval:org.mitre.oval:ste:32048"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116406" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.16-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39678"/>
      <state state_ref="oval:org.mitre.oval:ste:31799"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116241" version="1" comment="libsoftokn3 RPM is earlier than 0:3.16-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39648"/>
      <state state_ref="oval:org.mitre.oval:ste:31799"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116209" version="1" comment="libfreebl3 RPM is earlier than 0:3.16-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39774"/>
      <state state_ref="oval:org.mitre.oval:ste:31799"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117004" version="1" comment="logrotate RPM is earlier than 0:3.7.7-10.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:30245"/>
      <state state_ref="oval:org.mitre.oval:ste:32308"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119771" version="1" comment="libreoffice-l10n-pt RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41238"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119768" version="1" comment="libreoffice-l10n-sv RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41195"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119765" version="1" comment="libreoffice-l10n-ar RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40911"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119761" version="1" comment="libreoffice-l10n-xh RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41193"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119747" version="1" comment="libreoffice-l10n-zu RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41223"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119739" version="1" comment="libreoffice-help-ru RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40857"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119736" version="1" comment="libreoffice-help-ko RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41098"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119713" version="1" comment="libreoffice-branding-SLED RPM is earlier than 0:4.0-0.3.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41137"/>
      <state state_ref="oval:org.mitre.oval:ste:32799"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119712" version="1" comment="libreoffice-help-es RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41088"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119710" version="1" comment="libreoffice-help-sv RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41108"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119704" version="1" comment="libreoffice-languagetool-it RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41003"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119703" version="1" comment="libreoffice-help-cs RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40796"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119698" version="1" comment="libreoffice-help-it RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40979"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119695" version="1" comment="libreoffice-l10n-gu-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40955"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119694" version="1" comment="libreoffice-math RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29589"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119687" version="1" comment="libreoffice-l10n-hi-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40278"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119680" version="1" comment="libreoffice-l10n-zh-TW RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41277"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119675" version="1" comment="libreoffice-l10n-fi RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41186"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119672" version="1" comment="libreoffice-icon-themes RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40186"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119669" version="1" comment="libreoffice-filters-optional RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40962"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119664" version="1" comment="libreoffice-help-zh-TW RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41135"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119654" version="1" comment="libreoffice-draw-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41152"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119642" version="1" comment="libreoffice-help-de RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41040"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119637" version="1" comment="libreoffice-l10n-ca RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40837"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119635" version="1" comment="libreoffice-l10n-nn RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41124"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119631" version="1" comment="libreoffice-mailmerge RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41075"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119630" version="1" comment="libreoffice-l10n-ja RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41211"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119629" version="1" comment="libreoffice-help-nl RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40844"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119628" version="1" comment="libreoffice-impress-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40620"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119626" version="1" comment="libreoffice-help-hi-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40761"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119613" version="1" comment="libreoffice-languagetool-fr RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41151"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119607" version="1" comment="libreoffice-l10n-pl RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40290"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119604" version="1" comment="libreoffice-help-en-GB RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41020"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119603" version="1" comment="libreoffice-help-gu-IN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41162"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119593" version="1" comment="libreoffice-kde RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41170"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119590" version="1" comment="libreoffice-pyuno RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29757"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119588" version="1" comment="libreoffice-languagetool-en RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41196"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119584" version="1" comment="libreoffice-languagetool-es RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40302"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119580" version="1" comment="libreoffice-help-zh-CN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41082"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119571" version="1" comment="libreoffice-l10n-nb RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41021"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119567" version="1" comment="libreoffice-languagetool-nl RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40573"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119561" version="1" comment="libreoffice-help-pt-BR RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40986"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119559" version="1" comment="libreoffice-l10n-en-GB RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40557"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119558" version="1" comment="libreoffice-l10n-fr RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40758"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119556" version="1" comment="libreoffice-mono RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40880"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119547" version="1" comment="libreoffice-l10n-de RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41081"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119546" version="1" comment="libreoffice-calc RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29290"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119530" version="1" comment="libreoffice-base RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29800"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119528" version="1" comment="libreoffice-officebean RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40644"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119519" version="1" comment="libreoffice-writer-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40264"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119518" version="1" comment="libreoffice-l10n-ko RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41087"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119509" version="1" comment="libreoffice-help-pt RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40776"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119496" version="1" comment="libreoffice-l10n-da RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41139"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119472" version="1" comment="libreoffice-l10n-cs RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41175"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119452" version="1" comment="libreoffice-impress RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29733"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119424" version="1" comment="libreoffice-languagetool-de RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40522"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119419" version="1" comment="libreoffice-help-hu RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40868"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119416" version="1" comment="libreoffice-l10n-es RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41126"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119401" version="1" comment="libreoffice-l10n-sk RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40841"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119397" version="1" comment="libreoffice-languagetool RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40505"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119387" version="1" comment="libreoffice-l10n-ru RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41068"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119382" version="1" comment="libreoffice-kde4 RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40525"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119367" version="1" comment="libreoffice-draw RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29875"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119365" version="1" comment="libreoffice-l10n-nl RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41224"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119352" version="1" comment="libreoffice-gnome RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41153"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119349" version="1" comment="libreoffice-calc-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40828"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119345" version="1" comment="libreoffice-help-ja RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40733"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119332" version="1" comment="libreoffice-base-extensions RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41129"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119303" version="1" comment="libreoffice-l10n-it RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40586"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119302" version="1" comment="libreoffice-writer RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29810"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119301" version="1" comment="libreoffice-languagetool-pl RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41227"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119276" version="1" comment="libreoffice-l10n-af RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40779"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119268" version="1" comment="libreoffice-languagetool-sv RPM is earlier than 0:2.0-0.3.7" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41206"/>
      <state state_ref="oval:org.mitre.oval:ste:32873"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119249" version="1" comment="libreoffice RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29803"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119230" version="1" comment="libreoffice-l10n-hu RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41059"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119201" version="1" comment="libreoffice-l10n-pt-BR RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40883"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119192" version="1" comment="libreoffice-l10n-zh-CN RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41212"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119063" version="1" comment="libreoffice-help-en-US RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40944"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119048" version="1" comment="libreoffice-help-fr RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40858"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119020" version="1" comment="libreoffice-base-drivers-postgresql RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40863"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118927" version="1" comment="libreoffice-help-da RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41113"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118858" version="1" comment="libreoffice-help-pl RPM is earlier than 0:4.0.3.3.5-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40886"/>
      <state state_ref="oval:org.mitre.oval:ste:32558"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116636" version="1" comment="finch RPM is earlier than 0:2.6.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15156"/>
      <state state_ref="oval:org.mitre.oval:ste:32135"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116602" version="1" comment="libpurple-lang RPM is earlier than 0:2.6.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39637"/>
      <state state_ref="oval:org.mitre.oval:ste:32135"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116568" version="1" comment="pidgin RPM is earlier than 0:2.6.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15157"/>
      <state state_ref="oval:org.mitre.oval:ste:32135"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116468" version="1" comment="libpurple-tcl RPM is earlier than 0:2.6.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14238"/>
      <state state_ref="oval:org.mitre.oval:ste:32135"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115761" version="1" comment="libpurple-meanwhile RPM is earlier than 0:2.6.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39333"/>
      <state state_ref="oval:org.mitre.oval:ste:32135"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115754" version="1" comment="libpurple RPM is earlier than 0:2.6.6-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14700"/>
      <state state_ref="oval:org.mitre.oval:ste:32135"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116695" version="1" comment="file RPM is earlier than 0:4.24-43.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14618"/>
      <state state_ref="oval:org.mitre.oval:ste:31868"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116470" version="1" comment="file-32bit RPM is earlier than 0:4.24-43.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39693"/>
      <state state_ref="oval:org.mitre.oval:ste:31868"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116703" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.359-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39667"/>
      <state state_ref="oval:org.mitre.oval:ste:32222"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116592" version="1" comment="flash-player RPM is earlier than 0:11.2.202.359-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:32222"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116482" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.359-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39490"/>
      <state state_ref="oval:org.mitre.oval:ste:32222"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116548" version="1" comment="snapper-zypp-plugin RPM is earlier than 0:0.1.2-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39696"/>
      <state state_ref="oval:org.mitre.oval:ste:32085"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116516" version="1" comment="snapper RPM is earlier than 0:0.1.2-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39707"/>
      <state state_ref="oval:org.mitre.oval:ste:32085"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115779" version="1" comment="libsnapper2 RPM is earlier than 0:0.1.2-0.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39331"/>
      <state state_ref="oval:org.mitre.oval:ste:32085"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117393" version="1" comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39976"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117341" version="1" comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39916"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117335" version="1" comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40074"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117333" version="1" comment="libwbclient0 RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39099"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117303" version="1" comment="libldb1 RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39999"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117283" version="1" comment="samba-winbind RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29389"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117238" version="1" comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39325"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117218" version="1" comment="samba-doc RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29416"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117210" version="1" comment="samba RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39477"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117189" version="1" comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39823"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117173" version="1" comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39781"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117159" version="1" comment="samba-client RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13861"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117085" version="1" comment="libtevent0 RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39262"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117061" version="1" comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39980"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117030" version="1" comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39785"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116996" version="1" comment="ldapsmb RPM is earlier than 0:1.34b-12.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39489"/>
      <state state_ref="oval:org.mitre.oval:ste:32209"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116856" version="1" comment="samba-32bit RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39854"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116841" version="1" comment="libtdb1 RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39075"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116773" version="1" comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40008"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116747" version="1" comment="libtalloc2 RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39937"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116421" version="1" comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39873"/>
      <state state_ref="oval:org.mitre.oval:ste:31990"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116652" version="1" comment="libpng12-0 RPM is earlier than 0:1.2.31-5.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39605"/>
      <state state_ref="oval:org.mitre.oval:ste:32071"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116485" version="1" comment="libpng12-0-32bit RPM is earlier than 0:1.2.31-5.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39661"/>
      <state state_ref="oval:org.mitre.oval:ste:32071"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116637" version="1" comment="open-iscsi RPM is earlier than 0:2.0.873-0.23.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39149"/>
      <state state_ref="oval:org.mitre.oval:ste:32069"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118120" version="1" comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40041"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118111" version="1" comment="samba-krb-printing RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40041"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118107" version="1" comment="samba-32bit RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40344"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118103" version="1" comment="libwbclient0 RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40406"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118098" version="1" comment="samba RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40394"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118097" version="1" comment="libtdb1 RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40319"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118095" version="1" comment="libtdb1 RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40319"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118084" version="1" comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40404"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118080" version="1" comment="libtalloc1-32bit RPM is earlier than 0:3.4.3-1.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40187"/>
      <state state_ref="oval:org.mitre.oval:ste:32234"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118076" version="1" comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40199"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118068" version="1" comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39859"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118065" version="1" comment="samba-32bit RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40344"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118059" version="1" comment="libtalloc2 RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40200"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118052" version="1" comment="libldb1 RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40383"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118045" version="1" comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40123"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118031" version="1" comment="ldapsmb RPM is earlier than 0:1.34b-12.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40338"/>
      <state state_ref="oval:org.mitre.oval:ste:32122"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118025" version="1" comment="samba-winbind RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29389"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118015" version="1" comment="samba-client RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13861"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118013" version="1" comment="ldapsmb RPM is earlier than 0:1.34b-12.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40338"/>
      <state state_ref="oval:org.mitre.oval:ste:32402"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117994" version="1" comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40237"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117988" version="1" comment="libtalloc1 RPM is earlier than 0:3.4.3-1.50.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40201"/>
      <state state_ref="oval:org.mitre.oval:ste:32234"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117971" version="1" comment="libtevent0-32bit RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40199"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117950" version="1" comment="samba-doc RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29416"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117940" version="1" comment="samba RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40394"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117936" version="1" comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39805"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117920" version="1" comment="libtevent0 RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40218"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117894" version="1" comment="libsmbclient0-32bit RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39859"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117892" version="1" comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40314"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117865" version="1" comment="libtalloc2 RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40200"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117849" version="1" comment="samba-doc RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29416"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117841" version="1" comment="samba-winbind RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29389"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117837" version="1" comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40079"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117825" version="1" comment="libldb1 RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40383"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117821" version="1" comment="samba-winbind-32bit RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40123"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117788" version="1" comment="samba-client RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13861"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117739" version="1" comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40386"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117698" version="1" comment="libtevent0 RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40218"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117676" version="1" comment="libwbclient0 RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40406"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117648" version="1" comment="libldb1-32bit RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40079"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117640" version="1" comment="libwbclient0-32bit RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40404"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117420" version="1" comment="libtalloc2-32bit RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40314"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117280" version="1" comment="libsmbclient0 RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40386"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117207" version="1" comment="libtdb1-32bit RPM is earlier than 0:3.6.3-0.33.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40237"/>
      <state state_ref="oval:org.mitre.oval:ste:32143"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117138" version="1" comment="samba-client-32bit RPM is earlier than 0:3.6.3-0.46.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39805"/>
      <state state_ref="oval:org.mitre.oval:ste:31956"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118293" version="1" comment="sg3_utils RPM is earlier than 0:1.31-1.19.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40017"/>
      <state state_ref="oval:org.mitre.oval:ste:32444"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120567" version="1" comment="libpoppler-qt4-3 RPM is earlier than 0:0.12.3-1.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41576"/>
      <state state_ref="oval:org.mitre.oval:ste:32609"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120321" version="1" comment="libpoppler5 RPM is earlier than 0:0.12.3-1.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41413"/>
      <state state_ref="oval:org.mitre.oval:ste:32609"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120218" version="1" comment="poppler-tools RPM is earlier than 0:0.12.3-1.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41716"/>
      <state state_ref="oval:org.mitre.oval:ste:32609"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:120138" version="1" comment="libpoppler-glib4 RPM is earlier than 0:0.12.3-1.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41731"/>
      <state state_ref="oval:org.mitre.oval:ste:32609"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118133" version="1" comment="glibc-locale-32bit RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5004"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118051" version="1" comment="glibc-32bit RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4176"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117990" version="1" comment="glibc RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14142"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117922" version="1" comment="glibc-info RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5133"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117817" version="1" comment="glibc-profile RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14243"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117801" version="1" comment="glibc-i18ndata RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4186"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117768" version="1" comment="nscd RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14360"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117757" version="1" comment="glibc-devel RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14346"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117720" version="1" comment="glibc-html RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5103"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117629" version="1" comment="glibc-profile-32bit RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5170"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117614" version="1" comment="glibc-devel-32bit RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5112"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117527" version="1" comment="glibc-locale RPM is earlier than 0:2.11.3-17.56.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4452"/>
      <state state_ref="oval:org.mitre.oval:ste:32413"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117986" version="1" comment="lsscsi RPM is earlier than 0:0.23-0.12.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39856"/>
      <state state_ref="oval:org.mitre.oval:ste:32316"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119779" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41060"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119762" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40600"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119740" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40965"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119733" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40169"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119724" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41120"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119699" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41146"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119691" version="1" comment="kernel-trace RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40825"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119662" version="1" comment="kernel-trace-extra RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40798"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119655" version="1" comment="kernel-source RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119645" version="1" comment="xen-kmp-default RPM is earlier than 0:4.1.5_02_3.0.80_0.7-0.5.18" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40983"/>
      <state state_ref="oval:org.mitre.oval:ste:32685"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119553" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40823"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119544" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40681"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119524" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40639"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119520" version="1" comment="kernel-default RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40954"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119464" version="1" comment="kernel-pae RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41034"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119427" version="1" comment="kernel-syms RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40159"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119410" version="1" comment="kernel-xen RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119377" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41157"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119347" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40918"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119316" version="1" comment="xen-kmp-trace RPM is earlier than 0:4.1.5_02_3.0.80_0.7-0.5.18" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41012"/>
      <state state_ref="oval:org.mitre.oval:ste:32685"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119296" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41010"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119282" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40895"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119256" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.80-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32004"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117761" version="1" comment="hplip-hpijs RPM is earlier than 0:3.11.10-0.6.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4668"/>
      <state state_ref="oval:org.mitre.oval:ste:32381"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117717" version="1" comment="hplip RPM is earlier than 0:3.11.10-0.6.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3847"/>
      <state state_ref="oval:org.mitre.oval:ste:32381"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117397" version="1" comment="wireshark RPM is earlier than 0:1.8.13-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14711"/>
      <state state_ref="oval:org.mitre.oval:ste:32083"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119967" version="1" comment="mkinitrd RPM is earlier than 0:2.4.2-0.57.57.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41194"/>
      <state state_ref="oval:org.mitre.oval:ste:32438"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118522" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.9esr-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40541"/>
      <state state_ref="oval:org.mitre.oval:ste:31608"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118318" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.9esr-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40539"/>
      <state state_ref="oval:org.mitre.oval:ste:32512"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118300" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.9esr-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40541"/>
      <state state_ref="oval:org.mitre.oval:ste:32512"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117694" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.9esr-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40539"/>
      <state state_ref="oval:org.mitre.oval:ste:31608"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117398" version="1" comment="multipath-tools RPM is earlier than 0:0.4.9-0.97.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39908"/>
      <state state_ref="oval:org.mitre.oval:ste:32229"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117134" version="1" comment="kpartx RPM is earlier than 0:0.4.9-0.97.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15125"/>
      <state state_ref="oval:org.mitre.oval:ste:32229"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119287" version="1" comment="bind-libs-32bit RPM is earlier than 0:9.9.3P2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3188"/>
      <state state_ref="oval:org.mitre.oval:ste:32775"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119286" version="1" comment="bind-utils RPM is earlier than 0:9.9.3P2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14263"/>
      <state state_ref="oval:org.mitre.oval:ste:32775"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119251" version="1" comment="bind-libs RPM is earlier than 0:9.9.3P2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14348"/>
      <state state_ref="oval:org.mitre.oval:ste:32775"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119145" version="1" comment="bind-doc RPM is earlier than 0:9.9.3P2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2981"/>
      <state state_ref="oval:org.mitre.oval:ste:32775"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119132" version="1" comment="bind-chrootenv RPM is earlier than 0:9.9.3P2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3087"/>
      <state state_ref="oval:org.mitre.oval:ste:32775"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118940" version="1" comment="bind RPM is earlier than 0:9.9.3P2-0.5.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40662"/>
      <state state_ref="oval:org.mitre.oval:ste:32775"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117017" version="1" comment="libtspi1 RPM is earlier than 0:0.3.10-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39968"/>
      <state state_ref="oval:org.mitre.oval:ste:32285"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116906" version="1" comment="libtspi1-32bit RPM is earlier than 0:0.3.10-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39187"/>
      <state state_ref="oval:org.mitre.oval:ste:32285"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116683" version="1" comment="trousers RPM is earlier than 0:0.3.10-0.11.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39909"/>
      <state state_ref="oval:org.mitre.oval:ste:32285"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119719" version="1" comment="gpg2-lang RPM is earlier than 0:2.0.9-25.33.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40972"/>
      <state state_ref="oval:org.mitre.oval:ste:32845"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119429" version="1" comment="gpg2 RPM is earlier than 0:2.0.9-25.33.33.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5167"/>
      <state state_ref="oval:org.mitre.oval:ste:32845"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117245" version="1" comment="mkinitrd RPM is earlier than 0:2.4.2-0.88.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39790"/>
      <state state_ref="oval:org.mitre.oval:ste:32260"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117186" version="1" comment="clamav RPM is earlier than 0:0.98.1-0.10.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3627"/>
      <state state_ref="oval:org.mitre.oval:ste:32197"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118129" version="1" comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.20.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40176"/>
      <state state_ref="oval:org.mitre.oval:ste:32478"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118081" version="1" comment="curl RPM is earlier than 0:7.19.7-1.20.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14575"/>
      <state state_ref="oval:org.mitre.oval:ste:32478"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117908" version="1" comment="libcurl4 RPM is earlier than 0:7.19.7-1.20.29.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40312"/>
      <state state_ref="oval:org.mitre.oval:ste:32478"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116633" version="1" comment="release-notes-sled RPM is earlier than 0:11.3.26-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39748"/>
      <state state_ref="oval:org.mitre.oval:ste:32167"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116344" version="1" comment="kernel-source RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116343" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38955"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116331" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.4_02_3.0.101_0.31-0.7.33" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38966"/>
      <state state_ref="oval:org.mitre.oval:ste:32019"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116324" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39386"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116282" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.4_02_3.0.101_0.31-0.7.33" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39363"/>
      <state state_ref="oval:org.mitre.oval:ste:32019"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116235" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38983"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116129" version="1" comment="kernel-default RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39302"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116125" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39523"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116111" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116090" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39552"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116083" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39536"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116080" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39433"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116077" version="1" comment="kernel-pae RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38702"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116048" version="1" comment="kernel-xen RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115968" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39538"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115957" version="1" comment="kernel-trace RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38597"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115921" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38611"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115909" version="1" comment="kernel-syms RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39551"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115795" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39418"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115770" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39449"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115532" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39328"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115389" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.31.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38632"/>
      <state state_ref="oval:org.mitre.oval:ste:31544"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118278" version="1" comment="java-1_6_0-openjdk-demo RPM is earlier than 0:1.6.0.0_b27.1.12.7-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40038"/>
      <state state_ref="oval:org.mitre.oval:ste:32410"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118079" version="1" comment="java-1_6_0-openjdk RPM is earlier than 0:1.6.0.0_b27.1.12.7-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40352"/>
      <state state_ref="oval:org.mitre.oval:ste:32410"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117806" version="1" comment="java-1_6_0-openjdk-devel RPM is earlier than 0:1.6.0.0_b27.1.12.7-0.2.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39862"/>
      <state state_ref="oval:org.mitre.oval:ste:32410"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117839" version="1" comment="iproute2 RPM is earlier than 0:2.6.29.1-6.35.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40396"/>
      <state state_ref="oval:org.mitre.oval:ste:32371"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:3588" version="4" comment="SUSE Linux Enterprise Desktop 10 is installed" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1903"/>
      <state state_ref="oval:org.mitre.oval:ste:3857"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:3669" version="4" comment="SUSE Linux Enterprise Server 10 is installed" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2240"/>
      <state state_ref="oval:org.mitre.oval:ste:3857"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119586" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.7esr-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40995"/>
      <state state_ref="oval:org.mitre.oval:ste:32672"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119583" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.6.9.31" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:32725"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119535" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.7esr-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40947"/>
      <state state_ref="oval:org.mitre.oval:ste:32569"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119475" version="1" comment="MozillaFirefox RPM is earlier than 0:17.0.7esr-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40947"/>
      <state state_ref="oval:org.mitre.oval:ste:32672"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119451" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:17.0.7esr-0.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40995"/>
      <state state_ref="oval:org.mitre.oval:ste:32569"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119422" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:7-0.10.28" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:32734"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117592" version="1" comment="libvirt-lock-sanlock RPM is earlier than 0:1.0.5.9-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:28971"/>
      <state state_ref="oval:org.mitre.oval:ste:31999"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117581" version="1" comment="libvirt-client-32bit RPM is earlier than 0:1.0.5.9-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40057"/>
      <state state_ref="oval:org.mitre.oval:ste:31999"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117452" version="1" comment="libvirt-client RPM is earlier than 0:1.0.5.9-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:29031"/>
      <state state_ref="oval:org.mitre.oval:ste:31999"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117439" version="1" comment="libvirt RPM is earlier than 0:1.0.5.9-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15209"/>
      <state state_ref="oval:org.mitre.oval:ste:31999"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117325" version="1" comment="libvirt-doc RPM is earlier than 0:1.0.5.9-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40118"/>
      <state state_ref="oval:org.mitre.oval:ste:31999"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117116" version="1" comment="libvirt-python RPM is earlier than 0:1.0.5.9-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:15191"/>
      <state state_ref="oval:org.mitre.oval:ste:31999"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117981" version="1" comment="ethtool RPM is earlier than 0:6.2.6.39-0.20.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3884"/>
      <state state_ref="oval:org.mitre.oval:ste:32098"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117876" version="1" comment="ethtool RPM is earlier than 0:6.2.6.39-0.15.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3884"/>
      <state state_ref="oval:org.mitre.oval:ste:32470"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117501" version="1" comment="yast2 RPM is earlier than 0:2.17.134-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39988"/>
      <state state_ref="oval:org.mitre.oval:ste:32304"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116522" version="1" comment="ruby-doc-html RPM is earlier than 0:1.8.7.p357-0.9.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39744"/>
      <state state_ref="oval:org.mitre.oval:ste:32232"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116339" version="1" comment="ruby-tk RPM is earlier than 0:1.8.7.p357-0.9.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39657"/>
      <state state_ref="oval:org.mitre.oval:ste:32232"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116291" version="1" comment="ruby RPM is earlier than 0:1.8.7.p357-0.9.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14305"/>
      <state state_ref="oval:org.mitre.oval:ste:32232"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117566" version="1" comment="star RPM is earlier than 0:1.5final-28.23.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14692"/>
      <state state_ref="oval:org.mitre.oval:ste:31953"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118323" version="1" comment="xen-tools RPM is earlier than 0:4.2.3_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40195"/>
      <state state_ref="oval:org.mitre.oval:ste:32065"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118311" version="1" comment="xen-libs-32bit RPM is earlier than 0:4.2.3_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39879"/>
      <state state_ref="oval:org.mitre.oval:ste:32065"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118295" version="1" comment="xen-doc-pdf RPM is earlier than 0:4.2.3_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40051"/>
      <state state_ref="oval:org.mitre.oval:ste:32065"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118267" version="1" comment="xen-doc-html RPM is earlier than 0:4.2.3_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39984"/>
      <state state_ref="oval:org.mitre.oval:ste:32065"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118208" version="1" comment="xen RPM is earlier than 0:4.2.3_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14646"/>
      <state state_ref="oval:org.mitre.oval:ste:32065"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118181" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.2.3_02_3.0.93_0.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40164"/>
      <state state_ref="oval:org.mitre.oval:ste:31766"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118161" version="1" comment="xen-libs RPM is earlier than 0:4.2.3_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14810"/>
      <state state_ref="oval:org.mitre.oval:ste:32065"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118040" version="1" comment="xen-kmp-default RPM is earlier than 0:4.2.3_02_3.0.93_0.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40380"/>
      <state state_ref="oval:org.mitre.oval:ste:31766"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118029" version="1" comment="xen-tools-domU RPM is earlier than 0:4.2.3_02-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39925"/>
      <state state_ref="oval:org.mitre.oval:ste:32065"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119187" version="1" comment="gnome-power-manager-lang RPM is earlier than 0:2.24.1-17.67.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40830"/>
      <state state_ref="oval:org.mitre.oval:ste:32269"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118930" version="1" comment="gnome-power-manager RPM is earlier than 0:2.24.1-17.67.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:5054"/>
      <state state_ref="oval:org.mitre.oval:ste:32269"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118856" version="1" comment="gnome-applets-brightness RPM is earlier than 0:2.24.1-17.67.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40876"/>
      <state state_ref="oval:org.mitre.oval:ste:32269"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118511" version="1" comment="gnome-applets-inhibit-powersave RPM is earlier than 0:2.24.1-17.67.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40578"/>
      <state state_ref="oval:org.mitre.oval:ste:32269"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118386" version="1" comment="mcelog RPM is earlier than 0:1.0.2013.01.18-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39626"/>
      <state state_ref="oval:org.mitre.oval:ste:32162"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119434" version="1" comment="NetworkManager-openvpn RPM is earlier than 0:0.7.1-3.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41026"/>
      <state state_ref="oval:org.mitre.oval:ste:32239"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:119234" version="1" comment="NetworkManager-openvpn-gnome RPM is earlier than 0:0.7.1-3.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:41102"/>
      <state state_ref="oval:org.mitre.oval:ste:32239"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118712" version="1" comment="pulseaudio RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40493"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118704" version="1" comment="pulseaudio-module-bluetooth RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39994"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118700" version="1" comment="pulseaudio-module-x11 RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40546"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118688" version="1" comment="pulseaudio-module-zeroconf RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40602"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118684" version="1" comment="pulseaudio-module-jack RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39746"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118663" version="1" comment="pulseaudio-gdm-hooks RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39918"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118622" version="1" comment="pulseaudio-module-lirc RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40597"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118584" version="1" comment="libpulse0-32bit RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40378"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118527" version="1" comment="libpulse-browse0 RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40204"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118488" version="1" comment="pulseaudio-lang RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40458"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118479" version="1" comment="pulseaudio-esound-compat RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40486"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118376" version="1" comment="pulseaudio-module-gconf RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40194"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118228" version="1" comment="libpulse0 RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40372"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118139" version="1" comment="pulseaudio-utils RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40610"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117726" version="1" comment="libpulse-mainloop-glib0 RPM is earlier than 0:0.9.23-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40208"/>
      <state state_ref="oval:org.mitre.oval:ste:32574"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116661" version="1" comment="libcurl4-32bit RPM is earlier than 0:7.19.7-1.38.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39515"/>
      <state state_ref="oval:org.mitre.oval:ste:32138"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116627" version="1" comment="libcurl4 RPM is earlier than 0:7.19.7-1.38.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39330"/>
      <state state_ref="oval:org.mitre.oval:ste:32138"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116466" version="1" comment="curl RPM is earlier than 0:7.19.7-1.38.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14575"/>
      <state state_ref="oval:org.mitre.oval:ste:32138"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116701" version="1" comment="suse-build-key RPM is earlier than 0:1.0-907.44.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39243"/>
      <state state_ref="oval:org.mitre.oval:ste:32140"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117524" version="1" comment="btrfsprogs RPM is earlier than 0:0.20-0.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39588"/>
      <state state_ref="oval:org.mitre.oval:ste:31993"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117478" version="1" comment="libbtrfs0 RPM is earlier than 0:0.20-0.39.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39310"/>
      <state state_ref="oval:org.mitre.oval:ste:31993"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117127" version="1" comment="flash-player-kde4 RPM is earlier than 0:11.2.202.356-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38992"/>
      <state state_ref="oval:org.mitre.oval:ste:31785"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117018" version="1" comment="flash-player-gnome RPM is earlier than 0:11.2.202.356-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39857"/>
      <state state_ref="oval:org.mitre.oval:ste:31785"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116833" version="1" comment="flash-player RPM is earlier than 0:11.2.202.356-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4552"/>
      <state state_ref="oval:org.mitre.oval:ste:31785"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117451" version="1" comment="mozilla-nspr-32bit RPM is earlier than 0:4.10.4-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39114"/>
      <state state_ref="oval:org.mitre.oval:ste:31629"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117417" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.7.23" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:31843"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117339" version="1" comment="MozillaFirefox RPM is earlier than 0:24.4.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39959"/>
      <state state_ref="oval:org.mitre.oval:ste:32329"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117157" version="1" comment="mozilla-nspr RPM is earlier than 0:4.10.4-0.3.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14160"/>
      <state state_ref="oval:org.mitre.oval:ste:31629"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116481" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:24.4.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40077"/>
      <state state_ref="oval:org.mitre.oval:ste:32329"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117748" version="1" comment="xen-kmp-pae RPM is earlier than 0:4.1.6_04_3.0.101_0.7.17-0.5.16" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40154"/>
      <state state_ref="oval:org.mitre.oval:ste:32379"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117742" version="1" comment="kernel-trace-extra RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40212"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117718" version="1" comment="kernel-default RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40056"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117665" version="1" comment="kernel-pae-base RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39219"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117662" version="1" comment="xen-kmp-trace RPM is earlier than 0:4.1.6_04_3.0.101_0.7.17-0.5.16" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39569"/>
      <state state_ref="oval:org.mitre.oval:ste:32379"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117661" version="1" comment="kernel-trace-devel RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40021"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117655" version="1" comment="kernel-xen-devel RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14821"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117643" version="1" comment="kernel-trace-base RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39365"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117641" version="1" comment="kernel-ec2-devel RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40001"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117637" version="1" comment="kernel-default-extra RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39936"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117634" version="1" comment="kernel-default-devel RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40191"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117618" version="1" comment="kernel-source RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14186"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117571" version="1" comment="kernel-trace RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39278"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117552" version="1" comment="xen-kmp-default RPM is earlier than 0:4.1.6_04_3.0.101_0.7.17-0.5.16" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40062"/>
      <state state_ref="oval:org.mitre.oval:ste:32379"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117513" version="1" comment="kernel-default-base RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40156"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117435" version="1" comment="kernel-xen RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14710"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117421" version="1" comment="kernel-ec2-base RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40055"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117370" version="1" comment="kernel-pae RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40002"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117337" version="1" comment="kernel-pae-devel RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40122"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117243" version="1" comment="kernel-pae-extra RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39771"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117228" version="1" comment="kernel-ec2 RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40140"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117158" version="1" comment="kernel-xen-base RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39742"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117038" version="1" comment="kernel-syms RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40099"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116957" version="1" comment="kernel-xen-extra RPM is earlier than 0:3.0.101-0.7.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40188"/>
      <state state_ref="oval:org.mitre.oval:ste:32440"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118188" version="1" comment="binutils RPM is earlier than 0:2.23.1-0.19.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14543"/>
      <state state_ref="oval:org.mitre.oval:ste:32385"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116247" version="1" comment="wget RPM is earlier than 0:1.11.4-1.17.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14591"/>
      <state state_ref="oval:org.mitre.oval:ste:32075"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:118043" version="1" comment="grub2-x86_64-efi RPM is earlier than 0:2.00-0.41.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40168"/>
      <state state_ref="oval:org.mitre.oval:ste:32504"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117708" version="2" comment="MozillaFirefox-branding-SLED RPM is earlier than 0:24-0.7.14" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:43046"/>
      <state state_ref="oval:org.mitre.oval:ste:31691"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117669" version="1" comment="libsoftokn3-32bit RPM is earlier than 0:3.15.4-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39719"/>
      <state state_ref="oval:org.mitre.oval:ste:31901"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117659" version="1" comment="libsoftokn3 RPM is earlier than 0:3.15.4-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40207"/>
      <state state_ref="oval:org.mitre.oval:ste:31901"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117617" version="1" comment="MozillaFirefox RPM is earlier than 0:24.3.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40048"/>
      <state state_ref="oval:org.mitre.oval:ste:32363"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117563" version="1" comment="mozilla-nss-32bit RPM is earlier than 0:3.15.4-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40094"/>
      <state state_ref="oval:org.mitre.oval:ste:31901"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117561" version="1" comment="MozillaFirefox-translations RPM is earlier than 0:24.3.0esr-0.8.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40110"/>
      <state state_ref="oval:org.mitre.oval:ste:32363"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117502" version="1" comment="libfreebl3 RPM is earlier than 0:3.15.4-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40206"/>
      <state state_ref="oval:org.mitre.oval:ste:31901"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117450" version="1" comment="mozilla-nss RPM is earlier than 0:3.15.4-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14069"/>
      <state state_ref="oval:org.mitre.oval:ste:31901"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117294" version="1" comment="libfreebl3-32bit RPM is earlier than 0:3.15.4-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39985"/>
      <state state_ref="oval:org.mitre.oval:ste:31901"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117002" version="1" comment="mozilla-nss-tools RPM is earlier than 0:3.15.4-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39986"/>
      <state state_ref="oval:org.mitre.oval:ste:31901"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117702" version="1" comment="dnsmasq RPM is earlier than 0:2.45-12.25.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14690"/>
      <state state_ref="oval:org.mitre.oval:ste:32436"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116784" version="1" comment="python-setuptools RPM is earlier than 0:0.6c8-10.19.6.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39826"/>
      <state state_ref="oval:org.mitre.oval:ste:32243"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117523" version="1" comment="libMagickCore1 RPM is earlier than 0:6.4.3.6-7.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40098"/>
      <state state_ref="oval:org.mitre.oval:ste:32008"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117500" version="1" comment="libMagick++1 RPM is earlier than 0:6.4.3.6-7.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:40082"/>
      <state state_ref="oval:org.mitre.oval:ste:32008"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117497" version="1" comment="libMagickWand1 RPM is earlier than 0:6.4.3.6-7.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39934"/>
      <state state_ref="oval:org.mitre.oval:ste:32008"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117440" version="1" comment="libMagickCore1-32bit RPM is earlier than 0:6.4.3.6-7.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39732"/>
      <state state_ref="oval:org.mitre.oval:ste:32008"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117264" version="1" comment="ImageMagick RPM is earlier than 0:6.4.3.6-7.28.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:13854"/>
      <state state_ref="oval:org.mitre.oval:ste:32008"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:117404" version="1" comment="mutt RPM is earlier than 0:1.5.17-42.37.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:14378"/>
      <state state_ref="oval:org.mitre.oval:ste:32074"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116483" version="1" comment="hwinfo RPM is earlier than 0:15.53-0.13.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:4779"/>
      <state state_ref="oval:org.mitre.oval:ste:31951"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116756" version="1" comment="x11-input-wacom RPM is earlier than 0:0.9.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39529"/>
      <state state_ref="oval:org.mitre.oval:ste:31761"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116181" version="1" comment="x11-input-wacom-tools RPM is earlier than 0:0.9.8-0.7.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39623"/>
      <state state_ref="oval:org.mitre.oval:ste:31761"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115413" version="1" comment="SUSE Linux Enterprise Desktop 11.x is installed" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:1903"/>
      <state state_ref="oval:org.mitre.oval:ste:31543"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:81116" version="2" comment="SUSE Linux Enterprise Server 11.x is installed" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:2240"/>
      <state state_ref="oval:org.mitre.oval:ste:20890"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116642" version="1" comment="makedumpfile RPM is earlier than 0:1.5.1-0.15.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39713"/>
      <state state_ref="oval:org.mitre.oval:ste:32104"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116510" version="1" comment="crash RPM is earlier than 0:6.0.7-0.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:3749"/>
      <state state_ref="oval:org.mitre.oval:ste:31235"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:116499" version="1" comment="crash-sial RPM is earlier than 0:6.0.7-0.16.1" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:39689"/>
      <state state_ref="oval:org.mitre.oval:ste:31235"/>
    </rpminfo_test>
    <rpminfo_test id="oval:org.mitre.oval:tst:115737" version="1" comment="kdump RPM is earlier than 0:0.8.4-0.39.2" check_existence="at_least_one_exists" check="all" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <object object_ref="oval:org.mitre.oval:obj:38908"/>
      <state state_ref="oval:org.mitre.oval:ste:32041"/>
    </rpminfo_test>
  </tests>
  <objects>
    <rpminfo_object id="oval:org.mitre.oval:obj:44034" version="1" comment="libicu-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libicu-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14949" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>icu</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14890" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libicu-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14735" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libicu</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4809" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnu-efi</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42837" version="1" comment="shim package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>shim</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43112" version="1" comment="wpa_supplicant package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>wpa_supplicant</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42927" version="1" comment="wpa_supplicant-gui package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>wpa_supplicant-gui</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4208" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>evolution-data-server-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42506" version="1" comment="evolution-data-server-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>evolution-data-server-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14939" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>evolution-data-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42833" version="1" comment="libFLAC8-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libFLAC8-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42860" version="1" comment="libFLAC++6 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libFLAC++6</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43117" version="1" comment="libFLAC8 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libFLAC8</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29437" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-Test-Simple</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:28605" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-Module-Build</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42977" version="1" comment="libwsman1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwsman1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43195" version="1" comment="openwsman-server package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openwsman-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43148" version="1" comment="openwsman-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openwsman-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3576" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>compat-openssl097g-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3838" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>compat-openssl097g</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42689" version="1" comment="gcc-gij-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gcc-gij-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4891" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gcc-locale</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42781" version="1" comment="libstdc++-devel-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libstdc++-devel-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14776" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gcc-c++</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14610" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libstdc++-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4830" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gcc-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14644" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>cpp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14175" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gcc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4761" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gcc-info</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42473" version="1" comment="gcc-c++-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gcc-c++-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4929" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gcc-gij</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42436" version="1" comment="psmisc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>psmisc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42500" version="1" comment="libevent-1_4-2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libevent-1_4-2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42335" version="2" comment="pesign-obs-integration package information" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pesign-obs-integration</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42659" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>at</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42336" version="2" comment="yast2-country package information" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-country</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42294" version="2" comment="yast2-country-data package information" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-country-data</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42420" version="2" comment="libgphoto2-lang package information" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgphoto2-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42241" version="2" comment="libgphoto2-32bit package information" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgphoto2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42395" version="2" comment="libgphoto2 package information" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgphoto2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42432" version="2" comment="grub2-x86_64-xen package information" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>grub2-x86_64-xen</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42394" version="2" comment="nss_ldap-32bit package information" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nss_ldap-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5364" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gpgme</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42483" version="1" comment="libgpgme11 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgpgme11</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41543" version="1" comment="grub2-x86_64-xen package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>grub2-x86_64-xen</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14390" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>net-snmp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42364" version="1" comment="bash-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bash-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3018" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>avahi-mono</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42382" version="1" comment="libavahi-common3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libavahi-common3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42339" version="1" comment="libavahi-glib1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libavahi-glib1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42337" version="1" comment="libavahi-client3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libavahi-client3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42128" version="1" comment="libdns_sd package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libdns_sd</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42234" version="1" comment="libavahi-ui0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libavahi-ui0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42351" version="1" comment="avahi-utils package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>avahi-utils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14891" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>avahi</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42438" version="1" comment="libavahi-glib1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libavahi-glib1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41455" version="1" comment="libavahi-core5 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libavahi-core5</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42379" version="1" comment="libdns_sd-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libdns_sd-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42225" version="1" comment="libavahi-gobject0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libavahi-gobject0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41994" version="1" comment="avahi-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>avahi-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42217" version="1" comment="libavahi-common3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libavahi-common3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42317" version="1" comment="libavahi-client3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libavahi-client3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42158" version="1" comment="procmail package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>procmail</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42248" version="1" comment="nss_ldap-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nss_ldap-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14699" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nss_ldap</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41354" version="1" comment="aaa_base-11 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>aaa_base-11</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14140" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zip</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42472" version="1" comment="readline-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>readline-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42393" version="1" comment="readline-devel-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>readline-devel-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42389" version="1" comment="libreadline5-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreadline5-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41484" version="1" comment="readline-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>readline-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42205" version="1" comment="readline-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>readline-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42264" version="1" comment="libreadline5 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreadline5</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3150" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bash</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41488" version="1" comment="readline package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>readline</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41925" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bash-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42255" version="1" comment="yast2-core package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-core</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42216" version="1" comment="pesign-obs-integration package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pesign-obs-integration</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43162" version="1" comment="rng-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>rng-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42056" version="1" comment="libpulse-mainloop-glib0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpulse-mainloop-glib0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42457" version="1" comment="perl-Sys-Virt package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-Sys-Virt</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39269" version="1" comment="libgcrypt11-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgcrypt11-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39589" version="1" comment="libgcrypt11 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgcrypt11</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41659" version="1" comment="ppp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ppp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42458" version="2" comment="libpulse-mainloop-glib0-32bit package information" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpulse-mainloop-glib0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:30203" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>rpm-python</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39399" version="1" comment="gpg2-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gpg2-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:24539" version="1" comment="dbus-1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>dbus-1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3968" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>dbus-1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4081" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>dbus-1-x11</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41183" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>lvm2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41431" version="1" comment="cpupower package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>cpupower</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14460" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41553" version="1" comment="perl-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41592" version="1" comment="perl-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41465" version="1" comment="perl-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41814" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>dhcp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41912" version="1" comment="kernel-bigsmp-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-bigsmp-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41811" version="1" comment="kernel-bigsmp-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-bigsmp-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41163" version="1" comment="oracleasm-kmp-bigsmp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>oracleasm-kmp-bigsmp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41524" version="1" comment="ofed-kmp-bigsmp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ofed-kmp-bigsmp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39336" version="1" comment="kernel-bigsmp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-bigsmp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41712" version="1" comment="iscsitarget-kmp-bigsmp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>iscsitarget-kmp-bigsmp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41367" version="1" comment="gnome-packagekit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-packagekit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41751" version="1" comment="gnome-packagekit-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-packagekit-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41639" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mdadm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42259" version="1" comment="yast2-country-data package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-country-data</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42083" version="1" comment="yast2-country package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-country</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41778" version="1" comment="libqt4-sql-postgresql-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-postgresql-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40934" version="1" comment="libqt4-sql package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41517" version="1" comment="qt4-x11-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>qt4-x11-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41768" version="1" comment="libqt4-sql-mysql package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-mysql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41749" version="1" comment="libqt4-x11 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-x11</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41506" version="1" comment="libqt4-sql-unixODBC-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-unixODBC-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41180" version="1" comment="libQtWebKit4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libQtWebKit4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41253" version="1" comment="libqt4-sql-unixODBC package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-unixODBC</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41761" version="1" comment="libqt4-qt3support-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-qt3support-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41640" version="1" comment="libqt4-sql-sqlite package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-sqlite</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41709" version="1" comment="libqt4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41629" version="1" comment="libqt4-sql-mysql-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-mysql-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41571" version="1" comment="libqt4-qt3support package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-qt3support</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41500" version="1" comment="libQtWebKit4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libQtWebKit4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41378" version="1" comment="libqt4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41527" version="1" comment="libqt4-x11-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-x11-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41499" version="1" comment="libqt4-sql-sqlite-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-sqlite-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41337" version="1" comment="libqt4-sql-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41474" version="1" comment="libqt4-sql-postgresql package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-postgresql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41114" version="1" comment="virt-utils package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>virt-utils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14371" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ntp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41911" version="1" comment="ntp-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ntp-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38637" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xalan-j2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41719" version="1" comment="biosdevname package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>biosdevname</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41516" version="1" comment="ekiga-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ekiga-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4126" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ekiga</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41824" version="1" comment="tsclient package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>tsclient</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41822" version="1" comment="tsclient-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>tsclient-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41678" version="1" comment="spacewalk-client-setup package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-client-setup</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41555" version="1" comment="spacewalk-client-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-client-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41632" version="1" comment="spacewalk-check package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-check</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41432" version="1" comment="suseRegisterInfo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>suseRegisterInfo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41451" version="1" comment="rhnlib package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>rhnlib</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3459" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>dhcp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41825" version="1" comment="libtasn1-3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtasn1-3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41601" version="1" comment="libtasn1-3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtasn1-3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29030" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtasn1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41698" version="1" comment="metacity package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>metacity</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41508" version="1" comment="metacity-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>metacity-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14434" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openssh-askpass-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41330" version="1" comment="nfs-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nfs-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41788" version="1" comment="nfs-kernel-server package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nfs-kernel-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41144" version="1" comment="nfs-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nfs-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40996" version="1" comment="microcode_ctl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>microcode_ctl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41672" version="1" comment="timezone-java package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone-java</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41503" version="1" comment="timezone package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41655" version="1" comment="acroread-cmaps package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-cmaps</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41810" version="1" comment="acroread-fonts-ko package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-ko</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41842" version="1" comment="acroread-fonts-zh_TW package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-zh_TW</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41807" version="1" comment="acroread-fonts-ja package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-ja</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41149" version="1" comment="acroread-fonts-zh_CN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-zh_CN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14158" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14293" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql-contrib</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14586" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14365" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql-docs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39740" version="1" comment="samba-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39472" version="1" comment="libwbclient0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwbclient0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39724" version="1" comment="samba-krb-printing package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-krb-printing</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39591" version="1" comment="libtdb1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtdb1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39267" version="1" comment="ldapsmb package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ldapsmb</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39679" version="1" comment="libsmbclient0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsmbclient0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:13931" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39618" version="1" comment="samba-client-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-client-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39718" version="1" comment="libtdb1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtdb1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39470" version="1" comment="samba-winbind-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-winbind-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39215" version="1" comment="libsmbclient0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsmbclient0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39506" version="1" comment="libwbclient0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwbclient0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40869" version="1" comment="nfs-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nfs-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41101" version="1" comment="ModemManager package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ModemManager</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42281" version="1" comment="libgphoto2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgphoto2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42141" version="1" comment="libgphoto2-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgphoto2-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42265" version="1" comment="libgphoto2-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgphoto2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2111" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>aaa_base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41373" version="1" comment="flash-player-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41086" version="1" comment="flash-player-kde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-kde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41422" version="1" comment="libv4lconvert0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libv4lconvert0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41569" version="1" comment="libv4l1-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libv4l1-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41521" version="1" comment="libv4l1-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libv4l1-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41391" version="1" comment="libv4l2-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libv4l2-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41371" version="1" comment="gstreamer-0_10-plugins-v4l package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gstreamer-0_10-plugins-v4l</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41546" version="1" comment="libv4l package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libv4l</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41360" version="1" comment="libv4l2-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libv4l2-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41572" version="1" comment="libv4lconvert0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libv4lconvert0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2930" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>audit-libs-python</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41860" version="1" comment="audit-audispd-plugins package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>audit-audispd-plugins</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41523" version="1" comment="python-ethtool package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-ethtool</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41881" version="1" comment="kdirstat package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdirstat</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41362" version="1" comment="libgio-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgio-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41042" version="1" comment="libgthread-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgthread-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41178" version="1" comment="libgio-fam package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgio-fam</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41184" version="1" comment="libgthread-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgthread-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40790" version="1" comment="libgmodule-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgmodule-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41302" version="1" comment="libgio-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgio-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41241" version="1" comment="glib2-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glib2-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41489" version="1" comment="libglib-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libglib-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40491" version="1" comment="libgobject-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgobject-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41321" version="1" comment="libgobject-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgobject-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40754" version="1" comment="libgmodule-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgmodule-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41444" version="1" comment="libglib-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libglib-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40977" version="1" comment="libkde4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libkde4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41249" version="1" comment="kdelibs4-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdelibs4-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41437" version="1" comment="libkde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libkde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40752" version="1" comment="libkdecore4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libkdecore4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41408" version="1" comment="libkdecore4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libkdecore4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41109" version="1" comment="kdelibs4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdelibs4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41191" version="1" comment="kdelibs4-core package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdelibs4-core</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41933" version="1" comment="novell-ui-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>novell-ui-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41737" version="1" comment="novell-qtgui-cli package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>novell-qtgui-cli</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41797" version="1" comment="novell-qtgui package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>novell-qtgui</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41705" version="1" comment="libreoffice-icon-themes package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-icon-themes</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41501" version="1" comment="libreoffice-l10n-sk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-sk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41541" version="1" comment="libreoffice-help-gu-IN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-gu-IN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41717" version="1" comment="libreoffice-l10n-ko package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-ko</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41433" version="1" comment="libreoffice-help-ja package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-ja</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41633" version="1" comment="libreoffice-help-it package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-it</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41385" version="1" comment="libreoffice-help-en-GB package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-en-GB</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41435" version="1" comment="libreoffice-l10n-da package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-da</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41748" version="1" comment="libreoffice-l10n-fi package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-fi</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41621" version="1" comment="libreoffice-help-cs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-cs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40772" version="1" comment="libreoffice-l10n-zh-TW package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-zh-TW</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41221" version="1" comment="libreoffice-l10n-ca package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-ca</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41706" version="1" comment="libreoffice-help-nl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-nl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41267" version="1" comment="libreoffice-l10n-it package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-it</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41732" version="1" comment="libreoffice-l10n-en-GB package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-en-GB</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41599" version="1" comment="libreoffice-help-hu package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-hu</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41520" version="1" comment="libreoffice-l10n-nl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-nl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41658" version="1" comment="libreoffice-help-es package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-es</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41339" version="1" comment="libreoffice-help-pt package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-pt</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40950" version="1" comment="libreoffice-base-drivers-postgresql package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-base-drivers-postgresql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41471" version="1" comment="libreoffice-base-extensions package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-base-extensions</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41564" version="1" comment="libreoffice-help-da package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-da</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41491" version="1" comment="libreoffice-l10n-af package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-af</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41537" version="1" comment="libreoffice-l10n-gu-IN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-gu-IN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41497" version="1" comment="libreoffice-help-hi-IN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-hi-IN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41750" version="1" comment="libreoffice-filters-optional package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-filters-optional</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41456" version="1" comment="libreoffice-help-fr package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-fr</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41518" version="1" comment="libreoffice-l10n-sv package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-sv</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41502" version="1" comment="libreoffice-help-de package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-de</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41583" version="1" comment="libreoffice-l10n-es package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-es</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41696" version="1" comment="libreoffice-l10n-xh package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-xh</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41507" version="1" comment="libreoffice-l10n-pt-BR package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-pt-BR</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41534" version="1" comment="libreoffice-help-ko package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-ko</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41722" version="1" comment="libreoffice-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40782" version="1" comment="libreoffice-l10n-zu package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-zu</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41252" version="1" comment="libreoffice-l10n-zh-CN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-zh-CN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41591" version="1" comment="libreoffice-impress-extensions package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-impress-extensions</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41718" version="1" comment="libreoffice-l10n-pl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-pl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41627" version="1" comment="libreoffice-help-sv package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-sv</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41535" version="1" comment="libreoffice-l10n-hi-IN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-hi-IN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41687" version="1" comment="libreoffice-help-ru package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-ru</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41631" version="1" comment="libreoffice-l10n-nb package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-nb</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40767" version="1" comment="libreoffice-l10n-cs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-cs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40987" version="1" comment="libreoffice-l10n-ja package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-ja</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41347" version="1" comment="libreoffice-mono package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-mono</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41172" version="1" comment="libreoffice-help-pl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-pl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41735" version="1" comment="libreoffice-l10n-fr package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-fr</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41513" version="1" comment="libreoffice-l10n-nn package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-nn</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41720" version="1" comment="libreoffice-officebean package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-officebean</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41588" version="1" comment="libreoffice-writer-extensions package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-writer-extensions</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41740" version="1" comment="libreoffice-l10n-de package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-de</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41561" version="1" comment="libreoffice-l10n-pt package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-pt</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41602" version="1" comment="libreoffice-l10n-hu package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-hu</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41318" version="1" comment="libreoffice-l10n-ar package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-ar</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41542" version="1" comment="libreoffice-mailmerge package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-mailmerge</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41445" version="1" comment="libreoffice-help-zh-TW package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-zh-TW</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41530" version="1" comment="libreoffice-help-en-US package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-en-US</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41666" version="1" comment="libreoffice-l10n-ru package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-ru</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41724" version="1" comment="libreoffice-calc-extensions package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-calc-extensions</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41563" version="1" comment="libreoffice-help-zh-CN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-zh-CN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41736" version="1" comment="libreoffice-help-pt-BR package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-pt-BR</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41742" version="1" comment="libreoffice-kde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-kde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41619" version="1" comment="libreoffice-kde package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-kde</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41278" version="1" comment="libreoffice-draw-extensions package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-draw-extensions</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41028" version="1" comment="sysconfig package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sysconfig</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41608" version="1" comment="postgresql91-docs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql91-docs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41581" version="1" comment="postgresql91-server package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql91-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41225" version="1" comment="libpq5 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpq5</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41263" version="1" comment="postgresql91-contrib package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql91-contrib</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41228" version="1" comment="libpq5-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpq5-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41597" version="1" comment="postgresql91 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql91</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41651" version="1" comment="libecpg6 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libecpg6</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41492" version="1" comment="telepathy-gabble package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>telepathy-gabble</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41308" version="1" comment="supportutils package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>supportutils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40819" version="1" comment="libfreebl3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfreebl3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41454" version="1" comment="mozilla-nspr-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nspr-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41643" version="1" comment="MozillaFirefox package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41473" version="1" comment="MozillaFirefox-translations package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox-translations</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41565" version="1" comment="libfreebl3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfreebl3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41644" version="1" comment="mozilla-nss-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41531" version="1" comment="mozilla-nss-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41011" version="1" comment="libcurl4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libcurl4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41298" version="1" comment="libcurl4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libcurl4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41314" version="1" comment="libtiff-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtiff-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41119" version="1" comment="libtiff3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtiff3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41220" version="1" comment="tiff package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>tiff</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41461" version="1" comment="libtiff-devel-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtiff-devel-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41199" version="1" comment="libtiff3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtiff3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41981" version="1" comment="liblzo2-2-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>liblzo2-2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41600" version="1" comment="liblzo2-2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>liblzo2-2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:15163" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>NetworkManager</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14206" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>NetworkManager-glib</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41730" version="1" comment="kdump package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdump</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41118" version="1" comment="multipath-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>multipath-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41663" version="1" comment="libopenssl0_9_8-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41494" version="1" comment="libopenssl0_9_8-hmac package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8-hmac</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41035" version="1" comment="openssl-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openssl-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41436" version="1" comment="libopenssl0_9_8-hmac-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8-hmac-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41084" version="1" comment="libopenssl0_9_8 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39624" version="1" comment="xorg-x11-server-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-server-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39516" version="1" comment="xorg-x11-Xvnc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-Xvnc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41123" version="1" comment="Mesa-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>Mesa-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40648" version="1" comment="Mesa package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>Mesa</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14170" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>tar</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4059" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>deltarpm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40845" version="1" comment="libcurl4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libcurl4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3668" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>compat-curl2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40999" version="1" comment="libcurl4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libcurl4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40174" version="1" comment="compat-curl2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>compat-curl2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41033" version="1" comment="libzypp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libzypp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41300" version="1" comment="libMagickWand1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libMagickWand1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41511" version="1" comment="libMagick++1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libMagick++1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41251" version="1" comment="libMagickCore1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libMagickCore1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40553" version="1" comment="libMagickCore1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libMagickCore1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40680" version="1" comment="xorg-x11-libs-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41389" version="1" comment="NetworkManager-pptp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>NetworkManager-pptp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41467" version="1" comment="NetworkManager-pptp-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>NetworkManager-pptp-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3947" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>dhcp-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3819" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>dhcp-relay</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4085" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>dhcp-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41335" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>dhcp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41636" version="1" comment="libpurple-meanwhile package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpurple-meanwhile</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41777" version="1" comment="libpurple-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpurple-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41757" version="1" comment="nautilus package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nautilus</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41771" version="1" comment="nautilus-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nautilus-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41715" version="1" comment="nautilus-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nautilus-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41374" version="1" comment="xrdp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xrdp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41070" version="1" comment="yast2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40930" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bind</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41051" version="1" comment="java-1_6_0-openjdk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41131" version="1" comment="java-1_6_0-openjdk-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41074" version="1" comment="java-1_6_0-openjdk-demo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk-demo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41421" version="1" comment="mysql-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mysql-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41623" version="1" comment="libmysqlclient_r15 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient_r15</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41545" version="1" comment="mysql-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mysql-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41528" version="1" comment="libmysqlclient_r15-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient_r15-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41411" version="1" comment="libmysqlclient15-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient15-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41606" version="1" comment="libmysqlclient15 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient15</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41864" version="1" comment="mysql-Max package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mysql-Max</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41246" version="1" comment="flash-player-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41642" version="1" comment="flash-player-kde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-kde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41665" version="1" comment="puppet-server package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>puppet-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41723" version="1" comment="puppet package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>puppet</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41739" version="1" comment="libvirt-client-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-client-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41769" version="1" comment="libvirt-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41218" version="1" comment="java-1_6_0-openjdk-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41254" version="1" comment="java-1_6_0-openjdk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41702" version="1" comment="java-1_6_0-openjdk-demo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk-demo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41174" version="1" comment="kernel-trace-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41677" version="1" comment="kernel-default-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41787" version="1" comment="kernel-ec2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41242" version="1" comment="kernel-ec2-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40882" version="1" comment="kernel-syms package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-syms</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41776" version="1" comment="kernel-trace-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41377" version="1" comment="kernel-xen-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41590" version="1" comment="kernel-pae-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41714" version="1" comment="kernel-pae-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41668" version="1" comment="kernel-ec2-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41620" version="1" comment="kernel-trace-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41795" version="1" comment="kernel-xen-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41827" version="1" comment="xen-kmp-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41536" version="1" comment="kernel-default-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41538" version="1" comment="kernel-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41675" version="1" comment="kernel-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41707" version="1" comment="kernel-default-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41770" version="1" comment="kernel-pae-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41626" version="1" comment="xen-kmp-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41878" version="1" comment="kernel-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41116" version="1" comment="zypper package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zypper</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41127" version="1" comment="libzypp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libzypp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40697" version="1" comment="zypper-log package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zypper-log</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2982" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>atftp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41383" version="1" comment="tftp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>tftp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14212" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxml2-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41331" version="1" comment="libxml2-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxml2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41419" version="1" comment="libxml2-devel-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxml2-devel-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41358" version="1" comment="libxml2-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxml2-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41310" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>rsh-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:13972" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>rsh</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41244" version="1" comment="flash-player-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41341" version="1" comment="flash-player-kde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-kde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40326" version="1" comment="timezone-java package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone-java</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41148" version="1" comment="timezone package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40806" version="1" comment="pam_apparmor package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pam_apparmor</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40787" version="1" comment="tomcat_apparmor package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>tomcat_apparmor</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40851" version="1" comment="perl-apparmor package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-apparmor</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40862" version="1" comment="libapparmor1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libapparmor1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40867" version="1" comment="libapparmor1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libapparmor1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40908" version="1" comment="pam_apparmor-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pam_apparmor-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41380" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>irqbalance</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40871" version="1" comment="puppet-server package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>puppet-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40479" version="1" comment="puppet package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>puppet</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41154" version="1" comment="empathy-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>empathy-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40668" version="1" comment="empathy package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>empathy</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41200" version="1" comment="xorg-x11-libXv package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXv</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41259" version="1" comment="xorg-x11-libXv-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXv-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40710" version="1" comment="xorg-x11-libXv-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXv-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41815" version="1" comment="gdm-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gdm-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41858" version="1" comment="gdm-branding-upstream package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gdm-branding-upstream</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14698" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gdm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41181" version="1" comment="libgnutls26 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls26</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41132" version="1" comment="libgnutls26-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls26-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40938" version="1" comment="libgnutls-extra26 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls-extra26</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41764" version="1" comment="libqscintilla2-5 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqscintilla2-5</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40785" version="1" comment="satsolver-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>satsolver-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41182" version="1" comment="zypper-log package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zypper-log</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41566" version="1" comment="zypp-plugin-spacewalk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zypp-plugin-spacewalk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41440" version="1" comment="zypper package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zypper</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41522" version="1" comment="libzypp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libzypp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40786" version="1" comment="perl-satsolver package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-satsolver</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41328" version="1" comment="python-satsolver package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-satsolver</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41417" version="1" comment="xorg-x11-server-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-server-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41022" version="1" comment="xorg-x11-Xvnc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-Xvnc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41414" version="1" comment="java-1_6_0-openjdk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41443" version="1" comment="java-1_6_0-openjdk-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41460" version="1" comment="java-1_6_0-openjdk-demo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk-demo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40879" version="1" comment="strongswan package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>strongswan</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40801" version="1" comment="strongswan-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>strongswan-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40949" version="1" comment="xen-doc-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-doc-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40512" version="1" comment="xen-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40263" version="1" comment="xen-kmp-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40093" version="1" comment="xen-tools-domU package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-tools-domU</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40875" version="1" comment="xen-kmp-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40612" version="1" comment="xen-doc-html package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-doc-html</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40904" version="1" comment="xen-libs-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41560" version="1" comment="coreutils-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>coreutils-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3720" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>coreutils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41425" version="1" comment="tomboy-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>tomboy-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41048" version="1" comment="tomboy package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>tomboy</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41745" version="1" comment="rxvt-unicode package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>rxvt-unicode</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41014" version="1" comment="libudev0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libudev0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40805" version="1" comment="libudev0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libudev0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41061" version="1" comment="libgudev-1_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgudev-1_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41110" version="1" comment="libgudev-1_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgudev-1_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41257" version="1" comment="yast2-network package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-network</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41515" version="1" comment="evolution-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>evolution-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14477" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>evolution</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3982" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>evolution-pilot</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40939" version="1" comment="xorg-x11-libXv package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXv</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40893" version="1" comment="xorg-x11-libXv-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXv-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41288" version="1" comment="orca-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>orca-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41452" version="1" comment="orca package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>orca</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41468" version="1" comment="openmotif-libs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openmotif-libs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40970" version="1" comment="openmotif-libs-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openmotif-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41594" version="1" comment="libvirt-client-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-client-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41598" version="1" comment="libvirt-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41480" version="1" comment="libfuse2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfuse2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4411" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>fuse</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41044" version="1" comment="MozillaFirefox-translations package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox-translations</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41192" version="1" comment="MozillaFirefox package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40677" version="1" comment="gvfs-backends package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gvfs-backends</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41105" version="1" comment="gvfs-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gvfs-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41096" version="1" comment="gvfs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gvfs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40948" version="1" comment="libgvfscommon0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgvfscommon0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40840" version="1" comment="gvfs-fuse package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gvfs-fuse</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41065" version="1" comment="gstreamer-0_10-plugins-good-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gstreamer-0_10-plugins-good-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41268" version="1" comment="gstreamer-0_10-plugins-good-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gstreamer-0_10-plugins-good-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40455" version="1" comment="gstreamer-0_10-plugins-v4l package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gstreamer-0_10-plugins-v4l</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40937" version="1" comment="gstreamer-0_10-plugins-good package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gstreamer-0_10-plugins-good</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41395" version="1" comment="libgudev-1_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgudev-1_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41379" version="1" comment="libgudev-1_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgudev-1_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41015" version="1" comment="libudev0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libudev0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41171" version="1" comment="libudev0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libudev0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40849" version="1" comment="timezone package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40306" version="1" comment="timezone-java package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone-java</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41073" version="1" comment="xorg-x11-libs-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41317" version="1" comment="libxslt-devel-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxslt-devel-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41349" version="1" comment="libxslt-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxslt-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41281" version="1" comment="kdm package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41203" version="1" comment="kdebase4-workspace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdebase4-workspace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41403" version="1" comment="kde4-kgreeter-plugins package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kde4-kgreeter-plugins</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41370" version="1" comment="kdebase4-workspace-ksysguardd package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdebase4-workspace-ksysguardd</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41617" version="1" comment="kdebase4-wallpapers package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdebase4-wallpapers</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40847" version="1" comment="kwin package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kwin</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14100" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40931" version="1" comment="krb5-devel-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-devel-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40964" version="1" comment="krb5-apps-servers package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-apps-servers</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40802" version="1" comment="krb5-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40933" version="1" comment="krb5-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40865" version="1" comment="krb5-apps-clients package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-apps-clients</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40060" version="1" comment="libvirt-client-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-client-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40332" version="1" comment="libvirt-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40997" version="1" comment="xorg-x11-libXt-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXt-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40958" version="1" comment="xorg-x11-libXt package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXt</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3478" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>cron</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41158" version="1" comment="yast2-kdump package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-kdump</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41304" version="1" comment="gnome-system-monitor-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-system-monitor-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41463" version="1" comment="libgtop-2_0-7 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgtop-2_0-7</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40820" version="1" comment="libgtop-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgtop-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4546" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-system-monitor</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41177" version="1" comment="libgtop package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgtop</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40967" version="1" comment="libgtop-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgtop-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29900" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>rpm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29846" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>popt</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41045" version="1" comment="rpm-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>rpm-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41280" version="1" comment="popt-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>popt-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40511" version="1" comment="python-dmidecode package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-dmidecode</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40759" version="1" comment="pcsc-cyberjack package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pcsc-cyberjack</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41138" version="1" comment="gnome-session-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-session-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5109" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-bluetooth</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40447" version="1" comment="gnome-bluetooth-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-bluetooth-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40618" version="1" comment="libgnome-bluetooth7 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnome-bluetooth7</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3876" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ctapi-cyberjack-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3665" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ctapi-cyberjack</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40669" version="1" comment="pcsc-cyberjack package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pcsc-cyberjack</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41039" version="1" comment="xorg-x11-libxcb-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libxcb-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41202" version="1" comment="xorg-x11-libxcb-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libxcb-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41355" version="1" comment="xorg-x11-libxcb package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libxcb</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41485" version="1" comment="libnetcontrol0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libnetcontrol0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41486" version="1" comment="libnetcontrol0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libnetcontrol0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41095" version="1" comment="java-1_7_0-openjdk-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40852" version="1" comment="java-1_7_0-openjdk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41089" version="1" comment="java-1_7_0-openjdk-demo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk-demo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40855" version="1" comment="xorg-x11-libXrender package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXrender</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41024" version="1" comment="xorg-x11-libXrender-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXrender-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41638" version="1" comment="timezone package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41556" version="1" comment="timezone-java package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone-java</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14764" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yelp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40861" version="1" comment="yelp-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yelp-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40626" version="1" comment="libmysqlclient15-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient15-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40482" version="1" comment="libmysql55client_r18 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysql55client_r18</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40266" version="1" comment="libmysql55client18-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysql55client18-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40594" version="1" comment="mysql-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mysql-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40279" version="1" comment="libmysqlclient_r15-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient_r15-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40492" version="1" comment="libmysql55client_r18-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysql55client_r18-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40581" version="1" comment="libmysqlclient_r15 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient_r15</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40452" version="1" comment="libmysqlclient15 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient15</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40350" version="1" comment="mysql-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mysql-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40268" version="1" comment="libmysql55client18 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysql55client18</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:15087" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pam_krb5</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41734" version="1" comment="pam_krb5-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pam_krb5-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40591" version="1" comment="perl-Bootloader package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-Bootloader</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39411" version="1" comment="openssl-certs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openssl-certs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40770" version="1" comment="xorg-x11-libXp-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXp-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41363" version="1" comment="xorg-x11-libXp-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXp-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41235" version="1" comment="xorg-x11-libXp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41744" version="1" comment="yast2-backup package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-backup</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40305" version="1" comment="supportutils package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>supportutils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41342" version="1" comment="libpcap0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpcap0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40940" version="1" comment="libpcap0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpcap0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41313" version="1" comment="kinfocenter package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kinfocenter</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41049" version="1" comment="kfind package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kfind</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41476" version="1" comment="kwrite package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kwrite</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41176" version="1" comment="keditbookmarks package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>keditbookmarks</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41401" version="1" comment="dolphin package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>dolphin</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41239" version="1" comment="kdialog package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdialog</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41490" version="1" comment="libkonq5 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libkonq5</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40989" version="1" comment="kdepasswd package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdepasswd</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41219" version="1" comment="kdebase4-libkonq package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdebase4-libkonq</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40874" version="1" comment="kdebase4-nsplugin package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdebase4-nsplugin</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41168" version="1" comment="konsole package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>konsole</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41412" version="1" comment="kdebase4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdebase4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41279" version="1" comment="konqueror package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>konqueror</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41130" version="1" comment="ruby-tk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ruby-tk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41093" version="1" comment="ruby-doc-html package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ruby-doc-html</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40063" version="1" comment="libgudev-1_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgudev-1_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40399" version="1" comment="libudev0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libudev0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39964" version="1" comment="libudev0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libudev0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40299" version="1" comment="libgudev-1_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgudev-1_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:30148" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>wireshark-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40848" version="1" comment="libtspi1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtspi1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41743" version="1" comment="libtspi1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtspi1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41327" version="1" comment="trousers package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>trousers</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41143" version="1" comment="xorg-x11-libXt-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXt-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41303" version="1" comment="xorg-x11-libXt-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXt-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41269" version="1" comment="xorg-x11-libXt package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXt</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41232" version="1" comment="yast2-network package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-network</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41653" version="1" comment="krb5-apps-servers package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-apps-servers</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41368" version="1" comment="krb5-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41320" version="1" comment="krb5-plugin-kdb-ldap package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-plugin-kdb-ldap</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41582" version="1" comment="krb5-plugin-preauth-pkinit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-plugin-preauth-pkinit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41215" version="1" comment="krb5-apps-clients package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-apps-clients</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41316" version="1" comment="krb5-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40889" version="1" comment="release-notes-sled package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>release-notes-sled</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41276" version="1" comment="yast2-wagon package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-wagon</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40241" version="1" comment="vm-install package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>vm-install</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40325" version="1" comment="yast2-storage package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-storage</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40083" version="1" comment="yast2-storage-lib package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-storage-lib</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40141" version="1" comment="openvpn package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openvpn</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40157" version="1" comment="openvpn-auth-pam-plugin package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openvpn-auth-pam-plugin</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43589" version="1" comment="kdm-branding-SLED package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdm-branding-SLED</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43506" version="1" comment="kio_sysinfo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kio_sysinfo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42696" version="1" comment="kdebase4-runtime-branding-SLED package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdebase4-runtime-branding-SLED</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43537" version="1" comment="kdebase4-SLED-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdebase4-SLED-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43524" version="1" comment="kdelibs4-branding-SLED package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdelibs4-branding-SLED</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42882" version="1" comment="kio_sysinfo-branding-SLED package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kio_sysinfo-branding-SLED</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43447" version="1" comment="kdebase4-workspace-branding-SLED package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdebase4-workspace-branding-SLED</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:42886" version="1" comment="kdebase4-SLED package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdebase4-SLED</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40627" version="1" comment="yast2-mail package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-mail</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40580" version="1" comment="yast2-mail-plugins package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-mail-plugins</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40009" version="1" comment="java-1_7_0-openjdk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40230" version="1" comment="java-1_7_0-openjdk-demo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk-demo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39962" version="1" comment="java-1_7_0-openjdk-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40817" version="1" comment="liblcms2-2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>liblcms2-2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40864" version="1" comment="lcms2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>lcms2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40592" version="1" comment="telepathy-idle package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>telepathy-idle</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41240" version="1" comment="pure-ftpd package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pure-ftpd</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14577" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openssh-askpass</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14581" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openssh</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41032" version="1" comment="CCE-14068-1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postfix</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40812" version="1" comment="postfix-mysql package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postfix-mysql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40152" version="1" comment="postfix-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postfix-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41400" version="1" comment="xorg-x11-libXext-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXext-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41247" version="1" comment="xorg-x11-libXext package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXext</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41099" version="1" comment="xorg-x11-libXext-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXext-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39897" version="1" comment="krb5-plugin-preauth-pkinit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-plugin-preauth-pkinit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39547" version="1" comment="krb5-apps-servers package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-apps-servers</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14120" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40058" version="1" comment="krb5-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40374" version="1" comment="krb5-plugin-kdb-ldap package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-plugin-kdb-ldap</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40395" version="1" comment="krb5-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39939" version="1" comment="krb5-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40252" version="1" comment="krb5-apps-clients package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-apps-clients</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14452" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>krb5-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4289" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>elilo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40397" version="1" comment="yast2-ldap-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-ldap-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40105" version="1" comment="libdrm package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libdrm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40185" version="1" comment="libdrm-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libdrm-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40322" version="1" comment="Mesa-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>Mesa-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40354" version="1" comment="xorg-x11-driver-video package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-driver-video</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40367" version="1" comment="Mesa package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>Mesa</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41831" version="1" comment="libtalloc1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41809" version="1" comment="libsmbclient0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsmbclient0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41284" version="1" comment="libsmbclient0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsmbclient0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41681" version="1" comment="libtalloc2-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41779" version="1" comment="libwbclient0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwbclient0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41574" version="1" comment="samba-krb-printing package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-krb-printing</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41760" version="1" comment="libtalloc1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41765" version="1" comment="libtdb1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtdb1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41854" version="1" comment="libwbclient0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwbclient0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41593" version="1" comment="libtdb1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtdb1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41622" version="1" comment="libtevent0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtevent0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41551" version="1" comment="samba-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41641" version="1" comment="ldapsmb package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ldapsmb</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41855" version="1" comment="libtalloc2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41725" version="1" comment="samba-client-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-client-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41841" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41882" version="1" comment="libldb1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldb1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41079" version="1" comment="libtevent0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtevent0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41845" version="1" comment="libldb1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldb1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41669" version="1" comment="samba-winbind-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-winbind-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40248" version="1" comment="xen-kmp-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40476" version="1" comment="postfix-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postfix-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40575" version="1" comment="CCE-14068-1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postfix</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40411" version="1" comment="postfix-mysql package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postfix-mysql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40284" version="1" comment="yast2-sound package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-sound</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41375" version="1" comment="xen-kmp-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41386" version="1" comment="xen-libs-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41275" version="1" comment="xen-tools-domU package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-tools-domU</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40432" version="1" comment="xen-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41125" version="1" comment="xen-doc-html package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-doc-html</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40643" version="1" comment="xen-doc-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-doc-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40768" version="1" comment="xorg-x11-libXp-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXp-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40769" version="1" comment="xorg-x11-libXp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40642" version="1" comment="xorg-x11-libXfixes package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXfixes</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41282" version="1" comment="xorg-x11-libXfixes-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXfixes-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41324" version="1" comment="xorg-x11-libXfixes-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXfixes-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40903" version="1" comment="gnome-session-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-session-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5111" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-session</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41160" version="1" comment="ncpfs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ncpfs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41418" version="1" comment="ncpfs-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ncpfs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40292" version="1" comment="kdump package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdump</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40296" version="1" comment="xkeyboard-config package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xkeyboard-config</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41115" version="1" comment="open-iscsi package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>open-iscsi</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40223" version="1" comment="acroread-fonts-ja package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-ja</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40366" version="1" comment="acroread-cmaps package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-cmaps</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40042" version="1" comment="acroread-fonts-zh_CN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-zh_CN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39555" version="1" comment="acroread-fonts-ko package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-ko</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40106" version="1" comment="acroread-fonts-zh_TW package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-zh_TW</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3007" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread_ja</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40718" version="1" comment="xorg-x11-libX11-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libX11-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41292" version="1" comment="xorg-x11-libX11 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libX11</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41291" version="1" comment="xorg-x11-libX11-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libX11-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29300" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libuuid-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41214" version="1" comment="libblkid1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libblkid1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14723" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>util-linux</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41426" version="1" comment="libblkid1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libblkid1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41322" version="1" comment="libuuid1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libuuid1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41487" version="1" comment="util-linux-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>util-linux-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41231" version="1" comment="libuuid1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libuuid1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40633" version="1" comment="uuid-runtime package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>uuid-runtime</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41635" version="1" comment="yast2-network package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-network</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40210" version="1" comment="strongswan-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>strongswan-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40155" version="1" comment="strongswan package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>strongswan</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40192" version="1" comment="ruby-doc-html package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ruby-doc-html</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40334" version="1" comment="ruby-tk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ruby-tk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40701" version="1" comment="gstreamer-0_10-plugins-good-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gstreamer-0_10-plugins-good-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40926" version="1" comment="gstreamer-0_10-plugins-v4l package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gstreamer-0_10-plugins-v4l</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41000" version="1" comment="gstreamer-0_10-plugins-good package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gstreamer-0_10-plugins-good</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41069" version="1" comment="gstreamer-0_10-plugins-good-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gstreamer-0_10-plugins-good-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40348" version="1" comment="xorg-x11-libX11 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libX11</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41117" version="1" comment="xorg-x11-libX11-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libX11-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40435" version="1" comment="suseRegister package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>suseRegister</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3271" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>cabextract</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29194" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-firmware</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40985" version="1" comment="kdump package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdump</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40504" version="1" comment="libwebkit-1_0-2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwebkit-1_0-2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40459" version="1" comment="libwebkit-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwebkit-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5354" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnutls-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5324" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnutls-devel-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14558" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnutls-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40281" version="1" comment="xen-kmp-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40500" version="1" comment="kernel-trace-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40831" version="1" comment="python-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41057" version="1" comment="libpython2_6-1_0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpython2_6-1_0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41111" version="1" comment="python-demo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-demo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40873" version="1" comment="python-base-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-base-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40625" version="1" comment="libpython2_6-1_0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpython2_6-1_0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40764" version="1" comment="python-curses package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-curses</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40675" version="1" comment="python-tk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-tk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40854" version="1" comment="python-xml package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-xml</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40789" version="1" comment="python-idle package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-idle</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40860" version="1" comment="python-gdbm package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-gdbm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41140" version="1" comment="python-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39913" version="1" comment="libpixman-1-0-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpixman-1-0-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40301" version="1" comment="libpixman-1-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpixman-1-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40193" version="1" comment="libpixman-1-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpixman-1-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40402" version="1" comment="xorg-x11-libXrender package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXrender</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41043" version="1" comment="xorg-x11-libXrender-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXrender-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41325" version="1" comment="xorg-x11-libXrender-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXrender-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14415" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:13716" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nspr-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39899" version="1" comment="mozilla-nspr-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nspr-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40365" version="1" comment="virt-manager package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>virt-manager</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41092" version="1" comment="brasero package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>brasero</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40666" version="1" comment="libbrasero-burn0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libbrasero-burn0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40953" version="1" comment="brasero-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>brasero-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40912" version="1" comment="libbrasero-media0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libbrasero-media0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5008" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>grub</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40487" version="1" comment="pmtools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pmtools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39953" version="1" comment="openldap2-back-meta package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openldap2-back-meta</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39335" version="1" comment="openldap2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openldap2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40233" version="1" comment="libldap-2_4-2-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldap-2_4-2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40068" version="1" comment="compat-libldap-2_3-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>compat-libldap-2_3-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40277" version="1" comment="libldap-2_4-2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldap-2_4-2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39801" version="1" comment="openldap2-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openldap2-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40945" version="1" comment="flash-player-kde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-kde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40461" version="1" comment="flash-player-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39737" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bind</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41166" version="1" comment="libgnutls26 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls26</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40356" version="1" comment="libgnutls-extra26 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls-extra26</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41122" version="1" comment="libgnutls26-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls26-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39525" version="1" comment="puppet package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>puppet</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39285" version="1" comment="puppet-server package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>puppet-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39943" version="1" comment="libqt4-sql-postgresql-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-postgresql-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40109" version="1" comment="libqt4-sql-postgresql package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-postgresql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40121" version="1" comment="libqt4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40143" version="1" comment="libqt4-sql package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40097" version="1" comment="qt4-x11-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>qt4-x11-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39843" version="1" comment="libqt4-sql-mysql package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-mysql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39775" version="1" comment="libqt4-x11 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-x11</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39903" version="1" comment="libqt4-sql-unixODBC-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-unixODBC-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40022" version="1" comment="libQtWebKit4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libQtWebKit4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39812" version="1" comment="libqt4-sql-sqlite package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-sqlite</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39553" version="1" comment="libqt4-qt3support package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-qt3support</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39947" version="1" comment="libqt4-sql-mysql-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-mysql-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39911" version="1" comment="libqt4-qt3support-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-qt3support-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40014" version="1" comment="libqt4-sql-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40114" version="1" comment="libqt4-sql-unixODBC package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-unixODBC</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40045" version="1" comment="libQtWebKit4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libQtWebKit4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40153" version="1" comment="libqt4-sql-sqlite-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-sql-sqlite-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40034" version="1" comment="libqt4-x11-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4-x11-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40043" version="1" comment="libqt4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libqt4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40225" version="1" comment="perl-Bootloader package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-Bootloader</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39759" version="1" comment="yast2-bootloader package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-bootloader</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40421" version="1" comment="libgthread-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgthread-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40324" version="1" comment="glib2-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glib2-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40311" version="1" comment="libgmodule-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgmodule-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39834" version="1" comment="libglib-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libglib-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39867" version="1" comment="libglib-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libglib-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40117" version="1" comment="libgio-fam package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgio-fam</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40202" version="1" comment="libgobject-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgobject-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40457" version="1" comment="libgthread-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgthread-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40107" version="1" comment="libgio-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgio-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40331" version="1" comment="libgio-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgio-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40127" version="1" comment="libgmodule-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgmodule-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39615" version="1" comment="libgobject-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgobject-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39803" version="1" comment="mokutil package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mokutil</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40032" version="1" comment="augeas-lenses package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>augeas-lenses</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39698" version="1" comment="libaugeas0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libaugeas0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:30397" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>augeas</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39499" version="1" comment="libpq5-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpq5-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40004" version="1" comment="libpq5 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpq5</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39782" version="1" comment="postgresql91-server package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql91-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39912" version="1" comment="postgresql91 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql91</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39755" version="1" comment="postgresql91-contrib package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql91-contrib</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39672" version="1" comment="postgresql91-docs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>postgresql91-docs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39841" version="1" comment="libecpg6 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libecpg6</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40054" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>aide</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40473" version="1" comment="kernel-default-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40003" version="1" comment="kernel-trace-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40471" version="1" comment="kernel-xen-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40560" version="1" comment="kernel-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40412" version="1" comment="kernel-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40516" version="1" comment="xen-kmp-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40601" version="1" comment="kernel-syms package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-syms</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40596" version="1" comment="kernel-pae-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40460" version="1" comment="xen-kmp-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40565" version="1" comment="kernel-trace-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39764" version="1" comment="kernel-xen-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40502" version="1" comment="kernel-default-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40393" version="1" comment="kernel-ec2-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40084" version="1" comment="kernel-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40431" version="1" comment="kernel-pae-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40570" version="1" comment="kernel-default-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40239" version="1" comment="kernel-ec2-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39820" version="1" comment="kernel-pae-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40438" version="1" comment="kernel-ec2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39866" version="1" comment="yast2-pkg-bindings package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-pkg-bindings</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39122" version="1" comment="libzypp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libzypp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40064" version="1" comment="zypper-log package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zypper-log</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39957" version="1" comment="zypper package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zypper</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39627" version="1" comment="multipath-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>multipath-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39426" version="1" comment="perl-libapparmor package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-libapparmor</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2603" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>apparmor-parser</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2776" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>apache2-mod_apparmor</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39721" version="1" comment="libapparmor1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libapparmor1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:1848" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>apparmor-utils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40108" version="1" comment="tomcat_apparmor package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>tomcat_apparmor</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:1924" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>apparmor-docs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40343" version="1" comment="pam_apparmor package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pam_apparmor</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40310" version="1" comment="perl-apparmor package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-apparmor</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39891" version="1" comment="libapparmor1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libapparmor1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40035" version="1" comment="pam_apparmor-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pam_apparmor-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40920" version="1" comment="xorg-x11-libXfixes package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXfixes</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40162" version="1" comment="xorg-x11-libXfixes-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXfixes-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40275" version="1" comment="libvirt-client-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-client-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40026" version="1" comment="libvirt-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40499" version="1" comment="libtalloc2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40497" version="1" comment="libtevent0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtevent0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39810" version="1" comment="libwbclient0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwbclient0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40572" version="1" comment="libldb1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldb1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40468" version="1" comment="libsmbclient0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsmbclient0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40605" version="1" comment="libtalloc2-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40351" version="1" comment="libtalloc1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40205" version="1" comment="samba-client-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-client-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40441" version="1" comment="samba-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40490" version="1" comment="libtdb1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtdb1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40569" version="1" comment="libldb1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldb1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40540" version="1" comment="samba-krb-printing package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-krb-printing</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40361" version="1" comment="libwbclient0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwbclient0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40533" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40072" version="1" comment="libtdb1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtdb1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40480" version="1" comment="samba-winbind-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-winbind-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40429" version="1" comment="ldapsmb package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ldapsmb</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40217" version="1" comment="libsmbclient0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsmbclient0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40574" version="1" comment="libtevent0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtevent0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40254" version="1" comment="libtalloc1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41285" version="1" comment="kernel-pae-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41333" version="1" comment="kernel-xen-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41388" version="1" comment="kernel-ec2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41248" version="1" comment="kernel-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41295" version="1" comment="kernel-trace-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40632" version="1" comment="kernel-default-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41399" version="1" comment="kernel-pae-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41080" version="1" comment="kernel-syms package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-syms</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40584" version="1" comment="kernel-trace-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41415" version="1" comment="kernel-pae-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41072" version="1" comment="kernel-ec2-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41365" version="1" comment="kernel-default-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41159" version="1" comment="kernel-ec2-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41409" version="1" comment="xen-kmp-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41305" version="1" comment="kernel-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41306" version="1" comment="xen-kmp-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41448" version="1" comment="kernel-default-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41236" version="1" comment="kernel-xen-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41017" version="1" comment="kernel-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41430" version="1" comment="kernel-trace-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2719" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>audit-libs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2300" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>audit-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2168" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>audit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40219" version="1" comment="sysstat-isag package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sysstat-isag</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14125" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sysstat</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40197" version="1" comment="libdrm-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libdrm-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40013" version="1" comment="libdrm package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libdrm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41800" version="1" comment="inkscape-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>inkscape-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41664" version="1" comment="inkscape-extensions-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>inkscape-extensions-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41786" version="1" comment="inkscape-extensions-dia package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>inkscape-extensions-dia</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41449" version="1" comment="inkscape-extensions-fig package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>inkscape-extensions-fig</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41519" version="1" comment="inkscape-extensions-gimp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>inkscape-extensions-gimp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41826" version="1" comment="inkscape package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>inkscape</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43516" version="1" comment="ksh package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ksh</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43446" version="1" comment="ksh-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ksh-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39519" version="1" comment="timezone-java package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone-java</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39705" version="1" comment="timezone package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39944" version="1" comment="libgudev-1_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgudev-1_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39517" version="1" comment="libgudev-1_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgudev-1_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40353" version="1" comment="libudev0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libudev0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40294" version="1" comment="libudev0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libudev0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41071" version="1" comment="SUSE_SLED-SP3-migration package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>SUSE_SLED-SP3-migration</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41001" version="1" comment="SUSE_SLES-SP3-migration package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>SUSE_SLES-SP3-migration</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39919" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xinetd</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2838" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>checkmedia</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39261" version="1" comment="pidgin-otr package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pidgin-otr</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39620" version="1" comment="kernel-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39461" version="1" comment="kernel-xen-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39975" version="1" comment="kernel-ec2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39417" version="1" comment="kernel-trace-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39021" version="1" comment="kernel-ec2-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39390" version="1" comment="kernel-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39961" version="1" comment="kernel-xen-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39474" version="1" comment="kernel-pae-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39851" version="1" comment="kernel-pae-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39756" version="1" comment="kernel-default-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39747" version="1" comment="kernel-ec2-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39993" version="1" comment="kernel-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39720" version="1" comment="kernel-default-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39989" version="1" comment="kernel-syms package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-syms</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39981" version="1" comment="kernel-default-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39860" version="1" comment="kernel-pae-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39450" version="1" comment="kernel-trace-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40091" version="1" comment="flash-player-kde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-kde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40214" version="1" comment="flash-player-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39203" version="1" comment="microcode_ctl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>microcode_ctl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40006" version="1" comment="tcsh package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>tcsh</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39837" version="1" comment="python-pywbem package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-pywbem</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41345" version="1" comment="beagle-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>beagle-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39950" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>rpcbind</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40088" version="1" comment="sblim-sfcb package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sblim-sfcb</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39954" version="1" comment="gimp-plugins-python package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gimp-plugins-python</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40142" version="1" comment="gimp-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gimp-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5002" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gimp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40183" version="1" comment="release-notes-sled package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>release-notes-sled</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39896" version="1" comment="libssh2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libssh2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39614" version="1" comment="python-m2crypto package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-m2crypto</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40514" version="1" comment="libgcrypt11 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgcrypt11</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40102" version="1" comment="libgcrypt11-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgcrypt11-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40115" version="1" comment="libglib-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libglib-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40073" version="1" comment="libgio-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgio-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39770" version="1" comment="glib2-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glib2-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4813" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glib2-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39722" version="1" comment="libgthread-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgthread-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39135" version="1" comment="libgthread-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgthread-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39848" version="1" comment="libgmodule-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgmodule-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40080" version="1" comment="libgmodule-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgmodule-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39632" version="1" comment="libglib-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libglib-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5095" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glib2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40016" version="1" comment="libgio-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgio-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40087" version="1" comment="libgobject-2_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgobject-2_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5050" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glib2-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39670" version="1" comment="libgio-fam package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgio-fam</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39835" version="1" comment="libgobject-2_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgobject-2_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39629" version="1" comment="supportutils package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>supportutils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39875" version="1" comment="puppet package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>puppet</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39373" version="1" comment="puppet-server package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>puppet-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:28909" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>vino</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40316" version="1" comment="vino-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>vino-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41350" version="1" comment="python-qt4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-qt4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41738" version="1" comment="python-sip package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-sip</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39890" version="1" comment="timezone-java package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone-java</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40561" version="1" comment="timezone package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40203" version="1" comment="zypper-log package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zypper-log</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40133" version="1" comment="libzypp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libzypp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40000" version="1" comment="zypper package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zypper</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39249" version="1" comment="libvirt-client-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-client-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39956" version="1" comment="libvirt-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39402" version="1" comment="java-1_7_0-openjdk-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39291" version="1" comment="java-1_7_0-openjdk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40069" version="1" comment="java-1_7_0-openjdk-demo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk-demo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39779" version="1" comment="perl-SNMP package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-SNMP</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39902" version="1" comment="libsnmp15 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsnmp15</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39871" version="1" comment="libsnmp15-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsnmp15-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39687" version="1" comment="snmp-mibs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>snmp-mibs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40010" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>net-snmp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38753" version="1" comment="man-pages package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>man-pages</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40320" version="1" comment="python-lxml package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-lxml</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41029" version="1" comment="xorg-x11-libXext-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXext-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40244" version="1" comment="xorg-x11-libXext package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libXext</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39974" version="1" comment="mailx package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mailx</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40167" version="1" comment="python-curses package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-curses</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39492" version="1" comment="python-gdbm package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-gdbm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40364" version="1" comment="python-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39920" version="1" comment="python-tk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-tk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40148" version="1" comment="libpython2_6-1_0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpython2_6-1_0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40415" version="1" comment="python-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40330" version="1" comment="python-idle package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-idle</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40419" version="1" comment="python-base-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-base-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40177" version="1" comment="python-demo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-demo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40454" version="1" comment="libpython2_6-1_0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpython2_6-1_0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40303" version="1" comment="python-xml package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-xml</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14444" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gzip</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:13780" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxml2-python</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40249" version="1" comment="libxml2-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxml2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40112" version="1" comment="libxml2-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxml2-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14133" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxml2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39739" version="1" comment="libzypp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libzypp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41684" version="1" comment="libgadu package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgadu</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40387" version="1" comment="perl-SNMP package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>perl-SNMP</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40390" version="1" comment="snmp-mibs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>snmp-mibs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39459" version="1" comment="libsnmp15-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsnmp15-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40145" version="1" comment="libsnmp15 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsnmp15</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40096" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>net-snmp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39715" version="1" comment="cpupower package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>cpupower</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40059" version="1" comment="openssl-certs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openssl-certs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41965" version="1" comment="sles-tuning_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-tuning_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41746" version="1" comment="sles-installquick_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-installquick_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41794" version="1" comment="sles-security_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-security_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41586" version="1" comment="sles-storage_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-storage_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41983" version="1" comment="sles-xen_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-xen_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41103" version="1" comment="sles-autoyast_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-autoyast_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41781" version="1" comment="sles-lxcquick_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-lxcquick_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41909" version="1" comment="sles-admin_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-admin_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41969" version="1" comment="sles-kvm_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-kvm_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41067" version="1" comment="sles-deployment_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-deployment_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41323" version="1" comment="sle-audit-quick_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sle-audit-quick_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41816" version="1" comment="sles-manuals_en package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-manuals_en</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41741" version="1" comment="sle-apparmor-quick_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sle-apparmor-quick_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41711" version="1" comment="sles-hardening_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-hardening_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:15123" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kvm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40227" version="1" comment="microcode_ctl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>microcode_ctl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40462" version="1" comment="xml-commons package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xml-commons</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40358" version="1" comment="xml-commons-apis package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xml-commons-apis</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39649" version="1" comment="xen-doc-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-doc-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40070" version="1" comment="xen-doc-html package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-doc-html</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39898" version="1" comment="xen-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39610" version="1" comment="xen-tools-domU package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-tools-domU</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39793" version="1" comment="xen-kmp-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39952" version="1" comment="xen-kmp-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39465" version="1" comment="xen-libs-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39663" version="1" comment="sg3_utils package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sg3_utils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2429" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-data-sybase</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2546" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-data-postgresql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2666" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-locale-extras</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2673" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-data-oracle</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2478" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-data-firebird</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2285" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-web</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39650" version="1" comment="monodoc-core package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>monodoc-core</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39455" version="1" comment="mono-wcf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-wcf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:168" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ibm-data-db2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:1917" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-core</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3215" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bytefx-data-mysql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:1992" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-winforms</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2553" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2537" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-jscript</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2166" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-nunit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2117" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-data-sqlite</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2211" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-extras</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2334" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mono-data</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2812" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>autoyast2-installation</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3148" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>autoyast2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40158" version="1" comment="xorg-x11-libs-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14595" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40470" version="1" comment="puppet-server package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>puppet-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40501" version="1" comment="puppet package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>puppet</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39502" version="1" comment="libmysqlclient_r15 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient_r15</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38829" version="1" comment="libmysql55client_r18-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysql55client_r18-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14355" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mysql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38843" version="1" comment="libmysqlclient_r15-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient_r15-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39602" version="1" comment="libmysql55client18-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysql55client18-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39484" version="1" comment="mysql-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mysql-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39382" version="1" comment="libmysqlclient15-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient15-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39520" version="1" comment="libmysql55client18 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysql55client18</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38859" version="1" comment="mysql-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mysql-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39179" version="1" comment="libmysqlclient15 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysqlclient15</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39501" version="1" comment="libmysql55client_r18 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libmysql55client_r18</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3092" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>autofs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29552" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>icedtea-web</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40090" version="1" comment="microcode_ctl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>microcode_ctl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39612" version="1" comment="timezone-java package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone-java</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39640" version="1" comment="timezone package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40464" version="1" comment="spacewalk-check package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-check</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40547" version="1" comment="rhnlib package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>rhnlib</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40392" version="1" comment="spacewalk-client-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-client-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40613" version="1" comment="spacewalk-client-setup package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-client-setup</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39946" version="1" comment="linux-kernel-headers package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>linux-kernel-headers</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40272" version="1" comment="zypp-plugin-spacewalk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zypp-plugin-spacewalk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39483" version="1" comment="spacewalk-check package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-check</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40228" version="1" comment="spacewalk-client-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-client-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40398" version="1" comment="spacewalk-client-setup package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-client-setup</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40189" version="1" comment="libxslt-devel-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxslt-devel-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:15150" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxslt-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39991" version="1" comment="libxslt-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxslt-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:15147" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libxslt</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39932" version="1" comment="MozillaFirefox-translations package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox-translations</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40407" version="1" comment="libfreebl3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfreebl3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40011" version="1" comment="MozillaFirefox package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40357" version="1" comment="libsoftokn3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsoftokn3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40337" version="1" comment="mozilla-nss-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40029" version="1" comment="libsoftokn3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsoftokn3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40276" version="1" comment="mozilla-nss-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40371" version="1" comment="libfreebl3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfreebl3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14418" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40178" version="1" comment="xorg-x11-server-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-server-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40257" version="1" comment="xorg-x11-Xvnc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-Xvnc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40100" version="1" comment="libcurl4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libcurl4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39884" version="1" comment="libcurl4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libcurl4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38775" version="1" comment="python-dmidecode package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-dmidecode</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41054" version="1" comment="spacewalk-check package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-check</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40245" version="1" comment="spacewalk-client-setup package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-client-setup</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41141" version="1" comment="zypp-plugin-spacewalk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zypp-plugin-spacewalk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41156" version="1" comment="spacewalk-client-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>spacewalk-client-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40919" version="1" comment="rhnlib package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>rhnlib</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3863" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>cups-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3845" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>cups-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14195" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>cups-libs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14199" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>cups</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40139" version="1" comment="xorg-x11-driver-input package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-driver-input</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40242" version="1" comment="nfs-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nfs-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39503" version="1" comment="nfs-kernel-server package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nfs-kernel-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40129" version="1" comment="nfs-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nfs-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40595" version="1" comment="facter package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>facter</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41469" version="1" comment="acroread-cmaps package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-cmaps</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41145" version="1" comment="acroread-fonts-zh_CN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-zh_CN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41457" version="1" comment="acroread-fonts-ja package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-ja</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41041" version="1" comment="acroread-fonts-ko package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-ko</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41204" version="1" comment="acroread-fonts-zh_TW package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread-fonts-zh_TW</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14858" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>acroread</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40434" version="1" comment="libpixman-1-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpixman-1-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40702" version="1" comment="libpixman-1-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpixman-1-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39942" version="1" comment="compat-wireless-kmp-xen package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>compat-wireless-kmp-xen</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39565" version="1" comment="compat-wireless-kmp-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>compat-wireless-kmp-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39601" version="1" comment="compat-wireless-kmp-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>compat-wireless-kmp-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39888" version="1" comment="libkdecore4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libkdecore4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40489" version="1" comment="kdelibs4-core package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdelibs4-core</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40226" version="1" comment="libkde4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libkde4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40424" version="1" comment="kdelibs4-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdelibs4-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40437" version="1" comment="libkdecore4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libkdecore4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40076" version="1" comment="kdelibs4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdelibs4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40622" version="1" comment="libkde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libkde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:1090" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pwlib</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39905" version="1" comment="pwlib-plugins-v4l2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pwlib-plugins-v4l2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40012" version="1" comment="pwlib-plugins-dc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pwlib-plugins-dc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39972" version="1" comment="pwlib-plugins-avc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pwlib-plugins-avc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40120" version="1" comment="flash-player-kde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-kde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39797" version="1" comment="flash-player-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39544" version="1" comment="zsh package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>zsh</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39745" version="1" comment="libstdc++6-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libstdc++6-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39680" version="1" comment="libgcc_s1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgcc_s1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39773" version="1" comment="libgomp1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgomp1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39238" version="1" comment="libstdc++6 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libstdc++6</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39699" version="1" comment="libgcc_s1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgcc_s1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39712" version="1" comment="libgomp1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgomp1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39577" version="1" comment="java-1_7_0-openjdk-demo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk-demo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39380" version="1" comment="java-1_7_0-openjdk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39561" version="1" comment="java-1_7_0-openjdk-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_7_0-openjdk-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39444" version="1" comment="libgnutls26-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls26-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39584" version="1" comment="libgnutls-extra26 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls-extra26</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39644" version="1" comment="libgnutls26 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls26</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39466" version="1" comment="libgtk-vnc-1_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgtk-vnc-1_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40247" version="1" comment="python-gtk-vnc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-gtk-vnc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3045" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>beagle-gui</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41584" version="1" comment="libfreebl3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfreebl3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41343" version="1" comment="libfreebl3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfreebl3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41369" version="1" comment="MozillaFirefox package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3306" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>beagle</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41747" version="1" comment="mozilla-nspr-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nspr-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41407" version="1" comment="mozilla-nss-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41774" version="1" comment="mhtml-firefox package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mhtml-firefox</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41265" version="1" comment="beagle-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>beagle-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2347" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>beagle-firefox</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41554" version="1" comment="mozilla-nss-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3270" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>beagle-evolution</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41624" version="1" comment="MozillaFirefox-translations package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox-translations</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14478" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39558" version="1" comment="xorg-x11-libs-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xorg-x11-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41441" version="1" comment="flash-player-kde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-kde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40835" version="1" comment="flash-player-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39548" version="1" comment="openldap2-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openldap2-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39892" version="1" comment="libldap-2_4-2-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldap-2_4-2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39881" version="1" comment="compat-libldap-2_3-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>compat-libldap-2_3-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39935" version="1" comment="openldap2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openldap2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39717" version="1" comment="libldap-2_4-2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldap-2_4-2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39762" version="1" comment="openldap2-back-meta package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openldap2-back-meta</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39723" version="1" comment="smt-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>smt-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39292" version="1" comment="libopenssl0_9_8-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39394" version="1" comment="libopenssl0_9_8-hmac-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8-hmac-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38815" version="1" comment="openssl-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openssl-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39181" version="1" comment="libopenssl0_9_8-hmac package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8-hmac</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39697" version="1" comment="libopenssl0_9_8 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40130" version="1" comment="gpg2-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gpg2-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2764" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>a2ps</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14730" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pam</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39597" version="1" comment="pam-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pam-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39675" version="1" comment="pam-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pam-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39690" version="1" comment="libudev0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libudev0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14607" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>udev</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39473" version="1" comment="libudev0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libudev0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39557" version="1" comment="libgudev-1_0-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgudev-1_0-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39576" version="1" comment="libgudev-1_0-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgudev-1_0-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:15040" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sblim-cmpi-fsvol</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40128" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mdadm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40723" version="1" comment="pam_fp package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pam_fp</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40340" version="1" comment="pam_fp-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pam_fp-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40548" version="1" comment="libfprint0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfprint0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39997" version="1" comment="libfprint0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfprint0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39727" version="1" comment="lxc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>lxc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39926" version="1" comment="strongswan package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>strongswan</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39716" version="1" comment="strongswan-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>strongswan-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39734" version="1" comment="yast2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14556" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14166" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39982" version="1" comment="python-xml package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-xml</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39673" version="1" comment="python-gdbm package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-gdbm</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39822" version="1" comment="python-doc-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-doc-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39853" version="1" comment="python-base-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-base-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39979" version="1" comment="python-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39973" version="1" comment="python-demo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-demo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39476" version="1" comment="libpython2_6-1_0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpython2_6-1_0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39478" version="1" comment="libpython2_6-1_0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpython2_6-1_0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39842" version="1" comment="python-idle package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-idle</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39619" version="1" comment="python-curses package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-curses</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39883" version="1" comment="python-tk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-tk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39621" version="1" comment="python-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39846" version="1" comment="python-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3837" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ctags</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40160" version="1" comment="paprefs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>paprefs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39815" version="1" comment="pavucontrol package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pavucontrol</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4559" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>hal-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4535" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>hal</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4543" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>hal-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40125" version="1" comment="timezone package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39992" version="1" comment="timezone-java package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>timezone-java</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29978" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ipmitool</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40339" version="1" comment="tiff package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>tiff</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39543" version="1" comment="libtiff-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtiff-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14341" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtiff</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40336" version="1" comment="libtiff3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtiff3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40448" version="1" comment="libtiff3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtiff3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40418" version="1" comment="libtiff-devel-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtiff-devel-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14174" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtiff-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39669" version="1" comment="libgnutls26 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls26</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39579" version="1" comment="libgnutls26-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls26-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40049" version="1" comment="libgnutls-extra26 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libgnutls-extra26</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14386" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnutls</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39647" version="1" comment="yast2-samba-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2-samba-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40346" version="1" comment="release-notes-sled package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>release-notes-sled</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4392" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>fontconfig</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4412" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>fontconfig-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40267" version="1" comment="blktrace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>blktrace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39446" version="1" comment="sled-tuning_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-tuning_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39695" version="1" comment="sled-admin_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-admin_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39691" version="1" comment="sled-security_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-security_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39422" version="1" comment="sled-deployment_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-deployment_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39653" version="1" comment="sled-manuals_en package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-manuals_en</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39654" version="1" comment="sled-xen_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-xen_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39554" version="1" comment="sled-libreofficequick_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-libreofficequick_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39514" version="1" comment="sled-kdeuser_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-kdeuser_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39222" version="1" comment="sled-gnomequick_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-gnomequick_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39541" version="1" comment="sled-kdequick_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-kdequick_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39570" version="1" comment="sled-gnomeuser_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-gnomeuser_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39592" version="1" comment="sled-installquick_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-installquick_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39202" version="1" comment="sled-apps_en-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-apps_en-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14246" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sudo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39768" version="1" comment="mkinitrd package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mkinitrd</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39861" version="1" comment="libopenssl0_9_8 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39978" version="1" comment="libopenssl0_9_8-hmac-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8-hmac-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39308" version="1" comment="openssl-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openssl-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39914" version="1" comment="libopenssl0_9_8-hmac package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8-hmac</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39568" version="1" comment="libopenssl0_9_8-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libopenssl0_9_8-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:13882" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>openssl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41773" version="1" comment="nfs-kernel-server package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nfs-kernel-server</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41652" version="1" comment="nfs-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nfs-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14333" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nfs-utils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41628" version="1" comment="nfs-client package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nfs-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39480" version="1" comment="mozilla-nss-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39580" version="1" comment="libsoftokn3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsoftokn3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39692" version="1" comment="MozillaFirefox package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39617" version="1" comment="mozilla-nss-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39468" version="1" comment="mozilla-nspr-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nspr-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39573" version="1" comment="MozillaFirefox-translations package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox-translations</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39678" version="1" comment="libfreebl3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfreebl3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39648" version="1" comment="libsoftokn3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsoftokn3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39774" version="1" comment="libfreebl3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfreebl3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:30245" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>logrotate</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41238" version="1" comment="libreoffice-l10n-pt package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-pt</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41195" version="1" comment="libreoffice-l10n-sv package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-sv</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40911" version="1" comment="libreoffice-l10n-ar package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-ar</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41193" version="1" comment="libreoffice-l10n-xh package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-xh</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41223" version="1" comment="libreoffice-l10n-zu package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-zu</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40857" version="1" comment="libreoffice-help-ru package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-ru</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41098" version="1" comment="libreoffice-help-ko package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-ko</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41137" version="1" comment="libreoffice-branding-SLED package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-branding-SLED</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41088" version="1" comment="libreoffice-help-es package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-es</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41108" version="1" comment="libreoffice-help-sv package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-sv</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41003" version="1" comment="libreoffice-languagetool-it package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-languagetool-it</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40796" version="1" comment="libreoffice-help-cs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-cs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40979" version="1" comment="libreoffice-help-it package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-it</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40955" version="1" comment="libreoffice-l10n-gu-IN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-gu-IN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29589" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-math</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40278" version="1" comment="libreoffice-l10n-hi-IN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-hi-IN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41277" version="1" comment="libreoffice-l10n-zh-TW package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-zh-TW</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41186" version="1" comment="libreoffice-l10n-fi package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-fi</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40186" version="1" comment="libreoffice-icon-themes package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-icon-themes</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40962" version="1" comment="libreoffice-filters-optional package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-filters-optional</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41135" version="1" comment="libreoffice-help-zh-TW package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-zh-TW</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41152" version="1" comment="libreoffice-draw-extensions package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-draw-extensions</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41040" version="1" comment="libreoffice-help-de package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-de</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40837" version="1" comment="libreoffice-l10n-ca package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-ca</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41124" version="1" comment="libreoffice-l10n-nn package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-nn</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41075" version="1" comment="libreoffice-mailmerge package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-mailmerge</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41211" version="1" comment="libreoffice-l10n-ja package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-ja</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40844" version="1" comment="libreoffice-help-nl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-nl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40620" version="1" comment="libreoffice-impress-extensions package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-impress-extensions</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40761" version="1" comment="libreoffice-help-hi-IN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-hi-IN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41151" version="1" comment="libreoffice-languagetool-fr package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-languagetool-fr</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40290" version="1" comment="libreoffice-l10n-pl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-pl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41020" version="1" comment="libreoffice-help-en-GB package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-en-GB</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41162" version="1" comment="libreoffice-help-gu-IN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-gu-IN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41170" version="1" comment="libreoffice-kde package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-kde</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29757" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-pyuno</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41196" version="1" comment="libreoffice-languagetool-en package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-languagetool-en</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40302" version="1" comment="libreoffice-languagetool-es package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-languagetool-es</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41082" version="1" comment="libreoffice-help-zh-CN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-zh-CN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41021" version="1" comment="libreoffice-l10n-nb package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-nb</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40573" version="1" comment="libreoffice-languagetool-nl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-languagetool-nl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40986" version="1" comment="libreoffice-help-pt-BR package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-pt-BR</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40557" version="1" comment="libreoffice-l10n-en-GB package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-en-GB</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40758" version="1" comment="libreoffice-l10n-fr package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-fr</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40880" version="1" comment="libreoffice-mono package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-mono</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41081" version="1" comment="libreoffice-l10n-de package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-de</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29290" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-calc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29800" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40644" version="1" comment="libreoffice-officebean package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-officebean</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40264" version="1" comment="libreoffice-writer-extensions package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-writer-extensions</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41087" version="1" comment="libreoffice-l10n-ko package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-ko</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40776" version="1" comment="libreoffice-help-pt package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-pt</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41139" version="1" comment="libreoffice-l10n-da package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-da</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41175" version="1" comment="libreoffice-l10n-cs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-cs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29733" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-impress</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40522" version="1" comment="libreoffice-languagetool-de package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-languagetool-de</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40868" version="1" comment="libreoffice-help-hu package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-hu</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41126" version="1" comment="libreoffice-l10n-es package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-es</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40841" version="1" comment="libreoffice-l10n-sk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-sk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40505" version="1" comment="libreoffice-languagetool package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-languagetool</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41068" version="1" comment="libreoffice-l10n-ru package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-ru</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40525" version="1" comment="libreoffice-kde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-kde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29875" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-draw</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41224" version="1" comment="libreoffice-l10n-nl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-nl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41153" version="1" comment="libreoffice-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40828" version="1" comment="libreoffice-calc-extensions package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-calc-extensions</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40733" version="1" comment="libreoffice-help-ja package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-ja</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41129" version="1" comment="libreoffice-base-extensions package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-base-extensions</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40586" version="1" comment="libreoffice-l10n-it package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-it</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29810" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-writer</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41227" version="1" comment="libreoffice-languagetool-pl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-languagetool-pl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40779" version="1" comment="libreoffice-l10n-af package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-af</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41206" version="1" comment="libreoffice-languagetool-sv package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-languagetool-sv</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29803" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41059" version="1" comment="libreoffice-l10n-hu package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-hu</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40883" version="1" comment="libreoffice-l10n-pt-BR package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-pt-BR</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41212" version="1" comment="libreoffice-l10n-zh-CN package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-l10n-zh-CN</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40944" version="1" comment="libreoffice-help-en-US package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-en-US</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40858" version="1" comment="libreoffice-help-fr package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-fr</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40863" version="1" comment="libreoffice-base-drivers-postgresql package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-base-drivers-postgresql</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41113" version="1" comment="libreoffice-help-da package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-da</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40886" version="1" comment="libreoffice-help-pl package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libreoffice-help-pl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:15156" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>finch</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39637" version="1" comment="libpurple-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpurple-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:15157" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pidgin</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14238" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpurple-tcl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39333" version="1" comment="libpurple-meanwhile package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpurple-meanwhile</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14700" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpurple</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14618" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>file</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39693" version="1" comment="file-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>file-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39667" version="1" comment="flash-player-kde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-kde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39490" version="1" comment="flash-player-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39696" version="1" comment="snapper-zypp-plugin package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>snapper-zypp-plugin</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39707" version="1" comment="snapper package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>snapper</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39331" version="1" comment="libsnapper2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsnapper2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39976" version="1" comment="libtevent0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtevent0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39916" version="1" comment="samba-client-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-client-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40074" version="1" comment="libldb1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldb1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39099" version="1" comment="libwbclient0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwbclient0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39999" version="1" comment="libldb1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldb1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39325" version="1" comment="libsmbclient0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsmbclient0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39477" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39823" version="1" comment="libsmbclient0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsmbclient0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39781" version="1" comment="libtdb1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtdb1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39262" version="1" comment="libtevent0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtevent0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39980" version="1" comment="samba-krb-printing package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-krb-printing</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39785" version="1" comment="libwbclient0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwbclient0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39489" version="1" comment="ldapsmb package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ldapsmb</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39854" version="1" comment="samba-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39075" version="1" comment="libtdb1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtdb1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40008" version="1" comment="samba-winbind-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-winbind-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39937" version="1" comment="libtalloc2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39873" version="1" comment="libtalloc2-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39605" version="1" comment="libpng12-0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpng12-0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39661" version="1" comment="libpng12-0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpng12-0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39149" version="1" comment="open-iscsi package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>open-iscsi</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40041" version="1" comment="samba-krb-printing package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-krb-printing</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40319" version="1" comment="libtdb1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtdb1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40187" version="1" comment="libtalloc1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40344" version="1" comment="samba-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40338" version="1" comment="ldapsmb package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ldapsmb</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40201" version="1" comment="libtalloc1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40199" version="1" comment="libtevent0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtevent0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40394" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39859" version="1" comment="libsmbclient0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsmbclient0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40200" version="1" comment="libtalloc2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29416" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29389" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-winbind</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40383" version="1" comment="libldb1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldb1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40123" version="1" comment="samba-winbind-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-winbind-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:13861" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40218" version="1" comment="libtevent0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtevent0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40406" version="1" comment="libwbclient0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwbclient0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40079" version="1" comment="libldb1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libldb1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40404" version="1" comment="libwbclient0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libwbclient0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40314" version="1" comment="libtalloc2-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtalloc2-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40386" version="1" comment="libsmbclient0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsmbclient0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40237" version="1" comment="libtdb1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtdb1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39805" version="1" comment="samba-client-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>samba-client-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40017" version="1" comment="sg3_utils package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sg3_utils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41576" version="1" comment="libpoppler-qt4-3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpoppler-qt4-3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41413" version="1" comment="libpoppler5 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpoppler5</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41716" version="1" comment="poppler-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>poppler-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41731" version="1" comment="libpoppler-glib4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpoppler-glib4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5004" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glibc-locale-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4176" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glibc-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14142" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glibc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5133" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glibc-info</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14243" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glibc-profile</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4186" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glibc-i18ndata</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14360" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>nscd</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14346" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glibc-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5103" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glibc-html</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5170" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glibc-profile-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5112" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glibc-devel-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4452" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>glibc-locale</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39856" version="1" comment="lsscsi package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>lsscsi</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41060" version="1" comment="kernel-pae-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40600" version="1" comment="kernel-xen-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40965" version="1" comment="kernel-trace-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40169" version="1" comment="kernel-default-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41120" version="1" comment="kernel-pae-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41146" version="1" comment="kernel-ec2-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40825" version="1" comment="kernel-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40798" version="1" comment="kernel-trace-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40983" version="1" comment="xen-kmp-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40823" version="1" comment="kernel-xen-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40681" version="1" comment="kernel-default-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40639" version="1" comment="kernel-default-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40954" version="1" comment="kernel-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41034" version="1" comment="kernel-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40159" version="1" comment="kernel-syms package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-syms</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41157" version="1" comment="kernel-ec2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40918" version="1" comment="kernel-pae-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41012" version="1" comment="xen-kmp-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41010" version="1" comment="kernel-trace-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40895" version="1" comment="kernel-ec2-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4668" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>hplip-hpijs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3847" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>hplip</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14711" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>wireshark</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41194" version="1" comment="mkinitrd package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mkinitrd</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40541" version="1" comment="MozillaFirefox-translations package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox-translations</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40539" version="1" comment="MozillaFirefox package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39908" version="1" comment="multipath-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>multipath-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:15125" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kpartx</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3188" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bind-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14263" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bind-utils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14348" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bind-libs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2981" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bind-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3087" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bind-chrootenv</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40662" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>bind</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39968" version="1" comment="libtspi1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtspi1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39187" version="1" comment="libtspi1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libtspi1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39909" version="1" comment="trousers package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>trousers</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40972" version="1" comment="gpg2-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gpg2-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5167" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gpg2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39790" version="1" comment="mkinitrd package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mkinitrd</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3627" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>clamav</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40176" version="1" comment="libcurl4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libcurl4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40312" version="1" comment="libcurl4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libcurl4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39748" version="1" comment="release-notes-sled package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>release-notes-sled</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38955" version="1" comment="kernel-default-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38966" version="1" comment="xen-kmp-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39386" version="1" comment="kernel-ec2-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39363" version="1" comment="xen-kmp-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38983" version="1" comment="kernel-ec2-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39302" version="1" comment="kernel-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39523" version="1" comment="kernel-default-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39552" version="1" comment="kernel-pae-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39536" version="1" comment="kernel-trace-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39433" version="1" comment="kernel-xen-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38702" version="1" comment="kernel-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39538" version="1" comment="kernel-pae-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38597" version="1" comment="kernel-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38611" version="1" comment="kernel-default-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39551" version="1" comment="kernel-syms package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-syms</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39418" version="1" comment="kernel-ec2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39449" version="1" comment="kernel-pae-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39328" version="1" comment="kernel-trace-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38632" version="1" comment="kernel-xen-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40038" version="1" comment="java-1_6_0-openjdk-demo package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk-demo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40352" version="1" comment="java-1_6_0-openjdk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39862" version="1" comment="java-1_6_0-openjdk-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>java-1_6_0-openjdk-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40396" version="1" comment="iproute2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>iproute2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40947" version="1" comment="MozillaFirefox package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40995" version="1" comment="MozillaFirefox-translations package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox-translations</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:28971" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-lock-sanlock</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40057" version="1" comment="libvirt-client-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-client-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:29031" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-client</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:15209" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40118" version="1" comment="libvirt-doc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-doc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:15191" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libvirt-python</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3884" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ethtool</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39988" version="1" comment="yast2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>yast2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39744" version="1" comment="ruby-doc-html package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ruby-doc-html</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39657" version="1" comment="ruby-tk package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ruby-tk</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14305" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ruby</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14692" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>star</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40195" version="1" comment="xen-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39879" version="1" comment="xen-libs-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-libs-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40051" version="1" comment="xen-doc-pdf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-doc-pdf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39984" version="1" comment="xen-doc-html package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-doc-html</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14646" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40164" version="1" comment="xen-kmp-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14810" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-libs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40380" version="1" comment="xen-kmp-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39925" version="1" comment="xen-tools-domU package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-tools-domU</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40830" version="1" comment="gnome-power-manager-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-power-manager-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:5054" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-power-manager</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40876" version="1" comment="gnome-applets-brightness package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-applets-brightness</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40578" version="1" comment="gnome-applets-inhibit-powersave package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>gnome-applets-inhibit-powersave</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39626" version="1" comment="mcelog package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mcelog</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41026" version="1" comment="NetworkManager-openvpn package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>NetworkManager-openvpn</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:41102" version="1" comment="NetworkManager-openvpn-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>NetworkManager-openvpn-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40493" version="1" comment="pulseaudio package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pulseaudio</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39994" version="1" comment="pulseaudio-module-bluetooth package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pulseaudio-module-bluetooth</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40546" version="1" comment="pulseaudio-module-x11 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pulseaudio-module-x11</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40602" version="1" comment="pulseaudio-module-zeroconf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pulseaudio-module-zeroconf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39746" version="1" comment="pulseaudio-module-jack package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pulseaudio-module-jack</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39918" version="1" comment="pulseaudio-gdm-hooks package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pulseaudio-gdm-hooks</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40597" version="1" comment="pulseaudio-module-lirc package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pulseaudio-module-lirc</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40378" version="1" comment="libpulse0-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpulse0-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40204" version="1" comment="libpulse-browse0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpulse-browse0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40458" version="1" comment="pulseaudio-lang package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pulseaudio-lang</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40486" version="1" comment="pulseaudio-esound-compat package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pulseaudio-esound-compat</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40194" version="1" comment="pulseaudio-module-gconf package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pulseaudio-module-gconf</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40372" version="1" comment="libpulse0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpulse0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40610" version="1" comment="pulseaudio-utils package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>pulseaudio-utils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40208" version="1" comment="libpulse-mainloop-glib0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libpulse-mainloop-glib0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39515" version="1" comment="libcurl4-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libcurl4-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39330" version="1" comment="libcurl4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libcurl4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14575" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>curl</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39243" version="1" comment="suse-build-key package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>suse-build-key</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39588" version="1" comment="btrfsprogs package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>btrfsprogs</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39310" version="1" comment="libbtrfs0 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libbtrfs0</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38992" version="1" comment="flash-player-kde4 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-kde4</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39857" version="1" comment="flash-player-gnome package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player-gnome</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4552" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>flash-player</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39114" version="1" comment="mozilla-nspr-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nspr-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39959" version="1" comment="MozillaFirefox package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14160" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nspr</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40077" version="1" comment="MozillaFirefox-translations package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox-translations</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40154" version="1" comment="xen-kmp-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40212" version="1" comment="kernel-trace-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40056" version="1" comment="kernel-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39219" version="1" comment="kernel-pae-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39569" version="1" comment="xen-kmp-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40021" version="1" comment="kernel-trace-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14821" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39365" version="1" comment="kernel-trace-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40001" version="1" comment="kernel-ec2-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39936" version="1" comment="kernel-default-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40191" version="1" comment="kernel-default-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14186" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-source</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39278" version="1" comment="kernel-trace package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-trace</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40062" version="1" comment="xen-kmp-default package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>xen-kmp-default</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40156" version="1" comment="kernel-default-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-default-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14710" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40055" version="1" comment="kernel-ec2-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40002" version="1" comment="kernel-pae package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40122" version="1" comment="kernel-pae-devel package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-devel</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39771" version="1" comment="kernel-pae-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-pae-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40140" version="1" comment="kernel-ec2 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-ec2</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39742" version="1" comment="kernel-xen-base package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-base</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40099" version="1" comment="kernel-syms package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-syms</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40188" version="1" comment="kernel-xen-extra package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kernel-xen-extra</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14543" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>binutils</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14591" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>wget</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40168" version="1" comment="grub2-x86_64-efi package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>grub2-x86_64-efi</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:43046" version="1" comment="MozillaFirefox-branding-SLED package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox-branding-SLED</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39719" version="1" comment="libsoftokn3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsoftokn3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40207" version="1" comment="libsoftokn3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libsoftokn3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40048" version="1" comment="MozillaFirefox package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40094" version="1" comment="mozilla-nss-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40110" version="1" comment="MozillaFirefox-translations package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>MozillaFirefox-translations</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40206" version="1" comment="libfreebl3 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfreebl3</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14069" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39985" version="1" comment="libfreebl3-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libfreebl3-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39986" version="1" comment="mozilla-nss-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mozilla-nss-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14690" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>dnsmasq</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39826" version="1" comment="python-setuptools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>python-setuptools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40098" version="1" comment="libMagickCore1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libMagickCore1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:40082" version="1" comment="libMagick++1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libMagick++1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39934" version="1" comment="libMagickWand1 package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libMagickWand1</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39732" version="1" comment="libMagickCore1-32bit package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>libMagickCore1-32bit</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:13854" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>ImageMagick</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:14378" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>mutt</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:4779" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>hwinfo</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39529" version="1" comment="x11-input-wacom package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>x11-input-wacom</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39623" version="1" comment="x11-input-wacom-tools package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>x11-input-wacom-tools</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:1903" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sled-release</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:2240" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>sles-release</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39713" version="1" comment="makedumpfile package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>makedumpfile</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:3749" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>crash</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:39689" version="1" comment="crash-sial package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>crash-sial</name>
    </rpminfo_object>
    <rpminfo_object id="oval:org.mitre.oval:obj:38908" version="1" comment="kdump package information" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <name>kdump</name>
    </rpminfo_object>
  </objects>
  <states>
    <rpminfo_state id="oval:org.mitre.oval:ste:39087" version="1" comment="version is earlier than 0:4.0-7.28.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.0-7.28.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:38073" version="1" comment="version is earlier than 0:0.98.5-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.98.5-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37942" version="1" comment="version is earlier than 0:0.98.5-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.98.5-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:38082" version="1" comment="version is earlier than 0:1.0.22-3.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.22-3.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:38865" version="1" comment="version is earlier than 0:1.4.2-0.22.31.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.2-0.22.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37921" version="1" comment="version is earlier than 0:3.0u-0.7.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0u-0.7.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37941" version="1" comment="version is earlier than 0:0.7.318.81ee561d-0.9.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.7.318.81ee561d-0.9.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37536" version="1" comment="version is earlier than 0:11.2.202.425-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.425-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37534" version="1" comment="version is earlier than 0:0.7.1-6.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.7.1-6.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37972" version="1" comment="version is earlier than 0:11.2.202.424-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.424-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37649" version="1" comment="version is earlier than 0:2.28.2-0.32.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.2-0.32.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:38019" version="1" comment="version is earlier than 0:1.2.1-68.17.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2.1-68.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:36888" version="1" comment="version is earlier than 0:4.0.3.3.26-0.10.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.0.3.3.26-0.10.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37732" version="1" comment="version is earlier than 0:4.0.3.3.26-0.10.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.0.3.3.26-0.10.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37092" version="1" comment="version is earlier than 0:4.24-43.27.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.24-43.27.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37679" version="1" comment="version is earlier than 0:6.4.3.6-7.30.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:6.4.3.6-7.30.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37646" version="1" comment="version is earlier than 0:1.11.4-1.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.11.4-1.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37856" version="1" comment="version is earlier than 0:0.9.8j-0.66.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.8j-0.66.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37699" version="1" comment="version is earlier than 0:2.6-8.33.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6-8.33.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37844" version="1" comment="version is earlier than 0:2.6.9-0.33.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.9-0.33.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37772" version="1" comment="version is earlier than 0:31.0-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:31.0-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37763" version="1" comment="version is earlier than 0:31.2.0esr-0.14.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:31.2.0esr-0.14.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37357" version="1" comment="version is earlier than 0:31.2.0esr-0.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:31.2.0esr-0.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37857" version="1" comment="version is earlier than 0:31.0-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:31.0-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37024" version="1" comment="version is earlier than 0:1.7.0.71-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.0.71-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:36613" version="1" comment="version is earlier than 0:0.72-0.70.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.72-0.70.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37274" version="1" comment="version is earlier than 0:0.2808.01-0.70.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.2808.01-0.70.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37499" version="1" comment="version is earlier than 0:5.10.0-64.70.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.10.0-64.70.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37467" version="1" comment="version is earlier than 0:2.2.3-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.2.3-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:36933" version="1" comment="version is earlier than 0:1.10.11-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.10.11-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37782" version="1" comment="version is earlier than 0:31.2.0esr-0.11.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:31.2.0esr-0.11.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37219" version="1" comment="version is earlier than 0:4.10.7-0.3.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.10.7-0.3.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37585" version="1" comment="version is earlier than 0:31.0-0.5.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:31.0-0.5.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37708" version="1" comment="version is earlier than 0:31.2.0esr-0.16.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:31.2.0esr-0.16.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37862" version="1" comment="version is earlier than 0:31.0-0.10.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:31.0-0.10.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37917" version="1" comment="version is earlier than 0:3.17.2-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.17.2-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37513" version="1" comment="version is earlier than 0:3.17.2-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.17.2-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37620" version="1" comment="version is earlier than 0:11.2.202.418-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.418-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:38024" version="1" comment="version is earlier than 0:2.6.6-0.25.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.6-0.25.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37606" version="1" comment="version is earlier than 0:4.2.4_04_3.0.101_0.40-0.7.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4_04_3.0.101_0.40-0.7.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37530" version="1" comment="version is earlier than 0:4.2.4_04_3.0.101_0.40-0.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4_04_3.0.101_0.40-0.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37063" version="1" comment="version is earlier than 0:4.2.4_04-0.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4_04-0.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37925" version="1" comment="version is earlier than 0:0.9.7g-146.22.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.7g-146.22.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37930" version="1" comment="version is earlier than 0:2.7.6-0.31.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.7.6-0.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:38005" version="1" comment="version is earlier than 0:31.3.0esr-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:31.3.0esr-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:38089" version="1" comment="version is earlier than 0:31.3.0esr-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:31.3.0esr-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:38022" version="1" comment="version is earlier than 0:31.3.0esr-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:31.3.0esr-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37776" version="1" comment="version is earlier than 0:1.6.3-133.49.64.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.3-133.49.64.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:38011" version="1" comment="version is earlier than 0:2.0.9-143.44.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.9-143.44.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37346" version="1" comment="version is earlier than 0:1.5.4.1_3.0.101_0.40-0.13.89" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.5.4.1_3.0.101_0.40-0.13.89</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:36836" version="1" comment="version is earlier than 0:1.4.20_3.0.101_0.40-0.38.83" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.20_3.0.101_0.40-0.38.83</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37572" version="1" comment="version is earlier than 0:2.0.5_3.0.101_0.40-7.39.89" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.5_3.0.101_0.40-7.39.89</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37056" version="1" comment="version is earlier than 0:3.0.101-0.40.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.101-0.40.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:37900" version="1" comment="version is earlier than 0:11.2.202.411-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.411-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:35027" version="1" comment="version is earlier than 0:4.3-62.200.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.3-62.200.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:35116" version="1" comment="version is earlier than 0:11.2.202.310-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.310-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34217" version="1" comment="version is earlier than 0:22.7-7.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:22.7-7.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34462" version="1" comment="version is earlier than 0:1.4.5-24.24.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.5-24.24.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34884" version="1" comment="version is earlier than 0:1.4.2-0.17.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.2-0.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34584" version="1" comment="version is earlier than 0:1.10.10-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.10.10-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34905" version="1" comment="version is earlier than 0:3.16.5-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.16.5-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33600" version="2" comment="version is earlier than 0:1.6.3-133.49.60.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.3-133.49.60.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34058" version="2" comment="version is earlier than 0:10.0-0.22.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:10.0-0.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33986" version="1" comment="version is earlier than 0:7.4-13.52.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-13.52.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:35052" version="1" comment="version is earlier than 0:3.1.8-921.25.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.1.8-921.25.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34886" version="1" comment="version is earlier than 0:3.1.8-1069.22.22.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.1.8-1069.22.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:35018" version="1" comment="version is earlier than 0:3.1.8-921.31.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.1.8-921.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34498" version="2" comment="version is earlier than 0:2.11.3-17.68.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.11.3-17.68.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33851" version="2" comment="version is earlier than 0:2.24.0-24.96.3" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.24.0-24.96.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34474" version="2" comment="version is earlier than 0:2.17.55-0.7.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.55-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34533" version="2" comment="version is earlier than 0:2.4.3-3.27.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.3-3.27.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34387" version="2" comment="version is earlier than 0:0.17.8-0.5.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.17.8-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34215" version="2" comment="version is earlier than 0:1.6.315-0.7.15" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.315-0.7.15</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34566" version="2" comment="version is earlier than 0:0.44.5-0.5.148" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.44.5-0.5.148</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34138" version="2" comment="version is earlier than 0:9.37.8-0.7.10" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.37.8-0.7.10</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34329" version="2" comment="version is earlier than 0:2.00-0.45.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.00-0.45.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33578" version="2" comment="version is earlier than 0:1.6.3-133.49.62.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.3-133.49.62.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34345" version="1" comment="version is earlier than 0:0.4.89.61-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.4.89.61-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34534" version="2" comment="version is earlier than 0:262-11.32.39.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:262-11.32.39.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:35098" version="1" comment="version is earlier than 0:2.00-0.45.16" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.00-0.45.16</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34358" version="1" comment="version is earlier than 0:1.2.10-3.31.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2.10-3.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34539" version="2" comment="version is earlier than 0:0.9.0-3.15.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.0-3.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34362" version="1" comment="version is earlier than 0:4.0.3.3.26-0.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.0.3.3.26-0.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34436" version="1" comment="version is earlier than 0:4.0.3.3.26-0.6.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.0.3.3.26-0.6.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33471" version="1" comment="version is earlier than 0:2.4.2-0.92.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.2-0.92.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33907" version="1" comment="version is earlier than 0:11.2.202.400-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.400-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34251" version="1" comment="version is earlier than 0:1.1.6-25.32.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.1.6-25.32.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34389" version="1" comment="version is earlier than 0:1.20-0.111.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.20-0.111.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33538" version="2" comment="version is earlier than 0:20110923-0.52.3" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:20110923-0.52.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34098" version="1" comment="version is earlier than 0:2.00-0.45.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.00-0.45.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33156" version="1" comment="version is earlier than 0:9.0.3-0.27.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.0.3-0.27.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33648" version="1" comment="version is earlier than 0:20110923-0.52.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:20110923-0.52.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34366" version="1" comment="version is earlier than 0:5.4.2.1-8.12.22.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.4.2.1-8.12.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34304" version="1" comment="version is earlier than 0:147-0.94.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:147-0.94.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34248" version="2" comment="version is earlier than 0:9.0.3-0.27.2" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.0.3-0.27.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34127" version="1" comment="version is earlier than 0:1.6.3-133.49.60.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.3-133.49.60.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34495" version="1" comment="version is earlier than 0:3.1-24.32.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.1-24.32.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34183" version="1" comment="version is earlier than 0:3.2-147.14.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.2-147.14.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34421" version="1" comment="version is earlier than 0:3.2-147.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.2-147.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34397" version="1" comment="version is earlier than 0:5.2-147.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.2-147.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33507" version="1" comment="version is earlier than 0:5.2-147.14.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.2-147.14.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34202" version="1" comment="version is earlier than 0:5.1-24.32.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.1-24.32.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33811" version="1" comment="version is earlier than 0:2.11.3-17.68.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.11.3-17.68.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34214" version="1" comment="version is earlier than 0:2.11.3-17.72.14" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.11.3-17.72.14</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34265" version="1" comment="version is earlier than 0:0.6.23-13.32.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.6.23-13.32.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33809" version="1" comment="version is earlier than 0:0.6.23-11.32.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.6.23-11.32.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34512" version="2" comment="version is earlier than 0:0.9.8j-0.62.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.8j-0.62.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33536" version="2" comment="version is earlier than 0:5.5.39-0.7.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.5.39-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34391" version="2" comment="version is earlier than 0:5.0.96-0.6.13" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.0.96-0.6.13</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34475" version="1" comment="version is earlier than 0:3.22-240.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.22-240.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34314" version="2" comment="version is earlier than 0:1.35-0.15.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.35-0.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34054" version="1" comment="version is earlier than 0:262-11.32.39.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:262-11.32.39.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34256" version="1" comment="version is earlier than 0:4.10.7-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.10.7-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33666" version="1" comment="version is earlier than 0:3.16.4-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.16.4-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34447" version="1" comment="version is earlier than 0:24.8.0esr-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24.8.0esr-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33852" version="1" comment="version is earlier than 0:1.3.9-8.46.52.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.3.9-8.46.52.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33793" version="1" comment="version is earlier than 0:11.2.202.406-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.406-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34088" version="1" comment="version is earlier than 0:3.0-4.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0-4.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34457" version="2" comment="version is earlier than 0:6.94.1-0" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:6.94.1-0</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34208" version="2" comment="version is earlier than 0:3.0-4.9.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0-4.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33963" version="1" comment="version is earlier than 0:3.1-24.34.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.1-24.34.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34845" version="1" comment="version is earlier than 0:5.2-147.22.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.2-147.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34487" version="1" comment="version is earlier than 0:5.2-147.14.22.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.2-147.14.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34210" version="1" comment="version is earlier than 0:3.2-147.14.22.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.2-147.14.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34788" version="1" comment="version is earlier than 0:5.1-24.34.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.1-24.34.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34483" version="1" comment="version is earlier than 0:3.2-147.22.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.2-147.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34144" version="1" comment="version is earlier than 0:2.17.46-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.46-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33762" version="2" comment="version is earlier than 0:11.2.202.400-0.3.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.400-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34105" version="1" comment="version is earlier than 0:10.0-0.22.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:10.0-0.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33912" version="1" comment="version is earlier than 0:9.37.8-0.7.10" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.37.8-0.7.10</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33917" version="1" comment="version is earlier than 0:0.44.5-0.5.148" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.44.5-0.5.148</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33180" version="1" comment="version is earlier than 0:1.6.315-0.7.15" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.315-0.7.15</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34046" version="1" comment="version is earlier than 0:0.17.8-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.17.8-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34401" version="2" comment="version is earlier than 0:4-0.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4-0.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33923" version="1" comment="version is earlier than 0:0.9.23-0.17.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.23-0.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34061" version="1" comment="version is earlier than 0:2.6-8.31.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6-8.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33978" version="1" comment="version is earlier than 0:2.6.9-0.31.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.9-0.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34199" version="1" comment="version is earlier than 0:1.6.18-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.18-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34445" version="1" comment="version is earlier than 0:2.7.26-0.3.7" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.7.26-0.3.7</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34380" version="1" comment="version is earlier than 0:1.0.5-0.7.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.5-0.7.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34484" version="1" comment="version is earlier than 0:0.6.29-0.7.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.6.29-0.7.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33512" version="1" comment="version is earlier than 0:0.9.4-0.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.4-0.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34400" version="1" comment="version is earlier than 0:1.0.5.9-0.11.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.5.9-0.11.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34059" version="1" comment="version is earlier than 0:0.9.8j-0.62.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.8j-0.62.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33527" version="1" comment="version is earlier than 0:1.17-102.74.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.17-102.74.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34388" version="1" comment="version is earlier than 0:1.5.0-0.17.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.5.0-0.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34546" version="2" comment="version is earlier than 0:0.9.23-0.15.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.23-0.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34894" version="1" comment="version is earlier than 0:2.17.30-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.30-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34273" version="1" comment="version is earlier than 0:2014g-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2014g-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34410" version="1" comment="version is earlier than 0:2014g-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2014g-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34510" version="1" comment="version is earlier than 0:2.4.5.git-2.29.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.5.git-2.29.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33759" version="2" comment="version is earlier than 0:11-6.94.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11-6.94.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33693" version="1" comment="version is earlier than 0:2.71-0.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.71-0.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34538" version="2" comment="version is earlier than 0:0.9.23-0.17.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.23-0.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33481" version="1" comment="version is earlier than 0:1.35-0.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.35-0.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33462" version="1" comment="version is earlier than 0:4.4.2.3-37.58.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.4.2.3-37.58.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33659" version="1" comment="version is earlier than 0:1.7-37.58.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7-37.58.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33962" version="1" comment="version is earlier than 0:5.0.96-0.6.13" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.0.96-0.6.13</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34064" version="1" comment="version is earlier than 0:5.5.39-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.5.39-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34322" version="2" comment="version is earlier than 0:1.3.9-8.46.52.2" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.3.9-8.46.52.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33979" version="1" comment="version is earlier than 0:4.3.5-0.14.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.3.5-0.14.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34509" version="1" comment="version is earlier than 0:1.34b-12.54.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.34b-12.54.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33729" version="1" comment="version is earlier than 0:3.6.3-0.54.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.6.3-0.54.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32937" version="1" comment="version is earlier than 0:2.0.9-25.33.39.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.9-25.33.39.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33105" version="1" comment="version is earlier than 0:3.13_3.0.101_0.31-0.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.13_3.0.101_0.31-0.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33567" version="1" comment="version is earlier than 0:0.12.3-1.10.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.12.3-1.10.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33051" version="1" comment="version is earlier than 0:1.2.10-3.29.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2.10-3.29.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33184" version="1" comment="version is earlier than 0:2.02.98-0.29.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.02.98-0.29.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33544" version="1" comment="version is earlier than 0:1.0.5.9-0.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.5.9-0.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32987" version="1" comment="version is earlier than 0:15.48-0.6.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:15.48-0.6.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32843" version="1" comment="version is earlier than 0:2.6.39-2.12.18.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.39-2.12.18.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33128" version="1" comment="version is earlier than 0:2.24.0-24.89.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.24.0-24.89.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33083" version="1" comment="version is earlier than 0:5.10.0-64.61.61.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.10.0-64.61.61.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32587" version="1" comment="version is earlier than 0:4.2.4.P2-0.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4.P2-0.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33261" version="1" comment="version is earlier than 0:2014e-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2014e-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33385" version="1" comment="version is earlier than 0:2014e-0.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2014e-0.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33770" version="1" comment="version is earlier than 0:0.9.23-0.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.23-0.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32546" version="1" comment="version is earlier than 0:0.97-162.172.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.97-162.172.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33476" version="1" comment="version is earlier than 0:2.0.5_3.0.101_0.35-7.39.71" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.5_3.0.101_0.35-7.39.71</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33342" version="1" comment="version is earlier than 0:1.5.4.1_3.0.101_0.35-0.13.69" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.5.4.1_3.0.101_0.35-0.13.69</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33178" version="1" comment="version is earlier than 0:1.4.20_3.0.101_0.35-0.38.63" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.20_3.0.101_0.35-0.38.63</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32684" version="1" comment="version is earlier than 0:0.3.14-2.86.10" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.3.14-2.86.10</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33236" version="1" comment="version is earlier than 0:2.6.18-0.16.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.18-0.16.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33135" version="1" comment="version is earlier than 0:3.2.2-0.39.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.2.2-0.39.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33497" version="1" comment="version is earlier than 0:2.5.69.4-0.7.6" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.5.69.4-0.7.6</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33240" version="1" comment="version is earlier than 0:11.2.202.394-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.394-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32943" version="1" comment="version is earlier than 0:4.1.3_06_3.0.58_0.6.2-0.7.16" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.3_06_3.0.58_0.6.2-0.7.16</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32900" version="1" comment="version is earlier than 0:3.0.58-0.6.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.58-0.6.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32717" version="1" comment="version is earlier than 0:1.97-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.97-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34018" version="1" comment="version is earlier than 0:2.17.55-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.55-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33092" version="1" comment="version is earlier than 0:4.6.3-5.20.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.6.3-5.20.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32965" version="1" comment="version is earlier than 0:1.1.8-0.14.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.1.8-0.14.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33218" version="1" comment="version is earlier than 0:1.8.5-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.5-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32939" version="1" comment="version is earlier than 0:1.6.13-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.13-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33077" version="1" comment="version is earlier than 0:1.6.0.0_b27.1.12.3-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.0.0_b27.1.12.3-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33473" version="1" comment="version is earlier than 0:4.2.4p8-1.24.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4p8-1.24.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34094" version="1" comment="version is earlier than 0:4.1-194.209.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1-194.209.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33324" version="1" comment="version is earlier than 0:2.7.0-217.26.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.7.0-217.26.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33369" version="1" comment="version is earlier than 0:0.4.1-0.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.4.1-0.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34852" version="1" comment="version is earlier than 0:2.3.6-0.13.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.3.6-0.13.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33314" version="1" comment="version is earlier than 0:11.2.202.378-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.378-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33733" version="1" comment="version is earlier than 0:1.7.0.65-0.7.4" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.0.65-0.7.4</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33225" version="1" comment="version is earlier than 0:0.98.3-0.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.98.3-0.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32990" version="1" comment="version is earlier than 0:11.2.202.273-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.273-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32952" version="1" comment="version is earlier than 0:11.2.202.273-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.273-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32613" version="1" comment="version is earlier than 0:3.0.1-2.37.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.1-2.37.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32828" version="1" comment="version is earlier than 0:2.0.2-8.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.2-8.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33154" version="1" comment="version is earlier than 0:1.7.14.14-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.14.14-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32949" version="1" comment="version is earlier than 0:1.7.3-0.5.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.3-0.5.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32626" version="1" comment="version is earlier than 0:2.5.51.3-0.7.10" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.5.51.3-0.7.10</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32837" version="1" comment="version is earlier than 0:17.0.4esr-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.4esr-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33484" version="1" comment="version is earlier than 0:4.2.4.P2-0.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4.P2-0.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33395" version="1" comment="version is earlier than 0:1.5-1.28.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.5-1.28.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33028" version="2" comment="version is earlier than 0:24-0.7.48" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24-0.7.48</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33532" version="1" comment="version is earlier than 0:4.10.6-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.10.6-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33300" version="1" comment="version is earlier than 0:3.16.1-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.16.1-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32585" version="1" comment="version is earlier than 0:3.16.1-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.16.1-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33412" version="1" comment="version is earlier than 0:4.10.6-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.10.6-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33465" version="1" comment="version is earlier than 0:24.6.0esr-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24.6.0esr-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33496" version="1" comment="version is earlier than 0:24.6.0esr-0.5.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24.6.0esr-0.5.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33562" version="2" comment="version is earlier than 0:24-0.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24-0.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32950" version="1" comment="version is earlier than 0:2.28.1-0.16.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.1-0.16.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32947" version="1" comment="version is earlier than 0:1.6.0.0_b27.1.12.2-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.0.0_b27.1.12.2-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33558" version="1" comment="version is earlier than 0:6.2p2-0.13.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:6.2p2-0.13.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32935" version="1" comment="version is earlier than 0:1.2.3-18.27.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2.3-18.27.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32930" version="1" comment="version is earlier than 0:1.17-102.55.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.17-102.55.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32948" version="1" comment="version is earlier than 0:2013a-0.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013a-0.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32915" version="1" comment="version is earlier than 0:2013a-0.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013a-0.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33003" version="1" comment="version is earlier than 0:9.5.4-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.5.4-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32282" version="1" comment="version is earlier than 0:9.4.6-0.6.60" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.4.6-0.6.60</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33069" version="1" comment="version is earlier than 0:9.5.4-0.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.5.4-0.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33148" version="1" comment="version is earlier than 0:9.4.6-0.4.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.4.6-0.4.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32326" version="1" comment="version is earlier than 0:8.3.23-0.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:8.3.23-0.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32991" version="1" comment="version is earlier than 0:9.1.8-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.1.8-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33382" version="1" comment="version is earlier than 0:1.0.2013.01.18-0.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.2013.01.18-0.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32659" version="1" comment="version is earlier than 0:4.1.4_02_3.0.74_0.6.6-0.5.22" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.4_02_3.0.74_0.6.6-0.5.22</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32516" version="1" comment="version is earlier than 0:1.34b-12.52.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.34b-12.52.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33500" version="1" comment="version is earlier than 0:3.6.3-0.52.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.6.3-0.52.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32656" version="1" comment="version is earlier than 0:1.2.3-18.31.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2.3-18.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33120" version="1" comment="version is earlier than 0:0.4-3.14.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.4-3.14.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33406" version="1" comment="version is earlier than 0:11.3.27-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.3.27-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33165" version="1" comment="version is earlier than 0:1.3.9-8.46.46.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.3.9-8.46.46.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33264" version="1" comment="version is earlier than 0:2.4.3-3.27.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.3-3.27.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32675" version="2" comment="version is earlier than 0:11-6.77.77.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11-6.77.77.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32462" version="1" comment="version is earlier than 0:11.2.202.285-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.285-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32812" version="1" comment="version is earlier than 0:11.2.202.285-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.285-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32895" version="1" comment="version is earlier than 0:0.10.30-0.10.4" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.10.30-0.10.4</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33063" version="1" comment="version is earlier than 0:0.6.4-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.6.4-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32474" version="1" comment="version is earlier than 0:1.8-0.28.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8-0.28.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32364" version="1" comment="version is earlier than 0:0.7-0.15.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.7-0.15.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33347" version="1" comment="version is earlier than 0:2.4.4-255.28.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.4-255.28.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32810" version="1" comment="version is earlier than 0:2.22.5-0.8.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.22.5-0.8.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32002" version="1" comment="version is earlier than 0:4.3.5-0.10.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.3.5-0.10.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33194" version="1" comment="version is earlier than 0:3.0.0-0.10.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.0-0.10.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33542" version="1" comment="version is earlier than 0:3.0.0-0.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.0-0.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32997" version="1" comment="version is earlier than 0:3.6.5.2.15-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.6.5.2.15-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33491" version="1" comment="version is earlier than 0:4.4.0-6.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.4.0-6.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33102" version="1" comment="version is earlier than 0:0.71.48-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.71.48-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33097" version="1" comment="version is earlier than 0:9.1.9-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.1.9-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34045" version="2" comment="version is earlier than 0:2.6-8.31.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6-8.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34424" version="2" comment="version is earlier than 0:2.6.9-0.31.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.9-0.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34190" version="2" comment="version is earlier than 0:4.1-194.209.1" deprecated="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1-194.209.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32507" version="1" comment="version is earlier than 0:0.7.10-2.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.7.10-2.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33420" version="1" comment="version is earlier than 0:24.7.0esr-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24.7.0esr-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33509" version="1" comment="version is earlier than 0:24.7.0esr-0.8.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24.7.0esr-0.8.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33358" version="1" comment="version is earlier than 0:3.16.2-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.16.2-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33189" version="1" comment="version is earlier than 0:3.16.2-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.16.2-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33378" version="1" comment="version is earlier than 0:24.7.0esr-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24.7.0esr-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33301" version="1" comment="version is earlier than 0:3.16.2-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.16.2-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32196" version="1" comment="version is earlier than 0:1.20-0.28.73.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.20-0.28.73.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32700" version="1" comment="version is earlier than 0:1.20-0.73.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.20-0.73.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32513" version="2" comment="version is earlier than 0:7-0.10.11" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7-0.10.11</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32907" version="1" comment="version is earlier than 0:17.0.5esr-0.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.5esr-0.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32572" version="2" comment="version is earlier than 0:7-0.6.9.17" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7-0.6.9.17</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33014" version="1" comment="version is earlier than 0:17.0.5esr-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.5esr-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32988" version="1" comment="version is earlier than 0:4.9.6-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.9.6-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32818" version="1" comment="version is earlier than 0:4.9.6-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.9.6-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33139" version="1" comment="version is earlier than 0:3.14.3-0.4.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.14.3-0.4.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32453" version="1" comment="version is earlier than 0:3.14.3-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.14.3-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32050" version="1" comment="version is earlier than 0:7.11.2-0.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.11.2-0.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31973" version="1" comment="version is earlier than 0:7.19.7-1.20.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.19.7-1.20.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32511" version="1" comment="version is earlier than 0:3.8.2-141.152.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.8.2-141.152.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32911" version="1" comment="version is earlier than 0:3.8.2-5.34.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.8.2-5.34.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33088" version="1" comment="version is earlier than 0:2.03-12.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.03-12.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33111" version="1" comment="version is earlier than 0:0.7.1_git20090811-3.28.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.7.1_git20090811-3.28.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33025" version="1" comment="version is earlier than 0:0.7.8-1.33.46.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.7.8-1.33.46.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32602" version="1" comment="version is earlier than 0:0.4.9-0.85.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.4.9-0.85.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33159" version="1" comment="version is earlier than 0:11.2.202.275-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.275-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32657" version="1" comment="version is earlier than 0:11.2.202.275-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.275-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32958" version="1" comment="version is earlier than 0:0.9.8j-0.50.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.8j-0.50.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33387" version="1" comment="version is earlier than 0:7.4-27.97.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-27.97.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32591" version="1" comment="version is earlier than 0:2.19.1-6.33.47.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.19.1-6.33.47.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33561" version="1" comment="version is earlier than 0:0.7-6.22.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.7-6.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32563" version="1" comment="version is earlier than 0:9.0.3-0.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.0.3-0.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34402" version="1" comment="version is earlier than 0:1.26-1.2.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.26-1.2.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33167" version="1" comment="version is earlier than 0:3.5.git-4.9.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.5.git-4.9.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32787" version="1" comment="version is earlier than 0:7.19.7-1.20.27.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.19.7-1.20.27.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32863" version="1" comment="version is earlier than 0:7.19.7-1.28.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.19.7-1.28.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32400" version="1" comment="version is earlier than 0:7.11.0-20.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.11.0-20.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32689" version="1" comment="version is earlier than 0:9.36.4-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.36.4-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33100" version="1" comment="version is earlier than 0:6.4.3.6-7.26.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:6.4.3.6-7.26.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32443" version="1" comment="version is earlier than 0:7.4-8.26.36.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-8.26.36.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32827" version="1" comment="version is earlier than 0:0.7.1-3.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.7.1-3.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33080" version="1" comment="version is earlier than 0:4.2.4.P2-0.11.13.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4.P2-0.11.13.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32579" version="1" comment="version is earlier than 0:0.97.8-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.97.8-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32833" version="1" comment="version is earlier than 0:0.97.8-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.97.8-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33162" version="1" comment="version is earlier than 0:2.6.6-0.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.6-0.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32396" version="1" comment="version is earlier than 0:2.6.6-0.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.6-0.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34074" version="1" comment="version is earlier than 0:0.9.0-3.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.0-3.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32356" version="1" comment="version is earlier than 0:2.28.4-1.16.16.4" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.4-1.16.16.4</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32666" version="1" comment="version is earlier than 0:0.4.1-28.21.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.4.1-28.21.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32866" version="1" comment="version is earlier than 0:2.17.130-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.130-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32806" version="1" comment="version is earlier than 0:9.9.2P2-0.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.9.2P2-0.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32693" version="1" comment="version is earlier than 0:1.6.0.0_b27.1.12.6-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.0.0_b27.1.12.6-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32477" version="1" comment="version is earlier than 0:5.0.96-0.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.0.96-0.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33064" version="1" comment="version is earlier than 0:11.2.202.280-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.280-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32841" version="1" comment="version is earlier than 0:2.6.18-0.4.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.18-0.4.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32577" version="1" comment="version is earlier than 0:0.9.6-0.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.6-0.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32858" version="2" comment="version is earlier than 0:93u-0.18.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:93u-0.18.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33292" version="1" comment="version is earlier than 0:2.17.199-0.7.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.199-0.7.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32951" version="1" comment="version is earlier than 0:1.6.0.0_b27.1.12.4-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.0.0_b27.1.12.4-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32901" version="1" comment="version is earlier than 0:4.1.3_06_3.0.58_0.6.6-0.7.22" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.3_06_3.0.58_0.6.6-0.7.22</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32829" version="1" comment="version is earlier than 0:3.0.58-0.6.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.58-0.6.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32896" version="1" comment="version is earlier than 0:9.36.3-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.36.3-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32536" version="1" comment="version is earlier than 0:1.6.308-0.9.16" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.308-0.9.16</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32638" version="1" comment="version is earlier than 0:0.7.0-135.16.16.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.7.0-135.16.16.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32804" version="1" comment="version is earlier than 0:0.48-101.26.26.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.48-101.26.26.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32707" version="1" comment="version is earlier than 0:2.6.23-15.37.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.23-15.37.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33110" version="1" comment="version is earlier than 0:2.7.6-0.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.7.6-0.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32590" version="1" comment="version is earlier than 0:0.17-706.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.17-706.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34148" version="1" comment="version is earlier than 0:4.6.3-5.32.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.6.3-5.32.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32809" version="1" comment="version is earlier than 0:11.2.202.291-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.291-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32824" version="2" comment="version is earlier than 0:7-0.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7-0.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32662" version="1" comment="version is earlier than 0:17.0.7esr-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.7esr-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32777" version="1" comment="version is earlier than 0:2.6.8-0.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.8-0.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32852" version="1" comment="version is earlier than 0:2013d-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013d-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32870" version="1" comment="version is earlier than 0:2013d-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013d-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32461" version="1" comment="version is earlier than 0:2.5.1.r1445-55.62.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.5.1.r1445-55.62.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32762" version="1" comment="version is earlier than 0:20110923-0.19.21.10" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:20110923-0.19.21.10</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32417" version="1" comment="version is earlier than 0:1.0.4-0.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.4-0.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32142" version="1" comment="version is earlier than 0:2.6.18-0.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.18-0.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32125" version="1" comment="version is earlier than 0:2.28.2-0.12.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.2-0.12.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33736" version="1" comment="version is earlier than 0:1.6.3-133.49.62.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.3-133.49.62.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33150" version="1" comment="version is earlier than 0:0.97.7-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.97.7-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32744" version="1" comment="version is earlier than 0:0.97.7-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.97.7-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:34115" version="1" comment="version is earlier than 0:2.24.0-24.96.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.24.0-24.96.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32354" version="1" comment="version is earlier than 0:1.2.10-13.32.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2.10-13.32.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32902" version="1" comment="version is earlier than 0:2.4.1-24.39.45.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.1-24.39.45.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32981" version="1" comment="version is earlier than 0:2.3.2-1.34.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.3.2-1.34.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32933" version="1" comment="version is earlier than 0:0.17.7-0.6.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.17.7-0.6.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33023" version="1" comment="version is earlier than 0:0.9.1-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.1-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33004" version="1" comment="version is earlier than 0:1.6.170-0.5.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.170-0.5.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32909" version="1" comment="version is earlier than 0:9.12.11-0.5.9" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.12.11-0.5.9</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32904" version="1" comment="version is earlier than 0:0.44.5-0.5.68" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.44.5-0.5.68</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32598" version="1" comment="version is earlier than 0:20071116-44.20.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:20071116-44.20.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32782" version="1" comment="version is earlier than 0:7.4-27.70.72.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-27.70.72.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32611" version="1" comment="version is earlier than 0:1.6.0.0_b27.1.12.5-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.0.0_b27.1.12.5-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32655" version="1" comment="version is earlier than 0:4.4.0-6.17.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.4.0-6.17.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32200" version="1" comment="version is earlier than 0:4.4.0-6.17.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.4.0-6.17.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32475" version="1" comment="version is earlier than 0:4.2.2_06_3.0.82_0.7-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.2_06_3.0.82_0.7-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32492" version="1" comment="version is earlier than 0:4.2.2_06-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.2_06-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33113" version="1" comment="version is earlier than 0:8.12-6.25.27.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:8.12-6.25.27.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32636" version="1" comment="version is earlier than 0:1.0.1-0.14.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.1-0.14.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33416" version="1" comment="version is earlier than 0:9.05-1.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.05-1.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32791" version="1" comment="version is earlier than 0:147-0.88.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:147-0.88.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32753" version="1" comment="version is earlier than 0:4.3.5-0.12.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.3.5-0.12.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32508" version="1" comment="version is earlier than 0:2.17.182.8-0.5.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.182.8-0.5.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32926" version="1" comment="version is earlier than 0:1.7.6p2-0.2.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.6p2-0.2.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32742" version="1" comment="version is earlier than 0:1.6.9p23-0.18.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.9p23-0.18.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32973" version="1" comment="version is earlier than 0:2.28.2-0.30.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.2-0.30.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32929" version="1" comment="version is earlier than 0:2.28.3-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.3-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33039" version="1" comment="version is earlier than 0:2.3.1-3.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.3.1-3.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33055" version="1" comment="version is earlier than 0:0.9.6-0.27.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.6-0.27.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33109" version="1" comment="version is earlier than 0:2.7.2-61.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.7.2-61.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32854" version="1" comment="version is earlier than 0:3.0.74-0.6.6.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.74-0.6.6.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32553" version="1" comment="version is earlier than 0:17.0.6esr-0.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.6esr-0.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32600" version="1" comment="version is earlier than 0:1.4.3-0.17.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.3-0.17.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32885" version="1" comment="version is earlier than 0:0.10.30-0.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.10.30-0.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32801" version="1" comment="version is earlier than 0:0.10.30-5.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.10.30-5.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32647" version="1" comment="version is earlier than 0:147-0.69.69.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:147-0.69.69.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31895" version="1" comment="version is earlier than 0:2013d-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013d-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32576" version="1" comment="version is earlier than 0:7.4-8.26.38.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-8.26.38.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32786" version="1" comment="version is earlier than 0:1.1.15-15.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.1.15-15.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33046" version="1" comment="version is earlier than 0:1.1.24-19.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.1.24-19.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32528" version="1" comment="version is earlier than 0:4.3.5-0.11.18.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.3.5-0.11.18.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33408" version="1" comment="version is earlier than 0:4.3.5-0.12.18.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.3.5-0.12.18.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32645" version="1" comment="version is earlier than 0:1.4.3-19.49.53.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.3-19.49.53.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32114" version="1" comment="version is earlier than 0:1.6.3-133.49.56.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.3-133.49.56.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32108" version="1" comment="version is earlier than 0:1.0.5.4-0.9.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.5.4-0.9.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32711" version="1" comment="version is earlier than 0:7.4-1.19.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-1.19.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32779" version="1" comment="version is earlier than 0:4.1-194.207.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1-194.207.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33153" version="1" comment="version is earlier than 0:2.17.22-0.4.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.22-0.4.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33402" version="1" comment="version is earlier than 0:1.4.2-0.15.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.2-0.15.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32623" version="1" comment="version is earlier than 0:2.28.0-1.9.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.0-1.9.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32592" version="1" comment="version is earlier than 0:2.28.0-1.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.0-1.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32887" version="1" comment="version is earlier than 0:1.4-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32534" version="1" comment="version is earlier than 0:4.4.2.3-37.56.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.4.2.3-37.56.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32834" version="1" comment="version is earlier than 0:1.7-37.56.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7-37.56.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32382" version="1" comment="version is earlier than 0:1.17-102.57.60.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.17-102.57.60.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32761" version="1" comment="version is earlier than 0:1.17-102.66.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.17-102.66.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32535" version="1" comment="version is earlier than 0:3.10.11-0.10.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.10.11-0.10.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32450" version="1" comment="version is earlier than 0:3.3.0-3.27.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.3.0-3.27.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32794" version="1" comment="version is earlier than 0:2.28.0-3.11.9" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.0-3.11.9</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32164" version="1" comment="version is earlier than 0:2.28.6-0.11.42" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.6-0.11.42</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32584" version="1" comment="version is earlier than 0:3.3.0-3.27.3.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.3.0-3.27.3.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32745" version="1" comment="version is earlier than 0:7.4-1.22.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-1.22.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32575" version="1" comment="version is earlier than 0:0.2.8-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.2.8-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32710" version="1" comment="version is earlier than 0:1.7.0.6-0.19.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.0.6-0.19.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33071" version="1" comment="version is earlier than 0:2013b-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013b-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32979" version="1" comment="version is earlier than 0:2013b-0.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013b-0.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32456" version="1" comment="version is earlier than 0:2.28.1-1.12.110" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.1-1.12.110</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32447" version="1" comment="version is earlier than 0:2.28.1-1.12.111" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.1-1.12.111</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32442" version="1" comment="version is earlier than 0:5.0.96-0.6.9" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.0.96-0.6.9</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32616" version="1" comment="version is earlier than 0:5.5.32-0.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.5.32-0.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32940" version="1" comment="version is earlier than 0:2.3.1-47.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.3.1-47.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32343" version="1" comment="version is earlier than 0:1.34b-12.42.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.34b-12.42.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31960" version="1" comment="version is earlier than 0:3.6.3-0.42.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.6.3-0.42.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32593" version="1" comment="version is earlier than 0:0.4.89.56-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.4.89.56-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32499" version="1" comment="version is earlier than 0:1.95-0.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.95-0.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32530" version="1" comment="version is earlier than 0:11.3.22-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.3.22-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33196" version="1" comment="version is earlier than 0:11.2.202.270-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.270-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32670" version="1" comment="version is earlier than 0:11.2.202.270-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.270-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32946" version="1" comment="version is earlier than 0:2.17.14-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.14-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32312" version="1" comment="version is earlier than 0:1.20-0.28.76.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.20-0.28.76.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32719" version="1" comment="version is earlier than 0:1.20-0.75.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.20-0.75.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32817" version="1" comment="version is earlier than 0:0.9.8-50.10.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.8-50.10.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32876" version="1" comment="version is earlier than 0:4.3.5-0.3.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.3.5-0.3.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32539" version="1" comment="version is earlier than 0:1.8.11-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.11-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31806" version="1" comment="version is earlier than 0:1.8.7.p357-0.9.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.7.p357-0.9.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32348" version="1" comment="version is earlier than 0:147-0.90.8" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:147-0.90.8</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32422" version="1" comment="version is earlier than 0:1.8.6-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.6-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32993" version="1" comment="version is earlier than 0:1.6.14-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.14-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32971" version="1" comment="version is earlier than 0:0.3.7-3.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.3.7-3.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32805" version="1" comment="version is earlier than 0:7.4-1.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-1.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33020" version="1" comment="version is earlier than 0:6.2.6.39-0.13.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:6.2.6.39-0.13.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31804" version="1" comment="version is earlier than 0:1.4-1.33.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4-1.33.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32741" version="1" comment="version is earlier than 0:2.17.182.12-0.5.11" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.182.12-0.5.11</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32171" version="1" comment="version is earlier than 0:1.6.3-133.49.54.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.3-133.49.54.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32688" version="1" comment="version is earlier than 0:11.3.20-0.9.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.3.20-0.9.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32736" version="1" comment="version is earlier than 0:11.3.20-0.9.4" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.3.20-0.9.4</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32648" version="1" comment="version is earlier than 0:2.17.32.4-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.32.4-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32148" version="1" comment="version is earlier than 0:0.6.24-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.6.24-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32494" version="1" comment="version is earlier than 0:6.2.6.39-0.18.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:6.2.6.39-0.18.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32525" version="1" comment="version is earlier than 0:2.17.145-0.7.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.145-0.7.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32097" version="1" comment="version is earlier than 0:2.0.9-143.33.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.9-143.33.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32390" version="1" comment="version is earlier than 0:2.0.9-143.40.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.9-143.40.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32152" version="2" comment="version is earlier than 0:11-25.22.22.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11-25.22.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32811" version="1" comment="version is earlier than 0:2.17.6-0.13.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.6-0.13.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32412" version="1" comment="version is earlier than 0:1.7.0.6-0.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.0.6-0.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32738" version="1" comment="version is earlier than 0:2.5-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.5-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32550" version="1" comment="version is earlier than 0:0.1.5-1.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.1.5-1.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32157" version="1" comment="version is earlier than 0:1.3.2-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.3.2-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32913" version="1" comment="version is earlier than 0:1.0.22-3.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.22-3.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32681" version="1" comment="version is earlier than 0:5.1p1-41.57.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.1p1-41.57.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32864" version="1" comment="version is earlier than 0:2.5.13-0.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.5.13-0.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32677" version="1" comment="version is earlier than 0:7.4-1.18.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-1.18.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32890" version="1" comment="version is earlier than 0:0.9.2-0.5.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.2-0.5.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32813" version="1" comment="version is earlier than 0:1.7.14.16-0.5.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.14.16-0.5.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32538" version="1" comment="version is earlier than 0:1.6.3-133.49.58.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.3-133.49.58.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32264" version="1" comment="version is earlier than 0:3.14-0.32.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.14-0.32.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32515" version="1" comment="version is earlier than 0:2013i-0.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013i-0.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32583" version="1" comment="version is earlier than 0:0.4.9-0.70.72.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.4.9-0.70.72.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32257" version="1" comment="version is earlier than 0:2.17.38-0.7.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.38-0.7.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32506" version="1" comment="version is earlier than 0:2.4.41-0.10.8" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.41-0.10.8</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32483" version="1" comment="version is earlier than 0:7.4.0.1-0.85.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4.0.1-0.85.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31723" version="1" comment="version is earlier than 0:9.0.3-0.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.0.3-0.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33053" version="1" comment="version is earlier than 0:3.4.3-1.42.11" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.4.3-1.42.11</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32899" version="1" comment="version is earlier than 0:1.34b-12.30.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.34b-12.30.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33152" version="1" comment="version is earlier than 0:3.6.3-0.30.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.6.3-0.30.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32230" version="1" comment="version is earlier than 0:4.1.6_04_3.0.101_0.5-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.6_04_3.0.101_0.5-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32032" version="1" comment="version is earlier than 0:4.1.6_04-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.6_04-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32193" version="1" comment="version is earlier than 0:2.9.4-0.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.9.4-0.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32640" version="1" comment="version is earlier than 0:2.17.21-0.5.151" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.21-0.5.151</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32632" version="1" comment="version is earlier than 0:2.17.21-0.5.149" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.21-0.5.149</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32880" version="1" comment="version is earlier than 0:4.1.5_02-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.5_02-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32821" version="1" comment="version is earlier than 0:4.1.5_02_3.0.74_0.6.10-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.5_02_3.0.74_0.6.10-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32746" version="1" comment="version is earlier than 0:1.4-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32259" version="1" comment="version is earlier than 0:4.2.3_08_3.0.101_0.8-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.3_08_3.0.101_0.8-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32087" version="1" comment="version is earlier than 0:4.2.3_08-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.3_08-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32514" version="1" comment="version is earlier than 0:7.4-1.18.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-1.18.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32306" version="1" comment="version is earlier than 0:2013g-0.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013g-0.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32886" version="1" comment="version is earlier than 0:2.28.0-3.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.0-3.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32961" version="1" comment="version is earlier than 0:2.2.6-147.31.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.2.6-147.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31841" version="1" comment="version is earlier than 0:0.8.4-0.37.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.8.4-0.37.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32328" version="1" comment="version is earlier than 0:1.5-4.44.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.5-4.44.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32665" version="1" comment="version is earlier than 0:2.0.873-0.6.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.873-0.6.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32358" version="1" comment="version is earlier than 0:9.5.5-0.5.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.5.5-0.5.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32318" version="1" comment="version is earlier than 0:9.4.6-0.4.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.4.6-0.4.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32288" version="1" comment="version is earlier than 0:9.4.2-0.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.4.2-0.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32729" version="1" comment="version is earlier than 0:7.4-5.11.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-5.11.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33339" version="1" comment="version is earlier than 0:2.19.1-6.54.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.19.1-6.54.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32891" version="1" comment="version is earlier than 0:2.17.182.7-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.182.7-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33072" version="1" comment="version is earlier than 0:2.11.3-17.45.45.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.11.3-17.45.45.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32403" version="1" comment="version is earlier than 0:4.4.0-6.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.4.0-6.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32557" version="1" comment="version is earlier than 0:20110923-0.19.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:20110923-0.19.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32860" version="1" comment="version is earlier than 0:1.4-0.10.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4-0.10.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31623" version="1" comment="version is earlier than 0:1.8.7.p357-0.9.13.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.7.p357-0.9.13.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32246" version="1" comment="version is earlier than 0:0.10.30-0.12.14" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.10.30-0.12.14</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32731" version="1" comment="version is earlier than 0:0.10.30-5.12.15" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.10.30-5.12.15</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32728" version="1" comment="version is earlier than 0:7.4-5.11.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-5.11.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32668" version="1" comment="version is earlier than 0:1.4-1.26.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4-1.26.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32650" version="1" comment="version is earlier than 0:1.2-2.10.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2-2.10.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32589" version="1" comment="version is earlier than 0:17.0.8esr-0.7.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.8esr-0.7.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32755" version="1" comment="version is earlier than 0:17.0.8esr-0.4.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.8esr-0.4.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32404" version="1" comment="version is earlier than 0:20110923-0.48.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:20110923-0.48.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32392" version="1" comment="version is earlier than 0:0.8.4-0.31.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.8.4-0.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32384" version="1" comment="version is earlier than 0:1.2.7-0.17.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2.7-0.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32763" version="1" comment="version is earlier than 0:1.2.10-13.36.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2.10-13.36.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31688" version="1" comment="version is earlier than 0:4.1.5_02_3.0.93_0.5-0.5.39" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.5_02_3.0.93_0.5-0.5.39</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31702" version="1" comment="version is earlier than 0:3.0.93-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.93-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32552" version="1" comment="version is earlier than 0:2.6.8-0.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.8-0.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32771" version="1" comment="version is earlier than 0:5.0.6-3.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.0.6-3.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32414" version="1" comment="version is earlier than 0:0.24.4-0.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.24.4-0.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32317" version="1" comment="version is earlier than 0:0.16.0-1.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.16.0-1.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32849" version="1" comment="version is earlier than 0:7.4-1.16.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-1.16.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32380" version="1" comment="version is earlier than 0:3.15.3-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.15.3-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32210" version="1" comment="version is earlier than 0:4.10.2-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.10.2-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32448" version="1" comment="version is earlier than 0:3.15.3-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.15.3-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32035" version="1" comment="version is earlier than 0:4.10.2-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.10.2-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32405" version="1" comment="version is earlier than 0:3.15.3-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.15.3-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32490" version="1" comment="version is earlier than 0:0.9.4-0.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.4-0.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32015" version="1" comment="version is earlier than 0:1.0.5.6-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.5.6-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32800" version="1" comment="version is earlier than 0:2.28.3-0.5.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.3-0.5.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32046" version="1" comment="version is earlier than 0:0.97-162.170.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.97-162.170.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33705" version="1" comment="version is earlier than 0:20071116-44.33.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:20071116-44.33.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32531" version="1" comment="version is earlier than 0:1.8.12-0.17.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.12-0.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32211" version="1" comment="version is earlier than 0:2.3.37-2.26.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.3.37-2.26.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32529" version="1" comment="version is earlier than 0:2.4.26-0.26.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.26-0.26.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32386" version="1" comment="version is earlier than 0:0.15.1-0.27.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.15.1-0.27.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32838" version="1" comment="version is earlier than 0:11.2.202.297-0.5.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.297-0.5.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32857" version="1" comment="version is earlier than 0:11.2.202.297-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.297-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32368" version="1" comment="version is earlier than 0:9.9.4P2-0.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.9.4P2-0.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32547" version="1" comment="version is earlier than 0:2.4.1-24.39.47.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.1-24.39.47.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31549" version="1" comment="version is earlier than 0:2.6.18-0.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.18-0.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32330" version="1" comment="version is earlier than 0:4.6.3-5.29.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.6.3-5.29.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31919" version="1" comment="version is earlier than 0:3.0.74-0.6.10.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.74-0.6.10.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32273" version="1" comment="version is earlier than 0:4.1.4_02_3.0.74_0.6.10-0.5.32" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.4_02_3.0.74_0.6.10-0.5.32</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32331" version="1" comment="version is earlier than 0:7.19.7-1.30.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.19.7-1.30.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32479" version="1" comment="version is earlier than 0:8.1.5-7.38.40.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:8.1.5-7.38.40.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32518" version="1" comment="version is earlier than 0:0.4.89.57-0.7.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.4.89.57-0.7.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32486" version="1" comment="version is earlier than 0:2.17.97-0.7.28" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.97-0.7.28</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32503" version="1" comment="version is earlier than 0:2.22.5-0.8.10.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.22.5-0.8.10.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32283" version="1" comment="version is earlier than 0:0.1.0-0.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.1.0-0.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31921" version="1" comment="version is earlier than 0:0.9.0-3.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.0-3.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32236" version="1" comment="version is earlier than 0:9.1.12-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.1.12-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32452" version="1" comment="version is earlier than 0:0.13.1-40.16.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.13.1-40.16.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32457" version="1" comment="version is earlier than 0:4.2.2_06_3.0.93_0.8-0.7.17" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.2_06_3.0.93_0.8-0.7.17</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32298" version="1" comment="version is earlier than 0:3.0.93-0.8.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.93-0.8.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32959" version="1" comment="version is earlier than 0:1.8.11-0.20.20.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.11-0.20.20.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32322" version="1" comment="version is earlier than 0:2.17.59.1-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.59.1-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31851" version="1" comment="version is earlier than 0:9.37.6-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.37.6-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32055" version="1" comment="version is earlier than 0:1.6.314-0.7.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.314-0.7.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32493" version="1" comment="version is earlier than 0:0.4.9-0.91.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.4.9-0.91.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31716" version="1" comment="version is earlier than 0:2.3-51.16.4" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.3-51.16.4</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32484" version="1" comment="version is earlier than 0:2.5.1.r1445-55.61.61.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.5.1.r1445-55.61.61.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32307" version="1" comment="version is earlier than 0:2.5.1.r1445-55.64.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.5.1.r1445-55.64.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32323" version="1" comment="version is earlier than 0:7.4-1.16.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-1.16.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31840" version="1" comment="version is earlier than 0:0.9.6-0.29.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.6-0.29.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32118" version="1" comment="version is earlier than 0:1.4.2-0.7.15" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.2-0.7.15</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32446" version="1" comment="version is earlier than 0:1.34b-12.33.35.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.34b-12.33.35.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31998" version="1" comment="version is earlier than 0:3.6.3-0.33.35.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.6.3-0.33.35.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32467" version="1" comment="version is earlier than 0:3.4.3-1.46.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.4.3-1.46.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32254" version="1" comment="version is earlier than 0:11.2.27-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.27-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32360" version="1" comment="version is earlier than 0:4.1.4_02_3.0.74_0.6.8-0.5.26" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.4_02_3.0.74_0.6.8-0.5.26</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32816" version="1" comment="version is earlier than 0:3.0.74-0.6.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.74-0.6.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32431" version="1" comment="version is earlier than 0:1.8-0.30.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8-0.30.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32277" version="1" comment="version is earlier than 0:8.1.5-7.47.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:8.1.5-7.47.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32377" version="1" comment="version is earlier than 0:2.4.41-0.12.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.41-0.12.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33169" version="1" comment="version is earlier than 0:0.46-62.38.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.46-62.38.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32661" version="2" comment="version is earlier than 0:93u-0.22.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:93u-0.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32398" version="2" comment="version is earlier than 0:93u-0.27.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:93u-0.27.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32342" version="1" comment="version is earlier than 0:7.4-27.70.76.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-27.70.76.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31877" version="1" comment="version is earlier than 0:2014a-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2014a-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32154" version="1" comment="version is earlier than 0:2014a-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2014a-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31936" version="1" comment="version is earlier than 0:147-0.69.71.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:147-0.69.71.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32718" version="1" comment="version is earlier than 0:11.2-1.27" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2-1.27</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32084" version="1" comment="version is earlier than 0:11.2-1.538" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2-1.538</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32687" version="1" comment="version is earlier than 0:11.2-1.540" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2-1.540</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32471" version="1" comment="version is earlier than 0:11.2-1.24" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2-1.24</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32126" version="1" comment="version is earlier than 0:2.3.14-130.133.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.3.14-130.133.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33321" version="1" comment="version is earlier than 0:2.11.3-17.66.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.11.3-17.66.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32337" version="1" comment="version is earlier than 0:3.0-0.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0-0.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33012" version="1" comment="version is earlier than 0:5.0.6-3.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.0.6-3.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32119" version="1" comment="version is earlier than 0:4.2.4_02_3.0.101_0.18-0.7.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4_02_3.0.101_0.18-0.7.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32227" version="1" comment="version is earlier than 0:3.0.101-0.18.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.101-0.18.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31710" version="1" comment="version is earlier than 0:11.2.202.350-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.350-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31955" version="1" comment="version is earlier than 0:3.2.0-1.42.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.2.0-1.42.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32441" version="1" comment="version is earlier than 0:11.2.202.335-0.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.335-0.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32144" version="1" comment="version is earlier than 0:4.2.4_02_3.0.101_0.21-0.7.12" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4_02_3.0.101_0.21-0.7.12</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32332" version="1" comment="version is earlier than 0:3.0.101-0.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.101-0.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31830" version="1" comment="version is earlier than 0:11.2.202.332-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.332-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31997" version="1" comment="version is earlier than 0:1.17-102.72.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.17-102.72.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32324" version="1" comment="version is earlier than 0:2.4.2-0.57.61.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.2-0.57.61.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31961" version="1" comment="version is earlier than 0:6.15.00-93.37.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:6.15.00-93.37.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32359" version="1" comment="version is earlier than 0:2.11.3-17.45.49.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.11.3-17.45.49.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32178" version="1" comment="version is earlier than 0:11.2.202.346-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.346-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31632" version="1" comment="version is earlier than 0:0.7-6.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.7-6.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32855" version="1" comment="version is earlier than 0:0.3.8-56.51.26" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.3.8-56.51.26</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32194" version="1" comment="version is earlier than 0:0.1.6+git20080930-6.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.1.6+git20080930-6.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31747" version="1" comment="version is earlier than 0:1.3.11-0.23.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.3.11-0.23.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32225" version="1" comment="version is earlier than 0:2.6.2-3.34.45.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.2-3.34.45.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32432" version="1" comment="version is earlier than 0:1.4.2-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.2-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32464" version="1" comment="version is earlier than 0:11.3.25-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.3.25-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32241" version="1" comment="version is earlier than 0:0.2-5.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.2-5.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32278" version="1" comment="version is earlier than 0:0.21.1-2.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.21.1-2.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32641" version="1" comment="version is earlier than 0:1.5.0-0.15.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.5.0-0.15.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32139" version="1" comment="version is earlier than 0:1.4.2-0.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.2-0.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32106" version="1" comment="version is earlier than 0:2.22.5-0.8.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.22.5-0.8.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31212" version="1" comment="version is earlier than 0:1.20-0.102.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.20-0.102.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31832" version="1" comment="version is earlier than 0:2.6.18-0.14.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.18-0.14.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31978" version="1" comment="version is earlier than 0:2.28.1-2.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.28.1-2.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33030" version="1" comment="version is earlier than 0:4.6.2-0.4.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.6.2-0.4.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32426" version="1" comment="version is earlier than 0:4.9.3-1.3.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.9.3-1.3.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32561" version="1" comment="version is earlier than 0:2013g-0.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013g-0.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32449" version="1" comment="version is earlier than 0:2013g-0.4.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013g-0.4.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32469" version="1" comment="version is earlier than 0:9.37.4-0.7.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.37.4-0.7.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32491" version="1" comment="version is earlier than 0:1.6.311-0.7.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.311-0.7.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32435" version="1" comment="version is earlier than 0:9.16.4-0.5.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.16.4-0.5.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32430" version="1" comment="version is earlier than 0:1.6.178-0.5.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.178-0.5.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32213" version="1" comment="version is earlier than 0:1.8.12-0.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.12-0.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32279" version="1" comment="version is earlier than 0:0.5.12-23.72.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.5.12-23.72.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32420" version="1" comment="version is earlier than 0:1.0.5.8-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.5.8-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32030" version="1" comment="version is earlier than 0:1.7.0.6-0.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.0.6-0.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32581" version="1" comment="version is earlier than 0:4.2.2_04_3.0.82_0.7-0.9.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.2_04_3.0.82_0.7-0.9.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32555" version="1" comment="version is earlier than 0:3.0.82-0.7.9" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.82-0.7.9</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32155" version="1" comment="version is earlier than 0:5.4.2.1-8.12.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.4.2.1-8.12.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32040" version="1" comment="version is earlier than 0:3.15-2.27.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.15-2.27.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32247" version="1" comment="version is earlier than 0:1.7.6p2-0.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.6p2-0.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32223" version="1" comment="version is earlier than 0:2.3.6-0.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.3.6-0.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32793" version="1" comment="version is earlier than 0:7.4-1.18.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-1.18.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32545" version="1" comment="version is earlier than 0:12.5-1.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:12.5-1.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31642" version="1" comment="version is earlier than 0:2.6.8-0.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.8-0.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33062" version="1" comment="version is earlier than 0:1.3.12-69.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.3.12-69.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32293" version="1" comment="version is earlier than 0:2.7.6-0.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.7.6-0.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32686" version="1" comment="version is earlier than 0:9.37.1-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.37.1-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32631" version="1" comment="version is earlier than 0:9.16.1-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.16.1-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32250" version="1" comment="version is earlier than 0:2.6-8.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6-8.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32070" version="1" comment="version is earlier than 0:2.6.9-0.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.9-0.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32389" version="1" comment="version is earlier than 0:3.15.3.1-0.4.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.15.3.1-0.4.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33585" version="1" comment="version is earlier than 0:1.8.2-1.24.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.2-1.24.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32181" version="1" comment="version is earlier than 0:5.4.2.1-8.12.18.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.4.2.1-8.12.18.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32174" version="1" comment="version is earlier than 0:2.6.39-2.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.39-2.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32073" version="1" comment="version is earlier than 0:1.96-0.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.96-0.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31449" version="1" comment="version is earlier than 0:2.17.73-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.73-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33432" version="1" comment="version is earlier than 0:11.3-0.25.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.3-0.25.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32421" version="1" comment="version is earlier than 0:4.2.3_08_3.0.101_0.15-0.7.22" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.3_08_3.0.101_0.15-0.7.22</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31948" version="1" comment="version is earlier than 0:3.0.101-0.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.101-0.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31861" version="1" comment="version is earlier than 0:1.4.2-0.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.2-0.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32303" version="1" comment="version is earlier than 0:1.17-102.68.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.17-102.68.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32042" version="1" comment="version is earlier than 0:1.17-102.57.62.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.17-102.57.62.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31947" version="1" comment="version is earlier than 0:11.2.202.341-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.341-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32372" version="1" comment="version is earlier than 0:1.3.02-227.31.3" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.3.02-227.31.3</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31885" version="1" comment="version is earlier than 0:7.19.7-1.32.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.19.7-1.32.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32134" version="1" comment="version is earlier than 0:3.2.6-0.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.2.6-0.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32212" version="1" comment="version is earlier than 0:4.2.4_02_3.0.101_0.15-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4_02_3.0.101_0.15-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32028" version="1" comment="version is earlier than 0:4.2.4_02-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4_02-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32007" version="1" comment="version is earlier than 0:2014c-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2014c-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31351" version="1" comment="version is earlier than 0:1.35-0.13.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.35-0.13.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32301" version="1" comment="version is earlier than 0:2.6.7-0.11.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.7-0.11.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32697" version="1" comment="version is earlier than 0:2.17.57.3-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.57.3-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32376" version="1" comment="version is earlier than 0:7.4-8.26.40.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-8.26.40.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32498" version="1" comment="version is earlier than 0:2.6.18-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.18-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31211" version="1" comment="version is earlier than 0:5.0.96-0.6.11" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.0.96-0.6.11</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32010" version="1" comment="version is earlier than 0:5.5.37-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.5.37-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32361" version="1" comment="version is earlier than 0:5.0.6-3.10.16.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:5.0.6-3.10.16.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32136" version="1" comment="version is earlier than 0:1.4.2-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.4.2-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32248" version="1" comment="version is earlier than 0:1.17-102.70.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.17-102.70.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31988" version="1" comment="version is earlier than 0:2014c-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2014c-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32092" version="1" comment="version is earlier than 0:2014c-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2014c-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32458" version="1" comment="version is earlier than 0:2.5.51.5-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.5.51.5-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31613" version="1" comment="version is earlier than 0:1.7.14.17-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.14.17-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32295" version="1" comment="version is earlier than 0:2.6.32-1.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.32-1.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32375" version="1" comment="version is earlier than 0:0.9.5-0.5.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.5-0.5.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31893" version="1" comment="version is earlier than 0:1.7.14.18-0.5.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.14.18-0.5.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32080" version="1" comment="version is earlier than 0:1.1.15-15.22.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.1.15-15.22.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32365" version="1" comment="version is earlier than 0:1.1.24-19.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.1.24-19.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32523" version="1" comment="version is earlier than 0:24.2.0esr-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24.2.0esr-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32266" version="2" comment="version is earlier than 0:24-0.7.4" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24-0.7.4</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32505" version="1" comment="version is earlier than 0:3.15.3.1-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.15.3.1-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32520" version="1" comment="version is earlier than 0:7.4-27.85.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-27.85.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32423" version="1" comment="version is earlier than 0:7.19.7-1.20.31.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.19.7-1.20.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31896" version="1" comment="version is earlier than 0:3.10.11-0.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.10.11-0.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32840" version="1" comment="version is earlier than 0:0.9.2-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.2-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32565" version="1" comment="version is earlier than 0:1.7.14.16-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.14.16-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32454" version="1" comment="version is earlier than 0:2.5.51.4-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.5.51.4-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32347" version="1" comment="version is earlier than 0:1.3.9-8.46.48.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.3.9-8.46.48.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32460" version="1" comment="version is earlier than 0:7.4-13.46.17" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-13.46.17</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31689" version="1" comment="version is earlier than 0:1.2.3-18.33.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2.3-18.33.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32188" version="1" comment="version is earlier than 0:1.5.2-1.22.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.5.2-1.22.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32918" version="1" comment="version is earlier than 0:9.5.5-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.5.5-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32353" version="1" comment="version is earlier than 0:9.4.6-0.4.3.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.4.6-0.4.3.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32311" version="1" comment="version is earlier than 0:9.4.6-0.6.63" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.4.6-0.6.63</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32607" version="1" comment="version is earlier than 0:9.5.5-0.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.5.5-0.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32408" version="1" comment="version is earlier than 0:0.24.4-0.13.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.24.4-0.13.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32109" version="1" comment="version is earlier than 0:3.9.99.2_3.0.101_0.15-0.15.20" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.9.99.2_3.0.101_0.15-0.15.20</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31561" version="1" comment="version is earlier than 0:4.3.5-0.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.3.5-0.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32105" version="1" comment="version is earlier than 0:1.10.10-120.35.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.10.10-120.35.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32314" version="1" comment="version is earlier than 0:11.2.202.336-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.336-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32831" version="1" comment="version is earlier than 0:4.2.4_02_3.0.101_0.35-0.7.45" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4_02_3.0.101_0.35-0.7.45</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33360" version="1" comment="version is earlier than 0:3.0.101-0.35.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.101-0.35.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32480" version="1" comment="version is earlier than 0:1.8.12-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.12-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32245" version="1" comment="version is earlier than 0:4.3.6-67.9.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.3.6-67.9.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32571" version="1" comment="version is earlier than 0:0.5.12-23.70.41" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.5.12-23.70.41</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31907" version="1" comment="version is earlier than 0:4.7.2_20130108-0.17.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.7.2_20130108-0.17.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32057" version="1" comment="version is earlier than 0:1.7.0.6-0.27.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.0.6-0.27.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32133" version="1" comment="version is earlier than 0:2.4.1-24.39.51.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.1-24.39.51.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31789" version="1" comment="version is earlier than 0:0.3.9-1.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.3.9-1.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33166" version="1" comment="version is earlier than 0:0.5-1.47.51.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.5-1.47.51.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33132" version="1" comment="version is earlier than 0:4.9.5-0.3.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.9.5-0.3.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32986" version="2" comment="version is earlier than 0:7-0.6.9.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7-0.6.9.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32883" version="1" comment="version is earlier than 0:3.14.2-0.4.3.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.14.2-0.4.3.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33026" version="1" comment="version is earlier than 0:0.3.8-56.51.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.3.8-56.51.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32966" version="1" comment="version is earlier than 0:17.0.3esr-0.4.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.3esr-0.4.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32051" version="1" comment="version is earlier than 0:7.4-8.26.42.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.4-8.26.42.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33213" version="1" comment="version is earlier than 0:11.2.202.262-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.262-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32983" version="1" comment="version is earlier than 0:11.2.202.262-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.262-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32271" version="1" comment="version is earlier than 0:2.3.37-2.28.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.3.37-2.28.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32268" version="1" comment="version is earlier than 0:2.4.26-0.28.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.26-0.28.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31548" version="1" comment="version is earlier than 0:0.3.0-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.3.0-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32003" version="1" comment="version is earlier than 0:0.9.8j-0.58.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.8j-0.58.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32393" version="1" comment="version is earlier than 0:2.0.9-25.33.37.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.9-25.33.37.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32235" version="1" comment="version is earlier than 0:0.9.8j-0.54.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.8j-0.54.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32195" version="1" comment="version is earlier than 0:4.13-1326.37.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.13-1326.37.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31972" version="1" comment="version is earlier than 0:1.1.5-0.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.1.5-0.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32374" version="1" comment="version is earlier than 0:4.1.6_04_3.0.101_0.7.15-0.5.12" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.6_04_3.0.101_0.7.15-0.5.12</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32543" version="1" comment="version is earlier than 0:3.0.101-0.7.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.101-0.7.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32014" version="1" comment="version is earlier than 0:147-0.92.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:147-0.92.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32830" version="1" comment="version is earlier than 0:1.5.0-1.4.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.5.0-1.4.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32522" version="1" comment="version is earlier than 0:3.2.2-0.47.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.2.2-0.47.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32712" version="1" comment="version is earlier than 0:0.1-12.34.29" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.1-12.34.29</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32560" version="1" comment="version is earlier than 0:0.0.6-18.22.28" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.0.6-18.22.28</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32186" version="1" comment="version is earlier than 0:0.8.0-0.21.6" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.8.0-0.21.6</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31546" version="1" comment="version is earlier than 0:4.1.10-0.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.10-0.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32047" version="1" comment="version is earlier than 0:4.4.0-6.17.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.4.0-6.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32339" version="1" comment="version is earlier than 0:4.4.0-6.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.4.0-6.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31254" version="1" comment="version is earlier than 0:2.17.135-0.7.6" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.135-0.7.6</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32334" version="1" comment="version is earlier than 0:2.6-8.27.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6-8.27.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31831" version="1" comment="version is earlier than 0:2.6.9-0.27.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.9-0.27.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31963" version="1" comment="version is earlier than 0:2013.10.2-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013.10.2-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32102" version="1" comment="version is earlier than 0:2.11.3-17.62.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.11.3-17.62.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32120" version="1" comment="version is earlier than 0:0.9.9-1.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.9-1.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32132" version="1" comment="version is earlier than 0:0.9.10-1.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.10-1.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32300" version="1" comment="version is earlier than 0:0.5.12-23.74.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.5.12-23.74.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32489" version="1" comment="version is earlier than 0:2013h-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2013h-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32290" version="1" comment="version is earlier than 0:1.8.12-0.21.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.12-0.21.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32184" version="1" comment="version is earlier than 0:1.8.11-0.20.30.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.11-0.20.30.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32411" version="1" comment="version is earlier than 0:3.8.2-141.154.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.8.2-141.154.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32416" version="1" comment="version is earlier than 0:3.8.2-5.36.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.8.2-5.36.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31970" version="1" comment="version is earlier than 0:2.4.1-24.39.49.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.1-24.39.49.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32160" version="1" comment="version is earlier than 0:2.17.29-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.29-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31308" version="1" comment="version is earlier than 0:4.2.4_02_3.0.101_0.29-0.7.24" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4_02_3.0.101_0.29-0.7.24</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32158" version="1" comment="version is earlier than 0:3.0.101-0.29.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.101-0.29.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32848" version="1" comment="version is earlier than 0:2.0.9-25.33.33.5" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.9-25.33.33.5</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32349" version="1" comment="version is earlier than 0:0.4.9-0.95.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.4.9-0.95.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32131" version="1" comment="version is earlier than 0:1.8.8-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.8-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32190" version="1" comment="version is earlier than 0:11.3.23-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.3.23-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32434" version="1" comment="version is earlier than 0:2.6.0-10.17.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.0-10.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32537" version="1" comment="version is earlier than 0:1.0.3-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.3-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31687" version="1" comment="version is earlier than 0:11.3-0.27.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.3-0.27.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32151" version="1" comment="version is earlier than 0:1.7.6p2-0.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.7.6p2-0.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32606" version="1" comment="version is earlier than 0:2.4.2-0.84.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.2-0.84.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32256" version="1" comment="version is earlier than 0:0.9.8j-0.52.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.8j-0.52.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:33137" version="1" comment="version is earlier than 0:1.0.7-36.50.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.7-36.50.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32714" version="1" comment="version is earlier than 0:1.2.3-18.29.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2.3-18.29.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32059" version="1" comment="version is earlier than 0:4.10.4-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.10.4-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32121" version="2" comment="version is earlier than 0:24-0.7.36" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24-0.7.36</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32048" version="1" comment="version is earlier than 0:24.5.0esr-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24.5.0esr-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31799" version="1" comment="version is earlier than 0:3.16-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.16-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32308" version="1" comment="version is earlier than 0:3.7.7-10.28.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.7.7-10.28.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32799" version="1" comment="version is earlier than 0:4.0-0.3.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.0-0.3.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32873" version="1" comment="version is earlier than 0:2.0-0.3.7" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0-0.3.7</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32558" version="1" comment="version is earlier than 0:4.0.3.3.5-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.0.3.3.5-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32135" version="1" comment="version is earlier than 0:2.6.6-0.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.6-0.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31868" version="1" comment="version is earlier than 0:4.24-43.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.24-43.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32222" version="1" comment="version is earlier than 0:11.2.202.359-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.359-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32085" version="1" comment="version is earlier than 0:0.1.2-0.17.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.1.2-0.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32209" version="1" comment="version is earlier than 0:1.34b-12.50.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.34b-12.50.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31990" version="1" comment="version is earlier than 0:3.6.3-0.50.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.6.3-0.50.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32071" version="1" comment="version is earlier than 0:1.2.31-5.33.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.2.31-5.33.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32069" version="1" comment="version is earlier than 0:2.0.873-0.23.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.873-0.23.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32122" version="1" comment="version is earlier than 0:1.34b-12.46.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.34b-12.46.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32402" version="1" comment="version is earlier than 0:1.34b-12.33.39.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.34b-12.33.39.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32234" version="1" comment="version is earlier than 0:3.4.3-1.50.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.4.3-1.50.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32143" version="1" comment="version is earlier than 0:3.6.3-0.33.39.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.6.3-0.33.39.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31956" version="1" comment="version is earlier than 0:3.6.3-0.46.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.6.3-0.46.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32444" version="1" comment="version is earlier than 0:1.31-1.19.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.31-1.19.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32609" version="1" comment="version is earlier than 0:0.12.3-1.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.12.3-1.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32413" version="1" comment="version is earlier than 0:2.11.3-17.56.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.11.3-17.56.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32316" version="1" comment="version is earlier than 0:0.23-0.12.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.23-0.12.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32685" version="1" comment="version is earlier than 0:4.1.5_02_3.0.80_0.7-0.5.18" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.5_02_3.0.80_0.7-0.5.18</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32004" version="1" comment="version is earlier than 0:3.0.80-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.80-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32381" version="1" comment="version is earlier than 0:3.11.10-0.6.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.11.10-0.6.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32083" version="1" comment="version is earlier than 0:1.8.13-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.13-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32438" version="1" comment="version is earlier than 0:2.4.2-0.57.57.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.2-0.57.57.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32512" version="1" comment="version is earlier than 0:17.0.9esr-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.9esr-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31608" version="1" comment="version is earlier than 0:17.0.9esr-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.9esr-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32229" version="1" comment="version is earlier than 0:0.4.9-0.97.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.4.9-0.97.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32775" version="1" comment="version is earlier than 0:9.9.3P2-0.5.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:9.9.3P2-0.5.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32285" version="1" comment="version is earlier than 0:0.3.10-0.11.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.3.10-0.11.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32845" version="1" comment="version is earlier than 0:2.0.9-25.33.33.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.0.9-25.33.33.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32260" version="1" comment="version is earlier than 0:2.4.2-0.88.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.4.2-0.88.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32197" version="1" comment="version is earlier than 0:0.98.1-0.10.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.98.1-0.10.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32478" version="1" comment="version is earlier than 0:7.19.7-1.20.29.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.19.7-1.20.29.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32167" version="1" comment="version is earlier than 0:11.3.26-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.3.26-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32019" version="1" comment="version is earlier than 0:4.2.4_02_3.0.101_0.31-0.7.33" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.4_02_3.0.101_0.31-0.7.33</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31544" version="1" comment="version is earlier than 0:3.0.101-0.31.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.101-0.31.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32410" version="1" comment="version is earlier than 0:1.6.0.0_b27.1.12.7-0.2.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.6.0.0_b27.1.12.7-0.2.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32371" version="1" comment="version is earlier than 0:2.6.29.1-6.35.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.6.29.1-6.35.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:3857" version="4" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <arch operation="pattern match">^(i586$)|(x86_64$)$</arch>
      <epoch>(none)</epoch>
      <version datatype="version">10</version>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32725" version="2" comment="version is earlier than 0:7-0.6.9.31" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7-0.6.9.31</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32672" version="1" comment="version is earlier than 0:17.0.7esr-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.7esr-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32569" version="1" comment="version is earlier than 0:17.0.7esr-0.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:17.0.7esr-0.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32734" version="2" comment="version is earlier than 0:7-0.10.28" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7-0.10.28</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31999" version="1" comment="version is earlier than 0:1.0.5.9-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.5.9-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32098" version="1" comment="version is earlier than 0:6.2.6.39-0.20.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:6.2.6.39-0.20.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32470" version="1" comment="version is earlier than 0:6.2.6.39-0.15.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:6.2.6.39-0.15.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32304" version="1" comment="version is earlier than 0:2.17.134-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.17.134-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32232" version="1" comment="version is earlier than 0:1.8.7.p357-0.9.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.8.7.p357-0.9.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31953" version="1" comment="version is earlier than 0:1.5final-28.23.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.5final-28.23.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31766" version="1" comment="version is earlier than 0:4.2.3_02_3.0.93_0.8-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.3_02_3.0.93_0.8-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32065" version="1" comment="version is earlier than 0:4.2.3_02-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.2.3_02-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32269" version="1" comment="version is earlier than 0:2.24.1-17.67.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.24.1-17.67.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32162" version="1" comment="version is earlier than 0:1.0.2013.01.18-0.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0.2013.01.18-0.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32239" version="1" comment="version is earlier than 0:0.7.1-3.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.7.1-3.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32574" version="1" comment="version is earlier than 0:0.9.23-0.13.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.23-0.13.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32138" version="1" comment="version is earlier than 0:7.19.7-1.38.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:7.19.7-1.38.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32140" version="1" comment="version is earlier than 0:1.0-907.44.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.0-907.44.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31993" version="1" comment="version is earlier than 0:0.20-0.39.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.20-0.39.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31785" version="1" comment="version is earlier than 0:11.2.202.356-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:11.2.202.356-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31843" version="2" comment="version is earlier than 0:24-0.7.23" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24-0.7.23</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31629" version="1" comment="version is earlier than 0:4.10.4-0.3.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.10.4-0.3.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32329" version="1" comment="version is earlier than 0:24.4.0esr-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24.4.0esr-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32379" version="1" comment="version is earlier than 0:4.1.6_04_3.0.101_0.7.17-0.5.16" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:4.1.6_04_3.0.101_0.7.17-0.5.16</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32440" version="1" comment="version is earlier than 0:3.0.101-0.7.17.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.0.101-0.7.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32385" version="1" comment="version is earlier than 0:2.23.1-0.19.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.23.1-0.19.2</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32075" version="1" comment="version is earlier than 0:1.11.4-1.17.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.11.4-1.17.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32504" version="1" comment="version is earlier than 0:2.00-0.41.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.00-0.41.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31691" version="2" comment="version is earlier than 0:24-0.7.14" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24-0.7.14</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32363" version="1" comment="version is earlier than 0:24.3.0esr-0.8.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:24.3.0esr-0.8.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31901" version="1" comment="version is earlier than 0:3.15.4-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:3.15.4-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32436" version="1" comment="version is earlier than 0:2.45-12.25.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:2.45-12.25.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32243" version="1" comment="version is earlier than 0:0.6c8-10.19.6.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.6c8-10.19.6.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32008" version="1" comment="version is earlier than 0:6.4.3.6-7.28.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:6.4.3.6-7.28.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32074" version="1" comment="version is earlier than 0:1.5.17-42.37.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.5.17-42.37.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31951" version="1" comment="version is earlier than 0:15.53-0.13.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:15.53-0.13.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31761" version="1" comment="version is earlier than 0:0.9.8-0.7.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.9.8-0.7.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31543" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <version operation="pattern match">^11(\.\d)*$</version>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:20890" version="2" comment="version is equal to 11.x" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <version operation="pattern match">^11(\.\d)*$</version>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32104" version="1" comment="version is earlier than 0:1.5.1-0.15.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:1.5.1-0.15.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:31235" version="1" comment="version is earlier than 0:6.0.7-0.16.1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:6.0.7-0.16.1</evr>
    </rpminfo_state>
    <rpminfo_state id="oval:org.mitre.oval:ste:32041" version="1" comment="version is earlier than 0:0.8.4-0.39.2" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
      <evr datatype="evr_string" operation="less than">0:0.8.4-0.39.2</evr>
    </rpminfo_state>
  </states>
</oval_definitions>