Oval Definition:oval:org.opensuse.security:def:21273
Revision Date:2020-12-01Version: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:unixClass:patch
Status:Reference(s):1026236
1033109
1033111
1033112
1033113
1033118
1033120
1033126
1033127
1033128
1033129
1033131
1038438
1039567
1042804
1042805
1055123
1061832
1079405
1088681
1090518
1091836
1092885
1114988
1123157
1126140
1126141
1126192
1126195
1126196
1126198
1126201
1127400
1129180
1129623
1131863
1134156
1138872
1140359
1146882
1146884
1159856
1159858
1159860
1160250
1160251
1160937
1167976
1170771
1172140
1172437
1172524
1173986
1174420
1176756
1178512
CVE-2016-10371
CVE-2017-12173
CVE-2017-6318
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-19967
CVE-2018-2755
CVE-2018-2761
CVE-2018-2766
CVE-2018-2767
CVE-2018-2771
CVE-2018-2781
CVE-2018-2782
CVE-2018-2784
CVE-2018-2787
CVE-2018-2813
CVE-2018-2817
CVE-2018-2819
CVE-2018-3639
CVE-2019-11708
CVE-2019-12973
CVE-2019-14811
CVE-2019-14812
CVE-2019-14813
CVE-2019-14817
CVE-2019-15666
CVE-2019-15691
CVE-2019-15692
CVE-2019-15693
CVE-2019-15694
CVE-2019-15695
CVE-2019-3835
CVE-2019-3839
CVE-2019-6778
CVE-2019-9824
CVE-2020-10757
CVE-2020-12243
CVE-2020-12861
CVE-2020-12862
CVE-2020-12863
CVE-2020-12864
CVE-2020-12865
CVE-2020-12866
CVE-2020-12867
CVE-2020-15673
CVE-2020-15676
CVE-2020-15677
CVE-2020-15678
CVE-2020-28196
SUSE-SU-2017:2569-1
SUSE-SU-2017:2937-1
SUSE-SU-2018:1362-2
SUSE-SU-2019:0921-1
SUSE-SU-2019:1684-1
SUSE-SU-2019:2478-1
SUSE-SU-2020:0159-1
SUSE-SU-2020:1193-1
SUSE-SU-2020:1767-1
SUSE-SU-2020:2759-1
SUSE-SU-2020:3125-1
SUSE-SU-2020:3379-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 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 Module for Legacy Software 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-BCL
SUSE Linux Enterprise Server 12 SP2-ESPOS
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-BCL
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP5
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise 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 OpenStack Cloud 5
SUSE OpenStack Cloud 6
SUSE Package Hub for SUSE Linux Enterprise 12
SUSE Package Hub for SUSE Linux Enterprise 12 SP1
SUSE Package Hub for SUSE Linux Enterprise 12 SP2
SUSE Package Hub for SUSE Linux Enterprise 12 SP3
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • bogofilter-common-1.2.4-5.1 is installed
  • OR bogofilter-db-1.2.4-5.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND python3-sleekxmpp-1.3.1-3.1 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
  • xorg-x11-libXfixes-7.4-1.16.1 is installed
  • OR xorg-x11-libXfixes-32bit-7.4-1.16.1 is installed
  • OR xorg-x11-libXfixes-devel-7.4-1.16.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • bind-9.9.6P1-0.22.1 is installed
  • OR bind-libs-9.9.6P1-0.22.1 is installed
  • OR bind-libs-32bit-9.9.6P1-0.22.1 is installed
  • OR bind-utils-9.9.6P1-0.22.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND kvm-1.4.2-32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND wpa_supplicant-2.2-8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • MozillaFirefox-45.2.0esr-75.2 is installed
  • OR MozillaFirefox-branding-SLE-45.0-28.2 is installed
  • OR MozillaFirefox-translations-45.2.0esr-75.2 is installed
  • OR libfreebl3-3.21.1-46.2 is installed
  • OR libfreebl3-32bit-3.21.1-46.2 is installed
  • OR libsoftokn3-3.21.1-46.2 is installed
  • OR libsoftokn3-32bit-3.21.1-46.2 is installed
  • OR mozilla-nspr-4.12-15.2 is installed
  • OR mozilla-nspr-32bit-4.12-15.2 is installed
  • OR mozilla-nss-3.21.1-46.2 is installed
  • OR mozilla-nss-32bit-3.21.1-46.2 is installed
  • OR mozilla-nss-certs-3.21.1-46.2 is installed
  • OR mozilla-nss-certs-32bit-3.21.1-46.2 is installed
  • OR mozilla-nss-sysinit-3.21.1-46.2 is installed
  • OR mozilla-nss-sysinit-32bit-3.21.1-46.2 is installed
  • OR mozilla-nss-tools-3.21.1-46.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND groff-1.22.2-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • empathy-3.12.12-7.3 is installed
  • OR empathy-lang-3.12.12-7.3 is installed
  • OR telepathy-mission-control-plugin-goa-3.12.12-7.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • cups154-1.5.4-2 is installed
  • OR cups154-client-1.5.4-2 is installed
  • OR cups154-filters-1.5.4-2 is installed
  • OR cups154-libs-1.5.4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • bsdtar-2.5.5-9 is installed
  • OR libarchive2-2.5.5-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND cron-4.1-194.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND cron-4.1-194.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52 is installed
  • OR xorg-x11-server-7.4-27.40.52 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52 is installed
  • OR xorg-x11-server-7.4-27.40.52 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52 is installed
  • OR xorg-x11-server-7.4-27.40.52 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52 is installed
  • OR xorg-x11-server-7.4-27.40.52 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52 is installed
  • OR xorg-x11-server-7.4-27.40.52 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • freetype2-2.3.7-25.30 is installed
  • OR freetype2-32bit-2.3.7-25.30 is installed
  • OR freetype2-x86-2.3.7-25.30 is installed
  • OR ft2demos-2.3.7-25.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • freetype2-2.3.7-25.30 is installed
  • OR freetype2-32bit-2.3.7-25.30 is installed
  • OR freetype2-x86-2.3.7-25.30 is installed
  • OR ft2demos-2.3.7-25.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • freetype2-2.3.7-25.30 is installed
  • OR freetype2-32bit-2.3.7-25.30 is installed
  • OR freetype2-x86-2.3.7-25.30 is installed
  • OR ft2demos-2.3.7-25.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • freetype2-2.3.7-25.30 is installed
  • OR freetype2-32bit-2.3.7-25.30 is installed
  • OR freetype2-x86-2.3.7-25.30 is installed
  • OR ft2demos-2.3.7-25.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • apache2-2.2.12-1.30 is installed
  • OR apache2-doc-2.2.12-1.30 is installed
  • OR apache2-example-pages-2.2.12-1.30 is installed
  • OR apache2-prefork-2.2.12-1.30 is installed
  • OR apache2-utils-2.2.12-1.30 is installed
  • OR apache2-worker-2.2.12-1.30 is installed
  • OR libapr1-1.3.3-11.18.19 is installed
  • OR libapr1-32bit-1.3.3-11.18.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-1.30 is installed
  • OR apache2-doc-2.2.12-1.30 is installed
  • OR apache2-example-pages-2.2.12-1.30 is installed
  • OR apache2-prefork-2.2.12-1.30 is installed
  • OR apache2-utils-2.2.12-1.30 is installed
  • OR apache2-worker-2.2.12-1.30 is installed
  • OR libapr1-1.3.3-11.18.19 is installed
  • OR libapr1-32bit-1.3.3-11.18.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-1.30 is installed
  • OR apache2-doc-2.2.12-1.30 is installed
  • OR apache2-example-pages-2.2.12-1.30 is installed
  • OR apache2-prefork-2.2.12-1.30 is installed
  • OR apache2-utils-2.2.12-1.30 is installed
  • OR apache2-worker-2.2.12-1.30 is installed
  • OR libapr1-1.3.3-11.18.19 is installed
  • OR libapr1-32bit-1.3.3-11.18.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND enscript-1.6.4-152.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhnmd-5.3.7-0.9 is installed
  • OR spacewalk-backend-libs-1.2.74-0.20 is installed
  • OR spacewalk-certs-tools-1.2.2-0.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhnmd-5.3.7-0.9 is installed
  • OR spacewalk-backend-libs-1.2.74-0.20 is installed
  • OR spacewalk-certs-tools-1.2.2-0.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_18-29 is installed
  • OR xen-doc-html-4.0.3_21548_18-29 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-29 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
  • OR xen-libs-4.0.3_21548_18-29 is installed
  • OR xen-tools-4.0.3_21548_18-29 is installed
  • OR xen-tools-domU-4.0.3_21548_18-29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_18-29 is installed
  • OR xen-doc-html-4.0.3_21548_18-29 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-29 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
  • OR xen-libs-4.0.3_21548_18-29 is installed
  • OR xen-tools-4.0.3_21548_18-29 is installed
  • OR xen-tools-domU-4.0.3_21548_18-29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • apport-0.114-12.8.6 is installed
  • OR apport-crashdb-sle-0.114-0.8.6 is installed
  • OR apport-gtk-0.114-12.8.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • apport-0.114-12.8.6 is installed
  • OR apport-crashdb-sle-0.114-0.8.6 is installed
  • OR apport-gtk-0.114-12.8.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-devel-9.9.6P1-0.5 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-devel-9.9.6P1-0.5 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-devel-9.9.6P1-0.5 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-devel-9.9.6P1-0.5 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-devel-9.9.6P1-0.5 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • freeradius-server-2.1.1-7.16 is installed
  • OR freeradius-server-dialupadmin-2.1.1-7.16 is installed
  • OR freeradius-server-doc-2.1.1-7.16 is installed
  • OR freeradius-server-libs-2.1.1-7.16 is installed
  • OR freeradius-server-utils-2.1.1-7.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • freeradius-server-2.1.1-7.16 is installed
  • OR freeradius-server-dialupadmin-2.1.1-7.16 is installed
  • OR freeradius-server-doc-2.1.1-7.16 is installed
  • OR freeradius-server-libs-2.1.1-7.16 is installed
  • OR freeradius-server-utils-2.1.1-7.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • freeradius-server-2.1.1-7.16 is installed
  • OR freeradius-server-dialupadmin-2.1.1-7.16 is installed
  • OR freeradius-server-doc-2.1.1-7.16 is installed
  • OR freeradius-server-libs-2.1.1-7.16 is installed
  • OR freeradius-server-utils-2.1.1-7.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • dhcpcd-3.2.3-44.28 is installed
  • OR dhcpv6-1.0.22-3.21 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.25 is installed
  • OR bind-chrootenv-9.9.6P1-0.25 is installed
  • OR bind-devel-9.9.6P1-0.25 is installed
  • OR bind-doc-9.9.6P1-0.25 is installed
  • OR bind-libs-9.9.6P1-0.25 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25 is installed
  • OR bind-utils-9.9.6P1-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.25 is installed
  • OR bind-chrootenv-9.9.6P1-0.25 is installed
  • OR bind-devel-9.9.6P1-0.25 is installed
  • OR bind-doc-9.9.6P1-0.25 is installed
  • OR bind-libs-9.9.6P1-0.25 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25 is installed
  • OR bind-utils-9.9.6P1-0.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.7 is installed
  • OR MozillaFirefox-branding-SLED-7-0.12 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.7 is installed
  • OR MozillaFirefox-branding-SLED-7-0.12 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.7 is installed
  • OR MozillaFirefox-branding-SLED-7-0.12 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.7 is installed
  • OR MozillaFirefox-branding-SLED-7-0.12 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.7 is installed
  • OR MozillaFirefox-branding-SLED-7-0.12 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND cron-4.1-194.207 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.17-101 is installed
  • OR php53-5.3.17-101 is installed
  • OR php53-bcmath-5.3.17-101 is installed
  • OR php53-bz2-5.3.17-101 is installed
  • OR php53-calendar-5.3.17-101 is installed
  • OR php53-ctype-5.3.17-101 is installed
  • OR php53-curl-5.3.17-101 is installed
  • OR php53-dba-5.3.17-101 is installed
  • OR php53-dom-5.3.17-101 is installed
  • OR php53-exif-5.3.17-101 is installed
  • OR php53-fastcgi-5.3.17-101 is installed
  • OR php53-fileinfo-5.3.17-101 is installed
  • OR php53-ftp-5.3.17-101 is installed
  • OR php53-gd-5.3.17-101 is installed
  • OR php53-gettext-5.3.17-101 is installed
  • OR php53-gmp-5.3.17-101 is installed
  • OR php53-iconv-5.3.17-101 is installed
  • OR php53-intl-5.3.17-101 is installed
  • OR php53-json-5.3.17-101 is installed
  • OR php53-ldap-5.3.17-101 is installed
  • OR php53-mbstring-5.3.17-101 is installed
  • OR php53-mcrypt-5.3.17-101 is installed
  • OR php53-mysql-5.3.17-101 is installed
  • OR php53-odbc-5.3.17-101 is installed
  • OR php53-openssl-5.3.17-101 is installed
  • OR php53-pcntl-5.3.17-101 is installed
  • OR php53-pdo-5.3.17-101 is installed
  • OR php53-pear-5.3.17-101 is installed
  • OR php53-pgsql-5.3.17-101 is installed
  • OR php53-pspell-5.3.17-101 is installed
  • OR php53-shmop-5.3.17-101 is installed
  • OR php53-snmp-5.3.17-101 is installed
  • OR php53-soap-5.3.17-101 is installed
  • OR php53-suhosin-5.3.17-101 is installed
  • OR php53-sysvmsg-5.3.17-101 is installed
  • OR php53-sysvsem-5.3.17-101 is installed
  • OR php53-sysvshm-5.3.17-101 is installed
  • OR php53-tokenizer-5.3.17-101 is installed
  • OR php53-wddx-5.3.17-101 is installed
  • OR php53-xmlreader-5.3.17-101 is installed
  • OR php53-xmlrpc-5.3.17-101 is installed
  • OR php53-xmlwriter-5.3.17-101 is installed
  • OR php53-xsl-5.3.17-101 is installed
  • OR php53-zip-5.3.17-101 is installed
  • OR php53-zlib-5.3.17-101 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • apache2-mod_php53-5.3.17-101 is installed
  • OR php53-5.3.17-101 is installed
  • OR php53-bcmath-5.3.17-101 is installed
  • OR php53-bz2-5.3.17-101 is installed
  • OR php53-calendar-5.3.17-101 is installed
  • OR php53-ctype-5.3.17-101 is installed
  • OR php53-curl-5.3.17-101 is installed
  • OR php53-dba-5.3.17-101 is installed
  • OR php53-dom-5.3.17-101 is installed
  • OR php53-exif-5.3.17-101 is installed
  • OR php53-fastcgi-5.3.17-101 is installed
  • OR php53-fileinfo-5.3.17-101 is installed
  • OR php53-ftp-5.3.17-101 is installed
  • OR php53-gd-5.3.17-101 is installed
  • OR php53-gettext-5.3.17-101 is installed
  • OR php53-gmp-5.3.17-101 is installed
  • OR php53-iconv-5.3.17-101 is installed
  • OR php53-intl-5.3.17-101 is installed
  • OR php53-json-5.3.17-101 is installed
  • OR php53-ldap-5.3.17-101 is installed
  • OR php53-mbstring-5.3.17-101 is installed
  • OR php53-mcrypt-5.3.17-101 is installed
  • OR php53-mysql-5.3.17-101 is installed
  • OR php53-odbc-5.3.17-101 is installed
  • OR php53-openssl-5.3.17-101 is installed
  • OR php53-pcntl-5.3.17-101 is installed
  • OR php53-pdo-5.3.17-101 is installed
  • OR php53-pear-5.3.17-101 is installed
  • OR php53-pgsql-5.3.17-101 is installed
  • OR php53-pspell-5.3.17-101 is installed
  • OR php53-shmop-5.3.17-101 is installed
  • OR php53-snmp-5.3.17-101 is installed
  • OR php53-soap-5.3.17-101 is installed
  • OR php53-suhosin-5.3.17-101 is installed
  • OR php53-sysvmsg-5.3.17-101 is installed
  • OR php53-sysvsem-5.3.17-101 is installed
  • OR php53-sysvshm-5.3.17-101 is installed
  • OR php53-tokenizer-5.3.17-101 is installed
  • OR php53-wddx-5.3.17-101 is installed
  • OR php53-xmlreader-5.3.17-101 is installed
  • OR php53-xmlrpc-5.3.17-101 is installed
  • OR php53-xmlwriter-5.3.17-101 is installed
  • OR php53-xsl-5.3.17-101 is installed
  • OR php53-zip-5.3.17-101 is installed
  • OR php53-zlib-5.3.17-101 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.17-101 is installed
  • OR php53-5.3.17-101 is installed
  • OR php53-bcmath-5.3.17-101 is installed
  • OR php53-bz2-5.3.17-101 is installed
  • OR php53-calendar-5.3.17-101 is installed
  • OR php53-ctype-5.3.17-101 is installed
  • OR php53-curl-5.3.17-101 is installed
  • OR php53-dba-5.3.17-101 is installed
  • OR php53-dom-5.3.17-101 is installed
  • OR php53-exif-5.3.17-101 is installed
  • OR php53-fastcgi-5.3.17-101 is installed
  • OR php53-fileinfo-5.3.17-101 is installed
  • OR php53-ftp-5.3.17-101 is installed
  • OR php53-gd-5.3.17-101 is installed
  • OR php53-gettext-5.3.17-101 is installed
  • OR php53-gmp-5.3.17-101 is installed
  • OR php53-iconv-5.3.17-101 is installed
  • OR php53-intl-5.3.17-101 is installed
  • OR php53-json-5.3.17-101 is installed
  • OR php53-ldap-5.3.17-101 is installed
  • OR php53-mbstring-5.3.17-101 is installed
  • OR php53-mcrypt-5.3.17-101 is installed
  • OR php53-mysql-5.3.17-101 is installed
  • OR php53-odbc-5.3.17-101 is installed
  • OR php53-openssl-5.3.17-101 is installed
  • OR php53-pcntl-5.3.17-101 is installed
  • OR php53-pdo-5.3.17-101 is installed
  • OR php53-pear-5.3.17-101 is installed
  • OR php53-pgsql-5.3.17-101 is installed
  • OR php53-pspell-5.3.17-101 is installed
  • OR php53-shmop-5.3.17-101 is installed
  • OR php53-snmp-5.3.17-101 is installed
  • OR php53-soap-5.3.17-101 is installed
  • OR php53-suhosin-5.3.17-101 is installed
  • OR php53-sysvmsg-5.3.17-101 is installed
  • OR php53-sysvsem-5.3.17-101 is installed
  • OR php53-sysvshm-5.3.17-101 is installed
  • OR php53-tokenizer-5.3.17-101 is installed
  • OR php53-wddx-5.3.17-101 is installed
  • OR php53-xmlreader-5.3.17-101 is installed
  • OR php53-xmlrpc-5.3.17-101 is installed
  • OR php53-xmlwriter-5.3.17-101 is installed
  • OR php53-xsl-5.3.17-101 is installed
  • OR php53-zip-5.3.17-101 is installed
  • OR php53-zlib-5.3.17-101 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • apache2-mod_php53-5.3.17-101 is installed
  • OR php53-5.3.17-101 is installed
  • OR php53-bcmath-5.3.17-101 is installed
  • OR php53-bz2-5.3.17-101 is installed
  • OR php53-calendar-5.3.17-101 is installed
  • OR php53-ctype-5.3.17-101 is installed
  • OR php53-curl-5.3.17-101 is installed
  • OR php53-dba-5.3.17-101 is installed
  • OR php53-dom-5.3.17-101 is installed
  • OR php53-exif-5.3.17-101 is installed
  • OR php53-fastcgi-5.3.17-101 is installed
  • OR php53-fileinfo-5.3.17-101 is installed
  • OR php53-ftp-5.3.17-101 is installed
  • OR php53-gd-5.3.17-101 is installed
  • OR php53-gettext-5.3.17-101 is installed
  • OR php53-gmp-5.3.17-101 is installed
  • OR php53-iconv-5.3.17-101 is installed
  • OR php53-intl-5.3.17-101 is installed
  • OR php53-json-5.3.17-101 is installed
  • OR php53-ldap-5.3.17-101 is installed
  • OR php53-mbstring-5.3.17-101 is installed
  • OR php53-mcrypt-5.3.17-101 is installed
  • OR php53-mysql-5.3.17-101 is installed
  • OR php53-odbc-5.3.17-101 is installed
  • OR php53-openssl-5.3.17-101 is installed
  • OR php53-pcntl-5.3.17-101 is installed
  • OR php53-pdo-5.3.17-101 is installed
  • OR php53-pear-5.3.17-101 is installed
  • OR php53-pgsql-5.3.17-101 is installed
  • OR php53-pspell-5.3.17-101 is installed
  • OR php53-shmop-5.3.17-101 is installed
  • OR php53-snmp-5.3.17-101 is installed
  • OR php53-soap-5.3.17-101 is installed
  • OR php53-suhosin-5.3.17-101 is installed
  • OR php53-sysvmsg-5.3.17-101 is installed
  • OR php53-sysvsem-5.3.17-101 is installed
  • OR php53-sysvshm-5.3.17-101 is installed
  • OR php53-tokenizer-5.3.17-101 is installed
  • OR php53-wddx-5.3.17-101 is installed
  • OR php53-xmlreader-5.3.17-101 is installed
  • OR php53-xmlrpc-5.3.17-101 is installed
  • OR php53-xmlwriter-5.3.17-101 is installed
  • OR php53-xsl-5.3.17-101 is installed
  • OR php53-zip-5.3.17-101 is installed
  • OR php53-zlib-5.3.17-101 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.93 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.93 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-3.0.101-0.47.93 is installed
  • OR kernel-default-base-3.0.101-0.47.93 is installed
  • OR kernel-default-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-man-3.0.101-0.47.93 is installed
  • OR kernel-ec2-3.0.101-0.47.93 is installed
  • OR kernel-ec2-base-3.0.101-0.47.93 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.93 is installed
  • OR kernel-pae-3.0.101-0.47.93 is installed
  • OR kernel-pae-base-3.0.101-0.47.93 is installed
  • OR kernel-pae-devel-3.0.101-0.47.93 is installed
  • OR kernel-source-3.0.101-0.47.93 is installed
  • OR kernel-syms-3.0.101-0.47.93 is installed
  • OR kernel-trace-3.0.101-0.47.93 is installed
  • OR kernel-trace-base-3.0.101-0.47.93 is installed
  • OR kernel-trace-devel-3.0.101-0.47.93 is installed
  • OR kernel-xen-3.0.101-0.47.93 is installed
  • OR kernel-xen-base-3.0.101-0.47.93 is installed
  • OR kernel-xen-devel-3.0.101-0.47.93 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.93 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.93 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-3.0.101-0.47.93 is installed
  • OR kernel-default-base-3.0.101-0.47.93 is installed
  • OR kernel-default-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-man-3.0.101-0.47.93 is installed
  • OR kernel-ec2-3.0.101-0.47.93 is installed
  • OR kernel-ec2-base-3.0.101-0.47.93 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.93 is installed
  • OR kernel-pae-3.0.101-0.47.93 is installed
  • OR kernel-pae-base-3.0.101-0.47.93 is installed
  • OR kernel-pae-devel-3.0.101-0.47.93 is installed
  • OR kernel-source-3.0.101-0.47.93 is installed
  • OR kernel-syms-3.0.101-0.47.93 is installed
  • OR kernel-trace-3.0.101-0.47.93 is installed
  • OR kernel-trace-base-3.0.101-0.47.93 is installed
  • OR kernel-trace-devel-3.0.101-0.47.93 is installed
  • OR kernel-xen-3.0.101-0.47.93 is installed
  • OR kernel-xen-base-3.0.101-0.47.93 is installed
  • OR kernel-xen-devel-3.0.101-0.47.93 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.50-85.5.1 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.50-85.5.1 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.50-85.5.1 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.50-85.5.1 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.50-85.5.1 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.50-85.5.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • bzip2-1.0.6-257.8 is installed
  • OR bzip2-doc-1.0.6-257.8 is installed
  • OR libbz2-1-1.0.6-257.8 is installed
  • OR libbz2-1-32bit-1.0.6-257.8 is installed
  • OR libbz2-devel-1.0.6-257.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • bzip2-1.0.6-257.8 is installed
  • OR bzip2-doc-1.0.6-257.8 is installed
  • OR libbz2-1-1.0.6-257.8 is installed
  • OR libbz2-1-32bit-1.0.6-257.8 is installed
  • OR libbz2-devel-1.0.6-257.8 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 Package Information
  • OpenEXR-1.6.1-83.17 is installed
  • OR OpenEXR-32bit-1.6.1-83.17 is installed
  • OR OpenEXR-x86-1.6.1-83.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • rhnlib-2.5.84.4-8 is installed
  • OR spacecmd-2.5.5.5-14 is installed
  • OR spacewalk-backend-2.5.24.9-24 is installed
  • OR spacewalk-backend-libs-2.5.24.9-24 is installed
  • OR spacewalk-check-2.5.13.8-23 is installed
  • OR spacewalk-client-setup-2.5.13.8-23 is installed
  • OR spacewalk-client-tools-2.5.13.8-23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • rhnlib-2.5.84.4-8 is installed
  • OR spacecmd-2.5.5.5-14 is installed
  • OR spacewalk-backend-2.5.24.9-24 is installed
  • OR spacewalk-backend-libs-2.5.24.9-24 is installed
  • OR spacewalk-check-2.5.13.8-23 is installed
  • OR spacewalk-client-setup-2.5.13.8-23 is installed
  • OR spacewalk-client-tools-2.5.13.8-23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • curl-openssl1-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.70.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • curl-openssl1-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.70.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND vsftpd-openssl1-2.0.7-4.43 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • cpio-2.11-29 is installed
  • OR cpio-lang-2.11-29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • cpio-2.11-29 is installed
  • OR cpio-lang-2.11-29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • augeas-1.2.0-1 is installed
  • OR augeas-lenses-1.2.0-1 is installed
  • OR libaugeas0-1.2.0-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND rsync-3.1.0-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND rsync-3.1.0-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-9 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • evince-3.10.3-2.3 is installed
  • OR evince-lang-3.10.3-2.3 is installed
  • OR libevdocument3-4-3.10.3-2.3 is installed
  • OR libevview3-3-3.10.3-2.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • evince-3.10.3-2.3 is installed
  • OR evince-lang-3.10.3-2.3 is installed
  • OR libevdocument3-4-3.10.3-2.3 is installed
  • OR libevview3-3-3.10.3-2.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • bind-9.9.9P1-62.1 is installed
  • OR bind-chrootenv-9.9.9P1-62.1 is installed
  • OR bind-devel-9.9.9P1-62.1 is installed
  • OR bind-doc-9.9.9P1-62.1 is installed
  • OR bind-libs-9.9.9P1-62.1 is installed
  • OR bind-libs-32bit-9.9.9P1-62.1 is installed
  • OR bind-utils-9.9.9P1-62.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libtiff5-4.0.8-44.3 is installed
  • OR libtiff5-32bit-4.0.8-44.3 is installed
  • OR tiff-4.0.8-44.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libtiff5-4.0.8-44.3 is installed
  • OR libtiff5-32bit-4.0.8-44.3 is installed
  • OR tiff-4.0.8-44.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND cifs-utils-6.5-8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • qemu-2.6.2-41.40 is installed
  • OR qemu-block-curl-2.6.2-41.40 is installed
  • OR qemu-block-rbd-2.6.2-41.40 is installed
  • OR qemu-block-ssh-2.6.2-41.40 is installed
  • OR qemu-guest-agent-2.6.2-41.40 is installed
  • OR qemu-ipxe-1.0.0-41.40 is installed
  • OR qemu-kvm-2.6.2-41.40 is installed
  • OR qemu-lang-2.6.2-41.40 is installed
  • OR qemu-seabios-1.9.1-41.40 is installed
  • OR qemu-sgabios-8-41.40 is installed
  • OR qemu-tools-2.6.2-41.40 is installed
  • OR qemu-vgabios-1.9.1-41.40 is installed
  • OR qemu-x86-2.6.2-41.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • qemu-2.6.2-41.40 is installed
  • OR qemu-block-curl-2.6.2-41.40 is installed
  • OR qemu-block-rbd-2.6.2-41.40 is installed
  • OR qemu-block-ssh-2.6.2-41.40 is installed
  • OR qemu-guest-agent-2.6.2-41.40 is installed
  • OR qemu-ipxe-1.0.0-41.40 is installed
  • OR qemu-kvm-2.6.2-41.40 is installed
  • OR qemu-lang-2.6.2-41.40 is installed
  • OR qemu-seabios-1.9.1-41.40 is installed
  • OR qemu-sgabios-8-41.40 is installed
  • OR qemu-tools-2.6.2-41.40 is installed
  • OR qemu-vgabios-1.9.1-41.40 is installed
  • OR qemu-x86-2.6.2-41.40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND ucode-intel-20180425-13.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND ucode-intel-20180425-13.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • libldap-2_4-2-2.4.41-18.68 is installed
  • OR libldap-2_4-2-32bit-2.4.41-18.68 is installed
  • OR openldap2-2.4.41-18.68 is installed
  • OR openldap2-back-meta-2.4.41-18.68 is installed
  • OR openldap2-client-2.4.41-18.68 is installed
  • OR openldap2-doc-2.4.41-18.68 is installed
  • OR openldap2-ppolicy-check-password-1.2-18.68 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • libldap-2_4-2-2.4.41-18.68 is installed
  • OR libldap-2_4-2-32bit-2.4.41-18.68 is installed
  • OR openldap2-2.4.41-18.68 is installed
  • OR openldap2-back-meta-2.4.41-18.68 is installed
  • OR openldap2-client-2.4.41-18.68 is installed
  • OR openldap2-doc-2.4.41-18.68 is installed
  • OR openldap2-ppolicy-check-password-1.2-18.68 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.10-38.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.10-38.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • emacs-24.3-19 is installed
  • OR emacs-el-24.3-19 is installed
  • OR emacs-info-24.3-19 is installed
  • OR emacs-nox-24.3-19 is installed
  • OR emacs-x11-24.3-19 is installed
  • OR etags-24.3-19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • MozillaFirefox-60.9.0-109.86 is installed
  • OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • MozillaFirefox-60.9.0-109.86 is installed
  • OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • MozillaFirefox-60.8.0-109.83 is installed
  • OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
  • OR libfreebl3-3.44.1-58.28 is installed
  • OR libfreebl3-32bit-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-3.44.1-58.28 is installed
  • OR libsoftokn3-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-3.44.1-58.28 is installed
  • OR mozilla-nss-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-tools-3.44.1-58.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • MozillaFirefox-60.8.0-109.83 is installed
  • OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
  • OR libfreebl3-3.44.1-58.28 is installed
  • OR libfreebl3-32bit-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-3.44.1-58.28 is installed
  • OR libsoftokn3-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-3.44.1-58.28 is installed
  • OR mozilla-nss-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-tools-3.44.1-58.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libgcrypt-1.6.1-16.62 is installed
  • OR libgcrypt20-1.6.1-16.62 is installed
  • OR libgcrypt20-32bit-1.6.1-16.62 is installed
  • OR libgcrypt20-hmac-1.6.1-16.62 is installed
  • OR libgcrypt20-hmac-32bit-1.6.1-16.62 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libgcrypt-1.6.1-16.62 is installed
  • OR libgcrypt20-1.6.1-16.62 is installed
  • OR libgcrypt20-32bit-1.6.1-16.62 is installed
  • OR libgcrypt20-hmac-1.6.1-16.62 is installed
  • OR libgcrypt20-hmac-32bit-1.6.1-16.62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • bash-4.3-83.15 is installed
  • OR bash-doc-4.3-83.15 is installed
  • OR libreadline6-6.3-83.15 is installed
  • OR libreadline6-32bit-6.3-83.15 is installed
  • OR readline-doc-6.3-83.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • accountsservice-0.6.42-16.8 is installed
  • OR accountsservice-lang-0.6.42-16.8 is installed
  • OR libaccountsservice0-0.6.42-16.8 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.42-16.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • accountsservice-0.6.42-16.8 is installed
  • OR accountsservice-lang-0.6.42-16.8 is installed
  • OR libaccountsservice0-0.6.42-16.8 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.42-16.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • openssh-6.6p1-52 is installed
  • OR openssh-askpass-gnome-6.6p1-52 is installed
  • OR openssh-fips-6.6p1-52 is installed
  • OR openssh-helpers-6.6p1-52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • openssh-6.6p1-52 is installed
  • OR openssh-askpass-gnome-6.6p1-52 is installed
  • OR openssh-fips-6.6p1-52 is installed
  • OR openssh-helpers-6.6p1-52 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND sap_suse_cluster_connector-1.0.0-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.44 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_60-52_54-default-7-2 is installed
  • OR kgraft-patch-3_12_60-52_54-xen-7-2 is installed
  • OR kgraft-patch-SLE12_Update_15-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • evince-3.10.3-2.3 is installed
  • OR evince-lang-3.10.3-2.3 is installed
  • OR libevdocument3-4-3.10.3-2.3 is installed
  • OR libevview3-3-3.10.3-2.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_74-92_32-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_11-10-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libreoffice-4.3.3.2-6 is installed
  • OR libreoffice-base-4.3.3.2-6 is installed
  • OR libreoffice-base-drivers-mysql-4.3.3.2-6 is installed
  • OR libreoffice-base-drivers-postgresql-4.3.3.2-6 is installed
  • OR libreoffice-calc-4.3.3.2-6 is installed
  • OR libreoffice-calc-extensions-4.3.3.2-6 is installed
  • OR libreoffice-draw-4.3.3.2-6 is installed
  • OR libreoffice-filters-optional-4.3.3.2-6 is installed
  • OR libreoffice-gnome-4.3.3.2-6 is installed
  • OR libreoffice-icon-theme-tango-4.3.3.2-6 is installed
  • OR libreoffice-impress-4.3.3.2-6 is installed
  • OR libreoffice-l10n-af-4.3.3.2-6 is installed
  • OR libreoffice-l10n-ar-4.3.3.2-6 is installed
  • OR libreoffice-l10n-ca-4.3.3.2-6 is installed
  • OR libreoffice-l10n-cs-4.3.3.2-6 is installed
  • OR libreoffice-l10n-da-4.3.3.2-6 is installed
  • OR libreoffice-l10n-de-4.3.3.2-6 is installed
  • OR libreoffice-l10n-en-4.3.3.2-6 is installed
  • OR libreoffice-l10n-es-4.3.3.2-6 is installed
  • OR libreoffice-l10n-fi-4.3.3.2-6 is installed
  • OR libreoffice-l10n-fr-4.3.3.2-6 is installed
  • OR libreoffice-l10n-gu-4.3.3.2-6 is installed
  • OR libreoffice-l10n-hi-4.3.3.2-6 is installed
  • OR libreoffice-l10n-hu-4.3.3.2-6 is installed
  • OR libreoffice-l10n-it-4.3.3.2-6 is installed
  • OR libreoffice-l10n-ja-4.3.3.2-6 is installed
  • OR libreoffice-l10n-ko-4.3.3.2-6 is installed
  • OR libreoffice-l10n-nb-4.3.3.2-6 is installed
  • OR libreoffice-l10n-nl-4.3.3.2-6 is installed
  • OR libreoffice-l10n-nn-4.3.3.2-6 is installed
  • OR libreoffice-l10n-pl-4.3.3.2-6 is installed
  • OR libreoffice-l10n-pt-BR-4.3.3.2-6 is installed
  • OR libreoffice-l10n-pt-PT-4.3.3.2-6 is installed
  • OR libreoffice-l10n-ru-4.3.3.2-6 is installed
  • OR libreoffice-l10n-sk-4.3.3.2-6 is installed
  • OR libreoffice-l10n-sv-4.3.3.2-6 is installed
  • OR libreoffice-l10n-xh-4.3.3.2-6 is installed
  • OR libreoffice-l10n-zh-Hans-4.3.3.2-6 is installed
  • OR libreoffice-l10n-zh-Hant-4.3.3.2-6 is installed
  • OR libreoffice-l10n-zu-4.3.3.2-6 is installed
  • OR libreoffice-mailmerge-4.3.3.2-6 is installed
  • OR libreoffice-math-4.3.3.2-6 is installed
  • OR libreoffice-officebean-4.3.3.2-6 is installed
  • OR libreoffice-pyuno-4.3.3.2-6 is installed
  • OR libreoffice-writer-4.3.3.2-6 is installed
  • OR libreoffice-writer-extensions-4.3.3.2-6 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-47 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-47 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • evince-3.20.1-6.16 is installed
  • OR typelib-1_0-EvinceDocument-3_0-3.20.1-6.16 is installed
  • OR typelib-1_0-EvinceView-3_0-3.20.1-6.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • python-base-2.7.13-28.26 is installed
  • OR python-devel-2.7.13-28.26 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • bind-9.9.6P1-0.47.1 is installed
  • OR bind-chrootenv-9.9.6P1-0.47.1 is installed
  • OR bind-devel-9.9.6P1-0.47.1 is installed
  • OR bind-doc-9.9.6P1-0.47.1 is installed
  • OR bind-libs-9.9.6P1-0.47.1 is installed
  • OR bind-libs-32bit-9.9.6P1-0.47.1 is installed
  • OR bind-utils-9.9.6P1-0.47.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • openstack-heat-5.0.2~a0~dev9-1.4 is installed
  • OR openstack-heat-api-5.0.2~a0~dev9-1.4 is installed
  • OR openstack-heat-api-cfn-5.0.2~a0~dev9-1.4 is installed
  • OR openstack-heat-api-cloudwatch-5.0.2~a0~dev9-1.4 is installed
  • OR openstack-heat-engine-5.0.2~a0~dev9-1.4 is installed
  • OR openstack-heat-plugin-heat_docker-5.0.2~a0~dev9-1.4 is installed
  • OR python-heat-5.0.2~a0~dev9-1.4 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND redis-4.0.2-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND
  • ffmpeg-3.1.6-5 is installed
  • OR ffmpeg-devel-2.8.10-9 is installed
  • OR libavcodec-devel-3.1.6-5 is installed
  • OR libavcodec56-2.8.10-9 is installed
  • OR libavcodec57-3.1.6-5 is installed
  • OR libavcodec57-32bit-3.2.4-6.3 is installed
  • OR libavdevice-devel-3.1.6-5 is installed
  • OR libavdevice56-2.8.10-9 is installed
  • OR libavdevice57-3.1.6-5 is installed
  • OR libavdevice57-32bit-3.2.4-6.3 is installed
  • OR libavfilter-devel-3.1.6-5 is installed
  • OR libavfilter5-2.8.10-9 is installed
  • OR libavfilter6-3.1.6-5 is installed
  • OR libavfilter6-32bit-3.2.4-6.3 is installed
  • OR libavformat-devel-3.1.6-5 is installed
  • OR libavformat56-2.8.10-9 is installed
  • OR libavformat57-3.1.6-5 is installed
  • OR libavformat57-32bit-3.2.4-6.3 is installed
  • OR libavresample-devel-3.1.6-5 is installed
  • OR libavresample2-2.8.10-9 is installed
  • OR libavresample3-3.1.6-5 is installed
  • OR libavresample3-32bit-3.2.4-6.3 is installed
  • OR libavutil-devel-3.1.6-5 is installed
  • OR libavutil54-2.8.10-9 is installed
  • OR libavutil55-3.1.6-5 is installed
  • OR libavutil55-32bit-3.2.4-6.3 is installed
  • OR libpostproc-devel-3.1.6-5 is installed
  • OR libpostproc53-2.8.10-9 is installed
  • OR libpostproc54-3.1.6-5 is installed
  • OR libpostproc54-32bit-3.2.4-6.3 is installed
  • OR libswresample-devel-3.1.6-5 is installed
  • OR libswresample1-2.8.10-9 is installed
  • OR libswresample2-3.1.6-5 is installed
  • OR libswresample2-32bit-3.2.4-6.3 is installed
  • OR libswscale-devel-3.1.6-5 is installed
  • OR libswscale3-2.8.10-9 is installed
  • OR libswscale4-3.1.6-5 is installed
  • OR libswscale4-32bit-3.2.4-6.3 is installed
  • OR Package Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND
  • ffmpeg-3.1.6-5 is installed
  • OR ffmpeg-devel-2.8.10-9 is installed
  • OR libavcodec-devel-3.1.6-5 is installed
  • OR libavcodec56-2.8.10-9 is installed
  • OR libavcodec57-3.1.6-5 is installed
  • OR libavcodec57-32bit-3.2.4-6.3 is installed
  • OR libavdevice-devel-3.1.6-5 is installed
  • OR libavdevice56-2.8.10-9 is installed
  • OR libavdevice57-3.1.6-5 is installed
  • OR libavdevice57-32bit-3.2.4-6.3 is installed
  • OR libavfilter-devel-3.1.6-5 is installed
  • OR libavfilter5-2.8.10-9 is installed
  • OR libavfilter6-3.1.6-5 is installed
  • OR libavfilter6-32bit-3.2.4-6.3 is installed
  • OR libavformat-devel-3.1.6-5 is installed
  • OR libavformat56-2.8.10-9 is installed
  • OR libavformat57-3.1.6-5 is installed
  • OR libavformat57-32bit-3.2.4-6.3 is installed
  • OR libavresample-devel-3.1.6-5 is installed
  • OR libavresample2-2.8.10-9 is installed
  • OR libavresample3-3.1.6-5 is installed
  • OR libavresample3-32bit-3.2.4-6.3 is installed
  • OR libavutil-devel-3.1.6-5 is installed
  • OR libavutil54-2.8.10-9 is installed
  • OR libavutil55-3.1.6-5 is installed
  • OR libavutil55-32bit-3.2.4-6.3 is installed
  • OR libpostproc-devel-3.1.6-5 is installed
  • OR libpostproc53-2.8.10-9 is installed
  • OR libpostproc54-3.1.6-5 is installed
  • OR libpostproc54-32bit-3.2.4-6.3 is installed
  • OR libswresample-devel-3.1.6-5 is installed
  • OR libswresample1-2.8.10-9 is installed
  • OR libswresample2-3.1.6-5 is installed
  • OR libswresample2-32bit-3.2.4-6.3 is installed
  • OR libswscale-devel-3.1.6-5 is installed
  • OR libswscale3-2.8.10-9 is installed
  • OR libswscale4-3.1.6-5 is installed
  • OR libswscale4-32bit-3.2.4-6.3 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND Package Information
  • ark-15.12.3-8 is installed
  • OR libkerfuffle15-15.12.3-8 is installed
  • OR libkerfuffle16-16.08.2-3 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • chromedriver-55.0.2883.75-2 is installed
  • OR chromium-55.0.2883.75-2 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
  • AND Package Information
  • chromedriver-78.0.3904.108-16 is installed
  • OR chromium-78.0.3904.108-16 is installed
  • BACK