libwebp7-1.0.3-150200.3.14.1<>,_Pi^Kp9|:^RxY3l2o b^CyNR蚚Q~O&%WPU*>%]tlQq732]6lHO`Ĝ _eJZ r8,xkbw|gO\[>iP02̥4ķ]=W4qcIo\@ {0CUNFYZӞEn=E5APań}Hc+0#Bb_]Ĩ.NzL>@!,?!d   Ddhx| $, 0 4 < ~  8 U (y89:>@FGH$I,X0Y<\h]p^bcCdefluvw x y z    !Clibwebp71.0.3150200.3.14.1Library for the WebP graphics formatWebP is an image format that does lossy compression of digital photographic images. WebP consists of a codec based on VP8, and a container based on RIFF. Webmasters, web developers and browser developers can use WebP to compress, archive and distribute digital images more efficiently.i^Kibs-power9-18 SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://developers.google.com/speed/webp/linuxppc64le i^Ki^Kdd3b53236b0d416b2ad9045f8fe0fee14d458de0d8bc6b6415e08b66a83a72aalibwebp.so.7.0.5rootrootrootrootlibwebp-1.0.3-150200.3.14.1.src.rpmlibwebp.so.7()(64bit)libwebp7libwebp7(ppc-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1edu@]a&]Zb@Zb@V@VwVf@U3@U|@U@TPTO@xiaoguang.wang@suse.comxiaoguang.wang@suse.comjengelh@inai.debjorn.lie@gmail.commrueckert@suse.demrueckert@suse.dempluskal@suse.commpluskal@suse.comp.drouand@gmail.comjengelh@inai.dedmueller@suse.comjengelh@inai.dedimstar@opensuse.orgdmueller@suse.com- Add 0001-Fix-OOB-write-in-BuildHuffmanTable.patch Add 0001-Fix-invalid-incremental-decoding-check.patch: [boo#1215231] [CVE-2023-4863]- Add libwebp-double-free.patch: Avoid a double free, upstream commit a486d800 (bsc#1210212 CVE-2023-1999).- Update to new upstream release 1.0.3 * Resize fixes for Nx1 sizes and the addition of non-opaque alpha values for odd sizes. * Lossless encode/decode performance improvements. * Lossy compression performance improvement at low quality levels with flat content. * vwebp will now preserve the aspect ratio of images that exceed monitor resolution by scaling the image to fit.- Update to version 1.0.2: * Lossless encoder speedups. * Lossy encoder speedup on ARM. * Lossless multi-threaded security fix. - Changes from version 1.0.1: * Lossless encoder speedups. * Big-endian fix for alpha decoding. * Gif2webp fix for loop count=65535 transcode. * Further security related hardening in libwebp & libwebpmux. * Miscellaneous bug & build fixes.- update baselibs.conf for the new soversions- update to 1.0.0 - lossy encoder improvements to avoid chroma shifts in various - ircumstances (issues #308, #340) - big-endian fixes for decode, RGBA import and WebPPictureDistortion - Tool updates: gifwebp, anim_diff - default duration behavior (<= 10ms) changed to match web browsers, transcoding tools (issue #379) img2webp, webpmux - allow options to be passed in via a file (issue #355) - changes from 0.6.1 - lossless performance and compression improvements + a new 'cruncher' mode (-m 6 -q 100) - ARM performance improvements with clang (15-20% w/ndk r15c, issue #339) - webp-js: emscripten/webassembly based javascript decoder - miscellaneous bug & build fixes (issue #329, #332, #343, #353, [#360], #361, #363) - Tool updates / additions: - added webpinfo - prints file format information (issue #330) - gif2webp - loop behavior modified to match Chrome M63+ (crbug.com/649264); '-loop_compatibility' can be used for the old behavior - changes from 0.6.0 - lossless performance and compression improvements - miscellaneous performance improvements (SSE2, NEON, MSA) - webpmux gained a -duration option allowing for frame timing modification - new img2webp utility allowing a sequence of images to be converted to animated webp - API changes: - libwebp: WebPPictureSharpARGBToYUVA WebPPlaneDistortion - libwebpmux / gif2webp: WebPAnimEncoderOptions: kmax <= 0 now disables keyframes, kmax == 1 forces all keyframes. See mux.h and the gif2webp manpage for details. - changes from 0.5.2 - This release covers CVE-2016-8888 and CVE-2016-9085. - further security related hardening in the tools; fixes to gif2webp/AnimEncoder (issues #310, #314, #316, #322), cwebp/libwebp (issue #312) - full libwebp (encoder & decoder) iOS framework; libwebpdecoder WebP.framework renamed to WebPDecoder.framework (issue #307) - CMake support for Android Studio (2.2) - miscellaneous build related fixes (issue #306, #313) - miscellaneous documentation improvements (issue #225) - minor lossy encoder fixes and improvements - changes from 0.5.1 - miscellaneous bug fixes (issues #280, #289) - reverted alpha plane encoding with color cache for compatibility with libwebp 0.4.0->0.4.3 (issues #291, #298) - lossless encoding performance improvements - memory reduction in both lossless encoding and decoding - force mux output to be in the extended format (VP8X) when undefined chunks are present (issue #294) - gradle, cmake build support - workaround for compiler bug causing 64-bit decode failures on android devices using clang-3.8 in the r11c NDK - various WebPAnimEncoder improvements - disable extras for now. it seems it is not building and installing a library anymore- Update baselibs.conf- Update to 0.5.0 * miscellaneous bug & build fixes (issues #234, #258, #274, #275, [#278]) * encoder & decoder speed-ups on x86/ARM/MIPS for lossy & lossless + note! YUV->RGB conversion was sped-up, but the results will be slightly different from previous releases * various lossless encoder improvements * gif2webp improvements, -min_size option added * tools fully support input from stdin and output to stdout (issue [#168]) * New WebPAnimEncoder API for creating animations * New WebPAnimDecoder API for decoding animations * other API changes: + libwebp: WebPPictureSmartARGBToYUVA() (-pre 4 in cwebp) WebPConfig::exact (-exact in cwebp; -alpha_cleanup is now the default) WebPConfig::near_lossless (-near_lossless in cwebp) WebPFree() (free'ing webp allocated memory in other languages) WebPConfigLosslessPreset() WebPMemoryWriterClear() + libwebpdemux: removed experimental fragment related fields and functions + libwebpmux: WebPMuxSetCanvasSize() * new libwebpextras library with some uncommon import functions: WebPImportGray/WebPImportRGB565/WebPImportRGB4444 - Make building more verbose- Update to version 0.4.4 * rescaling out-of-bounds read fix (issue #254) * various build fixes and improvements (issues #253, #259, #262, #267, #268) * container documentation update * gif2webp transparency fix (issue #245) - Add freeglut-devel build requires- Add libwebp-devel to baselibs.conf [bnc#936417]- remove aarch64-disable-neon.diff: compiler was fixed, neon can be compiled now- Update to new upstream release 0.4.3 * lossless decode fix and a multi-threading fix * documentation / vwebp updates for animation- Update baselibs.conf: make it match the currently build library packages.- update to 0.4.2: This is a binary compatible release. * Android / gcc build fixes * (Windows) fix reading from stdin and writing to stdout * gif2webp: miscellaneous fixes * fix 'alpha-leak' with lossy compression (issue #220) * the lossless bitstream spec has been amended to reflect the current code - add aarch64-disable-neon.diff: work around compile failure with neon on aarch64. - add libwebpdecoder1 subpackage/sbin/ldconfig/sbin/ldconfigibs-power9-18 17677874141.0.3-150200.3.14.11.0.3-150200.3.14.1libwebp.so.7libwebp.so.7.0.5/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.suse.de/SUSE:Maintenance:42100/SUSE_SLE-15-SP2_Update/0d95a386121abc827291b7ec099c7e61-libwebp.SUSE_SLE-15-SP2_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=07defcafa75205e0d9b6d3cc29309498077040bb, strippedPRRRRRR^M6nK utf-8133c479eb432f2cacd81e9d80569a30c4bd230b570e188571d3dc90aba6169e0?7zXZ !t/S9]"k%Y}d@&zt|Ε$P lTͶYXqn}<XQg e$컢= ؂ʡ1!Y{ω uְbp 690֟?x`b(4Q('2*.5C lG0ya2LvÙ:kk!9OnXDB(0R_(#/WV1Ol9P)6|SrJny bͩ_Ũu4O$WPZ bG! Q js:q_)Ӻsta |v9E ȺzCwb,i+ XD q3#bJ^ľ0a_{E)P2v@{k!^O6i*$4!Ҁy3 굿 z1歊LLr_~TEm8*- J΅ti$,ϔTf)-oy0\kw>+S1dg->^k]#2"b[5az+s[rp$u o,~ H2 ?^OlNh?cYJfFDo,RCZynwqqk"_a BKۭoF+.O'e1B;HLEP)^c򈧒r=[JQ;S%![k[o>]~ٛkơ% oqZH?w^CWRa"юiBg$u iba(&TxZᘶ̚7`վYޠ߲|9\o$X4IB|NB; 4pOZyVzz|\2~B(0mE5Uοx~Ծ3WD\ s@[IGyVlb0"K4EH%jk'#&4( 'I7vcL#viyc/ 'A wL:u`yOѕJ?pyK`8s\ocx y!4\bC:aۓ慳G`mLtrV LhM嚾-5qՕv<{@UDZA4I|hTtm̔5,V#"GENoD)3cZJk-u78бpވ)Kvb{fSZf]RUȁ'vU-mqJ`-W}>dQ:D_qє0eR?\%/jRTOccy=ku͞.':YlڋA3[ڬl5 t ڀCG!A[ŊৠUA-ԀP qx_5v~.=T{]{CQ1n=6ف9UuaR:Ҧ,C;iO;Eb V(3i< 5(>##-_j'q> Y.3: /x`m yd/)`c;ѝ_nȺy6X|PfۆÁְSca&*Q5Wsyo| IFQ4όuәR8cDX%e FlP6YOg'c>2Gp~'S᳨ӞL'k)rQ/P" \+]jUP^㛰![h~lxɪiJas7mLydEЙ.y&fL!.$Bk9:!CZJ OuSD(~?(8YO 3Pg5T:3f0 | [s2et֣$-#d\nF:ATdy1JF2l-16;#'X5&1N˘Z*jǂfӂe[LWv5)L8y|Ĵc3iuKA U005χYCOE) S_֨&xzPም?xZEy(? ,ekD?Y@37/bkyB֫\BNG̈?RhQdm'*1~+\ u+8-a1tz y-rm|1M6ΧHJ|H_F`1B*㙵_"gg`YjeMY<?nV&, ܂eQҌPOE gqUnV"j0LɫcB&ʆ IҜ=Ff0&׹٨wI8Cth[4 ~O 9ehGi@ɪC#)Mq$+Ѣdq%!]&K7fꒀPR'r4e*#kp.04%T8c M[T3i^?٧' 2sRvAƠqխZT:,1,O&o`at̊u";mu+ͪDH\N,:C84q]%'CZ]dDE4 S1tyaЫtRvc' 6- l#tTAvhC)3^a>dJ|dЫYO?^H^߆/Du:RmED1KhPY>'<1zڭX!پܰ2KVBG4BWDƭ"ڷ[q8 Ҭ-? 6T/_wI榝@UDe|dȲtĉ*Ic<^rpHzn+j/1-D)_N k9 '+E@u{ n`rO$mZKH!PT3+;: xnJ[iL?RtCC)N&QĴZ|/^s1Ycܜ[?`k/F Q*WV3R= W(?x~ ?iS}~e7/ t*tnq@sf͈%<<*ꤴ+q\-%wd$2@/} vVyf#%bsb:1e4>>ze,r[V8`ʎ4Sǹڪ|.&]˭?[9rZd=G q"0EUf\;n}t#H,gV[s!\I}jfL>Â6^-Cl\!XщWf>O[9Nݫ{?{)Tj.]ˈyM-B8p)Bm?cNG:tDפ97<@=Uſ4z0 ~n@z"ޜ5*P5t_Ċ4Y[}3\BAΠr9bYpw_͵b#l0Ib.#T;tY@lA}^k{27-!~fAO̺jV Hyl=U9Ѧ}6M C߲.VM=lenGUΕo˄y'BtRl}-~Maƾʓ{Ĵ\l\g /&XP,&QdL>N_{ M-ΡӺD-ÙuvɊ4>?raP~#F3s6\GaO%9ްbc_lO: YQ;E@ ߐ/6a>biFZ_N>8W0n.f(jҩ_ᅩ)ww…䳒@)}yH@Fu!x@TQ½;M`yoiq=+x+$?k,Rϭj Az]ۮٕ̦kv*AkZYWy K qF:fNլY+,| !&M3_ǰ샍^l.Jw3( ri W?ɢ^;l&:7r~|sזl1 ʈ$cr$uˑ7[*/^\Flc`dLNN}#?.z&@!|ΐ8xYvF3vQQLPJMem(TCm6 əj|pn6512^`FTyVDO<%U*C2S4cmǮ{s"fq{oB;Bm|҄aM8x*E|:6Ē[o{ (|$/F^EeO('SusfelM^aaH9%017 vP5vĆ78ɵfٺ&V!PP*4hkQ@t ~]-T@UUҧdfyW]^HZ<] ;P P';_*~6d2wp؛(+DxM&x*-D@T/߇0!iqRPmXҕ*@{pȺhN Nzղ~-w" P(\l˪kz@&teK4Be 6J)tH"0*k!`0:5^%̢OL?;c ,.E@3s-HwjN{~L ܜmذKFrlri): SoރG%7& ִLQƮ%-uU:R2N \ChqAsv1z+ \IK-.M*iB6A0]lK0zk 87B΄8B?D~{xm|>HRGj nnjВ &$pg՜qh+ % };PU!wu{!cL mуy}e #`s&? M><HP0E΍,p{C:+J$i^uk &׽V1|/5 w=sJ2p++,>)Y0P8s;H*zܡn2;`0yx5ܚnSOQ>O"iti_sv)KIjv4jk3Od jiKx'07ʏ)iI/}NU,TxΚ<ĝ<;`(YΪQ8\vX 1tժe7SY[?jFL u: [gOT;G6%ԖN.66'źgPgҐux3%ys-Z|*Pp?*KzX p֨0USP_xkqL"iW'*cGY$fQkNkJi>^4]{WY`md_%v޻!I5̩k~zߎ`=Lx;{̱yv=OqȬC݄[ qQ1FP T#0(8Gcߩ*mѕcZ)﷬ћoPUSI;&N98S JF{sYhLyt^/zoژlS)"W#R0OUvoprGT}n,͉!̍׈o2"A3QRՇ/bP;G0.栗xpi(`L*r0B.j?hs#~NeAWcDw!bW|VZ&H="*kt>f0Rgq00`}UC ф߶679,ĜE$ϟ7 STSbU Y)(WAdr>C/Qj,Vq5w,ΰ`ymW1|vrtr! D^!(J Dǟ4xU'L_͖Go$dHb%Aۚa˫:RЩ7c"82hy)=gMxwǃHuSm/=8A-@IP(n,L<ef ho@>vGf)MC@bPT!)DWbQx+ O8<5vd Ջ]&P1+,,yt*|kd@ Uw^yvk\w`HKvmoD hZݭ@d OH-;A&\7e͚~s5M91H:˛tVrqBVSH2!|}cWY9)tm<, Xb2.C<3Ņ K pPU aJ RLh#u~}v8ߢ+ld`G;Fxo:V9> 4U$w1gMW@c58_y EGz !1qN ^2f}XM}]6k '=30 7W67#J!Ap/ 'pMz1?({}Ub䔫bF)SmKsʒA(g .zmDA3P1FZOti nOL-f~qqRI3BI(7[}v]eK}(pNݿV CPC z/&޵yoebؐTW70Ida6I($Q:С[ :{QzpU"ݷn<^2apQDA #UUsUՠ;h\Jc6,15Tm@[v4;n\{@:{ublv<=tKx褂/XjIc\6 9;^> oiznD(`?8 hWB ،'AsD$*"[\AT^坺Hf/Kqk2m њ9{͏L6 ~F0~Z?OO_=[+xG>{n K$5ڡo]P lp/.T|yj\3xB Tv31+t DfW؃g:9\NPRP^+VScQ.q|҅ X0dyQҧ{57@*3{OJնaw~QH/4knɆ7_U-Lݵ݆+\{ȯ~ !mg~n݃9LF?AdrR<niGW qNɨ$eW$i9M!o̘N2}͔+}tq`KlQyn]Vn=_=DEs5,T,FG$THvO29JJwX$U">%p'/0pFޕm뛴nyCy~k{a o&"SfMfت=^FĖåKz:e zOo(B\Ǧ4o_׳cB1&coԭ#B^Y6Ctu$pݯYS,riO;;S}èyI| yp-`z](Bn2N@9cUwEia:ۼ y~7NHt <4rrq{TT5ȧ }'˓+:RNjO4I3fz[S^j{da偁y4_dʴ+3)0Fנdl myA+9ABrlX:c Ǐk滭JIצ@􍾡gk'AaDxZ%@!|؍H95kI3akf5S_: Guؑjeb]cXu#LhR/%:{/N맫Jxr0TE} xXC-'(E1i5n1΂=RV^`/&>7.pYo.B⮍3xOzq$@{#jyGi3W!+%mcYd~iS߰"+A2ML&HHq^sq:hJNIу>14J^WMCmC`Ni+HmhPm'JcQXϴ6>ƂǨ}1\YUnm,M y;hm>;t8rT"cQI,$*aݒڙ( CQ(1P'f7ĠTe [5c2IW_&`"DUS:"\]<;dYv By|&+kxQtUf{?+EU~jz `%,[ĈhRID^ΑлF>Lmkf 3Qx6#\Y('OƝ3hD.N9y#Z' ,Eb"8a:s7,U~ۉH(RԏR2JptN'm_*6nìy5(3_oSyO9%CLN#vab tmJ?औdVS9)ܸOt&Ӳ" 0;# =Нl9>y3 }K7TV E<+ *$$=@?js]:'m!SYqg!vtE&K9#,ϯ+ݐDaj4-る9+XƧ\,{f_UU3 )ks>:woxSMv:߬r"{X=&vጆ})2qw ۝tQid"h|2F4G{)1-dZ 6"Hl}}ř ͛40G-jC%K:qϳ7.\iTmgQ z)U\ЛM/k)MH|:,k/fS) ܖgZHhSGX )W-h:S@u"_pT*KZlfaNz]7z(2[{.E1eӅT|^u•r5Jw|ru$=FfY"-'C 4јo1VcjT 0laMoUn} ;7rA[vHێU^ :xe!bgAF }؁ʶqeп~"f(SSp%Ѐ+m/=wͥmt <\D \a\#Z/RDקOEI/Nf4 ]`aNgwN`OR?ˠBw2TnElie3""!Ԥk/\Lvm2,q% #Pe@5}^0@Iy!Vg0e!ymzG'Z}WJu\ДSQ/3qT;tW#&j9iE*u z<:ka/ir{*[H͛-Uhs.Ŗ$4 cG-wGVcD1h|WkT-#gX ?q# wX[hT+L* FI2`BR|{8+E޾܈lփj? !e#)"b'ZZv 1ϺO'Ư@3+|D^.~XsHQ՟1]%S5r" }f!5aQO zi DZ5,pm :p3clIՆc\B;>^3Hs4b 㒥lM׉ 5:d)6=(ƆC˕Mzt79<=jM-*R9`7Ko*Ķ0e N8NgU7W< ~'}l*!/2}sHg, HM> 0E c+Zv+?5mP2EͤeqBO)7#!n'4+%7c[fW;h %/o!w^I9Hm]nQbK_Z8y D१ $ ?{7SgF~n>$\o%=^@-=S{`4= [V}hu@RSd́G ʎP퀼V(&UA #c2-DjSÓ0MDꕡ#4 )#]d\-M5Y!~@kSCџlz>jjmmK9R1_!Js8L]<'k35P$|[][HquL4YXtԍo/#@[o w W9;=Vàu> "走ZC-α*ySdֳvCL/]OȚ2@DI :GChme*?sI#2Ƕ YZ