Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for nasm (Moderate) |
Description: |
This update for nasm fixes the following issues:
nasm was updated to version 2.14.02.
This allows building of Mozilla Firefox 78ESR and also contains lots of bugfixes, security fixes and improvements.
Fix crash due to multiple errors or warnings during the code generation pass if a list file is specified. * Create all system-defined macros defore processing command-line given preprocessing directives (-p, -d, -u, --pragma, --before). * If debugging is enabled, define a __DEBUG_FORMAT__ predefined macro. See section 4.11.7. * Fix an assert for the case in the obj format when a SEG operator refers to an EXTERN symbol declared further down in the code. * Fix a corner case in the floating-point code where a binary, octal or hexadecimal floating-point having at least 32, 11, or 8 mantissa digits could produce slightly incorrect results under very specific conditions. * Support -MD without a filename, for gcc compatibility. -MF can be used to set the dependencies output filename. See section 2.1.7. * Fix -E in combination with -MD. See section 2.1.21. * Fix missing errors on redefined labels; would cause convergence failure instead which is very slow and not easy to debug. * Duplicate definitions of the same label with the same value is now explicitly permitted (2.14 would allow it in some circumstances.) * Add the option --no-line to ignore %line directives in the source. See section 2.1.33 and section 4.10.1. * Changed -I option semantics by adding a trailing path separator unconditionally. * Fixed null dereference in corrupted invalid single line macros. * Fixed division by zero which may happen if source code is malformed. * Fixed out of bound access in processing of malformed segment override. * Fixed out of bound access in certain EQU parsing. * Fixed buffer underflow in float parsing. * Added SGX (Intel Software Guard Extensions) instructions. * Added +n syntax for multiple contiguous registers. * Fixed subsections_via_symbols for macho object format. * Added the --gprefix, --gpostfix, --lprefix, and --lpostfix command line options, to allow command line base symbol renaming. See section 2.1.28. * Allow label renaming to be specified by %pragma in addition to from the command line. See section 6.9. * Supported generic %pragma namespaces, output and debug. See section 6.10. * Added the --pragma command line option to inject a %pragma directive. See section 2.1.29. * Added the --before command line option to accept preprocess statement before input. See section 2.1.30. * Added AVX512 VBMI2 (Additional Bit Manipulation), VNNI (Vector Neural Network), BITALG (Bit Algorithm), and GFNI (Galois Field New Instruction) instructions. * Added the STATIC directive for local symbols that should be renamed using global-symbol rules. See section 6.8. * Allow a symbol to be defined as EXTERN and then later overridden as GLOBAL or COMMON. Furthermore, a symbol declared EXTERN and then defined will be treated as GLOBAL. See section 6.5. * The GLOBAL directive no longer is required to precede the definition of the symbol. * Support private_extern as macho specific extension to the GLOBAL directive. See section 7.8.5. * Updated UD0 encoding to match with the specification * Added the --limit-X command line option to set execution limits. See section 2.1.31. * Updated the Codeview version number to be aligned with MASM. * Added the --keep-all command line option to preserve output files. See section 2.1.32. * Added the --include command line option, an alias to -P (section 2.1.18). * Added the --help command line option as an alias to -h (section 3.1). * Added -W, -D, and -Q suffix aliases for RET instructions so the operand sizes of these instructions can be encoded without using o16, o32 or o64.
New upstream version 2.13.03:
Add flags: AES, VAES, VPCLMULQDQ * Add VPCLMULQDQ instruction * elf: Add missing dwarf loc section * documentation updates
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1027519 1055186 1058115 1065600 1065729 1079730 1084631 1086186 1086227 1086228 1089811 1090519 1090840 1094244 1098403 1106878 1107592 1107594 1108404 1111025 1111331 1115758 1115774 1115795 1116451 1120067 1120095 1121874 1123131 1123455 1124062 1124869 1127760 1127857 1128845 1135189 1135228 1136666 1141122 1144903 1152148 1152472 1152489 1153108 1153158 1153161 1153274 1154353 1155518 1155798 1156395 1157119 1160673 1160922 1160968 1167527 1170232 1170774 1171000 1171068 1171073 1171558 1171688 1171742 1171863 1171864 1171866 1172225 1172348 1172419 1172757 1172873 1173017 1173060 1173115 1173267 1173538 1173746 1174029 1174110 1174111 1174358 1174484 1174486 1174899 1175263 1175667 1175718 1175749 1175787 1175882 1175952 1175992 1175996 1175997 1175998 1175999 1176000 1176001 1176019 1176022 1176038 1176063 1176072 1176137 1176235 1176236 1176237 1176242 1176278 1176357 1176358 1176359 1176360 1176361 1176362 1176363 1176364 1176365 1176366 1176367 1176381 1176382 1176423 1176449 1176482 1176486 1176507 1176536 1176537 1176538 1176539 1176540 1176541 1176542 1176544 1176545 1176546 1176548 1176558 1176559 1176587 1176588 1176659 1176698 1176699 1176700 1176721 1176722 1176725 1176732 1176763 1176775 1176788 1176789 1176833 1176869 1176877 1176925 1176962 1176980 1176990 1177021 1177030 1177513 1177729 CVE-2010-3609 CVE-2011-2485 CVE-2011-4405 CVE-2013-4238 CVE-2014-0250 CVE-2014-0791 CVE-2018-1000667 CVE-2018-10016 CVE-2018-10254 CVE-2018-10316 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-16382 CVE-2018-16517 CVE-2018-16858 CVE-2018-16999 CVE-2018-19214 CVE-2018-19215 CVE-2018-19216 CVE-2018-8881 CVE-2018-8882 CVE-2018-8883 CVE-2019-10220 CVE-2019-11091 CVE-2019-17133 CVE-2019-18904 CVE-2019-20807 CVE-2020-0404 CVE-2020-0427 CVE-2020-0431 CVE-2020-0432 CVE-2020-10543 CVE-2020-10878 CVE-2020-12351 CVE-2020-12723 CVE-2020-14385 CVE-2020-14386 CVE-2020-14390 CVE-2020-24394 CVE-2020-25212 CVE-2020-25284 CVE-2020-25645 CVE-2020-2583 CVE-2020-2590 CVE-2020-2593 CVE-2020-2601 CVE-2020-2604 CVE-2020-26088 CVE-2020-2654 CVE-2020-2655 SUSE-SU-2019:1248-1 SUSE-SU-2019:1894-1 SUSE-SU-2020:0213-1 SUSE-SU-2020:0278-1 SUSE-SU-2020:1551-1 SUSE-SU-2020:1682-2 SUSE-SU-2020:1843-1 SUSE-SU-2020:2879-1 SUSE-SU-2020:3187-1
|
Platform(s): | openSUSE Leap 15.0 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 SP1 SUSE Linux Enterprise Module for Development Tools 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SP2 SUSE Linux Enterprise Module for Live Patching 15 SP1 SUSE Linux Enterprise Module for Live Patching 15 SP2 SUSE Linux Enterprise Module for Public Cloud 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 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-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 15-LTSS SUSE Linux Enterprise Server for SAP Applications 15 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud 8 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
libpcre1-8.41-lp150.4 is installed
OR libpcre1-32bit-8.41-lp150.4 is installed
OR libpcrecpp0-32bit-8.41-lp150.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
flash-player-11.2.202.418-0.3 is installed
OR flash-player-gnome-11.2.202.418-0.3 is installed
OR flash-player-kde4-11.2.202.418-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
flash-player-11.2.202.481-0.8 is installed
OR flash-player-gnome-11.2.202.481-0.8 is installed
OR flash-player-kde4-11.2.202.481-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
freerdp-1.0.2-7 is installed
OR libfreerdp-1_0-1.0.2-7 is installed
OR libfreerdp-1_0-plugins-1.0.2-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
gdk-pixbuf-lang-2.30.6-1 is installed
OR gdk-pixbuf-query-loaders-2.30.6-1 is installed
OR gdk-pixbuf-query-loaders-32bit-2.30.6-1 is installed
OR libgdk_pixbuf-2_0-0-2.30.6-1 is installed
OR libgdk_pixbuf-2_0-0-32bit-2.30.6-1 is installed
OR typelib-1_0-GdkPixbuf-2_0-2.30.6-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libXRes1-1.0.7-3 is installed
OR libXRes1-32bit-1.0.7-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 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 SP4 is installed
AND SuSEfirewall2-3.6.312.333-3.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 SP1 is installed
AND Package Information
perl-5.26.1-7.12 is installed
OR perl-32bit-5.26.1-7.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND nasm-2.14.02-3.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP2 is installed
AND Package Information
kernel-docs-5.3.18-24.24 is installed
OR kernel-obs-build-5.3.18-24.24 is installed
OR kernel-preempt-5.3.18-24.24 is installed
OR kernel-preempt-devel-5.3.18-24.24 is installed
OR kernel-source-5.3.18-24.24 is installed
OR kernel-syms-5.3.18-24.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
AND Package Information
kernel-livepatch-4_12_14-195-default-7-19 is installed
OR kernel-livepatch-SLE15-SP1_Update_0-7-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 SP2 is installed
AND Package Information
kernel-livepatch-5_3_18-22-default-3-8 is installed
OR kernel-livepatch-SLE15-SP2_Update_0-3-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 SP1 is installed
AND Package Information
rmt-server-2.5.2-3.9 is installed
OR rmt-server-pubcloud-2.5.2-3.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
xen-4.10.3_04-3.19 is installed
OR xen-devel-4.10.3_04-3.19 is installed
OR xen-tools-4.10.3_04-3.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
coreutils-8.22-9 is installed
OR coreutils-lang-8.22-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_21-default-9-2 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-9-2 is installed
OR kgraft-patch-SLE12-SP1_Update_10-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
jakarta-commons-fileupload-1.1.1-120 is installed
OR jakarta-commons-fileupload-javadoc-1.1.1-120 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND ucode-intel-20180807-13.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_74-92_29-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_10-11-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND binutils-2.26.1-9.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND Package Information
libjavascriptcoregtk-4_0-18-2.24.4-2.47 is installed
OR libwebkit2gtk-4_0-37-2.24.4-2.47 is installed
OR libwebkit2gtk3-lang-2.24.4-2.47 is installed
OR typelib-1_0-JavaScriptCore-4_0-2.24.4-2.47 is installed
OR typelib-1_0-WebKit2-4_0-2.24.4-2.47 is installed
OR webkit2gtk-4_0-injected-bundles-2.24.4-2.47 is installed
OR webkit2gtk3-2.24.4-2.47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND Package Information
kgraft-patch-4_4_176-94_88-default-6-2 is installed
OR kgraft-patch-SLE12-SP3_Update_24-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND Package Information
dovecot22-2.2.31-19.11 is installed
OR dovecot22-backend-mysql-2.2.31-19.11 is installed
OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 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 Server 15-LTSS is installed
AND Package Information
vim-8.0.1568-5.6 is installed
OR vim-data-8.0.1568-5.6 is installed
OR vim-data-common-8.0.1568-5.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 15 is installed
AND Package Information
java-11-openjdk-11.0.6.0-3.39 is installed
OR java-11-openjdk-demo-11.0.6.0-3.39 is installed
OR java-11-openjdk-devel-11.0.6.0-3.39 is installed
OR java-11-openjdk-headless-11.0.6.0-3.39 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
libixion-0.14.1-4.3 is installed
OR libixion-0_14-0-0.14.1-4.3 is installed
OR liborcus-0.14.1-3.3 is installed
OR liborcus-0_14-0-0.14.1-3.3 is installed
OR liborcus-devel-0.14.1-3.3 is installed
OR libreoffice-6.2.5.2-3.18 is installed
OR libreoffice-base-6.2.5.2-3.18 is installed
OR libreoffice-base-drivers-postgresql-6.2.5.2-3.18 is installed
OR libreoffice-branding-upstream-6.2.5.2-3.18 is installed
OR libreoffice-calc-6.2.5.2-3.18 is installed
OR libreoffice-calc-extensions-6.2.5.2-3.18 is installed
OR libreoffice-draw-6.2.5.2-3.18 is installed
OR libreoffice-filters-optional-6.2.5.2-3.18 is installed
OR libreoffice-gnome-6.2.5.2-3.18 is installed
OR libreoffice-gtk3-6.2.5.2-3.18 is installed
OR libreoffice-icon-themes-6.2.5.2-3.18 is installed
OR libreoffice-impress-6.2.5.2-3.18 is installed
OR libreoffice-l10n-af-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ar-6.2.5.2-3.18 is installed
OR libreoffice-l10n-as-6.2.5.2-3.18 is installed
OR libreoffice-l10n-bg-6.2.5.2-3.18 is installed
OR libreoffice-l10n-bn-6.2.5.2-3.18 is installed
OR libreoffice-l10n-br-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ca-6.2.5.2-3.18 is installed
OR libreoffice-l10n-cs-6.2.5.2-3.18 is installed
OR libreoffice-l10n-cy-6.2.5.2-3.18 is installed
OR libreoffice-l10n-da-6.2.5.2-3.18 is installed
OR libreoffice-l10n-de-6.2.5.2-3.18 is installed
OR libreoffice-l10n-dz-6.2.5.2-3.18 is installed
OR libreoffice-l10n-el-6.2.5.2-3.18 is installed
OR libreoffice-l10n-en-6.2.5.2-3.18 is installed
OR libreoffice-l10n-eo-6.2.5.2-3.18 is installed
OR libreoffice-l10n-es-6.2.5.2-3.18 is installed
OR libreoffice-l10n-et-6.2.5.2-3.18 is installed
OR libreoffice-l10n-eu-6.2.5.2-3.18 is installed
OR libreoffice-l10n-fa-6.2.5.2-3.18 is installed
OR libreoffice-l10n-fi-6.2.5.2-3.18 is installed
OR libreoffice-l10n-fr-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ga-6.2.5.2-3.18 is installed
OR libreoffice-l10n-gl-6.2.5.2-3.18 is installed
OR libreoffice-l10n-gu-6.2.5.2-3.18 is installed
OR libreoffice-l10n-he-6.2.5.2-3.18 is installed
OR libreoffice-l10n-hi-6.2.5.2-3.18 is installed
OR libreoffice-l10n-hr-6.2.5.2-3.18 is installed
OR libreoffice-l10n-hu-6.2.5.2-3.18 is installed
OR libreoffice-l10n-it-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ja-6.2.5.2-3.18 is installed
OR libreoffice-l10n-kk-6.2.5.2-3.18 is installed
OR libreoffice-l10n-kn-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ko-6.2.5.2-3.18 is installed
OR libreoffice-l10n-lt-6.2.5.2-3.18 is installed
OR libreoffice-l10n-lv-6.2.5.2-3.18 is installed
OR libreoffice-l10n-mai-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ml-6.2.5.2-3.18 is installed
OR libreoffice-l10n-mr-6.2.5.2-3.18 is installed
OR libreoffice-l10n-nb-6.2.5.2-3.18 is installed
OR libreoffice-l10n-nl-6.2.5.2-3.18 is installed
OR libreoffice-l10n-nn-6.2.5.2-3.18 is installed
OR libreoffice-l10n-nr-6.2.5.2-3.18 is installed
OR libreoffice-l10n-nso-6.2.5.2-3.18 is installed
OR libreoffice-l10n-or-6.2.5.2-3.18 is installed
OR libreoffice-l10n-pa-6.2.5.2-3.18 is installed
OR libreoffice-l10n-pl-6.2.5.2-3.18 is installed
OR libreoffice-l10n-pt_BR-6.2.5.2-3.18 is installed
OR libreoffice-l10n-pt_PT-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ro-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ru-6.2.5.2-3.18 is installed
OR libreoffice-l10n-si-6.2.5.2-3.18 is installed
OR libreoffice-l10n-sk-6.2.5.2-3.18 is installed
OR libreoffice-l10n-sl-6.2.5.2-3.18 is installed
OR libreoffice-l10n-sr-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ss-6.2.5.2-3.18 is installed
OR libreoffice-l10n-st-6.2.5.2-3.18 is installed
OR libreoffice-l10n-sv-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ta-6.2.5.2-3.18 is installed
OR libreoffice-l10n-te-6.2.5.2-3.18 is installed
OR libreoffice-l10n-th-6.2.5.2-3.18 is installed
OR libreoffice-l10n-tn-6.2.5.2-3.18 is installed
OR libreoffice-l10n-tr-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ts-6.2.5.2-3.18 is installed
OR libreoffice-l10n-uk-6.2.5.2-3.18 is installed
OR libreoffice-l10n-ve-6.2.5.2-3.18 is installed
OR libreoffice-l10n-xh-6.2.5.2-3.18 is installed
OR libreoffice-l10n-zh_CN-6.2.5.2-3.18 is installed
OR libreoffice-l10n-zh_TW-6.2.5.2-3.18 is installed
OR libreoffice-l10n-zu-6.2.5.2-3.18 is installed
OR libreoffice-mailmerge-6.2.5.2-3.18 is installed
OR libreoffice-math-6.2.5.2-3.18 is installed
OR libreoffice-officebean-6.2.5.2-3.18 is installed
OR libreoffice-pyuno-6.2.5.2-3.18 is installed
OR libreoffice-writer-6.2.5.2-3.18 is installed
OR libreoffice-writer-extensions-6.2.5.2-3.18 is installed
OR libreofficekit-6.2.5.2-3.18 is installed
OR libwps-0.4.10-3.6 is installed
OR libwps-0_4-4-0.4.10-3.6 is installed
OR libwps-devel-0.4.10-3.6 is installed
OR myspell-af_ZA-20190423-3.9 is installed
OR myspell-ar-20190423-3.9 is installed
OR myspell-bg_BG-20190423-3.9 is installed
OR myspell-bn_BD-20190423-3.9 is installed
OR myspell-br_FR-20190423-3.9 is installed
OR myspell-ca-20190423-3.9 is installed
OR myspell-cs_CZ-20190423-3.9 is installed
OR myspell-da_DK-20190423-3.9 is installed
OR myspell-dictionaries-20190423-3.9 is installed
OR myspell-el_GR-20190423-3.9 is installed
OR myspell-et_EE-20190423-3.9 is installed
OR myspell-fr_FR-20190423-3.9 is installed
OR myspell-gl-20190423-3.9 is installed
OR myspell-gu_IN-20190423-3.9 is installed
OR myspell-he_IL-20190423-3.9 is installed
OR myspell-hi_IN-20190423-3.9 is installed
OR myspell-hr_HR-20190423-3.9 is installed
OR myspell-it_IT-20190423-3.9 is installed
OR myspell-lt_LT-20190423-3.9 is installed
OR myspell-lv_LV-20190423-3.9 is installed
OR myspell-nl_NL-20190423-3.9 is installed
OR myspell-nn_NO-20190423-3.9 is installed
OR myspell-pl_PL-20190423-3.9 is installed
OR myspell-pt_PT-20190423-3.9 is installed
OR myspell-si_LK-20190423-3.9 is installed
OR myspell-sk_SK-20190423-3.9 is installed
OR myspell-sl_SI-20190423-3.9 is installed
OR myspell-sr-20190423-3.9 is installed
OR myspell-sv_SE-20190423-3.9 is installed
OR myspell-te_IN-20190423-3.9 is installed
OR myspell-th_TH-20190423-3.9 is installed
OR myspell-tr_TR-20190423-3.9 is installed
OR myspell-uk_UA-20190423-3.9 is installed
OR myspell-zu_ZA-20190423-3.9 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND python-requests-2.8.1-6.9 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
libwireshark9-2.4.10-48.32 is installed
OR libwiretap7-2.4.10-48.32 is installed
OR libwscodecs1-2.4.10-48.32 is installed
OR libwsutil8-2.4.10-48.32 is installed
OR wireshark-2.4.10-48.32 is installed
OR wireshark-gtk-2.4.10-48.32 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 8 is installed
AND ansible-2.4.6.0-3.3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 8 is installed
AND Package Information
libjavascriptcoregtk-4_0-18-2.24.4-2.47 is installed
OR libwebkit2gtk-4_0-37-2.24.4-2.47 is installed
OR libwebkit2gtk3-lang-2.24.4-2.47 is installed
OR typelib-1_0-JavaScriptCore-4_0-2.24.4-2.47 is installed
OR typelib-1_0-WebKit2-4_0-2.24.4-2.47 is installed
OR webkit2gtk-4_0-injected-bundles-2.24.4-2.47 is installed
OR webkit2gtk3-2.24.4-2.47 is installed
|