libfreeimageplus3-3.18.0-bp154.1.72 >  A bx!M@eeeQWBr>.aAZz^Rs }v^E E!d &4{ͪNҔ,EGW\Jb5-FY4,i\1y#s_j xLxw X+;p+kؘ oAVX3 Z* Q YV0)8 5J_vmw"4UFrNq:bEX'HrI\3c9241773b554b7c0ee441e4b3147b76db13cadf37c255d0a24933f7a6562bc92390ee2b1936edb6f784a303a366bd90b3aa3ae4\bx!M@eee5J :]yEL_wJfbFȂ7 ۳ĠTQH"r ^&ڝ u ͈: =:{ Z0 o"4J}6 $3Ζ [2vA޷V ,sIEFݭ V>,,3 |{*S JW5.k݃[Њ/{ bg$;l#Z>o'f-Z ?0x% BW%h >p@&?&d & IHLX\y      N lt~ 4 y (8 9 : >"@"F# G# H#(I#0X#4Y#@\#h]#p^#b#c$Vd$e$f$l$u$v$w%xx%y%z%%%%&Clibfreeimageplus33.18.0bp154.1.72Multi-format Image Decoder LibraryFreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use and fast, multithreading safe.bxݩs390zp21HSUSE Linux Enterprise 15 SP4openSUSEGPL-2.0-only OR GPL-3.0-onlyhttps://bugs.opensuse.orgUnspecifiedhttps://freeimage.sourceforge.net/linuxs390xHbxݨbxݧa14a4ba6191623d6c5c840b44be12dce4a80dcfb1dc1d51ada140c14175148edlibfreeimageplus-3.18.0.sorootrootrootrootfreeimage-3.18.0-bp154.1.72.src.rpmlibfreeimageplus.so.3()(64bit)libfreeimageplus3libfreeimageplus3(s390-64)@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libfreeimage.so.3()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3`v@_C^@^@[@Zhu@W^@VɦVf@Qőpgajdos@suse.comDirk Stoecker Tomáš Chvátal Tomáš Chvátal Ondřej Súkup kbabioch@suse.comdimstar@opensuse.orgschwab@suse.dep.drouand@gmail.comjoop.boonen@opensuse.org- added patches fix build with openexr3 + freeimage-openexr3.patch- fix build with libraw 0.20 (libraw_0_20.patch)- Add patch to fix build on bigendian: * bigendian.patch- Add patch CVE-2019-12211_2019-12213.patch to fix: * bsc#113576 CVE-2019-12211 * bsc#1135731 CVE-2019-12213- update to 3.18.0 - refresh/replace unbudle.patch - add freeimage-no-return-in-nonvoid.patch - drop CVE-2016-5684.patch and CVE-2015-0852.patch - refresh doxygen.patch * removed FreeImage_RotateClassic * removed internal Deprecation Manager * DDS plugin now convert 16-bit uncompressed RGB (RGB444, RGB555, RGB565) to 24-bit RGB on loading * added saving support to the PSD plugin * FreeImage_ConvertToRawBits now deals with palletized images containing transparency during conversion * added saving support for 32-bit CMYK in JPEG plugin * added FreeImage_Validate functions: added FreeImage_Validate added FreeImage_ValidateU added FreeImage_ValidateFromHandle added FreeImage_ValidateFromMemory * fixed PCX loader against malicious images with a bad window specification * fixed TIFF loader with loading of RGB[A]F float images * improved loading speed of PSD plugin * fixed support of snprintf in Visual Studio 2015 * improved GIF signature validation * improved TARGA signature validation * disabled ICC sRGB profile checking in PluginPNG:Save * fixed endianness detection on some architectures * fixed saving of 32-bit CMYK converted to 24-bit RGB on loading (remove ICC profile from Exif metadata) * fixed FreeImage_IsTransparent and FreeImage_GetColorType returned value for RGBA[16,F] images flagged as CMYK * fixed a bug in FreeImage_Clone when working with wrapped buffer * fixed a bug in PluginBMP:Save when saving a dib created with FreeImage_CreateView * fixed loading of uncompressed DDS files when width / height are not a multiple of 4 * fixed XPM loader against malicious images with a bad header specification * fixed TIFF loader with Exif loading (saves and restores offset and dir when exif is loaded) * refactored MultiPage and CacheFile mechanism * fixed PCX file conversion crash on special files * fixed FreeImage_FillBackground when using blending with an alpha-transparent foreground color over an opaque background * fixed 64-bit conversion of parameters in sprintf calls (required with C++ 11) * fixed static cast to boolean in PluginJPEG * improved error handling in PluginPNG * fixed wrong exposure in exported HDR files * fixed PluginTIFF:ReadThumbnail behavior when reading TIF with Exif metadata- Add CVE-2016-5684.patch: Fix an exploitable out-of-bounds write vulnerability in the XMP image handling functionality, which can cause an arbitrary memory overwrite resulting in code execution (CVE-2016-5684 boo#1002621).- Fix makefiles_fixes.patch to fix linking with as-needed: do list libraries to link after the modules using them (boo#980069).- Build with -fPIC.- Update to version 3.17.0 * FreeImage now uses LibPNG 1.6.16 * FreeImage now uses LibWebP 0.4.2 (GIT patch 2015-03-03) * FreeImage now uses LibRaw 0.17-Alpha1 * FreeImage now uses LibTIFF 4.0.4 (CVS patch 2015-01-26) * FreeImage now uses OpenEXR 2.2.0 * removed VS 2003 project files : this IDE is no longer supported because of its outdated C++ compiler * added FreeImage_ConvertFromRawBitsEx * added RAW_UNPROCESSED load flag to the RAW plugin * added FreeImage_SetMetadataKeyValue * added support for metadata writing to the JPEG-JXR plugin * added VS 2013 project files * added support for PNG tIME metadata (read/write, handle as Exif-TIFF DateTime) * added explicit definition of endianness and color order in compiler options * added FIQ_LFPQUANT quantizer algorithm * added support for input 32-bit dib in Wu quantizer * added FreeImage_ConvertToRGBAF and updated conversions in FreeImage_ConvertToType * added FreeImage_ConvertToRGBA16 and updated conversions in FreeImage_ConvertToType * added FreeImage_CreateView * added FreeImage_RescaleRect * added FreeImage_GetMemorySize * ICO plugin: improved support for Vista icons * fixed a rounding error in RGB to greyscale conversion formula * fixed Makefile.fip so that it installs symlinks * fixed a potential memory access violation in PluginHDR Save function * fixed a bug in FreeImage_LookupSVGColor ("green" color was not found) * fixed TARGA signature validation for TARGA versions < 2.0 * fixed FreeImage_GetScanLine not working with very large images on x64 platforms * improved PluginTIFF compatibility with LibTIFF 4 * fixed a segfault occuring on a corrupted animated GIF * improved memory allocation in PluginRAW * fixed loading/saving of TIFF containing a GPS IFD inside the Exif-TIFF metadata segment (the solution is to ignore the tag) * fixed a bug in FreeImage_JPEGCrop*/_JPEGTransform* functions occuring when using the same source / destination filename * fixed a bug with output image quality in PluginJP2::Save & PluginJ2K::Save functions (regression from FI 3.15.4) * improved RAW file format detection * fixed FreeImage_GetFileType behavior with ANI file formats * improved Exif reader so as to handle Exif IFD with a suspicious offset (can occur with maker notes) * fixed a memory leak in PluginPNG:Save occuring when dealing with invalid PNG files * fixed PNG plugin handling of 16-bit grayscale + 16-bit alpha images * fixed PNG plugin handling of 16-bit grayscale + tRNS chunk images * fixed PNG plugin handling of 24-bit RGB + tRNS chunk images * fixed PNG plugin handling of 1-,4-bit greyscale/palettized + tRNS chunk images * fixed invalid directory delimiter in include statement (mingw-w64) in Source/LibJXR/image/sys/strcodec.h * fixed Invalid condition for defining _byteswap_ulong (mingw-w64) in Source/LibJXR/image/sys/strcodec.c * fixed FreeImage_Get*Mask not returning 0 for greyscale images * fixed loading of external plugins when using UNICODE directory names to store plugins * fixed loading of JXR files when using memory streams * added Dist/ directory creation in Makefiles (in case it is not already present) - For changes from previous versions, please read the Whatnew.txt file - Remove some obsolete patches * use_system_libs.patch * use_system_libs_openjpeg.patch * use_system_libs_libpng15.patch * use_system_libs_libpng14.patch * libraw_types.patch - Update makefiles_fixes.patch - Add patches from Fedora * unbundle.patch * CVE-2015-0852.patch - Use download Url as source - Add dependencies * jxrlib-devel * libjpeg-devel * openjpeg2-devel instead of openjpeg-devel * pkgconfig(libpng) * pkgconfig(libraw) instead of libraw-devel * pkgconfig(libmng) * pkgconfig(libtiff-4) * pkgconfig(libwebp) * pkgconfig(OpenEXR) * pkgconfig(zlib) instead of zlib-devel * unzip - Drop support for SLE11; doesn't build anyway- Corrected the license * http://freeimage.sourceforge.net/license.html * FreeImage Open Source Dual-License * FreeImage is licensed under the GNU General Public License, version 2.0 (GPLv2) or version 3.0 (GPLv3), and the FreeImage Public License (FIPL) * Use the liberal FreeImage Public License to use FreeImage commercially or * Use the GNU General Public License to use FreeImage into your open source project./sbin/ldconfig/sbin/ldconfigs390zp21 16520882333.18.0-bp154.1.723.18.0-bp154.1.72libfreeimageplus-3.18.0.solibfreeimageplus.so.3/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/609ccc0a4177c88f97dac79ce6139491-freeimagecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f40237582fcb7c5211e26fe8d5215d0e7a2abdd9, strippedPRRRRRRR+AMCutf-8005165e7156d7b4481770d6ddd1c63064d4d9c789d734db4dadcc5a8e9e0949c?7zXZ !t/28] crv9w ,ա]Ff1.+t EKZ&;fmUp>^>3ed Ҵ ~QL_Ka09Ԛ BҬe]{+"ɛeu4f{iHY[My߀8ѬKKFP-LՇ-k=^豕z˃zZWKQqD{qaɪi)4`X/:MJ*|F")9!8gEzf7뮮pxZFt@HM!}^v`,:)<{1AV/1'1;s"uxM'S.Uedv T6 G!E c."eGGF3AX*wҐy'c-ۇt` {>I cE/7b#W?lBL#]4c_oy9H%T:Er -=q^&cҘ`-6[N@HI(Nп`OcxlGB7Fciݿ oo 2ʽYh+Җ]~2{av۬W|]0SdϼYH2|tMydA [dt"F$vYJ1&5m$5Sٖ/zWͣ8H(wݱ֒,JE0|[Q`7ʄp7f (N_E{&9y/I_WK-h5꙳%%hAԿ`cOމzRj3(9QY+=̈́ɴUN*qW՗Ж'"T @u '!z_eqG\%ezVdV[iό< a IՁWS44fQwoF_*brܖ|~nڒ0GgD1ϓyo}A.W/(?B}wQpoX X U#n s>,76up2?nnq hĕӄ&.;Cy.Y(u ‡o*M8>]E>2<_vooTreӐT]3uT|P0aChP\̾-4gk̎]I%&_N'E> *W`rٽjb{r*P%hto>MY_nf TmrOL7LF^rEr3ф7DF_PӨHdcc^ˣ3ͯH>ZdN)0t7fM,J5:Zb939Kzt1 :E<"7y\+/L"xD!;x݂:8>떼w9J&V!k5}nJDAxF=(2C!0dc8+|R\rt?/8Fҏw|+H,eȗ(qwaY8iB5 v1QضFPbsp{AS a~iuE<Ȋ{9@nSrh|r`s@SQ=:Wd)[fv(M݂ؤl.hj=Hۊw`4s˾c8ˑ6;|NjN;W0RB{ KcX Sl~<"`pGAՀoKk+q}#=s,v͞|̓L2 #)Oo*BNѱߓ=usk ߦCŦk>7ġ<"RQ#lئ}NG+rFLVK/i7fSsNUW'ܔd>= 5rs`7x)fqU׮&tLWL_aA;f!e : *FҎ= ux"oTB:jg6Scs"&6T c>Ց&0m߱`t#\K[LY]3|H_Z uxIPZJ"pu.̛SyyDCBI~2r{)!ΰ>-PEA%SMZH/`!鹺24^J]Nj?xGQr}n␭wlhΑ5IGYl_@˱ ~? Yq~~}ޙydxG!¶C/,"?s }ش${2Ū6l\ }`׊ KO/GRBPNA>1q@$3𢿩y[+ VM1#`* Vѻ{\DE5Lwj?=S .zH[*Us2 ikv~yh/1 G\ؽ9S3ȑB[_+t vv-B2>-hh'2j%;8jrAv29*S=$VśK5#)j-LnɾAԫBd.}S<47[ qn. f`#ȅچ09M%[ؼSJ?cp;c (Ezn}L;D㑚j/&: N5Yɘ~ʡYQ$?@:k+df7dl-\Ja+c}0I9ҵb]Š\=hԧ3!_vUM W33vj7sz )SCo~~ }Ke?j=/?2pQlt0AS1.k{U6}3tn{y*ɲX=b x[ ZmlrIwĸ 1GAgYƐaƅϩ?{45o~V(Tj4@#H {+Ѱ5'kC׋9- 2 w>՛:&IU^<> jp9%1̓iA"i;YCc{i5P|.ړtц gfc(}S$K=H:0q䲓,O7^缯,Ѡb{s۱'E)BEFBB$/ωUhYv,>)Lb" sFǰNO"{ӹ d?jK Æ+p .G]<ҤG&RkHEJ/<+זWOE b Nt%2;V}gџow!5SSezdXVlKwM l;;Z+ WfZ[=#H-Xӵ){ A&:' g'eKUͮV;.hP1vPG] IxY%r4uC(;K#(ߜp<\g"I8؋^~2z^62&r_uφL/װPLC "Wɛ{LT{.+]mZ#I=:FlzMbY_Ht#Q]'(~Ii6kIZE*a`i9q\1vQ#֊}q7|(ŘX;,v&RVng|=9njh\8z?CpZ L'g9{|ɥr),R\E/3ďlVQڸ:ELS:F,uA`VM$oV`֭y 8\W;7A>,-ED)z \8)CtF?gn`꧟wǭUk*}{ 3&QϚ tDq>,?0+E7~hJV/)Ķp<Ƥr3}OS@-@- 16cBdU8FC;DS?檁Dέ]G偔b>.TMP΃EIQ>:aZ KjKP YVj%Yu$Hy:_?QܝOm_*|X<)4B7Eb2~Ss%Иɸ;#)HB}A NӴ,W:)1~C>ޥ%q-#!)kjx\ZK VG?%ܸzg?;MUfc_d`?XIJ?FX>bcܾ87q1$WWh475f,mwr ΚvJ gm*p^xhQ 8 \h{f~Ԟ%sbT* r7!\-:*aR]{^e2ω$9?&S©][g\#ct,S#[LXB˸. KA2O|?^!a3́_L銞ȱ5`G$RA1A ]_4{wjK-MrNi/I&S7onONd!c,?a&ZSHaTN<<>Iǔ('Ǖ6+ΝT%-ė/q ~:z!Hvp,k'걍΢1ZӅEM' [_DCkh@:oٚ!IIӿJsJ3EgQTR+!i'!s #XFôd4jX"X MEֳlXq 7.㡘 8Nט:;'\Z|:^S0!GX>;xyBСP9!+ƾ7ܛ9k8 w0T~<Ӱͣ~"fO-\KO.No 7jG봔PuYܣ&R聯Q}_AIq^mb9hǑߋbfT*1FZˎjsDO #v )avJ;R+3?ƽئ\4ܭc~z_iP'|egkӶfn7f)w oPͰ6 6&_^BPmjE+OSy)Xou!W?96||6ZUs|twG"ڼ^9)B0۲a#Y;Ҙ;ѷj+a٪"* yGwH^W(<1q% *0[6J7p]E9*vtt*~앛 t-I^̜x|$5~'tLV4?Eh6T9H;;c>U+Pum.U_| jR,}\6=$1xKw5tmwkꄦod6\PJ% 6@I BcԺ^q|F/>8ʽ\UaP+ļݢHnm-PW3cx$8Gu I_uԓ>yc]۲ fɫq \ɽl!sU_ke$,~hV byg"VrJSwKIύkǻY+m7!p*io, bzI3`Dro=E&~nNaRCk/8d?abҫ[Vt-U <:siя{Cfe2TMSͺ!c$~Ef=֖1շ"[|>y} xb5j7ZR\6QR-rݽ4 wsBz*&K"cu=8YhÎeA4>`*B)ci1K]LNj^A'We@)dW$I4SӆsO+e*t^'=oFR Á(eZ   & fLTfaPI9ov" <4gi'1 $UVUn)NHnᩐې-Ap4CRF+AH  sn /Oy.&0c<=Q_ɐ"}%yRLc;hπ\.W8~n(:`&u 7JWcяE6[jYE5|1'[b&&L7i ΉH=abQx@OZ|F3,Tweg>//S:3*J-;~1{UƊ;g:SmVH|HY|LTוL^g}Q M7z:R_-Xc8a)j|XM{GmV5"媱#s6 1VŤEVQKx0u!4jdzz23,@%y~\bM.y> `bBQvڌ4ƭ,I)ǷX4+:.VBFem 9r͆$F? )撹|t)L N!i'<ud˴w0u֟ -Ģ4gُ\3N M0-tx-ePPŸ]25 N4=ؓkw_ K/s3]m?IPyssoaυ:g`c»c8Y7)mیgT%t셦:b5k#Xk۩J0hDMzMQfMQBD`sh5Gex2Xf0n3~|<e*5owd84SqgD9V@-x=N;]6JLߙdzdkU_*MQxy~Y֤;3#ٞ+r0M:J>fL9׳nƢЪ(%B":@nZ1_-Уx֒&qiȄ V^@Nw^ j|s~3<ؑ³ŗc-ҫqB}Qtiꅰ>dlMؔΒw͌lž1$rt <=Tmu3kEr``jzQfN@]'B̈́mHf8N/eha vZ0+07[Z~ EL^G*F 1lr|gws'̯/H 9g>F<;4QmǀM;~*[ɿ#QLWBO;ujN7ְYWTx759J!uELhFᜋϪ܋[;~bۥV/"8 <f.k?:aטʇ!ppbGhv^H fKH6K9 & qcnCtjϏB$]PUp AJɎWU@0Ti'#l`ް4Iwh1jݫCW^v״U^J_&g4k{>ryv(Oݱ-L  NIjŚֹnc@ay:tozv*U "+8g9)f0rYX化z#D$^y$= tK+pEC*.%{x$0e^Nz^>ՋS!'G̤HcKiɓA s2kmK`XX6cWO:NBCCmmx̯$ȚoJ,WHWXY@v7-gvcʵW%w;B@{ ~eK0xĕ T uqg6eާ 1/kSR:{BI&hm'we'yX1bGM4ypA."p^܀DCA\ V9(VcSiC*G"r,˼! z51P<cL?DHvp71;b{.hѸ ]Q֐mGKY'CRŌO= {]~"}h犋2]g~IJcyW"/Q3DmB 7Ne(5mkz"pɅ^%4sqGCcސF(@2kÌ8`ߢ܉eDcjn>&~7lT58H7UmViz/%6xװ%``CԓyrW&?hsH┥ }T$2ЖI31+yv/6Ssj [R`&0>ܩKkJչ.G3dj[PivlϚgEeX3XrI#cmOsZZ8Wd%63ح!A8T&sE"]O%".HMjnv{c{%~kSɶ ?=ցKSd J YZ