libpcre2-8-0-10.31-150000.3.12.1<>,bp9|NP(|@`՗2נNt/ i(kt['/̞]֭nb7D]ȘP;zO&|W;[9?)Mp%v-7 U6SvwI z]5[]feIf)Q~Phn}}7T U*e*0IlmE4e|x/Z3/o21vڟSenIz>_+eH;޶sy!iB/cH؁X[B>@-?-d # U  06@ d  v      u     4 X   (89$:@>)`@)oF)~G) H) I) X)Y)\* ]*D ^*b*c+d,e,f,l,u,, v,Pw, x- y-@z-T-d-h-n-Clibpcre2-8-010.31150000.3.12.1A library for Perl-compatible regular expressionsThe PCRE2 library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE2 is a re-working of the original PCRE library to provide an entirely new API. This PCRE2 library variant supports 8-bit and UTF-8 strings. (See also libpcre2-16 and libpcre2-32)bibs-arm-4SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://www.pcre.org/linuxaarch64 a2 q!A큤bbbZZ4VbҩZZ4ZxZZ8348e457e90ba374e69b172daf333a633af495a52c3ef9142de73ffacaf7713eadc5a9ead0af68d7c8b8e1030d8b19d2cef289e1aafe9d6efdc90e9b13afd0d6899272c55f3dcfa07a8a7e15a5c1a33096e4727de74241d65fa049fccfdd595073c1353ff7b5fb9e584c6f7d88c1ece805ade660d4e88f64fdc159de981f364ca4806d1c067bffe106d97dac68744373a866bfdd65486c0532ed1b41595ec4b644fd9905823ffb9c529173fcbea75650d0f3924c82532a47890ca08d4ad8ae1952255f87b4c0092669b98badd2fe3683dfb0594a000652b08f4e34c84ec40aac3libpcre2-8.so.0.7.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpcre2-10.31-150000.3.12.1.src.rpmlibpcre2-8-0libpcre2-8-0(aarch-64)libpcre2-8.so.0()(64bit)@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.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.1b@b֜bv_@`ZjYzY@YtX@XW9V@UUUB@T@jsikes@suse.comjsikes@suse.comjsikes@suse.comjsikes@suse.comavindra@opensuse.orgjengelh@inai.deastieger@suse.comastieger@suse.comastieger@suse.comdimstar@opensuse.orgastieger@suse.comjengelh@inai.deastieger@suse.comastieger@suse.comastieger@suse.comp.drouand@gmail.com- Added pcre2-bsc1199235-CVE-2022-1587.patch * CVE-2022-1587 / bsc#1199235 * Fix out-of-bounds read due to bug in recursions * Sourced from: - https://github.com/PCRE2Project/pcre2/commit/03654e751e7f0700693526b67dfcadda6b42c9d0- Added pcre2-Fix_crash_when_X_is_used_without_UTF_in_JIT.patch * CVE-2019-20454 / bsc#1164384 * Fix crash when \X is used in non-UTF mode on certain inputs. * Sourced from: - https://github.com/PCRE2Project/pcre2/commit/342c16ecd31bd12fc350ee31d2dcc041832ebb3f - https://github.com/PCRE2Project/pcre2/commit/e118e60a68f03f38dd2ff3d16ca2e2e0d800e1d9- Added pcre2-10.31-bsc1199232-unicode-property-matching.patch * bsc#1199232 / CVE-2022-1586 * Fixes unicode property matching issue- Added 0001-Fixed-atomic-group-backtracking-bug.patch * bsc#1187937 * PHP 7.6.4 on s390x returns different results for preg_match function as compared to older PHP versions and x86 * Sourced from upstream subversion commit: $ svn log -r965 svn://vcs.pcre.org/pcre2/code/trunk- Update to new upstream release 10.31 * New pcre2_config() options: PCRE2_CONFIG_NEVER_BACKSLASH_C and PCRE2_CONFIG_COMPILED_WIDTHS. * New pcre2_pattern_info() option PCRE2_INFO_EXTRAOPTIONS to retrieve the extra compile time options. * Public names for all pcre2_compile() error numbers. * Added PCRE2_CALLOUT_STARTMATCH and PCRE2_CALLOUT_BACKTRACK bits to a new field callout_flags in callout blocks. - use https for main site - cleanup with spec-cleaner- Update to new upstream release 10.30 * The main interpreter, pcre2_match(), has been refactored into a new version that does not use recursive function calls for remembering backtracking positions. The new implementation allows backtracking into recursive group calls in patterns, making it more compatible with Perl. For patterns that have a lot of backtracking, the heap is now used, and there is explicit limit on the amount, settable by pcre2_set_heap_limit(). The "recursion limit" is retained, but is renamed as "depth limit". * The new option PCRE2_ENDANCHORED insists that a pattern match must end at the end of the subject. * The new option PCRE2_EXTENDED_MORE implements Perl's /xx feature, and pcre2test is upgraded to support it. Setting within the pattern by (?xx) is Also supported. * (?n) can be used to set PCRE2_NO_AUTO_CAPTURE, because Perl now has this. * Additional pattern compile options in the compile context are now available: PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES and PCRE2_EXTRA_BAD_ESCAPE_IS LITERAL. * The newline type PCRE2_NEWLINE_NUL is now available. * The match limit value now also applies to pcre2_dfa_match() as there are patterns that can use up a lot of resources without necessarily recursing very deeply. * Various minor security fixes found by fuzzers: + bsc#1037165: crash for forward reference in lookbehind with PCRE2_ANCHORED + CVE-2017-8786: heap-based buffer overflow write in pcre2test (bsc#1036942) + CVE-2017-7186: DoS by triggering an invalid Unicode property lookup (bsc#1030066) - Switch source URLs to use HTTP.- fix SLE 11 build- pcre2grep can now read .gz and .bz2 files directly - pcre2test is now built to support line editing- pcre2 10.23: * major re-factoring of the pcre2_compile.c file * Back references are now permitted in lookbehind assertions when there are no duplicated group numbers (that is, (?| has not been used), and, if the reference is by name, there is only one group of that name. The referenced group must, of course be of fixed length. * \g{+} (e.g. \g{+2} ) is now supported. It is a "forward back reference" and can be useful in repetitions (compare \g{-} ). Perl does not recognize this syntax. * pcre2grep now automatically expands its buffer up to a maximum set by --max-buffer-size. * The -t option (grand total) has been added to pcre2grep. * A new function called pcre2_code_copy_with_tables() exists to copy a compiled pattern along with a private copy of the character tables that is uses.- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.- pcre2 10.22: * The POSIX wrapper function regcomp() did not used to support back references and subroutine calls if called with the REG_NOSUB option. It now does. * A new function, pcre2_code_copy(), is added, to make a copy of a compiled pattern. * Support for string callouts is added to pcre2grep. * Added the PCRE2_NO_JIT option to pcre2_match(). * The pcre2_get_error_message() function now returns with a negative error code if the error number it is given is unknown. * Several updates have been made to pcre2test and test scripts * Fix CVE-2016-3191: workspace overflow for (*ACCEPT) with deeply nested parentheses (boo#971741)- Update to new upstream release 10.21 * Improve JIT matching speed of patterns starting with + or *. * Use memchr() to find the first character in an unanchored match in 8-bit mode in the interpreter. This gives a significant speed improvement. * 10.20 broke the handling of [[:>:]] and [[:<:]] in that processing them could involve a buffer overflow if the following character was an opening parenthesis. * 10.20 also introduced a bug in processing this pattern: /((?x)(*:0))#(?'/, which was fixed. * A callout with a string argument containing an opening square bracket, for example /(?C$[$)(?<]/, was incorrectly processed and could provoke a buffer overflow. * A possessively repeated conditional group that could match an empty string, for example, /(?(R))*+/, was incorrectly compiled. * The Unicode tables have been updated to Unicode 8.0.0. * An empty comment (?#) in a pattern was incorrectly processed and could provoke a buffer overflow. * Fix infinite recursion in the JIT compiler when certain patterns /such as (?:|a|){100}x/ are analysed. * Some patterns with character classes involving [: and \\ were incorrectly compiled and could cause reading from uninitialized memory or an incorrect error diagnosis. Examples are: /[[:\\](?<[::]/ and /[[:\\](?'abc')[a:]. * A missing closing parenthesis for a callout with a string argument was not being diagnosed, possibly leading to a buffer overflow. * If (?R was followed by - or + incorrect behaviour happened instead of a diagnostic. * Fixed an issue when \p{Any} inside an xclass did not read the current character. * About 80 more fixes, which you can read about in the ChangeLog shipped with the libpcre2-8-0 package.- PCRE2 10.20: * Callouts with string arguments and the pcre2_callout_enumerate() function have been implemented. * The PCRE2_NEVER_BACKSLASH_C option, which locks out the use of \C, is added. * The PCRE2_ALT_CIRCUMFLEX option lets ^ match after a newline at the end of a subject in multiline mode. * The way named subpatterns are handled has been refactored. The previous approach had several bugs. * The handling of \c in EBCDIC environments has been changed to conform to the perlebcdic document. (Incompatible change) * Bugs have been mended, many of them discovered by fuzzers.- PCRE2, a re-working of the original PCRE library to provide an entirely new API, version 10.10. Not source compatible. - copy of the pcre package, with the following adjustments: * required name changes * adjust pcre-8.21-multilib.patch to pcre2-10.10-multilib.patch * drop upstreamed pcre-8.32-visibility.patch * --enable-{utf8,unicode-properties} became --enable-unicode * drop cpp subpackage * make test -> check * enable 32 bit character support- pcre 8.37: * CVE-2015-2325: Patterns with certain groups specifying a zero minimum quantifier caused incorrect code to be compiled, leading to an incorrect memory read. [boo#924960] * CVE-2015-2326: Specific patterns containing a forward reference with subroutine calls caused incorrect code to be compiled [boo#924961] * CVE-2014-8964: If an assertion condition was quantified with a minimum of zero, SIGSEGV or other misbehaviour could occur. [boo#906574] * further bug fixes as listed in ChangeLog- Update to version 3.16 * This is primarily a bug-fix release. * The Unicode data tables have been updated to Unicode 7.0.0. - Remove pcre-commit1472.patch; fixed on upstream release - Remove obsolete "Obsoletes" tag/sbin/ldconfig/sbin/ldconfigibs-arm-4 1658311405 10.31-150000.3.12.110.31-150000.3.12.1libpcre2-8.so.0libpcre2-8.so.0.7.0libpcre2-8-0AUTHORSCOPYINGChangeLogLICENCENEWSREADME/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libpcre2-8-0/-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:25125/SUSE_SLE-15_Update/cb9dbb927fc32d81954a1dca4a653e61-pcre2.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ffe4be63f6f61a4229351f5f9d0ddc1b6643bd93, strippeddirectoryASCII textPRRRRMYa_8ԡ8utf-8f6ae122bea24b2807409ff7a1a9fdfcdf005986c073cf66e1300f57210a784a4?7zXZ !t/C|]"k%jjdrKM<bT,&r+tZ$D-*sRDOeIv`ޚ'IQ}m-&OX)X ItE^V!'-^.7a6M|p8"__#؝'B:*RpǽN{JA3P&֎ [j՜ړ͓󥪍1o,A)`x"(hN,(S Ēܹ[H[;nqIj(XH_?kwx^0 Dk9IpI#Ɠ(c9ҩwȏ" U{P@1?YAx앓OIDz sdr&7G(=[zEK葂w@:G8cJ)%' aGAYZ)s G0-9aĨ7@^ &8}OMStfGB}ZrP/IEz[,SG5,`D~pˆEw̰t˸+}?j{jqPΩN)cU ) ;$L5ͫ dh_K a`nSQEyha"I,&FAC$5YCw#]gu }Fo}+S*f'<=*]٤D {Kdq?gJBKwc@疠@Qg`HKo|}sʝ*X;Ӛ׮vˀK]_=3E?-l `'cHy2ތل` ;̏_8̐*_=">D?sl cIٞ+Ȅa:OjXq4tq6'M̎Q)/\ԧd/^-z^I |yҗ Pե[!idƌ($s`= s RQ<μux63plma{▎0;M8`s- Xd7Ŵ'D)zt[3Ԗ6#7A:C=2(! %=nﮎ!&DT"WYjl$-1-Y$ O}~~Hȓ*gâmQ I0S@ _,/k_lbʫΠoR%r P)h;*d 'eVٯ6|>sU[l>3zUO*ސb֦#{{* תd Daw:G y: sβԋ9՗M3MK4+^Z+97P2̇Umݿ J_CW@$DoI+l' ,nPķ΍mhmKEI[mQhTl!J 'Kv=sbDf[_+rߵJzI6|?n%lt:7.*:Iǭ/;q)H:=4҈$4rKdiE6i']{46Lz$ژlC]KqBՏhގlge_z>ڷv^Ԉ%M Yeq\b?u苺ok9!q,uI;Gr6d߆\&nW.R@!BЫND|( _{ ،"Im^죟 ?lGgY ŭ厐9~)ӂjd% $ik ʼo:je-דeu T/\maOQd2Џ񒓢W[[ol±[*qbҎ2\:r$NG~~JhTjx%<rL{8R0k2$"O n>s=<̗Aq %Q{ ǒFs ՉJovKZpމ6(:Ȭދ:\:ڬE:Ԛ5g: j} g+iTPӍ e'Z"ŢЫ Iu+eR2}/VW.|OtbLQeNn$jC}AQUv@>\kz|Kv[[޷:D!c6!+'* ra y 0W=41w![|-XX'M0Yr'-CW X }@ʪjL}&4 >3'&am[V ۊH/dQ#ڕgEmOӅdG],,PP@5^q ?{k">*ަ:A. JKN)W=A)^ldZ;ȬzECꗦ4NHg]U6S4nV1 p;{Hk{AQW{+u~}ڳc6F_:؎`ղ[ᣔ(38mQ@ &~f39$s2@S\?q2r3̏pxed1ߒm[11& xC+(b}&3Ljzԇa8_`i(;fr.$Ɨ6Wl(*3c8YAC:M_^2Zj=s˓ʀZ}SasVw_O.;;V| .ĊҧN:E]dY v(Bpo(*lSy@όc% ?"do(P$>/_$K^5V-b*i2Xs!_ve6*2czK l9y[ i (<Pe 󤘾1Dz ّ0CeD3Y0ڼkb!yN5o^?G~. | Z3<*9yUĒCWtvu@ 5mlRGwo%}M&注_l=0">5p"?QK `ZX.'9^j^ܕ{4$yEjS)# */Qý_#W\k)Y~)W_WT4s.eJ&;8X5r#?=K_$ՃNmhk$|_^ޞ r,v]vO y 7)hkI!BiRE8V]`1}?FYC3%v7AIF ?KbnO? ?XBLc'-4FnP3/gO4 ,d k»ܟuk1ܬzA[6 l*\;Ce?LJf7uY`޺ޖ:Y\qJ* kB f>XFAha6⵵e윎\7O 3Un!mcʗ,^ֺ RZRmYչu'|aN&N`*u*8#iZoئfN8@HQ-z@X7*1{cY2ViVwBdE/V_d ‰'9_U g49mہl-I^7 u0@x,'PU؏k,|rXeHEJ R{WRu 9.ޞ~Ƚv5fQE<~, y'-2\;|U ǠqU׬p𡼾ewGk=vO#_r\U;ۘBS V7uu9a[Wn[A I{}cw}@j|n_ԭj֊1Gm6$'B&ک_+:Y.\vn`*E<ۤhLO&IGk$XSmDx+CZݬ^2a7fWѺrd/Ad9ݫ[O' ZLBGQ` ܳ|>VJ ,!|Ye\~K(R!'+p ~Dyr4㯑X!l"[;,w >+ށQL"`ɳ6|BF/vJ OPu;5 YYw!L/b}"Hҏ|{8rO^h*E>> nXC瘢j;$ZXcoI=S}TSLbGb;.ZjcH'Z'ؽqLD(GI:X@ #s ܮ=}ӚIAxO׳hdY Bf@hMA^FtPA.ҰN'4]')GX&.5B/qLpQGi&%+?[ װJQ bCC]&@b>1L'\qfLL.Ugte`cؐRL`"bOڌ~};BRóAv(Wxi\xS*Uu#s-D;ywQ5RyD>y:g;wX\0#&YXP֚}5j[<3Y r !mEW6[I{ ZXv~ t B.F=np|WO( P`eɛr(3d,$ Xж#w>\,+Z"xXT\4/CUx@L@@ iF/B(.{m!`Dt F28ce6(\h9yO{쌦6 ˡSqK=ڴQw=#)]r6!`r \sH:i.FOE"m~kUڙ[D+!9O+ sեl5DNYBX- |ħ@;Wnc+\Qw8:`PQPf)BRod0)Lg=Kv1ջ'< [ڂ|4 pStfm:%۲4LTkiy;fk6ߌ[}F- g**습d& H#(a .FTҦ^(hf4&Q Si[|uwabZhosj =HGA|ӉAA̺7˜`t,@/"6X2D-)*38{|ҧ#4 kyf^e=5WRW|o 6$0(]Xcȭ$ ÐWRqYNѿlΉ'حƙ@WM VbXݦ6&.2)d%S@+9%ಋ8xun̜tjAmC%A JYD/yg풻X9*eYN=չ?LNCFK)#:|+6@ u%W=]cex(>*%иM;q|;3h?[L1=uMiB ;1q#! jfsj/y >pY͙cR?@*k+Im'I*ƌ:.r2ʔ@BmMW>E(##393,~h4˗yo̺PRO0&rdJsxGWZBvh|4˔ZT\钰s>!1U^hC@h‡HYj-0D$]iy`<޸:(r'4=_ǎMs&P!Ȩ;鵟H<B\ };Ss.RzH(o"3['RVjLJO(l$lvxu&*{_7/dq2K\ fV+&֪uLIn}k dR$P,җ.`b,zȀ,!%F'0:Sb}7pQ5aiOc&ݴZωFA[pL lPJ \mJ=r35za'#QDSB  'pt J7?{W2F*N5ӻ}"MYUIё %@ BDIvmK3d?ғx{yhvФk$Gr}caļ: &"Y?cɓnmnVd5DQj:Ziސi&~.q%KfOeǥO mdbdd2YKߡ_\/bfheW1i,@vD:8f.grq()*Aִ=/z}1E~*u ݖֽۘ4+Rhw {WLৠK|m5:4p,f1`u'@2UDTF}4"8^jliNF..+{?9 eњ j"<=| DJfpr`չAv(;}!wtp4?s$#BNjvJo9f7PAO9muxCLZqnֺ Q%IHc[]{W5J ~ӻ*a'YjC@F-;/A[_H)= ~厛;FaƄQq?;-Ih *v'Ϥƺ ꅏ* r#' RX mfYE,76ڍJF&ö7wS;1x|΋}v1l^Kz-Z%TpR:-7|ʡnǏ4#zu ,;N({fJTĚOm]g_iN%K\Äf tQ{1z \T𮮞`HK=?>j`1`NƔgpޣrf bg=;!h{Vt֞v)>SQx竼sk4עհE6bJJ}Ф%$4%0ɻ9wk<"Z4&!ARZ6\jGS#GORb\esw4eynuHŧ_)5fA>2E󩲔mFhB } ۅE _hz^,u&Cl gn@C uK& XhL11agYR|`nntR =E0ch7( -U]S- x7#U icsSȾ=/Fu>,>Df}t)B˛\桅gO eD2j( ,~HGiKnvz".f!~2lc^+2>>[О$$ihIj'[>M \>Fe7:Fyc;8 '}BWp,Nˊ0F0aޙ-yT`?a'E⠖Fk_*:[ZF'b=uhbLM˘ZD˨H='.a(Cg&pP2BZߣBzJU6 ujw/)DzoVY= Θ9(f&Q=2H'ٿ }+b0i+Nގp`3,0HaeW!!qA"I':4%#̹* !ċx#! RFwiФ|)5}P#d6OxQIJ8a7H!7y2eZ+dOWXjvd/`ջls9Yt? !1|X aK^t8c2/㙽 ڞ@1 e,inDH{$Nűujm8X* ;wOfaOǾ9 D_!l۵%z*K ȉ3PҸlO(|^Ñ {1՟,*|wE}oIh;m= [\6嘪ﲆa)W/^?)3ruJ`*x9ᒠ& ޒgVH )1$: . n` }=yDT-t0Oa9lL3씊_a>Nbf)I}Hm,4]\kѳlz}|FKߩ1ǩǝ9 ",1FQЎR^(I*,^WQ%@.VCdHCK5 UësޯIpC'lmka!2dr%'C 5S뭅o״~|;K8#V~i}Wc+u E.zȸ0QRSF3&8drN_*A|jB.r!0RpPZ<#!cϪ'r9\wLKɟk{n3 E!&j(s5ėCX}+3#ޱ.peSRiV nKVHaC[>A8l y)Ch7_6 eA'_QKfC`&^6<Ž_R8q q'OP5ÛPfƀ| DV FłI ]T ѵ^͵/ۘ dd}<,%[y[8.Z7_(mߋFLrڄq̦ v6RWm^Blcu7g"XNX z=m(;'U3&"[HI~*0 8Ǧ1wC_0j= `Bc9W%a\ƌ gE,59,#vf`./|Oˌla5~z%Ac׋IC}yh}i7շXXݓȜuhh'8_r؋mԟjB~ 5ι&c"X/D( (W5ʳ`h743D:!_,y1'0A7  >`[z)(t8Zb w47 ttws-D L9z5Hx@q$UDLƌO#qU7Bh/&?G~Մ=;rh}] `/Lrl^4 w$m1=rA0'%Z`}}P,?33i$ڵ^P;14XYXjiUQ 0"pǐk L@%vNgHqN߮x9EQ_[}1? P %B{{̴U$(o(L4wpU& x`dONSDS37 b['eœl=nS4x[[Gk;+fsqfO3AэO4{kNEeFҧ!4حl2qǯ2yխBR:Їڸ-d,@N~s>z;mx#L5Nww,ƌ\T?ğWK([s-Ҟג!0 ;eX##\Q]Hfu5YAb"70pD$=_'N&mύ\c M^gxԭ 6 P5GڎbqrR Z3"#Q]gIr'1'ORy8THoup;{d<{U/HL讼Ȗ-vj7d^$ *5޿˔BjO4a]y\w+}S yfc??!0h[' ^ʊ3W~j̓"Ztл̋y{b; u&qQ2XN FQ!K204)-;ܮQp9}_z#BF,ǘws\}lߌatMkvy/%rO*(:x sEv: ;> z!9] I=lZG3srCݝKn=.W |(*%I.L/Cy6pf.貥i^#Lmay&2L|l B)rz_H 9W^آbRQ[Zm¢1rO,zvŜMcD7v54^6%%)ն'M~ n5)è#|GBOaDFHʟyV5d-TεX0"Ev:hZ/[gؓnO.hN`׮DX{V+rtO8b{79IXj; mFrb% {[7%W[[T-Qw8,KT_*\VxbV*Չ@X?N3Fnȿѥl_ Sb'ŐR+txeLsw N=g %Ƨ `hW`>ɦΩåIer~ :(&fw(Lp.C ǯo7?J%)}UFSZ1htE>z1rEOdhRCjo4S2[P\ ~n[oz+M^`#- 4 "g_ ܴr/9̧BRxPQ c|L&x*uQ2F~Uu,bS}P?+YnkttF &qbJ([-=Sc)? 'bMO;}<.ʺ#id4[`uJ<*%e]t5 )tA SŊ܉$w :A(ָ<&#alo5SQXeƹdK/(9G3zVIŧ.AsQ^L^O"?lug$s;{q9yRv38B";%fPϵ"# $ꌄԻ`u4UJ Q?ȅN.`؎,r+7_ QGzJ]3pdP> b/<'y I|eVu,yE գ~h{d-t#Zn2'j<=`>IĹ(>3uQV:a4EkP[X<c-Q:y.0heŎlH qU`ʼu7rSX.~&V.CcdDs / ʀ[4w563d5QaNk/9GL*'p7 u mij?*XzC$σOC4ǽ&ڇ r5=5`IG_7r>nLeH1\%G?/+al{06.]IV'Hq0ʏ^ˆ(44dCd2uDB^^kyooh'L^@W:SQ 6aJN?Nuuy%LC$ˋPj$lc?*)Ll:Ex857˜ΡWE]Ѓ)x#|jJW.~gHM3yUU[f\%]1 Z\}45q~ȣQIa"a4; HW`SjX *p#deC3Tne$"8|Y*%\)ZrJ4S*F%Ie/=fFp"#7$PYe$}<\>sTwz|kQHCR0^EKZͅRuH0y@yil\ 3UFU}Q 9xmq)sz ͘Fdw {JgO*t5-Րٖ6G[_ UwuC F*F@,0 Ry YQ}cP4F_|{i&Ẓc3-Ss[ jVFҁ9qڂre 3@j*`(5!ťbh shC4e7>R2m2P/!PDEo0*~i$bT3ÀsEYnPZMjBl>tgZHdk3ʸ/L~pWZm>1ꓳJ匝TQ4bfZDK|m96)e{]LTi3sy,A~qQNV0Uu9`N~.τea^ uH#], CVDWւ- 䁍}/MfLc.0R H:M%Jy}XP֬N|-4_PWUØ uԦ̾%8`'?[:1 8 koe*/?t+N(gWiauxqڽp#aeZ#ݼ)$pjwJ2N>'!(.jjxQna92]/YHJkW7^d u@0K5"`q}[ԡ{tO!֞8{VMz~Gm߮y#k4J'8@%ƩVR\BT-OBƢll>>qc=PH_G?@dYB~FJ{Dí**A`V@lhC\, (1cXCL32ia(sܬ8h"J?Dؒ@^FP]r/a˲gvSB[đ)Ň{4(/ KюlOz]Q{1eܼ.iƢ2 {G;:ÿo> ץY: aI"@:/PB^|_¯EI!Ac~ǜ zalY'Rb?`x60i`/Z`3֡D(4 VkH$kѡ]%܁B)G6l+ Kœ@hA=)2+^2?eOM{?'Lպj29urCCA_͐4G1최tG1Z |L\C^^z+(+{(Y ^6>)*9 Z'D7f9NUGԐ Y8^8gpC56.YTJH7TC~thCćz<)%]D}~ЯB~ck{`5_m#4Hv8xqUp0k=A&^y3jʝ GD͕֬D>88jUu;/߈)U[yo.Pd1߉ޠ#{zhuJg\Ƹ<+ʁS4LO{D|tha07nr70%[)~Z-# aEM qQ|A8iOB%]QX榇兲 @wAJ@`!t$ƓmnDd!]E:|I]ÏSF3Z^~َA&f+wi Mw6^Y^ l%~O2u1)=ø`䯏40/Ԟ?h.=qq$ YA7BZhi6EH좷0jP<+`$ p0e7̶ m.E yU봩pz|5 9r o+{L/+J^_?Uc#A+2aV*k2d%ĽɨW["r=pOAK DdS`'YVU .7O`nKIV#ckyHؾ?K|8D@$&X| K(l?A}ިB[CRT<֝ų7Hu)+ɠB}e4K4տ9Iw JEy`}]4]Uqj"&<]"DBwg3hS@SxG߲d=߭aTlPZS5x?ta b=SZ' ꦱ+ !@k.̒JхX6p??T&wzF#jݰs .88Ҳlc3HЦP&C[g9?`=u_,N(+* =7؎! Mt華ƩĸBgH8(efDD7|6#E+LJv{m-*IIrLjC(9s>%a<aꠌ&I_ۃ:I"|UjV2v0֜ߐFncNzq=اEcRݧ[,N BAM6[]R\ytxyL>ǽgod"P云|X^qh~eZAMO ∅U}Kyp r(@xb}G|%/Qg&j+PbGW&$ЎP10Rȅ8rA+ǟ,7//- P0q5Q8sXn6z.ϏV$8`+F[ L$iEwlj}BxV0~;JYG! *,YUerJяWo7lqϾU!VP^\;O0Wz3JBG `l$.uigO(VzO ٻߨBzK]=5^PoRG֭!OY=,NYDĞ7WE3a`"81<HgۿaJ/oF'RU̙9+(saC;]vՠM8vU/?cszMRr wqj,"8Vy^vv uvĽ` \\%2B) ԬO7u :DLzY.7 sQ 4Y\2" c/T ^{61B$n[IIbOY yCu!8gӛ,ōloRG(),%BOOO8\0rd;g@wV12x. ̬.kb $?<%˿f%LWOu5 BXۤ^ڙDn3Pc]uW&+?4ga? 0[ua{F1Gۤ,^ uUaeك3o qshUlF3)Hv]i{OB|k-'(ʠ;qFd 5BzMd+C)Re&zX rGGS'C27W %F)6&_ʤ"Th?l`wyۄO-.(V{,o>I97,+h=.tRV"6컐P8vrBWh<W):or(~>j\ ߷>4;-HNr}C n+q @'R}("L˔1VmF:1(eܼ?SgZ8ͥrMcPqԛւYjwaik *;UW" ඀6t42,k4kW10zXMeLhYm|ߜFϼA{-h UHIqZ w}C[0]`HVcuW0 ki*f6=ۦ=`A! )%I +X)AyF~K6acS \fq*/,_ݭ痫G.’ 6%'tUAaP`-:LЬx6lV0k[?=}48Ʈ!q(|\=Za9a* 0:5wjT/WTfZLM jw90(X]UTs98->눤4+ϋ0DU2Hцm*.MN ulOiU 5X`Gٔ KW#Oi5뷱 |MOl.phL{]N Rk=̪ yտv;1ۖm|jPqǰ-9b0@>oX[R$cHEz@lds4ݚy'l$,> ` !]BF/Ef&NXb:| y &\`+0H%TzD1s yj%6;ə FF#w' |UY\]ю? 0+а$yQ+쟦QV%ʢR_'p&5AsE“utp%?#nhQG<5Z\NT8R.Zu>P wA3m wY]ڵ ՗J6;nYfoYekTd]2Z\)G1_BGn{՚H!,!YyF}jD`*2 M\ beGjqWNph%/C׸H1(P'gתqymg_xu"[j͍+kI}t9ltً[X/UZ1x6>V:n N#lYēx`"GwVη?`S Ɔ1ʲ N#BRETE rcV#⺔Ӓ jߋg 66'戼o˺)8  ..?vv#lެj8D4Cz50*?þ)x]D Y+?"L)$gwNWښ)Ģ^YHIuGoWh!?6ݏu3}/wZK#:({zU*X@{;(&OZ #@őG?kN}ݱޟUzbKU攎A1[92g@xa=nwks}upbtc!lvhDVK hv ; da V$i"&L__hќ2+5L+)iПt,e" ;6|ӥJh]rZΘD9{|@ Ip5`<Ą-4C(QwRaD֮0NkͲi[9:Uԕ5iYi6($KςTh>U !7lI|p fTw8V u~15L[pA`\9VR@G#k3=8Ey*.+'xjsKՑ^OXs/T46XE_G*TD>{,sz*_(Wvߥ ]Lf!DĤطgRvqsIlz;$8&^t` !O΍b4|ŝ(,P=vF/쩣#z]nnoNWUyO* O |kogy%m.L$|D 1KVܠ&ol 4dN`8c'u$YSqKSȄ4؉'fۆqBS}xk^ʗC{D$a@ontgrE謙[(ո/ǀ“  &2fZVu1,01izq.yp jڔpU&ĕUR>7$ Lo~BlbR@ di ou[CvIRx%дtiA2byƵr $?pʧ eH(!~~o`h,Sh7A,d=am~#?Q*e9O"mUm'$.@}t~yBW% /`a=$vof q&`~>~׷rFg\[!PCߍkYz4o$t?,Nt#iRo- 2'-8[&Qp fj*ՠLnWP-",~w]`:C (;Hh:`+Ҫ۞@"Mzkp#VzǬYo@X!K= C#;B}+Cj`c=s> **y$A9By'Vf^@m" sKXqslwt!#va;QJ0 @*)q$ujaDZ &>lQtӇEZ  ()CU8p`0DO1e brWF3:hO+Ŧ$C+-r!*=Bt8yE ҏ`܅Zu&=!Q̯a'@Jp&_mx1H(3!bl| Q݅E{`.&bƲTΣ0~TU{ÿ+L NOIhJ6&lm|{%hڶm/^C7,o{V?f.`hu" F ^@ ;6O,[֐pXqJm7J źvhTԕ)"NCk=Ӯ?ο_]cnjUvKGSU 0-f|j%cK+'yiS8&ܔ&~촠s1[8y2&/MsשNhd1}bEF!E}]SEߌmI'y xQz Λ^ղh5BLkzQ =_2<'] 3(nA&]焰CٽV%6Xډ͠%/b-[^ڎ0Td dj//<*!,ƱR=D/Fj8aXxRV{=kRX1Un<IJ7BCp @ʠ}'?+}sD4W:6U(c?xD FS6&F&"Zέ۵zK)tx_swĭB:K!$Ȼb$&_WQ[}[77Y&$Z8mN )Hu9DnvFc1F'8+HͪΫ1^e COu&$tjVCzm>j1</R%j\ftOҲGd2Y0q(aLAxHL”~U?p@?0Y!9Q匯%c[lS0Cmݮ>g(D+(em듯9إH-oɞІE&:hvPr,Prp1lIlA`al/tZj׋=96)5(߀ۚ;'N g~Yv=x2:ՃNzjnz7& #|6gъY5Ud1+SЎz=T&@fhf mO3 JǼT菟.\+NcH[pg E)^t+?꡺V4VS.k #FWk CG1- 'n|G1XCE) LȷmRnG5*D E[rR.ѕ ~˂>F.~?+Dl`S, ue q2 6+˧ü[7-rSYԖ:z}tzߚE ߟ~<1:V0]K 9&*3s'b"4I (7GjiԈϒQ{Ȣ)ˇ(]-Y/YkMDty8Va^T:S>WS쀘Ɏ#6nxЕכ;0KI͹lOv"f kUYJhȃ{:Ԭ+3 ϸ7K-Tpݺt!v<Ď ˗G&Ӫ&^ 5{v~(NF~Nlo1Ϋnv(-vu^m!=jTJA'4RCWYKA} RhXGVoEp.psӘY "n&=6LռFRS(O7ֵٚ (>˚ŠA)Y'ybH.^gƣ*O9'1 h׎H|zG1ܙn*h;p,攼8dIGӅlQ ƫv?ȵjZfB@!>xu)Mj齅zzV%d5Gc+u2ؚo XGI۩ٚ/ ։>38H,? Z2m$`u!ОђII[O$|%_9W Ȼyc;Bhuq2F zW˨Ov8ԗ-uH)NS' iqcFcʅᘔXo{W) .(V"x/;'Br֤mfCJic0ƈ_/ ~{q2be sfcs-^5#]؈Kj,?4J)޶noDٹv1{H ^N @t߆޽1~ck Kx"=0Cх?,"~;c[ Q) 8: ZKw:_x8uF4|FheWSVq1!NuTpnyQ#GditZszFW3N@(wtHJ%uK5 /ELvjc1`|'_6=X1:޿,zowy^Q+Y7ޕ{O 5Qc|:! %81;idɧɴ9 "cpѡˠ*d)x>~oDu$~E\I5åX,4OB~uW08oao(y^++RƌT=vҵض~ kdv߫3}w5<@]Rpwخ껠y?>= >D@ <^sDa+->Kb: ͯ)4lQ H2n, yFo 5 le gy@ ^e mB:Ըv!RFbf_lT|}l@@.LP)|D-FTE<( EzVsq.-4S}՗,;[~xG|GtVxap܀[ zó bIbڻ&>&MW7`Fѕ:X!c~KT9 XVO{D;a۴")%#G:ǘPj<!ţVp