Revision Date: | 2023-06-21 | Version: | 1 |
Title: | Security update for SUSE Manager Client Tools (Important) |
Description: |
This update fixes the following issues:
grafana:
- Version update from 8.5.22 to 9.5.1 (jsc#PED-3694): * Security fixes: - CVE-2023-1410: grafana: Stored XSS in Graphite FunctionDescription tooltip (bsc#1209645) - CVE-2023-1387: grafana: JWT URL-login flow leaks token to data sources through request parameter in proxy requests (bnc#1210907) - CVE-2022-36062: grafana: Fix RBAC folders/dashboards privilege escalation (bsc#1203596) - CVE-2022-35957: grafana: Escalation from admin to server admin when auth proxy is used (bsc#1203597) - CVE-2022-32149: Upgrade x/text to version unaffected by CVE-2022-32149 (bsc#1204501) - CVE-2022-31107: grafana: OAuth account takeover (bsc#1201539) - CVE-2022-31097: grafana: stored XSS vulnerability (bsc#1201535) - CVE-2022-27664: go1.18,go1.19: net/http: handle server errors after sending GOAWAY (bsc#1203185) - CVE-2022-0155: follow-redirects: Exposure of Private Personal Information to an Unauthorized Actor - CVE-2021-43138: spacewalk-web: a malicious user can obtain privileges via the mapValues() method(bsc#1200480) - CVE-2021-3918: json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') (bsc#1192696) - CVE-2021-3807: node-ansi-regex: Inefficient Regular Expression Complexity in chalk/ansi-regex (bsc#1192154) - CVE-2020-7753: nodejs-trim: Regular Expression Denial of Service (ReDoS) in trim function * Important changes: - Default named retention policies won't be used to query. Users who have a default named retention policy in their influxdb database, have to rename it to something else. To change the hardcoded retention policy in the dashboard.json, users must then select the right retention policy from dropdown and save the panel/dashboard. - Grafana Alerting rules with NoDataState configuration set to Alerting will now respect 'For' duration. - Users who use LDAP role sync to only sync Viewer, Editor and Admin roles, but grant Grafana Server Admin role manually will not be able to do that anymore. After this change, LDAP role sync will override any manual changes to Grafana Server Admin role assignments. If grafana_admin is left unset in LDAP role mapping configuration, it will default to false. - The InfluxDB backend migration feature toggle (influxdbBackendMigration) has been reintroduced in this version as issues were discovered with backend processing of InfluxDB data. Unless this feature toggle is enabled, all InfluxDB data will be parsed in the frontend. This frontend processing is the default behavior. In Grafana 9.4.4, InfluxDB data parsing started to be handled in the backend. If you have upgraded to 9.4.4 and then added new transformations on InfluxDB data, those panels will fail to render. To resolve this either: Remove the affected panel and re-create it or edit the `time` field as `Time` in `panel.json` or `dashboard.json` - The `@grafana/ui` package helper function `selectOptionInTest` used in frontend tests has been removed as it caused testing libraries to be bundled in the production code of Grafana. If you were using this helper function in your tests please update your code accordingly. - Removed deprecated `checkHealth` prop from the `@grafana/e2e` `addDataSource` configuration. Previously this value defaulted to `false`, and has not been used in end-to-end tests since Grafana 8.0.3. - Removed the deprecated `LegacyBaseMap`, `LegacyValueMapping`, `LegacyValueMap`, and `LegacyRangeMap` types, and `getMappedValue` function from grafana-data. See the documentation for the migration. This change fixes a bug in Grafana where intermittent failure of database, network between Grafana and the database, or error in querying the database would cause all alert rules to be unscheduled in Grafana. Following this change scheduled alert rules are not updated unless the query is successful. - The `get_alert_rules_duration_seconds` metric has been renamed to `schedule_query_alert_rules_duration_seconds` - Any secret (data sources credential, alert manager credential, etc, etc) created or modified with Grafana v9.0 won't be decryptable from any previous version (by default) because the way encrypted secrets are stored into the database has changed. Although secrets created or modified with previous versions will still be decryptable by Grafana v9.0. - If required, although generally discouraged, the `disableEnvelopeEncryption` feature toggle can be enabled to keep envelope encryption disabled once updating to Grafana - In case of need to rollback to an earlier version of Grafana (i.e. Grafana v8.x) for any reason, after being created or modified any secret with Grafana v9.0, the `envelopeEncryption` feature toggle will need to be enabled to keep backwards compatibility (only from `v8.3.x` a bit unstable, from `8.5.x` stable). - As a final attempt to deal with issues related with the aforementioned situations, the `grafana-cli admin secrets-migration rollback` command has been designed to move back all the Grafana secrets encrypted with envelope encryption to legacy encryption. So, after running that command it should be safe to disable envelope encryption and/or roll back to a previous version of Grafana. Alternatively or complementarily to all the points above, backing up the Grafana database before updating could be a good idea to prevent disasters (although the risk of getting some secrets corrupted only applies to those updates/created with after updating to Grafana v9.0). - In Elasticsearch, browser access mode was deprecated in grafana 7.4.0 and removed in 9.0.0. If you used this mode please switch to server access mode on the datasource configuration page. - Environment variables passed from Grafana to external Azure plugins have been renamed: `AZURE_CLOUD` renamed to `GFAZPL_AZURE_CLOUD`, `AZURE_MANAGED_IDENTITY_ENABLED` renamed to `GFAZPL_MANAGED_IDENTITY_ENABLED`, `AZURE_MANAGED_IDENTITY_CLIENT_ID` renamed to `GFAZPL_MANAGED_IDENTITY_CLIENT_ID`. There are no known plugins which were relying on these variables. Moving forward plugins should read Azure settings only via Grafana Azure SDK which properly handles old and new environment variables. - Removes support for for ElasticSearch versions after their end-of-life, currently versions < 7.10.0. To continue to use ElasticSearch data source, upgrade ElasticSearch to version 7.10.0+. - Application Insights and Insight Analytics queries in Azure Monitor were deprecated in Grafana 8.0 and finally removed in 9.0. Deprecated queries will no longer be executed. - grafana/ui: Button now specifies a default type='button'. The `Button` component provided by @grafana/ui now specifies a default `type='button'` when no type is provided. In previous versions, if the attribute was not specified for buttons associated with a ` |
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1175508 1192050 1192154 1192696 1193041 1200480 1201535 1201539 1203185 1203596 1203597 1204501 1209645 1210907 CVE-2010-2074 CVE-2010-2891 CVE-2010-3170 CVE-2010-3609 CVE-2010-4000 CVE-2010-4651 CVE-2011-1526 CVE-2011-3389 CVE-2011-3640 CVE-2011-4862 CVE-2012-2669 CVE-2012-4929 CVE-2012-5532 CVE-2013-0743 CVE-2013-0791 CVE-2013-1620 CVE-2013-1739 CVE-2013-1740 CVE-2013-4314 CVE-2013-5605 CVE-2013-6435 CVE-2014-1492 CVE-2014-1568 CVE-2014-1569 CVE-2014-3540 CVE-2014-4038 CVE-2014-4039 CVE-2014-8118 CVE-2015-1196 CVE-2015-1239 CVE-2015-1395 CVE-2015-1396 CVE-2015-4000 CVE-2015-7181 CVE-2015-7182 CVE-2015-7575 CVE-2015-8871 CVE-2016-10507 CVE-2016-1938 CVE-2016-1950 CVE-2016-1978 CVE-2016-1979 CVE-2016-2834 CVE-2016-5285 CVE-2016-7163 CVE-2016-7445 CVE-2016-8332 CVE-2016-8635 CVE-2016-9074 CVE-2016-9112 CVE-2016-9113 CVE-2016-9114 CVE-2016-9115 CVE-2016-9116 CVE-2016-9117 CVE-2016-9118 CVE-2016-9434 CVE-2016-9435 CVE-2016-9436 CVE-2016-9437 CVE-2016-9438 CVE-2016-9439 CVE-2016-9440 CVE-2016-9441 CVE-2016-9442 CVE-2016-9443 CVE-2016-9572 CVE-2016-9573 CVE-2016-9574 CVE-2016-9580 CVE-2016-9581 CVE-2016-9621 CVE-2016-9622 CVE-2016-9623 CVE-2016-9624 CVE-2016-9625 CVE-2016-9626 CVE-2016-9627 CVE-2016-9628 CVE-2016-9629 CVE-2016-9630 CVE-2016-9631 CVE-2016-9632 CVE-2016-9633 CVE-2017-11624 CVE-2017-11625 CVE-2017-11626 CVE-2017-11627 CVE-2017-12595 CVE-2017-14039 CVE-2017-14040 CVE-2017-14041 CVE-2017-14164 CVE-2017-171479 CVE-2017-17479 CVE-2017-17480 CVE-2017-7805 CVE-2017-8288 CVE-2017-9208 CVE-2017-9209 CVE-2017-9210 CVE-2020-7753 CVE-2021-21703 CVE-2021-21707 CVE-2021-3807 CVE-2021-3918 CVE-2021-43138 CVE-2022-0155 CVE-2022-27664 CVE-2022-31097 CVE-2022-31107 CVE-2022-32149 CVE-2022-35957 CVE-2022-36062 CVE-2023-1387 CVE-2023-1410 SUSE-SU-2021:3943-1 SUSE-SU-2023:2575-1
|
Platform(s): | openSUSE 13.1 openSUSE 13.1 NonFree openSUSE 13.2 openSUSE 13.2 NonFree SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 15 SP5 SUSE Linux Enterprise High Availability Extension 11 SP3 SUSE Linux Enterprise High Availability Extension 11 SP4 SUSE Linux Enterprise High Performance Computing 15 SP2 SUSE Linux Enterprise High Performance Computing 15 SP5 SUSE Linux Enterprise Live Patching 12 SUSE Linux Enterprise Live Patching 12 SP3 SUSE Linux Enterprise Live Patching 12 SP4 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for High Performance Computing 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Package Hub 15 SP5 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Module for Web Scripting 15 SP2 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Point of Sale 12 SP2 SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT SUSE Linux Enterprise Real Time Extension 11 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server 15 SP2 SUSE Linux Enterprise Server 15 SP5 SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for SAP Applications 15 SP2 SUSE Linux Enterprise Server for SAP Applications 15 SP5 SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SUSE Linux Enterprise Software Development Kit 12 SP1 SUSE Linux Enterprise Software Development Kit 12 SP2 SUSE Linux Enterprise Software Development Kit 12 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Storage 7 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Manager Proxy 4.1 SUSE Manager Server 4.1
| Product(s): | |
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed AND Package Information
libfreebl3-3.15.3-0.8.1 is installed
OR libfreebl3-32bit-3.15.3-0.8.1 is installed
OR libsoftokn3-3.15.3-0.8.1 is installed
OR libsoftokn3-32bit-3.15.3-0.8.1 is installed
OR mozilla-nspr-4.10.2-0.3.1 is installed
OR mozilla-nspr-32bit-4.10.2-0.3.1 is installed
OR mozilla-nss-3.15.3-0.8.1 is installed
OR mozilla-nss-32bit-3.15.3-0.8.1 is installed
OR mozilla-nss-tools-3.15.3-0.8.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND fetchmail-6.3.8.90-13.20.21.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libldap-2_4-2-2.4.41-18.13 is installed
OR libldap-2_4-2-32bit-2.4.41-18.13 is installed
OR openldap2-client-2.4.41-18.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND rsync-3.1.0-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libmysqlclient18-10.0.28-17 is installed
OR libmysqlclient18-32bit-10.0.28-17 is installed
OR libmysqlclient_r18-10.0.28-17 is installed
OR libmysqlclient_r18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
OR mariadb-client-10.0.28-17 is installed
OR mariadb-errormessages-10.0.28-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libncurses5-5.9-50 is installed
OR libncurses5-32bit-5.9-50 is installed
OR libncurses6-5.9-50 is installed
OR libncurses6-32bit-5.9-50 is installed
OR ncurses-5.9-50 is installed
OR ncurses-devel-5.9-50 is installed
OR ncurses-utils-5.9-50 is installed
OR tack-5.9-50 is installed
OR terminfo-5.9-50 is installed
OR terminfo-base-5.9-50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Desktop 15 SP5 is installed
OR SUSE Linux Enterprise High Performance Computing 15 SP5 is installed
OR SUSE Linux Enterprise Module for Package Hub 15 SP5 is installed
OR SUSE Linux Enterprise Server 15 SP5 is installed
OR SUSE Linux Enterprise Server for SAP Applications 15 SP5 is installed
AND grafana-9.5.1-150200.3.41.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND Package Information
gnutls-2.4.1-24.39.57.1 is installed
OR libgnutls-extra26-2.4.1-24.39.57.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND Package Information
hawk-0.7.0+git.1430140184.8e872c5-7.1 is installed
OR hawk-templates-0.7.0+git.1430140184.8e872c5-7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 SP2 is installed
AND Package Information
apache2-mod_php7-7.4.6-3.29.1 is installed
OR php7-7.4.6-3.29.1 is installed
OR php7-bcmath-7.4.6-3.29.1 is installed
OR php7-bz2-7.4.6-3.29.1 is installed
OR php7-calendar-7.4.6-3.29.1 is installed
OR php7-ctype-7.4.6-3.29.1 is installed
OR php7-curl-7.4.6-3.29.1 is installed
OR php7-dba-7.4.6-3.29.1 is installed
OR php7-devel-7.4.6-3.29.1 is installed
OR php7-dom-7.4.6-3.29.1 is installed
OR php7-enchant-7.4.6-3.29.1 is installed
OR php7-exif-7.4.6-3.29.1 is installed
OR php7-fastcgi-7.4.6-3.29.1 is installed
OR php7-fileinfo-7.4.6-3.29.1 is installed
OR php7-fpm-7.4.6-3.29.1 is installed
OR php7-ftp-7.4.6-3.29.1 is installed
OR php7-gd-7.4.6-3.29.1 is installed
OR php7-gettext-7.4.6-3.29.1 is installed
OR php7-gmp-7.4.6-3.29.1 is installed
OR php7-iconv-7.4.6-3.29.1 is installed
OR php7-intl-7.4.6-3.29.1 is installed
OR php7-json-7.4.6-3.29.1 is installed
OR php7-ldap-7.4.6-3.29.1 is installed
OR php7-mbstring-7.4.6-3.29.1 is installed
OR php7-mysql-7.4.6-3.29.1 is installed
OR php7-odbc-7.4.6-3.29.1 is installed
OR php7-opcache-7.4.6-3.29.1 is installed
OR php7-openssl-7.4.6-3.29.1 is installed
OR php7-pcntl-7.4.6-3.29.1 is installed
OR php7-pdo-7.4.6-3.29.1 is installed
OR php7-pgsql-7.4.6-3.29.1 is installed
OR php7-phar-7.4.6-3.29.1 is installed
OR php7-posix-7.4.6-3.29.1 is installed
OR php7-readline-7.4.6-3.29.1 is installed
OR php7-shmop-7.4.6-3.29.1 is installed
OR php7-snmp-7.4.6-3.29.1 is installed
OR php7-soap-7.4.6-3.29.1 is installed
OR php7-sockets-7.4.6-3.29.1 is installed
OR php7-sodium-7.4.6-3.29.1 is installed
OR php7-sqlite-7.4.6-3.29.1 is installed
OR php7-sysvmsg-7.4.6-3.29.1 is installed
OR php7-sysvsem-7.4.6-3.29.1 is installed
OR php7-sysvshm-7.4.6-3.29.1 is installed
OR php7-tidy-7.4.6-3.29.1 is installed
OR php7-tokenizer-7.4.6-3.29.1 is installed
OR php7-xmlreader-7.4.6-3.29.1 is installed
OR php7-xmlrpc-7.4.6-3.29.1 is installed
OR php7-xmlwriter-7.4.6-3.29.1 is installed
OR php7-xsl-7.4.6-3.29.1 is installed
OR php7-zip-7.4.6-3.29.1 is installed
OR php7-zlib-7.4.6-3.29.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 is installed
AND Package Information
kgraft-patch-4_4_21-84-default-6-3 is installed
OR kgraft-patch-SLE12-SP2_Update_2-6-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 SP3 is installed
AND Package Information
kgraft-patch-4_4_82-6_6-default-1-2 is installed
OR kgraft-patch-SLE12-SP3_Update_2-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 SP4 is installed
AND Package Information
kgraft-patch-4_12_14-95_6-default-1-6.3 is installed
OR kgraft-patch-SLE12-SP4_Update_2-1-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
salt-2016.11.4-45 is installed
OR salt-api-2016.11.4-45 is installed
OR salt-bash-completion-2016.11.4-45 is installed
OR salt-cloud-2016.11.4-45 is installed
OR salt-doc-2016.11.4-45 is installed
OR salt-master-2016.11.4-45 is installed
OR salt-minion-2016.11.4-45 is installed
OR salt-proxy-2016.11.4-45 is installed
OR salt-ssh-2016.11.4-45 is installed
OR salt-syndic-2016.11.4-45 is installed
OR salt-zsh-completion-2016.11.4-45 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
ruby2.1-rubygem-passenger-5.0.18-6 is installed
OR rubygem-passenger-5.0.18-6 is installed
OR rubygem-passenger-apache2-5.0.18-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 12 is installed
AND Package Information
libpmi0-17.02.11-6.19 is installed
OR libslurm31-17.02.11-6.19 is installed
OR perl-slurm-17.02.11-6.19 is installed
OR slurm-17.02.11-6.19 is installed
OR slurm-auth-none-17.02.11-6.19 is installed
OR slurm-config-17.02.11-6.19 is installed
OR slurm-devel-17.02.11-6.19 is installed
OR slurm-doc-17.02.11-6.19 is installed
OR slurm-lua-17.02.11-6.19 is installed
OR slurm-munge-17.02.11-6.19 is installed
OR slurm-pam_slurm-17.02.11-6.19 is installed
OR slurm-plugins-17.02.11-6.19 is installed
OR slurm-sched-wiki-17.02.11-6.19 is installed
OR slurm-slurmdb-direct-17.02.11-6.19 is installed
OR slurm-slurmdbd-17.02.11-6.19 is installed
OR slurm-sql-17.02.11-6.19 is installed
OR slurm-torque-17.02.11-6.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-66 is installed
OR libopenssl0_9_8-0.9.8j-66 is installed
OR libopenssl0_9_8-32bit-0.9.8j-66 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-PyYAML-3.10-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-15 is installed
OR php5-5.5.14-15 is installed
OR php5-bcmath-5.5.14-15 is installed
OR php5-bz2-5.5.14-15 is installed
OR php5-calendar-5.5.14-15 is installed
OR php5-ctype-5.5.14-15 is installed
OR php5-curl-5.5.14-15 is installed
OR php5-dba-5.5.14-15 is installed
OR php5-dom-5.5.14-15 is installed
OR php5-enchant-5.5.14-15 is installed
OR php5-exif-5.5.14-15 is installed
OR php5-fastcgi-5.5.14-15 is installed
OR php5-fileinfo-5.5.14-15 is installed
OR php5-fpm-5.5.14-15 is installed
OR php5-ftp-5.5.14-15 is installed
OR php5-gd-5.5.14-15 is installed
OR php5-gettext-5.5.14-15 is installed
OR php5-gmp-5.5.14-15 is installed
OR php5-iconv-5.5.14-15 is installed
OR php5-intl-5.5.14-15 is installed
OR php5-json-5.5.14-15 is installed
OR php5-ldap-5.5.14-15 is installed
OR php5-mbstring-5.5.14-15 is installed
OR php5-mcrypt-5.5.14-15 is installed
OR php5-mysql-5.5.14-15 is installed
OR php5-odbc-5.5.14-15 is installed
OR php5-openssl-5.5.14-15 is installed
OR php5-pcntl-5.5.14-15 is installed
OR php5-pdo-5.5.14-15 is installed
OR php5-pear-5.5.14-15 is installed
OR php5-pgsql-5.5.14-15 is installed
OR php5-pspell-5.5.14-15 is installed
OR php5-shmop-5.5.14-15 is installed
OR php5-snmp-5.5.14-15 is installed
OR php5-soap-5.5.14-15 is installed
OR php5-sockets-5.5.14-15 is installed
OR php5-sqlite-5.5.14-15 is installed
OR php5-suhosin-5.5.14-15 is installed
OR php5-sysvmsg-5.5.14-15 is installed
OR php5-sysvsem-5.5.14-15 is installed
OR php5-sysvshm-5.5.14-15 is installed
OR php5-tokenizer-5.5.14-15 is installed
OR php5-wddx-5.5.14-15 is installed
OR php5-xmlreader-5.5.14-15 is installed
OR php5-xmlrpc-5.5.14-15 is installed
OR php5-xmlwriter-5.5.14-15 is installed
OR php5-xsl-5.5.14-15 is installed
OR php5-zip-5.5.14-15 is installed
OR php5-zlib-5.5.14-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
kernel-default-3.0.101-0.47.99.1 is installed
OR kernel-default-base-3.0.101-0.47.99.1 is installed
OR kernel-default-devel-3.0.101-0.47.99.1 is installed
OR kernel-ec2-3.0.101-0.47.99.1 is installed
OR kernel-ec2-base-3.0.101-0.47.99.1 is installed
OR kernel-ec2-devel-3.0.101-0.47.99.1 is installed
OR kernel-pae-3.0.101-0.47.99.1 is installed
OR kernel-pae-base-3.0.101-0.47.99.1 is installed
OR kernel-pae-devel-3.0.101-0.47.99.1 is installed
OR kernel-source-3.0.101-0.47.99.1 is installed
OR kernel-syms-3.0.101-0.47.99.1 is installed
OR kernel-trace-3.0.101-0.47.99.1 is installed
OR kernel-trace-base-3.0.101-0.47.99.1 is installed
OR kernel-trace-devel-3.0.101-0.47.99.1 is installed
OR kernel-xen-3.0.101-0.47.99.1 is installed
OR kernel-xen-base-3.0.101-0.47.99.1 is installed
OR kernel-xen-devel-3.0.101-0.47.99.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 12 SP2 is installed
AND Package Information
python2-salt-2018.3.0-46.44 is installed
OR salt-2018.3.0-46.44 is installed
OR salt-minion-2018.3.0-46.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
AND Package Information
xen-4.7.5_04-43.33 is installed
OR xen-doc-html-4.7.5_04-43.33 is installed
OR xen-libs-4.7.5_04-43.33 is installed
OR xen-libs-32bit-4.7.5_04-43.33 is installed
OR xen-tools-4.7.5_04-43.33 is installed
OR xen-tools-domU-4.7.5_04-43.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP3 is installed
AND Package Information
cluster-network-kmp-rt-1.4_3.0.101_rt130_0.28-2.27.99 is installed
OR cluster-network-kmp-rt_trace-1.4_3.0.101_rt130_0.28-2.27.99 is installed
OR drbd-kmp-rt-8.4.4_3.0.101_rt130_0.28-0.22.65 is installed
OR drbd-kmp-rt_trace-8.4.4_3.0.101_rt130_0.28-0.22.65 is installed
OR iscsitarget-kmp-rt-1.4.20_3.0.101_rt130_0.28-0.38.84 is installed
OR iscsitarget-kmp-rt_trace-1.4.20_3.0.101_rt130_0.28-0.38.84 is installed
OR kernel-rt-3.0.101.rt130-0.28.1 is installed
OR kernel-rt-base-3.0.101.rt130-0.28.1 is installed
OR kernel-rt-devel-3.0.101.rt130-0.28.1 is installed
OR kernel-rt_trace-3.0.101.rt130-0.28.1 is installed
OR kernel-rt_trace-base-3.0.101.rt130-0.28.1 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-0.28.1 is installed
OR kernel-source-rt-3.0.101.rt130-0.28.1 is installed
OR kernel-syms-rt-3.0.101.rt130-0.28.1 is installed
OR lttng-modules-kmp-rt-2.1.1_3.0.101_rt130_0.28-0.11.75 is installed
OR lttng-modules-kmp-rt_trace-2.1.1_3.0.101_rt130_0.28-0.11.75 is installed
OR ocfs2-kmp-rt-1.6_3.0.101_rt130_0.28-0.20.99 is installed
OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_0.28-0.20.99 is installed
OR ofed-kmp-rt-1.5.4.1_3.0.101_rt130_0.28-0.13.90 is installed
OR ofed-kmp-rt_trace-1.5.4.1_3.0.101_rt130_0.28-0.13.90 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 is installed
AND quagga-0.99.10-17.17.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
curl-7.19.0-11.24.25 is installed
OR libcurl4-7.19.0-11.24.25 is installed
OR libcurl4-32bit-7.19.0-11.24.25 is installed
OR libcurl4-x86-7.19.0-11.24.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND Package Information
MozillaFirefox-31.4.0esr-0.3.1 is installed
OR MozillaFirefox-translations-31.4.0esr-0.3.1 is installed
OR libfreebl3-3.17.3-0.3.1 is installed
OR libfreebl3-32bit-3.17.3-0.3.1 is installed
OR mozilla-nss-3.17.3-0.3.1 is installed
OR mozilla-nss-32bit-3.17.3-0.3.1 is installed
OR mozilla-nss-tools-3.17.3-0.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
dhcp-4.2.4.P2-0.11.13.1 is installed
OR dhcp-client-4.2.4.P2-0.11.13.1 is installed
OR dhcp-relay-4.2.4.P2-0.11.13.1 is installed
OR dhcp-server-4.2.4.P2-0.11.13.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
dhcp-4.2.4.P2-0.11.13.1 is installed
OR dhcp-client-4.2.4.P2-0.11.13.1 is installed
OR dhcp-relay-4.2.4.P2-0.11.13.1 is installed
OR dhcp-server-4.2.4.P2-0.11.13.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
boost-license-1.36.0-11.17 is installed
OR libboost_program_options1_36_0-1.36.0-11.17 is installed
OR libboost_regex1_36_0-1.36.0-11.17 is installed
OR libboost_signals1_36_0-1.36.0-11.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND Package Information
MozillaFirefox-24.5.0esr-0.3.1 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10.14 is installed
OR MozillaFirefox-translations-24.5.0esr-0.3.1 is installed
OR libfreebl3-3.16-0.3.1 is installed
OR libfreebl3-32bit-3.16-0.3.1 is installed
OR mozilla-nspr-4.10.4-0.3.1 is installed
OR mozilla-nspr-32bit-4.10.4-0.3.1 is installed
OR mozilla-nspr-devel-4.10.4-0.3.1 is installed
OR mozilla-nss-3.16-0.3.1 is installed
OR mozilla-nss-32bit-3.16-0.3.1 is installed
OR mozilla-nss-devel-3.16-0.3.1 is installed
OR mozilla-nss-tools-3.16-0.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-38.5.0esr-28.2 is installed
OR MozillaFirefox-translations-38.5.0esr-28.2 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-38.5.0esr-28.2 is installed
OR MozillaFirefox-translations-38.5.0esr-28.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
MozillaFirefox-17.0.4esr-0.10.42 is installed
OR MozillaFirefox-translations-17.0.4esr-0.10.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bind-9.9.6P1-0.33.1 is installed
OR bind-chrootenv-9.9.6P1-0.33.1 is installed
OR bind-doc-9.9.6P1-0.33.1 is installed
OR bind-libs-9.9.6P1-0.33.1 is installed
OR bind-libs-32bit-9.9.6P1-0.33.1 is installed
OR bind-utils-9.9.6P1-0.33.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND binutils-2.24-3.62 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND wpa_supplicant-2.2-8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND wpa_supplicant-2.2-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
emacs-24.3-14.44 is installed
OR emacs-el-24.3-14.44 is installed
OR emacs-info-24.3-14.44 is installed
OR emacs-nox-24.3-14.44 is installed
OR emacs-x11-24.3-14.44 is installed
OR etags-24.3-14.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
openslp-2.0.0-5 is installed
OR openslp-32bit-2.0.0-5 is installed
OR openslp-server-2.0.0-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
libmysqlclient-devel-10.0.31-29.3.1 is installed
OR libmysqlclient18-10.0.31-29.3.1 is installed
OR libmysqlclient18-32bit-10.0.31-29.3.1 is installed
OR libmysqlclient_r18-10.0.31-29.3.1 is installed
OR libmysqld-devel-10.0.31-29.3.1 is installed
OR libmysqld18-10.0.31-29.3.1 is installed
OR mariadb-10.0.31-29.3.1 is installed
OR mariadb-client-10.0.31-29.3.1 is installed
OR mariadb-errormessages-10.0.31-29.3.1 is installed
OR mariadb-tools-10.0.31-29.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
libmysqlclient18-10.0.28-17.2 is installed
OR libmysqlclient18-32bit-10.0.28-17.2 is installed
OR mariadb-10.0.28-17.2 is installed
OR mariadb-client-10.0.28-17.2 is installed
OR mariadb-errormessages-10.0.28-17.2 is installed
OR mariadb-tools-10.0.28-17.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND patch-2.7.5-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
apache-commons-beanutils-1.9.2-1 is installed
OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP5 is installed
AND Package Information
avahi-0.6.32-32.3 is installed
OR avahi-lang-0.6.32-32.3 is installed
OR avahi-utils-0.6.32-32.3 is installed
OR libavahi-client3-0.6.32-32.3 is installed
OR libavahi-client3-32bit-0.6.32-32.3 is installed
OR libavahi-common3-0.6.32-32.3 is installed
OR libavahi-common3-32bit-0.6.32-32.3 is installed
OR libavahi-core7-0.6.32-32.3 is installed
OR libdns_sd-0.6.32-32.3 is installed
OR libdns_sd-32bit-0.6.32-32.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
openssh-6.6p1-52 is installed
OR openssh-askpass-gnome-6.6p1-52 is installed
OR openssh-fips-6.6p1-52 is installed
OR openssh-helpers-6.6p1-52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
openssh-6.6p1-52 is installed
OR openssh-askpass-gnome-6.6p1-52 is installed
OR openssh-fips-6.6p1-52 is installed
OR openssh-helpers-6.6p1-52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
git-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
at-3.1.14-7 is installed
OR flex-2.5.37-8 is installed
OR libQtWebKit4-4.8.6+2.3.3-3 is installed
OR libbonobo-2.32.1-16 is installed
OR libbonobo-doc-2.32.1-16 is installed
OR libbonobo-lang-2.32.1-16 is installed
OR libkde4-4.12.0-7 is installed
OR libkdecore4-4.12.0-7 is installed
OR libksuseinstall1-4.12.0-7 is installed
OR libnetpbm11-10.66.3-4 is installed
OR netpbm-10.66.3-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND LibVNCServer-devel-0.9.1-154.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 is installed
AND libXv-devel-1.0.10-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
ant-1.9.4-1 is installed
OR ant-jmf-1.9.4-1 is installed
OR ant-scripts-1.9.4-1 is installed
OR ant-swing-1.9.4-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
AND automake-1.13.4-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
DirectFB-devel-1.7.1-6 is installed
OR lib++dfb-devel-1.7.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND accountsservice-devel-0.6.42-16.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libjavascriptcoregtk-1_0-0-2.4.8-16.2 is installed
OR libjavascriptcoregtk-1_0-0-32bit-2.4.8-16.2 is installed
OR libwebkit2gtk-3_0-25-2.4.8-16.2 is installed
OR libwebkitgtk-1_0-0-2.4.8-16.2 is installed
OR libwebkitgtk-1_0-0-32bit-2.4.8-16.2 is installed
OR libwebkitgtk2-lang-2.4.8-16.2 is installed
OR typelib-1_0-JavaScriptCore-3_0-2.4.8-16.2 is installed
OR typelib-1_0-WebKit-3_0-2.4.8-16.2 is installed
OR webkitgtk-2.4.8-16.2 is installed
OR webkitgtk3-2.4.8-16.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gd-2.1.0-12.1 is installed
OR gd-32bit-2.1.0-12.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
ImageMagick-6.8.8.1-54.1 is installed
OR libMagick++-6_Q16-3-6.8.8.1-54.1 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-54.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
kernel-default-4.4.82-6.3.1 is installed
OR kernel-default-extra-4.4.82-6.3.1 is installed
|