libwebpdecoder3-1.0.3-150200.3.12.1<>,Rf_p9|0R~}&OjCbQ;Q!X YtZMiZN>4i&פ9F\>S/o3bOBܸaY@duo.||U[O`?مs]hvy6W4?3z@!?!d & Ppt ",4 8 < D  0h(898:A>b@qFGHIXY\]^b cd Ke Pf Sl Uu hv pw!x!y! z!4!D!H!N!Clibwebpdecoder31.0.3150200.3.12.1Library for decoding 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.f_h04-ch1dSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://developers.google.com/speed/webp/linuxx86_64f_f_569792d985868ae30b8029c3ab134ccbb99276c6cb898e64ab2aa1f2a7581de5libwebpdecoder.so.3.0.5rootrootrootrootlibwebp-1.0.3-150200.3.12.1.src.rpmlibwebpdecoder.so.3()(64bit)libwebpdecoder3libwebpdecoder3(x86-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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/ldconfigh04-ch1d 17249320071.0.3-150200.3.12.11.0.3-150200.3.12.1libwebpdecoder.so.3libwebpdecoder.so.3.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:35416/SUSE_SLE-15-SP2_Update/c7ee6d83b68fad216b42eb87b5f5c75b-libwebp.SUSE_SLE-15-SP2_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0db036e96766b6366c563b1af9dac8eedfcdf713, stripped PR RRRRRRRV e?'utf-83a7a2ad8d847cf348570dacfebf5dd230d531a9b2676f3ec3e68e36de3389e5c?7zXZ !t/M,]"k%wd@*59P09 7P'w7]6}(hSOW,mfK{ wi㳎SJHKa&GU]v"\y 7Sx"t)-uci7G'gߖ=+*13qˀ(Vʡ"WyFPśwɶ'2KO[ܪ!¼91a!-{b"Gږ+Yo(BVcyWu6Mg:9s\V6&_tܙ#M_I1*k[Pٳ2b^Ȕ1\FFȚu*l ~O.ȶ?kb( v=#;qz&zvKeC\G laot7+ޛwP1߆BMm>qUx{!(/Z]6 w>=Y=2'^K\@BOo&]vIZXчH H^TL(1X[4sRp}.m/tcCqaR_3\=YoFǡy)b-#zx~{nne|k]O,Ƒ氌C8dV{hؤ8 F'm#-S"~²*$NSiq é;Ό4(SiJ@ pM]'$&qe(A)E[[ ,_}]mO%>Y<|.P[z唐^H$?N2zuXl V:KGT65Cdzn8R# Pc+ Tc8 äy?@W! L-XBp/ODcɹ-["Pv2]Q6T3R<,73]&ay$Ӯ|􉳧 4 X#ǗJJc`ZR1'ZzƉ4GX:a:|H&Ogފ&nrf|K4ԄLq~x5 ~6ET,77[ 0g&Wvݩh{s%;d?It}Cvf"[Q#X valˀVEiKL7d$G.IJ'9 {$2 @MCߨp<{KGh >|[Y<; 53OEMIW lK~43C< įT[BLfKx[Ԑh_}Z|1X"FG`Rg-L(qx\ " bidas(8KT۾IWZY!8rʅ(X~<颺 8bY]qWjݤ|s|;K'ؽE0{r<"eK^>FENh` (_3,njƁ(St,{ u26YXOXJ)Ǎop5]:^G48@6%(n!,ej+#K0e:0׌5-[zſnDŧn_쇙O'öm!k_O#|53Z“̓ _񉏫iI*vo2LNB|@kER)>:_#v0GvE=hUkf>.VmU`x.N4L`nGȉaxX.h}ҧT=S%7ѧɳ͖VmQszj[<™֚Q  رKU9F ?ۛnް)6w)n'+I?>"`N% Y Ƣ)Le$ Dch[=: h>;y+SJL5Y 3?n%Ytg. ̤#cl(vnS`Ʉ]FAЗyu7&|86UBܭQ 1j<zf:6ŁH+M 6.BDHCd7[Z%@¯MRpsBED~ 75(`f!8fX^P_߁ŐZeVvZm|D M̗PL6#E&=n QMS6ؒ1 j%.$=O}S`*Gm*~DsS)FbIJVg]|)p_f $푣Byךb4_wHcMz?|E_}s50г ( ߃9 Vm?ik'_V=ko'B 3At~NbEn3! #k V NJ ybƩR9քʕ"s:t:U:G] pq-mf/,5EyeS[8-ǃk1_c=Q|qZjaͬo(: ^|5*鉎,ۅ%< S_G^LNO'i)ɨ/ɡk$ 8g xD鮑/c6f7Wr2=ų8{p?Fwe{KJ^̎fHYg i0#e5*[0 YX|Glu?t.[Db_8ͶRC_w)vGF >X =[V袟(:v4W$#fXKsZn@L[H5OT7:,,U[i.z^%[2ջl#7?n3roc8坒Ȋ%()}銆[G`(C[naɸK *0 wH9lƤ}BrGY D.PpM Yxi<>[d\SVpa[,]J!]f!HbAe=[Y$xJ9Gqr[|/b26#^m:ECVCq$|gWZZ[qV[:Sdx*On%gm!MAwl.cQa9Bf^YDy-ڤc1K40Ơet2 _&*I4rű 2Ѫ@gv aG::?7Fby6 $_K\b {<4ʇ}eAPʾYL`}L-Z&;Y.]Ʋ׬ : /M/z6߰DwBawCrḚj60%d bQ*_OM/gZ\ wzܗہQ'|XlKd3FبSWӛ` L_+:qX(> WSG 8B#:5< 8Mia>Ö`5&)ޕ_/& f {KrX醸-Q^ݐBGt5sF߶0lUdU1|wM,߶Cy1kѾ$MQ V$!cAF!٭/ 'ӊ\e>G _صn 7}$$QsM "׶F?<^Nvh?2c4U䀷ei6GW\0TCiјPȊu4Bp>s>a%cװ&@UcK[Y'g`^$$t#Ϻ8coT6+<[Y@ͩssUG7LTIW*{&4g^MԨls5J"C Xb-ox$^ "ձ>z'MK*sLӭY[TI$ga' M$>:6Bt*ldm?w{nULso28Ɗvс89KDH 8G73EyVZY#@xEֲ!Bw@ĠDgq<P/C * sfgעb0K]F <,-4{fRbf$qJ0f }>;>gSl !{њěkrfv^3Q2O)FlXء8Mp کxI<Ȓy(ʋo \O)(YzV1K<> V)fY[T9o|Ɓ oEz3o7=lcw\ <64A~/oڋUo\eW޸ʬpB}h+- 3I)Y)@qkPyN^uȄ%.,2X#)3`L55ZKSj4+k4?c amH?޲adʃ[K;iPkVIqn7: %l1b?&ب[OiGꝷ5E)NT;1y ݶ-:L{˕EQ|Ѓ0 ձ.gh%i;Q].q~H6G)4ċjs G=z,3Pr^%3R㤐L'_bK{y\8Ԕ) /_fhjGE.qv ^S%k7nΘ!Zp(+m(eg=ys+V(d 1.! h< SY5J珳G1rX"v+@ uaT] d߉O/gxZTMBfArܬ&HtNWZ9Pf_/; 3Ym.'L)iR[[3 @wp_n+ }ÁH"y-?v_o QhBe[sX QK)}oϰb^5)eJԁ%poFXVrx5u]=2."Ei. W UhMM,n"R%{΂1d[mWK?.FE˸u}u~+Yxׂ]q_[[}>Rpl=4Я.oCzEf›wjG%┥nԵkM/{R=lHj3 U"Z(t e= XfcR.4 \Pڟ9R'_Oh}Y$j{saF1'^FӴw,n_@5r۝"`x{@^ ;AfI=8 5:F0,q%l*x;V(h PB_.PiSvg-niGaDq{?x΀ ͖HK>ǚ%A[{¹v.p3m@aRI""еS~ԣ2I]}58l本eʒx09JVMW60BKwB_;{##$ le9)ং{|ZL$5^f̔(AēE8"'QaЂ@U(+eu9;v&Dm,|5mq% ^e9A٫J~-c>x<ךbWcA4^XQBu`|ETUu$f/}d$ةBR3`o19dgzZ0C;~|"k' x e-idj]rͱO՝W+ ?Ġ v֫Rg <%o9*lJJ5oc8)L܈>2b!;~r0i0wLG:)ri^_:CQÿKfbw/DI-Q2Ey !Eg/ az* %1tbkQ.P}N?L_ߥU(h57o gn<,c t'X0m-SQXXD]*wp tx XXRnDz _%bķU1n_C+|Q=ae:a{w].i]T΄4YVЛC5I^x.w%0ZŔw3xҾK &+ >9`$ 4GƕٌWm= $x6l~|vx;.r)֥BfVH~ wadهz<&uoH=sW,5 2IP)[fdCbBwHGa,J|6pPk%)?N0DZ"{ R,4wI,p_KNVr/ Z zS[xLtZD9^Zh^6a?)`(|\gaHi} nc]COö1T\u"1Rsb&}G4 g؁Npqs*Ҫo_~> K4 ;ҊL}aeƫA,G ]p:TXymJEP԰.N2834b` onn9{1C"-D`l "HzH(_8玘".0CO ewWB qֵ͊.9E4ZN]g-9Od?hT96ND`VR؛Snl(eEjeZ*o_ȟX<4U %Oi\w:#>F +}S Ru 6|TҾ%] C@x//&!Q/:l 'A%` =14)*KiQ i7oM1#_*N("sk![e6B@-NPMԋѫL&"dc̤u"^,[LK4\mɞ`,ؓ`x-PIO..d㖼v8nMf许ͯmn4j^R`!"LS,S`1/N*SC6 y']Ă]RpE}4h#,IEAQ`-蝦 Mb$"%f dGEJؑ@U>IE,a@R] U6a3QTydő$0?rjw8~!MR1Bqs;ܝidc-4v?b?7q@kt Pßcv/DCny2L[MzZ6Xd``"g`Y./yđmx ouL83 H,iQ\a& gAod#q0{Ka)j6}OU E/+,- 7[c_bΩ$VwlH.-.6)ɫ_N?8cK@, ճ-)+_7߸m+R#e4’4zw$l!PLeHw#帳Tsa3VmXi]6 2+QFz(x'fL5_NiI Ա9:Fx<Neh 9cь+bfqCNx#A&ui 'U=PmB2^W`f) B_tA_!N ٚB=8R `Js\\ :E'}k?k'W5iV8: `@sMM`MN@wW؞p9+JŰckSo=cP}4!޵3>t~/ry'^]vU;$T#(a sHػ^QBd<=ޡ9pB$P 5z{h&uriRq5 BaOnW7qIfLJTˑ=k9~ǽԑ7]l2?a7uDգ8&ȓ=xRE$pgE"dFŅ9RAsnW@R U~Y$_wbȍXg0j->v',YIRtaszҒ7 dv j>sGB-IWPaΈq9jYo} rӏE'k*vB]zdocXMEs\9h&6..g:y᪈@MH5k8U 2jVpS֑ k!Lpw F*_+?]}2nGSFHl*%@aWIe . Qs g\:1{ ACt"wmd޹Y/8 YZ