Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for xen (Important) |
Description: |
This update for xen fixes several issues.
These security issues were fixed: - CVE-2014-3672: The qemu implementation in libvirt Xen allowed local guest OS users to cause a denial of service (host disk consumption) by writing to stdout or stderr (bsc#981264). - CVE-2016-3158: The xrstor function did not properly handle writes to the hardware FSW.ES bit when running on AMD64 processors, which allowed local guest OS users to obtain sensitive register content information from another guest by leveraging pending exception and mask bits (bsc#973188). - CVE-2016-3159: The fpu_fxrstor function in arch/x86/i387.c did not properly handle writes to the hardware FSW.ES bit when running on AMD64 processors, which allowed local guest OS users to obtain sensitive register content information from another guest by leveraging pending exception and mask bits (bsc#973188). - CVE-2016-3710: The VGA module improperly performed bounds checking on banked access to video memory, which allowed local guest OS administrators to execute arbitrary code on the host by changing access modes after setting the bank register, aka the 'Dark Portal' issue (bsc#978164) - CVE-2016-3960: Integer overflow in the x86 shadow pagetable code allowed local guest OS users to cause a denial of service (host crash) or possibly gain privileges by shadowing a superpage mapping (bsc#974038). - CVE-2016-4001: Buffer overflow in the stellaris_enet_receive function, when the Stellaris ethernet controller is configured to accept large packets, allowed remote attackers to cause a denial of service (QEMU crash) via a large packet (bsc#975130). - CVE-2016-4002: Buffer overflow in the mipsnet_receive function, when the guest NIC is configured to accept large packets, allowed remote attackers to cause a denial of service (memory corruption and QEMU crash) or possibly execute arbitrary code via a packet larger than 1514 bytes (bsc#975138). - CVE-2016-4020: The patch_instruction function did not initialize the imm32 variable, which allowed local guest OS administrators to obtain sensitive information from host stack memory by accessing the Task Priority Register (TPR) (bsc#975907) - CVE-2016-4037: The ehci_advance_state function in hw/usb/hcd-ehci.c allowed local guest OS administrators to cause a denial of service (infinite loop and CPU consumption) via a circular split isochronous transfer descriptor (siTD) list (bsc#976111) - CVE-2016-4439: The esp_reg_write function in the 53C9X Fast SCSI Controller (FSC) support did not properly check command buffer length, which allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) or potentially execute arbitrary code on the host via unspecified vectors (bsc#980716) - CVE-2016-4441: The get_cmd function in the 53C9X Fast SCSI Controller (FSC) support did not properly check DMA length, which allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via unspecified vectors, involving an SCSI command (bsc#980724) - CVE-2016-4453: The vmsvga_fifo_run function allowed local guest OS administrators to cause a denial of service (infinite loop and QEMU process crash) via a VGA command (bsc#982225) - CVE-2016-4454: The vmsvga_fifo_read_raw function allowed local guest OS administrators to obtain sensitive host memory information or cause a denial of service (QEMU process crash) by changing FIFO registers and issuing a VGA command, which triggered an out-of-bounds read (bsc#982224) - CVE-2016-4480: The guest_walk_tables function in arch/x86/mm/guest_walk.c in Xen did not properly handle the Page Size (PS) page table entry bit at the L4 and L3 page table levels, which might have allowed local guest OS users to gain privileges via a crafted mapping of memory (bsc#978295). - CVE-2016-4952: Out-of-bounds access issue in pvsci_ring_init_msg/data routines (bsc#981276) - CVE-2016-4962: The libxl device-handling allowed local OS guest administrators to cause a denial of service (resource consumption or management facility confusion) or gain host OS privileges by manipulating information in guest controlled areas of xenstore (bsc#979620) - CVE-2016-4963: The libxl device-handling allowed local guest OS users with access to the driver domain to cause a denial of service (management tool confusion) by manipulating information in the backend directories in xenstore (bsc#979670) - CVE-2016-5105: Stack information leakage while reading configuration (bsc#982024) - CVE-2016-5106: Out-of-bounds write while setting controller properties (bsc#982025) - CVE-2016-5107: Out-of-bounds read in megasas_lookup_frame() function (bsc#982026) - CVE-2016-5126: Heap-based buffer overflow in the iscsi_aio_ioctl function allowed local guest OS users to cause a denial of service (QEMU process crash) or possibly execute arbitrary code via a crafted iSCSI asynchronous I/O ioctl call (bsc#982286) - CVE-2016-5238: The get_cmd function in hw/scsi/esp.c might have allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via vectors related to reading from the information transfer buffer in non-DMA mode (bsc#982960) - CVE-2016-5337: The megasas_ctrl_get_info function allowed local guest OS administrators to obtain sensitive host memory information via vectors related to reading device control information (bsc#983973) - CVE-2016-5338: The (1) esp_reg_read and (2) esp_reg_write functions allowed local guest OS administrators to cause a denial of service (QEMU process crash) or execute arbitrary code on the host via vectors related to the information transfer buffer (bsc#983984) - CVE-2016-5403: virtio: unbounded memory allocation on host via guest leading to DoS (XSA-184) (bsc#990923) - CVE-2016-6258: The PV pagetable code in arch/x86/mm.c in Xen allowed local 32-bit PV guest OS administrators to gain host OS privileges by leveraging fast-paths for updating pagetable entries (bsc#988675) - CVE-2016-6351: The esp_do_dma function in hw/scsi/esp.c, when built with ESP/NCR53C9x controller emulation support, allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) or execute arbitrary code on the host via vectors involving DMA read into ESP command buffer (bsc#990843). - CVE-2016-6833: A use-after-free issue in the VMWARE VMXNET3 NIC device support allowed privileged user inside guest to crash the Qemu instance resulting in DoS (bsc#994775). - CVE-2016-6834: A infinite loop during packet fragmentation in the VMWARE VMXNET3 NIC device support allowed privileged user inside guest to crash the Qemu instance resulting in DoS (bsc#994421). - CVE-2016-6835: Buffer overflow in the VMWARE VMXNET3 NIC device support, causing an OOB read access (bsc#994625). - CVE-2016-6836: VMWARE VMXNET3 NIC device allowed privileged user inside the guest to leak information. It occured while processing transmit(tx) queue, when it reaches the end of packet (bsc#994761). - CVE-2016-6888: A integer overflow int the VMWARE VMXNET3 NIC device support, during the initialisation of new packets in the device, could have allowed a privileged user inside guest to crash the Qemu instance resulting in DoS (bsc#994772). - CVE-2016-7092: The get_page_from_l3e function in arch/x86/mm.c in Xen allowed local 32-bit PV guest OS administrators to gain host OS privileges via vectors related to L3 recursive pagetables (bsc#995785) - CVE-2016-7093: Xen allowed local HVM guest OS administrators to overwrite hypervisor memory and consequently gain host OS privileges by leveraging mishandling of instruction pointer truncation during emulation (bsc#995789) - CVE-2016-7094: Buffer overflow in Xen allowed local x86 HVM guest OS administrators on guests running with shadow paging to cause a denial of service via a pagetable update (bsc#995792) - CVE-2016-7154: Use-after-free vulnerability in the FIFO event channel code in Xen allowed local guest OS administrators to cause a denial of service (host crash) and possibly execute arbitrary code or obtain sensitive information via an invalid guest frame number (bsc#997731).
These non-security issues were fixed: - bsc#991934: Hypervisor crash in csched_acct - bsc#992224: During boot of Xen Hypervisor, failed to get contiguous memory for DMA - bsc#970135: New virtualization project clock test randomly fails on Xen - bsc#971949: xl: Support (by ignoring) xl migrate --live. xl migrations are always live - bsc#990970: Add PMU support for Intel E7-8867 v4 (fam=6, model=79) - bsc#985503: vif-route broken - bsc#978413: PV guest upgrade from sles11sp4 to sles12sp2 alpha3 failed on sles11sp4 xen host. - bsc#986586: Out of memory (oom) during boot on 'modprobe xenblk' (non xen kernel) - bsc#953339, bsc#953362, bsc#953518, bsc#984981: Implement SUSE specific unplug protocol for emulated PCI devices in PVonHVM guests to qemu-xen-upstream - bsc#958848: HVM guest crash at /usr/src/packages/BUILD/ xen-4.4.2-testing/obj/default/balloon/balloon.c:407 - bsc#982695: xen-4.5.2 qemu fails to boot HVM guest from xvda - bsc#954872: script block-dmmd not working as expected - bsc#961600: : poor performance when Xen HVM domU configured with max memory > current memory - bsc#979035: Restore xm migrate fixes for bsc#955399/ bsc#955399 - bsc#963161: Windows VM getting stuck during load while a VF is assigned to it - bsc#976058: Xen error running simple HVM guest (Post Alpha 2 xen+qemu) - bsc#957986: Indirect descriptors are not compatible with Amazon block backend - bsc#973631: AWS EC2 kdump issue - bsc#964427: Discarding device blocks failed with input/output error
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1015203 1022804 1045986 1073230 1076017 1082858 1083125 1083488 1084682 1085114 1085447 1087920 1088004 1088009 1090368 1090646 1090869 1099658 1101410 1101412 1101654 1102682 1103040 1103203 1104076 1105323 1106191 1106284 1110785 1111056 1111789 1113769 1120843 1120885 1123022 1130116 1130840 1131543 1131565 1132374 1132472 1134537 1134596 1134848 1135281 1135603 1136424 1136446 1136586 1136935 1137586 1141853 1144524 1149955 1153238 1153451 1153459 1154862 1162423 1166847 1172515 1173274 1174091 1174701 1174910 1174913 1175476 1175674 1176315 953339 953362 953518 954872 955399 957986 958848 961600 963161 964427 970135 971949 973188 973631 974038 975130 975138 975907 976058 976111 978164 978295 978413 979035 979620 979670 980716 980724 981264 981276 982024 982025 982026 982224 982225 982286 982695 982960 983973 983984 984981 985503 986586 988675 990843 990923 990970 991934 992224 994421 994625 994761 994772 994775 995785 995789 995792 997731 CVE-2014-3615 CVE-2014-3672 CVE-2016-3158 CVE-2016-3159 CVE-2016-3710 CVE-2016-3712 CVE-2016-3960 CVE-2016-4001 CVE-2016-4002 CVE-2016-4020 CVE-2016-4037 CVE-2016-4439 CVE-2016-4441 CVE-2016-4453 CVE-2016-4454 CVE-2016-4480 CVE-2016-4952 CVE-2016-4962 CVE-2016-4963 CVE-2016-5105 CVE-2016-5106 CVE-2016-5107 CVE-2016-5126 CVE-2016-5238 CVE-2016-5337 CVE-2016-5338 CVE-2016-5403 CVE-2016-6258 CVE-2016-6351 CVE-2016-6833 CVE-2016-6834 CVE-2016-6835 CVE-2016-6836 CVE-2016-6888 CVE-2016-7092 CVE-2016-7093 CVE-2016-7094 CVE-2016-7154 CVE-2017-1000368 CVE-2017-13166 CVE-2018-0360 CVE-2018-0361 CVE-2018-1000004 CVE-2018-1000085 CVE-2018-1068 CVE-2018-1087 CVE-2018-10902 CVE-2018-10938 CVE-2018-12472 CVE-2018-14647 CVE-2018-14679 CVE-2018-17972 CVE-2018-20852 CVE-2018-5390 CVE-2018-7191 CVE-2018-7566 CVE-2018-8781 CVE-2018-8897 CVE-2019-11190 CVE-2019-11477 CVE-2019-11478 CVE-2019-11479 CVE-2019-11815 CVE-2019-11833 CVE-2019-11884 CVE-2019-12382 CVE-2019-13456 CVE-2019-14562 CVE-2019-16056 CVE-2019-16935 CVE-2019-17041 CVE-2019-17042 CVE-2019-17185 CVE-2019-17498 CVE-2019-20907 CVE-2019-3814 CVE-2019-3846 CVE-2019-5489 CVE-2019-7524 CVE-2019-9947 CVE-2020-14361 CVE-2020-14362 CVE-2020-14422 CVE-2020-17507 SUSE-SU-2016:2533-1 SUSE-SU-2017:1778-1 SUSE-SU-2018:1019-1 SUSE-SU-2018:1524-1 SUSE-SU-2018:2323-1 SUSE-SU-2018:3467-1 SUSE-SU-2019:0900-1 SUSE-SU-2019:1534-1 SUSE-SU-2019:2936-1 SUSE-SU-2020:0512-1 SUSE-SU-2020:2391-1 SUSE-SU-2020:2399-1 SUSE-SU-2020:2699-1 SUSE-SU-2020:2714-1 SUSE-SU-2020:2751-1
|
Platform(s): | 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 Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 SUSE Linux Enterprise Module for Containers 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA 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 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS 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 Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed AND Package Information
glibc-2.11.3-17.87 is installed
OR glibc-32bit-2.11.3-17.87 is installed
OR glibc-devel-2.11.3-17.87 is installed
OR glibc-devel-32bit-2.11.3-17.87 is installed
OR glibc-i18ndata-2.11.3-17.87 is installed
OR glibc-locale-2.11.3-17.87 is installed
OR glibc-locale-32bit-2.11.3-17.87 is installed
OR nscd-2.11.3-17.87 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND xlockmore-5.43-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.65-1 is installed
OR java-1_8_0-openjdk-headless-1.8.0.65-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
cups-filters-1.0.58-13 is installed
OR cups-filters-cups-browsed-1.0.58-13 is installed
OR cups-filters-foomatic-rip-1.0.58-13 is installed
OR cups-filters-ghostscript-1.0.58-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
gstreamer-plugins-base-1.8.3-12 is installed
OR gstreamer-plugins-base-lang-1.8.3-12 is installed
OR libgstallocators-1_0-0-1.8.3-12 is installed
OR libgstapp-1_0-0-1.8.3-12 is installed
OR libgstapp-1_0-0-32bit-1.8.3-12 is installed
OR libgstaudio-1_0-0-1.8.3-12 is installed
OR libgstaudio-1_0-0-32bit-1.8.3-12 is installed
OR libgstfft-1_0-0-1.8.3-12 is installed
OR libgstfft-1_0-0-32bit-1.8.3-12 is installed
OR libgstpbutils-1_0-0-1.8.3-12 is installed
OR libgstpbutils-1_0-0-32bit-1.8.3-12 is installed
OR libgstriff-1_0-0-1.8.3-12 is installed
OR libgstrtp-1_0-0-1.8.3-12 is installed
OR libgstrtsp-1_0-0-1.8.3-12 is installed
OR libgstsdp-1_0-0-1.8.3-12 is installed
OR libgsttag-1_0-0-1.8.3-12 is installed
OR libgsttag-1_0-0-32bit-1.8.3-12 is installed
OR libgstvideo-1_0-0-1.8.3-12 is installed
OR libgstvideo-1_0-0-32bit-1.8.3-12 is installed
OR typelib-1_0-GstAudio-1_0-1.8.3-12 is installed
OR typelib-1_0-GstPbutils-1_0-1.8.3-12 is installed
OR typelib-1_0-GstTag-1_0-1.8.3-12 is installed
OR typelib-1_0-GstVideo-1_0-1.8.3-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libpcsclite1-1.8.10-7.3 is installed
OR libpcsclite1-32bit-1.8.10-7.3 is installed
OR pcsc-lite-1.8.10-7.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
cairo-devel-1.15.10-2 is installed
OR libcairo-gobject2-1.15.10-2 is installed
OR libcairo-script-interpreter2-1.15.10-2 is installed
OR libcairo2-1.15.10-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
libidn-devel-1.34-1 is installed
OR libidn11-1.34-1 is installed
OR libidn11-32bit-1.34-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 SP1 is installed
AND Package Information
docker-runc-1.0.0rc6+gitr3748_96ec2177ae84-6.15 is installed
OR runc-1.0.0~rc6-1.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND patch-2.7.6-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-24.8.0esr-0.8 is installed
OR MozillaFirefox-translations-24.8.0esr-0.8 is installed
OR libfreebl3-3.16.4-0.8 is installed
OR libfreebl3-32bit-3.16.4-0.8 is installed
OR libfreebl3-x86-3.16.4-0.8 is installed
OR libsoftokn3-3.16.4-0.8 is installed
OR libsoftokn3-32bit-3.16.4-0.8 is installed
OR libsoftokn3-x86-3.16.4-0.8 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nspr-x86-4.10.7-0.3 is installed
OR mozilla-nss-3.16.4-0.8 is installed
OR mozilla-nss-32bit-3.16.4-0.8 is installed
OR mozilla-nss-tools-3.16.4-0.8 is installed
OR mozilla-nss-x86-3.16.4-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-24.8.0esr-0.8 is installed
OR MozillaFirefox-translations-24.8.0esr-0.8 is installed
OR libfreebl3-3.16.4-0.8 is installed
OR libfreebl3-32bit-3.16.4-0.8 is installed
OR libfreebl3-x86-3.16.4-0.8 is installed
OR libsoftokn3-3.16.4-0.8 is installed
OR libsoftokn3-32bit-3.16.4-0.8 is installed
OR libsoftokn3-x86-3.16.4-0.8 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nspr-x86-4.10.7-0.3 is installed
OR mozilla-nss-3.16.4-0.8 is installed
OR mozilla-nss-32bit-3.16.4-0.8 is installed
OR mozilla-nss-tools-3.16.4-0.8 is installed
OR mozilla-nss-x86-3.16.4-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
evolution-data-server-2.28.2-0.29 is installed
OR evolution-data-server-32bit-2.28.2-0.29 is installed
OR evolution-data-server-lang-2.28.2-0.29 is installed
OR evolution-data-server-x86-2.28.2-0.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
libtirpc-0.2.1-1.12 is installed
OR libtirpc1-0.2.1-1.12 is installed
OR rpcbind-0.1.6+git20080930-6.27 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libtirpc-0.2.1-1.12 is installed
OR libtirpc1-0.2.1-1.12 is installed
OR rpcbind-0.1.6+git20080930-6.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.93 is installed
OR kernel-bigsmp-base-3.0.101-0.47.93 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.93 is installed
OR kernel-default-3.0.101-0.47.93 is installed
OR kernel-default-base-3.0.101-0.47.93 is installed
OR kernel-default-devel-3.0.101-0.47.93 is installed
OR kernel-default-man-3.0.101-0.47.93 is installed
OR kernel-ec2-3.0.101-0.47.93 is installed
OR kernel-ec2-base-3.0.101-0.47.93 is installed
OR kernel-ec2-devel-3.0.101-0.47.93 is installed
OR kernel-pae-3.0.101-0.47.93 is installed
OR kernel-pae-base-3.0.101-0.47.93 is installed
OR kernel-pae-devel-3.0.101-0.47.93 is installed
OR kernel-source-3.0.101-0.47.93 is installed
OR kernel-syms-3.0.101-0.47.93 is installed
OR kernel-trace-3.0.101-0.47.93 is installed
OR kernel-trace-base-3.0.101-0.47.93 is installed
OR kernel-trace-devel-3.0.101-0.47.93 is installed
OR kernel-xen-3.0.101-0.47.93 is installed
OR kernel-xen-base-3.0.101-0.47.93 is installed
OR kernel-xen-devel-3.0.101-0.47.93 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND Package Information
ImageMagick-6.4.3.6-78.40 is installed
OR libMagickCore1-6.4.3.6-78.40 is installed
OR libMagickCore1-32bit-6.4.3.6-78.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND autofs-5.0.9-8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND autofs-5.0.9-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
perl-5.18.2-3 is installed
OR perl-32bit-5.18.2-3 is installed
OR perl-base-5.18.2-3 is installed
OR perl-doc-5.18.2-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND rsync-3.1.0-9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND rsync-3.1.0-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND davfs2-1.5.2-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.63 is installed
OR kernel-default-base-3.12.74-60.64.63 is installed
OR kernel-default-devel-3.12.74-60.64.63 is installed
OR kernel-default-man-3.12.74-60.64.63 is installed
OR kernel-devel-3.12.74-60.64.63 is installed
OR kernel-macros-3.12.74-60.64.63 is installed
OR kernel-source-3.12.74-60.64.63 is installed
OR kernel-syms-3.12.74-60.64.63 is installed
OR kernel-xen-3.12.74-60.64.63 is installed
OR kernel-xen-base-3.12.74-60.64.63 is installed
OR kernel-xen-devel-3.12.74-60.64.63 is installed
OR kgraft-patch-3_12_74-60_64_63-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_63-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_22-1-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.63 is installed
OR kernel-default-base-3.12.74-60.64.63 is installed
OR kernel-default-devel-3.12.74-60.64.63 is installed
OR kernel-default-man-3.12.74-60.64.63 is installed
OR kernel-devel-3.12.74-60.64.63 is installed
OR kernel-macros-3.12.74-60.64.63 is installed
OR kernel-source-3.12.74-60.64.63 is installed
OR kernel-syms-3.12.74-60.64.63 is installed
OR kernel-xen-3.12.74-60.64.63 is installed
OR kernel-xen-base-3.12.74-60.64.63 is installed
OR kernel-xen-devel-3.12.74-60.64.63 is installed
OR kgraft-patch-3_12_74-60_64_63-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_63-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_22-1-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
file-5.22-10.3 is installed
OR file-magic-5.22-10.3 is installed
OR libmagic1-5.22-10.3 is installed
OR libmagic1-32bit-5.22-10.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
file-5.22-10.3 is installed
OR file-magic-5.22-10.3 is installed
OR libmagic1-5.22-10.3 is installed
OR libmagic1-32bit-5.22-10.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND xfsprogs-4.3.0-8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
java-1_8_0-ibm-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
java-1_8_0-ibm-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
ghostscript-9.26-23.16 is installed
OR ghostscript-x11-9.26-23.16 is installed
OR libspectre-0.2.7-12.4 is installed
OR libspectre1-0.2.7-12.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libdcerpc-binding0-4.4.2-38.20 is installed
OR libdcerpc-binding0-32bit-4.4.2-38.20 is installed
OR libdcerpc0-4.4.2-38.20 is installed
OR libdcerpc0-32bit-4.4.2-38.20 is installed
OR libndr-krb5pac0-4.4.2-38.20 is installed
OR libndr-krb5pac0-32bit-4.4.2-38.20 is installed
OR libndr-nbt0-4.4.2-38.20 is installed
OR libndr-nbt0-32bit-4.4.2-38.20 is installed
OR libndr-standard0-4.4.2-38.20 is installed
OR libndr-standard0-32bit-4.4.2-38.20 is installed
OR libndr0-4.4.2-38.20 is installed
OR libndr0-32bit-4.4.2-38.20 is installed
OR libnetapi0-4.4.2-38.20 is installed
OR libnetapi0-32bit-4.4.2-38.20 is installed
OR libsamba-credentials0-4.4.2-38.20 is installed
OR libsamba-credentials0-32bit-4.4.2-38.20 is installed
OR libsamba-errors0-4.4.2-38.20 is installed
OR libsamba-errors0-32bit-4.4.2-38.20 is installed
OR libsamba-hostconfig0-4.4.2-38.20 is installed
OR libsamba-hostconfig0-32bit-4.4.2-38.20 is installed
OR libsamba-passdb0-4.4.2-38.20 is installed
OR libsamba-passdb0-32bit-4.4.2-38.20 is installed
OR libsamba-util0-4.4.2-38.20 is installed
OR libsamba-util0-32bit-4.4.2-38.20 is installed
OR libsamdb0-4.4.2-38.20 is installed
OR libsamdb0-32bit-4.4.2-38.20 is installed
OR libsmbclient0-4.4.2-38.20 is installed
OR libsmbclient0-32bit-4.4.2-38.20 is installed
OR libsmbconf0-4.4.2-38.20 is installed
OR libsmbconf0-32bit-4.4.2-38.20 is installed
OR libsmbldap0-4.4.2-38.20 is installed
OR libsmbldap0-32bit-4.4.2-38.20 is installed
OR libtevent-util0-4.4.2-38.20 is installed
OR libtevent-util0-32bit-4.4.2-38.20 is installed
OR libwbclient0-4.4.2-38.20 is installed
OR libwbclient0-32bit-4.4.2-38.20 is installed
OR samba-4.4.2-38.20 is installed
OR samba-client-4.4.2-38.20 is installed
OR samba-client-32bit-4.4.2-38.20 is installed
OR samba-doc-4.4.2-38.20 is installed
OR samba-libs-4.4.2-38.20 is installed
OR samba-libs-32bit-4.4.2-38.20 is installed
OR samba-winbind-4.4.2-38.20 is installed
OR samba-winbind-32bit-4.4.2-38.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libdcerpc-binding0-4.4.2-38.20 is installed
OR libdcerpc-binding0-32bit-4.4.2-38.20 is installed
OR libdcerpc0-4.4.2-38.20 is installed
OR libdcerpc0-32bit-4.4.2-38.20 is installed
OR libndr-krb5pac0-4.4.2-38.20 is installed
OR libndr-krb5pac0-32bit-4.4.2-38.20 is installed
OR libndr-nbt0-4.4.2-38.20 is installed
OR libndr-nbt0-32bit-4.4.2-38.20 is installed
OR libndr-standard0-4.4.2-38.20 is installed
OR libndr-standard0-32bit-4.4.2-38.20 is installed
OR libndr0-4.4.2-38.20 is installed
OR libndr0-32bit-4.4.2-38.20 is installed
OR libnetapi0-4.4.2-38.20 is installed
OR libnetapi0-32bit-4.4.2-38.20 is installed
OR libsamba-credentials0-4.4.2-38.20 is installed
OR libsamba-credentials0-32bit-4.4.2-38.20 is installed
OR libsamba-errors0-4.4.2-38.20 is installed
OR libsamba-errors0-32bit-4.4.2-38.20 is installed
OR libsamba-hostconfig0-4.4.2-38.20 is installed
OR libsamba-hostconfig0-32bit-4.4.2-38.20 is installed
OR libsamba-passdb0-4.4.2-38.20 is installed
OR libsamba-passdb0-32bit-4.4.2-38.20 is installed
OR libsamba-util0-4.4.2-38.20 is installed
OR libsamba-util0-32bit-4.4.2-38.20 is installed
OR libsamdb0-4.4.2-38.20 is installed
OR libsamdb0-32bit-4.4.2-38.20 is installed
OR libsmbclient0-4.4.2-38.20 is installed
OR libsmbclient0-32bit-4.4.2-38.20 is installed
OR libsmbconf0-4.4.2-38.20 is installed
OR libsmbconf0-32bit-4.4.2-38.20 is installed
OR libsmbldap0-4.4.2-38.20 is installed
OR libsmbldap0-32bit-4.4.2-38.20 is installed
OR libtevent-util0-4.4.2-38.20 is installed
OR libtevent-util0-32bit-4.4.2-38.20 is installed
OR libwbclient0-4.4.2-38.20 is installed
OR libwbclient0-32bit-4.4.2-38.20 is installed
OR samba-4.4.2-38.20 is installed
OR samba-client-4.4.2-38.20 is installed
OR samba-client-32bit-4.4.2-38.20 is installed
OR samba-doc-4.4.2-38.20 is installed
OR samba-libs-4.4.2-38.20 is installed
OR samba-libs-32bit-4.4.2-38.20 is installed
OR samba-winbind-4.4.2-38.20 is installed
OR samba-winbind-32bit-4.4.2-38.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
kgraft-patch-4_4_103-92_56-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-11-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_103-92_56-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_103-92_56-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
dovecot22-2.2.31-19.11 is installed
OR dovecot22-backend-mysql-2.2.31-19.11 is installed
OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libplist-1.12-20.3 is installed
OR libplist3-1.12-20.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libplist-1.12-20.3 is installed
OR libplist3-1.12-20.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
MozillaFirefox-52.2.0esr-108 is installed
OR MozillaFirefox-translations-52.2.0esr-108 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libpython2_7-1_0-2.7.13-28.31 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.31 is installed
OR python-2.7.13-28.31 is installed
OR python-32bit-2.7.13-28.31 is installed
OR python-base-2.7.13-28.31 is installed
OR python-base-32bit-2.7.13-28.31 is installed
OR python-curses-2.7.13-28.31 is installed
OR python-demo-2.7.13-28.31 is installed
OR python-devel-2.7.13-28.31 is installed
OR python-doc-2.7.13-28.31 is installed
OR python-doc-pdf-2.7.13-28.31 is installed
OR python-gdbm-2.7.13-28.31 is installed
OR python-idle-2.7.13-28.31 is installed
OR python-tk-2.7.13-28.31 is installed
OR python-xml-2.7.13-28.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libpython2_7-1_0-2.7.13-28.31 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.31 is installed
OR python-2.7.13-28.31 is installed
OR python-32bit-2.7.13-28.31 is installed
OR python-base-2.7.13-28.31 is installed
OR python-base-32bit-2.7.13-28.31 is installed
OR python-curses-2.7.13-28.31 is installed
OR python-demo-2.7.13-28.31 is installed
OR python-devel-2.7.13-28.31 is installed
OR python-doc-2.7.13-28.31 is installed
OR python-doc-pdf-2.7.13-28.31 is installed
OR python-gdbm-2.7.13-28.31 is installed
OR python-idle-2.7.13-28.31 is installed
OR python-tk-2.7.13-28.31 is installed
OR python-xml-2.7.13-28.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND squid-3.5.21-26.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND squid-3.5.21-26.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libblkid1-2.29.2-3.12 is installed
OR libblkid1-32bit-2.29.2-3.12 is installed
OR libfdisk1-2.29.2-3.12 is installed
OR libmount1-2.29.2-3.12 is installed
OR libmount1-32bit-2.29.2-3.12 is installed
OR libsmartcols1-2.29.2-3.12 is installed
OR libuuid1-2.29.2-3.12 is installed
OR libuuid1-32bit-2.29.2-3.12 is installed
OR python-libmount-2.29.2-3.12 is installed
OR util-linux-2.29.2-3.12 is installed
OR util-linux-lang-2.29.2-3.12 is installed
OR util-linux-systemd-2.29.2-3.12 is installed
OR uuidd-2.29.2-3.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libblkid1-2.29.2-3.12 is installed
OR libblkid1-32bit-2.29.2-3.12 is installed
OR libfdisk1-2.29.2-3.12 is installed
OR libmount1-2.29.2-3.12 is installed
OR libmount1-32bit-2.29.2-3.12 is installed
OR libsmartcols1-2.29.2-3.12 is installed
OR libuuid1-2.29.2-3.12 is installed
OR libuuid1-32bit-2.29.2-3.12 is installed
OR python-libmount-2.29.2-3.12 is installed
OR util-linux-2.29.2-3.12 is installed
OR util-linux-lang-2.29.2-3.12 is installed
OR util-linux-systemd-2.29.2-3.12 is installed
OR uuidd-2.29.2-3.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND mailman-2.1.17-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND mailman-2.1.17-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
cups-1.7.5-20.26 is installed
OR cups-client-1.7.5-20.26 is installed
OR cups-libs-1.7.5-20.26 is installed
OR cups-libs-32bit-1.7.5-20.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
cups-1.7.5-20.26 is installed
OR cups-client-1.7.5-20.26 is installed
OR cups-libs-1.7.5-20.26 is installed
OR cups-libs-32bit-1.7.5-20.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
MozillaFirefox-45.5.1esr-93 is installed
OR MozillaFirefox-translations-45.5.1esr-93 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
MozillaFirefox-45.5.1esr-93 is installed
OR MozillaFirefox-translations-45.5.1esr-93 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
xen-4.4.4_04-22.22 is installed
OR xen-doc-html-4.4.4_04-22.22 is installed
OR xen-kmp-default-4.4.4_04_k3.12.60_52.54-22.22 is installed
OR xen-libs-4.4.4_04-22.22 is installed
OR xen-libs-32bit-4.4.4_04-22.22 is installed
OR xen-tools-4.4.4_04-22.22 is installed
OR xen-tools-domU-4.4.4_04-22.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_74-92_32-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-10-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
libssh2-1-1.4.3-20.14 is installed
OR libssh2-1-32bit-1.4.3-20.14 is installed
OR libssh2_org-1.4.3-20.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
xorg-x11-server-1.19.6-4.11 is installed
OR xorg-x11-server-extra-1.19.6-4.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
evolution-data-server-3.10.4-5 is installed
OR evolution-data-server-lang-3.10.4-5 is installed
OR libcamel-1_2-45-3.10.4-5 is installed
OR libcamel-1_2-45-32bit-3.10.4-5 is installed
OR libebackend-1_2-7-3.10.4-5 is installed
OR libebackend-1_2-7-32bit-3.10.4-5 is installed
OR libebook-1_2-14-3.10.4-5 is installed
OR libebook-1_2-14-32bit-3.10.4-5 is installed
OR libebook-contacts-1_2-0-3.10.4-5 is installed
OR libebook-contacts-1_2-0-32bit-3.10.4-5 is installed
OR libecal-1_2-16-3.10.4-5 is installed
OR libecal-1_2-16-32bit-3.10.4-5 is installed
OR libedata-book-1_2-20-3.10.4-5 is installed
OR libedata-book-1_2-20-32bit-3.10.4-5 is installed
OR libedata-cal-1_2-23-3.10.4-5 is installed
OR libedata-cal-1_2-23-32bit-3.10.4-5 is installed
OR libedataserver-1_2-18-3.10.4-5 is installed
OR libedataserver-1_2-18-32bit-3.10.4-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
imap-2007e_suse-22 is installed
OR libc-client2007e_suse-2007e_suse-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
gd-2.1.0-24.3 is installed
OR gd-32bit-2.1.0-24.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.5 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.5 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
python-base-2.7.13-28.26 is installed
OR python-devel-2.7.13-28.26 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ldapsmb-1.34b-76 is installed
OR libldb1-3.6.3-76 is installed
OR libsmbclient0-3.6.3-76 is installed
OR libsmbclient0-32bit-3.6.3-76 is installed
OR libtalloc2-3.6.3-76 is installed
OR libtalloc2-32bit-3.6.3-76 is installed
OR libtdb1-3.6.3-76 is installed
OR libtdb1-32bit-3.6.3-76 is installed
OR libtevent0-3.6.3-76 is installed
OR libtevent0-32bit-3.6.3-76 is installed
OR libwbclient0-3.6.3-76 is installed
OR libwbclient0-32bit-3.6.3-76 is installed
OR samba-3.6.3-76 is installed
OR samba-32bit-3.6.3-76 is installed
OR samba-client-3.6.3-76 is installed
OR samba-client-32bit-3.6.3-76 is installed
OR samba-doc-3.6.3-76 is installed
OR samba-krb-printing-3.6.3-76 is installed
OR samba-winbind-3.6.3-76 is installed
OR samba-winbind-32bit-3.6.3-76 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
|