libass9-0.14.0-150000.3.11.1<>,bp9|rPo[ٺVb~G S֖F߽,B:aB, N]՘aQviv/ 5dj]UVn7)Xf3@G V=e%k~rvFp Yg`+gwHr\ĎeSÌgɕkI뜀 .H,.aVOԍu9W+*uKfT.GMsÚi؅<0w뎽$ +>@#`?#Pd   P6: Pa     <Dt(8$9\:R> @ )F 8G TH \I dX hY t\ ] ^ b c!yd!e!f!l!u"v"w"x"y" z"### #LClibass90.14.0150000.3.11.1Library for SSA/ASS-formatted subtitle renderinglibass is a subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter.bibs-power9-10 SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Librarieshttps://github.com/libass/libasslinuxppc64le bb5c98bc66e1285597295a85954bfc1eb675e6b2618b795a15f883ab45ebb81711libass.so.9.0.2rootrootrootrootlibass-0.14.0-150000.3.11.1.src.rpmlibass.so.9()(64bit)libass9libass9(ppc-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libfontconfig.so.1()(64bit)libfreetype.so.6()(64bit)libfribidi.so.0()(64bit)libharfbuzz.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1a@``PZ#@Y6@X+W@VVrVqR@VetVQ@UTr@pgajdos@suse.commmachova@suse.compgajdos@suse.commpluskal@suse.comidonmez@suse.commpluskal@suse.comtchvatal@suse.commpluskal@suse.comidonmez@suse.comjengelh@inai.dejengelh@inai.dempluskal@suse.commpluskal@suse.comp.drouand@gmail.com- security update - added patches fix CVE-2020-36430 [bsc#1188539], heap-based buffer overflow in decode_chars + libass-CVE-2020-36430.patch- Add upstream CVE-2020-24994_1.patch and CVE-2020-24994_2.patch (bsc#1184153, CVE-2020-24994) * Stack overflow in the parse_tag function in libass/ass_parse.c- security update - added patches fix CVE-2020-26682 [bsc#1177862], signed integer overflow in the call to outline_stroke() from ass_outline_construct() + libass-CVE-2020-26682.patch- Update to version 0.14.0: * Brand new, faster and better outline stroker (replaces FreeType stroker) * Remove option to use the FreeType rasterizer * Fix spots of missing border around self-intersecting shapes * Switch from Yasm to NASM for building hand-written assembler code * Clear font cache in ass_set_fonts(). This fixes potentially incorrect font choices and an occasional crash if this function is called midway through rendering a file.- Update to version 0.13.7 * Fix invalid memory accesses with BorderStyle=4 * Fix change detection bug on frame resizes * Fix cache bugs with border size * Reduce precision of border width in font outline caching * Don't treat :;<=>? as hexadecimal digits in color headers * Fix parsing of unusual Alignment values in ASS style definitions * Fix potential truncation in timestamp parsing * Treat negative PlayResX/PlayResY like VSFilter * Fixes to parsing of embedded fonts * Remove arbitrary bitmap limit (fixes issues with subtitle rendering at 4K) * Allow using shadow offset to adjust size of background with BorderStyle=4- Update to version 0.13.6: * Add Justify style override that changes text justification (left/right/center) without affecting event positioning. This breaks ABI compatibility with prior releases. * Fix ass_set_cache_limits() to affect total bitmap cache size including composite bitmap cache. * Number parsing fixes + Fix illegal read when parsing some numbers in scientific notation with huge exponents. + Correctly evaluate numbers in scientific notation with large exponents. + Correctly evaluate numbers with many leading zeros. * Bug fixes found with fuzzing + Fix a small memory leak in the parser. + Fix illegal read in the parser on specially crafted input with \t tags.- Update 0.13.4: * Fuzzing fixes bnc#1002982 CVE-2016-7969, CVE-2016-7970 and CVE-2016-7972 * Improve compatibility/portablility of build system, should fix e.g. compilation on Solaris. * Fix memory leak in DirectWrite font provider. * Fix the rasterizer when rendering some large outlines. * Remove hack that forced RTL base direction depending on font encoding. * Greatly improve the internal caches with refcounting and gradual clearing.- Update to 0.13.2 * Add ass_set_check_readorder() API function to disable use of the ReadOrder field for duplicate checking in ass_process_chunk(). * ass_step_sub(track, now, 0) now finds the start of the subtitle at now. * Bug fixes: + Fix an issue with the new duplicate checking, which could lead to missing subtitles after seeking. + Fix a crash with Core Text under specific circumstances.- Update to 0.13.1 * Much faster duplicate event check in ass_process_chunk. * Interpret negative timestamp components as actual negative numbers. * Look up fonts that contain PostScript outlines by their PostScript name instead of their full names. Family names continue to be used for all fonts. * Keep spaces in font names * Drop support for Fontconfig < 2.10.92 to ensure correct font matching * Fix some small memory leaks, potential crashes and bad data uses- Update summary/description- Update RPM groups- Update to 0.13.0 * Add native font selection backends for OSX (CoreText) and Windows (DirectWrite). You can now run libass without fontconfig on these platforms. This fixes problems with fontconfig behaving badly on these platforms (it could take minutes to scan all system fonts). Even on Linux, this speeds up loading of embedded fonts (such as provided by ass_add_font()). The DirectWrite backend only works on Windows Vista and later. On XP, fontconfig is still needed. libass can be compiled with both DirectWrite and fontconfig, and then it will fallback to fontconfig automatically if DirectWrite is not available at runtime. * Add ass_get_available_font_providers() API function. * Change the 4th parameter of ass_set_fonts(). This now selects the font provider. This is somewhat backwards compatible with the old behavior, but if you ever passed values other than 0 or 1, your application might break with this libass release. * The ass_fonts_update() function now does nothing. It's kept for backward compatibility only. * Much faster gaussian blur. This can bring a large speedup with big blurred signs and such. * Drop ENCA support * Bug fixes + Fix compilation of the freetype rasterizer (disabled by default) + Fix rendering with some cases of consecutive line breaks (\N\N). + Fix some memory allocation failure checks + Avoid system locale dependent behavior by reinventing some standard C functions + Fix rendering errors with strikes (GH #193) + MSVC compilation fixes - Enable harfbuzz and yasm build requires- Update to 0.12.3 * VSFilter blur compatibility changes * VSFilter color/alpha parsing compatibility changes * Bugfixes + Fix some potential memory leaks and crashes + Fix large timestamps (larger than about 600 hours) + Fix a potential crash with the new rasterizer and complex fonts + Do not apply user-configured line position to non-dialog events + Strictly clip non-dialog events to the video rectangle - Changes for 0.12.2 * Add extern "C" guards to the public headers for C++ compatibility * Improvements to style override API and implementation * Bugfixes + Fix some rasterizer bugs of unknown severity + Fix a broken memset() of unknown severity + Make timestamp parsing more lenient, which makes libass accept invalid + files accepted by most other ASS parsers + Increase compatibility with broken ASS drawings accepted by VSFilter- Update to version 0.12.1 (bnc#921212) * Make ASS drawings with an extremely high number of control points work This change increases compatibility with VSFilter. * Bugfixes - Fix a crash when using newer harfbuzz versions (GH #155) - Load embedded memory fonts correctly - Large shadow offsets rendered incorrectly (GH #142) - Fix incorrect closing of last drawing contour - Fix issues with undefined behavior in shifts - Lots of of malloc() error checking - Update home and download source Url to new project home - Add baselibs.conf in sources list for Factory/sbin/ldconfig/sbin/ldconfigibs-power9-10 16533961650.14.0-150000.3.11.10.14.0-150000.3.11.1libass.so.9libass.so.9.0.2/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:24379/SUSE_SLE-15_Update/d0964fca8daf56d545b4ba836300fdd6-libass.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2536f84dfb79349efd1a7ca176d4f2362aeec0f7, stripped PR RRRRRRR@pelIϷmH$ utf-85c44a80fdedf4063f73f842717bc07307d06c3dd90f187f91404fb38df16d066?7zXZ !t/ X3]"k%Y}dnΘ4Ofo|v`Xj]Qqv;UcPI٩IzJ:&A eW?B0E__{eȍt3ݔFuE&_xؤr$Zdva?(۸1qۂ@b (뻠Rf?rIp!W7 l$&hK CqRQz,EXMxh۽r"P|9`q5`¼SMdͲV&P¸LwXc٧[UhZ`99ɹhN],`ju?YMLx_m}Bpřc[_ BN/R@BҖވkF(`}w}x#$.;퀧zܕ[;Qec(Y83K KP Ɇ=|]oόZ$Uš-S-Pl}0y}[Ku$ Y{:;1Nq K%!Cg3nV SZČ07Ϝ"z"8UŊ 0Ńe6ؖ C|?. Ҥ g%0j4tdΒ7ʻ~׭㕻hwfw*W>e(v0w>| n ߋg#q4.ⷝf E=&-nnӷf+} e dzYtApG>(TvzTMPrNHKK X\=1k/k={sˍ4S}H!#bMSۡNѼ42]f"@ 3&EP[õdbRwEZ<WX%-ej }Zϗi[~gzs/2"v|?D$}C =7ffe`YP>8JEXt}d]^ N='PJv^x$noZ |F W8*l32Ƞ)>bN|vX|JDi{磮Њ81$/.1V-ɼłf[ fѪ Kؓ'._d/7==@h;-;zT1pAm†!suD>1a-ٝͮ 1*8L:Pkkn{ E? w{˙w{% >AvaWЉ`\tx y4{"#3}h$GW ԠJU$P3VDj(T?U~~ɏo dgP\! Vz#%Fp'$ԛGA+laG}Zi]D!~Z{$j޾\_󫴭`'Dc>/xx GTu$ HQ<ۜ8(h,Lg5EU Ey ^AynrYٔL6Bi{ke@>Dr0ReiƩ0(y;]܉cU6mؒ;zusV\d\o ~s/G;k>!5u3ᅴ!7گ L+H+ hHx[KD 슙y0w}b$E(0uA\eϪNjmo;2 Uˋ~v5'^M3 A]v@_; C^Z%RI:+ ; fjj*YҳM'5qTm]$ LD{ȽBŜc9+%j lwnD$iyR$[ * $+o_p&c8)'?f0#9cn0"ߟbIPRv c7)藖bGxȺ·_~7'׃U?x"FT$߈D,Y6'6x]{=BJҁEϩ+o B@1II=/KS.6QS_]͔7DUNz>4#|j~ShʪELdvw AX!V[aZABk7>JnJ 5:k֝񚢘"VԤ(L`ա#t=5Eh&qs|qŀ/yD6V},wf s&  zf m"|},_Fzf5N tZY+s'm >Z" q577X}*pk+jV}r?7 sЫ*~MQNj2 `Fe@]$dX%+ '_K z!ue?VA:-[$!}xE@L,cM 8+6Q|}y!!W5͡nM?J@~)V`EO΃+{nN ST<tz}Q6mL"ӒN}zW>'.ᬙ tlW;ߪ56ET^RmPJ-Pz͍dB4|6]v!4HRCIAVXJrnPU"g2!EY7<Bt:{|i=QUj3ȃ<*I5&v6_(}zn"\O+*7mt,_-)jZd6ma@!N2@"x{ʼn@qsc\fu̸]שckNJ..vMQ] ?QpO/q[E*Ϣ߃>zTp~UB&:ZP^jB V[%f._RIS\{$`ij0EW*7CT\BCef0c+w&!MTYs/FgG[!G|^@<(/t}:L|7r+>xgX[A]Sy#1p31.lDQc^Oqa?%Kԝ'\prʀ$c~*GQ.HD_I7 F9;Plb#Vܜe owOGg A[:#H-`k3\Q8"pP+]*:)˜{̃bE70Oc'> #r"AևGZnJ ; DsY,c'p#A`L(oG#hDv1uhEtn*\AZwU9W4MgB¤P7OY^m;QYaƇFV2Y N zR, {EH}Ҟe I=NɧL(4.p [Q<zM"/[%10Oj{L D>m0qS#ݼg~~ =w+^ljeڬo :02Sey })ϴE~5t%4]N#8Y"-#C[(HU,#s;I [ *GqXjw$paS Bq5C}u(F'eCo}92\3R=D& w+:5Hz0%Vwm}#Q*F.ZI2RPk7R ;=ҧen9 >UCnoQF5\ cK!a!ߧǍjrn~ 9)*?BҤjS^oϚS>)Tfbd6ҋX7۟P:Po$D 8ضz|[/L՛oOuclCJ!F(uf;s߰|)F{jRT7e MK1czWOos&X3JVlRckެ*!Z,/>nÒ!Ax،GQ{sfНq_| P[:R" P_nj]:wM?4<xm|&c삙}GT]TpXfi^¬g3ً2f?P=ǫ@ {*g gK[)3f5<dz |֪֐ xPqf9P[QPo"TD+@q k/ݘ!g? E,mC\mb{M|Kr5##LUͱV|n:/|7D yda(X|k~o\MG~eR'(e<_90.qwN`OQ&r*6uBGHOpVI(^[>L>XXM<E\pp\]%#ѯ0\%F He є?}U3dZ_z >2"Z5Sww;BVHRPc_߉WLIsbB!f6y!6l|s)Hβ uV~DAE.|y &,;|w_B 5^KvX DW֒coĔeŢ^ bsT7J}U'`$ l ha?IYB|0-UYpyJ-F\ V v.NU` ;ߐ5yNW w8:<`).AP|'Rzk)pS7%U9BL|#ȼ/;Qh lDҤ%HPzX?gz+f-ÚB__ߦNz4;Cz>=sA(9v,h&;N(ncJB%+0](nJUOl*hA :nʍJ31Ui9ifJ&D: 6;'˗ȡe\d\d٬F́'J`!qzJzkd9nGmGAGiP?}#C*p;(]b@QchJLߍPOlx2S+b?%VyDOzj2GS<, B77n wy~68;jh)/DzZcϤWغL^/|a6cgxÞemdmP At>&p|Uvg~)ED,le_+GV*6!{_u;Ȉ(4`lGx( +jJRA5CT? "g|=5C}\7BeLz+AЃyP_"׿ߍmp4 YF̮Y=Ve ǔ)K4Rs'lRN+Ni*x[K?-o?Dmk26K; '1TYUv|OO:,$)Y~!,X~h/v8*kHť:̚wH #<7r>vq˾+Yj*G_P:xuKXb~crլ-ѧg?=|?fk2 tYo^ "AUhCWU‰UvQOجJ^=}E{[E B~!Rgsm7>K#9+RȮM 32;/u`Q,2ۓ4ꦇm TBI: R$o^&:3 Z;2`aB9:5UȒӼO2R (z^4C0T((OOZR3_M6UbDXEH`E]bq# 5~A$sHXxU p7`;5yxko@𑝡u8UM;f!2ѥ٪^/zPAxdt=hS+@:}pF?^#z}JR8m:L"-)p3Q?W l;bbTn1#lQK1~搻fq&2GdrO\hB٘|dvNr[G`q(ߒTe_0YAcƺQ=@I}=>3%k%UPLFr1ex [2!k96%ZPc;|JQ:~]5=,b~դgvߦ. coAvH˨= 3x&P^AM5ݤݻ|\ -B}ھ ܧmtO$\UfnBc}|Nc^A?HécT/tVY 3G{$%NּbxHG>]/K=F#RY "/'Nޚ92잒qٛ}˵OJ˓AA)H; Qo:e*^pRt"=+C){鶘 g`ga&m%^Uv:. Zۺ qݢțӻ!C,}N8Bn"4voxЕ 2z8$.~jk.Ӧ8 !@+ g5ґ\.v/u rӋF\5@;1`V~h[mK_\4Y~E^l ILJQ4@XIA݈:h'fur4L}KE]0*r.!Sg.:y3l-f%=+(L̇5K {`}Knx-yl#Y2K)h.o꙳^{FeGQ|G@8' T DoPiS珍^̇_-V^3 kQ;%y߫Q>oiAvZDZjA͌ B|&Př7b=HkJ7JTh{#V7lEx1ikHPs2vV39+nNd9 xIEɶy8yKy-ѣ6 }]ۃ'~cn#j&7v٩B#_q?WtO"0X6{`/ /V!| ng|LHK)$< ꕸUwI{Bf~;Cl*a6lrlo Gn"B!>IBջJ iFͧ:yb놫'UךD߲`7솃2cJAlnRqwmHl̓mtqgԪz pڀfb @( ' E^.ʝsݸWˉ /dc~:"H&,R-%N\'=Sqo?o1XOh[:aXBОCka>[Nɓrh~XɔȾ׼<_ naw2g̭i NSe=G}ERn';ڗ?^NG:)j&F_ 5^XUmx4V/=OH8W??Lb X, hhU/YoObj`)Sik ?@T2[<*CA?(!?-$/k 9Q2% ԴT{!_)9K<#V> |\˨NKt=1ƽX޺"̙6<<-hq4XΜ'ޥR3$}c\m`/74|FX:Wmm+yi1ryOq@ngr EO%RlV|y!llw.m; i+>36lrMpv^w5`wR_9|E%b9 A9Q076t`3J:->Vnr csl>mUB{km_!'6yyr9ەBw!0"JF*a!'3.¿>Eh\ejiݘ [X!w7KAWn Aؾ੒uw W[Uy!9*a[;QWHLH-˹M'ut*:Fdh&5;u+Cy1 !;tĉ{Bt oJhh Y^_)h1<iELVN-!ര!'@ GMb<9 xT@_')n@Xs,a:;ףb-3bw^th)'ho6A4傳9"C>k8M](20ȋJiľLd@& Kg e&a;tCFl`H22g rgmNJ0@2礪mWBk)xlJ{ڥ^ k PBzF&\EP+)A2BUq] t@F 6@Lݽ%uVD¨LMJgK唘~r \/G{ȩ S5 Q\/L+^WQԦԹ/0a dHW/59"8)zeaFC8.9/=t4f_bE4I댾 "O৵ږiISVEыׇԁd3(lI*+(|i 2o|#w`Yv;=2p}b!ɸv'fehSӺx `ݵBsxr#*hdxP#EBnl(mj|W%U K QԣC2 >( ʋu+|N,<<9#WZc9 'Jp>"`lv@h*02W07#y8EVݷ$fL@rZ p@&S1>VU4XT*`Tnf{ɵSғF>YeAI_k<_"b 䌫R@fV󸩇ԉܤfʆA=U< 5U!bn879 +/in\2jĨa%ɹ\lq۫ rtvG|X w3S&Zh<[sH+I'̦)/C{]%O箖Q=5 RG] | NڳXy6 cG~@>Ֆ p.PBKVe,V&ɺؒ|E+:}Sw'Mq_TPğO=|2 ra)]-͸N9+2QftX!b- #"5?;qv .R3|\JS QP1,H**/hc&{ćI2v{L,xh_0n|"F7}م67={JCc94xuӐ?Z=[*w2mpMAΖٻʞ.Yӫz\\S.}G}O/x>T|$_\.:+_T'pSdcHMW\g2v&tI8.,%uzX>;|_M2xsz^X^wT aM`OO_v>c|̓!%K !C)a蓫5jn@!h5-ޣ+hS|5[ :E}^ё#[1B;뜵Ժ#zzZzI[s Ṿ-JEbڔ{atyuz;.Th3LrV#eL$Nk:e7 MMt%-"WwHb֘[9)'!#Hs,N܂%WFn&Ԇ‡I9"Nڨ <r*/f"g8'WXh~!v8lfjٻ; ԿQ"CiC͌ODRᔏI'tC#S]EIYaKӎ(1s9#f2AT``+vp?t~t?=qŎCzEߔ+2F^a!`?OPFϐ8| '$0e/ kl)`\2Sk)8_S<V_mɐ7E NUImdOEp%xXe.Y-1,893Wf D6-y=YG{.T+$'&LKiٮ/%53f;NrW'Mu^&$xy̲_$\~T{Q`ZA^xy*%wbR܇ax% Z2m6 U`[)OΜh|%xk5['C~ҁgo4asAU͑qUR^0"-UA=՚NǝJayUDܫdgʳЏXV@typrF]$P= ?F66\莣y஋D*5FmMm$czJkHn%@Lehg39/fXyf^FdQsG+*m)ԭ*aN"]1PfMV]"& ~`v`dkq@Ke 'Cai'W6,[}GrI^mzs(R0A`B~ H_g̓v]xÚ@ $Q>>FKymS I'"EfB;WtLe@hI9F쬭!b8oՏcR99[%'U!ULUlCjIK}Kĭ"Z]DX,e"(R?P[( G>ׇ̤΄"TFN&:Z6 z`>Vrё0@qMlj jmlN{L}dhaK U&N`4>tc;.;RC 㬎rHGhACYG ^T $Ms2iO^{eè<ҟ-3`}xp\ gm|7KsTM X1WPOO0^&̉ m:\"˩׵#,4E߯y{Onm&K<[TN?Xꅢ #1 O;ď$cۄg5jra`进8圗/x'E\Ddax؞b/L]` O J!w@rq|Є}(H,o $23cyH[7RfF{HUEhU>9XB鈖ByKDe;FzN_ rzk-3%|G6-(uI{ P }SFjSM^UI/+w'vnr?t,,IP+L>_OjsE4j-%HW7 v){6Pw~S7O-v)9[Y &t=;%~]򭷊1,HSݫqսf$J6(O9! x0S__]n|V$U)6$t(< {{n{% *v(JG&f¶f;be`1Rhkyɾs難F٫UI kףr)gY# 1T]x@6cfSgJ@]pr}I$+XfGT4Q4K^i?=*1؀J<@ 𦫪x ~U۪AIxO9+ A߈s^IѸ\Y#MkzY\V'./bFCeK<0}?Z,&}G齸SD硂d2! oˋ-` 谏oU'wDNNKJ A\y4`z~.p#= WEk>};HR9(nu5iBʉ Pm е[sB&Z]+۟..EgzࡵJ~=L[]Y+[)NU=t%7.427u H/ʭ;Y<`1B||DtXa|?17+3L|"^ǍR7NrzjF^Xb ag3EQ+k:Hn1;5j: a[pcD SKjtF_ Z9YX^12$G@{Q tsORAI0Ы.߁a K{_*'90ࢸU>;GFF+ݿ<}3 cև;BD- iZkO>T_ %[4 IQVHəmߕ&$|Q[:9w_?V&uqPZ5(z췧PKs&Za|{ZXe<>7fxqXjxfygN`X2!̘ͱ>Q88=gGUdZ8;)*CU 'OP,Urp/pʹܩW|#e'bMe4nDuML_]aiA*(G5I9vN8B']z+ݲ.vI5r4.!bgjhl H_ŒчS;x[0jAΊ) n2Cw<3?JrV-{>#;:pQm\B(EpX|ٹĿsRp6noE&:S&]RÞsHi#膯Ӑfk{! &R=LB/iX<[G_/zmIJH)&bz SקMQkqH|'Ι0t܀H25~t4 N+L7΂UZų<ܗLB%PaFgtx/L Rv5/ǦB$W- xG礭C}@_Oz,9X\^fA{HVE #ȟ./bmE ?BUppƂ%me4OfNf=H(IS],fI\JrKOX&GE%HptX&^! ?D !z찳م'зšnl /DجN9!fߪ%'\y r}GwLϟY}n|et+Tdi+-8H6dh YZ