postfix-bdb-3.7.3-150500.3.11.1<>,ehlp9|PFsXud ^()vFBx͙4|TtË)4N|2%ҽգGF5 /o}72k(._SԀ-4XQDF$:\G?00z׌kN; vB uc>k?}t nyk&ZwM<g,R4_ȼGL̋b?],`JX²Uf|o-xKA4s\q:Q2 1R,8~4>Q?pd " F =TZa8D  "< # '4 S U|X]aRa|d e>f>k>ll l"(l%7l,8m9p:{=>?@CFGHhIX Y \]T^,b$cdSeXf[l]upv8w,x|yz  $*lCpostfix-bdb3.7.3150500.3.11.1A fast, secure, and flexible mailerPostfix aims to be an alternative to the widely-used sendmail program with bdb supportehlh01-ch3c5_SUSE Linux Enterprise 15SUSE LLC IPL-1.0 OR EPL-2.0https://www.suse.com/Productivity/Networking/Email/Servershttp://www.postfix.orglinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in postfix.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi VERSIONTEST=$(test -x usr/sbin/postconf && usr/sbin/postconf proxy_read_maps 2>/dev/null || :) if [ -z "$VERSIONTEST" -a -f var/spool/postfix/pid/master.pid ]; then if checkproc -p var/spool/postfix/pid/master.pid usr/lib/postfix/master; then echo "postfix is still running. You have to stop postfix in order to" echo "install a newer version." exit 1 fi fi # --------------------------------------------------------------------------- /usr/sbin/sysusers2shadow postfix-user.conf <<"EOF" || [ -f /.buildenv ] g postfix 51 - - g maildrop 59 - - u postfix 51 "Postfix Daemon" /var/spool/postfix m postfix maildrop m postfix mail EOF # We never have to run suseconfig for postfix after installation # We only start postfix own upgrade-configuration by update if [ ${1:-0} -gt 1 ]; then touch /var/adm/postfix.configured echo "Executing upgrade-configuration." /usr/sbin/postfix set-permissions upgrade-configuration setgid_group=maildrop || : if [ "$(/usr/sbin/postconf -h daemon_directory)" != "/usr/lib/postfix/bin/" ]; then /usr/sbin/postconf daemon_directory=/usr/lib/postfix/bin/ fi fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in postfix.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postdrop fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postlog fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postqueue fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /etc/postfix/sasl_passwd fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/sendmail fi PNAME=postfix-bdb 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 PNAME=mail SUBPNAME=-postfix-bdb 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 /sbin/ldconfig 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 postfix || : ( 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 postfix ) || : 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 postfix.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 postfix.service ) || : fi # --------------------------------------------------------------------------- test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in postfix.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 postfix.service ) || : fi fi /sbin/ldconfig # ---------------------------------------------------------------------------~g}]Rw) 3(\{}D!tVQ*nI$N%461Hʀ(((H 8Z0t*nI($NHX89`(Yz8 z! G^RDw0_ȾHHPI 8(()HHj0XiHi@|hXAg}](( J A;9 & -  vH 1 z  ~ &q $ `|T 6 *6Z d& `A큤聤聤AA큤A큀AA큤AAAA큤A큤AAAAAAAAAAAAAAAAehdehdehdehdeh`eh`eh`eh`eh`eh`ehdeh`eh`ehdehdeh`eh`eh`ehdeh`eh`eh`eh`eh`eh`ehdehdeh`ehdehdeh`eh`eh`eh`eh`ehdehdehgehgehgeheehfehfehfehfehfehfehfehfehfehfehfehfehfehfehbehbehbehbehfehbehfehfehfehfehfehfehfehfehfehfehfehfehfehfehbehbehgehgehgehgehgehbehbehbehdehbehfehdehdehdehdehdehdehdehdehdehfehfehfehfehfehdehdehdehfehfehfehfehfehfehfehfehfehfehfehfehfehgehfehfehfehgc@fehdehdehgZeXehbehbehbehbehbehbehbehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehcehdehbehbehbehbehbehbehbehbehbehbehbehbehbehbehb2a578b63978d4658a4982a6cd6cdc8b123eb297be639937a6febed1ab696868d6233f37dc93ae05d476bbeb03ffa6de4d006893a9d5c91d38afb66506d224e9dd5e51380e7ec868a42d336c868fc012ab95cac771d95361504cc6040b8d86221c00a478a7c120c4ef2ad0851c0fbd50d3cba2739d5ecb1be16e6bc4c75792d56d7c000b62ab236b5c5c4db8ad7edec232b2afe95d85c8e064a5c9f6d5308620f7fdf5c3b79ba13d9c264e20742b88ec15b3b9ca7abf400e24691fefddcf54fec84c8bf2d0d78923734d713667ccbb34b703da09da9bfb4bc1ee1930e29252e530346aaf4bc296be09477b038c780641b4b074c9bafa94b3b556cdc3f77c17f17e3fe120264875113f86595e8310867a188e65f52c3f039c4e2c3554910e4562fd1f8ccc0f7e3d745cf87893b9d1feec45b6e806db6b67180be55e3bf269a399b1a1282cd3e245ea1bc32c901f715dc8f0c0b3392a9263dacf39fb65badb85932e523e826b0192c39b42d71597caa8b3e5e166d1e6af98528f046f1ebe67279257987a8bb5574dc385076dc07254f804116424358cc8bdb9a9b53a15a83735def45e3888f80a3af34a76d6ee1fe55dd4ef3eede5508212b7f77a47cef12165e9439118ed6f4d372a0f4c61c0427279801a48775dca0c5d2d035738c3e3d23b4e25245f57c1ea2cc57018182ba5a3db61493b8c33b14498243f285c48fec06688c94dde5b8abc9797efaaea2dbc51a30ff96cc55e2df5507258db5330e8c1db23842fac085b0a420236276365e4f84728f8a970d6fb5b22ded860610d0612a52ac7b2f8f9147b41c7e47df9b97c22831afb23be7141818614ec2370210e460c9d10509447bf9ca833a515dff2d47d65daeca2956d102d1b1d1ef107f753bc10d7dd1952b04ea66793de883a61045da9d3665f409812fc6578090deaabe864a695f245cf3a00a723f8d359243ae47b3bfcd3b8d5b2fc922066041aab756a5e885d58eb8534a7cc6a2ea42c5b4be1c455279de3a10fe62a9a86b2f6e752331a873e16308e79a80563130e95d899567daf677329fd128b07339cecfadd6ad48d1cae5399c61c8aa9b4928006339bd1dbebd59081f7ea0bf20381936d55bcfcad72642fdf3be782f4cce5b80154b8c0973317c625378b858dc436fa13d058a683b575daf1bc2712e7b9014e9d3d5f0d879c477ce63e3daac584259f7e38205e93330c7ed12c4a05ddf1e305d7155fd9a68b5c948290c05538aedf58e88ddac2a7488aecd6ff7ab94a92159da177b67105cee1625528dbfc9787b25479a83f205e783d0bfa404aea7145bd715d44008f4e95b3cef31c4509f7afd6391012b05c459f6d767138c521369d4d94649ec525a797e103cf5f5a37840e8aee86cc6be717c1b476617c2faa6edec2450a9cfe004b09f3c37a2ccb4cd6fd2cb945bb95790f96375a454dbfd141abc4095b081706c0f5bbe76d738725d7fe83cb90abbed8a9a339e536670947961f0b8a60539afd4566be4f49e71125d454b125c0fe1cb92009b46940a1f8713a87d3bf58495f1e936e761832938df5b497931df72e418d2629c31b7aa439860fdfd6a20619057cc30d6bdd7239ed7a77bb3b292753fbbc41477db80faa0f77cc48f42595bfe6d37c7fb3bbebe8da897b8828649f51316151828820c0c82e730369978476de063276005d9e281d146beac1db5043bbec329a98f9846025f09a75f9b24f1fb2aeaff3b5cc47d2d58ad9122ebd423196323d0117ab5fa5c65a14049d43da6078a7b06d45b76c27576134e65ca00a4a43018596a5ecc23942f6c9b6fcb7c80da4a15ac549a1a0759c1f83da91f321ec441a266ff217195b9c216019a1a28f65e90ccdc76ef3c514886d08991f38aa47a641f627702ce180d1e0cdd325fa0b7d92d7be884b3edcff861cecf5eef61ca2ad827a882a6462c0e40ffba954a15112e51f3545d92f64cfce55f01b6bd31d675883e124ce279c3ea8c7253fd31abd663f6e13c97f16cfbad72830d5adb66022ad20dfb5772387534d5351345f4c2d41ff5ee1509b7426c80444b9f72005d5bac78312d1f2bcd7b2f8f9147b41c7e47df9b97c22831afb23be7141818614ec2370210e460c9d1d1952b04ea66793de883a61045da9d3665f409812fc6578090deaabe864a695f245cf3a00a723f8d359243ae47b3bfcd3b8d5b2fc922066041aab756a5e885d58eb8534a7cc6a2ea42c5b4be1c455279de3a10fe62a9a86b2f6e752331a873e157e87a73380dc37c5847712339d5f6d1b057e8c5b9ac4a6e9eca6916c5d1787b6308e79a80563130e95d899567daf677329fd128b07339cecfadd6ad48d1cae5b68ec0e2fea24a846c7f7595616c1d6d02378d2b4240946d493840eb7d1342fd16d55f8675290070dccdb416c1bd8676dff9d0125f3abb58e6a3806613b82cd6180d1e0cdd325fa0b7d92d7be884b3edcff861cecf5eef61ca2ad827a882a6463058e775b3dc7273ddb874799768f89c155e3255f51fc1406a3abfe0aa663a67ce7d84f160d998f9bddedc5c5401d800b9f7b7aaf4c2557f09cfc5cab2167b88fddcb4d0de0491aca0bb06c7f1d1095c64045097df8fa1d451dbfaba63078df1fa5c65a14049d43da6078a7b06d45b76c27576134e65ca00a4a43018596a5eccd514f7fed500ab2414b3414d31c5048d76917512adb8adb5d9e61176a92a0226f9d5090c89dd21101cf9e90c065d21531948bdc03c4ede7361887bdc9183dee7978cd99df76a9e941ac643750fd79b26ce3bdd1de50de02e1f0468df923c42d3c691b44f7da06ca754fe4867ba1e045429b848566d614410b521f8643646f6eff1840858e921d78911c427c43c6dcb7a561bac7083114620dfa07a1ca17a6022f6f8feccab5fdab4c18afd7f13b3bb81e906ff04972c4c4253883fb83a862b369ad7d63091d1c8456e0ee804c6d0d2642541a36c49f1c9d341d107d7e19d0b1f41a6b9cacd3e22c49310814f117f11e39d70232d0d4041e4a4193678819164ffb71cd60e8b16d28b3f5615ce72ba8d6575ab2b17c62486e253b586dd7cbe457bd6ca2ffdfe9257a094f6b5c6d8c6adb2491ac9d7a5b53e4804d6ba4ae3fceec094dde5b8abc9797efaaea2dbc51a30ff96cc55e2df5507258db5330e8c1db238e90c1827f029ffd9ebf7dd02e6ed11b6638148b902d43298359b0ba0745369c2c7475f0807203db966e5c23527944c0deed573cba17e45ce38080cf904dfc42689020c1ea194e7b3b5593f895c17826a054df54aa2b05ed2a27fe25e39950ee85acd39bc6ab523fc65209ca3eb9b9ba0aa262ac4126165e92f7e50d4b1828e8e629ecacfee9b825e544e77664b580fd3a4b79683a569522ba9664678d1ea909e307d0c83a162dff424bc75945b5efaa07ca932206f34ca914d118a8eef97814f6d9961cfc75d9f200710be2c198fe66dac6fe7d2204377f9e073b52a488616ec2bae481f01213bfeeaf6f5c71250d752e1e6b7484598d634e8f34becbddaea77948fc901134b90a69d20bef55e0ded2fcf96c688f6a931141bb9557014aa8174705939e22bb90398fc4b7ec3b13389821f59b104c2c6acaddaf92c5e4636f1925a14772d31d315a5dd68bd9d06c6d36c1ef68704ad728098ce486ac663615990fac1ed092d5540f16b2b5505b4288bc72be0cbeafdcb5668d5c7788ca904dfd5f7360c852fa3613935be207ff7846b51d0edc78f4e0e482f85e92d85d83ed04413f552bc22fa87cb6c1fd645ca208dd7cabcdbf92612aa24657bfea8a1fdfeaa5d07ce83280dbfd59c64fff72dd8e9b1b7c9befe7824f010f9fd8372c1467b796312899e18d8b93607cc2f06aca9825ceea71209c88cf31d749d1c1705e44824d1c96dd1a5566d34d280012af856ab10a74114a48c1efc15e016b6f8ca91005d49ee2f139be48c65b081520d30864eab4faf5736f8e82611310401410bd80a9f4ae4db0cba7faa72e5a886027cd551a1d0de02c7370e6203be9ccdb5664c2afd0c686510217a7de59b1c2e85fd160c5dcff284c5ab12bc8f077c73e025a914e56187a047039fe406c17755ac37ca3569c127e841e5bba57913ffb2b6697344afc71f9fca9035d2b8af1a40a15b395b8cecf9c0f3bbb86f80b2915b3fe8fa71e8964285120654bfcb59e69585ec7f80ae1f92e800c9ecb4039421c5faf265d5f95fe305eaddb35beeedba954fa8862af020d2bae20d5fc0e39fb389c8431453d9ca58a2adb84877f2c3a489dd9964c09a6871d874906bdc3b83f148a4030de9d8c2897c090882c9e7105ee7922822f8f05b455419a2aea045cc1ca79805df8d642201ac995cba3829a5e48230dd28ef388c64f1588237c4891dc041f41f4c7ef10c28b3ad152eb81c9a7a46ff25c560aa9f3485c64b282f5054ea307fbea8e90cda22680f575c1ddca3a44331851983d0872505f15331ff4044113c0826a9dd900176b0e9263dd83af5c309d3cfd7a1759df484921e52ead9f28066ea1d947aa086a27968748b9dc852f4038bd41875a656c54947a88bf9111a7116f8387b489bee66968aec48c7e285c8564cf87e205cc0129096c1ad5e5350e0292b3fcf5c7b3b2bcba0493e8fd468244566ae9f82fea1fd064e3e910202623c905740f056efdc52bd3ebc52fd8bce4f5bdbbd6a0dc40db295d8205194f536cab893caf1ff8271e1bf3bb15fa706ad0043403f7cfa3ddcf18c0fda1819510b3eed675626f93c9e8f419f25f0f53e6bfed867bb7bcbeb8ae50fd6c066623751c197814061d4a2c00a478a7c120c4ef2ad0851c0fbd50d3cba2739d5ecb1be16e6bc4c75792d56d7c000b62ab236b5c5c4db8ad7edec232b2afe95d85c8e064a5c9f6d5308620fcf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae5cf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae506c7369d042f41d4b180606e671693360b5039d5adbc66ce7023f8fca51fe77c12c0a752512a2fa449962c8ad6485bcf18b77b25d1ca510f617d22acd541bd3676a9757ad897490efcbb2930e4df2c4825e357fd837b0b4edb593dbfb929c890c0a551e468e51ab954609f7cba8d90a690592424021dd4172b6d503f61f16f2a09fa295334c7eb61a38611d79572e3b9807351a1ace2187be7122a535c513628380c5a203fc8c25ce60ac2e886c59c3feda42bbfd5d8ea5ab43aa8e81be546ff50ea672e2974dfb23a0ba943c154b168d873da4fe620a591b7dd1bca4b50e680add3e1d9b2ecf4ef4719a9375251264af81ac483191bb175bb6cc2e1531864463d8cbf8c98a56846f982e39fab33e36f5f25721f9abb6bcb6cc27aa0e30c270f3631915eae3490f530f777479e38e575bd1c47af45e5b4fc705f6e2cbb27172f2ad9e16472f2fd41d9b935a51124bd23255942bb31b87baa5032abaea63464b68324a8668d30666cbcaca4d0cf14c848038ce428ec52c7e794b8b1595c58aa633f44dd6a18a2642f15dbfa4bbd9996afcf754ee21f219cfecd9769b10165e815302e6af00d997abd1c007293c1c5dd39394f2d26646cefd3daa55d03baee41680615045b43a6f34d23521e5ca1dcbc98d96417a751822c79b88cb8cc439fe6b11c5c3e6b854f094f1d2adfefe2c9d2954299844543544d619e3d71365f20592b579aaa2cd24c8086d371fa5c1dd21aabf5a38581a43048414c49f9f1f7b442e64ed17e39efb4a8119815dff22e6d0c0ad06d759a86b1ccb8c500dbc2fb0b3edba89bf354cde01ee2fb2aef1f7a42fc208e9dc394dfc29c5ddb81070ff23342f6a143cda859d6f9009818f2b2d35e63598a4cd89ca3465f9a13ee8c36cde0df3d8dcc538be9ca147cdefe2a8aebc2fc112206782be0463bc7b56b59f25e0e03103c128651d6800935396d82ea8d9ba8fbdcc21fbcb2143b53f137396e1c3cbe0de9bcfa5cd19bd9c7efa18b4881572e613c971c7ebb4a5c4f02c8d16d7994624295e9a149ba17b04192f87ca8f461a7341279d6d29a0c34a416132ee9809885539e952420b13295663dcddbca6542a3b15c466d07b06c4c1d4bcb3193e25c95f1b1af69aad541f2834dda291f048adf0ef41b6028ec991db25a3d346880d61678f45391d1d1ee69e5ae310cf4884cd065ce44fbd25053ad3a0ce8f22bf6dc5b0d615119b8ff1b7e2aaf71c62ff67847d3c8a8f477521b749c4e07f9a7bbb478b7320f0a928861874ce74bf40110506f38932d282de80232385015f0843dca9e56973a903a028483a52502c3421baf32b2bf06df249be5c07ec6169cfcf5e9e059b52718c89b2a31f7067eb143d505d7de1bf9325ed759018eb9f78de3c03a8b78fbfbcbc0f9cc6ff1a2608a5cfd2361e19bfbb42d470ab38205b89f1a492cc3949e080a63a9abc97ce080a0a43c3a2706f4a4b0a45a7ccfd782962e230511068e48f019236073cd43b84ba5191117707b2ffe29d5662f1a3db751fd3d202beba42b578b55eea83dc321c35719751be2d4a9c206731ef4c4e9a5ae0ca1933bcbafb23436e690ddba82f337aa0e605fa2e9602a48920dc557838f611467178c2da9473b18cb2dd09bba11700177c4c1f78d050403e9b6ae3a3afea5e5c3e8aa40f08fee2e03fc6b368c57fed43874ca64dd0d3ea495c1be3968adb5f355ce2ac4a2e65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf1ee17f559410830a74bcda186e544e50aad24d52353072ba67d3744e87a5da9ba8e978995d78535f862b96ba2d46576a8ef0f9fedf761c1a3cc98f365e76e647bff739951fd551d2826dc6cad3bfbb767db18c4b80feb1c8cf5eecd16f4d03e183072bfc4b441c6355b69dc7200436daf39be2d3e01d8957a3206a5781a6cce023203dfed04846ed6cb2dd23b7f8dd879084c267e9b3f9aec297c69c11bf56086088e06d4dda57bd3ff3408d7cee78fb9ba89c273f6647013b3801039f5cc0fa06aabdc85825ed9d073031c5ce8a1cc44a2ab7d0463d2cd3c0f4478040801bd5de8903f4452cae0ba5c70c22c8f6bdd6c589f63bd7a904e7869db9cc8ce162eca1bf811f96179634a94f7a2e855206161bfeb34718ed81e00af747d86afdfa5be3a04377a06261211b9526160f29621a4d98efd74aad74c8673267d6bbed65bd73c9501197d9f714ef980c3dcafd5d367e29ac91a087cfbcbeb58f1bf778a7f92d01dddc97d4ba465ef1e1c6a5fcc502fefb58bb0d9b130588a0d983946130636461074eab17a8248b5392791c54e752097c91a40d5506cf436124471e622aa36b1a54dc7d363ee6f158e7674ecf53f1acc71f759a420397820e7a07e914c1f7bca267ec2a3f11ff73810482162a4b096b9fb57dce4ecb1a5c88414eb44c42b122287b5b0d119a4c8e1e0c31b2d2067e8cfce481dab413b8114adeedb4d2e6a3655713755ac205b888a8047eb1e04e06a72505b27d86e904911767c59b13dea117a6a25b1afa1307e6e0d7973fc52e3000daec9a7e781557f9db61180d5944d45560dde55dbf3c676a278d0a8fe4a28364a85484fef68df290b7b52334d55e3bfe8e770f2abf3cd7772d1ab298b73efbe9e92b2cb03380aadc0f1798749cea8d68282df5de4adde2de334f568a7514e3b32fa4467212bde04c41790afe9b82a20fb78466dd4192adfdcdaaad9507244ff791c67f2107ce3dadd8c546cc672c0ae65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf360308d57a23d8e3159088bd528c14d2231870549d27e28ef814a6bbccd890cfc75ee98d76e7ba9b49b2941e5db0c9655b261deed9e6215bf43851a54dd8feb9399fa1d276d9b336bf42890d530aacc70dbefcc9a3f6c1c098df056cc8f8f841../../ssl/certs../sbin/sendmail../sbin/sendmail../../lib64/libpostfix-dns.so../../lib64/libpostfix-global.so../../lib64/libpostfix-master.so../../lib64/libpostfix-tls.so../../lib64/libpostfix-util.so../sbin/sendmailservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpostfixrootpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmaildroprootrootrootmaildroprootrootmaildroprootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmaildroprootmaildroprootrootpostfix-bdb-3.7.3-150500.3.11.1.src.rpmconfig(postfix-bdb)group(maildrop)group(postfix)libpostfix-dns.so()(64bit)libpostfix-global.so()(64bit)libpostfix-master.so()(64bit)libpostfix-tls.so()(64bit)libpostfix-util.so()(64bit)postfix-bdbpostfix-bdb(x86-64)smtp_daemonuser(postfix)@ !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(postfix-bdb)coreutilsdiffutilsededededfillupgrepgroup(mail)iproute2libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcrypto.so.1.1(OPENSSL_1_1_1b)(64bit)libdb-4.8.so()(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libicuuc.so.suse65.1()(64bit)libnsl.so.2()(64bit)libnsl.so.2(LIBNSL_1.0)(64bit)libpcre2-8.so.0()(64bit)libpostfix-dns.so()(64bit)libpostfix-global.so()(64bit)libpostfix-master.so()(64bit)libpostfix-tls.so()(64bit)libpostfix-util.so()(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2.5)(64bit)libsasl2.so.3()(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1(OPENSSL_1_1_1)(64bit)perlperlperlperlpermissionspermissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sysuser-shadowuser(nobody)3.7.3-150500.3.11.13.0.4-14.6.0-14.0.4-14.0-15.2-13.2eximpostfixsendmail4.14.3 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postdrop 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postlog 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postqueue 1>&2 /usr/bin/chkstat -n --warn --system -e /etc/postfix/sasl_passwd 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/sendmail 1>&2e(e;dܺ@d@bbbzSbq@bobf@b]RbJbBb4t@b/.@baa@araraqV@a^@a'@a$@a ``R@``E`"@`̊`D``r`!@`t6@`H`B@`3@`U`__@_@_@__j___L@_D@_?@_/@_p@_A@^^^b^'@^>@^=@^ku^=Q@^:@^8 @]e@]@]b@]m]M`@]:@]9]4S]]^@]@\@\\\@\~d\}@\zp@\y\\\LK\I[[=@[ͻ[[[[ZZUZZkZ@Z)-@Z@ZY@Y@YMY@Y@YY@YyYC@XQ@Xh@XX@XO@XO@X7@XM@Xv@Xk@X9y@X)@X lW1@W WPWJWDB@WDB@WVVVV@VhVU5@U@U@UUlI@UXU6;U3Tء@TOT@TTT@To)@TeTN3TD@varkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comchris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dedimstar@opensuse.orgmrueckert@suse.demichael@stroeder.comvarkoly@suse.comilya@ilya.cfmichael@stroeder.comvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.comopensuse@dstoecker.dejsegitz@suse.comjsegitz@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comchris@computersalat.devarkoly@suse.commichael@stroeder.comvarkoly@suse.comchris@computersalat.dechris@computersalat.degmbr3@opensuse.orgmichael@stroeder.comchris@computersalat.demrueckert@suse.devarkoly@suse.commichael@stroeder.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.cominfo@paolostivanin.comsuse+build@de-korte.orgvarkoly@suse.comsuse+build@de-korte.orgsuse+build@de-korte.orgsuse+build@de-korte.orgvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.comkukuk@suse.comkukuk@suse.comsuse+build@de-korte.orgmichael@stroeder.comsuse+build@de-korte.orgkukuk@suse.commichael@stroeder.commichael@stroeder.commichael@stroeder.comsuse+build@de-korte.orgmichael@stroeder.commichael@stroeder.comvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.commliska@suse.czmichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.commatthias.gerstner@suse.comchris@computersalat.demichael@stroeder.comvarkoly@suse.comdimstar@opensuse.orgtchvatal@suse.comvarkoly@suse.commichael@stroeder.comvarkoly@suse.comjslaby@suse.commrueckert@suse.demichael@stroeder.commax@suse.comchris@computersalat.dechris@computersalat.demalte.kraus@suse.commichael@stroeder.comchris@computersalat.dechris@computersalat.devarkoly@suse.comtchvatal@suse.comvarkoly@suse.commichael@stroeder.comlnussel@suse.deadam.majer@suse.devarkoly@suse.comilya@ilya.pp.uavarkoly@suse.comdimstar@opensuse.orgrbrown@suse.comkukuk@suse.demichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comkukuk@suse.devarkoly@suse.commichael@stroeder.comchris@computersalat.dewerner@suse.dechris@computersalat.dekukuk@suse.demrueckert@suse.dewr@rosenauer.orgkukuk@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.comchris@computersalat.dechris@computersalat.dechris@computersalat.demichael@stroeder.commichael@stroeder.comschwab@suse.dechris@computersalat.devarkoly@suse.comvarkoly@suse.comopensuse@dstoecker.demrueckert@suse.demrueckert@suse.demrueckert@suse.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comjkeil@suse.demeissner@suse.commeissner@suse.commichael@stroeder.comcrrodriguez@opensuse.orgmpluskal@suse.commrueckert@suse.demrueckert@suse.demichael@stroeder.comvarkoly@suse.comvarkoly@suse.commpluskal@suse.comvarkoly@suse.comvarkoly@suse.comtchvatal@suse.comdimstar@opensuse.orgdmueller@suse.commichael@stroeder.com- (bsc#1218304) VUL-0: postfix: new SMTP smuggling attack (bsc#1218314) SMTP Smuggling - Spoofing E-Mails Worldwide Apply patch containing the feature smtpd_forbid_unauth_pipelining as default yes. add patch: postfix-3.7-patch06 - Security: the Postfix SMTP server optionally disconnects remote SMTP clients that violate RFC 2920 (or 5321) command pipelining constraints. The server replies with "554 5.5.0 Error: SMTP protocol synchronization" and logs the unexpected remote SMTP client input. Specify "smtpd_forbid_unauth_pipelining = yes" to enable. - Workaround to limit collateral damage from OS distributions that crank up security to 11, increasing the number of plaintext email deliveries. This introduces basic OpenSSL configuration file support, with two new parameters "tls_config_file" and "tls_config_name". Details are in the postconf(5) manpage under "tls_config_file" and "tls_config_name".- postfix: config.postfix causes too tight permission on main.cf (bsc#1215372)- CVE-2023-32182: postfix: config_postfix SUSE specific script potentially bad /tmp file usage (bsc#1211196) Use temp file created by mktemp- update to 3.7.3 postfix 3.7.2 - messages with many recipients are declared corrupt with warning: Unexpected record type 'X' at offset (bsc#1213515) This fixes a bug where some messages were not delivered after "warning: Unexpected record type 'X' The new version contains only the required patch- use correct source signature file (gpg2)- update to 3.7.2 https://de.postfix.org/ftpmirror/official/postfix-3.7.2.RELEASE_NOTES - rebase patches * pointer_to_literals.patch * postfix-linux45.patch * postfix-main.cf.patch * postfix-master.cf.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch * postfix-vda-v14-3.0.3.patch * set-default-db-type.patch - build against libpcre2- remove *.swp from postfix-SUSE.tar.gz- fix config.postfix 'hash' leftover with relay_recipients - update postfix-main.cf.patch about * smtp_tls_security_level (obsoletes smtp_use_tls, smtp_enforce_tls) * smtpd_tls_security_level (obsoletes smtpd_use_tls, smtpd_enforce_tls) - rebase/refresh patches * harden_postfix.service.patch * postfix-avoid-infinit-loop-if-no-permission.patch * postfix-master.cf.patch * postfix-vda-v14-3.0.3.patch * set-default-db-type.patch- Change ed requires to /usr/bin/ed: allow busybox-ed to be used inside containers.- add missing requires for config.postfix and the postfix postinstall script: perl and ed- update to 3.6.6 * (problem introduced: Postfix 2.7) The milter_header_checks maps are now opened before the cleanup(8) server enters the chroot jail. * In an internal client module, "host or service not found" was a fatal error, causing the milter_default_action setting to be ignored. It is now a non-fatal error, just like a failure to connect. * The proxy_read_maps default value was missing up to 27 parameter names. The corresponding lookup tables were not automatically authorized for use with the proxymap(8) service. The parameter names were ending in _checks, _reply_footer, _reply_filter, _command_filter, and _delivery_status_filter. * (problem introduced: Postfix 3.0) With dynamic map loading enabled, an attempt to create a map with "postmap regexp:path" would result in a bogus error message "Is the postfix-regexp package installed?" instead of "unsupported map type for this operation". This happened with all non-dynamic map types (static, cidr, etc.) that have no 'bulk create' support.- config.postfix fails to set smtp_tls_security_level (bsc#1192314)- Refreshed spec-file via spec-cleaner and manual optimizated. * Added -p flag to all install commands. * Removed -f flag from all ln commands. - Changed file harden_postfix.service.patch (boo#1191988).- update to 3.6.5 * Glibc 2.34 implements closefrom(). This was causing a conflict with Postfix's implementation for systems that have no closefrom() implementation. * Support for Berkeley DB version 18. - removed obsolete postfix-3.6.2-glibc-234-build-fix.patch- Postfix on start don't run postalias /etc/postfix/aliases (error open database /etc/postfix/aliases.lmdb). (bsc#1197041) Apply proposed patch- config.postfix can't handle symlink'd /etc/resolv.cof (bsc#1195019) Adapt proposed change: using "cp -afL" by copying.- Update to 3.6.4 * Bug introduced in bugfix 20210708: duplicate bounce_notice_recipient entries in postconf output. This was caused by an incomplete fix to send SMTP session transcripts to $bounce_notice_recipient. * Bug introduced in Postfix 3.0: the proxymap daemon did not automatically authorize proxied maps inside pipemap (example: pipemap:{proxy:maptype:mapname, ...}) or inside unionmap. * Bug introduced in Postfix 2.5: off-by-one error while writing a string terminator. This code passed all memory corruption tests, presumably because it wrote over an alignment padding byte, or over an adjacent character byte that was never read. * The proxymap daemon did not automatically authorize map features added after Postfix 3.3, caused by missing *_maps parameter names in the proxy_read_maps default value. Found during code maintenance.- Update to 3.6.3 * (problem introduced in Postfix 2.4, released in 2007): queue file corruption after a Milter (for example, MIMEDefang) made a request to replace the message body with a copy of that message body plus additional text (for example, a SpamAssassin report). * (problem introduced in Postfix 2.10, released in 2012): The postconf "-x" option could produce incorrect output, because multiple functions were implicitly sharing a buffer for intermediate results. Problem report by raf, root cause analysis by Viktor Dukhovni. * (problem introduced in Postfix 2.11, released in 2013): The check_ccert_access feature worked as expected, but produced a spurious warning when Postfix was built without SASL support. Fix by Brad Barden. * Fix for a compiler warning due to a missing 'const' qualifier when compiling Postfix with OpenSSL 3. Depending on compiler settings this could cause the build to fail. * The known_tcp_ports settings had no effect. It also wasn't fully implemented. Problem report by Peter. * Fix for missing space between a hostname and warning text.- Ensure postfix can write to home directory or server side filtering wont work (sieve)- Ensure service can write to /etc/postfix- Added hardening to systemd service (bsc#1181400). Added harden_postfix.service.patch- config.postfix not updatet after lmdb switch (bsc#1190945) Adapt config.postfix- postfix master.cf: to include "submissions" service (bsc#1189684) Adapt master.cf patch- postfix fails with glibc 2.34 Define HAS_CLOSEFROM (bsc#1189101) add patch - postfix-3.6.2-glibc-234-build-fix.patch- fix config.postfix (follow up of bsc#1188477)- Syntax error in config.postfix (bsc#1188477)- Update to 3.6.2 * In Postfix 3.6, fixed a false "Result too large" (ERANGE) fatal error in the compatibility_level parser, because there was no 'errno = 0' statement before an strtol() call. * (problem introduced in Postfix 3.3) "Null pointer read" error in the cleanup daemon when "header_from_format = standard" (the default as of Postfix 3.3), and email was submitted with /usr/sbin/sendmail without From: header, and an all-space full name was specified in 1) the password file, 2) with "sendmail - F", or 3) with the NAME environment variable. Found by Renaud Metrich. * (problem introduced in Postfix 2.4) False "too many reverse jump" warnings in the showq daemon, because loop detection code was comparing memory addresses instead of queue file names. Reported by Mehmet Avcioglu. * (problem introduced in 1999) The Postfix SMTP server was sending all session transcripts to the error_notice_recipient (default: postmaster), instead of sending transcripts of bounced mail to the bounce_notice_recipient (default: postmaster). Reported by Hans van Zijst. * The texthash: map implementation broke tls_server_sni_maps, because it did not support multi-file inputs. Reported by Christopher Gurnee, who also found an instance of the missing code in the "postmap -F" source code. File: util/dict_thash.c.- spamd wants to start before mail-transfer-agent.target, but that target doesn't exist (bsc#1066854)- postfix-SUSE * rework sysconfig.postfix, add - POSTFIX_WITH_DKIM - POSTFIX_DKIM_CONN * rework config.postfix for main.cf - with_dkim - update postfix-main.cf.patch * add OpenDKIM settings- postfix-mysql * add mysql_relay_recipient_maps.cf - postfix-SUSE * rework sysconfig.postfix, add - POSTFIX_RELAY_RECIPIENTS - POSTFIX_BACKUPMX * add relay_recipients * rework config.postfix for main.cf - is_backupmx - relay_recipient_maps- Add now working CONFIG parameter to sysusers generator - Remove unnecessary group line from postfix-vmail-user.conf- Update to 3.6.1 * Bugfix (introduced: Postfix 2.11): the command "postmap lmdb:/file/name" (create LMDB database from textfile) handled duplicate input keys ungracefully, discarding entries stored up to and including the duplicate key, and causing a double free() call with lmdb versions 0.9.17 and later. Reported by Adi Prasaja; double free() root cause analysis by Howard Chu. * Typo (introduced: Postfix 3.4): silent_discard should be silent-discard in BDAT_README.- fix postfix-master.cf.patch * set correct indentation (again) for options of - submission (needs 3 spaces) - smtps (needs 4 spaces) to make config.postfix work nicely again- Update to 3.6.0 - Major changes - internal protocol identification Internal protocols have changed. You need to "postfix stop" before updating, or before backing out to an earlier release, otherwise long-running daemons (pickup, qmgr, verify, tlsproxy, postscreen) may fail to communicate with the rest of Postfix, causing mail delivery delays until Postfix is restarted. For more see /usr/share/doc/packages/postfix/RELEASE_NOTES - refreshed patches to apply cleanly again: fix-postfix-script.patch ipv6_disabled.patch pointer_to_literals.patch postfix-linux45.patch postfix-main.cf.patch postfix-master.cf.patch postfix-no-md5.patch postfix-ssl-release-buffers.patch postfix-vda-v14-3.0.3.patch set-default-db-type.patch- (bsc#1186669) - postfix.service has "Requires=var-run.mount" Remove bad requirements- Update to 3.5.10 with security fixes: * Missing null pointer checks (introduced in Postfix 3.4) after an internal I/O error during the smtp(8) to tlsproxy(8) handshake. Found by Coverity, reported by Jaroslav Skarvada. Based on a fix by Viktor Dukhovni. * Null pointer bug (introduced in Postfix 3.0) and memory leak (introduced in Postfix 3.4) after an inline: table syntax error in main.cf or master.cf. Found by Coverity, reported by Jaroslav Skarvada. Based on a fix by Viktor Dukhovni. * Incomplete null pointer check (introduced: Postfix 2.10) after truncated HaProxy version 1 handshake message. Found by Coverity, reported by Jaroslav Skarvada. Fix by Viktor Dukhovni. * Missing null pointer check (introduced: Postfix alpha) after null argv[0] value.- (bsc#1183305) - config.postfix uses db as suffix for postmaps Depending on DEF_DB_TYPE uses lmdb or db- (bsc#1182833) - /usr/share/fillup-templates/sysconfig.postfix still refers to /etc/services Use getent to detect if smtps is already defined.- (bsc#1180473) [Build 20201230] postfix has invalid default config (bsc#1181381) [Build 130.3] openQA test fails in mta, mutt - postfix broken: "queue file write error" and "error: unsupported dictionary type: hash" Export DEF_DB_TYPE before starting the perl script.- bsc#1180473 - [Build 20201230] postfix has invalid default config Fixing config.postfix and sysconfig.postfix- Update to 3.5.9 * improves the reporting of DNSSEC problems that may affect DANE security- Only do the conversion from the hash/btree databases to lmdb when the default database type changes from hash to lmdb and do not stop and start the service (the old compiled databases can live together with the new ones) - convert-bdb-to-lmdb.sh - Clean up the specfile * Remove < 1330 conditional builds * Use generated postfix-files instead of the obsolete one from postfix-SUSE.tar.gz * Use dynamicmaps.cf.d instead of modifying dynamicmaps.cf upon (de)installation of optional mysql, pgsql and ldap subpackages * Use default location for post-install, postfix-tls-script, postfix-wrapper and postmulti-script- Set lmdb to be the default db. - Convert btree tables to lmdb too. Stop postfix before converting from bdb to lmdb - This package is without bdb support. That's why convert must be done without any suse release condition. o remove patch postfix-no-btree.patch o add set-default-db-type.patch- Set database type for address_verify_map and postscreen_cache_map to lmdb (btree requires Berkeley DB) o add postfix-no-btree.patch- Set default database type to lmdb and fix update_postmaps script- Use variable substition instead of sed to remove .db suffix and substitute hash: for lmdb: in /etc/postfix/master.cf as well. Check before substitution if there is something to do (to keep rpmcheck happy).- bsc#1176650 L3: What is regularly triggering the "fillup" command and changing modify-time of /etc/sysconfig/postfix? o Remove miss placed fillup_only call from %verifyscript- Remove Berkeley DB dependency (JIRA#SLE-12191) The pacakges postfix is build without Berkely DB support. lmdb will be used instead of BDB. The pacakges postfix-bdb is build with Berkely DB support. o add patch for main.cf for postfix-bdb package postfix-bdb-main.cf.patch- Update to 3.5.8 * The Postfix SMTP client inserted into message headers longer than $line_length_limit (default: 2048), causing all subsequent header content to become message body content. * The postscreen daemon did not save a copy of the postscreen_dnsbl_reply_map lookup result. This has no effect when the recommended texthash: look table is used, but it could result in stale data with other lookup tables. * After deleting a recipient with a Milter, the Postfix recipient duplicate filter was not updated; the filter suppressed requests to add the recipient back. * Memory leak: the static: maps did not free their casefolding buffer. * With "smtpd_tls_wrappermode = yes", the smtps service was waiting for a TLS handshake, after processing an XCLIENT command. * The smtp_sasl_mechanism_filter implementation ignored table lookup errors, treating them as 'not found'. * The code that looks for Delivered-To: headers ignored headers longer than $line_length_limit (default: 2048).- Update to 3.5.7 * Fixed random certificate verification failures with "smtp_tls_connection_reuse = yes", because tlsproxy(8) was using the wrong global TLS context for connections that use DANE or non-DANE trust anchors.- Move ldap into an own sub-package like all other databases - Move manual pages to correct sub-package- Use sysusers.d to create system accounts - Remove wrong %config for systemd directory content- Use the correct signature file for source verification - Rename postfix-3.5.6.tar.gz.sig to postfix-3.5.6.tar.gz.asc (to prevent confusion, as the signature file from upstream with .sig extension is incompatible with the build service)- Update to 3.5.6 with following fixes: * Workaround for unexpected TLS interoperability problems when Postfix runs on OS distributions with system-wide OpenSSL configurations. * Memory leaks in the Postfix TLS library, the largest one involving multiple kBytes per peer certificate.- Add source verification (add postfix.keyring)- Use systemd_ordering instead of systemd_require. - Move /etc/postfix/system to /usr/lib/postfix/systemd [bsc#1173688] - Drop /var/adm/SuSEconfig from %post, it does nothing. - Rename postfix-SuSE to postfix-SUSE - Delete postfix-SUSE/README.SuSE, company name spelled wrong, completly outdated and not used. - Delete postfix-SUSE/SPAMASSASSIN+POSTFIX.SuSE, company name spelled wrong, outdated and not used. - sysconfig.mail-postfix: Fix description of MAIL_CREATE_CONFIG, SuSEconfig is gone since ages. - update_chroot.systemd: Remove advice to run SuSEconfig. - Remove rc.postfix, not used, outdated. - mkpostfixcert: Remove advice to run SuSEconfig.- Update to 3.5.4: * The connection_reuse attribute in smtp_tls_policy_maps always resulted in an "invalid attribute name" error. * SMTP over TLS connection reuse always failed for Postfix SMTP client configurations that specify explicit trust anchors (remote SMTP server certificates or public keys). * The Postfix SMTP client's DANE implementation would always send an SNI option with the name in a destination's MX record, even if the MX record pointed to a CNAME record. MX records that point to CNAME records are not conformant with RFC5321, and so are rare. Based on the DANE survey of ~2 million hosts it was found that with the corrected SMTP client behavior, sending SNI with the CNAME-expanded name, the SMTP server would not send a different certificate. This fix should therefore be safe.- Update to 3.5.3: * TLS handshake failure in the Postfix SMTP server during SNI processing, after the server-side TLS engine sent a TLSv1.3 HelloRetryRequest (HRR) to a remote SMTP client. * The command "postfix tls deploy-server-cert" did not handle a missing optional argument. This bug was introduced in Postfix 3.1.- Update to 3.5.2: * A TLS error for a database client caused a false 'lost connection' error for an SMTP over TLS session in the same Postfix process. This bug was introduced with Postfix 2.2. * The same bug existed in the tlsproxy(8) daemon, where a TLS error for one TLS session could cause a false 'lost connection' error for a concurrent TLS session in the same process. This bug was introduced with Postfix 2.8. * The Postfix build now disables DANE support on Linux systems with libc-musl such as Alpine, because libc-musl provides no indication whether DNS responses are authentic. This broke DANE support without a clear explanation. * Due to implementation changes in the ICU library, some Postfix daemons reported file access errrors (U_FILE_ACCESS_ERROR) after chroot(). This was fixed by initializing the ICU library before making the chroot() call. * Minor code changes to silence a compiler that special-cases string literals. * Segfault (null pointer) in the tlsproxy(8) client role when the server role was disabled. This typically happened on systems that do not receive mail, after configuring connection reuse for outbound SMTP over TLS. * The date portion of the maillog_file_rotate_suffix default value used the minute (%M) instead of the month (%m).- boo#1106004 fix incorrect locations for files in postfix-files- Dropped deprecated-RES_INSECURE1.patch to make DNSSEC-secured lookups and DANE mail transport work again - Update to 3.5.1: * Support for the haproxy v2 protocol. The Postfix implementation supports TCP over IPv4 and IPv6, as well as non-proxied connections; the latter are typically used for heartbeat tests. * Support to force-expire email messages. This introduces new postsuper(1) command-line options to request expiration, and additional information in mailq(1) or postqueue(1) output. * The Postfix SMTP and LMTP client support a list of nexthop destinations separated by comma or whitespace. These destinations will be tried in the specified order. * Incompatible changes: * Logging: Postfix daemon processes now log the from= and to= addresses in external (quoted) form in non-debug logging (info, warning, etc.). This means that when an address localpart contains spaces or other special characters, the localpart will be quoted, for example: from=<"name with spaces"@example.com> Specify "info_log_address_format = internal" for backwards compatibility. * Postfix now normalizes IP addresses received with XCLIENT, XFORWARD, or with the HaProxy protocol, for consistency with direct connections to Postfix. This may change the appearance of logging, and the way that check_client_access will match subnets of an IPv6 address.- Update to 3.4.10: * Bug (introduced: Postfix 2.3): Postfix Milter client state was not properly reset after one Milter in a multi-Milter configuration failed during MAIL FROM, resulting in a Postfix Milter client panic during the next MAIL FROM command in the same SMTP session.- bsc#1162891 server:mail/postfix: cond_slp bug on TW after moving /etc/services to /usr/etc/services- bsc#1160413 postfix fails with -fno-common- Update to 3.4.9: * Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). * Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. * Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance.- Update to 3.4.8: * Fix for an Exim interoperability problem when postscreen after-220 checks are enabled. Bug introduced in Postfix 3.4: the code that detected "PIPELINING after BDAT" looked at the wrong variable. The warning now says "BDAT without valid RCPT", and the error is no longer treated as a command PIPELINING error, thus allowing mail to be delivered. Meanwhile, Exim has been fixed to stop sending BDAT commands when postscreen rejects all RCPT commands. * Usability bug, introduced in Postfix 3.4: the parser for key/certificate chain files rejected inputs that contain an EC PARAMETERS object. While this is technically correct (the documentation says what types are allowed) this is surprising behavior because the legacy cert/key parameters will accept such inputs. For now, the parser skips object types that it does not know about for usability, and logs a warning because ignoring inputs is not kosher. * Bug introduced in Postfix 2.8: don't gratuitously enable all after-220 tests when only one such test is enabled. This made selective tests impossible with 'good' clients. This will be fixed in older Postfix versions at some later time.- Backport deprecated-RES_INSECURE1.patch in order to fix boo#1149705.- Update to 3.4.7: * Robustness: the tlsproxy(8) daemon could go into a loop, logging a flood of error messages. Problem reported by Andreas Schulze after enabling SMTP/TLS connection reuse. * Workaround: OpenSSL changed an SSL_Shutdown() non-error result value into an error result value, causing logfile noise. * Configuration: the new 'TLS fast shutdown' parameter name was implemented incorrectly. The documentation said "tls_fast_shutdown_enable", but the code said "tls_fast_shutdown". This was fixed by changing the code, because no-one is expected to override the default. * Performance: workaround for poor TCP loopback performance on LINUX, where getsockopt(..., TCP_MAXSEG, ...) reports a bogus TCP maximal segment size that is 1/2 to 1/3 of the real MSS. To avoid client-side Nagle delays or server-side delayed ACKs caused by multiple smaller-than-MSS writes, Postfix chooses a VSTREAM buffer size that is a small multiple of the reported bogus MSS. This workaround increases the multiplier from 2x to 4x. * Robustness: the Postfix Dovecot client could segfault (null pointer read) or cause an SMTP server assertion to fail when talking to a fake Dovecot server. The Postfix Dovecot client now logs a proper error instead.- bsc#1120757 L3: File Permissions->Paranoid can cause a system hang Break loop if postfix has no permission in spool directory. - add postfix-avoid-infinit-loop-if-no-permission.patch- fix for boo#1144946 mydestination - missing default localhost * update config.postfix- bsc#1142881 - mkpostfixcert from Postfix still uses md- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- update example POSTFIX_BASIC_SPAM_PREVENTION: permit_mynetworks for * POSTFIX_SMTPD_HELO_RESTRICTIONS * POSTFIX_SMTPD_RECIPIENT_RESTRICTIONS - fix for: Can't connect to local MySQL server through socket '/run/mysql/mysql.sock' * update config.postfix * update update_chroot.systemd- Update to 3.4.6: * Workaround for implementations that hang Postfix while shutting down a TLS session, until Postfix times out. With "tls_fast_shutdown_enable = yes" (the default), Postfix no longer waits for the TLS peer to respond to a TLS 'close' request. This is recommended with TLSv1.0 and later. * Fixed a too-strict censoring filter that broke multiline Milter responses for header/body events. Problem report by Andreas Thienemann. * The code to reset Postfix SMTP server command counts was not called after a HaProxy handshake failure, causing stale numbers to be reported. Problem report by Joseph Ward. * postconf(5) documentation: tlsext_padding is not a tls_ssl_options feature. * smtp(8) documentation: updated the BUGS section text about Postfix support to reuse open TLS connections. * Portability: added "#undef sun" to util/unix_dgram_connect.c.- Ensure that postfix is member of all groups as before.- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini- Drop the omc config fate#301838: * it is obsolete since SLE11- bsc#1104543 config.postfix does not start tlsmgr in master.cf when using POSTFIX_SMTP_TLS_CLIENT="must". Applyed the proposed patch.- Update to 3.4.5: Bugfix (introduced: Postfix 3.0): LMTP connections over UNIX-domain sockets were cached but not reused, due to a cache lookup key mismatch. Therefore, idle cached connections could exhaust LMTP server resources, resulting in two-second pauses between email deliveries. This problem was investigated by Juliana Rodrigueiro. File: smtp/smtp_connect.c.- Update to 3.4.4 o Incompatible changes - The Postfix SMTP server announces CHUNKING (BDAT command) by default. In the unlikely case that this breaks some important remote SMTP client, disable the feature as follows: /etc/postfix/main.cf: [#] The logging alternative: smtpd_discard_ehlo_keywords = chunking [#] The non-logging alternative: smtpd_discard_ehlo_keywords = chunking, silent_discard - This introduces a new master.cf service 'postlog' with type 'unix-dgram' that is used by the new postlogd(8) daemon. Before backing out to an older Postfix version, edit the master.cf file and remove the postlog entry. - Postfix 3.4 drops support for OpenSSL 1.0.1 - To avoid performance loss under load, the tlsproxy(8) daemon now requires a zero process limit in master.cf (this setting is provided with the default master.cf file). By default, a tlsproxy(8) process will retire after several hours. - To set the tlsproxy process limit to zero: postconf -F tlsproxy/unix/process_limit=0 postfix reload o Major changes - Postfix SMTP server support for RFC 3030 CHUNKING (the BDAT command) without BINARYMIME, in both smtpd(8) and postscreen(8). This has no effect on Milters, smtpd_mumble_restrictions, and smtpd_proxy_filter. See BDAT_README for more. - Support for logging to file or stdout, instead of using syslog. - Logging to file solves a usability problem for MacOS, and eliminates multiple problems with systemd-based systems. - Logging to stdout is useful when Postfix runs in a container, as it eliminates a syslogd dependency. - Better handling of undocumented(!) Linux behavior whether or not signals are delivered to a PID=1 process. - Support for (key, list of filenames) in map source text. Currently, this feature is used only by tls_server_sni_maps. - Automatic retirement: dnsblog(8) and tlsproxy(8) process will now voluntarily retire after after max_idle*max_use, or some sane limit if either limit is disabled. Without this, a process could stay busy for days or more. - Postfix SMTP client support for multiple deliveries per TLS-encrypted connection. This is primarily to improve mail delivery performance for destinations that throttle clients when they don't combine deliveries. This feature is enabled with "smtp_tls_connection_reuse=yes" in main.cf, or with "tls_connection_reuse=yes" in smtp_tls_policy_maps. It supports all Postfix TLS security levels including dane and dane-only. - SNI support in the Postfix SMTP server, the Postfix SMTP client, and in the tlsproxy(8) daemon (both server and client roles). See the postconf(5) documentation for the new tls_server_sni_maps and smtp_tls_servername parameters. - Support for files that contain multiple (key, certificate, trust chain) instances. This was required to implement server-side SNI table lookups, but it also eliminates the need for separate cert/key files for RSA, DSA, Elliptic Curve, and so on. - Support for smtpd_reject_footer_maps (as well as the postscreen variant postscreen_reject_footer_maps) for more informative reject messages. This is indexed with the Postfix SMTP server response text, and overrides the footer specified with smtpd_reject_footer. One will want to use a pcre: or regexp: map with this. o Bugfixes - Andreas Schulze discovered that reject_multi_recipient_bounce was producing false rejects with BDAT commands. This problem already existed with Postfix 2.2 smtpd_end_of_data_restrictons. Postfix 3.4.4 fixes both.- postfix-linux45.patch: support also newer kernels -- pretend we are still at kernel 3. Note that there are no conditionals for LINUX3 or LINUX4. And LINUX5 was generated, but not tested in the code which caused build failures.- skip set -x and fix version update changes entry- Update to 3.3.3 * When the master daemon runs with PID=1 (init mode), it will now reap child processes from non-Postfix code running in the same container, instead of terminating with a panic. * Bugfix (introduced: postfix-2.11): with posttls-finger, connections to unix-domain servers always resulted in "Failed to establish session" even after a connection was established. Jaroslav Skarva. File: posttls-finger/posttls-finger.c. * Bugfix (introduced: Postfix 3.0): with smtputf8_enable=yes, table lookups could casefold the search string when searching a lookup table that does not use fixed-string keys (regexp, pcre, tcp, etc.). Historically, Postfix would not case-fold the search string with such tables. File: util/dict_utf8.c.- PostrgeSQL's pg_config is meant for linking server extensions, use libpq's pkg-config instead, if available. This is needed to fix build with PostgreSQL 11.- rework config.postfix * disable commenting of smtpd_sasl_path/smtpd_sasl_type no need to comment, cause it is set to default anyway and 'uncommenting' would place it at end of file then which is not wanted- rework postfix-main.cf.patch * disable virtual_alias_domains cause (default: $virtual_alias_maps) - rework config.postfix * disable PCONF of virtual_alias_domains virtual_alias_maps will be set anyway to the correct value * extend virtual_alias_maps with - mysql_virtual_alias_domain_maps.cf - mysql_virtual_alias_domain_catchall_maps.cf - rework postfix-mysql, added * mysql_virtual_alias_domain_maps.cf * mysql_virtual_alias_domain_catchall_maps.cf needed for reject_unverified_recipient- binary hardening: link with full RELRO- Update to 3.3.2 * Support for OpenSSL 1.1.1 and TLSv1.3. * Bugfixes: - smtpd_discard_ehlo_keywords could not disable "SMTPUTF8", because some lookup table was using "EHLO_MASK_SMTPUTF8" instead. - minor memory leak in DANE support when minting issuer certs. - The Postfix build did not abort if the m4 command was not installed, resulting in a broken postconf command.- add POSTFIX_RELAY_DOMAINS * more flexibility to add to relay_domains without breaking config.postfix * rework restriction examples in sysconf.postfix based on postfix-buch.com (2. edtion by Hildebrandt, Koetter) - disable weak cipher: RC4 after check with https://ssl-tools.net/mailservers- update config.postfix * don't reject mail from authenticated users even if reject_unknown_client_hostname would match, add permit_sasl_authenticated to all restrictions requires smtpd_delay_reject = yes - update postfix-main.cf.patch * recover removed setting smtpd_sasl_path and smtpd_sasl_type, set to default value config.postfix will not 'enable' (remove #) var, but place modified (enabled) var at end of file, far away from place where it should be - rebase patches * fix-postfix-script.patch * postfix-vda-v14-3.0.3.patch * postfix-linux45.patch * postfix-master.cf.patch * pointer_to_literals.patch * postfix-no-md5.patch- bsc#1092939 - Postfixes postconf gives a lot of LDAP related warnings o add m4 as buildrequires, as proposed.- Add zlib-devel as buildrequires, previously included from openssl-devel- bsc#1087471 Unreleased Postfix update breaks SUSE Manager o Removing setting smtpd_sasl_path and smtpd_sasl_type to empty- Update to 3.3.1 * Postfix did not support running as a PID=1 process, which complicated Postfix deployment in containers. The "postfix start-fg" command will now run the Postfix master daemon as a PID=1 process if possible. Thanks for inputs from Andreas Schulze, Eray Aslan, and Viktor Dukhovni. * Segfault in the postconf(1) command after it could not open a Postfix database configuration file due to a file permission error (dereferencing a null pointer). Reported by Andreas Hasenack, fixed by Viktor Dukhovni. * The luser_relay feature became a black hole, when the luser_relay parameter was set to a non-existent local address (i.e. mail disappeared silently). Reported by J?rgen Thomsen. * Missing error propagation in the tlsproxy(8) daemon could result in a segfault after TLS handshake error (dereferencing a 0xffff...ffff pointer). This daemon handles the TLS protocol when a non-whitelisted client sends a STARTTLS command to postscreen(8).- remove pre-requirements on sysvinit(network) and sysvinit(syslog). There seems to be no good reason for that other than blowing up the dependencies (bsc#1092408).- bsc#1071807 postfix-SuSE/config.postfix: only reload postfix if the actual service is running. This prevents spurious and irrelevant error messages in system logs.- bsc#1082514 autoyast: postfix gets not set myhostname properly - set to localhost- Refresh spec-file via spec-cleaner and manual optinizations. * Add %license macro. * Set license to IPL-1.0 OR EPL-2.0. - Update to 3.3.0 * http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.3.0.RELEASE_NOTES * Dual license: in addition to the historical IBM Public License 1.0, Postfix is now also distributed with the more recent Eclipse Public License 2.0. Recipients can choose to take the software under the license of their choice. Those who are more comfortable with the IPL can continue with that license. * The postconf command now warns about unknown parameter names in a Postfix database configuration file. As with other unknown parameter names, these warnings can help to find typos early. * Container support: Postfix 3.3 will run in the foreground with "postfix start-fg". This requires that Postfix multi-instance support is disabled (the default). To collect Postfix syslog information on the container's host, mount the host's /dev/log socket into the container, for example with "docker run -v /dev/log:/dev/log ...other options...", and specify a distinct Postfix syslog_name setting in the container (for example with "postconf syslog_name=the-name-here"). * Milter support: applications can now send RET and ENVID parameters in SMFIR_CHGFROM (change envelope sender) requests. * Postfix-generated From: headers with 'full name' information are now formatted as "From: name
" by default. Specify "header_from_format = obsolete" to get the earlier form "From: address (name)". * Interoperability: when Postfix IPv6 and IPv4 support are both enabled, the Postfix SMTP client will now relax MX preferences and attempt to schedule similar numbers of IPv4 and IPv6 addresses. This works around mail delivery problems when a destination announces lots of primary MX addresses on IPv6, but is reachable only over IPv4 (or vice versa). The new behavior is controlled with the smtp_balance_mx_inet_protocols parameter. * Compatibility safety net: with compatibility_level < 1, the Postfix SMTP server now warns for mail that would be blocked by the Postfix 2.10 smtpd_relay_restrictions feature, without blocking that mail. There still is a steady trickle of sites that upgrade from an earlier Postfix version.- bsc#1065411 Package postfix should require package system-user-nobody - bsc#1080772 postfix smtpd throttle getting "hello" if no sasl auth was configured- Fix usage of fillup_only:-y is not a valid option to this macro.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Don't mark postfix.service as config file, this is no config file. - Some of the Requires(pre) are needed for post-install and at runtime, fix the requires.- update to 3.2.4 * DANE interoperability. Postfix builds with OpenSSL 1.0.0 or 1.0.1 failed to send email to some sites with "TLSA 2 X X" DNS records associated with an intermediate CA certificate. Problem report and initial fix by Erwan Legrand. * Missing dynamicmaps support in the Postfix sendmail command. This broke authorized_submit_users settings that use a dynamically-loaded map type. Problem reported by Ulrich Zehl.- bnc#1059512 L3: Postfix Problem The applied changes breaks existing postfix configurations because daemon_directory was not adapted to the new value.- fix build for SLE * nothing provides libnsl-devel * add bcond_with libnsl- bnc#1059512 L3: Postfix Problem To manage multiple Postfix instances on a single host requires that daemon_directory and shlib_directory is different to avoid use of the shared directories also as per-instance directories. For this reason daemon_directory was set to /usr/lib/postfix/bin/. shlib_directory stands /usr/lib/postfix/.- bnc#1016491 postfix raported to log "warning: group or other writable:" on each symlink in config. * Add fix-postfix-script.patch- update to 3.2.3 * Extension propagation was broken with "recipient_delimiter = .". This change reverts a change that was trying to be too clever. * The postqueue command would abort with a panic message after it experienced an output write error while listing the mail queue. This change restores a write error check that was lost with the Postfix 3.2 rewrite of the vbuf_print formatter. * Restored sanity checks for dynamically-specified width and precision in format strings (%*, %.*, and %*.*). These checks were lost with the Postfix 3.2 rewrite of the vbuf_print formatter.- Add libnsl-devel build requires for glibc obsoleting libnsl- bnc#1045264 L3: postmap problem * Applying proposed patch of leen.meyer@ziggo.nl in bnc#771811- update to 3.2.2 * Security: Berkeley DB versions 2 and later try to read settings from a file DB_CONFIG in the current directory. This undocumented feature may introduce undisclosed vulnerabilities resulting in privilege escalation with Postfix set-gid programs (postdrop, postqueue) before they chdir to the Postfix queue directory, and with the postmap and postalias commands depending on whether the user's current directory is writable by other users. This fix does not change Postfix behavior for Berkeley DB versions < 3, but it does reduce postmap and postalias 'create' performance with Berkeley DB versions 3.0 .. 4.6. * The SMTP server receive_override_options were not restored at the end of an SMTP session, after the options were modified by an smtpd_milter_maps setting of "DISABLE". Milter support remained disabled for the life time of the smtpd process. * After the Postfix 3.2 address/domain table lookup overhaul, the check_sender_access and check_recipient_access features ignored a non-default parent_domain_matches_subdomains setting.- revert changes of postfix-main.cf.patch from rev=261 * config.postfix will not 'enable' (remove #) var, but place modified (enabled) var at end of file, far away from place where it should be * keep vars enabled but empty- Some cleanups * Fix SUSE postfix-files to avoid chown errors (anyway this file seems to be obsolete) * Avoid installing shared libraries twice * Refresh patch postfix-linux45.patch- update postfix-master.cf.patch * recover lost (with 3.2.0 update) submission, smtps sections * merge with upstream update - update config.postfix * update master.cf generation for submission - rebase patches against 3.2.0 * pointer_to_literals.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch * postfix-vda-v14-3.0.3.patch- Require system group mail - Use mail group name instead of GID- update to 3.2.0 - [Feature 20170128] Postfix 3.2 fixes the handling of address extensions with email addresses that contain spaces. For example, the virtual_alias_maps, canonical_maps, and smtp_generic_maps features now correctly propagate an address extension from "aa bb+ext"@example.com to "cc dd+ext"@other.example, instead of producing broken output. - [Feature 20161008] "PASS" and "STRIP" actions in header/body_checks. "STRIP" is similar to "IGNORE" but also logs the action, and "PASS" disables header, body, and Milter inspection for the remainder of the message content. Contributed by Hobbit. - [Feature 20160330] The collate.pl script by Viktor Dukhovni for grouping Postfix logfile records into "sessions" based on queue ID and process ID information. It's in the auxiliary/collate directory of the Postfix source tree. - [Feature 20160527] Postfix 3.2 cidr tables support if/endif and negation (by prepending ! to a pattern), just like regexp and pcre tables. The primarily purpose is to improve readability of complex tables. See the cidr_table(5) manpage for syntax details. - [Incompat 20160925] In the Postfix MySQL database client, the default option_group value has changed to "client", to enable reading of "client" option group settings in the MySQL options file. This fixes a "not found" problem with Postfix queries that contain UTF8-encoded non-ASCII text. Specify an empty option_group value (option_group =) to get backwards-compatible behavior. - [Feature 20161217] Stored-procedure support for MySQL databases. Contributed by John Fawcett. See mysql_table(5) for instructions. - [Feature 20170128] The postmap command, and the inline: and texthash: maps now support spaces in left-hand field of the lookup table "source text". Use double quotes (") around a left-hand field that contains spaces, and use backslash (\) to protect embedded quotes in a left-hand field. There is no change in the processing of the right-hand field. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - [Feature 20161024] smtpd_milter_maps support for per-client Milter configuration that overrides smtpd_milters, and that has the same syntax. A lookup result of "DISABLE" turns off Milter support. See MILTER_README.html for details. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - [Incompat 20170129] The postqueue command no longer forces all message arrival times to be reported in UTC. To get the old behavior, set TZ=UTC in main.cf:import_environment (this override is not recommended, as it affects all Postfix utities and daemons). - [Incompat 20161227] For safety reasons, the sendmail -C option must specify an authorized directory: the default configuration directory, a directory that is listed in the default main.cf file with alternate_config_directories or multi_instance_directories, or the command must be invoked with root privileges (UID 0 and EUID 0). This mitigates a recurring problem with the PHP mail() function. - [Feature 20160625] The Postfix SMTP server now passes remote client and local server network address and port information to the Cyrus SASL library. Build with ``make makefiles "CCARGS=$CCARGS -DNO_IP_CYRUS_SASL_AUTH"'' for backwards compatibility. - [Feature 20161103] Postfix 3.2 disables the 'transitional' compatibility between the IDNA2003 and IDNA2008 standards for internationalized domain names (domain names beyond the limits of US-ASCII). This change makes Postfix behavior consistent with contemporary web browsers. It affects the handling of some corner cases such as German sz and Greek zeta. See http://unicode.org/cldr/utility/idna.jsp for more examples. Specify "enable_idna2003_compatibility = yes" to restore historical behavior (but keep in mind that the rest of the world may not make that same choice). - [Feature 20160828] Fixes for deprecated OpenSSL 1.1.0 API features, so that Postfix will build without depending on backwards-compatibility support. [Incompat 20161204] Postfix 3.2 removes tentative features that were implemented before the DANE spec was finalized: - Support for certificate usage PKIX-EE(1), - The ability to disable digest agility (Postfix now behaves as if "tls_dane_digest_agility = on"), and - The ability to disable support for "TLSA 2 [01] [12]" records that specify the digest of a trust anchor (Postfix now behaves as if "tls_dane_trust_anchor_digest_enable = yes). - [Feature 20161217] Postfix 3.2 enables elliptic curve negotiation with OpenSSL >= 1.0.2. This changes the default smtpd_tls_eecdh_grade setting to "auto", and introduces a new parameter tls_eecdh_auto_curves with the names of curves that may be negotiated. The default tls_eecdh_auto_curves setting is determined at compile time, and depends on the Postfix and OpenSSL versions. At runtime, Postfix will skip curve names that aren't supported by the OpenSSL library. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - refresh postfix-master.cf.patch- make sure that system users can be created in %pre- Fix requires: - shadow is needed for postfix-mysql pre-install section - insserv is not needed if systemd is used- update postfix-mysql * update mysql_*.cf files * update postfix-mysql.sql (INNODB, utf8) - update postfix-main.cf.patch * uncomment smtpd_sasl_path, smtpd_sasl_type can be changed via POSTFIX_SMTP_AUTH_SERVICE=(cyrus,dovecot) * add option for smtp_tls_policy_maps (commented) - update postfix-master.cf.patch * fix indentation of submission, smtps options for correct enabling via config.postfix - update config.postfix * fix sync of CA certificates * fix master.cf generation for submission, smtps - rebase postfix-vda-v14-3.0.3.patch- FATE#322322 Update postfix to version 3.X Merging changes with SLES12-SP2 Removeved patches: add_missed_library.patch bnc#947707.diff dynamic_maps.patch postfix-db6.diff postfix-opensslconfig.patch bnc#947519.diff dynamic_maps_pie.patch postfix-post-install.patch These are included in the new version of postfix - Remove references to SuSEconfig.postfix from sysconfig docs. (bsc#871575) - bnc#947519 SuSEconfig.postfix should enforce umask 022 - bnc#947707 mail generated by Amavis being prevented from being re-adressed by /etc/postfix/virtual - bnc#972346 /usr/sbin/SuSEconfig.postfix is wrong - postfix-linux45.patch: handle Linux 4.x and Linux 5.x (used by aarch64) (bsc#940289)- update to 3.1.4 * The postscreen daemon did not merge the client test status information for concurrent sessions from the same IP address. * The Postfix SMTP server falsely rejected a sender address when validating a sender address with "smtpd_reject_unlisted_recipient = yes" or with "reject_unlisted_sender". Cause: the address validation code did not query sender_canonical_maps. * The virtual delivery agent did not detect failure to skip to the end of a mailbox file, so that mail would be delivered to the beginning of the file. This could happen when a mailbox file was already larger than the virtual mailbox size limit. * The postsuper logged an incorrect rename operation count after creating a missing directory. * The Postfix SMTP server falsely rejected mail when a sender-dependent "error" transport was configured. Cause: the SMTP server address validation code was not updated when the sender_dependent_default_transport_maps feature was introduced. * The Postfix SMTP server falsely rejected an SMTPUTF8 sender address, when "smtpd_delay_reject = no". * The "postfix tls deploy-server-cert" command used the wrong certificate and key file. This was caused by a cut-and-paste error in the postfix-tls-script file.- improve config.postfix * improve SASL stuff * add POSTFIX_SMTP_AUTH_SERVICE=(cyrus|dovecot)- improve config.postfix * improve with MySQL stuff- update vda patch to latest available * remove postfix-vda-v13-3.10.0.patch * add postfix-vda-v14-3.0.3.patch - rebase patches (and to be p0) * pointer_to_literals.patch * postfix-main.cf.patch * postfix-master.cf.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch - add /etc/postfix/ssl as default DIR for SSL stuff * cacerts -> ../../ssl/certs/ * certs/ - revert POSTFIX_SSL_PATH from '/etc/ssl' to '/etc/postfix/ssl' - improve config.postfix * revert smtpd_tls_CApath to POSTFIX_SSL_PATH/cacerts which is a symlink to /etc/ssl/certs Without reverting, 'gen_CA' would create files which would then be on the previous defined 'sslpath(/etc/ssl)/certs' (smtpd_tls_CApath) Cert reqs would be placed in 'sslpath(/etc/ssl)/certs/postfixreq.pem' which is not a good idea. * mkchroot: sync '/etc/postfix/ssl' to chroot * improve PCONF for smtp{,d}_tls_{cert,key}_file, adding/removing from main.cf, show warning if enabled and file is missing- update to 3.1.3: * The Postfix SMTP server did not reset a previous session's failed/total command counts before rejecting a client that exceeds request or concurrency rates. This resulted in incorrect failed/total command counts being logged at the end of the rejected session. * The unionmap multi-table interface did not propagate table lookup errors, resulting in false "user unknown" responses. * The documentation was updated with a workaround for false "not found" errors with MySQL map queries that contain UTF8-encoded text. The workaround is to specify "option_group = client" in Postfix MySQL configuration files. This will be the default setting with Postfix 3.2 and later.- update to 3.1.2: * Changes to make Postfix build with OpenSSL 1.1.0. * The makedefs script ignored readme_directory=pathname overrides. Fix by Todd C. Olson. * The tls_session_ticket_cipher documentation says that the default cipher for TLS session tickets is aes-256-cbc, but the implemented default was aes-128-cbc. Note that TLS session ticket keys are rotated after 1/2 hour, to limit the impact of attacks on session ticket keys.- postfix-post-install.patch: remove empty patch- fix Changelog cause of Factory decline- Fix typo in config.postfix- bnc#981097 config.postfix creates broken main.cf for tls client configuration - bnc#981099 /etc/sysconfig/postfix: POSTFIX_SMTP_TLS_CLIENT incomplete - update to 3.1.1: - The new address_verify_pending_request_limit parameter introduces a safety limit for the number of address verification probes in the active queue. The default limit is 1/4 of the active queue maximum size. The queue manager enforces the limit by tempfailing probe messages that exceed the limit. This design avoids dependencies on global counters that get out of sync after a process or system crash. - Machine-readable, JSON-formatted queue listing with "postqueue -j" (no "mailq" equivalent). - The milter_macro_defaults feature provides an optional list of macro name=value pairs. These specify default values for Milter macros when no value is available from the SMTP session context. - Support to enforce a destination-independent delay between email deliveries. The following example inserts 20 seconds of delay between all deliveries with the SMTP transport, limiting the delivery rate to at most three messages per minute. smtp_transport_rate_delay = 20s - Historically, the default setting "postscreen_dnsbl_ttl = 1h" assumes that a "not found" result from a DNSBL server will be valid for one hour. This may have been adequate five years ago when postscreen was first implemented, but nowadays, that one hour can result in missed opportunities to block new spambots. To address this, postscreen now respects the TTL of DNSBL "not found" replies, as well as the TTL of DNSWL replies (both "found" and "not found"). The TTL for a "not found" reply is determined according to RFC 2308 (the TTL of an SOA record in the reply). Support for DNSBL or DNSWL reply TTL values is controlled by two configuration parameters: postscreen_dnsbl_min_ttl (default: 60 seconds). postscreen_dnsbl_max_ttl (default: $postscreen_dnsbl_ttl or 1 hour) The postscreen_dnsbl_ttl parameter is now obsolete, and has become the default value for the new postscreen_dnsbl_max_ttl parameter. - New "smtpd_client_auth_rate_limit" feature, to enforce an optional rate limit on AUTH commands per SMTP client IP address. Similar to other smtpd_client_*_rate_limit features, this enforces a limit on the number of requests per $anvil_rate_time_unit. - New SMTPD policy service attribute "policy_context", with a corresponding "smtpd_policy_service_policy_context" configuration parameter. Originally, this was implemented to share the same SMTPD policy service endpoint among multiple check_policy_service clients. - A new "postfix tls" command to quickly enable opportunistic TLS in the Postfix SMTP client or server, and to manage SMTP server keys and certificates, including certificate signing requests and TLSA DNS records for DANE.- build with working support for SMTPUTF8- fix build on sle11 by pointing _libexecdir to /usr/lib all the time.- some distros did not pull pkgconfig indirectly. pull it directly.- fix building the dynamic maps: the old build had postgresql e.g. with missing symbols. - convert to AUXLIBS_* instead of plain AUXLIBS which is needed for proper dynamic maps. - reordered the CCARGS and AUXLIBS* lines to group by feature - use pkgconfig or *_config tools where possible - picked up signed char from fedora spec file - enable lmdb support: new BR lmdb-devel, new subpackage postfix-lmdb. - don't delete vmail user/groups- update to 3.1.0 - Since version 3.0 postfix supports dynamic loading of cdb:, ldap:, lmdb:, mysql:, pcre:, pgsql:, sdbm:, and sqlite: database clients. Thats why the patches dynamic_maps.patch and dynamic_maps_pie.patch could be removed. - Adapting all the patches to postfix 3.1.0 - remove obsolete patches * add_missed_library.patch * postfix-opensslconfig.patch - update vda patch * remove postfix-vda-v13-2.10.0.patch * add postfix-vda-v13-3.10.0.patch - The patch postfix-db6.diff is not more neccessary - Backwards-compatibility safety net. With NEW Postfix installs, you MUST install a main.cf file with the setting "compatibility_level = 2". See conf/main.cf for an example. With UPGRADES of existing Postfix systems, you MUST NOT change the main.cf compatibility_level setting, nor add this setting if it does not exist. Several Postfix default settings have changed with Postfix 3.0. To avoid massive frustration with existing Postfix installations, Postfix 3.0 comes with a safety net that forces Postfix to keep running with backwards-compatible main.cf and master.cf default settings. This safety net depends on the main.cf compatibility_level setting (default: 0). Details are in COMPATIBILITY_README. - Major changes - tls * [Feature 20160207] A new "postfix tls" command to quickly enable opportunistic TLS in the Postfix SMTP client or server, and to manage SMTP server keys and certificates, including certificate signing requests and TLSA DNS records for DANE. * As of the middle of 2015, all supported Postfix releases no longer nable "export" grade ciphers for opportunistic TLS, and no longer use the deprecated SSLv2 and SSLv3 protocols for mandatory or opportunistic TLS. * [Incompat 20150719] The default Diffie-Hellman non-export prime was updated from 1024 to 2048 bits, because SMTP clients are starting to reject TLS handshakes with primes smaller than 2048 bits. * [Feature 20160103] The Postfix SMTP client by default enables DANE policies when an MX host has a (DNSSEC) secure TLSA DNS record, even if the MX DNS record was obtained with insecure lookups. The existence of a secure TLSA record implies that the host wants to talk TLS and not plaintext. For details see the smtp_tls_dane_insecure_mx_policy configuration parameter. - Major changes - default settings [Incompat 20141009] The default settings have changed for relay_domains (new: empty, old: $mydestination) and mynetworks_style (new: host, old: subnet). However the backwards-compatibility safety net will prevent these changes from taking effect, giving the system administrator the option to make an old default setting permanent in main.cf or to adopt the new default setting, before turning off backwards compatibility. See COMPATIBILITY_README for details. [Incompat 20141001] A new backwards-compatibility safety net forces Postfix to run with backwards-compatible main.cf and master.cf default settings after an upgrade to a newer but incompatible Postfix version. See COMPATIBILITY_README for details. While the backwards-compatible default settings are in effect, Postfix logs what services or what email would be affected by the incompatible change. Based on this the administrator can make some backwards-compatibility settings permanent in main.cf or master.cf, before turning off backwards compatibility. - Major changes - address verification safety [Feature 20151227] The new address_verify_pending_request_limit parameter introduces a safety limit for the number of address verification probes in the active queue. The default limit is 1/4 of the active queue maximum size. The queue manager enforces the limit by tempfailing probe messages that exceed the limit. This design avoids dependencies on global counters that get out of sync after a process or system crash. Tempfailing verify requests is not as bad as one might think. The Postfix verify cache proactively updates active addresses weeks before they expire. The address_verify_pending_request_limit affects only unknown addresses, and inactive addresses that have expired from the address verify cache (by default, after 31 days). - Major changes - json support [Feature 20151129] Machine-readable, JSON-formatted queue listing with "postqueue -j" (no "mailq" equivalent). The output is a stream of JSON objects, one per queue file. To simplify parsing, each JSON object is formatted as one text line followed by one newline character. See the postqueue(1) manpage for a detailed description of the output format. - Major changes - milter support [Feature 20150523] The milter_macro_defaults feature provides an optional list of macro name=value pairs. These specify default values for Milter macros when no value is available from the SMTP session context. For example, with "milter_macro_defaults = auth_type=TLS", the Postfix SMTP server will send an auth_type of "TLS" to a Milter, unless the remote client authenticates with SASL. This feature was originally implemented for a submission service that may authenticate clients with a TLS certificate, without having to make changes to the code that implements TLS support. - Major changes - output rate control [Feature 20150710] Destination-independent delivery rate delay Support to enforce a destination-independent delay between email deliveries. The following example inserts 20 seconds of delay between all deliveries with the SMTP transport, limiting the delivery rate to at most three messages per minute. /etc/postfix/main.cf: smtp_transport_rate_delay = 20s For details, see the description of default_transport_rate_delay and transport_transport_rate_delay in the postconf(5) manpage. - Major changes - postscreen dnsbl [Feature 20150710] postscreen support for the TTL of DNSBL and DNSWL lookup results Historically, the default setting "postscreen_dnsbl_ttl = 1h" assumes that a "not found" result from a DNSBL server will be valid for one hour. This may have been adequate five years ago when postscreen was first implemented, but nowadays, that one hour can result in missed opportunities to block new spambots. To address this, postscreen now respects the TTL of DNSBL "not found" replies, as well as the TTL of DNSWL replies (both "found" and "not found"). The TTL for a "not found" reply is determined according to RFC 2308 (the TTL of an SOA record in the reply). Support for DNSBL or DNSWL reply TTL values is controlled by two configuration parameters: postscreen_dnsbl_min_ttl (default: 60 seconds). This parameter specifies a minimum for the amount of time that a DNSBL or DNSWL result will be cached in the postscreen_cache_map. This prevents an excessive number of postscreen cache updates when a DNSBL or DNSWL server specifies a very small reply TTL. postscreen_dnsbl_max_ttl (default: $postscreen_dnsbl_ttl or 1 hour) This parameter specifies a maximum for the amount of time that a DNSBL or DNSWL result will be cached in the postscreen_cache_map. This prevents cache pollution when a DNSBL or DNSWL server specifies a very large reply TTL. The postscreen_dnsbl_ttl parameter is now obsolete, and has become the default value for the new postscreen_dnsbl_max_ttl parameter. - Major changes - sasl auth safety [Feature 20151031] New "smtpd_client_auth_rate_limit" feature, to enforce an optional rate limit on AUTH commands per SMTP client IP address. Similar to other smtpd_client_*_rate_limit features, this enforces a limit on the number of requests per $anvil_rate_time_unit. - Major changes - smtpd policy [Feature 20150913] New SMTPD policy service attribute "policy_context", with a corresponding "smtpd_policy_service_policy_context" configuration parameter. Originally, this was implemented to share the same SMTPD policy service endpoint among multiple check_policy_service clients.- bnc#958329 postfix fails to start when openslp is not installed- upstream update postfix 2.11.7: * The Postfix Milter client aborted with a panic while adding a message header, after adding a short message header with the header_checks PREPEND action. Fixed by invoking the header output function while PREPENDing a message header. * False alarms while scanning the Postfix queue. Fixed by resetting errno before calling readdir(). This defect was introduced 19970309. * The postmulti command produced an incorrect error message. * The postmulti command now refuses to create a new MTA instance when the template main.cf or master.cf file are missing. This is a common problem on Debian-like systems. * Turning on Postfix SMTP server HAProxy support broke TLS wrappermode. Fixed by temporarily using a 1-byte VSTREAM buffer to read the HAProxy connection hand-off information. * The xtext_unquote() function did not propagate error reports from xtext_unquote_append(), causing the decoder to return partial output, instead of rejecting malformed input. The Postfix SMTP server uses this function to parse input for the ENVID and ORCPT parameters, and for XFORWARD and XCLIENT command parameters.- boo#934060: Remove quirky hostname logic from config.postfix * /etc/hostname doesn't contain anything useful * linux.local is no good either * postfix will use `hostname`.localdomain as fallback- postfix-no-md5.patch: replace fingerprint defaults by sha1. bsc#928885- %verifyscript is a new section, move it out of the %ifdef so the fillups are run afterwards.- upstream update postfix 2.11.6: Default settings have been updated so that they no longer enable export-grade ciphers, and no longer enable the SSLv2 and SSLv3 protocols. - removed postfix-2.11.5_linux4.patch because it's obsolete - Bugfix (introduced: Postfix 2.11): with connection caching enabled (the default), recipients could be given to the wrong mail server. (bsc#944722)- postfix-SuSE.tar.gz/postfix.service: None of nss-lookup.target network.target local-fs.target time-sync.target should be Wanted or Required except by the services the implement the relevant functionality i.e network.target is wanted/required by networkmanager, wicked, systemd-network. other software must be ordered After them, see systemd.special(7)- Fix library symlink generation (boo#928662)- added postfix-2.11.5_linux4.patch: Allow building on kernel 4. Patch taken from: https://groups.google.com/forum/#!topic/mailing.postfix.users/fufS22sMGWY- update to postfix 2.11.5 - Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps ignored the relayhost setting in the case of a DUNNO lookup result. It would use the recipient domain instead. Viktor Dukhovni. Wietse took the pieces of code that enforce the precedence of a sender-dependent relayhost, the global relayhost, and the recipient domain, and put that code together in once place so that it is easier to maintain. File: trivial-rewrite/resolve.c. - Bitrot: prepare for future changes in OpenSSL API. Viktor Dukhovni. File: tls_dane.c. - Incompatibility: specifying "make makefiles" with "CC=command" will no longer override the default WARN setting.- upstream update postfix 2.11.4: Postfix 2.11.4 only: * Fix a core dump when smtp_policy_maps specifies an invalid TLS level. * Fix a missing " in \%s\", in postconf(1) fatal error messages, which violated the C language spec. Reported by Iain Hibbert. All supported releases: * Stop excessive recursion in the cleanup server while recovering from a virtual alias expansion loop. Problem found at Two Sigma. * Stop exponential memory allocation with virtual alias expansion loops. This came to light after fixing the previous problem.- correct pf_daemon_directory in spec. This must be /usr/lib/- bnc#914086 syntax error in config.postfix - Adapt config.postfix to be able to run on SLE11 too.- Don't install sysvinit script when systemd is used - Make explicit PreReq dependencies conditional only for older systems - Don't try to set explicit attributes to symlinks - Cleanup spec file vith spec-cleaner- bnc#912594 config.postfix creates config based on old options- bnc#911806 config.postfix does not set up correct saslauthd socket directory for chroot - bnc#910265 config.postfix does not upgrade the chroot - bnc#908003 wrong access rights on /usr/sbin/postdrop causes permission denied when trying to send a mail as non root user - bnc#729154 wrong permissions for some postfix components- Remove keyring and things as it is md5 based one no longer accepted by gpg 2.1- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify.- restore previously lost fix: Fri Oct 11 13:32:32 UTC 2013 - matz@suse.de - Ignore errors in %pre/%post.- postfix 2.11.3: * Fix for configurations that prepend message headers with Postfix access maps, policy servers or Milter applications. Postfix now hides its own Received: header from Milters and exposes prepended headers to Milters, regardless of the mechanism used to prepend a header. This fix reverts a partial solution that was released on October 13, 2014, and replaces it with a complete solution. * Portability fix for MacOS X 10.7.x (Darwin 11.x) build procedure. - postfix 2.11.2: * Fix for DMARC implementations based on SPF policy plus DKIM Milter. The PREPEND access/policy action added headers ABOVE Postfix's own Received: header, exposing Postfix's own Received: header to Milters (protocol violation) and hiding the PREPENDed header from Milters. PREPENDed headers are now added BELOW Postfix's own Received: header and remain visible to Milters. * The Postfix SMTP server logged an incorrect client name in reject messages for check_reverse_client_hostname_access and check_reverse_client_hostname_{mx,ns}_access. They replied with the verified client name, instead of the name that was rejected. * The qmqpd daemon crashed with null pointer bug when logging a lost connection while not in a mail transaction./bin/sh/bin/sh/bin/sh/bin/sh/bin/shh01-ch3c 1703241836  !"#$%&'()*+,-./0123456789:;<=>?@ABCD9FGH6JKLMNOPQRSTUVWXYZ[\]^`bdfhjklmnopqrsuvwxyz{|}~3.7.3-150500.3.11.13.7.3-150500.3.11.13.7.3-150500.3.11.1   smtppostfixpostfix.paranoidpostfixLICENSETLS_LICENSEaccessaliasesbounce.cf.defaultcanonicaldynamicmaps.cfgenericheader_checkshelo_accessmain.cfmain.cf.defaultmakedefs.outmaster.cfopenssl_postfix.conf.inpost-installpostfix-filespostfix-scriptpostfix-tls-scriptpostfix-wrapperpostmulti-scriptrelayrelay_ccertsrelocatedsasl_passwdsender_canonicalsslcacertscertstransportvirtualsasl2smtpd.confmailqnewaliasespostfixbinanvilbouncecleanupdiscarddnsblogerrorflushlmtplocalmasternqmgroqmgrpickuppipepost-installpostfix-scriptpostfix-tls-scriptpostfix-wrapperpostlogdpostmulti-scriptpostscreenproxymapqmgrqmqpdscacheshowqsmtpsmtpdspawntlsmgrtlsproxytrivial-rewriteverifyvirtualdynamicmaps.cfdynamicmaps.cf.dlibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.somain.cf.protomakedefs.outmaster.cf.protopostfix-filespostfix-files.dpostfix-pcre.sosystemdcond_slpconfig_postfixupdate_chrootupdate_postmapswait_qmgrsendmailpostfix.servicepostfix-user.conflibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.socheck_mail_queueconfig.postfixmkpostfixcertpostaliaspostcatpostconfpostdroppostfixpostkickpostlockpostlogpostmappostmultipostqueuepostsuperqmqp-sourcercpostfixsendmailsmtp-sinksmtp-sourcepostfix-bdbRELEASE_NOTESsysconfig.mail-postfixsysconfig.postfixpostfix-bdbLICENSETLS_LICENSEmailq.1.gznewaliases.1.gzpostalias.1.gzpostcat.1.gzpostconf.1.gzpostdrop.1.gzpostfix-tls.1.gzpostfix.1.gzpostkick.1.gzpostlock.1.gzpostlog.1.gzpostmap.1.gzpostmulti.1.gzpostqueue.1.gzpostsuper.1.gzsendmail.1.gzaccess.5.gzaliases.5.gzbody_checks.5.gzbounce.5.gzcanonical.5.gzcidr_table.5.gzgeneric.5.gzheader_checks.5.gzmaster.5.gzmemcache_table.5.gznisplus_table.5.gzpcre_table.5.gzpostconf.5.gzpostfix-wrapper.5.gzregexp_table.5.gzrelocated.5.gzsocketmap_table.5.gzsqlite_table.5.gztcp_table.5.gztransport.5.gzvirtual.5.gzanvil.8.gzbounce.8.gzcleanup.8.gzdefer.8.gzdiscard.8.gzdnsblog.8.gzerror.8.gzflush.8.gzlmtp.8.gzlocal.8.gzmaster.8.gzoqmgr.8.gzpickup.8.gzpipe.8.gzpostlogd.8.gzpostscreen.8.gzproxymap.8.gzqmgr.8.gzqmqpd.8.gzscache.8.gzshowq.8.gzsmtp.8.gzsmtpd.8.gzspawn.8.gztlsmgr.8.gztlsproxy.8.gztrace.8.gztrivial-rewrite.8.gzverify.8.gzvirtual.8.gzpostfixpostfixpostfixactivebouncecorruptdeferdeferredflushholdincomingmaildropprivatepublicsavedtrace/etc/pam.d//etc/permissions.d//etc//etc/postfix//etc/postfix/ssl//etc/sasl2//usr/bin//usr/lib//usr/lib/postfix//usr/lib/postfix/bin//usr/lib/postfix/systemd//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/postfix-bdb//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/postfix-bdb//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//var/adm/backup//var/lib//var/spool//var/spool/postfix/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:31976/SUSE_SLE-15-SP5_Update/b55f81527be51179e22835063bd51c2d-postfix-bdb.SUSE_SLE-15-SP5_Updatedrpmxz5x86_64-suse-linux   !!!!!"#$%&!!!'()*+,-./01234567777777777777777777777777777777777777777777777777777777777777777777ASCII textdirectoryASCII text, with very long linesPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1758cfbcff523a2200a48d6588a052c14b55d8c2, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=67a9f5e4b1155635585b30d7106b1a8fcc231087, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6fc4600e22ac5950481b47a3b04336bdb74e2e1f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1e5bf3b0bfdeb952c04e43eb65075e4db2694257, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=740603d21901dfb67d552ee8884e5b588ac6ab30, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=29fc066ab6dab6878d158144c735ff23cfbd81ad, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=10407888ca8fca8fbe57e4a9e3c5be84ad4ebda3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=135af124dd813367dd95508b910b7349538c8bca, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9f464e1df9e1c16192487a452f68c30a971d71a7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1b4580012ef95350225049ba5b40cebc4fffe80a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=24f8afd19c6c0cc7181123d830e59dace7e30618, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a1bd1a3215ee5d0d0ba0f3a6b3617ce46005d39f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=280b55381ce73cf947d697b454d4a45e60589799, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5fa7c1dcce756c1e09602d8585fec80e980d0039, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8cd2f64da25430ed5ee9c93c6b95e930f6eef014, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=54cffcd0aeb2e710177e84d6f75b38a1ecc63efa, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=fb8a3aa098ed8b8bd59b9e2d2a96773b98433b3e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2f2bb941ae0700b1e6c373d00679718deaedc988, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e7b5813649ffd3225bce7d3fc5835771015029b6, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=94b92e712e9d8b27ac941294b53f303efbdf5952, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=623c8a163ab56f0215cebfa9a20fca2a4a872f7a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c75c4c1264cd9556cd1fee5d98c5cfbf481754a3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b8c4e039b8cda1a6895c933664d2c074d365cff7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f040749b6e4c1d281cc84b1a68c6c727a5efd836, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9c2b2829e87db76f27b54a8ecc956cd934b72951, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=925a9dc881cbc0f4cea161a01985cce4b9dfdd91, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=11ca778d59efdf27793cd8757e096cbbc38d0a91, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0486db926f9a7a0fe4a625ab38763151d5c13581, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=745563dc3a1548b2490d0741b4db71ac3e81fa4b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=59e0504fcdb5508161fe49cc3ac34ef98d1edb73, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=45c4179b2e5d32f7990fb546756c8053002e4818, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=93d32b50480fb96992fa7fbc50bdcc304f5718c6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2aafa9e230aa803fb460e5d335fb3da06d5cb4fd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=af5d8fed35acf0c3726a57f82a18ea2940ebc20e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=dc7e16e4108b59ae158ae738029e5e8feaaa804c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4da8c8b867cc69b8a3ccbae8a9a67079d740e9e2, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5691883896e43e283ed6ae9357b4aafa696240a3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8b0ff4fcf1438fe02df921e993a2bfda71881ace, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c1c38df3d3d58e2b648d49e00073c1cec65f4297, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a982bd86aa5a4c0842eba99de4d72337ca0c6114, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=72b690dbbbbb09f83721bd386b0e295cbadc88b6, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f16b831c1c1658c9cbcae87e5c110164a0bb07bf, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e23ce81e9dd4bcceaa85ff7976354586c2c2e738, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2c5454e4ccd49f3609b1d0b9b6dfa247037a63c3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=10134a9644255dccc6aa03dd499479d0b8b226db, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5a4c93a8afe7e536b9229bce4fd827f3b87a0add, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a784cd63625a94b443ac3a20ab507fa06858c874, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=46b8f47b9b15d574ba3e5caa703b7a7c0d9525ad, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8e6b81b8d15050c66a76955a43f6167d52c23bb2, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)#)0@HNV^djklmntu~ +,-.3:EIMQUY_ekpv|      RRR(R'R*RRRRRR(R'R*RRRRRR(R'R*RRRR(R'R*RRRR&R(R'R*RRRR(R'R*RRRRR(R'R*RRRRRRRRRR(R)R&R'R*RR-RRRRRR(R'R*RRRRR'R*RRRRRR(R'R*RRRRRR(R'R*RRRR(R'R*RRRR(R'R*RRRRRRRR(R'R*RRRRRR(R)R&R'R*RRRR(R'R*RRRRRR(R'R*RRRRR(R'R*RRRR(R'R*RRRR(R'R*RRRRRRRRRR(R)R&R'R*RR-RRRRRRRR(R)R&R'R*R-RRR(R'R*RRRRR(R)R&R'R*RRRR/RRR(R)R&R'R*R.RRRR(R'R*RRRR(R'R*RRRRRR(R'R*RRRRR%RRRRRRPPP PPR,RRRRR+RPRRRRRRRRPRRRRPRRRRRRR0R/R.RRPR!R$RRRRRRRRRRR#R R"RRRRRRR'R*RRRRRR'R*RRRRRRR)R&R'R*R-RRR'R*RRR'R*RRR'R*RRR'R*RRR'R*RRRRR'R*RRRRR'R*RRRRR'R*RRRR'R*RRRRR'R*RRRRR'R*RRRRR'R*RRRRRR'R*RQw_>F$:Esystemdsystemdutf-8ff91c72c794e1abc737e50f36999f4c3cf3fbab962116e57aa7873e2c219e81f?7zXZ !t/!]"k%zܮGX ²}VAUtqmC-ӱ*)td=J=gչ TYuev"4g/!P1% b*Js[qӴ.Z,<. 09 !\S1Yo_~TҔavcYvhZg2UŹ$4PPņ6kmxۀ&J|!;>+m;T+ۋI6Ť3Ԏ?i|&%w"y) rLc&3;F^8vb Z? i 6yPp ܪ$UVS-2xQQ9<إ[wH*[Jd1> gc5Ro]%4`Fy=8|#f:Ya%d}kDvc,d,LaIݢvBؽ ds齹1(I5:uV8g19: [ -ݢ/~[H nt}HT&8/9ΰp6Uv;]k*PH6vb*~]2L!¯o}NFF;ޡ&Pүf&uG Z-N4Zev;!jcBU8F۱/}v&Eq}qv:NJKbcXcoATU/d ޝ(m;:mXj ė`q[rXm_X9G姬g|VI?iow.MCjYH *w˜%^G='H,ۣ "nQ"ŌÅ ֋t,PF.ZϦW "OIGieP TZףW#|B021@8*x0Ϯԛb߽VAI[gz7-pQ٦ *_re/<M `4?֓Hhnu^yZ:ib**z é %Avfmݧ4D:5lr`ư_oc Rз',7_{ sAu`Dxi'ixg Ί<~tF4viZ1%vz> WژY@Z1Ӹ{WQ:!%Ho#Rw*l|ĭu"~WPZ OFÝ+OZv uVOX(j:v X4^$plA[,w@Dv{x@dőF m8oDTtԕ.c4w?=Э"zޚtQ,S0)rH۷MDSPWT ޤ WՖ!J%I|hNbG&o7_Wma"884/Z\gP?9y3ta ҞTGXd=>9 IGz}'-XRB"sT7X 1&=LYC-cG8caQ 2i`?D$AC^%N(')V՘6[2: lEL_Lݎ"WG@<͑H ,tt=A9 o5[u&:H`O '*Skd/xˬi(t4JDNw{?Z-PJ##a/<NtLrYn$f3 }dϮs]S)~9 !)vAzl@p$z ' n r=H7XA홑a.krI);ФywG=<[N8 G lۯR[MSuL͛Yq{fe++%ߋ8Z7 r {ZNhȼG7x 5[A1nj=tQ?6&ϫ0ף/aJqm=UW7 )qnGϞ+=fZfC?KZ_7c;U9@ p+20e1vҙ>niy}3+&!$`2Y fES4!zT}t;$pm-/`r6INFOǟz1U>WU*l~6O*@pou Uf`I:Le+ fb 0SJ3$zhOT| r[6aUaSFucLةIUg;#G~>SowM1BOuP?%cwzm݌{5/$DEDؙU#Ҋ\[c-fmlJ)(Te:gP7] xVpKˡ)!b^/[5pL?)GUМY330%V㜠7amrrGhto}16w#qdgb"6:=5@v:Jfop=)FjAe}< jK%>0̸--!9b/.<0f<xFD6R h46j@[(4qwS<8N|GԗSc"EHNqEUZ(SfK8|F2͋JX JDŪ+*u,{7$${ge6hlV>M< .ޱ 젲KE3[z[~Ngj|eJvPVP <&)x#r/+3C:#2m6?\C3=q4` ?ޡRoj=r )cJC0BBK ߌ6opfnn{7V>?4QoAcx4q闫hc6M: ʷgf$srEYuxȰ3HBE*6!kc=m`f>7t&zSǦ.(-!J*#9r=''#%a:&~Ix'Tm-ɄR=qj|醓kkOQ!hW'IΪtyJ:oLF)}]!Sh2R\oMz`~-EJ ?ތxRl'yx<{;)@7&8Z(*#ŨjW}oABذr+tVs_.nkgCP1W0 ?fca` 6dx<6wb1T^mt:d>,3 W ~x^? Ju3N>&NM_}wOX)ԐD2ej._(|}]UyK+yd[rve˷ywzSEN3] RuNij Ƣ[/hm3uAcbga\%U)m4ZOFز=H程"ś-w}W `5C$H;Fsn+ȟetYbsbz *eV(~n,gR.VhFr>iKJDVb ҥ`#'B " e6E-}(KIqAXXߩI\vN$xB P-iN6n :g=la׳u $iFƯ`؁hIL"f#FLC-ߧJf Un3cB}H!PǪwnIAPÀ&?0cw4|^|bQgreJ¦qyÎ;F~O`E0=USs =Z'u~dw_cpC_p n|P h?Fv w# Phm8JS7 q $ΦICؔugvZBRß!JԒpq1RؠF)EVѸE`}.2%]܉ ;rZTG-ve],@񺷼E~{r@I̥S7"E+fYxC(}egj􇶬_4F<|*X-_JY _O ΀Ͷ+NeW;A귖RMieVX9,j0$IjR+\m7#^7G3.c `YWmͺ @+e%!?(s{ }6 ݟNh=$/$:QԉT\dgɧD=?|7A4MTz7aeA.̦Fh]˩V<6>>&H&iZԬ1L0Ѧ=S_S5EMVj? vj!2x,N$pZD' Q̦Rc6VDNCz[Qzh/ e&5cJyOc>`w?=+_­"u X=jHӸ{K.OE}ֱyt'sE~dJ*9dUlW %a%I DN}q\RN@w'Q51a!h-\>mrXѝU,l<82`)H" J7RH݌jZ۽J?bW؊Cu&73 ;5p2.mY U/AҾ)?J Eu^RHFAy :Y'}Jҗ0Ix d ޶few!H"Hhp|rWsIdMcr/~y c!(? gCopOTGӥ#c]^0ݙ*%HFL0+ M'Y5";4Dj|#þW7V cyG3*pXvClt^Nzy'~STF {75C`5 :rIf dHd&$٦X` /9 աβBqrIE07f@g23zh׼^e8= ):oM_t_t i'A?q?:ei.%r$ET,GœVtjdVq<f9@2sT86R8բ}OҊkY- +맇ntO.3侲Ku@XE: 5/'evb52L=Қ$^ՈPTt/u| O gI\o̘ORl hI;"W)>%+NIX@0(G}sߔ sL.\lgvnbx@{%5O5vwDs`{LGـSǿ2JwzM"v~&7 {ůsb 'g~'?S_}Cdq!.P3l.6",I8Zc=FG] pD@9·tN*ID#PNFc90%Ҧ8hkg<H3NȐ*P+syUws ?y.ֿi%/nڭm%gẠ&sڰ Q0v$0X)Ips~˕4*ςM3V_a㖪x $v< LI_!&R@qܛĊ r@Jj24jSTe/,q5hfeeM\:.v:FaY6e2OArlpq c`rNT',ٟH)q1x4n5P)_~5ZոV.*\gDMJ8z.g@uI~dycV#8 H)[" VviZ]UB\)Ӛ3v Yq?5T0QZjV;VNC ި#c&-dܾnqKs2tn [PFd k,u!9?73LQٛqlTD#S>1k-~"i,NHWȊ{+8ꝡEmQ/H.dD Ӑ/}D)uѿP,:iX=P,A=]M/㦑0CE [J`H>ͭPIF̐.rA~.>995< 0(ר|ߐK|2.t&+{g{Y}:JFZÈpbE]~bGנjzcUQǦ:XAǫ#sԅIUrr@^@0,|œ㬿br_ Y|1ay Gl^xQ1@H]9k3J$>dTa 6Qx(r )DBdlVaaIi>с/gcv@ͧXKSԓ`?jEsFNgS2IrD29-X Ã>\WMzs*Hb$ ѼF⦃{xja~]#*`xyV ܥCd/ef#(ӌ>5I`A4>W@brM I$&#@KZk,_8نI `> |W 4V sv Y]mB^&#岅M8LRIpzG߭9VqUd[b ]6Ph~ b єAY3R}xp6<Ž:=+A+PH RRZ"|$ͣ_UZH^V3.{_)S&_'M2Mlh;j.[wP<8mP{ĵɃTpk2xrKyN}ҹt2ՑJ2kSf.6σa+GC[oss]z47j\OY:zGsbqw L3Ƽ1 T?;*|sT(K/'g~mE. =ZqIz/FcAVDr<ќs'̛1tVq'#@-:[?IYS'*JHid;ܼzy5DT&v'eMqhOx2O9ȂjzCY!k qGyGj% 9l"Hh Yu;.x a.$=iWJ~HWpWfv*̌u%99׽\kT\ftG+ g@Fm*ckA6M,o08Rb֮vJR:W{p']`H{ŲiE,]`N6)u\ ~|WO: w%e=#b;&F}8WۘcF|UD k[~)KAY }Ɣ0<=Y!jcJr4ϗBwK.I.b%6] Lm[D@>SI>ثyuj,sFHw DكLd:ɀ%'f!bV.ϓe[Ꜷ5"' #/ BG6WLRBϩteIyIvd(,WrP2PGO5)tT?EchbĦZ&V?nOLNm Z]pcιJ&R8`{&BȌa.9-kV1FCD_kSxp !ԉ667p^j8bt[5x=,hifYT1è%վ9Oq!3bB*A+$\RiWn{UF^7EL-h IRr}G:h sǫ0[K%xo(ye;VcK} n)Ӥ pZ8 M<ʥ5r?ɺʼBw ܍hYp>*"Q˞}[p5M:% H"cJHœoq^<F=qM4䦣|VsFu nq7k $C3Vr'(".ϔq3fcAk{W֫#C]X1Mp<ؓ: B('WZֿcR̆\tE7;޹J], &}1$(17 g;%L J$q@i4cTc>ֵrr"j͸7k\޸ү ΋Ճ!=}\f "8%ƞ.A[qGݎg]t!mr2Z[g?~dYk2p/ޒ9Zh2 -p2W-ݵM |"hqڒRhR^umr@*o|eׇ:\w+&sγ9r &[:j2XyL0=u di]bWϪ%hs4< t+B[d& xZD"ߕ !B%t/@vi]!J u%U򧾭u蟱T$沸rc-Y `KP~(s6кLD_a&wL$LhFs/ +c@sOH?b{i 5 DQeFyYX!rm_LH3yNBoʜr'Vrk"&4NUWaq΄~%*=ȩhYhcH"J!)Hˆ_J,/MGA2Jۤ[Qư='MܜmK]<ɵ<| kC#1Dk [wYzCOؼ>sCaloف Cy!CzJɹg0i? @59 TZ﨟ʄu|TP#X S/ђBvDGm I i|ZtDP\WV&2q~D[ЌF1l*( LBA(F cyˉ?N[+~FE4 Xncnh|a`,RHc[ԮFa+\$t6!C0 cmxΪuncj.2%<]s P=*_j 4/'`d띤ޕg6@Y6+6$sOk5+ V=S UA>abxOIhWg4kxtrtDR{raO OcEZU*UIC6STf4 O^TVQH(BE[uXzj۰+3;~w}7A$$$KP*j谅V\q{{ӡ߳}/x zOZeL l6f =tF[(2k僗ˠv~8'cv'hLb!?X30*e6])aY3鴿*Cmy ӔxX'i/\< CE@8t\MtO4؊] . N?(1)52”p#&fL̚Tگll,5 iKNxyě?[,3N jVa[H jj*Ad惸aEo/oîN{V-Aެ=2기ʃpV Yݨzd:kA֤l:MFTn-H"}:%;eS5 Z.2@%A2*[ ^xN_pdнWDo~ hJlDS=n\7,sݩqGߐz! I=Q<ȰҾdwSBIשj0SK/8R볂EiK[:I\q4e!7iWv#FᅮuSǸ7|s/.2/hG垩(Iu ~q$WU>wg:=ԭI :As?`i[}K􂝡r IxhlG"׏^XsFvh%:D$O}G[Bϊ,ƮoT hXCZCF5lRKhv2NYr'g.02mQqo~RhY$$X2kIU#YcT"/.3`>a}/VPeYu'3VQ(4 O&z9mʜvwIȟ!! 2^V{C𼞬?ǻ 2@ :u,|#Ȋ* ]~{TX§n|E:\ ʙD-ڷ\֒@c言ɮiCx*x4 V+/~=(@PIS_5.k[a/4?咽QTXn[@"Uځ3N5")䷷ ]+qӴ(2/{^ ]) 5֥/e*oܕhS} :;..'Rab::t0Eo[ 7{~y[M#ԭ?yg56AF~[AN掷.n mw#^Ea.坦PNmPc띎ӛdFsvnu`4YKےo +w2(8hK4݊(F>Q=%c#M&1ki~Nv*zdsȰetGi~>.1EƄTݔ4-MxKlt>*B}#G \(L%< ӎٌCXcygpˌY  VeuHEg42YX6NBɷWq7^?RXc)j/Azտ%y9l5!)Ѣ! Ӈ"CE⊷/N]SR5 1 4Pת#t&=) nJ6zXNW1՘'bʯ z!H6n% z/@'+?fֽmazRCO]jRŤ$WnsdjAmTF:+i@cV6 QL`j׌EU)x lXh={?nFVL:΍GNxPPh|SrW{.jMuI4wšj<ۊv8di4NBM[o0cUJWG(ky|rAkRf+[y& I䜪Z5zF.@b | qGMD(mdf&ڇ }O mQ6tvG|yhݷL`nZJ񤗜ԃc[uT$Rn G 4 tуNWg@2a֞:(Ҝ!`%c'*{c, H>S/&S3GXX/[(wN!TIr&|a@Z"&\z +}U1!KT`bOI1"|\8:s#]: Z0&7ܺjJ/Uefi+ 4 Ñ&xjf[K6 s٤"9us:A$>])1MW,L/R;ŢW{sbK>H97b:h8JaKUzz+pWNzd  DC/5LΙ떪I0\obzNhv[ 94ruM[m`i[Ϸ%DhdIۦ_>,_~445_~SQ;cWN#ĥcߵC#W_M_lH L5QAG23a#A|CNj!jL~|\= b)"PA%!gF@cjb` }ݑu|!L`*hj%HVE4 3DnO}ӍSg'5^PAL! %re}UojEiiݫac;v.򺅽O.1]6>k=b['7Rcſ0>:6gMGh=ҟO# yiV@׽(u,I0;Wzh($6Z z fC7[~J?\ۖBr񌟬l =8ǽ'ƍ9cQMݓ?1ud.A&>%Ug31MXX>,%0MVhYAڂ"a/4nXxW&bƚ־,/ب~i R#JT+GYmx-ӃFCIP|O&V9^ pd\n,WS^$)ŸeL6k@Jɱ|6%<Ği#&@[9k"aXbȵ:;( j/M N@ .t hN=Q]Qp⑐A 9 ޡu2ݝʡׂ߄@z˅[b?YϹi)ZKҞ6#` $EtѲ, ^ PW8`q!TPf-yл?=VQcR^% ǃ,C YlՑ".@UV:*"L~'L7??daf2V T/PI*sKZQ& g;GK0OH/|8f}u?7[0&F B/z*Wo#Hdk&ibq02(x &+g^h%Gީ,~ntRd&ѤݶP4_{+⽯)-o402UK.vP&47Ӈ#*_Ј_&B>--2Qj1`AL]msN&%<}L.?Bd}R7ݲun⵬{ rw;{1Ю͆Ƶ;mN+,Qԟ@¾$?`clGntPޔa[1pP&3 >H#1RRx;2pC}kO,~ m hgQhnڴXtHTv!÷@+ ߏJNfiĢ>*fEyV]6bD4%)|fZ$EFݱ-HͨKRdaSIjt?nS^y,_yR]2?X?зXcfJ{ H)dPR[>!~+>xewS!V!$0\PpP__V 8uWvݶ|H 8Y_dQRx"1[SI2ΧQUg AW>}l{b5l[c 4QE06ɪcDSF7Leh/b$d#Ihz?xufxa7taPxW9ļ,0f%sRJ] t"̀jtB*3{s,/9Qe'A8KEΫ@zbq6VLZ$ɉ.qk)=8N*sʞJ޴i1C.~GP͔^~uB r]QK/)aX+tً,PЕ#yk>.YX_Gc"~sT4ע'S?_I ć0 >`ǰQoʢrHqD+(B{oXW`YsA0S ^ R8O1ԿVoM ,.It q9rqyFэ,Ff|d"d5F){QTw=O$jOvXDvSo2NRѐX`RX(2/&P||A);pejDIC^/>)ѻU+҆qwъ1( (-vxRyuƄɿVX6 V"W׽N`x?0hk??v10׋.ɚUAaLTx;|FEtضtOHUĒcJ=clF=*W92tf$=*H(uq!7Yy7 7[v|=C(=T`zKǟl@;y0*p0m r !"'"æ>oG'gqĜ0*tcc_GɁ!{Ab^^6o"(yV reZthCRc+8 ; XSl /9U t@%_jY!p4f}xZ_?Myn|Jſ2 }ɒpFNj.W*WD&vFoqc,Q1M;5۪T>(NP!7xTLNq4g='g f}vJSkB$0EX ێE'&6dATvʄ܃4>/׋8coQ>{!pԀ<6k(mpSiJۨ2E;RslcSCy7($);P< jw4Y({h)?T=c6eYb7tb],p*G5'\hf 3$CX&=9dU|'gW}.J_qO7nd'RF^n4r /qfGVdrj kRk."v!a3%6uXL]6I]alH,\q;"c_: Ȁ3#=;Y_='XsӒqjڭknb[NP ^D6UE4Ќ K 9K1XMO>Ę+t  8dƌ֐]7Rbf݋2m?Q~xVAiPWmc]kgD]ǃ-SldMeu𻱣KI>m9p+w5?`͊ܽur>9GmH!KiY20H`J"Z KMhM vZH=1zv79ھ lJa Lt =b\ 'sPNS{(nwB‚Yy]3Krv ~܇2f7c}wJP;$003j#zpvh{!aPJP5GPsԗa":u>~ǰ')r T wGkk*AFOKrmI^Ş=yAeC=seWGqmh ŏd~<⎇r-/ 9?EYnI/fWix.#=vs(?4^Uug5u * #?Ë@LYQf08̤H#|8{; 螜l wc|xOFum:*ST˅p VC'OSKrFz {g매5j4Y12(k\8. Ԛ6>vU˻1;z\"`btFF(zy#v"rB")B dPa%EQ@tx(h:8gX̘M90>C>`ʱݣ{"ԏ.WHS(f067 % ĿVwWߟJRyCZ jLy+xvM.a.ߏx^Yb]Q@E{wڧRذwvfoO:a?Ş6'D$ !axߎrՔ4 mM@;8c[7* B:Wgle*#hÐ9éӆsK*wqC+EJQ):(IDK"t]#6ehwkC࿯YMR.zvJ,C"@k3սg+Z>Z --mE}]g*@ĆzT98FiOAy?:*K2u4Vh+H߭v'  hXKL\:d_諎AwqŌ Mh)DA%;ܺ'7 E,k03 Ʉ)?0BS 9@ywiplPqHzm/jsg W(ĞQI [$G*0wT" z.S-KԔ=$?[az(7sLBNmcBmPn:# P֖i{- ^ca+^b#[Uo @]5 tFvL+bF0Ў RűHaʱr|Iﵠ`mF[W6ztY3[B}&~pe[ 8]]vJmmQE!:PeҊB+Yr3pIQI/1ke䈔"͡TqQtK~ԸPL^N? ֑g:8bRBgP(4 2Zqz&)HE]Onӥi&>bQ]\äp8JO2\(8]79k[$W.™KB3՛j\oLĻ#RF:dT{[~ w\W4*ŀHt+7 G3E6Uwjˠ;V?ˡcc"i2 1_lFXu'`ZxŜԗ]PB7Eu܀AبNE@v׮Y7ɋ"0V| V5|M>3/_,2b%MTc#c9wrK ׽mҢ$p7*Z t08ó9u,՜tH-Zw950vhd=L_Tk؆ dh[]yrT- ܉Klw+?R؆%} cv*!K4z{h"MՎR[ ׇ0۬Y#“m( 1kewYeF%M-NhYs20ed;tC:۫bڤ%,׏djPV=Ϸ<` ~$6.ؐq3EHVRG#Mq<[-.psAi.نٔ%ī4cm 3z^}ՙ$+Pe&a]gRì`:y8K ZiFgb2_̡T+MsL,\1MË'Hnӱ߱gXWเ~K]k26bPQ+!'>H*C| ^E_smkSe.V36eE񱑇:om>]f1:LGZ[?BFk1ms5>Ghl-! TQIH="GDDtz.``1/B>"WGCb[;J%ԧboGmEM>G5 +ʼngjp:iنh 2Һ"noVAܴ|Wm8OeF@PͻMcTJQO VXfmi%X}AM~C9.K:bOK}y)AX%pμ7G?:v Nd@Ys?G&sD]Wc֤a5mE_Ba h@ F/1<>b9Hi 7t9ӍOmuhK1~|q,ò90K"Zm-v;ܹAأ(<$6_a=@wKcH[k{`"k>zU@p u߶ymm,Wpē# GLP__v܅`nڹ67u0l2׉e]Zgeani |, h/1z[u 5c<{ݢ[o!ҙ|κl o'Xu(í wC13ɧr j?] }Q+JWy*P5}·֚ Q^\{-駪fָeY ˺e^ԣȻCP>x)[eșr! eGFA=$cSd/ ң8NyJ&4p1 8r'zаjduIuJ*HC+a'Ib߰Ao,` <0&*QM鸞C8 p_S`M&RΡ̠ `137G}!i-v'G~P|YJ,ik)mɠQN`i6M3w)vc5bT^|XQ:0e\)PC\ԜU.۔ME{xQ{2sTq ?gqg @%/jQz]2g{:m]9kkϋtN>{SaR .MBT)>צR3KdX޻g߃{{]et',(u@foIM [Fڟ 7Ai(PgF঩RxhfZz-yT<Ώ3q/}|v!'FXPLs@T/1點xtiHbgf;`^@S~(x$ Scήĥᘧ0#7MkEǞ)uZ=K&*hcrZ J^M); ljtA1%g^ OQÐRzT&\*ƣ, <}* Oj{o~q->$Wӛh!NxN>)s3 IݎdZ6o "޺=s@gߖ,h z`,Sdju,wR\ݠ99*zp s߄8[T/ ;LIvXxlQCMԙ*x>F8JoL5Z='$}߫)I4qeB:VCGV|רZjr|f*wP߄#99ᢂy ~ad!1ps"ݸXTl>5~#~DSl0f"V?̞  lK}fY U` ߗd$ EQwLvĤ!}&P7?M(a zF3*W.UbE!JsӇRNe; 4l"݊jchFyt*(< sgk: K|F9Q_*RݛcYsezUsCEZyi2@'RC$H'u|NxIŏcF[sqg#dSgΦ~qWJەNWy?RO ޾+U qA]#dJ.sCE;z|ps.xK",Cx Sbٓ].$d[\ǚq6ۿJCNE3 ݧyVVveU.5S3e~4n%OEa?l9 A35Qs!TPi,\:l%8<m F>.{Lh D@%FT 5*<(Cm8媵kSG>MѶ)#ţ,tu9dynLnwcߎ8t'lVmtn#Q`'{B'b)kwU KD{ ZB*yOP_Lh`:Xxs6MLJ؋xnr1V?;=e@h'|Ji@&G"gje m:AUy䆔lO$m)6B -Ɏ/;wRETrr?5  ΀`9DM\Jg[=8DX/l~![GT:5zUj0w*rA++LˏKM*HĩŤ㱀N|bCHRhp:X(꾄wSjOG{?!#Ogõ1DG;} %b= *kCΊNJMG!{*V{v)(bu@:WE"5+^N_9o c aF+d>쳅촯* bHo`n*'rvę,WLihZ 6W r ad@4>3ye uzя󞒦X]pXC:,u&mD婤M 2ƶl)PZ1V*67qF] `?/quq۩> [Ttai)c,a;-u"#f?BrQ.h#|-$J=%RyL1A]D!C @a jC ,Ap1M'{OBzM1uΕ }Z_oUO/dp!GRz՘>/a~́ / ) lj'W$7Da8قF@O{꒼{XqA-Ad5zx"s!wy^6WU xg_ xD+ѺG^L-̓A38ݒ´Ҵ?hɵp14-~ IiH}* X1F6} %>I┍B2I015d1_zkܺk,]@A(R;I(Ї`Վ5ncZzGmWqEhG A! !/ JOo*\D/`71e;B۽t=G[K%<'*]7e}~"C`w;BbxV\^^vxwH y)(:sln߸хT"(5͇d$*-D#4Z]kn*CUUJCdF;$>mY c[UpOr{xNY_.|l#/FO`diߞq+U?cp%*AHZkIsqCXL8AY[ɀi^垴*g]>sr uccD{we?Q j3Vz?nhL-Pkڜ?5F "U%iO3Y9O}mY6bvԖ/ 5#,M{ZhV2eP.4^oԀmvξrL Lg7ǔr{tl']̊;vԎ[!ndi4 O#;+]=7lNY:2wV[RwPXFZ\#|0@MN<8bxjc <#n aV;tK[+M'ƇG!/@ne/5ikw崘A2̌0WgSPJȋXny'w5 ˞*j~ [[;ri7M-E ~ dxV:n>ȎEL(īw_г(fLgܺ71f.٩4\7 fLvgJބfnD<˂1%Q4\zÔ鿴ƌy롈Şr4KIT{}}6l ՋtXsi}J$ %*tz|筕> vN˸ϠvDGš f&^&wq1܆wetvmd6ʟAwlkNıX r9K Q.XYvKBu7qK9)!%, Glb/ĩDrcT;`8N&V^T6HD@pCPfNRG4րm'!0" B{FX{OR}d9ͩ,^ۓ -E"¯'rh̚`6t(/*!iQÝ]:WPvM陋Ցj͛;>>j{׸,.z(id@:| af],l=PgJ[wֿb[<ˍh#7ULuJ\{Aql4.ԬƏ.gL&9 'Ø"*0j| !/,k虑AA6壓ÀwWPHb:i󓋷vH s~@])>>X}mbR9 p M%Q dNQ(qv/;D޴LL2nij|~K%ʥHiT2Js>cN<9I!-#fTAk+Q+oQ׺7adki VxcEW"o3ÐRm&ŗogS92lXfY5a'#0x˛>q>rޮhRZ',!Y*Lu*hUK l5][X͍!Cnp?֨ }U>j̏/r*+TZ69nD%v;`R? S1P4#]MO:{믻QB}LOjoJ+:aqGU ML6}ɔHYDsHɦjGv2„1 ܧKjG`.z5\y:)]Zb4_" @K: dݞmUo{Ȩ Xdq6MbiF"1#s&F >$9`#ո|ketxi4؉$T[c|dP9}*wG8׾Yi =_Cs*W#$To5Q dR>!۸{o*O9l^;+4(WB}(t %Upjt -K!Q0YzशdCDNWXO x߁3 ˑnD3 uCfKW97Qg'4ح$uVzb]p%.X?}^;|'.I{Cx*J6g߻m ymB6΃_|s$*%گqHDV+3 .|lcH3cHM&g$9e ݏOX kݓ,6[Nz`!{7H3|:/Lj:3SbzjP׀/V6?8輸Cq1}*/fF:F lbV&n>6yњ0iǰKjd\HU;ha7`~~z{p_L1n>P+|:G役'TyiP]-'9zB Il[_&x c?@Q>5Lta0y(!4?ovA>yV%.:#1) b 1`VHv8qsSla1>?A~j-*F#d\߃ێjZ:}E1L1Wx)L BfLiS*E k.K KRި'3և{@ D I! z-5B˘ {}{L} "ah ѝ*v4(Ɯx':,%u吙bs{J6ϕBϘH:@oD)ZÆՠfL$U$Zl7bFJKo^P9h)1D|E=d$=gSNY5s蕥(y TYE$^axʊyZ%48@V)5YSMgFdcِ|! ]>{w4۱܌$WVarBXY}^V<O+ܭd=|wa'|#Amo ;0EJ?xcjz[ׯp SKhsƘi6s_fpix WAYЛl`{ZEk*{cZV}Cy WBn@jGx6xd-HdQqHKC[ٮ:wNbbH3kmr5<5KA4zߨVNM\&rBRj.gGsȀƝƓJWBof<[@9FS'E;V3t{lb/M[ m&Wت!dX<#TҴ.S p0S?%vܛ1P *۷FScfov2oR55G2{wGn뗋8NcȔ!R)Dؠҩc)IpXJf< ֟%: I˼3a]xwq`qÕWɌސ0A;Y˝4~RU1)|{ǖM#ʂg%rטQ2LRioVꋱLW.Mv!.0-eO9"`9%=}AY/4c*Y{Mt}o AE]ϧq+gJ)= Pdž\PDm&HEfS-\Bם2>'(:7!3˔Eg,yjI&[:@A<%޶)2g`@X2 Ֆ"Ë8ӈJ'Pi̮fxJlA*m3ꓹ n.DSl T7s9 Gǫas%U\ŷZ(E/3ٴr rXsrw@<᠂3W ;s5lcT.\@eeiD]u yJOwS S;d12gՅ8&oj3mJ1(cZYER&6qƆ^ggR+6DZ^Ƞ L“H>eRܪ{\B4ԆUXn*՟E_tӝ e?ƾw }ȉ"kz뎧<0/Zy!>bw)lu︋Vf(Bksui灺7]_&uP͍W*!r:BW7j`f[:×}6=]߻y(jZ!^vIB {z__k[,7 n&8Lz.O@ѡSax'o&;%(XĎvk+mK&xo;N@6sC z-ѥ~tmg 2@8 d$+>S m{aVI_h̔B [RFD]R] Bo;UuT 5icҴ\lcq3* Y|)iGr8ɄƃoPCec]^|E]~bʍGHbLfBPڂ}t uS;AAkdd`\y'ūDx #8Ǡ5Kx:o]U>ɔj%8-7ZWt&XaR|ՖvLU: YdTSئ`JwJGyR־P!=*KhTeJq%l *fO߿îSAv˼ޤ5M[ۅD]gt3lj#=hV2ک1=rn4*{qo-$–4,/0U{X𸏴gIke£Cfnhiiwj\zl9^,:MIX`6cѡR'aye@MfUR<^ƭ@%k$J^M3=`kI㫓oRfI1h)5@'qe0j9ehR (ohrecj^% <(Ty'TB?9f%O6j>0F/QiR:B$ylE w2 #s0zdtcewh u|N e2tMR{ݱG4o_1!,ѫwLc3$!t4IC+' òW td)B5PªF_adFܳت馡4*ӔF9tMkij,@ӫ1(ԀoY=r2lw}_g :%@(WzRu#\%f8߹SgDŅq̊OJffQ#@Lq`5|r{Xw^ ]k Yd)xiӖmEwXJQiI~uwJ.eG7e'#̌B)w*=sF^ @NxtJW}OWu3NdN/WWLꒅ].PT7f1ъ~څePU@l6窒1x)TW.mPD?h[bf+M-Y7=b<y5n释xMF%LD+uXM l(Az+SWtg$6^^)T۠<Ћ=9f~hήʎ"\LEahǞVBh֙(ϥÍ'2oG!ˇ>ф Y +,W9 S V`rM /zB i6;Fi5?3Lįּǐ5YJ zQJLy. ɉCO,/*/fzoWcOŞ㠓sZ։(O_q;| j{6-Ǫ``o9Af4rEkTin2dK.-u=FI'EmkajL&bf& R 4^KvWx#1pǫCp E+.>Mḟ[3|ml RGi,_Pޔ˜D n#I>^D ꋥж{+ww!ϡ4zym$oWzloeHܿx#'M!xFGL+Fhi1qE(CRNϚH1-Q rE xe-?~f ]k=~9\L⫷S2V:iޚd:E[W~,A9/|{y0|_5yطߢ#hZ,\2yc@}+a`*3KQv)\.N`|&^ %H]¥vcSJ帙H?u{\ J߀$7"3P9b#:X;ҔMUy~:¸)8Nضb_S剘AiZtF-t Z1!PmGt-$\ +:]M*w0pOvK x_,K8VFW¾Fz(4^Xkbm3Qxms˻7V)|R1 _*睃 xz5&7ՀPw֜әƁrӵB XM\iDL[znhzɏpY9UO>Xݼepm~a\zTv[Nh)`_#(@) Tױͫ"hO͹xJL.\HNCa-7Jh_5fIGlgQSf#VXNV|@HŠ >0 9oJ'aRj['~W*SfG9o_Bmfb4i43DZe@ꈷPu9^/3%sn?ק,uRHbca)?4G@} (R)RŋH L9D-!R2,z«Eo䞷ek?qCg7 WA2"i@cjxAvɂM5sS˴֤/;#K}u|XwViUUl%`ɔ r 5x3Pqxf=l UxJ R;Mp^e@GTm£W([cR"5K W|9 emBdu@%6Hw50hRb0%ISK\mqm؍|\vx$=8nJ*r*{J{'vWD@̨Ǘw0u˭gT`moY_cKrXzs1 yX |Z('%Ո1 h^}Pq`;jلUorE_^gw&u8:d;bJz{ %ګ"n"G+h-4FX>.&E?L֥IɑN ,N3!dQ)rtW~6Zir!VG#R0b jJ.j3* W\Nt([|\ ~H}x'P IHڨY LTzfu*%|Q"9P6[3Q#ص?]vO1im"CLXogLrIrA@Gx,M?ϢZdž2:ws&y4&^J F'jS@Ԟ7Ꞛr6b{dUltDZUY4yP7m(OzxYd~2V4Hc.XuîK '.iD&J6i"*$lH*|go V3N5'ёAW͐Cj~qޙ=)+7-t9]ymVaoi2ZqbA@g12xkzɑYNraK""w4/CԳȽm C2!Z&+:+tbxy#Ea Gl>[u `Iytvқ9Y' ) ڸ3GsLj~$V9ǡaj[w'%R89'["oz pOkpcچ;9qM*,Pi,ÒYĄpfjוq4Kꁨ<'Cika+|!RСُܞl73t}׸ )pQ@IRIq!\(eU %d$ >W?/ $QT_Z6 CnZ`8 6Y,RrZJſ3n;>4ӲE,A)aNt 5P>}xs ۹o }3^en{Di:R+Fd(oM0U}?+R}=p2ܾJ+ D+{$W8ai1k-L2FkF`4{sET5mn$b+|^cњ|W?Hn,KoagC}7GDV"O"IMW:'/eK(joKsp2Le t5_c)2%ޱGUp|uч xJ]͹K-ȣ,=䎸@kD{nIC6d/ ̬+>c8`l(~"SfE,_r~hzǝ>~qڰfE?D/jbCMT6R}U5IO1:sv3j;%ZA>G. `u:$dIθxmpR`Py2HuY%w=ByJ@6 ~CBa p XQjyJj` P\4C9IR7B̺D&FdlI=hk|b&ǘu'O MRihZ )eiW7^!]ϼ ծB_@p<[ÔwܼRHl=l^ ;۔Cm&ہExuvǢ4̐f6@쒐䕠Dm)rIr PSxRv5= `6c _]Zd}. xqۯh U&Bds_GzcG* *oI66nXM)kbد*DԹ#KVsb 6|.BmJ6ou+:{D~҄0 RW.}S,nɍ#UBEֳB;dI>f`| ֧{t (!xGх@ha=캉q\b=n&,&^9 kx~Y77 ]k(L?Ͱ/׳Α˷ d%#G 2!qcӽK B QKR+g &}j-Tx Û$&œrpck1[ 9^ sD CJ!}]lhk[GG9_G/XXyʹPFwjßN! M.@d_/y#\&)Zz TWYzlOYGO7C%UnNrWr?aRU',fV:7@~ k?Ni5Y:nxp5w9]V9/bw|MW鐰5he,,>X)1_/ # g 1 //"Q:Y/ c( #\ BL`byO^?؈Ô# ̻D9/͈)} ndlꋋineNio)N|[Yx.!f/]䙴L. jolgh_'ԉIvQ(~姓b8Ih3(0KWmL4Д (( |%5LvMjZ線q ך' 0V+&Jۢ~^C}oLhwFg~r{klIR0b=ƾ)R uw|xfr3H95HVs? OieI"KE7fJN ZIr]8;jGA$ LTK&ݳFR?LZ|>*zt] !%:L! i30|J+OM5GZEx#Mw򷱭m >}H`<-8oL 4ޠ}N{$G}_ݮTN!`- NH;Xx]= M  g&;,A(狑 ahU 6G@>c1"]9|u_ՂP+tdd/(a̕S6 T:Mf0BuZCAf/!K'hjj)NR"/%JT~(w@@o,f!HPr;c7$IPѰ-!K/B7Ctb+(p f)/W=oD7\'6) Ivǀ nYVDێ= WMky=.w ~Km< 28EH@^ɋQ犉fAjVAN8!# '?̢e)sكZ\= YnrglE7}1C cQ3`e,:fz\9"(#}گaϹ|٣yGa =P}~ b&Ih'xGļ'%guw8_*B=l21!X> ~gh"`~x 5Re,IޅNgA$6у^hK L0JbXCO RXV4@$&Jr#3\T]K(JkPϛk%6+Xfl㌔Ds,x5ϻFiD sqd3/)\eRvio0y9͏DE]<cHI ^X,p9Rs٢Y8S! MZj;Uz,]}ُǝyhXĺ䷑?ɒItT;MB5nYg'W@ˡz-b+tCf-2M' O] (Ito.&SV"P?6XnA.b2k6#DI쩄YYOG" t@ۙP#|i.uwX{,IPp.s[G&(/Ox [HT _iyf^{,[zl 'hMx5i˩p4ET~.Νv+fEaxbt>/Jg=.* b+PTL W4&j-Nf% ZN-7##/jf[Gr{ٴƼOe|c#X0kg*G$P0{-m1d Vq~sEnCO1e=-@\\M;&"Yn<;ZVȓRLq=~ZA QHGE߱TZ mٛײO__Ek"F!Ywy)}p4>j~b>qI8DJ<%kE)ת''zϜsQRȻ({=.9a&MVh>ѯ ٍ&PUMJmq:| 8ѨeI')"΅ *I2 B4 LA 5cwXԊ?C0U[(c%%RQk>AV6Ӷ]ƾbLFqb˗E VDrf;b%(N(Pl#h|kvgQ^;Ұ(CJ}7lplw%92Ik`G 3[9JSnu6z"UC<73KL߸]vm+Ȋx5]X͆c!x`pEN:r@WVNhatŜG'!rQ~y*ZvࡍxU&#u4(+>E`ڂ,hd'J{"fPU D=Ҟ/Ӗo\aNN_xſG0;d,#jB⬘1U64)1$  Yr苺B}6#`8>F{̖zw؀`#x'dk!&}]:ʬ6ʵ^m'i^mP\1Nv3ՑUkM JAiuRk܊YU/*J o\z G3L ^\FrD^V|u5'%FkPMs+gTNޔ=". +,?۪E< (\ nӻ pj뗴Xj&Ӛ#4Am4IMAt [3ew[a@4K(U <Ԓ><(|zN^/T`IRs*P/>OOAb@kR::8Fqewv^Hy]cVs׷]bH:ZJ!F\,/ڗ9Qu .&ŵY$ad`ͭ~%."TZǀ,2HsŲ$l$L@4*C1O$A=Xr-{zf(^~? g}p2Ԕ'. B( b6;OY,ޟЧ-x_1sQAkݙ?A.6m'FvWİJvysQߩBFH@{:sM!!2ag@m.E׃=4FlTF TbrJhm:|Y/*~? T:kM PX{#9ŋhg' =n)~9tMJřOc9eB@O?1"}RمE5(Jf;&?Laiq- '-V-Df6 ` w}Tl#rꖺ EE{2iqOA+ 1i+SkE+]_A5BGse:R:/|Qg.X-N/ʎt6)ކhẔ,!W/\y}.!6^g/}iGp6az{^u,8T7WЎdpt.G/ G ([L~gJ0DH殺kPeb+ ]w2myql|oJx-܈pH7w=ײ0GI6M'8f}_Ce=w@|.ZǤWKb08 ;ӝ Kµ+ lE`#eX,4 cs"/pG˺EgX^Atڍa'ٸDIq hN{^1$!^Gm1q1̎1Qq fn_W 8. q -!n3e}tx"#l$Cv\ʼ͗Iv-Ѣ ]$ u[ftOAtVFP|~H84kz/2ilzH5:l%}{ВQ;c4o J%i."qeKY A+.w(0Zfq@þ $v=ҋƩʿ\42ݷq1r_G+'W}tymm :Z{m*Dn;_KtژWַGcY0s AYDR%S;le+ʯk[B|f?mis]Fxt8H_D`۷U0>'OFhEЪY B-qp5CKZN׷htPR /:U4d҂7U cXWҼ& }Kmt:5* oafѥɑ,r?gk5#fO+=2H6zs>5q+"Gt7}h$ w3)At -3C|Xkz i2Q6o63QJWi\ծq}" -Gпy% 42WuɵiHZ1%aNjȫY\t'|%{'R-jV{[ltRm~ ]mG8۬-K!]T νWa5X4jLLٺ$蛲 WfwvBN ©ZYhhir/_68]mzոDuKWiyj5w\OmV{vws)XO{<2+G4~-2`>8YB)x\(75t+ϰ .w, Nyg,S) !?BҺ oώܮ/=߆X_v5P\ }jfU$L:|nnߒ]XM\"B)ouOD4N3Ecvei J3P6c^Ľգ&`(S0K72NFBU^t_3U"ץ]$-r#ЮWz'CBPq"uD=!*wGS>W4CvQ?g[)S#iBl3o# ]ͺc+ ɲBɽD?%="\GҊj1| 'A R ܬ2u"s;<u$'&״ix1[ zICZU2MTKsǰc5E_ 1iYZhDn<LUoRz6Σ޲`% c54Ajs"t+[mAz*Щ{U!EJ2Kg<&%m / vg~Tm+ fJ* yEy8 F7㻚Y/U@+ڮ Ԇzzp}&.E^?ä-@̺V7Cu~Fb8L6<[Qa^JhJqb, \zQq# au!Y<.%'ukK'Y#6 ,"-?yNR1gUn?i&ߕ)c)L -WJ֢-BOݷ ooj22 Z H_FԅB^qbeѹiYZwzP)1=ĚqQt_DGV֞]'&e%-,K֖- zsݳzV{8^ѝ>Р.&4xu akFo/N̪<@ `, ^3᫥OL31Ȼ<ꝞR8`Mz.;ѽgtߡtfk?cDZ)9E`pV>Y1k iS 8 0=;@{Vry$ jy_ `1 ]t`Ȝ@2U]RZ0|7 *JAӂQ䃦n>~"fB#%˹2-&ϓ8!y狚-O̗ %'%Iq(ء*UM3 RCUf@dVg҃D-w!hw@obE`+-hW lXxi1Gr%W|H(˛Gkr&0$%`+{h˞ՊIϹ+)Rfkϵ'BDn7KrX 7n(-9/0[MYq[?Xhx"ȶ^.oZi?kpprzeyDh}U H/ #5 #CL4*쫈oT+TYwh ,. 4f7*Yr?VI*a _Mws7PZhk <)ԘYgΤbWc2 *p/sV.gՏL]o}so]FEACq:bިe@3(~8eڲce8( O{4t]Іx'O~2;AT; KDz@Z>j[v.v(i&| @0Â˺bvȼ$$[fn\\?W βqܗ'lc%&joiڬ8}jx4Qgƻ85D[lobqWLڽZLC[4WNSM]DɶD*$3ٍXˊ)@)`Z2Ν=3'Tmflr{5as[O7wre#TJ١4#=n#,yYbD;hի4"A}R:B`)孤'ֶۤx% HVwN)!BBLb[ `ZNgsUrmmo^bR4/Vq8Qeْ/ oE;r[ʧfh0N*ᢗ֙pWT uAm׾=|?BH&9SC$6jp*L1K5:ųE&n͜SD4w+Fe qjZ8n*gCKKx\ 7}8n=[/&;+I-Ў@Qd_FܴB=B "&n@E:a?}1.2?hOxKspLN!(u Fңo|il߁+2]]J-'4Όϒے泹sSg,!n<0q+i\D pcC8zx1Md܄/% '%k%,@P$M\eZ+IVX8Yzܰ,RfӲ0jG8i^T88 XI|f|.#Msz|4`l6zfm8voϥrv'F$ҠB%:k2G/B5 p@jℜ`8mvw{5r,l $%8K޻&pu>CPNҮ`m#_ըٿ;bj> y fvuH~4d>#yp]+MjUm͠VЄ;҂d~it[}Ch98O0;V>я9~KEcrB?8j7KtNa37 y!'uW1R[rҏۄי^Ek8_ps.֌+쇹Έ] U6%y{?HR+dY|# LiQ`MGN**0,/w~r]@~Fʩ.d;'x/5V:O$m|C#1EB.U0/W&T'/ F)Oꮗzְ YJ-5H($u{O~~pE@@%cVW4/Qȫ']p{KE:B[,a i^ǭFrj$7?x(KtDcIyuV5m?#bT`A] A 3&pkeZiRE1.=o[%ci;jHBPWVO9BR bB5 [-_ )ԡ-cmHv# (*=E*;N }rQxH(^UV8}=CmD4Tl vye欺\4%呒@%|m'ыQ}\NCn/_e_qtE}NCbO4',$vRٛu˫C wF;'{f.E(NڈC)?\jMb+)1/Az|fs ALjs"\jh7?&xtK^qQ7*a;9!d޽D*jT9-iBhIKW#WB[=Hr~`6z~&oCϕY1.EK AǖMPqeVrY$Is?6i%,%뚘Ť˞\V6)+3XP`yP#R<^eWx~s(32b@2f rhUK[@6˙VPZնƮ. 22|W?p| C7 #SnQ5g٘K J,pqa7XQV+QbC)WemuNp/=_Π* ͪH>4cWE03M;ڠA2D }Z+^u'PD([6aǁLu86Vٳ(vunzviO8ԇu~KpN$[I][2=p1)Db +EXwvͨy(ю-=IYc Cnf5l (p{ H5 +.Ygz}݉GC#yBlʈhe QΘP ?gX ?jP'ɫҪ\sB3u9mN[sK0j.\>[ݘ<9gJIʉUGVڒCWEO3Z_Fs!q-@hOO%,8*?}=-9 kP귝q"0%uޡ1DmY6};f5#&;7wt^356jm+U~A;)DG/:5 ڔC7Kz1uɽBw\S獩pCx[d"[ILdjghno-TBn+^9HckD#;76`laye0X8ռ< /OGϏp6YEpiI/G7{eq VW_sϛr2-}Cs9R8p2{E&[w ~Yj8>T1Lk\eQ};BnNVPt$PܟG6yvh?XxeTY!g㶊0Ț|*-OEzcOjBfg'2ݷ0a6jO)R큃Ƹ _S+z& 8J{_kHqZ(#Ù 77{>p^2!2miF700FQj9D4;,vf&\&ʱDaT" b)\7sԦ{8QSHQt$].Î mVifz%IC*rtpE8X$f&.GV)"<2%L۵&395a>uHHt&|~齽46`p:3VeK,KDe2eYy0?>)C`;bSFǤ{o˴une=z'STxO~O8gR܅:k/XO#li9UzKIBU[7p%٬||a뜓x󄉌 Ƞ`7 m`Q(UO~Tr/xapBؚwG1/Wrl*83{4#.To ;  F1$*>h{\yWvW7M鐻NIo{X._ ΘL!Ept-[L_pP=ЙvuUVR2 8k+Asp1($Y_R:zұ+̘K)n8E:(DzYѮ䛤3#!4Emؗ#ZUx~ɢQpZ# j4z?l'QJ̶&S^UL.UP4U>ІmTJחЭG8^qΟ\<ewp~^,TEm #/1En/mc=Uz2w~.YL.˃k&iO&'v#XQJh˙[@5~Dɳf voc jE 7鑡` {=9 ! I _ڍP%~a"[4Eq\?/xrLX:Q#-XUkQszp|˺։5rF1d2N =8%y]*j=nLj!#&2Yȼ:T'e 77l25z5Ǭ)T+2QYE5CR8X&99ѫf;nd ]0 2X b8uo]*ƲkOvkѠvˍi~AOF(ئwr62$>p0|,~W4CDNȑR9hy*_7h9+Yd'PLYz ޥS3>2,関\hLAv^JOZu~ֳers)tB 76U#JJ0M7}>>*bJs>}}GS4͵X:.6qɝglky:p-Lnؙ mz=WY룏T]( :qƽ58;߰}n/wf/i #c ,TN q6QvF/ߓ O)1B_$ۀo$͉(bDń6yډk,Qagx tsͥa-a,q&#:u1@_ Mr,tG_)y(>d\'x2,R)#sa gzEKWPHZ2w3L87AqrCN&cNٱnlFF hɸNq^=T_F<]OF>627 FgbMZV]C "l 4ƒ$],n?%'G ЭMcj N|AR=۝c?X!ζ~c ER4[t `aZ By'z 6IɻƓc-= 0UTfIMbk>BAG]kh}I&$ɟ^߻ E+Sf":@_*EϱÜ0[y\4Q`]?ʛbоH5\hT8L b [nŗ1#Iy=$ỨtĨVl_kOfsGp%٤ُHo*[ $yCc .BS:' v}[u~K^b?3w1>-*d $ky oI/=\wSOaV\eQW-g.rgVUsLM%o;+' uE>Zo @!B|\ˆG?mmE5AKDF6Zo6(lWI76执l;^HO#zdKZ"ٷ`h5 xE>_)fOL!zYqi'c؝xr_&fWpHg8"+BFXḹx/ c^lZ4.l~CեWxb0 GҶ/Puʚ&@zS\_}F!@|70!͵ZZ)*;zgf>-/QA >!R,96˝jn2seWw2t63d~tYEKJT ӌ\:O]8Ãe#$](dA ]_)(9 NkxMyIAT@Nct{,?LFgIbwp˒&C ߭iL큺d2J],FkUb7I͟NlhMx(rr,33>1IVb\3B3g9u_rQd6RAB_ GlP~~rf6b7XtyJϵ&>Ro/wi-{$Dª i. X_Pg>j?~6{Z?4i.sq]TvY?8HpҦ3u""*!jK>f? ݰj+ I\ij&~gZRC8k^ShMR6񶊓S0VR3+xRd6Pq9ɒ=' %߾"BvrǧNjSN:?cKHH"9Y ;tpg>1x*$gpBTvfM^Z͕#4BS_ZHwg5ª'!0 @:spf;JyEuÔmGka$̋uIBU(*rEo]=`b'M)G _#ךntYU S?Q}_3QRN`d^T+c'|>{!;֡ -[Qp=5ܞZGlUVK7V Z2YOzb '""vUEq TDE9׸ˏWL\lcW (CnKudFy.[<# j~ƔS/uF`cEɦ(3[KZv`>[hCɱ'}=2_σcoi;N5s,kNÂwEV_)dƑm(&p~``G%Rk=JMr y /25a˝C^Cpt -U]'=dCkmvmZKN|sOH貙){*co豱vˁϓ޲-y)&T?`Kd9;ӳKA [ kBrr(tw붇)VT[_TZh}G˰ꉍM Agq9%Oex=[qhG]P2?sUhak._ib-WRzNy?tD>;f:ceջ^e}Ǿ:F=Oa8yx:fRݴ%[!d>h]=dn$ϽRE}zWGƪۑu-ëUlvKLI Bo~(mS3")E\@hC˄Ynϛ;GσWgkh eTĔJBd\Vҋ-ղ?Sj+( K '4Y/?YJb(ד9r9GBJmK3©eWó +Xun<p/Y \ou9ӞF+.^Z{*8zʁĶٖCNcm5 b˜H4\eFNp0?. G2Fׇ%Hf4xB\n5BrK tF#&k*i]tM"ne ɵ9Iiѣt+ #wP;hQzK0gcq疿 ^)OP׾4T25># #yFg({m̒7jIYT0rf!L/r`5e %ȧg(E\-ZxH|]^w-M]FyDHd$c @Ed v8L\f'h#w~#?j*qlu/DDg9}{a0(r]TBC7YYǑ֤sȔuE+b),TP#J-n{GdmJ6Gh="Y+>zkx,H澌9Jh/*HprPOjv `[zK Kƻ<'+b1W Ev\'rVXtL\ѦZC(c7m tG"VO!o/89v>54LXI=}', 6}ը")d{)|ע=bywСLC ]P.J04pԧPJ>Ƞוr9p8N1& ؎vpcjh6 < g: ^<=261+H$&iU 4q?p ȇxi;OFہ%L=3$||!"-r~mLWTv;%=TFOVcG^sQ~ȓAn(%N*vmNђlUW+4~~N-0~ #Zh&e>: 8/SGXqHgim|.bX20!;;0hnn,Nok<0$i\B\fh6ϫE%Uncyy>@)6Yma.@UIp)OPdȯl7-rVi-KM #⼲syp T6cs@M6R yRзo,/ZWN*0VS\qpW &axi^9K˗yӑn,Y['B@T>}B˅{|;dT(m?X r&l=?қіΎȄ,8N@JD=A,_O&jxm9,2.$_~GKy!F 妧Z$˭W_Ǿ߇вy 6?ǷRtdjӯ̃딣 p$(Ne#GLFjt.jp\4 ^ԦܡqǝvkqUcrilqɣc֨/LC3"@Y,5=l<|bh"O:وmϷmBKWҭw:Aa'Ag` .?Sxb?"KbT/'|2yKA*_qRBSQ ҺƉWNSXb3_@mmIf"&z i[6~ޫ ٚχ*-g/OoЬ^جxsEHަϷ|b^9ح"M⏢RroXgj7, (wÓ7JQ0U;G3S, ~bwPɏ_kǤ=Mwh94OGltb};\ɿՋe#niafrzA&%kewVPh;Y/I`ٚQcj3~Ңƞz ASS#AMiCN8_.YɈcJͤp9x eICoˤՑ ;JhB%~yo&.vQuhCL R0ȸ$k<3w4m`7t\+ N$`"lĽ5Zↈ`V/'$9f @VjOxeoBzsWwrCH|uz(\9ΡOWf #T`Mt Ey0m vIʲuhJޔWLw #YpYڊL Cψ]뿵Q]IӛhN2ױЂ!nzĆ|(=FL U#mL*fhgk r@ZQD5P61l;FaX:%0u%2MYոh7.:hqoWސ+˼ŏ ]F!S9 5I)\a'jꡞq]Mzn67̉A9hFרhm+{Ou|;9J;xP6vx%LGU5n{z0pA 0r9 RғV8 k:$l¢]^/*?KnxtW74 {;AZ`N ؄3ŝg >~IcNϢA%:8M AVh%S ^ m z 2䮴մ\G>|ۓ&F8ƀ}:N 2Գ/Jld0E#䬙Vo42Zhy&Bޮfs~),[!yv\H ? @V ] :_ڑPegsv_A]o~ _>%SsQ̀AO$md.LT&}LoˀSxQK%ʿ,I +49\P[5*ƊDb' fu4Ǵ u]I7^knB?˅{ ~yWARYJ LAyޫwtk]= }$c.S6aqR1u_42n5K@^t b{"{ܐNSY}^Д+nlo, K>ͩ%Si{ !ǫ =Vc๥& ⮌ byq,ŧ2Y/:i mHwxwu\vE'Z8g|Uw7_ce6;"KT4N~X0><1U3$ xLbH,q{f&~XycD)> УאS!5!d%|m9j:A4 0X6xqg7g{^+.\1h\n+~gT&J7ae*0,5{0Q|7m[{5/̒tWi"f0kt;E<ځ(NR$vUyM>ķ ըBiE.J ;Gqae"iKۈ8|x{e`ݷjnbw0CV((tN0 i"Aoq)IqnMx&Zٰ=v̘͝ l*yJ4I&"g  I]LdK)`hP~K$鸹_?U|8U&f{*{0^T JF G B7}8x-g|Dۉa+ Jb._t iqM63ox܋rfTw#A5gЊKZ#xXUFOn_>lD_=֯s^q'Af$.@ҜUt-/ @OUsR&xC!XN{}eMA#(sex9DXLYm^,NjDo rW8|A{dYCs_ X3]0Bߓh4,@W-.rBzP3՜zkL8f7n]R~1n}I`Pn%~ WᆲVpօl;z^1ĘkۢZlEmZL-g( @tRrkwd,gH//ؤᘹkZ%?b%.T!~IY?3vs2跚FȈzŇq@sP Ej81TS̓m$[6WI5)LCz12F-e)H2ıےCaUѴ3^"s}ʬыfct.j ]Vcʋ8uz~Ž2(,NѤue[0=f &mfj*qfyV}\hPb,WpryFZ$nooQpZ ߋoYUEoHS͑8ʧ2<la~/ 5YN4rG/,OtL-Op?&8S?ZF"wT瞌ZvP)B_5m7,\6i*k{}w8 ,[!!5h,\aXUmI2 sp Hdݞ_y-!հ"A-"so զۛY)F8ڋW^_Iy-͘GWҡHd~Yu8 #ژa$.s(.:vmx˰+%:O^Ͼ"cX7fY-zޮd)q B_\@GNSĥn+#}?@4cKa>{%('[kҏߪgQd3?E rЧЧtPD_]1.Qao s1/iP͞:!h~q"K BF1r]Tн}%srQjp""o$F9H̹*p?HުEGiƐEpމS׿ P)Hä#i_a2Ҧ&es 4= nnh=([M΋N`t ^JL2GF0CT(Ē5D1]k@u*r ]_D<]ꅁ=$6D>+-g(@я7&f|lUfY_3l^7dݣDN: !ot\0; J<{ ١m(@ o{Wt.$KܗI Wu lelE>y/5-WIz2]zd[_dyAe[ݷTp N p:el}wa80 ¦^"ǃ9K՟ BJ\#_K[.GI~^55p:465~5UU"1Z"sCBMZd\h#Zax + Y$mNLo:Y`$3~_>ֱ;㡘idGMy@sOU:ˎDgn-=_Vߺ(l0e=ShHX@=&p ;7a(ont6m\ ]MەFhK/Gn`i?A5#v)IܪYX]i2mY.&"0X~^Hx/s+ L銊"ݥ_\ʺ03+0\w1*KWGXA:͖:Nsɽ7jFT)[ kq_w$B4}]sJS^s~evJJS`, wiOo74>_[PV\&k0ź*Հ`Έi#WӼL{s\°/g17;/tTq܉ASeG͕W,1۪#h]'riq0 3`_[dMy~QU_~6,-r7$CAO SX-Q%*wwC xn6XNerNzLSYe^ߗg)Gk^'+j4ҳ~ Cp@" f||̰ȭqZi|UY3J/ tHKr[\܏EX5V#4%rbiPϩcDm h h3@p,b& Cvt , աtv+2i m#\ۑ7[%zVe;97{B~bRL>V9P ٶ;%q,6,9z|G{QphHFx,Y]$vܦ  *{hg7uPL[ulC0\**nSt]&t?nln V}n7pJh=Sqkbv@8ѷ7Sӄ t΍Jhaw [Np7%y]\"!̑q:hKΘWyha 1_<rуYئG},4Ȉ蕐bNAǛ|]x[U:93U ߷@2e=XPԩZ-0Va Cu9.nDKFBrѤ$S$L]Ę,*Ԅ[&,a)ŮQG:Kvp"No^/^`)qZ'ڴIA-M͗7Gk~8qΖ;UcR [.R͠kV68qKOP!p,!eAO54mi(i0f[aVq*.<UB?ɣ sU}uB)+{Qj\o 6dtc+1 2&jobW-0y%B~+Y75C]JҼNꗺ{peCFKu@6%֧3}'#?H1`=_kSm~\XΠH`{םKntG'ؐH2`a7i]^o;Vv%#2$*FoC w]dF—BVC;#xQD?zi.|i-H%O(`Ɉd\gd'\U9lˋÕִ-v6BR}?7@Xף [ k={qYo^qk׀,.μ\0Hn7 i^h街%Ay8v#X&S#>T z9:V D[-qLDk M ёht)'|y>Q.'4;xJ`Rʞ:ceJ O/5nX$Uǁ rgAWXgn8)j;/!x<9F[e6A_us4k!BTqyI]^@8xZZ%D[ Q!k{7oM޲No |ՎB@"- -g iz\]a4jPKw_s'%A/hbrCNA떃XR zÅوwh~~|'..󩺷 դx(7,/j%}eAKYP&lpÓvr7<̭-qN{)jѸA;ҺDJIaoY2_ϟJŶCw2Mvc'=ctƸ/G"+c=p`5di!𡚴V3r*[I3eWl%e.#!-7yRc'@oMK'B_WiU!2Ԍ keU\:cW+q j绍#a/%B_uBB /1vv-`2X YuR%Ɛu=R>J R-e.Q}Dwz(Qg.PSk}C+MO,!&(bCklua,KX ^P.AhŬV?]-XN'UuTDcP~D3ڎ*1}9Y{&A灹ɗ=ԄK9fSAu.ʽ֮<-ա=!B8%0DBs[^Y9ΐKֆqD>(3%i;[uE]쪑>TO/ {qD+BmTᆋvƽާmN+?Uw{ xW.T<ɪX:Ma< ٸ3 #7w_rucM*,Y9eA#W!.<>ʺ;M|_h^xDrht[I\/y#Ύni9oz/괵XML[ &FI` 7Dm9]^|AWzs!vs `8;1U=>&&JX: Җ,Ektv5(Gb*y0 V[M{T9>^IҼП"< H%|(98/L/u`G'!pRD{hsA{> RLW@237&_cr\^u1ʢPȰJ<\8ET}x|!9Z4x|OC. 9WhVLVΤ.s )A%=j-AQ18(RJ3+,zut fBYv[GnqА7V.#. LI8Al}dmg#%i6|PI`T\qJFkrb_pG?]S~RɧYxg7S  azuZ῅p^73mozͺUTCbܢJd_ nud$Rbgyx-?xU5FȐR ROx)p^f ET RԱzZ|&oA|e<=NqGc-|Ш7gQi Jx$v#z1oATp=ze;#auͺ ĥ˷,A_} įn&g3Y~"b'1wQ aF\زhC!5(z駷R!E ͒2/WNM|H"L1Ddl@?B}S:FMd_Nr2ߌ:}kxēJq zmr)*B#ڪE2Dٍ H3dK Cں,cAL"4-Hˣ;| ڃIP|N? ⓜTJ;5OuL Rn>Fm|y;3R;)}۩T,ˡT~Bأ,΂Gݲ ,ݴͯ8-_eေLQJ: iheaՋv*G9 &rC²{e q*OW(7rx"@D뿯< NgeVوܬTf95TtSǺ~J%&sO "ܝI5ydpCZdQ{3x8(zovGVH̋S[^uc𢹯sx;g :_Z'B[Lj'ȵn1p|.#V>=<VJ j8B7h7Gڤb}9,?4xrס&fVlh#o)1I!4eF+9Y,F\mܢ^~FVBr2 x9ko51fW<Փ'j3)#2n\6D1cquR3f@S-%!ڗ#H,'&YwvȽqd,Xv8C,Iw1,p+x <7:$^sh[{M ,,GtKZɸS4tu;mM\Lșz|IC)rz9ZwWA{s>-a/9<]FP Jfso _T%$)(Ly,t -AFоPOJ4dF4/aʞC8jCHY~8 HY+Bɫpvg%ay>A{ise|3_ dZfvxI @((pluyg?cg }=?XU/4FR[EX\JJA_ r._3}(Ti.aTiذO` B7wc狀QX]?e!CԜz|:/z u/L@xTwUsl0#60 a1xeW 0oDDPw1=3KqU*&oM7_QTr2kMq3caO# ]K#4h5/v3f1H7 Aי:M<͟XfD>ŝcuy 1j .lxC)0!2ߐiLZ8hY¯8n2Ub {KLכ~M$ed:7o^/Rüۑ l\pF毡40a* I0ƗL^ԂR̷= &~DZ=zbis9V0R6-R, i%J"?{1JSu%l|9jNݩ٧nr*G1n3eCdPZ7{Q~#tlmk: FPHS׏%-\r\f*@o'9[{ckwi:bTdj$h*u|Š3,{8]4T=%8Mc4OT4I%#SFf66EtgX+oJ 5nI̅.8Ii=w!ēՈsyN3lF)Wtܞ䋾Akؘhk-1]PI+9Ij#xbiYO;+G[,.f#>bӑ& B$BW>KLlWGG*Ŀ?TB:E]J#"̢XX,ЛаP5̸ۘ)3n;޵,*ػ߽Ff,?4}gL$ֶV_U' ASguX޳9ߩxiʩz)ZdC ;A2EIЉL?91F!hhHr[70FGvHO"h0n s{ &AMNk {&P0`mTwcFԮ|J)nkwQBwߐm^,|eƊ@',UC"A_JPFV L)e9a+,7`8}]J *C4 HLK !R wfw<SlHsJ-ܧp WPB%<Aw׈D2BK[Z}aCז- `J~^[pdB]،ͬJAm737$c5ah:axn8u99 OIg:[G>Ϣ_7:I Qŝ[0?L\#^IcGyWSaaL}u=6/' /w)/+zY)G>̢)#?ՃιZ"ԥ}UFi\8{uRI\r7YDltFDZW0OAbL| xo@F C2j=z0coNG'7W d`9QiIKG,VsX(PBxv!5W,;Sp0{/0a 4@kcZdL:@n^Z;R\0<45ql&f'wD+}jvw1^j%E#w a]DSRYFJSrDѣf!glC [C]C"4^Gg‹"*}ݠo&q9נ彨 %:څ8PaK+0vz3m0". =enN"iHMI\YE:2@ 1,.wNID-WNr\F/FklOYdJ{}A'O\i 0g(ƆM)̜XSAІO{RB\BM't|`7OGXyn6+8GYuW\^v%M˘NdIuzD{dkQ)_y{qԌ@.+'3-~| H;zQICe2VDJpΘx XQ@JWy:&ӏEF _{ K~}R@}6/Ο;$>Rf8'P?!*| hi{\e; ΞzgLKaLhHv"ПFù~S ʊمVpAf]O8 cyW#mzU7wIȴe:&BQ #̖xQ˴Kf߷R%L̈́ 4ЧLy1͚DsAO.1C]~pPyp0"eͣ$NpHF|Qs1s}= _کf~ u8Mz!s5]mWN=w;;еo>Y{J.Tp{Be`xz_F <Q +ޔ"?v+x,/ީqY+-Č^K B} gͬ8FL VG~0=$'agma"jC5O =]ǩW]}LcF*BQj),ʎ\".fx䤻N*"*OD). kJ4 ZS/En/c1 uqlX}z(v ]Ջ|o/tm` @8d]#|m헣 $&=JF40Ms/GL[cVj:,]H2@M0E6pY IǷ&y9a(}S s/MUX)fBo7Ґxؾ6tlfkƂjDLE q̷C_rwH2H&,J|"JHTjti-wv%T\JMD,D`;ԒׄoeO :)ʅ7)r9-tWb[Hǜ9p2f,dmAy#3dC{AXm~m~܏l=Xer3@Z!a;ࣂa,ռ=.YJ B~ \HKI9Glhc\anYDX< @qS )[O]Qu- KSu ){RE3ø R0973j!{#ʘs;d]8m ibJRvU>Ǭl^V> .w}ݱb-Ps$*~Yқbs)@'``Hzps-<[jb{IʾPAFFC`:Q 37K 4#n"Ԫwz3 FGy- !xJ- AX[v-S͐\)vhѵ>d eH>2}֩evv7_t ѸNG9t *vu^!`d,w¹ &ܜӎ+4}\awRȜpV\u{4eG-h{xn΍QEe[dȦuSX1۾y8gTC\?  <  _T%pc9E0C_aH•-.'798%w\i+pO)4Hz;!:KԼLɸ_*k\cٺW_8?5D/8PtI%]-oɣB+tZ~jXR ߊA"N;6Q{cp/ lEQMq+L6 gLo_r\:,CHrݷY#hύCSe|Xm3 E&46썃陉pK5oɥXy jC1i{{oH9nv[j:)P"ʕ.ja<˟yJ5$[wLl 2>ȁ&@ai=b9C)NVA~Ŋ' xY>Y|b'H (HX'M˼,cOٺC4TUL D,g&®%\0[P^g.oxཹ+gpȵ19L^$,W>w!3vH,`65oD5Y>4Y!rQeznYAl˦£.7QT<'}cSnU(M#5D%oylvm9^R )w6OwkPV RDnwpks\Bc-2|~ߜ`66-C3Sc XÕ穖O3n" R\$/6\ç.: D#yqDuڍjm/%A-pi/Ov{N~>OMBEM%kIZp VP:OTNs1Q$6փS%?X̑ :Ey=D2 i47pыDͩoEuG%RS 2Y;Y^P]-sѬyh E3a^T_œ/1n.hg3֡vG (pO#gKKj$"YG9bX*q+v|Kqv2]ɯ :kUMn* y>sQ ᥓgw >H.̳\<]c#?\qdPq{x'set!$6-pl6]QjmUNOx)U%2w°Z0SS;)`qDi 'l7U]dYϙ @8Sf=`){`DF H!&ذ[*:9D)JbzyQ19Y֡L- JWk *&}ZmB5Cpċ;u!KsgvI"5/M)YS2"gU!5T \FBae;h,,s=` N"Ճ4z^kR_[$4PXS{@ݏ=ydn'HmT WP0 .Cf91۷$ }G<=rّ3^ qg1&Xi4gx3+󹯏@ D.}pm<fVX ZūIsf'ȣ>t`4#XgqLi?-4=_>"e!j獋E6h>c2D5kong3?.LOsO-[r?ئ4z:ኒd>fsTzc%xXYC'bSĉ_w7U͸i sBAzaQhp_cf,!% `:OR }Ͷհ/MnrKUfL]pIQȒ:( EoY_GpJq'~m?M|ART.h)3,'s}}}$B򗲯 6l]TJN_:"ݷhT#Ny'&zY;:eIt7]F%l* -'(N^;{}r,ToepKSB*H`#M#ψξ ћM! KEw0^wl 4mA?cʎ<q=4!a&bLZ*ꆃ2ҩbB@i[v(bL7x~mJ]e֥j: xUhGr&=nv .|ObcUhvIr^TLG$w V٬*J'Eg=Dا<PܾNT,Ҩ EE]>q"KV-QmljvtFV=u*t}5?n2Ң6Xl@Ϥ]DԾ[m٬:Qs ӎ6)*ZzHM1.!|ͫfśZ%\k540'\*8/"#*_WPA3=q x㎯jP'#]Nq sOi%6r+z Z00dwEPcld}`GJ;3B ڹ'Yw/~i؈amgr4#6d XTo&bhL_eor^)V YpO&YzD_@]M !DwȈ3S.рxgzO*bӤ"Iac":n#t*^@7l? Y:Z%:Zq!w`~6B5 5UC$@OB%4oET,ʉ!Dvt+9^ە C04W,#3ck<~cȔѮgvڣ^4j FeU\YGMX$ wݟ| o&`6WA`s2wͅ?ec20c+-65GVGAit֝!ExjUiFC0a 3w%A#ƍP)Kl9@EXRzv'oBdw>Sfmkٷf= \F2ίC !R74/b|Q./&gf2]>'{3E rs]!\gk9@1nS8C\ hj!ZCZl>u<%3G0FбW|\DS24PuMS=gV!`?_Q;9{_[(֎b[Ox/K@Eѩʾ=yܯNO wȤ>7rn涍OHy m^[>([:r/aJ's7HeLbS 7 ɌPuk%>!;_=k[Aw^;\U"T ]"C_FI)"Wm$#3x~w<a\`٫{:SVnWG+ӹH+cz?7רZmQE^CJGssrCOZ>4.~ Qf]/VR:b|dԾAɱ4uy Itj V/Ju/#2FC58pǜrT09]_1 %B:B &AZ#{OGY; &`Tib d 9,czGG1KuOomĭ^~'Băcmigx]{˘a ͥ=C$' REbf65MU9,F!Fb6sIDH@5RkM25Bc-}5}[uD^<8Aվ@8w]]4cTD3Əii;Wob1--d^-OV %$nY~ U{Q_!õ~ 掓"b({P:]Ex(bteߛ!8A~kq į{gTJ%-,S"sa%/;|1MFtJPjsz۞4"9۴,NLi>(< ތ(\Y|]޾@Nw%>FZb`.- fsq]< Q6i~cLHxA{l1'.uI@(rKdN$] /"04(Uʮ2Dxot.rDeoSŠk4 Uz.,F ocJEfB(rb^r#h|ys<'G6fE@- [)AXQ3B,;U,Pn."n %:>z2QYu ϹxqVq3 _Sv5fS~Fvg=eW. r]F8 `&yi9_4BP ǚ1M"AIRkM"K ܣ:ˆ~xvPX)o;U4GF1@m2wXL؜7M+4U AaHԙUMl 1]p/ń~@>OPmUUR|k8*원\oQ<9L Ci1tiu]?=LM?>;U i(nsVD*7aϨJ+Ȋ%p%d|k؉Ԡ+U@ηgӧh< 3^f3=J;7]3kfHLT=dws{,lW (a^Bȫ؞Av[q~(bWnjiOW{Q+L\Ӭ;{w?)̉fRsHN y_`+K=I=2e~y,|9ԉPNzd/Y2p?_-~wu!:P7a܁F_"| BW*Izl.dHJoU]s&̸)p'O{2l3FְGFM#B<1gɵc[w/A{YN|WhwcEQxvUye o"S}`>b?t6' R7g)Jj̫͝Se7߁P.YsϋhAr7XN CqdW b BG"gdDN61n)2*I9Z9O#&ʽl[фؗS\ˣ蹪 8GPfA QZZʄj$"j]xPU9Bz\-vjP-ZUK ONRɜcX":˚"T \湃=&ǧIɩȟ=|yIу[Fh Ik36nPZ {7``hRE>v|A^jh0N9H4PZ̽ ,kDo>UAmr#렕5[ ŨL)~+T8gT,,JT0~T没k,Pr3/1}8 ZD6 D@:]o,Kcs[ $(F}ņ 4B(3sK|u>7bx᜚ɢOWxK 3͘c$or5YoR]9yrT噋> 3 VMc @6_kuSNXL0 CdNʠp;grꩵXtQ!}oThA+ x?rْxe$M|V *Vgg=ܛM8uՉl$% A]sK9`ғT;CT ܃<Z/'f]S9`>mmA dDG 0Y G" 9?SPȎ2 3<[y6};IHw'v-92{'UP0wK})e{=Z[Q+>o4dW?: #(@>`\GpFYzy\֏^A&˝HH.ia:ٵE?gHF_KS!?i@<Sյ'A;T3ؙ,Uyn}M OJ#arG@+qݪ.jP \'J^5?M0`0)\ hR~Hם` w>ճttb?'>>/OJ"54o @N%v>I:ꙿٴO<<`b!Z=U-luz[bN}Ͽ b޺*q[0ngD32r"Y)h(TLgtGWmq%CqIzFۚd M hM 8fuǚ2R.^Y,; Jt6k86!s%8>;,l CZ3ڜx}o@=1G&MfgRye=u͸6ڴ.@~o&Vkjp"y=ϺHB+;2i,tOzUŨQ6O긇:1nvW{3lݴ;U(wtxq) ɲ6%NX[NA[?ן֋ة^U n/_.V8-/MÁITcE*K.Nzs<ZhntEMZJԇ>rx?QIm n fuYLlx7's]MX u]a,\}k.@;[}SBCFkEniZ,>81u`bèXu۸ *Ɛnb{sFxtYܤS17]p ˶='E+G iɵW<1Pp`7>ou0(F8!x6IO+DK=DUSb,P`hn^LN=)=2=_ 'yM]*Б!\v}XA@_3 ߦY[EPǨPI1-=~C[q `ѐ|֖4b!1~ڥIIǣsء6:Z^K WQq]b;-d\rD\};-|j8 bNcFD%hg%1n(io̾?U:yo+v́l_' 1Mzw<w'Iuv?XwMVT,s'Lr);/UA5@lGmfVgTwW>-ZBGa2?"r0A{Nc4ӪB}el$ȌeJ!mnv1vش)R_E8xrʠE"~ܬK|dLmϡMW~ oؘOY~(7е3iNk kTPq ~84Cr)04iM/6cx'@vr]sp&Hk]| .&7^eQ%PyʈSD|%|_. ,nP|נx8x9גּZ&C4~HAc>y 9d+$J2QD%yy[vmqySa'`Ɋ-)\ѣ"8PT¬'cEۯFnc[r|P.PTqZUAN ^??,cm?) xfPoT=|`={؂ϒVW<~Lפ{MU,`Fm{<:N;d>Ow\*o7-3!쒂S Q` x)vJ4g':{O#]1uT)pg7C`*rLwB#z?zV3 [N,룳}bޢEPќkw &';B@u SQG:.6 rUz ǯv4hZ>a/ Z>a 8. %*:=^&0Z5ZiGv0i}i3/wP@OS;3ygC9wv7m S*M*x370⯊9 ?k H(u.G 1FOm:A%Z-hܨ;d4?79nnVZ Mk3f\/":r~Tv:Z#=4>+ H?4$ӴO{"j ±-jQDI03&2_p+ukHœy I{~B-4jC=ݫc2!vO*{k3_Nw'* ZRClCFT-3\3m! ENȭ<~Bmh4v+ qʓa?nLѡyUo+kM (Rdh|&\iI e y]Cz nPOjѼ*Vw<*Gΐc :Of.&x h/y6&#I0>>%;OmX>ap./,X+hyKز'ؓ~Y\N5拂{E`s7ؗZ ÜGdcw8 Pƈhf0FZFyd?EamA$GVR]Dz4c6f 5s'As+S۲=-Lc !Z*,&P{YCwU()%!U"-Xb^8SsZ~/W 9j#(VZ.„],# ( Wû^SE+; Y2H$8X[lg3Gd)%8yP!F sBi V zأ)\p0g5L_*"ɴO;-o&R WL\2 V+cǔlo/>ԙ]YeAjOz{kew0bǨdžg82>f{C1>Ż+tq-RsQ.)b?Ƅ;ȔƔ#oͳČ:K);85RQ!®lO"x!Uxw$w;5MY*blPV 3q UT6(G &FeyjJDq~ʴ!:9I5 a6㧘8`-4ᯥ#,U#]ʆQ.0'@O6L]cNqh@SW1K `c f(?s̉`n%^4$jjaOs' 1ԝEt)z~|f?)Op 芡CH04.U[zHB}zeesHMJdDMOfk0h\cH"y^*hQE#S/#r9vz $@AkH<-?wܫ9 JRD8&:bXCh_Ukû۝"+;D3ufYM҂Fmr!Y#hN{ڲO>[צUfq9,/RYT7ӜoLs\TWx00ac1o;YuZoHpmː<).ٗs6*ڧ\cXMĘBdLA byLKZ9d9N-ZR*EYʃDHgm?WORgڷSK㗧ZdeխP ? m+sQ`_G积ݘ?=XN=xhՏ ũgW/2T\#*ϿzraV惹ASM]p-W2x7}YNs{)f;<֋2nxeC).@Рvpح .Lr(XK]M9#6!V7G>~p7u$i'B=0oSdQoxb,VsnaIz_:hydaO ¿9k![_6z!{1QO3,7xy~>gwF6G41XBI5zWݷl,Ufݕ=-i8L8 {%Vs#H_Y XEPz"_dxKPF=)la޽<]7EUڪE&m Q;53ɫ7r ) ݿQ'Ȩf=|^JQw6u#y'Бaqܖd"IJT@o"8;Ok>>Ҷw3ோgܤ"aFa*U ᡓ箂 wӟ׮6,M5 ?H#3|BFUa3L{g=g Q94.FG1]cNۂz”-"p!H^y؀GCѰLy:s~hI\@(o0F^*3N:x|` GH0^vW-!PMh]%ePvZ/՚ ښ#1Rm5(Ear6izVc+s2y9wSn/ӷau,ӡ:FV"XY n'4Nq6^]dԆQ{G)2lɧ܃%JZ@$ 򣼣H?6j,VVANZ{rv1H4Q"|Jy$fvEI"] u)%;` w*aPa(p7AEQ1`Q2Ik6C 5 I<mF,P*Hvz$n˺F@0.l d`xW/ " 6ry'FQ8h6w1Wvq bê=fl_r=c[>|P$UfJtm*`Z؀N@aSYu-zwIY̓oXg[NY{*{5|W;wYBᤏx 4g۪̎ML>mD>B.Xۆ jA@{5 M̋B`]3Q6j}Bu͖LfVadZE4ərr~75mvT*MlkKQ-(n bt=%XrcrfJ\ݕ2[ƌo~Fy~v# d^G7+eHD6y#AB*ԼMŗ+`>@ c3-FTgݜ055FD3Nͮ>AllLݥRi-LtaKO`e+~*3Mb>\O"'(k'_=Y[ qLY>8yTYOƛJC&7"3Ȧ8&@S%Xl؝ET1eGX yXE\K oΛ2O!~J` Ư)ѱsLBjC݇V s=XrDmeK`^99c!v// ֛8֧?]Εh%2A?DvyL>< I"2'KO7V15APc6OVI5]Ɋ!#=ȱH䷵.?'@G`/l.C"Kfv_ѸQxdoڡ+0I f"XL#W'ܙS6v?pޢ(vdZvsreYjGsCpN>b4#[ްVv+=WZRU쏫/! i0]VX ((67դDז/9kpG'5V ;QSjmbԟ:vS)"О+AI axY'-$6  v:~~ Fj>1ΐ޼fVSD9@91ƣ`10oo=BsS=?ty| sgQ*41oI2 u? <Kp痸fW_tMD&3j]ԝyщ?烬~;JkgPG՜d~I@U59b}<RFsd#Q8{oyp&lZJ*FbMK񧣱ȭX%M]k=<0N>atA:BѕDHPnjn58wqxz.^e8>]¹Lݭs0<DB .ݱWGEi|5g׏ߠt,N/(0>L DQ]n~om,Y4^[B[Lo 0t&uϗ9Aqk_mrLN|5h}3޼)JȎW̓ S} 5#ZK"&RPI(tVV"-ں2ڐ/iW6&ݏ3DFXUiӘFBg {=.؝Q30Zg6n>VZ=O &-P >WvߖLJ 'Ѽ뜿ӹkQMc>)VDlHS&CO-ɔ#AkSJp4$1*T3RѼ]IΨ¯27 婨&F|$#DN*٩rK"Kک&iD)b&+n _#_YA1ȶӔY"ɐ-9DgAW'/t{|^XݓƗwAwUs$?wsxeHvc/i0jWuPu(7xAJ.bW13&te|AE)A\Y-hFUq" rTÅ;u_VքةWJڇ <+5;Nu&k6R9p9ewzb("<%JeM>o{mĔyL1pYKھKKuO!#0aEBW/vfoMM)XMG#Ra}&p;kE?~=%w@)T U`ĵU:8 ai%a[\i {!OX+]}-&&!d{va52MJJsDγ@#y%vGj#{^/qҾ]Jlj2`:I[/VLS/))+~qadT nPC8X˖KfYm僊qM]2VU'h1~ߐ3 Ks5=l]>!I,R>:Xz{!cGd`U\NHg1t9[~y6 ^i^$}mh/݀+m 1zgÇm@Ұd\&C}4swtuL(*yiM=O < KW"p_48D:6r<1v ] / V ~u *('#QA2mQ sT Ac r\3!x !2Ad[阺GY iMNyV'[|wR. 10p3Eւ}rmjB^'#MBY+#eONt,!.9x%)Ûk-D XLl"Õ`Iȓk#&qZ @GKA^~֔=EaaDĸϳ'k5F19pѧ2gs/^4>ljl5콜Nش^1JJܗK9͛|Fa.ⰻ`(|Æ& 0lGQchu|=[4υ? (ݐYYtv'- X1_;1=~o$X |w3V /xL%qNI GSP޷Ңƨ ŜGq?+2YP:|T‰֖s-sFVQCXX\(0> ןέ}1iϦǂd)8$ki![N舴HFA^~1e;"fLP!×GȒTo`Mx P… BHL9IԼ')8;&ɸI#BV, 8L-zL"gLN"Jxt17>_WhhH6Oӑ=T4'P`PՂ\w ۞TĞjI0zpn,c˅i5 8(·#40:,ѻ;RaZ\S2\z e6pu_f8%9O℻kYѵB gC㷸PS R:py-W\5 'w1/}Э,ażH9n шA%S3qRSkKwrX0~< S}W",9NjpMw&85g+${HtPh-16o g_J‰9s4^k@p!tߢy.h\月q*D'xz!an4=Tm<d%p+9)v0 PhiCYˊtWJ0rх$=S&P3p&QT/DXhi؟JGt N7#RBEg{&yA*)+K 7~քB.SBSgoL>%'az . ]˗&vܿڟ=fTqRkE29"=~&dr')Uds h#,ߢ(vmHÛ:\3硭S{OnEU mQN[Q}Od bJlsI6]K&G 9{zd-ij$tdp%o!RR,(3#[ysP+T6\f aJ]?Wm> uط$]Jmsei9廦eOw0϶y45(!f&) f[;S֤e Wb-sbk,BAZf>K|QsUƠ8ܙ\;L"{$Hx$I{lRD'*(XnD`}j>]j#]@r0v,MQ OlYPRYC~̱j(,älrsm}a^ҳ?S*5o}>ǐ%Qg#ZǶIe-NNeJRǀһ%%#pK%?FIezO$٧nXZ!5tA˙* S f{ˢ; ,w6i}n~@$yA*rJBzX FO@ :yS;=\j]~ B`"nNRiz)3y~)%үЗ$6f0u-~_:~ 7#w=A%!͔2J:&sb>: \y@^B(n:vB9FrA)Y ڶ'VQeneں K ;D@a=?_,2CEPxeD|Z|W/c袳OWs4:Wvgz^[^)hQÇ^yHumy|?80YG%D¡ΒM5vY]PR̋kmAi56gKkje,--@wB?; Tϣ IުZ l^kb3Դ'w!,^aȼ,N3t.61iBjulIo4kj®n#JSjQdhd8hT@ͭR;EEHYM! `:'1|aG̓VRc3&F1[ݯZI>.퐋%?pl󈇛 .a_᥵ ˜〿d{][uTؐ^o<;c)S1COpk|#^lAxTVnIX}ѤwF. ڭn5Lv]D"RHC1'|q+ɅQwUXs:^8VojQ4:SF5ɀ?: &\fSS5t;lO \75BbsL^-iB Qzadܔ 13EE{7MXpI;M.K}ZN5P!;_>Vk1řvݥf,JDz!z|Fɞ)LnQ ]Ht}h5ܷ^ obixgT FB4UGW-y~խ -?e1L[ Gp)yt끈HrZ6o|2# yء3Oa0k"t8C/-XG4ֶrA d9b̓hR5d?$_P@WGC:vhDI sqh)Ќw뀨-^@YVۗ1e.o'k9E0F,U'zNckS"3. $5t,.Ugm٫8iy˿;q) k<땋gr>T)ʅ,3%º\қI(H4 ZQBfK>-~J]身ɉ4a4pv !70F,M  u8}0}8#/BQ^1\V *?o/lI&/ċW=yZ aq/teRUߠRCl>=bK85yLr(Oi2)L <;]A˒3ej?eN{S!h{-hRO)_AS0?4 O+$ ڄg kݮ#xji.fRO 0ThR<>y bEIJi$,v9+s)jLE ;2OaMմF7 _@G"OVYpAƔ\N{׿ :"`9`Fzqw|~2`E|lMb2i%b2\*njJ$뵍Q:\)/qI*J/$๎'"$#=w{~0VfW?{*wA8_j,L,Y [چ~)~:ng]\;c}Pe P9MN6p~sf,E&7 ^<BS㇌/z4t13h2v(/Z,7um%]WD7GmѭE?Nu{Oq9#b)ՉjJ (5^|I])?Xu6MWJㄌpn!Ұ.x4BΠnŤHZO*oэplnLQe-P3$ ˡ?h{fE] 1Q,B#7`=Ecĺ-~\Ыr6z wЎ4*sbG{HJmm.mHh]}2WH ֗~i:ޕϑU!&IN G!7#k碉4j-A -r!|یL`A/])6@V%*w2{k# NF> W<{& 8e2]BQDVc:7iQ,%x̜3ƆevHXJ_2l |fDcb>'=I3C[jHOo.?,rpUW@,vٱKv5 ji –m~ 4-Gkh`_ ]Pl&K J愳:,._٨fK8tTL.v'In^19jGQW`.f Vʆ k;uc5P-\PR}R&Nx9;U+ 18d(N$;<19,Z4ZދסL'$XCp1t @h:;UN6G@%nG[)~3XQfܛ Nx{tOx7e aQ3z 4 e-|[O$ hza|8i0{MɊRKHxW'Am.žʅo*eȻ'/G_kNH;{d#=j> a/By15N@&ìOٲNGt2Zm~\ C?a|Npxnx`VW\r?v aE9k(ʏ(DJ-*/V( f[32HaAl0zO zIBS䔜_l[ASh'dž+x8elA0ޗFpONjRY;VEq6u9$fr䊥qCvGA$kTt]⒊)lo$ %?f%p-="{yTu4. _?|pY4T-޻- #W4AM$yi?Wlsk?EdNP:j>Jt#,8LTy sjm*9'ӋNI\NZ"c Gqㆪ71=`iH;Ia͆nϗ\tLD_Nl* _Y1c&k;̌7r0!C X;h={q@8xBKbb'|\ AvjP 4{ѩԉˋg350ѕ| 1'7tk9 KxkJ(,Ot|)gWB=Y[Z UE.xtnu-o$3B8,ԡ.ܔaS6Vw4ナ߲}% ʠ;q{.FVS/{<(r#kQ <oMt) ߫J{ cI`lPn|EO#[2f^{.r w ,fOnˀ3WS/>+WS/IAlƌf ߾dKQ5R B&6ZziS; ׏_D4P?HNY(?B: zcBYC5䠱y)_N)wWEUUMGDU75Dtx's66ut߲ZNlaF) q~GnyN[&ehʩllA \t^i~&D{ HV|i v?/?K^M$Ĩv<0ߡJg?{HYHA ZU-QJb3&x1)x} 7N1"a`O0Ofksќ阑8j{{Y$ˡ&P'ZøfY w(7[B:h>rX@`wxMSp3eVM~sl:&yoL`]2!-J[~b&[n=iʭ)w qtRv CoepI e"҅)<7 \"Zṅ6: W!}k0ء9\k Chp./4p@-]͕ŐeXpUtr_@k ⌝4N GyP_x 7B\XcxMɞuǞ:}3%[m`G5{"fҥ Z oshK?K6G  j[*L:QO˧Շe㴮L/>#fS7&P ʯy躦\CqO)tҭ(aB rQh(IKDGm@p>X60\^7"o։ʭp /C 7m:,\lsWFc \ N=l#Pϭ/20O~{` ][a5=#x8X \.pHDiĪ`߷twOfO!#]Q)Z)1dy7A;땜 $9I0 t`6J#vp^ӀBQY>jEPЗ^EKO1M/ uj CLiԋ2D& FPFWr ɴoʮߗaJ43,xԌ~#&&W}+(F:D. >'+l1`oV1KKw8-1иya5OUJf#r֐J{[I!j B6o5`(Ges':S糋A wEg.0\N.Ʒ/,*t*ӼV̭iЁ!>2ѩ6R Ӡ|4^K_PZuᏏ?#2x^*q *hg9͐X oU=]6wO`&Ø8|Ӑb XHHq< Em/~QOs@'^X D S?뜋z2ɗCnjRXAUXK[DӷHD-.l+sM,Y1.>!>`9]MX}?B$jzxh0_T)W3PzE P s.=xfGdQAiz֕W7B Zσ!qwrPc l\\HMo'LO*8e|̪] )yG5^ͭjrR7eýS˷zIpOiR\;b&U%Q#<.`c,ǎ$gЯMb/`^3j_ 5_m:BBuQ\rЫ5xɒupze#. xeƘ+bR(|s+Wk<)YA+Tk,-1 LǐvHO_vB\ + ApT1"#q̢>OYEHW\"=uɇkKnb;]6u2_u֕?T*5**fqrQb+; ɋc!""Sa\YʅWAu4 HNk7Xo)wՎG&睴þ.0GEVrfU! b ۘOZZ?PEb%A9M !F/S5aBnԑ8faɧ!T|{M^1 b/kB&'gfM]W/72}_Mؑ?HԬӠ`5]9.3&Pfk tB32@ȌV߈AsI<12rs|&Pv+A<4@DU@D9BU35X*b)0..”qTMO*]D@d#6Ǻ6']xKXm+gTz\! |b#iO~O=B]oILBI5$w(_$*# bR,QgꑮW`ޑ.X&LwFx-[F\hYf[5sx%K= E1_MZf\)ihX/1s" x?1t;ڔ!=_ O#uXHeAm<r 4͈ut?PnO29RGrN`ahh0zHCmQru6 M E(WZisk+4&`olRᄵ8M v=ԦPz{X'hԲʢt}icLf_˄+Ѥ \k)Jc[f62T=t&7:'F;Eh@dʮQ>6:ːgKWIyRdp%4:m8rߦ2;L f%HɿOz6G)zh9EgrnlEUztKʜ Zwy=&J{6m)TDh$  6=2\ׯ-huڴP%1` "Ago:X&Ϫdq?}îHa5$ZA߸YUpc <]95mQ13;G.M="(gdp+m`J6=srISVWǪmpl,*j8]M'Ue}"N*#Y35ʯA?L^Wؽ6*&1bahS]Z[+ĮBgN3WcL%m_wwRhP;)̂AneOtJ` G9Kg_Xҝv:̍[ lR<#MwS`~7?f".Di3{"RUM ӂ6$Cdq_7D{h ĞE.DUtN|ٜ! "VJG,5jyɑsj00zkI1T+uw6qcN#6W*2(v#q = } +_3G?߸HksE4oIJ@cf/ЎBŲT)jMA "M> )[P|leU- f2)b!izLcM27"!.鋚w[$ ߡ?zɈ7C޻Ű|j[v\6OUjqB:1~j/\>!D>r+blCSxBGIId u^ ŚvҼ┅.S6ij(|A`}>TjD ;J pLN x2ڭ@!G RHIMZS@!x9=Œ5ֱ\Y*u $)>$u/݈ #"Hĉ9`}}*IK%<{ #S,DXX #y K7ZdcǏԏ :/\*w͋s!f@ QMǴ '̑EFTmFRy4"*@]Z遳>f/a 8ʢ ,=ifK.w#@ʙ3⬝faW7Wb (f-L?Jl[;~ n`fmws(NjF: N1l ͧéNv~^&=Jۃv׋:LN M'b w}+  Ek7-\^7 I[؂Qĩe&W2o]bԠtu:3-c澻Ʉ5~_ZK㈙BʁC{.J w"-YCPF)ڞ*x1yRq,2+HICF~:4MMt<4%9۝N) O\uv#]>a&vsw|(94-|C/jې?0(i xd)!S<?IB'Q+fh~rR+| B/gn,W |!q+'2-&$0+ Qڟp yL2D3pN`Ņ!(z.N~uu넄VmVYOJ.`6inE8tWY;m658|a\l( ~cwPUUYb17s&=]Q`G$ 7Veo \VQb*LY3-uqL1ekʍqau%|B !S 0*deٙPאأj#{"~Cc6Jy;'FKJ2|K6/͗4KQĖ5fAR|5VY>c]4`c{ g=M"{Q¸2U"/` eh@%t^IrWd/:8kppC={9/!H^w.8?>.;6R y29{Z7dݦ=]vj^o|OTձ)L6!r"CDT5S@BW }3WE`!j17*G $:҉pU[DŽ8HLh=#+዁뤄RR帪JdJ 7HSRR(!@ $T 5O%9/e7sB\,TW3a da~Ӽ>#e ~9qB/ƌ+ ]xd )́Ԣ-w{}2]ɮ0=V}I2`1< uiݧ' {T%AĔiEwA_Hi5UDYQ`&>́Q5,H=p7nTƃ 06XȜF:rѬHjӣ<9L&X ;Z|LWn@dN'uo TYEiĪU݇4FlSWQ{g'`q̡U\?3 B^bKx|zlݾH5 rh$Y I t^m4ܢ?s rDǬʷ W 좲x'D*i]vlJ%GrC-&&1 γ/^01`9&}j :&fXsc:kASgq=[JGaڤVFLu0Q}vbׯ3B^ZB|"ci@ nblQMo gU05[Qخ,)&(襸Z+%+ړ}B!Q[#<o/vݔt9ղcu)mXt/gI4ˑ^>A{$]R F? yAoZs+pEVmRM֭Vc s8|Bs5lSDkpe5oV~\qKU9xcBb'&-PB0{Qp.t@9ʉa ז U+*ج Q0?6:H+S,t =ǯ$ۤ}Ez+8p]`Ш,ۀg"$I'l*/dn^99uf &ހMOez̺s5)+Ɯv~݋ߣᮀya1s@Խ^Fi>#qLd疴=?HE2O֬r=0[i2.Y gFlzLXOZDw .v>rFofχLm\ӛUƦG7ad씪jkir5ˣX(STfK^;a40JcJ%'cx>J@|ŀ$~\ʨYw~}q g! xV>Su1nJLl7yO[KbHOP6Qc]L.\eY*nHdBj1"j6CɃLX;yu@*`f#4^d!+#t"1w;QݶcjW̬eP0἖16%+4.?5f+,  L%3X#3|x:= m=¾5РzvY_WlYCݕ `;t| cA߀Ĥ׌⽢4$W1.h܌ / !B@!MID. MWء]PlB\zo\/ #DM4+S3λ+{{ I+Vجbɮ#gaI_S:^fx9ރZ~YV!X$XyYǚt+@MkV*B$|  Q1M-Nœdq5EI'y~*LCQBjg1<aTHs8e74g) ckpGj:_p ¢48-~ygGHFV2WZBGaRR JFԩY^k>%+Ui׋)Cv~N]_xN_Zdq.[Z-HJbK(u08ZV a8vո +bFШ/ϻM$\zI` WlYE7(|ٕtV=0=ruSץ9Z\(sgoL'ZAP9qW$YcfOܯy\zpY^"W`Mvr!5+sJTiVwܱbVu`J<kQ(2l2hd[A%2it2'PSQCƖR czztޱ`N qRx RaZ@ޟmF5+bP}gp.#ӻ5 bRΠ3I:M-~~fgW02Ԁ=-5[M\\FTiU,+`e#h4rm+4H< ȾI{pIDfN.M?_|X,Z#Grs_{ņ @+&=wȳY1 bU )*T:Zݘu \ܭqC5R[mU+==%:O40SHZ B5=kA~mK# G`|rXKx 8{oJ~8w6R}>N'y/u%WfX5KjG\&r"J;y3a336rU;}9p3;RdBz: /q"4ktQFqv|0H4O?0M\B 5pug*B!3=N2MH7aHfT1vWiQz-C`=cbt(Z)x5or"leͮ8FG~X?U5X<> ~0LgETV&"Zҕg[l7<;dLk3vL.){#dɟDSZ("$KFN zrexOy- Y1~K͠RCIUƦ˽3d4+Z^] s砡Wo5(T])Fjr~H/|L_{s C PO OA!_Ő ꜄e6j] z6`п)8ˣy0f'VFG`OK^B "#՗a r0ΞDZy?Kֲ)hco,Gv4fC{V^uZ+P&^yarQ!($1>K|`z%k Yi/㣏T#JJLNA[{`q s+rT%ӇVinzTnЖhC:oMCTWYrذf)%#y!+ȔUJx 1R{#bH8&ȚCiAcZX<#A" vN=9bkM0@!A3wkΒh;g#e3.|ş-4 #M'Nչxm)J\d0ފ:%=6v 5\ћك}#ZۻT$1Hr/ET&(^Z\!ۈK#FzxL)򍼪-92A4W5hDhI eKZbg+QBu&nվ{XWF9 !jXծF`jP!w1Lr i]X'7d0J8 Aq.̲RސD*V]__^7 MyߚN!֪}W1uC+'( .nZmg:^tqh>Ti_S9݋oԴ>5"_}3H 9%ڽ`#<½KZ p> YAJ1=TK]q8ʡMh09[׫; \(}qlQ5xTKٞ˹7MOEH`f%L'hO;̶JD4V^50.ךԥ>^X-жʙ8y?S_j] fhDok"k(DߍIV>=k@rY"ְ/ tBtC(^DGJZ]ZMal֮ 8}hrα b/^.}ҔuN o[DCL/K[iU{C2nFhZ\Z-Y. uĤo[YN.L nSV-=; ;LD%|ePu7r,^Ó#eNF !>bQ튅C]Pv Bѽ^H>5R0]f6ն@U۷}$xI0ȚqR4?R+1?{NNcyB$uzwf3ґ$U$*(oÔg *`PbҺ@FgAUx|= YF^{1WэqD%.6=Q(?VJIBYՖ"yO(ޫCԭ:@/&kJ&&%6i;ǨIEMoAsC"Wdۂv+ۡBLqb.c'^_gFXĺT1wrUde`xpVIҏL&믾PY5+OϲvnF, B'U E%.ͥ | }K~}?kfDBIj媵;/ (Fˣ]v : cMpRO $*@A5x /|8 yEy3AT:TiLfG%EZvGj6LG3kMlO_g}y,CR.R2HJ1/|f߷]CρA34DeE`tW91 m+=JRrV_&py )1`@ƕ)B&ߨ,z,U0GW>X-H:- m]y|մC)Ӳ:#dN%7Gi9*Y:3+c??ZR3pB?I m&b3€!۲E6Zc"vyN,ֱQi4V!iScSfݼpAǁ邍bWAR̜, {ubb?w`dJ*8:!aC0 Yy&$Vr 9";7 T; ]QR+۩ \ p90 wANlv%-]Nfjo W9gg;=&DM4ݜt&C~UB*d24yH;g}ˣH0l"`ͮ7H*x~6Dd)d*C;`[kaTqWPjD st"FGM޸]G~^3} ˋ9<ҚVI $z9n0o orDMoBeUrf>ihb Xl01$cROUx`欦GUDhMJX = hWH߬O&K)=FuBz|#(i-wBKEpC'k?* >1C6d;J*uXrot!H%Jp/0a$4&zGU>n]ө=9Y$;Q{23) 9XZnfo؇xYsg2}: tI B#ê\ڂΛ/叴qQQah=Sa8|%7 Y? e%7[ 2~Y>߁2VD)%o' ͨT~ 9D՝>$&.5W$t݉T&h,4fju{;%HMf~,B1".2?xXM:$^իjKړV vw3NKLЦqwk"@4xVBKAp 햪. {Gcc3б!]tI dxkq4ϵ8 sPܗ:_h5.BbN!frf[7&Nӷn/臭eԧeˉRV퉋1pW.(g Ι[I앯+GtHA@8ZFo[0 ?5 AoI4AH+^*7ư ibNɰǗO$%fwcOr7o2l K1A[ zC_qM1{ag}QND_0_$H϶tf/}F17PU&%^Ⲣd_16#ZՀ`Aȿiޮg[>Wv3 fLHHf'Jl~[tQmgO!:qJػx~ u[Vd]`&|K{(l5[{<[eZ-{d.GHu>Ov= X7[OԻ FpVonB%; ʏ :H8/fDm_xd\uB]0ƾc-<  cwػWԹHQj7n/(TkzCͷSp:gJ ib'+n]VY''t8 F7[y:ATa!E<~cMCh u,LC}֩BWΡ#bZOF [!j5\ J>)IyvFo@ENF+ &(x𞼀@LH5(dSCE򯳥 0*ӷ>[^0m)gA0}-pIscs@Ӧ=z*XH@@쵱m(Cvjf:B4՟F/^6Є c!Dsjp ٜУ5#FX:~s ӝ}eX P9Wj,ZFմ.cP~' ߁ųr';@!r:BMaŤ%:}%^{J6opL{0QyDCn儼ɛdOR:j)ڻ]r=J扅 |iȒ~qt9{ W/rw!!xN%Y&q/tm"&ٜ>z2`If&`Y!hLa&ٸe5#*C3"gD `glh?i}MKjAATlbd=R&Xf%m'Ÿ9N/mHAeeuaȜ\vKRb _{nxq(/D5̪Pv瑖F)*3Mgd})(.:w5K1ި5dpKU<%}WtHTt1*܁N8՘[Y{TP]g6ϯ`F3><lʗWnjeyaմ6MZxs(n~==Ibu 1JcP`#{ QeE sbD#f^l;%7} \ 8_ufPGtLWүʴBȥ:Ec.vዯ([A_6`&B 0uO$t̓(Ը `^fXw+$ F%kmMWe5'Ae _xg~P'tL;J0/:İ6ࣖy@!صg [uMDry:4 sX7>i2la/t9qzVq6䓚~xᣩE]vԾVʝjU{ [ROe]I}Z]xudC2">3nrEev[Bnw- ю ùiwl"%ЎrH ?>nW% 0..!UR$Ӆ"4o ts]PS$|Wv}: 0נ#KK-Èd;"/=˃~_8.| տ; zܽpSjBӿ@FɯT(pC$  :#Bԓl>U9}>* 7}DX' C%.> ҟ)aJח)gZ=~0 $t8G0"}T{+&`XU5D!ƱWrZ;Us^Lאٿ)}I+@U9g.3YWrk|bRKR f}еz ZUzeOcU%LlV;X;t){|1/3o.6!n3!,]!]zd"KY1mh#[b@2W?>RXvD, V7H{ D|ը9n/w/FډKaϠ/~͝le05Xo-> .huȓ1 hk Ka£F=&lR]lڼm)%..o$TtG!qi&b% Z~$آ!_y,fh:P%\[|}Ba^oPm5?;uG4rlu ;#/Ӧ? Y#˙WW($sft6^63@ZUZ8 |)0Z'sȳ5e{M?Cʺ!Ň|\7Bf1`h)KD|Bgr23N ="vdM8m]'U9O B߶C&',eC'n0{(z| ,D`! mPE%lC3YXܠ@!NF'&TDꇘQ`\pDBqmR}N0o|BÈn&`4^E[̓a3SǍRd?$`bܠpeiz[nP' ǏIeA]Tg sن(@Mw8!JS@ o^ w:ӊs%Y,$rO#۽Enډ\puqTP&XGKѼVCa?;m@d0{i = HG6|O~NMVdO B\ۢ F G PIO.L.l'E)}?AƍpW:=ОZλ$~Z 'TqY p%2HTGka/6XY20'bpxdx:z5D?po8" hT0]ڄ&h0ul\<<ȿ]B~Hނ&?떓83Ѵm)OCĔ|yEbťg5j[xMsNJ8_A'26T 1;k.w vQn?r Qq /DnXaq~ ftA/0 Z#sRiydsjLLLSZq1ネU4 *B YĺqVRvK"h|Y|%,9iD9_ۗBw_N)YeGtϛɨP|2;1xdcr |*̜`b}1Ґ=.HpP{mG'(]_C䊸5]sZl´n,XhQI6K L혤l#R԰JyaDn%~4E.OlGZzFZM&hO:6,(g֭՝#E%"E{{5XFN6Exvd72 .l :,ZS[/ v|5NI]D*yfvZ8lu1^x0q$(c`Ηu-f/҅Fja)@iGStު(S߀!S &DNe>I id5u<2'48`X(VƐ,o}w-6륍)LFүʼn<^ {HW׉S2ɧRy97%+%cc!uS !cVVdJ0oj'VK5l5$/vL-W3Ff:2^mxƁ45␈Mtyb-'S Ero=KƇS7+rJh]D:zxf{B}%ez6e7"iTmX27@CGa/3[FSBk.:)b# ;٦gg _aʯ@̟J"҈"wl1g1'- JG*Ld$6~M`R8X}p!&fR^?V !RRgd*ӤSbۖNw=a\(7Iz\mOš^_8 *\Y@~F%2OeKWKј}< ܧ77c BA2f<0D  W/\'tʙ)VTA~Pz7[8[hiY!G۵R(Ȥ㬍éJ6"HUjٳsm0:)Hr'c'9=2 g~b"A}:RF{ $ꋦ %UTPB3+-Je6ȅ{Z)ݏe=#GΛBs ͐3=:tYo EmkZ:}!ܝ>TO/?*4[<@&y.i{Y1 iO8Y]V<$MaHUD/ntJ@uϲ9G ܸqh3WS+KƯ#W\mI52KJH(5vzCe sqMG .hOvΒVLϕo;)S].{E(;ܷ%9Ċf4mTk ZseV/ Q:fLck dia-պe>RBWy{ѐTt#;ËZ qS9X?:co{1,Z~~,M aqe0pdW/*0b.,pŇX# Y&oPQWOQt4>=,l=go9qxĤ0kE=9G #4}TEs(fu'B:kM1z Kۮ-a_$-]+sS (r'u)7f[k@U[eZulbVOz^ǍoR:N2ŧI/CuhF|1TKW3۝"+ "f ~7ŃHsz͈^%ojdNDŽqzmdfHQ?*樤!1{ʱr\ VkAyF_Rй4?/n8}f{7hFa?[÷i8^CoasݍjP \4ɇz_E&YHdp2&gMbClǰsWһNU^C;ÙS8ujmWL CF}d8#kL@T0IEŅɲ~)@@ b9>g[A2ŃRsFe ";phI{{1u12g㬐5I#ipsK|4nDjVnP]'F]U2;yp7B1^F-k(,}<m;Opsp߽"Ox]:j!jFI|%=Is؋ꞙ9s*_簭Vl\LT* _a$48OG1\jܣXF Acj٦lR0H{OoIeO0K X /_ EcE-vЏZJYQ2.o,d I~WV_mG Cvw"a4oT;zw&7%/ǂ4H Z*>+'S-u>VґNNuQhQpY-38U˟~leKRw-? M@*wo- inghR tcKs,uLaEMN!X3(;D:# =Tݗf 9jkКPoES"Eej$>c>H4Rw_#x%lu]+lqr78#A 2G`?K',تrDh!(v ~ĚyO3ąXt/^>QD`~6=@|TBB.*\JuP ˏ?m8MKJ6~lyu& \"M@n*|CQXAiqRe`.Đw,p@/ѻ,em mTAN@LT,MBM% %v}c48,q/ ?we´؞DoGcR*Q'HC< %Ăeےؠ pߍ5!9|f@ qA~\`hc]fdP🡲bV2̗eo{ DE*d7,2>tH+e%LbhtѪ7?'mN≂^ωaܸ$rr|W4,rT? Gt 򓽖#gOMX\7ۏ3K2W<Ũx4ԦFR4tȥ+OGusyKe=@=a2Ɏ~~0bJ˺~U[Z4}5⏰Ptelsw# X*#LjJS/&( j23opSy^P$z芭WG]+R#skgc 3  ô|ž[թM`S3hWy4`C7Ҟ 膶iu~NUDѣpJs.풭ecD=!CVrt47KPu?oq(z\c1@ocn(5 T7{QX[h+ NKV暅H۟&PcCWm5,Bf?˝6$7O떒%˙HބpE탣*n8AFVI-$|׾#5yVhե 3z&5Kl|j1|jNѡE@xڲS.Q0#R-W@fF/c$<Zwnd񝷂!h9\9GA>˻ޯ "PAjW\%cQf 0(jF]78zW v񆛂Seh">:Ud(Ӫr!ϖ2N~j=纙edх+HXrUMerZiX$_7hOOw b,+e*qۥ՚9zN:pB9?x;KkyT:4p 8؀;Qm-<=Zu4P?gYwx?b=P,۫PTZ wvOePBۜWtL>kk/o_{{Y/ &֛,ΊOBel7O#!ϮGu`暺TnXEqsb\I/޽% Ƿ|Q W#iĠ"&}2K Z3'u+KrlLȂ;:.<_U5Jރeב|?ր$=|+>"Fr@99n \jGyT BvN:H(jkg4ALВB+V@c40ɀX[Zq!>~;6HtKC" B+1sPیC>xIH[j2nK"V"u\5rA `uXB]U5 2lQxZNh =VdL7ZT8f= fГggCmuOxPiv߲ұdۄGE幾}Xt2sMuzϏ=F ' 6Ī #?.B=cl 37;^!N5,X=|:}(+ ߝ  o inP@*}Ƶf[kk(ʸ[uKlC)e^EMF<#2 &+8vZ!a'TP֩+tRHie +[<ZJTUfg\Yqsg q%%; h6ᦾ}DK qݢ : vq*\򈢫Yٙ.!1![;9\a Ȭ"9BH0g's=pittX/-]̶>(3 !fKY$wQcyrl+')fVn`bodpCOI[0 _= =MT/ᤤ+ {ۭ2 qrL?n"RZLv²sRe蜅< jr r`nF]`_{mi%Qyf]FK˶s9Hjb2.4IUү*otaiAUD =%ݦ/4$ZpaЍ*: @bZR?2ARfyޫJԴ-IԬ^$"C&uߨxQxy ;?|գX]pP  Xq.BEܢ+9:T SXvrj ֿ="[Z.\.[D:w9Yu:<ȯS-A@^\97qG8IcP % ڍGBg8˴%*bȿ p-O6`VEgcɽD=K~ŧLiLt J#@5,L*cAo t:7N@x)J.q:w(xeMRL]w.ƨ 77g F(Ulo=>yHF:d-tbF&%S_LTsp(,."' 8?NjTkOA{V֏bo9c]\@F5J?er&GIC3ٗ/HޢJZN 3qvyVQecCsrek{쓨 VuSEB:B^L IRL_Va1,<ln?L9qǜ쉰 hF|wU9> }F]n&kZN0SNc.R ?B~mF2oT q{0)xx)TB^C{";\PjR jے ZC4a~PNj gZ"rn*GHZJ![C5kE78nXd3O"Mm~aԦ"ꉤ1' ]CHia][@ѯ%&!ud ")po޳Z]B%+Pt|CqZ BuxTyxLNË}X A+ZR'mCh+ wvg_´/.H|u}1Ou`D|l+Q gD ͱeaɽ"VEA1pj$VO.}E+!=KiޖՔ=VXJ /t8gT'i/#b5]M5]# ,l3~& \E6D^9-R:@>/l$MJ2P#-~Zwg0TA>M. nqKzo n.WVMv:x1ԍE|sGlspMwšB9=Dw߫!.L_d!%e v8с֫?vruS<+P<.Sh׵ow&oc;nlxEdO$ۉm{I@ `gԅ8-aJPjZ[1l .IeVv39 V,'@#Oev6%T}ښ#"`la@-7*:ÈQ)*xq9 sw:mN3 P񔛵#z^O m~чgMTJ4HSݵc6(ʗ,].K?獿URIѢGGZkR%Hsg |Y`VXmO/ g@=hـ~&V<\z{ <>Un$ 6D/ٹޣHbUB0=xCOAXX)={3{R݋Yi&])C_ 8uH-37[V`HN~~SY9AmN`O1$9\+ w66~/;sNDA/OQ%[eO1 !:бK;Xz>z֟CtF=. wZ"GV(fp Vr#.pϱݬq5i2UW [qx6HvE'ĴJg'R2XWv=oÅG!\o@5^<ʃ3bOW [c-n HߟnA~KV)"Mmu>ɚ3Ǧ%a[4yWAȱFd)g(kH֊I]c䦣ge )9,U/"4GU{1r#"ĩߵ[/S-0rbS~vEG=Wr2\LoJE\] %gtA[dԛ*ft~l)^ƃ" 6HUox>4@eF}YNbV @66̓beL62  QAX5 r2̱0 xm>u/^<X=;+z:SPziVt٠eU[o&շ2Ee(@ȯ"*nEp#nm8%=WCR;.ֹhe << xp׹ N§Nǎ0vD:m irwa6ˁVG̒@7Br꧲:pe~K_τ<=Ahw͎pM|&t; _ζKq={&C]oZ7 V{X0>jLZsxZC/I*Vo0#$:#C)hQzvI<6.&{vw2@PJE ӑ-T Uӱ(Pα^0KS2}=ȟ s튛دU!Hk+m}}S9 3;kg+u\ 4KFd^ Ec*M(沱ۜy8%!AH9:Ɵx|~XR2r\'F\)S1S(x939g xC1M5XQ]ü%%nwo枴 15uX|.Xbݽ.}I"ڍh0MF$Ɠ(xfwVՠ{ki͘ P\ņJ7$dtvN8uUkK(TndUJ34)Etbn q$˟([qIlWf=_;Qlh;`d#rɩ‘D* ÈRa(s֏vhy ЗXVA(il((y||[G0@XN5+#߹փRa%b/d* 14;WS:F|Tk_ ZyQΚ*2G"i`{[1oVya[ ;?WFW&9ݫaVH/x~)eDh>p..@ =qn6%֑t3^18$B/QdgCv!-w %)#P0"A%&)zD^a Mo5DfeR/;7 l2 ƮqrNqNR.<9ҍD)7I-V̶YCQ^~xET  DE"mM($묨^$o༕6À_\"!3E/۰ejp u2M*]FY"MQEѹXb-:U-&cTOXB@Wq"GͿ3łck"z,ᏫȜ 8Š'x~Cfuna&O]t0$#S}J1iu!d=7H2sS3N#ch"KwxޤmDTzD;ݜMhj/qBkI| ~GBY=o;8Q W2S)4!2|(,#/\$qI5L7]/q=sb`KW1 K$ٹJRs$UtgYVT [~ri<:7RWׂq3 1<8:c19L흹{!I쮥{? PV 3MDa>]ޕry' :_=S;MSyW/S 8Rת=3Fl ( cW9>+ohQEm@v¼#<Ns(!K(&n C?W2 h$!lԑ08뒹lD5Ȇs0 ŏ=eF#`}`P(!2Dr ޺'u.Qjo(`+픺AmJL| _S:UzWkh zvă"!NIJ:\.#m?碋*BA]݆>k2BiІChM%|"ǰZ ߟ>Ŧ@I^Oc>0u*h7lav%3_bvA2'Yz!vLm_Pm[h]Um+)x覵=/ϱakcA׿KU[(d}-v]a A;.xF+E|*&1'Me.gnjF}7^oLGnsSNq&^<ث>&7ޢB< YU~`>Q-VT%{c!!?6oX h9tuyDrh,~~c/ m8`\乒?5_Xt&8?Ks-yYqyA2ϖ'& EFmln*osFx/S`-P`3i۠w"DsenϤ-j%^G:*_pb ^4u1?^q +p`R;#"i R'7`ygP Fw= c%JC to(f6:ՋCj28r8ܭ4>)K4Eƚl *ӧJcj!7I^e\H4\2 b=rVm0M7F8XVe8D%%Q 'ZRn1UD -+^o#v,iWvi^~/DF֞{7ԟAZ$tT\ I B{}@ ө=$\K*Gk|>Iޚz䠄hě|۫7aVƨ4kQs!KQ$M_μ/z ۢF}UI{YMNSI:ˌ~qxV^Gdn.p"):x:[u ҄!^JzlzT JQw||s8NNF|x2 \*9n{`Y -0pPO靅GD޳.ؖNkH4>mOg0 f坌Ʋ=͗zQ5o/P%,ہyB-"(4K:L1 fvR: 1DԈ iЉL vf (]\j4`i8l9["(͙%D cp"܇ɰX`ȰT r/:$W9,:+;Ȫw@c>埧?s`md,BAᏘ̪ W+ g\m~*w0roڎ%QI[ ϰ@{9KI_E>X#/Ɯ#:|Y vY''e8۹Xa~ŹiҞ: 끥Ư 4QǸo.Pp.B\S{=GI"Xj:AR%,Ǽ8lcLof:e])HNSAKx1& H5YW:v<)i8ܠ-Uyj-^\'JAsjF<"6goZNa%5erz5.@ڇ (C>ꌎx.G9IyLaF \SrѭwHTGdac)yt]R+.+E?;x ͡gzL F{pE׮n˭;NX ޻~ݘڳ%I!ꋪ65Rqrl`POtp׫ǩNĐDgXV/5윂]5pfٝmpB0U] @ʮ6q0֜|muJs}R( _lm'{-M+?@?Z>Z3֭fs?a_?誮tוrNs.%Ҳ */4쪚1FrX )1h/Ѥ7 t!Kev3(o!;IT#eS >A4bd+>R.c[$P}NtzKwDTD +bW~]/f .>|{.NTAj,ZG'yzWAryEk.pm^g/R;{뜿+F)G /$n-taye} J=Zy!-ET'G))V?h xx -@ąeE̸'8'K:9}Mb;.xRJc$㩔(ٛ6- (Ӧej f˯;^<&42!]pKatiO:+˃C_Vݥ CǗڑ||=E=aEn9Mud b̝[_aOHe`Mgy>Q0gl2ax\V>#oࣖ$߂|]#~:6 c+Qm'dkQms' F:vR%Cej/a5M_o&L[r7FaHעWH}_sV볍2A)&íXU=n*йSuӄ}M]N-_e/MMy@[1NηoL"}=mdk|)f`t ,[" гuU ^Bvc1;Slp?DGQI9;:؅vz]ƥ\ЬnhUer¦=,-`9q PAf䷀RQ.d+4 . >,8Ic+1S%2UOaѺɚ{6GɘO&aR?EC"rL@49 pUbݶq+?P^A2 kcm4U)3A.}.ד􋎪FU\S0ׄL.r;'Sg&=(5_Xwå5&s3PQ\oj>x` ?-=N(I1x%"n+mV(l:s8 U-p@G| @I v=]jSIO>iHC[1-(\PJ-jz٨wxmt|kJA3 b!;?:wcj粬!i\#U|X ţ1FJ{K;cR6\S&<{WuP@a0}}3#>>E.ݛѾ٢`3l~.s+K/q &d`!Pc6cxoOk}=3LIe_cw>B$h0wсKo$cêZkǎ5\fVliŊhhydJ;Ot]6bWf_>f;j_gP@*P郵& si(hʑX]"6}rFvT7ς $k"Sf0ib/W\_N{/76N:olrs$vf<4uO4ih.Pzڵh_ܾwsZGlgb_K HfPAcl9q]a@68'/PzHdCݿb`5 ;&t 砼(\ >HAI R/gm9z+ޠHѪ S,i(l`نϣam:H)OqB# ;_@3Dwbu8S ?d&ǡ-uxmȟ16:M>P_:RBEd[/D9b(AoYþn''nC%tk> n&ȋ"DLG s5L șFT7% 1*A3Ԫyc|վH^}OF;p/=]1{Aw+\8~87&N6)V^ Y4N>*-ض!r*8jꦨ1X촟*Ks+^RJ2x'?+7<: PZr$> sэd~JD,X!%XD 2[۬U:JKi Փe+_ B[Xj)6/+*OQsk,-iI$M~$;;L"Tku(sv[Tw+7!Qr45ia 뭅Xr*3 V$d3ƴ#%Pp5n$V*pǠaa5/=Usk^rX6M_I X)61>e~Ix7X5 <6`Cۧ=*{H7pph3#;CMTݧ4-It(G;u*qe׊o$by7utqtÎiiȊFfL,:oݫ)ZP*61zǙS `_1hI?ujբ=:{L+kE#G`f(S #rLk<)Cq:kDxYSO o$ 8jq~y1iܚ 6-xXL9֣Ѯ}}tTEI*TKN-<؉c_ϱ*5 PRORvdӲh cC4 >Xt8' :PEu_ ~cb2 [;yPPN YGj 3GX!Pi׻1`c<[fm֝"K޾O f0;0lER񜛽n(YCSkl).;ۊ7iăX1ڐҚxUٹV/2aTD)"S׈>F* 0c[v# >9q)餵b'cj/K~h1 PA8&L^@Ms.-$y۾LЁ/SK"^ Ot_*0u'ȮWdG F)&fwcOcTvg$ 6|g7m2*_ TNKҫ2\5Zђ `a!o ku"3זYf)^OD~S>J$5~)<7aW9gӁH -y344M5OHA@~Qc-q\k+0Ff_ 22ls?tPȏ2#7 hw J= ^YHwdFr%xQ+)-<wkEvcmҽ]`؆>Rw^ BJ/Q|˜" Uw%W1Z4@䰀sai"dp pc3-uVh`ճʡG4u!AC6t^fukH%d(LbW4{Xq69BrIeqUW;paqsU|Nր9T(Fڤ 4A  39j a8ZjؘK,VE~IBg.~2:eɮ-ܔq9 8㹏S9g̩O:'`I|z=DȀK@:֪{})(Ʊ;[|~b33>P'OXc6OJhF| -TPv\ fn;Q؉'>=jœ .}o4O$Ix1A(Q3&o9 g"wi6SQi "7p0 5vE+OSQ!;}0s;aM}OEf̗Kw9{g$w yeJ&I.iklAY7AUǢ&fa:f{?blINj!5]BXPQzޠ#KSӧ@G۹ r=ψv}lN)gL} BjNj@}t9 ~>Ypvv{eCգ _t0hYV76@5ek;M'\5Ҍ…-ZŗpC7LTQ!}0[TbS WV3̻lb8F9KtQP$<;L>x%tJ O wĤE6B巨Ι&"&)"yj+B޾:6H S%gE䯧ץcLؒsUJ[PXUWr;n1V%Af9~sBN: +qoܧwz7J A߶#-o:»9P_֕GnZ ݀Ѭ& ֖.xc0YZ&XF@Qط 3\!5*j:6ani:mKTlS-\^n!>a:'oQQ )caz¦ǔ{z>]ʐMI9qpIDe) Pu|{U>xpϙAML ENSGbj%ґ SD˷I9Dky z:aAIMC,Ds }{%\Z<PY{Ă 8l _HÒIH9$ILL{$רP\EސoOm쌞YF_6SE_5hM3xvaBkqJ[N(kO<Q׷aߏ39 ~UoʌN&\[;XIțf v%A\MsXǶ)dZNDV~t4Y4T D կA< 5Yj`@F[/A<P1N&Q!6ćRoByMz$=a ם} QQh.XNsc9(խp)69e#m2C.{FIIR;QA& [mG[} OW0~|y7?Ώ#vDZr|OЯ闻8m]N9DC6tY%g05Xtv/uVS⒢jPm/h-ψ1lM =")iܾ{Mʅ+z ;&XUYQ{׊r͝*9O6]QxVh,gmfX:uQM8"G(*H_-G4jNkXSl Y^7NX/V~`Ni0?llfƘS_r4Zkr ~m,~~[#އp4ɋ>iN ~VGf:˜ٿtˍA𕧧 8цcNV9NGշt֪v!*oZn&NpsKΒozo| E0dHͶCw>C'[V(d.6k"sS(V7{a sѮ=&0* x6ǂ ad|BDJKlH(G7j $p_@.ۨavKwWhBX*OQCƯlz , R۟w|مm-nP(pqC jx<1Wg_Z,hg|3_) i?pMA`&K8 R/T^;4~)FF: k)p@j?ghN@ffq?CZ2 o^1XdJLY جʜy=[Ό% i1V=Y_s-}_27BypB3bo9:3._^5>wd . DϑQ3=xԏ=];/$ڥne2;$biFryVVQct"%]W1b%5/sf)beVGzO=dƧ)f67Iԅ4sc霨vҾ=xMr+J.Oz8TţCn ;GR- ͽ*v*17 71>P+ )< 2dڊΥ+hvSjTxνڨmkuew5KC\O2Db1zE<$j]6?&ꊢ5ApQ vwQG۳INǑ.\3+w+;Y SBDz%%Tlj;&^*e7 0ǽPّ/ ɬ`ו%R2Ç?3u 6tbs]3( wъ $,N8FN|´Ɠ~]0 UouaW,큄V,Ċ{2a`+E&ܢ72m# csvL&Qgg}XΘ<(eԗ#<-{ .6XЛrY%Ý#},y@ryC4r @DFlbt_2YqKjqӫBǔ вbsҽdǜ!:痚;GA,GW^YTеIk^a$ny.%Y{7t5'u'O,V,VKIM|mE|s_ 0Zw.9ZeM68>|9:ێ2ES? ޸`VW?8.Էnt-MBKߪ`@H]w4w 60ܾ A.(&Uчmo50T/~yW @#h&=kz.kW<~sQrYoVצn_W:_vBN<^*fzRNW^;I~di]e4e1b^Bkr4@Px#&YKAo: S p7II/5.OGZOAi@Z֦(szQ=._IxOQϊ)KKA)!YJy1Q)Y5F xN$ZR.H[HWg9 n@đVȽEmٸ&5Ai)kNwpԽ!ἃ=r@0v(nάLNšlviޮʟv5p:eJΌE>\'⃣kQ6LKꍔZ Dl@=qWOfUCzG,XHY6ɋxb,&m[FT֡@6?-;0B&sIb@6< A \G_;By>WL)ẗ́]K@,$Zwl k.HŪ4ZUǍWG?o׸QP!Qk/AlXCiLB- ;^NMu3y v=>n|^im0Xho_<|kG=gؽUHoM8rnAgMQC0}|.HJ ipuc=Ћ,m 0~G 0<#obKMoǔÙzCu>`nA嗴"/r NJ\9hA5UF'vm-SKBmW5 BA #UR]h6f5!`NMq()sj@1P !B3 o?LH&%l XR-f ֹ6}'gNbwvǠūEZC(2'V|ɛMI%xZnupN89S~&os`΁6Tgp&j.;5:C.3#XA!!9Ǣ͠K+&^H؆+Uf9 n`gKQ?pՈAU>_#5bFIxp2mPTjkv2x&dt,/pbi]*@oAg[^j.{Mt_z.K⎤U ӵ-oŻUt@L7ӌ,J"ĹpUn4z_)Pt+koRp˙CT\Q;cޫM=l\`0|丆Fz m>@^sPm)g9 "`@~{|e #K~lӭ͖94r i 2*dY6J|[}ELu?CO tFU&kWWAGH7 ߴL}#D bQ@u=DdxDa"nuo%^  ҫW_cPr6כJgM[H36;"NTS*kĵUeʎH$U8ނ߯|v5_4;S'>e]~?@nXvJj@(,GTaL[uYQkq9w n!ԕZ}tݤUd^8iyʪT&m¿ &(]S~Qg>_3,f3ƾ;6ʞ)۴Do&r ?14WThV?gtU`|kR{A|0 t9$^*R?^>a$k8:u>Cr>3Oƨz_ps!\4OqO@ y1ʈ?w1nDRonih؄)@6ɗ66 ``U~xĄ ePQ"!aB42my}^ ^P!X&0z@ed0GMp)$g\\8z4fL(y\M fXvEa*?zgdODv ZMB>V`.k =ob6Ԇ C_Kݠ|"3e3t39:n"b"ʫ̵X fyr’[܉g]x]Xhӄ~gP?gKڂ< ?Z0Gw7f -7t_Q$S38.hCÍ6e*i?vv 9o֤MCd%#j^j#$:㜇cM(i v}DžLo>(”ؒ9Ju&Z.3v~+C^]S^kַ} ⒮rk!>ź(zx=QLcjG>rDo5F)P2HM9d`|POZQ klZ"ڛHJ~ЭkOy أtK']-{hYg{UBFIQr7f`t[<;F$+liɹ猳a ݒZNRm41S6VѨL?3 +mffTv3EJʹ1Mq}I^?4W1 9L7\79KΑ/x!dNtIgڎ|N..Ρ=dItGN/lflSxߦN԰񝧇EА`3=nc3fվ)|opg0̏}@[<;Y,cÇ75>;f.bI…C*MTpYsCY\oNJ-y٢0wAӜy[Iuठ'̑šƳ$aO@dWL6E: y)Bv"xzb#sEq>7 "[bWU22>QX4禾C+2XdT.fhĝn'HP]'ƞz /&99yi[‡9Ow@)=~i*g2$7LGw|!ʾgjfyC4bĊZO&–0Mx9~-Sլ |{ Y#H@cF+6Q1Z0f bj'ؠ:]s<?Yg}"2S)meF'rGK7ŁX(/vC:UE]š\3=ձ:0٘Ј9>\ ̥KR 'XqglNx*Zpa;n%@̌ CF[Q+3G}$A)'kP7nv{["9,h@ H4֏R8n<73>&A|>E4}JEWV0 j9C?`׹{pŎao&XoM^z)03Ed;n_hm]fbqYojS<5/9[)7(d|j7hk2hT ԺOymH@C߁G?.ׅ>_D[)p,]^KH;y!̙ yW٭e%iXyڦg<Z +mVݮ_d'vD7lt}lhل~ $T[@|Qq5{ɈCy asV^'ԃ_ 颽q;FwVS7;O]눼4k_|̡|uO"DAQgD]pfISSK`0\Hck6;#ٔO%a`=*@tHڥ7Xj#,]A)td^n>G=řPauh =<ܑ3^߻ECĉS0j#ɹx Mh׮xGb>jZ\!DBkwT$R$/ЇW`.Iݝ:? bHUQ}- ; "LHcL Ri0/CGc UV&??3~")9Xt.n K|3hYȍ D2Ddn&J?x2snǗw5&CēILEwL}6>6/Vm@ a̕8uɉ_QgN× Mbڔck⬹F;4?]-L(>oJwGHCu_}%Uo: D <̑v$BڂGa6tͤnT~&a .퉭xQK02`k4zf/h+]}␗G]~]~>O{MBk'-^`@[7V2JB2H<*gdtv uc!dS]70/Ï;.5ZԂg[-,ZȵV6ҳ_.HZzm2qQVYSTOu .󅽼8ߙs_p}uLM^ezCP*ns*H}].l!=|8\mzggIXnQQ覴@medhsloR 2HT%.{ x#dR%ɀ$rsed+$}TJhL NN϶cKFLBj8"AP"e[ݱ.*7xxئ'|F.#(CW沔R`UBv1g 0]*ҚDT*"SI,Τ%ϑz;\ۤ.XgpY2zj$ Ro ƭ`!-%%b:R"3~ڈKt|z]>tp1 TRdlG4pl<=ō040~؝Woe*&8v vkI)V =)[&H*D Q$ ATi搡YjO)f6u,~܍PbDZTZn>Suˁ-[?`x4}ҫ:ODT.IuR)9ꓽ81]-Ma{buD?I yo:I_ӆ|{٩Qc~j*'>x_ydʔu S!*[[ U ʓ-y18фHv_r+SwmHry~%|lJW^~vT =2,U%P?".^#iiv=ykS{|[DkM/$ϰ|ؕ[>XOLzXXpdl՟F)vp>[&s*:BI(R[ Z%CA`GOAΨ[kR!t aΤQEW/q&4AvmH?ýo!1KMᩎ_a'JUs!ٮw{_aLȳe7RXMQ,z/g4~iP}ηvUb̅@bp*0f DN~)TgW 1sB3I"C L(jr^"1 yӓNZZ6@vqʹcoʋ Av4b Bv"MkD=(%ջzEt Nbѳnr{Rzo1{M&ސ,]!b&@^ mqE`# 2 HF+r +܁n(=7aFJh$fF4dˆ(=w>n6`i4)%]?`񵺘 C]dZN/'q!#(_x[J#QG[ yfF}372ܴʙX(֠0$(B_Fa[iECeg@u ārQIuf@jԴHt YYu>2dчku{Wz`quTx4M辒c=Ko+H[ p8]HϑҞorw{}MΉK .i#F׵uJX1?3ty{_݈nP~==WZmՎfl8ebk@6n ьk չ߰g?yRSXioBDuA—^I*SZ2d#-7ai3.0eu34"i*ɵ,+Co29>x0 e^g71AܙTVwL9['ulO|Q-9#qw-b4a˟j'*{9aI' tv¡Jh!5q0P^30>׈O@ Ȯw:?9?$묻rcשB=UV` fʪFG5d Soyn6:\SG1c$V#zp"S<6 iO1=J [֑⬗|^:݆gjV 'ՠcnQG!6`K 4NjJIobmzK /|Tuj(k~q|6%R<8!,P][F^8hPdS2ҫm Lfb`Ӄnj}}(ؾ,7[87Xe!l,'8JzgF]FCMN>&j;ݗK6~O 8)aP+Z-N0,mJFa۩̄M- q\'S 5_/r(6.NA>dKDs( "r1F}t+,6z-EqdNRtou('D~,ƒP[> >=,}F}>dRC% i؋Ub6i:#/1X+;v(ʅU{fAPd 6{hAl@Ffy <4VaeM0(ɮ@ܨ>|DNQ 2y'87nCP>Km(<)9~ M!`f̃5pb["v?bdqg"i4rܶ!V*pwPw+Ո[8a76Y I0Zʊau]bI} Pѣ#5[ofd mu&dSY9ҭeN4W$*Vӛ#*m`ї!yީ̀,9x/s9A;r{d7ʒbu| U W~As5F8mg6kv* !֭mp-_Y~f3 O-{0I 5{"]3e8݁VdՍ:wA7q=8QD)::Om7Ɨ1o#z@9R("@"w\*JX -'(kB 2B~ZUvT0̊~Zl^&% nEo5P7v:4.\ a,_!e7fʬᕇ.Ÿi,ƕX\8.hCB~+Z(P,h S=`wMUJ& +\Iom,\}utq{C6}0H2ehuC3N0ģ~bbTVHwҸxΧXIdQ&JT$qI*Rn6N^ PKpݪf%Eq)3vrmyLXQ^J/SBp+?8 7$;DBO4hyr.7kHs{Ys="0)S˰k C7ՙ:h ?tK9y鰱Z~w}1.xq`., Q.U栌Qg7{ї $)F']iLvi/9+ ][ǹ/Teyz4ODʇ{*40+=?ԍς v^$lGWa;th+<+=I/q$6g1)*Z0L-}!A{ڝ^JJiNV>1وx/J6(J{yjncPsfΠ(t -=eμTo]"6gi%O &<"T[j@v[~=^唐CRpe Ϫ=V'f]eH q:Ӗfj}CZZ˺lc>%ڄ=W"Wh^ߗ2xBnkK#\41NzEӸ`=SH+.̴N,/F14_I:OƏL@U#秀rTK}@@u{5sP_5C7gvƓQ"RdK e/ޗ:KiKfm'Ԉ,*DJōC}XlD C?NM0@dccJzZF^;ԶނMb"@ZB:PL#wJHJ~4qF˜9wj^ %)j*ԁOiKe5>e5(.8wETl%5 :,42} &^|aq'fo l2X=-' LnBR?ѢqU&9c\@';A-݈X꒵pdxoDǒ[hwz9plE9!Yy \}gMj!orSj$g + *1mxզĎ 5ШX%f4j_!h._q}O-fEqWHX*qN|;'H$¯!jf'!IʥX{jf0JHֵU}vnwB@A{17 vF &IH4Փcɣdyߋs*1P(R#uLJtԙ4:(A=Dž홌v[gɊ߶z^y\3mq[昽j8 k\7)*Kރy8d ]tTUX"K ZFe.P.,#(~_MX9`:^+pf}>ePYޛú4"|'MC.2/NvbXLOXL2q6>:ܣ۶[V^my +ٳ˄'As 0,||6EcNC}RRc^CҘl% LE_QgJpc[4Gp8DnNC/OD/MEn}5w c v֐3!Hƾߡ._VDp^0zq#cꯕ Ddp+x{( r~D5Z/=KUՖ0oS-sa95O1T$#+lsN-}`R)'шz <6 r׬]oEkC!ga|X$#DNK@T% 4uM?!Y왮.o?IgniE}sg |ђRHHii)Wl5OkJFc$Iev:[ӠOfcp@hN WFbJmnZ2J+|\(V6i/8amIUyK+*nU̶0zXIkv\\R|6J"KrTg~ 8i Ei GkP6~NL@UIoZ!pQ„U?ԆpZpAv#\$C{DаCŞC*ArF*oe> U ]o!TR$:.]X}sp! Zz'4\p5€eЛ8嶉!<)ڿvL2fP{E8|Q]wvoNm ]BRV>/<# 9>*68j_Z*+ٻq0=Mܚ _E0[C.1*KLfu3;$MU>h$< X8riΜ`~̾@\qz/li+ǓSff>$2-?Go|tq09ej Eݐ6Y ϶$th4%cFnzߢ^4͞+XjᐨKfN2 DSmVp;ܩ=̇%\I $'!凹CCF+5ђD,mD&\{sC{=m}bYo?s+5P&$$2/Prat2\kS8o d0VkVG-&=Nw<Ճ#13u@LjM zm,> DiRIv*NV`ł7e67QƇ]\sDiW칗+~ˈIOM5p,|S.yP6 \kGw›!|>P d^&4С4C6EiŘߗJAA~wl'_[tyj}GI/ YH#4qǚz B ?͑RI>Fs|s7#eA}e(sH7[q4H ~PJ?V!g?Q @=J :dzd!B3^[7YT*Mfk+G̽ 1p%nmH3W[%_ƻ'<-DOJ [:8kuw{a"7iCdrɁk9N^Y`}"'_ }5j0:Ҍ$gc(GP MG8tHG^(d"$&s!Jx2 ci]X)&*R5ލz<܂sG[ADy txr)(F%̝!r?ʍFEaF uOֳUL#~w dY`0rFJ4~:C&> dD]Of3ګ+*p"#ݘ$鏖s5`Ġ3vN$9uYu<:=T%]L7yTN .1%].1Z Kfuz5֌򮶽rCҰL1m !ڙɆØP.T\oV_42r<#PK}e$&[@ ]ED:ڼ9:-q7oVP&myօd(x;_wڇ'FSD/C wNu`l^wCPI|,4UiT@r2Pyx+xߵfJYWm,RМ.OԜWե >hr˻٭b}ڀ&ɱE0ޓ)CU?5YdwRF\gρ"i NfRsq#G ;$A)Z/e]6< |~"_Tcw=sLfDKNLr2@g_e ~xV%(k%28d0g7!3!NZA |"ԓIh|.+,fjm*e#i$q Ɩ_c gLRfW.?^gqW. DoLxSq)?K9?ƞy^TWßoTu?³ūbC 2N)t=_l}WhDzdEjo2vj/-Ji* ӣ~%BH6&=3CF~o(2F$y ngE e 5b*FEkbEc|fA~J~: ɫxa?}s5JD% S|#o!|6KVTM|(x~jJZ ؚ [IN*i(JifL bݑux;]Sf/>rچn[҈"B-P˨)<2K+77_eqIc&}ʙuq6~T<#W`PpN M 6 w_/&Ok*ȶd:GDongVI)Hd \, t͂h;/!^{.P!~|\ݜM9@ Z!6P.8WJPa Akxz5^nchz{dy ;X6T[IAe98X,_KВ= -b >#UU6nUV@iwo?jp @C }0^g<ؑTeS8x09׀,x[YzZʣV;0q-}eu?1l<0%]7M8+_[ØIR/aERjq]%N6l YвaTR؜ÿqqD 6LkśЉςFTllNEe d~v}?1 !F [GǙyU- 'zWOAüM~5k Mrv7R&H/ڹeN[JeL"/n|ޓ&M_Έ`ĄW3J somCN_% /LehiX}pC,_ ./Rv(ŀL\PV8!o)+cs >2Q 3e%`=jJUw Mq)[l;uF+CQ#paÀTd49᛾=bÓc [!,>rGpF쉿r\<%4?vċ0 akkoػj>Iw,ҥ^ ,*aŽ4l:1b;"ޟ^x+9YA2K+зK9d<mл3~t4~iV*.<-|##b SaIm#$K]럚l FEQ㮄72ώ^6ѱO銅/'%MF1Vb@'Q +Ma3t=:$K Za+WDŽ{o%Mn`In|.ljlǸ[ ި<7zW2-5*GSBhafj:@Kg,q&-R.g"kW߭Zc6痖Α@cNE$B.˨K+z+qv2n ,FE}Хw*@V۪;9V왒߃Oi,(HAUma w/'>3U} 2*kukaW@dUm~9?X$l 5+8$qُRDE׈` /7>^ŷNw?2O=-"*}H2OP+~*k2r;gJ8X4NLJZS{6Ɛ`łU CCn]4n Y}n Kv*PsKD) >?;)[yQz :cvI6fi,ܮ4hq,O}2+2I?;SڪcxL-^3Xiݳ 9c P1Nh);H6:iꢟZ۱w3 AX ̅On\ ςfq36 9:iV|qԖ~J3"DŽr φץ\"&L{|jDֈI`֬rSD6b9*8 {}S%؉QŹNxnh``+^o? |!hli8dOucþoDwD((ĉvl^yl7d~΄vlXE-6kZ QZ&Ȑ|lA2Bn2͜C)*Gi#aTp8L0Vк w,I4A2v5 -2ͮܡpao u:h3_B0 .OYt Ȕš}ȡn;ٮ" bܓl͋j^iR`pjW:Ԙc-CƌpOT@Bug0 쥱:;Acj|B0[:`bݰ V kyt *ۧ F/IՋ,v{gFTwd.8ew>J L7)z Vg!~ wN1hMfCNzLqlNz:f9%]`^ ^-5gݬ~0CX`pcU/2+Ep]94`W̺l!arb0'M챬v2XU(m.z:(ㄶBX@%j=OLHꚹ-msD:#d+} &]KHPn62ú oU$q d%*\aTQ!č~zTfl9c,ea-AQjzZZ`|6DS̶h&T0du\zCSMTG\k^.~nE+fC?4 (6,$ Ǭ+RpUlB"LM(.{FYzc`9R ]Gzߊ.LeD;6ZaC%ܜ;.w:ًHޞ0Sd_YcDr*A>ڔcԘesvvA;O2Wd騮J6R{{^Q ~\*ݳED 2Aphym@qGTx6츝_N݄Օ`Tdk6 m:E@~0E_P&LR+l XD2濃uck":#ű cFlq" ?(|d}CxImXӤAkԙ{>>DBcƢEVׅRBoC|&Y!im+}?$xGu).qAXkmo-0\xg.lb(  {v>wOH}:uPP/~ b=y+QY9l+S-ׄ8 vЅyj-jZ: ~l N:QTe`=J0g& -hwʖ=yI6j:~wJ߭2˟P'4" J+b mqYiiBǧmNsO!Xȩ()4h <-A+>0NL.sajЍfq#(.L(AhΗ[zbҡ:TIx~{Tӈx< hV}wnOإaZfrM>;ϭ1AEeC[;P LbR}_)Ds7^d%H%ݺZDFch!c¸l{gXqDmƽ߾ޡt˼^߂$z!]c&`#HYZYn;!nH9WVdktǚ8zJT>=FK^;"-H^SŴ,IPU7 z"i|W++ P=K$?G1x5g^W$ư%?[ 5%k@E~]5pi7fGpBpBSwDtM3pN1DV 5>kEc9Ќ5 !q30-Q8P3jewZ=``jU Id)81>Gwe.V/WD@Z);;Sa"jSws7$=O>ncRoNW?ޡ |3$o~ S;\TxN4EW Z,y^nX0ĕn&`0l+hq be"]*':k@NwNC-~9 Go߽bLwTK^Yz &eSjԧ@L!× `+Y ĺY?ebS<؍9蔡[Ӊ)XʬFL0Z^$Xݮn k[ˌqrNZ?Sdxӎ%z:WAȺMdU2 B-os&k;9='w:]l/6a@sۜ.5!"H~ޏI [W *p2X+[ :Qr,.;d7XY⌌jn3kS V+pvQsZ ըqEKS`%ewN 3Ռ#^& 0aˮF2[h"` N9qT~r,N_VNx,!ٲ&ݢ%GSI] ZR3bۮv<5^OOۛvN B_=-4}nl?j'm+zTo݋Odm۽^{~TwYћ Ď 7s]m֙(jL)kbކdVz.Fm*^4 'F:LvOsiq 9'kva84T(K:JۖT/shm btK*hDyKO"ہ }j`C8ɮ^hUp¥g.ALA؍Q; ;BOǡ^&="<5&[ 96 is5ްo%3*cn%R zήd _1,!q{Bibbn4%_UJgm0.I }ɇ1v`A//4Y*`wHΥ/r3LDs۔>(GeupHRF/!'2Ko'lAIR R K3YMr*OV4B @(NI3 G@|^n8ɚ`ݾ"$@o B• ~YÒsq LbM6 ^Wa08 ;z݁_'_nvڝ-<_lww^>~gle{oyX s/h-0g䉭nIEPzbA8UvAkcb$YC߫D9& YLxG!U/CHvj6$.}oJ'r[끴.$`GG\vg=J*:HjYx4i8 PiLpR啂b"E@YҨ=lL~s[Aa"\hoQ-@^~p $h=@Ns\p`vM#}NB:hY;<" hJkXp3 Eh(a%Katz0{bEk? ?@.9#S_EhɥPеau6iCAlRFAd&*$*s2'O&Y&Vͧtz݋,Rje[ :9:oyj WN1t0΋4lE rGm\eAlDo3NhS`DFdр'i Txk]m2$*T,x 2l=4?MwGk5<(೪QEyی:CE#EvԆyI0jӷJg5Xhg߶3|1qnݦQ3h !UJMȬj|"lx P9uxDn̑ͧYDrVE`e?]'_)ꞔ/N"AK rHoA+M3[1r AE"sbk$%J45۳e“}IHbk7xy|dAc}4_q}3tPjTѫ_"?e IʱØ*GAv^f7:xwU闝`޼M}ӟp[)xͳ`IzS[|yS o^˸ThrW;uF7^ZI#LSk12ő(%{'QU&6un =IPG^6Tkhp>ؓ1A`\P*_2C1\7z<֎{)z= aۋiM$?D}lɆʁD~k*aWS$EQ'OdF7_I(pٝ%SjɓUt]n6ьv.7_ZꯛLzbUWHeO2>V($ I>.wC躉}ba_2_77k[v;jC#-8JT"% ֳQ^xu4u,RUpa,2wSC@F([td異AL&$(OJ34a0Cr;Y'XPdS}DxWGlG&I΢F+de=tgpS/d$ o#rz)( k5A| 2+G)ӥ,r7XocN=3EIJ"3wN˼Ib\:ncqxr{Tq{4쒂fY??_H\Lx!0 kHͭ8tH @n򁕜fA [ s{#%P KZR\sNH\)M,Nf&\v$!%QP-,çnM1jzWe0Sb;*RE!xlF{ak苟on I}? =8 bEWfYЉtxs>RW<$N HB VQqYi.`ԴWSr?*eRgXTBX$ -\ɒ8F8nAUU^T{XjN|d,\1y3[ǫ5e/w|l'M.ClP{m怆{Ӵ AW:0?u$=rٖAƗ.B.=F Av/qL~I:dڥ3R[J!s4,lq i Ƈ9XZ`Q{68˾kY_(UQJ,$x~I)AYA \w:"7=RӔH=T5Ǖw%X0`иGC%u_׃bBDʶvz}!VtHE($Nj"}Éζ0j}X%΃. sJ_EΣrH8v}a2?{7Ln. Fܦr:D$҆c_#jG? Z٠Sdy82jr֌t"9[kO֊ XkW(*kע @&g+&>KV8=xw4o? 񨧩 =6Wv~\Fs4CΔaaГR†(GMz@Zx +o@S#ďg2Șe\>Kՙz)u%\ JƺfM|`'3vsS L/s<"&xv9`Mp>pW#5M*fdσ8ޯA% H  ;av;Oc-~'Ÿ|ݞ$r+cG߈̯M;ܰgìk*+YM,'W]}!24(rk ig\ZMcoҶeВ gk.NagtbMi$V3(N$!,ک5X{O޽;|9y0|,\'*ZB^E! Կ (RINfq׌\v-b[ĔV;.dլ͊U#%,#,[Aa X`s XfixMaU90PnyW4DM.Aع:(wb VTD}BS ]d@9͛:Xt\ߓ h~V*'^jfce<&)Esٕu n .%$=8YtE&ݥ aN'{ryc$;90RC+Dzlq?ut+ò!6j)TtWh>ڳy  k3?雠ܕaeg(E<ӓL*MlI.bgC&Q|zDLp]UO<؍UM֯h ˩T< |6.eokp^Dr\PB;Գ77 b$&lA{lR*O=o]J"vv3ۖ@" i$t~YIY/*٥ߍԅwo<|Qzut&d?LP>3%G,S}*pDmosv9C8B%L v9Z F?Pai\*-6*; Ugi9cz:c֕S&/*MޔyЕ3PYUI_n8ohΟ |1bd唂MaO ~͐ EXB?jAMya#jpOAEnл'@e^E)յÃ| ʵUkp 8q{`|̳*Q4$)uԍrEzE5.&Rfz9Z -W L=x@C{> EY^b]fx{ve@MSNk V@U̼hY4s0ZMJ/7 e=i7_iB"ƙ6P$']пH=qp2^=,a!+94 0Z(fi9\Թ`_.b vOKBA.8;ukaJԤa,i4$BKj9hl}":zu&=41qGŤ8FMʩ*w=MA px؛2]OGs#)*>*BśCGPFx|Av>.J/.gQy5ʚU3Hgg@&yV\KCeTg C8{fmw2 9t\#m%k.KwcMacu&BزGui&i4=yck*w "5I;Ki/8nj]T2g0·e}[GW[G}cxvpʽ7H<_됈K~D#1|8\Q+@? ܅f1$yT.C#-~,,=4?M?Fa}7dV kks|h+~ E{"~UE+  58;A_,D XQlcM!L'T爟 mt?? O- @pt4J59GC'}ePf0VUdDxRv#)h ىf'kUx #*]Mb1T@G>}fQKC7Ђo̎ Rzx*QT0|q Fw,%0ґeLa6Y+Whё'!NP(r uK1H.Z`EBf !Q8 ˜+ x Zr9#  \<5'( % % LMA_T*C /' y&H p (̼-+9e.$TU yb)B9 xt}AQ_wJ o@EEq?g:W b4OEj?y6 B`#txC]:?T'^Q Hٗ>zI +AKӦy9KyܯJk$.k| /~ h?o: )+Q嵠MH3X 2[n#JƬ3j]\6 _uZ" ,ћNp6 ?w; 6a+}沂,RA06t,c|V⨐es~Z^1ĽAT1b'Z79& M4ŞxփQMf[ z*bR|e2/cye< *OU$BMۯ"SmnG/|n6lo`zz{ ivO^7w/Γ]yS`=.~-1).z{Dw5cDdW-8g g_6gE// 򠔅@͛N䂟q `NWY' ^+MwO=gZQ=4gpQ)o{x35e90I'9 !mj"gα>{Nz u_' M%\wǘKPO d\W JV=:o$$NèhIsj4 p;K 8jU9dq:tjϿ td0/ylN.uC>]?"މab-dca4Q+wG__i@ak. `2sA2@rݸ_BRvEAسUӏƱ\#*~!Ժn‡- ?ٔ^jJ%px! 1Gq+mO(IZDi Uכz,Trg`r\5G7HYA=ڣV(H* Yǜ bLV tG+o(ymI,i!T&.Lf-`^v؇evӳDI9Ϻ N)D10^Z>coSP(|.CלAԭo`,$H`QzEb\#3Ύ00Bi ٣ P,Pr/ nҀ/"T2Ǘ0>9>)4:O甕(TLQDK Fot`f}!S }%PVz>oVYrH@:ђ^^UQ%v@dkn;q@}EE~Y(Ux}{WO ^ƽ ):)1\$Ei{{w} x$"4AV NTh2x@ڐ4Lw2$T?vC7ʁU£hkEp| [gv\%0|Khd . 7xyGBSR1~lv:3Ng!EYsTBhd4K FC[*bru 2v|~lw|(~vpLjjg!q#UV{Zq-]^u& R7'xQg-7 ucʓBB:Q5xcIxO` uR 2K|G0#T"R4Dz13] YQlf\ y 4߼ʛ9`D<mBƅ\N<0BORcq]hV#8(Ii%HL9D 4ҨN8u3#b> ,L%ς=lc~8 SraQ墕E junRTjGB<*Z2̘-w~3T(n)FkϊLcvqSy.%Y 6wq$( Ҍv{M7O* xf&`˪[#*jXeo;EA}κϗK%u՞!Puۦ_DE"Gaƒ3 ] ?9' H χGh 6l5IF_(Z' >¦oIH!eH$oa+<[f}%~s%JIU_9iך쫀 |K!W3iQő`֤U1Sje> J'wḅ8L G/|:~.Kj@(;(fz (y9+7C!WT۩  GJԜ)yM6kErINeam|:[yh 7TkqoJJ vyM|lՑPHćJ\Hl#|2䤾g)F9=H7ajڨ&К+'>WI)ZgJ1:gͭer+ RСv7ry(-ͯ1JS0bpu4 4ҡ~VV_D?g-YVjP.#LGt=ԖEiKBpN67ABfsu]izpN B `3):Rߊ^/2Y*KnA'%!f#]s ݼX8 ;Z6UC$)yrGFcGpZ7*̃{}o|hJ!osl5:rͶ+6&t߄s 4$2cx =G&Jǚ.ƅSjn$Ca>ul\xAGnSe);{yM*yRlǸw*@F΀`və=FnfoG1)^6m{F Iy 48pOz1CbY(, %p@QzuժyZiU*5>\P5!:v1xLSqNb%/0\Y*?@P9 (YL0 M&AV^jvel"w UkBK^vFwl.2@a$!*܇<~iUj -Z{7awDiū [a+Yѝ [Su E= `yg"^G<@ciiՔJ\$ԗpc 2]Wdtb-a3 >-1hfwbs~ v~c!Ws$]7Z Io oj@z/VʜL%8}"[z*YQ9en>s #rBb+j͠,@imKEr mmHn#:kpP.v+:Lztl^ *8?s4X[} 8vYg VdbOQve>w T䤚h x oP28DNqx40B4gAQ)% Oh3uZ$EZ#6 U"p]x;7#wEa/kU_O|ԽlJ}qhc*#ؚ_)5ފMCqb/W|` .PG4@IWPMvj-稲*ȃV]PQ͔kmj17YIaqi%'XI4/[-8W}Lwt65{ oK"]s;un*ytkunyQ+.X\S\Ejum7SdS~ucp椺ņ3\ wzإW9p90n{a3owVn\<· CseܢI[iKM'" w;Zq$ìO 8uPoWkxMy9:A{ϻXuWWQwB:;?z>ڽǯ4YI@a|O ,*=A'?O-FY[y&Cz@>N4.wk!n}ȢDAaʺG6/b0;:MJIEH>( IMbIDvcpTBGʹBv\xGtɛLq?7wq<wq2/`6 @mv0 ޚ}QŻLR䤵^z+~>՝G?.[N]9ւ0!4Ꝍfk?r 侁pU T+cv0`P.&đ+,֨/ _9#H6nX=K%?ÿZAFTTg:`B|&UNy#=ՐfEy`r*WmD$*Zҥ|Χ)V/XTFqja'趦Pl V(I|,yYH+Q?plhc7OtYrs04-ܕU-њucX!!t}J ۜN:UYjt?vTTL3ݡZdM>Y98ź Pҭ'@ .'bs}rG̭)KuY9o{_(yT×o4KuI]hc*RC`c# +&S Ӯ-M~?OQԲhs[7KF5{^wδBv }|fi0RHSQ=YmB>,Ty&g-5x5q"7!\hZfH < @IHG)ɗ E(*EvGQT{叢o= GnvSްQn7].'NTy۞8Kox ?eQVeqc}w )iJo:* wXSH?9#ϹX wAtT륔Ҍ'0hMF;;(Vj q뻩!`:uSoőV*DAbbuX h6i@*"fVy.AڐU fJΉsw͵at)dl-hPw##.%ĨN {N&RRcMIj}U3 (-"y;K9K4Ea=+*zwkYg")ugG@7ل 06.NZa-JK'qYĐC`fd@8ַf"fEf^`ᵄ-0ߥ;^0J6- w̬5.k7]I%{L'$@v3)X 3)cf tNVm$g:}Ӥo^yӿ1ϋ952 #{By4ݱW11$KZ֮? E%ɆBGAhnd>Cebaxә$Fe/DΙo5GHN7%"AL ݝaIrZhpFNo,{ʷL<x笉qӡ_wEypS`:J,O[kYm,MFnlj)(PB{,F X+"T(|%Y4ZK}؋KbVw C&3nv0ʍzwt(4d8D('vi-F bգZUH#{LJ^ߋh ~PבztLNcUJB}"꜓n8_1r OuMWGv~vRIzgaL %:8"k*K ,IA6r@54:)cE+^t^~ɹ]ʚ"R,77u)bMa7f [4S0}HԠ3H4ؼSx_lChFD!RM*xMh ;$CkY{2|<: eN6SrׁK dڪ8)M|O ʯd p`,+3Ҍ#& A&:i/vB^Nx36ɓy?G`àΦaX z{]2qfO&?O6+|s};W8&@7hgwq !ֳh"?cPBn!RlA2M&!>Q`hf։6sġYZWPzF5zevxNaJ3e9nu8'Pe^ZUs]DŽUI$|_M,b*w"֙|c$dbr(3̿9L QloM#X%(~6qdNf\IxLT<.sfe߈jD:YC‘HIPQl}VǏnrr b{TK+b }mպ^I26W>XL]ZYLUfQ 7N2rd/8È> /Py6s܂9$w9(7+f4VFxnmhڷR_߮$W[*$\NM}qȠpѯ$Lj\UGc /⠓:Xq9oxb)QIi:LBN JEnJE `\ԅf ;ߤ:[Cͻ<@JH!:*Z.$#[^閖5n@r~o'i2YS'\jy71$@LљCum^V㛀8oDi T i p!;lCJc0Nݿ|yd̃BKיpӉ'B~[#i"]ݯUkƻ[ kcr^KoG+`\=X52,)QVn=VZAt4#f;INb7L]WRb,rJ}U.D;XEZg Ӧmikcة\//p?:_ڝwP5q.Ne霬ev6V>` G_rVek4JP*1g9Q~x$Rus`oǝ x*4o&a<'pPUOMMa^ME ?ɔݡ丩BSG T`8S5a-l +9*0э% Eb*vB0ag1c灣t;HioGVg}{ۭX%o@8ltH_ܸ+#cH 6W=c @J#CB$:9ZVR:C,p}L$6:~0W]+Dv:gءcU%1k*;T v)&PkAYׅȩ.[$sbUJD T7q%h uW;N~Qڳ}@#>F蟇~lR}=c5 @Qg8٬ C*gs!P_5ƬW=1G1k0%h7pL0T)gF-B8[E["y*iWX 0;cq]m0TqEtv T0RIsŅ*j`4&9F%S᭄ӌ!1yY#&~*o mMd@ SRIfci[ C+?_[JwQ3ɫiHVgaJ XBqfq(gЎ8qY0Ϩz\Fo3/^KKڶہ UtQT4pw,-SJR7NV%77D'@(dB/9I.MS99W ”0A&hDr e j0Ʀ{Du^ًVDH S4V2\_4̷@9 -.6ì u-x/^ڟYŧJ?ٍ;kՆ4 &w0x/hz+Qj7{UɄh tuRt#ǎ'D Խ'c7(Vj;_ڿ9_(0O'$5_%oNa{.],5"XRNw&遼ʂE+΅[Kvq* N5lw{{g_YdԸ7UB-OdN35cTaVH\gn ]%#;tG2|vJ⯪%me_9*ya,( @Oھn]4T^FגI7y/H imUIZwyETG<Œ <7},sYr(|dUX/p&p}$D)t|@Zc&ep\ŬƵM dkh8 f64Cxm#DmVM93Gj֬]C5B3dT=U"aE:"  |]L:NUx!ƙvB;)e.Yoc}3gxM`u4mSZLR MF3v^%8"P⅀7#H>w.~<#].)Ac"N=xg4:c(Ⴭ!f.8D1GECZ KqJkNf)ỢXy|-"`bOen&Byƪ܋{^.Iu#ptb<ҒBe]դjs7æuxT6T2?|s<$9e-VomoD['m{1(LC"TUp#rNdՈ|9# ;Ct20Vg\>%+ -t"QE1rmIqpx=OW0Pm"<,^@Mj|MsBKU71%a8g 0x);2R߈9&olJ1b$.bb \fiR**yj J糫(>b.)>4HZLR @g;;t,L6zLAUUNUguwpCߏEᰉR{p{f]{(+m>׭mEY6^|̫3ZdwOfVڥ#B}A>{:ᏁV92/ yCҒ ;+k=5-Ⱦ}sFQqI$k9lsIr^g]Wfom<$2E0Z/80F13a$S=`5őɵM:.0l̇R!,c5uA15וUF %< ԛL9#k/^# qN@j9 !@%M!w @3O@K4 `GY]D,lR'1KyղLV!Cc>fgށr,;'.[7*ކ|UrQi܇I,%^1B7> s8Cv?+o,HS0=s}{*#ߣl>0hb(q\0zn%ݷP g&On U-aL+<`$/(M.#iGZӘI.))'nQ <,KҵHՐ[]TQ1@dlZ $wt(3ˠi5LY5 he9'2-_Q4Sun1<# XGUZY_Đr))f\tU&),u} DT(cwŽz>jd~Oz]*ѥI&*4p!_2!̠ytMCeU(Z{o^!s48S'ab (:/I]2K[0&C*C^i[؍2)/d^F2#>!:u"Ŧiy^Qܻv" FtFQFT[~V;z1{l4xU 4f{8;w^WJPzY.()Uf(êɫT1:YA eR`aڦOLˮٗ[e֚v;]Lmշe*bͫ|tjJT_r<@AԼp><.Ӳ}p\tn$crP?jPfLl)0f0X_~;6Q@}c o7d/Ⱥ|K[4}O%$JĦD1Gnl ϽMY5 PAe_)P+c[ ,VW.ZئQ01;}TpdH`'$CկʻuF0e`"T*Y7@ˆ<2:@5/GwFU+H#hpMS+[éENN-pjnpjlVE%85s59P-(F5%afi [hV֠${'F4>;JUޯ!c.#2KF I/]>pcw2vswÏJdJeX{,:\Q0ӵQ69n0J}!V;U܆'H5cD,g?85 b,AdRL,q#mo?bpYt59X:Pt;*ٱz;;LAM*9`FD%ȥLLrrLJA&0wduSR]L /%_wAݵ˚nf:uǏ RȦ!_e{VҨ[,-ɭUy1r$]ř̅8MCmooS ]9`aB@kq4z1$M[؂dYer}QHd̠@DY ˶~͇~QTvJz AŰ\2֬0Yoϡ|̛HaNT |ʌYJuhnrFNa<y$)SHq;Tp!_DV 'sg'k'kZbkP))Ni)S;qv ' wk7rmaV@]yD:\*жjBCܴkm[7`=:,&rjGrM^ża#;Xջml6\džd;nLOmx-^+'oxxv3H}1*hn &pyJa5{tI 'rXʽW`Z2ER߾+G_ZELX 6 Y Z(D")'* =A`p)̲rٕ5̙^2sqOii5%⨂GޑER6\l?5 Ze*x̲m:Zt`:z;E9?oFmP~5{Rre[$)|xrL H]=?~{͊WMS,p!!h**JY3!'F}!vG ͵Sɰ0H!qosIH@|G ܷ.TGDpd~r ^ {5{W{6O6{WDrT-͚ACs>lK|$'k}{ qx]]AraH }VȪ/žA,.4YD\TM1l0r(cg/C`+gM#n$ڽSĨMfmYkjUAó7EİYU)[?BdnGgM;*fJR2bB!~VP~=>%Z%5啨bN1ڵ.VE[ WYFkh xD[خDG$9F P1?,%X KW$#"+ )<;ksal_S&J MUB)zfC쇻8j}lb~lS͏/K)Յbd" cu~?fslH2|X](v6I#P,϶q/g{zeUȷ)x:Y"GJe疯_ҩij,lCGc)1ǁ)==DTExs3<E\]]$9!D=ZEC ʋP r^"۩G߸f]hJdYa|  RWfFhh<^ u!C0~'lʓ|-9I$4(3sBEb>He19CFuJ5X<ڨ )r92zC. 0oOIHM&XS${:}!6 84WnArD b$ƭGc훣atϮ򨳋Wdx(a$TR_7*:q)H#V+sRҀ=|]/.+ `Wj s]K]Z VTW#;ŰF4 :KܕXWەp3G7L i0v86:Zb&@!Du; W+^BDܻ(ꟸe6}sN >rO}ѪE-6Mzwp#hWfID?SvaaRHt i)qCsc5,xE,JN ͐ /SV ;z6nPq;:;qM˻̾m_f@(Y?:~|Qsy{vw{հ>Ob f[ـX1O0 ǍG h>v ao^Q֬1Z}SO^r{]yɁ+*9J }x4#R_S/W]|{x繯 -h Loi(Y :uF77e%l d G *W<+,2rkM'Bo~y\pQÓX į.<*6XkhBMw?h́"!BL?@kJ"CuP81Ag| TD߽]N?wSDEqv`k(w_w_EO 6 ʁ:Ϛff=MC1- 'PiauR'}LrpflNmj| Aӳs@vQگo[DOkL9ő8*lޭ I Nᶨ«B91:/Nr+0\JVwi_U*ҟJ[&A*vLr*B."U">5eB X4? QD"2?E&C"rL#/!rg\0 *=*+[t{2 ͿB_SΑi0+[?q(n34SB e5eK :~.  ð 3@Q'\R0. \p\tKϭ۰ *6h):N ZN,Xsz.u /`s1V;4&u>G4 \wWːWe _о-j㒕oԘ?JNLVד4|Ӷ&Ӝ]=t~%?;G,-e?_g;ӣ᳠K_9=n ?|W`_ǿ~e)2ļAR-佩nyo(7%v3As5C.H%4r'"Ѥ |'[Dy__׌7Q} ^ep)rDFT),Jsx݋hv2wOޚY ߙc0 F#r`I.1Ƿt$ɘAR0q]807sbav/S,$όK,~; fR^W<4tl>3  76`Y$7bKTj" ] l n( 61t\kI&0drʱEݥ 'e\).,@V6jelHSbܰCK+ˡVt)%5tFyPq@xe9PQSαvG/#&0*)%q[q5Ukڽdb~NzG1KZǨΦVGoJt6N9Cv>$9L 1lt>)yVF=kr1{G+VL}TV|5>@öYi@e~od ꘬0uW֞2"~n$ஃsR'b(OlC%H (mR00^m.Xr+@ak9A_A{<ǧaΐi'Xr9f]`6(ԇiA@)-Ct`i&VNԃjt[m72kBw/(ҳYU_aS2PGI?=D \?({ 6ZhlVPP9cg,a? 5b`*}AlSH6ݖ3-M %:.v v0ހ 1ceBgDRռhae~ 9Pc.  ^xjEI1YjYP4$/]ߟAbw:o"6;ojUz^r{ӡ+<2=N'ktm}ue%dq~qڃx` `[X3|$ZcNm7U[?ytŬ[`^j " bꉞ;CKVnNv:$ڲǎyycg7#iAM9MG/HFcDG9}n:~ܳF*}xy@|؆0闟LeUIt6P<1Rf4Z#jdjgU JyKZB 9].sy$fyVs UVs+taZV-EO[*ǃڡA &WtA#7To?9'H!# &-~Huؕ%&m94 !^C{MrF6E3Ȣ8E7ዓ1s60wS+p"}ӷ"ie*=*tTVc @DfanDEN@eߋ>"XF &* nǮVj(ާMҷ&s) 17,4[QV@6o`]a+tۣ9՗˜Q֬LK\Z0pR - Xx7[ۄD1 "SɏysAB.. O&x3@"~E3#WT pCFlȲ*3Bj̫D6605!ʮo/I9ď9SvCoȄlrY~EF!x$&o7\j)4ҽ5v˃ɐaU n2cR]]u<W|J['Z/Vhan{R\GEs2^NC(ϻb4r 8ZΨ1MNyV+UL&@a/-"#QB{8W?j=sufO G;7 NUnT܈|>{1 ʭzSDq"ႎ$ Lp=πBqL:57}c0 *Rƾ\604"'b/X;" ,\z,V*7:J8̵B*Tp!\nOǟ9%*P c6rLl3*Jx?}c.=4ef xh[L- bX,/Qm"(FkՙFy @|*T2m4tij ,~<~ڹ ۰:]Lްn9}?dYˆQAؖ_~i^K ѱXUH$V?ZS !@T@)5^IG- *կ> cRhrn5PݣNy^ cC|V=w/EGX!O{Y_{[j]1wby\$Jh( |ӻJ F 戹Y*/c ͌R7ib1= Ȱa3Hf2AA)]5:hУ=,WhŮ,'T޺ޯitsY$l5Њś64 KE:CAB\7Zf]dDfen8CID@節#|q0"Putマ Xd|(X5gpha:I1=–k)is^Wf3H#Yc?3Fs}SZ& <%ȅPዠ+L[dY4d>Mo?&ZVÞ<Ů}Pn?{T՝hֺ♢i.-!vnX^u ^$bvtW!rCHp #]l;SUTF`W@$Sƿ݃U➡aɐE?T(8[,ЮYॻL6L<xג}?| f,F-M 'P3?qS; ℤ;o|-5U+ =/!Hپ]HxN}2+@L w76kuz494|&B$i!D xVZ% fMJWCBf~N܈AO42;KmAn_Ki>Ǜ m~w@wHox '0t.SCX2Lx0sS#dr+)?FrƤj{!7۫VtEV-,lŌx_lOSg\)o(-̂g"h*mEGFj% 1J1+cN2 "#WƐ]c/wuhHS* A3JoQJ :ƪ|UGNC*!11KZX_3sLt t 2!..||P Y@xCO;o9hXHN.LB @:iP P<UpH^ ^,V r'ZA+۪ nb_O, M/scv᪮7cTWoynlos]|t0<&??rz~0~lOy:Wv޾|s"9YO.7~|ǽhNE{sea||nh߬~ya6Nҽ>;v``#oﯿћ޻W~<~ϟO6;/^|SzG[_m~{=y<.;|^M}rϓ?~8;?NUb{gw_&ɏ>^CVwvv^]v~~je绽Wo{WggGڹt2wE|M0?w?=bڋq{r>}µrwgul?v/6$;Wu~ݏ6iw`0W/߯>dO7?<6}t}~p}|]クn +8CՃ3}=|+>>?* 8r a_ݦaZ.egCwUCHCȑ$ίUE)nz[9TA\c>wb.e}̊VXcp]7 rTJv.@74I(Ƀ.KxP$0\b}m H&}2؁@яZ< p;T#qa++]A({GHT ^]tW%8r %a5M|2xu*uj4E`Z#QaMi]Wh"g.Ɵ \"cKuIEgӸф ?I.9X RRkT𐠏]GkA;(B:#CZ dN:Ҿ'wy7qNmY폯 Z9YmygBaR(ݐ ׇ'>ȔP@I  d( !s`@@&_@8" ߆C„m=EZC(A IXH"[z Oȭ.&PDHbW.3^4xF2^u^'~@4' @K"80 nx1}r|keu H(-С+2R `PrdUdө8v>_ A+yĽ :@*R%Awn3F e(qq@sd0ϱe{@a1 O@'B?mFO $Uk!m;>X1ZG!gp?R:pÞIŇdO8[f=Dg,7dYwcC@=u!Jpo5{c.'ї7J#?E2X's k~/m yWuc2V^Sp86 ~\|;s49^ zqz޼Yfw!t6`'k;/w_ƇGEI\g^BqN7w~ظU,9I+$08A KՍտ Tۘg @GX_eBD7?XrtsvF[7"k=j ҌgMv|pb}+ou1 K:Jl)UY+/#AtfaOYܻ ǫɪNS/Һ_",(XяE|zf8h>K{^ZҔ()y/&~[ `i-=좬n i;no$V{3no[F~~nw{zgh%񸯸Iوdgd%[#tnP`d6snv%7Tp !U&OTI+ҹ ;!~ }4ONPtnkA[D3[a$nF!b"'g,sk @WPhg߶1JF #6,STkbHJer MRw$RKR]N @PR%(B8[ #lKo1y21k-`V^(Sa׮C\iu㥅CV f(gA,.|$& 8'ԵZ[As>o Zʡ_Ž'Rf:N5˅VWABnK.8-ٌM+SdWKI4^OW(h4爝F84q\ JYJBhlJ!01ч{qr^\ߗ"RŻ U~up@sD ,w˒m'L}fɯ#X|66lzi}D\Df͕MhWܸ^4oE@Y<>]Ij9卒,|)7^[K6H^`XU^IG"kP,RaVK*K(']\m __#al^e|nm@-Rm0 XJTN)C8jEY9S|:K!d/5ʵV<\pZ-5L%j[mZh 0SCbIś#E\s;wam8خlQݿ,JDj揘&(>$i9dvW5?_ZJcIU`4Dܹ=g8uƫNF@􂨵 kW=PlMN50\=A6 U««%̺+UBoe+ADWάkvwl;D,BIn ҋ fG 5UQqKŁl UZ^d Y џ䞎SksHRixNñeB}p%iK|wi%p z`3|*Ot| ґdEUq:EhfK/-w ;+%Jw㊿VQa~$pLJVi WfteݗWs~>>DɴmK4'C谯j|O^1};:'!;>L#{(<{`xT%v6c6bTqy[:uG\)bs;U](COO׼MbڶcSHxpV=1o ˆ2fcڼ!/m-YfYu>9(NLM8g|Fc( 2],% Ö/fxmnw3-[ & Niq+¡R`~6^>v ^7̠1j뤬u1X@uGsԩt_͉Ws9՜jN|5'6`sFEgBlԘ5phV[]5Y f5k!̗g-Rh`%fxT +S0Y6^OߛQyhK ±^F_hxT&URp]hy_HD%K(gv:4Aԯwe\G15icIeQ1VVgpSr[6 A5.R*rYڐ2-.:N|j” I%EIS`K.j$JI=gpK˸j8I*u{)3! @;\|%K(pL1ISWsPYM}YrLMV`D"5Jw/@L 5PphKM\S.՝dl\pBEͰe-+LF&:#gX7њu(/mtᄌj[5 OJ DM'+ 6G"/\Ǔ'~Y^ ~||c`'4N - g?Éiۇ}fc4HH[JT'q,fu RY%#f \ /+E̬~hɨlT;z6& 㫈\"$1ҡRS82ud<5.Ճզxa;deNqgwO]QS=.lU E(\#X|mpt*\U]",,4,$)ПD=_pP;/#J`&-` 6gsGn#&6vxr:DvȻN: i41~Y6.ss֌4.e.-u ~IǤu l%#@+F-srb:A"ETF"c?BÑ- 3+o LC(Zxó۰Ks+hjA?m< |\٘e9E;bVy'n}"G nD.8>SR\&hBZ,x0!s7ɻTSW:_EW1}Ԣ(,|0OK WTͿ.,~Zh=?fc"Ä )a^|fTT|[A;0yҎ])~j8<`"v<) Poߌnu߃|D hrn\@0zw0I0^`.c 84~o: EH0V['45}G+U%/eM)rKX+rgB\J81E'1)LL"n`u B!ly>Z)`@`ۣ҃Pd[]wnɬ%6!j]Z(#N,*gƻMPl{&?dQI֤ 7b۽4oBEQi%~xCnDY;kx+Â_1A%`8WqQ7Hi,!9*n7"X.erC闷<{d6 m,E"?1-&aG[P/ϐa=nFN^Jyڭ)I#0-N٨giT6\.MU7rtr=~ѿX˿fo6M ۺ[~1 ˇI|Lڊ^1IƬ6Kf`p-&oa01Oܭ" dE|3LreIkٍooBLtq.\͏b.,Kt+@^äx߄ؿ4ldkNO͊i?,1ļ5P.i!xĦ_tӤr*i>VtAK x_"_>G(؆"^砉l@_YATTAW=uIaݰ`fCF^5F)BɅHLp8? 5h-$ C7)&<\/&fc8tQ"8)Ƥ3ٔ3;~vh|>BuiN-Fo4>asŹF?b!*&ك~G+5=.mr0;cR\ZC..L)(L $ș#Z&y"[?)6':͇JjbE&u2IQSa࢛&U 껝wl?Nt$ZҚ)JC(^P^lmo#QQ' tq4Ϲ}+hRp3B.ؔXKBgΗ}v痩/nl%5v伳^R gTWd:+sP*qa_4r8?BS"`+ )Ւ9Xl0UZa~}A0[u-Ӗ",A"S8 ̎b}-kBUU uy[Z5$3oK)̤,hVnMY<Q( n6o_ fטloWS^b 8 ;#%%ZZFu>{5&9{XhJaS +fxzjE/GA6>I?>cwR_Yc""]k8-NNfLHu'FmKj>%В J y(zqҥc3;pMpK2~?!3]t)RZ rGl 樲d+a4Ư0\U.9sZ/-Dpr;O/luV̪ Qͨnkl?x7E$lòeDypvǚO③{ϻž"oo?}$.9A:|YZ9(3;HDZS>,%XU1[FD^9bXlQ+3;qۓt8_WLQz: yBKq!" C))zPef`Nt h8+FR,`Ns3$̼^,vG'ƑHzqņAOvowW^u 'Qʬ][d3&hp%"Ǣ/CA͢4L9heyM U4 lm\D [۸r]IJdscscYRVHfR:./) g^ax9ᛣM:!7 oe6ġhݜnvr~ ւ &Y /cxi X9YELugObtbBkJhb bPs К7tyB Wi 4giC9 Q` +(4T:\ e5Y,Hc[fb]CƘ\ uA#6 Z2"6ADMVĻX<=H۳Vb[ EC ͽ[&W{!B}a3JQfM|oԷAea(TG#U?}mYO)Fux ЯnهTHdw k0u>z~+Z>?+S(LY J8VA'RꕚX? ~Dݧ5dƯj9- {~{POA1OAG@8nmTg+Q .SΞ)y.fi!rFe5oYgsYKyK9ו+;+a ^e'ΕY3n4uSCmif;ޤGiE}%pE2g }Iɸiu6QwUN@U:-ށ2H"sLx_"BtnYgaCy*+[:(nna"AgbҽjFyCDr@#f>~6};t{R<ҰwMvmz"W z~貹d`۴O SO+<6z4EA19!X£AUhG5|~ ΈFؿژ:&0) hUt|LN[1T@$Ad ) %@c*GydHBΩ0D-+'*켬tyAgq㐯1XB/nڴ^ȧ$ -lHZ~_ XRyDxf6!bvvcl`O_qɓngq7\>;b&OU(_)e~:9܉x(4߉!ђ|#aLIPIX`+ywJ`cvwLKmW ň&/؟`ǪZr ?m!L.vE<)Pc^!"X)Z115 ?i6RGĦ2-&"Fe|(l/wCʱVؽwX᥊$̐[##Prl>bzHtwRdB燌K\ {`==`3+`; A^r[/ 6n NWٚy ^sxݶh^Lh5Jn|+k%zgqB+Pj]/}8 Wpg' >& 3_Cvc[,5S^"BUx2VQ0h&:QRyMŭrn g#l9A֟.)ԑ1V_Uuav/4g&B"_NZJIvį(5`qk~ KڂPEfclAk]*lET&bژa YgF԰P0=4cJD Q~ڎeJ\,Mo^Hr;9U%YiJ~R)M=C:/7 "?zŶGG{;ob$&{TO0sE %?=B=B:'u[4G{`Q92t7WwH`g1cI "~}DO؁=_ øTA57ϟ0˦Оm̢P|ˉ'b?VOY^eJS qө'Hֹ`x& S7 k;YUJY#Op!ECJ+$T,gMTeI2@&-QQ9@8[,R;H,$@6v{GzpCz/T}ӧsɩef\Lq"O{'ǧwO{}˻.mO4eg=oǽݣS&ZzwG'Gae7{ k|zx)N|`Rk)Lz';;{{<F@_ַ66=^=;"֨wPx$R<"5|v#w,^! Yhd9p\fѧaLi$^PK?|ƋZ5[J./9k֍pe s4I+´ꁮ{,i0RDʳd8L$UAN{y稶(bYyEK" 'Xn{ZI?:Q?74~lk0;i9-؋d@Ndpj(&s1Dw[D64 JcՁi#PW\GfȻ>I ;ytrG41pZ+\Ȳٗ'zc)K79Ɠ(K֎ܠļxoly}EKY&ǡޛ&IQNx\~I,~Qj#.5iy4k6i-Z\8DdJLM_-e?B\:Aпzh aZfㅫJ%~v`I^7E(Y3J_o v geB!7C5 ~S, ,&weckl"!.!lZāLOT JT[GẏHZ=3t?2IIE D膓$ސ1fȷ%E[$ EtgETˆ۔,ʡDl:ol_sv\mJSrFL0&#S$3'*_2\cDuTCllmOv!0C@b6ƉхaO.0"FA.Ao8Ĺm,xG F.^_A%ڒ4fw Tqfku<a OO+jedw}0r0&IଂUޓK@ s`/̟|._ Gy}tX#:253LG}1.DU G%gp~DW 6W7 W$+UbRV~Gm<vW(dͧ/M~C #WtCgpE}3M J.1E'I!):#7b[Łku zwhtI=-uOd=iܓ 'IS'UISsOF [̣'Ow p R$|iM]u><$ 6Rv% A 3Ď`i2\xmlʈ2تT6Ӵj˶L`&`06,Jr8)mq#x :f==@QS({)3y{5iD:^pW)7씋˂΁_qK]~#LoJǔȕn L'%Cr^ 9 'J[ W}Ko_1THFF o.ޛ=EKl^xxZvR$K3c]# bUj < }#J'(MOM0Y"A2aJ}=r0yP-WR&txh:笣:4F. 4/ƉYݎ3 MZ=#Eqfx9Z^ulrLUׄY5 Y<f3c۷/&>QRL֍e u dM-D[yqj;V1ႭxlXXX p7Mgue5C! fe>nS؟yAj!A Hbkjri;Q+kE }QB;"A5r`ϓ[ Z !z e3l m J~~C2I ٍHwKI;< 3I9=+k(r=UN;:D~qbD-nT/=D7N.a£PXcA1R(\jj졉7$y&;t LDT c7F$Gl[GX@Ͻݟwx`}\1/86ZT` I\o]O53=BZȻfyH}tv]i1l FVuj?p5YUc(V`J|nH_I^+]J4}10:#ҫ#lXB[R+T,C=4񭖨hDc21;%ةG FVRg ҋY?`cgwXK8gBqLe%O4*?&dSC$/~D<2\>, |fqxY]Eܠ(_K*U49;#,_%N,$+cX++s ģC2 GHy&b r?WD۪0K=-Oߥ8K ԒYI,m6#R`7~_SgΖ}C魅8GW0˂f\2:oPtZS;Nm`Ԟ9Z|PA9BNkj1FZpi½ݎ>MͮʣX2]IPmT$ fiKY0¢.T= T#(97}͔<8 5?|]-)r)\KtBkEю%DG>'Ce@Umw0rgN;WT. oHdK8/V `HQ K'$i/|5sՌvP$P9è\[b@`+7=1+_.x1h#Q+OZcһq?` ZU,`NfIT8 dPdr]($loV # 8G!`nPA' v4g̝11p5 l``Oi$QL/FVZHʘEGv켵OV,5'MŶ,m.eL /jR9@ SVUpcWfc^J0"V>)ws e߳I;|O+#zz ÇR3#ӡM[ee)(mU{iY%ão+K. %o^ n3>px٢3j'c|7ȥU 3I@sOd>H ܝC"Ǟ>' A2 SA+Hv;ؐMY 2F$+7qΩ.i#!W< y 9B R$\ &Y'LZɇwqz=W|͊ȄG<?z} HKzv/Hٳ~ Ƀ| u ߉NfIg'`d<*$~}=E&H5~p^G{f-NjVFDgtpo>mQ2 Sŧp?f[%7o#+ȎڭmU!#D~VF;OEOD]n0WPz-iXեv4ؔڱ#.Ol|fRLDe f BqCq.6UwL=kt / no@MD X+v[PxhuD.]'R]۶vu=P\+n0_Hݩ>EǸFփ(gxBykҽ[Z{& WXod0wd B5;Dc$˃#4QK}7tIq+͌v$ޞq|=q6hAZ`5-ﮝ?lz%b~jx*5\KJQS(>>pF߶pa>jaJP\6N\$]O'8'2I.quGbB{Ɂv3]d#|TOyoRj6;l܆c{'ض 7N[<,ep0W!Kҟ1+98LjQI.HeYћǟBHPgv:^wؿA5T~IB;Gja3<$ o% ÒCV~ X}L@-ǔJSG sG;*d1;Q/̹gx8V!!;u928Z׸ơrx$.kagv-G|*~/qmo_6L-7|lJReڪUz./7C*4_.j%1rtZ/D* nw?ôK@Oӳ|YS`QSq n.S%}EUGD-+?tSZx]JT1 ZL &y=c \דYC$V)H:׸:G?Os9ߍ;|cAm HX0fḬdOvqT7~jQ|ŗv)15`\eK kL.KA2u4s Vߦ_7"']:v"(oŧG~|)ņ>~ LW|t#Se wIEڠeTэv ? l@mK7Ą7 Qks icb7"ܖV JVE|/ kb^)K BZg[+ťf\jQ+$}i 99G1!7,5ܡ!^"@2wP$V15Ro&qO`lNg{ϞhTJЂp D[9|qRX?Z(E0"2ǫͭ%(>bڜKp29 ($,`ٞ ApPpZZbRE2ti_zK$gopga=.J0ǭ@ ;KM]s6<6'Bv,K>V`TC_ ?srFwOY4`ra*ʟQlL95%>qUYpm cB8܁m= UJ-huZ֨kPOޜW`|U 7Z8 U &Rj4%<rI2_Y2x5,O xr GW; "SW4G#e<3k)* KhUHO7eebzM͜4y=k⛎nmebU*_2?fԙ4hi"o]~0z8), @Iqrx.O&隆R͡ZLfdSnO{q4PѶ9RViJ'+jp>A :QVD՚~j=:5P)+.a|b<MD{%a|Z=ж5 E-i\2Ӕ;p` MlHY aViRB4XX`\#Eq~H2<(rOt>KStb3GE|%'Ic :CN(DZ]3F$jH|YJHt96bM#L[(д&:i1BtjB m.d]Sz.Y˲Qj|+t2S55\2u\2sn2˰hGnӁ_2>,s'K=GsQk򗗈Yr#y"I^ WU~`Vg* +r%a/Eݝ>SL ){i"VuODw4S2Gq,غu?{k~`՟z8/WU >pt/OW]v9Rl0MM<4,現Ɩޟ\@JJҥnQ.8js;[B5o}IڒݦHyߡRj뽤yYwFf緆zQH;uS]wS-xBm\y :`0]F)׍ ҝw2(=> ZBLző)c`KOQϑ؎ӟV-]=i\oeaSv&6}S/[ݧJ%mb8l6:9tX0Ir91 {W1Jl*^S,vynz#,7YO0&}LhmoH!lLRtKVuy<& +׻ӭn-^Ls \ ȣXNcО[;]ztABZȱez lʱi =EJYIG=#Y^`dqLP B#_y{(lNnO/b1ΐP !<8{x-JfKV9 +Mxs,J!|=) L/+B+1LT[h3bLn=a~/gV7[U2~x2dhx.% '#bX|n ^:RmCFٱ T W)OBN?DŽyj4W|б"o fV,D9pN.'7;ᓍ: K=40ܗ ;8>V<>Z+ y6$5wه^H֋Wʝ)-GMO8Ֆ0/L+c5\|^ SIzIwsMb57y ĴMi)0^%e||xoyV(ȔY{Asrq7ºUL$\/XUt<\y-tӃ_ï9|(ic fLy((No/6Aht:0Y\M\sj*}ZS/B)ޤ^uAp'/T_dWJp֔0IOȿDA$$_u"v ̝$0/LHd F`rfu[#nbG+\-/93] ' 姪3L DxN<@aq?)@bGT Ymf0̟}Tc&0 0څy TYAv&C2j+#4g]BM6px`W?b.R< 8V6fU /TU=5B֤"luE>3 G%g>o[X5V'سkcdR|L$$>Jm28h*Gpx[59C DWxxt=O<8 ^DvRbk3dcMc#1]gWk|$L {u bq&1-m02ޔs4sNy,u!M ,k֦rzx^IL2 qk{gK)Xfyc- `uC~Ƈf3[VcJ|uKRfzlg!TEWjhqg7E+ACGN5H:uV5 RpO+)hJGM:GoEBPr-[TcI\2r΂_=tbWv4+ZZ6`gܦi;$@PAގG8>͡k;˅fD]bSXMdX0uBM@>>q¼Z!od?e|G/&gu/4AU:u[;[e~W.#7M;*@_A!Ub-+ǯ፤zԁTE2&~2s^6R1 κ%"i<`CbӉsfxۼ&-;r8N8qU/jEbSS,CiR#r A)ݽPf5xTX\a3/%O }jV 6D v tl{6A۪LPP P}RH`qgez:0_e#BA^u܎oY@,lç2p{kv< [P,8*(eρ} mB%ȚDKfw DIJ$u5ށJD.r x:QvZ Vd D^}L+IfV&aQOqPG\ɺ?>d\iL٬j-* $0TÝR`8%j9}C[ lA1a?t[$⛗~Yi$G&O #)_= IxqFk 뤅ZOibȒ|{OnHgf:vad¤Y{hd6 Bv~NRʊ\QBbM`8\#L |d.~)]wWZy`\|'~+Y (˦L/1Lǐvu2b/,P Tc%t(p65+ ȶ Yt2m+@zbOw,Eo8'UAkwR S] ??8ܘ"`䃲FB6HKq(D/ E2 ) ? ^c‰j#nM~^!2+2WI Iܸei:Y}"(ˎK#j_,7Jjdl&fOU=)r4yKQԻYʗr 1HB/OoM) V-^KBT_sfκdzK:^E`.V PՇQ;\l(, ^CVK >B#Q!Tv*y?̺yDy?֬?S`]ʶ^ԑu| W*Ͳ|LZd?,1JqBп*LO]MPLJaRM7f0DΟ/GS + 1BMˠgxHtqS_7>9TD'h0a*ԳK=P} l=9c!t\Pq\eGXѭ^Rb+o6erupwf +{ͺظPZ8_L*}5Iik, Qk'5NWZ&'(a`(b>=&'deO\ 狛L[zMq%w%!X6NPE-TKqiT4:7xE+YBVdƮ*mV?h,ح!B`6)y[en\ w#aϹn 凈wl|p^Kc9̫âW`AZcd Hz-ޠ͗hFd}ZV _ڮIR'M= M~ UƇ*H`y z |ƈ,~ C.= Ez G-K;= xڊ]YQC$u|QF4'wx O+;3Jv7sFgVR!DL>kz9rԬг<J4랱KcDٳFО</~!{ X; `Ѫ#З放t^kSc݃F(8zJj/k֋qaA8T@hGhx]$ nDc9<@ wo`0kb@*n灔br nD~."q4h>_譓Jc=m25Tsp|4s&(O!$`msd1`͆-eD4bzK)&#ǯ Ի,NmՍZ<cb cČߵ,$NrΣjd+&律 lcҔE=*%vw»̢$\M!R#|Ϯxi.SVx dkaòĵ1;8:砢[`~]`\u% 6aK ?+K$5d{vE5b+`㘽R$kQ!S]AeNS jۦv?ߥ/MzE(3P[y0Ό䂅<4G>k\&/IȄwϹP{q]91AVVaV-= GWZ=D%Q:`hF.᫡2e**h_J ۻ{H$ķChz:޲UT61-C3zAq0!ɳ]Q]\z*e5S·)|0צbQKJ$ )C." VlɁ"99h)*WUfّ.KJg! yHҝغ(v4N(U<5Dc7/ '(0KvBq6Z7cA0rRŃPS#~J DLe^kI/VUOaKĚ,In{n1Lh\u#IU=4-okIXi)=4HN64ʈ^3b3QZrZ"+ce=DSzQDĉ<,+< *H{eTtjL\m)k]Tuk=$1N1}*wח bZ7 |UqdSl1|!KPJo@ty_тbZpv.a[ƒ q9Vg4-%/n)<ԣmT2tH5O{l@J=ӦۨrXo(ml cK(AK6|p䶪%1feT2"1!|j gT w j2֫ 9bI, 9 M8/,%jdHzNvB5( fN8+FߢFESi-\؋o"J$:\~`u I+V|ɾ]/QA2Jod""2/"e<80ۜz(SHBK&\u,uG0Aέ?lg!9B?{vJ=yGg _}mRN~r6 }SY&RDVu(Pc %:s,c&:TNZϛH~z(3XId9~W^@͑nEʨW|S-ֲuʂO%;f .ӭ\|a`+SѺlD+iB51Msk.ȅ =a&&IʸBQCBXLHX4cJȲz󐨊؜jPV6}nBPj?>/A=N zvP-_cWaj`6#XPi̝S&Hkr CMETU+Loe;/eR]ΪNd|7^/U(e# ʿ}wn!dtZ̘0^ܔ!]=яXQn܂9*, my_eݣ]2*}Zy|&̈́HdFWG6pM ,E6n~рL IJPe޳A%a*M-w@,:'̚oX[ ZjhrK5ٺjc n;nt<B";~RݠPlMSXdpfM1gWI^^\d{SŻb 2ߍށiy aK =zӽ]]g:38޿1g]:Z:*,n [wZ .0’\0N Gf{*p-9jB#OtZ|_?Û w M < )7fJQٺiMQCU,n_6|u0!1bYKE:})\u9 B vIG+iHպ2ٶI<". vЊHn'?O W{-kίNn9Td}FjQ˱ sO&8@'ժ&!7SD]?l(24%.ykM7Gs+0 ԑ*/G$2칽Ҭz㣈sn>+!g+RmЎ3+Rۍ-qɑZ-!gZ|f"<7CH9v0#E^2}+VVS].= :C&KhiaJI!/8`D1]v )nL-[5g rP^rE[6=£78&\07G˼ ݦURL(%S֑0w ~u:BʕdtMAhpaW0kS_.ac6x5Oc㏹dh\ݸr_y<_^>""/rBY`;u*a g giժt#˻9l\ \0'H;AUNCL6N] 8~g U|[뢶,xLåDɇ -pFGZSAŏ(o+Ur;gT21Ǘ[0j=8~feSU1(ƟhVLU:VJTijǏUT֤.ieiC_#+y]7X?P߶Pd\$`(b!Jesz-`‚7?o}^j4)K7Y7?Omv"{E*-+GQ&&N%HrV\ T0N[?QD;jkF?!D]s?ئyz/`w,Yv5k IWc}bmvVWV|Mc}fo`w7F;僧5'^לn<.KmFubXWcCf!7aF% J] #'(]b ړ= -M[AOS8{,-\jĩ:?$;I)JFgl 3 nQ;qh9o/"9c~a5oOj??{*]RnFofoҽ;RY-Lx‹;>땶Ym914bؐPnN|Cx1_32I ܿh iT[WZa`Au^Na.m4x: THzό"׼;ޔ oyve6;~6r>q^ h&yIg>wo;&s텧TR_,B<6@2Qm ˫fOʾ.K b: EVGv-{G2wE&ɚn=#`s)k*AwlR<&M;:UFfZ>4= VbA>tC4G,gC\eD?ϑ7uVFRSCLGy݀fJ%R¶(;*;5+a-/0;&~c"0fY0mD>sl(,K0}bCVz!{F޿R˟_ưwrb V2>[xkG%kd5)dŖ2(Y\,p 2f!OQ_zs1cyX*|u $NlZ3g={[jP0+Ŕ`KdJ۳@&w ;/iIG%T/:H ^u0Za˿۴Bd+D2[IoZY4) fź {$֨ZYmp'K6o 7t#r'Y%*aŎGɟ t/+#sm7*$tS6!=LE\NeA*Wʹ8>I)G GwBbUHϳdCoXNa{N(T J fIe#r;؁}$~ \LCVig5G{y{w '%2+\7d:c ]-w!+r0 oo]b-V{ {G[uHXՊ}Q _6{\\>kHzFf1 ~[][^\Ԑp"_ n7~ sԝz0]os\Ҵ<32Ȭ?!{3 ,n]]f9&wYl33DҾ8ɑ1oHbB7y j^]7k@1P'i>?P.Mb1~=A4eEs" 8<0rm3Љe>^ 1.L4K|`%uevNdcDO,d%,mkN ' 70L\%Su*,5Anxp.t761M,1_R|۪tB'.EܢxQatcJEWĥck{wCwQ[՟Y(rۏ2rպ#kҾO7@zLb&8=Hn+An~S&F:TXזO W*v)c =g+Yx*/حd`ӉzI( 8-0Rr%{MTtď[^#1 0U kNkԀ@Xkp7kRLzљ|P6*S=X  @J0zw"h GF?hvdTHr5hcsb#1l«^-BxȴLtdFS@ tZ!#ԼdQ=~4dGF3\]ώnH4J){N],H򭍓a^&_a>*c h.<7"+U⽶aLY/jH0=8JT)^7iD';op0ec8do0amr-ҍWرX1ǵ <}{OA}y.F<$#b7> BҢ#}%\.a5H>>3y(S`$b0% O:janV|=S|nUYҸ"$td4! 5v@BPW`w c{Mk襄\Sa9 Q\ҝ贒9%fIJO_'#?!Mo%B4${.$"`7 U H*H@`AQ *%$>b#!IIņx$/umPWUr"Hl&)e\SH![xrC]d4*ؑs9Q!I1|6݂;]XW3~=k]ID$T-L*xm |+Z`&刽s2I: >y2A"D\|r~YՓl2u3PԟbKi y`4c3QUChz/ȃ(uYV ;f=R*==Ʀl쁒D/z ,. fEwΒEn0 :UDQ3mMVxWsg( YFM_sPKZ),y ԫKX>ոRs-ouu0Cwk.RX~-; z^Ɠmzkpubt TqT$,9{swLVЃ;WyzD=\Ż;EsJ =ej;'Yb)Ȼx.SLh_1^'+ IˢѮdyjCl:J2!6_:W)zJTcr̍x'z#הL HNu\}2㉠B>YX>l< ڨcIĨra j\{ cox_LyW ӊxVA"$~$ X{%R~3VQ ,?PE.{`Zl_p3u imt/6x vt߿4Nc!wg_A6I?|$O i͔oD>RNjp*³t(A(jsQLܴMLJif|7!hҋ$,[Y1m=s:\~F:vM3],ZT1>ZC.6}{:%#1L|XѩRLB2$Jq)9 )0b٪Bc6u\YӑĄǒO15n*TA&DCT8D9Ll-F{us{UC.]jѼ`ݎOy{rC?ZB[r.c*J(AXR-k7viL7VjAe[LiGHP.wU2a't{H&SE."6`"m=]rJw |l$F.T2z2H,Gi=& gc`jOA(!I[A2OF)ӵݰn'G($2r v#Tԕ.g9 bI#P(!#vW3XȻ>R.]$],prVəB6^mS6*Hl*rCr{sSZ|h5o;b(q:"v2qra'Aİ,Ih v$B1z [[U(m};Eӆ~IzcTٞ;%؄닦>ngNJAV+H v)jID#"=Lk 䯓ot25퉬ln}?9!&C}Vhl,`7!x핆RǥہDN-g w P&aNSP ,W:c(tFYv@KѷPIWTa4q)x2 ,D>}d(_wucf Y g?? q M0(!x6a2!Q?}Ĝ4…I=jSKu-H>)]1Z,M2~^AD%F:1R"Ex u@W> mP5z3gwԜMłhj ݽ)܉WLLkWБ3J5(8:,[Qq l;}ECzQ\Y 529P=AosBܿ/Qo؁vx;FCk$"A̤`'\aAFЬZ (!%8)sѱ?7FgAM?UE6~ljK*`ȟoA?_s@&&F. s&/PGb+(gc Z#Y` ˃syC s3WMrȪ~#HS#}rrd~ЪzV3^&<]`Og[~pvy^;FjIɧ#.?r^ ~63@h0c ڊ;ߛ-;<*FX%1ad20T E>9c JB/MWƗGƢpUtrp+ce(*@o0Fscb\h8:[^)"<Ӌ:dJ’{~I6m|3ɽoٹ"#NMIsԏ=۸@s-5:wf_*tI_m/?2O pC LAӸ퓃 +RKh[1j;^;ߞb}[BItWGfXO*HY j7BlX#Y\!끪̮T4{w|Vf$||/X脋]mȹoL#&0nQۑX=J['ZĜX>{h9pW^B sΡ\Ơ/K"]uzEP_Z*eNt㻂 B܂HȨ Z*0횧0p|jҸA3]Y%>ǂf{mR\ĺdif Fr˓k-"mPtay;#p CmX}"& ȇL3wl8FuI[@`XIs~52jL#Mxh\3so)q#'J>Qt: b~Zo8 L ͌"ȑ5eFǣVIa泮I(R^~$|Bo{ça=2>Ώ\J# EjԗeK3H/AD-ߌĊ?oܠ]OɫEBàQ9DbZAWPX:fF H] %^m^0 .,6faO>ɒB`QDM3Cn+δKؽwwמgEq-H*e8uېw:聺cD+>^=՛)iDGvmx%Rl'mld;-;!>X/(.6I;Ʃ7ܹ OO(jo"l8UOAgŵ~єqqN Avq$ώچ;Z5y$$CUXJBЦ+'\M՜ab1mox$Xܗ7E '$n3o;'YReن\ >m8^M2$(XY;j?0Bonu\%%@ޱ eO(^s5h4S=!ЦtvuʃDuiNPe7l ſu 5rT~~Cae"cA] Nfv~L$VpYiK'nMX=V;,]량^? >E> 8qWun4 &,Y|85sR_p Ϙ{4nuzbM!'S.׭pd=c4& vc[XVkQ3V o|SCiPA>{xI[Gj~ڻk{$7;o;o7fC;qOn6AwٝIJyLU<ӣ Y Awc!.gm k8 ծq Ց/۞) J!Z* ?N#= Zw7|_wP)4v.Є^2vE~SuJxBF, L yquQO5BPap>k!`-?1}P(AGoU} u2N%M13TcjݲfI#Prb 6?%dʛǢsL4k#?&Z2l cJ(w'm3tT!F5jI67ek̋Wy/<9;$oĘ UKh!kD=TO ]HZ1eM|]$/[/* qqnD ^NjC̟UGॳ3Wϫ$~!dQ; l4)c-#K@ 56'\a؏nRB"Q'"㼀Mܫe.@%$8NjeЩd1P:A=5=O,ĻN2$sL!hCӮo&=[ȯ$DghthKag" &%CY`vX8k!J%μ9]A{g^@}"T[^ ŅwZXGRDG= \&Y>7]Un{Z̺c& GJ=rT;&k'WF/O̲g0px羚9+iSc˜0L _}"@^6*$x a#wR@ 2tI> H(e\)zl]`91z hܣGj-I|L22N}œ9F79PxJ_JԻ͗owXPҭp6kW_F}?)+C a۷kz)PCxײ|8_Q΁W ~6:ǜOƬ_gZaKMBk<3u}*a08f:ؓC[.`r<+o'k x)5OܼL3I#ޠC8e7j\. nO+ | Dþ ,lPc pH< 3Bӥ5KrlЅbƦ u4uLpPo S~$_AQr y|C5FJ\ɯֲ>tqnѝ~6 ]]F8=Lm$B6vn~ <`23)iT6FJ!dSJ' /rqb,v̧Au16$|69߂[aaWېFz!^KÞS|CT.?2]" ;y'4CV$*2pX{ԯwyj!0`Mcկfi|E) >pXRdžx-Z;љ~.Bb gaI׷YXJzJ@L-jiL1~U ,((K2IQ\t\(в,쏛DBNmm"` YZ