Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP4 kernel was updated to receive various security and bug fixes.
The following security bugs were fixed:
- CVE-2020-25705: A flaw in the way reply ICMP packets are limited in was found that allowed to quickly scan open UDP ports. This flaw allowed an off-path remote user to effectively bypassing source port UDP randomization. The highest threat from this vulnerability is to confidentiality and possibly integrity, because software and services that rely on UDP source port randomization (like DNS) are indirectly affected as well. Kernel versions may be vulnerable to this issue (bsc#1175721, bsc#1178782). - CVE-2020-25704: Fixed a memory leak in perf_event_parse_addr_filter() (bsc#1178393). - CVE-2020-25668: Fixed a use-after-free in con_font_op() (bnc#1178123). - CVE-2020-25656: Fixed a concurrency use-after-free in vt_do_kdgkb_ioctl (bnc#1177766). - CVE-2020-25285: Fixed a race condition between hugetlb sysctl handlers in mm/hugetlb.c (bnc#1176485). - CVE-2020-0430: Fixed an OOB read in skb_headlen of /include/linux/skbuff.h (bnc#1176723). - CVE-2020-14351: Fixed a race in the perf_mmap_close() function (bsc#1177086). - CVE-2020-16120: Fixed a permissions issue in ovl_path_open() (bsc#1177470). - CVE-2020-8694: Restricted energy meter to root access (bsc#1170415). - CVE-2020-12351: Implemented a kABI workaround for bluetooth l2cap_ops filter addition (bsc#1177724). - CVE-2020-12352: Fixed an information leak when processing certain AMP packets aka 'BleedingTooth' (bsc#1177725). - CVE-2020-25212: Fixed a TOCTOU mismatch in the NFS client code (bnc#1176381). - CVE-2020-25645: Fixed an an issue in IPsec that caused traffic between two Geneve endpoints to be unencrypted (bnc#1177511). - CVE-2020-14381: Fixed a UAF in the fast user mutex (futex) wait operation (bsc#1176011). - CVE-2020-25643: Fixed an improper input validation in the ppp_cp_parse_cr function of the HDLC_PPP module (bnc#1177206). - CVE-2020-25641: Fixed a zero-length biovec request issued by the block subsystem could have caused the kernel to enter an infinite loop, causing a denial of service (bsc#1177121). - CVE-2020-26088: Fixed an improper CAP_NET_RAW check in NFC socket creation could have been used by local attackers to create raw sockets, bypassing security mechanisms (bsc#1176990). - CVE-2020-14390: Fixed an out-of-bounds memory write leading to memory corruption or a denial of service when changing screen size (bnc#1176235). - CVE-2020-0432: Fixed an out of bounds write due to an integer overflow (bsc#1176721). - CVE-2020-0427: Fixed an out of bounds read due to a use after free (bsc#1176725). - CVE-2020-0431: Fixed an out of bounds write due to a missing bounds check (bsc#1176722). - CVE-2020-0404: Fixed a linked list corruption due to an unusual root cause (bsc#1176423). - CVE-2020-25284: Fixed an incomplete permission checking for access to rbd devices, which could have been leveraged by local attackers to map or unmap rbd block devices (bsc#1176482). - CVE-2020-27673: Fixed an issue where rogue guests could have caused denial of service of Dom0 via high frequency events (XSA-332 bsc#1177411) - CVE-2020-27675: Fixed a race condition in event handler which may crash dom0 (XSA-331 bsc#1177410).
The following non-security bugs were fixed:
- btrfs: remove root usage from can_overcommit (bsc#1131277). - hv: vmbus: Add timeout to vmbus_wait_for_unload (bsc#1177816). - hyperv_fb: disable superfluous VERSION_WIN10_V5 case (bsc#1175306). - hyperv_fb: Update screen_info after removing old framebuffer (bsc#1175306). - livepatch: Add -fdump-ipa-clones to build (). Add support for -fdump-ipa-clones GCC option. Update config files accordingly. - livepatch: Test if -fdump-ipa-clones is really available As of now we add -fdump-ipa-clones unconditionally. It does not cause a trouble if the kernel is build with the supported toolchain. Otherwise it could fail easily. Do the correct thing and test for the availability. - NFS: On fatal writeback errors, we need to call nfs_inode_remove_request() (bsc#1177340). - NFS: only invalidate dentrys that are clearly invalid (bsc#1178669 bsc#1170139). - NFS: Revalidate the file mapping on all fatal writeback errors (bsc#1177340). - NFSv4: do not mark all open state for recovery when handling recallable state revoked flag (bsc#1176935). - obsolete_kmp: provide newer version than the obsoleted one (boo#1170232). - ocfs2: give applications more IO opportunities during fstrim (bsc#1175228). - powerpc/pseries/cpuidle: add polling idle for shared processor guests (bsc#1178765 ltc#188968). - rpadlpar_io: Add MODULE_DESCRIPTION entries to kernel modules (bsc#1176869 ltc#188243). - scsi: fnic: Do not call 'scsi_done()' for unhandled commands (bsc#1168468, bsc#1171675). - scsi: qla2xxx: Do not consume srb greedily (bsc#1173233). - scsi: qla2xxx: Handle incorrect entry_type entries (bsc#1173233). - video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V host (bsc#1175306). - video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver (bsc#1175306). - video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs (bsc#1175306). - x86/kexec: Use up-to-dated screen_info copy to fill boot params (bsc#1175306). - xen/blkback: use lateeoi irq binding (XSA-332 bsc#1177411). - xen/events: add a new 'late EOI' evtchn framework (XSA-332 bsc#1177411). - xen/events: add a proper barrier to 2-level uevent unmasking (XSA-332 bsc#1177411). - xen/events: avoid removing an event channel while handling it (XSA-331 bsc#1177410). - xen/events: block rogue events for some time (XSA-332 bsc#1177411). - xen/events: defer eoi in case of excessive number of events (XSA-332 bsc#1177411). - xen/events: do not use chip_data for legacy IRQs (XSA-332 bsc#1065600). - xen/events: fix race in evtchn_fifo_unmask() (XSA-332 bsc#1177411). - xen/events: switch user event channels to lateeoi model (XSA-332 bsc#1177411). - xen/events: use a common cpu hotplug hook for event channels (XSA-332 bsc#1177411). - xen/netback: use lateeoi irq binding (XSA-332 bsc#1177411). - xen/pciback: use lateeoi irq binding (XSA-332 bsc#1177411). - xen/scsiback: use lateeoi irq binding (XSA-332 bsc#1177411). - xen uses irqdesc::irq_data_common::handler_data to store a per interrupt XEN data pointer which contains XEN specific information (XSA-332 bsc#1065600).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1029595 1046856 1051510 1058115 1065600 1084688 1084690 1084691 1103200 1103353 1119540 1122983 1125330 1131277 1133375 1142093 1160947 1163524 1166965 1168468 1170139 1170232 1170415 1170452 1171417 1171675 1172073 1172366 1173115 1173233 1174157 1175228 1175259 1175306 1175721 1175882 1176011 1176235 1176278 1176381 1176423 1176482 1176485 1176698 1176721 1176722 1176723 1176725 1176732 1176869 1176907 1176922 1176935 1176950 1176990 1177027 1177086 1177121 1177206 1177340 1177410 1177411 1177470 1177511 1177724 1177725 1177766 1177816 1178123 1178330 1178393 1178669 1178765 1178782 1178838 CVE-2006-2450 CVE-2006-2937 CVE-2006-2940 CVE-2006-3738 CVE-2006-4339 CVE-2006-4343 CVE-2006-5170 CVE-2007-3108 CVE-2007-4995 CVE-2007-5135 CVE-2007-5803 CVE-2008-0891 CVE-2008-1672 CVE-2008-5077 CVE-2008-5138 CVE-2009-0590 CVE-2009-0591 CVE-2009-0789 CVE-2009-1377 CVE-2009-1378 CVE-2009-1379 CVE-2009-1386 CVE-2009-1387 CVE-2009-3245 CVE-2009-3555 CVE-2009-4355 CVE-2010-0436 CVE-2010-0740 CVE-2011-1523 CVE-2016-5824 CVE-2017-1000083 CVE-2018-1160 CVE-2018-12405 CVE-2018-17466 CVE-2018-18335 CVE-2018-18356 CVE-2018-18492 CVE-2018-18493 CVE-2018-18494 CVE-2018-18498 CVE-2018-18500 CVE-2018-18501 CVE-2018-18505 CVE-2018-18509 CVE-2018-5800 CVE-2018-5801 CVE-2018-5802 CVE-2018-5810 CVE-2018-5813 CVE-2019-17639 CVE-2019-5785 CVE-2019-9928 CVE-2020-0404 CVE-2020-0427 CVE-2020-0430 CVE-2020-0431 CVE-2020-0432 CVE-2020-12105 CVE-2020-12351 CVE-2020-12352 CVE-2020-14351 CVE-2020-14381 CVE-2020-14390 CVE-2020-14577 CVE-2020-14578 CVE-2020-14579 CVE-2020-14583 CVE-2020-14593 CVE-2020-14621 CVE-2020-16120 CVE-2020-25212 CVE-2020-25284 CVE-2020-25285 CVE-2020-25641 CVE-2020-25643 CVE-2020-25645 CVE-2020-25656 CVE-2020-25668 CVE-2020-25704 CVE-2020-25705 CVE-2020-26088 CVE-2020-27673 CVE-2020-27675 CVE-2020-8694 openSUSE-SU-2017:0916-1 openSUSE-SU-2019:0249-1 SUSE-SU-2017:2390-1 SUSE-SU-2018:3343-1 SUSE-SU-2018:4217-1 SUSE-SU-2019:1600-1 SUSE-SU-2020:1264-1 SUSE-SU-2020:2482-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP2 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 Module for Toolchain 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 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 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 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 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-LTSS SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP4-ESPOS SUSE Linux Enterprise Server 12 SP4-LTSS SUSE Linux Enterprise Server 12-LTSS 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 SP2-LTSS 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-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 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-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS 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 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 7 SUSE Package Hub for SUSE Linux Enterprise 12
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
FastCGI-2.4.0-170.2 is installed
OR perl-FastCGI-2.4.0-170.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
LibVNCServer-devel-0.9.9-13.4 is installed
OR libvncclient0-0.9.9-13.4 is installed
OR libvncserver0-0.9.9-13.4 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
aria2-1.24.0-3.2 is installed
OR aria2-lang-1.24.0-3.2 is installed
OR libaria2-0-1.24.0-3.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND wireshark-1.8.12-0.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
openssh-6.2p2-0.13 is installed
OR openssh-askpass-6.2p2-0.13 is installed
OR openssh-askpass-gnome-6.2p2-0.13 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
openssh-6.6p1-4 is installed
OR openssh-helpers-6.6p1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND cvs-1.12.12-181 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
ImageMagick-6.8.8.1-33 is installed
OR libMagick++-6_Q16-3-6.8.8.1-33 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-33 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-33 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND opensc-0.13.0-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Toolchain 12 is installed
AND Package Information
cpp5-5.3.1+r233831-9 is installed
OR gcc5-5.3.1+r233831-9 is installed
OR gcc5-c++-5.3.1+r233831-9 is installed
OR gcc5-fortran-5.3.1+r233831-9 is installed
OR gcc5-info-5.3.1+r233831-9 is installed
OR gcc5-locale-5.3.1+r233831-9 is installed
OR libffi-devel-gcc5-5.3.1+r233831-9 is installed
OR libstdc++6-devel-gcc5-5.3.1+r233831-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
curl-7.37.0-70.44 is installed
OR libcurl-devel-7.37.0-70.44 is installed
OR libcurl4-7.37.0-70.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.11 is installed
OR kernel-rt-base-3.0.101.rt130-69.11 is installed
OR kernel-rt-devel-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.11 is installed
OR kernel-source-rt-3.0.101.rt130-69.11 is installed
OR kernel-syms-rt-3.0.101.rt130-69.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
cups-1.3.9-8.15 is installed
OR cups-client-1.3.9-8.15 is installed
OR cups-libs-1.3.9-8.15 is installed
OR cups-libs-32bit-1.3.9-8.15 is installed
OR cups-libs-x86-1.3.9-8.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
cups-1.3.9-8.15 is installed
OR cups-client-1.3.9-8.15 is installed
OR cups-libs-1.3.9-8.15 is installed
OR cups-libs-32bit-1.3.9-8.15 is installed
OR cups-libs-x86-1.3.9-8.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libtiff3-3.8.2-141.148 is installed
OR libtiff3-32bit-3.8.2-141.148 is installed
OR libtiff3-x86-3.8.2-141.148 is installed
OR tiff-3.8.2-141.148 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libtiff3-3.8.2-141.148 is installed
OR libtiff3-32bit-3.8.2-141.148 is installed
OR libtiff3-x86-3.8.2-141.148 is installed
OR tiff-3.8.2-141.148 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libtiff3-3.8.2-141.148 is installed
OR libtiff3-32bit-3.8.2-141.148 is installed
OR libtiff3-x86-3.8.2-141.148 is installed
OR tiff-3.8.2-141.148 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libtiff3-3.8.2-141.148 is installed
OR libtiff3-32bit-3.8.2-141.148 is installed
OR libtiff3-x86-3.8.2-141.148 is installed
OR tiff-3.8.2-141.148 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND LibVNCServer-0.9.1-154 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-0.15 is installed
OR xen-doc-html-4.0.3_21548_18-0.15 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.15 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-libs-4.0.3_21548_18-0.15 is installed
OR xen-tools-4.0.3_21548_18-0.15 is installed
OR xen-tools-domU-4.0.3_21548_18-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xen-4.0.3_21548_18-0.15 is installed
OR xen-doc-html-4.0.3_21548_18-0.15 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.15 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-libs-4.0.3_21548_18-0.15 is installed
OR xen-tools-4.0.3_21548_18-0.15 is installed
OR xen-tools-domU-4.0.3_21548_18-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-0.15 is installed
OR xen-doc-html-4.0.3_21548_18-0.15 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.15 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-libs-4.0.3_21548_18-0.15 is installed
OR xen-tools-4.0.3_21548_18-0.15 is installed
OR xen-tools-domU-4.0.3_21548_18-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xen-4.0.3_21548_18-0.15 is installed
OR xen-doc-html-4.0.3_21548_18-0.15 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.15 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.15 is installed
OR xen-libs-4.0.3_21548_18-0.15 is installed
OR xen-tools-4.0.3_21548_18-0.15 is installed
OR xen-tools-domU-4.0.3_21548_18-0.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-29 is installed
OR xen-doc-html-4.0.3_21548_18-29 is installed
OR xen-doc-pdf-4.0.3_21548_18-29 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-libs-4.0.3_21548_18-29 is installed
OR xen-tools-4.0.3_21548_18-29 is installed
OR xen-tools-domU-4.0.3_21548_18-29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-29 is installed
OR xen-doc-html-4.0.3_21548_18-29 is installed
OR xen-doc-pdf-4.0.3_21548_18-29 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-libs-4.0.3_21548_18-29 is installed
OR xen-tools-4.0.3_21548_18-29 is installed
OR xen-tools-domU-4.0.3_21548_18-29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.112 is installed
OR libMagickCore1-6.4.3.6-78.112 is installed
OR libMagickCore1-32bit-6.4.3.6-78.112 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.112 is installed
OR libMagickCore1-6.4.3.6-78.112 is installed
OR libMagickCore1-32bit-6.4.3.6-78.112 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
ldapsmb-1.34b-12.33.39 is installed
OR libldb1-3.6.3-0.33.39 is installed
OR libsmbclient0-3.6.3-0.33.39 is installed
OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
OR libsmbclient0-x86-3.6.3-0.33.39 is installed
OR libtalloc1-3.4.3-1.50 is installed
OR libtalloc1-32bit-3.4.3-1.50 is installed
OR libtalloc1-x86-3.4.3-1.50 is installed
OR libtalloc2-3.6.3-0.33.39 is installed
OR libtalloc2-32bit-3.6.3-0.33.39 is installed
OR libtalloc2-x86-3.6.3-0.33.39 is installed
OR libtdb1-3.6.3-0.33.39 is installed
OR libtdb1-32bit-3.6.3-0.33.39 is installed
OR libtdb1-x86-3.6.3-0.33.39 is installed
OR libtevent0-3.6.3-0.33.39 is installed
OR libtevent0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-3.6.3-0.33.39 is installed
OR libwbclient0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-x86-3.6.3-0.33.39 is installed
OR samba-3.6.3-0.33.39 is installed
OR samba-32bit-3.6.3-0.33.39 is installed
OR samba-client-3.6.3-0.33.39 is installed
OR samba-client-32bit-3.6.3-0.33.39 is installed
OR samba-client-x86-3.6.3-0.33.39 is installed
OR samba-doc-3.6.3-0.33.39 is installed
OR samba-krb-printing-3.6.3-0.33.39 is installed
OR samba-winbind-3.6.3-0.33.39 is installed
OR samba-winbind-32bit-3.6.3-0.33.39 is installed
OR samba-winbind-x86-3.6.3-0.33.39 is installed
OR samba-x86-3.6.3-0.33.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
ldapsmb-1.34b-12.33.39 is installed
OR libldb1-3.6.3-0.33.39 is installed
OR libsmbclient0-3.6.3-0.33.39 is installed
OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
OR libsmbclient0-x86-3.6.3-0.33.39 is installed
OR libtalloc1-3.4.3-1.50 is installed
OR libtalloc1-32bit-3.4.3-1.50 is installed
OR libtalloc1-x86-3.4.3-1.50 is installed
OR libtalloc2-3.6.3-0.33.39 is installed
OR libtalloc2-32bit-3.6.3-0.33.39 is installed
OR libtalloc2-x86-3.6.3-0.33.39 is installed
OR libtdb1-3.6.3-0.33.39 is installed
OR libtdb1-32bit-3.6.3-0.33.39 is installed
OR libtdb1-x86-3.6.3-0.33.39 is installed
OR libtevent0-3.6.3-0.33.39 is installed
OR libtevent0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-3.6.3-0.33.39 is installed
OR libwbclient0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-x86-3.6.3-0.33.39 is installed
OR samba-3.6.3-0.33.39 is installed
OR samba-32bit-3.6.3-0.33.39 is installed
OR samba-client-3.6.3-0.33.39 is installed
OR samba-client-32bit-3.6.3-0.33.39 is installed
OR samba-client-x86-3.6.3-0.33.39 is installed
OR samba-doc-3.6.3-0.33.39 is installed
OR samba-krb-printing-3.6.3-0.33.39 is installed
OR samba-winbind-3.6.3-0.33.39 is installed
OR samba-winbind-32bit-3.6.3-0.33.39 is installed
OR samba-winbind-x86-3.6.3-0.33.39 is installed
OR samba-x86-3.6.3-0.33.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
ldapsmb-1.34b-12.33.39 is installed
OR libldb1-3.6.3-0.33.39 is installed
OR libsmbclient0-3.6.3-0.33.39 is installed
OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
OR libsmbclient0-x86-3.6.3-0.33.39 is installed
OR libtalloc1-3.4.3-1.50 is installed
OR libtalloc1-32bit-3.4.3-1.50 is installed
OR libtalloc1-x86-3.4.3-1.50 is installed
OR libtalloc2-3.6.3-0.33.39 is installed
OR libtalloc2-32bit-3.6.3-0.33.39 is installed
OR libtalloc2-x86-3.6.3-0.33.39 is installed
OR libtdb1-3.6.3-0.33.39 is installed
OR libtdb1-32bit-3.6.3-0.33.39 is installed
OR libtdb1-x86-3.6.3-0.33.39 is installed
OR libtevent0-3.6.3-0.33.39 is installed
OR libtevent0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-3.6.3-0.33.39 is installed
OR libwbclient0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-x86-3.6.3-0.33.39 is installed
OR samba-3.6.3-0.33.39 is installed
OR samba-32bit-3.6.3-0.33.39 is installed
OR samba-client-3.6.3-0.33.39 is installed
OR samba-client-32bit-3.6.3-0.33.39 is installed
OR samba-client-x86-3.6.3-0.33.39 is installed
OR samba-doc-3.6.3-0.33.39 is installed
OR samba-krb-printing-3.6.3-0.33.39 is installed
OR samba-winbind-3.6.3-0.33.39 is installed
OR samba-winbind-32bit-3.6.3-0.33.39 is installed
OR samba-winbind-x86-3.6.3-0.33.39 is installed
OR samba-x86-3.6.3-0.33.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
ldapsmb-1.34b-12.33.39 is installed
OR libldb1-3.6.3-0.33.39 is installed
OR libsmbclient0-3.6.3-0.33.39 is installed
OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
OR libsmbclient0-x86-3.6.3-0.33.39 is installed
OR libtalloc1-3.4.3-1.50 is installed
OR libtalloc1-32bit-3.4.3-1.50 is installed
OR libtalloc1-x86-3.4.3-1.50 is installed
OR libtalloc2-3.6.3-0.33.39 is installed
OR libtalloc2-32bit-3.6.3-0.33.39 is installed
OR libtalloc2-x86-3.6.3-0.33.39 is installed
OR libtdb1-3.6.3-0.33.39 is installed
OR libtdb1-32bit-3.6.3-0.33.39 is installed
OR libtdb1-x86-3.6.3-0.33.39 is installed
OR libtevent0-3.6.3-0.33.39 is installed
OR libtevent0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-3.6.3-0.33.39 is installed
OR libwbclient0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-x86-3.6.3-0.33.39 is installed
OR samba-3.6.3-0.33.39 is installed
OR samba-32bit-3.6.3-0.33.39 is installed
OR samba-client-3.6.3-0.33.39 is installed
OR samba-client-32bit-3.6.3-0.33.39 is installed
OR samba-client-x86-3.6.3-0.33.39 is installed
OR samba-doc-3.6.3-0.33.39 is installed
OR samba-krb-printing-3.6.3-0.33.39 is installed
OR samba-winbind-3.6.3-0.33.39 is installed
OR samba-winbind-32bit-3.6.3-0.33.39 is installed
OR samba-winbind-x86-3.6.3-0.33.39 is installed
OR samba-x86-3.6.3-0.33.39 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
ldapsmb-1.34b-12.33.39 is installed
OR libldb1-3.6.3-0.33.39 is installed
OR libsmbclient0-3.6.3-0.33.39 is installed
OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
OR libsmbclient0-x86-3.6.3-0.33.39 is installed
OR libtalloc1-3.4.3-1.50 is installed
OR libtalloc1-32bit-3.4.3-1.50 is installed
OR libtalloc1-x86-3.4.3-1.50 is installed
OR libtalloc2-3.6.3-0.33.39 is installed
OR libtalloc2-32bit-3.6.3-0.33.39 is installed
OR libtalloc2-x86-3.6.3-0.33.39 is installed
OR libtdb1-3.6.3-0.33.39 is installed
OR libtdb1-32bit-3.6.3-0.33.39 is installed
OR libtdb1-x86-3.6.3-0.33.39 is installed
OR libtevent0-3.6.3-0.33.39 is installed
OR libtevent0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-3.6.3-0.33.39 is installed
OR libwbclient0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-x86-3.6.3-0.33.39 is installed
OR samba-3.6.3-0.33.39 is installed
OR samba-32bit-3.6.3-0.33.39 is installed
OR samba-client-3.6.3-0.33.39 is installed
OR samba-client-32bit-3.6.3-0.33.39 is installed
OR samba-client-x86-3.6.3-0.33.39 is installed
OR samba-doc-3.6.3-0.33.39 is installed
OR samba-krb-printing-3.6.3-0.33.39 is installed
OR samba-winbind-3.6.3-0.33.39 is installed
OR samba-winbind-32bit-3.6.3-0.33.39 is installed
OR samba-winbind-x86-3.6.3-0.33.39 is installed
OR samba-x86-3.6.3-0.33.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libvirt-0.9.6-0.23 is installed
OR libvirt-client-0.9.6-0.23 is installed
OR libvirt-client-32bit-0.9.6-0.23 is installed
OR libvirt-doc-0.9.6-0.23 is installed
OR libvirt-python-0.9.6-0.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libvirt-0.9.6-0.23 is installed
OR libvirt-client-0.9.6-0.23 is installed
OR libvirt-client-32bit-0.9.6-0.23 is installed
OR libvirt-doc-0.9.6-0.23 is installed
OR libvirt-python-0.9.6-0.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
kde4-kgreeter-plugins-4.3.5-0.10 is installed
OR kdebase4-wallpapers-4.3.5-0.8 is installed
OR kdebase4-workspace-4.3.5-0.10 is installed
OR kdebase4-workspace-ksysguardd-4.3.5-0.10 is installed
OR kdm-4.3.5-0.10 is installed
OR kwin-4.3.5-0.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.7.0esr-0.8 is installed
OR MozillaFirefox-translations-31.7.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-31.7.0esr-0.8 is installed
OR MozillaFirefox-translations-31.7.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-31.7.0esr-0.8 is installed
OR MozillaFirefox-translations-31.7.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-31.7.0esr-0.8 is installed
OR MozillaFirefox-translations-31.7.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-31.7.0esr-0.8 is installed
OR MozillaFirefox-translations-31.7.0esr-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
dbus-1-glib-0.76-34.22 is installed
OR dbus-1-glib-32bit-0.76-34.22 is installed
OR dbus-1-glib-x86-0.76-34.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-52.8.0esr-72.32 is installed
OR MozillaFirefox-translations-52.8.0esr-72.32 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-52.8.0esr-72.32 is installed
OR MozillaFirefox-translations-52.8.0esr-72.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-52.8.0esr-72.32 is installed
OR MozillaFirefox-translations-52.8.0esr-72.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-52.8.0esr-72.32 is installed
OR MozillaFirefox-translations-52.8.0esr-72.32 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.11 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.11 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.11 is installed
OR kernel-default-3.0.101-0.47.106.11 is installed
OR kernel-default-base-3.0.101-0.47.106.11 is installed
OR kernel-default-devel-3.0.101-0.47.106.11 is installed
OR kernel-default-man-3.0.101-0.47.106.11 is installed
OR kernel-ec2-3.0.101-0.47.106.11 is installed
OR kernel-ec2-base-3.0.101-0.47.106.11 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.11 is installed
OR kernel-pae-3.0.101-0.47.106.11 is installed
OR kernel-pae-base-3.0.101-0.47.106.11 is installed
OR kernel-pae-devel-3.0.101-0.47.106.11 is installed
OR kernel-source-3.0.101-0.47.106.11 is installed
OR kernel-syms-3.0.101-0.47.106.11 is installed
OR kernel-trace-3.0.101-0.47.106.11 is installed
OR kernel-trace-base-3.0.101-0.47.106.11 is installed
OR kernel-trace-devel-3.0.101-0.47.106.11 is installed
OR kernel-xen-3.0.101-0.47.106.11 is installed
OR kernel-xen-base-3.0.101-0.47.106.11 is installed
OR kernel-xen-devel-3.0.101-0.47.106.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.11 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.11 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.11 is installed
OR kernel-default-3.0.101-0.47.106.11 is installed
OR kernel-default-base-3.0.101-0.47.106.11 is installed
OR kernel-default-devel-3.0.101-0.47.106.11 is installed
OR kernel-default-man-3.0.101-0.47.106.11 is installed
OR kernel-ec2-3.0.101-0.47.106.11 is installed
OR kernel-ec2-base-3.0.101-0.47.106.11 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.11 is installed
OR kernel-pae-3.0.101-0.47.106.11 is installed
OR kernel-pae-base-3.0.101-0.47.106.11 is installed
OR kernel-pae-devel-3.0.101-0.47.106.11 is installed
OR kernel-source-3.0.101-0.47.106.11 is installed
OR kernel-syms-3.0.101-0.47.106.11 is installed
OR kernel-trace-3.0.101-0.47.106.11 is installed
OR kernel-trace-base-3.0.101-0.47.106.11 is installed
OR kernel-trace-devel-3.0.101-0.47.106.11 is installed
OR kernel-xen-3.0.101-0.47.106.11 is installed
OR kernel-xen-base-3.0.101-0.47.106.11 is installed
OR kernel-xen-devel-3.0.101-0.47.106.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
java-1_7_0-ibm-1.7.0_sr10.5-64 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr10.5-64 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr10.5-64 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr10.5-64 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr10.5-64 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
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND amavisd-new-2.7.0-18.7 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
bind-9.9.6P1-0.51.15 is installed
OR bind-chrootenv-9.9.6P1-0.51.15 is installed
OR bind-doc-9.9.6P1-0.51.15 is installed
OR bind-libs-9.9.6P1-0.51.15 is installed
OR bind-libs-32bit-9.9.6P1-0.51.15 is installed
OR bind-utils-9.9.6P1-0.51.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
bind-9.9.6P1-0.51.15 is installed
OR bind-chrootenv-9.9.6P1-0.51.15 is installed
OR bind-doc-9.9.6P1-0.51.15 is installed
OR bind-libs-9.9.6P1-0.51.15 is installed
OR bind-libs-32bit-9.9.6P1-0.51.15 is installed
OR bind-utils-9.9.6P1-0.51.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.58.15 is installed
OR libopenssl1_0_0-1.0.1g-0.58.15 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.58.15 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.58.15 is installed
OR openssl1-1.0.1g-0.58.15 is installed
OR openssl1-doc-1.0.1g-0.58.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.58.15 is installed
OR libopenssl1_0_0-1.0.1g-0.58.15 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.58.15 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.58.15 is installed
OR openssl1-1.0.1g-0.58.15 is installed
OR openssl1-doc-1.0.1g-0.58.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND sblim-sfcb-openssl1-1.3.11-0.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
postgresql93-9.3.10-11 is installed
OR postgresql93-contrib-9.3.10-11 is installed
OR postgresql93-docs-9.3.10-11 is installed
OR postgresql93-libs-9.3.10-11 is installed
OR postgresql93-server-9.3.10-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
postgresql93-9.3.10-11 is installed
OR postgresql93-contrib-9.3.10-11 is installed
OR postgresql93-docs-9.3.10-11 is installed
OR postgresql93-libs-9.3.10-11 is installed
OR postgresql93-server-9.3.10-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
dovecot22-2.2.13-2 is installed
OR dovecot22-backend-mysql-2.2.13-2 is installed
OR dovecot22-backend-pgsql-2.2.13-2 is installed
OR dovecot22-backend-sqlite-2.2.13-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
git-1.8.5.6-15 is installed
OR git-core-1.8.5.6-15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
git-1.8.5.6-15 is installed
OR git-core-1.8.5.6-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
java-1_7_1-ibm-1.7.1_sr3.60-31 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.60-31 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.60-31 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.60-31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
openvpn-2.3.8-16.17 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
openvpn-2.3.8-16.17 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kernel-default-3.12.74-60.64.48 is installed
OR kernel-default-base-3.12.74-60.64.48 is installed
OR kernel-default-devel-3.12.74-60.64.48 is installed
OR kernel-default-man-3.12.74-60.64.48 is installed
OR kernel-devel-3.12.74-60.64.48 is installed
OR kernel-macros-3.12.74-60.64.48 is installed
OR kernel-source-3.12.74-60.64.48 is installed
OR kernel-syms-3.12.74-60.64.48 is installed
OR kernel-xen-3.12.74-60.64.48 is installed
OR kernel-xen-base-3.12.74-60.64.48 is installed
OR kernel-xen-devel-3.12.74-60.64.48 is installed
OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_17-1-2 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 rsync-3.1.0-12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
MozillaFirefox-52.9.0esr-109.38 is installed
OR MozillaFirefox-devel-52.9.0esr-109.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
MozillaFirefox-52.9.0esr-109.38 is installed
OR MozillaFirefox-devel-52.9.0esr-109.38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
java-1_8_0-openjdk-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
java-1_8_0-openjdk-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_103-92_56-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-7-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-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libwireshark8-2.2.12-48.18 is installed
OR libwiretap6-2.2.12-48.18 is installed
OR libwscodecs1-2.2.12-48.18 is installed
OR libwsutil7-2.2.12-48.18 is installed
OR wireshark-2.2.12-48.18 is installed
OR wireshark-gtk-2.2.12-48.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libwireshark8-2.2.12-48.18 is installed
OR libwiretap6-2.2.12-48.18 is installed
OR libwscodecs1-2.2.12-48.18 is installed
OR libwsutil7-2.2.12-48.18 is installed
OR wireshark-2.2.12-48.18 is installed
OR wireshark-gtk-2.2.12-48.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND apache-commons-httpclient-3.1-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_178-94_91-default-4-2 is installed
OR kgraft-patch-SLE12-SP3_Update_25-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_178-94_91-default-4-2 is installed
OR kgraft-patch-SLE12-SP3_Update_25-4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
colord-gtk-lang-0.1.26-6 is installed
OR libcolord-gtk1-0.1.26-6 is installed
OR libcolord2-1.3.3-12 is installed
OR libcolord2-32bit-1.3.3-12 is installed
OR libcolorhug2-1.3.3-12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
AND
kernel-default-4.12.14-95.65 is installed
OR kernel-default-base-4.12.14-95.65 is installed
OR kernel-default-devel-4.12.14-95.65 is installed
OR kernel-devel-4.12.14-95.65 is installed
OR kernel-macros-4.12.14-95.65 is installed
OR kernel-source-4.12.14-95.65 is installed
OR kernel-syms-4.12.14-95.65 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
AND
kernel-default-4.12.14-95.65 is installed
OR kernel-default-base-4.12.14-95.65 is installed
OR kernel-default-devel-4.12.14-95.65 is installed
OR kernel-devel-4.12.14-95.65 is installed
OR kernel-macros-4.12.14-95.65 is installed
OR kernel-source-4.12.14-95.65 is installed
OR kernel-syms-4.12.14-95.65 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.70-38.56 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.70-38.56 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_57-default-7-3 is installed
OR kgraft-patch-3_12_60-52_57-xen-7-3 is installed
OR kgraft-patch-SLE12_Update_16-7-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_57-default-7-3 is installed
OR kgraft-patch-3_12_60-52_57-xen-7-3 is installed
OR kgraft-patch-SLE12_Update_16-7-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND cups-devel-1.3.9-8.46.48 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-devel-4.2.4.P2-0.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
ibutils-1.5.7-0.15 is installed
OR ibutils-32bit-1.5.7-0.15 is installed
OR ibutils-devel-1.5.7-0.15 is installed
OR ibutils-devel-32bit-1.5.7-0.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
evince-3.20.1-6.16 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.1-6.16 is installed
OR typelib-1_0-EvinceView-3_0-3.20.1-6.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
gstreamer-plugins-base-1.8.3-13.3 is installed
OR libgstfft-1_0-0-32bit-1.8.3-13.3 is installed
OR typelib-1_0-GstAudio-1_0-1.8.3-13.3 is installed
OR typelib-1_0-GstPbutils-1_0-1.8.3-13.3 is installed
OR typelib-1_0-GstTag-1_0-1.8.3-13.3 is installed
OR typelib-1_0-GstVideo-1_0-1.8.3-13.3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND nodejs6-6.14.1-11.12.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
geotiff-1.4.2-5 is installed
OR geotiff-devel-1.4.2-5 is installed
OR libgeotiff2-1.4.2-5 is installed
|