libscamperfile-devel-20191102b-bp153.1.15 >  A `C!M@eeeM:pzHߘ,.Ig[ѩr|ܛQBKF o#>P "?ֳhd$ġ.(\NJ^{JS! 9QN~`!cAcdGApko)Qru1e!Lg%\rt ߎ,7RHxp +>VT1Ȱߤ|rp9e=##럕ӗ!tܑ% ȓջr^E784b382adc4470e8c324642481382669bd72aa79c4c5be759991ee8b5ab18b326ddacefe82de04ecefb11c564ff310c674c8de28`C!M@eeeDs]ёP ="-[v;렴TUbM\+~Ѕ%MX8[QS]zMZH8FOMۍثcX7)7QRrc⒱ tzV - bic!(q1 ~OAs/vblG&r{U'̧l ^|ÙGy jʟ !=j󤩉R7Zɖ\ODwğ]ng8V(0DK( s,0^MC4>!ΉYKR'FH>p;???d! , n,0<@]fs $ B `  + T&L C( t8 |9 : yF;8G;PH;I;X;Y;\< ]d>e>f>l>u>v>z?Q?d?h?n?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.`Cobs-arm-8USUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgDevelopment/Libraries/Otherhttps://www.caida.org/tools/measurement/scamper/linuxaarch648{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 20141211eobs-arm-8 1615050469 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-scampercpioxz5aarch64-suse-linuxC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)kj,2:9qߘ)utf-85601a91353bf7471c1393f872a12919298ad48e46bb205727ad30768f44dde7f?P7zXZ !t/GT] crv(vX0aQӨZ$p ndAcA Ȋ Gf .A6M>kWODm>t t2ݷ (媢wЏ S~Sb Fs1Ej0OkZU"GLLH[V_ԉd4a3̐k27Du)c5sƾ*-:Q/*1`}dXpYCy]?֑s:l_'d(t$(&ἣj-/bx 2op:6 (Ȗٳށ=_sw)q7]:&9I *H ~aHJ(Dfh`Wxv`>cxhPnjRlp@gu4=rIjD7$ux +(~p&Uo@o(3yI+5Z7 `tMbkJyؼgwd}[su3f$P})]b\X|#I3_;iM漎 @#heKgkSAhiٽwcTn=.#H'R%.7 վJ˵K9$/"rLosP+ +:>(.UQ;}I`[ k7񩐪@bAX$ B"aPbeFX|C78j5@5U\Ț:n`L~c^pB}dB Y|"_Ge7,A; pq!}vpDpFKA\hso՘F :P~|wI.yӊo_tElJ# vhP2:fo04mf⇎r %YQ96 8P "&3@g*(1~╿p{P($Yu+'dՖ?pNwwpTEł bL2If:1:a8PrݠGtW B:`W QCK<ћàǶ䙨&_lgVwy+xT/RS`~,^:V"gqHD;ขTӊ[€iǵl'\j$6X kx6-W#s$"c$6^;$5lJ0S=q a%"-u\r/nWqaҜd;zvxvMo{Pͻ68JmLIZ48{@«50H J'[!bJg_ سIyown̝㫵^&PѼg;{]GO7"m1da9u`8]rlEG#1=EK ʎ$v!B]*6k,&x ,?2Mw8SSaFn)uĒO35A Uj4wDy׾ ;nuO+^kA~.</:?Qbo|_ )")Z-6ȂnJhgj]l@aO:/_0 {VbH)F3,'3dȒ/#%y}-x|Q8>/X+,~axu5qv+_?{!] 2(lO9b0ŒZp&茯Rf'i1/,M*{Əap:l\\Fff'ےȫזp  Prqg 1=)-[A%UMOOw0`9%HGeFs-P}5vV#j`zhvpٸݝ}- @oIcЕR/MGmdp$M@ Q]Nx)H @FҋȨ`e򆅨vD9 `(2PZF h񂴼VqT\|DX^!JaTj3e_혷QVM$/#\ՑȌ}1_R`&hPb3.3?C.~IJ7PT*⠡l}<<f%]q}mК&#ʐ)Gj8O5ʃ D:zМu|9*A l8#@2B4uVEwR3/ CS9niM})k^R oP_ow@%pqvyY1^tR"oA&ʎ6b#,,JlLɸBo"OĐN=]-}/\Uk Ge{ tKOhwz(}` ::(iOѩ lDUQe?.kRΧcE*t-"2*ޟՆ~UbzU{)B /yq56kxw$Q.OpOkk-Sрm+I3۴Q@0y_fjRLûM’9R$|N=FL>Y]?L/Gdom:47o-vQw8ۀ # Ufafp™mFLvtiQ]gau}bүݱc>Tŧ4lFJdyEA#lYE9bYYSO0,z"Mf#PB䏓 ;X/WtLd|VVD]O6 \9C-߈l0k:$C}(oG D,gntxc'+v6:<#"V&?S Vsƒmdo "x=RI܀M[jqvX3ll40:Gz>]D3{#EqBhsZC׾ױL6&<*:,Z!уKc5h@_7:mVڢycv4.,/_{ñwQ!a;;ւudb,IGvOFE$i+b47`sHv@< 8ᐌ|!H=(<5=9~4͎px,EPX*[ ߋb=Ռ;?XwKĔ/ cI;22 u!?^󫮛iޝXr<_;򴙧brXYN UFn~hWb` _K5YY= u;:-,(/<"vaSAԓ;A8O|vQl &l;ی[j_Kۇ;e: Jz;ȓzg?ԁS]YȨF7ժ%kWDۻ^9g&E<볽u?E*Cv6PeD"_N'/x4Dwnm ~6эN| %)qLF,nSwI<#; ˴^P^h ҹ̗7.Hybb}] g[P @yLCqHVdaA}{ jw<嘮2>joe ePs4+Z64>[fQC8DMjcRƖGc>G/~x'C,O8ZWN^ȪP|٧Y(}k=M'RlԷr a/"sBph@?\ǒm? D̀Lf&}50Qn7,6;J=@\DGo"J/se!b ZдTݙhA~;e8<%/*C,Ħ'ǵbN9έ2VTўQ0~心|e]duX~NE-gܸ~ 61<0 o3OA=~{N`hu*_Q=گۥ4- PϷOdN ^Q3 \qp@Nf1,xkxeb#XcRVg}^ {c:*o @)'*zY1EZ#-19ZE Z^d`?`KtBm?74HὲZmF˺RbG*r?iU | p?#2=mf^nM$7P(+_Hfи\O)ce:ĩ@Ox[Ӛp|Kz0D0\6P>L ky$̐)oƧ>FPem Ma4=k~XẰr^3mW0 7VbkzBa J"MAqKɾ50Lg`յK1R2;fM5 2|*6g^Hi`Z*.`AɗQ#P{KĘ|43 # k~OhS!zY'JWׁi&qo. E l>zRӟ47ObrS'NmxtE.kȆR{,gYsf>fy|,Ԩ0 cpYYE% #_ \Ph~X˾ѐvC#L챨`:&1.j ܮaS *_i77fDj=@t1ꏡct6wjY;"׭me9b?x ??>ףGεSPߨ wvh5`KPltmzN.~ZefbHZS3Kg2 γ=1e#Oi{C?i99,Wj75ӎnHzaPɍ]*qUe>(f"|,JJ @+0d!^<X-^z%Aӹ8cyL阪'fXG"Nhu]\ľxY̨A3:ft9 ,1*5P(B k3afnՈzR-H),b2 (&R&"j P[zjT Ks$DMݨW=| Ack/dyRUN'ƶ<1޹2\PIHWUBG/JabJ& }/{)Wpb~êVҠz=h}#H)?`-EN@|ᄾHYfn_J/9dPTѧg䴪4SnBt8ߙτ?zO% Q`v/rM*9gu^|QσJZ19;";gFqVVo%i4G-Ur@P$l$WU;ƵƋD R~M_9_hQYUW} 9,rEB#n^n#r*8=u7w4,Z Fy3W) dK$ْ-̚=Nj786ҫXjRC2ow8͏E{U7cyP(S*|P4Sɓ4dcޚit萵&t+K9IFG Ct'ǟBjZ( `R{8o!e[4#em{7VΤw`Q9O!]1Nk3z)( ucVE*Ɠb:bQO'0i|~8.rOc<ݐzN%OrV'W~;J#ЌYRM䦀`sD`.xfDk&yFu8_+ňjQ% QNʲcT@i`OkëGj)CyGۖلA na1R0V$lK6q͹%wkX8摭݁]2uaRͦWmڢc(I?BqIq ~G3R 9dk2CWmgo8h(L|YSX{>%-`K̛-]j!)t/鵣ucξ}A^x/W$2=o6_'C-2ҩ3uVioTXcS~*}W df_ |T- 8a1 O*xDҲ%l6MVg.U-? j8Ŏ$k|}݈Ɓ&cUnfUtc]Y):} /Ilr'w(稁B Eo $z0|ri_3d+\uڤx9gq~n*yql4$U6KėlneٙLCnצS.ERceNĝY%g>[JP }ՂmĂUrj*o1/_/$zg0 l< ;Mv }X"b% ƺ']ylmc]ޞV܌FHAF(.\Kŗ%K~W>d(x:L%Vlh!6n8*C6paqKbb+O9$8ΫU->!rwI!ht;!c嗦%+A}X ]RNۦQzThٺ4 Y]VCFo^Ӯ)ҧ롪xv̌ɯh8Qlgl/z[[K;ΥPP|:8IqZG醮B<`B+բA%@5#voUR~?n@BaiЊ0p(Sc >:c(=] ^`lC Ѣ+u>d_*@ 3`J){œ\GYv&g_3~Waxf\F6LtP= O|giRoׇrX1|:zka t~CY@+[y ʖaKL2`ֲ9c|#Zҙy'l^ sPFA¤i 'ֆG2QБ4zZ!qdN04p];;@LsE5&>H~ ƇsR @L625t(8g^ڋ2~+@eyy'Q0>}pa32tz7Blͦ ,XH ь#JrL& 4%J /)Sn>`{,qFyq8WɺT*%+r` Hܱ`cjbjUlـvVF@UXk^T.4γ'Je$껥gaw]rYG'sk)UB8o1YfI73 ~:`FIB%ϰM@ ޫ>T_44_+0.̌ 2q؂ ő*!#5VYPV!r %Ŕ5nDW\,ۊƪ߂]=Lm. )=  lne/h#>D563K6f8NeJ>m ݴ|?3U]71H9<%ZHN7{YmNUtօ Hj(+zFP jwyN_Q@A8]@ipT:Ma8 ZN*tm<z\XOZpz?񁒁R#3 |1@plwp^PN4@32[gs2q{&!'JM&g=*CcVXd^nN85{w\krjGM/|Lb)!Pm#$s$zD,S㷟‚) yXJIjLM)G5'Y:|/Օs50&b# '*yWzB=K%}N e2Aw|<8k2Cp{,; F$Ms{uCv4V M"?h91:RD \ YZb[6 1Cu2'W47J4(ӧ=vN]Ĉ=E9iiP@_ IDu5Y;7 ^XxӍFhGl8#n\k޶sg-0T ߿FMS>!4lK?(~Has k&Wa YquAT:yjHtBY$xȱ}ןa0sPFȘvf)O{soQ0HC*I,tc҃U$|]cͷm;\\-k?BV_}w!gS}9@o5!& ЄwHY.Q)L# sدAk/lκ@#Cej\5Xhm8r=俎5c;gZS]KRmMZAL |d钺?c@Ӥq~#nz4!`VVR5uAPֵQF˭OF!h;6j_;^22=IЪ8ъBd w tbduⓚYFɴʡ{j?ϡ1x_Ñ)C+E"SԜn|Cvi^q*C(+ =ӫ]aDˋ&DW=)k&U5r'amsìZQUbM˙f+WeĢn<ߔLs\xltˀ.9]<˂_l#aҐʸ4?GwATuRXYB8N# dwe}6+a68HHH/LGzإז4wpa/) {Eha82LOQJ뎭Po\`a@ {rY~ژ2O UnOk f*3UǦ~YtWe1Bsك8*Z<.DuսrG{3ly k/ǯ. ?bgaeI/q-[[P2[FEMLWBg ^nROn16 (ܷ'h|4~64K.hB(Zwrh _)]d&Ki2w$s,1喪?E Հ s1q_.."}ʝ;?C ɓ٣𾆆;ՐW@Tvfe،LNF` "@2 ܴhGC1@SF9G_6ף{=W:?DVO&|BP} / ŵpb+x']`GCoUYjx;rwsYg_$}3ZX6g>曜#1 U+PЮ hדİI+~+jUENh #awu1RBΙU":Xxq:WsГzs.^w&lfiIfVN+ƿw|P X={ BƪZ@e巑ieǃ7.tE,TάSX4,Rgl3B=DZoYr 縙YFmFD\Py yׄá7 xVvRnmG5KVbH4Xl(%d0Fx5$)654*# jt q=N7 赿2p _o {Br.r>Wے|Y^*7jsFOaj;8k SQ9?6qdg"T; F>բp3+ Y+Hg0m5g~zNHjS'fm$kڧVqǬHR`-{4Yz-$NyG SΉ z%\l*œY $6lWrRPK|Ty͕ӑ1j^zV6v[V\CP^e;kN_㷀Kev+ ۱Y2 M* HOSy.%6n+.5eDm=IJ)etT-H,ݥsbPŭqiK#n؇fP>I@ o4fAOxd4ڲs}# fsLf R׵Yp)pE G< ,4DO5c0pAtVL93xlHTRhMqю#tÑUރgZ Dʛ gMc+jޘ$ۻxzXja'fy@: ZI>Gr̢:~be힌3̆U'1fkI-["m}b.O^wS~cFZ~g=N=R`V졵#avMR4.ϙA0 Z cai֑- (!D[8Cr)&rr>cuՠsT$װQ+ %Q[|gM^0h]^3+-R ~9LU`s#ɺð pv7~+=ҊCg$)wX"}2qv؆hp=FCGTUůXO)RxXKt)2 6!'u-_#"= =~xQQ°{(ˍf9jIBȉD,0Xk)E"MdvĊ`$FMF+ϪLKH ykx!X70Z{_T=zRÇU gHVJjOFպ|dș zBPAnCa.r@hj1,M)_![l :ܒP_Ꝭ#p3^#@%CFp-͌9yKkHڦ+V\9h] sL|5ވړy2*%A8/ ~_OxXmnXCfD~L(E_,oF4xV L5 fSL˕w }(y8y>2^iPpz6!0;%hG!d˸]sK9ߕ ̘tTsA;ڤ7)%rKd>#y)Ԯ/CgN$?Қ]` Q؝6ڑi5{nB]{ -#w0{ȸdj4Lˮjw6y7gKHYHzAg&«)ra`E.IS >[qv0G$'I%8%LOM1Aٳɬ.涢w<Up?J`o5o)Cn^!q ࢏A\ƐF񠆒.;Xq׺=͵;K Hp- LyH J}x"f"A?=]':cmY&XNd:g2RWa|=׈89A@dKZȑn}qK} 1Q(ۻ6BRކƀ!qgO 3s&Z^q`mtM$,;CRKWٳɤ#%WҸN[}XPgT8q z-˜2Vq ˹zN+ƙρfQGv;wn{nV!kAjZaafpu=73AF,gHo *("iٗqJ8$6.0O`)t'9Nzxsz93ùIX(Qs*V9*[O'SS4l'e]O/{ժ}hTn]qӯyڻ#:rFb}qLޅ-'買(R F[U9w#?&28EwE7߄Nje=[P6'2^spf9h,$>t/V6vt ]3"ՕkM) <*$ ̇/\Ұ4Us`.4 ^Ē[0@EY$ jSb3""xfRϢn@FZpi\ek.e GBXcgET9GPLGƶ4MbT5{.Vᢉ7u1-ܶ"]n#xď{dg1(2D79PK4{@'T9S_^G6Ã#~kYvjV G.yfI_p6Ⱥ۞u7jr/iOSvnKZ!??̩fϝ c-A*=>ʂYs(,|"P(J^ o^L☝Z,g'1 kLs9hBvÊQNP|Hʨ4j+;n>wT@z'z%蚬C璬Ʊp[aWo(J xRT1}(biE$&81_CY R^`G҅d'yXOy/e,h?.gެʯL@&(@$2 1#{SykkvfŒ? x^9>)ɺAE(mk); +3G'͌ч(9zTWewvr*}]hEܹ2|LiƦZ1 6tz%v$G2trU;T&(!4"x^3/bI'FZ6e2LOL&1EWr.hbCd͸v|}*p3mF)+hC'i`:8$k‰u OoqoQjDwtfh? g$Dr6W)OR~8SDV.C5^ZO]~FuCh4ĺ[ov̯ZO1?vğD5Qb 1xޑzt6 ī{Z3_;ґ rk™6'u9%H[A[?V1Qb6Ң = &#by)",2E|KVYaĉU%%ԏzEOR"d11 X^`` G锈0cElQi_IU2͗BqEFj$f10#yXL8H!5Mt]`\GV~S }:& v >dӞNTy[_MJ/J?htMPPއz'ڜրeس4Œ̈́}r[ot 9O^LIIiqJz5^n"_35cE2 & 4۬=XBŧ*rXI[ 8\Ǻg(xu }_ad'rfP1%CnAt++5COTAhuԖvO+G?GG I)B> 9yeIj7[*,>BŢKM;ꔫe q;U4~KzPd |Or}A|<&Q㊭Dk̗qPt'WPF~FN9"L)>r#]9nJ5S dS!-)BU|qYY0XJ>ӌƞ+ h^~_xPm& Q7uSi7}nƉCN#gZr؊6y|uZgo;CbS3+;$*] 4R-wxymW'GYh4Iᶇ]FKY5j$,79Ī)y++S(PoB\Z5D1>(8s֏M Jv[W壾*"%܉m@ppt0rx*qu\T>{"a~Ԕr΀m2gK^t$ !z%0Bn]D܆gN.o lRw1VWٛ >B{BB[z*3:N<{j~ ͘񄴅۾e֦G鬱b_Pے$GBf̫l Gb}t}:W2>`F Xh TV(& t%WSڨJl7ʓ BTZk#; *jgAgvD>ZPIAr'(}k\z q9{͌SE\Ժ0v"ѨZ-$ogc^:]&T(Ejp@̑EŝBVC3W;s7Ƨjs8V@iDH KAOjN=O N=iC1 l!״>Qh#f腭'T+ ?qv m'LOOlFqiZҮ7FLK<[0 1/##Vbs擞?Ԡ+dgavяF@-tD[=Xpo=P,ί c`̧]Dz8QG?e["R[X͑/ꪪ8-T:5 *sFVإVfQ$w3fZmϩA>|5 C_%˜|F1y¾7)h/]r`X+Ňi A!;h%qCt;: E 6taQ'~h;q~3+x7sӝ%iu||m[ );e3 X\+l5 gԩT.ns]%1ȝU%$U,H#9*;GU!TY,1C`eE2gUNc82;- gCxzqJ\3!Z6{̙3Q̰=my4ȻⓃqJQ{ &O3JRxD[jqd@! NJ6yw¥{BuWI4Bq}yJKCWw9)#9 (]s`RP aP$&WYtͳiOV{ݴԀMSq8!x?}dۧPsg,-? XN7q?ANK?*O='P}yAߒ-)Όqui_Cv݊, cn~-0(9[bfd{>H.+ȹL$ei<^MwWt9?3gU|8`S%]3$InvnA=s#-wVs0IC}+tYf'_֕ - =2ȯF.R[F=Oܐ4h]StBV<Ō΃GnhV'vh"):  H> H1ٛ+1S*5k&mHgx93h};}&RJ[WAT٭ ネo;ZD+-FCQɦ+st 9s{F'/f޵(?[Z/uM1lbg7A))D ><6ߡ51̶ɦE3@,Eח]l5 (e!)?s5y,T&$>=[oƐ9އE`$.hZ4,[jC(Mr{(Ķ:bO +0!P׳yJKP6~Hր%F|t6ɫNgi;:0!?;x?kj&r5ԕԿ# s][`3#Gݠayr׸` T";</VC'>fww#ɩُA6H13q0Az2aOwށV[=0 N(+e ^#4 %4/T_bRw6 N;`y(Fack+|{d|-mqBYu5 +0mcqC/HR+uM; "#MQV/Mc/TTCr RM;[{T#f d w @ХNv@:cXA(8BH܅'bZ2+VNANpZ;w.|k 1yF]QR2 ^@ܥ],H($%ջ n\a-ZNsZ|Bkyb έ08 8:o=ff<L j+)?ܩ33RP y" 쥵 |Xx>L]LDq 8& aO)nw\rmZf8րy/|9_] 4@GC^n"p[-i]W A4B }Lt;{Fqt5͚K}Q,t:59|k0~DQ'\ôq)B{ve |oo\g