librelp0-1.2.12-1.3>t  DH`pY\/=„2vz(8 @[K_QEL_)ַ1Y}j 2kE[ɛ蛱ks_UtQ${'`Ƭj.UG(2=(x_兆&3[!腢tm+\%5LȂ?ɵM1V5p$ iPns/5AAPmLFYB Fzp`+{Vg[6FI zPrd'/ZU( ľdLxͨ>T7bddbdb0d02a6b30c26e2763516d2eadcfc908e2Y\/=„ ~ -2;>gHy 'sSgjpTX3p'4VYx#3;D`0P.| ү 6*uDN{`wPƹAB# t3I >`k.LPkĄFG33+BHv=Dv`9-J7hOe>[%=uoR%LP`#[V04v4kBS)v|_n@X%;D|G5Y vNq*$x)Y8W qr/h><(`?(Pd   1lp|      > PXbl(89X: $>%@%F%G%H%I&X&Y&\&,]&4^&Rb&^c&d'Ee'Jf'Ol'Qu'dv'lw'x(y( z(@Clibrelp01.2.121.3A reliable logging librarylibrelp is an easy to use library for the RELP protocol. RELP in turn provides reliable event logging over the network (and consequently RELP stands for Reliable Event Logging Protocol). RELP was initiated by Rainer Gerhards after he was finally upset by the lossy nature of plain tcp syslog and wanted a cure for all these dangling issues. RELP (and hence) librelp assures that no message is lost, not even when connections break and a peer becomes unavailable. The current version of RELP has a minimal window of opportunity for message duplication after a session has been broken due to network problems. In this case, a few messages may be duplicated (a problem that also exists with plain tcp syslog). Future versions of RELP will address this shortcoming. Please note that RELP is a general-purpose, extensible logging protocol. Even though it was designed to solve the urgent need of rsyslog-to-rsyslog communication, RELP supports many more applications. Extensible command verbs provide ample opportunity to extend the protocol without affecting existing applications.Y\ cloud117-openSUSE Leap 42.3openSUSEGPL-3.0+http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.librelp.com/linuxx86_64-ȡY\Y\388d69ccde040fa2839de153b7321099librelp.so.0.2.0rootrootrootrootlibrelp-1.2.12-1.3.src.rpmlibrelp.so.0()(64bit)librelp0librelp0(x86-64)@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.9)(64bit)libgnutls.so.28()(64bit)libgnutls.so.28(GNUTLS_1_4)(64bit)libgnutls.so.28(GNUTLS_2_10)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2X*W8WrfWW@V@VVUS_@S*@S&S"@R&Q5Qޞ@Qޞ@QQvwP`K@OO@O8@KŮ@ndas@suse.comastieger@suse.comastieger@suse.comastieger@suse.commpluskal@suse.commrueckert@suse.deastieger@suse.comastieger@suse.comandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.decfarrell@suse.comjengelh@inai.decoolo@suse.commrueckert@suse.de- This updated library is needed for latest rsyslog(fate#320546)- librelp 1.2.12: * API enhancement: permit to set connection timeout * cleanup: replace deprecated GnuTLS data types by current ones- librelp 1.2.11: * do not accept more than one "open" verb on a connection * fix potential segfault when high-numbered fd is used in sender * make librelp not run in thight loop when out of sockets * flush the current recv frame if it exists if the client session is restarting * API enhancement: add configurable connection timeout- librelp 1.2.10: * fix a problem with sending large buffers * improve sender/receiver code * enable compatibility with older versions of GnuTLS- Make building more verbose- fix build on sle11. the sles_version conditional is just broken- librelp 1.2.9: * Ignoring return status when handling syslog frames now. Otherwise valid messages in the frame buffer will get lost when the remote connection is closed during meantime.- librelp 1.2.8: * fix segfault if KEEPALIVE is used- update to 1.2.7 - bugfix: librelp was incompatible with C++ without a real reason - bugfix: potential misadressing in wildcard match - bugfix: always last wildcard match was reported, not first - contains changes from 1.2.6 - report error when preparing for non-anon TLS and this is unsupported- update to 1.2.5: - permit to use anonymous TLS on platforms where GnuTLS lacks certificate verification function- update to 1.2.4: - correct API/ABI change in 1.2.3 - revert back to previous state (return void) * relpSrvEnableTLS(); * relpSrvEnableTLSZip(); These functions are now deprecated. - introduce new functions that return a state * relpSrvEnableTLS2(); * relpSrvEnableTLSZip2();- update to 1.2.3: - add ability to build librelp without TLS - API change: two functions that used to return void now return state: * relpSrvEnableTLS(); * relpSrvEnableTLSZip();- update to 1.2.2: - add capability to enable tcp KEEPALIVE - introduced new API relpSrvSetKeepAlive() to support KEEPALIVE - errors binding listener port are now reported via error message callback- update to 1.2.0: - support for epoll() added - API extension: relpEngineSetOnGenericErr- update to 1.1.5: This is a bug-fixing release that takes care of a memory leak on connection close as well as potential misadressing on session close. - bugfix: memory leak on connection close - bugfix: potential misadressing on session close- update to 1.1.4: This version of the library provides certificate wildcard name checks. It also supports enhanced performance options (burst support, requires support from the caller). It also contains some bug fixes, especially for BSD. - fix build problems on BSD - add ability to specify a non-standard RELP Window size - add burst support to the client API - wildcards are now supported in TLS name peer authentication - new APIs: relpCltHintBurstBegin, relpCltHintBurstEnd, relpCltSetWindowSize- update to 1.1.3: - increased performance of RELP connection - bugfix: potential segfault if no GnuTLS priority string was set - includes changes from 1.1.2: - add capability to specify the GnuTLS priority string This gives callers complete control over crypto parameters, like ciphers to use. - add certificate-based authentication - add capability to specify number of Diffie-Hellman bits to use - API extension: relpSrvSetDHBits, relpSrvSetGnuTLSPriString, relpSrvSetGnuTLSPriString, relpCltSetGnuTLSPriString relpEngineSetOnAuthErr, relpCltSetUsrPtr, relpSrvSetAuthMode, relpCltSetAuthMode - includes changes from 1.1.1: - added compression support for TLS - API extension: relpCltEnableTLSZip, relpSrvEnableTLSZip - includes changes from 1.1.0 - add TLS support - new api for creating listners: ... which permits us to set various properties before the listener is actually started. New callers should use it. Sequence is: * relpEngineListnerConstruct() * ... set properties ... (via relpSrv...() family) * relgEngineListnerConstructFinalize() This new style permits us to add/set additional listner options without the need to introduce ever-new listner create functions. Actually, their number would grow exponentionally, so this were a dead end. The old-style APIs relpEngineAddListner() and relpEngineAddListner2() are still fully supported (and supposed to be for a long time), but flagged as deprecated. - includes changes from 1.0.7: - ABI change: removed relpCltConnect2() API which was against librelp API philosophy This was only introduced in 1.0.6 and been in the code for a very short time. So we decided that the best thing to do is actually remove it (there is NO known released user, this changes was for yet unreleased rsyslog 7.5.0). - includes changes from 1.0.6: - enhanced API to permit binding a client to a specific IP address - includes changes from 1.0.5: - bugfix: compile problem on Solaris - includes changes from 1.0.4: - bugfix: busy loop on syslog sending as a client when server did not accept data; this was broken out only when the remote peer indicated that the connection as whole was broken. Now we properly timeout. - make -devel package require gnutls-devel to be useful- update to 1.0.3: - added relpCltSetTimeout() interface function - improved timeout handling - provide support for user-settable shutdown indicator - includes changes from 1.0.2: - added capability to support only IPv4/v6 instead of both- update to upstream 1.0.1: - added capability to stop server without canceling its thread - bugfix: interrupt of select() was not properly handled - add pkgconfig support- license update: GPL-3.0+ No indication of GPL-3.0 ^only^ files in package. Fedora also using GPL-3.0+- Remove redundant sections and tags from specfile - Enable parallel build- patch license to follow spdx.org standard- update to version 1.0.0 This version of librelp matured in practice and it is now time for a 1.0 release. Besides that, it includes a small number of changes: - bugfix: user callback never received remote IP address - bugfix: offers builder did use a fixed size string without bounds checking. I don't think this was a real issue as it was not exposed to the outside world, but now the buffer dynamically grows (which is the right thing to do). Thank to mterry for alerting me. - additional changes from version 0.1.3 - the callback on message reception did not contain a way to pass on a caller cookie (e.g. for an instance pointer). An additional interface has been added to support that. - cleaned up FDL license specifics - added libtool versioning - made librelp compile out of the box on FreeBSD - thanks to Michael Biebl for the patch - additional changes from version 0.1.2 - forward compatibility changes in support of our plans to use the rsyslog runtime in the future/sbin/ldconfig/sbin/ldconfigcloud117 14943754331.2.12-1.31.2.12-1.3librelp.so.0librelp.so.0.2.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/3fe1e58095673b03a2f8a8f0a7f51a4a-librelpcpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8f7521f5231c314555d551140c2b324219079df, stripped PRR RRR RRRR R R R͙Л3Օ?@] cr$x#̢o]ݝEHٹz %KD 8^}WXOƒB/b~C@RE䣒 i+oCd_¿Jr09+ݴ%X:˃BA"Yjmb{Z7GmwSW .n0cwZOb)Uvcaos>ټ8doYh44i C̲Ml$ߕ1=.D> pa(~'뜂7F,}O8TU$thӰԁ'UỂU?B'0iCSrB4i~^҅~8F4g6㖦&'›-W;ݘB {Lw >4B iԔVD'ڗ`!䵅D<E_`jL+i{ATxg.G P iҭ4B:H _H<-8ɔZoF5"QD)Պ3pa.|!ֲPc '윉58/vY~':_9d@N$Z܆ & \9պ1+#`L;3\Nb]DZ}PE+%cm턫C}SQ*7WDL "j,^d1I}^%]IJ>vYZSNIaP Z:]̗ɞfƒ;I]zn唘4)hB aNmI D &pO } y%?GiJbUkBG'.XYFI4O:f$3np%FBn2@PHČZZ@e'mUjx@v|Ka1\U08lQ]H/!Dl$ܮD 4-;0ꍪ  f3vG0 b+Zk:.X:t"<̉!YqMay|&*FIv~nPը| ՟Ofh cgizBw  - 3r͍ɤF֥GB%ɤzm1k)ǥ|"()V⤞ʞ4{ZB#VThEt[U2D H=$e_^fz@`M:5s]VˠdK8:?]̊}6Y:yw֌ gO0Mp-;雩vh9ᎇ_p ;**NY<ڧ7ZBJ#o#~;pJaxRk?$| R61:.e։(Knf 61D -ջ[W.A{o^mȶk<{Z(}Bߺ ,5>wh|Of}9uI6裫SjH#; _נ,;N(.d*TNrP.6=9,H׌,պT=C4?.F_ۮO]@*? .Pr,R$;Oz u{f|^Gk}G{0E]z#9$W)S~?p11$bS]9hPUr4 _ŕJM0'blEbfOTUdg2EP1bb{_3Y}[T6'< J;' ]ؓCHsU;c`2_wD>u/  Gql9h|zt*Bv,VZ'{FS6r@1 @4NH?:<1,gehɇqNtbXt$x_2&Os5Y6 ׂH^Cg=jk}Q=D=,P3T]p:wq'=k ՀoVFP#uGMZ[Ӛpñ#eT<΃\a {W9 )æRWTyËH4-g\mt[S"˩6@י'y_rM8t@0rkC"syf\px YiI 9 - GDAUv\ް&M󒋔łe)t}2p teGpLQV%}x94פcVDexyADZpX&`6dգ[5L3}f;Qo9ؿcYQ"́B{0Եgs ,-F傣g{J:19Ʋ;%P63W4N2#VH9.!?cxgq|S|'[?: g}{XI%u}s/~*u%?n#@}JUyNN}**Äіʿo&A8[8W9?Cη0ZCgߛEvq:m0~fgRh_*A9 m\?lrfR{!c AQi -6 W>qN k|T(9t%}$whtL1#6yVKv, Gs(o)vy +[5Di+G>6cfYH%K28!5N'sGYŰ E7&GPk<-/{5m=]@%'!|yI3јsѓ?f3=ɑ9?tqjr Xd85DQi4✖j *5҉OH0Dcq> ,y f┅?G!ON~]E721&M釄lfN> Iؽˡmn*SU):9$e+!''Bgr%Yt2zls쒥o%fdV{,_yS {p;X_#=ܲ9&UW,͋m[K+#5Fv aQ{weMKXY^Ȉ9GETwp%Sد$C_׼>2QqeFrмc2ygp?' |H9 L\6o2.#n$|ۛXA"~ɍpŐθ=^Z~P@vSeeGdHQ@]Ve~圛nbs&ͭ#Z TH2,饚.oH]\&hOB(B9*5#8,H ޒǢTX2Z[֍J̙Z)S*|$ Zw3tL%I]:$nV']WN02b2D7 ]dT>o4t}\erH^"'Id?zPTdg~ys1A,D=o(z@x_1V*8@AR Y<Ԃ٥,R^H@c,Q[-*直s;qbNR7 ̎0g@UECJ$2nkWr)jnvB$+'mיDЉ;ӳÎ'l]魲{sbb34 E4LZwYK`)b} |\D%Ӽ ܢJŰqǕh- vAj/iӕSTn$ F?RFy1h 3`kiK eC3Bգugm۰\q|-Q[*_V=\.ᑆqu98T<2s~!]α̭T+)oQ2?w2Ge Od0kFCU'vɽiEڠ}?uXSz 7065Zis|ި6 z.˛o[EWCt '6 >oW>)RD>db֢϶惯eo2I3W,":aoDךZ~[]ڽDCa3ƁXװ.K_%HVMsKprpM% P$`TFgg)iCi$ ^lB "]6 Dl-F8ia< D?9d.Iby^!}~H8'#ٌaq5%9 Exӹ瘰-ͼ m+03Y˦4^F 6^3$ ;SgDo}qɟ)Wm@2$-;pfnZEG5~5ImIȘUJy5PE6}Hҷp>*f<C:I u\hxuΓv_7$z!e[}+F;3pj\A598n ꋮd5ӰQtnJp0wm6Y {{V .eM>r-T zZ ?_{:ntfMbov4#)9yT/+Gৡ cLVmr ;>LX;x\؉C$PB^:Y, oK4Q8I$x8 pp wI)t{7CDNlL,ڕq`)MAjAy]ЁkTrRaA,~ϕR5'x`Q$)IVN$!?V]HVl(eq10=a|vqo6t{jsBbE$x󠬑7,cW4+ ddrx>r_r 2XЭLi6&븹|9'3O`)msyg3z`^ck jz6fr թA;w pX1@S,:z1eKF L ]*?80zbKQ`X% :Gb78њ pRej_'lwU[;'qX_Y01gSJ/7F j4khYA/ˤ@I{JK!S~5, rn= AsaR<Of(8 fj ܨ]І@< VG76b\ GLCH+;NxW?U%XYM[t8 뢽nr1"u"d ї -bݱ:v~V1KJ hzUU⹥)/rEq76Qȸ{ eMx+oBۏWwiNN!#`Оx觘zx)GE+ GCa^ sTe5R}ݤ\58,@0YOnڬuY5u iذј ٓyY^q),͇Փi^av9=93˟7+/ޅ绽AmE@hg=lifݒٱ4PRMf03~!777[YՒ5ntTHʈ['hߦ?_n-Of @݌% "]cO)Li7eQ(<9fBĕ`ډ6{t^:ͥ)RX>~](nHyKٮ_ ^xLN7$MZ^$j*ˮD,q"1DI){6 /x7JaQ>~I Fg D%,*y̋vA\ 87ƉLA=>0d)IW3o b~%ϔ x%6sS^;d.X|yqqhY]$#I4XABQt@ʙNohG -ใL?k7G*cHD (Us\D)RB] ~r-VL&%3) n7D'nq%J /s!w sh3az\E-<XW# YBprv1t;H :4zcDKT/H~Pt# 0pRKU=s$O„ao%ԪTG=8z.BEaKϖŦD{̴@wU7kMF/ʑ]3|_޻+)wkySI2Qt)e5 >[J4@9~}ŷ3"bNBz}}I#?:(I򧰢29'V5w<)kjlLp(P}ty}ix9hm rlsօbQOד^wY&;M~LnMq,.4E@M:3\D+5sqsiXX߬O[5UXF؀U/SZ:;Y d`>{f%k:vB)/eڋNddb0gFƵTMr$ae1SS+]:כP:mޞu&~|JKg>g :E`dnAXircVsϽQ#1"k ,Zd:;,cS Ae^Ko󌏽cSPj>{`kK#~&rTiVh莦',4*E1%H?/M6&.bi񟡁7ţf1 Ji8m>z/55WFW|ϟ7^9ܯ YE$!(.9Sʕ#HTK 6.MυQ5?z+^F=_9lzTX`B 1+ٶ0[[ _ Ys6_\bWӂ^hv'K%^x\%RŋAO5ģ2*PgCB\d0"sݾ.c%*0nQm'~2|s~EK4G96RDȮ-XC>6 cL%L6T- #s [[ϑu80<dGNr+k"_BY;<mQMу̟ 1Mg 6 \钤 -vJ~&E8Sf-DRvHLJ9eX)i: N9PJ6ׅBdTЧZwYQ  ȃ/)bRX-[9λ89ytNPsӫ ]@N<b%X窝Lj `[!hՍP>裸`W )eM&(C{Ytń97Jꢨ #-COj :uWO!*^"ꋞDTl7VՑR\Q  [y?ߌčDrYV/qVIrNqI+ >n?Iĕ7ՐC|k͡U{H،D2ÚIoN;0=-b/qJtՎҚ}ȿ҅zt'uf+UFXwBe>d?JM<2%& # i8z?b}.:w.D%Yd7.[δ=a)e𝒗B&SY7Q@*|j(2zr3!/zdB~9fC֒!' xGDJ^fv+cYm^ke4Zc\_[;Ff&V{48Tg:h+[wN}5`)܉tl9\N@ZdSWu9"yQe\A:j(X Y|t@ЁvGQ~6ĬyUmb"7,3*Jp9S &.F: 8Y3I:%  Ѱ &_vJԜ*}t0y]Ʉ;$4 9NN1J?I%JEv DL[IpH7uq7ڥ랩ƸE*k:jԒSs<ۡf4J|%iM~~?A^E (z2cؙ_Iʷ,D^a Ͻ/QGGQ"N<ߢT4MÅ))Ya(p+O'~2K% i]Kޗw _MdLTB8nK]M] qZ8m 6[U/w UFI9 i! PE7 pCU qDPoQ׾4r>;P J;O&(8Q.TzY&YE"c(` jpg\f|WX4c9E Q=Dg,.{DūpkFvԘ܋j:cy\OϪ|){\Ic- ȹZ²i rG_"f-ƶ{$כ3Y7'-\ I5VXD H5 ;,odf|5ARYpC&2Oo> ?MW Ε[K;;QX& Q,^:HP *8|fŁArб 'J/.*3[z"Ç' 02b4DoP砉Ddz]gM0țIWQ?0@h"+8|r-[ 3+- wRؾ2)g#; }b!hݺ'f-O]("2!O%6¢ji7Db;FxDO<'?9Y*bJ$ig L~{w cck2HNw>Ŭh'[R)Q6n53|Abgb>BRKGrRAX7N:uqJ4 SDzſ U< fs4d%|=>Lt'Mљ>),nL ~#И% E鼥AbԅC[eUb} X, ߮A}]Y8c9RBdd!ynCu%R:# }SޒtӳWlwjh:TsB(./FoEte[ovG-7OL{N@S"RYχR:ܼ-'ܾbpǬs.o!"@[^La]h [eGd?Љ l.:^ pFHgqf׏_BHOMx$'3c8^Aآ9w3~K^F?[dUuJ#˳E}Mj4B}~:d^"8B^вw07cM]^tld| Ә!zz>( 9NJ0^D^Ggz@rTm9[Bf *`SR?ΒT~].)_ P@q*{Z~"Vt-,Y|N[Ozu Z}Et9gפ7Dn| שP;3N&uβk2+N8NіT8K<-E@8gyӰo@@Y#Q͸X*W'@}j5~C+hNqW-E02+P!H,.Fx? 5J9+v;Mc$"StiȱBw uĔ UlZZ>!t'*@KCK/[F *ý91OĨ`½ xsA#I h(Bؕ/ɡmxg\26raݷv(cF-F [ʞ*Ђ=kD6}bg&v W0Oqm&aX[wXBXNz37<%03Ʊ[ N':Ceksi|>J=_1ɍ]@ZËJ3,bÈ$n9Z f9*TN!T?}V1c,C>R+vN Mn bfL/U]3 6]pcl1PDX*(0H l ?{W>A fam\Ly )Mގ- bdު6ٙx"%sD9&\Pb\l,Ɨ kW7#ƿT zʹ?<ֺ|OVa%) kOWj@֔h\Y 儻yŨg@żju{Qdl CM㞏YD4 )_ՏGK/A "%G$woׇA${`ɽ+s1gQo]\b˾>!0Ԉ\CZ+\h`&z۳B w +'+ېoQBXLM5ra^'k7?G.P9aXR_z b8>r]]TRky5h0`h=qʥiunj":^nMzѦp">M t!e&5p!p5^j(GUF A] ) _L͐?o1 0%82I h3̋)[R ?ttQ#jFHFVnoR>5EvW5½792L`]4r~ygXj7^6E TV2SZ&e{UQ/1Mԡp"v`~bJ6N%$ϩ7c'6<` ZWXe.fh~ي+>Rɢ橯0ak9I11=ʸ^ҷmyl=\0h+l2mW͐ I~y y\Fs%7Ga`SMIC[XH=\p'|Whu)P c7kp/ATE}?aVܽ^dj8˲' TuYk'q6 LnV*pԈ`cOhĠXZ"ՈEzg!!pPݶ2,Dq|S}ho!j޷H(zDu1]ƿ[U[&U=N]= >hEڀr7KCIg^rS}=pE]6#x #FpėCȡ7_ *PWwQRXYC ~]4D4=Hoz>)߱]Vh3^k֭%b]?/-~7\RҮ1zǬ+Y1XS̢c? A>&OWxB0v3X/29)EGUq!X/D:ǜdD6ښq_ͦc+oQ:ټ0p6/*>EF7 N4 1\ 3ՔoKR^@ CDC#Dҍ{{'sfӦs<ؽ+Hb?| os/,jJ?YyJ %qC*'\ ڦ_eqƦLjAF rLa]5# iR$Q)kMy8^_VyGRCR Fd_NE^#ڄ L/8cL\a3|ly!f5P8(ʰ9 -dm7͈j>:4ŵ ǹ aŊj-mpiHOeHL"b w`mdz@589k!*8A@ hi~5U"JZB쑑6ҋSth#oMlY>(gT[9p?'OƘ(DzHxPtk6t_zQȠrH`_19T0Ӹ΅ @ :L<{ZG`>6zܯL`U=숽gy|# 7FG-EiIj-ևk,avăAKacffCv K?愓 [CqRxmR:-Sa- VحXw`z l"}ٕ7_/EނP;C@ᒐf1I MzP{ZjqY  d_+{% r x0CRڕnT_tBSk)ߍFQt2&kUx<6sHvl[hec~/*@\KU x1؜L/ν!gg/-|awƉV/9 nV3VhyK߶~*᠕ }Ȭ JqƱKrȁT,8Ǫw&4{׫Ii/%qKkv0ffh4#O韽ڶZ}M2LH’ cF֟,/6s &l2qyvQrxPͯ' rgƉϟ~;K0.>7G4@XzIлJfc EUc& UY^LXT۟JzD"؍J<˘MH*R= yE̠p9/nh8fIӨp:`a9l(ۧ,?X.O縛Ӡr~ `5I-a$D\k5 d"l;hc;Ikjm98Xa3gӓvfqݒ_\d)>~vI\ʳBakm$ -XrqNoܜ =4~+g-ndK.YCEO'=k81R;.<`fqCe聻gԻC!V J׮ ѪQ{x2/No#y9V7$P҈NaqFl@,;l}EijS'*[j@jӔ!T(d+8"#&o;6J wi-D|ADHvp^'sJܣB[p:ۗd0q+1f B&E+{0Gw c%]: ^JJz{8Im;g*1/eq5~Bxzi.yL^W e @^# BOvM?#9rzL۝qГa{ٖUi;M͂ZV= @s!U3YP{ԩ \M +?ML ӢaML61lqql,0ws:m/KH/eH%wu4/<4;R 6Ʋp<rTZ&"e$xt6ΥKU^\F"ʖmyJȆU#Nt)<V_}ؐ5Ac \*zKh#T @ODi ??h ˠ3B-KS>\z/l*(ЍuP:5-I3{"ꇚݙKej : >I \NgLGF]Ƀ<%p(2qc3^,ܜ@[?w-c(uC7*8DPH[.OC#H< 2ɱ}NŌKʮMEyXP5GF HO R:՘J#`0z~keb@P/y5]JDh*1>"G? 4Ȫmi qM>n^w} lvrq !"ST!(0't]Y9'>.#Ih3$HrqMC=׎e>fƿ]* ڤrܟ&(f Xp5:(q鈪Hq}29 ]?>Lm6M][66݈_v/a jQ1KD-,2asó!"B>q, bk iN=@fS0;dB׀9A'öX7v:EZn,dpNs㴠K6+7׽nPZ9SS?Ư_?dRY ӆذ%6*o"6wklFt Rο~k4j1 ׾Sѓ>([ma Bk.y6kઃ0^+܈^!Dˁ*<6Tk !]6b1B&u8/,lvd1xZG_+䓐*f4)DE ~@Z7H^b?@BՆ_XnIcҟzLs{ n{wHv@bTYϜ"ɟs9:XWo\e?}=l5HV– 2TR=)Ns)5J泏8ӆTb CXg,5cq+yYQ^b. T#5,Bj5Ig=,] * E0ڲ_08ʰu%!F`?}W,]B74ziS$%FN|\-g VY},<)@|%iYbX >[9 yARx1ǟ8Dp}_/0 96!’OR<%wEmo䔐2J0) > T4)գWASҿ€qYv=գU۹gws+h@czO8sυEbj/1=,A$:vqYo}Lj/653K߶$o0 d &xUj[fTTӨ՛^!3vxHrژċ #˾3%Ԏ,t]KkB|OU[hl]NC昢2]Xۆ;rQ& tkwF [#qR|)@jUi~X &@4.u~Cz"3S\)@3LCK`1NlOomnU֐ E0/aOJꈥ kNi4Av&}GUؗӝN䫉pKX,u-J-Ts1 ^?NjZ<nC1;|ec cu?tdr((./FnjG/zNDyV#:3SBD>ױLek`eyDsEM$+XE'c7)*ڈx*Sc]7 @/V}0\`a؅zG{d1ǢRu%pd*Bx#9ӕЎ60/4c)%}g;\r#!"yw2c-H 6知ɺ 4(=D\BQLٖ  ުbr;J 9G b/z97Ix&k_콓jRtm˖!R]H5uO z~jߺB7qɩMo|R@Az y&{hwN4v^LLoKf C( z2|UB^L qg&6UcޮvE? 20=XM@z{.+wն|pzuj}$q_5}b=غ:3+70,AV>~ҪEJzJ@s8[,-ZM҆c_qWx>k ([ 0*ϣ7[.u;D8OצwACHQѓbr~%$5FQPxԠN[qiTp ֋>,j-HFu_CWnjd`ZvBQ;p5Ar9s|$3udT<_|uœFbgq|rm# 1g qZa$~PNc}DGCطfpk11F$mx g3e2cҔZ&W\> h[735T }m csod[ҸJ yjϣd&;ݩs|f|W̋,Wny*8;587qxɈ`=dvvu%{| Q=aS5?hްzv% Ob=#de93by>0ͭC6U$7Le/;C8wpk%tF p^c2`O:#=nM#D^`~9 0A(XQ?$h7./OKVOvsF4&ZfCaWtŇHc:Q6mЖԦ80R_rtA.BC .Y9y>*Cb[H}3FXK^biD˽J߆-ᑟf] JlZx"d(^yE7y0b!FoL<>^Bshש9ܹ?@j F@5\N N am 8gSL l4g>~G>NgѠeJ,X -bzz!՗bO3XC~8?H-fl'f}ҷ¤RIc ~N+EuN2T 5/'{R/z.n[~mR=? $_B_Zp_4zUmgH-TzxzώrK#W V _*jsU;m.egRCNۖ'bIZjSڙ,֭]%_W#CVL gxe)RhfKʱ.uD0@%NM-Xj]z1<Ç Nq ʃ:P~]RfKLGIK3-WzEAF1"Bb e>>ucüK BFl?˳Wtuq(Ȉ>$XDVxp2x9ϦSֹaШ\e N#0QB:W⩸;J1묧NwHH<n6*oߋq̜L4_jKb4)^yt"mcY3d"5l+QpBo!n'|D@%?e5b'SXgZ>qhUS,s1YZ6RNB.5Sr<e.6Id5٬bW65rObTv­ %&/u--7â9w Im;+dE?9ϯVf+y=+*i|)HGPd"c#JOlBԌXƝRz>c?o'[ Mdu٢I`پ_g/2C˞Zm[2`yNONM*H0{_O4r7<0 $;iĹGRxZ*E` p,8aUR 5#-b,H Ji p̏S: 8Z{G'7ab a]*N 棵iw{