Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for tiff (Moderate) |
Description: |
This update for tiff to version 4.0.8 fixes a several bugs and security issues:
These security issues were fixed:
- CVE-2017-7595: The JPEGSetupEncode function allowed remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted image (bsc#1033127). - CVE-2016-10371: The TIFFWriteDirectoryTagCheckedRational function allowed remote attackers to cause a denial of service (assertion failure and application exit) via a crafted TIFF file (bsc#1038438). - CVE-2017-7598: Error in tif_dirread.c allowed remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted image (bsc#1033118). - CVE-2017-7596: Undefined behavior because of floats outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033126). - CVE-2017-7597: Undefined behavior because of floats outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033120). - CVE-2017-7599: Undefined behavior because of shorts outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033113). - CVE-2017-7600: Undefined behavior because of chars outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033112). - CVE-2017-7601: Because of a shift exponent too large for 64-bit type long undefined behavior was caused, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033111). - CVE-2017-7602: Prevent signed integer overflow, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033109). - CVE-2017-7592: The putagreytile function had a left-shift undefined behavior issue, which might allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033131). - CVE-2017-7593: Ensure that tif_rawdata is properly initialized, to prevent remote attackers to obtain sensitive information from process memory via a crafted image (bsc#1033129). - CVE-2017-7594: The OJPEGReadHeaderInfoSecTablesDcTable function allowed remote attackers to cause a denial of service (memory leak) via a crafted image (bsc#1033128). - CVE-2017-9403: Prevent memory leak in function TIFFReadDirEntryLong8Array, which allowed attackers to cause a denial of service via a crafted file (bsc#1042805). - CVE-2017-9404: Fixed memory leak vulnerability in function OJPEGReadHeaderInfoSecTablesQTable, which allowed attackers to cause a denial of service via a crafted file (bsc#1042804).
These various other issues were fixed:
- Fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. - fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. - modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline() - make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. - fix misleading indentation as warned by GCC. - revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. - add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. - fix potential memory leaks in error code path of TIFFRGBAImageBegin(). - increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with 'big' tile, without using libjpeg temporary files. - add _TIFFcalloc() - return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. - only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). - in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. - fix memory leak in error code path of PixarLogSetupDecode(). - fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable - avoid crash in Fax3Close() on empty file. - TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. - fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. - TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. - TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. - avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. - update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). - avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes - avoid potential int32 overflows in multiply_ms() and add_ms(). - fix out-of-buffer read in PackBitsDecode() Fixes - LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. - update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. - PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. - initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. - _TIFFVSetField(): fix outside range cast of double to float. - initYCbCrConversion(): check luma[1] is not zero to avoid division by zero - _TIFFVSetField(): fix outside range cast of double to float. - initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. - initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. - avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. - fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. - add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. - fix integer division by zero when BitsPerSample is missing. - fix null pointer dereference in -r mode when the image has no StripByteCount tag. - avoid potential division by zero is BitsPerSamples tag is missing. - when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. - avoid potential division by zero is BitsPerSamples tag is missing. - fix uint32 underflow/overflow that can cause heap-based buffer overflow. - replace assert( (bps % 8) == 0 ) by a non assert check. - fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). - prevent heap-based buffer overflow in -j mode on a paletted image. - fix wrong usage of memcpy() that can trigger unspecified behaviour. - avoid potential invalid memory read in t2p_writeproc. - avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). - remove extraneous TIFFClose() in error code path, that caused double free. - error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. - avoid integer division by zero. - call TIFFClose() in error code paths. - emit appropriate message if the input file is empty. - close TIFF handle in error code path.
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1004221 1033109 1033111 1033112 1033113 1033118 1033120 1033126 1033127 1033128 1033129 1033131 1038438 1042804 1042805 1049825 1083424 1083488 1092100 1098531 1109893 1110542 1111319 1111853 1112911 1113296 1116995 1117951 1120489 1120629 1120630 1120631 1121753 1121826 1122293 1122299 1127080 1127155 1131291 1131823 1132728 1132729 1132732 1133135 1134226 1137977 1140039 1145521 1145604 1150003 1150250 1151021 1160467 1160468 1176733 CVE-2016-10371 CVE-2016-8605 CVE-2017-18379 CVE-2017-7592 CVE-2017-7593 CVE-2017-7594 CVE-2017-7595 CVE-2017-7596 CVE-2017-7597 CVE-2017-7598 CVE-2017-7599 CVE-2017-7600 CVE-2017-7601 CVE-2017-7602 CVE-2017-9403 CVE-2017-9404 CVE-2018-11212 CVE-2018-1122 CVE-2018-1123 CVE-2018-1124 CVE-2018-1125 CVE-2018-1126 CVE-2018-12327 CVE-2018-20217 CVE-2018-20532 CVE-2018-20533 CVE-2018-20534 CVE-2018-3639 CVE-2018-7170 CVE-2018-7566 CVE-2019-14835 CVE-2019-14896 CVE-2019-14897 CVE-2019-1547 CVE-2019-1547 CVE-2019-1559 CVE-2019-1563 CVE-2019-1563 CVE-2019-2422 CVE-2019-2426 CVE-2019-2602 CVE-2019-2684 CVE-2019-2698 CVE-2019-6133 CVE-2020-26117 SUSE-SU-2017:0398-1 SUSE-SU-2017:2569-1 SUSE-SU-2018:0991-1 SUSE-SU-2018:3342-1 SUSE-SU-2019:0113-2 SUSE-SU-2019:0450-2 SUSE-SU-2019:0604-1 SUSE-SU-2019:1219-1 SUSE-SU-2019:1608-1 SUSE-SU-2019:2035-1 SUSE-SU-2019:2265-1 SUSE-SU-2019:2397-1 SUSE-SU-2019:2558-1 SUSE-SU-2019:2600-1 SUSE-SU-2020:2898-1
|
Platform(s): | openSUSE Leap 15.0 SUSE Linux Enterprise Desktop 11 SP3 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 Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 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 Raspberry Pi 12 SP2 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 SP2 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 Package Information
MozillaFirefox-60.2.0-lp150.3.14 is installed
OR MozillaFirefox-branding-upstream-60.2.0-lp150.3.14 is installed
OR MozillaFirefox-buildsymbols-60.2.0-lp150.3.14 is installed
OR MozillaFirefox-devel-60.2.0-lp150.3.14 is installed
OR MozillaFirefox-translations-common-60.2.0-lp150.3.14 is installed
OR MozillaFirefox-translations-other-60.2.0-lp150.3.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
cpio-2.9-75.78 is installed
OR cpio-lang-2.9-75.78 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
emacs-24.3-14 is installed
OR emacs-info-24.3-14 is installed
OR emacs-x11-24.3-14 is installed
OR etags-24.3-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
cron-4.2-58 is installed
OR cronie-1.4.11-58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libXtst6-1.2.2-3 is installed
OR libXtst6-32bit-1.2.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
fontconfig-2.11.1-7 is installed
OR fontconfig-32bit-2.11.1-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
NetworkManager-1.0.12-13.6 is installed
OR NetworkManager-lang-1.0.12-13.6 is installed
OR libnm-glib-vpn1-1.0.12-13.6 is installed
OR libnm-glib4-1.0.12-13.6 is installed
OR libnm-util2-1.0.12-13.6 is installed
OR libnm0-1.0.12-13.6 is installed
OR typelib-1_0-NM-1_0-1.0.12-13.6 is installed
OR typelib-1_0-NMClient-1_0-1.0.12-13.6 is installed
OR typelib-1_0-NetworkManager-1_0-1.0.12-13.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
libltdl7-2.4.6-1 is installed
OR libtool-2.4.6-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
cups-filters-1.20.3-1 is installed
OR cups-filters-devel-1.20.3-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
augeas-0.9.0-3.17 is installed
OR augeas-lenses-0.9.0-3.17 is installed
OR libaugeas0-0.9.0-3.17 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
augeas-0.9.0-3.17 is installed
OR augeas-lenses-0.9.0-3.17 is installed
OR libaugeas0-0.9.0-3.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
dhcp-4.2.4.P2-0.16 is installed
OR dhcp-client-4.2.4.P2-0.16 is installed
OR dhcp-relay-4.2.4.P2-0.16 is installed
OR dhcp-server-4.2.4.P2-0.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-45.8.0esr-68 is installed
OR MozillaFirefox-translations-45.8.0esr-68 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-45.8.0esr-68 is installed
OR MozillaFirefox-translations-45.8.0esr-68 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.106.11 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.11 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.11 is installed
OR kernel-default-3.0.101-0.47.106.11 is installed
OR kernel-default-base-3.0.101-0.47.106.11 is installed
OR kernel-default-devel-3.0.101-0.47.106.11 is installed
OR kernel-default-man-3.0.101-0.47.106.11 is installed
OR kernel-ec2-3.0.101-0.47.106.11 is installed
OR kernel-ec2-base-3.0.101-0.47.106.11 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.11 is installed
OR kernel-pae-3.0.101-0.47.106.11 is installed
OR kernel-pae-base-3.0.101-0.47.106.11 is installed
OR kernel-pae-devel-3.0.101-0.47.106.11 is installed
OR kernel-source-3.0.101-0.47.106.11 is installed
OR kernel-syms-3.0.101-0.47.106.11 is installed
OR kernel-trace-3.0.101-0.47.106.11 is installed
OR kernel-trace-base-3.0.101-0.47.106.11 is installed
OR kernel-trace-devel-3.0.101-0.47.106.11 is installed
OR kernel-xen-3.0.101-0.47.106.11 is installed
OR kernel-xen-base-3.0.101-0.47.106.11 is installed
OR kernel-xen-devel-3.0.101-0.47.106.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND Package Information
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
dbus-1-1.8.12-6 is installed
OR dbus-1-x11-1.8.12-6 is installed
OR libdbus-1-3-1.8.12-6 is installed
OR libdbus-1-3-32bit-1.8.12-6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
dbus-1-1.8.12-6 is installed
OR dbus-1-x11-1.8.12-6 is installed
OR libdbus-1-3-1.8.12-6 is installed
OR libdbus-1-3-32bit-1.8.12-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
apache2-2.4.10-6 is installed
OR apache2-doc-2.4.10-6 is installed
OR apache2-example-pages-2.4.10-6 is installed
OR apache2-prefork-2.4.10-6 is installed
OR apache2-utils-2.4.10-6 is installed
OR apache2-worker-2.4.10-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
kernel-default-3.12.62-60.62 is installed
OR kernel-default-base-3.12.62-60.62 is installed
OR kernel-default-devel-3.12.62-60.62 is installed
OR kernel-default-man-3.12.62-60.62 is installed
OR kernel-devel-3.12.62-60.62 is installed
OR kernel-macros-3.12.62-60.62 is installed
OR kernel-source-3.12.62-60.62 is installed
OR kernel-syms-3.12.62-60.62 is installed
OR kernel-xen-3.12.62-60.62 is installed
OR kernel-xen-base-3.12.62-60.62 is installed
OR kernel-xen-devel-3.12.62-60.62 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
kernel-default-3.12.62-60.62 is installed
OR kernel-default-base-3.12.62-60.62 is installed
OR kernel-default-devel-3.12.62-60.62 is installed
OR kernel-default-man-3.12.62-60.62 is installed
OR kernel-devel-3.12.62-60.62 is installed
OR kernel-macros-3.12.62-60.62 is installed
OR kernel-source-3.12.62-60.62 is installed
OR kernel-syms-3.12.62-60.62 is installed
OR kernel-xen-3.12.62-60.62 is installed
OR kernel-xen-base-3.12.62-60.62 is installed
OR kernel-xen-devel-3.12.62-60.62 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND clamav-0.99.2-32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND clamav-0.99.2-32 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
kernel-default-4.4.21-90 is installed
OR kernel-default-base-4.4.21-90 is installed
OR kernel-default-devel-4.4.21-90 is installed
OR kernel-default-man-4.4.21-90 is installed
OR kernel-devel-4.4.21-90 is installed
OR kernel-macros-4.4.21-90 is installed
OR kernel-source-4.4.21-90 is installed
OR kernel-syms-4.4.21-90 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
kernel-default-4.4.21-90 is installed
OR kernel-default-base-4.4.21-90 is installed
OR kernel-default-devel-4.4.21-90 is installed
OR kernel-default-man-4.4.21-90 is installed
OR kernel-devel-4.4.21-90 is installed
OR kernel-macros-4.4.21-90 is installed
OR kernel-source-4.4.21-90 is installed
OR kernel-syms-4.4.21-90 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
cpio-2.11-29 is installed
OR cpio-lang-2.11-29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL 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 SP2-ESPOS is installed
AND
kernel-default-4.4.121-92.92 is installed
OR kernel-default-base-4.4.121-92.92 is installed
OR kernel-default-devel-4.4.121-92.92 is installed
OR kernel-devel-4.4.121-92.92 is installed
OR kernel-macros-4.4.121-92.92 is installed
OR kernel-source-4.4.121-92.92 is installed
OR kernel-syms-4.4.121-92.92 is installed
OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
OR lttng-modules-2.7.1-9.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kernel-default-4.4.121-92.92 is installed
OR kernel-default-base-4.4.121-92.92 is installed
OR kernel-default-devel-4.4.121-92.92 is installed
OR kernel-devel-4.4.121-92.92 is installed
OR kernel-macros-4.4.121-92.92 is installed
OR kernel-source-4.4.121-92.92 is installed
OR kernel-syms-4.4.121-92.92 is installed
OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
OR lttng-modules-2.7.1-9.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
krb5-1.12.5-40.31 is installed
OR krb5-32bit-1.12.5-40.31 is installed
OR krb5-client-1.12.5-40.31 is installed
OR krb5-doc-1.12.5-40.31 is installed
OR krb5-plugin-kdb-ldap-1.12.5-40.31 is installed
OR krb5-plugin-preauth-otp-1.12.5-40.31 is installed
OR krb5-plugin-preauth-pkinit-1.12.5-40.31 is installed
OR krb5-server-1.12.5-40.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
krb5-1.12.5-40.31 is installed
OR krb5-32bit-1.12.5-40.31 is installed
OR krb5-client-1.12.5-40.31 is installed
OR krb5-doc-1.12.5-40.31 is installed
OR krb5-plugin-kdb-ldap-1.12.5-40.31 is installed
OR krb5-plugin-preauth-otp-1.12.5-40.31 is installed
OR krb5-plugin-preauth-pkinit-1.12.5-40.31 is installed
OR krb5-server-1.12.5-40.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND ucode-intel-20180807-13.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
curl-7.37.0-37.3 is installed
OR libcurl4-7.37.0-37.3 is installed
OR libcurl4-32bit-7.37.0-37.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
curl-7.37.0-37.3 is installed
OR libcurl4-7.37.0-37.3 is installed
OR libcurl4-32bit-7.37.0-37.3 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
kgraft-patch-4_4_176-94_88-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_24-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
kgraft-patch-4_4_176-94_88-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_24-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_155-94_50-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_17-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_155-94_50-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_17-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND clamav-0.100.1-33.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND clamav-0.100.1-33.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libtiff5-4.0.9-44.30 is installed
OR libtiff5-32bit-4.0.9-44.30 is installed
OR tiff-4.0.9-44.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libtiff5-4.0.9-44.30 is installed
OR libtiff5-32bit-4.0.9-44.30 is installed
OR tiff-4.0.9-44.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
kernel-default-4.12.14-122.12 is installed
OR kernel-default-base-4.12.14-122.12 is installed
OR kernel-default-devel-4.12.14-122.12 is installed
OR kernel-default-man-4.12.14-122.12 is installed
OR kernel-devel-4.12.14-122.12 is installed
OR kernel-macros-4.12.14-122.12 is installed
OR kernel-source-4.12.14-122.12 is installed
OR kernel-syms-4.12.14-122.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
kernel-default-4.12.14-122.12 is installed
OR kernel-default-base-4.12.14-122.12 is installed
OR kernel-default-devel-4.12.14-122.12 is installed
OR kernel-default-man-4.12.14-122.12 is installed
OR kernel-devel-4.12.14-122.12 is installed
OR kernel-macros-4.12.14-122.12 is installed
OR kernel-source-4.12.14-122.12 is installed
OR kernel-syms-4.12.14-122.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
ctdb-4.2.4-18.27 is installed
OR libdcerpc-binding0-4.2.4-18.27 is installed
OR libdcerpc-binding0-32bit-4.2.4-18.27 is installed
OR libdcerpc0-4.2.4-18.27 is installed
OR libdcerpc0-32bit-4.2.4-18.27 is installed
OR libgensec0-4.2.4-18.27 is installed
OR libgensec0-32bit-4.2.4-18.27 is installed
OR libndr-krb5pac0-4.2.4-18.27 is installed
OR libndr-krb5pac0-32bit-4.2.4-18.27 is installed
OR libndr-nbt0-4.2.4-18.27 is installed
OR libndr-nbt0-32bit-4.2.4-18.27 is installed
OR libndr-standard0-4.2.4-18.27 is installed
OR libndr-standard0-32bit-4.2.4-18.27 is installed
OR libndr0-4.2.4-18.27 is installed
OR libndr0-32bit-4.2.4-18.27 is installed
OR libnetapi0-4.2.4-18.27 is installed
OR libnetapi0-32bit-4.2.4-18.27 is installed
OR libregistry0-4.2.4-18.27 is installed
OR libsamba-credentials0-4.2.4-18.27 is installed
OR libsamba-credentials0-32bit-4.2.4-18.27 is installed
OR libsamba-hostconfig0-4.2.4-18.27 is installed
OR libsamba-hostconfig0-32bit-4.2.4-18.27 is installed
OR libsamba-passdb0-4.2.4-18.27 is installed
OR libsamba-passdb0-32bit-4.2.4-18.27 is installed
OR libsamba-util0-4.2.4-18.27 is installed
OR libsamba-util0-32bit-4.2.4-18.27 is installed
OR libsamdb0-4.2.4-18.27 is installed
OR libsamdb0-32bit-4.2.4-18.27 is installed
OR libsmbclient-raw0-4.2.4-18.27 is installed
OR libsmbclient-raw0-32bit-4.2.4-18.27 is installed
OR libsmbclient0-4.2.4-18.27 is installed
OR libsmbclient0-32bit-4.2.4-18.27 is installed
OR libsmbconf0-4.2.4-18.27 is installed
OR libsmbconf0-32bit-4.2.4-18.27 is installed
OR libsmbldap0-4.2.4-18.27 is installed
OR libsmbldap0-32bit-4.2.4-18.27 is installed
OR libtevent-util0-4.2.4-18.27 is installed
OR libtevent-util0-32bit-4.2.4-18.27 is installed
OR libwbclient0-4.2.4-18.27 is installed
OR libwbclient0-32bit-4.2.4-18.27 is installed
OR samba-4.2.4-18.27 is installed
OR samba-32bit-4.2.4-18.27 is installed
OR samba-client-4.2.4-18.27 is installed
OR samba-client-32bit-4.2.4-18.27 is installed
OR samba-doc-4.2.4-18.27 is installed
OR samba-libs-4.2.4-18.27 is installed
OR samba-libs-32bit-4.2.4-18.27 is installed
OR samba-winbind-4.2.4-18.27 is installed
OR samba-winbind-32bit-4.2.4-18.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
ctdb-4.2.4-18.27 is installed
OR libdcerpc-binding0-4.2.4-18.27 is installed
OR libdcerpc-binding0-32bit-4.2.4-18.27 is installed
OR libdcerpc0-4.2.4-18.27 is installed
OR libdcerpc0-32bit-4.2.4-18.27 is installed
OR libgensec0-4.2.4-18.27 is installed
OR libgensec0-32bit-4.2.4-18.27 is installed
OR libndr-krb5pac0-4.2.4-18.27 is installed
OR libndr-krb5pac0-32bit-4.2.4-18.27 is installed
OR libndr-nbt0-4.2.4-18.27 is installed
OR libndr-nbt0-32bit-4.2.4-18.27 is installed
OR libndr-standard0-4.2.4-18.27 is installed
OR libndr-standard0-32bit-4.2.4-18.27 is installed
OR libndr0-4.2.4-18.27 is installed
OR libndr0-32bit-4.2.4-18.27 is installed
OR libnetapi0-4.2.4-18.27 is installed
OR libnetapi0-32bit-4.2.4-18.27 is installed
OR libregistry0-4.2.4-18.27 is installed
OR libsamba-credentials0-4.2.4-18.27 is installed
OR libsamba-credentials0-32bit-4.2.4-18.27 is installed
OR libsamba-hostconfig0-4.2.4-18.27 is installed
OR libsamba-hostconfig0-32bit-4.2.4-18.27 is installed
OR libsamba-passdb0-4.2.4-18.27 is installed
OR libsamba-passdb0-32bit-4.2.4-18.27 is installed
OR libsamba-util0-4.2.4-18.27 is installed
OR libsamba-util0-32bit-4.2.4-18.27 is installed
OR libsamdb0-4.2.4-18.27 is installed
OR libsamdb0-32bit-4.2.4-18.27 is installed
OR libsmbclient-raw0-4.2.4-18.27 is installed
OR libsmbclient-raw0-32bit-4.2.4-18.27 is installed
OR libsmbclient0-4.2.4-18.27 is installed
OR libsmbclient0-32bit-4.2.4-18.27 is installed
OR libsmbconf0-4.2.4-18.27 is installed
OR libsmbconf0-32bit-4.2.4-18.27 is installed
OR libsmbldap0-4.2.4-18.27 is installed
OR libsmbldap0-32bit-4.2.4-18.27 is installed
OR libtevent-util0-4.2.4-18.27 is installed
OR libtevent-util0-32bit-4.2.4-18.27 is installed
OR libwbclient0-4.2.4-18.27 is installed
OR libwbclient0-32bit-4.2.4-18.27 is installed
OR samba-4.2.4-18.27 is installed
OR samba-32bit-4.2.4-18.27 is installed
OR samba-client-4.2.4-18.27 is installed
OR samba-client-32bit-4.2.4-18.27 is installed
OR samba-doc-4.2.4-18.27 is installed
OR samba-libs-4.2.4-18.27 is installed
OR samba-libs-32bit-4.2.4-18.27 is installed
OR samba-winbind-4.2.4-18.27 is installed
OR samba-winbind-32bit-4.2.4-18.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libtiff5-4.0.8-44.3 is installed
OR tiff-4.0.8-44.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_74-60_64_85-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_85-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_26-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
ntp-4.2.8p12-64.8 is installed
OR ntp-doc-4.2.8p12-64.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
libsolv-0.6.36-2.27.19 is installed
OR libsolv-tools-0.6.36-2.27.19 is installed
OR libzypp-16.20.2-27.60 is installed
OR perl-solv-0.6.36-2.27.19 is installed
OR python-solv-0.6.36-2.27.19 is installed
OR zypper-1.13.54-18.40 is installed
OR zypper-log-1.13.54-18.40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
ovmf-2017+git1510945757.b2662641d5-3.29 is installed
OR ovmf-tools-2017+git1510945757.b2662641d5-3.29 is installed
OR qemu-ovmf-x86_64-2017+git1510945757.b2662641d5-3.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libreoffice-4.3.5.2-10 is installed
OR libreoffice-base-4.3.5.2-10 is installed
OR libreoffice-base-drivers-mysql-4.3.5.2-10 is installed
OR libreoffice-base-drivers-postgresql-4.3.5.2-10 is installed
OR libreoffice-calc-4.3.5.2-10 is installed
OR libreoffice-calc-extensions-4.3.5.2-10 is installed
OR libreoffice-draw-4.3.5.2-10 is installed
OR libreoffice-filters-optional-4.3.5.2-10 is installed
OR libreoffice-gnome-4.3.5.2-10 is installed
OR libreoffice-icon-theme-tango-4.3.5.2-10 is installed
OR libreoffice-impress-4.3.5.2-10 is installed
OR libreoffice-l10n-af-4.3.5.2-10 is installed
OR libreoffice-l10n-ar-4.3.5.2-10 is installed
OR libreoffice-l10n-ca-4.3.5.2-10 is installed
OR libreoffice-l10n-cs-4.3.5.2-10 is installed
OR libreoffice-l10n-da-4.3.5.2-10 is installed
OR libreoffice-l10n-de-4.3.5.2-10 is installed
OR libreoffice-l10n-en-4.3.5.2-10 is installed
OR libreoffice-l10n-es-4.3.5.2-10 is installed
OR libreoffice-l10n-fi-4.3.5.2-10 is installed
OR libreoffice-l10n-fr-4.3.5.2-10 is installed
OR libreoffice-l10n-gu-4.3.5.2-10 is installed
OR libreoffice-l10n-hi-4.3.5.2-10 is installed
OR libreoffice-l10n-hu-4.3.5.2-10 is installed
OR libreoffice-l10n-it-4.3.5.2-10 is installed
OR libreoffice-l10n-ja-4.3.5.2-10 is installed
OR libreoffice-l10n-ko-4.3.5.2-10 is installed
OR libreoffice-l10n-nb-4.3.5.2-10 is installed
OR libreoffice-l10n-nl-4.3.5.2-10 is installed
OR libreoffice-l10n-nn-4.3.5.2-10 is installed
OR libreoffice-l10n-pl-4.3.5.2-10 is installed
OR libreoffice-l10n-pt-BR-4.3.5.2-10 is installed
OR libreoffice-l10n-pt-PT-4.3.5.2-10 is installed
OR libreoffice-l10n-ru-4.3.5.2-10 is installed
OR libreoffice-l10n-sk-4.3.5.2-10 is installed
OR libreoffice-l10n-sv-4.3.5.2-10 is installed
OR libreoffice-l10n-xh-4.3.5.2-10 is installed
OR libreoffice-l10n-zh-Hans-4.3.5.2-10 is installed
OR libreoffice-l10n-zh-Hant-4.3.5.2-10 is installed
OR libreoffice-l10n-zu-4.3.5.2-10 is installed
OR libreoffice-mailmerge-4.3.5.2-10 is installed
OR libreoffice-math-4.3.5.2-10 is installed
OR libreoffice-officebean-4.3.5.2-10 is installed
OR libreoffice-pyuno-4.3.5.2-10 is installed
OR libreoffice-writer-4.3.5.2-10 is installed
OR libreoffice-writer-extensions-4.3.5.2-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gd-2.1.0-12 is installed
OR gd-32bit-2.1.0-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
ImageMagick-6.8.8.1-54 is installed
OR libMagick++-6_Q16-3-6.8.8.1-54 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libplist-1.12-20.3 is installed
OR libplist++3-1.12-20.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libSoundTouch0-32bit-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 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 5 is installed
AND Package Information
bind-9.9.6P1-0.33 is installed
OR bind-chrootenv-9.9.6P1-0.33 is installed
OR bind-doc-9.9.6P1-0.33 is installed
OR bind-libs-9.9.6P1-0.33 is installed
OR bind-libs-32bit-9.9.6P1-0.33 is installed
OR bind-utils-9.9.6P1-0.33 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
libvirt-2.0.0-27.42 is installed
OR libvirt-client-2.0.0-27.42 is installed
OR libvirt-daemon-2.0.0-27.42 is installed
OR libvirt-daemon-config-network-2.0.0-27.42 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
OR libvirt-daemon-hooks-2.0.0-27.42 is installed
OR libvirt-daemon-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-xen-2.0.0-27.42 is installed
OR libvirt-doc-2.0.0-27.42 is installed
OR libvirt-lock-sanlock-2.0.0-27.42 is installed
OR libvirt-nss-2.0.0-27.42 is installed
|