Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for tiff (Moderate) |
Description: |
This update for tiff to version 4.0.8 fixes a several bugs and security issues:
These security issues were fixed:
- CVE-2017-7595: The JPEGSetupEncode function allowed remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted image (bsc#1033127). - CVE-2016-10371: The TIFFWriteDirectoryTagCheckedRational function allowed remote attackers to cause a denial of service (assertion failure and application exit) via a crafted TIFF file (bsc#1038438). - CVE-2017-7598: Error in tif_dirread.c allowed remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted image (bsc#1033118). - CVE-2017-7596: Undefined behavior because of floats outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033126). - CVE-2017-7597: Undefined behavior because of floats outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033120). - CVE-2017-7599: Undefined behavior because of shorts outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033113). - CVE-2017-7600: Undefined behavior because of chars outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033112). - CVE-2017-7601: Because of a shift exponent too large for 64-bit type long undefined behavior was caused, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033111). - CVE-2017-7602: Prevent signed integer overflow, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033109). - CVE-2017-7592: The putagreytile function had a left-shift undefined behavior issue, which might allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033131). - CVE-2017-7593: Ensure that tif_rawdata is properly initialized, to prevent remote attackers to obtain sensitive information from process memory via a crafted image (bsc#1033129). - CVE-2017-7594: The OJPEGReadHeaderInfoSecTablesDcTable function allowed remote attackers to cause a denial of service (memory leak) via a crafted image (bsc#1033128). - CVE-2017-9403: Prevent memory leak in function TIFFReadDirEntryLong8Array, which allowed attackers to cause a denial of service via a crafted file (bsc#1042805). - CVE-2017-9404: Fixed memory leak vulnerability in function OJPEGReadHeaderInfoSecTablesQTable, which allowed attackers to cause a denial of service via a crafted file (bsc#1042804).
These various other issues were fixed:
- Fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. - fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. - modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline() - make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. - fix misleading indentation as warned by GCC. - revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. - add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. - fix potential memory leaks in error code path of TIFFRGBAImageBegin(). - increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with 'big' tile, without using libjpeg temporary files. - add _TIFFcalloc() - return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. - only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). - in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. - fix memory leak in error code path of PixarLogSetupDecode(). - fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable - avoid crash in Fax3Close() on empty file. - TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. - fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. - TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. - TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. - avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. - update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). - avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes - avoid potential int32 overflows in multiply_ms() and add_ms(). - fix out-of-buffer read in PackBitsDecode() Fixes - LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. - update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. - PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. - initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. - _TIFFVSetField(): fix outside range cast of double to float. - initYCbCrConversion(): check luma[1] is not zero to avoid division by zero - _TIFFVSetField(): fix outside range cast of double to float. - initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. - initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. - avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. - fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. - add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. - fix integer division by zero when BitsPerSample is missing. - fix null pointer dereference in -r mode when the image has no StripByteCount tag. - avoid potential division by zero is BitsPerSamples tag is missing. - when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. - avoid potential division by zero is BitsPerSamples tag is missing. - fix uint32 underflow/overflow that can cause heap-based buffer overflow. - replace assert( (bps % 8) == 0 ) by a non assert check. - fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). - prevent heap-based buffer overflow in -j mode on a paletted image. - fix wrong usage of memcpy() that can trigger unspecified behaviour. - avoid potential invalid memory read in t2p_writeproc. - avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). - remove extraneous TIFFClose() in error code path, that caused double free. - error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. - avoid integer division by zero. - call TIFFClose() in error code paths. - emit appropriate message if the input file is empty. - close TIFF handle in error code path.
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1005778 1006180 1011913 1012829 1013887 1015337 1015342 1016119 1019151 1019695 1020645 1022476 1022600 1022604 1023175 1024346 1024373 1025461 1026570 1027519 1028173 1028286 1029693 1030552 1031515 1031717 1031784 1033109 1033111 1033112 1033113 1033118 1033120 1033126 1033127 1033128 1033129 1033131 1033587 1034075 1034113 1034762 1036215 1036632 1037344 1037404 1037838 1037994 1038078 1038438 1038616 1038792 1039153 1039348 1039915 1040307 1040347 1040351 1041958 1042257 1042286 1042314 1042422 1042778 1042804 1042805 1043261 1043347 1043520 1043598 1043652 1043805 1043912 1044112 1044443 1044623 1044636 1045154 1045293 1045330 1045404 1045563 1045596 1045709 1045715 1045866 1045922 1045937 1046105 1046170 1046434 1046651 1046655 1046682 1046821 1046985 1047027 1047048 1047096 1047118 1047121 1047152 1047174 1047277 1047343 1047354 1047418 1047506 1047595 1047651 1047653 1047670 1047802 1048146 1048155 1048221 1048317 1048348 1048356 1048421 1048451 1048501 1048891 1048912 1048914 1048916 1048919 1049231 1049289 1049298 1049361 1049483 1049486 1049603 1049619 1049645 1049706 1049882 1050061 1050188 1050211 1050320 1050322 1050677 1051022 1051048 1051059 1051239 1051399 1051471 1051478 1051479 1051556 1051663 1051689 1051979 1052049 1052223 1052311 1052325 1052365 1052442 1052533 1052709 1052773 1052794 1052899 1052925 1053043 1053117 1053364 1055695 1055825 1055857 1056058 1056278 1056280 1056281 1056282 1057358 1059893 1065363 1066242 1068664 1082828 1087082 1087083 1089343 1092548 1104134 1120943 1126140 1126141 1126192 1126195 1126196 1126198 1126201 1127400 1128829 1128963 1143797 1146874 1149813 1159208 1159623 1160770 1171475 1171847 1172105 1172116 1172121 1174628 1174662 1174922 1174923 1176733 964063 974215 998664 CVE-2012-0876 CVE-2016-0718 CVE-2016-1000031 CVE-2016-10371 CVE-2016-4472 CVE-2016-6328 CVE-2016-9063 CVE-2017-1000111 CVE-2017-1000112 CVE-2017-1000158 CVE-2017-10810 CVE-2017-11473 CVE-2017-12836 CVE-2017-14316 CVE-2017-14317 CVE-2017-14318 CVE-2017-14319 CVE-2017-15130 CVE-2017-3735 CVE-2017-3736 CVE-2017-7533 CVE-2017-7541 CVE-2017-7542 CVE-2017-7544 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-8831 CVE-2017-9233 CVE-2017-9403 CVE-2017-9404 CVE-2018-20030 CVE-2018-3639 CVE-2018-3640 CVE-2018-3646 CVE-2018-5150 CVE-2018-5154 CVE-2018-5155 CVE-2018-5157 CVE-2018-5158 CVE-2018-5159 CVE-2018-5168 CVE-2018-5174 CVE-2018-5178 CVE-2018-5183 CVE-2019-12068 CVE-2019-14378 CVE-2019-15890 CVE-2019-17340 CVE-2019-17341 CVE-2019-17342 CVE-2019-17343 CVE-2019-17344 CVE-2019-17346 CVE-2019-17347 CVE-2019-17348 CVE-2019-9278 CVE-2020-0093 CVE-2020-12673 CVE-2020-12674 CVE-2020-12767 CVE-2020-13112 CVE-2020-13113 CVE-2020-13114 CVE-2020-14344 CVE-2020-26117 CVE-2020-9862 CVE-2020-9893 CVE-2020-9894 CVE-2020-9895 CVE-2020-9915 CVE-2020-9925 SUSE-SU-2017:2286-1 SUSE-SU-2017:2419-1 SUSE-SU-2017:2420-1 SUSE-SU-2017:2569-1 SUSE-SU-2017:3169-1 SUSE-SU-2018:2331-2 SUSE-SU-2019:1214-1 SUSE-SU-2020:0497-1 SUSE-SU-2020:1534-1 SUSE-SU-2020:2196-1 SUSE-SU-2020:2274-1 SUSE-SU-2020:2898-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for additional PackageHub packages 15 SUSE Linux Enterprise Module for additional PackageHub packages 15 SP1 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 SUSE Linux Enterprise Module for Containers 15 SP1 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Development Tools 15 SP1 SUSE Linux Enterprise Module for High Performance Computing 15 SP1 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Legacy Software 15 SP1 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Live Patching 15 SP1 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Python2 packages 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 15 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-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 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 Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
augeas-1.10.1-lp150.1 is installed
OR augeas-lenses-1.10.1-lp150.1 is installed
OR libaugeas0-1.10.1-lp150.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
libgit2-0.24.1-10.6 is installed
OR libgit2-24-0.24.1-10.6 is installed
OR libgit2-24-32bit-0.24.1-10.6 is installed
OR libgit2-devel-0.24.1-10.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
libtidy-1.0-37 is installed
OR tidy-1.0-37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libXtst6-1.2.2-3 is installed
OR libXtst6-32bit-1.2.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
bind-libs-9.9.6P1-30 is installed
OR bind-libs-32bit-9.9.6P1-30 is installed
OR bind-utils-9.9.6P1-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND autofs-5.0.9-21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
gstreamer-plugins-bad-1.8.3-17 is installed
OR gstreamer-plugins-bad-lang-1.8.3-17 is installed
OR libgstadaptivedemux-1_0-0-1.8.3-17 is installed
OR libgstbadaudio-1_0-0-1.8.3-17 is installed
OR libgstbadbase-1_0-0-1.8.3-17 is installed
OR libgstbadvideo-1_0-0-1.8.3-17 is installed
OR libgstbasecamerabinsrc-1_0-0-1.8.3-17 is installed
OR libgstcodecparsers-1_0-0-1.8.3-17 is installed
OR libgstgl-1_0-0-1.8.3-17 is installed
OR libgstmpegts-1_0-0-1.8.3-17 is installed
OR libgstphotography-1_0-0-1.8.3-17 is installed
OR libgsturidownloader-1_0-0-1.8.3-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND libwmf-0_2-7-0.2.8.4-242 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
graphviz-addons-2.40.1-6.3 is installed
OR graphviz-gnome-2.40.1-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 SP1 is installed
AND Package Information
python-Werkzeug-0.14.1-6.3 is installed
OR python2-Werkzeug-0.14.1-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
fuse-2.9.7-1 is installed
OR fuse-devel-2.9.7-1 is installed
OR fuse-doc-2.9.7-1 is installed
OR libfuse2-2.9.7-1 is installed
OR libulockmgr1-2.9.7-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
apr-devel-1.6.3-1 is installed
OR libapr1-1.6.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 SP1 is installed
AND buildah-1.7.1-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
NetworkManager-1.10.6-3 is installed
OR NetworkManager-devel-1.10.6-3 is installed
OR libnm-glib-vpn1-1.10.6-3 is installed
OR libnm-glib4-1.10.6-3 is installed
OR libnm-util2-1.10.6-3 is installed
OR typelib-1_0-NMClient-1_0-1.10.6-3 is installed
OR typelib-1_0-NetworkManager-1_0-1.10.6-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
libquicktime-1.2.4cvs20150223-4 is installed
OR libquicktime-devel-1.2.4cvs20150223-4 is installed
OR libquicktime0-1.2.4cvs20150223-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND zlib-devel-32bit-1.2.11-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND Package Information
cpp9-9.2.1+r275327-1.3 is installed
OR gcc9-9.2.1+r275327-1.3 is installed
OR gcc9-32bit-9.2.1+r275327-1.3 is installed
OR gcc9-ada-9.2.1+r275327-1.3 is installed
OR gcc9-ada-32bit-9.2.1+r275327-1.3 is installed
OR gcc9-c++-9.2.1+r275327-1.3 is installed
OR gcc9-c++-32bit-9.2.1+r275327-1.3 is installed
OR gcc9-fortran-9.2.1+r275327-1.3 is installed
OR gcc9-fortran-32bit-9.2.1+r275327-1.3 is installed
OR gcc9-go-9.2.1+r275327-1.3 is installed
OR gcc9-go-32bit-9.2.1+r275327-1.3 is installed
OR gcc9-info-9.2.1+r275327-1.3 is installed
OR gcc9-locale-9.2.1+r275327-1.3 is installed
OR libada9-9.2.1+r275327-1.3 is installed
OR libada9-32bit-9.2.1+r275327-1.3 is installed
OR libatomic1-32bit-9.2.1+r275327-1.3 is installed
OR libstdc++6-devel-gcc9-9.2.1+r275327-1.3 is installed
OR libstdc++6-devel-gcc9-32bit-9.2.1+r275327-1.3 is installed
OR libstdc++6-pp-gcc9-9.2.1+r275327-1.3 is installed
OR libstdc++6-pp-gcc9-32bit-9.2.1+r275327-1.3 is installed
OR libubsan1-32bit-9.2.1+r275327-1.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 SP1 is installed
AND Package Information
libslurm32-17.11.13-6.23 is installed
OR slurm-17.11.13-6.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
libncurses5-6.1-5.6 is installed
OR libncurses5-32bit-6.1-5.6 is installed
OR ncurses-6.1-5.6 is installed
OR ncurses5-devel-6.1-5.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
kernel-default-4.12.14-197.7 is installed
OR reiserfs-kmp-default-4.12.14-197.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_13-default-2-2 is installed
OR kernel-livepatch-SLE15_Update_3-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
AND Package Information
kernel-livepatch-4_12_14-195-default-6-16 is installed
OR kernel-livepatch-SLE15-SP1_Update_0-6-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
libopenssl1_0_0-hmac-1.0.2p-3.11 is installed
OR libopenssl1_0_0-steam-1.0.2p-3.11 is installed
OR openssl-1_0_0-1.0.2p-3.11 is installed
OR openssl-1_0_0-cavs-1.0.2p-3.11 is installed
OR openssl-1_0_0-doc-1.0.2p-3.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
libtag1-32bit-1.11.1-4.3 is installed
OR libtag_c0-32bit-1.11.1-4.3 is installed
OR taglib-1.11.1-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
AND python2-libxml2-python-2.9.7-3.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
rsyslog-module-gssapi-8.33.1-1 is installed
OR rsyslog-module-mysql-8.33.1-1 is installed
OR rsyslog-module-pgsql-8.33.1-1 is installed
OR rsyslog-module-relp-8.33.1-1 is installed
OR rsyslog-module-snmp-8.33.1-1 is installed
OR rsyslog-module-udpspoof-8.33.1-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
freeradius-server-3.0.16-3.3 is installed
OR freeradius-server-devel-3.0.16-3.3 is installed
OR freeradius-server-krb5-3.0.16-3.3 is installed
OR freeradius-server-ldap-3.0.16-3.3 is installed
OR freeradius-server-libs-3.0.16-3.3 is installed
OR freeradius-server-mysql-3.0.16-3.3 is installed
OR freeradius-server-perl-3.0.16-3.3 is installed
OR freeradius-server-postgresql-3.0.16-3.3 is installed
OR freeradius-server-python-3.0.16-3.3 is installed
OR freeradius-server-sqlite-3.0.16-3.3 is installed
OR freeradius-server-utils-3.0.16-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND Package Information
nodejs8-8.17.0-3.28 is installed
OR nodejs8-devel-8.17.0-3.28 is installed
OR nodejs8-docs-8.17.0-3.28 is installed
OR npm8-8.17.0-3.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND gzip-1.6-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.16 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 Package Information
DirectFB-1.7.1-6 is installed
OR lib++dfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-1.7.1-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND ucode-intel-20180807-13.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND ucode-intel-20180807-13.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
dovecot22-2.2.31-19.11 is installed
OR dovecot22-backend-mysql-2.2.31-19.11 is installed
OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
dovecot22-2.2.31-19.11 is installed
OR dovecot22-backend-mysql-2.2.31-19.11 is installed
OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
openssh-7.2p2-74.30 is installed
OR openssh-askpass-gnome-7.2p2-74.30 is installed
OR openssh-fips-7.2p2-74.30 is installed
OR openssh-helpers-7.2p2-74.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
libexif-0.6.22-8.9 is installed
OR libexif12-0.6.22-8.9 is installed
OR libexif12-32bit-0.6.22-8.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
libexif-0.6.22-8.9 is installed
OR libexif12-0.6.22-8.9 is installed
OR libexif12-32bit-0.6.22-8.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_121-92_73-default-2-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-2-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.82-6.3 is installed
OR kernel-default-base-4.4.82-6.3 is installed
OR kernel-default-devel-4.4.82-6.3 is installed
OR kernel-default-man-4.4.82-6.3 is installed
OR kernel-devel-4.4.82-6.3 is installed
OR kernel-macros-4.4.82-6.3 is installed
OR kernel-source-4.4.82-6.3 is installed
OR kernel-syms-4.4.82-6.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.82-6.3 is installed
OR kernel-default-base-4.4.82-6.3 is installed
OR kernel-default-devel-4.4.82-6.3 is installed
OR kernel-default-man-4.4.82-6.3 is installed
OR kernel-devel-4.4.82-6.3 is installed
OR kernel-macros-4.4.82-6.3 is installed
OR kernel-source-4.4.82-6.3 is installed
OR kernel-syms-4.4.82-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
apache-commons-daemon-1.0.15-6 is installed
OR apache-commons-daemon-javadoc-1.0.15-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libsqlite3-0-3.8.10.2-9.15 is installed
OR libsqlite3-0-32bit-3.8.10.2-9.15 is installed
OR sqlite3-3.8.10.2-9.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libsqlite3-0-3.8.10.2-9.15 is installed
OR libsqlite3-0-32bit-3.8.10.2-9.15 is installed
OR sqlite3-3.8.10.2-9.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
glibc-2.22-62.22 is installed
OR glibc-32bit-2.22-62.22 is installed
OR glibc-devel-2.22-62.22 is installed
OR glibc-devel-32bit-2.22-62.22 is installed
OR glibc-html-2.22-62.22 is installed
OR glibc-i18ndata-2.22-62.22 is installed
OR glibc-info-2.22-62.22 is installed
OR glibc-locale-2.22-62.22 is installed
OR glibc-locale-32bit-2.22-62.22 is installed
OR glibc-profile-2.22-62.22 is installed
OR glibc-profile-32bit-2.22-62.22 is installed
OR nscd-2.22-62.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
glibc-2.22-62.22 is installed
OR glibc-32bit-2.22-62.22 is installed
OR glibc-devel-2.22-62.22 is installed
OR glibc-devel-32bit-2.22-62.22 is installed
OR glibc-html-2.22-62.22 is installed
OR glibc-i18ndata-2.22-62.22 is installed
OR glibc-info-2.22-62.22 is installed
OR glibc-locale-2.22-62.22 is installed
OR glibc-locale-32bit-2.22-62.22 is installed
OR glibc-profile-2.22-62.22 is installed
OR glibc-profile-32bit-2.22-62.22 is installed
OR nscd-2.22-62.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND ucode-intel-20190618-13.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND ucode-intel-20190618-13.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
curl-7.37.0-37.31 is installed
OR libcurl4-7.37.0-37.31 is installed
OR libcurl4-32bit-7.37.0-37.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
curl-7.37.0-37.31 is installed
OR libcurl4-7.37.0-37.31 is installed
OR libcurl4-32bit-7.37.0-37.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND Package Information
libblkid1-2.29.2-3.12 is installed
OR libblkid1-32bit-2.29.2-3.12 is installed
OR libfdisk1-2.29.2-3.12 is installed
OR libmount1-2.29.2-3.12 is installed
OR libmount1-32bit-2.29.2-3.12 is installed
OR libsmartcols1-2.29.2-3.12 is installed
OR libuuid1-2.29.2-3.12 is installed
OR libuuid1-32bit-2.29.2-3.12 is installed
OR python-libmount-2.29.2-3.12 is installed
OR util-linux-2.29.2-3.12 is installed
OR util-linux-lang-2.29.2-3.12 is installed
OR util-linux-systemd-2.29.2-3.12 is installed
OR uuidd-2.29.2-3.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND wpa_supplicant-2.6-15.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND wpa_supplicant-2.6-15.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
libpython3_4m1_0-3.4.6-25.34 is installed
OR libpython3_4m1_0-32bit-3.4.6-25.34 is installed
OR python3-3.4.6-25.34 is installed
OR python3-base-3.4.6-25.34 is installed
OR python3-curses-3.4.6-25.34 is installed
OR python3-tk-3.4.6-25.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
libpython3_4m1_0-3.4.6-25.34 is installed
OR libpython3_4m1_0-32bit-3.4.6-25.34 is installed
OR python3-3.4.6-25.34 is installed
OR python3-base-3.4.6-25.34 is installed
OR python3-curses-3.4.6-25.34 is installed
OR python3-tk-3.4.6-25.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libimobiledevice-1.1.5-6 is installed
OR libimobiledevice-tools-1.1.5-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
flash-player-11.2.202.559-117 is installed
OR flash-player-gnome-11.2.202.559-117 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
kernel-default-4.4.103-6.33 is installed
OR kernel-default-extra-4.4.103-6.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
kernel-default-4.12.14-150.32 is installed
OR kernel-default-extra-4.12.14-150.32 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-swift-2.1.0-4 is installed
OR openstack-swift-account-2.1.0-4 is installed
OR openstack-swift-container-2.1.0-4 is installed
OR openstack-swift-object-2.1.0-4 is installed
OR openstack-swift-proxy-2.1.0-4 is installed
OR python-swift-2.1.0-4 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
ruby2.1-rubygem-sprockets-2_12-2.12.5-1.3 is installed
OR rubygem-sprockets-2_12-2.12.5-1.3 is installed
|