librelp0-1.2.15-1.15 >  A [vxp9|(!]dI(-7yB5Z$xapdz(-->rx7/}>rgjMv+oepzi#|GŨ:̦6ѹ% _kώ<eMF rO.Vn1wnp!XY|p|k: ?Z葝}F:ZpKAҭھ sΊxʐ{z9C`mVh@[e Zե-:6{P68Z)>nmB31b9228a5ff928cd3b176b7070fef25d8ee40ca8c293c4a55ede44282196c519edb12f4bf9346464e51c636a1a555ac14f9638d0d܉[vxp9|w1}Ea^d!>QMm;B(ģ:MIѓ8Dxwhxr ܇6oeD[Ms;M*ED$PI3K,͕J lR+v6)1M126:f9&Ff?;Vrl?秈GI OF8PW9|q&tUb; -Ft1 WuAd%j@iˢ\!GIf{D;DdJhj'\/@>p@+8?+(d   2lpx|  $ ( , 4 v <(8$9: >(5@(DF(SG(hH(pI(xX(|Y(\(](^(b(c)d)e)f)l)u)v)w*x*y* z****+$Clibrelp01.2.151.15A 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.[vpsheep17-SUSE Linux Enterprise 15SUSE LLC GPL-3.0+https://www.suse.com/Development/Libraries/C and C++http://www.librelp.com/linuxx86_64-[vo[vo97b9cac8206bb46c56b9dca60052f55f7be752b26a4e8310df5ab8c4234fe8edlibrelp.so.0.3.0rootrootrootrootlibrelp-1.2.15-1.15.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.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z=Y, @XX*W8WrfWW@V@VVUS_@S*@S&S"@R&Q5Qޞ@Qޞ@QQvwP`K@OO@O8@KŮ@astieger@suse.comastieger@suse.comastieger@suse.comndas@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- librelp 1.2.15: * CVE-2018-1000140: A remote attackher could have used specially crafted x509 certificates when connecting to rsyslog to trigger a stack buffer overflow and run arbitrary code (bsc#1086730) * bugfix: invalid handling of snprintf() return code * bugfix: invalid assert predicate * some code cleanup * bugfix: error message on open error was truncated- librelp 1.2.14: * API extension: add relpSrvSetMaxDataSize()- librelp 1.2.13: * bugfix: duplicated lines after server reconnect- 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/ldconfigsheep17 15272812641.2.15-1.151.2.15-1.15librelp.so.0librelp.so.0.3.0/usr/lib64/-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:SLE-15:GA/standard/4baeaac77ff10bf0c51953bf7269be51-librelpcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e1667e1f61ebdbd1c370a31c64f6f9d52df9d8aa, stripped PRR RRR RRRR R R)>ahokHutf-89749dc4d4ed7512332878094023f9fb83c13bb8df5073e357e5f984fb734527d?7zXZ !t//?j;] cr$x#ˮtcQ<ࠅj;-yY^8/B#VӌG!Zyg{RHة.8ÄNKXoֿc :mS6[GFlYWfi {*Oc'.tl,Lif׫P:bS(PFDxQ&"O񣱨PL ` lpׁ&A,@@>u"$=.@3? ?fd:QoM_pKԡO:Ms$J tEYx eDT-܌sBf4LU5~B^ 7TO{"\e{ZA2)̸zߨpI%ͻ캇Itv]C"hM%~u Q (vw&/:`—BvNQ]#1|HZ} \!wq- JAׅBfazGoƫmCڍyS&,2 ģI1Z$(a2Bю,L-EP tS}X*W,bO gsNӞs뮖I{Dd}[ $Lan`Gfg +kU=\Ԩ`W-ᛤWQ3x] qaOOs'KHFFa4O8 V- l|ςr܊@)47hBp;'9'@;`b\0v|cP\27B$<)Cf"HYKk>4AO@~-l;m4JVMFG9۶meD+eNöܧ!fBGSMe-"9(?~ꁱlOw]zo5oWܱGǨ#OX*ZGّC*" *͓RA)^5BbOސi5jN:)5؜t{«Lqzoi aVoIkFS]ahͅ gKjdZ^1=r؋iu8O;&=+W+kU<cH>7! |k=% W$x $9צs!gy )/ϭ*˗ԲQJCs^G)inE$.DFrƓtTﰌnƤ? uv5İ~kW% i Ԟ3}݆;f,+ҝuQZ.k],s=k3JlfzrehmԠH;0lCtY4Ծh_>6S~H"([ui1JN)@7qz n\h,rd$*_<3PΚA'۹?`i0IHcz&yC$rfS'AjC᰺Fݠ)lƉ񲡝]U-"/|=%g rpe5ǂ!=kzc,əm"9R*X̿UՆdJȷP5ƽwJTUIq.ںRmA Pdu)^AjZlI~a (TjԂ 2!=?!"& ؼ dvsr0{de.]l蒻#Iۅ/ݠjR{Mx2>2RY/Q-v{.4=U^j>}#g`u Ҭ&r]jRϪW?co74w"tUtb-S,&$+Y!0~lw@TM>%3|Фݮi'C'v|>G>aڥ+|~]h*H ɚFQD%0=\NQ`9ΐ4g~ђ* sJ&H SA%ߏ3TֿԖ8M]{{&@[14LrqkcTb7l-l% ~)8r_#C \rarL+8 3ZAĖr? =.E &;@zڻ_9a`\w[{>nt/ؼݨ6V[L8^M;kpX֘Ysҹ;.b>'0hz Z:vfD`IoR)7/xmI֦``ч UAj e-,~QdӋRuKEOP(tͫ)_/4MZ[G.auiN!D&Թ3أu)`.Ȼ 0) -{%}_ÉF$37'W.hFXDwx !]__ Lc֤u =M Tp1,9zRphv9t4eZzŝ[ҳR٬l:y>ڍhwؾDUPZb"/`ڗYRPKpIu1,hD `_8Ouf;Ei6tHuhJ0FR9#,cTBOi_V1\nh޷[[HIN6jN<;c^Pz:O&5һrGWZ lWD ˜BY(Y=D$-ƨ; c@I.C1bAҧ!` y(^ \#F{#ٲڼ}*cfu\s/]?̤.TΦS_yju%(h~@UsF0g`=EƧJw%#xt'gӗ]op򧃮l/Jyدp%_7A3Og#Z2{ ?R젭=s|k% &H1^/G4:iAz2۷g&41ӳ`w]ðj܎GB929 sˆus8Bo)q@: G,O'7-`VKubn3 ^]xOE[Zr^ \$Snf#B,_H"]%~Ub )_]t'dWf)߀nVи kKzt\13'th}[w;\?~`*Z> vx80@f#}C91J;F//ͿF04 qQ]U{@{j (cʟynyCt>{#쀻Sdpl )qЮ vDx,EE~Dzzpam[jxY'E%f5?M|-XqʔSȈ^B\xY; Ja`+8Au:yq;E'%GC PSB/^ pƒa@+B5n)g8$>XlB_mT[8V~be63vdRT+Ie=oʪRȆ; CIчʢ=A4Vk>.0PY⹱2yH}:۸aY3aZ]O=e'{ശwi+i S^[gJFD︲|g}3f<"xǕaJ㞚:eݤ;zO/7!<_zq^zV^X9iՌrW&ˡi(o A-p SAPI- Jϖ C4B?^QH:V>K &Ǯ_)u!vAĹ+G wur6^&MDa l_!K! vpO_hipyWy[;5 Y˦ke\JYXEYv`*QJ`XnV90;2$}ད (hvB}R 6GX5aDl;k7&Hys틠7-6s8pcRbO7uaaxry9ڰU;nP:%ZɊh?:S2]'GfcAADQl곃S/HOeV5y&`ܪyO]e{̲+)5>tW{*8a1nk$o}eZ_R2Gfh %V ex}57ѵlu؂lj*FHޘf̓+1_XGb,Y+glKXw$׿Rr-yTsy*rг)Y+M"a ;>_@ 'N>)d_mR썂X O2Sz]gbt]8hMh\Cnsp4Ww\R ϯUՄ9h >hlt5ԍ0!);:D"p'Mooqso3'˶-d_{)tH6=#҃dP-2ۻ!avSCN ZPucXC`߼\ڒGKnޝ^;EEaHwKJ P0^t+O҄zğ Cߔwk!#w6,S8ZkE|PХ+ȏp =$0b*I,h:Dw`Ԧ,:ɩeQs6#*?G+_. KO&փe"prܔ ̆sD4B+~<JCPP6cVB r"u!TNߪs PG-y .L7K{hL1PDgO\˂~tC;.$S ^RsIZc;NT뵊>/`!1e rCVO1)|!$3Bcp=VÝ[{wa>Mw:,YQCqEmG>@Z~X:'zY96^DP5K>OvPY(Hef|{>q#_ΫFbFIn!tTcoVOg* }/~XI]W$&&EȰ?5U:2 ,gἬXVl њmGA.۳ܝaZ^*k\ f}#Qdfw}?w7g/pb_;C]l7T׶>w =-wDg.i/6W>>/,B[[\"-Guc= ڔoF4Rf2% oNvBUP.7V l>0WM"S_IUێJȧ+eì⹰5Y>)B:d~W{l*O㆟+NJޯ ; u==eR1 tn{ʦs#;G.6OgD0nA Bgï*6gX;z <^>K\RZG#LwZ6l!jSjQNM1 ?Ue5o.ԠYq]k:3-ۥW9؍f)n|Jcg ЈPHi,yVACsCBgD;&*4l9U6!R:ps@U^S|'yHmK mF "! msRoQfz_<x)Pcjh SZA@Fib{cM^tTo0lPd2vcnv& | U ^HGXrG6/\kKLM>ۄ/~܉[dTd@ ͨǩ|oBtd{=l=*Ckf /uА\r?:{k uA5"xVC Ч44qM^R?]9wԧiC^P Dbp liSMwGX(:/iHpDW0Boqa Z/ ;*8s: !OLfP=dr:9G`ϞIyDynP/bB`IM_"N+AJUT5cڡ Y8XX#pqpO4݅zF0tH{Esn7Ț?^|x"lQPYKPJG#[ _eܽ ?]Fnϸ_0L?PBoDsksrE"KK.-ʼg3nd~|` 9Dݪ|}I8uo9'Y >xV9!Rkjto p)^QdgP*P,6auQf$9i6CVnn~^ xߝzTWk{ղcu"6?\Fu͸8蘒F܍a *ijwRٺDž_dEC|w ~ed5~kX:ÍYdpPqV} nd,}m.w6$ò,1$ڽ\BoVyEr[a,s w!-:wJl͎*5^"v-aWH@tKjH'qذ³kvIu*`ؓ d<%A* "óxGmfm3[\`qØ D@(psTA eeZLK7`T>qk_⟓iO`byCn,Gq @G=3>GL (x@O-e dPL[ JWɴ#}p6l1Eazk2ͼe=$&q[y+.N1vqtfNiڱb/<^ S:)l b"{ jҔ~W)1f,ơ994 N;$N=NQZ +[ LXG*DS.zi7 S=Zg_=롢Ԯ{n'_Bl+9r^4rVz? gѤ\ W\> ^l%x[ tSXc,k]B߀&pߙlYW59x,08ݑFL-7;.M[O}3aH!brX%CP Oxc6/izEۧ-w`iw&u‡0( 1@Ƀpf_Ge ԜX|OK1f C7b6h/I#=2\s"TsL]1\mrnѐR%Ų8ŮoFQ^nnB*Aw޹zUȂ3E~#Nb#y]AG&G02 ٞ7)o׏j21G>ß@uୄ鉿bĶ'oਮ`G9'ŁS,a۷!uayJ0M&<;t$NtIw:U4SQy\Yq0~=bжI/9з /|NS 4Cp=z?'8oRG Wڤ a޺Hyg`dg7nn8Yr_Zq^wj*%;Vs}β~^x99#%G%ALk5 L DQ{ţ+i\wςJi nTnj?X0A[o;b qpUj>wI~f O+1čx@QͻkN},d"792t74Ec(=nRPM`A)0ۀA'l:n;&H9Rp*:<&- /o\s?šxDDAP:s >l=Yp8$w#t$osS~囄n{~< 颦?j B2Az+K| iN:h|cMgd(x{z9J7$N 25YӍSl«v`1J Z C1នDIٽdm;N)S@PUwc۵_&*;q:|C=Y8yl_$PT"f1BLWϸ+@8Vl.=$Ў˿ {T@m*mADw@ӶH@ 'fxskoe4;F [brNp[H~㿔.T.*iԴTJht6! mJ"Ys:ʘbb%~29O{ssO".S=߾T~"KBR(YlzN$q(rn *_IxajĨG;$P,N;6|[7бgwt+5ykvtzs?7?c,Iƾ҇gtOq3JgE04-Duk/PVL!\S0ZPS2eQlu?gEJ7Ł^)'k7'\H?EܝɈzyZ`9Y_vHqPhA*11erK8 "^8iԅ}Ğiw".u]P=X뢝jgtyӈvM+/w9{=m .ˮBI\rݘG#^"/]#)J5OeЕ#$G`A'G@BglB(,Ap+f}%Z)q),k89p5Pͻ074쥈͢'Ww/[Yh&.9'(&aMbsgDbmq &"sj<rI'Y1!_|PxՕXx/E̚"+j4,-|d/~L1VUS-3NJ_ b?"OrCg-#K2qhbt\3"fܕbM.uC/׾Fku 6:)RFt[u5 Ь1;߹iu Æ, ZoE-@ȣfCR듏`:j3=em۱CK@5J1 \'l{lX}*mfؠWRRϔy| Y2$ g^-ga1npmxnVJnWc, xF lBp]\^ [Z.dL|m*Ȯsy'7S"&]Y!ZN]S;n-GċnnNN"~j vM#\KyG3u/"i/"5XX&akؠta8֗[ŌweGb/tÞC'|~6 )#+oҋڳȱoVS)ttD^萞ix>1VeSg D[h$:cjUGyjOG3Gc bd}G;DƶdG&}lFG<UZ.:7[6 OaaP€աԬMk}A.~eKؒ6}ƘZ#AD acf]^3. wON&hΗfDGs;%JHމ] 6O?7\>G(iZP$}6B' W酖^-Rqr‹'?&'wOE~j|ˠX  񈌯: cS`5TCJNT܌vӁn] ˧^ZWYTHޫ:9cb%^k?IW`2oq';ʼn ]qA A-:۳L?,t:Vc@i -khΨ(wϨ[QIƯmU'>)8@,Y2/f?šsSW_}+ӦO@"|a_="߮`#cE{PLיGse4kTս-!,1\ !*Et bV`<aRv+fYIV` hf ]![,kiq˛z*! tz )6ye--wtI~7ՁA*;>td9^gyʇ![i yU-E$#+Z֔0250覨:#;Qf>+#Y<:ḙDzG4d.& J|Zm> 3zr:R"V`=*DyI|GG`dG5վOpVYO|\]p}꺃8Q(yR"UWGZ`q* rV9MsLX(ơk:BFEv_RP=mҺX|&napnWeJE依#bBGr1x8xwL@;C؛ab.OBdY&U]h49LY~&(@O\-+oرZ읢RLv _2FH>bZ(H.˨lf?i΋oJ{QzGA"nꐝM~rfgmH%GSOi5?.ki[:ơ4ZkO yƈ &? MZ\ITM;N9ӌ&d?⺶N RtLdE'G1bDC,TM23I)IK~- I~I c'qBW(0E2sJ1_FL (б,x 9"o( z,ӊÇXJu 7$glʛC&_w'hdL6;lf Km8q خ@IYF[fxVxa/X>~ʜ p4KL73Ƥ |͟r힟טlAxrqSMA.k;_YuFVcpWp,bLSđ…w( l L%o)l?"RCB}4fu0+A{|hZf u[t_aT_`;Պ/v[R&K-# *eg<(&0+'JzIWnc)8l銓"}۶zb_P'W?,lǭewDu kTY)X HbEek"M3Q><Aƥ̞}BP "4/FHcC4X, 6HX|{̚9V$`7wZB7J,X|!K2ɫD֢KX16P/pRH<D/Ժk|tv`_Ш&;-IJ3э--k.$SܝsCNs6FsCi%0}ށf'm}Q[>1![hN;x5S9z z>C6nn0 rw5jôWcTP۟zawbJ Xk{Z=kcVq,mtsߩ'U}( 6 TS"USg CưYsJ8H|8Aj\28Zya7eZJTyơN#w ש,m2k^Z 8a_G*Vn{[}aqeB,"ϻO7dM !zt݄t*`B@ksXu|_ڽ lpt~aH*(5 t2hm~Ҋ U{C\g>pÄh٨ J~S13j0 ?9X?}YI(z]pe*~9Ŏo,G;3;d"|҄}ژA뿌S+wx=!HeHx /n3_8`Q4~mB@8;2B0xn{+m WKUT!njy摏&TcQX^LH B Ps)mUfÌR 0٥v6 _k]fĥ2 +Wp+h:*t诳W\M=Yor` ù SzI]h`)VZ7I߆ 锽˃ޟ}~Ԁv;҂WQj{ft/ |O.XꮲCSvyo%km q_ϷDa"U{X=LQ Ĩ=9iℷuHG_e0cqhm{^9@3ߞbh8ƽrDƱI*䝟 1su1eՇ]XfIӺ[Q%Eb>^zS]mo׆7&!kwj~ LW GgnpF c@('Y&!Ie4Q#iNG讎Ajt>D{(M*Z?H0ڗlg|qZh8$rl>kBn5+L60b1G3 H|}"-Q_D⽉7굻Y`tn am'Q_tټSP }u,byqV&4yfi?&OptXN/'Z4o"Yy;;]=R$iul9;`V6t8Qq-nb#>= 'pj$e,1ݏ7݌鐕WuZ Bs(lu}FrC~|;稶ʟ=T&0Bbr"]Bܮ\O) }ZӅ+ן&js`_PY,Rq((r7y$k/M$ 6(㸑f@tUIHh)9CkKA-ZCuN0jPp{|]&ruYfmv+)۵5i̠~0q"cÔDw ]A!uoYk3K&(Hg>k0Ob`[C5ϤD_^aMNWY5"4P8Z5 }NXMMO`PE!V}{b4nsl[ VV96pS[aٿ3 _(Z'%s7. i@BTE?*,GZ_6TC≤@Ne7%U+;Ŕ@3iDLs8ەcp-|Q_\x1|psd#c#x-_D)#,{թXCmXeA!0ʷ8Y,y z2\Vu,Yi-^9M+|)4k0FηᢁݨsƂvb3}7{|(6W^2dgé%+(Fs4)Y tڀQ%&E\+p8 zY 7$!UpdXg<6ZCW,u]gO (s v5t7z3 }RNU(-D¸X˾XHxY(sØ`EX\j2|>*`R7ۿ)jJrLäxtZH+n?{0r>2`Q)K6tc M΁W#p탄@IU g_s^Oq#eI5ՌʻmoZlPsӥF|I-L_ pK$}-BV y]NƀL6&8>^`xmq6ehS\ÔM++@,4W{4g;gQDTX BH)]r4i:V?a&瓩;PzߐT[pJ=)U.>hٙOݏ䴮y6UI1Q.AZZ7*rP5Q}ݜ̕9-}s4W8M}k@=[MmZ|0f+a-kq bUxNR5zfgÍ ܹѳ|o{V+>zWO=j^sH_ZjFb٧׵? zWY':.tf@9׿fx(Hy6צ&pCjTktx;QQf}}qc&'(#^ۃg썎z1ǍJNKOOT7TO??˃G$g ~9 W^?Hdm?|ICZSɩ@`ZU|f[ Fi6neXJ^DҐiˊ MC Sy՛x9};\ PڮN(7eO,5TYBζưx?mխ ~ B0pM [ﶼE@ZI Ӫʜt2Mq ?E'+E V>Dϝ*Xho-:N|i]Z9Dfu(X5Z$\_!ѻOeYW] xY4se"*>OCɈZ`d<)7rj4hl>P,<1v>peXSOpϢ%k",shk)n'g8x(b>*y=8OmcԲЬ:x2q}.> 9! ~[]Q{ R`Hf*݄hc1t<J,SD.5U>}Yd ڭ_v?g1dnjd.U8tC>X{5\Lt]L5tu煵` >n]B[5 <İ|Ǫ @+4UofНD˒u5N}`Tdai#}2YJ%l T*Q* m+%^9k]bɕhsfɗgMan 6rv- ?O^Ôȓ<+}2%- 6 ZQ4wJavIT1@':>l]9TTN tznp{@2Ý|EJ L!, Üq`[80w;;T֊Vh$,ʃpaxJt^Uo$ ΘVݙvƎ&G,wU"x J+n8 XHIFr69ʒ L01%uˠ$Yl&sc[=o|Z{!kNj8·-k,Bt(W'jf/a0%8KCyVUv.7%پ9hKp>P0~ǿk0(9C) V{T2X=!ERW@F8E(yJp>$3OQexuuD"-b?ltkw^> u+~A/Ԇl@sz7f0x2xˁ[`i xuO\O\L`;KT&g^vґ,o&m' NE=:i){vkn.ijCUu8B^+N%I2SBȥy? -5AO*$a7$N%c}v3XZv@xo4u9I'SA&qM8Oa=ܠ[H0mJs'Q>8g:?^+/F; @ܜiKe$Q"D u}+uY4}0ɴ"*v]ǟ.;=IDAV eF:+?`G]U&)Tw6HOϰ{0ꑈcM&ҧȂ%Ps?ߞ{s4Ąu?yLND8mF4r⦁ea {+_=9ʻ́Zrz醼QR:4Z]Y<49˻m0ܥꢓhWqCaZD5C3?uVlZ^^y崡V((YyvܡORD1IXi%ߺ# QHW7_47̰"++OLR;({`x2w1d#޸綉>BI$Գ"#5 =L k&XMߟ <5MrTgwc !JOs` .hvs#cڷFlPڥD4]6x)Ū*3. oBmOʩ+u݄Q5|\_@owbR3.DeS>ER|&+-aG~TZ[P!9H1%8ð)9p_򑘷YwR< o皰ڐ [1`Qrϰ³N < nLks3T[AeO´Vһhm04o X@vӞ=鑞eFNgK1pfTI՘פwzat8S5L9?2wJ}uګil yØPl|n `RFCQ"j*iV_1qvgI{1Dz8qp @ݱ%$LeB^s'6V՗m쇐?Byfȷd3 }oC8Z}]h%p}d$" xR,>˼̈́l4gז]l, ^tYR.r,CZ8Gˡӫd75>+$"dpTKj3ߙ{W(ϰM`Z) 'z:$Saw޿@g>cxC?H}8b{϶liUp?%f [B8 Z5Kr_V ϮVN]Z"ދe3x?A˽dT`y5ŷ2vabP-=[Fq _Su aV\-761U!((zeݣV#0Ed/rCx1##Nuڳ_^3w/^ b&uVsiE!/TRP$X˰, X4e}=e'ބUV=+SIpYG~`YTC43c+/Gq}}m艴1o‹['P|<$dߒ1-A>& тz;T:49k#RЛ,]* [rDGs\' /817Vz괄2&@TG_t %08yBU9GINqZ^")Le+ B%gz@=Fb,ne5T*zD+H o3 Y/pkd }_IA`El >HjB9I@֘RvTi{{]+* [T8!01lYմEڵQ&9?tF]}B˫ڱ;JJ mcaƃ74'>r: U{_7/C5r| /RKo\Ǣ bsX[e 6v\$("EX\zY}yt8x@!mF[! y*w\_oOgUi0~;F x"ЮC{d D##1Xfj7LD}#FōA^ Zs { Vx4{x:Ҥu5h;_ZLs߂,]_?ZjgN( 8ٺaw@{rpsےag/\ԣw%/('M.Hzզɼ[|Gr[ MMk˨ [v4-T:*_PbA-Y(0M<,]FX}L=o6юHW%+ddgqV =y붛HmY| @ISyf *_4 ܧoY_a(Pb$WiB1ڋ*-w/EƣrcNTp@Sj36 @_ b}N #x$;ǣL柳uaJJR$ +;:H|j<#0>۰="/1.SrvtD8e1@5`N+Sw z龍JlvﻑϷfr>d5g9Y/H)PXݰ\p\G'z+feT@%멭,HI3L=Pa('Bܡ G3F2y$-+1'P }`m'.ܺ %Ӟp0@{k/Xh4vy}氰/+&D*R6Q+3/jN_| ̥2\,wbeI EU!MޘT^U"KSH vB+DU_@IC=ukRc]̐rt,RsR^6K4PpK,%Z-6ԉ)Ԛ#DuJ cM]$moCQ*s[Xa+ʉW5WFR!Y!AhE%4[T%tJ#c6oes;ދ"ݏۤiTm/ܐ͜W9)lEs>1GC_Wۄpbй-۽iR宴Jz1TzE1$onsTm\2^8;`2]R9ފݘX^%ۿ3LC9߽MG5>^ncA ,G5`ۋcPK}i;M&Q' 1T).^R|Bu|!q{ibC+iߋt<&ʑ}(G3@ dCs"p}, d@`;c2H!qrASϧ4moB)B7PL.aR^p+@`K`SYcX$wC{播 PRDoEӼ$YxY HWnMm6{87Ym/?^J#qhkZE Uq_dOL},:1_z}V/xKب+͖=E4ggZBYgLE5vbWeuy{ ,d.W V~o4WI XFM^ e8zwBUG?yMn7&X[! pN&;*+ rY ˳񅰧k=iմw|3[ WxM~2BFXZW\~6Trq[b-]|F ͢>8Ac;!yi YZ