postfix-bdb-3.7.3-150500.3.14.3<>,V<f4p9|!FC/!kC K_K({&bz)P 2t>Qw8՟zdvNSza cCRMRǃWjTFU`rthƀ@&Gi3S<>7v*m>Ch#|"kߴ:Ua>Nf$ R0 S a:Տh #)S[$vd-oE}dH,r^ɕ %_($'8O8Z1'Y0>Q0? d " F =TZ`7D  "< # '4 S U|X]aRa|d e=f=kc=kkk(k7l8mp9o:{=4><?D@LCTF\GpHIX Y \\]^b|c%defluv8wx8yۈzCpostfix-bdb3.7.3150500.3.14.3A fast, secure, and flexible mailerPostfix aims to be an alternative to the widely-used sendmail program with bdb supportf4s390zp389SUSE Linux Enterprise 15SUSE LLC IPL-1.0 OR EPL-2.0https://www.suse.com/Productivity/Networking/Email/Servershttp://www.postfix.orglinuxs390x 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@9'(@'HHyPP8@@H@Ypt*nI(@$NXX`8@h@8@8yM(@Y(@H@@ z! GX^RDLx(WH(8H`8@'7(WyPX@hHxphAg}](( J A;9 & -  vH 1 z  ~ &q $ `|T 6 *6Z d& `A큤聤聤AA큤A큀AA큤AAAA큤A큤AAAAAAAAAAAAAAAAf4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4c@ff4f4f4ZeXf4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f42a578b63978d4658a4982a6cd6cdc8b123eb297be639937a6febed1ab696868d6233f37dc93ae05d476bbeb03ffa6de4d006893a9d5c91d38afb66506d224e9dd5e51380e7ec868a42d336c868fc012ab95cac771d95361504cc6040b8d86221c00a478a7c120c4ef2ad0851c0fbd50d3cba2739d5ecb1be16e6bc4c75792d56d7c000b62ab236b5c5c4db8ad7edec232b2afe95d85c8e064a5c9f6d5308620f7fdf5c3b79ba13d9c264e20742b88ec15b3b9ca7abf400e24691fefddcf54fec84c8bf2d0d78923734d713667ccbb34b703da09da9bfb4bc1ee1930e29252e530346aaf4bc296be09477b038c780641b4b074c9bafa94b3b556cdc3f77c17f17e3fe120264875113f86595e8310867a188e65f52c3f039c4e2c3554910e4562fd1f8ccc0f7e3d745cf87893b9d1feec45b6e806db6b67180be55e3bf269a399b1a1282cd3e245ea1bc32c901f715dc8f0c0b3392a9263dacf39fb65badb85932e523e826b0192c39b42d71597caa8b3e5e166d1e6af98528f046f1ebe67279257987a8bb5574dc385076dc07254f804116424358cc8bdb9a9b53a15a83735def45e3888f80a3af34a76d6ee1fe55dd4ef3eede5508212b7f77a47cef12165e9439118ed6f4d372a0f4c61c0427279801a48775dca0c5d2d035738c3e3d23b4e2b60f7e2acf6f435ec7dd9b20f83313716489ac11807f0675b233e0a35fbcf6d094dde5b8abc9797efaaea2dbc51a30ff96cc55e2df5507258db5330e8c1db23842fac085b0a420236276365e4f84728f8a970d6fb5b22ded860610d0612a52ac7b2f8f9147b41c7e47df9b97c22831afb23be7141818614ec2370210e460c9d10509447bf9ca833a515dff2d47d65daeca2956d102d1b1d1ef107f753bc10d7dd1952b04ea66793de883a61045da9d3665f409812fc6578090deaabe864a695f245cf3a00a723f8d359243ae47b3bfcd3b8d5b2fc922066041aab756a5e885d58eb8534a7cc6a2ea42c5b4be1c455279de3a10fe62a9a86b2f6e752331a873e16308e79a80563130e95d899567daf677329fd128b07339cecfadd6ad48d1cae5399c61c8aa9b4928006339bd1dbebd59081f7ea0bf20381936d55bcfcad72642fdf3be782f4cce5b80154b8c0973317c625378b858dc436fa13d058a683b575daf1bc2712e7b9014e9d3d5f0d879c477ce63e3daac584259f7e38205e93330c7ed12c4a05ddf1e305d7155fd9a68b5c948290c05538aedf58e88ddac2a7488aecd6ff7ab94a92159da177b67105cee1625528dbfc9787b25479a83f205e783d0bfa404aea7145bd715d44008f4e95b3cef31c4509f7afd6391012b05c459f6d767138c521369d4d94649ec525a797e103cf5f5a37840e8aee86cc6be717c1b476617c2faa6edec2450a9cfe004b09f3c37a2ccb4cd6fd2cb945bb95790f963752c6b687343c41b118127b69444a0bab4183685f3e6ba08eaa44103f62da7237d8482a4070282433a58f96f972519b2c1f933538af871e2310af243cd624896b98e813d45f009fe621e2562fbf8cd30784be8545dd16535cef9fe643a455672ab6d4efd8e1aa9ce2bd15070ba0001a440aa3b65cc49f02701f5617f0bf533050623307e685f1654a182e569bfc00e1041a76ea6544cd6714e40836107d73a0733d84bf414f2e3df0e093447846f7be9d24007828e610acb0c04ac26ff180ac3b98ce12c4cf35ae8f3d6406f1f75e0c40c1800f71afc52414d48329d09d913e7648a0864022a92ff138705548027e07fc095c5ac7bfc26fe5815078bd89dbd1ccafd621ccf111b6d7f3b6ad0aaf37d70cc04b1e7aa4378d7a4ae6826e2556ce35c9a8ead998b1c9849f97b54176d08e7d22d517bbd9c5140aea8fa5e1b1c8eaba7e1b9203921225e60809793c25844b7f5912f810864e70d92df45ea2e83bff975684855a31a3f604241ecdf6807905377b6089f96a21326daa2018fe9aab53ee154110c3eabc39ba8c29464c305d4095f77f5b0404b442db7ab3c0ee5ff540c871cf95e536644cbe93d1e8b64cdfd610328e3edea913514af03e3d4749fe212b77b2f8f9147b41c7e47df9b97c22831afb23be7141818614ec2370210e460c9d1d1952b04ea66793de883a61045da9d3665f409812fc6578090deaabe864a695f245cf3a00a723f8d359243ae47b3bfcd3b8d5b2fc922066041aab756a5e885d58eb8534a7cc6a2ea42c5b4be1c455279de3a10fe62a9a86b2f6e752331a873e1cfd07d0d230f68952e9a26a880b1d6cc9f79da73a0a22c264858ed8d16600f336308e79a80563130e95d899567daf677329fd128b07339cecfadd6ad48d1cae5b5c5d4e8efe3775898be0824e35c5ddb9a8cf4f3a2e741445d32d7b9509a633fef27c1d00ef554c9eb0f391a69154d78c30cc27c6a696b22e738fb9b49f1b051e1b9203921225e60809793c25844b7f5912f810864e70d92df45ea2e83bff9758261067fc766e66e877e4a75b177a8b0ec7c8f259ea2f202db2d3cbf1891c05084b73dad4e9071fb8ebf30c229b6f06e1eea5334c00860df1cbc7923cf9f8ffb8ea1ef4a85182ec525f2ecbac967eee64efc4c1afbfeb1f8299a486a617a20c78a0864022a92ff138705548027e07fc095c5ac7bfc26fe5815078bd89dbd1ccabd81d603b407adb63a19c335d61da4b1cc3e37a4ac92b09d8f47e491e10972dba4c2ef622b674ec6dfff3fe73178d339e0fa33cdd58ef8b9af7c09a371dd0479025d99eb66be495819c99bfb956f8de8781b2a79d49444493a13d72585ca9824c7100d7f0c273b536b3d1fe4c571a6a41e0452c9c566a6a0dcea38a57ba0057b6fc40866382135bab90e00d951398e770c5fab1d5d5a8d5f59ba4afeea6041691f66ccd12dac99a22c2c05495ee1fe7c4187a4c0dd7f01269dcc11ad9bac2ae3c6233aa52168497f007d0dca487b6dcf55058534dfa13f8eb577300dc4f896ea41a6b9cacd3e22c49310814f117f11e39d70232d0d4041e4a4193678819164ffb71cd60e8b16d28b3f5615ce72ba8d6575ab2b17c62486e253b586dd7cbe457bf9709474388c11c675d99fd626e56b86e4f9ead06adbf934b562f7ed7e4b1cc294dde5b8abc9797efaaea2dbc51a30ff96cc55e2df5507258db5330e8c1db238e90c1827f029ffd9ebf7dd02e6ed11b6638148b902d43298359b0ba0745369c23457b6c2326d648fe090aede37d2f1564a89d21409803e315fe29b63262c351b89020c1ea194e7b3b5593f895c17826a054df54aa2b05ed2a27fe25e39950ee85acd39bc6ab523fc65209ca3eb9b9ba0aa262ac4126165e92f7e50d4b1828e8e629ecacfee9b825e544e77664b580fd3a4b79683a569522ba9664678d1ea909e307d0c83a162dff424bc75945b5efaa07ca932206f34ca914d118a8eef97814f6d9961cfc75d9f200710be2c198fe66dac6fe7d2204377f9e073b52a488616ec2bae481f01213bfeeaf6f5c71250d752e1e6b7484598d634e8f34becbddaea77948fc901134b90a69d20bef55e0ded2fcf96c688f6a931141bb9557014aa8174b5f37844923550ce5322cc48f09acb8dc851adff70c17413ba55cbf6918d2997bbb9d5a3a796ecb75393ca5b318a9656b57e0f35809dbee95bd5244518729a2cabf9e21a50c67de1b9b7674b24b4f15c29e67c3100e072f213c92810b3c647b0869bf0c210f5fb5398324a3061b04ec876c26a5810bcd2f828bf9ffeef4252363d2c8f34732d9f3536b97ad9c07fcdd5813ca04e127e08dcaa8eee7e7667f8755d07ce83280dbfd59c64fff72dd8e9b1b7c9befe7824f010f9fd8372c1467b797bd40ea2b6712f04f86224fe054d15d029ba83452a3a538ef864576e956d6f78d1c96dd1a5566d34d280012af856ab10a74114a48c1efc15e016b6f8ca91005db1c87593ac90e28dfffa8e8f23fdaf6c45eb6dee710789c12c8b808278c01a4a24de0f2ba3bf1ca1c34dbd5e93c3bdf67e94e3a4a5943f85a2870510905108ecbf7a527b4c389728e42dbf6ab30bc0a2f0e70a4220d37435bc47af8737a5f578724d47d5b6e004ac1c350f0d19a5df7f04223d70e4fe570b424938767e7f2d99010a82b9000df9e64648b318c9f9550ec2e0341c6606040c65d90998192855268cbb0bcc5f536642a4cd74e8ec96e7ff2ff97eadeb20e58fdd000f6c579ce51180bfbe5ae51425b7a3bf25006a183010995f1dfde3b72e3a5f3dd2816f2fa4d41f221673397de658b374eb50e8fc0fb0dbf0081d0c01555c2d208c381c60b732ee9e0b0e9ad450a8307652eba9f20cfed32d8406ad7100fd18081e93e2e4de80b906b16a847d569e716a976813038a16a0389130eb67f954c41d9f77a147ca39f20d855dac0efa6b2a745909a21e32158b0cc610490b673b8c6605bfece2d4711d0cb24c89f7844bb21000f0aeadeddf0355c714d024817ec72febe294f6db67f0094b89073c45bd81a624bde4ada51732cbc4c2f522825fb38f6ce7e52c29cc784d89118de29bd9bf8eea6de54319011db52aa144466f3e229307b87cc6914edc8c4df973d69372874d855f1e96d35e998b9965b1c84238d51648748bf47e439cab26156336033b096cef070db1f10b37d1e0a60bb6756c676007e2c2ff9206dc52bd3ebc52fd8bce4f5bdbbd6a0dc40db295d8205194f536cab893caf1ff8271e1bf3bb15fa706ad0043403f7cfa3ddcf18c0fda1819510b3eed675626f93c9e8f419f25f0f53e6bfed867bb7bcbeb8ae50fd6c066623751c197814061d4a2c00a478a7c120c4ef2ad0851c0fbd50d3cba2739d5ecb1be16e6bc4c75792d56d7c000b62ab236b5c5c4db8ad7edec232b2afe95d85c8e064a5c9f6d5308620fcf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae5cf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae506c7369d042f41d4b180606e671693360b5039d5adbc66ce7023f8fca51fe77c12c0a752512a2fa449962c8ad6485bcf18b77b25d1ca510f617d22acd541bd3676a9757ad897490efcbb2930e4df2c4825e357fd837b0b4edb593dbfb929c890c0a551e468e51ab954609f7cba8d90a690592424021dd4172b6d503f61f16f2a09fa295334c7eb61a38611d79572e3b9807351a1ace2187be7122a535c513628380c5a203fc8c25ce60ac2e886c59c3feda42bbfd5d8ea5ab43aa8e81be546ff50ea672e2974dfb23a0ba943c154b168d873da4fe620a591b7dd1bca4b50e680add3e1d9b2ecf4ef4719a9375251264af81ac483191bb175bb6cc2e1531864463d8cbf8c98a56846f982e39fab33e36f5f25721f9abb6bcb6cc27aa0e30c270f3631915eae3490f530f777479e38e575bd1c47af45e5b4fc705f6e2cbb27172f2ad9e16472f2fd41d9b935a51124bd23255942bb31b87baa5032abaea63464b68324a8668d30666cbcaca4d0cf14c848038ce428ec52c7e794b8b1595c58aa633f44dd6a18a2642f15dbfa4bbd9996afcf754ee21f219cfecd9769b10165e815302e6af00d997abd1c007293c1c5dd39394f2d26646cefd3daa55d03baee41680615045b43a6f34d23521e5ca1dcbc98d96417a751822c79b88cb8cc439fe6b11c5c3e6b854f094f1d2adfefe2c9d2954299844543544d619e3d71365f20592b579aaa2cd24c8086d371fa5c1dd21aabf5a38581a43048414c49f9f1f7b442e64ed17e39efb4a8119815dff22e6d0c0ad06d759a86b1ccb8c500dbc2fb0b3edba89bf354cde01ee2fb2aef1f7a42fc208e9dc394dfc29c5ddb81070ff23342f6a143cda859d6f9009818f2b2d35e63598a4cd89ca3465f9a13ee8c36cde0df3d8dcc538be9ca147cdefe2a8aebc2fc112206782be0463bc7b56b59f25e0e03103c128651d6800935396d82ea8d9ba8fbdcc21fbcb2143b53f137396e1c3cbe0de9bcfa5cd19bd9c7efa18b4881572e613c971c7ebb4a5c4f02c8d16d7994624295e9a149ba17b04192f87ca8f461a7341279d6d29a0c34a416132ee9809885539e952420b13295663dcddbca6542a3b15c466d07b06c4c1d4bcb3193e25c95f1b1af69aad541f2834dda291f048adf0ef41b6028ec991db25a3d346880d61678f45391d1d1ee69e5ae310cf4884cd065ce44fbd25053ad3a0ce8f22bf6dc5b0d615119b8ff1b7e2aaf71c62ff67847d3c8a8f477521b749c4e07f9a7bbb478b7320f0a928861874ce74bf40110506f38932d282de80232385015f0843dca9e56973a903a028483a52502c3421baf32b2bf06df249be5c07ec6169cfcf5e9e059b52718c89b2a31f7067eb143d505d7de1bf9325ed759018eb9f78de3c03a8b78fbfbcbc0f9cc6ff1a2608a5cfd2361e19bfbb42d470ab38205b89f1a492cc3949e080a63a9abc97ce080a0a43c3a2706f4a4b0a45a7ccfd782962e230511068e48f019236073cd43b84ba5191117707b2ffe29d5662f1a3db751fd3d202beba42b578b55eea83dc321c35719751be2d4a9c206731ef4c4e9a5ae0ca1933bcbafb23436e690ddba82f337aa0e605fa2e9602a48920dc557838f611467178c2da9473b18cb2dd09bba11700177c4c1f78d050403e9b6ae3a3afea5e5c3e8aa40f08fee2e03fc6b368c57fed43874ca64dd0d3ea495c1be3968adb5f355ce2ac4a2e65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf1ee17f559410830a74bcda186e544e50aad24d52353072ba67d3744e87a5da9ba8e978995d78535f862b96ba2d46576a8ef0f9fedf761c1a3cc98f365e76e647bff739951fd551d2826dc6cad3bfbb767db18c4b80feb1c8cf5eecd16f4d03e183072bfc4b441c6355b69dc7200436daf39be2d3e01d8957a3206a5781a6cce023203dfed04846ed6cb2dd23b7f8dd879084c267e9b3f9aec297c69c11bf56086088e06d4dda57bd3ff3408d7cee78fb9ba89c273f6647013b3801039f5cc0fa06aabdc85825ed9d073031c5ce8a1cc44a2ab7d0463d2cd3c0f4478040801bd5de8903f4452cae0ba5c70c22c8f6bdd6c589f63bd7a904e7869db9cc8ce162eca1bf811f96179634a94f7a2e855206161bfeb34718ed81e00af747d86afdfa5be3a04377a06261211b9526160f29621a4d98efd74aad74c8673267d6bbed65bd73c9501197d9f714ef980c3dcafd5d367e29ac91a087cfbcbeb58f1bf778a7f92d01dddc97d4ba465ef1e1c6a5fcc502fefb58bb0d9b130588a0d983946130636461074eab17a8248b5392791c54e752097c91a40d5506cf436124471e622aa36b1a54dc7d363ee6f158e7674ecf53f1acc71f759a420397820e7a07e914c1f7bca267ec2a3f11ff73810482162a4b096b9fb57dce4ecb1a5c88414eb44c42b122287b5b0d119a4c8e1e0c31b2d2067e8cfce481dab413b8114adeedb4d2e6a3655713755ac205b888a8047eb1e04e06a72505b27d86e904911767c59b13dea117a6a25b1afa1307e6e0d7973fc52e3000daec9a7e781557f9db61180d5944d45560dde55dbf3c676a278d0a8fe4a28364a85484fef68df290b7b52334d55e3bfe8e770f2abf3cd7772d1ab298b73efbe9e92b2cb03380aadc0f1798749cea8d68282df5de4adde2de334f568a7514e3b32fa4467212bde04c41790afe9b82a20fb78466dd4192adfdcdaaad9507244ff791c67f2107ce3dadd8c546cc672c0ae65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf360308d57a23d8e3159088bd528c14d2231870549d27e28ef814a6bbccd890cfc75ee98d76e7ba9b49b2941e5db0c9655b261deed9e6215bf43851a54dd8feb9399fa1d276d9b336bf42890d530aacc70dbefcc9a3f6c1c098df056cc8f8f841../../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.14.3.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(s390-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.17)(64bit)libc.so.6(GLIBC_2.2)(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)(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)(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.14.33.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>&2f3@e(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.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- Set inet_interfaces to loopback-only instead of localhost as proposed in man 5 postconf. (bsc#1223264)- (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/shs390zp38 1714723552  !"#$%&'()*+,-./0123456789:;<=>?@ABCD9FGH6JKLMNOPQRSTUVWXYZ[\]^`bdfhjklmnopqrsuvwxyz{|}~3.7.3-150500.3.14.33.7.3-150500.3.14.33.7.3-150500.3.14.3   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:33621/SUSE_SLE-15-SP5_Update/2a2ed052cba280aeb71307ebd932aa27-postfix-bdb.SUSE_SLE-15-SP5_Updatedrpmxz5s390x-suse-linux   !!!!!"#$%&!!!'()*+,-./01234567777777777777777777777777777777777777777777777777777777777777777777ASCII textdirectoryASCII text, with very long linesPOSIX shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b0a8c1b81d243077ce9ce124e4eb2838f6b3ec38, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=05c0a52848f03b3decd4131579cca1c786299f04, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9161a75d57c6b88edde4fe01794dfa07c6eee7b9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=58ff3627f1589efbe7b9b8b3decdc27967da1da0, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3964937766da9708a42eda81b0f2e73740bfdd89, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a881ad5e3b4efcb4c9add1f0fa412667062ce0be, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7f3c6c4362e9d468e6c6b01fd02fc5cbf5a84994, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3afa31013105f60ad4fe0dc524c3b6685915f647, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8536037b4c6c7256ea5f18bc61b394e7ec6f36c5, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=957b0f4453064dec2859668700a4c268610de34f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b99b831cdbdb4136bb83db5eb38ba5b008a95bd6, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=13b9cabc1a6e0ecdb48ecb101d3f930f78634c89, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e0bfd696e762b36b6b2eca408b005e8418a2e1fc, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dc0f8ba5f7906835fb00dd86d451ea7691219fa1, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=feb6e5a98354a78db899d23af5c37efb71708ac2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1a8aa49170c8993d0c0cc2cc8f57ca2395895e19, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=89938628a0d5707b2e6c36b4c8c3d8f160b75b64, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=186a97f4d24f130c3039b9f350024b6c3a3cdc43, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=86067e17bbc44cd8c5a99cd7f19b7f7d330cecce, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a4aa7f6ca78926d10476b583d46f4d55f8db6e16, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5409e7d6152ccda01e0929c5ba9db69fdfb486f7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=83e7031f9a24af13892925b837e5b0a0611a60d0, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=48eae4a9e6c0577b7c77995e31d155fe55acc3b1, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=37f435cd80908cd1458aaf6d6608808cb3b40af5, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8b664b187ccfcacd0ed05b7a982f17888af9ee4b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ae26037da1f0b1f2a9af0d5b475724b51ff9eb8, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3921e80620d40055367a70fad3e46aab7979af5b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fd65600c8592ca2ab47665e7349f0b390dafbe47, strippedBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=55e81445d8e83138b8bae6c3528a7063b4c7a6fc, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e496c01a1255ebec2eb65e7faeea8ca918adcea6, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d346e298e1310f934bbf9d737fa182a4ac36069d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=85a880fd229b0a1fe2f507b845637b7e1837830c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=160ca6c8cb3c0fd3591179b8c317d45e166c2ffc, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=739148071b332a80d8aedf03adfb8fe98f79dcc3, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5c92274c8df05a7cf2e963e63f4d87252fa82910, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=403a3b09802c9d1afcb8ed0ad0eaf3646376ef76, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=cf54c32a364ff1cc29038a09aa055ff205ce3ae5, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a20b2d768ff4f0beedf45e53fb73d1125efc42ab, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5de3662e95bf343e178043d95dd28388d648ffb2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0f61ad91eacc24e2db5879b30c37b1fe3f971937, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=88b630e21a6538c35a6090557cabb7d9b3a0affe, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6d332690ac4e44c62066b50a551b91ac9d9032a4, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d9b7acae893121323b9fd67f694815186497c3da, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2081837b1379c6019a7686f859c1c1084eebf1cc, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a5a113471441f2038caaf626bdd4296308b961db, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b569792ccd68359371802fb3b460a36b7ee82512, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=270d4a019f2f020d7b1b0c37eed7c274a176c17b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=02ab3db590574033856e5b61ea0f49a22a261e34, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=97fa19a94cbf0ae58dc78fc94707c151f0e8375f, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)#)0?FLT\bhijklrs|#$%&+2<@DHLPV\bgmsy     RRR'R&R)RRRRRR'R&R)RRRRRR'R&R)RRRR'R&R)RRRR%R'R&R)RRRR'R&R)RRRRR'R&R)RRRRRRRRR'R(R%R&R)RR,RRRRR'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)RRRRRRRRR'R(R%R&R)RR,RRRRRRR'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+RRRR*RPRRRRRRRPRRRRPRRRRRR/R.R-RRPR R#RRRRRRRRRR"RR!RRRRRRR&R)RRRRRR&R)RRRRRR(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)R9HTg8jsystemdsystemdsystemd-sysvcompatutf-8312999fad080d23f531f61af8918f4a159ddc0e0e9434fc02eeb2ac529a0e753?7zXZ !t/]"k%zܮGX ²}VAUtqmNZfE,̡{ow5yŰ|Ym"ߊ#V df$gd ļR)9MkW.:)#x>0ZA|=}tsv"+^Ԫ[dN)* j%8dc 7z36=i=d63f{Tb3OqT|>+]sn!V.7S)wN:|R4fLLPҌ3\P.QUiujBF)\^TeU,;-4H}_,\v3 pʠ^yr}GGjLM:!xt\:Uߔ/E[kDv>TZPJs>톏Gg;NU,CS|=u KtNr. C,`=|U58M@웤/ >Qt)6|$NJG)Wq"w$Cz+s׸H}ߩQ-H*~w*7!{0e+dzVޑ,l8ٿ ;hF˵2vv{veb$%k~*$tyh-du##x\]rܲUOOPN M#(,m)cd<\eMyμa;Շ&x nFvdj"ik.QJ})0P$dS'b\ kt(:ѰkM_bfm&ܛfo򑪚vy%oEye;_% \~+9SV8 ֞@&lT&|>k / 2I-֥1iF9,->C,jjbsYvObi9-:U$O-g'PrbjqlIԦ' T%q Τ8'4r_\!ގ'^+ÿ|G }yXh0u} 6M^×?al_D0OF z )%1R. !]u%8[*.\K;&unK`(ud \U ;򪶉+ڀcN '&sGū3F6-+7jגhn˾AW+ml"9˗{z`E™MxMDP{ǚ0kw^%)`Sw=y\m e-!ezg~Ht=$ yk fʡZBpu +`Uc|(^Iظnϯ2cMeGdZ:l-##ypFhSQf1񔡑­v[T2 шUF,P~a2m+T3FkAKVGV{m7 ' Rhs3]"gڪ8q0E_%$xGo"()3N8?x5}Eon ƶ=Dxwy*P+MJ,smw&|!k$S[PFvcz)~8.G H>& O,QbgNv=zю#"Ƶw Ȍ% 7AxE֜`Xee @䀂6%Xq ]꫻C__Ap-4Mcnҏ?k9ThtLgFa5mMdJNL| SuF>ρOsev^W뫂tn{nr#`=w\;1͍kO@ ulD(akP?eq(."YOTˬe(n!1,JJIXQ3/Iqj܄K-yGSC nSvΥ]D%AhE>q\TljzfeERXݡCajc˔ v~ܺxi(b"" WRHҐk#S]֓Lrc4~N,VWV'x0s=g^t+$85 %5 78bT?V#fC f-;Wu):L]2́Y[]^eĒt!SMm"O[ķhÙ i6y"S,A4 +*_8iOnO=0%ݞiTkz䝊Tz֐ESk#7864E@{Lom_1$HjeT^~ ULI0 L]FU!o 洦,?NF~SO$'t2Md"T8Xqm`JIi[QJi88}'py(χi6)6TS!m7Po%SOUrhKlp->.#.P | 'lV~ ?2]O RwT"A7xKUWۺY\btzu u%{t:4gEƠ=ʟYz6t`kax\o8)ۣ"j>sra/~4\h:.ҤGulGHJ1穑0KOVOJo#5Ur.IJ&-vx[`;w<8]dU衉/.uF;HW˴xC~G6߼3[/fy I4\ _&@QoA.,-EעT"m-({dxPnDSY;c\0es%T8FG;uźO*M#lItC>bʿZ7{.r۝=Cm?}y/h:KY3`oBVw[#eCbNB5+zG~9"{tՒ48.5-$ڢevF1 dl5g"n7EKk^;.s6'`#e aɻ5XQ~?YSGEtd;MXb^tzjYg<)f=v)3cq$I9 uP\[@I4)vYo6eQrl+&}!ÐoĆ%v 62QK'gEIO!Ezj_-r2ٍe#|SS큿Sbe!Ia B J˳_="7ܴ1;b_"v_YFB cՌz_$Q:uc(YtyH۟ it+ ɳnW^ yֱM5g/ĵ5`?r.QbkB  j%5YVڥa3ɺӟ9r{슸mۡ tgp@pQxU$@@ !@:- 6  ;sN>&y87l_B,ɟa S$LR “oZG2x!7LsdQXP.\s[ߩ9ΤQ-"܃T,"|D(MGWYbT0OxUH_8 *j,͐2\9 o#=i@8&Y!')(5 }[5 j^yѷ݌E=)?FH@fS4vaR\5(h!]>"r[L]" 80QZfфZ}0_6kԵqMy{?ItdGđIXla9n~/iׯ(Eh7^PLC0NDzȩDMC #?N ~2r*ǡ7vo>X!'b%kDQy,f*oâ5J._zݷa~uàg1@g#i.BIPv%e2^v'_3ޏ=>7-i7z5 Nrb(w 8|y(!@Se^trlI+H8"_gMJt wfۦ-)Mӗ)æݗX 6_Vs|ZoWZ sVu"/b[}Ҡ'Tc4Qb:؈w Wsɋ)ۣ<~͞/WiUmYSOWaKA?B!vV2F e G ]΢yUEBDn(4M'RusLBªrþi-R3 ^U Lp'7;S:sc!{4!(tS28n?HqJD[8*Ak4^:2QCHE4 ~ B螽diKЁˋj7^ufhшH蜎;x9o3R}aXz>d` ?p%x=kgmY27b VТGYjM22+E3vL$r2CT  Ap3%Y)0; 5`;U|1;P÷ъCZv{#N4"9ϝ*i%د%+P2jk;xxeR )q>+ߐr VU@% @m =&4bё3[$ *])TIzx$.:QNJHG!]okBB<0"<^lQnBO Pw5P;C.^OL&ɞ<zW.)>.HXQf6oo"}+;!NAg0{[k&7{bO#RQUC m,`X49hmRB$oY9N5+us 0\N&Bu!}M1c%FktZ|xhL"# NTSGA{S> 온F3A826SQ6pNN6Tz5mO_k#y]qc,~I6(NA #㐨}"zC蟭knK\Mf=!AzFȪݣL$tdRBFe螇ἃ-ey%ۛHHfZO:K1\hFe!>AzSufH^\YVSfL楥`Y]q/ 989٪pRl+-u)s 6KϾH珂!=0k-j㪨i5XnԪ#!%**YpF-Z~8w;s=Iz:/$9s*2(o0 唛q|c|`;Hwl:It90|T.,̓7}j{Kȹ(Z^`$TX R,>2`MUHHe%IjF2ln&nhrUt[G}?2qN38}愉;ye|Xkɣ MHDOsHTۉГXHZCQ _&Yx6?m+ o4Kvh-{aa /JvBl)hty4U6,XW U ϓ8Of Q2?uDn]EPC{ݨ=b]yDQ5,$u'X$)y姢d0ˋ0ҏ%Y{)BҢWtY:>^Wű*hV>&{m W m=:αLQ&NtДT` Tp k=A_6=-VàFCäb~Y؊2-sw|'-}A{TGn`͘έ=\7%3rXvȮc',Y`Iݧ wi@5y z'$Qq_s*u ʃvWuo'h?d>]{i>y)^'vCO; t E,!6Z6͘gyy)ā1@pKМ*# ,޾@SܠNr=]4tq^@<1T[B EUJz\d2C(,;{DG;(~lPbk8<H[C۠TuZ>d9`2*. sGKdĜYiej%K-55|MB`ƅQ!M* ;/ٛ PuHJќPF)STNI|`{\u2=L3PmO66AN9f;MAA._jgֱC1ԗrmcr>a5¡%pk zyĥs+!o- ɹ l"3'ɸ3z}ڤ!_Xsdlc)D]@zbj0ʜ:R#*(Z0`[ݦ"3LҦ?fF!dPiڛ² ևV f( xY׍$e oOeRIBX,L:ߦ tQn1aH-|҆"jWz ܺqdUN+ _L^b]Ebݶ bӠb)%rxư|l|;n2{WA|-=E=W Q9ZiQ+)p{/ë1-şpҬ5_: T˄,ۮ;N/ Wnϙb|x┦*F(uK"U$)LlCHgW kV9q=hvz ~ jYRuCz!ɞX)ɊMJR\Q0.d^]=y+,!nU)>EG F>o"'ܽ, n~x{U9]ݷÐ>$OP6 Iw2# ?^D^\w W% %Ĺ k݇Х}ԭ|?1@>+ѱ,m" S ??ghc v\-yeJAK vvſ3FC]rdj#rڬy`V'cr!C4~R] έ] L"Z_䆨qaѠK@N_ۜ`(ܦ/3.]uUd3/c\+ |&. m& 2?F<>(:VȦ0hs fp]` )b4u B7ow&Rޭ_RIF°4펱Oͭc] Wؤ*b}y^^ULծK"ҩr+G+oєڰPHXpךqc"VP8B԰8E Yxq0:-f R)zU6ep7Ɖ>0NOLG9#OiV*/7^J/)PF=K1/79s ʹXM<1C:{ Ÿw~z<3Ewh+AZiTk6ԮjUS%d:͇KBF9T&oҳR߂%aʞ$wD}|= a[I&ǭ;բNX{NЌ聓Y#RDR3zfn%~CTo=YСRp[E6*mc;E ֮ӥF1Ctq {jB 3HuU37~^>!>`yW(N"yw, bW6{Z׬pzWVX0GA0{'P ĺ;PD~zoLea-q.B>>+IFxg Ͳ]. epxKqI#ۄ*Hk%Nlk%yaQCA)?lIyE #g{H &|(0ʻ8GfeiT !ǔFf(S&cR([K5hP*哭sJDf4켬Xs0`jS(U/U? :`7-=hUڛBؗzL1D?>vO-n#Tȩ 0<#Om}X)VgY͔@rfs*v`B>3mdLMw|SB#ߠ.痠v5=A$+ PB++dYT(9)N*%2RM0#TNWĢҥ#{iԫT/UmQěQZ Ғn_%H:ue\7l,>k]w+ޜ8Rzm"Jh<5 @OuUPO{ OKm^u֚+pŨ絸!`q+@ KbwЙX tƕ"~\t^k֟Bea+`:QigŻ^/&bPdkth n$\Vd-ׯMEyxu\5Y9yzp@l/hxZs1DubqOW甕g"#ψAv?4jNK"ieXsקn$-16X.pXEJ$8&_NN?}z5O:YR'+AH'V&l)/V%rt9֗<Ighf]9MWK檎x+yH6܊N[A|ZFQ` h',K]:-=I_E^ݯ[=x n 7ZRЄu*=E _wIO7*t|keg+Y? _/ߌ;D0 jE-ij1M9YUZ/d!6<])Rjs釋ch#(\f F4fʎ=#׽5Wr}tC#ν~"#$꽝x:z1lثPwH='h"HPg8ި40ܾd l6 3|.>R7Z۳Cdx~!XL^Kw]; <`u@xE:WIs=Z)gƏC%PeDqAU2;7\̇@g٤. 9cnל5<=\^t#8aF@Y> E&6Ui=WG`[<6SiMㆦiR;,.IT|g uídhyIj' r;C0Ph8eߩ4U@9 y:'3a (rk+JK\ve ,R !OsMk &mKWQs21p+gNUP2:Ur w,]S^ꁼimvʺt:K0m 3puiFщZz3y_ZB2qw@[_0@O:yKe QMYڥj]9&K{z"b H8Ư 2EI]Dw034~ZPDsrR=ZҸV+Zec\v.~A ݴbYQk &k)%*#gđ5_$?{[|MBminAtf&2-ONRݼg_U] 0:ߊ[k=P숕ۦ 7}8msи"96.R7'?BꎄƇnHaV}^3z4 D+)=poV#lr&~rɶGYx;P+~e-6WpѱufCojڑpb`#J8 !eѪGH;#촛\mǥšWκELCQЄ-z \\Ф 7s_|Pև;ZH_~LH螯zNRH!ۘVdo9R[;:aܫH" P ~ "{]B>eIK[=0 =Z՟롊~bgIrAҌ46li5Ւ}Ē)tF}Iո)\e2t(p?~M#6^j^Q JMP-u_",(TEI*bVă/Šz ϻ RD 8^C6Ga,kV.KF2VKOxMdЏHUg&JzF'vZPIA}̑|:U)ϤvL37YwnXccC.&io^wA/r//4: 9Wkg"ga@Le._OYcI!g8{9.GX&ĕjh":cr4v@{ ^YlпA{V+uYlMo% 1mD=mZmHag(ò%^®PLQ3cǒnuz(@S}~@ >"Lo%~<"OJy uR~>U߷: /d5qFMw rEifX Vl|H@3 1e3,Wv!J]ߢpD o5H+om&yJmz]Yt8(r"-Yb‘\rW^H%L5K],|_ڲK)ypYkJZL5=j|0 cwchbs~.thpA;uqDt?`x6_F1G7a͉T玽tv~{V+QԱGalc@nsQ1E0UIB\CnJdH/')YʲWjDQ"5 7Y(ީX{v]QHN.^A<\ő<ʴ{|f.X[/ւӳ#pfz:V볁{ sXSL-DZP[Rs! }?w\w5[;Øjkxp8T}3RzJC9% U!hhT/Mz ,̮o'Ƽ.+a#Ϋ*J*зYuP jeGFo'y`k0l*G#Fl]Y*+̠s"vt'8e p[ z3*70GXʏjY 7m/S s>6jq7똥;4koMZXO;H2deY=xb!f{S?{@d#x Ċ:n̂V/T7g($;$T^lrT- ې$APw1&W.YpQtV2 kv+}8y:sN?#y򂹝)2 @.{xwKP)86l Uy0*t,Idh^ӬIWʰg:c҄=HS8e 9{a, ⦖NL?'㨐=)1͎h Дcpa)Q6pBAY̲ifZPD.Lbf:B٬à`VYi+5* 35 d$xixOWCP(Kjncތg-0b@Ӭqz2fuP0.dnC1`Vyr %d\ȕe-jvrшـ)w{gqXx=GP4@6m]IxĐ mfޘ₏M{ɰi s8گ35V-pSvnh4s~{e*S̆-b^HNcez-Y3ԥ8'\izeq騏d-BK 3ݣ x(hq.x"D% +E3<:>&)[ AZӱFT\uK5Oh&lyt%RIG}{D}zl>2;dyzu[@Dv\}Og"xkW/,Ջ-30G'O)M[#$QըB2AXÌh-4,1oue%HiO"U$EmRgs@7@`rϘ܈{?! =ӌuXYp2Z'? Ϯ0.H맜,b.ZRugENZ$KWakѶc n[if+Zf[soD[eu8S[qBʗMqd+ |?xQ}"c Xr'%(F~j4ʱ);w s3`0]ɖg#by/iQV6I!O wu {pJnW~sI<`(%M6mJxt8k_c/Xlb 5f@H!l{wB\Fׯx g%FG闭<1x :d2Ru.R71KƲ|M(i@fˊOOql5yC)R4=I rP9gV>B5>@JFra ٣Y֙wf׆iliS xAN|aLki;#DU/\sQl5ֽ\1D\~0;c OXDey:5v\~,=2q+(6֖I4mECGys7'_>ځVBURJ"zWfhWWzńe]@}b=e18?<zy%vh!jߥy̨I:*GՏv~??41F>Iăv?!() Awp?2V%pljȻooןhZL 2= l F VjmDmPyi@/L'D<qBASm47,1Gj G/ \zLf址b[S`t>S{Mee.*لhF7KtFXu1 r1[͍UC'ma3Kb irFzO4Tv,O iOS㤢b `gq~zEStX¦DZH YPx$ );!fa׻GF&jWS}^uB.MoowVZDu8Zg0ۦ86re2PDVc? JF}{X0H4 wZ}} C N9`e{ Npc70*<ʕc'~ ak?ұR=Ø@&@ʾ!"$2!:Kǫ&r[{5Q% ;"ʔ\q?eCsqҀ\֒fi }К+oJU|VUj9kL6$1&< M4i:F,y6g{9zSV]6}p<=rd(7!]u, s/P;:Ɂ}L]R'<$8@3OPI!b ]Ezs i8's%rCDѠ@`!1"豠yOH5DW{U;6]Uej2f5:U$lMNa?mԘK߷`Dh[};#2,yO;6zh=Qa@h9b9X~ygmI- &]s%ĎTd[4A{ܺ|w='ݮtUmC{Nc]S,ُ[y~UHY@j} iQZ=Ig)jQlud$ 0ųb,>&V  Ԃ9w0AnXd?~>5HXSJKD:YA\ !K#_p!I[ ڢPb5?۫AvFǬWM NdF%^]P]!bOYIqy BtLx 6,FgD]"SqO"1PzZ/"\ `Ni#D$U!?:NVK9Fo;9FoCWqZC9b,Isvۛnp5j4WܐB`v|yݽ 9{`1Q=99d-{R0TF?|U81.d apS OsQLhCeϭwW3oiO 2 }1j!eQz 3P,ߩiSR*ebAAR8CmlN<:CR(tbH 諳"|iB &D\fuje=nN Ib'g[ ־ <-Fk Urk_$E5-\D;&Q2jt5mZ2l+&͓SJ`_eI[bn5;㴙Z9 ɱOWt'~V>y+ρ=wz'#GpwBR#G+}rF`&wbIc @8){ױm3^ CxGpx݇3a%bP|Jt冬JeAJLWނ,da{}9 ] :w3mJ9BY؋*d1r"6TZ\v. YGܲj {8ZUMpwFl` (_歟E#rG;+cHs|m X8^Py" 2ɏDJ\\+>&>vtUyy]Zh'x|]31D)4HZ`<w]ak:Kn.ְ  Wter+mc+\߼Fw On6@jg㠁ZIK\ EW_a'#ĝhrhg?沔3!X ">É&tM%4O1MvP'ʒ0ax$ e^@QS^;A۽5\9I$ #Q7S]Ҩ% *gVHiaXziB3x)K+M !zjuH`$Ψ_jyۍNUb P柉t޸MHlqHOcR]6-ƨ6q]pubKԠez/B)Vl.k]G+MgRq$@'͖fBl?eoX3MNk# QE1 hdDUA?f7Y\B!$jxzgQ׮Ch!#eV%iL1;󠲘'ɫ}XFݬ׻a#n1Rmq+gjM@xDbªܴQ|n ՆF.?SWA+~<\̩RͶ]ǬVN2D'4'Mn?#Rͨ?zX;xtLJ?ܻp} je|2ͭo*v8W(b49u>͍1ni޽b\ߗ{@y1RMP!”v]]loWm4~‡c꼊?&4JPIW*<mE~M8>V힊PD]!HBPQcj//Oh|xXR\ymFAL-cg=@7\evrt1kēԃ  XD;CwO^Uuڨ k5tY} .wWr߃O$W}CwqԂ__TTj [юTֳŗ@' qDP{>~[jhl Qˆ15^ף 2<zt^ɑb4J H"rvT.k"^wxJoY!Tx{0I~U-6fE~1&USuK#ڪHE.[Q eGeZf[am!a8=g+h^3-D,0>%fkhx޸jBhHHYx; -ks9=[bF[msi`wwP<3[CfJʘNit8cdSX#Ke}-6r7QgT"4m!DjF'$N IA3ŴVX[. N'Ƶμ:]y G•+76GΆ gZTy D"{f$j ~O_ jG jň/whV4Oo/cY*S_XU|:F{=%NSr?7R[*> N)۾3 j`|WR0=¸VֿkE+ULEg9,cׁč`3{m0nhXwvn8lf*I{<4&l$w<= ۧX^ [,)Ob6 JqdRɭϽ`7Q֙ iJ5cd^:L6"0CQn;PAi;G9OYn'Rz^ *VE=O/ 8 ap oΜcXf$FF.C*-7TK86a ]]  @:8wV@+iaة6g_3 AqpG1ޛgzmL3^ L `%`PMG@?3zKbƦ y2.cJ 6#([1ɹ;R2lm0 2[_V9Yl/ #P)*>8@ڦ6AR²;sIJW#IMg;H~qoPCsނ.׮6RQHC)[Z)#wG?r0sJxXĬ[ޅ'˦qv(e7x +h7'/Ԡ,jY\^k]: )K}q _8M ғ Lɹ/v"\fɟr p{:": `9bERY)P9w|# `w98IQny{ iV /5*X]-sr8M4[7eRZM3̈TIx; Jq'N}mp\d &&@}p8qUHȿ( V|t\vGoY./Mnֻ/.;`ZHLcb??hpZdm3ݯڛ5AN;{(D4ꙡw`'~t ᫺ eeѝnطc\.עgpNȾOR:;n A;_' ]X6ow`э`wR;e\@)D/iNιC /! 8HYlO n60f$~'ગJCptRk;)ZI eCߨR ,qZg.lNbS!=y$8Szkuy*S#7츕[ YӠ, _X)"Zowi4 atȰ_<~dܙ%xANjCM%)m2x#[&}h OQMT!/8s"p\cOkl ?#ƒfjBKLJXD1 O|h JKL}l[l25N0Q֓冾23o416S0U!JT3_!y(CO^RB>{2|G$SilAl<Qcf)~>V9_: ,D71|ԅC\Ws!V5b ? |PEɓ5 6T=dYQ/j,:2)mGHdm|4_:;.k>AW+Y\Er?peaY9<lTL CWĘ:ԇn]$?-Ӷ۱@ߪK?z)}9n-w0U0Nm]nB ns[[n3O{5:BvgwQD9?BUG&"ܹZz|p2Wh|֟CjPb-O4mdʎw%M퇹٧NXa̽IWqpO< <%ڨ7_#]gf N%"N6-\܌0e#uLqTƔjsr/7vkH)ATEim0' :\ ȕPgjEk $mل,e{8^7=~'n#pLhO :*@p 8^WXy0θ{-jM[`"0㍍/r'btY.(mNͨ<ѡzT)\TL3yᇩYq( k)(ĖH^P  9HS/cX6r;$ZE,ԥp|Fׇo |`BԹ.emc5`e=w<8 Bp@0YS7!Լjg~^ o12!;1}:Ak#EUO"Jgrs~Fv'~>(/5"ŋ*WMVk }~4-y NƮ4UpxM 1Yf<.Wa4-rKau hTI3+x$w7);glc5(@^$i)q$F' )M,`F{?fP0g_?V:BIn۲3U$Z(B{%/B%WfͩiPJ%RF،IX7AHAZڱzgS98|Z;r#r0/q('Q/ْ?|Hv2D]m ,ɏ>ig`Wھ K籈#gUQD^K< r sBk9hв91fY~ $d26 îƊ| W+[O0+h\-}v7C_\]?{ qxçAP$/#9/4󒼇DDq0ȒM:Y0%=TX[_Tlym$ !tO|P6&,~-dnZ$"-gJ).v5u4&coZL}W6y.a\q JEG$!ẻ%c 3VCS X.e\Vś7SV ߽{F,/&o<{n fIw"^'\Bv뒔]jŠTms~oC&Id3яd/ +QC^?c=6 jlY ā`pWsI/z7?G=bgr_ ו$ לUϲ|#<Բ[lOk4b1BY/Sj{MM\xD9D3vŻ~^.E[6CAjyz䬯X$po2fU3{{szTn[-ۻ2iO%[eHMxRN5"`Kz0/NYԷwҘ$l j0 OhK2G(] EcEF0SGUeN')ϣ(Q2|U0u:J9*?i-r-,OwOO\-  Qͯ.!St{'y2CP c ?_?0ˍ~*26dMMOtc5/d˳7,-Pt;E^DS";ރ5?,i{)rUAS˓pꁽNlpS1ۈ:|+.BV) #0 }׹.Wcug͢iUҀ jx6T5,P^6prcUwgPR!z0>K|~N%hv̿)@+PH}ՠI۫ejG?Auj$-tyI@EdfD2xd!|JɪucNl̂(ȆR=pƒ)y0E4yq[>`x9ܣuZ._7<\^̬Dz6",c.PJ VI*%L0 $H% qe} F k~.C',oWrx$_3zA.s kjx%ўnmq3Reshl;w[6kK\'׬.3X;.DaKV\*'X8A`=J%.uiH+CtX% cxmTG|GV0 dty5#(TgvTp&C|a0tǻ . hh= }tZ Nnc&_Y~/ⱛ rUXfQW~ICIL}~iH.Gq/14)MY)ӺSO#Nd^o-$qeJD7_tdoG. T7WP$^̥\vtq l0Pbɳ>0Āڨ n RTi%P0\1`tiCIa[י5Ze _b1g {ʊ疢z τ5Nב)!2|禞x`ģu:uWm(\"q1x/X!3K/ qK0֏,QeÉʞ)C^  ]wR5iS_!7S{[-:h\)IVa8!Тèտz+56PBw3?c>͝ɚux[CoB GgݎW|CצAR:Z<=3>RL_3EbTH߈g8fN܅T!V崶H==ʗŷcef~UcJ \|`Wљ'Z3TQڋAf߰ `tzq6V~ʧ:E9621h*~p (7O8Lkfȓ5|DX"wUPӄOξ{ۄlIp[2ÿb3c) D/C+ꓖ] Zȴ(:dOe׃cW4k`LF ?ٕT\NW*.@7(K`21-*`41j%fYLF,@5 z>ؠYv>d']?CxpNCgE~*Ig3rN=_RcnKH&Ȇ67UI 4$I~bIL ndhSM'үsrǣ)|0OWL |,cdgwotDž w~x )^2R!1y0CUt^>8GPmVz߄&9C8IV)}ZƠroλ߰J&+?d 蕴IX3ear2ߑ޻>1 Hv#VQ 16)bl=,-sz9 &0N 8nC7̹TߡN=^ư+5! ҷSc`n|T(+@j땟(9>8tᗎτVgM !8Wތ ͡_]Y"v9NQZyw!va"WGoS”VDic_6@8̀w'nV`u]Dё‹ݽYsɊ.#^wT Ʉ/,AQvlbU)?:AVF%{+K:O1u'UdԈv;@1&P)w&?/Inf 9,1b8!T.Wro$Bhe.IS4©["SBz@*/JO$^ˏRU(>յ:jW+;'5znN"ln&@hj{maܽr(?FxvT_["v" e ݭPdkl'`hrjbXI˸s?[ot@ U|^\$ϐT͈A{u)J4HA'|wy N ~[!/%ڤmnCzE$*94+g:wI~RJdRg7Ť%IBƍ7dmy3j< í\Чge a6bI@^UAƢ^WP5b $!Pp.HJ 1µju'}3Q+@.HpYgBEJ"fv31YZ/"U knkؖ1 :yN>z[1&V,3s g>yk"F~&qЭYW 3tqr\Ј0Ph,=V+hj(RtjD.S{ݢc۫gcֶ(=S>a$Tx6(E-K^}m‰QVrtFo:S?kr!p&#M_Lr`@F`Lok!ɮshNh e0z`|n? :_%i@`%[뀤ը݊(Aoݿƍt˼F^sU5֛q(s^,!1*QvKІpQng 1._R  SBS])m7z`q7Aj~c=8c\Ftf# DLH1/ s:776ʀZs9Q9J~ݱjdbY] -6hkrPlyh2U&M + d7Ez4վtѮHQݸ+,~Y M +p!fnKeU݅bқs~|`0as< !FN!GXO@5H ԌC++ԋ@q/Rl2dPIu|BwDhbeoʮò@SYq쑨~FGm-D'+(cҚCi K%CyGDWlF-Wfx"nIvv(,y@UwoͿgEڳ9r?jNE| >m{J{kg䢾˹8΂gؽJE,}K*.D;h,[`UCݫF<($&?F3"ʦ_*ݲw_|l["7[MYcPuߥ7S&b罧t?ʃ4L;OY:[ۮG<]Ք;6605.xZ\ b5ݻ'9:ug4 /$ ( xHgHwث@:Bι-f <1ط1A򚉂 Y8 :ce@G6[ibZqg)8>6$;6=)X/*s#ѯj`?3$R'%,dϱnt M'.'n>G;diA`~V>EdkB=oϾu(Rj 1k(MU=y !mHd{xlЌC6c9"x:e{0pQTޭsR5z[kÁ6>?p%*rJBWW621XHĕQ@lDPuOg?(7tz֬]T"?B^Efoy:rp. j9ALLGa&6cPFV%9PnG~Ӑ[Vūg~: "Xʹ8uE֝Y~72z}窲z]z1e8hCMHK5*DxoCkVHi3!kL#Ǻ8}JՄ]~P BV\y[7ccM眊ˋ 鑓͗'1ytEoٖVCgȏW)A 9 OC)qTw`*M[2[;A8T;r'IΒudx{[|QLhojiH'41W6+1\U[0Z@=\ Ushm0.;8z_֍0M/B}5k1ƬMcg褋seI/le4Y3 ]i6qT)MZűqIM5_]ym< 8+FzH_C&8 p 5v\Uw'.GQR.h7)0^͹zL&sS}X+C YϺyNWʭrX>RZ)Lm!Yg]z#igTڦF+ŕj`ܸ mÙ~G%b|B5U?ʬ2]`gG o 뽿Lq97Ca KBԋh]Ŏl& H*'I;—vcR\ ܁mydԗe;V jfIݑ%ۢ\2$4[!bDst>*p;ͪD DD9!`lä[::O<;Mٸ3LiN eaATn5̫uhh=r[5K&$j293vt0~ŮTBL:t%ZUi 'k3u)m)>mC7smsl*i%daS$^"T΅j؋ A>0rr'WY .p $XTyj MU|ީȡVT 'f[AuIcv#/=abK#S6ufbډpI%^㛰+ߤU.d+4<KﴧO=yPm3(> *K*l Gy8^q|7d0fVf:P5ъ-g.JY=־4&H 64z Ͽ.;wNtA-EjT95 |e{ I1X,_ؤB|5JȜmJBӴm 12k[;Nk+3yDz>ȱB;=#7AᲘAvd0<~w:eHB59%D!7;\5=cqji}`\We<^h1Clc:/TXYO'%B2j^Thlɷe=U#ƚ9OŽxc%$nsDC ɴQO ೛4%S(J֯hЈn7K U])rܺ>vh99m*N阴?Ɉ hzn,m)z?#1ɉ+@' (VS-t=c5rpͦL!sE-؉ӛ.|tƵ&HH%8tv[ U:6Ӻ947A*wa [gzQ \BdBlw3mNڃ.[Ŗ֛ q e}y3\H5 G6ZP"`B,S#(؞vab8AMˉ*;8y9D =SmX/3ì`zXdVul ϑEx1Q? lKԐu78Eҭ(8T`8ˇc^8=G1leLFA!HÌQq斠yLorkCz3w=eЃ\L.b`!5s##BUxf@Ub}`=sv)]U7SO iJ@@g:Tmi?gv-|`5HxՂӗf+7[AڷkwcXL,q_S.ш5ll07'HX-"wzԴ])+y ә.N^DT1JOl7;C'O%?0(ꖸ~7,#}MۚqXaW#C.I7JA'mH~HޒZǘ7'N6p?gIp]$WdJuZb wzIoL6{<8zFvj#k`W]42gy"6(9c%UQoaf&ToSERMGN{E(O4 oKFG2<`FmKxX\宯(^SF$rN}KwiՐEb>넊5ؾ?2XĈ=+R1!E2@Rt^fF|d=R,F 1#WbֈHBa> l]*^R\a!.G^`#pst O'`vscXy17AHB2„DH9A;`/%es?*Tzp'+ۧf\ؑWS0@whnw h{Rdz@G̍Qp&Jdazs(g&BFm``G=OР <;jG?g!=9 9L77Wޫk[|)Urjoxy-HF2ѳ۾>wy1 $E,&B$yq;JųlބzAh~̫tg-hPtl}V*!Pe? 6KKk/(Յp42+ 6dK?$"TE'9M':.\KK5 SPJ!i^/*3L]|71US99=R# ƅu(/8:֔xH\}X;0:A#`WJ"4ko֢jJ[tXŊ'c~??-Ghg?JZY9}3TVZpQAx5e? p+dC6*9"?#y--=OU(Bkrѫ~ΩOfÀ_^33M?Yǡ` ?VNDπB1-B>p FeTyn(CȩX 4A?|Ri}̌[L<)ecvC,S (q]㢹.-2;W=8H=!ugg2U6J@eku3TzGhg:x*+,.}6-S{iҟ6(\kv-9;X1 8p7- cqSRӝ]`cQߘ ?uB݀`㑵rԁ}*(6 y nZY^ŷDٲ!_ڋОeI%` 5"bQ?ƲgueRv|7E69\ :uʋVO9' n!1N?ɮpwQd.|mcFS;_\'Ra3[XtdQ{qWAipžO ph$4?Nʯ[:y"sF,\rW /jSջM6ɫ%[{|--6yMp5\g &<8%p$6< J@'d|Kp9`)2ܤiAWD֟Sćvu˄ߊ{v5MR~a`,9__-j+;sJ[\ŦI.2]Y:+]S:=9@mBH6t }x> G~Tlo`Dj(G#4 "J̷Šk %ުcɜ pb\%*! y | )y%@iײ ȩYXnJ޴+6aRӷ?^WJMuf|y0*kԚ:!l@baZ?S55r'nkVoL` *WQK;>jZ5>uKWkNixPX_5.pAU1gr-*6';vt߉R'c6 -:r4Z)r?|j0IQT{+jEr0%GԵK F;anP,d2 $PN22t6H%*UciC`P4nNYw_!Z ˠjZ?}8thA8hg'|[T\0L*856'/{"#r۾hY3=LH ޷S}rlRZ nOؿS8.vCʐ-37Ps^Hy!h7cP0>*n^6Rώ)^Om~/zpUWjIsk:aEMQeޣ/, =.F >څ T9q[i& z/85ͥeR3Y <-:1G٠uu'c>rF"+ Af:?kH.6R9|/u% pXo%rˆŇQ0T59=I}:$\Qw(21Pi7[[Jm,ZSSwrnY*iɻIrYI&J&%_G)e\]`.uo=2dӈ%[+ (Ŕ^Kt5jsT8߁uqCfDY=z̲3"\P 6rIDUޤl9>)V:޶4:jԔb crD%R*'?1lU,*w &74(,O[m0=xbnƜ]ǫ1CgS=IJˉަ{P ֝$ak xoZSzHFGHoO1oX#xq ƤK΂Fp~D )T$to@eYoJCDOu\gđk6 h\'܈"S4m=ڕӅ򴔬 _^K[$ Βpb R0O^,P1xh-9 %ңG2gaV$=hЄ=w<.A(MřZ1ߒ%JHJcRP9FeBv*J6)].ŇϘKnþ,>aZ [LFa&^r1EC,2;OH)#HNAҌBKY&!R։S؛~?d<*%-›Al!2WQ+0u#B`Qh0(Nb$H{.?LϏ/]l4KO^< ˈh2 GnF Y/ xEw:K)}L&[G1R.6vN׶?{bh!nC3;З"ۻn$.qFmu$8F d${H%|,6={w~"jˬz;@&|r )`UC 'O$:O@!_8qk<iaSrMJ\92v;D'5.'<|DŎO5SlEoފ;Nt]q$` =Z44H, );%zE! YIj.ό{sT&4l1n;믇s,eRO޿_ :g"fa{&\X;hY>Z`׏F_z QFS5_'{%TJKAk忾Rt1G~o:Y afhpb  pˬqzq~ ]U |Q K% 6jFtjmȋ[u؊.Ol7M%@ -ބ 6dEA-}٧Wg JBzR;wįJ iZޚϰ $Zw-n}j^`4훴jn"D$>r9Db,76O9}(;tM!en_}WJ w]s@1 riaO=ڜW|Qp|X Qfc/Ta=Fi"#2"VdxR{<:Q1_=ۗs2Gȑ4.Ն)ӵmJHxEM(Ĝ&[# \N=º0mݧD|O>x#{!T8b Z964Ȝd!gۜn '_Lphhݯ#t5tbu+S|;,MLeI$oQBdEZPCMa愉^g_ H>7hL}r:D~BXf8-ҡ@;yʕ+ˈeeF;##ҔKs0Z#uo9DṛWudo-N&w2 P+64N56Λo`JUEan,"$`Ù: 2e5wy]7=ԩ^!4g3 !wf\zR} -)> NGĹaA WRALΧHc؁:^dx"u&j\W?owkӎ/u8ZղUs}9V7^v!sW^^v^ ג9hm h\y-#rMUI"1 G)\s ~QtrsUZV!;!-CA"``pyW*C{w'KWnǙ.}x<;U,M߯_l'@s/F޸JX*pxAI`Ό)xEv^S\tbRC.ru3^Uo1x^9bH@nxEN/Lbq8m6L0}E[YfZ9H"Vs=}+PW"%hE{Cp:&@OG*IXLWr\"5ZiӲy83htdd"arNLA->^pȣ_-1Qp2ј~7ƇGۦ 1`̉CxtzE 6}X$Sha;w)!1ہ'%yUa,7E)'ȩ'ٖM9Ӆi߻j7_5wb5 ^(U!\8ыaǥv:`YvL܉[}{[ 7SCcuP+=NUyH!S>\%ϲ{3]?A¹ZY=ŸΪVB$-s&M㡙œ_s€RiIϽ  TYwbpՙPIvB -w2V8#['|NR#C21[ _xӣ~#M`b="rLIۍlM$~;UwM*0{UR1xkja;/U;n¾?g;~pXQO8/ ]Vsѧo6w_u9 x$w! Bc3΄w5WۘKsEbTte8JCNMgIU{UG6ίkJ EQ9o?UStu皢 ,U cE`~ JN2,] i[o+4r#r̚7A+BB!cNʸa=M,}>\W ^ HZE}z#MYuF;~ ^/u6s[#fڽd=IBnT j30C9BUݯE¡OKqE{b%@!<6*NzxI B@ˀ:CqQo%#-pQ:L|.;_ xCF:0dզ4c%?m;'* ݫn8d;-$olX [sB0ix.[M|3vذVžO ]dѩGj&8W#eH4J܅,\$PoMM'\Gs iAǦ Ig*W|қ\4g*SmkZx Ny4tXh(Â7zT񱃊)QzKqxp>. `&|3MۉAJfכ~m*uBj;'i0 i '>YNj++jkUr9>X]^SXu- MגжRccwPć:yKFqz -?df\w& 277$=k=zܲsxЭ1\GX{At&Z `~Amm&7<8S< Ń#=5rv3}G8O%NggbڛFGȌ|T{[\3 n5~ hW:c$ |%.R̠:mnRB$|(ځS .%&nhDoPB^P7d#3شZ"RV+D.Jv* Z;A5!Ktr Y!5hy\mW/ ZAR3:,>HIN.\=W|y;o;2W3 |_E5 ?fxԤ?NGTz <ʇ׺lF4@\o¨&sWdQÓ,TS P;ay{>JSgaI&m z]3a {Kz8 K'C6K.s(" ̑'Dz|<q/QԽD8Sb~ ubX μl EOJE96) a1wLWRo';Y!=125S<Z?Rٰaz3r [-?m{)C(,:}WEE>Ϸٕ>7 ik$y`si+ϙ:Ȱ|D[vhTLOH9N9'3C&#v˼Ej{2/$z_Go;d@͂bHI.G̶6ϠvNx\a+f2Q{2=8ɋۧX"d 4^r^j':Iu>wү^)`jzͽ [K@ֺ|5;y1ZzH鄍 aWl/EZd  Bۧ>ׇ{7Q`\FO2V+@8%?̟1Ivk{;E /&]:tG2sRt KlJ`2N[=9l}5Rg~.mt݅$KX>@oz9_F6N?u?>h"O8XlY,uzbuڙ+lc %BwOh17[ )42#*Pt\gJՌ,D;O)|,KX롿׫$|7 D=h R?Fx!8NBC&(bѨ ,'s ڃ@Lrjv@x 1*Dl;K#ӡ lC{8y:Ϣ+9"$֠qt8#?BB(rㄼ9[yȁ{~k?7Ekͧ CNhe]_>I0K*M{v2WqJC4>!9ak(Vi$E2 wLY)Dc߆¯d'?*2hW w\ϝ#ĒVE`fX?:J`?,uDE8-tÊmX0J#b0'o#T 9_P{a uYoWrK"dOR9 _W6A$,yX=zC:on לuBI/b<X<@nP+& Tg8!W6ۥYrc XWᅜozoG͸gg|g팉+MNA#>IXcQʼguEj.ݧs Ye B{r6'L:xot{bˆ0lPʌ .MgF 0'ؾ"cYhATV@ 1\ 7khvm:n&pÿrc '3}KF#mJrAh'MVʏU(JD9eߘ풎I8Ʀ_Gu.w3X?7shwVC8RXujY+0M[pv=C޿S܃uTJ9!]^~'0rc6d yy40L;T X3D.-n(!8,Xv3q;p-dWm{b@<Rx9c[ueu3WkhHc^‹+S,mjzno:'ߔJ=`FivkN4̶qH{\|MOgk$EGe%mv>MB}ʂ^u& JFܷk/)bLkmr3o%&{Oiڃ]y7~oZ4q J3@Щ2*F 6a`&m[x$󿼖?JSpFR<2bکs S)>o\~c X_3R3A9Ipt hQlnpnƜ %X+K_,̦g+lH7)MB$e1|VExV^$I:3sلKD ۈ$k%meftw| jMK#' CZ$[(\ϐ󠭃D˓u<%j3TlP>v_a}Nf~j ijy ٢.D0xO8 a oe(Cl5mHpo!]-qMulR1f Ue 4HcREF!_'8\ہ  )r(*?ɫ/qh͵M*g~ÉMbKHx[hK";OnIM<-YQ h:?E%, _pf0&}F=|ηkdvE@cEu`M@*h>!=NuR7j-\jB97Iu?&D+f<P#vmsyQ{9pzĦ ]ʎJ.:HN8?n{Rs| 00(eB-UV 9làV4{Uu R0 ա'/XZUq"xg)B{V2[h6`(9gh¸#2*Gu1~} $ rSesFo%&|+ǤDLc=3nz @Vdʂ4X͓7G+% +dV5n&[t"6ܙ3NIiqo;Cqe2L_OUtgc+[8HC&m6Fr,d%&Q1f`vEK2ǬW2\z :'嗆M;LeKGSua^8?% t\j=eiMY2tE\HF)E.v>{:HYk4Xr(rf`3^z4.=h&Rhԟ  cNu$<{ޑFe 3XR@-<D5?tYm}% U,_W~J+9=u@(@ ᕀ>u:s@WRuO|[ {3d.jRl;qfe<5U#= Nq!sl65-vnI8Dӣ[F; 3Rlb5W܋P}o/l?gs;ïżėz.&Ī:3}R+{iWm=C$(:C@,Yͮ PzpR5_QTt= kO:r:,:ɊR~~Xh+eVIsS[詡? =Eݼe[7~ֈSh^[CuE~5P|'|g=c۳V:EG. gs1>CjΈj> MHs赲GL79$"3xMb 2 6L-45 OCaE!b Q_-)^!W +]Ҿ!شt1Y m _;'!9r켒V)>%ds98o<.;Zď+ZL GBĿN󚳖/&/0R!~5 ZffE(npnO<1Z<z!t}q{7 뒹g7O/DdCp| ToCW2Uk+ƌ7ݟ(KB\_Od)oqŋ_vbSI< Xgk|RI[Q<1j6h6U* }̾Lu,U@=[c;G}mu veq]"af/0c&/1SYZ̔ɬ(CA3&pR!V:G&?5V](C! BIe=\9j?n d9t"إ I 98X4{/I]\`2Pbn>9^'0|?p<]fNqkU@/DG1uʸ%l>~&O̅9 N"7ABcE!GҺ {A9BP[J{!JRH]}J nh]qC *I:_Q]^}K(a׻WıdMWD&1Oȳ{xXʞcE"b:ll5V mbgI\=]bl1?4"\(O7Se K/rt}o99pYG 'Y]znc^8_Ae "r4#ϥE. 0"1?LCD5/]7bTh5y:FZ% Y]o@}2ÈB}eP.x+vvkb/gM^ph{L^gW,|4@5ı쩆$pVmWQ-(+`i7pT#( ,%> qW2Y$E_5Ro`qҪ|WT ɷu%#!?NU%PH Bd∨m*cPt ?ȫzɑ_Z,k) k(jV fKmJqMd?{ϗ'J~('RBTʍ;شZAfdS '--4Bvi`5?3.8롻#EYRId12~iɍ9Zm<;Q䣭jslMzkܾUoU$\y XY@4Y_/Psvbea(MV77S»eL=JS:xޝ7^*N&cԦēwLoZl;%:Js %#cȑǔ捠4 YMmGY*֔*W)1SwFӽf#.@tyCЙfZcN{2C5_8Zi2_$hN˿ ?K kuxLNosB ~jrM?鴝c:=B}TU s2i~ =n,3ѿj>)&O)j ߚw#qRsc*dļȼ tiDz+R`Y=L-%q*&IEbM8uc P{AwB")@3nKaE>E} ê5QfI1`5J^j7R ۹バ҃7Ry^Xwϣq_[Ql,o'1M&F vUXl8ɨ1SOv~gns!Tw_|/]D L5gNZMlqr^ ~erHÂ~f (ICB~;f0\ҫ;gODm[*wAfoBQa3Qǰ/ 8 .@:oŦ pyq.gv{{'07nyT:' 1նVoe㬵bUgtz0!C04jܽaÉXNg y7?TՕÖZi'р)#C3tEѣMK}󍫦 `85@&+72,KF{Y 5U"@{_xrt -fޔ_> n="+x< 'Oq>-J;(ghW|`|{)"ꨚ6OEM$s0n@fyO\ci:['8$jt9!cXZ@֨vN|,X~h;6T1EV^ln싉h!s%)j =͠N豊YuoCP.}7;6TkZFvvl  ՜)-Y\%}Q̫_)nJdrdiZgJY #ﱩK05f7u쓌{-Tu@N!ƣ$V(Rd^1~XʟSn7uًpDmn>_,G3gE͸$iA>mLCwetc9-D|OW]3nLY{hUjy.tXLb{]c<0WVC{!YQ|N67l!k"E<"&`RDb&أ_;b&Q|zx;p L鑪Vω/r Ƀڡ*mҔ3vK L¤lG1:y5BN@ohy|:ksuEh2*64}\0uA*87q uAX,Xk'CVÊeΠ-o$ 3wJP* ;UmTH8ԬK#w93b8֯x#GVۘQ]ʒ߆/M'Bl V xX-h]x`&<&r wQLsc'qM9v :f]ny?<UxC 3Uoav톜]!m.&(ZNpi[Y 'qT M nj}DgëkZl ؁0a0ܛ;S*nx!##s_/l~TQ#ʼnpȶE)5SGN\a5hcrK!J^'RP=[S]Q\\㮔-Y|)QѼ'hMp'Q:<"#V^F ,Eh%vn GǮuNC,P0Uq#+*eKFՕTg #R9dᦇsr$_!pixֹzG65`1[TE^;/vA KF<.V3A{<װqY܎-+L t8"^nE ^Bfo<@ vSOIV $"cEƄެ%5m l,/ xjE ḻv]< #߸ ₗf"XhLӥWBjK11KћRަ>5n^%:F .7V=*@uhi;1jGꜭ(nOBlQg 2.Z4|wK4Y :] DIxɋDɛFM.NmNk|q]IxҶᛘcp9QL>d7}]Wɼ2\9EE"\sG/Y=Bpv h&͸}@J@G{n)+5A\OXnkAB6pjSzSŜ>1͛A%3ɕ QuǁQU7#x"T>(xƒ8rX+ks \f.ҟJ2)@ ׂ kN\xph\v-V=(%Ŝ,.ԕʘIx;!.]#9-[]0yU'f->h* &=Fk*Vñ'0zxw|Ҍw~CC,=]JR؛M`^<~[I6cmVIM/@`X KU"\C),,Rm)t@?55F*k%[EAp)LaMd/xfR\حNJHi!v!'} OZ](@jeqȌ?]Xlr--x,5rQ[ʃ,r`%tˈu$kRv~[Џjf~|=cB(qS? 3/,1a&} 7I4,SZv-mdwA["*I>. %)duckNF'jnIASޅɤB¿AϠC W^I *u9_^P6}Yk۫z9TY\EIjz{-{NO_2 = } b.3_pLe8o2MZhWk*{\.Bc 9ܦNvz'ÖN<0:^r}D[ώ.׷ ^j󹏒?릆s?][GT8i0MFn--Y`Ɂ cq&>aga3oA︧72 :+ic|"c@L7}r$cȍI$E MM p$Y,?\S!`BSPēbJl'z&!]bqn0Um՘pf-07M:j|Zf4\Pg3QmSΩ9z2L£E1N-.nk]C CȤI23 gM?K T ][eN< 3Sߕ9Vɔ^JO]%ﷳ|ԙcsͫ@rBo($, 22KF]VDyjG=B pU(>;nf)2OG3C{Ϗ[czu#cɣ j#==QZWx=¶9TG0mM 㕸QȀsf,"jw磢N|r9lZ3\IR+;C3B 1W~ҍT*ť9]*i+6a~2Pyg >xNSR HϩƸ-T f |HALy!CWDe{ m0P.$Uء/Ѽ,'eiDsM5@*a~A8Z!zVzxIZq~\:AɬSQ^Q4߼M$kum6Z1 dJw"b17>|wgCOTW_Hx Ɉ%ӵ,AF)G7]=I zR `UEψ-a(JNj3jسb6d*:/<{Mn(caf SJ}kXOZjP 2k8$5`*Զb-.UoYaÔ[/$U|0ڄ8v*G|&ZyeVZ}Mrby6JcT5edm q59\_ِ[MdekSj plra_fGN_2B IGipaî zsd@jr`$Գc5]cski IIJ`0R#Y>hƑD@)H%9 bBoF_OВT _DdnƃY { ?J uCWmZ˥q3&J/$D15%<$"{DEv&sFTN5 +}S-C2ȱlkVUǃ?˟),?@GVV S;Z`|p :lrQ 8Uȥ[7XÀrn'<<>ÐD6+aotMO#@7 ^oL<-a7wYs!؟sN<5T {J|x88X=J%s#l$KS#L Jfkq^~z22@ǁFTLz >bV~hJkYLQԱ,P@E(0@8GÊR_#_tf;/A߽ CXRM? nHX쏣I%0?yXB]nܱNҐ^M#s. ݑVg Tofbki-t]tN2ZŲrb=d)/c9` W&WU1[(ܬ3H2}5e.؈|ӫ;V~DDk9?x|t3 мk/qjG̵M_jrh35>tf.?*P&*݌w:޵2[xayT5@u"5AWO| ^/HGg@ ڇh;SY4bdI*,H8.4%<.ѝ:[oJ0bL$jbbfTR"VtTn{; _ǿԎs@ %ϑѻ Ÿ[0oߨ|CD'+8&`g2_p:؂ޣUV%!V~Xu8j`h4Bv+@į8+:&F;'o;8:Nn )rSݗ<ꆸ3)x9S7p)}$ijjЖYLtn8kV+ΘYEa7&ŽV,s%vpӧRKU#f)?mZŒT2~w,zlxTF2%$ue7ׁt%۲:j9 ..Lv, q MQYѱ}v0$xBI^& $:Ms^)D. 5{kkUo3oэ^j1KFh@D8{pS:֢l Xo ,1*Yd+x}1n*d-AW#[c6ʓkCLy:.=UH؈n0pKθчS\L?p~@=@'qBY ܕi9YNOiRc;T]xI!sݣqq )ѧ&!: 8I:2HV(ɕ %8 $?F -/(Qg9#sOݣei|K^,W?8QadG f0(*hQu6E* iF~5 WX; aK/QNdIzLXv1.d9 1SPLkgC[GҲfX! SaڦNu4ye쳹[}͚U$"ՙ<gA4%箬[B ^4zoXdF>vjfɷp3?M ]Y_Q,Wr!xqkٟbM(؊|5Or,Qz@ԝ[nG >k s&xl2w{ks( ɗܨ$Zpo%Df%mU뚈߾svIe]ex}Y[>l.C݁"q|mavj4Pӷ[#{Eꊫ}@Ҍc} uWJܐ:2MwZcXע,ykZK.\0 3ίRWErgtwelO~O>TL}?iUXܕMg$4$ lh#01 Tەk(܉>ef"Zf`@ U0\!iy 5P-z jd?2 vSw$Dυ 4:T#C=YwTiXb&3(h^]ȭkߦ1ֽh1~Cc2Dhk"#cͶͿ u̝$<Z Vه@=3p=Nh8@t@'|Ve}!ki%'.֜Wh!úel-^e#ׄoR`hglOJ"a(7}%ozWA55&?M"$&ט@/ Ly SaOڂ3Jp0SZ`qxA'Oce+Gks`8ӕsؓ6ю#E(A&$tu|%: hDG=mMzG3I!f4ek+Ǜ䗆18I&]* W'B49'J搘Wʑƨ9ѷJ`|q{epGi7ҽq[%ga'fsZeK,7N_/Ꝉ@h")]t-'> Xtݻ#2uxQ AQxdmpϰƥ:skͮ{hM_v{G|lf8wTΙ:Xlc-JYyfŰ06|44NBI@`|n/0LZ+ߕ0qJ+v"؋4\Xld1rZsWG8~켶gKcnoV5ˎ’KQ W@~4& TQjz")#^4 _8{NWW;cGn8u8PRoLlVMAsz!_U\Zb# "]aByK5E5d.PKg^#$:bt;T)ͳvw~ӥÖXne2;ѿ75`'iJb;7-ZKDe\=/i b{BK4_#ф(g}Wc !̰t5֣(?:S ::x>{ {W̴JhVV|噝&5co(DBG6Y+\i`Vj~F~yV`ڜ5mic 8G7@Z;^k!:Y?2 Eɑ& ;Utidtz8,ͮ0v<5E\G&GF_OZ }@`/ARl>W8&ċ)JhPU<rz,F1i@g(fO N!Ψ^!? :”1Bu}dQJK_VpУ4bgдElљLڿNZ$k?{XieH8\M;Y0AЖ[; ɿ`GdiL~u '0U8kP5YG2t(bQ޵zj(95w lN4A^ӓ`}Nz5#y_+.xЭFnvO{R":LK-M4Curòd`Αp YhcO=yl<[ՃWMrlRϲFC1jϊBG4Dr5pS/pŞs c TCݫkj7;}&d}?8[Bl0Su"ђ4q( ENYO"b P a ʕLĈI*WrfD.?<L8-r}*iêg_C'|:\jemV#Yٚ'=( Щ >pD 6>l`=D`0g_op\ 'y|D1 AgSöuS}@ -5wWcL=hU#^lNPP޴ z@/8F0(R[ {Η75*l!`$aA<(탌Cn:1AwUi BS,)+˓rSqDZK ݔ933O=ͰܺRl48 R>mT_9f 8\bh{Wl;jN1ReO6jfNp1ᖇ٩:JkG)_8xXÍ1kl\wֶX,e.l{.A,P'׼;y{CuB=6Չ]rȠ_q< ^v.YnJyG@ 9FK@-;;].R?V찡E|n$̾GLG[Wi>Xq\#$j*.pW"isԭXSIlt0brU4 k6۩/Đ^^fΈ^}T8BgtUB,pdi_u[ӤFē/wƥP6i{{]V1>^Y-wj:\84SfK#izЭzrφLCq)DG`6J!BP4|z ḅ^:'`-բrУա^wzKO77i`dzuߐ22aVL؆ NK%8lš Ӽ:[K<0 U8ǁNOM6u^} DZAɥ_خ]!gٞx 2Bfp" GM" qF%sq-Rn5p@a驱5"mȗ)a> ˁq;Yet;oZ1A1Ħ`T ۃQ-*62ˉr8X,FֆVٿZxٷkV۱QH|D)v5#(İTl 5$LI3)X61<0$%nCr iv2͖m!H. ~Ֆjc5l7VifI#6;'(qw_B`{rK*Sl,ҳ]$J?y5tcO⡆D2d33"2#|lnE j2_LPeV(LGRDxI)\Tl7u^\C+/Hj`7 xIoffq&}@?3gwwFdʥC|Ϝ wG:&!8w֋ufڝJ"Ar{Tr+.+p MgYw rv ƹFKd#8zeB07"#BM"Wst Fsv|7u"R AJFg}7Χd,$twZH[Ijb Vg3)T/k;TuC35+ʳe(QșiSBڕDjP qY˲ %1S93:˿|KCi%H/1c 韗Lݰ.LЬK~V94vĘ5];1-<,6&Dam1&ԝRɹv5\瓙=E)ؗEl H_Ų&צ͐ tÞ'fo(6s)yH%Jo`p;0&9=6 péOcM YZ,xQ~eU7Jy 뜓6[4GԭdG3$t)# 5o0@٨p+HxO\ 3]4eSl7֮.B)h&ӽû,.4bCeݶ=d؝ pmNkvw5l Ǚ]o?Zt}TcE4jxB>AVd5pPᦄS a78lϚk#n疎rw?oDӁG҆Sw& Ritw|Fv%cF!N׈u&yww?`U/QQD La`SJJ!AX*i3"8"~S]c8leB K W+ gg^6#Ы cOk:ڃ~婽0qf}|99 TSC1}rmC}t&NqҰs (mφsST4-VeOF Z4&kТT12j-,,IYk =4sDʉ}wOE<8hg񾩔n?MKcuq2I*ҧ!"}K.͔Hm̨^yDtΣBXci6Fr›Dԯ87Ch0xl5[ !18K4*[Nr?+i}nu D{dYDA$$@b jĬ݅8J;q~R،~1ݓ6QA DVxՎ &y=m,l"עťD*Zï/YkS\4I20>Fܗ' ]&e*~_lfQDŽ=㴝C007ew2VHQ)=$ з@ ^EYPWP= v1Wu 1L I0 t|@ F.C0<\$&S!x\lܭf˜y}px $UهމakZMEuj1 1чYnvWjl>&[ڶL'v#aWBduP%LI% J2j+(.7 u4!:m 1Q!UjOI@/_[lCvPY:`ޜ[$jװ<>%h9H8JK!4Em1r3 $uDO]VRRgEV+ZDU 붆Tj{ EH3T~0*'u<$ +I.}AGƋLS`NWDit3 |A"֚(SQ]vFd|,J: I[7h;9L+-W+F!ڜdAK(O,»FdoOظ <~we85UH#}z'藇ntGk誴tlLϫW򹫑%I;Ei%h)UL?FCYeQ}ұ [,by?) {&.(/Jl&':1z2?HL9#"c~+l tdlE|d`\ 3b*yQ b"C[CˣZkeڒ%'ehe·­t5F|I BO% iKfm" Y!uȭ( 3oG C ’)Qdwt#&W|Wg4ߝ7bϛӤ1Oq) Z{9}k;нOm!کU3-G8v7A-c)l'$]Ib$u^J$tIJD-ZuxZ(_ҋNs/߈k̵FU|  pD|Wn`\WKRA鋧T@Z:1+Mbw8ַ^pTS£ŴDw2T rOl}N0 Rl86;n1rGMcM_,mC; &]ؑR6M{c_?v}*\LsoS]9uP %FloC+BԴe7,0lvuG9+vju i*+EQ HBk rr@+ɛ?Ks*ap<کB˯J8Ԝ亣t` hO$y*(Ǯ~|*ZNZҷ,\kJ}*yToq6m)Դ k藙 } j&/@h(&x5p?8p,+:f눦H&R)eoeבgwd3D^ %rm_qk3(~zbfB>RFȨk7К<ErVP֑6)JF|8'k, 2毽E{ 'Q$"j{s۞\wD }t{盚%P]٥v `1ha)*2M"P)fٷ"c/n*?yKۂ`3w=U"1y:};3 15E~T,SyvxS]| [6Oq/uS]Eð)6V8s:uR,^{)99|/ 5 %S/ԉOy Hw_~~l.Ϣ5&0Mbk+*sjy,,^h Uc!H:{jEqrP;6\?5Hdؖ l<|lmSN{ -^tZp*&')֦~P4qʜG5E&MDOC h a@ (;0>Z=jW!o_["? Yja VfY3U@WRwmO adb>zSw(WG%Dy9o#D06-k&NH%1&ڿuSQ]&>.N4ʈ`&Ãk6[ɦ !zyvѳrC)μꅄ?4zVd룤a'QW',RdžXQ{|p/HvREH95YzT 0MX#>ڱ})R:wh:Or9umÆL"?`JH6jIuuz^ؽ?>K|Y5ݲmwZe.g\VIiiK$@X+CxӺRu(mc4s =(uJW}Cs):/T(e/#EN&g-?ϪMЦʎk@k)1|P*ӖKJ^Y;9F= " (лǦ_:A!S&*^3[9##*犯|&%͑p ,&z ^$3A_BKmŎ$#?}E)q|NjIltti՝EVD*J=/٘oe :crc}ZO+E΍j%JeE#MEgH?-Ȟ@ܧ“=܋`ﻜ`u3{Ӵ¿jZ"lTJeP.nok*ҁVȊ$f<-^:#4J@r[*.蟀r7yrqTuI'Q5@ƥhe%X,탓n_R?P>s)=bF;XW9Vh j2HX%A']=`vɗ4iPL|;]iB{ԖȎxvbPdQ #%(5P od@:\,XT gw^qK)A0Is2BֽƋ4 '!樄uh{>AHѿ4)_x5ۊe;CO{9 WuAtL;G,:rK^rL%҄@xt&LO.f[CVȋ;`F%Uҡx1:f.|n/(2l)6B^< _U?zF Y+ڿQЪ Ql_x+{)G ?;7[X`C mTbt}M,Kya# 3I?Lq,)faUiOUΖuXaiOTc(KnZAIˊ_Gb(R]WڹXHG+uHh9oW:Ԟr7fxGUX\fx]Tf':oo3fЊ?E#tuSoIIVE%)rҢ#:+H3].S_D"rQ]6)k0ѡ@ٴym3OdX( 8Ԭ]Gf-[vcgbpFb_c@ocjKʻe/USC`o\A{˪eE1/ F a9xZR; [_{UK'Oo6'&Swm#G8n$T ?O)R|?>*7ch;am.iߡ1cf:<ϕ#F>2~ .5V.]l J4W@toU%ج~NE+PxKƔFr%􄅏>56y#z_bOU'e^Q$mF[ 2PV%`ծ{O<`-<6DW ɥBo`V,iPX.KdN?2u>ә=w؃SLbcl>޺ꣷo!ܴdXbQȧyudwNǝ AwſFiU QtT{<v\3a+M? +w!I?5D_} ; 엧j`c O4J|fKQ"6"]㯻T0-Njioj@002?yO<7J6D(*GbXstJS!Vr'.d~5`?uv ޳FĮZTV`WXBz+VSGSdǡtJ@]~;ƱrjH`>pd&H&ڃrTZaЎ'< 4WtK 8ۋJ( qe.=!se<bDǪ2#-&R_ky"UD*c`|b 5x&eY.GEf<&64[<8ǢLAxjp{.ɁQ8Exؾ-*)74t$Qi%dU16AQ}Qn,T$u{ ,ْ %zRB-w)RnѷG% 3*?o&ςB|'xFC ciXV_gPD5S.64Lk Ye[% Gp̘Vvqrw]/Li2R)5 (aˍ.e}]~7FNiH%ЖpSf;a7?h2Q'Ts̻(*2\ݕShrAb&K8!9RL %"2GG+8hQWrx0GFCAaAT (nۭ̎%{dȇp6M"oQsGY 42+ӎEJ'ld=}\pITNQombsgR}wQIc(s&y4Ң8/V5~بX*X447Ax8nr >$q<?2kVok22Ea. ƠT^YVc}< Ns17&Afњ>L@Մid/IF儏" W,Gi9X^@u)ǐPN(B췲{'Usfy9d]ke݌bo]lRt0.ׇoRqF}ќq7oz/wEǷSP_rxwj;@Yyk/@ߵPlQ>8B-}r&E}W#:p+|p;\WQEU7 =/)ҿ]:W6a4埶D ^'yC9F5\w"Icch^ rW¹,{ LAZw& ;얖3T4и9r'}уx0  dJ;*U=*rH9c 1dwCebyo vm=͏V riBpc^S{UVdPKМl$yYrDijtpnp]5R+4or $jt Fz/\TvA碌{;lmOkJyV.K >( ?8;\Ji&ΈzearZUK %:멕{npD'.%*6,/wr82wږ !sC"VOZY8(cI+gErPGi{n)5]^c;c;B4F0/JƦ ;O8y8T'䐄*2|Ĉٔ"KjK]}R&yE Bqɷ37/R8N#ka̗icy,3:6U;CY4{kc[%tenhD X~viWP 7y8]># <>(D&q'hux-G|uVuRGF1!ѿ<m~_y~4qOP9% G*os/wࠆǻ:'xML&g:im͇{[a<5N=j30aPZS C ,X=Ts5?(16-~NP1H&/ɖx,"V5+XB?|b hPf)ѫy}߱T>FA,ksovۯnT'89FRb6kVȅk;^:z!|O2>JK eTphS4&I Gp`UHxKU`TgUR].TFn>IgQsqCxC, p|lU"$ El^$ʩD7DUGq`[: Vg)8̟쯱vT=/ok*K۱.IA7$_` a}FA)*Q(~׷6V]F^W%Hirc1RS~ލQ}5/*9 /CAp^А;5tfψvio]@WUBhhqp|=l'=/FM4q|h%2gh0>M:ཎ?f#njRmu9qy6Ya vt(6a[)i "1t/Y {\փ4çDLWm Fo"- l3iOtH_.R(3( U^-i]i,=SaXđW @uuGÓw2E54)Xd+X7"Ρ7qż'-%1'}l_XkyWDDɋFi,r>|)t_. Uy#]sfdG]8Ă坡$=uT٨5)>qw%3 Km t>A"ƿ Jd*"xLn28J^ߟm^OBj ?]Ja5a0>;]&Tr% d8jϺ QR!>Bs;_F>*JiJ^(i|I[UcT\&vR"Q`G o3bO8&{gP&6ܖ^Cr֔@i @C19ͷr=)@L%Nb* lͭOr.W"7:nKw$@p6]3]aM.X=O5Wv{_K,=|leE~,91g&)]ħN((a YsD~Du<. XO'RJc6I)gLvHXn-Z(O  Qȕ 4[׆oY3ߊm?1y8۰=$QsifKPMeΡKbw> 9~P~%{3AnY5㥤g}='?ȹ kuL 3~~?%BKF@%j Ȟ9q 0cԞ%zHS3JdHz)nu"F,?`LC80xIE5qg}pƭՓY%찷9aq^vmАqWHZ*ZWF~$S|Eek5Z|])s:zB9uO͇~NSyTaEzfIﱰ#F@FAsԃ@grp'm@aN%y|M9^D$tDd0]=wV گ5aXPR, =M\PhN9CK YYT?,m]H>* ?%`[PƜPYΔ>n5z3j>[)-nVRu H8 LMzL,1tP.1G!L+$o-j=X-yv,"{y~ )ӫ4qJ(9ԌjQ StJuvFVT*+sJ%vvC[:\ 2>'*A{^Ν^z\Ns̴ fxCf&#m?;D]4tc _z**B kz@Hҟ(~ֆٛJul';`n֢/LTs3,u=Ԫx]/#'gYY#.Jn $,1U""6̴V͚\ (S l}~MT-ỌvpЭߔ-s:9^&A)2=~l?#gL#"ukYPrΩ1q.|8WSǬQ/∜4FB /*`ö$[lu}񞄔cs>^NF6?wnPN šGJ.70qL?q lr]Xa΄ъ3 6 #~ZW/z7= .Fdݞw@BMߊ)F <ل6qCyiku'$WD8r>_.hr~- .Dnr):߇ }GE#iH@7m=bQ~ɉ&LK?}TS9WpkKҒʾDV;]in_"9>P[ȋAQMhXD& hXl*7DH*O{3)R#7jaqي xӒd"I@2pdй ҦR~ jg,C]sZg>74<*@4Ki=V'ێw ޾սc4:,Ϻl1:YiT&LN :șōuS~:.7/&D jZpui7`X=&N_`#g7G8֦5W7R3Ѩ֪ 5qtWHa+0J}ןY:KK <>|;GC(y$9wζ4ke I uZBr4oUps}e(J !H#|*1Ӂ6UhA-y7À̝4*H3cD{#[*?-lŞ B4 S%@RhWϕ$r?~ޒF <]f; xL/B+ʳڣ 6S?ۓe͘%É) \_l4Ȩʔϰ7mi3;|5VUD})eI=3* ;9HV;{T۷p8g"gqL\!7_.`xլz]d15l" a0Xr2Gua+O.m;a&ao R*묷,ͤĈ n&?gF&}4aPV#H WIB3v})WE@ͭ/|7My4V{gM ;_  mY;W [#IݏL4zTۍE8*6;ש3Ъ}eh^x yi3`|w'\;cpl?ec' .cqwUnp\n1o.wZn FNY ]"Ea_tq,ˍ`el,ckػ)?F0DCgQerG3h<8J i0sN77b] QdvpyUKh$}~jO2xNl~gWFp/o(hYÜ73Z`A)) &N[1n3s0>g{LJyTR('VF@뻽GB߭rK1]۶)R88 (Zkޔk ɻcmZ )WvN)YHD݊8Y3YD!MK"EwZꅼk_X/P.}ْI/UyaɪE{^r>4<};l]0CL 39i!=&`t1䀛CYS>dYxe|ˍgfփ2䔺 ͂PC<ܹvߺٸj IZY a7/|;zb]ASIg!Qb!W^ʹ|K@T}Lf>9Tz#5k~\6㚠a\1+zF*:^eFUz[JHx [d&V-SI9| Ulȧ #y|U~Cޢ>?FmA?Z/ )c%)9d7ӈ nt,ap ycC.f~i>GO~o挤-? d Tz8iH6FQdΟ7+;}Cx*:fz2yi!}iuވb)BpYeexό._ 3H7:MSdؾŸ[Xd+HnPd1,ofL׳[l}) ߮+3SsRNHk>. nI<ǬLiQyȄ2Ovpw)=d9yxv!D' NamSŞ5"wN&wkYfXzK[SAӽ"dP,Vp@ 6t=`fl7䘺4޲}9(pҷ&1`sMDf@1OkU͞<9E zD_wFLx- ob\f5<&F .2Y`X,~0͜NHjv瞸9hIDڌֆd\!)l! h_+֣m>K Bƶ$5Y^~%z08>-~|Twr@xcz&0fqE: l_m3nۧg{C6ׇ&{D3!ܗGb߲\79seF$la2@\uMrKK pz6A:8]nZ^ g6K:х8Is#sд/}ܞb@ )E7W&VX+>\.qө";Ng1'Ɉ+{+m2<ԂQfffҠԯNUSv A'RZ=ʟIez|~3KqQNrNҬL6t;)t 3Rj-BĖV#C(IAf /Vbf-_ fv"h`L 1Ŋ8]O Z,H30ب%toY+x͐hM zWLQn?" Nϟhm`PQ6Lu߱cKP@ze5ٱMrX8w9T|裡ЇO|rdgY㢩;G 5v-[RaT"1Cst&~FZ?>b/t o!9[!wͰM+#R'/"K-g $REe~rdmЧbi ĴK)7}Tn7<͋3PZ 2Z.02?4omf1h}h-vbHҧ0f HS!u68XQ!7L+pj'$/J_#uf(窯BA{ DXC2h% QP[Ib)G<3\#C3h-CTb17W(̬ p$gѴc:3ʕ%G[^0V,iӳ)4)uVר# XXNleS+V:N? gD6d _KX|C<>P#t+T >qدty&H3Γ ; u,@I.Fbfm;k\ N1K^֙:k?N DĽMbw3kw9azyLBh*UNt&Q)DŽKǢ, cPCYfLˌT/g;}J]^\H~3r [L5g s$UyRR.(%1c o[{kĘzRok {P7dR3llG7ax@_-2v|i:o{:ǚt++8#h'&O.΍C?NYHm/f s϶po3;:\Y S;  W"kА1M`!,2%mRd~k}jM]4L4ϸßM)%ps^ <'ϖȋ|Θ6ypES3J'.O'cxC0 Ը/u3)B;OIBVT3ctg)RM>i\i>c/"d CJlV`~&G% Tv5:S)i/|AIh)0{DBQ4;{_bKXa%vu(h g:Z̏rH&UrF@AP^Fqd/zFedZ^8^*0tV;GwhUNtTB#AĪȮ5*Vg+@z|ٳa)hD#;h&6^3x8mI7eEs $;oVpo' 2%|X /ԅA] # V4SFBRC BS\:r  Ҭ+ pA^ CݧPuW {R?b-b߈vްҢC^'O3JkAp!;=(S^!ҝit{e6tuwϕU㞷&T.)~^̵V5^BB 4RVJ_% ܆/Xٕ.̘p ]{A.S61cPdxHvٸ6A_CUZ[/ W<ג]L[ !,2 &\QT{puZӱ쯎6y9Mm|!O 察+;?|;&l S`$8> R8wBo1T)-cc#|Fni`+NAڛ%~ %9n`sqBee8(̖ýl~1~.ay_,,-|' l 18g/Pf Z_y  쑖GAϗԷ$v&Ql(²ohUô 9ǝ p/=De3ie>/O1'$k[Oa'-&<(\5[o_GR~3w^X[*IڶE V7##T>O,]!*+X5ȧ ):F<+@.^  7$5Ypp̺Lz@l0qxzu&|'h40Cjc3豄z D?m]Oxf =, Ɗ5d}5š -*V8!Xȶ ӻy"XXr,ltϊ.YH1%KwBldM !NXEn|y^[p\uyϘpnyvs,l88uZݡK-?uK@tWo܂;7mD8h.U*"X0+ogAn<ضA7a*ICmN|+.S^?G6̭SrQ Zl -H2[ٜ zRh  ԐKK G;@y6@t-ƪx2lP6F,JH~]O%P|]ӖNU%ͥ9AmɛrkTr4\i6ds_O#{Mk6t7]4uvTzU'eRsɁ fp*rˈO,(xD`)bb2!k'vk~ UnLA) mL_tW|#:<)G;`Wq[NEh,qO]ƏyWl%4u1ubʺۯikMJ>$Cy+#ya׉ep@ 1kv)ddIAܖ[D*qU1?~I^H8 }h>QEKKCnl|0 jd 酁a *E{8Nd"bG9f}>'[p%TnoP=̅{ԃ I 緱̾CQtAۢ>~ϻ5{zt\bG?G@i.ؤХ;*0ꊊsŎ\lRlݛ\-evk Ԁejp(L9x~⎪3{ywňO] z3`J(~+P9}ŵZb"Zn>!`ԼNƺ{M I4٘By_kZy<y<4ԻanRG*gm7,v]?b9d-vmQϜ"G[ E(*xU ׮.6 v3rw#abvj%CzC~L#aAH"`>Yp#l`f?L1{3·tjR]Qfes RZn>9B aDGXQq#\eetz.Է4|1%)lc2b[ #8>,Y0*ߔtIFRI -8z\éomz-f 2&/+`iTb-olD LPŢrȚ~է.~1m]TU@NsKesZ7#wPFN^v3-^̺Ë2"XCL1y!7olQ `CҰQY %T Od{OhaSFcF%]V7!aZfL4az9~BwJ_#)q _ڇ eDsI.\qoXdANh{ !;204| NjC,!GENxaS,+ MFkҡ icB5?@-> JҵP,tegHn"0>-`53(ׇԕ[I0@ D'y ّ @̲_| $ "<-2Rmh 2 PFP~%ԸDh'L>jޮKV j3̌K^-r]EV+5kQ\&(n«;[|r4>iG!RȆDoIp;|Yѐ `gb}_? j[&ecЭzQ/bOiUHݬpoHX;7 zRؽJ<]&!"M27Vl,BŰ luLdarG9/"4UFtΔY:׻$R]G-sUDlqY<+`(РӰd j3L]u16C@\,mN;X 2][*4A]홿#-ۦG b4ͽ􈬊:10ǀ`d,w]=@*'E2gD2!7'WBng#xd\N;uс&Փ[h|.K|JLܥ͛85uY vLZA3`ާ8boL؋/8{Jc'C)}zBoB Ntv:]'ϰf4~xsE@sh*DЮM?zvvT]ԙ,9O g+&D uwC,Kd*`CafQӫtOwYz=2!I(UغY]9CB$M_\#&Y ` `ɪ :1gb( SNBJٿU'ENSk~/QByQhHo*ER~ :\C'zf߹ɚt,Gm pEa.mNIW}!bUq6*Ȑbi+be =%B;]aT g#&W$vU[8 2H]KЯ<TlZ1QzۯOv7.$Fـ>YvNRs{4̲eBˆMguyDطߟG $PvXme~gy.c~;"0O0E68Js eS0B;qh liۧan()'vNŠ[>N'-n~e(~&v~^3fgΊIDI%I<=e'Fj( {ӟuI#]w:kg zulQ =`(|ۍ"+5]5[)x{053(B 9)_D)HFȖOE@ySK48ddXB9}+nR"jB~0RA&J'hAī5b(nyWk&+VJXJ CaN~r㓛"w(v+vvhEϏ+ȳҏ٣7Em.mtȣc$ prUR~ӣ2d" C D/ _:gajP̤qbrƵ@{%aaѡ-`"(MZޥ'Se(YvBʮ8ϐ>N`TLX2]er{yo*oWP!foR~qH-DH~uj#g4 /9x6=~yx"<-`~Ij+Yx0sϖuIcmE3DI xۙ#4;'ڲ?nE_#w{ЈtߔG J,)*h&g2Zd2UuGQ Zݠ05N7l$Qi$M" ⨕0k`?N~;< JKx jXhY`l8C5eT)c-z߄zDŽiNAC1lyN}<ũ%JN sA\Fp_(MG01Um~ٽ@؄S E&^LVs"2,sbtncbysB*j[\bW[=ڸ2? l|KMC/XN,ǫ8:EZW m4XךɟXζEM1EobtX/)@HC%}zJd2{s[tu&|q#T`$4ZVd.a*Fȳ❬-A%_ԎN&?(<`T25$S?ٙE#OUsnTD8{PKwJKH@HxYѳk ;RbPzU"aB/CNqmXM -py_?pA2Pc ß1cGD+ S^Aq-d n/yj2-vu%k!dA{`yD4}p+ohR׍*Ĵ2y>. Լ=F:]Zq#ea/ᮭ˻~!lsZԲSme-L}hG(NIduyǦ<?8PTGQDɣAXr6c4]aK=: ԁ9a7,{8b|R#UWj#zcנQgñh ҰN\Coީd#*M:}i7+$1-Jgb4JVert٫V[2=A',nyj@ lFM~̋{gyYVkFH&]y{ј>jb 8n ⡚yf|6GXwb;<ΗU+Pˏ_K[{b3B$%mOIzVS1vv*t>r 0ql>&۵n%0܋8bk#{67 gwvU_'3dK%4jmN9B)2|\:.@gp €, mR{d&xLw(PaZh*)(C@#?Iuhh(9i|&iLjūBᵧ!IqnNn)$`Ma"QJ _ps[>tDwrK#z`{фfc Y7 Zr X c'_Bv7 tn'(ۨm,4y}@?(5'v_V@DR 6!>.#mla) ?udw=WI.}`N5bp?DsMz=\ߩz2apqįgД[^ܽ?v偽`>C k*;U]rnWYgo^%h8,v:I"&N̞ >H%m7އ&kfwUs.>\)ћ{V}x=+#Pպ >lVόsTIS߭AYrLV.o}K *o BͲޡKHmD Q-.I<00ztߓv-u!WaGmD[%l]0o)].G2.U@W9j_6Zѓ,ZzYu9ʋn?0yr _hogui)9VǕ]p&1,YAYo_F:*؎ە|hR]:ninQs:!"תq}y%"MxR ^ <~{[XPZ~5G7 Vo{ߜ \:GP~>oeIU\z`"Ou@`(!$'v ȟK7E&6bǔk鐕 $}*1-p|DjpUœꊅsM1:kp\H3Jqs2B$a\wyd ̉S潾;>~]%%pCP;]s]"k#Y!}ȮHДIB &!i9.;Rʷ@G"ЙtDUx~Zz9QQ ~݁M~| 9Bͣu9FUlvy-Jk<0jOsO hJW.Uʕ0h*-߽؜zNN)ZnHNrA41_d*? a4:.}#00Y7kn**҇sG٤R %pUixLplµQ$,=h#VOz=]7eg5 IbsJCy\?KE:Aqz4;A"0ŗȥG Aochţ\)g]5f eÐ$Y80Z=!_SWxI"T6ID[Gs|8}iMXIqVRl1]pБE&{g΍~[oMaJ"(dhe3(F#ĻlcΉ(ErŤ-IvFI'4Q5"Lq]1жx!NٝVBqɭzniǛi7Mi* >2H'xK)`U]J '[s% B jj>}hLʁ aVk%s-cP莹:ݣ X&ب,1Lc5G02Ga~gw/ux.y6N6&.9׈ެcj]]Z)u4%(F+FdM@XV Ŏ-&ҏ X`txU3@ݩks[.EۣW,MrO*%ӫ& .c$1:WŘ5fgTu 5; ϩgxRT&x q!l恁턧=:P,ڄvo|4/z*`R(fwtV̛b}9866km (>AuJ=*5"w< &X :F7j h7r!$Ny͍cy)N=ѿY l>\+?6Y꡺ nRK׀TUGkGHyP8쫮{CPa㗧<IJ5Rx_q?}=(~;q Q pa=]E 6B`44(]i z5!yY! C0b?;D-͆bU TjL"+ 9?c@C}: 2 %|,7Y{ˈ_ur#D[mNtڴyO` Pb/"aK M ~saXxԁ5$EP㩖8]}/]*h&k`8Rcso df)GHO3:9vH=d^7#9o4Q^V&l8 E 1oxF_SB3 鄲Č\6"úԡƙBY#˴MS Ĉ{ pI; ;unL395~|F "no@5X.BlI@y\.InGEj]6T";`Tk !I_ *;3l?n1[/#%c$ !m;VIa%luO. ѷfdyϱܝj~zգVI8%J&-Ox+Oř"i__'*^h2ȹ;8]z5IUp^_@gF R'DN˫Pk6O )zTyODRtODÕ<#'5L*&kH:(c:8M]82IT@Y4[ґ}3T^~ < Gve$)t~] eWl |zHpY.ܥHMƒ,=ǚ9~+,VwVdf_lXቊiMLZ/xWy)ovG㎂gߔa׹T`-_gJcZ}2E~{um(QCb5~ֹX紹dI,w:kbc`;L_ߣH%$I;LQvC>jA(C$AMf:,[2|Qk<7|`Jؿs=?i=DH JmƂwcϴ@">/~`oXEŒ74CÕ(~"Y'uaD}Ղ.5P6bc}۝ fSAlGwh eFGaB0ZWKXڞ9-otpТfh1f+W-ې=%N%^,cv=8#nîqi@MJ#{> tᘺX,0י7蕦7$8[ޯß>N:o1.[[5|KfVqBzRt(]%56&LĚsuF'SVHPF6b)PU2쁞>vB~|iT@ ʩݜX>ŽM^6 W+j[wz 2tXmDFnl\Gy%">V,[15t,mxc ~ŤEӚ7`,ux;[ :1Yg/zN5r"F),KC7E朦/++Ԝc_n*?e6aU jldRRrv]'"7ɵ)".$[c`cW# ou' T'`BpQ%R7,-q@l@lߨu%ZP(NZfp*!ZktQlFBK`Fsj,?Lu\BȔ;i6wL82~lio<@S~Q/XƘ.]}~"e cJ;bN~QY,Jv: ] T9y%g ?zϸmCU~jK]mQTOY[hZw b؇|}};Bz;JRocngVWk{Kn>g&6Y& Ҡ\[xVj¥t{-yu3s"T^6ZJН^\i} Oج.?51D+ cRaR)JpDc+C+>TUWBLVab.(|s8C Ɣ@+TS,)`<խ}qiN .\g rф֩mo (1׬qbjYLp[UfXHJI$UzoLZxXDX eyA -NSzq{sosR6Dbu',JB釃UWNrƌ׹ksj!ę`I95;2-T+0_z) Myɳ;+E*m /AiƎOeg >ۃZBȤc]Dt![hcx|=ccʔ5f |uq-6 KYG$@n:mR1c#;KF-(Zm!z?IO\5Da ~22>W"]'b"iQ AC'ʫd)=Svoh6x Kr&iVS.Or1#;|N$zⳡV9+,"TB֯bi>NֻAԿ\w(4~́}U$A \#|0x#;*1ɢ~߳2`jnkxȥ'u g'iYфq* \s`4 JK?#[!^\|/r͸8[mi3-_ggUoJiRw،i TᎣQ E0c*-MEzGtPqo7iQ; d;~K,Lp+IgY#szw *ҠXuw ?QX)4~X;ju'SQ"cRKIVܱq"I ao瞧F∩sXu(y?Eyz<W|hGoiT{$tZc.97ݮRQe>ǛxAO1`l?tjǐځ Ѻ qd;!=@ɐe,*SRԒh!0$=,,2P \9ƬX zrjS^ #[ҎId2zG\ Ft޹pXB,PɔSS?'{j)+PukM-?Kp[ݒ:B3tʯ"$b?0D-`C^^ VThk8e1eG2 5T؉6%ѳMč<ܤhQ}}w8 ]Bk~m'&b7\FS?~6ġ?vu{'Cܢs}kk콐|bj+dѶ9_Қ9"4U5Hm' ,َrbS(][8#wl2D {= $,cG)_n"iW?n#7 6GW? ,zVPi \ +M/{tF:HB"Va<kҫdG/V[o{P)$-VQ^NA+4dFleru:5[tQQ!'}r?K`mFG@(h3f'.PMݟ!{q >["H8xݙ^wJ7˘ːUWFr2\`N~ V@ _0 z'$-<}h\ e4g}]đTj.y+rswV&MjU se8=7uBb* 'ㆤ -?$𱶈AjJH+O[Kn=ILsoW™5xɰ_Q HB칎v\>!RRE<]/̶T~ ufPK04ыGv M#5z-WZhJ^ ;~^)"7UBÝA ׍{ü(rֱEKr(" Jqwڋ?$Éi?ۉۘ5A4} ە\^<]jR {vo6# X5,,xDMd3%0k ̫IJN(%&4[-ܙ]E?-'jH|=>ij5/1Mن6y-Fp'|/TCOA5D34`\6c*I}IJ-} 'RːZ!F[yLN/&P3A[ ]hjj?&k^A'#)w\pkύo /DZ݈P Q&qHA26!#a&qybgBmu#BޮԜBq޷-l`_OȲ]:T@}iNC(w4ɣ6<*T}L{\XR1{R.VW#!IM 56Q [yJg\_Ҙ!Y/l ;x.[!U?ZM!fd{1) SC S-Yuܩ7cwr*}:& OK*vUG';ew-f28a|k_p-w/ڋފA5kAFh92d DOwZ+/$G2S:w)^N0E=X@:fN+lS fGp?+8 $`fC= '+|^Pa.A .5p rQ]WVls~m6Yl!mA4D?1?[l9 ymzw6ȇ;`qR)lshI uVG†rJ )ެIb`:ESL,CzKj޹|+a|)QT0 !]_ Fes$>9k.ssL# ^ D5f9#T )A8z{ s/W.rx؁nʇNϤ 0s[.>5J-sLX#V+m'XDn@pZtLkІ"p11d:OQBJg:R+XZ\IdlKG/2eSl'\SؘRxI=^8~Yoʺ8ޕkvH!]Kv=$ChɻlF0 u cBZyd0uJX}/`@qKY4ox;#y/2F3A K}gqg""!Tt Q6QT -*o$Za?S[Z,`]=^ծk o]Gd!0EUx$ $2Wr 1'Ae]?,R[ku=R+kKU|-&r-|?X[AG|_8J4BƀIݫn ~=v471kaBT -%_ɜeg,fwY Yl E7X̦=?XsH;}=o;s*㭍zj^BM\)N$DQb& ѲlS!߿]'wI b5Ks sl 4SoԫOIDںu$.'谧&41-AmncJćhjQB+U$; x֜{1M'"S7Ee5x: ߍL3}uՊ}\,m9Hƹ^/mrit򴥖 HwF3S^l]ҫX[X_zP K&,6aD*{j;K"7gz6yA/ςNR3m*4pbJWZ=> %2izk$Ep;<\ӘcNåO; tσ5~CDu.Dk&՝ c uዯ˩x/PDM9?m᙮wzרB~%8MiŰ%Sbt(w+|Hud1[ah0NFjzaz冊bB` Pnjk[%~B gc~/Onh,q**RUHLVR %hL  KqW"ILCz3 r,bhT2\@ ]ܹlfl4n'w?лb/J"T1ҫE YAZ}P 1'碊Ku\52Qcȗ Fyu;(;q|Bdw$.4),֦O \Bcf27Ո2rVViQf *!8٨ۆ@:2{&CǏv@3,qO&2ʸCzmATW;ZOJC*i'˪(Wg̒A oV.Y%Ѕ͌B٬tf 2=Ztxb.luKa=Lweo9LKܮCWбJ6)=M2cRu<8>p{ 齎)K%13vh+m-ߜ@ԓLW(H' Kd<)oSqgseȶ-/ߡq}AuO+z"U;qx#j,[~+l4XU <5 )% S˜N`k`0M0= [k$:+ѭP^c^Wsɓϒ+N+eToJ azCj!{Ϡɔ ̵᧰#8 //<:U&*uFMZy$$vv9N"VPL1{=#U%NQ҇&CkCMbwv99 ,qBQJLࣷOqc.s_eƵ:|@褤t\K<]n|&uM&6]ڪ cڌ&-fY x8d*8{5aa#pY/k|l_u \VֶM3S 4 Lr>\9ey)r`}=8s%-Y{E4 jmL)AހSRS*/ c@ G? 4neʳf+3_8 Կ5)/ƿVH6I\=N}h׹T7>-1x+Frvط!mAnH(k,ܿÐ ,PE+yE;L0U7=ٓÇ}N{!%Jc4 }7Q]C.4G%V3t/}M?NMߛt)-Q:¹pXǒzPʗ9 >#RԷbik*6j2ZN>TԨh5oI?&FŸ!QJ3,$NLŮ:|Ѧ_Ҷ u~- )v#J5)"/>O4 xZ{rzi%A K5~َ/EX}>FՀ肘Zy.%yT<gycV}G8ᴬ wq)_궰? "gk8C<=#|( ]>2`hCmk5qE빲c (;RB}LBad}@xj΋uj6']?$>${pm`QORMioX4([` C2Cg-1/ n mu^*kj8 pbz$?Vƭbξ! g ٗI>`ܑuV-ADTm~SG?k)~h 2z`٩`#:[G@rmZwIapU7`P:Kܩ~6\ VCzjP'lO~PLPi8rͤ ="Ռ'OޠxO^SMB񇜎ME)7qXk uԇZG)u޹}3$DLi(dyi2$T+&WeZtgQ`jE 3"N[IR#b?mg y)fλ()7*%M4# =t-"2 VF֔=1̃NөY0U?n.hP!D=mKJh' i v;cVh󛍂@xΒoKsa 7c }(2B(\5,:;U #:[kb'}%K9~)[/qSv],-Iy{6,ԜI C՟|KWR)ov MfiWFAxq_ߗIcaG]7thY>oG+g޹ιkAZ PU:zD.f 9NCe{;]F8 bDxn..XlAҶ']]26Z?ˌ>B'yxKH Y.kn%ϓsKb<ξAOd}S S8Pq;Q`H8)(0R'UC98_KXzZqڪfRE4m8F7 > I Gϧ @{Ea䖒˜|0N0`Kn0i =RwEqyLD^R]n#u0Z1"40*U/޴}8 [Qr}Q^f3MDዠs7bN1X\<:^V챶XKr;& Y9zAX,rױox5x7n"lg'x&?+{j kOEn#ۉPÀ|rT}ya>wEXq|&KXUh c|_Ŷ;޿uE1iՔOeХMLOJ<*?4\ul)`6$b*LDx?P{aѝ̎ݫd)"u:G{ ڋ3 T-W,`[,&C)i90Jz!~bw?d7mTU V#IYܺ; "`lG玃%*ٔ bL=4֐irvlDWy4D\I(v{{ީC¤w׸Bqh8Kn`iy QԂWED#aT,F ][+o Wke{ȏdڕV%SaUvw,sL?4vʚ+,YAB 9jX@7o5a՛&Sǽo »>Qj,ж)j; `6MHA_ax'Rm}D"}!tG++ħ7KƇnN3~#8*Mlp|= 薀Vּ])67‘gPY/@ d,|1\DQɹaH`.T#Sjv:pmbl26f!Y 9Fu1۔·PG|x]&V/5-NzkOQoo+L|X9Bom)3gd#U>6HȓdDEy,gGŌAIRI@s_U۟*~@Getpa苬-^!D5ϧRO=ۢd/>3vMsE л;PI|-%e1IdZ(dTR5ήj<@5>ƙO.ЗJS;wQpD|"vɕS)1E!5;Ķ2ݨ˚fuC+ Ha.[a,/ 8?\uBpir2R`>$U2](y 103L͎6Gn G;bMge eMtRSG,Rˮlpl_.i0ͯˣh }C|x.NW 哷1hb -BX0"/!3Ɏ\Qv8ѱY;;lT_ÂO#Ԭ,9ü^1O,:1Gpp7D?TLC77rj0hvNn@R{מ>h(َbvX)Q[yภ1XjH*%,1Ш(./8Ӥ[ܠW6! ytN 22Cq}X-?Ɲ@+&t͹=5[@ IB?,*+nSyjXp7~5H"oG3G:[26J,:=yy=h09J?#DNӽgv~!ie]b 蓊 ĽJm8Ԕ~WF @k2!Ym1M;p^}|r>#r˧7S.2&Pݏ6:d Y8!Z8ڙ4; l`h͠V #Ie KW5|݀D-Yl|.Sm Ьo}Y-/~Fl`(,glدƉFwi*LSRΐGpȲWL016v-3\ewyփBk_aԴ~{uO=x,Ԣё!I\z% `Z v&+R.zg;Y7}Vim"_Sи<=T-hu$GW QZoY۴NRWd\x 7դemPE0sUV-Dz;i4'Zn/pRy8unS5 aV {0c ؚ}Qр5VqyZl>̓Ng; UW- [Eꡋqh.hULCyBop`[/Xa4~PcKk@tܒqs%73^r TjJ h`pߓ#0هV& EMu_7$(Q b1,jۗyK'"sQ]@C j%s(`7`OG==.gS2t*_o7}~~qĴf4s%jJXlG< kK 5̓s>&Twe]%>Iw;)Z2uleQOUtG54ĺvsC 9˰-pou@.쿋C*ܚ3C/f#YO8N!_(AHV0JkRD A/ AmTa*mɆ={n/lv(#J0]LcK/_7tQ1z97 5D{'SR*K/, y@G :@f"6YLp|A9 ne3>h]9T} ,S% 1OmPBYx"E_u2A3#bRض/<I/SBTǑP`b&Gl(ySA<06\Sd1z}xv7m5S𖤈^%]Ϙ,U_'vt%2B@ͩY qXDgֈ%g{{Sak*@Xl>GRq*^ mQ }>XIu*9j)KE~>\fzA2%r@$ItQmA)7tތjFׅ񺄐EV ٔR'=+ 1jکPf3RPߛ#v>q8`Z6|Y•hzΝ:6hth_H/_;Pt@Pd=MusPHL.U,'~U °EƏ&8,mVbotf,CAV}H޵r^G̅U (*89LtSZ8@cd 4Uy=*Tc^JW]N3^oB "0MMXchQ(F+GӈSSUVJ{wtF =Two%Uުe*97CzWdW9{uH57_4:t`8'qB:oU j|Ԇ(%ubdn*o htE!r{bz^a\K…LU}*j<rEM2.GHt2aKX-%##ԍʲ.aAIƹ4׌0[fʈBEZi8/vYDwRm^Έf X7N= xg[͸~Q33pu,MȖGTA(Ut0$fɸ|> @:,.ÖtehflGzMB㷷rh!)wOWwլc gd=Gf$ݐ{sg,-8C%RunrȍHz l"iGޜ:X.J9XM2VOtIs.%14_ ^u%ڈ!OCk,l#J'#述?S^kh1XHTΟe-DP'#ϔ'ptN eX@dY7#2GSR; #J3ElQW>OY%t,X>.# }kZ{ErՃΘa _z:Mӻ꤀#~zCSbĔ1otƐ7p[~=N=w҇3Ӌɭ?%湗l̯$h ƹH_szG&˗L(yђ2)*XGuۓE>a !-IN~ީ@ m> SEmHC9(kD'Y4-![d4SB)U?[01{w+vٞ#p=Q7 +^/b/pglCLmLRyPjsgrˎתjRԟ:+P4XpIagK!gЫ1`z˲龋wW}gF#*=+{ Ȉ6/.U%GT;FÎ94ه<,=J4g 䰱h*xIU},yJQҒ;Lwbs̓SׄOFZ%f<2Ւ3M9TFY AbH>.m5ËV-RLSayOƝS-'ڊ[ȀIBw o*|ǣ,js N٪'Fܽvr1'EsP&o 䕶{k!.*#71Apjoizд./q;Ab\4`yTm_98*&/2c1d-떋L?4rj|Er32RWXvp۲9NKy nwhiHC%HO><cceFH{ijhwظVJy dT;5IY%|$)8 ev,G(Ph]j5!\XНibiR﵁+,i=uEwiiF)x)V2vke=vi hZ'Pphd- \-hcK8<Νa8G)ijl?] ˼տH7ůzr}TGG-r;zHsVc=Y鑢ZU#ܤ{%6 F?A~٘;|y}9#mB- JK[AQF*Y* 0ɞ[o>7/d?m`ccD_ hkZ;{n[Eu҈нǨ^C&^>߸/~O*vvՍ\M^d,I^0fK]hiuA^{RA<qFr6{1k5Ӎ}$D S";Yu)%X5WH,PeWU~7әM6WOVJ|d_4i^R=X1eCތN);1"wkdzvLpC8Cº 52{zTIf^Wr `S=ί w$zsOQYy'03c MNXDV@/kbv]K{`FʟDM(q嘧F> MR 5iWJR2癇yFzQVSNT58d;ˆpJWj㝄XiiO:HYG!Ls'}fsU x:ߞptdw|yn<4@>xo||_9&ThG&Fԯ]guMwڋ~^E/$-<;wz|/iVL1mw|[ !(P"Qݐ$ 1)TNL< HoVPѿ E!`BꆏK}.g&\m_ wn+NנӉ3L6 ( N[/&#t~φ"?YZ@OiU,9j-+sĆz.!nsM_іm57ua[?>2Ρqkc?+fr i+\E(t ad5.NKǗeU!Gֵ2üT4= M#zJp'T^x*5AU)|MXsľLZ}/y&;?t6V|YX=mO]*PFﬕPSX?oXq5PDP# TZMJiYc’QhEE:֍Ts F:w+>gu(|tf`G~<2dKĦIR+tH) $ݕ`FbM7йbю\_ ]SVbM_`Qr$/vqixɦ8l)~SYEqu2/lP-.iLD )o.F.!r)UwMtg7j}z|QDvG2?_ħhc!5s~ N2H9š pT$`\'$E{ ˛UBd.yI2; SBAwGa@%3<u,0 kt {U? ҷ< \[[7Lq*x\jP!Z7f,3܈~IcD!Y<޷'jcv6OFڊk'XC'^2}H:=Zp\f9*OUu5WOj ( iu{~ L(q~JERGp@  >ʏ}/RLETabl]G*xVu zYLF4(BYĺzYq4OjPZNl;,߂V\P]&4o1(CA}ۮhp&5[w bk'ZbLZBP`Z/J{NjsSZTaԃp8W2"7euWST&բZK_ecXwpX/4*0zzؖ=֥NDlyËE,+ ynVG=%Jע9u͐8$?r[yA(|2A\3Qܜ-8kQ4.RhDi{NJYJq឵mX7ɇrYe-T} q /yw٨y `&Lt@=Rѹ*}=RޤDM}w"K# *hAzLE g`;cRDP_ L2ݒBkYxX * rwv^lw6:hC#F&vBNbs,h"]dUu0P0y嘫;0SI&EraӞ.n J`Û<}A8HMubiA8Ժ3޺G3IOس ?3%tU[|JKG[*Ӈã<&OOĒ3ꈩZԐ1_ʄdw|Ad?Uxn[JHKO88ŎMe|?i[)}dΩ*d^r7eA/g6' ݱL^) S iO֡ؼɗd,<(Y$vkDŽ"{qHpCAS5H2jktd\2\V=6FB..RUp<н1ކ;mbX@!Q)Tڤ=(,~8a_xs{ lxQђ?J"N ~F|!юrU|kGZ h*=VY:oNl6*  2!ϒGͱ h.a Zy J3,v|? ǟ{Ԯ攌8Y ܐ8Ѵ>kl>Г1ĬFTR@W-TԁUU5%B1L 7K's xl s": (]SH$R˝ T`!`,&6|!zj";`r5>, #5ᵍj,hx/E9m0J,NE_:2-:;:ݗA$nWCcx#kh5vT/!UOjL4}z \nNsExp!K9:;*@Mqj/w-Ӵ5쐀 ԡs3DVIU[uҕyEB\OzfկfRhk}J‘/U<~_of8vXo!^_ *by/TZ"ד0!'E\zG!^*`<YM )[ !]ʟ:) Uvi8xsx a3FnfS62ӽ?^|A/c#<ٲBܼx8 J\B8ܜ cyb< Z[e;ɎNXfZ6qrX!&=fDWkk^ZN{ ]iHʃE s ^|MB`ɻ979L"fepc{^8NIGX@mKC~lBr ] 0}2(ڕtzZT@{Ħ_Iq"Z8G-0%'nMw\WqUǬ7`18q!_3q B2kMdžFj8;ieko)sm@3S^ lA27؆~mtK7* Dg3YbJw d[ks?cb[/D„?mIT>Nlq! B(Z7KQ6yf G[&GH +}`͒L[pB-|_^ҚU4XX V^e1|&:$  LJ^ᇙїpdƀ'jl3ic ]YC;dև%Pf޽lrm6Jf :&ӗ{PrlrJ>R u';b ܌X7ʅ1mlW0r68T:rGOYq~3>%D(h|Um Z")6C ~ t[R$k/[܃Lx5,sŃ4N8ceCS.޽sη C֗D@X suI#P}֤T*꽰i_x30E#g=:t-| зz`cv5 ~xL2v)>\g{"v<ɡ ^Zz&E~vb -т"s@pll9x㨗U֪#GmQ_^z呞 14TQ3"+yI {B2_݌q)Jb8I8yk}r$Ҳx>/~ M 5w gRek]lp3ZcZl]n$VDv6(SD}XǵҨ4W=xVvGyHqxF˹e~ UN[[Y&7S3;s!a5Qh RH4le2Pf5+cűVpsQ&gfUqA;JYiOH$'}2^ȉ#u0$xNF%䲈ReB]˫@xVIwF Z4$Cw MN*.ܧ Kn݀7V1@mYЉs\? [CcA{zcS]K/o6 &pd4wF zi8tv'K^2gg|z 2z<$ H%F# H;۷E̘[(p_^Ir":ޘ=/d'g}OI"D 3Ne'~Tw:P·:|f*՛S(*`sUj;f*hu{n"wGDsٗ/XQH? O$j>|XΆFkPB_/4 qmY5΂iVwLܴ e7 sE+'28-Fp$ݲ_j-wm|b0@7LxRQuQL}kj(Lb @nrh{=y'zGԢTj x!Z@M  $R|fPuIwm'ZŵbLhMt$}*Z i݁aH%ɞIe8EݬhS򜆚n@ n d^0RQ>֥/ʎ܂X!asRdFs(slpIUF883/-UL+*h n/KY6:ݚC9{ڔI8~Tp΢@,fVEIng7)}nEuLlxb`c~ _Z|кu ًkmI皀g^/sjA/WЯ,`Ɛ\!]aB;{3_x=fUq#خ;^fVTW#(L@nFX?^Q{4.SSdLľHK 泯l/wlYY. ВC}26nA9 sgAީΔ:OJm|(iI42'4(R Knpf^&Tl!?[`_Pr)|L"1W)N"EҦ8IeEEjx2#J0+>y07%jN77`KcxZYJ3jl$h9o|.I*i`/.X7MvcmJ''loiNlW:esɞb>Ő9gOnC6wF%8AV2 IL g(7못KY*^:"/ a߷hsm(#P[ ~tHz W<"D?)rB'DEmg:@b?uEWhix6L*P 4gOuv~֕|DLDA20gDh]:o+p'^FeDvC k)2u`Q`0 L kop@^ ú߹{cIc# hWG>@`vѧꗀc5SOΰ&iWQ$3|Nȹ V:ݮ{x-8TiN7~]a'-]bbg.);xrO?̘PNpOP[ʁ%DX qΞA'JJEQ])>{4p.(8 ?8#w }$ګ$ qΔOG _fJ:g i&%Z/Ri|yP(IyTRysnT%T PI'9E[/-G'TÊ ʆpql'R8:[1B%sؖtVܼMǓY,Q.[P 2 XI,fFHWNL  RWݮasjS`Pg)F \ H(6U3LQYo [zaZ츠sq)gXr.9kIʌ%Z6e.t!,py<7e(^ uhr(䦝z}BG8 hd6 _k!ϳ,6t|0Ġ?azjëۺkDxߘ1YwoFp:Js1nkM)[d/̔5('܏  r~I ѻaM.߷NY,`m0/P\m*&7f~౬+L(Jw eK_qI]#O 5GMb—W|Kf9fO󪓐Oc8ۣ8L&{G/mH>=鵗,8 `Ⱦ\slUZ/[Sot3ze\)1tHToqkgЏ l+'0r8|b;r+%?%MA#8+Lz Ζ!@|l>('o| PPЫbLYo︐WvRr?VtaUtOH-_0p9ae, E aST8'7D)w^ 4:K"kxh8Ȏ46rJv#E FF#?x;͵O}d. 6Su huC jBЀ4nOjT,:k>n/=`d #‰XwCgtaqlv&.:,sȹIZƍ_rs6;ɅcPNC{|}N]TRtZ<<3vҚ%JJ[&WtCXzXuɒmxP fh.?UPwL'laPMj:$Aj ٨ = #m/W:hIB F&DBڪ.P~z-5x]2!+7)m5Y8Qd;NNBp ׃x}b{) ύbZ-vP^9"Hl׋ Ӧ6ģU >n DIy™Ku\3cgV5|?0 T_-Mm9)fqQ> :*ՠKU]j21 #XR+CƢYz+N6ױODyu"\γ] cjA'px"pr[+oG=y guj1Bȃ5G Ph9lA\V ?#FӮzԦ~OT~[+3zY(@SíL#4'Z\-p͹4D'L ]?dE~y wUDi|4dA(r; @p;/NB "B?51ɎdHd[T'%S̮H7BA@;_M-D5Ւ+)ɨ -"-dV/˙.{ 7 -Yc8k݃oŒ!ɟ:bTҵ-{#c r " J_,Zۨڣ5)!i{Z<%idLFNL'F>fM]U(urkD ht'OTZP-$YAa, $ I}YЩYU?>`ng@@5gUuy4f*DƆ4&3"_Bk0ꈯo<޹lhHɄG@n<~Ps"CC,d=iN 72tW/Qc Q 񆄞Jz,I.nSfRe_'s{aU5š5^ {A1 uf/2xUx5"k {}?v)IVA$η ΁ϮFAm pUOKA~%v[*Hx=("0WCDxK{Lj}}*WG\8Fjh=w1!^Q+`ވ5Tg+-9ɸgG Z.m7:pS>z]> loM]&*ڛPߤ')aDW/BbN*;>~V ¨܂;WQ.YN[%8 !HdBEe:ՊlY6cL>ɜθG{#D[x>~Q@u'] ;]aCzk79~N(GqJ+[K0[V3=ƽC+ذ R4~QU,կ*@h,J TTxQ{gԼj(z7Q!K[׽wuVņq9d%쳂Mo2ѷ;,a˻y1_g>oH0$oa%[rڽֽ. +>5kTUTI ن2H +q$ 3BGfϚIo(Q*_uQL.ƀТ*Lڀ^bvq)4)oǗZ$-JН*[)50?7XŠ"aE}XVL{Ä`Iҋ_+ PHA_¤)ʊ% Zংi(v.{4۪@`/q-,BIT3{kOĖ ]C(1 w(:In(jt\W;6ߥ˻ 6I,N3ܢ6E"8&5: L3X'=wGfq!vOd G ʱ^/tr|37൱4:ɿ;LYMm#{@ٷTj?-nhXR ȢLeO^4\3ޓOf` 8La3ge#[ʹ bѯfTa'yj=Y%/Q ~~&ˈ lX5`r,PAiT9{VEyO^/L/P {%lk-qWOLJ7 (gWK)1|s ?PP3 S;l K[G9۶&^22cWng9?n%Aΰ yV^WF.Ad9gmTaǞ̱a]x[7fotv6v<D9CxrtG sѺh:gZ\ U J,7Gt/Sg7gjD` ]@̘sN/7Z&#I7svJ}j4Bֲ ҕ/n.ɸ" ܟc_P V=k)FDbs{Y=A+uKDL\#(#Wskm{ܥ2ִ]{e{#Hrzf&}BҦU.qXIBpvt'HPY،CdBk +*VȞ4?dJcj]>8TZpG~ Ț3rӫX9b`Gz{KNU!k4mH FE7F~L&FP{ku[+h9@l[U]L vD?OŠ)+ \a.)3_Wg) ,Vw58x/h%&@)"gojWysGZg`CRy7=-ւIp1n)& WIwmHaX<I3K i@#; FBȐC=1ϬGː%^'E[JὌ0#Uf&$U1 o(k[B̦I)I6ɭw@؈}K5]37ۖ@bmA M)QIUIu/i\guG-q<#ȵƽ 2E6)LF{l6;|;®n- JN:lˋ7)wVӶTZYޠo:ҕ0#T;ҹit\WT)c;s=ݽ xx'Hƃ*?yHj!\it&xsۜ]oc$GCxAv'u n_faSz@ xCa(LruٚVeCͯʭ;ߛr` CpkzE1YN0+߼u@w<'?6wOLr+ڑ]Cw dA3/g$|O{Sv> uk9|;ea{Βp (Sͻ;>C?>OtYΥڙdcJ $L8xK%[ ޞdBC ĖQUs/N']qE!.KiSˢt%7gcEk\"kX}-JX [%l0Wz^{=m%ak>2KF8Ίmbj@R\ (,G-FvdgL1{|6;)-\KpGV噾 u9بjLjl@"=UƘ叻W\DB^t5ր'3?q[p=Sc$1NdIgx^냙|(EFf28si8f1~OhvUH?5ꜪזR$قKJkj+!xS S\F6vDN^Gfr'&bVY azǦ bvPWleN`-{Q,,l$M H'I((TwPa~@>HV_Fs_U817]!j q'&]r]`[SCd-\A2P^y7[C\nkʦh^b3ҨdDW5j)>m qCBS%bD|}|ЬkJkU>P1mۍ)𗵹Ϫޢ&WPD~An_O.6RiN/94)jaEΞ@a+nR>ş"1-M~(DNf^sCa?mj4i݈ПX Ԧ'1)"2n;Bt xsR^?wso@·#o^7|O?8zD:jX0We%zZQ|ePRϊtAI2]Ox͆p ,&$E&9\wI<幃1G<׹)r[ڹxJ'qn4wuIXJ\E'cRAđEMoHCh;lUj4[:i@ݾOKx^P/?/ i+k"rceӑeGTpxSN_N`4 !1 ;%ejҋN~Ӭ*p !lY "sdCe6Jg9/_& UE/ nG(,z:yІ"ۿOʢHR|W;]~ݥhfHw8S%񮽋}HD~0K \cG$H>-^r u6utmDA10"DlΘT'O-ap!J(^05h9Vy:cY#4L0EXFS׶&-w6Ұ/q9k D \?k8'WpTC+.iX2aVCrq2FEP~p t9Uª2mlMVc'_]:fE'H5ߓ!A`d.,~'w\R 1Ul[u̘~4_V<2;ݰ0!hPrӔ"$ٍoeRϦtXa98m yaXɳcOPOF[/I $Ҩ?tYß,L'SIT*⨇#sCdE2[^+,U/MO- a +f:r#e0ybMSt4lHI::z'֤xz oPTG0"mmB*&R UY#6Q,9:M|7z"}tLِt1J-۵-.5M\\,ggŚi\Xb`g/.}gĄk*}Sm*E^D__B+ՌcWmٝJάe;fJPjeH_~oqqx0 v:c3F(&- }9t`ސnWUz fmpG t="'}惲,=>$WXL/>('63L!j9z4*tsV,B>ڱ:߽]IR"J!]lnSuPeHՋZ7])`Ft?DlG%>1˞{«_18~̹؞nu^߱y]Y;OTu284RAe$wG+eGIܫ[Ido%CgKSȐ+wPPz" 3N S+:]++=QGEqgkrٺ@fTxK);~C)Ժ$-#NL(wc@V3#%W"P 3[OH"]oZ:&$͏ArmlwCNȰҰVB 6FŸX"n(="=L޾ tyjb[%&Zɩ_h)JB+DY)py#]6 ܡ(m]J)ٷG."mJ |VM:[oʙ 8I(:TS }g]^ ӫe_Da†?)Jp +|dj, 3%+1%%S0:Nd ~hr4L BY7R9zͣ_0\ @xo6.Uj=ch  g[i$Z9Ei&ncsK*ơ[P]=k -@7 . {|-׮>`7OEјIϻ +;bWw5M]_謈&.vz9(c3C%9 HDIS>; ٖ~V{̓ fvxtLA@2;o6: D}:_c: ғO `պЅAz=>ݱDSҫ ۆ<8{nq@EKk_\p /Cq±kz,?yd=ĩ-e?fD[Ɗ+1` KF F Ϭ_T&r!kR ׸4 9:QϘ7Tu z vQ@aJ4}qؾ!@_n4)C`A~Xk3|hdn{je/cpX_@-MB6)nbʣ_T->0b[ d RT%,c`< iuߓ,o~ _\7546i,3Bw)icF7?躚UK =%ޡ*CKe D?@ApNM#~ ze5WA NE=8cQǾRkIe%ѳfͼ*l=l l7VNnLK˦K=\pj2{|&bk@:;U*w+EiÇ+(W2RoS¿RۍyŚ1{ZZ#NIRv(:@#b1!r#t~|ܢґti?PsH]{;F ]VJG{3kAgf>Q7}?vܳ V_<êP&3h9e08{?Tv#Ɲ޽8-~o ֳǐZ 8xl6 d:r׵VS- k>y56LGĦ2:.BI{mi8s"Gdҕ VpL9.j1|.POQԁL͸'˷`HnKaς7{hI崌gkaGrS2-ק:hȥ=ieWxe9y[1C;t)"! ˀ ,hIⶌ`bXWKnrHPZhEՊtYk0i3ůxGנ|Ţǚ@Ao1v˹KmpM̑hiLO/D4Dd/nȜGXwT<O8f)ӎO9yG`U+x!JXp'%+S_$";}._ŊG$PP/b~prї3yj?61šيI_(q,G-},!f^c~Q0K*wY-,\≢jƶe6Ь'U *AȖṕi b8X%ΔrOg^(ˬx4 !xY{.?\lЋIacӵ ;Ba˃/׏Li#%/\EE`lXGz`9 L"U϶aJg~d{_G'qaː$n=TmRp"Y&qw s0hSR"lG~vn0쀝㾴n'* %o?5!%R;[KJuQh0ZN}bڃj.ޟ̥-y2ѷA[6[|9WSѥ]a䑉1͟Q\4 w v f {3"=4Ǧ(̷_,ԸfijM[CLJ46DkԄ$w%m6@GDUM[fp#Y>RP{ y?x~)8R ai,NG(U1Q"u mnUP:>qgWw1wNZأc*kOH9Hغ.ܴ()6l:zK-&6>ĪzS]?D_+V-In9~ndh;'S_r,Sb+&~py2rE&@d޹RA=]_[]<%LvM dPN->^naδ*J:2WY0nmL.ltS'Y_.emVFz7u:˿τ~NIc\Jy5{[)E5&Kƾ33(Ⱦq~/؅ :jcri+;9֊&O}v mG/iwB#c::֩Y<<|!r+mӜix*T/j^bfb+VSհ=V7ꯏ)( ẓy~$kи@Z$>qQW ܇Y-l`:3=Th|L|z!w_N+)x/yJpLd$S`8mY>,``EJR0ʄK:volH~Gm'\Yړ#~5zr0.GJ!E3MgS'[ rZީc`^gU)U!}0;%WVک WfBavF̊/׿%_00tUŠRNl}d9ubM8IJbo﫫&Y|Ra3ܻaH϶LF8|& ճ(-(?t#l3-G"Ovۡ]Ӽ #aR;ʕ <2& iMN OshZׅF`ShxR5ǣ+hfj4p Bv(=_H̊cf-)ұY']Xe-V8\޺B"k\?O1kuG߫3s4Sp:* 6m*- ZT]~|Yq]EBlEC4ŕMB/tT8(W0|:5fi!pyFK@dP7P{{^ ]Ǻ1z$uJ3<8Rz}Qx- ̸> `mne47W,OcL,^\ι_ٖFQ |AOk䒨TC|8v< M9^leO4g* չ!o%䑰푙D=Iծ<5hlCihX@7WdRj2fީ? oXwlvzg"5C"}қZ(it?eʺTe`' -{IóeXK!]gVog: PS':MzعҦm$ .6u#Ӵo'w/{cLZ^m>|kQG5H+IIVfٯ؉[7n] 3e羡S.gQ 4'AU%hZ$U *8iǒ5>ō9z 7 !2/X ihra#u*FpM z1Q}ܶFx9Y ZzW J>($0:RU?7[=ӲMEFnPI?&;AM^MFꑄZ|94tY }}Dl$B)Hp$ :D;w$: h&!z8TQ%tt?#_C̛hҕo]I>%?5Q7tH8PnQRJx3'|FNLJ&5@wZ*J] Ȑ-JAJ >y/aEI/őp"ܗߏ#RQG8UŠATg#s7# ;DjI6:' jsGo;U5ښd-@Z`3& O~М<׸U:B+n,D{/a(ij+5;t2g70jl3ie鑧]DKJd䗋#?u8] ,r_Lj'X1A7i{|9`w]46[l0l6ZdIeX{Sw Vӵ0{kk;D!'jgdf@W) ca^Ku+Sޣ󾞡6^ rEKs] ;i. Cu a t4{FvT(5Fkծ9lpBN/r)~a8" i<3a.zKTةzVs $vnEfFo) T'Jz/?{bj̱-9:/ŗPOT:$o`eb /EzVAyݣ9J.Xe],}:TgQS 8_D~_25w{Y1I NRU,bJ~D &}r\w!E&5zU*ga 98 $RKCy/53|sÎOuD7Y4O4*gAhC% 5{l6L@ɮڙίhTV#&%@T`VW#zHk*ڙph y0]G"$beVp\UaАJ3Al'C_(cH.lVDr ɀ 1V|C)۟b<-Evu[vtu ][JD] F*@gI{"]/`?w}Alڅ!%swy׫y`u ڄjʊ9N Pf}D(f˚ߗ"QU>X]Ś&cpaJǡ=WւvnG$Qq֓h<ӕP=:{^"jDQ{pcIrU"[߂ ξm(cg-oƈE1gLVJ*199WގAK&~5)S)F'Mz^7-Ĥ?9&:٭'Afލ_؅ f_PgŃWQK/G)a\En$ˮ ($#?])`6bP{EY` EgFwrigimZJSG1Gu^2* YGR6pčTCrRr&P\7KVw#a?NE ( o DSځ PTDj.6 ć:7ɘfmx'FBQRp975m }hZ0i+C|P A:*jr"J {P`P9꧘<*ZymD;|5g= #H',T̃ss֣͎T3 5;ὰ5@qڻT^Ȑa'j,d1eZy\b'2.O8nR^2<7 lV|:mrn.I<_Fu\4-WM. lna'*V6Z۱vɵv4kg5#LK6adT=u,{XLrd&=g/#,w S6Pν{Vx~0^'{_cg'S/q0Orǃ X<~/% qN^yA2@`3ܾS!Q|Bb9mFԓ\4r2ˆ( W]9?Qv"6jz? c`r WGgnM35m-+U{P";QW Ч6H4ҪcK[W.f<^G% i^NEYXWkVG2_Um.O{?DbvW;Áe#J2ǪOi| s<)ñ[Z}xo[WDɘ O= {k*U9"uI"\T sHF-:1`i`LRwbw `]-ɱ̵D&,=3,٢@Z̪Y8;:&΀A.ARvjjoH8$ ,!@TyzF1rm;I(!r9 GA$e(HvX;w!aK(Tҡ7j@(#B2rO$9ޯdU^>#5YXde &q5JbvA(gXQ~3l ֗s0 TdTJrbZiGf]VJ;kr۽|0aߦc> KQO?OCPg7%hj hus`\u19[4DDotBKȾ):;J8彑Mqo  iH/aB^᪍r# $DbѕIZ 7FPw`x ƣRxO5TU`kY|eιB@0~sQsZ{*n{~=G!׺Q"1qO>sT][[LTcEc+T,Cp=m#N=OFվ"WL MhSG7Nr,҅ UqXŵ=\ƪ͆6K;$bmzU Ȇri_?u6R 5CmMȅVZ?2?N[v=7;I"=Ǽ#<+V6lqӢ,J9a2Ǯƣ_s%N9gMOW [ж4sd/+f}NʊUQWUѨ0y'ܰAe_hli(zt&p~r^AV[7}D9՚XȚdviBI$WZc8^E@N_[\beQ%y1tcJo}QHd.b ZT*X^[UI4Y>Z >lh_oU):oKT"zl[?#$WK͏[FxxrnYLs酈O:wezHBOg+t+^K]҉ Ҭ:2?(q*) J?!*p |E!] 'hry59\ʢ?QDcC*@5ؓU%F$€m1?`ƻi`iB|RWp`4zڭC(D!AyBsl'ŶAPX{"s~O=\xSLRn/, o{)?ԞdsWC6 }<@\ cۃ+Nۨ7ƂYCҢ\s,~&*Xr5yL&i8ÙlR{ 1h|,¡B"`Ƿ`qӪBI&X=#r- q.C;D z4 mRzb}yG[һgv8!Wqv''x;ڎ V:Kxsh6'cXQrՃ]!}jwGIn>J(0tY)p!܄J3Nq;>AE.߆tC~] wFgSK9qavJy=J3=ΎԎK1_q1Z&Ib;/& Ja]6H^Bͅ‰+,zɃ=<,&eNe]T3|IŪE,i!m;Pk*CNtJ ]'Tp8I^9cV/U>[\M>xpx˚G{ڒż2Xŏ ;/HK%Q14IGR@[j]wC=./?(SNĥ:JETŚ3jK$%)t CZ O69;SD[ vekey9Fks Pm^͙JcYT󝲶'~]*@?g.w2ၭ4y7 1( ZNXu`pl} R Q l4+{^Yn.G]k$V1MCٙTm`yF黋L@;,<_[ON0H"286`.s p >!IdΕ!"玵o#!'p<+@} M:,& J.W\~Pd )2#㘐>_WoPbp.t5H萊T[T^Nk]Vz=_%D(G aEujpD BIvЦ%jRTј5REUV-+:f JikVMNg]%ol(n,tK>Ma' $ ]+ !2]*Bro(aft :S-;0̽ VùRtχES@-M~)$qs@PѠ)Gbd7H+~9GC'z?]Ms*o,=zM~UE6m&P@:'@",juC'zCm*~Ow^xX=o^*) Ú;圫 o&W)&|\sb٬L^Â'bp$'9֭8Q<[WArak+$xV9jV*ɧ5xX8%jI耡Q~m_"dV*D?JwD8Dn+@٥1ѪRR{ lNiv3ݦ{ Iia$/2cjilLw񏹭ooK#@͆kx|""=b̍lsqu1Ԑ\̗ŤeV@HP܉fa푟 _=Q6э ը!C;@ Xt>81h,R!^$ C*eÛG|sHfj*d_u9m{k5J9\J )#<[LɈ@[ՋZe$f~nj&?(7ոTOsJV[تs$tUxo7ʯRbVI\j y%)@D5\k`<[Ѱ"Mb+a|^tDŴie(xՇ5EoEˤXItĝ6n4tBx@Uryt~bɩg&y}ĈH},CN9Fe^q>HVfOZ5jmF%-c;gl^ XUl0?qD=e# ,i;+qXY(<":{y˔3IIJM6O#ȕVPZY/eį}ѻ &9R[e]d\xio Řr`ǚC| (0<@@17|ܝc}2)9JAAOa]w$>^/>jkrn<g pWLwwVXd؈5ax/+rW(CWHWucRȄP^sYs#v)h&(M֘;/ %t_SKA $yVB $§kuESuVK_w-sDӶh[b'WSeJA&tjW~?%̂, CiU҆5'E6ZI?? m5qb"yӴ;J,Z|F&]#LNfܠ5D'4JROx\}3iKpr;\݄^È ag ncF"z47%y_D>45"a>C-{f F6 cfBe} M6; s&,F2kp 7ԪxG)2Քy(aOKnICXBNuS $)V~A%G>vhc*z^K !9#*1J<;ݦQ򇍹vC~yHGATo>!%V"/u[/gE3EVuܡ*2D]q&dлn2B9^ E3@􀋷%BTNW_!WC!-(R«j-sVCFB/i 8{ۅ(:|#n=^iZУb(K9qIS?OEdG2H 8F`_ Q6{N-D fcK2nyIFjgEH,Fru+3E)n>L|P'g,%^Ay2Ѳ݇3}E0_DD$G#$npS64aht KV{Џa DDO#MGk`YJѿ].aA"(iM&KshҁJq˝ Jt5Wjq6HqnWQ"-R);2O |WE, oZ=ܐx0@cUE*D$H/k_C+JZa qS\BeNfFJ2DpPa΂9~; _U fH "CxSQw?V>ӏn#i{v/{>ës_9[!{;oS .#dF\Zߴ.`#~g_]/Pw3ڲjgO:Va7 `@Vqw+ȞPkc#܂Z" S~EӘ0ZTN J\( Doaمz1!4kUc3{u%"黁.R(lî 050ըzMj\Gct~8[gZ,|M1#2 ;s~ܞW[Չ."huRE@4rU :0??e/',5 ?w7{Uֵ.Nn B% *ɉ,磐*籥Gc7Le,U,:5(ؘvo'f})Y* 6Ω" 204ԭeEէp>Bfx*xLb'= 5 = Typ9[4K&;KNY7_Nd.V(ӄK7hj  u[$۟KYDZhp8^/<1f\ JˎSgT\ĺ֡ Ð od5OSX5n,"=:uF6·.Zp݁rM57u{ўcI9$ckꑙ\u^Eܐ M/a$}g:Ku|RVq;Y.Jv)5-zz3_=>%~XXʖF}.PY/rzg/l~\(ŀ.Z_"_ ){D>n{սzi?`#ލjHun.$>Sr4Qt3M*m$:$̓=Ӳ+Ùt, '6 92ލex'&m|AFzoMY5Gv _P{=q5޿;$_EES=9C/5cTe6n·C'ie|{{U(rh5''|i|ʴ ёS9Apo}nF x- I~ ({]%eFV@Q)^ro}/`%f Hq<, nד`To#`|(l,D3Fgf8ڨ_j Z?$%;&ɩK6ªz2e+AZ_jJ +M 岑' hOGl/]<026 qr>ٵ(2[^nޤ#ڭs\Qv\tΏZ>k2p@; }6ʎh X!|?5g=#\[R\@u_(HVY6Wl6!8!o:e4^3\|۸ԣRQX$ɣ|܃Vrh)d.8+nG#"9.{;v]HIХ eWB1-TYhSEQQc|ttV]6_Pe0ܘFC*~BC^)KHV|@"+˃=`i^TgÙAp&ˁo斕c~)i([7*oFN!8rPɉ)qYb3Q]z95lnm:1( ㊶8S {*Jj$,ltĪZZ;d Ͷa,{6=԰I>LhSHy:*jjr ~!|Vgѿ#(plɖ==cŴuq`CL@sNx3ɀA4_ʀE[?hthh6G$<.$U2xsKEfv[񻠉䠏j~|hɼvD#@dDCQ:ң5#hrOܡOpo+2Ez1)UC4x*kXTF^Ő3 =~0(oblr%l_[a+a\`?+)gXYd) pOJDžI 6)>"tq?e!ox8~$mRrD45zgeD  S_"UKDs4 fL0JAxn͞RǜABXaT0bϡ|H~:9/&8A=b;г;}na e˾6_X;'xzQŝBh's%w2TER L&M >or- A]oBWI\'l wtgǭiNkdv\;ziWYuVߝtS$(bi^X'XAܾZ eC/%F_mMik?@aBiN{ȕf[1,G|UR]CAp2;P_%7`^FtP&tG tx d71C,+W`oA+qN\ 0A1-9;bZ$[Ppk8򈂗P2#hsLv;rG0O<ڣ-'ܥY¬ g_z̥:_y?bwg_/8i)Φ$J3# VH]R&/=: $J-J٣k%_τߨ\4' `ZK~NuKHU` Y-ޖpA>j YFsM 0d@U[q 4T`>t{h&>ᯎհ,py23&BXfxҞیQӝ \'ScG&n?g4OYPE0e%<6K+I?sY9p5@HW4dZئiU@O Ob[KރA=ozxQfCmioMi ~8cT`TYd,cK]0Ņ Y}2ϒBeduEƢ Uteq>_0&ARXmhbq woKNS:Q?^/ x,Sk8ꑹϥbsZ֖G5`)lЛ6Uƒӵ_*\ʓ6X8Ⱦg QqDE4h͊FRdqC6S24JaWs z}\o,Z8~gvDlZn+Ҽj$ȈX$$W{T:?2-Uy^.']`M"+?UP.l!d&J%-;|SMhKؖ7,{("UH&"SsRa}grj-i3 N%2E7g*8 iw`+<[ԒWl F [wAKB#bX{Î[pZrxd-nY n_ \! EJ-(ܠ=;} \mOk?= pLc.&fzk3Hk+@r6۴_7 75|0 ɐK >O(Қ8gެ8!^Gz1(o%pLλ|unn0QjILu5lK-8 ,yݓݥT+ɕx&nR9sƘYoYpD.ತjXz1&*K{Z%6+{wvuZooiVqU!.5[,؄!|&8Śbtwq\J=w @GiV*FJv'ɴ

uߕ~%@n~17 ݔΒ 疩{Ir]5ˍY_SOL@ ;+l=':ڋ k.|ếxW)=yO34;Tc;ܽI$T:C[*[RdMs$*MMn猯ߗP[wɀeJ2X"JxUMS[l-X˪LUi-D +B(BK7i)~˝7~a,`RVB|V FL0 +!6,AYZŽܙ=-{!n#'*yq`~%oU@ EhGE93FJ\TxZ<7ݧLw֨s ` wn=~l([/x؉e%gSCnc8g$B4Шoʲ-s[V"[pK`:9d%+P롿+bEg#@?}Vmtt˜2w $Q#3Yo;RoQXm˜(CHZJJU"@^T)Fߵ#5xa'Xmܩ@ pKi̽}"ilw6H3KJ':V.Ds'u:}:W%pr+ɣ5ȵV[AQmT9'g()hpkK;-4[QN_@a>"˾g1@iWLiTfDDxB]dũ#=_Nup+R#wl52cG~K)Iar7E-q> 6!5? WPʥ``k=WZkk`!jxw~gzII$:2|mj;U6_$b\.# 3x0r7hxkopMŃ >!THvoSƆQ ݴBCa#jsEK2j4Fˇ+S전") FA ߅J]jJ"޹zumCNT=ՠL[eg4 #u@a=CCo5o!b#:㷞f*b4m))ڼ{lfÓ#kji[5E|4Iڴ]P7Zt}0 l9>~>`(ˣ*FW]~wgS&K# YZZBY4 hU0^ o6O*O& xv>G t<?6fPdlRj|'zN7̢&Uŏ:(\ V> 4lm5&ċL:d^(1t+d"0Ů{r\>9Q%đ秛ãnНJ]&3&.*ޫb5jxB"y~_lc6𜹠8B7 WsKK|ȑ.HdDg=ar5M S-F{?[ +:믩\n; 1q!BߢO̮2ř~GCvo]*_noDX ؂` ߼}EOK-зݙlNőKSMlY!mϩ^k#Qq63vthvёfAZ>MϟS=M"7[@pTe (|}G`45l2qH$_/"NˎXZ>fp`}7 Q|s]ɹw&+R)b+_#Xd#v#uUjs@ }7z^a>xu-CQ*ma\Nե$ŕ=:sŻR%0@;+GV W2\;f-rm޺^Vdb^eMׯ)k#?Gw} j| \h Jt gǍwXLj'%n ؉vðyyڀ-хdxj2Uu~a@,۲]vLJ7bz|%qi)S.q/Vr@1jOe>LiAN+ހ,b)_\f3lіnT.;x$lN^QDnWzD0~pI@FizWs2@^E_SHL8u:$ōZ:$W2rmeHFZkJǙMん2gcFw4}#D̨ EX<hWXQɖHdM”f]>"#h*m!Pͽ*A$2n6I9X`8Oݯ}Ҿf%VQo?Tr~ a(ċ=#bbGx׿="8?KC*=U=0 R `kwҗV3s"'~%5BNqlHDmޫLPu_)sIzu<)#e xTɝ҂@鎣 d 'ʼnֶ*3 @7K>Z wEF>>/-n⤧~H5žڐZr}G6YTkh BapK@ δ` rDO2iÀd<2̗4=[Uc8K"\?l#)$- 1iU,ݭMh7"7s{qvR+8O jZzkthko(lU&0H8<|q-, }HKNl`$z$Di24j$uS!\G8]Kjeb\ S6uE?:鏽9$R(?<&𼵯w/ ^|P,۬dZ NWqibI. '64P|ȥ։#"M ץc}Kdgrs[nBYwvN^^ lnYqJ>o:0|8ZQƭ-Ib2zX_ Z&Щ/!}+0 E&z ;ج)O "d0B"T:jWg4 i8эhz$"\:ݳFƤ?5MQi!zi?ťIP[ 5} ̞=97a;WW2 c"kN;33 L>*z28%6mjL:KBA~ ,{ִ CJ"\9zN \0Q8` +À o"L%<@0K AU>"S$VҸiB܂kIwt鰠k[2qGr*pzN~8-<(L,cΪNm@qZ)S:eX~z/y_j4݁} r|,2aZ9ҥh&wDM :Z3 М$-Q OҎF9yaB5gM̋g[@1(vZRK&P^Góyl(o=v l]EK_RQis+3I*$\gClùa*{ eNhU魄:KDW?! ,t/$#.sH j3IBWBZ|#-ԧVc&6ui t^2ZPKZD*VQ*t<⛦2 %6J{6~)w5eMEfxSG7uWU bO B\~wjstJR j1iӖKAܦSRÈ?UM4ԛSr@+PÍ^$vTc~Xt$Xt8k Nqw㤠>_+<Q*sy4 bLSz|3a}>gbvᙾ*Q8Z@l߫Y8Vm!4> FR,Qf+Z&}J8|%th }`\O#kf%X>n4ǯӏM*IT\8Ks:9牧3N'~W"èS@QPˀ^zL`AsUdbA_%rz.)}IŒ0Q:}~?KeW[_c9}s"泍r_bЦQ3mUF͋aaQi.՚"m\kWffzҏT=H̳d/-F/Y0ɏY=Njn&Ox.:6=@Imt^|gsMQ@04̕)rḁDjN#f⦊\%׳P IY6edRL:6f/>v%^#Qb }QT_oKue3%j78E u(ӟ(;.lL,_;-ںlX2PAw^Y.T|6SHs][*ZESeq]/Ś'gi@$Or'.e;9fxHAwn2qE_ܮF@fN~_!: K-+b>J4SS@Y%{q؟3OR `%5s"Pl5|{ d$7"9zXQ\y*K,"эLW; hAceƒ7^VVqEĎ,E(0/ݘ^ww7lp֘a!>Lo* Ir1r%lP;F kʯ n{,_ؙ݇Lchl2A")qٯhiKfs}kJM> F?\0ש4֛ѕJsh)aEn#emmdY9 P YE769*UFq&zOu2Yv|Q$~A}&|;v7:P[w[шxJ1M942O~dEBOVB->"4 9MRbfaȬGĐJ;HmE52M 2|=JgAR`5afC(JR@jvLuuЙ>.W⾼߱eҬ5HyDØ*_¡jcIph0/DE _t$ oc$,Ef-=y 'ӧgޫ2hd&w[%sGT yb(lb^17lp.O0 '40B?#Օ)( |"!o^q:w`MEEe *Ko 06irriQ+$*BhI4s0#8droǙ5msWTc[mPe+Б]DZ~s'P{5ƶ> hr9<yK;# \q'ӳQ`-W,%cT EMO}< MK)Ώ$&g\E]+F1<0W#`^%)':dN$t{LIQJIƴl=6m2yEϧZ)Zt ,^o̤K( .s^|SZS*)+ 8T ;m}28ekmHyAGH1q, ]B8vk3%e)5}fb`ZuA-D$Jpyn8>S6̕X񵲥nͳJ2)v!^UYڋ\GJ{T\ԅX2 h8U' c^k( *^a?f}jmN>Iu jMy2vnް rv#}oc8ס!&׺ctyN5tFBtXG)vݫm8Ri{|B)<~?YY =cMQZ䤉1**߾YG|F%Q>%"J7wM.6J>܂!qG~_|&ɬ|N}j r.pcMd49EzDמ)"w71#{ȳ[`t&;j9 ;W薅U !'V VjE=j ]l3ۼ EMƖtxlE [,hObHL} mw=On9V4qNu͉ {=g+vww{b98YU-K=7ޭg琧YT` IfZ7ǤHln^ilL'h3UA6f¨'9> md|s^N2_)fUZpا>LmlS;)cj35\1ӰֱyqwA5%<AEg~@,\gMcˠˠfHzyq?ƚQt^ͭM[q_l?1m^k WI[WJJ^+57Pts+T&5ӲX^)nW"bJE-OGm o4]/ATϋ֖Aw7SBd ҂Ǹk AӍE`~eC 9qR˷rI7` v.c)W߻~t`ue w#V-91Y0, 7% &15?=&tR=l[-{1AwԐB戆\P>8}S4#AeAq[kd4wޅj{1#f OXa X(ogh}մ;NސB}tkAarz}]϶zp9o]G"^/4࠵>.="!%cF֖tT_߻bTDQp٢ڇDa^էS@/]E S1qe\b־ׯkF];J;QxDbIKP'ܶ;~Etij ٻ}Ԗ?;ٱ7A溯(u: ?]6tfSc{ICSwlV`c1vD߼O. d;$ ;T`,sF38m>:3h5A]̇>'kfh D)&ەQߙjt)ӏHP'w nC!.eTc8IU3:(6iҘV̉냞fZMAuy[ohĦMϭ 9 rR깢RI6 +:i֩Q8L {%jݳmcbb^䃃 c*O9ʨS{e&(a.lcNF@}M>6jt5bj^Dyw懼ٓ "c$}1͈N}X:&oH '&H"&|+$iVa?wm(,n%XPķbd-w;ú1K0=_+o-\CptާGVL]+;I:rtѥr-#; !Dh϶:%(Wg!rS\LhI@ͳ˝R=atWH4g宇8z$ǡXyhR1k;ȕ.W4Gc-H7kz5ͅb^1K\  of& PXz|R!LĶ*~2N;A3Űi]VO湋C]F&HLU~C1&ަ2a1%O!-ݼeXa:Y:*Afa6LgXe:`_ojEguˆ|&T.ʟ uЭVkT΃793yKٌhz)Q`{+4]: ׇSs>Cjo`/4<E94fyQu#gLt!N3 5}Oca9?P5e+-4b;ԙwsw9!S۵t9\L[_Bɲ@(Zwfwg&Ys ?KhU ZB+,V2N#9F-}ai9fBXtݟl avkkZ*h̽/7L 'ZWUPm4ܖͫ-R 1y7; u0u0j5ߛ=< $2KNN2 XG ȉ+b=;Xr9xÀGrsK;D )]JlmI> 8 (r樋e"Y\6=,*S:~__hJזl>wf*lA "@D 3&@! e|f+sZzEу8N/ZZչtVFAB& hVs`GIfZeb 8\B&4 (_DYEć/)9&4 ծ6 e.K*1fvqʸD*6M9tZr"Vg'1Q**p%<`4Ty cBEgbxQ4LK_~>H5_TcG\[4uTч#3`5R%YZ-d <U2:'gͻoKݰG~R3T as\ñi͔̲h(jw(у֦ԭ$tcЅU/4k((shP`S eHϓLӭwjZ 0,8E7ASi5ɽM:k53&_)NFh=@~ϩqGށAK`!$]! s"A^pyUpE`E n%z1կ~bRڙm oC;0_F¸bP .l`~K4ʥ #R kʩ {NRݓV4aL&{Q#øO-'HE4/֊&vqvQh,ZzJ'QuP_`Q䓋 4bety7óX\޺?jy 2gR;>J-%iDGiK1v@ko{/SPaTSFM,{Ewߛ_ |W!ebMqpѧ@gu#͡S)CNrfn'眇GkIcxIhV<3r=y/fVVBfZB` o)0w^".![מ?eg>ߔ#lLVn׈F!s4Cx)2=D$WwcU5clk˖\J++%1"gR*v3EFOENѿ7$ac +=nfyT͉.ȸ#bLuz١ T3?a)1lyӸ.͓ hU#rtw)ԁ'daU0#]%J7Lo<I{0iG)1Ӷ Wdkz&IxD6vu۞t!nL\[i= R,DŽ3[1lW9g零ZvHC ˇz4#Yԏsz gCR Gncw/tmŲ-+s$&Φ~LJK8)+fM蝻Զb]2B*i_%/']B\ZӌwE@T”Hm+WX& biF`zh`mMk}od7$J|0@;W$][~VgXͻYu'p, 1zsC{Q]bNK`О(i_7c 17 "h'UtLcѨD~Fk!;"PWxf#uLհ[u0rp (0IkQ}x!ȼޘ0ERU_3ѝo*+(`Vf QTՅn'zƺMV.u+J`->N N6tA nI-aMv/*˯8mr?MתH(m Q+49XsD,Vs_뭈p3͑+Xfi=, e1V=-‘+5?9wrE k q\ҳp)=5hr }%'hX> Hu;(g:^fC GԖNM-`lUG3}|4 [ WK!B JfPY!kT Js"ie{Aa顭ʌoEIW-7<5])LCc]2_rɡϼ,]AIXq^݌1=2^eP ]TIze}~O>RUl|@vM=0^.Cw!~n._ŢP~6?-/∦%x(b!2֜']@">cf?KyDp1~#;aO,SVߞ u2P歡4on)LSI҆ F8}vC*p߮U3'Zt'3{_#Hy/$%HKU'Bֻ/ؔ91gp77_QhJ\Wv([=cΊǔE)C,vl=؊OŠ }- ,ZpJ3swb^nj .g tGmcB\>%:mSL;${鼃,!WlΝa,yA}!6wɃsF!UR:NX]3wo`߉.G,bBԛe3}$~ )KvUu-hA;F` Ysgr*Nǥ)Qr㒐Z& gҲ\m򯻏BR#eO..~&o=+Рs Mk ^[V;[ sr)V4jQ +|fz+R;=ucg}5zbGgDRZL6!'ݝe`/K`POqhꓡͽ޶J {9`ݷÍg`{ho&o;i_.bL}Mw_j;LХ;[*cf".Gp#$k4dBfd-Q904 #&ro͕s7,Br_q$,v431Ē$1MZVm~:^(xOuPzc~[-lp5YWssXLwjS 6 2&KON  Y{驿fDk줞2&DwzZlqo?y{*p25i y V Fe:ȞRlC띛G<04Ķᇮg,Zv`Z} TGnfv)L(#*CoaS"B"%˛ 79 _5 b9v <n9HN@5eK8!]q'rjݮtjj8~|Z`zYzG\"j-iI NijE;[E{6NP)d{r.Ư~j% iU9&ors91cG r6bJX"}TfA)s^S1mZUo齳-])$wxʥ/`##f9rIpb9à_}^|fM=Zԡ xMGEͧ @޼(OtUGB5G6oR3|Fp_mO.',qAmU!dP)l 0eDSiB6|zI <,ZDhW'<`4)Fuc2:Osc-ps8zpR#܋/ 1q< Ots.;7߁vt+ [>˴lU[sG9 - ~^JN/Pϭ.gƷV_9z1-x>o' p*Lt60Xyw;A(qr]'BRZV:l"I @Bh3T L!TyqRȖjwDJIMc@X/ 79xi˰D(VRYS ?9mH$&DP>nYlNs BFփM =MQƯ#`ҐW. T0Nۦ]I_dAQu̮cffSCЉuz1jt__|E~ߵSyG _>1TOnm.`HN`O)~Pع:J"]Q,} ." 0Dfc=5+P R:t޽v8-r..iP:fƉ=# +ʴӡ*%[. E Xiw5\Cgyn`yr==b|;XGBDNmdے 3})'? 77D8ߨta4ab֪wܿme]4`g ok5ă^W.e"%x2@ȄkmX 8Mw墌6 Ԋa"q;t<Ɓh-09m|qi}WRohWpX\/$>v!wߡRD.zZj@IG-?x.WsmS c?H kg'zN.,V R=MqA`[d=ur\Wy=9hj1ljrK|5J1okѰyyFV]Ou˶'ͩ +` { 0h >pvP&!<3]1 ~<%:k73HX%7w.FU¦+UsAK۩3Ux/gK1+Rd(>TbSOǚ+[(ika4Pg Zk]6.ۦS(9UbؤIE=覐;Y67yih!wVA?@9GIGsA|cRO m7/؍j3[<U Djliiw W +Oa6Of-fDNS@{1etHIF7PLcwȘy,3EvyD]$7P][u3e.>lF 쪈q5){<1_YN`c@E'zyniE<߇yՃKQ8"Ƶn}Ix9o-ZǸ47'+ݵK F6 mHRv=8h4Lh/݈# ku=0z hƒYDGc>^}El=0,N6S؞ݦYk!^d6lG$p1A2}e6Q&$i#F(!M! 2E\㥧o'8TХ;_%\N%A8p%wKQ>^l7`B KÜ./nSZ|ʙXd~- _teV`Zl^f]jh3p:` 1=9:]o*3;I Cg' 8e10HDg V//wdrq*+m  )UjY)f! orN[KSpVV\6~QD} W96znq$:g6"Z:`,X =-H> (==}p(Ic;^ZTe ʼJqYj9%FevfK BW~-r"=|xLWf=N5gizGM`mu?v-9yjLd{/$."kʠV`qIyfe.z#ӤTMȚU򗱿ڭo-lZ5|q,ixhd< UI4,+Ǿ|m feL{ҟ1%ӽ"zڨfZ5^=u ";.UaPqwPil@J%ɞI-c/=ý!Q VgrPBe1O\cv /8y {/eCn{`ED[B~`t&6;k1e'.]C~Q۰*0I '@AHp^߃i oZ3 sѤ>Up$E5=KǕMfL ^p4YUeKV뱂20 n7&Y[6N6) q9TQ:뒕ô)D x 2vi0['C#ұYھ'g&%MBkl};7GӞX [C~|MA㵭`##܎I<3Z7z{L`s(ZupE-#~Cum uA9-?0w.InMY@1h8AS13U:廭,wG13xSERD>8܌aX2C=PY *eD|;o\*l@/\fi;kN=ɂbR?zv+r Ӷ)%| d h)ʸs}ж5[zr ?Ѡ/[ eΌ0LҘAi}N&_&RP$\yoL3K%N4-Ee*Tg*׹3MoE|}bo(B;0] a&L3i7r!߽yBVd~t3ͩGU/lGfd4X7uUTT7$O.'*7|g ߴGoGY>o Ϛ-蚿K@o%"(5,鰄'[l^7}"Kю˃T!ž>DiBg ?Kr2F@grS` jaթ!v (3˔EM^f8Jꩋ; sڅ*2(Yo/Kl=Oi4fj(*^HnzhFK*tӉ +Cj]a\\v6qjPS& vChCv,F7ܣQ Uܜ1jև>TF?jTڠ#t@5'gU~QNt}D 5{k9P3͕0BXùx4gz_W߂IvYvf(o ޏpXu?E2I$(`oxMDKGe-pE&LQ>e }U&3Ί9M=p0|faجWpx{ycW"&96FJ_p #[h$7qvp%_a?@ LEd n/gW-$tjCK`&L'aݦ(֘lAa%MЌ8@Z`}] ̋qn E5E}X0=fb4Y 96Yyef r2G2HB4d!JhKϞH 繀qJH&jl7z9v.ldu{[ BS>X3O&}9?Jȅ+CvـYSXkӃsٌanJx$1r ?B騑2'i\pPjmC,8E3$mgQ1CTţ},-7;=z ӧJ]oǘ>TsуmPߩ)eۯS!}LJtST,6T_"gG90-WQы!*UӻWo35 > L%AgFaeutdu\ մrۄ8@%R2{W7XwJ6;!n' ;jn6A,v̿UEF{þ㇘y 4$ CSyqc\{r147x ;|dv+)`.x~˵_ R7k N#770@ @MMG\Rh*yCY~Csxǂ2tGHM 1\JY=PcY"kKeG`$@rb7PG>5ӉLb(zZ,ö/> or*V >Ѿ64,{bas}hLgzUIme;hnDd&(z6 1"]y0oI>P%4qeUl:XIQvr-O6QT7n ‘gyq*jь[炋Nd OՕg6Tu'Ӏ&a) `-SYnkbh }yin/Ɩ' hApWT̘ʰs.NJF]oKm;,;([(JŦ&!慉;ƳB?9J m#7݉ cAo3raT/4/g9&P"w8_߈NdrŠBu Gׇ53RwaCA#IbIQPjZ:jg*6J;|K9! )aoS7H 4}t'"{e&YjI+A\uS~/o)Ϲ9g# ejrXjVmʥn3%rgw0NaW#$"Q]b]KHȀ)ķ0(ڑdǰdAm;pSwZpI ޚư1+X)3)EsU?MQ8L=E2ӈ2%]b 8a1VzI2EdXyv?MN1}HAp>sZɝq;l`?J5<1/ a~; PNLJW 7Unc%h`V-z}|Aa; Ij/UNPqWkB^3p0`6R6Mu59Fp'ɗ$hO9z01 XBiweJh~qXRDNu$>0t{F@t"rTpyХ8X' b+蕺BvJdmO #rG سj#gO?rGvZR,-g Bi'2dkkN1Ik:&"X *&ݖG R>L7&b *&w^ ";vlvƵ&҆'XT8/Fit .Wuv]SHXFVKjlDohfy|@pZ? kW7>t%ĽdTވf|v W8 R7{82*o]Ğ-l BD>2w^ 5h(y] <{\`~yfx܌m4!. e0<5~C8Ix'r{ވGGsztcyB0 N`܂dSUw 7t%@--O+SI|&on}LJ&nѝVFae0.)5ifG$>dDpJT PLG p,?4+>\VEՊtV39N{͎Kw ,p#Wp-19QJ1E;IA@saJ`!k)vL0&S^SF& 5/^gP۝.-(#7,u`JgVlѾP/q9Ftp@q0LIA pHk2dy[? -; |xAjPSEHD$~1Z?c %g9pU]eqz9cm+-i n{x ȣIb&\Xp/g\H}`2S;M\Fc [8*TSnȈHh4e졬{wZ8z6V HJ@{dmsN%Ӏ*1SA㒥B#5CuktgakB,N]Ok`C1D=0YwE½8z]l4c~h;uT[O^rҜ0M{h-4E \;@3C;#1sʞs%Tm/ h5Fa9;6rxL$߉#+yRqYfi].TfgKړN}x;'#>pۚyuRAS+(Iл=`Ÿq@K08qM^Ȼ_lU%nk6 P7|q6e_,N!Ue;Wl%kHU?󔆹>Fh<С|+o0,UQ0oa&Gt'{uT5qrPE $3QYR͓C*ld 'VyzYnsIP}_uQEy{p+3b߿RܾFq~bVQmW48 Bje{v:<ޒ|c]l,ϴ8:y t)t;'V6MDp'gDB&.m$qkۤŷ֫a4cTP[J dP="+UHIJ¡;[p}\?0̓fOWU(/^LLPխDM/S#Q$;ֻF@=}M?+zd\ ./}po1J.[y'rm=:i$JWSOoJ4W`j? e#Y Ԟ`HLxqFߦ>N~:zb,8*Xxx/mҀ0rq 8 fѾU0l('1+٥񾔡`3g3f 2_[Mj-b?#S2A-^{ ,RHqY\ )sqL CUJ6Tݭt ɽMDz?ٓ4[,lQ08A`:wM3JeMbrG+"6^c#^M0;H@wm~A`UfXf 2}`WQZz ] qئ",{"dxC=J i yLO⣪t𹻖Ș_) 4VLjr͎(/4k?i1]B.+WRm馭Z"W~FkOlD+2SB0QØ[WѴd]1Cˡ_JifrxN7f *-yD 0Lm}y;9X̱GcnK<2Qfc^` yNu؃?q-׈Ӧ8>cӟUehX5T`zњ6^$a-IAhbD)Dlssb(xu@=47LV`@/9@75]u=,9fvǚg#i%%3<2]gQŰZ+2J?X *'e$@cb7Ҵ:K,:L6+3I⬎M>CJ<;{ T|v,]xKdDbgKOşQy0*4CmԹ"'_7Ձru;珬U{Y w,"e'Τhl32, C~gݍ͹fkL_QDGt͟ƆH\7C;=B4E=ͦ2a]vg#y-Ә/W=;Dai%͙gօJgT);`W f1Гk8RJ %lqJ TnDFhT5]Qו{_,.[m[ժ=A9_ <%)NrȷDic;ZOkrLvH00XK "Nr} JKA1:u(u-[Z·~k`랦awU45~݆arh1OxGN޽1/ E|z("4w#Չ~|vl1m[á!\׌g1^E%{ӡkη1i#)fr-CK)I镼$nH|gwN' PU g H6u}Lalop}F3b2 YgUnOZbREKaB\ FoŒ0`kl* : )>p}.o$( pNsU ڔ`)ܟA3cJd(ɜ4lL^S +`.5-b`ptЍʻ/vXq[+VK:pz.]݉m8$Mנ,wƬS1BPznf5XEJTzp,Ql| BE7OE3XvzbZEɲȳx.KbJ])[R0p[C}5gU쩒(Ӎ_LFkB{+$a6\MW_[ޏ{e[5|IxhVLU(@MPyj|'%]gyvs-a KY%"b; %jH>GNf.b)7eBGh uV7;36ҎgZq}6x aE<7zwf?r~Q}A=|bI'Sx[M3>PטMW|?U^x*"|r ɋ# HSy" 9q0tÏ]l![ʬt0MV"_N,S@ gRu%V39|ևU.HXv#£S-[10"D8I%j,0!53aq1eJL)F' H9=CkNғל5$@KUR9mͅ'6{>ǺI|+ ՛@7 oQ\4Ƀ_rV끴,lR*x'N\ xJ uWJw6ĎfWۂw%"9p2;J}@1"T#Rt}kIPRҌ[jP;~fSDƒZK[A|4T0}빺ϸ|g{W6|Y' ~ᒫ&j6Gv7ȕ cvs<;~/b}e P*ֻꧭ=yЅ?gv~xAG6L@r' M!ҀLUT0+bej/e߱5XZ4` "V Cr` xE#, "ֲK Q4]gWܽ9 ^h}T&MA.-GX(K.Fwx$gT9? aӫ:=Lû>EwTfuUr0 蔈;A%,N|Sӻ^?4[vA3Ѱv@GZ2G4)ܹైiXJs=o GH·46YB}.64rpI(L*:YP չ4J3"2oCG׍BWOQ-DU(VbK3&=\Xz<%%P.$ԯJb {A0^ة*ros0ifpjw@&S 9: HDWe=ʄa+.{L^+wyևBFeC4(#HdiC݈?k$5r+Z HASi  ܚn^'§ 4KTyP仒Ieh:>]al5v/#pa*4Lo .2*)CQ,os&%htמ1^:HW}it .Zہvş>^3V"ҥ2TwXv|D0# {Eى|@sOܑ_B|'d!.ʨ9֫^,YVtyʯrc%|Lrm:S49EQxy4諴H dhAYps!QO'E #P Tou s󻼄"-hrr f5XfCXQcIUDGuTT.w(Ky9YkB=)ȯ\7#+T`RbzVШF锔WjVnCaMiix 졽UMG*#)[4ڒɖ܏6ih ?K:L{5Q3q$쳿\`-KaH}Nbbɢdl!ZD " E-Y >z90茐On {^y]Ʃo@#CA*԰U-ɠi~E u7ʰ'%%|30e"3D;_D/)B7r7aš Byd/AxY lq^cd;K07 tB2Bq)|E[9c~IaLr0L޷ik30Pg|R}_>0ĥԹLC Rax+6[}۩UR E@1Ơs$L$DgJ|jl]_A Z׌ :u5X0Y!`&mx4|I"]!d8yPYnԍfUhcl uR(#z۽cT(>ktU W=Cm  ʭ+t[Աj`"9]]4L Z\]5!#nL_/+|LN&ht|Ĵue,-#G+/!Ne_~9|/C'IC-&/bEo4bPdz_.1B}$7%z|a_^(~IweQӹ~/’m2r YڑjX mCp ?ǡ1B,/kuwz.Ȱ=0 ,ֳၕT$h~x3:Oӓ <~ IXzhH6bM}Skm*rDĄaßvXdX "n0P#D񟶅(KU ^hm5jCABzkYҧDlaBǎ.yMI{c21VgY0ԋݤ#ɠ~g\#aBeTwC3:Kk_cnKsߜ,6K¼II2}\/7?I> 5\42%_/Mk)2/ g{@(W YJV(Yݤ\e7ݯNw|$[*yA3>B(c19\ZA1Kidڴ5gJWD`=$\Njq昦aMr2$Cvp*>lzF?4 E~@Ÿ,/7w޽_sB3,>Au6ZZ6*# $Zf>ERF e$AOc&2Ѡxha458 W.좑,ˉ㭳#m~5A?mp9X z4 *]9)\8 @.SB@EzS/y[-Y,4rZWZIگD"d4fJ ѹt 5"V;HOSKp$CABAsCJF7ƀe7B(i=ҸkMFֺgr_]\Vv4S]b*uό,"qAZW}TL3OZ¸Y2,6ڑ2?=9X 'ϲ::'EMZ^S fnX!*;QY_)٩Av ^ P&c}\;A_p{$i]exz7^xڐћ_iy5M&Dj*JxLmH-/ Au) 8V]6b69:!=&">N J~ ~cFɶzzFL.ƨXqu dnј6]Ѿ@x ;DGxz6l+Ya cۇѶV]ܵ/@8': s<%]r<-2/J1\9}S?E7>=AN4Bq`Rh>4dQhs%m-)Q kp}QLA=3Gb!2T^;OBǐV Mo٘^Lbrh2JX6ۡ$%Q ndŞSPQ5nta0Uu;Rߙ>Jlgj"GrN<|jot8Ѓ×N*-DE,gL5wN2| u|}uwn|ID״DNlHlnznEIw%E@;nT!d NWw|Eiδh:tKgkKzIX2~4Zof Wt*nK`.(?#^Esph85oTbY‹f"8,zKnSfc}3ExKM1zQYU*&DUuC$zxOaӥ,+7N+YW&/e!n1$->֨6Z{J_ފBZ0p, ?L@09]GkBn~~Wzg|DN'CW\IﴜU]Aȉt,Rj7 VKm",Rb ܋w2At`UՇp,ƅk 6Qj,@~2n= `O āIUa`2]&ʱNM #+o7C~q2Ĭdxu2aˏVʗ-Gn ED;R6IgvUa.ºG iˢ=1o$%p2z UגۄA 38e+WªL -Z\sl{9qqemw %A.4tu?FR!C MwMr<_rpПX?,\ֱ x߀^q9Bi(9or OPD>ooEye1)~կ;TP_fm˕ED"gJ[O.[7Ca6;,63HȎR-)=39L?fRc",l N! !/T@ qgvBOHuIK8wmQ1@8,:Xp_dѺ X-ε_z0'u|r *I:⭥镨T()I;t 3]z~Y ZyW)ݮAFye+ FI :yq}Wa9z Xw;:e:,a54.o="MHIIOMeֈ\5:?It[1mf4J1[سoDAH80V f7:/Х? seГtu]O^~Y2=؜w:fcpKi~t &LIjqJA3SJv׿GsR=<3,VA'wŹE ݢ4k6ۮ>w&hH"Tbp|دfNOVxۀ?O^ \AM5էz_WhS.y GwdMz/X#?q,K8 ͡R@X]bz0C:Io<fED_D_K9b)a3F5gr+ ȵK;q涚Ӯ>VeJdN݄pBwQC-G)K!i% -!cv9 :&qf)WrxB':XX&-ZWܵ bH XeR^ K7E79d)]W܈@a=uR'h%ͤ o1f)"7TvKgwZ.<Åww<ِL&MDHxhJDH![+BP{R!ޭ+|p~Uy9aLu-x n Jk MDQUV]/-]Ag5ŋ.VdA\܀lJf{iT4!`1UNAӺ=)p1Pvq= ^ad]㝰@+fYA_7#jXכ:f-syL[%q8>vj; 尣dI3\cUq;?چ.eTW3~:ɳļ}|j'E@IlV牓dUB"S@g y1XWu-F,ͨ6@1 E Z膐dޅ"v(hzȧ^7+9;a%cIJ5*Z)3B~yxo)I X0SaliG|h `JNիK}IW?H6q7#_֩|_2%cEd+Emr_Fj9gzK>9%']>]xF^NS&; 5|D#%PI~TcE)dRc7|ⅷ@DձWρ2dűLW [d<}K}9Og;-drjH\a +ݵRR-3W_ {<*LY!}-)QG"^)B[S/gQlkq UY!& V>Xlh߆ӂK{.ݷ]&a2hp0y13y^V &&zX6'Zzfaw||Gv3|t7#]*8I$R)ZI>CF8rt6_~ L)A-Dq=:8 ayF]ZgE0fJ oSR)ro&[;̞`Ɔ&[}Aձ w٢$;`9lje0t*NM1>dCtm:k0Q,g?x4beldN\EqГ!c !+{.B=U~\'? ]mqn߆R:kq]#g!&z[)9o& xlQvѷCGن<^(K78SغR;sįfp$[æ1 <'E[b}Z`C3Z'iY\n> )|qZԑ  6-G25,ڀ<>\U1Lm" `sxC.gLo]֧)L.io%ĶUgL8eCopZU Q,|Ur'؝JLVGaC&keqap2k/D[ AjQp3ʹ+L&g0yLީ2HޟXW8cn6֊x K7E^do1&x%{;yKe)E!mek&/LQ6b(]Ӳ7N#ˀ)4R Q<ſC'y"B?yI6(Dledp[%K] p Q6~ H ^q'^.G̈dedϪ Ǧv@ +0潾Bm `Q1ŇHnSf2=T| V¶^)N"n!QCr͸7 RͨE*(t7PlhX|ߎTiwnc RgD15HڀZUɗLAyEWaq^Y6ݤ*^$]v_c\{U'VvB(8Suh7St=&$@jQËWƍH@:(zoI,˼5)ldm^nxo`Uf4hܻ6p_؄eѠ9 El})4ZQ2BS+T$^Zhmְdn?.Shݎ5R.=n8ת{6E&eRpk{J@,\w^:q4j!~lx 9OW^*-]3y?LE?+o&@H]e _>ՌNסϊ3xT)3ZrI;zwPf2 TW=g%mWdGYgvT/GR+uVEq 4sZ0fb&liIJug~_L=ROP*47;i->z Ak([tWsGos Hy-{ kZNra[;J |O(k(8 sEݤ#)"x\:f.@+dΞ>ܶk\iFFS=QgRh3rZ@ӻr"yea@[sIT\ŏIҕF:U n9yؿA'hpv:7v{H[ my',Zc;\ ĶXtVir`%pAAC76;:nTR\w7Oтm!, ";b{=6 ua1ojGa⏹T3J'L5ּ pg՜ sq.SH.AtM:n )Y&3vgr蘙m %[}L=G "xI܀@ 6wxIRT,3K*uzaۿl-=NT{7v2R 񁏈=8jԡz,uwz|%~b MuR66 {xǰlpkhB+=I Re{cL* GzX4F+'>^9w~BNoM2nʒqn~%bQy ,2fl8Z#&[]B9Ļ~Zas meiUFp ypr& ?e3g|.1fLh+ xmJ@ '$hh**$ԽY+YYnDl`X8|h]f`o?woqOs9t70K0pc/l8C.EEfN{89GzLNCΞO@D! :~KΫDx*OQEk,}cO߂Csl$OvCHam)9|Y3E*(F1iF8-s4Hj[mSv:^Wa\Ed}G_w B) 䳑IiHb /şTSz,+,P SzI@Z\N8bdK~XCds:{t3X'ONOpr =?lxТK<4SuC+Bs -wugIe6m"P|l#9yXYk_eL'"!g{^Lvn$b [0?8yC@:>gJpd&}y63Pus`ʼn4KD\wLtPN~M?>Mx SKELWa1ɎB !ңEdeWhjkgz\9h]wNյ$0DJxM䤷ӞT9R;c;+O ={{ M;^|`kȎƞݡ5Jʺcfmѫ$@m I=͑?Y};wfG7'8_I1`kd*", xE #μ Zj@c5Kj? }e6'jQ̈M#25V#:b tEka 0'R6bz<&lipa\ b*\!H<Ҏ-{ayVt ODhHjk8(J ^2iGUU Ď׶ӖIvqx["VnӹZ+[^Z9 MI}n-+f%%|Q>xo25z2BXq( 4ßxzV @^L0I_[ɕ}dw2VIN"34HYAeҺ^3:2**ܭt$- @R~XA_,JB/L9_oiS3|sѭ*ز+(VIG*օsNW%8bD>XB:C^{5&jmm 3-E?12KȤzt9QX/ jǥgmfM0haT%rYTۿH?0@ec k&{xl_sͩ[.YX}cbR=W,::S. m̊}Qa*(Od$Էt ;?$(p\˫:*ȍ1n15R/wgr\Pe34E.2wP\ s'X,16Ry {L#!JҦu.,ČcxUJ|(f9 (J|=J3$π:"fYAd@PdUbuq-PXZ_c.)N)27 bvNA IWXc$/iQuợ^nr֒H#sA)~f <6B w$ 6cY-՝y4R}Ӯ;4Vzψb$%e.,#1~t% Mc']@T&.O&'x\z+O<!;m>Q0 #6E?NѪa/h{D[T?m7%obJf!t\V-p~i`,+"f1 !+pAMLj`jgzQ[r˸ҕ ɪWb\B>[:7o>b[h컓jIr ]$iH]cGRe'8=T\0p; hB ,Fn+̑ yPLԍEr9.E>Ye,t'Z5EJz> M#FC% ŊQ&鬸+n }c}ww. hȧC]49hЄrf e:a,LITc͹\y.vG&g gp2]r4"זߛCZ)#4%D86 MGl#_!8FtC(H09*6 71a<v!<5%YdGjs3NV,dNHNK%x:NC]Z[d$ mq>pZ 8Ar(gJ2"ᅿ]&~%wW.L󠱑In}Q/YJWMX&@zlZJ~+)&^M&H\N/?h+5 C_*^s|DzdDɈ;:.,\PEös?`)ݥFX[^MrD x8.eOVP(0A-%WoL%8nSFM jY79ţUcmW`}Icu?dGUx]K/P5ǩ>;DoX>8dUÐ\9PW|B4ѻ@" ]S:]8`04e<= ȯ RB.(H;=!8g9BHDQۭ[g 2BSA <;xB˕mTM(؝SK g%%n|]э2_ԽfMm 7zcu/ qoP鏊F3k̬^zo~Sڇ`RV2Tθ&^ ow)B|kx!,P03_) pZ ߝ0ČJœΉ~%h}8{@zhel-6]&J؋q@ Xo ߊM8ILKޔ%*:X4jbEj$'_gpU alKi2y^+,6m,BPU|@C>67+]T%ڊ?C+X#/@Ex g`p ޳ILoԀ\[TWɸZ' w-ǁha%Dx1Q9Kg,Nw(I7&AeIkt] pѳc|9֌*H'WSy [YbefV&0ц$s>AOiЃ?M6mb%_.G!;%2@aT6k}/>r7fm];B+\Gl&{ߙŔYLUi%Ꮬ{LfrxݣU 2—*:&N"% V%Еj̆3o/XjIcvwЯG`:eHS፧ <1:P.מ16 fpQ/ٯܾ5fl }-`eyyk=j:I-֔{4%5ÉyTW sFRUH 7^Ma45,b4ӈ С0~ɳ@N#^&u'N~q"}IL^4mG ΀޵kc ZE6f!AsބG8=nQm]Mejƚ|2PW#q;@(✬t[:ƋADhd>֍ 2~n|c kHFW&S0N&hzXO @>gsF2rx]»#wi>R2ەғ~daC\)%¾ ;~9"y`%X4I?LJւ/ WErjAs rj˭W"sjc_<jYRL JΏ ]^v _Nk~7m{p 6L@3BLZg3ۺwZ-L|fW,Jq]t=VjZ-[ֺA޲Gm *^B_bv* !V~*h~z-ӈԀjbFv4ukOy:Uh\F$J|\L*\ *XSޗJΆc]$R4MLAt. AyJ1ŋ \B|,Ka{RY0i@#2=D]+9)lDaylS{Bրܩ^چty(.S4̓ٳ_@c&gm+F3+]1UeA4M O57lM@Ҝ SٗCbp$VYp헮sg949t& >Q6[^l d(Lqpʪap`Pp)I49bb YaDCugJE0 z^eNX[VV : }KDb;ǏsK5;z;I'e$fǻ7SSXg.i>RO>Qp<*8n5bĮqA󽨀 rӞdw!%0,Y_[|1>%﹬@$4oĂW7Aqh{^uIXouaྵSX1p ڑF&-Or3ZN0vRedqdza_E)wӗ\I=TWgmp{x-ɾ׎U;yȪu"}o~Eqf Ѱ XI!L|hLxc!eGi9Ӏ)7S*@~4$iXk!sW?^[ibg/݆Wl=fϕj~VAϭuwbz`cXg Nb(4s%˩Xa=ߡڴd(Sdxcf⍩)Zrykv;>>Uj~C:KyCtJQ z9t1fݯx *P_Zv4)ٴAB&:aR^ +` \DbHlZ5wYmCw(j 1&z"$]tBkt)mб_;6=ƙ: 8hectOH_GZk gxY =J֦5y@t)Ic|(C_ LNŌ&]@bpl;n%YiW< F?R0u9-9yQ+ڶ?ڍ9 N"eUƮKM%37xoW+} ^%v6&F5ÑU{_FPlL$^hRId/;~-~^X | cΩ1[ Qox '?(Y忆K^O,vndoFy4p\и8iYīgBA9H[\4Yo?Ph,~cwSBIxi<[s{%/c0[q-Jf/+}NW˵1\ñ:|ڶ@SGл0mI,&h*5Ȋe7F{$7FʼB 铘YduW;~z)2 `'4W'm偩Axa<'q|gŧ}O{+}dޢTXjC&RP=Ɋ i.Zp )8.JeۀD  YU ZCm~H{Sm &=,,|zJZVvTsIi߼-'u/ Ccfn$52E|wk2R5|qk k*.S15#ަe D- JZ2҇}^ 1[ŀmw7a\a^-H$b}D}vuu"b&WhtT ONRׇi2zeaz6n0#~fImU+Fbj |Th!k0ƤyVy@W^yhsSwٸ<L _j{Q3˗)Foqa1?=uJ^P)^j[=06kKGlFB7`,3,tύ- }MBm6j2׫_#Gk &$.9eu=xuJEcHWsaoxK )]8 GgЏbe_ĦX#nL}rfo /%t'$B2aߋj±mBXκg+qypmȩxϛ:nt<0L}9$*1"&7 Qr8i ȷȈ⣤0h6q?) "2{dVmVN2l}_B[O-lrկʫ[gg $bά9-f|$O{Aw&D&Q<sLIY.ђ"xY5=6휯1 A" q|xӍH Y]Q|[ Zx,XoBmT| o AnjhWԹiVe6= G3Ο_HbRi\gS#)#̙T缾S{ 1ǯWBg?kD)5嫟b]hYE瞉!7Oda lܸ5J4ە \t$']llc4{ ueGAJ6ʅsvnbݜ3LJ-v65OR[)FlZ!g N2&5 3ZRE\madn1q^Сlj␟|͔iU4{8DrLum%h+j1!4VSX5Zޠƣu; -$F#{*>݈+"5+kh37$:v[ATD9fyj0選qzNRjLP#%AGľUez(VGM~zdr$0y5U%,xEOei|L`wwv@ƛ|3E[G£D_acY{c"<ȩ~W`܎p35yI8+@nˤV҅>U|z;!ԏ&#AU󏇸?/5i2+-f)YJ[kp4~ <W֓`JpbΌwa@/UϕGjnWNI{( nP"@ R{o0eV3 lo?c5$g\)BJتdxcdn\^eDVtj*\1.+/R^ E,ّȺ-\d-w׍mt7̑B{ [ssLVV4ꓦ >1 P_koCB{f H}\j]sbfv!cJ4 ay"xJ[EA EDvfQ#B N @ôO0Gkidzo jz{RV7mG,TM/ܑZ6œzc+o  +6G+gHOq Э^6ޘ<"+"Sbdd+RHB[K\ EN3>—/q?aM%!OUF+EmeWa$Mx|*)IY8h^(vfjɢ7A4xH[>FMN67e .j)[/}k샤\V^0ZW}w*Xԍ!^>>L~e8%ȁpZ\9O8{gF~p56١O Q,8='zimcw$oIS5-eMRظ~ =ILT~Ԛm饔6 Ӱ05z)WMܺ]-Hs\u-ٻxnQOH6MޒD͟,I:N4tL|DM7yx9\:Nf,ڧ`zlsϽ "ib{Pنr.&''d虊r"PqZD쳠ݣH'6 ҋ+.[7u_hf7EK~<Œ~-T.%Ko9T͹17%K歆iYqmQ \rຜV `œ_tPsRJ1zOGLa}TwʴC!;ij[c*7jwY \烑bæʷMnUB)(Xc< 'A"YYěX4q>c_S2i퍼,%K8x[+R'z6 s4:mפc/Чp&b?Mc&(_ki~ɲD"Tq=!/ ~n8kOM$ݬgn#z7ݧZҦGKX;s*4!)`,K^ӹY#P Z`ͣRJe"HHOWx8|6h9 K |L"k6rSKĵU ͡gPzKC0ǴYwmߋ778e[xD"ILWD\hlzԨIl1]YZK9ZOGϼ! _t_rD@xM?^ֱK"Dx0`Ur`hwzL}VJ s WQlq7@Mxo\ΦkTQKNZXO+4h%< =a67 E @K:%"/%[n-.v{I N?Ze6cC|Uml s~p,6C"V))MR~@IJĪH$4Wjə]7plp`vQʹ0܇#2 8>y2(pO&>3+Z 1mwy!BfZ%eELV'+*,kvZ~$L^2yFǏ]:hCK–RJO~ koewNҞ fղٙ[et/3_s,`/S,w а.,2=FG*~(B,x8) ?DwUC3kC):13L#9ҜT@iP`T.=/{1tvsFAgǚABpknv07;Ho~>v t66oͧ8 Tkfv^Yq7,v>"<#>E\ZQ' ˷G$˚%bGd+?(x`!`a \n!V HDe`~װ x,r{Okj)Q ;8T m< pR8;xX6K+!.b S!49*"܁mr.!b P xzMBT-dڒlAP tsnEVJa#OJcw7p%]{(8 tCb '.Fl *oMBL[8cs&ӌ(]ҕc,/"GK֢M&ԟ:uާڋ'R7/Y@2GĮBUwM;sL I/~uv_(p=\m-eOj *!eUForM?^c nSHhG'*zBQ[coÇ>q )'l )x @{|"zMD' ֢ 5XI4u^E Zu..P$T׸*m7 xz{f3ZU[ϱhGmr8Xh%Yi5L 8ʌF4l~{hӊ[ߔXj=< WSN=,8S @)YR'KQBuzVOopԈ͠Y;'S )ISJl}Jm`2y9ԩth[V+UMTH K߭ih\6,9h W̍[7 0ۍȵCޥp&ĨZTdg$0>XH-(A sKLeHz\-:&QffD@7 Gc ҅md>0Z"j)"Vt* ڊ.tO#*"%։*n̤N$ R bԞF zt_˟5r[f~y9J,>/c6IlrLeޠiNG1_o > in&/+ 8orlk`+QkmnxfR찅iJϨ>?f ɕej/ɷ5XVwp~*#ÿfJ ~ðqQqJHHalrbu>ʽϼ 1 ,j/ I]>%5U6Zs8Dߗ.MwM322Q]|<޺ `_iQSل L-2LJ'G'涴"U?K'RG3n*n{cda~ 29yv?# w \+Cw@*"f8%Mi񧲪ő76R !ՋIzWM#. z;rS6a[կP6QۥVW\1Oi) pZCj>ht>*~9|b+%ίfWCݲq+>{`g#\*ŸE6߯аꝑݳS讙'R=r) !YECN'۪TXo@LU>٠Yq]~z.g&J?[R )=L+rUD,(p4W:7V!@Gpwed u ~˅x9-Iƨ 3fJ=;(*Rc%[kߡL r3+EMj>ۦam䅗JdQ[](11@9H/CKis`Z{$EiمS_X\nV*sw*7_!i,~>PUɓUDqg1$]36SŒ[يPCYD}{"!RG}:=׼}HfL E:D&"DG u'`cztQuѧ?l7o`28믋X nLQt(-Q ݾQe"IֻeS7xy׮dwV$J&me4Q_*8)umtFp Z*[jG w=ѱ7Òޯ w(2(so\Yn3G>AwٞFqƄ}+- X q!f]xs!RP{tFK. O2&,3ӦQ+wdI!q\H!l-Ȋǜ4:{ίvV/eFBL}R~G{Nqg7J,SC/Խ!+h b-B)kQt4SyKCbCskUu􉌌1,x:SXw%~`J)%HYڡ/vzjJ~ȼ5?sG]ѤI AZXWz,n8w1͚]#RJ{1GMA/r1RFa`d>r[<4NMmzgZoHPg^,8~lY)074{:qx sR2׍1QQmjѓ4WcZ ~<7&yz:f nQ7F[YgX~HCP!ť7s7O7#y%47J`T])o?6ho*S='HѴ?b̒E+r,X*W Xl8O'ĚA M us,A!O:"^\ |]J>VvM_WFmFA5,$Z/TTK[q~U|s"#dSm̃ٹ_uU!+SPg&P)"{l,ă5YuUs&L>WD/0kqpKX5z.xvEعlzְlqV u$"kcee=2͐Ef1I:ĶÍ01c`]վA† 3Qa>,F8\IsḠ*{M(!"kiDX id4eC{vT]DZ]XX%^jsf@ =`* f.qٟo)+홴:\t/p!{d!B):C {@bbꂒ3lx wm[?o6%|p2䤢'X%eLHpʰ=5\M_oPt=/&a?R4|x/و&2QΦ@KW `_zG<3׳--IH!$ V>:nA{2t>h 9gAf]Hd6ΓPuU/ȧRU`m[>~;0;77Y-Ae[Hqg:0ۍaUE%c{'3=;Z 5w˽XpYcKIͪbl&X(w=R2O e[)zP jU֣.OSzaPC%Xxu_@jVW*Ċ@??,l9#+>e)\7ց=ƍT١V">\bA`yYx:s%Up yt9`^3/Xa)lBѤ-M+̺,؊ , Z<zŌ 16`uN|ƾUL`$(ܱ˟M֡HJ}ֽ]^&lWuMEmzB1TQkϡ ˊ1SwfK œ9uX"?c;a NU֑\KyZZ(ís'J3= k֪!_EY3)ķpOo.` J8B0ueہ#_춓oF)ǔ8*Zg)zs\MUAhQq;V;D:]]8 a.hcp֣IÎAj|e0mf8{W9 wn&?)סaIObq RMXHeUB-RU#9JaDz N$Mo |U1Ah'{ 'gZZ!OpЍ_YeH ]dD5L\#ZQ (8aL妺6_uGi-N''H&[;m/ٔqib&j9Q|rČ+cFiU2lWv,(ᴣ|6 #1{g^'b}VV}r^@>)HMҍ- >m1OCКcmY[eS )B+Y'? ) vbިgz(%HPL?[U{h%{Q ٹ)r{dMRyd^ӛP)_J}}>Fp:Jtc}TYq(8͉U,l=NYkᶂԷ$(w/ Vb7rA 5ToskJNP$fme5c^w&Mމ]ٰp"Tb6o4ZvO!MUI?`v_1ePRZ0Ҽlr|S uk0}X^K x0+y{P]-)^vnDZѱՕaaL@iAa MbK Uw{S;Y7j BUrN;o^9E%Bi$]H0Pt>Jm"Y'(; 9Rych )(%NE1k`IrDL . uftL=TE|lVj0namzOf 0ֽAQxv˓>CŽ%F#h6]yb_5b1R" eR ўrYIU'syqWQ̡= Qal Orqnz7P( _x꓿4IIxW ?K^Ԑ& = I ϫ^S``|t475;`&}wz~3`- R;A"}gBK^$ċdJ 6YS"3^:S!7fqcVp$pp#U#sϹD X M@po)v/ya:-ad{ɤAVO&T]mL}BM ա'-Nϔ`]:eP+/'NK"PlI$qwG>RT]-փxaՖtK_ \ƃ>(Ky_b;Ns܃5> .>\:JƂMkc_r[.漫ZN&滋+x]zn?< ?vHmy,mtkplwچ]ҥLLx璎B?νǤփYAFQHvd$6ч-k$0.z=TE").aJSq@g]z0D3Ab& 1Ey8'4gwIݯ/\qb  >&ZY"%^+ZR JfSÃCsت#]5",0SI0*%q>Z8m@۔Mvݕyq!dd`ԪI'Mq+T⏯uP~C[Φb KN/g9q:1쒲!<=@OI0$Pt+j'#8 !㇁6C0*$an&I -0'a1SnK{ihU9dMKn0N"`{ڨX3wD9X9sYaAq(5٘cݫ ( H&{g1C(ܚu$5n#4u+#ıZ Ч3v]uPS`!lU\F)d#UG+sUrHh}碢;SO"ł0{jq_2XDӶ^\AV>OZ1e#unH',_u иD*BܶE6]߹|Y귥fed ]-eZvXw/Rz{T\qGEj(ƋL)CΑh2mAb(wiQ7Y{i]nT??r-b6%21gĕ+@26Crs]ꦐM[\D4+ܷu !H{칥2ɂYeٙ+?˗oeǡ";4hQiSlk/l$}NU} S믞sS>Ô7-4+v.!"[VcҮRi6 #S{ Xg0fY^x]q:\ݭ柴ʏ83 }&ʄ@D[t ƍjpgnAU1`.z(jMMdndhfSq{|ǺX[-saH?+>FIdive5W@Lݷ)fݭm~1HRs69U^yVwor^d.1z.h{h8C<ڙ}#lXhć8Eq25.lx w &&Ø~N,m 8лey"`ۖY[S ZڔE%rjLX;N|[_ޕ^,KE^j.TJQVj.&s/$[dc4d'l+fN\9Vc/ھ 7\9>NA4 p7tۭ2 TGkJ%=XH6(:,soחc:r _Cio$]Bɚd^6T{:ڷgNKSK1*\n-JTt; 4м'U>ߴ&F ]W}#=O`Љ`+|fq0Z=GcF}G3ǃ+@`ieﻧ=ZuBCwPT|t*=T,(uk8V*Vh*Pz~J˗ZЛrv[Ǧ~yms{C WFtdXl&2VHAlTUSMС953QW`Y 7m$O1]欟\70sڿ"  Qa/V/ ]c$ݤJV1&+we,8b؈QģZ &Ӽ5=>,, ,56ފhh0#eW xRw\gQf'Jd0r@Vr8JYK2;wG.P<v6GuMe A`-ۓކ׽kwd󍲠\=kiUSeZ!Ǵˠ!:.(SJg/jKt׫&> ʮnCϾtfmO늭 lR [-!8)/G9v=_l.XH܎B}@}nh)hB1W62;Uv̿SJ Q0ҩ1_ᩥ) 7b^ #^(_ܤt!a q<1K2H:7ml C2YI+W[QBy-@9 meXQ¸YXgN-)FtGO3 }Bu]>%vtbo*m!`3ܤ/ ۑ݆8)[ xK[{p]fk׫WGt{.]PNӍ 29^iNd42?wH 1Q5gf@q>L,\JtJ}h %73yc 2^np6JL# szzG Py۲yLj :3n\hjy3d0K 6BW!:djPFz?lp1ﱅwG흅Z$aG@Vw#1k#%K)ikEv7aut Opu X^Y#"\피5Iocӄ?EmU%\ժ0B Hxehjf(˃M9W_>| oe"HF+CEBNx|T`迣Д`r?*dXrߩO |˂xV4M7"c%0}mI*t%ۊ*Vg%R35L>Rϑx56@a"F`8>ӻ LpMKikد:UUw@l\;j!N4}p9ba12Q~/7ɟ($0=4;'Ҩ;ISWYl{N ~u_f.u Cj6]f%V7J5*~_oJ^*7bPqd#"_T=GF럙3RRl]L ~  hr\k}KňQ*v6>qY%ے 9Ux ,G0gm:+?GXhv=PQ%W&^N*ܣU3y0l@W& j |q5sRI[ӱeDfI|޿yJnjDL5&r!aJm^y\t#?V