librelp-devel-1.2.15-1.15 >  A [p9|ɼko& ΚmAS'%G/2-q\~6D<W\adZ/)db}`}vɓĭ(K"6׳6t;*9hy$twߋ0In(:`3h5kP3^w6a Dۈsm"wrsȟ-Y`V곹S[1il9X帷O O>>֚:ܵ*~᠏00d589ba0a0eab2882604ca41a512bbb1dc94cd3eb09b830ec6cbae7e0a33972b868978875bcf142d858672a2c83c10fc852b0e4p[p9|QST"{xޑTNPpYK-(0<$#.H p>.?.d  7pt $ P  f  |       < s   ( D ( 8 9 p: rF*G*0 H*\ I* X*Y*\* ]* ^+Qb+c,jd,e,f,l,u, v-w- x- y.z. .0.4.:.|Clibrelp-devel1.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.[nebbioloSUSE Linux Enterprise 15SUSE LLC GPL-3.0+https://www.suse.com/Development/Libraries/C and C++http://www.librelp.com/linuxppc64le26s=e? U M_A큤[[[[WWZWX, hWWfe75fe94ffde3a5175a5ee784e0bdb52e59031b760f380108989d7d830fad40bef43aef9f345d6c4e51c1bfe9c66ecd0d55f93c87233d84ea0bb76bbda5f8a5b6fa4fd848619b764b9505afab190e7c950628113c552fc7d8bc83aff8d344ecf1ed76f935566e93e3c3c0d9f8fad22eb6d8bbe406e2eb8470a4a2764d9fd9685a5a1f14509b91943f83cc12b865e198486124f3a26fb3f2e4482d1cfed35c552db98bd19b7e95bdeaa4fa861e5de0e7537fe6872b454214dbd7c9730164be37cd0bf46c860bdf4cf6936f9d37aa6fee0e3750757b43a64e3f3c1846262dc0ddcf21ef4b44c8f47705bf5082e06226633c264f705d7cc43e962561cccf8dfa3ca283dc57cb94975f88d3fb52055ea6abf93ee9e552382875bd4aa476701ac8a09librelp.so.0.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibrelp-1.2.15-1.15.src.rpmlibrelp-devellibrelp-devel(ppc-64)pkgconfig(relp)@     /usr/bin/pkg-configlibgnutls-devellibrelp0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.01.2.153.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 futurenebbiolo 1527291897 1.2.15-1.151.2.15-1.151.2.15librelp.hlibrelp.sorelp.pclibrelp-develAUTHORSCOPYINGChangeLogNEWSREADMEgfdl.htmlrelp.html/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/librelp-devel/-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-linuxC source, ASCII textpkgconfig filedirectoryASCII textUTF-8 Unicode textHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII text, with very long linesPRP=(!0/"$q6utf-81867079517ead2150d0f4ea38f8de253f21909626e36c845269826af5c27def2? 7zXZ !t/᥷{] crv(vX0| ݀/;P`$еAUz<Ȯzg\N֟B!xӅhբ9ܠRfV+nɎ*\ir n8^>q}ԁ㏤qWP;wxk@>d =LΏcrd"jTJT"ʧR۞ 1%YcyrUW{6`1}dZfcQf@eE)i]Uq#M~.bHFq+m7U x*9tE|:pV~W/`3k*;o2oc;E$H/=+Gv8I%}G h`rөh\TQMs : *P"ׁx+8 2}/[n;p*5ArDJ NtU<ΆfxmY%M 8i*"w43Q=X :;_1&IyK gUFqJ N *?.GE= ݦfW{QC{\ԆeTj|jin`drJTT? J r5׎=ˡQb@҅0iez e!e0J ;1,SH ʞdf8PALY ݕ@=>q?$G "m8mR50'Ssg!,|H,9sZ!(~,t!Q0?v|I̫r-*e M?iqMQ$%"j>NnF<6f5dd3 Zg&VQg/RYY8VcfGB5 ۀfVP%0(VOb([݄v6,"[Lc0tpqkjyg@5 =߳_6t/ ˰͂q,-ہs\&ڞw5a0}},.az@%v_,KcL#H.фkr HHd|Rps/fB:DbDkP`9\; -4QK w؉x$fC@3f &cV pdϛTn̥]'T` Z ?Lc/$MBU)dq$MA繹=-CX@K0V_PmCi-45h%^}\dgf/`+|ט\uusylbIw%vZgYlAA8oB-g@ wVH"DAŞ;BےY/Ɣڋ@6xeRl)'[i9h|%?TN vZxjF/?3q-ݚ(vi./Wj3[gSyc1 AU=Txx ߽ǒgYWhޯќM=8-rhZu1,+1~6N|Aȳt0L."]`F[@HVM#Y<y}!^*ΈTNRu ztj'ރ.òkI~]@g Rc_4wo _k_8a݇u1#o),OҦz*tm}4?䋍]^OOVk9\tpkAld sƎBz=7n멲l{g=7!#3-KpZHM+YutLdy| TڨJ$B9K# ŝ]U$pJi Q@\ZՋ~]UvXk·qFY>_x*w%/l'Oq | 367~F3]yG(з4@88͕;1whjmEO{xTl# rN4q+?Gmto%{$L #Ur[eB]%UZIz[y׏bg_v~UR96Gwcg0]iPм%0:_}O^a&9-*'F=~vrmkF7(e 7AԐ{/6o]ɠSyb<ثcPA35T gj,zFV(Opg#{IJI"=2ﳈ:F4R~yhÐ!L_lvlƿJŢRzR_O_ ZXC\gxЗf aXΕi{މ-͌I]Ovz4?iϸ "sQ1wh{,$,;,(ԥO,54};;9sC\-.j1z/.BH$'jI̶J OY=A~J9DҺơv(jJQݵLf[#6 A*=퉘w`սLw  $Znx\`C&Y2(S_~/{MR]>޼/|YeŶC$R#6um5i\G@ܯ.rΟ߇Y&g$ Vc~y~ R큻GB D12fIE.g8 5=JԨ@VVG6~iäY;wM>ۊ@ѹ/EE$=6l"-{LY$+^\`zu4"]:ϛ 9n֒:MN#RDѕyAs$ .͂ެ׈k&]K(GTRtY-UFEs<4&1T8Oڷ?AYڞti0gCjm;C)VNtaCceAWA#ݿ༁x]rB7ߒ@8i 4 t %绪*5@j12vaiFa ŴܫoSJsFr+ ,8ЍL{B!&^ `~ kq;TS$GvTvb4tx֌lK¥Ť]G=LGQFQ;$֜ -l cvwirE7&aFt~`?|Qu'R̅m>ԙ[I~Z_2\qŶqy7;WӼ([v/q ^}N1tFDJaHh爡4QÓcGpﴠ0y,9"ͅ vm) 7`뱛l#HnC@Wx=Aw?;2++HϾ~w"Jv> Z<)Z9>&4a5gMwiE9̑!2k-j!#Bꂔe2bYryXa#lq*BR#^(!;=5No3] WtJ>DhH Z^{H$^[9QcA?'rMbd"7݆QA/g$94X3V+ %T ʁ޻ns\7`܀p8= ;qGecnInӯTg(Hsd5-X)Nvu27d!q QjQeb{/Ni4-} [ME{weH/#YlTI1b@X0⌢#W>,9_*$dAT%jY~hXFɻ|뒖h(P@SeΏڰ+ 4q[e0S}z1}n3 `nZ#)DP1_͂A0 B)wL YU!f@Q_ṅ ;h #7avY}Ul'DZ J,F3|Awsj&i \TL^a|(\aF?pn.۞:/~`d^G˛ Ic֊b蒓H@gB˗Y~4_n[󤒆}%d*RmIeB#n:qҿZS}P#Jt[O2RT(t|;?7F6 {"R1eC鄗U*1w2zm_wɑ]\i> \Jx:v  i Fsd=5m΀τxDj'ϷnKvɩO9 8xH@6Cʧ]?\;B4@*~E6$IMBT(…WsWU[vBLWG6b80gQTZqym깒R U9D!6XvQ[W݊uL%(Wfa~.$v=K,QMbsy:+pg d>Eliv'I"`66#lb(.Gỵ-=\\*PDg2T>f~])=nq'a|>e;đ[vr 1@WL{X#Osʝ6/`" Uv[mʋF6:{ 53%H<@nr3Roȫ&zx` XfX15Ir;*x 1M.feUEy=I58ZfA+9."ۍ(^amM#3`~>)dF-(%y ʓ+ְ,6ڻ$юx fGjdyNHM!㾨0KU" !":0h5|YO$$KNeȏ^M?jʯ,+3_ئ07RoRz+tX+9S/ ZT՞wȳϐ|_ykzP?Y!BR'{廖 w"BwJF m1!}K-/dikZ3hxSt;ߗv4fXe!hyGF KO仦In^oO$b0)#rz;G2Y? !̫_C|l iQ:=0hk7ϧoWLb1pt&Ї({\qo"XWlb3IUbY 'ۆ'0ܣVH9FqQZhɉYZ0*[0O0bdXm?,iƙ!)H3p7\IgsNVZvM ڵ |U7׵OiLNXkskYE o(i#2u@V2g"ELdnb6 a6ǚ8~3uuXv*TzgM9cNXtZٙdo19 4&]r?*Ehptu~倧5Rq66Wa(~UNP>xrOH9yɲiE0Qa.^K#}F .V@H4x,`An?8k>O^zrҘ|`%#DAXNçTb҂slOŸ0Ĕg C1sIP1} i%BBak:Ӹa!֦ aWϼ!*rɿlW\=l;@ߒ%& NCt>L?A#9 ]a}Qw8 摋6Xh6 'HY(42p伝 `UvXj`} sы*Xi:*I[6st[~Kiij \So78Lz޺YA~1 ZBPƺ-J@iۮru5G8SXKku >ĢF{+B iB+$eEO{O͓bOvw6/i:GBNMDh*1F:Tt 8ľz>4)&p=!w8zET?W:(&ڳhqKcE\K?%0uL/>5# }P{;|q+6h"vZBZVTV6,U^qG4"MWj@)U6up¾OswB>N 4 )3#A17$)\)_@+rIR%2DF|CLتaWlIHTPvI n ~*SktgG&r&s]7>טvuA{ w^F׎h8"k)X6 tQC8ÖI2 o?&fͷ}dr [DB uU^XyZ!;L٩Ľ Ja:[p_O*½oID_+%~H9D#J%0$ r7­>"pհƘyѱ@Dh@yFL 1ӏIԹ:Tm]^&6wxWq̎@Bx/\I5da'xW@7XE~*5# UQ2:Z}p=qJAڄ82$PleBnv}=s䂺Oz}<#B~y %| 8͚Mz`uJW ̭dө|)0Lhdy 3I#FQӛMު!z%h 89_zQݶ+~ yŻ2w NMh5yKOX5}y _ۛEફAJS5} lEDvr9aۨS~{lS1$&)؆ }to>B|<(r:N Y›_5GNQ\1 Td 3;}zoqΠ>QiނwH|Z N/Guj91-,؈ D#4N܂*16|^zv=|k nПO7Ux9-TFЈxTE}̞MSn6' ?-BYIm(i4RGp] j(l/.]]3EPۜ\2QQTZ̢ZvPl^\4EOňV Vր">>$ zLԒ"V-@ ,uzpa,&QFӭ] {kCJ\DƎp Xx_.j,̈́Bzm.v~&;:惃ZëU;#ښ[aC0#܏VEo^5J5(m{u7ۢ$,~? rgh@܄-WDqS}jN%0V/)qYב}6!==.@{s$לXoyI١/T'Rrt;gzY Иe ٕ2 8ސ#y<>gzB7ppczfu vor=5-7y}ၟ+sGdiҫ6;5j@\A_~O3.ItGp?YPZd+ 瓶E6E V*VȊѪLoK^~U$yNu qʔRhD`o#4"N3^I Cӯnv!PV2*C4$UDCAvSZx|h7{,;I7ҭ7K$G$F?=6<ؤUK|7X$:$Яl)^2TNI:ݳ'@Yo!?d}WYֽ!<~߫=9;vG&3tkp@߰\PJt{fyr,ˈp름RdέL5T=:N]Lǃ"0x|{ 40lρڦw<thˀq-rJ#у]Xu,xݣ+QUbFHn7%1ZÚv7Eaps3ōpgVK3K/J*h@%s9bˍc\[%x5$]u%kQJUek&29rF3W5 j]l8|Y8bCZ.^hP0'K+w $s̻thGCR7 \Z/ xIZP+_*h9..QYgFI=['0+d5WALJIqW[\ݗVS`_[O X-:BnpKcoj3'h4fjj5])F984&ֿB6]& K6oӣ(6=z9OkKGcmK'm c=6Lac~b+ v_h.y,<(cmNLȥb[Z=Swv $/^J +{GEGV%K}_tm)\:M!mdRȱ4@*vw@ \3|Z2SΡwT!BwC&% ~1J$ DZݝwкX+٬Zp&B= 0O͒lFjdNk,T4B[[3#D\q@E*4@fK ;d)8ס ~c,FѮFJA=u--X)RM&H ~7Fw-[)Ҧu fo`:Gt|[Ij-2.t9mg>9Dcˮb2+D[[z oݱm;*S|71Q([_ɯN= o0|s%# aqaǦ%Z?-vI/0x zFȓ{BK:,x+*rʻr H!w'VX9nl;ՉûZTV?%=J& fS13sℋ7g]OBNayAEп{$H60v]-Lؾ3(L[1 %20RMqۋA]V߰n`}_7v= vS͖Ө6 P1{]SQ/e3\UF{KO[[U1KZ3iJ WЯrd5c0^3^V!r;i-Ř*JeA#ޟt}sRLoV6A\0`0 @>1vU^t[RNlÂQ̾B$x{kys$ٞM9@G;Z ~h~O.?#98r߄ܸ09^עz15gYz^S "]SfHn󝾋*TR]etq"NYz^%H\'ıs}(:1ԩJ cͤ*r^lvDb-{iIɠ|a#L$#3HS04.^q'%[sѴ7ZF͵Bw_qקw )Qt|oQҞHW2~%R9XLT@33z^v7wR<4g6u/=j1qgx'w׮'U|:f$ _U>#ƵjF5!A`4Z N270 9\$Qh4t#Kj=1GNxy^]qTf`ڤlL`Pڅ,kOim; Kƥ;Ko,t[Bh+!AV?$#ht=j[(8ÿto 76^!d!_Ԯ!Z6B-ˠ2?iu[KA/88@)kg?XLrBT 7Ǥ-LOdōXf)owo/7YK؁E}w =g~@B8*P@ߖnm&&ID}w?2ޑ6N.cyMCWIp+F3caA: \,O ~L;O& \i*.''sIB\nCG-7ĎE1\3'DMzO07IE}.Gt%Dԓ-EV@EGydW@k/vCo8'l Z=dIBӔb 6i%ܱ&j͈]o``_N;smc-]w 䔘H]1џ7xKS[yMls_AX2?ƶ iE{Zyd/J JH>茵(g>W,vjFPMVNꑁ@SI4H1w4W KwogO>OBC h_P,~^ tѫ. 2tE#f?jߦ$C| /\'޸v&G #m1 ckfg EʇuY 2'ft_J դ>^x%N,5[U2*(W95j7?F5hH]{}z=|#PCC*S?f2tqIKܮe`~2H^p8ȁ$Mcy  f\tt+U=~$ F$Mz`1fwzA+r05Ώ[}nm?AזMi&يn wM6ħ hX mjָIiI Mo*ƞm94 c^G*2"aܭ1L$=)/OI&Cyr*`\Box) , =  IG#P dREGW<=ʬ̪r2 ̙1:S2GCX>ذHJsX_1|*bQGCJy);x>~*А _>N7"N[zri&2xKS{o8CzN.%ח\-AO/ φyӝ9v0sfY <2,Kា2~7o&$/΀DΝ-GlWGpEuK#Gs'>yӿ#| 5Brv25^-]9Bw3f/0Z2Y3ּv1HQ4cTm`޽;7;Q'D6+|0wHvj̢]2Z;X'ߺ:sz+&~my|:,Z`<^k6 /WE)؅?+CCp1WsNvp/ FYt^ v.<x Rm?$ԟ~-G<=Ppk!__>Balcj܍S& MSjT!&cX.?7 L (P !ֺ-5P.ʰF48 , {"wU"6H|lY^Q-Q3Xa@yƦhEP#= <&@["kM4-8Tg!9pe$~8 2?tsқ;r'/VÒخЋy"(p*9.c!Y-8{-K(R-u䓖AD+f7UV#`#Kc&Q[Rgc\@`8ka'țoAH)t @skY>8Av5T0*`8t,^ XM^}bTM/rSZUC݇zuV?)R0Ob*;QR*K*PܩzEÙ]o,~@-t9KPfuђb_j|=Msn>΀ $ Z`57'(ޓ0=Kas(hb+ΚD?Zj 8&֔cn^_Ǧ>?PA;3rCwO+ێy;Wx>sR%Y _lv9FÃ+!CBps,wOjAjDuٳM@L vcnךSypk v`:|Wl:EäA0@"6+8\C S>p>Y(KE{IM@t4Tp bȅi1s=HJ%Eeڔl& Iy$j}J sϱdQN$YcS8eWW6~nX)MswP_և?*VJ=N+Ԁ2y0zs8='s,׉*۳y5HA˞vPF<*) W5 `:.[?'?+xDD+/?bDןyj7(߳nj 7"xB;hUi/ L%]mPS}]Y48>uFOtJ[w='\*] "6 9axGFFFnP"5&*'<61yhpkǗEg8%:X1|_;5pPs(F[:hZ{FќY x8h>zX NU"1lݎ y@˺fK>.DA!^Ɇn\eGF~AHF*F0Jl$k&Vٲ;mS˓(r5_$Tsu'N.v 3`;cTwǖ?aI Bx=gOMٜ~tGw7 'VTj*t %dJ Ρ0vF[F|s\#,ONK`AbbKڛBz}G9-,O>{"P⪙ǛlU9I0fZV$[q̬IO@7goXNpbj&v^T5r FGFj3cDfq1t%)PP?脼@8æUkLd~=nt#t#.f97Fд&.[5Ȗ|)e0)@"Wܳ'xZ(HŮ_L)b5 r|ؒMd4"DŽu7&'rՉ?z֩fyA84]< (ՒXR1w؉ګ}'4yE7V&p1(tniѽF^@AU!}8F^R͙a#2G0}PowJ? gp*X+]Qrd!eDp%r@f3ͻÊoe/ +ɶg`~q2@ogDJ8R& L |iFK ZR|CR&Rm=JSW* ĭٖ;Cd,曧0As'qYˈ*B{sT;GzܯG!f:(ֲ;V Hq7YV_ޓ186zpY2`GW`6MF%vUN>SՖ.Y $8Z`g ~;.Ûe9%RS!נv>G 1/:eaCLu\8GʤޒX4|vQM]> )=Ab0P9x#&~ki0nx9fP`HJL6^+oBN5K%˓mF f7?L554!SFu} \mF)~ -ІIl[QY]@3@OnF FAO=tSߎ{W0'TM\=|}O!Zf)(~M V*ߪ["Ӽ1U.$42v)ht` E9M}6wܤhbd|AosFP"Gߝ4iry@ATsw7@qJsڇH&(=\tt>5^h-p1 ""JϬ/tNaCL$pd-?$0[:';ϵUf sy LU-Wg4>|B =&4u(3F$~Ɠf%HNj'޸5_78Ţ0|Ƚq~%:j< ^xʧJs`3vcU;I냻wP!zʋ6dƽ q^su4)LWrĽm/:mRA2ٹUtU9s8q{u4-|frD\QAn Gc/DO. ܡTrTL@J֍\X AnfL{8/[:wfM$3օЙrs$1I`Ny*7ILmW+Ld/x$!^(y=,UGFzuvP2I>VB=6tOY͜oZʛG8>B8Xأj\Q8,맞nkSxQ _;NgBM cTj0[ 967a] |ABC`=5u3pG.uGGAivl]pvMfeDx5H¨Qec`[[xEsEE+mýKf6 u"ᵾYӡ2A0ᵧۮ E@>s>^"h4߶pqZ =03늗;=[ZqFWݓD}@O>-٫}w]Uӧ .1@FuK 2rKD `l!ثq`RaZJu"%7 =X3FIfsïa$?=duel L|X/| LG hO==ݛ,a#;ϮP|u3`Ig-苘|fԈ`\`^V}ZWY'v5b՟$-ןH S9#_-:Y8+qWTԏ]$Amp.u.X\Lũ@,ȣ+jH;Wu?XFrTK8b,-YK.O)K6ͼ>geV݄ `S1,Rq; Yxv6A~,P/S&u2(l71l0PmlrMY٦(9=h=@ jB7{{&0v`O  89 k6{%oly!HCROɗ +MnZޱ5Թ%p'kG=W[]Tn~6(,Pa[ 0?}oP. \"=jVk<3xP ZT/JO_榏[b1l,/\q DΐɯWة*5ΨȧbLf)R>tHWYO :l1>ya6C]u:[lW %ɮn=I9+[+&58g#c)x-JM<'m+K}jDd/:29)pFfC^1H3m}*!~K [gUSL'8 GUg^+%Ѝ0r F\&n&/f9ip5S$7DW=G4Y wʛɭB~y*‡5 hhj\ 0ٙcӝO( RX*\ ԭݒ/uhw a4%VKkIJi[%odSms"/+W{zA*02Wa4[ܹ,@N$!z,Jn5> -A1PBiE]7>~MiBmrqᆯPr*Tp<~QCΨN~ FVr)/\7GmZڄ>wU%ԾD& >NsVnPvEH}g6rrhqAlF Z-ƈ՟sA!Q>^R'\ <"Cܾ`iIGɚzмy<,cF|eӈ-V Zை;ռΦ7,eu7-䘒 :>.r/2ooynA2wQ5fҘ&d@@Y:)œ|{2$(ʵK -6`5]xBpF6b)+O@w0^"V[{Cppn{v(+0G8UN}YsjY9s֟v)M Ì e?:?-2D< V}'5תCU*ѹ: )a|Vee6"_Y^ HNy S\9f)dp^xGb#ƩHqH f0`\#ߖZ`i'V@xJwfibq#MLJv1*5GQ!FmX4ZudldUQvE)52=}#Lʘes]Y` 5Ժ㌘ӱꅐ/Dv74kdӷFÅtz B)uv>aCiMk>];E TYȩ@Gha3"ڪ%?`Ur7y\pkq`h 18}dADh33Zi8D]_sM͕wtݧX$)EAO-UYۓQP\;p ϒ913|:@];$9r eM?#)> ~0;z,*!ITg>X~kӼjYQ14lp0'P%&)|9<}~ͶhB"11(LFb5#7m/^7}FɈKVv3 ACP}t ŢsLk(G~(@uyl ًO@m .yN$/ *~??s+kݼ'Rk’^]8&f?8ҁ^_yrwn837 &Ќbe0+ "@H F is CblVX/N(``@;kԣǚdM@W; γJӏH<34:T +%6K^X=yM$dGRZ"fxZU?*{4 {7A%ݬzI*-CS2V6XV_8; &c dp iCyH -w"3`Y2^S0HZ_.;41Fegh?57ML|*qMϐ(Y„´tjg~&e;_HtW]O4 oyk(=GǺP"]3yȖjۃ7qOe(Y΄F <[Т`m ~Ce0m쨶n"J[] 1 6Cp^hu܆,;C kP<5Ai16<ł,ͳA-rU0q}/{rFyUciAq+)4(=eޔ|'QP1k toi9:EASA8BZJ.QǗ("$ٶiG, ª2{1Q[)H!A88kz}w#+^`˜! 2G*W cV)Ph ."j68_udպmuye$ )"@X0)fFCęXZ_6tr~T;/R0>m$\8o-fN FA[uNڏc䊤tՏh重!ۺD/1^e-)Gj:R?dS^y t'iNYhg@h8 RxY tR&6m mi2#I}5܅#p@#pZ.Z'|tws6V ԟmª[;c9 @oe.Ak{h8C?~!+onlqM%HT3=?ǞJ2kEqXn-o>Xh0$2nKp9/EOotSMʼnrB"-tpԂ 055iy;|Nc^"Xk;Ey8@?%U:i,>:KD ZrdbN3ձ $&la7TC`#Fc}uij:ټcHGoqj20-@/mCa죍#>aߛ1b͍+4w̨!.Ә$ʁ|TGfڻuR>1PP_h0dlT15LaBTd`b AihҔ26H ٲ --sp#?R6E3??Hj7TMfءc+fg/ ϳ i[+Jd`I0fҹvbժ`pefK`)ʼ C) $<hfCRIi!_qWZˈG^e $#:MMV@Y79\#u\9Vޮc:VQ"rdDk0Uz{G砭F"<\v| G+7%|uNY,ԂMf֚BVA2CTk.FC_{:˴?eH"gGl+^g`(`ʾArv0k]6<*'Ն#Oe b!#_<%`t9\P_TKĽzާN'j*0ip_ՙ٪7t@4r xuQ'3BB`#;4܁p [Czґ,N5yʆ'~'y6cڧ'.ZiQa=6ᄧBsI6H-Yy+.1M1,݁8J7c:-69_K $a7?йX:EwZ=;sZrm[bD**4-b \T72N)idN]įƂS.ǃN|D) #=v_E-U/V!$J{1h J ͜ˁ)~r8xd tr-,l x>-05*))r%]nJQ.'6j'J/)UP-꡾9WmuܿH=D |,CL1=& o;_0v1荕()괆d4 L"oZ"9ZQ6 ԦpYoXNN79nuqP6?}`]V_Ta4yФ%5dbPH:-XSuYo}AMF-5ġ9ʻ'(z߈N Y'JבaXeΎ -lk#.YG^3T֮-@^=I<3LÚ)2#]d 鳿wFF;^p>}4 2$Ēyݟž=|X;ya@sc!rh@+]o!hv9vU+NuSho{رj'DmW^(:ܙY**R|sxxo{F g>V]E**˞tn"Q$PG*N=cm IU6ps ~KR+Ui~;@}JHm~Nʃ <)ؗ)mRwOKYvF#ΝRP#쌻*gu XBz|B^92U"^pSnC*UAHR dS9B[-nA$Ҹ' #ͦ EOJcN? 0ۡ}m%s_5Vg(u\6|Vuܗe2q4<4{۰=BE?+ky(a<%giD9 Q ET a'#"Irò<"_Y\'o时a"y'<_cIDgS4/}Om!A`qBXCx7\Ғ(!}́PFsPkFO6wǯLeGʿ̺-'kѥMb)솉` >lɬÛ9~~= ^+N 5 "2?hQ\@!ЫM 5to\BFC49Ž$* 3"/AZuy {kceR9oR2/ǘ;50܁ӄL??L,/