libscamperfile-devel-20211212e-bp155.1.5 >  A dkNI%z cRB=XHuR^P"Q^Sg@bw|n>}LY[ `i8~ZڥiK U!`AP,=ŷGMh` IfMO\s]dƬ@(揑1<̀†LOƐǕ "9Gowk6%WYVK_lQZ/ɉC_vUD uYƯZ{{|&OQ4O\@v@=+WJq5 Cx㒛m.tb2uE_L}e67?C9fþ':͌U{ S>B|c`x$[# t4d*1gJ&W=]y/]^ki4͘32`dlH'K袩׸!Ʒ<pyёo׳^urԪds=p8k ͥ}جCDn47 ,4fd'dnSe?.h/5VB/O u%භ܆*,J!ccoq10\vRw+i6^Q2S>~󳉻 wYٯ:EUYT fm\lV  !_?>9ԩ'"i$kӞ(E@(x v(C1"䲣9y29[](ku=FLdJ㺗.ipƑ{Ø (yb߷ZWQ !!>p;U?Ud! + m(,<@]fs $ B `  + T&L C( s8 |9 : FQ#GQ<HQxIQXQYQ\Q]R0^S.bS]cTdToeTtfTwlTyuTvTzU9ULUPUVUClibscamperfile-devel20211212ebp155.1.5Development 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.dkNobs-power8-04SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgDevelopment/Libraries/Otherhttps://www.caida.org/tools/measurement/scamper/linuxppc64le8{n' `278DZSebastian Wagner Sebastian Wagner Dominique Leuenberger Sebastian Wagner Sebastian Wagner Sebastian Wagner Sebastian Wagner Sebastian Wagner Sebastian Wagner Sebastian Wagner Sebastian Wagner Sebastian 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 20211212e: - scamper: * gracefully handle situations where there is no /etc/resolv.conf, or no nameserver lines in an /etc/resolv.conf but a measurement or scamper-internal task wants to resolve a name * tidy up buggy prinf-like statements in scamper and some drivers. - warts/json: * in JSON output for ping, print the TCP/UDP src/dst ports or ICMP id/seq used in individual probe packets, * fix regression in libscamperfile so that it can read old warts files.- Update to version 20211212d: - scamper: * add tcp-syn-sport method to ping, document in scamper(1) manual page - documentation: * document trace json object in sc_warts2json(1) manual page- Update to version 20211212b: - scamper: * add an option (-O cafile=/path/to/file) to load CA certificates from a specific file when starting scamper for validating a remote controller's certificate (this was released in 20211212a) * add options - O client-certfile=/path/to/certfile and - O client-privfile=/path/to/privfile to have scamper present a client certificate during a TLS handshake with a remote controller * fix bugs that prevent scamper from reconnecting to a remote controller * fix -d debugfile when scamper is built with privilege separation * fix bug when writing neighbordisc measurements to warts file that prevents a neighbordisc measurement from being read * fix bug when reading some tracelb measurements with unresponsive hops from a warts file * allow user to specify fractions of a second to ping timeout (-W) * use a random source port / ICMP ID in ping if -F 0 - sc_remoted: * add -C option to specify a CA PEM file to verify client certificates presented by scamper instances. * add -O skipnameverification option to tell sc_remoted to verify scamper presents a certificate signed by the CA, but do not do name verification- Drop libscamperfile1 provides from the lib subpckage: libscamperfile.so.2 is not a drop-in replacement for anything that linked libscamperfile.so.1, and as such the provides is invalid. The obsoletes is technically wrong, but is there to fix the upgrade path of a wrongly-packaged libscamperfile.so.2 in a libscamperfile1 package.- add provices/obsoletes for old libscamperfile1 sub-package.- Update to version 20211212a: - No changelog available.- update to version 20211212: - scamper: * in hostname code, handle nameserver lines with comments in them - sc_remoted: * fix logic to handle TLSv1.3 handshakes - sc_hoiho: * add the ability to learn regular expressions that extract network names from router hostnames, documented in the sc_hoiho man page- update to 20211026: scamper: * in trace, allow probes to multiple consecutive hops to be outstanding in the network without having to stop and wait, using the -N parameter documented in scamper's man page. * in trace, do optional PTR lookups using the option documented in scamper's man page. output these hostnames into warts and json outputs. * bump libscamperfile version for the above changes. * document that scamper's control socket can be told to return JSON through an option now documented in scamper's man page. * improvements to reading warts files via fuzzing. * other man page tidy ups. sc_erosprober: * add the ability to adjust the probe list at run time through a unix domain socket, documented in the sc_erosprober man page. sc_hoiho: * add the ability to learn regular expressions that extract geographic hints from router hostnames, documented in the sc_hoiho man page- update to version 20210324: sc_speedtrap: * speed up speedtrap's runtime- update to version 20200923: - scamper: * integrate some fixes for compiling scamper on windows - sc_erosprober: * allow larger probe intervals - sc_hoiho: * add support for learning regexes that extract ASNs in hostnames- update to version 20200717: - scamper: - update remote control protocol to support session resumption if the underlying TCP connection is interrupted. - if remote controller is specified with a domain name, use TLS. - fix -p pidfile when starting scamper as a daemon - expire entries in the ARP cache periodically - add -r support to ping and tracelb, and record router addresses in warts output. - autoconf work to build on linux without sys/socketvar.h or linux/netlink.h - allow scamper to do IPv4 ICMP echo and IPv6 UDP traceroute without requiring root on linux. - libscamperfile version 1.0.0 - sc_remoted: - update remote control protocol to support session resumption if the underlying TCP connection is interrupted. - use HUP signal to reload TLS certificate and private key chain - add -e pidfile to write PID to file, to make HUP easy - sc_pinger: - add utility to ping a set of addresses with ICMP echo, UDP, and TCP-ack probes - throughout: - reduce number of warnings when compiling with -Wextra - remove rcsid from all files- 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-power8-04 1684754144 20211212e-bp155.1.520211212e-bp155.1.5scamper_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-SP5/standard/f0df4ea31db5aa5849111a9b4e121214-scampercpioxz5ppc64le-suse-linuxC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)hAǕJ "X)utf-8bbd4949e0ed7887089a48edac1247f073cf949a464e00f8a9b5d0a72026d2f4d?P7zXZ !t/U] crv(vX0ٱ_\I0l\NNP><6a~RrXwMlFGV.I{(ܾDVuՂqucE(r"lkY}[u=cOaV^y%int[)hJ% Z dp:EI2"`H}1!IX; 觊:qpT] UXYSwttOuvEq7p43ylFM]LAm1N|ѻxQ#]/ULX ZIZH~*n?S,[=p3wG0L3'#`+9nkgdsD{}m;Nѓ$q={.F^1>whAE;Eu$rDٰTw;2p;oۆ 2}O)z$;x_)ߌh_CR7J}V,R=2Ha-kmk\h)ؗ[n%'.xʅ2T|Q|Q2|2ݯ*@@YTR+Sc$뫜Sc;P?+ D3W#\_"c#T';X Xeo>%Ejy@rXe 8{$ݙ1s%%}әINEZw iGJiJB% Jb4u;C춅C|VMkf꯯BL͑;6훍+LDY{5#d 5&hӛ2V]J.awUo0FfEK4`8=g|sυ4o1usY#,?RE"91P_|~뉕42KV| R$!C d^n'm'Ű׷T~FYdF3[X:pdrwDϤK ](Lm!G)9}Eog%q6kViw%E9u-cGf%W>kzp6+a_`KD[/zJɒl#z\$<;q t2vjwo.@bghmt- Db/ [u_7}9U^Ud,s,IQ\T5zg!3BBIsYrUC?̾oɎ7<!$\KWb;CCI_MIuRVΔ ;-孳 Fw VV*w"mfN1b`7nn ا* TK@k~{7wxjSv~4kImB$-up4z:2Zrld$*Le @ƛ`oޅzR|x\ 0ȳ -N >RG8_DAMQ X#8TSכ,Bqi3WAsiۥ)?"zWrЛTKaOFΔ1ZI+eayx4CJcOv`x6Ij#ṲdT{131X] g@+~`1SF󦶞U-Y =oXՀԱBAzmhqp CGo ̥Xywi`’/={UHQ榄{A1 fҽ Us\*SY뀩J=lgL1FK*wq429=,T_gT(µPk:Dfw;ױgx<އ7? b2j:zRz~"Wt̢,zgadET5G3>9]c;2^;Ԯ[2v?vӺC^SX&uh;"]VXQ҇!NYіwM@-O((7{Vjڀ?v 31[Ӱ_y~ 1F4!L"C/yM[pH,*᭎9\[ߨWYArLR)]a,f1&MUvFd}F*W˫*"^+ܧfj66wKE|1+)p*Wz"Ώ z[ݸVlj97Ih^DF u8WA`R^ghfOvR{ DWD~Krxs|BzE~{ǧC{ikrJ$MO- * g9 U8녤CݔkK>$0jpifdv\kVEWpAUg]ƻ9b*ִ?Fj9*N-VkvΪ[ArIvީOPXeqKDU %rRSDWk "y"JXY)$AqX-jF0zh?Q0}qh<8  Ujg [e<"kL3>l)٢0LÐ֛OkP>5(zr |Pzpꀛ!B#ycy;X VC\ Fkc4! ` 0[=Z*(xrXqWݛx?,4/͚,pF|ߩx\x.?7Xb;g⑑@˄C0wv'23R#fv9 hduwo􂔍d3YޗEۡ?r"\>N]hlkH7!~0Yí$cow ;!AW{j&e]E<1ݵJQ O/.!u {=Y.tڔx"@3?l|FsbD³' {pj\fxs n!Ylqj .6b= N ø M(ս5:ī+V'F F,$i}ˢ`Ki Lխ*pde/)*ޱ[]L)GH{W^,`POLS=A+zv+zRj-Q{_J]#OJus6)č ň:(O0EP=a o; pS9xqCK-#>Tb3.p#3'(F_}c#{&WrS$03!_hdf1HqbJDJ=ppľ6ۄS Lf]^$ZPJUe#,;-9@ (1lsELčoe+vGo{;`ffyX$%#TyAЎ}w5"2 I@^eq"Lf4nՔ_F^wʴKQP'0#_͂@Y٢Ҋ9!T Rb0{MB9CR\(@^5;s쁿OO=ad/T񦝢RarzmH4[(l|ƍ0+h3_/V$Ca`ݓ,w(+yyF3qbaqyT j6JLDBoh[a oAȥ҉'){u.J*Lt܄5ZjH#=+M9zAdvW/8>rJ;u7X 0n9}Pb:u5wotTc%\[}M쌹d[YtW1|ȧ11U#5`d3WlӧQ YC̴jacdj3lMwDfwJwT.6C%^ڿC:^5.:`9wsmGq/HQ6`X=RDn6snv) kBvFmokC SٱP[^^wBBU1|pQ\eeIdXcaI>bIrĵEQڄ Vf_|Sd!_@rL;pM_yޟ b3Z"]Ht EKk}tx>tv i./bIA`,WD(mI:`gG,C)'~2ʯf3s_EV2dq<WfZ5':#M˖-;NnEޯuzE«K|<渋tNGW :Sd/Fp/~9>#b& [i1q,eO* pP R*D[UKxB\rfuί^K:m7qH{S z1f::D$]>XZ>Ot KPh#IY te%4dxy_o1vjztVGI)&Nhpvy>ɐ.( xg3/NWFDuS^lB!8y$\0Q6l-D޸*`5k5cMunZ*QCxQwϒܐE*k P~i-|JudNgͮscR(,1FVnr"PA}EVd6} ܼ=r?'kc֊ŭ/^/4@Lg'XR4lv}vI 2oşHl${xlp1Ae6y@A˴V<++-kgM % ;G  %p\FJX.YOܾax'˱~Γ!:$9 e[#NvTÝK*veu ZX8(suʴӱ%-((vD*͗[Vp$v+G;Rbfyw[ly{9 *-@.w-ג2L~͒^@WҚLڿ]reQ +ۂ4MSpMÚPisfq|KnI2]|3Zq$66A)"4X>k>jt=K(]1wZ&qքiw3s]焂fW^edQ ;Β9f<]brjH@/S:B*a{H:@~(—0ب_̀P\Z9%.F3ޔHl)-CMjk#)oX|g~C.͗F(@M2ΙvivtR~-lt !+:ni)B6}7[h_'F_gzz,YFho+&'%{Ko>Y|M%VX8ѦmJnGN.1w`yܹP A6> T3QƈceČmBKOo] ^SsIfb͂_zё)4 %>eޥӿ6RϮ{#hz^33zR3&G2edLK׌fFP Z~r$&sx%-Yq!ۤTRtXWtդ*=ᙄ[8;uDMd$5\̨ۖ `&k)h>^h=l70(c7c ">Q4SE~Kx'0 9WBsc1Y˒,$h* #xxUIBN_]7ieax/?>2+8sp )d+oce!rt;Q$\o g=YTD |"(8JMrd4JNKC_Rg>dFϸ5?RMk[3#hn9%Ȯ]) ʅlFUMٟ8Fʿ̯S˒B 퍍=~4zBaTxbL,L{QrNr}ÕL6XVt2``I7F ֛/mf!r|ЫM*̉9)NL|RJui(n-D&!l2mMdcA}nRִK+eKrgѾAsËR,vXMruZ;ށsZۤv= _F8 aAE+\7\t <=p=601K Ն=.J&{cMv-5B=úUz4N$g(q%ԷwW x] ħnAx~)BTdT>ʸpє $Ҽ&۾Te1 igE64h,o\2rkgX}=c~LRT.cBf!5b-h}|[^B2yOr:ڛQ[TO7񚮯qs]A=FlS7O=4 +>5yBkju }.=~`e\JЉ\CR J),2QN%nђإt #T_⨳=*7OAr1PTLK*cY! 7ޙGBۍZ&掑&mbYQE)Jf_v?}f0_ƵF+7>42@R)0#-5*'͜ޅ<@J3M@Ȟq7KqyVL v- )Jo/?oꬠ+PF^M@^ȃzZf Dx[드J#zϱM HIC =00v-2s {<—1nqF (ˠ֩/Ž Vv6zЈX]qŁQf > js0o\@?" 0^cSpbwJ<)F'#mhAʓ̂R<}9Ag|H fm }8xH 2m^p¨|_JU`܅aE lRmWk/ j<[e#q;I ʰ wļ-P%+xA}uLUfLYy ~iȕpKzJRf[IC |VuP.[4{֞<鿤]rRhK3ON+:&,y]H1xW\wZR쥿3V k;܈^mGR8FlM8^}v @Kl 8tќ2YE.ûrGWDynR`.+d>\=؃OLg2>=yy/^B :?nMϵ,MgJ, wM 4מ d([O:* - U%w -nFhL<'X0A"`4a}XaбHݕ7Dy);x*>Ÿx* ,EAp*5Yg}fcfVŊuQqocE?ljQevlƓԥ6A8ktu ` .rI`F|k88)a1wsr0t-ś Ʃ_Z*d 57ۥ=grQ㊜f '15n4ü &{2ˎg)QgJ"䨻MJ;ziaW_Ů1Z%uhBnj`Pt;1m0'Q)J߅\\z+I9=-W6!$SJ;?/7KbNs,n w:~ǂ93Ax"j$y*Gt4e&vs)Ŝ;Z^py3e81q PR[SHэOc}!~h/R26Hwrbi30T"4dX %Wbuc'Aī0(ZEͻ-3 R=t8! h _gZ%;qYw P9fZ4I57y]O:i |?Z*MJ1Hƨ>\=~ R6cȀ WK,f[00 Au'i?%qVC7QwFUI |ۗR\w.2,1c\4_ehA=܍%ṡCp]lkg5!nwhGZtwal2:_mGEs ?}Woխ:* exN< rq7w@V[{Ѹi2叩zzP1mZ4kjYȣgk)XTVfU7 KnS I& !Dtl^wIXtͱ246u6NTYِG]&ݾVF(cmb T8 휩iva5t%@y dD=5fOV\DM|wH3 d3{_هMB. D4%uXƷ7tZԇƳ, \6`rݴ4{4T$ɞvsnb6psuݽ3Z>0~vC^؟h¤oogmq5Gkoأڟ ĭO|XCl=ڹBxo;'!(HBvPQ8ma]RwDm`R W6(JجًTVbwd6 ?6=O"t{1q oݧ~@ d+d)hH+ Tt ޶w!M Z𔫔jW$R<\v]+9( *i<`<ѲPqD =b읁mjmtSKV}p|KV g* u%=JUt>Q/ڍ{o*di9Y݋E;sǃMdn=#+&#ws ֙W!-{Aæ8T˜.z櫵 ۺI+ ;j" ]e+s*#ޣyH2'c֙~ #O%Lc?ݠ%_DxGlV-вųғ̓L&jplr|?8*hu! '(!|-Q<;:@6[m:Q7يG]bnMIu9հ G)q .~:ËFyj+ ")BU=C奕>sM|S{UO1']Ko<)@Gie㹮u:zv}nE[#M@+D bV3n1JJO9Xpxχ2Щ}Ծ vJ{&mw?_r_Ҙ <\{`!Ywg ]D[{8z'(+D{x n' TS606SLSz[GGKnZm01Mu_ґwW+ܪd6qS-m촕BՊƏw4aer}¦>_93qJXpYư29=>xqڕ-`nN ;Viʸ*V[J! )ɦ(®WuG_Uw{4`xb PMaԱs;)ߵhp$-+ZNBQ.pN;N(\lVK`LJ^uԯچKhuL1+d*o8p#ѽٞg0bz4녟GP.^eTwSN`%OIdX/~h gtc$tݻ@'뽼C*NǟjUI3'DZ: ;Z:ؕBVM5|T0oRFTy_)V&! ޣ,>_> tW:i!]V| Yw$ImLo"n>- BbjS \8n]yqnhyX^$i>] }(rhC5_7ц6Hı0_%4~{`*a6'tEo4y@sX0 Y_b].B?۲y*>Bbj^]y`*O> ̨4ruY47_#sy;e<:w/Tt-\hD{edA\ }:pD <+,0ck8ș> $\s-m;rV,1u[l.cgD;z--g4^޺e8Ǵ( YWw0<4@l:a0qTl#]gkb/aw̫ǭHn > bo+)N$3b8H`oP EZ5l( `mc:9,l .V{Ruۄ4su/8.0wct"S9pDbo>B~!cew@u|Z;IVúI<+c+c;U\UW0)fq5uBtP  7k!Jl0>< Y q)l_f_)i7u$.Woͽ 7!\X}n1@&cbwIׄr4woKTRxVTnox|2$2wi*(m68ͯH!&vws&j#p6H)[1dfY1 j2?T  <7PL;$})\j@ Ϫ KEh2B]v rctayy匱 \MO&(#záMG2nS}@ E\ۢĚb'm EԽI4-[ܾyjwj2yyi3cGVcD7[%z^|iY〼f}U SBlD=Cm֏Շv!𥺇7Xe`] O;|N6x,r862 BDXDjR(^q6tE@^2pܞ+xk`%̙5{؄陒z\Rw{v5䛡͝g^MsZ_A!ooV{c/#m_a)rU4RK4e-9b~B7 ]ɺS-mpwv j*[d+K7*b.;Y0|ΔaH>ʠs='1cPpq)o:`bXzinIH yIw:ڞ=c*blL3 +9g~"1+R)@|Iӓxr BaL  Q,!m5T2YFѬJkI-G; rC1)PniX ӼkPD[-nNX:@G X)gE"*A"z)8Th yvˤUp5%7^Rm kH5d @+ ~k^&vhyoi5hÐ%ث{?5޸"aZ% XqY=JaHڗЮ%I%w#A@lP<>=:N~5hFbGNRIѓ.ARC )ҒcBKc]䆂tb!^v[.rup)q(DcS9CKHrUO #vt$C?8:.N Pq~GL9$(UbZ:YJU~XTDjXe?-jz+Q?dPѭK6B,],rs7& #$v*}atG?\F_7 ̪,&FR1ʢ2_Pp+7XCtMՊx4:ž ZAC[).%z-$ӊҢ!=s+ |Fw@#(/2|=f UdTnJ'L茚a$ч-n+]phYKޤڷ yӴXQ[ w n$W}|TذH= 0<h/I"yzjHg+k=3R'f_ Z;g3 ۥύƫpsgoz#hrF>QyE^r#|@_6ݰ`CÈl9F0Ɩ9UhfY (SogZ Nz NraP^N3VEHu}(9jtE 7JMk4O$Ƶ>@e|A}0bc ,[p, Ƅj5"HuR6sA1*1F2y,ġ?p-* _<]QS5Ui8D9pݳ}g0_4psQ{u0^g$Ņ$[[y R֬lڊ4!m \@U#@Qt9s:?NE,Q`CdJiVLy{BL/@x( mu؟\Ky+)َ6MbZ𸙕R~i.N1_a0>X,[ K+YMZOL'"]gզ4sc$Z0=  ./NR[YF'63")Tа6|/:j$|m-Ji(U>k's;.BD]zү[]$X>̊h QCp׳Rs5械f5pk6V{ %>/XfŏtE܄`&TXt=hC/uF9v҇е5y&qO/WGϡFU-WK !y3MLek*rvDI`[?CV5c%RN6Lf=pԩǛJ=Hq" aCz@hQE>()TSe(,VEz+c[D^FgJas,3;w2ƂNøtwI7jm+ZI[Y`գ U.POΏ_՛ 6M{s#@< >{:"J >tkh@žǿ~TQ) `=_|y {3RsbC].4i[iX ݃bu5y/x?[Fm XNM~̽A'lx虡Cf;*R;zwA#@2" ,^9Xϕ`lߣ@Hxe m(~x3xݩoNz21@Fڍ/VMk#FGl5gM{3☘EI]@5pҷbr!k CEP 窷VAz+qǟUB ܷ{x}K;_7O;PVͣ@l=G~+⬣]q>LZI$Xxʓ#5:y -‘EF#wpRwPgc{QY' h9Ր "0] A %RɎULP)(M!8`ni(e|\`NF4N:M@Ts$w=S%;?j_A3d*&r3Ծiǡ*2`DtڲR.]gx7;7چ)(}2qUv|1Qy8P]v4j7hףּx!|Z>U"i)Tڷt(,uPtDS WctNj G] b.Q+.eXZ9'۔?תϠtqvk;]&E<-_hæ@9 @Y9\PV!])np>*~'%\Iy9wYE Lp*mwTS2^k[Gc$?\ ~N`&+$/>j~'2 zy=z&/kEO O8SF)lJ>\ϩA^7ȇ*J˕e-{Bݸ&7P^4]d9e,}^p#7V)nJ5[Y`+d)DK8 >V,JCiɻ٢9z滙QBh\+LE2F"9"7@=}(qwR /F7940"_VDo_͓Yo3ǭsA< L\IFa+;ٍrַL߀h{yU| xQLg]v';P*)ԖT Ls9 6{"WF[ct%UG1,h)3ʜ.t(O++?y$_=7]p ) p*PyJ X Ӱqe|HD{CK2E;$Fyma ,iü/>*)imy?ʕXHK\q%%۞@Ĝ; w -Drw<QD{~^BLy5 uKԾ9ҭ QǛ\,=2U?kG=UVV$_z >T12ӊJșW`snku*Vo\mUGU]HbvRQ-YJ*H>PZj=Gw5ái@>m *cMRb5p:NjaxyLɦ=o4+E_#}bÞɭá{/q)H4ֽhTҥ@vAe'~i~'!3WXi2F=~ 6q!athJlNɈי١ wVh5㢯mIon D**T\ko_o{IfKDP8(0ڠZ[߷P:1wBk`YrW%we<$'q٣nZx55@z fK*G)Ll%)n?dz3ݔॠ(Jz"brkn쯭5/tm; `Nj}!z?D6uqJȀDH,Ì6r7%@ ype$“^6ÞIP#w~0*P$K g&T@EJ ֠nX/RZ-Sy=?Ol_$ `%(H۠gEz+t>TR0@> j+VZ@u95-Ā+ zKrv |8~#Zδ}r3@>hIwq*k:trFH-R~Eq)PpWcKҹO\>C O5gIT#" esQ&\ӽAT+M7:/P—=pN Z&+h,:Dg﬋U3RFs =9XY>\( ƺ 4ى}IaSܼ¥goPƷ`5wmTp7+FU%VJ%`7l2위֧7Y 90*q'jN}ѕ9DScT$D3}p䫹 K6RΟ84q2@K w!?bRHL#Au:煵g)zޝ>8$Q|i5sHEف(彣yY)>Rz]Bۨ)I0@dr莎%V*=Swy`Wq @GpǘflB +>㾈A;,]T/