libscamperfile-devel-20191102b-bp154.1.24 >  A bx뎜!M@eee<b=t8U~goLbiG'V2 *T/b1FKhnuM_5Ya6=Q1O)3L:rO }>Pvih#-&pV elFtMg=fϛOKXo@!FS.Gϴ!3004a8e26a296df4bb98126cbd523ecbf3a1bafd9ee0b0d1e70a4bc0a2a9db142767e290b2122a72fdf1c596ac17c77b430c960bbx뎜!M@eee fķp[nV8^8!{B?ht!+%SOhH٧'D?vXA8 &C34;p75{ 09`*>f=VZK^]sI oT ~֙^٘<^@~b!`zwݑeGWaԂ=Jn5|\n"n #8pH>p;???d! , n,0@Dajw ( F d  / X*P G( x8 9 : }F;<G;XH;I;X;Y;\<]&d>e>f>l>u>v>z?Y?l?p?v?Clibscamperfile-devel20191102bbp154.1.24Development 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.bxlobs-power9-07USUSE Linux Enterprise 15 SP4openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgDevelopment/Libraries/Otherhttps://www.caida.org/tools/measurement/scamper/linuxppc64le8{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-power9-07 1652091756 20191102b-bp154.1.2420191102b-bp154.1.24scamper_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:Backports:SLE-15-SP4/standard/c416cb014de0aef9fdb3f1e8113361c6-scampercpioxz5ppc64le-suse-linuxC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)L "kW:utf-842f6b2263950582e8783304aeb5bcb47e3367a7af35d791cb410f21f23874082?P7zXZ !t/GT] crv(vX0*|vn9ϛ^AP6nߛƪ%zmqAy_>dT_^tiVX*16k[\\ 扌aq'ReuE IϹBCقTaYԎuNmCJ/h : f?M;=Ş ƔM4hJ#")= rI@FE-&mpޥ7.%cWd0'cP0gTG36.33aA3q$x4%]qu"w*jL]j ֒Q) D7zJf#tI֞P(ųqύKM'eɔv2_mVYNuuǎxc=7J3D۩IJϘR;+Cm'w6d2`As }5Hhl~~2(ɟ|Mܹ@\I]u$ީduR.%'8x:}da>wHLӌoQR`MT0VsQS$`*{žYh=;YiH_=7Mk߇@}*_xYjtZt1_lqKZ.u鰧=I|5V bҊú0'E(Ҫ  HjrLc>&*lK΅x{G,дjY&Rif0ٞmLc뽚#xK~K΍N;ؓj;~+1+ˁd_=S~1Zh⨃!ߜ^fK2O3Ǝ-KlhiF=Ru,fי=aa~OYmu/9|FCiI}bJp_!AcYTul 6BE.<3[dbfŝ+a(TdJ8v"ݍ?խ*Ժ݅c*L=^A7XQgѱb IҠ%s@}JtCE|a߬gȱI!W3y> x Bun D,pډh.,u/ ꌫ T{Tn.K"[?>) ڊA q+3Uڠgr0 RfOIƈ;OaM=?sd,HB0|Ԫ}Ђxi^7%]y#y\G+AfJQqU[2u oc(|:y9޼JW>xˮ6[H>4RDv"4sD%sؤ~-GQİjaN<!G,klJgOEr.N%6,Bd~f* y #YC3x4e&MҢb9?h : !GM,b JbK((U2{!ho }6t,ȱ] (;{3w`g *˸Slq5] 1i2s}rf.Sԗ .aǨxtBLb_IbN]?h\;Z 7|XگKwo$xeio3uLvec=ji" OրM:E&mJ c* 4FmmaEtEK8ʓ)3GU@[H!پd^dԫLFNJ.{k"]滪\/̗,jZs~cPAmI*~H]<;[FN{6< ] c hS0 ףŞlⶾ2u YxE0Q~.sӘX<`Yz eSF;0۾Yw+mJxiAG@8 UT d m}[s3G,[a=E_ pI5&WFC J{يvyG~yC2g ų;V=qCM؃2 ԫ.~ӢGE0G4mĊuS(^Ȃ?6U`aTY[wh+o/ܘ1H<'#<U.;$>`)`PMo_YT Ai)(RkY ɒÚxL-F6X=fe@ Y̵lmLTc=2̄p:5\v%Rm\iI 969T層Ypw~gocV-j WYd=FU.e}C0,SO 8,$% +{jM |}č%վôeo16@! OٙI`ַB,ު +@|E'Wf=Th {[5cbvZ:/-)UM/z\ܑMHw7ֻ eoMpFI]|S0t-V~h;JT؟vrt [ oHr\s6BPK6Y[S7Xoٳ;lPMugASqI(.7QtIpZ@Hk#_:JL*s e6˄ZRW;X/2`H ͻOkFw&Gz|7%nl`w!091n0.!d[#bj/f0v.l)ƛ\N2>-_eʁ3De7|~eyMz*D8-FԂ[#2[}0A|U6 ~bxiAR:ō6ڰ m :X'0U+u;YfiC(dD[ܬn,T!N\MCZ2sSĒlݠծd%0Zqm?(aUOwcbϬa[0Wkhs;P!6ByļZd˜/v /eU+TVNiI6RR*?_ό:ߖXFͫDx4\ftJ,AflXV+R˺/IIY\8/R H4a-i _z.؅Bhx(ߪ`)kR+eH NwytFF->xn={ݠ.w殫^̷&Sl4ϞƉٚKUZ^gYiHK+dPp8 K56>&Hg:D*^#_D =GZΞMTo3':HT5o ؿ/wY,D?2JSW{y\A/fuV Sa 2Rv<-{Fٞj(iR84œ_:׏KE%'fكljli?CD@mKj] _WmR*L+YN%Y/% 'AadZ斁uPsI}VlŜӐKbBWp&N|:ͦ9'笆-o+ٵuZdQ79M[Wè-/3bAvO2s#|sy]o fzʹ 8) lgWv$-,o1i%X f# qətwFἓoj͊+f %W$:it;S OVRrR 6ν3Bx]wsT.{?h:g/zt6e GEeA5+Bw[Y=Jet9H;pq\} E?q}oFM56N(ίMDw?7q&3Hӎa$ouW HI ChLVLHj!;_Qz Ca;OL:L(WCP4huHL|9'{./!%]ؤu:/f3`O. *UZ["CQv}iJ=Ю&31¨!{;֞\'LYdv4no'yuAEPϕ,q%4.+IIun=zf( /[!j1Ch0\h#]x:=oT^0xI% XSM]enV %nXJVl8lzӆhU2I;8UXR`i*y?G\{@yYB2$=4/GM]guSqs%8+db-dQ0Ⱦa7#"Uyf札s*VL5Tk <c}W*v;E ={RV:._vYcșe<8âVȡC=^0~WF|-uވnU׍ !$ǣi?_Z%MWQ+/iIͳd^ByHvh@.b)Q - sOrH+L伀..4nƠHMC){/;PBXI$W3)oqAˀD>1zmlMD&\ʱܡ~es: &s[' ߧ4\G8@DÌ8җ5$:HhepV#36'BTca,3xҿzߨXlw,HMSG{9;;?G7X'Ɏ"{1ȧG$_'-H 4$Cx,XUC!DҒqp:gw9򫽺M\G}$?,NͻMNS`? 옙6@ZN=WG^#3iLK?ڐ# Esiz&@4ŵpeX=T\$]<Ʉ3MQ{ӿq-nr/SXuBFpٯfza ;ƽ/UXWXbIyLbEJi+F:~Ze3Tx'‘o( jlhH"}$_odgq[xO͒$=|+Y C⸘ͭ0 )s͢F> Qt,n[u_!RKR{'SyQ{a,,SQ*M!g$HUQdγ5}X 肖<0zEȃMSuS3iFRdnwXW[C@r\Eq;nl3c5҃zs5k `F :pC|\s?u^E'`* <ɠ??]V TKx5A̠[AQ93OIC0eޯsFhnLnYTS0'mi䈫<{:>-ۀU fOpcS0f*eSo dlvw^㗕= ϬΊGu| Q;~,) Q+[?sCtY  lawcn#?w*zmk εq"ޯJEƕ[xy?Im NmCǮŀ%ځ|ojjxU1VU#Z+a_" X (,'5%9?+Xjm 7Io*Tc&kkW^dW\fu^1xf=MH]O?z./'-,&ǒˬu.O%qϋ$nة-z/<7 9ioe\[Qbo,Yr_nR\_%Yo['_@/^QGM?-d.ZD1i_neP]cBVH=8p&Imu7@5X$ksd`Hu4_giFnlwq8m'y'Qκ 0ϭc]'Pp;VЂzz՘{Slݥ;L/(a6Cp(ałX AޏDCOlN[^pvX[>NqL1\<;P5f:.;qFXE~_̚l(DZJy +b&kG_X1,ko-[["_{ `!VǸn~Aޝ#|k,dȧ)YS雟gOOtNa)D2hX,Ąrw!)Q)KlayVtSGɔۺ]B*1A".Z_ꖄ/9dl 9>>,S2Fcpvx[zphs:G7x~c"sobKٽͶe V ./7z 7m iCkEDS pۘsr ᙧ혵e Q'Ķ[|co>(aM0}%& xޣ/3bk] Vh*_@wiF2kL5ujSI){I9YK۝3SRl9bRU %v\ݜ4Ry9CC ڟ붲ab=e1,n9Lg梠xYL@m7$y~:& 6}z.ͰcD z媌ɩ"+ V1@]ztW1kܞxSLQbIa8onͶ8!lɏ\-wÝ@G.p6;J[FC t-iv"?|ʎd(dM"mɆSE@-U q0nq5>UlƩg9qACfU@-쨤NΑUhn̎fb_OABiދLU;f8G/È NeE©f9 ‡hK)^&NۿH„ rY YJ+n/ W!L~ACmEɸpZNϭғE-Ʋ c dHCmis~^ I3ZKFAFJZ&\SnS,HTn;W1F|D@qȪ> .c ) _FP#pG (K7iG-閹JQkth PѲXkfd5q[M/6XLq! Ih=0r|b[֭3|ǿ<蝓x<;Rs|2)U\& 1*=)G?@El=|GoGD(hŨ,#p9sF'1-kA0OToB/Q4?l0tಒ+.[pLZ붘f66{.}8pxvTG.C"e7,B# q"qy߫ :Óz> H'R\!"\^H8Eg;Zns@NjɁx[jLd=W}o~ByK!ILzxm Fm1㓜 WsoH8q3f+aj[(·':N}vD6D5*KCoȳΧUhöuQ(.hoLsWB߫g$y! d=~q>ovͼ GSs78}p$|mxƸJ-"3H6ϤZ4A0T _=h@7#e;db(.|l]d%i Q]"G"xQI)>~e% >`- Zf|a/h2QuT+Ƣ1V6USq^is-V1ZlnN]\hܩ bhWh5o$9?n/|o]7\{q NW4 L;#HKCHX7@1 WL^s⒅dNX&=b@ g49HP^Mcxݳ˚=g|`y q>Ye7Q3>H2z~ [eQp>+aCNU¾/\.k[ٶq.D E# P,)x 2*cmᰤb:Я#$JR]iٜBĪmqh;M]X> ,1fV,=yd^TS* ыLJg6x«.p鴥\(vP۷\r3uLlw7>XSxn9ޡ߃89{(={ݑ.cJhbό xwTd*+Ӗq%ui!+Ay_Tf+݌cp.PC؝yY$OGBл4E䔖?:Z=Me_=hT&RB#8>CeL!۹-Rb?VYJ?f *@TA}Xv3 d3̏=.fT{Ke{ӓd`}#e9y a-͎ݵXfMq,W|9,@dipQ)Z([DP׀IMSb 'Dᠻ@Rɳ6&>5CY Fde$ $ xnnkS't]*ϺQɽ%ir'*W d;uZ;2V_9eh% 䂜R`IKBYQ$aj7D噋ľ;t-8 z#x!ͼnR q߾aY[z\f?qڧ_!jM[8LܥچO9S6p.\=٫N9HL80;@6@<s RÛE6+FiFijD[s#AVNTZy6<5q(8.xrߎCf3`6p #^`#?GbS/ P5HP90}ˏLurrԩROrbwBoF|AQZ3b Ni$<*0ҿ`*c.j5@9Y+^ʼ̩UTf5={acJ˳v:5N6@V@jxI} n(f -+gȵi; =/VE034MpyfBGԀJ~[oMakR?IъJ[zBpKzi9?&9D)1?I0jK2FRASSs_gYqg!/%9T',m9Y|8Segj8aU;b:,xLE+b=iQ#+-ĕW{ҺxjhTov"ʓބ9&mH1%KKtKʘ:g|eBċ@M D3{}~ sDd>>U!Nwwea4›r]]*#G" IT>OS${ߚb:͒K̵Y>ːN\dMOq`reg_|TA& o94a/zoU Q"fbO5[evak5sB.+ y%e&|~!*͡sA I80&W_Ю(8Z^Zj p)|)pYj.rR3z-' °)411' k1 HL")M Kw6}%bZ"os7djb.Y𙵓׋8ɉQ_1XPo> 5 i) ѹ{x's (|⎵K </vzn[{hr;nwaelDب໾btckuKjٺ8ܣ OPGg2}ʷ|5+?_2 T%o- aaf?7@vR*#Sdq*OR]@ W7N?mU!x٘\ e*2/?cn(ߌ3ә:EZ8WVmV(󃐃S jDX7 *=l&yNEgں0Vj=T17g„ʴub[O,ː#|A8ApҔ__g@[x2<[˂ Vx gWO u Gn/Ve!'sGXG;! #:"Y6FOEB K{zئL4q"P%7 Ǭl$;HC+75 ,492bD(HwZ~Bz{Ncƍ]^s<'۸@C"qC7av]SheOm̫*'>0}.n^e$isd!{ ķףe+`M(Q'{ KƒA58UP݀R}-@Yn!\;YǙx]x`9tz ؏ZpXz_b3LCwȠ%"|zst5CWq=x'44%keF먑!4_jm+_U'@snԲɿ58S .ln#1S)ƽahҕb$KDiGŜg=;kb4@?@0ʊ e{xÇ\c7s?]/1`8?~+/p$*OyqÏ'TU4*;3W/=xPjY7Ep"/Oެ[<@0n:f }>Wn9ga5@E+KrqW #W>[e{R]z9>M0rG)D(&2N<"|Tfi mjUxoo ]5L͵먽4tq$GiV0Zz() 1tE|~r|TnTǖom$fs 敠iz@c=y$Xƀ&,E | \ 'mӸQHìȔXLsΒ6[M11W_zW̥gpSvmE6[eG"<^H5|biْ%hv;7{D x Lˉ:O]mCso9h ln|5D<5_(Hۂ@bo'[ܑq5pBeEnEr!ٌnD"c<98RP@lDa'1'_,Q.C>޲8 eA](4ml-Ds?m~f**4|ܿDϟD{0 ,S\ov5!X=IF˵1`InO'qZu2Su$} K|Jǡ#J#DQ6Ӎ)\"?FG1 IsV* A%, 鴫lpк&{WAY&'y /( _zN)r[eM*b$վn@A\iAC⓿c/?qO!%{{Y{{ixwlx Z92<2SdFXQ|E,$厡|c^ށ1ãtc7&h| $ɶ &==wN$x5~&=iz)C/^x.͉asldo.0X "*$eV̛=HE)*)O7éj=t'Vc;<{*Fң1\yK$эJ2ˑS{Iو!JoDDm`cWGrxblacSXnjUµ^7-KU_G^s3o%aF%25 .vEEͣ<謻Pz,x`cVΗ<4z#T(抏$&0GAw1qSTzryWGQW;5NܾnID2<2&A^Ӧϖwb/Ȱ CGfZ aku:bG#w,\t]FxwT\ 32IJcJ%ZA}[,XPfřGN`df[ (Y`~}n-SVM;(Ťֆ.9?XʶTeXψ-‰I-biʛu.\RE5x9f9$ebXI|lh70}ΥaS5k?UVLy6QCӐ=qU}.:JahI#h8֊C7 Zюx){KޗpQ{ncC.aݸq>ܨ Xpw, IλG7'sjbrz ~+˚mie"WRǺIs`gm\A8ΜI$xųW1\ioB6p)gWNK7E.) uخhUG܈ܥ.nFosvՎIA, UTFH1EV_]E*?%_D^fyzw'/L4N55y^myfvE;C;M MS#m;u66w;uȗ ӸnX\4rj?^?-\&YZR{&QҟL ,Tﻼ12'[rfݡK &Qaa >6A96KeK)%TGX9TvWGuvR").[yCʻBr (T^r3"Hx74&'6i;IP9y=9:A%M/Xa !Ka]bOH933#?I{`Bx82?[1@]T5}g[pTv:q+Gh-bNPLp0d8[5o W~s(@Y80';M Wv&f*֦X O/\.?0v*"0' (<*ch,Α*.ZڴKkԘ:yz C@>̛f{a~@ĨyoȮK/||vAgW/2".i8MݲBF* V.Q&NcyliܿYQ)7\I| Gn\C%Ǯ˔C7lAVAley8"$ J-+S `B;iS'Bm&3"+h}^.,b_8ꇺr|Z6"g\/N-$=?_R11{Agbw@_[zamsp(dX'!M ;?sTZop˥!@?߰]1QOS]eLL}(`T^lJ{<؃AHi9%Y#%!L/ӔvƲwͷ@2WXI9VQ&hpDQ_w~T{y?Q-"q @k9fpu+!.lWO4`+jT* gɶ YZ