pdsh-2.35-150500.46.6.3<>,gp9|uQL&XRǯݼ$KNMaSM) D{acg kvh'/-ƍcTER@db' 5))xYTHz1#«np9ML4g$UB~2# _B.Ǟ(ȮhR(Z`rs>Y_vΗF -jh~ΔDlKn[N^޽ڵLx>|s&@Y0rrI03B{ܵ>A5(?5d   8 %FW m @ l  Z |B ( <  p  ( 8 &9 t&: &F+G+H,0I,X,Y,\,]-(^-b.c/3d/e/f/l/u/v0( w3xx3y4(!z44444445Cpdsh2.35150500.46.6.3Parallel remote shell programPdsh is a multithreaded remote shell client which executes commands on multiple remote hosts in parallel. Pdsh can use several different remote shell services, including Kerberos IV and ssh.gxinomavro cwSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/Productivity/Clustering/Computinghttps://github.com/chaos/pdshlinuxppc64le!   vT  F& AA큤A큤gggggggggd>d>e#d>d>d>d>gd>gggg56d5f005919d5f73563a7274eccaf05f3f735f671c489311bec2478f8c7a449a338207fe61d41392c7b37049e41c7b0d8df4009e96cedeb59619d6d9daceed56110825185fa9dfa32ee402e34fd4993ab3d90cf6b555bebcf50de78372b88b7267decba24722b482b456eb13f360d6fd510059aaf0f1728f1dc600f1253bd0ffc9099bebd03bf69c552ec507671c662919a176d4b8c0ce10de6c25ab437ca8663186f7725d593cce2f494b0e02cb29b40ea24986b7dcdd4910aad1e71b946b829bfa1427a4e62531634ebfbfd8c869efe6937024f03f3e5189fcb9242d8e8812bf6915d22d6227c6cb99acdbc3670901520903318e401cf8d5399b432ff2f8f39aefcdd7a927ba49436d89f66af8c399f5bb1b649ed70aae0cebf08b6378f94fb74a9de86d2ed48e69a0d2b25375e473544e63c67d99724fa625b6315fb4790998739c3fc589b81125e8a66f2f59e5bc9d56ec44903dbaf668e01e7885c493d5751130b8695b05ad0eae4dfb87657d82d4ade6c36e7f6f3d631530a054eecd6a0913949b5312864655a8f23c3d20012dc184ffe52a6e16d6750f7b522cdd75204a2ee6a26c56a75705e61a248ba90b5ba718e3e777c214716df7eabbfa0e20588177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b8806436bd693a1358bc2c7978ca74b14bc37ecc2a9be572164d315e1422cc83e5e00c7719a499888cd41b57b29c2db6150a89fc289c1b7ea31c45853e85205a9de077bb009d6c000b07ff80619b9aec55e607fb5041f7f0e81b3ba462d915eee9654f9pdcp.1.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpdsh-2.35-150500.46.6.3.src.rpmpdshpdsh(ppc-64)@@@@@@@@@    /usr/bin/perllibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libmunge.so.2()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libreadline.so.7()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3g@g:g@e@d@dd@dcc_`7@`@`U^^_^0^}^|@^|@^{G^K]@Z@ZZ ZYYdYYp@X•@X@XBX2X!@X TX`@UȒ@eich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comaguerrero@suse.comeich@suse.comeich@suse.comeich@suse.comjjolly@suse.comjjolly@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comjengelh@inai.deeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comjkeil@suse.de- Fix version test for munge build (bsc#1236156).- Do not build Slurm flavors if we don't build for Slurm.- Drop munge and mrsh support for TW and Leap 16: the biggest consumer of munge authentication has been Slurm. Slurm can now be used without it, therefore, it is a good time to start phasing it out. `mrsh` has been a 'drop-in' replacement for `rsh`, `pdsh` is perfectly capable of using `ssh` and we may assume that this is the preferred way to use a parallel shell today. - Do not build Slurm support for s390x and i586: Slurm no longer builds for s390x or 32bit.- Update to version 2.35 * slurm: call slurm_init() once before any call to Slurm API (Egbert Eich) Removed: Add-call-to-slurm_init-this-makes-sure-the-config-options-are-set.patch * slurm: fix compile of slurm plugin against Slurm >= 23.x Removed: Hack-to-work-around-a-generic-type-name-breakage-introduced-by-latest-Slurm.patch * log module option errors with -d (Erik Jacobson) * fail fast on connect error or non-zero return code (Jerry Mannil) Removed: fail-fast-on-ssh-errors-or-non-zero-return-code.patch Removed: doc-fast-fail-update.patch * Release a lock that is no longer used (ycaibb) Removed: Release-a-lock-that-is-no-longer-used-in-dsh.patch * build: use LDADD instead of LDFLAGS for libcommon.la (orbea) * slurm: add -C to restrict hostlist to nodes with features (Dylan Simon) Removed: slurm-add-C-features-constraint.patch slurm-add-documentation-for-C.patch * ssh: fix sshcmd_signal on macos * dsbak: fix handling of empty input lines Removed: dshbak-fix-uninitialized-use-of-tag-on-empty-input.patch * Removed additional backport: hostlist-fix-use-of-strchr.patch - Remove outdated and defunct project URI on Google. The content can still be found in the archives at: https://code.google.com/archive/p/pdsh/. The project has moved to github entirely.- Only call slurm_init() if Slurm > 21.02 (bsc#1212946).- Preparing pdsh for Slurm 23.02.- Fix slurm plugin: make sure slurm_init() is called before using the Slurm API. This has been the case since version 20.11 (bsc#1209216). Add-call-to-slurm_init-this-makes-sure-the-config-options-are-set.patch- Hack-to-work-around-a-generic-type-name-breakage-introduced-by-latest-Slurm.patch Schedmd did it again! Slurm 23.02 broke the pdsh-internal List type by exposing it thru it's public API. The way to protect from it no longer works as types are actually used in the header. This is a hot fix on the pdsh side, that is hopefully sufficiently generic. (boo#1208846).- Backport a number of features and fixes from the git master branch (boo#1206795): * Add '-C' option on Slrum plugin to restrict selected nodes to ones with the specified features present: slurm-add-C-features-constraint.patch slurm-add-documentation-for-C.patch * Add option '-k' to the ssh plugin to fail faster on connection failures: fail-fast-on-ssh-errors-or-non-zero-return-code.patch doc-fast-fail-update.patch * Fix use of strchr hostlist-fix-use-of-strchr.patch * Dshbak: Fix uninitialized use of $tag on empty input dshbak-fix-uninitialized-use-of-tag-on-empty-input.patch * Dsh: Release a lock that is no longer used in dsh() Release-a-lock-that-is-no-longer-used-in-dsh.patch- Preparing pdsh for Slurm 22.05. * No later version of Slurm builds on 32 bit.- Add an explicit Conflicts: when pdsh is rebuilt for a non-default version of Slurm.- Preparing pdsh for Slurm 20.11.- Simplify convoluted condition - no need for Leap 42.2 support.- Bring QA to the package build: add %%check stage- Since the build for the SLE-12 HPC Module got fixed, simplify spec file and remove legacy workarounds. - Remove _multibuild file where not needed.- Add better legacy support. - Make sure to not ship duplicate files with builds for multiple SLURM versions.- Define %%make_build for all products that do have it defined.- Do not build for SLURM on 32bit platforms on Factory: SLURM 20.02 doesn't support this.- Spec cleanup- Update to version pdsh-2.34 (2020-01-07) (bsc#1167704) * Fix for output corruption with no newlines (#114) * pipecmd: fix result check error handling (Dylan Simon) * slurm: workaround slurm export of internal List interfaces * readline: add application name as argv[0] (#112) * Fix errors from lgtm.com scan - Remove obsolete patches: Change-typedef-List-to-typedef-xList.patch pdsh-rename-list-to-xlist.patch- Add Change-typedef-List-to-typedef-xList.patch: * Change 'typedef List' to 'typedef xList'. Since SLURM exposes a type List in its public API without proper namespacing we need to change this type in pdsh. To remain compatible with older versions of SLURM whose type List was identical to pdsh's we need to rename not only the struct.- Add support for an alternative SLURM version when building the slurm plugin. - Use %license macro- removed patch: pdsh-exclude-slurm-list-namespace.patch: Patch is not an acceptable work-around for upstream - added patch: pdsh-rename-list-to-xlist.patch Renamed 'struct list' to 'struct xlist' to match upstream slurm change (bsc#1086736). Original upstream commit message: to avoid name collisions with c++ list types. gdb started showing the wrong type when the full lib was created.- added patch: pdsh-exclude-slurm-list-namespace.patch: Defined __list_datatypes_defined in list.h to prevent conflict with slurm 17.11 (bsc#1086736).- Since the different host-list plugins have conflicting options and a 'the first one wins' policy is not well defined, package all of them separately and make ones with identical options conflict (bsc#1081673).- Add genders support to pdsh (FATE#325288). - Put SLURM plugin into separate package (FATE#325289).- Update to version 2.33 for SLE-12 (HPC) (FATE#324169).- Removed deprecated %leap_version from spec file.- Remove --with-pic which is a no-op due to --disable-static. - Replace old RPM constructs.- Update to 2.33: * Fix segfault and build issues on Mac OSX (#95) * Always pass RTLD_GLOBAL to dlopen(3) of modules. Fixes missing symbol errors from modules using libraries that also use dlopen() (e.g. nodeupdown, slurm) From 2.32: * Autotools update * Switch to dlopen(3)/dlsym(3) instead of using libltdl * Drop qshell, mqshell, rmsquery, nodeattr and sdr modules. * Fix issue 70: dshbak: handle hostname of "0" * Allow PDSH_CONNECT_TIMEOUT and PDSH_COMMAND_TIMEOUT environment variables (Erik Jacobson) * Fix some old URLs in documentation (Al Chu) * Avoid exporting POSIXLY_CORRECT to child processes (Dorian Krause) * Fix mcmd start offset bug in max bytes calculation (Egbert Eich) - Removed: mcmd-Account-for-start-offset-when-providing-max-bytes-to-read.patch: Obsoleted by update.- Fix %if clause in spec file.- mcmd-Account-for-start-offset-when-providing-max-bytes-to-read.patch Fix a write past the end of a buffer.- Add 'Recommends: mrsh': pdsh should be run using the mrsh protocol but can get by using ssh as well, thus adding as a recommended dependency.- Disable support for slurm and mrsh until it is in Factory.- Add support for: pam, exec, mrsh and slurm genders will follow later. We don't have support for this lib, yet.- Replace tarball with official tarball of 2.31. (Content identical). (Add download rpm). - Add _service for download_files. - Remove .la files from installation.- Importing to SLE-12-SP2 for FATE#321714.- Don't include the rsh module, because rsh is outdated, deprecated and upstream is dead. Removing the dependency makes it possible to drop the rsh package.xinomavro 1738901664  2.35-150500.46.6.32.35-150500.46.6.3dshbakpdcppdshrpdcppdshexeccmd.somcmd.sosshcmd.sopdshDISCLAIMER.LLNSDISCLAIMER.UCNEWSREADMEREADME.KRB4README.modulesTODOpdshCOPYINGdshbak.1.gzpdcp.1.gzpdsh.1.gzrpdcp.1.gz/usr/bin//usr/lib64//usr/lib64/pdsh//usr/share/doc/packages//usr/share/doc/packages/pdsh//usr/share/licenses//usr/share/licenses/pdsh//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:37361/SUSE_SLE-15-SP5_Update/dd014a207fb996cab778d296d1af04eb-pdsh.SUSE_SLE-15-SP5_Updatedrpmxz5ppc64le-suse-linuxPerl script text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=8acbc1b710d15ae08a3e6db1f4dc31b897b890d2, for GNU/Linux 3.10.0, strippeddirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4f3510e228a5eac60638ef20f4a9c54298ce3734, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8f06447f52b701bd443930302ddd3ae2a4cd2ca, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6f0c4ea36196b1a03ffc3a5a06c826f65f02ba0d, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRq6ߗI#Dmrshutf-8f4c066facd5958fed175f26dee43f801eb76e65887b956906fcd4f8647526ae9?7zXZ !t/r]"k%Ddb aK/$H xj/hK5b(>=Q WŸ7Yr6dY nxܞDP0PC3S3ta@;y9#\BI-,R+M*DUyz S섵s|,)ʉˢ-JvsϤ1C^|m֞'6~mâfe u}Fs{糝$[s(daJHFe`{Cx$>.- xli)uw: ב<$?$uÅ2LT^Ac7Q֑,& Ӹ%} `JғjPX.xQƽ+2qX' ;Ũ)2_x`N&'d@(J|í;gzǧb;3jTܣMu]I?U{ R}ib}:w_M.y_r s<8%gB0U!^F.g-.کkX?qp~?A’]s&KF&CXmVqC!9w#W4s#NpMXK@@WכؾIHmCF+~g`Px.3ytPTc]a[H[ב$Ƒؼs~?Q a& ݕoFw7#/Ղ4&~`4z͜[uJ1 tQN 䥒~+f Rա}fYFL_5sVlJCQ' {{G7lX܎/Еd9#^'|ćX4cW>e-)E@|0N>|5deYKb(>J-HȔ7t)iTHcWG@N YtoT@ VpQΘ#o-5r6i,=$+asBQr:Fs[Xd7E{NG#}1AZP&Q׆k$G7*Ns@+n.+F?(N- S(#dfB^u3(b$Qf]/|fJ;o%6~B3sQZ&Y na5IlmIgԬ6Lo5fTm)^h<]Ql]bco4$TqbwE~OMh}2a@{X.l^n{R% G܍VWbQڎ^`$+}0ObE?vE,Pe 3FIvP9O:Mb˙&?vx5bZ8y՜ɇˊJ3fy>u&ڍ=S`.{ LLtU{Z̛v;3PGLVԉ7oođ7-W1eW|I02r?aY")> &>3]I[O0DdڮaǠ\+ 0Vj!gaim>Za^nYW8DyrjZktyٮmHU%wkUdSooULCR%bj[Odsyp{7wRw_XoWoq@utKO,sG(ZZ:Oh3HۣWnsᗔ''f"CִkFt@I;gPuzjy[ަ_ Bй>[ TyY*γgv$-/q,!Uv'qmOlpĄrȥXTPY#f8/Kb=$%Y TF2=/ H~OTs~OHN2(u3vLtj*tO](w K6d}h(D9N]5ٵѾc'9 Ej C]g٦C9cޤwV#x!F-Vc/QnTBםbO-V#ώU[Kc\ӑbo3?i^Z'*SnJQo.w18df5T |]OB7o-9dސIb35 'tbŬK|krIއzé,Zd3۞Gk49-y ʌڰ@|O68r2Ua2j.Y/+&ե"cv,{h:{mkIuvy?t/1da;I&)?ȓYљ@Ôy揄vkdO0t|ψeQ40J{[j>uyqg.f[ܵWz<8tڪ$ ޻Ň rDo^XAbbm4I$79.P73Etd,o/HWŦ_}Z'=5y-%R\*rxЇz#GKh./aTbùf󓉖U* z~T~ =nEr7cO'UJ$t_=sZ[;zLbR~) ,(E!"Udf28T@5̷-?x~9lh@ rה͹4_3>߮=Ϊm=O# Zg0@SԷFr !.zn;瞖t[An&xzrgZ"HawHA|KBz|F5B܇'8meM9-ʷF ̳Ęt 2[b9==`'mL{+LަT׮X/p?wdMӜΛka/$9M$!Ko+X8h9>g`kRucOb MBp<q.DT 5ŭNёQmc9xYf1Q )C48ڱ + YdijtJvGHEDf@sHdwN Xl"_J倯ZZg3X0ޥd8V/Ak;@n7eW#[ !i6)}6h>ۄ4yV+A=_VfT#fܮ TyݲwӮcu{$|Oj;e._ގG-E* 8=.{jI@r+]5-el^_3> z nK>!ncѰFh4u8HPhg"ȣ""3+Hz M搥S]FCP$>.Qj|+beOxEP6QWVyI*j fx#UV0A*ESg`T=a[DVA_}Taƅ`NByx:sX=UL޵h3S<30İWӓǃT':5L c`Wi{<QZf6uY岭VcXw'f8fdHmAX׆sd:XkvFY?P*5s˪k;o5˜5!AFm Zվ)%8ǮE0G7J4M_gcb @{4,W޹? *)A ]iPGC&8 _#!u3w;.FAp1UࠄIcL #_Tn"2ui%JTDU=P0~/Ld7ɵdDu&N2FēF+39Hh%r,`XqtCM2?5ЙFg"¢,I_/-}eMz}E.LqKNuc{LUy%-'qon1#[=Б(9`3ž}(JiCMoE_9WH s#,=`14~I R~jjG32ue/` wg/<4텽AOhҩ۞ TXj)i (4LDv}cTWT/*.rOQ;N-W _Aa$MM|i߃ Y'67Q̰o6}ю5>QGDe|V_[ 7YH*9€M5t9mRMi^L}"J;Y3.v(sZaDdq826}m}Blg$1mңzE Q JZ@Y W;6@.3ԳdԚ3l.ȉh߉]슏4S5?H),B] 2[@i R5;_a`cLTH,9ߤ&;ߘNt@_񫄞.pݭ.,d<̒y5Nܡc1CP{m >x /6Rδ5ނp*!B("'IV2޾V3*e?l|R[;iL%!)0y%0tO9YgSi'~m!_BJɯ<թ#N}w3v n+f3#FlSw!osbqX l-ad9!1^CNpp̸tM!!]tl N!Gsfz`^*2G x,ȵl.\!Ŀʜ.9p3<87*`.^&]1O)m v%T;ܜؖIzVBKvR iE/&c/6 RP"ˁ5 UTKHI*e7SX0R*ИDR%DZ绻3 >`]j xWӧe +=ʪc'Na37;V/Ch< CzE8Ox~w )0Ko3muݦV = wqa ϞNuLfz]^~C[݈1ا-$#b0s6B-I #Yy A \bʦږ vAy9"& v!39M&4P!@'~)@da} #`Ml'^v;\DZփ8i@RF沼ƚqvvViWA0^^ TB` N>)_d?{% BuҭVM3SSO !X7` 䣌H؈MG^Cu #38rGzӿ,} ^Q}_dJ?BjUuɗh& M SFɠ.c"=w ZW(9?Uq+X -y e9puXn*m9ƸXg,% :+COtArH AqF4^,9{J*TfkV&lS*wW+$ϏL_ ya t"u.JR:/XV~+9V}%։tFGrNhGb mҝo<G2-r 9>K .(Yf!,nmP4u2d:) K4]C Pyˆ92,@q&RjQ3yjY V!&S`wedL-z(2w-t#7в,ؑ7`L$_X6, ~iZJh8Uklv2, q=nugp)h?DhOUy(-8s+ok6JW4#ߴK]9.Lག,uQ T4~-R\ ;' Es&Jr|5 (DW轓Gۅ3!@<?̮AHĕ _pIbj'ɝ]S&PP8qg)Ƕ#6w>KmI 4thRK kxxKV$dCcJ琰 Xٛw ]G d2e_< B=Q( CaC+z w]fc/Ò$TSݜKN ǀ8ifcfPߎ޻sA~\>~+ZFMs4 GrZV]w1ˁv)|_sɎϐpR,'ssy|''dȃ2\\ibOT`z8MF!ݎtj(TR=?=Sԭ+&Mj*UKOyPS]ݧ.9a#>MxUD` =DkhւK<#.7dT`P/akl-JBZ)Qb֟~]/tYlhʿD 01j̖7\0Hu? @v?WiT4Z׎< %u¹iFbAx X=amJ7OͿj77^f&e?l(]8/[2erD}τf^dgWt:y@[ 9;U2oΦ4{?3ɛl nߠ=tf=?Rc&5:Zp~pB8FݧZ7O?ǀ@~NM~`Pa¨Ês,?MR_jϜ2ep>Y""JX-4}{QK{7UeBF,JYҢ9<q)\moa&w<fQݽZ.EӞl\.7"dKV~QBYe ۶4A.k`` nDIIkx.cO+[&ۘya7^?CQDWlŽkpjQ֑!4r2< Kg]# P <sr(Wt1i8u `@bԃ_jHЫ6 ;Y @{ y=e4& 4Y?vP 0{I >O|-aTMf r;.V=^]G~UCX@\?/x>MFw KD5:G`pft"bmգ.ъ/ϫqa$6aԩ)WDn(+2x 8ڇ q,-aF+,&"&g ?a@Hhӆ:Qe硜kU,:hDOoLq(/1_OpuSj0Ka љf,txfPuԬG\a̱1P֯ӗeg< !q'ks4?(ZٺۯYc5;̗؋ey)8`1n@Hw,$Bc9[Kg'S$`KLNt%DgeqFܩ]Kœ,^,wwhW_̰rI,[u_iUui4E6Wk|+vn2&[[54 lIC]u'?eqA? YoD&MhV*k@\>Z[_[Wڵ0 F(QZ~/'QlPxY: JSy}΂[DL KίO3^,.rP0_-E;y@"`#_v'C\-J6/⮝74Y7LrMFp+_;n:غe`- &021TV}abY5c7< sڭ3B9T_%*D[ .h;I>-÷Xأ"kStn r.aUf9ljxƗ{2D Dg aBxt˹ XgՆ,;BtWkU9I&0X"bhpp3hy׉>0{Mp졼sO)HyEHqrnqG U((x:0ryK_vv%wӓ o`kyn~ƴ.Z19>^D宰jKi;G̱Hodn vw3)jl^0.Uj)4%j9)^] qMq⹀1(<ޣC@mI7$S y5'amEma&BT0$]f ㉴4l㤯oD\Y7"O+iuUXlpXϳTN 7}mKD=̰3(DJX'IɄ ȶτ%qV 6Gc#B]SMh`2 Wy㵬 +\< Ȩ؅t}VSG0 ?fVj_6ҳL#D6ݨPLn`HCs0WSo{B8/ $ +E ̳"c]/~C2Ei :BICkп|2dx]ПDpFyo)oDi_1W#uk_F׮0Юj Z3"2jG63c"1Dz?ߓqMa>(&je|^pqRFEk r&a{ m(ƀ"3@߭dg`F\'t f>J_`1MqU;CGZCy "CNOc ٗ"KAO}RzC6 krBCR *xۓU$و~_CUu#|~鰇.`$yYE(E,#ti`QUq݊)c*~5`Jh0f8 GsK<1kuiPڀ/8!ucͷX9UCNS~EO#9 NjM3ל$ -v[saȏ; }$oIWcEel1&rO~Un}Th$hlKzCsɠљ>h/XNn"]. C ưGJ"}L+J&=N]ǐ 6~|kJrm,ťiz pV*)EP̬fBGs>;gNr:=0oX7nlڄ̣Qwܢ` >X7*sQx̿xKp:Y}N?pǕg Nȟ]IPڝۛp$J pA ~fR@S]H^+ Q@Vܜ3( M3ȹÆ%BN4xK#ɕ#_kj# >Z"2mhwAfsiȂX-qᴯvt?}} μgVpOKtpqWONE 3 k[{}vX9 5˞yvVq|\C-8'[/4rU^EYŵ~)%.ԁ+} ج.b/5 @K+@qk4Qfս3+%l7I-ε`| [p^h,vL9X]P7|XƧ kZJ p+ 88CNV G9HA$>Y9vj@@푓+3di14PB܍;ZRS3b~i`-N0?:p '"s AƴKy=]hEќ0nU}N'fA7` sHk\%(?Wc6-5W^&>߅$44_$bg?9{i|KA:d#;%tPM5Ӯ OՋf}N K\UJAyI={sua':0:ݍg8gt釼HsG#@}6O{^axMH &5tw͞<+ԝE5},BueꞡM|,%=W?^̢ʀf/p|Ep*%q{G}%JuW$WwmsM](Mvm%'Ěޝ]2\[[-t|^VM9/s iȂt̥u3᭕Xq߂m Z/O-QoA0nl;UdhAu"E?\[Cy0[ɖdt&\e9XNmoh‹ɼ_3n-6e8Y m/Qnl5'($/yczٿFͭgTּYzj Dduyl.uNSsbś9UB .>@vmsa۟@dјP-`yY=U-D,n QCm},aF+̒ixCE60Q]M:! \ީDݝԖ$1Xf˗~ ÞH`<[6<蒁>o*F6=HoUG8$o`!b$Q_Sֱ) e9ϕ.{B; A6W~|^Fӥwz08U GfqK^ףliR@r&k5)[WŜ:}EeXӉ]`m=PG}ꫡŇȄ%AMs4J@!:SEJ׵V 1K8oQj f$}tjB@wʎENma1Rx~YTdz~M>$Y (S?45Dة+Y]jD+o-!2p8{8 =Q{PQx[`YG8fd{)Xnĭ })]XlX χm8I=6W{pXI5-^s.Ql\0CXlç+8RxQ}yqm؛ dldJZ1D,L1=#r=@G,P0,]ܤ Q?ԉY-;GQ2vfpK /ͦg xJ5o8^]WLe3#|^1,U j-lFk}sU'mTMqlC>-5}1őOؼ*d Q>A/-۫GI:!ОcVKf¥Uk@.#>pAr:y)DA̱H?޺Ua.\Bsi&Y~6D4+1MF%eǥUdLL'8VGguj Kqo]v _>@{9n`)s}i]0t+a_;Gf;J&yFdK&*>_TX&օY;%NǽaH'=+w2T9M],"],k^Geslt#!*<{/rdїl%jD.=#vp_WPE;=ʪRTqČʬ3HO"wS^>(K9yӔK-Wkp?0? :_evqo=b-DZ.tujphSk,r1`=_j1Kcki^3-eZ}/X5H=3쎧O&XAwƛ{!*4,;Ǎ*ւ_'|IB#z4u`q#'Jdn{ ֟"jD{X":RZw8;G$(hxD.ߡCKVD%971ן,m uɃB,MYv9.${iZ\!8q5@=y gj:>tKLT ̴$exY|LWrTV%w\\/T_cfCLX}R9aZFeVv챒HrI/D㡷:tF-~mљB-lګ)d04<38PLF:cy0m;:2倈 "0I$gX87򮡘<Һov (Ph}x50lgi?(~<=p1?~_"tE[8f@Ji`s$$l!ZrxTR7t~]A,!Ll{:E> y1l4 m Éw\upC]4p^)lk3 r{=lҡʌ}tt`x@,rC eqm6N7Xt~/KV@ ΞմRƱw͒&Zۚ{%|KB42&Ε8s 4z- ce T)!uخ=w]g[ӒZ/-Yo MKN^r=cC$cA'Z^C}nOA'KB@k*#>A;rAFq0l p qZ>; ~J CCTKmFuX{i%{T8ܯmp6R:#y _°LT,fb I%믹J^sխQy^&> )UVo1sEq$wKk II1q *ZW2&?^u#tֈ b('9NR3ԯql.B 5 %rli{#Ħ$k(&BwGLM\ GB'ͅzdӢІBo$"<,оL5u~mih}{6 &K'EB~ etc P/] >Dv:< K~Oe^y4 gh&we9Q,!T1 J.􅚻Dñve Z86OY'e8k=Xn[{rD5RI3;D FL -R <#t};O4R-'ƀL,ij947:e<(~HƐE<4^J]݄'e qdCAZM.`h91ZPq[4`jh8 zDm()6Srxt$D(TwҰ%Z."+ 7뮡С#S^R}] kj.cyfS߂ !OMIK!\\U0·nZ5>*XӘ4 `.Xќc,^1Sޮ'GaVY.< 5]Cfg?ZY|V-׿9xCdϮ; ,XEL y&3&mElb !FsRD>WYAb3G^y_Cp ݗ=ɋ-!29 S%Va Eڇx(1y{u߸2ucSb;Y'_1/sN{7ք,x~ȹ1Dө. _6[R(tED?BF+ m#՞˼EXm3 ]a J \㲦?ЭED XA6nXJe8j5b?/4N \)RͬGlQGN,m"`nP%WDNXb-tf&YYj.!\_ s~hoY,w _ qkԟ7wXRKyXJ˵q>oGh8ǹ>A7/: ̢}Ӂ*!e6}`Lm 6NLz7ncjBW7W^şmJ+XKٱD;5MwXo_;]KR<+_NS1~ 9ȹ4 .}W4ihJ;fVNKcJo藶GIx4Gln UOI:QdlxQ,#S[5 3(nS&Gv'WvE0*Y&di84`N [iT_nEDO憒su 20^s9ֻN@I 괢'jveZa,^[y5<2FOVcuS"VkIʪVPfd*Ώ֔~iOӜ X?>UYmNH6.`A85MWQz/=!aQZrAbs4 W5S{(gZ{xm4v!{bvxVCrU;+{d]bW)y\p L} PKr-kk-R3ePL!H:YEB&گn@uF{/s,~y mK4zrJ{b৻A;҈=X:ܽTV4>R{~.הjʲ?@_3&_L6\Aυ;pY8*V\F hQdd-tsFȹqO;u"m~iܚ$:]?ط苓uC\Ƹk:Oy:^JKJ2y^'R#nFm9)"  _%Ҥ Yϟ*;42i"z4:/jXCޙՍ/Pd) zEaW,bXv^݃+v%RW ˬM"L؍/\3X48N-%oa4/Ѣ|>O&Wsn469I"ccP}ix5͘ř{GX+qzmq9"Uy^"&-IvxyIH?ڭDP7WSgcqY$F> CmvF`Ls[ O\IOӮtgTcJ3 =%6ߚo$IU(2,GNcR4hfy~cжwg݌r%V]6:-;7KЖq޻JaoߏJ?o3(I0=5רQ^`GrL|t\X)^gp늺??i.OmR70@#*"jO`}gj dXZ 88T}/'"{ɑ=4=۞m2X4W40xr2S; o02jm4Xذ$g=-iWo_ Lf1TqgM < U Nmz'U($pH˝b&_T}F Pc#҃J|lRrrw,ȗum]7!1l1# VׄyʹӸuE W W-FWlkה* I$e9a'x􊒂 6Om &[ʬF,Y4y6dEqז͕[!eV1ASRwE>{wiE֖QL12p#%"O첇7f>qUNa>'[$1JtPUn;)K7g_ uizغDm5m[Q::谿0Z/OԳ\YexP#a0qy1I6e@Hv Ҿ{RFdCch+aâߗے̈KDKP[Y2juH>#ZJUjq/XPh|k8!BQ(I˻j-J/.̝8q>Rv0t3> =֮pZ; ?ֶࠞPk"b9kj}]P\+东} ;KܭKA/oԘw7M<2 K O~ je+q)gW~Krs{u]>т ִ*S'wp5P1Nk+-.E 8u}d/Ke҇5[BUτW=v5̀?I/LMgSʇ\U^<*Y;WT ]t߮@4G/NEW {*QL]2 ^¿s|i )61z +Y۰b9-h!8lUu* ˂pc0HTX;Fk [`溨.S$SM[+W<{ ){ 5mC۬Gi)KovS[W(2ލ6GGgEh-&BX$DKx?kn?nշH[K]/|o7[;0m: `YkJ@ V#[x̖.zk)&ČjDz>J"5|c\턱 hbM. g#N.m4NHW3g#8lhNpmz%7.#(j:3*hq&pQbI*`4jHb>[\dvۙ~YKʓzޤ$\X'X[z\r"?)MPR r=Iǜ_\2$Hd Gxɜ;_'1.) / Q@͸vyӊ:&j؞[$oEO.:eFm'n_GY[o_7癥^ [Iuw!Ǡz0Tx4ޘSܕ;:d1FU͖E0gP升80L6vLl 0b z04Y k^3(T9ts)lv?6K*݊(lk>l{ "0/2[/]zR.PZn,fs RrH{x,,vzY6׏)b$rRS~3gѥh_tăR }c'Ѫ.Ve*^YQ&b(yX.FPƩe$ i?掾g("(N^*yW҄Y[?Wq!H\i`3Nۉ#֘am.-% _D=TCiBӓp 7aI:튮krqg')י¥*:Q:oDWp iǼc B!˩DA+-%ݠ_߄VƔF |4 $_@A)I;qO+Ḅx8TJNp@+5)hr^z'=Ђ=3ב"Dvm]0`Kȕ; ASGO*o3CI8st]sԞV!4{D{xhu.!yL҉8F5VadAE8@Ȕ$;)D"a-$?eUzMI/hgҟƆN1oui7fpc~d;mȀۥYeu2s`#xAzp:\ !8*,#i2[Ak)l r#(}h5*`230׵@X;̫]sz+tHe܏da}7bCZƛ #m?IVѤ蒭!{sͩ@"(ʿ0n,;߰0D(l򤈞3_ LP6g1יzP W a|C=+|*su U,,?2}{}棱aqN/oIww 쥏zĮytnwRbQFx{jW7Z׆YgRe=$W״,/ZR٪VuB3宅%C"xof~{=H(805⧀we5"9[4V4~B1%'*ku (9"/Kw;I> 9g~++:Z)k-':`Jd҃P3[@#4.*;Sr3<yӚ㑮WbEҚ{np^mi^1 =8YPU*7hh<`̢5`5+ÅSƁfOXu1Ix5l Ҩm٘<2"X:(;Z^ lz+ڈ۫mob^eb^s}؞2C;Sz.8%XKvS`&L|jtG@uEz7L#e\U(>qcښ"a/L{*#[EY_Zpu}׮nW]hO&'oR zM$ёj9AHrej {ñ29Q+/>MPZ>:։0]*#^ onWa*~B&g~c #{538Si g[,(2MgGmwU&G~ؾf}y0A./$Ӂg矼g#)s¿fQyĪ 9(.җ=L8hXP|˯H 1&騫%%|~eK Dah(b>z^߸Mɛ(J~NFHp5x%ybwĉ#=D u([}C$cӘ }8V:,fAŲ)8wɒAzz'lIork%ߡ3㒴XQ4 C1o5ʉ1>l`n6@De}{ J\sZjI=4/~1sU8 i\/q0+Xod [>EKwqe`{@TxRHыt x貜"u+DJApfՆ|9#4uD_gأ !.(qhV q{CX[,%2ww+ clݫ8` `Hoa$݈lsbmw&H٬v+B7J}$ИRI"yXe|*IU jro& bA,e2Uf,YN7&wkJCā-l~ z8J#ZA`4 ЏIs ԶZP:p "{3ԜVw#!. tCSEJ MzV)#h-?Bϐ"\WT6Vld«ξ}&r*e f+K-sp&/4jL1p(o +W+7]^R 춡U_^h,V!x GC0 d]PK6cv^dg .XG yn~+/ޞ8*JC]+X[n|v| i~ 01E=TR*ZTݏdE%H<z\.Ep .G3Z&K,k)er$|i>%6eA waBzQv3G9/ܴk;-{S:y#:jej|vxVYZg#{v(y&a?o"s{r!I^9gU>LmyՖԺ g]&hbkK,W.O(< ΪHGU,D0Sd6Ad@? \0H^hz+ٹt}g'3:;MCvZ!`W3U^k)#||847}*ͪo=!&ܩj.TX_"9 )t\j| U-幮7NJs?:4bOV.Wmjw*>O"lɧQ UBD߷j1]J58a){$|_&ƒ.joXˀ }N'sD7IXXlLjX*iGQK.botOyc;50#?3ah 2YvnX 7YK0!f=r T=<Z'#Ǔ ¨N{06N`§4kuH'+߆-zTZ7};Tm)vK )xO~b =LUݸlԡ }wC@B7[UA"YN=fy 6M߬Ͱ6$ ~+uҋâc0Le~wFfYʙYF,yuz7{oxi,.6"(Z-v6#EW2E;4_ V"#?I|oxNNdU ۯTVCv߹f/) #K lsg˵ cٱbKߏ֡?8)7@{э $m IfrntӤ mBAT4aL٦f "!n*;y腌WE?^WkZW{J;{ Dqr!"~`950D1dp5ɎWvCq>N9 q$g oY: /[rėWz1%o6qoFZ?p ]{6i@Z*U6Q5 TiъvQVݸ}cGv5۩p';U2g!MvhI@Ǟ1a&p&j$)u-+{6"݈_ ~jAzX(2yТ'vAL[FEϜ6n#BRpǔAQ]L%LJAHrF|Sq[iQG(FrO0GMC Po('/Cn]C; }^s)&J=(ӡhŊa;O~W@*h-'g)w-$N