pacemaker-cli-1.1.18+20180430.b12c320f5-lp150.2.20.1 4>$  Ap]p/=„($,3xy/h#^Ln-﹏rT5%" ]j 9@`gGa@eH ;#g*oA)#NO.>͜sla/D-S4Li{eD7?$I(IM͠ 2PwtC׼mK~[R[{ Ix5W lM| 1;`a{͢ m ^L>}Ζv}|J!efd1cc4bff25b58c8059664ed6a80b2c89f4db01738521f816b5e855bc35d913b1439b168477dd773d216b5b85e994cd7404beea;x]p/=„oC^`wEaqq_+lؤyb ~ hsA (ج~_tĽmWL8 ?@ 7s 9:JHbN~m_ L7=co /k!!m*ΜR۪|~L[Qg݇IJ\Ҟ9xO I@Ax)N|cɋ3kUjO $ p95Zs8cG>sjOVم a3+ת'PY:{.QT>pF5?5d* 7 mdhpt URU  ( l @ ACFIIL L\&L&Pl&(P8Q9S8:[o= r> z? @ F G HI,XY\D]^,bctd e f l u $v"hw.x0y3$z5h5x5|55Cpacemaker-cli1.1.18+20180430.b12c320f5lp150.2.20.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.]Ilamb101 openSUSE 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|Ny`SO*x- Hz76PXPX> P<%òFw qox]A  gF `c"b)  lkA|>=ADR>>>o>>>mmmmmnoQQm>l)&&2su9JGIpTAAAA큤A큤A큤AAAAA]]]]]]]]]]]]]]]]]] ]] ] ] ] ] ]]] ]]] ] ] ]] ] ] ] ]]Zr&Zr&]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]6106b64ea07b67c83ffed7c0331c2ee76b8bb7ffacd180b7e2809414158da8d45997675cd33b153c7601d9a8f37649421652f90d131da3001587cd0b389288e0b241d548465e67a011e9b3c40d9d0ac36de3d70609e2557aa807df8821cedaa1a36f03e27707f3279675cf9e4f80e2f1a1f85e349d2e5fb62a202b84c473f09908408f5593c4c423acf76e48f2864e22635f3e0ecc33d5924a3544096416368ae2defd5ba4e754a78517329ad4a0a984af89c6ffae462a54e642def3dcde341bd86338d99d2e1754458f3ff296fd121cefa74a405cf5684b5f005e5accb789005e7084ca46893acdab8f77e90853d343b95b2094954a10fe3118d70140ca62c536f51ea3e491a7715153ef0fb15eeeeef787d35394aac13e99491372fddfc668490a7d67e8fba33d9f7123806f7f85509245ab21f54fce79a0a8e82585abd6e4e264fed2eba7853cbf16438a763f66243fbaa7022c3b7e0ee7090112b891bd3db6fd64fa3b06cfef0f1f6dce5fc0282927c8aea0d882f16125e2d135b1028060be9b6d63e15e1ba3a601b3eecebd5d41efde04a093ee36725e5c39ac286a7415f1e2c7912250ca3c8b98e858002337b780483132659ddc17a438a984d9b38ea792b2fbfa1d7e917462ca0890775929859d3efc78f05654eb28400bf0700420f376fb23aaa1f1e7d1862ab83540406f305b0f3099195f6c24b199021bdeb2efe30d8b3bae36a9f37ea5c3a42e190bf00a84aa872f26856a111dba9a1f90523f9c08c51a54a2867b2d35b8b00c264e028d789d6a0bfcf0081e2e679212d743a98d91091bdf60181ce18b785c1415c4d49d5218a1334e7a173d3f1e05ab6dada1b92de912005e091b55e5ec309e6ecf2513398df1eb9fd51e22f683b96903705f00e811b9b097390130f3e920bbda969028495f8ab3b4ee446b9d25342a6991b64086e51ec1d58373fb79b32cde8607bc609c6f381767465d40dcae9e70bb21521f787130c30d576502a2ae5a329b1fa1090b3f65f874b810c74302ace4e7d763a90f1cc730535a26bc6d11ec37e557599f3f962249889da9bba4f69343f999c89ae5b922fc9d4b7d54999a994eea24a9793335452183dcd4ac3d697a244da94ac7739877cf3a631807780d7f47aac970a1013efe6f013e80f972e2a74562f63c1b0c78de1e7d662aa7545dbc2f91f0ca82cb907ddb862c847c18f5d3b806da9d9fc8d69265b66b42372cb06bb6f9f44ea6e1eca14df6629020c05e62cb8d25ade7b2318346effdc313b67d54abf4ff4fe1c41ebe0bdefb103c648917b4a96d20a20298b09f507b3d8e2a3936e3f1d6ea632156d86996419ba70c18bbafc1711ce8c9009e8bc1d66445b34fe329a7aacee8dad9b1292ce31fe788bc7927cb248041b80c996f88979a261aeaddacbf680b3badb19434ece3e6035c7beac039d198cbaa14f1e7917b99f8f944e954fd5f1957508c8f49f5ed02f0dd7aa6b5e3aa8f5cdcd4bb00745d657cb161e55fad41b2ff6fa647c8abff0ebf4c2c9f4f19c9739ed3063957cd1336bc4a371a45da1db98e22b6f2af357e230ef0c5d3081a7c70fd5a485ae0288a7e5ab2ca8911119424d029547d6ee6ec3453d534682770670c2184ef45092e3713521b9a1245007428612b48364699b302c3596d61abcc03a03484260c24b8045876b29196ba034975bd33a42001731c91cd9c69975583d1ae74ae6aa0b4378420dd88c41d862db4539e450e6c15fa4b93bee7c722e18e8e29e08049bf11cebf63153428ef9f4943d92fbdc33a7bd75325a7bf15e07b93eba64b457b669df7aca3102b7cc2c8848d53f574283e823b390b739637eb601b45b5458e2b47286ead76d35b190f4514d33bea2f9c7ce13781bb6c43e27c9487823ba7123e5b766f1fefd5b7f48b0d0456f6126f6d771cdf02ac50abada74642213fcc94e39b5f954ecc60b93e79f5ae662604538ebafaf22cf759af1f5c6abff37d549a0311349968ee146b7184f6dc3f2f6f3c31b35ac9bb3cbe0c70b0b351c5c6bcac1bfa3680d7b8842b800d8959de1de891e633f7a426be73f277a20630535a9812c949faec0c501f1411192dfb80a902452e8484a25c5b21e13f65fafb6830d3b27bb4814c2e5855b062719a04e7116e09f9a0caea89136fdeaff920c3edfa934126967ddcaee84262a01c1d949b8f85fd57255f64ca9df1f2b89447fdb136d24f18a29bf1ceeef34b0ce8970f12f54a5d63ab0e388a16718ffe81015fe894bef631201f399f048678dc46fb4f2d68ac43ece70a3cb52bb0d49cd0827a579afc37bbaa0989e2c3ac030f8493162c252eb2ccda4e891d0f185e28423d1e58ecb62c8cf9aca11e41e5ef1edf4734eda7dc24e40f970535c1c572a88449e37b2f07a48c7c8a1d0f6314fec2787dca477e5fb7f50d8d99b99ff64189675a6bbcf7f505db0052c4a5655c14149edaffb8dc811a9c8860d985097505f468add76147e791c5d6f499e290f8dfe3e3e9767cac7e423ec09cc84b42babf15e58f32156abe43b93a6a71ccf0654a0d08604b9efa41531edfaa51779d115c1550de502f8612cd70d1057b2a496bcaf3240c5a92f4ea357939d6687056638a43e438b30e888b243a39cca502e3cccd9b8c4e5100075e1805b7a6c5dcd4781a7e6d715d8d5ce430d5cc4da63bd4ee52505e59b089110aa14945489e22bd81108111d21eb0909aab3377fe5d353f13459287a0d1524088f07e7d73a6bfcac7aab939deabe68d72c9973f926247ea3c02526707a54a40783f2f1f75552454723209ecbf0801d655ddd67b02e983af8912d129171ac4a05d60f77729e2bfe1ae1dbf620749070e12c43574c5ee69d6b2ce2cfee941794934e4c155f156e5981bff8fd4440d016e439e78838b0090fa14573475a3b446c317101d9debc6f0b263014810dc60a5e173b8400931cf4b04a9bfa629e5246776b16f4c3149cca866f66da9fb9f946632905d9ea31d12d5982b7bcca51632e8abc238b6be8e78a2586a891d90b925a5721a06dd0ee69adcd3f22803c90f04acf0171446213a0cb2ae2349fd3dec463ecea0411b81276fbc8200673a20c9e0ad41e8f403bfd7d837be8002eb7618dff3fc8dda2c96d5490c99979b9e7fad72d375642d47b125f538f4bdfb8691e3daa89210aaa6d7e9bccf1409b5a8080b5a3f276aa0cf7ca16abd0c66f96ba0e0cb752032ad933f781b7c493ff9d5955e5cf3d3672df1a3b52cfae6903d46d265475050d0f5c38ce7a56eadfc564f8992d815616e51cb0c1cc8ebfaab9622ed436b8cd2155c50cbc01852b2312403957446387450eda46735028d6fad26a50ec1abfa60beb2358002f5df8ef5b899e2fa7845dbf2bbe8833e941fe0c41bd76742c9e8cbbc8d30184ab6f6386fa6b864f5fdab6b82fe0a0531abd0745b81509613725a4d04489f71ce12ea9f573c0cf47380b2137fa8f548ed6aebca307e884509d995a73fcb02a44cfa716356d490282fce8ab703f1c53c7118637c805b7366b29394efb2bccf46f7b48f384c67c50902f88f750684ce297e8b1e510e46bd012b5eed71790eb1b1c2404fd43ce453a7feaa7cda77183bde626f94e5a684c3e7bdc5a78577a1ad2b7830215369ce6cec2e6e53da8aa79ebc5ad434c00c14d061412f79b5ed691934466322c76746b3736b8e6941e9b4f5da800daf4042deafa38f480e3cdcb68c8bb83d6b05021a3abcfb469eb11fc353fe0c7885182a73e362ec0cbb3d7cab7ba41a19edeadfd510b4da74f514721fc005876cf277c115e38741e32b692bd57eeffa349e964bceceedf49ebbda5fe89cdb8e613f638508cf315f66e570711477fd2092f54602dd41a143ee56511dd0d83579d0aaad38f7318923d6ea0619541ea271fcc2676d98e88736fe471b84c68b7b1ad657bb97549bf328f89d9efab9e726bcee7d80f065fef42669ab6c70c325a3e1f5d5ea7654efde74b03a33ae0acaa276ea94a9cbaaa7bf155752e9d0248056e5d3b1b5316018daa9415af3a2ffab736b5f4662358cd70400512211324d9655ac6eae5805fc660499e22df581023671a741830f8d452e2559cbf9dac9b73a86d5a6ed1440dad8469e25fa3ef8b085be9fdb4defa534f61761694a935d3945bd0814d05bd730d64badfb52ddc204ead3efed5c8813a6d6d1e608e639562c81d5873a9d1074cf9068f022590e7006696271fae56cb5dfa93f6917568d7e40f7491883b9789c6c1fc408afd2d331dbe623147f9599faa1ddcde9d5089e622027a9057c7b71c6b763564df475af92c5c4d59ff5ccf5581923917eab6b3d4a5676644f1c26af96fbaef2cbbf98dcbfd5f8e9b58fef8f6a0ecd6c5fd59cfa21276114af8ab68cdaebfaaf1668e263c68849ff483f2094bbbd6b49f8d6cb553969306c8f7cdb6104c3811a369fa756641989407ea06396a7b19da4acef976c991544a7300ff0f26667a63f16d032ad0db4652779aeb98fe3145161afb242c5a14a28f125d41034825b339239888d830b4687b9b307e28709f0cb02439706c9ddd983c777405972ae4a7e46077431a12422afc61c3f9feff827c24a87ce284b618056006420065fdb599da1a1f6349a222bf91339eeba879de0ce8a06278b943d248adeea669d0627a345e9f706478c49457b4696abdd9d398ee4d629bc51bce617b0f00eabe43680b0a8c924f50e0ea981cc24f2ccabb2e7bf07f751e8f95509fd0cff8c7bc9b9a6d868a580dc5ecae4b8dba54d3394b2a8b4257ec0611d70b9a89191207d6e13ebc7c69e780be07f516d43f2c64a169e93f0c5d9d8f196e56b4335c533ba7c9e61421b7fddee37321202fcde6bc2615a4823f7b62980fbce8d4ae3ba41a40ff3f24fae5a20ff33aa52d45634974e01bb1d1f119a756a2ec2594b1e028cf06713de1f81a29b3ddf10f2820ce4b673934a3f34cafba20e791416c521843eeaaff861671ddefcd2bf9baa545b1920e1da5873aefeff71ff04203646949b82e5dbab62b67e23f84df5c31d431c83a1144ecf6c4d29c9f68646377902e9789716bd3b5ed774ec12a2f827a51a9c90ae58a2cf1029b8a347b031db8e2c8b1ae4b0d40f4feb08f07eb48905ef3c63b85f3c43d44907768bec832c078c3d0d73e6d97dec51c5ba141b31091891fa2c54f83513385dcc7cbc92d358ba0a7ac0d65c8fee712d726cb15fda20898b9a490d36ef321c4e1caa8321705b4f2dd269af79d1a9b6486e161abfde8abea21616d09329b0d1ea83e14f58e8b43060b593093e6686c6bcde89db5d377a01e92f0cbf19cf8a85491e7b5841d47fa76926e24e14c454737321a317463569fab7d1a30cdaea3b9df146ce73acbfb4a7d68979fcb3a8cb8ffa55bdeae010e4a462a7ff62a9762c7892c39b70d761193fdeb003d290281ba6a4fc83503ca66490e257122f75df98f7fefcf3131b25d5f34ee7d2f1335fdf955672ecc0a650e52c81b0be466f30b8fc0a5e397fec57d9f707d47a7484fc79756bfa7b1ec0c79dc6c66493b176c16b0903f7ca2ae49a0d5a2a36553e67276e558f1f39f1364cf5dc336fb31d831846be73105dc1a64626b7ac66ae70b3eb1842633f1cd394be7ec65694c0a788a6cec3cfe91be9bb9c141380db01d9c11555f35b422395762c68ef30c95ae7b1c2529f91ed5e2d64ee5e57222dd692896512efce4392202ee71938a6e46f98e9678537b208e2ec835d02b7854488cafdfdfe62ad4e2bc8a01a6ecdae458ad2261e179739ee020902aa35274af8b4f2ac58b19ef9017c648d9a507bd57d9efd31607fb9ad1e59f26c47e8ea4b9275e5b2c5605b0076ea9e8dde7f0712ff5383e2d2bafbe3dbab164985b35f27dc665ccfd3e22db17f9883d721de4a194d25962937c89a43737e666b935792ef43c09c24944fe488f823bb170affe7cb../heartbeat/NodeUtilizationservicepacemaker-3.0.rngrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothaclusterhaclusterhaclusterhaclusterhaclusterroothaclientrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothaclienthaclienthaclienthaclienthaclientpacemaker-1.1.18+20180430.b12c320f5-lp150.2.20.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.20.11.1.18+20180430.b12c320f5-lp150.2.20.13.0.4-14.6.0-14.0-15.2-14.14.1]@],j\Q\Ɋ@\8\f\\@\R@\I\E@ZYan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan 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- cts: ComponentFail: killed corosync doesn't respawn immediatelly. * 0001-Test-cts-ComponentFail-killed-corosync-doesn-t-respa-1.1.patch - fencer: improved log messages regarding fencing actions (bsc#1151007) * bsc#1151007-0005-Log-fencer-improved-log-messages-regarding-fencing-a.patch - fencer: no need to check the length of a non-empty list for pending fencing actions (bsc#1151007) * bsc#1151007-0004-Refactor-fencer-no-need-to-check-the-length-of-a-non.patch - fencer: Indicate fencing target in the logs when scheduling and executing fencing command (bsc#1151007) * bsc#1151007-0003-Log-fencer-Indicate-fencing-target-in-the-logs-when-.patch - fencer: Make sure concurrent fencing commands get triggered to execute (bsc#1151007) * bsc#1151007-0002-Fix-fencer-Make-sure-concurrent-fencing-commands-get.patch - fencer: Don't let a fencing command with a long delay block any other commands pending on the device (bsc#1151007) * bsc#1151007-0001-Fix-fencer-Don-t-let-a-fencing-command-with-a-long-d.patch- scheduler: wait for probe actions to complete to prevent unnecessary restart/re-promote of dependent resources (bsc#1130122, bsc#1032511) * bsc#1130122-0001-Fix-scheduler-wait-for-probe-actions-to-complete-to-.patch * bsc#1130122-0002-Test-scheduler-wait-for-probe-actions-to-complete-to.patch- controller: confirm cancel of failed monitors (bsc#1133866) * bsc#1133866-0003-Fix-controller-confirm-cancel-of-failed-monitors.patch - controller: improve failed recurring action messages (bsc#1133866) * bsc#1133866-0002-Log-controller-improve-failed-recurring-action-messa.patch - libcrmcommon: improve parse_op_key() efficiency (bsc#1133866) * bsc#1133866-0001-Refactor-libcrmcommon-improve-parse_op_key-efficienc.patch - libcrmcommon: return error when applying XML diffs containing unknown operations (bsc#1127716) * bsc#1127716-0003-Fix-libcrmcommon-return-error-when-applying-XML-diff.patch - libcrmcommon: avoid possible use-of-NULL when applying XML diffs (bsc#1127716) * bsc#1127716-0002-Fix-libcrmcommon-avoid-possible-use-of-NULL-when-app.patch - libcrmcommon: correctly apply XML diffs with multiple move/create changes (bsc#1127716) * bsc#1127716-0001-Fix-libcrmcommon-correctly-apply-XML-diffs-with-mult.patch- controller: avoid memory leak when duplicate monitor is scheduled * 0001-Low-controller-avoid-memory-leak-when-duplicate-moni.patch - libcrmcommon: return proper code if testing pid is denied (bsc#1131353, bsc#1131356) * bsc#1131353-bsc#1131356-0009-Low-libcrmcommon-return-proper-code-if-testing-pid-i.patch- libcrmcommon: avoid use-of-NULL when checking whether process is active (bsc#1131353, bsc#1131356) * bsc#1131353-bsc#1131356-0008-Fix-libcrmcommon-avoid-use-of-NULL-when-checking-whe.patch - tools: run main loop for crm_resource clean-up with resource (bsc#1140519) * bsc#1140519-0001-Fix-tools-crm_resource-C-should-wait-for-all-replies.patch- 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 (bsc#1136712) * 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/shlamb10 1575019081  !"#$%&'()*+,-./01456789:;>ABIJMNOPQRUVWXYZ[\_fghklmtuvwxyz{|}~1.1.18+20180430.b12c320f5-lp150.2.20.11.1.18+20180430.b12c320f5-lp150.2.20.11.1.18+20180430.b12c320f5-lp150.2.20.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:11614/openSUSE_Leap_15.0_Update/efb20285b35734f3bb10541660745edb-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, BuildID[sha1]=071ed111148c18055bcc2f7075b7d828a32a9190, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=2e6c121f3c18c55f15da1d2feba407716546d827, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=7113bf8f3311ebbc7aa7fc0d2a53f14ffe0549de, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=2429efab7ef6e4304a12c2eaf98b4c4d93f4022d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=67ec8851c8bc7b5f0f33efe518d66c8f1bf8c485, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=64f7229b0e9fc36f5bf0df4e17b7b6b53fe9363f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=9cf5d4970f53c362c10be47ab83a3e8ca53b7ccb, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=a5cd6292e30f60347dc6c95c524d7c3fa134d6ec, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=55f5536813269b6d3245023a0779dfd3ce954117, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=77abcd25bb1b0c27147869a018bfd44cc29b39d3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=395ea76a28e5e0d1b5b2161d51a9af2e2f79627f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=f874fe9253a5fc382a547f98323d4ec202e59b3c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=aabe2bb6b3b1f33811a07b531afb448d58843241, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=6a0162ee19dce4fcf3e096115b96ffd4ea8da7b4, for GNU/Linux 3.2.0, 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 RRRϧ/).f7Z`utf-81076056d8059346c84002743889a447e33d3575565051db6467b25f33b25bc9f?7zXZ !t/@] crv(vX0~'J"C_߃,5٥GZWYtgޅ)gW7|01px{Ĕ: 4iuASvRo6v]1>UeW)ƂF3Y`% nB)ƙ^k'Q\S䯚*EOz8Y3GeGF <Nj ߟff50*:;إ>Tus".9Syk\)n\C.!`}L>TnG_ dS5>fӽ;<Tku9(׷\Ə4`Mk<,JAg 7h*0hHTJRsh$qm#9? 9 U fPk>[,IJ(.2kNԗe5)Jӫf@Y=NنfXc(/y 1,h uϊh|dčF@-apy63DQ&W] KBCQ}9R&+ko*WTl 嬗ofGVU >Pg)n:Q!C5=LZwNɲ]Ӛ1azTE(UAwa5&kƺsgC5c$*F* ig jؐ'FId8fUIhzJMB =.Θ[mIW=UtxB"BIF$l m.r{PdyfEe?K '&ʠ(AȧLEY)g]퇐<4vlb3udПfWB1}smnGUVˆ{HÖ#6]"O@]H,֕[AZ߼@ma|^Qs4 e\H^V-G85TE4b%㈠V9fo.a(A i~_0Uh:\< v9vq^b3UakȝHo`!0nGL yJ떨f\V4QBX60+fwXWd:|%+ڥ%KXޕY.L 2(JAcSf{s]z+A ֭[sC'C'POteΒE y@c^DRPwu:m9p䩒G%Q 6P;~۾5#ְilX]tI5ϕoZyU%6~pm]7OgD"\(V8 25Fy_twcp}.o&㱫qK+^Un`\GF[$ѭ래 kDk24hɕ'8ʟn_[Fo}?rڙv=/Ȍ\O}egB4?c>!>SSXaxUƖG{W㑾*y:ToVD{.\>EW@p$xUcghEw˯i_ot'b%:ԢmI-&kjl!ӰCI$H-_e}cllKF%~hn | /XcV>chsbH+"ݍ,Am^βŏt 2ݎ|.)oNV̿62oΘTfˮ^8Ͱ\3<#RܘQ3 ^'"-.O%4Kl"c'?y94 'ZWqm%Djyϲ&Gr/゙dz˿/w?x(e' դG~Q?&k GȤ|,>P6WXU%7c`-W@)OrAN9#1`a&9԰S}E >HH=rvƬ:{[v0w<^7np"LQv jA=n揿6D;jkxFwÁ+>Y5"X]NiH j]I2XYLb[}֖y htOv3u {:J 2H#3,7v%_<%tr#Y;Ľ%dh-P};/m@#]>b#_FTk6{7=d8/Zyrǀy #Žz-07L֓$STsD2BP #Rq}Sv@SU_4?kRe(b`&p` 'jyN6=C0z,Od͍f7Z| iv RQٲփ=> 1rj[H&j$e(y=DkՄ/( t(GT cd" 'Hg.jY3Eb_^8];C\XJ+Y+=sf?!e!#޳9JLۙQq8ġ٣l1 S_jgܚz1-WA |K N{dP1 `|l86ќ56fn}] Hdj3ElSd<}S,P^#1>eXefY~MoQ3Ouupǜzw,J&Ea+;2/zt;{n=f[t c?\+4Ilq&';r>I2 uyd۟jI>e#g8;)/jo'(&ϤA_5:嘭%Jf(R{Z[>_Y-{ #A$uGEν%0p:bƥfûv!&_rplCH'ۡ[_k"qǓOUcƹKEXvtOʰ9&Q]ÕnƜ_rQnl{/r'dIp #q $X2Ђ&[{"# U؀xҞ35C}S<X[ДG_0x /l[U&qh꧆pGf4E3EKT \d9j~]z9\er#K`xP\@.4XD>2 *Es~ oA0kEZ0]f5r&!ϝNz }`vi|1}Z;PmV LlW%.Szeyٿf 5}y9x$ B7]6)]9wML.2ȮL8E!oIw)N5@S>6c6E8@qb_SE3;m\6ft 8CkyQ[Ĝn]3SgƗzT#K(X}RdT13"Zoz*:q#TSNzM!^SHYEl5a54usf' mH$%b@_՜G.塄_xf8["J#oƬ 19>Gfu Y5M"磗NU %1M-/V (D[,zlK8]7dBu Hzw lr'o\3ŏ*vMR}SJR%c1b*d^>%g8>sRy3:"^ 4(.AYe؊TD5B@mxsV /si#TL"n[l+M֓! Nv#Xq*oHc]mEi?1^D]ۮr8ODN663%݇ 1ps_UD\d_ʽ I tq7+%B[hNF>i{g^1 jǮw*XZF1pE/]%1ؠc@L+WaU{@x=VyƎࣈqB:GI9}Iml| \HO*S N6kyG֢d|-x8؇%ԗz*Fh>#ė0m} h9^>V}Rj9asCbz~-l灔eq9}k3fG_/ZxQXTuBrq9_Ոt!+s_|n|k s盈 [yg$4mz!'QGlY ҵMyrx]]S>xOZȎxqн"4]YAEn]OT|* Q0w#qHPm4-&\|ֹ7߄{@]\6i1QRGIӾ fv--qjD3 \ːص+CyElـv:bqexd8^T9kK(kAt>%W .P #o{I{ׯ/k>F!v$ /v[:A3|ޘv MϗݚH=Fdc}g\* "]K[[;iD|4bP%!j2,>yA|sATo;F"hxGnovH[i?A*[3`ң \,]StĂB,5ۤ"3k8tp|~#SO{D8KI3C< AG;i4/F|+C5cy(W)$| g%\bR}I!撀%1d;aC5[i6àf&1`4 C5n`5pTX(pk0;۔Z;bE0G [Jم"V[t=5ALdXQ32FBU+ -"W֤6ƞfcxLV?_fl=Ab*[(6⌡#RaypÔ`k]t&Ie{?gضd=8[%!EݎjEt#!|-Ĩ[=ZoS Φa Wv]ǫ_JB]>ğe5juIYp+ʜSs[KL5xkMD eJ.6>Kuy(29S HGS!-3:a#ͷo39E.*\Һ,1XUrFUbc(m蹋 MW\b3EX{Ιg79-8"pOAr@ ZYdJ`hVyȷ1>80ط oձE*jj2#BoB*%ksԷʎb1 ldQ]"ys,l 8( lT ;t~lzyeB2\Z )PYbRhQǮQgԝ oQ#cX3;;^R rCg}ûIШ?zXCZQ"S:aiKSJ1Hg'q 6AsҤĶ_=/ ۚa/pĚ6^  6cU[Vp7(yǣL5 r"CU/?Q3.:'(E| zX|=/˜})3.¡/KA\<߱~?vӯ#PI|\[~ Vz'6q6tૠDJHx.*}+Q GK3b5&O7~f@:mvw $XS89%wC?nO&?uX9 U)}۠Eޱ r.GMymp+n){I_-@A/#(naj BwVu?:vs##a^ 2'9=+;1W| Ŀ.{~dtҝf0/k9B9-L%pKOk@4em~w8C|Bl7U No)b:WX8IS΃.3@)3U ,}r/y =JK4^}1RBs_$gK₣ZI::@%_VzK7Uö*{Kغ{Ӝ@>vL5y\`jNcupsZ@}Fz:@=@/)?>:|b^}_j/Ce-moBYɠ R{u3~;#bl·VAa8b OcSm3 o^:xK/ڿY}`7?Q5q$` pᅢ79JtsRc/!"3;f-Nӫ"7;+ULHH[`Z$6[E3 Â,`gDpU70xW)M֟RW-τ:+AOf E Fl% lOi{ >.Z H9FbRʼN V~Ws9-G/_0ad@?e!bR2*ɣ'# C%a]6U֧N]}ac+WbD%0FM N"Ì3ޜs:v+6 *)WנapN\[lDtr#[O0e*ܥoUmBa?ugB ](o\wW EZ3z.K\mb?Rd Үr_R~W4YEQ!4_vX.4UwyrFUu2wUwL "etɡ-s+.ͽYT;.:dٺ;~@Wҹͯ[qץkyQOWT!=π*,ݳir C@{o}h{Pؓ`OOKa{i]#A㠴1!ǙH79+ !}vx- ZQpWc'H˃U%VkE1pڷL$ YQtz*9|;\pSۍSiۥk㶧L~R "ABC_T]vɉL@ү%8 4v$\oICüc 'N 7[Zis38+,{wSj(cH;-a")B5-T$}gJ4FQ];| d{o]M y DkG{DeIx%"ztB}䇻LOJB/'3(9빧Ƨ<yKr'X"vx@j:(\C, 7NM\.I.ɢ/t|Yl%E14{ՐEՊnG1̮`~BcBt"zJEJ7g̓-U]$`<ļ;zXjɿCLcpaX5-p ,MC` qXE.1< $- uI$j9!f]#,df;Q|!(⥼,YUC,L;Hi}{?CDMx/^d;j)/x6mؽ#lIl2'$FQ`M>yݡ'n'[ܪmePb>N#W-1lb `)6}U:u̘ Iy?,5<7(lHN;_bqqhLF=Oqvc6yX R\dw88{&1=4z\' Ovq}ݜȸvXήdL`mtYYr ~| 6N;,w-]s+b[ؓ52 1bZkkdL\bwz'v_MbO,i\ٰ*4nP) Fsrd ]=7{z5rJ:6zW[8hu^]o$f}!81@u ǻ!cȡvmP-̐c=*ps"39[qi {B-%,0AsAnn1ǵ$o~alY%AǸ#xAT0Zv+Е1gT{Y4M_GnNG=W|٦>t fVcOsgk֞5Q}4".*KCZXҴM-!':aQm'ܡJQ~OjB&ڎBvP%wI=K}I(QHsyJN|:;" _i&c2l4q`L /1^CyQ-;88ިșMQh$V~'0jdxaDrt1?`ѫ)"i3n?Rfqxww& x*(4<5E+sv3µDvk((8x00̝ P"E1~7S7(X*8 $fBqx%xVͥmɤ"'X 9@ն%1ஏGߧnvgE^$fJB6J.k_bcL!8|9Y%DA1w.Ր[ Rk&H‡M|D½69N6 vl QwFM>"kePc+E!)qť{)P71wB>AIAf05 Ǘ.% =ο YD=^Z#,d,VEƔm|E=*o@`־İ7T7Y1#sYeq˟ eM΃ $p]4깪^ yPQ|%HTϙ<-#PϏr9' 01CxEK *YdZs?(-oP9w=} \&2ObڰKUjU!3yG V.YuɶKo RLֈ tc7/@ɫ8g׏%]ASw vZ[Y+x2O'Itjq5 YSwJA^d_jlfnR{O6l5j:>0 ApuL\k޼qE({ӡGbDT'|Y>)uD'{Sc.M QRSNam@vR-Ow`oWS?L3OLHlU@-\sm+=9{n0+vͅh=-~js/\ t1Tcw1隐͵qr:M|W"ގ $(S8^1N_Hc0” *>O?AI* =XH(W 7Bͦ 9 ʝn# D7Yc7٢8L>fЊh,C@݄X_|!,*! d4U-AU?wDZ#&+o,z~|OڦʩS$a|`.* HAd ]g6_֞ eѲ;׶3/q#L{S :Wdž3 AfCa2@+n]l$ WU/}b7=Τcc:Ikߘ3&VDAURϡD 嫂fIQ֍B5W 8ً$w1Fv]YxwBێ"%'~L4:+1UkHl =QX!y Cy!L]+e@zw YKi!gz?YE]=И;agD1GOj{|Zč}O# |VX4F;2<<lL^Nk-3/xn p[;z{\O5| =mF& 4Dvs[NalL@`$/wR|nJ( +J$sUzPHYJ”će+OU1wG%^i!IhLXcHWq.@j!jOvַiþr}a ;u}CNt*ϝ,.[EdJ$ٝzjsњwF־y 濲#%qPNkJ)fehE糸Rb(߬fCAp>_Tx3Oirt/ QI5ts-a,ؐR{|}cIҽbæ)Qqm շf~QC ]-BT*|{Ҫ1 GGx=9P_&"_@U892n{I o"F qK:O{L\5!$vx¼E]?֭|-ćFøҁ%"^fs|=Vry)4KR۔6/QAdlqIH[2")zJxqvWd 5v;0%4(tC%/w Pկbu7:xyqBDT܍UAnޝ4kW2M3[A0Jem&悄eØogDRǘ$[.$٣f` w%A0mh@F/f7ZHO(Ꚗ[ !D EcaBMBWE*1:ύ߯t`~ H W%jh_=PÿT@UT?$6nuK40,2:LqP:+eԨB7T[o ڽO1*.ɢR7ǫ)ٛ'*cc,jgI5|,\d ; %abeW'*Vy3R;LI;a?'Ms~ NFvY$yKt0sGu-]zfl~H`)1+G^#K|\k3ֹ^z[_'o[o9`ÇK9YĵGU/>ǫd 燠 l=v@V;"蔤'2ӆGYq)o!%_bB69_rhF߁tZ 'w~<+3):"}sHn`;mU;.KxfxCg`4HRX{Y%Gt\qyJ^wFK.^7с—$*Mä 5Y 0y^M/b3TeV9 CȂ8c' -03aY@;:?uVD j]@4B xOWPykY`V|ISJW&keH 79LҪPd`SjZ&$n9~RhUj!? r{}Qo<}Cnj +*xk8G %,327:ϥVY!@7W#O| |eIk"h.!ԗh(]]2}rAYSY^ޔzs{3fVQ]G Gxܲi&K*LB~`{E<6B[w$w,r7$&@tkcѫPPeG ^/x$#+S?<?fKXn=eN#V4[rܔ! ӠW )'̓A_#nu݄+G&.S"?k `$hnV+#FprAf4,9Ч< =:s!֬ϕn#@ޣ J{jB#@fgJ}s嘮,rI&삞-v)V-]94 %y/Gv;58):`yt; 0,ϘlĹ'&. (_"0n7yVTe*Restȹ3ʹH":#ݪt< ;y12; q>ryj@> ʶ1uuM{C968hxC-ЬCLV81n#yI..WmS]-G|;KD1-.z=xPyAo3@~,/ !e[R?!箎]71MODbrv\눌j UtaQ%WK`̖28fWL;"A⫇yTq?=&Sjؙqu-鷊Z:j?(Z\Kß2yo7(#dƋܨbwq8m&~/ YhV$^k!eK; 2ַq랆~5$@1p|P •#:r%z+ jC>oG=JiڒWqyM5+27@i;Hb|Y.RyP7A6Gq_Wmi'^YE/ 0|4 7t0)kHk.ab-1);IL:_ztF3yE-uXiێRsqVf2]B1 __*¬GfO~[f.PzwL)޺ 95"~:'="xoS=A 9 / y׭"OfTx&[٭N ݍ,7t,L=.m-F@n4oM S'- 0&ChbtҕQk){خR~V>p0[&` X/[f?#ğcr@aՍ{B́xZE3ʀ]eIM𠇖 /$] jXw|2W*sR)z6pZ8E_<^ .0GSlU?אeJClZ mq ڠ"q j;P͗%c mnA(RsQ%m1%Qka&Jd \b0UQ, 4R;Å#퇶aWKVۥ1i)4Ɖ\ړWyFu}]Ka@j;#e0,'&x6F̉&Y'N| 5MMkKň/0YҼ3Hf?Si8'Ғ]@2 It>g2Ć mgr2ogxU4z@lihy#甞W'> $cX5̭J.jhAN樂LT%z9U ^~!"@ȢblY9}dǨ&gUA`_x#IƱj >|ǣsy]d`G [<NWogi+Iv0覆вi,7Sf/X ;DSS]5ʤ8Vy_ b[%qt( /ӽm,6 i;?@ T+:Wb'G O:'sJ]v9 N'y"#%0 m)G{'ډԈTVJA>AB܈~*(c>JGbgSeAs0[@paC{8A<.k)ul8ewOc"nJB^VQ-":M W%?QO\ʶM9OkU3I<=;86o?^W.u;l%2#5PmQ>J7ε*GJ&6a]'e/RĂ1žAz$JιI0Kl.6mϬ:zYw0E2 yԈo!8) u8 GBS8 {i|d00|H?)QH=]K)E>ňznukg';E^/J )|3(=o,5y !FRzR_Umv)"bIIY|zhmr*/f͝ĢzX-l}As"ȻTUc\U3`Lb(7.I|Lg3QkP*G'u=.!i"q_BT\qRjNֹ-%_\1bbM )xٙWldB0nethQ#;:b \%f,A6p(^E9;W ]8fyCҤRV춷σuqDZغD8ڿz+1uAnؚ|2]o/cbɨ,Ӝ@0phhC\ԫ J;Q OʮGgIz͟iYS{ e]x`0DW }B=k~WޫBrk-Nj?6g',DmUC:8%h77w/NwHES% R3Q8ܡݺefy Tl,yY.YBuY]U3 ',1Kp[ݎ^= D&+žkx(e*INz:.;M,o RFr" .N\a-OaCt3oN܁ŧ+08 5p6q~Ǔ [^I0f[ D̄k#6@x4!gu3pI>/4.RD/)΄!10^orϲ3 9َR2;^T! )Q)d@<|޾V%a>HfEC?yˎyZt+$ ̙V.xsڭH 77Kitxv{ kYK[{wةB9<&,zxB>sɴ>=_؛tGשJB ݕ»R^; *_Vzmm)C?|{Ers|x,N6 n?+EP&N/Q6j֔+}^$;M [!%ϔ## l+פYe)P! Ųer>dAN#B $5ⱝ=Z4:!7;_a7,$ņP:-CqۡY|nq ,X߹B&4WgSPBkI|^{l3k <'zHVPZed-9f ij=Cbc#ǧfIKA }YݴovCy18X#zz OcȪ\?ėD+sÔ& gb*hZ"X#ʳ̽Qi(^m ]~J &u1LWvW+\.hm~hnA$kZ'2D\Pÿ7m­ؐ_R?? CjN&  Pthq^e 7SQ˄ 6Kt[ǶD yCKTZLs0PJuzh v}JCM9Pk]+J} ,bg_o R,@P: +3X~)Fu}Uë `)9ަ9Gy 1GhwW; -,Ѿ1sDdנ@^E Ddwpr=;dX|!dAa|%f"{yȼkwû&pK)|Sq`tx>tU'/ؾRWX硇x< 1w +dx0ڬ""o\XVn\a<<^~Wwa7dxBsm}mF$ũlwCXt*ٵ [՞_JV,"wG˝2!P 6.dž''դ }\+_;1zyq/Omu?-!LF[r 4$bORs>[h!UYmr Sx+]w02&CN=QaC;, %߅a;ٻ[©gET3O fGN̆iV׉YaïU5߯! 2/h*jmMCm =(Gd$_*`:^u.udžlD%NVl/!ϒi!(E5buo; ^uQ0JlGU.֞nF3H္]Z2 ^pv->My(7LNfJ'ʁs]$d[ ߷3*00 %%]& #p &Gtf=,䧂> ͏ ł^Wc̝EV~ڨm+JA_|6:ݰF!p}rxj=#g׬yys"|MfbC47='1sk~Ljiװmxޣ7Xސki u$NqK$R80 8FF'qzhT %{s'BwӞAm}{OR74ӭ` ;4ORӕ}3,T?mHA3bOS rlن|%̯捼ݓnnFD0v6ws;0,?=SG͇Da)m.'BPW*W/UCF.Ql=JݸJ+sduiCtŭۃ9Gf34.X_>qATQ-sbC0¡$[.#ٵٙ;nkfV7Y3"2Gpo ݮRLm/w|"?.l pb0] 8DDǼdΓȢ0(noQS(0-=kݣ;$U^筚AM i-457ezԤ|T\|!{kàRuaq r`%c1hRf̛]LM$J{[" :+gR1B'YR8yCYӡ),Y(\*;sg8VnvY-v V9M)/™-/%ga&1"iϐL%FXamG ' r螢1uz(:E1ibawiw4~*|vFI6 RO '`g[T ,4T\ϋ_6±\Ql$~NjNHs˪\ S0DzKVZZbFUZF65nSLJJp7 ޷茄iJ9ߘGBc#q5+s[!P-ώT R@A3ǔ$Ư~ȧĄke\oonT11˸S]AɇkYy,O})`!K!ԥQ: 9n;,DύHNxxً,#U:~z-_CӉݷ]]񲈅?=<+AQe/RReW"%KHdI(OmөML9{ (Ƈ~lJGȁ"gΊB]*=ɪTf =SCEoAMՏ p^ck(ǃC34^"t䜈c' nĿ%Tca#FObc.sί`΅LMzd5xOj/M銫zD>(RRE4P@T`h4I\R_( oZ|oЦ fĚ޺:u[2?DYR#!aR9b.,YK eq=ښͰhKDޘrH*%LS IXPV2S0ah޴kȖv`m:N7RSu @_Qmּ єR@ޣџWSQEj_ݸYJ$"`:\w,iƓB9MSWĘȨ%^qҰWdq̈́t"G|\_0厰 !eD1*zeaA3/+VUt S}|4U/k`Q$UX-]LsvjN"0O=2Jf_Jqr_ vy~ҹ"s+vلϧuCT I'cǦr&)N"8;[8fL~?22x~dm'ߢeäpaS,*խ&tl]Wvp,95o颦u(Rʧrh~6t8Oojf79d]g7ȘU"y=Vw2UyK=Ty:N9r׬ꡫʭmw= 'Zr,74NJnK8EKB_CƱth=P]ZuItKEa<(Fal2 >acPе/yalig}%їB^YȎΑ.,/>p%;% a&*2`SDRi1=^|)%qAM7ͷk[j**V5ᐟO=MO_P(JgI7B tAp|8cEc.lzXm4(w!yvԒ0l|ϴ" J3y1P=ȱ7x+JA2Y?:<38ЫfאG;ەm\`J9N]prW$nJ@d{s$w7\)dq`ԓ%zD|$࿐=pVWU wz; *Oӷn-MA4ŴJI?)Ft0 ؛.b sHI1dhƼ2QZ8o?=7j6}?L!Ϧ%C|5VG@XQSMhHq=,;Y: ?udA i7C 5rfSNq 2rFWU͐CR;<^*=MH2@#`lZ3H`89DUS֏ AT=TO8譟R $Վ#mg&m%$Emo~{"w(^9Q41'- kc#u@=ȅ)I zY-fmʧ*U(9 LӤTC^1}/- I>ѽ̢3\ÛOukY!ԔMW#(Yo/qJ! xY~.u&n} a GzN.Ln}w7u'?^vtT?EO;!.6h ) ĄBbRXɹciZ%(m3O$91AEECTd$62;%Pz~mҕ~Dx.`=;xVd?v5nXbO2KYҏ"7w7-䥓*{1japW*[03FpLZjR:jP }!啈'42mAZ_ܽPbEСh-. ztķwʆL#9(!L6c< 3<4gPtv:jpr7f`~z!Œ-x}A] ri>oM4=1eeBwusIL>(*:P?ri"yuw&a+N#=:zyβH"E{;6Eͺ]R]UZo-`:?q$# ֭nvHfso˒X- )a&8%*ۗ{Ƽ9c; PVjg +;Vۉ+,'6+.Ll;3PF1*ӑiea('׫ gR78Z4I^ylT6*[5DŽ?MӠ`A!DYVJڤĤTW#y>_9o!mmǏC}'yfS[TRCq#"R?MۥvX$ NW 3y \ӱ'1"GϿk3Xq WRUKS8|6' 6ED$e Dp \ N9}`o1@kXi;np~A(nEO(ZKN;%@ʠ,(@Xꘟ&ּ6޻+uX>i?ݒ?]"Ww2AUiFЀ>,sm^O;q2iNڭW$"|yQKfϰ8; C=L0 -  Q^Wff#7iHj@ϱII FFngdǔ#?<p9{^xvf$P`C*[$[f*Cv<"=sWx_(B.;**!2Pc $ETMˍ|B!7-95,qeub{={|NŌ v{$Ҷ63#z= oo9u3+YXkD r+1P^<,ۮ0}n_~-DOSң͈̀mwb 6?O3?2OeVo>XكHl21K35[S&#C~|!R`gN/N{i(g2os'T3݉WٔٶGߩZ3 N\جUihєF0(L 8a٘`@a }8 !-&Eb.so]fEΐ;' Y 7FҹDu2|% մb]gw7D$ Kd^+g"anU ,0߸Sph$z(^IZ?Xӿa-5^Ɛ[j@ˈЧ&[K)DʌJׇF)2зΤ|&o؃^TBMˬ|^cGP2>+ 8е vY||a&B1}o ‚+FmkOpV7NbV+67a6|osaIWnޟFs˾kEp@9w$@*V骜;4,zV_Ia(:vŘ=YAdR(d1iFVw)/6E7S8ۓTl˺ۿQ8̓v饱 [3j6G[y^,H2Yaz︕O#u%eMBhr-s&˲&RBX.'/O:}=A;K\b>5RctsNR[+bA:?!@H֬a8dFZ NjiЌ'^r'lW^2"JAܯ98۔‹/u8Q1pcmxv $h%,;yʵ{ndqpDWY'FQT hP7fXZ-JR݈,xʆ F(xϘ}Uвﴏ='3*1i|UO CE! ;TT?>ߏ(YjD{lö523 vVٖaf N, o ˒vxuSJ>d4{,xJR`0h7`E&^PHX-Aa?q}SFzї@'cP\&{We&Lݒ^8/h`1{ V̿buNI9V4!@j`(+vO*VzݫEkic=JJڒ+bzRu%[[s\jM%L٧qF!j{NlDxv於rwwXpb]K}&ޟ1oͅc  RX{0ohܖ4n'cPEUBB t !j< @0m~]˟jдP7q=%V7Seθ~FQ%T7byMTU.VN-‹x-ʖ@Q49xia.uB f{j)@FVgNWDB9졲w_QT:@+XubG[j/`_38wfUKdz.`z[Y@>bmh1fds SP rD{|>}mQ g>`.jSGֲ%sX̹:'R 71"o_k@ Fx%iZgLyE9 XK$Xo{GۑXH0wγKN3d^Jױ$e x챣dS8_~/fD o>?_isԝ͔3 d>sSB\+x~ Ě:\;@|7+CZFZ?S+@%N~I/fE'9-2uM<NÏXwܯ{sld0B]C+r4 ~DžKSAB?if\zs1ю>"ut R:h^2<"sy(jtei'|c֤*XF@/O\պ'= )b3˴ʺd~S;aZxKK׫U&[Q@OHoH4?rwx 2K?1 k:$#9(S"v2GFBp*/A^F{@e' '4޼Jl((%Ԇ1x LN͊N'nԷ&7v Q8#b) 'Bt|[ 1/<΢dꄙ闤:IYka~JP&O?GZDz 3n6XP c[uSoR (Tԟr( 8`JN76j<')Va- ІvC].̦L`./V4LڪR:5Sk(\obo<}B ic&k)b<& pߦz..*JB:tLrK9uϬ[_`o^RW~(IA"th\^9~aUKWBX=eh[۹1.1.Q?|hP?'r.\Ҋ p X#i3N;gJж9㑵0m6x0 vTm 5ⶄZmt!)$GP|*=0*IaB_*h/iY_"go|7fT=jP[8o}Pr o0 {.AB F ǕwN;/r/Ԁ\74v#5ǻ|PQ?qQk?`'idzK[Un2: /+z!#A;)QDŽ_+c9 rt?u^֭cHB:pL$ÿSBf=krx(y^cCX.܄S{]q)%`ȋ,p[2'{>XX<KIrw:JSc=:8f E 2FChЄ[1-hٜ8̵0ű8@JOaa͕5T<ƣL /?}b{ȱDer05T D qZG"*e&8^8A<||^P zR F)ԋddML72'+AC}Hj*|g*Z Eg6ƦZZ77p1/mTj|1=_MQѓ4  l$N1ɸӋ᤮R\FLP!:S ,bAw{kC9iw=,M\Ypƽ40 :8:!fs`2&Qԣ4I΃aAb̡Y8Ӑ :zc zj[R/6yC";a,؏|嗖y'J6ӛ,ą밐W/_V{Ǟz8,M^-j )1)-_DzG##@cJKWp){lө|+Fɴ7Q z9">d mIF=2-]mOx $d[ñgKw9P49732R]iN(quj] ̽"8K0n0FH##~Ѣ+AT~*~򂾪nDA uL',%>Fk K #IOVѧb|܁ܔ-#iVVEoY T) @^s=,[fFng W ,VS[*1u  $gȌ28Qrc97GX2#Ӎᠲ1#oٟ aC_e>$k)Ⴉ/{;~W84,oW-Y!1bykk2'^”~U NWH2$XX,ո wZĘ)@ӳmO 'd9[ !Ϯ$.r;'ᢙ׮>KScCȧc~c4J >nh3VSe`nBx}o =zXlT6^z6UD@@oʋ9/PM{RN$r/U5%w≦Y-8~LyuS5u dI%{e`֍;?"nէeT>rg} Cz\/2:R*-TsAg]b*ߗ\~pGz09{Sr 5Ybg1)aUEL"SYȼF $hۨ7T R(wsA]yKM1"= {?cm<ƂBʼ깑s %..zTl+.˨#qU0['Ύjr5\iKy#)Ī1}Er#u+1rfUje4 co-i3p(OaҦ#o̊.A;{ҧ~ ;_)l50?fȴd=ܞXaЖ[s3 )]Ja&4.`rh805~HAeQktp i_(9{3~1abPgldJxYƠ8 J\NۮCGfV)wX0E1F0~;Qd B?ӷA+zcu:z ݾ_~Gl_4#6twn&X+Ď̆ >Vv2(- Aȋ%htW[z.5Pc4RRG~bpeZY9|bpriIGf٣@;4ln(~&FSgK٬rabDNRl:yDz^c+0QҬ![q8g ]E&ZVYh*o|LJNOb&E*&<9jBt`fԩg~|&ځMX4퓙^1 (Qzc Uף5| 7UӸ m?)eG{Đs }Nq`˱j5JYϿ+ɵzTvjIM8Ri>sFI:EWQ Ը0 C rqX5}?¡:D3]?GGoRo|AHӔDb`&- id uFч z fnnp' S `^}U+QInMY{?~M&Ώ!Sˊ;ATP;O^@l1Zq@mI*t ЭDjK,JNo;1<9:lL[4iWm5Z7dуS* Iw0 c緉auɫ srB¹aD@`M󒚷6z B0#P/VRT[H\u&FJm/oUӤ҇,`ih"g0~0h8<.].'5$W?B,w5U꫃G)@q~Q6#_Q[c!Pʔ(*tz&߮@) S եIr!H:ȱsȦWV}ӿ^xsg~.l&xTkW?G0Q;0%6*v'$r{@8,6Wt1d7ؖ1 *(nvVHnjnYocR%+og-ofCe(wQf+-}"_5vӊ +j*[h-8>.:Z"#FW"yx9[Ta~N;w؂"KgB4 2 lyk;Mf7)rhu,foUbOՒB?$hn_qܘRc }, a4v.Ƿɱv|%sKФPO\7B]Δ5GE#Bj\%JӍp~en_Ҝ埭@5n& @2i$N/Cbjޓ}6-߇qՕ.$4!( ;LT7EPg1{ (!=Y@Wњ ,nb4Y+_$]+8tb.T<)3;۠TGW!IְGlN6^:4_+ 9 ?6'cXҚ!||9lBN\Mzއ}g\?-<9YAM=aH`$4FllQքW\e`D<ܹ '!{=zJӾF>I3.>Y]Ch=)hkBk3vQOcqWeFZAu #AGS @xt:gXicAE6׎wFSe(]X Zb.-OV )C)`v56E@8cd~Jj\o9 hgn~;̬ΡtQ;8v>ET7})M'C7a@(CR˷˂uXO+.E1|Q]ծ7?EEEy' hN(d3_ SG8?srqإs; <(SCmȱiCgs|H(:⁈ f631E.5iU<;Ȋ/n>+} t!E^*hf 4ָؤ+F \xN7i덄r.ٌ*?jAd~ { / 5mluXrA/M'[Uc.èAw`GX6R0c!3kQ?zI$>'oGX de.1B;ÜuI!;h7L@w#߽(Y>վG1 '{A\A[M,`Lkx%\Jv0g>^ ƙZ}S(gϞc[w, 6f1GaRfٝCrO,Ŧu9QU.^(QH=,re@oEQMNƟD&knC˷ .\%⺘(tv1BbhԱph՞ +q:Dwp= ϺX6Z/z[ʍ.. 7"oX/( lea)H H%`HH.|pOo@ڳ؇Vi )ok)6e]&Bڐz#{b~ͩ$I26wMel&lj~{jXE&Ke*~zKA NPq61ᨹl5,l%WM\cA`)(֢{b6 Ys~X7&zrxx3Ag}>Ʉax3"WycE%uE39Cd옵Ÿ9;ܴ>!?y1)ي] 4vfq 됍)JU-xոpyG&Yř[;x U<3_LD 7?½1tN oÓM=kJ1ABnUI|8XQ-sV/| `E7{EI!IWԹn󧿭@-ϙԿei6/uȿ_W14E.n61O:o pR&0PɲFE`.;J^+|_:=7#P2 jiDw٦e,Q*t+!`2 /,wvSɑf;4|1ɹv:wLG[Eo狕f}#xFGD$e l_izxK! W{ ^^rq+!~d{kn@:3zBH|*bvxZb(rugJ|M)&D FZBJlmLP̖ݲqt`26wNj5{o7TR"׬Ipvr8ɟ<-a᫴I bS>eT(HF=ؼR4RA~틙peF!Tʠz &,ESEП#3v^{G̀V-L@),`!L&i-heT psڎy3;#w,E{ A]h3wAO }*=DKv`e On! R9ߙ!o{m(C4rxF>-}; ]; NZr(W"7N %AೢƳ1ьU̍$'0M 8 Y2V>p9&~-ŇƗTk^~kUWm])qA̮ċE i,uf8jeN)λEǷ8o'(NVl c|\Q $U7!EcdyqPZ-N 0~ո9De,WsFL/yaB:RI탋;x2\,=ЛxK=+{P I1 HXV-ffy\9 82>6BCM ӥ&Ue(;اǁE^RI zՖsYz\ZwQ:GβZlmXKe!"xOABd |} h`~Mq&q_ew_._^*MoQJ2_o%.מ C$JCy0b\LpG)/PZxo`_\+pVT~r{xQtcN9!FH>A5x3 P `+?`} % nKqBGy(Ĺ}>7͖ ?>虰1|?:P@X9Z0.|co€)³,T-6Rܚ` i.L6 ʐ =Pl>zm%G?~1w #. w(LjYx1]Ӿ8{,IIw`ޚZBXm\C}A\ ~f H䌆[ћX+' S ǵ!2$?%gJN:a PTq66bM;~1'D\!/;K>/-o \ŋ U }&DG]3\[ Wm* M̐r5I + reA'11(KN :!;rn3 xJ"J?wḲU 0xսo\69\.P74 (v1_WB(1}TKpr B\0_(@4DŽNUUɷۥ|0eڮŕɞ& $=t6=>ﲡ^lG:"8**邉ޗs @07R ;17@5ùZ5_FNKOu,+yֿ˄NwXv~z#T}I<x=V a"Ru`uA-@e=xo'i(x=Qv.6a&&fMPJWCWOUlsZKQj(~ jt4$ _ٙQ抑\wl@y9{("jUXļP _UNzp¡@(Of%4ztnWg12..vCmziG6͸mVw^y*}Iͽc˭ +ZpJdLE"W,nlʚ|ju<ء5ҕm@-G!>#)!IT_^*Eb<.$h[gi0P#fs`TA_} 2L[N)D*`H9fϕiNY zK#涚V>O:;$Z.e%/y2ޔ>;0of2y%I;D\+k6?TZ~h$9>-T \OG) k‰5GFb|$ODD̫[ A{|Cq5 yۀkW"wC{` ?Jц+{$=ܦ4ֹŕzp&coժ3c4&2{[pRQ+O*: GIyA";qi=}~A! M|Ab&8-,g[m ZvWCc]$CN:.}kW"% j qy, ;9g"П_ GodDF*4gY:*Z sz?cD" s3+aKָ {j0 ʶ1I\ъ +'WZ1κQ>gDr_6 ;ӫLK=ZuNk yTH~d[HUYS?tN`,aSS#MI+Cl ĶM 9$Y]-$ΚU!Yq8!X`Wrqy͇3,ZF$.ؑxkDMLQcR_U OXm[RC-ECG'b~H%>bD0z@Q /kF'%@1 p=T6%ok:i+z/@:x8Md>>MX&g2F|OOц גBaEDד UEx`mܸnRKˑn`T#dS +!p|~~&.Gz^:}? ,5L#>'(wNhcf&jcGrpuv`)}9XԦdsWCTW2̗wpQ{"a5}KGd.Ο0-_7z}~CWtl;jFADE4IdLkς$q]+E+}T2@Vqo磳N,cDZM݅xk Iǖڻ3  Q$$2[h7$g86 ";$zM5+O,{CILSsDR*WXEEtYL'rE`ǐaXuKLaI_WaPvZ[A#TDa,(y5Mkb(Jtd;XT;6~p"vޗ˿̕!_QK"2[eIC5%ާg콒5c+ ~;qS"Y;`wVKVUuMՉRr a׊<a<`,ni SԌ϶LTZUEQث6sw8<[|l~^'$ҁ Jҳ>]n0VV 9,+w^{m:Z0TJ ۚ虗*Ϛ53٩u;Qg%󉧈 YN/m"o͢Yz[DZcRdN8cB$AK #n %(\aea7Uqk?J|pJޑ%W Z h{'A- Ft3|(5eŌVdyuE/bc78zkW0s`@nI5jQ~מDyYvp6ꓫ0ڗ>^oa&d,ۆ(t _~pZ*lwfsREb;+ז#%H;5Z=% BɈWY&e2 Ґ3Bm0bSSv5J7eO{1 /$8y cW:p俣uplc;s.A `H.UB cmMXP. yE u@(qbԜ|\N*_Fr(ٿq|nA=~AYNsS,6Eh &.rq"IQwˬK4Rv>&'OiRzVTQFMb/wY]h@,+5CwI Y锜nDc<=/4Lt(ײ+NtE6m/D%ƈ1n"tȕX(xGA1:%vڤ޹m(' Ƈa!CBG_ch!0P~i,(s:mwZ(J> MSw*/E3jwHsW(wLF=aIV$Z`%lKOH?H$qME>A]vṿ8WWm VӠKzOrUƓd"G^z4P286hڄ7AÌxuldQ#,3jN`ɫsu`7ZTў_YC6xu? L1}gP㔸!QBgHU1~;iE$gՔ*UWިݲKނO R4-J?2Ik Lp.bͲ=,Xü(owH,; CFW޸m"bTC|mH%>T~[fgLbV$z]_n5Pq_p,%@S`} p/ѰJ>M}rTr<~d |(25S׹O l |+LJ i(j:qsd쉆Xmv/HGj @) $ h2^nSt,wpHH7v a /X,tЕ<뎋J6vpIXTMjآֽ`lPZ ҍ9a6& Zʊ`l)5*3>>7V2_籝Z]zNHU|<琑D1T{\!'Nqow(%5:A@O61ҵL8ȥ`PH^D@]{-5G^JGI4ht*9R`):2HԲ`2Y }QޑFښR .C kqj<#sB/"^CIl`Uҥ~弭4m9V3ݻ+-zWeHw.ro|p%Y?e8.γ}"*HtE!^0\ y%pN,_-M >/_8BhEADŽh%_+FҴa8,LL ]8 wQ๢Eg:Xu+ӒA0rpzfVx'ebQ3_کn]28M?ukPx|/s^M::YDuk}{a}dڂE.WmErP3٣ʗ { -t]>pJX/^f u%ܕ䣮޻Z-U;? d跚s=>@VX^h+dr-!ْ_8?] m!"dYy:і^ֱ(wwNX7אf7Hzr,-鹅SN{a=_3O$٩ WsʀԭSov]0d)!j52Ҳ?a1"T%̾@pAt3kxޣ'~%}|R(%.^^Du2P^͝ѡ2ۗ5+Xt/I(絥\#u#gaz{ȵNǗ{iQcۆ8ƓJ{B:Te|z<࣎:Ш{TA1A13ŠsKg*m?q_8|.Ql"xG`?8wjؗ'6%ݓݦEї p2 @וӜ(f>\C1J` GY}ƨg5L v_\c04.-6 H-~#8fBl=|v PcvNH̐247l$ȣ؎s%?VhЊ9*_yjzS\OAvpJ+MP0=C=]| RqV?/KC{b h4G뵭cUIN@Џ꬗_rBzjd>C X@{v23cs_  [TY!Ϊ!:\;ͧ,m R3hX;2d\Nf€.vK%q0.P*;Wh_w-csrΐ0'yQLxb+FzoQU|G gE ըLZ7vsʐoi?4".Mȫ]Tpl08rNXag$ا׵)3'tk~$hyD%mbn9[0ڌ9kdjDelt,;ʘKe[c{svOTkVH𜉱)W,^SטuK8QN'set1bQes't>gCV7nf虔3bR{%oU~FiX>4^< A믦/>ϵPI¹4m">}'Y 6?\uz;'wcy*c+|N.Q[wʣ:=%e+>$p 5h 8:f!c PJ=rs%e" p&]F5.AUV`gy8>5'iiDٝZOiJ=hs]V^'BwŸb2hrC4= 8q';W4~}jML1LQ+YC;+,vzPinr~FaJna6~Ұ}yz_LMb + D7]ұ7^meZ+bK>}oj> S4p<ۤ[39m)HÒf8 7C4.1 ۝"nd}7p{K+4/?Q w* ~JhQ;DB ­ZJ'~C)*pH^nSEN.%?m9nOPhAk sa~}:S-(m`sm P <>꺈,PlّE"i' 18A!CrҘPr3o#)dz, Q&A[WFnu63@c,t⬶BY@DK&3KSk:Ug{@c{2L1(Xgi@aM.:{&4Kٵ|h]fUQ3]NCTIjCЌ¤} p^A<, Y)`pǛ&SC||]gξ" 2j&N+JC2++-M,;Z Kpi+i8J: Tccp!0R)iJvƔ/UwBeU0n=ʉd6j0[:j]A5e.d1 !~V7g z[3"[3)ނ VEC#k(ӥE=1Jٿ`ᚠ0ph62*ɹhXyK ͒_=87auɒvHd Ҵj8{3q%GɖfDEE@PiR8ɍ ?gFH+p chy{Q7n.xCP q̼I5#Հj1Pc.(V 6v )>@v`83},ޯXUڶ,Z2u`QRk+02|X*)^K۩l" m"AL/F1#b/mLԪt.]ubɝW(iy#hX6Vi2lJ :6ꖨ+ mBbѬ`]طR|/q>2 69"_qQH~ -Ѻ(*;,{^F!-bK ,mV-DTUt9Ŏ`9 \b\6+?|0"2^$%(`J1_o^,2-URH(~oQ~9!we촳5*{F!8d4%]󛡗Πa}+| bL7÷ nܖk:Kךh2:LIK!f ۡJ]aq&P8Etуw<(X!MCs yE6ڏ,ey'C}{d 5 fyVtbrkb^֏@CԻ&R)5kO=qcH۴ZW=yMǕ)ը`*+{'+yi׽3X?thexl _:c;)ˬr=B) /g:$|(4%?ڌwsdvg :<[] h~Is4+{Oo[mZ[oC p3Nc щeՠJwu* ^ul/ZVoӨWܥ$3ǺR;30gl "Tp"nh{`'Q\z= u , H>Xi_v ~+Z)Ovtv":֟6޷r>'X }ߵ_']K[7"19 p})C'±sD^|n~=@W"ivyX"J?#¨bg;2ƘǨj9ib=e]v."iviwEa;zP}TA ^mbqT1EނsD[~=<=r625{GU0îZʓPx=*l.$0lP6eí DM{ 8p;zV͖sqzI$«2(4P) fg-m^CL@fe92ZC(I` ˒T@#`9x0ʞvS@'s^=`oBjf0quk慕 W;lzP3dZ N@\$*nfw֌E$)B`DJ"a5C޵klaj­ɲLQ97Wm _۴#d}Qԓ*&7g&97? WhgJaÐNi!ԚeNZ1!8j+8ZF]5uDmYxqJ`t)B2 U}C3\VПֱI?Ecg`F12C\%&~Dog]V`FtR4c%`xfgӥ@h~+ [iӉ̄AFYݘ)M8M1-r'(-O΁^{ ϥhNK"WWpzRP.9Ô A7Jc@d B?c0A TF-7k yQ)hqhX^6AːMH[/2 16cmD@MGPF`cu^z[!.n1EtvsveyVay\-s_bhs|WF5lMOk(B^p+/;E_Xd5wd8;'Ե,> Pپ l}A!io:>j^V`Ja>_-*&5g7;U2b~N%TI4ogz #8!A^K*;򶓰.K'HEyZ#P'U "1ۉd<>|!\?ma9y`!PyOU8ۜ-VnPrIi2w$sesĪD]RW >Ƚ J9cHϝuk0`ݖ,&xxj[558 F`VIIV KJ2K3z5TuMl'uJ]eޟAHUCjF3|.&V[qM _96Z=WQQaw̾ɯ[6[Xe*7T uA0B:MJ =ΕlioI̺!});!?m4" T:I eM2RDTCh^;h%5r{Qyk~qUd67qD󼲡tlGڬ @x"-x% z8zu`gU^OƒBv`R}X^?6~? "HK"0kDۆ5K89|ly CH_zڞ `ŭvj/Ϛp$|?>6Qas쥺}~nܦAf3j^RD _B+I!)Kwd Ggy,R".")Dw' #JB&ȤmR'`>tx(5€Gs 9'C*>i:YhLعR l{@Z4M'8ŚӮ\@5A"ZgeRzGcשP! Ka}L%Sim˦'t܅"f/1h. e. ADtJ'y-o_1Fs6+LlOpz0 ,EeKvb3ҳ%ߜ_C.W%jpsOL4 8.ZDDkb d h1NwO*n0Cӌ*ydȯ KJ9 l E+D|2mH DBߡgD.'vx_sq_XEWY0#şE`6w{Z :hb~Ɏԩ9ًC6&ƾ٦VOjKd n)#' AʭAIu|U| W[E5:#0ڤFZ\ WM٩~a(un4Rb50 ivZ9dEa{I j__֌I(h14 oRtoT@E *J^f(S+YH8 %gǍ\(eEx22Uq3g@>Ƕ@ 20UCޒ'b?S"#a1,&L +{U䝗(s ϻwqp1S@CNEm2㝎[s`^Bb(/v[*a56(s6URYipO $IBT=;779m{9vSlx }X nަh !v@>ajD}[2|J>OED#]XƘ\q~;m F)ՋEj-9.@e#f$*' U 2[,Ž}gܴSǢqvFHbǬ4]#>2?C6"7']"1I=WXTGpVƏDsa(|B7RrY&Z,FזA^#jz>SKM ѵ|5LzpT G& :g09v 6J`6~ڹTX|m07ب2Ql5fq̭F8Y+[p-ku0xx2V%=3 ؽO&=4yk UqJz~'dy\׭^1E~-5t8{ڌ094 bXVߘ٥XaL Y6pN$Htqlf$s0N`V'f| $ҥU%R8$2i{ܻFa0Zh /E!)8YB|[qW1{6`3È :G"[eRvc:J:oNп0#EnZj>ª•1tplQ:b E/]z<)0 ^ۑn+ {5B*h+G3PGc;4Y}V x۪7`zE;Jf`.BiyH{IT%+ )+ol륝Z?U ΄'ygQP**?&ƚZ\KZyKb<0#QIA|gfb (-iZ|ӥ 7ĥ(aRg*5 |%Mw)Jۗ76j~Ue el]*b :pQ^T"#*Ѩ5c N8Q],1FJ8"I:ѕW׷3y7±y)uS?d\2U-w-)2^gVo=)X7*l2uQm9C629Mahk1g*Zz= {Jک&ܟg6SUZ|.veQ{-(Qv65bd Tbyl@xBu;yW4?] %/ldN t Y_ҵOkCF}4/ñPz#t4S^Q"V_(!-+{qh `lJ#W!ʣ9h[k;Df1 o^Dh}E`uiv&O9.mk_ٿZ/v#]ڳRl.qZmlƾ҃-9g8 ,t{V1J|/r@6/O)̬"),KMm˫9AT ^W|ItR#;^gd$^ -~q'w*q#V|k9#+^r{fON4_9rp0!^VߓI\[$K>ּF7;* wwŠ?>=hB% .ƒmYGMY\0x#xYߌTt7$oyo݄9{nmLr.67q>ɫ$ Von&)Ö ^t4RQS :pRxx &_7M\5VS4&[=e>ԗZ|ԙIgCO|;\2pzxҡ'=C_s1Y̝(c` ێƼwLls&$Ek(ܠ|zc}?N; `D̝TCG [|d&T;AMbEsvՂ i$p ׂfsfQo0:Tu{lZDֈ$cvڪi6$~Bd}$ZGJ<[v,R8 9L ڒA3rQה^زqj֜,DZ9 ڕgi*+gXqvo+m{C<*Y@LFfs'#ǨꚎɨ*g&EAL)+;4l&v2frna#xp|\.wBDۗd p:/:rO6YВ{xvJd4dp--e[{-gOCs?57VDʽ2؉@ wOJjFJ Hv_:& j#ayڔcn(Sheq7KL{ yLpQ}砥v31)* bq7v!sJ,D[$B v&h;T-e/[pQw#ǽ]sPC0Wv4~ʩܵ@1{.!֧H/28r3AwR:e:X{3E ̬C^!X^J$ZEr/Ȅ]/O8 +NKmo)D.j,.8s!ٵ|8HYohG?L39݈9+/Ns@o8ȔDK$s.mL:,lIxvL`!̽>8@ IQ4d)f0iAY %%ն:K"ceFo]<Ʌ/,mfhdAݤ9kHދ/HokGn(MQj /$wewrdnJsKJKۏ4+l439(c+77n1y] @ocS?XI"[K[kDB `Het#S|q%ӍUG[\$3h$-5Fz8ú%ա -h$1?DM \YO +{M0-k"h&KFC H+xCFk;_BLv2pSDQZ.6|­e: R-f29Re,eA,k [vi Q 7LtR"iS4Yr{%GF/7`8L˃tCBZsW.J 2#q=4&V⃗8 W!d.^fp4M OkRäe8j?Gd':4̷ L}F oœ0pҜeQqL\SʵIhyފwp8?r)I5sXPqP8[ \T4x=*!slϦ!e6_dVfvAKڷJ}Pi[wQƵ~;f#rADGe/ڴ\فq$K|GR8]SI9ȧ} zuh-l* EUb[I6x+YtpK)) Zo[%&Zkha"2LU&>k/ņbMPo䊟3mA?$/$.Ny `o$~Mj W`cP=`ũ.ˁbEph&~O-DtߖYJ/_٠1 LRW~(˜F~d_ɶqj*zvtD? [m%^R>/`aCh\U2_פݛSj\ڜӉfJ8s^f,|b/-]s*x<>5nP^i%i^~x :@ϽF4Y³LHb iB|c'Ag^L#XvgI Y4OA rNo"xBU11nr=Aʙʷ! F#.,ù RL/5!ͯf[^k/V;MȢ_K|j?޵r^kN-\r;:*3e*WSig*4@J[[b?XXW O;ʡ?/1ep=.TYGw_J46N ǐw9 ՌdLڬ m3ԹxF݉58YW(}$7t +PCX\ms# Yz3^qx'_IFcQy#SQl3s~Ts:ݡ(hpds 0A $2k:vD\=/#LO×D3Dvћgj@qψ"{i,^r:Xz~9dL=1K vS;sZۆj,J@QX!} 7dv s QÞSx4P)aY#ij`xfsK6he4?މ p,p6?1q[6)VNJ=wxY g:LO샋SWʮ]UHe<(3{!nݧ?>?x ؋jU>KcCGaP㖓*ߖM)&=r+ap4wFىj\_^1+ n3cW=USIrR:z:?\^uNpbr?3#ɖtsn'$s$SNO~[Cܷx^h^HQ@ej$__͖sf(9sO>"8KGrgťC%bYڣ */MMf`1 G"ґh={s<8n=T.GùȒ5;@H6BI6*-:r.ȵ W vBvھFZBS\V8&sW8(\Hy|jF ((`<uDاW̕AEF< 6S7)\P˃1f0tdueqTy-iLkWz ۥ"o\@`Ll`Suګubqfp Iwܵ}Jv>>syCD@ ݾ.ȣDu@ s^ uŧypXb0|l)V//d̥a֮t/tfuWZRȣJ[㤧t?!3Ҕ7яhIң4,&?b QgvZi.5n,d3a^QP՜ 'Qa҅c>-$!$tBh ar(Ygi6x~3l4ywIp7p[1 &8ڣ$Н1|Y ZPD, }p+rI|XV]BGes]JBlIf C f n,~<*g$j…J;'*q(H~M.;/x!J=[>Z޳*Bׁ\BmpKTŧӘ(X+}E e>5"MP2Y7ZG0uZA`TqK=TK vf=0?$<єqe{}mj0ٶFŐaЋ6ɥJ70X}S~ ŭ,_m{/^ a*|YCTcUk‚9fH.jj)qp/tp]ȝFXL FЍ]@'рs['u`EK$G߇t*A<{ .ɿ,)Pg,`It;ƖwghT°O8دjwʸ`Yy^Ryn\D6AAl+B~,_Qd)A`hlOFZȍA[;Zn;" 7H١>n*YV+/sP7u=!5׷!y,y9kZgG8$S z̷7buc%'jǢcnؗΕ(Ћ`ZL'iLJǬߟe<Z9af鋮S3\p9PKaڀ}kviVWAGZc~XDj.N CVV1[3W\ҊAQ"! |R doT6*9`0mbYQ,!ñ.|`KA[8ҐD ՃIDò>w]/m%m1d$V_ivn謮g][yJg~Aی=TxÛ}M$a d -\-蹄m2d~޶*ܧkݙGi7>s E *'`sGKl/^+(s {r1mI\}.CHejğyT8Q .~}0d%vx)?d$"WMvvJRq`}Bu4cv1?%ꇢ9T ƀUC%_.lƍz!aX&/zGsRt9^T^[oWv-wܠ"K`#[┿{in.#ښ(\z%(\Y &N2-1YijJ q6喃f-y3Vm7kL @$&w dJ>zO\YL Ftwc;\us<2i:{f8N4g:s] sVP**}J9 t^^:zz/G>[Eܫae:CdjP%}v Ŝ |R2.<E ,w>ކ?8\2CG'b?DU2&~t:^|Fڪ$<DžW_c(w!)-j&Id<[^&GkDT Wc/#+!,OD]`}(eDB W4*V.y5Y g?w8/kN {nu SI?7P1`CADLX VLK'H(#m9PG@8?_m5WƮw @$,GYSx ?9Jn'!B %ĭw.> `UB?->d!?AqJoSwB_(S.W6[oPmk P.+h%=}POq@se1lzݒX(~ 4.-iqnQ!q'u^}DTwq'\gQa<:0JD374'|_)x+N2{h[rL^5WB+oo lraYX2x$#%A&M6XA8 ,R٪k܃xqvY&=}VA`*|1H7yL! 4 Ӟ׿/)KXu\G-#Gj8a\t%d1#pqFG_t`ma%Huu8e@B)fIX3ײ_#.c!qL&nB@~2-q礽22W_~r9煖\|'^ }[ VĖ`(p5)+KQwolqZ^, `=sTO"#ݔF*R~'A1AJt@FIbZ=ǫ*Ⱥ8ٶ m/8|`53T=r(m0ٿ|\˦Y=:sV^ɉ,yEd AR3f~V ډko>[=m+Ed-f#d 3NTw})OSW@E4;|8m 3H39ɮj<0&3 i~i.np * Eg`%'XV9Kd6W˯Sw u .E-b6㓛9'5 5l4^H}h7\]^ .!?_5nD2M(nߠzt5[c߿Mꗁfc7 GÎz:zkQȽo*q prcjQÎs &xTJ!UzvAٺte!,3RS u vTZ Uoa1A4ڳϤڟcQ J[c`} P1lI!{N◬_ stzF`8l2jL%"_^VN<ˆ;gp>N};"H4sM}/?E '{1)!Xр)_2ӞY9vM]tKqd~p,Sl/#aI@+y,/0 \1,3TinZk<%ى[USznT$ME5 ͩ &Ok7¨Jdp듣(:J q _H&9ТFoc; fq 4llsb ´` ի,U7k77pQD(F79޺'GMq1Iwba˰CZIx[`+FLh#$FF#?T 0U'xk׫xqbбeǃRZk%]Û~.DSia[CRъaW IAv0]T{oZ<sС2ny7RIc="1qr+aOAh%,:^fSsy Rk:#ܒx6Y7_GJkpJyy2imy/SBu[X4"l%}H\/b|iH5pS   d'hݞ!W{Y[ 1#8yȵӆea嘺E, Z*J^e僢EТNyE㧦4j.%d@oJc,4y8(Q\Llxcz-0a{}sF i?Uw0zpF < R h{ŷ a FݯeOׂd )X4VL!5󰵁.ԨNRnٛ(D3% NU",+yRQKMEŇ; B* X<+}PEجLW 1Ah&K=l'\J#Q<*/c٧~Ω}"l La25F9z~eKJ v(`B)QqȮSI4o-m2bv[T^y-DtsHpJN4-_SxUt`9zyVHn*oH"\ ͸rT]TVb|26"0pg }owrN<nEݘ@<ٵ݀v5@yqڒ'(=Զ ;]ɏO幕"Dze]J 2w>ǟO9pXs`~Rڼ8LfTf@#e`hFT%#pk?mX$DQ&_>GZ#.tjZ>a"7 $Eư`d k1l[(:S'Tf\gt[ 2tq;2cQ(M7q臏E wv"O<)7q8>!K&F3ZD[dnp(@7):EQ'|g#Cwe%H<SN|i^سh'̓#*qh\92!e;N/Ӱ2J%9"'1$Y99-zF1= BE2>jXE,eKOY$1p+[*(J|-ILC㇃;I>ԯ/c.אUࠈL, aC}{:Ydɀ.Ca8}:#,d, '"tQ h/f'p/nu.q05s֢ZR+;ODa刴 QO"Z*f0RyZdǴ!H͆[t}cG]QBVI:Rr vJ*HkȦ\BOgď~>Aj!{3 VGI" 1.ib7y>FQI[G8C_gp@<. 3 |Q~~Hi Pς.ۅaʁ"t!6i}-|!xSs[Gݪf9$IOuQ~bti L-z#OI ?3o5W1W"=>U!]GL aB$V_Rt~~$wԠK"Mb xmfraL/M bp 3|TUZ%yS|ﯣQBq z W7zH5&11AɬclBZ݂ρәz7"(s}0;t*:y?5li*jS"Uq>)zQY3/>>NTALãQ'1yh+Qy|m;Dhc: 0z6Dsm*ͿVb3]~ݒb1?p٠ -vjk4bߤi.dW;9QpK?H0 J^4(0>Z7qV v<9 GȬXx]\paQ2 <&]p3WPMEa /PQk$X Le$Mn /1G䀿 E|hqzBۤgS*Ғ6LL஛a9i  2z; >+n?^θ/% £b-^] ڧڠnkY!\diVHo Ss| ZTWLӧPW[O I.*]uT-xzgL5h3ocmo^23pPociDEXʴ(2Zo[Ǿ꒘zX%5 ](sx\KG8/Jτ7T`l0[eRȺHuYzgTն^`&\6 mo:\ַ;J=3},}9dbc4?uɿT\X@.e:;-E~b]3PuF {)LS>'>UO}r*ræj,E3[L%Zy70|Ǿ2XDw&צA=t.gIQ%D_Mc!|:܄rn cpeVh|PL;ĚNs&¦"x۷kE, _moM̗["!QCo?: ;,&ECZ?x)S (>Du#{Fp~&Kϧ烒,YuɺlLŲڿ jVsv :2Jg YѨ} \A<˛pP M3(Sj ^)Ync0!v.{#TTO o*N/W!FXWكg_D3O/i̪faNA& aʐΔIe&w.O۽o& —I"rldBqͧ0~yVQ!|b껓4"nNn.Qi?}Γ 6k=DqSyK]@ĿiHLEVDU64+/π~Ou2%ȝ֚1̯\\")t_t 3pA(bc~NO>:o~ Tv@0`ӇE8PJE"݆}|Ag? 8_˫T3l|Jw)Cd< ū]vxUHlQN]SЍtPqFDIoJ;juN @]ll oh9sH;W^PO`y>uU1T&uÖb[Oue}sf fW^G 2]'@% 'da LeQ?^FcXR6/̢L# L{nN!7i ,up *8dXDM%M66F7a [3F!Nh@BT.lbnʼn OU0x[kz:c|&umBiF`T9ÃJ)_*Y00[9cW+jU*%tbLJkps5/Z\{LֲIt(q$ٖL-aǂ\K")'#{RvF\WK6[VUwrg ;'̪'qrΚX_#T&#e3gf BXۍ̵f jgQ[3BA4ƚhyhCpb#S"M9éd8s8Lѡa,*M 녒s6LUК :-n F8Z,Xߺ .=]ca *88GK/îhmZ#)4jd)ק6g0bɤ65O,yI5uحJ]`u;klak܏=k%dE8!GT9b-jUVK$;Lq }?=Y˥7HF_++,Q_dM,6dڂZ`g86f\ZH5_xeL,4#eᳯHaIyW@<0ح$]4t#SZe R+DC.*_*#q7͔Tfj-Gb_-&U)^/x7ޢÐJKy["S=cݘA=RjŢ:'He&'jlT!Z|L{K<*XfJM"Kwړ)Ύ>Za 9|-cCYgOB-@}@؍7gK24[7(KSz(MG yUe#E¢3nt\6K[d"r7+t*w'wMf^B92Dis `{v>UW 0+$| RЫM48cJ4Í٩&|&AC*_2mm*%?kQlR]nL-vřrK"V7~8*RЮ~[&TOapK=ئ4TR88b&g놢poxw2{&L|#Լ&—N`W7a2#_YFwD~/zʓ.tȏ뎒5f@'^gaM=EN8Fݵ5Go.dt[ ML΀_P5kH@Wi^yܭ>ZPޫ|Krcgn{ CNu 2YAPn?i:7(+? 24)II΢廣e=x8c^<&ټkn"RPig:oК"vҩJT<:gQF Of™뿢+xƶ;ZJ6~X0snO'b ySg11E6dy5Ҏ]A z P6ZK,Կ-a f`2 k軻֚^пqb:W1S\:yA vySN/ ZU8a2 RBO۽>WnF 0FCpeQg 0 dޣ_PsrRw"wCwZhpƃ%j[5~a")㽖">n8Vq ut?t@@_IƆr'ҢO$k_T=J&~\ׁ_*%y^iĸ[>/ॎ%mt撎p@ƭ4[dX ]Uz^o`[j.n?ϰ-˗LX/ⱋ%RKIub /,pȹςaCNOͅ Ϥ[L/2ma64dKI\e3z$} cU ^Ӎ}mO /˒gTB?zhV=%ZT{Xx}8:2M74#̑H~u#ACPGۻč( /ɗL^Ϳ^'Ap8][L`> <% OJnZnAxsʋr#٧}u~ܹujͰM aFQpco9Snϟ+]{cQlQfOwS2XmͩVNR] 6BntRwps_y"Ax*͆M?MUM_󶗞hyy9g[9g^v r"CYmc0\.*mK!T!qZYtI(k|i"k=~W]*q",~dd d+S!{Ɛ$QW.)OdUc#7 uuLZ:WU _|H׊RľtrD(A؀ԇ0 Ϟ sQq>1&1$:cQ #s#a23d70#2] V6d> b7VP) G$nK,Q-P?F0wGZv^$@O hcS?Il\ 6|4bhg{v+w[sYbe?A U꠰Rf_ӂg7N#|!BcZ.i@@Vnm[м Uj98SwAfҰ=*UXl"NvF[3cr4vYu:YipXA+%`Hyث;5rGy^M9v9ܵ0_ ^H `2O䈖ꔪ`ދ@E,K۷|DfUX5$iQUkڷ, $йO4ƴbs;YBu%PpGt#tzᄉHh mmbKUo$3<C3GM<3n?˺PPs_h׃mP6d#?\HkTzjN,DwMdɃ+񥘶Yͥ7!ؚa0hڣFWWxI9t-܃keJ nةN,JֽFvXjzDb&,9-Fv@]9\\4 >2j̯h~,ynDO2m Xek_ˤ7 s5쏖vvg0lX i\:ZUOH=mW$Hl^Cd tþ $US1Z[{fR2* \(% v?HfJ_om4` B9H@VkHʸmBn4?uH'Q 7bkwW)@C7x1*KiM GBن'/O7+YEp6TJIl(k $_+_TwIrm]L+H{љnIBP koiȿnwYJռsPR,ɟuy1rL?$)L7ę3j^p1c\D^p`#Y+9]ה ;b.Svu#% |ɥ*FaK~#Ηe;_cUr2=;_[ TSt0NJj/ 4Q7@b%[(%׃LphRZ2V>w̔q=!IӋCI &W cwE1j6<7(#yS%M8~w,VQ1x @R]`RThrP!i`ui!u#"N1Ok (OoQz &/3l9uRFU1?`H6 ==.oͣHP); Uo9L7GXbG$zq8Ċ<>.l?K \$ 'PN #P0C5?$p'.k>ܑp{8(;Djl`DS{Mu. cGmAd3 \qG >sO/Px3=,G+)6hN,w-E+M V>M."`\G@2VXXoN}d`kuvOcF$& {D'MH(DzE٫jeI*jp $뜻m'԰FA었fa;~gi؀d\Oa0s$?=lA,ɦqӊޓ}]h_OLv'ޕ)OVrNc FCh2[|_:H#FXS6 v)?onMV\BF*\c Zz=SN(\Jf8a*{9&V@dHQ$Fqr8B&䌿O9`6۪fA;O R=C|5xḤD7_.@)}2?eP8kS&+xFuԸz\+' " B8kDKF- L=Q)t#?݁bVv̊sXD/E~(J i0w=&SXڼ1$EPKZ`T'0gX=H`@FBѨS),Ѕ1C:¹u13"> ld3| 94Ӕaɶ#Z\u  O!xcjTyRޠ~|d~éU]=gseV fr[(Xv g[P:A QǧNr%:Y~1dUWBȽE}-BkWAA ?뛉k䓪) +R`Scj>iDtN$O`K#ěS3y u.,uXeBy$Fe;yWNEi(J")Q\>R-"VRFVoكB>t~!R6zCX_s`XVKw`(6F S*d#<~>pc3jckb*+&Fyf3 1\ o0DxoS\@t:H[$%) ]t/Xk[9p>d=.v"K\kf/,*`Zrv.eO~(vpYo6GIlKL6H!{hXY:9 ?K\ϡ2`t_//&.961Aw9@^,]1c%qd@c0ACS]o5a/5eWYcBSE>`]:^KnJ˴EhFB8Fhv%^d"*sْnūH!,l4)JPCEQ9ا]CP9 N`/;]^oMO  fnhl{1^_al:z-Db.~j-+6[-"'3A!2M{ǂ2u,9i 4tWY(T0Ͷ$=A@4'ޞ[r~%7d,+ge2'ނa T`jI!LŎVjj0TQ]<\,rT/Xx_ D>E|gW%~m|>]= )-/~Ml,LS.fϸAgVH"J[jڔ<03Ta`?%o;KVRv[qKV|U?Lq\16J$*Rlƛ ҟՈ Y>D8~hjR3(i$K/%)..푥>RUZMm;)( ,F^(b"&Il x++=Q;g|P ՓܑxMw![tao?/^zBa|cs5F5љ'߬iM""6սKPy]<ה]Kgi4of$r'5@|O.& jY&jMCbEJ`v.3"KN q)cfNO%#[Zl2B!\yMqOpޮSe>VQbKYkCelNڒ'N@bq}'^5CbZ\ ,4",r3|$N2+rYg MŠnt\q po>nkyo]~%#Uf3DnЈ>Ũ~7r5ww #kbT[/aH{p:0{] [_ "n7D*O}o1sQV~{{La>Qo]0cMĒ#af8ߊ4]<|b%r+~/K A3TCk[ S} -1Y?gv 5CAmgptP%&g|H,a`3)$8!Z"JO-g3 K2WWwMu;y靼JzyHOxΌca}`?R3V]}]ayhE}t#-s,8xapvxGiK!& /lBZ.X@5\9!]7ڨ N`,§$]&Zb`ag_.:4Zyf>K$sjayг̵IX>@h+D=# ,wX, ktDx${Lr-h6kt-߅2 on\ S%3+|%H]춶l#X![$pS8JfqV5vC#9hq"D˫ꪙ!ݕfHbzv"겘I$'FJhEU1LPC'L D! 6!amT rbXit„T H!a(x_M (3ő佱T!Hl}x)Y@GSjlNԦ*K|\J%)JM}P!2`NK 0Ft$*A[Ю"B-yIn fP<(n@pE^:.zfH G/(&%qa| ZϋBxVƨ;90 )Ƙm0-Dꉺ-C{ָټ~6zC&0Bu5 m]\]4V` StC1|2P6?b ` B kH**\`-HH ]M8 PckP1S:QM wsƦ*41lZTJW#`3ڃMv M/?ꔥ!T t̍hJ>4 v` $sS&?y$R_Ko3q5DFfY~C8*FfF)+ad-hJӿAq;x68NzoVJt3ރ gA?!2+Ϲ,;(fԋ3MtŞ0K|歸ܸҫNl}ƝKAגR7v-Ο,L_#Xu9нoc樂}yuʵr:n~`VC#` F~A ma`PDuYk %N+^pS^~ZMOZ\=A[5M qc7l˥Q 61`Зkƞ[:v||wʔ|t|3t!/Xݠv\'ˊķzda$kt^h꧓U4 >lJvM;T,f. nϖip(N_R^8|횅k}Qf|]2(33Q6- "٨6\]tWhJ] !!J\y إq`̂3;]i t4fn{l`+N|CsEnrm|)E@:v Lce+Ji ̜aWumG9"BNq4 eNd%*H[r<厧:>Fn r>*XM?d.0 U ~"[eaK)kSllSlt&A5M$?;1$̭U6iyDz x9(,Y|8w=?*޴dSdJ)2kdM1ξt 1Q1F­(8j Q]ߣ*6vPGxZpm_Ѣ/)nQڅ2Y)ӛ I( m8 pYA ۄLКhQlDRͫb-ӧNiy`1k}^)3\m+YM)#( b`V{8,kU) 3H:M )Zb=vEj{jy8l⃌۔9l ;i3fz,u)Fe ZNHBq~Z@&mg1?Vc~0J:|pUp?txS?ǷEUOns+4wc]\&$73?Cg=5Gu~͌np=Q\` &7薳oMȸxp @6=M_7#^[:A[?`dY$ Hsh1 a-KW-m <|xpE7s>zxWUΟ \aåIVBXHQ۔O'{\I5V_S1i]<&дR Ie{ 6+U]빾d,¦z'qDjB u, ^Ghs6ctYU^Z)$-姣 kvZg3 NjX)(@u)D#dEa.:Y$@Z_%#>tƒ\S@ /*g}Q_dnEk lVN3FV 8Ժm U ܤ͠Q-^\|Gozr͟(NJ9º-+[-% >3[.GK96>3Ta8`UwwjUJPRMKPZ}[8^'(u.yI ZO2x(utu~B/M 3.hJV`yhr kdoXH&M|Y4,Y>{my֜.I^FTr7\PkX# |y$(;{`AXO`3=0>:J L(DAPpAQLܗJmݿ,#TމHDcb2zWe_`KQ 4nZmA_w3Ak%nGȱ}_W GD5xưRqK_Mɻ;4)Eq]S8 Z&Ve9DE3yrƺOxDSQ1h-|Ƣh%k;;J=fcVԏT~'h&5F)h]h*4Ή;\-=&I2jԧB`?zpTPd 7>{2T| is֒7@v9e+9gF-UU[{)'a c-jL_qț[UARaK+Lkm]v FEOؑEh#N8Bf㬽U`.~ܩo ΚtDGkRG[]p}Y4p;NWWOn!GYz)߀yNb#̿)ol<!5F!LLfsdP̯ٸ`Mu.d/*BSN' ND_J橳&b4ӻ_T9πQ͢>d6dZ͊5;[[)Y>}{ΊUs0Y1:wZ{܋8j2iEX?'#5iꜺ.Ȓk_ڠHdL9*A|e)v2GgL1g#ӸeF6AqG ?~(G4-2>Rc^ul؁:.QdH>Xjq)c@vj<#=Zhر[Ye{}B`?PGd.e}LCɰnA ,4N"`mAY%|Z ټqbЖɃeٹҢu=" vzފYa\Q~5xNJIULhF N> +) i1fƌأQz @kOcΞ{,G’QÆ 2I))]/t>@5.66gu%6 &::U7J4tܘo?z=STMՎ>o*F rydQS30 %_6ssm)Ý̳ >mRUh)F=[cVZ=9TF;,#*"sB=qX{9€R_F3zRXEîG9K| 6jQ]'-=+iKpX5~h2"fP.9y"[,un cnL> Sn^d)0: :Ƣt$ۗC3h]zna @PW[FtOQAMK7`2HQw<+SJ6uoPY&+9&ɿ0=)RThN\s nwGBl:`,pY 1`_nri^PO d0c?Ѥ}<9`2:{3ՏO*82{a1sd[|y3"(ʟsC` uA6xr{Y^v.oi)]Ps116¤kΠSӼFg#^g :8*J pb|b.@[z [?/#jǽWA]|G V.'k%di,?2 by*o =;7O_C|"<6Jd)wpP֊Ȉt;PVOctu-YOoTUMJIZ6Wzı}Vj3RpQ ZS7٢M#49HyUj{kz-8_(w 1g7l@H'{L)g#[8DXdιΩ&П?I_xG4E<*mxr>~ sEϟSNDSSAFrGZ VSjpwG f}eYyKIֶ u%Ke j ߙ_񈖐B?񉉗]=jwPEȐTVͨ -)@i=aU<ӈaS ړymaG[#uȁgO37-fʝ;Tgw~V^/~f_vG^D {f2= 2~Ħ 3&2K,^E"ڕIp$=$rMPfN@1_vL<e=лL$MX*9+aGPU3y{\iԲgu [8QXG .NBs0 P+ܨgjzp}951`qfk|FtÃz8,>~a 'T$u- QZ \nNM)_ 6l?y@BMuPPha<l-]F!d J$_ur܍g`870NX|7ؤEP[ ۢ&è,aqdYZKz4>!QŶ/<0Ljȡtymvў\(uAu|EA"4 QN Xu/jQta% H]dܿUunw`ۇX/ըZZ*i#У h!E[`R9 yOpinx}DakntJ(% b(*7|[,:` C /%?1+Q'ʓ?6[bɜ!'i!X(iM O~nED /c<70u5g`^v#!v-γM]I%qsJYZPUkMKLuWdzut8pɦT=@:W&?N)ә5-;2M#@VfLl\"@x*cv<.{<0B5sU?Rd=x W/5ܨf'8-T!@eC=B^rML%v72b!gf(0a;taZ}`ىԜj/ɼcn w GSZy\خf.毯V险0_0@NiIAgfzb{{[VEn'PDHdbQv. e⻭qou_B{xqGrb_!BTY~Ҁ5R;De!cdCE`nV)QPP}hԫqQ*.]\a_i /v* bC x2&LtBw EE 4YAm8p!׽\˻~2K! YAVyk}*ȹL_ _o̾0HgZAnu~yre=`rUvij|#AؤkKܽJ GgjCžCIVRsT2ZZutm/ĚW JQ ݡ̽p#w ΆwuEuۭ])1rǔP<a5ʑ2 H>W"eŤ#%z6úN80lf")41S'2iڼ;ӿU`ǽ"(N ̚~Cs=K4I\ہ 4w ڔfzD 9ƛgٙ@JB'7 z0a1x Wa2 Hg z璙jBaZ4xm5`ScjFjC_{UAODP_R0'#V.{qstxloRt>fk2T+lf.OX[rW^Z8@j[Dd=RɔZL:_Ղ8ְ"H:Y;CA?ܭ]VqYz?Y_UvMtgwдx\F!P +fyFpDe(&w^ nR.YM9<ؓQ-*w;1afrx w\UW4dWlrMv,}ddԛS{I9p'5dTgOo~:2sq='sƽ 9/,;zܖ68f]ҋjQ3grK0&08:XB"|Š&=.&#ez^c|czDy>Vcݡ.I֕:ۘu9T9Jg{|Sc&`OI"dBl0K-H7o-Y[IޖT(>]?Jb 4GsA\)Z!@QIo@AiqM3VSAD31 `y6Q]1!#T9(d\?qWU,F#^5Sx,9p 0>5(C^xg`il0zҢ 9 vs*CҰ(|E{\aU` !@M>KD ?_]r{)lyNݶF"N=5'"2xbDZQǼG3f1TX9UǴfuJY 0H>'nJFu@ET^'W+OE}/aT6|DS3z#.9n1&p(`z1 ҃W\+niUjFX"] -t[{i$U xZDS[lwD$c"^y0x+@"ْv2p]geC9`\p].;=(Z.a$E /`fYt.wX31lSbzd'%G-EPWpO"&+k/BBHtuʍbӅrPWjO/s.?B\KNRL?b LqR;{%lU5! {Yv_@‚*S[$;@כD 5avmٜ-"`󮩔I%?uLyM8@NFDijXE{JD.D bQ]]4Gk|UMIR+5o2–WJ15l4:r^:]wٽs 6=A1 V6Sz`pL1#MPI˵SДEyҬ{k>'ެ]dFX 78}VdNxej%r(9{jSu4<`AM8b*>O`[J ^FփXvO)=4%nj3ueG7az-Z?*PC}V b<:&צCDYj+ +Uí]y~k=Y K{е@ϵ;^#F?)-lBמ;G3?՜(߶-mPјѸi,IxT^tWgd^Z Si޻f S>&k_%Vn>N08<K]Rom7SCCB$UPIۆeJ(nvMǖ:1UjSD3cDtfݘkM=~}VBy8GECVW4R= VE^ |OO]'ij\Mto]7uܖj'Zf.Do 0L82B1"zXF'D$&sUQEuWI*xiWeRטoa>%@-H.̶PYԍ>anQ:]k[00!0F`zŃ6׎>}/챎>VÓ(YN7n>}t 4мGH c^3'eACڬLsӒɗ׎L-hS1it5~h*W'.FqPiNUGҚX7r~%M,.|IB3p͗b . y[E7bjȸ;/ѺK[ICĞ>7[l=_Tv[]{8LtfTQ{ug*N" Air H8Beܝuk? !/wv^]PE\k>uXB0oj>BfE,:ś9r<ysoCcd+_8 g5 ˄{DgIp,4!hXfȮ%#+ꂧ,+}\ ];v\ܩ, 40B!l)wG̡{?j-s4՞+'b}u,7 Ӊ$\on+ZD^rF7BYl~ӞZ" 4 {> ,?EV͟ ֶ Sy~^_Q/Hdgg%E¦l[&tAa V[˭?ޗZp,0y6fD<hqGivWjjZ!An\2@AӚ#P:0*cv{]͎ЭAp؈nP; D+y"У04ljũvd `KѪ.*P=s{vv51n!Au93C @\ _BthmfN`GTWDB#=b> CG9l23#;`JYM#℉]g%fn=KVm<џHUSi%-RIpic+Aʽc:zMD>rG:$ v!#xSMQn}˯GDoT8e/" <Yg: Y{`<z;Psqlsc.eh  w'V SSr_^ m{6{^%z4{Fb(` cFr{|JE7Xc6RTZ+Sj:!u-dnZ))[yOuGML/[JH\ ~{&B \="i4prtW=Dc[f@~GhaV>nz7汮pϗywϥ|jvݝ }0{JXzQ*RkŎȇe>WgF8t۟mc:hߧDncp* P6*)jɞn, N﵀%QFB+YeKb6wKHAH7L8ĭlWA[jppacpe)V`K|һu]ک֨=A5= @L+X3{ cBêozT&;}س@0k&-x6Rܨ/-5ţl'?3$!4ȱE)r:h i[IҽA[vֳV  Ƣ{#Ÿ5[c,](՞9:99W !>m\ws+ iy*7-w Y!:ǤbFu4`"pBj܉n]jEB Xb`t+Ƒ3Cec27ڒP)'<41`v5eS8vsGY ը*TV'zs=jڕAHox#vK -gS-5>YYv@An]'Uѵ-j jgxQ. s/;mnV"%Dyh'UA9OuF:V,%bV o+8wvN *fgi|C._2N65 T(j<.|~/ *-fc%/`cQdo*Ȳ>g67Vփdy-5儉W5zo Œo,W+`WI0Vx~ ;7c)MJ,Wh8GF^:`k] 1. t3*K|G'bHߪukCFAʿ߀O#1&@SO:i(05/}Z5L;ʯT\[U~%zAniduMnP=/HWu /;cŮY_98t 2F,Z;w8/0pS(K =3@Hle0ކ?/\ZjŦ ̘;GU1 x!*`pAMWt:@ʥgk-ɇFu_DDL>zP#gEM|a̡Ώ8&IʛiAf]HuFd An.:Ha3*(0ܬ~9\6VU^̾hp!ş'4wㄵMR-, ŗZ X+\֖ 5Fu_Ur(mToV+VјyoՋU?!g&Ľa!>#ekvЄ|YpR#Q WBG^c6ǽՋ?_P ~R^f<|ѕ1at_'Lob`EU\р;9wa\ zW#<оZ^'E#x^+#y3*yGo$tMzy9[-2g<T҆5IZvhS DzB{uJpjQ r/ "G%#0P<)4"G;_J\Dۋ5oaَ'#CJDAIdLH@ j6VZ0Tmo<;!%ºH@yhΛ͆pF`NEb5| VF6!嫷9f (AQ-Gm` {?iCϛof gĵӋl=Hֱ뀇(F wӯfO@[5wo*ſ[gݸu\8cMͮY>FqiW1=XŒ_yXu _}*K:x|fb_2(âٛ(Nj/ɑ6;?Sxf[y f,Q3XF􌊎^?8@ 9 LT^DקӗÍOf zۖ9ah&P=w C+rg'}-Ue#iXwr!h{{5,_5Z AcjAul)!+"਽h8O1"A2y&C@'5?MKvysp*]- 덬 {1~%HE.-4ڪxwҸ yKf4JǀӲ*A/kv%~ĂGxf`KLmvz·\]dqBSoAVsgwdɼI8@HSSqB:ݝ8;X<mL xбhZs8e7 Y_a gy2|)|Ò:np jBOpZԤ@O+k3?5w'UACX7lэLD-k.HBўw__(C*0sO"+ 0=kGd;ba]fʑ1$F"!Z~ŲG&X hΟ{HQY\Ϥ,b}oi!|QK9 $D-UJuH1dʴ+6V;W|=gݐo<txe3&`n7r*襮Sχ5SВ]|W`VىosfٙP㚉a}XL砥* o)kN'aE+8\a]2jS cqDK~768rh M?AOf${XL:f 5ER[0d@ m m4%-(Gř80_. !os.Bj{I{vx 4cz}K,07lV (? B!wl@sS0x\Q5TGY Ư0ذN>ިѨ&-`WHa {B"v,}A6.#ʑ`H#!$NWHLt{=Wvfx#lݛ-ver3d̕`fV!M 9  KZy/Ը,xq-IF9;6Zt>]*#9z?=\U;.{czz jf<:bN؞Ae¥vE2B#5t=LJ7!#\Uy{(6vV~#":AݙLj{Jp~+Z)0I.`c /,B0/7:ľJZB6AWfGkz qV5;r8_s3@9~y(1^+ŗ&42\a;X8<4P7gTn25 YmC2BB`{I$iZbbc~>$]-J+\ִ"iť]{? ,k?'7Ǹ^ 1zԂwEg"e@!K148)D@ti " oPic;yzLO)s1!8KPt0uQuڶ\ p[>s45 M4s3E-xѥyF:PKr[y)@ĝo <߸ġr(ok$cp|E̺T.]j*߇mCyx1c]q򊟣y:ϑ@o1zk1ɀȌɾt,OߌAAM*:HʩU↷1~n.W Q:*ζxI״^Åϼ"c\ \vܪޏ $Pd"xJo,&=29ƇVcKOʣ|F!GN㚂%Yf-EuΣ4]\6ɬ=BQI84Ȥ%oE(s;HZ*v 4yd``\lҜhoj讀-Ve^eTUM2|9Bvb=syM0+̦ݯ.T3z_`dqq6uB0 k*c?+-|   Fkwm.^XL5ƫP LKkmWz3ie ԑe`ekߏ 6WEBw f_quH Mӣ%j,w9\A5ZH D+bAxSVCao`t]?\O6!==fL~!_@J gU^6=X)[sF+$qc_bB(hB <(7Ϧ-ރ1H"rK> dO=o N?x&/S 4=|j5egCiuqv\l!Ӹ%Vt <ORfku]&[XK6D)7aZMBX ~9O\vfyM6~@t"0c ~:g^u銊1>Y;Vshkc=%"sRϩDV TgPoFt <]Qā'P*-LEX_qPڡVGbחE0Iɓz:mEVR4}=0@Ryyy sCI_߄LLcZi ̳pE(p>?0%tr?9F"%Ww˱d,Ap03un{*rv{H"["ď-ͳ^3/<JJ 0k|Y1}XP .jw"NY62& ίv뱇5; tcr/_[턼4qV* ePsY#"'OAooreQL{pYMZt99[DC:7:w`BpFoF rMOΠ(?ltlu@痀. K7[uv A{ł3E0;gmGj3܇UbtnyA*L]4g7xj@n:j*q7_$0 AD3٘u~Ҝ:>Roy]/s:d޹dZ_2]/fE/)IMMCtO ?"n a%9ocJ/o3C?SnRJd'Z/Ս'Xj 75 q `Qn! uZ?)[,f+chfy{ˁle)]K};mC9ޠbs(r扫x7Y+>styA Q$pV¥(d%A3mᰞ}_ kvaw`BjWtc^.ɪ/nC]RJ8K-}w#M$;vYڑv$kZ9C %u$*]í#9a lMCL8_ڭH]8ںa$>GdO-atl +prc+2=}Xay!YXQ8~'fpU>Iy;*=ъI]ޔPayl gm^X)y6Zz#{pXv5^a位oB{mHS )U.@V0Lxλj?$ MfrƾПv!=Lc_}=w^mh_ŞVgӫ-Ni&Szos)FR/3. 3_!URv*14ÿ$97pe–0Kg @ +n!ZħۧG4=?eϴCeŒ Y-8Z0 &qzr[SA `[Fe |>JM;\b;{bj-[zeck ג[$9q!7w t~ۻ_ȅs_:Lw",H!~EK !Oj,^찆5ES).KPhѥWYo֢y-{ {yt?I16딅݊Y%UU8K.l*Wh=--W_K_$Wom׆ͣ;ebn(]>/H2W?% N`t33?2Dg9J]H_JgL4H]܅Rf9g㣅Z@k2) ;ܮQ[ ~@t<>Ռ.CkNN{e}TelhƎ-a{-+W9PSO>1T$eT)1g+A+:u"irW@i" Trjg|p3g[<*??ۅ;QQD"'_8_@Ojuae<'ʶ\ne6-34e'Ǥ.X<:n'@1*ٳނNQGJBTwd1?;PX̳ {\*ߞ3CF>z +T>]FzˋD]wx }VNK3 I`6AbuB>PƪW>Y(lB}0% pCX3 C=ۓd7XzYJ+aӲ;JADPĪ7 >`̋iLFVJ5yoEɀ6@O'\l_A{}dEx6 'Ucbcs&=I 8&-EUD hdH83Nu{7<9lODZ?BA*KɟSQx 9xwq7/z|X 8<'o99CI[lT:3R   fǿ[n;a'panV%S~`u25>C4go]E+S.7Kp)[Bco`w;ᬊծ1ۍ AxڞT]l'\r΋ڇKqW-oE S-tړݓ{!3s{qdaEѽ/GދScR:f{Ѡl߶!"t[URo.z]yz,>l ,X!Y]gh1/t -n)*gnzN ̷U27~b܆5T<6Kkkx<"i^ Ija ~&l% ځc%#ȣ:` 1` ӂ1vz<]GVşG#RS :(-IXvJo<fvԣc&WQXª[_`pUTۃ~Il:))mgpF (Jl leW*GU#;W t%Xbwz Ф kпhbztz " t7awa0qh%1 ob|rĵW&yϼ\5;ذn.J= 3'.FD𻇙)clr'$82, /jZ@Y7eJP"f.Tce0z=kZPXQm1mJG1[fX-a|41K:coвS -W\n=+6C@UIO -Fx$6W0ZpUl%'h:q%όD/s|}n:R5 QF~6_ĹJHp` 5i꺟9`~8׎-#rT[BQHL\>1`AbhW׃K, +6 xbkD,LZVh̄]_kȮBH"3|WS`TǑU20+v]+Rw$>CEN5'޷nZxK. !~O* K B|+>N m0`.Plkk Q xSA)YHrlA=GvdGHKƕcVdpInlTAwmWoVm#U4Կ=1ԨNv .ᲂ6Xc0A5y :G1r=썝pRN% #)+@Ҽo:\0y]:l{ՎEGZ Ψb.~nǎ~a$f1Xұ򥲦(l`-Eϵ|'hwB"ӠIN*%D@ɔp5Okl'9H&.nbp7,:<Ԓ,rO+#={_67?~֍ /88DdgY:^Sx<t6I= ]Omݻ7Mq"蓍ݝk?{1,i:K%-n|( eCjtwt'&+kҹUwY%\:œ ]?a҅O&\IvJ7HAk"iMo|엵x\(uERڷU4ћe@wcδ*l<rOh`NR^BQ>ٽeT, QzG"dOA.%ע!& S[B>qt -f,݄ެ<Y`Z~]!Qٖ: QQCv7HU2]Sb%ڂ-óFl&8166Ru Q֍9I`twPmomlX3Uk#ColcrR4FuH0G2#٨MhigPkيCEJ[Cꄘa{ ڊe,Wa'B_G-+Z nk 2<6TAY .jlQ/9{Ǫ~Ǩ*Yogx/'Uk!M|-`Zp[!cae{"#Gq\aULk,c7lWKX )W]:@kL7- Gga\'N(u87K6k׶;tG)in5CydoSC׳ q8$}W$&@QK]3fF06j pmB>Jwjop ~Gq{~apݧOJ786wKZ;Fu*B'6;dMhޒ " 9H \[35 $"PZ`\yzA>9@QV)T8& #WNdcO{& *;HtQ }j;YLFrb|! hbT0 ~LP{[WC=p =-eh/+)[ ).XȬ C1|aePe^KƁnhGٍx]nҭbg{N)΍`f̎7> +DJ_hrѮY ao[@ys CJǠ/A]>dO78}3Q<0'% \ٍfu ն(3E@hi1u:$U@x  8z2]3)!^EhÇDYTBoV=FfLZ)4<半 y"BLTLf~>m9MD]fBB RB^6ݠӨuH"{)*@|NL_ #/sұ LZkxUTʾ Im ުHn^˴* as>^XWqGoW$1z5qI HbhkJ-i|$o>!-C·Wpqzߖ]20,etsa*☎,Kb$#OхP$4ƫ!tW Fny7+רmyy%Yh"ؼXypOD?˾PIu$:T<fh  ]Ysd^o͠(Kk2.!,j<lϴv%)]hƶhu ^Ձ,P^Ҥ"-Z" |f =&x7΋G ^I FuyjqzO8E8/-:^V#{ hIk&Xx|}v笒Z|q[QvR>@"}+ÆЯn}6􅯧),VGHsǐ bk('=ͭC kTe!tԛK.Swk3wD8o5?1 um~2T_npCb>W.H/tI*ҫIlś2ۧ_m%9cH\ 8F39o_\ |{.6{U">9ö^a/Oq"[G;J-AGx،F ^mPJ+6Θox{I8sYDdY|L%!Z{;rze Y .DnGm<eyz 4t]4y1቙>,kNNoR|OlrqUV@ RF( 6{bczƑ+? QJ[띲4&)&`m98`coǺ"i;?!"gG)4d9HXfO a梶Y>b]"ehiUw,["wл%Mb6B|bt}5d՞'ns ;b-H:zWu!S!tH:28*' ;:3ѶjcEp· z0 ΋e2C$o%YYmEM7#X}f1 bKBA3lFn`V8Em37PF\2:!ԦVhRP9j:_b_O`1ZZ;RI_f}sqq6|bR%|(:I1+|:Jxs@=H lCWp{ ީɣ)62<ètm*b!',|{2]ds|7_Qlc S!bMQPb'L> {oFQMџsbN"n+cF,E#m0? vK޶Dxjk_NX`ȕHϸʖAл,R0 ϸd>G\GSbP(ڃ-8aL*] ]*[k.E'n2&/տUmw[h"G:( &Ii1,T}wUǸBWE9[+3_~d2SlcxDci-KjpiTʼn0(U *IVnE?՛)3JĂc;l'2:T/Hfz9VTʳ;![sf8Z&~:gP l2Iφ5d}Fg_kV_'J_Ϫ锧!ĊR7qPrj.rhf@ 2RpT]XJ4mHe,}"jT=6ϹSSIBw)N`l*>Gk5y gjTx E6+-3ir!)a˝5ZkM <~(#u QגҺѴ:&X$"G~=N{jsi/mǬKj +336Aʢ< ȽkG=E_]*l莐Ze-`}%jkVɹZ+,#~0 F=eT-XZKu;n|[XL\gTELm5v5aH}57.MHA\.ܬѯGTxJuNN"eWaı<9>~U;NAX $O_恔j )6r&6 V_FA]U==qt&\l4[ށHfaBKy^Jh&~Z͠}$sݢcAZn,F+̀+1>!E&ls{u{= 5A[K櫟" >+@%K{;1(N;=ߢS!+fO_m_[87QIF*S"uGoB'نN./\+1M IHF^77~<.n&I.0¢p}wbZyr|GVdYשBڦ_s| jv+ ]"7y=^^ ֌ `u5\gna.1cv f@_ S3& =6߶adWo֝刮Z CpS`/@- j#쁦Ϻb;vCziǚ[)O2h:-,#´kVAOn˘"To%Pƾ=D}+UfW󒪗deWxZ8n?avL|) $%f>dR~o:z)b$`;eY "*?p}d]`96K$P_a|2ʰ~&nD=K0Y]=tv,o`V^=i ,0kZr,yvUI"IMs$6q۞rcꬕ+6 T3sc^} Y· Q+X,@q3R&&xNH;-J߂XW3(Qf3*<.`vǶҖԂe/: a+6b$^d-FOgծ)yTlk褪m/<:V+~=glH/TE[3˫sLMG[9ˠ2CzY v/t(n?2ut[n4x:`1-JJr\Nf mQAU}^pb WJ*2hM9nt[-DJ+)+=!ï.`uM c;.JhSc+ Jp8ȕDZR(= bq=8Wj7ܖ+Ν"vMJZTm}TFdU `6$`ʭWXCb,F7.Xԑ[Ǻ"NɧӗI<S(4 {cJe3[ w{*:3 b-%EbsבK#'BpSkžVq]eˢ(Zj$>Q_L6]9G Z ]i =,H3(e9V2:ӕki/3ک 8bnd6\1(#%fބP%m>m^٢eN~Xe W ILW,~Y5kfA^4?ZOM $ao_ L]mo0vIv KB/$^hyT@ȤEx+1#G'X2: @/wT WcXH[øF<.͖sb=Km'܇}mf VR&:}x%U}dqQs`92|k>P͓CLZ k~V)  ᨞A?{.Dڙq=(rg]`I`DFyqވMZВ;'rSvBйݧIAHբо i].Zx)Ec#ت*ȲE8PùfR mwrٞnwUKǴ"xo߻iDcRG1{W!u$-B);>]mFJkD1^-"j~$(r?&VM ;! 0:orgV.ǡz7&m?kO)E "RM 9`N-m{\l$7I)Ӌ}e|ck^51a=dh}m.K hŏ2W3PȏaF2V@ӧy SYyDߦ0نx|c֛q`1PJe~([=T|a$=ܩׯ>DRG'ljiT3Ps\\wolZ=(DHwhd--ns~#V7z2@`AV ٛsUB cUb_ën -؏Tus,-VD9`g:7NT'pnL.X5^[+LH@-:Kֿ E}/^W8t{YFm7%{1G]7d8c@eXU'Y&:Dپ$7#ynZ4LbA+i,BF¢2zTBukZjXp#Sk?^JF$e-=rP~ߖ Ґsqɇy/9i'bPRIP BXD'YMB:bv+ףa!TBn (F:qۺit iӦ*A*Ҁc!ɼ>iVCT{!g w ڜf?4*U>#!Ԓ &Ť=\r2L%}fFt5YF)xc3^A(tBssqlUW{arՒvMhoRE@ȭՀؑ;~˂knYsKC]*]`Ov5?S5BJ*8tkHUG^^xOL vhx//bP=/x~vQ%Zeޥdρ̷ ]PJ 0Iu1qcj 7;qo8c+iM^d-I"7-ig@ f=7g/ܩn "A'66)b"[c'K I;21qpi]$=5;)es;2Ts}>% NNۘW=\$лT=z4)_N'ԑHT?idj^uSv]#/c3zqB[1 ~Tf6>\WڋStiKU˲Aqs:}7}kňĀcA8}:M&&0ay]VT-gBጡ=&iU^ǥ02Cs">ΐFpUhBW'ekf$ߴS 8:i2=l! Z$c5y ֧5O;#'A 8A#M-쥥qqƘ1L@'9kI6jj3Ț"geYJ40P 9/#a{ 33G`w{OF ^"Ƣé&8 x29O]е^E`YXIQgg- q%[C!s=&cA~wRw}S:qa@%G< m$ :!O]*qT tgKynL\kw'd"8)uH`~1-$x&?CC̑)U!@ƑkvXGxEKA>5m{~^|QL%6Naw3|kĪVh1e EF:wf^1U ށGʰ -‚LЕE!G8Ⱦ];pFy=Z _Ș2{˄dX{GQ6Ko|ʈT&t;aoj58Zv7~P,Jfh7osbtHTC'n#b]uIwsĈ~~ؿŮɣK\VY2m†,1a! ,q߬=CZ0~7R f:pYеU~;# /j/qʱ"L[H;Ma-Fr$B쿏(ه{A5s]B"=]:yl>vSjsx:-N\JruG)sFt]h*n\w ,Ylj-C"^GMIVq-R)֎W\MY$'?JYTO+τ Y6+U'RKyΩa'Jֱԋ*FYveDnI8pmVW|./M]WDCQkpnVҀY?0'8š ywKa ;K_Bsk`6vb 8}BZSaq B7>ֲI2 ώK_GjqButxN+qN Q1ک%gFԌvfVDW (М^ RW}X((qkx*|ȽZaWOEYB]zcUA~B;)_4Ea[|rVɇ ;T`[<_Bzn}]ͷЦ׏9a?ֻFS\4\Bns\٩<2JThQ;zjTQI=E3߭RN/zμo/,SXS91_ꒆ)tGiWxҁn#S,QDΧm^Vo]af&c1C0+ώWڔ&J<`x+a#8S [M{R!CڋMLoOXCZ^eB0W9gV| Gw+cOa#,"v WՀ+ڤ'v!0+zoAf^r7"C-n]9NPv8%>0>Mΐl~ӹ&IWQ>h (_"Uγd .?봲CEvbvdf&B'3)ykqtW靲_.'<2:h2©&tKrOynN|M4f}9'rlPaj?Bo̱x.F5H71L~kMU,x%Y[* OIItU DP,zԜZYʻ}cvn, q5EHDN5KRCn!PHbmЎ;SxTzNVg':Q)`'IY6rf:(m;[{Ȳ)5%M*Y5A#Gm į^| KBbSC-r! 0 B-ŵS'M%|g&e~e[3I~W6Mݑb1Ɣs xf+)%zG߸*Զ/Zԅ%ʨtUDLbV"$1F9bJ,1vuDOh.gy,zh;DSq=nS+BWI#zs ^I+t d9>Oܤ1`cթ=>Ҙ3 ShmJ O3(5I|m1{̚Ga`6i*8άl[s":=9ϳ 3k^tm/ mE3w(t$b /ͫ!,!Z,'߬ 0b,G0Cը$g_P7"Bƽz6vh~daEo{ y9}mSNѲA{Uֈ_O-kZZT!X,!WHpl{&H >|!IخZJS9ǎՀ xt+'Ժ:swXcszRf+6 nѩ! M<9Lj>Vlc ^9xR2 ]aڬ~Ru<ȝ^x:\"uI (~Pф\L/.0a3sOwn/ud.cWё7MWM^5_C|m3B,Ďr$S T.;J@BEX, q_@(VwVz9ܣ}z[B;Sq'Gu|ElNDqjŝwQnGISiyeAm2iB: qQ.qy.Kڦ~渒^Ԩ4:WUgO`a RE$EզU&Kh\9޽{2*3A/^L)MD~5}kN],^^֣4]=7QNYF$&6?h+TR>9NV(k+; Gxx@|蚉%$y;p C7\Lq-AOxkR[`7Ǎy^@elPN+CPr'p[I2'+7f>6%û`5(6Yd} r.c?٭=⵶ަ0 Q pM|Uf3JOD31EQgd!5%tK?vNB|ݙKc b&e&|tC~琊 =s=vO<'aZ}o4dhֻZJBLK9B~7^5ďaĦ$$9=hSsAJ2tƽ)0rTAtpq/KAC&Zr=gUlS[H+-s|Jݡv>6_K28OAP`'-Of\< kzX6Zp65_>[ pPm!uTJ˼7x7C4y<MKy Mj7_ç3շz\(rfTHWµ ӑΌg,8Q\,A%Mzy"&tq;a7=ѪP(')N|J9ćtf9/xor΢}VR3]P:_DFڵ$06 9<-/ "yv`_EݬaBm&ނp8,_f]]QO u9\Jh1*^(c&\R>/@ц@1[tfUll:$,{&n2zbj"'VV[N?p7/,t&9Z9cދ 9U"W77$Rq R䠎;Bȁ6UD?W,]Ns3iC~S{$!uhxgr t@I"B,˹Y͛sߞ qs{ CIb*iV<+óƹ8+MR*ͱqPuK*Q;cԲkR=)$.PݔA4קD0hjʫ5j3[CP1ГP<K|f$Uۮ_O\E"{ MtH{<{ @EEFd;\I=/Yy-׭rfUD}cδYPUIǎYf*6)^ADpCr}|S#?^T":03h[be5R j;hkP'zԡ.h3 ;60<ʣXki_|90CpueWUC,[̷T(&:S 랙r놧f{XAPh H%{f2OtzpWԶSׅ*VG~uќ+uJ?z[6y*0bIM7#DAX#pK-\SBv0$Fm"Y-ZLAU5 h+o6j_%=sğUK z9'_q~7ȭ'k+d$.5>H>2!9r"$t#?'ѭ =obّZYؕ/,cVu{OEtua\zJ4m;Fբ9`7ywsA4mԪ|FE+ο%lY4`%qSΦ;$vJ>X!YͲwy7f[p`Ys> :Mpav^/{EeRnkWݤ@@₍e*8¦̫.of: b$Grdû(c?4Kq?q<ciNo H^. !e$ЮC:D@TT=h CўL)6vWv @iFY*U2MI8S jx:oܝ}Vl+_404nfL74[̊+PRJK;vSymLkcYhj~BݼahdKY+<<@‡ߵfU/9pME&Hc%WjK_˹F͵U> lwK[ ]ߖ/~I%Ê ZG;3e*aW@s # ST 86/$Vz|An"1OqQ 7z`~07 ,khLJ%pxy9xb3WNy!o )ʑZ/{(.5!cP2~NWQD Y&9g83;Þ#l$W*k̞[+PéGjȧ Yo534v2#t鋄H IIP1[w[p%QSco8gD&wk{vV)5>h|(zrf,u2~1jH mfQ{L)ggf1NgEU[i`,D.Q\U0`N.8pI':]rp @X i7HG_u<`r+[g1 2xf4Vj a.Y{[*>纞tI*u֧8i*cZLx4s#{@H~ZslĢsKN9U='*H|պw" ŋ5,͈,]o> jGt|e#KB!%gc>U-?t`@iRH/Y*t$ 8pi=vo|  yiV}o ;53G~lm}^ Y8EhU`j݂!uyܪ+l?z0 V [r 86DUbD %а~~*KJAUHGNDŻB1@f'JWTPGv!v~#v78-@d dӉ:JqZM>8\^ h.4^P>(=Ll*ՙ|8]w(GİeNvXxYj |" e;yfq"gCЛy(My._1%%)3!.>=jH0 gSC}El=T A1.Oߩl䷿ I<1/1fǺHFJǵ, @e*P|4ͤ ym-'>g*p7u`8 rg(eQ\'Legx~2A/ a[ [m jJ͝*%txi;;Y|+dVw} "y)R0m gysٷjxBp,_x00)IXLѦ- lf'H9,%TJNym!z;]q2lbbd$ <BALDГr?Dft4O"6څ&ұv|!#|"(YvfYry4Ix7GLJ@}!,3rYaQfM$J 6yC+,i-ސphӚs-B/JQﴬXԋt^.7I5yHA2_R5kW,A"EMݯ8ew'eg=;-m?dqUJ#nJ1X&$8Tark./ اE*b^0GOT 032_ӭ*]jIɜՌR"_ 8gGONqMLln&dn.s26J L[*Ȯ>Е"a[e{XYpk'-PBa-NfꍹDƠ4IӋ53\H# U(,'f2^{Hl Ɵ+JBel+aϾշ>`㞞D!L|.Ћ1]"He%6ZcCbuV}w&M3LscvܾI ,50aɗ-\ͫ44/ÝfzcdybUDŽLaL:[瀅vU N/I7䠋&I+Q-َD-**рmA\B1=4cB1hpdeu}z~?`A鼐U:Fo>ڧZ$_d$sɦ}°Ú 1r`=`rHl>Ьo1HNLi2}:Ւ\ɿ>jA=t15k7e_B4Q<)Q"B!JxD \ ĝ>f!COrҖdv`w$F1HP;""g YRQ #݇ G|2`15hMl-SCbˤN֣ ;U56yerWY/c ΫG땬C A[$6AeYD[0oDT rv S C|X~ba)Pu8*<7/Fn#kQGG7Eٗʳ ] SAZп3rp*oZAާL瑑|aek3.˔,ntz@((ODM Z  cU% ecr^5c(89#㽧R38Z,ָ,d:͵{U{(rA)ݱ:y$H `98L)-4Ďjuؼ~C+ݕ6Q:NSa]Gu 12H0 %yN!)P7p9qn(JrzYˍ,-` <$~i{U܅Run 믊bK,TQܖ:JO]fR^my)pb;xpδ Ԅ:5st˾ =q.w P:fß^nW,rk@5%KIVB\zdA$JnhzЀ_urGXh輣UR>I ph=]hGC(Y *CT5ȸX!*#o0QW2q&3- N'sK=BTTF@MGD֞ǻ1ZkpvwSM]2ve|RԎVßȰ(HosM'q%L') ȖgemKF> Z,"4s>E.)o]⽏P6øks` JRॐݐ1>h*`=Y@/8a 4+iOXxvxB/ 7]zn-3 ipi%!izeȊxiDž #z)`Fr'- cp? I>onLƥ׮Pwo/+݌_aI;1$g6S qJEn^f̀y mQj[ދuD 'jਭ@[4-^{N:5^yãE{N53 *]] Y5j%R_7NMliX8[:C}SA29ѻ7=3|"hZC6&Gvю< ;P:E6ЙZ7*8FΌˊk6A|~I0jbI;Clj*J<]KdFn>j(bo0Dyhŏ4g;D,{I7Wӯ r ײ>}>C]uH q}MlYȿ9Κ~M 2{m6kJuDuSSFbUc#R?%[t8zAS&ILırms@5 nj8;bPwNl6$WQү&akwS 3P}I8 hű^3EfQOm%Kzv_mZ֣`~Z?ˊnˍ.|#YrlD˽ѬsDA\md`8!#NB"83bw%{`6!XպIy}W vW_qmϑ/3sAж>.@uq@E'ԼWR#-Zڛ<&G92ǰ yXtd|&A~ñn9{0CWuG^6(ӾO唏vX3X2fY^K1dMR.9v rLO>`'} +5/P5`qy T^V gK|r l!GFAP/y|NsqBs~N(muFlINL5bl :-3i㰁\=j>KPO4zt &GmI!rDTwP܄0f|T7(6tC*jznq̱Q Xz'pN1ݗ}RSRhJa{a0fcwZg}=곰+R~W)-p68QA(F}4B*!:Y~Z;B՗3 /=`Т pj3av>`tY ˣ!\֌v{Hu7s9WT#ws4QƗ jtC)w\p6/eB~whW$FPX{׸N32/X=d0pt"k)` ³U(ə]UTYdI&E>4|ˠW=t^n(#@I.oDI1:hзF孫.lPL~4΀ +;[vW+`̸>MGq+))rN݌f0*!%^$(X> 5vǟȦwN0:!p |,^bZO#)}F LHU tLR5I/߾lwE#&!M7?׎iΣZG- Cvfκ/m܊$(</*4 (V2./|;lbe[fKn:ghqyҴi3SѓR`^wmbL>xݾ0m>+WwXSsЌ^V9$//,+03PM -8Ȧ)y<wgH2}'&ybA /f41/= hd6\0@ܼgݔFli,X'`PrV d,`1T*_dR̶K29Q~ל5R tYO\TyERUBN[{f]tm> yq7i{M<܈'򧊓+݆< oKvVIUo-rQn!.pAģiX%1鑗YON-6zqQ]cK-Qr| &s-_93}?)XȄl v3BXT<_iP-܃KO)2ttڧ%r=Z W!GPVw&J*-x*ge4s(AS=^5>0:BG V14n a `ŝN@p?B$J-s?^KòV8`IxWAFyNbhR ۀuǝt* Ce3ɲ>:9 x4Ց6y_[)jqTmƹc͹ @Z3)xch [%^&%h0aBHi!/;GQ*&HsE\w< $m+O2) WpiB"dEDC.Z(5OGpT+ 7bIPl7dGژWMm t&bvgaCH8ڮ޵]*4s_q@Fle꫚V RP#Y^|- ~fn#(3}!gT%DZȨ{?}%&x ݟ?){f 5:e:`E@SFݽϞFnX[(fQFjR` PѧN9~O5e'AVuuw!:͡fˢ#JZJ1g'vM W~>Н1uIK1(KjZ)zݖFz+>o9!LG}H1WֆڝW%DC %Dߓy+O;qˣGqgV T}r+*"}=,+{ 5VݾdTb귑uCؤ!a}ni"'XXAez?C:$R~E P5+SSpL:-Hz)_ /XHҟт@RVvά"1CdIU8KYD 3mHЇg~؎sAʃ~UUxyM%`=%Xo~{E>QsVXvm ~ȩe]):IǺB8mU?43HX $Xp )L滯(:Rg4e0|%ښ |09v;k 5/9I_ h zyYvRՙ2~&}^jW{ƢNa)ЌXR`QNyZ.C$!rN_7(F$6O-h0Or4qev!nL`@௷?Nl &KiM mYzV %گB1<p8*/ G!GH: 01cXpY6G)p(ҏ;f lZ\&r?=/g ~߳U)_m@Y &H̺7|_(4ZW388eFPzE9yx,r*:OB2`jv%u/,?{'g(n)XVh=dFm;֓R+ع3&`L?ulLJrqQ{Bَ etlb9bX@6+@~*ac/`PIz_*C.H=,QhxT쫙cRCS݈:<\oo|)ƒ+ӂ9'0 Dp7t> 4D.Пr6&¢'eg%-rs{81ֽ'[]V+e, 7BMfao/Im 1]^IϽ ;[44BV {.>P$Cd9hU긳[Yc rMzNq݈0g.,/a &™(qecܯtr J&.ZSeFtDtoeI<{*zYYLiD*h#~5[.dIyS4(k.i `?#&MƋa<Qn$چ&&;_rcse[Fsl[?kd9K,o.% S 0a/j(]sC@ijƒnِEZD1OA+4uOƬ 2o4zgbPE(/F0vgP,:+&m 7~ı OZQƼp-9Sc)[$`К\  O)x?Y*5ELc(QRNCWP5%as5z86}/OyЩ1xS {x|-,2E (h[/LÜ\/K1zb(@ۻϿ=IpM cP_8*8L R`HA#drW N<a̝C=ܬY/$[R݃;K3#6U]w1EL|še> MD(ͨ%Mԏ3: l/^]"P@bϜ@4nƌo}<Ǩ?"U*f~z=ͽ3*gԥZ ruJd>HpwCWnDV+?t~Aޖ̦ěO/4ChP,NP,^Qs#S"D%]:B{mv4𥲸KfY8uxN9-wB*/n3Jx~[씌-x9%ZIVsxf^! (\ϼN|_VG2e]'}Y/\ro0pZ:vM\Y-p|&jw̦x+T~yZ[E]BX/9(,"fSFSRZ;&:]:ǐiUwu՗3;1T w(?׸FS7Ӯ |2{yo?1"}#O x(Y=TX,!?n8z-6Y)bpOҩ>PHgzI+E,vf h݊+!$-\(gSWb+8%]aT -dw;׾xzucxk K@1@)\)'>+ C ~Dw;ݞe#_5`Fߍ}y cľo GU!>lVZK#}?L Ҕw !(YPd^")/drpr$@]٥dM%אƅC_{&>[vC;Փf)kŹӀ@:KrAЋؘ,lY=1+)X@Pp@5\VQ{UtuXPO_,{w @]SVATl$bɜ?xd#wS;쉪=z|u~jE[8 #@۽||^$Ny>b xOw*Cqd'hd:>5~dIe:䬴q8+UCc{BΔtpstEU>ݬmpW_㝶`^?QnÐ{B߰ќ$V 䬖{9$yӿƔ`X0g"Sr2=_\xVa%l|ĜoEZ!㉳ulU8"Ŧq3 YTrgiOE#YIx!k?/`buXB/R2qUi.0uC*?% s5LMj7- #,|\y,XldĽrcpY4vҕf3@˼Q Ȁ}I&ڂ$rfjuqk!v2z#02O'}@5: $&Uz^UR"Cmqgm }7^Yp4LgzCp4 O0xls_E jldD NW#IGWѺA3H`y@e:ˎڀ[ (,Cg\`gg\c%jBĤrܸuwq'SATE[6Ӧ Rޝn4}A$­V. ZƙT3f龽ƨ~Fiu^vFz.As?N"Mߡ3]/P+Z&\əOΜ=$\,z=XNEqQMO*apg^vTWle엯'eYdX-BȬ8,є2k;~̢$SK+!>ͭHPy}3+ ՒCuD=9|5.wxՙ:!Qj\?tkEā,ѽ?V4ʑi. +l"QS`ƛ1ЎA+S˪( )uEvK CPZ͖֞G +x^x6#f fb|Q6V~jb5!'NeC6p^/Đ*M`2H<:%1dℰ\ %}D},` zOۧso+Hכc4ESJއSL%&=bŢqCqm;QJ7K2NğJAQ q!6btRs C<}7-FV,/q."gPsʺmJ7{0ꂍ#B &gbΪ ½ت:ӗ;gWzAVͪH1Y0淴ƻ*R& \8voH)gF06{P}e>g$.ǢhwU"5?^,OyDɵ-lsMwɆxa@1L9IiBZi%vē`9jֽc Ky_V(SFm"gҫ mݱ;H"Ʉ _|Lr|/܅AX ACȣ5P]VikqǬQh |<6FD7(*% U{tê_dFys1 ^HY5oc$ZNIѬ+>ny%`v ܉IݕaUjD>Jm\e)NOMb1=CN>ƙ0I*>\_ЪU>%j?nNF"PY^A%k3v@ŗ0ִ:y 5t1 <)+wO =]B+r UAU)* (>} jH{b,p V;T4VB[r's($/  6C)E[^wa$|r`&hm?2*dX?PPQ lrr3 Pdžt^70{%ƌzç QѾ/Is=x*ODsIU2ΚS274X6d b~ 0Nx3xN5YC[VSy !o~[=# Ryw6=}SagUh>\Җ\T?6ubhi!B {^8 vOC)*dҊ6_]@IX0)I|9³ E/]Ļߑ)NLqy^jc. !ݗAOi 2UrW4\X_=X8gFXBӢ\ \JVϩt|PLFyhD!jY&?x` t4(3A\?Fl~<0bwl;ر;gJ%ͱ F!KH[N6 ۙ{;7k {1k&sL/v2PM/ -I`5+>TlN@|!»: 7pebd $ G.g?[jJT/j-pnnB}*"SS_*”ɔm* &A0XWČI1EM̫_>@ hƟho 1BBe1,H25o*AVo°r-u愳tN;O}LudEM=ȧR0?83qr g9'Qnj,SQOY[2]'ݥ[~"P%Jȱ6Ȋ X ? jeJq@ܾV;U3d~*[%$, l> މ9eiF. 搅2JPHej 'kd|>N~p %V#SoJ5 [V)C&VSNj5a)Q8e~UmN=C][(40XՁaZ9Ղ<2-P5 sC!om) NH9Wi"~su²tpj=TY0ˊ:ͧYR~>E(`AJ3pa^/ĉN | kJ)Yn^{z׎knpPyP?KLGkiYF4 6bZR|Me NGVP(Q`t'mcd^7heVR5L#AD@W,(Йc/[#i~O +qT݂-Y#X;K؋s9EJS@abVfJcJ e Evn}\%/lڅ6t 4Z@w| gJ0m>vvW]ؽU!ҜsqyᒏO!-, N/HP䎿eJ4 SioSv#M p'16,!g_ԚͶ`6)y܆篆|5ONN_`.>ihqvd oDv U.7\P}B2)r̎lѩB\F)@hyJٲ<4M@6L,”@_w?ک1lvr|{|ܺ8 0 Í(w[n(\Q~f.EFIR':18dƥNYBq\d#pߙmwFk֍ԭv_lPĘAW CZM!˾'vd ًEjx#ű͢pCMn74T3: b\#<.]|%|}Sf!'8ju+&P>׍H1=~Uq"7z(U KCHE:jjIC("`v^ 1^4p2-.h2|0Х l#e4RaًqϺ·m ~VWѷxHl{?>g*zZWGh==e!!H>?&Z-}~QzE-D6N-)~{cW/).1Yl-m8*$H>m zZ6fÁ Z DѳeB~XiLʮ iu7KCO&̍UqFWpͣ}̈& `(UX$n Pun لW98?eWM,P20_?1?)X>+!i3L|VQUd%jE%t" j^lY?2DFKnġo=p_MCNl@+YRMW;JU!'OS K HztN K[Q1i0 k9,t@.5ZHj.xy*c;~ii+ c,UuBĸ)!`-ùyEUbۣ~ @W㛊טn%|{ 'W۴q 76W+ՒD\xF11o(Zߨ9lNԛ-_DBA{S9WVs+Ф &tt}S{448r݌([}f.c9=\~rTD BTriG-tEnSuN] ÎV,@rhIcJ8|HBvݍlپ*;L>߀W?v)l<~-oO1)&\#72moš=SN-M1):CdU}"ʗ4ⴒxxpE#t.Eo˃U:ƞ,ݷ!x>1\k7rԫ"vخH ? hm> NBTT;u{=0qO7q_CGl:?j´P#1_4B8>4]~VS~ofԐׄ}JL ?[Nģ(Ԍzyhff]Ml5\$krhzG`bȝ/\]Ib`@!+ V(X6]pib833-=Q;??dn@jU(,Pp迁{&)4+M`@AfV[z2E!pOєѰSc@I~X??" ;|W)CVޅ T}qNvĺ^^Swv)hZZD;պIcnr+O+pbDh +LB(+LnK yOX?9>9W!-)UQ?R+XI< ̌ڌ1#R~(".I..8D u `b7ibt' ǫacTz.l+Jy ̯lARw3 |ߘ32Bk >gOS^]!mx\9*?5,$3pNOgqiM69cKNoY; HR.ͦC2Vqyn[ʻ~4"̊eBCj~VВ=?p>)ݽ:H}%`/fSIm΂,0t/ֳ[.zOJR%B{YAL>KB0Ǩm4j(uuD.3kD2P +2>=<(ڜZwHڟgeUM.[gwyL(W6sdbs1˺/*IZsB;跨cjA/_h}5~NC\Dl.7бjCwߵ:n!8:085 GQ"Iط.]Nu$m2,4I,u#OtnH-?3Ʒ-] ŇZڟY1GimOM(*{l((e~Uܹ[S.l_0w@6A4n6v^lAmCJǕ6(>*?  @Ⱥrܸ_0 0 gv&bzug/g9ptxcVb'[ I69UBOG>5tDRP(.Uh$o^8͹Xy`:AD9'|IQ.jbw7E>(LA(|G35i9l_Tj*X]p5г5R vv3֮ɭA?FQ$^h >#tȂp ŢI,6icuvPq6_D~ҡ~q=\oF G7sLafs<5yЍ[wʐ{DEF,85=NH7(l; ;BFWidF6W:@otqeI(; MR񓘯M;Ȕs9x~Y:izRZLRGp "+݈!ͳC?dGł}\ ǩ"kz,t 7Zu #g=QvJozf=gPPVRĢ^%S$Q΃5Hd_Dw 4 fcvXM+חJLV֒ihȶYM_ݮrR\+AAA@B UE`YY2רEh Qܱeo^vr3ĴqC юD\mFT?N\RMßc:4~ r  V$MJBPht6GwY穳ŐWCҔ=lvs+YBm&Fjea<$}ؿfk"X.u!s{zfbg$9+I5o.\Ѩ{g^\Ko2R!#h9 6PlLQ{zRBTLAg2k¸]ʵY5jpm9[qᏢ;1;YH$J˽rJ*"a2uAdGpE?/965nK]|bU6&HCu?B91HLJW&a^zU hJt녮iL`&)d3`ce[ 罭`:z:lͦ_+lQT. nR\K Rˉ"]i8o ~W|[@*'J_n7$rpf}󀍓Ks6aQNE b |,68p@ n!%xYVyR< kP2h՜CO%.ü{XNN" ʣCwJop9 H'2a,gvn3 QH7E'9ﴽ'L<%۞dycҫZ%v ia=DẻB>|K|afہ oY/Zm pU0!nu{jK?g"t$d_7y1(k^=ZaFzÈY\gœ,7ox* 6τ{m\62"(MM; 7tmS7a*P=K0L]{Ju3}fRYy5™|Gu3paJ̛I@X/`7쓬ysO^~ ͯkr_q7rʱd*-"MHɒȺ䍲3՛]S8u0&0b$bPtm*x%9Q00+qzݓ֤n6wk484¬X1DpqI0?x ǝ"2a^WjM RHKrrX0zhiM2䗻ǢZlk*@I)LҠnZarz3MT. L%'*Ј 2sd/r|=bOO4 &3K_xUr}GHOF/VF9Sgx:Ta.Tp$ؐ%{NvqZ(Jy#T/&s9pOImc蚴.,ǗrÎC~9xȷtnj=ెB%a̺Jh,Uh\4ݷ*tѨg*2gt9I N#][U 馳yRM[ea'Ve} ټl~i#4)5ѰݦIX*jU^E9|slvC.>J<;uyY]ּH\L~urj=H޽,ÇOYȻeS؀$ 7BEĈ|h$Rrl+h_.h@X'ՁP=&mݣՐHwvɞWH+XӪ/,¨p=NE tV_zfx (W$z?6OA2fVq!~!HIr;dCzEFI4k7Hsץ(ML= Prܯ :+sUةӯc|._ټPR#^lj~ID_q5ڽ㒺7\phxo &BW,v5jƎI.=e 7` J3,>5)m@K3<'N~տO4W e{;t'ŗU}ZU]su i&ݠv~et7 #G% .n*h" x/WFHz/ƈuu$C4{'JpcRt䤷+@[>/i槆|gε}6x[VfaaVL&l?h!z"HB cC`'<DK7-vV(0!s2T*BAh"fL4`I\}A4НDA KQ\-q w[}WBnjiUFVTF.6J#ׂ8= 뤬29Bu}(^ތEѵ;(W(TsksIH\"g+E5|vGƔ-t'wRj^kJ )*zcX ǃkQ0}ܕr:3 M<̘es\Adh!mi?ŕy5 V&%QyhAi .T{769ƥzҎD?(k8ب^ @Y ,Z%Q*,jwd(C[KPXDvsaDs_g:xY:Y j>l%n},;b%&vbsVݜȣ;E-HO]/ oEgL);vV\i,[:fh"š,s u%-QD26_ cʩ1=659a>rƅ0nF4a/- L2:KX} >KE`;1~m1yz1e?҄@7n aڇ۫mw]fmGO?)3YZ@nNH(T':0ybx_\gO᫦tՎHиBAzeU-u# ɱ\d/( K3{WhQB{/u%&Yɴh#u=ݦ\fWo+^,8r~k_'ÃaX5Nln Jlx/̺a*G{Px(/6^Be4Cw\4 z",1fOpP*Ovj/%WkάcuPj z|G6A`;SM0$  nc9ydlu}Q: +d[ETĦak .L{#p\Uka|gvSN88z*h;*]ڨuiϴH =$U<8pQTuԡ{;S@&;3mzҧw`{4$v?/C`_bY \%/pHy(-bty²J$:!"Q\;,h %wB۸f _kžx!liH21.QX^ZhǠC\eTœ/>:4q4VǗ\`->S666o$/7*`huI!+K@CDJg.٤p|zyr~!+Pz-Sd_ @+i[[K(sKR}(<@'/3ѫqmaиG$4{coOT B}5e?r|ʈiA!Ga6tyARZ֮pP9nF\Q9'Ev;ǃޙZ1A38 Bp&ڇb-0x{Tid {I3S$Ut~m,tsFR퐵N}bluX\=׸l ஙUbr./VE" RcݨFlϦbx"F۔Enʾb{keSGoT43q>΋[v"a)\RJ;;$KɾUWBu΍2cD3ŕ_AZDYa;^,/~D= Jߕ wxl,Bb v1^ xWqIC^k%CSDh3 K NJ5gլbˋ'7"5ijέRJ`ῥc_; u?MK ~3 Sru>ߚML\~Xeٿ9G9 41MLEw5c``-S,|6=|E)dteƬ[a4Y#Eh:X-Dgp*lPeNHf ݰibZRgl?I&$O:$ȍIVBf .#.6;g@7~ML4"״PYNe'QNjΕ"gOcuw%fr̶*>0껳ݚE񦨉QsZzeLOPosixߒvx zǁ-?RXg@ҷh2߽pG:>kGWB9/`s45L&l":sA2Dr4nw`]are-L8NӸ [5 SdڎH+m+=Dž; PBxFv` L9T$sHը1*#b#7к Wy`Xk"S7DVD3zʬ\]Ws ~0pʑc»٧ 3>ڱG>P[lV~o_,  i&{ xf<7϶µEEcQ LB9= ۦI/#zn.0ո A0V0, yOCqy fo snD b ubO~96FMg1ÑդbAi/Xp Ǩ@o1-bbebm>pߞAfxW$j壦Qۍoz6d!q:jHbZR*d%U~% ͿT1)~[6x;j7-E_ yHP瞑l)JX MْMJ;0-yRs0ҙ2U' T_2񘅬!Qb(mw~;/"{+@)blV([sD*הL uJmDV~TqlUC$j${*5p5@gW~Yh=Ӵ_d̍1ʉl(Q b9UR,FzcN@UR`NivUt0 oϐ) Kr ߵP'iuT%ϔ.6gxmc.g ],p Ж/Mn0caM:H[Ά_g2O Ėk)m0bPSS÷$Y0bl.5yB}Θ 472U*' ͮk6wյ FX}287Z^=xflU"L:ٱ+oGwѣWJBL:NH1)\NK#ˆl'3?^[f ApqЇ5͔j* TM ߁q ||{u 녘Uvw}:%=m]KR9dυxM vOqyIέӬmھȷ"!UqTY 7um4hY'pɈgg͒ON`2vD%)ˋ"ѩ.|ϻggz{Bf[ w~KɔF/ z`+ }ǵ6˰;Ce aa3! -" ' {.%6]@2Ȳ'}e>FvᠳOI)&5}X ؂rg͉u>1K"[^5!8X݁ju\=}5>IN 2P3NB^wB"nYƸTvvqGk;ۊ` 8 h^,mYEpԀY +SmN]z"^52 Z/V=ᗅiC z +HoiKԎgޫ r'??07,FK,ّ0)$ iEx~zGU%omiDd(P0b:6w8Gk|zhL]6iB 쒞k!0e2-#Fw|7O8ov(!(\_:Y =SA+Cߺ;@ɛrӱS>FM.Ŀ|-Mw"pS8cz{h$*o[])ʓ!Qϵ{z:e XT)(7}&|1 f?G-mdBٳʦɅQXjcu IuwZ / 6")y{ r F~ >u_WͷxMJõϾpftz(=H;|5  oFfTeiV­M͎a)i%4"bBcEۛ 'VUwK h_@@vUID ԕNˀ̊F {j*&즥¸P6e70tPĂq xˡ,T<@wPٵTJh 9Bz7o8Rv-v ¢{DaԻ/X hg#Xdi-/kfאH^ƭQ7rapH.0bJ^vݤ?1nA~;E!_Ds B缎O/W)]-Hv[Ȉ\`2^5AlGxqKA~"u< :yE4^ß^z\2?UWqȇ#g{j 9?ReW'\*x ={>(/K>~ZamJ:oCNVr0 [s5lY,Ʃw$0,M{3x:qyR "i=kΙר$Z~xNf?xp"Rf{d,؈ ꢡp=/ g]yw( dѬ*\J\GM szDW4MnV 51wE\lN 4J(gN7X,uAu: ?* DCJtk/hN9MX85B^uX*YcwEeb0v8~$h(cծ8޵0]S 5xg`9APWdobN[s9W0j)Q4xaAKTօ*k$ F XC}N YA b(]uG~yPХU5J`b6Rm;KyB\nc[DEEX  ~vq'9D}pj4;FtX>G_mԼAT(ֽU^7@J=Td&vpځKd%%#V̎:/"G\ʇ=.Zٲ$0_&@|r!`dyau"rzᒂ3DB PI$=Àlfz1o<;_X VJe $v(nA7i80ٵuݳ4l#@ &qC^\\3+kHPQ]!{Ec'-w%Y |5!x 'uOoEF/)+9MV(!Cl?.5L)_,Znܟi30/A[evbwlWGՆr7-R@ڊl,l5C⣶ٳ>i{Q5/3̎d5 )&{Vk œ; s-.Ȓayxtboh֌g{6Eys_ϓ Y()WԞ0l >:zh#mQAQ6Lڻ@@E5Pk{c͢~)֥x'9u5)JQrZHo[{4.x&  ઌHgТ#8x">+Dϩw>S;Wg-q$hspɷC_K%ҦS;}"ddan{F lV%-u^ԟF/#.@!rt:_?X9@.˻SjrKwaҐ'u\;@5R [K!/`C :mEZJ_Y (Γ5_ʠbIB'ǒyJ^%1U#oS*t|B1,Oq{ rxg@ edq؄~Lpc sc!E!s;BL<|_{7_<0=40O`g/uoDjsXeY631%sAkOmJ9{ "$0Ks5\1r²ԣd&I,5 6e,u :)u {߂/[W;"Eœog\-EKk|~QeU\1:0Sg:o2nYXX~g93X>ŵe |/r`(m8QS< E 69$D7ᜎ-oŘMdب/r`RgWYKjtRu8R=ḆڱvX<}H.3{Q+rǮT@"D.o(EU5>2/&{LVi(+VT{+'hU\Z &*P"$b2?M1|J zk{ZhqGrhƙo6ʉ]1vv8niemEp& pGim送[d# /!Z/kOvMpӌBcMvSi0w,--Oߏqȼ3Sh˻rY-L8٣~QIT i[H(nC~wH![o;e syuJi?`M :8l)p=-kxy ]pY2Uln cC6)L#; :ooSqv;s"'G/{f:JY^S=mdqMꬌnZ&x5%L#v*UG?Y,+a@#{0wWe7Fj|;7C۝}t BDN#p '2Sk.'k$Q}Yfp0 |#c7 ~ EV nEZ'j .>ڒB`͹M"ZS.Um5̶xRZC؎,dwW-۴M$q^!/e.t".?797F{OXW%b|m8 z2>ʜCaXGJTC{›.~NB}ɺZߞ(-,I+6uUk1OtY:6> C;<"Œ:b =M9AGLbϚU^%h[g тN-RF1`Q*`7w9[KI*H|(WE6C˿ w=rSAxC _zESnŘS :ܝ +>Xd`6$8mT1,lW^*۸;%E6Z=Y-/WnrÝ$NyzcZL^Vv2XY 5km'sp.t1155tj\ U,+&BSXu#pĸaH35eӏP"BͼD-ZۊsEBڪ%j': g/qpϺ<*S*jJ*Ꙕ,eZ;CwQˊ}֔Yl foSvihp5xŠRGHB՞e*+eVC|ܵA-{NU^[1)ul]]lNtcC.o\ލ)W4 .*"}ydEua>0`^ľA ĢAHEZ^`Ϛ5.8*@AX#:PAWm4t|ZUN*|_\0}cf5zLQ=fXT.]Ҥ&ȞEc2d0' 1ÜP Kbbpj2S|rQq$z5bIm²,ROCf h̔ASS<1Xl0se3uX/>"rʺ' 9O]YjM]Z!G]@#cT=Z*tiWkCӝ+hu$U2Q'הl tR*y><))-Plh߻6Wՠn^3&LDp[_^:U Sޒ5U{ @2T~Ea/f%N*Db>IFE R$ 6%Ui7ᇈ I`Ձ}x@ \>c Ek4v1ڸICV>ћG~ EP3\б,r{=%v5d>r./ʜWڹ&ʨ^V#Pټϵ 4tvj2NTvLIо"U-0\F#i2Q=d*ff(n _v=7*Ȑ=wwxB=Zi1m31z'cGsݨiBD&&!`:2, FGZp;gk5] a*m3۽q֧mEHSpzv;OH"ݦg{3z|/zl"o,#{Cg KY=+U6P'c[U/8c+(9LQ5p5f9Q:͘>Quυܥ~VPuckL;|}}5HME,ydɰV*`k^ ^ߞ.1*Xc|]~'B^QWejl±Y6] K-T@q%.$ h\ptZd22; m :l,8?V]rc 0qcK~3Gf[.lr9ll1;KJBRsPo k?ӷ2ph'Wej+Z.fSPpߥ96< 24}C-;/4ڧT)Rcgd :H@$ǎ+$ju6hۨ.wE%u^SP)#=TUJ8DpmD_?)#h0ވW]5;=e0la6C Vsz Nr&LH;dEenk;S@ ٵcc::Ob3|FDak**筠^HwY<8ZRcVga#R5F`D jmm*/+59nUX8!LZgJd@1c&  ~?~r)W\s61mYkJ'Q*ڷ}&VQJ!KE,O2 ْ98_dƕ=Ȁ>APd6${kDLAF?C |Ft.SɋUz (/vx iuXs')&dmAfN&j#w%qT5^ [F{QUV&OGlBj`)zhd=%KyDZyO1ב_ ?L2L›=&5vS@5ZVYf/1zQ}EJ")%@y+pc1IH* =@>̹ S*g%Pwkq~r` UT%U璢`9 S&VX%(f Z$aEiƌR2/Q##G [lHx=Zq^itJY +^&a2Ȟ<|m`a2[G:#45n.CHlToчުɼ1RL).Ӣ4!idb/~Qh7ݘfeǨ͒X)m̽XS1Ic #ln=_P.VF(͏84?d35vQR5BB<3cž5,])Pa4?AVic 13αg 7$Nag *!؆z\S0ާd _]iv>#rW(E5~1^h-}V;>2&vUę,GybNM }9lV-R :IsdkUk0ln[;L/lz i  z(a me.| g%? ݰ-=5a(E S3ɧwjfZgO%8~8??'Me{ Ee#92YJ['w?YKiYܶbh42߲6wb <\[o^l)hҧ~qK!R!H|ʮoʻG- t'τZ5)V{E)ԚD*x7 ),͆˵x~]b>@HpI@hX=k .R+KxG[l" MQ#_*.m@aw}C!2|Riff7~⾸*m8̒[|rnSpt%PqNDLo43ؘ%bKZjlxR)qzBj_ӫm͡}%(G%Clr%߹֡ގ2/I(S?QS\+VaxB+q9ȴƪj[GwDMQA^RSvi|.4Yr*5AJP fn/ ⭡k#uK 1) `JGx`ᵠCm%q'ۡbNT Zs.\Z `NOs6pn2b:w70`ཕU" ]i)C湁5C{E.~,G 1\dZD4bMFW9$!7l }HfkeU ;Z_(WyfTjPa' ZGkN7"Lih|sFWS5 OD7?q9ݞ[[hY9PMTU@JCB!ihxbOMt Jp # vu)4Jedi5؛~ }]IEJ\{ۜuU3tu?RQ1C^MkAŏaK]e;cVPN޻4W)!lf+;)"? /XTZ־iZ՚5PH\TȊ佯h[`3K(+qqt% s|@o?D>93#k–X!eYq/s_ea T/#߿(1H`\5m߁ 8Q DkHc1Fx{!`Ή*sJs?0y@ ^c{N53-$p >MgM+EIz Gf|.I}:K`)-n -"ӜFL {_0N%oP2dl?iKKl8JT%g񄗑Q{4JERǛ^$_SCVbQ0*Oe_,?::g$gl#F KgFb9 ?˚.:}&AY`2.z89}W};anH\s?*7+NezC(;=DA7B>pg7&XE'x,ϓu<\-a.і\ lґB؂$Nu fj|/K}L!4eG~ zg$6jX6=TLnq}_{؍T #=(j:,VW' !Etʁ#A;?Z煫cX#)e9rk*_erPm*)@麱&zOvYعTP9`^{э6h\DrAZ S!!oİs[BePNѽ"0%"Q h&߫IklkQ S0Zc[&:wS{  _ @DžV~ZͩW?AOvq 0MqHVܽ`Hk@fFWѢԛS5n5PCIǶwزѡ.H!>K|+?K)Ld`T0P \;U0@-c+g "rc[Ȉe|5\9|0hq؈f:Il Q@c#YpŒއZ;;lU^cCt" og75w.b2lZf5I%s\Hdc 8WS0 6=C}qEة9'S 0F~ʒum 8FEFyD-+dnt,=܌).{& %:XEg΄>}l ŬxH?{UuzҒuLgM}ToM"B8v-aC,, 0jWjPIy NKW dש^NA\+@ ~WЫ9+cH2]O;8~hR9@BE~qd3EHA/*߂OUҺY.3wՠ.FwoRlvU1e3v5B "%,yx_⯒x yT\fXdk,.%ꌈe\حt)L{eZGogG-N  kk}s'S[PW<(ވWSvuR)jok8(l .o[qd/#!ѳ(DɣMx3ηvԇǒ&hkiHFn hI^Փ2vեь^WĞk|Tk4Iv)=3Zc \:}]4o&Oaw}gO{dm ǯ9pe)恍@,䱍!l?4=5 t&a,`OcGM>o~Od 鬒œ9

ZX2e~zˮ^Ai4 aƱ*w 3uM"v}qX.%}S?#!㾯XTh .&c(u /ZIٯE|ӕA @: #Ϧ>QRC[i@2'1S Z-S_jVN3)?+a*e(]y4+N Yѝـ&j}d& AmLNGL=_VC0OQ)G]td@=q0?O^+7 g̰ħ=>uB`[(gn\kTs휣iyUhFݶdD<.eUMmEY}1=ς< ?X4)7fHP;8]w8 0F (֙]WBbP.6+X1$;|l>G&OT+RQ|0 k#1@?si\ U of8LO(Q_gĢb5P*E<%Ȩp'w:Yndec3A@||?`(Sn dfWj[@p Cᱳ̸VY# ?ʰoKt (h )OPV™j@s]ooGv[QZӤ0^ږ L-"6Gh!t|@`߀S![:JG6̕_subVVp#8<?7ذ>_9ؐΕ/(7/!,iʄU'xwW׋Ă؃8V>ʝ^jzΣ47g(\<1m'ZN/ W} [1`1dJ6Gm䖕[E2J=B{^,']z޴t>XR.,T~ 'YMs}4mcr>lqzYAYk_LhTOv{1PNW?aDƖ4cPiGb*(̮_YAa햸{^u^Hv|}6cE+80N ІњNd!;е:8%lR}咰Q:| wa@c4??yBI :O跁烨svz) T䥫XyK ˠ-(be=o"ֽ{" +JG;^"m#4MĜ`菝g<|;V<⫝̸yC+{/0x+G*̨Qby1%!Dn,2Ƽ'm^W3qǗeé#*K G;zr9u9$X7[gUqD+pyskMeF҈j~8_8-&a2f e"!!j&-dD@ %lw>)' ,7Cj*y+#");Ǚ^gZ!H(buU `/r@;$#,?лZw*a HV gs+O%tɄo#CWX!9xd-.ϥt*b>1b"C"i3i55M(҅OȂe- y,!}?EP$7_/O$_eym8IªʺV?/5ͳ b2OBO֗ #ބ:&6*=)j6(2_]Rnq>Ґp4x AOR@|x޲' ]$Ja (QV 0ʝZRO61I1kr~ЩiiȷB /s$sX'asA!23 n>>l={ ɍ#r>fTc& `(] (Hp J/GoЉőVőwmUfx\N /[ >#)b8y*v//m2FY5B3]y[:e 5L m"nf- %pŭTnu،:Oĝ BtUJVq^:/Inwt5OVpqv0D*I3v/k=Nӑ:H8>qdgRτ-3! ӡV%ם7=lu $L=Ex'd*H/utݓ$7YC݂q=͋VWߥ+E{M[CM0%:m??K+lJ@ 48%c?9Db͊_.Ws~_7S\'b>jǖ+yNH`~ :LR;mm1)!JH,[c#Po )PYrs^[ֶ$M9y ty=}` `d%s`u^f`3_}Û*Per3oʐm<6.sSA?h ?iVT)*PbGn#fO+ݛе bʌ8^۪ JR=d9[y?d4/%O; :7) )_P!gtկ&DW/ HLP7|ho~w٩I$$E{S(,r{P]T~(Ŋ6;2]"tgn f_O}7^{j޹_AP ?uIĞLC GXZ*ؕ8"iBThZ*SZ,**_h#׍ޥ]~iXkuxGtězaԓ\ 3|2g6`{B?8 'p; 8v|"ӅPH-*K6GH>[mIx Q_jZxDïky^3vef؍mpwY 7wQ!k9 0v~:G`8Z b27Y03 >lO85&t|sjDElsq,&>| Meh8yv rywV=ã%~HWm2ۋ48MGxq'Ȑ*$yCr A(|CϮ sqVn5%ϥ{L^F/i;U?xf5QSo1³rEO*{xsBN xس KduYNϞRmF.F/b[}a\>Ehaf!HqTj䋅yE!~-f$BU:DŽA&?Ed7ݤ#t(H%HҬˌEɓհjKN [ɓoBѤ\ #w[m!yӄűOJt+|s'GD aa=#QbNsJr5h؋ ~4o zuUYi'ڸm{gkd:)6VԽ%:nviQoE\3Ze뿏STb%6-4TU9XK$tm;0K畏T$D-J G J/JP|'B p|^Ա^yY$y^a <{4دA,Fo `]9Bek ,%BMr# U@;#B vuU@}P5GNP-A-31XDϹgT(e~P8C11¥#N͉!2%+0fNf C+Sxn%33/*sPqf2hxNIXrchמNn=aNa ?oucN6;.:ʑ|P wަvH-ڣYPdI%wZ^RᤡvSۿ9zP|QOr ̽*v~T萏MnHĆi$%(ַ_'K]㽟`ǂ2Pyw)mdr˙ZD`?[wlwBZu.`aQ&c^H_n \3$mYH=Б7y΢+_+^` zbJ<`aҧjƇ>Pų_9`Q6.ʛğe?_ςlT$ L ]%:qJ~}R [QIY?\2k|Ab]y|:}I"u4 x {B+~h_EF^bT5;tssr ĐBtrHO8'ߗ臗t[2lE!]~WҤ(ocYM+1KM_rB/P!מB AϏw?C]Jd *@ %<-E&B4]Ĥx;t`ixJ{;UB2;{HGwZA!,UJ.S׫޽~mAOķ DۏRm/{ =n@hk@g|Rs{ v=eoC8Y&m?ګ_Zl/e J+C l{K^,qʛΛHÈkʍ& xԖ 0E@̑HIXmIΤ೻ךDe4n& jC9LU"q`?#bOeΘ!vq@b=޷ 0FEKY5GY`B3Rا_7J@YAVaȂ#&BXR1 ~ǛzDIF#\( ݼ[:~d Yv66S/=9A*- 4TN᮪.< \SoOZed8KEajL-Sm ygPvLu]+WI͜TZD:1^7 JSi8O ggln/AV1ɮLB9ў4u dM J?l f{=01r!fdXz-]xޜya7AmU ʹuMxo#l=ݍ&LIR#CAjpVۀhB5HZ pߋr&fOyaԒ)4q|FBl΃\hArp%IHIn´pD`W Ǔ=AYX`fNpwu0'QL#C'S;$Ōs<?`@T6] U } wsKy9sjTFSr_E74SѶ)]su$QF٪<(s׮E =2n4霺.3cP}"l]Ƿ-eЛN*qS?c_݄$Bd60H{g_0_VʩVNo.yC~ley uY~EηGgeINoeDlH7ֺCjf\&?jhE,˜; D Dq~* n5 ޯk5Ǔ|b ]9G8- r+"n0#hqxIQԋ,], Cz- Ыi9w`u)t B:R F Y;򩌖-XE8VdCmMKxǐcPp5!_hln 2aGdj > ^s"yFN)\PE{EцvAskyY=6Ę61[X붍9bW oK:)%j T_gH+j;FhAqvQo CPԫt\юQdմHWpj/'w*V9NFw \y~eG1>ڄ\ԥPM[_)A⦢Y$f|ZMi*v) !k=.SLin:>aϼ+qO1]> [83e``hyM/{g)9z2Fi~*J8Y,ZGpx`I/ `öf7'dg-y? O7؎j5.h}Nx˔{_1R}RfХǔ_oAMH!h3h,m";ilCSU,$'lT,~iI`Q@yhډSCӎtT䪿&HNFިKN,D]K)(bv56 nou;q뫖Ͱޞ2'Uǽƹe}u;qPR{~?TpQUm5-'5ɺ"d. Kw6u+,_䕆mgbZkuLFpxA qFJ| մ K:c?YYnVcAVZ %5l+5Vw`E Q`߬DŽd Fho vke2nWT .)D, cCE 65灹eD,asцɧu{qˀL)P=WF}Acpa !uaTk}Y}˙!(.EXEU` ,e7vc2cT4v$ύŲ18~eD3U+:쿪 >)V,q&RmܾRĒ ϽJ*ԩ%`"WJH t?XiDU,Kߙ)rO=nbCVkCX!Rc۵{:|Z.Y rr3I:gy l޶)^dU@u3'5D~iRZI'd=A>Z[6*v-}@f,$[s,h7]|/KXJ}_'vs5԰fCgiERj̰C,焣~PK4ܟS u1dܯ0k@A."N`/hpKd?54ȼǶ܇駻`ƞoI U(ΡH3tF}^($ ?O&M`/a1LSrp++Kz.Q2LfUXA] >'2j8uq(<9[2jȣw=qDW`nώA׍Ǣ.hpx ƺԝ3WH1 ) 7cj*4R\rE4Neԕ%Hj Vx3C@=M;-Os{PpAq?j2Ƌ6SYQx gax Tx ŌFNN|$=/ݒ} =BM Nw+X;9mM7PQߛi:)ж bN3w<_󴝑>z,A\3|-L+UH2.|)퐛KHq}~5 E4 c2sDɶ9P@~~@d y|eZO f=Zar`)_㪦t)|W++Zˈ}UBe;2; ]I6MZ; h܋D,1RKz-= U0˦@'mB@D,? ]t&9$v~搑4T\3 KO=%?17գ4=!!p2-M{ᖽYu{{+\(ETapxf#bC|v{:A$wd~ "!8/ ?s2Vȭ!S9ͳmX~OL1풂KQ{]i2wÖ?b%u :App:7Qp YUK&hf*)ۅ_$t:GotdE@O G_ɤǜrsMy%v)̔E&!+{7QH%Y9 5r4b1jn^W@^ZXSF,hQgp[}$=J4vByZN.s,4vl<1rFǰ*h; JJѠA@ĸU)Hp[A}MOY4c@VG!-7\>~u,q޶)Q.|#7D%o㕗޳K X0ߖ8$8ɝuN$.fxH9!eJ$ga\#Gw k#jM]p݇/YV|ѓz'=l0_*JM!J! U7ş&͕9$nѥù<<9ݦwL&˰l}|IpnXk+.E4VL /R7~˛&I]rǍ=؊@Ő3?VA9vhu@3aI@kV#Lȡ^)2[OUYSzjR;ʁx TG+mt4<qdf#{qQrmD1ĜѦ*bPi! XeZXb @¡zH1Ql[ ștNF-N7(a{">[7ב,Afo:b{Ag ņe[׸;cPMuY_qT#7#i#d]$$p792^!@vi^}S5SrSjZo''! I]'^Gh")fqooӧ5-u [DFo7/gU?C?2氒a6>ݧȤa4pܔe)%cI 3I)_jѲ"ڕ)ݫ6mI|_jN6D'pZS5bLױlge 2~o0-uL s!-Vm`ܭX+M7{xvDYmVrjd9\/Oht>BH;&LQ,Եm(q,GQ 9|&7)'6AJҗWlX:]R.Gd1 N.gŒ$}ЗE:]URa6:z2BM]zHnGq\\dV$ԎM]eaJ*Su$ilr*d[l͎8R)A1 'KOdow߳T LsJIS=1ڌhkZȿQiOSqul΃9jCq{ŋSUĠ?sɏO=zi~+2I@5M<-ߙMZE 蠂t[܉7Bqy18]>wQŁ^>+]*FGCh>*&=lhvA + P@A0%6y3M"J3[Ԑ ǩ34jadIGq~ͳ/@EΪSi-crmJ}zmH_ٓaM<[*қb4$y}ܑnںt7O\q+'8t'EGOhD[/:vڄ ۮJ&y7gH{pgᩛyrۓps7r,:&+pMN` ;m01 .#V/54ٯ0w iY3Չ9άBwOȼsśDLM $!bM"IT6T`$ ܺS%GmFZ'G<d?eq9jXBۈ;`.jxh훵6z6םR l&5w]}٫]@/&%<(yGX6S5 ESYʳ61-AT[lFXQf:qt}ת8nzA8vr,!gqw#ߐn Y\!%fx4mjTe<^b+?Ԓb]JGI;-R |gO6ϭ0K!G3yErܴʏ4R Rsóv'j%kc{% VY%ڑ7,}&'?4K<] uw.%F )0 w+)ښlqAnخ# }B¿i2{ɡUzZ\ʂK%!GB\Y3,61Hb< \Q5 돝;(թ\jr 8{SX0,PQ= F8ފ! uP&ij<2a1Cy#As4M"Y-yf? ]x!F$$C"*<:'EeIu?4h>X3;ڍQJv;g@Su1(,M 2/\Tlw?س}l$"A 8V:G >JF2.ꊎcL}=# &gA]>%;J..rs^f1T 3Kku ;t|JE]M^@a7z ?!YEH.b2@Us NA!}V۲6 E .GŇZ@l6LMSǙ +M ;#иJd)`,Q?˘VJ$D`PLULuԴ\Vi{&&:5N2a] 6顤J@@)vq/O:YLD`]tN[1ItK6MAr¸F uca&oǶC>ܠpgfZ pd%+ .8 w: 4S*06;c~wxM-*\(} (jnȥkhafDB#W#Lpvlx1*\~f|4y4"J/St}| H-a%pH_L03v>oQoEz(rQ> 62yobK2eF,1?tuPQev %$ Sr2hJT8H>v-`S<-[hݔ k!*簲lʏP9=Z$FKIY65ȴw&k?3GhIt/QR'Cx a0j48^Kc^Oq,w+EH퀘d~u(5_mMӮVr<d-z c{wL`Y830pqmyg:$3ҭj>Q3ʱ e&yњ"ynP޿D.n&J֛!)è)ؕJtbD*#f'*1NV M6dJ~}T*5.uك^5tfXH PP=,.jd33U~;9'iIkiN'0H~nhM1xcTm:iJ6`N/Tz%O) rHaS 0Ƴ`ƛ mhѵu=$!NRns]R4@:5>AqPӹ?;R@Ŗq6)O!ĭb'`NEx@")G jNۏTg#Hqd^X1ioJMRrby8t轴aec[H$_f+*h H";/7>\MMGDL:Z.1ϳIniK:hMTChxG\:NK,N[.ĴɈkBJOZz,)һL0P0ߖ{RptMrS(=ZytoK,E4B]ٱ*FPCӳuH2/>zݬ{5ѾtF-yTE;I -Oz~‚']XF GQ9g&A8aA,D^-Imb0IG-|ŗĒ>P'.a ŏ A* xx@ JYK V!?z$>JXE7I~bI_ɑ𫥹온w=+Ҷg}Oh\fr^\_5mtWDENN/k;NMֻ>PB ]5 5nAH hffJoVyPmH-@";QwKCMC.^\fK=AQʘ(ѭUGDOɃ݈ΠZqVttκ>X'!}oMD / \/ 5%#@WyQUe=j) 2o&z |&(2̺~}JJj0REeᳺæH$ 6Wkbqәe`7Wqi΁Ꮳ7ݚZ뮢xțT)^39PC!oefU2>dXw(0Gp_*Pvg\z ޜUqa;*R(X;rI fk64v;q3i1Fk%օ5B&8 ۄ}K['ZoǍ!Q!b#t2Tc\_ʮV`?Cy7 e+bð^M唲3HȿkqZg!@H2nm ͕g[ipȮ =-"٠W7F|~bѐZsw=#l_RuG>MvQ8 :'Cn41J PhՇ&?^'|`/X%/O.=H>dn@y>PxtcKBcq`Td|K* YME*1,Wgp#fnL ořgPx!C't1i]9+J )ODeO.H`Zae VW8d~:7DbJTEcu>Y#ELu gZK!s֬C/><vPX\jq˼"喐u_*' 1 QCb &(<-4lgVXzo&X}'_ϛ`usEᭂ|9[~I-o'JW$og,h9m~CI MuBfa7tt r . 4KLi` kgnuZ'];q@=M aa<->[Vqoc q b-he悦^gU$_&CQ\8b<,? pPUШ3hP,J%X "k%jt,EdpX#X#l$ɳ4:)1խ^~ n7F|wfS1+_G{Fju-(66(I&ؓ$!iÝ4ŵF\П> 0P~Bo9W&D*1sfzL=:1)rna3xϣ@2f| _|dQ_H*2HJbNh4r2fn>sJћ!=n\+D*r@{ ]x? 5[9_rV%o乀S3Og?J5%Mh9N%H 8 OKjxl`@醡ʂKu,!63#܅L-UcQɵrkўS'{ ^ET)䑚LN=t=a葯 aЅVr\7',7 st ?AJ6 XȔr(o x-F8D|&5k f] С.9443B?j 0=Os\O^vlglՎ6_KXw`(/zj9˻*KጻZd+3+Ez@6] C6H؆[G4]gnDdAq*D?qAAGΣȻߐrPS:4?9RH$I~SwEQ,b!*$%.T)&41@Q|l?ӎdc2:%4nYJ $a'i8Y2 ֶqJvBLRS>t)s'Afg-G- JKcE)Z|_97?uTpONFdLWƥֵ0&Ѿي<9V 8 |k}A(=:j(9f:M4k᛬4[*[-_vٯUbH5YMSH-s$bY=s}d55Tt:߽]˺ ;"L- UHG:sYӫE)ml[/=%[wڵ `lDnS(KaMgs@7TIpP:-SHU TQ߈ ~t4j[F"|R8ůX`?DzM9zb[nZ$E|l)0,^qݏH3ww\0#˕mt\ ղGNZ&Y"8\wnE<, [,3Mo#x <#(Aw!U=<%к߾3(u3E^ZsUrtz ",s}hd jB_~]w%wsۯbM_\tit÷Of@id0T ' $$FmA*FŘ|} W0)ߠ:U1E$9_Z˻ٞt7؟K%,T)2glJ"*̱x+J7<XQa| cPYKLr,g`@RzJU%m 2щjVE:=]KAmo+7r2`hf#Sx Y~׸¤~_-yT,:A2m3,cfܳjH#S';o*:~TB40cg y"٘cؔQ)UHb 9g3j#je:nxo̧2u}1CO$Bu70>iU2kid,`uS!:J]՟`S^|?ݛܚ3Wzc=CC&.K{wzBMt3T$Ջ x^3SmH~OK:R$rY]S]Zq:hhM@kЕL Yxuu]Ԓ:hE Ú~hI2<,?wXMbn 7 ܽ컱ToIڜΙq9)H9rpHJqzcًfYI1y;G\6\@2pkNЏJu01,> $Rx1GNc)jZ^@X'xn^?ꤰ"6ki6n\97ezkBH{9-¿ HKk>MDARLeAʘ3B}pO((tsxXTxw5j8 2P^H)&/խ`4{"c *fQ= /s6z"?BxxEʠ v^#FdAeY1d[p=l 7;:kNb7?oG#%tW ,/"xb(q :m#6גn<sG }GTj«#U7U[su[>^}tm(lH&Fϙ+d˜C(>'9N=pZ`T~D" bV2+cM:Q2dkpAل9m(m,vȅ5jI˟xW NH;J> cXT _Rtk(zZ'FmQ ܿKEHo! O[ [\5񲹡Hsщ*9Q2N-ΙLo&=yzԲ ݏ"t"ײ^dâHKtTʥ"bi$1lEda$0w?ΗlWoPBMGiFrM46]L0u-#Wb6d:#vaߊ!u~*;uqn)R }"qdq²@)Ri26Y&KPjWۊD}dK3P-Gc/\[RU6M: Hè&t @NL7c/B5[I@'6!`8HPKSv SY:lԹפRT:L7;k 6rZ&S ƚW>~=KPs3iDYGP2&6gHVöTB[@:g{]8q2'SrDTBeZ}S6,>.A}ٷ`v) 칛]V1 +(Hn>5`_bCJYٌJDJuV&4l|r ] n9mNt2ZF% a^[KVe4c{xఐU[8Q:SVO[Yr[PkuQR$Mފ+o;m yw68X?qMI&]W>u˘j7){͔eנ (',!0JRovBexQo? /%m߶lFB@9!qtӉ of?D&kR 0V!WGΊnk&UbǣfDp-ilF؋qXa`2:G=xd`2m>w))M %~wJ90*mna)a>j`b&ػ֒@Ӆv^,)CZs&u/cS!iXڷ&7zŠ^qGS%Y~.08LbL+ `U :@>HyW|zX^4?4&qT M &[3 @&9Ŝ l~"N_g OZ> LWB|7 @T|/4UPhg =[oX .}7lxtxASg;ML u4ޗSO4/sfygh#2j.9d2%c^HHc:$UB]l%/ #/GՁsr`l,;|?g7xߋJnUv~v3=H=\vG_Cl~Ѫxt\!2&ZԚ,u<ھ6ǞMM. ] $f4Z()G8݅:+F"(7S?qV[#^w9og .'@F*CRFyQP 8uD.6;EFw Xmѩ nN}S":! Ҧ R1 ?eOwWH& a&Oea}Hda %&05[w{ˡ")OIco^؅HΕHXU8,6O/0-ı"_OM0٭,}|[ۉNj&*xHmd8rR(H^١y >I~/h\ےH,&X?L6GTJ6N\heZ&kP2ZwuH,|r~ΧPb <.vq(W(Gr&2!,EӚTt"8B}qC$H\R{Owb/*uQ b(&kc} odTI"VR ll'B0i$pvTZV Τ{۵]KwN'Rw0e ugPL(>s![5-9ROL8=jetA)WVȶƬjϠܻaٮ5p ¯`Hh~&;ԱCZ5{PhN,CY2DwYÒLE7jIm_7_Phɲ{&7bzj[^[X3WE9 #Fv 5͠g 2aV]g%=!,~SHuip}2j1KR~d,̬ Kr[nl%DC`.U<9䷄ t5`aAtz4&`<*%t":b|)m~[`ʬʉN3 hUҀ:Jd^r#2sfkSH,B^" N8GOr~ly^ ^7-xlurrϢJN߮a͆º SkXWoPM/`ssPXc0:R:/xQ\` O@k/no!5Z"ve9wz)"~7oBnJ;0/ݫpzc3Kscl\s׫pK奝QHۿ,LUҠCF~٭ѷlǻ5✉v5V`#U;\8{$]P_Wݭ/-LCG=i»ô8t2Vv1E 9v.3fl.pqxDO{#@ULkiVO|y[3Yi~xsj)Gխ9M?S sg+̏=8*rATXZfmWG4.C+N44mPPEdoE4_u)\4@Ѻ> {\fHH*n oi6 LEXVhY [z?FްNF$y}D1 P$ Ì"*$=TVERCvJ {{UXbkUWi5asЊ^5"n񕔥hNڿo.L%ߗ ~@N<-gԐ'ߋ)h7Ȝъ8Y_١|}ofF:#R¯ZQ^'Cү/cYx' /;㢽%$jZ:4H^M玠oH?sʔZ3QeQ~ PD7pff|[xlP<.^ACHkL,,bj2&@kRdǷTdL+ K}$K vd6f~W&B!\/ p>6ogk(t8x]r62@ؼg*|2 Jײ)I>*2}HxP]0yilCX$Zf_q&4f;a?-sx#l|&M:awl W H@iu(kZ^ 캉E:G$$fG1頽v;%.`f s7E}??%"cBߜk16R.Yڝ8L~:q>?If7_ucEY룑,T>wF@Kʤ/,\!▪Q"^ "dH6>_@W08;:jJ084İ߀niIKcJ9La[[Bg#~N%Ю7V6,1XoFtuQg8onrXF;ˮ7r;gw%Hz*ަ3Ndhx8捒v @Ipf{Z)2`qv&t߉w0xqedK-[ rWKζ尘45;D |ko2Es ֭Es:&1~E& ˌٙFsn&oDBZS CDb$R':*G5'Ay<%2R*j乿9ⓀCLYa qDe\T\m615ERJQÔC|2O[$[51"_G/$.q}MBcZ?S%33Z^֒;`f) 1/m{[6ƕG["B!L^рm8닻UN? 𪘷?RG>IKARhd 0+*X(#orZ:W!\mpeB vd!z2Zr$lKוfqJJPY? 4͠iglwgbzNls]0e$.>thE.un]cf5K79X4՛~dhj*v@P@RboLޑ7lױd~Y1c* 5<` ͙Y9A[N3Bz Ň p-"%t 9W۬_>ɬf@VYu-R%bgpڸrpk>Z=찫S&sg0sӽn+9.KWp+0uD*tmfEqgJƭ(Y0|OoOFJ[3# S/̎0aIGzb5!/_Y7B_lL̕Nq0ug?c:FXӨ%^$V)n&|1j#^p̬hĆ}C'_1rZso! T{2OmS*껈\(ţ5Q8]Gq$ϲ0l'/":{^j")miXzXg*[k& 1Rry(\]Or+|#Zyvԓ!|oj vyd;Sj MooZ5EL- U:n1H21-1 "NP`lgM/l]Z K3If[, x@x}:b?0kesÄ̝ S'X)C8LPrNj0T%U[o/u=2J[=¸G3{xe$Uh?sOkfJW|4sB ot;$ĂG5׈9^B*MdXC,kVf:BTf /Lxk49~3-Zsi1,!H}~2l1ZEJvոV6 HY-%AX+|%T7E<8ComrKd2ᜉ:@gequcGܱ" 8;I{ EO+u|DB ֌;q@Yx6WզmPEJ"2[ -%Ir yYLN[cm8ivjkRW'AꝀl_4?Ա+,yfUW$$^]Pnq48W9At%(X˚BKZ.iɸ?9J.&虘 nZ8,9cZ۫bku Jo~yd<,E2!YsPBW0TPX{0W3xv<DS-mͦس>f+\Pcgy@Z`+h'JQkWJj9dGoT\m=g$ Q]ڹq#[Ys`|)2p|`{1. w3(7'p.nf wag4σ°.d ).PWN\ŋ, C2$>aAKyw5ݺBi f(ym¸Z'! |Nc~g_( RRgYƁ6eN9Ʈ[⳦ԩ\2cs0?/ ɡݘsGɱ4#EB FnǦÌI6^ߑr8;Y?40,GeY0UD;2f54mZr85+J1F55|l(b.YJYQKuH?KQ2׍Qw6Z7XkwD?%ڐKve99lK|c OI\XV,4*PnrcACU0yYFW!jxUBbiG^/kb=@J1'z숍P&n [|yo 1\2;X{^45 [t00>f:Ƴr3 62=YDb_(c;_F kmT}Q%`f+$%-N8S9)O":F֦&8 2l3P7ЀP^Һ&ml!Vwg]<eD(֋2cCB4.?В!NSd[YߚI 6A-.7 wi%+6K-3Iw=eCsܮc J6qIk9ː+x4kp@RbőM[Y{rR@wWMVoRz3 bl~ \h {nqXaC# 6k!;%+4cv4\e,s2I?/fr}+N"yi1r 2prrb&ӏDJ$zzK}Q|,0!Χ(tbveY`;pWv [:m)6'IsUFD^g $X;諴݋9YAʗ$ہրfDYgmb-kP䛷Pn{o+Ñ#np4 ޘmߛݝiWAWiWU= yB63TPįI,8=)a:""%4V|h f x\2^}l>GH 9[#bJ Hx1Jw,Q ye/5*=|Gcfr_G7Ԕqu#)' Xuk-o3^JX=w߫REyojI9!#`"0xUWnVQar|p׌WTXN"PP+'D뙂ҀF0%oDh7zcINK08ܩ˂8&d tόS'<`޺ Jd݋d_! oެ##(\[{_sA΂ok-_D?gP0ZaGQi,aG4ښOBLWrzn@$>-Sե~cS( X yM ]#Qr@6k vJ;f4ğdŌ{Dy8r7j\6[iΌjn)(~5֧~Wt:J:qRA%;ZKϐlsCApm~Ӗn :ⅴID`ΕC>. A<$4ϳe|Ɉ Ǥ7_HGqϭhO-6eүfgf424: _k#cOW_:윯Í >Y6 fVQZS-S+'LmΥm]TJHm럒Y+.#+5M$\4.EL,stVHuD2O/)zJl#. TQ-+gV(;՗q(Ry e uV~XPp3Gˋb(^`CW \MT'o>iAW/1y*F){3jC A4vHz$z-+dc y 欓:Ϝ1;}ƪpqDKG{Y2IAxQJJ47~P׫{M2W?à?fR/ 7FF 5P_a#D,igKɊ82}+> qh?j kDY3Ǩ|p@l9f&@d|Ђ)-:lIE}r ࣯+`*q6KU51vC8̠e&hpBrسPK׵ohC39@]TmcL ]E8<U6")9ui}Q-L1eDu^XT8.*AF$~n]3h3STΉlcvMm\ONe GII젨1r|:\rHmZE*u!_{./09| 2Uey me"&CwÈ*g A56-XEj )YNn~w'~pMfxH/mdx֚v'-o-;tB_!Xӏ{~ N~p (P.m`p7&E'6k=|ovQjvd44{H@ | ".?X(X#ڔ>0YS-fv>|#r$s|<HRnd&[+WzL+˨7 q[ 2MNy~ĵ!p, Y'ڰCϸ;8f&DljBxߦvkx%ZSF0}gk!_RlD"ә(h-5JhLJQ(i!!4Hl'!<UF5m;k͊m9s_lxY0袛Bsn4]'ƫ!ʇݞ\J)D <%i6,O9ۏjxMZ *ҩCU+ȇvlb?~ŭ=eSsǑ2*r9m%7"9@2zC\7 VtS*_Fvpr؇Eƫ)f$)2D 9|8{V!ƏZ^B*┉3V/k5,Y0g . 5d`ĬZ2YBR&Xɝ3O#Q"lpA:cT!jTZh2U1 /lKSBĞڕZW5p\stQ6Q21>7Vу0 HZ5y%GQR9b}L.'|4K(fnB-3!q+[Ͷo(=f#+:٬k8: -[#W&wKsaY sxλk*H?AghjݻF8FPI)B-'Lm)0yW!ZUz<;`#sOH-Гy9$Z%. a M=-ȅ zܤ%H'DtPfEF%-vO*!:i!tcj`6x1s>]'oڼ]".ĂNOn HzиePɀ::RXs /Co%y_N '8__)ʌr_jHg_{qH.skvC"|PNjs;_r1:@} LwnDHz863A!hUdӁ(tqn"•iqY"IɏUPwRfߟZM*csN7Uxz-`wb HȢ JBY=v Q~Ɩ#[6+Ԣ{#Y\;wH_OC8RbO,`TR֙_Yc3j̐IEP\ c5(ĊӲώ33M z;sM}Xұ\9 S(0KD@ )D_D(|vMK7ڤI1W֑RJY b5߯v> .9[\+yځx#kݨ^ Jot8txxya|ڋ8xu[D-8!PXJl`-Aq.(V]EuK;Z r,Vn /XBoN}tLQo $w8' 4E qCk`e"Zaw~iD:~W_N@P]`Ain-Pn3ڇ\LwEr*c-V{oZgٹENKasDo :<;-o>_j^iWbrf)sx\AEUr(|Os8Znbk;&JŠY3Ri^$إ-z Nk$_ j`u,IÂٯ#4U 5?10xSBgZi&נ:EM?ît&veDrS,~r@.V1gRdA;-?T^q;h g1f*^ u33`}EӤ&귧~L"{`?#A0yek$*/ȉd جf2!$ + _4Lp^/5Bjx5f \ew'|Ƙ G֓*Z,D; s\.Rش&Pʧ .mCٗhFlXue~F\I@ՃM*(`%t tz}Bj^#wNĢF* AiLg#!\B17X2Dd}Yv@۫Ϸ(13VF=ZNx6g>rOdRO3{BF9rUŕjMboYjs6qa'7MDtJ*+4OpPP%l<>=xOiކvef2Vq  иd9.S'o-u4Pƕ= _+oǺ$F2:zgHLqQ;3H=u!BO#l) s驣}!{WY SqF`Rʔoj}EURkx[Н\NPNz[a1~^zqktfA()S+k1*b,'z)P|s첱lOBGu'"D3b~# 炚l r}8Dl:tzɤn }`"͌QeUD"ؓ?pڼ%/;Iin6e} rJՊc-JLjY1_EA!j,0[VCY2ϩ_Ikd]^0ܝvGOwb_>&a-ϊiH P{&\0UQmrGh9^MP^B4GjUo<#@Rh wM#$e2HTk-pP2p&ɇIY'e%MUIW`aPT@ueiybznk.\ kiE{UX)xl ۺ3?Rt0GDzR8@UՙybCEw [g5eYcaum͞;Kg$W8L9NG@6g\ydD ;"~ mU4VӨa~ƪrU,j\#E#Ha~G>Eol2!Ca4:9Ү9ָʅ ?mY݌p| Z7̒TZ猵E(F@6XO\ _xǗ Z!@Kx;3{qtKǏ|_:وѭ88$2/Gq:'WmG+@D"7t[aY5p> -x|# /KNhRҹ\Yel? 1n[է_Z螱7ᖝm3To[&g "/4K7DyGr]kw?̠ۓ]B]V#k>[c֟|ypN'vXNXPeS_(ICp[y=IM"Ϸ8V^nI}7e\X#}9iиCzcϏTў^lJKchf>Lr Xfs:.Jk#RFȢ S@hl ӗ%UUtWQT8i#Ka } uPF0,M??5EoX]ިag}鷯 5L^5ȕ-71֣>7L @g' JݾHU USND<@= f}݄2`$KcnI o;5`z2T/LeR vd;#2נv(2)VBߋ1䃓9@mC?ERί/9tV+)T8H<\.㫳kNW҃qeԾL">aȫEN+1Љ΋.Dhdej愢yMG R>"nNT +&PO`G'FYQR" ,C,ROpv?-")d'/1=O߂!ݎȝ7;y+kW_]A,GwiEƙu=O5Dn]2d^R"$M[4+x;ᆍR&vf`94 ?t;/U+BJj2BAZgH2yY3+۹F/[)3FXKֶÛ-`Xˠ*uCサv J'JپՑ7i0+`GRɧfM̟l"K25V~9UNGYW 6[X+!3% y"lf]j(Ò/Rk$ĥkcR;y+)5l1,4Ȍd097~7V` D&v 9/VP ] 2b4ѽso|6G,WЮp49G?>XXӫ5T7VJV8% Pm縏F:Oa ȱ>j4B lxAC*ݺl9^TY|gc5;5JY}7lq&'5JSwk_*u[3 O3q o]JL"IR<ޖy=ϐߗe_^nH˺S9.AL_ѩQxr~~# *ZVq>.32:&*l}ZGT "ޒڂOc%cFi@2DU=q삡0('ըzqXouܙYg$y1md*վiЀn7I%Ъ)?\˘_D? ͏Wȭ6 ]{%w3zm5d5GmaIiYs֍'2$)]ǖH"5wa~䔮Y-q&Udkv'D۹{q }B;fe}~%.♷2xYRlmCU<=8׫|2t yfȨ :sN<ݮ+psIuP(aUC*ܔ> -^M,[сavh>aƧw%E]3콮eCÚ ~mǔ2~3&3ΪaA6ߢB5FDyG5[-AZE5F ,/][-Djhծޤ):_6×73>L ?kἝ(Y=8bnHC Cߵ S0lj F0FV7oA}VkVQ5q{fhEi|g1>kZ 30Cr%OD <ЩEgl`N)ľpAľ,0ZfjJ)v-&y|Dj,Zb=#ZpJ^솵d;$a/~\Lf[)cZRZnqqS68#6ɏq?g?FT<ࣆW![T~1 0toA환cᰴT-C3 Uŵi swHj`^pQ[`zŘfT^Ɯ$I"019+< hyF=|P{ʡ |dfFj`D'Dq0'6A71KTo ZGJ6rZ|.ra(<}4&@=F4]zC0l腓M?hOY=j2r.ɏvؔ=CLH9pf1VWld^cu@0bx oM2XuֲS& P\uJX #qE7 Nf2ШiG,y:m [+޶2 (J@zދ ď dx'kWod=S'i# δ}=GKao 7󨦕8W p#e[92B496u!teY\kIkpl?L%uQ Xr@MwEP [<„!\C )woZ}x40>00\IGAZ],cs yhw79g#u7Å1jƦ /`'\|ԤL\)@U) I6{ uOrJҘX_= !SgSt(5%tn:^"e&PySއDL | WNYQсS7Z^12nc:NAf) 0#eS8uEVfimdw%LVܥ+ffG`P1>rf(z]'Fb 6C-ɦm^I?ulYI]piI”/2濫>aoS<zym 2fB v(c"E 4v*o7Qe7=QNxijuDKlFk',D!nqIԏAFQTqE3;S=R=WxӬ/&KKGSp HJ^u UY֭)$mۤ5Tz߱EO]JK\mO@ \QR̎#QN6j= #3nn=qe%`kitbԫE-S,f/Aqdz ,c٫iߙbrkp3qǜev fǞ5LqDq;>;DI&+`?(q3s;w>!6Wu$6O0%To$'5gpFs I/T Spf3%/aeDM(UW,&hYm *X^tպ9NлmF%],^;zV=',2L+ޅP/M&b-5T'7+ 2`jTyx O#x(% &sv95h?p gĒ:;S~s6\ĥ˺ 3-AksYd*ZYYJk[;Ļ F.%^M<=rC`J^7vؑ XWw_C9-u\mMlJwzٴF!&XRaS$sqbW]icYKXzm2/y"h*L9 ЙxX9[U~n}LX vRmH%<}<G}ul@.]gOȞ751i6YYh4AU83ٟw͸2`'J(|>J`i&756hDVZ?WA^+׹GM7_qEvc: ;}flZ:&ES]FMv<;)GOK|cYӂbmKW d3e+)I_ε ,abdD/6›x(}pG-dǠl䅵(-JbChL|QnBJ,jg "I5e6>.|P&/w@O5,+P8nx[Dixqz2p+QԔ E!]>H/|2KLRD&(s8پ5b~?%x˲Tn9R Vm94YB/ec H#5& |rۭUt36$D?X c8:uB/Ƣ@0MZ>6"8^P#t "Mgv^Zt#vȃ3ܮƤUM@vCc}Tt #k1ͫZnP59$`")#,fxI+58oH~ |uՓ)U/>kܷ! yF˙r8*9A-؛TF?7AgoLDƛS%*5FJk{q JNJ-.韪LYbX\e9;J&vkE%In8E JCuϕMWHbIJC+*Pp)e='rT#tK]svre5KxMp<EhJÔz9Anx+D [/Z_Zԟq ܊bqYa ;8?# IO`Y1}Uq2Uy*?AAӭWI9uu(G0]i#5 4x>e\̍'r1Mtn}5J }w#ڥwOA~O8:g@^XB 6q9\)d?KPԢڌy5*Et%]TE5Yu{ s@_yjeq)JzsI9˫&ebNKuxvX@ M`]TI6 Zr Qǰ/QD푱KHӤ*I T 5>3W@uQ>=X*7Ep>{_ b~ l 7Ib H ;b>#A/r{Vz H:gGRl#U LL8nC:Jԯk OhL:pi0JsAh5 j ux+<B~-?h?]'c,?ٲ{!:#|;Ϫ$[ _1 Ⱀf@2}oG`8þ=YCS}E=V׹*+q@lFtQ0%ur95Tؿ~U&X]:$-BAX&vT^VO8j@$ğs.DϽT`)06_htNIGUc1Iנ5  3тx־Mš٫Ng(5"2 x2oQ-eQlؒ]pcV >F)G3xe"_=c~hoʺ?.B˾HJڿYjV@ \' H§7(E0wc+_0}) Npfv43"ǚ% =ym @dV q">3yfL hTc DБ;d,}Ƞ7^[ 3˱~C-zŧF+UmXFY)Ui!|/мnW?sB>!'hrXW"FGY:FELk$W$+a{ >~ I'8wzQm*jܻz8١i=kit$'<ʄab\mm߿! h#ڡrC l>dvv>H  u?Y0D P ʃl2 5:jp$ VO 3((bt1$,$FAR}" jN{Qw`ʘ%6AIwL.AT=%Һts'pII%RRdj:/,odh󫦏)k,E{tzpJVz#L)0iyUzonegR?G['60!˿gԠڤ.â40b9b3Z$|4^up }wQO8Dk%Hԁ].A~b{fʀ`Y<'cx[`xAMl>*Nh>+x.ozul0ݙwпx{Qom].@ @VcXW6yx"1~^KUVKKF c1iaǽlGtbZzw9LP -RˬހWsv]ZY/*4"y IKrWXIN2=HNx2:#P}{ ʂ@h8a2D8F1:qŖ` FX7&P' '|[(zfm4GFYÄd;nRA?D<U ]\g _3B%˺T~{ELy/?a!L8A N5QU3-5XXΚzSjtw"୺GGs TA%s;T$rpiG9[sB@7ht<*5e_1lOxu'@; T3ELH}XqwqDʤ؏B^bD) љdeW&~}_bMz s(8OWݮN=PǑwG ߎr>xPIRH9Xְ[` XA5PߡԤ7IXq[% Jmp9$,i1}F{'ktj 2MǴ8,8mZ{K ^QƏv-.wsv4$|yFEK0aϰ@$)y%aQL4` :E#aFb2>=Hy;ަ0ocJˑ.(Azt+GР{]kH.9!rj үUU:cv:Ta ݛoE| /{J#*}>"t[S*xCy0rf #Atmj»s8\f22HpCQ68=5H#sPr(Ou_6:*r +a[[:.Qt%DtdL V-)}_^ߋ_D|]}+Npob oBKPCWgBS_d¹%WLŢ1`mY# ?:~Y=U-pj}=XX7F&pDsyN;!xb|%B&Qz4Blc-wJ;ATn[}|f$!:@(.zL/,3 sEx zcrqjLދɋ%`W՗SR%6H&WL,ȥ}r!݌C9YrPl-!Y`FƩբ=zrH,%RӮHِoq\cnM<V7x5{z9Hꦷet#YLֽaV'_@e.3WJ'eC˻R)[,9aRc5ׇUU/OO5uDoF՘a.8ۜ C:.q"EȺLSD䰮ɳR"6q9#2ysQ}M P"!cE-aIqho&JME!DζbsMlxsOI ~,qQҒ:|{D+ǾC-idfwKlϸ_pT; w@~Xd UV &Q#wUS޳4cBmӫ7dcPY˨F#u#^_s;fa,X]B%wW:™uC2p.~-'(c?,4 Wf`%'xMab9^G˄J\cQ{MMB"JWNZE,ޤhW,(>26r!|EZtz$N! mG^*kQb53lf"8I9*CF꼂) >:w5ҋkMUkg"$x@/8 B1nol̖hp c+HoWK>e*|he>aT> ;KOGkwW0g͕5d\ Z3 JGm˽mp!GA!!鳾Tx/dZa'6SLj+H1~??lGpNz& ƕ1:eQuMx}nSI7s4<*A9'E V3(.1FAɝa:W+WԠe5ƹ{Ow(KhX]8\[{2sޡT+aWC%C#kL&03{QwZ0~jQ {gzPPga嚙ޢd7Vk8m/76|@&Tfvۡpg6ѭS ж]~|h21ǀs"jT:ueky"ƘNF&|t؍W"|R:-\/uIU 2?Zx;BQJhm|E˘iqr[CH ~[z9خcts #b 2H-^j5^ޣw]ܻ 8Izd]$aoYyݍ@Lsd,)s$Q+J&Lm'-TI~א0;R8A#Ohe6D"׳7*ցRp`!m 5z+WlOUR8f Sj3Q1e]];=|TxSwf_!N=奖m Pܲs:rmd"|%V;xDb.Kb.5 19rt눧\d^`)XH3q41i҆RxȺuǢ%9A[[ M+S^!)φ9yU1 WPF! ybwq5\SԢS5Fo`Yy2r!wZ f0k,g5n)$oO[#/YImk/dQlkk`hHeVOKV}hrx RRG}lT:xSc"#/]HaIMFe(^zފDpT?AqM?ikq.8lrOd俍Ƽ!]׭1,:*']Uükp6<4(/\ul&>2eռ=7OlٽgfeI 3PVЕ,.pV<DM(j_%y##z߉l+Kg*V$~61 Xx{-~$L8@ >(0=`n*Dok.9 PG\C={'BSRvx/N薳`5MS,.~c,{$ ßLGd$^+nYmoznC+aRCh4d?eTA~ LM! KUfӗY$V~aʛ?Cu핮Ӧh=iU] ~"\?n]t)&>Y#i svx)}$>pSxLb'{>6-XCR; _Yr6:wV@>KJ_Ce]'|.+扂c5Vw^䶱8(,t ex}x4DaB-UwD;L~!\h.F aeu=D.ueUBGC' %+ r2l?+uJ+nmoȌD% Oa#\1Ri\B̊>38٪LHM;ķ^O|YH /GD* Zӎe76I c`ViΑ U}.˓>7 |Pcx-PcGUX~N_je͍ur{USD]፪TLp6EDFmsYt*oი=9> OFV,ώ]-IFd3mZQ~s9 ߳cr{Oh.Q Ԯ{"2إ<+L$ńDcFH/J6M:?*U_;L {*eM} 5BqM ] >P6ȁu$ϰhZyv +۞$,iŬHѴe[HMθԊMӟ)H* EjGר1K3?T1GZ_3ۨ SF4#Y2 F!|/v,R:D 5[JJ0f*@F/J _Vrc.IODʿxV f5a:;ٕ( AZc7QHɔM&TP5L&O4Uc Jkwܽ_y /9ӌN;o:k%]Ev)ttzaښMdK v ?ÿT\A<;1t jCAq9dMdQ%#!cWЯ񽟄 eodBDT݅&cuq3Gei#`wF%]I[j}o:"LOPKRٞ@4V.>]I%f32O/~#O8zg$ JD&m=~cG#ă\caõ ,qc1ڱ Oi (I_y("(c"gb<$kg Tj O]"@3Gm*!%+NTGKfA -{;ǎ}/xm=оu rYB*޳w9gwp !9.wj Z) :DP*l LϹ{ _?K7[?]mܶC?i+yTz-$cAުQz ="2*Tc[Vl-U4&ql$ӜUj 3nsssr^]K)A(ԕ`{ 0)t n re֧c%y𥮌@Tnýr@ˌƪѝf෋0h>4bk>Fm5~5o"-`įl(R y(pj<`\[7CV~,Sj^u=-sưޭI9%.tD]4>}ԞX~BOdvtF;QRw/e9{2ʰ'-( JM:Ͷ9(I81b=`DZq(_y ;[m$HpFdZmkACL'(阱)F"uGԨW|)/d̋r }G/M-ē(xNx x7R@:mak9jc9\j9Aikp K/P?mjy&&˨O1STNg(Ő `:/1 L`.љ&{&' Zt^DRnҹF amEH)֒}J1?$ږk}ֿVW⭖q UxcPW㓓wPO Ḿlns ? E{[3ߕ&KYͥhx|h1Ƨ-{4q3i?O-Se!XQggK\%n_9I_:,|yrk\"q.)b0qkP)Ky-XAY T11SqY![⅝JnP[ @F9a?`0=?dǝ>s'&(R81b)D0gfj0J8]vq+ q܌K: ^ \V 7wp U#lEfF_ש ?ȴvŽ[2QJ!NhITPi%,4cb9ou7lܠ'DGY78e8'ilJ28\~CH LGv5 @/:!iB KQqAC]%-N-wేU*)S Qs7>{P1BеI/Kx '=^o\=GM8c0?8iAGQ-GbمPHSWr "7G>ǚwjf,?;C֜8ꤗ džz,vIcKFc %M[2z}x: N}x 1 p KX1n é`@{IQSO.pzNE{ט쏻Q"eMNp;n'Ґ5{˳rӘ_VYga!BzRv$cAQDn"Oܔ>X;K;1[SKR5rXkjl|A; \T"V l,tIc1:^*:ɇ"35ǵ$]&4^ :h U,_%*͆WĻ#~aߕ˞)p%9DL?"i%2̨pX#'6Ox8kxp.ZºM^^wQ%4]!Z(KwZ͵||Ic22p&6}nET 2>~'ylP`۟z3ADjm~7EKwY8'.n%Ӌ?Eqz7s>X~dx9xagjLզ/yu@l֠.:g s(,_$goxjtGs?'=s7LUiRmWrimPpeI 93#tY3C[S/47G|(U'ye! K.ͨ("Ր ;' }2S~\@zQݚ5 =ٝk,+&Uކ꨽4YdMχEڴ899f,4Q 'ɕAf9(2\l:?B"qQDЃrlc6θ-R'z`|]tMOnqoԛض!_[vr"sr%Li!>`: .YkH, #=1ߓQ5ؕr*@ӱa $ׅ# ]1zI8s'{uJEK_eR7Sp0(b0Ď妚*S$c3-[ qǻNT$#-ak! r~ rhAPXx?-јa7s*uPtl~;7}siFRE?6+*[D ご5erbu_tzCH*Q\t\[^R}{Ӫ%VdhJi&1,&K)<nEóS b hkY>fc4c-`hFހfMlx]<>m=^l3( O-D8;0R'|gw_eg)FcKF@ ]˱zF 06mhOV*,BOu/d%9s.ݹ4Nj-eJҝOLUP0EVBITʔ)k{YlQbryVR G {z$%ם>7݁W*?BBέ_ng|zuJB nO\D^L6k.叙{K-0s,$[nց!7 n%FPɦI{9HQnsc; oϠl;t?1@޴ZLi^a,"mtG,mۑ򡽈)3- oIu9:Cg/-\73V'c2__zso[ټ8 {|%.B߇Xk+JT"HLrڂ~H;3W=Ert+[qUvSi,XQ|MJY L9OCҖ/k*yY!4y] ~W&id$쇱vw/ 7f^eɭ ϥ&^aԿ(iDUJ~lFffp&&o׉^O$Ǫ~inm /ILw&#:-5Q9‚VS;C޷\+C%M3U<[ wL^$!$'i/`aэ0#W@f^<7x1/{ =V7Rޅ}ex8^-]~P_)JǡϒnXz(p_!笄h63gVzXP}tCG&yP[uQ>` G|cbO?iY%K@{3e79i{jYOI١s½{v%DPŮ|P{Yn9-awk>~yRr8`~=՞cL$Ȭ_0f6" 58 j6[ W23^&3oh+Y.0 نǷ2MeKCZ!^/&U͵'%S-ey%RV8~W@8T`nZ6}l쥖3 UaIs< H`۝>8Hi&sċ19aR;yI[snIٖh&Cb!0-@W~]A:/wb(yWy2] t0o\qLς^bg_hFb#hO+eM:h'h8EX>8d›da@¿t0'fmD@,N4gϡoyѮk&}]Q`V#q(Aj6, ?/?)=4h BC+C3-I6SERQ̆B([b̄dI3Y@^v;ZFP[IE-rYh6R\HŻ_)0po= 4ȃ@ZR􉷜7]yVߵ% MYрxX/q~PkHGUuk$tA5v/b4^tq2JLu=|F7G;?T/#;LWҝ ?Fk)Zf'–oE؃V{Fz^iօ2wx?p?x2:ղGHJcyދ7N(]0ZH<,0Cf=gݺvΪ`n kOlr#6u޳ fqJ贂>h#=kreE]/!(~{=j1 ,MTl T6y]*Oj)Bv+G0q#H1c|(FXk\㙫Pb 6!lV( /xFgȑ8!&oQ?i+uB{f1%AUsV +Nl0Sd,$L} *7a\۴!SS>lZV \ V8tAq~JdNFalE2Iø8^$Qw`N< ljݾgls}}rr8-?0Dr3 ȵ5?\OS_Yv2E &u{% =ϙ/Ao h 9D8ADХ>Չ=ꊣcn=Cۓe"u\Uͳr}q,h_|·s"C+at}Q h) G"Hxdrb&d{jLD^-T8ࡐA6#+gh=SYi&as5{FttH:koዄOɁEc CSj4LsN r+B8ɖU$+OwۂTBPޯiI@ m# ./L\։&y -$rҐ.}SWLG;=熏hI!fwLw iy c8 nFCPi u pԌJf YZ