libpcre2-16-0-10.31-150000.3.12.1<>,܉bp9|Bq[zmz2kIWK7> &{!a݇1&{}-ȶ!!Röi@>& ( 1q7Z*pVGB4!IotMGh Mn˖nJ)DU}a֑8UZʉrIki4nfDp%/ҋ~TF+ P2[F.e{.=8y"O4ӁdwLʥ .!6@s>@+$?+d $ Vhl|  $ , 4 D  <L   (89 :(>'H@'WF'fG'H'I'X'Y'\']'^((b(tc)d)e)f)l)u)v)w*x*y*z****+Clibpcre2-16-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. libpcre2-16 supports 16-bit and UTF-16 strings.bibs-power9-11SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://www.pcre.org/linuxppc64le  qA큤bbbZZ49a60366caab468183a26df7f1494fa31876f4bff39cbfabc482785eccbd90b554806d1c067bffe106d97dac68744373a866bfdd65486c0532ed1b41595ec4b64libpcre2-16.so.0.7.0rootrootrootrootrootrootrootrootpcre2-10.31-150000.3.12.1.src.rpmlibpcre2-16-0libpcre2-16-0(ppc-64)libpcre2-16.so.0()(64bit)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(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-power9-11 165831143910.31-150000.3.12.110.31-150000.3.12.1libpcre2-16.so.0libpcre2-16.so.0.7.0libpcre2-16-0LICENCE/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libpcre2-16-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_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8610325e83da9aa6d1c7df82a8fbbfd6b883ba4f, strippeddirectoryASCII textPRRRR^NopG_n utf-8089daea67a28d3f81baabd97d76e524c9d046cd7ea20f6113a9517e8f3943343?7zXZ !t/{nO]"k%ndrKM<# 1c dZdt6P9X=$Fpm Y. 4ჾ<i6h SfOoS olx+EڝNtpRPq-w“RsQ%5Ca%WZlΛ" ֨~D&.)n!rO"4U$wtFW "bCR)9-ʧ{] vX :j> " JYc_O/Vkp-2\JKj&O#Q( Us$VDCISzLCץG~| ZY(a :*`(/N9ъe?V?6#̮[AQJ4iap lЪUt)_Cߑ24ׅX}#~],]GFcz$1Ph7T)Ƞ[~:S*05Sz/ {_n,OHlQy0D 5X1#V]äz->@0_+W'8e2/,]ێ ܢYe+ \^یI.ٗ91@Vy/ٌ>QPC*TJK:2?+k ;, )4*g*kk"ĴYy/ȏ\Z1XF&Bh.5DFy#uӳiM'->+˹YJ$)dPN=$OY,q +=(x/kN|]۹?MW-0`;%]،XLdz1Y'4vH^ugbRAUMkuwDIո) sr"MxxY:Ae{lG[(b9zSg v}=6:vGTc90g``z Lw0dGn(Cq3CR;.+GW=J8Eѩd:xnt`.@Y17` zb\̟X{!GΗ u(t| iy߰D>BrwG0 $ԃ2hZWm^%r2RZ #-qevKh9Gb#r%vώ BI?F1?Xľ)&}*ŢyQ@ű\¢Edσ8z^S3aPlF' /yaW%x+"¥ `4Ĉ+QZ(2򛼡[ g$Fn $Xr2*S)K"gߣx /&crB\(`|L|h$$|2'R6(.ohRO$M0#| UܛPV]ml "?C].dT7c 9& =p(0OXP_ۉ[7OS nʍ*vGh}k3;Eoaęu 'GA΁Ԩ|_ڲա:hq'k\ښTh2&A ܢ^EBrlǃ#i"06N+#AO5{h3)&K!w[as0}ޚJ6x]S6t}=vƺ[j,-rLTMyq+#EO&'͠{#SxItc"<G@$:Φ_E7 .^^BɄG_ڼby6|Qu^TQݥ2eFˌGXe =u6f,upc 6۪UDXnr_lz&<8 j0.6>1bo*\em.%! Žfkh%s`u> C0.<3T_НXƱg'8RGL oY_?[듫KYRiU$N>'$ %"ӔT+/s 4J#gBnYd0WbQlXV7U%`wUg?pi` -0 /^.͜dx:j9]0a,d饈rYSGP"ku6V*큽T{(XwE7J&źFAQ۩2vw !Cx̞)`X}u D<f׭B}KkQ& R Zե,+ob3Hb>[{AfXgɍ"RBl \᧚˾M6--UO;j&[b V|izxc@@s0GM ľ"MN)Ks]ZvxCǛC+]qbr' ,C~Cw1f(zV*- DiΆ 8F$0ȷ/ aKk;]c8P uwiDr)E˫$3:1kN"8t0:3|&&4ꚱ}N"\]!Xt:1;9}0B @tx"Pϸ}1Ë}Y8zE8u]_M&CWnjW>aD5wѬ>gٔwDڿ)?ɪ\xȠ iN/L=I ҙxn׌-:ʬⱥژ%IUBB& {64t ub*xUbx#i\K NQc$7*sS}ΰ/V`].bMYn_'B{Z\FQ}%k(&ӫL9 eׯ5iz`̰Z)=Ѿt k$J9a60_<0|Zm\F1>x} )Ϲ&fn_ h2 pό ._)ʈB, mձ ] cdi C /?jzuqׅ Ar߾0ܿcǕ7#]ee0s8L3/4E<]qg%þx,- G3^E9SKRyBSK5ik(Yhn\n^X3x/=)4\(acWb7,c۲y,rYÊVeC&h vcV4=q>#QQqziAIagyhq7mQ9l9AUK1r`M 2U OZyhw(0WLwý2$D9"/g;DZHu e]i8(>>o3w]c⓶J[Ck7:P(]J>O$Մe U ;g6:DnL7b WD˅2cͦOU.*ğ0Ŗ̛5:#) "fZ@x_Sg?fXK^\+_c lFhPY@*x^Ej_VC׸S>&>s[.s3b3^fdQߺ5ZI$+л7,[]F;Ļxu}b 4p.@CII0oQL?[땙NEr@jWl($ˆ 0OG)`vUhW-b,x2|mRgA @2VA )bm #!0]dS">ÎN>7u ~ݲkPg, lU&yj+RXPU}e|i$@VM=c`><_Rpoz4oRc QwAaB`8!lI@pz/"F-1 [,÷ 5ۼl^6ihӴ Mƨ.ٝbf;ܐKǟux[qNGZY@B'(==W ,H 賽=riH[K"K O+cw+ImNchQ(v?4"IC/٘]N2=>ղQjBm!|nˮI@""gf4/n wA >YGj;WJm1hG'$Duş(о+~QHko^&?71i="H[:l,)0TNOEaƋvCDmYkr@(+ˎə;y1e`Xw3Lڿ%DbsJMvश2] 86RMHP : l 2ߒg7]vpjk p(Rjm&Cno=!/E S.'Cca6)4.+E*q@3Mg:͘ %4:T 6(D~< kQ4n thq>HOBDT? hPi'{Ky%\E+i(64/1,>7wXIu>$B Iڴ;''"мcݑӊDw bbۮT y3kqߎ.ryWYKzf}Pߙ]d05'ބPUm{(Z@Z--0#TعrDr 1 K`N@@[fS;l۵}X&EVN,zGjĖcdIѤ(=ᖻ * mR&eL Їӄiȫ{!5"`rA7ܶKb6]rp,1hW3DP -[@O֛;+N쐯eFOFb(R-)PZfvGexi$n=،[S_((^Փ_ϙkR!+Էү%0îN9iyh]b)FnQ.^bH5gG jGK9Z]k_+k(.НSw_h=~ (I?61ֆ0m,erӳW2\`ټaXM6#G݌!MZ3y}#d<&(uKR*+EpAFT=u}ȸ/Kʹ7Oyo]{A5MbS-H#s?!b`"]1$#qWǎ<eU&D*ɓR ׍T:6#d6 :=oM#y]u _^Nlp;gd3IG 2lbN[e)֥h5:rk(EiTI#&MfA%}ډೢV]w.F:;eUM*n/ءK bW! Q&Xv Or x~?Ivi׻u^K_2CKXر[qۂ^"^Ri~ gUC_c &dqס&J-)&e_KnwŌ;jy<-*3 }JIљR>brÍ-Ax9&(cSfw~Mđi-QD˯*?("WJ*гNW.HTkf]YshbZ(V32xVt@^f"9qJP?gUX1~w˫٘!w:RN E:l-{f_[Dai۱oc^U+l%v{B~:5X3 G^1y,p>=;{KJʍ~X/zb+c׮l(zZT3}o2oN $OH¤}\ OR.bFHjlx-X %k#LVR5kbTwQ¸-ԍmۊ "C̡ٺ4LqEyFܙ IS'DHk;}WHW?>Ugr1b7I_䜜M`?H#|/_ć\Ý9 J2sY:ùjUbNw؝#=YpCP˜jG$r2@5aica>F t/qn[IN ]E:d<+SMqۈd,ZOhˇM ai50s J6 _2dS)jmQCn,iX%O?䊳.k:"dԋ/H8~x\[:b\x<=nB^a-&) * ZXdǪD?'WϺNH9s 5|;%8Dx`fҸ ,8EV/=LD7'VC&|*}2j7ԗdjgH"*ρXro VfǦ T Y}ؔby &.Z9mq1sBS*ad}gMh_K$9CMQq8xQf9\4}B \L58~'zb9~9 axY3_ i4\/)xnELč3"CUp{ ? AߊX үsl砹yƊ h3>ڴ 2 iq5Z$su(pLYu/,[:PrrӊUyhZtEy=uk߹nl;v<(aUgow5qXl2jUBPgI}#\JV ]`9$Pa ~|?>R`OТ(oѵ&EC &u;z,\x-S q*U¤r!4rys H9. sO9ch= 9jrtp6wd%.HcJ:YCJJQQ$N`s}啵?l-wEƓǤ#?4ӈKgVOXIvO[gkBT0(lzKe䥾ΉT"8`3F_iڻw2pz nOe#CW"Js7_vUd}u,tƢ;c wU*㋹c%ޱvn@ȫl)oBpZ!`ۖF)Aթ얄VItyzo͸ :G+mYSTl 7Z0lrf0yXJlY6"!A9%o+s8.H[57!}3럺,?2s< ^X" 赚 Ywz *gsG=K@UNC)ޚ~RO[wG׬w|!=mjJe\,7z]e4N߱H`)S{dOCW u$I~5(F:Բd7˹Z.hlN'WoTU0oIsI3 {1C=ύ.RwnC1B WuEVXFբMUd%(it@NaC(쁬RQ /̃4O+vKjf JйIJo [-CKU ,rP72|!gl 3)HټUP 3^eNAy϶r &NQCANqPh֫ޯ^s89d!vrdz5DO%@e(DB5Le;|@Fv9 l~dTo \uP1]:'0'*2 ;:(&E) \`t_@+l0$ }H5 h"JvE cDTЌ:HUfS|̱*eSpWhhP풱C(fHp/1_=d3vaH_hyζ~W[t[*# uuS$S{rC4P @샻ZkUZ aM3ڨg(mt!81Ls6}˝m\ 8d- }F .XΙ 5ʐaL0YCRg1$À:]z޻e@ b\Mo(PEC]Lc$t5;t-\j9ŀS·Zb):i皘zy7/0.ۃM=6h\`)sI`(/n\ڰf мfXuKٹz"HJth=/bƘKU1..G:`P~fcorbj{Xr=zCwnђ?"nsF  c0v"7@7E "kF|qq uneҕ"P] fO(\!¯[y޸TLSEE668ȞKEXA4wjG@^~nmtؚKmh5 c'e@{qCE|+C<'hU#o^:7/~U%®^ʒpQ2JEr2z2L,2#ThLd{Ȥ%FyQڨR@EX~Z7b;ŚndG< AGduƃ!*gBh{R8SDap40d){]U*.(o@\WhVR- wӡ$d"pd2fRphVLUH>+cP2uBX-*-!q(sƒCr m7zRgk_jɁQ6δe3M5ь. {?Zovv |f 5W,_m_}Ж d#`Z:Wr+1 Y㑢0g2NMKam֭ 3JVA| ܘAn"h!]75$tpS'`U)KӇRm)z%Հ » `R, &2 U[<ћr h$23[ްmKu /=PO^+)VbcJ* z$B0 . ``9D ryIR<:g'"ʩf/tIHğ]6e4^EvGEx/7*G˪O:EȈ$X*tNOe:B ׮r(gy`~x36lVh+heQlq+qU{ILu!bpD;%9?y iE x*Bo$ 0qjN~N ~-ÊL 2H?%W<ե8=S$dzCӽf|'*&MiMdpFK_6@8*RC Ñ:JK=C̈-_dzڷ& R,+4 xCնUb}0;ṟNjSUtf`$R<~dBhW&1L=Oep} hZBXx1͙^T%)1vR/`Aȉ0ЎV^ki sû L۱В}o o6VI XnxϠ "jF&SķŌY7&u*{-i٢ `T}PbJo`őN:'\U#q&aFnDoߓjƹ@q0Z Dq C](. q~{iD&up=gb#6>Twt1\X!V-O/#c'˹]"MbqF}B\R5Mo\^}݌&>G6)=躏qf{yY5&ZUo LN Xa`GieޫG*8ʐKIY؃x!%M*ULmyPzc#[urԵkJpw@.[ 3a RuBC])HU*wgQ@q;: ,u$PvnRusxU6RtrZ6 ]uSͭ1k&sR< VbICtg/V \Z鱳n!)(?'}BU,kP!aDY$j Йr<S:y`<l:<x +e*JL`;7V.w滫Z9{.̓U!~ѶR̬H5|sNFicu:Z\~c ;4~~cEdgzQͪ4f왬>c V\c&ÍT3Xg~!{3L@(@9Q/|Ɋ x) OӘ80E*sȩݻB 蹫V(=63xs];Zxk w( ʥƜ!ҹ&6G׵mX=/N@&nKmDѺ3"Ls$&Bu^#(&Ƈ.q 36kϮ[Թ;րy[4Ԛ̓=mǀur-+|#>4:M`(om;5B󊑨wčC_P!#Q$l.<9C> Efݷ"޼U d54QJg ƒ[u+sS/QQt5L /v8 ty]IWq%Qbfy:D zV:˰r`ٞj&6\?=Κ|\OK/ϐ[ȟG#ɻ!rWLJAsU[l( Dжvt&ټUA޵Q*ƎΌ=U?DoF nN :͏u XM%Le<=6&1%.mw瑥k ^AQ}_g0'Fl4_$2L, S+fQAk)7V$4Bo OB@+ֵHLK"6K=<*v&§*5w?J5hM$՝,YJQ Q~s WѫPq-n*w?\Ԡ<{I2̫'N=8W2y'_8Di*VQ+ߛ z\1?z;Uw̞iw[/fd}N=uR>^6,>i8fX3{S"#,C9A{|йp4Pc)` S駉sSZ6:e4PnuʖO"ԍ9dPJf^t"j̡v?Ì'w_Bp iGI&(Ӕy%& 9d:Yƅ . 7_i(KrR5یAkgZ&췠Tec c )A`:taj2X,Y #U@fmOE /M%^[q  Tqmpr<2=fU]CLm@ ($)~w/lw,cU1{^gl( *Y >#}=d ԣ 'Jc&i0Šg dJTE9!` "Z-ߴ*[h[vH֯NPiPE"U|<)HD_{Xv_PeB^by0h2!0c>/@iG` H:e7bc-A'xVP5~ER6)wA}-ib(FbeC?teI~cЊ V٩>`mM1 |`,1g 6d97a-fr <-WU,#25F|yI} ΚSBF5Ɇ:J9}0HzUZքEns6'vgM$;|xEPt!x_P/!ͼC_(Pl&D| ӳAM a׋gk+6*>ns-RE_Ԛ-ux͝D(W N&|6Kp[ 0DF0X2[SD(+]_FNW-F Aj38&6J_ӴZMC[wJ'OkTKmŋmhdNt)rwx}vۨInuGov: Q᧖kiohZ\t;o)A~tƊ1KG 9eS3 4*"lcWl4y3]K8{3Hy04gwE] G6kykYYFs)畟/2̪N{Ѳ\HQ2a!!MYCi2`R+&8ex*j8E}7KiUNi|uY|j O.9!"FsHaw5MN@.'[*<ɗ&svwSC/REY%%8Sh[dy'"=/[]KMQwyT%oX }"%Ge,>),\e JdTOٗonlis .MK^Kd3R$NG'|%~Ԡcޥor0\IJ-,3Hxzɒw|eJYrRG?%kzܫho7$ M]v: Ou>eh0L"ٴTo0^W?,2 qK)0%n Fo+ 1'9*sS#i#л/,َ0-ق 0%( NI܆W,_Z Gf [܏ѣ) x%:{a7o o ?E{;_'9j %].„{:HR5@r7x-UѽMG=yF8;.W{8{u+8 vF[ؙ"wEZX[zeAZ׈{5heyr?q${oHL1p\]p]1=c!K9!>Hk\n,Uv.b`j(wu 9:} JR&V%Du;?ҋ}4{3 Y;H1kp^sFS/sD'iʼnG~9nV4->gWll?Fd(>T,/Cup' mEne޴+s^x#Vu#[\T8}S+ҍ {<]WL1)w\.9>6YJK{+\oJe7Yj0eՠZeF7E]nC>cqsh\^_m,*J Ht$dQ/d?*KaA=: Ϟ4Хc0o_/ѱ)S_UKasM1F=:-s?7Iׇ-%.¡ T! ehF*Ê!6G bpk`M?#ܧCBg̉FXv8b\_@ڙۤ7{[:" l\6q2,LAij{TߎX^\zM om4+}*5pJ)' ~~wxÄ B@=-C67)߽!9!Dڻų1}:&^smױ'6tR=s7/k0`o`l_(Um;V\0σ??~ß ({pFN7G:DIJ [# FZпj q>xM7f~IttXs5C@#mT5N9È/ )&s^?M#Q,kȩ* ]=XDžQmAm20b>D0a{*:HKy{ !EbR fĮ®s͌Vp]czX؇4hz굿gKMtzųmB^jbǂ%uBmč.c!Tfk:hm1r7^%D?,-6x*qؿ4(B黮;t1W]y1# wG0b:!3<4ػx'\r^~R`k2/k j?7 U5b8Ut߆xI5M^Wϻ-~ 0jܧwW7:0,Aq8sF@v)ih';#g5+{g%ROye$4My=Id(H نߖ.Axu^ϮLZkh/Fl䫫|ʕD$\{T +4a-A,1!$ ǸojCŔnO6RSʔPĔΚioN>3wikpFdeo}\A:3+3 N bnoڻҮeU,B.пY!,0)=li1K!Fd1A+~<}#໬qhՋzzl?}Y5V殀Bl|,K%|(wIwsVIx$[ I5bYU 1W7ԹazzZ|*̑eAbYJ4f2-uˈӫ!VUvضkυ{k 8~hг3R]gR܉+}/v'{K 7'@nA`6ҿ Kn{]N|K tGH|w¸>d F $c3+*j\;hlt M{}}cn#̤%EgqY=3 p ? |m~$3fեkKk#NWtEg?9,B'bϊ#YKtzAcv[Ca;hK])pVnR2AH {;q^YPrjI.+ANdWŶMM98%݄u R#Vݰu-w?VjK3: s;TqrRLz;vN@4Ђ:_|!10M,19đr$l]C68pTl@'@ͨy[瀳d )l`Ư]ճ=waxTUzl)-IJZ*G.d?u|NFkP}OɃ la9U= 9#譐.}*_P_Kͧ>@ EtkW} O,'ۇrre+r$BQ+q{l޴?T6ЃA-EzWR\v\8@w;Ytvԋ }DCE"X}d "jV'WŸ(jlY!Mد3Ix]>py{roԾ'јh j:YCj-AԪur!&Gf6tzwNKjtxL+xQ?M\&+D!3tVsu\#NQwvֆ.b51;F? > [GX%h >b { eV:NVQB!Q RKv ^MW pNฝ gmC!UKtGZv݅rltpդD&W>,1X]we#) 3wegXS?v XIlPe"w#Rr"'B;ᚉLjP Cqu 'v 8":n ;Trr+¡4|H[<"N{K;1}zv P6*,~PDcת*q#"xr d́ 1fi=Mޯ˛C?$9#Kyx JVvbbށĔ7/xg 3c$8o HfCz**4H)תl6=*"FL8A1hNAKflT c2DG uArqDklyd|d@gfٹ@ ꍿ1rp6V!&>Ӛhꗛy: C|hȡ \ =aű*UŶvMKԱ!uD)]@,i/%Yv* >6Ǥ`eEdĥ75Driҫup#*QN8)Vk2ec).=FeYB˴͠,<&L~Xgˈ0&wxb~|fLhJN)DU-;jTd$, nj>ᙏnwyD~hdRN a |e3Ǭ[2Pt{;?lώxr$Tސ.ͻAut3DD[p7cX3yn@OF ȱ^p)Sˡ1_r-{1KhOyS;?EKgcH2yXԷf휇9a ` cN/G$OBxRs,*[l, j>wz,pִ04D)K]kp "l:ɱ0&D ieĒ/5sv_kA/=ʝ"̱Ÿ:J0hPq{>Qs[q25Ls@TArD(%~ln\Tbejq_C B)I?5obY;J/)`˱s 1Ѧ…kpALgښe*B5m+/ '*xM$;$4'ks{|-DZlm. ѸSsV,ӯXyǁiQޠ4k7L4v'إ쁩=2DrXC]֞X]FJ/A;h2p-!m>R' X>x6f$!ol@cѸiLWmܷ-f>jģm$su ģfOagrn/5yJ)@.Hrs&:D>#ud}|OB2qiC%#<E1tw Z1nFYǏuKpb4e+D ]ê Wڮa^rҪtσ?ԗ&Y'ܥ F'2tYw"2p~Mн6K ,..F! ўU̱R;CѶxtX;q@iE$J m)*U]^\ iUkFs sYZbۡkAOt@+CAF|R }EU)OLIF 0p'Ï}~gƗw uMh:S}ÔWz"MbUTXǯ2~< F`~Wh^\W?2SגKW~=qŹIkؐ@.s x>PD+K})xtrˇʬCͨy@l3̇8$}K ZN#1@bYr]AfT??!㶯pq2.lnWu“ѣFen_k.1 C!,RoyN1~nRXhr*~tB\t(pcң`tEOQT)T뺱JoR}#E̗Z{@!hRXZٛ,怦r=x9%SEzsyۆ(׶Q1\E)&n7JiClnu( ֙q;\#՜OqnF&EB+xJ}S?J=w0p-|ۚՓe1iw]L^wpIp!˰/M"D?!tRpoA)V>*Kǫ̠(/$6 "Y׌pC԰ܸqmJns)} `K-*myN(:A_(TDT}!4Dm|Hٲ%1Zˆit8 cIN9Rn߽evp.A%؞d YZ