pacemaker-cli-2.0.1+20190417.13d370ca9-lp151.1.1 >  A \6/=„m=὏Q]PE]|iFEÞ@-.V>Qcфa&V%B).:*oGANS}hREĆ(뼵Y wy=%y ˅H*-JPS47D5?7RpmPdnx:׎#5{n*q 75<Ȋq(Kxɫ<.0%#^ |‘jf Ĺ "9VsFuL/L&:WLLce41c738d7e0583d4b3f1a7fcd3809db52a790da8549fb63e0a7d5831f70889d1242d5dba539b365a6c44e4bf6bafac690cf37fcP\6/=„B|'M c3!M6i˜V KTgr E$QoNਅ_? =TBuϥ!ޫ-t_aVq@pr&C_ռ@W7#kטf ҿywà[v-͊;3.*Ҫ@@]zKTX}28AKpb%ֹ{byUb cNQͲ y9=˜>pFr?rd) 3 i`dpt %khk$ \    D  DG`JMMPPP&Q$&Tv&(T8U9W:`=F>F?F@FFFGFHI4IKXL@YLL\L]O(^XbZ cZd[)e[.f[1l[3u[Hv]wkHxmyp(zrxrrrrCpacemaker-cli2.0.1+20190417.13d370ca9lp151.1.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.\cloud101oopenSUSE Leap 15.1openSUSEGPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-laterhttps://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 jQ$*{%=+W |MvQN*p e]z5(<0PP]P<M<aD6F; qox ]A ax@# Zl&  lkL|>=ADR>>>o>>>mmmmmnnnoTR>l)&&915u9JXTAAAA큤A큤A큤AAAAA\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͤ\͵\͵\͵\͵\͵\ͤ\ͤ\͵\͵\ͧ\ͤ\͵\͵\͵\͵\ͤ\͵\͵\͵\͵\ͧ\͵\\dh\dh\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͻ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͻ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͤ\ͧ\ͧ\ͧ\ͧ\ͧ\ͧc5be72db10890865b889eeeb489515d95274b535a1fb1f2ed798ade347cc14e01b5ff7f784b95ae289bd76c506c40ac812bb1134545470f15475df808293c57ef084a82508b447678f1443e1bc572294c838209642d24ac184a89fe336ff7498aa9515402068cd12b205bdecb22a16a1b4eb2aaaf047e47a718e209692c344876d8134354f4177470a6763f07623438fbeeed59a8bfd25c34a7db4023d12cca782aed952c3143a6ddf66c3673426e72ed48b8844ac4b0191cd14b55923e94ce4f031e9c78c539e32ec3852ff68048aefae08e49c0bbcb54f0e7638952d97aceb94143b403514b5808265bc10c8a8bf751db356ad829ac3714eb1d65dedf624b991eab3e904e1257cbbfe2d114a514f4da1dda00976c13a07c84691c17fdb970271c55be1b0f0b564a6508e6be9b6910c6d3b1544fccd74d59c74361c6f7387831e663ef3398b068d39467f353b30fa13cd7d7f534a6841486f044bfd8c4bda2ccb7392fb07e7a01b0968819e0dc1d8df4ee93a010500b4c352be839de9a024fd2973e97f058984e6befc28086016c93c7ec1c082bff41216b17041fdd6d792fff1e2c7912250ca3c8b98e858002337b780483132659ddc17a438a984d9b38ea77180f5f1a4d8ea07cdf6976fadda691b9af3b3b49591e664f6790047a0a901b42a8830622212d567866bff3608123db364969d66a2ebfca7f44ae996bde8035286bb80f4041a5697a9b1daf8418f33d4288bb2fd3a5e6316aef73ee2796e1c62b3035a92258cfa7e4dc01ebed06091dce196945ed83ba0295fbc20fc27eeff0b3af4da59024e025e890e872194a24c4c7ff0aa1aa0de26dfe0401bd8ff09a3319cd4461cb598578e4fbd1f69f25a2bf29625ee3d54c33a85777f08d668b742a4512dca97841ffb66d4df3c163cc5c835d7146885fcab5755f74d6c535b1c115b54144a7339671dc78f4ed9247291e4229b424a10d3b3fa10f670cc258cf87d10ec0551dcbf1187c7e79375bcd849fe29928eb61dc967a3340a8eac1cd43b0066787130c30d576502a2ae5a329b1fa1090b3f65f874b810c74302ace4e7d763a927e77222f38002915893a8c4566c5056ef6a44a87c30b544f603cced2fce09ce0b278a792207b0f4ff7f0d2ac0e1e23586fcbccfedcf9d427de706c9e851bb42d44002e3e1bf0dc2adbf06f2557adf1db263f2501504252ebefb5fe93777ccf9132aac097eca61a734216e432a81cede196e43136c98aaf240fedee3458330318dc81c8816e464e2896b29a9260e1a34de36abf006f13e776e056aa78380c0040e6587674506d3bfad3337b36a7bbc0bf96555b7f151a58a9890f91e16e77675bc5cf7fb0bd4a920538063cf7d2e8dc7669e43568d0e610aa827a1fb1dd4f982a45f00b7ebe54207d9000ca08230ffa1ba36dcb002af96b57a22e93693a503032f976724289a437e0507b5cb3702ccf4da2524d4138df49074843b3c01b663ccce4fb896988fa9e5f3a47394d5115990480bf2bd36aa5518eee0b0d9e27b1642fd84854bb3334f3631e292f7dd3c2ec7628d8de163a8b2f358eb7ffa664b0eeb1692e89a98d4e81037401e9dee476e71cf634880c36b4e25a2adffc3427dc57e60d356c34e3c731290204bae8d7920585cf1b976487d646380f5cc1969e96359d3063957cd1336bc4a371a45da1db98e22b6f2af357e230ef0c5d3081a7c70fdf6764966f2b0695c18643b0bd6f36c5e43077fb5f0d0770e5695975488e7e83fd4d24bbd0b47535030012ffd7320142afa6c19e39f24f2688417b4f0ac6b31deb27c4176aabdf1e126a541cd8c13654095f6e3fafa6bf417fb0ab6ef4404357c715ad1243349ed535695def98293f1d0189cb241a327a08187d95d163bd65b7838489657f322dfd83047cccdabbbbfa08e07cbe653e391a78524caf2e29bf432e6ccd9aa87144b79078928395af716a9457a0629b11940aa94cbf2888e41bf188364e0ed2dafb013187f8c69dbf99c62f172c18ce5e6dd8694ea00e788a79d6943203f34d14735f2b2c46eaf4538cad790fd2a0c22ac2f68b833cf0b529bd44b8ef646edbdcdcdcfe79a51c319aaf3ce431308a8492053014cfe71e7b68a3cfeb8e5f2f395459ee1044c6d103ac83716c99916c3da2819456f854ced21989fee0b34f9e170bdf4308323d7bb79c23f42abe35d8b2e25801c86dff86cc9b453d99e4803b55cdfd96f3e0278c301edf70553ce3d7b65b6aea546c7f231e79241ca19e690baf4b544bb6058efc43e0c72daa1bacaa6a0627bf3cb40e04de3c2cb8ffc5869e514e2475fdb2dc1f8bff570c5ce269ea295707ceebf036e837abc696fcbf3c9ece61ad1470928d71c89d78c429bb58e26f4cfaaed3f9f94f086266dd48e60a5eab22d69841fa92f05c0dbcecab05e63c8ed11f2b3d4e6f598860a503be2e1589de94f5fb70c9a0e048c9348e78106b168119cc1670b9870a532fc33976a40e328651e41d579be6f5f60b9a86e0badaebd501f99e8e55509e3dc7a0a920f9be1615afcae94d518410936e4760e9390b08c0a0cc65f87880db209face824e29783f3366fb12acd8cb4b93b10c214698764ff6b1c071f9d63f36124584623fc12a71b03fbfdf08e00ffa40cc1fa30bb3d811a0b5145b2fc23b7d507db91eaec6e7537aa52af01204f28aa56c46644437ae63d9c13c612c2f7797b690bf491fb193d43cea4064b38cc8bd6294ae7609ac9eda2624cba5f2b271f3ee2a6e4f2b834341e5bb12911f5fc69dafa3b33438482a4ae6299fff1e7b3bccee2afcea5573a19495baeaf22953b18f331885410fc4064c8e391b83b49cf9ccbaa64e7115c79c10890df2f44a84bb9677e92c0a6111eafdaa6e193f51f5a419b5131d65e6a8749ff553ea6369ab9a206ff53b73de0b59dc8a558bf10802d722c9d0a5033a033dd79d02eee62c2600bdf75faeed0ab4dd2231491b58a5d2208a1656bc58a0594917e82394bf97c1e975126ae2ce0818dfa858dbae50694f5d5fd14f5d71d2515edaab95af71f3456f18663939028027e867dd47d775c9f98017e95d2d6d3dc8164e0e5a9a35da0438c6e6f21a17a706803451bced7f2320b3c9131143b87938fb614613bd95c66ea6613f6cbaf656782ddd47394b9d9334ddc8a85c6c17a95da9098814dcdfd8415dce568e8fc0bf50cf269113906192aa238791004d109e78838b0090fa14573475a3b446c317101d9debc6f0b263014810dc60a5e173b8400931cf4b04a9bfa629e5246776b16f4c3149cca866f66da9fb9f946632905d9ea31d12d5982b7bcca51632e8abc238b6be8e78a2586a891d90b925a5721a06dd0ee69adcd3f22803c90f04acf0171446213a0cb2ae2349fd3dec463ecea0411b81276fbc8200673a20c9e0ad41e8f403bfd7d837be8002eb7618dff3fc8dda2c96d5490c99979b9e7fad72d375642d47b125f538f4bdfb8691e3daa89210aaa6d7e9bccf1409b5a8080b5a3f276aa0cf7ca16abd0c66f96ba0e0cb752032f5c38ce7a56eadfc564f8992d815616e51cb0c1cc8ebfaab9622ed436b8cd2155c50cbc01852b2312403957446387450eda46735028d6fad26a50ec1abfa60beb2358002f5df8ef5b899e2fa7845dbf2bbe8833e941fe0c41bd76742c9e8cbbc8d30184ab6f6386fa6b864f5fdab6b82fe0a0531abd0745b81509613725a4d04489f71ce12ea9f573c0cf47380b2137fa8f548ed6aebca307e884509d995a73fcb02a44cfa716356d490282fce8ab703f1c53c7118637c805b7366b29394efb2bccf46f7b48f384c67c50902f88f750684ce297e8b1e510e46bd012b5eed71790eb1b1c2404fd43ce453a7feaa7cda77183bde626f94e5a684c3e7bdc5a78577a1ad2b7830215369ce6cec2e6e53da8aa79ebc5ad434c00c14d061412f79b5ed5871958a38a2e1b5f94a60cc28df4b500ce3ea740c4de062a2a8753f2af34754b68c8bb83d6b05021a3abcfb469eb11fc353fe0c7885182a73e362ec0cbb3d7cab7ba41a19edeadfd510b4da74f514721fc005876cf277c115e38741e32b692bd57eeffa349e964bceceedf49ebbda5fe89cdb8e613f638508cf315f66e570711477fd2092f54602dd41a143ee56511dd0d83579d0aaad38f7318923d6ea0619541ea271fcc2676d98e88736fe471b84c68b7b1ad657bb97549bf328f89d9efab9e726bcee7d80f065fef42669ab6c70c325a3e1f5d5ea7654efde74b03a33ae0acaa276ea94a9cbaaa7bf155752e9d0248056e5d3b1b5316018daa9415af3a2ffab736b5f4662358cd70400512211324d9655ac6eae5805fc660499e22df581023671a741830f8d452e2559cbf9dac9b73a86d5a6ed1440dad8469e25fa3ef8b085be9fdb4defa534f61761694a935d3945bd0814d05bd730d64badfb52ddc204ead3efed5c8813a6d6d1e608e639562c81d5873a9d1074cf9068f022590e7006696271fae56cb5dfa93f6917568d7e40f7491883b9789c6c1fc408afd2d331dbe623147f9599faa1ddcde9d5089e622027a9057c7b71c6b763564df475af92c5c4d59ff5ccf5581923917eab6b3d4a5676644f1c26af96fbaef2cbbf98dcbfd5f8e9b58fef8f6a0ecd6c5fd59cfa21276114af8ab68cdaebfaaf1668e263c68849ff483f2094bbbd6b49f8d6cb553969306c8f7cdb6104c3811a369fa756641989407ea06396a7b19da4acef976c991544a7300ff0f26667a63f16d032ad0db4652779aeb98fe3145161afb242c5a14a28f125d41034825b339239888d830b4687b9b307e28709f0cb02439706c9ddd983c777405972ae4a7e46077431a12422afc61c3f9feff827c24a87ce284b618056006420065fdb599da1a1f6349a222bf91339eeba879de0ce8a06278b943d248adeea669d0627a345e9f706478c49457b4696abdd9d398ee4d629bc51bce617b0f00eabe43680b0a8c924f50e0ea981cc24f2ccabb2e7bf07f751e8f95509fd0cff8c7bc9b9a6d868a580dc5ecae4b8dba54d3394b2a8b4257ec0611d70b9a89191207d6e13ebc7c69e780be07f516d43f2c64a169e93f0c5d9d8f196e56b4335c533ba7c9e61421b7fddee37321202fcde6bc2615a4823f7b62980fbce8d4ae3ba41a40ff3f24fae5a20ff33aa52d45634974e01bb1d1f119a756a2ec2594b1e028cf06713de1f81a29b3ddf10f2820ce4b673934a3f34cafba20e791416c521843eeaaff861671ddefcd2bf9baa6fcf0d85ccf8259657eb4841413aa9537a29c96e0771467a9ee7026ac2805b3f9655a9f306cfe210fee0050b440cd318830016759dbc36900b34fcd316b155143a3a3b4568c77d69970a5b31028f8a8177a783d447bbcf71fe71aa2bf86321d63ff1bbc5c6296297471b7d5241929a9cfbc5e81927185bba1b499a947c40b71b90a90d3b321e441b4888456567ae0b5e76ee14308fb0e81baf7575237a23d0a83c63b85f3c43d44907768bec832c078c3d0d73e6d97dec51c5ba141b31091891fa2c54f83513385dcc7cbc92d358ba0a7ac0d65c8fee712d726cb15fda20898b9a490d36ef321c4e1caa8321705b4f2dd269af79d1a9b6486e161abfde8abea21616d09329b0d1ea83e14f58e8b43060b593093e6686c6bcde89db5d377a01e92f0cbf19cf8a85491e7b5841d47fa76926e24e14c454737321a317463569fab7d1a30cdaea3b9df146ce73acbfb4a7d68979fcb3a8cb8ffa55bdeae010e4a462a7ff62a9762c7892c39b70d761193fdeb003d290281ba6a4fc83503ca66490e274f38fbeefb6d5c1b55994177fa4b72cadb36e30d8956b85b5121b20b3d8634507341dfb7aa5dd4eeef56cadb05a50e482a360bdb95f8e8f93922928105c5baed3e3cf904af8926b8c8578889870128cd157a2e0c7c978276b073507f9585ec7b0be466f30b8fc0a5e397fec57d9f707d47a7484fc79756bfa7b1ec0c79dc6c66493b176c16b0903f7ca2ae49a0d5a2a36553e67276e558f1f39f1364cf5dc336fb31d831846be73105dc1a64626b7ac66ae70b3eb1842633f1cd394be7ec65694c0a788a6cec3cfe91be9bb9c141380db01d9c11555f35b422395762c68ef30c95ae7b1c2529f91ed5e2d64ee5e57222dd692896512efce4392202ee71938a6e46f98e9678537b208e2ec835d02b7854488cafdfdfe62ad4e2bc8a01a6ecdaed6bd49c5122bf072055f29728283cf858f34f1f38c43704347689c36b5888172b5577580eb3721a8f1be1d456be856efab470225525c33cc6f23c2703a083b762f5cb7f2eecc3724878b75451b43151048be7dd4f351f9ebe6da32f86483fef15fe69c53df59ada3c26a18b4f64c460705dd50f7d74f9029295c3fb9d6e785424d25962937c89a43737e666b935792ef43c09c24944fe488f823bb170affe7cb../heartbeat/NodeUtilizationservicepacemaker-3.2.rngrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothaclusterhaclusterhaclusterhaclusterhaclusterroothaclientrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothaclienthaclienthaclienthaclienthaclientpacemaker-2.0.1+20190417.13d370ca9-lp151.1.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)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcib.so.27()(64bit)libcrmcluster.so.29()(64bit)libcrmcommon.so.34()(64bit)libcrmservice.so.28()(64bit)libglib-2.0.so.0()(64bit)liblrmd.so.28()(64bit)libncurses.so.6()(64bit)libncurses.so.6(NCURSEST6_5.7.20081102)(64bit)libpacemaker.so.1()(64bit)libpacemaker3libpe_rules.so.26()(64bit)libpe_status.so.28()(64bit)libqb.so.20()(64bit)libstonithd.so.26()(64bit)libtinfo.so.6()(64bit)libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)(64bit)libtinfo.so.6(NCURSES6_TINFO_5.7.20081102)(64bit)logrotateperl-TimeDateprocpspsmiscrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.0.1+20190417.13d370ca9-lp151.1.12.0.1+20190417.13d370ca9-lp151.1.13.0.4-14.6.0-14.0-15.2-14.14.1\Ɋ@\8\f\,@\@\\\\\@\@\~d\w@\R@\N\J@\I\E@ZYan Gao Yan Gao Yan Gao Yan Gao Jan Engelhardt Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao ygao@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.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- 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-0001-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-0001-Fix-libcrmcommon-avoid-use-of-NULL-when-checking-whe.patch- Update to version 2.0.1+20190417.13d370ca9: - controld: fix possible NULL pointer dereference (bsc#1131353, bsc#1131356) - pacemakerd vs. IPC/procfs confused deputy authenticity issue (CVE-2018-16877, bsc#1131356) (CVE-2018-16878, bsc#1131353) - libservices: fix use-after-free wrt. alert handling (CVE-2019-3885, bsc#1131357) - executor: systemd starts should return UNKNOWN_ERROR instead of NOT_RUNNING - pacemaker-remoted: improve proxy accept failure message - executor: consider stonith resource stopped only if stop succeeded - executor: improve stonith operation rc and status mapping - executor: reschedule recurring stonith monitor if not connected - executor: put recurring stonith failsafe stop in correct place- Rebase: bug-728579_pacemaker-stonith-dev-id.patch - Revert "use common service interface for fence-agents and RAs" (bsc#1132123) * 0002-Revert-use-common-service-interface-for-fence-agents.patch - Revert "service-lib: avoid call-pattern leading to use-after-free" * 0001-Revert-Fix-service-lib-avoid-call-pattern-leading-to.patch- Update to version 2.0.1+20190408.1b68da8e8: - scheduler: avoid error log in harmless situation - libcrmcommon: use INT_MIN/INT_MAX instead of -1 for out-of-range integers - service-lib: avoid call-pattern leading to use-after-free - libp-i: Renamed to libpacemaker.- Drop %if..%endif guards around %packages which does not affect the build result.- spec: no need to explicitly require the virtual dependency on libqb- Rebase: * bug-728579_pacemaker-stonith-dev-id.patch - Update to version 2.0.1+20190402.e091f4f0c: - scheduler: one group stop shouldn't make another required - libcrmcommon: compare_version: drop superfluous heap allocation - libfencing: enumerate installed RHCS-style agents alpha-sorted - xml diff'ing: prevent 'id' attribute reordering in "diff-removed" - libcrmcommon: downplay "Creating RNG parser context" as debug prio - controller: improve failed recurring action messages - controller: improve lost action logs - use common service interface for fence-agents and RAs - libcrmcommon: allow whitespace in name/value pairs - libcrmcommon: pcmk_nvpair_t should handle NULL values- Update to version 2.0.1+20190312.059e2e26b: - spec: move stonith_admin to -cli where it belongs - tools: Add crm_rule.- Update to version 2.0.1+20190311.e91ee92e5: - libfencing: Change return type on stonith_agent_exists. - scheduler: cl#5301 - respect order constraints when relevant resources are being probed (bsc#1117934, bsc#1128374)- Update to version 2.0.1+20190304.1ac166cd3: - build: Update pkgconfig files for libpe. - libp-i: Add a pkgconfig file for libp-i. - libs: Rename libpengine to libpacemaker-internal. - tools: Add new validate options to crm_resource. - Add HealthIOWait provider which checks hosts's IOWait - tools: crm_resource --clear should print out what it does- Update to version 2.0.1+20190304.9e909a5bd (Pacemaker-2.0.1): - libcrmcommon: complete interrupted live migrations correctly- Update to version 2.0.0+20190225.22ee9a769: - scheduler: skip all native constraints for unmanaged resources - scheduler: sort nodes when creating constraints- Update to version 2.0.0+20190130.57cc9c14b: - CTS: really don't require nodes to be specified if listing tests (bsc#1114840) - controller: really avoid closing attrd IPC for temporary failures - controller: clear election dampening when DC is lost- Update to version 2.0.0+20190125.788ee2c49: - attrd: clear election dampening when the writer leaves - libcrmcluster: *really* write only one election storm black box - attrd: log previous writer *before* clearing it- Update to version 2.0.0+20190124.c3c9c6e66: - scheduler: don't order non-DC shutdowns before DC fencing - scheduler: improve fence action ordering - scheduler: don't disable waiting for DC fencing - libcrmservice: cancel DBus call when cancelling systemd/upstart actions - libcrmservice: null-terminate string *before* printing it - libcrmservice: improve logs when cleaning up an operation - spec: add hint about sbd compatibility- Update to version 2.0.0+20190122.3f993c74f: - crm_mon: remove duplicity of fence-action-state in xml-output - cts: temporarily disable any enabled cluster serivces when running remote tests - cts: service counts as enabled only if it's explicitly enabled- Update to version 2.0.0+20190111.750c5bd01: - cts-exec: still run the tests for the other resource classes even without python systemd bindings (bsc#1121808)- Update to version 2.0.0+20190111.f07d766f3: - controller: directly acknowledge unrecordable operation results - resources: clean serialized file on SIGTERM in Dummy - libcrmcommon: downgrade empty output logging to trace level- Update to version 2.0.0+20190110.7bbbeb6f6: - tools: Clear all prefer constraints when performing a move - tools: Fix moving a resource with a lifetime constraint - attrd: check for alert changes after CIB is replaced - attrd: start new election if writer is lost - attrd: handle shutdown more cleanly - attrd: don't start a new election when receiving a client update - attrd: clear lost updates - attrd: don't delay re-attempted writes unless original failed - attrd: connect to the CIB before connecting the cluster- Update to version 2.0.0+20190103.5b36d4e10: - scheduler: downgrade clone pre-allocation message - libpe_status: downgrade remote node fence-before-clear message - libpe_status: improve trace messages when finding actions - libpe_status: avoid use-after-free when logging at trace level - libpe_status: avoid double free of stop_needed list - tools: stonith_admin -I doesn't require an agent - pacemakerd,libcrmcommon: don't touch kernel.sysrq - fencing: use next device's name where intended - tools: Implement crm_resource --expired. - CTS: ignore monitor failures when testing remote node fencing - CTS: lower remote connection failure detection time - attrd: Ignoring delayed updating of attributes when integrating disjointed clusters without stonith. - pacemakerd: only one active process check needed - cts: use bash in the pacemaker-cts-dummyd - cts: clear constraints on cluster nodes (bsc#1121272) - cts: resume any possibly frozen pacemaker_remoted when cleaning up the test (bsc#1121272) - cts: simulate failure of pacemaker_remoted by freezing it with SIGSTOP (bsc#1121272) - scheduler: order resource moves after connection starts - scheduler: get rid of now-unused stonith_complete pseudo-action - scheduler: get rid of now-unused all_stopped pseudo-action - scheduler: order start after particular stonith op - controller: be more tolerant of malformed executor events - scheduler: don't send clone notifications to a stopped remote node - tools: avoid memory leak at failure exit in crm_resource --restart - controller: improve debug messages for remote connection events - CTS: don't require nodes to be specified if only listing tests (bsc#1114840) - tools: Remove extra newlines from crm_resource output. - tools: Change crm_resource output for attributes. - cts: set default number of iterations to 1 - crm_report: Add sanitize drbd to remove values of sensitive attributes. - crm_report: remove deprecated drbd-overview and add drbd configuration - scheduler: avoid container stop on wrong node - scheduler: check bundle remote connection actions properly - scheduler: downgrade addr replacement message - scheduler: don't trace implicit resource XML - spec: split -schemas standalone noarch package - pacemaker-fenced: fix easily plausible NULL pointer dereference - tools: crm_simulate -P should return consistent exit code - tools: end crm_ticket error messages with newline - libcrmcommon: make blackbox logger compatible with newer libqb - tools: make crm_verify return reliable exit codes - libpe_status: add constructor/destructor for pe_working_set_t- Update to version 2.0.0+20181108.62ffcafbc: - fenced: trigger device-update on resource-defaults changed - fenced: adhere meta-attributes when triggering device-update- Update to version 2.0.0+20181105.fb362c0c9: - scheduler: formally deprecate score in rsc_order - pacemaker-remote: skip remote_config_check for guest-nodes- Update to version 2.0.0+20181101.a21fd0099: - rhbz#1644076 - Ensure the bundle stop/demote notifications are directed to the correct host - libcrmservice: override removal failure is not a problem - libcrmcommon,execd: pass remaining timeout to drain function - tools: log user-specified time correctly in crm_simulate - libcrmcluster: log microseconds sensibly - libcrmservice: order systemd resources relative to pacemaker_remote - scheduler: order guest pseudo-fencing properly after clean-up - scheduler: avoid unnecessary recovery of cleaned guest nodes - scheduler: improve bundle address fixing messages - attrd: record tentative writer only if election not already lost - attrd: skip election check if peer election op had error - attrd: disregard lost nodes' election votes - attrd: improve election messages - attrd: initialize election before broadcasting protocol - controller: remove node's vote as soon as it is inactive - controller: don't register DC input twice - controller: don't stop election timer for nonexistent election - controller: improve election messages - libcrmcluster: don't write more than one election storm black box - libcrmcluster: only count no-vote if an election is in progress - libcrmcluster: validate election cluster messages better - libcrmcluster: improve election log messages- Update to version 2.0.0+20181012.dc40c8037: - schedulerd: Improve internal bundle ordering - execd: Allow the SBD check to be explicitly disabled for bundles - fenced: Handle fencing requested with nodeid by utilizing the membership cache of known nodes (bsc#1094208, bsc#1107270, bsc#974108) * Drop merged bsc-1094208-Refactor-fenced-Handle-fencing-requested-with-nodeid.patch - controld: able to manually confirm unseen nodes are down (bsc#1094208, bsc#1107270) * Drop merged bsc-1094208-Fix-controld-able-to-manually-confirm-unseen-nodes-a.patch- fenced: Handle fencing requested with nodeid by utilizing the membership cache of known nodes (bsc#1094208, bsc#1107270, bsc#974108) * bsc-1094208-Refactor-fenced-Handle-fencing-requested-with-nodeid.patch - controld: able to manually confirm unseen nodes are down (bsc#1094208, bsc#1107270) * bsc-1094208-Fix-controld-able-to-manually-confirm-unseen-nodes-a.patch- Update to version 2.0.0+20180927.b67d8d0de: - logrotate: set a maximum size for logs - tools: ensure crm_resource --force-* commands get stderr messages - libcrmcommon: properly check whether resource supports parameters - tools: "return" from crm_mon after calling functions that don't - alerts: send all MIB OIDs with all SNMP alerts - resource-agents: add "s"-suffix where missing in metadata - libcommon: do not write to /proc/sys/kernel/sysrq when unneeded - pacemaker-based: drop declared, errant option never backed in tree - crm_mon: don't exit directly from cib_connect on error - scheduler: honor asymmetric orderings even when restarting- Update to version 2.0.0+20180911.b7803d27c: - libcrmcommon: allow configurable bounds for DH prime length - CIB,executor: improve remote server-side messages - CIB: give more detail when TLS handshake fails - libcrmcommon: get DH prime bit length from GnuTLS API - libcrmcommon: improve TLS session initialization failure handling - CIB: raise exit escalation timer to 10s - cts,tools: make static analysis happy - crm_mon: no sense in having --as-xml in daemon-mode - attrd: Adding the ignore_delay parameter to reduce the number of scans of the attribute hash table. - crm_mon: rhbz#1625231 - disable fence-history in file-mode- Update to version 2.0.0+20180831.e41c7d6d6: - XML: schemas.c: ensure proper upgrade-enter fallback & guard strdup arg - controller: trigger join after both peer and join notifications - controller: handle shutdown completion only when needed - libcrmcluster: reset "when lost" when a peer becomes a member - libcrmcluster: improve CPG membership messages - controller: improve membership messages - stonith-history: keep history recorded within boundaries - tools: crm_resource -C should wait for all replies - libcrmcommon: explicitly include stdint.h in util.h (bsc#1108303) - attrd: improve log messages - attrd: delay re-attempted writes - crm_mon: in case of html-output avoid missleading output - tools: make crm_resource messages tool-agnostic - scheduler: show promotable clones as "(promotable)" rather than "Master/Slave" - tools: make crm_resource --lifetime specify rule with local time zone - crm_mon: rhbz1419548: show standby-node with active resources - crm_mon: rhbz#1486869 - common language on connection-errors - avoid possible printf vs. scanf format specifiers disrepancy - also utilize configured format specifiers serving uint32_t - configure: fix overkill format specifier serving uint64_t check - controller: shut down DC if unable to update node attributes - libcrmcommon: assume unprivileged user if can't get user info - libcrmcommon,libcib: improve messages when unable to get user info - Initial podman support - scheduler: sort node names with leading zeroes - scheduler: add regression test for anonymous instance numbering - fenced: g_hash_table_insert has no returnvalue till glib 2.40 - scheduler: sort node names numerically and case-insensitively - scheduler: Act on clone instances in numerical order - scheduler: assign anonymous clone instances properly - scheduler: print pending node if no active node - scheduler: print clone instances individually when action is pending - stonith-API: free history reply in client - controller: avoid error message if node state not known in peer callback - tools: document crm_master -r option - stonith_admin: no sense in calling without action option - fence-API: empty history-query-reply is OK without history-tag - scheduler: reword messages when finding anonymous clone instances - scheduler: make inc6 regression test input more sane - tools: simulation should use same history name as live cluster - scheduler: avoid unnecessary probe loop for anonymous clones - scheduler: improve efficiency of checking for clone instance on node - scheduler: never probe more than a single instance for anonymous clones - crm_mon: default to showing pending fence actions - tools: already latest schema is not failure for cibadmin --upgrade - pacemaker-based: inform originator of CIB upgrade failure - controller: set exit-reason when faking failure - crm_mon: default to showing fence-failures - fence-history: automatically sync history - crm_mon: use new fence-history notifications - fence-history: add cleanup & sync & history-notify - RPM: don't package servicelog-related binaries - agents: remove references to corosync plugin daemons from controld meta-data - controller: log variables *after* setting them - cts-scheduler: add test for forced anonymous clone - scheduler: clear globally-unique correctly when forcing anonymous - scheduler: respect lower clone-max for forced anonymous clones - scheduler: reword force-anonymous message - scheduler: only some agent standards support unique clones - controld: No update by already confirmed events. - Present exec_time in event environment- Update to version 2.0.0+20180726.3d81c89b8: - Shutdown corosync after a fatal error - tools: ipmiservicelogd FTBFS on ppc64le - tools: notifyServicelogEvent FTBFS on ppc64le - tools: detect CIB directory correctly - tools: avoid memory leak when crm_resource checks resource - controller: avoid any chance of use-of-NULL when doing LRM op - resources: controld doesn't need to check for corosync 1 plugin - resources: use correct variable name in Stateful - cts-scheduler: restore ability to pass arguments to single test run - resources: use ocf_is_true in SysInfo - spec: drop superfluous dependency of -libs-devel on -cts - tools: update URL in crm_simulate help - crm_mon: rhbz#1461964 - add fence history features (bsc#968055)- Update to version 2.0.0+20180706.8cf3fe749 (Pacemaker-2.0.0): - tools: Multiple -V increase debug level (#1526) - scheduler: clarify multiple-anonymous-instances message - scheduler: avoid use-after-free when on-fail=block - controller: add node name to meta-data call environment - controller: filter certain synthesized failures from CIB - controller: filter certain action timeouts from CIB - controller: don't record pending notifies in CIB - executor: cancel recurring monitors if fence device registration is lost - controller: avoid memory leak if start-up fails - XML: schemas.c: fix possible memleak + less magic with numeric constants - tools: stonith_admin -h/-H options are queries - libstonithd: avoid memory leak when getting meta-data - XML: resources-3.1.rng: relaxed schema after tight upgrade enforcement - XML: schemas.c: take severities of XSLT messages into account properly - XML: assets/upgrade-2.10-htmldiff.xsl: express message severity visually - XML: upgrade-2.10{,-leave}.rng: distinguish message severity - XML: upgrade-2.10-roundtrip.xsl et al.: new tests incl. browser view - XML: upgrade-2.10.xsl: simplify thanks to diehard assumptions wrt. input - XML: upgrade-2.10-leave.xsl: post-upgrade output restoring stylesheet - XML: upgrade-2.10-enter.xsl: pre-upgrade input normalizing stylesheet - XML: schemas.c: implement & employ full round-trip apply_upgrade - XML: schemas.c: switch to using add_schema_by_version - XML: schemas.c: prepare the ground for unfold-transform-refold logic - XML: schemas.c: crm_schema_init: simplify for/break, call add_schema 1x - XML: schemas.c: shortcut upgrade transformation when not needed - st_client, stonith_admin: cleanup memory of stonith-history - XML: cib_ops.c: make use of cib_verbose flag for RNG/XSLT handling - XML: xml_internal.h: accept changing priority over particular chunks - CIB: no schema violating oversimplified patching with @id-ref - schemas.c: cleanup XSLT extension modules' data and whatnot - spec: move crm_node to -cli package - attrd: support removing node by ID - tools: query controller for crm_node -n - controller: add CRM_OP_NODE_INFO operation - xml.c: fix cleaning of own vs. XSLT's XML node's _private load - xml.c: properly "staticize" or drop eligible functions - scheduler: print to stdout when appropriate - tools: treat INFINITY correctly in crm_failcount - libcrmservice: support mount, path, and timer systemd unit types - libcrmcluster: avoid use-of-NULL when searching for remote node (bsc#1128772) - spec: add procps-ng & psmisc dependencies as suitable - libcrmcommon: lower maximum IPC flush delay to 1.5 seconds - CTS: fix python3 usage - libstonithd: show error if agent not found for meta-data call - fencing: add stonith_admin --validate option - libstonithd: add client API for device validation - based_callbacks.c: restore -Werror buildability, avoid truncation - tools: handle stonith_admin exit codes better - tools: stonith_admin should print error if stonithd connection fails - tools: improve stonith meta-data error messages- Update to version 1.1.18+20180531.63ff11d35: - scheduler: ensure orphaned recurring monitors have interval set - scheduler: improve action creation messages - XML: regression.sh + upgrade-2.10.xsl + test-2: browser-based test drive - XML: upgrade-2.10.xsl: use namespacing and/or modes for easier mash-ups - XML: regression.sh + upgrade-detail.xsl: fix minor cosmetic issues - scheduler: "requires" shouldn't apply to guest node fencing - libpe_status: handle "requires" properly for anonymous clones - scheduler: avoid unnecessary delay of start actions - scheduler: order implicit actions more strictly - all: prefer appropriate node when multiply active - libpe_status: find active instances properly according to requires - libpe_status: handle pending migrations correctly - tools: correctly check crm_resource --move for master role - scheduler: update wiki URL in log message - libcrmcommon: use proper IPC buffer size when reading - CIB manager: improve notification failure messages - liblrmd: improve TLS key reading - XML: upgrade-2.10.xsl: rsc op instance_attrs [2/2]: remaining meta attrs - XML: upgrade-2.10.xsl: rsc op instance_attrs [1/2]: meta-like requires - XML: upgrade-2.10.xsl: resource meta_attributes: in-situ exchange - XML: upgrade-2.10.xsl: simplify "should diagnostics be emitted" decision - XML: upgrade-2.10.xsl: related commits in "./regression.sh -X" output - XML: regression.sh + upgrade-2.10.xsl: remove commented out leftovers - XML: resources-3.0.rng: omit "isolation*" resource meta_attributes - XML: upgrade-2.10.xsl: normalize indentation of new rsc meta attributes - executor: give more detail when TLS handshake fails - fenced: be more paranoid about freeing memory - cts: use python2/3-compatible comparison- Update to version 1.1.18+20180517.adf4d77b8: - spec: unify quoting in {pre,post}* scriptlets' action soliciting - spec: add a simple retention of pre-existing log move targets - libcrmcommon,libcrmcluster,liblrmd: recognize daemons under new names - XML: upgrade-2.10.xsl: resource meta_attributes: tweak diagnostic msg - XML: upgrade-2.10.xsl: re-apply on scheduler CTS test cases - XML: upgrade-2.10.xsl: resource meta_attributes: validity conformance- Update to version 1.1.18+20180511.acd8ff5a7: - execd: avoid memory leak when testing remote key - cts-scheduler: avoid unsupported usage of requires - controld: avoid memory leak when synthesizing failure - XML: upgrade-2.10.xsl: resource meta_attributes: isolation* items - XML: upgrade-2.10.xsl: make diagnostics more direct wrt. context - XML: upgrade-2.10.xsl: remaining "marking" space with op meta_attributes - XML: upgrade-2.10.xsl: simplify 2/2: HelperIdentity, no INNER-RECURSION - XML: upgrade-2.10.xsl: simplify 1/2: resource instance_attributes - XML: regression.sh: avoid doubts when tests expected at stdin with '-' - XML: regression.sh: modularize "XSLT processor", allow substitutes - tools: improve error messages from crm_resource --move - tools: use output redirection correctly in crm_standby - tools: handle multiple values properly in crm_attribute - tools: bash portability issue in crm_failcount - libcrmservice: don't consider a cancelled recurring operation as failed - tools: cibsecret checks pacemaker-controld instead of crmd - tools: cibsecret --help/--version doesn't require cluster to be running (bsc#1102915) - spec: package cts-exec-helper with main package instead of -cli - spec: move old logs after upgrade - scheduler: improve failed op message - libcrmservice: find absolute paths when used with "service:" - libcrmservice: separate LSB-specific code into own source files - execd: handle systemd actions correctly when used with "service:"- Update to version 1.1.18+20180504.70fe3d6e9: - all: take advantage of new libqb features - contoller,scheduler: guard hash table deletes - controller: don't abort after delay if we're no longer DC - libcrmcommon,pacemakerd: kernel task name is at most 15 characters - cts: install dummy systemd daemon via helper script - cts: externalize log watcher script - Maint: make systemctl react to pacemaker-remote as with underscored one - make some old daemon references traceable with "man -K OLDNAME" - io.c: restore -Werror buildability, put conversion specifier last- Update to version 1.1.18+20180430.c0d7ba798: - libcrmcommon: avoid memory leak on failed IPC send - daemons: add configure option to create links at old daemon names - controld: rename "crmd-*" cluster options - all: change log file message format - daemons: improve connection loss messages - libcrmcommon: improve connection loss message - pacemaker_remote: correct documentation URL in systemd unit file - libcrmcommon: check file/directory writability better - spec: no more buildroot XML to modify - cib: rename cib daemon to pacemaker-based - cts-stonithd: rename cts-stonithd to cts-fencing - fenced: rename stonith-test to cts-fence-helper - fencing: rename stonithd to pacemaker-fenced - rename cts-pengine to cts-scheduler - pengine: rename pengine daemon to pacemaker-schedulerd - crmd: rename crmd daemon to pacemaker-controld - pacemaker-execd: rename pacemaker_remoted to pacemaker-remoted - rename cts-lrmd to cts-exec - pacemaker-execd: rename lrmd_test to cts-exec-helper - lrmd: rename lrmd daemon to pacemaker-execd - attrd: rename attrd daemon to pacemaker-attrd- 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/shcloud101 1556926222  !"#$%&'()*+,-./0123456789:;<=@CDMNQRSTUVWXYZ[\]^_`chijknopwxyz{|}~    2.0.1+20190417.13d370ca9-lp151.1.12.0.1+20190417.13d370ca9-lp151.1.12.0.1+20190417.13d370ca9-lp151.1.1 pacemakerpacemakerocfresource.dpacemakerClusterMonDummyHealthCPUHealthIOWaitHealthSMARTNodeUtilizationStatefulSysInfoSystemHealthattributeifspeedpingpingdcrm_mon.serviceattrd_updatercibadmincrm_attributecrm_diffcrm_errorcrm_failcountcrm_mastercrm_moncrm_nodecrm_reportcrm_report.pacemakercrm_resourcecrm_rulecrm_shadowcrm_simulatecrm_standbycrm_ticketcrm_verifycrmadminiso8601rccrm_monstonith_adminpacemaker-cliCOPYINGChangeLogsysconfig.crm_monsysconfig.pacemakerocf_pacemaker_ClusterMon.7.gzocf_pacemaker_Dummy.7.gzocf_pacemaker_HealthCPU.7.gzocf_pacemaker_HealthIOWait.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_node.8.gzcrm_report.8.gzcrm_resource.8.gzcrm_rule.8.gzcrm_shadow.8.gzcrm_simulate.8.gzcrm_standby.8.gzcrm_ticket.8.gzcrm_verify.8.gzcrmadmin.8.gziso8601.8.gzstonith_admin.8.gzpacemakeracls-1.2.rngacls-2.0.rngalerts-2.10.rngalerts-2.5.rngalerts-2.9.rngcib-1.0.rngcib-1.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-3.1.rngpacemaker-3.2.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.rngresources-3.1.rngresources-3.2.rngrule-2.9.rngrule.rngscore.rngstatus-1.0.rngtags-1.3.rngupgrade-1.3.xslupgrade-2.10-enter.xslupgrade-2.10-leave.xslupgrade-2.10.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/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:Leap:15.1/standard/75d1dd3bb50b9835cf7a57ac47f066a8-pacemakercpioxz5x86_64-suse-linux  ASCII textdirectoryBourne-Again shell script, ISO-8859 text executablePOSIX shell script, ISO-8859 text executablePOSIX shell script, ASCII text executableBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=37cac7ad9cc203ad6b5bcf93c62e47eff6cc8c50, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=a81a80cb246d2f645e8dd7c71ddabef26b800954, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=008d174d9c647caae3e004654cf0710f25e31115, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=55417c4caa104f45fa7650209c3b3625d1fe5aae, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=d1091ab9b0b93266047151c9b8c6895f21a065c5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=5eab71d502ae63b7f0784d1c2b4e353dab80ba50, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=c4c5df81f76c22403b2e84bd69eac8f2d133899b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=46f62e14f649a28dce539fe2fbc384a2aeb297da, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=2edfc8d324ecdce24a0b0f089ff837c4448b9281, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=ba149793d15d37fd8f43c5282b092ae2c1a5e952, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=652bb0defd8a8990a3d69de2989d0b63fc872781, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=73917ce352f687db61b1e0c87b2c595bda123a54, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=622fc141b81f1f72ef3f177fbf42d5a3ed2ea9ee, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=ad4e5130ca6b8932a1da10a9e925c2151744c65a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=5eadb98861658a75308b506f17dc5469cc89da85, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=7b98fa40d6e6e7cedc47d701c3446f3af151e6de, 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 textAlgol 68 source, ASCII text %*+,=EFGU]blmw  RRRRRRRRRRRRR R RRRR R R RRRRR R RR RRRR R R RRRR R R RRRRRRRR R R R RRRR RRRRRRR R R R RRRRRRR R R RRRRRRR RRRRR R R RRRRRR R R RRR R R RRR RRRRRR R R RRR RRRRR R RRR RRRR R R R RRRRR R RRRR R R RRRRR|'>utf-868a865ddc541993874c5e651eb5ab25213b86d3f7cb8083b178e9110522213c5?7zXZ !t/] crv(vX0~qo)2GA&nd)."Ct/&8v+$^]%XFAqЁr3t_`E(XoD#1-SofK=*ZOt . /P4ތcwiFS,kRju>y2wC}eB&N.jRf|%ß@hx4%|y_x%#n;m.8烆yEZt1X2X;jeH"gO{ RzL EJ~GJȓ#t@*G):[5HB=Z]/C\⺌ݕ:VTݚa`j׈$]a&hc?ʁ\V'}N×F Lm&/pQdɃ( yphل}.X߁7%3TqS'|6jl4TWj<'LQ`@m ٜЗ0{3l'YvaNOs~A䈤=Fg(MҜ4RE-$%Ԡ+2kw,8Ͳ)ɸ1"]V5mS(ΤotE jy/BVsSbqRhM籠]H-o}(d-[TN)U ␲+"`R~/X#Pб-We2)oܨKعj>iz15g#=`X?q1I./ "&F̍)kk^U?bS1KS_13K0iMs1:u /oPpzĎad`C T v *Ŕ7jx5ADmWϑڐ̫RSRiyy.Uox"&(˯}7㋆WAYjRni!8!E" (x ul-JJeb 8@ek)ypPTۑq8Mm2 {J:*cÎ> XtF4?xeGA=$כ11/y;7 GV*9_5<*e(; :tGU'FqpI*$1?%&xu>H7G.\Eo1 ,Bt`_*p؍(emweM||5\ a)paaS'߇ښXģ8@iZV]Q{G*<(Kˀ>X`$c\~9.=Jδ8a4@oΙyxX3ONgxan; _f/lrx5qgT 9܎|#Hx,TKrpU e H_蔕XNI]6^2]79; /$mRPH3ok$m&O\_@TTIN-/^zֱL5> {ÉaP ۝ [s*j?6Xr{'JsSsGԁN 5w|ؔ!,IO[.zv'*{VLPz3zHha!?v5EH<ΰx8vO2cyAnIa,mB |yʏjl; Jnnj?1Iɤ 0dC?ܰ"L90K=M멶}8z-+o'SxˆqROȘLpۅ,SR!w/QEψIss {`$=[mswnCb[BM?k[r6Ƈ6:mU$/ֺBK@kreV?`$/( rcZV t)_׽-9eqgHW29SIku`gNL*[ !iK@q l.s<)zX?+ZŎ{gIyWxLm8RE9waJH"~iHQUv@q0;3;n' "F f,[R߆g*jc|6XPRZu+tI!-J$ 94WBx&S7wJ!b#dsS2 H5 xjɠN_SCeǕ[^i V\%0%Q?XIqo7Kdo|dM yWMٝ]G դu(gGL4=> +oUz.qrV'~<*`c @?3}⮬4`3Lb؜S[kk"/aLOA)!q/''v}ttSragKi] m6ۻ Hz)y.ks+)}%6ZC(kwq*1YÛke⣮Q"i f;lBކm\E KoqWGsy)Jk*^hkB6+ D`Zź(z!9sVxG GԌF35rH(7ǡf|CZYd_=D*$Xӊ"4W?Lp[{<d\lXҶ]7Wqߠ.+mY.|I E ~M]0?;cW lvIt,xe!jOoi6P_1S\/'fDXm-?ۉ2EVOdy\W=0k`Y-kRoJtugJKdf^{JN6D2=[.}積Jg#y&o1QStk υh{'G[50T_*K1ROH^ۛ <ƶN@3Ƚ OG:( i@JX@^QJܜS0hS; H2&s!+ja0ʲKA^˴drJuD}n*zB>aI}v\}4sLprA[%ޛ_BUK{eK\;l:J7\<@uBx#g3eeX^艺-z7''}ӵY5蟶zm2NɆwJ UV'2XSDv5W}’k@){9d9eK^MBR Y0D `gig.K tC4^ۓ|=ʀQUuLp6G "pA݌M"6k<&{/r5I|N*VP";u/E9.à.1*fH[2 ZTzgs1 re AA4~4[WH8n0*|69-;h4๓ \")ԽڝJg>J3 :aP2? hur&a4|׫ʺ8QXeN߭üڧQ:z!N T ~@qޠ22=gTGͫ}1v=xݐmy}zhPL\*谹7@bB )'ZfF,&Wx˕F!R蚏p OS\Η|RiJzJ .Ԅ^eC{LGd, TaIW#>Jxɐ%d ܇Q z zc&O+x}`石juD FOya NN0 cB\ *'xܙe d-SS<|1c;kͼUVЯ'My7 EKQklmL{xBO! >14"f`JzӍOSzh7S{yo`NJT8M4BN@֛_jw91΅G#V-FFf%W#;+`F; "Buy;܄-D WWyF:;=MVhX](;F֐zw0K {h! )0Qn!aq]1e0bPyUg Ϸ$PHKeeݰ9Cܖ~#|g`hdC؄t=A 4mc?H6:QI6;a+X]n~C3Lzv_Ln4b*c[B1-2==EF}'i~ghL)A2gЈ¡VkxA.NggC;w_x)Z1Ƒ!L4*{iA(WPlkq̤ <s%qL9MdϬRLeTA 8JFrPj[46Z=CS dU5] N"8y̆c$ 䨦!U @\y$&l-عf z\_.K҈Q_﨩'a~k cM@~e [1.iչ`:.I2#I!hyB뻈6Ba̜ G~)cw *σ];ʖ(1d{<\yQ+ͱp[-p6s9zp RMmQǠ HW!"<,1c8s~#s}fy;OʴA[nOWO!y94KT1o;!m9R}!6~BbFl#Kk۰tڐ/78蠱j!X`;*'omL86,l*?v :Wʃ8_)1z', "%y x鿍[QəE3N,I:EP@W# pJ}!ᖍ\iI<مG4+ Bm|oi9%y>!vé2fC2R9쒘lNXzڏloRE03<#7iWSSCv[G瘴Kp~J\¥om|JahRLD|1NkB8#NMTa5 ]QW'FqE*yϔ[&Ĺle3ucSgõɜryYc#T\[Oӭ]/;!ubaߐ](? S?("ā,gwQHz4>.KYu M{% q8|76Vj}qs`LLtulT1_!ٺm|nOܮ 郸)+ĕ |dTWuUC°Ը r̓ g^"']8m@H|AUXNK2X?&GF\V '`^[_8}іdphcoR];hp*6 @zOt147xFRWz-RY 0ygvuپZb2# XkqTK3iv`c  M881`py;Q [KU>;-6NA'tL<SMI;)t˲xr0pч'L6aќ߄ Sa(43E\F${u 'c]^ΰL~yqVϯp6&Em7Z`擸^ q|=b(d iv䬢qhC_X02qlPNnjcиѨRecz0dh5&A3M3C0pߗNU5~]R.9 o[}Ij$Y)FEa(ep ȞP*~kþ 7軧QO3Sd9? ;pW,zoUsSiP*=$ fV%DS4%_[A*hySL0b`b^h`rA~s^J\` . g);Tߜ` ' ĉAqEpOiM4jb42bѴןh-4 DF El 23z:dF,vk{lL~P<' uX32/JZܮ N,W--専'&/5 V)u .fU"bߘTsytȡ>Gs[fM+%F_/!@ KVsw]m ^!=0RzF6M̝H'CF@a?uܑ8QVf,]{X"/N ]S@zւm${nv=j%!\Zb7Ɏ=3ڕB([w"yùYs_'s)zs9/#Wd!޶*{[RU=D}6dܾ!Zg_Ycm O>„pV611G"FS`kYA{YUyP3j҈YCGkcH`:_{x/"!DORyĬz"Tݖ7q[jO ǖ7e8G u #3t 旁ovE糦rQa.(dϽa?o+rѵQyQj*2op ~&/̑x{/ta_HSHԯԉ^4XH7Iì$#{vV(5TAҩ%3 C߳~`RpDhsv RΗ :S ֡~y2q:~ou}4],N]icRA[;ޛĵ46rgJ-›|Ŵ(/33j~Ac:ב-;{x`m2 92pRbр!ˈ`uꐢ3 .|sA1tN9n d~hFjs+?iמP3$|4H"\ӄڞY+jqf5lݟU[ E^G4!ȽH֤vIb'y=,7tfp< 3T|H7m3Π[JO|O-C NQi-6sRaZEB$ q~5YƏx23?WZ3^aUˆ=1TKUdzqH%k|@!l]hrNädg<#'\Ԩ]͚nVٲB܅` 6=p:*em2CHE0\4I&4xvHA 6 1C׃?/XT2`@6S2~f?\ԯu͑okW>qo5j^ avNNkv^zLRA|e4M2K-7 ;Sϖ(Ook^ZA}EOG산؎Ѳi.lָZvڕSש%%iRֆhcȷj=D'C*X@ԓE?\vf!gEoDs'ňQ-Cu-g*'RgvPw}P]NMT†ЎE+|f5_Q)'gg; 72CIȵl8)E\6jsH/dAumk~\X(.0RZM=1D2)}țTdf3?ɻPgnf|h1%Y[͒[A}.]B( <p"Z7!ŽSj6bCRWKbrEC\ =C(qlK1 G)(C^d_uAWṺVJ.s5Jků\,He-I- Wt7*IJ2R Mh[mE* I 5y#|cd;c/h4%hhB/iO{2(@DGzŒqT4޷3\Ӥyւo4_]R]1"q j$ңyo4Ojld>{styA܎{JtKqrtDNn?dpuz AY& |^@j{2 }Ud$n]p6q_*ִ_jx@FVZaͦ#Da:s9GyݪQ"my|1rJzPm24AӾ&A)⊮s4k:)l}2Nc,g}6c`ĕlffϭ {dqo){߿9SM]a+ro2ٝ RlcE=J\ Kp"KP ]ad}P*F/W3u3x{o6ik&XV9v6']ܵdK6r@S+CF/,jdΙUHӛK=$w~a+1X"8uڵ68<"0agz.tD 72 Ep*.L:(-1/>߯o(ٺd'#z]$,]r(i؞ڨ<"9K]׼3wƱxn('>X-#mtfɰEH\Kf0H=YԝySz2ueiGZ1-5&&Jsr+7gm"v~I'{ K4h/$abF>N8Ϯ6OZ[rxmZk a!1YVcYdX!L&F-^/H;Vj5't(.Ux><^qB9qGݰD ^OHyhD"w0Sj;ASeXs^q#Y$ PxL%E?_ 7E[ n%țZlA􍮧R}] &ӏ}E05YFU4<8OٽSwYF bo0ƒrsYXSʥ2t \qx$|Iԓ~u7f!^'ȨQTvbTj*wqaӼ&wiџ0$EN5| cri{ %D4%lJ㲄]r ez&A!jfA`_w({y{;aAX|||"}Ա7?"֖w*+V #I<{/mY~`5#:n #eb~nb0I14 KX%dD<}d/XOMkVŤtŤgUDFhFЦэ´ա9x c]\?= q0rq{Qt5198bu/G=ΠXn-tVULY~w,VDq ( \#d4MmzAMX2ӌXc>I B:%V?{lG66[f͓LTZZBc(O&xGΔU,wLTQz gr>D!XFeWC cT*C 5UB=gbzw:n&nZˌ/݃Z/SJC $1S1<ܗK-.޺R$-r x vBg3==b$MN\qv,NYCuJ@SDBdX:)?3[0*ѡ73d5ʼnz"MqpcwDց-N6[tSO`pqDsOӿ9~ v>J\7  BZtN#fJ6^oni-KJnbű5F ]K?~ 8vl'v&|~{AK_+×mꂟ&/=JyҮs%ssUzAv/_D0pOK"cyycm^TVq' ׭|e"KG~pT`Ӻ >iG~{]hb|C02aKM݅D' @t,W=-ZԦژ%W=%p6s5bFJG8X0J#$0.[Є K`.{f`c HPNDh=q 0~tf50R!l4rtgzQsH2ɝ"yV Myݧf@(nt>S*qiKS0j1јJKb:U88^sNv)O$+->iyGﶸQ .D2P9,06aĥ$BH/D/պxu 90frO]m)Mڝ4Jhsu"mXÐhs[[ѹz\g/wPW, gU}gly"rN  5"LG7X?m -n­T-YLIƅ̑jZ @{]@+ yj;XS-+ r&kWeِ lo6Ye?cǔ>m%%57ElrK9V(~"2~MSb1}t85K/@dN9gR`fb,̝=.nZ"kt:7-$E~>')J*0V 2y7 &jE51s;5#oHҕgGZDG+ұo|>N<('܏]>b2:. R=~ڦ H B|UP'K d;;Jv/#+Eu{$2-&R]b/1XDP"J/)N'umxblk`tl)ҡ^4.`%[:ƬJ-/Yћ\fh+kFU 1`׀7QS`eb^\v:낵uq}3Y N4 a.k\;GPO%vO5( 6ݪŎ9ȢefGF.xMA缛 -ٚpsGX]@u5ѫ>[.Jx Gto-$ ]d8/}w JQ}n%R}joߗ)]ך%ej)z* {eӪYk(A%U3 M @!_jX=0bfm}]:uEb5Hd+#Nː1E/* ьN((T]Y$s[^Y+!0X?,Q%d'{d؋s:i)q0'Uy4uζ!la1r[;w It2,$C]hMI,nηfت@1!W`ʥC$@ACWl: 3u%^ '*rrL2]Ds2RǞ-:a# ӝV4qqI(i Zvkw 3gH9(Ҋ+( 6}n6 zT@S˼U;  ˒{0׎"z vRz:QP:+7mW ՠ>Baj_.ryI`cTsH |Y~Lky!qtlbM|i!rط[z=.5|P:) H6T&P4ۦO1\7h*r1rr/q*[DtmJ&& a VޭpCWg @b.a:UKqע4\ZP; $-_[T͆_6d'^%t'湕HP%'Xm4U5V*r-+(1*w0s;OG`<\8>а N ۳BXP[|V89YKY],m}W"&HGshE;׼El3S 1Wz[~o d5+!/VkJ:M,峤K,j{[1ǘ#1g"<x8Ч)9!.I_Jw@#x7žH=z x,rSªi,&:-6׺mP)%X Eװ9I_b^ IUnqّ#` (ons0 B>â|JD{`Qi?\o1Fh}Zc- b*F1"?uRBi'! hCrKR] -Pn/x=μct~)~.)eP;+v:9x9$&>V\ʅM”s!pi_tQƻvRBf ?5c$K*UM|t'96 Ļc{9NlB A[|pBYa3eRdʸo*sȇfe9a7=dlfCtC Dd_wxA* SMW7#FWvp>89P\K7qsMP&4v_9jK!_q&~3+1q 6a;NEcB<ȃqd1Z5[0aaOᮨ+j 3#-V|9ry~P±:eůܱxߵe*ØS!7= +i:c fR  JpW/lF|=2PZ#7f ]~@?0[#Aw}檽 ocJ- 9ncu,N^\R&E'J 6,Jo"M.&oh &6EQ.ATb$t0`F#Z|a9uH?{2eM C⽩ 1ؽ/Sh s ~zCHڳXr0!w\^UZ!ToN9?` aXj|SK:?E=.|;Nq LR 4w+~RZsr{d&Fh1Ju_x&X*]b 6_r}ʴ )D;hRgoiQrq{Wahzŋ zE]H׾Ni S Az{wӽ\U:8Pcxu#ɢ`̛X8$N yLÏ,Hfۯe J6ID,0qځj^*1S 10gנA 0"h攳 6R}HT1)A#%-[ #jiOO׭5\~acr Zb3Jp uI $!lƌKʕ$>y[)>nyre1jV9d13YXuTG ,#]@/HnsF6ү,6h?&O⚷\ \I$d.7y uTJ =LBxQIUg p " K \n]=%~L1khP|o tyNeO+wsi/A^y_%IsE 4@u>{Ww(iDu'xq u>-I{j FA$zꓔݥT*Nag{c~O!ށk"h1 nU68+Kuz]|P\&$ҙԐ1F?Xu!ߎd~I†m^ ǽ~.0 (❺t%ͩv"P e .h ]ē]Z1HԐ ̫U<k9 p֊  s!Cd}uꈃisaq4䲙cofc4i67tK5JĄmDziE:f"n~~zŮV7/-a}vFBN8~Ran@O4Ʌ?b]q1[k.*aabE jcaRCi.}43dQ-$ـ@Mɸ[5Gg'쿣uE[7R6 iS(7 o>ر|'}()ۘ Iٞ=6 0H/'^GWdiQux: &垨Dݥxy"gbݼT_.dDo4]H%g 0*lOiIZrD&Nbt4tufZWցS(~w%/_c83bf+j7m,h8F@W}ꅁ \ Uf$# UDN c+v.10WC+iU:9jT06 6%)# RtO})ÓBpϗ>U Rǯ6IQ4A%d|޷7މ7j޷T+r+{VZﺅ,8+4E\V_+r] +XY޶{Cf=q՗Ql7!Op'fd"Ysqb{芦bc lwBj ўR;g)IlQ=jZA A̞_-@PH횐L>/ɏ/GE 55xΘI5 (4G!CbIJoW$}\paQв5,mL5*d!h$Owd5@AO] DhS"ڊNF,Nz6uؚ)r ? N]zڸ %K.bWk4'c8pjHܙjnj`0bB |3T4t,D^`uISHSr03v_M{I47Dl({yC-oyC-jC)z!OG-JΨW޲X^%ٟ=KVce5L`e9gHᑐ bP> E_bD:b lJqC/¦4w6#+?h7/`Qe$XhKPp{d{W!p,c,*G|A^o[/׻Dp ߠMd1rB-ʾ܏œKY/- 8<#e^wZ8S'Orb#U9'H%}ɗM(~ PZ#" i;3W!FVRJLbqoQu>&="4<[O;n~֓Q-SgeX0coםijzG|O AP~V,νR$ h"v9dv]}Q&ceE\̳/)iuG⽡|#;WQLRqJ ZF39凵#GgǶ&I$gY?S2.|/6 SMtG2}S. Oш{QjԠ7چw"z! 0o:8t$Jtp?QmisR݌rD t 4.wKZu،њaj5$x l΋E W3W#nEoyK+vI8'j[к wgb۱| XۑQIDpS'-T,$6ҀZ_mz7i*2o, n3y+>LS/CcB\$&i|/'CׄV- ۫ ?ʱ5k5VB|dqQV ߆*`G+#36\ؿr[%KfFMU$*a&6usl\_߭wAۯp0~А0+uWeaD}jŝZ%dkBZe6Q[ IXQ(J{Z);$F&A dʟ r[2,ou@1ʼn싦_\ۓEUxqcfbVg:nH_S(-[)Xr=Gy^/mF~b?cs)IlrR 811%~yxz2ܣ"Cv dnw>x'mv~;OM+5Rs1-h=i;s±L*5`76H K=yzs )W˘w*@%- W$ m ^|vuHXӝOi'u56Uޙ)b1cԧjQ"7+Q*gjs.vLoR_þ%CbfYJ\'Ã@BmT<4[Ĥ񐣏4ݣ X7VdBPfJp*-Kʼn%}Ks"̓ǷJnr1"vN3hڮ$G&"9er"r{y|heC#o#giuiBn7gу=VZDN+ 0U2{%,{|+ZIvh;GW08qTԲW=y[Jٜ)WJ (fejj 2 WWyUorzHwEA{/l&z6>n-#L?koR+s҅龂c@/Q@ca~:2P M9"Uя3!Hp) Ink){ +cq,G/N[j_<"w='E+~*H5rwWT&?DII$41 >3R>dv0;b_R$lXpcsbڦ9iJ^TחBrvNi{yJ4V)6OIgDMQƅ|vt)!]jЩZƂur1 yYMRJ BSPEᱺԁ|E&nwA9FolŨ}W(0-e>;k+4["&OvH`Y]4\LX#[PTcf"H0O\B1pFu#dBÿgǖyM$䙈(6EW'zbTM[fhlOЛC:w} ['"B{1R*8_f 9RPA@r?ձ`<2_!Lr|3gDHdYrP?/ 7*J3 %1p;!A4HJYXH\بaIf9PVuaR Îtx7\Bb",x%{梶g=4(R;yhfrtŮu.{1@0uE=J :\rì]8`-y[Z؞S /H,Pt*U KfE*~S?2S'\/jj5]JXQ] .!jb;`Y)gx9&w~YTqz$;4Eix T}97GnTO Zq#xap2RP2~_0IoVب/Nj 7J>WjeH1~E#@5  *bcɲW>m: ̇1\)s7+t)^:p\#+dlIgh86 \Wƌ9:(n :u2f٨vVsXOgӵ[_^$l~%B+;͚>0jmpN{'e)]keVVI!]#>1;J #=o>bQ+M~'d' 瑣dvOv")&\D6fs[!š^(nQ{͹1`N)֞|ɹYvak:: cANJ@)ybT?3tTG3/<蠣j;L?@i U{ƭdw{A//ڈȣ>l l3NHl&~+:*oXm?w74##sp;A2t?}Tf2O ؁"3 [3l q@2>){@VRY(ަRn(ZxҭZd Z~2] Ƹw kcPShh3*=*#)\F{nOԅׄ6~l!xbN R&a.cngȏ;|go+xɅ:w?ҎCw先un#w}? gG=7ӑF>PT9^Rol3&Dj[li&."fl ` )iky|rp^`KZ~HU۠ k}!pX`vE|?(?}Er(ؓ @CT|MƗB?`1ms랔MN9Z* pʼmƈhō goP?nh Z ơz-:YwT>I;/gE(0J%33ݿkrorŮ>^Iuq87^ʁVQxKD#ƿՉ Pz4Odo*yj Net{4Q~NSkEQkmfުQw:~NLj ^Vc kLL*ô&J(*ITR; n<6YWH@"^xryi91i֪ې~5V`$D˫u>+4l."41͕0-怿?"GLfCGmKX&m{=~Q@RJÕ| A75wvqj6i$&rˣwC5DZz5L:@*d]m 화5]N56bq}+ ;.>R!o0Mp%sԨ_.{,z4.隺l!;NL;2 <[TPAS-1jQ4J&H$uwMҤҚK CZ.ouKjä #>2ɩ4Z- ؿZe ރRX f.k  -]Cymߟ0p3y$[^a+U> cA{3Ϯsg}]Al/*)8$-PiHQzZv_bU${|G6#nYaղ.%۹Y9Q$p>~`o$"K]q^;x%׽}wNbtTo`x ofʘM.)x &R+!oYviMq`1>(!;XLJXAf]=(lJݲT"Ĵ1I~FqƦ,gCދ%d54,7|j2MU3x/ΆݍՂU#Z-NUE,PikhM ԴЌp4[|XCB9zWnaѯHhMcŭՋ-H8yq(Wx. K5p%h5_F; ;af_g0Z=)Plߎ@ )Vځ;[.| ]#|žOP,$[nǤpFEt4…ӎ~`C0(0XjŪc0\=0eS21Dz5](6АꄗjI٪zX?vqZ/,1J=ݣ0_5y$]<';vtBzwy ̗+DR:МtGzE'1WȄ/5yj* & ҠA'?_d8 q~U{xq7e !SnF0-b]&9(tc\5&'V5lJLFf_3Y dk1?t!%e ]scpfDŽYƑ':,䌀v3 \Y#s P=H﮹ŤK`*VM@сa^7]6s$kx,Rhs5!G5c#"DYT~+УRxFe E/Q.H]tьp"3>.D:t*&Fl_SuжV pvOʞ; m䓘YHIzxy04#iO<&ûvS`6YT|ԏC?i%)E KcZqeK SʰkrW#_ݜ5O,vq#o i?؄$| cI#OL"I"W$b0@F?.7xk*4vc'0&D)E_Ym(@Obli?)WFhoHBo^=7.MC<ĩq`!e7vt5"`+ G'[Yru^ NuU&5v2hT.CbRID>c<`@g/_3Rpʽx!bdt'q4?)3L -qſa*l2NXTk =zg8shGPN=N7טp?n2D79f~ U6IMwU;D+kGCeWr] m!p'>_$en4kܤ'bzV1DNոB=a6E&;N[ªN t6%/ڇ-ϙoopFwD>3'nRg WzԞ&hcy@TB3<;%s K1n1nyMǺX)Hl;}{϶]tp6z,Y߬x;wdw)ErݏAVG)Ћg Og{ Ɋ-˲ItnF)*(xA#U~H/Mo³т@xtw!,8F>Q[a GyC?Z~hn]P4 겑Yï}6ew0ieJDX2"Lgz:YG}}%CX8B#}XT{m|Y=- <|;77x@4 FJ#0"ck> 7#1Uٵ6p8dsduNף;ζI͘OdtYL[?&J_RS:lhu267&3F suWh@o9j{*:ȃoLS K+}%@myj#cOҜ0Ѫr9.l&YH=ijkduZ=XS\Jh!os!e_伭,3S/tL5CFB@E8;/}gM6|(3$j4&ʮW\440ƯS^$$݇~<I)*-,?ƥHctWF[J-YLI 쐸Tמ o5ݺ-bæCB岛c"zISїsid#/Ю!ļ?KUP&L9K!qD@L"5WW:ZjaE࣊c k>2mwǑE}\4ړ?Y(5IDaq:{qZZ|t+Z1S`R+R簮WnH`BWS+%U +ݍh%.d㥞M˪ :Gyd|4E1#ZC+eĥV_1x.-8Gݨ|`f"9[\P,Vņדdm{GLy4hmqJڂ/Bqip/:U/IwjqcEpK Tp_"#N&9$/ko˂'zkVb9Cq'xS8A_<͖A0l1=P%w,5;x84 )Z!,xt}PwǺZiO*Ok붭v uzP=%؊S5}:Hr`EoX2w_rz,(Л#)'Z.0i˃Kegu |+ݷ>(PMO{3}P[8*w. 1=D%KMG!j_vntCXZ\Wdq{/G&Oa}mrԃAdV8V Vu:sdvAIk]|z'`M.Pdq 1h?IR4d '@[,x&K\;٣P_xrNI>SM&8bB4"x<%kV퍟K^ +,Zꁝ8rbAjOE R7b[[&{LEfi(`[bw\6BvvUj B=e-m-(,ɂOFg^Σ %%knVD263XXwW`ZkdШ !y:V2QS5kN7YzlzuKѠV)iPFT 250&=V t2wH1Z{s1^ 6٫{;󰲌|y> HĈ- _jU>eڕ]t'PE|>Ȗ]D1rR+aq^q,g3tCs3H},klT]-2fN!K9 OB@dK׳#_F~>7~z1ىFdM#:Db ,~8I2\㊏s5IXf_uY`(#T.!ښlW;?mj1&>8v~3`[垬Ġ`~Vo9(申Ql]c|hqϹ0& DE0pArv0aw!iS#QU˯RLvePB?DjZfJ2)t荦P^vF^"մ<\d} o:PPHIܿ@0>NJN!R1b@G8)_[ґKOkBP|՚T!_֯m(ro$k9+U /4: 3L Z"V pǮWZ9< 9ySmIrYjw,afSHAx3i@Sp :;ww5'M;:BwV2Gf5j& O>piwLWUPH6C#(уYLzя+fh}rc/ԛ~Tdh{-L.q>:HhCNSwal`}h߭pAEРxw ݟ-/0 dN U1hV'[E y|P43/;k6j~%&c:Ef>K }aS6ξ*s&a?c/0 N_U_!p[xy=@OI{   8$pBdz=BY0J%.0T/p]jD CN(⾿rJ@]mp /+o:zc*oYP2ۈD*O28v}Tt6ti"Rup]5ؖY-pe`8]U= gEnRD1]Bݢv`1,~]?`vdx@>vL^3~tQ(Utv?dn* K:8&]ʥ Z-!z$B:WOYnlѷOUr􃇄o |#D7(X?nن;!"٦Xލ PERyb'߫YZכ@\9_„V 5r;R`xE]RnW⬏2;)ʜ?x(M$V_w9>9ϙ>,ܱ>Iv?aDλxU7ZZ;f1gZ#5CLڎFғ@Rs6IC^eHid~ϴ4db@c&K3_f}[12Kuc] 4jw ¦B\ ?f.XR[{{Yn8ny@֞=QK. G[Qb wpGj5` 6ĕ4`qsm1op4xtzl)S e,㈞ozR^gȗ#݊]î?&4!nMu2b=4uw%9z88b–>&U[GaB^;`4GV^{L=À+(#jdFESUfE^xTƒ5k'کàtBv5W/sbfZ>6t`w}ZAgTb4zmtHU '^(NM*UAª@gA|EʅT<#/e!_}:CGQHl>n ]YC$ jP+o*"mG:񼰹}hd!i(ɞ{̯:sE)/sdjt2|RL6>vcT]-a_s2@ց9Vd7zẋτeTBg,pIE_J*BTV+%}7E'(0$5TUiw8/&;8%ʶ S8^DtQl$clISTzNq3왳RQ7R)* !UOi3 X0>;?gO 6vWIO4ܡ s}Q=rɘoV!Sz஁7QKw>ď8!/Aպ^)’ջd_%OQ] PHG4s#' Q"@y; 嗧J /9:/D'iy4`W;eW]e=3$Cn&uB.vh1DW>GEd]39 S†|$sv܏Q-F - }k鷺(vр§:.PTBˏ{=Ifnf4^A@q"RA7P/FDwuAS0(۲lGRMC7 WÉ8%(71ij=OݬX? \u)2V`hw+<;tIVeNf7 {W.y{}e;\ʏO0, ev(ذҿK `ƐiLnY)!~nrpMp8s`L9'?)(yZ)g)d>DѪӂ uUyyLȍ3'k<77TcWyiVZ}oJ?{,TU2Wf9F9;MprN>CmDGZ7DW0)iZh٬qte#d~".E0(ju<ь/q"}OMTzfO%8Q:XD96ta)oǴ11wU;o jȖcD*x0Q('d|sBqۆ<q0t*K99ʤpiA8E!3,<*]!@sXt7!GJBK)jg`)˕J#e)!GMڢF; lUZδr>y8{fG\s6$KK5wߐչ5 8$ZX)-BLp4&tqG*r$ƗP \0LĐ׊2UP49hyܾ|nJ [{/9St%:(ʬz@XFuS̐}:NW\SNJ &IWs'} L9r2)y䩾g\'SwwK848 NˀI?'9Mm'bl{`e (B\c,q0$T3y֟g Ok.h" ^Ʌd*;1V2$%c6PL oPZDI4{b'{Z'%]t)2p/K--74dÂTUsM{[>SF*!:Y (OQ6p(9_^^+y4吃J%`93WG\B{pd̸0X;xv7]B@-m0bM7@YNkK"PU7ogU"ߣpdq:lv,! itt.h7[;&-KpХg˓b-\^k AOawxX{*$H 2Nu)kBrU4Yh&}k/yi^+HKqqVQ"k318Ois9uNf{S_8RQ~Q Ax_\ʤ^,`g%ͳd-*╤"u ,\]8b|uI/ ﺭ+rʑ 7ϲ:q_wM:| jwu:2d20'[=l"Z|SL]?m׫85QMcC k+OA)q Ѿ +(gd~!QM()BXN3*X4AQ@/ g@<rr,9Q j0>H[\{t h?Y%q})U(/ U ۺ\cFA,=LHұ2 *젠k6k(p_'T]Yb:]S #t5DJumľI,pS"f/\*ҤIB٘*I@d*2|u*BqքZӄh4mr?<^5?~FqB x],AK7#i eȑ=爵x[Mc5)y.a[ht=rCV-A6ɟ?iыS֨/**8 1J}vej5:du{u{ Y ιɱ8hzʬ$\Z(A]#", 1)EJ,~c@->ؙ^NG7B"0Dzy4>UU%%mNkU^ܴU9͟-c2Ynۼb7 ;-zgA4N4Yj泟I(_,%w|p5Zi%锠WYBb'>$v~[;=BișRc2V.l~[} a3z$xc&~$ԾML7gJ* s2-aX+Tlx,PVtT74dsÉӢ:W>]kQ&45$BXf[f#f0>tL\4~1{cЕ̴gmq{HXWӳQEF$Fz &ݼ6^%:->^(GߗrCݠ {?NUo} .;͈5e;{wrMptC3ϜjVq%! WLl{|"2 s{0$-+EU4+D8ȹ+3e~ZU[ڙ|ӼTQF@46'}b&!"qrsj[Îa8xkL23Ju|+ 1o ^2=Ӱkb=΄$/ yr8>=D$1gZu2H}n'|o{y i.& il_Ik>wB-9t<0lW%d2z׫1afqa#vav1h;%X6ٴ|?|ʿȰʵ#]+"z7Bi ODOatMyLa(0X m+[YŒ',~4[)o~㙑v1} ?kci*;Jm^Lv>Pxɭ >ΐdBw#漹i5?F) wT;,Tyk^$35G-:$4ѓAڋIuj#\Iw,2C.uʦsg$WG;,b-K{za返b*n Zsu?Di%{W?-[+;dh)! 8\#`R M8 NgMŏh'mO$οNm7CUB'Z]jBA\ :U5_H$=̐} 0`:RUcKFעY̍1G>R0H~X!GHhkVXy%vM6e`0 O=\w1r M2Kh335u#>1 #Hʐbsɛ.\luPz~VX|$]SW,Ы[T\n68}ID'$ļ=A,좎$ψv=sg#{3*O~{z_l{=mC@4.M-JYW;mj,I9,ŅOZy[aU6Rixu/n`HkL0ճD*PۉW!&ʼD,LEd)ͽXFi0ZpKkhZO!4ʹ(AkeL-_Mׂ1;IlizXϵp0Յԃ0T -at\G0V})^-q ˪bT5z=9uH^rZIH]lWèo`1|%qH}T|LcnC:$K_uw^xخ9-D z.\1$9ݠkd'd[(R_=@yf֒Q G wY_Y.}.7hD#o ka%Fܞ* gP݁KOI1R])3  $\땭vC`py s{ŗ3.Mg(_ -MDI!M`=_hlrpO)QP\ 7A& /ft_pw&2>;Ġ^B!!\;M(6X%JhZXʒHBܒjK0o7K>f U_oYf?r)$qLC%\wpU  ؃ -4eд)AZ7{qa"N}{8y7C 9mc2`\Pڤx8.D^ٽnݐl4FICؔ;="wy0x[=:V%{o YI]^uSt/k \ѧSh)dqڏ iUmkي Tx yWŏ vЪlcr}4F8^`cp߱2Cn;)/c\C<|Bhoö[KVy36%a6}G`Ad2}U,a+aa3Y&F MRJ d4*OQ׺mH{v6$?|zC73TFOkS/JfUGBdܶ2[@9UJZ:K̫{e͖Am{\7:΢yY}CM_X+LL~ՈiZ;rgLeH'jf}L uzƼpM췿3iT:׏{ 7+Bq>JZ\ꏞnː k$F C5%)iATKBbEN*DPFTba©;,ƨ q*9F&0ٯ*L" Z`<C4 9/!.E*-ND y}"ЙɤO(nbH-q c4aZ hsØ&رp7nQ0Wh 4x{ϨUFp/>D]DX\ rpR4oOm^-i/r9K7nlJt 3RRLsn#̵cY$OB$IC):$XS}^gmp{_~A38J:{F8RH)9 !ֳ$us+)' 7çǵU~ #=J!xf/J[ &sR7CXKӓ=`/#bLNXkk4%RjB0&k_5mڹo3u~nTTiTGlL:p3<2Qwܪ2Az!/>k t%r P(^;{ķ7+"f?1 ]k~οO?ʱ;z8Tt7_BInK:[*ֿM~k XzI[!U}Eax)(yBIZx|w)JIW8 gFB,yxչ,Ӑ}gijiOr׹e?|=ة>7)7̙:ۃvM85- —׉ XǍ=,EV|Sdc^U΀,[T@<ҌZU(iW|Rᨣ#XnđkIJl4 e`r$>[}A-/OUG8 DnY{tx伕'v ߬oTUoZ9ES\$K70Ǫf?EJqy:JQޫxEyHBdmZ[Akï=C"zZ'OvxY }SGxjyG+ުGZ"rdzEϷ`, Y Z+<.Yd]; Y,2{˨9)TE쿑n7UW4:yo>~H b1wS n!kjo_O3M+|]He{B V{WW>_$sNf&6XE,nb%h t/F儳$va ݦ~b$RV\grыȻjI3/~h|)Qx=4m G՜oD9FR7tFTiv1˩t1u$1+XPFx4?@扔1iBH}u6}dž#mOI#? q_`8OaRThp,8ј5MwYD0PIpW=)!wzPGγWg:@|R0c!Hh8tRbh%${xcӔG+sKzWUd^- gj/geFKM 8_hou#A i.2% mø~ɐ%Iz|mDM7hsY(wdFSx3*~63"'m **tXU _͛n  jط!"F&014"Zmjk79?gr2l}pzλ)f8CK%nӀDX5$O`<ݞv#ֳ!g>R?͘ !x!.΍ԃr׮# ^rT9]]rNyc忺N&,A;g0vƫKsӋͫH0~jw"'RX1Yl Gp@3 j*bp3jhw=2C@sq$E`@ )*%K?%Z3js@P`klĚZ403 X3GH@br#;JCgW0/ |tgq^O+RNz*MO$K/ "wHXq]kmJ(n4J&uQKzZn?2" ue^6iIhOҽ~bvUv=ux`msr~(~]_ >hMh״rwd- ,s6Ԏ^\t'D@7E,|uCUin쑞bR9YiFi&VEzxT _1^o5YT)&^=Vm$|`Ȏ|mA?_92vfwl&^BI(| U;\eoS|tim Ӳd| &"wLF"0ʒeIvop^G{ ?QrgKB 50*/7i)t$h vzVal\o * ʩ?ÛBD~>{Hw?NSc#hPkC*5aNmڌw8nTB%Vm\B$;aet&YsF0[d`|QA/{VIaXmĎ7$Z\ۼtbkx^:6 F.Ԧ}Dc :I$ߐVz"Tt'`7nvtM3w;aZ~/#ZK|8W6 u㱅(U}M7/:^=qqq_?y4m* lu9Kk GhXw\M&tb.Qm9Í⾓GJd䉪  3?TSv",[#ؒ%Hw}lw:pѡ\^Aѣ.-mcSr +kd1!>) '?-*CdQ"i!jx)s}mƇx)&Ea ґ\I$?R>_ΗK ah7a:V_D|\ˋTt٣:NLjibU-O?{" x@t}+x2F" 6Ud"I\#o1+ wc˶}NޚfG̴un0q$N! nur,mCYH_=5$Րެ5s$%Lj2=g^]ރ7"l0IwXMpkA|̙bTw/l? JOHrxI-J-ζf{hUw?P< &,iRyTDg#1<G ؞LR+$*F GF^q/m>E6*Áz1Fki˓"'*8ڊ;h3\#-䍯lVb3*1g8Ľ6h7F'\ĮR6qG|,R>= +2hNy;iZ.ݑ;KB*@s-\йvy ee`+C?߂Vx&wkȘPe ȃЄ ,7p"ȡ.me/JH46;u;ث^Q5O0E0ԊK"m |7-Vx`w6J0S!s O-c2k*O2FgW0а?!O@R(81(BkJNWfmvsU:La8oۓQ~lmH#E`jT*: $s'(wz,u n!LMp rp)A(p.(samrR#CM߭>Oީ&|%W Ǩmz$CdXykx'B(.w{(dȹ q^`S㪥JѬQVFIn> 1aM QazZ%Pir:8&38 JW@Qt[4Cڐz5P>}X[WmTydbݢAFȔtS2C\p罹qCH+`X۳p3jdR] ZeW߄ G KH{FkݷM4ݲK|4e 昅 Yѹ'b8#H]vwmr^-ߪ4~a^skК3qP]sOVt]ޮR̈́ޢPEق&e2LNfY5[(q]'/HRpa+܁>޵nH+f$Sp&*1wy_꧇t^J6۫}PS{sX>EH2s\L~.\6BdimV]U$֤r#Ti<6t?bn'7[Zзy;X;4J/R”p+Jsrhc>u]p * f!#Mpv˛rzӪkXmd'5zuK )٫ΑoJك)Չ:C̲HԵyIf- m_=Q,וR֫f߲Q-MV6 T^rp׶`I4As 16m;jyxk_s48*x7_Y08c"#9#;Σ +(фi?|Jk;nӤcxG3^PDn-.DUlm[cH+5,Vq`x.&kJ%9˸4mo~[F-Yn\넱){S& b<[P"ȁ V}'VuT>k jŃR0L^T[m1Ὄ3^v]_19-E 8swPIv)N:(:^^p{EU25 0@$uP;J?!y}Ocdt^;l?;Ftzڧ_96ַׄB3]w YPhX$K>.UPH,'m?V?T/8/!tgXahwfw z^l4>8~Boҹ0WGDi//p.5'Ŋu(tJ%HCU mxޱ7~xl>JR=<8gۨSo udPDU M~x*a$<~҅ ~>Q8F!o>{nI f2(z/eO?4t\pHGqG { Gԭ'g5_*l$y ?-`y l *r4NyQffζ-Ne= xXm3fDr}:i>!z!n>]iI,H|U++P'À[D2s#QneU&+fabqWqMuS-j>5An<0|i;tA*/PӺR,MM:Ж4;F>'1WT4QGp8I⓪-Qr ԞFOp?{d1v*uRø pÌ qj ;9,J?KN,z\{20R5XH $+'_:ZAQ^rg"t%Q7WK+\ z z7SEG,Qw9"2 NJ7?uj uVOJf%d|~ 䧨QP?X$Gη/jɷH=q[YRDk>>Tk#$`:`Yz ,}Fg@Ty$'x:*."k{W|[~ڌm 05ޣ*N] Y}5QqЌm1oq֊fY(vϜQ3RVϰawt` m>5COZx|=_ P]{v?1#3^(>r+f0o[Bcؼ.6lP5^ RۗX5Z #\ު« zk;2ph[MF 8yK(}nWhurcKW_<2w=_$`wvG&Q_9'[sZѲ Gɞ㢻׳qUhx ݔd[O /Sr \.l;LjTWFebB}Z.o&abQ(qbra)#A9lmf2ة^Kp ѭK%v/ 4_Sm ;L-=Mb_I9õj?j"p̲a@w &Q:;R SX^;>6 _Fʷ !ٺ翉m't9>:&l:Ks!|7$`c{Ѭ}Xl0]ؚ?mïQ[';'jL=t6GYODpChi> EOk^܏#'݀q]}yM@ب5XԏSd% 0Xb'lx%.l[ޮ OSGA{!PTr۲E\/!`X4D{ ?՛ 5E<=eۃ slQzŶX(px Ȳhġщ ѻ op2.=q| Sx?sZ@yMDGu:1غ/g>6c"Jf?A ?nՆX؝"O-#L1ٖ*]SNSpOaˁ[c#BZua;|4HtfqDܗvgT;)T/i9ӿpj>-N9A/ׂKvYoUe&S@+NW( 9OY̕ކOnP6 JmaW\X 0C?_m!)F{OhKK-M6'UF7MD a ?P;-[NphZ| v=yG;{]ZJTHO)I>&:de5N$ӡgGT0%l8;rCׅe̙OvN^ʦ@Qm^Uƽ츏NUc6M(n;3|9+( >XVHvrC Յ) 0WE'ȋҀ_f;ќ(ВQIR 39!i\zU;#7r4ѽ¤  t YR" t^-U %MidBOQsDX'R9A#A$#qT QģԙA';nz( k쩂FZ |kЧp^~Bx#9|&UnLԴ\D U<it%76qOcޮnzھ.F.;yk{M)ذqۦ'pjQ4@KM,'R{04Z= j?w54lJMxxe\}Ѝ:0} qRm{:8h?}'ŚOZyw%sn.ß3rnnyp{h@>TpyDiC;.&@v&SilY YƨF7emw8#eLKK@ZNmN#7LMV8\`/ޒr g0_"hQnAoU7!Qd*h;3UE& N LHe{K`_%2/}AA2J?P3)/ 7M!~V_gɳ UɨfVV\q$޶mb2ﴕ|tBWgs6 UY:F9W(w*ݛUSz]ٻ.d57n bA"fQA&B4?埈s=w횗6y+iކ[i2ɯ}xv-!B?md) M_?y(٢TMEp 1; +(F{]m|Ѐxx-ܫ c{6w6]'%I? C>] 6anՉpBD(YL_|wIZrQȚn{FBZ"Yt:`"+GQ ܳӲ57VgPZfÍ,'Qh}{PvT1*W~7V+mg+pi)amꗟ9W>r ʼDvt8EoKх䭃$D17 oYZ-v4hŹk}D.+V)~#k>2[?MMۂhyR rV^0}/U"mReׄY\[jv+ݚ=JKpJ`||5S'b@/R#C7ޟEl)Bn1\3agmB`ݫ+MW޸;=jNL܅:@` @M1cMyN%NxB0h<7'#%wCC$0UR7`vF@`$&"6WЬ1mp}jImޠVƾcJOda9mO\~[Y4B+qvTփFİНBCn~}GtR;?re cWDyZn;4&~ WF?:VqnWnAn]޲5β!RxϿ1L^_݅tIF似?\'!oP^uaS˺AwCT6DV-5"DQD]Ba_ؕp >Z~@]YzKdKZ/lBo $?c3! T.,Y㭱;{nkzEX ML4 ߪ۸2Y?,"  c MIW.x,(zѧ>'E0ܫCaSAT:;'nM'MR2Z62Cz5VGU&حrw%n!qP[T G\emRNUsqbWc3 T uYxíJ1kz Z) Cu0}RF|* (C&&/G0̟]=HTX~BDbQ< 5C[4s KeQ' 3Ņ2WbAU8zKxVmyƬʼnbOvhXQ?zf; WSO<ƬlS.jalBD< oE?46ADV+Dcwkh?Jw9|d聊x駋$GE'8?Fj/(%J6 -hWoCQX>pOm䊠n(0|Н%IwI g= 3q&nK+$ׂ@HE+rq݌+ҰLsk9V^$e-n(8Z12tDpϣ,Ujk(u^h};pI@=>r< Kk#F7M9wdC!)^__X5Ar*{W %&#䑌 On{\8J!5Wߠmсumw3tvxH7:T}t|W>s3T\Oا么3Z] 7iߔH{3@kif[Q ڀ\Mh+ O/Q)kxn9=1=\nqť \-FX"vwW? V76BWj eAK*j+G -"lTP(?X@ajk9s=]"`6 }tJb%=9^rd1t?bb8$d4pρ~zQ^G-u}]V&%\ؠ<\NYaňICIwQgBG-T]yX( bE[FF QގgOK~otPf_f" PUBmY=S읫DT!˵^]Zs7+ݩ5 y&h*#R$q:fYMs@Y>0Jm:٣MT&K"Q+Xm1! @܃Y+^HTOʌqoT 1!DˊZce_wM5O&S/93rjIoyD^rw@58E.׷\X\8h󍔡V`&de# gN0r"[ U]DSEеx_HBel&py?%sR;w'dZ(e(Pc)d!!^Z0v^bsp^-?vOI?⪸<`f_bͥF]sޓ&>1_iq|AL9`4(/㕭TF:뽖͌rzQ>۠Rxt. ndlb/5Э/ԎFcƽؒH,:KKB},:]iWRք'8C2Pe `vN['z.QrN'1wIF :pg+{?&Zy?f'K[YuOsDh,_U)^+ĴK@EV[>ߦ%]HM4G@0N7d:[kp早GӋhC)w=sNmJe`_/ x٦@ rSwᆟ otu EM/MT++JEU!РMqaW_-jWNUyJY{&Jb`O)#u"Q۳ހ [(|t4q{l"QuF'eg6_YY5zSXqF~6ȌXY2 *;M$& _?0dzr>\0ٗaQK[;hX6e{B':(t'N,tܧ][%'S_ WFr[*NSzӛ L[_3UMIXi`䵂朧X X3)z藴Ao7IVĕ40ӟy{ڂ _ r7\V@7k>!d1 Im`/.ܟo\ |}mߞ7YoHLI6=cN vG@Eϲjs,1_>'U7 &gI7S@З ~0T y]eYL!WX7f#gu1@[Fޤ̞ې$c>mPG{Ng 9{ܕngʀ 2~8URek=eVZc >(e@v(uڔJq2k~ ۹PUO%ssljv~ߕKęGNLٹuiD+W.?q>*W<*tt㶨UދW_ k 2;9O!L zXWC*Ýl/QBk*L --"8%Q`n.[p`c Pgd iWI#IEZ(E3!y`rxy C$;K'1slɢ_Xر}!Izpk6^j.)"7_ eO4q;:sTئpFGGಠ&;v@B[#k9-OEsK!0/`HfZS]aǩ֪7VQb J5п(c]~`͐>"g2· ۬pݢ`?|A Ԭ _ GÂ;'r% q|DYVsq J֒䫨 ӾK)'};WI<$YXz$R] xm i8UE=BT 9zL~m=c#]G?A4A<ԸJqhc›PU(DktߝrT:;o =U& n{W#` "1B^#YG/!QN޲dK<\~|Ln2Dy軗wBqtaV6_~vp 1SEj`[(%kF9LR[sz28Zr?#6B}^1即Kd\ϥpi>lfW0~9aP̑>W., |FG^Tϧs S HP=E#E~p2W]Qf7U/Ur>]B2W}[$Zu䮰ܥ"}zCDM) f#`XMh!_#*Eto–Y:lvf`U''P4+7"J.rQΨn5>cv;ʶ.4ZjHFm~Qjn~i+#eC=#BeHa@Cq"zI(cD" _DܷVʚ-0*nr& ]-JAhctdFhLc)T%uo`%@dVX62يgH1^|EƘE4МEsjI`0!cuB4}*܍0j{[9+,pת=7Zkeu$鮽[!37-e؀vÁ7Iۚ˭Eu2 Οϒ6ɸsPs}ŖJ,ipK੯~ g,.ٽ}ƀ)wowЏȟ|PS@~Lvã,7[%Kkx>)l1p=AN>{̵d{l"޵Bv0awfMGLRe5cS@1"W/ /P35a^H[AgML{Mdi|BEZeќ"19t97U}gYQv'gOY^ȇ#CKG06)(kH4> ϭ.=d(O1En7M!I{U-uΘ-VGS g19H<4{VpkEj]'Llҹ )Er)XJܲ!=Z>c7N", o8h G-Cs%W cά|yyT2lgjg;x%ƥ!d3/>hq>Ue)-Fo^cpK8"P}S'?LL~_%0UH-%h=Am#NR鋽nk.<)'sh(^6L4܉ 7*KRǂւ#MQ*ka~ϡ2\U dX BDGqRlohr2H z/82YԞyMĮ\>Gr&L :`4 WkëV̒{$btɯm%z%<4le_NR{&Yu6d#yCw-Zc $5MX跁ۚ&nf8@6k uoeӝ~jŗ=Mx,耊չ J|ap >mHw@.܀f+3v3N魗{xJyV@W iEN]{*ZfYvbur0+*G/YD\X@F.f(s 0 (+Xō68-Kjt L*ҥ}Ǫf\붖33b,F @_$ґu1&ӗPh)od57R=4[}+5ȭ9|5͡ObPc[}~\.,<[][ƈ!!i&'4U΃coը fx]ÿ,!YVREx2k3BPjWv+38YGl,2zg ޷S p3t5!DfS˲nv '#ȟ>C;8\18/sGJ.HTo蝲6X,L"' !eS5.XSY{|) G I0Ѕ{jZxR6}O@pc0̇lNü eZâɼ+׿k;tP2#."ԾQ ,:n A9ЪQEGe]鶮`\I 4`/J nc &F2ҙXkXMkƾ b+ ,,&JvZgB'"Y:)`ì =9XNlDj4+hUbq{U°'7vJ=& 3?,ux9 *, cZuK2tD&o__0vWvLx!j|cfr:8GaZ;0%[ BS!\hXFI)c:` UUkw gǔbœt^ҩPb(Q3P)=B}<k łJ^TwAꤙoetK"hȽ*KR}\%\џrC |k߅|\z]*ujXٝ4A坯ͪ=;Wu~åw(#W].Z!Q{vfNyc_,~@Q:潭SCs.y1 3r!\zr`C,ZƟ͛8Uh:$Ts>4g&g^Mۻ^F09vD?Pyi9Mx*ь]f-pMHgC>qOd#u4[r"Ŭ6cq"Һ/-Y¾<+:W$h?MNt)TjnjBՓQdg\Em0 w>>\~l5M̃8tO1FiotrAOOFGFK 1`eJ,jeȧ{&\n>cirmLرK-pDmFo{>P>,rǎT9<2ˌl#13A;I%;TԆ>GapHOA 7{bݢܿõ5N0^yk& }7=LJ*fc6 ve |sn{)6pۋQAժ:+D'G%>IjnO\<7#~L.˳~J49bN3nM'~ )W_ZRaz(ta78.5dB>^я],wBjKH,H;pI-O@&Pl1O& Eȱ[3\4W[G lHz"#P0ʰ(-eycT#Z[ՠ+y8<@}&0)RuZu.u>JэpgTb[gRIz2150o)stR(֖ơϵ>7@%>$k-t'4SC"? *7S;bcxdZ2| lm*]Lj>=&q~t݊= ׌p@aQzKJQIFV/OE23L(9~cЗ,[~b2E,geJu6c>.ݙZ@ g>:SOLgV,"HB^ev6(ي?l7Zb=!p*΍TFNj|ju]oW ?%}Km#Ebku?=d^y;V;"em j#0#= خYb ;8$ FiNh>dX]O#5t̖&\2(8u&y6quVńi/1>cΥL2<67CU< =&Q^m|ٌ%s>(Dؼ,ff|UC,qTNJSf,f5aUIkI`4Ŧ(X›OLd<O 醴b F|E).;?;^q? Q1Zǜ?ZV*g-3ۄA1u gY|>'L!_<7+6\~댞o=Jk++0rm\U9Ҕ8 -b}:mR,8:2Ȏ!8Nvb6Blv[y ӇaOm?hTI , e/1t`yZEcHC11D杗+ _XAN6oPZbKݖ~p4!\NSI$NJCw@[8.^Gv'^*#BBgӯMݨ-I-3=[*+.&H ־M wfV.Kp6|2B*RjȕI}pZJ8}BK7.nF h67I(ֶ~KM9eiݡ;5$x7b(g4Ӻ.jCʲZ7JQĊofana8lSWTImFPnE8$;h)?b*&N7OQhDIz"oTzW8cUsC!Mm*["XF`VA; j_#{}3̙ ~:]t=X }Uzŵ=UN*+A}d26Tڤ+0u$JXUpI@,qpۓJ)XXE$_1gU;mݠ}=\qQʄQ Kg*!gH' [ћ?|p m'#1^W yVUf?-C97IـWDL73Zt(F)3wz1ʷO =xa_sxm@lcS5Eqiq欩x *e,h N=wIl7dT1AlC{!BdPpSqkPfv/|u/_6r.`K\4L_߫T)HXjeW0՘ / /eFXq~P z,~F 2;adگ\N4' U@p=e+ܔC$T-QJ6c@8#"y݃BbBym@7/l'ɿәU3ҚWcV p$<xPUc;㵄 +yj]tRZKX]8n)F`D5ߚkn_ͫfCKAQۋ(C[|e齋\Gb.]!~E2>ׂޟNvqs҇T,WxAusOUEY˒CzEFmZseйeg_ҧ1 `5{:'p rz$ycRqhmCӈ5%򅩷b-q'ܔ#ro!m'8 1}h;$obk?Fӆc0!9o,+wv8P)2V`>8H![g@wCZ=W2_zZr¶ݸ5Uruk5HQ^ݤMBoU#{8;R6u tA+yNp·+=yjnɤbVLFe%$6tד~(#2UNV$)^zͱIh*Vݚ*g$wLWcA\kۘ9Ot*$hRVֿSJ8J1gͻyYMsVzM GQC}o 3Cw o̰a 1 e8 oRe1g[U|u^* ^guHTEM]u9zIFf QUs ydv4Ϻ\L TKAh'zVje~hME vD,m jkBSsEko;7az=orK.T.(?h^yMrY||aLR:㗷5(gC>:4fhWsi 4jE@5ؐ쿟ik-(! a3ʕA6V2C_~?zG`ȍ(z4;pDg5ӗ">{ >Yt>io q\BRain=Cby$Ll7VOޕ(ppҔ$ϯFYSb|y©TD6V\?-M4zɻZ͊l$DDy=ox4qFM"/mGBKsK)\YںAy^~ N$'cZ51ʦn^ooI 6c=E{*a_n=$А*4YW$&7B\}ҔkQ]M^^άe7c|ze2&=j4.F0؃ ^ӈ)L+Bu6,=Ʈ}ߵlC:6_}4/c^KkB"CmU>y#zRs9Bke!z O#L iuQ׬ ÉV8A :J3 Gܣ\J,ΪZ߾dY6&IF 'Y3&߳!sO3j(AM-n.2q*Yu&HiGc2^\`]E-Y j4Re!ÌQ{6Bgjz|Xpk#Z[SNK6qvt0(Fb\/j%\ydJK-hdKb'5ϔPt)L}|f[YSjx\ݧ8UVf,) o}cfϠ VÝOzw5DRYXW<`a{&3?*%:VJ7 pD%m '/*g{|L|}ݓh\^@`hwe y~ӦwET%m2cळ/w$tt Q zP ^ԽȷR~Ks:3Ek+»؉Sr1zq"?/t$cqcj55@0N$_XK?"ް$bZR7 3FV$ЬޅˢX DJB>o4r*b0 7JvڽMWq(DjAJy?r{udǞa|U[쩤 L -$cP?ZVM(B7ug޵7W FGZӒ5{W=ܫiAkMD==.%2)W}]FR"IDTAcEnԷn?9r۝(|xIS ۃ!O)(Z=EWZ:?E5t86BeBhIi=J5UWJ7%tRw@ޯd7Mso *!G4 š>"Ѱ1H[c}F|>(pFiQ+R&x T]#[D/GJwmϵ~ߌ,۷{٪adTCG(EZ2]F>Lf> URF'yEdKHcF 46yۂapiPIcma5sr=p`ty ;^ѣoen@l+GN4< @̰hf-]d; ;LqB%^O&q<'Z>H~i6Qf$ڸl=v1U[ 6e_η}x/;Z[[ݏ9Ǒ >}YEM$Ms <{GոוTwa`hX!GP8XaIM+lx!?ZAآx5ʃ8)y@ 2V[PQ P ֊9ص[pdg {l +},L6sݜծb< bjEt:씿|th̺ڤJ+X^Yᭈ@WECqyz):h>8tqwt'*ۏ*!}.GC4-I.BF.`馥qCkdZ>b>'_8 nԍʽmyP<>]{a*l`!&$/S^! ^s5~㷼$ڊnӝufSǍI@;mƣWtOe}uM6hH)dz^H#B dF GX84\XLvq&'`#]n1nYg*{()8 bI܈½Zb?⺫g'qi-g, /TVJ%N쳀A9WeuqF,<-5oop zbn?FQ@ꄆ)ny91RWϒ)R (0+lZGm%nO zIT6avyЬ4[2K:zh:mm mA{hXGI8̭Sj8H ΤaC|\^b;ctU x]e>n3&fpbs0K|bá0{uzC us "r{ Ot:]+yr#zW.d(F:2߁âW$~Qny22s8s}rqx?%>_TЭ*BvX2_(R= EvթnXN Ih5Ac[p#ezQBX^tAvxhKx3a^Raw-F] Y)wsI.ia]+IQcԺpS=JMn+$aN~dXbcTMެ=YT5fzD#WBwQH}+U9nRX} &Bu zIp.T($TфHz3UUoɰl<6@3]ƱH'%E"P>dl[W jmG($8܋ -/.:P0Hò,1eZqmuK #ԛ~6ё"Dfe{eUxrNd?bQ%l9B/v-kDwX.P9YqG)Ԙ#j_^zSAv*oKhNxk9.Ƌk ݸZMV0CV9:Sʉl$A6vR8uLEO!`6 6 b;,S!PݢdԴ|g9')bsAT/A4y$+^J)7< ʡCӰJvW]~3pd `JD% Ý p!#(.:4kMIY5TsS2aN'WZDշR~~1ڙ@s]\'%y. `DlOPd޿7l\&_$혧]5 @hr);A@@Kxfs sr؂VN s2 [;wtAaf t  0TgdFus.WsۏI8C%nO.RM\=90T:d+NU-΃@h<0A|{7bo<ÑSvalŒa8@Z1DO&a #tc (a ;i\"x5m&w0mf,' :쬢|1uA k+@aNOoøsˇVE귢Rgtuu@eB262LOn:794 &^N>0[6goQ!`.\=KhsI!b|0#Vdlbآ\Eu6@Fg'K;ǒc{5frD |ί9}dx `r…( z;a(Cr&..jI. {{9HyV v&j+Xџ'_9/!!=ŐQ $6^|nU:g@74H8qoi}!@b޴3"79Z%Vp8`kh:X0;x`r?}耳j^)QGCEhfyU>%\I,_;_QZL&ELaL J?9O@1\:~\prZ,>tdݨ?TVJ]:X);׮9 i|ʾ`請qHuR]v,VWљPOETQW.^9˷ A,g^Se_FR8xR j-w!)WM\Ź,BSqyq!je{S'PSS8:I-P+ٝP_ype [I]ZzA(ݼ(YE6-yU$i%pd4 M3$>٦1dx%YeS7^BoiAcL+uɇVbM .NmsS)Ec+lS98T)5baWޓ yQh2V76}p;9",=,OP|.:#r᝾Py1H g|.I|L1pz$ZEwa..cX;7h~N҈$ЬZ܆ a9cKb+>}.OzN`(7,+ɥzVM4LU& *ݸ^rW,! R20.Tv]U:33\}ԥ+8{gAۛe8abd0A֬r7$pqM̮7~xw?WL` vB礮\n'!ڠ[Nxԅ E-bo*Γi+HKTns]w]:U/AFhjQak+lP'1Vy#~gM@7g'>q|kJ~[?3Np3a3'6>{Gp܋ +t*}{Pe͂hSFxc68UĎqY*pmfn03_Li'8 Gw3ts4-itB~cS 9* "w5l{-mFEiMa|2xQ)~Ѱ]t3Jg&s=Oj*Ef "2"0vi mDNͦ$g%iP,ɉȰ7m\DbJ0N@8$JkM]`PhV#+H8d 1W."B>(ՇRqjSp5< Q٤|Zd:8 Pd|(s1eE_,D ;ߌOŗ,Xp{/3Ԑ  aщB}Or 82`> F{qWJJL suMl`:Z㽙81:>K|HGj߭LEvbȣC(bw3s(R0=f H0i2rgg!z}3[ѥ#mVL/+ܠG/c'm9^'~*C &+U=ioR>Sz._֚܅vr+wlpܭEvx¹5Q Wl5^s8@QLeS)~ 5+fil*aQ3Vk]5%ɏؼ<v~vzqrܔz=Jꒌ6(TÂyP%ⲀS'ēb~2~Uwh~~+^3'[rbKnB"7fK&&PGu*Ea ]z%;C_=7<qM"P -Gb&oT4:9}'qzw;P ^  m=_>s:F:(A9 z3T60r{ufsuѠjos ?=ŏF<}j: 9e \Ю`&ڐ2YǪr47,p+as;G^o4ɋ%$(nNw~pZՎDRԅ=C;1S4nQ ьKZ=2:޼J'EC5x*;c qi'pMxE-ׇgDOL'ALENfXҪ Vc$#:SWNy^aUF%#oښ ee9{5U3۩W,^JJjeUSDbwqb? )d ^^9{es5肕cmlrfQ}n"I2EUR< THIlM Ѕs=nJ׷!qЗx'j#~{H%E8G&]Gu"3vŁ\5W:5m >xtpWR^@Z'0w bL.5χuL;5 2(jmfW+hۆk0q[_G| CSmK "5Q4 0_u 2'N x:iGÁQyndyRZ׺& S %RAXF4qq@o͒2FC-\,ҞQymʚVWbbDz" ^%؇?z&ȂF( ̃AnrO>A^U 0*ZT&z0 s!LAԴr$D 0 -) 8-P{D@#-l4@PQL>+ٸkšz E`A@z0e6J7zN( qX!Vi'*7zhHɗ zy-=Qw]~]a.! 6D .m54A)9~>Fܿ1ܜ0õΆ:\'?c}m+;h!uyF>(Bhބ ӛ~; &SXfZ+ F݄ઞ=OM i8LC":ܜ}rЛ:~)Gj_[$}u[ -bN)(j><'?< u$wQ'}MT7\}=܎@%:sao=Uo,XI ]fBϸᦤ*,ϟs=V12éBk]䦨ruc`Pȷ-r Znlh*TJ)4ȾOVl${VQm)X2w+wrT┧C(bP4ɘVik|ЁI=(%s7D^)1zlT7fΙaX/2Nޚד s@T lFHO$ppsrz_x4/<_u-?9 P@u͂Y }tcls6ۨ>usvbg8e*'p*?=1Qk(“ωnaw"%Ԅ! 昼A|PWNT'l8l=up# ~G+*݈|dQ7I))I/! əm˗yu=cl؃a4"A0uT#v3:X32mBv:'Xex# J5xɔGHi48.@9_3mFZ+[y־Ity:OKVbU.M $o&7څn$ fNHwKryypLCri~=#uwJEk %;P$%L -/G󀐧߳`eR҃R&{,@*WeѮdvB0eW-" w5PSY!r}i2.4H$!]9WD#< -S2\a ո5S 븗>GC}:>jm&9i_+醵D6if?4 nlĞz?eGeegeg!PKxro=2P j,LF^ܩr|MeDO9g09,C=¥' n(PfY)b ?z:%+4,m+D3Ϣop{ ~!B W(wxա{ d+hV@2*U)7D q9^f2Xԥo7Xq&H}d=AM1=/ 1[$Vg7kQ\\wqS]CmrC@a\_ӑܲ*gg$؂ոLifo)1l7逕m΁c-\|ڂ|IcꦜH ½+@3dΠ5Ϸ ~/~r^Yamhjnc0,He@[Gz8w;iO g#]d0,hY51 ?ukr0l*i(FF?tp0Le0]{̿"We=*nz!3EE>_ɏGY1Acdvxɛs[*c8gf0wLsyBC a+V ^Aɿ\&~6ܚVb@}k9;_3E*{Eqp6Dlڇt7r-<ǾZ_B"9(Ӻpq ӭ Kq15E~2gJzh9I3y=C++O{T865)crKӱՙ8}ԼϠ6!- X&]d!ҝhE)6a:L=ύ,P\ҒO6"G(ԑ :b32K㭉@ֶwx7~r}7#:B~Vku 4hI2NHfRJ[6,#,x -~57k΋  P~*@J;xoqɄdQy*esH=͏2t`ɄsyI59X} &a%jh[>s_JSR@ !3ؿrYA8|8Um`2qUpe)s'ez=Vlߵh196RO A}@/|x<p%nCjr[ӉF@5:Yfs ׼ 3 a!ƛTji=Z %}<5^k=^+|~a"`< /lgNX۴s:nΈrd3$ &9=_wE A #: 9)LMnwv(>'T/[ylfN-~\P|gB ^N\Be; 1ET.O/q;ܰs֕ȋAy%s0[]2*M C>svN f œ&?Zun:PdhkKfXA!l#4*T, HVo<:n*r:rr`'xTdl2p9z][vk ZI v~15MafT\5e&;*?lwe%{c2JHR0gә .[OtŧEXiKO)&|}C||-fIU3̋YX#Ʋ8l241\+]bikD2lY/dO5*@,)?0*R,CWeXX1=n'|3Mő`W`ﭸNgKacO3js~N{" Eʔ稼ePΥxN%d[x-~ތ8&']=]Ux[2Y7xט=ԃKFe>b9Ycw]~7x$ RbAQK[JIb-uDe2sEq՗\Y,ӍטHCJܮ\舿炸z>tCqLb)_zR}MON)Sƺw(xF,~9o8'6yͲ7z5M$;*S9aWL#YBo0>2qmqf[@!2XcڍQe;1Kq;Mc iroUE`N+B.wt|q&iW? ʇV!u1̘n"4_*`^@=CS^IFcLzj D{q@/{ǟ'X$c[X Eh}2 m 3#@Udb$Dk̆oϮ PlkS車dsAswÇ'ßCyv6 dLI:2X]HzC8-wE\ YJJ\}8“k qL+D1u<HVf`?;O:Ʃ&K@tt{3,g4M׉~us03\<䇇hQ$C"쵣3QE$\15EW't5JIIȌ3JED:IF9%aW-BpR .F"4 OM kSU@uwFÌq2'T_|0(5?BhD ?@_ȏ-czk F=Y;ZVO᫧4uf#+]n}56zSu9ث%ELf|+A K%< \ ;h=wmQ!{V(fo3 Ē .Z6yz"vTH5rj,ϻBA !q'ƟOʚ ?}}^efͥ*vC{J%28秅=V (x id>OX`b#1岅͢rsܰ!z]5VM}ta#K;<}- ^][ k}jdԝ9o&JiZ_n#뭒ކLpw17vnz[p𙴂)LWl?yƏȫ ʡcn7 AyIon .w}BeD|Uo#b*S۳Ps؂'1-R׺ak~pA@fdhz3K$[Nu\v= ށpjG44T$MemXiYt|kw)>xf^xxjNe w?!fD `NqM&&a:4"=8 C}>v}\OcYɏxubCM(Bs)b-#Dz2ܥN. `su;Ei"d_pqNށX37٬MThJ |y Omx#Tqi"S@lρ뺊/{#p.N+LLW#pd֤?j`5N*fńZ3ȈN"006CU=SV/ռ@{9n$'+@-Oa~-mީP@ݼD61azuߟYRzL=yΖ9{^ D5J'kVLc#c/-!1CHU*vXA=3΂IIwb\odURki;3f dfU_)Bķ?ickh+CqVan՗"]|N~dM/S[cc)ͺpRN1!V_UyNMu_WQK^\uiP {07kl)g~N{'Zvg:'sc?^MoaStzP?[z-v ]2ձvh8I ?"%k[4x~ƏX{ZNAnZĐ;t|8MAZ`-X@KV @:w81Ȏ;g [Q 3AG, 7OPBIpC'ZbShCL3)NmJ;<4K"v_t@l?xskDW ?bA'PaHO. 8(cpPn;تڞ,qJ$y'іZ@ fHg'q$R^aqۦ?$+HT!i6a=aUvn{ =ba9)R-p0`zT)Ơo?$o<-FG&wtO9K$Nрh<ԻR`ꀜ':hƈ"/RkG:O8̈́ ҽh!RQzR@JoHAL'Ӥs|T}ũ?ɍɼ0$\6`x!g |:Ըs+җLkzҭKR[ߣ|vPԌVI8mTQWtͷO%{pxqѕ)օϠ,m1O>*-~H4a9u˪Pr+_<"6\!EΜ])C](SQܱ8* ǛǹzdV 5Dzm#]J϶@CŎΌq/>ztǟi@EjD'vݨΨ:`%!}[y|d"t un)j-mjy=SBU4 }3”rH]1Bpz%r-;x;ގ͈SyE[{h{[y׮Y)OgKQeYlM7>)UYq6Gs;}ṵ MP){ET&oKgdn负/c2xA䘲#ðo뇁yvQzF~^p="BT:5L=8[5u;nj7fnnk3_mXi!s#+/o< R# }+#pN9_q11*gXȿ'N݃+ru%J^[i{PHk.5=s7hI 9Ṁ& e}/ fï&>Hxpfn~ Y{ޖ;aM5oFyyA P,|O zݎ?cN~8 0-p@ϞN@|D\$P*@{wW96<4h9NplYIK{(;/< 1h\lq[n&TUeC%Ǣ[_ /Trx-؝hdJ^,,!:o(z߱8& MӟLyi,XT$7Ad*↥Fy/*$p[yJ ]ZwU$$=cJ*r9P$8U'yQ˩߮ajm45 ׷\fDT.Act[ Ŏg^yiMjYb6屵]||)-$K^A4іa;烻d`Mm]n DێAMÚ&in%Oja2SY|̊9Eu;jXjǤ#.jT'K8,_< ztj=(֨j: ϥcqhf>8/sF܏H|pv373|t;c䱆t&4[d` uiCEk^mFDmYg)@S5D5X[vW8ڍ 2k ,~$tOD` ĩ)%.i! mJuc^统I턊u;`Oαvi,0nPcV }JGc3]ֱh(;#;h;K(>Z 5zham,7`#EX xEvv*je96$ADW8hwωxcdim#7Wu Ͱ[ cSuʍz@ӥcmnPxC1S\A'3Wi<H,k;{;![1ƸhW5E_V/#i FeC)S{j#SIMLt!E,8zdBv jyA?R21vl_̧.TWz|߀Cxh֡"K`UOH Ǵ醢BЎ|c.hr槊bR@[.`5m!m}5oRKj|J$uNkBkX"_wG"Z Ӆ%X*LJ5fC'olY zTb;eI*OcOvMC{*񻇱@"-(c&q9sN×y渡b Tx"\n8KZHj!ӥpS7dI5lݦ 3)u!kx-Jj{+NTZw(YPHiΏjrL8-Z͜wX$EK+.T匽>4 J>A1Aj;é>çpZ=cn.- :4 ?T)f_򛓃!%= ԁJpyY^n=J &%w'"ں >Q[֯B.A ^Pc% O !>MXM]hG_Q(uo?p0*_V w}8tf%"61}9 e ~ԮosE#i  lxn~wrd]$W^ QKII[1ݟԥYXY1G:Sv't12qh5n*R٘~9˛;:Hh O$~`Ԛ331L=|n, h5AnO4ont&$fU*:M%u*/'"ō^c9+4%ޅ(c^CԎzYAb$7(E?Mٽvr' IQҪ(/NX=O<1RbQ~|L٘ejݸ6nd%"'XSMV_>FwYͥl;4խbI#U6C>N\9zsbK)/A}j&-f#],nQbR%#2sy{&O"=%MA|T`wFՔ:,Krh#+vD]e(#Pl?"NR^$`ى,xڱCr#d~s$yb*2(l8pاiPdQ1!{2!TQR߻zeNz袍 / ]3y;r FX`v?=XBMt%hg9d(Ϛ9.XD;_$M ݌ި46g78$9ϻXt]9q7'-B<A^&?M:D'l9Dp#x\q5Wez]p,U1)#ZѢS0&mJ֥9|\ILIKr!ƒ@潠'$ rR=uRvn7a-bqNے'W7 $5"лE>u jHZj[flb[A ]:8 Ħ Y Dxk0::ikGV$ o7HX-T05_sTqݟ/H%\? JTqJ!I<%808붍 '?}pס^͑a:kM)Tʍϸظ* Ix6⏗Hr=ԐM^4)%דHs=ujL\p)ٯ.K@b|B*Ϋ0aIņY28k8Q!En\:K-4j x L'>P^HT6Qtz/[r'H[*EE}\?7H<$R5ܙ qwb-HsK=_𧇹K+W<>=ɳDHml6aF[3 "Aq@5:QR[S|ck"L~I"]Ptk*xPN>o@6!̙dS#2d곭!V/SAF ?+\s]9MX,lWg KR_UXX[ X)jw1IJTg~FQYIG3#GQyjFźb] (w7T38yA:#i<}i0Zv;V׷qMm862RW =Ya uU|<b,*_BK )iېğy6R".&4Fm;f6u{D-/9qwHUw~X֧Q37Uz5H^aKœ71} V̬GjEe#GYNx[wY(&{)wi6vzIv\xR f4}r̀x}e<8-֮nG ºJTE &n_w's#Y,d;M[8P:ѝ@уVYyaWsȦeĨ~!{:>.O_d 156Y4}PAqd=tk.}pCYF3Z(wCU*>UL>IS!ȖR|̈́xo,A\n+1Ah7 N܏I+1O|I/+̋5Ӟ ם@ҁhGEνwﱩ2t(̙nM)86Sܒ$)@†eGzrSKN2J0g+ò Z܅@\Ԙ,( Ey,y#M Mw=+={h7f]1d(ADc&G2Uw0yj'?xŧE5n ZdxT$?%HW?W䉤+\F5m~M?u_2Ӗqgp$ڠGŮ[9O -*c޲{*'IdX_$§;nRWצK8 Ώw#''9aNz{ny14 RseKV?ޘ]'(ͭf?#Fa} ":JCl  A92A}S rF泇]oAr*@qBw.u>qia )jKkC<G[m.f9)ޕ1xL4I`:w,7:/)*tƜ]7c5Țxno_nu0{s]+$⥦kN<|ddXqmӷY#5.`.EAy[S$ +7h믑OSMx+vq vQ$6}EZmzG#aw@[KȸUѰXr 8YD>j-?5(R7ZɧTa C#ǜ6̃i{]Kʯ4WgPS1{'iW!//ѢcJ 6LHi9ͥ am{`sJkGtYjY"0nEVS3^glEK,@_f9Θ˦<`w44K%]Y $t0nc E2Lc{cx݅6ܚ2TTܼv~sxl$Ǔr~TُŚNZ궄ˡoWwPl ]w~E3Ey\P󳰸ī>h"CZo (, |C,|8>ׄq#\SDW&Gx[J,:V6I)}it22./20G0ߦ9QGssD1E_=l *44*P N$ʇWDɽ4ϯTKxp~vNTR E0r%s5AM`Z{PӲXXSN0C(jq>FlP@imcv9p!xeYwdֵGKfJTͮYh#S@hX$XJZ|+ٲHֶ*ٻUKd!'Þ a;9;A+iۇ{.lZS*mdSF£c(Oqhz6yaC2U{C\v+J?r1 PBiY<,8".Ji>#|r,1,/wIa(X[#p@6 t3 Q[AuqWA52ע5`I* Q_CmKZjMqUUxwo%5tаtlE -cEC/sƖ?",dB_ r%P&C39sa_hሐɴ!Lɑ`{ɴ!vPsfY"*4 mtsD1j"5=o9ZT$RN/Kok5y,x(ea&Jҽ[IEOctd?%X`b9-= ;`er,̷ | / V!ѫ_`~7d 4/]-?3 Rvmja!\.[HGx*CC4/lU7j#=C]ل_ 䏋;,(_񜞐;egl騘@6\T%F1nG%Ӑ0j*MǾ rL * B=s}%gk><{ַZrNZCA8 ;qsv<^?,+>9}|R0g~Ǣz0S|̨B$/G֒lK a螎J۟oWRڃxF><К'&<.(|stNRߥX2{a\#הY< *`Uk#CŴ/rZ֚Kj욀[E|/i[/1΢SE*Sh(B ~dM[Xtu^Fi[洖W8潲f)q<<ж:ZulB*C;ۋ>5%K丨Wy??@u~DcIiR^5$: o/0'AXbȚGg8Bp8#Otg}yZz?&a?Ԥc`;:YL LKy78ёԳ'_br*%Lx  RP+34P3K;ⳘHm$}YQ$]hC2F6wW.XdžGkz70x/.=?nЬyʡ #l{vSnU"{ֈ0G~dv%Uͧ*ݭI]MlO,bAz\(jSMQ@C̻`֊'Mh&ś/a:ٜ9kMLxnY1Q(n8?Tm) .)*X, n"cnn9fr]=CTطP4i6񒤉I?oƞ`"~FvF:Y4˱10{5$ Y`Xr"CxVm]Z)S|EO8YdIH/.~帎5Г *{~zJM(M#cx$Ù 2BRbJt<"Zj#9fҪ !B`3 iO!j"]GdpuEO2jM[ u@;IV&Q$J<S 񪯗ܩ{KM[!Iͽ&qjdCePI&J]qn,>cqdND.V?|vfקИD5 >{S(rHf}PFA]ȵFHlŏ =Q2i”S&Len*!u? S,RV{i_s{޼AϞ\꘺؜ʮT]wDLE 5:wQ% )uQ$OjEK!ɰul\m-(m"NBAXL=섅gM>)"aͦrp8 >P>}4ʳLvvZGdQ-z| ,?JGgWP@;b)D δW==0j@%J6 [B}<ߍ#2~Q')>7gO7DbB{f 80תׄ*)!g$ 2'ie'39k޶*P{y#r:ºDx ۺ[Dzu*I+t;;RM1*^6ɟ =bvЕ[lb_ے㡕 jo(4IlsY% 2 JZ~<.oOg`Z=[E}$ՌFQ7߸K\X}4HiVyUS]x M1ԡ7)+X.QlˬG}M\{E뷚5LtA&?SWީ8-ŎAϲi?ew8pJt21=AQцL|`l֕g++5`o]e3߶.vZ?|sx:raj,o ^kΤsI[>ʇhB#::X|ETj:FvsC\jVFGnC9ȀJjca!/FQmܳ\8K k7xptd:oGHZ`pZ(6ȝjn1·SS馱*~+hE*\# M2Ro g=2g,`0yQgj#6"4P,Fru]實XZ$רDW:?FSl ݽZ%YĠFC]>!d\uL"fjvy+,^L[V+u 6 ^?ֈ)aazY|@rH3iQj^RxDc#;.+ د/ϛ  cg79b7IH`eD'Uwzi odW-3 8^ )[TsD_zAL#؈L%#%} ^ϒZBIhĒS b-B)E;]@pa'dgwoiW,jգ c}JKܨnX+;q{bwUH `}s;:cc㰋=Ĉc>KR['2HBؗlf`y:: RqHi0HM6%ӯ"ıFqUf*ڮ=D|UN"sG'Fg71:Кnx_sl+? h"IeyQc1u#J4;^!"XQyQfu%2x{q2/$IQ"#Qs aEaAʿƬlnM⬏0ܲ,vڲr%*hraq/UWnWO?bta0Eqv1Y `.SV4ƚ62X^nuO4|kj~X5 ?FJ=(y0^e ǀB?osWqMvng ~hraRɫCt"}17t-Ev/n솲APt/Ng,n0S9A r<*/ 9 mC)^{FŞn7"phV$L`QcK)xxb3γ !$K )oS%b[֎EH΄ȎR`1FNg%շ&&c±;)inYd&tB {|LJz!S2x3 Zmj ІFgyg`#.z}۵]sSr#yDYz&9$]! $-K 񍻽vZb.!~`c9wтg7U}~Nn9GS[Atc7r[7^IQEM՜)%2g򨅀+i."1,*8EW4OSbevUѵ_4狚I\ؒD[.-̨&u*@҄"p dIaޝzB聘o׆UzQKn*)3X$6k;`'Ϝ}rzF{T2Npڞoe x(Z} Dʽ/Ff 05:iNb2:RC˸dgN i] *h&IMEϕr~1)[12?X 2T<61Mf1kXMՇ<>Sb؍)@&dRRX{ghbAcU/nΙW f\>N* ػAd4l;  յl &('b7&GVY>8-Z,P*?: *7慼8Į8ؐ It+rbC1&'I"e;0贋s2K5?~KG|ƃki#R؁! տtqo_ܑ }l^v9=As{a> {ZA?!Sӽ>zҪUĶvyKC"owGai"`rk#(p_:DkK`~utl+ AH1-w aS1r+Bݒ, (8g47FvNIy +,wZ6s4X(1f4J5|l@1 Xz&PHmdjE5˽=LDEG%_KeQ7"o N9F#!4bZq33e;ȁ#Cd'^LSCze`(!xvr]su7w78+ģ}h1#e, .%h1^m9ۡ*KZ[^ sY#)Yñ) E O=ۜ/8`NOy-V@a5U\5$ߏ[=4YӔA6LQJY˪.37I,U:]!넦Iu gȉenPWkٯrxU_]D{uwPÝD~qe̦F ;8._Pzruq'0"H *j?E AB' Rǭ)C񫧊-GBNsڭNN\~d*sM RmIU܀h J1J ofO8@4 x!q֑p: Y_/<.^:rx\GH{ Wb ;N:sd7O/6RsD +X,{3.(H%A1Ȓc{VPѢ]}%g,b2jE`澙HWl"oS^4O9}VjmU|)*{\ecv1rƥ!TjvBܾ&{7nE=+}WCV,%T3}#2l,zsjrPsX{e]%?oq WTe/TOpv\0ŠYdOL !j_k}՞sh+쯠;bm\73~/T˸4=*|lAVJ;QT1vVh2] F h%h9ۥ xkdnφO]w~0`X?!Jd|7L- K]G &#I8 8e lf-Nb!MSg@ngjpɤCo>$oPL<#|+Tܣc;3k5|%#PF漝4!*W~ϩbZ ;:5T0Eʱ5Kqݦ`1W],(\_~fOO & 3Bʪ-fة{h-`LG xk/N4C%20.ﵜZ,o蛼pR^ƈ@zӍn묮4VϢC %^ƋѨ"˄*\8V;z0z'P^T:4,̈?W[vz,t}؄uuˬZ Ve{w+,3$(ܪ@|j/2+A*qu/MG}aX)g*溈O;/2?5i=M\ YE:lIn"ŔgK:Ew[Àgw%&7+brB 2J'%dozch*3x, ǥw#c 0ޡLeIOq{ZvjxlKLf3 K$~pN OA[Uerc\e1I sS0m'{ ƕX+f wh5U"!jzI\PSU{$ "ZoƉ4V-+sI|ʱRu9CJG?LȤVREl:u=g,0TyT]²-'ԙ09+r6^ e=jsu<!rIR4SK\網N0h&a{Yl 2¾دPkJQN&F'p6+%[WUrmH2>Iee߬ DJXoWbZ%<ڰNLꉌ&ItҒ8Nix Gԫ:Mw;r֑sU7v|{0tյVǼ~H- 2Dܵ.˺ ` !ޚ1" MGy&5G?Ox~޺+CSArl.$aÌ䪠j>yC 1*audB0CQQ/f94As bSl}uEpcw ח*k&ЙX oSK>=R ^"rFHIg #[$}whv~vpFss__L <ᄌLhTN Lʨ.VKi^Bե}eڂ='^Ecu>s5XdF3)Ȇ,?)'ֶj+e&TvqIPWHCg@!Xhy#ZDDBt-San4Jo6 M;Tr'< Le;G:6]{Rܶ\NyY/It#9*GtA@- F p fO'~ynBӁX;`=B#Oc+ ( dsx_J`!cVx̂)(5:q܉:7gzz\^(nS,"S35s>HQSb)ɴ l̒]Q;Py[=ΰx_JFgz"p;M$CBܯ>fr꧊$X$n ⛉>yaKGa'MNKI~;^gS8D8;tIԯ*ǓAhP:wjHyn <"[|S>Qwm]edܤqmpz5A4r MT?7kWH_mɦj;ܴ`/U֚i܀H"=7nNm>i4{*zͅO]2P!$+#RbE 8M2K&%6i;UTO+)DWƸ-Qsq%;vǗfjCbDq}A(ֹ£ [!FC&-t;Y+Kf" 䲥\_>&vb]%f{YbDIzGn(aаLks=)BZضc/\]b*40wV&&Tܞ!ip oo jFq\)qbArB4atN43oBWM G 1.ϱn:Mۘn) /Zaבe/8GF4fy¶C3#> UsМ;Sh< GR~ | #tS5mĴ~ Z/(1iq [EÚ'-rNDH5oMFR@Pvc,^2择-8"Wդc.|} g6N 0Z[V;vuT\?E%LHUk6m}}Qg׎&9 R2 L-Ȉ;,埅c3MLJci$b7Xn!W3+kW1_n;)*C4]\[*TN_Oi\Ҭ̦ҡL uu?7~켶`mOu*^tzOuwz*Yr0 աVX3\:U6Q>:QCYjjMGUw?@zbf;ɨ3ڢ[c]BPMSN4 NF\LM[ OiU$L>]{qSJF)ùw+!{QR@ بBh |DIqhҰ)}rm+ J@O]K>v^ew.;Ψàc? *5@B-q>j96r$e|jx;~$0mFX{". '$L:IXDN%Z7|g^%hcAhZgш~coQ+)ۮ5G$ D)L7^78T?}| 2t.h"RJ͸us Tvz`{ȦswH:x7z}+߫Hw-2S_O><-sؠܠQ~GoX2[!(\݅4U|ŜN?Vuqx~9DKKƏ:o aO4]I醄NmC4w9sr ޙ ; I P=o׷qLe[T)]퀂 8C^miv{l!coY|UAôA+CMm_z^~,(^4Wd m94;,Ԫ鏂^Y}P,ɀ?=Hg_ZL5#ob\ZD3Z\97/ 94`Յt& qa6Umj;6M\޻B<0Hߨx2^Ǔ5ii#.p= ^ aq%<PwϴT#c'4gjVh^U{v* 6"Ÿ iKNjM-Hpz8,ou"oET"Ϫ@ 5.6)̎DUtTW3hu-{>DžF{'UJt/6Q9\=uw3ucUR V?^"4C2f6'" 8$HkE2?pyK= R/4e}ռS&VW:,zD rJsZ%hXN^d l9Khc/0\-j0$XmYg'(QtTkhTꢨG'py"eΛL+3 1%Yቶ(އbWFkkum+-{{Pb8iG^̮81dG3uYڄ6r Δn8} v .˂S]huΞ?Z%V'_7,fK@D|-Aj(HtsT?xUayٷkԓQ k!Jb-j3QwqhmVASZ/ۃW -jx`Lq/,\-Ttඓwo*B-Lٔ,@3 H-U_My·e*NSl9 ^_‡vs`~\@IⵧFUU%]PbD$}ۑ0@/ F97cDԫd{{~b.3-y]&c7I; j\CI2o4 n7Z`JDF LYK}5 xAn8Xs<~u&.LAXSn2bdS4dЪZN~o͑ \XƬ>*."qQgcCRdU\as2:90N_<ƃ<ڟM݋64]@O Fb3(6s|߃e0D$-IߟRRr|*x˵lGa쇺@3jL>C * 5I4>I痤r]_l"? 6W_6bӋ|O<n@KVIseOBjluMwGDc^.АR1jG8!B2"_kMQ{S4M[ V6e&yNPS@ҥ| hn.J-DeRQ-TTxf*uSJ~יo ;D,0nrb[XRbZH+ p}6 1&8pS >JQ‚?Rz1*)POvn)g}^K Y.>X,V#ֆMzjlëzk"C8z淛9XIErC/%HocG,Ś2ITa9U#9LZ-!E$v/%dC1Rͺm)a~ާ"uxAtBC4?{UH8ۈCWPY;Z#s2}șz]͵%}6x, O,,dvQUy!U}c1On`_gJ=d/@I5. r*)xz}[-k=k|AJ?3HȈW`I mti"dUoj,~)< }Vy0E_Ya?(׭HέΧ2 g#eU*{=N>d%A~,nà (& .: KKaq>UVw@P)btdb=#eFnK.TPWl:;3P;~Ka߶Œd ݬ˹r3=h0S~}yu<֌yr~9C0,Qny}1gBh((ӑ84!,t϶ Lf2A46]{ #c3EzV7P*UDj+"~Ч ޸i&S_*NTGSUĹ|Y?$"a_fHe`)ܕ⬘?u6l,9- }߿H/PFqi>&%11SUo1hL/.bԉ4ő(IZD\l3!ZV劾 lG',S ?oG>CmdK*F@y!dq0x2*Rw9ğYb~^u:6<۝Ǯ}]cL_Zl9^Nz҂Ѱ^w4 ڲ}+9(1݋áH >O@j "{7`*]MbLH2$s1KlaJm 6N$z=B6o~b@!H}fW>s犛ā,NτY9ĖH_RrА_.sgܗ?D, .:Цc2 3q: R l5AU2eH#džtah(lH,UPd[bz{=7In_jGt_$4ުUV"<Ug"Ŀ2exCv5 noBfb qrAYU&|Ӥ@Y~)sk(WAN 9ЍݩCMiiI*^pF[.v &OvHh3Q,g\ܔ3f)|.Z+(s >۽q!< 18G!b@m&nJ]=|*/&nPD#(M"\O4t@҉u}+z@oR'^aU旹Ԩ w+aɢZJ+gO$;Ȟ0$;,kzT}& eU /^=tk$_~5+uya>wr-;RBAnSsgBYE6@K*{o )5_!3u"%Zk`"~F{ۼ*e#<¤a&iK*˹0t#qLOЀ7ԁwUxSpA5}f;@;Q<}:oao`޲S\#+sN6sRyK+j*p3:U8|;,5ɈJC|3I". ڔ_֑;^Ckp?I(#TOujC"#6)Ido(ZiC~H"u󋶥p5IK@+(ycCSKbq="bo[U-k2GK)=ã{ 13adS?Dp#; =~LZ4bO^7Ocn~ \}oy-ʜ/ߪM8Nh.J :x;&֔pUwњʓ+R3^ vɎc ʮo08e އL"&/ðxnXyf]WI7秊5>E:\me TFnH}jEQ Dt)y UG֧LQQ!UfB\M"&J4{0%ȯVNOgb7 'eoz b< Z `OQM=gL gL=4aNk<׸w~{ 04@2n@f];5겜7 9kǟ4lQU)C)ܷ!޷EUVR Iqoni.ӈl2}s~%?ӟS騋tgU!>p ޳|7okA0xr"^*#吺 ߠ=g e`I\g_ 0$H ]B5,g7pٽQlUȦ"&$i8;}H(cxsS#8fvěCQ/$?8B`%Mh@&vAq&*dWA_,BN8 4P?"*"H$38=m9#P%I h{ӷO9q O9^T*6dfVugۂC+1ưЮLf'#ˌ(+orQvns|Իo͵BS |kbҗTZ(fd65V&Ɂ]b_5y:ZDVJ^ ߴY+IFȞKӎyOD xDܠ?%H|sVԿ۷l xkՐ-$FAN'.#2t~Pd h;I=Ȓ^'NZd/Z.z}eK_$N=goM:Dz)D(Yx劒kQ.cPlҷVg_0FlFev'8|?Ʀ֣"^.+x.4~#3i:-*@:ArR)Pz1[ zQS \l|UQvn7N;C&$t::e$XT'@CjcO aWҞ ?RDxQ`oO|), KX|t^ه^]H­^Y$D\YnnIQ;ܤyp})fHG%t{5zVF!WΙ b Rq}Y n(GfwhЮY8b+tf ͺGzFP6,W){EcדshC09K<6+E)N3Hy< d)P:!Dq[K`.1SS+τ^W`E̹foRb(ƛ S{  l`s Kvpό\3nMO' ҽHw[6cVN5O]L!@]b[|xoBVxZ*OQw]\:y|ZG`>Wo`rwA pUU{Ԇv}Fna>T.zg^-!ٺ54&sʉ}a ^W)6Cǎ.K}F}|uܗ E3QVFyb"{8.r mW5X\pwƼA,;̱>gIE}ӟ:*=U̐*6-vꦢ~=99dhy+zGpC<"PqT0@wfBBCQj*19mij4ŸT{\8K~ʂB0pO51¾tu Gu*c-xX+V/5m*ajUu ?1oIX,i6cۡDQM*,0 0?ሣr -A\~xakzF)Evjvp%φs_-u_XGW*e÷y&%ՄൄuE}j̻ `&:fߜFiG7B Y93ao-tPUt(~/~Zh9Ef3wzoJ-jb w~=c{x_s)ϹsKkɌ}7`r)B1̔-8-['FGjŶE׎.:_9fOa9[1FAe@zG:׍1)_X;vH>FΡʕ-}DbuJrx^ ?Rr̔a1c*eAH"n\fY\$+2<գʓS玘ZDi¦P*1؛AJPb&b! .lG JnkTRіǞOg¦' 1XO!޶" L:|\93] 5AFkBevԩ@=?RRI2\GChx1m"—cBvf$FT';u46W6f}A翉؜h3:<;cOKt!QcE.QLc ^'YLF^~YQ`TjZ̸Ozo_!"Hu`,@RXY/G: lLbY]S62w&*Zo9gJ智RunqAe2 ܢ0GP}ܲBӃnnUG _X_5˲3Wқkt 9:>bUv*t=[Je~AiKCʮ$׿i9_Hb^CFKA/ _hZnRX"O? 9d hYwf@iA*Kq9l+K|ݟwTINv7)N684uj6yN/ceL&4ڰNj>@Rˊ%٧5,wwS]_kon*vl'1+Y>%^3]VVΌQcȕ ӑJmgR&b\ešr\׵vjF?Ӻ="߇nZ3ZaE'kNPsN(2\bfkV!֞E9ǩJjL"bJrEfR~h1uP7%$cu6v|bX IHHᜆ7?D16XbEm;0M4%GTAm|FZrb ×W/Aod~g[#~Kw/t&ATn7t@l q3]-q b r=ddzMB{GNZV\^_@_=ODJ+iba w5jN$ȥ4r{$~A_W5ۭ߅tƁQ2mNCj0.?}ẏeVpY}+TB>(:Ə"ّXI+[\+rY[^kIBѝK) kKev9)뛵}?Nl|޹xl=_ρlYX 7tgudrq4AR} u<\bU^ӧ;YFeqvUIq^0|OUnlZf_CjVFri&kK̿mc j͆KRRq)\8v1[,ViUkP7g ęi+_ܿn0\Ңzy*xLڭm) <5D^NWImXGӰ#OpV0~+\RߠUWlF:߶? X|΅ A4k+%c[IU`U[DXCwTxU83/uJÃpwW>ͫ'~Ùn-H8E$e0 畣/ yn;9Jd׽KYs,gNӅ<)R닡`"oPa0Uy`*E2{/C Av|yk}w@Fj$T.v+2(sfb)lP {ZVq ǞǤiV7Q7P-n)-0{X SikΚgӀ3yJ; }[8*?}O4ԜcRWW~I@ ׫͎H>;l;=e R2"ܜ% ħ\CI_g6(bb?~R`Vqxx?JGPNGU&ʰj0p{ܞOxē-$ 7-I]Lz\0ݕ?%>-Nq*" /k4lP41zAL3fee=\d|O@ܒ HDLބJlNM8W5%XlzI6\BP\펏]ՕvU%jϊ<| -{Tws Tx1ØVo@sN3l2zmUy3ސϾga~T ֌1٨/g(t52)H|fđs^Y2+4@ߪ[6 y×l!7ug Es u:U^J[GVކ˿Aㆳ鬳R[ !3K8Ug|+w6e d b3,}Uv'"4`sy![{lrP|T~?hg39 CG9*;JQ# uķP^Dϙ$S+P 鲲wߝ(|2|$z%R)R=d}μ&]lr s d*ٜ GeQg]11Y82vkJT-3fb_ _ KzkfMk v; K5 2yPX[mqL L(x7V.~N^oD\ }罇$ǜHrxvn #_En$0QXŝᄧzs 4$_A̿ -ImN#˝΢ J+U=CdQ-lL¹uRb{8!El4HP7Syضu}dd )TD{՛geb.qgZMU!3&lVLJl.lwN0d[&hO |sScfGpZ 5" ԉļZPl,|8'}^n[u^=ɾ.HZ^Ei_s 67.Pw"t>ù8na*GY~_"J !Uscj{  P@Dnwe{rqJ#=YH`Y2۩nG!K]H;'܏yg5 ͌ ˛)[ydoh3@8T0zj>ZL'Jē3 ȯ˘>}Saq'/n&jYsa39?#4ey'͂ GN8 ?/d* G^ҲfmZWxٍ7U$%k~^U%K]PK :/"V $e QqeQGIHsb.,V_q"N=NR7$=-n>t3 ÇS8ALj' úRBijԯ`E"LB/ed+a_ tU+i`5 B/&j oU-?Q7o^Nf^f9Xjn'& f,Fb+\I6\KdRK[OEݻӼl&S9c%J07Qa!\2y֥_aT{706›WX>ѣ xmnozo6<OYEͧkƅg0 n %xJu];TY+.ƕԆD_i3Es!pcCA+QWk~QI'\Xqo4@>G5 o{.} ݎقv1Id@՞gu""\[Et;YT}fIhY* UrTRU;" ,T+Ml՛:[6̌$@ZiA/}ơi^Ic yr-Qg }Xi];<4~ZN3az0ɅkWid]@_5Rjkp-jp܁1fkˑ9Gq xn.rܮ ^7i9ϳʰs4gfO'Uu>拡ՖtOt}!SKdq!)&%gȅ+-}Z3wbCww {@ksuQio"RԹԖ6E,*h.I 6h%3I:+fÄ|]߮\B sư%cYT1)T淧"gknbBisÞKvm1E= }8%(n:99QIV ߋbɠb(fgiR['c@g%Su Kx!p\q~b*ZQ=y/H1ōx,{us3QƗ.ȭJcL#`Pu;4r0c\+^Ll7gh/:19N5cĥф([|ηH]$:-|IVXeAh@,-Y )bN$a*ԑ[^GËجº-%]0ЯZXvc 3r)EQȁXxՇ/-'f- |4ՇSbxb, 77Ze]VbY7SW]Fgn8G )wPr ǿوw;D݁ ;uRD é_#(WQdyWvW|wTKYՁ B#q')1Xŷ Gcpe54eZ5\/'0e2]h/x%;*)kԾu93.6"4-44x5M4{Y$9 kED4 X v6(?H5eg% |`fVfU2o0R~0AbJozEcո@"y"U|U@҅dTu{_M|T&aa#687Q46ADi5MJ|EolY4ޜrF94M] 6T.?Q_v7rͳEL!D33XRy[cyݼp-YOXo4}ϳ^gD/켬/Djh CgGs2b3z^kbU7fKXAق=T:_vU<~1s6v C4Ȃ} qbG"C,A5ǶKם+n( @Ŗ聞Fih(ŃLހ}2G9^QhN-`2qpU wHKcIkW  Ȁʢ8 ) Z j[Q&7W,{Fڨk7aٵ*Йq6nbwu1"4&rK KxEHXt;^i(^.zr8O+s.; "Yp[ %%d/=s NQ<(yL,'2N+*FƥxS|Fp˯F| ܲXZ'P&ԄHƒ$4{QOY$ՏuFdZpKϸX): 27S vR2$+ n]^M5miwoSӷ<ǧ5U(5BB/Ѭ6+*\G-R1:b5Tx%z;p- 4y } WR?^AW2 sۯ峇$+;Ј*HsM<8+\90rϧs!$+PZgTRkDA ӱN@ S~u\F:΁s7T*˗ 4m@Q:ڶt/NRC Y=Qˉ+0K4Y]&Dppqa>vF<܅ e/`=ȼmqL1wfg&^1[)fWp vyc._ဖ P%tS,d0 >xPYj-MS Df{>0|/<%__YgDVFRD5^MMP!#.sobD}`B,D wFOnPɄvoUh&dNgTBKOuJX&x^he5X8 Lc9՟?Tim_^H*s 9&qgUSSzGvk b kpPCƱELPmadI'Γ/ߏև4aGpm:.kq`Ò1,~AkO r$3՜ ~6ZD^/UYrP: ~jl!|7 4 ߐ~qDD mOgy2Ș/;ޗF$h*C %2QY6?^cS솩:\ ~ FѢD/t~7LDx.@<ϳl$ sk/A' }Fs >hwpr.b5Ϋi?viiQ hGs^Fr6rDHTŀX/!9bי ^S4% L 7Lݸt QuڡW B: /D࡯A ߦ|וڶ$n#:8p [W4621U.ֻS,J܋MÛKVpm/ sVf .y~cݽg&YWq@{Hw$؞|v^^ )X/!(ZѠ|"7W]F=вmQ#o>: DCX9 7v`fyOt'.DHRq l.2߄V=VۺJ9 Fe4'-VGr4bōyKԩ&$iL丽-KQ.W yf8v#|Rj37o5~b#&Ғz!r&cU VyC"Cی=YUgj*T]gfşr`ʜd"`7j h/^4x2Ǣ6t3""_Ct L]?I %h5;ccPr5ۡ2 ]^sEyRJXK=ʦUg hdduϴ G_@qFd-]CFmr/wtO@ʇȓ$7 Lk%% .]"?+~L^ARVB ]źWkX_@A\'-j#V|i$K8W7 >ӝ@W(zn#K&:3ˑW@7Ovu8LE0b(uJWSicAҨ/wRͻK"W 4rʼN?g݊rg/]P+fV5bGc]"U4suw+`Y1[ΨFR[{)HK-ǡVJM~sA,Y-F֬{əJ R 3ŐE.aTɘfvjT,MdA IݎEJ)Ղn` S-:yVW3&F>`/fBQE)@Y,Zـ}e 皮&kL?b0OnKHTx+`K@h>LMs; BDt$xZldNb ͡#ĩVI0E'd3_r(-ܼ j٣9-_^gJDV*Po9/i8`騮^wG63M:ҍPEA;afoᠭĔ]eǰ <+Mi.qYfYuv"i5LRb-*~{qώ p'&&TH]3fF#r6OZ`{ k ʪsb]8 ʚֿ=$,}Z %[.BfPbNKw bFc\r:dƟB"΢:`eɅn|j> B}q*EBj<JڌčN6ZC?зGJ5ހWeַE5UZ=@pЯLGĻM8 H1&8ڢ9!; F-'K)&&- L&CKJ Jɔt´$@I8:a74Ф*ѵ=qT L E|x;߲*Ga:Dm<؇ ѲC66P- ! [Phx7yJkArr ^#܎ _slqsY-ZL?Ii ^'Û>wDga[ |"jt}Ej^UC%!n'1Ǧ~Nـ#b3ϭyS2< [Fx1)&>Xudik}AaBͦ5R7qt0ͱ^甦0fqYVi)#PQKXeRYR /x&eK=w5 RcBݺRf0秱;1xhaC^k5F 0 ~A9(V0+\h?Wŀ ֬.rut/R կej&śI{b l6]<mqf{'QH Peeh-_>nWy)P?ri(f%uY/<4agzRjl)z{H៰G^J)M}x]$n<$}Tľr+ʓ NoB#|ԦPrOӉGe~^|Om|.]͌՜4dv֔rL1ݦ*<[;lŝ⸊6.bF2"2cRLs ZZ\kz.Xz2l␫!mF "p={* rα<QP8kM}۹ PAD]{ Cs7P"ʉis˨!aa8棆9yƚW~MkvygM,{=.|z_D䙮cK<|DtQCPV)䇁A0+I 84?lE􍠩 ts\c(\&8Œ~Sn $_]Qyã"#ϩPX>R{9'%Ey#pD 4ԟ{B=}4z(8A2 lRs ޑ3?dDJST`^^uuYm2?iCY.V`-ILRX >lB埙dsSc ReK܊7u wA*̼ KJ@53 |mˈR'qYІY5@Lf3?u#J eW DZXxo}>/v?$.=Vҡj²RHg bljH# xfdޥ'ѣ  uzȂ%x=͆X-~A O7ٺ .d]Oƫ9)ęA ^hIrͤ&5s+/ s(1Ww9 ğOC8XIAD)cs--#Mܑ{jIT,;""^])t֑h;aF޷غ^vҘI8wYcC}' qQlM̑mH gePW# Z 7) ˠFofwɻ2EwSJ錾h]C]RmoDې|^Ep|NJڇ˭)`]cJMrVl>9d8\2)z.gl#lzlY SRؑOH,M>e`,S; ~aXi#)/v}mǝρUVAT63c8:-xC̫ظP"ШgW[{},]296߄7@Hg-tpZzY`: l9חqQ=I=.d6 `FU%^)y R}?M-Mu?Y(^C.UţvhCs?9'⟑[D # #;.VaŃ=n|TJVˆtAȫ3҅\MEk^AŽ]'I`b٥0zryWFpwS5Ppx.J]f;J꾆ęub瓁H!/ȶYu(Ķ;2ꎝMۘ ]}]!57}RzXW&4gE0amx;ӳRGNe[ Eئڇ{4?m\##/ tYB_l,p+;[ʅ^Lm"YLq^I(,$'?H[*N Q鬁a X[}YwGrt~=kJjPCd 'OOf,]dp= b:Ti}>#o^`wW{6.=7QK^zB/_K'ׯHT7?2\P-yE7>ea=,L)0?zA@H7Eܭ|Eyx%Ṛ1vCﳠ< Qu} Fe!-A޾RLY A0i_m4L\Z0;P? Og[0%df!eUS)wϞ!"h"ⶶUMUPnr+-+Xnz6=tH$[!c7Q^Џ2ntc2PrVzI=mA38*N, Q*:X?)qCՍீOTKxTn:`zҪNll)Oh1_y['qadCGQY)_*2Iѧ ݡ &S檖.2=FnO96Ǥocn^ڏ $[`jQSXwKS}1m_8b/iC<6$c<7ӤQ#@A\dPlս148(* 0mIedMDUW.; `OS 6>7PQ3+/sC/l{<{~hSN#^xټo#49R;`xz8x]2*̚K!&\4ӥ>eާ2AY"EDZxP,k:k_ _˫Nł]%m&"3踅 lNAvWE|/z _{*^y<~T]h%Fr⦉fg*,KMZWdׁ~iX{Z'Wj=3{w9% .YμSP͛#KdBKq:PojlHX }7e~ڨAX D+'zS^F%[]$?/ɍp|/N}>MIBC9[jDZ= =f?(AVPAg HXNDu+ eQr`p\Td5Nd1 I>?6.>89u+k9hb..Sz"y_ EFk7F[.)Hˊ^ Sm29Br6h>%sLF${'IMmD 4F7Zhg@ 2K43f X! hZkO[!;(UNTw]?Z\~}KCk ϳfr~I7' }lk2'OIL1䩼Kjٞg?8=WL7F|!WiPdSC٦<+BeIDJaJ&~Ou ̰u1~AFMUndx qSSlGQPz3;}Xn,w;aA;0S !aCbv3P`nøZCRcUQհgD5zGT6 r"^m(}@pOU1vS"?I'׎Es,slR3x+ܮ j>B _h {^JЕO.YoFfDN0r4]P" ˡ,: bIF.P+Zmw^ZD0z 黧_pi ?w'8ɷxyj8^xkFK,KP'?<ި HO lgvˑU%bcj3&…~oBgdbIzCD4Ѕg]+,n^\ f ޞR5<")]S/$x0[;_ ^`lzGb5R3jg~$jH21Y$&m:xh$18J+-S)OR VUBtGy>i߸~Lݩ6K3(W"UJKe-&(+T ǁҧ~O呕Qi ]jhaH Mw#=@R&q+cH,T V¾C, "YVH}t|_gDE$Srm4.9XW8Y #{+2c%!͊OߡkTC F幅LC}RAX.KzNQk2m4rA- >TPBq6u9U[5y>tkv*;m.Sΰ]!Xz;c)'Ux x<ܧ0L 6P crbRnip4 {bi>|  u)ԺbM',U>T3+F.y$eX9-mV,ݥI^"sV.G+I B>HLIXe<D0 vf8k 8]-7Pj͵$F\E%yMeJ$2&Fy<1XT#u]v5c*>(u|j11e|l<,Е3(`7zDw8[yO~Z@7_^kB, :rXNfX.a#6E&lMI XL ;IKIi51hWxFMũ+hލMwiʂ= Z8|bQ^q|P'xԅ(!'- KF?:|dHOz/K ޹0r~dt B`SIUV*#O8v{YQc;ڗFh^4{Qgkv>SBg2j%_bvJ[a5vLıLYV}!!k>2ĪEҳJ+6+bk,'K bkE,v 7EFddY1df!YA22w8-C'3+Qi8&*?7.qJhG;LdƨK:K *62ޕۇJ}RQST +zP&J+zFvҽ)/ g2s1Z-bNcم W8Cn Raԯu^VKؗPutDt/2X N˸ŻX\2M@^VkHRjUY]-u7u|x8n/#榸CإF5ArD= q8+΁R7aOГ[ Bל?R΋b [jE üK*Fٟ|utkAޙ@7u |JMD8RcHF2*Q5lj X0?~a _ %jM,=ב #*J2KL"GP:-V%5CvђR+XиAD=+yvmN6yѮ[#nNFEV⾡_GdNB-T%c Nt_P.6J!tY$Jn`_D5PÆ2,[C[d)tׁ3ے,We)yo=GІDXÙf^zYxd!+XP-)M$t72NCKSCXWSb*ᄂ<n)?g| ȴ|A>Q)8s(̟:fR[9j}E䷄{\.~:a(! nfcM`{j8oQ]yȹO{qrR53Hn.S͛dlӻ.O}a'ObpL<%ꤙjӓ,;ndpЭ8OU؏jݐfg0jtFW 0#8gK\U@Vj/#npr=V!9jB1ƈh(M|CF7xK'Za52JsM(nVaLf(/V89@X![Jȴ! /#Wc3r|6srt$}<)K ;WI7|(톈h_g\<4osc' ^V8`etYW:b+(̜yu.=l\\ m O:(VhWsQ6IdZ?)AE刓A!,[9,ӀUpB dZvۚ@B?~fe̒9CŬ\C'L` ۏ_3v! y )\!/SWSj'hu$(zsE q4sOT+qe̴zH:=!#W*Wi ?ɮ*m}|Vu=mQEɎѠFӔJۺ$qx.q7oǭD'Kٷ 2&tZrFXKG쏦c MVXߢyRdKAނ׈N-t/B3k]G;/)(*u6Qޒώ-4>p|BZv*:3'}HYlc<3wv7!A.΅I`Qɬ~H% 3lg\ D%΃JWN~= Jaw |,]xtQM9ߞ/R,+ ÒJBbU{}*wr*>_}zۡ-,-V0¶,_k<'?#K_vϭ з}g3dyHW_2DQ MxUp4#7lޅAq/!=m 3֘WM=tK=U.A_U#Zr|r]j d5AbVz +p⼷!&K:eWu 5wtAc" 1=gL!U-?a}SK㗘o}H)lʗ Ty%LVQ-%!NI4Ud-Q#ޓwW*PNȎ/ѱQIAqe_xɸLm[T# lH;T˗$k 2svhm{Eup -U0M%- ٩m\ܡM wzQ'ϯaCȈdzkfb`́KaZBOʋXgxB<ѳ57^W9")dKܥdKY,mxT:RVV/w[7D 19ʖ'곊ZGt(& 6&ۙmJEĐgW|M'\g=&JI#[[FRI#~/a`L3QT'pհ\Z.X(:iպràL`O}OI;js97Xb3'2Xn _Xo$Mzĉעo>sZXHPR̓^`wfR9gw}hyP:-:4msSK7km{S" EqMdȖ AJN9/]lpn)!\ |%:oLYVM@8 ˸f#oYNZl^;_!S " %"w<PSnfRH~p^\1lj j gFg`)C,$l|;6ඹ}-}2&˲^cbRw:ŷz I:5MB[c~W3=%_,P49'6;]1&BI^rrf2Y~?y1qɵ6YǥLZ+jyhN"g*yMVl*]I uE,I]ZM:"{_R#S[ujbV#Ƀ %IS62c^}ákaPZm?,6r\  i M^C⻱ &SsѦ$ARVYR4p6t`;3$x䃴6;DFPP ĉ7?d[<7Uwdۨ%c*\~- D#!\ͽԴDK@/:pIM3@n۠ҊqG_:M'Y.VN]ti $M.2:(+o}`#13ȏ{[MqʷJhKFfo8zP]@a^OIpTj~yѣiY@LRLWC|NeU}@3SLMešPSw 4dNYZаRUADh<^m)ĄMmv;#ͮ\V*:Im5ݺ *yUl )@bL_?0|xb!#$aLpy Ũda~c-)b{8`9N-OBSkS#%XIddJĢqɊ0Kx'x*Lre,bsRLZ3bUN%9Pts$Pߢ񞐉=Pe Or6IIs)u6Oa++ݼ>'ÚpsNImod8u2Wְ5uyᶾ0H 4(,l`Zʙ=z b=;UiaujCBaD*\h3p6e?<4›Klc$H٪` 7%,6dj>G_I?f3>t5,MZZd+*)p9b2DiƑ:{9]LLPT ЂTTsA=xkHrmW_UsA h f~kNon>7.jA@Kmh](׍ZGwLlUruU=tvEI/vp4żTۈǫGwyН3Pr[-h˰9rR YfRs+L[9KĬk31%Ws MQ2T͔MNZ/{T]OjQ'[qM[pYrB]^)gDm RoAC ݥL?+pE8=j@jo\:8Xɖ.UK_w֨!8jfS8Pp, 6v;n|JSD8}/ ,TsFd7.RV|'$)$ޮ4K4AdeWG*ϏQ8$V@!~Rw-A luSx%&Vln ypWwU`Ol#2cG!-u.<x ɍS~홏V2(V|>z[q0Y8QCtnNmqעa=tR=fUQ>H}6n Ȥ?r;" ͧ&/0]f-F g5 2¸17GZE-d H٢*14O`֗R<;Vs79F}%+2iOLad+]R\3."r)aϢ[V})mi&3="}19]5 ]mA{aBK̹=R֔J^ʉB.Ǐ:ݏH'VP&la$ Z ",t76gsoms2@`cv|VAmS.;6hڗ|m ۤj&(۶X֢]L'%r75b#r+_Ք "7u`B[Zޑg'(4sc;exY\],wl$yI[r<j*(^=I>PY]BBt|GjҌ:!KKЫ@A9ߏ(;0bmIHdCz@PmA4K+p# (-}%8rUkuT8WwWT ZtUNjL;8A q>hʛŤ XWw$UA> ,(n.Ē7SܧS7 #){VMu,\ژAE{>ɤ듈]qxwesw#6ۜX&VgW-2ѵnh,8;#fK|i$ _2YoP_01'}"-$nUu n;@"mqyi¤!}#r?wQm}M8f}Uy[NwX ܞ)+`/J1t6(0vAhLMDY h_Qr=ei>7EJj@p}  3x}^ êy_i~@<Äg;%ڐZ3<&=Ts~B/1x`JrAlEdHpDe6m4"EϿlk֛[w۟gOǘps*l#(dv[>fHB.ŭS?-ބS#0*a}X5X"iPoݚG*`T$vk|5w`jV#qdD@i9;tĵ@ݏƙ~C¢eEmگnF}Rr.q1NizAr(}ڥH-fBI<_dl7A_Hҕ=').O*bu30GU31-KmPݭ̛'ϑniic'>qv>>ҖzZS}vk+ tNnt[d Zq$h>X3 \}^%CA=sCl &q!^J{g EޟK7x._ʠTY1g h`.X Rb A{`e~]0z"[\iaOFQ@_9EIM)eie){*d|*5,SWՁ.]VX\cO_E!ԖO,]N uXW~gΉhm^7ܸƇjT{ՊD$!)b7!L܎~:$MbPb}׭1إNʠhWO;aܫKȼָחqA"G:h GQptgVI~sѬS52LuLO[^t{6Ƴ3S k@GΥ:19 2IjPZˤa%% 9fؕ PXu>hUN)6Vf 7b\dU׸~U9 י2A$TJ[/%挱8qy fi%zȴ}): ͦtBeq-.MӀA'GrEi9|qozpNv19_1oR.ct`hgHä h3ӽu+zǣB/mZᣒT.@r+JΟus+o+qxSwCDtG-ŏjy=2 SIb3i$kvHn%E^Q%dT/S묝S4 /7o@,X"+ bHz#a HoW54AJ"^rul&FHբ  1pZkb4N*%? B-7@SKBJh$n3n#~"qk_Xf؈&I*OA 5 |S=5axP)tfM4 |mEԁzVqx 9) #*v|; u3=dd{i #iwe8y@J+/o~R?Ewf2VdC@΅/V$ Cd:^h?0r+rh~fRZm'nB FsGz;3Un4(p.!0v ^!p'  ',t?^ʺoSVga⓿:IC(C [{DӊRU(MEO<丵y?|-ۨ$_a۵/Klbk&L?M(ߐslԴQ&]Qjm"+-axLUkDF|9}S LW$sJC~ɐbqKl4Zn`$|X{L.Kù[+L-d~',ڼwA$DR:iu_]QQ#n_ߋ"x䯷)@S(\9"i ;fX; xSRSDhC/Ф!pV \,A!TCQ -HˑIX}b ?ĜNrT*eKp}Ί'"OLA )'m]$aDަK ,f9M*UZ<P K 즅܂v ԸOu!$#cYuA#wX+]˜vV dߙGe7Jpl.A+`l~+i7ȠwIvi66a|l:ςJ{9FFa'hD}f-(FdEC K_hruA'#fgOfajҭXY7' Rl#쿲eS]X)!M#H@,9C c>a*\/ >Q6k!G3D' gr :C r~Sy8FߤnXyZg U?yFI*1?M{wIJ 㗃[9}./@W&oG8p#` baT)6?WBc'Ukg'D6Ϣ L7uVғw ^aR>-~zNelorwMQw -JbO11B~x+Xǃ飤٦7lKkf!x\6U:=FQF3\gJsVq|3QyBhh(6-0_,i,x/svore]2w/ PBsAJK<09* 05UWs3h `abhER9߉ ^*5-2]᧔t`"3zX4,bOEb,x"L52RqO0VF0' {:cA;yYtm!2'^sQ# 6/kz:+R]]3/.N`}iִ ^glR+,`Hʐ?.˸L[,U-ŵ;k`ȡ.i31TiϜ֝}J8GSiuBJ fdufQzpE~|%yxGP q;LO4]*&`pOHUͼ=lq;f:.ykee}{jo4MTnOXY ?}%M<:"q"J܂M\ã&a`ۈI]j;ܥ*P>'k4h4YUNɌŌ@ /}nNZRJY8ܷ#,:1:JCԓ(`qi"Ȏ>"ӠONt7,JJ'< Xu_q|W C(N(8PNgxgv]<,!*<305,#u p(I` oUW >vX I溦2w'^IڗaW=WaR8L{Ûkh5kTN tuUqM 1] %R[&N x˓䓷kFZ_ҷd^w=+ 4xMĬ2)9#Li̖Pf#j)x]̼N#_1^4/^f E}+JZ{_3`-c!2& Csh;|#o%umBxAN$ tߢ&7%DW4$u[4Nz!L0%=줰ltF?B֮6{~ M. #`9¿ey|+?9c,- | ' 13P#xCc|%}Τ TMz~i{٥|d&zHYX9|NSxleHe%q ]E E$*dx! =spQEg$*l.}9CN3! W ڌ6 ?E6p*${gxk֟0aث}CQPtɋ=3v(ԇTtޢBBuQ:C"蹱M55Q6Xs94Ԣ&*::Q`j0T B TYl^ DN`-n>js|b ~#לfȀ5ezcΖၜHwkjSPr}D"Չ?:Y(w5ikQ#<OHo⡉av%;濞kSVCA)k.T!$/Uz*mY;~d)G8"ޠ<%g8R!# <ȣZG 0N=Be MLGIBE<5ZG1 . YHwOٴhZgz ]ٞHi?L]33BEL~HA2hnrT9kB & %665{ f~fBuVzZj'$+>(]A^'+;=矱]H=+Orq07ÇG$ TA ,m~C*Gg4G#0y0ÁA@&wfNv q% Nm:bv ( _bYpH?g!۫A;83kjyʻRP;B5L[[`­MQEd Aݗ^>ʺ,[/S'TZ[冈=EPf*(YXC;,[aڐr)"1\׎E'.PY"I6%^8=Ԍ> ޕV k>N¸ t$D==6yST#} *˱M̒Kii]'Yg>`v28(rqJ}vDK'a-p v6u%0j=vY7uV`gkBM{(e\23|}7fh>#0. I2&|mVgfY&Wb\pNKL1ԇ8}W _O(mxT昉rO}XRwёbT$FM+AN@RQtUho5=pUۈAF>ܥ= /S7q(\"Ǡ9gM_DJ>з29>X^u3e%gϗ`|!0^E9'"s+~e$D,H+ Fz\_zr/[v%ܩanhE wW÷/ T[#:$3Kbxgb+¡XAOI6̫n:I7 =*ai6x'¬2v8V7v ;b:tڢ_G߱(ML̉/_h=7I0(wt!"]&aR=-r٤&GIg=G.BCcvS^ C֋}51nԜIm / zE (ȼI.mymcA)k 5&7%7KtA$v=+pA4s=Z^.`X 6| ʙK"!ܱۃȿZ@L{W٧PY, 18G:○(eKFըF^[L/kDbss4y?Cl!_Ԩݨ{<Ն%3JZ8[v uẇ ~U$N S"mT+e.3TqOߩ>d׆NP#)%}i0BZ.44U\j^j35 AI(EO_֪ݳ  4w}Nr@ϡP}Q4!%AYWy0 >Ov'|-{+`ƻ'CR!ktJf(rNe5avL(詥ÄN9pS%9œuhcCL u ٵk{3^*pf+::"ǏMU[; ^ _1Q6].?LgO);׃=4ߜjv"' BR.ee+Ќ%5h).unEPUk ,ހl q\%>%6ϝjhY]Z;-hv=AUE\^K7`)T]~bp7}Z WcN'}aIJ]?8[ ZNXGӿ?@?htӮoIL/893|%^W: {C/L_he Tk|42X9Y,B<ȧ7:D~9K eE[!>u-uɟUf.':@c%(T 3ߊM{>mUz_PDUSiI @J7&JDzzLPk#S>nuXx<}6tL4PaѳVqCZi |Wl?$VK'b<)r}\ݰ[_yya{ }kTa*pl3QNit?hZ‰+za%AzG02ʒbu6%{$&}i:[̪.z-g:!艆Nzd!'1qV#l7ȶpʨxxKL1Jx<6Ik@<ቒLh:k~^3axv~`RXѻ?h0p0(57/s}b{WIcִ]V>\Ăx{wҀpKf5,͞;r,BU"ۨg$pHuCVe~nW ylaէz]"/ZP*:vI_߾I+Dxg$ҩ๙ ꮢNA>:ؼ͗ k e YLd HOm[ G^*;dqoYP^(b6@܂pXLd%ٳ7{2XA]$Bh2ލk54KnV ˏ'ٶi?T .pFXk212q=t(I .UlPbIDQqjH(K6W5 t_xi_h)Z s9k8Ԁ?&01D\-& V\s%m=F= xdқ!@2?L|V o#_@}`z~-=qoZ .]Hl7}W/Pd7xyx5ْJ; +j q3#?VlSohj y泯~c : !,*\胢tbӟG"n.g؉FjW6 n6JXnsLmgy޶@4/#~mdZaYU .$vQ=e<\~: K¹{/dj(.TNjwZh d``a'OCEqXd^֙$9g>==wWUp7<|JLDˉHx,v\_Y:-}#[?r~F)vY۶- Q^JWQ44S0m51Ԇ {ff.l16苪+L;/pLsyZ"ҔFG{z 9MOߨ_@^4+SE"'= `pB}h|C5||!$ ڝ?h؁Vu5yyz42}z~yb)a8Ϟh (/|n>@vVT_m-%M@VMA{`yw^bSӵ/^(] \9 hK EmcEe`Jc4E)U?5΃w@taMVL@ naCN3@Vjt&k20;EBh@V|Dةp},*Co|e4r ]rc\TjxFEL"xѶS`T/,քiBwPƸQZtt`7t_[Td*V{M0 dk>&Y&$nAY $:>=Pp?}֌rggc){M!i JϘ(%ң 5rvP 8~Qc:e])+r/w~YdIi(ȂzTxz=rEA8gZSn=&؜"Jl3XF]*c0^žabh$gGS,O>TxaS=OR{V/ C<*\$A3!Xm>+F_Cl~|=8_za_J) yGPG!.i-0 K=/{Qsi$>ds :\4 mjjl ?^ AUQl /A;EOܠvPQÔ˟w޹xRy!&sfqGG MP% @ }\yIx~:z{ohc!@gM@F\7[MP:L&Tmݕ'ȳ`c̊߂&"qXl;B?hu5}k{8*/&*5w*4eo]RFX}ǚc;:K/}p }4UdTDO ymu=3 !3I#fb $6TqODwG{:Qf;VAgѽ&^C&vg<=t~X$WctS)$=|˾M Bu?1Uy;'M«Ox*l=T0|<16Nh܀pϛ͖ϪR1xn<j_YEh@gx;^Fz^Eޤ.-1cLd\xeֈp{\[ʇ9 ):IO8bnR7Rڗ"Sڃ/5ՓFӏ{Qǿa4`cQ ʺGK7g9'U,Z +NwRkZ _"7rPs҉ Rڸ J"Zs<pS|j{Yʕ}uDJ%5$ae UGwls\ VjҋD{.h;Y(ZL"r0B_ ']R7 lEYS-vg\ &As䊃d Mˡڣ##BOݔ*rڽ;=,Ozp5p>w_͑ 8!G̹ .srls) Ttפ@whV^"(4@'}STY[:k 0\0,J yhr|j-_.1Y&맥J}rQlK a/#IyǗ<3eqSh`8W(eAyU$~6bWmGm?!P('(ᤡ`@b S9>"ɂҨ`=O0{#qd^BPzJ1N{NaTր+ 4<fV7Z:5N#2ƀ\, G]02C{v.m$Qc!4Y|oOWm%3^Bӳm>p@UbPzA,1PQVAm\N[HŘJm<:ӂ\}(d ׶zq5ڲۨQC`VNY0_v;#=zcy.H CϘ*MFxASG!\ Zw `5qu:7dYt92Ĕ)υgC|czŦ%6*z%H{֜Ϊ3tIfE X̼N-7v=Tb]`cdX՛ɳSG:c-lfYXzaM|e&#r8Q Z+2sO{Q w3.5 `Kp%v~cĎ"oU e4=m,rcBC7q;0S(v`쏑p:5(LyIa &h6??[7LmKpVlXS l5P& .F=qQ'yOSnβt;^/H~nLi1aR̗$P9C'#bCr(LS=h I*u_?9l|56W+1=uTS+T51Bx$?Eʓ03dY||-U2d }J@yҸ.E"u GCs <9l#|5텉K٢I'#[EJ C`՝M I[?c+[9 Ga?hgt)}P~iE=^`H}ɖRMEŲ{B {~$pqw>ioxAu GZoܩ r;976~} u$FP}dDĆ@Zڠ1cX =lwz v]k+FTTj]z$脑䓕~j&֥D1LX' 㹐;3:P(ZzX׆aM2esS}; g] W6S$I׿Lt(jEڃpM6gc4^=DŽdy{|#L. OE&m[:rmn9Act쨔'h`'^D8>*Fi+PنqʘKe$]H?L#Jޓ\4+>zgV̔7GˉW=)d6ߒEc yv\Q7x_.]_H4wׂLɋ 1& ih&iG{ B&?,wV 3ќq( 7bڽxIZ_J;_rbcƖ_Wt Wrv]|{ 0%hvBtPwQ ";zuh"2-bτFh%QOΖ~f ̢Z}ȀPԏڄ_̦k޹[^Jhڝ ͆:ÝWEV#e1w`aVȕ p|Nvty g0QZfx˧8lTvE+0Sj, j̣x$ KK2nN67+חmCl3T۳=mm*>@ov.gBBOzeAlΛp 2)]sN&?m>5ȷ='~>f&63Sv;D`ߝc M<P(EQx9yc4PL|4'_ZyGM[Ky_elXD3eb_+rG6=2صg,*a^xPmhℎb;0:1+5c[bu&}sᯪa/|+`N#?|~TΏV%j.}xg:N[Y.kx/2‡KD8#soPLwG%a7HBi A]yd ,GփOc"ݯͧ]"dF5>kHrYHz8$j-wD;O^`Afb No޵zPVMkC?pZ""S,fV' &WqZ?9Gna CfC5Ddos^UZe#[0iXmS.qר#8b EZMT΅4=i>ihh&rLe*ڕxMj7Nެc!AiQgG;1n}j&'ĩM:[[p1x d .}v-1/CKyVI2M[6MP@4vx$~BA/gڙam^c*]*%6%Jr.Df1_x^Ł9("R#Kˈ (׆xD~rN.p=\x"?>lB"8B`6?Qm(ԭԟ5}ŜMQ7@o+\  4PSќ&& 46zwA{j8Buŗş~ERqRQG#>MP9BygLz`03qYO@gcfgyX5؆Y_g,bG$Z/n1{{K)~kP lfJJMcW͒0~d0Kؾ_<Ҭ>ZEP<}9&*u$ x\5mFcدE׆lņX).AziRxp@`-||VE";A# X[KRs*G zw(5khpٷ喝?< ''Xz{8 !es :.k _ Ⲭ 7۾Ѝot̋4l6b}/uQLNQT=]tjtD0:k4>SQ>e PϽQ<8cz0;m~+ZtDa³P{X{c.ɠg&8щG} 'HRX@{c͞ -Y)zIJ˞7NAo ބ"|\C%i5/s$GҲHr=a8B`3`Lݒ;߰@| zGx$*X4;l)'#/?ktMėw%׼BDVr y;@4 I4hSiƂv2"XaD'GZsB%W7 ~ 2Q-O$ N^" ޠP R"a-b=KZ ZV*)2GXM{چ?LB_wq .r ȯDmy@*ROK ,"OUUbDI Yd罤%yn (1 #-0 !`p`s"V[&0:x2߯À+S1Lu,],Lkb;m(U/z+0&Kuujih}׮r|j.!T^fhlP2LQ ~6r6p)'CPz*sN>&kŒeom8v`;B*V-j8i o"z ȹ&n^kooCӷ䏑aK@j4c&٢%C~48ž;g'`%[Z]F04o`kN3OXbg-Ǿ>Ȁ,^/H֡!UXzZ1=daZ0sBdavӱᘕ>r*Z /&E&r;R[o[BV !X&LUZjFI> *KLvD-8a%a |~~B>^߯ZyG{c!C1(QmrgsUQ|E@)gDz/0IiC|[m沗cXʘ$|Xݣ2wQyk-Gۇ29R=GZ.fiEQ IR;5rL81Rű*Є~pPP"`d87۵ޮxv<)&Xfk SlZ=|C3&PRV[ͨ+)/*S37h ۤv=1=1}l Xޮp \;3Y'h- aO̡#?kO?œ Ƃ,M z{-vK[_/I]PI]T$%ѐ Q)XDft^bYܭCug͙4d|OXZO,lt>=3'nzUF [oԐMM5(v ,{Q\E-.6nM\D|H,,B. eBT܀TO\l[rfDzVd})܍eQO'ktnri;(P9u*ZIP֙hA²tF6y]~ $L?lo~6 J㶎v vav] 0@Y ʚ~w #(mZic NFD+w5z߸Frư/>M%ឣEv wP>nxʮnYˣduyrb?D@a@(OhoP?bcQ ψ lA4O\*W6.GO @rBݓm̳Awcw\4B6)/ې`>WWNY+q,ǿk|G :LK9 5*8;DNiYթ3t>ƙh'LScx΀5}-^ `LTB>iC,]xFZZvܛ@IC^rx_Hȃ[5g3\S䵑 i􊦠oEdS ~% -%A)g}z \@ێFP¾6&yIHAmo j}JVDear鞐HƆ(qMQrBQH'I`mG莑& Fǹ >x6qͽ똳o( dAޕP/jZD&s&0yO.eey|l6eǖ31-c!N:;W/?yA-K`?hH,)LO b9Gc >k^!ϰ 3luPB#mMs! }ՠcl#PϸՊ;0:&%Y"@AY]@XM[qۼ9jd%= wNoG ,Ucd)Ӈ+w2Tߕ.J?APn/Px#Ŝv6y+d$ yAE*el" %5u>MAMuV]=?ƯNLrP W D>sb3y9$a=o5[i)%? eF$pG"em*tNAXkPMf wC&lúc['f?nP$yX䘌!͠ }GN lؾ~fvG< gEe:-*8sܠqa=>$P幾}w#C a2!B }TG.{-g{ܢAf/Fm5LB~hQpրUבGb.~g9/6xj+_ +%PX iqP6*t,Vl_M)wt'R[``W5;.M-攮Knrrzr03˫H@[YB?-~_"hRhE>F{6K5%}ޘWtvgv-AnS'.Gq$SSXJok ߺ Y)0*QXtO7 ]^q!aQF"|q>s[QiqLcuuq"6GϑGWk?1H bp/i[:Yy]yCCM&m ^Xv2VDu͎pQ@;p/Gڼ"&!Ԛ ~7Н{-6I &B;N32ȘJ堊NB6\UjұWn;XgWovU}h(]9w7VF(fK>WHk' ;y~g8.ӟ+JHA(1k$ߖ:>=uDn4)ƛ]:etl-Tp X}{ƧO!2V|9tausJyE' [QU67SWpJ2M\Da>4 MWFN\$Qx ԌT锚W9WKظl axRGiK4;]a:#t,GIVQ[^OUJ@CD`nT`\Џ˨9 BM }Uq$k2lᾁRƔyC'8MEwpK+ @oy 2VWa˳~ < w^Mk']al`|E7R^ I`]jZ[7aרY 7~*)wU/bV6 f2 (<:jkpB hQ Xqu\°R1\9]7F?np&[G(^^%*6@E¼'r^PXD)~?dǞb6Լ€싹vFV^$*է'{XהlF /v?䑦QmG#IWS⮮j =w4(j]"}?W:ȞAji-m?V3((\lLM! {NWqʁvҏ}.buoQM1 dyVSHLsBp8VMؐTIQm˩GGTS_$;VAg{%5є߉ 3[XU*f #oED@K&0\d/-69uDz_b_qn~n%$09?H6GZj!Jgh\qQARo6{&wjTzg6Uh@f%_oݑť-!Yڷ,5֯~~s֨鉋a֞B+9hQ- 's4`N$'ۺ#"C%Q3 m{sToBQf-AKku=:Z3x˵6Q\Fvr/XT:n~r-![+#Na83Pl [NcsOpK idDuM2k+:utݐi*itW9rV+65ɚ~+ҌHQI=h*DdP@5K@0`#U"qJ)*`}`{o+EYϓ -xq.}~Y%rJOmr^:c⨕bAgK>?s yr %QL I|KL^i@,̨ bN#Bfi@.ZXdCg\K.ur-amώ.{y(=ZsspS5F1I;$L)Ї/Trz@:~#ȩF{WK%/d_VDY>FoWOMHXXߚ ! '38s w(P iMK* %-ekb:kI9벆E_H*t/l:Em>7uFG !v_ sl$ځ'5DnOCYZY(oKB]/ L Ij. Jr3u 7,n&301c?NkƷß, ƈ_SeŸC\ziTd}gR w'-_ LB/v3Lm}3`-=b;S`uA=DBH,Cr|З6IdVh!٬e>Pxm}NŴ@ M24ľ̇_xPU`|vUQڪ8:ufX 7-AB-j2&άb ;X-ξê̲T8d?V01@G"Ŕ04bx^tɷ};>|/^)S5R ֤:ʕ-Վ R=/c1ğu 6;D1I!>3ih)2t=.D/D nXhSI*`U/cN2OW9 ؼsN4(ÏXD>QEBd^W@rfA_bҬLΠ^zF(Qm~ ;UNJ Lk/r#C]IVo܃/׸dJ PHJX_hͧ,O\3F7|9[b#T$<јVx|ЍS ]P$e"p(O * wPͱ)n v% $1,V=ݼޜN")]HHBZ@D`P9Ά5-d.c\ц!I\hҼH8f?񦷰r|z<`F8Jc/7eSiOqlRJGMph2 YY*6ޫgyhtM<^}"8MUdRHP{[n=9ŝFo~f-@}ۇ0$@virnLGԢMl20č/Q$"B9 URh?w wB3ˊƭ?ȑ R rUQAiJvq5t\3D< mH<X< RŤM'zXo"Qv1Z ) &,ǣ=Uij~OڰLsUih=@/1;Ws80w4T pr"xZ(PJ4~P~H?F^Dĺ0*Ǔbh'|_;Qj=֨fcAȗ6ʢF: dN`6bZUǴyu裮H>`Iʎe٪t ]UV(SM)JၡщX}Hw!U_ vªq*F.@d^‘x*f[1MT=/EV~nb2a?z+m R+i;*M;^Eh ?'g2!GL{alD}j_DLPCϫ8&e '#';"{4Qf|;kq%/ }ߏ8ꪊ-,CʡpH!G"٣ލo3XFД~KiWm&UKð42#!ԫ 8,?_$ 3>nkNցs'c:0p'{K$0jڡ#eÝ0ωnh餿C.>54 UvMuiRn情E<]g5 M{ssNnj]gC<]Ocn=c$!'ȧ.ơ*ߔ!";yb&Z;!hJ?;ZL"O.0?#9ӺyEPZCO)uCΎpLMZjtbi ZV8W1 xk@%GCPڦL#;yn|{ {y4\tnW @Һ_`o=PHF{ 9 \l|Ma#V&q3jL˘sa!wN*-O)|uOFa\$p8nX0(Џ@nS.ΧϚaJc"<{rr8Ӊ|+57q(2i4a+GK!%sŬL+33|ᩱ+e`"vQ~)rDR5yWw n$ɏnD F:ѫp.m,ۀpi~&,<'Q$sKx k ǘg8#t\m^ ^|z_ 00\P|axmu ? 6B6ȭ 5X<פ6 %Sމ㿈g~$-r-1Z>9Ab"t 1F -U5r|z$~I9z 0Hdq+ 6)r8699N*Iл}8FS#ر^?I~w_o!# H`5O徂I4^܌OFqaR7 U^Mh;Ӓeőq^e!BN-e@-ve|V p6eɢ³~TR1 3nD!vXb#:<?d#~◼vWrAwڟDm>m99w!hz>hb*a\W; 2.XEӋҴZ7ҍuQaɫW/Js&5XΔ0Hם:fp=xbkT)2Cpl!g=E-d 6TЌs}]n"eBWQ{;F! 'X&uV ea&g?~14$-A@ >P|-6%ۤt )@:2~#oӈ>poc$V -%8V~bޠ hYoV pI.!CU=벘5NuMLN?3jȋ\fNX43"B+=}h+8u,%^aI[}r Yݞw,@` `R^ +H6(٩%ҤTT-ZK'De5!&Agf{Bj)H#hSgߕ0*3oF|,un`Ҝ^3VY.*9VjBmfLЏAts&ؒSL"B@3N!ngA`$ӂ`ĩ*tbieH6#XrB$!\2 ֕ B1ߒEwZAtQ hp0˽ǨDVK}}ukN~$XLi4F5^W{,vH Q&zg^ x}Z)ߨA3Yr6ڀiyBD!F>d;g@j htl "= UD$@LLHȹ`9Q+"lt*K%@jNCNA}Ȇ "g2L@ltAvG*u\!^}8@v. !B'jտf‹Xw 8'1~VG?6q21]uǚX@Ln`jp}I?Od4᥾S9rE ֱibOQ 6ۘi0J<^vwX@zkBB#`#o߭*Pw_̶@wpDU=ctWF33(7- 'u1$_ɶ s%~1_qgꥒ=g `Q3"]̅>a;8~qT“#a<Sp6#wV)C"cz?kr`KqZZͶWL%RTlF)Gh@6L9PN@pxy@ k5)3C|gg);znK] ArVGXaf0jsvRE yP:- \ğƧ(P"uEl=CQ2RX[)y[WU]%"E IT\0fXPu36*3kou~rJ%J#xS5pGYqJ=<<e&!FJTxTǫKyXGIJKj\G=ƇZϯ[BHe=kURPRQ%i_1lvm DwKTa.OOy#h*+$X YbhY+ZrÅУ4.4K#[qjc7Y70IbUnTq}KSjGd;7{\b?4O,f;V'dL.p 7j-9e q^9Ŋhs{pW *Acmt᯿X͋|lKq\Ggy] _Su%'/ Nq FUn)%c_uB0ljpjpƹ.խ/+^2*42%WɎHNj_+'<?:YRA#2>`St/8R 4d@X)' 7X0"XzR]VہIhr#A`` Ez%+SZٲgLma:;AcfbҝH^*, £H>"'6(DRjjipvq(=q2KC{rmi"ql;敘jj0Q?D}3/c0;zN=_:ư=jj:=,eЙ%uX"$[ntxS2ڶEx:/h=Yhȭp6X2=KVt޶Sb 7gXǢ{! ٍ3.۳ I+ՂadBNęȷ3F3PPK{s:c崙6("eb";w~Om!rNoPǧ8[T#҅tH@Rc_tDWV TNcAV69 ׹Bī 5F9KS@BMLzߜHH[lamKCE {矌Tf~DHx,6KE36ΐ5Oޗ=cJ%LVlZ"r&Ç} `[ PXXngX-z~az5Rֲ9yIp30H47^ wI4>~T/0C7+;nI <,BqҦ]0leL~>ߣYA5т8IuGcr?OZ՘`s5Du[Ҏ抐 9y\ R[$V?]>4 Dn* ܺD&(6r\!LI_}IF5,_5/+nS>L;3voc>331ꎱZ6 Mo~Hf":@gvgQ*ňH{8`wEЕѣ[ddzƛfBE #`7Ůw94B<G<.Th7!CZQ: Nwpl$wJ1MBK&$rԼ քKs VϴcO9 Ĵ4 83q❋?" 2QULй^҉FmVp|UVmf c JTYȔ 9#N[d {K­Ah\YќބVCFr&,#P.xVZ2g,q'+6 Y+OXdJDc]幓TE8DAZ[M# p4]p{ [Lڹ: 0 2rn[~8Zucg&R!ךh&QFdңRnLb*E">`(wC-_ke. !I 1;H DI'qAqa!zx6znJgo@5j-Ebxk ʗ Bcl*:E٭ETU7/[m t'C,zEd9)D0+҂/{=; yn;"m< h$aO.͝:.|z҅ cJE̅mȮ ky9^6(g8M9|/&c!KyhSZpm T^G#^[mRA(6AE:rYGFAe,jx y +R.aa ,&@YP]!,Ԥ\|&]ٱ}Dȉ fx&bsį!ա?Cu=?v |ޠܻY^VCVﯥFb36&iY/N2XCf Pt!?tDd*N8r\sM]PYE|-YӮMZEJ69^-{42^K>:t=PUΖ2^ #q (SZb+ȶÇSv@ I"+lw_sd5C.Xjyj[}605jEuYn[zpD/=gdR Vq- OwvJك9X*j٧AT Ixᶴ[%/-Y{|}-᫈_p j 5Kaeoe 4*ƀhS|z ]ԋ=X(;""a i(&)K.P ] i*_0zcf6xjº5`}#1%ry]o=uiiy:#q3PqWG0_ JxJ!p)ѺB{F<2ap["YQ:m7>N faT!,3;BZ\&K$W nT7dtC։ʱ_`1YS}v8hv:*ZMRV$oޟI{oJ3ͧ͜(+`lGɿO0cric"{rF H~R]al~bS#W_Y_Oj50)Uk UVi rXK :=JwՒ+%ˈނUV+(02 .}G0))Mٗ`V$GgeG>)a[]CT03R1vrY yŔu^{'&lSCh-`ļ$EY ,L6%bg<[<ˀol)XR}JOQ+#M9{YM7?I*Z?GSjr*c 60Hp ,RNn1EhDSat "krN+`s?q ?XתzAg7RtdL?NO-$V%,dC5RNio.¼,xo 9>+ A4 tax}E&|JҋT חR e_OK_a8-'9cJׇ6?R_J*ZZ_}@-*\ 9~VY.UM4Lw((Sv8?W!^%<|XaE8IJd}SgSTm0Ƣz7=4h0 gtʭWhKX8s't&!?N<SI~38_‹ boL⺴Y͓BUr_a} ,j rpvNrIgā4WdqO,_.g%5IF_Jc_*-wݓ:X:qfM`JO'rㅾ'XQpv!AgАt>z?&tWBB\Ɔۀ8 ?_z}L啍=%I^N3 YGܢmlH V81f ^/VykIGcɝOv✑ݨhu6pCHa9YԴʻ`HrXhu~+yTxJ '>%<Ќx+?:)v84\ Mr< a``n<U0b/P }wfF/br|]:'l[Rwh]8bpKVfBjr| &1<7(oN%ך%&.xGHn߲E1li+5-b‡ovίagi ? <l=JFՃt@jѱnmŠ|av / }EhUەi`r;iaCFe|~Ƞ@$<)mMwUĕ84yi3[$U|J)##:w&W)<;q!3y;CA\sôU,.{ ױƽSs*4^<^y3JNXg߈z/#Ȱk;ף`uhGE].-uȊp=8^Y!E 9d/AzW}yN# Hl,sbf8Ka(Cկ(t]#kj(r.OʔMJ#+~G!~tAΦ"[4$bmI0 % |JnxlxUmLH'ޱ"y f@; űm6G/`j/d-䌷O[`ZGdۺuFfկL w\G¹eF d_Kò0Q݀eB=фl\ek6P:vtBV QSGH ֠Lׇ\-=2;ܣay_9Ebr8[aFk&\V"DGy M:hrCbe%l4`Bq&&wogƯ)̚B{M("KsNQmFJ.ٺ΀3|'Ix tZF>߼{C뚂dMkiw>C mn5?a-!(aPQ1Vºd׺{^VV'h.4ުܹ&tT'3Җ(4a;[T&:K' Z遅MCvL&,uh&bm 9ucMbZ@' _})ޫTWҁX@|A2$ya3ClN tE Q v.Ν1)ݩ㹴&#hYqT-/ ,-B| 1 (T&MlHj\Qϵ'хpo'8o[񱵬?6^O[WEp:c_٠6f8uQB֭t چ3+ R4#^MMzb3p: oak;KV Z+ŊΦ4jUIOsk+1M^mHU'5fA"<oZ|0j6\5\ 8rP-eBd,J q+e޸c[+jN8sa QTgNMY-%4(j' aO==ؙO=!NC{BꡂS'gĚMuVe;׸RA>h?0aqB:Pvb/ƹfAOC"Ӣqu)U>]I=G\c,Z 2$۬zK/L[4c4yL-DWDQ N:*6a:`p䕻oJFKC4@C9UXtڥvˋ8K rܾsfUX]瞍˥P8Nj:n4(PG`W,#=V#d\OLрn"Of g7k #0* vQW"QT|e*~Hh?kUu=i#o5Cծ?G}gl=0"~ofٲ ͭ}&>63kn{^EUO-/m4+vPoXJ5s48&uyRsh2nA-gK "s +x$8yP e8v mLd\9{}KPUYM)PFk4TM;-kBNN ,◐›KVZʷIͨlQjǟKFMSHx3YFȯ d0̖RīLٛk?ٛyEcdz2kY&>)\҈_w8YFڋ^7: bELKAmmj[7ORO'C m亦7)'~&^e=8CR>܏L̹w 9j6Յ8ʱag3Cti-b8R 5uwMQM2ٰzVMO#Hhlo vE>jm܈˔(> 22J[b"eU~YvϏ_E;CzIRzr_4GQ򰷢Eiw8Lvj2i3@[9klQH]:'MbЙSu 26&ƹm)Ys ʔOO?U), >묳;Q2ތjPpOlѤR@߾Ski=7*M3{@ߐ34% !KI[5j@@rHe-YlOnq M?8WlN_ճ9صEj@vzl$*(5 a$r漢W Wf\0߆d}ء\oq{V:<ҤgyM|N紲rn?&-p틦!tW}vƪ/pe*L L֫H5C`L WflM/1v̲JpR@|7.Px+mુ uط7tEU[w C+T:&is}6=ΝIs!u #SF媫byAfTgV?[Jv9aeׂΕ8W9bГk m6k:2||yo9H^]o r+Ԅ~}Ly scO0ʔB\q$^;gWoQOP nGC. ^򖸮 ./sD[pA<0olw TQ Zl41ī׺JKcdIx~5 Ԅڶ.s~IbH]D*c㶡dأf4]D_6EϽmWlj K66ΐdFG 6ΜۼΈKJY5 LN~6wׄ, a"*3o/Wd] +l/mn|ێqMkTӝTa% ѢqTY-6D\0 L-?K( mrrŚC<]a'4R@ :4fV3wYbU`!F4Lkw%4@v+IhHxd;hfU wH<ReaYb<]m 譚pCDaݯS+[S)U97*rI Ȅ@N5}S<8J5˹FߤE֟QA(d{_>oɥgu 'L̽M#u?aVa d?K0_=LЏHJZBME%2Yu~k#f2)Oߣlܠ5!6L-tyHGo͞GЈDP[#skG| Vaǿ?B{W-͓UU+ ovM)*+t!mFBP5Y=w鑍vJobiwnixJgK6z:Qa'Յ v8eqO)IxB2`Jf)81V rHfzMr2n!5l֓NMqUܽj>6w'6@S?Cݭ2'AUogvb%{H/`n{S ? AO^\HuFT_#'#}0!PP-ZZAKD f.v6kI ac{^yG*W~v'7(fU]k<^At[uXFe&Cmk>dҽ̟BYm_N#L}x+X% (7=e+s$^x~ģWj4G}O)ùgsGB= -Յc`ko]ZYXYUe("3PղQR_aHtzbnFޕNZK'Ǻb~'UQFPgUtũ?Oܻ@8d]8m-7i#Y4wQujaq.^:Ä(xMwq97vНXC,8Ș] Z=l}XkkX+i+2Kp!\n o^X-'nL|!\^oFx1۷hYsz&iBsZ:Vks D| qtṕֆ,`aw+,@Z;saLٙjMzg$_f8ǯ@2!shl)oOwܦsoAg(o;x4LqX$K@7tu#;8h$\\;((*/X+.?Y2spl5jjѓujpX=I]|PYdsr$e Ĭ({ޝ(@LfЉxo9R|Z B D`6WmoO&iguvFnfR t/[u7Vj JV`'P179eQ @2>(8IH҂ȰygIJ 7Ҏ N"%@ܹ.u #+08pl h'gU#N^KdO)u/}Kq-*lʭ%Zܯ;?q\(6k>/2Zww."تyRߏ,h1ƛRwCE"8w{Yݵ{Y*vYb銴OHʬtԿB\׀uV' \F!]zs(fO{׊_\f=E#C'4C&\YV [B5Caﳩ 猆ʅ,BȀ>AB;9R t%Uރ;v:dB|%ғܼL%e4ts{uB(~rK}O  ؃jBb&#b:a{Jm/;n6*柪߂+T?U 1W)d%D  O=/&q+|; eQɠm*N;1<Cü‹:/wIg,wY[A/P<G _H!Ӓsio|P5h#2$>ZA$8ꆕ9Q/c8玞U: K`h`B ^ʼn쐶E}PcRHf/{m%@ts^7Dܾide൪Ъ@}$ +uӎ|cX$6< gv;Kԟ) `urݸQ«*QJֶg5>O[{W|Bu (t( g`0 m 88t 3RXBOe29XJ='OVjZi"Ò t;DŧwV?"oڲI@o=pa'Us.#5pē}-/S*+S[Zf?G\!m,6XPxzaj-I -<ޔ䙒]b,6TUWKafVC~Ei@G־hMO! V"{J[s{uwb=ruh ܸ Wbbx)X?4L_{7R) k}jҁSOjl1zcP *_,Bݟts z&=[K |D|4jvsۡ7bZ$].8Z0=ϼbgnw$1PhiA:GJݖuM>F}6L\ ZX^\Eh/WWNQ~49 wXזe} Vz`1 _ᇻ2.bU3af?$1 a94B`ZƜV뒕+hϨW@PF,Mmܦ/Q 汊:H:,8(}sԧk_yWO7fQA(A䢂2/4Hήv )sD-;S>fU4(y0oDpZy7#۩6]=M#CR+M6VQ oNNtFi.BR鍝`FUsl̝|Va\wOTYRqLS|yBV2hhe'lB?b*qٻfEUjO&OڻIJ֖ j:o)*DW=eR1N6< !SiQZHp*\~ّB6VO)* Ng?AW(]*#ưӞY7Z!S)E!GIȈ3jonbi`rfMVY2| s3o{u~0\2@>"K-y9i3f&Jj&OjG}ŝQN%xRVAS>LqmT@^ߤ9YJ:Lcu1TK`=!rʸG^!Dr.Nj>ER:fѣ9VٵTDVN`ՔeLBW't`Ock XKxǩ4,˛f°큶p[Ć6T%`'?.#)1H@s?kh٫Ň`OnjV({|*YgnH4ÞM՜r)uMID^~}WWoWm"D|@;E xu&ԶC+maZcM(2NdÏűR+|bzA1 O\ˑM:KDz/O p9 jVOo!~n,)Rس$ t$,A]Y @˘JWYUU,0D 5%8m-IgEWޥ~jT] #΂#ULa ?Vm Cϥ͂#PS*8j3Orx9xw鉷CfմbiL9X[ὣO&UvV2'[f 떪t¡=oVa>#َ6R.pknį p~_S M|RK/4|2#_e~D jS՚nNĠ>ړ4au'+=qEAglt%~Dg'U ف O%lO,1U{u/ o3P ڇiQvE0R"-J95S y u撵86{ˬή7ͳqhjB޶,Z3jKO^zֻtCAJ'"'"/#-eNJTT6TUPC;kea*j*Բ WnGAcHBB^G}TϐL@t |^չ'0@,--PriWb;%n ,Ui۲wfu<"oX;#(56K㾕XiI{ɝk{ frND0̉uAD0f幹8߀O5DNn1dݎtH+ی/gez 蠟K.Y,$z<~-gDte4۟AR"痃LY* t&[e? :Qv_)2f=<VSRAYg};5CT`F4Nh[AcuB6usVR*_Z[xWog1W B(0˯hԩl8~.bD4qCJ!f/D? (A)KBj" LĜBCw0*I !` 3;: bl@$`$USr1^blwYq,._|0 ax;2F ~HV*gTL,._$gގ|7 \Wd dI&Ʉط]94~Dc ƙv&:H c!tK(UA QnЕ0jL^NhiZ)X'oKs >\^K<"z N3&!"ܐQ|fi+ T;JnV[|S%3 OhmFOg4lǎnGi΄CZf;\G` r:\FUw =U6؊` ҾZ/%?$Z WR2|OSJU4_?nYmԳ̏AKZaT/`yD;+m`wKC}w*١5fuH$0t(8LX}AVs&]g3!p $zP>kܚ$ %/$+l3B>r9x^XVҙH 6;D_{>lF6M]z+ %LQjnL1d*iwmeNqy_ \Hq};#ێ(*{ql´i9wds0iÖo'{;tԒ&IYQn #qN g!Ym4'ɔAZ)K`OHED{ʌnқ)./dv% , *w۵#=9=k?sVԲ$%t Ӻ}jcc%^,IvF\viQc~eK+$FfƅCLSKN߅g)$lF՚%T Z\<ۓ7CXbblֹ?95MxLBs%e)mN2k* %jx%2 4*VN4ËL-7dH&* ?sh[3Vc!wjx3Ec6?s Gkz%22^, /.44ҋy,U]\t;r;ܡ9S,ƈ)|P޶uթ7œrg9`4ɤ܄ ]S| R(sPpM7L<=ǭo(GjȑF8aA7+ANnFSIJK{HSAu!׶},ԂПu'd,MozXMy\]5N7D53ݙ5 NMGN l=GGg>yGr9i`Q$ u_BP*^ ~Ab {e= *6HhC~ !,C899J?J_?JM8».LV3 ~+J$Cqr)ap sj+y=y~(Ld)"YL6ʸ#Q{W!گHeBtPUG{A e5 7' U=ԬtX N _Փe~gADCGdGVκY!ӗItn3 ;twte!A4.sB!Keo )grZOyhhī$3ٳ ۳WbJs?Ru(w/Y sd9ٴ2[Q)5WY^%1=e#7G$tt@hi]-])uFA.fhŝg𤙢;C˗mbUt ˆ9F⻸C->bK<zƠt s-+Aޒ&ɠ//Wvl Pp9@2i)Si<{J)l)GpkWIUc FTݭ@ Bcp}9Abwk~*#  p?S1bȠFX_-0"ҭsۙp'kC {]CjT>=*a2 g9^%e(Ni(Ԟx i:^~G| ^37h]KS18x*4H}$ |աe$8Kny *R3z7^069n}?LPhd-EbN跎Se'P ?BumEӎ?&PK(n}{.,88 "F'z4NPT_Zy< .2LL .gRp օ*~G0t}, QԹy~<3_88%d'b<aĺdQrsM$ fjDyMc[Sz}?Ni/Xϗ|a(d DF}P["oE^~ vNv$4PaqSLAEYD4?{5.9!2tV?U_-Z 3o/PU8ks5se.gXaY=!˾.K#EzԬ~yy^`S/kpVe:3tyW,*T,MTD;Kp9*>ˁtccě00b R«<|9 }(p)ژWeDj>OOc1{/ks/8Gqo蕾 pMBAO&o'BNx$7^ֶ+>(FvI0s7-& 3GkSHlk(6G=f$ ٛ-eҡ)Uiߍ@~\h:@kI&e]A1 g1{^L t( i}%P=KdpAb"21o P2tCbzءm u Tw\B<{BFJ/9B2ŠtLRbfB ~sfR(;f빨64b{B`07jkE}(<}UzG 1}J 5n!NN/Qw&]Wm/Xrhl!ip R4zhnKBYk 78wB `E Y_{m$o:]yߋ'ɫnҩ 4oN:I\Y3(\A2]}h؍W-Yb'8LbX.&8@&*kR"O(XCZWXh6@Ջ+|oz! .?$$^H_3Wj,ua-ySFe:DE3Pp\Sx.⻅KJ4N NMHt,' JO 3uy*ZL=O*G2rVU끞o"HO H7&'jŁlQ[?Y !DE7zqauяi}'UGC]ҌG>lhf xi}Q7s<Xt=oqLAmZj%S9{No '\LTyHKNlrߎP0ۂU}SsM%ҪjWw͑?^[~ N8z{9NXp sx'qǯ` /Hf{U51T1wx+gL2I#t҂-F?[o8IG)I]m~$R:DcLNbUJ6Ŧ>yq &O'9՗ڮ2K8mC+Czd_n-*U|U2+;. ɠ"U4>(G)JI+p:t𒶏Ķwou/#ӿ+Lg sb}8M:8|hA2^!QdH'x}Zo\ 0ح?\@/'nG?x4a'+4V10@R^4'ZYVWq,PR,~Q=^zCY>m0sQY> A\2.Ht"]h Ua =Lo c""֧eOFTjTͶ4@5TeN)q$2g f3NuyNMۣ=aـ|9').u}DIm)\?s- 6j䣿F7Z 9zqVA%mLRWO5-܈1wykuTj)ד>dBbJҥQFXL߂ee=C߀LpGD$\R-QWV@Zr/v_L I.NnU(} ^\h@K,d.C@{oAȰ'?:Lc:ƅTBXhj/A3ƃ+9 6XPjTvB`ﲘ޾3CͺDY<ڌkƄ*ugRe2Kp Q=/ JD@ 7gt9׾i " W7:bot*xVQԀS/Wv :A8iq0:;8Nc9y\\?YTzIkyGyņ֓# e!(4Espۄ;ӆfY @[h ku-.fGv.%u8e%WX޳H96 ȃ\z8<h]Bظo,4Η"F B>aC %ro1`:1*&UMv|J^D+7{Hp*lJ>'ݱpٜ^z~Ada)z:s\Y[csX{uZ7\rwUZ=/BE"2EcqOūZi_|p @_H Qb\̿v &Cf@u='4k~=Dz i1*[@Ȃ@<C1^bO)z3 $ޖMn0nP9-AlGFC~ꉄ«-'vkL=\,%kp̠ -stAW)xZ߃qކd3ϾG'`^Hpj,[![ĊL:Ű%q9%q9%1_0y '9@d+%ma!!)2'ITg_&!LTy+;ƻK0Jns҃kNx1Wʄ\l{'IT|,^C-yEy&7z/:ppi@ Ceđp[O{>֖k2;RԽV '!߽lHP&S^SWJUA9Vv)Q3"cf( 1#z{PG7*~xa(/_?1]$I;H;?S ~AqCY_"m&T,A5CX!@_1&d)ωbF~O8$T ^[IДY8pr_[CC +E;*>m.(oMbǦ7c[}S`gY.²ia}* //*AZ08x;TdT7h1:{$g4LܟP0ZJK9%3Qr۸eOO DPxЯqAKg X;5n ͽ=Y (&}ѐ@خx<[Sx? !lNS+"?p)= *9$h5· u#pYZFoalFf*Fd΀"qے՚X ^y-̤2S?#M Vrv y>H*{fXK v_E;P+̗Ffc\ڸflXL8 xUq<~ u.'S {,c reKⵃ<9Sp.a=+)i`+iK8'  /NDs,B\Ohw-KˇS\# %-trܖ٧*XQQyJώ bc法yDjio.[ZouqI<>9$J+IF0|7ק2Q=)l! .iM )of#}\Y$սm;4Ww8Qz<G-~uء66 Wؗ!{1<$ U8OUˑҹaHk&5ÖI.dܰSKcfbJ񺃸S6-kXkgj$~Q8&ޯWW@1Kmʩ>/ز߸ma'X%MUW?F'~ _@hD1av ):s<ҭ6(Ĩ` NPnp$dPtLȝǺo F5*k#-48.:IۅRd &NEI;Ԧ\$V: O :VBF# =ė #n/ȋ]Kh\qDJY:=Q {璈("nv:8 Y~=^4a,Z42FŻDHg ؝ 9,E4{~"wu*8󵻍ݷ(AG :,VR91^ I9Ib/J%"/%zy {\ VԻo>W ,wZ٦GmcϓD j^Z:Ovaə"[{H*c*Dc_HG b;d.5q%1 hzXX!5T`*OO_jxo'Z=9;~kjNEsT p7 [J)"QTtFtMu ~pdazȍ_mn3捽Ytp'&4J,"Um_i2fkE6`͖r|:I9ΗZen+%XXr'G-lwULvni_E jXY^ۄjv22٨07Pك\ƕ"b%8rOHy<뎌9ItJh#DN[GACP/Ct *l_0.aEJs>0ݐ ſ|Tq %-TؒeQ 'N~C~^ųg[zo<:.W"2h_Q]B/E#b|SFEv=1٥=Au]@c8r g(K-". Da&;#&t i 7ɻbȻ!݉=x}ضs\x`@iX]ݵq>:?HG5p̲ȋfQxWџ&O&;P h+0aUXzpuuVlՙ24̸ v-)ef=?[q~jwYgl# omweBɘ&3IF7P9Ke嬂 TJ4wxlgqJW5ū=4L]aq\$܆qs7!9FDgj&X2:<3f +O"#_iE6jOx%*+ mjTfzdBx$tGpz܄8YfQ+jӛLjJfytwiş_<_M`qĒY_W'`HY "^`a%TV zB'\8Bg3 hv4vFn')]0'60e$<*N`/:bk8D_ ]*VZ9A=JDWJF1,s1+$O:pv&z^Ʈ0l]aSH9B;R(32q# 8a3mzGfdrHxJZuٱlLJVUĪ^^//LƸaR[,ײ4)/J_;DTN\i @AgA>&y1h}F9!W{Bo>o Z'|JeI<rԦEa#H}!FL Ѝ DAi^!kCVMD;!h2CʸH&cYgt减^ȳRW|V[3<#F9V9L*hCN]  6=2 & n*M&ru?Nkj-zI}|oM*qق{Dm taiA xc#bXlna wz4ˁ.?삅#A/^WHg =q(Aߑ˜%$`܌k-Jgub24./(-Ӎ:Aq/#k09eUz;k9IG>,?kbvϽ_\J(q'o<(Q1(1roH9|/~LhF?Dzݫ a@XQj[A C1)C??N[/6"aj^D|1zwdO F~2r5>&XHu NE@c-5@Cq*bwсyB4[]sll'$àofJaz%D2vxiR}xNq\ᄆRq \fPt80Y(*XI#{/sL#NF-E4ʡ8UX6Rg 4k5Ku#uB6qoFAWV YЀoV$΋ƤIK=Q`=֐'Iɋ*g +AR!A &a_|O7[Acͷ?ԡ FAGs%wV>9UDﲄc` κ!L ҨQshgJ!CCTw[&Ӊ e"OC!iU. rAWFmٙ#XCN|@gww20әW1ƒʵmPު ]|GrJwجnк&iLR 3I=Mش틾kh21+7OF$r\-$r5c֙47, mЫ 啜H,Fp \a{ʏd,o7Ok>]V{g m&D 6A1#Ln0rrNhH\ЧNÿ z>8C.zxm/sq2 Z|u{]F87w.ȩn:us ~ uSpb7!׬GrSy+_zt6Ly%&m!uP+z;uX?n7aqĜT|"6Q\[ zUcEsvwADW]F&!\h(@+DmT8ˊ(]_LT%dB +Ndp;Fro#F7"]Tl7ؒ-1Wd] "HHvt:Y&93(Iré_g+@Gtr S2lD@1կ 1UH/T^>6ĬO`-#欘B4:SZp5-BDUoo~ٌ͋2ʢ^k3+ɲSze':2<єYK EV-ՙB|D:u}!rxwUh8cGX<3 ZZ +a1H=02Dմ Չ-B|Qа$PW,PZ%DXI' [m&@rгk@aG cvndT;b/AhC$tW~VC[.;|/#QB![X.p=)(xqQ4>ˆ6U^w2o ?S=R_Zz- ™UpTwvh\tH~QRnv @B2iˉBq38'XmF7\W I3[0R<6B,A+-uWh4H V`!=CaUM<T+{ҚCX6*3ǃy349ރAH+A- ZuWbzɃеvdrށK[ m|JzRӄPzAw"@-hi<pMi:!hEW|fܐ}j,7\ {H jp  ȃ?GA8|l>)hiz=NN(UM}V0ACKM͊TɸKM(9V}M8&-b ;7:f?hNEyOo;_ߨcQ3=hG=Hw&8*r2nˑh6"Рыc5wҝe;F$dL-Dh}\ڷ?HFn6$*1%\cP@/"JttZ"\ KI>B dp{q3؉ʓ# Lrwb/T_Y%D_,;ZuU9Z%~w:RBlqę^ʶSdb MϳYX y.)X߃Q-!ߏ^/x׌q GN?3Bȭys?t_By.-:3'jWol e3wz &3 (_h!HuS"gn`@4Txl^$=}zT<{*Pk`DQ3QlDY[#jŠE~Kϒwsvr%fVw#_=IuASFhJVT_ C_HdУa]3T9%3&Ald+F-*,F} `8Jۣ|St ltY_Hd׬lFTs_tO1~Fkw51}m{eK#R؏ C*;sveB2c#9jC5ʓ-ހc]kEW$8|Z^?!iKG.Ѹ绁@"/.##5X?rgv|U) ۩f"@EϋHG)?SOn;KP3h7 ̐qJO@ޤ,6G$Hٴ~7W`uA/H?##:H mTBJ-vx<)-e_Lʀc%E0/>.Iv0bwT59: @۽uhCβ[)tQh$ᡜW4#K>m 8UFrQ>榄7q!qw Y11%N7 cv^LXox>Z^r2}Mm3M[࢛%Eڡ/eע+Q%s*= 5}!d+eT: #.r,--MW"sK:*`]X>Ug0[Vy!-VijZcg*.M}"7Nt5Jc?`p|Eep8ԧX4%)T;]TZV uMr$=T*wzIC: ȷZro貴W:8Q;ȕ:W+HBDhEK?[5>p5D@?4|gG#B5m"Rwqثb#|_oQ Ɓ5-<N%6"^32qcY z2F2;$_dPsҩ,4u8'_]>.%hk⯁_duM9$tXDnl%бƝ`gbڋx`L&;qzTH9]!&k濐-^`Cޠ'm{Lh|̮Cppd?ѕH{>P ^[-JDE {J&<5B& `uL48"&9WE n,-cv''˾h-=}Sg=ޱwOO=g+%* ksؒ\@OwޖqWnD"G6#I6}kP۝Ʉю)XorʊyG%+̷:4SfX<`$ 4.VfΛ̳VԵlEtUn=Qo 1R5o9b5G 1p6`3 Ekg+ڦX৔q-#7؝P}- @D %BoM'KKfA&iX* *XOqqsxM9]Ey)OR NBë߼oI+^ ^P2}G!Z.F>V7?ܛR|͛^>ܚ1+bkH Fe%'! Ջ&5^tc*:~9j*i8"_/|ua:quɴTHoD N%}r/ )ǹ^ؿFEK |]Gtx-svp FʦBEDrZ /U2Ѐ~>6he5![^Zs?vcxU \Sk󠥤8.m[z+W/Qƃ4Lh**%?=$EHd$ V]Z-1[q(7at'8)`[#8BS]E^P`B i4 \(OsVu0MW_x)IJn l}ڴ8h ۖs{%K3͈|GȤldaR!\j2.=gHE0ViПif }+O܍'+j9ifM=<(M@b0, 1Ǿk FMVGc\vss-cw~Cu0:_${_':5Zx֊5_jwMLzML,M)yP2 } y]Y} a> g"镍[-b -t|}#mETP \0YR3~X BۈwW!(KZu$#\Wkkö :k܄isPu#k=#LMq`QʜQ\_mxSa[- [a`Lo e_S!tu=-4a6fqV$u6=E6v|!/(a)N+-[âc)%!rN\wTB-i hֲ^Q7 ea< _'Mb͍U Uh*hÌMdz+ȹ5̈́AoYWF} +KMWۀ.U;!n,Ofd.9g%0^g^ꦗkYww/' "*)HjV[HGS)Lbx?%؀5./n"Aԥ.>*7i%UaQ=1/REu XcV69E du2^|Z*_ kKkp~DW3`$w `Ao J#ߝItSl\lP{F_TL9xU׎XdiM|~3lKtCkEXL4"wKKiH&`yŻ{7 h ),Rn1'1ՒSǔhL')B 6vGOejb$Eo ]_=87B@^/ ~e0aw(*u{bA!tKN搲 ]35JגqICiUp2qR F#bAz3IQP[պigV7#YUr6UPnQ@5WlaҧV@t`~GQ7=BsFl8 1 v] i념v~mgoPKƿdC, ׉ %tǩQ'N*gU쵸X4HXru~+I!":nr:N??qp};` qB eЮ['CA778i?j c{G3N?P ¤bt$͙#J6jɄ; 1Д CX#khzG MO8PdB:QShh(= yZ ]Q6oM,Ih$n-4aW^3ijVb:j9~zZ-wYf ISs >yN<0x]Zx]AEDyV"۳wMC' VcEAouĿ z9lj6DxpxNʯ s `0hH Y#T4=NLzTQױ<'u[Lz V{/Oѧ5>6 E*EQיu(jwZ{`p9ZSFydp6gTZVU~_ԗ"X9+vB/.) D~󝌳/]~74NQ(O&a1W|WT A?sKð_HJB>jc NzefXr)*l`qy@PV< F<φ/*yi.Wwε%%*ϖpŀ |~_ĸeU覦Ģ7ꮚ)82 ɞA(+GG̓9{`-ՎM )6D+z'ΕX.3[ܦ-θ4:j;༬n!WhE . ?&f9 βj0@7>4`afVB/ $P>ɬpsqg]&3^daʪC#Uk0@Z54v3`rOSwP7T>XS[W?_o9}ͯ{I)kEaF&elb{jHNyE ˩TրcW_dhǺyf$3U5fFN;*;{L+2[{dQ:Ѵcrvl.*]0)2W7gv47~+DOy5"5ۡR9L`Z2o$@нg*8@,"ì7I bY%X[-`~,mlPJ3N<$]"Dʝ:~fXѢ N"| #uF&Xq$/CqjqC-Š DAj-8$2p<;d4PY'βbF;0XHqq$}fO~O+BnFs8XtnH8} VZ&~5%szxdc?V(G;Rf X,LK neO2Yy3ScGtT?\xqKu .zz}i+R";0L3J=B灬eW>lB(EԹ=^)3_Z] A~NQfZ Eդh\W1C2ߵ=?.%im=ARz+=L9 &NSЌTp:h-,|^l amdYŒ4*\+,2ziB.N0sHƻL*o1(90a4$ 7f=lCcAHno܋0|p-(~H}i C<"}meLK7&;39'r8`d# P`]ksUD8)U,h@ogו&߈t,vkp1%5E)&w$rZ 3eV]˄9*=E]4C|:#V53O"9Zӯa`?Kw:/VU~݃o%GJ*?r.MUSLӔ<ҡWܒNJ^;u!Z RuA@j? {m*#Bi;;lp&)5"#mKQ5Oo~Q;RnJ̥H Rx =k#AVŹ~ L ʀu#\Đ=M}ׄ>Хl,_3_1FՐPedπBx7[R +)GvLJIl 5T9 Ac3=[?j; g]_T__ڭiq?E]c?޿{ɾ :r N蜑pFIm"H}3!E|xz# @UDOIFl"a=L0[:o y [2 4~:SOh޷a dP:w0dU%oށ/[\Tn%, lCN#ʔmZAot'1&,c;EBD͂ө #BqϺ@a4֖yA,X;R+{UU qi`\BmN@'O0*u 9_@4aZ10RTiܳoaӝb]bcB`K%SI&‘"ŐxuǪ04"UJD Kb?pL8Abѽ7g'.M D]o@g\1m (<빤ӉY5~c؀L^FG%: ,ĥo#T5.;BoriKbz,Z|Ap(49Ke mS_P%r &D>asx)Y̚YP.@xAI*l|Fj9.fv#Ӕ]O,Z') [.ƅclKrQfiQthc*끲<t<BTM{"7βMsHg@Q>hS E"tѺ m-ܛۻeQfsVdbbbLC+tUy,v"]"v@ 8>X!`~hѩbG%t> 0J|P0JPК7o)v+d !JqCSYt31_@CJ#|Bp@E"@V2G"|bP) 3':Aeo1 5Tr30.||n~U1{PA% Ǚ"YuTMq^ `T(*Җ2(}N桊B)^8PSy>|!CR&A#B$$EZ{nGLo9b?lJpU g4I7x{k]9͡[RE6/4%)KsC1~s$Fg 3C&2DA&QYQ~/.&2}s{";cPLas2`͠I_9 Sǒ@PO05 CU!dѥ fYgR]:Nn0$.wd޾pQÏݷϥ2&( ǜlKQ3{q9I2o҄"2N;gL%|J n!|knox~AzPj\(ah^&hA{,̤ i(-|; e4:ŶmZԖۄ,SŦ#c%7u'v1.&R|4AX B͸~D&kyT^Z&U鳄) U˧ Թ49XrI[K{m?0.&A&: {Wl1`kjNr%-/;YIg,R3w6]Y 2_tuЅRW,eyZ)υPj03 'l]ŜhP p6l P{1E>_PSSMA,%25期(pdSY.";Pb YRR_ 2{,aG^d:C k#<v`aDT^'H46L !^>S`VY%2k+&ma_p5W\u&&Ob= &k s!iϽP^ՎO@H_6gpf4fS iλyTjsP0m׊iؖ엿sq(fX{n%ө CwKLK(P^;:40jpU.ht@)H)t#ySc[y 3P<sgt$Q8&c)͆ .#wbAN06wo{ OqD@{^6͕ݬFwP`3Jg ͅ;LA$To'fWk~ywt| ٞ;e'=gQ8ǒy%N&t`خYjaC`9 %h(1a1f.Rj߷)XVH뚼3(i|B?!Ei,6FV`{`q`xW /S>r')͠]W?WbS?C'AX-@GN+<ʦ;L6hxq?a^1APhW"`Ymт7VNgt#I쉬/жy(h]R}O$:6voK ̢Kg=hbۭ`׆%W8duVo+H ;yMO;'tj}kQ$tehCQI3T5ܥqieed56#/3V!#8LӠәS4ğB]n0{Mz l$4R ٥W}Y[J.H>v"[Hࠒar1Z eI,N< -Aчn`nUXF(i$)O)7FWm4 D%b hڑ:ٛ{V52\%'y>H%QN.|J g8n%A([7(Dec,-o`:#êmݶ?/^4/-'ƗkBMRY40#-E=嬡_ko!PGjziDt%xs2,ӲQ_%Onc9zj…ix@s$œvN -wk#(8/5'ds"#1ǷMJT~ܦ8r(󂾨cY5rRʭ٣\5z ;9kIe dS6|Ґ0:6ׇYw6BVظ[VϻL)+YbM!? %I:~&&Hb,}io?zKOYPwhŨLQm."o[ {/4`[T٭+p #҉Y"ŎBGH$jx 2( ѝ=8;g>*Hx1mlKQx܏Qj ^.K!38^ /(&nwSPu0񱢼Rd;qd@yBV-Ftl*d;腕M^Z,Zv5LFw_Ow6j@MpLxy,9-žmpEQ5'p"hW4Y`}_TTiXyF}3]ID:RM"c @Od2jgD S7kÅ23H/_6^'Q[ '4tZTcu8w㣥ё)HrS6 p$\;>Lp^X:T<::6{08| Y`qmc.c n\́L0e?_pN! l@bB N'%U 0H /Z^D6"0^KG_8)/ʌ2cNI>I&$SR-6HNjl^ې!q8k8=@ii"r6 9 oS/Jg)*k'"aZ* @iHX)${癚 XF oEf3p_\򟁿<֒1畔<7|:fOǟ=lj|V7J>Q@a!n2{}oŬ/L9_%|H0dsB$`;z#28_a̻`cKYPbf#t;/{ Ht xUD"ٳȍ/-bs>C~1TPB`E6g_m"Jk;5jpN gmHG`jw\ Yy.g:PW#F|_;xxEo %rXR"vw7ȯte^ۙHjenO5/ES'+a>Oِ r 'o#?xA KJc2:ey09}(w}>DR?n6ܤ` { ]Y Mrm}W@OLRoɒ5|Kl琢8ˁ0o30|_7҃^H%μU$]:Ւ ^ #|8vt;/}*ML~Jck7^^=Rݷ¦jec>g{Ɍ-q M+,R7_ʨ,NISTHC"E{U2.`9bq"#\x mZ7M_N&ǘN p+35tÏOe;܅*$ݛC|W&) ˓U<;*0p{8\M*uU2ЅA_ _Ԉ`g/%/;dii@i"ygD0Z> `oM*~TptR&wy~O⤐vgQ :H :">C.E,c܅MzzApi&JЁ^t 8m?PCl,:/F O3'e! |n7a=۶L)?bI^@7#V:kDkƌ">q4*[̅u[ސ!ǡ?sjpNt BԮ/mxAh,mWV"t=`|%Y1:NoQzM}lq$6s{4m")F pp伵D_Pҗԩ$h4Nur{Sֱ,D8 C18O TԷ7R,~74=>P#f}N(Ȩ&>&c8LMyēc$l(66V&ect^,mH1 2Ri9y{+65J[e^){^|^OusY *lq$(*jiCcfNf}7*kZ)݈xKO!w&'daxϛ.#sLJn:0-T( b @rA_l< g_A(xY= wT,.9Y*e(2dQT:<%r_FbXSGkeDvMSs&Xl B-WwӒ\n }R8L-@ )m7?n.G,yh6) ^: ,IVa־|͋_¦հkFH?ZkS+dpޥ,S/ Vy4AU^䞂=L!?)~6drApIuFi5wstRZӘb!\CEP "a% 3Mݭށˑzf B*utlXv.|6{f4 %f`> AI L%5 b39YП[XO8ds.6:J%)Ȭ+OؐT!տ i9E:@Bg {AҀOR'67e˰6%="z-+zV,R-%5yy%q_tCFOoQO{}e/S@=ALH(8bsmTlU酳Π Ƈ6 >яωD;:ֽRi\kM  >v2AW>VOƵ\,cʻ"J°a_<МhCc8BP"d[Ntu璥/C8QMW=+4ɿV {(rG1jϞҞF [%hdpG" ߬d9bG@벫E%¸:{Rl3B O\?$`e^5p<о4ͣpQ5Pݩԏ.VPeQ:jJǵh{sLt/zG֡vkJ֝9Z@YxYfZ5_7a>7DpqXH :@}h6&[D^>Dsi$? I9~A LXvK9+&<˄.̙5Lu5^VQлS&Pp0B@Hrw1gKlHfeip~<>y) DzO4=8O*hs>v\L!޻XE\?rYx/v{_h(d1Ν(YrBlE]DG"@ۺ@/_-o- ?Gd},cC kZ99[_X[A⁢ϙ4MGdb|DMBrcy5kN<4y!0"h;Ka@Kd2OO;|[t4̬^D@s30E[Zb~ghc/Jj% [ zRF'jGl{A-~7]@ \wQf'3p"Oq`zV*dWg,fӲr&GS쟌'U7rK'u}9'[7b|XmB0vC>T&J:I;ibi'02+C->ZG{nI\umfkfVg`:r e"S=uh1Ԋ}2`G!S& KŐ{b\xf9W4e%.jnhoKeqi~fZHI+$"w/ א{QW[6:F Yȇ5ԁ@FMٖkƒ2D)QVò/[t8gD-4ѰX|~fhה+^vDPC[Z%wNFai)=K3( ![+aH}$WWT/v }SX2 ߮Ňǃ|d~\v@g?B0GXyGz..{aps5_l-~y4o7ޱ :Z`AaYaZ0ȡn>I^K15-0}*Gfg*Iٯ `JTjZloHksOi)_ M;37"\L3+ %P6GMjK? E/Q} )ڮYml6s8Tklri-(!`apYrom)kɠC1Ç"fTfRӭD@"(O)< fo^Tow$b,Aks>t4]y)<2Ѩ]aͭP~QcԐ#UT>:SR"Zݲن_ːbU#. !.4m7.B{; M ©͸c0*KVm76.q/3"GVA]b ݃ Mls8]G6 ت(#[C_?J꬟5 L#r(8"?#?,h) -*1VRK*)`KxV$ՋIu*2M~*N?RUMdv)Ȑ&=AdH C {P'3Ff)ox l.Apiht9$j,<plJ#ѐ<+03~35-Qq(XM YVnpbc3e P+sjP 0L9ILأO\dRǛR|R7mDW92wnX>A_̆vW+|00]yN/ W. vv.ѱqZB"7-6KD"1kU]m DhdT"I!*6?͚vQV*~sDrpV`5znu&W'GX57aޛUvB&5jWx< ke&@[P(ZPBŽ*Nq[{x~0FM)n9H&+xp%nw Ql>y༟.چmB7{41X \GJND32qAƽ+J%aG1rq\/g,:C%[DM-spXS'@+zkP@٩제EdpO'Zu`?qwSjG٧dڱs Pv1AZͰF@ETR+uwKVz` 9m-F%I e|^)#[PlbcKTV]vN<{܄q.?ilú=JO;J+ 36yŽ7iD::u1Z7~+lkP ۣUڔ%fajRjK^KqQ٦rsy%u;_^y3?`?mTT (TQ:(?q(|N\ df~A XOs#C|H9M43$a2{l ˹զt'b8\+ ljsFfyr\kG7豗65sHOVHpF-uK=@>}>p@6Dv&NuB|eTJ1zR!TMwJOؒgy ,A֊ ^OdnGn-M| x4 sDw483xtճLyr1fપ90߇ۄF2:+Q cޚ ($gP6 BZ’Sxf.j|,"^hr&h{u`^gz ֔BOVh_ѐ)R̝m*f_k2)']L=_ca1p1%6Gm+^1qKۑ,s1?Sٷ]6 _} /#PuC9=@,DF+#ÿ$?NrQJ x0")\/K) \<7ܡ\ |u~ix*̓ 69:X$"ycMYA+$*.ŞbS}0N K N67{P嚼~jFw|X^+aN$c\)ܡ6Ү39xef㹌3urlR J2g ٳrɁK- pn?]vx@E:|[?O] L65ϭsf* M*0KI8=S]4J_7"kGU]$B0`BsFtZ3Wxofʍlû*0Q 9z9/h& e0O]ogFZs4U$S'<cL {;*=j[4e\_(_(O'wشh P./i7/^jl,C;Q02eFB \O`|9urNcF%B*k*W^RF {\W2`jo뚯C e4B&A o!؁*`z(,5Q> .ξ>6dRC*bZTS.cjDXHUdQ7D9"™Aiz8:$F_sl>٩TVR3DxLfjϘ J`{i,2h'X|Bp|10 En1G`uA~\`ʚOL덴r-,[,{^T`[nʍ!ĝ,!SC/năoʌ,3KLWٝ@T nCy̼ts=A"qcȤID'8؍`*YvT3 "e6׃PECukdM<-T'$/]Kaf2f{R{@qd3묏X?ɡloGؑ7`9yD>"GrD^gs] +QNꢕ̿la[`TXq3Qp!:xxNg>,5Fr"wYmNbd]!jFkTb!wWaOF?t*0J pqx< 2KTH4$jל"{s9, IL" . '=95}`Sl W=i/н![Z$wgk\>REQQY%dnt-5ōӸȄoGrn+niVgET%(p%!-(-ASG5#\yo֧ \6(3R] |&\Z<ԓMV"ܔ 'drC;g)$lm":;Y?5"%|=0 / sn+?! XGXg.o@"7fѰ gzpgF NWۙjsdKYv~R :t0WPfM=Rnk ZV5P nP; Sb VO.֠'lD^OuQY(Yy}k7wkfꁺq1R QCP\c9Z|~gjEϞT%qir[)ڦ]ś]Sï9">1+>(0%z}Żr/ VJ6)v hwY ?ļg_:SQYOü0,.lڦ Q5Biɕxb sN i9!{хGO"x3š;Ϩ@^ }3}D?y6JO#kl輎oXFv=T5!"2=Pmk #BjyGo?F&ݍV8CH}Z H[2SIn M**rq"5bWpLΟ] XK)F\PMrYE4ۗMpQӏEז>ICNB{"E*7ƊΧDpLΉh=v.&R7v;J[rA<%|ڲ NQG%QbD p^HlMھWGƮ\LR'H]eZPCyC+s+ĸlObSD. ިCOxOdbB<3qr9U Aܟ5V}yd=U&n4%P zs& wr#_I5p(]6 Yt-R!L1Y<*Om#h3.dنC~ s_V4s3^%(-c5N*P{VkP]FlLji2|Z9#WHщ.iX?C7pEbZ7;Ģ޳G52CF~2\<6y&J\}eiOw|lD>"{;T}0K \K5aM[!뢤MV}8Iў c FVdf.C?:lVo-C, 1s:'Xm"!A_ `~cNKK}Ц|}H'* |m&&o5ZzĄ+()5rZk8]CiI.M,IAʠeR>i5O5B]xx2Be>_x)!DND׿dhq_NΓAT[؄/ew|!#{\'ߞZ::*-+<&M | ]]Kŧv혬t@ /S_Fk` #[sA _fDf=;Z]5񆗕@诖=􊒔I{tzT/S"xjܡPY!UUs k 䠕Ti>3yfgp4w9;t9ep`α71l'a2-rWYUp :cuet1I܉z8Z] BH'.bQtyK{NԳuAj 0 ǒ @4"w?UJv#%N5nB*fstލ Eb\ $~]GɰaԞFY<˦, Tn)Β4[ (vߡ`IU^ߩq%B5*I4]-wgOe dŭA>R#ogU04,?:RG/?aG!o~R]Í@B৊;X&t 6 ®8k guB8m\rhĨ~ށ>@^ ¡"=bǎ<܃W`l'($/k:YQ$&`#[WCn%| ,.ܾ+i'SD/1\΁/ [!w|τ5֩bJ6K#Jފ> l{ވ-Imq,>V*ycWq.V% \3<^ʘw3L :_e]/tb]vJ$/?7&C!3 %2͇ݟ萇f;blʭQ};R1 ܀Y) rjy]Qٚhg_#HʉlU)n#B/cxMI`JJy+/K@E) lM<>mOewN`tHw,C Q/;FLuT }g]HU/c&h f#Oʹ=@ "}8uB] ~Yt4c rU-n}CQ(MB伐w!kc JO (p5ϖUEkg-X%p1AnULGyEux]׿wO_Ր0EgwT|n ~sʑy6|y:xniWȔqmM3B|>*&>5h'w`YH4"jV@Ǫ^Q;͟?g˶䥫Vx0891LEHk#ҥD" S Bn)!OoP Tꥇbium*I1r:TtT't2EeDK.DH~xY)Dl 0"k&!#YS Oȃ$y?/`-&ȋQίv$`qg^{A(h ^Eck!&5)e;mQ1NbM1#rao'g{FcEIKZZ.&K>e<=[952R@͔oQw(4{ZvF8%y:z!z+4tJ|ﺥDgӚ#f[5T7pP!%~ܻUGga˃w Djm]&z3uz5:]iio,祽<#m9T%N/'яrd9,愨|uY-EkҊRd  c"*U{Oo!\كL^J]m{ɓFp\?07-6?= \G_ށw֮#tTIݓ8<"\;8OǤ}!BR9XX~HaXY9 ͵C~lᅋ Ϊ!6`wѫ`#dPEk4ј!V6D~y&oDGR,2,N U}BK]Z[5kG*{4@EHE  ]rVjЎ։)F0,72|(O9a0*2.IO߇OE@5@ ;xdgiC^yAԖk%2#J21fhciu7Ō. ![ f%Fh{r&cD\I ACL<FPEsѹ0tg旦fb >z r Hɱu <%$lȕ@JUf_M#PP[ZTJ$/U d,w |upaBxS22J~ac-d%%ѼCmr*8gY4`ѵu#dPvXa-*e>}֤'n;cw̕~ dKXM⅐թ 8H;Fѓ3-X !* n>^8ɏxvSlCS)g;$%h$)RG\*ܝ+'gh!l iewʑ,:g #BeLYޯX& @{Z:/yC g|L Dl2{hW1u5(XR \Bdeeʶ,$5ݓ Ts,2_QBkp 6^}Hj`L썺 #l:~CnV*v޼@=eTpS  2?!"iEwW߻ $V5xsly3<ǶIyYkPpxKTϰe9=zt_A+O.9s0F;MƣMN,'z :R$NxD M.[WK¦K+a;-R ,r  'swg4j@$ O {aK$y;`}1"}n/=&hAt뒾m* }bl| \"dES#<L*]v鋇%3XܲJJt׵dKjw9*<&+\>{u*}+hxxRLͼfҤ$39ISb>f-;v cӬ=N7"Q|\Fڋ;Nvv2*M wOGDq"x JNy˭_!h*`}3H(ߦhr?liMoW32v$pyV ]hR/c2ɜ7.z}DEڧЦLOiۮ80a/WZ+/v}'g]L52bۗmwLR;>tr?ENLy\%Po oStrOo Pqf)R#ogR'O(F7Kz݅蛢+1N\4^_B}t4J8oB-SYnM}S"A/#CR=&Q_e=0UǤvr/\8UH8֓!,"hxYuDHզΉf(#܈R wk7b)ÐQiT0A)+0-Q/02?UPHES0 khJ#*M;kTOiۑǑ%u/Ӎ/ dHJCl奙ַoҪQ.t4.fFr }~LM.ܩgpb(b9y1 3{1}?J8}!i};?P@.+Pc%bzqeͳVqT,'_i%(G=szJuJrӗpU7~=OK\L6% 8yx3rF0}ʥQT!E~o9՟mE}>DM(--*htiNu+cX_fn;R3|՝L[:H!T# =HZdmI[ht5G ~AȹNJZtrZ]% ,='p\%@{򙳔Jl_Hw\=RRJp !ƘPT"Qd|u2g*76Y0C1@CJ\t>NSADV9,6!J65ⵝ|eɜ;*[f? UֲF4k Dr"Z!l̸ks`Zc/mkߦ7Q: -zp엂,*`$7<UkWʁWԴ*=xKJ+3w}'ps n* 9ӭoRw-N,fFMzޟ$aǏ<~/KjK _ Μr AhKۚ$5"$P- vWR#=ta}3/Vx3B @ ^Zkca ƈ6.Lp3YP og`euk Kd$-mO(Je":2Öa=Od"𒆤aj[xRgH}S5p$%ǺPB41LS@ȥXQeZ L l/1> &e*1UogzPhCw{\0R/ cP^( j0@c"Ğt:\y$Bb_t1UJ]~Mz1мk +H;*ضB_g~0/"| %Ōg΂܍,IG1d _Sa X!mrp1 vDo9wlE0^z4]~#r< pnbI>Z@Hfi+so=!{]3xC+ڗo|Wn¶;}+hKjٖ!%rLf@SɺQ]e_;-D /.iZL v}SlC N=YBφyTNܔ)kS]ㄲq+սL2n!p<?Ԍ J%A?lF53ty?e|^%pgK+1K ί^8ε"gl:K@ԒE" C auɫ&IdJvR$y t/=j8/>U'A2\8F&̌셴]$zE$|w]Eib+k Zp_HP&ܿNA M'߮ܭsN-dq:J zuC-rZFS{no*c',K]U#元PX}r{Ii]9+NUXE٢,;g?t.h рʾN'ZKl jDq 6B#8HX&R@βi2L;Q]:\h$٤8x^W.m)pדW5O]ETp`xc%4FEͨh0Bc4|#2Yw"3] ^}c5 ǙopB)s e#xg I&ɒZH3] Y >3 ZaQMI!:-GA4(}~rӡI?`1Rx^6թrKxLpw>?JךoüȞQ"~*x;V`h!9DV蜤3 6Auɦ5`4lm)ٺ}Q>& t,﯒P*#ɾY*QTbUqIRͪW2B//nWK^vTt7>ILa 7]'lruxX|)Xl-b ˟U#gL)y۾soSQ!-bT߆p|"0.RBHk,vI|eT0QBbhFof*vÚF0_6 eZatZ#O>P°rس8/WQ:YbD_-wH+2 J( {17ZЮ[ugxLa}ڜ:G-to+'W?aYlYz '$lwm:0`ٕr 16Y0uސg^jL]{$gv6o*( q 52'V v.M愈,I vE/n#h)"U 8|rRVՖM){Ud@ K! B iC ݖdh҆ [ `]q{>MS$_n뛭ũ ~}g( ~ӿ}?6fv8 ".- !ş06!Ǖ2yKBۂDboR7/ݮV6{T—똔o}+T39J- RSZ"E)xn?|ϲ QE@VHYb+º"mYf3Ä)=בݦ %y®! ιLF sG6yEnK/ KˬYi yG=F^I2WRvԂSaj#C7J#ztf kS3Xtu&zotWiܫFN2euʓu O)(C  Z0? {$AϦ2^~#ÛGG6CO`7r)3 ]'Wr^EZʹ-Ƅ+mTڙv@ 95Xݯ=9/to-V^Oka'܄u9+Ղ-zISώb?>9$ &Ss{BMV*ǶĸB:/S}MxڡoaֶeaCPNһ'UtKhwVb˸_xn8oᖽtFGҍr]0vDb=Y{>ÜzIbwm~^:-goep5rIWKA|ӊ6;lEe#mKlІ7Tن',73njpz%WHx! GH[1PcB8xǍ"v1{E6o4*kv <'rL`B,5^ϚQXiLlV,ZG6b*FPyӾW[:[$\-w5FޒJ<1 F80'x o " Oƹq6790kU*ϼl9ho)ܮ6ʒgQ7)1mdןGykEnr\5B96]c~gGM R[o/&a55ce*#’C `<v~vn h쌐v+Mb`! r[H>|=$Ր#hsOi< aciG?]Xkag|<Ն7k<pGATc[ QHq1?dԙ(.J &XۭTSm׍1 6[ ._av RddMY(τ e{oB[#Aiߚ쐙yiSU ={XB/W|WFvV:IE'{/(8J)bnNc~r:Yp뵜GCۀ ŧ04'%^ ]3vRY5]OmZ|hfy끽VSGyTqn9,Us`sH=!qz{năiZRz."U*O}-}-C=AHCb V3\HD0dжFFY[Y=B=3RI= %]nR bZQ.8C0RsW ۤnY,t[q1mWc%>d fEKR/Lp:|Nw^k{BwBw%\|E3*倵G(!/ !BPIse@@r"-!蟨g dYH4;5n|1o[gY4UV%Eb 6[ZУٳqvB% vGbm{CڒFb5ͻu,7KZJk2i}>UmFD 'OZS7S_=g;ym|F!)\& *:89Tl2=0 N{]k0'TÖLqM3`},oS޳&4eA\Oޤo:r 䴑wI2h%xACTW}kzJH693sO* Ske©#|R"!1$r0{a&;Ck8_};o*Xwx ` TqdvcUN<%c 5kxv[sgF#Ǥn%C@/buA,ODOW')ej,bXs BXŕ_MPjYLN!e ""1JMяd$Is_;Bt}(tKb`w!qjǖr!ÓʘmhAH>ȳ!@UBhMgIAa DKؚ\m8 ab@FfI`Se4(~ 30`Zz]?^+\VvbI ̠YH>>I3} _R}}W%$ўa³w|bX@۸Gg6i%A}oBE4;X6-fjxt|:xjєJN%c(@s! qKox&vi;jrq1䀟bf/q8r4'~$"b+$\:,@vf"l[S-s(:WPh3W`mNIjjBX- q%{\ bӓ6XٶNGJDHT0Bk3`AcB@At7"$Q*YZd>j7"ϚM!mȵ}~ݪDN}Q N"w7Q=k@*PEi4Zx4 cn!29c ȿoc4qB4g;h(rM^k1=ڃr/H1q£69O.*&$aAVaB1~! I-&SYR{糡y,;!)_o"P,I"nwDXbQA,VXs[*bgBF: lrom?eQv?RޯVDn&(n((J]q0]GpVЋ(ee脔#[λ y_XC&C#+{z.Q3]yy;[Gj&Gc᛫#]k_^UC`yI b 7Vݶvwy{BR3uRWKr_lf\+Nt`'Vr5|TD{+TZG>@ `gPw-qו1ʝ=<1piULKEvmB5dN{Ȣ r,ϲ4khpZVjPU\vOx 4,я5.jE79Շ}Neo^U)$cݙiR^~7Wodb4u6߷W 5{hE'ãcYQ)b2wiq>%6Zjph5#܊$Nj"㹲&W%,CVYaSl7# Pw!>쵓"OzxD]M ־AxaCWmʟ$Aq[+\ @`ݴE|.o!Pz?b*i.ɞ8JІI+c֐=HfP&"O#e r4rzuRϪڛM`ص|nz7b5 Z8ȝ  Ȟ)ipE[4T>RdG)qRΤGˠ~=߿GIB:wL4pěJM"QgJ]x߂U{Wޜ6 IQ gKjF gg/YɅOm5N[sIltpa"N/P+x1|l}T%QvzD~;(TىU&$67 6 Ě")q ќ="V[ʿtFJ1cை%aH} H.}цzɏ9US_gJg}Kğv BPrOYzJ.׹^}2-4!$S}E4*ڱA C&:#953.), ڦ:T*l5PHKFx;v*s\}s#PQlޓxB͙bu}ϲPOYEa5VVikS:Sӈ2Vrm{ͬ;XX ԔiPW?e`VoWgA>#_#>%c[DŽm%8rɴ.YEsG'r3od щw|yw?h%!V9 Yٛb~zJ)=U[b,@ Nb)\ky^PxF'xcrv]?Zfצ!1C%q5#G6$XE2Y|aB(bО OV+<4h*0il-+ڐ6 k6=Ʋ.Cz'Olp(4 A`?HKe?%G3( d*vp^ ($V64 8̱~ㆵH&B+ꤎ0ZUZ:}.*R bM5f#?,Nk o %Jo,-TU ¿8SU엮:Z'zsP#Q5رLT[]A1}ܸB!D7GL#]S]nUa9'nlCDsg{*1+ͤ|"(m) WF#fOȸ?Ĝc \۝R[oZGZ{8ll kۑ.UybޫΗԠxoQH&}c.R?|M;Jԑl߾՚ 43y*QMr DzW3e ajiXܑ+lxLr#h;ĹzJ:&Z{zҭ/M`ˆ‘I)O;L˩\OoڇBx^CpHMl[۱aÕ0V zCvNk(mաKMv^$q[6G%>BgҺz<ưfm|2>uq"WV;똓1:/9 ttMs|L-rzEfvOw@]V1(_9g E}qgJq3c!Iz?)0t6_:V yN4Հxmጭ-8bb&wO i{7U[)B9H/6\Pᾦg7AۭQ RH9ښ1zz$1YwFvqZ]Q XܽQRac'd֗k!TSt9~nD\P`GBOce5K1n:_eڡO'W-wl;k? {E 9|Qx>|,݆Pe >]l0~OL3v}E17OUCy+AEk^@ᵟO|~&"Wjկg"=2?1}*@Ѓ0 ? F7e靑:@uw/'D@)TaBfcu~u.yr;HLġ!c%$ܽ7;|hSz[,$BFOXt,&:+ MhA8 5 H~&b7zѪԄjx!Ӳw8#'<1ӾLL .!㞩e$H?k11L|FNwSkiha#L(ސ(!/Tn- !_(yāoIwcJg79EJoK;B#8"FcAZڔ"NsUZ7>v1kLjdˮvڇ H%AE4)[)75|թ{eBRZbl`ׂN CF/x́0MC4Ck\u-Iu1bYh ExdӶNհblՎAFw<7HSF8 1\''?M覢g._OOƛ~~\!K(U9exӓp*l 8,M^)0@=2՜*]odQQ7AYbfu†|3P~BbW0xl"bҷ%3 w䟡`+)Qvd[#0p eeEZcQo}9I00U+ v,T UB+/g|Ax \`93esɀ hp%CԋaZs+^`b6H_ذ]&S)Zs?5fg]<<)zX#1egAnmZ"`,BTƫ9P[x`{MAr iwt3i錛G^@/Zt<"Oq;B?DAgҾKɀD:B R))Y!DV>T|NAqEHض F`p>H5Ws8Leitq17wx/SpLԲk]M N"&yZn-dYg?x~|&1cA~J3gQ%ڂ7#dž1ɴP]UOC6)DFwӪ#i~6wPBnOـS.<>=_2}K=lL(~^h) ߴZgKvͻ5t>Ss08jZ˷f[oѵ |D|E&~] Gg^8t|>@1kG%W\UeߢzHPū4CTѽމFhu!3cHR]v+ h)!U:R': @;FխG/o? {UYJrț]a/ ٯYZ$#&:%YAz1!]8 FW QIzhUIh1ߥjZrkb+![ wjk ޫ=m7KJu Ѕ?7(NݩZ-2hL8ZmIl}ռTe+ZBv&jmbM3QMS#@8g=@0}_.A c[FTү>ï {B~a<%bg#!488Mb$ȅx4(;MV@%TٮÖGq'N JX.MκIkk¯z쀪cFJׯ*c3+ 9^HBt7>O]7mjZz]l;H!&%PMGaR[blgB@ p+E,SИv[rS>gVAhmA҆z7ROAv*EQKFɒWܟ<'B'}BB m>tkS8y L ԭpL$e$}5=A<ڠ?^4[I8JR:T4o3j=7̾DY#d+BG̀hB"z}tz\öeDE$a|+|4pd/|:ℛ;zMN@ ]Wj¹I|)tTGWŕSbqpbv "Yڿ݌7jb!§~E`;)#z-)O߻BuaNKa 5(sC&,)+\b^p@ye&Mnάh܅V`}D:r-Ԩc }^_r;tIofvq$(1v' h[_8rv mZ7+ӗnF#쬲7,FOQm !4Gb*@; sJ+X`Ob;:lͩř>VYN6> 4q8[ajdo]T/,*5$3khO{hϟD^r72}uPTquXUB'5rʤ&Mwh}<6^-AI"(w:"o0VK|raϬM v_yϗ-wW̑/z}8Z _۟Pd>5.馀 Y 9qw֦QKFíj 󞋯 EӋ`*}qǰBWD\b%Jwv۸M_L^B&^^}8Alե]SӚ[!X70(C()IC:Xl%'QB>[Vo2rbz,_Vrb0UeoY&i<8Ufx}qsL@2h gOގM(: 64u{:e 5Wf|)}K<]0,n;KNr VN7v0>uG>" Njt.d,5ztc؄kF>-VJ_hobf`[nۏ/{)R)iʉ 6 z88өu A42"v Y:[ĝ\v@`(B9i&Tꡙ)KGG,K÷ӵ/E TBڂbD[W ]H3h!"~,-no>u

[Hw d9|Bcnq0]mKNJb@AWڴ3*_P[ޒN C["`vT 8tO^z <6t2̘liJZ;y)\? ѫTN1X;2g (bR߹'; g"Xkax~%+1=ɻqi/jI"q% myғ ,豜^TU[i⏯b=<tB=Zw~Wtidw/3ZTL[}IHMFjȡu~NopH99Sͪ#t7*(.h viJ}7-D'rDQJe%N%\7J^LJ{xXOs}Qȟ .T e&\žxr~:<_7(ꚑl칏|_xBo;lo~Piqo~ 3okRWYk|:_?E Gsg6[&^n;p7\һjZ•x`X[["iT@-FwvGpGm6e47Ϝ-aO'KJZS1U2?oVEBKZ6qTC`<}yn$rZC<)c i4.uUIZ8&ߣWrͫl.wg?>r )&B#P_WolUv*۬S$( 3ЉXԟ.!o"o8&,׌sEb,3]0Mqz+֕$-j1R{'u,:,f1wuyniY児4fVt. C|n9Y;幤;LGk;mL+g7K ~K roDVLA hB̪Ȗ2&Lǣ6ץ6ܢl{1gqLw, Oo`ﲌw{KXCLH=~Ny3J=EF2h p&iJ҉l>\6 ]1j  EoR6Pe@̨M x4Zf!Z,^("uKh?rΣD_&QAǥ1M)]lPT@ dldk?2E cX[z>kgzr@փ9cĸo{Ho ,gsmM}Sbrwgf.d8DX#+XF۵Q g"@ZuP&+<Je*RCȻWlTR=_)H9SҢŭ*|SlIR =g&e`g!j4[LrW%USv'AU q9 h,'P1KmE[8L㧟.͸wAVs4DF,1-ro7rޖ jqDM2;'^$Zb#-8Unlhy|# D>π2Z_8js 6D\ ~J-AKFmݬG=Gsy&JAbΎ *IsK0NEb0@\&aUDۓ:V w3:F5c`ǜ3>)Nis_rr $p+r Z?#ga\HHwHQRۿgcy"MH!b㦬];3 U~"FzU)7X7@Şǰ6E NIV u$l?~=2N O3 i a4ڛjh8Kn){T+CbGsHn9!\=*\OnAnCG5`{㵩@2#]5Ő? G 7l\ /!c6O(whiXVg}:m'd!쥶);HtiAXIa$]r83B0u/"mgCD-FHqkO05B}lsqV_q0ԯ T%Y*QJMQb yMJ~*SێgdƮبTgq7RG&3}tK#Jq\8Ɨ$E)~4Q~VLh81  Te~f-"j]!o&jHϠӠ$/q &g| J7 ZHO5c^<;R639J73OزQmCƴi2%e}\w#VFa4 YTmѪ_OwԥN8v\4$Lv(MV輶72HC~!{[T_~wߜCFCZ 7z[ųʒ>ήQ jV ݹ\7[J+EeBNu]4/&9SHHA-eUMڽbx vtyԐIoҪ!׷3e m OݙyʢEv JlFcގlIf,4Td/AilKp# )"XN=N2L!; "*ckMx~B+iV3)F;IŐ9 60}hLH$z i~o+la' {}:no< ")mKԈ τDOB-AxW@Y0n&,B 3.k2C)1e9Oe2wJC<0b\t)p@mv.6o%T(0&GZ/6A08X3V3;*@"OeE{ꜴYKK˷~VǕ4g"Q# ߏsE4(Hʻ}DVIp/F s`W};5M Mڡh tIL4J8-5q;YZj&W$TcsvH.uOel7M~5fcܢޭsuK=Y%E%ٯ _;qn=?Jk";ѳfc+x ̣aBϪk%>^Ug:Kszu,Fi:Dȝ [5*?w& +΀0t< ׷ԥ'\@%VM/[A{:$?0k\H(^ xg͈47 hĬ dY5|&)v(QDp]/}h{!6$o ,%Q=(-8Rz qKykҫ,gnz)8l+Oܖz%Էc/ByP;d}Kd.i&t8'0anW yr[4`e`Bϲ,EkLOv1#5#ϊb (7\ pPн<˝A@4idA *IP&peKW7$.nQ6oR= | ԜCmWԀFZq&Q3T;,OF-2=mzbn>m|'I]hs %Z2?)PeLگb落onI2 I ԯZH&Dž# *u'{#?N@pS-G{lwjDBe͑ o^ $Hڥ4XM4(mH>w D־R`܇Cog&-Fk[IvDIoXB y6bPvO4 d$8ү*mF>\\0cp2w50yo-v q$Y_!98gU(;w`"-A`.~9~NёdؖEs$př$&4HP"P9r ꪌ_4V_Za1vRH(%v3Y tnL1hxҩanVq3b]|UJJC % ۃyc8#`,`pN//OZ4W-"ZI c]ղIќi8n59_Q*f-2 V[liK`H.s> :5dĖd m$4T,^}뿖wgS~2؇\+ḩ08gꘑ8v2HjUR h4էP8en ZCW5C| =8CcQ}_v$8ן\,"Y YQW}Nw7gaؤ"]/˳l%[ҳ$ %L`$nwc VE"Y" ʂeB[f-P'd9bٌ i_n<ˍ$0 wT34pD3#Q}nK3cn” )fAm )t?)2աg8I19%Ԡ4sgCK> D)fW#̅hD )ݏ&3+lQNkN7Prg1,z: $lXgHӧQԤ=9@amMy8Ⱥ!!w"Q6Wɽk d6 rco>:JKTVLz{xxsBuk(RA1 wlݏhrC`(Ag]wh{yKŃ^W|}THMMmFz :ː jۧ6%c#[|eU9ǟ-l.Z7S{ֲ}OLmTbAQ ]WIB]YˡX~ =tJ} [Eų)#L63]Ƭ*ŷ8%<^w(إ+B%3PT7,£:ρ.[S_+_j}eG{e&b1<2jlMn 4>Oo V2J$~­_̈́XҤ&L"8OnLx\R*4 PeF m_xȖ"MG]ƊR @WtQ3߬fZL|kWŖM<;^vPqZS3χkgEJ(~ȍVx4Rv|qD1YL\6)lT[:WPuR:xs=9SG#+߽\3.z@rJrTZ.iUaj(ΨsMzoj,sS3 ooz3Z!i/Sa<Æ*ӈ7EO_Yd\UCv ܴ[}J`Nf EgD~Ǡb‹Eqc ^BGn,*MEd;EZS7.̯į1o?xĈsl@# )9-jJ@r.R03~iH+@>ǮCѩ5[,ϔTY', 0>lMESYoȎFU~@4c"??ȦѸdzwɨ%SѢPRL.LilΞ<^TI.F13]}.p|oeSRQ2ojHb:^*͏9Dn':e h.wR;5,-f7z w$P j2"?5G)>4p%đXEv\gÅ{լww&b1&~+l݁EڼUKR [dBkeDP4['%Zdbr҇߹o߸Ofs Y8dz|XWd?8Gy# DF24(U2$?baȏL s"3-! y?*)|nmP21nת)]J-II:4 `WK" ^ZYe9W"풷V#eXF^د-Q:(lfŠK+ €GtPeg+P߱Y#He*Z5o_z}+0~]?X],9̯vfBy  !*c`ET LM;j(eě'~uC-*PB"&E κTc B[%|1 [؉ 01%VZ8@mN, t!:IgU &TXh 'dU4E3X9QW@bHrvU)q|I 5Jq@sX=~KU4@iM୼%,-ĹpYwE^7_fԣ㸈EW>"5)B|EyM^YD&Hn0V2aZp8IAhky.ApjrցH4hB:&2-vBlr ]a)U2sl:`#-{m3:vp%f6٣Qnax*ۼE@K /DR~QK f08dC s=R(7<09Ĵ!#kj |6TI2܂Zn{K.#ԠXKƴ˴`D\4bM*o|V\b/WXsFV.^؜mA{cn\yt9ӟVׇa+kJ)}-bwU9o;{*As'_-7,Ȱ_8&mCF-!$MG EkQ?~c~QBgHs@(}F"ǀb0gغ,^ߕ ƭWPE*X"(VjثE}SE-Z+6~6FX6zxaO[,+\MrFv ǵ%ߚ\|6q쁇:?8h7fS=JJ\ѷ[R˕ޙy55ѭ ք*{3{Yo)EU0^m[EtfX6/ @~f Ca6is*AV0E4; l G:(.CɩZ-M מ@D}%LA(LJ+/~Q#;"etm$8 ݷ)dݑJpB ڹLMp]&&Vc4-,3^m3.xrL gq( D7-u~_Mp@;odz.% ŏoЭKEf_^f>+OE_ |.?D@0.8iO7_v;*o"1_wvab‡Bu0^T +sK>V~y 0SP{UJfRщ.?pҼGֽ18CL9oaBY@D;n$h!~p7M1>j >&3Bo7Y/G7>RqCRe r̵ e"F?Lƣgƺ]Cm%vjZ0pBs ==ЬҖ9+3 7h6au-c9Jչiq(#}lW˲*st$' Wamf3%O*3Y! 9ieW@E5u`͊t7hA8rcPGC3^w#թ*fIp"\o-* J)Q8vf>+'plָsQX@h?cMDn Omِm{S2P9Y˜suiʏRXÍSvb _5$Ӣk )O7VεJ:) 1W1dhX$!"R~Sїf >pJF beK>_JȞ qgIiS-E O' ᙺJ43a/f Wq߁ˍۓ̉g(; _*덾`J?i D w~ӑ9j3TpYIe ~SBںڦJw6:Sz9Fhrs3=Ќ] Dml}dr#!QOFi|Uv|^ {Ovo/9ꟄuCoQӯ"E2e 5 Q'Bia/,f}?VۿQF3@?&K)ч])f+\ >F%U[vkU {\I"Vޓ:W )Ke}mcChiϵ7yC[UviK>E,f42'ŮI^Y*'SQ`﷕*jQq4,ׅ_E@Bpj.cp( vƾ˳ Z<`z^XT򛱣 [Zf1O0  YZ