libfreeimageplus3-3.18.0-bp155.3.15 >  A dk;ߊI%z vDW̦98nEԖMM"6 QyI6SP)ꔪ2ba+ b-tGsDޗʏQ0n@R:( U]N0'4^a3;I07'aT_²A,#_OTqYd&S%}41J'6 W)DdD ѱ ed 7/iv"% C|w;!{/>0^8dV%[)BK,$™Iso f )$uSjH9!TC%Ct>-Hpɛ p@$?$d & I%.K eq     $.8\d^(8 9 : >!@!F!G!H"I" X"Y"\"D]"L^"}b"c#2d#e#f#l#u#v#w$Xx$`y$h z$$$$$Clibfreeimageplus33.18.0bp155.3.15Multi-format Image Decoder LibraryFreeImage is a library for developers who would like to support graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications.dk;obs-arm-10SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-only OR GPL-3.0-onlyhttps://bugs.opensuse.orgUnspecifiedhttps://freeimage.sourceforge.io/linuxaarch64dk;dk;9b65e2ab82883b4985e68c82480ca4bfc8752316261f24dad03e670efcbfa667libfreeimageplus-3.18.0.sorootrootrootrootfreeimage-3.18.0-bp155.3.15.src.rpmlibfreeimageplus.so.3()(64bit)libfreeimageplus3libfreeimageplus3(aarch-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.3b@`v@_C^@^@[@Zhu@W^@VɦVf@Jan Engelhardt pgajdos@suse.comDirk Stoecker Tomáš Chvátal Tomáš Chvátal Ondřej Súkup kbabioch@suse.comdimstar@opensuse.orgschwab@suse.dep.drouand@gmail.com- Adjust unbundle.patch to work with tiff >= 4.4.0 [boo#1200451] - Refresh doxygen.patch as -p1, use %autosetup - Trim redundant information from descriptions- 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/sbin/ldconfig/sbin/ldconfigobs-arm-10 16847492693.18.0-bp155.3.153.18.0-bp155.3.15libfreeimageplus-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-SP5/standard/b9681fb74f09c1da6ec766d1c21b0cdd-freeimagecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b0e1a571e2013eccfb8ca15638722bb16d4e08b7, stripped PR RRRRRRRӑ}׆Rᤌutf-8341e9ccd4dd4e7e1066b7ff9f7f4b5c431b57f882453a217ed5c700f90422310?7zXZ !t/ 1 ] crv9wB6otc(U%iLk~12*jGH|?-GX(C00<!tOPQ\ ́keA(^E\3`mJy[jib-mզCB3J4j:DNچJI$IJzah07A*>t7;oĊї E6L&b%CsZ"-;r ҞP@;qSMTuNN="cZf` mPX+/ H&9fΫgԉoWӠcens>M!6x\4l@ +c!t4>B~6m呺`\ LchO-iZ*_?D( ޴՗ڋqDU/ $"I~ It[P/^3X +ޘբv +zTDRO.;{ɿɵYl 2j%qOꐮŨ 7jc?:f>Pr H Ҿ8\{q8.#a)kDtpҙ?m#k- Ni$i8=Z"qACG=Ʀ3P+Dh5 Q]ws^-jІ2iGzs2HVk`iHof{G „usƜ fIeڊ`4S$CҒ}Kd| }j4Z]QD)c':yk_׃]rbQ#`pd} 1pW  ![WtQnSCt ׉5iMx|^bjmB1 j.,V s D ;j;9rQppM^xͯx rp~_I*<)G0>hT[=1OZQrpd8lERk 4λG([\yE[Y.AUSw~gt̔QOv,,NVu4|.v7)<5+Ԏ?wx HtLXM_)#umDydQ,efHUfM}%9oNުXų=ݥy](՝eO~PmE%Wok8)QPʆޑ\!| :SщP*@. 3f--S;{BE +k0Y4YI ]'ǴTZ Nu *D𦭭6\}%3&KTQ6=l5[^#vQ"ZF˓cxv=aW3N7r?zЋ#p]59g =LAdْcsu0W  fbx"MK-c"zDi﷐C3P۰X} mi6+J5$e;apgK1Ww`[̓  ~Hdgc&Dz_>evgx, U!_ܘ S%ݒ;H|++ 0AVsMwY Fa1*, JWa ›"Uѻ%'4#V<! <ߦ0.0 T鑠%h/2a;kgK|ahOrZNrq}λ^{lA>ao:Vl|]|^4OD #խOH/.=>Vo$65;o>8R/nͯzKfp qCT'iȋgTi~KO޶Tk_?mC>ZxJt<_iLѺg #r\w#E %-X^sT@c=g+~.9ӧDR[6S)8@|D2\^ґB"*FסDkS~aAyBoѬ I1YNԹC/yX+@ë-ի eǮ4 KNLWAYwhyNBRr q-cp+ '+˕彆@ d##;u5aK v"F/P=|လZAgMf[mdŇ8mI٫*`!iq7 R:jk2{:+?K\0r5( h)f?s;׊ЕV`qKܿ=aޝh!^2 :7 !`4d\3Iz>B1jN!oT$Q{L\:g 6C gWۥn>$).ЅhYxZ)1Yk<,PnBeܥc/Eq7Pujlqti#<D0|Wởs%;JROxBmMO1OWqߍ|jxy+(@uWx8@|8^pU&ǟ)vwCMWJ̮իW UMg\Y|!iHŬ¦ҙJ$ @ك8I'6a VA Dz/PtbІF~l?|$.|N]6:P V&4١Iwwy{ ۍP KŜW7]\:Jɨ3Ƴ7YWswUh ʤxVN(NzQS̓%KeߺIQyA-YpQe'9>n%U/4>iDig™kYqM/)Kz-f@8'3Ofk _Z|hmkܒ_K305v1L zLĹ$m~D9 L g-vKЦ )CmYx]Uǃ P&Mg lƱ!VEQJ#0({DNP_Q Ϛ3O1>  l}2?pP?@ۺ&Cabwkж 7mvHm7cE|/W3B N 0 lq*N^k} }GM1]K'!D9JENZJ+x|NSƇivKBKŽJs9>}{M7ޓU BV39.!#l^ >Xo=z~Sa ݳ%ŕBқ6Lg?d`FqPTZ3XbLY3+u ƈI\*F)üT1ӥNe6 Cs 0pc?޺h`l 74;`e.)<ڹ.DU8>*ݏ򕨇_X9Aݔ{0/2NLEB_ .ݲw@]x'`$BphC`͟@K^- k3J+'#F(8|p.-ۋ?*3=% VB~ R\#iWoKQ\jqdD5XZfY'J-X^Pw5g+F'@4A{RW/5ecr5tQp"k5BBOKU߷v.;YTPe El>Vmn%xY:D2$&rZ4-BY޾ rZyV &##Mw%a4,O@ކd)bp gAE$~!"#x^T]/Ы<:-'?~ lQB3:eEIM^9A')>'DxLRK<CKRCo ۚM)/dfmW/|׺ Bڦ_޸&0jD ~i,0$ۻE+91}^0_"aBw#)T$$t X~ <܂0k=޽#}Wvq(: 3J9ϱٙ'dӈ·0H'[.W^sX;)1dJV:d؞ K- 璣Ӈl2 t<29c58/Ed#൬'%E4]l9a34) 4J*/ѩ0FT &K0F*K"}0tZ=;ՙzAmŴ!nFTUfAY\F @jf=[bL$mB&e'AVzj<"I hdcZަ߿u\ {i{叾дT`j>2 32%fXnt4`lɕ yRCy҄~"g՘S9Y>yƧF22t! 8%$8: ͜VoE㦻*=`1MۯEJFρ3S8 Er9>>V"9mrl7|K1Cg2_kHf 0tP2E#]Vu<1Hy7ҩ="V<_0u-VlXija߲tujcW<'_btх$jf*g,H0;PQF|SE:,~2$3C.x{n4aA5 s&Xx8 4d~@Ґ#K(t!blBEJ~@|B ܅o1jj 6TsI}N 0Lf~$$T+rӸg‘a4 v3Uiz{ *%=2%#sȅi>wyG0(k;LhcB rklG~!ËSQ#U/ #I7^\YD>H00bO&wGBKQ6'Q[(޺J&Gг\bMsaO O5,ى1TP8zQUDT,K|V찜:+m6=!ĸNY!gu[IEBfKq}; XϡzpFcSw%ct>\+!6twW Rr? ]Ϻ9|2|BP?3q_[KMMix GR.)qE7ɯUɠRNU&0!KRy !uloc? 2S}en|%.soa L|j+~!d+oG,x*uWHROyk~AA.iC(%Ul7<\٪Rr?w.}Oo ep>q?f-8zWx8*rWa QdVXS;;ݔ=dЏb[UGVRn{%=k:pr/le*p:OAsbN.QTpxf}؅ˀ,}|M8UGd_ auZX%%HoSv`C D]6iـ{ P(Ymtsꑋg^򜷀*F}P iH'oyu'mXO!Uvƅ%DT ͊K$u c*: ERhWPֿTwH`z%>ZII PBsUe$}LLRր _Gۅa H8fxyMl07셎>]J|nΥkh.kC'jǀ~d.DT ny2s#T%= 'ށ*iz{@L,6:]V*mHn]2g@fLtbyzy4;ZmCFj ;ōN'lX66&G`Kh}l>nl*%›L݆穦QX#߿u@f*Ox+Lͧu]GvH:ke#iZivA)-v {m|Jj ^B GbjOiQl_8GAϨ 9TZ8mzX.{9ț &O-, /)a,CfS|5~V5VI\G13q`D_ gDwL f: cQ )+z/@>L IK̽'`M0y\?U==azRVxɻCp!GQCL`"cP'Sm(6ڊ'Ez*Շo'.T=Hpl&Ƭջ5#p4c&ᡠt]fĮ7>2DٽYm.ai*3@)Q.EN0Z|HX;RL96Hf}:9ՙO>83 ࢙&}bR@NM12=l`3h^FkZm nܝ{tuGW퐡"t|Yp?XhD'EBK.<׮h'Zvb%9Bh=Gk(Hd؟iIl>;8UC9ށog KDןΐk4{H*R..8( Sb=H~|P4\jA4 ?25F[d`0qA/cyzlI znˋI݃Eha5k#\6d4(,j-"{A#yϓxi-D8H,>:˾PjjY!w3j;"!w-|`X @>À9\`5¹Wii/jtHjf}0fuB ?zhbQgd<6mY"/ ;1l.3Yd,$n qC-'tvB`Gֲ%uY#iٚndp4d0O1P잛ànVJ)q ޖmT?Z#GU՟@-[.P FqC7)z( ¦YYaK?u[e`rn~52>ǯn'aR$tЇ:VG¡.." A 8 /TL96 6CJn7m^PWE%&8:l1kV^&M"b;;cLC1J+/kB}z 2hjղ$+WB2:ؙj;bsbi2ujc6) 4ͶcGhzz#E5ƪꨅ#/,}8} ɕDުԟ𽲐t6Xr`m׻'N,ts,8$ .K)rؠzKhuoB ^E BG@\ &m;& hŴ esG.oczE0~նoh>dN~` we_c˴i=[QLP'cKq85ZPT)Y-{6/;/A/E>+Qo<aۿ|0fȾ4ijptCI7XP1wwD⣗w=ZK˼L!,ױ`jـ L1,[xAl3x ӹvܵ -Ѓ8%Ck3Gڥm^9!,zKx/`W+f/90>k#+^x$_(r")!ӆ Ѝx}rEÞ/wvJǡ5kbFOrJOO) YWA}#8X<%"H"8~23P+}NIwC@U}X/֙{OZ}/DbbAWaC~6[ڣ[_ }gRA5e*%`&v?Vܳ_%|m5*Mv-=prCطo\YRѴǧKLLӰ%qR?{E?hHA Ĕ>'l3i+"=U/Ҝw54 e;QҥfauXY/]˸I B]H $t