libwebp7-1.0.3-150200.3.10.1<>,[ep9|ĭXh@m8#yeHZU2B #ƅ TpQ| dDA֓QU O6)% LաP>+p"?5x9US{r(!v&!ѻ2&<\a  g@O Jqs\HW5)GD˷Toh+0l>)2Qee7ZʮJL<ԤN_>E>@c2_m.{يuJJ&xu>@! ?!d   Ddhtx  ( , 0 8 z  4 Q (u8|9:>@FGHI X$Y0\\]d^bc7defluvw x y z    ! Clibwebp71.0.3150200.3.10.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.enebbiolo SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://developers.google.com/speed/webp/linuxppc64le ee5e6d2c67736b88ade15bab3b96289193b48fc85d2bab3a00147277e1b2eb65b5libwebp.so.7.0.5rootrootrootrootlibwebp-1.0.3-150200.3.10.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/ldconfignebbiolo 16946794711.0.3-150200.3.10.11.0.3-150200.3.10.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:30649/SUSE_SLE-15-SP2_Update/45a56886319b87ca3b1a053fbb190cdc-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]=8ff9411131b989d66332fe846d79da4eefa1e50e, strippedPRRRRRRKPH utf-83e036b97da0da8247b15c1e7e0d4eb07e6b61a4ad5c79faf51fd82379f32a063?7zXZ !t/S5]"k%Y}d@&zt|Ε$P lTͶYXqn}<9q@mN\U&*=;P|:%6;ʊ5]o1&4Trfl{82RB$[GCS$*gep:G0KE'o*M0PD; ЧscNҚG I|.p,<+^QOR@HA'V;"jJX ߨ:5@xѠbwIAoGnp?q5xEcpiv[ 8)ضKdD `0BGW41q>&םP[6M-LO1ñN',񥛴t4p rT0vT\y= w5oF]ʉ=wfIvcpj+ƔV+ݽWHSVx>8g2d,>A?anv֩Ip0#"rzܐ JƼb_ @0q(Hbg Cp LjSa}{ oN9޷)]>RCɿeX {B%ᖢ+Uws loԧF1Q!% (B̾(\.tk\ͳsMNq<]yuNJ@Ɩ~u@۠ֈ [9w EvkbN@m= Й 9,WCF/`k܂b ~\no]|W0t>0F XG~>, Ubs|5q[S_Et06;A;޵{ckx)=b?Q0}k!3VzdYQ<Էf*鞄ËM_lG9ۖ\(CG{c04nPVNq ;;>Y2e';:vN)=57HOiLlTҕ^vNtig$r>w9$v%*F_i3hWj)RPe뛂7υGA)K;%$<3h" ;FC:3@١z S+_5VG`YZm6ځ!t.V7_;yGkr$C s{1 "sC7'ñRd ۰/N0U֎Uޭ$mFtíi59$_u Y-ntTd#ɖ[lŽXNc: q%e\6a)sO8Hy܅l-G(e_{ 2ޱ5USҼ-fhQʳBܱ]KcT yjN),w|}B6蓙dta?^DiW =" i6Ye@_}?GR0`+}?ǬFHKgjY4f`7]TQ.G7G;F0|HP 'flrEYњ/f[%kg%7چͭzI"\ Gp;%OwCo;#s7P5}TxE",R5tq,^ɢVm_BsoFt\r\m|*z`_zz# PpzbUA3 oEWvb#qH(k{Aͺ%͙a&oR[KU! \bo: c 1@s$'3`\m"Fbq]Ĺ ny  :|YH8ZI+6::}ݨŅ(ۢ[h.OIkҝ],!1Q~Ϳ INY| Ngũ=|HzYlAWEry`JP.U}!."v-fmhb4BP\1:o ,~C ^474U?dBOrO\I)k5^Р!p{RFl?Fy]1j-$ Tt]Pfu>z«z`E.QuE!p^Q:/vu҇直91f%y{\xK]l݃E|=_B*u^hDk쾌reWUc㫇E}#рv]x_ڊ4SgpXXl4U{|}1596&L']_!1f̨{zW?{cI䕅#lDd֝v Ͼw^Z} BQJR`a\W{dB;ފm"mXc= jʲTԞ#Ń_VY@;_`&T7O(=V4FBjoiCƭ0#,XꓐE&u sÙ/+JTJ$R~܅bnxGxq[`!?WVcm'㋥/}@Gf1 G, Dd"70"z'~l8/? TiΛ`sջy3I{[Rv+K|SqplД"7N~D@ Q@\J*AM`e\-rf3_LDSʹ򰭦L#aeu14ƍSHSy"gu? " _]7Dα֏Fw6BȥMx0Q>~cRBy&ңM5m7*YMM\R{jZf$v\L|mr*.Ռ8(S8o;.w rФ_tQ٨jtvuS(̨ 9PEV^e<wpyˑdF'}?aB&uGāg_dDRPJ c8k?8#qOYՇ`9Q6U$Cz5GA*<вO˯0OmLI=8i(֐Cȓ[=#auKO؈:LE,"n'QڴVj4?}U m.3?D HY˲O> oZ~j `2%,$zPG4m1\5-s=Fخ 3ű>w-xMB蚚חF[D^8[O[ ϋ 0}k Rq1 Z[hAM=R /DF6;>ѽN=.e8F7#sY`>աKTO=m3èeL"5t\dubж$+0 w ;nF,)#JԜ[8j\f˺ZB4x |n(bmy[ NiD'BH@Gvjώy&14E/}ǁKx)kjNDo~p*VB14xasL+.%Gyi3g:~v0EݜrsW0maX3΃ݠ{0t1&\lc%}7_Q j|m?_ӐƟ E]X3iJKJbhuGTMjK"i`6d,I_5}٘Q\(#Ntw|ʫS5)TS~=akn^BvEWSD+jG¨\w̢1PomȤSKhmӷyv@ZEC4ӷyƱQHD7 ʀJͧ!o.ƵVDs+&HaC@|0;esdU<> z:$k7V iCjv"u7b4i"Z˜+!.J$_Mܑ1 *(NZʩ1x Qsqc="-n}ix=|ZQ8^LOQq,hOGV٢H'8HvԐ˓E[x7\ȠbxnclU'XI]_\$y〓[xuTXgw /+mə#:w7DAҼ'/1uKJYf?3?'^sMy,?i^m)-.H-d {/gD*Œ:4oo;Uu4S_Nm`e$Ӈ!EV 6a8'Mc&ES-Nk )+V! Tm^Q; kM$=mBԕxlxL[#a/qhbe(Ɯ[[GӐR h=9NDFȀόtTBޯ}J/ cL Mj)K1L CoJ_َnj7!8F@x~x'j\(4d*p9W2,m%eaퟃ }6wupTΧ^yb &8T-t/C(kY!ڧ*o˜WX:aC+җރ Tr~B5垎46_L M.g'o~fݽvf4[Շ(c8bmYjvt o&.9d/U# -tB#\nZ@HLv+vΧDU#_/H'/F}}xSkv8\he#D^JE'J5Z4*?Vt `0Aߛ@#ՑFCe"*3̈́ b2՘jQ ⵛӃš9cU('Grha5_9'j5Fi fEx0Щ 3DKH/\Rɘt@2Dtx /Uw 8Ή{2m  Ik\@QywLل<7Mpٚ(*qts(y#3P-~{%iiLnUs 6緒pȃFhdyz|#|z9İcJiGd2?u~bbvE2\-̔j̖wa{wtLP:y `q a 38$PZS\^ԩ%湈PFA(F^΢!@6sw8#F$- 9=^"\~ߣ-Z?/ @A[ ۽ϳ0*Cf\`8m!/>EP10=XO~pGk2@{}FBq2-TI+y": Y6Xޞ~:PTY&Y};f{ * ]f{w/IӺ&p;PEn  I UO$ĞN@42?RlX ou#=# m|K!O苵U^1N:TԂW>WS"a1)@υe-ꡆZիT׀l܃>"A=;LRVU? ;"*T[ 0]D ?;s \e\)O xu@)p(-E[!D=%J/Xl*[{O4_q{HC.3x0k*u!U=%T.I\ox.p|`:rjN{M1l3^AFWWOw{J;us쑦2.@?|E_h&K&& վ]ouKmQ=3DB,kEd`_cutP^*֖״p:y m0r쑘Q%Rw+a0NԿ<i V[ O74˚Vs yO:GJv_2Fl[OE'ضUo9CeV~דjK=)$od% ]6 HӖ> N//*n'&k',h^-k8rI奂aWy*FddLbP ]`eK j2HK|Sh~O_޺Ǯtw7uu:IZB ؅5mf+1skJ]ؕ: nu9AjFe0' 0//6d rR3(k0%~a39D ڳu Zk.X,GEۆQT?q'<@U>x+_62߰'CQduCܻ`{Ê\haoYJ8:P&xeIv#;s33V_Y!! דU(Uv,WG}.&VA 7_3 |~{4'.٠T ~ݿ㵶,qs`fk$XݞA+qzƲʇ;'[J7U V&qnLPܓ&5zp1p.®l9K)dI)I3k/:ھ6o7"גqUM<YUoFzll1bv+^T;p.RW<'Ht'.9=겑˱_6 &GnAdպ9Qh@Zj7Z!8e Cg!' #!@=2鳶*jfF{ k} Lk8t_I Rq߆((lF96#r E- %d KΕ6̔0+qG/iaW~9ۢQBZ̩ggd%w7u0X:g:q5D2>=g-^uIQ`*8 Of_u ML$n.ϛjm"j LB*5I`{OY&xxj-x)P6Ng po[!Y_t)DLz-bc+kq,Z,,jgZ#{jNJU>M{)RγswM|E=CƉ)?r4$pjG~{Ə 8VBO(m{#s`^p?w'MџgFH&83)H :vSi0'@كEP9\8Qe2e,`5O#j7ۍ_Pj&'jR-_$S8RY٬.o}v9w1UF BW -- Dc;7qnv,XItTSɫX,"p=9DLmNj\4HalۡPډ[om(p݌'ҳS7S,\|9xiփ^{38vٶ`NA, ڜte7E#˷-GbmдsGwx!' ^+ jÎo>Vh^~pC[ 58 pQ:o|FԎu|828L+Mسdan+؜G)F*e zY%;CdyM G1;iPKN HEjG{`$׆KX`Yhm3'_au(S޶=ٿ&ՂlqӔ~to=2UkrDrZpgY,XfUJ |ՌJa-p QN)$!{*S E 9pp ˮ 1OoDXUcu3x]tȝ)y\sSjuj 8Ab|,c?:+@V;E0rA+73MTJ ڍPSV!H قoқ2D:G#FI~O#IFkrVxQ2޳&iW_Xk\vExm~R&6voߋg1εQau vd<ձʛh v^C :}H퇇߽KV\|iTY%)ٕ㔙q"jЄ biMtBG.D1 @W;>~̍!uu~ a9}y{{%#ŊZeۦre"5H`IJJ+~.E t󜹜%PtA=p#[4 Ayϻ*V1B-!7ޣ<3$:8DdRɜ^kSo`/P[a~aI[^w&%-] qv q 'm&g@o@]l5õ[d1 ƺELtTPN0⬞BMKJ?9!c2Hاg? ,yg(\ sb!Z+dT5'C(T}(_MApe/"y1>:(|D7gԟ|^8fMB-щe>Ѵ};/Z2~Y|0BL* S2(N9!0~^/ch]bƗ+(7->On 23yPA3h[~GuiXmXMdJ0 <'@: tַǒĜMgC 9pZU[xy֕]:̯cmٿ:£`nʃJ (vj"ˠMcju-F]#Q_l@R* ':_֑Mټp? TAY=> RNS0Kv*C(zGp$ziO$ʞZ q_< -Y $ S|D?ރ&pDX tL*iF[mFFJDs@15nϗQ)cEpX%]I%qj6kl /-"P¥WTbPĺCWP͚݋|P(<ߥkK8Sy[2KӢ0pR/_Tn4"p@^Y\VIE :h>qķCF̋$SK6|9:j+S~*pJvrW)p4rOȾJ^/;!^hTkCʟ|vtUMyn (keö YZ