zeromq-tools-4.2.3-lp150.2.5.2 4>$  Ap[U/=„3k%w>^B !J*ΦQK,oIUb.Uj̮ e)/<T)J}2yi$`#@dϗ#^k4xn?$oب$ ϥM+1 "8G匑dA"a(%<3`m~FpP >pA3?3td ! ;x|  ( 0 8 H    4Hl|e(8(9T(:Q(F/G/H/I/X/Y/\0 ]00^0ab0c1Kd1e1f1l1u1v2w2x2y3z33$3(3.3pCzeromq-tools4.2.3lp150.2.5.2Tools to work with ZeroMQThe ZeroMQ messaging kernel is a library extending the standard socket interfaces with an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions) and seamless access to multiple transport protocols. This package contains the utilities to work with ZeroMQ library.[Ulamb03=openSUSE Leap 15.0openSUSELGPL-3.0-or-laterhttp://bugs.opensuse.orgProductivity/Networking/Web/Servershttp://www.zeromq.org/linuxx86_64M!8A큤[Uk[UZ1-Z1-134d302e690703bea3e7e9c4be80e4af0af289d60b00ef6daadd7eecafd5c8f84fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a383f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6rootrootrootrootrootrootrootrootzeromq-4.2.3-lp150.2.5.2.src.rpmzeromq-toolszeromq-tools(x86-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libzmq.so.5()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1libzmq1libzmq2libzmq34.14.1[DZ2gY0XXpXgXWs@WrfWc@WL+@WL+@WL+@V;DVV +VBVBUUUuUt2@T@TxcTd@T?@SpS4S4RR=@Pe@O#@N @NTNNP@NNP@NNP@L8Ldimstar@opensuse.orgadam.majer@suse.deadam.majer@suse.deadam.majer@suse.dejengelh@inai.deadam.majer@suse.demvyskocil@opensuse.orgjengelh@inai.dedmueller@suse.comadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deidonmez@suse.comidonmez@suse.comstephan.barth@suse.comtampakrap@opensuse.orgtampakrap@opensuse.orgtchvatal@suse.commvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgnormand@linux.vnet.ibm.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comspeilicke@suse.commvyskocil@opensuse.orgbahid@emc.comp.drouand@gmail.commrueckert@suse.dejengelh@medozas.desaschpe@gmx.demrueckert@suse.desaschpe@suse.desaschpe@suse.desaschpe@suse.demrueckert@suse.demrueckert@suse.de- Add baselibs.conf: build libzmq5-32bit, as it is a required dependency to libavfilter7-32bit (i.e ffmpeg 4).- New upstream version 4.2.3 * API change: previously ZMQ_POLLOUT on a ZMQ_ROUTER socket returned always true due to how the type works. When ZMQ_ROUTER_MANDATORY is set, sending fails when the peer is not available, but ZMQ_POLLOUT always returns true anyway, which does not make sense. Now when ZMQ_ROUTER_MANDATORY is set, ZMQ_POLLOUT on a ZMQ_ROUTER will return true only if at least one peer is available. Given ZMQ_POLLOUT with ZMQ_ROUTER was not usable at all previously, we do not consider this a breakage warranting a major or minor version increase. * ZMQ_IDENTITY has been renamed to ZMQ_ROUTING_ID and ZMQ_CONNECT_RID has been renamed to ZMQ_CONNTECT_ROUTING_ID to disambiguate. ZMQ_IDENTITY and ZMQ_CONNECT_RID are still available to keep backward compatibility, and will be removed in a future release after further advance notice. * DRAFT API change: zmq_poller_wait, zmq_poller_wait_all and zmq_poller_poll have been changed to be inline with other existing APIs that have a timeout to return EAGAIN instead of ETIMEDOUT as the errno value. * Existing non-DRAFT socket types ZMQ_REP/REQ, ZMQ_ROUTER/DEALER and ZMQPUB/SUB, that were previously declared deprecated, have been reinstated as stable and supported * Curve: all remaining traces of debug output to console are now removed, and new DRAFT events are available to properly debug CURVE, PLAIN, GSSAPI and ZAP events and failures. * for compelete changelog see https://github.com/zeromq/libzmq/releases/tag/v4.2.3 - drop remove_werror.patch: can now be disabled at configure time, if needed.- remove_werror.patch: don't use -Werror in compiler flags - disable silent compilation flags- New upstream version 4.2.2 * fix SO_NOSIGPIPE and connection closing by peer race condition * fix IPv4-in-IPv6 mapped addresses parsing error * zmq_z85_decode did validate its input. The function has been fixed to correctly follow RFC32 and return NULL if the input is invalid. * for complete changelog see https://github.com/zeromq/libzmq/releases/tag/v4.2.2- Compact the descriptions.- New upstream version 4.2.1 * Bugfix release. For complete changelog see https://github.com/zeromq/libzmq/releases/tag/v4.2.1- New upstream version 4.2.0 * For Pieter. Thanks for making all of this possible. * This release introduces new APIs, but it is ABI compatible with libzmq 4.1.2 and up. * Fixed alignment problem on arm and sparc, need to rebuild against 4.2.0 * New Context option ZMQ_MAX_MSGSZ * New Socket options: - ZMQ_HANDSHAKE_IVL - ZMQ_SOCKS_PROXY - ZMQ_XPUB_NODROP - ZMQ_BLOCKY - ZMQ_XPUB_MANUAL - ZMQ_XPUB_WELCOME_MSG - ZMQ_STREAM_NOTIFY - ZMQ_INVERT_MATCHING - ZMQ_HEARTBEAT_IVL - ZMQ_HEARTBEAT_TTL - ZMQ_HEARTBEAT_TIMEOUT .... * see NEWS for all changes - Packaging * add --with-libsodium to link against libsodium and not internal tweetnacl * remove disable-silent-rules * add --enable-curve to build curve_keygen tool https://github.com/zeromq/libzmq/pull/2195 * add libunwind to build dependencies- Remove useless --with-pic, it's only for (non-built) static libs- skip testsuite on qemu-linux-user- New upstream version 4.1.5 * Fixed #1806 - uninitialised read in curve getsockopt. * Fixed #1807 - build broken with GCC 6. * Fixed #1831 - potential assertion failure with latest libsodium. * Fixed #1850 - detection issues with tweetnacl/libsodium. * Fixed #1877 - Avoid terminating connections prematurely * fixes some IPv6 related issues - Removed 3ad076.patch, upstreamed- Added patch 3ad076.patch * based on https://github.com/zeromq/zeromq4-1/commit/3ad076.patch * refreshed and removed NEWS section * fixes unbinding when IPv6 is available - Add '--disable-dependency-tracking' since we are not rebuilding - Re-enable concurrent check target, but fall back to sequential on failure. This allows quick test building, while allows sequential unit test run. Run tests 3x before 'official' failure as some are a little flaky (upstream acknowledges this)- Append test_log in build output if there are failures- Update to 4.1.4 * fixed build failure with latest libsodium * handle IPv6 link local addresses * fixed assertion failure in msg.cpp:390 on STREAM sockets * fixed assertion failure in tcp.cpp after network reconnect * fixed socket monitor hang - Remove libsodium-init.patch - upstreamed - Run %check rule sequentially to prevent assert failures- Add libsodium-init.patch to handle sodium_init() error.- Re-enable %check- update to version 4.1.3. Changes from upstream: * Fixed #1532 - getsockopt ZMQ_RCVMORE now resets all bits instead of only 32 * Fixed #1445 - zmq::socket_base_t::connect fails on tcp ipv6 address- Fix the conditionals on the previous commit- Conditionally use the pkgconfig style, to support SLE11- Version bump to 4.1.2 bnc#937912: * Added explicit reference to static link exception in every source file. * Bumped ABI version to 5:0:0 since 4.1.x changed the ABI. * Fixed STDINT event interface macros to work with CZMQ 3.0. * Fixed installation of man pages when BUILD_DOC is not set. * Fixed #1428 - regression on single-socket proxies.- Add pkgconfig(libsodium) as mandatory build dependency - Change libuuid-devel to pkgconfig style- Build depends on openpgm-devel- Update to 4.1.1, bugfix release - drop unecessary zeromq_4.0.5_avoid_curve_test_hang_on_ppc64.patch- Add a zeromq_4.0.5_avoid_curve_test_hang_on_ppc64.patch to avoid curve test to hang for ppc ppc64 ppc64le architectures related bug ref: bnc#912460 This is a set of commits grab from zeromq4-x git tree from https://github.com/zeromq/zeromq4-x.git Merge pull request #101 from hintjens/master Problem: issue #1273, protocol downgrade attack Merge pull request #100 from hintjens/master Problem: zmq_ctx_term has insane behavior by default * Also fixes bnc#931978 CVE-2014-9721- Split the curve-keygen binary to separate subpkg bnc#907584 * Add conflicts to new supackage- Gracely continue when checks fail- Remove sle11 support, not really needed for us here - Add libsodium dep for testsuite where possible - Version bump to 4.0.5 fixes bnc#898917 CVE-2014-7202 and CVE-2014-7203: * Fixed #1191; CURVE mechanism does not verify short term nonces. * Fixed #1190; stream_engine is vulnerable to downgrade attacks. * Fixed #1088; assertion failure for WSAENOTSOCK on Windows. * Fixed #1015; race condition while connecting inproc sockets. * Fixed #994; bump so library number to 4.0.0 * Fixed #939, assertion failed: !more (fq.cpp:99) after many ZAP requests. * Fixed #872; lost first part of message over inproc://. * Fixed #797, keep-alive on Windows.- Cleanup to remove SLE10 and older mentions - Remove other distros from rules as we don't build for them anyway. - Cleanup with spec-cleaner. - Enable tests.- Move to 'download_files' source service which is in better shap and easier to use- Update to 4.0.4 For details see /usr/share/doc/packages/zeromq-devel/NEWS - Moved most of docs to devel package to reduce a size of libmq3- Update to version 4.0.3 For details see /usr/share/doc/packages/libzmq3/NEWS- Update to version 3.2.4 For details see /usr/share/doc/packages/libzmq3/NEWS- Update to version 3.2.2 For details see /usr/share/doc/packages/libzmq3/NEWS- Remove redundant tags/sections per specfile guideline suggestions- Fixed license to LGPL-3.0+ (SPDX style)- make sure the compiler commandlines are shown (V=1) - make it build on sle11 again. we dont have pkg-config provides there- Use %makeinstall marcro instead of %make_install to fix build on Mandriva and Fedora- Add libuuid-devel to RedHat BuildRequires to fix build- Update to version 2.1.7: * Fixed issue 188, assert when closing socket that had unread multipart data still on it (affected PULL, SUB, ROUTER, and DEALER sockets). * Fixed issue 191, message atomicity issue with PUB sockets (an old issue). * Fixed issue 199 (affected ROUTER/XREP sockets, an old issue). * Fixed issue 206, assertion failure in zmq.cpp:223, affected all sockets (bug was introduced in 2.1.6 as part of message validity checking). * Fixed issue 211, REP socket asserted if sent malformed envelope (old issue due to abuse of assertions for error checking). * Fixed issue 212, reconnect failing after resume from sleep on Windows (due to not handling WSAENETDOWN). * Properly handle WSAENETUNREACH on Windows (e.g. if client connects before server binds). * Fixed memory leak with threads on Windows. - Changes from previous releases: * See https://raw.github.com/zeromq/zeromq2-1/master/NEWS - Run spec-cleaner, added proper spec license header, shorter file lists - Split out documentation package- update to version 2.0.10 * Upgrade OpenPGM to 2.1.28~dfsg (Martin Lucina) * Added a ZMQ_VERSION macro to zmq.h for compile-time API version detection (Martin Sustrik, Gonzalo Diethelm, Martin Lucina) * Fix memory leak under Windows (Taras Shpot) * Makefile.am: Add missing files to distribution, improve maintainer-clean (Martin Lucina) * Add support for RHEL6 in the spec file (Sebastian Otaegui) * configure.in: Do not patch libtool rpath handling (Martin Lucina) * Fixing the Red Hat packaging (Martin Sustrik) * zmq_msg_move called on uninitialised message in xrep_t::xrecv - - fixed (Max Wolf) * crash when closing an ypipe -- fixed (Dhammika Pathirana) * REQ socket can die when reply is delivered on wrong unerlying connection -- fixed (Martin Sustrik) * if TSC jumps backwards (in case of migration to a different CPU core) latency peak may occur -- fixed (Martin Sustrik) * values of RATE, RECOVERY_IVL and SWAP options are checked for negative values (Martin Sustrik) - added provides for libzmq-devel- initial packagelamb03 15323347284.2.3-lp150.2.5.24.2.3-lp150.2.5.2curve_keygenzeromq-toolsCOPYINGCOPYING.LESSER/usr/bin//usr/share/licenses//usr/share/licenses/zeromq-tools/-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:Maintenance:8464/openSUSE_Leap_15.0_Update/50896c06627a54cb2184366b5b2724b1-zeromq.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=57aa05bdc9fb14788c76e5bb00339266dd353fa1, strippeddirectoryASCII textRRR$VQy4iutf-8671aed15f90c07acaeca90124476c12613637d07b689e5cc89fbec5ee5045620?7zXZ !t/ ;] crv9uc~]dk^^R= &40֞#Xw8i17RӀZڏ|Oɺ\|<njc3dà>7w3\3q|ց]_VU7 Js8M^Maf.#7;& MZ-/(<^k:8`m"D q<▌B$1>*`Sϕ՟&i'jA% K57(DP!$h0G| Tжd^~-*d֟7ctk!Rug&,)hUS`L<z{IZE+k3.Z(N$[G 3r#y߃٥w?1TthBmCP@ |nӋ}'Oػ9b! KqV[ȕXNw"krs]z x~U&jA7&:& 5@Y'x4p%'Ѿ7ZZwk/V4US/*nHf*Oy1wd_n'eT)'o_o6bԱۀt? 3纃f[l"Usy:IkIw|[pàU$% {I T1 gJq%pxxf<,)$iW'e{uO4 25g6GCYpItX=j DV*^W>O͂pm,YXTYv"-@F5S'DVGؠcķtg#3tV3o2W,;w9=^N⦂g#Z:5G7oZ!zUC66w~ (~ AC=d ߴxb{xG*YΧ!nlrHQ8SUq lo/c`+bGA*y<]%L8s,?[ﺘPXhl_j0,?T?ApqL ~Q5SM'" ίя#Q;V$ ;toC~MS-UW^RُΦYp|B;zcFM*`Ǖ0{^2$Ud'^­eZ_/s%uy;ݎٝƣZ_{WX-fe1iځ"6%`00ʤTQvv /i4;tA"WF?;EP̤oqBݣ\H`jSF<6F_]9 |tb9[V'@umnhYi!ăߡUO 4 eT3}w֠kʡn Wq74rnad*YZ||^% o,uP rj,Nuf<|>߫*"2*m}K52Wcky,|ОY Iw|VǬnd!)-N|O v#ExfSEl^ӨQdKwQx+"՚.abz( ^Oȶ[O=lnhsLڔ+TҖWqbˊ%h_X㻿HGBtM <ЖWE,cr)0@e[ ESSD3l<$8͝ĎWm7\(aYs4:6>k[pDRrm\UO32:g1@sYZGkfIR\ 9R7 fF9Z]#C͢>$6AMsG(Yg fy+`;3 20%-7OHY4tW)z$&Yvi|0zd%*1ȡ)g\'0}b*bv 4@aj7\f)_%OUyGQxkxY:z~A7bAn9zL-b xvרИAĔ o1+17%<.`xN!@GUAf6DVQ@7IݔV@Oh~ /,UuW/BPPO*4wK$jd5IeVFVn0V;)vFJ 7/w'F#IŎXDؙ̔9cRcUĆI非uّU('V U<`c ٶ#`88!x'bEyɛVpV ʁuLt"*(mdP?]{a2ArE!#2?۟eڜNYg4رHrTU.o41xaH=ͪi]o>ܪ 82^  hdؗ3Ut9,kWŚ-M/K%>Ig(?V+y']If+_hrJ^yUb[7*ʢ%6NrNC_I_kۦy> 5FI_)I0Rl#wjIR%vHM \%v0BIFNbsCJ`&I[)F ӎ]Dv_"[m5uEEf5jJ^{ـ\'OL FϩqK1dfXWx2H}bn,IwH1)#ۆ"q5uNy0hpd|SeG:*[ƠnCM]PXļ-gҝY;wư9'O}kU>ʙ^08p\^PيXg-|3T ,l!hO-{HΫ ?5TpJg*\T=orA!hu_ު-J3}E*if9 %mt!{aNj wmHIϻ@-CZ"[Wk6L acJH6R, N@{i2m?(Dh,Ut!NK64pxY+:$bxR!y5'5C\#tlhvv\܃K2(!= uX{}>,V!;|V'L,3.j-~Hrɐ'‹oFs.1UG]Ν܌rZQ|t^UBg+&O%*Qejw$~8L=W(fIeu와ptnf:D|Lf튡0!;F9#ZK9.;rK;QWu~A"TaSvh]Lj*2|1[$RV 4Qe'|ӲnxM\o+n0KWNlwXC+rД"E/0 f!*h#5нTw4-vGoew8_J NcXJ-nWJ501p%,ph:2>~X("%"(($`FU+ra5Fk;9TW8/U~{c6jF!95w"WyS7-) ^9}zǍ/XRv*gN$z Q^FS1ΙL@/!/d GX"W#H[%XW1xP>cbf} JQG5!gy`۱$h}1*kR>sd ]U~ojԝ& 39+|kYUޮWR z# UeL% 7YiN 2ÁK_DYNގwN:ka%O1ғ[^8*-ү=:gIY&EA1]j%*'`|c6?8#f _)*_kg  &iY`_*> B^IY}lg4c[0ݜ%&e엥CJd:9 x,~ өX;[R׼l˒_!u.V0ߘ~D#eLTn2W9~!0[ 3@M{B".#t.0[ YkM}tesz#Zk\3R-L6,o1Tdbgmg1Bq{1;X(:aJ]O璊H?Cό lo Cds9C0*B"C~cw>E_w/,o2)Ҷ5v i*yNwcgqc H &ntײ֡X|li!g(FX%f(uRJGuB 1N|0Nބ88\ 7z. M{7BNj{1C.Ϯ^/db8ZGzf6o -z ;-B@i %bH! HU9sĘ" r*,ҵtlnVEQW_\ 2H1v>5ѭleчV4A%QN[Ym)v=m޻,P;L5VjЭݦFk U蚥lm_m|-Bm&n!gZVDOxq 1DVHdwj wSJUT+._z 4O[\ֺ#6 Ic,jV()ME_gR}M)Kl`# A!+JcN_o5FoqnHzf_G7\(y/,E^"D?INn\Q|Ea9c] d'> A3~w=(KEe_tz2d m4:? `z؄SFŏ枝:u5U(K 15^ FdzbOq'<`W"td?pߍ9[؃ca ^-GC~ [E6Iuo-dDDuިF(Y8-}6VB?`@>2kZJ!k O&}N%y_}BSKPS2.y hr~fI([LkzByɸPBkS!!354 TsNȩ܂b %+񶧲/=WE!is DwrvZ֙m ><ߋϵWضʮ40^SzhTkgR?lT|hf=CாTq*!EϳKN^d-ڗu]ɡS\E&òH.͝C ()S&V&lA4ƸFwy)!Qi0%ֽP ,mEvfU4; |rϣ CI à 1Pȅu&/>}̮\9? e~Miv*< CoRSQcFy)!LgXZT58EMAֳ ,/|˧rmvv4B*H=hr]v@ryXtH|auwGo Z]+!B\`jnڐnxs {<,`';[ Ե|[pK|/rr+BVgG&x\! ؔz3&ҩ8EL+<]OjE.XS47,zKPn$ڌrF$({+G쫎1tֳ Q֗ 7L2jN1re%t#Sē&rtk_=$6y#j=1#$v O=aR$K"]qU.^1Pv;C0Dux= ),eW2d=k)X~Wќv1J$4gA'N8xѼaf`ߧ׈WX*),NqQkDo!.;? 7M_$|:;g*bnLoNzc΁ti'^1%XN;EO豗i1ZZ&=fg.{Z,W9U 7FX(ro,a~WE ~dy\mlF3JS{Hh&@NH,]ҍCLaGĆ-gIԞZ<y>:lJXV|?mpNX뫿26AJvN 2YjD?5 <R80l,Jt \Z6 aٻOi\=1= Ԡ"$FWmBP…m-sEdX\z1K7ֈp.Y ?&q, bou='4dl[|w%{|I/Qx4b3ro-p0,Io_p6<#ܹ4Ǻ}|WB `&{9k#F1ݹ0QN<گsș%>PmL(9^1 I0r_,cwcd9uK kB[klɬxL~gW:`.F_W,DF3 Obpjڬ`bV+C" JJ( < (0&^n~dE\2brNhrz<\N9"SlPѥh.{bGjxPLn,‘ < eZmՎa`@9ը[wۘ23ݢ~1^iXlωO$v&0*&MZ &@ҬYceK6@gA,#B-5w_>Hd5+o1Ү^Ic^nt5jѺ[Fw! hf^"DNU{&HV<;@m^E`TݞN]6dH:&^W}s[M|`\GF[}| y6 q]UDTH9Li5L\e쿚 ]U$7!)"P6z|ߨ!Zqk O] gi$o:Kh#ib̯g#a%uq䙈GuWC%n(=pA-[ΚDeJN(GZ810vn. g]YϠZiP>g7 < UUN@!d!JHEW5M X׍rPs$ E E̪`7E /|eJQx2r6RZwVd􃗌mT̋mKb4|Ӈy.:0ٱdltaNH)z,)G% 'ᓟa &jqY.NԙYѓB-43&<.|h4]*vq$:Co3b oDFTQFAsòPI9YXXcov44QV2+۸'u\v#ܹ3>}&uvi#}E!Z]I y'nfԴNU'NDX\kS+dLw~@ wg?5umbۣ7%5Kj;yҷLrG sZQgR-ע 2di[zyY;u/נ{b`3߰qU+69\P y1 Bjb x; z}Wu O_YÄ3]䘞Un.1tzp16Pw&PsYR0b~_([IKCu+ hHP1EAkl QfG6*)x\|rco` P;8M< C$*s$Jk`js)F5 ܪVD Acd Wp㌼~/V@~Z~&ɦT[%iyݏyeO3bQK)6B)5.6 d}uiK8VK$v=k@jD,XR*,DAj$Ѐ9 =ذȃyr7}pjim!>M\a#q\Ll 4X Z8JP9.+*z2vo[b܏KK 8&#ZwpM>x;̖^f޸?>2ҪHY8J(#냻6R_^v%tXOmq YG՛<%+vt[Y˯Q`9wwvM7A,7m߽+Q>F='8V'%EvzY 9~`BmxyBʛ<횘( } z)9^wc齾!Ÿ4t~_mbgm@|pMSr7E!l1Q{(!+ A^mّ-rf l fHVx(?x\2xb{ %H~?g& ;HuďY kVƿE(ѧFȮ D <}̶5Ј!%|%0~b)epE$uQ'LUL:l@攑a݅#lcn+).j6_PwArWo~6GӉ/ }ɻIRb.B9R:Q,MOS+Fjl 7KA.uzIQz3d (']$_ [Rh|!EtmC44#48ah(5VZj ADkڴ/yLgdV˼gΚvL^ώ/ݗWnR>8w6K)æGd5?cA.6Y\`&nЗ X9j 'd9rf½q\%e>?lKx~%&)1-DԗA@_2UACVsa*@l#>Tn%~Zbt: p B>v@9mA$@!^\gzp~AcdeN\Lt* s(tS }#Y -E*tN1313P,2 lޠq[8w1q/ۏD7̴.lX=qK, d6݂f+0HFz*j٪I0涨?ABF@H!is. <3H1'?[4}ـRro{6y;N.~.Ͼy%- 9켋v}0M-DC JHrWJ1ր=",#jma`k+&Wff/^ch뾛sf#; WIÝ6mGWxp YZ