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 3.12.61 to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2017-16939: The XFRM dump policy implementation in net/xfrm/xfrm_user.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via a crafted SO_RCVBUF setsockopt system call in conjunction with XFRM_MSG_GETPOLICY Netlink messages (bnc#1069702 1069708). - CVE-2017-1000405: The Linux Kernel had a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() could be reached by get_user_pages(). In such case, the pmd would become dirty. This scenario breaks the new can_follow_write_pmd()'s logic - pmd could become dirty without going through a COW cycle. This bug was not as severe as the original 'Dirty cow' because an ext4 file (or any other regular file) could not be mapped using THP. Nevertheless, it did allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files could be overwritten (since their mapping could be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp (bnc#1069496 1070307). - CVE-2017-16649: The usbnet_generic_cdc_bind function in drivers/net/usb/cdc_ether.c in the Linux kernel allowed local users to cause a denial of service (divide-by-zero error and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1067085). - CVE-2014-0038: The compat_sys_recvmmsg function in net/compat.c in the Linux kernel, when CONFIG_X86_X32 is enabled, allowed local users to gain privileges via a recvmmsg system call with a crafted timeout pointer parameter (bnc#860993). - CVE-2017-16650: The qmi_wwan_bind function in drivers/net/usb/qmi_wwan.c in the Linux kernel allowed local users to cause a denial of service (divide-by-zero error and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1067086). - CVE-2017-16535: The usb_get_bos_descriptor function in drivers/usb/core/config.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066700). - CVE-2017-15102: The tower_probe function in drivers/usb/misc/legousbtower.c in the Linux kernel allowed local users (who are physically proximate for inserting a crafted USB device) to gain privileges by leveraging a write-what-where condition that occurs after a race condition and a NULL pointer dereference (bnc#1066705). - CVE-2017-16531: drivers/usb/core/config.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device, related to the USB_DT_INTERFACE_ASSOCIATION descriptor (bnc#1066671). - CVE-2017-12193: The assoc_array_insert_into_terminal_node function in lib/assoc_array.c in the Linux kernel mishandled node splitting, which allowed local users to cause a denial of service (NULL pointer dereference and panic) via a crafted application, as demonstrated by the keyring key type, and key addition and link creation operations (bnc#1066192). - CVE-2017-16529: The snd_usb_create_streams function in sound/usb/card.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066650). - CVE-2017-16525: The usb_serial_console_disconnect function in drivers/usb/serial/console.c in the Linux kernel allowed local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device, related to disconnection and failed setup (bnc#1066618). - CVE-2017-16537: The imon_probe function in drivers/media/rc/imon.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066573). - CVE-2017-16536: The cx231xx_usb_probe function in drivers/media/usb/cx231xx/cx231xx-cards.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066606). - CVE-2017-16527: sound/usb/mixer.c in the Linux kernel allowed local users to cause a denial of service (snd_usb_mixer_interrupt use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066625).
The following non-security bugs were fixed:
- Define sock_efree (bsc#1067997). - bcache: Add bch_keylist_init_single() (bsc#1047626). - bcache: Add btree_map() functions (bsc#1047626). - bcache: Add on error panic/unregister setting (bsc#1047626). - bcache: Convert gc to a kthread (bsc#1047626). - bcache: Delete some slower inline asm (bsc#1047626). - bcache: Drop unneeded blk_sync_queue() calls (bsc#1047626). - bcache: Fix a bug recovering from unclean shutdown (bsc#1047626). - bcache: Fix a journalling reclaim after recovery bug (bsc#1047626). - bcache: Fix a null ptr deref in journal replay (bsc#1047626). - bcache: Fix an infinite loop in journal replay (bsc#1047626). - bcache: Fix bch_ptr_bad() (bsc#1047626). - bcache: Fix discard granularity (bsc#1047626). - bcache: Fix for can_attach_cache() (bsc#1047626). - bcache: Fix heap_peek() macro (bsc#1047626). - bcache: Fix moving_pred() (bsc#1047626). - bcache: Fix to remove the rcu_sched stalls (bsc#1047626). - bcache: Improve bucket_prio() calculation (bsc#1047626). - bcache: Improve priority_stats (bsc#1047626). - bcache: Minor btree cache fix (bsc#1047626). - bcache: Move keylist out of btree_op (bsc#1047626). - bcache: New writeback PD controller (bsc#1047626). - bcache: PRECEDING_KEY() (bsc#1047626). - bcache: Performance fix for when journal entry is full (bsc#1047626). - bcache: Remove redundant block_size assignment (bsc#1047626). - bcache: Remove redundant parameter for cache_alloc() (bsc#1047626). - bcache: Remove/fix some header dependencies (bsc#1047626). - bcache: Trivial error handling fix (bsc#1047626). - bcache: Use ida for bcache block dev minor (bsc#1047626). - bcache: allows use of register in udev to avoid 'device_busy' error (bsc#1047626). - bcache: bch_allocator_thread() is not freezable (bsc#1047626). - bcache: bch_gc_thread() is not freezable (bsc#1047626). - bcache: bugfix - gc thread now gets woken when cache is full (bsc#1047626). - bcache: bugfix - moving_gc now moves only correct buckets (bsc#1047626). - bcache: cleaned up error handling around register_cache() (bsc#1047626). - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device (bsc#1047626). - bcache: defensively handle format strings (bsc#1047626). - bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED (bsc#1047626). - bcache: fix a livelock when we cause a huge number of cache misses (bsc#1047626). - bcache: fix crash in bcache_btree_node_alloc_fail tracepoint (bsc#1047626). - bcache: fix for gc and writeback race (bsc#1047626). - bcache: fix for gc crashing when no sectors are used (bsc#1047626). - bcache: kill index() (bsc#1047626). - bcache: only recovery I/O error for writethrough mode (bsc#1043652). - bcache: register_bcache(): call blkdev_put() when cache_alloc() fails (bsc#1047626). - bcache: stop moving_gc marking buckets that can't be moved (bsc#1047626). - mac80211: do not compare TKIP TX MIC key in reinstall prevention (bsc#1066472). - mac80211: use constant time comparison with keys (bsc#1066471). - powerpc/powernv: Remove OPAL v1 takeover (bsc#1070781). - powerpc/vdso64: Use double word compare on pointers - powerpc: Convert cmp to cmpd in idle enter sequence
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1019416 1024416 1027147 1043652 1045315 1045327 1047626 1052916 1057950 1066192 1066471 1066472 1066573 1066606 1066618 1066625 1066650 1066671 1066700 1066705 1067085 1067086 1067997 1069496 1069702 1069708 1070162 1070307 1070781 1097108 1099306 1101644 1101645 1101651 1101656 1103203 1112142 1112143 1112144 1112146 1112147 1112152 1112153 1119376 1120489 1122292 1122299 1129071 1132663 1132900 1133191 1136446 1137597 1141780 1141782 1141783 1141785 1141787 1141789 1147021 1151021 1160467 1160468 860993 993692 993707 CVE-2012-6706 CVE-2014-0038 CVE-2016-10165 CVE-2016-9841 CVE-2017-1000251 CVE-2017-1000405 CVE-2017-10281 CVE-2017-10285 CVE-2017-10293 CVE-2017-10295 CVE-2017-10309 CVE-2017-10345 CVE-2017-10346 CVE-2017-10347 CVE-2017-10348 CVE-2017-10349 CVE-2017-10350 CVE-2017-10355 CVE-2017-10356 CVE-2017-10357 CVE-2017-10388 CVE-2017-12193 CVE-2017-15102 CVE-2017-15274 CVE-2017-16525 CVE-2017-16527 CVE-2017-16529 CVE-2017-16531 CVE-2017-16535 CVE-2017-16536 CVE-2017-16537 CVE-2017-16649 CVE-2017-16650 CVE-2017-16939 CVE-2017-18344 CVE-2017-2619 CVE-2017-2885 CVE-2018-10853 CVE-2018-10853 CVE-2018-11212 CVE-2018-13785 CVE-2018-16435 CVE-2018-20060 CVE-2018-20217 CVE-2018-2938 CVE-2018-2940 CVE-2018-2952 CVE-2018-2973 CVE-2018-3136 CVE-2018-3139 CVE-2018-3149 CVE-2018-3169 CVE-2018-3180 CVE-2018-3214 CVE-2018-3639 CVE-2018-3646 CVE-2018-3646 CVE-2019-11236 CVE-2019-11324 CVE-2019-11477 CVE-2019-11478 CVE-2019-11487 CVE-2019-11771 CVE-2019-11772 CVE-2019-11775 CVE-2019-14835 CVE-2019-14896 CVE-2019-14897 CVE-2019-2449 CVE-2019-2762 CVE-2019-2766 CVE-2019-2769 CVE-2019-2786 CVE-2019-2816 CVE-2019-3846 CVE-2019-4473 CVE-2019-7317 CVE-2019-9740 SUSE-SU-2017:0862-1 SUSE-SU-2017:1745-1 SUSE-SU-2017:2130-1 SUSE-SU-2017:2786-1 SUSE-SU-2017:3249-1 SUSE-SU-2017:3411-1 SUSE-SU-2018:2363-1 SUSE-SU-2019:0049-2 SUSE-SU-2019:0111-1 SUSE-SU-2019:1668-1 SUSE-SU-2019:2370-1 SUSE-SU-2019:2371-1 SUSE-SU-2019:2613-1
|
Platform(s): | openSUSE Leap 15.0 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 Desktop 12 SP4 SUSE Linux Enterprise Module for additional PackageHub packages 15 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 15 SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA 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 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 Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND rpcbind-0.2.3-lp150.2 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND haproxy-1.5.4-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0.11-0.3 is installed
OR MozillaFirefox-translations-10.0.11-0.3 is installed
OR libfreebl3-3.14-0.3 is installed
OR libfreebl3-32bit-3.14-0.3 is installed
OR mozilla-nss-3.14-0.3 is installed
OR mozilla-nss-32bit-3.14-0.3 is installed
OR mozilla-nss-tools-3.14-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
krb5-1.6.3-133.49.64 is installed
OR krb5-32bit-1.6.3-133.49.64 is installed
OR krb5-client-1.6.3-133.49.64 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND icedtea-web-1.5.3-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
krb5-1.12.1-6 is installed
OR krb5-32bit-1.12.1-6 is installed
OR krb5-client-1.12.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
icu-52.1-7 is installed
OR libicu52_1-52.1-7 is installed
OR libicu52_1-32bit-52.1-7 is installed
OR libicu52_1-data-52.1-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
finch-2.11.0-12 is installed
OR libpurple-2.11.0-12 is installed
OR libpurple-lang-2.11.0-12 is installed
OR libpurple-meanwhile-2.11.0-12 is installed
OR libpurple-tcl-2.11.0-12 is installed
OR pidgin-2.11.0-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
cups-pk-helper-0.2.5-5 is installed
OR cups-pk-helper-lang-0.2.5-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND SuSEfirewall2-3.6.312.333-3.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND djvulibre-3.5.27-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
aaa_base-84.87+git20180409.04c9dae-1 is installed
OR aaa_base-extras-84.87+git20180409.04c9dae-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-default-4.12.14-150.35 is installed
OR kernel-default-livepatch-4.12.14-150.35 is installed
OR kernel-livepatch-4_12_14-150_35-default-1-1.3 is installed
OR kernel-livepatch-SLE15_Update_14-1-1.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.61-52.106 is installed
OR kernel-ec2-devel-3.12.61-52.106 is installed
OR kernel-ec2-extra-3.12.61-52.106 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND Package Information
apache2-mod_php7-7.2.5-4.35 is installed
OR php7-7.2.5-4.35 is installed
OR php7-bcmath-7.2.5-4.35 is installed
OR php7-bz2-7.2.5-4.35 is installed
OR php7-calendar-7.2.5-4.35 is installed
OR php7-ctype-7.2.5-4.35 is installed
OR php7-curl-7.2.5-4.35 is installed
OR php7-dba-7.2.5-4.35 is installed
OR php7-devel-7.2.5-4.35 is installed
OR php7-dom-7.2.5-4.35 is installed
OR php7-enchant-7.2.5-4.35 is installed
OR php7-exif-7.2.5-4.35 is installed
OR php7-fastcgi-7.2.5-4.35 is installed
OR php7-fileinfo-7.2.5-4.35 is installed
OR php7-fpm-7.2.5-4.35 is installed
OR php7-ftp-7.2.5-4.35 is installed
OR php7-gd-7.2.5-4.35 is installed
OR php7-gettext-7.2.5-4.35 is installed
OR php7-gmp-7.2.5-4.35 is installed
OR php7-iconv-7.2.5-4.35 is installed
OR php7-intl-7.2.5-4.35 is installed
OR php7-json-7.2.5-4.35 is installed
OR php7-ldap-7.2.5-4.35 is installed
OR php7-mbstring-7.2.5-4.35 is installed
OR php7-mysql-7.2.5-4.35 is installed
OR php7-odbc-7.2.5-4.35 is installed
OR php7-opcache-7.2.5-4.35 is installed
OR php7-openssl-7.2.5-4.35 is installed
OR php7-pcntl-7.2.5-4.35 is installed
OR php7-pdo-7.2.5-4.35 is installed
OR php7-pear-7.2.5-4.35 is installed
OR php7-pear-Archive_Tar-7.2.5-4.35 is installed
OR php7-pgsql-7.2.5-4.35 is installed
OR php7-phar-7.2.5-4.35 is installed
OR php7-posix-7.2.5-4.35 is installed
OR php7-shmop-7.2.5-4.35 is installed
OR php7-snmp-7.2.5-4.35 is installed
OR php7-soap-7.2.5-4.35 is installed
OR php7-sockets-7.2.5-4.35 is installed
OR php7-sodium-7.2.5-4.35 is installed
OR php7-sqlite-7.2.5-4.35 is installed
OR php7-sysvmsg-7.2.5-4.35 is installed
OR php7-sysvsem-7.2.5-4.35 is installed
OR php7-sysvshm-7.2.5-4.35 is installed
OR php7-tokenizer-7.2.5-4.35 is installed
OR php7-wddx-7.2.5-4.35 is installed
OR php7-xmlreader-7.2.5-4.35 is installed
OR php7-xmlrpc-7.2.5-4.35 is installed
OR php7-xmlwriter-7.2.5-4.35 is installed
OR php7-xsl-7.2.5-4.35 is installed
OR php7-zip-7.2.5-4.35 is installed
OR php7-zlib-7.2.5-4.35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libxslt-1.1.24-19.23 is installed
OR libxslt-32bit-1.1.24-19.23 is installed
OR libxslt-x86-1.1.24-19.23 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libxslt-1.1.24-19.23 is installed
OR libxslt-32bit-1.1.24-19.23 is installed
OR libxslt-x86-1.1.24-19.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND coolkey-1.1.0-22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
ImageMagick-6.4.3.6-7.34 is installed
OR libMagickCore1-6.4.3.6-7.34 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.34 is installed
OR libMagickCore1-6.4.3.6-7.34 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND LibVNCServer-0.9.1-159 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
file-5.19-9 is installed
OR file-magic-5.19-9 is installed
OR libmagic1-5.19-9 is installed
OR libmagic1-32bit-5.19-9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
file-5.19-9 is installed
OR file-magic-5.19-9 is installed
OR libmagic1-5.19-9 is installed
OR libmagic1-32bit-5.19-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
augeas-1.2.0-1 is installed
OR augeas-lenses-1.2.0-1 is installed
OR libaugeas0-1.2.0-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libass-0.10.2-3 is installed
OR libass5-0.10.2-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libass-0.10.2-3 is installed
OR libass5-0.10.2-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_51-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_51-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_18-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_51-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_51-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_18-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_57-default-9-2 is installed
OR kgraft-patch-3_12_74-60_64_57-xen-9-2 is installed
OR kgraft-patch-SLE12-SP1_Update_20-9-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libquicktime-1.2.4-10 is installed
OR libquicktime0-1.2.4-10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libquicktime-1.2.4-10 is installed
OR libquicktime0-1.2.4-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND clamav-0.99.2-25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
java-1_8_0-ibm-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
java-1_8_0-ibm-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
git-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
git-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 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
libopenssl-devel-1.0.2j-60.30 is installed
OR libopenssl1_0_0-1.0.2j-60.30 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
OR openssl-1.0.2j-60.30 is installed
OR openssl-doc-1.0.2j-60.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.82-6.6 is installed
OR kernel-default-base-4.4.82-6.6 is installed
OR kernel-default-devel-4.4.82-6.6 is installed
OR kernel-default-man-4.4.82-6.6 is installed
OR kernel-devel-4.4.82-6.6 is installed
OR kernel-macros-4.4.82-6.6 is installed
OR kernel-source-4.4.82-6.6 is installed
OR kernel-syms-4.4.82-6.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.82-6.6 is installed
OR kernel-default-base-4.4.82-6.6 is installed
OR kernel-default-devel-4.4.82-6.6 is installed
OR kernel-default-man-4.4.82-6.6 is installed
OR kernel-devel-4.4.82-6.6 is installed
OR kernel-macros-4.4.82-6.6 is installed
OR kernel-source-4.4.82-6.6 is installed
OR kernel-syms-4.4.82-6.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
glibc-2.22-62.22 is installed
OR glibc-32bit-2.22-62.22 is installed
OR glibc-devel-2.22-62.22 is installed
OR glibc-devel-32bit-2.22-62.22 is installed
OR glibc-html-2.22-62.22 is installed
OR glibc-i18ndata-2.22-62.22 is installed
OR glibc-info-2.22-62.22 is installed
OR glibc-locale-2.22-62.22 is installed
OR glibc-locale-32bit-2.22-62.22 is installed
OR glibc-profile-2.22-62.22 is installed
OR glibc-profile-32bit-2.22-62.22 is installed
OR nscd-2.22-62.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
glibc-2.22-62.22 is installed
OR glibc-32bit-2.22-62.22 is installed
OR glibc-devel-2.22-62.22 is installed
OR glibc-devel-32bit-2.22-62.22 is installed
OR glibc-html-2.22-62.22 is installed
OR glibc-i18ndata-2.22-62.22 is installed
OR glibc-info-2.22-62.22 is installed
OR glibc-locale-2.22-62.22 is installed
OR glibc-locale-32bit-2.22-62.22 is installed
OR glibc-profile-2.22-62.22 is installed
OR glibc-profile-32bit-2.22-62.22 is installed
OR nscd-2.22-62.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_180-94_97-default-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_26-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_180-94_97-default-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_26-5-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libsoup-2.62.2-5.7 is installed
OR libsoup-2_4-1-2.62.2-5.7 is installed
OR libsoup-2_4-1-32bit-2.62.2-5.7 is installed
OR libsoup-lang-2.62.2-5.7 is installed
OR typelib-1_0-Soup-2_4-2.62.2-5.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libsoup-2.62.2-5.7 is installed
OR libsoup-2_4-1-2.62.2-5.7 is installed
OR libsoup-2_4-1-32bit-2.62.2-5.7 is installed
OR libsoup-lang-2.62.2-5.7 is installed
OR typelib-1_0-Soup-2_4-2.62.2-5.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
qemu-2.11.2-5.13 is installed
OR qemu-arm-2.11.2-5.13 is installed
OR qemu-block-curl-2.11.2-5.13 is installed
OR qemu-block-iscsi-2.11.2-5.13 is installed
OR qemu-block-rbd-2.11.2-5.13 is installed
OR qemu-block-ssh-2.11.2-5.13 is installed
OR qemu-guest-agent-2.11.2-5.13 is installed
OR qemu-ipxe-1.0.0+-5.13 is installed
OR qemu-kvm-2.11.2-5.13 is installed
OR qemu-lang-2.11.2-5.13 is installed
OR qemu-ppc-2.11.2-5.13 is installed
OR qemu-s390-2.11.2-5.13 is installed
OR qemu-seabios-1.11.0-5.13 is installed
OR qemu-sgabios-8-5.13 is installed
OR qemu-tools-2.11.2-5.13 is installed
OR qemu-vgabios-1.11.0-5.13 is installed
OR qemu-x86-2.11.2-5.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
qemu-2.11.2-5.13 is installed
OR qemu-arm-2.11.2-5.13 is installed
OR qemu-block-curl-2.11.2-5.13 is installed
OR qemu-block-iscsi-2.11.2-5.13 is installed
OR qemu-block-rbd-2.11.2-5.13 is installed
OR qemu-block-ssh-2.11.2-5.13 is installed
OR qemu-guest-agent-2.11.2-5.13 is installed
OR qemu-ipxe-1.0.0+-5.13 is installed
OR qemu-kvm-2.11.2-5.13 is installed
OR qemu-lang-2.11.2-5.13 is installed
OR qemu-ppc-2.11.2-5.13 is installed
OR qemu-s390-2.11.2-5.13 is installed
OR qemu-seabios-1.11.0-5.13 is installed
OR qemu-sgabios-8-5.13 is installed
OR qemu-tools-2.11.2-5.13 is installed
OR qemu-vgabios-1.11.0-5.13 is installed
OR qemu-x86-2.11.2-5.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
java-1_8_0-ibm-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.40-30.54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
java-1_8_0-ibm-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.40-30.54 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
MozillaFirefox-52.2.0esr-108 is installed
OR MozillaFirefox-branding-SLE-52-31 is installed
OR MozillaFirefox-devel-52.2.0esr-108 is installed
OR MozillaFirefox-translations-52.2.0esr-108 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
MozillaFirefox-52.2.0esr-108 is installed
OR MozillaFirefox-branding-SLE-52-31 is installed
OR MozillaFirefox-devel-52.2.0esr-108 is installed
OR MozillaFirefox-translations-52.2.0esr-108 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
ctdb-4.2.4-18.35 is installed
OR libdcerpc-binding0-4.2.4-18.35 is installed
OR libdcerpc-binding0-32bit-4.2.4-18.35 is installed
OR libdcerpc0-4.2.4-18.35 is installed
OR libdcerpc0-32bit-4.2.4-18.35 is installed
OR libgensec0-4.2.4-18.35 is installed
OR libgensec0-32bit-4.2.4-18.35 is installed
OR libndr-krb5pac0-4.2.4-18.35 is installed
OR libndr-krb5pac0-32bit-4.2.4-18.35 is installed
OR libndr-nbt0-4.2.4-18.35 is installed
OR libndr-nbt0-32bit-4.2.4-18.35 is installed
OR libndr-standard0-4.2.4-18.35 is installed
OR libndr-standard0-32bit-4.2.4-18.35 is installed
OR libndr0-4.2.4-18.35 is installed
OR libndr0-32bit-4.2.4-18.35 is installed
OR libnetapi0-4.2.4-18.35 is installed
OR libnetapi0-32bit-4.2.4-18.35 is installed
OR libregistry0-4.2.4-18.35 is installed
OR libsamba-credentials0-4.2.4-18.35 is installed
OR libsamba-credentials0-32bit-4.2.4-18.35 is installed
OR libsamba-hostconfig0-4.2.4-18.35 is installed
OR libsamba-hostconfig0-32bit-4.2.4-18.35 is installed
OR libsamba-passdb0-4.2.4-18.35 is installed
OR libsamba-passdb0-32bit-4.2.4-18.35 is installed
OR libsamba-util0-4.2.4-18.35 is installed
OR libsamba-util0-32bit-4.2.4-18.35 is installed
OR libsamdb0-4.2.4-18.35 is installed
OR libsamdb0-32bit-4.2.4-18.35 is installed
OR libsmbclient-raw0-4.2.4-18.35 is installed
OR libsmbclient-raw0-32bit-4.2.4-18.35 is installed
OR libsmbclient0-4.2.4-18.35 is installed
OR libsmbclient0-32bit-4.2.4-18.35 is installed
OR libsmbconf0-4.2.4-18.35 is installed
OR libsmbconf0-32bit-4.2.4-18.35 is installed
OR libsmbldap0-4.2.4-18.35 is installed
OR libsmbldap0-32bit-4.2.4-18.35 is installed
OR libtevent-util0-4.2.4-18.35 is installed
OR libtevent-util0-32bit-4.2.4-18.35 is installed
OR libwbclient0-4.2.4-18.35 is installed
OR libwbclient0-32bit-4.2.4-18.35 is installed
OR samba-4.2.4-18.35 is installed
OR samba-32bit-4.2.4-18.35 is installed
OR samba-client-4.2.4-18.35 is installed
OR samba-client-32bit-4.2.4-18.35 is installed
OR samba-doc-4.2.4-18.35 is installed
OR samba-libs-4.2.4-18.35 is installed
OR samba-libs-32bit-4.2.4-18.35 is installed
OR samba-winbind-4.2.4-18.35 is installed
OR samba-winbind-32bit-4.2.4-18.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND unrar-5.0.14-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_90-92_45-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_14-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
compat-openssl098-0.9.8j-106.12 is installed
OR libopenssl0_9_8-0.9.8j-106.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libmysqlclient_r18-10.0.16-15 is installed
OR libmysqlclient_r18-32bit-10.0.16-15 is installed
OR mariadb-10.0.16-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
boost-1.54.0-15 is installed
OR cmis-client-0.5.1-8 is installed
OR hyphen-2.8.8-12 is installed
OR libOpenCOLLADA0-1_3335ac1-2 is installed
OR libboost_filesystem1_54_0-1.54.0-15 is installed
OR libcmis-0_5-5-0.5.1-8 is installed
OR libetonyek-0.1.6-6 is installed
OR libetonyek-0_1-1-0.1.6-6 is installed
OR libhyphen0-2.8.8-12 is installed
OR libixion-0.11.0-6 is installed
OR libixion-0_11-0-0.11.0-6 is installed
OR liborcus-0.11.0-6 is installed
OR liborcus-0_11-0-0.11.0-6 is installed
OR libreoffice-5.1.3.2-22 is installed
OR libreoffice-base-5.1.3.2-22 is installed
OR libreoffice-base-drivers-mysql-5.1.3.2-22 is installed
OR libreoffice-base-drivers-postgresql-5.1.3.2-22 is installed
OR libreoffice-calc-5.1.3.2-22 is installed
OR libreoffice-calc-extensions-5.1.3.2-22 is installed
OR libreoffice-draw-5.1.3.2-22 is installed
OR libreoffice-filters-optional-5.1.3.2-22 is installed
OR libreoffice-gnome-5.1.3.2-22 is installed
OR libreoffice-icon-theme-galaxy-5.1.3.2-22 is installed
OR libreoffice-icon-theme-tango-5.1.3.2-22 is installed
OR libreoffice-impress-5.1.3.2-22 is installed
OR libreoffice-l10n-af-5.1.3.2-22 is installed
OR libreoffice-l10n-ar-5.1.3.2-22 is installed
OR libreoffice-l10n-ca-5.1.3.2-22 is installed
OR libreoffice-l10n-cs-5.1.3.2-22 is installed
OR libreoffice-l10n-da-5.1.3.2-22 is installed
OR libreoffice-l10n-de-5.1.3.2-22 is installed
OR libreoffice-l10n-en-5.1.3.2-22 is installed
OR libreoffice-l10n-es-5.1.3.2-22 is installed
OR libreoffice-l10n-fi-5.1.3.2-22 is installed
OR libreoffice-l10n-fr-5.1.3.2-22 is installed
OR libreoffice-l10n-gu-5.1.3.2-22 is installed
OR libreoffice-l10n-hi-5.1.3.2-22 is installed
OR libreoffice-l10n-hu-5.1.3.2-22 is installed
OR libreoffice-l10n-it-5.1.3.2-22 is installed
OR libreoffice-l10n-ja-5.1.3.2-22 is installed
OR libreoffice-l10n-ko-5.1.3.2-22 is installed
OR libreoffice-l10n-nb-5.1.3.2-22 is installed
OR libreoffice-l10n-nl-5.1.3.2-22 is installed
OR libreoffice-l10n-nn-5.1.3.2-22 is installed
OR libreoffice-l10n-pl-5.1.3.2-22 is installed
OR libreoffice-l10n-pt-BR-5.1.3.2-22 is installed
OR libreoffice-l10n-pt-PT-5.1.3.2-22 is installed
OR libreoffice-l10n-ru-5.1.3.2-22 is installed
OR libreoffice-l10n-sk-5.1.3.2-22 is installed
OR libreoffice-l10n-sv-5.1.3.2-22 is installed
OR libreoffice-l10n-xh-5.1.3.2-22 is installed
OR libreoffice-l10n-zh-Hans-5.1.3.2-22 is installed
OR libreoffice-l10n-zh-Hant-5.1.3.2-22 is installed
OR libreoffice-l10n-zu-5.1.3.2-22 is installed
OR libreoffice-mailmerge-5.1.3.2-22 is installed
OR libreoffice-math-5.1.3.2-22 is installed
OR libreoffice-officebean-5.1.3.2-22 is installed
OR libreoffice-pyuno-5.1.3.2-22 is installed
OR libreoffice-writer-5.1.3.2-22 is installed
OR libreoffice-writer-extensions-5.1.3.2-22 is installed
OR libvisio-0.1.5-7 is installed
OR libvisio-0_1-1-0.1.5-7 is installed
OR libwps-0.4.2-6 is installed
OR libwps-0_4-4-0.4.2-6 is installed
OR myspell-af_NA-20160511-11 is installed
OR myspell-af_ZA-20160511-11 is installed
OR myspell-ar-20160511-11 is installed
OR myspell-ar_AE-20160511-11 is installed
OR myspell-ar_BH-20160511-11 is installed
OR myspell-ar_DZ-20160511-11 is installed
OR myspell-ar_EG-20160511-11 is installed
OR myspell-ar_IQ-20160511-11 is installed
OR myspell-ar_JO-20160511-11 is installed
OR myspell-ar_KW-20160511-11 is installed
OR myspell-ar_LB-20160511-11 is installed
OR myspell-ar_LY-20160511-11 is installed
OR myspell-ar_MA-20160511-11 is installed
OR myspell-ar_OM-20160511-11 is installed
OR myspell-ar_QA-20160511-11 is installed
OR myspell-ar_SA-20160511-11 is installed
OR myspell-ar_SD-20160511-11 is installed
OR myspell-ar_SY-20160511-11 is installed
OR myspell-ar_TN-20160511-11 is installed
OR myspell-ar_YE-20160511-11 is installed
OR myspell-be_BY-20160511-11 is installed
OR myspell-bg_BG-20160511-11 is installed
OR myspell-bn_BD-20160511-11 is installed
OR myspell-bn_IN-20160511-11 is installed
OR myspell-bs-20160511-11 is installed
OR myspell-bs_BA-20160511-11 is installed
OR myspell-ca-20160511-11 is installed
OR myspell-ca_AD-20160511-11 is installed
OR myspell-ca_ES-20160511-11 is installed
OR myspell-ca_ES_valencia-20160511-11 is installed
OR myspell-ca_FR-20160511-11 is installed
OR myspell-ca_IT-20160511-11 is installed
OR myspell-cs_CZ-20160511-11 is installed
OR myspell-da_DK-20160511-11 is installed
OR myspell-de-20160511-11 is installed
OR myspell-de_AT-20160511-11 is installed
OR myspell-de_CH-20160511-11 is installed
OR myspell-de_DE-20160511-11 is installed
OR myspell-dictionaries-20160511-11 is installed
OR myspell-el_GR-20160511-11 is installed
OR myspell-en-20160511-11 is installed
OR myspell-en_AU-20160511-11 is installed
OR myspell-en_BS-20160511-11 is installed
OR myspell-en_BZ-20160511-11 is installed
OR myspell-en_CA-20160511-11 is installed
OR myspell-en_GB-20160511-11 is installed
OR myspell-en_GH-20160511-11 is installed
OR myspell-en_IE-20160511-11 is installed
OR myspell-en_IN-20160511-11 is installed
OR myspell-en_JM-20160511-11 is installed
OR myspell-en_MW-20160511-11 is installed
OR myspell-en_NA-20160511-11 is installed
OR myspell-en_NZ-20160511-11 is installed
OR myspell-en_PH-20160511-11 is installed
OR myspell-en_TT-20160511-11 is installed
OR myspell-en_US-20160511-11 is installed
OR myspell-en_ZA-20160511-11 is installed
OR myspell-en_ZW-20160511-11 is installed
OR myspell-es-20160511-11 is installed
OR myspell-es_AR-20160511-11 is installed
OR myspell-es_BO-20160511-11 is installed
OR myspell-es_CL-20160511-11 is installed
OR myspell-es_CO-20160511-11 is installed
OR myspell-es_CR-20160511-11 is installed
OR myspell-es_CU-20160511-11 is installed
OR myspell-es_DO-20160511-11 is installed
OR myspell-es_EC-20160511-11 is installed
OR myspell-es_ES-20160511-11 is installed
OR myspell-es_GT-20160511-11 is installed
OR myspell-es_HN-20160511-11 is installed
OR myspell-es_MX-20160511-11 is installed
OR myspell-es_NI-20160511-11 is installed
OR myspell-es_PA-20160511-11 is installed
OR myspell-es_PE-20160511-11 is installed
OR myspell-es_PR-20160511-11 is installed
OR myspell-es_PY-20160511-11 is installed
OR myspell-es_SV-20160511-11 is installed
OR myspell-es_UY-20160511-11 is installed
OR myspell-es_VE-20160511-11 is installed
OR myspell-et_EE-20160511-11 is installed
OR myspell-fr_BE-20160511-11 is installed
OR myspell-fr_CA-20160511-11 is installed
OR myspell-fr_CH-20160511-11 is installed
OR myspell-fr_FR-20160511-11 is installed
OR myspell-fr_LU-20160511-11 is installed
OR myspell-fr_MC-20160511-11 is installed
OR myspell-gu_IN-20160511-11 is installed
OR myspell-he_IL-20160511-11 is installed
OR myspell-hi_IN-20160511-11 is installed
OR myspell-hr_HR-20160511-11 is installed
OR myspell-hu_HU-20160511-11 is installed
OR myspell-it_IT-20160511-11 is installed
OR myspell-lightproof-en-20160511-11 is installed
OR myspell-lightproof-hu_HU-20160511-11 is installed
OR myspell-lightproof-pt_BR-20160511-11 is installed
OR myspell-lightproof-ru_RU-20160511-11 is installed
OR myspell-lo_LA-20160511-11 is installed
OR myspell-lt_LT-20160511-11 is installed
OR myspell-lv_LV-20160511-11 is installed
OR myspell-nb_NO-20160511-11 is installed
OR myspell-nl_BE-20160511-11 is installed
OR myspell-nl_NL-20160511-11 is installed
OR myspell-nn_NO-20160511-11 is installed
OR myspell-no-20160511-11 is installed
OR myspell-pl_PL-20160511-11 is installed
OR myspell-pt_AO-20160511-11 is installed
OR myspell-pt_BR-20160511-11 is installed
OR myspell-pt_PT-20160511-11 is installed
OR myspell-ro-20160511-11 is installed
OR myspell-ro_RO-20160511-11 is installed
OR myspell-ru_RU-20160511-11 is installed
OR myspell-sk_SK-20160511-11 is installed
OR myspell-sl_SI-20160511-11 is installed
OR myspell-sr-20160511-11 is installed
OR myspell-sr_CS-20160511-11 is installed
OR myspell-sr_Latn_CS-20160511-11 is installed
OR myspell-sr_Latn_RS-20160511-11 is installed
OR myspell-sr_RS-20160511-11 is installed
OR myspell-sv_FI-20160511-11 is installed
OR myspell-sv_SE-20160511-11 is installed
OR myspell-te-20160511-11 is installed
OR myspell-te_IN-20160511-11 is installed
OR myspell-th_TH-20160511-11 is installed
OR myspell-vi-20160511-11 is installed
OR myspell-vi_VN-20160511-11 is installed
OR myspell-zu_ZA-20160511-11 is installed
OR openCOLLADA-1_3335ac1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 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 SP4 is installed
AND Package Information
ImageMagick-6.8.8.1-71.108 is installed
OR ImageMagick-config-6-SUSE-6.8.8.1-71.108 is installed
OR ImageMagick-config-6-upstream-6.8.8.1-71.108 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.108 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.108 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
NetworkManager-1.10.6-5.6 is installed
OR NetworkManager-lang-1.10.6-5.6 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND haproxy-1.5.4-0.7 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
dnsmasq-2.78-18.3 is installed
OR dnsmasq-utils-2.78-18.3 is installed
|