Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 11 SP4 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2017-5715: Systems with microprocessors utilizing speculative execution and indirect branch prediction may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis (bnc#1068032).
Enhancements and bugfixes over the previous fixes have been added to this kernel.
- CVE-2018-10087: The kernel_wait4 function in kernel/exit.c might have allowed local users to cause a denial of service by triggering an attempted use of the -INT_MIN value (bnc#1089608). - CVE-2018-7757: Memory leak in the sas_smp_get_phy_events function in drivers/scsi/libsas/sas_expander.c allowed local users to cause a denial of service (memory consumption) via many read accesses to files in the /sys/class/sas_phy directory, as demonstrated by the /sys/class/sas_phy/phy-1:0:12/invalid_dword_count file (bnc#1084536). - CVE-2018-7566: There was a buffer overflow via an SNDRV_SEQ_IOCTL_SET_CLIENT_POOL ioctl write operation to /dev/snd/seq by a local user (bnc#1083483). - CVE-2017-0861: Use-after-free vulnerability in the snd_pcm_info function in the ALSA subsystem allowed attackers to gain privileges via unspecified vectors (bnc#1088260). - CVE-2018-8822: Incorrect buffer length handling in the ncp_read_kernel function in fs/ncpfs/ncplib_kernel.c could be exploited by malicious NCPFS servers to crash the kernel or execute code (bnc#1086162). - CVE-2017-13166: An elevation of privilege vulnerability in the kernel v4l2 video driver. (bnc#1072865). - CVE-2017-18203: The dm_get_from_kobject function in drivers/md/dm.c allowed local users to cause a denial of service (BUG) by leveraging a race condition with __dm_destroy during creation and removal of DM devices (bnc#1083242). - CVE-2017-16911: The vhci_hcd driver allowed allows local attackers to disclose kernel memory addresses. Successful exploitation requires that a USB device is attached over IP (bnc#1078674). - CVE-2017-18208: The madvise_willneed function in mm/madvise.c local users to cause a denial of service (infinite loop) by triggering use of MADVISE_WILLNEED for a DAX mapping (bnc#1083494). - CVE-2017-16644: The hdpvr_probe function in drivers/media/usb/hdpvr/hdpvr-core.c allowed local users to cause a denial of service (improper error handling and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1067118). - CVE-2018-6927: The futex_requeue function in kernel/futex.c in the Linux kernel might allow attackers to cause a denial of service (integer overflow) or possibly have unspecified other impact by triggering a negative wake or requeue value (bnc#1080757). - CVE-2017-16914: The 'stub_send_ret_submit()' function (drivers/usb/usbip/stub_tx.c) allowed attackers to cause a denial of service (NULL pointer dereference) via a specially crafted USB over IP packet (bnc#1078669). - CVE-2016-7915: The hid_input_field function in drivers/hid/hid-core.c allowed physically proximate attackers to obtain sensitive information from kernel memory or cause a denial of service (out-of-bounds read) by connecting a device, as demonstrated by a Logitech DJ receiver (bnc#1010470). - CVE-2015-5156: The virtnet_probe function in drivers/net/virtio_net.c attempted to support a FRAGLIST feature without proper memory allocation, which allowed guest OS users to cause a denial of service (buffer overflow and memory corruption) via a crafted sequence of fragmented packets (bnc#940776). - CVE-2017-12190: The bio_map_user_iov and bio_unmap_user functions in block/bio.c did unbalanced refcounting when a SCSI I/O vector has small consecutive buffers belonging to the same page. The bio_add_pc_page function merges them into one, but the page reference is never dropped. This causes a memory leak and possible system lockup (exploitable against the host OS by a guest OS user, if a SCSI disk is passed through to a virtual machine) due to an out-of-memory condition (bnc#1062568). - CVE-2017-16912: The 'get_pipe()' function (drivers/usb/usbip/stub_rx.c) allowed attackers to cause a denial of service (out-of-bounds read) via a specially crafted USB over IP packet (bnc#1078673). - CVE-2017-16913: The 'stub_recv_cmd_submit()' function (drivers/usb/usbip/stub_rx.c) when handling CMD_SUBMIT packets allowed attackers to cause a denial of service (arbitrary memory allocation) via a specially crafted USB over IP packet (bnc#1078672).
The following non-security bugs were fixed:
- af_iucv: enable control sends in case of SEND_SHUTDOWN (bnc#1085513, LTC#165135). - cifs: fix buffer overflow in cifs_build_path_to_root() (bsc#1085113). - drm/mgag200: fix a test in mga_vga_mode_valid() (bsc#1087092). - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) (bnc#1013018). - hrtimer: Reset hrtimer cpu base proper on CPU hotplug (bnc#1013018). - ide-cd: workaround VMware ESXi cdrom emulation bug (bsc#1080813). - ipc/msg: introduce msgctl(MSG_STAT_ANY) (bsc#1072689). - ipc/sem: introduce semctl(SEM_STAT_ANY) (bsc#1072689). - ipc/shm: introduce shmctl(SHM_STAT_ANY) (bsc#1072689). - jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path (git-fixes). - kabi: x86/kaiser: properly align trampoline stack. - keys: do not let add_key() update an uninstantiated key (bnc#1063416). - keys: prevent creating a different user's keyrings (bnc#1065999). - leds: do not overflow sysfs buffer in led_trigger_show (bsc#1080464). - mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack (bnc#1039348). - nfsv4: fix getacl head length estimation (git-fixes). - pci: Use function 0 VPD for identical functions, regular VPD for others (bnc#943786 git-fixes). - pipe: actually allow root to exceed the pipe buffer limits (git-fixes). - posix-timers: Protect posix clock array access against speculation (bnc#1081358). - powerpc/pseries: Support firmware disable of RFI flush (bsc#1068032, bsc#1075088). - qeth: repair SBAL elements calculation (bnc#1085513, LTC#165484). - Revert 'USB: cdc-acm: fix broken runtime suspend' (bsc#1067912) - s390/qeth: fix underestimated count of buffer elements (bnc#1082091, LTC#164529). - scsi: sr: workaround VMware ESXi cdrom emulation bug (bsc#1080813). - usbnet: Fix a race between usbnet_stop() and the BH (bsc#1083275). - x86-64: Move the 'user' vsyscall segment out of the data segment (bsc#1082424). - x86/espfix: Fix return stack in do_double_fault() (bsc#1085279). - x86/kaiser: properly align trampoline stack (bsc#1087260). - x86/retpoline: do not perform thunk calls in ring3 vsyscall code (bsc#1085331). - xen/x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs (bsc#909077). - xen/x86/cpu: Check speculation control CPUID bit (bsc#1068032). - xen/x86/cpu: Factor out application of forced CPU caps (bsc#1075994 bsc#1075091). - xen/x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' command-line option (bsc#1065600). - xen/x86/cpu: Sync CPU feature flags late (bsc#1075994 bsc#1075091). - xen/x86/entry: Use IBRS on entry to kernel space (bsc#1068032). - xen/x86/idle: Toggle IBRS when going idle (bsc#1068032). - xen/x86/kaiser: Move feature detection up (bsc#1068032). - xfs: check for buffer errors before waiting (bsc#1052943). - xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near (bsc#1087762). - xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near (bsc#1087762).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1010470 1013018 1039348 1046607 1052943 1062568 1062840 1063416 1063516 1065600 1065999 1067118 1067912 1068032 1072689 1072865 1075088 1075091 1075994 1078669 1078672 1078673 1078674 1080464 1080757 1080813 1081358 1082091 1082424 1083242 1083275 1083483 1083494 1084536 1085113 1085279 1085331 1085513 1086162 1087092 1087260 1087762 1088147 1088260 1089608 512308 550695 563991 579250 592928 618574 746880 752879 754749 758512 909077 940776 943786 978061 CVE-2006-2223 CVE-2006-4339 CVE-2007-0235 CVE-2007-1995 CVE-2008-4190 CVE-2008-5138 CVE-2009-0196 CVE-2009-0365 CVE-2009-0578 CVE-2009-0583 CVE-2009-0584 CVE-2009-0792 CVE-2009-2185 CVE-2009-2905 CVE-2009-2905 CVE-2009-3743 CVE-2009-4144 CVE-2009-4145 CVE-2010-0285 CVE-2010-0732 CVE-2010-0743 CVE-2010-1674 CVE-2010-1675 CVE-2010-1869 CVE-2010-2221 CVE-2010-2948 CVE-2010-2949 CVE-2010-4054 CVE-2011-4073 CVE-2012-0247 CVE-2012-0248 CVE-2012-0259 CVE-2012-0260 CVE-2012-1185 CVE-2012-1186 CVE-2012-1610 CVE-2012-1798 CVE-2012-4405 CVE-2013-2061 CVE-2014-8104 CVE-2014-9447 CVE-2015-5156 CVE-2016-3714 CVE-2016-3715 CVE-2016-3716 CVE-2016-3717 CVE-2016-3718 CVE-2016-7915 CVE-2017-0861 CVE-2017-12166 CVE-2017-12190 CVE-2017-13166 CVE-2017-16644 CVE-2017-16911 CVE-2017-16912 CVE-2017-16913 CVE-2017-16914 CVE-2017-18203 CVE-2017-18208 CVE-2017-5715 CVE-2017-7478 CVE-2017-7479 CVE-2017-7508 CVE-2017-7520 CVE-2017-7521 CVE-2017-7526 CVE-2018-10087 CVE-2018-6927 CVE-2018-7566 CVE-2018-7757 CVE-2018-8822 SUSE-SU-2017:1793-1 SUSE-SU-2018:1080-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 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 Containers 15 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for High Performance Computing 12 SUSE Linux Enterprise Module for High Performance Computing 15 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Public Cloud 15 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY 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-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-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-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
bluez-5.48-lp150.3 is installed
OR libbluetooth3-5.48-lp150.3 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
apache2-2.4.23-11 is installed
OR apache2-devel-2.4.23-11 is installed
OR apache2-doc-2.4.23-11 is installed
OR apache2-example-pages-2.4.23-11 is installed
OR apache2-prefork-2.4.23-11 is installed
OR apache2-utils-2.4.23-11 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
ruby2.1-rubygem-chef-10.32.2-3 is installed
OR rubygem-chef-10.32.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
flash-player-11.2.202.548-0.26 is installed
OR flash-player-gnome-11.2.202.548-0.26 is installed
OR flash-player-kde4-11.2.202.548-0.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
libxml2-2.7.6-0.37 is installed
OR libxml2-32bit-2.7.6-0.37 is installed
OR libxml2-python-2.7.6-0.37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
gstreamer-plugins-bad-1.8.3-17 is installed
OR gstreamer-plugins-bad-lang-1.8.3-17 is installed
OR libgstadaptivedemux-1_0-0-1.8.3-17 is installed
OR libgstbadaudio-1_0-0-1.8.3-17 is installed
OR libgstbadbase-1_0-0-1.8.3-17 is installed
OR libgstbadvideo-1_0-0-1.8.3-17 is installed
OR libgstbasecamerabinsrc-1_0-0-1.8.3-17 is installed
OR libgstcodecparsers-1_0-0-1.8.3-17 is installed
OR libgstgl-1_0-0-1.8.3-17 is installed
OR libgstmpegts-1_0-0-1.8.3-17 is installed
OR libgstphotography-1_0-0-1.8.3-17 is installed
OR libgsturidownloader-1_0-0-1.8.3-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libzypp-16.15.6-2.8 is installed
OR zypper-1.13.32-21.3 is installed
OR zypper-log-1.13.32-21.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
qemu-2.11.2-5.5 is installed
OR qemu-block-curl-2.11.2-5.5 is installed
OR qemu-ipxe-1.0.0+-5.5 is installed
OR qemu-kvm-2.11.2-5.5 is installed
OR qemu-seabios-1.11.0-5.5 is installed
OR qemu-sgabios-8-5.5 is installed
OR qemu-tools-2.11.2-5.5 is installed
OR qemu-vgabios-1.11.0-5.5 is installed
OR qemu-x86-2.11.2-5.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
libX11-6-1.6.5-1 is installed
OR libX11-6-32bit-1.6.5-1 is installed
OR libX11-data-1.6.5-1 is installed
OR libX11-devel-1.6.5-1 is installed
OR libX11-xcb1-1.6.5-1 is installed
OR libX11-xcb1-32bit-1.6.5-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 is installed
AND Package Information
containerd-1.1.2-5.3 is installed
OR docker-18.06.1_ce-6.8 is installed
OR docker-bash-completion-18.06.1_ce-6.8 is installed
OR docker-libnetwork-0.7.0.1+gitr2664_3ac297bc7fd0-4.3 is installed
OR docker-runc-1.0.0rc5+gitr3562_69663f0bd4b6-6.3 is installed
OR golang-github-docker-libnetwork-0.7.0.1+gitr2664_3ac297bc7fd0-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND libXrandr2-32bit-1.5.1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
libpcp-devel-3.11.9-3 is installed
OR libpcp3-3.11.9-3 is installed
OR libpcp_gui2-3.11.9-3 is installed
OR libpcp_import1-3.11.9-3 is installed
OR libpcp_mmv1-3.11.9-3 is installed
OR libpcp_trace2-3.11.9-3 is installed
OR libpcp_web1-3.11.9-3 is installed
OR pcp-3.11.9-3 is installed
OR pcp-conf-3.11.9-3 is installed
OR pcp-devel-3.11.9-3 is installed
OR pcp-doc-3.11.9-3 is installed
OR pcp-import-iostat2pcp-3.11.9-3 is installed
OR pcp-import-mrtg2pcp-3.11.9-3 is installed
OR pcp-import-sar2pcp-3.11.9-3 is installed
OR perl-PCP-LogImport-3.11.9-3 is installed
OR perl-PCP-LogSummary-3.11.9-3 is installed
OR perl-PCP-MMV-3.11.9-3 is installed
OR perl-PCP-PMDA-3.11.9-3 is installed
OR python-pcp-3.11.9-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 12 is installed
AND Package Information
libslurm29-16.05.8.1-5 is installed
OR perl-slurm-16.05.8.1-5 is installed
OR slurm-16.05.8.1-5 is installed
OR slurm-auth-none-16.05.8.1-5 is installed
OR slurm-devel-16.05.8.1-5 is installed
OR slurm-doc-16.05.8.1-5 is installed
OR slurm-lua-16.05.8.1-5 is installed
OR slurm-munge-16.05.8.1-5 is installed
OR slurm-pam_slurm-16.05.8.1-5 is installed
OR slurm-plugins-16.05.8.1-5 is installed
OR slurm-sched-wiki-16.05.8.1-5 is installed
OR slurm-slurmdbd-16.05.8.1-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 is installed
AND Package Information
libpmi0-17.11.13-6.15 is installed
OR libslurm32-17.11.13-6.15 is installed
OR perl-slurm-17.11.13-6.15 is installed
OR slurm-17.11.13-6.15 is installed
OR slurm-auth-none-17.11.13-6.15 is installed
OR slurm-config-17.11.13-6.15 is installed
OR slurm-devel-17.11.13-6.15 is installed
OR slurm-doc-17.11.13-6.15 is installed
OR slurm-lua-17.11.13-6.15 is installed
OR slurm-munge-17.11.13-6.15 is installed
OR slurm-node-17.11.13-6.15 is installed
OR slurm-pam_slurm-17.11.13-6.15 is installed
OR slurm-plugins-17.11.13-6.15 is installed
OR slurm-slurmdbd-17.11.13-6.15 is installed
OR slurm-sql-17.11.13-6.15 is installed
OR slurm-torque-17.11.13-6.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.30-3.16 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.30-3.16 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.30-3.16 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.30-3.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
containerd-1.1.2-5.6 is installed
OR containerd-ctr-1.1.2-5.6 is installed
OR containerd-test-1.1.2-5.6 is installed
OR docker-18.09.0_ce-6.11 is installed
OR docker-runc-1.0.0rc5+gitr3562_69663f0bd4b6-6.6 is installed
OR docker-runc-test-1.0.0rc5+gitr3562_69663f0bd4b6-6.6 is installed
OR docker-test-18.09.0_ce-6.11 is installed
OR docker-zsh-completion-18.09.0_ce-6.11 is installed
OR golang-github-docker-libnetwork-0.7.0.1+gitr2704_6da50d197830-4.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-pycrypto-2.6.1-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 is installed
AND Package Information
kernel-azure-4.12.14-5.24 is installed
OR kernel-azure-base-4.12.14-5.24 is installed
OR kernel-azure-devel-4.12.14-5.24 is installed
OR kernel-devel-azure-4.12.14-5.24 is installed
OR kernel-source-azure-4.12.14-5.24 is installed
OR kernel-syms-azure-4.12.14-5.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
libecpg6-10.6-4.8 is installed
OR postgresql10-10.6-4.8 is installed
OR postgresql10-contrib-10.6-4.8 is installed
OR postgresql10-devel-10.6-4.8 is installed
OR postgresql10-docs-10.6-4.8 is installed
OR postgresql10-plperl-10.6-4.8 is installed
OR postgresql10-plpython-10.6-4.8 is installed
OR postgresql10-pltcl-10.6-4.8 is installed
OR postgresql10-server-10.6-4.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
gnome-screensaver-2.24.0-14.27 is installed
OR gnome-screensaver-lang-2.24.0-14.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
gnome-screensaver-2.24.0-14.27 is installed
OR gnome-screensaver-lang-2.24.0-14.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libMagickCore1-6.4.3.6-7.24 is installed
OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libMagickCore1-6.4.3.6-7.24 is installed
OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libMagickCore1-6.4.3.6-7.24 is installed
OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libMagickCore1-6.4.3.6-7.24 is installed
OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
kernel-ec2-2.6.32.24-0.2 is installed
OR kernel-ec2-base-2.6.32.24-0.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libfreebl3-3.15.2-0.3 is installed
OR libfreebl3-32bit-3.15.2-0.3 is installed
OR mozilla-nspr-4.10.1-0.3 is installed
OR mozilla-nspr-32bit-4.10.1-0.3 is installed
OR mozilla-nss-3.15.2-0.3 is installed
OR mozilla-nss-32bit-3.15.2-0.3 is installed
OR mozilla-nss-tools-3.15.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libfreebl3-3.15.2-0.3 is installed
OR libfreebl3-32bit-3.15.2-0.3 is installed
OR mozilla-nspr-4.10.1-0.3 is installed
OR mozilla-nspr-32bit-4.10.1-0.3 is installed
OR mozilla-nss-3.15.2-0.3 is installed
OR mozilla-nss-32bit-3.15.2-0.3 is installed
OR mozilla-nss-tools-3.15.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libfreebl3-3.15.2-0.3 is installed
OR libfreebl3-32bit-3.15.2-0.3 is installed
OR mozilla-nspr-4.10.1-0.3 is installed
OR mozilla-nspr-32bit-4.10.1-0.3 is installed
OR mozilla-nss-3.15.2-0.3 is installed
OR mozilla-nss-32bit-3.15.2-0.3 is installed
OR mozilla-nss-tools-3.15.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libfreebl3-3.15.2-0.3 is installed
OR libfreebl3-32bit-3.15.2-0.3 is installed
OR mozilla-nspr-4.10.1-0.3 is installed
OR mozilla-nspr-32bit-4.10.1-0.3 is installed
OR mozilla-nss-3.15.2-0.3 is installed
OR mozilla-nss-32bit-3.15.2-0.3 is installed
OR mozilla-nss-tools-3.15.2-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.34 is installed
OR libMagickCore1-6.4.3.6-7.34 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.34 is installed
OR libMagickCore1-6.4.3.6-7.34 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
freeradius-server-2.1.1-7.16 is installed
OR freeradius-server-dialupadmin-2.1.1-7.16 is installed
OR freeradius-server-doc-2.1.1-7.16 is installed
OR freeradius-server-libs-2.1.1-7.16 is installed
OR freeradius-server-utils-2.1.1-7.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
freeradius-server-2.1.1-7.16 is installed
OR freeradius-server-dialupadmin-2.1.1-7.16 is installed
OR freeradius-server-doc-2.1.1-7.16 is installed
OR freeradius-server-libs-2.1.1-7.16 is installed
OR freeradius-server-utils-2.1.1-7.16 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
freeradius-server-2.1.1-7.16 is installed
OR freeradius-server-dialupadmin-2.1.1-7.16 is installed
OR freeradius-server-doc-2.1.1-7.16 is installed
OR freeradius-server-libs-2.1.1-7.16 is installed
OR freeradius-server-utils-2.1.1-7.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
libgtop-2.28.0-1.2 is installed
OR libgtop-2_0-7-2.28.0-1.2 is installed
OR libgtop-doc-2.28.0-1.2 is installed
OR libgtop-lang-2.28.0-1.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libopenssl0_9_8-0.9.8j-0.66 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.66 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.66 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.66 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.66 is installed
OR openssl-0.9.8j-0.66 is installed
OR openssl-doc-0.9.8j-0.66 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libopenssl0_9_8-0.9.8j-0.66 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.66 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.66 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.66 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.66 is installed
OR openssl-0.9.8j-0.66 is installed
OR openssl-doc-0.9.8j-0.66 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libopenssl0_9_8-0.9.8j-0.66 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.66 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.66 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.66 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.66 is installed
OR openssl-0.9.8j-0.66 is installed
OR openssl-doc-0.9.8j-0.66 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libopenssl0_9_8-0.9.8j-0.66 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.66 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.66 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.66 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.66 is installed
OR openssl-0.9.8j-0.66 is installed
OR openssl-doc-0.9.8j-0.66 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
libopenssl0_9_8-0.9.8j-0.66 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.66 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.66 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.66 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.66 is installed
OR openssl-0.9.8j-0.66 is installed
OR openssl-doc-0.9.8j-0.66 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND NetworkManager-gnome-0.7.1-5.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND Package Information
salt-2016.11.10-43.38 is installed
OR salt-doc-2016.11.10-43.38 is installed
OR salt-minion-2016.11.10-43.38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-78 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-78 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-78 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-78 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-38.7.0esr-37 is installed
OR MozillaFirefox-translations-38.7.0esr-37 is installed
OR libfreebl3-3.20.2-28 is installed
OR libfreebl3-32bit-3.20.2-28 is installed
OR libsoftokn3-3.20.2-28 is installed
OR libsoftokn3-32bit-3.20.2-28 is installed
OR mozilla-nspr-4.12-24 is installed
OR mozilla-nspr-32bit-4.12-24 is installed
OR mozilla-nss-3.20.2-28 is installed
OR mozilla-nss-32bit-3.20.2-28 is installed
OR mozilla-nss-tools-3.20.2-28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.37 is installed
OR libMagickCore1-6.4.3.6-7.78.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.37 is installed
OR libMagickCore1-6.4.3.6-7.78.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
kernel-bigmem-3.0.101-108.38 is installed
OR kernel-bigmem-base-3.0.101-108.38 is installed
OR kernel-bigmem-devel-3.0.101-108.38 is installed
OR kernel-default-3.0.101-108.38 is installed
OR kernel-default-base-3.0.101-108.38 is installed
OR kernel-default-devel-3.0.101-108.38 is installed
OR kernel-default-man-3.0.101-108.38 is installed
OR kernel-ec2-3.0.101-108.38 is installed
OR kernel-ec2-base-3.0.101-108.38 is installed
OR kernel-ec2-devel-3.0.101-108.38 is installed
OR kernel-pae-3.0.101-108.38 is installed
OR kernel-pae-base-3.0.101-108.38 is installed
OR kernel-pae-devel-3.0.101-108.38 is installed
OR kernel-ppc64-3.0.101-108.38 is installed
OR kernel-ppc64-base-3.0.101-108.38 is installed
OR kernel-ppc64-devel-3.0.101-108.38 is installed
OR kernel-source-3.0.101-108.38 is installed
OR kernel-syms-3.0.101-108.38 is installed
OR kernel-trace-3.0.101-108.38 is installed
OR kernel-trace-base-3.0.101-108.38 is installed
OR kernel-trace-devel-3.0.101-108.38 is installed
OR kernel-xen-3.0.101-108.38 is installed
OR kernel-xen-base-3.0.101-108.38 is installed
OR kernel-xen-devel-3.0.101-108.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
kernel-bigmem-3.0.101-108.38 is installed
OR kernel-bigmem-base-3.0.101-108.38 is installed
OR kernel-bigmem-devel-3.0.101-108.38 is installed
OR kernel-default-3.0.101-108.38 is installed
OR kernel-default-base-3.0.101-108.38 is installed
OR kernel-default-devel-3.0.101-108.38 is installed
OR kernel-default-man-3.0.101-108.38 is installed
OR kernel-ec2-3.0.101-108.38 is installed
OR kernel-ec2-base-3.0.101-108.38 is installed
OR kernel-ec2-devel-3.0.101-108.38 is installed
OR kernel-pae-3.0.101-108.38 is installed
OR kernel-pae-base-3.0.101-108.38 is installed
OR kernel-pae-devel-3.0.101-108.38 is installed
OR kernel-ppc64-3.0.101-108.38 is installed
OR kernel-ppc64-base-3.0.101-108.38 is installed
OR kernel-ppc64-devel-3.0.101-108.38 is installed
OR kernel-source-3.0.101-108.38 is installed
OR kernel-syms-3.0.101-108.38 is installed
OR kernel-trace-3.0.101-108.38 is installed
OR kernel-trace-base-3.0.101-108.38 is installed
OR kernel-trace-devel-3.0.101-108.38 is installed
OR kernel-xen-3.0.101-108.38 is installed
OR kernel-xen-base-3.0.101-108.38 is installed
OR kernel-xen-devel-3.0.101-108.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
elfutils-0.152-4.9 is installed
OR libasm1-0.152-4.9 is installed
OR libasm1-32bit-0.152-4.9 is installed
OR libdw1-0.152-4.9 is installed
OR libdw1-32bit-0.152-4.9 is installed
OR libdw1-x86-0.152-4.9 is installed
OR libebl1-0.152-4.9 is installed
OR libebl1-32bit-0.152-4.9 is installed
OR libebl1-x86-0.152-4.9 is installed
OR libelf1-0.152-4.9 is installed
OR libelf1-32bit-0.152-4.9 is installed
OR libelf1-x86-0.152-4.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
apache2-2.2.34-70.27 is installed
OR apache2-doc-2.2.34-70.27 is installed
OR apache2-example-pages-2.2.34-70.27 is installed
OR apache2-prefork-2.2.34-70.27 is installed
OR apache2-utils-2.2.34-70.27 is installed
OR apache2-worker-2.2.34-70.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
apache2-2.2.34-70.27 is installed
OR apache2-doc-2.2.34-70.27 is installed
OR apache2-example-pages-2.2.34-70.27 is installed
OR apache2-prefork-2.2.34-70.27 is installed
OR apache2-utils-2.2.34-70.27 is installed
OR apache2-worker-2.2.34-70.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
openvpn-openssl1-2.3.2-0.10.3 is installed
OR openvpn-openssl1-down-root-plugin-2.3.2-0.10.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
ImageMagick-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
ImageMagick-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND libXvMC1-1.0.8-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libtiff5-4.0.6-19 is installed
OR libtiff5-32bit-4.0.6-19 is installed
OR tiff-4.0.6-19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libtiff5-4.0.6-19 is installed
OR libtiff5-32bit-4.0.6-19 is installed
OR tiff-4.0.6-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
alsa-1.0.27.2-11 is installed
OR alsa-docs-1.0.27.2-11 is installed
OR libasound2-1.0.27.2-11 is installed
OR libasound2-32bit-1.0.27.2-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
xen-4.5.5_12-22.18 is installed
OR xen-doc-html-4.5.5_12-22.18 is installed
OR xen-kmp-default-4.5.5_12_k3.12.74_60.64.45-22.18 is installed
OR xen-libs-4.5.5_12-22.18 is installed
OR xen-libs-32bit-4.5.5_12-22.18 is installed
OR xen-tools-4.5.5_12-22.18 is installed
OR xen-tools-domU-4.5.5_12-22.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
xen-4.5.5_12-22.18 is installed
OR xen-doc-html-4.5.5_12-22.18 is installed
OR xen-kmp-default-4.5.5_12_k3.12.74_60.64.45-22.18 is installed
OR xen-libs-4.5.5_12-22.18 is installed
OR xen-libs-32bit-4.5.5_12-22.18 is installed
OR xen-tools-4.5.5_12-22.18 is installed
OR xen-tools-domU-4.5.5_12-22.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
jasper-1.900.14-181 is installed
OR libjasper1-1.900.14-181 is installed
OR libjasper1-32bit-1.900.14-181 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
jasper-1.900.14-181 is installed
OR libjasper1-1.900.14-181 is installed
OR libjasper1-32bit-1.900.14-181 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
cpio-2.11-29 is installed
OR cpio-lang-2.11-29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND clamav-0.100.2-33.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND clamav-0.100.2-33.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
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 |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_90-92_45-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_14-9-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_90-92_45-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_14-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_74-92_38-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_13-9-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
icu-52.1-8.3 is installed
OR libicu-doc-52.1-8.3 is installed
OR libicu52_1-52.1-8.3 is installed
OR libicu52_1-32bit-52.1-8.3 is installed
OR libicu52_1-data-52.1-8.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
icu-52.1-8.3 is installed
OR libicu-doc-52.1-8.3 is installed
OR libicu52_1-52.1-8.3 is installed
OR libicu52_1-32bit-52.1-8.3 is installed
OR libicu52_1-data-52.1-8.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
gdm-3.10.0.1-52 is installed
OR gdm-lang-3.10.0.1-52 is installed
OR gdmflexiserver-3.10.0.1-52 is installed
OR libgdm1-3.10.0.1-52 is installed
OR typelib-1_0-Gdm-1_0-3.10.0.1-52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libtirpc-1.0.1-17.6 is installed
OR libtirpc-netconfig-1.0.1-17.6 is installed
OR libtirpc3-1.0.1-17.6 is installed
OR libtirpc3-32bit-1.0.1-17.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libtirpc-1.0.1-17.6 is installed
OR libtirpc-netconfig-1.0.1-17.6 is installed
OR libtirpc3-1.0.1-17.6 is installed
OR libtirpc3-32bit-1.0.1-17.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
apache2-2.4.23-29.24 is installed
OR apache2-doc-2.4.23-29.24 is installed
OR apache2-example-pages-2.4.23-29.24 is installed
OR apache2-prefork-2.4.23-29.24 is installed
OR apache2-utils-2.4.23-29.24 is installed
OR apache2-worker-2.4.23-29.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP5 is installed
AND Package Information
apache-commons-beanutils-1.9.2-3.3 is installed
OR apache-commons-beanutils-javadoc-1.9.2-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
apache2-2.4.10-14.17 is installed
OR apache2-doc-2.4.10-14.17 is installed
OR apache2-example-pages-2.4.10-14.17 is installed
OR apache2-prefork-2.4.10-14.17 is installed
OR apache2-utils-2.4.10-14.17 is installed
OR apache2-worker-2.4.10-14.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
apache2-2.4.10-14.17 is installed
OR apache2-doc-2.4.10-14.17 is installed
OR apache2-example-pages-2.4.10-14.17 is installed
OR apache2-prefork-2.4.10-14.17 is installed
OR apache2-utils-2.4.10-14.17 is installed
OR apache2-worker-2.4.10-14.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND binutils-2.26.1-9.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
postgresql94-9.4.24-21.25 is installed
OR postgresql94-contrib-9.4.24-21.25 is installed
OR postgresql94-docs-9.4.24-21.25 is installed
OR postgresql94-plperl-9.4.24-21.25 is installed
OR postgresql94-plpython-9.4.24-21.25 is installed
OR postgresql94-pltcl-9.4.24-21.25 is installed
OR postgresql94-server-9.4.24-21.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
kgraft-patch-4_4_175-94_79-default-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_23-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
compat-openssl098-0.9.8j-106.9 is installed
OR libopenssl0_9_8-0.9.8j-106.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
libotr-devel-4.1.1-2 is installed
OR libotr5-4.1.1-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
MozillaFirefox-45.2.0esr-45 is installed
OR MozillaFirefox-branding-SLED-45.0-23 is installed
OR MozillaFirefox-translations-45.2.0esr-45 is installed
OR firefox-fontconfig-2.11.0-2 is installed
OR libfreebl3-3.21.1-35 is installed
OR libfreebl3-32bit-3.21.1-35 is installed
OR libsoftokn3-3.21.1-35 is installed
OR libsoftokn3-32bit-3.21.1-35 is installed
OR mozilla-nspr-4.12-29 is installed
OR mozilla-nspr-32bit-4.12-29 is installed
OR mozilla-nss-3.21.1-35 is installed
OR mozilla-nss-32bit-3.21.1-35 is installed
OR mozilla-nss-tools-3.21.1-35 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-dashboard-8.0.2~a0~dev7-2 is installed
OR python-horizon-8.0.2~a0~dev7-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND python-oslo.middleware-3.19.0-3 is installed
|