libscamperfile-devel-20191102b-bp153.1.15 >  A `B!M@eee35c&4zԜIӪ82C5B:0hDY3[-6A$嶿\ z(>3j;! +͂RY^,TA8=< gq~G@T`{Z3cYQ8GLI=wy[u-&j5 T-O 6'YM!/I[ў)geJ/暖p EYCѮA^E8f5,[Wv399b5d9917240e1a75e60be3e4c0d35344124f8f28055d01e7cda5f396fb4bd82ae70badbfb24ae1f32837dc207b50e578a4ef84`B!M@eeea655@E$=oXt3(a Q|q zF,MCʄn=y_S % SYTQNu\[#A"$ms>&sB @$4=w~O/sdA<)hu[\1O;z"mߊϮ B41><1& c7vIgngg,azezKY<|A;*%rfUvl%'xn.h?4ȺsYga,踃-XfH>p;???d! , n,0<@]fs $ B `  + T&L C( t8 |9 : yF;8G;LH;I;X;Y;\<]d>e>f>l>u>v>z?I?\?`?f?Clibscamperfile-devel20191102bbp153.1.15Development 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.`Bs390zp28USUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgDevelopment/Libraries/Otherhttps://www.caida.org/tools/measurement/scamper/linuxs390x8{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 20141211es390zp28 1615001300 20191102b-bp153.1.1520191102b-bp153.1.15scamper_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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/c416cb014de0aef9fdb3f1e8113361c6-scampercpioxz5s390x-suse-linuxC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)~1bR~&%utf-88b659b13536a745960b3967b0782d4354d4f3ed43f37a9bf5f78c49476930c87?P7zXZ !t/GT] crv(vX0`J1IvAjL| ։Sw.&O5%<~4v?+٣:k5& &J=u6JLO#1iQY,qK"$le%{B&A'Ȓ"!t?M|,TDbc(~QA0xsigsEQP]- KZÝ(K/Fn޹.EK]ܗ(Y) m^AhWp=C {quUaPL@HAeBW 3rYrisߎ`E?"RѾe2=?0oSS{hv !\q]JeX%TcvCn?r= UO0_{1ڇq G|ɸy@s@F,1 ǕN9F}TcA:i>* 8^tcno Oz[u}RuM&++"&ܞ=UjMw0KԈ% W8- BACJS딆uv J ɿ182Pc( K eqe$(snBNc=s8m&:b^^ lA͢;=Y Uˉr-4\S>m$%guri$c?qؘ‹1S'J ~O/T "BO $nXIPuQl&:&.h:]dL 2ϒGu@F1 +[*t(v_dЙz$7!}-xnxШRl[Xmy+&NYKDR+FۙEv,jԴג[& ߫I i>@g,-*Df1ʼހU V诲% B6=$7.2;.VpYu17# |[hVZ}l7+_ļEfG^-3e/TZN]0'gҾ`m\\-> ޑREZصvΔxBAd+zxSD$]Fqz֨?\LzSN 3!rA^gкM<Ĵ*5 I:34OiE\<`B&\w0u֡Yv*)=~i[!pl& 28IH| .LA%}1U($n7pm߇@u~1!9ʠTC _s73tX(ȋB5[gj HH^ ;j.hCÔ4SY[=;װnp_ηۚek8_!c?_Ph7#/ pACAl cQ讪1J7mwCE͈mی#6}8o$;BPNv{Yz TFS>줥.--n5~weߝyQG6 :aR;1֊'" dpw 琎^585ag|E 쵏'MV+U0 *@Lv:AM;mAJ ׸e8ݚ'ȁϢ2)֭<ɒ5WSM0AV$)_RsV-\߽շqx[ [R0/UjY.ЯGL+u0]4ݠc*zKBaSXu!7ϲZl*k5.1Flڎ aɜ49Ж3y򏳄8hOtsVh.dNTXwT>2/OP)&d5q[ƺ>Ҵ܎=X_$v'4(q)%7T12D]]cf8<[ŔQ*SSzqy+).d Z5[hoE?<@5$'ET~Qz Pmt1?}].> ?(p?B \HNa\cYiؔvߵ%❼˷U&BIL\i%B+-J@$S5 JVq7hߥ%|jH*DNJq-03Tɋwt@}Q? !^jsx.2A555\ =q <M2nL:SB:5M؅iU;gyb Xd@CF=}%+iV!([\BL#nu08Di\}^cUy0K25ʍ] AebESd J´]_EݎehUA%Yf~j;Ҍ n܀f9>l:ԥ5iznh*Ih:\-7"xRxkx|fuÓ5$֦_HjKu+[LGH@.gیn3UT J w@P7{rv OWXwbm*oAto">jD7QZs^ ;Vfc$PFj[P!vgep,@Zv9lwT"UH72Дؘ% E*)\xhȬtƵKY{ Fu,"bnYH(*ShD="W=*[,tח)=6E3*1Wp- hW%4$@0HpwNy jg͢Â.E̱ձPPsNGЙ _yXohN~njH6=MIҳ5& )boq!fݏ?|eO M'Z#ذ 3;lx],7Ll 1^yrDƯ$K HޤZ2gb@MJ%{Ki U-u10{әSvg+Ӂ]Pй N'G6OAs@?xl"@DC$I(Ij K ۠9OCJ0q3ҸF;ze}ˡ,)mDw?2gؑdt'|hƌ q]3W˙+$q̥Tũ#N&q ; Ȱv+Ѩ,͝ч~-؀]X*0#6c㋐?mѬFifx9~cWŸΏuЮ{~$/OH!/>!w49ze3aqㆅ TCsM.W'QR 2-%7=e>̓ p(S! Z>BICa\w~8~U[zIn?!j b8A_/-.[%c.7gݞwlvmo,H6iIPiJ6%z+rJGlyʖ/ʸuY%>E뿺'|7!H4{ĕj/`4El2SGkj3e>lBOqI-:x0Ɏi@o+15ɡJh;F@ HhQss!g5@/8^f :햛c~{QD[NSE -Y^A_cf2jz,A- `,MmDuB.va%` hUG+<yٯrzE$TB$FU܊ #UK KGݐ ,c _CCq .mЏ~)KJE'{YLH:Lx=8ЅeZf sK>7׶) $mIX-=&.Gcm3~ U|ڌ(y傹J9W>M6SgN#k>%-C܍e{I2< pbUy ]9˭Kz)ٖ.w13VNTE8XvNQPnq9aΛ|QZ[?`o.#,g׏t%cW#FSHNV#*`py֭$}ѸL_FX LnQIAtvw&uP#ȃcAjgq3فkՅv&]c"D*UO7TZh.ORSG< g(o ܡLƈcAϹCyԵ-v2j͆|;;o8+FesC#~X7(x[JkU>Q!:F[yB) H" ]cX;Ae&}Jfڠ٣E2k:AK:o5Ce[<0 UMU)Z*[9x8oGY*ǥ =7X㯢<ӰdE.WLj 77qUH|x~)^v q-=rgc7 MMƉͤ4@:#"X٥&ٚtGpO5(J2bD[q:q1)|'9>}qQ¡Z3@j9S:eG^V'?3?伢i,P+rԸv:A2ʾ$ aN0}F$[E}ի>*Uk_׸l)ē9йJ/r99?kEe>n&iKH Ӧfx6@Ȋ7s.J/w+ch)G`z'e:Kf8CuSs҅"/I*^/)BZiK %\Hk^ l Vx0N8^>IȏuGb(,'OQQ2E$v̺ B5# z4ǷbE\&9tl&uYT4iQhͤ i kKynH["*j+"8wXX W@w?W7p6m9;V6aU_|ʫ iߑU}VZ0BFoP ۵Fgq*٘>S-FGwl2ѕZ^e8O]AVG= N|ܦa-t%ʾȇG9UaGS"K1ʃ]ApOݩ#Հdn|uL\f9K=Psr9wřƀOջEEoc|>c8`B5rv-I$TڎO{#biϠ%n|?aK0VuL ܿc/=:ٓxQ4]࣎6)kpcuQKDBxKNsV8aB^BCkx?>EP'F1M |]6|*iҎͩQR0TXPRXj685C zW w ѻA/'˥bdHks:Ws ^3) TN;S:*Yԛp*'KbR2i 0ũW҇uEzmAkoW-zc] '@&DE\y<7i҂*,[?Y2|EP96rь<%(aBq Q-er.L bkV7<0kB]u|%>bs`:jKxM2r&V68ۅw:V w9rk]KjEG2]xc&Oj"|W#^/•2m>~~q pm6\b% H\ { K {Sŏ&˺#uy4D֕EEK|5 ~Ἂi*, w.C2'!It `О<CށKu 6+\)tk-quZn+VYkWtZڣn(#4_GmSpBD_9C㝫 wt]%DE-M~543}5'(%$Vcrmb`Ua/CZ5gTk؄lR-ˋeD "n6ﶙLtlk|k/~jx5^ta|\@mcy\v) ǹqB5b4`ٹ,f}uoX_B P0u9y'0xO#Ƒ[_Ud5q0Y8o8V&M⭞<qWeG+n[w\tC$DE98UBB5<ɀwo&m;UXvOَZ-Ud0O k-E*)lyOڌSbt;LY@<5.|$ˍ=OUɿ \LQ!Q21~N|+/)c&,a8Gijvd`-Ad0CٲK-4*@U2g_B>u Ien) wNvtj.q n܈Ӑ-*Sny\U0CTJmD &r: ;^fvGb/eU]ϯvD JT9aoKKkĞc`7[o񴝇 4<Ԏ8Ǝ0:ZK@ݴ k(2U X0&P>ƴ(mN.- = qԥ|9W+L75 8$vﳽUQ7X-%g[y\ ێW?$ayX!/Ko$S P/GAKspH*:+羝ڽP_\a6S7`u*)8NSeϨgs5EҪxQU,U77H}s\ֶѓ2wg֭5}ޡnx]N ) <ݣzENDHg[9&ِQ9|4i`QA=^?*u=(ǒ Ux!@ v<SɅoHqB43c\vx# hhOW6\X\`ǙG)%|^3vnDKtsE ff2#R]H:hApљ>TmAE Q/rYfYcĆz 9(_J䷸l80# ?z+HZP_?V<ĎDH\Ol8ѩcAû=;kcKOrOoKuni1-s/3E7"\jO%ʜh07K[8lt_}GȿwLɈ~CG Yo)wT-ǯ?WjT>#?J3WTl]h@Sk`ѤBFEB랂19Dsia-h|nfpm t "'NTc[0F~K%ϙ^KH܃kw rĂ@x._ e4GiGRǠ@5L#"Ȍu:\՘L oM* vX r\=C6}&3[1A13Ĭu3٫G0{*s}T&]czMC~[n>:۬}L':qx7,W%\]/:0[yJ$lXBM6$Swm! mj១ͥ#7GV s&(FU!`::-C9hE8E?뀘pH]8 U#>]mO8Rhhv&s紲آ+ `qr&q `R~zK*,x6d#lj]Dh53|v|(@<ө'orE!%Z ݠɹ_7PUrr̒1 '@C#Kt1NW鼰sG¹!OxN,_ %ڙ(e:z8cƶV@ʺC5<W>fz+сt= M~?x޲HT{=o)n%vF0V.(ucͯDdga5#nf㬌miYXhsnKU?611"5w|e{i IҸ<!֟&SC)4fHM 1jT?y+Ԓ)̾ScE))8wejTRfGD",>(}F9zz;JDܘ? u3OL#_ |!zI62_}^8 AiAuruN"@{4Z*  ɠz/jv.t =1yx$@ +,4IE8&#+6pŇN/40joK6]8691k>*rQd?:$*t A_cJ;Qd.@PbߚlڠO&MXJ3pFڰ.`N>IO F"FUрu>',Ϥpԫ|%]}!d?JI3NGYO;&S-~v9L WSC}(xWn1 (f\ 0)M&x0AnL#l+e_FF·jj([HUYB I3uӐfeuTenX¼}9Ja~dYzՂJD#8v?a"ǭIB}qԆU~q8"5I K OC#2?/<˯h]$h6W" =p ݡ'之tS),U˗!~2.s[T˒q103j^ی恊i(!2dAn֡$KVHiWT|}Yt qOq~+oELB;?!_Gg7s,< a,lwz2ZgQӼyA;SƌQ1)9643ǠIok"}f'J웱XHyRKp<Z=w8^T>Dأjt,+2oFk m /ӆcf4j-;3#],ik?NY/P忺~Y4fU-j@}sa!'\y(4GJOz\?hvQ&$`~rbW,utbY<9?O+msV QƂ[ٕۚ'v_*FuJJ~ج8ӰcO-%DY;IIW"sB@~Chm4$sP趍.*AZD8:no$yW:i[_͏96e{D>jf)_}d}y(9ZSMk6Ve\R'gJy{c:gP_/>}ܖtl@HQ+,ڦ@aIҼf/N惌 G1Y4OcyauKhګ8 >`Lmluޔs8_DFS~UbO}hyKKm0Ri1W\Р_h}U̳5M.s¶mv0݉f\-m"w"u%dO+C6cW9z* 5`0 Ƹ z?3\|BL3YXIV^#saN~M)߯!E3vI7cɤwD$ikjSwk";ɏ(hn`FC:|c5rZG&(xp:c<qK6ތ@|kg9W@9*JTxh6&UrnTᓌ,{RDJMDdtYy_m轐%&M6JŽ~F=m |>M${*pfpEN?@idAIXHvm٣DZ͙~D*GAr i ͵<G#z1xI+ߏG94Ook߸6Hg93o'TׂyX"&oo/SWCbU_ F#eX{5BA*]ƻ +-ꌙrg̳㎕)_YbzJ  şgrqn> Y{.{[>)]U3J&kdh Zk|'URV\R)u(iωX\~y5!+q8mCut*{RuHV^'Jc޸k˻bIoA9y!:ХJSbB̂꾘BuFq֬Ao6i&=31#8QRQ) KyS4Bak,`2$e8mI'|W0?.8L/;ov QTs3xWoUT~@VRShԼՊ1F$ˤ9fd*Gᭈ$#k(b=k K>ԈMo'vʹ%>$mTu,w5{›m٥蚀{uyR -U{]TT$.QkPc.cûKЏ>' 5uzYΪ@D0I5e9`{5(_"o :tDNn,i2]㞝K] vP_0G$0=pz(v!:pxR^\esBNu( $| @}b`&F~dN/N9Na;Cφ)PPfBr¥kGG*GT8cPrCiׁ\;x'Kcle;0}/hqufdϰSNBD^B'[](6^3}tˏ& t~UfbR1Z^SSbH&39P.>WQ]TϏkײ* )V+wg8HLXStP]8-=Q<U d)fV'Zj DԀ&@sa/]p-|(iע]mEЋ7NVJxF5[2 ˗ۓddCۺ@#͍E@4{\GҘ;BP-‚ C09ʈRqLv9G<.'4јH)"".i9t^. \& w .E9?*t[gMA Aᬐﱞ[oE M `|lYD`DY(W@6 }Mb!OA_G>u3څ^yHm*p'Xu waVtFT:*jSJ #:e9" 5g Jʖ-tYe(&. h~+]ؓy fST8\Zr\~7o:1"6'L7H G!g//gSx{ܴ{嶒֭AK"@ReukizeVMw 9*U p­o0B؈fm{m#OYpE0[D'V؝}]\j:E7F̲C?ǣW]$[li>f+6 {X6no*sפf-cnAn_đ0uMP ڬJ u;T].8ND/[j4S%Eʌ GN6Cqu:sV^tBF:1m xd+ ۘL@iZKkT \Cx4 Un?pM1NUcdjBMFXT862+6iRҚdsN} dEB.2beg_ ׍bJ:Wr$v󂥺Y Ux5覓@6m=E+0:}[%Y9>!-.wV2!&0ͣm!<{䊋,U`F(]4;iotk'[,]nSǏdT#}eH+:(m qP(|j:Gz5ͅvgQ ]Ӟٴ>3bȄ %ڂ, JJ/2:_&H}iqXDoqo<_$) ?XT\dj_C$n_<1ph\>䀟LfM !Hor/ۭMף]9孰q>a2|ؓ[@y.t?@MYKܥJגj0֧nEӀ~?+19:?j OʇʘSLp %kSғ6$;uһ~2Scܪ<9#HM9_>7KcLgӚϱqnCU!i4E`lCZ{Œk\MR|"'.dOЅpRb|GU:o2OzyM h8?o+_DL[-T`>Qzd9n.n|v SafyLбV7[_R|>LSۂL!wAJu\@i" 'ٹ쉥R~v,&9q| >ĵ8RFU߱7Wtٙ8WXsA#1CA,2 ZcZ)kqYdM vQi-9ѕ6GouQ=t50)وV9}Nξn ǭD mt{H [&.7yҰ|ͧJ|eLʺݸt8lriDQ6`)/|Roؔb =a[;Dt1~M^,U mYm\#] rJTkeQ%~T!ҪGn5 n椎,PE?7 {T~p?VXRBY`[X5Mp^RkUNQj cy.mܭ]EoЬӋZq`v\EFTf'<&j927?! 2o-B%W*q&+ .t󐲋ƌ)KN ϋʽ*FC+?A_ %1FS U."vc\Ң{o]Տo%ИSn >] 5K,y:׺B؝*5SOqmyV=TFq@Yo $y?ym. (}Q3gSMT-sfQ iRԜV,ZOq8>!//-5MD$"A*, l䲈JS<&s2>U}<|3#YlTJI5.U8vP7ZUIP^BQr\NG' v܏tΟ=r>a׵xO`"3Eko!Ì_{@j8L{eU? z4;Wc'!]:tP6'D1멲!L*;/"*`{;t]SLW0~ L!}f:VT`Z4 Y$b9hzKKx8-}@z{0<$%%% 6 -ek5"G@McK8=,8F}f.`yW _?>3lˡ~.G3H ڱfG&]-*,vZ0[,=nAe!mCLgaSxsg},a o"XW%1QŸ1vؠlȏ7 ο+T _9YisƉrBF=Ą~9aU0i9RlbLq$%0g) UGf&§-z#bAcW"l8G'i6 H@4ӔUGHtBs/U.j߅wjmd1Iv*YX3()&$yqPu3mThN=Icf|ToD77xLyDe -}'FH(Q HH9ba]G/mItgmhW=WgFr8Ӣ|WX07@-lԚS^wU=>ّ_/7ZD!z 0am; sNvN EF{@fq*.i's;\(˟Y!1ôq 1=賐ޞ3OO  A]jvHn~x6,cڇoK݁rSX EH Rs#%&*TTxzJ6Vr=33W,S?b2[_ 4slüa|y{7fd<zp і:bņK+}8GoRsN1W2Z;{eF$OycŶ;J̓/Q\ ߳$l|תO$f_aܯ(stL3M`e!:@TLdRIm;*#&1lejk#tdo[`)-`4DP:"rĶ$SHw38E[9Nwc{5םi͕=$ Q;=F@%)hsۊĭu[͞R}p:m)R9Nx3^͠YW.3Xj)鞑n]xC g<~YL=ܲ _4+k~2{_ T2%ыe*'R!fp' qu&2^Cgt#qyJ/_A@sߺ<[~1Tcg?X6ޤZn Xӿ]W)HDTUNy,UeuK5ihPlheqդY0(s@U~:cwyqҤ#h80tܝ _Hh#-4`{+I,ؚ틭t2!q~{j]լ_RӯKy B}H:,uriof1L=x˕F$Rȯh";;AZ}Q~v[G8$5rCc #g bb|L3֥N?[[D )1ysA>[`gWtȻIGO'݋>c5۟swFDXow m2iψ>t[W:ޅ X4uK~p DO!G#7 /'¹^#Pú JxkʼnK;/RzlL0 @p>ѻ vedKDп;8`x_g qڗUv(xk9Ku/b2h+X掃%gK(= o(tt(et? ,+on}_La9-.ɅJC^ ?Hd؎^5>O R m01 <11A*c}dpdToDW <&QᓍIH#>+G9Q[E2Ѐ8dFA8ma3Yƕ&{mRSGpM^X4gᎎ3OvIOy0كH.\Ql j"J$բ[%)Ya]IK{~ ԑ)-xyd:r Y4iC%jE2q}x kQU'egrɓDSHOHu MZ= ۿg!)=z MgY~F;q3 yRr1uPuAPPMdf}p?=ld%Y_(&6$*(s`&Z"z@S/Gc4(އtvW(:a{?QYdb*x`gViq\sn[YY;qad>HG+ aL ^GGJZ\d=@; K&c{sXQrR+eX͐kRFe PT"27tC)l6i>Tkv;g9_ծ;Ghe)$(,|~l%h0ؽ B#U XӶ*Q_Soi])f< l SG6綻m/%ǖh׏1;UJpIV 0St@&6~@3Um.lBr.WhH8D|'|IglGbꃌ,wQfTޭ:W l.Jn-@SqOf"|[Ё[gvZ~шE6W,q˛\xM@6_VՇ+,B5 .e<i < Hj](_|+P ,PUZ{n-iL3˺۫6w]DlFI(Xt9mW:ykM()+~>d/b3y<8+zT5: 6j6 q״= nFr#6m|r : W%/}R61鿤@vc l = (+hJQwe.,4W,mM|slE+4Y>+01Qp>-&O)WK$]y_Hue6-C`vKf]'#k3-7y";~At_^yW{b?JYBpMQg-+ؿ,m"eIwUv!)ySa㣌L*10saos&m1HŠU;0ХF\<ĕpii݉IEoQAXj))#3*<.4R+gd YZ