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): | 1033109 1033111 1033112 1033113 1033118 1033120 1033126 1033127 1033128 1033129 1033131 1038438 1042804 1042805 1043983 1048072 1055265 1056286 1056782 1058565 1058622 1058624 1058754 1058755 1058757 1060427 1062452 1063008 1065066 1069607 1069632 1073002 1078782 1082007 1082008 1082009 1082010 1082011 1082014 1082058 1087433 1087434 1087436 1087437 1087440 1087441 1108631 1108632 1112530 1112532 1130611 1130617 1130620 1130622 1130623 1130627 1149792 1152990 1152992 1152994 1152995 1154999 1160613 1160614 1163985 1168930 1169605 1169786 1169936 1170302 1170741 1170939 1171517 1172275 1174910 1174913 1177914 928131 935540 938895 943380 943795 946148 947003 952539 956631 CVE-2015-1931 CVE-2015-2590 CVE-2015-2601 CVE-2015-2613 CVE-2015-2619 CVE-2015-2621 CVE-2015-2625 CVE-2015-2632 CVE-2015-2637 CVE-2015-2638 CVE-2015-2664 CVE-2015-2808 CVE-2015-4000 CVE-2015-4500 CVE-2015-4501 CVE-2015-4506 CVE-2015-4509 CVE-2015-4511 CVE-2015-4517 CVE-2015-4519 CVE-2015-4520 CVE-2015-4521 CVE-2015-4522 CVE-2015-4729 CVE-2015-4731 CVE-2015-4732 CVE-2015-4733 CVE-2015-4748 CVE-2015-4749 CVE-2015-4760 CVE-2015-6749 CVE-2015-7174 CVE-2015-7175 CVE-2015-7176 CVE-2015-7177 CVE-2015-7180 CVE-2015-8370 CVE-2015-9096 CVE-2016-10371 CVE-2016-2339 CVE-2016-7798 CVE-2017-0898 CVE-2017-0899 CVE-2017-0900 CVE-2017-0901 CVE-2017-0902 CVE-2017-0903 CVE-2017-10784 CVE-2017-12150 CVE-2017-12151 CVE-2017-12163 CVE-2017-14033 CVE-2017-14064 CVE-2017-14746 CVE-2017-15275 CVE-2017-17405 CVE-2017-17742 CVE-2017-17790 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-9228 CVE-2017-9229 CVE-2017-9403 CVE-2017-9404 CVE-2018-1000073 CVE-2018-1000074 CVE-2018-1000075 CVE-2018-1000076 CVE-2018-1000077 CVE-2018-1000078 CVE-2018-1000079 CVE-2018-16395 CVE-2018-16396 CVE-2018-17097 CVE-2018-17098 CVE-2018-6914 CVE-2018-8777 CVE-2018-8778 CVE-2018-8779 CVE-2018-8780 CVE-2019-11043 CVE-2019-15845 CVE-2019-16201 CVE-2019-16254 CVE-2019-16255 CVE-2019-8320 CVE-2019-8321 CVE-2019-8322 CVE-2019-8323 CVE-2019-8324 CVE-2019-8325 CVE-2019-9232 CVE-2019-9433 CVE-2020-10663 CVE-2020-11008 CVE-2020-14361 CVE-2020-14362 CVE-2020-15999 CVE-2020-1720 CVE-2020-5260 SUSE-SU-2015:1331-1 SUSE-SU-2015:1680-1 SUSE-SU-2015:1765-1 SUSE-SU-2015:2399-1 SUSE-SU-2017:2569-1 SUSE-SU-2017:3155-1 SUSE-SU-2019:0096-1 SUSE-SU-2019:2809-1 SUSE-SU-2020:0459-1 SUSE-SU-2020:0715-1 SUSE-SU-2020:1295-1 SUSE-SU-2020:1570-1 SUSE-SU-2020:2407-1 SUSE-SU-2020:2998-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Software Development Kit 12 SP5 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
alsa-1.0.29-8.1 is installed
OR alsa-devel-1.0.29-8.1 is installed
OR libasound2-1.0.29-8.1 is installed
OR libasound2-32bit-1.0.29-8.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
gnome-online-accounts-3.20.4-1.2 is installed
OR gnome-online-accounts-devel-3.20.4-1.2 is installed
OR gnome-online-accounts-lang-3.20.4-1.2 is installed
OR libgoa-1_0-0-3.20.4-1.2 is installed
OR libgoa-backend-1_0-1-3.20.4-1.2 is installed
OR typelib-1_0-Goa-1_0-3.20.4-1.2 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
python-glanceclient-0.15.0-3 is installed
OR python-keystoneclient-1.0.0-19 is installed
OR python-keystoneclient-doc-1.0.0-19 is installed
OR python-keystonemiddleware-1.2.0-4 is installed
OR python-novaclient-2.20.0-6 is installed
OR python-novaclient-doc-2.20.0-6 is installed
OR python-swiftclient-2.3.1-3 is installed
OR python-swiftclient-doc-2.3.1-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-24.7.0esr-0.8 is installed
OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
OR libfreebl3-3.16.2-0.8 is installed
OR libfreebl3-32bit-3.16.2-0.8 is installed
OR libsoftokn3-3.16.2-0.8 is installed
OR libsoftokn3-32bit-3.16.2-0.8 is installed
OR mozilla-nss-3.16.2-0.8 is installed
OR mozilla-nss-32bit-3.16.2-0.8 is installed
OR mozilla-nss-tools-3.16.2-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
empathy-3.10.3-1.131 is installed
OR empathy-lang-3.10.3-1.131 is installed
OR telepathy-mission-control-plugin-goa-3.10.3-1.131 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND clamav-0.98.7-13.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND coolkey-1.1.0-147.71 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
colord-1.3.3-12.13 is installed
OR colord-gtk-lang-0.1.26-6.3 is installed
OR colord-lang-1.3.3-12.13 is installed
OR libcolord-gtk1-0.1.26-6.3 is installed
OR libcolord2-1.3.3-12.13 is installed
OR libcolord2-32bit-1.3.3-12.13 is installed
OR libcolorhug2-1.3.3-12.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND NetworkManager-gnome-0.7.0.r1053-11.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND NetworkManager-gnome-0.7.0.r1053-11.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
cifs-mount-3.4.3-1.40 is installed
OR ldapsmb-1.34b-11.28.40 is installed
OR libsmbclient0-3.4.3-1.40 is installed
OR libsmbclient0-32bit-3.4.3-1.40 is installed
OR libsmbclient0-x86-3.4.3-1.40 is installed
OR libtalloc1-3.4.3-1.40 is installed
OR libtalloc1-32bit-3.4.3-1.40 is installed
OR libtalloc1-x86-3.4.3-1.40 is installed
OR libtdb1-3.4.3-1.40 is installed
OR libtdb1-32bit-3.4.3-1.40 is installed
OR libtdb1-x86-3.4.3-1.40 is installed
OR libwbclient0-3.4.3-1.40 is installed
OR libwbclient0-32bit-3.4.3-1.40 is installed
OR libwbclient0-x86-3.4.3-1.40 is installed
OR samba-3.4.3-1.40 is installed
OR samba-32bit-3.4.3-1.40 is installed
OR samba-client-3.4.3-1.40 is installed
OR samba-client-32bit-3.4.3-1.40 is installed
OR samba-client-x86-3.4.3-1.40 is installed
OR samba-doc-3.4.3-1.40 is installed
OR samba-krb-printing-3.4.3-1.40 is installed
OR samba-winbind-3.4.3-1.40 is installed
OR samba-winbind-32bit-3.4.3-1.40 is installed
OR samba-winbind-x86-3.4.3-1.40 is installed
OR samba-x86-3.4.3-1.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND apache2-mod_python-3.3.1-147.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
MozillaFirefox-10.0-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0-0.3 is installed
OR mozilla-kde4-integration-0.6.3-5.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0-0.3 is installed
OR mozilla-kde4-integration-0.6.3-5.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0-0.3 is installed
OR mozilla-kde4-integration-0.6.3-5.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
PackageKit-0.3.14-2.12 is installed
OR PackageKit-lang-0.3.14-2.12 is installed
OR hal-0.5.12-23.40 is installed
OR hal-32bit-0.5.12-23.40 is installed
OR hal-doc-0.5.12-23.40 is installed
OR hal-x86-0.5.12-23.40 is installed
OR libpackagekit-glib10-0.3.14-2.12 is installed
OR yast2-core-2.17.35-0.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-24.8.0esr-0.3 is installed
OR MozillaFirefox-translations-24.8.0esr-0.3 is installed
OR libfreebl3-3.16.4-0.3 is installed
OR libfreebl3-32bit-3.16.4-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.16.4-0.3 is installed
OR mozilla-nss-32bit-3.16.4-0.3 is installed
OR mozilla-nss-tools-3.16.4-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.8.0esr-0.3 is installed
OR MozillaFirefox-translations-24.8.0esr-0.3 is installed
OR libfreebl3-3.16.4-0.3 is installed
OR libfreebl3-32bit-3.16.4-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.16.4-0.3 is installed
OR mozilla-nss-32bit-3.16.4-0.3 is installed
OR mozilla-nss-tools-3.16.4-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-24.8.0esr-0.3 is installed
OR MozillaFirefox-translations-24.8.0esr-0.3 is installed
OR libfreebl3-3.16.4-0.3 is installed
OR libfreebl3-32bit-3.16.4-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.16.4-0.3 is installed
OR mozilla-nss-32bit-3.16.4-0.3 is installed
OR mozilla-nss-tools-3.16.4-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.8.0esr-0.3 is installed
OR MozillaFirefox-translations-24.8.0esr-0.3 is installed
OR libfreebl3-3.16.4-0.3 is installed
OR libfreebl3-32bit-3.16.4-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.16.4-0.3 is installed
OR mozilla-nss-32bit-3.16.4-0.3 is installed
OR mozilla-nss-tools-3.16.4-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
apache2-mod_php5-5.2.14-0.7.30.100 is installed
OR php5-5.2.14-0.7.30.100 is installed
OR php5-bcmath-5.2.14-0.7.30.100 is installed
OR php5-bz2-5.2.14-0.7.30.100 is installed
OR php5-calendar-5.2.14-0.7.30.100 is installed
OR php5-ctype-5.2.14-0.7.30.100 is installed
OR php5-curl-5.2.14-0.7.30.100 is installed
OR php5-dba-5.2.14-0.7.30.100 is installed
OR php5-dbase-5.2.14-0.7.30.100 is installed
OR php5-dom-5.2.14-0.7.30.100 is installed
OR php5-exif-5.2.14-0.7.30.100 is installed
OR php5-fastcgi-5.2.14-0.7.30.100 is installed
OR php5-ftp-5.2.14-0.7.30.100 is installed
OR php5-gd-5.2.14-0.7.30.100 is installed
OR php5-gettext-5.2.14-0.7.30.100 is installed
OR php5-gmp-5.2.14-0.7.30.100 is installed
OR php5-hash-5.2.14-0.7.30.100 is installed
OR php5-iconv-5.2.14-0.7.30.100 is installed
OR php5-json-5.2.14-0.7.30.100 is installed
OR php5-ldap-5.2.14-0.7.30.100 is installed
OR php5-mbstring-5.2.14-0.7.30.100 is installed
OR php5-mcrypt-5.2.14-0.7.30.100 is installed
OR php5-mysql-5.2.14-0.7.30.100 is installed
OR php5-odbc-5.2.14-0.7.30.100 is installed
OR php5-openssl-5.2.14-0.7.30.100 is installed
OR php5-pcntl-5.2.14-0.7.30.100 is installed
OR php5-pdo-5.2.14-0.7.30.100 is installed
OR php5-pear-5.2.14-0.7.30.100 is installed
OR php5-pgsql-5.2.14-0.7.30.100 is installed
OR php5-pspell-5.2.14-0.7.30.100 is installed
OR php5-shmop-5.2.14-0.7.30.100 is installed
OR php5-snmp-5.2.14-0.7.30.100 is installed
OR php5-soap-5.2.14-0.7.30.100 is installed
OR php5-suhosin-5.2.14-0.7.30.100 is installed
OR php5-sysvmsg-5.2.14-0.7.30.100 is installed
OR php5-sysvsem-5.2.14-0.7.30.100 is installed
OR php5-sysvshm-5.2.14-0.7.30.100 is installed
OR php5-tokenizer-5.2.14-0.7.30.100 is installed
OR php5-wddx-5.2.14-0.7.30.100 is installed
OR php5-xmlreader-5.2.14-0.7.30.100 is installed
OR php5-xmlrpc-5.2.14-0.7.30.100 is installed
OR php5-xmlwriter-5.2.14-0.7.30.100 is installed
OR php5-xsl-5.2.14-0.7.30.100 is installed
OR php5-zip-5.2.14-0.7.30.100 is installed
OR php5-zlib-5.2.14-0.7.30.100 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
apache2-mod_php5-5.2.14-0.7.30.100 is installed
OR php5-5.2.14-0.7.30.100 is installed
OR php5-bcmath-5.2.14-0.7.30.100 is installed
OR php5-bz2-5.2.14-0.7.30.100 is installed
OR php5-calendar-5.2.14-0.7.30.100 is installed
OR php5-ctype-5.2.14-0.7.30.100 is installed
OR php5-curl-5.2.14-0.7.30.100 is installed
OR php5-dba-5.2.14-0.7.30.100 is installed
OR php5-dbase-5.2.14-0.7.30.100 is installed
OR php5-dom-5.2.14-0.7.30.100 is installed
OR php5-exif-5.2.14-0.7.30.100 is installed
OR php5-fastcgi-5.2.14-0.7.30.100 is installed
OR php5-ftp-5.2.14-0.7.30.100 is installed
OR php5-gd-5.2.14-0.7.30.100 is installed
OR php5-gettext-5.2.14-0.7.30.100 is installed
OR php5-gmp-5.2.14-0.7.30.100 is installed
OR php5-hash-5.2.14-0.7.30.100 is installed
OR php5-iconv-5.2.14-0.7.30.100 is installed
OR php5-json-5.2.14-0.7.30.100 is installed
OR php5-ldap-5.2.14-0.7.30.100 is installed
OR php5-mbstring-5.2.14-0.7.30.100 is installed
OR php5-mcrypt-5.2.14-0.7.30.100 is installed
OR php5-mysql-5.2.14-0.7.30.100 is installed
OR php5-odbc-5.2.14-0.7.30.100 is installed
OR php5-openssl-5.2.14-0.7.30.100 is installed
OR php5-pcntl-5.2.14-0.7.30.100 is installed
OR php5-pdo-5.2.14-0.7.30.100 is installed
OR php5-pear-5.2.14-0.7.30.100 is installed
OR php5-pgsql-5.2.14-0.7.30.100 is installed
OR php5-pspell-5.2.14-0.7.30.100 is installed
OR php5-shmop-5.2.14-0.7.30.100 is installed
OR php5-snmp-5.2.14-0.7.30.100 is installed
OR php5-soap-5.2.14-0.7.30.100 is installed
OR php5-suhosin-5.2.14-0.7.30.100 is installed
OR php5-sysvmsg-5.2.14-0.7.30.100 is installed
OR php5-sysvsem-5.2.14-0.7.30.100 is installed
OR php5-sysvshm-5.2.14-0.7.30.100 is installed
OR php5-tokenizer-5.2.14-0.7.30.100 is installed
OR php5-wddx-5.2.14-0.7.30.100 is installed
OR php5-xmlreader-5.2.14-0.7.30.100 is installed
OR php5-xmlrpc-5.2.14-0.7.30.100 is installed
OR php5-xmlwriter-5.2.14-0.7.30.100 is installed
OR php5-xsl-5.2.14-0.7.30.100 is installed
OR php5-zip-5.2.14-0.7.30.100 is installed
OR php5-zlib-5.2.14-0.7.30.100 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
ghostscript-fonts-other-8.62-32.34 is installed
OR ghostscript-fonts-rus-8.62-32.34 is installed
OR ghostscript-fonts-std-8.62-32.34 is installed
OR ghostscript-library-8.62-32.34 is installed
OR ghostscript-omni-8.62-32.34 is installed
OR ghostscript-x11-8.62-32.34 is installed
OR libgimpprint-4.2.7-32.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
ghostscript-fonts-other-8.62-32.34 is installed
OR ghostscript-fonts-rus-8.62-32.34 is installed
OR ghostscript-fonts-std-8.62-32.34 is installed
OR ghostscript-library-8.62-32.34 is installed
OR ghostscript-omni-8.62-32.34 is installed
OR ghostscript-x11-8.62-32.34 is installed
OR libgimpprint-4.2.7-32.34 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
ghostscript-fonts-other-8.62-32.34 is installed
OR ghostscript-fonts-rus-8.62-32.34 is installed
OR ghostscript-fonts-std-8.62-32.34 is installed
OR ghostscript-library-8.62-32.34 is installed
OR ghostscript-omni-8.62-32.34 is installed
OR ghostscript-x11-8.62-32.34 is installed
OR libgimpprint-4.2.7-32.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
cvs-1.12.12-144.23.5 is installed
OR cvs-doc-1.12.12-144.23.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-31.5.3esr-0.3 is installed
OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-31.5.3esr-0.3 is installed
OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND python-imaging-1.1.6-168.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND python-imaging-1.1.6-168.34 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND python-imaging-1.1.6-168.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
ecryptfs-utils-61-1.33 is installed
OR ecryptfs-utils-32bit-61-1.33 is installed
OR ecryptfs-utils-x86-61-1.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.5 is installed
OR libMagickCore1-6.4.3.6-7.78.5 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.5 is installed
OR libMagickCore1-6.4.3.6-7.78.5 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND amavisd-new-2.7.0-18.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
openssh-openssl1-6.6p1-19.6 is installed
OR openssh-openssl1-helpers-6.6p1-19.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
openssh-openssl1-6.6p1-19.6 is installed
OR openssh-openssl1-helpers-6.6p1-19.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
grub2-2.02~beta2-56.9 is installed
OR grub2-i386-pc-2.02~beta2-56.9 is installed
OR grub2-powerpc-ieee1275-2.02~beta2-56.9 is installed
OR grub2-s390x-emu-2.02~beta2-56.9 is installed
OR grub2-snapper-plugin-2.02~beta2-56.9 is installed
OR grub2-x86_64-efi-2.02~beta2-56.9 is installed
OR grub2-x86_64-xen-2.02~beta2-56.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
grub2-2.02~beta2-56.9 is installed
OR grub2-i386-pc-2.02~beta2-56.9 is installed
OR grub2-powerpc-ieee1275-2.02~beta2-56.9 is installed
OR grub2-s390x-emu-2.02~beta2-56.9 is installed
OR grub2-snapper-plugin-2.02~beta2-56.9 is installed
OR grub2-x86_64-efi-2.02~beta2-56.9 is installed
OR grub2-x86_64-xen-2.02~beta2-56.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
bzip2-1.0.6-27 is installed
OR bzip2-doc-1.0.6-27 is installed
OR libbz2-1-1.0.6-27 is installed
OR libbz2-1-32bit-1.0.6-27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libsndfile-1.0.25-25 is installed
OR libsndfile1-1.0.25-25 is installed
OR libsndfile1-32bit-1.0.25-25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libsndfile-1.0.25-25 is installed
OR libsndfile1-1.0.25-25 is installed
OR libsndfile1-32bit-1.0.25-25 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 |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_40-default-6-2 is installed
OR kgraft-patch-3_12_74-60_64_40-xen-6-2 is installed
OR kgraft-patch-SLE12-SP1_Update_15-6-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_40-default-6-2 is installed
OR kgraft-patch-3_12_74-60_64_40-xen-6-2 is installed
OR kgraft-patch-SLE12-SP1_Update_15-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.16.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 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 SP2 is installed
AND
libass-0.10.2-3 is installed
OR libass5-0.10.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
apache-commons-daemon-1.0.15-4 is installed
OR apache-commons-daemon-javadoc-1.0.15-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
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
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
MozillaFirefox-52.5.0esr-109.9 is installed
OR MozillaFirefox-translations-52.5.0esr-109.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
MozillaFirefox-52.5.0esr-109.9 is installed
OR MozillaFirefox-translations-52.5.0esr-109.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND apache-commons-httpclient-3.1-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
MozillaFirefox-45.4.0esr-81 is installed
OR MozillaFirefox-translations-45.4.0esr-81 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
MozillaFirefox-45.4.0esr-81 is installed
OR MozillaFirefox-translations-45.4.0esr-81 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND apache2-mod_nss-1.0.14-10.14.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
accountsservice-0.6.42-14 is installed
OR accountsservice-lang-0.6.42-14 is installed
OR libaccountsservice0-0.6.42-14 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
apache2-2.2.12-1.40 is installed
OR apache2-devel-2.2.12-1.40 is installed
OR apache2-doc-2.2.12-1.40 is installed
OR apache2-example-pages-2.2.12-1.40 is installed
OR apache2-prefork-2.2.12-1.40 is installed
OR apache2-utils-2.2.12-1.40 is installed
OR apache2-worker-2.2.12-1.40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
libgcrypt-devel-1.5.0-0.17 is installed
OR libgcrypt-devel-32bit-1.5.0-0.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND apache2-mod_fcgid-2.2-31.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
libtiff-devel-4.0.8-44.3 is installed
OR tiff-4.0.8-44.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
soundtouch-1.7.1-5.11 is installed
OR soundtouch-devel-1.7.1-5.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
php7-7.0.7-50.88 is installed
OR php7-devel-7.0.7-50.88 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
empathy-3.10.3-1 is installed
OR empathy-lang-3.10.3-1 is installed
OR telepathy-mission-control-plugin-goa-3.10.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
imap-2007e_suse-22.1 is installed
OR libc-client2007e_suse-2007e_suse-22.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND icu-52.1-8.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
freerdp-2.0.0~git.1463131968.4e66df7-12.8 is installed
OR libfreerdp2-2.0.0~git.1463131968.4e66df7-12.8 is installed
|
Definition Synopsis |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND
libopenjp2-7-2.1.0-6 is installed
OR openjpeg2-2.1.0-6 is installed
OR openjpeg2-devel-2.1.0-6 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
libopenjp2-7-2.1.0-6 is installed
OR openjpeg2-2.1.0-6 is installed
OR openjpeg2-devel-2.1.0-6 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND tor-0.3.4.11-20 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
libopenjpeg1-1.5.2-6 is installed
OR openjpeg-1.5.2-6 is installed
OR openjpeg-devel-1.5.2-6 is installed
|