librelp0-1.2.15-1.15 >  A [p9|A>NckxېH~QݩuZFaY@ڨkg&PVU1Q?QB&4ѭ~#nG}8ǫN2OQ.S[QܯͱC?%F)6fF~IWł\]-qI;whNWT3U2tZy3F,svqkm_y͂X{0BM5hufY]8X~CŶٟcf6dcbe08e51f2e970499b3bdbeb48367d4822f7191998cb8bd1e550c3c6cccb07c0612822e21273189c3f489405512a8ef05e2eD[p9|#) m/%jaK :EW[qJNo+-Dw z͘d1Tg5h{Stϓ)M9vc~QiC]y_U:m8m%!̽ARFah5OAl[\a`mæ~w[~50h ?LUJLwcb&{Qʥ9/Cdm\qk3>G \R I 0yM')ѡ|"a>xa̰Ӓ>Glu?>p@*L?*<d   2lp|  ( , 0 8 z  $  (38<9: >'M@'\F'kG'H'I'X'Y'\']'^'b'c(d(e(f(l(u) v)w)x)y)z))))*8Clibrelp01.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.[nebbiolo (SUSE Linux Enterprise 15SUSE LLC GPL-3.0+https://www.suse.com/Development/Libraries/C and C++http://www.librelp.com/linuxppc64le ([[f17a0ebc8beeddbe1d833d7f329c9c17508c83c4691d2aa0d29e834a3f6b68e0librelp.so.0.3.0rootrootrootrootlibrelp-1.2.15-1.15.src.rpmlibrelp.so.0()(64bit)librelp0librelp0(ppc-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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/ldconfignebbiolo 15272918971.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-librelpcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=65041571285d92c8de78d53eecdef41ee5e2f409, strippedPRRRRP=(!0/"$q6utf-8ab5ad618cb03e7d65d47d9f914f4be8eca889b2d20e67a1bcc92d737a16b149d?7zXZ !t/v] cr$x#Gcd=k9YZ@.FhƏ͵hZ9% <_[_} $<S;!6LC8Cs//`SaЯ`^CU%(ab?U2'k1a23384%voc B(3ʍ,)a|9YU+^~#D<*oִpUcHe5tUUV`m2lrפ&U5qTnjt~Ycڗdl쥄 HX#? YԯS{B$E4sBCh^TDm #GSu'?@ ~.@'mȩW}RRQ2=Y)i,n&|39бP>]a#7g8oP-TI.^ma-;$1DEiwfcU_PI(} (KfmS^6ur)qii>l6Rok;&S#j"C\-c= ] Da MN,7TG,|z,6*HH/X.@=y{j)tSH@lhKm6|KM6zzE4p 6BE67Y_ ``YS}EM1'5׺zM;תqݜ8}xSD d3)4~c Ku?T ?vsrP < ).FiOc"8:w+'sw {mwfi՗6xf|3i0bM%NmJq5lgI+]OFGAg5jR#BZ˫ <*lYZ׫T2XwKZ[^JSt¨:5"XeVk5W&8YMTQ"Eޏ_n`.a&6ьc-Rufd, fݞ:Sؿi|onDXSl׸V9b0kWc#8dt#d!հ M=ìP v_d% ,=A9ohs,Q7;e*1Xˡ6O˧پ1&Cm\:ZHͦ'hKknr 5a)Q0T%ŘʹwfSM :p?wHxٲ]\=kJ{Yc`ܹf+7/,۬0uRxrD;Tz?HmC tR8cFeCOW0 o>#^զlu؆xn--dlS~b)-xڜovřxU-xe XB?9S%8YjCB>,@ޜ.FkU;59Mmn:E,$p}q̒x4>I?E6bvqk|^(xs Xp o.FTb֗B&ED5+Xu$L <+My8ȕ×\QV;bu{l(0H_ ֬ٗgl{{@xIȓBaw\8|sB. bk؉&yL߻htٲ~lMNOqAd;".=2jQ ~L }&j)+B@zY)%J˛KON?8 qh[εuO8br<%& %u+bf]FeGR8!t$Mq~p\u v(gg8ؙhvҨdm]A9Z[Z5 v˲hRNȁ d,r-4kXv4J׫e%^6 /Ir jb/zPG9.x^>0s E[wA |LPgdZҸlQ.^SZr}Q-8grߋpN7_ )e¾(Z?J7KƁǤ#k OfSWW4#[oe:?zN t?+=9V?ѓכNB2̢R{T;g }~cta0s8)G"EpQ\b~eZ Cmy<U*gk*"k$uW㌳/ތm,xu4gB 8*§ b匷o-ZZ8/Ehz ():Xb/e6GRoG/}b uB.TÊxxt`X;׌ FuaMVHnF/K+ww( ,RePL˙y<ަ",]:M(뫜 şƤO(\7xt)ѠL$n]z3i1Q>"Y7}0Դޓ{=ý-ߦ |zT׶NK}@<0ٷV^rb8N |k(ǎc(,\'SAL\x| fܰU -S0H W4m*3 Q3J Xyya%G >;[e2.$ X`F$9~s7 jhxTSf`@rxjmS`LjYE_7C/!{O3IcYYKŸa/y;:ev u~ٹJ7:Ꮴ9/vXi?$K32M9BIqk>Nϔ[h8hvnhnv hpašw.Jܞ], NtdxNh-D ͌ n1tjJ{6J0',Ι!y= GrvH0|=_ӧZى~;w .Ju Jr5\1}So"Bȅl뜟}I/-[#,%LYr=&{4Ĩ;戍y!86F,.yDH2$=؃#\-:Rj&T^^m'b@CZlч}q<;2ߵR?m]KK]3mB ` _Ō1.\ܷ.d-GQ6w }jQږVi #wPmU䪾."=9k]/u w\u6:BLJ K8fL%VN0z7^b.o`}' ey7*N%@|߁va}'bml?0*'|h- @pc#PO`F'75NXISC|U{Ii̙#ony9(<5e)=o0Ps>(L )cU?k4ӑ\nw*AM'R4y[+ۚXT[ndX%HV80[9QH';䛝8ߞ^*ևumt_#+;9H=frOG]/)X @y)5yM(oaIkL;hxN~ R>3'0={yh zV&C1;%w^?.,tݗ>dR8&).bl+&mGO)p\ZSBX0$p4HkL+0$Hd~~/b1 oW"( YCoawÂhX:pF̳q^M%J7 &ו΁yХ~\jW \lTOo#oHl,SyG+pD |`$iv0-lK0hEg(>6O~))jDVl]ձ3ȝ#Ki3WqnHIbZʃ#j}^}4pB Тus "rG&k vNHmq8rKdĻl-;ZТ@%2N?"N֭ʥzZfal"EJpZ qC/\@$W] T2& PWuKB⏁+23?'M.5 aΔBF8 T1~G,ە۠&#lS}WY4m?&!Nj2<&d\atHIO0&ssB"zi"tP' K:.8 @o}멳<Ks =umețNX x5n",8Sa`y3>= I>Z{*y1ti*r ~:1%,υ!0mfg+R7p*9TL9\.d.^rBoh* ll 2BZ15cgה߹2+II)|1J7\qh{eSyb/"'nƓ+1!3xP!˂ &0^./{.np6)i4kUpv0p { ӱܞ&BM5G}ؒ@>.s"֪ Fdy)1~A2FUpɈOu MX='+eR)0ěXG ) tY,3+ݿB*>c;j].L2)K^i)IupE~o/ 1Hk+L,$2e3#hyv;}IsoR(BvՓ;U7>9og}?p{BU8nK ||H5%֦6 \~Y CA[rCȈ>і7\Uk%]{|DQAHؘLDw=;@5aJT.w]TpCq?Cgܩ|l_1'ʏ0GCl ]| `{u>O[y {oB Qrb9:F wrʐ-Cw˻_V U脸 VRkiv + H F'sTtpd鈴SJA5*@TLM70\>y}:A X RΚ5w}XHͽDz{EH >cp.SX-[:,PEui90eo9GO-͖D(l>%v?]`{.5ڲ/+Yku0mφ|ۄ1`1{w3$Y@cڸe/z׭ stH(uє~ 7+QڿJŴ?UWN܂9pi`̄ϷtGn9k8~[e:#V"0Al<.PQ"5g$/F&ӕPj(53̙w+A'ptfI+YR/)_+ J<E'#fo-- $U7yoQu_}qvP_Agv60@po-$ȳH{*vҘ$yl@hu+P~ó+q vGQn9he0?H|4z@$^caxه}d{n-ZPnE}+= (<ڞmMU$dZ?`nкšnܑGasMXnE"N ;;zTrݖ~ZEI:=5G3!1<"S2T'zR*)Gʇ̾=aɅH$?~aǿ2!TR!}۪Hܐ@M!a%:Ɲa I! )uui~TnkSj_6 I%Cw/BAfǫi[&v~&#\C`mC  “4؅>U%NY ҜViNu2p v#2mY bIZ;~i)#'RԣYpH1N ;iGqmh;sdRMpAvکK><;|gCkrKb&`v7 x8w%5fHtF%i+c(}$^o9~tE 2 6s]ΕC]NܗHvW\iSZR;roZc:xwP"33#ܖʢq&~Ւ;ӿ,@JX0uc[?a<`!z]2gh mt%PQD0PcwƦc^Xf.%/+z2.]-)yhmr'φHJ$XM_5Wɘ`v(]lM\}|ut=+$[T7k+ 3X7A+8cG %DAq-5Mc0ku x!:0X܌Msv~ҧg |HpjFI7fWL-Sqjl͊qa̺m/=]:FiRϤ]iFW_$WKѕ=Ar瀹xfOznI_c,ʝsn=E~T8@/#;TEM(ڒ K<⟒К־ ӟq.h9qΜDwyKItT#FguV<'g`OdRiP3 )oRIxZGb+ny?5@ǟa//.P#n~\(2| E륬JA]V69~Y/iP6Zت}js&V±c Wx ҵT8lPByA,(`U' x+qZ0/ZF{iA;<vQC'!77mC1=nqGJ)Jq•2=2 Ow9B-fْN(Iz@k"nmvzUV iݔ'Nv!hajD+5j(XV'ê&9Ho-e rDSM^H*ٰ S$mÚiF'p74 f3eeRFVh?!B`ΏՕs`|o(Ƃdk2V -RQÂ;!Dt2} ӋI)^1Z ˁ~^,M-/'R^re`L nlr0^Vɵ0dP &SP W?p{Ox (rF, rp=(;y:vi TfBVL\O[CXb2y!$2DCо_bҌz4GSR7*k/:-x{oW{ʿ\9A;۸f-SO YJ2U̐/ת6O ޿r{b(-HcR+"W.M[cHPKVhLe.QVƒO?rrmqV@1'{k:v#mx#' >Bu-v"A|[,ĥ@JM9cƅg/ ۞.Vv:=ngթU۫Зff8,p#\RJjYe%J=H۶/X3CA`?8Qt̞l'٨JB`yv{\|iv /%8"=R3O O|'vY z&Qy^#[,OxJFAtLW1;x@'(@^C $XS AHח???62H,(* q :S5vl;]K)&"ήMPMgM.Ơ=Mv h'С|5w ,cM:%?M4$j9EnYQh(-v5I b?:J*Z" p-.uhEKQo6Ф˼b75^\LhW?#:hD bKT;ovɕFy0|tSȶ n[q"O"?%oRAIS? Lu$䊥y)~BjC6 %4!?i'M^g A܃}0ڲcf }Ѥ`FL/Ǥ Bт>$%w5ih#zzp[%eYE8I%2<8с/"9fTFy[&'qpaۨvR7So/UEr PD%]Y*[׷Pí9^+%yt<im\Ȯ7 (Ь/;q3iY8ǭ"EgP (ad'$Z":|aU[-(Ts'[aD"XJ׾>;T,^H1qp䮭ZSvaz(=K$,ABi ndUڷdGyia&򢔮SF|0AhwjGqiFоOɁĢ? =v.TVA#[Jpc /ׯӳgSo92cuGP]v"(r-|:q@_Ϳ];yނ2n?&ءHWv3|RB[.!rk%ҟͭ2lY44܏RbE )3(3Pk ^sIz-嵎@>\\K}4,ߣM\@ظh\!)kW'LdB3#X *EZ~|r]TK%QR@:~1IKzˉXۿƿ+$Z "ϐq̞3Fj[itroF=2Jo U5@<ϒ$rStZy /+GԅxDrH8DzEh JNm=[SMj y)yMвۧzr\uJeREn L| m *"`rע0SY(NЫԻ;KA 76Ƅ{:w ДcvK^vTRPm{Ë0{زTzeI,zoL*uS *ٻbGrXFΔ it@ٮ0 Q}FmzkcwV:Е(_j[֦kVh}%i1'b 0wezQ&&Y,UG(˜ZNз+/1n""ʁ\iժh^9а@Za-vu88DSRwO}JdKn{ 'z 5oۈrP>?}yP) xrS|Qo>OBЎ(-݄Y޾@d0˚TH zxw Cp .ÓSAkU gNbD.MGӲJ̱_~91mT Iⶈ:q7h'=DޤW6e1O+9t/_+V*q-I8M~,W=P*+>H<J?r?v²D26QOG_#y8-w\GD(󢆎{ tF{ehj`J43:8вf[%M1c崃Dxq5Q~l〿6¿Ĩ@ <‰㮯CĬ$--(}3W<6FCoKL}mXVlB^fȺ}F, * hM\iui|YhE,[)vm/5\L`ٍ'gAf#nOyt8x3MyeIAN,n| ْdC`(qXHTnfEg 6,& {pl TVȟQ&`%K~6sLE {/@iܠ)rk9@7X) !RGF^K>BhNdGDiZ4"?63h[úrw(GXwY=5]Ux oBLİ|:n3͉OήSz]TOUԢ:3|=ɹya$O =khLD%?i6 FيrSX!K픙GKYP^)!0) 癎5Ą]E ;!hZ%Voa5Q0d~=3{K_wܨ4w, .ڊìn8D߾ PH}xt5]@>$IS-ŲwVt5QAbgN!%%cWNNnY&~D$o̎򻃝«B|,YImʔαf$YtЈ+ "*PwV$LagȾ@VײRjH%2bg '·Pm"5N ]f;q2x ߬}*ّqz;cgqt=!>;zG ~YOH !@)f0)jOŰcF|_ E9Nϙ*ԝ\OE\E, uAtX7w=Gy,sOb-4N6/ri=ćْ~GR7hԮ.tq*0Sk&QK- 'WWHEs r6:J޼sUqXl"Ms72íWZkTclC_)B ɡw;{CŭfqOҌw ɖ2j9ߺ?{"j 6qpyA1?+5Q킕Iw=0(&TM=U_S6 )F:FC,tE^&#5͠j98=^jcB=e S\TbooYߕo^CE^=Z:GkI=iV(ȬV}kbLCmkxR 1,U<}"P$Sɰ=ihUoţzp2CmQGgç*+>"Kӥl|J4_kc0h+lߠ՚+Uv}DK',GvJy_ sF5%Vq C例⥑zu ך .?ACjg8rrGmQϛ k.!8rD.m<Ɓi /"[Iʒůr]ZmC\N߶_TCB쟷lyւ}y6Ee)Q| f#31,&<PE5&NަҐcO_iAD]}C,kt S;`2EGs"v%,&ylY 4[,(L%5MvHXSq7iӖy݀iilfJU2R%%&ly!R%'$Z~z'8.j>cw9?&[bHnGtڏeDZfx3yFHBQ\HW9ӟg`Vs|Ku~fN_*네)e(ob7pqʾ ,#}yh6Pl\*-ؚ.0/T3PwT[άmNz!APZ )mb܄p{MWl}u"s:Zh]Ppzm fosBA%6[$ZxUjn$k_8@A]d8;uR ؿ^Pik$u{ChٹZPˏ""L9Xu=UY5"a@?q:,g;SЯR$UT  z%=SR=j|_IҴDNņL*sR',&8A%ʼY'!:1c"՘}X PS=%~S|< "nYs!Q_ᙠ&Cs : OsW46$}a0*!^ Yyzo95||{}uN.S_ebDc(VUH{3Dm,hMKJFƕʶGصWǫo-̶> WǭcTyFPQ m+*p&z'W/A8j{vqcingͮvfБ^OP^2`!TFAM2L.i"0ɢ:=(3wG@}.j,^{O"ѳc (D dQ;yDl  3Bte.`[!,4 2Y-ujV< YAQܟ4HCljKknW~*= M 3G+13:˱5GCE>]H^(l;7*:$;22mD2]n&JX8aITȥ._}TffurPG;N`_r4]][5,* mDMGLW ERkolțnڗ+V Ӫ-r_: d#O+'sw^+ADOv9nkNb*{ETvnҗ&UeWUol,\US%Y*s'i;ɸDw}h)$6+2W7#^d'IQyx>R/-rh`9 m,^x 1[ф}Dhb${!,n~~lKx,F vd]WSb>:RmS6c=Q&qaCsV.P ^zD ؎G|/~ Qhka`e& УY2/Ȱv~`G;bR1EK;CQ%nTAkla`ʹ@b,dҮX?~XRjWFaYOlpi4[L<Wv $1sJyڶeC8*Jih tc_NbYW>2Knk<+TS=8 hAY 2=`)M:Vj2)3.[J1G 25meaGG >)`'6mƢyVL!du.*岖 _JG`-bUU.*55OdJpyө$L4/(Co lk." R1U#ىφ!۟Ç0#܉$d.w& o_{LRCj%8Is12|kr/|T/A62K3=S "h~LM 4ۯ;] MtkR1eOThSd:ל{Ҝ@=C7LTt0 jM@3$DeoGN TuYw˲0nϣ(` ojb.jv(}⼀卧,.oJUڕ__FZ{͗+*D8ζ)>)Γ @Yyj<,T*M&sDRހ <&tB6XjL|Q>9ېG͕7(hl dH81]PU+]s$#Ojd`Uv ?X g>='%H+i<.͒׸C5Sk 6L=ETg-s`ժ}d1V{ 9]9Aˆ{,jI7e jαe5q+Vڨof [RWfvk\~_!דjoFX$6Hٴ EE?qc.vvk$^^YgX@ꖸXò"`f6%Xƽtv5c!ם"~ʼ)@^EsGV.:[ӎ^$&rkZr4Zv62+-r(_SW*%`*V4 -/mlGk^-H7ݺ*yO:rH4ݗNxeSL+s~plG3ԲrMyWKItg|zmz )x$x%FvhQkQc<5.%Mk_߃OmPۈ#XGuf~2.Ny*́:s:IGIK mmi ߬z|[ I*:oҨn鲯GjX Jn,%ᴖ%O|\'@DY1 fjy$;VŜ;pc rܐ`FI AWZ'= mWB؞,8 |NnwdE u#Yzu"?a " cWdCk0B SudF`IT_4e.F#DZe~Zb  1.'Ӳ x-Bt<Ûd&3!iw'vqo %;R9-|YB]mW#MdOH.v18^S$/2^9âD)6q MlM\؅HO1AżPZבQ7AȨ 5V> -O]ϠY(ڑQoGsR-l_X^l>Zgui3~:tR) AFMrQ\bC˂F:`p"kXl[kv:x5v_ך^C "PKv+C@=׸}@_y햱ީDqo/U9ʕDz>Qi|!;)R) vK?4jʚxA6&? 'S+%Kya@f vzN˭ @;O,묾AnTMl`Zi¡,ޗ5re({qn.G'!,zj>}r>꧃B⁹$d[mM &Qh-ܢ6FGkgKIM2 N7vltdqڍkƓ% FmUp2ǤrqO[̝z͑6}OQNH}ALQhs #Kw;8@Q/X>` ֵA[o~'`(zlzܺ$wg\Ѭ rlړfG-)RLk6jټ}-̲\'W: !Ftc(M {hmBZZoT9ƔZM*+ặ9ʽC uRԺ[;lʢ.i먥 {DB>AYE\l&.# !p?HY\ym½ucT ͖Ҹt "KX 'Ǎmd#ܓՌfqrC~,3?M..m 8samxr}5`+ RxW9}Mzw yl]|CRb{S.OS0;`7l˕|H8`QNz2Dϓk~19#Ogq>KK2zJOט#͂ZR fTrt #e$ E}Pm>'ρASsf~qcb_*] +יV*'NWyLbt3OJp'AG仠Nj65;EX W{ NJi7B9sJ0aޡcDoKMB-=(8^ֽ іmX=ͯ$b#04\!BWx7gvwTXԑ}Zf]C|Ɽ6o%CSve Eh~kSAtg断J`$ZOn( yƗ9UlQkYRiHAٖ z_2bl5R3"NkRu8AwFVmqsc**Ub]c!J]"m,96RO\|м=X-?mE >Ix,(̑pSpAtZht~Ɔgb">:nQAJ/"_ {ll> '= j6:%n4 7oF;|.~ݙ}:ą=gj$4OV⤡=^9ӟ쨺LdAtARm|Kd-*[[Inj*kA3Z>3"x MCҌH>3hOp;Ud2ba"C>V\Y}#m EM 4zyO@6AoGZ d|aOڜ$vISQŐ!{:$d jW8Ӷ XB OG[iSL:yNS?Z>|o=Ƿ,M"#COfWG_όtې% ]HO!2¹'w\>M &1I"ϲF&гx'zqI lQ߬"_J3 /v{>.VD;;Q1RKB@ " awQ1 KhsBO#dQU۩10LI]4{F7Rp;|kzRuIuJq#r3gͶ<_^,zPs=}3A .+Saf&*1&ޟ|ѿmgGZS2X}=h >;BAm6x1i{=^ўm(v'|j@-AȘg컖%X`ը ]SjK;D.lcȝQgYi YZ