Revision Date: | 2020-12-02 | Version: | 1 |
Title: | Security update for rmt-server (Important) |
Description: |
This update for rmt-server fixes the following issues:
- Version 2.6.5 - Solved potential bug of SCC repository URLs changing over time. RMT now self heals by removing the previous invalid repository and creating the correct one.
- Version 2.6.4 - Add web server settings to /etc/rmt.conf: Now it's possible to configure the minimum and maximum threads count as well the number of web server workers to be booted through /etc/rmt.conf.
- Version 2.6.3 - Instead of using an MD5 of URLs for custom repository friendly_ids, RMT now builds an ID from the name.
- Version 2.6.2 - Fix RMT file caching based on timestamps: Previously, RMT sent GET requests with the header 'If-Modified-Since' to a repository server and if the response had a 304 (Not Modified), it would copy a file from the local cache instead of downloading. However, if the local file timestamp accidentally changed to a date newer than the one on the repository server, RMT would have an outdated file, which caused some errors. Now, RMT makes HEAD requests to the repositories servers and inspect the 'Last-Modified' header to decide whether to download a file or copy it from cache, by comparing the equalness of timestamps.
- Version 2.6.1 - Fixed an issue where relative paths supplied to `rmt-cli import repos` caused the command to fail.
- Version 2.6.0 - Friendlier IDs for custom repositories: In an effort to simplify the handling of SCC and custom repositories, RMT now has friendly IDs. For SCC repositories, it's the same SCC ID as before. For custom repositories, it can either be user provided or RMT generated (MD5 of the provided URL). Benefits: * `rmt-cli mirror repositories` now works for custom repositories. * Custom repository IDs can be the same across RMT instances. * No more confusing 'SCC ID' vs 'ID' in `rmt-cli` output. Deprecation Warnings: * RMT now uses a different ID for custom repositories than before. RMT still supports that old ID, but it's recommended to start using the new ID to ensure future compatibility.
* - Version 2.5.20 - Updated rails from 6.0.3.2 to 6.0.3.3: - actionview (CVE-2020-15169)
- Version 2.5.19 - RMT now has the ability to remove local systems with the command `rmt-cli systems remove`.
- Version 2.5.18 - Fixed exit code for `rmt-cli mirror` and its subcommands. Now it exits with 1 whenever an error occurrs during mirroring - Improved message logging for `rtm-cli mirror`. Instead of logging an error when it occurs, the command summarize all errors at the end of execution. Now log messages have colors to better identify failure/success.
- Version 2.5.17 - RMT no longer provides the installer updates repository to systems via its zypper service. This repository is used during the installation process, as it provides an up-to-date installation experience, but it has no use on an already installed system.
* - Version 2.5.16 - Updated RMT's rails and puma dependencies. - puma (CVE-2020-11076, CVE-2020-11077, CVE-2020-5249, CVE-2020-5247 CVE-2019-16770) - actionpack (CVE-2020-8185, CVE-2020-8164, CVE-2020-8166) - actionview (CVE-2020-8167, CVE-2020-5267, CVE-2019-5418, CVE-2019-5419) - activesupport (CVE-2020-8165) - railties (CVE-2019-5420)
- Version 2.5.15 - RMT now checks if repositories are fully mirrored during the activation process. Previously, RMT only checked if the repositories were enabled to be mirrored, but not that they were actually mirrored. In this case, RMTs were not able to provide the repository data which systems assumed it had.
- Version 2.5.14 - Enable 'Installer-Updates' repositories by default
- Fixed deprecation warning when thor encountered an error. Also, instead of returning 0 for thor errors, rmt-cli will return 1 instead.
- Version 2.5.13 - Added `rmt-cli repos clean` command to remove locally mirrored files of repositories which are not marked to be mirrored. - Previously, RMT didn't track deduplicated files in its database. Now, to accommodate `rmt-cli repos clean`, RMT will track all mirrored files.
- Move the nginx reload to the configuration package which contain nginx config files, don't reload nginx unconditionally from main package.
* - Version 2.5.12 - Update rack to version 2.2.3 (CVE-2020-8184: bsc#1173351) - Update Rails to version 5.2.4.3: - actionpack (CVE-2020-8164: bsc#1172177) - actionpack (CVE-2020-8166: bsc#1172182) - activesupport (CVE-2020-8165: bsc#1172186) - actionview (CVE-2020-8167: bsc#1172184)
- Version 2.5.11 - rmt-server-pubcloud: - SLES11 EOL - Extension activation verification based on the available subscriptions - Added a manual instance verification script
- Version 2.5.10 - Support rmt-server to run with Ruby 2.7 (Factory/Tumbleweed): - Bump gem 'config' version from 1.7.2 to 2.2.1 to fix incompatibility Ruby 2.7 OpenStruct class; - Bump gem 'typhoeus' version from 1.3.1 to 1.4.0 in order to also bump gem 'ethon' version, which caused a 'rb_safe_level' warning on Ruby 2.7; - Fix 'last arg as keyword arg' Ruby 2.7 warning on source code; - Disable 'deprecated' warnings from Ruby 2.7; Rails 5.1 generates a lot of warnings with Ruby 2.7, mainly due to 'capturing the given block with Proc.new', which is deprecated; - Improve RPM spec to consider only the distribution default Ruby version configured in OBS; - Improve RPM spec to remove Ruby 2.7 warnings regarding 'bundler.
- Move nginx/vhosts.d directory to correct sub-package. They are needed together with nginx, not rmt-server. - Fix dependencies especially for containerized usage: - mariadb and nginx are not hard requires, could run on another host - Fix generic dependencies: - systemd ordering was missing - shadow is required for pre-install
- Version 2.5.9 - rmt-server-pubcloud: enforce strict authentication
- Version 2.5.8 - Use repomd_parser gem to remove repository metadata parsing code.
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1159329 1161719 1163809 1172177 1172182 1172184 1172186 1173351 CVE-2006-4484 CVE-2009-0790 CVE-2010-1172 CVE-2010-3170 CVE-2011-2199 CVE-2011-3389 CVE-2011-3640 CVE-2012-2388 CVE-2012-5112 CVE-2012-5133 CVE-2013-0292 CVE-2013-0743 CVE-2013-0791 CVE-2013-1620 CVE-2013-1739 CVE-2013-1740 CVE-2013-1987 CVE-2013-2944 CVE-2013-4282 CVE-2013-4326 CVE-2013-5018 CVE-2013-5605 CVE-2013-6075 CVE-2013-6076 CVE-2013-6435 CVE-2014-1344 CVE-2014-1384 CVE-2014-1385 CVE-2014-1386 CVE-2014-1387 CVE-2014-1388 CVE-2014-1389 CVE-2014-1390 CVE-2014-1492 CVE-2014-1568 CVE-2014-1569 CVE-2014-1748 CVE-2014-2338 CVE-2014-3618 CVE-2014-8118 CVE-2014-8169 CVE-2014-9221 CVE-2015-1071 CVE-2015-1076 CVE-2015-1081 CVE-2015-1083 CVE-2015-1120 CVE-2015-1122 CVE-2015-1127 CVE-2015-1153 CVE-2015-1155 CVE-2015-2330 CVE-2015-3247 CVE-2015-3658 CVE-2015-3659 CVE-2015-3727 CVE-2015-3731 CVE-2015-3741 CVE-2015-3743 CVE-2015-3745 CVE-2015-3747 CVE-2015-3748 CVE-2015-3749 CVE-2015-3752 CVE-2015-4000 CVE-2015-4171 CVE-2015-5260 CVE-2015-5261 CVE-2015-5788 CVE-2015-5794 CVE-2015-5801 CVE-2015-5809 CVE-2015-5822 CVE-2015-5928 CVE-2015-7181 CVE-2015-7182 CVE-2015-7575 CVE-2016-0749 CVE-2016-1602 CVE-2016-1938 CVE-2016-1950 CVE-2016-1978 CVE-2016-1979 CVE-2016-2150 CVE-2016-2834 CVE-2019-16770 CVE-2019-5418 CVE-2019-5419 CVE-2019-5420 CVE-2019-8835 CVE-2019-8844 CVE-2019-8846 CVE-2020-11076 CVE-2020-11077 CVE-2020-15169 CVE-2020-3862 CVE-2020-3864 CVE-2020-3865 CVE-2020-3867 CVE-2020-3868 CVE-2020-5247 CVE-2020-5249 CVE-2020-5267 CVE-2020-8164 CVE-2020-8165 CVE-2020-8166 CVE-2020-8167 CVE-2020-8184 CVE-2020-8185 SUSE-SU-2020:0468-1 SUSE-SU-2020:3147-1
|
Platform(s): | openSUSE 13.1 openSUSE 13.1 NonFree SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 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 12 SP4 SUSE Linux Enterprise for SAP 12 SUSE Linux Enterprise for SAP 12 SP1 SUSE Linux Enterprise High Performance Computing 12 SP5 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 Public Cloud 12 SUSE Linux Enterprise Module for Toolchain 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 12 SP2 SUSE Linux Enterprise Real Time Extension 11 SP3 SUSE Linux Enterprise Real Time Extension 12 SP2 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 SP2 SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 15 SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP2 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 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE OpenStack Cloud 5
| Product(s): | |
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed AND haproxy-1.5.4-2.4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.4.0esr-25.6 is installed
OR MozillaFirefox-branding-SLED-38-15.31 is installed
OR MozillaFirefox-translations-38.4.0esr-25.6 is installed
OR libfreebl3-3.19.2.1-19.3 is installed
OR libfreebl3-32bit-3.19.2.1-19.3 is installed
OR libsoftokn3-3.19.2.1-19.3 is installed
OR libsoftokn3-32bit-3.19.2.1-19.3 is installed
OR mozilla-nspr-4.10.10-16.1 is installed
OR mozilla-nspr-32bit-4.10.10-16.1 is installed
OR mozilla-nss-3.19.2.1-19.3 is installed
OR mozilla-nss-32bit-3.19.2.1-19.3 is installed
OR mozilla-nss-tools-3.19.2.1-19.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND procmail-3.22-267 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND autofs-5.0.9-21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
bind-libs-9.9.9P1-62 is installed
OR bind-libs-32bit-9.9.9P1-62 is installed
OR bind-utils-9.9.9P1-62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
bzip2-1.0.6-29 is installed
OR libbz2-1-1.0.6-29 is installed
OR libbz2-1-32bit-1.0.6-29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise for SAP 12 is installed
AND Package Information
compat-libldap-2_3-0-2.3.37-16.1 is installed
OR openldap2-2.4.39-16.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise for SAP 12 SP1 is installed
AND Package Information
kernel-default-3.12.74-60.64.48.1 is installed
OR kernel-default-base-3.12.74-60.64.48.1 is installed
OR kernel-default-devel-3.12.74-60.64.48.1 is installed
OR kernel-devel-3.12.74-60.64.48.1 is installed
OR kernel-macros-3.12.74-60.64.48.1 is installed
OR kernel-source-3.12.74-60.64.48.1 is installed
OR kernel-syms-3.12.74-60.64.48.1 is installed
OR kernel-xen-3.12.74-60.64.48.1 is installed
OR kernel-xen-base-3.12.74-60.64.48.1 is installed
OR kernel-xen-devel-3.12.74-60.64.48.1 is installed
OR kgraft-patch-3_12_74-60_64_48-default-1-2.1 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-1-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_17-1-2.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Performance Computing 12 SP5 is installed
AND clamav-0.101.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND portus-2.2.0-20.3 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
cups154-1.5.4-2 is installed
OR cups154-client-1.5.4-2 is installed
OR cups154-filters-1.5.4-2 is installed
OR cups154-libs-1.5.4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.36-38.1 is installed
OR kernel-ec2-devel-3.12.36-38.1 is installed
OR kernel-ec2-extra-3.12.36-38.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Toolchain 12 is installed
AND Package Information
cpp5-5.3.1+r233831-9.1 is installed
OR gcc5-5.3.1+r233831-9.1 is installed
OR gcc5-32bit-5.3.1+r233831-9.1 is installed
OR gcc5-ada-5.3.1+r233831-9.1 is installed
OR gcc5-ada-32bit-5.3.1+r233831-9.1 is installed
OR gcc5-c++-5.3.1+r233831-9.1 is installed
OR gcc5-c++-32bit-5.3.1+r233831-9.1 is installed
OR gcc5-fortran-5.3.1+r233831-9.1 is installed
OR gcc5-fortran-32bit-5.3.1+r233831-9.1 is installed
OR gcc5-info-5.3.1+r233831-9.1 is installed
OR gcc5-locale-5.3.1+r233831-9.1 is installed
OR libada5-5.3.1+r233831-9.1 is installed
OR libada5-32bit-5.3.1+r233831-9.1 is installed
OR libffi-devel-gcc5-5.3.1+r233831-9.1 is installed
OR libffi-devel-gcc5-32bit-5.3.1+r233831-9.1 is installed
OR libffi-gcc5-5.3.1+r233831-9.1 is installed
OR libstdc++6-devel-gcc5-5.3.1+r233831-9.1 is installed
OR libstdc++6-devel-gcc5-32bit-5.3.1+r233831-9.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
nodejs4-4.5.0-5 is installed
OR nodejs4-devel-4.5.0-5 is installed
OR nodejs4-docs-4.5.0-5 is installed
OR npm4-4.5.0-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 12 SP2 is installed
AND python-pycrypto-2.6.1-10.3.1 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 Real Time Extension 12 SP2 is installed
AND Package Information
cluster-md-kmp-rt-4.4.88-18.1 is installed
OR cluster-network-kmp-rt-4.4.88-18.1 is installed
OR dlm-kmp-rt-4.4.88-18.1 is installed
OR gfs2-kmp-rt-4.4.88-18.1 is installed
OR kernel-devel-rt-4.4.88-18.1 is installed
OR kernel-rt-4.4.88-18.1 is installed
OR kernel-rt-base-4.4.88-18.1 is installed
OR kernel-rt-devel-4.4.88-18.1 is installed
OR kernel-rt_debug-4.4.88-18.1 is installed
OR kernel-rt_debug-devel-4.4.88-18.1 is installed
OR kernel-source-rt-4.4.88-18.1 is installed
OR kernel-syms-rt-4.4.88-18.1 is installed
OR ocfs2-kmp-rt-4.4.88-18.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND Package Information
libfreebl3-3.15.2-0.3.1 is installed
OR libfreebl3-32bit-3.15.2-0.3.1 is installed
OR mozilla-nspr-4.10.1-0.3.1 is installed
OR mozilla-nspr-32bit-4.10.1-0.3.1 is installed
OR mozilla-nss-3.15.2-0.3.1 is installed
OR mozilla-nss-32bit-3.15.2-0.3.1 is installed
OR mozilla-nss-tools-3.15.2-0.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
dbus-1-1.2.10-3.25.1 is installed
OR dbus-1-32bit-1.2.10-3.25.1 is installed
OR dbus-1-x11-1.2.10-3.25.1 is installed
OR dbus-1-x86-1.2.10-3.25.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
dbus-1-1.2.10-3.25.1 is installed
OR dbus-1-32bit-1.2.10-3.25.1 is installed
OR dbus-1-x11-1.2.10-3.25.1 is installed
OR dbus-1-x86-1.2.10-3.25.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
PolicyKit-0.9-14.39.1 is installed
OR PolicyKit-32bit-0.9-14.39.1 is installed
OR PolicyKit-doc-0.9-14.39.2 is installed
OR PolicyKit-x86-0.9-14.39.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
ark-4.3.5-0.3.3 is installed
OR kcalc-4.3.5-0.3.3 is installed
OR kcharselect-4.3.5-0.3.3 is installed
OR kdessh-4.3.5-0.3.3 is installed
OR kdf-4.3.5-0.3.3 is installed
OR kfloppy-4.3.5-0.3.3 is installed
OR kgpg-4.3.5-0.3.3 is installed
OR ktimer-4.3.5-0.3.3 is installed
OR kwalletmanager-4.3.5-0.3.3 is installed
OR kwikdisk-4.3.5-0.3.3 is installed
OR okteta-4.3.5-0.3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
NetworkManager-0.7.1_git20090811-3.28.2 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.28.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
apache2-2.4.10-6 is installed
OR apache2-doc-2.4.10-6 is installed
OR apache2-example-pages-2.4.10-6 is installed
OR apache2-prefork-2.4.10-6 is installed
OR apache2-utils-2.4.10-6 is installed
OR apache2-worker-2.4.10-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
MozillaFirefox-38.4.0esr-51 is installed
OR MozillaFirefox-translations-38.4.0esr-51 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
bash-4.3-78 is installed
OR bash-doc-4.3-78 is installed
OR libreadline6-6.3-78 is installed
OR libreadline6-32bit-6.3-78 is installed
OR readline-doc-6.3-78 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND rsync-3.1.0-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
apache-commons-daemon-1.0.15-6 is installed
OR apache-commons-daemon-javadoc-1.0.15-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
MozillaFirefox-45.4.0esr-81 is installed
OR MozillaFirefox-translations-45.4.0esr-81 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_74-60_64_57-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_57-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_20-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 15 is installed
AND Package Information
rmt-server-2.6.5-3.34 is installed
OR rmt-server-config-2.6.5-3.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
apache2-2.2.12-1.40.1 is installed
OR apache2-devel-2.2.12-1.40.1 is installed
OR apache2-doc-2.2.12-1.40.1 is installed
OR apache2-example-pages-2.2.12-1.40.1 is installed
OR apache2-prefork-2.2.12-1.40.1 is installed
OR apache2-utils-2.2.12-1.40.1 is installed
OR apache2-worker-2.2.12-1.40.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
libdrm-devel-2.4.52-0.7.1 is installed
OR libdrm-devel-32bit-2.4.52-0.7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 is installed
AND Package Information
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 SP1 is installed
AND automake-1.13.4-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND mozilla-nspr-devel-4.13.1-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND aaa_base-malloccheck-13.2+git20140911.61c1681-38.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
colord-1.1.7-2 is installed
OR colord-lang-1.1.7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
colord-1.1.7-5 is installed
OR colord-lang-1.1.7-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
colord-1.3.3-10 is installed
OR colord-lang-1.3.3-10 is installed
|