libpcre2-16-0-10.31-150000.3.12.1<>,bp9|g-k¶Ŗ[YEtgSMk0Ov+Q@2Hߒa#ZY]cpfco@ X:bݕyғ]pAIm4ӭCt L)4͔-64sbv>Vpue"DRC:$MQ4fHLCv[l kaҏYަ6"U!1|3 ٶ1+p'W·&KzbIaF>@+?+d $ Vhltx   $ , <  4D(D8L9:>'@'F'G'H(I(X(Y((\(T](d^(b(c)d* e*f*l*u*,v*<w*x*y+ z+$+4+8+>+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.bgoat06SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://www.pcre.org/linuxx86_64yh qA큤bbbZZ4b2b8932409c0e978b9fbf705923457caeca214948055558ca8ae756382ba03564806d1c067bffe106d97dac68744373a866bfdd65486c0532ed1b41595ec4b64libpcre2-16.so.0.7.0rootrootrootrootrootrootrootrootpcre2-10.31-150000.3.12.1.src.rpmlibpcre2-16-0libpcre2-16-0(x86-64)libpcre2-16.so.0()(64bit)@@@@@@@@    /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)(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)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/ldconfiggoat06 165831140510.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_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4344dd7a312069dbe6d35c1eaa800da845500636, strippeddirectoryASCII text PR RRRRRRR,d'~?jutf-8b9ffaf2b9adf7dd91c3039e52a76c5859bffead5d421349187845959ef8a3f7b?7zXZ !t/W\]"k%ndrKM<# 1c dZdt4}2DWBEaMRo @rg%fѽF5&=*}q7dE+$^#*PMY,](xnTTbH,j#7G'%C˝&>bNݮ X%ެakL43'7ҟR>δ!?5p{4r^3m}M"W0+X'H=_#0@qҗ<}'qCM@Ǫc-eY(Άp[PVVWaMCcԏǬ…se0x®_fd#0+C-7̝e>mI#$|eIV*4:hc$|VEt4kY~+Ql,b{A4٩=ZC>oZ!,s͗x6g=d,Qb[aX7"VU=kwOgAJA/>@m'MusSJi`^}S.v|s}!wy{s#Q&}!X?פ=%lf9UfT lcP( 'Sa-Ufx@G}x9Ԝvu?;cIfՉ.Yʼnf YLIu+Rۭw?cޭșfDŢDgC+Y8"\\P%ak*G"2w&a)a 4݋-w#k81ڵBcqzum;؇(NԽ#C0{80AWrt+]+Vza4[UE[ݬvw]+.}3T,8!ȲMƬYrV Sev2?[ InpސtJ^m4Hko6{}ŴDO,֯#&*PNUXϱ+ʷBe ׏i.&a3zٝt.MH ;+!CJEbpF6qb)VٗU8DxXɎ;_p8=dL~D?jv/hā1̛MޘyIX8YU(QWHa'q,C^_gD淋2 j9 gyFӕqx 5߾f-9fқaqIY H;|l@ &UJcݴBHlEo}ɥECftN#')t/ >YJ`88n3%/-19a!F }}Le8BݪK| kgf^ޅS!%s`8KLrWfԓv3EQuD;#dS]H1oC,ec#Xt%`U%yӍml)Lz׺@VI.hV2*IK7%GVw-ue^ /j[fڪ4d{h~c m~,oFQB ċqAuݙvdk·`T(Zau9>5 w;Yw+Wh!Ef~˘`?Ky [SMC?d Z{˫R jYIHgRp VC5[lzpg vr/cA8s!=Q&K G9#j`<9? +ݖ6ws:X3P:YQ ➤1ą-B e0/8j3\9:˳ӱ}dkmFtHk GI3P`nM`Z&;T8tENlmW{vi]EFdgCJP\ȷ(Ng&& ⿊Sx$y@}-g3횳\Nȇ.v RgU]8+U0N' %z`ߔhnU9hnC7 y,0ϰ)岲5H Zu^4a\5I+8IPg3$^51 D5 y]Ro,ս` UpLZNf6ٸ%A O~_hVO~= *&|A쬤ar.QAHAgǓ6h"(?B]]gB ~apCW^I=Uw2}Aa%R |}<6FPC:%"v6fQG.)aa`3p.Mlјd.\̈́#t6%i XxZ^*UM3eUl%n1tQp-r9?C a }B~FyC/Q3DoЙRs5#M\E5-6GB+חuEKd-^cZhmkJ$A/<*1WuKV1%qM+W(x&Za9sTWq*R__7uhYe:! uaPZ깙|)ûӆGGad ø URB'7NUw04EbUP]6;ah N4MxW/VteuW:IZGKV9OFkE9T6XO0 h2$7[&D3T".ѿTS""cN _j諰:jY7.V)AvC/AϷ|m6niY&p9OFQz+Hr|6f) a%զBϵDDQ p5arVA)oFBf $!B>Uh%`ԭn`Xm6Fm{_{-],;ч<ہɎMI=ܞqΎz/'IA= #_VA&HI*tZ U\(gZDFGr]v-;i7K{A(bSo_]Xh+%xaiyފ#gp3q@"9 n-_ĪP#JK,[9:FE{2>PJA'g^]_:̀TNtSMA5?!Syw7i"}/oK>MD`fňyH8YMxO~WBR-qeM"p=DU@9N?!\A|>T~W4?g,z ɮ$#$NCŵEq%i,CJY{U o{k6Gf Ug.Vw`|"]w7gSq$]>Gf.dp$N9r[ fD5}bTZ/KI r<"({`fg9p9TC8p0OmDJ%eLC?a:vZ:zu Nc -āJv"4^vRft0]+憃8HJO_KB|RdYŘ-5Z>"ekF:q`p1tp;oy@G~Цm֐8?D$,Fb3\o]>YmYŹA|A(V)OIZh 9-)%rO΂:LD?Ĉ:)BPT)Xrn HWuT't> Ƒ@fC,oېNq;'J#S գE( Eeߋ|ƾtUTcѤs<ɠe!& Oz=[ؽ8Tdh\AȎ~:iz ,?ȥ]*VvXG> {[3ܿkpvȼ $"A${>ͽL.;t \ƇwQ;·=*<p| >I4}e%)aK]B3F5Z;jݨgͭg!5X s|t׊bv|rpRBuh>b\ζdq+,ʉ&u(L Ž0X=eT!y% =hh3?ᔝx:@6n;+L,Ng} 'W!`?{a5kJƨA䵀ͼA qEd,ޤJ./4u˖ =jZ Gg6`]d!e:<+Ԡk8T'\ήRJxxT#ХϯwF~;wьC&gE-8Jm,aWTO=eJ@V9<6H&ɖFvI 7YY\mH?}nkj9(vJ qǧ.–@XLa { (amTIn1@R=%:-J4Ѿw_nnBNrbmpye'R!$ #Zۄǥ G #>{وnBt` vgB]5ZN^4IJpbxx$UXjEԭA7_d2'%`q7>:<~7vq5?BBz>,uM &:9u<:t;%..0ן˦AhRT'f&L:4bdƛMI6,CC7-yc]D15g)Ky: L˷*A 9۷Y"IO~ĹS(-rQ']Nq [0! S8~skS9ljPh! 6 |<՜ b QSݕY͔m>’>R[EhGCBôpu?IlM61RJB۩-Hl) ؽ qiuѽ'@A2`ou4M8Ÿ4ωe K$u3`E]3/-ċ"C..G%[, <~ _3wZkaVIAJR,z'+HRJ7*e#W3l Hzu' ~THB-gÖȸN'61Ջ2/PZ?.c#~U_|֬gp~YRӤA@D C`#+K7k{n%”bS)``ET{ŕ>&ogJ3ISP>:㙿l oud!M<1.*; v|0S^0N=< _L55 %(vJdںBbfa#QG*]Z={-uٙGG)bVu\H-J#BG{ONhd*"V P_ iZ{#!^V [:%'uBpЫ8\*Jtq5!;r d^oȬQ4vwRIm 43rA''_6 !+IN9.!~? C@[ WEIxKa>:z"Q.V= [4Po?=G&cfW<=Z"Pؿfz!/lq[oC'Ð?+9jԂ˻H<½-^iuk=+WVM m]L(s +QC FLFC5彬=:B?YG'O,ӅāhXkd^yG%Jm?i KHS+ceBG['2&h.dߧ/o5ԝ{=KB* J 220 y5.ڞ~kc!.E@ؤ]"yzp\6j@wZƎx͑c霼 &].X5BǰS'7Mԥyz:]6}H;rqHAbI4iaGn Y{Aoу\-vNl.$_6"|{XՂ'K[ABPGl[DT|2b36Du6!6xAp9PyV.\ƏaYfl5.b, tt dD 5F7xZXsK2O-d>U]wt/4y}*Tld(bs]}'݇R~&OMӪ'J|B$7^k٠*L,w;~ 0ͳS0;}/t!8-%:I/$T|N!@AE_1Cਜ਼l.Y Xgqo38:1D֤y@!JBWvVЀȌ61S|d7s.2If]{UMٔn#M]],vME:eޚDE c79Z}zY\!<^Ԉ,rVO~G^[wTC$b-w` d=iK, U@Q, ^Z]Y+΂U0Sho2]<\ܕktq&R CV^M!rȰ031W9S>ϺbLo΍Y3bw!Fc –h ]@mhI@2 QAgX˴`Уkq> @jonF m-IscUS0TN!M9[k97aI;RBӁ13#2 [ 8jW'f{L踻׼>ъCٱrzTbe lcqa>ɦ'9i[cRw9YLJ*q*[=} uWd%U@/, 0J[Ώ!64:ລ!LCFwcE% (dPCAfWB9C ÑT떲t3qT;X!>2={3('Oŀ. @]=[O{W[ÅyNm9( Ν N+I"סX_FȨMAz)19:>x>d>T؎iqEks/s!U @2exBIfv\;QT=J4h#'نm/#Y;}R$pںuC6Tfe%,㢨$tZEx+ Yk'ߩ v7ʟy<el:@V,zޏZAڊ}9 I2IЂ q|RZ伏V{CsIex,a 6 (hr7^wvSώ)ͨ@1m'=+(pѱS&f9]?ۙk6/Fp) yіBP(S 5вjybչeUgd69gvnn+kʩ[YF⻈0{BF7*WDO.)<7TuI%(pc^>uܺ;~cMZc5NOSrf] OSb5z"4.PM1"i akRB&_צaa&UtbeW9/$3PuR}sK9m,q3`eRYZ~ )@ !M˰KU_if)Gq7;? (,0;P5Mx& kVLi n FB 76:] =|x>+FҞ}mb8K+ˑt2~օNYe6@o|; FV>deawlŀ)ydž88@4b> \Z&4̐y9<`vs3`??A0B* LQB 멥FTAUiY9 s[gi pIZ'\</ 0DXTC:L޽SqI36&+@;O@F`# M(ż Epp*aM*9fAJH^pj ШA%XT8 hQǟ\OCNXDnf4*y$*VnNlP}A6Ľ,Z4Dٟ`?J!KWMD3ca` Kfa+ymV ᒋyĆ:E cMz;'#U+^dtDIŴ[oUx(=ZT#B6`m Ydο̡kuἸM1#)4!ǃh]kxw&o}$ù3† Li|C{yVԹlO(D?[ur HdMVZC3m'@ Ӟ˹tvbhe߅=-"$|趝IVwgkf)1JH1o\]C'X0ǞW{mj㮉nA.'x5zDe $hR3( "hi PkT,Y|@{RK[s&ؽ̎o sꩾ'5a21lq.)46 6Hz4R+JqI#ާ_T˟kd~(eHc][3Eؕ.櫻IxR%i=T]͉#Q+C}ߖ_@{H1Ca3[%LZ%8Kq^ML?nNJ2o )HQOb'%GRϮd?<-o˫| :gݯoQDOH$J[CV鈈ԨEN#k|{>M8yVWJۖ>gmBF)'DG pօ6@D`"G+æx'ثٟ&fS7I3,`?<cnQUG67dUst ?6Bz+qnXP%-v:_~ z<6ש r^jsUcmfTA2s)mzwu1+t3cā5/b0/4կϞZhM=D?tBg*8v, TpWDfJJע, =kb! iobݫ,,e!rG`W!?l'~>Vi`~௞P6buxnuS14}fۜqΞ|~o8+@:$ u+a I"0:{kb l]۾MQ-'mK~Z[j ?Y(TQ2ݎWv)ΟDrhE mbR09fJ'"~F^0Hg!eZДJ͡8zmj!3Ҁe1#n"AKy5v?TmL`(.:J] 8o('spْ L~f a(Jyy/zq+GT`Ev'lV?;4dG!@Žm2{ 0v"a$6" p s9 fٿ1g}EE<.di$'י;&zh| p GC/vL)k Yp9T`m;t!uLi.[$]8M5;ǵBlwD/X@3G0U鐞a=sh+ӠMПMmٖDM;e5И6?ڄg )+10~, N``˄ \G,)>."B0Pmo#\Z̔_i١-2wemdp0ŴӍN!rCg)MM_ӕl+OHL#xg`dC|KB\gnT<+u6u 7ݻɫن#ӆiVm&[lkV~cmcc9Pɇ/nJ%Q{xTNUwII'N16`1 흿f{N=W-> .HE4s, I(o3N-BuY4s%Jm^;V65p^hNp6O7Ee5dL 0vE Uu)ǹN$hJ-4å0X%߀in`yjwgs/VWHᆊ]*[sN2H0OmroVEE cܳA"He)| @r/~nʨk.j?5sm)lìЖ"1ϙt| ra2KuRd{h?FKjtQG$%9UۂdqmTFPXhՠl{R "z@;ֈB&2;ҌP+1KQ^ٓӵഉl{{Qc M{뤵:"du.QDF+<>ͩB['+ _i)}LQ?Z~أC[LdsO\FGem2>asChOTX3 Ib G]-!59Fi(1C3{4ԃQMD4 xKQwxtRo,i@b\P x\Xq:6g)nWP1%pIF4mkpF 9st[R@AcN:b=)=[ iqީLR:^&EHy9l p KQ,:cFP!)xBR5g`< ]EjtMXrf;i'kG>K3s+̘Ү:wH|٩^;{iR-xWAy6FYp1"G*hTDR'hbNfc?Jw Zm/wgkv]k&mb'Y* ~`AeoXSV47}O`-V/WC?qLF!D Z>xa[Xx'8A, 'ҍ"r)rwZ2tԗD4;sNl?Z~@2`]X Ǖ%Ӧ'^cF$No5)Wh@:&k@*LjK(lB#nndGSoVD.k+~gcP?V'֐hCٱ d5_]Yup:Y9ݬlTj`c.+ lL[D.(8۲5tn>#cXd`fU෕peB\xMNbR #F I閿>z >#=!oVcу5䝝|e^N "3KOSG0 hNrA%g~;a4D؍:vV-a)~?aEmB1b S S`F `o|ѩY) N/Q6!!m8A69Y_U,b?ԳA#WF0>2gû}jNJc-v>Q94'.>k^)_3ψ1G'uץw.Шe QC[[O"WshmZƨ[ fe:VϚTlǂ|oNYWmiuHn<{м,Ɵh 0 >#KA.Xvg3d˫BHd\x;AKlRS2xĄdXD_DE῟.yЊWTzbj/a2d47ok3g' x:s}8ZW]4q8dȹ)'N\.fQ["ѣڷ 3V}" ᐘEK}C 1;ӏ<a.a{Ǘ~(FTR[ܟmhꜛ!0h- !HYaGiN2rGdd{_A?9E@0E!R/aD-7[0OTP n>8E-dJ~/%[(TѭQ-N2 @KaeS |7 zKqrc[TP&RL1,I8c4r(k5DZ#$&lkG`6G!)_m}N' Rr*ei)]hGJGD2/{^::ocgI4^ +0L3gD񂃒2:HJC)+kPBeP<B= rCή4*T8qҦHrb+)T&HPƹ=${G-\}Ŷ}xCH6st.hR_( DnvF]orvRJb; Re[w4saAS >x2I$V Њ9I_!m+7 )Jo6žu~2E3!HKw AtcCbq`yRI=ЋTK=,v_id43Xb$G勞A9Rx.HHCR.(o5E4m"=zah-!|޳޽*0?ݞ}RܳǍKg0CډYY~-){|Ku?ԳڵIvsgYlZw}9z6-,28)wL|.|2~Me|:iTei{F_,jz{:JIם;9>qb ّ|?HL| j_p9$k1נtƆPsh>ܜ"h97%cj+Ĕ<[$}|ڛʊQ~1 TqdǒY#U1r?%MoQd:yvIHmt&e{*gF␌weA e/kLI3R|XF:mvvTj'UMOG[ېư xK2}ʌ]wc)O` }T64 4|sS뙳FsI yf7ȃ|iw1}mUQN6ѩ Co|QT^!}.:nt;RN?IJ^~Hw5O#*;ynocY*yn"˴uJxQܮ.ϓ:~h> ܊@6͚lM4#`$&\=AO.+T [9odVתݞ>U|D$*8d*M *0=Vb"d!&@;qŸo|\C_@ bpO3ڼM#It]0/w g@~v!'ݑK ӳ6j[R-JhzMUqHB54Vt^YTFԴ`dN~xP-_GDKN 8n;e(8!L _ja~<2U*lQ k^_en*hl|ҒV|-;Q$+Mr7&jR0qoj`+İ.IQqHcw]q IYRJOgLBBsɋf55Cu>y‹=`{ '"+nؿoKgM<|:+ E ȕ2iyKAUJe -Fv51A4e֟b羋%c~6LrgWr(&|7w5)t"v`K<M3qpTIW33Ә0]qSnW2.ԽG{wYYۿgs) &--O0Yy?8eD>_~?R^zMN e)dBRފҲ*vD2?W}U%X;jm;\Ԉkw[2WYXmAPY2c&iT(vWBuc; | WK_c&$qA 4ikyC:f'ZF l-Uo/,%="5E5iAQ]t}ZeomnT5Y̥%=dƗ4n@\ ႑?abX'E Tt>=Pl)wɯvX7C"\#pׇ awYiJ'ʳ-兖 6֌Q*3tfYO٭Cc4ɖW&vqIMC9 kӉO|q[+nGpGH)HD16J i5viN4 /EXxnΕTibܳ1Uњ{:?-ߖHEH%kș8T9|u 1^Rb*$h$["t ؜ѧTMQNVe[%We&{Nbx6աI*sE:5R9bjxj ka*[M]fٰ[׌A3TҶ4Z`ν4E 5b0Sۍgżm0;o17i>C_sP̲\|w2ZWfi{!E/ 6ԫ[1+^E-zRX0lZ hS-NpUZ)UdP!I%apM+`-723 GbpmFPn0 ɧ_{S`;MQ]l܍V<*Д4J,yHJt=]HYcMԨ'<-:aOs NTa4ը~/~F(5 `Et[ܫė'#)$-<妗-8UVwH*-~_&j-ȯY^E.ITiG-wy C)j@͘ǺOD ;ONnp&mq4,$×eJR^S8^^>@GBB5ؔyq} p YIwr՗d:0VN aM"8߉yqnt;.o1u@[|[(f+>=;~v,GP5'&5Eǔ- L"ѹH#d@x|36DVlF$t&a%f 6/yG`:%%Ѡ4II-^PH mݗZ;#ES)bgg_HL*n2wؓVrnP9ChPq.6m[=CxPȖbMgi/HHi1Knqa_8[`eQ? uW%9ضDo!OMحqefXH",8㭐f*OgndIaP<>ñ&+Xv晪JoA]NfP%J,@nq\zylAMd7I_> t49(pvGGNDA'[B " cnmРlsJG锵<B$/W|OLΥo]ή\ Q_#d.fpHL0N{աMY_$Q:NЙ"d9:n^GQyV# Nx<{ZsuxT~xv>/34]t,6:\!' . _*>nW|-|k}ҡA <-puת_@al&E'q|.r"()/1#@ܠφZݝ@ij;`F2Fy :jw1ҽEiB?y߂z'XŀEpL/7+G=GLf=VدK"C8Ծ|݂CAg/րGdٯr/Hwq({BNtއÍNL:`{#I/:ؕxNa;g.tEǡ!Nv_q{T,;xJHX_&#<83؍T=Jfs`_E@oI}C՞p^-QM؊t,1@og*8'Rs/|%N`Xp2z*ˊi!Ş\GaDu+fc-Mlx9DqH6&Ҋ`ll~m|z1l [ҶSNrE0lRGG lxa_BZ33i|zJjJ]t#Wڏ0)0& JdA3f|Wj?Q)qتB׆.)J>;p?I` tljxUJҰ|gn'P,>垤2H:NG)