postfix-bdb-3.7.3-150500.3.14.3<>,@f45p9|0e%/nz{A5rz?kBK O@($5KVVl|)Ni' Jf*O:^9MR;ePh{K.3PKIP!ZaNh"%xik[N> \}32gd72\:C y/ ).;F,xjGľ`s;oAǢ;iSI[w\X𢻠l7sGӸn{E>Q?d " F =TZa8D  "< # '4 S U|X]aRa|d e>f>k>ll l"(l%7l,8m9p:{=\>d?l@tC|FGHI8X Y< \]^bcMdefluv@8w֬xyLzpCpostfix-bdb3.7.3150500.3.14.3A fast, secure, and flexible mailerPostfix aims to be an alternative to the widely-used sendmail program with bdb supportf45h04-ch2a5_SUSE Linux Enterprise 15SUSE LLC IPL-1.0 OR EPL-2.0https://www.suse.com/Productivity/Networking/Email/Servershttp://www.postfix.orglinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in postfix.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi VERSIONTEST=$(test -x usr/sbin/postconf && usr/sbin/postconf proxy_read_maps 2>/dev/null || :) if [ -z "$VERSIONTEST" -a -f var/spool/postfix/pid/master.pid ]; then if checkproc -p var/spool/postfix/pid/master.pid usr/lib/postfix/master; then echo "postfix is still running. You have to stop postfix in order to" echo "install a newer version." exit 1 fi fi # --------------------------------------------------------------------------- /usr/sbin/sysusers2shadow postfix-user.conf <<"EOF" || [ -f /.buildenv ] g postfix 51 - - g maildrop 59 - - u postfix 51 "Postfix Daemon" /var/spool/postfix m postfix maildrop m postfix mail EOF # We never have to run suseconfig for postfix after installation # We only start postfix own upgrade-configuration by update if [ ${1:-0} -gt 1 ]; then touch /var/adm/postfix.configured echo "Executing upgrade-configuration." /usr/sbin/postfix set-permissions upgrade-configuration setgid_group=maildrop || : if [ "$(/usr/sbin/postconf -h daemon_directory)" != "/usr/lib/postfix/bin/" ]; then /usr/sbin/postconf daemon_directory=/usr/lib/postfix/bin/ fi fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in postfix.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postdrop fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postlog fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postqueue fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /etc/postfix/sasl_passwd fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/sendmail fi PNAME=postfix-bdb SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=mail SUBPNAME=-postfix-bdb SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi /sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable postfix || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop postfix ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable postfix.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop postfix.service ) || : fi # --------------------------------------------------------------------------- test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in postfix.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart postfix.service ) || : fi fi /sbin/ldconfig # ---------------------------------------------------------------------------~g}]Rw) 3(\{}D!tVQ*nI$N%461Hʀ(((H 8Z0t*nI($NHX89`(Yz8 z! G^RDw0_HHPI 8(()HHj0XiHi@|hXAg}](( J A;9 & -  vH 1 z  ~ &q $ `|T 6 *6Z d& `A큤聤聤AA큤A큀AA큤AAAA큤A큤AAAAAAAAAAAAAAAAf4/f4/f4/f4/f4+f4+f4+f4+f4+f4+f4/f4+f4+f4/f4/f4+f4+f4+f4/f4+f4+f4+f4+f4+f4+f4/f4/f4+f4/f4/f4+f4+f4+f4+f4+f4/f4/f41f41f41f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f4-f4-f4-f4-f40f4-f40f40f40f40f40f40f40f40f40f40f40f40f40f40f4-f4-f41f41f41f41f41f4-f4-f4-f4/f4-f40f4/f4/f4/f4/f4/f4/f4/f4/f4/f40f40f40f40f40f4/f4/f4/f40f40f40f40f40f40f40f40f40f40f40f40f40f41f40f40f40f42c@ff4/f4/f42ZeXf4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4.f4/f4-f4-f4-f4-f4-f4-f4-f4-f4-f4-f4-f4-f4-f4-f4-2a578b63978d4658a4982a6cd6cdc8b123eb297be639937a6febed1ab696868d6233f37dc93ae05d476bbeb03ffa6de4d006893a9d5c91d38afb66506d224e9dd5e51380e7ec868a42d336c868fc012ab95cac771d95361504cc6040b8d86221c00a478a7c120c4ef2ad0851c0fbd50d3cba2739d5ecb1be16e6bc4c75792d56d7c000b62ab236b5c5c4db8ad7edec232b2afe95d85c8e064a5c9f6d5308620f7fdf5c3b79ba13d9c264e20742b88ec15b3b9ca7abf400e24691fefddcf54fec84c8bf2d0d78923734d713667ccbb34b703da09da9bfb4bc1ee1930e29252e530346aaf4bc296be09477b038c780641b4b074c9bafa94b3b556cdc3f77c17f17e3fe120264875113f86595e8310867a188e65f52c3f039c4e2c3554910e4562fd1f8ccc0f7e3d745cf87893b9d1feec45b6e806db6b67180be55e3bf269a399b1a1282cd3e245ea1bc32c901f715dc8f0c0b3392a9263dacf39fb65badb85932e523e826b0192c39b42d71597caa8b3e5e166d1e6af98528f046f1ebe67279257987a8bb5574dc385076dc07254f804116424358cc8bdb9a9b53a15a83735def45e3888f80a3af34a76d6ee1fe55dd4ef3eede5508212b7f77a47cef12165e9439118ed6f4d372a0f4c61c0427279801a48775dca0c5d2d035738c3e3d23b4e25245f57c1ea2cc57018182ba5a3db61493b8c33b14498243f285c48fec06688c94dde5b8abc9797efaaea2dbc51a30ff96cc55e2df5507258db5330e8c1db23842fac085b0a420236276365e4f84728f8a970d6fb5b22ded860610d0612a52ac7b2f8f9147b41c7e47df9b97c22831afb23be7141818614ec2370210e460c9d10509447bf9ca833a515dff2d47d65daeca2956d102d1b1d1ef107f753bc10d7dd1952b04ea66793de883a61045da9d3665f409812fc6578090deaabe864a695f245cf3a00a723f8d359243ae47b3bfcd3b8d5b2fc922066041aab756a5e885d58eb8534a7cc6a2ea42c5b4be1c455279de3a10fe62a9a86b2f6e752331a873e16308e79a80563130e95d899567daf677329fd128b07339cecfadd6ad48d1cae5399c61c8aa9b4928006339bd1dbebd59081f7ea0bf20381936d55bcfcad72642fdf3be782f4cce5b80154b8c0973317c625378b858dc436fa13d058a683b575daf1bc2712e7b9014e9d3d5f0d879c477ce63e3daac584259f7e38205e93330c7ed12c4a05ddf1e305d7155fd9a68b5c948290c05538aedf58e88ddac2a7488aecd6ff7ab94a92159da177b67105cee1625528dbfc9787b25479a83f205e783d0bfa404aea7145bd715d44008f4e95b3cef31c4509f7afd6391012b05c459f6d767138c521369d4d94649ec525a797e103cf5f5a37840e8aee86cc6be717c1b476617c2faa6edec2450a9cfe004b09f3c37a2ccb4cd6fd2cb945bb95790f96375ab55e252916c5ed55f166e97da1a9aeb839d638b467fd10e459ac419658d9d768433ff5aacb9bee96e0815574b34a6d35f4789f520b371a31ff61bc5405517bda216c2ce7d72b1a4608cf2f18c53542065864b3d7051baaaf062bdefbad1899a2de49642cff442aa1337b8c8455fe15cf559a54664e4a1ee0a2dc2da7b0200449c949ea76d41861e0ad4c72501d2f2d6fb9c33cafc87db2660ee899738662bc743f6a88b13aca64d51b47bbd090148bdc3fec6d443c6a58461d499c06d4241479fbed78467b0b2abf61942346134ff7bf41c9a42967d27aec8d7ef5915408ebd09fd8609826b624b8a8a335751607e6c3f92218711be283ea88ee20e0d6426b808b48365546ad288fffd477326532d6357e7dba6521fe0c7a97593f470ad3b829b0eae694701bd199a98e93087b64cd7cc23dc2f3624ca4deadb4ebc522eaa138410350c549558abdc1101613899dd7a662100d6b20e6850f77acc2e0b4e84c1b3985f4d89a82100cd8ed57dfd14afbaf9436d62ea35674cf20f01f109aa61af92492adaaa02123b4ad125f6efce2567c5aa7e72455c200a08c2c71b415d462f79e0a5c0d30dd2c1cb200aaaeb1cb9dc61c0f81c3d0fb7c8a816dc8558287b467b2f8f9147b41c7e47df9b97c22831afb23be7141818614ec2370210e460c9d1d1952b04ea66793de883a61045da9d3665f409812fc6578090deaabe864a695f245cf3a00a723f8d359243ae47b3bfcd3b8d5b2fc922066041aab756a5e885d58eb8534a7cc6a2ea42c5b4be1c455279de3a10fe62a9a86b2f6e752331a873e1aa7ecf5703c1eff61b3477334525684f8d1fc941c65116572b6adc60a1a0d52d6308e79a80563130e95d899567daf677329fd128b07339cecfadd6ad48d1cae599a7ccaad6c2be801d81cac7951d001d86e4c11a8fdd34e3db7796d23a7c59f904f9c3930038f06911e4c838598ce3201deb30ec13c6830f8fa6393e099a049d8410350c549558abdc1101613899dd7a662100d6b20e6850f77acc2e0b4e84c1cbe6a55082d62cccbd9c88ed21c09ceb31d556a83f0be0d5589c91b95263cb4ca8f48ba524db7f8661b7a9d6ffb9635417f42131e26a479e62b1be23ce19bcb1241d4bdb6fcc30a2d8c09ec671773a5004e938303d010e068979e18c45fa388b09fd8609826b624b8a8a335751607e6c3f92218711be283ea88ee20e0d6426b852138292ad6de77498945230178169e187b4011a6f2414209fa6160228403c55cbd1d910574ed881a68f17c7a0380764e72163ccab8d5640229c933c34db4b17c45480eabe3a11b0a2a430e7f53eafcb36462689ca753b7581879dbaf5b11739c197cd56e022a40334f0c16098710a82baabb44bb946bf2df5f9a4bf6ff7d48155da94c359ed5b2a16e19a7e1feedf038e0bd7b32db7ed16adcaadf5815b6905e8fd6fb9f1a62433a9d164a1a131fed76cf8a8356d5516f43bba2f8399d4be776a3640ea09272bd493fb5f3e8d0dd2445e86f2f3c9dab529a6afbfcb32409be941a6b9cacd3e22c49310814f117f11e39d70232d0d4041e4a4193678819164ffb71cd60e8b16d28b3f5615ce72ba8d6575ab2b17c62486e253b586dd7cbe457bd6ca2ffdfe9257a094f6b5c6d8c6adb2491ac9d7a5b53e4804d6ba4ae3fceec094dde5b8abc9797efaaea2dbc51a30ff96cc55e2df5507258db5330e8c1db238e90c1827f029ffd9ebf7dd02e6ed11b6638148b902d43298359b0ba0745369c2226327741c8e1036c6371a8bd2244f9272049a4448dbe3a76efb57e91216856d89020c1ea194e7b3b5593f895c17826a054df54aa2b05ed2a27fe25e39950ee85acd39bc6ab523fc65209ca3eb9b9ba0aa262ac4126165e92f7e50d4b1828e8e629ecacfee9b825e544e77664b580fd3a4b79683a569522ba9664678d1ea909e307d0c83a162dff424bc75945b5efaa07ca932206f34ca914d118a8eef97814f6d9961cfc75d9f200710be2c198fe66dac6fe7d2204377f9e073b52a488616ec2bae481f01213bfeeaf6f5c71250d752e1e6b7484598d634e8f34becbddaea77948fc901134b90a69d20bef55e0ded2fcf96c688f6a931141bb9557014aa817478e8ae922f25f0590127fdfd05ba4cda8efd27ac760a3aa297a4fb1a91572ccf27367ef6ce69657f88428a073b9424a425ebface9ee8ddac8b5e46e2c08c48f5f4c6e7b204f2d4187f9bcde6e4304e4d3e8043fee3818b58febd6199a5027029e8a7d92d002e8d6c845429fd9b0fae9f3c76a6298f28ea80e66a6c4e94a1ca072972c8baec0cb632a512526d9e8f5a86424edb3ff709c1928de595cf6cf12c755d07ce83280dbfd59c64fff72dd8e9b1b7c9befe7824f010f9fd8372c1467b797bd40ea2b6712f04f86224fe054d15d029ba83452a3a538ef864576e956d6f78d1c96dd1a5566d34d280012af856ab10a74114a48c1efc15e016b6f8ca91005d59b839268dff0b24fb30bb77eb75f22a914469f0dbeb4b1ded8af59c4878b26b683dd0430476110a90f6fc5d759bbd5d46fbba0382bc0c3a70e60da8273ffa51fbb9e486607d5c6e9f2e5a4f58c784fb1204d61ac8727f1b5a2e1fc4b1bc8f2ee201b7e8b081d575a68b92269c0438fab82234fbe05c515230af145416e70a8d0442f4724b975c74052ed6fa3d0952077bbd4995a4aeb6b1c51dcd37917d68fc947c9e73f1ecc5e385b2cb4090fab986ed611457b1dc7f75b61e0d00e61b5fd28c8fe05773613c3a3f53cf2b50463164e0d77095d6fa8da7f86968edcb4ad6aadade45b85370e3c2f1b165a7ab48eabecf1f5fd133e09df2e807ce6aae2d955764fac5198529ef467af1b2d9d1251aba9ddc87e6b74327b86248dfe1097061eac95be64620cae03c35931163cf38048c9896815cfbcbe2289fb4d27f57f50c27b1e96b3281179113ceb44ed3079f47843de35713142ff1296b81ffa97f841641db8e8d9103174feec9c01408cc717f70214d6123602ac5238d5d1df237be35e60a253541203c58a3b3f1e59bc3d8e3b3bb1c39ee5bdbf9030caa642169335abf6091f0e1e94b4ba2b930778d93b813fdd6d08fbf2ea21f46d9dcf301a9996d81141cbe3fae74ffd9bba6381816650fdc061900f8a691c996579de927e161601e52ed1307fa46088e093d6021873fb59c3b8c9ec18858a831fbc899c6993d4157dc52bd3ebc52fd8bce4f5bdbbd6a0dc40db295d8205194f536cab893caf1ff8271e1bf3bb15fa706ad0043403f7cfa3ddcf18c0fda1819510b3eed675626f93c9e8f419f25f0f53e6bfed867bb7bcbeb8ae50fd6c066623751c197814061d4a2c00a478a7c120c4ef2ad0851c0fbd50d3cba2739d5ecb1be16e6bc4c75792d56d7c000b62ab236b5c5c4db8ad7edec232b2afe95d85c8e064a5c9f6d5308620fcf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae5cf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae506c7369d042f41d4b180606e671693360b5039d5adbc66ce7023f8fca51fe77c12c0a752512a2fa449962c8ad6485bcf18b77b25d1ca510f617d22acd541bd3676a9757ad897490efcbb2930e4df2c4825e357fd837b0b4edb593dbfb929c890c0a551e468e51ab954609f7cba8d90a690592424021dd4172b6d503f61f16f2a09fa295334c7eb61a38611d79572e3b9807351a1ace2187be7122a535c513628380c5a203fc8c25ce60ac2e886c59c3feda42bbfd5d8ea5ab43aa8e81be546ff50ea672e2974dfb23a0ba943c154b168d873da4fe620a591b7dd1bca4b50e680add3e1d9b2ecf4ef4719a9375251264af81ac483191bb175bb6cc2e1531864463d8cbf8c98a56846f982e39fab33e36f5f25721f9abb6bcb6cc27aa0e30c270f3631915eae3490f530f777479e38e575bd1c47af45e5b4fc705f6e2cbb27172f2ad9e16472f2fd41d9b935a51124bd23255942bb31b87baa5032abaea63464b68324a8668d30666cbcaca4d0cf14c848038ce428ec52c7e794b8b1595c58aa633f44dd6a18a2642f15dbfa4bbd9996afcf754ee21f219cfecd9769b10165e815302e6af00d997abd1c007293c1c5dd39394f2d26646cefd3daa55d03baee41680615045b43a6f34d23521e5ca1dcbc98d96417a751822c79b88cb8cc439fe6b11c5c3e6b854f094f1d2adfefe2c9d2954299844543544d619e3d71365f20592b579aaa2cd24c8086d371fa5c1dd21aabf5a38581a43048414c49f9f1f7b442e64ed17e39efb4a8119815dff22e6d0c0ad06d759a86b1ccb8c500dbc2fb0b3edba89bf354cde01ee2fb2aef1f7a42fc208e9dc394dfc29c5ddb81070ff23342f6a143cda859d6f9009818f2b2d35e63598a4cd89ca3465f9a13ee8c36cde0df3d8dcc538be9ca147cdefe2a8aebc2fc112206782be0463bc7b56b59f25e0e03103c128651d6800935396d82ea8d9ba8fbdcc21fbcb2143b53f137396e1c3cbe0de9bcfa5cd19bd9c7efa18b4881572e613c971c7ebb4a5c4f02c8d16d7994624295e9a149ba17b04192f87ca8f461a7341279d6d29a0c34a416132ee9809885539e952420b13295663dcddbca6542a3b15c466d07b06c4c1d4bcb3193e25c95f1b1af69aad541f2834dda291f048adf0ef41b6028ec991db25a3d346880d61678f45391d1d1ee69e5ae310cf4884cd065ce44fbd25053ad3a0ce8f22bf6dc5b0d615119b8ff1b7e2aaf71c62ff67847d3c8a8f477521b749c4e07f9a7bbb478b7320f0a928861874ce74bf40110506f38932d282de80232385015f0843dca9e56973a903a028483a52502c3421baf32b2bf06df249be5c07ec6169cfcf5e9e059b52718c89b2a31f7067eb143d505d7de1bf9325ed759018eb9f78de3c03a8b78fbfbcbc0f9cc6ff1a2608a5cfd2361e19bfbb42d470ab38205b89f1a492cc3949e080a63a9abc97ce080a0a43c3a2706f4a4b0a45a7ccfd782962e230511068e48f019236073cd43b84ba5191117707b2ffe29d5662f1a3db751fd3d202beba42b578b55eea83dc321c35719751be2d4a9c206731ef4c4e9a5ae0ca1933bcbafb23436e690ddba82f337aa0e605fa2e9602a48920dc557838f611467178c2da9473b18cb2dd09bba11700177c4c1f78d050403e9b6ae3a3afea5e5c3e8aa40f08fee2e03fc6b368c57fed43874ca64dd0d3ea495c1be3968adb5f355ce2ac4a2e65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf1ee17f559410830a74bcda186e544e50aad24d52353072ba67d3744e87a5da9ba8e978995d78535f862b96ba2d46576a8ef0f9fedf761c1a3cc98f365e76e647bff739951fd551d2826dc6cad3bfbb767db18c4b80feb1c8cf5eecd16f4d03e183072bfc4b441c6355b69dc7200436daf39be2d3e01d8957a3206a5781a6cce023203dfed04846ed6cb2dd23b7f8dd879084c267e9b3f9aec297c69c11bf56086088e06d4dda57bd3ff3408d7cee78fb9ba89c273f6647013b3801039f5cc0fa06aabdc85825ed9d073031c5ce8a1cc44a2ab7d0463d2cd3c0f4478040801bd5de8903f4452cae0ba5c70c22c8f6bdd6c589f63bd7a904e7869db9cc8ce162eca1bf811f96179634a94f7a2e855206161bfeb34718ed81e00af747d86afdfa5be3a04377a06261211b9526160f29621a4d98efd74aad74c8673267d6bbed65bd73c9501197d9f714ef980c3dcafd5d367e29ac91a087cfbcbeb58f1bf778a7f92d01dddc97d4ba465ef1e1c6a5fcc502fefb58bb0d9b130588a0d983946130636461074eab17a8248b5392791c54e752097c91a40d5506cf436124471e622aa36b1a54dc7d363ee6f158e7674ecf53f1acc71f759a420397820e7a07e914c1f7bca267ec2a3f11ff73810482162a4b096b9fb57dce4ecb1a5c88414eb44c42b122287b5b0d119a4c8e1e0c31b2d2067e8cfce481dab413b8114adeedb4d2e6a3655713755ac205b888a8047eb1e04e06a72505b27d86e904911767c59b13dea117a6a25b1afa1307e6e0d7973fc52e3000daec9a7e781557f9db61180d5944d45560dde55dbf3c676a278d0a8fe4a28364a85484fef68df290b7b52334d55e3bfe8e770f2abf3cd7772d1ab298b73efbe9e92b2cb03380aadc0f1798749cea8d68282df5de4adde2de334f568a7514e3b32fa4467212bde04c41790afe9b82a20fb78466dd4192adfdcdaaad9507244ff791c67f2107ce3dadd8c546cc672c0ae65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf360308d57a23d8e3159088bd528c14d2231870549d27e28ef814a6bbccd890cfc75ee98d76e7ba9b49b2941e5db0c9655b261deed9e6215bf43851a54dd8feb9399fa1d276d9b336bf42890d530aacc70dbefcc9a3f6c1c098df056cc8f8f841../../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(x86-64)smtp_daemonuser(postfix)@ !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(postfix-bdb)coreutilsdiffutilsededededfillupgrepgroup(mail)iproute2libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcrypto.so.1.1(OPENSSL_1_1_1b)(64bit)libdb-4.8.so()(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libicuuc.so.suse65.1()(64bit)libnsl.so.2()(64bit)libnsl.so.2(LIBNSL_1.0)(64bit)libpcre2-8.so.0()(64bit)libpostfix-dns.so()(64bit)libpostfix-global.so()(64bit)libpostfix-master.so()(64bit)libpostfix-tls.so()(64bit)libpostfix-util.so()(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2.5)(64bit)libsasl2.so.3()(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1(OPENSSL_1_1_1)(64bit)perlperlperlperlpermissionspermissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sysuser-shadowuser(nobody)3.7.3-150500.3.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/shh04-ch2a 1714723125  !"#$%&'()*+,-./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_Updatedrpmxz5x86_64-suse-linux   !!!!!"#$%&!!!'()*+,-./01234567777777777777777777777777777777777777777777777777777777777777777777ASCII textdirectoryASCII text, with very long linesPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1b061505dc59b7a7a15effac5eded4c3510a8b2d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=58d54f79727fcfd8191028fd85fb1f4b3f5a04fd, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a30e68f4746b9177d402d11c4957c48755e779f2, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c1b833ca2e9db388943cbdef52cc44202ce5565c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a6c5c03ac2100dfed49f62895a1b38e6f1f5769f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=678847654927b457d283be6f0eb4b83aef046799, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b828a131668bc55433f439c9ed97c8a054747db0, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7004f26c7270f23b1ff8b51448524b72c953eeb8, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2af9ff8f583b735723f7517a917e8264e17b6d9f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=01a1f7625a30931b344d678c496769c4ed5a5246, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9441c7d44c33ef557fbf06321fa961fa030b7784, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ab792fb3c6dd77f358db4edd0b79233f007fe172, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cdafc8bddea29bb720bb9712b3142f768c09ee3a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6d796ae74e6d4a8a11244cf0211872ca8b1f43c9, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b77a2164bcb20a349ccf4ae9001f48f1a319a097, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=67b1bc5727192b82d710306f84f4c5a2cf43bc2a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4e629cb0c4916525bb80385658b5d06c8b50ac79, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8a02a6eb0e5d74f1f9e5db31a08107112c51a13a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bee0a38f1d883ce2b8a38abaed304e59952aecca, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6168c89395d8b1674f539085d85746fe7126c2b4, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8f0df8e1048d35ddee4617b77210caddb40d9ae7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f6b0f42db17762a2fc06963fef571598366526bf, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ebdbaea98169519d12f7387b5cc47c6bc709737a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=71de021d403adbf1dcef1d27ce3c7979765e552c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d06ec4472ec38a0433d3e89e9cf0d64230213ef4, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9f5ae72d4b9201f7ae4d34858d9031de2d76c1f8, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=06196481d32ec37c6ce7a8c32b9a89f6dc4244d7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5693f412a129b52664e7257bb8affef95c157bdf, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3c174a2035b3fd1db2905bc3d48420b5ba298fa0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad9f3c19685179f402b990aa0a5c125662a5f7f6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b986ef191e416e3175b3c5005518e3ba137a64c0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c102f81345698e2ca143c1dbdf479ea18b156cde, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4fc188e4eb00c6e15244fa0e6171bc4d67cf7058, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ee2946aa0c8d0de12c8edfa3de1c22440ec231db, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e08e0f4a62d77192e3141c735950143065647676, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9d1ad9b420e53406800986d39725126cfcdcc008, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b15dd904969fb354310e9e8cf4eed0fc14cedbcf, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c72e5dfbfc175fb646d22246dd7ee00c49d2af1e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d2dcde4b30bc9c5f9a136f7f67e3ec07b73e7fa3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=dc4b0ce1a2e66c1c7236886e2351cfcfda2323bb, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=fe1016d46ff4b0f386225b27f804c248471579d9, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=016d6e783f876e8811827d6ee59471d8a7b0591a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3e8c742628e1ff888d25e6f2f7039f605cd66f07, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3d6353359f0f9195f380d9a608f48bfeb9148ec6, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c0cedfacb72e9ba941dd863c2f0b08b5578d77e3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=985fb2d14b9045649d6b3fd362aebda8e202c6ff, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2a7e8b0ea99110fd7888914363058e10257776d1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1bd0a5c674d79d5662546305e2e1dfe5d7f2c3e5, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6e696a412e32e1543974a3a99020f3cb15326c75, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)#)0@HNV^djklmntu~ +,-.3:EIMQUY_ekpv|      RRR(R'R*RRRRRR(R'R*RRRRRR(R'R*RRRR(R'R*RRRR&R(R'R*RRRR(R'R*RRRRR(R'R*RRRRRRRRRR(R)R&R'R*RR-RRRRRR(R'R*RRRRR'R*RRRRRR(R'R*RRRRRR(R'R*RRRR(R'R*RRRR(R'R*RRRRRRRR(R'R*RRRRRR(R)R&R'R*RRRR(R'R*RRRRRR(R'R*RRRRR(R'R*RRRR(R'R*RRRR(R'R*RRRRRRRRRR(R)R&R'R*RR-RRRRRRRR(R)R&R'R*R-RRR(R'R*RRRRR(R)R&R'R*RRRR/RRR(R)R&R'R*R.RRRR(R'R*RRRR(R'R*RRRRRR(R'R*RRRRR%RRRRRRPPP PPR,RRRRR+RPRRRRRRRRPRRRRPRRRRRRR0R/R.RRPR!R$RRRRRRRRRRR#R R"RRRRRRR'R*RRRRRR'R*RRRRRRR)R&R'R*R-RRR'R*RRR'R*RRR'R*RRR'R*RRR'R*RRRRR'R*RRRRR'R*RRRRR'R*RRRR'R*RRRRR'R*RRRRR'R*RRRRR'R*RRRRRR'R*R]٥RFR3Ślsystemdsystemdsystemd-sysvcompatutf-84b408a0368c77e463926127514adfd5c70a93cda0a869da3d70dcda86aa3c47f?7zXZ !t/! ]"k%zܮGX ²}VAUtqmC-ӱ*)td=J=gչ TYu&ڽ}鱴PyOۤSam-.ɟ: *Tb OSWdrs|QSlE _|ק  h1fCB{qs46L{at:Vj;A^0΍<ۖ5X:T(M;e94Mǣk{6P}ޯypb510X<"}"Vc*7&tqxULN $53C-;;f%|}8BtcAs*V"d}MZcv-4Nl }1Vo#l{lX ѥa~Yi2"%:y"~w'%e7~yz eN85Z;nDCq7pqLW bŕ.#BI;T0L}p\B1'|ĹsdO׿gʽ tz]8:"R[L"7%pǛNu:NtqWfNgzHG.Y<dFs&~w`KC#i`ujy-1e6o!+*FF+?K+i?FOe@ApNu%U(YRR_ |\Q7PͰK$"=tB*&>;V,3fv& B=v V4*1D1$- ȹϋ1-{L@ZP#PԀjt0-w(9KᔭlEmJ2nq{F=TUw$spsz\~j AS-|e1Ranm6m=c:SLs]Z+Q;~=.xNٯ5n K ?/^o9 yXN#c/`@!#7/&yr C@@:FC?vAzCTPa݄pg:.k-w='^)x7AkNVP}҇ AT,ݒarH<ٱ]E 2^nRGjԀ@Y+[GtU?LAhj0RYJXaeK{ O]uJ[?Zi"ANzmK|8Ppz;l*1{t\ I7g`c LS@n| ;fy6S- d6îC`+@FĠ&eƿ$φbQ̂X67r3OI,[ຠE~Vn k*ćdOs8?Вř'` I5Q(;;M`L܀nUS" IHJ`ڛ Zq^iC4{ϕV"("MZKYb!k; 8@;*y̑!qD4ܫ+[PC`ozm妟bJeċ٪V.^Mn?`SzřS`ha:y/;sg X m7-8leٕ>Mtc;|0 H+cl;:ˏhEFX+;Ū N8`J'#hrTШbzN^Rdd$a ";n#90xq&آ[oȸ&7t6PqT\9&;1^91 ozM h l-O߁HdC^ѕѐ?ÐזoPUԺ{ϚCӷWdT-ASApGf_wqwLU=w*DͭxC&󣄋4|? !uc-\02tLVU('i$/u8wTc9h49Kw]DCgG#'6\c55H@[Źng:߲]Q~zgRR0 /W%Ň!K/DxXMUW0nQ f,Q0ޞå Ԟ\jh 듳AIY ws3,G97#ՆڮA(Qo'Sѥԭژ| ! :*QV arpOP]b@XRrgb So39Ѷz s2+QFl-]rU'"|/>(*]a7%8sKI.3@ï54Wlo[h2o%ř"jex@HԺ㣓=PPsl4(>PZUND$.Gۥ~D̸-8o~mTg;Z!q\?cI'Ϫ5\x VxQ\#fB~l*o.ᲺKT5~Ӧ<)TA]4 ]\m2Ĝ)g?z nҸƽ-[ vt^fQTU!o x7u@岏-0xȣbj23>d}7 |J3oP g($|ox=T'USF%P)SV?80dp1v.'QP܉4ku=1;LZzplĭ *d66xjd;VP=oM#dRmgӠ`YX'$P c$}J6_ޣ-MZWCk?1▩3aNyR,U^p` lKGSmS^HplXM9ݛޟx ;6%k!t2Uz 刔.QW%[y}|J%h(:6HK|BDjivl֋?Kr89Gnv :%ڔ˓P 97*$/X5ϳήik"!UZ$zKQ,䆤Dě$w4h&5}bIt> M00lr?V `žߨRjN5&Ir /DS  U+3#ЖDƨEK7$rQQ6]CG^n=f_WPqW֭jFB7ȉn19ֽ|kRhICj?U\ֽ3IA#zlqΈݠh=]xm ZmGU [+y-R_ås?~dLK8/o6G~ש)'/}\\pUu_'L*#[;p+>  Nj Ο5amx[ 3KMx<_܅ԿjoAE zy2 ;2G(*TZF$IX^UpzB-LnRVAzt;J`'ϑTO ɗ]+))z=n"Ajt[n̗!'`5o}Hi$fVP4%.!@5t{p#AGo*E3Ca S`Ǔ<rAK@H0o[g6CoFb0|zWC%ҸQkDx; Z@Bb*|G$+WY+%\ #j.7>@:4'_V`Bl!1^HL5>MêBq'4+AK 6ݤ" W,WBqfdtʌ_t!͓8IGD ⠧ E`#kNe0APٹ'E6?ihkH>@ghݝ3&rz5YoU|#lyY]4]8{#[0P d n y|U|e{8?e1);<}j_/AC+t;̄jf#fP ޮNݛ}hÙ|ы֬#3͙$70 4)okdEWs3KF?1KpVT6Lb Z8ΘtHF\aR/],(:Zǁb*\P%ߋ'AփoբJGE# _ Ex㝄f[]5ذa+2OGpJU9t.ɓk;x;,O9qۉ^Tf ( Ƿڲ'bye%'R ˞SqkM5'zM8^ʱ}X$mx yNۥa UG9Sj%7OŐz8Zm{YRY#%hFlPbCazcpYݷdZCX5Jϑܐz*DX2/isz%cM3(QsS ۲y?!ģ,wa^@'"2&aAqD1w3^N+>4 z.,qѳ+>>6E5YҘ.7&nGBmn7G󨩭G'#S"!2{͹⩕&@,in1#%I!ƉÒ]B˖5 ώ]&gc-yZqxxk*93RX9;ZGT{e%Ș%k1-umva^m =ɝ% V3TW)tbc9% 孵 r\S3?-wnPn9&v7[8U*(Y5DP$-*ۺyx{ 03x}ja3@!l5?|*rd!d`mDqVq۳а'ȖMGJtB0l&hW{8/0A4&. 5Ԩ39:֕OET'7"9Kє r2a*Fa9 L] <<0|c0\+#<EFS5/G[HMS3!%d F]bVAcJ܋ʁi5  Ӣt&+y|߹|/)2*L#z)jWE*B@ti)r't4"tn@+%fL e~m ixe,N=, ohFSJҜ+;uQ׬*Hpund+_PxLs9}CZcèfFOQQӢ`Mjt-`3$?~MW<}\BPxN] o=]zYQxE'񢯮Jܳ"` gjR C,B"/tP2Ey1xJ 1ԪJA7dEX4WWIP8d,&~ Ҿ7rP4LV\_2r 3pS'5Ob!, ?¾7x% 9NJ?o (d( YNId"DӍ h}V?&e|=F?*%E"@YcMDo}H̫B5|J; 2N5pz=3E]nঙf uf!C 4&򱶬qͣ'#) >c^'8S0~FN/uߥ@q!7onsyڟ*6U(l*;P /xГe6L$ex;h =ǚ$v$r Pp v,~F:ՊAg^on(!|7/nj"hMw] ?]S0%#2x"HG KZ/5RVY\Dp ®Ru[e5@{Yaz W׃vlL 43V(fY(.g/*RWt*w)#&KVyď%~vذ9c"WG,lYA?EL)崘]~Xh0{RojeP=}]sX`T+6f QQJhiї/F`[kR25ƮOCVoǪ;kv= Z2t`,nXij#.4־O$ N[ IѨjN?jvح1;9y\D71AGτZ+b]L*/¬FO#T!]#Ka MU>F3.ZL WpYsMZ̓pMe#&OE2V#Qxz+iU ::?{k#u`sLfE9gBX7A!w.䣙p&2*NK!l4/R۸UDXB N4 Z% j1`aXY,m'2ӗ_дrаIy:5 !=ӈ+Zz$_)܌D<`wpg>l~ RplO|keVѥffl+1ր?v\ڜOŒlT>%.FD8۪W*\L)yTwZjdy_PRmxpW&}%O;eN8{32X(~!:'Pm9a\;1iB,¼oS9I-h\^d< c>5nmDƾحgyXP6Q w j X˴a;q-hd*( :,=Z0R=n}q )6'T3Nb f\% I8, ^Ke3K6ga4,{Bqf >baa F4Eﳎmy#%w}E a#N 2!;Uu)V){;$;?U~B\9h&ꠥn R|I]mKi}cdZFLj< !\4fV35~)$OEn{ y sF5x3C6IZmjoeD(+ő:=ZLs#VnbJN=lM^pi8m4w!lt 棅Xvi,WYC1ala4VE29_<%}҈?ƌ.5hd5ڷ !Et)$0ǘ6X RR>ˇO<&Z;A=YB%/r5Hꆽ;_M$Kޠ_ %muLk읒K d&6MshDz??S7ae+/-R|zaB* Z'~HZ:Y =EhEBB<Ɍ0_j.)o q~6n5iRH!,\t F@F^x6 2Xg2yx _e9Ķ5&9芈s]MOC ]kγr4h-ZtӺH4 nq2ClmI7;,9 )ݐr:!+33W!S0n*bg8A29OuHAG=Qz On='݄)]ѕҸ0cS94 ^ME]mLb'9Ũ1)6 ) -8FnKFOOO sb;XE9aRB1qkk})(7`O+R+ 7tI:1WR!i9ҐPa@K2 Ucݯy`0w֌٤cwyUg PS1o9[(y#wܴ4tĎ7-EV"v2 ;5LYе* ;j; 5`WTo"Tv4@+hz:u/v,C!1Y,SmwSdT1Au@ k7_%` mj,۔#sD5B %ۯ C|ć4)΁.|Y" zB6 ̵wX,ʛJ&OWvNGu1A{Kٔ0v+m0.ɆXFKaU#sv?o^?+s;~Cat,^+:K%b{ٷx`*+KI=vB9='=U'Ef N[hyҒZRN`|޾>gq-6XJ.ȶku<Qxa{C9=?qD%ΝMh3>ەK6zTs.)g_!k[FAk+pUXh T*FP}uxN:Ѿ naBF*@ f$)\zTrGXt Uzc1tj7.= O~SW(Z. $2̓н/JwAk=ot|)k`r5)+cjhOz%1[ 6ڐrZtD _lRv_MbƧT~+Hut"%sXTYvu em^\`Z&&8&z캔O@ (28Y$誼]~ŰΪ!m<}odKt @,';7 U@ Z'sMb"WuxR+Re #IF-IZD, Ɯ->5 |cr:@]uI(һmCo3β6G Bd<~oD;İ髜> P'J\.(W]Fw0bj}NnTU-ۧm?D _{-ߋهYb2xPqnоL1Ya N7 6mw8`o=A£C*dYH%Vvb7ctсRMdi]>*IT24)GCcj]]浣U㋖r*MvOoG =Q? CoCa&B!W׏ ʓ91:}x6`0NW|*瘻x>UwU|&ZFG2y쓽%UnC>pԠ%]ڰ%8AT~ n d}9b3Vwˇr(&e=2H `b2%i,<=*B:Xf&%',l r&+&|-XŨc*ЃoPapbOߨjbvzFS=c^,L k4TgCHΖw4,ȅXg{Cl8p'ENHZFXD1FV^\Q@#Οg3f$QN)+Ź\ldҗ曓5unw*頱>UPˑ/hY\jR>OP nدԽvl%$wNAaZXkgYrCszrjǓBʓ6)1tL+kdi Sbfb_<~L0ʠRXD;H2HRnZԠkpuRuLyn}7)]182ASE Xƫ!.jSзۖߩ+f|/anԥzҮr<9tjao&jc>xZ׋!d_(N~:Ed†`pO=ļ֬)3G%eBX%307mY[SX\7m=hPbG`2watv]!@3B}ljk2qĂm7'Nwd7}1e{!UTшoM-u+I8&]tsd֎q#Y?;^'Y>Y$# "Q% Xg2a\ՈutL֜Ѹ/0+LNg (\{'yr Pc+O}iZ-j4;v)4=xkZ'mhgT8:^sԁ`;'I߃z\jWUa8Z*ީlAN=^![ާKu2r$/'M@{(WV;>UWAe66xj5#.h91yqa÷Jx>oބj7!B0DaD|@ԂmȈf67cmB|ǝ ;bstH /[}Kt5iLjբ*Z򀾾gL&+'fenaI\/i̬en^c=]uP7.N^y`rGSs:OpW.I;7bA.mg. ʋv>wA-ALGZ CPI5zD3)utq} < il0^(5jǷ8Лjy wzf}D c2{Voϑdl۳joJѳ[P ^)U+1Sn7 ֚ǣ-.p&)@Hzt?i̳}1{ ,aSCo8s>}PX(i=` 3NPrWl>?ʎ8d@ygkvP;SzϐSV)t‰[0uKxb/QT4B8Nh)!ٯw`c (hIgk!| [r6,:s֍#,R 3"כ;F.rާƆ"1|~-4٪J`a_'2*1I˕Uu1,/$(zw&Y?2#"zqNd0stoq?084&I0m+XonX;:x9;GRcL-G^.F=֋ I\(AEpd~M^]RV9)lejՇѪHKPJ6JֳB#ɋy1ˍ o6uAYL%3a d AYYvAB}fu|z }V>!O3Nm8 :uv5HN)a_bq~ Ǻ$jpgVzX>lsjHȿ c=4I2LoLxXVQYSt*Xo&}4y!L4@eef6N k@}7A:J0'_c5RIڈqPdzCs0JڇIE΢9C P)>t%p1kB hasuU+ 40aC58DŽ,NH}tgI dDB`10^> ]\ygC‰~MHn!#TB9kذl-`U7Lkh( Dt!evCU o>5I ˸Or#f /P\th0go'fB XI:7LAD/ kh m\$ 9"S6%yPČ7AIh^_P>WaQ5Sq K +@aȱhȧ?]c9 /JWi%X&!0FSP,Kqn0CO I5:m.M+<؀soA&m&Ͷ/¹7F@G %kT̄2'Xj vrvkct'A>E-DDEc_1e&PCbx 1k }OPlcf٭ƳBnKS/JsVʩJTB]Nj;HEQcɷG gC&{ONFqzF~aW&VUBy$>rN6fhAśNM]][Єߺ a#MlO%aFn5_ڏJi\v<">y+viɚ .0Z=кyI)ƝuD;'=c%de?YA=H 0As(3*{Ш2-/WzL]kM1JQlvU,ܳ$pDIR&q%ܡErδ"u7*0*\l+\׵>)ò@m1]NXs^7L/3*^! UDŽz$cQ/&Q\u%]B4ˏ脂v\ɵe>ЎJyB҈?H&uDKgf|c@R d]3H?RojJA?yw.=jͼjڦ QUBzJB<&o׌:- pyb 1 KrDU1jm*LQ;AV.7 J *\\bJJvY Y4r(Uٙہz#Â=`%,e n\721^֑+mP'׽jBgW> G/OI!!~v/5iD:YC"ߞ|u 7D@ޡYM\aec qH:E8KkؿK?}P,P5 " ᵙ -A e;m"2)9NBO9aȒt\LrK ҄ l7]+Ș[ZCj,<"sqH}mēѨW3ԁN݉Ȃ"ayU*ϐoS-Lr(Xm" 2e~<#`"Zm[RD>0 8SoNG" vN(Xm2ysx2MPDE=%^+7X*Dѐ 4_8dM/^gʼy5zhgJJWQgJ Y 4nk7 *Ӡ5rwXG2lmӭs PLz}#pB'T\XّiK|V [[O|)~k<pwWfPASE Vy7>H^*li2f%!NH.]`QZ`λ{e+b~詼 H_(7ZU-[ M;yu=hAHY.FksϺ 4DpjOQxʟ$ZL3N]K9tg=)(rk{~OSVܫFHtgLFN ;xӐ'j!f :Ix9\t'QD P Oh:Jܸb$2rZ̄DΠ6"mmAi$ :q= q}Gջ].MSCN҆-OEfZC1@c|.>LALA:xR@kO|-p~XJI^qWg_fR|;[N臲QS'YKW9>&﷧QMwzpd`]!TRAIrR0A.cRz 1oC1eּ1t2ftFq ZnR/a1)(.‰3#Kte֋99E@-}q-y[V.SL rzGSdr;8#S(TGюy"7v4`ћSmM`|rxxďigf0+yseI㤤d5O~3I*vI%Ocj65)Gą'| ABF|op&+/lGvBΈ];{^J' pE6D'gOʠ䞩u:iSO1= r}}:@/,` Q+5`wDCfB|ae\l6U7U#eT le,`4*MJ C 3AmspT. կ|MY-LCWpYO \a2r'DSU><.#ݱ)0L>^mtؚ'}& >)ȑw / `vR+\e&%M*^ug:(V4[*UV 7;O v4DZiS9^0۸+,h"CGx}%FѸh&;!ras|[qА/ IvM;0CAgSYwsCM#Ӷj)&mmpe/cPJ7sUl`@n-W#wI` a85bKN:qEa=3MFA;]x )hzIF@*1'my2RV$֜k| ~KL)OtN '0z8QW;00U1S5B^S9.u Ws$ {r<(NAg=YF;zw΁U9j Rh8m=y& /Щt`JfOzU0? F6? L 1tw q͒O^\a5cxpMVzxX%eUzUfh?+8ήgrswi|P8BMrA +|'>}d_2idP[^e )Hȭ-` p1IX1H4)TƮ5DBv-wG?+ktocU|(c+\3tJ_?C,!7_rfL$֏%mIŦlKv65wHV~%#0ɛM|LV&] *HT'1,py3bDP#tvl\VClWV<}>_=,u+!A{K#-YjJ76kbcD3=.)_“""T?ԣ@rڬ &E\yeME(*y Gp#3iuџm 㪟dsqٿ|fv4ej,ӹ}+$yepٰr@!C̀wAyԩ,Mދ_E$h)ǘ23=,9saJۗ:gW54<,.JjgGgOpl-E4mK<|ݑ@7[釺ۼ#v*a7ejVM>d{%r2%](:i\Cj[w *,ٵ5v$G`yZuRοq Rnw༎kFS{IYB }hGᲀy/#|j~)B=-ny`~Kk(-=nV*6 8!ש 4z]Y98Rr`1+㙦"Օ03`'R^W7~jšl !P}@f`jh]`Yi&~uæt+"pW&dZ~3k1^isCraz!.+n7F6LJ L^ ^Q|d<:T8>3[ܸ/}WpbUUfQmwFtX@N "',ir(ty-I5XNpr2Y)YS륓r(bHd d'N2VZcHCԕ&6T\TW;e}(?df `WmgEN7Y ,E*KoQ3?_[FK[RBI8$2 *']WpZB FzA=6RmQ&,uF >Ւ}?FK"Tx1~ Al"tB(X/Zs$'YLXY@P-#}06x-=ڙ [/|s/Vn)XS[ΎYϺ_ cOj,mÃh)ɞv:_W= CAa!st%uF̓DUh!r$}ሬºҝ04"LDN@O͏bEtYL a©!&1x-Zn?A!.nN_U8\_SvǂsbY%r85Q6?gdb&reSw '<~*(B,"rgѻKFd|8NG@$0L ([pp\hR-+E8z(%1),FdP2KőfS@IJM1]16ٍdӫ*^09x'7d T hzU4Xw|s`x:-E#[mn֊aaS<|JɃWbMw85)p,,9Z.ٴcjYS=4.6wK0,_ t&BSsL9!3#b+7b!پ#*-hS:;$L)7cӶi,{2fD_&2`:cij˦b?v-/9 =gPs`9(+ÌuA|rBPXOfr\=(g)\5:'7&wn?/}@%?2P.3 gKjVoCq > ٚ >Gzf&SŒi!d?|ܮ\A^"I':7PRع@ 4n^lV.k5%vGlГKȖ 3tᯗoBij߉QXZ'蕤Lߓ;ƣ?d F lf5|G(vxPnxE K D8Ɵ oف w H,ssJLn0d_z"ߙ?WWyDQ:g*.-(g[c` oj0sѠIP~808"Ru.!ҏk"ReB isoה.u<~7AQ4"RR\Z@*3/ġ4q[^1kDȤ$B`vҪ~4{1U_X%dʨ u$,#W ap@]D~1L5Ҡ]s#Yb"]TL{׺oDEW byI%[JA/2jjn%lDG:,:_ğ!qx3 XQ9d8|yURCA0>Tur߶9wF*Mjm>*VtniwGTĽG -yV% Ga1wݶg+*aM-VlҵOmߩF5= FY š@_7!]gkӋ8I=9]i [hX벺G !̒1cG~ NRy~݃pbkQUz\CK]K! :6̝ (ں@0/RALn(˥]Bz =~~O=|f[T{?xN62 OEK|6<'Iķ1%g6H٤moc ^-D13*{}4DU/K1H:o gSwxD Ax䙀D`@|)+[K; :YwCM p yח&M[ W"7%;|3K^AUHLSUxխ2r (F@kڼ]d=>-48*@3Jx*!6>*}-r6v5Cleg C HF B/[WJyaos^W[=u-c0L՚Y9%px #$Yl;R)$/ )/Kn+)ʩ0bC?C`HML-Vme1?&|DJAOMє Y@8sX8V4hP4(.>R^0]Lw'L*T<pJ}#j3T At%> !AT]ZSd p!\ל+ϻQa6=Z6U-8M&<`R(˞;8@6 / !W canI&jx?< lr}{eJQ&.$=X,`6Q>90q%<+|:f2L%tNi;QN-"!8k0.GZFv "]шn#8IQQR1_1kajmHn%Tk7H+5"yMN_Peڊ5w җ?׵j:^?pM1ƓPLW̽^+TߏEf̙`H H+n󰺠+ ܽ~ A-wϽɣUTfY00ux}Q e6)ߑ CԝuQY|&'zeC:JZ6AL\06IYW-=Ľ7:0Z=Ig.춻R5R2)`9/\dJ٭2t.5ssH~jt ЇaQR~g햂ܭMf0LuyנQ`Kcu{R-6Usy9V$I_Px{RXT`s$wjrFs]̗3j)/uS"IfOپ-!dΝ #gt܌$ ȠE"[ydUI#ekm1;b#gcr!T7 >vA ZIV8;5*0~#eRV/<|cq*)'&5vDeIӽ >pS ٫Yݗ4[1@m3v;s$29Up3Xa%\A Hv/>#ZE'xf)wzQrv9>,\0]'M4 Q3yL%Ws!/A ?F7u#5;- PpwڪN#SYn3ϐGk+>E<EDa<-jfaSS? /.pS>`3ꐺ)DiJSx 3.._ :ijbSسg.5z'Kx̛x̘En[(%iWYDLOFz_陃=95}s3WۏPfc91+#.3ox𹚠TJQۤ榥ꐸy!F6s&rBիqVDWr~ "}W`,h| >Jco=$DZA~YG+p+n=OFD p(@ey+SZњ3Gw8/q&Ys/çߊ4̚i)YJQz4DeO[,- ]ߢPFw0_e2~QO&MZSѡLޛɁۗl)[h F@)r׽Wk4a&Kaұ&`QhAMke{ydy=|XdU>vTxocqs@mq"]ؘ#n^iQ[۽HI(ޖ!r{j3$/d`+lf҄=`#poU0>[H?3Gj{in*V^D_떟ngP?0d 5\Z- [ D{Ϊ<=СntfN`y(Kr ^hw0!kH_PJ>_iId# 8{gnxg_!db  YVˈ]$569"D@:AM{)&}ƅ4v@%>~j `HG&\-tH{u*aݐ,.4$@0M}Ƚ3BLu[-#IbjHN)Aa)d_|ǣv|gL3.:*i֡]$ lFȤ r}c]/+k<>YR;Y0uH5$5Ʋgؔ+;b-g5_RE jD Cf҃,ůc-q^\!cwʘFJ_B(';Y~)q-c Q? 4QuAZGDY[P^ `BܚCZiEȯej sN ҵyz?1$vD(6a?q1s4/-&Apg Og1D,KJw4K v:ߧ-19splB0 +5E`RUnO}v曧zhE53cyWɵZBHɹ -*u0r!(|<`8`z ~d;Д S3 o87u_,S2TmRn(M9M%Hd@JCv*sZ]m 控!/e9oD>)8y TeΕbrجcKӥmj5&:B/Y_[m3Ui#p)[nvQEMژMn㞺᮸=pvZw hn$lb5Ҍ/i[|b0b;CS8i}cE8\L%ɠpug9|jŚ/iA#O1:Fer6#xL{B.Li WdiJ FTVG@X= ;3G}Y#b]4~Ƅ /M! g#:6>|v*c(㍊0En@t<9lpd7ŕN'!_FoN bS1oZxޯS`Ǚ&kʍEX@P!! lk] ehѝWnbQ-ҙ%mXE߭XHQȪr W֊G]"ڭM[X="!fcOwZp6-d:ȨHDYBuWߡg,3Ol29wvWAG/*4tB#9ʺHbiĻ{*TϽS $'{,e\@IuR .n1} DSwN98 ,$\ f:b { J“hH:-է٥!dO"/1*_ j><)=f$P`|ˠIq2zӆ讂/׉B8- dw'N~~b # .9 ܚqGd kT5$I'p?4(̆{@J 2BV#}#DΎ=:iBQ1 "⬵?d`@Zq>\(#%@ǭo&zbhU*BNL_KAnrefC(C퀞eAZ0:52,zŮokC?m7>24”ɥcjL ZM eMvSG=z3=9}6i[nz7 XQzP \)sC41dLˣN!*Fj;҆Y\ G"6@u08RMs\aNUUAE8zs7 xij>7}kZ8j׬},ulQ; [1Tw^D:$*/͛:ƺW-%Ɠ0×p/\<@LsrN.+Z}ڷL)l6)nLG:×;G]&PгI/E M;QcNWܕ)0 x@+ ֥KS,ID`sˁ7ARD k-`J9!=s2)*j sE^ %u}6kiĤiJeOZ+|S0jڌX&XDŽ+JMEHFjB#;kISZFc4tduVǽX o F<RGH2ٯ$tp{ Q i@a3CF@hɨ )N\lx>PE˳mؠ6]:3ғ<_7l=L7$z4yrjjQ~e^ֲ6Sⶅ66L v'3 U>TYEXTm?rRe.2| H%_|԰쉙lyY/C!iQ5'Z*6Xn6P[_p(gsSLLNiՉE1߅R ĄEm3^|'@{dS9; ޟvrkr,=6&i?[:]8:cQh`O8Fd~Mɑ> ƿdMo (꘨<خ˔, ,@[5u 㹈dD y%lp͙K`? -cY͚$Qaf~uGI#b'MD-g؉$.|X{!KNjpNQ\ʊd;=CɅZzjcɼsu'H]VRbC˟PfC7ZmZw1inRY_KTJ@=ԭ-Jy@)B_eW׵ ~*̳o֧PUzB9qM&:!纅RG|︎oj[Nxϔua/X氤]ֈ9-r*UX2RC݂*9%hchX\8 MhbĊ8}]_$ U*jP.D!L!uMLk&ou_Vƒk'x;[lrXMaQCU3D TR5n Fv\3`,[ @8_ n ٝGv6=2̢o#RޛFr+6R ,9O䲠+Yh:h!V cKs-W3v SuDZ>h^ <,;:p{U_Z;x[';_nLOeƑ}€X Áb}z[iƫys;$o?'n{@sJ^yùP[ějP \oZ^R./|mQ_L$,E]ɢ[m l(+eIһI\f w p>X՟ J2 #;=1%8Peaƛ!zD?ʊFZK9u&%dF6#f~gi&w!ω!=T$'_<1 Րhq-rPDwQr*'8oS0¨|*X\٢? \I|ReH7Z^hol8J(c~ru% A{r8[({5Ok_g nN )<7C6>H>%ݑh 0=g^FkL.p)4H%fH/fzOxi`%0g8^SwLUl@DK6K=p¬dњVq6B+7TZ+3=fE3v#q9B4!²6j߆r -(ɪhFeU{B`&H$r+lj)/ِvq㝩p]\u) A $Ͷdś[Ba@$WEC=; za4Fټi_1&EL1{ή@(ijxn=3vfRC֕T.s%i>*xRCtwV=&VHZPh%l5VXYƑ WNg~t[ܦ|~q2~mCҟy F8[,}̀й518|Yso9pɪgU 1|4.a3o{jC:or6 {X=-<%5:~wdK 7Gl9#!&[—0{Ɔ : F]itɉ[}Hj%e9Yjj90Mjj%r3?ҍ})E{~zFPeSm%r8lfI@!K2We*{ _ vg);DY~57Bu]y^S{19܎.[&9T+ƱoY/3U3hb;*XK ډ{ot9/Fђߏ"F48Te-KB9O' ؅EWeY)5;WREUl)bə ƌҒbwUШ =$Z }xIx"0$}/&,WM_q\;U+-`PC4l7IS t|}}:{ rT;˻25n Hzp6X+ Rp3B%8,;t\&`6&`'9- `"cUC,-7Zq`@8ߓ 8oL|@J# 鈬o\i$IS 21ru?j#5.\RR/N0b@F*Vz/`4>YG䌇{)a@}bղd\M0`ud1 ؋-(m&>O%gi0笜onSR!W3\ru:Q,%Yl㺊sxΞK6bPߏήCq:AssM~ [+СQ=ikV1Kx8H)7TM ',$D˦;`Ql%  GS*rv>c•Vi!mx]k=~:xu;Q L-m0Ur'm}SAc !;*P Fx7@B*%sy t/WvT/>\zVeU4Hm(h)) $Sޔ16){2p?}N%J%J] #3-ܕx Pqm)[HavƝUcCC^C6nZO [vd ˥؋2r'4e֘[/U r\weG5FE iz6P8z 77\,`ᣰMOӣsEr{:/P5S0o%QpNQ4c#|WY6/9 cgLid7Jwvs\yZ.O-qsYMNؗ$s>Jueʍ@6߂Da/n _oʨkҩЖkVx/L2@Pwi&f;gZr4O &|o+kc* ,zHIqY*iqn@2Mwr#l^X\/T=s213%8',&ЀnS@brD5cfT3=xMe6K6SV4 )^CO8#}A'lOؾvϒx~ZҸ2@8^vMpHNAaEM8Β9<)Әt$Ύsɼ6:r-knj@M.KddWG"^D쨘lc;gi0ҬW@/eSs z@LDZʏFaQܴq 6ϋH ELQ M *,+F) *@Cv|q筣vre=' Zo_iO$r׳8{)a#oNI_tS*|DvtE $4?F@ $FbvĎ~uH'v(6yFN ߺ?eت~H˲>@d*=%b{Hڏtu]|7<4^`rIˑԊsJz9qQcx|,ab тѱn/(yYCs%a3Yd\&{@}%! {G'XcR[[mONm*'J8k%gN-QiM0ڸHm( #<;該BP.py .-U:X91 s:.bmo^ uݜp1ӶMamEe韒`R}50dE[;֣9Q69Wٰ+Ϊo)nL˟x$@$;s} 6~Ҹ* >M TZ1QdXiB0Kz˯jrD4}X@0Q;ۓ4onúah:Jv8* m #jPe L+,rp̀V%? Էae9W=0uvyN#szzeP|t`/_`YT< '6ay+q>ȳc:vNDȍ/W\+ pjZvӷ2Cu.OWuF֎bɩ'qGiIn}\3^f6)H4T1iad?ngP⅕]ן+&Rm8/T i`ʝÔaC0]E\ಣEp7*gL^E r3|o<7aY+D7 󢔣o`32~DCˣwH=%Ѡ .G율З: mWs**8)T/M,Av{Os@,w:uÀrM9`AB)QQJ?6wfbn~W~}jnQ:kJN Bc vOB͒iѷW5?I#2G%m{ߌip]O`AB&FrD؟/^>| Zak,L^`Z^NW%6^R]*Ao&-A+׉ٗEeY3K3[ @48Uٱ\ b.T0,0\Wģ#:1%*r. /q8^.X%_^>!c9M3*W 2U'RO"$nEh,J%صA΄Hv.>5^2_09b*s{A5Z1&Yŵ靶,ƚ38蕒 blqR+ը4irP FgH)4oOH,r #q=x'!hbJY\FITl8sdoųə͌A ZI,e(0^ jH=;G嫘zg#4I`; خUOA*NآD)}{n1s0^x%|T?GSD1} TAB 2\ux+f@j tDgaADi+H ^rTJި~A4s1xnP\2XAºԭ#b;.4b -p|v03L7sf:갥 VK|@: S ʣau5'Hv$TXBj1ݫ;"*X&B FacGOq^gBvgnjG27,[Dl/92;m<#s"ݾA}O<ꭀ=fϫ: wڊ_^54Q!4O)?gK`(1" RR 'U^ 2{e0͈%7@ ~1WWrI{(i40&wM0S0v`"C8r, %z<Ęk֡<)E=v)iGCoY/ul;nA!Xk/ @›v@,#_Ⴤ1A1wRP ?b镠*a'aBX眀$zw^vc) q/Tfc֊ ]Y!>1|;:hqV .X]Y7@H:B,:uwA 6 gvbLjU 8}1nB@ҕd6SV1)zg6aFҖPy%2֟@ ǻq7>;yvW"Ď8R2s>^muM;(pI˧FVKjDa[ h܈Z>ړ'h ۪ 򏤰 &?Y6@w]Yb>h*ec ?Xb @E=(x 0MZ1s{IõzV[SJ3M2"}ߨOm^m"~/?4$| ;BR8 *.|+HcF`o bg,IɄ"V9[^5kX8t$Ro mSUQh|߀Mѷ2qdMv!ݪG8WOo 0blZd4z ktd?cp\OIӄWi="yAtY׶Λ׵!ⳛ*24W ޯ%yҋYVpk>`V2No3ZH:"X;w;-@uߠo ϮKwtmA%%7-(OjO6I_OYAQuQM (M;*g/a~"q#Wgҳ8^>$Ŋ{-z2jֵ$[W CpCg,\E@'eK+6 M=|4͜^ B^ 8wkg;t38<ӉȦX,aZ3^hNgj[H Ď-ܙƇA $H(=a0݌vQe@gsHThh| uA#=aC槇n[s7~%PA alO9!6ѽ`j E܀FX(hA+Oܟb8M<)h|l쭏L~rϔXHuzj˛K>!!5eA5ۓ&!lyA^'ICV0".L$#)_'?IA(^D;"~V@g9 w-i,C2]HHQ'X!}3S)6 ʿɻ9Qp ֬z϶ J i ,pnbN,;QE"A_\Qcu;r]slvh-Bo #O"1vaCtf7&6ms(U0eiX b+:$\68b+@\:XD|Gɦٶ&+ ߙ.VwˍGvC 7 cʔr -h<0 2 +1iV-4ӪH%C s~ęQY PV(RLe pf,E,?maIJd %WS TGpA|.hYp?B0>*v?L,W"(ͽE (Jw?1M2._Ec䡴8Ab&d$U$?3] 5w:-gyAՄ[HMQGر]FSxeNND-kP<[+(~)C։p>-*jt9>& H5xG*r̋;a"؛9tNKϦ̵4.V'vZ[ Npxuvq1~`P[!~-SCdԬ1`#Dޚa͔kWq s-WP~]{l˭}cl_|Fĝ#:D:v^" 1vIĀ b ] 21т 1<]k@ ZP;ve8Y!.N k8GlK_ Z8+],,u^?' A>`*+dQ~Ph1 Re%]'>cjb w sP,Y>@qn ~ K; W|w˵0bT;vdd4I)a?b`ҵElmݻkxN4Pc)|R a\S*2O&%s/I~yy.'wٞ*>pPUPIщ |  _/[uQ7Q\Y>T\Glb;m%n0ɥ\{,Z̀ RB95^&d|g'*WUp@yvB2 ]ڐHqiM m  5ő; 4? n6-^ uIszi^q?gp\q#V}ReDI"]ƩΪO/&O Sͦ22MʞaTWOXQƺ=Ov=í̥FN)d>3yTZWpSFPIP!„&#vÍ0ʋQ|Ni*mGUXw+֭.lf(ؗY*ܖxOuG y@ > &@Wj݈FۏqEWuަE(unYh 6_S3a1dsaKڃcꣵmz+ lAg SYp{~q&GثտJۘx[K)Ō1O<]_]#[e1vpy?3  3 3Jf7!"&ڮk=?P+O7L&N)m>Vx`H=@?H*>:\@[ix#%`>˲xmy2^08u_iB&5zߏVmCKWlBE;&HhFWa+UFR 8}XryeF{!VL;%7X7c?z f<+]& z 79L{$E8#p"·—$d+Ypi&woQћY-O"O(X[6#t}"MChcX%e&SQ+{xg*{'>+w$EBҩٴVUC@bbX lG5\%H2D:3-A9; blL#UgdĢsW X) 5Ԧ7g}(JtBQiLs#L<9NiU(= j{B~o,ד^$8b]=ƒI9RU_ @& ]RcN<%`vEZ#(%ՠWt _dQwMDb<7^Z/[ HI"RݹD2U䣚YB2 ׍ruڔea"Z{PD55J|۳A%WᶠIqC=yĤ`^䢓cJ2P|4;Fw `!ΐNd76R I&topDԶI*u z1j uAF?Zo|h?oҵx`a|Z+w[JHFh}~zw?D!×"eaZr*']xe-LO ?nqV`f^ȩHgu"I~7-5)"k8B:굽]A_ΫXtg5, NXh1na6D^}2qlUZHc+H+R+=~LR\4 {s*UwGuJb$+quƮ*"rajo(v@~W" _5å4)~Ҁ)}pH~U$Ϸ.^Ca]pYfUJkB$xQ$aw"GQ>KTE%Z2FJ>&{)y4v:uam$5%X kr@{+ebZ 410SM6|+R;乴5*~˼,7v}%^quJwUD)kRٔzN] 5@?!ăVy3$/)|!]=j7Njp]9I3>~* . UEL], 粒S7HbӮ|XŜ--L4,\D>\ZmW?/\uBj=)xUa}݈6Bܒ1/j5lRGv]`Zt୰Ť֙~؊Y rK5Ge ; ׋[;,a/f x|]7ʗ/Xo VQC cP&~6$!sV"^$檀y31#<ζ. #&9՟QiiZTBoW _l k D}"#ι ]y40젋<#⍟W͂A~€* {͸r,A<_f*mg\_cD06=KOW,Oc ?O팟OayLn`RY)X"x=z>f9,ڃ~&8{[̾_jJM uW,ga@@=[&WaҹR$\mjرlۗ*RBY&.A(z$t.:rŦlby5f 3%qD%7/ d rfb^Geu%Eԫ&d&=qjK\#JQ),7b 59&|fʎΞs응OFfS MXe|#ޕm(ѕW tY9hGoiν-wiQԴF-b{/' /_Y)l{n~!:>W늴@pjىʑC.X*bMC朋6R*ǓDAqUsOl2сDCtuRt*orФdߥ/+JA}n>Y^\xq[`koclF4(X~¯6 ?&DvZ7PQ{Qpɏbcf u`l X[PGx88Q}?bAߖ]BSx7BYqr >s*_5-d`ud BaAw=~.֦X82|r)mx ,m \<{z _ہ#_p`m(nv1⭓P/o n\ YgB6HJQg".)H!Qޱ+Ws>ƯXWV>JWLZyX&MESF"zr%I|*ejD"{ɠbRޫi8oo9\?ܐLr 7&QfFcML\0->i MNա4?4^ :͔K A܆r-+v7Ʀ{9DE$޿rK[CZ9z,;yd#KqJSdտx[EPDj1J|*>+8Z;Jy84RCwQ2ϣp-P1:KӞ|3? Җj7FkZ.PIuV8l&^/daKp *#$Diql-#{*}] ]hkBdiN(; H%r{q]lfB!Ϯ #Xִ dXu_B ?4NO.+(NتxV .+3"Ro6=-=kA%rW @6o>{:d\^9{݉h7o4__B8;uVGuwGxjz䬙~78hm''cnzoR[-L3ws϶Y'ɏGkXF%  /[Mk쪼80/ݙM0Gn2\.OVs,}_" :Pq g-##ASu>C)pk[ZP#*G,3TlˡBOו,BMNW/xv)|o@$kE=5֓ _WBzL - .QAxm/+xcTP1-xF; W4B8,0FF%4q+?,?0Sz6owqm38!cz/34^q:$nϊb#LUyezp:5с`Ak~BdI 2&ةtF$X3g҈ cG%&QkVg AYJP|okυiiBf.?ΰ䑌W Mp -A\:HVɭƽK̠[6X _TJy,fi|{\P A|V0^ ovu qњ{A裚*#ݕ1m,esq<цCL^47 <\88OPP"}Y1B84A؊*d\Zo? y$]BCxs [|oŐcJ\cGy6ԼM^@|Q9M ww"kdQ Jz/'0+ݶ Rω{; Ъ)ɄG-A-2>q ҁJfSe=n$ՙiaO j>R#[@0X3˔ɀOck*NjVtS< O"c#0+ BYզק2Mʣg-as6U޸pQIkG:،F`mŭB0?:Xyކa-.o0/@@r] LY{zCM;'BQ2a3x"B^ I9YYiog{?~c;{TVRQ^PWi$>)XsՅ|d(%B#Ao,L -sNh=Dzڠ |T0i*yXz=®`՗> > :RZouEMY{{<#loĢ_6:xCQR(}p5ȎTqnG}"~vy.Y).z[fZ ll*xAz:Uc6i"\:mqHNb`[Hr7[<9h-͂a BuRw1ޭ3A`-hiG]ozP*yb'5 G'Inʩ<,li|} QuZV1,B{?O}lD@+6թ=}UWQ+9v,r W Ƌ3yiMpM/;ǧ$?0߫}}Lb Ip<3K~R!l2eyg4_4.>Ali#jnn7=&jyi_)qtʖ!5d\HkĿyq%'rDQp܋~5uh8|ov#2/8>gĮ'W&R[6ac_^W_ñ~iO(NE=S˓0ci&`E׵pإox=@Ygb(ƌ:0mK6khhSO7%Krn7h;Syc,@ic7rnX+/@pxg9j:#+8_$:E~o1;Eп8 C?5c~4?UhF⻏tl +5*P~xdЧj$I`k*uPNmXE>;-OTjyy~[amN]=䙴u[d=P]k6P GbY }F:usxȫ?Ic 䎽Lr=S ǑZ;:uQk T& ` sAloƹ% ?JS.jZ !H>CCnQ-z"4h6":Pz-c/{)BkW **3%#(ޘE.4("E]ڦE&:+"C.j?}dRecn ."nNu|PMpXDWNd }O̊4}L= ͂Xzyʪ 5/{ 2?H8!}ާ mK8PYD>D )f`AH>laKA%v̍m`52fЄXƪg@@ ɬ\ ^|{;q(Nm[2O[]$$Z0W㦦n9a] tġUsuIfI͜`?/uη9f9OK2 f_$(r7E 6$%Tj]$T`d=#?UO'[*7,wqx@ ;]l&nڗ`g=/WRYoLfjJ&0L(<09~KPS&^8O3uFX TĬ'WNCocTfR@5PBíiLgu-wnqk׏v7-88<{d׍oMҨbvAorqpU>q; \'WؾzgCNfDRt`C14)d :zSIa9 4wg7ߙ<:Ǿ%GɡDi+bD%]Լccl.MyӯSHx8(%4~@)#Lj`N{è8,֙44돤7ӏ}&Dz30@l};# $[>ݳ枺 W, ةJ9~Ir Lh2q;J.a`}Dظf ֫qQEPdŴ0|W^,ჹ4OOW]kHȩl0SR´Өφ_Gpu|ܮ6+nY&jN fY6||x |:b͊VnT@ /•.aԊCRS}v&nQ6?-OQoX1©# Tk"36ڴ˂>L 0aBOOg4[3v JO{[$JmاKcd?\yET W>Kga@P@s7-XI޼(S%+n`c"'H&Mm8 NŤ{J9o269E4+z+ŝ}3")["!hـs\bd "Е$EZyjtooŻrrHo,"PHό-!\SpiJċqHeB+Gb{{2r漉 p[[p ѻ_O?dސ=S+˜ɢ9Λswj߫3m&Nᓢ%7P?!xٹ `k{}g`D{DȁenD$dѵA?-*9V~wDs[S~%/傭4JwL>I=$džK%Gv,PW2֒bѻConF[!tu\3܇%ãzچR24QXu,+l@PZ0Tj>קJZ,ϲo0g'EA\J?o#ܷLF*SȪyuw-Hc)pfտYbP-vS?\T#ԣF(Z!B.՜]NEBthMld=(+~0;Zd|#j$KJWqo1OjRQ%J$=cQ*U:S%U7+¿eOD]_K)C ݉=džȏb2$Fx jt VM`]&4W/U՛`z>wo@Tp$GXHL%Gո 8ey:K$&kc'h\c/QF+-Pe͍n؂$Lۮ\wҋx"=ܾ?r}+&q)Ibcp$QmW {ArjƋT&H`RE^"r/JwQii"$|r;ͳ3 # A^h5PF[ G'V$n(Mśy\(or ] PhUFŞ]gdM~<@·0q2%L} - mqgdH}_K L.yoSZa]v\}0W4&y5V\ Ūq6Io2#nSPBr"$$>3S ;ZGcz( Y6a4އn$;upW%*tCIpU]_YkV`^Zͮ^% Ўs\:XT^4Ԅ4(Q#H59$ 6sqtM6>*?F:F 'z[7wmQ&)ۛ`q2ejzmjXQY".]Xt̎p(NX%5o(b?IH"ȗ$ u?؛o ҃̇^_i2 aUPGNn~&Vt9ua)#|.ݠ#Q^Y<]|i/#)(@33NOO0'oI}!t3dvpѷCwͶ6 [v],9<>ZǶ+5crˤEmLPF>Or"NZ"]3Cg &!aѴuc(IkY"h1%c&MO`ڑZ z1086y+PL/5KY*6$ (8J /sO[! / F}&^~J j5Db$w5.="k.ԨuۜV{>mqԙ\ oӇR)$;2x3C`+N?2 |FlzZ|ROO[$ɠvFP- w:0tA6YOs vaOלQ;F$x=WSKc6P,ۚ>2nm T=i7t;2@DzUrU >X$̼d|Eܕq(D-\ oA@#b'Ϗ1q>&sb3V]pVRkQ6+MnGÜ@|!U` JLG,s_]`{Xoq䬄D@'QX7!4bjf*Di8swEpB& g2hSr|Zysæ!j+:r{oD>:A Mτ$ۍY#6u-+TVe;`ыN Pr|Mf8Ǥsk8w"B7 Z_'{R+!+2L{͋X`43KT]Q}{)'-1g xU=GDdĵpaZ/gjՕ;h@;Uƹ 굡3ζIT(~/>SPS dcU L^ 7FWf |ߴEn>TlBl lC(g2>Lwty}X2t Cw;;vyg s\ǖ=6T OS=Eh#A8&Qm7dǮ! ž yE6}~-rqBp00sm [ߣrT#\)Mb--9dCzk_>f.s"^Z)3M86IJߌrF+]=E؞2ĭH8PCC(.Lך\gr8SlMCn_Dϝ' Ijd|T¾!ed=:} 3"F)Ӗ}}uOP KMp$@gMx>@vS>"r}G|ُ{bM`dHԩvC-PJ@ʡe;>G_Ah;:?Y'VS'/EsѳFf5Ј'6ۢZwKf3cCDGnn; 5|=hqpg+m`q`7o#?JjEī앬e5"66\+xqƈ  r0n5@䟉x}2R-O`JaN_MފU1l/U+It ?[9P+UFE0/2tr6]C'XH`*Cxhw\{hvE$*<\] 1Ya"{BG^DGD9I#=}X/BRuUMY 喪3> 7[ɢAـ+ҽ?" LUܗl (.!3i u*4-]ƉC0|SVjfhzu`v@-v@-]2{/ڝ*)MfnSC1P} X&kr?WnU]`dh #"ҹ>@r(*pqqPFwm4?7O~׿ۢ}tFo#BxH~?{U/D`K4#%Lȵ47KgwiןQ$C @nvzTel\ygNgq3b i2CAu9C?@wUI^-&z98ǁ:Eo x >VOɰ1u > y| cs\m"7xV(mRG_ڤn>OjvBr.N\c'@r|61ݽB<ʹN ӭ/<ߡ,W^UU̘o^/79B?غ*EC5bW9U QMI%zFtqK73ޖg/ wvwR\(4Wq_đ)[aZDQ XY[t.\d,of46;,)ά[ n8Qhr7aol@.kj41}\{Zju7mEKH2MTnGsR,%A;'<ݤP&2ϥO?ݺމJHzؤ TSWXu?}h{b&#gB=]E30Kׇ۠kϺ#wY&,u~a(D~&(_2d ,J}?U>Zq i&D10MX qqnąCV^, x?Av ''_%X `ʚr%ݦ{`!%NN@^Ud6_A@2:OLW5;">{4C> V~j&sAc-莭+Rb K/8M\cuy !zBC!]t`sg!hBu1JWv@%#E&/O?}SwO>Vt*6.Gu)r7J) -*몢Z`9,15ښw\4QmI ۇThg,?<~NCMk%GXAN8̩ڨN(br$KUc=-Fd\$@sز&G!mlJCEjbC;pA4Gul/cQ2,IX$ǭࣣM[sswljsӒ`:ׄ [+ 7jKS /e14=;NDofcdrьhƦG eǘPcDޜ꾣_Na+\Mø7,O K[]8MW˧d6hGۦeBIZ~}+{jV*"ۑ!7@>ynңL%t1Ҏ&lsd;P}F,5]j Ru wdZ3)O(9 |-èp 0+.zl`ьD-5x.kM.SN|rE i]# % V: t"{ҁWf8*X;kHQCnӝle/ȍjo,FD/r-M&32j!G.`p b&*lb<{ \u Z.;]Fr$WXNFp,4FV7H2)/L9ϓ&l檝t  'Ԏ<`t1p7ˢMToРJL:}'/љd[LrK3Ej0!(me5!4M4k$ܤ/_U8JCyZNœNx*8oEP sǜV%7уpnۧ q>cѡ&x3~ϼz_gC@Уc6XB`}LŴ9YB&ۀpQ0"ҊRE/>Ln\yixu EuGH[Ͻa+{-\Zua;E&/~s%lO~n:Bx$u/F@kͽ[$j̧C$}] ޾7us%#*X Ή`yf`=q;Bukީ(:҉(s@$Y`rB}4 wR–FcP>VVo;y"P;M2=} o50bn3Z\+]p^qo8 ZME 5 (Š0l2YdP^O V2*h9f?k*4oM;@F$0˼=8#Tb$URb0C ؟ˑQ<@x,#*^eZatp:$eR[oÎ^:v/->e-ç杕XzȎ'Hřc3ʤH5t 98ȿ#z:"P텙B{va:,27w$E7l\/0QeY|*MAdKSAR3fHpC J?"f*e=>)-Uk}qg.^$|;zR<1@&M|jnG64Kl?lL nmq3Qb<:tqK'(B"nˈ[p3騪¾4>*h&5ȉ׎m p=Xfxvwn%x{k4_ Y vTIߌLEf6|DZT.o5}̧bM:S%RKQW_D mI 5|Ŗ#w~ -&rWժxǚp/,dȲ` .8l0j@01ӷՑJH\1%[$40 I:n\/H6/[ cqt ah+PAwN$ ~@(E I`Dub840ɺu]ivWW<50#[UɉjPXJ?=C+KA;j~ 0s#H6u0[):6nԪ>s3f@9lGmޟMsW 54|l*"HXU#wוt=}RVHʼn9%t-GZk~/N7$,nmCyCZ@eZN#/VK_S,vCJw.6(<@vLfѿ"?nh:T|3ill;uQ OҒ_`TƇ$&6Eux O|HWHzf ՃMJ#k^S%%hf~7bW`UA !RΉtzQWG=7qFNJ*6AQ,%_,z|}Bz~2DLtcP%,cxm4 0+Ia`0Iww ppEr.תRj }mtgKXo$‚r>kijk`R$:ϛ!%4 D:6 cAN: 66 U.֗N?koAt!L=N`Pꚽ7zHT,b5Y(ɐOpmr3@VO moNS%؅<"sQ7CCji A,뎩Xlr{w*'^Fot; sDmf%\s"\ʿEOgbJN7J):CĨfGt+@_~?b1UVnx Z;?KT}8g2фXyW/FRs~C(2զ9O٧ {2 TM%Ap.G^N/d)-Pl>5s@AA^y]%[SW9x6IX!8fY t 0vC [@eä0I`DÓi#҉U5UKOHސ80k?iKr'%y~kC#`GvΣ2J1v:>Y_Olk%b^4*:hPjFDIt#v& s%c#hs˅qz}bIЙf42=[{YO݊G! E&:E0ބǡ`.g/4^3z 8+&舵&Dwbl΍ԟ Pbf MpCЪv||6饷5 T$03؎p @z)k30d>ty*) G:j[C< ~"Pfշ%V^q*%z>Ȗ>^~H_΋z^4,sANrl^m 6Aw|وa-|c1qq(5F\)_oԿ+$2tہO#1S b1L*3'Kyb$V G (G^؄Z=|1޴= pAi"`fƿy-ϫP{ǦۛL ~=e.{]P uR#jxUoYu{4EfzqN{:!•@^^= ]wgRx⸺[ e}Fyft#JZ.'{lP6VAp]Q0T"ƃ8`}Phz'=(U "k՗Dt>?*\UXDJkʪŜ dG gPIwŝ9?#v2Zv*ږ#mԁ緱@#%qOy.lȅ0iV0Xʕ ԙ{{Z5y9#QLx 3n(͟٤ Onˋk$PxDNC|6%Ɣ7&X, ^sq|e"i V_nލSŘ 9ZDLpPؔRK*+씌hW1NWأ7,[X ] >4,i[PuS렪c7/y{hXR7f,[$-!X3@q-MwJ"[*e ()fJ̞#joS`06xdIebjc[?tha$HvubqD A Dy\VIn3'Cy}9!:HQ j9;~:B6N`3l3ր)?1:tEO/`#ULbA5, VzcN`FL1ĚM Q oUd% ەi 8zJ.f39)~bdI%7y'd{nȚYt wYgק1msQH.QG c7Ecu=BkGހZr:lE_-q(u+#ɟs \p,"'j"d2=߭mS9!a"VnjOS%3Q+!~jj&/:`G&dNȨR[ꋸ*"]"B]ԌRZUVf Lȑ%eIΞssVOrh9CVkH md`orG`LM 7i#6$nTfbL~ϷhMRU2`k65#*]~(d#jU8r :,?CͦEً"RmtQ=XU rf2ƃѕ>*" 0Te !yZ ~1@@awBձ)ZQh/)02G< Yxv"4\&8M_dgg"סD@ec9 ,Y`5D4eCxT1&DR$V\Kp֪7SC쓽}t j*x,*MD&&rw35:q\҂ ]:j'?#>b蟦Zw=qkIB9%&o;9]M爳I.17OA0 b SM˫{o(2N%sjO6P-ƯtjYSvBe-?8\h`sP~!룄ۜ™=.[bYE4nV! Ir")+=Phby wCQ6:i;.c/Ni(n#= f]=amT*?g*^{)Iyc xg zVp^/FjG'j_Z~ ^,8a V"-{L\L{.@)1% w aB':GbXup_Pkǖ_K= FubCC|K*ř)]n'b+C%DEi%>-?Ϝxz TT"vd霪BK=2{hFY9d=(c_JUt닣ۺFo[I:ChIGkmc.^lqӈ(bESXe\bm_еv15:mh0Y|)Cc׬U`OMu|3@Eΐqʸ\ S&n_L[SW b\9xwh1k5<6d/3 &wӆ:XãM/ `C#Jz$r ,p8@Ћ54~2*T]L3^F> 6&p @>sb/d*lq{ʞn1>xlB +[{-0dkM9O|[#tjU{̚G0}МJ\PywuqWBI1D/$>˅xck>" _XMYQ忦d"?A=٫?iziTb]$r,&K95"0S&-a+l; 3Ws}/9{i`^G!120 K/A?wy*({A/ɝ5y*6T8&F45KV0>-lg31b\RΎ"ډ0g yh9&3{o(w<[ʾ}%J X?8>c}P뛒.ϟUPܳzP`~f@bf86ƩѲ~7dkh':|=cc_ujۿ-hkpcc4@dpvmK($J镭˧1&?P߈ Ǧ.}`||mR2fMC|=&{p,Z!gn ҝ;fVga9uCհmZ(ݚI#" yDʪx;L̪^O8H0 \4A/<"NƔL$gzBm/hmEty;Zi\6YXTτ=KwD~ + GKG&l/\ED8=b|~i$e:! .&=z.]G?ώisehZW7 vi,+mN %'2aBNYI@\sm3۠+rݰ2*Ǵ6K ]Wkj^|NDn'4z*(jU@r wEn5 w+"U9$_ҕ4p1M*w= scFOu'[o4+7,4cPt;/Hn6Z<+cW]e?&ov%QR}y`Ϙ7%1:3(PZ6A|wtH_'d=CvV%$d8D݋9qjٰRFQ0Ԓ5\axW M}C| \l#C Ex?p$)kWdI <$CwtƸ -!КyP1~7 Xs߈BKG-.@3*Dbߘ'+G61VH:C)Q#\QAY^AHԼ,<Mhzh|5 0"95՜[UK $`qNu57<ѯLFtvʑߺdhծ iн8~ȡVQn}ưK.v jؑFNDupD R L )?FߺLD23| !:4KEa2ae]Xa K$QQɴ_O#0H'c*2TuߋȎ~ɼc86ع4/dz,ḣ{iSaKB<]H=,0Oi3!;!<.A̳!98ŀ+'B mO k2EBc5f|?(">l.O\ȰAql%Ӈ@P3*>#!xcV %6p4?_NP%[pśxZ9tIƪeɊ[2xL}dNתG{+bG%BeӣsuԕoVȅC{m-Qom-z%vQ9ox8Rqa#zam0) LpmbWM8b-gf(JFM-ˌ8$Q^މ2b骿tB O@{_zmkajV $ 2Acaf Kva_;du0B2}qs!^j{v&.9`Ο؍Hv>m0ظɴGꪮC.į`I9XCgB[0)5VWM 9zH]݈$ ^oI+PuG8]rnlmOHgm$iNYH9#Q*GW 4w^4dSME{p]}ϩ'&/?JSf߼SU)8>>{A5ï[Z<Q{9smr*bJ#Az1uYfѿfޛ怦-5SlV:"+$!QM{U_{X76-% 6MwDYIWmu'@ #=[\κ=q6{']Cފ/Tu˥=qR+u`)d2 oH?2׆Lg#bE Y>K' RC9n+q U5P]o5گPTqglHCiR6W  cq+[g u5hz43?= ɜm%Q1x]^ nf֣X^'8׫Lh(oͫ tj`[yލ6ݞ G4DD%KNgUIG71 J`7nI;). f5#7rfIJN4Gq>c}#Ҝ)=I=.ba,s݁gzvU, *dՓ0!)+Q3凨ep&A>h\/z'_U؄:ǴSKVY񧤓-FZmTUI8gtyO/^Oӌ6ox QSJӆq ?. YApql:ph-aÖxa3 i詎9==|kZ]90Q*"s'ꇨbē_}DֵGݧ.Vppf&͹2Ii5OXi&m;ڍ5L]#ί==|?%}l`=8Nktrm.b-. ֎k්oT}M Q`^FصB(ưa'b̆/!V- ! Ϧ8)==rq˯8m| H[s鶿Ubqy X:۾}b9,2^j7tM \ ԓdLuTTJl#\9a(Ć$wH^mwv*v>C5eEg.Sʒ!_5Vs||>:w Pit ld=1A/GaќO21OesPDf+QZryj㹋@nϦ?^?s0 dj4CSnjZ )>g,MPK05TRk22tu]"@U)Sm3lэKޕ~:〃iI쳷 wNa<G/ޯW~ٗM>쩠K#,kpk Jh{$>3@ӥF|ya]1 G3B܀XHa aH,Sw^`jdCZU͏I8ã=)zUS84th+?Wj,tN(Հs2p_9aY.񷤙r"^<} `ۉ4%RwCp_܈yDZ5*_8BiG=Xy:)MdrLjN<^.*2L; !ﯩ`˒_S`06ӯcMz:j[[]r#᮹zw&gjЛ4(!fo͂ÌmP$aP_TXQI9VFOJWZR{o#FfEH%0T?{ qA4`77)RZ՛tbj qZov^UQuhUWW XdGN7B + Q2ȣ{g@ttX*e8m$qyޮ?ouLXr:yt`OY/*wxbI_+{8v렁(\oqmT3lP ښ2 \q'-w ]jP+Kt-+fKh >D{vHKMӫJw)&zPCNdF'b~=m F=ƾHI)7 KDҝ6,YWń<-x-̂c~E;h@]<}Cm<kUtAa3Ǭn^qR` Gfkr8gAM(VJHzm)w cV;V<*b'q,:M݊Gܥ/7XU'.I;\miNn0~hZթc63"+lQ"4s'"N$sڲAyFxlC݆oZ@JҊj\}NͲfQ ik^Ɛ!٠G_XA_wY_uTB! juiv Y]ch&rt\ՒA_vUX:XԺguSzXAo%d#0]Q| /AM26QE=GA>Nt r^v[F dX\w/T2 ؖdL!EDԂ_H(jnDŽ9IxCG9 gfDP :4~4gA JV[h "`xZ8/p8i3g@PVq..\z JD/d`ƟQ f V Qzsu5~ϺD$N'8R䭘Ʊ $WEA/f4~+98ϟX)w-]Pcn͑ װ< ymud!M&(ҰO$b>3\<_HD&ﴑbץ*tMr/߇|,q;3){Gwrz%tiԮ>ӸzRpOmǝr6u}b(&uQ2T'Ӑ`h!_KL/$bEI k8Tп\x%8}K]XIiߨ׀TuH)c|WA#ў;*X[KN8M%Nx;G/К_+ vSܺU;\ʁ2+-ErM%xtGCZ]>68͖+'@$4k|c`ʠwY}s{>Ҥ!}CS)>.Ak7-$Ԑ58#Yκ.j`"uDz֦IXWPM=ZAJ)&eMBK)FO{914r:)ҡ:QH gf_?CX*W]G#q}vZ9bPv!Ƶ{6#Np7-.yuE\eDݹlfDHp 8njS: jD7PRUTNjY8v"v54^LW8lZW"LL<.}_^Aҿڊ[ek *it2i55Z33smga˭cfPq WXMBDF?^ kj|wJlO䯒ń\><36dgiO%ڔR:!Yr|wRbd6܂DєV*؍EA>dGBNlMCWv 2%%U"G2üSrB,T̓zi"R;4P.Zp}l$ap XҔJX8rqrQʕPr{tfxv%^ "*[8qW_q8'KF+s6h{z'ߚ<0GT }|O0V}$^a&]{ tqSsLi:] ,5*yee^7r@!M!:m‘d* ˯AE㦟ӽgÜ-_4$8a8J\[LE-~H5c7|U{H{=mxMvh6sF^-|!v3SIےYX9ˈv^s)ħ:Mz5lv 7M&6EoLg} 6/1L%3)YGdixzYp%XI -LD+t 9o gHəTtD-A..W?;b9>:{0|:gb(]F#ސMr {,O䕴i%n@¶BQ;,ٍX iG Mg{eiIarNjW }=]QyVmP$e`J5Bk'䈨יC#æ4ѵ-͹,l)&v(]fdE{U0)AmiWY:ov[kI'_Gʒ^K\ZELs]۽֑$OhoZSPYfQGV A=N{@4H߉V4uvT|]fܗqZ3;qzRDn- iNn;;`r d5z YdUxQ?8٨mim D> {h=VZv "fp*9p>OC#˴2 UHQe#k:بWzs5U7C7wHlWWY] s^ۛ"A I.55fdti7 g~q)x8CvϔZHZ7OJZT?4r@aqa V L"+7?7%)֙I%I}ztG]S7WN~Lvǔs9_ SӺ̋ݩH32.|@)鏺zyg|) k壥l|3߿Rrˆu5Ĩ]Iw>:֎ߌQ{/LSyI%#j{tLA"^AyyMay;.w af!]{Q@]VQBŧ9`>=zUNxu_cB5u˞A3$ 5~ӏiFQ]TFpR1yP/^s|O: 7UnYvqFUs|t> vt\DC7U`B: Cyb |+IK\8 wd8d*<{=Ϥr̚15zBa{B1*3UŘx ^}UE9!-)Ruѣ)Ron$Hɖ:yx vgs$de{-@,*ޙ8wj479N#~T;1mi&K͉_rٻK[DޘR1;xfq G{jOXN-FMz%+ͦI)#>n?ƨxF~̰R zw@C=0z}~ksqU=}0C.)C-{-g>U T,F IeU}Lor0UpA9 z\ @4CNz)AعmE=L*aF/yVLp:/NM2?wf+^nڀ_@.28\ٴD=)9HZyPȔ.״QNuwx? 'IP6)Eȶ%z_EcKf1Poz⌆^pu]wru;E08'@G5?bRg xMWBJƒ1r&9KC6|۴ѢE ?[&t_bPur#B ]ާ5JZq$UDng^ ykںη%*8P7H(>]֢ X *ܒt&*Ǽm nWq])s -49s- 9,YpoY׼J_yasI)ȑL\~ 'hgO)E%\,-Y*Ghtxd߽SVKA4?$OS,AΙE̬S ϗ+]wdЛ_Ɇg!6gIc;3la"a.V/*Z:U!IIM" !? eg̏]B ZѬ\ٲT>×EFY)pĽGJf/>*ehr}L1 1- q&|Kp7R`g'7LCDf(5L\SmhuFlއ+c85[JyrK-?RdCu2s K@?Aʄ795 A8+.0\9^(Rݷ+&O ڈ#w:x 0 G#б,5^&= tڏJrXX_2F]zC@;I>[!Ks!81toXmA |N={P /Qhzc|e 6aA@X} 7z0ʤf2;,>c"ȵSҾ?ŜW ư@$~>{E2 ~L2&BAACJ9FxmADMx; _ kRJ #\pOkP8rK^dX q4<*"XVz(˕bQc\,G!lZ!Or0 wZNLa<.W"L87? vջ^d`˺)>+:7:{y#pԅ0FPu"!lBʱM`$ 2aL`2yEu6\O}ePu+ٖfш@XsĦBb,Tr:Ie-p򫕯`J#|&{ux^Q5G,H_0(˥`h.r|q7Kp{visP@]Ć?k:~& iڒ1 ZeGIyw-A")fRY{,}=L.*5k[I$;*w@F Fl2D]G QR: YdJ1RGҲwoا(dfrE+MszNj|"29u1Yn^v}?yR\; [#~*zYCw}ִMiy#$gpb:0p6ToŎeqaPFR+e#1͊q&zxH*>ɒ#w{L0#0!vJ[e`vGkߠOLk8LDޯFQ똮qw^ʢ'ж\Gxt XR @Eb.()hε O#v.Z3`\K/13&D~3`J@Te' Sq|+c tӈy Z,EIu ~Wcy,J# Ց]{ՄmZ|[iiLP%6)>D1~ƥo3bJJY57VDXC8 SqF^ 7"RvBREEjmF.ocQXQwa}imM}71LbEQm\ AԳj\Tx7n<&Q&Z2\|Of6jo-Ȝ;On3A8 mKW}|U,߷5dZchFw9Dhv[͝Ur!~^Hi;"^MrjbTV,q [X6:z#V aѩچGm咧[!I zU)rTv\ N 3z x74jn#)6si] ,I#(,)))H?:}edZcdV0\Jֳu&\b6`.-nJ{hձ'W-X˃9P.KW,yM* h~>q~2&6`5<BTG|boDd"u j@ jL}P On-vC O>tQ?d,FzH қײȭ}IێsfGjznD&:aR[Ca5da6Ӂav s%&ĕ CCP=O;t+u VzFaqXxoi b>NN޿ŞfV3w+HlzmPEGO}fFix&;N@ 363c ;)P]Xz! "9oĆd!UܯZ!32OIn9 de5`3884Z4'VyRca'd }COI˽8x D[7[d핟WC z^ǫښ쀭LP" +h<'Rِʆ77% Ⱥ_r hh~v]do&1) ۇ8 NYm3m9\:ݵESI. ,qGג%UP#}g \a>i/;uFXڳ^m|)YPcW$X:|Ja\Y߻Ws$#oJfwfϚQkREΐ>Z~+وÂ]%Kv7P:@;Dg* vdSrxI4^!D4U#@Ū -Wɂ_[$`gZh2Wr9~xIhte޿fb(k6\09 D⽉%Y\>bf}%x(ɿDVG85=rK 08`Pl.F}xvǘH'y| f&m ,K_ߧp7 őxCo u"bD&*ʧYt=JE1Jj Ȩ2| Tzt"7 6A!GP}̥K Iιy9cG.3M]{1sp !3Վ wX<Srh@;/C\a s+jNmz.CHo߂(RGtgÁ΃mBR# <~&ɫ23?n>- K,,71JsIs{RH{OFpS 6+,ӗG:> = ;Ń$fo]Tiңz-9%ZᵇBx'2`Ha3|^xoHg.5%6!kL3g]Jʛ@F:{iz䘯OpBˆ4hv0;f\_)n K3+;hW ݻ*GSoimWr#vn_h/\`ߘ.v4G7&`O;\'mެ)9dOÕ?@qPt{&"ZPj|\Fytsqc ]%'sejj^4⬫!imG[QsڸSVuFL:&0k$R*LTV!w橨}Xz0i|@(ݾr\b7ٛkru ~dckU"#ƕŁ(*(v*3Q><ɛh'ŏiboO~b`!:x/Eu B'#`f|VQAks)K5ZZQwx瘟9fߨ(:x]͚-_wH lw{%i? z짭/ºh8U;`~bVrе,XidL˹9ղ@8HGwû9XQo5-bӀ֫/>"tMzՂ*[kvpOH՝ҐY0~(}\#V3g1:0s)I ] h `=gΎ,>d UL?y&]Y*qD$X^h3$M |7PMT51ɔHDQi5ɰ՗>2DսMj|XAz%)DhCdZ-]PǓIM1]K G2"cPv cd2n2)@a~ac 8?'EЪ-XAՉK~|AVc遈D R5ۨ]~<~$l0QW@4n>jM)BNcjL@<Sن?iAv1Iu% )^+X!*ݤ[CI"rUC~ )pu:Np礼KknENmͦIW*h\@%{ݝEWxj-/Rv_)jS .S`2OdM8.) xMZ+7 I` G[L3uj}/{l=6n_Z*M8ottfI >RV8M.pкCe0o7>­ ڶc~ooJݯtw?B@N+ a"v%sS%L~1w 5\@rF +Eq̜j;ٞZgQQ%U^ 2WftwۂEw4̌mg0 1rӒ̵&hinRHCۦ9s< [@K$ygəpQվ U"%ptiVRhuwȪ\ /֞Sg}X5YQTѷ HE"@Om!B`2v3ݘ#5˵1cLI]j3-2o7F$v WS4{aؤ2'U/Z\9L7]{=BmAh9zz჊*q\gϠ˗zn1\z"!'ʴzW&D S .?Ħmx/ `em4$\YX6’]xP:eF'#kMJ_ ȃ(Wd׼ԽCX .{%~n3Z:]YyG3reTQP_d.#KwpLO81A)EWܙB_;ܭEGbQ_K-J9=U`9Nڂ4'{2g.Sly*XA4,+a,Cgì~0)xW*-O͚iz֙^6p`PcyS[Wrr1KbLiI7 n1]lмDb7B)c>-tK,p:$ˇ߿t_=#TZoari8^44Tq+:] Fp#'8米C4`U͎Gm遒V ƒIKB@}-ebJ0WW`Ne*4GDsH U,_ξ}6'+-IـD )ˬ/sc)V||;u9o(AnL>zuʁ5y!B_='uͥ,(Щ`x`=̔k3AR4ڪvV1 | hpY5 ]AUDcxA%eiџ2Mm3[%؂7N.G dBؤsLlj@dq>(Ld !T-a&=[mN2>ZЋnF~ʸ%rL:Uݤx~1[6{Y~HwC, Sf4|f,յ&_2:)5P܁YT59spB!;EI5Z)#$ĢSÛ)W{"%W&-AҮ/(RމM[[Yz} (c}!HK?sgqQv S 4V:P~+_MNت=: >4Etx<~i+s7OD:,D}O8*A%Ep'ltCCG4}zl> f Ρ浹|o+6SB-,=C0*YCr>EUmJChmM‡BaQߦ2mZj>{Y mM>`$\`TRۇ%cQ]Jk;|yMP)jw!Q"G1) U$+`0q"\ȍHF7[G7wI`*ªz,R )$FVS_-)ͧ_#⛆pK7W PCG;3Ol_K,ϐ5{v4`zDKX!Gi"v޹y` TX:3oȲԥ~ e@KE􎪂s7YCR+)`#l GJ9ť#Ĉ* DMlz?.Q3%sHćxo}F&>@'o~O^9iZ Xp(w 琀f(d_E4^]Ӓ7 ~-=+v3쬎r a"bQHv{d  T==Q" ېՖʹ*۾ҜO`=?j(\2 ɲ#j36-;Ϲ60R ! <ϽvwG-Ȥݿ փ}䌣 gu-v3ҥC @TcuvJjq.S{KOĎtmDΏX2A&d\G3˷^&UꕹTW_*Yhԝwp"x G<ϛ۱^m:$lmrV ?T'W-Ҽ_[Go }NؕN=tþZ~4ApSb[6lS!MA~i+Txz\`L.LᓶM\Oje ,BYz_ڡH,f:זXGbw(>ލ.wDxdj71%=k9l2cKjN%@]..VňU!UDR 碍R49;DJqz ulXQE qkp"iE1-So#p>ODq^Dr`=Hܐ u;{tBnh0ӲӺt&Y((~ڇv[!$T8>' М- 4{u_Od5i|̔sS1E7'Y#SERծ~-L? +8ذ'zjB6كəRk4 LII?c:,]QL3n3uwo{ilnJUX+5A ։ B X~ g٩M!6oMK2etYfSXml *cuHlRvPD2a> Dˇ0z+oh z bŏAg( N \6"Cv)GZwxʁUtVP>|ALbjH^q,zǒrŅ d5|(SFwp2mby5|D"Cqdc>D^"ʹR|S6;(Cxg7E?r"/l9}Z,e%^ڥ6-}Nɑ%Jm(nJ4eC!`x՗U-vV<SW1CrH1-$~X^%*%ƛƿ@QnՆZ>Zg@<SOf&r#]w!;>bkŰ4;7RvSPv׷}Ikſc4 #8QD n66:)Xy!RLPdQ?$3?BeY#hv*=~$cNTGgqNo)j/Ԟtdc:y|j#|e0pwqd֗jZFm":W%vEDsPYZ:G o ;?oȃ?%"gZD=hV/qOhށ?,Z<jAA*ݜPjC>zVjl. ~H@+Ҋ~XuŞ[ֵI*5}[}x{E1%=3]se]Vb 05qtRQ'-ՠe\C9=jh<㪥6jt> خvk{DQ,Z&[-lDhJjNQv0Dn+wg5F5jzJ_ԸԻԎu*NGl]A^AC@(G5ȕ28T$ ZZAG2:)k j\᥎,<:4~7[猗|0t:9h{G/NP7))Wh^)܅M&b)2p!^J{dQ3Pr' 0ce)<"T(6pmW6@' TlKâ2~@s31TN4.d~Cztr XKv>`|Lɼ lQ@4;WnFlQ~SSX۵ōC<>Z$aKTyrCR존oV~hs t d>".\X'܆4L[=* wI/>ar)v=!և @L`59Ucj|(,ynDސ0̢qqD1 y\ ԱeJ͂xikDqU_?Tzڴ\< T*+}=Otb؁Rhm̓-"3sț\j$"_wp;WuEn:4 XAQÏ%J;#4"1eg($'sX7k2f<.mƞib}[K rn(M<^Еݿ2zHj$YhTXźW"*W_kDXڏµ$}BN 57a@XVO)E4F}9m`0iOehtBfb:)8-Yw. ^ $ߜ)O޺ֈ-2< L P~D smws>$z7P>>o'&#yrc$ cS) B j "ixj"& {P;AuWE&B 8$#/+Alm kޘȡQ@|ocΎz $J&?0؎|)iK*{]g@FLzQHX2hݑW:2X,khXWSU4fk'.I1\Rͷ&7U6wczg1GYCxI*mᣬh S}8q4 &=er٦/ V !Pwh'N2+WY cG&~ #;w5%pvB;'N j"z ѡ?Dq7QvزLYR'2[sYsCUf G_kjȿ͜ BwP3U nM B97`8-A+twj$^3z.[v;[/,*-'UkPzC61݄/^V(DQé?-d^S=n%豍:uvpۘM$6 r%2.+G-{9Ь'T%\ HBWf5 4#@BPs%/%sqثm 鴿?N}aӂ'laA侸ֹR|I1kCvUA &=Sx>v:YcUO[&m"eKCp.G{(5}4鈷S9S3,G )|'_\(s+ ;ߙ4$Kߞ E/EB|>?7>>Fz_\1XlK:4EӛOa'qL: Hjml7˩؟3ـUH^6܋*,0b؁KY"@ymXgg"7 'Ai-^VDYC:žuHKDT"->ֈK 8Y'{*_;^QOq^Яbw;еS+qW+^tH1m(SRr:6e% d*0%"?@xiSNԤ)6%I),c/Y8&J+լu9t]LXlnbMv(V Xkh(. _gsUkl\V1a-)fZTF+KVW/(jOvGPQbbNLԏΩmJܷJhlXdž+mA)^}~{8tX ?L/ml&D&;22LaCg98L'z) Ø#UHN7uCY8H: .'@b_AWwxnyQ0߱bͻ,Ėϭؓr[r<̕n.ٶw0e.찻Y-I;L >G#"Ƹ[j@< X[LQzK( u딖~nl&Pe?RyVd]-GR!X~Zh57ڴMg{GLA4()/+ $5 fa',#?Zynh2>sXԧYn/'vp{ޢw7`SW\;.6 q^8MΈ:E!;Xh fh'#\8_au `R+ŋ v(W͉}XgRv,)[N2'C:z2K C 0u] prWe1 ;:`nՠnl.!0 8ꧤ 9 ?i:{oHSΓܝlp+4߽!UH%{A-X|` 6]P!e&(1Rtᰎ( 8T UZ?1A`851]C:{&Xg`R'bUbp<3eiAf#i.o"!N}C!Z!,dNtWs&=^96!_T@,L$TۨJn^ 7@0v8=WY yonnKgBLQ%Mb,.4"{gs>*N (Ojo&%tOUeܵV [y(10 ZFu! ˽'n&|waEp| 7H'ay(ke[4Ј)9.N/v+LOxsh9ET/i`icvڢ=fKks\sO W; sATHL3tfKJ ?`xπ`*PvW.ޖ:S䶶^`᪫r)4ҼR=.m tAݘHpy&Ĥk3kUey|D6z}ڟտÇ}ZUECOad>G޺EK")>@'ZJ yƭN53l:Ĭl-_nZ jcZ0#5A^qO}r_e[O?x:KbjڎٳUCMhبoot<:0%~/,-gC n+jXjQ7v׈8*:j ǩQxvY(a\ sRVVL5/vLN%8_'42Kae:%^ vIj[k~x _Ti;;^n`J['yEԣl\CfZkSAKnf*)w2/1:$79^+`m0 xAЂehUbc{ybGmJ8zyZ89?m=:^$לU<'ԖU0:IŠxGlF1ruU_@jJHR{'>L[MTmێs4WM3nuSqU|96nޱr+r0=n0.qea[xqlҖ#CD\^-LEoк b̟ &p"]h?nA{M[:D8؆n*L] iG Z<j=O/jn[l.]bT.R X$.G˥1d&Gl3Rh*Fom:H(Hf(-h*y?Kcj+.w j1z!ՀT+69I _%Uf5LTlNbݜy ׫:dsh*S'}Vp+}vA>nm|:wEaF$UފY5QB_K0N uX0C#h!rD3d ɺ"jnpnluҐ%8|:.`)mvL0oy9캻79Kb|^eRNoJU 1E, Q(58s O1)ö#'Vnn Mks1]}ΈJ+`&uص}2V}nzs9jꉤ-ˍ iPm兕y*Ev%lՅ?O,:`lA Ƚ֜5q#R"/Ś3j3#"9S%Z:^`AT<=yksTM1%mkI#GK{JZ鱠&҂y +͐G@Ćgr0 83 y)!HwCz}NSBBʤtlr{*|Q߹'v=iBaƟ蟩Y"ֺ&}HA Ln[s8vv)DdR^BgƼ .2+`iFw@% Yt ~ &<-nAC)tEt]a;d;HigKG2073!bS9K<*b+\P˕U7m"0vQyd~Hѷм) pY8=.4Rj"EHo+YRR OÈd~ $VŅuE3xƁQ\x֙hWN?.i~%"/cΟE]@V!?<(D,tr'M.G5W2Q2 %Q8Q,SxE} 68E_XTC1(iŵzhZ J c'9NM_0}{Oъy }v[ V iO|JLveOk,6E-URnY~kLBû@8CNn^85"SwϐVG^MgdHԓ= e`bFfK ,_85i^ĽlJQn@M}``hTCQC{/7gyN=)7YW=Mpme]?5 ]R#'`K'6aGWl&i(#y#~0v]a'$7@9ԫ; 1 9E~#E٭Cp5!,-l;qͲ?y9j&͂ "-J^ޘu%5s{VT "00;>B ^GjJG7UH8`wf) 4scٽ@$ہ.gNLՇB .s5F4/-'InGR\9zScu18jvc< =Hybp4 CJSIy֓VADY J{Иҧdo&V/$_`}_aUtTgŨeTm){҉`X@ʸ)@c}6Y&mDPtgs񨼶0ѸrS=1tA._ɼpk`v?mָ$7A-4!ڀ-<nG->g`I:]k&*m 1We4"ES١A]2ڤJ؃na_y1sc[żPP-]-^trwH@>y&qFxř,[L{&_rY\2B6>pR?NNؼ{VR!ۓnWi %b{ n Ӂ*Imb(j厌xu}3DM/p1Î~ڻb@2ɽ>0CۋAL߈Uj_͛xY"ad7ܹj .`.h &bOf0~sdc]rIms]6u"Q%bD؋ E5'Vk_B=yg˕V`7<[;^ cCӱq_q^h2 ث{e`$D#0o`Ag+׍ے.@{u*EaApIg]#u\l7$ϟ\=V1~j)l)Vj`i|>+WwwU2degs3<| M!pܡ`CpN6džگ3VA׫x/jPuv!p!"8" 9 8e^ӷLWŖ&FT6a&i▸-7L6~=㠱Ot[RX Hm5ɐHڟ:s'J, cP%y5qo(SҍfoAڵ knb_Y40,n1fcT@Dt?W\ Xb$*YyueTUt*!Z]cWP =-f {nۓ`E?ӑD 6@VDdsC(!AUJLOTZ8?6PtG7ڙ#QmRq2ؽCcjJ?ئ\n֥ߑgoJoOzY֫FK={p*&V&x^% kzvf$JHI' OnB~ "5C5yE74:1TD W>xvLLFOmNS!Db%JlbWBK2]=|9iCuJr̅YG'aƎx11en%h5 :OHA]Gѷc FG&n2pxfwYl)ٯTaR Ž+qk-}!S 8I@ ЛRnJ X\?Aj=9\!/,˾'4H`kLu %`\/7{,jpG)mg 뮜l"3+QcnIumc?@iO Q4=v:T5%Ů"AA] N&35zb* 56)4FeKd+oj{L6_a6}tZ&լa} @ ].VE˟4}=PW+dctCpihdiK`0&Q̱/D\Q&+'[Qݑ( 7Ef-N>JVoI22o1K*9'&sVZaQs/ofrϳN5  :Tj#$Ts!6A}FV|Xue吸wEGCn=4mل݄},\ Kb J6t-ZGB-VD$t-l,&v ߽IP*#{֌SXK15/C?R- NDGw=/Њ\bRTp 'Bi j hCJpOT.%mVz`##(H`8 5 s3L#][.hO'OH;ٍZ]bxC@޶ eLCĐ?R(Jv!<ORE}!~t͘ڨ7`=c١^#Ku¬'N(ZQS:ymqPpIז|ʷPѝ`oKMxEF+& 6<^L"a\ӌysK/ P@̬SCpf^\D]cҁl3|!_.gK?Vf9)**W1hG%fE#c?0+c֖cvDjDӥP~q2zh1óy"hoT}jnN@3&&n(:cYb֧?/Wu+jTZGE̗zNđ{ Aef֧A|rD ]Dc<P3ʁR4`OBD.XR^$׎poL0$՟ q\_AF҂K3}d(IlƒD~R"N%8ه8@*Vje'Er(slji| Co>rt y&7Ȋ 0 MZ67rb'F"Kn#WjXlC@A|{BS0a|wC W eB+mD3fCM#$f߆Y^YO5ABqΊ%,w6Pp *y󃃫5O{ $!1+݆?' 0Im&}1cOD0 DM7(=>.ͧ:EF$s-Pײ?4|&o` މ;qn%\ 9>L̤9( riI'n7uBerA~Zj;]s5ԫJ  :6/-?T?`iv|;bSF]W?1Zp ⑴g](mi6|ݱkIWƸqhwJFlОQ$]#y"$"8LA` |6 QA!ڌs(=qŒ=C[S2.͌k&oc %A[Ϫ`MGR|5؏.XTAɑm+^D(N3˛*% ^ vI$a)7;nĨwۂ${mC'#ey:҄%NahBvb>/=ڕOExXR<PN!$cɃx/\mՀe En 9tF`mڳlk|Pc9g/gקD2n fe peCkNYPc:`KL฼axE*Rk0U-oX Rz:K[Ti|DtL#E[[2,-h_i?խƖ7F-o6wg<$K#Fk g7?88tgXvл}u(@ꐁZTt#nX=e6uۓ< 7V"\Bי>ra#kEXK*h[h:Tǧm[f"N;Mc7TN oY5`ZpUɿymQ6d҄ '5< )2 t*L rk@IHJˤc)nmsTU״ՄR7b,HI>k0U r"TsD-^Q{A%y>e Fٓ"(#j /"HBP H%M+U$tOrNtOM(D#eVemk>_Z)3"U glG Ǡ@V$E4&ס[NBF?!@tAF=ᔊ;2n3Nzg)dKe>{*.̣TVLܛ0YWÌa/Z%4c)E!,($fm^ybYq=]36}'uΞ)QDX<+Q+FYS܎FΏ7jPPj?qAN* mqRܨ\9k}^<Ȅ9sԠ3 ,=<9AN eys=h8s&5a_4> #qmغ[QEG߹ˊ17Ovu9<$kmLBa^)XLlH3@wIGW@a@n5]x7BAFߖVSt}Dy>tƸՏ[5?[A`kQlTY*"oUZvB5vc2H{t)|6@_O5Jlߝ\r.S*ZB. t̑TݪAJbq/)"]*9JDp$3u\&=J !0uEl"c_s4H$[0ձv$RY LX}gO+oNbP]6x֝0**ތj<嵉 JYs2%Aς fkC⭯Nv;>ޱiԔ6-06"4%8DV;K@YBOǎm3l꽼S}c,*L\dJ}JK,,䊶T#GVϺDbm%Kk"^&xS ^ >QVڛ[O+tY8EC-[鴂ZW$RSnGW܃kѮB#-kٿyg2Qeo| +ZB?$ja,t2cz,;ct~j*'t0;䒅L2t;q{ȶdz=UkkH4F+ԔhFc2仨AgYDjV&jp 5 l1_RހQ>3pRlT|kOwkn4:wj~F8y֑;;~ocQLpg ?oҲ.֘QkI,0a:qc"{B_ վ2ٔO]cѣg5L /&bo?wd3=;nH#(F%BZMTaxKǧ6NH9^+cCL/#O+/ObFxMVkoy=[V-/f0cAdCxe="ƨxY[* Fg1h )z`qz_s4E[;:c'7JN&J볤4qCX;Ff~s鸸hu̱\Ra\J=)hՖj%Y)bTlv'29N  gy L_YP̗ Z_:5YιuܲQ58[Wjrw ).ѫ֞Bع3-Xp]I^F<J!*w!<7~!tP#"MxdpK"|9\ 4?n1ƙxo5'gk65(.#gub.cq~U 9IENFO;IΗu CVx|I9Iog6Esl`\&o7l=*1pw0ye&[)8֍h#UzmX19}O$ N_Szݳ)sPMӹp>ӣ0-A5]Wv tym~O=>YA1< 'm΢f47U 1 +şNr)c4APWNOSn8ܗ9 koT4;L'g>ں:wF}sB12ȴcqNF_NFNkԢ47*{O{4+w͓=42ya>vD(iȅ)kY$2OwzH2qa`fL1eC23Ze?.ءo~J/$SxaRМKU mL9MC+|$>/|FǝqF+ʋcP`ͪ" ; `C7Eӳ}M,.5CҔMpR[wѰ*1ephZevE'2 ō_MoI!S@esqu)%+qƨk0F~̰NNy)3{_pwy(AN"5zQ *pvrG\tٻ}##FBw-\'w%_{K-|_;]I % Ww1Qä${$iƝpo2rB:E#Z.`%C{v_N\ +Q" In{zمaIF Ler-Q.zKu*鰼PGD8S@U E) Jw @ 7H#)6v$] GmrE8TFH%o2pDaJ ˄ !7XZ;.wi3 #O|NC>kAjTJr:L٥(t[!89| [ /Srm͵sTfXs|{h`-\I mXؤPfg1W{@)8YQU(EsO (nJ,bIi4?&zj4M_>+;h"UڑX*"_ \} N yxm |_(ۤu"ԫ"%o(:AiaTPz_Vi[I}#H`];iel=CgZ>)Y ~B|۷L_4g*f簊G_;MD DP} ୪aoeV(Xٝv8~]mZzc+`QCc&שQ U?T ND((Ц$j1@|@WIYqɏ:3*\ 0.LQO45m"0<`7C/${-nvw#h$.HM|./WMϜRp DyCe_E߆ûnpV˻AyT FVb0 ~q:㴚v:{2ie~<%nesPydvwE$"CBlh<&V\uQXFIm'N5Ӆ80Go qVt\n:`zICKdC$mk Ϫqs+?E۲VPL(78JZ11BçɣtqqxewmkZ_e*׼ ~q18kYƹ+,wRUrr9>gҦQn6FsgXݭ";0( p 弑̝v<6nm:qNI͎}'Jy<ϓWXAz?l+-L1J@9ʑeKF%TBvi{(j% IA^lfrxk&WZU}Msչ^dUvN#z[ֲE}Sߓ"Uw~/ѫ5dƝ:@(OI'PZ Oh].3"MiQ盌x]a[p"erա|ZY14l"*?( m^Mw&(( О061t3Ԏ){8y-z7AI3,T!8D?ܮe)2`G# #lIQh#(:z&2qjHn_w<<~5j~L- $sGDq@7ؒMuu2s=۱F)hXM <ʣЂwJ 慔>Dh Gٹ`3iCt?Ny^8/g,O7>4f30޳VzzBRːmy~T,gk5l'=x/Z{kPi Tmk 4,[=Uמ]D&i 7+ׅJ4wPs]T]+eI0Ģy߼U^irj9`1Q8a>b@>2C) 8':BtU;Y:m\򞍴:VM:qѷ0MmhD Ȋm Ip^~jYd2z)(9k(_)Ǚ.U`m4$ S98Nq.aUN ^PXv?&'@Ǜ'xˣg[@z%\#hC(>ƃ _tx;&K)fc@ H@^LՃA8r0I> j8i;<?be16u(bn㨨Qq9EՂ^:}l5b29_v!SM*yB#~>JZ"ЃغM?.C)t:>mSFѱ7.iF1%ńu# 72!Uy4OCB K+ףWd 9 q[BN9r%f' ,X\#r"@ukߢyŃ^.bݻm ǷrPTeG j ,ƺ=XMǫp\7#X70]k+CZJj_`W=8I;qeb*("eLoD hss?c!, &;-UJC,/HrMd ~S.fXHL]mpqjxg=kϡr`||/*4zT3:XsOnPz݂>X Y"Q @\ ɹZ0?d7KS~&63(+){;ϖm] [*0(;6xw\ޯP$KcsJ!1+G:Z+Auoe,xrSeCP9g9~I]L<뚞TJ?-MhhFq[pnvaci>APe+a@ O3A펻f QY\u`l?~qsWߌzjOv#`l:jeĵ-9<j5Wj+!|$ …U}ħ՝`i532N~Q :͇SqBY7Q'@<0w!.X*9s VgbdyF[Ntb 󀎨l"CG0rڐ =͈s`Sd c5l\h>UȶYa'D 7ޝqb́D9ueOӯ+Z%Zy _ST '\9Զ罔 M7ɼyʠNZi{Ep4(^d r}+jfVCy4ӏy#bJg/lۮs R,tUޝʢY Zo sTJe{d?1a/}.I b (:($zs!OcC.!1 b߬B!uCqu(3 1@CDOղƥV kMaQcZG0_Ρ]VU^DvUkV%hb+ŜD m]eDx)F2{K%H8eogVqtf*ײLR}|kՐ$KAs/z~MBZJJno$uYi$J͉ 2w$?m;36}_sxLYdD1KB 'nn I0T#jL;15uk7P7cuEj,> Ռ(Wo.l&ƍ7UDP:=%O~ s;oד^.!ra0sw4)@IN+ Aњ=?w3&IS4jcvD15ihLC ~Y~(x^N@la5[L ." ]~UMAb5ܢ[kBU6|峝U\m!z:OFLԙpE1[% OFeL3ozN+!8}V^H*&I) 2 ,@Y.Ҝ:Hb< ]% 4 Z6zdomy0@)<=j!kT;;*˶_lGHvWرH ֨,%G1|Tb-#2ʮOYMۡSXZp"UhI/ާp|B)#7Q$B#램H i$v.D6EםX`MS告]]-Zp.^Cfwa fS 蚊# #'MT.jjMvSNTHrR -`Ya^ٚpg82kwɆ>C}W3~FѩG,^.bhYJJTM/"e^&6|H^;+)0Lg3>e lDdӥ$͛g3ah*p];>7v%7()|yiYZC`Rhs|+j&²:gm:_V Ot+c֡h/"c$I Gy̝S0F4vU8O d PNCr%R+څ~xCx&'GqjʽЧm9)1o:RfMݦo}m]tZo7nmD[<!틐Q"f"viR8ǹh%?inxa\ ;i~qkBu$&O.>mp\V"e 'm)ni;8#7P _Z(K|pMfQK̀OÂRöb۵JAZ;Y3ϚN>cԯC.CX".__ֶu@j]FB=3tN˛-U¸i{Sl lSU7 J3fKpd^s"!|wAHqSa+\A'ҴV+{XS[%UO7Wk*pRw{Y"#HV׸#j$$#0ٙ/ëy^\7CVy/e tN1rÍ?xGdrz *꟱R rZF8Q9h=rqQ 1وF" |Q4 nB ?.1<|HiL], yp*OxيO[a?u8^]J8j=X$NszI\nJ,i#|3YóTDVܜl)'y/; dH˞$G{}zgeu?v+E=W\ BL 8Ror>򜩉=eAɝ&~A]!{?p{x P*U!wZ퉕t\/Qa0Hb@U@TU0&Ch?ؖ(H᧝0Mbu)Q5fN13hߧ*;w/ =U.?؞;]5a}-p6>" d]ZJ-uNJ􊫚n wENO}i N{>2|PwV+Wɻ|RQf\/b˽Iҭ7rs4a%&o>i/0 V\=h r?ۖ; o/jODbĊnRޭ%9>W |=9)J6f<*Y{љ/5=b1t @[66'UҀMe;o[4rPSgc_(awA mxm':|k~ IeH퍽$ҼW'{|pe*{Txؖdj!ootl$qǿ.{Bd߮_IU&o &Qن7}zz'`RNK;}$N:"6'!&) m~LW<ʨKL FN ,8tmN.ljzc3p_;rb{X19[l܁7sJA\Yd:؈u/[ÔLevcItVACP*KyY qz0"H$0 <^Əj [Qa`uH ^N0=3+"z ?1g?XC2\ljī͐e ͦhB I:""a|+[K6US 24ay!TD;ooCģ`3xBwyy$nK۾讄 T5xh@Z!|쥟MX6h{B#-K*flQ' Iuœ)CSI.,dXť,dM X.Eo7y昡o;qҟxQ!FՏj侗qpA.K/i5PPzKeI@>T-obš{s.UU=Ze6MU,YhşÌ=Ǹ竅(Z9`)S";IBG~poGu/mNq (]('EѩE^4bjc9e[@Om#]h-jnTǘs\`8٧Ia,* C (>}j'"9B/:Ħ^ޖJ| IV˳yIXLQ᬴POC%L?Wtk"k&I8[zHnVHNۅ~ FAVh,Ūl _*0AfXHYWdqkѨRloL%75r q׈L8sO2lKKd2"c.R9U`#p OoQ7^KC;Ip h;PO;"up(νqg@[ʢRh-j۳W5GC{u0v ߦOMBm"ڞB:HB(modHa5ubu tXr[{OHWCМ8mꏻJX GW"ƕ35o䨛`JW=TzWV— F#x+>q͎iVĀP7kZXCo!\P:t3LZ"t=;wSGX.W8BsM" `ʾv1lz7}@UZ;9@['OT?iq&bsJ OgrW^#üPW+;a7B Y dOq"EYo?^$6 * d{b[eU6Xu![]_TƃAy)gm5k0e°}2% E fi.9.(*oE~)׍cúVïwHd_=""9)lO#>TuQK:. 2-R,&SA>$/Qsج tdK =Y\*"+~oE:O#ydaqUHCląq~h/;79;ޞo^4pp.{vj9_܏Is[}$\ `Sn (`x vnCǗARp_j^QY}Th!^Ѷ|eBGA/>(z UyHmℲAa]_ŕ-?br:`ԝ@pz PYX" wNS_N%+{EcvsD={WH:}.i*j=hk0tm5tt_0c3=dKHRvsuyT-s zH⑂BBSDyBQ>}C_;҃3>UB7B¦vTK"q > "}.!<` %#;}.GBD/t,8gk,er|PI5pUbZ}GJ kq0cMظb 4_Ž= PGfxp4s&dUzxIh]BB//ߴש?|eR58-ܩF vuȳdJHzu&ڿgWk1WɫX@ԑ-ױsY K,2b(M=g>$6B4hE +v]IO\Y(?ZUV1%&Z ,^#%k -$Ӷ8Kչ{|k.쩅#zֽSm$_ŤN߀PJϥ;WlTnڰZ7-'Do]^$xE?"W[j/Bs HkirAcȥ8A$H(K~ft"_ )<n· @=Bt+[RCsIe?!. K[@[ȕC>=L((kn]bI'0Pq[i:X`"CF:>Na4!YҝQY_tÅ)><$ U>b@sYSC9x+">"u=|"yI&w$' mW{1 <`K}X#7w{i}'F|z݌QG|2AQA~ Bx;u;nA%B]b_)/WH OZ3oq`5@}*ɲxرzINa]Zߜ7J=I F}XнEx̋zBP6r[ٛ4 hy\`V6wSYkY$( _ hlP\@ղE& Zl/3K3 $`Y¶2Q-sq(3 XeA#[dӓ4ux =|Wv(CWj.8'#XtC紟Flq1p>qƮDdք g4E~=l߿[9Ϊ<ΡkL8>RAE#XX%ɖbdtB-oeJ-UyP (<2%K=($Pig|B9>Wc>kͣ0,ԌA@tghA\dBcmTh h k?u3ưוw+tz_X*Rŋv4eCՈ pyNeRc;pEIOlu$3yk0'Ʒ#/وvCLC[JA+ ,-(iY/ =b5 9(" 6 HNbrq9r*ܦʳeS{0V5`_T:k؈Rhl"pFvB]zk81Rq_m ̚=}cHHxh|۹>cJjL hK[+0ґ]dGMu/CFa#{nUk,jor_tpD4񓖧1 ~K9oUɌWA RH<{W$*Tp|u ݛѷVt/Ú"Lxd7} Cإ(.t8;'{@>ܾBf/K3 7q𑴃j !tb&7nnB lQ]3? @dUMa@`}.ʻD+MűY0]X֛OBpĐ]|\xuΉrɊ iH:~^6yQDJ2m%qUAvp},}h@ Vx'5@!-ӓڄB?{g(Г- 3Y'VޑhVZD*rjGz*:(a9SÛ! |kXHmFF݊6ȚxlF6(?VS Ͼs:>p)^qEDUg1>òp%¾IUXzږz4t}Ŵ.г<'L:±Zy(@x;ыX0fx>.h*\K^ (MD"Gh\ȮІx!'TV6$!5W2Qȇ}t%O$G: Mu.1?C}cCZ˔جnk`gwE&86=Jδ6/{A9zk琜WEҘ ZƛG.I:-kFmZ۝FUbsR0\@1up最GL t K˃aa=!.swȨ7B *RR-3wd`%iIkLSCq@Q7>M‘lv.+4{oB9GLGTӶ\(PJ1&;<W0!H&}+Q)ENL:Xi ]͏>W_iILL7!9)p+n*/󆹧^c? KƠvQܛ${/ۤܡ*[ŶB;I}J3By@d]sXZ2_!j:Y#Nz&M=dNp~<ľWom| $0|.ӂ/tPZRu`;~vt:2`in)awE?Fp_pKE\+mfUq,I*&n`q#IV% t v4|ԓĘ·bkB%< 'hZ"e7~~7'rFRgO2'X[+p˰]#h!Pt+ z lMjpv(GCkK&S#Eoo,:@Nys@O/Zo lHri-y{@ =!GԛSRr?Nq;v`0ҶbiSԠEЋ:F .8As|elHEg14#OFcJÌߌZ*ޮnц#xV*|]k~C@+܂n6:NX_}MHa(ͤ#@>& 6sieK'ͶIgW7joE ~[oL( W9_fWD12GKRgpݘK3x0 ܱY.':*2| AvMY1L_C oox))I]d K-DI ( oJ~f[L3[t9tDF7S Rܚ54CEYT-OPY^\.n*Cؙny䔯A탧婦l4cۭ"XَfE yq^㪮ca,JT-w5058mϪAK8R-?QK:RBe i6I4n1b9(vy,6n|Yn3+r}#":6;†y7D;EUMAF_Sȟ j#´43kN|@O3OT7GϝF \ 0xb"wjL[3m~]ۦ*;b]T~>7EO@T,&ᖲ*ݝx40Y[lC$n`H7ƅ1O%6taCq~;=簗搎dY>Cjm;j- 74j<e5bY>vJ\Og2oŠײiZbYȹ3#rRBeWO} ؎ޝEP| D*~dmM_.-[9i@7ߞzH$/Ͳ^KȜD'TmPރS+ZVIHިwBArjAϘ:PЦcZB`2pq/Sv;֛\JpLOz-)x> ͞_u3{z`0cT+LY"Fn:X~%}vdL%(΀]s|AE" 9;= {AN3l p)Nl\9A穔,p{j#}*ݶ7-N뾀ػ?c&ĵ|m.h!Y`޻^i~j0' 1eFДjkrmE hcq5`-|靛'&a4%!C>ۃR$H8 M61[ӣ.t&5?cor2mX305⏆-qz )j_[Ὼz)S}G[& ,ݎùf]R%4Փ9,}e7hwmTUED0w(FaL;JhH^lcDQP":}u3\>w//7kk{$q}k:5sW)Ou &P\ h~/ɦi1ȱ!W}pۅ/MvɆ([@`;cפqF1GCp)qfk-Xvtm[/m wl_3KѬ옦=s #Od9y)Q&ӭL'RiR8'@VZ+>+h i{8UJq>z 'ƹ8@uPd?FbsgO:tM6{:&>TƷ/w r<;ɔumAy ^bp2:LE _bgw>R'xNlӨnKMz #^Y7x mmk`z%c{ST$H2n;atQhKN`1kos#Sx ۡ`Cۤ^LR&$sy-&4زI\8EOٔ@iMs_-u;b੣blGBuOOHb!)ن*Ecߺ80XqFpf`V;ں| mpdJEvz25''f 6qUf_銻aE}KPk_ Ć@mFP΃272g1Đ梄 ڻcpGO۩\gE$=z?7j__ (] pӼڡf<|=7a)WyfPr-}ձ_RUW*o= \=6 N%eQG>7ԸBxu%1ho R]xoǀIx ӲTDu?3c b7'=`fw#9 ? c-5% DnT*u\ţZ`FMbE?n`5V$/ Su2ߤ/;#ܗOY+fT+_ vhE$mwHCWDA+/P'S.-_<rC{fZ@ Sa_e'=x/ݯ2s Itv$.RV?$WlƖ ƐNkD}~o+n,Y5mb=?d"0} 79&ŔJzڝ~v׀b+fo4 umOe/3#* kdvAR#&nQd5YzQjstG@ 0R-Z";`OD*{4Ch.LNlqFJ,غ jҗ\R?d85%[Tl?ӊ#pa?-xɘL+C!]j\Wp)ăpX& ITH t%cEMQK@^ ~}Џ':y{y&EX\anÔ3X1|RqBW w䏞#ʒ k) `)͈d ) +\rćٸQ[ ̉FGtL_,z٭z{!JwY˨ںH:ԢesmMkZ\ѹYm.!$1&>|"? ,Z%%=* 60?ZV}߃5Q `;1'@p嫒/نmc)1.AtGaIz} ɘ0fWO!&٬ГG5b1f(\>WlaQ ̧ r@إ9!~)uHJI< ]vYXkfNj%G)˕CWv!uO572V 徇:\MβF.k&(K7 Y~qluJkswHB(&yX3-.Z!2#GέCVnQDXV.!mՀs3P kI s"6nswvt0ǧ'B6Ԫ^@Fhgc 1lN(8ivz쭸A(A%x?m I >tʁR3+?$!p|ON94ހmq, kLr" d -$-LƵ"]p=3Lsf$ Heqވv==" b_5 TE5 ZmW[g,>,YJB;c[ǪI}z<0 ,p6!œi&UM=S\4a8PM5y^M2e[vX=+?EIEю.QYC6__xUAâG@m'v:ܒ$aZ3! Z $4'}Y*p4Q7"Do` v <6$(s!]4xmB8x= kB9z]k\oʌ;Qd?(b3"F82/\/PPdL=9 =<:,2at>=P^B֡f#qU ;k| iG!6A}B45X{heK Q~l1&)0n?$r2QF?DbA7"N*=5$ >۝J;<u-ʑWj4%,1z H@Hd֚hhw&[">r U\n"oZzֽ<\ 3`ghެEv/ Ym5-H0B-I ]) s;e DK4 kV\~1|D9dほx}v,پMhyS@ rwX\{SyMmgDM,b0BlLasj,4nXn`J $Ag,ѷ {C i#/;.]2g&]PnBRvKm*>&/CǀNkn[4ܽ95&!Tﭣ2}TUp K؍Csh7:|V\v3Z ~w Tb0jG4GT_?SQIGyRՃ(oQDYƶWL/ |S$B^&:&_/aQY(B4޽cr" DX.$}N<:jdo,ibHKcrvEm$YFPíDqFM%OK@0tg@^Q.Gu@I*Ю1oO%fdʟuu|ބp,ӀtnTe]![f&@$k6̌nd .AYQs 9(tb?@R {i 'g0۵Ԫ[n5):";'Be +=\|Ncj*b@_kn*{䟛$UV_Xr8 rA=w)%_?)dS+;Oa':3=!$:]r<*6dTKf.zWFm}*z)_A8u)rCG0Uo2Ot𦌍F2(ÙyOD<a.I('g8#;|q)MQ)geC t9Jա#1֕\)mB(<qad8%̳-Mab%_M깊mutwv%ƗbTNM_3kPp`~ `cݘSI3␪PZ4s m\6U!OH{?l>siYlPgQιLm nOlKM\b#_mPc7I68,jTNR1?Kb ~+_ %@q^זl Wja&KR{ާkTP5@t+BE |.cK|$ (ŊP7ҳ41HSG>6oɍI}$8R@ 7/FH(h7OL+>1A&q`y+"қ!R6&tVx Dh}:3Dz4_4Rl6I(ٯ0Ok׽<V0j,3՗JX"^! _WT>"r~k ƶ@?qݑ*]nlKPW*Cr3RU֞K'bڄ[4}$6-yi9^pG_b: Ǵ8/ NIL@b  ]~33<aEI_jzTwQX!LtnXC\4.QPz,DA77|;`Žc7mo`JOlIiтLn\pG>ehBl7j1p:FC16X{F7 mϹKلK|oZ p[W >RDnp:e.$b~<[S&WdܗDӽG"`vMQhc>3,wS.m-p _F7Ċ,Eh;'(UG*>Jzw7ʧs-j_mo!NًyC1Z TrAlB*VZl YO+_IwMnd tu⍁^I0cm]'\ qz,4ơ*  ȤD&^s4l󢐽\g笐եRY[ <5N>m*%.d7j8_W{tC-1a]2H5'A!{u.Fqu!\_+n&j,v<Z8 &2l1!-] y#B#=[kDοezt. D~1;t:I1!Dh8%pV@k`@A܌;4bܩ˕{  SM7RhI"3QXEUEݢw`pf,Fi'B.—tnᣛ@nIgqL2!_?82Nl$E8mVl|XK?Cw?Uw;GFGpj̐غ.H2BIK-:-:Dpl-'#aڬƽ<Yi@^,dP4IhGNrI*. Y٧~Ps97N 1xE)]s&^1}NCluFD75]i{ft03=9oYn= ML_(N +q,:JUtn$N۫)ĸ" Pd`b>+#GDm$ky>!& `voNdRG'\hr;ްv;+T߱[K1(IՔnHPž,RZ* nKS|,ǹ8p޲f;EJ;%XޒT``#S'2θJ/z2&RPRHd"U% *цMൈ#D,pLO!uojs W{f;'C1c9Y&vD-à?-cmxadmVCmEhAʓTezl;JuC7vcb{iԂOiTfd0Ug(#)Tg{^wӲUr*!p1(>uK_Q6UhǺ %7V_aN6l:!oq/͓Ӣ!6\/ _OcPDC10ޤsd NB1p]*ɜM6ilaww=n/LGFuL43K@GVI/ARWq[d.Vm=?FEb$Ի"0C7SX[KQ$Fy,YU#mV2ig3˨!(kO}r* ԷG*ۅ# [Ro|q'nTZ0ї0ԏ+|퐛oW:,fw_̸ڡ$-nfАM ~6>}sk,]EPPxv꣍k8{x^)j"KKoSJvKAb-"#qsh;$7յ81>ĝ5ļKU iڪܖ&B)t-Drr3 gZl2\Qzv(0[*U ]椫RQ/UN7kFj]fiVlP" rBXKCzQ頉U27)mi}=~zJ< ~P/%WX3~c+Z5FO}bgZTDnq9SYVv}i=&uT/6ť,"OGhLg׋Jp-`\:4BkTeJtĜ,.FC&!,FsZN| 3*09ʗӤ-,;FGavWY! H#WQݞ/#'v<ѵC9aGj*l$n=0a18pdsq##q/%9WgQ2=\햓P󈈺2N4]+IW-km~ -:vC;oF:>/_#!twOX&w4pen0[SEIk!=ut !UcBs;⛉4~hl>̫7.Hp b  v}&Iޞ-'yPsO& ,&s&$0v0iB ADE@Hm] *f+1#RRz.JL#w7V/%?+#>J0mrh8g6W !`涡y?Ҟx G@}I`yyCHgֹ:!!'u0/im2Waj=OWpi󢖶dB]N.GJ\ۧ:DS]x Z!4iG䙪A@wu"?N6] a:V0ŴqTPoPxhw=|{?n~&%N1~dץGG_8糤/S}6|^X}]qԞ=IJn}9!z),/~4ZC燶bDv8]/zZH6aE%\n+ |Fn ߀( 0 )b>CE']DGK }RpoyLZ:&7::"[kt.뼔$ARHm`5 &eKf1I{6/_悲EW̒ƣ4S`b-cJw(Y.i QߦzЀaV5hKn3^i}̦KZϯ><[vmceJ~-O ^փP%@S+hxjU `~vxcƬҫG |t}S^@lȌxŪO|nqyF>s6*џ.HCBq( ٚ^` TB3/$W[`qV aPu+|ugYtbGŏ8KͫMǚƁ63mRMKM~̸+֔x> MMư=dZkܽ"WfTe>5J_0JN _qç>HyP.zc1_TͰWmx]T6l-[@˒)3v;1}9 Z;||ӳQIX2(6O 5z82WM dj!="Ȫ+*sk`rb/nqN^,]Lt?aT;ѴF9?77;[<Q>v5 i@=UN QMv,.ec'֞O;0 K''~r[w4oD5^q!s1eYF#v8Ȝ_[ϻtd&u#VT!m9^+T q#rE9g jJxd |:jVpv RfQ |dm5}(PM =P7vѲY%uͶї~ t!:wX (Yռîk ,F6r}ڹncDl2Y2JBib[ܹY fB~8^#hNy|?vK=¢RHp%ʹԺuhttZmX@32p;vH 9?"Vc3 5'GId|C6W^&:q gY 1I].m6-&OдWdp̐^XL. ]כ?/)OjkK^a\&6 \̼@:+eGrL> bL9HV`aY+1!uYzag.%vG|86:^ab5T$TKIBR!vM#}mթk?dd& d󾹎Z:28P6Fiy{ZIO>T'%P㗝έ-hԈOXأtLxAwR ENfn6M6$r-y*8, % ;Թ)\˼rtpW?O89Q5ۉbBD{]ܹ̙x=tD`O,fM4.ThiStgo)t9Br39J#+uşmQXV(n:7f!t,g%F CuLCjm1MDnڼg+\Fu E7-׳'F&1'{!_slQ\JdGuVce?SJb{<&U|zP0`2Y";)_Kc6dZ!}@3 *"8RC9ie(2bKK-cN#wLh2Cx !.UqT-R %f'ov]II0@:)ig5pt#UeiB痞N[}8jZN{ӕ=Ne"!nɾ=W*:p׃,Yo/s߷x Ee`ЁROijF"|L\ rX:tDYvˣb˷P9"V育\Jfθ\$^{߁\9GQ&²(UTJ\98\A1[#liߚ>2ǿL*N?otX>B0n3ygVs^ˆTn\H=W1\EÚxBlEɶ[^HRJ)dG ;I{:8 U*b;x"7 ]>r)LΛ>z+DvjrN[wV`k{D5%9QqNrx @vD/AlKݻ|uF_J o4 x*gN5kQBw?,`AQVyl{l2&to#:)򲇧;9k 4+ῸXm\uŹx VB6(j*fW2.78/haef$EĚRݲ4k#ΨWARsΔG$/,aSTS#]D|EZW؝Q4<亵#(= JJbhRs,pTf+@G|J1 ,PƲXv8]hDg{yJO"_B`K.*m=P4znTQ4 Im#kӦ~ lF_ٌ_txQP=0~3 h<;\,w Ӫ0oV'bG؊وxksP 3І6Q!8*LԍuhcԬyrs@WõFa U) 2&;}JW4;E5DTPѠ7YרË7g@2lAbn9 d3"Cd/½!7Dwρq$Xת`K";tz&3Oh荆Ulhsst7=7mUQeGY/߆&x׉cRrA1<5'ZE9-=-i.CM[IN]G_RQz G-#9E`WWܰ˶)Т+1K6$_ %`\% 4-^s{֒@.p#$[ .i㔀&e=d%cf jrE]p^++N':74ngܚ{Z`+&NV@P6x>oHyDNrGA67|j?]KBj&TSP߷GHi#iЄ5:F#[B9M${5}oByZ`Y5J䛧xTx4&4;TG÷jb[=UǤ,߰9%}1(^?@\Nns݇튑Ջ (WL'cߎHOa$@vچ<}³O݃VP.-FBpɖSٴ4?Ēfd?ĩq%ڐ,w V8joZe֬kt-}CbΜ*9Vo:WK*zP Wfr~#SqqS෴ Y8quaEa~V:ۙZ*8`uܓv`Yg)OF tjO@imZu˕?a8Wx?ye-[$QsQ_cƊ9)f?DY$'ng~p@E!9E-\q}(aj>iN)v(! ?>_5>rvxH_QV:H ˔W-vr=ρ+tTcyx(/I 1Q!DoR#[ˠu|0w eQ5wM73uū1u{Uv."zJ!Y׽s͊#o ؠlDRsR}>U[v0F݃,ԨmCp.4PՍN&C:}KcjT[I;Ђ_jx}\kaL\L]]ojk4GcdsaxiD_ ;E`RW@k=B6A rzq+cQvE[ƲڗxIJ i0jWǰ$/TYX6(ZTfUU `VXC?fy^ ıe;`b,ϓ"lpn0%xKjPʶkS)H/!9sؓ:,m$Qt®l-a 3,z&36O j/d/-o&c*`qxAG]m$5E@3zÜ_)Ȯ2OGܘvJ̓fV. 3+Ay4Q~-pZ2Z<6cm&Q+; 긾;}՘^WJX}vw//[;"@GC|P(mBOUkxGKG`_~g]r|;S\iif+F])_~x''B Z} 7溷?IrMH&_^V4̧. ~CT` ̊91$@l *G*cKs䰖Thˁ`Sek?8~S%,4: ŰU2k<L꿡 jWӬy>r3mMQh_R$2ˎz~(#!p_'~0IA{4N&rU.ZDSգun`gz2س!c_D^KFv,@$?.XYݧ~%>"XGiyQh\[=jB}[/퐚M\'MXayp/Oc\aghVi|)9$gT\-[~D.K vf`# !zѠuy #sW-$ 'ks=Vγh =2Fq33ɟMK @f|N 6aT &˨{KBA ZLRƺJyL# ]]X-%9Q4KYrdSM&]IDgec^2}$ X! qޮ008Yid a5c`OWIΗRհtk/SkS9x$$: خ<{GYQ, fl"nx)߬}U12[M/~d'{O$ jf{F_ES$5Nj)5Dr(:#*,{P,(cGh[b{6g /;& 4BQܛOEVǹ[@)/&fӕC#=.BPu8y述ò%SbO\"Da>#=?$.2)flwukݰ H _3㒏x!G\("*4(l!Xɀ@_{lΦg)8ͦءÏz3VT \0jz4!(B]V*~y#Z0 M-0^o"]FF*=픔y-uVYiU1v80qσTs>\qbp 'vYE4΀\(FSH>^8,&[Saf&M :;e}FFZy2FTU NU:] }^2~cYb)ݹ?CffaXT]e#\]WCM `*h+ip^;dZe {ݸAv;c9.Y4098IPP@3ɎbtoXnѸ~Th3gP^)w+9e\S#> K:BWvs͋:PʝC24qSkYX!U>qʹ22۶Aw'Gė$n"  |&xN"~3sFwajq7–?O\OĚIQϣ"la~y.6/?kU{ HlMzD>5Lβufd8Zgd1kvp@cD͂J NFJP!d#-q# ;KS昮qa^w8b nbl뾕'i4SƬ^LQ "K(VMe7(rqrMC_8Zn{2.P=Cl9f9 oǍGW;z8̪7dYoyka]Ԋod3c~~A50g)El]"ZuS&ڝ&X\Iz9LjOs w#Ƨ?cAVZ,m*FlӘOCyriy\1)gk`͖'1d,afкek%Q@>И;t; # 󃜍HEUpR^Ep! =5q9րq^} G~ZSn=\>ߥ}7B< C#HEVQtTjlSiL'}SE+{q_RC<ˇ797ۻ+JAAj5̿Y%O C5d hPE4sa&0pA; 1Cf~bz 4ZӘ.C{smQ8Y&-#WVYgXV'OyN6RZS;>Q:u@~i< (TѧdodߤL/J@"z<'M)h`ڙF`8PKy'^2Z"O n-Rb:0j7mض Q[?fum BNQb޷cjzI?JUn[se\l:L)ZG2'"Ң[[% 4G:-'US%,Vx$ŖXlG)-[H@c*=AYrplHG*)@U-8q2e[{QzaIc5UYY.8G`dxU/ 6t(RDGS5`=$އEhfwm`/#a[%T*p.1}đ)B/!m`B UT7]*4!v/H]X(E0xOV9S鲉hZ[ +CDOs@OۡJ ?#3@?+6x;[+sd%MG|_ms(N螻mGo dϞ!G,-[ڣxVr;dbkgUL8HO D7lXfca?G `=hrpv 燚h/|` +un)l}ZY1l4?kΘP@96|;QT8PV-=O(D(l=Y1! n`V@5b\ܺa$+HIe?^D9mAeP1$C6d4M !4]f_S pv#/¶hY,j+"č[6!zoB6QDz/Ξ9z8_hu4L*σU:{rBtuWxsG4z[)HrdEW LT68̃Տ[׋ߔ]*WnJn25y٥Зm]/rV?ʳ]: ^K>~W;>o,ffR`"t)#Saixs!)9Ylب `ңiTaE~ذ}as͒T2-h#/iCp 鶑eܟ^2cFVl͡/F')ULXR5m'sD |J`>{) ʥ:kݱ\UG76&3}\]ތe!9%g:h%n9bʏh.w]: =IL gU1ylt0D;֏MW WQ-:'wFD2յ'er,eH)i"IDP<ٔ~O)[1F,ơw1xrfGPA] 惎PZ1|$C"MԦrS;vci`ڮևpAq-< Wu3~zWcjZPH)1šNXk%f Ӆ`$ 0%tN,`SF~I)q#ö$ woxU*3 FQs A%=F7x qV'ePv37W~O뗷Z1( ُ9"h_!*gD؉#(%OxI g@[c t&ox'ǜVQO#W<=^R}Ao$%cQ;dZv݆C_WrGn,+k`ۯAC~ WPw{=*¬dF<Ɣ_zUV wW6{k(WUx6ݜMڿv|Eϱ$*ޮMuhDF&nj6j.>s0>wjFsb]-kyrx~u< r3,? 0u˰h)CkSLkLUξŮh6s]RьTqn kI%Vm&=/8 cڶP"|uױ ^_I"rk&NvXo!ո!⽑1ϻ,ͬg)ݤ/.2}lꔃ=p4@D~o3)#R 7lYS&n}XDH`QCJ0s@I 2>9?&PWw𤸎ޔ7\+푖\4+tsb60nj~[>@?ѤXj:d*mE:aw=|rEb6ʫ9 V8rRWYŸH ˞4h﮹'yݹ8*/Q**F[M-(e,'T ۹PBn-c3mHW}[?D2Wgr*Prr+J s.=v̧.RPEHE%g6yvI֯U*Q-f^9K(*t ?"!=1EdIMxn\&]5*ҙ7G֪20_\W}_|ޫC.ft޹8) ;xI #/E{Tv?sV30hA;qߞc pՊ/uQ奚YvS'cz5׮+Sq֍;E jy0jdA7Dh,uCq^Vbm̓901=TNJZݬ_2n = q.'C4B|û>C!>J?6VDzg%)HhWV 6?TqKFlvw<ݰ C`[PEAn'ݛ#9Y9dr"J4SNq>~w`!X0(467'{Ȍ rViF@f%pk.k*\`.mkOuw[,ES枘 /Β{]kwOiD sU!vV=vK+]{p4KiuЭ`(T_2,]~.ߔ-QܝK ݳ!6?.߻

