iperf-3.15-150000.3.6.1 >  A ep9|eX }P9v^U[M͝>0q1`>ľڤIXJ8qCϾ훦#m_|lfWUU|dsW c-&b$\τFfwɯMF`ߧ4ſH Ts'4y a {wcѮゎ'xTCd]Qޢbǣz;kTH/b]BNċlVP.y Y~"o%Webc0cf055b7817c2f5ede6b80746a7833d5caf0195696379e666dfd65051e3798729836a3b0ab73b621628d8c4bc9a27abbac7edep9|DJ*5E'Ż:]$#[E_7S> eb\魠Ź{d 5ky:T1buZ-$sӔ C2vshP6 3YKTMv?%:MUإ{5#JCAqɓ Sמ՟WƸdHߗbZn}2' ѹ{We/gl=tKĂg-zJ:RrT K#r6bA;8!c#>p>7`?7Pd   @X\hl  4 B P l  @\t  h (89: }F2G2H2I2X3Y3\3,]3H^3b4 c4d5-e52f55l57u5Hv5dw6x6y6z6777 7LCiperf3.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.es390zl36BSD-3-Clausehttps://www.suse.com/Productivity/Networking/Diagnostichttps://software.es.net/iperf/linuxs390x)#.4A큤A큤eeeSeSeeSe4cec516c609f52d7885c09d8f15e1d163d2d989aa9d3e3a553f2de5493dc546c8c97a4ff5c8d144bb54acc8357d6fcc314b45c62dacdf17aebdc67c48b410333ab828ef309b467023c3264ff6a46188567056e1113c5f1409716007e21b0012235aa7c4618b9884d6faa9b43a4e70291b35ea9f89329d5d33becd852e85221b08b4ea0e207adce072f5dddb62d80f5d6460921c2272e898d44280dfb92803b72rootrootrootrootrootrootrootrootrootrootrootrootrootrootiperf-3.15-150000.3.6.1.src.rpmiperfiperf(s390-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.2)(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-pointers390zl36 16957418463.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_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=346aed295965f1642acc5c7a3061cf2cbe7c1dea, for GNU/Linux 3.2.0, strippeddirectoryASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRkdZ@Jv=,Putf-889a036a391bfdae68fc5fae7f975bffd74b683e6441b7f841bbe5802c097142a? 7zXZ !t/#h] crv9w窌yDlchC?%Vűpi%?R !@i;h@E˧q!XKS#9Bwfg£b`3Yi6n%C"ʻ´<ߺQɠ.F39ܣ"#T}懀c:u:BlX/H,lCP\+B'㽃H"ۊ]dd \=M /UoG3v7Ԗ_ T}%C|#:{nj鍧& mL8~;ҸE;\߄նUgs{0Nm#*YFUBծH+C&Hk/SކcAA>8VbH5̉Þ=ui-dylSZ۲%}oZj*3^N u=9RGՌj015vZnj᭶+.`Px(IWUcP[ʷ oehy\sPt_&ɹ"  I˧6}rIӦ!{ pb(ѹfJ^t]41#o-R-}2f'_b] )STx 9 %1/H;S8QڮE/"L3ZImσqNl4"Rƒ \a4eLD" ~uDk12{ucw!T X-i} =]=yF гAqI?pgWd ekX'Z\{n0.WN0.G`9:Q4+-< K˶'ʬu,Ozdr:&7rH@mKnP~Ŀ:(K )%65sm2YwEsR?i?ΗD[Uj2,wE ϱHώ7멍gd>jĤ|H'd{ c̣E}N V_*\#T~}9枾 &#j#nLci A'yuE%E%;y1թeq dgf|A磛J dhϖ 5H(u NEtIO]w@tu |%no8.s /A9E֦LL;ཞ뚌BB\h,X(Er*9p"TE%/΢˜3Li۫tP'ǖ-qlxhi?׸9Af,7K2IOʣm5pgӌ Y=wf4\#4!WHIf11 XO!SlB}eKϘ$y+8OО`lu` ~ ôruumwdE] | h\~= :ϔ\!]cVT}$Oٔ<S >ӳٌ;XO2)yXQUW #ǯ旛jHK+ } 77Jq͎'~c ^Hx2r|5t\I»- _vq-sޢA%ljSva.IWkw%bAWրvܵe}g؏NAj8K!kaĐ1lmJGTڐ}76 +eD(nb_[~+&Z"V#ZYхX~iD*'b?ELůFM-futj1Hϲ,?cWn%gXEb].i%q}x52^/jҴSq̬l(4 fNG^O.@-IuUmCSR ibi/ArKz˜zgf+=&T3"e|g~cl*8evukS8흑TIZؑ΅Ka*)qenXdK>W^:"В1cW&嵐6y%bprFCġ+([cm]F +^h:k0{b#l̤ʽGHs.Aˣ];LpZjmF\reoJ= Yb"iWeCE |kjz'7\w&H 3ׅ3G &&U_~.& RU)䬮ނ1 wYMܐC}}\Ů[F_e9!1)hrcyB2,T6ҀڹMWڊ5):hunN*D{ڜ,\DRgO[ssTyj M,ȝiGl.|.\&Ru!| .Jo_S;p]pBt 4q܁ [}뫔)+-d"Бm0۵cN ,VMNlqwi3oGv Z'WuAjUȴJb[4/(WU2[}ѓh7 ^;?OlO4#]ԝV%BBKEhN-꽌$@Yδ^%/g;=0x6Uo\Jv\َ`ªy@PG:#P Yc,ڷc?*'NH7sƢFO4DDHsn9t] p ʃk~(5IX6#POD[UcN?9͜yeuhshtgj/-, r/G݃Svm*" b1`hK( fgPS l gayKzUEUZF+!Ja-!Lurm>'ĨsfА&S{~"\V}f%L4r1p!bzI"EfI-vsPĥwEPYG'hJ:*V݋dtO"h6-8۹ڟ$kTL=!m'5_ %6P!qHgpOcrK;RģMS"N9<*_ Ot5=0PnCTbx:6}Xy݁t=N|Pm `PBķH8rN[~k,fM?C(E1.dNAؿ'>9@"Â5'M_ :$[% \VYjjJtI&i~Y%b'):cEMkP;[r +4Aɺ7c,_#͜&@FkK[Ѵ0@LcG%~\HAʝ2,!mS ^IGpR]& e_)u悈8+K8?hp t-ۿ6O3f/P&:Ц \QTrp ^TLի#Z{"?NО @jE6);*ܴ^v= U]8ho> Gb ۰ 2~\Y&g{bNxrCh/;obA R*ہtaG4gi9}b щd <~@f,gb0aޱtt7zڹוV5C}\G\;*` đ}$z _o8%],l~ڞZ2 Zox5#9IQsM G5kx\aE(9pp$ĿThޚMdݻP5r %όIe.\(yvIu':n /tx*n Akc6rq9'\y"Yo+KNz)ee>l?zq6x.XM%8+i>T[&puwᓰvBKjnREjWD2׃Q8gZhl^,psAV8aSka]ĶܑߓgE6c 35 h8Y>7JLwMҧPהvd'KfI' n.NL3wpK6Qu6p*R.=d*. xGaA]3pDg(Q-: dGѲ^ٱЅm0lDó ȃHcufN6FYʖCr0\qgi(g@V8^(Yc!i6o(,S5&,8- @WA2&בaZ>Y9MoqU\|sV\nFj&`ihKt_226q8b)*w$>}sN=$H<OpN#wگM^ H|lZ2sͫV x[_p=ǵ ѺN`M`!E'oYX-@{U.Ҷq8oU{[Eu3)npl)CjzuŽiV'wКuU`I5Q8ى-\s;4e [f$ 9FH6Ȍ?{uc`-AU,ME |p4S|&SK*"7Kc O%᷎Mz''4J rןZA돼)l F @U Lz ?1Mk'0|[.]eԷͥ< JYcxڞ3Bi%hUT29{.bUTOj3b7BйuOv2%AB tݽKWr^3jtY򊋗olSuO]q|/އ1A-MתL4=r)Z6rXZ\,}\^ݛk%x)%Z'}PE`~wqOVXz!\à eJ!@hXD#S4IXQcBrl%LOb9GہkaSeOAMvyaO'8E%efoA9''g̋S<'\DpE_;w>% @Un)V*4RP584cZROzBЊN#Rnt?erd;? Q.|ࠔA>FSd*N60rԿ rw䭦\aVhs~rS2hYRbL{n>X8 Du !C00)`e~_pR4U hB%dž@~1O[>_4(`C58-zfOWmfR5^OKf)1C Yi '@s f <1ˆm3KK:!w|pXx @ 1pw&z⤮o b!VYlSP>@;Z>?_:7}ֽ3%xC섙hS]Dx'c( ,ЎOv{q}%lv%<-fpaFOqQ5cBSeP] Y"}l(S-[\{ gTnH}V߲bqh"I{Kt9T(gEhJaT~!^E.BOMtX_D?; /1,afw$gV-p}_)a} A$qH#s%hWD{I+;WG wcw15hoܒP5cr)38 x9 Ζ!^ '(vӦ̐HVӰN 6 7!S4_lms3'糌U-4#[ڜUU]|D )JAL%w.6)/tdOkუ(a!TWɖ6H%ߝc<~vo~+_y>H T5QT ^0xg0Ɯl798ԝ5AkUك^P K(ϾvGl8@f_i:l;ه?+dF4U z5fIYf )pH%"Kx.goE6Q[Bs\ /b^p>=;S{sҏ FpʚJWt}[kJGJ0U:^߲^_QJ]''V%~ u\{}hjdޢ %-wN^U;GŇ%2>(pRfqn'eP% yTEI+ў,ϗQzԤv n *f*͛-fFXA?4j.B"dۃk><&Z!lv:=`,[J+d EAG=a]e̤e zqdXt{ߓFUX] )sv~s9mF&TϻwLsMF^ԫZo3d;$QTȅ\pb$ ;{}諛hqCztgb#}hӵ)YxR.:q 0E}0¨Ћ c d޹[6d> gGy='U5%aB|T1ee 3_loUP19ܧbxRZPQ<$ՂmB#dۻ|3_1Iz{U.0,C*9##= To;yzL)6JuEҮr10}M5w!RyH$-UkS0`e߉!7K4#@HlKKߓCC|9QF> Y(^CD<wͳ1ʮ&0Dr(uJm٫0bFOҊ~̚ v8=dZk*ynˑUN~[BfX~jfƍ+`|3'&FωNObAOK+jl6w]ar=&J',>+pg<(,k _bb}j*!simUgH׆1f"ID۠%:ⶩtt87U9wulvIUbYQ\ MGļGyJ[VKMbAÓq6\Ƙu$%Sf "eSy#de=ʼ;KHbc'_]C~z )/Xbh3]đP82va-č(*oBM9ܺnGQԬPvfnC6pa% i=h9m/H=yܱj0gjЅ)?AEyL<³F`.28w^ęx~D Dx.4+;opJ"~ m£!"R%q9e!rgԓխO8^ 7xӮ.LXR{f,yxX$ ,lE"M"^*X`6nt0ɜ~P-$&k2VAI/@&㈮1˰|z k'Ayw|uJ+PJM?FS%8s)-Gw,- W9`>bGmx|2 gPDS?g %jho\ύu/O]fwmS(`j*q%֣X˼?{?2ȼ`bOJ d[=hOZ]0C-7!`@~#?R#{:H.Dѧmk̚ Ot݇]st\.S0!ppBq#-ʺ. 1nlw=v[V)/!dY?h[NV Y E0x5o-1څn󡝱C%]j]v2_W@dފg[ٕԮbUcM*AsEOA&()W'ZF-uQـqow3D~5,(6y"иJ#@Z$2WK4'0CG JUpHi|AE`fr(tJ5~Y!^bD[O!yX g순 9ù NRԡDęt#`({m̖3'5TY8gu b1ij.b\Gw.noi, )yPpshxB7{ iO2"Em\:օMPUdabNX' R!e=qyr鷢iA'T0+TRt`.5M6"#GJXVPJBx\JJRerZf4yNtA߱9>!5О>ŽTӹ E`w!jk|e\[ۉZXwWN/!{2ȐnJ*adHh牝Hւ  ^wrZcʄE8nh/ p?r%5< MNp*YܟH7>YOTFA/Q8l(&:@0mWUSh4C_AϷwb>R|K$;ʟ~u 衧:T RXWʅ&d `;q #~kP 7 z$L9\d8`B$GWش [l LUGa璣˫채W%A)8/jHy,֐ǭY#R_G #~:)K}DRlrk3 s#) NlʂGvM)yӤ]((DjԎ 7j =ݽ 'Žq!fsTÜΘ)9+{v)y> ®ӡ dِB7{U'›@ 6knK_1۱&iJZ9~>[5geHj?xaP]A*$X>CWGuV W'1zx!Vwc>#uzeV&j( iO \H2UM=)*>m˰p9ٿs)Rk bZh;AV_#9?R\YMwn$gOʰ{X!!n蝭K"h&;0.3iHu4:&y鈘^ Y=*{KiPCl bEVY5@Ai~YPMfko5^oѓaAxR'~1u*VUM67Ty$}>QNLGh&P aeM>VwVM"xIh] ja[SwvCRa9 10kZ6$L{^\O dp_[NbyO֙Z`8XG]j (hj LdPjWm`K~+)+XzʌDb>mnĐm#^H39 ^_ 7A3982}~lDO¯(O&ɿE]bZЃ=ܷi7G&ێ?! =;duT8}ɧYiŹ6vZV29)'|[WY&`\ȓ;;wY$ )g\RڵFECVsQCHq{q #ZH$>LG,<;iqGՠ/];*H }LƖ^-_*(9]Nhu\CdVYPE)3abi:'J X)7ISPTFjg];o ^eTn v{8ʐi$ q= ~ʲ~ZX"o^p_q, {!bBЖpnȪqNb`1 bpA _&hO*ijGd\]l ֏_o=c9Eȧ+#bC]{eDLj÷$QaI rP>[uG\jT0'mDr᎟o@iwZ~е(HGMU{̎vi8x`іpY֬]M~GZ~O-jwRj I`4InJvZ xY8WHIئ dw0Gǩ D1 lkL>hIYf\TӬEXՔ|COz89٩,j߱RtXҘd VqݦE.?;edH.JSΟ}$.`MM;҆puر9br({ܣoJeL&pt*L+C` n)=c7`J]uFP7s@243-6"FP5qЁVbS[sf&7q<|4WțFQɭ,<[Gbuϓ)է]2iLK [jޤ vIʻOڍ8~~*i[iv_+8fH^t,"І?~_kb= аp\|Gt(eJtW[3D k d,  ؐ R_,Jŕ)+ck -,|UL7zά]湫|0&H{LtHۋ#{{;9-!bĀtj[=8^ ik AtH+:sweGhPJ>֓H_ bORRw`:}#hFCU fZ)Rv$JßZքpz|H֯] e!CD~O]B+ɘt'K5mlatfQmgG4Zu0o^rwe=0g`aRI5j'&XV$6yAңT ,q LpoOTjIU[|߀& ^&O1zpSf@ʺ8U oCpU}\ؙ(K'sS2 {t}c3Pa1R@ݥG?/F7^&΢A {(ΗCk{ 4Ԃ _-'6e+}6κl0 @-]˪FPKҐXNX)RIA5!Y4(:4/i+OZ4rK5bha/|&GjE ۿ,d÷3FYI(.Uzӑy2WPy d1K;YlJc WV0O#Z0(VezA|=F~ xSO4G"bűn6[&S\9Gs!D"`؝Ab3Ђ!56/l}ĜnuH:θ0`gA0kRwAIpĥ\>i% ʔ.wcYGaozGɜjtn 3|h8ds*IKiY=Ǡy'9`n^{8+" 1{З׻-̌mzQ4ɗ!fZwsHkx"I[KFn*V2U@8_L#l+,єJ^1o: RcSYT\gؠ=mi.zmioe޶ɕw:`^4Rd;UR8ɳ> Ǣ~̿)&<)Jb$^.jQ2P<7&WZ Ǭ["&M]9|8{ @ B!Zw7"ˊM XBzDu\ڋ*Z. vf;& 3ZM\ 15==0-)^r2G:pstݔS$nMBVNufX1ju3J${w%j]@Q^pxrW5ʼݗ_/O(ָX#~-oaYcpi闅=UJ N u07[1{oqR!Rj:Z~ehӷĚ꘤':ڏN$Ư9[ "*Xl$+xQ v;%`Ll`ΕPjVk'~*N jc#5|wӻ0 {WG\y>&;dr;֛ ` (4eޠʀ^$ c B~j2+ӥ[γA:v/l,=#_Ĥ˘XմBam0f C{/;e!bmBWC2$L7@ @+T:EJDYm;L\jmn HXF4c8fBfVC׳hS P9S?;J!ڣۀ<ΨvXW#}D% ;=^th.*T?m}o ^,=cK'͸65ycy:8*s#ɭ]DK xD8>_eMP0g]7 v7';Gz\cQ&isDcu&(* i ZwOTA "7(!;t;UЗ_+ z)iﰞ'q=ߖ.sZ7G1(WZn& bƭf'q~[N 80ZO|^Drk zH[QA=L0;LJ D'u1NSlo`@ࠇrt_B{m яAB t7#8n: WH'c/Q]T/߀!_$VA3'9Ǘ+JF#5Ъrs$uLL_ُzxWRCF]o`9k/`_P#3|P'3v6:d͈-:)BJx[ WR[}նULv17 8H1^!Je)3( @4[ef1^޶d+&]{kl v8ҚGBW)A;|D_5s4Y)J5'(3n0 w}b| l ZeM88 tXAWa8.Prvx0n^]#8"Jm80'Eе.AS /J_~qJyf`cOt;Wapot K \7FZn#cx"i@J(cɡi~Fǒ{`.{,4P:U6Rl[V45^ gn%e&`ԀfWBOu]+p<&YKX³S?M?sՠ\g4ǎ{ vVE5F=PQB(W}8L=1ŷ7;,Ȇy|e 3P:}eζEN:_}ux2ˆQメpYeΈ¯Z 'հȠݑLwb..\ų-:5}J 7Ox6;I">8 | BJK@tfb1})3||6vs"Ɖ|p*—趰:An^v1t']j\qEH< :F\ %ænTaU%glʱ7u8P^7 Bk.]cGXMS*HJ;ln$Ȧ/Cm4eQ-:ɉ͡Yʜ:iBXOi|+ .g@J&& X!vw%^J0N B7S9doж{oGlS *J~y x=o-J#[,D!x~ -gBD\DۉU7ś2w6 'rJxQžs-'Jx1RRdDP#|-кg羐$) 7+("\zI5^guYރ 0Q*hRgvX h< E@v6pj˟KWH62ze~4vi$VR ,͐iV{*dWEIbApOy@[KU+6椦c eX/ۗԗ4ޜ8_<}eUm ʥ2ҜѺӆ0$_ ݭ2KvZBt=8W{984̉X8CH{t(esSt,"\/=th:C{6P]x~pZBR~BIM</zQ0H $€m̃}Y|]ק9JeKfqe+$<64X$Sc??B jdvԫz49tl>ԳQNђq 7T «"/_dg1ϬŘ !j&Ł ɯf@P {lRо˥,8݉X35WT L7W>kVAٰ J?D85D4<}侤wB8紻YI/^Е@1'O\%:qvA 6sL 3FͶĮ<3^ O>wscir9㥧;[?EU>2{~^yj?\MK=b0wK/V&ʎ삪A8+w"X$5eOW^1ZuҀ Z9r`!XelC֩8<$\ wjFEg"=tMob=Y W}GG8; Ra墵ϯĠLMcL1z GOޥ%x7T6b&uX a4=`rJ/@:2~fyq~aވB0'7$",Z市=|}1wQq֐ϭ6ZqOz|=&"/Mr"4 ֨]x3A?'a /vJ:V=ͿxNa`2>z,nŵ҅D{Í8>ֈIG]ޡu%K0<:Q1x`Ki HLuW] YgnAb-Pxbif ܋+AzI%}h?.6anʵCd3 ]p-T8*T>|U1Cj Юa=7Zf"~Kx@B}V7K_MӦ㣼5-wYw{*o<{ =NſؤY[nWp Ono ꁅt7)o} C*D~Bw3+V:oj:v-jj*ƛfoaQC :2/KaƗy]n2 7M! 䝔gnD;i[uŦ2~B\wlj-x_\K[2}|TZvh>3`yjg91 if>R g_ B]fee*zf9S'(g%=րH2a{ʺ&}WpHݝADCA ^RSȴj%YZmKB/fo'x^ ?O;y’~+{Pl5uoUT|f4Q ܠ'y< g&5.V.t4zh=,@.-dv;#ժ46I:猔#FsfRay8; /axػL'[]|0wiIQ{'{#5>.wV .^ 3mci۫C{AcHd.yѼUd0"'ݳ]rUS\%'o3Kdz@;-l|-1@ώLxvZag#T156ϱ?K>6.^5`UR0D̤DGqѣ-ys U@pA @y&,tZn8MyEYrG'tweW:W^LZr\~[Ϲ^ f// N Q&=!8hV:َp !;~':ΌhHRt(oTH 6H-C=oœmcWG8r2tP!3c)y)o|$;udaڑOar@f8}=mm#h4cJ{C 7`ifb9qߦL< %4Hh J@_lrYA-&K8KFlڥ0,fnyc3M U$6z/ BG7#i pkrkmg~x$߰HWH76B|24e㿛6S#KS64\Kv""ْM)=qu8#^]e-"@}Ffx&z_=_c}YE# HIlo!ELVC8 U]EE 쀞|[6|}3d:ZM# u}^3S|a8 Fo mnx>!ɾH8]ߥaf{"X+MLi,~zj$t8kQ~P4]A{4Z3DQL[$|'g!#!^21M96e˻!tADw뀘 CZ&捑͵J7qZgkGS}7XHnv s+h.oV/7D$C*m4ELw^O%%I(up1v? 8Fx[HnsZAά:ܻ}^f{x=o={擵`6Sm@p*871o3~>2DM? jT4y]fr2{ )y!grԉ*[P?P\~`Y`#~ zja^vs=v,]q6J!T iϐ#OVtNoXւz y_'Gi6MB~Q`avane1 wnrج#u]/8ب$t(HU B&NPBq#eEe?z^16ꦟ" qZ.7QOb9H_1#zgtV%Z)'X '$IZj0xsCBS+4j}j_X?:|M]4"B:+Mܢ!5}s΅OBkc[MܽݨLB?,3+6 X9_?#OgE41 P:^i*_8c 4Ū|̤}B~U6\"@=*:['FPL %R![IT, #=r Kޚt 3elA+W8t?Id^ @)vxfTES d*]X1.C,жqӑl\3.)WNW_GpM !6 &;@H[Q5?w" s/Xe Ũܟ@8,ο @Ujј3NVu8n6.E0)+ȃ,2 -;|GG$ɍ<1o\e@R{t`OJB {[)!W锡}lԲ_NَGg#j>:,l8n@$dW}Nֳx mFZ`k/ZKeU?:z"&2[/=, Њ R=Pg+M>rۀPPu+-sz9TFF`_{0H5g/TE|P-$_SU|N# YZ