Oval Definition:oval:org.opensuse.security:def:18156
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):1012382
1015336
1015337
1015340
1019683
1019695
1020413
1020645
1022727
1023175
1027260
1027457
1027519
1031492
1033109
1033111
1033112
1033113
1033118
1033120
1033126
1033127
1033128
1033129
1033131
1038438
1042286
1042804
1042805
1043083
1044231
1046264
1047487
1048916
1050549
1051150
1051510
1051858
1052984
1056686
1058115
1060463
1061107
1063034
1063035
1063037
1063038
1063039
1063040
1063041
1065600
1065729
1066223
1068032
1070805
1071995
1078355
1079935
1082555
1083647
1085030
1086095
1086423
1086652
1089895
1091405
1093158
1094244
1094823
1094973
1096242
1096281
1099523
1099810
1100105
1101557
1102439
1102660
1102875
1102877
1102879
1102882
1102896
1103097
1103156
1103257
1103624
1103990
1103991
1103992
1104098
1104731
1104745
1104967
1105428
1106061
1106105
1106237
1106240
1106929
1107385
1107866
1108145
1108240
1108940
1109272
1109330
1109695
1109806
1109837
1109849
1109911
1110121
1110279
1110286
1111014
1111062
1111174
1111666
1111809
1112178
1112246
1112374
1112963
1113412
1113766
1113956
1114190
1114279
1114405
1114417
1114423
1114475
1114648
1114763
1114839
1114871
1114893
1114988
1115040
1115043
1115044
1115045
1115047
1115431
1115433
1115440
1115482
1115709
1116027
1116183
1116285
1116336
1116345
1116497
1116653
1116841
1116924
1116950
1116962
1116998
1117108
1117162
1117165
1117186
1117562
1117645
1117744
1117756
1118152
1118316
1118319
1118338
1118505
1118595
1118596
1118599
1118790
1118798
1118915
1118922
1118926
1118930
1118936
1119204
1119680
1119714
1119877
1119946
1119967
1119970
1120017
1120046
1120386
1120722
1120743
1120758
1120902
1120950
1121214
1121239
1121240
1121241
1121242
1121275
1121621
1121726
1121759
1122319
1122650
1122651
1122779
1122885
1123321
1123323
1123357
1123933
1124166
1124278
1124728
1124732
1124735
1124775
1124777
1124780
1124811
1125000
1125014
1125446
1125617
1125794
1125796
1125808
1125809
1125810
1125892
1127354
1127355
1127371
1127670
1131945
1133021
1136157
1137325
1137633
1137832
1138172
1138173
1140091
1141558
1142685
1144333
1145051
1145929
1146539
1148868
1151794
1152489
1154385
1154824
1157169
1157424
1158265
1158552
1158983
1159037
1159142
1159198
1159199
1159285
1160388
1160659
1160947
1161799
1161951
1162929
1162931
1163403
1163508
1163897
1164078
1164284
1164507
1164780
1164871
1164893
1165019
1165111
1165182
1165183
1165404
1165478
1165488
1165527
1165741
1165813
1165873
1165949
1165984
1165985
1166003
1166101
1166102
1166103
1166104
1166632
1166730
1166731
1166732
1166733
1166734
1166735
1166780
1166860
1166861
1166862
1166864
1166866
1166867
1166868
1166870
1166940
1166969
1166978
1167005
1167288
1167290
1167316
1167421
1167423
1167574
1167629
1167851
1167867
1168075
1168202
1168276
1168295
1168332
1168424
1168443
1168486
1168503
1168670
1168760
1168762
1168763
1168764
1168765
1168789
1168829
1168854
1168881
1168884
1168952
1169005
1169020
1169057
1169390
1169514
1169525
1169625
1169762
1170056
1170125
1170145
1170284
1170345
1170457
1170522
1170592
1170617
1170618
1170620
1170621
1170770
1170778
1170791
1170901
1171078
1171098
1171118
1171189
1171191
1171195
1171202
1171205
1171214
1171217
1171218
1171219
1171220
1171244
1171293
1171417
1171527
1171599
1171600
1171601
1171602
1171604
1171605
1171606
1171607
1171608
1171609
1171610
1171611
1171612
1171613
1171614
1171615
1171616
1171617
1171618
1171619
1171620
1171621
1171622
1171623
1171624
1171625
1171626
1171662
1171679
1171691
1171692
1171694
1171695
1171736
1171761
1171817
1171948
1171949
1171951
1171952
1171979
1171982
1171983
1172017
1172096
1172097
1172098
1172099
1172101
1172102
1172103
1172104
1172127
1172130
1172185
1172188
1172199
1172201
1172202
1172218
1172221
1172249
1172251
1172253
1172317
1172342
1172343
1172344
1172366
1172378
1172391
1172397
1172453
985031
CVE-2015-1351
CVE-2016-10371
CVE-2017-12176
CVE-2017-12177
CVE-2017-12178
CVE-2017-12179
CVE-2017-12180
CVE-2017-12181
CVE-2017-12182
CVE-2017-12183
CVE-2017-12184
CVE-2017-12185
CVE-2017-12186
CVE-2017-12187
CVE-2017-13721
CVE-2017-13723
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-1000199
CVE-2018-1120
CVE-2018-15518
CVE-2018-16862
CVE-2018-16884
CVE-2018-17963
CVE-2018-18849
CVE-2018-18883
CVE-2018-19407
CVE-2018-19665
CVE-2018-19824
CVE-2018-19869
CVE-2018-19873
CVE-2018-19961
CVE-2018-19962
CVE-2018-19963
CVE-2018-19964
CVE-2018-19965
CVE-2018-19966
CVE-2018-19967
CVE-2018-19985
CVE-2018-20169
CVE-2018-4191
CVE-2018-4197
CVE-2018-4207
CVE-2018-4208
CVE-2018-4209
CVE-2018-4210
CVE-2018-4212
CVE-2018-4213
CVE-2018-4261
CVE-2018-4262
CVE-2018-4263
CVE-2018-4264
CVE-2018-4265
CVE-2018-4266
CVE-2018-4267
CVE-2018-4270
CVE-2018-4272
CVE-2018-4273
CVE-2018-4278
CVE-2018-4284
CVE-2018-4299
CVE-2018-4306
CVE-2018-4309
CVE-2018-4312
CVE-2018-4314
CVE-2018-4315
CVE-2018-4316
CVE-2018-4317
CVE-2018-4318
CVE-2018-4319
CVE-2018-4323
CVE-2018-4328
CVE-2018-4345
CVE-2018-4358
CVE-2018-4359
CVE-2018-4361
CVE-2018-4372
CVE-2018-4373
CVE-2018-4375
CVE-2018-4376
CVE-2018-4378
CVE-2018-4382
CVE-2018-4386
CVE-2018-4392
CVE-2018-4416
CVE-2018-5391
CVE-2018-9568
CVE-2019-10894
CVE-2019-10895
CVE-2019-10896
CVE-2019-10899
CVE-2019-10901
CVE-2019-10903
CVE-2019-11039
CVE-2019-11040
CVE-2019-12749
CVE-2019-19462
CVE-2019-19768
CVE-2019-19770
CVE-2019-20806
CVE-2019-20812
CVE-2019-3459
CVE-2019-3460
CVE-2019-3701
CVE-2019-3811
CVE-2019-6116
CVE-2019-6974
CVE-2019-7221
CVE-2019-7222
CVE-2019-9455
CVE-2019-9458
CVE-2020-0543
CVE-2020-10690
CVE-2020-10711
CVE-2020-10720
CVE-2020-10732
CVE-2020-10751
CVE-2020-10757
CVE-2020-10942
CVE-2020-11494
CVE-2020-11669
CVE-2020-12114
CVE-2020-12464
CVE-2020-12652
CVE-2020-12653
CVE-2020-12654
CVE-2020-12655
CVE-2020-12656
CVE-2020-12657
CVE-2020-12659
CVE-2020-12768
CVE-2020-12769
CVE-2020-13143
CVE-2020-6796
CVE-2020-6797
CVE-2020-6798
CVE-2020-6799
CVE-2020-6800
CVE-2020-8647
CVE-2020-8649
CVE-2020-8834
CVE-2020-9383
SUSE-SU-2017:2569-1
SUSE-SU-2017:3047-1
SUSE-SU-2019:0003-1
SUSE-SU-2019:0059-1
SUSE-SU-2019:0144-1
SUSE-SU-2019:0541-1
SUSE-SU-2019:0805-1
SUSE-SU-2019:1038-1
SUSE-SU-2019:1746-1
SUSE-SU-2020:0384-1
SUSE-SU-2020:1021-1
SUSE-SU-2020:1141-1
SUSE-SU-2020:1602-1
SUSE-SU-2020:1672-1
Platform(s):openSUSE 13.2
openSUSE Leap 42.1
openSUSE Leap 42.2
openSUSE Leap 42.2 NonFree
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
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 High Availability Extension 11 SP2
SUSE Linux Enterprise Module for Web Scripting 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-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
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 SP5
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-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
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 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 SP5
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
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 SP2
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 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 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
Product(s):
Definition Synopsis
  • openSUSE 13.2 is installed
  • AND Package Information
  • nodejs-4.4.5-30.2 is installed
  • OR nodejs-devel-4.4.5-30.2 is installed
  • OR nodejs-doc-4.4.5-21.1 is installed
  • OR nodejs-docs-4.4.5-30.2 is installed
  • OR npm-4.4.5-30.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • tigervnc-1.5.0-11.1 is installed
  • OR xorg-x11-Xvnc-1.5.0-11.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-20.1 is installed
  • OR ImageMagick-devel-6.8.8.1-20.1 is installed
  • OR ImageMagick-doc-6.8.8.1-20.1 is installed
  • OR ImageMagick-extra-6.8.8.1-20.1 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-20.1 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-20.1 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-20.1 is installed
  • OR perl-PerlMagick-6.8.8.1-20.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 NonFree is installed
  • AND opera-41.0.2353.56-3.1 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • python-keystoneclient-1.0.0-14.1 is installed
  • OR python-keystoneclient-doc-1.0.0-14.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND puppet-2.6.18-0.12.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND groff-1.22.2-5.429 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND busybox-1.21.1-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • cyrus-sasl-2.1.26-7.1 is installed
  • OR cyrus-sasl-32bit-2.1.26-7.1 is installed
  • OR cyrus-sasl-crammd5-2.1.26-7.1 is installed
  • OR cyrus-sasl-crammd5-32bit-2.1.26-7.1 is installed
  • OR cyrus-sasl-digestmd5-2.1.26-7.1 is installed
  • OR cyrus-sasl-digestmd5-32bit-2.1.26-7.1 is installed
  • OR cyrus-sasl-gssapi-2.1.26-7.1 is installed
  • OR cyrus-sasl-gssapi-32bit-2.1.26-7.1 is installed
  • OR cyrus-sasl-plain-2.1.26-7.1 is installed
  • OR cyrus-sasl-plain-32bit-2.1.26-7.1 is installed
  • OR cyrus-sasl-saslauthd-2.1.26-7.1 is installed
  • OR libsasl2-3-2.1.26-7.1 is installed
  • OR libsasl2-3-32bit-2.1.26-7.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libXrender1-0.9.8-7.1 is installed
  • OR libXrender1-32bit-0.9.8-7.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP2 is installed
  • AND Package Information
  • hawk-0.5.2-0.38 is installed
  • OR hawk-templates-0.5.2-0.38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-109.13 is installed
  • OR php5-5.5.14-109.13 is installed
  • OR php5-bcmath-5.5.14-109.13 is installed
  • OR php5-bz2-5.5.14-109.13 is installed
  • OR php5-calendar-5.5.14-109.13 is installed
  • OR php5-ctype-5.5.14-109.13 is installed
  • OR php5-curl-5.5.14-109.13 is installed
  • OR php5-dba-5.5.14-109.13 is installed
  • OR php5-dom-5.5.14-109.13 is installed
  • OR php5-enchant-5.5.14-109.13 is installed
  • OR php5-exif-5.5.14-109.13 is installed
  • OR php5-fastcgi-5.5.14-109.13 is installed
  • OR php5-fileinfo-5.5.14-109.13 is installed
  • OR php5-fpm-5.5.14-109.13 is installed
  • OR php5-ftp-5.5.14-109.13 is installed
  • OR php5-gd-5.5.14-109.13 is installed
  • OR php5-gettext-5.5.14-109.13 is installed
  • OR php5-gmp-5.5.14-109.13 is installed
  • OR php5-iconv-5.5.14-109.13 is installed
  • OR php5-imap-5.5.14-109.13 is installed
  • OR php5-intl-5.5.14-109.13 is installed
  • OR php5-json-5.5.14-109.13 is installed
  • OR php5-ldap-5.5.14-109.13 is installed
  • OR php5-mbstring-5.5.14-109.13 is installed
  • OR php5-mcrypt-5.5.14-109.13 is installed
  • OR php5-mysql-5.5.14-109.13 is installed
  • OR php5-odbc-5.5.14-109.13 is installed
  • OR php5-opcache-5.5.14-109.13 is installed
  • OR php5-openssl-5.5.14-109.13 is installed
  • OR php5-pcntl-5.5.14-109.13 is installed
  • OR php5-pdo-5.5.14-109.13 is installed
  • OR php5-pear-5.5.14-109.13 is installed
  • OR php5-pgsql-5.5.14-109.13 is installed
  • OR php5-phar-5.5.14-109.13 is installed
  • OR php5-posix-5.5.14-109.13 is installed
  • OR php5-pspell-5.5.14-109.13 is installed
  • OR php5-shmop-5.5.14-109.13 is installed
  • OR php5-snmp-5.5.14-109.13 is installed
  • OR php5-soap-5.5.14-109.13 is installed
  • OR php5-sockets-5.5.14-109.13 is installed
  • OR php5-sqlite-5.5.14-109.13 is installed
  • OR php5-suhosin-5.5.14-109.13 is installed
  • OR php5-sysvmsg-5.5.14-109.13 is installed
  • OR php5-sysvsem-5.5.14-109.13 is installed
  • OR php5-sysvshm-5.5.14-109.13 is installed
  • OR php5-tokenizer-5.5.14-109.13 is installed
  • OR php5-wddx-5.5.14-109.13 is installed
  • OR php5-xmlreader-5.5.14-109.13 is installed
  • OR php5-xmlrpc-5.5.14-109.13 is installed
  • OR php5-xmlwriter-5.5.14-109.13 is installed
  • OR php5-xsl-5.5.14-109.13 is installed
  • OR php5-zip-5.5.14-109.13 is installed
  • OR php5-zlib-5.5.14-109.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND microcode_ctl-1.17-102.83.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • MozillaFirefox-3.0.10-1.1 is installed
  • OR MozillaFirefox-branding-SLED-3.5-1.1 is installed
  • OR MozillaFirefox-translations-3.0.10-1.1 is installed
  • OR gconf2-2.24.0-7 is installed
  • OR gconf2-32bit-2.24.0-7 is installed
  • OR gconf2-x86-2.24.0-7 is installed
  • OR libfreebl3-3.12.3.1-1.2 is installed
  • OR libfreebl3-32bit-3.12.3.1-1.2 is installed
  • OR libfreebl3-x86-3.12.3.1-1.2 is installed
  • OR libidl-0.8.11-2 is installed
  • OR libidl-32bit-0.8.11-2 is installed
  • OR libidl-x86-0.8.11-2 is installed
  • OR mozilla-nspr-4.8-1.3 is installed
  • OR mozilla-nspr-32bit-4.8-1.3 is installed
  • OR mozilla-nspr-x86-4.8-1.3 is installed
  • OR mozilla-nss-3.12.3.1-1.2 is installed
  • OR mozilla-nss-32bit-3.12.3.1-1.2 is installed
  • OR mozilla-nss-tools-3.12.3.1-1.2 is installed
  • OR mozilla-nss-x86-3.12.3.1-1.2 is installed
  • OR mozilla-xulrunner190-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-32bit-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-gnomevfs-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-translations-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-x86-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.12-0.6 is installed
  • OR orbit2-2.14.16-2 is installed
  • OR orbit2-32bit-2.14.16-2 is installed
  • OR orbit2-x86-2.14.16-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • MozillaFirefox-3.0.10-1.1 is installed
  • OR MozillaFirefox-branding-SLED-3.5-1.1 is installed
  • OR MozillaFirefox-translations-3.0.10-1.1 is installed
  • OR gconf2-2.24.0-7 is installed
  • OR gconf2-32bit-2.24.0-7 is installed
  • OR gconf2-x86-2.24.0-7 is installed
  • OR libfreebl3-3.12.3.1-1.2 is installed
  • OR libfreebl3-32bit-3.12.3.1-1.2 is installed
  • OR libfreebl3-x86-3.12.3.1-1.2 is installed
  • OR libidl-0.8.11-2 is installed
  • OR libidl-32bit-0.8.11-2 is installed
  • OR libidl-x86-0.8.11-2 is installed
  • OR mozilla-nspr-4.8-1.3 is installed
  • OR mozilla-nspr-32bit-4.8-1.3 is installed
  • OR mozilla-nspr-x86-4.8-1.3 is installed
  • OR mozilla-nss-3.12.3.1-1.2 is installed
  • OR mozilla-nss-32bit-3.12.3.1-1.2 is installed
  • OR mozilla-nss-tools-3.12.3.1-1.2 is installed
  • OR mozilla-nss-x86-3.12.3.1-1.2 is installed
  • OR mozilla-xulrunner190-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-32bit-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-gnomevfs-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-translations-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-x86-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.12-0.6 is installed
  • OR orbit2-2.14.16-2 is installed
  • OR orbit2-32bit-2.14.16-2 is installed
  • OR orbit2-x86-2.14.16-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • cyrus-imapd-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • cyrus-imapd-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • cyrus-imapd-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • NetworkManager-0.7.0.r4359-15.22 is installed
  • OR NetworkManager-glib-0.7.0.r4359-15.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhn-virtualization-common-5.4.15-0.15 is installed
  • OR rhn-virtualization-host-5.4.15-0.15 is installed
  • OR rhncfg-5.9.33-0.20 is installed
  • OR rhncfg-actions-5.9.33-0.20 is installed
  • OR rhncfg-client-5.9.33-0.20 is installed
  • OR rhncfg-management-5.9.33-0.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhn-virtualization-common-5.4.15-0.15 is installed
  • OR rhn-virtualization-host-5.4.15-0.15 is installed
  • OR rhncfg-5.9.33-0.20 is installed
  • OR rhncfg-actions-5.9.33-0.20 is installed
  • OR rhncfg-client-5.9.33-0.20 is installed
  • OR rhncfg-management-5.9.33-0.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • krb5-1.6.3-133.49.106 is installed
  • OR krb5-32bit-1.6.3-133.49.106 is installed
  • OR krb5-apps-clients-1.6.3-133.49.106 is installed
  • OR krb5-apps-servers-1.6.3-133.49.106 is installed
  • OR krb5-client-1.6.3-133.49.106 is installed
  • OR krb5-server-1.6.3-133.49.106 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • krb5-1.6.3-133.49.106 is installed
  • OR krb5-32bit-1.6.3-133.49.106 is installed
  • OR krb5-apps-clients-1.6.3-133.49.106 is installed
  • OR krb5-apps-servers-1.6.3-133.49.106 is installed
  • OR krb5-client-1.6.3-133.49.106 is installed
  • OR krb5-server-1.6.3-133.49.106 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • apache2-2.2.12-1.28 is installed
  • OR apache2-doc-2.2.12-1.28 is installed
  • OR apache2-example-pages-2.2.12-1.28 is installed
  • OR apache2-prefork-2.2.12-1.28 is installed
  • OR apache2-utils-2.2.12-1.28 is installed
  • OR apache2-worker-2.2.12-1.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • coreutils-8.12-6.25.29 is installed
  • OR coreutils-lang-8.12-6.25.29 is installed
  • OR coreutils-x86-8.12-6.25.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • coreutils-8.12-6.25.29 is installed
  • OR coreutils-lang-8.12-6.25.29 is installed
  • OR coreutils-x86-8.12-6.25.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • coreutils-8.12-6.25.29 is installed
  • OR coreutils-lang-8.12-6.25.29 is installed
  • OR coreutils-x86-8.12-6.25.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND sudo-1.7.6p2-0.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • bsdtar-2.5.5-9 is installed
  • OR libarchive2-2.5.5-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • bsdtar-2.5.5-9 is installed
  • OR libarchive2-2.5.5-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.37 is installed
  • OR libMagickCore1-6.4.3.6-7.78.37 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.37 is installed
  • OR libMagickCore1-6.4.3.6-7.78.37 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.37 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • ant-1.7.1-20.11 is installed
  • OR ant-trax-1.7.1-16.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-15 is installed
  • OR openssh-openssl1-helpers-6.6p1-15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-15 is installed
  • OR openssh-openssl1-helpers-6.6p1-15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • MozillaFirefox-31.5.0esr-24 is installed
  • OR MozillaFirefox-translations-31.5.0esr-24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • MozillaFirefox-31.5.0esr-24 is installed
  • OR MozillaFirefox-translations-31.5.0esr-24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • evince-3.10.3-1 is installed
  • OR evince-lang-3.10.3-1 is installed
  • OR libevdocument3-4-3.10.3-1 is installed
  • OR libevview3-3-3.10.3-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • kernel-default-3.12.62-60.62 is installed
  • OR kernel-default-base-3.12.62-60.62 is installed
  • OR kernel-default-devel-3.12.62-60.62 is installed
  • OR kernel-default-man-3.12.62-60.62 is installed
  • OR kernel-devel-3.12.62-60.62 is installed
  • OR kernel-macros-3.12.62-60.62 is installed
  • OR kernel-source-3.12.62-60.62 is installed
  • OR kernel-syms-3.12.62-60.62 is installed
  • OR kernel-xen-3.12.62-60.62 is installed
  • OR kernel-xen-base-3.12.62-60.62 is installed
  • OR kernel-xen-devel-3.12.62-60.62 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • kernel-default-3.12.62-60.62 is installed
  • OR kernel-default-base-3.12.62-60.62 is installed
  • OR kernel-default-devel-3.12.62-60.62 is installed
  • OR kernel-default-man-3.12.62-60.62 is installed
  • OR kernel-devel-3.12.62-60.62 is installed
  • OR kernel-macros-3.12.62-60.62 is installed
  • OR kernel-source-3.12.62-60.62 is installed
  • OR kernel-syms-3.12.62-60.62 is installed
  • OR kernel-xen-3.12.62-60.62 is installed
  • OR kernel-xen-base-3.12.62-60.62 is installed
  • OR kernel-xen-devel-3.12.62-60.62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • colord-gtk-lang-0.1.25-3 is installed
  • OR libcolord-gtk1-0.1.25-3 is installed
  • OR libcolord2-1.1.7-5 is installed
  • OR libcolord2-32bit-1.1.7-5 is installed
  • OR libcolorhug2-1.1.7-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.51 is installed
  • OR kernel-default-base-3.12.74-60.64.51 is installed
  • OR kernel-default-devel-3.12.74-60.64.51 is installed
  • OR kernel-default-man-3.12.74-60.64.51 is installed
  • OR kernel-devel-3.12.74-60.64.51 is installed
  • OR kernel-macros-3.12.74-60.64.51 is installed
  • OR kernel-source-3.12.74-60.64.51 is installed
  • OR kernel-syms-3.12.74-60.64.51 is installed
  • OR kernel-xen-3.12.74-60.64.51 is installed
  • OR kernel-xen-base-3.12.74-60.64.51 is installed
  • OR kernel-xen-devel-3.12.74-60.64.51 is installed
  • OR kgraft-patch-3_12_74-60_64_51-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_51-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_18-1-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.51 is installed
  • OR kernel-default-base-3.12.74-60.64.51 is installed
  • OR kernel-default-devel-3.12.74-60.64.51 is installed
  • OR kernel-default-man-3.12.74-60.64.51 is installed
  • OR kernel-devel-3.12.74-60.64.51 is installed
  • OR kernel-macros-3.12.74-60.64.51 is installed
  • OR kernel-source-3.12.74-60.64.51 is installed
  • OR kernel-syms-3.12.74-60.64.51 is installed
  • OR kernel-xen-3.12.74-60.64.51 is installed
  • OR kernel-xen-base-3.12.74-60.64.51 is installed
  • OR kernel-xen-devel-3.12.74-60.64.51 is installed
  • OR kgraft-patch-3_12_74-60_64_51-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_51-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_18-1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_69-60_64_35-default-3-3.1 is installed
  • OR kgraft-patch-3_12_69-60_64_35-xen-3-3.1 is installed
  • OR kgraft-patch-SLE12-SP1_Update_14-3-3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libgme-0.6.0-5 is installed
  • OR libgme0-0.6.0-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libgme-0.6.0-5 is installed
  • OR libgme0-0.6.0-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-28 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • MozillaFirefox-52.8.1esr-109.34 is installed
  • OR MozillaFirefox-devel-52.8.1esr-109.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • MozillaFirefox-52.8.1esr-109.34 is installed
  • OR MozillaFirefox-devel-52.8.1esr-109.34 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • libvirt-2.0.0-27.42 is installed
  • OR libvirt-client-2.0.0-27.42 is installed
  • OR libvirt-daemon-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
  • OR libvirt-daemon-hooks-2.0.0-27.42 is installed
  • OR libvirt-daemon-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-xen-2.0.0-27.42 is installed
  • OR libvirt-doc-2.0.0-27.42 is installed
  • OR libvirt-lock-sanlock-2.0.0-27.42 is installed
  • OR libvirt-nss-2.0.0-27.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • libvirt-2.0.0-27.42 is installed
  • OR libvirt-client-2.0.0-27.42 is installed
  • OR libvirt-daemon-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
  • OR libvirt-daemon-hooks-2.0.0-27.42 is installed
  • OR libvirt-daemon-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-xen-2.0.0-27.42 is installed
  • OR libvirt-doc-2.0.0-27.42 is installed
  • OR libvirt-lock-sanlock-2.0.0-27.42 is installed
  • OR libvirt-nss-2.0.0-27.42 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kernel-default-4.4.121-92.85 is installed
  • OR kernel-default-base-4.4.121-92.85 is installed
  • OR kernel-default-devel-4.4.121-92.85 is installed
  • OR kernel-default-man-4.4.121-92.85 is installed
  • OR kernel-devel-4.4.121-92.85 is installed
  • OR kernel-macros-4.4.121-92.85 is installed
  • OR kernel-source-4.4.121-92.85 is installed
  • OR kernel-syms-4.4.121-92.85 is installed
  • OR kgraft-patch-4_4_121-92_85-default-1-3.5 is installed
  • OR kgraft-patch-SLE12-SP2_Update_23-1-3.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kernel-default-4.4.121-92.85 is installed
  • OR kernel-default-base-4.4.121-92.85 is installed
  • OR kernel-default-devel-4.4.121-92.85 is installed
  • OR kernel-default-man-4.4.121-92.85 is installed
  • OR kernel-devel-4.4.121-92.85 is installed
  • OR kernel-macros-4.4.121-92.85 is installed
  • OR kernel-source-4.4.121-92.85 is installed
  • OR kernel-syms-4.4.121-92.85 is installed
  • OR kgraft-patch-4_4_121-92_85-default-1-3.5 is installed
  • OR kgraft-patch-SLE12-SP2_Update_23-1-3.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • MozillaFirefox-52.2.0esr-108 is installed
  • OR MozillaFirefox-translations-52.2.0esr-108 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • MozillaFirefox-68.2.0-109.95 is installed
  • OR MozillaFirefox-translations-common-68.2.0-109.95 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • MozillaFirefox-68.2.0-109.95 is installed
  • OR MozillaFirefox-translations-common-68.2.0-109.95 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_49-default-2-2 is installed
  • OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_14-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_49-default-2-2 is installed
  • OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_14-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND Package Information
  • tomcat-7.0.78-7.13.4 is installed
  • OR tomcat-admin-webapps-7.0.78-7.13.4 is installed
  • OR tomcat-docs-webapp-7.0.78-7.13.4 is installed
  • OR tomcat-el-2_2-api-7.0.78-7.13.4 is installed
  • OR tomcat-javadoc-7.0.78-7.13.4 is installed
  • OR tomcat-jsp-2_2-api-7.0.78-7.13.4 is installed
  • OR tomcat-lib-7.0.78-7.13.4 is installed
  • OR tomcat-servlet-3_0-api-7.0.78-7.13.4 is installed
  • OR tomcat-webapps-7.0.78-7.13.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-28 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-28 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 11 SP4 is installed
  • AND Package Information
  • lighttpd-1.4.20-2.58 is installed
  • OR lighttpd-mod_cml-1.4.20-2.58 is installed
  • OR lighttpd-mod_magnet-1.4.20-2.58 is installed
  • OR lighttpd-mod_mysql_vhost-1.4.20-2.58 is installed
  • OR lighttpd-mod_rrdtool-1.4.20-2.58 is installed
  • OR lighttpd-mod_trigger_b4_dl-1.4.20-2.58 is installed
  • OR lighttpd-mod_webdav-1.4.20-2.58 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND apache2-mod_fcgid-2.2-31.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND augeas-devel-0.9.0-3.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • mozilla-xulrunner192-devel-1.9.2.27-0.2 is installed
  • OR mozilla-xulrunner192-gnome-32bit-1.9.2.27-0.2 is installed
  • OR mozilla-xulrunner192-translations-32bit-1.9.2.27-0.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 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 SP3 is installed
  • AND Package Information
  • php5-5.5.14-109.63 is installed
  • OR php5-devel-5.5.14-109.63 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND Package Information
  • wireshark-2.4.14-48.45 is installed
  • OR wireshark-devel-2.4.14-48.45 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
  • AND Package Information
  • libqt4-4.8.7-8.13 is installed
  • OR libqt4-devel-4.8.7-8.13 is installed
  • OR libqt4-devel-doc-4.8.7-8.13 is installed
  • OR libqt4-devel-doc-data-4.8.7-8.13 is installed
  • OR libqt4-linguist-4.8.7-8.13 is installed
  • OR libqt4-private-headers-devel-4.8.7-8.13 is installed
  • OR libqt4-sql-plugins-4.8.7-8.13 is installed
  • OR libqt4-sql-postgresql-4.8.7-8.13 is installed
  • OR libqt4-sql-postgresql-32bit-4.8.7-8.13 is installed
  • OR libqt4-sql-unixODBC-4.8.7-8.13 is installed
  • OR libqt4-sql-unixODBC-32bit-4.8.7-8.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • gd-2.1.0-5 is installed
  • OR gd-32bit-2.1.0-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • libmysqlclient_r18-10.0.27-12 is installed
  • OR libmysqlclient_r18-32bit-10.0.27-12 is installed
  • OR mariadb-10.0.27-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gstreamer-0_10-plugins-good-0.10.31-16 is installed
  • OR gstreamer-0_10-plugins-good-lang-0.10.31-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • libpolkit0-32bit-0.113-5.9 is installed
  • OR polkit-0.113-5.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libpodofo0_9_2-0.9.2-3.9 is installed
  • OR podofo-0.9.2-3.9 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND ntp-4.2.8p4-1.3 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • irssi-1.0.4-28 is installed
  • OR irssi-devel-1.0.4-28 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND Package Information
  • ffmpeg2-2.8.11-12 is installed
  • OR ffmpeg2-devel-2.8.11-12 is installed
  • OR libavcodec56-2.8.11-12 is installed
  • OR libavdevice56-2.8.11-12 is installed
  • OR libavfilter5-2.8.11-12 is installed
  • OR libavformat56-2.8.11-12 is installed
  • OR libavresample2-2.8.11-12 is installed
  • OR libavutil54-2.8.11-12 is installed
  • OR libpostproc53-2.8.11-12 is installed
  • OR libswresample1-2.8.11-12 is installed
  • OR libswscale3-2.8.11-12 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • chromedriver-72.0.3626.121-92 is installed
  • OR chromium-72.0.3626.121-92 is installed
  • BACK