libpcre2-8-0-32bit-10.31-lp152.4.3.1<>,ma2 /=„2DN0f1R+IPrD^$dCF,-A ."JaAf$KADEnbuf{xVF1Dq+Ö^rQ}>@H+]Ă+Oav^p4G;VFOM6 V΀&XǏC2@QSRdyIIòBےaWsq0'U=.6GB_5)sM5>>'(?'d ' Y "4< @ D L  ( \ i (8 9 : >$G$H$I$ X$$Y$0\$X]$`^$b$c%Ld%e%f%l%u%v&w&x&y& &&&'Clibpcre2-8-0-32bit10.31lp152.4.3.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)a2 goat13FopenSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librarieshttps://www.pcre.org/linuxx86_64/sbin/ldconfigFa2 a2 38656c14f6022d9b635101b74f43e6e0978d347a2ba76087c0482f09a2cf29b4libpcre2-8.so.0.7.0rootrootrootrootpcre2-10.31-lp152.4.3.1.src.rpmlibpcre2-8-0-32bitlibpcre2-8-0-32bit(x86-32)libpcre2-8.so.0@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libpthread.so.0libpthread.so.0(GLIBC_2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`ZjYzY@YtX@XW9V@UUUB@T@Jason Sikes avindra@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 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/bin/sh10.31-lp152.4.3.110.31-lp152.4.3.1libpcre2-8.so.0libpcre2-8.so.0.7.0/usr/lib/-fomit-frame-pointer -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.opensuse.org/openSUSE:Maintenance:16903/openSUSE_Leap_15.2_Update/2c12d440187b0f7faca74c0931180e64-pcre2.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d9d0f0ba503496415b100ffad90bdd589860b6f2, stripped PRRRRRRRRutf-82d1fca766109ef9f7d728b502210868d384a2b54679f2c6698d07d212902de2d? 7zXZ !t/BC]"k%+0/I?a575OV}!2hۚTт_L# xh~; ݧ&|ݷӅ]2E(XX2ډruK~RovѠcYd=E 0Qag_5cP֥9D(v7盂|pz͌TPld퇜`WLFъlg}o@#(U= nmG1rWk)b3ʏbm)3 &#JFhZgBˆc 6&:6 B<kemЇWsS)T\L+da;"Y%8&pHsIejz" xHjf\xKb˥ Ud/*7H`nK7},sBGaJ qpFsv'x&Hװ8nѠ/Ä̡nJzݣhoFPty 1Ksf0g@cYä/L۶A bo~&#Q pY}Pv&;fUQd"9^lN Tˑby;pSefWQo})=8,E4k((CdkIP}>tceH{s| )N%mn6TgCOwŒss!W: խλ^!`em?1x wmh'UVl[XPΟaL$.eejEs5o2E-ezc|v;0SE{KMXrzM\, 3r]`ߧRxfGQC6P&MIb?=^|Ё8YvTEћ B-9 V׊rAG@)g9C_׷΀}HE;t_/쭾.!D«dl?Pʟ57h_qld K@9:S"/|5$"/G$mBgL Cn},f0 +1YWç8A5o} >:VC;ץRJTRNXmXvϢ?ìdP;|Ҹa{0L4V*:+}RgYM'y.bic6<1  օYà2f,Mℊ_Vˎl.$8; 2lwR' :a ^ŷ1#7NPw 615M&[ixGYpYE'Wv9%ĉ2>kL&I`*E~y T2=×w@96P5sIoyJܸ߅hT">sD:,Ўv[!8\ vkU۶v &a""^r>8cʀDu;CcS#N*QKY{#?g& Յ/c֐/F'*#&Nl#> i[/ YamkpgS~SD !z8.a08sU]j~m.6PI ;)fVAS^O$<֣7zSE D1O0oRg`#ZσO>_ wAsfQ3$ޚ''"vِx&1Nifvۙ-zRtѵ}ήWV:UVckO@䇊U3Wnj!.D/_%]0싷"xP ҃e6ЂtĮx9aK[6M휟YhtEϠ}*#fR\kq9f[Qn8V~1$v 7jS(bˎX|7u bbv6ay{"lTLWςu*;3-}0`;  >ȟq^YRqt>@r%̚4,&iNֳ8nE 'Eg XH<[Gnq,² *tWLQ[6 ̰0{⫋6)?O]y_ܾdK WBktPAw I #a{~]c1]̃"*}pZjm,l~Mb V&}1C^?& 7K ֩H 6퀝r,dkTׁUpLu`gAm~m5kC=͝ OuUBnG{.nD߲>?A W[mF(Ө7I4Sealv+?M,~2=D`= |,?ga&eP/*$v 6T+(H"%" K8(^RNYc.Tڹ9-f*_8T9s{$[[K0%AGij%Bbl:ܸLM¢Ұ&y a?oG|N(K}/1˸xzi!ԕyؔMKtIϖ-dj5|`ZB+ }gcavko 6=[Dnt/3zTgFޱ`l.٢7 D$SkaEgc_{hwxvT ĎD1ihRmd9dG\*`A Mv{UB]_RD<mTXpZVi&RaV)L|xHҰt۸3+ZOuy?b$dq_>G{؅Co*K4p8_1{Bz`2j$mH2?Gw W0ԁy`G9~DX؃D+W۵0tٹ]ׂIO#ǚBA))"c^ x*qg0ײC+R)ȤSs?q/F+焆獸 2p\0+2 P}/ ՚H!zU#g Kjl\ Wa+P'5_1Q$G'$tFoB=xNb A<5 a'O+{t@(x /{e)P)*Yɇ̠탭 &e<đ3l/ʇۄWYLn5pΜν|'DsuQYj`HWI )];7N"s|Y`UX}YKk:E< t cdi"9c;'Tt 1&˴wėUw* 8*EE1;\PU``= ~]`5L>}YW˷lT~D..԰MO*QűRdTe]VT,¿F sMj:8bJ>b30MN4^_#{ԙiwy-b5%ke՘`1LxaL3/s.߄ âe橌ؑb)nyHaNϙqFHdhS!*9$9J/gDL&=֖fҕݖlVGFD]<I=}ol Zfo]QY_X1;/^v6^MH|PnzLQ*<:~/Fp?"qsM{rNٺXoQq ʑF<,oj\zib~SbpO;)dE"xK6*U9=77D&A9)eG/7wIPQ<$V+n+=K 'vDM}VƟy@}/JȚh:J8\,H{JGj!f}JH4%^˷hV53CW:Y'BUD߳2?2le^hLl u=\(3u6t;ǦOjhOzTV{O2v I+?~Ⱥ:nxXmv*n D_','mtߪ9֢ = ϋEt4޴aZ'7 }]D&B^JqG%5x6f[؋LKqѲ0 e]\r f_OAuΊ OrieF2gX+% DϬ%tH&_|JU?XBOOH%؂cnCw59$$k*H9G4q+Ev/"Jh_rY#p\KdF aKկ+MW5j" .7B`խ]qcvbP K2L \EcaSO7 2ӈ6#11<KTېΔ[o՗X+{tFI+R#gJ7m1WHoϯg|i# j7kob7)e K *&+-ʆh`3^Ixح%86 t.ABkahp֡y ƝS=0Y+J_2]_CbԪpp-O*t Fqd" v2Do^ZJ؟&@d/)i|Qz$&J-d5apL;nLVG`RWz@&K6`1s\\y'jNz"Zض@c>km h)XU>LwဗX 5]jâ)#[e=gh bt51 sH>TDuNA Bv!>t5ku#FPpյ 49aZ.!n1imj yRJ[ 3@E[/`EmG ǤҌK-{I4^9X$Ϩ(K-RI$,x\8<m?/#2[ⅾ.&"yj[MI. 06K%5lj#kHZBč1IG6ӑSRW\$'s ļ%lƯ^Gaƈv6˲TZt##.&po`5_D^y@trw7iv ȲƩGЗe =e}Is cOSvލحal1ok`Je+]sz^n[}y4OR ^IxVjwӺУc$0E)-SbK-#N$FTh6R{8&n$xs SZoRYj">y1X{T_d_ëg0J 4z~ظ1쌂&nn.p)=i\5`%0S_O§7V$*\rMr-(Q+ n:HynF2c$OFe4a7'`w=NCjpY"SZ*ק?!RNi7#ՄIaP- |'Sj[Prbn"Tx~ra!H@-\:6t#Ξ0w/yI^N2P۵W6gñH &WmSg\]-Uˣ7I9ón5{(-cAm."V͇EpҖ8 Nv>%jSփzr ' [ƍʪ5&fw#w5$L| \7̡#FKtJH%`Ǿ1KU=H@Pl1wK T` W`Ӳآ(&M D,VlTf_)Hqvcg:B[=qr 9N9z}YY&ơKv%u,|6YQ%|NE3J|3̇mL#>=ߒ{up&"8O h}ATXüLX^y:30k ›LA7¶ =W:I +ňtw~ZCH";T<aTWUHؘ5o3#.p&Y4[y}(iἔiTst&j_SkW,!lm`?22`x|ZRO'9o"?. ){}r7me ʾ ? FZkSL1ԦH R`y^DXL,+L_0`W+>,>yZ;5hLfw VcIz.+7+-]9V]E *^41/hBP; ]5glM^i" $Crr"$q2חa=Fxr\/8cNN6 JoKbBH,)|>q(O77lC[WfGDv<w_֖LÃFHECJi] ל' йVL9E@8(Uu|u@L-)0ovM::aklKC֤pFuZXWWu> wh>d@M\2N ǰZF ?mK]p!SE'O)LGзy,+[BPA!zf[~BEqxL#q9ݥή+y'"-c=*\CQu;,y'8[(4ZɄn{rɹu Hg{W*͵U} 8{8_2%5-? 7g/$\^tMz&3_< vuR9ot-{YC⧵X߹5J;`*WKҵI00ҋXk"žGH /t;6ZJ. O*n| zG:_ oo#!KAŷx5mvhFt-\ i=U(Z::Ю$'3(-yH[9f1{kB`bk|,wmE VaCD( <%Vqr5W8\flGyʝ."W2XY:]lL I& ^?rN HyKܤʳC9jslgO/E5Snr՘Iē= |[tmy{naz xW,\d^mzPPhu'#x"GmdD:{;!֒F]jg}ءUVqe"%Db{`*`m[qi+uJdaUxC`tHGbB\lx2,ض/^fz9JmUuGQ!o{Rp vT@^>}{5W`3ߐ<]6)@\|Ȃޯ>h Xq۾ 5SSp:D (| 0߿!N_8 }1C2\VӴ,/?oX"GLy Qd\<1gp*rDeQZtfȅB㜁4.W< r:N/WWC><<;EΒ #,|Rʯ4@D^'9éutV@g{n ?Tpc/- (߿ܚH%f 0u c:zC'W٫}Kd# ̬@8*hQC6vg],yΑ͓Mݑ R,y:d\KT<s)R=5VUumBQ)O AX2@AQ>*\ 5BX-OX-F -*QnU˚wLB:UH9a8 lzq rkž:08! VTWuE{M>0LF$l_qY h`N @بZSf+e c|߬Am8oyݞRyic5w` $ LC&:[/$OJ~o$CBm8rCzbAO⡯A鉶Ky+k%oz'?&(|:4gRą&aMjv9=nn&cNraWyEi 9ӿ%yiP;rP(P;p.6P=NXV} o;=ݍYF{TR$!ai~KCeqGaؙ28?D.+)I~|@7"}ju|*ꯜei/]}H7a+jsyEv~h!9f"t뙲~*',%jj;XqR;fSt ؘWƱ<5.IR݌#>s?㦭P0VA R+Sgx_™dV8R `Ӌ|0i{F?R>$T} ۽qH4'f6Gcݦwo 59:&9~aSNS\@ lxιQw l&H hyPJ΅gWGtR3zESVñrC$(*21:E5D8{@@}ʥvFP!W5di >\kJf*],pN2DL?8iRni_pL]%l7,?`3]w:rf•! K2]B8GVNW 1S l@s{_< m 0VuX>.n%^lrZ㓉X(-EAQ஼ȑָ=]w8GvؚjdI51ωDL0i3֝L/@/M+3憙9l;pg=">Ѐ3C P&:3_R6ht=mTI֧&9y1zI{-aO=RML >$,w5!ӚUT =;#K✳L/=ݐ"uLMIyԄ|/_zM~yWGz9sڿbEV\VU'Q?L*EXm{+FJ^|uwzaWGy.ψyk!WŁ y*Q.k,rl&6OฝxBh!NCZl{򥽅A qGvl݋ ̺/-r1:Rʢnn#]K_,A~>lv \'K=J:wno-f`4, Ch`=4j{ig"+KPdMq~?cy:R€1IKE.xQA(>;B>>/}}Dfj)n)BEdcKxV3t!D H 7&)wݒYB^.6}jf"=TȮrbhB`Y,ܟ$0{%x1R8fB@pylƣxH]E/:-F(.~- :$}|zZ)˯Df,}6GAj 48\5ruIm xw`/X}=3#Ӗqhf ÊwEd($X{U+vm/1&ؙ. Įoo&4l[-u:c PI4ޗOfz/g=NXJ暏$.N`~;9Q:,uNƖ>L R"^x%sO:nc>.#t'r_GKԣL?6fu$R\AGoRdQ^엥U#d]ӛ!#8#׃ͼ5F# -҂Pu RE(+Zth2I/=I]17x=!f?5"q?)JyWG̕rdG8 (lU4A_Uf1[z匱ƽj]IkTP3%L.]O]/~PWH{e\4 G55\Av*Kɖlb366P{`"b܌I dp#%- 6V ͕)/,;YޣA#94 Vbl}$Tcq݋Fd}yv LJu^|do}*^ jg6/ |FtnfnuQ3kl⌣2Tɬ\ :$JcmeԳoۿOmƬ"=v>Hq=j +qҐYĒ6cR0l`ʤuYI"nw}&ָ僚C6Rxԍ[dgBơ(jN7O8 =j84g@n]tw\%rؤMi{Io:'PN)ڄ̅&EN#eAwϴ5)I eu~B7Jso@|B-fu<Nl6YFE\-xOqZcvB7qcBJho6X 9c͟~2|>=Õ2\l^ë)i ?oSоpOn>ۍ(రЍY0ī.H ͢W}xac"Y"&:9Hdo| 꽖*~L5VIWi)tz]V#˽DM QɎtMT6" !:2VGslaF-c|ẁQ45rEit:1[]4EAQp4o9袺ɲ̪z#Uv:e _N-jpVL;&+sLIK|ײWV:kq-S-OTI<`wUtܭZ` v2䳏{䞕szOB#|SzΪ ODW9c~KTr"::c[W-nvЖ'rVF{a.S{d9I ؝K?RZȴ,%;7=֫NL[5B̤ݎ1r븮[MAne@$L8*XX?iPD:-a{s7FjIɝNd uyga/pe3!ZĶY67mvP ^=b{*# gpڑCwX7!|'4~\; hTh&ЇL')5 0ƙ/87>=D` !c# MBsJ3mZ![I;`;+9po |43HY/bY uX;IK!JT "*Ua.|D R#mm-oMu፱ 3L0,r&a;F $d$zŶ!p hgG?Jduҭ# 1+==.J|cf 0qS] +0QG'zjc xʝFBqV7dC,6 1M+^cX̕ǵ'`&緹5֣-2VAQX7Lj3w҄!%Pj5䘁*[;j+p_sUAP(m&Ux7[ 00d27xSS} LVx UZ 5!\,-"`\gLD%ޭaZaB- +wبjPLN[nڶ&f2ۡJ/[2(K$tͲkETA&؅,Hɸ,M(\!C#l缬L!l~u&`{͡ *ֱuSفERPӾ 8?bZ ߛU|n޾1Sqn&5D{%0w7#mJ",t-ը{y) /Ӽ/ܧNk0h*Y/売%˶>; O AP+gX  'q.n|H43Gdc{FRlȲAV.WC(\%IT'ئ1O8:>o\ET}ϸym,l (ŽcbG1D1_^kWgQa@K+Dh syȧLu\iM"JVP10Sk3{DWL7399wd/f@HGsԇL_)39'~ˎim纞x~`(x{qw36;5ն<_IƠ{6U0AmF_9F0JQ<5I ncIyWӨ2": Ϣʚ.ćOX#XBoċs`g@HL/q*7>w&i?k(bU|gGF1Q499}Ia!amg}[^ Hyw> ZR&OAa<ՌGb/{#$ $Ҏ23.mB#$Nd{AVPry+';AF)#;ͫrEOr6I\~}dbSw$ <=gF|D=L6M&{ ~~+{P8M]M^lo!]Ӥ5hИDǑỔ$0LI3aI5A>]5W}WjKn@Pͻӹ8 =$J; j9h+#MA""v]XhT !4 >E5N-w"}4-NDpEqb 9 Ðmjd+6l08# A*lmǍz{kXzWE|箝vo xPx[lɖ<{@`7 .#7CK.2&rV!񽇾8xsҧٶx.r$]!-ߘ"]0ʂy&\ n4pd?W YZ