libscamperfile-devel-20191102b-lp152.1.3 >  A ^k/=„/i߫'UaխsK5b0+E˻ȫ%-T9\#Pd<& lN,ȈeE%B2 >AVG?1 f"ݪٷYQeNlgo1/UHd+̔!}`CD]U{T^4; עV#gQG }[h-+2ILz3 -%2931a3bace5087673c89f2293261931efcbdca5cb32b995ec9f188cd5e4231a6247422ce9a79d16ec0da2df185b6daffad73a48fp^k/=„,,A5XePF=X=t}/"l΃Ңw!gJnJ3BQiS }+ԶbXdgN\(C?{ 8*VBY\`K] dÌ<FL{+;r,=B0e 5sn=aF&%2p?~CTXO\+V=~jOR=q\XΙd=Қ,PCsR np+ }6ԥgH>p;???d! + m(,48KTa { 2 P   D<x 3( c8 l9 : iF;(G;<H;xI;X;Y;\;]<0^=.b=]c>d>de>if>ll>nu>v>z?-?@?D?J?Clibscamperfile-devel20191102blp152.1.3Development headers for scamper's binary dump file access libraryScamper is a program that is able to conduct Internet measurement tasks to large numbers of IPv4 and IPv6 addresses, in parallel, to fill a specified packets-per-second rate. Currently, it supports the well-known ping and traceroute techniques, as well as MDA traceroute, alias resolution, some parts of tbit, sting, and neighbour discovery. This package contains development headers and other ancillary files for the libscamperfile library.^agoat17UopenSUSE Leap 15.2openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgDevelopment/Libraries/Otherhttps://www.caida.org/tools/measurement/scamper/linuxx86_648{n `/78CSebastian Wagner Sebastian Wagner Sebastian Wagner Sebastian Wagner sebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atmardnh@gmx.demardnh@gmx.demardnh@gmx.de- update to version 20191102b: - scamper: * do not dereference a null pointer when converting a tracelb node with no IP address to a string, when generating json output. - sc_bdrmap: * allow the source IP address to be specified when probing with the - S parameter. - sc_wartsfilter: * a new utility to select specific records from a warts file-update to version 20191102: * scamper * escape hostname in json output for tracelb * use length parameters when parsing hostname responses, from Marianne Fletcher * sc_bdrmap * add a -O noalias option to tell bdrmap to not do alias resolution. * update -C documentation in the sc_bdrmap.1 man page * fix a memory leak of trace objects in -d traces * print RTT in -d traces * add an -M option to help corner cases with private and IXP addresses * relax heuristics to allow VPs to claim routers with IP2AS when no other router assignments can take place * turn off analytical interface alias resolution heuristics by default * sc_hoiho * change -O verbose to -O debug to better reflect what it does. * change tpa to atp to be consistent with language in paper https://www.caida.org/~mjl/pubs/rnc.pdf * free a malloc, pointed out by clang static analysis * add support for reading -d 3 output, which is the format of regular expressions provided in the data supplement: http://data.caida.org/datasets/supplement/2019-imc-hoiho/ * sc_uptime * add a metadata table to be able to track metadata across sc_uptime invocations, from Marianne Fletcher * fix an error message when trying to create a database that already exists.- remove SIOCGSTAMP.patch - update to version 20190916: * scamper * add a host implementation for looking up DNS records. it uses the first nameserver it finds in /etc/resolv.conf by default. * add an -O ptr option to tracelb. * bugfix json output for tracelb. * integrate patricia trie implementation into scamper hotspot * use HAVE_SYSCTL macro to solve a compile issue on android * include to get SIOCGSTAMP in Linux kernel > 5.2 * add -A option to ping code to set the ack number to use in tcp probes (or sequence number in SYN packets). do not randomly generate sequence and ack values for each TCP ping. * rework options handling to allow for long long values. * set the window size in TCP probes to 65535, instead of advertising a zero receive window. * update configure scripts around the use of --with-privsep-dir-owner * sc_ally: * when outputting alias sets, conduct a canonical sort to allow for easy diffs * update man page because sc_ally can take more than two addresses per line * sc_erosprober: * new driver to periodically probe addresses and rotate output files. * sc_hoiho: * new utility for holistic orthography of Internet hostname observations. this utility is only built if --with-sc_hoiho is passed to configure. sc_hoiho requires pcre or pcre2, which can be controlled by passing --with-pcre or --with-pcre2 to configure. * sc_uptime: * add a last_tx column to state_dsts to allow for simple monitoring of when each destination address was last probed. * various drivers: * handle scamper disconnections gracefully in sc_ally, sc_filterpolicy, sc_prefixscan, sc_radargun, sc_speedtrap, sc_tbitblind, sc_tbitpmtud, and sc_uptime- add SIOCGSTAMP.patch for recent changes in socket.h/socketios.h- update to version 20181219: * scamper: * json output format for tracelb (MDA traceroute) * print an error message if an output file cannot be opened * document (in warts.5) the offset variable in a warts traceroute record, and scamper_trace_dtree_t * use autoconf to check if X509_VERIFY_PARAM_set1_host is available, rather than OpenSSL #defines that are not used consistently among OpenSSL-like libraries. * libscamperfile: * don't crash on a zero length file, or other conditions where sf->type is SCAMPER_FILE_NONE sc_ally: * fix example in manual page * dump 3: when merging routers in a transitive closure, remove the obsolete router from the dump list. * if an address is repeated in the input file then complain * sc_bdrmap: * document -C csum in sc_bdrmap.1 * allow duplicate prefixes in the IXP file * add initial support for UDP paris traceroute, as an alternative to the ICMP paris traceroute bdrmap uses by default. * document updates in sc_bdrmap.1 * sc_ttlexp: * add -O noreserved * bugfix reading from stdin, file handling * document updates in sc_ttlexp.1 * sc_uptime: * add an optional -I interval parameter which controls how frequently we want an address to be probed. add logic to exit early if we are probing on with -I and there is a list of low-priority probing that is not empty, so that sc_uptime can meet the probe interval. * add the ability to expire addresses out of the database after they have not been seen in traceroute for a while, and they do not respond with an incrementing IPID value, with optional -E expiry parameter. * loading addresses into the state database is now a separate step (-a) * add a -c option to create and initialise a database file * add do-not-probe support * replace import code that used a row for each sample with a blob that stores multiple samples per blob. * report some measure of progress on import * build monotonic sequences which allow patterns in responses to be more easily identified, so that reboots are not falsely inferred in the cases of multiple counters, 16 bit counters, and routers that start each sequence after a PTB with a new IPID. * add an -O verbose to dump IPID sequences * document updates in sc_uptime.1- update to version 20180504: * scamper: * increase the size of a buffer in scamper's traceroute json creation to reduce chance of truncation. * print the number of probes sent by traceroute in the json output. * enforce a minimum firsthop value of 1 when reading a warts traceroute object. * sc_bdrmap: * choose a static ICMP checksum value when using Paris traceroute to reduce churn in observed topology in bdrmap output. * add ability to pass list of ASes to -d traces to see traceroutes towards specific ASes, useful for understanding bdrmap inferences.- update to version 20180309: * sc_*: * For the utilities (sc_*) that read input files, do not allocate memory to hold the entire input file in memory before parsing the file. This improvement affects sc_ally, sc_attach, sc_bdrmap, sc_filterpolicy, sc_radargun, sc_speedtrap, sc_tbitblind, sc_tbitpmtud, sc_uptime, sc_warts2text. * sc_tbitpmtud: * add scamper driver from IMC2010 paper to collect data on webserver responsiveness to ICMP packet too big messages, and perform rudimentary analysis of collected data. * sc_ttlexp: * new utility to dump source addresses from ICMP TTL expired messages in warts files. * sc_wartsfix: * add a manual page * sc_warts2csv: * add a manual page- remove new-openssl.patch, included upstream - update to version 20171204: - scamper: * add a blind-fin tbit test, which tests receiver behavior to TCP FIN packets which could have come from an off-path attacker. - sc_radargun: * add -d 2 option, which dumps interface IP-ID behavior classifications.- add patch new-openssl.patch to compile with new openssl versions- update to version 20170822 scamper: * replace recursive versions of some functions with iterative versions. * add cycle-start and cycle-stop json record implementations. * fix traceroute json record: the hop transmit time value it reported was junk. * add support for sending json over the control socket. use "attach format json" to get this mode; "attach" by itself still returns uuencoded warts. Initial patch supplied by Young Hyun. * fix possible memory leaks detected with static analysis. * quality assurance on research paper cites in manual pages. * spelling errors noticed by Iain R. Learmonth. sc_ally: * add feature to dump inferred aliases from the collected data. sc_speedtrap: * add threaded implementation of pairwise comparison to form candidate alias sets, if pthreads are detected at compilation time and - -disable-threads configure option is not supplied. sc_uptime: * new scamper driver to infer IPv6 device reboot windows if the device returns an incrementing identifier field in the IPv6 fragmentation header. the driver is not built by default, as it expects sqlite3. use --with-sc_uptime configure option to build. https://www.caida.org/~mjl/pubs/spf.pdf- update to 20161204a * More fixes to libscamperfile caught with fuzz testing. corrupt warts files provided by Greg Ward of Dyn * if targets or commands are specified in a file, and that file ends after all probing of commands in that file has completed, finish the source, allowing scamper to exit. this scenario is most likely when stdin is the input file. Reported by Alex Colvin of Dyn * use select/poll/epoll/kqueue to look for read events on stdin files * malloc enough memory for a prefix6_t in the prefixtree code. reported by Sebastian Wagner via gcc7. only sc_bdrmap uses that code * increase size of string buffers for some ping and trace fields for text output to silence gcc7 warning. * allow source IP address to be null when outputting a trace with json * update sc_tbitblind.1 man page to show correct use of scamper's IPFW firewall support, which changed in the 20161204 release * fix unlikely unaligned access when computing checksums with IPv6 addresses- update to 20161204 * add remote control socket support to scamper. scamper can be configured to connect to a remote controller at run time to allow remote systems to control a scamper instance. the remote controller is handled by the sc_remoted utility, and is documented in the sc_remoted manual page (see below). * fixes to libscamperfile caught with fuzz testing. corrupt warts data files provided by Greg Ward of Dyn. * add a PATRICIA trie implementation based off Sedgewick's Algorithms in C++ book. this improves the performance of scamper compared to holding addresses in splaytrees. * improve speed of warts(5) code. * improve speed of scamper_writebuf by allocating pagesize blocks at a time. * begin to document ping warts records in warts(5). * fix debug printf implementation so that all features will be built in as long as --without-debugfile is not used. backported to 20141211g. * silence compiler warnings from Microsoft Visual Studio. backported to 20141211g. * sc_prefixscan: * add a utility, sc_prefixscan, that provides a convenient interface to scamper's prefixscan alias resolution method. https://www.caida.org/tools/measurement/scamper/man/sc_prefixscan.1.pdf * sc_radargun: * add a utility, sc_radargun, that provides a convenient interface to scamper's radargun implementation. https://www.caida.org/tools/measurement/scamper/man/sc_radargun.1.pdf * sc_remoted: * add a utility, sc_remoted, that provides an interface to a collection of remote scamper instances. https://www.caida.org/tools/measurement/scamper/man/sc_remoted.1.pdf * sc_ally: * use writebufs so sc_ally is event driven and will not block. * add code to probe candidate sets in pairs, with transitive closure to save probes. * allow inter-probe gaps of less than 1 second. * sc_attach: * add support for remote control sockets. * add an option to randomise the order tasks are run. * sc_speedtrap: * stricter default test for inferring if two IP addresses may share a single shared counter. backported to 20141211g. * code cleanup. * sc_warts2json * add support for printing ICMP extensions included in traceroute responses, prompted by Quirin Scheitle- update to version 20141211e - upstream does not provide a changelog- moved man3/* from lib- to -devel subpackage - removed useless provides from libscamperfile0- initial package, version 20141211egoat17 1589636193 20191102b-lp152.1.320191102b-lp152.1.3scamper_addr.hscamper_dealias.hscamper_file.hscamper_host.hscamper_icmpext.hscamper_list.hscamper_neighbourdisc.hscamper_ping.hscamper_sniff.hscamper_sting.hscamper_tbit.hscamper_trace.hscamper_tracelb.hlibscamperfile.solibscamperfile.3.gz/usr/include//usr/lib64//usr/share/man/man3/-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.opensuse.org/openSUSE:Leap:15.2/standard/c416cb014de0aef9fdb3f1e8113361c6-scampercpioxz5x86_64-suse-linuxC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)P`ﳻ^Ґq. utf-88178ba13083fff26a4f2bbc2f98f28a90e462b80579ffe1c74c1f695d12998d4?P7zXZ !t/GT] crv(vX0do!9RLHs]Dt^Ͳ|-jj]n:SL>ZhIiw;\ӣGM# 5p_zU?I;#Bke s0i1>`8ۙNd=U8bޱ9Sς9Z0s"[+d4k(/ȊPc r,©0m 5$=0ɈB aC%w p`"j4kh${R!Z9SteN@-|(5rkw}FcMX9sb;ʩ^a/5@FoYO2Sʚ6_zF=Qr|3ћ'$}/YUSN5:k^!k@ bk2;P>l}#6dɘ٨Ο@d`*P38?WN e+4CO䫪Yuԓԩt, bY-hg9v2Yˁc`,6/q҅ݢ*[^ƍ@{pNF48TD_unjd ,ƺr?v4A "ҜP8lC ]4m&B~dh? pWՊVIF_hq+J)lV}3,#x#$^"RRQ4vJ0?/n{" LY/&F:= 5d˶SeуnFpM9iw?EDyWrx΢Hj" NكU5[VLE@ 7o\ƺjQs1[R$3WJx.|SBߕ=ؽ$>^å?&"E*+yR@[<_O/.vHK҃hk4}(l"Pukv" 6a6%g-L9),V}iXIw%ꑪ-Ef' y02P[Oc@PXTKv ܕjI^.,gY_sxݣu4Maթ onr 0Nb[ I0plSbacB 1ThWr?QRmu5n۪@],v*#f]"p)w;%vz͘xSZ)Mfm+>\\ʹKSL`]r . Oy Z勐Bښ[yu`V3Ajs8XIpaXD%yT\;X? ݤ.QW };?_#xfZq-0N(-C~eIi3K -i=k:#"0 ]8xp $`8qX~aU&s~1E ˶I[)YlrP3} T,4._(g΢gZ [GHԚ^40j){y0|| dC} ^X.i g]?vx'K׫@B"~&qX[o KC .x?1 bAM<)WV߆aƫg-[Nuw 镂Yޖ20F`0}͛St]I-ܮk_5Cƅ uJ@R~%\+TU=wW e Yrm2Z&st*_BKM#3ٰ"&(d&䰽 TRBQŴ}$] qlGQ_0pL1y@ ,.-B-ΈH짙|+tO;$t~H; yv0-tσPK7w|RՁ4tH%xLfL8 _Ҥ/\SmA/뚲Sedy3^fqIA@gϴ_{/5gfL{W}[y6wi5zAZf'o9yTCI;,ۄ7lt%#O1S3x^SC)g Y%XT"YSPÁE>AhCOK)F ^i1&sYF]1И8_Yiee=A*^!׋#3ntك01rj#B8 EԾgXXӘ\{9)z=`gtn峿;]-h^7\؎azƆHaD.&M $so>:_XȓLf'f q] i(LzdМcm/#9 hY4b[R9¹^eˉ</i)e pZbAJ,o$3ztƉ5t 7/"|^<:rAJ7k:)Y}Tfq^^p:,KwI-혁frDtyQ$:,\x+Gw3DVNZp5ʐ)RSRjzgTYopJ:^ǁV`C#ɚeŰ|G>|=u 穽Tkj۽ƯT\*QY[X"l+N?u;Nz"jOXDP. ZzfAe &vgI 8`CbO}5X 婺'i^>.n DKFtbܙUiK=ATxݲ_ɬ.+~5^ws?;d[2^m#ڃvX N:9.,]|$8̆?LOي{M+;ƛuՋm0 YntLt\̌ Yف1>єy:e[,l39s2@xdE\}d3?n$cogV<8'_ t5FC DJ RLR3A0\fvUiE; KYIB%Qq(7[yurW|Ym$Ld}t_)ԌArKNgr|骉A3Ǧ#o-'Q3v?c:n*,cQXCV0&̜u&˨J_ vIhnyndҶm SHǬ)}dWU>֐9T~GpD[c k,3\zd%itQUc9ES 4& /sGnzը;[iPA<\~tqK ex b~oF lʕ<V;©rѹa|C7/t Yg󱴁Y6\ܬ:3 RyUG  UdC[@55jE:}# Z\L˩TXNn+֐ҁńcU7}87 Z_))EKQjV@~׃ё*Cgz(i!||a7Ala$xT)׏=G`Fam7b_@s50'|@##7҇ >ycǯ=>ޤy1&/="bpkOWa?+9'Nps3E~.Ʒ[d'٢5^54E;C[kSڻ3 ^^C9ýBL@`36F~p$F$VuPkh9(rE!@ 0yՊڼOvTʸΗ8 = g|{F ,$9wYy+rD-gZG FuaJ*@P89[fwZaY7hYIٕbGUGhXZW]n[\hH(K}+Taޗ&4‹&|(f$&8j{ QË]5a{•@&AT'9].l1ZSŐZI E]U6 |;kq;(EfP̋ubz (9nC/b_$xsA={'.n"0Qm-]qqZB]pypdA ė\1fҦ˴7q6MXq}m*0w_<@zW6J?i dOωie0O4-5iA'0ʭgu |q@ iOߘ_zPDbyAnt!Q.!cR^NxlT VJ Orh1󇑸m4sO@F{~ դ*?V ijVSϾ= ̩{;ZF~GC!apR:h0Q^tnH ,Io!Byp;;!߼waiot_Y`LFjzV t|;عx/&=Vr[-Kv Hp'3F\WY s/-7:UBȻiRLugȆh ;P`_6 > :rr>mh &[pyOonGd7*Hlv(z dlӱE>".@+c2Ij Z:辚q0[ wZKn~!RTN7D 4ŤUQpE7?fOC'Xĵ.M^|c\jy|2^U M3Wm/&d*U!!ԅ| ?3;nJ hm322,vS.oI["ar0bd*>c2a6]-<@_?LM:8?C^#U$DAq3|N+Yج(d==X2"Ir)0*h!RV`]'ca=lwO2҃cy D c{.0<R@r)[c0wǶ 1!JzRyj120 ]RW0FQDJ :.X9?Wtsզxpm]XHu?Iv ́.LLJ)aͱi%mlq1Iҟ$$M ]լ}7^4nL\.M_onF,$ ui$/pɁфrbcõG[ -gz f [dX۸bI.Oo0!NRN.#/dlJH[L̀7lpms[y 9霕ZW rfwk擴X'$?خ9l'A~"ƿ2ʇ% Ã@PI;e ik!0Ϟ'—9A Sb]~D^6R0uPjo Fç i 3o{wը{Oqxx}'5?q63, |ڛ!At'0W}D.!6Oed>f+4o9GSb6 9JQ~9$*Ptd~+˝|LFZ`t X Wl LZ5mQЬc\KϬZ\(f O4{6c\Or̽"MLG?zta/[|@xYA->yUt#(|͠I;Vf$dz*~E*;'e;ӱs513ҁc/B\O '2?JDcMd0s}`h4Ĩ߀ n\ˡ̘u4C/?g^DIO OM2o ٷZ6m5U9dwSs0N_eD"'g`'n "SkLSF=VVL#ܠdlm馬ƨ5ٯwAUU}*ni !H+*Yie+K׮ѦR8s84Zˌb*x7wJNTlBB]neF :˲!t|A" f57oXFm®T0n^C^@DZp*Js hD+dUψMy0x&(:L,Ȗh{/Le6PD꜖Gp/tߠ7@-NA?g魂9{vx;%aw odKQ*ˉTj]0CxP6*ں1[#%bZk!QòQIrlSt*=OoEq Psk7KbE!1ۂgHskVy>As#%!m;K@zdG?mӆj2EBZl힢u'Xg]bAXP9<g׃KN,zOTt2SUA*ӧM)@Xk '-o ʺtZ$ oe5WDТegm$1f7ܟ; vT``E鐳;G1l7¼( kv+a_\> c|bQ$晤D*BI Zu_'.e;)"HF7XH+٤rOK "WM5P5lOkR_~Ʈͭ %}mW5̼TbW@Q;3|-}o@:e'wU Q=NE*' ܗwd.~(+e>YS{4\BoHK.l>QUY>"%ٳvI8n8q #*xj~Q* 5dJ<.ݏMFwft9{C1]Nj (B#3QY<{$@ɽ0X=za+B!<)we)\i[1vĨl|^b3Bx-fGA4J/&8@Z%MDh,'R$o̜oz^ .j}uvȈ;/)vHi p+V_߼J*j-JDni?:]"KUzƿHJ&@Х .EǢkY$uU66|X* 2I/ 4N;+vbj4la`88Xyxqiz RE8zкmsBxЕUy-UOb{ }JߎC1AFc0şH2< v\O;_r,Le1C`tڇ|y ;ѯu-uT~Ye_sc@HV*5=7#So}El2sޞ Ii.(_8꺡\9|>~|4㝑_Nf,6To<+09wc7{kjQE *G,=*Kt(6gFkm$"MO%mGbw7WZ]8"K*˗XbQoL0>EMTʧb׺'͏j5-I~R1?ID2`v%%6jh: h燻K9MAATϿOhytmKXa)~np5Z D3CWZ8BfduVj\g:i҃/> hٓćeU=PN;!kFKSdY_5hNshu[|G3!cSSN-OXs7tKݑ\k Y (WcAoh}߰?j%N;0"`¶K L'8*c_X^;+zrKPM*qG5nQ?Լib qt9A0{CPFoATVuJH#C {?tZ! mtneܟʫLJт{1b56`-D@4OJƠQ'Eqlrr# +B`anczjAponaĀ6E[(L8xffHY|[.uͩZzt*IV\ܵo %eKj=ar/eI2BF"r E@#b_ >`lwhjӍ|Y9Řt9{x|ʧw,1۬bDvDK":H/3gdШy*ːJhGU|Np}@zTG Н9(QTbiH&B$Sf 6|Ã~`1zmٗzJRÖlUJnכ?Z,XtJ. 6@fc> z>S?x z%H4s?z#SEx~ Ouh黹4&r,{I$ic 9@C# ;d]3k:DB㲼A"|l(iY$_XCH Pyo8#ON7oR;bQkQ_01 |aP&VV̝=kB`z3g5O&hsӜfSGD1ׂz~=y؃1~CCF6_ϿYt?%ZK'G?"Fc`1RqE1WnEmG;z__U /[?>7pH{7a'mZ X}#NI @!pTj3rn3P!0e'9#Ix4?8pau*ڨV_mrocف_ȗB|3' y'E=jKO ._VP`(sjfai._h2 2T"c %iviR!* 5كFqM '˫-BwĈS%4Nj6{Ôde*EEg(I.*y:q3,1 JM+xR8  F>KDmuE:}6. 7y=.["w=lNkI{ aOV aL9mx {*Yy7nUJ@8l4/"Qo"\xٯXQ8Ѯoc0TPkW`ڄM۞P n!0ߒR HjŪnwI7p3Ϙ6DZnm'ǂP]d;cʴPzu:V;Mb7^!Y &ߖ܈R3mx_7؋@<@S`2zuZM5ۣ0J9(̏* _t__kщsY &ւD]ɬD{SxTz9;{i۽0(>.|,fQme!r(+SG7A$`W>@n(rknweV%ܼ;v1yGd-.+ 7SZ2l"qCׇmrT\BUᕠ^۶?Ipp8ukuBE2gh&ƭ9닭sW ΰ,&0:XM;&+Qꃟs."8f-X=&ޗ;nN:`U[ 8>/ڙWb;R^#Kǀxt (3!m=0-' ] \tcoI|WL2x~( odkY6@8mCX瀱ܝ2Zkw7nl&Ұ')@C}"Tlܳjo7'μqqW_nb7gEضW>!^ih9 ȿ2ie>H˛B/Ԟl2rmIFn/KJ>\T߿bJB!v<%xT5y<Ci.tWQ{SEC"HW$ov3O 3]RtDLƝi`At_U[EHc7kpՇשM:Y t}>oIrJ~䳶Ybp1*IKcHJ ze0,W,*JtIw2HQZB2T',ORۡ]x/>՟*.E nf-] fB,2qi ȟ W!RnapȵQ#97f0z.F-T*aw`R@ 3O5T^3 S0-D;P{n/tc&Y#V aMQϚW Sk י&BvOKN0?vԅt4`'4Cyg{`t^mr/(qۖqOiݽ_;cr5X~,*`TӤ[&W!\s0ͨFpmL b;BU7VcLÀ́{*WE; g{jECݛd ɾNpiڌ&Hn>w\r9H[_$L#m '#oW4E z )ˈjr/$6K)w4mmI6X,:, {n^VԲn(D^g@#E,c9=haꇩ^ ʚ]O19_ɋYmɡ"Y Dx`Y-8HLtĄF}Y,2 ;HmO%QN$1t;![c/`X۠:N-lWOrl$ 6l]e#g{ݝ~Z`50k¥eA:ˡ=j-OvӑgD(= 2^ ιberC"--3Ak삌Nb! qvGa؅#RѕFn}vsS`4Pwp +gH&Vn73 t=>,Em,X|},&b/(+ӥ I䫹Ôxz6m{i!< s3wo~Ks}gi$#JڙcTW3Hf B˛2VM;Ճ bJ_kP4rk|& GiXI5I|]R\<r?a9%7>L1oVWԣMbMwevmXS;gp{2br\I;v7dbtS:ܰJ#eB6Ǘ! hsY5U~֎ Ș½5<7(TaP <8Ij'=GbV&'zjMRVG{Ut[1S '数Nz0PD:GEbj. pէ<_iI m]z66' D%s8R[UpkId6t:h6}[ .j x[ǖOJj=J(&Hw,ɺjG8M*l14|Zurb&bm%`$Q|G9 *_{+/4O£#+֓=@Kk%qXu,iion[(n`BmQ>UZ.EJӍ- "xVb̥xj]V&U_,UZ֒hv0 _BK=ՓrTZvoM  ĴEZg{Ľag_䀠$!jTNUۿ_EaM3C,r- 8$aE9'_MOe6kBL ёLHt{sbu.Ĝ &..j/Ãsw KȬȒA#RGjJ0sW9}<5=y8[a #% ˜"`p Mh/0+GEVN鶟P^cDK~Oy $y$V`PHS&kƮԣ۞}|7jyĠij0 *6W<ߣLqݎMJ"r:U=ƠHmosa8a)S.`/V z%8Zs &[x*6jȲ5I$O~DSoFGU@zV2f:`4L_H'a]?=z@mT%SNS~0ea"=HN<8DȔ*7~es9Ugv(دLi zE +?N!@n)U_C\\CRjfYZjQ&$'Gg9:|D-/Pun=% GBjHω=DEJLW`IKփz B.DWҕnxpB)<ȉ!56`ݟ:9m4 JbbAv\44Sy$ډ+r G=t=*./$E}R!%DH.OaO3o# Efgdb!#4(r+O f ;9vly]lNCU@۲'>L5)unu JӺƉ->Ī=f4hz HP@3ؒH7GtPx+WxvivB_9Q%?/@2$`9_{a \sR !!3FG&K@y<=jH^ `CcfMi[H Z4@ȅ3bJ4cU;<$>g6v%n'/x$Y>U\s aޏ1&_Ri@:|gP6nt|^aR{d$A*sۅXP<}*ƪ[kBHtpy'5:fB&T-u1duM$fYTS"c7p0E\:t_FGڜby9% 50Ӯx ^-ӯ@,UhC8pٹ6Fo]ʪ/}M4@l?M a@=S;y,OE\馏^)-I? [+2kp8P3j"VKDV g#`։T$ *ɨ_R{>;x^FI3W+3Mp++7WS_ŇIguxHx{%s~y2x 2X()wf O- ל}ێ5eJG?ټBBպ!ҷ-TT?&WANOS[gl:Kyp7D8 ja.rES1(lz7F}fOy}ocovsKcc7P[Fy(6@ё=cAWwК-6(bL rh$´QMJ82FL7]ˊncUYsÚ+x|hE-NmslB8퀌 Y#A ApR'sD5SY_}eAIPiFҹQ $ ¤zhVB(b<=d?o#P3wK]кkl"`q6C`S*qīŋfז4J`sM7ed@ w,@m Fn\~B_<Yu|a$0 /RDR<Э<^aby@A~of4C8ډ:R.˫wp!K]K+O8 ?{v8ig'X5:u|jmh;gZܐ.Vx{ CLО\XcU/.I)eg-gt}̥evheo6I,PeoDZر'Ri8<_ .H>Jl1Jr4VL'W4,JWV‚.HM>W3R􍱇"oЗȎP_',)W yӖ)f3 A /2WbG8j|u3FsJ5VT$Y)ZB*M}9=r؟hvn\efIr]FFnrnIkw+a{m&_OsRs7mSz>U8̵줕9J|M^Xu-(UF_tao]lK*,7*gjYdGQܤkgTl)dKX\D۩z{ʹ{8d~a W1%j$k6hO8!x޾jx*8ooş'˟'\xH,d玪U2L PReG =!evQtE'eCt+!7,Q$Ay ӭ9!y'lxÂI+c8Eqdn8fh~8Ki'Y<RjdA E:P_¯ߏCmȥit8fRCp}2lַ7+MEݢ-8)!(d+ò|󭕍_myQ YZ