pacemaker-cli-1.1.18+20180430.b12c320f5-lp150.2.9.1 4>$  Ap\o/=„xr#ktoFX«2A8xTʀP!/SԶ:jE'1qAVfTc^  qw „XڞlDME5}o-+[nt?AObt s+x`'(ij'h]Ψ,(]ה.nG[ )W:xY:/%,ۄ (P Xbg=An&tBq>C?N?Jd7&}m4ad50841c73bd18120188d4f56ce9ded5c91228564290ea07d670cfaefa72fe84d8740816767227d0e6b0b51ca90aae0ddbad8f7/\\o/=„RM r?z?q 9ک8쟻ݙu3kqTjZR7RoҨ#:sZ4rv ;lLQ,.{gV%E;W{Dؚ縘(ɨ@RMg"pav 5Dus8 \)" hE_:?R']p'.HMid6!)7fp2um(F"!ea,zg7S ~/Pc'>fn,Ȑ)"^UԄG$>pF)?)d* 6 l`dpt URU  ( l @ ACFIIL L\&L&Pl&(P8P9S :Z=f>n?v@~FGHI$XY\8]|^ bchdefluv\w"x$y'z)\)l)p)v)Cpacemaker-cli1.1.18+20180430.b12c320f5lp150.2.9.1Command line tools for controlling Pacemaker clustersPacemaker is an advanced, scalable High-Availability cluster resource manager. The pacemaker-cli package contains command line tools that can be used to query and control the cluster from machines that may, or may not, be part of the cluster.\ocloud1120openSUSE Leap 15.0openSUSEGPL-2.0 and GPL-2.0+ and LGPL-2.1+http://bugs.opensuse.orgProductivity/Clustering/HAhttp://www.clusterlabs.orglinuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in crm_mon.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in crm_mon.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-pacemaker-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-pacemaker-update-$service-new-in-upgrade" fi done for service in crm_mon.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fiif [ ! -e /etc/sysconfig/pacemaker ]; then PNAME=pacemaker SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset crm_mon.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in crm_mon.service ; do if [ ! -e "/run/rpm-pacemaker-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-pacemaker-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in crm_mon.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi if [ ! -e /etc/sysconfig/crm_mon ]; then PNAME=crm_mon SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi fi if [ "$1" -eq "2" ]; then # Package upgrade, not initial install: # Move any pre-2.0 logs to new location to ensure they get rotated { mv -fbS.rpmsave /var/log/pacemaker.log* /var/log/pacemaker \ || mv -f /var/log/pacemaker.log* /var/log/pacemaker } >/dev/null 2>/dev/null || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable crm_mon.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop crm_mon.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart crm_mon.service ) || : fi else # package uninstall for service in crm_mon.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi"B${+w<.eX|NyXSO*x- Hz76PXPX> P<%òFw qoy ]Be}D ^`a*  lkA|>=ADR>>>o>>>mmmmmnoQQm>l)&&2su9JGIpTAAAA큤A큤A큤AAAAA\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\nI\n8\nI\nI\nI\nI\nI\n8\n8\nI\n<\n8\nI\nI\nI\n8\nI\nI\nI\nI\n<\oZr&Zr&\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\n<\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\nQ\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\nQ\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n8\n<\n<\n<\n<\n<\n<6106b64ea07b67c83ffed7c0331c2ee76b8bb7ffacd180b7e2809414158da8d45997675cd33b153c7601d9a8f37649421652f90d131da3001587cd0b389288e0b241d548465e67a011e9b3c40d9d0ac36de3d70609e2557aa807df8821cedaa1a36f03e27707f3279675cf9e4f80e2f1a1f85e349d2e5fb62a202b84c473f09908408f5593c4c423acf76e48f2864e22635f3e0ecc33d5924a3544096416368ae2defd5ba4e754a78517329ad4a0a984af89c6ffae462a54e642def3dcde341bd86338d99d2e1754458f3ff296fd121cefa74a405cf5684b5f005e5accb789005e7084ca46893acdab8f77e90853d343b95b2094954a10fe3118d70140ca62c536f51ea3e491a7715153ef0fb15eeeeef787d35394aac13e99491372fddfc668490a7d67e8fba33d9f7123806f7f85509245ab21f54fce79a0a8e82585abd6e4e264fed2eba7853cbf16438a763f66243fbaa7022c3b7e0ee7090112b891bd3db6fd64fa3b06cfef0f1f6dce5fc0282927c8aea0d882f16125e2d135b10280607abf66d1aa22a76a1441a0111e255b4376303e5421d0970f5912f960825e9000f1e2c7912250ca3c8b98e858002337b780483132659ddc17a438a984d9b38ea7ef43ebc1c89ad48e1f43c21ec7b4972f0766933b8ec6c915890b19d56748425a5b78b7e189f0d2f5953934457ac7778034127b5087159dddf7e271e77693a33ca41da11022863e9be071447a1bef10b21c0ec2f77ec7870431c4b4d2e305fcdbdaef400538884ba990bb4472eecca857af426602256ea5ac1c8724490a42eb4d7260a4e85e1c008c981dd4c9d0db8a70db9fd4e094b3095abd4e1db5e612fd712de912005e091b55e5ec309e6ecf2513398df1eb9fd51e22f683b96903705f00e811b9b097390130f3e920bbda969028495f8ab3b4ee446b9d25342a6991b64018fc109bde536ad95171095d1d5cec5175edd792a33f004f79d7c82b06c1e2b6787130c30d576502a2ae5a329b1fa1090b3f65f874b810c74302ace4e7d763a90f1cc730535a26bc6d11ec37e557599f3f962249889da9bba4f69343f999c89adb748d3f6ee003b18b2b2cec46af8510042a21db60f8ea4c0d041fa30ea5fdd7b6d1c4b751412d8dac25a14233f718f27e6a47abe6a0d8ec5304aee23b99c1f150a7f72f2bf6c10820001ba8940849b52e82ab7bc0a58a5d9cd1b98d8864132dc8d69265b66b42372cb06bb6f9f44ea6e1eca14df6629020c05e62cb8d25ade71fc2ba9376d37edb49117b5b7c8047cba5871b999292120777ae37e135261bbf482b50287e69c2ebb83494dde43c7cfa6904237a30ae712b4d0386872db5866f63639542fa8d2b019280ca41350900a24cb5460f4c8a981de1c7e6ba8cf1ed934f10fe2fc84937dbd726820684ab758abf4cebe2cdbc7083257a7de61b78fbbcaa14f1e7917b99f8f944e954fd5f1957508c8f49f5ed02f0dd7aa6b5e3aa8f5cdcd4bb00745d657cb161e55fad41b2ff6fa647c8abff0ebf4c2c9f4f19c9739ed3063957cd1336bc4a371a45da1db98e22b6f2af357e230ef0c5d3081a7c70fd5a485ae0288a7e5ab2ca8911119424d029547d6ee6ec3453d534682770670c217e10b0384c3d81204555672fd6fa2ea8591a5f59657e046450b515d1813ff30a731066bb43fa976bdc1c080c93cc162195ce00ebc058e0b2b431ae508c55c8b7f314185e5750dc2dbae3bb5021672254774f7c3c6ff7c3b7be58d947a51453cc4c2555fe6c17633310a982184864ed8528cabc7d2593a8abcca0fb6e10719e4702d620e900c474a0eb403e6acfc78b947fe0db5246fac3681332e7cd82c4c8d9d9bfb4415ec122e46368079b6a72311a52c748ec9056331526ae5bbae6c8afc2884a5efac89d569acd6476c942eec5c7c618603d100138a97b4176d4fcdcde937564190de0314995cef114b081d0967dcded0f434a401a69b979d5bcdc0554a55ab73fe1800ec2976ec5030fb2352057cf24705ed0d2a0a602b3d43b6edf9be1e12b8f89c043862317a9c8b62e685abbfac53b9bb2384dc639ade57bceafdc62b1544533282a6e0a4e07158dd8cca32fe732fa5a2bae8a1da3297b15d1a2fcc864b5dc5e02e60b8305a0b845e8f39dadb636e3e61f64a32c26f5d9fc6acc5bb5bb12c48d1c23a6435951b4bd8e6f1ebd150829a63e4b385e454387d8e6b15a295777ef5fdefc3be9a8d5991db4c82889b5fe0402d06c4e55251d6bc7aa401d91ceb68e8702680e5911ecf28b9edb24d7427824eed1f62bfa7595f94bee6c6a4b1555c7693723e0e234e6307a18f183f09d435e77fa361e18f97735f741a555e1ff835f3a6c8bae121be99d4434d3c235b899fc04abbc3661959809066166f00af1bba120803e8e4491de502e5c06a12f10bc5ab578c24a4654c8943dc25866bcb98c77da4da652b60006019ae291f7c9b2423eda6d246a97656d486aa1e05e10ed868d13b5c3c3f20b19a33a078e90444c0c64ea19b8c365b537df4274b779ee2775e4855b83f5d5b43f39683af2e6630c085e5d8340983d944ed31e8247495e496ac6b04abdf198817c2acdc40560b3f63c4a972d481cd2899da4ef4a33fd8fc3da6d5be9bb8787af16f76be65eb8ab0885f378b014681e2731a5923b9405eb47bb1e0d5b7feb588f8898af3a0339fddc0c93d5ef6f004c0e3c95807d3506abd974dedea90b5e15bbf92094207f7699e4587b1dc74eaa1965fb3bdc1ccef5588fc6d73c3a1bf4ff08adb1e7530a46c66c51aa2e69c06286f13530763dab5a35c133b5f99f3ab502993fa3f2027fdfc80fe92aaa640e9d502fe5b77411ec0c4172f4899b3e7ebc9ee838e8b31ed33e9b8300cac9f769d316797a076f0aa574af9e78838b0090fa14573475a3b446c317101d9debc6f0b263014810dc60a5e173b8400931cf4b04a9bfa629e5246776b16f4c3149cca866f66da9fb9f946632905d9ea31d12d5982b7bcca51632e8abc238b6be8e78a2586a891d90b925a5721a06dd0ee69adcd3f22803c90f04acf0171446213a0cb2ae2349fd3dec463ecea0411b81276fbc8200673a20c9e0ad41e8f403bfd7d837be8002eb7618dff3fc8dda2c96d5490c99979b9e7fad72d375642d47b125f538f4bdfb8691e3daa89210aaa6d7e9bccf1409b5a8080b5a3f276aa0cf7ca16abd0c66f96ba0e0cb752032ad933f781b7c493ff9d5955e5cf3d3672df1a3b52cfae6903d46d265475050d0f5c38ce7a56eadfc564f8992d815616e51cb0c1cc8ebfaab9622ed436b8cd2155c50cbc01852b2312403957446387450eda46735028d6fad26a50ec1abfa60beb2358002f5df8ef5b899e2fa7845dbf2bbe8833e941fe0c41bd76742c9e8cbbc8d30184ab6f6386fa6b864f5fdab6b82fe0a0531abd0745b81509613725a4d04489f71ce12ea9f573c0cf47380b2137fa8f548ed6aebca307e884509d995a73fcb02a44cfa716356d490282fce8ab703f1c53c7118637c805b7366b29394efb2bccf46f7b48f384c67c50902f88f750684ce297e8b1e510e46bd012b5eed71790eb1b1c2404fd43ce453a7feaa7cda77183bde626f94e5a684c3e7bdc5a78577a1ad2b7830215369ce6cec2e6e53da8aa79ebc5ad434c00c14d061412f79b5ed691934466322c76746b3736b8e6941e9b4f5da800daf4042deafa38f480e3cdcb68c8bb83d6b05021a3abcfb469eb11fc353fe0c7885182a73e362ec0cbb3d7cab7ba41a19edeadfd510b4da74f514721fc005876cf277c115e38741e32b692bd57eeffa349e964bceceedf49ebbda5fe89cdb8e613f638508cf315f66e570711477fd2092f54602dd41a143ee56511dd0d83579d0aaad38f7318923d6ea0619541ea271fcc2676d98e88736fe471b84c68b7b1ad657bb97549bf328f89d9efab9e726bcee7d80f065fef42669ab6c70c325a3e1f5d5ea7654efde74b03a33ae0acaa276ea94a9cbaaa7bf155752e9d0248056e5d3b1b5316018daa9415af3a2ffab736b5f4662358cd70400512211324d9655ac6eae5805fc660499e22df581023671a741830f8d452e2559cbf9dac9b73a86d5a6ed1440dad8469e25fa3ef8b085be9fdb4defa534f61761694a935d3945bd0814d05bd730d64badfb52ddc204ead3efed5c8813a6d6d1e608e639562c81d5873a9d1074cf9068f022590e7006696271fae56cb5dfa93f6917568d7e40f7491883b9789c6c1fc408afd2d331dbe623147f9599faa1ddcde9d5089e622027a9057c7b71c6b763564df475af92c5c4d59ff5ccf5581923917eab6b3d4a5676644f1c26af96fbaef2cbbf98dcbfd5f8e9b58fef8f6a0ecd6c5fd59cfa21276114af8ab68cdaebfaaf1668e263c68849ff483f2094bbbd6b49f8d6cb553969306c8f7cdb6104c3811a369fa756641989407ea06396a7b19da4acef976c991544a7300ff0f26667a63f16d032ad0db4652779aeb98fe3145161afb242c5a14a28f125d41034825b339239888d830b4687b9b307e28709f0cb02439706c9ddd983c777405972ae4a7e46077431a12422afc61c3f9feff827c24a87ce284b618056006420065fdb599da1a1f6349a222bf91339eeba879de0ce8a06278b943d248adeea669d0627a345e9f706478c49457b4696abdd9d398ee4d629bc51bce617b0f00eabe43680b0a8c924f50e0ea981cc24f2ccabb2e7bf07f751e8f95509fd0cff8c7bc9b9a6d868a580dc5ecae4b8dba54d3394b2a8b4257ec0611d70b9a89191207d6e13ebc7c69e780be07f516d43f2c64a169e93f0c5d9d8f196e56b4335c533ba7c9e61421b7fddee37321202fcde6bc2615a4823f7b62980fbce8d4ae3ba41a40ff3f24fae5a20ff33aa52d45634974e01bb1d1f119a756a2ec2594b1e028cf06713de1f81a29b3ddf10f2820ce4b673934a3f34cafba20e791416c521843eeaaff861671ddefcd2bf9baa545b1920e1da5873aefeff71ff04203646949b82e5dbab62b67e23f84df5c31d431c83a1144ecf6c4d29c9f68646377902e9789716bd3b5ed774ec12a2f827a51a9c90ae58a2cf1029b8a347b031db8e2c8b1ae4b0d40f4feb08f07eb48905ef3c63b85f3c43d44907768bec832c078c3d0d73e6d97dec51c5ba141b31091891fa2c54f83513385dcc7cbc92d358ba0a7ac0d65c8fee712d726cb15fda20898b9a490d36ef321c4e1caa8321705b4f2dd269af79d1a9b6486e161abfde8abea21616d09329b0d1ea83e14f58e8b43060b593093e6686c6bcde89db5d377a01e92f0cbf19cf8a85491e7b5841d47fa76926e24e14c454737321a317463569fab7d1a30cdaea3b9df146ce73acbfb4a7d68979fcb3a8cb8ffa55bdeae010e4a462a7ff62a9762c7892c39b70d761193fdeb003d290281ba6a4fc83503ca66490e257122f75df98f7fefcf3131b25d5f34ee7d2f1335fdf955672ecc0a650e52c81b0be466f30b8fc0a5e397fec57d9f707d47a7484fc79756bfa7b1ec0c79dc6c66493b176c16b0903f7ca2ae49a0d5a2a36553e67276e558f1f39f1364cf5dc336fb31d831846be73105dc1a64626b7ac66ae70b3eb1842633f1cd394be7ec65694c0a788a6cec3cfe91be9bb9c141380db01d9c11555f35b422395762c68ef30c95ae7b1c2529f91ed5e2d64ee5e57222dd692896512efce4392202ee71938a6e46f98e9678537b208e2ec835d02b7854488cafdfdfe62ad4e2bc8a01a6ecdae458ad2261e179739ee020902aa35274af8b4f2ac58b19ef9017c648d9a507bd57d9efd31607fb9ad1e59f26c47e8ea4b9275e5b2c5605b0076ea9e8dde7f0712ff5383e2d2bafbe3dbab164985b35f27dc665ccfd3e22db17f9883d721de4a194d25962937c89a43737e666b935792ef43c09c24944fe488f823bb170affe7cb../heartbeat/NodeUtilizationservicepacemaker-3.0.rngrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothaclusterhaclusterhaclusterhaclusterhaclusterroothaclientrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothaclienthaclienthaclienthaclienthaclientpacemaker-1.1.18+20180430.b12c320f5-lp150.2.9.1.src.rpmconfig(pacemaker-cli)pacemaker-clipacemaker-cli(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(pacemaker-cli)coreutilslibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcib.so.7()(64bit)libcrmcluster.so.9()(64bit)libcrmcommon.so.13()(64bit)libcrmservice.so.8()(64bit)libglib-2.0.so.0()(64bit)liblrmd.so.8()(64bit)libncurses.so.6()(64bit)libncurses.so.6(NCURSEST6_5.7.20081102)(64bit)libpacemaker3libpe_rules.so.2()(64bit)libpe_status.so.16()(64bit)libpengine.so.16()(64bit)libqb.so.0()(64bit)libstonithd.so.6()(64bit)libtinfo.so.6()(64bit)libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)(64bit)libtinfo.so.6(NCURSES6_TINFO_5.7.20081102)(64bit)libtransitioner.so.5()(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)logrotateperl-TimeDaterpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.1.18+20180430.b12c320f5-lp150.2.9.11.1.18+20180430.b12c320f5-lp150.2.9.13.0.4-14.6.0-14.0-15.2-14.14.1\f\\@\R@\I\E@ZYan Gao Yan Gao ygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comjengelh@inai.deygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.combliu@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comrbrown@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comdimstar@opensuse.orgygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comtchvatal@suse.comygao@suse.comtchvatal@suse.comtchvatal@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comrguenther@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comdimstar@opensuse.orgygao@suse.comygao@suse.comygao@suse.com- controld: fix possible NULL pointer dereference (bsc#1131353, bsc#1131356) * bsc#1131353-bsc#1131356-0007-Med-controld-fix-possible-NULL-pointer-dereference-1.1.patch - pacemakerd vs. IPC/procfs confused deputy authenticity issue (CVE-2018-16877, bsc#1131356) (CVE-2018-16878, bsc#1131353) * bsc#1131353-bsc#1131356-0002-High-pacemakerd-vs.-IPC-procfs-confused-deputy-authe.patch * bsc#1131353-bsc#1131356-0003-High-pacemakerd-vs.-IPC-procfs-confused-deputy-authe.patch * bsc#1131353-bsc#1131356-0004-High-pacemakerd-vs.-IPC-procfs-confused-deputy-authe-1.1.patch * bsc#1131353-bsc#1131356-0005-High-pacemakerd-vs.-IPC-procfs-confused-deputy-authe.patch * bsc#1131353-bsc#1131356-0006-High-pacemakerd-vs.-IPC-procfs-confused-deputy-authe-1.1.patch - libservices: fix use-after-free wrt. alert handling (CVE-2019-3885, bsc#1131357) * bsc#1131357-0001-High-libservices-fix-use-after-free-wrt.-alert-handl.patch - pacemakerd: only one active process check needed * 0001-Low-pacemakerd-only-one-active-process-check-needed.patch - Shutdown corosync after a fatal error * 0001-Shutdown-corosync-after-a-fatal-error.patch- libcrmcluster: avoid use-of-NULL when searching for remote node (bsc#1128772) * bsc#1128772-0001-Fix-libcrmcluster-avoid-use-of-NULL-when-searching-f.patch- scheduler: cl#5301 - respect order constraints when relevant resources are being probed (bsc#1117934, bsc#1128374) * bsc#1117934-0001-Fix-scheduler-cl-5301-respect-order-constraints-when.patch * bsc#1117934-0002-Test-scheduler-cl-5301-respect-order-constraints-whe.patch * bsc#1117934-0003-Test-scheduler-cl-5301-respect-order-constraints-whe.patch- CTS: really don't require nodes to be specified if listing tests (bsc#1114840) * bsc#1114840-0001-Test-CTS-really-don-t-require-nodes-to-be-specified-.patch- cts: temporarily disable any enabled cluster serivces when running remote tests * 0002-Test-cts-temporarily-disable-any-enabled-cluster-ser.patch - cts: service counts as enabled only if it's explicitly enabled * 0001-Test-cts-service-counts-as-enabled-only-if-it-s-expl.patch- cts-exec: still run the tests for the other resource classes even without python systemd bindings (bsc#1121808) * bsc#1121808-0001-Test-cts-exec-still-run-the-tests-for-the-other-reso.patch- CTS: ignore monitor failures when testing remote node fencing * 0002-Test-CTS-ignore-monitor-failures-when-testing-remote.patch - CTS: lower remote connection failure detection time * 0001-Test-CTS-lower-remote-connection-failure-detection-t.patch - cts: use bash in the pacemaker-cts-dummyd * 0001-Test-cts-use-bash-in-the-pacemaker-cts-dummyd.patch - cts: clear constraints on cluster nodes (bsc#1121272) * bsc#1121272-0003-Test-cts-clear-constraints-on-cluster-nodes.patch - cts: resume any possibly frozen pacemaker_remoted when cleaning up the test (bsc#1121272) * bsc#1121272-0002-Test-cts-resume-any-possibly-frozen-pacemaker_remote.patch - cts: simulate failure of pacemaker_remoted by freezing it with SIGSTOP (bsc#1121272) * bsc#1121272-0001-Test-cts-simulate-failure-of-pacemaker_remoted-by-fr.patch - CTS: don't require nodes to be specified if only listing tests (bsc#1114840) * bsc#1114840-0001-Test-CTS-don-t-require-nodes-to-be-specified-if-only.patch - cts: set default number of iterations to 1 * 0001-Test-cts-set-default-number-of-iterations-to-1.patch- fenced: Handle fencing requested with nodeid by utilizing the membership cache of known nodes (bsc#1094208, bsc#1107270, bsc#974108) * bsc#1094208-0002-Refactor-fenced-Handle-fencing-requested-with-nodeid.patch - controld: able to manually confirm unseen nodes are down (bsc#1094208, bsc#1107270) * bsc#1094208-0001-Fix-controld-able-to-manually-confirm-unseen-nodes-a.patch- Add missing %pre section for cts- spec: Install /etc/pacemaker directory for storing authkey file (bsc#1082883) - spec: unify quoting in {pre,post}* scriptlets' action soliciting - spec: add a simple retention of pre-existing log move targets - XML: upgrade-2.10.xsl: resource meta_attributes: tweak diagnostic msg * pacemaker-XML-upgrade-2.10.xsl-resource-meta_attributes-tweak-diagnostic-msg.patch - XML: upgrade-2.10.xsl: re-apply on scheduler CTS test cases * pacemaker-XML-upgrade-2.10.xsl-re-apply-on-scheduler-CTS-test-cases.patch - XML: upgrade-2.10.xsl: resource meta_attributes: validity conformance * pacemaker-XML-upgrade-2.10.xsl-resource-meta_attributes-validity-conformance.patch- execd: avoid memory leak when testing remote key * pacemaker-execd-avoid-memory-leak-when-testing-remote-key.patch - cts-scheduler: avoid unsupported usage of requires * pacemaker-cts-scheduler-avoid-unsupported-usage-of-requires.patch - controld: avoid memory leak when synthesizing failure * pacemaker-controld-avoid-memory-leak-when-synthesizing-failure.patch - XML: upgrade-2.10.xsl: resource meta_attributes: isolation* items * pacemaker-XML-upgrade-2.10.xsl-resource-meta_attributes-isolation-items.patch - XML: upgrade-2.10.xsl: make diagnostics more direct wrt. context * pacemaker-XML-upgrade-2.10.xsl-make-diagnostics-more-direct-wrt-context.patch - XML: upgrade-2.10.xsl: remaining "marking" space with op meta_attributes * pacemaker-XML-upgrade-2.10.xsl-remaining-marking-space-with-op-meta_attributes.patch - XML: upgrade-2.10.xsl: simplify 2/2: HelperIdentity, no INNER-RECURSION * pacemaker-XML-upgrade-2.10.xsl-simplify-2-2-HelperIdentity-no-INNER-RECURSION.patch - XML: upgrade-2.10.xsl: simplify 1/2: resource instance_attributes * pacemaker-XML-upgrade-2.10.xsl-simplify-1-2-resource-instance_attributes.patch - XML: regression.sh: modularize "XSLT processor", allow substitutes * pacemaker-XML-regression.sh-modularize-XSLT-processor-allow-substitutes.patch - tools: improve error messages from crm_resource --move * pacemaker-tools-improve-error-messages-from-crm_resource---move.patch - tools: use output redirection correctly in crm_standby * pacemaker-tools-use-output-redirection-correctly-in-crm_standby.patch - tools: handle multiple values properly in crm_attribute * pacemaker-tools-handle-multiple-values-properly-in-crm_attribute.patch - tools: bash portability issue in crm_failcount * pacemaker-tools-bash-portability-issue-in-crm_failcount.patch - libcrmservice: don't consider a cancelled recurring operation as failed * pacemaker-libcrmservice-dont-consider-a-cancelled-recurring-operation-as-failed.patch - tools: cibsecret --help/--version doesn't require cluster to be running (bsc#1102915) * bsc#1102915-pacemaker-tools-cibsecret---help--version-doesnt-require-cluster-to-be-running.patch - spec: package cts-exec-helper with main package instead of -cli - spec: move old logs after upgrade - scheduler: improve failed op message * pacemaker-scheduler-improve-failed-op-message.patch - libcrmservice: find absolute paths when used with "service:" * pacemaker-libcrmservice-find-absolute-paths-when-used-with-service.patch - libcrmservice: separate LSB-specific code into own source files * pacemaker-libcrmservice-separate-LSB-specific-code-into-own-source-files.patch - execd: handle systemd actions correctly when used with "service:" * pacemaker-execd-handle-systemd-actions-correctly-when-used-with-service.patch- contoller,scheduler: guard hash table deletes * pacemaker-contoller-scheduler-guard-hash-table-deletes.patch - controller: don't abort after delay if we're no longer DC * pacemaker-controller-dont-abort-after-delay-if-were-no-longer-DC.patch - libcrmcommon,pacemakerd: kernel task name is at most 15 characters * pacemaker-libcrmcommon-pacemakerd-kernel-task-name-is-at-most-15-characters.patch - io.c: restore -Werror buildability, put conversion specifier last * pacemaker-io.c-restore--Werror-buildability--put-conversion-specifier-last.patch- libcrmcommon: avoid memory leak on failed IPC send * pacemaker-libcrmcommon-avoid-memory-leak-on-failed-IPC-send.patch - daemons: improve connection loss messages * pacemaker-daemons-improve-connection-loss-messages.patch - libcrmcommon: improve connection loss message * pacemaker-libcrmcommon-improve-connection-loss-message.patch - pacemaker_remote: correct documentation URL in systemd unit file * pacemaker-pacemaker_remote-correct-documentation-URL-in-systemd-unit-file.patch - libcrmcommon: check file/directory writability better * pacemaker-libcrmcommon-check-filedirectory-writability-better.patch - spec: no more buildroot XML to modify- Update to version 1.1.18+20180430.b12c320f5: * XML: upgrade-2.10.xsl: fix "mark space" issue (bsc#1091661)- Update to version 1.1.18+20180427.a34ccd926: - crmd: avoid double free after ACL rejection of resource delete - lib: Changed to lowercase comparison. - all: correct misspellings - controld: remove deprecated configdir parameter - controld: deprecate and ignore configdir parameter - controld: consistently indent with spaces instead of tabs - libcrmcommon: don't record pending notify actions as completed - crmd: improve messages when a node is unexpectedly lost - cib: improve shutdown messages - cts-regression: allow specifying to run multiple tests again (bsc#1091360)- Update to version 1.1.18+20180417.24df451b5: - alerts: Delete redundant code. - liblrmd: cast time_t to long long when printing - cts: separate dummy systemd service into separate files * Drop obsolete fate-323526_pacemaker-tests-shebang-python3.patch - crm_diff: rhbz#1561617 - Ignore attribute placement when comparing in 'cib' mode - spec: remove reference to long-gone file - spec: mark -cts & -doc packages as noarch - spec: fix malformed conditional macros for systemd-less cases - alerts: Change timestamp of Alert of snmp.- Update to version 1.1.18+20180411.2f77f4922: - libcrmcommon: free signal triggers when cleaning up mainloop - libcrmcommon: fix memory leak in schema workaround - fencing: avoid memory leaks when freeing remote operation - fencing: free dynamic memory at stonithd shutdown - crmd: delete resource from lrmd when appropriate (bsc#1117381) - Test: rhbz#1565187 - Ensure failures that cause fencing are not removed until after fencing completes - rhbz#1565187 - Ensure failures that cause fencing are not removed until after fencing completes- Update to version 1.1.18+20180406.633845120: - libcrmcommon: add a byte to pid file holder - attrd,cib,libcrmcommon: avoid %z - crmd: avoid memory leak when synthesizing operation result - tools: avoid memory leak on invalid resource - crmd: log rc code as extended information - cib: avoid file descriptor leak on temporary file creation - pengine: avoid redundant test - libcrmcommon: handle compression failures properly - libcrmcommon: improve empty string check - various: improve NULL checks - libcrmcommon: improve patch xpath searches - libcrmcommon,tools: use format strings appropriate to variables - libcrmcommon: use correct argument type for duration - libcrmcluster: avoid potential use-of-NULL - libcrmcommon,libstonithd: avoid resource leaks - tools: get sensor lun in ipmiservicelogd before using it - schema upgrade: temporary fix to avoid crash on newly present text- Update to version 1.1.18+20180406.ce623681e: - fencing: convert fence_legacy to python - fencing: fix typos in messages- Update to version 1.1.18+20180406.18fe1cc2b: - XML: upgrade-2.10.xsl: add transform for automatic upgrades to latest schema - Log: establish correct character string literals also with qb_logt sink - pengine: fix swapped warning message arguments leading to segfault (bsc#1090538) - cts-pengine: add regression test for notifications for unrunnable actions - cts-pengine: update regression tests for notification changes - rhbz#1545449 - Do not perform notifications for events we know wont be executed - bundle: Added add-host option. - liblrmd: add API function for new lrmd op - lrmd: add new lrmd op to list recurring ops - spec: require corosync >= 2.0.0 - crmd,libcrmcommon,libpe_status: guint can't be negative - xml: Allow local "kind" in resource_set within rsc_order (bsc#1085515) - Pacemaker Explained: "symmetrical" defaults to "false" for serialize orders (bsc#1085515) - pengine: "symmetrical" defaults to "false" for serialize orders (bsc#1085515) - pengine: Avoid potential use-of-NULL in unpack_simple_rsc_order() (bsc#1085515) - cts-pengine: add new regression test for interval handling - libpe_status: handle ISO8601 intervals when checking for blocking failures - pengine: properly cancel recurring monitors - pengine: improve recurring operation messages - pengine: check for duplicate intervals properly - libcrmcommon: avoid misuse of crm_get_msec() - pengine: treat reconnect_interval more consistently with action intervals - libpe_status: use default timeout rather than 0 if timeout spec is bad - libpe_status: use correct default timeout for monitors- Update to version 1.1.18+20180322.d37067b2a: - spec: Make sure shadow package is installed before adding user and group- Update to version 1.1.18+20180313.2c83c6872: - cts-pengine: add regression test for changing bundle replica count - libpe_status: handle unique bundle children correctly- Update to version 1.1.18+20180312.31c732adc: - spec: make shadow dependency explicit - spec: drop requirements for bison and flex- Update to version 1.1.18+20180309.e51687162: - crmd,liblrmd,libcrmcommon: improve remote node disconnection logs - libcrmcommon: add function to get text equivalent of client type - crmd: always write faked failures to CIB whenever possible - liblrmd: add function to create resource info structure - crmd: functionize setting fake operation status - crmd: always assert when operation can't be created - crmd: avoid core dump if remote connection doesn't exist - crmd: improve lrmd failure handling - crmd: return rich error codes from get_lrm_resource() - crmd: match only executed down events - crmd: functionize pieces of do_lrm_invoke() - crmd: don't abort for v2 diff LRM refresh if actions pending - crmd: validate CIB diffs better- Update to version 1.1.18+20180305.9cd0f6cb8: - libcrmcommon: avoid memory leak when schema transform not found - tools: warn if crm_resource --wait called in mixed-version cluster - Install /etc/pacemaker directory for storing authkey file (bsc#1082883)- Update to version 1.1.18+20180226.f788652cf: - crmd: log transition ID when aborting - crmd: always log unmatched down events at least at debug level - pengine: deprecate require-all in rsc_order (fate#324508) - libpe_status: deprecate stonith-action=poweroff (fate#324508) - tools: already latest schema is not failure for cibadmin --upgrade - libcrmcluster: prefer corosync name over ring0_addr (fate#324508) - spec: add gcc to BuildRequires - attrd: Synchronize attributes held only on own node.- Build: Ship cibsecret by pacemaker instead of cluster-glue (bsc#1082456) * Drop obsolete pacemaker-cibsecret-tool-temp-disabled.patch- Update to version 1.1.18+20180216.ae50b7f5d: - various: improve string allocation - XML: upgrade-2.10.xsl: re(drop) rsc_colocation/@score-attribute{,-mangle} - XML: upgrade-*.xsl: bump the validate-with field from within stylesheet - XML: upgrade-*.xsl: omit XML declaration - upgrade-*.xsl: don't be picky about comments, PIs, etc.- Update to version 1.1.18+20180213.965befd59: - libcrmcommon: use /tmp when creating temporary XML file - tools: crm_master should always work on node attribute - tools: crm_resource --cleanup couldn't match clone instances - tools: crm_resource --refresh should ignore --operation and --interval - crmd: quorum gain should always cause new transition - rhbz#1527072 - Correctly observe colocation constraints with bundles in the Master role - Bug rhbz#1519812 - Prevent notify actions from causing --wait to hang - libpe_status: recover after failed demote when appropriate - lrmd: always use most recent remote proxy - libpe_status: limit resource type check to primitives - PE: correct mispelled constant - PE: Ensure stop operations occur after stopped remote connections have been brought up - PE: Remote connection resources are safe to to require only quorum - PE: Only allowed nodes need to be considered when ordering resource startup after _all_ recovery - PE: Ordering bundle child stops/demotes after container fencing causes graph loops - PE: Passing boolean instead of a pointer- Update to version 1.1.18+20180209.7acb22379: - use proper way to make output files executable - spec: move lrmd_test to cli package - spec: make log directories owned by cli package - spec: move all test data into cts package - pengine: move regression test to cts as cts-pengine - lrmd: move regression test to cts as cts-lrmd - fencing: move regression test to cts as cts-stonithd - tools: move CLI regression test to cts as cts-cli - rename top-level testing files and move to cts directory - tools: drop crmadmin -i and -d options (fate#324508)- Update to version 1.1.18+20180208.f6a261987: - Feature: crmd: modify feature set handling- Update to version 1.1.18+20180205.b44c57e35: - pengine,doc,tools: rename "master score" to "promotion score" (fate#324508) - libpe_status: rename bundle 'masters' to 'promoted-max' (fate#323415) - pengine,libpe_status: rename master-{max,node-max} to promoted-* (fate#324508) - various: merge clone resource type and master/slave resource type (fate#324508) - attrd,pacemakerd,libcrmcommon: make "Exiting" last message - don't use corosync logging settings (fate#324508) - crmd,libpe_rules: drop support for notification-agent/recipient - tools: improve crm_failcount exit code usage- Update to version 1.1.18+20180129.c801ab11e: - allow configuring specific python intepreter version (fate#323526) * Drop obsolete fate-323526_pacemaker-pacemaker-configure-AM_PATH_PYTHON-python3.patch - use auto-configured python executable in python shebangs (fate#323526) * Update fate-323526_pacemaker-tests-shebang-python3.patch - xml: drop score-attribute and score-attribute-mangle - pengine: avoid misuse of function parameter - libcrmservice,pacemakerd: improve privilege dropping- Update to version 1.1.18+20180119.9146c3c20: - crmd: Avoid double-removal of glib event source on stopping- Update to version 1.1.18+20180118.9c3f7a49c: - libcrmcommon: put exit/return handling in own source/header files - Build: bump build dependencies - Rebase: * pacemaker-Wno-format-signedness.patch- configure: Check for python3 with AM_PATH_PYTHON (fate#323526) * fate-323526_pacemaker-pacemaker-configure-AM_PATH_PYTHON-python3.patch- Update to version 1.1.18+20180112.bd7115b8c: - tools: improve help text - libpe_status: deprecate restart-type and role_after_failure- Update to version 1.1.18+20180109.57d48a1b1: - libcluster,libcrmcommon: improve BZ2 error messages - all: use consistent exit status codes - libcrmcommon,tools: improve XML write error handling - stonithd,libcrmcommon: auto-calculate stonith-watchdog-timeout when requested (fate#324508) - logrotate: switch user when rotating logs- cts: Operate pacemaker service on startup to prevent triggering StopWhenUnneeded of corosync service * pacemaker-cts-StartCmd.patch- Update to version 1.1.18+20180104.7ba28d854: - tools: improve crm_standby option handling - tools: improve crm_standby help and error messages - tools: improve crm_master option handling - tools: improve crm_master help and error messages - tools: remove deprecated stonith_admin option (fate#324508) - tools: remove deprecated crm_verify option (fate#324508) - tools: remove deprecated crm_attribute --node-uuid option (fate#324508) - tools: avoid using deprecated options - tools: remove deprecated crm_resource options (fate#324508) - libpe_status: use consistent monitor for implicit remotes - all: overhaul log locations (fate#324508)- spec: Switch dependencies from python to python3 (fate#323526) - tests: Switch shebang from /usr/bin/python to /usr/bin/python3 (fate#323526) * fate-323526_pacemaker-tests-shebang-python3.patch- Update to version 1.1.18+20180101.494eacba4: - migrate cts to python3 (fate#323526)- Update to version 1.1.18+20171221.c91a650ec: - libcrmcommon: drop special handling of pre-1.1.7 failed recurring op history - libcrmcommon: drop special handling of pre-1.1.4 migration history entries - crmd: drop support for DCs that don't support throttling - cib,libcrmcommon: drop support for PCMK_legacy variable- libcrmcluster: use crm_strdup_printf() instead of calloc() - attrd: avoid small memory leak at start-up - systemd unit files: restore DBus dependency - libcrmservice: avoid memory leak on DBus error - pengine: validate more function arguments - Upstream version cs: 098d557cc495944e1b6ebd9d05b819d6da74825e- libpe_status: drop support for "requires" operation meta-attribute (fate#324508) - tools: crm_resource --cleanup with no resource specified (bsc#1071503) - tools: crm_resource --cleanup (bsc#1071503) - crmd,libpe_status: drop support for legacy option aliases (fate#324508) - libstonithd,libpe_status: drop support for pcmk_poweroff_action (fate#324508) - libstonithd,libpe_status: drop support for pcmk_arg_map (fate#324508) - libstonithd,libpe_status: drop support for pcmk_*_cmd (fate#324508) - libpe_status,libpe_rules: drop support for default-action-timeout (fate#324508) - libpe_status: use correct default timeout for probes - libpe_status: drop support for operation meta-attributes in instance_attributes (fate#324508) - libpe_status: fix precedence of operation meta-attributes - libpe_status,libpe_rules: remove support for is-managed-default (fate#324508) - libpe_status,libpe_rules: drop support for default-resource-stickiness (fate#324508) - crmd: drop support for LRMD_MAX_CHILDREN environment variable (fate#324508) - tools: remove crm_mon SMTP support (fate#324508) - tools: remove crm_mon SNMP support (fate#324508) - lrmd: remove deprecated -r/--dummy command-line option (fate#324508) - tools: crm_resource --cleanup for non-primitive resources (bsc#1071503) - pengine: unfence before probing or starting fence devices - Upstream version cs: 4528eb3b726197ab077243ab923ed291473f0ed7- attrd: ensure node name is broadcast at start-up (CLBZ#5330) - Upstream version cs: 407ded8de381543e71c5b94b3ade296fcfd2c828- libpe_status: remove support for default-resource-failure-stickiness (fate#324508) - libpe_status: remove support for resource-failure-stickiness (fate#324508) - various: remove support for pre-Pacemaker-1.0 CIB XML (fate#324508) - libpe_status,tools: remove support for legacy ticket state entries (fate#324508) - various: remove isolation wrapper support (fate#324508) - systemd unit files: enable TasksMax=infinity (bsc#1028138, bsc#1066710) * Drop obsolete bug-1028138_pacemaker-pacemaker.service-TasksMax.patch - Upstream version cs: 53a3fe14b15b087bbde9ccb524d11d0a413cc6e9- RA: NodeUtilization RA is now shipped by resource-agents package (bsc#1070347) * Drop bug-1015842_pacemaker-NodeUtilization-RA.patch- crmd: default record-pending to TRUE (fate#324508) - tools: enable new crm_resource --cleanup/--refresh behavior (fate#324508) - Upstream version cs: f36ad364748880815bf00151c516a1f2deae2fed- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Update to version 1.1.18 - libpe_status: always use default key location with bundles - attrd,stonithd: more efficient regular expression parsing - libpe_status: avoid potential NULL dereference - tools: use proper variable in message from crm_resource -g - tools: use uber-parent for crm_resource -a/-A - tools: use g_main_loop_is_running() properly - libpe_status: monitors are rescheduled, not reloaded - crmd: determine restart/private digests correctly - systemd: add TasksMax comment to pacemaker_remote unit (bsc#1028138, bsc#1066710) - tools: make regression test insensitive to line number changes - pengine,tools,libpe_status: avoid unnecessary use of pe_find_current - pacemaker.service: Recommend not to limit tasks (bsc#1028138, bsc#1066710) * Update bug-1028138_pacemaker-pacemaker.service-TasksMax.patch - tools: set the correct OCF_RESOURCE_INSTANCE env when crm_resource --force-* executes RA - typo: overriden -> overridden - portability: the difference of time_t values is given by difftime() - pengine: avoid not-really-possible use-of-NULL - PE: Have bundles log to stderr so that 'journalctl -M' works (rkt) - tools: don't expect reply to failed send - pengine: use newer Pacemaker Remote terminology - pengine: memory leak when writing graph to file - tools: don't reinvent the glib wheel - tools: implement clean-up dry-run correctly - pengine: avoid potential use-of-NULL - Update regression test outputs - PE: Improved logging of reasons for stop/restart actions - PE: Allow all resources to stop prior to probes completing - PE: Correctly defer processing of resources inside containers - crm_resource: Ensure we wait for all messages before exiting - crm_resource: Have cleanup operate only on failures - PE: Have bundles log to stderr so that 'docker logs' works - PE: Resources are allowed to stop before their state is known everywhere - PE: Use the node we already have and know isnt NULL - PE: Flag resources that are acting as remote nodes - crmd: Scale all cib operation timeouts - PE: Bare metal remotes _can_ run resources now and must be probed - PE: Bundles only need to wait for other containers on the same node to be probed - crmd: Scale timeouts with the number of remotes too - PE: There is no need for port mapping directives when net=host is specified - PE: Do not always expire failed operations of nested remotes - PE: Consolidate REMOTE_CONTAINER_HACK logic - PE: Exclude resources and nodes from the symmetric_default constraint in some circumstances - crm_resource: Don't cleanup on nodes not meeting the discovery conditions - PE: Restore the ability to send the transition graph via the disk if it gets too big - crm_resource: Prevent disconnection from crmd during cleanup - PE: Do not probe connection resources until the container is active - PE: Detailed resource information should include connection resource state - Tools: Allow crm_resource to operate on anonymous clones in unknown states - tools: Clean up everywhere if we don't know anything about the resource - crm_resource: See what cleanup would have done for a saved configuration - PE: Only pass requests for promote/demote flags onto the bundle's child - Upstream version cs: 2b07d5c5a908998891c3317faa30328c108d3a91 (Pacemaker-1.1.18)- pengine: if ignoring failure, also ignore migration-threshold - libcrmcommon,liblrmd,lrmd: improve messages for failed remote sends - libcrmcommon,lrmd: meaningful error codes when sending remote messages - libcrmcommon: lower watchdog messages when default - tools: set meta_timeout env when crm_resource --force-* executes RA - fencing: don't print event twice with stonith_admin --verbose - fencing: memory leak in stonith_admin --env - fencing: improve stonith_admin help - crmd: hard error if remote start fails due to missing key - libcrmcommon,liblrmd: report meaningful async connection errors - libcrmcommon: return meaningful error codes to connection callbacks - libcrmcommon: async connection callback must get negative error codes - libcrmcommon,liblrmd: improve remote connection messages - pacemaker_remote: warn if TLS key can't be read at start-up - lrmd: tweak TLS listener messages - pengine: don't probe offline or unclean guest nodes (fate#324441) - agents: ifspeed - Try to detect interface name from ip address. - pengine: don't keep unique instances on same node - pengine: improve messages when assigning resources to nodes - Upstream version cs: 23be51236edc34477a99d6979bc0e2cc1e1a7684- libpe_status: avoid use-after-free (again) - lrmd: don't reject protocol 1.0 clients (bsc#1009076) - tools: print descriptive messages for OCF exit code - tools: differentiate trace log level for RAs - tools: show RAs debug logs only when verbose mode for crm_resource --force-* - tools: suppress an invalid error message for crm_resource --force-* options - pengine: don't schedule reload and restart in same transition - libcrmservice: list systemd agents alphabetically - libcrmcommon: add function to sort list alphabetically - pengine: new regression test for unrecoverable remote connection - libcrmservice: avoid infinite loop on bad DBus reply - libcrmservice: list systemd unit files, not only active units - libpe_status: print container type in lowercase when outputting XML - tools: re-enable crm_resource --lifetime option (CLBZ#5251, bsc#950128) - libcrmcluster: improve error checking when updating node name - tools: fix crm_resource --why output when resource and node are specified - libcrmservice: parse LSB long description correctly - libcrmservice: follow LSB standard for header block more strictly - libcommon: Erase old exit_reason - Upstream version cs: 36d2962a8613322fc43d727d95720d61a47d0138- crm_mon: error-exit child if execl should return - crmd: avoid memory leak when caching meta-data - tools: ensure crm_resource data set is initialized - libcib: ensure xpath result isn't empty - tools: missing break statement in attrd_updater - libcrmcommon: check sscanf() result when parsing schema version - tools: check sscanf return value when parsing failed op list - tools: treat bundles with replicas like clones when restarting - tools: allow crm_resource to be called without arguments - tools: update regression test for recent message changes - tools: improve crm_resource --show-metadata error messages (CLBZ#5287) - libcrmcommon: add functions for using agent specifications - tools: improve crm_resource help (CLBZ#5251, bsc#950128) - libcrmcommon: improve cluster option parsing - Upstream version cs: 27b631162104d90e944cbc107c2d46e983f94ca7- spec: Disable deprecated crm_mon SNMP/ESMTP support (configure alerts instead)- pengine: add tests for no-quorum-policy=suicide - libpe_status: properly detect when nodes should suicide - libpe_status: always log startup-fencing value - libpe_status: generalize ability to log warning only once - pengine: reset loss-policy from fence to stop if no fencing - pengine: avoid use-of-NULL when unpacking tickets - tools: ensure crm_resource works if no command is specified - libpe_status: validate no-quorum-policy=suicide correctly - tools: use-after-free in crm_diff - RA: ClusterMon - Correctly handle "update" parameter - attrd: "peer peer loss" -> "peer loss" - Tools:Refactored Crm_resource to have proper assignments for require_* - Upstream version cs: c4a09cfec99570a2509831f4b8974457dcdb1af6- Log: Reduce verbosity of developer logging - PE: We most definitely need to probe connection resources - PE: Ensure the bundle nodes get set with the correct discovery mode - PE: Implement probing of container remote nodes (fate#324441) - attrd: Tweak log messages for clarity - crm_resource: Do not send history erasure commands for nodes where this is none - PE: Resources in bundles should also respect failcounts - PE: Do not send notifications to unclean bundles - PE: Prevent graph loops when fencing the host out from underneath a bundle - Tools: Allow bundle resources to read/write master scores based on the same logic as attrd (cf34f4c) - PE: bundle: Send an additional host list when container-attribute-target=host - PE: Correctly interpret colocation with bundles - PE/attrd: Allow bundle resources to read/write attributes based on the physical host rather than the container name - Upstream version cs: 4328c6a65424d1caf9785107664ec1b7fc824664- Rebase: * bug-728579_pacemaker-stonith-dev-id.patch - Fix: -Wformat-truncation=2: prevent format truncation - snprintf: use correct signedness in print format specifiers - snprintf: use sizeof(X) as size + prevent off-by-ones - crmd,libcrmcommon,libcluster,tools: handle PID as string properly - tools: use right size for string buffer in fake_transition.c - crm_resource: fix a memleak - pengine: sprintf -> snprintf - libcrmcommon: fix possible infloop in buffer_print - crm_snprintf_offset like parts: fix off-by-ones - attrd: improve update messages - stonithd,lrmd,pengine: spelling/formatting corrections - build: install ifspeed resource agent - libcrmservices: avoid assert for HB resource with no parameters - crmd: re-enable local collection of meta-data for remote nodes - crmd,pengine,libpe_status,libpe_rules: remove support for versioned attributes - crmd: avoid memory leak when node state is unknown - crmd: avoid assert if LRM query fails - libpe_status: more error checking when unpacking bundles - libpe_status: bundles now respect PCMK_authkey_location - libcrmcommon,liblrmd,lrmd: validate PCMK_remote_port - PE: Bundles: add support for rkt bundle type - libcrmcommon,libpe_rules: unpack new alert filter syntax - xml: allow specifying alertable events - Fix: a proper calculation of a speed in case of hfi1 for ifspeed RA. - pengine: detect proper clone name at startup - pengine: don't ignore permanent master scores at startup - pengine: handle resource migrating behind a migrating remote connection - stonith-ng: advertise pcmk_on_action via metadata - liblrmd: Make sure the operation of a remote resource returns if setup of the key fails (bsc#1053463) - libcrmcommon,pengine: improve log messages - PE: only print to stdout if run from command line - crmd: eliminate size restriction on node state xpath - pengine: add regression test for remote connect interval wait - pengine: re-enable unrecoverable remote fencing - pengine: Make sure calculated resource scores are consistent on different architectures (bsc#1054389) - PE: Allow resources inside bundles to receive notifications - PE: Update unfencing device change test output - attrd,crmd: erase attributes at attrd start-up, not first join - attrd: accept connections only after CIB connection is active - attrd: make CIB connection function self-contained - attrd: improve messages - stonith-ng: make fencing-device reappear properly after reenabling - crmd: don't need meta-data after resource is deleted - crmd: only get meta-data for OCF and stonith agents - libcrmcommon: generate agent key without :: if no provider - pengine: avoid fence loop for remote nodes - attrd: don't log error if CIB doesn't have an alerts section - PE: Only retrigger unfencing on nodes that ran operations with the old parameters - PE: Output resource changes in a friendlier format - PE: Attempt to indicate why resources are changing state - Mechanism for recording why an action is required - Support unfencing of remote nodes - PE: Ignore optional unfencing events and report the fencing type - Upstream version cs: 20cffae1e9c64217339173c197edac8612ad02b9- logging: ensure blackbox gets generated on arithmetic error - crm_mon: overcome crm_system_name no longer influenced with argv - crm_mon: make CGI bail out on suspicious arguments - crm_mon: make CGI bail out properly and w/o help screen - crm_mon: canonical casing of Content-Type CGI header field - libcrmcommon: handle schema versions properly - attrd: don't reconnect to lrmd if already connected - PE: Ensure nested container connections run on the same host - crmd: send alerts via lrmd - lrmd: execute alerts as cluster daemon user - libservices: add ability to specify user to run an action - libcrmcommon: improve user lookup messages - extra: correct ClusterMon metadata - attrd: avoid memory leak when disconnecting from lrmd - attrd,tools: avoid memory leaks from use of crm_itoa() - attrd: be consistent about attr/host logging - attrd: delay lrmd connect until needed - attrd: add timestamp to alert just when needed - attrd: improve log messages - libcrmcommon,libpe_rules: avoid crash when alerts section has comments - libcrmcommon: add API call for next named XML child - liblrmd: only set environment variables with a value - attrd,liblrmd: handle adding env var at head of list - lrmd: drain alerts at shutdown - attrd,lrmd: generate alert sequence number in lrmd - liblrmd: better trace message when creating command - stonith-ng: avoid double-free of pending-ops in free_device - crmd: log correct feature set revision - PE: update start-failure-is-fatal help - cib: avoid unnecessary memory allocation - stonith-ng: add pcmk_delay_base as static base-delay (fate#324488) - XML: upgrade-1.3.xsl: be explicit about non 1:1 wrt. ACL @attributes - enable upgrade XSLTs to use meaningfully - Tools: Added option of --why/Y to crm_resource to inform the status of resources if running or not - various: fix spelling in messages and comments - cib: reword trace message - PE: Prevent use-after-free when creating bundle constraints - add versioned operations support - TE: don't bump counters when action or synapse is invalid - obtain metadata in CRMd via async call - tools: add version options for cibsecret - alerts: Support of meta attributes(kind, attribute_name). - attrd,lrmd,lib: Addition of the transmission function of the attribute alert to attrd. - extra: Change alert_xxx.sh.sample for attribute alerts. - extra: Change PCMK-MIB.txt for attribute alerts. - XML: upgrade-1.3.xsl: simplify branching - XML: upgrade-1.3.xsl: drop superfluous branching - XML: upgrade-1.3.xsl: simplify "weak identity" transform rules - XML: upgrade-1.3.xsl: easy simplifications + redundant declarations drop - re-enable versioned attributes - Upstream version cs: d134f83b4f0188f6d7cd381c8cdda1a2a7c38bd5- Update to version 1.1.17 - PE: Ensure unrecoverable remote nodes are fenced even if no resources can run on them - iso8601: strftime needs fully populated struct tm (bsc#1058844) - crmd: abort transition whenever we lose quorum - PE: Ensure bundle nodes and child resources are correctly cleaned up - PE: Generic ordering for anything with bundles - PE: Default to non-interleaved bundle ordering for safety - PE: Functional inter-bundle ordering when either side has no child - PE: Basic inter-bundle ordering when both sides have children - PE: Implement bundle ordering - libpe_status: properly disallow other resources from bundle nodes - libcib: get remoteness correctly from node status - libpe_status: avoid memory leaks when creating bundle remote resource - libpe_status: disallow resources on bundle nodes - pengine: make checks a little safer - PE: Clones within bundles may also have notifications enabled - PE: Correctly implement pe_order_implies_first_printed - PE: Do not re-add a node's default score for each location constraint - PE: Bundle location constraints should only apply to the IP and docker resources - PE: Bundles: Allow clones to be colocated with bundles - PE: Bundles: Implement colocation of primitives and groups with bundles - cib,libcib: support option for IPC eviction threshold - libcib: correctly search for v2 patchset changes - libcib: always use current values when unpacking config - libcrmcluster: fix spelling error in error message - crmd: DC should update stonith fail count before aborting transition - cib: Broadcasts of cib changes should always pass ACLs check (bsc#1042054) - Upstream version cs: b36b869ca8fe74caa077c286304f653f0be117ef (Pacemaker-1.1.17)- pengine,libpe_status: revisit fencing messages - PE: Improve logging of node fencing and shutdown - PE: Fence unrecoverable remote nodes with no resources - libpe_status: propagate multiple-active=block for bundles - libpe_status: set parent for bundle components - attrd: broadcast local overrides of sync'ed attributes - crmd: attribute write-out not needed with atomic attrd - PE: Prevent use-after-free when creating bundle constraints - PE: Ensure remote nodes are fenced when the connection cannot be recovered - PE: Improved fencing logging - PE: Assume resources on remote nodes do not need to be restarted until absolutely necessary - PE: Correctly compare a point with NULL instead of FALSE - libpe_status: correctly flag remote connection resources - pengine: improve internal bundle constraints - pengine: re-phrase trace log for internal constraints - libpe_status: set #kind to "container" for bundle nodes - pengine,libpengine: avoid potential use-of-NULL - pengine: avoid use-of-NULL in bundle without primitive - libpengine: don't double score when adding first allowed node - pengine: improve detection of invalid constraints - PE: Prevent use-of-NULL when expanding containers - PE: Partially restore 62ed004 to ensure remote connections are available before attempting resource recovery - stonith-ng: Trigger on constraints added to cib (bsc#1042374) - Upstream version cs: e47bd5bc77a3d1b38589b3716f5112ed39329e7b- RA: NodeUtilization - Use xl if available (bsc#1015842) * Drop obsolete: * * bug-1015842_pacemaker-NodeUtilization-RA-1.patch * * bug-1015842_pacemaker-NodeUtilization-RA-2.patch * * bug-1015842_pacemaker-NodeUtilization-RA-3.patch * Add bug-1015842_pacemaker-NodeUtilization-RA.patch - Drop obsolete pacemaker-lrmd.h-include-libxml.patch - lrmd,pengine: remove versioned parameters from documentation and tests - lrmd,pengine: don't support versioned attributes by default - Containers: Relax docker/remote colocation constraint when appropriate - Containers: Ensure remote resources are only allocated to full cluster nodes - lrmd: Ensure verbosity options are handled after crm_log_init() - pengine: unmanage guest-container puts guest in maintenance - pengine: unique ids for meta-attributes of guest-connection - pengine: update regression tests for probes of guest-connections - pengine: have guest-node connection-resources probed - crmd: clean up throttle memory on exit - libcib: avoid use-after-free when deleting CIB connection - systemd unit files: add dependency on resource-agents-deps - pengine: Allow use of resource params and meta-params in location rules - libcrmcommon: avoid evicting IPC client if messages spike briefly - libcrmcommon: don't delay next flush by more than 5 seconds - libcib: downgrade ACL status message to trace - crmd: don't destroy election structure twice - crmd: avoid use-after-free when disconnecting from CIB - libcib: functionize destroying op callback table - crmd,libcrmcommon: update throttle when CPUs are hot-plugged - crmd: remove I/O load checks - libcrmcommon: add function to get number of CPU cores - crmd: functionize checking throttle thresholds - crmd: functionize setting throttle load target - CTS: update corosync fail patterns - crmd: check correct timer for being started - crmd: improve fencing result message - lrmd: Have pacemaker-remote reap zombies if it is running as pid 1 - pengine: add test for per-op fail count - libcrmcommon: filter attributes with '#' from XML fields - extra: Dummy stop shouldn't fail if monitor is in progress - extra: use whitespace consistently in Dummy - crmd: don't fence old DC if it's shutting down as soon-to-be DC joins - crmd: avoid DC sending offer to itself twice - crmd: don't restart transition if no fence devices - crmd: skip restart at (not above) stonith-max-attempts - crmd: allow clearing all stonith fail counts - crmd: track stonith fail counts on all nodes - crmd: forget stonith failures when forgetting node - crmd: consider target when checking stonith failures - crmd: check for too many stonith failures only when aborting for that reason - PE: Remote: Allow remote nodes that start containers with pacemaker remote inside - fencing: ignore empty 'action' parameter in fence devices - crmd: fix remove attr_id from update_attr_delegate() - Fix log showing the node status so that it is easily distinguishable from other logs - crmd: don't abandon fencing after one "no devices" failure - libcrmcommon: more useful message if can't open dump file - libcib: use new convenience function for sanitizing ID - libpe_status: implement active check for bundles - tools: update crm_mon RNG schema for bundles - crmd: add set_join_state() - crmd: fix line wrapping - crmd: update_attr_delegate() instead of set_standby() - PE: Containers: Allow custom docker run commands - logrotate: rotate pacemaker logs inside bundled containers - libpe_status: improve bundle docker defaults - tools: crm_resource should free result if re-running function returns one - libpe_status: avoid memory leak when counting failures - crmd: remove functions from crmd_utils.c - PE: Containers: Ensure replicas_per_host=1 is respected during rediscovery and startup - libcib: change the format of the state id in set_standby() - PE: Containers: Allow the internal and external ports to optionally differ - PE: Containers: Allow custom control ports when using the machine's local address - crmd: set_standby in first_join - PE: Bundles: Better support for net=host, allow the pacemaker-remote port to change - Remote: Allow the port to listen on to be specified on the commandline - libpe_status: allow more than 254 containers in a bundle - crmd,liblrmd: handle crmd-local proxy requests properly - common: Prevention of the double definition. - pacemaker_remoted: Allow compilation with glib older 2.36 - PE: Containers: Default 'replicas' to the same number of 'masters' - PE: Containers: Correctly find the right anonymous child resource running in a container - PE: Clone: Simplified allocation function - PE: Contaienrs: Better checks when assuming a container will start - PE: Preferred nodes are only accepted if their scores are equal to the otherwise best candidate - PE: Containers: Remove containers on termination by default - PE: Container: Add support for non-default docker networks and supplying external IPs to container resources - PE: Containers: Allow specifiying the maximum number of peers per host - PE: Containers: Force a sane hostname - PE: Containers: Add support for nic and netmask parameters - PE: container: Parse network and mount options - PE: Allow the graph to assume container nodes will come up and schedule actions for it - PE: Force node scores for containerized resources - PE: Basic allocation of containers - Core: Track the line number of callers of crm_(set|clear)_bit - xml: Correctly find the first child element - PE: Basic container parsing and expansion (fate#323415) - PE: Correctly test for clone functionality - Improve recovery when demote fails with OCF_NOT_RUNNING - Upstream version cs: ce86684f5d0672791e9fd3043a84f0931cdd97ea- libcrmcluster,crmd: log join phase as text rather than integer - pacemaker-remote: pacemaker_remoted shutdown while unmanaged - tools: disable agent stdout/stderr for crm_resource --validate - tools: Add "--validate" command to crm_resource - tools: crm_resource should set OCF_RESKEY_crm_feature_set - tools: make crm_failcount compatible with per-operation failcounts - tools: support clearing failure of a single operation with crm_resource -C - crmd: support clearing failure of a single operation - crmd: make clearing last failure more efficient - attrd,libcrmcommon: support clearing failure of a single operation - attrd,crmd,libraries,tools: track resource failures per-operation - tools: support crm_failcount -q as advertised - Upstream version cs: 77ea74d01bcb6b7100e1c7acab0e66e79aceaf8b- NodeUtilization: Never set hv_memory to a negative value (bsc#1015842) * bug-1015842_pacemaker-NodeUtilization-RA-3.patch - NodeUtilization: Fix mixed indentation, set executable bit (bsc#1015842) * bug-1015842_pacemaker-NodeUtilization-RA-2.patch - RA: NodeUtilization - Use xl if available (bsc#1015842) * Drop obsolete bug-1015842_pacemaker-NodeUtilization-RA.patch * Add bug-1015842_pacemaker-NodeUtilization-RA-1.patch- spec: Merge the SLE and Factory versions * enable_fatal_warnings=0- crmd: new cluster option stonith-max-attempts with default value 10 (fate#323417) - crmd: Change of the log level and addition of uuid. - crmd: use new attrd op to clear fail counts - tools: crm_resource -C should clear last-failure - libcrmcommon: add API for new attrd clear-failure operation - attrd: add more detail to legacy attrd messages - attrd: add API for clearing failures - Upstream version cs: e55d506cc390f0a0335b4ec6e365ea89da30b6b1- pacemaker.service: Add presetting TasksMax=4915 (bsc#1028138) * bug-1028138_pacemaker-pacemaker.service-TasksMax.patch- Build: lrmd: Include libxml/tree.h in lrmd.h * pacemaker-lrmd.h-include-libxml.patch- libfencing,fencing: properly remap "action" in configuration - libservices: ensure recurring actions table is created before using - libservices: improve error messages when creating operation - libservices: properly detect in-flight systemd/upstart ops when kicking - libservices: properly cancel in-flight systemd/upstart op - libservices: handle in-flight case first when cancelling an operation - libservices: prevent use-after-free when freeing an operation - libservices: ensure completed ops aren't on blocked ops list - libcrmcommon: assert if can't generate operation key - libcrmcommon: improve remote connection polling messages - crmd: clear failure only for requested node - crmd: improve message when clearing failures - pengine,libpe_status: make failcount clearing messages more helpful - pengine,libpe_status: don't clear same fail-count twice - cib: properly mark variable as volatile - libcib: avoid memory leak in query_node_uuid() - tools: avoid NULL dereference in crm_resource debug message - cib,libcrmcommon,lrmd: handle IP addresses better in messages - tools: crm_attribute should prefer node name from environment - libcrmcommon: Correctly delete XML comments according to their positions (bsc#1024037) - libcrmcommon: Correctly compare XML comments to prevent crmd from getting into infinite election loop (bsc#1024037) - crmd,libcrmcluster: minor log message improvements - tools: avoid deprecated function in notifyServicelogEvent - libcrmcommon,pengine,tools: pass local node name to resource agents - use callback instead of sync call - libcib: make querying node uuid more efficient - tools: allow regular expression with crm_attribute - attrd: support regular expressions in legacy attrd - attrd: support Pacemaker Remote node attributes in legacy attrd - use status scope to start node in standby mode - attrd: ignore unsupported requests in legacy attrd - attrd,crmd: implement peer remove requests in legacy attrd - crmd: don't clear remote node transient attributes unnecessarily - crm_mon: protect against non-standard or failing asctime - libservices(sync): partially prevent killing foreign process - libservices (sync): ensure no zombie is left behind - cib: improve re-sync handling - tools: implement crm_failcount command-line options correctly - tools: use correct regular expression for fail counts in crm_resource - cib: never disable legacy mode with corosync 1 stacks - cib: improve warning when legacy diff fails - libcrmcommon: ensure filename is not NULL before opening - crmd: be more resilient when checking an LRM command's "from" - crmd: improve crmd's LRM-related log messages - tools: properly ignore version with crm_diff --no-version (bsc#888726) - Ability to start node in standby (fate#323416) - Upstream version cs: a7825f4f0a8db272d1ce0b1f93e8044cbcaa5144- libservices: properly watch writable DBus handles - tools: don't reference hidden parameter in crm_resource help text - Alert: Set SNMP_PERSISTENT_DIR directory for the snmp-trap tool. - dbus: Prevent lrmd from hanging on dbus calls (bsc#1015264) - spec: add %check to run a subset of tests on rpmbuild - crmd: update cache status for guest node whose host is fenced - pengine: consider guest node unclean if its host is unclean - pengine: create a pseudo-fence for guest node recovery - pengine: guest node fencing doesn't require stonith enabled - pengine: remove unnecessary assert - mcp: Correction of the difference in access permission setting. - stonith_admin: Addition of the list-targets option. - stonith: Check for missing params in new device and dup - libservices: treat systemd service reloading as OK (bsc#1059187) - crmd: increase severity when fencing didn't happen (bsc#1011240) - rng: Create resources-2.7.rng to update template class validation - libcrmcommon: Don't report error if the output file isn't syncable - crmd: bump feature set - pengine: disable migration for versioned resources - add versioned parameters support - Upstream version cs: 2817a2081e9e70e7412f0d0a253495611afab55e- wd: Fix to not compare NULL when environment variable is not set - mcp,pacemaker_remote: order after time-sync - configure: fix fouled parameter expansion * Drop obsolete pacemaker-configure-systemd-detection.patch - xml: rng: Keep score-attribute{,-mangle} in the existing RelaxNG schema files for graceful upgrades - Upstream version cs: 94ff4df51a55cc30d01843ea11b3292bac755432 (Pacemaker-1.1.16)- RA: NodeUtilization - Use xl if available (bsc#1015842) * bug-1015842_pacemaker-NodeUtilization-RA.patch- spec: Prevent overwriting existing sysconfig files by conditionally running %fillup_only (bsc#1022807, bsc#980341)- spec: cts brings an RA that needs python-systemd- Explicitly own %{_defaultdocdir}/%{name}.- Revert "Build: configure: make systemd detection akin to + before Upstart one" * pacemaker-configure-systemd-detection.patch - libcrmcommon: fix CVE-2016-7035 (improper IPC guarding) (bsc#1007433) - sysconfig: minor tweaks (typo, wording) - various: issues discovered via valgrind and coverity - attrd_updater: fix usage of HAVE_ATOMIC_ATTRD - Upstream version cs: b6f251a13fadca0cb74702b0c007a55275c8ea09- Rebase: * pacemaker-NodeUtilization-RA.patch - extra: add resource agent for managing a node attribute - crmd: cl#5185 - Record pending operations in the CIB before they are performed (bsc#1003565) - ClusterMon: fix to avoid matching other process with the same PID - mcp: improve comments for sysconfig options - spec: require libqb >= 0.13.0 - tools: crm_standby --version/--help should work without cluster - spec: reorganize so %pre etc. blocks are self-contained - spec: require python >= 2.6 - spec: comment better - libpengine: ensure child is not null before looking up value - libpengine: only log startup-fencing warning once - Upstream version cs: 722276c442bf023931842313bfe0dfb7d90a7c15- pacemaker.service: do not mistakenly suggest killing fenced - pacemaker.spec: consume "systemdunitdir" via %_unitdir - libcrmcommon: report errors consistently when waiting for data on connection (bsc#986644) - libservices: use DBusError API properly - remote: Correctly calculate the remaining timeouts when receiving messages (bsc#986644) - libfencing: report added node ID correctly - crm_mon: Do not call setenv with null value - pacemaker_remote: allow remote clients to timeout/reconnect - pengine: Do not fence a maintenance node if it shuts down cleanly (bsc#1000743) - install README in doc instead of now-removed AUTHORS file - ping: Avoid temporary files for fping check (bsc#987348) - all: clarify licensing and copyrights - schemas.c: treat CIB with unrecognized validate-with better - schemas.c: avoid downgrade validate-with in a corner case - xml.c: better info in cli_config_update on no validation success - fix infloop when no schema validates on update_validation - xml.c: internal self-or-less reference inflicted infloop guard - crmd: Resend the shutdown request if the DC forgets - ping: Avoid temp files in fping_check (bsc#987348) - crmd: Ensure the R_SHUTDOWN is set whenever we ask the DC to shut us down - crmd: clear remote node operation history only when it comes up - libcib,libfencing,libtransition: handle memory allocation errors without CRM_CHECK() - tools: make crm_mon XML schema handle resources with multiple active - tools: make crm_mon resources section more consistent - crmd: bump feature set - pengine: set OCF_RESKEY_CRM_meta_notify_active_* for multistate resources - LSB init: try to be a little more compliant - pengine: avoid null dereference in new same-node ordering option - lrmd,libcluster: ensure g_hash_table_foreach() is never passed a null table - crmd: don't log warning if abort_unless_down() can't find down event - lib: Correction of the deletion of the notice registration. - stonithd: Correction of the wrong connection process name. - crmd: Keep a state of LRMD in the DC node latest. - pengine: avoid transition loop for start-then-stop + unfencing - libpengine: allow pe_order_same_node option for constraints - pengine: avoid sisyphean score-attribute-mangled parsing - xml: score-attribute{,-mangle} has no meaning for rsc_colocation - Upstream version cs: 4cce2b26f6f468c342adb24bf74234a12a0070c2- cts: Restart systemd-journald with "systemctl restart systemd-journald.socket" (bsc#995365) * bug-995365_pacemaker-cts-restart-systemd-journald.patch- libcrmcommon: properly handle XML comments when comparing v2 patchset diffs - crmd: don't abort transitions for CIB comment changes - libcrmcommon: log XML comments correctly - libcrmcommon: remove extraneous format specifier from log message - crm_mon: Avoid logging errors for any CIB changes that we don't care about (bsc#986931) - crmd: When node load was reduced, crmd carries out a feasible action. - Upstream version cs: 58fef06198fef17873d0d2e2d0cc5c7db73c5724- ping: Log sensible error when /tmp is full (bsc#987348) - crm_mon: Do not log errors for the known CIB changes that should be ignored (bsc#986931) - logging: Enable synchronous logging when blackboxes are enabled - libpengine: print target role and blocked status in XML output - tools: add maintenance mode and disabled/blocked resources to crm_mon XML/HTML output - tools: break up long lines in crm_mon console output - libservices: include socket units when listing all systemd agents - fencing: fence_legacy - Search capable devices by querying them through "list" action for cluster-glue stonith agents (bsc#986265) - extra: correct quoting of timestamp-format in alert-snmp-example - pengine,tools: Display pending resource state by default when it's available (bsc#986201) - rng: Allow rsc-pattern in locations for version 2.6 - pengine: Expand regexp references in location constraints - pengine: Allow to set base score for progressive node health strategy - systemd: Allow unit names ending in .socket. - watchdog: Correction to do to change action of the system reboot by fail_fast - Upstream version cs: 630d0d112092042b6f79c2a02bb442e82fee93ec- Remove conditionals that are not really needed as they always kept the values - Remove the cman conditional as we do not even have the dependencies to build with it in OBS - Convert deps to pkgconfig style ones and remove deps that are not mentioned by the testsuite or the configure.ac- Update to version 1.1.15 - crmd: mention that graceful remote shutdowns may cause connection failures (bsc#981489) - alerts - drop 5min timeout to 30s since it is configurable now - Bug bz#5292 - crmd: wait for alerts to finish - libais,libcluster,libcrmcommon,liblrmd: don't use %z specifier - alerts: ensure sample alert agents handle undefined recipient - tools: crm_resource -T option should not be hidden anymore - PE: Correctly update the dependant actions of un-runnable clones - alerts: make timestamp-format-string work properly if strftime-escape is the last character - extra: make alert-file-example cope with spaces in timeformat-string - attrd,ipc: Prevent possible segfault on exit (bsc#986056) - alerts: fix SMTP recipient defaulting - tools: properly handle crm_resource --restart with a resource in a group - tools: don't assume all resources restart on same node with crm_resource --restart - tools: avoid memory leaks in crm_resource --restart - tools: remember any existing target-role when doing crm_resource --restart - tools: correctly count starting resources when doing crm_resource --restart - Upstream version cs: e174ec84857e087210b9dacee3318f8203176129 (Pacemaker-1.1.15)- Clean-up with spec-cleaner - Drop heartbeat conditions, no heartbeat around - Sort CMAN conditionals to be actually logical - Run fdupes to not waste so much space - Add logrotate to reqs of pacemaker-cli - Cleanup rpmlintrc to contain only bare needed minimum - Run basic sanity check in %check phase- Drop sysvinit support we now run on sle12+ only - Cleanup the define conditionals that are never used - Drop profiling and coverage options it is not enabled by default and better to run separately- libcrmcommon: really ensure crm_time_t structure is fully initialized by API calls - extra: correct syntax error in sample alert script - crmd: avoid timeout on older peers when cancelling a resource operation - crmd: use proper resource agent name when caching metadata - crmd: avoid memory leak when sending fencing alert - liblrmd: avoid memory leak when closing or deleting lrmd connections - extra: improve determination of successful monitors in SNMP alert script - tools: avoid memory leak when crm_mon unpacks constraints - pengine: avoid use-after-free with location constraint + sets + templates - pengine: better error handling when unpacking sets in location constraints - pengine: avoid memory leak when invalid constraint involves set - Build: rename sample alert scripts and install them in datadir - pengine : Correction of the record judgment of the failed information. - Upstream version cs: dd46368eead0d756735216a4bc765466b99274fc- alert-helpers: some fixes in pcmk_smtp_helper.sh - libpengine: log message when stonith disabled, not enabled - pengine: only set unfencing constraints once - tools: don't require node to be known to crm_resource when deleting attribute - libcrmcommon: ensure crm_time_t structure is fully initialized by API calls - attrd: don't leak memory when returning due to malformed update request - crmd: always free result of crm_itoa() - xml: adapt crm_mon.rng per recent reorder of the summary elements - Upstream version cs: 1a05449500f015414b6df68b6d4feb64b713f533- Rebase: * bug-977201_pacemaker-controld-self-fencing.patch - pengine: properly order stop actions relative to stonith - crm_resource: don't pretend that target-role:started would prevent promotion - crm_mon: consistently print ms resource state - controld: use "stonith_admin -H '*' -V" (bsc#977201) - stonith_admin: allow -H '*' to show history for all nodes (bsc#977201) - controld: fix "[: -eq: unary operator expected" issue from PR 1022 (bsc#977201) - extra: Support of the task designation of a resource and the fencing. - extra: Change pcmk_snmp_helper.sh (2). - Upstream version cs: 6a8c1e9d35c65cbfd4019cfe797cb7bb9dfd4322- controld: Prevent unwanted self-fencing if "stateful_merge_wait" state of dlm is not available (bsc#977201) * bug-977201_pacemaker-controld-self-fencing.patch- libservices: clean up non-signalfd code paths - spec: fence_pcmk only eligible for Pacemaker+CMAN - crmd: Acknowledge cancellation operations for remote connection resources (bsc#976865) - controld: improve DLM check with stateful_merge_wait (bsc#977201) - attrd, libcrmcommon: validate attrd requests better - crmd: clear remote node transient attributes on disconnect (bsc#981489) - Revert "Fix: attrd: Correctly implement mass removal of a node's attributes" (bsc#981489) - crm_mon: Fix time formatting on x32 - resources: use OCF version tagging correctly - libcommon: crm_procfs_pid_of() would always return last /proc entry checked - crmd: correctly dig into cib-query-answer if alerts section is present timestamp-format defaults to "%H:%M:%S.%06N" - crmd: Take start-delay into account for the timeout of the action timer (bsc#977258) - libservices: make systemd override file world-readable to avoid log warning - libcrmcommon: correct directory name in log message - Log: make crmd messages more user-friendly - Log: make messages in common quorum/fencing situations more user-friendly - Log: make shutdown messages more user-friendly - pengine: lf#2560/lf#2588 - Correctly set the environment variable "OCF_RESKEY_CRM_meta_timeout" when "start-delay" is configured (bsc#977258) - Log: make operation messages more user-friendly - Log: make startup messages more user-friendly - services: Correctly clean up service actions for non-dbus case - uninitialized use of nano_digits - attrd: Update also dampens when synchronizing attributes (bsc#977846) - Upstream version cs: 389294fd1ebefddad67fff51306f585b758ca860- Rebase: * pacemaker-Wno-format-signedness.patch - RA: SysInfo - Reset the node attribute "#health_disk" to "green" when there's sufficient free disk (bsc#975079) - pengine: Organize order of actions for slave resources in anti-colocations (bsc#977800) - attrd: Fix the synchronization of attributes (bsc#977846) - pengine: Organize order of actions for master resources in anti-colocations (bsc#977800) - pengine: Respect asymmetrical ordering when trying to move resources (bsc#977675) - fencing: Record the last known names of nodes to make sure fencing requested with nodeid works (bsc#974108) - crmd: first implementation of integrated multi-agent, multi-target alerting mechanism (fate#320855) - ping resource: Use fping6 for IPv6 hosts (bsc#976271) - pengine: Consider resource failed if any of the configured monitor operations failed (bsc#972187) - ping resource: avoid undefined func w/ OCF_FUNCTIONS=/dev/null - spec: make Publican docs not depend on pre-existing packages - cib/fencing: Set status callback before connecting to cluster (bsc#974108) - xml: use spaces instead of tabs in schema files - extra: Support of the dampen change by RA. - Upstream version cs: 9e382568ac3cd54c222496501088ab3fc158b2e2- crmd: update cluster state in CIB after fencing an unseen node - crmd: don't abort transition for expected remote node shutdown - libtransition: potential memory leak if unpacking action fails - Upstream version cs: 5a6cdd11b4f93b4d55e1b2654078018c339931d4- attrd: crash on exit if initialization fails - build: fix scalability regression - pengine: Suppress assert if a stateful clone is not being demoted/stopped (bsc#971129) - attrd: Support of the dampen change by attrd. - PE: Correctly handle the ordering of demote actions for failed and moving containers - Upstream version cs: d076e9dbf9827f7801c89c6d635df370aeca5e90- crmd,tools: Set attributes for remote nodes directly into cib if it's legacy attrd (bsc#967775) - libcib: Correctly determine the node type (bsc#967775) - resources: match agents' default for globally_unique to pacemaker's - crm_mon: Help admins identify why resources are not being started or responding to commands - PE: Memory leak - crm_resource: Prevent segfault when --resource is not correctly supplied for --restart command - Build: Create CRM_CORE_DIR during installation - Upstream version cs: eb89393a82eb41ff50d041b91765ccac52e873e0- cpg: Ensure group name is never unset - remote: Simplify calls to accept() and inet_ntop() by using "struct sockaddr_storage" (bsc#964183) - remote: cl#5269 - Notify other clients of a new connection only if the handshake has completed (bsc#967388, bsc#1002767, CVE-2016-7797) - remote: Correctly display the IP address of the remote client (bsc#964183) - spec: declare also BSD license as suitable - libservices: Add error handling for pipe() failed. - libservices: Check resource agent is executable or not before pipe open. - crmd: Prevent use-after-free when an unexpected remote client takes over (bsc#964183) - pacemakerd: Correction of the stonithd process judgment of pacemakerd. - crmd: Do not turn on stonith-watchdog-timeout automatically if SBD is detected - remote: Correctly check for SBD configuration consistency - resources: Fix state file metadata in Dummy, Stateful and HealthCPU resource agents - systemd: Modified so that the cluster to stop before the rsyslog - common: Correctly locate sbd via its pidfile - common: Assume processes are active if we get EACCESS - Fencing: Simplify watchdog integration - crmd: Only poopulate stonith-watchdog-timeout if SBD is active - remote: Ensure SBD is consistently configured on remote nodes - remote: Allow cluster and remote LRM API versions to diverge (bsc#1009076) - cib: Do not send notifications when the dryrun flag is present - Upstream version cs: cf67796823c4429714857411e614cfacfbc59d89- crm_shadow: fix broken --display command - ipc: Respect the parameter of pick_ipc_buffer() but don't let it affect the global value - libcluster: crm_peer_uname() should return NULL if uuid is invalid - remote: recover from remote node fencing more quickly - crmd: update node state for migrated pacemaker_remote nodes - crmd: update node state for stopped pacemaker_remote nodes - crmd: update node state for started pacemaker_remote nodes - crmd: add new message type for updating pacemaker_remote node state - libcluster: set remote peer cache state based on CIB node state - libcluster: send notifications when pacemaker_remote nodes are started - crmd: report pacemaker_remote node state in CIB status section - Upstream version cs: c851a117bc77bdefe15181a7d753f1aed867cde6- spec: Move the common directories under /var/lib/pacemaker into pacemaker-cli package - liblrmd: Prevent potential use-after-free (bsc#964183) - crmd: Disconnect the relevant remote proxies as well when disconnecting a remote node (bsc#964183) - crmd: Prevent potential use-after-free (bsc#964183) - liblrmd: Prevent potential use-after-free issues (bsc#964183) - PE: Fix conditions for internal sanity check (bsc#971129) - attrd: ensure remote nodes are in correct peer cache (bsc#981489) - crmd: set remote flag when gracefully shutting down remote nodes (bsc#981489) - fencing: Correctly track active stonith actions (bsc#938545) - fencing: Functionize adding and removing active pids of device (bsc#938545) - crm_shadow: Do not invoke shells with --noprofile option other than bash (bsc#961392) - lib/common: check return value of dlsym() and not dlerror() - lib/ipc: allow PCMK_ipc_buffer to be smaller than default max sizes - lib/services: use self-pipe sigchld handling when signalfd isn't available - spec: associate subpackage with correct licenses - spec: rely on system-wide RPM macros if available - spec: C++ compiler is not something currently needed - RHBZ#1286316: Do an ordered shutdown of systemd resources - header == NULL when parsing compressed message - attrd: Correctly implement mass removal of a node's attributes (bsc#981489) - attrd: Hook up the client name so we can track requests - crmd: Set the shutdown transient attribute in response to LRMD_IPC_OP_SHUTDOWN_REQ from remote nodes (bsc#981489) - PE: Honor the shutdown transient attributes for remote nodes (bsc#981489) - pacemaker_remote: support graceful stops (bsc#981489) - crmd: support graceful pacemaker_remote stops (bsc#981489) - lrmd,liblrmd: add lrmd IPC operations for requesting and acknowledging shutdown (bsc#981489) - fencing: Support concurrent fencing actions on each device (bsc#938545) - pengine: Support concurrent fencing (bsc#938545) - Upstream version cs: c54f10440a7bba5a1491ea8506925c7d6d9ca2a3- Update to version 1.1.14 - fencing: free only after last usage makes coverity happy - crmd: 0 is a valid fd makes coverity happy - tools: crm_resource compile issue - crm_resource --list-agents: don't print uninitialized memory - extra: update SNMP MIB with new pacemakerTrap OID containing pacemakerNotificationTrap - fencing, libfencing: remap fence agent error codes before async callback (bsc#962309) - libfencing: topology is not used - fencing: topology is not used - libcrmcommon: when caching attrd connection, cache connection flags as well - cts: Plugin-based cluster has its own PacemakerUp pattern - Upstream version cs: 70404b0e5ecbe5e51d07c6c2233eea640cbd720a (Pacemaker-1.1.14)- Rebase: * bug-806256_pacemaker-log-level-notice.patch * bug-728579_pacemaker-stonith-dev-id.patch - core: Mistake of the parameter order. - RHBZ#1287315: stonithd: Trigger cib_devices_update in case of deletion of just an attribute - CLBZ#5253: stonithd: Do not intermingle stdout & stderr coming from stonith-RAs (bsc#962309) - resources: allow for top output with or without percent sign in HealthCPU - controld: Return error when DLM status is wait fencing (RHBZ#1268313) - crmd: Don't update cluster/peer CIB fields when processing stonith results - Upstream version cs: e16447de89d25db3b3578c7e080c1a4c2f85806f- ping: Clarify the description of host_list parameter in ping metadata (bsc#956459) - systemd: Prevent segfaul when logging failed operations - systemd: The underlying systemd calls default to 90s for their timeouts - cib: Do not terminate due to badly behaving clients - Correctly check for recycled PIDs in crm_pid_active - crmd: Consider only fence and shutdown transition events to be "down" events - pengine: Support of multiple-active=block for resource groups (bsc#942491) - crmd: use 300s timeout with notification scripts, not 300ms - stonith_admin: add ability to target topology by pattern or attribute - fencing,libfencing: add API support for targeting topology by pattern or attribute - Upstream version cs: a7d6e6b56fd2779a07970df7de4e0fb0b22742d3- crm_report: Call "crm report" if available (bsc#950483)- fencing: crm_resource --show-metadata drops documentation strings for fencing agents (bsc#950375) - Upstream version cs: 6f22ad7312b703289da5d24e918a78117a0825e1- CTS: add "try except" to deal with errors that raw_input gets EOFError and add "--yes" to skip interaction (bsc#953192) - Upstream version cs: 577898dc4ac1efdb5989a996cb5f9ac60ed2eb7a- crm_resource: Correctly clean up all children for anonymous cloned groups (bsc#950128) - services: Directly add operations into in-flight list in the execution functions (bsc#952874) - systemd: Return PCMK_OCF_UNKNOWN_ERROR instead of PCMK_OCF_NOT_INSTALLED for uncertain errors on LoadUnit (bsc#952884) - systemd: Return FALSE for systemd_mask_error() if it only maps an error instead of masking one (bsc#952884) - dbus: Correctly return the result for pcmk_dbus_find_error() no matter if there's a DBusError passed in (bsc#952884) - services: Prevent potential use-after-free when trying to add an operation into in-flight list (bsc#952874) - systemd: Directly return an error if the connection to System DBus is closed (bsc#952874) - services: Correctly determine if operations are in-flight (bsc#952874) - systemd: Reconnect to System DBus if the connection is closed (bsc#931271) - lrmd: Finalize all pending and recurring operations when cleaning up a resource (bsc#950450) - fencing: don't poke peers when remote node status changes - attrd: don't try to communicate with attrd on a remote node - libcluster,crmd: never update join info or processes for remote nodes - cib: Increased paranoia when peer updates fail to apply in compatability mode - crmd: do not accept remote peer data as enough for startup - crmd: remote nodes can't be DC so never add them to stonith cleanup list - libcluster: never autoreap from remote peer cache - crmd: improve generation of node state - CTS: get Reattach test working again and up-to-date (bsc#953192) - libcommon: Ignore CDATA of metadata of the resource. - cib: Downgrade the log message on forwarding CRM_OP_NOOP requests from INFO to DEBUG (bsc#949267) - fencing: Return a provider for the internal fencing agent "#watchdog" instead of logging an error (bsc#949441) * Drop bug-949441_pacemaker-fencing-provider-internal.patch which has been merged upstream - Upstream version cs: 7bd00f3f3010bc10d13b87e2ff501b597ea6ca03- fencing: Return a provider for the internal fencing agent "#watchdog" instead of logging an error (bsc#949441) * bug-949441_pacemaker-fencing-provider-internal.patch - spec: Move the normal resource agents into pacemaker-cli package (bsc#947197) - spec: Move logrotate configuration file into pacemaker-cli package (bsc#947197) - spec: Move attrd_updater, crm_attribute and crm_master into pacemaker-cli package (bsc#947197) - spec: Move xml schema files and PCMK-MIB.txt into pacemaker-cli package (bsc#947197)- crm_resource: Correctly observe --force when deleting and updating attributes (bsc#948197) - crm_resource: Correctly delete existing meta attributes regardless of their position in the heirarchy (bsc#948197) - fencing,libfencing: use level tag consistently in internal XML - crm_resource: Correctly update existing meta attributes regardless of their position in the heirarchy (bsc#948197) - crmd: properly detect CIB update failures for remote nodes - cibadmin: Prevent potential use-of-NULL in print_xml_output() (bsc#947180) - Fencing: The device list is expected to be comma separated - Tools: Do not send command lines to syslog (bsc#986676) - Tools: Repair the logging of 'interesting' command-lines - PE: resolve memory leak - libfencing: make topology level removal compatible with latest stonithd API - fencing: parse from correct XML location when registering/unregistering topology - tools: improve error handling when modifying configuration - crmd,libcrmcommon,libservices,tools: potential memory leaks (bsc#948197) - crmd,fencing: avoid potential null dereference in string searches - typo: OPSTIONS -> OPTIONS in crm_mon.sysconfig - cib: Check if the configuration changes with cib_config_changed() only for v1 diffs (bsc#946224) - liblrmd: don't print error if remote key environment variable unset - libcib: properly handle temporary file - libcrmcommon: better validation of environment variable value - crmd: avoid potential null dereference - libcib: potential user input overflow - controld: replace bashism - PE: drop probe_complete actions - PE: Allow resources to start and stop as soon as their state is known on all nodes - Fencing: Correctly construct simple topologies with stonith_admin - Fencing: Correctly remove topologies and detect invalid entries - remote: Revise a misleading message in the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383) * Drop bug-946332_pacemaker-resource-agent-remote-message.patch which has been merged upstream - remote: Correctly display the usage of the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383) * Drop bug-946332_pacemaker-resource-agent-remote-usage.patch which has been merged upstream - libcib: find_nvpair_attr_delegate: check buffer overflow - libcib: find_nvpair_attr_delegate: check alloc failure - Upstream version cs: 7906df92a713052db1edae851579ea229d8a5393- remote: Revise a misleading message in the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383) * bug-946332_pacemaker-resource-agent-remote-message.patch - remote: Correctly display the usage of the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383) * bug-946332_pacemaker-resource-agent-remote-usage.patch- crm_resource: Allow the resource configuration to be modified for --force-{check,start,..} calls - Fencing: Correctly parse 'by-attribute' fencing levels - Fencing: Use dedicated fields for fencing level patterns and attribute matching - pacemaker_remote: memory leak in ipc_proxy_dispatch() - crmd: don't add node ID to proxied remote node requests for attrd - membership: Safely autoreap nodes without code duplication - PE: Resolve memory leak - pacemakerd: Do not forget about nodes that leave the cluster - corosync: Display node state and quorum data if available - crmd: Implement reliable event notifications - extra: Added snmp trap of type "NOTIFICATION-TYPE" to MIB and snmp helper script - Date: Correctly set time from seconds-since-epoch - PE: Bug cl#5247 - Imply resources running on a container are stopped when the container is stopped - Upstream version cs: 20c2178f076ff32fdf9ba9a467c193b8dac2f9e5- lrmd: Upgrade start/finish log tags from INFO to NOTICE (bsc#943295) * bug-943295_pacemaker-lrmd-log-notice.patch- services: Reduce severity of noisy log messages (bsc#943319) - xml: Mark xml nodes as dirty if any children move (bsc#942382) - pengine: The failed action of the resource that occurred in shutdown is not displayed. - tools: memory leak in crm_resource - crm_resource: Correctly check if a resource is unmanaged or has a target-role - fencing: add ability to target by attribute - crmd: Resolve memory leak in remote_proxy_cb() - ipc: Do not constantly increase suggested size for PCMK_ipc_buffer every time we find it's insufficient (bsc#940992) - Upstream version cs: e8888b98cd7dbdfb986c1a46bdb4b113b96e914f- crm_resource: Indicate common reasons why a resource may not start after a cleanup - pengine: Ensure fencing of the DC precedes the STONITH_DONE operation - crm_resource: Compensate for -C and -p being called with the child resource for clones - ipc: Fix output formats (bsc#940992) - fencing: ensure "required"/"automatic" only apply to "on" actions - fencing: Remove unnecessary casts (bsc#940711) - crm_simulate: Prevent segfault on arches with 64bit time_t (bsc#940711) - ipc: Correctly compare values for the size of ipc buffer and prevent suggesting a negative value when it's insufficient (bsc#940992) - xml: Reduce severity of noisy log message (bsc#950551) - crm_resource: Correctly clean up failcounts for inactive anonymous clones - crmd: Avoid cancelling transitions when we tell nodes to shutdown - systemd: drop legacy SysVStartPriority from service units - crm: Set the attribute from remote node. - Upstream version cs: 4ad07f5f464c84b80c739922bd9fd708e8d36e5a- dbus: Remove redundant ref/unref of pending call records - stonithd: potential device list corruption - cib: don't destroy peer cache in peer status callback - systemd: Ensure pending structs are correctly unreferenced - systemd: Track pending operations so they can be safely cancelled - crmd: memory leak in CIB callbacks - attrd: memory leak in legacy attrd's CIB callback - attrd: memory leak in CIB callback - libcib: allow free function for user data supplied to CIB callbacks - xml: Prevent use-of-NULL in crm_xml_dump() - crm_mon: Memory leaks - Upstream version cs: 3fb7f71bf9ca2a3d6e1187fa3b74c7841d6af5a7- pengine: properly handle blocked clone actions - pengine: Correctly bypass fencing for resources that do not require it - libservices: potential memory leaks when executing systemd actions - libservices: memory leak in DBus-related log messages - crmd: memory leaks in recurring operation history - pengine: Addtion of the clone resource clone-min metadata option - Upstream version cs: 3d781d3fe61504c841e3c89b2e8ccff8195d4af6- Rebase bug-806256_pacemaker-log-level-notice.patch - Build: Update version numbers to 1.1.13 in version.m4 and sample spec file - fencing: Broadcast uname as soon as a peer's state has changed (bsc#938410) - fencing: remap sequential topology reboots to all-off-then-all-on - fencing: remap sequential topology reboots to off - fencing: support remapping reboots when processing fencing query results - fencing: treat remapped reboots as reboots when appropriate - fencing: support remapping reboots in fencing query results - crmd: check for errors when searching for CIB daemon's load file - libcib,libfencing,tools: memory leaks from xmlGetNodePath() - attrd: use-after-free in attrd_client_update() - fencing: memory leak when searching for a target's fencing topology - lrmd: memory leak when freeing command structure - libcluster: work around peer cache destruction in client status callbacks - fencing: add support for operation phases to device properties - fencing: add support for operation phases - crmd: Do not enforce restart for resources that support reload and don't support any unique parameters - crmd: Do not enforce restart for changes of non-unique parameters - cts: change the stack from openais (white-tank) to corosync (plugin v0) in set_stack of environment.py (bsc#936149) - Upstream version cs: bd8c4b5a30c9cacd0257fe50ab50d3a6436db42a- crmd: Make resource_supports_action() really general - crmd: Remove a duplicate invocation of snprintf() - pengine: clear failures after reconnect_interval expires - RA: Prevent an error message on stopping "Dummy" resource - PE: Ignore comment blocks when unpacking the cib - fencing: use "off" timeout when remapping "reboot" to "off" - fencing: do not set call options twice in query - crmd: don't synthesize op failures during shutdown - lrmd: prevent double free after unregistering stonith device for monitoring (bsc#1035822) - libcommon: crm_ipc_get_fd() must set errno on error - PE: Record the execution date in PE files so we can re-use it in crm_simulate - pengine: allow guest remote nodes using containers/vms to be nested in a group resource - pengine: Resolve memory leak in expand_notification_data() - cib: Prevent use-after-free and return -EINVAL when attempting to delete the whole "/cib" (bsc#934609) - cib: Prevent use-after-free when invoking "cibadmin --delete-all --xpath" (bsc#934609) - crmd: Prevent segfault when erasing resources from disconnected remote nodes - pengine: do not timeout remote node recurring monitor op failure until after fencing - crmd: No need to re-process actions we've already marked as failed - crmd: All pseduo ops must be allowed to complete - crm_simulate: Optionally include action IDs in the dot graph - fencing: properly decide whether a topology fencing device has been found - fencing: properly sort peers by number of fencing devices found - crmd: Record actions in the CIB as failed if we cannot execute them - pengine: do not stop notify a fenced node that the rscs on the fenced node stopped - pengine: fixes segfault in pengine when fencing remote node - remote: do not fail operations because of a migration - remote: handle merging duplicate recurring monitors for connection rsc - pengine: cl#5235 - Prevent graph loops that can be introduced by "load_stopped -> migrate_to" ordering - PE: Exclude nodes which don't match any exclusive discovery rules - Log: improve IPC connection error messages - Log: make syslog less noisy - lrmd: cancel currently pending STONITH op if stonithd connection is lost - fencing: Correct the all_topology_devices_found() implementation - crmd: Pre-emptively fail in-flight actions when lrmd connections fail - PE: Include a list of all and available nodes with notifications - lrmd: set recv timeout upper bound for tls connections - services: prevent recurring monitors from colliding with other operations - crmd: handle resources named the same as cluster nodes - crmd: make actions incompletable after remote-node fails - crm_simulate: Correctly invoke the policy engine library - libcluster: overhaul peer cache management - crmd: Prevent use-of-NULL - crm_report: Enable password sanitizing by default - PE: Keep the size of the secure list small in the cib - PE: Reduce noise when sanitized policy engine files are replayed - attrd: handle removals of cluster peers and remote peers consistently - libcluster: avoid possibility of invalidating a hash table iterator - membership: Ensure peer cache management supports all stacks - libcluster: do not re-add peer entries for exiting nodes - PE: Skip unrunnable actions when one-or-more is in effect - PE: Ensure recurring monitor operations are cancelled when clone instances are de-allocated - systemd: No need to trigger assert if cannot obtain an unit (bsc#931271) - dbus: Use operation timeout for dbus reply timeout (bsc#931271) - fencing: correct choice of fencing topology level - crm_shadow: Fix "crm_shadow --diff" (bsc#931166) - cib: Calculate and add digest for a patchset after accepting changes for the target xml (bsc#931114) - remote: enable reloads for select remote connection options - crmd: fence remote node after connection failure only once - remote: reconnect_delay option for remote nodes to delay reconnect after fence - tools: ignore stderr from crm_mon when running via systemd - xml: update RelaxNG schema for crm_mon XML output - Fencing: Correctly handle changes to the fencing topology - fencing: Allow complex configurations to apply to multiple hosts - tools: Update regression tests for ACL fixes - tools: improve failed actions display in crm_mon - tools: implement printing tickets in crm_mon HTML/XML output - tools: implement printing negative location constraints in crm_mon HTML/XML output - tools: implement printing operations and failcounts in crm_mon HTML/XML output - tools: implement printing node attributes in crm_mon HTML/XML output - tools: improve cluster summary display in crm_mon - tools: improve guest node output in crm_mon - tools: prettify plaintext output - tools: prettify crm_mon HTML output - tools: prettify crm_mon --simple-status output - crm_report: Allow log file discovery to be disabled - crm_resource: Support debugging promote and demote operations - fencing: Allow semi-colon delimiter for pcmk_host_list - Upstream version cs: ef86b494a411ce920eb18b9b6541a3a0425a41e0- Update to version 1.1.13 - Build: Update library versions - Build: Move new struct members to the end for backwards compatibility - Fencing: Gracefully handle invalid metadata from agents - Upstream version cs: 6052cd16c2f455809f8088af76ce86483bf98353 (Pacemaker-1.1.13)- pengine: cl#5130 - Only check the capacities of the nodes that are allowed to run the resource (FATE#313105) - cib: Correctly add "update-origin", "update-client" and "update-user" attributes for cib (bsc#931177) - fencing : Correction of the log output of the practice node of stonith. - Upstream version cs: a0449d443fa5c834207def5fe36a117a53c334d6- xml: Correctly create v1 patchsets when deleting attributes (bsc#931170) - xml: Prevent potential use-of-NULL (bsc#929960) - Upstream version cs: 677f53216662d121a47b4c7683ec3749c614437e- cib: No need to enforce cib digests for v2 diffs in legacy mode (bsc#929960) - cib: Ability to upgrade cib validation schema in legacy mode (bsc#929960) - xml: Do not dump deleted attributes (bsc#929960) - cib: Revert d153b86 to instantly get cib synchronized in legacy mode (bsc#929960) - cib: Enable cib legacy mode for plugin-based clusters (bsc#929960) - Build: CRM_STATE_DIR is created dynamically when needed - Tools: Repair expected output for ACLs - Build: Prevent rpm packaging conflicts - pengine: cl#5130 - Choose nodes capable of running all the colocated utilization resources (FATE#313105) * Drop obsolete pacemaker-colocated-utilization.patch - Upstream version cs: 0b79da3e73fe2ced8b9602aa59d55873d857b3e7- crmd/pengine: implement on-fail=ignore without allow-fail (bsc#981731) - pengine: Prevent use-after-free in sort_rsc_process_order() (bsc#930368) - crmd: Prevent the old version of DC from being fenced when it shuts down for rolling-upgrade (bsc#929955) - xml: Fix upgrade-1.3.xsl to correctly transform ACL rules with "attribute" (bsc#929681) - crmd/pengine: handle on-fail=ignore properly (bsc#981731) - crmd: respect start-failure-is-fatal even for artifically injected events (bsc#981731) - crmd: don't update fail count twice for same failure (bsc#950450, bsc#981731) - crmd: report operation rc as advertised instead of status (bsc#981731) - xml: add RelaxNG schema for crm_mon XML output - Upstream version cs: c9ad9cd503f071391efe17d3c45d578d6f152acd- pengine: process rsc parameters during unpack (bsc#929842) - pengine: handle setting container attribute in the correct location (bsc#929842) - lrmd: move isolation wrappers to hidden directory (bsc#929842) - mainloop: resolves race condition mainloop poll involving modification of ipc connections (bsc#929835) - Upstream version cs: f47ea56b4ec23c7d8e0c129535a9b49cdbd80482- fencing: Correctly make args for fencing agents (bsc#925751) - fence_legacy: Avoid passing 'port' to cluster-glue agents (bsc#925751) - corosync: Bug cl#5232 - Somewhat gracefully handle nodes with invalid UUIDs - HealthSMART: OCF_RESKEY_drives could contain multiple values - pengine: restart master instances on instance attribute changes - spec: move report.common and report.collector to cli package - pengine: only kill process group on timeout when on-fail does not equal block. - lrmd: Hint to child processes that using sd_notify is not required (bsc#956626) - Agents: Fix the HealthSMART metadata - make targetted reprobe for remote node work, crm_resource -C -N - crmd: include remote nodes when forcing cluster wide resource reprobe - crm_mon: Support of the start from systemd of crm_mon - Upstream version cs: 195559d47b0e9186b5d131981f6f7fee96ecad76- Rebase: * pacemaker-NodeUtilization-RA.patch - docker-wrapper: per resource logging of lrmd and remote client tool - pengine: Avoid trailing whitespaces when printing resource state - pengine: cl#5207 - Display "UNCLEAN" for resources running on unclean offline nodes - docker-wrapper: add reuse option for presistent containers - docker-wrapper: only override exit reason if docker daemon is inactive - pengine: handle isolated resource scenario, cloned group of isolated resources - pengine: handle cloned isolated resources in a sane way - crm_report: More patterns for finding logs on non-DC nodes - lrmd: Use original timestamps when reporting multi-step systemd operations - lrmd: report original timeout when systemd operation completes - systemd: improve unit files - PE: Turn off legacy unpacking of resource options into the meta hashtable - acl: Do not delay evaluation of added nodes in some situations (bsc#927828: CVE-2015-1867) - docker-wrapper: add demote, promote, and notify actions for multistate rsc - docker-wrapper: properly forward key value pairs during isolation - attrd: fixes double free in attrd legacy - lrmd: do not let isolation wrappers inherit the wrapper attribute, or it makes a loop - pengine: pass node name of pcmk host into isolated resources - lrmd: isolation wrappers are moved from containers to isolation OCF namepace - pengine: Fix colocation with unmanaged resources - stonith-ng: Correctly track node state - stonith-ng: No reply is needed for CRM_OP_RM_NODE_CACHE - crm_resource: Fix output format of the warning from --force-start - crm_resource: Display the locations of all anonymous clone children when supplying the children's common ID (bsc#870339) - cib: Correctly track node state - Upstream version cs: 7a2e3ae6b736621933b24f4cdc9ea260021d878d- Rebase: * bug-806256_pacemaker-log-level-notice.patch * pacemaker-NodeUtilization-RA.patch * pacemaker-colocated-utilization.patch - crmd: All peers need to track node shutdown requests (bsc#917625) - crmd: Cached copies of transient attributes cease to be valid once a node leaves the membership (bsc#917625) - crmd: Wait for all pending operations to complete before poking the policy engine - lrmd: preserve exit reason string when isolation wrappers are in use - docker-wrapper: properly separate docker and resource specific attributes - docker-wrapper: set authkey file permissions and properly set container 'node name' during start - systemd: Trick systemd into not stopping our services before us during shutdown (bsc#913251) - mcp: Allow a configurable delay when debugging shutdown issues - systemd: Kindly ask dbus NOT to kill the process if the dbus connection fails (bsc#931271) - systemd: Tell systemd not to take DBus down from underneath us (bsc#913251) - cib: Correctly set up signal handlers - PE: Do not record duplicate copies of the failed actions - lrmd: enable ipc proxy for docker-wrapper privileged mode - lrmd: properly handle poke requests in lrmd client when using ipc - spec: add docker-wrapper directory to spec file - pengine: disable migrations for resources with isolation containers - pengine: disable reloading of resources within isolated container wrappers - pengine: ability to launch resources in isolated containers - extra: docker container tech wrapper script for pcmk remote - tools: crm_mon prints Stopped clones only if --inactive was specified - tools: display node names more consistently in crm_mon output - tools: Improve crm_mon output with certain option combinations - tools: make crm_mon last updated header consistent across formats - remote: pcmk remote client tool for use with container wrapper script - crmd: Reset stonith failcount to recover transitioner when the node rejoins (bsc#921102) - systemd: fix crash caused when canceling in-flight operation - Upstream version cs: 3e93bc1dd6c1c3f2ee101f754567aa007b24bb5e- PE: Support non-actionable degraded mode for OCF - lrmd, services: interpret LSB status codes properly - tools: add crm_resource --wait option - tools: attrd_updater supports --query and --all options - attrd: attrd supports queries - pengine: remove unnecessary whitespace from notify environment variables - tools: free allocated memory correctly in crm_resource - attrd: properly write attributes for peers once uuid is discovered - cib: assignment where comparison intended - attrd: only send ack for recognized operations - attrd: make each client operation handler its own function - tools: attrd_updater supports private attributes - attrd supports private attributes (not written to CIB) - pengine: Reschedule specific monitors when resource definitions have changed (bsc#914761) - pengine: Resolve memory leaks (bsc#914761) - Upstream version cs: e32080b460f81486b85d08ec958582b3e72d858c- properly record stop args after reload - pengine: Do not reschedule monitors that are no longer needed while resource definitions have changed (bsc#914761) - Build: Fix building when heartbeat support is disabled - fencing: cl#5134 - Support random fencing delay to avoid double fencing (FATE#317136, FATE#318381, bsc#970733) - extra: Use crm_simulate for the showscores script - attrd: refresh should force an immediate write-out of all attributes - service: Leave synchronous calls to be free'd by the caller - service: Additional pointer safety - crmd: Add "on_node" attribute for *_last_failure_0 lrm resource operations (bsc#918839) - crm_mon: Fill CRM_notify_node in traps with node's uname rather than node's id if possible (bsc#918839) - pengine: ensure if B is colocated with A, B can never run without A - cib: automatically update .sig files in file backends when clients update live CIB - cib: file-based backends now detect whether file is live CIB - lrmd: add back support for class heartbeat agents - lrmd: provide fake meta data for ra class heartbeat - crm_resource: Use-after-free when restarting a resource - cli: Ensure subsequent unknown long options are correctly detected - crmd: Bug rhbz#1181824 - Ensure the DC can be reliably fenced - attrd_updater: Allow attributes to be set for other nodes - native_print: report target-role as well - membership: fix crm_update_peer_proc to NOT ignore flags if partially set - crmd: don't trigger a stonith_reconnect if no longer required - Upstream version cs: fa1311a0159588385f24cd8c3530233f4b90f3a9- Add pacemaker-Wno-format-signedness.patch to disable - Wformat-signedness added by GCC 5 and enabled by -Wformat=2- pengine: Handle ordering between stateful and migratable resources (bsc#881160) - crmd: Check "watchdog" daemon option before setting "have-watchdog" property - crmd: Correctly add the local option that validates against schema for pengine to calculate - Upstream version cs: 3021d731fdeba29e1136c117a62f3201785be6ea- crm_standby: update accepted options to match documentation - cts: Fix bashisms in LSBDummy script - pengine: fixes pengine crash with orphaned remote node connection resource - PE: Do not aggregate children in a pending state into the started/stopped/etc lists - acl: Correctly implement the 'reference' acl directive - Upstream version cs: 03ec61210c82471161f6cf3366e8afc30d737d67- pengine: imply stop in container node resources when host node is fenced - Build: Fix building if ncurses doesn't provide pkg-config files - xml: Do not change the ordering of properties when applying v1 cib diffs - xml: Do not prune leaves from v1 cib diffs that are being created with digests - Upstream version cs: 4109f1539a625bfa3e884d19ab2fc42d7a4daec4- xml: add 'require-all' to xml schema for constraints - pengine: require-all feature for ordered clones - xml: Ensure ACLs are reapplied before calculating what a replace operation changed - cib: Ensure file-based backends treat '-o section' consistently with the native backend - crmd: resolves memory leak in crmd. - pacemakerd: resolves memory leak of xml structure in pacemakerd - ipc: use server enforced buffer during ipc client send - pengine: do not recording pending migrate_to ops for pacemaker remote - crmd: never stop recurring monitor ops for pcmk remote during incomplete migration - pengine: prefer migration target for remote node connections - pengine: properly handle ordering during remote connection partial migration - crmd: Ensure remote connection resources timeout properly during 'migrate_from' action - crmd: gracefully handle remote node disconnects during op execution - pengine: Fence baremetal remote when recurring monitor op fails - crmd: Handle remote connection failures while executing ops on remote connection - remote: Treat recv msg timeout as a disconnect - pengine: properly recover remote-nodes when cluster-node proxy goes offline - systemd: Correctly handle long running stop actions (bsc#948989) - crm_resource: Include group members when calculating the next timeout - crm_resource: Ensure --restart sets/clears meta attributes - crm_resource: Clean up memory in --restart error paths - Build: Use a wrapper for realloc() which calls abort when we run out of memory - services: Prevent potential use-of-NULL - crm_resource: Memory leak in error paths - crmd: Mistake of the set of the variable. - Upstream version cs: d0139e9a00c32b9bc1d7d206d6210126045b49be- crm_node: Correctly remove nodes from the CIB by nodeid - fencing: Allow nodes to be purged from the member cache - xml: cl#5231 - Unset the deleted attributes in the resulting diffs (bsc#905641, bsc#967254) - fencing: stonith -l option for custom log - cib: Avoid nodeid conflicts we don't care about - Membership: Detect and resolve nodes that change their ID - attrd: Simplify how node deletions happen - attrd: Clean out the node cache when requested by the admin - crm_resource: Allow resource restart operations to be node specific - crm_resource: Implement --timeout for resource restart operations - crm_resource: Calculate how long to wait for a restart based on the resource timeouts - crm_resource: Implement an intelligent restart capability - crm_failcount: Better error reporting when no resource is specified - cib: tls sock cleanup for remote cib connections - Upstream version cs: 7dd90226e10035340d6707d9fd2b04f2e0141194- pengine: make resource-discovery work with location rules - services: Conditionally clean up services actions - Upstream version cs: 5093c095c5f517ab58375b2b69ecfc5516c86b5b- Drop conditional BuildRequires of system-devel: it was required one line lower unconditionally. - Replace remaining systemd-devel BuildRequires with pkgconfig(systemd).- pengine: exclusive discovery implies rsc is only allowed on exclusive subset of nodes - dbus: handle dispatch queue when multiple replies need to be processed - dbus ref count leaks - dbus: Ensure both the read and write queues get dispatched - systemd: Ensure failed monitor operations always return - Perform systemd reloads asynchronously - Upstream version cs: cd7c9abbcfc620aa84194ee07aade142240db15a- watchdog: Allow startup without sbd - service: Prevent potential use-of-NULL in metadata lookups - dbus: Fail gracefully if malloc fails - crmd: Prevent use-of-NULL during reprobe - crmd: Correctly obtain SBD_WATCHDOG_TIMEOUT from the environment - pengine: add #kind=remote for baremetal remote-nodes - Officially support the resource-discovery attribute for location constraints - xml: fix xml.c memleak in "missing upgrade XSLT" case - Prefer to inherit the watchdog timeout from SBD - stonith-ng: Correctly observe the watchdog completion timeout - sbd: Attempt to locate sbd via its pid file - Fencing: If configured, wait stonith-watchdog-timer seconds for self-fencing to complete - Resolve some potential issues spotted by clang and coverity - PE: Watchdog integration is sufficient for fencing - Fencing: Correctly wait for self-fencing to occur when the watchdog is in use - Fencing: Ensure the hostlist parameter is set for watchdog agents - crm_resource: Allow -M location to be reinforced with -f even if rsc is already on node - mcp: Turn on sbd integration if pacemakerd finds it running - pengine: Fix the behaviors of multi-state resources with asymmetrical ordering (bsc#899403) - lrmd: Prevent glib assert triggered by timers being removed from mainloop more than once - cib: Improved tracing of callbacks - Upstream version cs: a9c81774b89f21f990be255f9862446d1a38afee- remote: advertise default port correctly, further adjust default timeout periods - remote: report timestamps for remote connection resource operations - pengine: allow remote-nodes to be placed in maintenance mode - xml: Prevent assert errors in crm_element_value() on applying a patch without version information (bsc#900296) - pengine: prevent disabling rsc discovery per node in certain situations - crm_resource: avoid deletion of lrm cache on node with resource discovery disabled. - pengine: per-node control over resource discovery - mainloop: fix potential segfault for fd = 0 - ping: Correct metadata for attempts parameter (bsc#899324) - ping: Pass extra options to fping (bsc#899324) - ping: Remove incorrectly advertised migrate_to|migrate_from (bsc#899324) - ping: Add use_fping parameter (bsc#899324) - ping: Correctly advertise multiplier default (bsc#899324) - pengine: resource discovery mode for location constraints - cib: Ensure upgrade operations from a non-DC get an acknowledgement - lrmd: cancel pending async connection during disconnect - systemd: Ensure we don't call dbus_message_unref() with NULL - systemd: Perform monitor operations without blocking - dbus: Notice when dbus connections get disabled - pengine: allow baremetal remote-nodes to recover without requiring fencing when cluster-node fails - crmd: do not remove connection resources during re-probe - pengine: only fence baremetal remote when connection can fails or can not be recovered - ipc: properly allocate server enforced buffer size on client - remote: advertise more reasonable timeout periods for remote-nodes connections - crmd: properly update job limit for baremetal remote-nodes - crmd: Remote-node throttle jobs count towards cluster-node hosting conneciton rsc - crmd: Ensure throttle_mode() does something on Linux - systemd: Perform actions asynchronously (bsc#956500) - crm_attribute: Correctly update config options when -o crm_config is specified - crmd: Fixes crash when remote connection migration fails - pengine: fixes segfault caused by malformed log warning - Allow fail-counts to be removed en-mass when the new attrd is in operation - fencing: Use the correct define for origin - fencing: Reject actions for devices that haven't been explicitly registered yet - cts : change default cluster stack from openais to corosync (bsc#894871) - crm_resource: Ensure fail-counts are purged when we redetect the state of all resources - corosync: Avoid unnecessary repeated CMAP API calls (bsc#870771) - cib: Do not update on disk backups if we're just querying them - mcp: Allow orphan children to initiate node panic via SIGQUIT - Support machine panics for some kinds of errors (via sbd if available) - Fencing: Allow the cluster to recover resources if the watchdog is in use - crmd: If configured, trigger the watchdog immediately if we loose quorum and no-quorum-policy=suicide - crmd: Ensure a watchdog device is in use if stonith-watchdog-timeout is configured - Fencing: Advertise the watchdog device for fencing operations - PE: Allow natural ordering of colocation sets - stonith-ng: Reset mainloop source IDs after removing them - Fencing: Force 'stonith-ng' as the system name - crm_mon: Repair notification delivery when the v2 patch format is in use (bsc#909286) - mcp: Teach pacemakerd to ignore SIGHUP - Rebase bug-806256_pacemaker-log-level-notice.patch - Upstream version cs: 28aee948cebd51305a2cdc3ec4f94252ce975655/bin/sh/bin/sh/bin/sh/bin/shcloud112 1557491653  !"#$%&'()*+,-./01456789:;>ABIJMNOPQRUVWXYZ[\_fghklmtuvwxyz{|}~1.1.18+20180430.b12c320f5-lp150.2.9.11.1.18+20180430.b12c320f5-lp150.2.9.11.1.18+20180430.b12c320f5-lp150.2.9.1 pacemakerpacemakerocfresource.dpacemakerClusterMonDummyHealthCPUHealthSMARTNodeUtilizationStatefulSysInfoSystemHealthattributeifspeedpingpingdlrmd_testcrm_mon.serviceattrd_updatercibadmincrm_attributecrm_diffcrm_errorcrm_failcountcrm_mastercrm_moncrm_reportcrm_report.pacemakercrm_resourcecrm_shadowcrm_simulatecrm_standbycrm_ticketcrm_verifycrmadminiso8601rccrm_monpacemaker-cliCOPYINGChangeLogsysconfig.crm_monsysconfig.pacemakerocf_pacemaker_ClusterMon.7.gzocf_pacemaker_Dummy.7.gzocf_pacemaker_HealthCPU.7.gzocf_pacemaker_HealthSMART.7.gzocf_pacemaker_Stateful.7.gzocf_pacemaker_SysInfo.7.gzocf_pacemaker_SystemHealth.7.gzocf_pacemaker_attribute.7.gzocf_pacemaker_ifspeed.7.gzocf_pacemaker_ping.7.gzocf_pacemaker_pingd.7.gzattrd_updater.8.gzcibadmin.8.gzcrm_attribute.8.gzcrm_diff.8.gzcrm_error.8.gzcrm_failcount.8.gzcrm_master.8.gzcrm_mon.8.gzcrm_report.8.gzcrm_resource.8.gzcrm_shadow.8.gzcrm_simulate.8.gzcrm_standby.8.gzcrm_ticket.8.gzcrm_verify.8.gzcrmadmin.8.gziso8601.8.gzpacemakeracls-1.2.rngacls-2.0.rngalerts-2.10.rngalerts-2.5.rngalerts-2.9.rngcib-1.0.rngcib-1.2.rngcibtr-2.rngconstraints-1.0.rngconstraints-1.2.rngconstraints-2.1.rngconstraints-2.2.rngconstraints-2.3.rngconstraints-2.6.rngconstraints-2.9.rngconstraints-3.0.rngconstraints-next.rngcrm_mon.rngfencing-1.2.rngfencing-2.4.rngnodes-1.0.rngnodes-1.2.rngnodes-1.3.rngnodes-2.9.rngnodes-3.0.rngnvset-1.3.rngnvset-2.9.rngnvset-3.0.rngnvset.rngoptions-1.0.rngoptions-3.0.rngpacemaker-1.0.rngpacemaker-1.2.rngpacemaker-1.3.rngpacemaker-2.0.rngpacemaker-2.1.rngpacemaker-2.10.rngpacemaker-2.2.rngpacemaker-2.3.rngpacemaker-2.4.rngpacemaker-2.5.rngpacemaker-2.6.rngpacemaker-2.7.rngpacemaker-2.8.rngpacemaker-2.9.rngpacemaker-3.0.rngpacemaker-next.rngpacemaker.rngreport.collectorreport.commonresources-1.0.rngresources-1.2.rngresources-1.3.rngresources-2.10.rngresources-2.7.rngresources-2.8.rngresources-2.9.rngresources-3.0.rngrule-2.9.rngrule.rngscore.rngstatus-1.0.rngtags-1.3.rngupgrade-1.3.xslupgrade-2.10.xslupgrade-detail.xslversions.rngPCMK-MIB.txtpacemakerblackboxcorespacemakerbundles/etc/logrotate.d//etc//usr/lib//usr/lib/ocf//usr/lib/ocf/resource.d//usr/lib/ocf/resource.d/pacemaker//usr/lib/pacemaker//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/pacemaker-cli//usr/share/fillup-templates//usr/share/man/man7//usr/share/man/man8//usr/share//usr/share/pacemaker//usr/share/snmp/mibs//var/lib//var/lib/pacemaker//var/log//var/log/pacemaker/-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:10202/openSUSE_Leap_15.0_Update/656a4208e6b8bd66bad3b29cd9cd7535-pacemaker.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linux ASCII textdirectoryBourne-Again shell script, ISO-8859 text executablePOSIX shell script, ISO-8859 text executablePOSIX shell script, UTF-8 Unicode text executableBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=81b3dd7aa46c2eda41425f43b37237226aa8948c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=3d52698e0c952b47a4ea1c616f50c0ed06b4b34c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=32c91aa378f566d768f32f771f2bb9c29a9fc3ed, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=36f50bb5b34b8290b75906a1527b921f97e90674, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=2c71de673a36ab2d6c8b4a52645e35e86e3a1c5c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=f3688491917dcf154391982b44f470a43a3100d3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=489a7cdaf540aeedff8c5f3207a72d31a7b83e40, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=105a1c54ee979f6693ef9da3dec038855a2fbf78, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=bb42b357501d0d8eb00e437fab519fab7e990bac, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=c87acbfb78769093fbb0083c0f4b74b4ab64328b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=1ecf6d5380ff34e2ff263e08a03ddf1ccff0865e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=05b9b1e7cb747433e1438c679bc6eb77df243e55, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=4b5829385df0dc00a957ac4ebdc6a713b9b8f127, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=3b042da8450a20f428fd727cffc60bea0de74ef4, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII textexported SGML document, ASCII text $,2789IJK[aopz  RRRRRRRRRRRR R R RRR RRRRRR R R RRRR R R R RRRRR R R R R RRRR R R RRRR R R RRRRRRRR R R RRRR RRRRRRRRRR R R RRRRRR RRRRRRR R R R RRRR R R RRR RRRRRRRRR R R RRR RRRRR R R RRR RRRR R R R RRRRR R R RRRCN'L] s~Gutf-8bb0a4ac11b8c6bf6a27d29e9eb425b20038c40db863ee632ee7dbdd342afb6c5?7zXZ !t/@] crv(vX0}DdV J1@0V1ivv>~wL߃h\;ҌCA3 cm X*e/N54a [`Îj}L DX᭝¡, ]v#@\P ܐ0*Zuّ w>+áUS3@ˈ+$bUDoU**umk/f@By~< fdKa8 9С7vObP 3J!' LvVCHu;D[-΂aJZf MaT3,"@:i`*buFn"hpy hFgLyL28hj,R\l7R!phpVӽ-'=cUzIYz1f߯$(\d~[%kLXIntV_{7@KI +TEdm<ӛ֕w}[2#M%8NĬ+]~ {:‘q gw)At;\|`Q?Hy,h@F7+]'љ10Z󹪷q91T^MO 8{] aQ[duLQ?|z'Iؿkseڮ{ւK Gyo{/(%*q`+eC=m#U8үwZ|޴LDz6jj9!aڡ%hߘ:xG稐aՙ:sg]eo$a=i3p2jx،Ł yW$b™]O0=,'Ts(HV-U.,˷ZB!Sg' ,ےe&@b$IkEEbhxmK 42-4#$$HTՓ E[l;Z|#0<ʶX9 qS"W2ɓU,˸ѥ4klw|qཊ4(JhWHhQ <5%nt|I0 : f&Ff$s щ/m]##HC,{!lɰ_e-SF")3)BMvo⇣99G @ˊ]8nu(ֻɗ]j\91ye@ m?Eދ8gT|.\"YS&ڮ?OuNXSWBZU pDĊrDQ00l eU&w?r߿FWǑ2w ֺ!\Xœyw9̷ z<0UO\}#$KZI-2U -QxTb2H?p-?c? ~Y}gWvu^V7\mJ:-!o'O+,R0;jxu[u]}:`V*r)3s@V{?խ䷯ܼjWVIr,y̓eczEEtT˞v/5D|ᢲuW=]Ki?*W\˴T}WV` %gKO;p֌/FNﱏ U5Hr rתVfF'by`}Jɀ>rv1|^p;ވol@;d6YmeBn9S`=1LJU A9q7tx#Fő%gdo͜^;SSNx\)+RNJuk>9 UE%x \rcP"=Z<6}* 2 4>1M뻩A<4ڿZ][bѸ1Oh^'yp,Nh J0ҭxcT-OX`8`ڤH\nƻR~^|﹇ =M Ze@ [i |-(B"*VNn8n&.*ɷ]ՒBmaɟ v)PW&VO-+Mgף*]vEg p )?03q*-li6zڹ0L8kϝ"VLWWseW2=P* k4+A\YSf*5OS/^]9yu 0/M+jʙXp)AlU_HuKa'n-7 hŲ(HL=JAݖ]ŀ#Qýu5WV0o8ӐAkܿͮpeU>zQO'hDhO2VcIWiBo̤iʅ@ke$jQYpCt,djVr-r3$M73^b)G(~btiTfb>TOM;0 tQdHu>3RXY=_QdM-k؎Y$zUӛİsiG|P% ʗLm;Sbxm#[ !rd3O.ţZa|/AHMږ'2#E<[b[+͵QѤFSio 7ğ1ӆF@NYҠsp=.I< ).0,ļ/f5z(wFV44fe4Hx\%_fW/oZ֫?}EF+lj/PΘ &` Szxr9W5bH#/ qzʂ3YW9ufN׻.Ñn`/R? L뜄lbP]u KgP9R<8-_ b7PEH/&9qU#tBӡBZj!c;50NM 4OW"q.7MN5BcTʏTЉoͧVOl7z!{.¶0!2q}4$u/QZ@k/mY!т*ֵ8)ayؐVPWNMwU`V&P%![=b'N>ULJk/!#9J'%c~aMSQܿod/éU)+)s8_@u1.xJĮ n>u${$DZ[ pY)UfX0,$%>8+M5{A ܷjrYBh#k xSMك'J5H) ]NB|NF>=gUO(`j&1(hLxfΣ^~KfLH{4#ƛY~+,8~0Ftr, /㻼_Wϋp (ǫ9]sb:4/RիQB>$Eƪe,K MD,T2 i[VykP'8r|tJ8+\`BVu.hww ȡ2,d'C czbnoB}$`%".x@^/Q#u\XVr #2ѥVvoXx!V{hbGBL̍ N BT8G,ni,*\gCh#h;"ϕp4 &FEĶ8:}('ٶ$"Z *%m,QGLBKɋ3J&\p_?~?BH|D&E[koC$/qhffxv a;9 jֽ1܊)>5$ͺz"̣7sO,;ǑD-(*oh#y5?C5/\y zvN2u&̿9}-DpVF:%0M0@ֽ`=nޯWxScy6,W-߱w#ͅFA%;)0P0c-X~0:bݫBڤOl܇;,inBzZ>tJ``:D/,;_@[ߢ勎1BcrWI fȳ1CuZs{PKؑBe *+WIe3$*" ܝo׺5'NLS'Qۨ&YeIZޏsj"wJ_xʈ|ꩲ;-Fyqc4HrЧ^BZLꎪ 'U#|pIuNBɱ bZA/ZMCi6LMcp,I"51-A+n\:(DX x6@йz x^tF0وz*n׺x<{6;ԃOlWP%*`~},A" h3h'__=I]'][ 5\p,]emj:HL{ů00aNXDK]8WTK?f▢v7gyif{.ƿba| M nz&D J=h/s|7-3X.S@<@8#L@l}?e4gI^U1@J%˸:L݋EJzFFoEp_'o_ZC@-ך|-p&Rfxv0P:#4s=#92v5[.<5eFx @.Y2= @4.ОqSC ')Y^޲NX0ZU!\q)$a {]WϊwMϒ A'1?FHJ7 (AFT%hR!lFr؄80X6Lis'wh *ZR~#EULDQ6s+eAdsξMFV^GMhk~"Lغ*Y@B JGP"Kaz U(lߔT:8c \|F} =TDxUʿ>1>O/$kv<]l y+gVC%G(]Ϸ{Tc:*mE\iA}̷ѕ@vğR\׳V(/_u=c4'xH >NM0ʹfH+L+º3g2kQXVLEG c۽E#Ѻ~Yd'nkѽ= L*InvK]ܓ6e HhL[:f}O=S}J0l'`hY6dUtSPX?㜬N#\죽!PR[k&eZvOrR,II2(˄ C f= >W0OJU@c?K +}zU_~tI@ۏ!|ϐ@%ڋKU=Q/j$"q뛝66?fEœV:&4X="F{a hڞಞdc"Y-9> iH V" RNlOa}ey5׎仞+ ^ ]+\}49%\~֢a,?˓v6cy>(z| e"N(ocKP&[uon `0RnP1 جdq>B?ui:חai^/:4beZ ?+#-tG'h/)&e儐H&3s}^aXvĪےV%fJL_$˴Ma6m<;  *1;@u#\p4y6k,Ll! 2u+c^6?L,؊ɼ@[:ўnE9 nQGr`'YX=y$k,sm'"y*0@Gɘyְ?xh,uxMv{DHsRwPS'"Eyм}P$e]羽n p> Z X0A[S#H& [S{ :#ٻ仿  Sͼ˹!׮[ދ'6Ay==բ{ve-tf̗Kfcx,ڨjӱ0v,EXb +rRqMwZT3Gmuu.W*Af -LkZ- Jc1dѬZ{yK_]\^':ٳ瀷}ѱ"[0{C\GE׮!>Ai ̘݃_\We~Wgal6z%X· lnqְM?}Pk>kQao=I3@kN۽uy}B9QyNC+ LCV~#$lZ_uFc]Yx]フ~H(z &df% % syͯi}8# B&\OLɋA(f_B%8D&Ѡאȿ() o: T(|zYX%$Eq`-7!2]rwkP"BRw1@ƨذ@#윰[Ȧ8,0t L9~UCLt;䈮cG~$LR*΢Y9>MSGHDD"R8&뗙NO0MAxw ݴhȇ]XYJ 2A8 [-)h'ǵ9J4x^0Umh Dת@Sz9+'0譺rXqe) f)|T*7 m{7`Yt;zGJ9UEI{|̶'nm VM(QE?*/5_ВYXf{N!̃xm*hcd I H]k E!ohG]PJ. ȁDէ΂"ς[53 N/ AJb~wًFίzHER{2>vKtLyDlCN7ãm @Z=Rܿ(1nL{9Y$l5%LIĄB[[蘆w8UVٓY}fߺ4Ia1cURjDf0$?SJc⚒CPk5pBs/ҳjP7mLh셸:=D΂5&#MLp|pbopk,UMz(OߥsnK|nSA'pBaF:fўoWx6cޛQ}3lnü}9o NE~B`,8^Ń%2r+b+)e^X,8˼;=/`>CP&; HdH;~T2Ou ۽IC`\G՗r$-Td4ӳ>$ajN âWZtβZ9!D8§kvսc8p e䰁~ԉ(nQӸ'rwܔ?dYiU8qCX,p*PR"jZ<<و~ʪ|w:`p E+D}(zT@:蔬-קyB;m?R۴U8zO̯߱U P.9Mxw C㉰ARہQ#QUŰ'Kœ9/kYGTaR7K`"x^f÷sJUp;I'=;aXh㼒ҟB~azaz:1Κ7y yz u6av7 O0x AodjYѶ£mK_E *ˊ6" ?iJ*W Ui*bUj#N/,Tu/iK햞ΈPPZ~^liԆ0arO]s9"7klHՠ^TBD]2"yu bNVWF^l;WKl!Lty^vrQ)I{6";z#R?[yZz{^ȋ? Ѥ SC3vn aq(g_2.,=@epdXMqή-#LxAϢůvN5j w=P=O a2atd%t+}kQEL'!ȍOqOKmK9ٝ`SM׈(<ϻG^D0s=TMϷ&~oCZ7ƒ-8C{yRr+Y7)^jϪ*6pV3d{lwpY S5o(2\QhAYi͕mwڦk`f4;@LO- f0VQCQKOH-Z7)^_VI\`.E@F>E9(fHKҺ]ie)+tjJ >pq[ 4>Rՙ@!& m:.dv bN4lG"X .ӏ!U:Th /N*S)R:d 1t _{dZ>"Z'x>ldA͇Rp\ZwVC6'oyOOo;vT̉Ff >51ڛh:v8)QX>Ljmw<=6wm6bXN,0Lv St'mZ vawGLaO,jkge^5DӍj+ԃY씳S%a@`BW j%t`ԦG99A*OZjMU"'WEI KOhX%ң~)Eȣj/VS w|wiukjy #t }W2^^} eu7K1Yb6nT2l CSPKl"}_b1y {MM:O$y /^҇cĊ|u:1` *ʰ1uCMu݈ H&z$v:&4=Mͅ/1wIXvӨ&^~h+Q7*68~7J,},BK;] upM]t׼B?8IN CUgw~ 4enʱ!䄨Z6)yp;|#أtMxV7I@/U| !qtmVTLf ,(xl59=~R'+o#:@+[g<;eϕ|6,+|)cv?!ͮ3 ޢTtkS!aUl)2 X(-1?{~Ms;wŘySD;QT v-RzJ)[M#ӳB֌탷>p '9CϵxUڋ7'q21ADƞJ1Lp(F*Ӂ2>NV:w %lD.*ї~~~> L@I:߹Z9 ZHI 4K*7Hx0mLPh|K&= s =gCQs8fK=sك~~"do{,,3Ky% ]/ ] T^t57ȈYO&."4>Q"J?c_Rx~0Vw Fn2tN(5qYIAl -ͻ=k$G(hBf/dеKt|v#T;jj=]-VkyΈiUcq_H]꠆!+_UIW# !"$"{C/vb#k5􄩴dc#jf':ha'1!$aEb r:j;*_@Qso^]<SH6lofhxG$tl*rcpG"uWC a>ҍb Y꼱\poZH,Vz7 J bpetW1H$\ΨVr5 xL4w,A"gۧ"_U X-To4e7gA%W,$^%>]_|#*I>5W<߉n*,Ӹ.m,SOY嬢dՂr +IgVmPR~h:*^X|ÔԱ{s0J&ypu>``wl;Wy+^}.i\H8SKճ&Z Yza rHݏ4I̱9W7n5|q8C햰7]-}!I4`Z:Aݓr57JYu1@I*F՝I~;|xմʨ-h2%lzr8y-JjrQ42lz4V~DA~eYB 0"Rf'+\kSl\Olgh<pXkN*izJسiOVB?,\MY[fsө+UZɦ |).vw𪭑9ȄrGU`d9 ,"3EY!#S F`9MN.|W@(⺥s"u>c!r$ Ռ̣*S|@:na +xB(XSG 1ggWj-`j{^N{`vH_?:ORyX`bBV+WFRs49/$E.X[97 +|i4y^8/Lg"ehtdXf3gD&Lg%v^P!Z0wռ:)g:E~:n b !jRj7EnӥdělsQ Q˺x{\T*~STD濆&6X[.4 ,'gb˱+|t[J)D`6'8%Mj1Kt#WNWQ|c(ښ$/GmݿeS=27y6zN5>\9DC4lIGy,BǪg.bkUT[^ [Rrkp85r[]8يE+To9qHkzMcVAVU d~Wua0~\4^:1djݺU35daeӌ QA둣6ƺF^/~Ee>,6]>96Ȇ6*V!A!KFDjՔ )}PtJ/?Q)2/O{_*uAvB=Nwl| ",ڗP2(a)oMrlF+&u6xތx9#ԴjI، ? KNM2^2'NȟMǴ.gi j1팎NrC;$? 벽ӏʹ+zU9S7t1< eĒ.܀S:~ i? -oep$--qոFD gݼa-S^XE琢5n vJp!X 07ݧRRhxjϝEz^ɪGO&r}X;7@FӂT8[ӧitj1h3oPHg76r~eKc~sbsj_Ob)n7I7l?J4/S#]NB+$T,LcZG5w^c$MG;(vA~^M \FJ|*I']P$gg&?39}@* ̩թ%Lݣ$< (JUZSSݎ0x٪+ -Ta$t6RI Nt(CG4]'.WhqBurx}mS9(nfQMyn)d0ؕ-9&)p+=ĸ!k)4v8~26 VD@7Zg%}@cڈ fo{`Thzȵ 섪$@Z[h>0U;}dN&uII̸t ],daԍ#bhMq6duwş;.4+=$q> ٣Ѣ3Nu=Un"MrQ#=评VWԧޠ0M\^,o.˓XHLpU'_%XX&v~&A4hz%̒yן_R,@qzQB2hF 0;y(6ҳFJ M Dx}2o̎/d4hrl.:1yI}d i[=3)#xG꧉' #o_I7CНذlhI0ŦN^Չً g.G e&nEN%L; qqW~5Dl.FSN*4z-^BW:J'Юfd:v͹Ccfptf :Yo]SAzCCy)P4zdS- ߯#G [w)^I]S8(Q4<[O3 6ckeSyϢ\o+eLmm"7a@|OYvJOeY9CHhm F|Z]uy/12 B\ jƓT|jŝkXYsm(¨ G Y^}\"Kj4p T @[d s^O" Ews%FG w%v0e$[>x~qaffcƿD#\emGOlLL o@7Mc"B wˊtgW`CNgyas ܙK^cRn\rum!1aWYqJJ K8͉]lw輠.:{}dHD ,g2$X)P^R!x?C1IDkUCe8D.iAuX-uVAF*^@1mYgmf}ۇ<{^8xPhF!ώ*c,,SzF}7p|Mm;W-  0 vsܐqLUmI8x9{Pxw9`K Ri_%CҒgW 0BdglrLe'Y/+^XXŰL[EW9m"{:"+sLzJ)!/ʢƊԹz+l'^Po 2n6-tgBĔt*՜褳&<+(^ IuʚVI!x0>)|SZ(.S8zPSdƈ_%FX}ocO rx:"I3L*TM ]hMtvME3=pcuZ/?DV« ?MDzn48_( 'b4v]v5q˶UćE' ;`Jz+i +o#Q{Ab!wy@Z jpɧE-Wbo6dn+(3,q7'4s{<1Î}Ԑ`#] +Oi,թ|0Bwm9%`Ӕ;nȕ. wPj!zZ{kʺ]j}1ek{#@ \]LT̛%&8QO]^48yP @ cD|K #~vy)p7d *(QF$}oKR>15xLUR<٪PܠoLi_Hjzׅ39Lwғ{)XM&a.`w/e|,N)TcA/a}F( Cqa+i?0GMĸ 薳|9ˁ!Pbԭh0s"lhvp&_/Vn|_E}V t?n u, SX95>F *\g\Mאּl~@ HR USi _Qͣ,Tm{vla5ަ_E,G]r yAZwy_ ?+)GD4:qX>G6XexLڝ@vż(nd%OQpMIthзf0c9QBOBytw7cjf^Xmau]30b:;9/gkX"^8Qvsl! sL5R|W$CEa5uЊ+Wp F$XJK)O.O<#f+hڿ9u8ݳ%Mfݻ5+ P_胮(M s:O}>&W:n뽶0.3mk v?fSUk#<1-ϓYH4[7<``TғɝaNdaHCsTϴ/4&ح;p9;."ѷ;\ojP"#mJֆb MsVP'y9Y?J}.U1B.AP]1ki7}4e=bYl a 9XKoiK4*6L EpXA+35a\Dm=L":S( 81Dw9>?0?+!=v=2^*$^<v?D[O[w-Kg@&s76lJ"eԹF'NaV+M2iQF[)ĸ?v閟HE/V́27Vv%vl>HݾGX E^j"Kȷ(fF޿ )7Zp`y8nk))p԰-Og"&ҴS@^C[Gf}OQc墳 /eM D!5c{Y$iݨ˧oLJNE#fwson&)IL/+I|i.=I)Zt"_C|0!j;|`)H(4dӸL>vo?cڭX0jzUFOC+ V1p!YZ9E2m,`pE췃F<+~h-ӏ<.= `TUL\6Y% H#VT OuCb'Jߛ$]IsEp@~@Zs|"Kq,:FTjnz=?:f!:u{(Siy̎:\.R@ubqK{>!fkV{N鯰[l TT53;Ǡ"WŕLK B5E K9q>PJ}(m!|A&fF+g"9M|}|xYPE:2+@2$ wEVf/[K*ȭR$sw QbKF}׏3囲Qʆj\_h'@ҕ7]AYx3IʲKۈYՅÕwS Ex_r:'cBsy qt"&`j`~*-OLj88i ~w&5oR\RGFN 9 C CFB^gcz@4xR=&sjHM4a%㱅TRo5ynkZbhn_+P,;Q5kC+R!t Gsd sq^I*WSrclXj8.Wv:56U*urJC8oQP0y-sOJ+Y!ɂf &,iSlxz MyΜfHj 4?b5a ΢?`? }o(^;{~U~T\B5Mer~,ƃ2DMX4I)V6[-@M;CT.V#Sq`j$[lLپ*쌑G;bii܁$L1*VAmp~ e&l; b31`3=sX>SPGvo)7r|rxGOG? |ht5%O!BkKكQ0kű y^g7yfPTí3O"Ir])KS2#-G rX`CϤ\\99v.kne4C콚Z<#]q7xoi~ڈXuA"iuH( I[Kۍ\Œ/m%#rj!}b5zc~7lpXCy}ޗ<,PPTlovsL5#j!a1R%uiMSYvt b-tv|<輹ҽgQܞpc콐` )suESr7sF]jt #X}Wtm8s3_H/"Y5c\4!قrj|6@6ݏ)dw`_;R?g͝iδ?g*bZ0R4[VK6&㈹rgugk{c\߻m f^`T5/0wQ}åjߒ-uO![f?U ~ PH6y"Z*qsum{t{M>eN,6F3Af-GHA[P<䔎.q[ۧ0.;'ܯ/&@ ? wy.# 3$~ lc4m6c8i\Y(B|'ƹDՋt{s}xY |p *Eh4LzK]ȩe%@}E  EY:3o dww2}Ub:-qȀ» Çc[훔X"J9@1#p:dr_He2ʋ_wCw7˕ } AsH8 MABdRĵ pX ňA?TyjQ&lrspuxwL>Uᬎ6t"PqH79#U@ʟtv?UO3iC7ל3]jb^7DHZ dŒ=R[a7qЂ3pyN*ȁ((9&SAMb$w H!~C)*ix# u<M**3Mm\ՀW˷~O3rnAQH;ե8~*E_s0Ptfǣ#k[S,l%2}?X]twςasnJ<JUs*f{ܯЖ-t /ԤL4JIء@C-pφcAccԒ)U[QםĹB;G1L)2XiR!_L"--EaKJq-đ{ k~o- r#:|p#OvOqƗ@7 h$]_9HJV ρTZT ,¹g"-?/o1alH Gr\)kt 9yjګw]O23Q7F\ tߦܐKO/] A`D8: CD;5_a }D{K(N BlNm|7m!%w](nMŰVg7fgcޤ'Cd}4;D<tRbQ=Ǧg"e躱%Ʃ~kݐvL.?>!qlA ʤl5 |M 0$IroDhiePmٖE@;|# $єD7!cRXO !j`힖ى$r$U xkᳱő[vEqS<(ו鞩0R* j>'E-Q ~KҿB(cB5(1d&Z$mtHVHbncs.CdR4tZk}kٖ<=osk; :l`lEM峗TaK"ƶcVNe?4`ݧ5 'b}h=(\ ݑ =ŧώ7Dɻ2bl?;dN$JLvoG@#DHH/FES-֑Vg&LWY_tTk^p9^_yď+7Xb͝>%#_גB-̋ 9iGt|s0V}9h;,֜m ޷bCPyKfMN)y[v'/]el䳀*N mțSX=xVY?%sz`Dl >Wcy@a@}Nѱm>UK.:.̆ wJ`{ MKÔɮcLJečslniGT䫂;Ky#U!(kQ`~}?2J@h#a@`2ŒOty辮?q(OWǡr_&/1ROw 41u_SddaۺNJfp/8^G #lEmQ ༣vjn*~W59\xǵOZI^͎E!BdMH2> /vƻ"Q߄*\|N eS/͎*3|7qAّU7rxn&"a }GvY U)H"iB& pp-^ J@yusF6i ,EdA4Љ Q kg ;]+;t>%1?"206W?d;&l CUd oź·5̀s LOQ'E3jĴf>A} (-<ihU7N\ߴ,Y/ZNEW( éXHVDcnt67 Coh'r C`"|˰_جѦa`пe/0 (p0QO9=bu >]c0%$W6!|v)a #d2s29Xڮ ʑ}Ng0}oH-1#ܲA=^3!A9sWdA8정?+7O{)`XW}  :d`Q6.GLxxN)zcG`!SV^9GQԗ .jC-*gWMTgiϷ2gGo8#,S }7CZvN-.Ykْ fQTHjȽ9,HKm^0ASQ ߚzzs3GO$-.J%( g 4jM 0en _n w,*5UKz8b*PJFB/˟fn A|.~INM|^ % ^1Kigi헿3T*ODP11Wum($ "R!8$܎Թ:W%*ɔzHZ@u" tMpSm% ; _E[#{/V>:ŐWD$O^0J?zy3xFyqQO>8xu#opX~q*\dBꞸ[{⃾Q5G QiKgvӮ@W?q5!$`+ܰj@Bx_[^Xz\bbėV"g'63`8Kq, KMok?p\&قJ#[=(X͹1o,rAb8n'MVVseoůd?beTDZo[UKd.^C!15e:H^Mc1p;4&&\31X]2` ,6mXZt\:E<{fFF|d3P{Aդ 5VYU3'R^,Ӈ iqgp3:o]H ]BDjP=3ՙɍBnp&*sc&f'oomk"@a/"JcD}ϑC%uҠ}-\Yg6gE_$vcC(ńU쾋rIPs _q _7L|Fxo8nL=]Blq ϓ5E{diآP aDYJV%3xFLj`"MFgHZk^K@[ڛEZc;/H$.䏍6hB:z8ѴFcCp~xV_fca8c<1tPec%&d}}.84?@f)A.h^]j0K^t&E׳ /)d]amWD+tnNJ}W/ZOSTSM|K3ȿц0 tUY|0 ~ٹKԑySw юwĿaS&49o|:s'T$ IsȂZ=&X\WA梳pZT:mh+A6L٦ i".wI3*-ܚ>zjcc y.x)?mD,zρ;-ifR&\N5hR~_Y`4}ͩ!7@Vq %.}rGFyxJz?^$t;Tꫯ,݈r6夋 >(ܣ*5-!T(Ҍv'/*z1֣.NBXbD]aHN]eLҜHj5<#* `_*LC HEq~hIU$%P2ʸ1<]$Hbr ˍTp6\f(umgM-eN8)ifhvxDpb~P4!8eEvl5Aiʝ5)C GSfCwzIMC*k"$P!`"[hΠo5+J~-4pB:6re2=j\{d{>N :U+m8ˣa q'a2^ rj48Kޜda03x5Jy,GTsiD=Rdr&TIu[}ӽ(Z1²BArEYC=L^`iLR%GhvaYbTn$k2$ūC1(4HI{Tȱ)>\y/_! (BqBh 2ҡ&+4yb.heٷl\E,[ WwȠ4ob{.oZ| ,lBY9㚭VK \ɽlŚQ?Ƴ$\hwP1>aVPm"EfnOܕN]z_֚##(YCU> ȿİN )>)XDk}b\8~ jP0߂ntz'hV cȇ0LQxp9>5]a|Z*κɜ.JHrk$GAY+F'vy:l5e1 1%2w|n-${5?Dٴi.<ׯ~u=ӬN]SOg]6zP5&Ǎ qݼK. N>d w4M슫fi樸\@Ό/ANl<>Q*cb֫w'h7f[@݆r6탙ARKf!q9Ψy >}w"v[{@O#P|p{"ඨCpO*,H#&7tVRbD6) ] ir2 |1nU2x_aW"@;5Z*nbqnmkbTZ 0o'%dtc6Þ&ՊD~ez:a8!|vl-Z{V \oQڸh7OMaVɈڢI.+:(ynZWhIK l@~d mF#ڑ#/G\qtztM(׍o+4i%։I\p qH$hPt32k|mC'x.& ɺ`{Ehou#ҫǖ,8kꨜ E Ղt1\%q l!tpt}79K+Ҭ pQ5 ' &I./4S6KPv.΀ɯ.> Nfs@N-07c`J DWɜ(D߮ot:\Hޏ ̒q! Y藍kLc>8" R C|2 n+Ê5{ae5Nm`Mi0mt16~ PȆ{A^fS$R4T(Dc ' _-nGvr&lLӤO0Sb-VXyLEnA|$#aNB&6EQ=:H@ _sHWUJNض;v3cw[Leg}1ߏ3C mM[aNj+szMj@QXg\ڳĶp)yp Ս~=8e@WPz 2Wfe|l)#.og>U]5P)|mF.V$c)_X a".?}G'<\ qN I1sh+W\dm+^Wh[ b@3W1g'l4^*|;"opJGR<m&//.zy]] ,8pv^h6 Xx^}VW>FRd^0;!|k4]5O=Ϩ`LcIe˻ k0\M+gNN5eSg|%=\3HB0+Vy!p5Vj!{&sNqL p/Q ֤dJŪ ՚]7~Nj9hM@)37=07II~U0%K~@ FNٺS RP:{tboa|60nUζhYӪouF婠֜n~,=dYEQ\K.5%7:䭌"+~$X!֧Zʄ!h^faݭ-;fK?/H)HYj{n%C]"h=f$/OqR[~1#oH/'.C0ͤ;:4:G_C jJdTKN-/8oaJqZHmB_po2 ~}-CM*0^@ъ4mBq;nK+ dP)[݀Fp<-Q|L֪CH{!+јf*G竄 ({cG.XX3ECyW5s;pfJJQ*4yu{ΚOqNuS6Q"QgBJ<_'pI?ەβseuB rzGq}? 6kiw2 v{ YﲗaG9q FJ43@&kϦQWW΂ fx珓" lڏ*0Mf,Ӌk uA>R5Te`Pbʔ]Qr\ lC[c v IDT89 K &{MB2C{`xfx E_2}Ғ9>(;J#Ɲ_[BvR_xk0}NX/MWs`MCWNuv"Dxm%IJ?:B·(Ax )I~#toXX||!ԉq5P+nS)dvym=GY\ O!m1x xC? Gd Qe2>F2@2Ԇ51MI~[dۤjApۛb6ņϏ E@]MK\pW2{Ff Tн.00c(DVˁ.0\3y3t n 4"q,|^4W?­;crgog 45Ө>kWX"6S@V 8Qy7aFm{i3l݁)HYn a-U`H؈l]j!a1Y+Aysd;Z\cA#4aQ\Z* Vf+@:~ru (,M]A!1L\IENzUiwQ]qLqa<<KRd,ձJ偟IiD`" }T;\}#} n)*tW>q,JW:ζOǑX"7#PT\V96d|uf:^ `p5a!<`/"&kT6A󐢓d}.c͑S\ur|$si`qAu:ko L#mɴpiꩢQLP=xu>zR3v;]V9-o{W`dy56ٿx:cB FCeHiQJSYDl'IeBu;&G ,wC ,,kMs;̡*R:*H;?Cm8MP#r'@8dRCu}՗4՗@~w 7y\89z!ވܙJ^;,'<0 ͍Lԋ&c N٨c[դ0` D#f;q_q癙Z h6%N|@Q.]OItْѵCBDz}&ݻUw418@Og軔3Tfav&[c.(2M&a>*c=^"kdLb &~W\<,Dö;kTEiRuAOԡB1Dbs=yQ=f/2: Qm+' 'ѦD%R}~v]q+]8KMGaZJCrq5g )x'B4,8*hۆYzUC&nu?iSC5K|"(8,*A6iH7@["Ei iuj/Bm3Ѩn?d3RPbBv@XTCe^Iҫ̔7ҏ!c|֓Q Bè=$Bw \Bpg#o$|g }Uک!o2c_^|yoyR+>q2Ͼn>_O؍] !?flt8>KO0j 9ClZlS5CL0#Pt$Zg(j6bv~'N I~홉i[vbkn^$=u:I7yDo&ɲ3j䉘S =Ob\bH)Q bvh+#g1kTp4e/D39uL*IoENs%'ve T#*m,Ţ&qgSsVBǬA^.pW:8 4y;JeLWQE`ofFDG?ΰ~&zRcg/eF  7M=Ҋ}zQc妔ekjln ۽L,HL@0%pX57Tu[?~cN%s_ZjụQ ㌌iN'Ofny70X".1qOlBjeWx)C!lj$IZ53ۜ(J{Åaau $ly QqY!@p7t(}P.`x ( ״!FQ^DB| Ο"^ΒN!{aB NiDv$JjBĈ/PuIy-KC1V8] @ o5e9ZLcISjDTWna4&z}XZ3Cfd%<)I&Mp5AVoR/  sBҨJPG(,:I ^;ؼ23-|YدG!r]oK~]ʶZPS>0+\ǚp1qp& $ᐑ3Z"ZGܥs}W&x.F< >cPO8~Č+"(0/@4,GDSA^c$?5R۵P+1 Uߨ@L6;r*5iV.KxsQa"Y7.P6BoS _iR"kh)gsʺdA7dC8gA?픦E ;'#h҈j $_[gܮǨk. BW%Onobr?T D H#n ϞNpOix.M"/g bNi$J$`G[2qT+8U2t!vuhK 2: ߔm`; H']8ˌ>twR@6c@H1pf N}7RJ㊜,n5rCzwN'llަ;GQUb~.ٌH c%\zQ,0X0龖|64SKbg_ '|%@81 dy:ylj8'^3(%:%",r(]ܚL?l2c#BS4=ὶ \CɁЦ0EOˆ?ү4]ktw>mj^Q?V7M5 NM:;= n`Cw~BF{RN0􅧟iE]#dzA `Y)]ҫ%j8!( [&K9xn.c{-#kOUO'1LWQ%C/ӼY=_cy=X,i(30N7y.l,][7NJ1CT^Q`3QxRYxYm.xV(gJf=n z M<ӏw$}Ό7#4Q?)0&渀z4"y c!}/rluIY'DKC-{&y͇HRyr[avjzUw+dC;s X+2 V YVaq'% c㨭zPPŞp\U+3wQ>^,7᧓`Z#V'xဖ ϑ:eZ"yzlȅJ|f⭨6BϫVB=u@W7y@&n.1MSP Z" RU#"*#)11-#. 8«JWr _Қ:\;$ĝ>*).Yg?8+  p'?xbNje} Bg^304w.! 4k]?95;Ϻ?f6ZewcvRBJ^ _y@)#0%n'vfx.Ѕy+ Gu"&}J&: *{%fVy7ȑk'ј&\WMCi& -ͣgoWe谞FVox /Kc1!y;f&c>ĉsH:}Eǣԋf=ݾSUumXT OTFqϏ''m~Rm?)&ΏBx7hn+c-D\\,qwK6( YS1'7vvLU$tx>*T[}cH _0Cl®@4bfՏ܄E߆SI7j4im/ie:D,Ęj#kmXʻ%`GU1 As O@#ށ3NmiZ//X4b$!\Yl$4pôay3-+sbϕJd_?-@2i 6dT N0Qcg A3VD`Q%J)ZN5g7xc$a% 9楼G_J uXQ*k,ƚ*92=Gfmh|-]MU~>m 0'Mv? _ f6 MLG-[07+5s1<? q[pUXKREq{ ly1% )P' !R3향RZ&ka~Z:&h)T £lJś9v'T LɶRU|'%zӗ`5*{N4¶AxLRiVҬ$+G]G1j^WPΟFmxPBO8nA<ߢP?:ըY/br0:e.qZ;i:M-<%zDp?C:@&>(O#M$S1qڭNTk.$$q$݄`].t*˳eH0~5 [Y#\G3EوBP`Nq.G=:SesU B1YLIze\>oU;eSŭ &CVI` k$KaO &0hS1TPe$jua- *:֯^SrtKCW^Xj1J_)I@_O|=خٻ Mɗw_"5ZY{O7O\;UAjDS$(zRZz} 4X]0\|IaKB H]=44fm! Eki!S!sD$wGPf'2lJuʵ25#^g.i/˽.dQI%6m%TW\en*C}Tf'E4sBbvU7)ʜ]ehC6i)p![I?Ұ.ϸ)Xbe<$"jbg7Z%Ǯs h'E\BGY\j(eT\G8rb;KHmkJ0DnK0gJw1BlVdZa؉BIJm T2n& tw p⯱1˧AOnQb2ZlQL͇\Bcymt|Q.]5@4E.% :gL'Qw`Mk Zw'V4y&EOԀF5~I+Mޗl:ACe,".޻&5RAV|St&/w`Y2Qirtd?RPLi&$!"49Dj0ChAh1-FH7 ;&u{ { ]ZL24V6k?ȗYR$54"7K :I"'f/֓\aP ←ljc|([y7O4  u(qPzpE "vzs}e\Iܕeh˞d|W:֊A!PRE'7D+{7q|9uRo,W}?pPPWJ %vڐ((nV%‡ojܷpƘ Ϳud KFc>r8D)| 9!Ż@sNOHP7rOR/_\bZ'U]'$#]?]Ҿ ژ368ٍ;r@Xb`.^ب` ;H7H3`MQ[g7 q,<5(12X=DԔ3.8Jvp 3ˍSiĮmG_Yh+~a.q+ ֮uU+8:^u&,]5Mb#}epIݺpa.|UyEQc2g(!3l,]HU%7/c:ƁܳSl}sO:8IC^v1r{3[h1= A#Yy\JDD31Jyau$y+r+Je9wbWچEFm {D @7 ;6-3ߞS:+jg1o8kS x.tYYz#&8u=e=ɬfW-eÅ =|>2ro",O?[Cqt 5c6 ?8 ~n!~BvP:ے1)kZ‰`}n~xo@&cN/|v0H@솔!!P'(3+c'FѶ絃hJtJ| 2$Nd%ci'@R8JpZN1 jS{.k a﯅-,4‡|ZP;+JhDOd' i֞ʀ2&l1(WRMAT}"yy`2f̉עhzl* kcFzgy$&|PZy0է2OKD_)zrE; ھ@1ٖ* r8B4{'bL$Z 1y!#,bW2^CO =o|qhT3Dݡ}nïbJSjq)$!JU5$"_Ӊ^ޏ)^h:bCϒdG jUF`.y*cTPn2 34֛N||Wl'O_~1֤bbK/ԩ3Vf̴M+Ϋj) @I1&;"$;aumPnAʝD0(f( A86<' 1clQ@zeVwȁQ:Ő 9!MځM0DUV7x%A'֟k[93横_CV맥;7ҥ`;WjTnem61i>s_ |!`o8xt<ͿF)aigP Za=5)1tB_5!9 2ςȑM|Jpn`MF2[h3):[*P 4,'^j5 "yB2IoScF5k _Uc3鄡H5;q].#sww`wGwhMDa#*DOۚ_%d"Pwmw;zg.'å!&vߐ­>[~_d>{#c+ hסՔu?8֩B`ڜ$d !yz)9oHE5?;ђ`+^Kۇ膋- YVw{3 \DWDnyOT"AxLy]4#&PSdh;C+msSϕ0oh~1Wlg=zD-0kFv@ԂPIM !a)>F?EoO__Q9fȞ9(΢nx8>Wi PAw.b+o'AxI+;O#>_qg%|I3׏@//rF̬9*u#|2^S )4s rSi.,%JzW:\mexE:RxA9ne%:ZpS1#pE$xCnXcl%sØ! acu c1Bz {$@w%z 2Ge} VZx)!"`k. ui(ל@z5ӷ:9u_|S~(eu2Gp&M?Iolop]i!8oMSS?l_h JKo-au'rxu@ UZ|^ >:D#)㮎m2rNwqE) 2QltZsv9Jf^7􁱭`R͡@oo^)W(~Gض O.Mѿ]bpAL |<;;~~nNAR⸦-ܕO XO^piM 3lR-w+̮pAd0`'{nm: K \aupnc)3_&'ٯydK> +ys]W2}cFk%}1AwKAa#\]Cb#g~A(lhe%0,#9b ^ Wע-94|=ҞY5wlwU>wQpՙ:;P$яEy*&R{WJܩQmg6S W#Y׌OGK\Ե@a&1F-=axpZ98+ Uxj>˃7#.t;!:dpklΛ(KYNZ_R#jQK @!g/G$@<9Na/UFj L HȰ$V_-U<^INЊ]Ak`sEp/En~ <%Zf v}D5P+ÛLѲڿ tFр$S UP:u”Ě'4FĢCb x¾hbk 0競ǘ=3D4zgk 1J/LsM?/%&4# +bҨZt~W03r¢ſYԙ32 HvE0h X9z;&(F+ zLDKϸ@0U%AQ V/\h+iɳL>QpZZvN$\JQHD0s 2H+Y=N:K;M ড়<1I OdžP{\; $wˇFҰdCᴯY}!KqsNLy]& Agᘚnza>61yB;ٝoƄ. h@/Txh#~JO&&c|#8k:za$iv#}M@QǗ=VӯBl9x-=zټZ,!̧"ShZkoy+^cc͡wl?Zل֥+ yk-h;|)g5opl|42YgbPIlex9N ş:#g &l9;( \y; -SC,A\65Q63BuCU-K*&~qμ{#s̹vC8u)X jƂqZ<,qWd|l8$s̿n[jw AԄ?[- M:Bӓ'{j]&=zbTiQ7njfOCZr/*p9JWrTACږIO=9=vBjR ns#*F1/S5Q"855eG_x26zr2M'lyYؘEmxtTIIʹ-Ec跻3 { ,Q~clxN'( Js6+L]¿뙄f G4q>#^6WfųcĔŦJ،O$0nF/;8 3CgdL Q?`eMӎCGᇪB!k}j+B]mj/R[:9"+c3M}R=⫰ѬK|2J̉<,_@лH.7 %$MaқjzC9 r#鳜+'{W[I^FX_88VJB}YǢ5@%PP_<ұYO. "Y;n1+d07r!v!2Z(T,_ejC11 ϐ=u,1ƲeX`(L~-v',cVVq; J 7â|cP&9dXQcNPZ/~-쩫[%ۗZc\ %N^Q]A%8u~^e@DSsVM  %VEO(4r-Xi=O%js*[?1q`1!fRs/%Yk͜/sd>5b3Lrڟ5XZrbWbzJوKlg =+ B+TKa?k ʵZ~DZQI:pрbXGb2L0>늌+Ӳn7&ٺ"F6mKFZpɔ9})]InW٫qo;P~>B:z[!&nE4iBN<@e] e-Լ%UHԮ(Y DE͒||OĂ*$ CArr/5*&<\ڡe7;%pQf.aؔ.@x^>bg_v9»%=*F5ۈx= \9Ϻ kce 19]㐗{`rx[0U F6iºI;D?|YAS)`m}cs:%A[v 9Yj`Gw_ )c$l ,ws|FGl. )´AeEUJK ?"X;#yYu"0ƷUKħY"lQw _ndb_RD=k~/Y\u Oh[EuTT?wbCMNDHtaG)Nw~{7B gZX3}*2d˰$Z"yed^l$j-`* /U}[b4xLz<^"ڏe%/(974Zަ~i|#ޏ(躶FGrBьrt4@=GNݤ?8}'(Pj\{ w/UnM&!+={A'b5lT0XS;A$k,%`vJO'Ua. O.}p_ ;yjp1I2‘b᫜$R  \qEO˕Γ<̓٣uW{L aB(0|$?Pio/S)CݟMz)24d0Oղ/Rc{k]v igi8,crSRE5 $sa i @PwyDLyH!j2vP}6Dr ς{piPǃ:0j+S12_-CXeHg9a[\[B~4? w!+5X@⟝eB,sb9b1Bm7|sS$)0W\yŠs !`9#hYF/SM5kP40BC$c -"Uw6x$og(zEhD[Qu0{2\CxDf}i,%.f~y]1?vNxoi TpyC.w*\9MZ/-ٶpڤ伲&\>P:m3]ٛDMb vn؛?-]a]/dM;8̣#&]*şK1F3f:K |X+! i[dXBd|ubl:zT37uakzӯa{{}::G[mHRAfg 8BDp̓Xxp*9ko%OzހiMۄϜTGcO?zo1_ C :ӭ"C6 weeOաfӬNgl8gY`$598bF wTä'fcְᗐ<adv2ShX2Ԁ}zq1 1M93d6DU]Pb5«['bׇ,Qnjz2mx{ae[q-f:) BT' tO_ުI7.5 IuS`yV;eMZ3iɳTqEZ#S-88nF,4FޏW#)ФG9Ŵ/8LW>0 %9Xt3i;3{&wt/m^o%/,&$7 # ,f9(P0W`>\ jR)AtBTV%26A7{a'Nf7wTp"4ɲAr"SsЂg"%7F< !WQ^5x J`9ElذɐK$WJ c/߾W#(" [x\k%NgM*#eή`'~xdUs ۢ1 Sǯ11CO2evժZ܃-m%bOf5X.~28GW |}_46^"[d.4˞WH̢⧨M϶az4V`gitj7o[I=fr]Cm>!a!ߔr>:f/ɟU *l" 0{rS{̑01N=~W2nbuQ<) kFjf2e;Cf+QjҪD^%n[#@l[=\4L"e, r)4uF`?k6&Ek79tYp?Lnhm%RЎ!KpH< œ:1D-*_4-N+A} >ڟ98BGf<Ӆe%Y3J#@LO6WN $9#YiRзCv+]WJ/Z8Nt]d5ɧixK )MC^aˤf/;Qf:~S?JmRcud;Z.Aq bt-#Rhpx*7x}bW)6ʘUbNx NJ'isQ[&AՔE XC7Cv ljgNv(>oP YV܂½u? QEq+ s$4J5wJd3nM8 c~읺RI[|"CZ?6{詋vI~`{ސ5?V(\S6+}BBgjLL1MY/'$PDw5F&Oе$/ʝxX_o5oю^lh,:^ <5scnc#- LCP]Sh·6AVG`U T(N8'dX4m_.e]ӨTkr%vҹ/4 ɮӔJL1f水6 |ΤiI*yWɦWe¢v憋ryEUs@BC:qWH`;X}S.kڿ=;f|]ى4HINL|.Wx77 N5^r)Z[&dG6Κ׿fdTA3bU#[qA.xk&vw!y9/J8}->dL 裚fݪl{&<L }:\^4g3"[;g׳ˌF|#"gCLiV)c =+cS1³cng)␢nUԃW K_o?(Ev\=%BhtӟhH^Bo~TBA,5{7q{dOfcJiƩ:XWSƎ)@.WQrY9Zs/8ULYQy!ƴ02b3CI%[ ݔ⛢ t2Sp54  /T' n1S6u2};,`[_KayƁny=nV@co~gb~O5d%ഖCR3*=}5HZ`?"Ą&bJ`lh%~S$|l ,j Q'9A*(s[]Zs7hWaY<-!2޾2/b≠,I3P%-ߩ4w+Tg^ #T?f ;hQ]F9.$`fQ @P;[DͰV\9'w;KA[' æʼ, v;8>S}Abij r$["h*$M1r{4UC~v2#^|.%Mi)Wz.\8Fy\Fyh6q0!.JUPϾpTu^RYWo4Ntm, 3ӘgHu@MwD{G7''bu8&4zdx"^-\+ν<,jm)oIG2'^NbGFS f6mް+KMJqC)gwͽZa;@ЎT90v>B">3>mtF6Si#7Mm çm@6AOewYk\|ž/nIGN gI+h[xwAe P-[/Ř3|槕Zl`*l#ڠgΞN`RM"Sʐ%^`:vぜHD0w0HXSFJǘ?tK0ָwu3I[3EE5HL -=[^]J]3jY/JȈ` <4N0wbXig!+uc ev'6v(Vi1- c?*vt2i)l6tԼ=R|Y'^~StWvjx@[!<8X`[?K5ܺh;s-P\}; Pr")(zi7gkxu!vʃ-6|_'z_ BbBՃn7\7`_qi>|Lɛi#c󮦈 ›gUB]N+:dzĨJC(sc0 s ͔,O/.qosBt0?qYaG+,ΐ?aEBC0kI!Rb'/o1G \ҐV!@B]r>Qg={b>x`/gNQ~q+~%`:@[?ۃd9O!JUszl1&2Vl⸚f@\5Jx5hߓMHm)gʀ[W 񋨲B&Pۘ_^ldMwݖ#MPhnGzvA/^`ÉV3n7Q!tB|B~%¿Z I< _H BD/E} }['f` Id=1!.t*[et 1w~Mq$s$w>^9ZZЫ%z&^$ˋbP*_C~ssSW шMqxY m \\aٍ\شI(㋥[2ÒW$Wcn-(lcz(q}Ȣ;r ns2@%~Xm`,UrAmBVIMT?~`btSmLxx*`Zw(Dio0B :T?.[C!!܃@owXδ7q0RݦR#(Pևn1fdv9 Y5L7R0̅w`+ښ}s@ ~@M6(i)*h$@$#^F&,'/oa:d4^۠~k\2v ։s䞮J37:{۸sSHVVo¨N9lv}k{0 {d@0,>FxZM1i贺 ~Աr,t);-{@F0Pt{o} V|*^.y~y??w+zԷC\Mc;^MQX$EFDA U3ǖe{nH<7,WdD"MVY8cRj>5-{in Y2мD ?}P9vzEtk"!6g LH_Sy.1mF) R_r=h}DS{bQaWŬЩ(}U35v=HT9ҷ:TqU`)ꇳs4#KEUԍ%s]͛ÌDԜ?} ;\i!4Z5MEXb.Kx aN#\K3 ȃ' `[?O9v,3gMbK'2s 0BULÃGvM%N4' %.XP3ocI=wÈXVW'sC, |BBtTLܺxzļ4>8YB^SX/D$L\% a.rO.3,'3g(M4!-,PkvqJÏ窎{Zü e.)dꈫ)0ʚ'Tad5]2MH[P:Yj۳"K@1/JL%}\}Cw(L}%|9AZef7ݴT1ԀbG@qZlmUj% Z yJـP*"a W` s[fEq.{EL5J3!]p۾7)r`.!~.''ӫR9w.*&<9Ner!CGsτClyhQZܤ48T _q K"!G|Xj\0Fc纒{Ss̙- lQm ,iC-[МU[Ʒ& 8 g a?`#,+.r-83ZqrV82s#ԋRsԫ;XO̍8 `W0zSs7Qqպd/]~A׸!s%zH7CEmYҨհsmEbln*K=EurR0,ؽTyȽ"p.<;I0WwuFra;6UJ (2æ|G;If 7V] kOVᨄSbf nFN5b KKKbЙD0F-HH\m3!OGfOAa{*y:@ma{Q^:va Hc)L4:tI+Axމof1ƺ̸%cU(Jt\ ҷl00?y* Sf&F.R OIX 菠Dui[I|d,yI-L|snJk<AY`P^.}I>{nrB﷝ l]0n@JFYr2}򱈭珳i6: 6ޢ&؝Զm~Zh#z j/V1z@:H v 4pc( n2VDvz!P{>OeBs+ҬU'mqGsЖVIWꤡw ^hZJ]6145Q6SrF/RSn,6   ʝ%U%xX0fQ>6l3^yodbJc1QMgDASNs w ؓjRH䦌+7̋yHe :F!%a=P27v} C;*(V}8DsqL('ǡ_wMy*#oBv\3a:~tP;4ږҔ$$nNu% )Qtӎǂ/Lc v;Hx70sI&P}a7KPw/٬RʂsůĔm'P,.jv{oq*} 7 Fnbϕ[`5OKp\$/kͧrڗOzUZ6Gʜ1( Q:f䤏IО 'yYg , ld7e} *mK(K z$v`{ؒa@7_ӣ`4_3)­oY7 ˞O#8KYѢ@q}:L5^Lu"sաoee (qG"T[1{}m+|fWn"onh=z B  d&m'ӝ<يEoot[OP4sj5 [038eV9+rk E>2AՀ*+<1ʛR(PH\RA F'7KݧY*ãFj_f-<>dwYaZıeg ? ^BhnmJ$gD֛u +?|c{2V |tǪp`,G*qJė/.[8Gr'ƛBAܡ"_-wE.HlпM]G?Z>t8F }Կ1ݷb駺rDB{Oz|~E5 6|8e),qki7eB硽-8?·pߌaY A o%$Y!> ֬!J]*Gb}bʈZHdJ)\NAG=FHhCz3i !.МL@Yk09wgV͠C ܅ MmC=CǨISF-wbh$`U6PӠd7>+BHM1Ed8[|זâJ΍PCa0{:RCT%H^@߾~/bـ{\A^_TGߕ bZ:F¹W &ۍpoz;>?epnuhf^us8mAӥ $==ݳYlXktvvڒMA1Qt3+bmMf&?V(ЮCV _g_5C3ga1pԌeXXc&y?eߣEE!'MSsJa\6to'..6IM;ZdT{M#2ZqXX qDu'ۗQ(&g7+#]$id= I?i RkkQsEHEI,FnY\3:dlcj(^*AGx xZӭObBu6y1,YT ^k9l8xzI:0,k*5oUIXvEkwzχ;p Iоl'X '7+m3(c5?G̶1߃1c,Mu0 ;& 6cP0tOGEL\gb-6{ۡœdWV]fz\C9!kZ~c%O0\,bSno aTDV/ 6 I78#x9TF¨];]պԕ % !aճUl&8=X~/wyD~lS;9Z߰2\!g&}L=>"`+&mZNG!XKϬ&=CV~WzV>y[QbD5Je g5),qea8Ћޏ1*6R tsUr:~Sg'f#!2pK< PO<1:dW0GSY785'&,2;9f" \~ƒt2tGu8rl$3n8=ZyaͥL&QL( (܅K6C9~hb P|\Үnq u*B:(+۱98 r^Eą)¿9cVTAME.AM߷Fopu7k`M^jDx'% \^b)1'f&$doӉUw* ٷa XR|r>0OVזHЩF!5SZ[qn+t!d=Vٔ)P1 Ro['S|-B9w2V5dౌumc;iAQdA3cS(V@plRd.%Y0k̘W7L+?Z(awSY/<`1o:wM1t_\r`LhYZ ~ &C62uUǬ;גomD\"> n9q9VboRIs|U0Ŀ8I(&]e^{H _)KIK%j'7e>RM[`3z5g ZoFNR89#@ݕ04| r̢y^o/n ^LY3Kq5D hDgQHuOuc1_U#((+j̵cm&!ϼuSp+,Hh\T5 A{O䉽 .Ž?EE\.}wגFkg]t e6wd%ZR;MK <@ȇpq}u02YO%$R\Z #O}P6\# ]r"aA6kPUEg^lUsz {DeT..D*ERyK2O(T -d:TT RD {{>#[((^_2U.<6:2B\7h`ׁ WI1 bﬦ UBJ}.T5ilEui\v #0D-*GSՋ^W<~3lN3ֈmGj!K>_U eKtٴ0܍38 x*YԞt mŢe.|nзʆ(c4>DMg@raR0cQIw @DtXDoCje]FNlZ*2`[Es9 {nhXR AxU l%orm UiTؠ1~@BKлs'FJ Rx Fvl@([NFM8@N@KP}gP.z:E~a?7[%>CY Ni~1`WPkUz#=B~e6uUzof8D}hR5m6fyo 5R+l( Ohu'L"v1N{8g3Fb-T={ Z_G/"tW2z(; 1b ,'Ij%[2VڿQRÖl [^S1l37@1!b@SƔYf ݻw4\x6'cWloqz}$+HGG.BK5ӦX!Kvu횼R/ 9oSnj*")8mLj [Œ0i.p} @=. \A:= h3sF7iSgAPi+w%BAk>DUճYjԥZʜYgoT~;e1+ܚ9д-~ 3aOkIVI4}I 9.#xО)gh=%Le b~xJ m۹ݠwJ!ؚ06&7 a+¨3RPjvܢA7cigۦ25X❂ e Ǧf󜉎:-XqB ?u>45ґݴ8:-qSqi2e=1hI+yA{PTM`k>G4WʄD\3v4&XyWf,!^kyjZZ<0ZPlcПeϙBG^UO.bjJΊ,[8CDZ,+͒6ލmձ_3!уHD,>is4=CdYЁj;ۃŲze]JݰLOH7vuRPu-+S/Ѐ%)۲\=2S'cZy4+j|0!z"U |?WYؘ`\uZH>~]Ţuu9<!w;z( ^zsP|K7(FLB1PlC[bnD&;?aFA}{XA@xT3-wjh|Iaac" WB#i!53emˢ)nLb]M܆F1X$F CΘ:ޜM830.-Yܚ;2 B)Q7!I#r> z[Wſ}3J%Щ%]YQZqOz)=Vg5?M((>(=)ފh $Y,FvѿX#J][USݱMȿF%KЊJU''z73*BZff x8uŇv1YLҩ6g:gq0QD$\H cN!3}l^PdZ)앋`{[e6X_TO+g02bߚmk%9j3ێ8v B`"}VKDgtЬmWB?X^Arf?O|ӓ>BSD^61:ܹ3\"SAۼs ,/rD<]QE#YDPR=Ȝ0 Z* &$p(!NX|b9mC3mY8yJ̏㛐.wra7"! e KxG0l4zjѼÂJwY)gR@NAw %\|}A!LYEKKŔ-YN0]5=OU=SuL4-X$ݪܮԢ@(0Ճ_C^kahuIĆH-'J(,d6_QVO颐•^ R2#-lWetu5RTZ6t(▰ nyknD!GEIg@!܂A'zY@PR6N.Ղ (͏QZ.zXu`H#Bg6NtdИDĐk?D*v#Z5R8ie_4xa %y7[ ԶpO"?F,hdRd==xe5=΃jt=dzwɾII1m>VOaVF>Xo d#Rd߱B[?hL1˽oo.)+ɻ ?ܳ(WG"/`?RZWx&DC=}WaKh*Ź`N-F/௄痥_ej \&uJ>: Kc]s0(8ެՂ4Q3R%'8-32j׮e_-?kTDu3ixFբ.~4\^ s쌻%is)KC<1'Jv.VJdN3wc|* ,Ax]QBqX~nMʽ}iϙŽ R/۽]Im7s{J]va0y|}6U ѪLNlm+,?Q7 I?F'I__º]ATDxC5SWC!(;T3a-[˝}?p!~[z9EC rb} z|ORtд'\Q:>9WcA= q٠X،ڼ5)n罐uH.tq_]27!ы8G.2㐹SȀILsP+ݡd7?u5<0h{bJ9>Ųpu܈ ("%jI\;@mys ׻+C&x-A[ol6J+W5JBņ N2*,l"|[5|3lu(2xmLѐܮtxvgav]n3w -|ɿdIgĕə ênhY"j!h`oP7=5|r6nbd68a޷P_-W3.S\|Q=> EFL[y5ѫ<k%,t2t;.11Jt-i!Ճ6T3#ZxN !rv&G?r|U/lC:\ets)&8U\ض-u\4w=j6 FЕĺ$OWM &"Нrބn%ѭ(a/` eH fXmxXw&{0R HWyDƯ+UZ: U@W2!%Ƭ&%p91QFlw-qhulFq(n_RiInQDrO44 W'A{c0h(KM9A5t%o#`݊E? ̥Wq`JϪ(\3H*D# |KKIi^ -}!sI>$BQc/NO/U;+&{}a,6|ͱ#9Mw+Bek} )O BT~QYlEXGhwb=$ tE!'P$1~o+pd v686:l5LD׈ Wp%y! Iu#X^2-Eפ!#8SWY[w/5& !8%]sdK)K |Qq}\r〫"%}6O(*E`G_{Ehz<\>%3X,}/_ ⸌sK_wc0T$yo~3 #UfZ'Z\r("A7x\{qIW"c,v~L)lY|>֑)w#U:E[k({"*`AM`iUYw|` S 5mr1ؼ!<`Gvˤ5JmlDŽim81eTݠ?ݧi9IOB -}55A0Y> DXiq.JYMNƩd8RLZE;#8k 4Z>6I&|ĉ+Y{bAmFX2Mm$b37E * q'(YX?.+>)fS ߪ;xXɑb2&zHc6 f7c0./I}p.C_%~t'1xi)H/T(a^MB1Cb!J@ ߑCZ'@h&ļ K-Ö^= <@Ȓ@`ILJ $I` vݡäpQg :^/13J0k2sBbxl \r=tZV'Ыw)2eZ |w\ msKO?Qds/ESTc􄇫% ~-coZ%H4lAo1^w3M{Κɨ&gͰf$F>7IHt&{@s,!Fr~^(VЬZ'8 3-R7atI2w?xC *u F Iiȹ` Qԙag_"k^/LߖP=f"RĹL׮aԺhFu `Fa]}kvCωc] ?9cZ^ !x &~[%Ӱn"iM;斃I'VF7 \F{DqHt963st0Qb283Oj[?g?ĩ@2̡\YE6hAfRlcilQuuӧޘz^sqՌ 8 |C 9Fn׭>st3 Ʌ!{mbrn-|hE{: L53Of}Ұ"biy7Ւa! R\]٭! ~>]ilq54P#B;R[pA4JJYZCiʇWi]@´xxAn׶hFmVi|Hcn,Vv3ҩ$u [s.VY"(OQazʨU\Mj7':eo$9ל /KyPzӺko X$!¥u dg/yF1.5 ۞.Ae~5uCԑoʹ{y C>* + \zY#Uq|tQ˭^k4ϔlP3d #(﮽@黠A 4M' 4iMuh 9Bvja5R64mw @w _A&zĐˈv28]#1Q HfxvDrCme$(op*u#u5$-¯Fd5hµ3En9SNKqpvqv/kDWFHdž} i=)G5T1XL:?[3yr3 _9t|"J}5(YDql!8\H-yme0%|07ifI"^~=>{ɒ4 dr R{|y[nNWUזbLKO?Oﮌ⊢oD)ggHWАҽ!u˟Aa=S{  hlo{p*O*V!j to/j b0m] óEwS=q6՗JrBn9৕RGa*-rdp؅CAjЩTHa(Us PJKf BeAMHG'x͎ܖEi9t]MoY M.^8Ks.mv@ Dw'.RoQ3ʗGϗkmnjN3ܲ~49Ȉ&,((噗oEbj:bZtz xO7r{>SWY ^X*YӛF>rq0sױJ?Cm~W.9qXD4kwb&ΚYXt߮Cғ{n/snXKɛ{ zW(Hn)'9\'k=+jҟ5FKa9G瀟iDMމi['ohAaepg|4ӥw 1S`IGJ=$A?ЙH1b;_Ź[Pbq߇ʠ:,{m3*]e3ν89/?`S, (HEeނRͮ}kxU}rH]Y?#2`}b?A! ˣe5-,2 8ol\mX6RԈPoegMj7^[fw F/OgYdxڶ) 6S9ݑsh_Uk2˕蕛 fwH Zxz-_y*`\YB4Nd7P)5TUspچʡo=&5&1@n܆TaH}Fmɶ+iLU"#POkE3 |ܠ剃h^5@h A|W+z;YS(K0IS}d*_Xb䟰* 7< }I^0v|^ 0ʂa(f]zC_^_x&z.3o ΍C WAȄb" 'tx Nŷ~ɋr3t&G?:]!p6(u=g&?wXkJ!L*SL mOJ!e#Np d\EtU43_m ݃}_ҒHC_JrV:}ߴS=={Nւ{HTp6UWf ?7eMX/z -Pی8J:NSjg[/D jѣp:XMYsH48`ϓΝ$x%5vCJENJ) ]¶Ic"sg~{>9%Q<䉮kk*+L;3i }wf u/+?zU_GTDW\ o4{Pt:-8/PƇ 4yPz'#*Z<ͻKt&/eq%byHw7eQq%43.h}W# Ŝ639-O5]=k2r>xDϲLKEIz8T:-̉͜d2nsR [x>dumn>^g/^LQc ,¨M*w;nE.`O-U^-o(4y~M@AbchxHS\˾؜ԳM%*IcvUyЄ~du旤H˛ρv7*D r8ppѨe\tCNvQ0 `sbw!I?@hVX?&TMl+{ rEHr~4dJ8P$c҈at9 B2tXC0qV^74Epr:-1ý19C Qr= g88L hz)817wY|M%g[W)Ab٬!}]=έ٪MENJSiLzNkȉ\KQ ]9Sr V.^o0#f,U9Wz]o׼\s4Yes8ǖ8L))qm& <{I=mOdz;ʒFG#KP`*'V e+f6jRE"gɻkk\"Qs͚ R}0/[ Li(x+]Y;[SH +R[[Mf!o$t{'#^/斓 b]q9Q-~ \Xk잌T # !jئGbhnK/lʎHx7z%y03(ir * Oڐ%[ung[(9px _,-JX;灤4" TYLc6*XmyQx_2z%k22~ fNT5%vXoXqC4Ԭ#ɀDFAy%M9tuKR'Un *_ĦmU/08ة?U?$9}0h­ME9sL /Z/"AC\A&S_ھ.G"g3B.a@zb){T' Dj+j{#Ł0$"uބ~=9q#r +S6IՆRIbZK[4J-u@y0RW.+{d՟"2{ml)ۂYht# x37#I B CYI\4SJ7Ϭ0Xi;09~5Nم Wn@}1][*[t2-&Ĉb=Cq0sU1aMf,IT1DAvE*| 6=_M+\T1Pd!FBo~%3>^n6{yl{)jǤ (&m(3F5y9ݘwNx ~5<ོSgԱ+oդnCes$dlH ӝ޶F*"2_mLMlRbFUkErA-^?-xy PZbÁ(gm3a 1@>F2_'%?lX ߎ`e@7G8S2ѫc$VoTV["/j-MEȭς9̐' cj "3N&733n< z$n~`R\Z2$4#҃Y<@BR»JYq&?X[9eusbd#5d^{c%p\l7ߊ Ww>oI06.^IbKUđKFGߦ ڛZȈX>YEֈ*{޹A ~ڄjj"Qj)> LNm&Lku^ HeoLDS׸)w.żBΤ:WAO1)`τ"6ӕ 69AM߇Wv3Ҽ_inq.CXa!M +7p wSmV ܔz 7k = dj'$7 dB'uh< d'pՃ/;E*fASIG-wݍ~Znh.2!\E:{$Q0E[,ln/^ e 7ӄЎjy$!O*Yo dx1êEWRqWX][ ۀ1wɆfծ)%ρaɢMC6˯mq,- p/  faT,򌉲ǪF{~e!cX>p"d|߰ω Hb)4F |h\ *`+jH™o1ٯi!П7A-P-@<w \%^ea.U&')3+R4;Ո" 1C\Y" c;L!\#x bn^!֧h}I1[kwwΞBa07Ivω룩1 +2qߛ;Z!YLNq=,js8\\)iHR4ՁcJ QQzn?(Qeܭ*Q:xgQҪ.lnB!~Qzն[zYKWLPwkP"eSBJձ;Iۥ q#L-[=̿9OF-ѩ.Qk[ʴH}U=r=ƅEYcA)$*\Jƕd (c !Hv{KDLjZx/aR1UxBY"$8Bla& -u|#@Spml@vC~DԒ%@0Z @a\i(3gB$0jbإJ; ߏY ؆Y \FmhFр+a&[x:(ToݒR!Emư,*6͕U% !9,o{Vr SlEc\:3)& MGe-d1h]q=ŏ=)ih(e[jSWΏEL+ )[ =s{7g'';yd>]F:O>ס6ouJ¯V&L zkA A')n~Dʼn-s|JLQQ%S\GxƲੀ䨟x_Ki}Q Qy7`d$\ty'֜GX "J)E+L쇧#o֒u=tUan6*|:iaʁusDy1'i MMѣpl +ZҋlqM>& S0IG==>V͡NZ).-3e)J`ߛսp. PL\0e}xXZ =-p^LjTQMD ZVk4`_2 2LTPDBS}m*tAn^Y7._"ذ]}z 9Avؽc~"Q6jsW}YDŘRZ1YT)k*, jPޥ NlWp^~y4DVQAb:U!C[Quy#;{qS<>a!\ )-<ٵX㟲-/8FjktMf#Ifu0q(h oY%BSv]bTMwPԬ7Sn Yg+~HSʠ?AM0[*I<74a9I8;Πn&.&{m *]<})c'#(ԎW8@j{zhB͊oއg!=dXZ7$"z)W>kCxܖ! h ZehQ3D8wWE$e'F*`f5ĝzVrȎ{P(Y~{sȰwh&c9cWĔKե=%~z3RpmvkMQ F!+aE.hbO(gT`Y>C5M=#un5Gos3,+O>@y}$I"q^fh̦h@]5wo{iŝ DpFq݁ n|8xK B lvGGY"wWSET ef̱=+?3 \f@XzŻT QMcDq4)BqHz|+Znxb";L+h  #~9V 4bƸsD#N$=wЕP'\'1䙳 Y.!  4ij&qv]:]`a%g l㵙X2D.GIr];^( ˅\]=4l.9 {#OKۊ|(@]PvpEZ29 6F|̌p@8p42| Q(_sHySG`Wy ^?Ggq }D%b o#ƈw΃_.zB^ORZ,:5@ 7 gB4/u [^G $;ZlK̈Nl{OHUL 0&<紝YG>onůa- AG(YGHm4 S):-LՄ/HXd?>+aN}G aaKD*?cw(O]W2ϫo{y&\^Kl1 q̩LeǏfzr@`Sq r :B( R Lyh)ymx&pag~͑W ݮpाz54K(J ~ž`՘9pR{=8aV^X6Leu5~e9f|tUNn| 0vD=RZDb/|H'>mQjEn$b-tTiM(\ 'uF&Qð?G04j̿"Bݽ܌4C~] LO [Wemz6~:B ,HfujYy jXo$}, ?wCa㪿X6?Q`yf`J @0#jfJzݤ|brch"(VF)&2.6/LZKҞ´5T`9WW)eRx[pЪ[EKIDAGVl2UG⽺\/`0^193{mtCcjXҎ߸`ʴ riMR849 /jeE,jJt~듅˰Д/oj;3Q\O",!ZR=-<ދ+X7G(xGsK#Md_2j-q*_0{61 dϝ˴+h: #%:Ҟ5\ák|6|]~䍬ۊf!Zvqt_~`%~Mץ8\8c/sZUfx\tvЧc\o/z\  Q7x~͓Kt%-Oq[cccێ9/P*av` A+3Vs0׵3kXnErQpor P[5OK+O66۠lX\"]y$6>.V.0)_šp[`Z.ilE'*O*nЊZpغ9mcum jky|Awu޺-vO[,qm_:ɕ-e鑰pW; aTAPa1Γ-'ZGT.'aVq)EVk}"ʝޜPkK!. UCet($tBG9% 9g8# Lhղ!ZR4dt_ɣdM> .PdlM| ⾞.Ø<.a@ hERxvYk0$&2޻w| ~ YM|Ik oNovZ9&`ΑHVδŜZC/ݶR*1T,DZX'%k!E0uyCѹBp# ̲mY cveY˜«VSs4i]e ĕ+ӐNƭCi~g2"a(c}t9jM\Idshk='J7/jjTS 3(e1L{ nBX#tms^ Rx1ڡ ,3+ˏ&x3w l2AVEfJK-@c YRc{{œnʕuYa w=ޖ7jid39CZyYiJ2O X wH֞tLMLn\%?[f+ӛ`Ԙ;셔}yU3*-@no_x*9޾Kn).MeTyH|Pw&aQQxh qeRK nkl6!0ȉ䗊-HChS›LujGaXZPSnAݯbR$L2N; B2RB8(dB p5.YlKǀ>]كdmS<+FB'O2ѭLӽ $~G>Tx &zd%ae\ͷoB/ygoJ,:8%ƽgд|i4/J/˻7;na/{?ñ5FlƺnC9ڀx! <>O&4ksكʝm7 C.f<,tH//9熡|ʃESjjB?u%V&L~ELCĠ'ְE#;T:~=vw8/Ƃ 3suteP:zqؔwwQA|@^EJ ૔,(x4pdU_Nym#H1(tԾ4̢m^(G/M~4\5+#Ǡ89)Z}4ĤgH?ImPl!r"'ҵT0ĐR-+}Y9fe5h5gHz!},oMB rjmc2ɲ|/"5`&1z5t7^nRȶBZ)kkbPP۩˂qƏcb->NZ,׳QkԆwTS/%L"ȳ?F)u$7PBw$A(@2^D0{g Plqx>.wavF )8rE ]ʁB/Uz\ӫ|#'y/Yu|rT~V>CNsdIn;zj+hF5Q)>h Ύo.|1^z,ni20yr&0m8c5z-;C5ZsHP'7uu"BB'&`fFPO=ݠlV['/2fmt8^FҰOPh߯g,&{wyḮm`nG.u͂7xgE1pϨ) DQQ>*WSn͓K$."kҶ.'eF6.[rѕqp :^ nq&kN'@ɂ=F+}zތx;'Z@9p,1٭H5IhT{9 H+pW(> At ,0%ZxAk"ma9fcBgzAfwM$*޻QU~a+]dnfHR^} es {Sy.`גo=e3׹'ӵ}, kE_!!bhndZlZ%h!ݯ/e1<W_uXg)RPY2a"[-]#MA`]Qx2pW0.@ АV:{oYQaXZ|y+ֲ3J%yH= uB,yOQŘ wb*Fr$-)fJ R]u zStsP: d&I)$A饯ZE^跨3DʕJ_4]zM,>6M/j{'7 in-bP{<6ExPYH6G=޲4௑P.T %C!5}\eShs3Bu0tn㻾F9b.l/ cqԉk0X!IucKJmw6q *b[B9UN3 ?])2zUa;6g9r:Ms@,5->]^Φy/A~+q95$h/Vr ;#_192g1GUc GDhxꜽ_X]Z] Um~e):-QKS=͉yi=i j/'Q%2* L\i;NvlsTotmB=ib8V7J]`դrn@@h%X' |čG*߆6ld~ʵr eEC%!N؀oE"3=iXHv ːAIr!k\ [mJ(gLu諭L%8v^nP\^Ϝ2|`Ԯ ![N0'ߺJCX\@gW=ޒP 9A*ޮ"gtRfL3oyҍ̈n#tԏ3!ZEs=11NLD ӌ=亘rW2 *1x3e x]72.`Th- l P%HR@Jvh  V`ǟ0z׬KVl?tmVZL;Zl${x~9uI}ciͮ4&ԳDv7m D1 >?.u+t9 $4Sz wnLY,ʧ'ӂ`&ޔ]*ƓK'7Lڇ/QZ#gȵ&i-پ iMu!\{uԵ/q4nO#*4i #R:j G)62Qqfd 7)wV` sD=3U& Ư(^1Ak_LT8[ȏ듰`f21lcna6Fm7Zqn'Ȼ _xmSbЇG|)3._ BНrE U|}mm%MaNatܧTV&ljYEŖ! 8[uDzxU% gdERU_d7`j%QOp|w~ _OF,UxB.MY-JtWSdͮ&<;:b>,e:T1sW,w`E)>(5Ϭ4oHu'(^z…5%zjybB"fYfTX/˯(vT-nzHG[WNw'3[.WV{oDE;\^AӆttHRfуEa-FeGv"6zjRwW⚔QW#VaTU׾PCܠ7PI[a %? CCLp"E? 1!ew$97ھGπw\Ld9:FDpqȭ@P^lEPuNJtϥ\p@wcFPKyMj\٧5ߔ_prBLZHGt ]<oHĚiٮ׭(Y>uaʿ6lOI"[:= *ۮ`ʿikRQFdU.{'뻰Z&h{^AhyXǕ{^lT2ڡ8ޗy'![xv$ngPZ' &vp%~u?D_ӷ LJdR\ݻzV4"vgv9YC\C:(> <BZ"WUD;bY Rc@!+Ǝ$)V3c lGj<w 5ΗsǏ⭼;V{E(o.AI`hqtXI˱K{V 5u Aj.H{ E bQe$m)HFu4li[o~o'R3&$ݮ_u *6,C"d0 {[ˠ9;VA-i~1g`&B\%mnhCDR6%ǁ2 OW(L/ݱxaF 53BZplh^wF$a!bdm~IWVʤFo- ]Ϲ(u q~eDQ<.yo@j6b/ɨ-aֺ&FnyZUASڡ1k#7G5GD:ϊ.OxgGUëP 5i5"xY~\hkMf'vU%ziXznQR>&t(is6ӈk-->򉇬K-mFُC*az%Ԑz>]F =eUvALWWqWρxQKbL)zU1?C eމԕ9uU = ~pKQ͋2'Wb77 K˪Znh˴x,sR»Lƞt偭;(;ҶiTh,J9xm]MșԷQ 9~0>Td%eԛsT5c^mhrZ 7L> DdJ }QJ7zl%۷QÎRB`I5{X /c"O("C6~ q҃AaOcio1DC/0IRE= Rs8DҼפo!~@΄p5pcHvrh̊>;6ބ2D~Ǯ%Lǜ Oc8)?x)8Jn77_XkSĥ\L*+^'3_0wn`s':K},fQU-ҽ B~WM-((є3c"l4>K^݊6U0^ryst?NM*Q TxҭwlKp5C12A4* &N`vúvyKP܂mZ?nj*r}Ly@~]ݞ\Ұ]zt~{ccZ9;߼Tj'bX`".H󷿺bh5{6qԎ.duRl[6"QndR`0OW‹xSQATM<_{-6uVdN(.\o .K'l?8j-"_͔3"sҊY^@-T,Iʏc@obV E:CYF$rT=-% kVOGG3`CQzA⇄b6l|mjnUrp5]%U B g4I|al#5.7d秬UNVu}qC( ;kaV+e,9E1VۇJVic %=Jk:-MH߰-ƈUʟr9K-: %@S ,Gbeu7{Yޘz;;Ttg}ȂR/˟4uv۝)eeߜ*4]?ZbtRIt-faBz)t23H*7S"Cek'.M$ 7]+GՕ횓r"Փx7 Kҵ6|HiR3H.r~RˇOhcx>`j){^y01./ɦ4|h܇"E|âPT+A" 6 Y% DJu3"Y@K2*sS0s?q@P~pd)5洼Ѕ4DhkB]0k'Zq^PXKw\_곇p4(jSxYۤѝ z>vULC/X#߂kBUffg!cHթMdf˶v ˒q^_/aْ>14)19\#KP%{eC9a;_yFke]sHj Wm$O=gfH3u0?ń5I=v cY Ͷ"t_ޑX~ZZ7kPzŅng."/US7{)_zZ=n>):>_ r\_Va*<!BRO"6XOw70\U-TBgIxӺ>R52;P4poCcBU+L6[`ޱRdR'0 fmW' oHgRFr b3Ջ/g8މ|o%zf{-Ege]ԣS|.}^ ;^Af-yzl{Z?z~;=IQk]UeFr(rk{)awŦF1Ē2BfR#Oj3ȽLȝSlEʐh*eU )@_viVT ;XBAA ?CP٨E*-sڣ =f1&3kUl{ɟa:laWK~eR# ݱHȆ6ֲOob d,2%k"^Ő ;T?Q.@\*y"'w&g66Ƴ_r0$'9I+ྶ#aDP3P}G3t1PnEcNXo1:=Q 8sm-3Oo nŠ͢,xM^ ';)fYpLqvy[)lJ$"]/Zk]6sya|!s"zQJ;oC C1wMNFS! hvm[y,NB^7*(!y&L2KXxTCv`eMy#)\+(;mOyK ;\K 1e4Ӳ}MtAqFl֬ܪ̋pO A,<jM(=XZOTwWC8!̧pZ R3|'0ĀXʜ9Ff xo:QāgҶfM`3{r:w2Hiկ"%Ufόf= CZhΣnI%2c,)O֐BW \7@Sns^K$4W! CZ8_f8Z2ʿ4l[]-ko$t<}/g %ty(-G`d@ >% |[v߰J*6ssPO#2]$XN"؈٤lBw@9 m7cjUF?'O x=gCcS|3$<>KkF-`}e5^hm8ucLoh00xx|+}T18&7->L#s ~rC:'GbkЛOJ, Iˍ{~ :&WዩxW# |02ɱD9s.VKi\m;/+s&PgV bIߒmݘ(xr6i.[Љ8NdO],_qiBCMˆQsVuCT12RYB׃ӭ.g[B36[ͭSWXqfi beE*o~TB΄bS0W}6 DJJsys?AScaH`9J-/U#X1x;6lU}:N t1_'Wj%4] ׭KNV>z8P7W/z90W4 ҭitQT2TFbH`}Zx~h]@m^e*/4mq8ĔPw@s{CОno3w(_Q9{EʮQ8緵//G2Ҷ諠CBkuhb#<T0!,H})?3j[(#f=:wR!)[HK:ÂA#|٥En70XX'UHa9պŽ/qA:Ju gClF=se! dSzHpZn׀~q8=~5M;2Oe+7\|skTȢcQ c gtsk-z".L=T2q򍱇-ĥO_|H| OW\j4T Iv aGs1 p 1]+ҔUz eS*cg]ͯ"ڜ2G;k'bcT?`Rɱq_yy6o*[=)$'咅YAQ+ـ\p9^kFai/B \%R^]<l,I#ʆ]S]{a\E#ƹDa/˟3 U!\#g97aiΩP6~k1(ćÛM>3,[1L]Y('>A*eɗx Bfc: J 覐R0w`_$,Eӹ̅* D1xX)Ln K^AqKFu/6EJ+D]KІ$[̠H;]GޗlATmE2.1dY+~GR8n1 ՔIU੾(H逼=i):R`BVktB:b$D?Őe&5"NH/kxf_i"dbAޯ9g3t(:cYTz]d_p&+l ?7z/p\6Vk)Z&Т9cRQg$HԺ$T]Dd ߑ e7TFb9+ZLbved5:?ZMiR-R id݅[|0:$5>i29 /MFr׻ნ>Y/q^ZQm J{Fsg#ib8b{3K5a%Ž;ե}R`N>A+üqBo(>{m|6=Y&jS6T+LFhqG T+x2("2/%)%jxPt?-.C*hl_9)mBL4=h'Y̩w*Zgcu )`AQy-7i#C!a&Ҕ*]n;1'SP՝vcS";湡6$y/hւ,` L.[%'&yƩ1۸kfKϥrՐf,Əw7aPzH n: U>t #QdjM].dMP³Jns 2kz=6p)y\M")PY%TsWx= 2:(UͲdZel>"gLG "R9*bUS%oZFiO ^tRR"/}1:3 o`cm ޭ]x3>e7[ r+2y>3eTR9a2eP)-ӷ.Zw˙GB<_Qr FobP1UO%B24S)䊁ww@P{H:^l)GU1XY#S9* [k6DEd͋'H_.D؊QP4K0i^ܶsɏ!@.n{1&Ck4M0ᒅ#gԏ)L޵4S9YܥhgyV{ˉ>UٯᇐhL qpm# XM {iMB-f8魃%E FHTiH=u 3J\F/Sa 4S"Q6v_w -zBœxAxd#9>s ?fUz5$2ek2B XjNW}{젅s$>TEGf܁+,8s~;_.\wp"je/\DQ\uxWoz3Iχ#e&z̜Aek5.OuEpro\qڥYaT8݈֥n1At Y!pyNIKb{C0,X 1GI5cgfRwl)U9 i!:64){V Q/*T}$˲P0ws2:k+'=[' J`(*}ZnM{"2%U6bW3_-+?TtpYǯi%9Wg.i0WHKMBie 0ށ%[KH͌Rϟ%ywW!2W=@6ʂ]߽kq*;|;]9NKذ+i} MSl:Y@z# uWe@dbF@Cu]o j>vH-~ 5h͋lc."%1YHsWlg%[7ϷV7؞!)sX(טH 1t5ۑOW7k?دQyиMd1[3)-u Pcz5 WF84)xMZfSǰ%(}| q*߳R7:2J͖9 N0j,Nۃ1}?Ȟ-\VTFQ^ il?3y}Wv|3׍"ܤV_+{:vUX:ObRL> M4'#S$ ԪMPJ+S&Vqu0v)$'o(( A\W37mNS5+&?p*bk n r#꿭7tVw v/̒ݳ'1ZI+EZv r1"vd^7|_ iQzEP8^1@$ߴ?QjVQ||\<$'GRޤǧ!ьk0nSp} Rt 91#K -ϱ2$?7χ܍l|ڃHL Z 7Β.0Ғ`j1qY?Ker:/m6Lֽŷѽ|B8J%ŖGMliE]j>?W/rWND**)B. Eoឺ6feκfON&%7] MEN^*Bngd處ڇ x Tqx\9b,-K[`_k-_ko^AV13%pm2ZaK~NJت,&-KlIEZT?T9g-W{Bl_'З3),` vF^&S}ⷜMgoVC]/6_q3JR/ r 槧K'6}) ԏ+C&vsē wxc,?OG%/P6Aa?.'s;#zƙ\HY)\ |.Ԩa?@LeAx^h37fA܃ ozaYiz$\ݔ: qeuTC\Hd (4A6dNI1/oĿvX~D<},[ WJ7+ cBf:%?N KۜY Ff"DQ܅S'4 ^E=U>sn ^CF\[AC8#x1>eN}@7&@~ana%e\()׀V % V7,w{^".$0nC/)"2~()+4Оf|P$Y2Q$}[{*F=G;}q?Awפez|t}ܸr}~T%}/K5\G0=9 ZEXӹsLctոrύ՜ZFJ^,}km앷_OՎIt{)-~ATr"5 GjxO9<.1[Xɦ)f7c|w;困[hVDX:3O7V`}'ztedu͈R8ɫ)(ή|KrYI eH-K3Ռan_[JP\T*[ЋnjalhZDxU _f&)Z<-n$Oc/c\q#D5\/ LBeeMK"P\BKxt礙„-56Q+BzF;T?&ڎ/sW|#I?Y凄5$rpx5[+ `;fYOJdNEd$]eg"rxҤyD~=dtX@K\Vch@V`|;?Ǽ PWTW$?𿿲E"h`ͤz>@j2WJ<K2b^ r; 콵 nN1mhh4¬c5geGy#a6}} %|@đs4#K-sE<= Ŕ~C'VD73^=#D>#3k{M:+y^*vfZlg3)ٲo+zt%Vy1AE-&AeXzrc/g,Vd^gh VЈ?uUnWkX! 29Hz?H@g)&_0 siy{'!QxZau 9qF/#tʄD,EZ҅5>N &- )iUaCwnFzV#Ԁɖ9k~3&d&Kk$xESUI!qNDf~Hُ=Y=~#RW>fu{5 @aBK|(y9hs-ؔ ׮oNFL&-m85tM;?vzc,M~8;Rfԯ] 9cuEfZlgQ:?ՠ[YCPLfQ>GXZX 쭇02~=6uQˢNX[$g'M $%?DmpSM:}[ai$ʋ8_4zYԵ G ZuCYd}RU4.K@7gƊ}'b@D2{LJ&̏ytfF:X%dTWhb~2zYyQ)ѯ@fC#h$,fܓSBd[Zۅ _ qQ˫d4y,˧ɟC D=i(%b>0j[OU,ƇL) \=;n7zQPT.ЩJv7khN{}'zC#A^jfY9wT[x X8&g!DHL<ɭ.Wбښ6Ư 60c1 W4$ !Fg,ʞ[I8F@=nD»K 1<S" oRtk.ꍺ)U?:Cyzi(a3Ѐ'_ֹY#I* iU[xbEZigtF1 р}+a+-8^dN" V:prh-FP[q^<0+ZLfZЖnf^B \񄝾ta j[S[#6a0\ɉ Pb! o]/x$S )A3F|\ eNY5M:n| s8^ yxTqXU\f,fՒNCN Q%#!F/[Qpb%*jk<դGb N`OSRb%Oܖ5r JE̤sjWaec\$}8#:E~=[:I'Wz"Exs O+ʒcU \w۳V !cn4|ɪ|ƶ4. P=Isor2ip5sOo/d1_[&XnGy0.3e"WzM?\B@\-wuU7B =HĈ@^l2^xR1=0㦿rJ\VASLЈ')@[t)HL{ygȹQxÇPtNU-`ѕ &4q7m~*3[V[Қ4* "ۡ/xA^/1+2PD@=.y:svOad{ȓ@|]7. 2E\ȟhLvg\W?E*=Rj'.i2=l+cƈ_J]_ݸ=JÑ!cUO#Gg(GL؁gAZU)"2#f&N쏱/UMV5bmE&ػ;#_ { d&~fd/.ߐI%QU,%u)~*$ޫ_ g)=iOAPEB@6%T3o#me%P@תF+#x4LZA} Tr(xsUv{ȹH'_zlJ-qpcxgw.1oɥ0Ml{k2S`槪y\ U1D)fy$;m4.ڻWߖH a7Y|_tzܑ9ֵo-+Tl x6ZSgܮ~Doo۫9U37q`M*:~g ɒeTIPRҿv@3_p ۫:%\[8+K}!ٻyZ^SۭJtNQrԗ+ڏ^g"JLd8 q2AMk%*e?Jk崖t^6㖋86? 9l`duk<Q䭊=PzxXϢϸo(qw"fo5d)5ׄ< ޲RɔJUTԻfFX~Q1c~`=k IctN!u"V^wa NME3<|0n PZlwL}~:3q=xٌ q.&$GKW<1x*S͖_C 3Rۇ;֌eE<6~u m[ROPqugԇX gdCKy9A1<ҲL5|$E+K[(KLN#UhMjoyb HhMW7{kPogj^k#EdOTmY鲱5(;0eP@ Cx|uZЀ&dԡrچ\劀`udla <gw %rKZKE˜ #{M Ç$uFXobZrcSY,'y dؽHMFF{θPY,YNb%q B z|mZد]5ʬ&,ӳlsC_)(&NZ?jE0.g#O M57Y]x(h^t$1d^yQ3G brԐRY-Oe@4u*q/eBΑ/Ck>pn:2U$H%)~Ա!=ݭRr@h\2 4y:Յq.>BkO0Ma= \A9d4e3NsH؆&;;}E+3/Τjy^ͣSxxr~v 49'N;R(Zrc^nN"8TMG?Omdy$LǖOŠlŊj;V5Ue״^FZʅ,0фm҃Ln2:G7W𴷻H a) hy]\X>Ok0\ǝo3: e\8iŮ,IN3ǹW7vc#mY*_S+9=0osd.ب,`j(5j-P/Kbf'_񯟉ѷiuox#7fl#  ?F'+m7a7NK[QF9zˊx QвO8G6zI2K%+S5v u*YH(,9 SrX[08Z0'5/p1xX˔Mk?-IOXtt3{&yƠj]r06C|:-8v$" `sG39^01nJ⥣}}*Q>2'7 tiBec}RoÙ.~ $cgk-x+b;V);U&rN*5wiE`C䕁,YvBu+c1@khxI]B_D:I)V b}#H#Ī(?_fݻ{WCh:o:F5B[;66YV>˚2gF<Ĉ`z$ \C؃]A `1fV*_|Fi\5EL-E;1yǎ.9>Uub\4e)~5ʐ@E 2L 2K=&*I  հGԕX2Pnc cHv +FXkʯP3&pE?3Xy 6 4ى,)=`Äy9E܋MJ6x} m~1?IgH/- TgLɽ\_;xDh# .=qKx/ܠ82lE}<{LA-$EǪ('Z=0naMm(ktEpFMΨp$0 6uSSvsN=}0 m G Vw~^č9jrwOɶeL*Oj\@F#ȉ/AX2G1b~6 iEydL]?>7%$5$oMy6ΎO`?6#סmw c[6s|ofKڤ'aviykf+͙c .RKTb%کok4T%@ARU@ f5 - X4u{o {j:7ZFf0mLg8$l==n{-DQ:hLbxq<;oINBcRr+4]rO#tHmtYOaǝljc98 Գ) $ \AYBe:+~&SQ)668cc!,!NQ y/R;L #.X/tVPd D[.*lBS(A}'o{y-)TevUljy­ 8\_2G/_VT}X`_{.>d_:<4scg*i'|fP#GQ&Sךdl78-;NoT|G8t\fl3D<'>ܣK#}nkI[DQE$co}ly.O"RY|(tf_q KXNnR<>ղֺ.SӻvO<\="S23$&7j (KR2BjaD`\Q_1'IE缅0kD;IE˗ ̈AijC٣RsעunĠDgZ[҂195-)1%ߟ]mvKQ`sY0ܧ>zlu !hWf5E6ZP!3ӣyLK`S\0!z(ǚhH=(Q3Y`Gkk:o5\ZyGHfBhg+jm0Jm>j(vD>IkOK<2{w_dB*}nWAGdm/g\pPϻwK+%OWמSS+NjNPo37ؚO\įnP$KYE^:)N@8Ff.p'޼VI DS2ROS,YIndF su(B4K[f3an臤>`\CnBΰIӝ=]Vxi@ d iC[pz&.ѕ1L@ u͟S" SuV(@Sf]X]d| KOdȞ@z].f!S8Fm%&L:H*K Fj x.4" ]j 8J( _*-P5hy؏2T_f>mE5h'hRN|BG rSd)pڅ>b#ǚUKJT6;gacQjB0?(d>Rv#P U鿼'޴8@hnY %sީR=ÜnЄ;yE鴖Cx|a -LLxC1a)V1.]ywòdƒUSzC7=3V^S? I5.Buwް#B~`!gcm` _iMWYF$W5u~E7/i\}@u1:`FA3 55R[n*499Bkb"Q䁳YcKuSsP)U$JaoTF`ZΟ#Bg`a@mN,ħ=۵4|!+6Uy)=d3,N١qD*lo)oqi~;bt>5mju]i !nqc:0Q.Lz8Z6qltN67mE5dI=/(?۶l9/2Z!Y<"~s+=@+p^jԋP)\a1@r$*s@%ǠH_|u`.9IUҝcUk&B9l\;չb)=x!}!Ŀݭ5̬h89yK挒E  zXF 9GrKDcU][|]Sb[_젔IP2 EĈ^ M8C+EVj2^_>v3Lm/l\z|EX.mjx4{$7NFNE4vhȉrk8`Q$?&e_Z-$י(^GEB>+68PҼoK+VpEZ}|JckZIc]̗AG}ռl4$9ٷaF*xoLDkbVа^e=`'w;X[>'vhU6}PsJ%Hr IxrrndqVQ>QEN 4D> PN>- &k}hdW?:XNzOG&F <jTɜn\r˷1ayt9כ828ȃ *:ܼ6^#4 DhX4&D>yOhjtPqb-tJ[&4ljS/.GdNθzh>~6@CSAya B$ mrÉC}Ƞm9m׃ێh3s )1shgz=V0Qs/owb8) ,|̸aOi l aNNSH(﹈ᰇբqM"dE1ș9Tw%:7%ߥ;~X`k[1ȇjRvNz)8'S5~$7CUhy TSU>wE?S):.=l´ v.6bj}Ґ#K]^<\22b]zQ;Ur mI91tp&JL5&zw9N0$B". X(FL,1BFMKA IKMSV4KgQ_cgsW$eRd>,@&Ԙs_̒6N_m||Qc ]=In'$;VG5뉆>w(*jt!Iqn3g] JM~cj;_YX8ro b ];HH[-y愮;)?'mNT1:[:ˆ-`?FXS4i" AQN6뱿"{ԏ趪ǗZBj ojypè)ޣa7F)AYa X(it_Iqy a5@hn&+].H&t Ai0?쒨:!ǫldHZ)=uԗɗPT"_ M{4qM u=3H) NSD3x ms>/V144E/:TI6;U6]c e Yf6a.|yTA' ?jAgQ^P\|i4*jI~U%-~})&zWk|pb|_=aׄUSMBmJ8eSA=E}PHz-i $yϧ;5єB'^ nG pIdMGC#lΰ> R(ʧ"Dh&NаM,EsXi*f㔖q;+p}j)E#?F+ ljW):qnvr5}g8>{4Z{>m ~TY%`_Y)Fl!0Vk,n Mڃxz2ouLHMW} !^ĎTk6tճǓZimi`?B~BaҼ) 'Br8w8ziPoR#DX +K㜗s3 @@uуUU*w/Xn9Oͼ]|8qDW8a~٩15Z$6|pS:/Ef[?BmŨ} V$1d :=\ɕX<9u0*o{aN=-w(z?`O1ՎeL⩎؛6\V6*-sh\jJjڡ.j:3S3Hln GGV bl#TzTApi&׶<{`e5_WD e&>;WGNp ~suoq5T<\mta`,ť)1vAt^˧ޙ.7„9Mpr=쿢*U |d"Ե b(YzR!xڗeO#6A;+p'>D`ܺiA-.}mty)8[!+Eg:HR:oW*'ZN9q#+,DV9؎" WňAob,"sWDQBg+I4# a~Y,bC!:c}(Ͱd2'{#H݇#F.Ks#DNK41_ "., )lԡaV?l)nakK; "l)-q Á/y(m^Pn1:Ж$̑KX=`7J5=?NWdU~AԎL FڼFf!gSįx>: JiX>d!Dx-nKv۩bZXv_s=#9ºK3v+( +s .ٳ ƸMAX/Rc *sTˍnqmS Eb9JKijC%?K 4`4-4AwP!c71 d}<ٓx` JcAye4nFϏ3ۛ4,n1jcxvY ٗ|/צ!Lɨ7vWw_e!x4r yO>u,'ݣk3XZtA^UɝeS.$)J|\!!M <,fN?\]  WI t q0 ^?t8F1zfմ]rjazAs@> mN9?GV,7u^=fa>`7 ~"@j#ߤgBߺ ɗ ?eP\*bPΖV\P`TH几c1,OoM̫_sXyfSqv0w~=u6Eo0U0pnO;r5Ϭ"pa,zک]%F!!?LؔKfƢY}`FZ4!$_Ë "<,kLA_Z5P7[t`: }.$30Q(`_\;JVy: <Z(*.vԸ v)cKXXéG>'<_xjFvoZ &Cc4ǖӥY3#bBq&LIBu#ȑ2,@pBP"Ϫ@w-4t!t:+ (mU٥!vl E߬ Ȅ캜x)r䅒X;4PPn7e@=b AZ?&:'L4*#̢lpgΦcFWAR@98MNNͻk c3 =DrTk<E`´c5[5ڸ6j\0 )=XAZ-&(3_ .'iֺHU^,í“,8 ;[v2\scWٸ/GH=1Fx3+7gHwmbrӋfP@GҜu6Vʷv~AƝ%޵[zOt,3ȷlKa,^$[f/*ݮ܏6OWwڗ16\+/}BhY_hUPo1^B'!ߟ{$Ln>t{D^b__ps~8"0/zF^m &^H(_gA?͓L"74I@U++d{c<ۉ>-3إGZԀћG ׮CjܓK^%ҳVb'iPMtu_|3pZ34Cס0~4z2S\[` ?PuA!Ab; X]Q# ,f+:OL4LAb%"{l~O`J5 ւdo|j+21<329tᡣ<ޓ5a^crLXicOOae~\4ݗ~Y^b#w`ozjK*!_Ǯ3n3/Ӹ"Er$|6:>PKvh޷ ./74ֳo*7Eo$XBm5zP6@RF腹a%hy&2eTnޏ*U!F5c?| uvoW y. EJMT /?7"i4`;]Hs7 cX)972{iczfnIp24ow0!/ARW?b GL`:Ӫj<$aמxkC -ƟCwQ\j=%Y"XyKcTJg$ONWc'izE1Ϟ޽i ߧm!}TRrzmz~uHܮ^tf$ ,*;}_tMD4yVQ;'Eլ BŅtҁ'>Zԕr$(0i:ůW?ex,2p7,)~nPY垈k2'u_Ⱦ *hkO=o?X:gp@{b MJ&lYb2 U^JG3SQ[Zede7^ypāBE-9۫&Ex?6Х5NzBYM> &έ\S+݅r/n?Sta,uGe 2ln @hp-p^/q{^*ysK-v+1 1[X#C_l5)ɨB `pU {w1Q=$c/W0`L8gCXѢA&|Vgleރ6EԘNV!S~lhLENgAW?uzҡE,UxvE4ZI$w !Bߝ,1#G|6q<FfG0`r끳(›$őHfmYdrR|ʸ+)OځAhJ,X jHGq'caTk9 Ś$k6,dXX%L(p /q=<d¶rZfLXUlie lԕ)T}͞ORYNrf_N3僰Wi6x 9UJB w! ]A\MN|H{z8j+[-$|[ǼUò]{ۥ{!Y\S ǎ,Ģ j4M[}͆ .8TxAfPvI[m*\7jj@Q>eQExws$QcgU4t+S"[ !ˊO칤iW>,Mi33߃IY$bKkȑL2ugڧɎ><r&s6IX cSaѕՓ$C"`ѕxeMh_M,. T6)=,u/'BD^V't 5,>CƺJLfN ?rsUaoHژKl v~NyɤqnzuI$3335x~p!sӱI2׈Gp9nyp_^YS-t~;ɓ/CXrwӤ -8My5 l\' bppR-^ j~v3R6Asˎv osC7(X/E{ sE[uuM$iAMkpuNJ5pL,EGe"nQQI$M'rHnG \R/Tn$~zʯ6G!77J6.5i5<^v{} l7$ ]q #. AM:v.ٱܯGJ2ϱ'D17r}r8fI t>#^tcC,TlV1~SJo芙ˊyJ@Jb{a;'}L0 UT3lX2.4qGq 5!=op LyVI+{0lv+&S`4!-,q'xx?[ 5z`@Įe6Ֆ ,YV4mA, /Xy xjpI,oɶDlm~e{^]LW[|rɩ_,;Ȟ3Rjk96GH*XȺ%ޛ;"ʷ p^ET6Z8 jYO՘ =#&si1UyT|nZ`j ۙKݘWSEivؾz(`rƫ+rv"Zl9~nb ;Fry=*'[cs^'[V^[c^:3AeKel5;&,˷b)*wX^0-Cߤ4;'_0Ǫv~EBj3o[oEMPjXm[}6Se9+ͣ_>ib|Fg`X㱔0y ~纍"꫓A93+>OcՌ ~2ϲ38!Px?~+#2~[թt{׋Qr<7Ce'Q 67w 䕉G6\PHkIv+"W!c}&+'oSB[OlqƫжU>=Ke_!"Q>]LDxp8YL 8YԥFScUh[.'`-[(zIҩ#[5jc9D"ev dj@CF?3 =]f}s !~21-82h۝tY2n9Υ=U̽gsꉊ`7XTHg=:J>bB;!8⇜@tDȃnw3t{JpC0& 849..HH&^a^m;&Kstَ;!GJ9-k+I+pn+TMDP݃*-S\~FƢLuĜH`G$#[>!YX C>i ZTkN]>س6$XrAY!ɾAx39~fE ҥ sV2N@`ąR+Fv˂ Qxt.KZi;?S'"lnq+xjK^Co3WAg t܈156g M̼b˅kІm$ҥ dM?Qǻ(U!bGy_L `e/>t.҉I$6Jc.i22e%֔km_|cwNS3==-&Kz۹pI\efN2XT^" »425p` ?7VFB:⪅'Rݎ *pT!N`o/榊eKurxK%P Qɯh)*e0k?@-ka=RB >z7Նe8X/-WJOSS/=y{k+&/"S&CxO~z"b%ĻkKW{ _X=$.\8pN@L/vzId S⥠&Hy:w|vt&{SíZ ;ou^Rp.uU'I:KC. BxdM V9%,$H(&fS娉'COa˷C[ߧ(6+`onxQ6z{cvŇq{{Go#k10_aļ׸`2pc\~: \}M~]].6XڬHyfZuwGJc Rq*Mxac81fKvuP?Z,_X%l I{\lEbr;"2㽀G6s@u}ʕ| = P  {ʡU?SM0XEq.ۚ@˾Q O Hice*VGSZ,}kuЃ3:v>dHWb >7YBn9^ / Qs¾Go`<5ˇX7ݸOFy 3pSax2RGK ٺ?yx;sF}2[ڷ{5WeX {7Hu $ Ȑ"AQXѱT@in DA˝j|AyB~hsڠv TQ6U x/aӟӧD<~ċca*PBgH5ޏٙ|7m@4r ;*maKG~]"7<= <ΖKm,tDԫuiYAx]_Oߖ}Lj<gG0G(,i<|.>:L!a8)0H@NeW<)^<=}vO߷FW n}=H-̟ !p幹y+&:Ӿ0ʘ GsH.pYv ' 'L|xyiH EY] &[SkuKRZ,Ŗ*,Yt";JAnj :bS k5=*~{VuU~fi}-\AjjRUͧ4T]8q°Q喍 2DzƌYPԲjH?;d.P{~Ct@R[j/\ 1L `\:Rm5;dy ^h6T@ԫ0O&WX&̚m=08`mRraQRƗ dzYx[Mm))*w ț OHlO*赩Iڒ6B/1SڤT^GJ0KB8̯'\>֚&pt1j1O>w`R(L&=pnoX 8#uFAr=Eئљ/t)%{o'".)a"7Iotust@n?n35?U"dx]]jV_Ys!G*ǸV+_16{fg>fb!I+ӭ  X4 lH%G0Rk T&$X.3FΩd3p`7.k_2D;5+gl"meٍGJ|A>̿r%w:z^"2ϐ|yZWZ{9Nk-NÏ$y<7Q'XZQ^$_jGE֠C0Ir|E$J,ϐilz*BWg^z](87|>[/iئ35D\Ls+|7o%f ,紫2pi `S{a{>4p8q3UƠ$@WPA9淦D`Dzz8AǏFQ ݈! p0hUtHSq̬/UfÚb(Ł8SF4L. xP26)kR!wgÌXJR3Ce'y` JZgIʹB cX4}|ekݓ61}2`3A|$펞QaDl٥▓sV*J3A. ƫ_~><EpEo>;6/Ji~B4zG(| g=QU:L5zKfgӑ[Y ":֩~{2J TCp3E'"ndP`L. x^JXe8 9Š(B|1)/nJa3jrRRI/:{QDuA= ;+Wf(fj9El1,^߹@LYz>똣8f.?t9;1?L+*.a릥r.xH4JWZyuZvBt E܎[RS}gB|F;SAAp#أjejkg29M[\X[5LVb:cAhJWёe,U_!0 shƭm†VnF"׽&gb#"ÍDeބBsOSBp@c*mj$*x{4堍rDWSc 5wv9Lળ P)$4$6T u z|1es[V1T !UdPMeieXc+GR H}|CEr\f@rڄFgNJIw=:irkt\Mt.U M5l5˳3FtW3N^*g9VG+]||݈T[#(NRP;) ֛9ai3i)͗JNJuy>&^7b>4hlWl3wMy(ٞkˎM+WqN %h?S=3~|CNUs3:M5 6o{|Ecxl nֆ=`Z3"¡F3.044z3Rs $p#sRd#"mq۳ 6r+Q,y+reDɋ=XOB8z2ߌPIWV\5N^H ϊv(1:C.NԺ׸2 jsqw[4 Y™6U BKC 3*91Xn."٦q F=vWFdߢ>E}~9_Oyж9 𛇛oG/z0Tar+E&ֹ!֤|{84=FJVD?-L#㩪Ty+di?Znq4&bӹ3Nm ~]p1DwooyliMЄ<V2NV%KcEHӯ9$eTٸ 6hs3l2k|$XSͯCdZ5ŕ9~*Rzb4*%^l*iZ!^Y1Z Ώ?:ME޿+;8Y(!)ܭ lEqPXY5r@$w< *W7;i/q\-hQYhǵTwؾjkT L̀2!Ń**vV@X|HvlRoּv3ϸ;DŮi۶B9Fp{ N@~!0@5U#e7q<6Za;7]J՜^qI hȝ-mS+bؐNNP3\b)63;T> R$Xm@C+f}v\M9;!>0yoXe~=[tU),FQ[P>϶6ԝDai7'B#$N2#w=W`9kOj)Hv=_Jo*!e,eʷO76Tjo߬̅S/WXY滚MI5J. ir6Fv+\)V,WG%,@ZK >p)*|AֈQ7TQUg.I;D޵y J#(k9l̠X[>AL!qr&1A뢱 3"n.EbY1a2yz\Enc??bH77\+~6}6$#1'P[o8RsӜdxIׄ\ҹշ]|>ҿ]3xtɏ;8I`CN_},$ͺGW\FO%r^ z XzlNbȓ!qHE [MIPnz'_Y9/ggSzwd$hy&p ʾ@5ʔ;!wTHA+j{d-2r2<'':JN?]dXE0XYو\m+WӅRF .<\s&zy=6񭿾1ea|OW A?KsXL'D ?f%j{p \>.V=݁hwsc ]UVT}_ 4jf'N刵TyHT: yB+c|ha?`|U\ak^Y*6vPSP8(ctdf:x7UC<ϫfjD"aGK)u@;d9Fc{p|- 1\u "[{yeM_R,tVw˕c;Z ?#Bo1vs{B &4gH+f?v~a0-}qʓ*3P-L~yxqI[|`?xrӣ[bt|­-PwVnE9}9osLKcަO&=L'WtmFP~i(V޹) eL-cT:ro@EtBoDpa,T"X=kߞn7?|VYk}5|)݆/Z\Vإ% )s5I? iţ-^k('m1S߫Yr\HP~" 3GlϥS@<e3D_6zW̼촛Ys/evDRmX:EuTug#ss/FxIЩvd8=UE pS-FYێ 7 z=)%E1f4 9 8u]zܲ I|'wSm]0=V |kJ{!H4~ 4Ҽ pMmDISx,66/Ϻmaz=o ,7WF;M-RQl "+];ٕK5+@>nUIu- Z^Z`6?CO"@U|`e 8/KG] H| aE6[ :pڜmQkf~yifjX ePDD,ʨNKjt+fxiqc?x/=7ȱ5f\V! oh,ZŴ{ΎɐI^u9BH59OK%%i D. @}274†8;0s dqF8ne ֵl)1?'(6Z@ݒ&qxP D\R7S;bKxٹ1]F%jF23-5Zﲂ8֋P&5һ!FO1/1BIbo׻DxȝgNM/ ڗD_}>,qIy#n3Jmi5vj6w<ڏ6#jW[mDح'yZ4`4dG75z"=D%Pv5؅X#JL,pL7|)NEg}~2yu1\t QmGx*Xʐ ".r~=&녖I*͝$^yxV4mSo8z:G!N\XȺ t<7zOƺ=|NB-c%/%fݕr c`eD&Gm9o4,r(ՃKZ(/MA:giG?C| sB[<µ4'S/\4.XC5Myqu{Šx:\:C]8[h c%&9 tXfm'UܐskRL{9يJ 5aYsU܍﨨SwOD; [X#:\1æ<?cLs2)يtDe97ͩgS;=ICK-ߖx^7gHE|Zmx!5@>X}Xa a[rLA@aWojgdů Cڄ?1KZ(3G*ck>Z4RQ:`Nk}M7$%Uag$GRc /}ﯡDÅ!zpڰr^r3}]V!O(IFEl* P}.do5x'Aڹ- Ő-MW*Agv5׽݀190wG@<_4in^}5dar2O6wy3 @Q< wVd" Bx6CY3&5qp(mRn6fXBd5'9\  ag&TrgmZAetC؈uw(`W"~@lVTq(6xa @е(hkB3ߌ QWTtiX,FGY&ʹR+x@3yz?/x=ul]}uUlޟlBIK!k{h|QWP mpGI7  JE9֝YSP:05Rlt/DiZ5fB˝'<\M;XϪ?Ye,Q-^wti9/}6>;CcKM1 [0668l ޳ߔ#1%ڳ)㡊#.'Mp$]Vf%"QFEB|& -HBPfwh\.] s@nt]\u%GSRA=d uGݱ=kq,V8ţF#MΠ 6+7C|\U!@ *q0OH{EQv`yq$Bu=Y`6)DBW__uNa洉@6{<!ɬ/O5N>w0C،WTlE,rb&ߓryN)/fcS0 !Wױ~2Y`/s-}})2Tz>Gr25ӇIFQi'1ʁ]8Vqx^֔Y _mX4|B4 m )e7ԛI\a$P-;kwcx3ג[+1o;pU|8b{)?#ͥゔ,o٭/Zolx1b-81^˓Ac wJ-YJ``5bIR C0j_LjnD KPEbIm7 C?7kf\Ϗ  ѮozԻa&|يQ}>3vڵ>89 ԚTⅥQ]ʑ(%,v˜xiN c\Kg&&b/!@ k)a"Jsܗ=PHDڴHљ20O[V;8m 4t#^|f_Siq `o⹜Tq~2ҵ6(XEՂg R^NC&AfD>b*חlĸUv\lx~tb:94~!bXQK!rV`J Vt#7!HJы7pR,a.}%ZWU藼p;+![‰u*?4O%u;@ 38= e 8gj嫚зG&4!\e8@mX|'jY܎5' 3 @kJ_sغyI}OdD[gJMO*dP+ ӣ(vɐD$gN$U{+$"G60S, 1DZɺ=;XK-(ݞ)TV$( lԽV ?(~ L9נ/IlZa! #($ a3T[nECв(4~\;)c ħ}ALF4/=hAE6}D@uL 4t˳S!p> e2uޢ&E/!:ݤyTTK:E, ׃e^rEL;SUF)1"'v-gJ_'F!vةo(ԆJyj$tEDZ&.~c_ >p83J r-D# gM=q GL7&̈6Kܔ@p}}q:45;ů<ܣ;6"'S=a hH ,GC`,풥$vDyxඁQs~brb\ I[KPZ0RM8TKdK=TY_5 8QQTy2h*邺VJhto)*IPn95QXzԭ F0:ȫF6{gM=S+71cΫ4ϖ{VK />BcB=oK ԳV;ys3HE%ψ_ik6*~jci̠0@ofJd{gKp*V!ƄQ).)hg: T#iFbMءpT!jt]_X|MbVt"Ź?ɻ2t$)mCͥ0)=U]qݛ @Q(bn<ჶ~a>_q,uofʊ,,؝1 Sﵗ&s5=Uכ5:wZ"CR*i1 _i(B]V_ ,R^ Sgw/ E|lGw|J}yl{ZK DMb߅?yp7&gs) ӹ>?BF< 0 08c0I$I#%'7pSh6ke13Bε3䩌Ň HQ^Wʝ[riSHR"BS%PLm*@;HsZY6LxzMk/9X/'$׾ϝ7]&wvuZd@>5-4 AoY{KNc!TDtB8ulmN,|I}2.x|#2JkU,N.2c[z); ZDy #{fftw;݋jY=8P%q\4˖TXޠ- Q,g  /pϾeu0)BI,R؟ ժQH7iu[M8K@?¹yP^0L3~q3 x = ? Ԙie.-5G?8Rn[7pǹrqԶ 5]\UNsa($K[1XcZ v]o-ahΨ }CIhޒ,{ew9pGiM*WcSy7\.ͨdVul_ ^htQEE _I&2-if O7m/zq6 #,jV@9UyL5D(~->a&m쳈h41aJnaI@]moHpKE;[&Q5ܢr99ayn:V:di!H#Eod-$D$b%d{B,2!J#tPpm٢G˘ t&\BM^Ac8b} r'qSw,yŨ2*@5dm.dU*S+~mw_ətK_;SfS R~~ja6xqđx5 goF.gmF&.prxKD FD<' x,0>:,9.J $QDô_7#U =7qqhG?~(0siQ]deԫ>RdB<[w)Lo}mcv1S.(Ss)J*Z~IlV !%oRsmFE>8T\˫]fx =  Dŷ?qk 1z5$& X67YKG\+ÕA}NJt2]c MҕtzL O;TvDE@(=$khmw _3`Ō2$ 3l7$e ĔoHN\<ٝI6g$d؀Z Od!xڝ;U]uOCPMVcC)itfg6 $eH'8Mr3hx<H7294$- kې:{,":GtqQ5Y1XHE1=)rW[NsIJ:Äp>Q- &[̰q#j6uf8*KxQY~65 ~̝4BXGk+a.?PNXG9i֐-H ՠ,Ak+ Q> >:G[q OBu_xAuYw+qE/9nC9& ,Z!SѰ?\ s10)H򺹔(nџG]b"ũQ)ͱ|eiҺ2r3|^2ށM-1ܸ8SFl)NDahecK ;lT&[" zVO?D,H0d+zUB! !>pflSh \_shU06`; g `/[lߦGĔ6쒢DUiLO!ڬ{2XJiV>1`(`EtSVydUZٸE)NihP 6d'5qj3¬-]T*BCP#G1Qxgkj@5IQCm7W4Fnp~p4JZWxа J 28L6ױ9|Ntv"UA{'InIFlDĆwtj w* d.*"^ڼEtR;#ϊo?Gt+hncb(gd]$zKl *~С7cWEہ+^υb~ܪkkhp\)Ri!#iHaZ,Q!W3븆%:mĺ>VCi/QPGNc)ZXdN3ղta+TVJ O;@*BOsθ[^޲Qnxx`»ҙWbwn/vNh Dr7\pVj,3B6M`3Ek/".IRr=:`cXD&הm훺 l {G:M*ddCGyc* gBu1e-MH][9ldY )93wizB4jicy,l *.&dcs`vflxkƫwrxK"ʼ # Ѽ::BۮX̳.Evqhq/tӾ:F 4n30fJXH9m{0Dq[Ȗِhn2q`^w݆^[!@..#DD'9?~7@]AMָq3&P|qA 0@2mlwR]2Pa}5ZGH _Xl?NlZ̪},^ܕlgl9!'H MUٖBNlD@ǓPoׯJ;<$UybjnCzFz*J"_[^kI.~ yFS.|q3 %"itr-)v7Iw՗\\R_0ZQǶwwx'Z{r~t-C/}-Q2TU? q㽙Q@gN#f2#&t&W)gTI /h:dˉvs!rG nݰ WI~a y IAO짨4 {)n6g0%вcQΥB;\yt&}@į;xZ>t(@LNK!WY15lx:2[Lm=3"jٵg@y|{b #| [V4b\s#oi.՜4SS[dF;Y Ź 0LyCg{Is۪]_$y$&;7AνzTrORi?-6(dt|N{*LrܱRE: Syg .;|Ȉt|-=+߉k+zاs'dVa? նSH|zQQh0*sNdxx!-Q%$mK՞jTcT* $f"=hS[,C* ݣ|yKZnkqS!a/g`ʹR`ݖjv!^[Py>( 3RMxDJ$5ih"u]jveX)]f͞s>Vwww8f e{M)'c&cS:'ZŒ=w _eOϪNߺ=#[2Z«Ÿx_.ZY+簩AYK~ ,ŹFzU}POb>jh- r&pR z:U\OdTB%};@ƶe8*6H W-lΞ`rA,Pn'UR1>I AΒ  'Pc 2"bvR #5szb{{mr}rv7`1lRЀ 5x&Ic` ,McV N[#W)1Ӯ?[9Zd+0'p&&ogi8'v7HԾڢ/Y$k1S eGCᲜObwEPF. U||~.?e$mk}F5ǐLb8Cܵgӑ, 2K.Vc꿷Ӕ,' ]"ݎ twKsY0h}Z:+xY?|; ;B 9Ξܭ'6j"3X>X9\ה䳯mL]i;@k{O}xU7?iB1H"$]8v\ĸ:r _"ta6JK=\o{ڳ 8ݲB@Qj&E{$ٰk}="q|3z7y;?m/Y/ ) kEbfr6^iBJ(0GySXTQ"c)gQQA41}npB(gusr~_I`&9 ȣZn֗"!U7b9wF~/i)-gߑ͘H?Qǭ9iv&tMQ^m 3glº0ZU5Ko/Eo)DW4 uIO j\ 3p֨pbQ+ۇrA=YǦ>yQ9tViΜhQYÔ}kwO|--pX7ac1Jc.aL4y'ztI^)]Zo#mX(3I UO3$4*j,кBC&S݁[d'8oމJF|(}P;h<'?ZԈ#Iq$xDQ>jc&W2[(9'RS4aox(I18u}xKsy?81 (GL<᯹K1^3BYڑW* *¥U&ƍ?=%a HP0fP2%-n(K1qMQN>z;/OAg4plK)'P\oo1 i_GclXRJ>t|rAJQhW{y@1LȦm"&m8v̅>ba\Y{GM(,CKYSFb.ILqa@.XnH{'jUAGЊƣ`9mu9okmy@;ScBᎧNans_>2'5iUy< AQfڌBP Q'f ;Vg߆I\5m#sw!5eSHRGmJ ڿaA2f UOVͅgzu>Z\ >;*8D ha5h/ U+l5+i҄aՍv5 fywGZ=Əx lHGIt ,ƇmA q\Ipu[J-ވ~0Z848!%Y+זOD Z}q^τnѕg.U (^ p E&'@<.`"i\߇$fBRwO~4>Т!7൱y%3qu(qlPAUᬩ~?~l7jbS%*rz= |O~fdE>s~%i5#ALASS\OpzVgFg2!n lH\u%cGKMSnZ>5t)Ɛizڮ'f! x([bM;5jZE}9cV=Ү3V; pȭ%0&>zT Agd7 .~PsYZ_0QNL~>lO"l!6: UPa;[7iv֪Ph8 02^^A=םoB*_3b$~UC}w[bb+U:_(~ WbRonדlu[&, byaf@Phz9m 'oXύ!cq::EH^_Χ՛}Nݙܻ?WٸS*vXSQJwT ShGfRqwS ڝe[\x*_9h;}]ZNa[J:c)5t P=%ʈӑס?;Bxloyp )jZmL 6hhVŀ=W:*M`4-(B0Os| آߒ.DLX *gA ]tr]\E>C/=AܻpdccDj^'w NoIVՃOش#( v3{4;l)7II'MS"ϳ)ۇ_X6}(idiۗPu.8d4>EB_oZ{Q N\U )^ de=,n[v z75XfHJ`1}n@ P[1;C᧤ҕ3 FQfZfp)}Qc [60fèy\Of;Tjm66bio$=:-11D=Qc|5r@k)0܌O+W'Rf& !V.-{F qz9f"xX@x1y֐NG-yd(BB#Y^8zJG%bQXz E8hϥ5+ OPq)i"dXд#5{TXBeHGMֲ@e1lwyjАĥ o:fnTsJv[ w,#R xбH)A#]t hdHH$,BZ!_3)Or S$V’}hWw6yjf\}U34*E)q S1F}k.DNԂ_ wsN% 2ÓWW:= .g,b`+ۇb:ymMg(#,v㻔Hx?ئbfnEY7I@:dTCiv R[d>& ɫ ' {7䝜;L'g*D͂l^ш''xo(t8XDF߸:A b}OL " V>FUv U+-W9oK]+ g2bxR<:5՟\Fy *f<NV')vX*5|\KĖ +=#uW)OĠ>q^9s=xO鞶FuJ;dSV(,hќC.\_rD*2; ,fkcԓ/Hj )k QC%}gfeK1,Ӛ>\g%hz{(Gx<@&d$zjƫI~浇 :EYKu޿l^') c[B. }fTޣn0]k8.ƚ<dG56ܒLrtw]^.,}J(e&s)Xm"uTA-}}-"vxzB&yZ"5"$X]qzxcI9 M5˧%U?1]_HxU_`pJB9Glp'Tr hDf6L >bW޷8=#X #{j喧x'^4$n>H[K"SB}JI8wFb_\ܺc6*(39bɔiw[dK"eEHxtd/"B쥛;lf~:{<xMQ\޷a ̘qUa~/ʠ87g8uI#>,LÇ72-F֪oU(jOբ>BCmWB 4=vd0;a(Ul\ySԏ}.r_Dl/Q V*wL/QXt۱} W )|΂mnB0(Rd>R!ݹj^H,SB,S$[Jq=r H)aҊPM4  ~n+1hZ!p>o=UC1 A ќJkkm8K(ʧ%?1;z $!7 ^-{*CH;=\ d.u1(\-] b3`£gAFw&S۲=EJp>LLF+l'ڻIچ{+6#c?4>AΫ 8Mnآ嬋"DI<H(.%QBG:CYީIJ*۶`Mq{D5$'$(Dq1S,6`N%f 7Ňóluֽlɒ1$~+gZd>^m  [-nڿ1,GSx$i8Ee2"<䛲o]a n*w˘-=IJLDf@h,* b8r1j4!?_r; S'obnP1[a*>jXk@W+/̻g;&m-/b^g4k#2.09ZL LfEj=epvX]=$sD 9j[Oٰ{ź1֞E.L!`2nִ  _m jDT@~m/Ifr1_Ѿف|=Mi}6Y_ôGKhwU/9EJ1%>~+4p;Ǒ0`RI+,[rSd? ƹ"0~gV)! }G"/U[F23=#U8꜎9TLbZ6ې#\>͠LhoHv?:Xw%5v[ŒsBQkOYp 6h% E>cB/)xƀXN\eUυH;v`~ WFH6?71,'C4 BC)eMB'mmOD@{mpH?U.YeW|YR&[y"nS~ҡ]WM#Ze[R> "RB㈑6|C8@$E2aqIIN))%m*ظ^*. i.s"<1{Qg0%_>Kb0kRj#T=BK/gcP@1ψ/|f+1|wUvyY6oAl <#w8 L{,{͜+"DG:ɎkeOٵC)W'3Lw04s(JZgy&8+R˵F~9x~ίЙg Tz}&e8.aĈF:y"pd!f|^*';ORiGߛ8ziZ13@ΖZ?y~aAz5aZm b3G](>g?{j^1Vu qU78+&[Ie1I 1p _`x3^8 Pon82"sΉ&t{\v]0`_4G)@JD˺WCmC 5 jbXNFlCg KF,QHUe$#:édg#_N>IehB#tgI ER FN:=-u(~J> ߘ q2vF-|@Q֋b;f{tv)C&jNl(#N0Jۻ'/ GsD:r)??Yn\,Y'MZs!KtYX@׺01O@ m-W10xN_bhh׻SX N%`E)4FL=p` Q<̂ݏ>ٵuG 4 "*hA =Y/u#[{M+@&Eׂ7龆ajf/BS3m}sR\)ٍsb Fb0 2| U5DdᄀQU)|jrX]cgCbY6{. twMתA oadTcabz%ҀKZ/.F<,CFe.ΥGox'F:OUL]nj 7=BuZeH:W-ԅH'֋0TT#`3} ~Qj\!f}ȑ炣l'v'miL% 8|"G6}Qv e^m ٨/47$n)S]JSTR .Sj̠&ͲaI,#Q#]4K G%hU\Ƀn~;gӲ4b \Y-\v9hq|aBc!49p!xzZ3D%T4_ks=vTxV~E)rYUs羔wJ8Ϣ2'Ir% ]K_4zG ,L֌iev%mTa٫ľWQxdYbl˵ C@zvg 2S Pd0乨6[Wc8|C8?RG o1xrg^YU> 1"f~lPpU4}*Z\T*|޶qs " ͳhUMN7rmbc]aNp!}a9'Jo"b}d`M+vhQ ;4{7el'"jek@]o٬{tYgjHdu!u|Brs~M ]5I^=nэP9- X$oOy gGn\TghsӒ2LUg0jG'$B в'i0?2O|ET1r6`N·QS_I 00Xkn.#~7\AaG7dzoRIN֜=ۄ,N` ȣ^BŘR$$՝KN1aμ@ςNv(I_jDF\YX+dk[ʔ֤kZ UF6m Ǹű=۟ 0=L]f֌d,\BQSI>It" ٝZ*_Km\_oKk2z $9mVzXNI+ڝ}P,Ԇt`$~7NӯaԎ77௞O?>,W &M3Y.l;#0f4ŠU?1r,O>z/4{!R@g>F$Q>=\XdLjytGRv~OD.2g/0N_y!i5[A?@r$ezfp^EϠJ1h @ sPSW4ۓ^csbzvM]H:d-`(M^E)Y0rGzkTE/xj5|ߏEVCKKE5('VbV kH9Z!?cyTAπ֝*8K.sjGU)ߐw+DUyhKIԤESY[H;tغmE*uL04cc1PӗeN'VU_z{T׍I%ͻ[_b}> rG;4MD=݀[E~Py0^n4S&pV+(ÓfCQZ[[q_&$p81C~$(i6Dij^1C_g +1!NRkCF7z{ aB^-#[0U'46ĆGJŹjn.IxギҾYѼ?k!G_%\@b$ em]'AFѽtZ פ; PR8l=?]IagˠV)L>\c22TrrE*AO#t.bXR[sJjlXM#[ELn?&Sh{{բBj@y &,[i -u <7F!_9Y]䷇Š(` s \Ym۝3cf&9@ ~Q&sYU㶁;_k,tV?qklH,x;Hw-SQ<ڃlΌaX$BNѦL gY~' y -N5_gj iGcf"]ʓj 25%cL*@-kDUۄ~ ʟkFpX&9鱸f4@w[3Nif[}) є.Pq|ewq}ЋQ Tf3i\j=DX eSbMΘI.91f0B>H])b/Uݟ:o-~뮾QPK Sgy2MrqV` zm pw#z`5Ǎ"|ۺ.J.P\b{$l7.Y"[X%nERn龥5O,Z~5P뺔jlczb_j8(.0?7ʌ涧>q=g+Sj>n %Qa> * O+tJ͓sA*T.ISB9E݋hy=w^3ԸatMwɏVt"ܚȄ֦R&E4CT³Jv4k2e,fwlr\ރwesђfUamYsT@2/pH2gtS]ujcyN9{D1퇩P|S1n2W@ͷ[ZIh# ځkfj"-A|Iqn?ԧV7UDQ@ E婅b t_xI0MV,)q//vhlѳkSx#s]@bҗbUGT _`mmM~Z\@sI nv&M'`k*Y |ήIې` }Bҙ%n wm#[}ݐa\owc;7bT}#RO@E&6Q֊{dҟ1:-e?pɦxC++DoǙ-tHTٲy]8v|O\0MUP@֭m;}~3?nq_wl埡VIn0v&G. @BH}Y3DŸ?ki~6ޭ|Z0eӁ8V?@SVOϷy˓ܳ@)~1 '%cqҪʚZߝUSAP\ユ^R@!&XTdY+ꗤF=q 0c]WGⷎYݴhTt}3 5ex' A߈r{cS+z󘱠?0,=a?6IX YQu^ OR_tNvCFi|giSc33.yf}%qzE!'r=f~x-ͲCӛӒ [Nq710 V&raHVVH"x\96n!TN2)ӇܶUTF `o }=_PR~$YFxDv1dSNRPpG ^ 㢘Oũ".wVf.7ϫ 4Orj|@2}hתa`CSRBkG%Voä̬.EE{R$A#tfW-'/T}y{yRX^EV%*Z1/j iq9uvtUmNN['6V/UL_+̄#O^ԝ}[j@aP'F"[xW FUgaꤥ;Gw \Z3B5)?T5 uM 鞄'e% h״on4{9%NCs{'<\XP2ixF >v P=q4LNX}k~S^x3yvz/` ~@5h"n,VA c|la$ta^f0W R'o1ڐCjh&^H &_}ebOGyPj[H @ȘsgR"yk‰&mY2ϼ3Gng⒪B|$يS"oY'_d vohzY.qb;|)/M\,@}lpVaY ;frO,uƻI;W>cF8lO\רj!z<0(D:(f҉\ht DY=^)ɣ8 ͸F )-+|e}Owo1Y,Cޭnt ב..^8n/akQ7Ecobm5ga*] Mc)4x :߾oy4 ^MyJ ~\F&(S{ ~_d`#Ǽ損*^lڡIz,#2n{8#`^6 h ;R*ԤPeuq >sڇÔrbd oꐒPO@AG1Ku+rҫ8?hNWfV` +YR”ndL(cn90BwْB 86r9Q"*߷eZ}`@4Ȥeg tCf JFmv[ઓ[M"=ߨl)1mSJ$8V1^%;\ӓ‹=]"VD$ PźٸoSBѯ څ$^{- M4?-|DHF""~zҮC_Q LsR/'"ʕ)*j@1o ZSiK>>{#p2i/(Y,YJӪo%7ASaV_<Ӈ-;eC&?w:$0HjQw֤dբu50Kv-uUs$7+^Ҕ:8& $*Ϲ,~ 렫t zT}lvS~o {B? m1JǶ'Kr_䶵f|,]/Ѱ?a{> !:| \&0[T< !u n%0s}rb,qt~_?ﴏyFct|Bk10eu@w΃v]~wtt`l=NfTAIda(%;8bʔYdL8jjs7rsavUQ晤>ELdp0I:z+,߮61g[IvH>B1+Q)F]s3BQJ Gw<=hD 7 6H68 j|aA$`*=S[>a?ٷEөٗB `~)[m*%4SsseQDud1 Ewp;4~BQ;p_,k ! tpg%TmЃn5/1j6[jݗ]Thٱ+ˈ|=84ǨJcp84 Fi}!#w4D+XÁ>K:N-vr6ԒM!RD~p3mdsO%ÁV%qp+ O8 < A/G͢c--t&2g'vGah>#R"tK*^d2cN#"yD)Moۑĵ#K{=&8.UoWHrc=k" /5rqiW~4⦘B(4 I*Y]jz$ϔF;⾜uQb[9ɿf\E} ZjLC|U'G&ݐy9c&3G@ 3|K3dG[#i$ARCNKzd vs@EN!"3o zpءֳk,Ep߰64me ZzЅɕW"MJ% rX@s|YUkCBh4fE~m*:mMbM&HbK0E1+εǨL~L<+ͯHlh"ƹhMsTWY bS_Ո!E_cxORd- Qj.o5'e3<ӫQV `kt< zLcidc! VI-jYk:=v9k-Zl9wkԹ  nKoPƾV` H/}",-ݮ(X`I^m!Wރ'aRRj?fFƷKyસk W vL<.k2ǾޜZ8*ǂ[lI3r.{e}҄_ Yژ/3fZl9y YgG jt+XQtw="߼D]3 P3 6y-,@-Rb_oCE|>ߢ.2kVh!A×\tG7"v8%$ieCYA)nRpay1<YtѯE~ lo|Nl,Mtsه7I}|Zׯx%-W.D)U/중h˙k,Yc,@#iLJ4q2!O΋5) :/,FNYP&4PN#qy`ŵ>'vᮘkmc[CyȇTfJr9:)Qh1 R< zhn1E 10d~L=Ƽ5O3wuuGWy ؠ%01L. 2%]v\^dZ'&ᡲ޿^dZ4~]S @',0T4OXJXLu VuivIkUn̾QG,&昐aHGgHpR@p,gAx#89W ve;l_ (^lC nK %>"B-q\onH#*h1(VY͞Msr^47E\1u @"Ow<КfU\%QoW699d"fJ2Lir ¤t$zďlG@sR%2@%R+? IȭSx E:\_$և}t]fL%Gckՠy `CeU׬-4j@cZLU-^1՟kmm9fgzǖ r.Rv/a T00"|Ycޭ.*®ۣ+y=OؗOُݍZvﭩB9 lYt# 0aAVgp5E0-:ă*\H{uB""3N[Kr/.k#ٜ:U'{;-O/OE͆|X[RGCSz %aQG}2!YX IN'0QzpȍYDȻBNiqVهO֢mJ!qnJqhȨ!5?-XI')J$vpT:E ʪ=cPŠV^U.l8Qa' 9ˉkA99p9d/0L -څȆ܁t3bruR #GXVXs0{pa2M'6'?"GxpY4XV6.Ny5aVU; @(D{.qF\سBz7IRx73:Щeڧ'|N(P}%՞qr L(0˲_T*xD[?-3[!/rp}]* ,EHpkU>&גƿ :Ag+㴂ahC,ُݛqFLf$>W'yU>:kJ1#IxزKŷ.xi=ԏS-$AX6fbUu;y1%;߅ g1xy1H3&S8L['# GFJm}nAdpÎ`Ӹ9+ Lio"w|vJR_YH=r*)AE]a"V2խ6\}ǰ<#OtC +$dOBR/ y降`a {n[8z!q\KM.Fktm1ҺÌ Gfs?,-cW z^zb_^D!n9R(JQ쒩H\T7&i+e*)eyvՕm%?r |lR/,W?yqM>jU~Yzt _`p(SPr>8rjr됊sCHM+dzSQ𹥛V~TT#K 촮ǃ)k'V+NzE䘜9O4}RzZY4eEHuO p>1IA(ܠs#(^|ŋѸ% TY$nTbgoOn䆫,0s!X£߁B&x fYk"sX /3iV"nfecP^]8R =_soF2il!nX}_Ȱ&dԷ{d4)q/>jli&_w!$ߕaC&B!ܧķ5gQڃ"u{X?+i~ַH)s8륰QxK_v5]t3T*0z`M uD গ{F!;*<65.dLgth섃Jgy v#}'vo8ߺ%8&CU,AR*|PQJ밃 ?(=K%#oP#oKxcDsu>_Fu2>jv!%Q  jR(Fq}A?6Jɠ 1 ?(*ɪ5i@(mQz Jg~)p}/ I䙥E*VnZϘx,oދȟx|Cwf]^H"(5_. wX U=:;^\e^|EX}[Cj&S~-wFe!SFwzĖɘ$&oiCS2j* "SnAi?;|v[񦀻60[̓H#d| VKCʆ'.C$,V|ϩ .TphT]7!!Cݲ;EE҄֐CTN+ ?NOgkLC=nKd {f. F!d~?s^M@~$ z>w+[&@QXuVYquh8ƑnFwRwD701i&U<ɘ`:§^m<3;:IdɻyX/3KrZm M܂$[zR;hGPdWBS"+\Z~h߹,}KIw'uN ZfL/֮} M\g(" }2U)~~hdZ3; #^ /ZQe)PEwPLZp-}OZҀ/j/O$$e䐣bۊȩ*}k^M&FUM׬ ek6H(.`{y.( mM: K1 @঩OV,b.Q% N1,: ~-WuD+j'")k-1tKvm8ȟ0TVx7C.QY(vqv.ypws:vJ׀ҨB}泮Z b q4ޏs E7uc60we;^Jff8'ߦ|.FoZ8jESNɍR* 5Ot6RMeY UJ(*+NpJ-Z@H{-tQ:,;*ug|T*KH7tl1OZkxp L*2Bl-OQRtQha= +PŞpKjX{pw1x8 ei@  ځ }*;xAeEK64_T*6uOفDIۀtg@n,-6p#4붋TPOBRT}>L~A2F&+OU%:js's dHp\MQJІHOMm׾Z'>FG# <}1\lIPf7`N8/Z~aU`ۃf:laiԇ0j^JlNEߑu <»:LT`[Y} K18Cv;> ZQp-3LYnhR>:Hc|a d6usfJBƸ,vVxF._0 \ F *6նIυ9\Pr[y!6zdfv\MqcLȠM&4 A6:WF^Na2.H,NJ{IhB*h%qFu CЫE rX,Gو,8 ۥCVQ }Ir'0n ҃d5;ʜ6h)j7$fM݌sRZgl\eKN"ם'Ov[{Z@9x+&v^,3t^D 6h.OXkGEJza|33}#Kce>VQV%ژdZg|8җ)@a5XbjFcps7Zζ#HUBٍC`>K9FE.TY2XD[\.̺Gh:j*0 9RDFVkeJ0#a ^^=4+v *TᷩV׋2񳴙ʡSJLXc 'ЊbDV5 D["=شW#G-vp&y!Ik6eRdfo}9R"^X_y'ffZWQjG-v3V #jnw'}I爳iڽg чU]hޟ2!Liqeï'EZ XP,ӌq+Sy𒏺tSɶcmE]E=\M\K b9 B ϪZ^{B>äDH` ɈmE3o虢4cfvw;_p*:hltIN䋽٘;@LԿO kIV~w7+|-0K-"v7 af,=%/|A?Qb$V.}נa^j9;&(WO3`s)[ʮ)%g/!J&/]K~\+1GjXGG82X3/0R6"qX򭒔;֐Vݐ0(Ҹ': A0mƓjjDq6%VX+_!JY5x] ^0b Q{(rc! /G<%^pWZvVf Ń@8Ơy=9"B)YOd,rD./]e(//=B#^P"8G3EwDqY"po܅rOp'Y~USYpޅXa}]LPISBLkl74n s>(>U}n&m?S5>z&( \ N6Tf>l@  W+'! )$];S7;jg -jØJ.h5Ldecgi5Y z_bflI+h!#2v«tx w^o0|w%SbS6APpTqˌfQK% zLmX#8 ,; $ IA裸iSiVH#L : VQ]*Ň_qNl1{B퉂qs@wԁï<}O0I1ܹP9g @Z#ox/zI)9#%_\ϛ,ľҶ6ڍs_S*}{DOQ~ NgIaSClg.*g2ul3 n+qҊ'8mAzl ;3.4ÄfOc,SoCE҅ NSS' Hp[v]"?JrJoԃ΀96Tolɖd]՗nޙHJLU;u_?bME5|+/㝃CfCzx?DnK[]3qMpzPD *!N7;TnT $"h$@͏&h$F̯پy6EEs:N ;{U^S C!rax0ur  p^WoҎص^v%e\NvՊkTLnJwA5&OtDX@ngzĨT(!XPKo'aE([v&:/%Ӧ+_4?Y疍Z!im7-|GnGGRdWqUaH7 3OT"{} n5Gk2['C\dD0oBN$z#t<_7 jI~#ܔlBd2ARʳ@sxt6 NM͡u4\['xuBж(mGn{SXkt[ 9BH &f>4C)lO_沢V.5Fw潺tw=TOzTڱ,4-չ =@D^HfA r\A)E]qԘd(d(T-~ έ W`Fo/еS#"7 ' s 3^(FRLl<R\(|w}QP* UD0:-Ye%/ܘB˯4BM`S#BgYG(iѦ-Ky}KMͧ=3 <)-RSvQzgbPbҚϼwN_sfp%pLAvEB4oK9L۶+j9xn nޚ;3fTž[ϥ/ع8is2Tvwʶ uqWf rH O-jN8Z!8I 1V(/5{e.s(Q5 Orl1f]A#@!ljohXRI$i\߆ɃA1Ƿvհ6ƛBzիnKz&dwOooQh&0\ؚ_y5n1zM^:(Ux_Jh::k~!(BWg!=Cm8wB@B*酌H/{Q$8@% 7P+(=D\Gwvh¼ZdWɎZPcGM&|#X3*Ǣnw8WZa-5ƪ$05*iL9y-V x1'BiqkUÞlDpw%Ν#V3S9@rog\B[oRfzeҟjrq$3f+p;$~;Mχ %ˬ_4B(g1z @ "-P?C8公V:_A-H/[m4oJ>)]vNvYCJ#&( owR}/ !&Vd+B}t`F#;q=&9v\F ܙ/M퓬H'12yfwD.jX>J ^&Wwqil▦,M25gLT+ ^׃jy~Ol;jT͒pI 5x9F~- TxYҎ7^h cN9qYe-_r%; RgBS}|S.op(ꁄr2SBtJj d{{K2H  wM̄ W4-k%wV}4d8qbF.y ^-!p뤟^0*nCl>tz8)o(?j :\!JTbKtQsXD^n(6Y/[ZJ e%& ӭS[?UG.d5.u`P B?LBW"JfdjMalCHB7 kCPQ12Z\>~uS!w4 *Yv7e?N,["y Zg8GРFxzگJKFl:NG"9VDk&JV6 »s wd R cyX4K ȴե'߻4hP߀ T0P0?$`{5VB,JtcyHѻu Sx6A{T t!U-Y$"2R%_p,KLIZI,k\6H΀ 2v9erSM#|k @}ĥ) P^@l9HySn1[aXvJUEGeeIQ$Kf| {_L >뎿e]3mer+}曑f:iOGN!>&#| ۤPAz d1R|KӤwvM%~̀?k1+JF`_B:H.Eb(Mi 8ʐ.mĦr9Qk=*m=M{~ܠ ;&<uRW|:b>΋u+^`i $F)/u!K"~^K6-/iMHprC<gL_!b4Mm6o~] mx<~Њ,{ʹQn 8`1lb+_ Dֳ`QQdiD_r1 R?;} &Qbbʥܷ ]]_p)ǫƮ0~@ eCV9C}ȻVF%C6xajo?%ESڨ;j"J7SA Ev"21r'9x2s:H[gg }=@܄K`^GR?PӀU4,CM^gVc&JK2(|S3- 6F,yU+Ԝ@qXY9]`x5eH3r9))VADDIK>ywJfwË8f(HWl42!}"ءP?p$\ViVo ݾUZ8T62WhRdNdJ(_V;kiUVUԀJU_ "WBVoǢ٩$NiZL {So۵ah!B G ~7U}z~E3֛p܅2. U,y&|]DRN5L;pnb"CJփBmQkڗ">0lPڸ0)jb `FE++tڷ?|kZ%{Z.kM/ 92q9fDN^O0S~o7 vK%+$Qft-j qM٢O0mAV'O} ȹ]W& [P zŒM}Л8Uot\"$G:vrbܔwYezߞ!MÙL̰tf=XJ)7?kT SA]ZYj/хkk"/mx}#3s W*Zb7ZZ,=DS.}e98ǵ{lW{BΈ :SǦҿW% [٨,!bjAq*Ha=lU`96ĺR:ߣvj! UB8ɾY/7"NPuC-DK68eO!_°&O}N .ZM+1섏/4a#`LA?M=Τ;¾dw:h-~t-ff堊a~Vk?J fӼ`dh"_Ε?!AU|<8hgIV| /Ïql+,OIDHNŋ涔W7+U!( IHr شL],âI8k-J_*ϡ FҶŷUBU?CtWM{m!-߲J3GKgÞ#-vͿp{)ѡą}i[rG`~o{Z/V"N7ZSy$_- 'X (E}7kdI5.3 B^ǫ~CN+|qɻX60E^ԬjL5n.OX댋:~_ʆ"^QZSJ9įm`-i}c/c_u;`;7}[]% "yicŖ%aRۙRkVrxki_I/52Z\&zA nHanu-9]"$uھ&:Apgw V5萋>zֿ x0;fhYEXh$!g^ *3D"\hA$S[ԇ9]%Q#> .ŦXg~g6X~]o.OmgxpgDIJ"TMja/k3vVud+]rڭHyd2mj͆*Z O<B9 bNR3{tR:닽 ̵uZT8R^ +>?[^a7ZL+O hGQ*TXhm{t8D%N\4 w`[]û0n\f蘶_(67(֘KO#ݐG~Sa;(1hEG;|T#1x&c9[TMGy%y4.h\FH6w :>duNgcRV(RsvEɒgAR,rKU㺂nfsG߭]g(}>YHsEv_u^p& 0u^@4 g~^OA1'k9!|: BbJ7< Ej? UF)":)%qUCD Un|8خΐ[-wK״rp]ݢ/MwPJM1<j7~Aso>vϳ}*'ufl >%T&TߗSLU=u +x (3# ș9j#: BRiyѻM?E)PR3mUC EMhzeW3s"Q:T'kpzE7l)n([ΓщXJJaBQgv_ ,|"մo38H~ 8kAqNtFV*OOX*/㫆+Nv1Qlw3l7%e7\( ފrmTYistiͼ.v˧5q}Mhͤe֡I+1Ҽca'c*gޞ ;FE8LSָy[y'tY&7-t˗7<LܸbdBg>HO?A.**ۖL]?+멂 0F >u,'_c6Y佟P!-}nHC1{`R}ʂ@+QFCu,pU$x` s>)m 6|X3xY4QtKڗ˸.!PubT"0L_:C3 !`#jf-gr][m[xdLDCP_s'O[CE6_1#Oy<fiDJ1f }r$OzlV#`WJ)ߘU4ø܇Z޸*CSAi ;8wI8KA)H ) c^\.9CRAN#?")w|0zݢ|i4O󎨑:U4NjζxOT~;ݤBQH[VZi{1A05˼ht//t9~w鶎V~ER  4 { v5%{LLtXQ61|?Dv撝 \" 'o{͵N/`o,=53>t:S'7Y]lvU(;C[j $)xiElW@1jyO^97IY"a:_F}VW̄׆u&t8`j č%k/?Kl d<^>ޜ#˗%շoi])?Q8N b'z#p&/!2)M}VJp}P^{AᎲ}`0ݘ0K'Ræ! =&8B$&ԪeťQr{ z: D>{l;O$XPrwկ",fZA(13qG;(@;eIa'}sbB&gi+&Q3|ZzZFF(M1緃Ll #:\pc>]ٹ?81EpLvEQ1 d/!i[YRę | Y؃veK37'@W=j *cNٙ`6.oaT$bW,=PAyW,U6*LrBݓqGbWR=el~nZcmnYY.Je+~\  =U=0U2ż蓪}_@ Oٞ愙4M'R2b'x0Wn XqzlAå+RDEq(5ewL!N|{,ӡk`K/oIݼКZx6uųv.O[tX^w/pAK^MwZz $Q]u5[2 ^\:i>UԫWT%􂗁R|@GÌ8YQ4 ٕa6'ebMhzchm3(蟒nNW$nSbSm(EYP痱MtTGCroɴ ]puC7NT:Y_C As4r^)Z#q`=VVc^G0}S21J' s`7kHbq٢ssXߎ7}* LDՑyG4!lb#ǛU?v 8]7N_]Q*ˍEB9\+LZZLnvđX(EUކ(iY-"vlGjiKo}a IP4~,ד=`Oe-j$zn(ס5E$C*Vή7N3;OʑM2lM9x,ahpݫ#|u]jZ.8ϭzhH`uT lNH?#xs^`O c`as.Jrnjq$N*~Q) 9fNQ0պbgj|O;J71G㐌<k;fu+S!T|7Wa wH8!3 ag/g0]XL㝩'i@RK?hGm9R 4PZתwM}YE)fI D&#S`ݪ&J( adm1!?D{7/R'b\Z]x6Wtd ȭoQ( ^K&&FH0s`:\W6@IhK Eq.eh c}4Cxu~WBU&wsY 4`v8v2m4¬z/A+9mz k!@`26zyA/Z2!#;.@)vhhf0WwP9O!Btv'塺jw,gfۺoF5H".tߌ4wĘ<ٯd`okG,1s z`LDO Q$s+ bW^u}mب("/<V\!,-^)݆"{:dNFX|yݔ]#W;;"+1cU-rL,,UO)ܦ.te(N0r; 0VӼn<z7 Gq k#KnwoMw|3O(?IlqfQxXI1ɘ]?u]hVh |^^v>y=N ]7' }ܹVM2~;FrUZ#E$35wčbܤ?| lWS:wh›liؙQ<DH0jcG4RyZO6RC7nk 6~xr7Q\>+V!|6)|Ƕ S"IS8Vb͉EȑTXU]YKcIzp뺫;-2r¾ L?U9^<پ714s伖ס&3p2pٴEABu+d3}C1 IY!`RF mc?Gu5 ^352ސNRޥNEjh*p964`8|j1!aǥf^|ZyMV4h=ӉرVy"I!wҍ"dV*jk4]'ABjWky[)QkvJ n1NW$3 c<,LS~^~87nUUfPV#=Ý8=Inm=C -+5sE &l@:/rt8'8`-ź",vDغlj ?Xy4 aW TD ܄/]2]6 \bB,N#0W!tƀ.ZSq˒SHtw[YpgDؿq6`)Y"%@=9NrQQ` [N x4]TQ*%FPd`0L5+9L^}Q3% S'^`\qֶJ]V2Y*},a`j\;W$+i$i>=3*:~C>J%Vr =ϕ̉`ZlcYߩ|t D /p]FΠkU'f);8N55a]/.5!&0ʁ㑳><_ѤJPp`z=: zh-4H C!F^ԥ]2 >8Z0XΗbscՒ>+U'p7Xǖ@noR_W{{ !~B%h놧761/C.b̀@%2U?4':|jB YxQ09w[\Y|."*{M7{t`b&FeGa/=mQʾ[8GAJSq q^2p!|bJVar IDh!Fv2,q#MV]Ĝ43W7/51hg%Br߉u2@ɴU珍&\wChum}6y`,i^Ӣ#ɓ#n?$uZ>µDLc%e"22Gȿ=+6ss#?%鹬/e0zUϓ<{gb}kk)oS1][0mW 8Ķ7"S=Q#N) z6;ťOO``n_asMR+@[c&e#8_)voȝ9Yu ugƝDQ+RlwD질hkGU= :PiUیZGȁB[sI A(Q7Og_gk؏6X#TN ^u6eڴȰ*yn`x!L,zJ霠ECNf!pgb##v?׻`ktb_s,d \]YDZcO*ݢ`k&;E&ⱅZ]@CU.y]](7V,b+*`xu{7Gek^`> PJGab{ȩQNZlq|yo≶`ܸz%I]@`(۫:3ASM2hڃ+',:8?{Dg (rY`pd=pD Jϼ-|lB25ۋ{^in_jKmءPlp`!T!9{-6j $@Rm "_S/`^e uE߉!+܀W_0dZîӜܽWfC3o[ɺHcK< !"LyX:*#l>:N5$f&+$O*P֥-"ZϜ_oO7)@BΙs-F:M%nx w=L4 ybW4:rB8@萨CGCj )x握lp jq CK OtPo13&Bu?[C+ GVKf[6b׃fZ!|w2BJB&kưv ٶsQ|l[ kg(V[4OD޳0AHPTVK5yÄT ; (}V- Eث{FD ݒmCF?ݔd#VH#p_nu9bhtąɋ 3wQ!D70>Ri oAFMdz7|(!DgdX_:{#k,]^u*H= ъ#nh-픺yU{avZzFe{&v Lb"GNjd}dZqe;uآ/n*πt~hlp_72V>E܅q-clw9Tp6.sЙ9%\{ %ڣcj/|Fȱ[ E57[eh 㼱<_cۍ=|^f:=]nO?3\'tBí`ؔLi}ibjetX\m^zL\\CeZE+>B vFK:Z{e˗v>Ō?y,і(13%+X$-=h 0eb\Uh{Ɲ튍13gw.(|FԛwP\O+ll/Kٶ0US +` Db=^I rT}B4ZXZdI\d<()`:kOZ/ε<ŵ㍇[v]gHPh(l;&#VT` 7߬p8eK''iWT[`>KW_rc4lk\i~ZڠΌ|9WWv 6IbB~j[#-~ ]3KlG}frX<h^@/lCǘXi"ʀ`Tam/;\lMϴl!] q0g[ɍ TROpHAMgfI37-B)JX x- hmrEgXוȶ>~92Q\j_@f'P]LQ'?uQGrWOVUC^P1.rA@ V?qX $G4@j༃Ws 9Z Mj9V~F6>Qi=D'$Ah?"8K=רfdgmNjy4ѓe v _}>^Le5qQJs8~&).ev՜z(|^yW,Dž3~9:$(5XQV78|+꾇*M;a@Lwivlk!"9 ;ys9K'BӦU9B=m}Kk 9/Ѡ3k*6!~X5p(_LPb#(nsyҌԇ{KU#~ӝ]vIX X)9!Iz~5S]gWgt{ARsM6%8L`ica4@?24m+|)?#OrM.`fy W AbM2t;[c̝. >~E3ґ1K?Zc K%\>v[<"A=~G{|_ βEG-B\JD[ju!v@RTjΝ!W>--Dr)*'%b+7hmao6 xȭ-3X!3+,>4݁coa`%>LCs6M۳6uTuaTN~? gm%DY'y}HB5ʉ涳-St/C?.@;_Caey(uaoƢ֫!i,I榭ۜV o]GeH ZW{>I,d]PHDV LwMg_@~ϣRo lwS2O0@` p.%\7;CPB@\\P&|(\+_ӊ@k2ݥ*$TFޫ.4lD:# )ϙ+cbEfN\P#h+Qv0)=}[S3ÉlȐq:gGDsyN\ ?vbv"|\\5]mͅ-a? KR 0(B@OnxR e;L۵ɖl.dfe":z]P34bSX9]ckYXJ9Ĺ,3*'Wu>ĿuQ;C6ylf0;<f\۹VEk`6ry?#bsP{o:GDZCp)."ߤ7n J;[ȗ[%0 Q9i 3hm hǜ|FrFv}A##fBW}(:Ag4^wz?*|ji1a[K]!J*c{G0'?.cF.cXn2u]VpZz[osSõ] ,7*nNޜ(0z~5XNHLkomGdFՠ~QO+ >]#t_pJ z iDHWHKDZϦq a5D+*@YzSzA:ޢmR9#W[^sFE>D5{tt*!sW8 zZ GLV@^ eTM2>RLW_J]zo  ܀Cck5KV|5`ETc+A |{ wN/iˢ*sRxB&U : ZM>?N_ f&;BF&{8E%.k΃ǚ߈$<~x fR x_Wan2WSnO kf3cen5t(Xn/NpXh_ "m͸PU͔P[D~'8S@R?nɮB P9@ ߑ_!077{ g~ծJ 9 {Êz4srȦu!$`v,}A4N!@ `HCH ډ[.%Bձ|`󙈣-F%oquϥQ|īܼ ۲aQܗ[ m`4=܊ZC'LWfxɾGo཯8@#Ƣc!YKqʫ|J "}Iia 8oBӎKƋ9B >^{a1-z4j:dhTDΚ oKۖvv04+,]+IFSPYɤW"մdHl GeɃp5*Wnvpr9{jL?Y<.<ۑPu/ 3 И5kmD X#d{FdR\h:jN  MRw ӄvF ixPP> 2PvxcTv]; V Y\כ| лC5x#Ex;oH '^Db!l'8y٬>7#LN pXsgx\]N˙:ɗ$ޅ iۤGlC$$EZ!My4FsU{ Q97D DQ|XǮ.BˌSCUd%?v'E -eJ[= C}``fw,:Mg*HO,dװGT3T}SRH[A>U/R;9iuZF"/v=$r4fֶW7aElCDeKe;61c6:LHkpO'Y٦#ueype"ɑwi11' _9@1a?I~wN{@l휬kRWy|}[y"ο0i)y׽tLg_ woEtΎ`lu_tc+RZW; t չPKuYׄ D磟΍Eq:ζ%q~*ϻ"yHUNЁP+q?WAuV>L)\{ / ["T)k^ pxkOUŠicS9V&e!VCHQ{{,nCoAH y:^bU4zh>3 jj;Ǘ& 37e\&%ҧY)Jq,)1V| 8Mm22%4wgy%љEJ~3HnǙsp‚:}+ypv #C23].dj*IݽnwԧHboS1~sh7FV[xߗeIjԊbPbGAE&OS: Rf#̭~~&w? k.2XdE{ep7@cdƜM=A'住 >z' ^Gx4/HETW6ԛwӓsEs/ľ;&L: {>x&Ir!oe1γAD=~b9 )u3@a@JR[m(׊[ƄZDL~ 910".:lvHĩ=)ϚhhFGi -AcXK&)b axlΧٗY{ݞܜqуVfƆ,(4? Օ_jD9L-Z~k6`U\+3鶮j sؙy3`jU7y 9O.1n'fյ zw0ӿY$DAs(WrMl!]z!{[Z p7%gz6%0"Kz!zͱh雃"k&%4eW/FRe/8 |Βvrt5A$s 8~.θo _t$GaJ1Tm:RS?*R݂ѹ9jEF~ oRV\U\mOúƧ2\lDq}1[u[9lzZs ՉĔ]SBEV *6_u{ Zqo+փnCaJ쉽d+xɺOCXp7 ӛ~`Y^eYYi!ozw0B>5: &BoޫR]Ts2V,nimj /̿_?Z(?t7+W i\UM-Ѻ;lA9SފHsxDWO|[u}t}Xw"c[eiț|o942?!11P [9z)U2(57xYATpPو)$4 c-+?&%}t"<{r$nb!\qy`~ sJFqˉO4&U'.2._5k>X@.^?Ѹp3 wEDզj{RCwEd&Ҳ1fJ3ed<+ey3r ʒY`]iɈp1l) -0qnEX\ Xgqr҂f ķܲJz"ډTϺS_U )Qx`8+'Fױ80$,'*ރ&%Pi.[ly]\(\2^tȧ ?ʪί3[lrCA߁ɳW~Z:K63}ɀ}ttԛ ށ۰6AɄ_vjEP%yY"P@縮]')ޤ :YJrYoҼLY(y7N^3`k+~oCDS* 5ҴPq_i0:` B;:WhUҝ=p؀XVخBEkcDbS: ) _E(Pԥ2ҰABڀ)A,t@ Uq-qD ˏM|~z+tF FIe  \ r)?FZ9~{!cs- [n$^"q͇puG?9ؔO:{>pR@oax'.iVSeS\TaLE|QaءJtVs*cEh$ WՆ/sw<oKy)UyDzhNE1z@[9C>|PҲ9ohgz8{cӁj:9TD9 ss\g3`)c&ڹ̒')Rz> [.Ը\G9VE+|bҿThA,w9o ȼRO 6 ,,1)$j80I-`AZZ^"T.,FtͲϑmW]^%`‚M v!p 3G)U;1ۚnPϴo!G~j:#и[_@HZ{HM<_|JvH%hj[MƘF. fee_{+r$>*_oۼ:,bnӝ 7K6&n Hp柘}U Ma+ _7sfl.RcVq1HusRUxե$! \&xA\-<=J ZrTŪZ85&C@Sл6i2ͯ6tOg^QkD^2Ց}efS̈/b?,ե>Hʍ%a,r$'iCsDQ1+GD,?&B**!9 i {uQtu8vcZ#T|^rގ\;%l4b1) o0-e3Gޯv$.<\ NYݤWreo@—p{; U>4SaHBqCHkVa{ymVM5'11`^]dUo\g6cFr:gF5y`=>M]\Κ݂iuRj~ .oRQaRx><+?]8VQNge, / l`=篶2:64:74X l#yj5rȠCP*7y? d#nf'/$9Տ;Mw*%gGC8LG8WKⲾ.Qmp(%S6 %]\Ȅh,E*+p~Vį'ܩ+ISy`Z_-;d͸ pe4`6.dS\s?2B)T\-S0 Qe Avk ȘHfa=vq^wn9E.xD+K)W5m L֏Zev&@aoC!'(~c%:iKQ4d"b625CwbBG%ZS #c{l{3qZG BFQʲdFM`kz sthⷱƺ.= :j6º*Y"Zy>'hd=Yȼ"a4ѿsE UULJV%jUKX.d]9 XC%3Yo'͔s Udnklfk ,$֨M7nLPWr|ۇ?˗?Nc%5l/ێm a}ze&mr(\6e [RL5sT0O50ɵk?y\(}3%自c_*Q]Lڡ(й?<p);[cBp-t52EJ!|RX~!L]6&յ<ߊS痠Oe`;nhn>+4"\Nk&{D&Kd)ͷ p%':`cS{ UpWq1 G-ے|>f0@Uv>)9TZT ;FDZ¬R ? ;~,w.%s W340~UJNU{.z*FQ<:oҶ%gteQ,e `Lu(At1cm)[/hHo]":s,!GE0Gb;AGЁH?%#D2YHE⛛%К 0p*sgO8%'fBGzGqckT: c,6 Sgta.!i8761W|INz  [}idhiԲTIr ΜuZo ' T]$~6hLaߣ]Ǯ"ɪ]xS1Ro+ouLm ujeiP鎔m;K+26+Wt| Q wiV#̴jp0"-IVʟLkfFbݒrAGz`Ͽjrȷ߭x,#1, 0 =h~1c2:ơe{E*th:%@ٕƜqv;[U/Q_Q$;6t#b@KbM ENqԪCwXWcƛ$bLx wƋ)w-nї<$8)1H%Tfd/ | dܑ/js55{FIXl`e$bkd53,qg Jq[vs9DAbu*0d䢓>^FAp)`q)w&@^x^xѧH[*75o!ޔ(f6[g (;ڊ$uT1(&5=3<ڍ6Ct}z&7~F ۙrL7Y2ᗪCHY S/XruFP{^Stcl$"arGB2 l?ìf~;ra'T姪úOդҤPHfD X vPw1eɨ#V5|\h Ӿ'@&m*mVɹ.gh E-Èѧʓ>@d٨AŻhd}Ϊ'$r#b V5O"\ƣ}@NWA丛K6mLCzs ޛm}ęi~l9Le!")i!Q^TQl-J6ϐ}'xT:/:1/IAuД\͞嶿yT~9(mby!r_Q(t9Mk Iӝh_l)@[%+[R uthSV.^xaCN2ANXj\Gvƥ]D)^oE%~KEJ18j4ʨWqq.eIɦ!%uMØ0GtK5g uT"6@u Mfğ,j'/̔ "S;d΢-8륌v2h?fپ_9ay~(g@Hznrs̀s.ʕwBRHZ% !5d~hAPHsv4{L lh-؊7tsQ]@v.H,~Nx oiw |OXL41{6ՔhȦo8&1&i朼Avhnj\eU qe b =R(k5Fw L׌-/ekw{ワop]k`48AH+Y8~ˣkH Gȵ8A(8޸CQ,Ǥw*ٌе_Zå9xрW6E'ً\uh2dR0x킘9!)=$E؎%ixʨrJ82Ըѳ,G4~WTYM^0[1w"uYo"dû\z%HYt?s ܻv8޿ePŒc\0L<8ԙb4!*:L5+rS9IzD%mad SƋ^I7ܽ{$3$Z9A)%~3 .KyцU-ѧ~С>x|M-_FB5݈[dͫ%n?_d׍)'(^"{.M4燜x$/#+{!F ]E#42?;:{<ȀMu' jQoֈihSc3?.Ɨ'v$Hh |L.Y -l.?MźpXx#Ohbd i;mJB[(H+ WXNIz9Jx TH' #s.`B"sUC峡)a+qf2vV֕rkqT)C5Ȟ u/i"!tXNp)FD,;`p4OOO6V60 o(K0wrZıNԞB n׺50 RͦCpA]NO p÷h}M6SȬ+%TW4gc+gr7e{xs+.W䦿N$)_q Ziabe\ѫuV A=FZo!k:wHž$7}??P)iKnhI~s=j8.׷ؤN9J'MoC:A'~g+9.|og\Y7E0 H9_i&kBnNlX_ZszW#8%F`>%֭l%` |2(?S}?S{Z>.pz>_%z0IjRV[&V(N_pDdfK?0C%sbh#hGQB mV~yH:oc]( m#[#+ZB)F-.I/(kXYVьsVWy~oϛЏQT㏒s=R48"䵁(Z+L薌;PPlxhףF`mw%>-grs7}v7VBk|* ˘=*aZzHG঩!_e۷3m z2AWGh ."pO<DdJgzޮЏpGPiz ([3G=Bwlkt&SܟgOwG)lsmSKݒ5:PGt+|:E+QF馹ҥ3a =2tФ0k ^yhJX!YƁLN )>Iݰ54+Ml }E:7>9Ej{Q,wE#=^0aVKNKE 7_k ?4d]roMVRc|85)Nbmw^#w_*e W:Wndh#EF vuaIm=#Ƹ i${c,]Wa6 `N~iLt$4ʿCv.G`^ΠL2Q+TsB?^PW̄$pF4,iا)IVa̙'Nz[?OLZ\7P)cg1dM鰿kJbNgf б-]dW> _iGk3ZHy QjvA6ƁtX^0F:1DuB\]Bx`5l5lĞ.ϫ8{Dqh7c,.xLn.歿C?drCį Rg^sh# k{H  iimsN҃'wA +/.eIWO^4G \ꋆ]"^[ڦFjLG%':Kb),5 ~w4L`y ,x'*GjV=]\Uf\ O'zN)c7E沶q_ǭ鱠wg1Dfo6:0\`2^~iF Q/l\Gl"-00 1Pnc6z.sv,hL㔼7h %2ƀvOgT F[,@F"V^ C5R0M3%K$Dq ᾆxn<%V-" WjԞ fR 5*CiU?G"7M }WX(1j~S&~ݘhscIf:ZnpA1SLN1& ;?yl~}$K+UxBY>[bj.a}ȿ-B}p^XBÒ{ DEIs20&)]Wb!%w Jp=eV^_^8R0b,' ZU=>v;q$S*g t{ޛ {=Xjyhw\/Ŵ'꣹{'8&Ll0wYL?MِMA {1Zpwir‡ MH'%!3 ?Se&DeƊNY$1RNlMNk]`fbrلΝ ;sFmjJ>S%y/d}t`Nri[Cփ]`V!URL 4A*~7k/O4H|PB ZTЌ~GmBmeHC5joݮ*yZ<`&03ua೼F/&U(FChMa],J^yjӯEx' @:PMדF /f=b5͒a9`3a<wCOE=z[`%hu#B و!Wx}Fv!Z@Kd)R!U1жYxXbA4л*:9uV]SpR=_{rtv 79>"]6d$-XoleߎЮB1VD9Ln>~ퟫ%U?ax_Ă}' ~=?005Rfr~yg$Dk!@DlނLS;y섁a /*}R2=ֽY^.0":춘ԾA?c6#CJ< տu`}eQE <0 M;^e!]S#mg)i:e4>@+=CJcBzjB|]of_P8 |-F:D_oDV%&WQgqXE i!9?"i} )`3PzxDp,^f(7wrMy0\kch8pM6`[I.8^/΅:Epje ( 97v/4#׹y@Zs'b4 l趯vIY۹,Ɨ! .R*$E7}P!(f qoohƹ8͸',k%]UWex.ζLW;LR8٭r$TDz`PtFSQ ML-}N: &temJЌS5WRqPwU.&ZLI ˾b>c:43߽FY×wSV=adĨ~?j Ėuŗe\^cjGU8~ :`An4ɸn7a*yOUo20OR.W^Ry\!zO ׉&|P-' PZiSł={EeЮ|q rƮZIy(ڍ8wJAYaS859Tn{!B4CmU"y>o6] :aE-c$m$ !ش n#M:n>gJ\Zv.R6됵aXA ީػC>h@Ũ璬bM,A٭%a:S^~ŷBC,h\'nRJLƋ9U7f}r4fϋղ}x(D5x>26Li )V28,}xaWmE^$p"rhud{)SH_&|âG.`T*ˆUaSl_ 3ʰ_GM$, c؈JLa73'Da'L`RpA{Xn潃f&;j7%b`sni_$v9~ePuv+p(GGB1djkWEԈSo/#n}w@ʈۭL8}نhrR\ݓN|_g:8*\ZUH?Ɲh,h bBh>6S u>Lܖ,R,g}S+Bj{G lN .&7&ǫ3Ў͊._> 6Ӗ8PP+AXա@hbgl-*ȹ?Tô6r0G&~Bѡö6*B1ލprpqazhuƐҮ1: ttpub ]F! n)x~vu to |$S_{ rd ލ b^Wk moC8NCc4h,\b™񝆦1Go5I]I <Ւ9kt;?rYNZ~hݨu=E:֝iN--U[B 2X*#!$bn/&M*KIsJ NѷY=Ӕ觴n(ҡmj44q VGdY^LRQꩋI9e jbeuTI v<$WѺ/?VA5̋pwNJ1i+p(p)W_R h$fnURAjM䒦isbuº\"4E0~[>-+"kŚ/}Zs:MZTM fz (Ĭ׽R 5s2k> ɗuA7FrAq%>1sG(cرq@Yf"UR J> gx{u{N!+`Kqj,-b(ס{ЋhnԅT{n(MsIsH8!DVRzty Υ=X[L!Y/&@fd*F2{w!6O[AH)"[t>;L0'l1g(yȊu\uD 5OT8zcg_;F;pŤ_Yր":&9#]$P Z߽کd%q/n! QXA$w+T-3a]'jZr6GF_e9ʻTp _c (t S¿|I'yxN4zX.#)%ː-WPMg÷tM%@mG*ːm&M,d.<6@qt׀6_R<:i>5WLxwۊ6azZ ;<ВGiۤ?#?')\q$q91x$GQw`OE(4#`}ܞрN,UjYK.xaqgIנf%ڥ 6 ; Y 2d/Mx?I=$?wglDNĉlKhcȧxu.och]{ց~Cn6ï<`%# &eɑjC2ṽs7A܈|c{+bVy蘞^]K9y.8xs6ǫ:~<ݡݟtP[wӇqRtL?`).y穅=7c9YH9`nUgY)9'(Ƕ~g9c `[[K%2oFqD䎒 (.!@Gޑg˓x Ө'iUjmMAņ` 4EEPmӰFwzS@% ErVXyžEJ8B^maG $)xX |ŠAt95%ǥGsljM!eȶ?m{V@E)77SӦs߸ 5)c #[B꣥nxC>Po *Da)|HԖp{hƆkF}Kv2`O2Pwn> YM)]WvaISFh<3@{b(Df,Q+7sJu+ը_elXJ#>wT*. yp9l0?f8 +7LxCAT6dPJ&ԄzJ..g HGΘ} Wt nj^!(p':Ol(* oF7Y9w:92Mk AĂȵ5??b7Hiy-!K8q:@DI]1=^_Փ8^ڭ(WG79 8ѦT9^ǜjW\QJYM1l=|ԵA5*Q]%Յ5nuyD׹>ߝzI4ZӅ:>-|_첁/,^p8bQp5&̍)jJT۰q`X󈍡ߔsU<:wDNms3[șҩo*mJ }{*>>"ρ(V`3QN 5ΧkOpjzn`PWv=]Z8E-YsPL͡悭SݕUCyQMMd>eE"與kd4z` &pjyIoM؎ OH9.#:2k>-o38^m$XaFrb+{ȋRVL׈,VŚz x0P@5/oo*Az~4"r\ak8DQc|L[83]3j'9j,mcTguns/̐%1 Ipa2Adi` #ˁ*,i\<KBMA]YZJ&)ѦLjA» x3 <ٶs^K ']׮a(nNFa0r} Gpi@j ;LEb.ڙLCԳ+ {3.[ߩ: =Q8Ra?@ "yb[XPR e[^?T245(Q54r+OӭTc I\od}bJD,9Fէ23(urRNOqMƩL^q~ހ>˭wN#+nIx| (24)_f3ɪ4 gbnzjZdo-@x]7CMJ :-qgpѡ!Uad:KqCSY [Rܬ ,Dkyk,B΋{}?#(fLop/dg[A|/uC_-tu@zUY :܂bIH䋧 ?he((E74-H˕6[qc~K7L\5G c;˲V9~X81y ԸHO_UL0&(g/Z)P-ė|+\O0F=ˎ>AVC V_*^h6BRyю~e\XbVgUV0B["Eny 쫑yrB%(rqTmG yZq`\@gۢn¸1H/"ђ72[6ꩲ鼆}fP2T!֚@d+&]C3 ,NOm MR\IJqJq+C \aR,ˮ[(k9R;lBu91LD똩90Ci&]tqURR6a _?Q-*S7қX=/F#CP:3Sf߈^h.wbx!+w>0mE-ςAN/s?!!B>gmPxF/U6 +WBGaǐA!HZm(֖-OoqRD+!&N1L%SIhd[ďp^ji2)οkǚ9Vx# K3s1J;fdI;G,Hd3 R@ m@ib/qht;R,]uˋ|Vf4Uk㟝tO<?zW}ĝ/v8t59bilݠvLcbJ⵭2ӢTN7YԫUr,[]R7g6 XKlS8:z~ks1mt=gHfӶ!*k*; 4N9/ݧĜN+&Kr8fgGM}cyvy*5DP@xy6R?+XTH/2x#"Ft2`0Jk=ĸܫh îs tDtw@8فA|E{ՂkF@)4ӅF:v|6?nfADI0ơA6PF$qژH ӡex$N[8fc5e*~\٢mAܲ86Xezg\ 5r3*y|1%g~r`dCt[R,W@d*nY &,;)! _@fezq6\F\ճZdcXFٚN׵i <}g5lX4 Lou:V$SzaKtQZS GD4*#BU_9UVe) 0e/S>cyN4k"H_6ͼ%z&'%UZG3+Dx lU0nפ'˵"r0/0fD)G}EPj蜦>K,fl&CpA 'pG |QpIҜ`9W:̟b✚_f|@NCTl5U\Opn\\PqvbM=`~HnޜS^-ObkJkPWR Ig9Ln&! @G+𐍒֔)Q]?j,l!yTmT,]?`_7~ `ђX9ߟ$V\J6<;dZ㐍|kԻv^kfyNf "(l:oØp, S.P4DZ]Ļ:qPTl(6=A"N ͡}tDx0({Xeف$`ؐ)%>L3 MO$C.lE]Aw)"8q% JXz M<;]~DaK{]ctkY{unw*iQ/HWNaHT 2ˈ-K)8a_N'#Gn1 mU/_nVHuɛAɰ'o k+$΍dcKH<[aSm_]X.f4<0]֓i uVm5sA TSh0jI;mk@O m=̚jr14h9uZKڒԗsv+B5X{HVt~h`x>Zzwu#[/v.3C6SS:$g{uٷ:4$e.ie?cwKS[]S>Kãh=y[+%ҊJ[ȅ)D`#e\@zrwe8~Kp*K@ލ;0=h)kukt`V'q'SѦ\+|wH|Au;/I]/C] #n C@?͘`MME\R數O]3]KI f1EJsG,K F o7^JYzƞ2Y%C΢(>_Kt@^ q_m0>N6a?D|_h>G+i[~_z5c0v_:) 6xƛH%;UdHxm}^nw5}}:MD[`R/KH=B]ަ}>Mr45G_{2IfBd̻lX-| B֧V-cGum':SKto ŕׄo<=3&b J&B2G 3\:ai,0fߓl{&>3{z_ڃ* '4,cM/=+p9pC~Sk.QW4VR͒hdF; LxH{zK:V[ESy#[ ਰn*3zɒ -.i l GxpR?k4?I)VZM'R5KՑ`(y Q A 4%7bI3^>;WtY]c |$ a i.*wHs$pnU^"g/#ڼnfgtR`y ܥY]o]86R /Lm+'L3Y U|i~ `r,m?^S>Lv4v1^{?:34V(OB1˿Oکt_7Mk 6r 65MhҘN8֦:nI^?=t_t{MQn/ “~k5WDr֪5+6iH\VWxag*^+s^Po9b3,83dpL]"c ?+v|7r~Ԝ\F(2.: eŧ@M>cu^ xgc^IԎTl2t#3h[̸e!+㎬K3oʤO EyB;ŃO4fLEc僗y3^}R^v:PA;jC/@5HeS0I==L]Mc6M !j1xzXd(,$c ;^ Me -W/Zߠ"c Xaƴ|3wzXoR$x@IUGfD5s£v07M;3#{e 0\PF ͳv\c|2pQDH~x4h6- 3B+$_D8[a򺎝2 /$u "D*/t6|l+` IVpB]&8#Ks8zF'g{vݹ])%ﲒ ۿ+2Bg,amnvM^aq2fa5[,pq,6rU0!Tdb=뀘NAf(-^D_ i1|aaNپC$|b7KO;뙢vp-2 eolU13{Gɢ ~GhgTT@58VS&ca8}7W"*T.'_>Zl PL)~ufJNRe"1` }tՋ(​JE2y_5}y0n5k"֩eIr䣄~y Gvi=m,s$Ɓ |4K?jXbЯā*%+R[Ñp2e$ia0Qm9SN%g#P:*ET #i!?C[o_ӊi]\0Сb|J0C jYa\KӰ6SY-fj{I!oOmyёhl|[`;9T 5YlϾ0MaTJatU[?Hgs!w/TjɲީŠ7M 1f:2Do ٺ=}῝oރTj@۴6G<`ާFj2,+)I-({Q_߿쌻X_HAh0P8`8$X!^Zd1{r2VdnSqEz4w?9 xAn]?uemi%(ķc+qR MO}=HFsƞo±VfrP[>[9kbJOkd&cj%Ѣ9S6" 8f3]3rܚ*T mu?؉7xd|@ A"܍ŕWJcˑcYvh"Y泑~-89ٰc@ ʟ88xMOJsoҲq<_`#`98X8M=QԳ={Cʸw';p,*JEDE.9~(CjvI1-x{ۀ;c,:V] ()Gw$@MC9 ;xwr^ d~eT ؃T/`N})¿g(k;-_Mͣ]e 䮭^bOpWU/7Ej< &1{%KFxK{NNa楖,k:O yDh^f j#Bpƞ1+cT  3.43/bHX9 ES 9b~=sm(%?+~Y2y۰/܎t j>0슸Giup+øpu`qLOOmIIX͙;śSkb0 ~t=ajuP)`|^(Ԁ֬c57mr82CE7]wx L1m]!м kxL U-H X]'CUO*Wg6 01K ѠQgJқ1|+$R"Unst_x\EJg S< j̍^n _+!3wEe)9*] uqN"\[|>墳K0ćj(r떰ː>Hع:UFO&W7?V5e]PGR!>v&d`FXO>})Ѷ?DAѾUksn(.D 7% \WESsϨq'd)_R sEseS;P ?]烩NA4 VT䠛'-gobav جL⯪P]6 ٖ¢OGqXwQ$e.ƚY먰av鴏?[G].xᶲ7#q30{{D0 IPp> ᯜ 4`6qãS)IXj+v㝈 \v"re0 4lv87}7W5'a۴339O)yF37_T"z'w]*:rb&M?܊K~f8$ׅr[zLvi$ߙo:tѤHrj8&29|@N"&B.6R)X$Ndf#6F榵EPAnz/㦊^( k()+aP\@,i^Y6]ygXi9/+:QG΀ffzU&WWqYN8q5Sk f!gzj}U;?Ng3ఃDu/w&V*VP3jecc\*T_}-]+5~'!9z%:4 Mv6l\srlk'}Yŏp€YCo߱kZLx:4UM$PX$ΓZ 0)R"0 R؃x.@u&٥cŧ`E4P AaJo ӃzD Fge\Zq LuƑ Rk /X2^!4ĮYJZJ91`!/ bpY3̆޺2]SXOq&K;(˗OGOg>;w7y; #lqUQTٟ[5ld FE/z9%O*QN: #XTɶbavlZ0ʮ`5V8sg֢Jyg  B!w:{ F4aj8;xrRbϼLI/1;"T]PCF:Gwy]xzgeNuFRL])B>R14, ,p&jω) ud ;Zf-)?@I20n4נDӆ>(^Laȇ(ܫ|{ 7Ϳ\TfItRFmTy#z@ k;r~ULn hyPm":ၫA6:mTe/EFLD\(gK>8C Q Y{ۃ7ܹҼ{N,^`OgmPN>ˎ!3KFBCwT- By&ZlwvU|3YPsZkW,-F-0q! / c?a;?; |\Q6`tkS`SȆkсfėhcv)kxdeLJ^uaxh?NZ]AyI'{ByU=o7P\5bїlC}4="bVgG!3`us@FޥDWR/~S3QpsAj@$PQN<@\c ,4gϵ1!&{P6zku:.@vby ݣtPM,gẢ6,zBQ=!|-DݚCg'Q%Dq%|=^yKM^zސ&LJUH({O ={i5; kf>Pb*D9"Wj%n !gO{vZǷmN6>1e>6+X4]Ţ)Bzi4>DqцKKpV m –DGՑe.Uɘ@S&}6nxewl|Mx:DK2rUS$> 0 JyM9106.#6W2bPh R2UuǦ~t®2*vw{"4H6Đ!:e^\ vlFh5a X3!c Qտg-% ~s_%tXPם7+jM-mЪIbiFr ݻGc2J4>}%ƺZjVh!jY}= ]w6D,(ɻ/Fݒqʑ1ל+h;+e׫YA$2y|b؅ƅ>;r9p褾;4뚸*e6bHwRz[ [ 碞[Uf]qKHKkyOln_ޖߧXq>7N6 4F4QN?bC?\]kfmG}F[ʷ@W-爌&O74 45TJzPBvXõd^u;i%"'~+\C(.#V@禎h!?K`f3n [5[p@؀19/b+T* !}6ma5iRN;mh &wА_Z­҇aԀ  -3uΚ!>kL*9bt:@/3mGL +З؈G3`)(% Y[S{ۥ-<<#,BA S$Ϗ&!:$O0BT16ToA$㷜ź4P6O, 96M-@ztv1-RDOJa%ӳ/(ީK0 ێl>z䡮yֺݲ'ŬXJcenhqt `oO`+f'턥Z٦%Kk;&2O?"jm鳠 .,\Uq_Ʃԉ CXQ/ w,ɨϟCI zy(p%&U GF)Ktlh#\ŀ LeᶥKW %5I BaKA_4qRpl%T9h$ڜӳ[*V#k5?&yU#ShV'wXm uvȡɆmAAtbۥ$L9Ets9*t5 zKGԒ!9Q ?f~ƼQ:R(F+"V;kk@ȵaM9KrSd$g|3m󀦘-܍iʦ{4ӍSzYD h=xL9c<)I0 :ZT&Q,s2Dw4Q◦,ԍPe襈r 3u{ XHIihWۑ|!Vl 66*TPLٲ6P `7F~XddwSn5. Br=Y&p]OߖXo?!eH!)6hE۸Tי&,P9Y$^HmOad&3B? ;B*Ţ@vb ]f2˲ӈux;dbqŘ+4"ȱRC=Rv -+wqACVZR_$M0\=n4 Q1`߉Jt`ЉJZߖWk62C,QRΤv_XQ ( 2t$bBd Ec2rMpe -8^م>MpОRc2=uݚ*f8iST'GVѐL2ޯ줶Dz*4 P"K)\hOgm@:!fFSiͮ/ yS2 3P@Y__`qNHOqBG&$Nn8Up'iR}1A/c,8;b: YWx*v!ɑBɋќ79qq;(id~d4EFŔkZG{:sC3 Ro6Xm<3дҮ`U#ũ" 2,%HeR4LƁDOTY" u+TR>oYv=ScIe i)ްQ'Di+Dޅ|Z^a?Luß7x;ZM~u9gdOOƊs\A@r|HHB$d?rӍ=}I"2V!Popeej" r&'8q]ta|6`#yGFGo%Х^} 74DLWl%0*$ LMT6vkȔ+~#$ oeg](ikHܷmȑ33VRɉ?8ꐏ/ӥ~ݣi_DdӎM;+G_ !h2uZ~.QBw= ţ+j<ͯlvaF(p^~4)?0]2b1x SS4aM؅Wj cB!þ%ZҴ`pDO6}oqڏo6 e'\-O=]99࢏?#F`qSMV#VeX}b}:%M;Cឝ p!(ĉv$§QA vzO)#b=V@23#/ T6c!DW U<+P.t10R;+HӮ2iXR.JYБiHBY?`J!ۊUK +-#xV 6 <.6 TeUFTNR${ΫlJ="laq¸ȦXf[gŗ:JX'#a)U<DC"qLzǻn!4J#FĬ54%8/0RBQ x2Ajn J(Vέ/4ӿ/~"|3]yB(Qh:t^\ϩJ:Yb+R7+Y@CRN HA*ݚ+PL>f@,@)):5F0.͊g(ϮeUkMxҤDK`x%zl:ROPz@u+PDJ\8bE@(?AC2JQ_2QLDdTSG>kņV;`(]wMeʉxI[a1& ]2C(ِDf2}l'z'w|SDj`zn %GdN YeIr̺Kv"+@P YN a~-zcA2MϠ7c4 TE63a "ߟVɗ/FOU^{VstʢvlQb:gLx OʼP‰XU2ءn# Ao.W["^qdѹ-mբwn li[9FH]dׁSnX "Ĕ2ڷu+Df_C"qѡ`NM~;$E#w `Ya @tӉr?RfF.Ȣ[lq6nH0R)zu-qtNrBgF;?ľ̫)Mn )dyEyf31hΦ9w9nS# {`>\FƘZ?QޘEOh p5ȹ۴oC~{U|x\'ӎ}gGWX7pl-jmE񺻾] Ͷb~}EO54vX-opFuTԗ&5ऀwΓ ^-%rgb I-KhV})I_ےM5B{H+~|έU}G6إGud|e`xJ1rCN+| %Ilϓ/Aq-p9\S =8^3l9\<{sGס :J &RW/e9Ru=YV *?s]q,A8X|VGx䧱5e^!;x2nXýKсJ 1AZAQ||X.JN tWԳ](mh:Y7{x=d'&Qʁ ~c-[l^);{Zth&نE⪷+k9MkezN%l'`~6OwJSN])Tm8eB Qu.j*g E݈#gG S';+>9GFfR3#Wsd)V#jw<kC8~W0ύq"Hޒ'Hyy*!b\w_(kЌ mSN/zd}aa [dqݒFl楣9o ^.F;ucɯ.ȏ(`vВ_ۄHq>䭶9l|C%!V͗+ %]pF#+{5뜵PgJ~.զ\(Dghx>S;oIYC{^y!! ~5T̼{H1̆Yc cbJ(隖R1]E/Ǟ*@i5Tvu%AAM`ٶs}`ҬT6kq®Ж2Ď.z1 ռ %¦ kɨ k¼ؽ?tKH[vBT7'VΓm OP7&#k$]\zEJBda-c8e#f #X-CѯV9 A2rWo9Vͧ9K(rIiorv=񽝣cy{AX N S)}z9%c!fڡ2#nC7D.Fo#}Q\)όlԯu|*piTNФA_0ٿ/ "w- c|%ק"#w?VX?˹pl-A]Jp]<N#k~.-thN3TDl4XXC(f2 e3^ &c鞹N*DG6H̆DҝDz p+ޙfׁ˳.'e}Fm*JNkĶ"T> F\\on,q6P=q,y(iVm!x-C, Kho1Yh94.$ѻCb{>S^E*N 0< @PwBqdg1߫)JgeW/D5y$!9qT^ f !;m48ѽ.c7J]w~C ~1O6]'^C۾m69Hz`p>1P26uF6xńB)QOCuu9sU6IkX1GS<y-t5ĘX-m-*tIb3d IB"h0'ϒ[?{e)|}9 #fV[NF'LOP;ڭl$3gF!*Gak𣗻bJ Ԍȇk.JFyzE`\. ~Xn$fNplzyZA`d'ɓ嘁tIaMIV.Oi)yۄ'}ox*Jѿ:{E 'v8j/Y1ԫ{3M_|0 @uך?1f7!(or.BbQ8!3i ؔڿ@>Odׄޖ:QzTq-t^wֽ }dn<iħ,͖<]GMr1 nB_: \W2bWi(_Y9Qd1hB{*u>Z M5(}tu }-ax `#jW@lV_} OsCo4-Q\ 9uHEaY3j06OdϾ0g@( ѨN$0f/MCIuf21bf5и2Ź3.6(FoAD39c(,x m1R%mqVZlHGA78}JRxh-eK8M%{!E ]Ys;nA"E$/8:#0\=>?@jQ9_0\ %Y_V !")rqe#6U\{N%sgfC _jo=|_vɈZ.՞^3i0l\ ͹ʲF3 s*Czq8 P&sN( LeMIgHVҬ\hF]'䈍>xJَyv2& 3 ՝38f nA'kknɥ]vT-MJ[vni#7r4nu V4"Ci?+x!(oG(<~vwA~Qs;giȭQDHtnT|*5<.hWHgJ¥r|KsEsD.ϔ8tL*F|iv}PAd79̃nPo_B<|UȧhaN8GMb 67Q:A wFj[ 'M/ UAh( [^ S mUq}Uv1WeHߘe {3OoK@Eځ1h?*a%?-6@;T'\6A$ `63rSSdz a+W# -`C'!x zmX'#isPAeY1Gε_>94qօ*gcS1EXc|OWq\ƚu;UhC-E} a{CO +jƝӕAMP (Aie6kֿahXUHr{ܜtdž bK87 FJf *^c H(&QZ0*4|I,:\B -ޫT=rājɄcKn^JЅ]mhXnkK^6f %Wh3dfW'|Z@fWY%& x0mS0Hq Yajj,J#liLy%.4mH^ߊݿ…y; ے ?8&qꐦ:?+I P6#Dw HpT(hAq[-v%9nKa¹wkCjwL;+}p}ļ](O26obܴDϐKNz*1^(\ӈ^fr=9ox8DX]%'{7P^hb*ُO}L~BJڀ\|Gl)]UzƁ;}?c z%Pcd&z%p7N+?aE*WsavǑH9PhArdbWlrS<֏pmTj6`mF3(t;j=jj^GOՕn\+^Y.rZMN 1ܡ! (ZM`JijGT?CRm2E GCNpVRW9clF\OjOykVd _O Q,pCE@ sT6heo1g6l4}Dge2ֵ[J憥ڼ9XBO!(a&Ǚ7F4,̀yA%[BΗ O{g4-yn! *.5Dc10-;V 嫤C'U$6.sÀhCIVɌ-F6Nz_* n+%f {D^_&sY0ǖayʎ z./c'Өy^_.od^C.6>myy$&AdttT1ѱ'u!1"-#qù P%4J݋*dR..=R24+>Ϸ,˅WPcV^\G&D89g$|BqDHѲ4&.<uֿpIޔ$lc_rFBdnUj+pI92:D 놱x?-Ky.co?7 !-7~͙^:.\m,7WFi:/eR(Y|* OA*cBPڌ C̲pg\&K^{{-XX AP0'ܧ)mty^,N\~OPU%0d~68:6 -.7 7SM~} P>˹uk(L1 6=ZP`"[Vhci BA).Pypg]8-KgGP073=U_bޒ~ NAXx;o曕{.?\Ѕ"qv)x*gV&oD,&z|K2?ڝ lЈ |Tqޖ4g2zN7OK56\ҁ͆|ӏ n@8x8q\ѻw?֝q/`)“=vRuTEr#7氟&xk}P!8 ''rcr,$s{( $a,]8PǷJ.eqro Ef/^Qhdj ^VXUg;,~ x-Pm v6P'S\T꧸; YY*@MrΚ(O 3,bzR63-'?a}* &; S,h7tϗzy֖v73/წ^o#7ψFE[zL6j޿фئzu^(ix?bXϷR8Ѝzֈgq-QTNiu8l 3Y6amIaGŗrk;n%ժY@TKNKWOGw8۳13l /~USʾm&N$4ԜN"}kzٹ1+iDf)]FӏͣҎ#"8e@ݺ]RlF_M[3΁([qCxWR|9-X<~ X\ @b+Bz[h)Ε`i3g8N@ssw\S~i vf?osJ˥mPtݖ1g-/tyd1)SGv ˖mFVK wRC?'m،{g7{K5Yrb$ ڮK}aoBݖCekԁ xHDM1mL]xTk`Coѷfld6IN+AB$qehL?hwK5ߦ&۰ {!@<-iSQ1!D`XBH}w%Ak:\ F_h:V{[:{"&&'- OGJl*W gS9[| g>pUmQknnL8ٹDqR&&2 { 7D"5 c-odHM P Lܡb%o[@/ۀv܅ qJCs'tӖR/) b 8za]NxL&{1A/~;>W"4jx<`z :bcf/S'..n$w"$L5fjN\+L3 z8 ^ð%N.D+m@kܔAwG$3dXnqRm|CͪS1-ޝ <>NF}~C[[5I7=fFBiwwə2꽴K;K\ qn8F]מ@-#>Y*gx+'~ 6\ӤBx/r;C͹%wO5A/W3ْ(˛Zzl栓\v_摸K9tHV6,3F 4&=rǞ\0n]ssq9~rBn(ܲKH'EQxTƄ iaV>s@ s4y~:l`A TvK#KLk5j {Z;Nr4d%_M#3֙E# ӑζ,P.Mwtpw\p1g6`]_UfX+k&BKlK=NK dP"δA_S6xV.lZݷXYڠŖJߩ3aig!D_L@[0TF4?1A a` U h Ntڡ &5=@u2m}k&] >\ fϢO?>J5Dq~ IHu7G]mwj>Ҁ5h0WW haRGfRohYRgW:%N?._M ^X~cm`) u,hc@ePןHf3< 2O[RhK$`JO7AO>usq7|dhnܡ;4?!бF$óhFl_n@(|ϕJE ?.Xh49bB~ 'k6* ()Z; 9YiXJWNDT~_x64/{ɰ.d;8 64ʟ>$FHe3DG˖R[ x Bk>:;Z2&qܝn -SQE9u٦QnSI'Wm.֗kc%nYIi\VyxROWjLtx菀$[=p>KI b-NպV7҄]w11j6GsCz x@YQH g($9]'>P:2_ܝ'HĒBiH-m5#tHL8 RBzy skQcLa%?ÒS+zDcw5PjC[@ O*K{= gM*4G:0;zXܒ3b06ci"/Zw E1de/`MhE͹V8uO]>LJ=4MTW P1ʣ1y~39g '#q^5wʕt>DZy.JDuA͆,ʬ}u 9/49 pcFye`gݚ=>[#Uyڌ.p/F5@?^xm*uw4=䜚 m#Pfj +7m"K!RIzFR;Smuz졍=^x_ 05!2g!Z@ݪ`?(me_6Ёr}2! $}}m<)L࠸ g!Z^%U(tRxPx%QO,݄9+q1g/q{g khTUa^TZ.\pɷqVfrp=01c羢x艺E ?Cj P%b'IB=:X‘! f.pbsA?޿QZb,1ne'Pml~0&?7jϵ(zzaL1^8[ i{A7IK).<ڇԙ˵#5[%FcqT(HNJAxPM"ulsq'p5?Nb y8uAydx 8|9xHLDuќ P >n .b;NE%p8m'uy=VVf[FQ(u yw9U L]Yڤ iJ2;da[6]&w?/.grЮ]X( 7~@~-2oh, *V=qq6 bh#>!HG~0uš狅Bc$W~}E [q qMiI%ăͳ6XÜ?•`++bT> >Mbb|=ZF%ܷ*Ύ97_$u,~&pyS1f T 0+!jH_>p1[2tF=-=i|j3MMg;n=%x4;5&iYk3_}t0@j<$[H18:ZT{'ԠPl5~Du}pFR|L͔lN"'|p}ngqt|+N1o~C#b.{{q!P1ܫQY-^1Ɖ/ABVNm0_tv[c -[,[%G:9URz[nm{l4*˄mZpzY'fJX jL`XW,y\iJGhN%Kvj1tF10?;>L3=@:1눴N f çؿk]xQ8İ\Y;7Dr I*hPIJؔ&HĂIu[jϰ!bdz:r^QCi>Xb&6%lWౠ?_mni| r,%̎@Lwۨ.j2QZ*F4-dwς~Yy~UHm}%ݫUr7'JNRriU9&P7@ Ƶ:{5 niZEnvt̖:]`cr>?Aaa0܆P4-yg%KKmHaکUsצb=% .s=UOOpnei F.=q# Uk ȸM(aobZr^n_ԅ]‡|OȚ5DC1]1zV51*b7v^8@)*I@كӭyV=h<6oݔL̦'D\SST`㫢)( -ܧĩ]#h[\gjgD-esL*S=W>0L*c6om1SO驽:lnK"6 pKĐЮ:[^ߣ6t^K|z\&/w[axK$Be0u=˃A`YҶ[~g *k Yڅ7ս y(j|O}2"yqSQnycH:6*pm9nWp%JϢ[~`QfR"~f5h\M0*ܟSHHdŤCyܑm/dpʨC׏($ x>&`?_P1~;eoerxk_n&!?h)T;ęt"C@⊼Җ)PҿMޣ|(MƄg ـ^k$ߓݐ?sҹ#HwYH[kvE}`cpOa[ {d5^ [IJ;hMᑭrUGCb=| !'rQDD+`8DRu>* +&j0㭻kS}%.|5Pn4=aI*! +'y\Qןi.M#ǝa4,,ECg̅shhCBWv?DQ3_즭Ɉk(3.i FNpg_<;ST_DNXAQ{$[QthEV?s# S_&Q.gr`ϩ6GSbw_jwѿ}vCTZ -ǕII#oG-%%WVZ|(;p}\0"8|X //wX;|ө`= D{U~DNZ|LcGO"m2IZnN{KZK9De~oW 2'kPم*2j"nV 7 cFςc]Vp?4*&pZ_v[S:qk|Ep*ٙP$]xVgҰEnuo_/PA_{1*o`Ѿ# C9>h-C5zk`!Erƌ}\QR~c},i^MMKܢ8pzZtR|CZ%N"\xhjBbWЖsK~qA އ[> =ʺFwWZU%\8'35"%"jU㞓ZZ}@H4[hqTbϫg?uKyx/r;O)%yXPXp雭p>ch.۫1vX`ѭ{A`|WPKgWfWq=F[0$ K1j;Fka;0f/``XHjfDKXsQٱ ާʡCDO8|҄ q#>^óyN2Z`C 7̂pL[Bm_F ?JkWMqM9pWYni *B <$_\ -Ni9dK o~e/5o~D~Pa)VP۾rVp-NZ/4U<{a9xSqtjbt]7Il~ P>/N3~yx蛵tAPV^p KegQv}nI9DI}{Ji Re>TVoFa\lUMu|vc` [QEX;|T7YNX`[Ws%f @~CN+߰B;ץO.7 vnvSfJjffp3;]A' ƌ$&ĊAڅ,Hd[,/ !kqŘ<yg&&8^N s tӆE QLagǩfS3s ]1z@a1{cwy NK.WO2ie )b'l^/kDx7փ:Z:%2<2 ȱ7u7 N=R!jX/g #{3 %8FQtm%|*T/KQ'zy 3P#X&3U;㡷fI(d #qWdB5r {^ Vp1T_vp;{3;2|yDb}RLLmf +MFQ u.lA;ЦrJ zwAI-47nŘtJ[jn0K6=p-[{y (IxF~?F?a55fj<ʸ յq!'%&awk{VѤ`:\n8䭡+WK@Vr;+w2B*`fKv| >y??KїH:2 ԉx`X[DƯ~ZƎH΂"t6v/dǟbkBA cFwvPWTw O;DJ GIy&_^J&eVT[ϹsH;FQdl*&`K*k- hY*`rSZKWܳV˂ﶖ#H] 0ɼ4& <m'M<;}t|&Rr5Hbx ڍ]pE)؛Lj5*6Fza~$zVx{/GzF>a:\ !:M${Ǐُ{d=gΤ׭9`_R{hF^^}[ur%0RX &fZp3O &-kI ΛTMnXbCR#:A=J B,B+*]qǚ/g ^gl<[!ww\d~9J$Ol,ef:Ayv !*Ӱų+G5َu٧׊sǹ!ᙛlImQЗ?{TGmo*ݹQi3$ +7} qt%"#7Px.y ⧴a9KHYYG8pӑͅ,W]XGKe1ר^%y+Bp78 1P .^UDI.^ ajӦAhK/{1Rd3[˫[BW`@A>QoY #}j&tݢ3'Fnm/C"dc]LS9&%󾈞#z XS}kN`X~OZbdYxɄ"}/ccSĿp-9$ PD'j^_XӔ ґu^.;= פ{X 6Ğ-)xeg˄/CbY0fxƢ$axkEu d! Vrξ['-:&Wr?K=8KcLBK?Y7ҋUZѴga*nxӋU qC+8J!nHR#}% mGD/JGb{(&3|?d#5/'پϿ$)1 }33D`D& E*(u>|CMMm8c^:=oRBLC ]M &_Dh0HiA&b[۫d/6֯i|8f$%S=UHިŅ@cvi^ LjTmrd=Ǟ9`I1XY?Zqx DAz (?V>}SXLlr:Y Hh2ndZdf97 :n2歭pbĄSB6s^TiIwM| b F#/`B1 |r6 ~)F4VE l3T \rfz*0a=im'Y97> QN#`;Y=0$sQ|ɋ*VO :]G/.X6z={OH3,k3|ѣY`;i6` {c+@%?($]*a ꪹ\6GaF#N{̒12 9FNnD djY7Į}pdrY$;(9ox%2H9gL 2KSOLi×DrJ̈́eߔ^P\x/jŅ~:?4QS&E^n<5.yw6WcхZB0}ntb(,m,KɌe"_$emAQk%.^ UdNc@%ˡQV`E6y3c3i_,2qzLMeTc Oإ{C % #*f 5 عַG}Xwo/|9G(rM3S̾)SUQ e-L[^yCŦK.=b+ԌDF3ԷC8\^lz'*l4-'ڿЗT+iNK o$cZyj:)5@AD7w+4hq4-Epy7VE>ÿ]6;z)@"WH?^S$T{8_İ<{i1`HìE) fK(Ĉwc̥5#YPZ. Lƾ@CX@yF'*xAUM/i>zє"1r D䋌|E-ݽfټb"9QCM~1FJ1J<7\|wǑ)E#~&/$mU!G2-ҝpKp% 0fL6`@@B.#z_F{We5 G4,$3Ț &)Z)zzN6.?nqaJ1z !:';HQGЫLNI ÝӨ K_VIMW_{P,1 Uo[- z"K_8jU"ȱ5)Esr} */ qW7l%djXg6J YZ