Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP1 kernel was updated receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2018-14634: Prevent integer overflow in create_elf_tables that allowed a local attacker to exploit this vulnerability via a SUID-root binary and obtain full root privileges (bsc#1108912) - CVE-2018-14617: Prevent NULL pointer dereference and panic in hfsplus_lookup() when opening a file (that is purportedly a hard link) in an hfs+ filesystem that has malformed catalog data, and is mounted read-only without a metadata directory (bsc#1102870) - CVE-2018-16276: Incorrect bounds checking in the yurex USB driver in yurex_read allowed local attackers to use user access read/writes to crash the kernel or potentially escalate privileges (bsc#1106095) - CVE-2018-12896: Prevent integer overflow in the POSIX timer code that was caused by the way the overrun accounting works. Depending on interval and expiry time values, the overrun can be larger than INT_MAX, but the accounting is int based. This basically made the accounting values, which are visible to user space via timer_getoverrun(2) and siginfo::si_overrun, random. This allowed a local user to cause a denial of service (signed integer overflow) via crafted mmap, futex, timer_create, and timer_settime system calls (bnc#1099922) - CVE-2018-13093: Prevent NULL pointer dereference and panic in lookup_slow() on a NULL inode->i_ops pointer when doing pathwalks on a corrupted xfs image. This occured because of a lack of proper validation that cached inodes are free during allocation (bnc#1100001) - CVE-2018-10940: The cdrom_ioctl_media_changed function allowed local attackers to use a incorrect bounds check in the CDROM driver CDROM_MEDIA_CHANGED ioctl to read out kernel memory (bsc#1092903) - CVE-2018-16658: Prevent information leak in cdrom_ioctl_drive_status that could have been used by local attackers to read kernel memory (bnc#1107689) - CVE-2018-6555: The irda_setsockopt function allowed local users to cause a denial of service (ias_object use-after-free and system crash) or possibly have unspecified other impact via an AF_IRDA socket (bnc#1106511) - CVE-2018-6554: Prevent memory leak in the irda_bind function that allowed local users to cause a denial of service (memory consumption) by repeatedly binding an AF_IRDA socket (bnc#1106509) - CVE-2018-10902: Protect against concurrent access to prevent double realloc (double free) in snd_rawmidi_input_params() and snd_rawmidi_output_status(). A malicious local attacker could have used this for privilege escalation (bnc#1105322) - CVE-2018-10879: A local user could have caused a use-after-free in ext4_xattr_set_entry function and a denial of service or unspecified other impact by renaming a file in a crafted ext4 filesystem image (bsc#1099844) - CVE-2018-10883: A local user could have caused an out-of-bounds write in jbd2_journal_dirty_metadata(), a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image (bsc#1099863) - CVE-2018-10880: Prevent stack-out-of-bounds write in the ext4 filesystem code when mounting and writing to a crafted ext4 image in ext4_update_inline_data(). An attacker could have used this to cause a system crash and a denial of service (bsc#1099845) - CVE-2018-10882: A local user could have caused an out-of-bound write, a denial of service, and a system crash by unmounting a crafted ext4 filesystem image (bsc#1099849) - CVE-2018-10881: A local user could have caused an out-of-bound access in ext4_get_group_info function, a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image (bsc#1099864) - CVE-2018-10877: Prevent out-of-bound access in the ext4_ext_drop_refs() function when operating on a crafted ext4 filesystem image (bsc#1099846) - CVE-2018-10876: A use-after-free was possible in ext4_ext_remove_space() function when mounting and operating a crafted ext4 image (bsc#1099811) - CVE-2018-10878: A local user could have caused an out-of-bounds write and a denial of service or unspecified other impact by mounting and operating a crafted ext4 filesystem image (bsc#1099813) - CVE-2018-10853: The KVM hypervisor did not check current privilege(CPL) level while emulating unprivileged instructions. An unprivileged guest user/process could have used this flaw to potentially escalate privileges inside guest (bsc#1097104).
The following non-security bugs were fixed:
- KEYS: prevent creating a different user's keyrings (bnc#1065999). - KVM: MMU: always terminate page walks at level 1 (bsc#1062604). - KVM: MMU: simplify last_pte_bitmap (bsc#1062604). - KVM: VMX: Work around kABI breakage in 'enum vmx_l1d_flush_state' (bsc#1106369). - KVM: VMX: fixes for vmentry_l1d_flush module parameter (bsc#1106369). - KVM: nVMX: update last_nonleaf_level when initializing nested EPT (bsc#1062604). - Refresh patches.xen/xen3-x86-l1tf-04-protect-PROT_NONE-ptes.patch (bsc#1105100). - Do not report CPU affected by L1TF when ARCH_CAP_RDCL_NO bit is set (bsc#1104906). - Revert '- Disable patches.arch/x86-mm-Simplify-p-g4um-d_page-macros.patch' (bnc#1104818) - bcache: avoid unncessary cache prefetch bch_btree_node_get(). - bcache: calculate the number of incremental GC nodes according to the total of btree nodes. - bcache: display rate debug parameters to 0 when writeback is not running. - bcache: do not check return value of debugfs_create_dir(). - bcache: finish incremental GC. - bcache: fix I/O significant decline while backend devices registering. - bcache: fix error setting writeback_rate through sysfs interface (bsc#1064233). - bcache: free heap cache_set->flush_btree in bch_journal_free. - bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section. - bcache: release dc->writeback_lock properly in bch_writeback_thread(). - bcache: set max writeback rate when I/O request is idle (bsc#1064233). - bcache: simplify the calculation of the total amount of flash dirty data. - cifs: Fix infinite loop when using hard mount option (bsc#1091171). - ext4: check for allocation block validity with block group locked (bsc#1104495). - ext4: do not update checksum of new initialized bitmaps (bnc#1012382). - ext4: fix check to prevent initializing reserved inodes (bsc#1104319). - ext4: fix false negatives *and* false positives in ext4_check_descriptors() (bsc#1103445). - restore cond_resched() in shrink_dcache_parent(). - usbip: vhci_sysfs: fix potential Spectre v1 (bsc#1096547). - x86, l1tf: Protect PROT_NONE PTEs against speculation fixup (bnc#1104818). - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry (bsc#1106369). - xen, x86, l1tf: Protect PROT_NONE PTEs against speculation fixup (bnc#1104818). - xfs: Remove dead code from inode recover function (bsc#1105396). - xfs: convert XFS_AGFL_SIZE to a helper function (bsc#1090955, bsc#1090534). - xfs: detect agfl count corruption and reset agfl (bsc#1090955, bsc#1090534). - xfs: do not log/recover swapext extent owner changes for deleted inodes (bsc#1090955). - xfs: protect inode ->di_dmstate with a spinlock (bsc#1024788). - xfs: repair malformed inode items during log recovery (bsc#1105396).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000396 1001299 1012382 1024788 1062604 1064233 1065999 1068565 1073230 1075992 1076017 1082216 1082233 1082234 1083125 1083488 1085114 1085447 1086247 1090368 1090534 1090646 1090869 1090955 1091171 1092903 1094301 1096547 1096718 1097104 1097108 1099811 1099813 1099844 1099845 1099846 1099849 1099863 1099864 1099922 1100001 1101776 1101777 1101786 1101788 1101791 1101794 1101800 1101802 1101804 1101810 1102682 1102870 1103040 1103445 1104319 1104457 1104495 1104818 1104906 1105100 1105322 1105323 1105396 1106095 1106369 1106509 1106511 1106514 1107689 1107832 1108912 1110233 1110723 1119553 1119554 1119555 1119556 1119557 1119558 1124729 1124734 1128378 1150003 1150250 1165631 1168404 1168407 1169066 1171252 1171254 CVE-2016-0634 CVE-2016-7543 CVE-2017-13166 CVE-2017-13194 CVE-2018-1000004 CVE-2018-1068 CVE-2018-10853 CVE-2018-1087 CVE-2018-10876 CVE-2018-10877 CVE-2018-10878 CVE-2018-10879 CVE-2018-10880 CVE-2018-10881 CVE-2018-10882 CVE-2018-10883 CVE-2018-10902 CVE-2018-10940 CVE-2018-11354 CVE-2018-11355 CVE-2018-11356 CVE-2018-11357 CVE-2018-11358 CVE-2018-11359 CVE-2018-11360 CVE-2018-11361 CVE-2018-11362 CVE-2018-12015 CVE-2018-12896 CVE-2018-13093 CVE-2018-14339 CVE-2018-14340 CVE-2018-14341 CVE-2018-14342 CVE-2018-14343 CVE-2018-14344 CVE-2018-14367 CVE-2018-14368 CVE-2018-14369 CVE-2018-14370 CVE-2018-14617 CVE-2018-14633 CVE-2018-14634 CVE-2018-14680 CVE-2018-14681 CVE-2018-14682 CVE-2018-15378 CVE-2018-16056 CVE-2018-16057 CVE-2018-16058 CVE-2018-16276 CVE-2018-16658 CVE-2018-17182 CVE-2018-4437 CVE-2018-4438 CVE-2018-4441 CVE-2018-4442 CVE-2018-4443 CVE-2018-4464 CVE-2018-5390 CVE-2018-6554 CVE-2018-6555 CVE-2018-6797 CVE-2018-6798 CVE-2018-6913 CVE-2018-7566 CVE-2018-8781 CVE-2018-8897 CVE-2019-1547 CVE-2019-1563 CVE-2019-6974 CVE-2019-7221 CVE-2019-9213 CVE-2020-12653 CVE-2020-12654 CVE-2020-1749 CVE-2020-1927 CVE-2020-1934 CVE-2020-1938 SUSE-SU-2018:0181-1 SUSE-SU-2018:0993-1 SUSE-SU-2018:1398-1 SUSE-SU-2018:1530-1 SUSE-SU-2018:1972-1 SUSE-SU-2018:2891-1 SUSE-SU-2018:2908-1 SUSE-SU-2018:3172-1 SUSE-SU-2018:3436-1 SUSE-SU-2019:0146-1 SUSE-SU-2019:2413-1 SUSE-SU-2020:1272-1 SUSE-SU-2020:1486-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Point of Sale 11 SP2 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-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-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 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-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for 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-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-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-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise 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 SP1 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 12 SP5 SUSE OpenStack Cloud 5 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
MozillaFirefox-52.1.0-57.6.1 is installed
OR MozillaFirefox-branding-upstream-52.1.0-57.6.1 is installed
OR MozillaFirefox-buildsymbols-52.1.0-57.6.1 is installed
OR MozillaFirefox-devel-52.1.0-57.6.1 is installed
OR MozillaFirefox-translations-common-52.1.0-57.6.1 is installed
OR MozillaFirefox-translations-other-52.1.0-57.6.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
ant-1.9.4-9.2 is installed
OR ant-jmf-1.9.4-9.2 is installed
OR ant-junit-1.9.4-9.2 is installed
OR ant-scripts-1.9.4-9.2 is installed
OR ant-swing-1.9.4-9.2 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
openstack-ceilometer-2014.2.4.dev18-3 is installed
OR openstack-ceilometer-agent-compute-2014.2.4.dev18-3 is installed
OR openstack-neutron-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-dhcp-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-ha-tool-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-l3-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-lbaas-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-linuxbridge-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-metadata-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-metering-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-openvswitch-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-neutron-vpn-agent-2014.2.4~a0~dev78-7 is installed
OR openstack-nova-2014.2.4~a0~dev61-6 is installed
OR openstack-nova-compute-2014.2.4~a0~dev61-6 is installed
OR openstack-suse-2014.2-5 is installed
OR openstack-suse-sudo-2014.2-5 is installed
OR python-ceilometer-2014.2.4.dev18-3 is installed
OR python-neutron-2014.2.4~a0~dev78-7 is installed
OR python-nova-2014.2.4~a0~dev61-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
libxslt-1.1.24-19.23 is installed
OR libxslt-32bit-1.1.24-19.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
file-4.24-43.27 is installed
OR file-32bit-4.24-43.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
flash-player-11.2.202.554-0.29 is installed
OR flash-player-gnome-11.2.202.554-0.29 is installed
OR flash-player-kde4-11.2.202.554-0.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libXinerama1-1.1.3-3 is installed
OR libXinerama1-32bit-1.1.3-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND argyllcms-1.6.3-1.179 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
coreutils-8.25-12.8 is installed
OR coreutils-lang-8.25-12.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
NetworkManager-1.0.12-12.4 is installed
OR NetworkManager-lang-1.0.12-12.4 is installed
OR libnm-glib-vpn1-1.0.12-12.4 is installed
OR libnm-glib4-1.0.12-12.4 is installed
OR libnm-util2-1.0.12-12.4 is installed
OR libnm0-1.0.12-12.4 is installed
OR typelib-1_0-NM-1_0-1.0.12-12.4 is installed
OR typelib-1_0-NMClient-1_0-1.0.12-12.4 is installed
OR typelib-1_0-NetworkManager-1_0-1.0.12-12.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND syslog-ng-3.4.5-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP2 is installed
AND qemu-0.10.1-0.5.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.6.0esr-62 is installed
OR MozillaFirefox-translations-45.6.0esr-62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-54 is installed
OR kernel-rt-base-3.0.101.rt130-54 is installed
OR kernel-rt-devel-3.0.101.rt130-54 is installed
OR kernel-rt_trace-3.0.101.rt130-54 is installed
OR kernel-rt_trace-base-3.0.101.rt130-54 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-54 is installed
OR kernel-source-rt-3.0.101.rt130-54 is installed
OR kernel-syms-rt-3.0.101.rt130-54 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND libgdiplus0-2.0-11.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND libgdiplus0-2.0-11.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
java-1_4_2-ibm-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-jdbc-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-plugin-1.4.2_sr13.12-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
java-1_4_2-ibm-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-jdbc-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-plugin-1.4.2_sr13.12-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
java-1_4_2-ibm-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-jdbc-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-plugin-1.4.2_sr13.12-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
java-1_4_2-ibm-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-jdbc-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-plugin-1.4.2_sr13.12-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
java-1_4_2-ibm-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-jdbc-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-plugin-1.4.2_sr13.12-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
java-1_4_2-ibm-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-jdbc-1.4.2_sr13.12-0.2 is installed
OR java-1_4_2-ibm-plugin-1.4.2_sr13.12-0.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
freetype2-2.3.7-25.10 is installed
OR freetype2-32bit-2.3.7-25.10 is installed
OR freetype2-x86-2.3.7-25.10 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 kvm-0.12.5-1.30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND kvm-0.12.5-1.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND kvm-0.12.5-1.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND kvm-0.12.5-1.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-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 SP1-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 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND coolkey-1.1.0-22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-38.3.0esr-20 is installed
OR MozillaFirefox-translations-38.3.0esr-20 is installed
OR mozilla-nspr-4.10.9-11 is installed
OR mozilla-nspr-32bit-4.10.9-11 is installed
OR mozilla-nspr-devel-4.10.9-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-38.3.0esr-20 is installed
OR MozillaFirefox-translations-38.3.0esr-20 is installed
OR mozilla-nspr-4.10.9-11 is installed
OR mozilla-nspr-32bit-4.10.9-11 is installed
OR mozilla-nspr-devel-4.10.9-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
OR ecryptfs-utils-x86-61-1.35 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
OR ecryptfs-utils-x86-61-1.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
OR ecryptfs-utils-x86-61-1.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
OR ecryptfs-utils-x86-61-1.35 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
OR ecryptfs-utils-x86-61-1.35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND openssl-certs-1.97-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND openssl-certs-1.97-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND openssl-certs-1.97-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.5_06-0.7 is installed
OR xen-doc-html-4.2.5_06-0.7 is installed
OR xen-doc-pdf-4.2.5_06-0.7 is installed
OR xen-kmp-default-4.2.5_06_3.0.101_0.47.52-0.7 is installed
OR xen-kmp-pae-4.2.5_06_3.0.101_0.47.52-0.7 is installed
OR xen-libs-4.2.5_06-0.7 is installed
OR xen-libs-32bit-4.2.5_06-0.7 is installed
OR xen-tools-4.2.5_06-0.7 is installed
OR xen-tools-domU-4.2.5_06-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.5_06-0.7 is installed
OR xen-doc-html-4.2.5_06-0.7 is installed
OR xen-doc-pdf-4.2.5_06-0.7 is installed
OR xen-kmp-default-4.2.5_06_3.0.101_0.47.52-0.7 is installed
OR xen-kmp-pae-4.2.5_06_3.0.101_0.47.52-0.7 is installed
OR xen-libs-4.2.5_06-0.7 is installed
OR xen-libs-32bit-4.2.5_06-0.7 is installed
OR xen-tools-4.2.5_06-0.7 is installed
OR xen-tools-domU-4.2.5_06-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
Mesa-9.0.3-0.17 is installed
OR Mesa-32bit-9.0.3-0.17 is installed
OR Mesa-x86-9.0.3-0.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-38.7.0esr-37 is installed
OR MozillaFirefox-translations-38.7.0esr-37 is installed
OR libfreebl3-3.20.2-28 is installed
OR libfreebl3-32bit-3.20.2-28 is installed
OR libsoftokn3-3.20.2-28 is installed
OR libsoftokn3-32bit-3.20.2-28 is installed
OR mozilla-nspr-4.12-24 is installed
OR mozilla-nspr-32bit-4.12-24 is installed
OR mozilla-nss-3.20.2-28 is installed
OR mozilla-nss-32bit-3.20.2-28 is installed
OR mozilla-nss-tools-3.20.2-28 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.7.0esr-37 is installed
OR MozillaFirefox-translations-38.7.0esr-37 is installed
OR libfreebl3-3.20.2-28 is installed
OR libfreebl3-32bit-3.20.2-28 is installed
OR libsoftokn3-3.20.2-28 is installed
OR libsoftokn3-32bit-3.20.2-28 is installed
OR mozilla-nspr-4.12-24 is installed
OR mozilla-nspr-32bit-4.12-24 is installed
OR mozilla-nss-3.20.2-28 is installed
OR mozilla-nss-32bit-3.20.2-28 is installed
OR mozilla-nss-tools-3.20.2-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-38.7.0esr-37 is installed
OR MozillaFirefox-translations-38.7.0esr-37 is installed
OR libfreebl3-3.20.2-28 is installed
OR libfreebl3-32bit-3.20.2-28 is installed
OR libsoftokn3-3.20.2-28 is installed
OR libsoftokn3-32bit-3.20.2-28 is installed
OR mozilla-nspr-4.12-24 is installed
OR mozilla-nspr-32bit-4.12-24 is installed
OR mozilla-nss-3.20.2-28 is installed
OR mozilla-nss-32bit-3.20.2-28 is installed
OR mozilla-nss-tools-3.20.2-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.7.0esr-37 is installed
OR MozillaFirefox-translations-38.7.0esr-37 is installed
OR libfreebl3-3.20.2-28 is installed
OR libfreebl3-32bit-3.20.2-28 is installed
OR libsoftokn3-3.20.2-28 is installed
OR libsoftokn3-32bit-3.20.2-28 is installed
OR mozilla-nspr-4.12-24 is installed
OR mozilla-nspr-32bit-4.12-24 is installed
OR mozilla-nss-3.20.2-28 is installed
OR mozilla-nss-32bit-3.20.2-28 is installed
OR mozilla-nss-tools-3.20.2-28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr10.30-65.28 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr10.30-65.28 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr10.30-65.28 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr10.30-65.28 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr10.30-65.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr10.30-65.28 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr10.30-65.28 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr10.30-65.28 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr10.30-65.28 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr10.30-65.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
libtirpc-0.2.1-1.12.3 is installed
OR libtirpc1-0.2.1-1.12.3 is installed
OR rpcbind-0.1.6+git20080930-6.27.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.48 is installed
OR libMagickCore1-6.4.3.6-7.48 is installed
OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.48 is installed
OR libMagickCore1-6.4.3.6-7.48 is installed
OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
apache2-mod_php53-5.3.17-112.28 is installed
OR php53-5.3.17-112.28 is installed
OR php53-bcmath-5.3.17-112.28 is installed
OR php53-bz2-5.3.17-112.28 is installed
OR php53-calendar-5.3.17-112.28 is installed
OR php53-ctype-5.3.17-112.28 is installed
OR php53-curl-5.3.17-112.28 is installed
OR php53-dba-5.3.17-112.28 is installed
OR php53-dom-5.3.17-112.28 is installed
OR php53-exif-5.3.17-112.28 is installed
OR php53-fastcgi-5.3.17-112.28 is installed
OR php53-fileinfo-5.3.17-112.28 is installed
OR php53-ftp-5.3.17-112.28 is installed
OR php53-gd-5.3.17-112.28 is installed
OR php53-gettext-5.3.17-112.28 is installed
OR php53-gmp-5.3.17-112.28 is installed
OR php53-iconv-5.3.17-112.28 is installed
OR php53-intl-5.3.17-112.28 is installed
OR php53-json-5.3.17-112.28 is installed
OR php53-ldap-5.3.17-112.28 is installed
OR php53-mbstring-5.3.17-112.28 is installed
OR php53-mcrypt-5.3.17-112.28 is installed
OR php53-mysql-5.3.17-112.28 is installed
OR php53-odbc-5.3.17-112.28 is installed
OR php53-openssl-5.3.17-112.28 is installed
OR php53-pcntl-5.3.17-112.28 is installed
OR php53-pdo-5.3.17-112.28 is installed
OR php53-pear-5.3.17-112.28 is installed
OR php53-pgsql-5.3.17-112.28 is installed
OR php53-pspell-5.3.17-112.28 is installed
OR php53-shmop-5.3.17-112.28 is installed
OR php53-snmp-5.3.17-112.28 is installed
OR php53-soap-5.3.17-112.28 is installed
OR php53-suhosin-5.3.17-112.28 is installed
OR php53-sysvmsg-5.3.17-112.28 is installed
OR php53-sysvsem-5.3.17-112.28 is installed
OR php53-sysvshm-5.3.17-112.28 is installed
OR php53-tokenizer-5.3.17-112.28 is installed
OR php53-wddx-5.3.17-112.28 is installed
OR php53-xmlreader-5.3.17-112.28 is installed
OR php53-xmlrpc-5.3.17-112.28 is installed
OR php53-xmlwriter-5.3.17-112.28 is installed
OR php53-xsl-5.3.17-112.28 is installed
OR php53-zip-5.3.17-112.28 is installed
OR php53-zlib-5.3.17-112.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
apache2-mod_php53-5.3.17-112.28 is installed
OR php53-5.3.17-112.28 is installed
OR php53-bcmath-5.3.17-112.28 is installed
OR php53-bz2-5.3.17-112.28 is installed
OR php53-calendar-5.3.17-112.28 is installed
OR php53-ctype-5.3.17-112.28 is installed
OR php53-curl-5.3.17-112.28 is installed
OR php53-dba-5.3.17-112.28 is installed
OR php53-dom-5.3.17-112.28 is installed
OR php53-exif-5.3.17-112.28 is installed
OR php53-fastcgi-5.3.17-112.28 is installed
OR php53-fileinfo-5.3.17-112.28 is installed
OR php53-ftp-5.3.17-112.28 is installed
OR php53-gd-5.3.17-112.28 is installed
OR php53-gettext-5.3.17-112.28 is installed
OR php53-gmp-5.3.17-112.28 is installed
OR php53-iconv-5.3.17-112.28 is installed
OR php53-intl-5.3.17-112.28 is installed
OR php53-json-5.3.17-112.28 is installed
OR php53-ldap-5.3.17-112.28 is installed
OR php53-mbstring-5.3.17-112.28 is installed
OR php53-mcrypt-5.3.17-112.28 is installed
OR php53-mysql-5.3.17-112.28 is installed
OR php53-odbc-5.3.17-112.28 is installed
OR php53-openssl-5.3.17-112.28 is installed
OR php53-pcntl-5.3.17-112.28 is installed
OR php53-pdo-5.3.17-112.28 is installed
OR php53-pear-5.3.17-112.28 is installed
OR php53-pgsql-5.3.17-112.28 is installed
OR php53-pspell-5.3.17-112.28 is installed
OR php53-shmop-5.3.17-112.28 is installed
OR php53-snmp-5.3.17-112.28 is installed
OR php53-soap-5.3.17-112.28 is installed
OR php53-suhosin-5.3.17-112.28 is installed
OR php53-sysvmsg-5.3.17-112.28 is installed
OR php53-sysvsem-5.3.17-112.28 is installed
OR php53-sysvshm-5.3.17-112.28 is installed
OR php53-tokenizer-5.3.17-112.28 is installed
OR php53-wddx-5.3.17-112.28 is installed
OR php53-xmlreader-5.3.17-112.28 is installed
OR php53-xmlrpc-5.3.17-112.28 is installed
OR php53-xmlwriter-5.3.17-112.28 is installed
OR php53-xsl-5.3.17-112.28 is installed
OR php53-zip-5.3.17-112.28 is installed
OR php53-zlib-5.3.17-112.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.40 is installed
OR libopenssl1_0_0-1.0.1g-0.40 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.40 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.40 is installed
OR openssl1-1.0.1g-0.40 is installed
OR openssl1-doc-1.0.1g-0.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.40 is installed
OR libopenssl1_0_0-1.0.1g-0.40 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.40 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.40 is installed
OR openssl1-1.0.1g-0.40 is installed
OR openssl1-doc-1.0.1g-0.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
ntp-4.2.6p5-31 is installed
OR ntp-doc-4.2.6p5-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
ntp-4.2.6p5-31 is installed
OR ntp-doc-4.2.6p5-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND apache2-mod_nss-1.0.8-9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
xen-4.5.2_02-4 is installed
OR xen-doc-html-4.5.2_02-4 is installed
OR xen-kmp-default-4.5.2_02_k3.12.49_11-4 is installed
OR xen-libs-4.5.2_02-4 is installed
OR xen-libs-32bit-4.5.2_02-4 is installed
OR xen-tools-4.5.2_02-4 is installed
OR xen-tools-domU-4.5.2_02-4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
xen-4.5.2_02-4 is installed
OR xen-doc-html-4.5.2_02-4 is installed
OR xen-kmp-default-4.5.2_02_k3.12.49_11-4 is installed
OR xen-libs-4.5.2_02-4 is installed
OR xen-libs-32bit-4.5.2_02-4 is installed
OR xen-tools-4.5.2_02-4 is installed
OR xen-tools-domU-4.5.2_02-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
apache2-2.4.16-5 is installed
OR apache2-doc-2.4.16-5 is installed
OR apache2-example-pages-2.4.16-5 is installed
OR apache2-prefork-2.4.16-5 is installed
OR apache2-utils-2.4.16-5 is installed
OR apache2-worker-2.4.16-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.104 is installed
OR kernel-default-base-3.12.74-60.64.104 is installed
OR kernel-default-devel-3.12.74-60.64.104 is installed
OR kernel-default-man-3.12.74-60.64.104 is installed
OR kernel-devel-3.12.74-60.64.104 is installed
OR kernel-macros-3.12.74-60.64.104 is installed
OR kernel-source-3.12.74-60.64.104 is installed
OR kernel-syms-3.12.74-60.64.104 is installed
OR kernel-xen-3.12.74-60.64.104 is installed
OR kernel-xen-base-3.12.74-60.64.104 is installed
OR kernel-xen-devel-3.12.74-60.64.104 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.104 is installed
OR kernel-default-base-3.12.74-60.64.104 is installed
OR kernel-default-devel-3.12.74-60.64.104 is installed
OR kernel-default-man-3.12.74-60.64.104 is installed
OR kernel-devel-3.12.74-60.64.104 is installed
OR kernel-macros-3.12.74-60.64.104 is installed
OR kernel-source-3.12.74-60.64.104 is installed
OR kernel-syms-3.12.74-60.64.104 is installed
OR kernel-xen-3.12.74-60.64.104 is installed
OR kernel-xen-base-3.12.74-60.64.104 is installed
OR kernel-xen-devel-3.12.74-60.64.104 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_69-60_64_32-default-4-3.1 is installed
OR kgraft-patch-3_12_69-60_64_32-xen-4-3.1 is installed
OR kgraft-patch-SLE12-SP1_Update_13-4-3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libvpx-1.3.0-3.3 is installed
OR libvpx1-1.3.0-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libvpx-1.3.0-3.3 is installed
OR libvpx1-1.3.0-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
bash-4.3-78 is installed
OR bash-doc-4.3-78 is installed
OR libreadline6-6.3-78 is installed
OR libreadline6-32bit-6.3-78 is installed
OR readline-doc-6.3-78 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
gnutls-3.2.15-18.6 is installed
OR libgnutls-openssl27-3.2.15-18.6 is installed
OR libgnutls28-3.2.15-18.6 is installed
OR libgnutls28-32bit-3.2.15-18.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
gnutls-3.2.15-18.6 is installed
OR libgnutls-openssl27-3.2.15-18.6 is installed
OR libgnutls28-3.2.15-18.6 is installed
OR libgnutls28-32bit-3.2.15-18.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS 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-ESPOS 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-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_74-92_35-default-8-2 is installed
OR kgraft-patch-SLE12-SP2_Update_12-8-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libvirt-3.3.0-5.8 is installed
OR libvirt-admin-3.3.0-5.8 is installed
OR libvirt-client-3.3.0-5.8 is installed
OR libvirt-daemon-3.3.0-5.8 is installed
OR libvirt-daemon-config-network-3.3.0-5.8 is installed
OR libvirt-daemon-config-nwfilter-3.3.0-5.8 is installed
OR libvirt-daemon-driver-interface-3.3.0-5.8 is installed
OR libvirt-daemon-driver-libxl-3.3.0-5.8 is installed
OR libvirt-daemon-driver-lxc-3.3.0-5.8 is installed
OR libvirt-daemon-driver-network-3.3.0-5.8 is installed
OR libvirt-daemon-driver-nodedev-3.3.0-5.8 is installed
OR libvirt-daemon-driver-nwfilter-3.3.0-5.8 is installed
OR libvirt-daemon-driver-qemu-3.3.0-5.8 is installed
OR libvirt-daemon-driver-secret-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-core-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-disk-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-iscsi-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-logical-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-mpath-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-rbd-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-scsi-3.3.0-5.8 is installed
OR libvirt-daemon-lxc-3.3.0-5.8 is installed
OR libvirt-daemon-qemu-3.3.0-5.8 is installed
OR libvirt-daemon-xen-3.3.0-5.8 is installed
OR libvirt-doc-3.3.0-5.8 is installed
OR libvirt-libs-3.3.0-5.8 is installed
OR libvirt-lock-sanlock-3.3.0-5.8 is installed
OR libvirt-nss-3.3.0-5.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libvirt-3.3.0-5.8 is installed
OR libvirt-admin-3.3.0-5.8 is installed
OR libvirt-client-3.3.0-5.8 is installed
OR libvirt-daemon-3.3.0-5.8 is installed
OR libvirt-daemon-config-network-3.3.0-5.8 is installed
OR libvirt-daemon-config-nwfilter-3.3.0-5.8 is installed
OR libvirt-daemon-driver-interface-3.3.0-5.8 is installed
OR libvirt-daemon-driver-libxl-3.3.0-5.8 is installed
OR libvirt-daemon-driver-lxc-3.3.0-5.8 is installed
OR libvirt-daemon-driver-network-3.3.0-5.8 is installed
OR libvirt-daemon-driver-nodedev-3.3.0-5.8 is installed
OR libvirt-daemon-driver-nwfilter-3.3.0-5.8 is installed
OR libvirt-daemon-driver-qemu-3.3.0-5.8 is installed
OR libvirt-daemon-driver-secret-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-core-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-disk-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-iscsi-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-logical-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-mpath-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-rbd-3.3.0-5.8 is installed
OR libvirt-daemon-driver-storage-scsi-3.3.0-5.8 is installed
OR libvirt-daemon-lxc-3.3.0-5.8 is installed
OR libvirt-daemon-qemu-3.3.0-5.8 is installed
OR libvirt-daemon-xen-3.3.0-5.8 is installed
OR libvirt-doc-3.3.0-5.8 is installed
OR libvirt-libs-3.3.0-5.8 is installed
OR libvirt-lock-sanlock-3.3.0-5.8 is installed
OR libvirt-nss-3.3.0-5.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
at-3.1.14-7 is installed
OR flex-2.5.37-8 is installed
OR flex-32bit-2.5.37-8 is installed
OR libQtWebKit4-4.8.6+2.3.3-3 is installed
OR libQtWebKit4-32bit-4.8.6+2.3.3-3 is installed
OR libbonobo-2.32.1-16 is installed
OR libbonobo-32bit-2.32.1-16 is installed
OR libbonobo-doc-2.32.1-16 is installed
OR libbonobo-lang-2.32.1-16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
MozillaFirefox-68.2.0-109.95 is installed
OR MozillaFirefox-translations-common-68.2.0-109.95 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
MozillaFirefox-68.2.0-109.95 is installed
OR MozillaFirefox-translations-common-68.2.0-109.95 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libopenssl-devel-1.0.2j-60.55 is installed
OR libopenssl1_0_0-1.0.2j-60.55 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.55 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.55 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.55 is installed
OR openssl-1.0.2j-60.55 is installed
OR openssl-doc-1.0.2j-60.55 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libopenssl-devel-1.0.2j-60.55 is installed
OR libopenssl1_0_0-1.0.2j-60.55 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.55 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.55 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.55 is installed
OR openssl-1.0.2j-60.55 is installed
OR openssl-doc-1.0.2j-60.55 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
xen-4.9.4_06-3.59 is installed
OR xen-doc-html-4.9.4_06-3.59 is installed
OR xen-libs-4.9.4_06-3.59 is installed
OR xen-libs-32bit-4.9.4_06-3.59 is installed
OR xen-tools-4.9.4_06-3.59 is installed
OR xen-tools-domU-4.9.4_06-3.59 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
xen-4.9.4_06-3.59 is installed
OR xen-doc-html-4.9.4_06-3.59 is installed
OR xen-libs-4.9.4_06-3.59 is installed
OR xen-libs-32bit-4.9.4_06-3.59 is installed
OR xen-tools-4.9.4_06-3.59 is installed
OR xen-tools-domU-4.9.4_06-3.59 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
res-signingkeys-3.0.38-52.26 is installed
OR smt-3.0.38-52.26 is installed
OR smt-support-3.0.38-52.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
res-signingkeys-3.0.38-52.26 is installed
OR smt-3.0.38-52.26 is installed
OR smt-support-3.0.38-52.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libpython2_7-1_0-2.7.13-28.16 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.16 is installed
OR python-2.7.13-28.16 is installed
OR python-32bit-2.7.13-28.16 is installed
OR python-base-2.7.13-28.16 is installed
OR python-base-32bit-2.7.13-28.16 is installed
OR python-curses-2.7.13-28.16 is installed
OR python-demo-2.7.13-28.16 is installed
OR python-doc-2.7.13-28.16 is installed
OR python-doc-pdf-2.7.13-28.16 is installed
OR python-gdbm-2.7.13-28.16 is installed
OR python-idle-2.7.13-28.16 is installed
OR python-tk-2.7.13-28.16 is installed
OR python-xml-2.7.13-28.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libpython2_7-1_0-2.7.13-28.16 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.16 is installed
OR python-2.7.13-28.16 is installed
OR python-32bit-2.7.13-28.16 is installed
OR python-base-2.7.13-28.16 is installed
OR python-base-32bit-2.7.13-28.16 is installed
OR python-curses-2.7.13-28.16 is installed
OR python-demo-2.7.13-28.16 is installed
OR python-doc-2.7.13-28.16 is installed
OR python-doc-pdf-2.7.13-28.16 is installed
OR python-gdbm-2.7.13-28.16 is installed
OR python-idle-2.7.13-28.16 is installed
OR python-tk-2.7.13-28.16 is installed
OR python-xml-2.7.13-28.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_45-default-2-2 is installed
OR kgraft-patch-3_12_55-52_45-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_13-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_45-default-2-2 is installed
OR kgraft-patch-3_12_55-52_45-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_13-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libpython3_4m1_0-3.4.5-19 is installed
OR python3-3.4.5-19 is installed
OR python3-base-3.4.5-19 is installed
OR python3-curses-3.4.5-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_51-52_31-default-5-2 is installed
OR kgraft-patch-3_12_51-52_31-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_9-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
compat-openssl098-0.9.8j-94 is installed
OR libopenssl0_9_8-0.9.8j-94 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kernel-default-4.4.121-92.85 is installed
OR kernel-default-base-4.4.121-92.85 is installed
OR kernel-default-devel-4.4.121-92.85 is installed
OR kernel-devel-4.4.121-92.85 is installed
OR kernel-macros-4.4.121-92.85 is installed
OR kernel-source-4.4.121-92.85 is installed
OR kernel-syms-4.4.121-92.85 is installed
OR kgraft-patch-4_4_121-92_85-default-1-3.5 is installed
OR kgraft-patch-SLE12-SP2_Update_23-1-3.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
xorg-x11-libX11-7.4-5.11.72.9 is installed
OR xorg-x11-libX11-devel-7.4-5.11.72.9 is installed
OR xorg-x11-libX11-devel-32bit-7.4-5.11.72.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.460-83 is installed
OR flash-player-gnome-11.2.202.460-83 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gd-2.1.0-12 is installed
OR gd-32bit-2.1.0-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
kernel-default-4.4.21-84 is installed
OR kernel-default-extra-4.4.21-84 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libpolkit0-32bit-0.113-5.9 is installed
OR polkit-0.113-5.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
python-base-2.7.13-28.26 is installed
OR python-devel-2.7.13-28.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
kernel-default-4.12.14-122.7 is installed
OR kernel-default-extra-4.12.14-122.7 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
dhcp-4.2.4.P2-0.27.1 is installed
OR dhcp-client-4.2.4.P2-0.27.1 is installed
OR dhcp-relay-4.2.4.P2-0.27.1 is installed
OR dhcp-server-4.2.4.P2-0.27.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
chromedriver-51.0.2704.103-85 is installed
OR chromium-51.0.2704.103-85 is installed
OR chromium-desktop-gnome-51.0.2704.103-85 is installed
OR chromium-desktop-kde-51.0.2704.103-85 is installed
OR chromium-ffmpegsumo-51.0.2704.103-85 is installed
OR imlib2-1.4.5-5 is installed
OR imlib2-devel-1.4.5-5 is installed
OR imlib2-filters-1.4.5-5 is installed
OR imlib2-loaders-1.4.5-5 is installed
OR libImlib2-1-1.4.5-5 is installed
OR libprotobuf-lite8-2.5.0-2 is installed
OR libprotobuf8-2.5.0-2 is installed
OR libprotoc8-2.5.0-2 is installed
OR mosh-1.2.5-8 is installed
OR ninja-1.5.3-4 is installed
OR perl-Switch-2.17-4 is installed
OR protobuf-2.5.0-2 is installed
OR protobuf-devel-2.5.0-2 is installed
OR protobuf-java-2.5.0-2 is installed
OR python-protobuf-2.5.0-2 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
karchive-5.20.0-6 is installed
OR karchive-devel-5.20.0-6 is installed
OR karchive-devel-32bit-5.21.0-15 is installed
OR libKF5Archive5-5.20.0-6 is installed
OR libKF5Archive5-32bit-5.21.0-15 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-59.0.3071.86-20 is installed
OR chromium-59.0.3071.86-20 is installed
|