libiperf0-3.19.1-150000.3.15.1<>,0hzp9|{ u'L昔;xgg枴?R>V8Va&1~w,c8DT4VnX|];湤]? "6) ŀyXLZ4\aӠ|3K:tBdGA,B +&a`Ct_T_?|N$"K)*N![TG ?'\LpC#|1@hX"Jrz/hy@K?Kd  ! J1R_ u    x 4l(89:>H@H+FH:GHTHHdIHtXHxYH\H]H^HbI2cIdJSeJXfJ[lJ]uJpvJwK0xK@yKP zKtKKKKClibiperf03.19.1150000.3.15.1A library to measure network performancelibiperf gives you access to all the functionality of the iperf3 network testing tool. You can build it directly into your own program, instead of having to run it as a shell command.hzh04-armsrv1HSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://software.es.net/iperf/linuxaarch64.5A큤hzhzhzh 686bebea69627532c90f81af3f4636d0e9a11c370ed634a8ac21e7256a8062a67c9ba0385fcf35c4c9e08ad0c0cba72d4315f36f0f742fef4de826a28cc33a97libiperf.so.0.0.0rootrootrootrootrootrootrootrootiperf-3.19.1-150000.3.15.1.src.rpmlibiperf.so.0()(64bit)libiperf0libiperf0(aarch-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1hh-@hK@gu@g77fDee@d!d'@c:@b ` @` @__[@_ ]A[?YZkZ@Y@WhV@V@Vn@V\:@U!#Tq@TMaschnell@suse.comaj@ajaissle.depgajdos@suse.comdmueller@suse.comgeorg.pfuetzenreuter@suse.comdmueller@suse.comdmueller@suse.comdmueller@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.19.1: * SECURITY NOTE: Thanks to Han Lee with Apple Information Security for finding and reporting several memory errors * off-by-one heap overflow has been fixed in authentication (bsc#1247519, CVE-2025-54349, ESNET-SECADV-2025-0003) * assert in authentication has been removed (bsc#1247520, CVE-2025-54350, ESNET-SECADV-2025-0002) * a buffer overflow in the --skip-rx-copy option for zerocopy has been fixed (bsc#1247522, CVE-2025-54351, ESNET-SECADV-2025-0001)- update to 3.19 * iperf3 now supports the use of Multi-Path TCP (MPTCPv1) on Linux with the use of the `-m` or `--mptcp` flag. (PR #1661) * iperf3 now supports a `--cntl-ka` option to enable TCP keepalives on the control connection. (#812, #835, PR #1423) * iperf3 now supports the `MSG_TRUNC` receive option, specified by the `--skip-rx-copy`. This theoretically improves the rated throughput of tests at high bitrates by not delivering network payload data to userspace. (#1678, PR #1717) * A bug that caused the bitrate setting to be ignored when bursts are set, has been fixed. (#1773, #1820, PR #1821, PR #1848) * The congestion control protocol setting, if used, is now properly reset between tests. (PR #1812) * iperf3 now exits with a non-error 0 exit code if exiting via a `SIGTERM`, `SIGHUP`, or `SIGINT`. (#1009, PR# 1829) * The current behavior of iperf3 with respect to the `-n` and `-k` options is now documented as correct. (#1768, #1775, #596, PR #1800) - switched to official sources from https://downloads.es.net/pub/iperf/ following the note on https://software.es.net/iperf/obtaining.html#source-distributions GitHub releases are not guaranteed to always be released with proper checksums, signage and downloads. - removed patches: iperf-gcc15.patch (included upstream)- added patches https://github.com/esnet/iperf/commit/beadb59b90e8d3339d31f9f15525108072fde135 + iperf-gcc15.patch- update to 3.18 (bsc#1234705, CVE-2024-53580): * SECURITY NOTE: Thanks to Leonid Krolle Bi.Zone for discovering a JSON type security vulnerability that caused a segmentation fault in the server. (CVE-2024-53580) This has now been fixed. (PR#1810) * UDP packets per second now reports the correct number of packets, by reporting NET_SOFTERROR if there's a EAGAIN/EINTR errno if no data was sent (#1367/PR#1379). * Several segmentation faults related to threading were fixed. One where `pthread_cancel` was called on an improperly initialized thread (#1801), another where threads were being recycled (#1760/PR#1761), and another where threads were improperly handling signals (#1750/PR#1752). * A segmentation fault from calling `freeaddrinfo` with `NULL` was fixed (PR#1755). * Some JSON options were fixed, including checking the size for `json_read` (PR#1709), but the size limit was removed for received server output (PR#1779). * A rcv-timeout error has been fixed. The Nread timeout was hardcoded and timed out before the `--rcv-timeout` option * There is no longer a limit on the omit time period * Fixed an output crash under 32-bit big-endian systems * An issue was fixed where CPU utilization was unexpectedly high during limited baud rate tests. The `--pacing-timer` option was removed, but it is still available in the library * Add SCTP information to `--json` output and fixed compile error when SCTP is not supported (#1731). * `--fq-rate` was changed from a uint to a uint64 to allow pacing above 32G. Not yet tested on big-endian systems- Build with OpenSSL for key based authentication support- update to 3.17.1 (bsc#1224262, CVE-2024-26306): * BREAKING CHANGE: iperf3's authentication features, when used with OpenSSL prior to 3.2.0, contain a vulnerability to a side-channel timing attack. To address this flaw, a change has been made to the padding applied to encrypted strings. This change is not backwards compatible with older versions of iperf3 (before 3.17). To restore the older (vulnerable) behavior, and hence backwards-compatibility, use the --use-pkcs1-padding flag. The iperf3 team thanks Hubert Kario from RedHat for reporting this issue and providing feedback on the fix. (CVE-2024-26306)(PR#1695) * iperf3 no longer changes its current working directory in --daemon mode. This results in more predictable behavior with relative paths, in particular finding key and credential files for authentication. (PR#1672) * A new --json-stream option has been added to enable a streaming output format, consisting of a series of JSON objects (for the start of the test, each measurement interval, and the end of the test) separated by newlines (#444, #923, #1098). * UDP tests now work correctly between different endian hosts * The --fq-rate parameter now works for --reverse tests * The statistics reporting interval is now available in the --json start test object (#1663). * A negative time test duration is now properly flagged as an error (IS#1662 / PR#1666).- update to 3.16: * Multiple test streams started with -P/--parallel will now be serviced by different threads. This allows iperf3 to take advantage of multiple CPU cores on modern processors, and will generally result in significant throughput increases * OpenSSL 3 is now detected at build time. If OpenSSL 3 is found, various older, deprecated, APIs will not be used. iperf3 will continue to work with OpenSSL 1.1.1. OpenSSL is used as a part of the iperf3 authentication functionality * The authorized users file used by the authentication functionality is now checked for accessibility much earlier during the program startup, as opposed to being checked near the start of a test (Issue #1583, PR #1585). * BREAKING CHANGE: iperf3 now requires pthreads and C atomic variables to compile and run.- 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-pointer/sbin/ldconfig/sbin/ldconfigh04-armsrv1 17545612073.19.1-150000.3.15.13.19.1-150000.3.15.1libiperf.so.0libiperf.so.0.0.0libiperf0LICENSE/usr/lib64//usr/share/licenses//usr/share/licenses/libiperf0/-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:40073/SUSE_SLE-15_Update/514b5ff27cd60b3f5fac6bee81ca46d2-iperf.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=810df5fdd95e2b5dec65cc740cc7d6cd5a90cc40, strippeddirectoryUTF-8 Unicode text PRRR RRRRR^ї@t6K?#utf-814fc242d7c25076c700ba2b11ede1f4b6535f934dbff5e4020c1b903d470dbc3?7zXZ !t/#g]"k%d 3;ɇYTN(}H#?!ENˏsP1Sޔ.= E“4Czbc2YbhA1v8gJ`hKҭBūX%zCrJHɲWޢ'XsC u kGAwl|c™֖K ͨ}.VlוLڠvVzbo8@@%#x%@Bv@Y)STisdY ? : +j YMSu4XoZ^RDɉ&XݢSA& 9Gz=I6Tlu!' Ag U^TD*=1I1쎮EYY~ߘ>!:-*A b=Av28$sY1U:-Zr]M]w}!5BK:'2WCD\2QzEn&_12hdXTU 5Ot0÷ mɴ ɷfoCufK{NW#4l,4 hچq@E]U*&+SP C]yqωU9j2WH#NSq'Zj&u]V:8Ҕ TK h1"'΢]DcLf}.G!hL "YRBS}=Zc(HHC]&1Q׶6W )pRs9w?(V7uDvnaO\5Ĵ*ϑ<Ȗ UHDGC^ Ld0X  fƁ_H v5D;3[~!5V"l ኘm3B;,zG9#>ukU5u96ݚvKdQ BwcA}MɥtX q%N:Ie7GX۫tPV?SY1+o04n |!QXqq(^WKMhdtЅ^r@VTAt7T!@ܠKwsXrݍCDF/=[X'ºӯ'F#ߦ>736YDϘ2ԾY$~ۮ2s7,dZ*Ce%`j:qR?zqyP-^h8!p+rǤ;IXV.М4A7fO(7UR miaV=\5=PWwo~h1?dmE&pb"vo? \bS:7>^0O' )Ys /7j_e=,6L{ަViqSÚtݛ1pG7AF^[fiH!欧eB+h#zl ΉOh5E!46&%{<;zt=ۏh=QU B}7_(Av'K4jy߼{~_%\&֒b-o;pvƼ{6kXh ͻ)9 CyK?%sʷQ/hn* $u{L7!4%2) f0MgB .:#PW&x`G+Tԁrr_flTx?@p7$ ;aM󉢑x{\Zy|/Ojܻ/pV7ame )^JXP1vQiH8@Th#i؉ʵ=CsjvibzA&˖h魢OhCl=88OZ#0TߞUAM9 Vn{lg  Z^u~ɜm3D_cqa{<`fo]9v`8 shoć $OX)s*zg$땺|J^HSQ%'Y$guiļ Tټ֊/I5gZ^b 7gyɞr\bFԺnt~eku ƯH})9 5]9owW!l4+>%ʯ踿f֋)wVP%j3ƪeCF7ȻlQ'r֕3Rd0Eq{X8ٛEzZ L0<8$s&+O D\W+]<w2.{@(vsQ.OVX?e%;LX @"#,@»xM+ϸ*fXzC( |Lj=:{'wn#9Ϯ8sJ'L[{G#M DL3ZW@ @pW9y d>gm_i( e'n[&cq:Z;)&&>&P8Ӡ)z.p|G)Z$GPk+_ɡΤGKgcY곔'k"aEb[~nȪ.*TqkM&+T,퉥UNGb`_)V9gdrvwAES9KEBl۱\z۶-CQ)I(#{!1|*{- M7eu,ɖIdX#3c'='&E5Ic†lp\JbK~Hsb,axVѼI(b/wXN2,4 Lq!Ԗv'n<ʹ=*_%[:{An484#wp5-E+!+d.ȣ53CW1:XPps*vh<7yz0MnX]/¿W%\k _սGIL,33Nݼ"G笲V74#RΌGQ#@5xⲽrϛNUm _n/if/d ul_Pڭ͍[FEh 0G^>E1*PScJ ;h b_F7f%32?*f k3hxN@Cܧvd6}¹Kag ,X|eb{W)-t-|b[R ޽{5duSQK4xnwa\ ۽C C첡[f5}y[5n_rSM:}EL(M/Y( 5:=([UOճ'=._z v,|7;D s)(y+ l7H#_<ɊiΪc$48EQ;LA5ݍ dˌ1@P21T ?NkF P$oxjRAC7H%=S^m`7R1O$%}xw  4W@s{H2C}Mj#b%LlIͅaȲdRǓytDH`'t%tqgf+C^c^2\<~^*A5/O$?ÝSLʊ%eb,7#y3Vgb@D̈T?+!h=;S{^F'%[ cӾ6%eu4E\ZZ0@4Hx:()) [v>ARdx?0A=ZΗ#z<*PVa?eɥs,6 +FKOOm,H.$7R!yl(@#Ѥv ЀZjWL:*-1$qӱM=-\5 hmvxU犦-ͥ>5^L[#a/ ,~'urVnJj@%+ⶪ-81mTɰoi(.^DPܱ֒ prŎ;K.k#|T^ŏoXNJ~"!݆|ϰӮSs<<T!V^v;yH{̣ݞ%x>Y #9(](s}1zxiM ͌rcz}faJzhSϢ(鱌0(|fdLӽۏB:UQqՇ|܍zi ,H/1bԈ_(@\S7qY|R$mH/wZ0BI CyGY6hui&|D6s Ipﰑ 릈l8JLi D7<F5ѣR)`5f nS{4Tl e٭o噚-( kG`qRc:pzesJ4B9Uaw>VPkLA"-ҏcͧ |^&zֆ} ӟc4mO#F&vȤ9`' b'I+9r^eew,ֈl24Zx{.JXTǜaQ{)QMwG;P _AmY@9d¤FdfV=6Uswuʉ Xc].18T/c7[4и]؞vGk`~$ TxlԳ- MqT9¦3yRzu&^׉v1;oXwLPB}*b:(5?]1TVVI#uNm,RtWC>%jWAs{m:xH1?Aa(f:rؙc*0*KxA1e|Ѽ#3r깰! K K(uHShHÿ?qZَ; V5fڧezVv"^2o-bTa,İ8d$שd IȄȎDZ./ܰL4 9D"IR2~K(DL PŎf='^8$^_a|13猬\ƶ 3+1,F <2]jY踋%q֓ 6S DKEza_p ̡#eΊ"K;Fڼlb3_ )R#KӋ HV&-բd2Tac>1+uJhRE^Jז-*b GfvUP!(oGU(sRkO%bilRjg{;׌NiOnXq+ ְ" _i)e~;LƊ 8\TUs<M_ם}?JnݰVEu7d^/c89J+ZpaRSVr; ]pqJ$Td>qW1?xG7o${~t({ؼ=~-,ԟH+pZCcv`ui-]bd|[2y^E&ܨkTlVtIQY'7,Ab#x=egY)PPZėğ . ?HSH>%P?· Eȁ>e6pp6cZK,.D۔w:l6f >ˁ|T GJmi^/ J7NqV:Fdd11k -kwM&(e)\S%9//a 8ɑ>Zc;cҵ ;2 vDeqIJ1$ ҉F1SH¼ЯI -8ۈwSp _kSu\i>/?]ЦZ7"aq/4"v\D6<(L&!2pʃ\4}];9-LW3F=M񬊅S cA>J|> zѿy{^v>&\.mtt_ĆħB Rc vk̼ Sp fOB*L>v[@I{7ew\{&̶QB=Δ+к{QiP4ynSN<1ni렚F]>q&'O6l@EjF'8PFt7_vG=k2U?ƛ Naf'H负 睘O"*E=nLIWA).Gs6" v|7+'AfT V&/_Zj{ FCTPO"K33~5V 𓪝9+DnȻɄ1d#(,6 g_Mw vqSd֞7 մ7c?=41gv,ʾzk $<'\Ѕ\|ctN33 ,hU2$5k;T `2G Pf{@/:~A[[}- Ez-,nlV?vc_oߡ[ gUܠ< |Adݗ[RA]^ijpm/3U?\E/FNjQ.oY#RLŀhȨЯ!Ȏ;lp1qGbψ&ѲXnG_X͋k|bD* FHNKL*۔9k˘Y5ɹB2G> tAK* 𡳇? ] ~T1R;j(+OD)f& 2\Te0)^,lὃr-H D~ErDzk5~(`/]125Ksݩ4` CĈS1i|:ZM5X=zDFNܾbeЏSaE1S&wj/ Kз%\T O ,,zs5k@ٻG)Mc&-0kڑYSִ9"@  T=,qƦDэL9v)SE$m{L:êg,uCYV\L?wIrQzꯔ9U݄d_Q O0d\f 2?enүT3S]a򺖄~ĀӿX{_6['<7Z^u?Ayӌ_eK-6Y+T }5lﰾmO;$0wj#v<5%(3j˛ :K!=$#7~4j u3oy`ݗ|"iZ'+w47y1eTlՆنR~sR\ ; l5Uu dWX\0r'=Ў`%S#" H\Qs#J;M~ gL.GfHwRo:lVb?pOl1Ưs$jIAe Ӽf9;6 @q+wTQngi3٘m8]D1(&GkvP ^KTgY&W:Y=8$sJh/|˒eb\f JϧV#,[l lESTBWLa'FR.5dyj?wKn.is}}>ܘLyܽ[b!-!]0Z-&N[\+e uK4~04oDث m/z} _z)ӤHG\!lu@ړ-hD9sMsqL (ȕ)Yh D U)dj*i e3@ ^t m@ [GlRtk.ml-J^UFRpLLo3sKSðE78ٻqR>Е6O!L#?f1]F9'~JΛ}nu] (\:AR9{z|ZF1 hu8!iU ڇ)ȒNF[~yr8 g篗 A~z]c )GY3!~cvE f2mG:k#xJPI1Q6 9Ð ޶DTsN?XG5 w-M}oƮ>J8g ~+A5S^Jc 0 #~3k%x.k(Gn :qO|l-1赂[O<0)p\IfC f{'Z煺.7i1`L;uxmJЖ[Dz'.{ (aD8-J^C3 5p_*jr' 6*Ӛ!Pg8ϒ@C$A2KoiS2N#wxz$^ u 婷Geh!vt*0ωYP$0 X%,-`fO硌5MT4;}eC}#]Dd#}wBJƽY^;F9 QC|Dx-ƒ9{ 1ynWl6QhIk۔R:Ŧtk1:]P 3;Z M@W/9!6\-1d;l+=X́Yػz {GuR(:O FbXO;(U@e⫚khT,#`K|:AS;<4@rPOUJFA;UǠ#C;֗_@) /Xm#Smk6/% xqUhMF/naI(63Kc 793QyH8SAK ԡұ} !Y*BE\ > e$ILѷȄ_0GY"vH OXA2?X 1(o#u6+L($ݐ9 rSF68EK=}6|p>޲DI)E%QRvk}vGO{ZM2ٸ:ܞQh㖊efl\_C]_,rs &::ocMUUd68EcHȤ@|pO|XYPVD6:.@T؁| { uL̽ N&]pH<뽏Cn|2oD# y)mΖh'{(>k9JҞ kuC2@vmfĀL{4[j\Y ')mU/e:d|U!|6Ex#~q4Ϭ?Mc+IMT a7Ub&&8>P{%#r䎱-=ײxLr^8fr&N; Rc'(} [j П=DB\dPhƝKl0O7ID*􃟔i ^G /%kA3+GsMH6W2'06 T녅av͔s+q zz2>[,cZk.i  spԖ{H8Ш/Pj;{SxOsz2ϣf[ |oF8.IZWPwށsا@"PO'AUwy`lI+4RH74[«'{AǏ5(yrfSX !e%3b1Exuĭ93ulOWllT{WP %0Ǹ1(ia^A. jIX BM:Gi;\ LyJN)Kf ֫"Q4^Zqt=ԶrL9vS[e{o/a<<:>i2%0ԬoYGLU#Zl,̻\C:^6 `v_0%wڼE҆drr_=s7M:+{ķQxwIW4{a!p\q ^@06G\mlh7/oQѷ|!25=T<0xxmw%U.i+fĵ:r-k?nP(Vy8R eK<M{G2\ż[ ^^9!)'xczU>ĚBY$+0=42ٷgx8 c`A뺹GvӤ~=kLg9+KGYbIF S 7 ~YvmaCx(ooMd[Q`Dɷac.Hļ}/kEUps*4Y/`-*[iS .%uDTη[ N>(YYO@ k-DW^H;"C@)EDR~ۭMu> aEl_k g MPXA DsdNƃ~n2ŠGtuǁZy@ 8[∀d痞Bg[%Tն&l/#>- 9ɫP79R]qVUJ P-Rq멫!^SYˇvp4J[(zOU~+vX;mwscgy CR]fk\+RkOuKwB'צƒa6lAQ$s!/P~Da%- _!^V~lx)4x8:у3I6/C Fl5$Mo[]6ɢ '/ , ]Etou1U(\$'Hv ኻQ֖A-=5i[Mݗ:b~F򖫹&FFAZ߉]z3_5BֈZ2b9qucI UV#~x.`P}^dcд])1KmRŪ!cH^/e7mʋ +^N Й!Ȉϥ,QqHz\ /t (F56ˊg:BTe62c?PGTjҕBGhy KgNԥ^b-}nGhAcrsfHnw ˡ  ]|rrol [x)hJ}e˗ tXWSڼذ(þ2#{ :0bTH,7Œmu[Qջ<*M+ V*5IJ@L_M?:/B8|Ţbmoֆ-l*>J4J0TOٶ4JÇ_T[Tw YZ(#j.U.d-D84ODnlUs?IV1FgOg"ю+':gH 60x]pR Ś&mF-VC/3>*RT^'`o`:jQAbdzr=[bLaTİ:gAU^r5̫E ÏS-XmEJ?JNK5cI@ h6TY%K}gfߴO /雠%ʝῥ` CH( 6B6,we;}dϩ5fw;|I9]% ̩%Ŀ Hr:u WeOeh(B,E:drCn&/U15egDnP.ωn-O[F7앚+U@ou,A+~%EuCFKM"`бFocztMs Iȷ\a/Ar(2:YT|:q|MMnwa2ySMo2CrCTHu,2ߴ jjҫb?QɕtTd;gCmb~J+X< [~d 1ä́Oӭґ8e'3Wl fOJ(3Uhp%iEM^dӉ;b|D ^ctrCbf㸆[Xawh#~/y2IPX%sF|YZ@`7q*UY^FuAIXqwP?UIe̤2{W ׌LֹX7e7Q #px\Ǒ)!Iw/Wӕ( B +6H ܼCqyYA٨"[{Ƕ[~-˾;}dcDQ>AhL_ ~=b7AT۰-u n9p iY/p$Op3ۊ Ojv9v:ǿBg-/c^sF26 &"vIW( 2c`yU /jh7GB6BZh.[ie-Q`ks)1XSa8nlHvr](ږ}Qw`G&aE/|!mqlN1:Uid(;׬W3z?˶Ji)ۨ|o ,X254inwWMWup,`Sĺ!Ӷ㝏eC=~r c/2V +8}c׹u'[ښ2 [S?],(K%4\ƌ#}<'km_ ] @>{c6)b]êGOi.YjD*ar`/_XLnr<&#@ &Zeld?hH8қ:bv2Gn@Tw\XJ4H&gcJL51m1b+-C9ѬKCaG4B&S{Cטk92@?02Pv@ mGkc/ lm[gpE}D_ =f>UvuX5sn5~*r#uֶf:0I :çԭB m~-A]))a] >fKgWE<btP+[r-Pg/3%y]l0#%di|m*Կ f t}po`x E#UtBY|~+\Hղ=ݚ$.?엀Qa0J`N`EC7+E&G4dw('$ܛ#1E3񆴧.9([x`1菊ի̔XmjUܗl μ^WtCM%hUG&KO5AOCgϽ3 t}WGL{uFA-xSF)"Y`dA1ķDE߽4m&@FEy5,Iz`]c X]'N{4B LmB[+czdt>!YiMIӀBZt,zFgIk-T|țQf"K)`CWrQ ~?v&`V^;y Z[>YX:=W\ =툋'QrYu ~H% !QxIbiTF,~uY"1=$DI ? %/BvGr<7JݟMZ1"ouFnŇZ7 -:Z &"&7 u8OrRÞjC#Qi8Z`߉ fY)"HyojVJ)G^+bA׶"7&apsSO8T:L3o6>c0n5hc!3 1M8Zb2v]$|!l,giJYMPsY_by>tBQMWqoV8$.i XE. b59(̙[DŽx,kRm%|Vęiַ-a'ŌD,ZAH91.2,!"sT@Ijxm]:{Ǘ bss  |7RV{04w I|?2SOI=jmŪt̴0ȭRxo*b`@L @Z)P) ϯiS ujzB^_RI#^&*lߕ྿(k ] F%?.\.,1"$1A^T UPSKp$>bj=E8^`oI⸁2XGM9/ZcEl'{wKs\ސkYm2a@:ߐ̕]g{=|rm%e+Dš36-6BUf)FvBq.=VJǻo}e&mfMɴ=v_vM$!]wjUlг|s`T|l =9ߖǛU~Bh.q*Q>D;5+9]ELJ8s6"x 4>4 ^jr=":oIzm}Ґ֕^Z#iyLD2,ͩn q9򬓟q:Dq#}hcԃ`F-pg˛ t$Vby63g Er8Ez_'#%+}HŮː^_v;钨{!WSp4E;9Ԉߪq*m+m!-hM0 OI B(f( eaT "xP5_ހ`j"em~U٠pW'#{XA1d5V9}v.vXWٙw:'KoK>RxMu.zoSR“͎[zlWw.ȋAۂBpk N0΂yzP}Q˺NbT{}u'BkKg]duEE P@`FBy^SdwJ.)D˔<hPjfz9Cn|-С5z?@K)8RJG:Wi_QB#!<.\rz|eT͊SB\ AwfwH)5nm6AJ8GNWJ}R8[ld0#ev C}F1NeJz])9?u:'?ŝI%Vu͙Ë1Iu˖O_˥@G5@E]z1G]`+,,I cS>)_*fzߴ/=΄M`T|brPtMX ȱdq'gd{أY=):oN9?L}+.DD\lQ AA L E6H"dzve넅/SIߥa r-S + X%U!S&dZ=n?тM"+n L\7C"Bc#|NcL 찐ޞ)ݖzh@'t"=&B&8zv+0 ?0aܯJPz.u}7gʤ6"R]%X\׃Rjs>"Ͽ+b!Gu#Z{}BERyۉ! T;KTUw"UaW2A@ڽԧ'jʶxDVA)-*ht3fd!NҢvsaAT40v|4ya! N txm:`_Rz#Rf:q־P|'Meܠ9!:}Ηɢmc˿”r-F;-jG<.2Vgˮ4nY6XU0b2l- z؍}?wS֜Ȱfg2.;7b<>t'Lye*Ulc2&{U䁜|(>wмf9p^ U^h8@_+9z1~ԁ nSZ!K?-m%Q=60d]hR<긤!W`3MZl+WJ";D(ݤ PP7}{D1zBN6PPf&ZyK#Sl' /G~v.Y|etF@k#9zt w6M5< 7 Сh[~>tX(T#^$űxVKl6Y}\QBtCa 7mrNy--wa)pMo{X=Oij_&* PlBT2zCW;[`%x~ J/G{kqtwZe)NKz :{U~n8&uȍzouAIfԲpCH{)9QE8(4ly*υYC];d9D8wq@4V1:<@. b-|ɍhP׭@:.aL^6#˚:wl˜T/kv0uPF.VC,M/)!ңҺC@߱q]6b|E7Q^ՀKUZruk@5#`kG#lLmcrN{yJ cѡ'Hq:䊘#a4۝5?xqdȨAt}! 3":_o.2`س3KT/ hW߲'쾆@xs9ՍwMϓ%&Nb %cfҎW/}_NU!V&`nbyچ0ڤ)A)f/8X4pi5wQYԝ`1ZQkj4:~[XUb/ۄb-(5a;c \l)i6.,M26^IVxIݽZV aC r;C_Oa^o0t2ҕGm$uXQQDDcTC=e~W𓭷C4]VŞ流PCAU]+4*=dA ĭ( Fe6j7]i >m:Ea*fKj`W.I }7]eQtV#^l3QIs߷1 iFh$zpHE/;W^e&dރ8G[Ś_M2UX^3ptWNMmcA])%ZYӋ8-\&qƳۻ[ P^v]>:pO/Mwڙh>TCv䱾Y2._-ӄ;`LÙj)vY{VvӜ`S (kB3}BCþ+9h7[B6uFD2ة=]`ij۾k.ɂێ4+lqLߎ:U /i }Q,xiQyWe( YKAmXѶ[P2coB"=Tkps۴{z2Ɇ%')9?%R\aom~ORIE(.CVД#e1['nB,hXK@x}+Y:}H^>]ZlM-YWk"=|llrH_l,w̡*m3 Ը̖˺ұGE#q׼]Adz GÞ儑8/}@U&٧@N)h$5-?V-rKFs$+*r?{-jкB/& nU*cyDD]KSf0E:|̌uމ3RHӃ[ox_GEL Rkx>V3w/ݺ.'A>}sΝEe-9E.'d7ˉ--ui*a6}d9+[xX*ypLίVF+]e=!J -'Il+h{냸/Oۅ*yroֹ'/e5۞GV5\LP!+|x-[\5hwdBKIRmҀ;Fme]Q9t,iX,A쪷9Nu@>3B7FけVƐ#MR~ft(__»0i2%f~EJCᡫ] {D4-?ltk>_{KW jJ 8&/:.]pwo/_ʦN;9? -L'2zM|^ ]7e;{'1tn U]@%8uzm6|8 xy1kV\Sy nVN J_YYd:B)[4pmx{4_ڱJ(  {٧ߤ'ZN5R_]R@NTt>B5 )#:RM]4.͹GwxN$Lvq: : X± <` 7;Auaۘ BOz^}V#Zin,i٣fd+c'Og0'/{4;"݂b d?ss/\G0Q8.ľgBC@tb `ƵP!|CWsG]WrVgt-o< E<12Q%?xTN,9O1dAb#& '?2bLyjfbϯgyy#nYp -$ 4~rn~WV {\bhcF(kc2sc8*xcTj ˅5Yȃr#ϛ߻>;]ٛ$,)X6O}J¶v'9胕5*n}5[1v.W(˼eg.~1d  10 z Ov)E1!Uqf$H5n߽{&P׷ݡw"nO'#Q12]foʩ߾ Irs `s޻8{M}Pge6I ɥ7Ɏ&cj!YFnRDl&˛goZ64*2UpoLyg@ݽGʛf4t'=tCܬ~i) Y@Fc®ERIVK+QT˻,d+RyڮeͪuxՂ3$GP~TYB>,wa;Jr&1»W*^=rYwӦk/.?'h }iS4[Wl;1|Bb@ۼ!@Pz9sU!^B@rBϓK̈́܌9SS^<%lgZ4heIAև'~e ig5"Ttݫf`Llĭ,OJLǯ?Jh->9t-d Rf9JZш11@Rvu[Pm2G">Cʛ1-PS3H +z H-:Ƹ]Ч1hVR^ٷ6 =a YZ