Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 kernel was updated to 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-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) - 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-17182: An issue was discovered in the Linux kernel The vmacache_flush_all function in mm/vmacache.c mishandled sequence number overflows. An attacker can trigger a use-after-free (and possibly gain privileges) via certain thread creation, map, unmap, invalidation, and dereference operations (bnc#1108399).
The following non-security bugs were fixed:
- 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 error setting writeback_rate through sysfs interface (bsc#1064232). - bcache: fix I/O significant decline while backend devices registering. - 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#1064232). - bcache: simplify the calculation of the total amount of flash dirty data. - Do not report CPU affected by L1TF when ARCH_CAP_RDCL_NO bit is set (bsc#1104906). - 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). - kABI: protect struct x86_emulate_ops (kabi). - 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: nVMX: update last_nonleaf_level when initializing nested EPT (bsc#1062604). - KVM: VMX: fixes for vmentry_l1d_flush module parameter (bsc#1106369). - KVM: VMX: Work around kABI breakage in 'enum vmx_l1d_flush_state' (bsc#1106369). - updated sssbd handling (bsc#1093215, bsc#1105412). - usbip: vhci_sysfs: fix potential Spectre v1 (bsc#1096547). - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry (bsc#1106369). - sched/sysctl: Check user input value of sysctl_sched_time_avg (bsc#1100089).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1009994 1010756 1010757 1010766 1010774 1010782 1010968 1010975 1012382 1027282 1034173 1038337 1041090 1042670 1043398 1047958 1062604 1064232 1065999 1069708 1071471 1073269 1073748 1078326 1078485 1078677 1081750 1082480 1082481 1084650 1086001 1087082 1087083 1092903 1093215 1093697 1096141 1096547 1097104 1097108 1099306 1099811 1099813 1099844 1099845 1099846 1099849 1099863 1099864 1099922 1100001 1100089 1100147 1102379 1102400 1102410 1102870 1103445 1104319 1104495 1104906 1105322 1105412 1106095 1106369 1106509 1106511 1107689 1108399 1108912 1110850 1111331 1112039 1118319 1119947 1144903 1149792 1153108 1153158 1153161 1153830 1155094 1159035 1162224 1162367 1162825 1165894 1170411 1171561 945401 983273 CVE-2015-8899 CVE-2016-9262 CVE-2016-9388 CVE-2016-9389 CVE-2016-9390 CVE-2016-9391 CVE-2016-9392 CVE-2016-9393 CVE-2016-9394 CVE-2017-1000050 CVE-2017-15706 CVE-2017-15868 CVE-2017-16939 CVE-2017-7507 CVE-2017-7869 CVE-2018-10853 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-11784 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-12896 CVE-2018-1304 CVE-2018-1305 CVE-2018-13093 CVE-2018-1336 CVE-2018-14617 CVE-2018-14634 CVE-2018-16276 CVE-2018-16658 CVE-2018-16884 CVE-2018-17182 CVE-2018-18386 CVE-2018-3639 CVE-2018-3640 CVE-2018-3646 CVE-2018-6554 CVE-2018-6555 CVE-2018-8014 CVE-2018-8034 CVE-2018-8037 CVE-2018-9568 CVE-2019-10220 CVE-2019-11091 CVE-2019-17133 CVE-2019-18348 CVE-2019-9674 CVE-2020-8492 SUSE-SU-2016:3269-1 SUSE-SU-2017:1838-1 SUSE-SU-2017:1916-1 SUSE-SU-2018:0237-1 SUSE-SU-2018:1935-1 SUSE-SU-2018:2364-1 SUSE-SU-2018:3083-1 SUSE-SU-2018:3388-1 SUSE-SU-2018:4154-1 SUSE-SU-2019:1954-1 SUSE-SU-2019:2829-1 SUSE-SU-2020:1524-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 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 High Availability Extension 11 SP4 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for High Performance Computing 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 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-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-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-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 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 OpenStack Cloud 5 SUSE OpenStack Cloud 6
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
libicu-devel-52.1-10.3 is installed
OR libicu52_1-52.1-10.3 is installed
OR libicu52_1-data-52.1-10.3 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
fontconfig-2.11.1-2.2 is installed
OR fontconfig-32bit-2.11.1-2.2 is installed
OR fontconfig-devel-2.11.1-2.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
acroread-9.5.5-0.5.5 is installed
OR acroread-cmaps-9.4.6-0.4.5 is installed
OR acroread-fonts-ja-9.4.6-0.4.5 is installed
OR acroread-fonts-ko-9.4.6-0.4.5 is installed
OR acroread-fonts-zh_CN-9.4.6-0.4.5 is installed
OR acroread-fonts-zh_TW-9.4.6-0.4.5 is installed
OR acroread_ja-9.4.2-0.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND clamav-0.98.1-0.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
gnutls-2.4.1-24.39.57 is installed
OR libgnutls26-2.4.1-24.39.57 is installed
OR libgnutls26-32bit-2.4.1-24.39.57 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
bzip2-1.0.6-27.1129 is installed
OR libbz2-1-1.0.6-27.1129 is installed
OR libbz2-1-32bit-1.0.6-27.1129 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
cpio-2.11-29.1 is installed
OR cpio-lang-2.11-29.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
elfutils-0.158-6.1 is installed
OR libasm1-0.158-6.1 is installed
OR libdw1-0.158-6.1 is installed
OR libdw1-32bit-0.158-6.1 is installed
OR libebl1-0.158-6.1 is installed
OR libebl1-32bit-0.158-6.1 is installed
OR libelf1-0.158-6.1 is installed
OR libelf1-32bit-0.158-6.1 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 High Availability Extension 11 SP4 is installed
AND Package Information
gnutls-2.4.1-24.39.60 is installed
OR libgnutls-extra26-2.4.1-24.39.60 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
puppet-3.6.2-3 is installed
OR puppet-server-3.6.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 12 is installed
AND Package Information
libpmi0-17.02.11-6.19 is installed
OR libslurm31-17.02.11-6.19 is installed
OR perl-slurm-17.02.11-6.19 is installed
OR slurm-17.02.11-6.19 is installed
OR slurm-auth-none-17.02.11-6.19 is installed
OR slurm-config-17.02.11-6.19 is installed
OR slurm-devel-17.02.11-6.19 is installed
OR slurm-doc-17.02.11-6.19 is installed
OR slurm-lua-17.02.11-6.19 is installed
OR slurm-munge-17.02.11-6.19 is installed
OR slurm-pam_slurm-17.02.11-6.19 is installed
OR slurm-plugins-17.02.11-6.19 is installed
OR slurm-sched-wiki-17.02.11-6.19 is installed
OR slurm-slurmdb-direct-17.02.11-6.19 is installed
OR slurm-slurmdbd-17.02.11-6.19 is installed
OR slurm-sql-17.02.11-6.19 is installed
OR slurm-torque-17.02.11-6.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND apache2-mod_wsgi-4.4.13-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.8.0esr-68 is installed
OR MozillaFirefox-translations-45.8.0esr-68 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND systemtap-0.7.1-42.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND systemtap-0.7.1-42.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libpng12-0-1.2.31-5.31 is installed
OR libpng12-0-32bit-1.2.31-5.31 is installed
OR libpng12-0-x86-1.2.31-5.31 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libpng12-0-1.2.31-5.31 is installed
OR libpng12-0-32bit-1.2.31-5.31 is installed
OR libpng12-0-x86-1.2.31-5.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
iscsitarget-1.4.19-0.7 is installed
OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.2-0.7 is installed
OR iscsitarget-kmp-pae-1.4.19_2.6.32.19_0.2-0.7 is installed
OR iscsitarget-kmp-ppc64-1.4.19_2.6.32.19_0.2-0.7 is installed
OR iscsitarget-kmp-xen-1.4.19_2.6.32.19_0.2-0.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-24.5.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.5.0esr-0.3 is installed
OR libfreebl3-3.16-0.3 is installed
OR libfreebl3-32bit-3.16-0.3 is installed
OR mozilla-nspr-4.10.4-0.3 is installed
OR mozilla-nspr-32bit-4.10.4-0.3 is installed
OR mozilla-nss-3.16-0.3 is installed
OR mozilla-nss-32bit-3.16-0.3 is installed
OR mozilla-nss-tools-3.16-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.5.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.5.0esr-0.3 is installed
OR libfreebl3-3.16-0.3 is installed
OR libfreebl3-32bit-3.16-0.3 is installed
OR mozilla-nspr-4.10.4-0.3 is installed
OR mozilla-nspr-32bit-4.10.4-0.3 is installed
OR mozilla-nss-3.16-0.3 is installed
OR mozilla-nss-32bit-3.16-0.3 is installed
OR mozilla-nss-tools-3.16-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-24.5.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.5.0esr-0.3 is installed
OR libfreebl3-3.16-0.3 is installed
OR libfreebl3-32bit-3.16-0.3 is installed
OR mozilla-nspr-4.10.4-0.3 is installed
OR mozilla-nspr-32bit-4.10.4-0.3 is installed
OR mozilla-nss-3.16-0.3 is installed
OR mozilla-nss-32bit-3.16-0.3 is installed
OR mozilla-nss-tools-3.16-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.5.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.5.0esr-0.3 is installed
OR libfreebl3-3.16-0.3 is installed
OR libfreebl3-32bit-3.16-0.3 is installed
OR mozilla-nspr-4.10.4-0.3 is installed
OR mozilla-nspr-32bit-4.10.4-0.3 is installed
OR mozilla-nss-3.16-0.3 is installed
OR mozilla-nss-32bit-3.16-0.3 is installed
OR mozilla-nss-tools-3.16-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND openssl-certs-1.95-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND openssl-certs-1.95-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND openssl-certs-1.95-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND openssl-certs-1.95-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND openssl-certs-1.95-0.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
mono-core-2.6.7-0.9 is installed
OR mono-data-2.6.7-0.9 is installed
OR mono-data-postgresql-2.6.7-0.9 is installed
OR mono-data-sqlite-2.6.7-0.9 is installed
OR mono-locale-extras-2.6.7-0.9 is installed
OR mono-nunit-2.6.7-0.9 is installed
OR mono-web-2.6.7-0.9 is installed
OR mono-winforms-2.6.7-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
mono-core-2.6.7-0.9 is installed
OR mono-data-2.6.7-0.9 is installed
OR mono-data-postgresql-2.6.7-0.9 is installed
OR mono-data-sqlite-2.6.7-0.9 is installed
OR mono-locale-extras-2.6.7-0.9 is installed
OR mono-nunit-2.6.7-0.9 is installed
OR mono-web-2.6.7-0.9 is installed
OR mono-winforms-2.6.7-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
mono-core-2.6.7-0.9 is installed
OR mono-data-2.6.7-0.9 is installed
OR mono-data-postgresql-2.6.7-0.9 is installed
OR mono-data-sqlite-2.6.7-0.9 is installed
OR mono-locale-extras-2.6.7-0.9 is installed
OR mono-nunit-2.6.7-0.9 is installed
OR mono-web-2.6.7-0.9 is installed
OR mono-winforms-2.6.7-0.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr9.30-45 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.30-45 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr9.30-45 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.30-45 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.30-45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr9.30-45 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.30-45 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr9.30-45 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.30-45 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.30-45 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND squid-2.7.STABLE5-2.12.16 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND squid-2.7.STABLE5-2.12.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND squid-2.7.STABLE5-2.12.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND squid-2.7.STABLE5-2.12.16 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND squid-2.7.STABLE5-2.12.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-client-4.2.4.P2-0.24 is installed
OR dhcp-relay-4.2.4.P2-0.24 is installed
OR dhcp-server-4.2.4.P2-0.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-client-4.2.4.P2-0.24 is installed
OR dhcp-relay-4.2.4.P2-0.24 is installed
OR dhcp-server-4.2.4.P2-0.24 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-client-4.2.4.P2-0.24 is installed
OR dhcp-relay-4.2.4.P2-0.24 is installed
OR dhcp-server-4.2.4.P2-0.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.4_04-0.9 is installed
OR xen-doc-html-4.2.4_04-0.9 is installed
OR xen-doc-pdf-4.2.4_04-0.9 is installed
OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-libs-4.2.4_04-0.9 is installed
OR xen-libs-32bit-4.2.4_04-0.9 is installed
OR xen-tools-4.2.4_04-0.9 is installed
OR xen-tools-domU-4.2.4_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.4_04-0.9 is installed
OR xen-doc-html-4.2.4_04-0.9 is installed
OR xen-doc-pdf-4.2.4_04-0.9 is installed
OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-libs-4.2.4_04-0.9 is installed
OR xen-libs-32bit-4.2.4_04-0.9 is installed
OR xen-tools-4.2.4_04-0.9 is installed
OR xen-tools-domU-4.2.4_04-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
PolicyKit-0.9-14.41.1 is installed
OR PolicyKit-32bit-0.9-14.41.1 is installed
OR PolicyKit-doc-0.9-14.39.2 is installed
OR PolicyKit-x86-0.9-14.41.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND patch-2.5.9-252.22.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND patch-2.5.9-252.22.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND patch-2.5.9-252.22.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND patch-2.5.9-252.22.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_20-24 is installed
OR xen-doc-html-4.2.5_20-24 is installed
OR xen-doc-pdf-4.2.5_20-24 is installed
OR xen-kmp-default-4.2.5_20_3.0.101_0.47.79-24 is installed
OR xen-kmp-pae-4.2.5_20_3.0.101_0.47.79-24 is installed
OR xen-libs-4.2.5_20-24 is installed
OR xen-libs-32bit-4.2.5_20-24 is installed
OR xen-tools-4.2.5_20-24 is installed
OR xen-tools-domU-4.2.5_20-24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_20-24 is installed
OR xen-doc-html-4.2.5_20-24 is installed
OR xen-doc-pdf-4.2.5_20-24 is installed
OR xen-kmp-default-4.2.5_20_3.0.101_0.47.79-24 is installed
OR xen-kmp-pae-4.2.5_20_3.0.101_0.47.79-24 is installed
OR xen-libs-4.2.5_20-24 is installed
OR xen-libs-32bit-4.2.5_20-24 is installed
OR xen-tools-4.2.5_20-24 is installed
OR xen-tools-domU-4.2.5_20-24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-45.3.0esr-50.1 is installed
OR MozillaFirefox-translations-45.3.0esr-50.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
perl-5.10.0-64.81.10 is installed
OR perl-32bit-5.10.0-64.81.10 is installed
OR perl-Module-Build-0.2808.01-0.81.10 is installed
OR perl-Test-Simple-0.72-0.81.10 is installed
OR perl-base-5.10.0-64.81.10 is installed
OR perl-doc-5.10.0-64.81.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
perl-5.10.0-64.81.10 is installed
OR perl-32bit-5.10.0-64.81.10 is installed
OR perl-Module-Build-0.2808.01-0.81.10 is installed
OR perl-Test-Simple-0.72-0.81.10 is installed
OR perl-base-5.10.0-64.81.10 is installed
OR perl-doc-5.10.0-64.81.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
java-1_7_1-ibm-1.7.1_sr3.20-6 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.20-6 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.20-6 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.20-6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
java-1_7_1-ibm-1.7.1_sr3.20-6 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.20-6 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.20-6 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.20-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.4-43.10 is installed
OR salt-doc-2016.11.4-43.10 is installed
OR salt-minion-2016.11.4-43.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.4-43.10 is installed
OR salt-doc-2016.11.4-43.10 is installed
OR salt-minion-2016.11.4-43.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
ldapsmb-1.34b-94.19 is installed
OR libldb1-3.6.3-94.19 is installed
OR libsmbclient0-3.6.3-94.19 is installed
OR libsmbclient0-32bit-3.6.3-94.19 is installed
OR libtalloc2-3.6.3-94.19 is installed
OR libtalloc2-32bit-3.6.3-94.19 is installed
OR libtdb1-3.6.3-94.19 is installed
OR libtdb1-32bit-3.6.3-94.19 is installed
OR libtevent0-3.6.3-94.19 is installed
OR libtevent0-32bit-3.6.3-94.19 is installed
OR libwbclient0-3.6.3-94.19 is installed
OR libwbclient0-32bit-3.6.3-94.19 is installed
OR samba-3.6.3-94.19 is installed
OR samba-32bit-3.6.3-94.19 is installed
OR samba-client-3.6.3-94.19 is installed
OR samba-client-32bit-3.6.3-94.19 is installed
OR samba-doc-3.6.3-94.19 is installed
OR samba-krb-printing-3.6.3-94.19 is installed
OR samba-winbind-3.6.3-94.19 is installed
OR samba-winbind-32bit-3.6.3-94.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
ldapsmb-1.34b-94.19 is installed
OR libldb1-3.6.3-94.19 is installed
OR libsmbclient0-3.6.3-94.19 is installed
OR libsmbclient0-32bit-3.6.3-94.19 is installed
OR libtalloc2-3.6.3-94.19 is installed
OR libtalloc2-32bit-3.6.3-94.19 is installed
OR libtdb1-3.6.3-94.19 is installed
OR libtdb1-32bit-3.6.3-94.19 is installed
OR libtevent0-3.6.3-94.19 is installed
OR libtevent0-32bit-3.6.3-94.19 is installed
OR libwbclient0-3.6.3-94.19 is installed
OR libwbclient0-32bit-3.6.3-94.19 is installed
OR samba-3.6.3-94.19 is installed
OR samba-32bit-3.6.3-94.19 is installed
OR samba-client-3.6.3-94.19 is installed
OR samba-client-32bit-3.6.3-94.19 is installed
OR samba-doc-3.6.3-94.19 is installed
OR samba-krb-printing-3.6.3-94.19 is installed
OR samba-winbind-3.6.3-94.19 is installed
OR samba-winbind-32bit-3.6.3-94.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.41 is installed
OR libcurl4-openssl1-7.37.0-70.41 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.41 is installed
OR libcurl4-openssl1-x86-7.37.0-70.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.41 is installed
OR libcurl4-openssl1-7.37.0-70.41 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.41 is installed
OR libcurl4-openssl1-x86-7.37.0-70.41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
cpio-2.11-29 is installed
OR cpio-lang-2.11-29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
cpio-2.11-29 is installed
OR cpio-lang-2.11-29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
coreutils-8.22-5 is installed
OR coreutils-lang-8.22-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND yast2-users-3.1.41.3-9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND ucode-intel-20180703-13.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND ucode-intel-20180703-13.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
bind-9.9.9P1-62 is installed
OR bind-chrootenv-9.9.9P1-62 is installed
OR bind-devel-9.9.9P1-62 is installed
OR bind-doc-9.9.9P1-62 is installed
OR bind-libs-9.9.9P1-62 is installed
OR bind-libs-32bit-9.9.9P1-62 is installed
OR bind-utils-9.9.9P1-62 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND dnsmasq-2.71-13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND dnsmasq-2.71-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
kernel-default-4.4.120-92.70 is installed
OR kernel-default-base-4.4.120-92.70 is installed
OR kernel-default-devel-4.4.120-92.70 is installed
OR kernel-default-man-4.4.120-92.70 is installed
OR kernel-devel-4.4.120-92.70 is installed
OR kernel-macros-4.4.120-92.70 is installed
OR kernel-source-4.4.120-92.70 is installed
OR kernel-syms-4.4.120-92.70 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
MozillaFirefox-60.3.0-109.50 is installed
OR MozillaFirefox-devel-60.3.0-109.50 is installed
OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
MozillaFirefox-60.3.0-109.50 is installed
OR MozillaFirefox-devel-60.3.0-109.50 is installed
OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
git-2.12.3-27.17 is installed
OR git-core-2.12.3-27.17 is installed
OR git-doc-2.12.3-27.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
git-2.12.3-27.17 is installed
OR git-core-2.12.3-27.17 is installed
OR git-doc-2.12.3-27.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND ucode-intel-20180703-13.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND ucode-intel-20180703-13.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_74-92_29-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_10-10-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libdcerpc-binding0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libdcerpc-binding0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libdcerpc0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libdcerpc0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-krb5pac0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-krb5pac0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-nbt0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-nbt0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-standard0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-standard0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libnetapi0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libnetapi0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-credentials0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-credentials0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-errors0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-errors0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-hostconfig0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-hostconfig0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-passdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-passdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbconf0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbconf0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbldap0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbldap0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libtevent-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libtevent-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libwbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libwbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-client-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-client-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-doc-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-libs-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-libs-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-winbind-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-winbind-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libdcerpc-binding0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libdcerpc-binding0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libdcerpc0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libdcerpc0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-krb5pac0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-krb5pac0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-nbt0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-nbt0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-standard0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-standard0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libnetapi0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libnetapi0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-credentials0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-credentials0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-errors0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-errors0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-hostconfig0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-hostconfig0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-passdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-passdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbconf0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbconf0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbldap0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbldap0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libtevent-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libtevent-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libwbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libwbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-client-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-client-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-doc-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-libs-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-libs-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-winbind-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-winbind-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
libwireshark8-2.2.8-48.6 is installed
OR libwiretap6-2.2.8-48.6 is installed
OR libwscodecs1-2.2.8-48.6 is installed
OR libwsutil7-2.2.8-48.6 is installed
OR wireshark-2.2.8-48.6 is installed
OR wireshark-gtk-2.2.8-48.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libpolkit0-0.113-5.18 is installed
OR polkit-0.113-5.18 is installed
OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libpolkit0-0.113-5.18 is installed
OR polkit-0.113-5.18 is installed
OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS 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-ESPOS 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-LTSS is installed
AND
kgraft-patch-4_4_156-94_61-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_19-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_156-94_61-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_19-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND ucode-intel-20180807-13.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND ucode-intel-20180807-13.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
ovmf-2017+git1510945757.b2662641d5-3.5 is installed
OR ovmf-tools-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-ovmf-x86_64-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-uefi-aarch64-2017+git1510945757.b2662641d5-3.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
ovmf-2017+git1510945757.b2662641d5-3.5 is installed
OR ovmf-tools-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-ovmf-x86_64-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-uefi-aarch64-2017+git1510945757.b2662641d5-3.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND man-2.6.6-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND man-2.6.6-4.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kernel-default-3.12.61-52.146 is installed
OR kernel-default-base-3.12.61-52.146 is installed
OR kernel-default-devel-3.12.61-52.146 is installed
OR kernel-default-man-3.12.61-52.146 is installed
OR kernel-devel-3.12.61-52.146 is installed
OR kernel-macros-3.12.61-52.146 is installed
OR kernel-source-3.12.61-52.146 is installed
OR kernel-syms-3.12.61-52.146 is installed
OR kernel-xen-3.12.61-52.146 is installed
OR kernel-xen-base-3.12.61-52.146 is installed
OR kernel-xen-devel-3.12.61-52.146 is installed
OR kgraft-patch-3_12_61-52_146-default-1-1.5 is installed
OR kgraft-patch-3_12_61-52_146-xen-1-1.5 is installed
OR kgraft-patch-SLE12_Update_38-1-1.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kernel-default-3.12.61-52.146 is installed
OR kernel-default-base-3.12.61-52.146 is installed
OR kernel-default-devel-3.12.61-52.146 is installed
OR kernel-default-man-3.12.61-52.146 is installed
OR kernel-devel-3.12.61-52.146 is installed
OR kernel-macros-3.12.61-52.146 is installed
OR kernel-source-3.12.61-52.146 is installed
OR kernel-syms-3.12.61-52.146 is installed
OR kernel-xen-3.12.61-52.146 is installed
OR kernel-xen-base-3.12.61-52.146 is installed
OR kernel-xen-devel-3.12.61-52.146 is installed
OR kgraft-patch-3_12_61-52_146-default-1-1.5 is installed
OR kgraft-patch-3_12_61-52_146-xen-1-1.5 is installed
OR kgraft-patch-SLE12_Update_38-1-1.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libpython3_4m1_0-3.4.1-12 is installed
OR python3-base-3.4.1-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_51-52_39-default-5-2 is installed
OR kgraft-patch-3_12_51-52_39-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_11-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
kgraft-patch-4_4_74-92_32-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-10-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
MozillaFirefox-38.4.0esr-25 is installed
OR MozillaFirefox-devel-38.4.0esr-25 is installed
OR mozilla-nspr-4.10.10-16 is installed
OR mozilla-nspr-devel-4.10.10-16 is installed
OR mozilla-nss-3.19.2.1-19 is installed
OR mozilla-nss-devel-3.19.2.1-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
GraphicsMagick-1.2.5-78.47 is installed
OR libGraphicsMagick2-1.2.5-78.47 is installed
OR perl-GraphicsMagick-1.2.5-78.47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.429-23 is installed
OR flash-player-gnome-11.2.202.429-23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.62-60.64.8 is installed
OR kernel-default-extra-3.12.62-60.64.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
gd-2.1.0-24.6 is installed
OR gd-32bit-2.1.0-24.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND bogofilter-1.2.4-5 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ruby2.1-rubygem-actionview-4_1-4.1.9-9.1 is installed
OR rubygem-actionview-4_1-4.1.9-9.1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-ironic-4.2.3~a0~dev14-1.1 is installed
OR openstack-ironic-api-4.2.3~a0~dev14-1.1 is installed
OR openstack-ironic-conductor-4.2.3~a0~dev14-1.1 is installed
OR python-ironic-4.2.3~a0~dev14-1.1 is installed
|