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): | 1007829 1010470 1011800 1012999 1013018 1017078 1017646 1020831 1022562 1025896 1027240 1027722 1030009 1030073 1032931 1035912 1035914 1036125 1038855 1039348 1039370 1040584 1040886 1043111 1049423 1052448 1052449 1052466 1052943 1061305 1062568 1062840 1063416 1063516 1065600 1065999 1067118 1067912 1068032 1072689 1072865 1075088 1075091 1075994 1077732 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 1096405 1096406 1096407 1096408 1150003 1150250 472745 601830 680210 680212 700987 711490 715643 831299 846239 851068 853625 853627 853632 853633 854060 867362 873385 877642 883380 886785 894936 907514 909077 910258 915517 917830 918984 919463 920110 920250 920733 921430 923245 923967 924701 925705 925881 925903 926240 926953 927355 927786 929142 929143 930092 930761 930934 931538 932267 932348 932458 933109 933429 933896 933904 933907 933936 934742 934944 935053 935572 935705 935866 935906 936058 936062 936077 936423 936637 936831 936875 936925 937032 937402 937444 937503 937641 937855 939910 939994 940338 940398 940776 940806 941074 942350 943786 944463 944697 947165 950367 950703 950705 950706 958791 960319 965748 CVE-2009-0040 CVE-2010-0540 CVE-2010-2431 CVE-2010-2432 CVE-2011-2896 CVE-2011-3170 CVE-2013-4389 CVE-2013-4491 CVE-2013-6414 CVE-2013-6415 CVE-2013-6417 CVE-2014-0222 CVE-2014-9728 CVE-2014-9729 CVE-2014-9730 CVE-2014-9731 CVE-2015-0777 CVE-2015-0848 CVE-2015-1420 CVE-2015-1805 CVE-2015-2150 CVE-2015-2830 CVE-2015-4037 CVE-2015-4167 CVE-2015-4473 CVE-2015-4474 CVE-2015-4475 CVE-2015-4478 CVE-2015-4479 CVE-2015-4484 CVE-2015-4485 CVE-2015-4486 CVE-2015-4487 CVE-2015-4488 CVE-2015-4489 CVE-2015-4491 CVE-2015-4492 CVE-2015-4495 CVE-2015-4588 CVE-2015-4695 CVE-2015-4696 CVE-2015-4700 CVE-2015-5156 CVE-2015-5239 CVE-2015-5364 CVE-2015-5366 CVE-2015-5707 CVE-2015-6815 CVE-2015-7311 CVE-2015-7555 CVE-2015-7835 CVE-2015-7969 CVE-2015-7971 CVE-2015-8540 CVE-2016-10087 CVE-2016-7915 CVE-2016-8864 CVE-2017-0861 CVE-2017-11423 CVE-2017-12190 CVE-2017-12374 CVE-2017-12375 CVE-2017-12376 CVE-2017-12377 CVE-2017-12378 CVE-2017-12379 CVE-2017-12380 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-5200 CVE-2017-5715 CVE-2017-6418 CVE-2017-6419 CVE-2017-6420 CVE-2017-8109 CVE-2017-9110 CVE-2018-10087 CVE-2018-4180 CVE-2018-4181 CVE-2018-4182 CVE-2018-4183 CVE-2018-6927 CVE-2018-7566 CVE-2018-7757 CVE-2018-8822 CVE-2019-1547 CVE-2019-1563 SUSE-SU-2015:1378-1 SUSE-SU-2015:1528-1 SUSE-SU-2015:1592-1 SUSE-SU-2015:1853-1 SUSE-SU-2016:0192-1 SUSE-SU-2016:2706-1 SUSE-SU-2017:0901-1 SUSE-SU-2017:1581-1 SUSE-SU-2018:1080-1 SUSE-SU-2019:14174-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 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 High Availability Extension 11 SP3 SUSE Linux Enterprise Module for additional PackageHub packages 15 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for High Performance Computing 15 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS 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 SP2-LTSS 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-CLIENT-TOOLS 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 SP3 SUSE Linux Enterprise Server 12 SP4 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-CLIENT-TOOLS 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 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS 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-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY 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-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 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 lftp-4.8.3-lp150.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
translate-toolkit-2.2.4-4.1 is installed
OR translate-toolkit-devel-doc-2.2.4-4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.2.1esr-19 is installed
OR MozillaFirefox-branding-SLED-31.0-0.12 is installed
OR MozillaFirefox-translations-38.2.1esr-19 is installed
OR libfreebl3-3.19.2.0-0.16 is installed
OR libfreebl3-32bit-3.19.2.0-0.16 is installed
OR libsoftokn3-3.19.2.0-0.16 is installed
OR libsoftokn3-32bit-3.19.2.0-0.16 is installed
OR mozilla-nss-3.19.2.0-0.16 is installed
OR mozilla-nss-32bit-3.19.2.0-0.16 is installed
OR mozilla-nss-tools-3.19.2.0-0.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
dbus-1-glib-0.100.2-3 is installed
OR dbus-1-glib-32bit-0.100.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
finch-2.10.9-8 is installed
OR libpurple-2.10.9-8 is installed
OR libpurple-lang-2.10.9-8 is installed
OR libpurple-meanwhile-2.10.9-8 is installed
OR libpurple-tcl-2.10.9-8 is installed
OR pidgin-2.10.9-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
fontconfig-2.11.1-7 is installed
OR fontconfig-32bit-2.11.1-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND argyllcms-1.6.3-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
NetworkManager-1.0.12-13.6 is installed
OR NetworkManager-lang-1.0.12-13.6 is installed
OR libnm-glib-vpn1-1.0.12-13.6 is installed
OR libnm-glib4-1.0.12-13.6 is installed
OR libnm-util2-1.0.12-13.6 is installed
OR libnm0-1.0.12-13.6 is installed
OR typelib-1_0-NM-1_0-1.0.12-13.6 is installed
OR typelib-1_0-NMClient-1_0-1.0.12-13.6 is installed
OR typelib-1_0-NetworkManager-1_0-1.0.12-13.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND Package Information
hawk-0.6.1-0.17 is installed
OR hawk-templates-0.6.1-0.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
binutils-2.32-6.8 is installed
OR binutils-gold-2.32-6.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
automake-1.15.1-2 is installed
OR m4-1.4.18-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND sles11sp4-docker-image-1.1.1-20160304104123 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND libXi6-32bit-1.7.9-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND checkbashisms-2.15.1-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 is installed
AND Package Information
libpmi0-17.11.7-6.3 is installed
OR libslurm32-17.11.7-6.3 is installed
OR perl-slurm-17.11.7-6.3 is installed
OR slurm-17.11.7-6.3 is installed
OR slurm-auth-none-17.11.7-6.3 is installed
OR slurm-config-17.11.7-6.3 is installed
OR slurm-devel-17.11.7-6.3 is installed
OR slurm-doc-17.11.7-6.3 is installed
OR slurm-lua-17.11.7-6.3 is installed
OR slurm-munge-17.11.7-6.3 is installed
OR slurm-node-17.11.7-6.3 is installed
OR slurm-pam_slurm-17.11.7-6.3 is installed
OR slurm-plugins-17.11.7-6.3 is installed
OR slurm-slurmdbd-17.11.7-6.3 is installed
OR slurm-sql-17.11.7-6.3 is installed
OR slurm-torque-17.11.7-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.2-8 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.2-8 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.2-8 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.2-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
kernel-default-4.12.14-25.22 is installed
OR reiserfs-kmp-default-4.12.14-25.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_3-default-7-2 is installed
OR kernel-livepatch-SLE15_Update_1-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND soundtouch-1.8.0-3.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
libxslt-1.1.32-3.3 is installed
OR libxslt-devel-32bit-1.1.32-3.3 is installed
OR libxslt-python-1.1.32-3.3 is installed
OR libxslt1-32bit-1.1.32-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-PyYAML-3.10-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
apache2-2.4.33-3.9 is installed
OR apache2-devel-2.4.33-3.9 is installed
OR apache2-doc-2.4.33-3.9 is installed
OR apache2-prefork-2.4.33-3.9 is installed
OR apache2-utils-2.4.33-3.9 is installed
OR apache2-worker-2.4.33-3.9 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 11 SP3 is installed
AND Package Information
bind-9.9.6P1-0.33 is installed
OR bind-chrootenv-9.9.6P1-0.33 is installed
OR bind-doc-9.9.6P1-0.33 is installed
OR bind-libs-9.9.6P1-0.33 is installed
OR bind-utils-9.9.6P1-0.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP3 is installed
AND Package Information
kernel-rt-3.0.101.rt130-0.33.40 is installed
OR kernel-rt-base-3.0.101.rt130-0.33.40 is installed
OR kernel-rt-devel-3.0.101.rt130-0.33.40 is installed
OR kernel-rt_trace-3.0.101.rt130-0.33.40 is installed
OR kernel-rt_trace-base-3.0.101.rt130-0.33.40 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-0.33.40 is installed
OR kernel-source-rt-3.0.101.rt130-0.33.40 is installed
OR kernel-syms-rt-3.0.101.rt130-0.33.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
libpng12-0-1.2.31-5.11 is installed
OR libpng12-0-32bit-1.2.31-5.11 is installed
OR libpng12-0-x86-1.2.31-5.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
libpng12-0-1.2.31-5.11 is installed
OR libpng12-0-32bit-1.2.31-5.11 is installed
OR libpng12-0-x86-1.2.31-5.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libpng12-0-1.2.31-5.31 is installed
OR libpng12-0-32bit-1.2.31-5.31 is installed
OR libpng12-0-x86-1.2.31-5.31 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libpng12-0-1.2.31-5.31 is installed
OR libpng12-0-32bit-1.2.31-5.31 is installed
OR libpng12-0-x86-1.2.31-5.31 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libpng12-0-1.2.31-5.31 is installed
OR libpng12-0-32bit-1.2.31-5.31 is installed
OR libpng12-0-x86-1.2.31-5.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libpng12-0-1.2.31-5.31 is installed
OR libpng12-0-32bit-1.2.31-5.31 is installed
OR libpng12-0-x86-1.2.31-5.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libapr-util1-1.3.4-12.22.21 is installed
OR libapr-util1-32bit-1.3.4-12.22.21 is installed
OR libapr1-1.3.3-11.18.17 is installed
OR libapr1-32bit-1.3.3-11.18.17 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libapr-util1-1.3.4-12.22.21 is installed
OR libapr-util1-32bit-1.3.4-12.22.21 is installed
OR libapr1-1.3.3-11.18.17 is installed
OR libapr1-32bit-1.3.3-11.18.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libapr-util1-1.3.4-12.22.21 is installed
OR libapr-util1-32bit-1.3.4-12.22.21 is installed
OR libapr1-1.3.3-11.18.17 is installed
OR libapr1-32bit-1.3.3-11.18.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
libopenssl0_9_8-0.9.8h-30.27 is installed
OR libopenssl0_9_8-32bit-0.9.8h-30.27 is installed
OR libopenssl0_9_8-x86-0.9.8h-30.27 is installed
OR openssl-0.9.8h-30.27 is installed
OR openssl-doc-0.9.8h-30.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
AND
rhnmd-5.3.7-0.9 is installed
OR spacewalk-backend-libs-1.2.74-0.20 is installed
OR spacewalk-certs-tools-1.2.2-0.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
AND
rhnmd-5.3.7-0.9 is installed
OR spacewalk-backend-libs-1.2.74-0.20 is installed
OR spacewalk-certs-tools-1.2.2-0.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-38.2.0esr-10 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
OR MozillaFirefox-translations-38.2.0esr-10 is installed
OR firefox-gcc47-4.7.2_20130108-0.37 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
OR libfreebl3-3.19.2.0-0.7 is installed
OR libfreebl3-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-3.19.2.0-0.7 is installed
OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-devel-3.19.2.0-0.7 is installed
OR mozilla-nss-tools-3.19.2.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-38.2.0esr-10 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
OR MozillaFirefox-translations-38.2.0esr-10 is installed
OR firefox-gcc47-4.7.2_20130108-0.37 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
OR libfreebl3-3.19.2.0-0.7 is installed
OR libfreebl3-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-3.19.2.0-0.7 is installed
OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-devel-3.19.2.0-0.7 is installed
OR mozilla-nss-tools-3.19.2.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-38.2.0esr-10 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
OR MozillaFirefox-translations-38.2.0esr-10 is installed
OR firefox-gcc47-4.7.2_20130108-0.37 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
OR libfreebl3-3.19.2.0-0.7 is installed
OR libfreebl3-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-3.19.2.0-0.7 is installed
OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-devel-3.19.2.0-0.7 is installed
OR mozilla-nss-tools-3.19.2.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-38.2.0esr-10 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
OR MozillaFirefox-translations-38.2.0esr-10 is installed
OR firefox-gcc47-4.7.2_20130108-0.37 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
OR libfreebl3-3.19.2.0-0.7 is installed
OR libfreebl3-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-3.19.2.0-0.7 is installed
OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-devel-3.19.2.0-0.7 is installed
OR mozilla-nss-tools-3.19.2.0-0.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
OpenEXR-1.6.1-83.17.11 is installed
OR OpenEXR-32bit-1.6.1-83.17.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
OpenEXR-1.6.1-83.17.11 is installed
OR OpenEXR-32bit-1.6.1-83.17.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
dhcp-4.2.4.P2-0.11.13 is installed
OR dhcp-client-4.2.4.P2-0.11.13 is installed
OR dhcp-relay-4.2.4.P2-0.11.13 is installed
OR dhcp-server-4.2.4.P2-0.11.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
dhcp-4.2.4.P2-0.11.13 is installed
OR dhcp-client-4.2.4.P2-0.11.13 is installed
OR dhcp-relay-4.2.4.P2-0.11.13 is installed
OR dhcp-server-4.2.4.P2-0.11.13 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
dhcp-4.2.4.P2-0.11.13 is installed
OR dhcp-client-4.2.4.P2-0.11.13 is installed
OR dhcp-relay-4.2.4.P2-0.11.13 is installed
OR dhcp-server-4.2.4.P2-0.11.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
cvs-1.12.12-144.23.5 is installed
OR cvs-doc-1.12.12-144.23.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
giflib-4.1.6-13 is installed
OR giflib-32bit-4.1.6-13 is installed
OR giflib-progs-4.1.6-13 is installed
OR giflib-x86-4.1.6-13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
giflib-4.1.6-13 is installed
OR giflib-32bit-4.1.6-13 is installed
OR giflib-progs-4.1.6-13 is installed
OR giflib-x86-4.1.6-13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
giflib-4.1.6-13 is installed
OR giflib-32bit-4.1.6-13 is installed
OR giflib-progs-4.1.6-13 is installed
OR giflib-x86-4.1.6-13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
giflib-4.1.6-13 is installed
OR giflib-32bit-4.1.6-13 is installed
OR giflib-progs-4.1.6-13 is installed
OR giflib-x86-4.1.6-13 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
giflib-4.1.6-13 is installed
OR giflib-32bit-4.1.6-13 is installed
OR giflib-progs-4.1.6-13 is installed
OR giflib-x86-4.1.6-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
MozillaFirefox-17.0.4esr-0.10 is installed
OR MozillaFirefox-translations-17.0.4esr-0.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
libmysql55client18-5.5.52-0.27 is installed
OR libmysql55client18-32bit-5.5.52-0.27 is installed
OR libmysql55client_r18-5.5.52-0.27 is installed
OR mysql-5.5.52-0.27 is installed
OR mysql-client-5.5.52-0.27 is installed
OR mysql-tools-5.5.52-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libmysql55client18-5.5.52-0.27 is installed
OR libmysql55client18-32bit-5.5.52-0.27 is installed
OR libmysql55client_r18-5.5.52-0.27 is installed
OR mysql-5.5.52-0.27 is installed
OR mysql-client-5.5.52-0.27 is installed
OR mysql-tools-5.5.52-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
libmysql55client18-5.5.52-0.27 is installed
OR libmysql55client18-32bit-5.5.52-0.27 is installed
OR libmysql55client_r18-5.5.52-0.27 is installed
OR mysql-5.5.52-0.27 is installed
OR mysql-client-5.5.52-0.27 is installed
OR mysql-tools-5.5.52-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libmysql55client18-5.5.52-0.27 is installed
OR libmysql55client18-32bit-5.5.52-0.27 is installed
OR libmysql55client_r18-5.5.52-0.27 is installed
OR mysql-5.5.52-0.27 is installed
OR mysql-client-5.5.52-0.27 is installed
OR mysql-tools-5.5.52-0.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-45.7.0esr-65 is installed
OR MozillaFirefox-translations-45.7.0esr-65 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
apache2-2.2.12-59 is installed
OR apache2-doc-2.2.12-59 is installed
OR apache2-example-pages-2.2.12-59 is installed
OR apache2-prefork-2.2.12-59 is installed
OR apache2-utils-2.2.12-59 is installed
OR apache2-worker-2.2.12-59 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
apache2-2.2.12-59 is installed
OR apache2-doc-2.2.12-59 is installed
OR apache2-example-pages-2.2.12-59 is installed
OR apache2-prefork-2.2.12-59 is installed
OR apache2-utils-2.2.12-59 is installed
OR apache2-worker-2.2.12-59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
compat-libldap-2_3-0-2.3.37-2.30 is installed
OR libldap-2_4-2-2.4.26-0.30 is installed
OR libldap-2_4-2-32bit-2.4.26-0.30 is installed
OR libldap-2_4-2-x86-2.4.26-0.30 is installed
OR openldap2-2.4.26-0.30 is installed
OR openldap2-back-meta-2.4.26-0.30 is installed
OR openldap2-client-2.4.26-0.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
rhnlib-2.5.84.4-8 is installed
OR spacecmd-2.5.5.5-14 is installed
OR spacewalk-backend-2.5.24.9-24 is installed
OR spacewalk-backend-libs-2.5.24.9-24 is installed
OR spacewalk-check-2.5.13.8-23 is installed
OR spacewalk-client-setup-2.5.13.8-23 is installed
OR spacewalk-client-tools-2.5.13.8-23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
rhnlib-2.5.84.4-8 is installed
OR spacecmd-2.5.5.5-14 is installed
OR spacewalk-backend-2.5.24.9-24 is installed
OR spacewalk-backend-libs-2.5.24.9-24 is installed
OR spacewalk-check-2.5.13.8-23 is installed
OR spacewalk-client-setup-2.5.13.8-23 is installed
OR spacewalk-client-tools-2.5.13.8-23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
apache2-mod_php53-5.3.17-112.71 is installed
OR php53-5.3.17-112.71 is installed
OR php53-bcmath-5.3.17-112.71 is installed
OR php53-bz2-5.3.17-112.71 is installed
OR php53-calendar-5.3.17-112.71 is installed
OR php53-ctype-5.3.17-112.71 is installed
OR php53-curl-5.3.17-112.71 is installed
OR php53-dba-5.3.17-112.71 is installed
OR php53-dom-5.3.17-112.71 is installed
OR php53-exif-5.3.17-112.71 is installed
OR php53-fastcgi-5.3.17-112.71 is installed
OR php53-fileinfo-5.3.17-112.71 is installed
OR php53-ftp-5.3.17-112.71 is installed
OR php53-gd-5.3.17-112.71 is installed
OR php53-gettext-5.3.17-112.71 is installed
OR php53-gmp-5.3.17-112.71 is installed
OR php53-iconv-5.3.17-112.71 is installed
OR php53-intl-5.3.17-112.71 is installed
OR php53-json-5.3.17-112.71 is installed
OR php53-ldap-5.3.17-112.71 is installed
OR php53-mbstring-5.3.17-112.71 is installed
OR php53-mcrypt-5.3.17-112.71 is installed
OR php53-mysql-5.3.17-112.71 is installed
OR php53-odbc-5.3.17-112.71 is installed
OR php53-openssl-5.3.17-112.71 is installed
OR php53-pcntl-5.3.17-112.71 is installed
OR php53-pdo-5.3.17-112.71 is installed
OR php53-pear-5.3.17-112.71 is installed
OR php53-pgsql-5.3.17-112.71 is installed
OR php53-pspell-5.3.17-112.71 is installed
OR php53-shmop-5.3.17-112.71 is installed
OR php53-snmp-5.3.17-112.71 is installed
OR php53-soap-5.3.17-112.71 is installed
OR php53-suhosin-5.3.17-112.71 is installed
OR php53-sysvmsg-5.3.17-112.71 is installed
OR php53-sysvsem-5.3.17-112.71 is installed
OR php53-sysvshm-5.3.17-112.71 is installed
OR php53-tokenizer-5.3.17-112.71 is installed
OR php53-wddx-5.3.17-112.71 is installed
OR php53-xmlreader-5.3.17-112.71 is installed
OR php53-xmlrpc-5.3.17-112.71 is installed
OR php53-xmlwriter-5.3.17-112.71 is installed
OR php53-xsl-5.3.17-112.71 is installed
OR php53-zip-5.3.17-112.71 is installed
OR php53-zlib-5.3.17-112.71 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
apache2-mod_php53-5.3.17-112.71 is installed
OR php53-5.3.17-112.71 is installed
OR php53-bcmath-5.3.17-112.71 is installed
OR php53-bz2-5.3.17-112.71 is installed
OR php53-calendar-5.3.17-112.71 is installed
OR php53-ctype-5.3.17-112.71 is installed
OR php53-curl-5.3.17-112.71 is installed
OR php53-dba-5.3.17-112.71 is installed
OR php53-dom-5.3.17-112.71 is installed
OR php53-exif-5.3.17-112.71 is installed
OR php53-fastcgi-5.3.17-112.71 is installed
OR php53-fileinfo-5.3.17-112.71 is installed
OR php53-ftp-5.3.17-112.71 is installed
OR php53-gd-5.3.17-112.71 is installed
OR php53-gettext-5.3.17-112.71 is installed
OR php53-gmp-5.3.17-112.71 is installed
OR php53-iconv-5.3.17-112.71 is installed
OR php53-intl-5.3.17-112.71 is installed
OR php53-json-5.3.17-112.71 is installed
OR php53-ldap-5.3.17-112.71 is installed
OR php53-mbstring-5.3.17-112.71 is installed
OR php53-mcrypt-5.3.17-112.71 is installed
OR php53-mysql-5.3.17-112.71 is installed
OR php53-odbc-5.3.17-112.71 is installed
OR php53-openssl-5.3.17-112.71 is installed
OR php53-pcntl-5.3.17-112.71 is installed
OR php53-pdo-5.3.17-112.71 is installed
OR php53-pear-5.3.17-112.71 is installed
OR php53-pgsql-5.3.17-112.71 is installed
OR php53-pspell-5.3.17-112.71 is installed
OR php53-shmop-5.3.17-112.71 is installed
OR php53-snmp-5.3.17-112.71 is installed
OR php53-soap-5.3.17-112.71 is installed
OR php53-suhosin-5.3.17-112.71 is installed
OR php53-sysvmsg-5.3.17-112.71 is installed
OR php53-sysvsem-5.3.17-112.71 is installed
OR php53-sysvshm-5.3.17-112.71 is installed
OR php53-tokenizer-5.3.17-112.71 is installed
OR php53-wddx-5.3.17-112.71 is installed
OR php53-xmlreader-5.3.17-112.71 is installed
OR php53-xmlrpc-5.3.17-112.71 is installed
OR php53-xmlwriter-5.3.17-112.71 is installed
OR php53-xsl-5.3.17-112.71 is installed
OR php53-zip-5.3.17-112.71 is installed
OR php53-zlib-5.3.17-112.71 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.44 is installed
OR libcurl4-openssl1-7.37.0-70.44 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.44 is installed
OR libcurl4-openssl1-x86-7.37.0-70.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.44 is installed
OR libcurl4-openssl1-7.37.0-70.44 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.44 is installed
OR libcurl4-openssl1-x86-7.37.0-70.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libldap-openssl1-2_4-2-2.4.26-0.28 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
dbus-1-1.8.12-6 is installed
OR dbus-1-x11-1.8.12-6 is installed
OR libdbus-1-3-1.8.12-6 is installed
OR libdbus-1-3-32bit-1.8.12-6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
dbus-1-1.8.12-6 is installed
OR dbus-1-x11-1.8.12-6 is installed
OR libdbus-1-3-1.8.12-6 is installed
OR libdbus-1-3-32bit-1.8.12-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
cups-filters-1.0.58-2 is installed
OR cups-filters-cups-browsed-1.0.58-2 is installed
OR cups-filters-foomatic-rip-1.0.58-2 is installed
OR cups-filters-ghostscript-1.0.58-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
DirectFB-1.7.1-4 is installed
OR lib++dfb-1_7-1-1.7.1-4 is installed
OR libdirectfb-1_7-1-1.7.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
libspice-server1-0.12.5-10 is installed
OR spice-0.12.5-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND cifs-utils-6.5-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
evince-3.20.1-5 is installed
OR evince-browser-plugin-3.20.1-5 is installed
OR evince-lang-3.20.1-5 is installed
OR evince-plugin-djvudocument-3.20.1-5 is installed
OR evince-plugin-dvidocument-3.20.1-5 is installed
OR evince-plugin-pdfdocument-3.20.1-5 is installed
OR evince-plugin-psdocument-3.20.1-5 is installed
OR evince-plugin-tiffdocument-3.20.1-5 is installed
OR evince-plugin-xpsdocument-3.20.1-5 is installed
OR libevdocument3-4-3.20.1-5 is installed
OR libevview3-3-3.20.1-5 is installed
OR nautilus-evince-3.20.1-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND dnsmasq-2.78-18.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kernel-default-3.12.60-52.63 is installed
OR kernel-default-base-3.12.60-52.63 is installed
OR kernel-default-devel-3.12.60-52.63 is installed
OR kernel-default-man-3.12.60-52.63 is installed
OR kernel-devel-3.12.60-52.63 is installed
OR kernel-macros-3.12.60-52.63 is installed
OR kernel-source-3.12.60-52.63 is installed
OR kernel-syms-3.12.60-52.63 is installed
OR kernel-xen-3.12.60-52.63 is installed
OR kernel-xen-base-3.12.60-52.63 is installed
OR kernel-xen-devel-3.12.60-52.63 is installed
OR kgraft-patch-3_12_60-52_63-default-1-2 is installed
OR kgraft-patch-3_12_60-52_63-xen-1-2 is installed
OR kgraft-patch-SLE12_Update_18-1-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kernel-default-3.12.60-52.63 is installed
OR kernel-default-base-3.12.60-52.63 is installed
OR kernel-default-devel-3.12.60-52.63 is installed
OR kernel-default-man-3.12.60-52.63 is installed
OR kernel-devel-3.12.60-52.63 is installed
OR kernel-macros-3.12.60-52.63 is installed
OR kernel-source-3.12.60-52.63 is installed
OR kernel-syms-3.12.60-52.63 is installed
OR kernel-xen-3.12.60-52.63 is installed
OR kernel-xen-base-3.12.60-52.63 is installed
OR kernel-xen-devel-3.12.60-52.63 is installed
OR kgraft-patch-3_12_60-52_63-default-1-2 is installed
OR kgraft-patch-3_12_60-52_63-xen-1-2 is installed
OR kgraft-patch-SLE12_Update_18-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
openvpn-2.3.8-16.6 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_51-52_34-default-6-2 is installed
OR kgraft-patch-3_12_51-52_34-xen-6-2 is installed
OR kgraft-patch-SLE12_Update_10-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
bind-9.9.9P1-62 is installed
OR bind-chrootenv-9.9.9P1-62 is installed
OR bind-devel-9.9.9P1-62 is installed
OR bind-doc-9.9.9P1-62 is installed
OR 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 Software Development Kit 11 SP4 is installed
AND kernel-docs-3.0.101-108.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
dia-0.97.2-13 is installed
OR dia-lang-0.97.2-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND libpolkit0-32bit-0.113-5.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND libid3tag0-0.15.1b-182 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
gwenhywfar-lang-4.9.0beta-3.3 is installed
OR gwenhywfar-tools-4.9.0beta-3.3 is installed
OR libgwengui-gtk2-0-4.9.0beta-3.3 is installed
OR libgwenhywfar60-4.9.0beta-3.3 is installed
OR libgwenhywfar60-plugins-4.9.0beta-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
libproxy1-config-gnome3-0.4.15-2 is installed
OR libproxy1-networkmanager-0.4.15-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
bsdtar-2.5.5-9 is installed
OR libarchive2-2.5.5-9 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND ruby2.1-rubygem-railties-4_2-4.2.2-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
perl-5.18.2-12.14 is installed
OR perl-32bit-5.18.2-12.14 is installed
OR perl-base-5.18.2-12.14 is installed
OR perl-doc-5.18.2-12.14 is installed
|