iperf-3.15-150000.3.6.1 >  A e?p9|oupEs ;}9|v|[x%=]*)B4'c/ϼcFI䝒 ˬ - |EuxiYҊXzT_Y9a!u0[ '/'ŵw!O*qO6#/HG0|aw5RI:g_Yap>7l?7\d   @X\hl  4 B P l  @\p  f (89: yF2G2H2I2X2Y3\3(]3D^3b4c4d5)e5.f51l53u5Hv5dw6x6y6z67 777XCiperf3.15150000.3.6.1A tool to measure network performanceIperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the bandwidth, loss, and other parameters. This version, sometimes referred to as iperf3, is a redesign of an original version developed at NLANR/DAST. iperf3 is a new implementation from scratch, with the goal of a smaller, simpler code base, and a library version of the functionality that can be used in other programs. iperf3 also a number of features found in other tools such as nuttcp and netperf, but were missing from the original iperf. These include, for example, a zero-copy mode and optional JSON output. Note that iperf3 is NOT backwards compatible with the original iperf.e1h04-ch1btSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Networking/Diagnostichttps://software.es.net/iperf/linuxx86_64)@#.4A큤A큤e1e1eSeSe1eSe0f897a63ca5a132905df4ffc1423bce0edb753f347a535ef9f25801188f29edc48c97a4ff5c8d144bb54acc8357d6fcc314b45c62dacdf17aebdc67c48b410333ab828ef309b467023c3264ff6a46188567056e1113c5f1409716007e21b0012235aa7c4618b9884d6faa9b43a4e70291b35ea9f89329d5d33becd852e85221b08b4ea0e207adce072f5dddb62d80f5d6460921c2272e898d44280dfb92803b72rootrootrootrootrootrootrootrootrootrootrootrootrootrootiperf-3.15-150000.3.6.1.src.rpmiperfiperf(x86-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libiperf.so.0()(64bit)libiperf0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.15-150000.3.6.13.0.4-14.6.0-14.0-15.2-14.14.1e@d!d'@c:@b ` @` @__[@_ ]A[?YZkZ@Y@WhV@V@Vn@V\:@U!#Tq@TMdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.commsvec@suse.commsvec@suse.commsvec@suse.comdmueller@suse.commsvec@suse.commsvec@suse.comliedke@rz.uni-mannheim.demsvec@suse.commsvec@suse.commsvec@suse.comaj@ajaissle.demsvec@suse.complinnell@opensuse.orgmsvec@suse.comp.drouand@gmail.comaj@ajaissle.deseife+obs@b1-systems.comschwab@linux-m68k.org- update to 3.15 (bsc#1215662, ESNET-SECADV-2023-0002): * Several bugs that could allow the iperf3 server to hang waiting for input on the control connection has been fixed (ESnet Software Security Advisory ESNET-SECADV-2023-0002) * A bug that caused garbled output with UDP tests on 32-bit hosts has been fixed (PR #1554, PR #1556). This bug was introduced in iperf-3.14. * A bug in counting UDP messages has been fixed- update to 3.14 (bsc#1213430, CVE-2023-38403): * fixes a memory allocation hazard that allowed a remote user to crash an iperf3 process * see https://downloads.es.net/pub/iperf/esnet-secadv-2023-0001.txt.asc * obsoletes CVE-2023-38403.patch in older dists- update to 3.13: * Added missing bind_dev getter and setter. * a fix for A resource leak bug in function iperf_create_pidfile (#1443) * doc: Fix copy-and-paste error leading to wrong error message * Fix crash on rcv-timeout with JSON logfile- update to 3.12: * cJSON has been updated to version 1.7.15 (#1383). * The --bind % option syntax now works properly (#1360 / * A server-side file descriptor leak with the --logfile option has been fixed (#1369 / #1360 / #1369 / #1389 / #1393). * A bug that caused some large values from TCP_INFO to be misprinted as negative numbers has been fixed (#1372). * Using the -k or -n flags with --reverse no longer leak into future tests (#1363 / #1364). * There are now various debug level options available with the - -debug option. These can be used to adjust the amount of debugging output (#1327). * A new --snd-timeout option has been added to set a termination timeout for idle TCP connections (#1215 / #1282). * iperf3 is slightly more robust to out-of-order packets during UDP connection setup in --reverse mode (#914 / #1123 / #1182 / #1212 / * iperf3 will now use different ports for each direction when the - -cport and --bdir options are set (#1249 / #1259). * The iperf3 server will now exit if it can't open its log file * Various help message and output fixes have been made (#1299 / * Various compiler warnings have been fixed (#1211 / #1316). * Operation of bootstrap.sh has been fixed and simplified (#1335 / * Flow label support / compatibility under Linux has been improved * Various minor memory leaks have been fixed (#1332 / #1333). * A getter/setter has been added for the bind_port parameter (--cport option). (#1303, #1305) * Various internal documentation improvements (#1265 / #1285 / #1304).- update to 3.11: * Update links to Discussions in documentation * Fix DSCP so that TOS = DSCP * 4 (#1162) * Fix --bind-dev for TCP streams (#1153) * Fix interface specification so doesn't overlap with IPv6 link-local addresses for -c and -B (#1157, #1180) * Add get/set test_unit_format function declaration to iperf_api.h * Auto adjustment of test-end condition for file transfers (-F), if no end condition is set, it will automatically adjust it to file size in bytes * Exit if idle time expires waiting for a connection in one-off mode (#1187, #1197) * Support zerocopy by reverse mode (#1204) * Update help and manpage text for #1157, support bind device * Consistently print target_bandwidth in JSON start section (#1177) * Test bitrate added to JSON output (#1168) * Remove fsync call after every write to receiving --file (#1176, #1159) * Update documentation for -w (#1175) * Fix for #952, different JSON object names for bidir reverse channel- update to 3.10.1: * Fixed a problem with autoconf scripts that made builds fail in some environments (#1154 / #1155). * GNU autoconf 2.71 or newer is now required to regenerate iperf3's configure scripts.- update to 3.10: * Fix a bug where some --reverse tests didn't terminate (#982 / [#1054]). * Responsiveness of control connections is slightly improved (#1045 / #1046 / #1063). * The allowable clock skew when doing authentication between client and server is now configurable with the new --time-skew-threshold (#1065 / #1070). * Bitrate throttling using the -b option now works when a burst size is specified (#1090). * A bug with calculating CPU utilization has been fixed (#1076 / [#1077]). * A --bind-dev option to support binding sockets to a given network interface has been added to make iperf3 work better with multi-homed machines and/or VRFs (#817 / #1089 / #1097). * --pidfile now works with --client mode (#1110). * The server is now less likely to get stuck due to network errors (#1101, #1125), controlled by the new --rcv-timeout option. * Fixed a few bugs in termination conditions for byte or block-limited tests (#1113, #1114, #1115). * Added tcp_info.snd_wnd to JSON output (#1148). * Some bugs with garbled JSON output have been fixed (#1086, #1118, [#1143] / #1146). * Support for setting the IPv4 don't-fragment (DF) bit has been added with the new --dont-fragment option (#1119). * A failure with not being able to read the congestion control algorithm under WSL1 has been fixed (#1061 / #1126). * Error handling and error messages now make more sense in cases where sockets were not successfully opened (#1129 / #1132 / [#1136], #1135 / #1138, #1128 / #1139). * Some buffer overflow hazards were fixed (#1134). * It is now possible to use the API to set/get the congestion control algorithm (#1036 / #1112).- update to 3.9: * A --timestamps flag has been added, which prepends a timestamp to each output line. An optional argument to this flag, which is a format specification to strftime(3), allows for custom timestamp formats (#909, #1028). * A --server-bitrate-limit flag has been added as a server-side command-line argument. It allows a server to enforce a maximum throughput rate; client connections that specify a higher bitrate or exceed this bitrate during a test will be terminated. The bitrate is expressed in bits per second, with an optional trailing slash and integer count that specifies an averaging interval over which to enforce the limit (#999). * A bug that caused increased CPU usage with the --bidir option has been fixed (#1011). * Fixed various minor memory leaks (#1023).- update to 3.8.1 * Minor bugfixes and enhancements - don't apply the profiling patch any more (removed iperf-disable-profiling.patch)- update to 3.7 * Support for simultaneous bidirectional tests with the --bidir flag * Use POSIX standard clock_gettime(3) interface for timekeeping where available * Passwords for authentication can be provided via environment variable * Specifying --repeating-payload and --reverse now works * Failed authentication doesn't count for --one-off * Several memory leaks related to authenticated use were fixed * The delay for tearing down the control connection for the default timed tests has been increased, to more gracefully handle high-delay paths * Various improvements to the libiperf APIs * Fixed build behavior when OpenSSL is absent * Portability fixes - spec file cleanup- update to 3.6 * A new --extra-data option can be used to fill in a user-defined string field that appears in JSON output. * A new --repeating-payload option makes iperf3 use a payload pattern similar to that used by iperf2, which could help in recreating results that might be affected by payload entropy (for example, compression). * -B now works properly with SCTP tests. * A compile fix for Solaris 10 was added. * Some minor bug fixes for JSON output. In particular, warnings for debug and/or verbose modes with --json output and a fix for JSON output on CentOS 6- update to 3.5 * Bug fixes mostly- update to 3.3 * Bug fixes- update to 3.2 * Authentication mechanism added * New --dscp option allows specifying the DSCP value * Details: https://github.com/esnet/iperf/blob/master/RELEASE_NOTES * Bug fixes- update to version 3.1.3 * fixes [boo#984453] [CVE-2016-4303] JSON parsing vulnerability * also includes support for fair-queueing, per-socket based pacing of tests on platforms that support it (currently recent Linux distributions), as well as several other fixes.- update to version 3.1.2 * Bug fixes- Fix url so OBS is happy.- update to version 3.1.1 * Minor bugfixes- Update to version 3.1 * SCTP support has been added (with the --sctp flag), on Linux, FreeBSD, and Solaris (issue #131). * Setting CPU affinity now works on FreeBSD. * Selection of TCP congestion now works on FreeBSD, and is now called --congestion (the old --linux-congestion option works but is now deprecated). * A new -I option for the server causes it to write a PID file, mostly useful for daemon mode (issue #120). * A --logfile argument can now force all output to go to a file, rather than to a file. This is especially useful when running an iperf3 server in daemon mode (issue #119). * Various compatibility fixes for Android (issue #184, issue #185), iOS (issue #288), NetBSD (issue #248), Solaris (issue #175, issue [#178], issue #180, issue #211), vxWorks (issue #268). * A --udp-counters-64bit flag has been added to support very long-running UDP tests, which could cause a counter to overflow (issue #191). * A --cport option to specify the client-side port has been added (issue #207, issue #209, issue #239). * Some calculation errors with the -O feature have been fixed (issue [#236]). * A potential crash in the iperf3 server has been fixed (issue #257, issue #258). * Many miscellaneous bug fixes. * Consumers of libiperf can now get the JSON output for a just-completed test (issue #147). * Detection of various optional features has been improved to check for the presence or absence of platform functionality, not the name of platforms. * Out-of-tree builds now work (issue #265). - Do not provide static library - Update iperf-3.0.5_disable-profiling.patch > iperf-disable-profiling.patch- iperf 3.0.11 * This maintenance release adds a -1 flag to make the iperf3 execute a single test and exit, needed for an upcoming bwctl release. A few other bugs are also fixed.- iperf 3.0.10, user-visible changes: * UDP tests now honor the -w option for setting the socket buffer sizes (issue #219).- Apply profiling patch whenever %optflags includes -fomit-frame-pointerh04-ch1b 16957417453.15-150000.3.6.13.15-150000.3.6.1iperf3iperfREADME.mdRELNOTES.mdiperfLICENSEiperf3.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/iperf//usr/share/licenses//usr/share/licenses/iperf//usr/share/man/man1/-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.suse.de/SUSE:Maintenance:30849/SUSE_SLE-15_Update/84b95acc423c37036dd7a7abfee65157-iperf.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ab7796434d726e594eee5744e40ea935465cc424, for GNU/Linux 3.2.0, strippeddirectoryASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRӡ*?3+ _=utf-81a01f3cc2c37f586af1bb69a4e56e93502e0d677713bf757d8029e015f8df861? 7zXZ !t/#ij] crv9w窌w52WIA6El*y/}%~Yߍ-Ō*F{Ez:g9T|?Jw|/!S -%_'GEweԷ[>IcdnQ#R쐀/.I,1dIGʯ\H%o:i4u-dDH(kx:NE` YNwy?}qKPߧ_qׇdDg_@L*H|J!ѣu(VX"Q (R~XKy~»m+Jڈi2 ˦E3`F!+'a4֘iƾ 2]s*^`H^So>CIP8JyNETo LxMZHhjp$'rGRMPG +Th*K=ljW(ҷQA ). /} NAMt*DCc6]o|^<'4Mg.ZOtn {n/$؆…cn2wdJ>XrJxz1Zu@ف6u=)&t^a@r!H.ZdFSL"oH&eq=cYWʴCBo3?e[@rХM!3s %Р<eL-kܢhզ@3+hkY&N+?&2yƧg:HUzBKu8_&N/4#xwfE{T +2nyr,5gژ[JE+D4e2$ u!$b>ĿsI"QɧIPHZs qw'>ko'į !4b*]_Gïݪɨx&3Q4aշuo KA%0p9f pRSˊqΦ;KDD|FަcTnQ?^%=MQlׅWcYE1!ϥb@FFKFd͠{| fȗc+r%-뢇 l3(77ˑE.0XKpyȧOΥT a0a |M24xVf0@< BpK`=(CDRu(ϽM,n:ed)!koR*; NlP;H/Fc 4ŁXlRS<_1be]ӗ\mӵ#kA6].Je"),æstm\f"dew_cZrЭ!+op)#ƴ `dF2k[\vҚ)8 65`jF@+ eH(J'hb) VhJ=JTnG;,2B0{k}&A CР n3\|۬v^i}} ׺BJGB_>rZFmë+`*#J||τjE{Ti>!-i@ŊJa`Dej41R7TBst88]fhD[cZGi|I#>'v^[;%]R%g:l,>w̎mg0UejyĽV!^ẍ́Zs3e{U ws,X؇}k64x`r]3B-^Vū7/1%U*u.Ӌ2TKOL*Ym\eUxymBX ㅭW29>Ә=|T@zoB&$/ljc\oqwXhSZl! vxPN*ݸydl&d\FGb\} `pO_w9/Zq{jGWS f-(yV"iB_e-hqX0]x2µ |:{$0 oNgnq^+Y"L읦nލ!IBx w"iq΍?.BU2r"O>TˆU2}79*w.S |Giit=/²7!ZEǃh?d!`#"@`jP0P%ms#L1!*Lj`D*#b{yhGB$..}a|yj{( ` g?Jܑl9w?x8YTſWUvݨn ^)o=IWK(&8`lrϹ, HޚHشN$y\A8+5[r r2z 産!1v\ M,{M}Ly95@ 4GīWU 5%.`= HwLji9!/}_|(`|O:lm7,#_|b;;ηa &WZPSPGwִZmf$S`4U5_pɉ|uXNýbtY.7Ћ <nOfcr &|׉^M!@w=ul?Ql{R4HdL`o`u'1y[%rB(an.j-㛵-K޵ިib6n(xqHZ^U?^lJ@g0RCl~8 @l*0%x\@q5z8N J+6-Dyrݏ}BQn͗69z:ٻjhsipl]K͆HH)l! 6DT3$Q5qp,:d+k~5ՊK!OnG(غxο!A^1#wmT]ZG-$ [аAxAO(ݮ Xߙx PB%.ɞ NwZ $/_`ȶbEi"}' z>xnn/x멫/C\rkBH $>lD"7KQC}w|P):v޵U=ũGxy>lB࠼ZH{t> W9QgLCD9^kCe3   *^ qؼC4c̼qqQ TUpZf{|_*s [O"X3!ATDOce-Zf[YxZ}0r`@]d^Ӈ=Ñj|Do<#cUЎу -t?>K;\3uw:brwKوTF9P}".~nqЍ Ѳm>@A$cd etkt?JEZI ZAȋ&l|}c0ա%'n"4MDW4M_q+]Npl +z:I(+uAQkNNkB'ajCo⦰)^8D:$ ;lrEoHiݖ@rCpl["x '(ڝo7\>~n(CH#^狒eeo3f:~~#9W惍Jcs ju5*nvy 6vQ!^i#jQa(TEsӈB9,'Obzn&w_KXNWo˓mZeƮ]Wli~&UNġz7'7URM:D' .G5|\1M~4QEf__!@?.єc.|<*J2I;3 NOv7k1J^A 9tJ8ڃŶBa:y_ۇ PwFB6p@@_*@~9Wh˩]B? gJ=oo@m%uΙY Ҏ);ٽE-'néE6$h-0viAqY[~;:άCUOpZڢ*k*H7WiL"pF>摦2…~wax Y['ukO If64,.L$9M^~}@qPnѦ|wlL| ##jM2 "h'2d\ opWћxEcHd_oU#ޛ d=)/'^+AķS%>d(wrwb (S/&.wC &4{ƌbȇ,.ej%k#XӡS_yxNjrv`pۘ$0شTTpmk6NAfBۗK nis)RZ;{b F)!koMxKS5)MCyy?'*&[kOf3Cw(nOi7T KߗS*Ȧi2;%&y*D{5ꈙDO'm劺-&h}Z{00!Wt۱oyJ6>e߿0.҉p723\Enob[c%}uB u%>=|YQYvePnA2h@/~ʆk<2'qsv)@~[Ks :O6ugs3WjiA\p" .YU#Vw_n㆘ҎM_7e<_,L{g(;(uuv!NJ4ϑd͂J9 $t AEcC3akz,Հ3ޟZth4`AǬO+&i❠]zYXQ;fI(Xgje{)O-|>y%`YةC9~up>;n|"7)2;P>+)ܑ /&X_cQӖ?W[qotBl-²*LbCO:\IR!J-E W?ص&Duָu; ^y1J0=v/u֯{ ;pʻTxBO84 ŚnRסJ .p^&G+c[S|2z"B:xLz3"PLFxU͡!Nmh)Fï .!tR;&3V2@q0v8_ tޖ ;8t 6DPFоoaBDpUvDܔCcIZ_bR4m_U̕Tӯ7.%:7&L5 TTSڽ7Rv6ٞVOae^_2C _b茿(ðW:ZH4 4*$ɽaS-nXS)쎘湧ZI!ONbHFwr! %Nzo[llHɐi4I EYFceLwjoyRؗ&3=a٨TcmRA_ZeotkV*ŶpX]JHS YYjޛVZwjZn-AwיM)K^iգH<8>e'w:tԌdPy3]یiR 4310wWVrܡ\h۱T-H>yzC=*ܭrp*̕+vIQ=3_Ԫ0Rh>>J E|@["5TZ)x0NhvzuS 3: ּ0&B] z3ڵȇi "o84ğ we!sw>rxn0=Ƥ NoW[/9=Vt.:\tAef,Bo)Ӝ{ @\4X?kִ#=;"P` kI Oq7 oRWz=#7{iHs;d\ PiU^ms~5M)p3Xܑwb?kOpvtlc;#?>-ufC}_Pd)CʚTVbHՏK/2Q3pdzFQU?wol*S䥐#!p e4ɩRTٓ}>عs?y"Jũ5&5{A,2 Iq7UM&l+BPdV7ѭDܴ@ƍU2PpW7Tꂆe9DW֤4薠L)HCw[eW˸ b AK8I_g={lȯ5iKq|B6kz}FoB&ܓ -L7E1"(yF5[<.٬`1g~#>wh}+'<{ks (`r{Y,zaN&UNͱSƆc+}%; +d= enBd#Pk"+!x İ>|wF-IϾ{ Go1aE?9 #ݑD74LcɧfÊ?hY-" vRX\[gv.%,yX\]bUr(EŰO P 1o+~mh`G14%ِg?Z&ÇoWDUq#^$3(̇.$KoMoqk$fGVȖ-6(W`LeE4d4e~! ^EW~t"RY_B62҇%31 ) qPpGy/?ibf lg @ 4Vi >>-7 V_\Bgg+nVFb πN1ro&x& :5m ɖ.pU5b d A7MRV COyȻP]워Cbۚ=l5ti/)0[ג5EY>))$̂9[O\*eEp58E/; c(78:9j*~S6G~mw+eya\Y.푽Ĕ2BSl$g/,z,7EBP^ejO '=chzFH%bGev!ǠIJ<;WͱYz̞`6uoxorڗΠ N+[ps*hЛ 0:zqs ?:mclKԍ8=xܹRc*ޢ]L$ǂ@+W2:4Ņ5I`qaT"34q|?6rTQ,n.].B ]B+`0{@[:?3vİ. JH NWpW)[/Fh}x |.S uNCC?*zj o C4oYbN|B- UȒl&ewh/H3odD9ѝiv濑-}Fg%S|dwm]K%a n~io>X)y>kpgB!VhŲhIU/³4S;/U 0vN\j jl+.8u"#a>=4΃7-Nа91-Z&aʣr,:Rd9h(XW^w%w4VR0Ha-so^۹ =r[qs.C05Rk5lw +SXZ>I8AvL?SGd{z<׏X/G}a`d*S= T .X1^zu@Z ۇS$VԲɀ9˭FƯ /7 6\敇V~ ),i̎w̿^8FT>a=)4L d+zq."C/Ai>U,,Z+.ICt6DNQ$:l !~&B_A%R1PP DfJ|jQIv 0$d_e^ 掉vdkՄs*z&asDɕ]! )i"yVheMӦ<!-N @)ʝa^H%<~$iQBY?Ȼ{#ίN_<7pOIQC1.^dޅ&)`;_) VzKCğf/DKML3p뮰+F?` 6@~:h}|;=`  g#86b?,x+< 6L 3"D[p☺T/8Uab-F._vGu"8yP) 38H\ zn[<^Ndڋ&ZڥS58xOP,HG $<}IA|UPR;t'Yi5= _<jOFXC,[E`Θz ـڈFMsHU6 ZpTtN T-l-,TdbxT+VYGƿУ'iUȏPT҂l_BvM[xWBӺ2>:*`RoP;Ac2(&j:5i~9Çd??/^d"2&6++F+MQ? mA ûbv2 ݔ~ʊs>:36?鱮K㰬yMNQ-,z1wK-94i~b^ԏvA]m.r㬋rP&,3ƶ[E yZQ8o[(H {<5쀩Q8(ĕKh +buA^4g-8p6`HɟxRdg}EcFucZJ?o?)8'Mw 5J$#"g̱}6AA,"B XXG Զ3waEɫ)DzZUO{V\Ivy*yn#xq5#E Z)؃W( ۷av3ML#"6ͥcun7%7͠?BX;ˍ:ô'!y yQA60Id8smmz/GvѦc `3nF\\(w*UVf6 |?lt/,m}e5T^j!CfIrQ؅b[T8R~=MHwsۅ-=2YM CF _`*{g'|?q.7h&P/< 5Ձ#ߺ*d-{H\-ApXVJՋvv # y;R2K=QdeOt,.R=ُ+;#w m+LGAY k ]-/Jգk"|hp=~.@Ǭhڃ'XUgI b(_vwF̚>N. V4g9$ksYgҏuHcHAbsM$sDpb,I@5\,s{QZo*:FXh9gU8xJ{rʨT@_q.1^RJIxJq!P3|ZwOx ӹr_&[dѻ_5+ I_ra_qMYf0l)6 ^I[h. ?63SDپ|uﱲb2rI*Q'PQYYjF9Cc|s P9[XPO/OS=fHd 'n Bos 'El$$9V{]^/IN#g:uoC6c.oڕ4 ,$ =w~Z+%ɴz&+hy5ȅgzOOGYgXvWaԉh&G>mP"뢱qY-ka9nܴ竆{UfG13BKȏs >5[t̨VSrW}v)*܈ i;D[5d`/7zNtԳFs1fV׭s6 X8_}#2p%xeP"r]؇{[1Q1p3,m 6,s/@`e=#m&e=p,EJ: ģWiƼ7nFc ņˑ7OciUeZw^G47uBUhBh{ygAȥQYӍ{D鑫U]r?`4/S 4$am)y!(vvX57蘩> ?2T@uߙ#o{Yoax{lOY͊IH/} W0CVw#CvU5SN`#NlUd<=|ϙ e)'-W%W@ٱGD2xI?~>8=1$4-zy9habԵfuG_x]`-.2wta4Gw,l:Eƾ;=5? n/巻YE(O[tߙUJK;*]bl *2zc~D8WOF@Vd{-IzH~ ٷ6~#*.|)wHJ3^-!7`G<*/e8E#,}- ZlOZD ؛A —+c@/Cğ| GGȦ) X\`e lz4mzpꜺ3 l돧kx{ר D"&{`AR CC8.*"GW̯] :}.@*|6Dvn8˧H҃j,z)Sn 1{"7_9x;P'˪p+-"<1T8p KKk S+?V;y=̀4aiQ4kTi "( DU a#4t85\:UL /q&OPqg $(+YۨSPl&>a˲=xz\JsBi\"V5; T )L _]$n ,h=V6ȍzMW(7 R/AE TƘ7SEnMOg83Ѷs/Nk?ތ Vr5uc;:'Q/:4H*[ʮ:&f v+5'\FN;@ 1yl)B;' ri࣡tSILhť?mgGl_'Aߦ=DqV4בnҒ.\:K߉O ;ȫRCycE\&:7# _=ٓTI_5|dm2lF)1< =hm?l cS!s NC2 Ei֑EV'C9D# "Fp@o.Yą"ZI @L #07|}R| ^/P`Yr.= T <̈QxdxVHaT VK۱~d\|#ݸ Kz0Ȃ)Ĥxx|8}ckcIV x(l>K[M/lT驡ѾʼAi:9镁,qOv{Ug R NNf ~h%p"f #AA}(@#4Oe%:Y|2r07D?jJaW>)o#WskE^y栮v%{_24 Y_:G^Ǒ@L5&R3e;ԭI cS+/ )$Eb##t/eɔmcn˲t!1&E*0+t3+H{qtc5 0m(.*1Bjebp$z@`+R%dR]ހyp d1lY56QYZ{?;"%06Jj Rf5ZUq+SejnOFF*ժZ\` HcѵԈ9W4e`0qHYRi&?4HVx+7$RO.Uh<$(a2n 8OJc"U ^gsrB;a 5jn@H 39Ww^IG:LAJY*+eLYpE4; P>UKA}l196 0s Ǚ̻;[E)7x]C>Ϫ)D'?%a4_蓫U2j+='A.|pٯ(>D麠g*#V3SOZSjUD/w %c\I{gG%T<8rՆڈ`_aR0I0 Hs_-r 29LR| 8^\E BdQx?| رmIudOnF2?䃍#$wȷ5++ۗ=.rl<0ՎW%et L0Kc {Vy4"]HA*t);sCIG<3=Ɵ?mHj*jY`պoi݇\A *\Q`q8nZ?MtI>vEi5Ԯy BBMˎ5QI։٭ b&Jf3Wì 8n.G#c{TШ*Ot.,(p)l<Y3bؼ3E]EhNٲ\xˎH_{rxqI+(qH&*ӽͳ0C2v$JUddexG~ u ;$•pq(}g(-Ao!!|1듧4 i:@NL6cU̧J9˾qA;1dZ?ךP-&UPYIhs ^!i<{A*"\BW (lMJ\i;2+ Iq\Z9("K2!u"T?XK=Ūq×Pё̼+IؐLzgO&nqdsN5ŅV25{W,~6R=>XޢrxTE6}|=u駕MK@帱Ya1}6slɷ NkDDJ=_jXWy綌a @5_(p!u=ةFրɬ$W@|g!F%7hmS'c :r6,WwH]DtPv&otUU&~@P<ਓݍC[}[.>oiO2}[ȺZ|*w71AKHbb+,]=i^#fW1Qe1*Gbr`]qręG5/G$teA uL#-5v]o@lr/S2te;H*55|3Lx SnD63xŜM` 8%,>~鷙#SCf7qS]t ǶB;W{sh.~`CTs!lSa%oV\3;qd)iJmAB!"q D-*T`dـ-Aϵ^aaع1fiWs3Bfv~biجưD6 W%k }[tc!dZ2Mlӌ2Rn(Пt"O& nNxjn8]X] `?IM\ĒbDZ|K:1 ~ *kz |JYz=wa/CW1b$YtRk;~t=R^4k9h}i6eDR$΃su*6z{TH:>NyB7v`WŜL\cT WMºe zcW0kw̅fKs'lAz^+Wef6`U΂! LЛe \qݚ{? dSշԮyH;dc:ކ&08i"!}{##pCNEa)w[ǁ}5Grz` 7^[UÃ$'a>L6Fu"&&㷮ؘo( ?['QhW}pRa"'Ioպ4Sfv>^nnQ%]0BrPVr<<ǞAHji bGh-E*!h{dՏleR홀(MmgSzjܑц_|PS=3u1qӗ!xϝhV[ZG:58ҥ+\u6  e}=l:J_~l蠡%5TlBF@A t3+N:/G|C c?w@_( OU?YqZ-V2cײ[{Uå0FиM $@V߉HrE'izd[ _ec=jҞd9%Ѧ KTT,9?(s0?94≄fj:s׿%WP%-B[Umc[EjJCRb?z,}̸b^$zw>CЊb(QAI̴~25$=Nb1Js]|̜%V<|IU'7kބ حTlֶ$gg.YՕA@F#%Vn4nD&NKlޜI*$,ׇ}T ELU)qP5K?Zȡک\;+Ad/Z7F-A=7--Wq[s͔/KULYuY%kh]$~kcjaL15JpX,t!\7SzR_|L03dμ&u[` ә $HAB mޯ"?Ε?s=\Tjn=^'8I,CI ÛlF>ͧ USH)qM<9ҘqOۮktKѤ{WGsA`MK Q=t)[pxZd"y1D kѯdr+w8v|}Hqlٓ-XeB>A$9N 44W V0||- "3&URui@.Aa.49вXKҷv3zZK( {[ql-u#  -#0AJd>v3Kh 0<~նZ; x /|jdHG-n@w:GDe*R\fX Zϑ'B/H'H Q1TckC1/u'QvQe]|]kb#j#09!ARepsoYtl?jBF 'ѯ{A#AK@;/Nż3ltkæ#t!*nX?!S|eѕ`zx ptXlX"#s\3fRCtpk;O^ cH9zbfݬ_ 'Un՟KFR (tJ#S (N^/CA?=t"|gMr_ ЯxS#UKZxlY2hsCc}eMEPBosGJۤ:q\F}33x+a md$պ#i7?zNf03z4\aЦfCI%2索W Vsj+xπ4nF)!!@a }@ә k_3E( +2=$?q^T7'rYIͲFsɥ?[* [GWN#"Y6#9y#\v*'B-On^KKoЏYszɀc /A1[WLZbŕt-GI/!U9pA:PSzqv2@G&D6IlscNγp7mEGBJЛe'\uq NUø5xCCVGLD2nL|x0 𼂶d<D{tCX6g$iI/M)ct:bV!XQ  7hts