libwebp7-1.0.3-150200.3.14.1<>,Wi^Kp9|]r8)J@;21?IJ(o#w(Y'4{A5Km)g\EcǎGD&=U[lR)Տ-}nڣ/U׻$oT@0Chlp_bD+{Q|AVX4r~>@!?!td   Ddhtx $ ( , 4 v @(89 :)>J@YFhG|HIXY\]^bcd %e *f -l /u @v Hw x y z!!$!(!.!pClibwebp71.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^Ks390zl31HSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://developers.google.com/speed/webp/linuxs390xHi^Ki^K3ffadc6d05cd5a3bbc35bee5d148aa0c1c4f09199a0ce9f38be9cda47e94d098libwebp.so.7.0.5rootrootrootrootlibwebp-1.0.3-150200.3.14.1.src.rpmlibwebp.so.7()(64bit)libwebp7libwebp7(s390-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libpthread.so.0(GLIBC_2.3.2)(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/ldconfigs390zl31 17677874301.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_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4286ffd944e6be88003ce206402e41cabdafd5bd, stripped PRRRRR R RRRv3𩹂d-͒utf-87b6a69ab05121beff2c41c95bc039eda981e07fbc94d945637e0b6272c60d5c0?7zXZ !t/Ff1]"k%Y}d@&zt|Ε$P l(3P͖qZRO WF[B*V2y.l5A""Y'ؗͫ7mB8/ mԹ B>5'իR #vubuU{'/iy&*=$@[[׉LBĄqS] 0Hb9P蔄k; 2βʴKO{߫CSY8&TDF׀jWӌ[*k3(B^iH &XϿ>•-[ U*)\Bor,NkߪT1j`|`UZA$Ҷ?`q> yifUq; iVfC|AzH + |} 7KckVAaV[3S+KTF_CPNDe@͢?XAH|Ι:NAE:cGG}^AuDVӱxt t&( nŲ"3ySw*֗̚6xTBMn\g(mzQh;#RY5{v9âggmma2Z+pp.O{`͗%MkKIq)a!?([°}C5٨Ԭj7hO w“74rNPwlА-V_E6)J.AAw_)R@BxTc$]b P70n ƜJn8  )Η7U~bbn4Εk]ñV= )-cvLv;qO mݗ14 ``V.YTU+:G*]Tz1֠%ΧĉY-h'Vܣ!=c;dtJT^<<͜ .=p,>XuӔk/޶2 qޞ %?] c+W~Fk3Xa~i$6sʕZ+t(z$Zo_d:E:cOA@&Uw +lvkGt7 :42WW=&5PG?jP##g!akf> )U ƶB[Γ8X/<\5@ݟh"#`AQ%g}t3x} []eRo|*rF^*vS{(R\ev]cLDo[c*PL o\‹Jg!⬤T<߾AG-gn+KxfišliB7Y =JҤ2hgO2`JA QQWV "Kbݩp_x3񘟦^Brvpye?tIշծ Gd,N^5o#~dNrYVc c奎e:RW1{ZW3z.68I}E.R'dwKLMn 3ǮIJ8 QǨ>$_]K Ŏ|:%'=ҡeJ>Mhw!~ٽjٮN+<ﵶ!<&Ym.[Uܪ2kQsCpBiJIèܻUTKC@-K[XN4Z2;5 I'%IV'n@|67yffa.aH2V1/Cǩ0'9opv^a{ .槡(\E.-V: rkUDkձm*Zz bsŗgeUz<\%\3Z@d$O=/3hc T.^Ǚ#o5| WÔ~AyɊJyom[͎,~:h;!;.}jӤ#ۦ[y)#D=HWKi{C(ۢdl\U iBx*>G5Am=}ST {p$Ud%W}04͚Vr7[N5 `dr (PH6{e۸{әH )}uOiUJ5!;$Tl!eP7nƔX L`iQ|Yg Y5N 6UbWd7\_7&I E~0hk{$Q0pģ_w+FLUi(3J[;z0'IPo&9L.F1v\d<=&Hw[c,$;Y3yyּۓpS9j ET@9+ $^КqsU`s"|;\uY x쮖 '=B/F4s6;t 0(%. 7 > fk)\M߬+.:0ם2ߔ]H=P2 6|N()' >KNqJd3ֆ\6 ?M^bFiQ8+lkC'&~0]$y,(9ȉ~*eތ$ϗE5䥞2J~V#)6›P>m[ 3-T#))U=:qqo_,x5ag~jHY 6wk8J f_ːXQ`^3a=wJHa,J7k?g;pjXdtg%K)?J8VrpK(f349W=8i&X%:Ż O^M;zU~CPN`p;Lm[?U` jJ+,kxF()dONlLK۵L@}&c^89)3L~1d=hִn hk$.~[joԻMɧ {'сtm]kYEGvhl^dsZoN Ktj:PHW/hJYK kD,1VK?x+Gi!w!uWpT/8$&9$- ׁ'syo2hy^Kg@k7&앲#cɘՄr tdW7%zt#F#¦6d-qdN J%LkV"VEMȉq$L,j%35y5$֨+;?}66,VDi˴6 FJ0t+Dnz{6 G[qm65VP}fClZyPViB0y66Iަk]BbehN8ED0}eQiSq޴10 pĖ;6i/oeO̟f4nЯ)e,~i*u|#d*,:6|K, #avgCMwWy>%SvFR$Y1!vnXsAi$81 %kLQx@M|4.V')t-,^#O0[tXl%R#Nρ瀤R2B.VQ0$>P/m%uRHkr>̿H˸tߙ&xμb7f"A"-LmMBt2ۨזC0gҕhdm%DC>4E{R|BfӬj!ww.Gר!Bϭhy'/L^(:ctɎl.-*!pUT L'}fR)"'CJ^,ny¸٫4aLL2E t[GO+6|3˃?VzM|7gc..KDqNIqڥ˥P5SBUAw7D)nur&2s#؃ۗ\]ڭx+68I*E;6P%0g];ͩEg65F@f0e|+QR"Wx?\ l% IELbgI`o2r}LYA$goK;둰D2i+L?ˆ],} F ~uSϵ vͽC~2ݽ7(c+(~,LO)`L d[^#ίCcGar٬=Y_hU[n:HXW6$I*" ]BJ  O?b9)ϧGV<42NWD k˾GA `dup3<@PZyf 3BW\Vn5CsOYLm& WxkUU#(QӾnZEqNLo:(.CƇ2\f;\&Pi.w喑Sфӗ~Wa+?1k "ډmx}fM%^8r.c-_5rZYTB]B6&qGatgg,~YE2掿О̝l(lإCHeu%Qv $&aL<5B`9EK ċ|1CvuԕDW@` KlU!﹡Jy-߰.ۆy&6EZ6EA&hL0_N?^[Z9!Ukyk 5~x"U$E$qKeE9|ap_i.1_:|f` c|U#&9C2đU?Y>C*Knf*vr<=&MA?W x}p  clȟ6;l$2`kr't-G+Ϫ$ 17kZH;@+EUk{BCNd5DfMajiJx?-:͢=Nvtb@uoZW>qv/oLyhx/dcY)*ws"(un]x|DDzRn[dv?czʱ)!%.$Jj/@r=+L e<~ xE!Gg q6"*F,q0DdCb΂ׯ(ZR-o L,e:xZk&]1qTDCp1ػ*"[jlm!O5?^O}_"}Y6IsVIAb%D% W_u}-E۱k ~T]#{E/Ux`!ç~ =&0StIr.ؿosN'yMoBA5A؂mE]8_DK)19M!ía@Oo|A-'yW.{2 5;hYC@7d$ۀ/4Vt$4%ҦyYI,}V"9޾3pz@K{ʠoڄ#YohA`v4-,`gdɃ4D],ab%?gW9/"]q-löYe.+JDVhk_.A[sd8IE X3T 1I}|kF2o5TU,[Ga!_/unuüVW5o®N U" 8+1Zkh0S{^y#Wy Dx04'۪}pTҕǧx\ܕeZekjOz-( -]fNXS[~lqA{MA19Zyw6~_>SAt&XDU>j˓ O ڵ\MwcSt+{~Ȕ |m?*9+ f ݂Zdjz< ؞brʞcCqe(I82Ζe#@Ȯ3v?84]jø0|RPXfN`_,?n9<ɂoʒJ~#lH jrTi aôm-KVI &ws؇2VQyZ9R?BŒi Z5(ɟ"t3oA=c\x\|r~sպ8Uk74OUJQƤo"%ɾ3rc7Gg^$nѡڝg==@_O$#G.Q-mQWdvi&:lKt_5Jé Mφ΁ ^_D :P/T2/V.TS[>ߴ*z@\FidRC%| *[K!O>Ӆl `a$.6҄,߃^`Ĭ] ?kGN5})Myn? z`aGA+xn~4k؝™[Z'WZ yE!_lK8ѿ\ K;M e]!4jcmbu3%"=9ĺ):#G|l:Xm o{9(Jl)8v['!Y_ $מ}8ݧFP*ZJIlQIJ,Hŗ0]EWsmM2t,X\65W`4͊{JBCN{$V M ղTO1+z.QkMg~j{ lX-?B+b$2`6hp48pMVFڽJ4F\4)KUi0N{CeF`)TQs[,=?GSl͔[  ˆv.u="Р![ e55@W=1>"CBq̫CFHen ֳbXE\7U?߸8YQ$rՓ-aG}2-Y^MIh}O`49Wh%R7_F~8S.:Hk)g.I~VS*OȄi6y%Ë%V,2 kxK 'L03a1Ҵƞ'*Rl *+gD;'i),)1eu+郠8Kj?w1lŎ^͖W>75WkĐ%kޫ 渑5e  d|27K)\'|Ann=175#^1XƗiTb1"Ja@(Gm>4pޅ;qہc b>Q"sȩE VJr"yAV~?{nqZuj&P@T'vCY~|H.Nq1\SϷG ۠/b4:.AdHVb5C rL1!{>Pj#4sSC|HuLsk 3Ͷgs $Dy&b"ر>&O5~Q0-QZkxnDO|?M74hgH;Go?@]YB'nþxqѥ ƭ;l. P@by bS=lG=,QLRBP0"OQ@ MpCq:wW)I W;0̇i,1 >`f\j(+c4i#㪟~f1 #p-VƝi~K[_*BGK]<(F&CL0UH Rߋ25ĻߊT>8:G -6Kfr! ."0jo߹Sp6!gCXe F_φ/fb5r߉ͧ{;&4?r\\ F@2\?4xImlXw֝m1;+X?87Fu -pDOyݮ*w;j f7`̆L U*|/B^+YFeJh.EAf2>Y-9C A?p.^|>1WlSz-س Y=KO:ze};BӃv`헊AAaH/N>dUSdm6 YZ