|_W]¨箯M`Y/YStH,JQEX8Xz 10޸9-7a@L9仌&̻:^7C;_eR ; g&?,ƹӈA^+;X,U<ؠEY (=)ri50o6P }/p4J3yC^!߂rZAUt0߾[Z~.fzu Zۺ%=fԑk23PMƶ:\G6pj8U\˟wALxfie:ס0߹{8oxAs@^)ļ+Ysf)$xg#S]i顺װj$W;#P,^ 6'@Y⴯ |1#0`YcfG[ rS{rGwŒUI+Cqa_u[;x?Xͽh R'u$*.(*0X0yH;02Jeݐzߴv h% dh⼿kQ$4J̾4ߊ*~g sEYE+u0ƻ4ic_rS7 >LÅ+~?lm-#v?L(ʅ{xqc$Zf,r?uQTvl[g61foPi%}^dF´UVДl<+q6 x 5Tߡ`ND!śZLW'j:MoGB&z?6ܴRib)a1oz~tyUVȏ[?=JY3ndGpk0_xKk%"YRN"Vx*3 *gsigc"EN1]{osIc cn36 5Um SEz5*ȝy\[ F^gsAT{I^D)aO[uY}-%K?\27]i{@!$V]GwTM'hhSh}e#\@ )qql-NGWƩo8Dl?|ݢ܄m(-^ kTi^ YaN:)L>*WoQPH/(E8726;Q g>k5Z34(Y/61HEx K]W8: P7M}^^ okF\u Gz":Kծ|ɛλV8ibTߏͭggtJ* vE¡ |9#iLgtN:bk*N1~~wm4҆!ύ)6l ؔ^H;&J x zhnY {f qk%_#Ⓐ_T=p[gwSyz1y|țxZJ&{Ӧ#3/j<ʡ7YkNW!Kʔg_ڱ) n,/K ز pkk~4f9S7M'8eU;q$.2&J-d/`7**Q}Bc)qBlB$Dv[0ÅWZ൧V1õ跌A3IƮ^XMC^ .a"Ɍ/kbRm^#DQLrSKoGs|]A=pp/d_NQ}ϹdvFGFW2SyȬRB u¢ D 眎p6Ru|VĿFL(>v'tdr":Ysr?|.H:`$z7bŗde bp'&' ɵ0bݽϨ;wP)b#*Ǵ_iU`dǞp͖xhp85fxy8ZT"vej?ɔkj //f@{do0'@32CFҰJ!G=ٷ9(7+!@蠃oiv%%5UcͻDD ޤXSK vE Ka[x`:MO7ZG>ʦ +__<,˖Zo0!㤺Xׁ%61GQ%N'AKr*A9^4BB>!p+!lJoЭk t%04 dҘn݄\m WӶp d̈75Z[Ylr#&CN{6W%#zt}祾)K:7h6 S֝1 hC*wtd#F6A D2KhέSjN.7@Q"6|T7.*8. €r̦l _7$uYg0'IA]Sn mg+,Yf]kvQRU'' mmk5H|昌H$XZ.Ǣ-9jBRgKt#Cͅ͏ouo,ʁQ NL{ B}Ac6lfԇjM_0*ؖ"mHv_$#U,XBHE:}i8=ZL|YCMQ]Z(mDL"CruY|rJd-p7QGJcUYRHn!f͘ľk^qM*}SBoau6OVK A5([X oeuaw%~VBikd[qZAO:0OkZakY +' %΢\.1$ -U3Նer,n>E֑¯:{GF55_>XgBy oՖ,­ك7Rt2 G4 ˢRe3,RK2ڴZkrg!Z q*ƚAZƋV}M vMyڳF8@b7\\"e0 ,!0P\'XU'ϗ3`ű2:%t,&]g9/ypE$wJ?{B( ),LDvއ ߣr:xcH<〛@r|XےKEe bwT4m^8s*(Hy$L# i}-3٪g.pv :wEm`Y!G^:^*/@ '0W7Z;j&ў>|nm>7j18b='QR[_>$bY$#!t/TDL' Ր8ge"=bőU?/f6][o$hj@촊 WP5/[Ux-%x?L1fR~q)D\, vZA b*WGR0r=R;!]9~-؎U d- f9Y?n`YXr:rQ\w 7 XF\rP*6 o2XȉaZҠbAKԧJUB2Az 6[,e?sﲁzc&4hͮNs_ugf2aFZԮJR)[ \۟hhIt]bi[3 v]xaImC;A5`(.NU71 fL3*r)ɒu==~ISTz: y)(hlXf(ِv_\H@JqaHgVd{Qub!#0j.W x 3w7 _PB5,F cXHF6J *p4ҤQ;zA,c^YiBU `sC # lCs^ _ͮtL(Hn"}\+@W^Z:wᦶc@OS l\U+ǎR$PA(PE> PCBJ^(r"hN3^_A# ;1i'x u-ȥxPXXJL|5R+5ThKڏ1ZqD?Z6o%˓Uտ8`N T{Z]WipLu^p",sB$! ចNՆzfPS%)LQ1=v!;^o|O\yfiVU>X@K;;.ooO뵅,'Z*XZ AtAAKW#K'ѕH } <. >MTsg5an6`,KĶK-qY 0Ur3]/'w"FQzlL9_^*"gccQ;@6اjAt]ֵ=2c7 ԇNk{-r-% tAoKI'sC h"D݅0'rUl@WK&mIZ՚vƍܵz &H|LmXA Y)20t2܊MEwwpQ=yÖ閭`rf &iu׊UłwK .0i?kl`ɗl!Ri*Aroɿ'fˇC>@: $J$F)La<2$T7׸Znu3kD߄'<`Vh]L3x*24&Vr.iPrKvXY}kdSZNnU|T_|uq2zު2 v0{!a&3?K\]TcH*īzB<E燯|7"!k4GTAYdX2uH́X{9?^9<+1Ơ* s ?W%Mo#cR:=>U93NDMx{ G e(Iٴw3hH\/^fYl,yv q\EQB{*N9B!dZ"CQw)bסBw AgYyx\>4b`'TXvmC'x't̶E<~\Gΐ8x;2 EK c0\LžƑMmh7zg|Y(h'IѺ4j!ZNfގђ9}SGF\>Zj)p&9l<2Ngc\5 lL-9wkof?jև~} ӬJ*EnτUQBpZ@)R9%W+S**)8w5Ϗ'PoG[7Bh*(to\!~K1'afs |?TEWgu̅A׿?b!u"Ny9Cosǖ<뗘ɨ;S2 cw>̿90C#$ 1ӬpZ>T.8NA,עR2jsN.q859ʃSXx`,.QkjβeJ ϫ6)]dᓩQ8vUtWuu{:GG.\󂫿/0z+7_1a}/F3͏N9ϖ>#9yCeM{Fy2Pؘk%K72[}* |Ǚ13]0?.R6WFYj#GPg}sBAlU5JQ#5KV[:7kJJ'h9?)'fg;M|r}\BmCeUMx=A.3ˇz{[8Mw{cE'IepNK@HkǰW? Y!vUqxܯwNil`-L&МX&DAR`r-Bؤ@/,?m$gQ2Mt hЕ!/qo-؁=Ũ&MǬDBؑH*"djqQ]dyd^D sK$Ln5s[OsE¦F~\8Xhf[j-;AO1MfK\gdCӡE8''@QjnDYxT-IBƎl2f3剳CSU|{V12$ȅo4PdϬ4^a4=1Pe9Pr5*(~pQ r4Y@JN߾+F=\季OZi@jRdJ>О5uQd:jOԝeGA8znCr+?>8`s4qx=۾ C#"XZ*K{[a+G6ky7'&zugJKaqɭ5vt , (=O3O#r7 ~$|Pol~`߲MsZ5c@)XZI)dtd4̸͸ɪ+fEaFjvE"twAR0*GK\a>N"wu0$xP_r EFD{G M4SÝæTbM91rpby@<`oe>ȳ6R^5(P,pՎ-s5 egL&IöQB/jc=u*UjG~(c5_)' y|p%s)OY(<:s BȞ'm񐪵k4G]j]I9BFIʷ0:6 qkItdBԈeqٱ܆=d8K [SHgc4q>ҊH,iN6ړ ϭZ $)T;H?A̚2iuH,y{>F+?@@'1~eKͱ~(ຨnHyAX~5Ld)oQk#jROz7=<j6Mo|#Y aC} 0)k5Ҫ+ 3 eoePBB귺c||H0vX'UܘI|qU%D5wnnBUůEV, MLKr>*F;gC=ݭcqc3 C.Ͱ"m5a wB+1J2oIܗW a[̛̂)$ÚuK9"-yCf;24TAf#2qeDe*NJ*uTKaoIQHE:/$N00ߣJmLgkw$@.8ЏXOSpF9cEPS`w[WGR!>a1}Z\isy5ayv `NiL^IW 4]6/EotJ8KK`T_$ eT)A^Kp pm,] vv=q~&gtPN}ڱ@A ~gPMIaʴosEy>YBse"ѽ yfx4W:9^Q0NL]1f瞲QDԛ~Sb?Kdf4 ]sjM9Z|ɳH_'U>2K9[cW/=`er/ FDi`ȊO`BlDCuRǥ]owwg"$pkJ@|@D Qj(e8j4lgNV#o LmUB †z8x:B /rTaBv0ٹm@&Hfj&bNo+\|la Vt@%q~Wb,+.Vhx½=ݸGEC?Pb`R?I8^Cm: ?4טt nh^@.l%}!sF@]J`jwaQ㋵1 12rOǴ^ 'ߋ'<vqYM@%+6 Κ| kMYIƞ2sXAj.Pe{oxYPk>y ?*Eoߢ1{HVEs +w2LG\K}u I-rܿmKb3TuC08r4mu#rc: 'NֵIZaE0[;2';f/C0VS1+]Ia~?mG lNkpeжY$vKwAWT;*SE,Ni.F @U՜ֻI 4,UՠI7e2*t9ft,2 9wxcF`f j$pGR-G.çW1TNq49 ~[0*syzQtۄOT4 //US?Z3Ƿ;ؚ'ز)]^A j]}F1[ Tz<٪ N X+ ,5~i~\0AhKEd.J |$-g ]~@E.gc6K\؎&'IK1 dlP؂y b0^w{p~'AlX(u=:я3Jx>SCnelE.IϸuK ׃[RTPj蹻P>x#YYvN5w;ZH{rr/d$ڬGQmP FZB|@BC*&ƀSX=>ҶAve!ed̉>% 3J&f(m7 YJn8+NoiMczwԛmf0?NLkT^9Zy?|b/\jzY{pj^[OeDJKЪvw L)#hm9/߶ϑc24Еݒ>< ]܉B:kFq {۟?Wh,:F f_LhL@7dVJ4p6\\;talA%Շņcd1Ķ:2IǦr=~B8NOI(yO"{5g NPT>DPR&W PIuEî/OiDTtxeYtgtZv ;Wl:<8}+ Xئ=t,㊟X rBfvQ%$cNvs<&>)ҩ:ræXS?HO줅Gϒpe~h4î:ZMG0: vA\\<˵C '\[T0͝).?fhj^y qeD~ Ε~'dgo}Ǹ#"1c`* {喇և:)U+zAQ4 £Zl!?'6S*À}&~ZDr&Ak:Oؓ ZR6:'Z W./|nWwtk8Š;I]&g*KAϩBv'dq,hz @6@+SikVJE]+%.BPTW8{?e]S 0\=eVyl脩P2k ;] J{Z/_ 1Ɂ;a8Ҳib {kisCC~shxL~5f8#ż޺l_zʧL@Zѐ)(gp}kfؑk6[&'M+<[ʇS:>8% ^Ge[Z`~ɰ`Ղ{dᚾIX MzƒڐmѻYQ2:Kg2R|[xP{LpuAA3=vFa>8\lr7B?V'a ¼~b}<Й"gt $ 0uhiѩg)/ׁuOY qS!##\#]C1XG63!uy%A_6֙W cFeogֳ-YO=vĆ@pyj$~r߻ J#ľ9!!.QsZ8¯嘲90GaݷT%Ta103$~j`Po$c/"KjI+S FF&%?I?p8BsުSiG'⨡aa.6+jq}YrczmDLBM`78FޮlO]u_ gj#9+^0}>g3ϛ6-C뻉 (L(K[e+{+ Sj9n`Օ_ 8MQb(~ǭ}u/hX#̢ؔQXCr_,ꔰg|ˁI::-E$Cؾrk? x)PMV#Qftapx,Mz+>5:Q/vS1K 0 Ͳ \az&Qˆ7?5N*vc 1҇չlIﻂVж{X-l:OZME#C%{@PRZ>.0LgV1Z] vHI6Qdh2 r]60J`%Zm)V@V891N0u EW {ۧVzýLǗx"]s,AmИc%[YuK*p)cJhf ~qt~܇?$$EV%+ EJO_hڰt%įz+mj>Ox<)ٽr7c&Vlp*Y1 4s@M蔒mv=-'__*eZ>S~5mO<}$Ur֙ɺꌻIE{\$%2oGdKh,,фp"tEtɤOL=bï/~@ø[qb3-oVY\@.(< /-|pɁ^VѺ-/L3>S>` {* 2q@֧d^ICIΞ%)kȂ-,- Ihw0 ,MD|,VÙ6vw< ^*p^rfV񊀊aX Xh hp;eZNEF;ur5:*TUeDt9\6XdC(@ӝTd42u h.vkȱ1]Z1hTV!-W((tE f[QSQgjk6 sգyAC/EeП6*nit,I4Ql{&h+>'^Hc%"U>, }ЌUf|1d~Nf?`L&F(:tIA({@e#+=}ߣKB[nY{ 4ZO}orͮcEQ]vw("zb` <\H;7KIK5NW*>fV%˃D޷d܀C:\y+R~O%~HFg̴Az fӼv=,E _BNbAK7{͹_ʼnz-dHa`QkTM%So|ՌZF؎- ٞ+w|I Ћ;Km[@g CO?֥ha"Wdt|5 垙.R+GX](q5I]b!}C:[ ڕU/a_AY]dx,MY;0w!7&OMѷñBaHl"Do(挄_NJ}o0xk?/%+s+WPZhepvt.hWU68!dDм$H&m^ ư&&J k&0j…ډ)U\C\GDrCxR?`d6].SRP0sk3dbJ$R̟٤eQMYsVN X4^n*F< /1Oyd|p.{-A bB%2kI@Uf m+D_F e?B 1)_31a.Z: HkTuMyͧ3 >/S-;84"v W 9-_є<Z"jXR'ǭ[#Eh""ߨͱ Ly4I 9X+egh\괨Έӣ. HJ7{b?q)L[!9ف{"I\݉$ 8#1ċJT4ZGcAՑ xp ]# $E'n=VuUdx)cT쑚(6 h.LѨ'w'S=Qp#7g>15Gq{"ߤ+/yR~5pg,}{'Xb2hct>H'صg@k :{Q5Z%h؜tdlϱJ"͊,OMpyݰR]6MA]Nq0[ _Ыq8PT߭;x_ Qj- q(:g<cV[Jh#G[J KBgGVB9՚\ Nt= \<Ů@J- SYE؛%)85lV.%Lиu<:6-(bL:L9ҴNHhrc! ~I$Fkl NlW*?hg-2hh0nB5ZJW] >*9P],XsFL t/ oZ?}nyZL-sPJ!>}1;§lQm}9"l>CGMVz) FKK4&d2^)}xM 7HO=e^Q lz5#Oj|ͤNh9s1, \N P/mCDqԑ Q2 b_*[ƿ#4ez%hWwgmǯQvD`JKv'e)X1aI)Nk3򽢎W,(s%1i!CP{X=IvX<ө!|GBWT\8*")֏/[Az~4Ѿ#-|/f&vNԜlYC5Ip'=.YJj4t >VK](Z6YUV(C0.'xu 9H}K˸Q˯zav­cBh@ DK"5mj\4h C|4$95c&=՚qB$#'mھqG EY/# MIL87xyރ8nA0Ev{P\7<˜i-Y*3$$&+rEw @mBT\6mz6})5e4 D&ʧ2cq~gDZ1&A|foD2R5~;g_Ҭ|K:m+38d{>|[L1ڏ}rAKf}SqfqPISk\O g~:E1 㪯>c4`OՉHLߍ4#5j 'f{r:z-GY 0 RMWyF~. ސLj`}'^Y~#Y]b<+ңzU면N*Tq(CҌֱ[C2 /ԏk]DhxP0yP#o?S&衬4Ku4PL2ڻA),<>Q#XŰ is@[eβ=VKAGHYTYe qu/~mb<Cĭ_l0^tlVѷX涼{eؼ!0w.Ԕ)3vOj|'M*I"3CSڐpokB zPė .BH7@Wle\8 Oiz(t gG `/ơMf*$ _>rՖ [w}[5AcR D)r~#v-%㥫+z01m"ysDD18[%M ^J6 6&uq)з:)!@`X3#fijCgut "fnyS' fI x $9xD[1g{N;#^eD fuZ-=ݷ0gF>U}]T SI~\9QZ£KuPr*Є q`Xs40#le$B'tFsY  6ϕpMzfyga;mِb`^Q7U++"ee ^‰^FF \Emnxۘ Zd,yBG ĕ3~Զ2D2TJK+~}U^*x23ޒ?㞴 W6TkѮ+}Kfav IF1]Sp`T`+KoJJ`t4RAmKLXjHeD_ֺCR(5>5kQ#(;rتfYHڷKMs'JE&8o u'WTfVvlH:gsĵV_/G#aVU,F5iڜ+E/3PΓQR YtS$ºWuₚlv5luS^dk 6z>P/arRs5b|_ .ˆ4#<1tؘ 3R*Dz t 5ң"`7lbH_uhMͯƯDILU<^ /:ʾ9)p5P!XUWp'd}#OHC+;ʄSu8?%Xfrl _>h4|&vE4Ǔd18 36xC{JjoOU^HӤ|UZ$3 Qa/_ 3X䶘fzt0c-F8Ƹk/%:"m(*Á$}_0[,Tu! 0 ;^B5Kځ3Fk%Va9Y֐Ow7+cg"?ZQ)` f7qa[K(++1ڂN&&K%60x$ZxnKFHiEgƧ}.wNu hݳ1 /2P~G|* {hM;rP왈xH]NZۚ" sk/</h͵ḥژ3~TBV-ypUBɺ#s?)ua@d_v p} <4.lVNqPӀ ZMa'`IDiXhf5rݡQ/(c Ai |ɷ7.^ğ,ωKvX?[*Y/4Wx5$ Vg5:I\mO:5S4ox 0$=VT/DZ:V呑}uv,'2΍BW΍H8}qk5̍=/x/ҜN]3:e3o ~UHLpzĜ̲:zRUq KE2z?eaKj'T0ˬ(LjR$-{B1T3x D[5-փO8Zr/mˢrC/856%3īYɒ*NjuDab I*G{0a7Tۥ!j9Ej|$'ѧE 8Lۏ:eC@'%u3\Xӫ}o>p3`s^/D{KK-M4z8^E%Y`ɸukZRⲼ`Ó e`YFNKn.KH׈xӝAGiQSS<i 4ڮ~ko@V,c^ԭ3#T}LflYɩ+ǑZH`*ØPF Yjo^pm5`q~ @xvר(1j=CQ'ZoD7ivx;Oxw7Wij>-:qbnL/|W΃;n,|-rЈvt# 44l{RiV΁ pT&3SUJ +kĹcRߏ0Z25؈߇؝uIM6ҘvE HgT{wwo=2+^`usrF..Guk4QX!Ts;,Ov  XeMo:iC R Zp~8uz 3\wvxwBQ]PEEQ̕Xo0O0rYYvdrǯsJTѦ o -]>1 ^w$ 0bzKN@8ri,҇(OIChg-9@Irٙ21䉀^FU5joD\)U͈#ً Ԣl3z(Hݟ&=K,](=q#G+gc?VUcYNV `^$@NMd$\^ **)= kbCXJ:^#Pk%'umk l0V>F_ȒC0VXBt0-ŗgg@0vysl;݂׺I4Dzd+ Z'1 K%E7N5uǒ1 +h=۷v|! Pk;2$VڰAZ 5XJOgC)9DooyQKEa!Hhk^F@51 6杏'%q >7gk"] L¸CrznZBqe꾧d"JВJ(CTs& !KS5 Q Zt`Zgi*G4eGTY,,/Ɲ6u:{j(eLSi88EA&KWM^ldI2aY\ {@BuR^jWo z ࡹ*@G#f ݷtZzR8g$!ՌmD"NNRLŤ'0ȜBe2nE.UKhm {So@GwWߏ!z_=s $ WQ\S=X˥" gP2=)#YT\ajIDhuj{ykm"*;^}s텑CK]+V (Y@o4n.=ԣwmİ[qz*nHȷ 68g c!ꊸMC|ğ-9-8+*]ws-Ij_KE#v6T׫ W̋>-?\d7nm-U+3\l ΄F'Ͱ$^~<a'edBf&ͩUh'IS?o^cXCU%a 1Җljd3=} !(Yk\+Kr+# VoN sX#W7P>FPKiIsI\Oؾ G Sc#rE33.;ٹ#s&DUj;&aK'vND4:X@vbxD`@Ly~4S& ^4M,DC4wG;Nl2<~ Kyb!x8^sfߴUĔ\D91dm}v T#/~CQ~ۛ5BV:Wnԑy+[cZ6<9ڕn**O~Wo/H޶$Bx-eQgpc)k?'tq@B[q$/pb sa!UNr4,ːĐ&}&mYy&aYEb7a*ӌwD*3 ! !RUJ&K0we˪sZ;7:f_KE,uiؠI)ʞa:0fPªl0(`YwTFk.dQݚ=D8K/ZQ]<уP=/m".'јqGZKQأ)@\4 19z8gB3j= Yoz7CkICY@3R {soEH4ذd.DT!|~#34R,BPR1O2zksr6dkѐ͟薐@XbPy縣/#nwB v1GgmTYOrJk'7d6\0 N")CzR\oQ] K 7N0\E]^jB9?h,6[_Xi1;wN:z?rcՉ )PlF61y>mֳY0k&zA .!_\_tJĊ ) 9vg$l")O 8}~4"}S[lk(:|/gc pPLQq5ޣ )+;ź0Ds!Vc+XW8h[5+_ :u'n>g;.vNk6%!]L֝"u Mxԗ!~rۗ۟·yןLBvRb%?)t3H}^K';p?)]7h8$APYw›7]+_:]jzZkPЈjm ;Cڈ].~kSLC;sKx#{GeXGk>iu"Π,99d6yi1'__:D&ٴه- #j[ wz$*`="xVnyj`z/Loo$ibr;})}7l/rLr1JRЄ~Jd<քja횗>OOۛvN B_=-4}nl?j'm+zTo݋Odm۽^{~TwYћ Ď 7s]m֙(jL)kbކdVz.Fm*^4 'F:LvOsiq 9'kva84T(K:JۖT/shm btK*hDyKO"ہ }j`C8ɮ^hUp¥g.ALA؍Q; ;BOǡ^&="<5&[ 96 is5ްo%3*cn%R zήd _1,!q{Bibbn4%_UJgm0.I }ɇ1v`A//4Y*`wHΥ/r3LDs۔>(GeupHRF/!'2Ko'lAIR R K3YMr*OV4B @(NI3 G@|^n8ɚ`ݾ"$@o B• ~YÒsq LbM6 ^Wa08 ;z݁_'_nvڝ-<_lww^>~gle{oyX s/h-0g䉭nIEPzbA8UvAkcb$YC߫D9& YLxG!U/CHvj6$.}oJ'r[끴.$`GG\vg=J*:HjYx4i8 PiLpR啂b"E@YҨ=lL~s[Aa"\hoQ-@^~p $h=@Ns\p`vM#}NB:hY;<" hJkXp3 Eh(a%Katz0{bEk? ?@.9#S_EhɥPеau6iCAlRFAd&*$*s2'O&Y&Vͧtz݋,Rje[ :9:oyj WN1t0΋4lE rGm\eAlDo3NhS`DFdр'i Txk]m2$*T,x 2l=4?MwGk5<(೪QEyی:CE#EvԆyI0jӷJg5Xhg߶3|1qnݦQ3h !UJMȬj|"lx P9uxDn̑ͧYDrVE`e?]'_)ꞔ/N"AK rHoA+M3[1r AE"sbk$%J45۳e“}IHbk7xy|dAc}4_q}3tPjTѫ_"?e IʱØ*GAv^f7:xwU闝`޼M}ӟp[)xͳ`IzS[|yS o^˸ThrW;uF7^ZI#LSk12ő(%{'QU&6un =IPG^6Tkhp>ؓ1A`\P*_2C1\7z<֎{)z= aۋiM$?D}lɆʁD~k*aWS$EQ'OdF7_I(pٝ%SjɓUt]n6ьv.7_ZꯛLzbUWHeO2>V($ I>.wC躉}ba_2_77k[v;jC#-8JT"% ֳQ^xu4u,RUpa,2wSC@F([td異AL&$(OJ34a0Cr;Y'XPdS}DxWGlG&I΢F+de=tgpS/d$ o#rz)( k5A| 2+G)ӥ,r7XocN=3EIJ"3wN˼Ib\:ncqxr{Tq{4쒂fY??_H\Lx!0 kHͭ8tH @n򁕜fA [ s{#%P KZR\sNH\)M,Nf&\v$!%QP-,çnM1jzWe0Sb;*RE!xlF{ak苟on I}? =8 bEWfYЉtxs>RW<$N HB VQqYi.`ԴWSr?*eRgXTBX$ -\ɒ8F8nAUU^T{XjN|d,\1y3[ǫ5e/w|l'M.ClP{m怆{Ӵ AW:0?u$=rٖAƗ.B.=F Av/qL~I:dڥ3R[J!s4,lq i Ƈ9XZ`Q{68˾kY_(UQJ,$x~I)AYA \w:"7=RӔH=T5Ǖw%X0`иGC%u_׃bBDʶvz}!VtHE($Nj"}Éζ0j}X%΃. sJ_EΣrH8v}a2?{7Ln. Fܦr:D$҆c_#jG? Z٠Sdy82jr֌t"9[kO֊ XkW(*kע @&g+&>KV8=xw4o? 񨧩 =6Wv~\Fs4CΔaaГR†(GMz@Zx +o@S#ďg2Șe\>Kՙz)u%\ JƺfM|`'3vsS L/s<"&xv9`Mp>pW#5M*fdσ8ޯA% H  ;av;Oc-~'Ÿ|ݞ$r+cG߈̯M;ܰgìk*+YM,'W]}!24(rk ig\ZMcoҶeВ gk.NagtbMi$V3(N$!,ک5X{O޽;|9y0|,\'*ZB^E! Կ (RINfq׌\v-b[ĔV;.dլ͊U#%,#,[Aa X`s XfixMaU90PnyW4DM.Aع:(wb VTD}BS ]d@9͛:Xt\ߓ h~V*'^jfce<&)Esٕu n .%$=8YtE&ݥ aN'{ryc$;90RC+Dzlq?ut+ò!6j)TtWh>ڳy  k3?雠ܕaeg(E<ӓL*MlI.bgC&Q|zDLp]UO<؍UM֯h ˩T< |6.eokp^Dr\PB;Գ77 b$&lA{lR*O=o]J"vv3ۖ@" i$t~YIY/*٥ߍԅwo<|Qzut&d?LP>3%G,S}*pDmosv9C8B%L v9Z F?Pai\*-6*; Ugi9cz:c֕S&/*MޔyЕ3PYUI_n8ohΟ |1bd唂MaO ~͐ EXB?jAMya#jpOAEnл'@e^E)յÃ| ʵUkp 8q{`|̳*Q4$)uԍrEzE5.&Rfz9Z -W L=x@C{> EY^b]fx{ve@MSNk V@U̼hY4s0ZMJ/7 e=i7_iB"ƙ6P$']пH=qp2^=,a!+94 0Z(fi9\Թ`_.b vOKBA.8;ukaJԤa,i4$BKj9hl}":zu&=41qGŤ8FMʩ*w=MA px؛2]OGs#)*>*BśCGPFx|Av>.J/.gQy5ʚU3Hgg@&yV\KCeTg C8{fmw2 9t\#m%k.KwcMacu&BزGui&i4=yck*w "5I;Ki/8nj]T2g0·e}[GW[G}cxvpʽ7H<_됈K~D#1|8\Q+@? ܅f1$yT.C#-~,,=4?M?Fa}7dV kks|h+~ E{"~UE+  58;A_,D XQlcM!L'T爟 mt?? O- @pt4J59GC'}ePf0VUdDxRv#)h ىf'kUx #*]Mb1T@G>}fQKC7Ђo̎ Rzx*QT0|q Fw,%0ґeLa6Y+Whё'!NP(r uK1H.Z`EBf !Q8 ˜+ x Zr9#  \<5'( % % LMA_T*C /' y&H p (̼-+9e.$TU yb)B9 xt}AQ_wJ o@EEq?g:W b4OEj?y6 B`#txC]:?T'^Q Hٗ>zI +AKӦy9KyܯJk$.k| /~ h?o: )+Q嵠MH3X 2[n#JƬ3j]\6 _uZ" ,ћNp6 ?w; 6a+}沂,RA06t,c|V⨐es~Z^1ĽAT1b'Z79& M4ŞxփQMf[ z*bR|e2/cye< *OU$BMۯ"SmnG/|n6lo`zz{ ivO^7w/Γ]yS`=.~-1).z{Dw5cDdW-8g g_6gE// 򠔅@͛N䂟q `NWY' ^+MwO=gZQ=4gpQ)o{x35e90I'9 !mj"gα>{Nz u_' M%\wǘKPO d\W JV=:o$$NèhIsj4 p;K 8jU9dq:tjϿ td0/ylN.uC>]?"މab-dca4Q+wG__i@ak. `2sA2@rݸ_BRvEAسUӏƱ\#*~!Ժn‡- ?ٔ^jJ%px! 1Gq+mO(IZDi Uכz,Trg`r\5G7HYA=ڣV(H* Yǜ bLV tG+o(ymI,i!T&.Lf-`^v؇evӳDI9Ϻ N)D10^Z>coSP(|.CלAԭo`,$H`QzEb\#3Ύ00Bi ٣ P,Pr/ nҀ/"T2Ǘ0>9>)4:O甕(TLQDK Fot`f}!S }%PVz>oVYrH@:ђ^^UQ%v@dkn;q@}EE~Y(Ux}{WO ^ƽ ):)1\$Ei{{w} x$"4AV NTh2x@ڐ4Lw2$T?vC7ʁU£hkEp| [gv\%0|Khd . 7xyGBSR1~lv:3Ng!EYsTBhd4K FC[*bru 2v|~lw|(~vpLjjg!q#UV{Zq-]^u& R7'xQg-7 ucʓBB:Q5xcIxO` uR 2K|G0#T"R4Dz13] YQlf\ y 4߼ʛ9`D<mBƅ\N<0BORcq]hV#8(Ii%HL9D 4ҨN8u3#b> ,L%ς=lc~8 SraQ墕E junRTjGB<*Z2̘-w~3T(n)FkϊLcvqSy.%Y 6wq$( Ҍv{M7O* xf&`˪[#*jXeo;EA}κϗK%u՞!Puۦ_DE"Gaƒ3 ] ?9' H χGh 6l5IF_(Z' >¦oIH!eH$oa+<[f}%~s%JIU_9iך쫀 |K!W3iQő`֤U1Sje> J'wḅ8L G/|:~.Kj@(;(fz (y9+7C!WT۩  GJԜ)yM6kErINeam|:[yh 7TkqoJJ vyM|lՑPHćJ\Hl#|2䤾g)F9=H7ajڨ&К+'>WI)ZgJ1:gͭer+ RСv7ry(-ͯ1JS0bpu4 4ҡ~VV_D?g-YVjP.#LGt=ԖEiKBpN67ABfsu]izpN B `3):Rߊ^/2Y*KnA'%!f#]s ݼX8 ;Z6UC$)yrGFcGpZ7*̃{}o|hJ!osl5:rͶ+6&t߄s 4$2cx =G&Jǚ.ƅSjn$Ca>ul\xAGnSe);{yM*yRlǸw*@F΀`və=FnfoG1)^6m{F Iy 48pOz1CbY(, %p@QzuժyZiU*5>\P5!:v1xLSqNb%/0\Y*?@P9 (YL0 M&AV^jvel"w UkBK^vFwl.2@a$!*܇<~iUj -Z{7awDiū [a+Yѝ [Su E= `yg"^G<@ciiՔJ\$ԗpc 2]Wdtb-a3 >-1hfwbs~ v~c!Ws$]7Z Io oj@z/VʜL%8}"[z*YQ9en>s #rBb+j͠,@imKEr mmHn#:kpP.v+:Lztl^ *8?s4X[} 8vYg VdbOQve>w T䤚h x oP28DNqx40B4gAQ)% Oh3uZ$EZ#6 U"p]x;7#wEa/kU_O|ԽlJ}qhc*#ؚ_)5ފMCqb/W|` .PG4@IWPMvj-稲*ȃV]PQ͔kmj17YIaqi%'XI4/[-8W}Lwt65{ oK"]s;un*ytkunyQ+.X\S\Ejum7SdS~ucp椺ņ3\ wzإW9p90n{a3owVn\<· CseܢI[iKM'" w;Zq$ìO 8uPoWkxMy9:A{ϻXuWWQwB:;?z>ڽǯ4YI@a|O ,*=A'?O-FY[y&Cz@>N4.wk!n}ȢDAaʺG6/b0;:MJIEH>( IMbIDvcpTBGʹBv\xGtɛLq?7wq<wq2/`6 @mv0 ޚ}QŻLR䤵^z+~>՝G?.[N]9ւ0!4Ꝍfk?r 侁pU T+cv0`P.&đ+,֨/ _9#H6nX=K%?ÿZAFTTg:`B|&UNy#=ՐfEy`r*WmD$*Zҥ|Χ)V/XTFqja'趦Pl V(I|,yYH+Q?plhc7OtYrs04-ܕU-њucX!!t}J ۜN:UYjt?vTTL3ݡZdM>Y98ź Pҭ'@ .'bs}rG̭)KuY9o{_(yT×o4KuI]hc*RC`c# +&S Ӯ-M~?OQԲhs[7KF5{^wδBv }|fi0RHSQ=YmB>,Ty&g-5x5q"7!\hZfH < @IHG)ɗ E(*EvGQT{叢o= GnvSްQn7].'NTy۞8Kox ?eQVeqc}w )iJo:* wXSH?9#ϹX wAtT륔Ҍ'0hMF;;(Vj q뻩!`:uSoőV*DAbbuX h6i@*"fVy.AڐU fJΉsw͵at)dl-hPw##.%ĨN {N&RRcMIj}U3 (-"y;K9K4Ea=+*zwkYg")ugG@7ل 06.NZa-JK'qYĐC`fd@8ַf"fEf^`ᵄ-0ߥ;^0J6- w̬5.k7]I%{L'$@v3)X 3)cf tNVm$g:}Ӥo^yӿ1ϋ952 #{By4ݱW11$KZ֮? E%ɆBGAhnd>Cebaxә$Fe/DΙo5GHN7%"AL ݝaIrZhpFNo,{ʷL<x笉qӡ_wEypS`:J,O[kYm,MFnlj)(PB{,F X+"T(|%Y4ZK}؋KbVw C&3nv0ʍzwt(4d8D('vi-F bգZUH#{LJ^ߋh ~PבztLNcUJB}"꜓n8_1r OuMWGv~vRIzgaL %:8"k*K ,IA6r@54:)cE+^t^~ɹ]ʚ"R,77u)bMa7f [4S0}HԠ3H4ؼSx_lChFD!RM*xMh ;$CkY{2|<: eN6SrׁK dڪ8)M|O ʯd p`,+3Ҍ#& A&:i/vB^Nx36ɓy?G`àΦaX z{]2qfO&?O6+|s};W8&@7hgwq !ֳh"?cPBn!RlA2M&!>Q`hf։6sġYZWPzF5zevxNaJ3e9nu8'Pe^ZUs]DŽUI$|_M,b*w"֙|c$dbr(3̿9L QloM#X%(~6qdNf\IxLT<.sfe߈jD:YC‘HIPQl}VǏnrr b{TK+b }mպ^I26W>XL]ZYLUfQ 7N2rd/8È> /Py6s܂9$w9(7+f4VFxnmhڷR_߮$W[*$\NM}qȠpѯ$Lj\UGc /⠓:Xq9oxb)QIi:LBN JEnJE `\ԅf ;ߤ:[Cͻ<@JH!:*Z.$#[^閖5n@r~o'i2YS'\jy71$@LљCum^V㛀8oDi T i p!;lCJc0Nݿ|yd̃BKיpӉ'B~[#i"]ݯUkƻ[ kcr^KoG+`\=X52,)QVn=VZAt4#f;INb7L]WRb,rJ}U.D;XEZg Ӧmikcة\//p?:_ڝwP5q.Ne霬ev6V>` G_rVek4JP*1g9Q~x$Rus`oǝ x*4o&a<'pPUOMMa^ME ?ɔݡ丩BSG T`8S5a-l +9*0э% Eb*vB0ag1c灣t;HioGVg}{ۭX%o@8ltH_ܸ+#cH 6W=c @J#CB$:9ZVR:C,p}L$6:~0W]+Dv:gءcU%1k*;T v)&PkAYׅȩ.[$sbUJD T7q%h uW;N~Qڳ}@#>F蟇~lR}=c5 @Qg8٬ C*gs!P_5ƬW=1G1k0%h7pL0T)gF-B8[E["y*iWX 0;cq]m0TqEtv T0RIsŅ*j`4&9F%S᭄ӌ!1yY#&~*o mMd@ SRIfci[ C+?_[JwQ3ɫiHVgaJ XBqfq(gЎ8qY0Ϩz\Fo3/^KKڶہ UtQT4pw,-SJR7NV%77D'@(dB/9I.MS99W ”0A&hDr e j0Ʀ{Du^ًVDH S4V2\_4̷@9 -.6ì u-x/^ڟYŧJ?ٍ;kՆ4 &w0x/hz+Qj7{UɄh tuRt#ǎ'D Խ'c7(Vj;_ڿ9_(0O'$5_%oNa{.],5"XRNw&遼ʂE+΅[Kvq* N5lw{{g_YdԸ7UB-OdN35cTaVH\gn ]%#;tG2|vJ⯪%me_9*ya,( @Oھn]4T^FגI7y/H imUIZwyETG<Œ <7},sYr(|dUX/p&p}$D)t|@Zc&ep\ŬƵM dkh8 f64Cxm#DmVM93Gj֬]C5B3dT=U"aE:"  |]L:NUx!ƙvB;)e.Yoc}3gxM`u4mSZLR MF3v^%8"P⅀7#H>w.~<#].)Ac"N=xg4:c(Ⴭ!f.8D1GECZ KqJkNf)ỢXy|-"`bOen&Byƪ܋{^.Iu#ptb<ҒBe]դjs7æuxT6T2?|s<$9e-VomoD['m{1(LC"TUp#rNdՈ|9# ;Ct20Vg\>%+ -t"QE1rmIqpx=OW0Pm"<,^@Mj|MsBKU71%a8g 0x);2R߈9&olJ1b$.bb \fiR**yj J糫(>b.)>4HZLR @g;;t,L6zLAUUNUguwpCߏEᰉR{p{f]{(+m>׭mEY6^|̫3ZdwOfVڥ#B}A>{:ᏁV92/ yCҒ ;+k=5-Ⱦ}sFQqI$k9lsIr^g]Wfom<$2E0Z/80F13a$S=`5őɵM:.0l̇R!,c5uA15וUF %< ԛL9#k/^# qN@j9 !@%M!w @3O@K4 `GY]D,lR'1KyղLV!Cc>fgށr,;'.[7*ކ|UrQi܇I,%^1B7> s8Cv?+o,HS0=s}{*#ߣl>0hb(q\0zn%ݷP g&On U-aL+<`$/(M.#iGZӘI.))'nQ <,KҵHՐ[]TQ1@dlZ $wt(3ˠi5LY5 he9'2-_Q4Sun1<# XGUZY_Đr))f\tU&),u} DT(cwŽz>jd~Oz]*ѥI&*4p!_2!̠ytMCeU(Z{o^!s48S'ab (:/I]2K[0&C*C^i[؍2)/d^F2#>!:u"Ŧiy^Qܻv" FtFQFT[~V;z1{l4xU 4f{8;w^WJPzY.()Uf(êɫT1:YA eR`aڦOLˮٗ[e֚v;]Lmշe*bͫ|tjJT_r<@AԼp><.Ӳ}p\tn$crP?jPfLl)0f0X_~;6Q@}c o7d/Ⱥ|K[4}O%$JĦD1Gnl ϽMY5 PAe_)P+c[ ,VW.ZئQ01;}TpdH`'$CկʻuF0e`"T*Y7@ˆ<2:@5/GwFU+H#hpMS+[éENN-pjnpjlVE%85s59P-(F5%afi [hV֠${'F4>;JUޯ!c.#2KF I/]>pcw2vswÏJdJeX{,:\Q0ӵQ69n0J}!V;U܆'H5cD,g?85 b,AdRL,q#mo?bpYt59X:Pt;*ٱz;;LAM*9`FD%ȥLLrrLJA&0wduSR]L /%_wAݵ˚nf:uǏ RȦ!_e{VҨ[,-ɭUy1r$]ř̅8MCmooS ]9`aB@kq4z1$M[؂dYer}QHd̠@DY ˶~͇~QTvJz AŰ\2֬0Yoϡ|̛HaNT |ʌYJuhnrFNa<y$)SHq;Tp!_DV 'sg'k'kZbkP))Ni)S;qv ' wk7rmaV@]yD:\*жjBCܴkm[7`=:,&rjGrM^ża#;Xջml6\džd;nLOmx-^+'oxxv3H}1*hn &pyJa5{tI 'rXʽW`Z2ER߾+G_ZELX 6 Y Z(D")'* =A`p)̲rٕ5̙^2sqOii5%⨂GޑER6\l?5 Ze*x̲m:Zt`:z;E9?oFmP~5{Rre[$)|xrL H]=?~{͊WMS,p!!h**JY3!'F}!vG ͵Sɰ0H!qosIH@|G ܷ.TGDpd~r ^ {5{W{6O6{WDrT-͚ACs>lK|$'k}{ qx]]AraH }VȪ/žA,.4YD\TM1l0r(cg/C`+gM#n$ڽSĨMfmYkjUAó7EİYU)[?BdnGgM;*fJR2bB!~VP~=>%Z%5啨bN1ڵ.VE[ WYFkh xD[خDG$9F P1?,%X KW$#"+ )<;ksal_S&J MUB)zfC쇻8j}lb~lS͏/K)Յbd" cu~?fslH2|X](v6I#P,϶q/g{zeUȷ)x:Y"GJe疯_ҩij,lCGc)1ǁ)==DTExs3<E\]]$9!D=ZEC ʋP r^"۩G߸f]hJdYa|  RWfFhh<^ u!C0~'lʓ|-9I$4(3sBEb>He19CFuJ5X<ڨ )r92zC. 0oOIHM&XS${:}!6 84WnArD b$ƭGc훣atϮ򨳋Wdx(a$TR_7*:q)H#V+sRҀ=|]/.+ `Wj s]K]Z VTW#;ŰF4 :KܕXWەp3G7L i0v86:Zb&@!Du; W+^BDܻ(ꟸe6}sN >rO}ѪE-6Mzwp#hWfID?SvaaRHt i)qCsc5,xE,JN ͐ /SV ;z6nPq;:;qM˻̾m_f@(Y?:~|Qsy{vw{հ>Ob f[ـX1O0 ǍG h>v ao^Q֬1Z}SO^r{]yɁ+*9J }x4#R_S/W]|{x繯 -h Loi(Y :uF77e%l d G *W<+,2rkM'Bo~y\pQÓX į.<*6XkhBMw?h́"!BL?@kJ"CuP81Ag| TD߽]N?wSDEqv`k(w_w_EO 6 ʁ:Ϛff=MC1- 'PiauR'}LrpflNmj| Aӳs@vQگo[DOkL9ő8*lޭ I Nᶨ«B91:/Nr+0\JVwi_U*ҟJ[&A*vLr*B."U">5eB X4? QD"2?E&C"rL#/!rg\0 *=*+[t{2 ͿB_SΑi0+[?q(n34SB e5eK :~.  ð 3@Q'\R0. \p\tKϭ۰ *6h):N ZN,Xsz.u /`s1V;4&u>G4 \wWːWe _о-j㒕oԘ?JNLVד4|Ӷ&Ӝ]=t~%?;G,-e?_g;ӣ᳠K_9=n ?|W`_ǿ~e)2ļAR-佩nyo(7%v3As5C.H%4r'"Ѥ |'[Dy__׌7Q} ^ep)rDFT),Jsx݋hv2wOޚY ߙc0 F#r`I.1Ƿt$ɘAR0q]807sbav/S,$όK,~; fR^W<4tl>3  76`Y$7bKTj" ] l n( 61t\kI&0drʱEݥ 'e\).,@V6jelHSbܰCK+ˡVt)%5tFyPq@xe9PQSαvG/#&0*)%q[q5Ukڽdb~NzG1KZǨΦVGoJt6N9Cv>$9L 1lt>)yVF=kr1{G+VL}TV|5>@öYi@e~od ꘬0uW֞2"~n$ஃsR'b(OlC%H (mR00^m.Xr+@ak9A_A{<ǧaΐi'Xr9f]`6(ԇiA@)-Ct`i&VNԃjt[m72kBw/(ҳYU_aS2PGI?=D \?({ 6ZhlVPP9cg,a? 5b`*}AlSH6ݖ3-M %:.v v0ހ 1ceBgDRռhae~ 9Pc.  ^xjEI1YjYP4$/]ߟAbw:o"6;ojUz^r{ӡ+<2=N'ktm}ue%dq~qڃx` `[X3|$ZcNm7U[?ytŬ[`^j " bꉞ;CKVnNv:$ڲǎyycg7#iAM9MG/HFcDG9}n:~ܳF*}xy@|؆0闟LeUIt6P<1Rf4Z#jdjgU JyKZB 9].sy$fyVs UVs+taZV-EO[*ǃڡA &WtA#7To?9'H!# &-~Huؕ%&m94 !^C{MrF6E3Ȣ8E7ዓ1s60wS+p"}ӷ"ie*=*tTVc @DfanDEN@eߋ>"XF &* nǮVj(ާMҷ&s) 17,4[QV@6o`]a+tۣ9՗˜Q֬LK\Z0pR - Xx7[ۄD1 "SɏysAB.. O&x3@"~E3#WT pCFlȲ*3Bj̫D6605!ʮo/I9ď9SvCoȄlrY~EF!x$&o7\j)4ҽ5v˃ɐaU n2cR]]u<W|J['Z/Vhan{R\GEs2^NC(ϻb4r 8ZΨ1MNyV+UL&@a/-"#QB{8W?j=sufO G;7 NUnT܈|>{1 ʭzSDq"ႎ$ Lp=πBqL:57}c0 *Rƾ\604"'b/X;" ,\z,V*7:J8̵B*Tp!\nOǟ9%*P c6rLl3*Jx?}c.=4ef xh[L- bX,/Qm"(FkՙFy @|*T2m4tij ,~<~ڹ ۰:]Lްn9}?dYˆQAؖ_~i^K ѱXUH$V?ZS !@T@)5^IG- *կ> cRhrn5PݣNy^ cC|V=w/EGX!O{Y_{[j]1wby\$Jh( |ӻJ F 戹Y*/c ͌R7ib1= Ȱa3Hf2AA)]5:hУ=,WhŮ,'T޺ޯitsY$l5Њś64 KE:CAB\7Zf]dDfen8CID@節#|q0"Putマ Xd|(X5gpha:I1=–k)is^Wf3H#Yc?3Fs}SZ& <%ȅPዠ+L[dY4d>Mo?&ZVÞ<Ů}Pn?{T՝hֺ♢i.-!vnX^u ^$bvtW!rCHp #]l;SUTF`W@$Sƿ݃U➡aɐE?T(8[,ЮYॻL6L<xג}?| f,F-M 'P3?qS; ℤ;o|-5U+ =/!Hپ]HxN}2+@L w76kuz494|&B$i!D xVZ% fMJWCBf~N܈AO42;KmAn_Ki>Ǜ m~w@wHox '0t.SCX2Lx0sS#dr+)?FrƤj{!7۫VtEV-,lŌx_lOSg\)o(-̂g"h*mEGFj% 1J1+cN2 "#WƐ]c/wuhHS* A3JoQJ :ƪ|UGNC*!11KZX_3sLt t 2!..||P Y@xCO;o9hXHN.LB @:iP P<UpH^ ^,V r'ZA+۪ nb_O, M/scv᪮7cTWoynlos]|t0<&??rz~0~lOy:Wv޾|s"9YO.7~|ǽhNE{sea||nh߬~ya6Nҽ>;v``#oﯿћ޻W~<~ϟO6;/^|SzG[_m~{=y<.;|^M}rϓ?~8;?NUb{gw_&ɏ>^CVwvv^]v~~je绽Wo{WggGڹt2wE|M0?w?=bڋq{r>}µrwgul?v/6$;Wu~ݏ6iw`0W/߯>dO7?<6}t}~p}|]クn +8CՃ3}=|+>>?* 8r a_ݦaZ.egCwUCHCȑ$ίUE)nz[9TA\c>wb.e}̊VXcp]7 rTJv.@74I(Ƀ.KxP$0\b}m H&}2؁@яZ< p;T#qa++]A({GHT ^]tW%8r %a5M|2xu*uj4E`Z#QaMi]Wh"g.Ɵ \"cKuIEgӸф ?I.9X RRkT𐠏]GkA;(B:#CZ dN:Ҿ'wy7qNmY폯 Z9YmygBaR(ݐ ׇ'>ȔP@I  d( !s`@@&_@8" ߆C„m=EZC(A IXH"[z Oȭ.&PDHbW.3^4xF2^u^'~@4' @K"80 nx1}r|keu H(-С+2R `PrdUdө8v>_ A+yĽ :@*R%Awn3F e(qq@sd0ϱe{@a1 O@'B?mFO $Uk!m;>X1ZG!gp?R:pÞIŇdO8[f=Dg,7dYwcC@=u!Jpo5{c.'ї7J#?E2X's k~/m yWuc2V^Sp86 ~\|;s49^ zqz޼Yfw!t6`'k;/w_ƇGEI\g^BqN7w~ظU,9I+$08A KՍտ Tۘg @GX_eBD7?XrtsvF[7"k=j ҌgMv|pb}+ou1 K:Jl)UY+/#AtfaOYܻ ǫɪNS/Һ_",(XяE|zf8h>K{^ZҔ()y/&~[ `i-=좬n i;no$V{3no[F~~nw{zgh%񸯸Iوdgd%[#tnP`d6snv%7Tp !U&OTI+ҹ ;!~ }4ONPtnkA[D3[a$nF!b"'g,sk @WPhg߶1JF #6,STkbHJer MRw$RKR]N @PR%(B8[ #lKo1y21k-`V^(Sa׮C\iu㥅CV f(gA,.|$& 8'ԵZ[As>o Zʡ_Ž'Rf:N5˅VWABnK.8-ٌM+SdWKI4^OW(h4爝F84q\ JYJBhlJ!01ч{qr^\ߗ"RŻ U~up@sD ,w˒m'L}fɯ#X|66lzi}D\Df͕MhWܸ^4oE@Y<>]Ij9卒,|)7^[K6H^`XU^IG"kP,RaVK*K(']\m __#al^e|nm@-Rm0 XJTN)C8jEY9S|:K!d/5ʵV<\pZ-5L%j[mZh 0SCbIś#E\s;wam8خlQݿ,JDj揘&(>$i9dvW5?_ZJcIU`4Dܹ=g8uƫNF@􂨵 kW=PlMN50\=A6 U««%̺+UBoe+ADWάkvwl;D,BIn ҋ fG 5UQqKŁl UZ^d Y џ䞎SksHRixNñeB}p%iK|wi%p z`3|*Ot| ґdEUq:EhfK/-w ;+%Jw㊿VQa~$pLJVi WfteݗWs~>>DɴmK4'C谯j|O^1};:'!;>L#{(<{`xT%v6c6bTqy[:uG\)bs;U](COO׼MbڶcSHxpV=1o ˆ2fcڼ!/m-YfYu>9(NLM8g|Fc( 2],% Ö/fxmnw3-[ & Niq+¡R`~6^>v ^7̠1j뤬u1X@uGsԩt_͉Ws9՜jN|5'6`sFEgBlԘ5phV[]5Y f5k!̗g-Rh`%fxT +S0Y6^OߛQyhK ±^F_hxT&URp]hy_HD%K(gv:4Aԯwe\G15icIeQ1VVgpSr[6 A5.R*rYڐ2-.:N|j” I%EIS`K.j$JI=gpK˸j8I*u{)3! @;\|%K(pL1ISWsPYM}YrLMV`D"5Jw/@L 5PphKM\S.՝dl\pBEͰe-+LF&:#gX7њu(/mtᄌj[5 OJ DM'+ 6G"/\Ǔ'~Y^ ~||c`'4N - g?Éiۇ}fc4HH[JT'q,fu RY%#f \ /+E̬~hɨlT;z6& 㫈\"$1ҡRS82ud<5.Ճզxa;deNqgwO]QS=.lU E(\#X|mpt*\U]",,4,$)ПD=_pP;/#J`&-` 6gsGn#&6vxr:DvȻN: i41~Y6.ss֌4.e.-u ~IǤu l%#@+F-srb:A"ETF"c?BÑ- 3+o LC(Zxó۰Ks+hjA?m< |\٘e9E;bVy'n}"G nD.8>SR\&hBZ,x0!s7ɻTSW:_EW1}Ԣ(,|0OK WTͿ.,~Zh=?fc"Ä )a^|fTT|[A;0yҎ])~j8<`"v<) Poߌnu߃|D hrn\@0zw0I0^`.c 84~o: EH0V['45}G+U%/eM)rKX+rgB\J81E'1)LL"n`u B!ly>Z)`@`ۣ҃Pd[]wnɬ%6!j]Z(#N,*gƻMPl{&?dQI֤ 7b۽4oBEQi%~xCnDY;kx+Â_1A%`8WqQ7Hi,!9*n7"X.erC闷<{d6 m,E"?1-&aG[P/ϐa=nFN^Jyڭ)I#0-N٨giT6\.MU7rtr=~ѿX˿fo6M ۺ[~1 ˇI|Lڊ^1IƬ6Kf`p-&oa01Oܭ" dE|3LreIkٍooBLtq.\͏b.,Kt+@^äx߄ؿ4ldkNO͊i?,1ļ5P.i!xĦ_tӤr*i>VtAK x_"_>G(؆"^砉l@_YATTAW=uIaݰ`fCF^5F)BɅHLp8? 5h-$ C7)&<\/&fc8tQ"8)Ƥ3ٔ3;~vh|>BuiN-Fo4>asŹF?b!*&ك~G+5=.mr0;cR\ZC..L)(L $ș#Z&y"[?)6':͇JjbE&u2IQSa࢛&U 껝wl?Nt$ZҚ)JC(^P^lmo#QQ' tq4Ϲ}+hRp3B.ؔXKBgΗ}v痩/nl%5v伳^R gTWd:+sP*qa_4r8?BS"`+ )Ւ9Xl0UZa~}A0[u-Ӗ",A"S8 ̎b}-kBUU uy[Z5$3oK)̤,hVnMY<Q( n6o_ fטloWS^b 8 ;#%%ZZFu>{5&9{XhJaS +fxzjE/GA6>I?>cwR_Yc""]k8-NNfLHu'FmKj>%В J y(zqҥc3;pMpK2~?!3]t)RZ rGl 樲d+a4Ư0\U.9sZ/-Dpr;O/luV̪ Qͨnkl?x7E$lòeDypvǚO③{ϻž"oo?}$.9A:|YZ9(3;HDZS>,%XU1[FD^9bXlQ+3;qۓt8_WLQz: yBKq!" C))zPef`Nt h8+FR,`Ns3$̼^,vG'ƑHzqņAOvowW^u 'Qʬ][d3&hp%"Ǣ/CA͢4L9heyM U4 lm\D [۸r]IJdscscYRVHfR:./) g^ax9ᛣM:!7 oe6ġhݜnvr~ ւ &Y /cxi X9YELugObtbBkJhb bPs К7tyB Wi 4giC9 Q` +(4T:\ e5Y,Hc[fb]CƘ\ uA#6 Z2"6ADMVĻX<=H۳Vb[ EC ͽ[&W{!B}a3JQfM|oԷAea(TG#U?}mYO)Fux ЯnهTHdw k0u>z~+Z>?+S(LY J8VA'RꕚX? ~Dݧ5dƯj9- {~{POA1OAG@8nmTg+Q .SΞ)y.fi!rFe5oYgsYKyK9ו+;+a ^e'ΕY3n4uSCmif;ޤGiE}%pE2g }Iɸiu6QwUN@U:-ށ2H"sLx_"BtnYgaCy*+[:(nna"AgbҽjFyCDr@#f>~6};t{R<ҰwMvmz"W z~貹d`۴O SO+<6z4EA19!X£AUhG5|~ ΈFؿژ:&0) hUt|LN[1T@$Ad ) %@c*GydHBΩ0D-+'*켬tyAgq㐯1XB/nڴ^ȧ$ -lHZ~_ XRyDxf6!bvvcl`O_qɓngq7\>;b&OU(_)e~:9܉x(4߉!ђ|#aLIPIX`+ywJ`cvwLKmW ň&/؟`ǪZr ?m!L.vE<)Pc^!"X)Z115 ?i6RGĦ2-&"Fe|(l/wCʱVؽwX᥊$̐[##Prl>bzHtwRdB燌K\ {`==`3+`; A^r[/ 6n NWٚy ^sxݶh^Lh5Jn|+k%zgqB+Pj]/}8 Wpg' >& 3_Cvc[,5S^"BUx2VQ0h&:QRyMŭrn g#l9A֟.)ԑ1V_Uuav/4g&B"_NZJIvį(5`qk~ KڂPEfclAk]*lET&bژa YgF԰P0=4cJD Q~ڎeJ\,Mo^Hr;9U%YiJ~R)M=C:/7 "?zŶGG{;ob$&{TO0sE %?=B=B:'u[4G{`Q92t7WwH`g1cI "~}DO؁=_ øTA57ϟ0˦Оm̢P|ˉ'b?VOY^eJS qө'Hֹ`x& S7 k;YUJY#Op!ECJ+$T,gMTeI2@&-QQ9@8[,R;H,$@6v{GzpCz/T}ӧsɩef\Lq"O{'ǧwO{}˻.mO4eg=oǽݣS&ZzwG'Gae7{ k|zx)N|`Rk)Lz';;{{<F@_ַ66=^=;"֨wPx$R<"5|v#w,^! Yhd9p\fѧaLi$^PK?|ƋZ5[J./9k֍pe s4I+´ꁮ{,i0RDʳd8L$UAN{y稶(bYyEK" 'Xn{ZI?:Q?74~lk0;i9-؋d@Ndpj(&s1Dw[D64 JcՁi#PW\GfȻ>I ;ytrG41pZ+\Ȳٗ'zc)K79Ɠ(K֎ܠļxoly}EKY&ǡޛ&IQNx\~I,~Qj#.5iy4k6i-Z\8DdJLM_-e?B\:Aпzh aZfㅫJ%~v`I^7E(Y3J_o v geB!7C5 ~S, ,&weckl"!.!lZāLOT JT[GẏHZ=3t?2IIE D膓$ސ1fȷ%E[$ EtgETˆ۔,ʡDl:ol_sv\mJSrFL0&#S$3'*_2\cDuTCllmOv!0C@b6ƉхaO.0"FA.Ao8Ĺm,xG F.^_A%ڒ4fw Tqfku<a OO+jedw}0r0&IଂUޓK@ s`/̟|._ Gy}tX#:253LG}1.DU G%gp~DW 6W7 W$+UbRV~Gm<vW(dͧ/M~C #WtCgpE}3M J.1E'I!):#7b[Łku zwhtI=-uOd=iܓ 'IS'UISsOF [̣'Ow p R$|iM]u><$ 6Rv% A 3Ď`i2\xmlʈ2تT6Ӵj˶L`&`06,Jr8)mq#x :f==@QS({)3y{5iD:^pW)7씋˂΁_qK]~#LoJǔȕn L'%Cr^ 9 'J[ W}Ko_1THFF o.ޛ=EKl^xxZvR$K3c]# bUj < }#J'(MOM0Y"A2aJ}=r0yP-WR&txh:笣:4F. 4/ƉYݎ3 MZ=#Eqfx9Z^ulrLUׄY5 Y<f3c۷/&>QRL֍e u dM-D[yqj;V1ႭxlXXX p7Mgue5C! fe>nS؟yAj!A Hbkjri;Q+kE }QB;"A5r`ϓ[ Z !z e3l m J~~C2I ٍHwKI;< 3I9=+k(r=UN;:D~qbD-nT/=D7N.a£PXcA1R(\jj졉7$y&;t LDT c7F$Gl[GX@Ͻݟwx`}\1/86ZT` I\o]O53=BZȻfyH}tv]i1l FVuj?p5YUc(V`J|nH_I^+]J4}10:#ҫ#lXB[R+T,C=4񭖨hDc21;%ةG FVRg ҋY?`cgwXK8gBqLe%O4*?&dSC$/~D<2\>, |fqxY]Eܠ(_K*U49;#,_%N,$+cX++s ģC2 GHy&b r?WD۪0K=-Oߥ8K ԒYI,m6#R`7~_SgΖ}C魅8GW0˂f\2:oPtZS;Nm`Ԟ9Z|PA9BNkj1FZpi½ݎ>MͮʣX2]IPmT$ fiKY0¢.T= T#(97}͔<8 5?|]-)r)\KtBkEю%DG>'Ce@Umw0rgN;WT. oHdK8/V `HQ K'$i/|5sՌvP$P9è\[b@`+7=1+_.x1h#Q+OZcһq?` ZU,`NfIT8 dPdr]($loV # 8G!`nPA' v4g̝11p5 l``Oi$QL/FVZHʘEGv켵OV,5'MŶ,m.eL /jR9@ SVUpcWfc^J0"V>)ws e߳I;|O+#zz ÇR3#ӡM[ee)(mU{iY%ão+K. %o^ n3>px٢3j'c|7ȥU 3I@sOd>H ܝC"Ǟ>' A2 SA+Hv;ؐMY 2F$+7qΩ.i#!W< y 9B R$\ &Y'LZɇwqz=W|͊ȄG<?z} HKzv/Hٳ~ Ƀ| u ߉NfIg'`d<*$~}=E&H5~p^G{f-NjVFDgtpo>mQ2 Sŧp?f[%7o#+ȎڭmU!#D~VF;OEOD]n0WPz-iXեv4ؔڱ#.Ol|fRLDe f BqCq.6UwL=kt / no@MD X+v[PxhuD.]'R]۶vu=P\+n0_Hݩ>EǸFփ(gxBykҽ[Z{& WXod0wd B5;Dc$˃#4QK}7tIq+͌v$ޞq|=q6hAZ`5-ﮝ?lz%b~jx*5\KJQS(>>pF߶pa>jaJP\6N\$]O'8'2I.quGbB{Ɂv3]d#|TOyoRj6;l܆c{'ض 7N[<,ep0W!Kҟ1+98LjQI.HeYћǟBHPgv:^wؿA5T~IB;Gja3<$ o% ÒCV~ X}L@-ǔJSG sG;*d1;Q/̹gx8V!!;u928Z׸ơrx$.kagv-G|*~/qmo_6L-7|lJReڪUz./7C*4_.j%1rtZ/D* nw?ôK@Oӳ|YS`QSq n.S%}EUGD-+?tSZx]JT1 ZL &y=c \דYC$V)H:׸:G?Os9ߍ;|cAm HX0fḬdOvqT7~jQ|ŗv)15`\eK kL.KA2u4s Vߦ_7"']:v"(oŧG~|)ņ>~ LW|t#Se wIEڠeTэv ? l@mK7Ą7 Qks icb7"ܖV JVE|/ kb^)K BZg[+ťf\jQ+$}i 99G1!7,5ܡ!^"@2wP$V15Ro&qO`lNg{ϞhTJЂp D[9|qRX?Z(E0"2ǫͭ%(>bڜKp29 ($,`ٞ ApPpZZbRE2ti_zK$gopga=.J0ǭ@ ;KM]s6<6'Bv,K>V`TC_ ?srFwOY4`ra*ʟQlL95%>qUYpm cB8܁m= UJ-huZ֨kPOޜW`|U 7Z8 U &Rj4%<rI2_Y2x5,O xr GW; "SW4G#e<3k)* KhUHO7eebzM͜4y=k⛎nmebU*_2?fԙ4hi"o]~0z8), @Iqrx.O&隆R͡ZLfdSnO{q4PѶ9RViJ'+jp>A :QVD՚~j=:5P)+.a|b<MD{%a|Z=ж5 E-i\2Ӕ;p` MlHY aViRB4XX`\#Eq~H2<(rOt>KStb3GE|%'Ic :CN(DZ]3F$jH|YJHt96bM#L[(д&:i1BtjB m.d]Sz.Y˲Qj|+t2S55\2u\2sn2˰hGnӁ_2>,s'K=GsQk򗗈Yr#y"I^ WU~`Vg* +r%a/Eݝ>SL ){i"VuODw4S2Gq,غu?{k~`՟z8/WU >pt/OW]v9Rl0MM<4,現Ɩޟ\@JJҥnQ.8js;[B5o}IڒݦHyߡRj뽤yYwFf緆zQH;uS]wS-xBm\y :`0]F)׍ ҝw2(=> ZBLző)c`KOQϑ؎ӟV-]=i\oeaSv&6}S/[ݧJ%mb8l6:9tX0Ir91 {W1Jl*^S,vynz#,7YO0&}LhmoH!lLRtKVuy<& +׻ӭn-^Ls \ ȣXNcО[;]ztABZȱez lʱi =EJYIG=#Y^`dqLP B#_y{(lNnO/b1ΐP !<8{x-JfKV9 +Mxs,J!|=) L/+B+1LT[h3bLn=a~/gV7[U2~x2dhx.% '#bX|n ^:RmCFٱ T W)OBN?DŽyj4W|б"o fV,D9pN.'7;ᓍ: K=40ܗ ;8>V<>Z+ y6$5wه^H֋Wʝ)-GMO8Ֆ0/L+c5\|^ SIzIwsMb57y ĴMi)0^%e||xoyV(ȔY{Asrq7ºUL$\/XUt<\y-tӃ_ï9|(ic fLy((No/6Aht:0Y\M\sj*}ZS/B)ޤ^uAp'/T_dWJp֔0IOȿDA$$_u"v ̝$0/LHd F`rfu[#nbG+\-/93] ' 姪3L DxN<@aq?)@bGT Ymf0̟}Tc&0 0څy TYAv&C2j+#4g]BM6px`W?b.R< 8V6fU /TU=5B֤"luE>3 G%g>o[X5V'سkcdR|L$$>Jm28h*Gpx[59C DWxxt=O<8 ^DvRbk3dcMc#1]gWk|$L {u bq&1-m02ޔs4sNy,u!M ,k֦rzx^IL2 qk{gK)Xfyc- `uC~Ƈf3[VcJ|uKRfzlg!TEWjhqg7E+ACGN5H:uV5 RpO+)hJGM:GoEBPr-[TiՄߡ^ U8)m}` -ګۭw!T +t(QgnVg̤P󔱐X&sOOO4;,Q6d{op X`$<8z`S򰂕8_Ĝ1J&<l 楰@%-.L}Y#L߸~.dz&|7WߺyQ.{]S\"$Q F@YWo9>w?yDoӣyf_-TAk@!םRy Eq~q|9=e^Q#=f: D%5VOE81b Xr/rM 1չ,s0A#?0 UuRP1Qu ? "˔WIAsFW g[ȈCoR#F8eŧP:A8$Ung!ֿ}潛pNʫ_3sgw?yU' j"M[Xzܷ t+.8pl}hȠYz"Ia{]3GQ PcTl^lTOE 0?^H5hѭ- L#(VHCzLZ}%gG% G |_ג =T$o= XWya~K?H|^ǖ&ǵX?XɊK~ǻ:HtuB ^u0o\@Y?sKΛP%fa|;€5)lx/?-/m$UeY?6OFM*ECLnϐ%T)̻yԌC>)"g-/ 9ocLhtPqڦuW<҃O:`rfG d+^h ݸy%XG)ea\F+;ZOIgֺHz# YyMTURD OP 3."&_ Bh}P-T;0p[ Qz% x[3=%tPDea"Nep*Y;!d =7StNu0:#4q-8iaUiu-pòF$U꼫RUl6]ު6tcީ<<&y@F`K*m:q1(c}_ؕ8 AN)r2uj:7˿ikUBML4`l H,jḋ:e_{ԪV69jt;QXM ܊?*ؼ(@u ?02'XE|A lzřyƟry 0M~V€v3"O:uVR o2"vD]$̱]+G,*PLXڊ($#b%:R/J+QlQh@w@hG[٨9BQ; R;Ą^>!)k]5H`kE ~妡E,`amW*xcc!K0Ep%5\zz #Tqgv:YM S1DH]v5䄛_H'$,aA-NjiyC :VzzD$T<V}~a~qWb!V;ݢ{dcnT,. qaH'ˋ.R!e+f8keeO/-A]@Ҏ'7/dWn$5PȤ&KYip'Ik Le VBhԍbJYYrW*O3S)\[ޯtaIHf>wy0v01 ?1%.UF9WOv2nD]n)e7ig]Îk' pIW7[ +S f2%&ZpЌYM K>)E#FҦ)nl`!"Եcb4hҎk0+TO1E( )y$AD5ܦ4Z{E3Rhp'&Ch*ݭ:Ӏ7|{.wN0#NAsy/qS~{Ujȩ|(K]D?>Kq%QqVE}hC@ekdTsDK jԏGTAs}`!#=9+ 19/,{Kn`xjRYʈ@빟{^ha,z?@xkX|TD%~͌ `譿Q4@>++ZZ"Xx7Y4e:} O_ۂqP,BŬh"kXV[oʻ>?7'Ӊ q+'9c/z¶m{u}ΉEJi7ӌQHKhJv i.,T=PC~X8^ĪDIzք~e 馪i?9i[h~++f*ڮY\{$M4T+@% ҽBVō2cՙ5S(S65:fˉy+V:&jAN;DV wά 3]>*EH?MM=W#"׈x؏2=z gv7ؿ]~ &-1 >b20w %xK-0DB%\ĎH>*@¶7Qd zphyPG9 M7`jyDvUx|WM^F? r9wU1@a!Ά$@u*IrYĪ5 "hz)j[IH,8nFO!HNOqJ+Wf% o RQe*נAխ'sʠ*=G!~>0#@J$XɿIu?hx;!ԄS$޹|ݡliQքHKX1Oj!qatD* w~d E2"gba~YcJ"*H,ߪ*:æԒsFՙ98"Nv%MiAg6rc *G/g|^UY?/H=KDm{%BJ_o|h49CS7 RN8G]\. :_}.) WM-M/6;Y^&*pqVWX]^Y,m?o<*0{%{=\6AF#x{r,#gPSuS*MZi#3lgG0 LG<%^%Z%6]\-"XOXDESH* Q+Z4A|L֫>}.j_c5=EC ;E_>' S/0drkJ9_!+ZrU\ګ`p)dS&gQ%?µK Wo͝)i VOY02v+9%s*t(ٺFf]\h,hb"9Q"B+>.M$h/˅'j` ՜UҫK֗jJwHh7i/-aL>&n|-|ޟ.hG)@*G~; Lv J(yV:ʸ>ӦXc}Mda*j`HDzp#-AV@Q]ʋFGQBg30>vwLT@'/ۧq3ߏ)jCn %gb 2VFme,7Ea-0~1%$k;~!FSiJ3#'3Y4P@GYq}d-6 mt,a/b¬%ON[wYJ⼺;ƊJe0}p遞c2GGM`PzM3B.IcH R&WF5 [)k{sHrEUMŞ #/,:mMya}Oh5k\Epc4 ֑`>2qg+)gTψ&*w#IFr7=5yL) Yzc0?<6n{n FM:0x8ӕNkLܬbqHmze#tyJLF86?)H?6里TTX@Bƒ4iN{.ss#мHdƶ > dDo\L_!'9?"\L`f=}^)ћ(}84RJUgUvKa'}Ц!{$`3_'+r&+FQ[h6𽟓u:HCW xr6z^Sh7{5o~;J( GۤKbiB"V+Bmh,d̴]Do gs9REF 9?Ej o+ݚ >tS7?ȃwQ\#1k%oOrpJ6!s)]#DB*zАLͱKp~lyҶ4<|PTwh GDu?@ 5Ú۰YUҊ#{b$#?:ŗYPg^:UA["n>Fz#0%BK&G̍%yW;[N1R˟gZSlnZvGCX.q|C} ז+Y&sAP=y4H9M>[Oΐ1[=+zD3,E=0b_ַ U1jZ>whV FhO_[3(w+$ O>́L׹'38 R@Hvq6Jh*JVd!C8_aۦ{x`~e:M'XI$.Q58$FF((S04aUtdscE z~@tD{JC)?1j< _)h=:zf@ E+@(ѳڋXOm5RRz:Z[+<#OUCf!D+֨dO6"h>|﹯Ew #aBB?ź<$h.%Ql1GzkM IXHـ2`;4QbfyYd ҢM4=8@r{ MS*=+rƨ׹YP`D4~)oTm/J}s2UGDzՊ5*4i4#U%)E+E8,yg?:#[ :J@S91jrrh)e:ӛ7J>y>Jpd$Y-B+Q;I$I G'N4l*U qdzi:Wg-DjZ'e['DQH8o e3TY>:=L\uBTjε!S1E]R3pbT6'!m2FD\Jp4 eU1NKֹ=a9{dk{#o(ީ9-Qg{Rk_ïpA>0ݢR9 F3$W_ [ĺ噛ή1?Qt:Vޭ ȶݚ}~MBGTcgU]t gZ@;zH?RqR|rsZ,˂DW$ }#{LX^$r`|^6%Jl&j\Gy ji0I=z:9b iH'b3xUnQAmo ۉ{ddA܈oU} 88W},m(6r?T#Q$?lF)+-~tyq~jQ  8|~ekQ,Am}&.24O/ύ}%ţǦ}7=ؿo$s$dCU7bK8ŷ5_M~#; _HYW1 ҂D (Yd{+51"\V;"3U<'BMGƍr?P  tOxF׺dн}>+XiɝrK~1`Q BƋǴE} >c~wng ({BmZiT <49UYbdoQ& $ CԋŠdEi_*{xRUg@ ۤ$KG7KX~!wk}Ve-~L"D,%?υ K@itؿPM:$Dk"멊l@we@i+[K-(ŝ7k"eoKDvvU; t(0v,ouԼ8Ҥ]vRkTmxVG"M&/%9⃶Y$:e c#M bsuFҥ9Ш0ND;f$t s"Uk֏DJ;Zs whՒ u_ڀ_Jg7nQ,a WO㏹-e_̷w܃@rT}9.P%M_EK<6Pa$3=D @x}ziS-*ΝTr9ԒBpjNDwA >;37ﭷUQ7uʈh/nWm%4@ bf[\ G>hA$WOµʖ. eӦwWTƀ㉹;BG`ې^ ]%nJZ8ogSNf Q.nE}K댚[qH*罽fs 7AbV<5<;ɬ#*Zq(-UJ> _4o~r63?̏p}< ޣ>0X@_ԲxZA4Aud׸T2z ocah \ʞF/J7xT̼'oMG5X} D"׎#ÓӬn^௨ 6QėGp4*DN3lzi3 b)@  Z5ҪI~;qY;S71?>pU̩.RD$Ep+ A2?iOR~hZ"W*?ԂUۋ:2}нp{t"jpɴЊ xƱ{wXv=5A's\ԕ܆3J ~$u z3! kcC_ GkHl :I9n$<ڶ4i dDX@8e\EoWf-*ݒJ={uCU[Yt#jhȽw:_pi٤eՏa ɘ9ƌX 1 a'WW`a}хOme_"Kjsgb\ٺ1wZ,X\;]t2yMW dCs,*SpҸ׆|8t{o]4v.=&雄 AQӛggd-U0pD\{5mh84ZT7[ixԛք-歽:"ԵG:d@ȣXW`9C6% 4}ZcI`*L1JU).ONf)cۓ:RceJ1)a6Mk.j{r_t1I `iP/Q$#A(uJnlgLD%cS=np@) ٪C7%9fBd^_؃g2d2D4pe=P,4 n ?)#.)euOeIT|#K|q/,les _IFU+UyQbMfu2;{o` m_ Qt ^ϼ(AjfM1LkljCrH˂sp WoDߎ΀)-[HA`#obgٷ# ˞S}q4 Y\$uѹ!G<Ȥ`tNu{yg#jA/œc_po[:I Vxr/ }QvOC`ި}Z"Ζ06^OS׼vE hBWb$+AW&S6'`.IP9 cmO GK%} G9ZϾB|ᘹa~D :ldIR4ՎYO+iPN0U$s G<܂ȷw Җ-N*ʱ[2;Ni q@uɶ(xBm󴭹=q: =![8l)wX x@c%[;kojP}E /Ǵ17Uݖ^Bw1gVv{@XI4rA_AO3著cq_q;s;M --WwSUF֮fK+C39}LRل OX薜o/ƣ.kYӱP& PCTc~1 ӽ HlKG_rS M"kO9HMHjk#C~TNGԍ0^RSgܚ I3J`VTD,A1!)6r)d"TMY-%9ϟuU D2&^2D5"<|ZvHe#їΙ*^m9$l Ó.7>/=zTKOY$Sqʥ27,6caaۏs@=yK=fl3[pSO勋勷սߋI`4G0$wA-]rj$Xt7LV_N5 C|3z; F)o؋HW Z\umڕMK p,А<|Gז8<)Ku[xvDC P#&P/Nef9;n$@tdsrT3Cg?d'3y9r,|>C+3CZU?e5Q 4Y ;mj4Tf{<0bF͖ĒF֎cvDcI䲸^!c ŀq9^6Kʭe1A^[7"RDRE9Y[>{\vҠN$ lLȱ-|jh{FUB '=I>;g֥dha$ٔsˑqow.=ѴJi2º`X)Q&|0c,PGfb5I.톟ܸDW@}?˛tt_=kgp`vr _O$+䉾~M*6J 2UG]jwh$"rM&Cs;FRtXahڛ n9QD {U>HqƟ@}r_1 E;÷vi0_-!K4N 5 R;6om `ֶ̫uWǀսy̱PF4fuTukpٷߙ祵Ov˧+%W4tH.:E:%VuX5[m*.p<7HJ6KHCz'B-/ p]!zbP0okD=Z 'ӋWR=ՉA~wcUnhl46 Pg6&6&vU[m']RJk^nnVhbԉ͠= B,0-%AoC\psَGyH#5e|*=Z0Vx91!졧l L0xgHU־w2Gd>_kaA? Ʀ/$\.,42/Gw.r$K~'/2yxNY@rGF]ĞJY6s ԡl31hB/~ƺȂ}U`V4Du3VY5j(ܔ@J?4 OPaߞY&RY- b%g欵9v^*$Ae^.dqHE Ot Gm0ت+ OF*ҢA>Ⴛ@H}-;A1NRzFCbۗ;z;Ÿ7 G .77 18=e/5;y,٘.l~Wb5؍$&b d EܘX|sMLfc(O͔u2gWзxFbēs&-( QB8&<&JNc2j xg5`ؓjtl +¸J(M ٥-O\UO{Y^ӘjGRnZ+a[vˈhqz(VY"?Tizͷtry8b+TUQML3D~ykoBox9D`7rD;f%gnɸUdaP[:$SګA\#T|\+2[ F$1֋397\Y3מćQDvTckV\^{֦쏾PIaEERcVCW\`> G-;rSaQlr(1tm/WZfbFqDl>\? z=uë_tBsps^W㘌eXva7&XllĖ_=j8ϙY-݇Ӗ)m\6lP|z?%`:J,(eIّNox`E &Y5O8Vлg>,t헠9.:ѶVM;v5)}8OЯTYHQd&)BAGz#Z2 jV }LP3qDMTǚDJyDG]XӱH SOԬ1$QWEl]bm@YO6A] [cP*yt;ό?ĕ&)x#'M✿ɮ/)lLe0DE:QHXASM\ gbU~R95 {sbNBψDeWD|j>[<`{ k|``(,pFh?2³" 9b"Ԫn0:LuO*#&FT8v:8Rhvк\XƜoSaSHIhDU+ ﭭbUOZưsG"ө`h@e#xAqN(G4[XE`AuR®Ty'Bg,-Jo:Fܷ,/5 qv0sy%?L 7@8Mz/ @O-4bhd$:玷 БVIqab s1'=Ujv(Udq%mFDWi8lo9 RC(P<f <0#7n?ۿײe8)x$KgMCZ5֝Pl4UW:#biZxAI=^=2sEp ӿAubuhzztZ|Ɵ,9g ϳ,<(|?s As#?&+7W^hKlXfDN:PoLX2j63:[ 9~H/@An&nͭ:`R7%[!O{u0vHt!k59:xf|weSkJ«fG֊~E忌sY8oyUX&o`NP3q|gXLnҘꭠVS}N ]:ܷ@tMh,LThnR/iqR?P n~V+BnTX;Ѯ9ȍ5O5o99N_^(S>I{u.*_9N1a#n[ՠp!9˿~ G փLI6]l]ڮϮ{-z sRRg&9,z ѯxMIx-B,rHWp)p z+Gxc'#Ln`XoYww; 499z3]2ԖA6zr>>N#X>F@#sD$ꂞٷHѲΗ l%XG4"A.؁ﶹ㯮0Ab]1ƪkNd'r0-*iA&ߞF,~K (N:tOGy,f)r,*Spx0t6 4s6t/U+E@卉\m5H8 3>z36,me.ح!0-ݤ Slkt\34-뜹Sǟ9RVIO8hәUß'\Q~ }kuR6/z4RҸs(hT4FݫEzq£'{;,5D\ {*/-:䰁Þy0iRpFkpf0N:R?IQ 2 5?mFrx5O#tL!{<m.zO r3ؖc}PmkmY ps q b."u_M]: &L95)e&=h RE({bDSB~*d:J4;]`靝oD'bF)nmN5m%ډi7=CЀ6Xf&y"R^O͓B`!9>{(o, u03f.\̆ڸTr@lE@+%Nꬠ=V1,yJak?akGؘ0LұV|B;pBڬ'^Ef+졚ƕ i*Kq%Ed=So2x㸥p4J,.S ޻eJ'sXksz3Z(=V6BEvrUnyqu7x[:Uu[B<[]mFELY*O3lq̚lwHIe]\?5T=}5ܢWZX`[}..Vs87kU%T[i 2-8fXr.)9öpP{V#OCyP=S迗->2'؛yP=4+L%Lrp;K!iO0rʞ2d,CvscHqh5ys_)3 ZB'BK Q2L}/ x-kR%靏>,rCOVX9zȳ57Qnё7U9iO6p"\1-9D\>1:E@[