pcre2-10.23-8.fc26$>vkk0E'l><)r?)bd  @<@dhw      0  \  '  \    @ V( ~8 (9 ((:0(>$q@$G$ H$ I$ X$Y%\% ]%L ^%b&1d' e'f'l't'0 u'\ v'w( x( y))X)\Cpcre210.238.fc26Perl-compatible regular expression libraryPCRE2 is a re-working of the original PCRE (Perl-compatible regular expression) library to provide an entirely new API. PCRE2 is written in C, and it has its own API. There are three sets of functions, one for the 8-bit library, which processes strings of bytes, one for the 16-bit library, which processes strings of 16-bit values, and one for the 32-bit library, which processes strings of 32-bit values. There are no C++ wrappers. This package provides support for strings in 8-bit and UTF-8 encodings. Install pcre2-utf16 or pcre2-utf32 packages for the other ones. The distribution does contain a set of C wrapper functions for the 8-bit library that are based on the POSIX regular expression API (see the pcre2posix man page). These can be found in a library called libpcre2posix. Note that this just provides a POSIX calling interface to PCRE2; the regular expressions themselves still follow Perl syntax and semantics. The POSIX API is restricted, and does not give full access to all of PCRE2's facilities.YCbuildvm-25.phx2.fedoraproject.orgAFedora ProjectFedora ProjectBSDFedora ProjectSystem Environment/Librarieshttp://www.pcre.org/linuxx86_64*x,a A큤A큤YCYCYCYCYCX|XX0YCVX|e1871a00909db651777c14a3b85d3bad738299ac91ef2429f0915478407930fc988429182c838f7989be65b5c49a48d87dcecd4e1cddf4f3d4a1b60409c5e4320d8a8f83b4e6730e075033b37394ad18fa257462d5e43a28395856e2d6888be69bff2dae6a88e3528909c77e65710fcc7bd73ce0c9513a3dae13fc0813075e21d06d0e8eee3303302976dec64cff332331b7ccffdf28c38d8db8f01657d6f00799272c55f3dcfa07a8a7e15a5c1a33096e4727de74241d65fa049fccfdd595071121bbcdc920624f659a6874b4281b46bd6a0c2020dd0924e8eeaeda6d42f712libpcre2-8.so.0.5.0libpcre2-posix.so.1.0.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpcre2-10.23-8.fc26.src.rpmlibpcre2-8.so.0()(64bit)libpcre2-posix.so.1()(64bit)pcre2pcre2(x86-64)@@@@@@@@@    @/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)libpcre2-8.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rtld(GNU_HASH)3.0.4-14.6.0-14.0-15.2-14.13.0.1YC@Y@XXXg@X@XX@XX~@XwoXwoXk@XS@XJX!@X X`@X`@W#WE@Wu WgWQq@Vm@V2VwV=@VVV@V.VUy@U@UUhTUhTUHU@Petr Pisar - 10.23-8Petr Pisar - 10.23-7Petr Pisar - 10.23-6Petr Pisar - 10.23-5Petr Pisar - 10.23-4Petr Pisar - 10.23-3Petr Pisar - 10.23-2Petr Pisar - 10.23-1Fedora Release Engineering - 10.23-0.1.RC1.1Petr Pisar - 10.23-0.1.RC1Igor Gnatenko - 10.22-10.1Petr Pisar - 10.22-10Petr Pisar - 10.22-9Petr Pisar - 10.22-8Petr Pisar - 10.22-7Petr Pisar - 10.22-6Petr Pisar - 10.22-5Richard W.M. Jones <@redhat.com> - 10.22-4Petr Pisar - 10.22-3Petr Pisar - 10.22-2Petr Pisar - 10.22-1Petr Pisar - 10.22-0.1.RC1Petr Pisar - 10.21-6Petr Pisar - 10.21-5Petr Pisar - 10.21-4Petr Pisar - 10.21-3Petr Pisar - 10.21-2Fedora Release Engineering - 10.21-1.1Petr Pisar - 10.21-1Petr Pisar - 10.21-0.2.RC1Petr Pisar - 10.21-0.1.RC1Petr Pisar - 10.20-3Petr Pisar - 10.20-2Petr Pisar - 10.20-1Petr Pisar - 10.20-0.1.RC1Fedora Release Engineering - 10.10-3.1Marcin Juszkiewicz - 10.10-3Marcin Juszkiewicz - 10.10-2.1Petr Pisar - 10.10-2Petr Pisar - 10.10-1- Fix DFA matching a lookbehind assertion that has a zero-length branch (PCRE2 oss-fuzz issue 1859) - Fix returned offsets from regexec() when REG_STARTEND is used with starting offset greater than zero (upstream bug #2128)- Fix a pcre2test crash on multiple push statements (upstream bug #2109)- Fix CVE-2017-7186 in JIT mode (a crash when finding a Unicode property for a character with a code point greater than 0x10ffff in UTF-32 library while UTF mode is disabled) (bug #1434504) - Fix an incorrect cast in UTF validation (upstream bug #2090)- Fix DFA match for a possessively repeated character class (upstream bug #2086) - Use a memory allocator from the pattern if no context is supplied to pcre2_match()- Close serialization file in pcre2test after any error (upstream bug #2074) - Fix a memory leak in pcre2_serialize_decode() when the input is invalid (upstream bug #2075) - Fix a potential NULL dereference in pcre2_callout_enumerate() if called with a NULL pattern pointer when Unicode support is available (upstream bug #2076) - Fix 32-bit error buffer size bug in pcre2test (upstream bug #2079)- Fix an internal error for a forward reference in a lookbehind with PCRE2_ANCHORED (oss-fuzz bug #865) - Fix a pcre2test bug for global match with zero terminated subject (upstream bug #2063)- Handle memmory allocation failures in pcre2test tool - Fix CVE-2017-7186 (a crash when finding a Unicode property for a character with a code point greater than 0x10ffff in UTF-32 library while UTF mode is disabled) (upstream bug #2052)- 10.23 bump- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- 10.23-RC1 bump- Rebuild for readline 7.x- Fix an out-of-bound read in pcre2test tool within POSIX mode (upstream bug #2008)- Fix compiling a class with UCP and without UTF- Fix a crash when doing an extended substitution for \p, \P, or \X (upstream bug #1977) - Fix a crash in substitution if starting offest was specified beyond the subject end (upstream bug #1992)- Fix pcre2-config --libs-posix output (upstream bug #1924) - Fix a memory leak and a typo in a documentation (upstream bug #1973) - Fix a buffer overflow in partial match test for CRLF in an empty buffer (upstream bug #1975) - Fix a crash in pcre2test when displaying a wide character with a set locate (upstream bug #1976)- Fix faulty auto-anchoring patterns when .* is inside an assertion- Document assert capture limitation (upstream bug #1887) - Ignore offset modifier in pcre2test in POSIX mode (upstream bug #1898)- Disable the JIT on riscv64.- Fix displaying a callout position in pcretest output with an escape sequence greater than \x{ff} - Fix pcrepattern(3) documentation - Fix miscopmilation of conditionals when a group name start with "R" (upstream bug #1873) - Fix internal option documentation in pcre2pattern(3) (upstream bug #1875) - Fix optimization bugs for patterns starting with lookaheads (upstream bug #1882)- Fix matching characters above 255 when a negative character type was used without enabled UCP in a positive class (upstream bug #1866)- 10.22 bump- 10.22-RC1 bump - libpcre2-posix library changed ABI - Fix register overwite in JIT when SSE2 acceleration is enabled - Correct pcre2unicode(3) documentation- Fix repeated pcregrep output if -o with -M options were used and the match extended over a line boundary (upstream bug #1848)- Fix a race in JIT locking condition - Fix an ovector check in JIT test program - Enable JIT in the pcre2grep tool- Ship README in devel as it covers API and build, not general info - Move UTF-16 and UTF-32 libraries into pcre-ut16 and pcre-32 subpackages- Fix a typo in pcre2_study()- Report unmatched closing parantheses properly - Fix pcre2test for expressions with a callout inside a look-behind assertion (upstream bug #1783) - Fix CVE-2016-3191 (workspace overflow for (*ACCEPT) with deeply nested parentheses) (upstream bug #1791)- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- 10.21 bump- Adapt a test to French locale on RHEL- 10.21-RC1 bump- Fix compiling patterns with PCRE2_NO_AUTO_CAPTURE (upstream bug #1704)- Fix compiling classes with a negative escape and a property escape (upstream bug #1697) - Fix integer overflow for patterns whose minimum matching length is large (upstream bug #1699)- 10.20 bump- 10.20-RC1 bump - Replace dependency on glibc-headers with gcc (bug #1230479) - Preserve soname- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- fixed Release field- Backport fix for AArch64- Package pcre2demo.c as a documentation for pcre2-devel- PCRE2 library packaged/sbin/ldconfig/sbin/ldconfig 10.23-8.fc2610.23-8.fc26libpcre2-8.so.0libpcre2-8.so.0.5.0libpcre2-posix.so.1libpcre2-posix.so.1.0.1pcre2AUTHORSChangeLogNEWSpcre2COPYINGLICENCE/usr/lib64//usr/share/doc//usr/share/doc/pcre2//usr/share/licenses//usr/share/licenses/pcre2/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=genericdrpmxz2x86_64-redhat-linux-gnuELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=90f2b739bce6862340bff219640f9d3554c3e000, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bfcf1bd2c7d9b8bcc51834ce2688abf800844d8f, strippeddirectoryASCII text PR RRRRRR RRPRRRRR RRutf-8?@7zXZ !#,wH]"k%UN/Q\dqbX}٤xs.ekarXlWXx1C^/+ЂGreJgTXH~`)NS_yu1E޽q4C>,r*,O،GS3 2s塻ęߜk48wHSy o!vaN ޠoa=s~=Piis8L@ZYio vD>#{[, 9 N,Nqlix61`瞔8ȫ qb⾌ y]@&ı ݯ<^a} U9]^k|V6NVu>"(AL¬SMT&eBNX9u̮9qɯ5J}7OWthq7+j_vI-wz:Q)Ν.`ΰ.:x}c$X\TT:,@;>uq_y !N8 ůЬm ^Q0LƽcVNNPh]󡐫<\w%9VۺGrw aR".jb}3nMƗC< ubt{/q"zVM)Ĕ qе'O6ױm;d-ǸeOكmm 65aѶۙSŬb**t $XܼF"U.vS~1x4_تCD"JΈ^^pWNRUDt"{-Ś PJ^dZL+\MF1ӴBݹ/]I5D*eMt)|Ow  Aպ\ө ըQm Gs'|qP(ٔEn' G5ai]aJ^ o!l`4đ^@VB| fz8h񤠠}BmQ<V3f]C=Ȣ is"DTD80(%^|f8E w^6F >j-}O/X$6]Ux=fܙp][oiԼEXAIKNu=[Px$ޘ(_2$&,kp(xYUZ3CE{fǟBl~kyq2g"<^nUN9 '=_cEtEYQLwgqZ SA3}eC;g@m/+1h+qDcTDW`Ի-T~'Z;6 $7f*:Gdo vo 1܎f}5&uNG#ЕRK{LT`Mf)UbCM#HNA+!&>ags!y>y@h^$&23r6PEH=dsd ΘlaMW;2l'#i!tyQ81CE6ՠ2݉}=n3qqQֺ 9`dEt\ Ն&U%)of:d!ߣl}](;O  L)2 ƕV~/0G22]HIA6t˲VTx(Nnq\#G3hJ~7R8gr4fυxkeΌ؁l^Zxda0ίZoQ 1H~X0tg{JDG lV>z62/q=˫~ aM/X2ȕ⅓P(3Q\3¦G4u"{sGV&-'}ڡ Q_Ku܅QȤjI7m^dVn b6vh8ڑZn-ْ=ꄶFX$7c!TJԼ75㨾GV56>z89YnCBwa/rowao8®;Jàz/CdXqd4]n_h29KL}N#Y0y,7^@mϚ`z$lylL6?*ޟ\2i2IsJ)TQ7\'"W s<&Nߋ"T7JzlFTiU2LMFX:Zme/}n'p*e=! ;8RH3*[MN qqdoxhhe#NC>l,^F݆ oV38)2o19`K43GRl1̭P 9X] [7ǑϞ ʊ7vQqp;yk" ˩0x%5>IG韦-}]$ M“>:9$Gi Long{g|ddUGeȱ>5'A. `K_1R{5.|t\0&f6Qj>Uj7ذ>(?)a߇7$ƖccZ@5X̆cdEeUxߋZ`F'kq5bĄG͑g-n{O5Iы>%Bn~ΗɅ/DyCdx2WK'vUJ|;:CksI|V#rHCc|񎝾+(N6P W޲ ?*x鶴% hEiNt5 SCMMR->LQ_5qnC=pХf,h4}֎TH0fc(\Xy$kHOW2?{4 M!35XEE *$/Խ"OKrC ^Pd'ӗ5H4pg+?iWO@/#K2ȉ>c{8)SQ@X׀seM}F'u@G} |(YZkcnd?X-`c mG>g)<ʼ2zbt-.ey -P (j"KPOAb!K8k=_oT=>^ d_DJDXr$LOn]PQTmCH-N}n#~(D[GCᚗQ H_ކ3}$_~ ΙKQ U:k :{OWl|dzLOSp DQEэ~ieO X[`]og!q@U;ˬ˨3?Q\@NF/&d'zQ!ˆJ) 唈PcFWrY_qiLuۃw(M|m D|"JXbRTUI$]Cp*dkM4t](ψs?g|x+#CYc5 vﱏa{:y&ntz!t R҃C7өWJ3xmx#(ol #KJ+K>gӑR `58 $`!sӻW304&9c1aD|mϴԬ IZo]6̽: )(!v;ҹ:N HX+lq_=7c1V$|^8UE +w~p%G*_e1)m҈ilk2u7=2W44I\tEZ97",+MRؿAyM")?}oK ]38vjI{\;9ܒKom `-ԩVB,?UJ\a(ӕg'a+3b"kr#yB%AsUא/u8Y{~& ImIR@,'5vIߥ=^_ViY O)qJ0|2 ,ۮ |Ѩcx?d}FrIoO3'u$:hz 5EMh2j &`)Qڪ6jwam8VI:tqQGG$ys5^"EdjLYL(yjA,=}8", *#kG{ J-JIn_Q |!ڥS}v%8NF4'F8ejt'"HK,?ob{0=E8Z>+ؤCLZR_;Y/*Ɲ(o?jAHe#ICK 4\C'G_ +h׭brli!Ӵ6NVk%W_#2Kd5-ٵbs+*dLH  [?^49Ptf'ʑ.]iVyGZ*wv3P ʆVeg oalF;WGO5 05m,ΣA Ud(ۇǻ)`0Ꚁ.є¯X"#?̠<@ @?EQf ET)f pD kgEe U>.@.GZF<2Y8ԧEN)Z2[uI|e" =|[2:mOJh$߶p\T#?unۀÞX솬d~>'\2ee 82 7zL=G xcve2[`[=J)h8F( 3j/,r?R/oA9HېǶŗ,iJ֧ݡ\4%~t{וe<*U'; @ȹ!v>GUH$\©"_7*.yMp!IB_|!BFو~h`ҦdZi`7֓u3SC[gP ,0H4iܬ3y7A׹ c(pCuu.11 p %Ù7 Svz}~S@4(?tL<!f70gLM-eEdpoθ/ia{m[%7GVxRӜz"*yUPZ(b"x`ƏoA[wa=L#NHdɠ+ccx-Eގ a"KiSJ&eIcA+hLtk] wV0fPVYΐ*Z jv:+npW RPMpHD L6Z,}oMiԙ&SUsq^3#>` %s}5jy*I^Q٦PcwsRMOiwWڗDZ͏$ ^2u[_ "s|4(nsXNӁWiћo\:@V_s(×d "qpFxDxC/2L x{ep"[oC㸈r8CHTx7?>uuƉEOq/;WL9>-$H{h%]=9Ozi^-x`6f"ULe3uFMF"ti2 2 }x*bYDp!fvce w>;&B̀b&b٨x˨gJT#5yπ*70-#sBlVwc>9z2V.|ӓЍ\Rrfo;)7FTqDSu>f ab%mG΅ vleQPRIsMNץV˺HWFP@Nk)lU^vp6M`B wX9V$|SAZ3F >Me\/ ~,G<]D*OʆRˣQp;k-̖Vpw u&TKֵG>"-ef$픐I"^SQzڝt"r􌯍$gm}WC|)!FϪOgӇ)3=!'GrAd1Zapq?6PCٙ R)+Z> &t@AY~^9Q ^$yN8ת*xΉrXV##Pܿ: sv݊EQB\ߓD?g: ] )J~;q,['/@12d<~pJsAv;҃ޙ̷i$\ 9>-X& {vKxRXDBrdfy3gGwJZZ: a_VlS}MӥВL2.;Bٰ9٠*&0>mgm - 53P+\Ğ ݨ 2RPM+;qu!W<*Ă) "/6K(`e>Spu!P&A(̙35kZ7-ög\E^ba䰺9ELl{>_R>>su/bۛ7I5@"jg;/@5\UQ!p o|(]E>複ֺ:gR: hf{zx3<VE]&hx`]i +J͎•\-FTk10uo=s#;X}qVoɁ.IKKo'4}qg4C&_:gvWEE+e@y#_Ac*E(Q -ъ>[%D (u{K+mO}4](ږSS;!X[\&˗+ *C$3' r6*cl`]Z OͳjSh@ uL߆Ŀ4+r85gbH$/ vȾrͦsr1g#x~4X؏o:)KZֻF`+GѠtNUm3yÐ`1}BʪR5}$<ā'ٻ\2n"w90<$:PIYp64p@Quf]ZGnt?kV O4־d<Ax.ʎE{UChGe^Jt#?P;ؔJhdwa1O.n9W0A|rCPmi5jwݪ~ϰ .Ñ2W!\,瀥U[Sfv=^;u!(Κ˩5 ^ 2w<ΏMCqptB/P A.W9Y,wv JƺxyDKDap#"`kz !|%ڴ.ޮEެĒ6MgcBQ\ѡFR A6 L&0l1@ړ7balWc䖭XRdqw We݌D޲!rGpO4ПՎs@ oᜎ(W. @T - r V5SfԖd| <5Akd&؅H0>ԘgwpW6[&8 e7M_a)Vc@[k`(.?g xXu{Mf%ɟ Q80Aù&wYfQHs$GXr ;%~XΥR枝3V;醫Q\pb{]|c44tT b^{iܙPor{Qf8 *a q4Lb^;o-}9a$Viq;#//:pzy6&u)iT5ЖEq <f~l7|5%@j qI}P<9~<I؇8=̶MVg94ٗAAY{ެj>m\%I6]GJҨ.*:1H]nBtrgl}8?hhp@߀G?}'C]K x(~:TB .^x/7&3ì \84$)zi; N:Q5^3E3b|`@.tf% ,"  |ţV*ɝq"lƨ TfV0g 3dtȃ]T^+_J!xi]l)w<%kM2o#r@~eGHl%*Dj֗_ڎf+|4x*ԛي)E*c ^69<-h|jtX99J' ^%& |6I,vG/2(ۮfQn2(H*cU/Z\&QCAY*zef LLiec$DAκsO44 /V0ugV6,5({7-l1ED6E/X@2d/4"5>4Rz[x—/+>0NjԿmˑYxMY6ʠא}0QϮ 0m.|SM.B|b(<OCį6rfIx%+e+XM  tEw'$sIB^q Z7^[ֆzz/NƂx|k"z5]jj ̀UXbVsԋ=B3R?8sUʢˉCS eR|vBgT壌q=.Yl:cg)B& ɲ2=?~:&eV{`ٵ*vsDX'Ow֏ƚ1vI552}B#,CsFpO*Na|vyЍ-AW"UuoՕ4L-@lN A7)db\0Vhm`̣mV¿~A(40(%Ry65dv֮v{i` KJz(%.G͙ vAīNwfET-_87ܟwV/(tS(ę>Bya[3fBs8kmRW>CF]l$JW!2'e|^9H0LY- 3}H 'E%1 ъ7j'!$u~6?w@תLbҁMW\w!)J|-BB幪KQj\LSsDg=ղS$'zRʏޘ[) `X26"+N s#(:}Ws͞J7ս+:l굁Ɉ#|9!udxv^|c1SIzChvՔ2?w!޸@[QQ'+LK )tkٞMZR,#o$ q{wcNcRQl~Ɔ*֛K2to)WwB9:u֪Ex͆Nk\*+}QӚu@kHYZ[dJԢ.Sa."*.MCK\Tcd6J6"'pOʸ+kl̒;engEV䶵uKmg٢9N",ZZCgɢ[ &X3I7(qo )J*Ǣ\}\i^eHoLu\(5<>^s}7S%+;ss?bV7sx:eﳬ`ɬ }uuB[ .Սb%Ꞧ˝6psccy֢Kxs r 95F-Þ{: Ȇe: b,U[YZ.mK(H)Zȶr; m.%N@[ q4mI F4~l$Vf% D`yAh_x+GmbM~BL|I;CC']Ɣ.s.,Z~5 4ovoŚ06@:B` N h^&HD̃9SE1&E"C2dKds[Ml* |*U}*"B..DT}zf\$_v&r{ݾY푏c<."z6suTZB|PQ?]ǧ e>ãՖa EP+Dt5LfտV5~R0F8oU w~RlVtjcQ +tT'jOrUgvۓ^`sD{vJe/u԰eؙÍS!\[vX6D,>]q[VoMv vu׵sJB=Oy0SO `!HyҀF?.D94*H]J>ӻ^#@j%F > q2s2Hdzv sǼ}\7xk$]Ta:m_޴XȪ:#y;d#sǾZ?#cƙZ o?:0mW$lOcRRYfiV2Wro}NBz~X!|iQ(,}QTeOROLLI tGCOq$8=jj*ߋ0Ø9k-2 Ajry4'0T)+_ke6R wW0 9ejmE*$`YP8d|d?FǝZ~~:r&jLh|7~ {!fd9e>եb)dNs"gO 7F*Tɼ{D-u,\y ߮Bὺ([S6( {g0ɷ ;U|3V]f-tK?@؁A#L_2E9N3sLylR3juK2ty/I" Pؾ;"x\N7 iNGL evCpW ,I ]ݼ;eh/;$K$\ëʞxB&L{^&o=g!ZW PM)a3g,A tEЇ}V*25؉eČ36>ɈN @T_&Ʒj &Vj &~T` \7miR ܊ 7'1BT/Dlf2>~tziWJ: w\1О 4=bGgRzj=r XT[֩&wUA cue8kbx+ৠA 柶AFM\r+?g$9*( 06bNUR8X[V2ˡSC+Qe@dDSͽxUY@+Ƶ(fll {`ep2P"sng/n.*)ĭ*v7@)tpI_j9Diow,nfZE3%g*F^Gx3f{PgR j}Lǻn :d%֚I3m~oj,k=ZͱZMQE$ކB,g\wWPKNK.$ u:r[au 5)ʣ5 Uy;Ǹga!Za(5 vB @@%恔_,rOYr/X .%+q#~2G[|A[@"B&(F1{>gb8֭]Fq=Rú/Sc {F W+ F1I9x]krʓQsdӇdH4*yU:7Ljy6`Y2@6 հp`|ƹ~> BGv[0~G*9Ϲ_6*v_zW,,J'Kn]f@I&젠xl.`^@#5)@YS606(}ȧ1MBa LJu{L=d-ʬϭC?D_b(FVCwntзլY: 8,Y˫~PC&w|T[?z^s(Ⱥh]J!Vh]5_ջ?\YP>ʽFOC+CzV &h߁ޮU΅azV q= [}G=l[X"WL *'`n]l}ڷTE+tU!-XI|1 'ȢlF V7Q 0ru# ~mk=3HU􋉼gN.nlcRg$qk)o8@# Njs!^Du(f𹓩H^9ZD=1ڣk:̘[L1lGDҒVxd%,jgP5!K\~N@*ſRUGQ8:Z7M/ox"q>G PM6]hb)-2T.{ON0|lKʉs̬+ SQ5 !N Zv#rd藙s,% }=[R<BP]k]AHZԇ -D"SݟO&[ȧTʫNZd|)5z)O )z9#էh?̷O2^'ǚs|Ȥvq{Q8 9,hf8r&9 dOfGE-G> x*O$T}7=]D242$Yvfy!^"l|اpE?$ !pԸ!Gr_߿xerv "y5:rsjr_=ڌ݁uI}gWD~ Gc5Op  YZ