postfix-bdb-3.7.3-150500.3.11.1<>,ehlp9|fyyPMvñ xDp!;ȬNbn]f5宎=*cQc_,XJ&`({rloj}^%2ͬ.zW 5D1ѼfU`B܈ 8Kuy"21{Օѕxk~VB  ѬLjcf'{ޑ<%%1?;_0TU|:BA4Rsq j7?Ju2|p<8.e}Hډ>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%ܮGX ²}MpP@\7ؐZu5~\ǐpq@17z|\pΉu6+dM -dU׬- \xF@/)(QS JBv^@o FJ" T QcyO{bxF[%\l(ncU z 6&w>ilU>cELJ&R%&$"n<. ֋|=! G(K}t+/Vrgp nlO/ wH-YY 4pN6(E< 0tF*տ͎;fh EA8*gRn4B[w&0qIrk :.;q: gJg`(ѷ4BĨsv/ [msnCjU!OO-V'SPYQ Hƙ_uY8tK_QwjߕQ-,M+#/ J:߮@o6jtX}PT]# :UNErS{GF^&E2q2.OZc`f;UwͩONm"LLˣkpZ4v7ͱӠC* Fϑ/ċ[- f-~;R& (gnD.=`EgbEۆc>_Q2Jb9 p5ӄV8lf~D6DvBKi^An3V2pjkS"Pp]nU !F#/ۊRdEq:EL@\_9^dfl:#,P`{w[= ElLО}?<1E{#i5$T{bou^8r/Xƺ#gwizkurBB@,uC80DA Ku]4,[ }>Š|7b#py{΅f)?mf(%oOgTg7|56i*Ypr- #ĕSz9ȰW9[?"F܆KE;'X hQ2n&%ÌXY*$_*1HC)'>A:־gZ+ڽ"L7U7[f9d)u VRg)'V{86t-An"%rYr<:="4zSE* ]n}j29@yu*W͟[tȮ6,M8-Yb:åJנ'wa3-0`W>1Y/=cg#UM@£1}zvTLCE9K2{;J%[_zÀq*Pݶi20rf&%'+.mzA'rvɺ㯎GgX B!B7mcR{,oZ#γeuΘv`G8~ֿ']_dyCH2ssyYŧr!d|P%u7IH(ˉ;2n__hĵ<(R886plïY*1Ԝ,dgd: R{sh QRϕe( apsJy9- }NP2we|Q6topFeH_njg/DB{` ؀}AmV P.&4B*PN HF(U;$=&<$³nd_wI%8y&Cf=w%76݂>7k0~A$O̖}$]ȼnڕ&O"B"ٗ"sߑ 6B+X/?`~S0}>gipܔqA^S|{y0-8kLr*tVf;t]b>rGakBZz$\YWEosHlUlMl#w IC;̀8tB(D'⠠/~mbcbc]yR톙+tL{QyfQYL@Yl$L7:wJS/7Z Drby=eZB!fXnOb4Zp̔O0df8]n0и '] |HU;K&H}CĄb\ }. p&A}ڍ,oowٺd*5 D =VUNYS;.';SIG5l;Z Em7 #;A?Q3Bל$k|š[^`)kx3taUy}h+0˱c^YCT;>..?zu(}_?Ǵ2\ \6~5W7 xwE-kn~M p)3 jNlV.ю\zo^+-VQ2>{3bgX?ݙ +|ydn*hG sYݵ{%Z&u4/eW&1ڽEaŭ l|V%+|#v}bHQ[ܺbhayib'JBgΤE¤eh^ѫfi4B$ *+01:umcdj~k#1O)dT^)ٳ%9\ZȽMWr_r(`'%V =ۦM64…w}qJ V5D0HԾKhP̝mݬ.cTj$M{dJ_Ԗy&EU*#we8xx[UhӤ)㎐]^0\ j/*~I]tT=w7.gk7+ h_h=슃29~PySR .[6/+D`d F82qs~p9kT V1K6LT"*^u ٹq>WuU(љ?h;3h$kP1m>Wڰ6B~e&6 !ܴTϵC1q̈yݙ؄dBdhkk`Խ@{V#_$M,Af?0jEP3V ]ܜș /nB6`}̬z"m@>$U0Wy NzȮN s@egXrf m4u4Gz &ȏrc)ttEcArO/|CV|V  g!G& i؋ W Ip8a;>!R=~ v7w;=E@. :LOAa.uլkpV`T6>5'6b45ϒV`ʛQ]/XdL. ,7<Ϣ3(h!v\ oV!K B*xh́y5o5L)9d۾gykž@;v4>^Rbq+zO0H~v Geӷ{&S=x(DžIfg;`iƽ51ؤ5\Ѭ~mt̍ gQ"B]:bI2.c?!o1V}gdp9ǒ z aDm잇}QUBUU$[U*w| R8㖙H++Ŵ aӨ{&̴JD5NN+'YW);*2r .Wh\?nf;oȌ7>ZH7a7uH9W)Vm iv M[FCTWjd u[Y6IZxg>KPV1-h )]{qٛ= ;3E%=~-0U3ſu͈$%2]ݗޣAֺrS?⇿zu'xX)1' C8[ Cm|)N "3Nyqi`gh>8 jm)DjPqGm!p=/C|LJ3<8:-um#K >sAbP=%9Ó2"0<7- ](7v]j{d?Qupzɑh+19?6AL.ϓNL%ŠG:vyJ+Xs`1y?AN m3" {Z%5T5+D&b2nB'*>[f֡…,3zw\3Jdg\s1'P%d [ޟTvۏ ˗zU'*ov 6ٖ|'bU{t kE;ᬐ&FcU Scrӌϵ4I63n t&qz%|b}T\Jxʻ֫[W.wtA7GɨwSDh[='"׻Ҟz{F3lYMV'ΧYeCp6lz8 Z*ܵQ/m4(w)ztmn`P; 8 ^3Tv5n:Cs灂*Cܽ6lߥEo> .\V9\#n}Y.BTfOAd_\#5}qџ7m5؀$8?B<~ HWl SM_xң%ե?NMV9L5*\2|;K;ԍe&;|^I5c \Ľ.q 6qAsH87MWZUtba,Ś LOeP @:ogF67dAƮhHDp #{)\Ҿeʦ !ĤcZ'/od@äI]L~~YbUd} >рWWGh)⠻:c6%Z_79tQ_i [9[^G?t(.L0ŧ #?-ަ*Dz'gLi_<] ixF Z{S͈@ bt8ľ#ՠw}jv?Ә:uG2w'(OvY-S0vwRtq֜^G΁0/`KX"3B{Co@k:lg2ξ ?+d]!3ZaZB30!tgF@|3E|׻= h/aQa$'̳xd{Qa8ST>uM5Xu o|qrߟ'đYBL J6BCbQutAHf310Ҳ~P:Tnx~Q*J;;9qx oW9PQoZ;*4>H,Ў^j 鞶{Ih ЖӅFe"ý;1*Lsq,gF,Uk 4ts_ E[ݲ]2= vi͌k3pUd3 lΈ`_QRc{6~ qħT,3ElsUA\޸dU|$kZmm)DU /1=ξz0fu~*w=1FBA)ޞ/예g6#.13l*#v't61X-ȭ׀]8GSZO{2n=Dgc>ϵAmODiUn}EA֣ΰ9 zaUerJi4hEL3 0o+IRKs9?m#CU;S< [ E6~9Wk> :#Mx1ҞU " ؛1]a'RMD=&~6{ZX)4YR+DWҜjhMSF~'US` B f7-L?߉KKݜ;)6k^uAL⁺#ӵ #W tW aq=>gdj:U/ 8ނls][ /8ȇnSnPCS864 BפSpX.R*: mp4 Cն|\yRgGmKFPV%}"4WF[0*>4ąЯT*FqkLJm7/tē/]ݸB1+[nLn"wb1 Up 4L$*'ʬ"ڮ]eW] ,dGaOȉY;r>u@)h_o 1p>-w;gf b=}O\="]LFM1-M=Q coh>e_ߟcKwd&@O r7(!7:UG*J |L>\$ 8<u##ʤdCײZ<܃#X&(axy: ^ʰeu˛i dʅ)ڰTJ7q/DiR8Pe ]dQJe A@@Gj 5rzQX7 Bf$*-NrUC%eGZ,*jDyF߀H wl 8I%1i:pҼ_Vc-z)Đ`QtUtpS6C|D}T|q;8z=n l\0sg><9&ZM,1ZƌV#m*|*~7xdfm$9˘C&ufk'l)CwJ64a (@}~ITʋ0@# "aG)#qU)O&Z_6_ ]rwgc@泀#n;- i)pl4.J>n>&$/Fet0n,Z; hCgp < %| BNaسpdT?/Jjo}cqE#ooF."ڐ 7))hWSu᯲#L}IgS,%u(DW÷Ip+ P (_:"/!% W`B%Cໄ]#/k&/NW?=T.!ZG8PAmZ] PtA}6ְn]JE, ȰR.w>uvjE5CpC}QH 7G.LҨ*ղ᯵=-e"-,o@~.N zVҽVd|iU=+Uo9 e),ͧ2RSw+>SUo/g#PB~ڣPb ~r2Ft+ڛš82S2LъYm#N$GRcH :GC2E1P?@RP xȱ.&Uުx 1.o8A 7$CeN₉x WW>H&>cjp5Y=NPieq 0lOx=R\}_y4AXPT9yGE\81|JXuzCa}+cZz>]Sb?nKҡ=z{p<:Upv2~D2XOm{%ZRhܪ.8[ÕՓWXs+R.1K?iWZ5M l-͢`Cp-Gj҈fEXs8%}X܇5z1Byz#٭mΫDQzo2/ -j #tu̷ Äߕnk&i~v rͻD<b嬄c}#^^|QcOk'v>jSh;%")&A(=P P q8ێ o nz$A@j"yN- L 洞 7xma^/Wp%2d›0%zPX`\*1,KFհiGkM/eό ?%5Jz:.,d6/r cYCe*ͽGd{CFgYE\,<䜷 Oo0!`k]-y@Pk$ VP-_ ?m{N(jMBXg}V~K#6*fO Mg^k?Gҿu\]֢voB@A۔RCTZ Ŕ_Pأ%_w?d~z5"U` yY绱^U/04z]0X9r)R_,-5!{Unc!Xx|D۱1PH>26MiHR(7FXz{d\p½{nΊl n' 8)|75"#"Oaoryg_.Չc'k`5vA&Ҕn!BQ}8&տ\?PB~Gб`DSOBRMW&;V lXNCFl7R 舽Õ^[AAN>gq֎!I+OG9H."aD&;'9ќy*LZ쩻Yhdi QѨF{Rr<=i ?\RB'{礳VAgb (帠27R O\0>02 @sBiK^oPE3ۼD%7kz|JkjkMHN@:!Ož^sl([;$~=iUUr(dx<WG^^Я!du9VQ#\lYv#d~~ŋۙazACERh!~)"il!3HvpwΘjXkYc5R91VvLij\ϫnQA~8Q \9>g/ qlmr'7H=|] h.d}zkyfaPcKvǞ麼j3rvg6RFCدBKlauFeE`YVauJz8wܓ:̯VӜDvt8PgqsѬgb{)Ĭ- +Yiň#S4qFq n`zh4 }WA@y3sz>!.9VXXH5fUqHf/P'kl9s6H@F@NF^\PR{v\as}џو*D$f 7@B 9e uO٬}C U-hO}R `Q` NpTNQ  liX\jKs^`<}!"Ær!d Sf${Pt3Hw y|13EVvBBA6LwYaɆB3+?!d :Wndp/B"ow2݂]yt204p7 Y.Ơ4SǓ;=3zi͚DGs"d-b6GQnV ~X!Wҫs )i:t:YbJ˜t+MR:qnp=,Rtg0JI+1i"SFZWJ*#g{3>&8%E6QU:4#}!P`+nޣlb`(O,3?* QBM.qQσ:G9$]¿Û̱9,r9H3KC7˒w 78[Xt# (͵@Z^&74 d.{ߗ #v݇{ˉBk\ n;~̍䛿Ay}v}k҉͛zn m{j P? Nl&fQ0C񍟁b d4 aw*3 sJmtu͙&@›n2w\wgPq$K7F{yi]0bsyf$CU1+q_d~0 fxZ/XI<ʟR6q\ -QKY2& ClDhK+OQ$V:Ќj{ Yfo k91O+NaɢK-HnW̎x[޳鹇?1J?Ēe#7rO)436? ͭ)[GHOlX8NV'rMUԶP绌gvY#C6]0Eɹi#Ł6j܉t1:R4!h氐ͦ62,j>%Up:k+#VӑaoA ٴ( j"R(%M6hqUnmi)p\gq2jRʚjqYW+E-2tDdSqwvcU4R7*4D\G{꭛I~/ݏF# ԏoyX>w;-H|˶=(Y',𾋏z h?tY,͞I[=>i܉RzVsϪ%NaL 1OR |w$R"Cy⥒+te %j:skH5s`e3:/*g 3Vxeq'" ~b (9u5 ؓ5^7߳AqJ!y5tzNo uiLJ~hπ=DJ: Tn2TgݐP:|ܢ+Qвy$ˆ@~'PʘuowgѝI&U.#pyF@-7NS-wIi؛t M8'hf~#? s* ŎxoYAI3X#M}Y9vN4`=˫lBrNjoMܷ쪔 rd)js>cϞ" n y$,T~uK_+ S^u 7B80~`e٠^ÙPD + >N>3ޓ;}ZxIkՑa~w^\d?|Ra[~Cj\KC~KiPwxe a+~Jނ$!Vۇpe>^&_9?oBC >4?|K1)Kcu0MBnƹD&c*ʹUU m#rW xO^4Rww]k8 @%^n̞=#kQL)F/`l?#'~Aw\s+t,nr d3_6!#ƶŨ9G(gv[fb#-LDܳn ,0ԩa@0’Jѥ,ȭ)Ԁh_Sz"( TT>{k_9G0sj<&i g)Oem!Z1X/Sh $4,LHBh/ͮ=8!UE˒}d2՛ZU-KızQKgݲwdpR#2Y,kNvXej,NE"$"F7xHd}0x;;ݲ;ּ$Z{89rxh);I/veT˺D/2h,\noÌR#{6׀Es|=|37w4YK'VsQ@~`}+ Wz2WhĢّPv L~ƕBskBD%@P[m'|0AE&cXwm@cC:UH>ʣZTm\ $ae[P}/,cAhMDl*kBj"v݀P{Eb\caav9 ŜכI=ex`1wRQ;'MЊLY@. Ħ.)DŽ|-!x1ףBkΉkF×DZP\vp +`(Y[jtKrFm#LƊv5u{_zxYn NlЬLy5ゥ ?JC@AF@'Jq:4iG}6w H*?FQZ x/ Vb,H>@!TOT5k$,@ 3B"_+r=l ͣ*|,1mj@^Ndx]˹wlR7yQ;PJXFUVcF/> tXLg ͟&Nk4-LSZa'dD5SL삸&.~!ԩN&8~^YOȐYS]'f W%秄1X=3Ev [sm[5PJP L gaV$mG7e"e 늟}",!֠*G#guWTA)ֽ Jp;"5W5YmiZ.9bU)Be#d_k_ȿ|k9Bz<1Q w)c);P^"l.kmIoLa3Q`6xlpJKs2xsRHH1:iѳ}:0 XDi`[ |=n6\u:nψLMFhNS/N-ia2Im]}$!=ϻr'2|+^;zuF@yhб ۆE&u.%.hL vEt7љHA]݅;pY@fBB%A9> cZKx6!Δ唊- hgޠˠ~* mnaZT 薎_̈PW;xZĦJ&~; jo˸EOÎB \=lt6.΄xf; RܜCFk0a9K41ﻉz3+T}$v/Vuoҧ7/Qp 4^vw5lc8<8 %X pџ|ҧPҋPǙQ䊫֣7N=]žG+J*7~IM ;EP,ʡ u*atuaZU;c,E9j鈕hoj'(>LcJjqV=DΒߊ!dK'fQ- /ZZA} ;h;3sW.G?8/)=Q$/6j&L b8Aj`/Ϣ1$j*<@߻v G/ y/>$˺f?|-2,Qf{ԾƸ{i *@=G+G!ޡߏ~m:OB^߃WfZa;VbWB@^b oz`c_jԙ+0뭿 ֩KOMxOg.%1'&'$@1,V _\cIb30/;g] ߛƐ5F/ 焑ы5BP%\a1zkb]"'UFzqzte|KŶ1[%HT08{&ޏg>, cp EL 5D˲0sw^<*cE:77=+֠@qһQlq|׏HR |3QmސٟvlYK.dE22<aUΔ~Rh]@<)N60dR iZ97XlK/jrF.6!p8*JJw+9I3H>Ok{پ>):=E$e]2nЁ7Kh|#6$Xn@Eނ &t{0g!$02~<;ZQ85jxϭCA&wM ]] [_1Uڌs+fw֪H8\:x"JjusYCmY%|`z_pe5}u~eLĂgaVf#Lڙf8-chCOigʍ`[ jOQŔwźOu$,YhulࢬɭOڻp|f|L6t#1T99fuH7.=co."</ŬzH MFG0q$ K^hPrmCnjM_E0jjqZ:4WÑ;';=w\h9tꥫ3Mڃ@4. 7.eHP(\c#%殹 +5|IF\nJvu6^=pҼpPS󢴧y'm3F:κu4VwÕ࡭J^TxBD; S,. pG7?YB&"^Yλz{z>-'YR?fʏ 1s@O<(\"UO(_Ka3]i)&8O8f~$#N1h(w=g6u'p4Bx'Ex#!@x/?5ck%߀HNH:xFq:D7(Ini9N I KZx+b;7pR|M21lftlRJ|C-"!)#}4%YrgϕVAZ9Ƅ*W|Iٜ>0}/$p vܛG%ri 9oIHbgXᖬtkפ'J֪܄FʐjRuU!e_zxLİM~鮓*oՆ.{ 7E \`%yD).5EMkP ұЅ3Fb v u[?+'醰v$JC35ݜ[ā +&FrHϐ6Pr'C*u00<=(Uv}Aa̕I}o!`O*wФnw#\l{+6{tҿ%^5ቤ;F"6yAS,`#vJҢu nS.ҺK .VY r!'lqz]1+!$o_m8,ѤxYD3#cSxG.GfɈ~džLj^|x,ra3SvsƦihqSח( sITFk7mPi]]rYbOW{{v""OEޑAƚBjWo-)*-zJfoOWbUQmf}#H,-SM}9(eLi䍅Z]m5ېyǚԐplZ2nZKu%#f֤ v5y6?Q"~2"nёD-IXH-ٌ-dNxF4Tg|zXZvT3V0lr =twdz3j]"ISHcЁRՈQ2WId_7N" +ԝ {mC!}ӓy<`uRGMA c; C1s6W'1:H._UKlw':L YKQ-TAÄBxqT:&&-A5/srKU+&@ >e)̯&m^atdlk3%Ipt h_Z_ PSc\p8UiB5'$ޝ5LcUfo;#yf:[ ㌁yKވKI,TUtY9wŎݞGahNa|*ѐd\No2!ҋپS1 SP,"WBs #n_qìU>8⬻/|A^mX:Fmclj)!@ Fڳn:)΍*,5HojHdu-fLjX!7cgmsoxI$ I>x0r,24"WQ!*48q/\~VaC寛shi,le 2^3ћU_@[ 9/~7"M+!&3G%}+הY8WÙF~ N5?=!5૒ :}%l?*2+y+H%Rw7&UnI7_r$\R0WE+zE 5Yo4QnEXL^WC ,8Ӵd-TT]/_~ˁu 5߄X3 f 6BA|m$z:D '˯Mr5b=N^BQw1ur5k1 WFU 0Hvsh$ n쨜8 `Y64mL!*$3e @OzӟW%F ?׿Yaj>q7Bs/G G˚u2_%. pf[) #?ͬi||x8ƍ,|ǣݸA[TJ(P(Bt;L¢ÉHt}^S)RI V Jvffks.QWO) k5%<[5GPHa1M+~%yD:/cMU<[A3x|Ty/ʚ*-]-_vy#3OS^Q)o+:, 7J,Ӷ+tD{)7c7#0T6916)# JqY\.WsUb =h yҍ`rI os"XIftj5I!lL~[0AY,+\ /Doψ> :fCd[ F ,_)ۣDs0KI ~{ "}iD\6TFky7 G}σk(֩[cd=pe`7(9lp|dZIt]%Tzi_bQShB$؟Aԩ"P՝͚J"1=/d=C9qƿ|Te(׾QpsOo+9^2y%iФ]./lrv9[lh[d6)Wtßr_'z{cO/ֱIõ;u *t0S=Wt~\p h)+#dk4 Zz- =ȫf9٥[?]ge]&@/@G4tk'CPj3ÃT/rkW(x wvo# -a +0* ab0 W2B:^3 _0/n's"'K,[a0#Osɹ @Yo]93VÄ+:-We!H+ +?Xm8zK' O(o蹮7ZuKv_FPz_ɑ椮ሀMѱ'PʚНxlB6C1J-Mv^{xt I1lf ZV3ױ# h"h}> +ܞⴶ(ig#P.d 99(r)5T s Q@!A;ҋl ezH .ݬTU)a]FqQH@EFbj(Ϯ[ժp֥CuBbŅ3%n|3GquD,m%bg$" 9+pXz\A*yc/A@c_57|b$>`r>O24~ާO[ ^ #ّp&SK+OGDD[H死)AFɤD+64XU+rFQ=*7#ETŀnݔVmbbq!]/s*4_1,BE4\2ջRx^)va. fe j|,kX W9h5mwU/j5 xjQ ȳ\YޱfԀS\M50~af20A;<MC6_ ڀ/ӹ`]V^շYdv7[mRJ zVyaM8=,(ˊ+UBwwPU [{Qao4t͒qi8&@Lv=[Զj: J!-QfAVhѸ<п\rQ|q\s` kqţڱRŎ Ocx!tD.Ebxfz&0*BB;TQ+9+@!}ҐY 2P>w̻]z%7*PD[}SgrᴒG;S<)A) R;y7u$z#CL^W?AB.:&T+ؐ-8U vs@q1 'ʥ`@%o}~}yN8)_g`=^tɏpP}]Be24:Hӓ؈,$4~-u%dg (id!G-z%-DϑB##ǀx9l=̻  #{&皬 6Mw  ৡ'`]p߆! b T>h0L|u ̼ym@w$B~oj ioUl3Fy17e| u5{[8&,ER~penQQz> iium4%BϳƱű0Sz ӧܡQ|H.H1oCK2.K +؁S ':~@8'8C|"jD!"wÄK~GZN?xg#E^7#koIwtzqE B^VēP3_N+7e ,/Lڀ#rIJA4lԤiQa}8m%^ PʪOl)'-HY@flΖPu4,^&ilEڱ i+aK=mUۼqK"۾+Bxc]u,5䓦5 vuWQмƪl'۔*XEn,cC Ag=z 1Z MjV(ߘ*_m7Q{_FeyMSu}l~ę:JM4[:f%xٽwE+yGorz" v8fbp^i]mn,+O'ݵc$ gr44d˦#f038!NQ򴭙!}BCoMO!ˮzX>?$ J؃?'g4tyړVCƦ+ML3a] O\rS{,+3P]!%fŘтGKa# }rGOuq+tu&Mx P̒"}YJY+v+]j(*-&-CglNgW"W/L_r}5_?r4Zȩ'V挵*alVh?6fM>p^x!纷q;7|.dgoN?L\.@{y>®ⷡ7^t =5jRc ɽ;;8wզ13v)C0 C p|='DV?@.;'_cKs(kQ68yp2ܪԺ]R*򊾒ѬP4wdRFjy5ջdf`V%Jz T&X$=}j"" eJ[$͵0{z>ݫHpH>f1m {|$ ѬMӳ`|"S"NpL{kx!ҿZXjEkNN0XIg`g-n? Y<{f'Voi;g\)0gF鷄={|PVqРlD3@rɵ[u._Jz7ieoArDJ~ 2H 0"'kl/5 ьuX O ,Kred:p6R{\LnfN1]`[`݃VTV!yJЩr+Z`3c Dm h@g v;KD~Kl' GBcu>%q5 ϸT1>O,DUJ$>_|cЛa=8x^KrC0|qWtK*Q)U ڨcPeJareAJя/]j5B].5zdA+g%x]{3H #|Z0<ݫ%f 00" wnA v@=,NG"+Byjs #w_6{N?II 1qU|C{9I_08+np_altPKs-MdڜP|Mu -%]f&-uf`+"ݕ_nPIJ6+ʤv9\Evb-%Fڠ?Z5rBcpی2an Z1r@((`s `\6wO-G9αQH0TȺz2g]HBO,j6oaNhRpOV|m,b OJBIt{/m "y:oG~2rsCE!'*.#!bk+qeQL'9ϾdVclCGDisݫV"v jMDɗ_ gbA;8(|)bo3V-Zk =2 έv&5xG- if`UJTLe%&Hkn6+ce"Y3 &ߏH8 ԛ!&OsvEG5~oaڔ|]$u,?12+Zquu΢^ K> _o_'&pyq`FeGՠ04H\zq_p|rpTkkϲz]8x8v?(]`qY1nUwM?#Ly$Le*_.gNϲu*5j㸪)8F sl}]es]LtĈ޻xP H k6E)i 2[7:4g)WXY5ww뗓#1rW'/\i3#"\iLc4#Aỏ?BQ>َ y+ :_ڞa;_>Lm\}G`H o*6%Iom:ݔ쇶JR|Lxk7-ɯ1W^fq)BIYIܐmR@tNb3F*%Vd;4J=JNK+qOoK] /69oXvkiR>ަ]%=)cZseK3VuY 8jиm^Q/rᏁ<-ʜgH&7wO'`'ɦe¦vgZ2Ő\m8^Ba@Ouu~IK_qB{ޮq+VPooƭ;\ Kmj j yZa4[rr4-?w6FE1t=r,1/0#Z&3۳ch8/b5ܫP_/Nk2/AFEƻngN u X+X-]Cq&V&Uqp93b3CQw<= [A.^崢^Fg046u,I~r oZ .+w'$@㌌Rj@`_k)EIU+3[͝UK\{6f[aTtv{ GVvdUE 0:wjoɡ*^;Jthӗغ[ tT{?CIe3\[_sNR/"AEEqpq ͅTw$(2 gߦqFAG5c3U&AEHSѲmPį<ΦH(zVbgI=XM&ڎ"듒.C<2>%(NYAte:s3}+Nkwe4#64<2yy|&i/ LI#mg@~Yz$c'B锤,Ng L4bgd`zIVnF.1|xFd(u+瘞7RAP4ЊU@6I6O׼^;lPAaj,;$K^*N0W 6I"FWQ` + Y=0N+);W&Y[~[@sQ90 ~j; :Uc _asEPӶc;"I{N!h]O~%kcj Y3ۃ#=úlP?2} ,! ov*P0rRV]G38M謾pr8{uW,gUޭ(LtX*-mCxVaƱzxVe}yknsS,%OgĮM gRjC%7\k<F*6٤VH"vm:n9^QilQ`H&tb~cJ-3Ƽk ptD<|!r{AdQSkm&I6} d=w hN(yPu˶ 4W 2qvgT͎|ɂ;٘*:'4[Os;#@7Uڄ}b!_j-[5^9ϲ>8N4w(m4#MvlJ=KCu'ф{U1âNivFl-lsSٮApj3x9ml`B:0ֆ/_C-n`r j8W}qX&U'{ȭу^7"p=,ihABA6-} bLw} ݕ5]u\=l_ `t*@nvmWP(1/)#nw!D=^#\Y{ic %ʃK?eIsMw |9HEUerqyWZvԑ ɵZX#um 1h 6]0a@?-A>?WPӺ~y3acH.LMxr45M8NK^PU=s6_*$J~sGw>2˷-m;KC 5Go]1u>Iŝ#iPjN cBLˤB t8; #[aAZö{f#ԫ-eLП@?[AQUA,9P.#fI/JlLi ._6X{Wo$'_8-0;j0z{; ZF%'(+vwZ{`f:CxٰH-fz*s$bO^%G+ `ӼpgTAv ;߯Ν=#ٱc3 FD>p9KN,OuD"7 Uih=[8s50+#ldƤT}g>/(xY#)%m̓j@h 崂ӥtLhV(Ժ"h$*&,vF(ucEAYA_TB`@z!2 h>3Qݯp,OdlpSҜQa]7eqdh 1-{0pK7c‚( Bеi \Aw$ϋicI?Nv"/O \lؗ'42S I|}Yduu|%z+@fķel@@HPkg| Tπ'jZU1fPކrh8Wh: Mhef=C3iAFtޡ=BtaJVLS> B']=gr tO8H* ÜEkgvKF:SQMtG.x;Ce䪍Uan̨RKM=LRH3dYOE;F-QUNH13fO饼Z@nFt_B?7R<;XG6PʢǧP^Wr^Uͅs%<{,j ;NIԣѢ-1NapRB~d; WZ{x}W=†;"I?K6wN~J@Tq:T=dBjNwVo&%Y1̿b0!N͢x=]@N`|]3 }{ P[oop1j.Ue%w.whQS9hp2y5ۖu0,Zs$vM,[;5fTϖFuˁ{ هYd GU]!o9%|ڌ~iO&ߟx!@+/eLy^8.%/01C [ L ز`=w߯y:%d@ZkJI vPiת6y&"d2NsЃ \ʥ^w3" tuS N'-nݓ&ڍhrTv 6' /+F-butpOI1]7$M$\ jR4&:y}&s͜HVff~ #sZ{M i'a㒳"EdCGE*KH4U$88TfX4H̅=PL + H:uW :z=e/PRLbEPv;>oT &mhJ#dU .- yr! P3q.(tW^}b/Xt=ܞ6WdsBk 4 1vkJs&V2᜶rouÐ}/iF`Uzr-q%+ n]*|8T4qTmRWCMyȑNGPv%!M˧EI\zc). TANYJnPU]~* u}&ԔVϢh#;$<HB:aO4t& s0wL-)%Hm|̡H$5?JP;͛ W?#-h}u-Zd"[u %SK=ƸVoZACV)'_!8`(s.!{vb(w+pq/%x=\D#jr<3Wt?w^Ll/U:hۘ{#£FEڴ1>X+ާAsLz*rsN T-#NuffOf! s:`'lLcd]'09Pe?O\* hCR'gGtQe.(<nz(+ pj*2&>25 k7)w^i]*DbtX.MaS4K~|n{GQ%lt]"r*{;ĐJ9Zaʾ,`/ZӪw 0@`ŕ=LRYz+fʊuјX>n[q2-OT!ROrZ"z]%qq`#QcR_.^ͭgR:E8:^``E'=C [O{w;Kϻa59%q`k7cζ]%o_yx0cjטw Yf atg(SvV5V qǻE8=I=<* D $ylɼYc^ZZsOl!C|SZȝc~P213~5-* V$LK"hmLHx U/獍my櫚LAU O֤=*9 8΂HT?KNj)b$q/ .7;Rl,M!)cܳ3z Ȧ$DhxX#Ԗ[5Ŋ06e3ehﺭz=GP,HtB>;q"/L>ܧOf0s\ɋE EZ5Eڵ:V_ K=9㶒~-Jt͡@5hNz/ _ZhKd%$av>K`xT̠n 1OX٭r6" Y^:E7(&1=Ȕ2/'iLsKJ*1Pe79_sbͅ5/D.H+J!:28Rde6=a!vKN"?8{B/+3Λ:PLސʭPf c y"W jSKgJV #Nwq}r&8J}$t%XOkpCqb<Vqf9d @($:9OmkOrf]G_+ӿ0SSkӗfj.-u'Ck'd'>S0`e҅ܶTr/Y RddO/$aIme} PNLu)*?# 2?܏phJhwLvi7ZgH&tk )ܽLU>/?bSF5BčzӡaLro.mj+{>y$='!۰qxs8}+wɓcQ6mV#л"#63~ "eRi*&IEZʭO4 3obH)&YJ@nJ58džrNyR=%u9u/)GDb(Ü`nw$[=_8P;  j:~wAXcFG9(cf{Mf~Z)A) BMկ|}qq P̡Db*ClAei~u?"Chզ=flPtxG0 99Z'XnFדv8\Enp=qV5ν?A8CIii TRO2.s(`9 oPV<:?meVۿe?* Te?*yB 28*KzOZښt64A>3+j y;euDA3K'nW*n"V`2z"jSz-s J%Gh*#G(\vy\:ƞneL ̸$-D8GoC64-3$-Kҙ蟃2Um.#ukr_I߫(Kv'N0#pQ~I{ I>c83IPΏ''&jA ;9¡#"Ӊe2pAS@6#FMɌ{Cvx ;PP/jeUmZ:w>Ӝt\w)pj_l{;yy5yݦ.- `~8=\ޗf Ңvј/8圇/O!(ޟ|n<`Z@ڃWfrz=cFġī<=2>TT41+z; άw&ɘ*_!Ip'nnzCQ^V[ʉEl&c@mmoHxtB/p)dh(`(.Cs5vpцX3N֫x.O3.^`H"QE [6|ATެET غˢ&/+Nj6դ0RA4#Z4DkB$DX7>!-M곿^až3ȗYt#|^U? cc}\xe0pA(.a :][I2#S.*xm65LF{L#?'6]}^I*a5PMPsefzCl=h5- "F]-Z/ahmrmh/j:Ӯz ä#͡n%e蘹gdy\hnSvEW U .@*`0|vTw)g7k7uWmS\>~UPRbIA-ЪpG@,tC}hUGhnL1; =_j FrC?`4 ?6Vh&Rt{St Pf=4;y >,zNA50U)V0gn|rCܻ[EŶ)Q\FZh:(F<ʎ" uLld*ZmAUq)=[Q;Ip`yug!;)+eeRCWYoZ 9hW&T8HFn."3 VSCP<1gčWeAW99/TJ\4CD'v%;.&Rb*_JrfLM&ʛ=G}ѸN-)͆{'JBD4mi ;gx(NP3Pb@K)$MUǬo̘ɊGzytYIqq^bI\*SJxm/hUo4(soyDbUs?IVNI^IɰŅ-Q"U:r#NJ?p#d&>$1HH6V/rEaѷMv*%_"aߙWV˙ sKh2r4(*=I.c(gZHM$,z|4qt F˓RݑAHm`3a*=Gi1|4L: #](n;HdU{TrIq\bPU4ֹ iq9~w9>9cb@լ]_:}ԙIf* 92n$F}Y%ه=g.^G#n(c6(8e~Md>X&@BM^6AM㰲мw21_{\bs'Hn3ʷ)J)635& r6v#ʦ P4&z1LH1Iw%C螃 8RѻlU(~Ԃ?awKE_w9 H8jVp<VGLx.ic[ԷrS=7^ ߣm}jR#;{0"XN 152/*lu!AU՝` ݫtZ2 xhP}#Kirqy0{[r ̒3B cHx~ϙ2rP W<1<ٮ_s0u e ]6C$,㞛"+'18Bj`\ۼ#k؅!t/0u%ZžX_C|Hq5K fyJK[ќo7Ä>R\ډy޴:p,՘BQ2 wZkV&w3l v@O08ŪԪ6BCO}?8r]OHJ79CnCzX| }bkݑ2lE&xgh :aKb^,9}55QoSe__ JX1;S@'KdBT}'Sy)oXD.g%f9曈W/rmNV .VJ~+lj$`8U2Y{;NqhcX"^8e`aZ.bdV:r$*T7 uM=np ?Z aI=qܿ$>Qкhyz"J/pY:@\f_ H'6wN.X˱ Mq&)@}wkr8ݲf$!`hܬ .ѵ;*/WbFbi;>Ϙ%Фkp64 k=}S(,#YL;btl ӲIQ)䶵k+_d\7-D b?K08ƿ*! Q=' e; PR#ց(FIVbcd7/5.DMNě#ƾBS"ltj65 7e^Czվ'_մvp|@/6npjʅ%5Ӫ*%kJLs8(k?8jࠢ_(Xl5䞭׏1*J׽kKD,\`n'@b#23QW{Z%KhR|F^$ - ׋Cd)uxq^w.yd> |a۰=* FMb!m2X$Up*/_H9rV?z<ڨ {w25ϭMZjLs/F5ÁXCe8틳CRCnBW[p%SgJI#rl5$ugr$Z&#SjqR3OuؒĎcŚnKoۑ3S#0@vT4wW|QW]j7ױV'k|}/QۺIԵh:e?j'kR0ЏU[1K|Kz\eh{k<61l >JE'|~h9V\ O<rKH0[6ܓLL4D6*yh$|G nMp,³Mw6 jWDGcg$3BPU64AڎLKӌE|>ɐ f\vl&x!_N?qB_.)w(Ta)/fZ!CBWMKY Np܂_G&x& 9F b"=I|V]olCndZyMeJO.50ʦO|Il㳝_ϳhD慼kXlݠx"mcqޅ~L9W$:D-`Y=(_or<$Jl 0Gbi%!%tIو)T M>mڋW;&< 5nSߊ {_A]#`!ty⠅xkb$ r%Lt L!}Q|QP8FcR UuM&eR;)l73,EEL,,m~{h<ِ$ٛ!;W7:E=hh@kFXp`}[HKkn-R 3_c&1a9BŶa|l.9)I %05S716 P`\bT gaĆi3ނ=g4jX{WMHVӾT%z)؈%^@iLC^6MmgS}w#2UvS #Zv;6;Xa=O~Pd:픯|!纳 K!c>c3BE|]I8YsmC/[|8Ιy21z;šoVO 3UH<< :p7n%:A;u͐BȤI cԢ>Nqz>"%,TaYI'+WUf> s]ه˧98~j[s@EVsV׸ㄭkrEρJQ8ꊞWa4 mw/#wR)1.CF١po ҟ\Ij2˅v^[~XDQA*p:[Sn~!2O!vFS,(!gK@}Kf5}uuF֫z8x)-qn:>Gp};T TiOWrT&Pg"Մ=8Y2Eԍ ύƒ [jo!tWͽ mpo0w4m~6۷P39R]޹a-=P l?z qt kӻdpf}ˑk6"\gm&@u:߯R|^!2>H0'h?{H i([)*IbǓpzmSO/n?t}wDt[mRHn1 \:"TIh.ײRaW8 H~%7sFȸ*ONO]&ϋ.FOzt(BcP`N$XS(6p3Tz3Pu]IF6؏x*<^j%bHы  k' TK7 _ !BYŖ"j" ?w&BYkJmO1>HQKqc&$~rv *E;muBv$9 p ʨ5DZU#eF*=?XD?ÓD%~8B{gOny;͵u)stkD؟4<,bT1AVP-yʞщa- _'Eli_"-EiK:/^Vc[' *fhϊHS ʼn$DH3֐a`Ҷ=S8AlXK٨ Rs`T2W=CbZZ5x"aRW#2GsU_-o`vTl'f,eCU20xBLܿ~!ƪGw9㊳F`vtmPL{Ĕ {[ 4V2s4$N5w`EjhZ'sB;`={qQkfite2gݐj`g_SW&AwӃ 23} /#K|W~V1)X6Mƻ^Bey%@{Dkzi-1ௐH:6n-礔!tS d-[l 0YUf\-ɇ*Th۲K'=Rg#&|Sߡ70ifK)tEܙv~AOĭ &@CeÐ9G6Xrޘ$eyNL+f~)lb UI=Ɣ*)fǧ8[^lJJY}+;ϖ,v! En F*%H,%bt;PXgq_JA_b2֒dA+tܸ;LnԱ&`O5?Ui]f GXVPH % ņ&gn?.L'QrĐѼ](/1v캝ƖO<`sL @#PSDʤk{G\,(rSq_T3$0eWg d.pZOO %}Ť$?Qyf}Zʞ&/]DUؐc6R>d^[(_q=bb퀨+_LWh|n\vcޢC%6:IWuU c+zq7L(6pQ3:}|'Nkm 5>5L-IS,aK!DvB @sVO"@qިH;[NZH&4 $X2 8]FKDgOfc1^T6LNkqSܽtJDB:I]is >$Cճޒ[:lJ%#MZy6܈o8pB,e~m3kqFL=Ly.$En#(ތ'Xx ƞJ8fD=GĿ>UtpwSfT'2 yPih1gy^^o90Q[ΰ֍zY ECTX-PN8 y D7a#6\!hSCcn4@yfI6şuA⊈@'GVJF=j-g)dhM `rAr30_i)0-O{Q 1~Z sּ lFonŗ|=:'/NT[?HIz28gೣ:"dFJ%-̹NZI>Ce?‡}q-j1/&vk=% ar VG$iEv6JvhݍRORx/Q,:;R=m|?4L ĺ7@?ظaXL@nYx$eB<\j% &nl X\/Lk"Ǐ rBPlZ C\-/0"|@5)nP>͠5F\LgOVD-V ~aa"^vIW5"z5RQ"F1@AOsFRe1:B16ּm+Y0u0%f֟$rf@(T7,$#!E1wՂ+1\эA?SP"/&#i/Q\z-A)K$Ĝu(>oG)c v{RE3}WZ%?8rk/@:aWix 25I*zC\$Ry?>Ee#?LxE*#c1gbLꋠ8$AAatz[ R\N$\F8z{#[;+n")j>eqW;H8:"*,y+u;vlHZ5%WȣZ643uoqLo:"[(+٩]i¨] ~dboc ?73L݃ 9"5H\w+DbÊ:yUD-@_OW\!πӁh$ _ b qIVE`S.NvVv?|ŏd6tpEA>sn2 h'@E`VеA'7> bY!Xώ뗳Bxe)퓿't{cqh$)ojdObY;p դ#qҹL` }-O~V’mWքj*uCWrTm<@MӎT7-RIbc{sk0{7!PهG6ʑUáH.1 eZհ1:%>fr=)9Th60"2LxR8{Hǻ#v cE?źuvq}gE(!E]Ӌj\\B9PHnG_;f>QsVIY N/aNSZo4r[)bTr}۷_ƙGwͶ }Â:Qe@D?&=|+99d ,Ҥj77seYA㿂 DvV(HU r&hZ%aHJk9\g3v|]|^TUQKjM[?Q$#f,6^aHʹ)P''X(QfRSJo.8ĦiБ+24g f/n!>^mC+OV Zݖܦyf_rf O  sR}֮x~i08N׽86]\#LUnA*:#!wzLI=ۄyaS !_W*dPkeaS#\]G? ln};:vcR~;/nh6lV!r_F p >dV9r^%;kڻ+jU{127C܀cDwneqR_ͱҲ)8D("i2 '!)d8reUM4X# Vݔxv٣Yw/G7D o{-&J q5hmezRM d;fja΋~vy2Z_@U\-N<6[2K|? ؾD dłU Wgu)߸1XTW x4!*цl6>{`>0vLȁnbM>|`[BV)=1z52.KfK1ohثaF~z(GB_.ϘUn0RV@Tj[;D_fi S!o~Zaq\<T1f *V,2ze$뛙`iWfuR\[:8;O/hr~dXVĬ5N] O6y9rlɥ>go9@n,I$"5.AĨݡNogٟ $*{WP!6pC*PX7#=x!(fZnǫJUlPO7K^&eGv{{%l`dVM@ 2\gq >4Tl!ņg*TPrS&9 BSXP?`m\5vXӰO%[nfXòMl]Qp˧8jLlV"N> 0i\ *H1FUb?/I2t2j"oAAX~VZPq}>R~׃դ~K]V٧jlص=`㱊Uqx]""{6o)Yw(֥%'E%Kupm)R;ƳOKhmfvdqEKJSgvrԊoIۑf^'B`v'N̚ РsVWLqc5s\5?Ax(1. =뤘m2Jv}LoTnM:S#' ]DYCϙ~H:b/@0ڸ3Hn K@u {"`*8W7q8Oȟ`Z.m˰R=4B7'Mnx{=+^LCyFF/*;"S7b Sq $4R|r1GQ+^jN ̷$xwZ 6_Sy3;~_~oYvi>"AG9@H.2.mOLq}I(0PfA󣵴I Uf*YuM3@k(;otH@,ީ=!Jjv,h Nv۞iiT|Ml{ǜkl_K@Ά]Ha 1Pv 1a+HƌDjqՑf𒀽שO3#û gȯDg^!ޔ !{^N|x!A'xX9]ŇP SJ[b0\`r!8v'R#J栯O֑ p̫V& .:{hġW#G~w 2j94 eWluc0dp%tb []aN7lHjl/t7'BѸFG`L.9o3ـvf6U+Y q۞gE/KB{}/8f |$YC7n~X0\hATwŕ_&rlYmAKpIF/{VS4,lG;SJwYE?]?=!#PPۣ4Ή |s1Ww~JO ڂ$3T:Z5/rXzűi{55?$˲##yV#zdqfN/7=;?Į>rR$2vuX~{U{~5 ʱe IԴFަ6_%3EGD?8ަg`cA&G-q (iRL,~2I?~uDK,hO.["FWB_DɄᧆ#OO{Q„ 5>;єn:5ff8 w?}YIo8tkm)Ɠ|5~#bX jN|X@; H| VZnκ򤇍3DߕPW54;KD`!5mC,醕̝pCm0]md%YBY Ov~DLj6;Ĉk7I3&"QʼnFi'K$^5#  7h|ZK7BdwRaVmoq5sN%kd)]#o^%Ƒ6r2ydI'*ëXj IDB~"}H8gķ-NNf6{zGw1]6G `9GX̡υnɦ r("d',I` e?Yz*^PJHS麱~Zh}8!9h`ٱxjK/L}BҽjBcD6ޣ$Ȇ 4$jb槡p3WJL01[fJ_21:i %ʵec;_$@ڗXgAsox0bLSZ}uA qo/qiKLC,@٦l!&HK?p=X[VP~lr90]@tmf^kȴв%C v/Z&-M ѐc] ͈KQ:׌lijFïKd6V"2ww|~ZdS^~HIjC'BJ7bAQfHiS bs|ʩm>t-8pSԷ^n:N?tΠ;Yz17?K\1PQVnTs]N7;qBaZ 0 Rb n !iI umah?ŝ$tnb ђvX<|(N.M PYiֈ Gۓt!7{ gE/'4}-uޮK{|?7Z-kt覛nÆ9>%]l D]?͈Sdu ^ǘmŚ$V*;J4@^d5:`A-W3kO*| Hrcse1DjndUMa͝Kf/f:S1U$!>lwN4u+30]o OڥT*_驆)#LGxoF`?ۉĄ|/)ǖx;* A0˺ !AeB.NS*V@z^PE?cTƁ.и7$9Lÿgu7Xވs/hyF}G$ %r#ǭyĉm8R5A/kr+_}xUSR)#w50NdYn>˖IR?;%ZгTz`bj܁Ї:Kh(WQpMb餺yw[ut6jB*1.A;Pu'?/7ddW65NшplC|d_]=W5=2a,V2^ ~@)56<DzLy7~a Ÿ8vkUPI 2} `?<%<>W,RgJ?Ղtff-wx'g~^8όv&}f"[+.]UY zHj ]]^@`!_<=30jdʁ[/^1XIq3k*w*Trj !(" 2u2@bS-pD F:;B!rp`csz*:XyA5/ԫ ?'ȣEm`L,4V lQ' UBKfj2 A*0qdIp|FG>V'zYF_܆{ ?B:AsR4 E腲y3QRKq4  ůp-xgiscNŌuVv A8>71omk*5@1l-~>{(Lwp-I |F;T 7pX&uU^m.u:_r@clGHcwy<}3 ݲ'4?rq[#yyԵNQ~ TP-GǻӅ,;G`|"ˆ>aBc>x=)y-D+GpO)|$uYnQA.Nٳ ; ɟ7W@t`!̦zXԢ nǓurF_~I\|Uߏ^`de8#a~"H?91qbV}Ov'B_0Qb;iIL6J֩TqYDZj}\#yDZh"Vj\# =WlL8ٷ0|^ a}Cm^T|{"? zRbe[6*pbzc hV,n6pq&dcr*XA,ɉ /mNOȡљ^(S _??5U=tI-2 8[^ _L[ IvvMTvů 8DiL T?V7yY=G`e`},}qA.!sb~+ڟvm$۵x _ң%pl4E3 1КƗoA1#)a8}ȂY)V)?xV-]:^̧mᶐ.Hϐ޽-S2Z6ξ3a7 Pv 1F XԨpyBSb׾#N=v@%EȖB[58bj ;"yVfQ1bQ`ʁ@b1ށ5{BN|lAt&E p}xkD`Z"Msʉ]]Ru>6.67g(Ts2luMDҰDH&B:bf7hr?SFy'N`;Hx {+af&s|R~Botb{ZW[/߆䂒CbSGci8[bĩ2ૃT a~>c;! ^@],pv\I > ̬X|sjf$b.ջq\{/NX}`t,%jBZOWNE\7* grp9XREe">@wϑ !% U9K|uM2oC߈zC727P2{Kؒ$p1[YqW*kjsR|s{{[7qDS>~hEkյv/.a4đ9Ka|?s *5VIg ^{ $TZYeu$5uR)K50my;/?fH;IUEbFn(B(.["SD,xBrXc,v7sU/),rf5wq~.F+ |^b]$D~Q2RbaWtZ@졝xE*V{=xy {& 2DJ UΙbʀ5I qdm 8 {- g[k+'97v]іUo"/_lq $±σ`vX<>`thn:xKEZ3,Ϧ{!L)31ƉuVhn(_$,l \KWZ.u^RRGL 򅪨pjŻ&lKxγ@SJ7~>-K%ẅ͍p4'g]O:8 F«~l?]ds.ӪVaE~y+{nJwqn\il]NڷRiJiUcb:/Iku!l5NRwPQI#"u KtsK,\IzLbOHdw% Le?*i#56.eKUɉK|i?v]<:@P51} vphvq+ 0f;GA{&/ۥ`O@UqDo5*YvfwI6Acnyy^l=Am(oW(q&.:{ ,Br1 禡X%[5rT@rB,` ./&?[nֹja6L, ߨq(OiP_UJt8+"#p3:t*^^-9*UOyX_cV!$,F.s 2¯2${2B:tdcjܬVZҠ_l5m ݜv6}t}(M[ Yk`Pzi(La9NTFpcF!WFÔW_M}D?#6s 3Er+`78 ҽ+pQV=>i#nW)mXJr_2F52vPÕRn{9E]F2*guo#ʂp\_wmMb<$Ͻ-҇GjrN-0p4l˶<чJ"ަ)哴,k{FT#p7޷6`//+8'ۇ"`2G#v6c(as`@ mLΆM뛴#+"Xg1,=yB"y?\)X)u~@IK\8\p+}x7A$n8T?XT۪u+'54y)kE-&j>INa77GޔV 2ei͗Me<8,Ū-,(g۷{ޝ61A62”8dY٘$ւ<$V(_hDf#a~u)T|L/-fXn pY<Ĉ?|5|HpA, c3#{Xi~>NIt m[1?t0"aLa/vйAF!@_!X&eyf\CʆA~.|k_Xcg #%*Z`@B){ц`ao0\^jgm>I02&3(P0Vd%uXk9ii-;0k2Q#?ܼ]%O{Z6A?f{c0C@ 19ҙ U2Up1ӈЂ3!b\&D[PyƼ Ȩ @q@sP&P|0 ˓X t?%6q0 jsRbyjь%v %Wϩl5G i$TDN)W`I 68ŎX%G g{x |;faX'܊"νt:>5(>um fS|!c'7 e/aeԋoFꗀ]h޹[a۴jvK(a`ݹGp1*}*bg 9%(B8M O&N}F%|bb6-6yI:[ᢹnQאJXqQ+0Yv SPO/@5! 6߭7 VxU;傰z^؂vf-ez;K7ed·{}9h{q]ls C35:O}uV`o4D|9r=w#ɼg]?JԜe׶^.loIy{1׵2ܳ-)HZZn'p2+e>EZq!xK$T'\*Ø{ڲ i[=L|^9Wkf.M| KtZkzOlz/ي@6@RѺ8Y.rxb-VLS4A HC{$|FHn>B/w]Jm ~ZDOEKKy"q%SLyޢ@Jy~.zkEM4(gnMzv\3T27 [ΔI[#{sӞ`f/8[3 >i!%#"d;THʒ^e$DgyqjvkAEM %=9u!AO=q>FR  Ãk y k| ͣi/(Rm/x̎?vRI\P2 ҖȬ4Ys84}dd$AIAt4b0= n"gxt!9:v6KL2نKvg dZOLx.^5UE@^ZR1 P ih<ݠԩ]mYP^R+n}WoYil'ˍHvM ZfY΍4-}VgwTmsEk~}ܡ

=}0:@3bS) li\K8>1`YDrCY7I 672 kùfbg!)-syz'fq>LT+WildsT9LjO4sm&'|pb&e+*Aw ]`@4vY2]y1q.]/Bc0/uWu;hC[nO]vH\孻d~A>yt ͎oJdwa՗:!%UUu$eb @˾IJysс\t cf6cs4=yFIـf^lf^ rߦT jHJ oxct)[?Bzv*Jɻ|m\uhV\Xd!xk-Iul=Cn_$X~}pf||}63~^Aa2-y+5!^e"$ˤz5xK K%"M}ҚyESjPKP~n%2]+ *9CagJ=!ﮋm[ )-CȌoz2R5p9h$)6m9+y*c4LRI-Ígrځ8侔k&hIHHD\+^ja0JZ2)*Cп$~+ E;0A1OJ U'>A15pV_>C+;lʹhwjx\P ;mh8FUj09pD/,)ľ0XU(b{t{ݪ!a2rEe㼋QpuWb>MkFpeɄ ,A'YUWעWY,l{>,I-Lj=ENڙ{*fpw'a⮄?OpMS +pfLG#7GN-OʗI$]]ЯreCE+ui i#Z ?Je AR&I2ؖ(+NDc$"AΤ Mi⢥qKWT kv_"P!ҿ3{BãzYˬq%l(ecڦt2ˉ>l5 "& P2"-0J/PU;'F84TvCN-Aƹb۞@Qao(gj劦O,__%>&>{6ilʑcǐB٣py CA: ^ &1p)|D4ǾhOIwnq jOR}6?@|+oKxr!8X˽DQ|~x->Lo9qِ0&* 0Cc=.bpԶ4E+عўGCD+R gmI\@t4]yMOΰE;Vv7F_jL7.`kԨ s\_h>C$_pZc }6!TA:.D- lASm4za->5m1tE)>Іmo햄#O9OB2c.2U'}Ѭ&:M ✬U^!~%:ǚ ;u0F? {@b2GujDM:b}/r1G2 MySD)v/#Dl?xs䔯LUč*=FxA#t_ab T<H zL>fSԹ cZ;19؝yL}o^desᲢH%ATaE@_( +.*W;k*S8|aF:%RN~k:1QYD|SE~)+ zy6wţCjOb&,Zi"'$2rw gד'fȟb{NAy*:>P?5w~Nx@QUb{yoRn~lם;*2;X -'7PGM-'hsy<5Pw&qS߬߇ Rk.%xz2& `G$O ؜h^i.Ajʓ#uFy+kk*J=E o11 8i9M?"4쇹 d cv~SP38xBcɈX#e DXWUkF\WL>JE1:D 3yF[C FFc zQ/?_`#&j¤jH%c{0FWI5-ԝ.> kn'`[|_̟51Eԉkޓ;MMx64:;K.LkNB9K^/2週鎴.*R7 ~:{jz1Mze nk#D[G]M+,il4./o 9cX6#`"'͢*[TNISs t?]yx;J*6SkxKP'Ti)Q1j=%9ph NLxqmHXƺʔQf㧙5ODW5TgU>K1#Ԡ~f=+pnPw@x#](΢)z#DUoZ/h|W z=Ȍǘ(zʯVōP$(= +}g[;h-i';ZIe+Aw.>G ME|%r08E#s BBD[: LUmND{Ll.Uw na@Bu7Xn=wd= 'Rugp倌.kz IF]&D 1ldpF0(t"IϣD!8^jIO ǫGR0+ܹ i:wGOԈd_+YYE(0?GdBE@8'|dX'Aqy{8)JCޖf1/0]tz~ ֎(AMRNgP#$/#d)9M K _ʢ53B(a24[2A} /iN!4b.*!SPE@u!ef8R)ysHU1"r"Տ/,?471cl$On 4\YbQ:OVToeOn)8LHWiGvj͟6||>Cj  ?!{@3ItD2eC~l u(܅3g|v'c}8pƃ*ԏ z$~ OB" dǫg/qWK#]lgD/8⢵*CϹo (Kꔵ<`@h8 N) x97]ͣھqB{NxZqG0/2pk|Vr E+~CVSʦTʈUR{b3fA(5#Ɓ( uů/,-`Ӷ]kj"vA-;_Gj;I'& 7^3`hɁI,cȇ`Oj1j.1{]+a3Nw^Qp^;uEXn0cEɢRAE1/mymR)~^lUtZ6alU'3,JRI=obTB"; nJkFGK~Bf馷{&Fx' r: ^ ާX+Vξn;_լ} IʹpT%]t-%e]er8b. a-⨪ֱqѧEѤ'^_zJނ!h{Ύ"xXZVB8f'GĻ ׯVw(E8]K'̯xI7k>*]I 5.'vM]Hi=rAȳAyl"`0G6N7~)%'rəz#f^Z=YD(K8df-UQ)3<騎?GjB@`oss.?_"jU}@ ,G䬤L_/1ݪF;uXNj>8DSVK,{4ӝJ'nz ؿmNQ) ν!4 qSxۂǢKϮxjI&Te_ *Kipƶe& u,'?8[Mϒ6tX5a1I1]Ӯq[?¦!YKć…؏'~Rӂ<vUn^ÿv46 F"ڂSvPy#'gqB՟QjKF S mEjʼ&s$$gdg~vp)@~ d~=˯D@22aF Ks.\ÊEU0 6:rl#03N/23cw=j8U4 [6VT]R5ذw ·ka$ z[[ZKۋ)%#x!A;oȜA v;lqoQλF5R?S|xY{r"怷#z:JE|c{ 8y'X7K$p>9(zV@,)oEjk M0;b1 O^26QeE'*CP?%cu˕[`NcZ'V16:bSQ7T#"!: dq%:zAlEM?NXFyZg4!F'ixYdVˑՇ,]pJO|+;6ɫ?_F.Wvt. !Ȝ.F5bç/.`4Ys5 9\үg3"ؿmԸGq(ڎF ![rNi] l h,fǧ(KUXr(AoBTf { υ&Ɯe"Q1:o5B8tu9ץLB\u5EK ژ[^QU@PuIc9(\<Ӄ):)iW M֣mwץUޛ!8㽲'W9 ?_{,=az;59*qoKyZ {Gb[,l'ftYջީ7oLtdxT`sŝzą6*P!}>GT@Fkl-[pNnwuYg л^YZia~@1{Ac'yԦURZHYs![ )&eU,D^+% 鈷IGt1f UѨљjl-DMrmY4xk9aHQtV,n㏷4V 4 m_w'KVUqQL:,V.#_?dxbzX-+R}3d;o*!_ @#T5iZlsfCr쑬b O:͟Ƀeou0Q "Qc]TY+Ϧgku(tO3{Zi 1O",մ}}X@&:8Gk_y|5^#HJo>(N-K^ܗxMn457 QZ VE2e;^bEa'ǑHط`FG!/D?b\sow'DMŀy_5v%!ՃlPw&ߝ>$j>[4zc1@TE-;xg4S%vB5^44cśnaQ3I6|LftEw]zcWOXPi4L1kaz V>D㫿o+%nLU8%)n6PQ>[`LNvr\6辶k;zu,z׫e]h {jpBviy?E Z XWDDOWV;[X֏m 1X,%Ř$QSajy [vq_ϓYđv^UuxbX㶄VԱ[-hDT[K8 0u:$O 8U[|7n4 sʋML$7e߲J$T_)śhTo/*qOf"5|(9O4vIQĢWkG76kix/UUerI/?y"! G9*m+P1 A}\T!d"#Xy p?]h I_|+MO,,3SwxyP(֡8b\6p?N$R:CPcz6\̣ --?UQSwt ʑO8}7 S?VZJ c1y6sF54e݆%Pn+|@B͉0N̰h8I۸GI0=y? /eU$s|b}߸\qcS|I U7~U@@t1:[_m^{[R3؎ j̼*>zt¡mDRrZ͙݀#T/I &X?rÒGEbͶ=$GdE^lA'-q2 (20zzUѱzE GWۼXm爦jBǻ=͸Big,Ap$~#|9 0}< /<=z᫄u>P`hO76~ړp~Qï YY.T@55hP1 I،'S wDLo ^v>!ϐeXJ WSv1?&@3 pU=q-Dɣ4BSXvOF*(l5O%WX+~hLWeߦј>xo*cV䉭)xyOrG|AX=ۦ̨Am8d+9 ʜS:9\?LAՠ. ͪY?μqgmg'† f…ܞ>- z޴'#>"7!|SReńN 5#0+{}=vy|Io6LMi%'X*0j}6yK3,_an4y5G#XlR̀t;BQR ^6J(X|XrYB-dKgӹD<a.t  Š yU,@:3rąj&cU _{(B[;HĬ?T0Q4A"%34_:)>ڪBٓ֕&V[L=י;dtȓj(0ea626i31 V8V )SڷϘElCKB(d\3\P[4'jUFi>pzDG3|HK|Ŗ_ TM5 P4cZ&3uWn]KeOaQ!:B0jͤ'`Z`ulQ(ʸAWC\:̥7=&8G~v }t#=crQ 2~,x nE"af:L4SHRәs{5Fi5 4]fwIS7BKlI =UuJΘήlkZ"ӓsStӐY\D^Е#7stЫi {eޗmH_j: `5@f p*2O,I* .JOhh@A$DwM:&N/%Rėe5h5QÑC"IgՇvOުރ;1|pscP4Y~4d6UC:Z`1q?,1L3XR44WP^wb,蜒%~ & Wn]=Q]- #vA,&?77S`pL+aWpbpP#¿EIE%k6P.o^s-"ɂJQV+#0-kj,>J8p96Da-g|EZ0F"R]/k_&+k(LYyk`.au=BF]:>l8/x`,fgaP[ȶI< D68;HcDs=xP7ɃUұZlSJcFyO~ڤtxqkk#a-pMnQb'V&<1Ap@Ci7soǫ81Vh.15B`py~ڒ_%˧X+1dQw%(lB`Tzk:q$&*6sLIzoBAM6UСcOJܓ|};C3:*Oy^9KƗc=MB@{)Elt 0T^.+m Mbz2@DBNy&STZm#zi `,m,-tT;qyaa[@&>6ME.N+!%U7䞗\>]Yι'[.rH~BSo`D:c:ԿF4O*k,j}1e_:p%^[SGAvTTOSp[}˧YO>>ïRIkP6Bw^8mہ.nCGa <+@4T<4Lc㽽Q3Ko5T),ewaZ*z'kz %oow$h])}~a hoQO9J ,:䐾i/főA矃̕?|+$[IZt!u)K6w|+V3ₕOd 'hƶvI&t+2rwmX{qK+;ަB)iIPr^~JѽMB;h6/f6蔜luuuQ/Fu?ߛ!o≮,"$64ETR+f#y3c$4j?eSݨ#A󦌼r0&ћ zwaw[1jQWK*=% RC3u3񑾲*D[>>C}0YL#K% ιڨ,ү-݈|Ujk5RrR#oȲBϰ t.<ˠ~~~, Z>Ft)=JyqT?!a7; NhYVЃV^˔^6@YgOXEɜ")d&ҭTp|2Lbэ2Z6RXG 4IT3b(tQ{aiF,K5LL`e~z=5L%xe"2W}2 FfSC  zrO1Sܨ|fj ";2˦SPUNz*="ӟo &7;Td`1'@׾k'$z-AuʻTD%)،,u} xn޹WX%@uTmB*1xvF*aIȧTn/6;jc3^u~h[^ԁH-N#du+A[޲zx0N'ϨyY?UG #XSݖX =$nږ5>Cx̰J=HRВ̣KwSѕ_Ll&[_ iG -~zG +'ۂVW?^J?Rn6[]x78E[%LjrߗZN[-w'ujeag#keX`(:[`WDWÌ\F3wB)S̋a";!)otǞEJD xn ۦCC$qtB3xQ N jY۔C\Cdc軮v~" a!gFh–Jm*貳 O?2mB Dd풛huњZ)fUW8 i΃$WqG~I\ĸ?4z $- 4~zw;vY5C&/h/$,,v?<8Q3 $l&.CfPNWc{c-&М)e W6gt;hz >oE&9 lfč:vCu&GF8O&{oj ՠ4ՔѨZ-ACE3ձmJުNUg"'뿿,?ߔdLVa5QKi[ b^,X-+w ~.{$ƅ&%{g/[\QNdy[DDu)o;8)jJI@eIM2iOL18;]ғ1E}3;oud1:.$~#L֓?8 uE@ ku= hlz@C(r$*Lߢ&ig%=] UD(^ÛWڹwpUçIToHv~Ԍ9 }2z8՞~GlgB}Cw#d{*m1‰b3>%:.c8Ƭx{+XׁVI!-!Xn,1ςON,G>/!%E2ɽ91x}`3B3HXcaފ'{Wj{Y=*%5k$(5Rs?qkq/-vb<LUc.vr{]J/hV7t4 ݄QFHUX>Ȫ*ЖɤDmky3i3*Nbda]Ou;I}փ~q}bA̍r$Mz|CQJ~&wC=q \\m:ysߺn{4&`rvKK]Cf#2lWCD#B2V#clP4^.Y #$(&WYb},B:xm3J1uqن5ߌd'%q vb=iF~Q\$-(Z !A:PK.Tg`N3myYXidNq_o$8FvRV9L̷*FsRɢ(Px!YUQ4#4(с'T%JQXHE;14Чjw w9eBz-)0vn&zwhU"V2B0/UȻc;@0麎,>[Y } 26-S,K@TH x.NK8nl%.mYGVmsX[xh(AL ^VKu ]aƜBQ};+0/Gء=-hݻvǡ!!xӥd6o/j\&X1s(krX8l06I t}Ka`(Z@ܶYrW`$$7ERxw#v8T?*g9?tmo;1z86[ʨX:akʎ9d, ?i(9S'i*pZ' o$,W9,(%(.޺uOQ5>lԑEc Qbe'.7|S4ǍJk 3i(PDRV]Ǵhڤ{nq08GZƷ/,?[bnvu]p̆s#kK_Z:pSìtء+&`WB(Gw{CVhghpƳ6MO )ӄ ǵ+j"R*+|_M'1 .=xSU~U ײ]JM>_NnrxCX tըF8c9 u<%-<\ Ba9XsEiQ\##ޮ;-'o–+K;7gmB:N/7GNvyXe+0OUІ3g9׷|G WU vj7SrFlSpUa<͚xXu*lvVKU1|ӻ ܈~@{5t8l{4 #{il,PI=rYt`JseLqʿs196Zȱv t5m\υwk@}q|p^ iSAE?g 9ʦ v! h&$Eq`A~>(w-nm-0$8t9SylξE1=}qO>%:0+ Gfchk4&Qv#B51Vɴ~.fTu B!\ 4]п0lGoU]*AZ/SiUXi]}"aGIKgqH}AFڪTal <,$Tj T%1!kÀU< sڀjG [`;(iI.!HXtz[5{jۇJ!G'4)bBׅ 9mاܒDUo, _Ri3N Ņ(k&#) $z*ֵRpI0hR=:qlW>LY l}b6m1)hM@Snp\T)2fYjcn?-|;Z?B4x'h8:+C2J$H+pѱ(RZejn{&,M&vG!&1/7N^S*#.X4RH2_R!zD8ϩ[ ww7(0i_ŧ`2>iwL<7vv~y~sL2̢G5 {`vk ZoVQ fTPWtz\gAm)D`]nÈmJEt iy3iÛkYb,a?TIȲO`{%@M-Kts\1y$~`:0D@nϵhQ|<4k A:_.M(}=DG\nS0OH3r%/` :2ϲ$DP!yۂcPvy;"{G@l\Kr7}K,񞏒LyG?tЯI:d>֦hnE02bliϺUϜC$O6/{,-=:Y &d=6:T.yL#\֗Opfg=Z9"m\\ aΥ=r~Ű՝HxA.BA2a<۳oKOw!u"8%)x[1Srр=q+.I{CJTlx,Զ'.!55{mҠpHW7mI礛=kPR$nhyqP1C yi) O/*X. K+p$/igG2xC!oΆJ._~]mvy_L_2F'hU^hiVϋxJLJ, 8ig+AgDVm̆$ SL&TLSq]ǘG윾EHu-@B rlBJYYCK3>h CGɄE:.bZJNz8-pVXocc|Ur>+ X]06&fzTg6n!?:,Prm `%ȕ;!q_xyvaQyfd[ȼ&#N1kFJdYT0N~lSN( J.L U,mTϣ7!JNs$G*kt锝'*!W5/m]q;ǝ:Pe+&-I;\ ;YeB VIIL:9ŝ wb):( .<"V:B?{zʌ2Y ,#SD?c! H)$2/'*V  }8v*PrP#.kFfp;i; j%}6q6GWKM^ڜQƫ12kKx @Y^J(ɘ{?Q(dd= 7.+f32P] tC&v)Xǫi#A8_| N" z]m9+.1Ǝ*)Qh5爐j\m$ ]ؓz)#KW#,CgБ)m*YвA[cw( R IOh1ҌefCojW[$rG=9>,$4ʥfhNɵa'S)4eXU { /I0RПez|K˹8i8j)<#W0!anOI@SORsHŨS$džoUy'UACe.u('g`9G)(C/\O *XD+riR]{.EhN2Xr4=wKrz|N}+υ:WRO1`AFRƮ6uR/^a ty 6h",c;LVOңĹ^拤zЁ^\`w Z&k F^ԵS""&..t>uE.eJ@;"FbKI9|[_JQC&jQA΃M#p90&2 8Ua{ >jLT\p5ơ\OT uQ]5lt^J_sz~wq2&щ>O9 Dq"QV#栈hE 4ڮM@$98q hDq(^wRi T>>*c|ouQ|Oٴq rdg{OuczF1ȕ[5 22*j)8>[js_h9jge<d٘7[RIon42\lVUmjGo3Ħ3q$xrHiDd(h"e~r/l\Ǵ~CqB?Lܝ u|W{&5.)C|z|DڟSB$C}r9MR;J]}rS[D_B9"ħl:\ѥ _38vI풨ؘҿE N~gq5p7O6hAuDQ$F گߜ 5㼆 PE,|7NgNa}3yzS"GIro\O$\E][6N`x>6[Xā~^i#roǻ!﫩?U%G ]~Y:3A1&%ԮMWƮr:d ױ^tSN~XwB1wrBFgeYJBqu>7YJ^W6H,W%#[!Y3 ȮR+K: ܘ0bʞ0|JT.V"+>R^q'>Ÿ~d~E4z7;o~!yo<9/Kyĕ%Bjox(-Ц 7O,>:8RXj]TTC-}C۔_hAg}[>I yN(9WnJ#xtxpZO4PmXW1@ Mf^Oc 4ՀVت=;3UGe%soYKX8X*Q?_,H/A\0{Fz/' W QO@bY;2$$r03<)PڛU&/d_L>s9U{+m9=4_*t0)@.=D'C2]`af!DzqgCȍrRB!Ļ) =h(zĕĚן_TԢ{јDsx36Ы W8$ļ>oT꺰U4p8N)^.Szy@9i`r_n?fFOMyqJ. O";o`Ts v Т@\5G 'F[E\j3S[G= Ù]qVOd$h]YV1m,汊zog=錌k>Dh^/|}WDžC4U^7=b/K E'/4{o/};D} cy%"+FvNJ.gPWO~_E& T7Q~gyޱ+@J{ frMba[fs~xm&:tq*ֺ%`HFvch{>x'a_"BS7 WI9"52ĺbS xuO>c6G y<J^!K؝C엜-{Oa>o !Pޅ߲܄Vl\4Ñ҂IkHL 3 o[tZ~1c]ʌ3FKjH/ $*%,6ZXsp*̬/Ƈ'*We? m^lu"Gɍ=|+%~1iHFVX`Gbͧ?=gU'?; LCO5A!Mk }*^) |yuXBd&D+$W[kܗQ*uS~+s{ q:ݯM)>PU#z DI1WDcos G%l.A*bO5WXo0Y[2PS\V&%I˨;$7~EHkMiN[ w 5$ j's7xldQn:IjH:D7cO`hC;&oC3-C* " 3D+]2F1.%-cCyʟj#w,1'ط؄@m#eɗ,ԅElD!&#yr>(WNp2 V2Zjz&^_7QpBGKл"B(\p9N ot_ ӔmF-Ԃ*'YZICHH} T(`oCTku?)[&Li SRٚ8ұuyTf*u*YR#DuNWgҕzuc}M󦥵f.6pvS;EFr%};iPT,_DvJdGFdj ?L^fSIu !/B@ąTiB<+n)i6}e xϹU/A~(3 vxQXDU壆*J [9w7<[-Xgg ly03Eg᮱x *یlzq6~R#g1>P|A4T 6Nz aH:nL6ߗJ Wiͻ7Y\^.?<><>ysfasWٕ} \ }w6(l<53y œ8 n[G|gY~Hr­טvqTҿKqj-Du/7 o ޟ)HQؘa}^ -s7$qoY qv؊IUtNݷV55 @U_N\Оvg5a.L aVc} a q Eog]vH-FRHJ^f} HFD nC.<"rFOqi.[m_RX_YZc\/>$g.4U,v҃M {^41DP5qCv1Y(HeC(V_SMB~fL";\ҵ\椰T9%65 DR%yTD{dbL9B;;2 {J8\WgoM77eG*i4 ቆ ]Rkֲ -B&~m=M1dآQ h C8x Ձ"ަ´Ae CTufV>@FY $0 ;l+f:0 &?8z""҆ 94H Gv,įH7{1| qVܗ_OZ,r;v0I"*ⶍYO[$N p[T87@u^+AxxAx"՗I&+k[Ҙ]<}ߺ 55BJ St sAܓWJhҙ\2EC-$ ꚌC%%,;>rC&߷Kݔn] \ÚV^M JvVH6W*}ֆ*#ty]0l\U|WI55HIki/T"?wIUQD5g Fow7aPˋ7"olcv*i1y,%>0n:֯p ((}Hlp#KX%bh|iH,9#^3^/?w.bcvt$ZCr6 *LnjX0g5y0KQCn@itsebNvC[<ēi^h9*q[qr:_N 1qw֞4g&UT[dF]ɖlMש!-Ŵ؅ve=holR?T㐦\2&dxj+E o[EPҌ}YF~|o-o_bar2|*: b}Zȅh Y8B?W -x=iWvaRi!> w.9ו`7eX_- ú+& tq||3=p6;c%pGO0"JWgZ* _VtW[>,I?}ktU:W_Ru\/gL\| Ae` :4\v`aGT_xEL<^H?ba=4ħ $&Y3c GRedݸ|k9љ5;Xf5=-6F\xZ3(\SjIa!V,žtf@&a[~_Th5RnLX ף_X޷L#^k9LV6@Fc *8 H<:W-oT(s)^8 ߉_ugbW7bߥ 6,%'U: ^K)n0 _/7nһs!9{Qf*_z2 R+ =W1N,-RCu˘#- '.2da`Px3)cuW`CR0jRArDzjG,F)D{̭L8#%kҟ:x!,X B@g\RxjAENsӅ!+ rmu ^#;åiƪpgΪb o(NJ`H\}ʿwFC?#b CU>A-(Xk Fn:wjP8A'2MGo`I@OUuoBiFBC[lAqT=SI,LZ: ^LlvFoc+T`CٔĶ.,m5I@/AxnMДrtnvfj qV#Idl){1AAi1' VD+\_POMv8zE"I,EF=Y>Ǻ  !CD\|O S_XlBRP=7zWjVma 9d3 s-P6_X#}xux.3T֜tur>z"bly d}Et xMéQWx8UhX}ΙG7ya̝֙%&{/JJQ*6e/f-ބ-sT 8Wh0GSKc>VkAb'&@mȓQxUյQ)[g%I+3DڏcwT]%&Ca*!'HeKM΅l4SiO(P|@1,+KlӄlMG ΀DNkqp{X,C>nzGv7a9m|3]lP!& h䙼8WLQ ZQ*Ywڇ}{fsTb5sFroIO !'sCq=z^ff6 <" DhO~@Buk6[p3t4p]:/KvHY\p㓯`J+QlK9@"aNH$fCludC|6"x"\| (r;{c+S"-Sx"5bIdbO ڣy?0%6'h DžVm͓ywş`pО# UtöIKde9 7n/41l4@ Ul57I{3唅*JƂ%4x.d>* mϦsHiV,+ oz11"4U!'cN߸ 쒢TJNVV L:F036Px0|(> h^c'/m \γ.`1;Pc2!O8j+XΰS?niiZ^E9K3<;v`?/O^eB*uϚ<x 0'큡 &dCPK{!_uhoR69yWDG!fL_4^  sv]Q2MfJTEPeES'kK?e.LTYZ5JAsY0PU a_i«]xl@>Y8JMx3kfgSמEA{Yl_JA3'3B窫u(&$_&hJa4 oNĘ}vprح]x đTҁ t.0VY_'"!Qi![ $.t3DQ0hۭ][U$Z%ۍјg$t#.ϲ? W0An^0 24W'%,Y 7(UFI=ڞpr!D@@iHX7d=7(v(z{ H̘к,ZZ6>;}JGBDN[ ğkEyaa/CI<L&A¿e8[CHOm7Nݹ;7ҵpwn]hl"5LD.m{-4o )ߟ]OwU}JO{J:Ǥ[醦5Di['K {/$W-T?!ϐ9Kl)P@u1;#P6>Gc1.P%u>y" !YBW&ކ=J$dh4!ШVV1}/m+uRs;vd@|lYBQ|K7_N43i^G]eu4;Bz tjjYr7/*?kI40 72'$:@ "2+dV 7lE5uVWֽ>mMZ?Zƒ 5ڐv-!m0BݥF%k7-n(p )|$|{ Wf j43;vy0W(])w$^Rb psK ükA՘;aŻ>>&YǍ' e:Ǟ!u7%nY0֚$lcK|,w+ c|:IO(ק@)`rz!B 5 ߹{r\)*aXd,'AB=ihϼ\b*o4<礘/fw=9TrGUΞɟKZ(ḥea9Ү)"f^#mJu?үiɨ[| Ww z J_i CkrK% +]n+]7 o&43$|5@1ts惊iM#]cp-ItrRP/>|'4frQUtz ht136$mA.QM'6vqbbWhj hfGTQ(mMh^\`/eQ00|:Yz%_)"rp'+e|)(meJ(<^-5a }ĿnnW%DÅZ^I-pqrq}j/N^?*`F7ءOU:Ic<,)DxLQ8%*Q~&g)P$G`|v(zF> ?ȔV_C9ЛVҠ?BHg]+ ڭ&XO1XOdKDL卭LLlYFv ψ'öpwE[%B_nDc ƌe"lnr96wb9h|J,d4˽K}mI9tgD; Z3QKdduک\8Ih|]%gݎNwR傹j;\./a;{tYXhY}&cLqgR2¶"vܰ<Ĝ3>r,:VU%c K"m=p|ֺ%b]iW>٬i#HIlΙrbw6Eqŗdx/keLõ~ g[{0D[jn>6؁(ޙ_n@YO7I\/pH|C s};2luwQupT @@-S`qT^ TM"39Բ:6[|Ÿ"uUW5h \-^ bK!HN x,MoN%kvX Մ˪q ,NwSX`0 e1az4?;2j[8ZӢ>hZiőpWIfяE8?\J}.$*a L_gMFЛ^ f坑F!ltϲ)sc W-2ܟR_Tiŵ7,F\U% s_ Jm%ʵaDĂJ2o>0B\OcTh*<\̩C^k,'<>|Y*.ս}Vd,T7y9TZ, 0Tk&y\CLrV58/?k2mƴ;YjA ^@!J^\[\' U7#ORB1ϳ4aGzfdpOD @\uCd/?ܝl'L=h%bcrx9j/A_Rr |[9;5'ɻ`u"h:bѤ}A{i.Z-MCx28/ZㅾY!Ti`Kr_x~q\3^zTn yvܦ7mMV Em轨%GaTEMķ mjj;UN ` g w?yxZ9 54I'Sc$n fdBo%y).HߍP'I{am#f s0w1.wjFXT)̆!4润YRr( e$I?5@SxE4Ḡ{"A `&Q|T6J:z$ Z`Ajoy'Tm;5mJwʁX5ͻUT !GЫ(q|3[soڣnr{CHO|5\%Z:3ۏi?a"3i! ;ow*1|S!dHM[GTj%*Fվ[0(wZP1}Dqw(,irE#yeZETmX.]2DŽΫE cJ4N^Q͑sjؗ:6nڍYW~Ahi-բr8aNm!x|RSO ϋ2tso#D=uLYv+<DjWg["pRKpE,Ւ>ALc.+xR ͼQ;m( Oೄ}B6~GږGX \2fy/8g\ e5ogFgBJx rKNHA"/WxI\.\R/$A! tS>?}zj;7?NL)Ud(*d&@?TO˩fD\o3p3|uD5 !Rn!őcY*Uў>  WJ w7eߝVYˆV9VҮtXҼ\@VA wZD; >$A²5i޸ ;Ciǔܠ춶J oԣ_o-GhX]u7p v)i S\,uCX~?}":}ݯw=TR>S&wաrnė£D2:CRBI%!`KǞZ3.o4d^݇,s^fZQm{yDuLѓ2ҹV7q7fh \|׍X%bG^Xؽ}F?7Q.-x_F(a%,a^Dnďo;hEX4lpEk`(hNcWN g}¬ʉ-oɛQDڵ|gPYAX#R/(dMػ:ݹ"WqS!O$mY'L{03aU`M Д*CU!iúaS\Vj7.[ T(Aƛ8hA8s14@nWOMq(X:u䪉XY  ]o+uuܸT4qLzt]??šj"фg?'NTġh=cA ɂȦ`I9, lw_*ÈЧ3|ԤBqw>1`ˣ !Wbt{ư{4(XFp3IKVF ;C1+jQԑn"PZ. a"y!yomėz&T"wo`pu{_]Sլw(!;g7g3 X'iM\^l,K'9r QlR$׃[K ȫFlz!pNOhRz1%|#f9q^| [L=R*r$O,۬?ۭ)0KsO$Oia 'vEe$9WJ┝;CK =Җq$a|A#D>E^^R訡Ux'\}#'`[q}fQڤv3qlr!+EgTQ$de+W^l5l(& + >yjlFs>y,:Q0zߍ  Uc.;R=N]`jh!15XS|WWsR{Ѷ-!yi+"%u&Nk<nlVv7WJ vXMœ!RkÛ0TI?Bun5.6̔ջd0'NDu:yX :͟Ŕqg[ddǸj2&v#ˊBV% V 3bM#,NcG[Nh汤!v^qZ`5`0= 짙ͼvZ ] bp^x aӀ&8JXJU4 .BS{鳫l(E\|AQ2H?d\sh?.AD<[,):2Xgnj,VQ},E6' h?u{8*ACzSGѣNx}S~{{LzDs"jv-Bk E8AQjSvL %EB4Tx 0g K>H8b,qە?V(4QD46A[^5G$ @p,6 LZ[D"+N^P+N@BwVG/L9 ƌl2j1S{:2_,\c-h^Vpg:3x*x9c!/ֹΖy5-k!40C$E|PIi#W4|/lA0WI.:t%vWE:2#3,B}XFi:]UJcEWDHP785ka"TrO%ldۈ2p?yjTq5aEr5 ]Q۔Io,{av(ر?-W^Q,*n, CN f9Jzܠb8.9<C L@ ‡Y*2Kv-6x"Ԁ>]W~$6gY[.O<*ӭ*>xQ'J?BW&6:Đ][itT_mx:|^N(󻈙{n$q%-.?gPեS^ʖavᗪ@<#~1GqEW/J&tm7AE7oQGxv~@'5 l:z73Ǖi-k\=EeMm540qiXVϰORܳD'Mw"/J\Ⱥӌ+bƪpFA`-Ѓ|J7C:<[^Y`=%=XEP] Z e\e#SOhB>F׵UgveoOSڪ)U!Jd(\c3=SׯQo@6|}%eT“ vBlBʩY4Ms/'Eoo{Hi6Я`vGX(lvB`w(y+h!\E[4B͌Wi5XNWt€RJg>p)荮9c=bWaqIhэX(_: t=ꏓ(Z0e~i_U'xN9ٓ%h!J\'ۄ @?P#^ʳD/v|*5xRWt^F w-OBkc^rj>$;=}F{Gꮣ+E|Ϧu/ȥ=7vL9S +N[nVGW(zB-'%Y@DjISY^s/sk?K:fmsΛH1 meX)c`Y@ \e >k|{'D%XΗŮXoV=ݚNϱ{fSiLy}*yi} VRÞ ,_*rv2ԓdsaɶ3-ɬs^t&6rF_uݼvsGWsvB|X vhE0.#G.ukOSG-nw2{ZlߌXKuϸα@ЛIa8OK8d t'UOdW5]ξ[Sh~(90v^lczH⑄.!NJ:zOs@s:rW$ɶ{^6@KaX&|YKby1,viaq_r= ,%Mocd2;ĻG%/i^݌PxO.0(&2.UBf`Lf~#k-C~a{JKǣ,o}!ތ)27L6+vzvKpغ;g{Mr,I} u܎W<Jx*pwx΂f9 @e\p0$FYl%S>ԋ5Ф0]@Z0[hg,>g&N$uAs6ϣI'!EVR3_T#}bbcB2cCghѯuj[7Tŗ Է,]G$]R#ayIv{-ӆ*oGbfܵ0bk"oe߇F5ㄼFjŵ()VeMeȨV!%ѦOV[ȧаkc2Lh `zýmO+juenٟoiF{5ץdJ:C5um>;iTF۞+{qu{,өtf 'e>GFռyYJiJ.p߅WgNʎԱd6Vk*3S6,(lZ*^Hnp/-ÈWёE"㵱 uM@ףr,"ۡEfAo\;Jt%6 'A]_Ҋ)6Rl6o~QyDZH{^rnn22X׈K>'f,ȣdUjǙV ^ |JӢP8/ӂ6*,Q, so@jQxͫf}rҿNqLyS ~ڤ/]m5,[{Yzǧ&&" Or<=zA;)qoaX鰘.JE5̔K? DuʬثҮw8}L`8WJ۟x _ U=ʨPX!B:]yS='n^Eˊ"}h|Hdka5i@ z+3o(o0¦F:J 5fKOE'sl'qgKHL;9ˆ fRꖁ3qjb-K tIeY}x?t~u9LHܿmT"0F[-T)O3_cIދ_+ (3JRb'IZT3_s|t$o_[2hfdG0r CyMpX_<>4n;2>n$p|2߮~]b. T 6%.I0يtO[|,;jqy RDʕdr1bA)v[8`{iY0!Gx+0$>T'- ʖ )?-|J2?1vqYbvBq9)!3"F&1 n%u'-Ty$APک W'gm0|}P q\p@l(q;>k|ޚLOKar W~|6-5c)fmy;g t8O<&7^?[~GX!sZeC`SfnYDOd{Ayb^LDYZPARCg8]0IB̻R2py 9 +'27禞VZ녨$$'yVw(Uf֚}~Q(2`vϹ(&/s<Cĥ4)0x-ih(K'EݦT:>m1g !ëP*/KnPH[ etWd>COJUI(FU:Ϧg燋6a$ ͎_L6 5p5O] -LejP-)A!qbZ _D-jw`| w4X`$8QY .j _1NΟpMU]y?Vt!J v ygjNġ"se8L&SsF4#jFFTy23v@glCˊNz8:urG A;ԌJ\LyFaK>9oËv!޽1BLZj 'DyCvRU&י}֣sTjH)YG@[t2~c[4Rk̂9}M1*"q )Q{p=x~zзtNϡL5 dVTpz''?%U;ݸ˳US2t6_dtšMT.q8^4E݆h%`jU5~yvQ<櫎ġ? ۛ8v䲡!i 5/eg{SF_}mTrrBRUQjYbKj^]?$Hb^۳ʶ٤luDB4ιҿ?ސ xLw]0LZo W8́ QcjUH0>#=AٝD']^Qx)_.޴gu6`B\)%ƥ]A1 *,:JcS=@b&lJ78Lh,+|5X37L ZY8֟iS_78i s[PңZ\bzY[jD<6>+(Ha@GoJk5đ.*, ykG)|f;JύWv9==Rۥ {J{/lΕǙ-F w2}reO$/OVd}?q?{Ϫ,Y1'W;ܯ~;%]ՋGQuuӂv:FP!ktzD,a +Pۏ 2[1稁Ȝ30OfruZc.T\50hp}f  } 6O Ihhg+ Â&$ a(M Y`5!*89Ϩ?Q MkӘg)gr x`@e<ׂXwgN|+18#Kw_=2\cq(3K_ީM Xi#23XU܈]W.ZqJ8[ cÏ^j SrdʟiG1lٷ'޲*G+4R`y"cuDۭ ]k>Uϭd@Sh/TJ+vZZB8 Y x%wBxZmGҠGsahUP)6NC |1h&N+ꇩiZh0642dvY;ECwoN\tsMD,cj6g%?[%eo(LH5zxʯ9+B[QuZ*C]3=>z)8*t7rٺP;TH?4r Md>C *OG7mWr _f6^lS( C<51VW|ag5u++L5 ~ BZi a)6 1s8E0eD!.| sTf:R]p|`3)*qb"nZ ?s5Ț q>Ъuo1\_ԧhvwşOդj]dRUyc:*kUl=QKBq@m,b8GZKS!`# 'ɩk (Xj)9}ƪ#Pz@[?݀9Y"ZSAUjVk j<^ˡo_LOl`ۧwU]E1FVpU:![Ĉw2mA*H0'Fԧ8'J^ Oz∦[K_SFv[`4 0?辒~#?QMaʕdcOLaQ_e39ǽ*^U DD}pLw,xD'xƏ6l ۫EI+pZg/.BuyٞzwIr_4meߡ2:U6Tʞ1r|@{ ]ߟf'<0iǸ?55Q'gVҮ2O?bקGr qg(!ޚ`~"%v>yy}'YMCxSd2´e rSymϊ2r& CXc#s7\ٞ4+&z:wm_CWtW%闡jRL=-)&_i 㒦5hcwLDŽcL[qAA_V" ;P<;5T#[$:a6Wq`MɅYnaU~ҫ@KN#s2tk & BQ.ٙ} w_y2 5Dk¿u8I>M:SIJvdἺ!2BhIȗSw&gť;`5ω~:zz:CJiL1,+' Q^{-f%VS%x}M^܊5;뵤r=PdA}Q~fZzϑx*^/ ۗ6uo,7òN'Y*zKR9#*0g]~Np0լ3W,aVtC\ [:cm(ZL3"o(]lĜ~ _XNHG9a?aWT1`5Wv]vA{&غN!"$?Dʍٞ[$bGvYg:H&`f ~^-/ bn ɏ}Oǿ֎z !<\}jpx 2WS@dE(''48c7f]vK a]e:cH[J'=ܒhdR0,:T Yw7jIPne٬rXܿUۛy"Q(%7sY̠[?R_@l#sv:ߢK`pqŗaA.3_K@Ƣϋ[VJ%Ai}F}V7/LDed4H^tOthGA)F@tIFEi7w!Cc6$ mbSꤎpҶDlg@_e&dZ|Nr0mILU/tYuiol |Э<{̭W|V Tq(6r tpia6 (2%]ɞ) ,щp7gݡIecD܂H$|(z_5^@Mi1ɜ@ Wő 3_>[gc˜<p^n3p'UiP=׈uU~.En⬺S>8NP*o*aAd@C(!6A> cv]DuކV}shd)j`9[?+D7Ʀr3\.%w`G?Q\ky, %5ۢYZ`vU"9un= pɬ 1J f_A#.U?THmt[jP*\CU٦Xkǩ2$y$naہW&L#*妌*xf($t  WU$C}%f`gZOV3RN{Q8w&r:JOVuK}Kc : \Ԅb njWM>wamhg,PCT),5?6[whC"Ceﮑp5?VN%ZR:~ d`n}=q6 8]xT.l*fAlt 1/׭Tb ^\-PV1zbE3kR-l^ոwJW\8*%2 o21?Ԗ#{$! }Pxt1~#J=@z>MhIXҤ8檜>)~ZՔyq6鏦_ r铁QW%wf8]/E- CdO%& L5LE+3uclg6\i=㲮9m })b0>rÖҦ_aW0|v(e}&Y0ц_eoFN\?7((s[υtكVbpC;#U_Wb6lv[^X75Qg%,Zj؀$7 ,'a"]S3Jس`h~;sf;5'#U}qՁ|+T1QU׻t0v\z:Ykv-$ilvf@?9,I#Uʎ"&m:Hlm%oFaZb@'=.۞b9F  sRכ`_nqVϧeo5K6}26m ;Í$dF<8 { Ts*,Z-c X`9KR]WM{瑳&.o]WET愵)KWiKKt_ bMa4B;vℿqbM݂bk.\2, 9 +N#؍HRR7VfbcRpnHS{S_"zw3ݘ~ߙm\ @H 32BP͌nW L%QAZq;99WL9zAχYplUM,HS.ieF (0RN.8×xnyyH 0At=_ ` i^aILN!|x@] -2d/_Ξ†@Bݘ+"8.ok-=UZf#i@.VE67AժA- !+-W@Z#ѨcԣW9BrzaK]Э ֡„guPg#few & Po`s21Bh@*z/A)х]PAcIגyRԤ)'m|@nj)0"w%;%[=N?aCs=Ja-PZZe׫l7Aip %;n?+(g=IF2%A&Yno@ZOy{jO.4D3H)adOL.y9Nzk:F ~vr[h(w~UX$y׋܌62ΜG7xi,Z6`6Ra~I@|ݢ -RX 5ٟMva>Ñ\-(䐛M;Y9]ҏݞvR6?.Gc.r-,6;K>iٴ{ J(Sӕ! Rr:SlDtZ'W' VrS40!ԪoVU3z!^H_L L;]rJjw;8% =įu*e&Q@v-AV#M']夃H*Zc}rfK0~ahtmb8-k:V0ޛ7qr,>C@.:? ~/$wn6 b%pD$~3/t׻aK1 n 9Ra>N{<3sm felQPn?x:`Bt5=Ib ri&+epr [mC4G zRJV_>ŝ2IZpE'&5CtrWHQ 5R @ ,p؋jUCEU0W¾jZeLpMϧZaמ;=_Ryg=c]lyԅUR:hύx3㯽׏S1^싢,kqx2bLt"F',;dh퉗sMLhRhJCT\]rW0fov Kd#^> ZyET4|ҼOQ9j=\ZkFcZ8=)[F_+8W/[JYZyF+ZYܠ,p,|Ż3'u5C~d"fH?@Y]F]aIfo4 EABH.K6z<1v,#(t~UU#;}UÝЛ}%ʺ~Vp۸C ;*>d"jdAy[M cl]2F9I[WɄ礼zE:!#$fapi2zţޤPL uUE)?{OFY(-!b ;9`g:Th{GN]5' , [σ\cCMkH.p)W!j~QgE~4`Dž@:Qҟ>!`Bt0NbKK4){qR굨PV4q/Y4N5@8)qN7:3} 'w/Fba"ؿ&EJLg?4(tO![f8Td09qFWߴ`1`64'^L cNYt': O/7{}Wʇr4):tg/{M93*6fd"y?*ǙvR {0q֡+I}|_fDZ \ޔҀ2a靖GD.< B<l] ܳ]*ʟL\Mu6O;~:蒛#Eֳh8!`7Tl!f qg\ABW] N.« HO׀\[`~5bZXhԡ2KBPuxTԊ VY{ImGfLd5 )Mx]*[(%ѐ7WKDI>uT}6AMpM!=FZn7pc 0]X'ւbQAlW\AƪN5LI% ׼]I.}㯀Yxtz;:`}b(TD(xo2 GeLJ7L9VuJn5Q7:< UK M|S3>Y9V&TO\ D4=uYm^|{D9iϚsHͨ-<+dm*9:YK8Q9*qZ< v6s:!zL(A\!5q< (y=L28mƥ=glwŪzepvlhio^ ֈUdKXM$ՙl[QmբfB,%@Pmp蕃0BWV qg>z]~={8$dP0r/ gK\g[29}Kmeh," +3P.XjpȰ<86h8Ʊ>rJhuQ_k[HV1z&fx*6 x,^+7|>\*@+l -sNZRcJGBE3lC- Z(Q{m lC8,˕8Xcr2Uލ)Gn' (+i&㠚 NI`lTXL#IMُiSǧ@YQ<\@B4GK߾ٺΌ e5>~ᨠORްjXYJF ՘ݏtL/kA]N7`[h2(yV 'Qv! <^Vkm&$`އKc?m["oЄ \4AʮX.&,gklՃŠ(QJ!Wy4jX{S <oE[TvLil b"hHd}EE-ЂCh(k>tGvP^nW5Vo`Du;ctIZ/A,28OnDuw%/:pN#͵xCuX#=aYPnBAFvF`͒3I>ZħU2RԼ"|@㑶I4qn]4j/)%h9(/C_J9\pY tOҷroFA0=r{.>%\ H@=(w#M҇"g&-Ğ5 `\*Dw~(D\(/ɆlqNDhw>=%Y?\SC6b*^{_vedBDci0ibђdV/?N mx)* v˦g{= mgriCY 0 {jd]y 8S?37Q @5֯MJH:?Q_#υ A. d!/E拉y݌-$(aa߹ӄ DA暆ۮ?*3,SMd_k W}9m^yb"r*B ~>h1'?qU,ǡlOv6su#SaCF?t=>Ҝ#-*~Jo~8@>ᱠ~*J=9?zV6/3HXYbj8= aݷ׀`4!I5k#oCPbٍCyp0R5*vg?TkKiu64Uv%RZ<K@wT bw^^D5YvOZ #R{BD&#m!X{N)+FmwAMe)ch*k(Gz{T22:jv'w\(%VBe!l0nŘ<6 &A4T¬•K~!,,dFBlE\FT/T& fϹZ`E7Vf6F`N Rǁ2GKwUv5pkqaRY: &*/# Fb !IjX\o /;oLޭʶ^ҹɊn=,_?-|~:Fk>bBhvQg/$?l4"`m) -+a=i$I(! h] 6%ۈKC3= ftV5NK֒v4dSň9'xdBJ(orjļ}/=+ :cp4ؼ>M.A=q & Lb9si'wS@&PKpu8}3x;-PlLht~ߍ;- y9M#FC鲹?t 8k`W XqXNG_h';2h҇:O/7.8ECi h츐D犉9J+sݵ/mFB 'lV䆪hUS`qEgF Jrd-3oq\^b f󙐂ww KձP(џZǾ|j^Ubˣ@19ht 9[m5  Cq4CG~kewqMDsHsV2Qql;e0! BRL6f]aDddڤ4^3-}GHXICE,;zSK"aP>E눂y !TɠLzCV/ FWg帘Nͱ >l 9T59z |@sf)o=m踧vEF mn {^ؖe5_78L*&F:у8}Ձbq:.[Ԯ(XhL_I"; gz|084:u$?M8c7Zг r%c,wɄw$4=h&ᤲ "y[DSc UtGOcΠy5bdX~[p v>LfU2d{H@4{U/bMu_Ӑi,ÿrkts#c 2sJ*tX4o{AГ*Vڒos)[wx] ._pbd:KplmPwGRDu_ [O)e%\iҘ<fg b0A~=@?{lخ`)0azq\ ju-,fH[GӺbL1EGlP,ϰwO7kHwnZ'lG:Iv*QXXHH!DvI'o6Fݘ 炟Oڽ,+/K7! c%Ѕ6>* pQgD]Bث6ްp ~utw2LDKɦI|N6uL:~-gV<ڌ/8ƈx? 9BRLͥ<Գ]+oyXyuBȳZUeAd3uCJ clz /$iF59&{`L87V;7ܷiO 8nK+)& {{yPğN?cG8[on2CQ=j|=>%Mڒ`T / ~%0o 2"I7T:Pb=N/Ƽ߫tƊo ׬2S@֐~T r.kM& ˖ a&+O#bme'L++1t/7._&ekYFҫgDfjрԊ:ݕ$=K4`kE/uHq 973qэΥbhDW*NOEA&"cpz xPg2&]kmR8nw>~s Ȟɰ.Ǎ!#Qze/գgEIguӱa慦42Փ{(SrQX Be9]@% *wͺd.g;\L(8p䌰 AS_(s 68Ў"]r' PLJh@Ÿ{ !Rԣ\_!q_B$Qcel]{Z*=Cf{s=u$W8"ZD"t1 ,ȏۣdK x}D8ʴtFc~XNgѤiտZG9=|TI?3Ф#]DQ񃒜[+vKP-k4mKT@i#zSɒWW +cÀƌ/U wTxW&BHdGW6_xl05Y?!:-su;*ZqWEأegGIuԬr~L{vvօ ě,e7.qa=z5Ŭ.z;|K g˅&߃&YAe-TlG-YJTֈK l6O:!97yNz i3O#hKJeJ!O/p"*ө0tUs(ٸBP6ܻQW$ti <ol r%o;_U "ɢӞ>aM:yKTUR$\é%?xkb9?y-oT#J~Z0#Mo1 }~G@ҿ] hS* iejP*k:v>Lѩm 7* fMS~:"o9b@@LmݲUy49XW_[&SE Fc+!܉\y ZۑpôE÷y8)(kvQvRB?B1Ʈqu<_{p@ctsf-d:!ɶ2laQ&߮KF3W~]A^pۨQl8^\r!Lܯ Fɰ2}\mp! ǝ03:a>]n̼,tn.I~a*# DY)H>Eq!tG" Wyh2*VEBTX bvkbE=dbT7n~/Y~`F(աL `zo oaz6_12t$yKaAyf 5m: 2fTtZue퍵'~T1ØXǽ9Öqn1C",$nU xP; [r,J;lO-d ''T9h$T'uWl|['ֿ؍#Ba\AP3@i:9lzֵub КQ{l:T+"D8T RDV阱A]#0|7B|~zwf.roNwt=K$"R_zҞ^'K/q/.1JRTZ+D׉C+ -X`+g~t%r㱥2~a#--Oa g*Ԟۊ0o,l&* #w^٧C Ȥ6:d+1@V6b{;ŦXrL3ۚؽ`i;=lq[1N6YE̟wùT}Wׁu\͈d=4-Q[\so.H[+>SHClJ?I.K J55JӞ^avDڥ%)ȑv5HL18S %/0Y+AftĖ#o{Ҟa-lw3`~9rl?7u?d>) D-o,lKgj֦`~xǮAVTϷ[ O?_b[ϴ̦z5,( a-B1!}vzPYT T~Gma`}`;0=oa> /QnIsdNʮV_k,&(/TKmO\InF]()ؘ>Qc in.xeeDM9${{] RVҶ(HOily fMY%fq[IsEǞ_*L)|E` ѸÚd;?QC+Jsy/b?{u~_b [yJrѣW> } &z<A|ﶡ(?گ/P,Hk(Snv6-Kx Њlu8R 9uVnGvzkhTqڧ8aB -EZvS$q380fGX䔅xFrJ7"=3 3BM^h!!Jx.K2o6? hi7汉Bο!)?_j<g$* J[*1]E5des Jc Q0̴0<`Ia;;\A/| xHC/9 |X,xg%BT*46IK]Wق@uj;W\RGU pE>8ANzxtSYLEOLS,kvNŜtBnIi-*>' 3`;m@ ?dn Щ45RJ2|:ɡe'5w[g&1Mا;mװX} j'9b W^D~\ӛCNRĠ "9p|(ES ;9Vez aѱ5?ekBugV ˆi)m*WzH!rytXT.crn!o.PYQ ^7}$b;]A6A!?,p ܬPܮpy;׍ĹQҘ,& Go͛R@&o(}QQۓwK8& f`RsT W땓NmoH.K Ks.U }ҝOS[•<G& T>/1&o͌CͯW >y4MTx໰uz>|ߎJ2''M.} H`.^lꑻZfC&)&F8ʜe4p̩$##4N| ̅;v|fX73Fx:mZ2js:]=DtY@ko"b:ワW%BE aiϝSo tvm8CH h뎐ʆE,܇SnĮd6,-?yHuXnD sd\bs'I:S}fX`X>g/͈:prPh1SgTl0[h*/%`ȯԴȺh)l+ZSow-I8EG;/[N J ;_M𓛸};oԭd CkK%<@М;{W9G6bjux\`rt]}Y -W&f!gN642®jqc[ }l{faz )+O?jtL'DcGt4>/̶Dޮf3/K}ry T 6|B+ #'WHaeB`E_# ǶLGЍ]2=ʔcà@d8Adgw{i +Ko+ ^ZMӢo5Y;^Vo@@iz"1wC. o"_yY.j,6Ɣ?k-YQοUip5} R+g^s8Sڭ27H>H?ohŏ = 3 3[X5=]Yۃv/5%e)w p~lrlh'6W_V0k)!4}\PeY 9%cb#(lMM%cNWAᔮd+TdV|ěfq,K?ji^2Щ0/%}"\wp U좙W75J}X@O,`Vb"[3:4ə=axys;+t:4SQrL}h*0O]V߉9!gӅX1&ɢL  dq;rMe}Gn~][iTƹݨxPі Ƕ٬O!ܬY7H3J|LtLD,K:!:)I#8>W+~\Sq/kxJ_ڷ@q˿VT6#cKfW!a/Gib{Mt0eX!` GTG%HSZ4I ,ޞ(k]7q8JtNRbSגkc0-hsm؃kq<_Ϸ{pWA虒QST`Vb/ -F2bM o &H]\6 yR OQ)ݩ2 Co3zkI cST&c2@@cӁSIUV". 57v/p84""*B SB]ak׭D f ߄  b8>@T.1;g\wY5 7gM]XV=۽j0zs,dh-r <vGpIzh܊4_4Zɇ2˯wޢ|d8azTD#w ӏ^dLŮä֙{1vkDg<*zc'^ȐI֐'S!,[v.FܤOn2{C rKjOL%ٷ|EG3-# 3զiZ3:q$vI\$V/eNw" |_Xeaw`Q*KD6\./[>`5r#t$%GDe(K\'E>`M_nVՂ[@(*nP"o$aEFcӘ6\)LԢMbu,U?XEIZ"kodߠ4cg¶L C*dz*? o*kŝU֐W̯$!P-T {sU31:?FڄG6;U<{ PEj^Zᓦ*I}i=lCi8إOi̎$SDoB 4L\[}˥fCn{K<A3ϯ.*f:8VO`r^7yK9…qZ}7xۻ{x;{ŽYboiwDP =LrjӃ *P951\Tǂׇ$^~5%FAOjc~@7yf`ՠiМWLD5`l>4y.:l&8?hmv"Sآ^^`%e:eƏR ZF aKzR%d@2xrG/n@ $^^IUS!vpZWt}h7`90@>qCYveэrs9>veDJ`(g  в~P_jO;Pa eN#BȈwߞZ)會J,s?N#];h.ّ<| RK N a_%=;/xn:n`8Xz[[;׉"LR6ڂXL)d@5ǻ\5XղJa5ĔW3,3>-(Zz9&?HaB<GOW[oeJ*rL4罨\&C6fVY.DA_fWBj.|1/zhN :!`]g(MG]!CKiìY1C *:o s&b$ ~,"Pv eŖW0xETI9&+,$8 ΊϯfÑY{ehS-H:d. ;ҨXIhn1{a'LVTx>"/i۫gz 2w >8djgT]7,!#{vv,uL`^z=2~ ՋBzYĦ)i'A٘0Tb`odu:K[Dp8XE9ЈN@ 6<\Gm,  zLu(?ؚ&>$J2x˪0ω}XTR9v: 5;mlb]82ʗ3N- yrt'FC,[ R$`*=,n$ G`n)gKo BSѢG9ԑJ/_{H6^]&`RN NU'ﮚF~WD_$l=aRKRaq16-4G`C{ |8PeWM'l% QFrw>ɄaqWte(W\Bm}Vu5CUs@\ 3ɖr>:& bv@T2LX]dkCquƌ{pJ8-`,4*^oFz07tHw(J,[`:>mRZ1 z iA3e-&Kz!4ԸrnϡZGpEI2-6<"mvOI0IMy"e2]tED,8{POmî%|o x O{D-$ fn#Ky)-=<0j1J{Tܙd2E#$ئVFD+=Cv&->W<؊6`.LiwoL\YF A>q;% cq'AVzDNjSͅ[ĒìX7.Lx֯[a830#vvJC 86/}:]UU%~bN'd ByQݾFoOBt\xMڅ=Tzt1 b{y.bb(}&W"nZ^Fm}ZtSŃ_A3Shmp%%m:d8: nW9d0SX_V$#(בb;,V/\RRx&nI. OUh5uBEQBJP EW3l`r6;k}3ް&a4I*h9j |へ6cw뎭vF)р+QY{$u> wP~X+=pzs[ *ז!B& n\-t*~&&_YxAGG|0up3iAr7!*D#3"gq ௐ{辤#+Lk`eOo:x!,[ʳAR%rԗЈS}Y cўP*}1x!.UkN?Jpo>NLŧ]H<'Hͩ(MAh0e* /O`M9ه:pE#>U+𕰋F+L3ae`5D9A:1މ]Jhu xD2fL?:d/25&{S6wax{΅6.h%B'q%eq?9Ou]hqDlTIi)0Uwx3r_.> ]fZ(٧W kɛVV|X3Ȥ%WC7[Ik>p;q* uOM3F< q &XUW |Xy͐O4Î*{;4Hc*c"P8-q^x,{$Ga,`BwV 6Q ( F48(0$PKV.pe[2qd n"kFϖQ7RKs&)Ϣdʾ~k IzuLww=<.-0k)$l[KJBʜ>8 ye+l4[r/h0f?[ Ir${p%Vmba!D`8dvJ0:fdjќ$)R<  Ǐ]@I ,£9&k,HԌ&3IAj#TfQk(d!j';c枧Ϙ@OۖV\oQyh! w` vOZk}^N@EL Rl2═3M$W/#y@_+/7X#6f2IQMyԉ"%0׫f wPr'%\Mbc>Y)4LjAgxvF*g% tMdl7-f-0c,!ʚȡP/ef 0hz@4Q[ P*{^4pI"qNLG$phZpwsOC&s<'%k@2RL,Rq7be xA1/o>zήsgX{ԟxI8ƵtEic15ЫTg,"z o2E@=bwf?bi*(#}C A@CUgX- %e>lyĈG _>0~zAusN|KTrP#2RuȺTm?TQQe(%&gr~7'̫x qˀFtfJ5Cp8'tyw%K .O"aW.v$d!tĒ-Fab X,ۜ d;}sMr9 :W)ȜwHL iO50a)T ~;s>*j)6GqACǺb?gY4GQ5>zܾDlpJWy[[s7_5tMJ|µ-/1rγ=0?ziD.?N&PG/G;xgN7(HU"*u7+\LdHy0[[N-:,G )CE)~#+2Ac3oT @{( !B[ eQ!cĤR!Cwyā"L0zEr籲2b}G@;r'd7Zd rNejD( 懢ʦi]Fݐ!yP cWct gD_9 -+@ө3S`O6 1<1w=aJ 6rܜ4!rV()QS:n.8Gf$4( 3:i7(Fp*&".}go1#\t#VF<#9S!\^H.=Kp sUӰ\|)8 !c Sajѳ%Bk- (.N/8M_M"qIԽ;6ai2"|RsOx"kc^![KV8OBr3TpY@K]TohdI۶3F;M81be̪K~*.~~BZ4XD+Eed%ƒD7Kf, OљuFP1~&5搄f6cRi{CP<:.U.F&qJ]]e5d̥$"ZJҧna[rejɒe=:T+@q}+ŒFՙ0k׆"BA:dNVvzvN_y{,1&'}]sfOA$-*Lvtq6.sS)sS^|4ԑhE.aVG7`L_)8wӾ-m`ݢ4b mOQ TaHof;|q'{RE26C&qz e*wJs{p*y֐/8ߤ.M>5uK.vRT,6]x7rSr?Wii5PiNR8hvK P W tY퀓w8g4w,ĜV[Y6z5=k\7&@Avbd@O%%|ҬMʄ< " "JoʚaG:3BoR/{;%' };f'uPXD)UkyҤ? dpJv r`؄&Bf߮] 5 C'//;؃t' )]/vkizCмr)rC_tܘ &enu䎾z06?2mBmJ  {ҔJ޴+G{lNbCM>:0m@F8tepm%< ,>˿cl:uߛ,kL@ Rqi8`#3' ՜ `nJc\~]RLTDB6 dxZ A͹ԧ6F:FV(X1"mZЍ5?ő$w/^ex@ qV3G\WQW-!@єL([PEsF&"sQ&  c/0,㎃s`OjK1]5v5qi>P)HGheպw6ˮG p_3]``9!'Vd%)+ɜQC{vҖzʺ聸l/TeytWZ?s;Mi`}XMaÁ |R,7pB@ι >,x?s^ǁ= .0,\.\}0zݛwLe䓄 .~6Jk]&'ŃEB<ϥW+߃+/u-3]SS+&dFDPHD<0ɯ?|gГ3hw4iiēG  wbeኝI&'*7/|/, yPgvXiZIs2-םczQgOj3G@Q#\Az]ށ/Sq?v נ턌44șe<[# G+KȒk;rQMtųr9f܎E# \iTq޺M9!dMhz\mjFHK+7XOJ#N VYđ_ Pt(wq➊.u᳣#|_̊C |ǁ$q!R(P(qGf2 EJyǎXl|.t`uH}qMTV}aGtA+g`F ?QМcx83Dm%$8&02 a#%mw郹*?WTMȄ #/G#8:-"NC<̛6h /;~ j֢Dl,PiFQˢ@ gؕ{hO.s?mn' U7Xf/dՉCVh>^tRpQܣ v#\q!'gӜg{*ծx,?-*<́N ׌xɧD H֓+ӥƌײ[ܰ#;ntHo_΄`%fv(n%/0*ba.܀(}2yȑ6.ө6p$P'{U&d}pKXxkP#BŸXI UgNbo&Tx}5 ^}geWHx^g+UF;(YfOHИ¾i1L"!8RwH|4Sgu0o&rHį[dZ/5mjw#w.:ą t_s5"iEjܭkCxo艉m{PLuZaIE{8 ,vYEА 8N_"K%rY¥|^3Kޡ38%tc{fQD+W{ÖiYTGXX#\? 71~pEl3*' i+45]w,=+RBu$(%>]~Mvua|rr,4_-mI%j1 =\w`#tlGen|tYhJt Oښt7g!Įf,?LO]b/d.^GBԵyH8O(SGq[}:>/ovz+Kc3q`% g%ROa> &޳I*PvQ ҋ3k6ۉ3|'~#1gG!,-d]QuFm=Zs+&_@l; W4UCLӆ=OoH+d L7,_#.ϋ2DɝT-Nojbmi %8@&Wpc !פP YaTk!uTҹl|I5Žk(unnT`f˽7QYlrWsC^jj tMV7+dƥ ')ܲpſuކs(~q5~bO(Ha_[-|{P/N6,3KFC=F3jM&*YNLlbp7@TjVnqx)piƣHl[wyV[`|$$f nޑl|\0~Bӣf=g,lcWH)^-F S|WeW |{ˡzQȇ@T-%e`Yd sz"QNP,薙rЪsZk4uoY_mZbEQt@hi@FRHVNG[g\@?,OP)-:\!ػkxvŦNfي:% =&G+9Dd]Kp1 <mƄJLŊК7Ըdָ+"#`mM "QkP܉”㜠'|/võJa 3_v5T -7 v]{]bD%gj EӦ62ˋF~Ι NZC2:Rk̩M}Rh^p3r_ER:k`~LOML͵BҳBg Af㤱F/f&ўrE5,r1GXuj;d!رJur5B]JqN+yhéo=N*}QBrW-.:ZdXԎ8X0^V58E7hA11 (,خ)^o3ÐFSYY—aJ`bX92`SWB鈋{$ Z1eIq=.#V{,`Y/4lz"'oV d®/OG7D9-H#W.uπ`􇂎#L` Ç?W ٭~mA䞩yQ&I^܋@7Uc#h*t> MÍuaO0eiѐΙtE fQ;Dm7,nV>8,Ro%" 3ӟD5׍(ZqCq0gw~,UIY$@xOB4Y踼$?jKh1]ʸpw.U4o-xn[o*tOpE|Ffްu LfԤ-h9)ih&PLSZQy-+B,4ZH?`uŪ#M:߾F3Ls:LR#I~В+׻v6$/ #RjHL4 y+Orl~U6%]$ ( gDG׻g.,kS/FKRZ0gr!Ha]BÁnQ@(T2Ċ 4eAOMZ_Pt Ҵ@#~? NߋqgOWYVmS^ߛ"T])AHnh8>sRzfOKgReAQS[:ȊCBi ANl4~{\]{N> p CiN᳈ka6\;'| z[,QQ)VJFw :DK6ڍVx+(+}zPC@ߔeXH~ǻ%2[1KQQZyk1VUxuNslv9?,Fn m2* tКؓ{i*2^QQC^;1h $~Z@ [B 9UȋEȎxU,8MssV.a31鳈zV3 >і -M -jsj#q3%sg 0Fg$:v*ǜw-·!+|B"K2imٜJPi .:Ļ%Ag{.#D K|B;ЄP It<(B{$iJƋ7kkJT=$vـS^9=cUmqgnnLr"-)zG>NeI~x= w>5#ۺβH8ǝ/>O %ƽ7|C9P[}l{HzL:?sa*c3v  (|'xCq $;>SR #İgGz Sv!w/ᔛRokG>2mWĐ f7]Ї3&a>|p)]ÃE7ulHXH =a$cLu( Y^6L޴[M\/Mi[Y}vƜ)LSOs)A|rK}4H(,c7@{砷qqb=RH_,m1h;8n,a1-\Bwkv%%PH@3EorB~yۦ(TeXN@B<9-;g*3.?W}Ȇ”t&O%3ӈEI&4 V;\[IJӎנD6p~D罦z̔%ScQ/߭S1$4:|x+!"8yd~o.J=mU4. @@M-~㧾|젝 ݀3yuX9.'&m@|'I׆)Z> %tGⱩӧ?.i .%16Vis.A>.ZsTM).+/.^)feև|t*PwVDf/[4f_#h Β2 [AM$[ M$SΈ=HJ/ IOS.T oR쮳;-vePځ+8ScxvM9ZЮ3Q9!n 7(=OYG܊z{Dl :D*CxnCaA3M;ձd8M*Gne[ÔQ37[RAI{{)+ttyA\'5+lwN=Cj[i~gXPX/2 H#> S='3GE$*h0&J''Y":]ѿ}ywKN|18a^c=1V^$CH(f9ʐv4TAW%=eN6xS\7Vxqxf0g &Q&t)9?10tgͤ0-umfLd.Npy6=9GӌBV6WǍ<7hbSzxP27؞afya֮>`Kܚ.'^laD6w# nr m6U?.B)ΛU8Eʅ:a0Ҧ5DXuҐG&eylbu 7k鹁:DAqwE;bh><aT%)nFGIG}bS^DL0٢é̩:A*v>na 8Ӧib3!QJesZt @T4%|4gV釳A;! y`Y|+,UAD }dm:#I4 Ά'8uw*f>鍮MbFB{kE]Gb[hpܯ`Sã1:ǣ" ӓ-RoǪ :p1js|e:ChSCFyjiT.@T< }qϬy}͝*ytLN<^iP.Z1f//ρ> j#ҟdv$zpǐbaDsdZ*J?5Y~nY-LY%̲|ѰJ s-#9oHfqe>=Q@g+HYS^܇V )Qq ޖ--r ϶UL]\b6\'+6!1S!JfPSwU"}`>=C¼l1\}>#ֶ/y6mכr(mM^LeFK|q>biy*gs( QHxbcb]Lj(BT $ep:<Ƽ7]ёqebHe ?BJ~H?ę|+a&N,I"?$|󖺪Ӛ5+3V2XETOEKq=TKLmzìa&~sG\nHxi)x_?CztɽA[^6^'NEZ;n"Hr2{M&Pq(їYن ̀RA? sDt QnZcu;k~#δ kQHR7^2"95OxȲe%> *, PꉢkDifa KN% u^]y]j;SYw\D Wir.[; g,;Vzoj#"J.ϐoH/]c}z==W0Z~Vui?9~G9's,qk v8dk̨If=/s7 L}&x&ޏ|A\?nYҷQx "فm?kTYMO%d-M{XKў$E2uE~m3cks|d1Ï) `\ *ߪ1)MCl+/W]}HF*P:=ž..f̀.yAO,Ry{7@Up')e|`M#|ub#GbVC (7_+<^12Sw4Of۷w\WM%wOrVޢJLVcЩ<=Gxf8>Ȇt=~ٱP4i2"r0=:͓lꏤK/ĉ>d Gc 0넵0jx2֭7Ϣw`iµ/T߳WXSg}MRڢ)St1EansxePf| 4qŕӉ9823;1 %9NH+Y< zm˷*IhT5iyYA0(̼._kBIUVڙm{4 `c !,@ rU -,T6s.n9qmb;#SCW1H~'hl#aJ( ׁ't ,"s,<„"Yӽ$!Ax בkC'tĸO鯲6` &Z܄gd#MJ?tRdqT\ ʑPaAGseᄄ!򝤜WM'B. 1~]${!{i) #sndqΗY_$ ȧ9ta+* U$-{,!7VZ>X>tJɘ38@ѷz`@HMY)ܫgr =7_iihlt.@4WlSpY|#OfF0{ɯB |1I>RPfv9c?S}>(l(;π!D4G 5XKZhIꬨeԙ4{c',j:,HHFe:Y4dKXMدtj =/z^=h7ϰ1B <ü ĕv.XV4NXwHh_z46ڱNMe5UXS]6/倳e/z9R:Ơ7JfM`LKC֨B X%.TC4r2ȏcn #.F\丑#t4w"&ib -do}ᒗ]\_zt_Îp交2O,mV*uaϑHN!vQ*iH{b "ְTI&Ē,t?jTNb#1uVG{cXpxq| ZuױY%it/Idj*$]&l/Yن )\8O+x%3 J#ȏކX$UWbܮtdc> GO9$ чړ\FѼ<:4pqwQiopO1vUE|Eq?Ao̚$Jᆉ]r&WR07>XBwMs[Oe~S`RK';-MPbF#͓͆!a;{^uvCU!YjJ!Ɨ\,?{L>.9E Hx?pd3b!MzxQžOw18*$~OՠdKoz *==|4p~VEi4d?Ƕ"M3CJa^i:+_9]5k>_(9~jb/W݋EW@ؘK]Gs%UwUy2 OHS}#ccib2缩A~a/ }z)zzLm6'jZY1(jT0dNOnhdp  ~QM!٬ɺ11LG SOFAÍEoX NIM]^NQfTyHbTDt5n2IB5Ep#&dlƊ *;J`c5&dX*hyV&\C,F7F)-湿ۻ`Е;;o˘]P=!PbWaI " "o䰇'/| bkE8u~۫+zCCS>ҊR.O}?C{tnCŨr:T2@CIIUɦRhX-^d8|YկM?rcd^_T\=l7Beg,L>"3f0"Ҕ浻mPŢ֪O"59~1s%jW5g*^}/K`G59ͪ;$#]MӹƬuӿA$%^&;ro$Ulmz54N!PH=Ҵ piOE(i2@ߥq=+E^ k{<?t:*`NK6og\S5ժl `j&6!;HI' |!v8^S+b2ק:?ִdj]?R䉣yGҟn"9Yg0[*J.EHD=*SX h&60[wqu'I?RC%K!wEdim|Zztu" bbM̨An🥕׆Y烼SN#Z_i!ޡ1l)w#Jpf( tnCowy|ɿGCY* ea^;?:DHoPv>[SJUȻ7\ɧZQKJ A3M*x;e zfZǣ؃>yn׸t$ T盆j׷zB9VQpO*#Ƃt^0M9xHX溂ΰX,-W{&EUb>B˱uޭQ%ȴ~uFh D m@O^MS'KM#?V)e(mTezXƩʼnXȻiF|u?uo_ۨj9 "|Qq@@j_Ҭ*8_rđ< 7u:CH82ciD$+<(.=bK|IrBʜ*Xa'  ږ~3"\| P:rm<-՚q Ԯ.kvOՖX#f+?O }[&OXkb8t5wFЁ.jBDjb;_QDHg''c7 AQ; tθڬLjO޹Ey"Aky >eיo5O޿i箚'B|5KE9IFbʙ57NX,9adޏrZs DX~ߠ؉ oJYIlʹPw"1ofB s3ZL62m oU&fSiVM0]yu[YdȤ+v 1rl0 M"faB"uַULC|\ +`>kr!\(`E\g oVEqŊhku^$"E)u'C;Z_72GV+j99ï>ty*)kJ0[o[d>o.DӣD54\yΡ!q4XxEr^-OhO}̜ZJ{+Ӌ\C{ 9:_%`K8ng?9qr7M(ZC\YILN[0>E`~T_ە՚*|iovfNn;'t?Ɩ/(prﭡլ&+RFlnI=g@1Ǥ9hJ}Fc^9Z*eU I=&1A%I{16Ϙpr60>mO~ݎRP@ A*N в[sd+S0Wz3'H(KsWHG"dV4 S.,=w,WX ӌWP0JI鉭IFƷd2;5C JY ` J+2Gk&΂GLP(ڷqB698 4{kxNRv=ݍ8Y K{\0ܵI> ʜ}<UCqu{XNtz"dNW{N2$4r[ a3w gMc<^$x:%7 mČpq',Vc`6QZY6 7uK(>k T_>@y Dǫbg$gD]֡򒢭|y`1^魙E~X'N(9,~.e05_ci*q I{ړ&zr *0njWV@?.dKP`NJPWwt|}(M̗LLPVgBQ?k`8r# 99)C%]%)XhJf6;"~CH ׈A?qr I]:99${V*2`~dvteYL*U$:g<}ҋyrh9H_H-pAj݀^ĨhRˣp;}.=L ډnR6gy.ZDgQX{DpvBT 'J>9g:3 )IrVb_Qy0 󅫿s%KZ_ds$$!ہq גe'NM:o+x& ;}\r@=Kp &l\y$q;-LRb]5:+2y]xfc6 U`f=KN*$'*H )r端t8,j)-E[[ ED1(2V(4^wIGTo:we({qv+bANmK~O<؄hOߏ|q|ҾY ;ȏWid!1̌>mKA0c0A9!OamT8؂ǭ ✻U-\BlQm`YWfXt 3L{?>hT^R^̜0G?r-f4Ae6+XW9dc$[q9>նX=_U=JV|i 4#{g{ `Z"޵@wҠ\ s?RVz$ UUu1i'ld ~礴m30;I4L嚌7ʞtv~D?yܭy0e y+>h'7nc!*͟6x2ᄟ3UTu C } `НU pZBl pVi<-W `wk?PE2/sFAM;14(4 Q9)m1CN)~ 0-vm[ C ZX~NBX:IK'|Y%6N'I-D/A~FTeHrLN llmʜZ~R>e^ly aL?]@[KPCA٪G>˂tQ`aL4QiG.WbkBf’8ӘL/7nbqOω8Z|N qERq*PSo~'V\']h!*zPӁ*eX˧#+v=/!}Z`{K1|bv#E6짫[5u씂 7&{p mQ( ēZp>4Oק'0eC"R^ZeVs(FCr .z,Wu ׳%ƹ*gbDv›I%ϧ*.mC>iWP,0ͻy"mPX22 CYG1v_O[\ص]er!=3`jzNZ[/QQHU'8;sI&Vʋu[qx? 2x%tܑۙv{rKHcds?'QѸӱLiD`PJ3_}K@HV7ˎ c 0>I%^WQy=PqS Հ7Q*ΏU;ZwzD+NRk)|XH"9FS)Y.d LC~b!bl66g|  =-x}0wBy MZ`u;W&jd(jɍ֝?{0r k.e uWѵIP;*,8">N/eFhIϝ7^606^i-(Xuͯu3?2a\Hv`~8W/G֬y1opS3`3cU܌ڕ9;i[df|JQ{1HДv6*Gs|Ci'ɳ}{ke! EnuMjI^z6晍I&! ;tCAD l\BFk%~fO]u *]VfcL? xg|f1PO MTr-t&G? y /J?J U;N4c Ѕ/8Qw.MH &XDXX/=."$NA72gvhYJPLB8[ou:niZ <u3^H +a`ʥxvY\VRu԰pRt٭bu38MMMɠc}%+o(bQjr{])H!;"EovDd+Lɝj:D4C y>=oq߱S -qFBxxLn-U -H ưT+an5c(B^$d%|tU#Õ)*)M _s[3HByt-46ODttq6a΅.8*+jQ߉mMUwPMPd i ۤ]3n |Dj5#^ J"09nNe'չ\U%Lj]m( Ea9J*C+W>e3Nd"Ӳ'x F\s@e b۴^ 'i-pTDzU[8>Ӏ]-!'9yߥ|zDk07'J}KJiH}N*Zkpu04԰SG//xg0UP8vƭOupz׫Zad=`^Wl6(2yϣ9mxNeX*ViEPĥ䫜Udg8 1>c׻~D^ h+U 0aqʋ7xIw`,z;EڵyjP\Xo&s _5%B ;@ DEBztwt'XOcD"Ua[J3j/aKr E\ruf@zGpfo8)CK:IQsjS֓N&rMr(b/b̂I%Ԓ"ɗfv0X1cB1Svܙ51FsהG]>"DG9Ǐ{t\U*WgCG>3TNz0^Zk4Y/~pzЊO3$Tf){2f K+?~@NdhMwJ99$~:Z2yK߇G :)#8| l I>1N~:O:ʟ\hX&G5ԇq@${.,vNf3>ˀ.>_=z*](7q.+QUTϷ5 oǬnN;=S˛BK:GZ6$<6 I1[Й53L=0PN1J_̺%5A@֢z (TXoQ\4[V؋m57)eBnU&->7c֏dL䏻.ve{cލm(Λ}R! Ӹ[Y ǩ=N6IF\P˨rh'#~ ![e3-Uf"&&QE$ӡH+IT˛]mcHcgX0Ut=ʟ=܌'i-)+@~E]ؚi ɨ.'MMK. 9}u_8Ӹ$󙙒$}pci|?p3e쪩)Ł)Xʗ pf*ZaV5?ԀJɍ$j5ISG K*r/Q]\9KoD! Q'Qy?vwd bI}@A!(::ſq.R] |7vܗGJi>B`LǧEdS۽0s9r(X9fO}W}sſ;MbP^hF"zXͰPMp60i)0)`"w]>/1˵P݅_ m1($ezP@yኵSB,dH-Gyywi= <"?t5]G~R %3hy=<+4E@`5&[Q/$| B395[1~W2w.W$> zQ@ %xa@.oĒ$7#{`;XmM/'4 ΰ/9d*cᥥYÄCNu#YBUΤ)Dd ٭J< 1{cTdf$eMH1=^16RIXBhvy3{Qbi z au@ =ZY#qx7YcLfBM)%-!^.=F&M P;2svN` F-웺m=K2Ws+T)e'S\ӕ4ӘqYZdtZ jSvX&:$&&{fT`*F#๏k1ӃĪ:z M) E<.PՓX7mIdsx`&d\(ƨeO>xF͘ИT q l{iNĿ9 )r lƫ I}hvD̋:h5Ör+Ui'}I)B$}uR(#} /=lnZ#$n'G$a˘NҬ,5 5L11:B 0Mpbixhyj_h$o '御IL?tSGI,z@҄+2ΤhW̑AcQ(~\,];|"%Vig/->{eH Rch!y;[s&eBhFvނJDx``!"09:Fg-u y@`Nc+-ujHYm {V[`>ѯ[[6lCgܥ~_$sOg-mhן @]%tYzTWpo7ĘBXf;: P nkJkwi x"38k#{Kc:+V]8kݝn0ޭz="-×"\ʿ 7~;}<}l~M֓ok%45  G) 72r {" M3Tl*۱9yM ζ:]}nM#~"oAG5ppf&Ԗt\4^|Gd&CZ N<1*$CcWJq#&E;Vù_žA8$/wҦcP_o?&4/#=N.?Nvєlg=o}ax(Sזv4Ex=j%<,&V6Vm38{ } %nϥlW/ҐD tƁq˧s3wnc~M]!iVecNi}d|}dRLSbKD-(؍C}3 4&{d}޷L BA+f2%àOD-MgS!bx{HWf&N_PU*jjaE:}4A{nI`Rϭy\B8!2f-D~|}%3RPHji7}gA=ݞ ?62,EMAo->V"M/W}h [;U1ߑ%v vp؃ů8YQ*2&!"k &%fkQ3ܼ4"(z2" /}pȭ/m_ݛj>qzS u6%ӻ}1}KCX= < 0w Oc8XjYh8YBT~>nT!: 0xDZftOhk<gBH.9T&.ha4|e^dmRtzAQ'˖$GY*pb4?RAوhFi"ż}cF [JCXʋUZɹ))/Z3V fi.ş` uɥx!z?o387;Pb tb7DT>?TI[zF >\085ji}36LAUU5P>-"uo,e,/8I wiew[ >D|$%C)8KEla4w;+{14N&%oat=N}F>ުawMt+ Un#=k F-Ȕ۱G.w? i>gͯs(M#J^d*0G$cD\:Z@t>C_ <`օ+.P KDV ʛijklYZn#ΩH-ηj!GU f+r `e4晝ۖC NrzɻBmٍU\& UoGA:hR9(h #u=[t#:i#r\kE P\(B 8r/ΐvdJc`#*;jN/B+(r 66)d^)  (V;0:Ņ#5"vUIp :1)tCu+ϗ~`3רR;0WDJb8)7_V1yc[]pP Ifgm_AZ覒bmkNV3}wQ+?҈EfIB&b=x$d;(" Z={h7{vDc_|\8WQuRDa$TNjR7NJ6r䥃JNv1]SЩaE H}5Bsl'Fl0J SyO=3*$4 ~&lqŭs^ ՜n.ӫìOZv3}\ +[ݜ:*zz U>Tt~:\y݃9bu)KR#)Q)z3q0sk2HM6o[#/h; '$H 8u{ϭtH:GY*s}vJx3 6k ep>(,NO[%ڃDjDŽe}PEίǰ窩d@+d|qK#0ܗ5~᭘<ӓR9Ah5K=BL`>=2ӾK; y|UYQ4l\iU5ۺ 4-ªG`gS3A$EE NoxhMtOGɑpH$K<8#)0!QҮq0WF;d\ 9,+z9O]img3tvg4"uF6}/)YڊY bC|݉]M㑱FA5l ~fDƘo >CvP(;6l2f"Bxu<*HԷY#L2̴;ƒ$W #Bز S@, EY!64M\_J:hJ(࢔`;bb<؜rp6 Ϝ8#dXyXV<wd0:Ψ?e ކi Ԧȃ`9>d8R` HU ξ܋&0xVOn 2A.dtKt]O{ҲyCF}pjּ|'{3[:h ,-oTU^TՎAQB8F_z@FlI`wZTx.V8r߅xv{`/g5#@kj"DCUp`> jaվ%7I8n\5ܩdF@+zPē!~:(\}V$P){G6 {t$Ts3J3 O v K\s+!֜PAll[QOAӵ@(Uei[D^NX"HH)6O;D"4DYf#XT%ZΑ,ƳB_4 S3b}$sa\gv(O&nHi !b<@}$MXkaTL>ր7ݙ#MYw@F:Bjz;٭GETJ{^ `Ba5aqc9:=_v(4)=eݷ;Km("8XFs0 㙚J")t@@v]:\Γ*IPv%Z>u.G8m3j&&v_zj6{5rۊӸ롎ľKFw\Ɂ&I?[_%]O°!ߑc-lFO2vy `[$լz]nI-awy6Pfi]ΒDUhIvJ.5U]u.g71-_@ m16(?U?3QvG٢!L]-^l1ih2?|RV}b:[s:T: UFo&*dNS<Ġ J,1+a:W4q{2!$>yz`,KڠBb9Ne =I 4w@JT{4/9fedpw!5ɩzI)Z h"GW?ORPu[8h[SjEkݮc^h %*_ueҒo'AnCl'6Ruk >fy;)i1aq lkᡴA 0BNrN~mU*R!pH,ڼvaT"Ò搃:< 0(D]+Ơ6^#OFE8P["Q,cs `-q'RP\ 8cGLS%wfa|7%>DEwEaFJe2[_L0>H-BqŅ.\I %2q<+Eo˖L;,jWI׳R^tAV=Ko*\WƄqq1L|= *m%u%\ȊܕROnш ;I=U't̻cU~^oJ4P 7c=Z3:\=HY@!RGz@9m[$sCtaUqddf"}BNw-gg]3AZL>1Ё,eV4\Myn`PK>4bc^ft4+&d/ ! t}^eH1ۄ,rl՚LC'iruZsƇg' ߛs C1T4KD y;==n#3Z]*TK2M>i7嬖F2r.ɜ2@^,/j;8%Ffʼ7'og]񕊥orGاC}E+GߢrB~ğFxr:ꊪeW;#ec~G%7?LV?~3bҸmV4KO>!{x`sG/X9uVej9/lZCY3pT@h鞏Pvy (e s1fnț/^9hol М{Hqhf9,䖀K jv?^s d~`FvZNDD Vrhm:fxu2Uv1Lz)pq+IRy D hQAhΪv"@Na5D\}X΂ f?<6oS9"HhsP-l@FG90#EOt s>u hMqfJ6x?YkPyx=AkM_Gh8ܔ\>~$[rq !)uvO^#zR7ٝ Ꭸ5|LPQ`SŢsP_=^bjjLj Ȩ*PՅ(kg TNh A {&֎|g YfL Yt_ҋ9!XjOh\FqerKBow8AR5yg>k,A{{rABߒC˸-9}[<]9 _#TEF\QH zX9(4F7_W4Fl9Y@ʢdӡ'Oo )}f M b +8#b`Ljl0F+O95R ]kw^_APiv䉠Ѿ@zҤ4x$BEy5~ c"$ J[ + ;W3Y 2bVARCdUM4څR@|~>w|;*LC9ӿB';s%Vw+4sS?%-VDu~|{тenhM%ػ'&,B$f-tw6o ·TqQuv)*FYٞI;rVJN ٠??WYldȅ_=z=~Œ>Vs\b %h7߹!5󄏶TAOC7S Jv WGN-KJj;1fE Q;kTIe=g2/DƂPfF(& YqF0,ǙNcc`X\D}gy\ p3sn6:m?;LD6OpH'5@y^~%Ccv-2&6g-Bo~Zw[lG:j@/)N].i˾ƼƲ>R-Cq9G筓x[)Lh~w΁s+^Bͽ$DۿYvK55H,vK?i-)WR>o\ α9RGp Io #; Pct 5܈O^WxIS%LXo,J~(puo--tI~%nǯt+ %(Fv;/`uY;_6c>dCnePc~Leiy*UQ1wkhn`/#Tw~615h?;" he|۽@%L舴N:"*LWud=#Ԇ0C.[.VՆ`c#YKk=8&w_ 2z; `2Xk-N(u@pwN2&iVuH2KB5FX$tt`\yU5'@>4ߝIڥ܄Jh%qhSŵJ=u; dA#$S9qrwjڦ^㸄{ huHt-cO}R +tJW!i(U{a-rnT̏F+k =-EnL\XUfI4j )!J}C,:4GV-J%׽._zOz Be+PUݮ35on_, Z-+c1I+X_dUp0:Jˍ| Xh fQCGMlvS4}Ec3# o6r!F YZRSiN|qfA*ˊZ¤M{9Yj:ĘMe< iM  e>4r6QP,9'~(d$FI*?DPmʧH,1U#b}cs9h #}P>WK)// `E8$v쩓`p7UxS (^8wyi 7蚀n1-ctA^U3 P$"J.GRľRDWDW@R1od+޿ZȅWbY͔9&0pA*+5$14͸#܋y$ipkZO B)n|NM5OPsBIb%J77|G*Mwg,߯0-T#%TbRp ;a\O Ӎ ~kX?qy5KO&B2.ϩxzC)W,QѠ06e.gs#ҵ͏Vz@bZ\)rWDrG+?Z2c7qr@#g%9 g%xWp"nM ‹PQzvz7UV 揦8=FG}|_m>ekwQY}U#e= ]>miBY)4\6PC4ʷn'sOqtnV,28UQwzjs4<-R0+oMmɍ"jPvIK2A+8wɆs7 *>f8W}g"#p z^)i2({Y"&enP[̂L3/f=껉s&kyJA s$"\{j֧Ԟ]|1ʈf[ 3 +V|k\ZYC) *4лXpȞ>8OջѮ6Aq{I +jmozT*l*}Nƿi݄l'cƕ{jwG.(y5}𲹁V-9qk#k}uy<&s<\=L(9Q.U"R<2gJp_HkRp?)u5 Ru:ĥ1gfޚx7yA;!4(< ~ '`?Nfya6F~xsQE黦|p =Fi5zYO~i ț\rcflLe5;H4]U\)liYwZ%L y:9nnhs7yv|A{8)Ì_Ncq-&?eF)d@xk`N-,=M}On\k 1[zu2N,޶퐿{Xtw} O0-U8&בjn؄T5f{r*xY-N{ Z8ƹn;%GO{OODa^mٕHp*=gZrN.r=sK}һLeJYic&#>e^Y=" pAY+}O-@ Ѩ1)RfÚ`K"˻c%@b*ŧaBfޝ4h}83Q^)=X ,"ZמeĎK㾁j-4_r鵏 L  |X``Odb8qndOFHu_YS'q6$vcC;m a:7d;u90X{rͭouto (9gd.w1ixO#zAAx-*6G̳xQ*D=htYȇQ$qlbpuъlS+vaxYcz.e#։⣀u ,<tq:z'1 $^)u4I"'|cHHW՝9D8t^P>j]'=7wgKvLej;j<=_+sNuj2Gl) t۹nЈq5˛9S=Q}P;q79zdP@Uvѷ#C P*Pz>A*6\ w+i_dX>Ƿ^09ۥ>_&]*Wot%u1}MCcIo,w9J 0fGLu9NRp%ٔkVz)ې2: KWsulLL^6^vɐ˧TȲw3*4laR8&Xr \*䝾\D}q0_jV" U:M"d՜[&{qĝNJdƴAKEMЩGKYLCCZabObظj-hauJHjI ݎbз^0!KwXhWBg|;yV%1:=&Å<旞 B"O|Lͅue9~x= h\'|8b߰qY<,Hyװ=VGpq11M5,]nR7$@R M5e㳫42ޛ2QM̜> @"O`ÿ&JЈ8U]k>(쐑 NcXyFAza|+ٟb악 ԅ.5d{\氢n .&\*ppb9O=6T4wFvSڬMHEL|'PYL w5ށ@u_\(Wj)WrFT~~#k:4,E(rѧFR1C861ͻW|}H,\$W;pZ}:#NenWD4.#}CeRuL%ǧ DYdsv-f]ꔰphMn(iU>VR߆p%ԝj3XFH&dھhO@ o{t!Tz@:Jnj#Mɵa7sf?*>}tk%fQ-C-p{~q8,$"kA #/TKz1ː O@3 P&\FuveRiL2Hz`ì<μ8"6$fGQr,r2[',7RN ?{c"!}e]I\/={>(L"~S{RƃqDDž&M+,<,Vm4A/HqwW1۴sݮ34L$P:+q`x 4*nϭs"ȗf"sQL8 1uL9^%C^RZ _Ud-&O|ccZ;t\E\9xfT'3kw\}=[o:&P|5mE8|VQ o[T5 +><"k\Sf͏55Ìz]B,ܳ`c[ze1Q{vGB+!~E Ev[d*E~j8?Mțq*㰅Rq#3p eo-빾zo!+Kal<1>fg 'u &yօ処 CYXشl;eb]¹$>:f+iS oЧf;yʫSӠl[JJ:D\3EDyT^5>XfLrm}oGR*Ks:Jq^ˍ:zc/l 1_N(~MP{[З3 ӼiUXyMq@[wOaőyJDd/U y"A>Ǽ5>tS˩N—>sRe,(Bə/޳Pj/{ӹ_?49]8q<Z3u,|EmDj4P6TVy&c,.K81> :q@&Ja8vMX.ev&TV=S(=t('?4In@5Ah&Gy/-.UfsSwZbl\jrOFC6>ϖ]gyYWiYF}R\4I2)^º$ъL{||^f5a,CSm f3<Q&s>D=1O9 ' lAlxq(OIN2ϲ37{IpOP|'D,`A9=xp rPJee*Ut/W}>K@9"-s#`bY}}h=U\z1;ԅRk?3B1/"Ɵ^t]\pf{aH%_hnyH]joL09ض|.#b{w$aZ79;QqsVM/FxL0wR cFSQEd-f-<9 F8`Ân^(oETD4kR [ `XV%fFaW&A{KtK)íc,-L_Ukx o+YbtCka.c }|x'} k3ӄ$LjY$>W LEi> t 0(L^ VSd|<8,"6%5"vKg'lz [f)J/! L),/ud˸~FX_~//#l 2ĝM0WgZ-ל+V!rvB&m< /rzLALco5 544q'$NGSуl&@U.х'}Ut,X H"Tgr&Rr^O j{^/,gύftF7);R_pH%%[:j$ EyG_neh[u@'v`cf@ꏗ<]P?ݚ;.-wiUgd13X/ǥ95YS}Z~A+He}Rk<^m.npZTxu-BPA0 SvߺA vY (` ~ ŤHŭWJFWe5C"ah_\_`%m)3QTpI,7m KnLp4fxғ!L?@BZ5C%N=_}rZHSG|Buj+b(Ϟ*bq,]f?ㅸe#6w&]( Vϊ4XlZC'PQVOM}2gnrm@0 .Y۽8ʬ򂘿omĚǁI&YwD9}n݅cyV @p 'I;#-"= %%L &H2'?Vz(At7$4r ܳ+tګk&mh/(t/jAvEqu\d3 ͷG2I$;;7t:AA,һO^,Pe2:T?M~.iq3O,QYhx:y|5sc#+m*,|{y_Ӽ}y͉xS+|&11YM+r.͚pṱ!&]Y[ [r2m9d]L gMP,}c7Mxd'\`ӯ56M,1}kKK(SNNcm"Gx@T\5txK <ʼUGl ͘ij7!yveKeQ @3&a /f+3-Ca-LR4AbM[VBMy)Fړew$XJX}B[/ZDE`4 7HdFN>]/=0xj&K.ǩ|F`*r0W̮h8Our }jZy!A.ўe2n)=߳<7X첩{]yl(&JG(+өhg_o8H"e"&{$nJ,w-@”UQ3DLC a1̙)nD!S (WVa'og˝(2ԛf}("Ǐ'W}{jx }fz \7yɼ%",K;@)稻n^)L_$zz6<1g}{D\aҋcRtEP)a|v`@jiwvbDɻ 4rE2cl/8'2px$s&o" Dt;߯dNeˆ㟁5׎LemF4Qj\+e.%9G bpo/Bh0F W̰rFKDْ~;:GGjKguOel>@KHJEJ}I5tWzSUqY?`]_#&XZ'ImoV5K֢u_L^倫MԈ9guBp줼qRmr6!HxQȥp6uf9QVXG˩qNWd`"Vh#pt,"M$G}5_&>b6oEt@xVXLաFq‡FeU0s$] =bhgpI|b).C<ҁEN|"CߡK:.?Hϯ) -BnP,g*tԓUEt>S"ڌVU64wˍb8(&'i__ϫ^_ᓣuBCH j H`h,Wfmqn!ˠ^K >%h4VCEtEv((w JQ!W؊zC^0~Ö؁h{c 6F$ەOg3XXH[ww O'ehoB-3)hK 0Ԫ`jF;Fb`?յLRW 4&rz{ Kwܐj a:R. Dsyq 谛VxqAzÏ zXnQ^9MP0"iƺL3`;{;ddKALTZf#,=󬉗~ke+2 0$1!+VpL+(%Q#qI [,>bԯN-v *C|&yh#X-Wk6oJI {~t#4<2~`39CԒZ1RGv5Q xvW% qߌr0n WMڢ¢a4m%ݾ7l_uDnwE2XT4Ƒ 0YX/:In7;։}2B>-l n#&ةL{vNˁD 5HH1S;V"CνQBI=%=r4.c-0,}PaJ)xrMK}/4ǂ5nOeDYzl`ʕT)L0FH%e03R@瀄*\+ȓ)Jtyth "va^>ljqX&Fp7HZնB\1pb;p챵Y1/T}$_x<2«r\%f5ŒōE\MCPI7Q(Z1- ozG7pӭ@htIS:[e8N/7tlt:vc҃B3Ox0St}kқ6zrMX}9mV{^8. 5t<6-OLE‹F5^^m.uЃ˻ V^M5VH51d7_n=oqT pu?uV_ݯ uáz7t;7!EVF{k".(G"[>e`Nlx < srƁ-b+x=^]966~d6AC>N*k'DdXL:uZ2dvGt ٱ*΃aR;mqHG(xENQZ6u, [VFI0Gi,MdCY!tn]wZ@efȋ,!fDx oq9 ƋӴfYٷXJ؛4h־]ٱGtL 7Z(8Ga.0FuurR5$y= EG{_B&bN=eєx]sݗzlַUER>R#3jO-[D t3]k(j^^{AʱG ?7ժ!Xv)$ba&mۖj{ H֢M/NjOʟe9DYo<9 M>iG3s ;ZObod֘װHױo羄HR&sq_NUbx^J b͹WU,ŦÙ'6(uQyM#*"~3C>ڊj; a+]?=V7kuDB<է$ėr=6EG [ z _&cQOv ;HW%h(q:M/o UGYPf ĕUjl(kz11fᵛs ..s$TݖtC9I Yn](ǶefCP֞Ÿp| KĀg, W}nq,Rl}6D@ksl?&3iOd#e]%'D˛u^Bc0{٭FG5}f1Z!96 -%| лL/t! su̷[ܝ "CK7Z.>Im|EdrϊAWrg A1)sZL:5\&x:aFD壉EG"G K@ mVp*5+AϟchIn\ iX[6*vݾ&?8iVx-0~/__4G6=Yrh,uaI+o;oWު(s)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 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;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<& +aI?8DT{@׋$/wdp.0"5&]*OBDRgxȎ}oS%Ij+~׻ӭ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-[Tr-u:Qy{.rd:ѵi\kY|3u9յ8pxz1&ԒbS;Aե#v-CX$9NWr:d~촒0-OKEG)0Yu& ݟՑ?B$"%P )~/d2kOI{%Ԉo@ :QtmaŗJMkJRhv-? mbjJPzQtErZcbU*q4WmS¢4K`vnz킽YaUu`}~Wx)H\?OTvH0h?D]0Z˝e 5 [l&8үub\0bbU!$%h tvĥJO}':iǸ'YS:EF= % .ZjՔiS0F'z6||s:V~ۂL0uԦnE+nu;o3Дs6mp/& bҢ9csROUê] Y:cb|'3:$YoBL?Hx%% +ih2@5 K"{K!oI.n .XAqh0ދ!Ȩ(iM|"6UY΂12;SS BfOyk1gT:}طm<3'MIЛlrщ>n1.K_:]\',1M#(nI7x_gϹmWz dEvl<8U@rv`@$b-Hq~n$/m>%{z|'wtwȯ= RϕJ?R8 tI5WGS|A'%GZb<=}zizI?*zO]Bkޝ<+Y@jSݸ*p& 3~Y6gFhMKN;Cq[Cy1qUF;aC, 62Tatf1nѸXf>yG98k*Ovg'eF+~{cmn[ňl 0/0+0?Ū׽)$sQ\i-UqU JZK:S(̴+*@|l>8i Vo;FɾĢǓAxʻPyvy)x3O'-ae4`Dvp$8(M6?a%5'jS?-' ԡ.dq4ɛϑaSg*չ("D<0 ML4 ؠCtW_(Z<}Dqc-VW<}n p۰d5{F}Sy4gF FΐN `N3s:lW3&c<1rՁ—ޑYao \Q8ZZ˖iqlg0o4**l{VE8B;w``.DkW]Je9/$:YOk+_߻,䡖\\42 ui~żn\1y:a~)ms"X%LD,=PzELYܵxcL.w7ۯ_hv/"c&NW럵ɣܦv@h05ja Z˿l>'\˲k<]E/uk8Ɇ LNA0W2i"!qG9*cNyrzkށX < Kd c̳?yK m-HĀ,QqY$Rǚ TNXœчr A.Pf}5%X>uTa \܌/km_jU` WץXSDcH!]a֞&T=-4GR"pL/F ͹!; >{`o{Ӆ]8>* I yLiobLS]%0C ̀%Cp9LE,$i?xZ*'>:8ṼTuJQ_#h3A( A?hun4IΒ=tMDcLc$\VʝJn?$7dm">VBoU4qVt baz1=l6s`kO0#::/=E2YݥjD u$IRUy:S$6UuDUupi"acN|~=F,qwK/j/8BZ-(<]VP+4x7s$ pͳG%8 \̹bɩ%Vo!ST*ՍR[':w霭Up  1c|ˡe7sA MHH u̹ ucʰ&ԍ-ƤQPR[ N#Gnr^6S+JSi=ҥZwXeQSE# юmo7) >r:|A]NtE;=f$*,7Z8 dwz9D4 ic"5D 7jѡ' |29/W]O;kFXz O=zc˜~>{ Tt(ARF"BYujC ]@MS/4?%'9kh`X2זDMN 7괤?T*6:+q-p}5 4AFa[ԝq()̞AJxˋC]n/ hx|rpř2,e ΛB ^2:j @8y\:yp[*Kw"!g x]QX!Gd #~|VIHYٷBtXU3i<ܲ4U1 l!OgIKE0QۖTcg~(q[-IƬ~t-Sߌhij1[B!e{j8 {lIjrp.4XìS^lsa Lۢ@{ xJT łۑMʙC )(yLU=7hxN{gl1-o#s F4stuXq.?Ec, *wY4lw\[CϦ&JT՚] 1k.gU;3'+*Z,!F%G;^׉-Üf"sĥnbt`XA f\固p!"~9Gn18, #E:e );"àf>+A9P%/+E ;|DedC[`z8h19gE7-*&X(I3YvmfDC.!r&0]0 ڛs3k;LFnSML!vX< Iف%02&vY׉)D#'~~$'/90*Pч| 2/ĐMB} Hӯq랲A:܄?XIqbj@5e ]P){6s{NW?]zI=ws5Sb R1y@t+e!$sz˯zLVQ\{4kҺA[F Q**^ W醊nq;Pu`vE*5ެ ^BIzc6G 7.kdID$icp1>qѧ⹞jcxF`aFF9f\Atbe1207*Y"*c n=C_QgMVu@oBP%Uӌ.AvJtCҜf8h=!Yvj(B !*C8U73s i tWd34Ze")9#Ec-!ێǛ6F%m>K[Qk4/'w;VH˞q fD1>G yo14O!/pbD X 53SdЮs!0XВ-y%<@zbeڀfZm<#*&^j;}@}Z82[ZU,R?A 9{@ ~twܼ|O4Zd&z7g'@ ?{;A@4+.îRoTFz2Q}:̙#/}L&quC8+mbB0#; qC<~\di0z\ ~@.rGJޞz@ϭ&oz>S}y\T68?@cw߳|_Ք쪟6p"%tYO2Z ]z@x 3#ɾl ҂)BI- *S3^E} m {EKYr{UaRpjb~$Yt|tz VNW[. X/?9e t) %Ka^fYb6l"05}bߠ8ȧ<\x mF>7! if"A N*%()wKN@k1_ 8Y(ZXo*CAB W|^ ~eMPRz!nZSf;T"2"?:ܤ:Ag`9Fw֏?TI\".[aryq gʞ1m@XÒ@$ A*%Qky>AhrD]?-aۂpysYeײ E0rA6·l{5ğ$ %`dXm}$T Amr!K"@u#B>ү*67򚑤6ӟ P݉pڌSϳ>K`gfL-4rhlZsECk|$3S0fkcɠઢprɥA b`CRG5R:YVtSO47zQo'vI{?p ˗og; B-#j\|F}`=[qðQy]ŹPv.t<܋UN>&T{ 3 _!t~y]ҟeIڮJs3%)FǕ KUl. #/duW[GgT;rU~RO!ɰ@(X \2 .JE qePtߛ`.,F,Jo\3 .$LBp)ƸViRb (>O#MmR6k\)ǐЈIy! `vcNjѯ϶u>@svjE4s*'?1PUpߓxF+-FW2SdxL5C -n4(gp%Oi7-xk-kg{bNJ'iL+jy,JAΝV]q]zByx_V|KnwlE{{Jd M/<浪-b"Xx-aPED_Q<` p7u 1,9ƕ;1[uN>ڤH[@=$'K"YHS:[Bq`{*u5/YTfKx28-0$f)¢<| p*Q,]lu4Y V=k 쮯/t_u8ʄ7܎>:-q1oDSMP;Iop-A~d/]"~-{szpYK# wkb_ac XlҨ͢6[HgԧDfꗤ<eIҲFy&ܤ{؉NE14T,'m"EnN5WE07x'=BG[r{i .HXkT O"_lC8^)<0%ˠHõ\C,u NS6)j{!,Ir =;T}tA)rw{+6BXO*kw-p\&}OzhAhF4ķΠEy $^Jw[fgpk1z!G_JnH FjۘR_'pK21T1`|O&C1w2ؔʼT-/+z *(ryB¼dQ{<@*iZ$곷Mܒ`:T8 Z g4"SSu;H@+T#Ǻً2|J&:PsБekbyc]af ĞCn.)u,V nFGN K PXХc^@hgA;8U*U$ǭdɭ4A턍f"M}, r77J,*w/;K\V&uJK`Uu9F0&qBhOiRWl_Ø-H?nQ[YGivS=^_~\ȫ;J]aųqqpM# LѪ6EՏp$d2Eu ||fj+@uk6*W(哉)8ᬣX AX H㢃c$г(* *&I2E ow ,8CH e(1ˆ ei3 P t\IF-V{;]iN_iC4K%A׃Tj"5*:ō6c}CRsyw“ErfW?5F| s%*y]\&;`/$Jbo;{r]Dv$k[mІp]HnIu|M?$c+ɷ*aURvv]RV%+_%"(9Z؃$džmdF)\6dz{ixJ4JƁU5MbtH@2GiCs0mB+>|QzRiyu$-WxS΄MkY_W%]qgk~mKB1)8n t HXwT79XI\S]fL%*c$rIf8KixۨGPr= B ,8Z/9Ee,Z~W!}AJPV^ Q`%cv=Ygj*z, J~r2, uRJ(N`Jғ$Zk{jDfĴSqU#=5!R&sA_#J+8t/E r`/[iW(_8bI!Vޥw)L&{TJfA)KqvߜN=a=*[d4IHE a%1Х-˭iCUЫ^'PnBLvɁ/)m(}m#M:GW[go!/Oլц(,hbkS0:SI8D!ӵ<@[/MV0qt j<92@߮^U+aRe[0#gd_:1#fx!p(,(xXəEƂ?1z@_Ë6T-ІCr AgD=ބo^xZ*}Uw(\bT8MVɖ Q=eְ!fדmХ[v]In8ˍ|!U+כ'4+u>U!ٖh\!̊$ W`过Yy6w1m{S֪|J\'DOj  Lo|AOt3,"Іɥe4sKC"@+c4Wٝ4$ݗ[ [k@Zǟ[LkEofj T&-\9f[^b-PkOI<+$Am7ʥ)ӫX{rn4G3i#/iJ^.УUjXirmcHEPV"sm5^/ ##D9#aG 5p5%(R:p׍VvpѢ%嶄LfOy54_(puh:2_;Xf&jep,a20L^(xWqnEk8kb!ڽFͼ ҡLal֞N;ѻEr򷃫M~(Oxo ?PjI%%p:eB^}TbW SPP "hjR^1ѐ29ݪ] ̣; 0{ZwwXJ/pmG^Fic/,$2dBeg06s"5C6\mS {Q.QTU[OѤ3hxc*dudazi˒S;6@+$DPRrVzCVҌSD>CrG9<{T}p]szީI|I  p,K$$2qi[&s_:EOc<G7)}>>owo1s^!hg{Vty~J/}`gىxl6+wv8qRЦsᵺK[}%y'ꎓ4{.7{~uϲVNqv[ʓOqAi2:Bo46t&ɧL)q~RY6<ֽ֮:~+p$&Sp@󿤠â`R>]C <&ɽ @0707010HEII.ؚX2$egBh-ae5Ve;]>Uuٟ_v:wzFI?7I'qG=r+U5l<;"5Y) x"<22N?4|:'79*1U< aGr{`[S"jGSC+K8RISvѓpiZA[ܔ{ nYJYi$oȇ@xuD/ q>lCT,2Ec,w)Nԟ "4TX&ғQ=T !tTDmeMI ; =JOO0H͖ʨI+E=50 Rj' QPjVTC \>>g\ˮepkG+|pZ $Zא8.7* '+:jTXcٚ#C+x@OZa|`]>i &A(|q r@ HH^u qqfg̒ܘG|+JS#p/"BMq>όkKO$1sI̴קMndEhEG( g"`V3tȰ.U"9uHZ>DʤQ.A uiSzzzB7*ŵ8Sebc͆'JFlK2Hdߤo'h`sZmH _0޲;=3O<@ p m4x<=GSnQutkԡLгSh]V,]Tz52tr5k6ӵddO*ob _#k0.\'Xr$Y`Є9P'nī..(${"f Q1T IiP b.Dѹ|=JF] B'gD!gYZ>ͮh-4#$uSU^!E n*~[t O:Al 9GYToWWu4mc uQ} *EN7Q{]By *d~x?(  WLUrN`G um%;.T1API:~s6D!{!C‚p9%25+.z!Swܲ=G beRCUSuq7 @Xz%]D~Rh 5dhjl̂N)wL_kDXoo[`}=R\|ang+ar O*$| 24 6m}3Gup EcSa 8'>Ѕ>\x[:f{@6|dW͝l#!(,uEձ MҦc)yML+ռ:24.f>2MhCuX ~ȳ3j:M6>ݶB^:Ǧ«^nHꖿ8.N1W^ڪ.YO/224qZ;cEO Lq=ey>P46mFӌ5@xL]vuB@l&_jiϺ-]rިoۜJ܎|Lχ""n4D V4ME$&wE&UKN _`&!‚SKTA`KQ!#2e~LH5bRw "|c#,866QCU8iL\LbCP[L}MW T~ծOZb8:M60 C0 >)L }a#"tgő"lh7k.^2;89y 㺸,FmAc 1@n~Vϯ8tUXF篱?5,/֌nzV׋0,f F|F\]ZEn@I;#Jq7{1:0]l${ƉҾOriכm.Q=ٙL}v)CfJmQPxiC /UW F|qN_aܘ2 w2b/l,;k\4۪@pcfhj`ym hOJSb+܁H9PUܨ@Oj,_,/*D'FO-פ>VCRe }~Ѧ; hjFl,[p;3ZcHV,Ncnp`2}(CQ[O1R2ꌔ46J}(Wz-(׋(^ƛFČmHyH ίƣ(Ysw ?d4aI|;)Oϵ1'F,toB#w%^Elv•dԪKc,AS7:naebQtb앯o^K8^RZ~Ju:I+J[+nѼ4x+;tƵy؜YޜX8;-poONƆrjM閤Ռ6'-LdbWֲYqe[/]r/fE:;c{Qc܈iőݵ'wwlԁ9@x;l#.z[(li>ϩx!V١YۚwB5 ܷ)袬v}Eρ?Tҷw+ڞ466{/h>*)}LoJM/6~T~lVJ@G9@XҠjHs a 9Ȥ ASԗJ4sx duy h$h66==a5,,lt)hy[}2w ew<t5<.P;0Pb>i昌2Bs4 w=7ɷHh qALR?8Uiiu/Y#@=}Nz$_D|\3O 6o&_02@^>L'~ct_(CN6k薘|&3YXq:;ȟǀ`~ +m% \"TOQ)e6pi$1y#8Us*BM=Y;n>k7Dl`'U9P `(^]76C.LvB~;O. vڬ/R9 Fqjg>z_sU#C'4 o63pL<Mf=%UcU=Tgg}yg\nTM5eGJx%4'WQÈ[cN3@(Ԡ*h.T 9nB.>T_L4hWC MZFhu7Isz 箾b?zbA/w tY@)k?3F?]n{"0]/@I}ʠ=.6&؝`s-2}mQ<Cy9Qcgz>ZkJȽ%/ZyǙʠGZØ|8pZn+04R<_DC7?\k`V-n߮!wr0ٱղZ uU_bK`dH 4Z0O-HRu@U/^4<2ڌG,<@9]w7KE=Q@j뢌+~vW56cSPl }s\/N e0=S=A]N-ck"VEUE  YZ