libwebpmux3-1.0.3-150200.3.10.1 >  A ep9|PCމ$]&0{蒜ZRֻKT#ɍCME \Q{_~|H@Twc[hUMRnmqΤχoU ;TbY j0.[τUi"W gU` A<طbOS4_5mĚW*4nΊ4i\MzV௜W}8"^U>X^^4j b|@Uba((=XbĮ  80fc290125ee96004b37321670c2222f10e4eafc1fa8ac17905f00dc3078035aff2fc9f4eaf6b3b7495a980c4cdf1a817e97f4daiep9|LZAD\<<;Đm_Քh{L?i9ja:; 𖪑h?8:[sq9$ci/tKW)*0и'>KA6fIpqE_ʹv/Õsa)nexYinBm(f |ZGZ}i \ 4tYlO8>g I6 v`{_PKҡED QOspl?" W_U&W>p@! ?!d " Z )JW m~     (0:DhpQ(x89:>@FGHI$X(Y4\`]h^bcAdefluvw xx y z    ! Clibwebpmux31.0.3150200.3.10.1Library for reading/adding data to WebP container filesThe WebP Mux API contains methods for adding data to and reading data from WebP files. This API currently supports XMP/EXIF metadata, ICC profile and animation.eh01-ch3aHSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://developers.google.com/speed/webp/linuxx86_64Hee1c24f4ec0c48532ea052ddc58657196c530cc8c991f15177e8c20aa7f6b27a03libwebpmux.so.3.0.4rootrootrootrootlibwebp-1.0.3-150200.3.10.1.src.rpmlibwebpmux.so.3()(64bit)libwebpmux3libwebpmux3(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)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libwebp.so.7()(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/ldconfigh01-ch3a 16946794331.0.3-150200.3.10.11.0.3-150200.3.10.1libwebpmux.so.3libwebpmux.so.3.0.4/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_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2633eb60ac7ab79d4b9c0df9c26608d63922654b, stripped PRRRRRRR R R&xj.0putf-893876d3db3699da54bb1d875a4603f0859789bea0db4a5fb779983b2bc85e972?7zXZ !t/C] cr$x#I߭⭑ (ɈRd4"9^ HOqqp#dHP`ƾzjo%~@h"rlX3 Lĕf_'r6h]ĝb`F m .fn_FvXTAǤBWRX" ;oXeÆRZ MZhoݡ;Pc-/FRJ9Ţ%5hsCWnniHyp~Mhc]RX{LU dBk &x2wN8jA61vѵ"ehP-RؽC}{utO\bӏ7+Z7~ aHԑ=Hag)r;]wo/[}bN=S,;oڳ0,uppjM'"YK%7tTSWU2ÿ,5xj/4,馁1ƞ) = ۂ&dpm Le8=]Z@K[ڂ٠A_b ID$k7f7u:dqBGt6W--R) @B/繯 (nDS;̖CrB2[@abhijޫ_Tޥ+g帚5?BgŠ͖d8WȦ2y|ÚNQKt~gf =כ랴 L*POmfN fӝn傯(qz;@A=6@UpIv>f+ ]֬륀s*$O3`I.h- =)F<^ٲ9h)ą>,NZFfl(w0*8Q6S"dMMOd7؆Ρ%Td$\jFq(ʅBO/KX n1s8)ԙMlMK4? i6+?Dj&Ѯ,O<ۊF82oBC҉'0bج7~^nzH[eL.BSvfZpx |' rfɨ.=RJ6UоP6l9Yxn?, ,629Ecq&Ö=fnp'$,qHiS΋m93LnI G+ SD.Gu|mYƙ-.rb+ZXglֲ2itrv5b9{?J9̚{3=!_nÅٴB1_$}^;C$!.7~w#p\uJ C͜66X[ ^|!Є;]up& fgu(jI?h\\V~<9\LogLM sm.3.Om9V8HѫV|͛˔jA;@jHAfvj#mzwЮ14?O8Em].~9L޿ b"VzQcˆ/|E_GZI+C*T*9iJM TRƅƁ=άV##J јmHwd[sDctRXW {ғ;,59o&Yj _z; Aύ2)ŏГCL{i(wDNPZ NfH!H57?I,?ōP2\2;&!+">#~"0,J3R4AJN ^ҽ &C2YOC*{7X\(?v[ Ļh%Qխxy0/'HFCf=({d\ `ĺm%=_BUսـDGF9eãUܔPح!$8L}vlxPx6.SJDEr oͨ82A0VS&URo&A*xjK=j,@T@rbdNѥ R<I1l~9qA;a X;@'K I!'ќc'׶cW&RTV߭`^vIÿΒ2 M9nP[t S:b6_zqe=>Ynf͡(L}/ǖ;wqZ̥us$rUqjt F%z6t7_y嶕>4'XUE7 {]MϿ} TMURv8ٽq)vCG. -1war%X׬w~ӊnfn>`>lc |g:dY.'c,jE׿솜I SHLKu\Fq Kdgz"@ M0[ M*S D> [Er +fV4A`E>0 y'v7B']mh"lmU2m'NJ 49plMʂU5{z+GfdIWw>AW!N)7aj=|t@#)@ѭ2^# Kpц]D\7trj*U5 %3.bAZQvc6h >ɛ=be@iV+hҠ7Hr;k&ҶCa1>sB4`ot+cYNa 䅧"ec{V9OfgO/_MdL*&D2a ͎ԉQYڀ R 1t^8o\u6ٺ2R|KqK&D'/-('UF_xCШe>,`r~?ӵ__>AA3'sմwZ-'Q6Ÿ׈PY΃ԌP]&ڹϙ/W`& cL"oY2 V")WkK+ ޗG)eI8ZWc+bO8A!jq&RV̽Mƾݯt⭮R\l[fn5#V1y`'; h]ꁭ?*WhՍ#*H۹wM,kHNSr[d^ũ"be޺/}~;d*&¤.]J>x/$fՁzЕ%KU6'>pL\ ݉l|xK[ְEl4rQDCǔh&:E/ B(? ǯ"iV2 &j D,NǕ3EiPjpf\4ˈrN$r~o0IL04Byn CC ߧrA4zn;jY>:CiaD^vPzʅx::uAޝᔄ,dGBQ&A&y~ KK طT"xe ӷh-9 y5bH,TW;fL9r:#W :.4m'5f~\QkV:4YẈ:v<9F,+KaP#cBkI߶/jiqPtgd{loENjk{KFʙ n[‚Oz`!o!t}_=m@PREAs2,WMx$m5Z9oqK~Bw%[HջEh-%Ti,)eɃs@M; S?)dH~r_IJ`*2 gg?7r1dQyZMs֯kN1r8IƊ͑lfX}p)[0&ڒQoBX :lXF<&KʤX|nҸ4+{#%Z+())¹|(^\r8TsY>8s*ձ($W+npd. ͊hx#uJ0c" `̓G`aaWme6^\,YS⚢GH! /X4-R-:)N=ap4x߽t-g+4 xBwS$4 n6Vb0Siʒ>$gON{Qb?Rٲ&)ĺ~7n[~İ,g`WoЬ5ע?y(4X_](_o}4IBTKi"M9W- n> oTi"/ 1LV*tR4}ammq xGZ>DGP9U%Nٰ?ia L<i`Rxe\XEh. l.bi@vVN`ˠAtM #/ft'oTxR"/ۦL[焿ݕ2k=Z>ws*q_D=5 ki&.d|KA0 8hrLkmx_'! zqI>8Mx4w!RE3V݀]a7zo2H9L0{: z5)o͏۠{%uAϷ1)7 Y4lYAØݰQvmƭOcx_ Pj* ^R"*}Hf""cўVk &TG^l|)ȬQᵋ!HM#2ڒyL{˳9B]UU" %HC{v-!|1ּ|L36Ym"!Tʸ qzT1ef}F5U;dgb.9gn"<dLhYώKꄅVEL!CV$[iceXXZIE.j3% Ox;5G*x!jR4]őYuQx$:42즿OxsP<_' RdH:( I7GQrA{ZhEM $G=L?9e8$!`i~J<$b3I_*TH4-3HEUt㝲GKV$`NvVлi(DW8v̬M.~|t$]Z9sT=Q-]JM:/m'Axb{)!e:5iBٚEʦ31>Ed6ͫjW5(g (5NpGy.HiZjWKac:L~tϺ2KT$Ǭ2ft&E#g >C^Mr)'ONK6mAɛW7mGӅn'u`BRXfZo9oWQ]Ul=]Gg>Ψ ̶ڗqkDT_936*%1+}Fo@x!lU#n,BuUw$J)ivo:p3:G,}KkےL9 rwO g t9wZoxX,~Y5.|ѥ|/[E(!iǑ yesSAjB䯈hY6RħP * 8)_`oHGaIU_4x 9h!|.a*SsBޮt@AC..Fؿ!K\wR @?8]$+L A6&M@:>|xDYȾml\qn9P3aL7vĒi >ŹUv3l,F854.Uf7K:;:XI}{kH*fbڒYr O=kge@d@Yf} -[wTwLN4ݯkK!x /0.#PڴbϪ M.F ~TPy265k"/P翌vE9v(, * kWޕhrjX],'|?S*h#r9~ɻh.K>s微2Z4V4AiVՓ((`qºAGΓK7Tv]԰hϗ#.ߧސPfEӭ_$E͛b!T7 F@%^O6 n9Ԍif _ۊn&S7y{Zb}EBP3~` Ȍ֠&GKBDoGVND  mB) 6}Ҿ;l]s%E#^| *1qh`.W +\swE9n=zvėH9_ 4%Xmwnm°k?(z3zޓd,WFr7dhU,ql^ z78$Nxo4$ |x;S5?ڠg0ݣh a'Ti#9zq-hl FVl"FG"bqن*:#A 6؏tKKxidUwDzXHK3Y@ٿJ?ȶj } &]ym51g9QzvҀX!j\6>!5Gʋ>!44t潴C1 }]dJo_z>+ &S,Lz9kKgɁb>WL\;=L}O: nΆ˞)zt j!)RSK(Xّ *5Zֱ J]?46КxkNj#+<,3zAWv!e$x!%)#Yc ;pMW 15 &vn iVIL}Jƨ)Òԫ9PsMij>w-9Sa"qo,8tx &5 <[oUx1&ށGS"U7lfZ;R:n"%~l[2pw.QLukD.C!C/l\xf uȞ|{^Np.TY;_fvepkBΕ#g&!>"-ˠ- ݄mTR[Hpɢ8S,o׆9k#/ Y-EwqhpҾhLSjUuk:y :yz*SWV >^t& WtGns^~0Mpށ6R1] Ve0f6B,01n>U)J[%@/u:#Y⢅j IK"5t7eY$1 5nd)ՊN ob\M{@>&5ܡ*X!r'Ҩ̲R:CZ; ߏ@w+e,Cƪ>PADkM_sEs&w}6zp؍:f(8yDT{UUjapr[n93B\><2zjG<ٶf1FU{s%ZQ{Ϗ&c#iM%#}z@Ε n|NO'1ܬqV((]Q]Pzґ oU$|nBrϡ#7}X^Ճ>4Ry9pT&=yOgD!IZKY ?"є0 E1|m9k'ErZҙQ?pKbuBRS mIF@?{v;0vN顜St5j&}W*/bl^ IO i ;H{J&4XQ\vi,̚UsȝZ6'Ž=bIGMaw,_x?MttX>3kO~)毣] .Χ&Vn{K t;W6orPJ`{OF?*3PL2R(l/Dm, l`tEv{H :[|W̫iY?\ϱ܌0N̻lXq k]VYeYmNPtA/02ЬRpF9 b['&X`٣{NV9) ϫUEFq5R|"&h9idQ ]Ȟ q7FrA\I JՌ&"]uGZ.ukaY8EcUbQ󌸆BO@ E!TȦ$Z_L]mhEka0yP|ꭉƳ6:!|ybvS Q 6REĻj $ÆF?0D#EeɈ| 3ۨC;hʐu=(Yr9Nzu͑9|21ZcɔdZR^3|AuSizGCVI@ngu^Q}pSG ?X-Bkd e#z6dX_ V{'FK{/;-ȴ^ ZR<6C:+2`k'jtU"A^*&d5383=NBT.ٌݎ|=^ͱL@퐝E 0rד`svM:-1+çAk{tAA98vVG€q xxe ڷb -l܌ǟ{yj*+ۥE/X%Y/^^R)Z05xG0te#/yUT" %S-l<YI?3H$X"feU[,r' I#OQ}Bǵ 6^t =g"?μ)7a[+/1GS UGD\ ̝6ۉ3fṖ?Վ4cs_0R =rN} sâk~Cϟ}fU=^L5 'R% ]%gP@k0m.DAŒC|IS>Y+\[ij{ 4w ߓ vX g ܇5"tq#:.8D$7?Dy$\VX42@6!qne4jˬ%;^h\ruibw uzX N^gѭ^33Mj: Pσ\؂@L/#d(M_]נ T* g0D#"g@wH| DY?!X~ DXFߥ0Ks: &nfO,>a,_[se^?rn q@G3M5 =\*T}tL}HDrV VjDCRچl4P@FMӿcnmW6t~5tت913k-8Oi0,3/@j'LNϖ0dk 2jj߼\6p&Fzxk2&^l)IQi& lOP~cS:oŎ m6.=*I1W"`YQ#v]a4,nϱ LnQ]Y@J3mȁmR~ײ߭@~ SC~tYw9'>)$`2fR|h6ܫ%s,F@{i|fڕvgn<K׺M`7oဿoݷLK(( 'CKų.a8|!0GiR:\lM`‹܍An8 ~-Vdk!ּp{ocط*Yev At HYVpkmw  4݁I6kN\AhF4etzO h8x=slAO=V(/%?g#;b6 Afc=LJAԅ='kcy׬nf7>..&L[H$b@B񠁤 Dr`ÍfS,/Y5"> NM>J+=Y *Jb` ,yNoíc&zuCݡy0ey<<)"3i}L՘גy>UCm/.Ɓ@~{CE( !(\ٽ-?Q¼ 8x?5iBcxK UE׈+=y@ҿv9pFI05\a.)#EdJVq%-Jn5x'Rz;pJYM~:zl 䣘e8,(2j \_n irP]1J= c.^JBP(V'k:бl`&n݌〱hsST1}(ـr\$f˶/N3>)Pt-Idw+xI\ތIݙ 1SZFf֨ؼ4vuG^C˝:LԈNJg-sV"U- :\ir D 'n0}f2iʈm/?lj2wA^ʹ<c|`B)%*H(\`A{X 5L@T/'pkֶ?" Aî?*tah d`bZR>ǑvYo1rG/fb@ɾ&e;B +HBғ{[amȾWU.`TE}2hAIV[=vIbӄLNwDt/t.{ɮge,l(m.~sk|5c1G>jIm*k!J<7iD_.lS^]`jR93f[U|]Z.9LdgQ'`@#K%e+<^! YZ