postfix-bdb-3.7.3-150500.3.11.1<>,Uehp9|fBAj2n ȑҫ6s+.r&rHڻi%'-\!$ܥ6BC58 >ܲ&jBB8#eSKcmKy`lTE~n7=7jװlg6~4[xzY\?J>)zY)@Rl=P40WR^ILN mAg͙«L$ A.:"щ9ՉooJij>Q?d " F =TZ`7D  "< # '4 S U|X]aRa|d e=f=kc=kkk(k7l8mp9o:{=>?@CFGH@IXd Y \],^bcd+e0f3l5uHv8whx׸yz$(,48<BCpostfix-bdb3.7.3150500.3.11.1A fast, secure, and flexible mailerPostfix aims to be an alternative to the widely-used sendmail program with bdb supportehs390zl369SUSE Linux Enterprise 15SUSE LLC IPL-1.0 OR EPL-2.0https://www.suse.com/Productivity/Networking/Email/Servershttp://www.postfix.orglinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in postfix.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi VERSIONTEST=$(test -x usr/sbin/postconf && usr/sbin/postconf proxy_read_maps 2>/dev/null || :) if [ -z "$VERSIONTEST" -a -f var/spool/postfix/pid/master.pid ]; then if checkproc -p var/spool/postfix/pid/master.pid usr/lib/postfix/master; then echo "postfix is still running. You have to stop postfix in order to" echo "install a newer version." exit 1 fi fi # --------------------------------------------------------------------------- /usr/sbin/sysusers2shadow postfix-user.conf <<"EOF" || [ -f /.buildenv ] g postfix 51 - - g maildrop 59 - - u postfix 51 "Postfix Daemon" /var/spool/postfix m postfix maildrop m postfix mail EOF # We never have to run suseconfig for postfix after installation # We only start postfix own upgrade-configuration by update if [ ${1:-0} -gt 1 ]; then touch /var/adm/postfix.configured echo "Executing upgrade-configuration." /usr/sbin/postfix set-permissions upgrade-configuration setgid_group=maildrop || : if [ "$(/usr/sbin/postconf -h daemon_directory)" != "/usr/lib/postfix/bin/" ]; then /usr/sbin/postconf daemon_directory=/usr/lib/postfix/bin/ fi fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in postfix.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postdrop fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postlog fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postqueue fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /etc/postfix/sasl_passwd fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/sendmail fi PNAME=postfix-bdb SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=mail SUBPNAME=-postfix-bdb SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi /sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable postfix || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop postfix ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable postfix.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop postfix.service ) || : fi # --------------------------------------------------------------------------- test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in postfix.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart postfix.service ) || : fi fi /sbin/ldconfig # ---------------------------------------------------------------------------~g}]Rw) 3(\{}D!tVQ*nI$N%461H@9'(@'HHyPP8@@H@Ypt*nI(@$NXX`8@h@8@8yM(@Y(@H@@ z! GX^RDLx(ȾWH(8H`8@'7(WyPX@hHxphAg}](( J A;9 & -  vH 1 z  ~ &q $ `|T 6 *6Z d& `A큤聤聤AA큤A큀AA큤AAAA큤A큤AAAAAAAAAAAAAAAAehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehehc@fehehehZeXeheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheheh2a578b63978d4658a4982a6cd6cdc8b123eb297be639937a6febed1ab696868d6233f37dc93ae05d476bbeb03ffa6de4d006893a9d5c91d38afb66506d224e9dd5e51380e7ec868a42d336c868fc012ab95cac771d95361504cc6040b8d86221c00a478a7c120c4ef2ad0851c0fbd50d3cba2739d5ecb1be16e6bc4c75792d56d7c000b62ab236b5c5c4db8ad7edec232b2afe95d85c8e064a5c9f6d5308620f7fdf5c3b79ba13d9c264e20742b88ec15b3b9ca7abf400e24691fefddcf54fec84c8bf2d0d78923734d713667ccbb34b703da09da9bfb4bc1ee1930e29252e530346aaf4bc296be09477b038c780641b4b074c9bafa94b3b556cdc3f77c17f17e3fe120264875113f86595e8310867a188e65f52c3f039c4e2c3554910e4562fd1f8ccc0f7e3d745cf87893b9d1feec45b6e806db6b67180be55e3bf269a399b1a1282cd3e245ea1bc32c901f715dc8f0c0b3392a9263dacf39fb65badb85932e523e826b0192c39b42d71597caa8b3e5e166d1e6af98528f046f1ebe67279257987a8bb5574dc385076dc07254f804116424358cc8bdb9a9b53a15a83735def45e3888f80a3af34a76d6ee1fe55dd4ef3eede5508212b7f77a47cef12165e9439118ed6f4d372a0f4c61c0427279801a48775dca0c5d2d035738c3e3d23b4e2b60f7e2acf6f435ec7dd9b20f83313716489ac11807f0675b233e0a35fbcf6d094dde5b8abc9797efaaea2dbc51a30ff96cc55e2df5507258db5330e8c1db23842fac085b0a420236276365e4f84728f8a970d6fb5b22ded860610d0612a52ac7b2f8f9147b41c7e47df9b97c22831afb23be7141818614ec2370210e460c9d10509447bf9ca833a515dff2d47d65daeca2956d102d1b1d1ef107f753bc10d7dd1952b04ea66793de883a61045da9d3665f409812fc6578090deaabe864a695f245cf3a00a723f8d359243ae47b3bfcd3b8d5b2fc922066041aab756a5e885d58eb8534a7cc6a2ea42c5b4be1c455279de3a10fe62a9a86b2f6e752331a873e16308e79a80563130e95d899567daf677329fd128b07339cecfadd6ad48d1cae5399c61c8aa9b4928006339bd1dbebd59081f7ea0bf20381936d55bcfcad72642fdf3be782f4cce5b80154b8c0973317c625378b858dc436fa13d058a683b575daf1bc2712e7b9014e9d3d5f0d879c477ce63e3daac584259f7e38205e93330c7ed12c4a05ddf1e305d7155fd9a68b5c948290c05538aedf58e88ddac2a7488aecd6ff7ab94a92159da177b67105cee1625528dbfc9787b25479a83f205e783d0bfa404aea7145bd715d44008f4e95b3cef31c4509f7afd6391012b05c459f6d767138c521369d4d94649ec525a797e103cf5f5a37840e8aee86cc6be717c1b476617c2faa6edec2450a9cfe004b09f3c37a2ccb4cd6fd2cb945bb95790f963751de5b59f959dd616609e64a908052d7bf5965ebc01eb1e51cfc845d088b380da4cb659a42b8d28eada34207432f023a79fddb90c2236470baffee3ac7b7357a22d31eb4563e5bf5862e82c99b497c70d04361e97470c0835f7138c6fd6b48bdd524a409a88a433e91e85d2ac4be98713b6db5b618b542bc0497c062e172d1ec5913590be00873b3097c1b212140a38e762d28c6d637cc028cf4c491d989fe185134c00f6ed064cba6a3f6745ebd0e8bf8f906e42feb87d3857d3b7ea7fcad2661b6bad37f5799728b0ad2654b8a7b9865dc888b4e2fc4d55622f5bdffe1b33267d77fe052d466d4c7e87accad59239cd1ba73eecbb6299f48aab96d8472ca38774a48d412ae0fe2dc6d5062da24f67331cf6a7da12f47527cd98b8ad03eeaa90ba054d2c3a046a5fccb1c646be00029e9f3b2f7170e040cb4ba8a14b05759421d2f5e0fa71f050f712c72d76518e791208f72a67f72ad77afa6a9d17fad0717a884c3c7f839960412f48b534965d0c29f01cad15f6ddced703895c5f59e46af2d1edd7a5fb93574a4e7738774f86f4e31b62ba3d7aa962d788e71e42a7a5565ba1faeb5ea7863c4868cf744b48579b13d492d53a9f590fd44895c583bcc812fe7b2f8f9147b41c7e47df9b97c22831afb23be7141818614ec2370210e460c9d1d1952b04ea66793de883a61045da9d3665f409812fc6578090deaabe864a695f245cf3a00a723f8d359243ae47b3bfcd3b8d5b2fc922066041aab756a5e885d58eb8534a7cc6a2ea42c5b4be1c455279de3a10fe62a9a86b2f6e752331a873e1e68e5d63f386104e465e58dc845f7b00b24cc38b1c234b06399c71833099a3b16308e79a80563130e95d899567daf677329fd128b07339cecfadd6ad48d1cae58d4fc79f179527295c6aa5fba6852e84d72509d130a9d5a7fb789e000d0f5d2dc0e654237a1b2f7990db657ee735de34bd53755a057a0069f928dfa6fbd83427d2f5e0fa71f050f712c72d76518e791208f72a67f72ad77afa6a9d17fad0717af40ca4c0be024745a53a0917da02887ae6029e168d51470f741ca35d954c8665d3fa92b9d023f25855b867afb6172cf93142dfd342898cac586e90f1eb5371143dea0d53b740380e8be3dc9d2cc26ebab9396c1d4d0339decfca93767f1190e57d77fe052d466d4c7e87accad59239cd1ba73eecbb6299f48aab96d8472ca387fe26652d40ad19e5b0600b3fde71e609de60394e51186b2238ae9700f2eb84cc8b72d2717fb927599a42acfbe919d3657fbc6370911de408b65f11972315013c3b2862bd472a48c592ab785213f1038ff14cbedaea3b83af9ea57d020afb0ee5bea62d6776ff1633674d7fc91e0ccb97608f94f886c1c03f88bfe501c755f8ba61cc410ff7e129d20ce3493d654397f299c994b7dc3bca022cae023105aa9e93061dc2dcf41496f7282016ab53f3b12211102445083007b95f4824e37868f244de3cf17142abb39875d970d90dfd7b4daf84780713fe545d5f8616f1a8f7c31c41a6b9cacd3e22c49310814f117f11e39d70232d0d4041e4a4193678819164ffb71cd60e8b16d28b3f5615ce72ba8d6575ab2b17c62486e253b586dd7cbe457bf9709474388c11c675d99fd626e56b86e4f9ead06adbf934b562f7ed7e4b1cc294dde5b8abc9797efaaea2dbc51a30ff96cc55e2df5507258db5330e8c1db238e90c1827f029ffd9ebf7dd02e6ed11b6638148b902d43298359b0ba0745369c2bbbe2ca4c674d4dd9401fea3308d6235634351074df06eaea3edecb07a184d9289020c1ea194e7b3b5593f895c17826a054df54aa2b05ed2a27fe25e39950ee85acd39bc6ab523fc65209ca3eb9b9ba0aa262ac4126165e92f7e50d4b1828e8e629ecacfee9b825e544e77664b580fd3a4b79683a569522ba9664678d1ea909e307d0c83a162dff424bc75945b5efaa07ca932206f34ca914d118a8eef97814f6d9961cfc75d9f200710be2c198fe66dac6fe7d2204377f9e073b52a488616ec2bae481f01213bfeeaf6f5c71250d752e1e6b7484598d634e8f34becbddaea77948fc901134b90a69d20bef55e0ded2fcf96c688f6a931141bb9557014aa8174300200625625bfb365e7f6f33618e40b24db4dbc616b40ad2df767ba7200aee73c1916dd80a9d4dacaf7c0475d4a3416f0c90b2ecf425731ff04d358b03191a8622f4d469d20b7ca69164705d95b2a07d21f6153eb33ba631a4024ba88dd5c6fbff2d1a60ab02bc6cea9db082ecd1dcf52a6611322946251e38c022f578c5d957497ef462b422064c31d7ae98d338ccf2c1f01fabfe0af7359732e597dc6228b5d07ce83280dbfd59c64fff72dd8e9b1b7c9befe7824f010f9fd8372c1467b796312899e18d8b93607cc2f06aca9825ceea71209c88cf31d749d1c1705e44824d1c96dd1a5566d34d280012af856ab10a74114a48c1efc15e016b6f8ca91005d1a0214342935671e201d8abd7cafc369a1b9310749ead1cd6bd1175a69bf31436e50d92fec53b955b3de74f50a0c5714cd6e7de4a001c0f05d44158bf75ff4e1444b296e653e3d2e5684cdaff4500c5b80cbaab95a3d3917c73303fc93de1bbbd0dbefcf1cccd07bd4f78c128db77cbcf5e386867a333126cfa1c2b2ec6c00ed6b40d16fa354e973f36be2c074ab5c5884034fc08dff4fab3a65690e41f90932024f91328caf5fd2e86fe0125996980695370013c84eac567f9743bad03539a84cbd0f6f27f9a075840b06916cb6d46cf97d9271285cb02eec071c7668a33090cdf09d9c8e9167c9b39d91e7f78e5ba4221fb42ce20c2e8ea6e6e4be7d18243d239b5914bbfae39f5a21b3839411123ee604be9ae98d7ffcceb27244380784f6897acda2578ae4afb646524326bc8d5e0e56576e62b4a9472f9710b6daf1692412c4acb921f3cdc4e187b7af511d989897c29f4248cf00cc0ec4ed2a3cd610a0f1ac09176a5b13c53886935206f319953b6b5e8e95d5ddf074165c2815f64101a92a7a17c03c660dd910913102e4fb4edc831896ec753a2eecfe0b7614b1710d9d67304428d794d24ea9e5363df918749534112c82aec42b3759bd662f6f889736e900ceb39d0561716a955b3a7c8eba6dec4fcd02ffbdf683e12042f9263c2d32c4167fe05b60ac0a53636bf21a7062c4d9943f8b3dc92e1a88924a14551902dc52bd3ebc52fd8bce4f5bdbbd6a0dc40db295d8205194f536cab893caf1ff8271e1bf3bb15fa706ad0043403f7cfa3ddcf18c0fda1819510b3eed675626f93c9e8f419f25f0f53e6bfed867bb7bcbeb8ae50fd6c066623751c197814061d4a2c00a478a7c120c4ef2ad0851c0fbd50d3cba2739d5ecb1be16e6bc4c75792d56d7c000b62ab236b5c5c4db8ad7edec232b2afe95d85c8e064a5c9f6d5308620fcf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae5cf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae506c7369d042f41d4b180606e671693360b5039d5adbc66ce7023f8fca51fe77c12c0a752512a2fa449962c8ad6485bcf18b77b25d1ca510f617d22acd541bd3676a9757ad897490efcbb2930e4df2c4825e357fd837b0b4edb593dbfb929c890c0a551e468e51ab954609f7cba8d90a690592424021dd4172b6d503f61f16f2a09fa295334c7eb61a38611d79572e3b9807351a1ace2187be7122a535c513628380c5a203fc8c25ce60ac2e886c59c3feda42bbfd5d8ea5ab43aa8e81be546ff50ea672e2974dfb23a0ba943c154b168d873da4fe620a591b7dd1bca4b50e680add3e1d9b2ecf4ef4719a9375251264af81ac483191bb175bb6cc2e1531864463d8cbf8c98a56846f982e39fab33e36f5f25721f9abb6bcb6cc27aa0e30c270f3631915eae3490f530f777479e38e575bd1c47af45e5b4fc705f6e2cbb27172f2ad9e16472f2fd41d9b935a51124bd23255942bb31b87baa5032abaea63464b68324a8668d30666cbcaca4d0cf14c848038ce428ec52c7e794b8b1595c58aa633f44dd6a18a2642f15dbfa4bbd9996afcf754ee21f219cfecd9769b10165e815302e6af00d997abd1c007293c1c5dd39394f2d26646cefd3daa55d03baee41680615045b43a6f34d23521e5ca1dcbc98d96417a751822c79b88cb8cc439fe6b11c5c3e6b854f094f1d2adfefe2c9d2954299844543544d619e3d71365f20592b579aaa2cd24c8086d371fa5c1dd21aabf5a38581a43048414c49f9f1f7b442e64ed17e39efb4a8119815dff22e6d0c0ad06d759a86b1ccb8c500dbc2fb0b3edba89bf354cde01ee2fb2aef1f7a42fc208e9dc394dfc29c5ddb81070ff23342f6a143cda859d6f9009818f2b2d35e63598a4cd89ca3465f9a13ee8c36cde0df3d8dcc538be9ca147cdefe2a8aebc2fc112206782be0463bc7b56b59f25e0e03103c128651d6800935396d82ea8d9ba8fbdcc21fbcb2143b53f137396e1c3cbe0de9bcfa5cd19bd9c7efa18b4881572e613c971c7ebb4a5c4f02c8d16d7994624295e9a149ba17b04192f87ca8f461a7341279d6d29a0c34a416132ee9809885539e952420b13295663dcddbca6542a3b15c466d07b06c4c1d4bcb3193e25c95f1b1af69aad541f2834dda291f048adf0ef41b6028ec991db25a3d346880d61678f45391d1d1ee69e5ae310cf4884cd065ce44fbd25053ad3a0ce8f22bf6dc5b0d615119b8ff1b7e2aaf71c62ff67847d3c8a8f477521b749c4e07f9a7bbb478b7320f0a928861874ce74bf40110506f38932d282de80232385015f0843dca9e56973a903a028483a52502c3421baf32b2bf06df249be5c07ec6169cfcf5e9e059b52718c89b2a31f7067eb143d505d7de1bf9325ed759018eb9f78de3c03a8b78fbfbcbc0f9cc6ff1a2608a5cfd2361e19bfbb42d470ab38205b89f1a492cc3949e080a63a9abc97ce080a0a43c3a2706f4a4b0a45a7ccfd782962e230511068e48f019236073cd43b84ba5191117707b2ffe29d5662f1a3db751fd3d202beba42b578b55eea83dc321c35719751be2d4a9c206731ef4c4e9a5ae0ca1933bcbafb23436e690ddba82f337aa0e605fa2e9602a48920dc557838f611467178c2da9473b18cb2dd09bba11700177c4c1f78d050403e9b6ae3a3afea5e5c3e8aa40f08fee2e03fc6b368c57fed43874ca64dd0d3ea495c1be3968adb5f355ce2ac4a2e65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf1ee17f559410830a74bcda186e544e50aad24d52353072ba67d3744e87a5da9ba8e978995d78535f862b96ba2d46576a8ef0f9fedf761c1a3cc98f365e76e647bff739951fd551d2826dc6cad3bfbb767db18c4b80feb1c8cf5eecd16f4d03e183072bfc4b441c6355b69dc7200436daf39be2d3e01d8957a3206a5781a6cce023203dfed04846ed6cb2dd23b7f8dd879084c267e9b3f9aec297c69c11bf56086088e06d4dda57bd3ff3408d7cee78fb9ba89c273f6647013b3801039f5cc0fa06aabdc85825ed9d073031c5ce8a1cc44a2ab7d0463d2cd3c0f4478040801bd5de8903f4452cae0ba5c70c22c8f6bdd6c589f63bd7a904e7869db9cc8ce162eca1bf811f96179634a94f7a2e855206161bfeb34718ed81e00af747d86afdfa5be3a04377a06261211b9526160f29621a4d98efd74aad74c8673267d6bbed65bd73c9501197d9f714ef980c3dcafd5d367e29ac91a087cfbcbeb58f1bf778a7f92d01dddc97d4ba465ef1e1c6a5fcc502fefb58bb0d9b130588a0d983946130636461074eab17a8248b5392791c54e752097c91a40d5506cf436124471e622aa36b1a54dc7d363ee6f158e7674ecf53f1acc71f759a420397820e7a07e914c1f7bca267ec2a3f11ff73810482162a4b096b9fb57dce4ecb1a5c88414eb44c42b122287b5b0d119a4c8e1e0c31b2d2067e8cfce481dab413b8114adeedb4d2e6a3655713755ac205b888a8047eb1e04e06a72505b27d86e904911767c59b13dea117a6a25b1afa1307e6e0d7973fc52e3000daec9a7e781557f9db61180d5944d45560dde55dbf3c676a278d0a8fe4a28364a85484fef68df290b7b52334d55e3bfe8e770f2abf3cd7772d1ab298b73efbe9e92b2cb03380aadc0f1798749cea8d68282df5de4adde2de334f568a7514e3b32fa4467212bde04c41790afe9b82a20fb78466dd4192adfdcdaaad9507244ff791c67f2107ce3dadd8c546cc672c0ae65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf360308d57a23d8e3159088bd528c14d2231870549d27e28ef814a6bbccd890cfc75ee98d76e7ba9b49b2941e5db0c9655b261deed9e6215bf43851a54dd8feb9399fa1d276d9b336bf42890d530aacc70dbefcc9a3f6c1c098df056cc8f8f841../../ssl/certs../sbin/sendmail../sbin/sendmail../../lib64/libpostfix-dns.so../../lib64/libpostfix-global.so../../lib64/libpostfix-master.so../../lib64/libpostfix-tls.so../../lib64/libpostfix-util.so../sbin/sendmailservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpostfixrootpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmaildroprootrootrootmaildroprootrootmaildroprootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmaildroprootmaildroprootrootpostfix-bdb-3.7.3-150500.3.11.1.src.rpmconfig(postfix-bdb)group(maildrop)group(postfix)libpostfix-dns.so()(64bit)libpostfix-global.so()(64bit)libpostfix-master.so()(64bit)libpostfix-tls.so()(64bit)libpostfix-util.so()(64bit)postfix-bdbpostfix-bdb(s390-64)smtp_daemonuser(postfix)@ !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(postfix-bdb)coreutilsdiffutilsededededfillupgrepgroup(mail)iproute2libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcrypto.so.1.1(OPENSSL_1_1_1b)(64bit)libdb-4.8.so()(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2)(64bit)libicuuc.so.suse65.1()(64bit)libnsl.so.2()(64bit)libnsl.so.2(LIBNSL_1.0)(64bit)libpcre2-8.so.0()(64bit)libpostfix-dns.so()(64bit)libpostfix-global.so()(64bit)libpostfix-master.so()(64bit)libpostfix-tls.so()(64bit)libpostfix-util.so()(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2)(64bit)libsasl2.so.3()(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1(OPENSSL_1_1_1)(64bit)perlperlperlperlpermissionspermissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sysuser-shadowuser(nobody)3.7.3-150500.3.11.13.0.4-14.6.0-14.0.4-14.0-15.2-13.2eximpostfixsendmail4.14.3 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postdrop 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postlog 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postqueue 1>&2 /usr/bin/chkstat -n --warn --system -e /etc/postfix/sasl_passwd 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/sendmail 1>&2e(e;dܺ@d@bbbzSbq@bobf@b]RbJbBb4t@b/.@baa@araraqV@a^@a'@a$@a ``R@``E`"@`̊`D``r`!@`t6@`H`B@`3@`U`__@_@_@__j___L@_D@_?@_/@_p@_A@^^^b^'@^>@^=@^ku^=Q@^:@^8 @]e@]@]b@]m]M`@]:@]9]4S]]^@]@\@\\\@\~d\}@\zp@\y\\\LK\I[[=@[ͻ[[[[ZZUZZkZ@Z)-@Z@ZY@Y@YMY@Y@YY@YyYC@XQ@Xh@XX@XO@XO@X7@XM@Xv@Xk@X9y@X)@X lW1@W WPWJWDB@WDB@WVVVV@VhVU5@U@U@UUlI@UXU6;U3Tء@TOT@TTT@To)@TeTN3TD@varkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comchris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dedimstar@opensuse.orgmrueckert@suse.demichael@stroeder.comvarkoly@suse.comilya@ilya.cfmichael@stroeder.comvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.comopensuse@dstoecker.dejsegitz@suse.comjsegitz@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comchris@computersalat.devarkoly@suse.commichael@stroeder.comvarkoly@suse.comchris@computersalat.dechris@computersalat.degmbr3@opensuse.orgmichael@stroeder.comchris@computersalat.demrueckert@suse.devarkoly@suse.commichael@stroeder.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.cominfo@paolostivanin.comsuse+build@de-korte.orgvarkoly@suse.comsuse+build@de-korte.orgsuse+build@de-korte.orgsuse+build@de-korte.orgvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.comkukuk@suse.comkukuk@suse.comsuse+build@de-korte.orgmichael@stroeder.comsuse+build@de-korte.orgkukuk@suse.commichael@stroeder.commichael@stroeder.commichael@stroeder.comsuse+build@de-korte.orgmichael@stroeder.commichael@stroeder.comvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.commliska@suse.czmichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.commatthias.gerstner@suse.comchris@computersalat.demichael@stroeder.comvarkoly@suse.comdimstar@opensuse.orgtchvatal@suse.comvarkoly@suse.commichael@stroeder.comvarkoly@suse.comjslaby@suse.commrueckert@suse.demichael@stroeder.commax@suse.comchris@computersalat.dechris@computersalat.demalte.kraus@suse.commichael@stroeder.comchris@computersalat.dechris@computersalat.devarkoly@suse.comtchvatal@suse.comvarkoly@suse.commichael@stroeder.comlnussel@suse.deadam.majer@suse.devarkoly@suse.comilya@ilya.pp.uavarkoly@suse.comdimstar@opensuse.orgrbrown@suse.comkukuk@suse.demichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comkukuk@suse.devarkoly@suse.commichael@stroeder.comchris@computersalat.dewerner@suse.dechris@computersalat.dekukuk@suse.demrueckert@suse.dewr@rosenauer.orgkukuk@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.comchris@computersalat.dechris@computersalat.dechris@computersalat.demichael@stroeder.commichael@stroeder.comschwab@suse.dechris@computersalat.devarkoly@suse.comvarkoly@suse.comopensuse@dstoecker.demrueckert@suse.demrueckert@suse.demrueckert@suse.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comjkeil@suse.demeissner@suse.commeissner@suse.commichael@stroeder.comcrrodriguez@opensuse.orgmpluskal@suse.commrueckert@suse.demrueckert@suse.demichael@stroeder.comvarkoly@suse.comvarkoly@suse.commpluskal@suse.comvarkoly@suse.comvarkoly@suse.comtchvatal@suse.comdimstar@opensuse.orgdmueller@suse.commichael@stroeder.com- (bsc#1218304) VUL-0: postfix: new SMTP smuggling attack (bsc#1218314) SMTP Smuggling - Spoofing E-Mails Worldwide Apply patch containing the feature smtpd_forbid_unauth_pipelining as default yes. add patch: postfix-3.7-patch06 - Security: the Postfix SMTP server optionally disconnects remote SMTP clients that violate RFC 2920 (or 5321) command pipelining constraints. The server replies with "554 5.5.0 Error: SMTP protocol synchronization" and logs the unexpected remote SMTP client input. Specify "smtpd_forbid_unauth_pipelining = yes" to enable. - Workaround to limit collateral damage from OS distributions that crank up security to 11, increasing the number of plaintext email deliveries. This introduces basic OpenSSL configuration file support, with two new parameters "tls_config_file" and "tls_config_name". Details are in the postconf(5) manpage under "tls_config_file" and "tls_config_name".- postfix: config.postfix causes too tight permission on main.cf (bsc#1215372)- CVE-2023-32182: postfix: config_postfix SUSE specific script potentially bad /tmp file usage (bsc#1211196) Use temp file created by mktemp- update to 3.7.3 postfix 3.7.2 - messages with many recipients are declared corrupt with warning: Unexpected record type 'X' at offset (bsc#1213515) This fixes a bug where some messages were not delivered after "warning: Unexpected record type 'X' The new version contains only the required patch- use correct source signature file (gpg2)- update to 3.7.2 https://de.postfix.org/ftpmirror/official/postfix-3.7.2.RELEASE_NOTES - rebase patches * pointer_to_literals.patch * postfix-linux45.patch * postfix-main.cf.patch * postfix-master.cf.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch * postfix-vda-v14-3.0.3.patch * set-default-db-type.patch - build against libpcre2- remove *.swp from postfix-SUSE.tar.gz- fix config.postfix 'hash' leftover with relay_recipients - update postfix-main.cf.patch about * smtp_tls_security_level (obsoletes smtp_use_tls, smtp_enforce_tls) * smtpd_tls_security_level (obsoletes smtpd_use_tls, smtpd_enforce_tls) - rebase/refresh patches * harden_postfix.service.patch * postfix-avoid-infinit-loop-if-no-permission.patch * postfix-master.cf.patch * postfix-vda-v14-3.0.3.patch * set-default-db-type.patch- Change ed requires to /usr/bin/ed: allow busybox-ed to be used inside containers.- add missing requires for config.postfix and the postfix postinstall script: perl and ed- update to 3.6.6 * (problem introduced: Postfix 2.7) The milter_header_checks maps are now opened before the cleanup(8) server enters the chroot jail. * In an internal client module, "host or service not found" was a fatal error, causing the milter_default_action setting to be ignored. It is now a non-fatal error, just like a failure to connect. * The proxy_read_maps default value was missing up to 27 parameter names. The corresponding lookup tables were not automatically authorized for use with the proxymap(8) service. The parameter names were ending in _checks, _reply_footer, _reply_filter, _command_filter, and _delivery_status_filter. * (problem introduced: Postfix 3.0) With dynamic map loading enabled, an attempt to create a map with "postmap regexp:path" would result in a bogus error message "Is the postfix-regexp package installed?" instead of "unsupported map type for this operation". This happened with all non-dynamic map types (static, cidr, etc.) that have no 'bulk create' support.- config.postfix fails to set smtp_tls_security_level (bsc#1192314)- Refreshed spec-file via spec-cleaner and manual optimizated. * Added -p flag to all install commands. * Removed -f flag from all ln commands. - Changed file harden_postfix.service.patch (boo#1191988).- update to 3.6.5 * Glibc 2.34 implements closefrom(). This was causing a conflict with Postfix's implementation for systems that have no closefrom() implementation. * Support for Berkeley DB version 18. - removed obsolete postfix-3.6.2-glibc-234-build-fix.patch- Postfix on start don't run postalias /etc/postfix/aliases (error open database /etc/postfix/aliases.lmdb). (bsc#1197041) Apply proposed patch- config.postfix can't handle symlink'd /etc/resolv.cof (bsc#1195019) Adapt proposed change: using "cp -afL" by copying.- Update to 3.6.4 * Bug introduced in bugfix 20210708: duplicate bounce_notice_recipient entries in postconf output. This was caused by an incomplete fix to send SMTP session transcripts to $bounce_notice_recipient. * Bug introduced in Postfix 3.0: the proxymap daemon did not automatically authorize proxied maps inside pipemap (example: pipemap:{proxy:maptype:mapname, ...}) or inside unionmap. * Bug introduced in Postfix 2.5: off-by-one error while writing a string terminator. This code passed all memory corruption tests, presumably because it wrote over an alignment padding byte, or over an adjacent character byte that was never read. * The proxymap daemon did not automatically authorize map features added after Postfix 3.3, caused by missing *_maps parameter names in the proxy_read_maps default value. Found during code maintenance.- Update to 3.6.3 * (problem introduced in Postfix 2.4, released in 2007): queue file corruption after a Milter (for example, MIMEDefang) made a request to replace the message body with a copy of that message body plus additional text (for example, a SpamAssassin report). * (problem introduced in Postfix 2.10, released in 2012): The postconf "-x" option could produce incorrect output, because multiple functions were implicitly sharing a buffer for intermediate results. Problem report by raf, root cause analysis by Viktor Dukhovni. * (problem introduced in Postfix 2.11, released in 2013): The check_ccert_access feature worked as expected, but produced a spurious warning when Postfix was built without SASL support. Fix by Brad Barden. * Fix for a compiler warning due to a missing 'const' qualifier when compiling Postfix with OpenSSL 3. Depending on compiler settings this could cause the build to fail. * The known_tcp_ports settings had no effect. It also wasn't fully implemented. Problem report by Peter. * Fix for missing space between a hostname and warning text.- Ensure postfix can write to home directory or server side filtering wont work (sieve)- Ensure service can write to /etc/postfix- Added hardening to systemd service (bsc#1181400). Added harden_postfix.service.patch- config.postfix not updatet after lmdb switch (bsc#1190945) Adapt config.postfix- postfix master.cf: to include "submissions" service (bsc#1189684) Adapt master.cf patch- postfix fails with glibc 2.34 Define HAS_CLOSEFROM (bsc#1189101) add patch - postfix-3.6.2-glibc-234-build-fix.patch- fix config.postfix (follow up of bsc#1188477)- Syntax error in config.postfix (bsc#1188477)- Update to 3.6.2 * In Postfix 3.6, fixed a false "Result too large" (ERANGE) fatal error in the compatibility_level parser, because there was no 'errno = 0' statement before an strtol() call. * (problem introduced in Postfix 3.3) "Null pointer read" error in the cleanup daemon when "header_from_format = standard" (the default as of Postfix 3.3), and email was submitted with /usr/sbin/sendmail without From: header, and an all-space full name was specified in 1) the password file, 2) with "sendmail - F", or 3) with the NAME environment variable. Found by Renaud Metrich. * (problem introduced in Postfix 2.4) False "too many reverse jump" warnings in the showq daemon, because loop detection code was comparing memory addresses instead of queue file names. Reported by Mehmet Avcioglu. * (problem introduced in 1999) The Postfix SMTP server was sending all session transcripts to the error_notice_recipient (default: postmaster), instead of sending transcripts of bounced mail to the bounce_notice_recipient (default: postmaster). Reported by Hans van Zijst. * The texthash: map implementation broke tls_server_sni_maps, because it did not support multi-file inputs. Reported by Christopher Gurnee, who also found an instance of the missing code in the "postmap -F" source code. File: util/dict_thash.c.- spamd wants to start before mail-transfer-agent.target, but that target doesn't exist (bsc#1066854)- postfix-SUSE * rework sysconfig.postfix, add - POSTFIX_WITH_DKIM - POSTFIX_DKIM_CONN * rework config.postfix for main.cf - with_dkim - update postfix-main.cf.patch * add OpenDKIM settings- postfix-mysql * add mysql_relay_recipient_maps.cf - postfix-SUSE * rework sysconfig.postfix, add - POSTFIX_RELAY_RECIPIENTS - POSTFIX_BACKUPMX * add relay_recipients * rework config.postfix for main.cf - is_backupmx - relay_recipient_maps- Add now working CONFIG parameter to sysusers generator - Remove unnecessary group line from postfix-vmail-user.conf- Update to 3.6.1 * Bugfix (introduced: Postfix 2.11): the command "postmap lmdb:/file/name" (create LMDB database from textfile) handled duplicate input keys ungracefully, discarding entries stored up to and including the duplicate key, and causing a double free() call with lmdb versions 0.9.17 and later. Reported by Adi Prasaja; double free() root cause analysis by Howard Chu. * Typo (introduced: Postfix 3.4): silent_discard should be silent-discard in BDAT_README.- fix postfix-master.cf.patch * set correct indentation (again) for options of - submission (needs 3 spaces) - smtps (needs 4 spaces) to make config.postfix work nicely again- Update to 3.6.0 - Major changes - internal protocol identification Internal protocols have changed. You need to "postfix stop" before updating, or before backing out to an earlier release, otherwise long-running daemons (pickup, qmgr, verify, tlsproxy, postscreen) may fail to communicate with the rest of Postfix, causing mail delivery delays until Postfix is restarted. For more see /usr/share/doc/packages/postfix/RELEASE_NOTES - refreshed patches to apply cleanly again: fix-postfix-script.patch ipv6_disabled.patch pointer_to_literals.patch postfix-linux45.patch postfix-main.cf.patch postfix-master.cf.patch postfix-no-md5.patch postfix-ssl-release-buffers.patch postfix-vda-v14-3.0.3.patch set-default-db-type.patch- (bsc#1186669) - postfix.service has "Requires=var-run.mount" Remove bad requirements- Update to 3.5.10 with security fixes: * Missing null pointer checks (introduced in Postfix 3.4) after an internal I/O error during the smtp(8) to tlsproxy(8) handshake. Found by Coverity, reported by Jaroslav Skarvada. Based on a fix by Viktor Dukhovni. * Null pointer bug (introduced in Postfix 3.0) and memory leak (introduced in Postfix 3.4) after an inline: table syntax error in main.cf or master.cf. Found by Coverity, reported by Jaroslav Skarvada. Based on a fix by Viktor Dukhovni. * Incomplete null pointer check (introduced: Postfix 2.10) after truncated HaProxy version 1 handshake message. Found by Coverity, reported by Jaroslav Skarvada. Fix by Viktor Dukhovni. * Missing null pointer check (introduced: Postfix alpha) after null argv[0] value.- (bsc#1183305) - config.postfix uses db as suffix for postmaps Depending on DEF_DB_TYPE uses lmdb or db- (bsc#1182833) - /usr/share/fillup-templates/sysconfig.postfix still refers to /etc/services Use getent to detect if smtps is already defined.- (bsc#1180473) [Build 20201230] postfix has invalid default config (bsc#1181381) [Build 130.3] openQA test fails in mta, mutt - postfix broken: "queue file write error" and "error: unsupported dictionary type: hash" Export DEF_DB_TYPE before starting the perl script.- bsc#1180473 - [Build 20201230] postfix has invalid default config Fixing config.postfix and sysconfig.postfix- Update to 3.5.9 * improves the reporting of DNSSEC problems that may affect DANE security- Only do the conversion from the hash/btree databases to lmdb when the default database type changes from hash to lmdb and do not stop and start the service (the old compiled databases can live together with the new ones) - convert-bdb-to-lmdb.sh - Clean up the specfile * Remove < 1330 conditional builds * Use generated postfix-files instead of the obsolete one from postfix-SUSE.tar.gz * Use dynamicmaps.cf.d instead of modifying dynamicmaps.cf upon (de)installation of optional mysql, pgsql and ldap subpackages * Use default location for post-install, postfix-tls-script, postfix-wrapper and postmulti-script- Set lmdb to be the default db. - Convert btree tables to lmdb too. Stop postfix before converting from bdb to lmdb - This package is without bdb support. That's why convert must be done without any suse release condition. o remove patch postfix-no-btree.patch o add set-default-db-type.patch- Set database type for address_verify_map and postscreen_cache_map to lmdb (btree requires Berkeley DB) o add postfix-no-btree.patch- Set default database type to lmdb and fix update_postmaps script- Use variable substition instead of sed to remove .db suffix and substitute hash: for lmdb: in /etc/postfix/master.cf as well. Check before substitution if there is something to do (to keep rpmcheck happy).- bsc#1176650 L3: What is regularly triggering the "fillup" command and changing modify-time of /etc/sysconfig/postfix? o Remove miss placed fillup_only call from %verifyscript- Remove Berkeley DB dependency (JIRA#SLE-12191) The pacakges postfix is build without Berkely DB support. lmdb will be used instead of BDB. The pacakges postfix-bdb is build with Berkely DB support. o add patch for main.cf for postfix-bdb package postfix-bdb-main.cf.patch- Update to 3.5.8 * The Postfix SMTP client inserted into message headers longer than $line_length_limit (default: 2048), causing all subsequent header content to become message body content. * The postscreen daemon did not save a copy of the postscreen_dnsbl_reply_map lookup result. This has no effect when the recommended texthash: look table is used, but it could result in stale data with other lookup tables. * After deleting a recipient with a Milter, the Postfix recipient duplicate filter was not updated; the filter suppressed requests to add the recipient back. * Memory leak: the static: maps did not free their casefolding buffer. * With "smtpd_tls_wrappermode = yes", the smtps service was waiting for a TLS handshake, after processing an XCLIENT command. * The smtp_sasl_mechanism_filter implementation ignored table lookup errors, treating them as 'not found'. * The code that looks for Delivered-To: headers ignored headers longer than $line_length_limit (default: 2048).- Update to 3.5.7 * Fixed random certificate verification failures with "smtp_tls_connection_reuse = yes", because tlsproxy(8) was using the wrong global TLS context for connections that use DANE or non-DANE trust anchors.- Move ldap into an own sub-package like all other databases - Move manual pages to correct sub-package- Use sysusers.d to create system accounts - Remove wrong %config for systemd directory content- Use the correct signature file for source verification - Rename postfix-3.5.6.tar.gz.sig to postfix-3.5.6.tar.gz.asc (to prevent confusion, as the signature file from upstream with .sig extension is incompatible with the build service)- Update to 3.5.6 with following fixes: * Workaround for unexpected TLS interoperability problems when Postfix runs on OS distributions with system-wide OpenSSL configurations. * Memory leaks in the Postfix TLS library, the largest one involving multiple kBytes per peer certificate.- Add source verification (add postfix.keyring)- Use systemd_ordering instead of systemd_require. - Move /etc/postfix/system to /usr/lib/postfix/systemd [bsc#1173688] - Drop /var/adm/SuSEconfig from %post, it does nothing. - Rename postfix-SuSE to postfix-SUSE - Delete postfix-SUSE/README.SuSE, company name spelled wrong, completly outdated and not used. - Delete postfix-SUSE/SPAMASSASSIN+POSTFIX.SuSE, company name spelled wrong, outdated and not used. - sysconfig.mail-postfix: Fix description of MAIL_CREATE_CONFIG, SuSEconfig is gone since ages. - update_chroot.systemd: Remove advice to run SuSEconfig. - Remove rc.postfix, not used, outdated. - mkpostfixcert: Remove advice to run SuSEconfig.- Update to 3.5.4: * The connection_reuse attribute in smtp_tls_policy_maps always resulted in an "invalid attribute name" error. * SMTP over TLS connection reuse always failed for Postfix SMTP client configurations that specify explicit trust anchors (remote SMTP server certificates or public keys). * The Postfix SMTP client's DANE implementation would always send an SNI option with the name in a destination's MX record, even if the MX record pointed to a CNAME record. MX records that point to CNAME records are not conformant with RFC5321, and so are rare. Based on the DANE survey of ~2 million hosts it was found that with the corrected SMTP client behavior, sending SNI with the CNAME-expanded name, the SMTP server would not send a different certificate. This fix should therefore be safe.- Update to 3.5.3: * TLS handshake failure in the Postfix SMTP server during SNI processing, after the server-side TLS engine sent a TLSv1.3 HelloRetryRequest (HRR) to a remote SMTP client. * The command "postfix tls deploy-server-cert" did not handle a missing optional argument. This bug was introduced in Postfix 3.1.- Update to 3.5.2: * A TLS error for a database client caused a false 'lost connection' error for an SMTP over TLS session in the same Postfix process. This bug was introduced with Postfix 2.2. * The same bug existed in the tlsproxy(8) daemon, where a TLS error for one TLS session could cause a false 'lost connection' error for a concurrent TLS session in the same process. This bug was introduced with Postfix 2.8. * The Postfix build now disables DANE support on Linux systems with libc-musl such as Alpine, because libc-musl provides no indication whether DNS responses are authentic. This broke DANE support without a clear explanation. * Due to implementation changes in the ICU library, some Postfix daemons reported file access errrors (U_FILE_ACCESS_ERROR) after chroot(). This was fixed by initializing the ICU library before making the chroot() call. * Minor code changes to silence a compiler that special-cases string literals. * Segfault (null pointer) in the tlsproxy(8) client role when the server role was disabled. This typically happened on systems that do not receive mail, after configuring connection reuse for outbound SMTP over TLS. * The date portion of the maillog_file_rotate_suffix default value used the minute (%M) instead of the month (%m).- boo#1106004 fix incorrect locations for files in postfix-files- Dropped deprecated-RES_INSECURE1.patch to make DNSSEC-secured lookups and DANE mail transport work again - Update to 3.5.1: * Support for the haproxy v2 protocol. The Postfix implementation supports TCP over IPv4 and IPv6, as well as non-proxied connections; the latter are typically used for heartbeat tests. * Support to force-expire email messages. This introduces new postsuper(1) command-line options to request expiration, and additional information in mailq(1) or postqueue(1) output. * The Postfix SMTP and LMTP client support a list of nexthop destinations separated by comma or whitespace. These destinations will be tried in the specified order. * Incompatible changes: * Logging: Postfix daemon processes now log the from= and to= addresses in external (quoted) form in non-debug logging (info, warning, etc.). This means that when an address localpart contains spaces or other special characters, the localpart will be quoted, for example: from=<"name with spaces"@example.com> Specify "info_log_address_format = internal" for backwards compatibility. * Postfix now normalizes IP addresses received with XCLIENT, XFORWARD, or with the HaProxy protocol, for consistency with direct connections to Postfix. This may change the appearance of logging, and the way that check_client_access will match subnets of an IPv6 address.- Update to 3.4.10: * Bug (introduced: Postfix 2.3): Postfix Milter client state was not properly reset after one Milter in a multi-Milter configuration failed during MAIL FROM, resulting in a Postfix Milter client panic during the next MAIL FROM command in the same SMTP session.- bsc#1162891 server:mail/postfix: cond_slp bug on TW after moving /etc/services to /usr/etc/services- bsc#1160413 postfix fails with -fno-common- Update to 3.4.9: * Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). * Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. * Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance.- Update to 3.4.8: * Fix for an Exim interoperability problem when postscreen after-220 checks are enabled. Bug introduced in Postfix 3.4: the code that detected "PIPELINING after BDAT" looked at the wrong variable. The warning now says "BDAT without valid RCPT", and the error is no longer treated as a command PIPELINING error, thus allowing mail to be delivered. Meanwhile, Exim has been fixed to stop sending BDAT commands when postscreen rejects all RCPT commands. * Usability bug, introduced in Postfix 3.4: the parser for key/certificate chain files rejected inputs that contain an EC PARAMETERS object. While this is technically correct (the documentation says what types are allowed) this is surprising behavior because the legacy cert/key parameters will accept such inputs. For now, the parser skips object types that it does not know about for usability, and logs a warning because ignoring inputs is not kosher. * Bug introduced in Postfix 2.8: don't gratuitously enable all after-220 tests when only one such test is enabled. This made selective tests impossible with 'good' clients. This will be fixed in older Postfix versions at some later time.- Backport deprecated-RES_INSECURE1.patch in order to fix boo#1149705.- Update to 3.4.7: * Robustness: the tlsproxy(8) daemon could go into a loop, logging a flood of error messages. Problem reported by Andreas Schulze after enabling SMTP/TLS connection reuse. * Workaround: OpenSSL changed an SSL_Shutdown() non-error result value into an error result value, causing logfile noise. * Configuration: the new 'TLS fast shutdown' parameter name was implemented incorrectly. The documentation said "tls_fast_shutdown_enable", but the code said "tls_fast_shutdown". This was fixed by changing the code, because no-one is expected to override the default. * Performance: workaround for poor TCP loopback performance on LINUX, where getsockopt(..., TCP_MAXSEG, ...) reports a bogus TCP maximal segment size that is 1/2 to 1/3 of the real MSS. To avoid client-side Nagle delays or server-side delayed ACKs caused by multiple smaller-than-MSS writes, Postfix chooses a VSTREAM buffer size that is a small multiple of the reported bogus MSS. This workaround increases the multiplier from 2x to 4x. * Robustness: the Postfix Dovecot client could segfault (null pointer read) or cause an SMTP server assertion to fail when talking to a fake Dovecot server. The Postfix Dovecot client now logs a proper error instead.- bsc#1120757 L3: File Permissions->Paranoid can cause a system hang Break loop if postfix has no permission in spool directory. - add postfix-avoid-infinit-loop-if-no-permission.patch- fix for boo#1144946 mydestination - missing default localhost * update config.postfix- bsc#1142881 - mkpostfixcert from Postfix still uses md- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- update example POSTFIX_BASIC_SPAM_PREVENTION: permit_mynetworks for * POSTFIX_SMTPD_HELO_RESTRICTIONS * POSTFIX_SMTPD_RECIPIENT_RESTRICTIONS - fix for: Can't connect to local MySQL server through socket '/run/mysql/mysql.sock' * update config.postfix * update update_chroot.systemd- Update to 3.4.6: * Workaround for implementations that hang Postfix while shutting down a TLS session, until Postfix times out. With "tls_fast_shutdown_enable = yes" (the default), Postfix no longer waits for the TLS peer to respond to a TLS 'close' request. This is recommended with TLSv1.0 and later. * Fixed a too-strict censoring filter that broke multiline Milter responses for header/body events. Problem report by Andreas Thienemann. * The code to reset Postfix SMTP server command counts was not called after a HaProxy handshake failure, causing stale numbers to be reported. Problem report by Joseph Ward. * postconf(5) documentation: tlsext_padding is not a tls_ssl_options feature. * smtp(8) documentation: updated the BUGS section text about Postfix support to reuse open TLS connections. * Portability: added "#undef sun" to util/unix_dgram_connect.c.- Ensure that postfix is member of all groups as before.- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini- Drop the omc config fate#301838: * it is obsolete since SLE11- bsc#1104543 config.postfix does not start tlsmgr in master.cf when using POSTFIX_SMTP_TLS_CLIENT="must". Applyed the proposed patch.- Update to 3.4.5: Bugfix (introduced: Postfix 3.0): LMTP connections over UNIX-domain sockets were cached but not reused, due to a cache lookup key mismatch. Therefore, idle cached connections could exhaust LMTP server resources, resulting in two-second pauses between email deliveries. This problem was investigated by Juliana Rodrigueiro. File: smtp/smtp_connect.c.- Update to 3.4.4 o Incompatible changes - The Postfix SMTP server announces CHUNKING (BDAT command) by default. In the unlikely case that this breaks some important remote SMTP client, disable the feature as follows: /etc/postfix/main.cf: [#] The logging alternative: smtpd_discard_ehlo_keywords = chunking [#] The non-logging alternative: smtpd_discard_ehlo_keywords = chunking, silent_discard - This introduces a new master.cf service 'postlog' with type 'unix-dgram' that is used by the new postlogd(8) daemon. Before backing out to an older Postfix version, edit the master.cf file and remove the postlog entry. - Postfix 3.4 drops support for OpenSSL 1.0.1 - To avoid performance loss under load, the tlsproxy(8) daemon now requires a zero process limit in master.cf (this setting is provided with the default master.cf file). By default, a tlsproxy(8) process will retire after several hours. - To set the tlsproxy process limit to zero: postconf -F tlsproxy/unix/process_limit=0 postfix reload o Major changes - Postfix SMTP server support for RFC 3030 CHUNKING (the BDAT command) without BINARYMIME, in both smtpd(8) and postscreen(8). This has no effect on Milters, smtpd_mumble_restrictions, and smtpd_proxy_filter. See BDAT_README for more. - Support for logging to file or stdout, instead of using syslog. - Logging to file solves a usability problem for MacOS, and eliminates multiple problems with systemd-based systems. - Logging to stdout is useful when Postfix runs in a container, as it eliminates a syslogd dependency. - Better handling of undocumented(!) Linux behavior whether or not signals are delivered to a PID=1 process. - Support for (key, list of filenames) in map source text. Currently, this feature is used only by tls_server_sni_maps. - Automatic retirement: dnsblog(8) and tlsproxy(8) process will now voluntarily retire after after max_idle*max_use, or some sane limit if either limit is disabled. Without this, a process could stay busy for days or more. - Postfix SMTP client support for multiple deliveries per TLS-encrypted connection. This is primarily to improve mail delivery performance for destinations that throttle clients when they don't combine deliveries. This feature is enabled with "smtp_tls_connection_reuse=yes" in main.cf, or with "tls_connection_reuse=yes" in smtp_tls_policy_maps. It supports all Postfix TLS security levels including dane and dane-only. - SNI support in the Postfix SMTP server, the Postfix SMTP client, and in the tlsproxy(8) daemon (both server and client roles). See the postconf(5) documentation for the new tls_server_sni_maps and smtp_tls_servername parameters. - Support for files that contain multiple (key, certificate, trust chain) instances. This was required to implement server-side SNI table lookups, but it also eliminates the need for separate cert/key files for RSA, DSA, Elliptic Curve, and so on. - Support for smtpd_reject_footer_maps (as well as the postscreen variant postscreen_reject_footer_maps) for more informative reject messages. This is indexed with the Postfix SMTP server response text, and overrides the footer specified with smtpd_reject_footer. One will want to use a pcre: or regexp: map with this. o Bugfixes - Andreas Schulze discovered that reject_multi_recipient_bounce was producing false rejects with BDAT commands. This problem already existed with Postfix 2.2 smtpd_end_of_data_restrictons. Postfix 3.4.4 fixes both.- postfix-linux45.patch: support also newer kernels -- pretend we are still at kernel 3. Note that there are no conditionals for LINUX3 or LINUX4. And LINUX5 was generated, but not tested in the code which caused build failures.- skip set -x and fix version update changes entry- Update to 3.3.3 * When the master daemon runs with PID=1 (init mode), it will now reap child processes from non-Postfix code running in the same container, instead of terminating with a panic. * Bugfix (introduced: postfix-2.11): with posttls-finger, connections to unix-domain servers always resulted in "Failed to establish session" even after a connection was established. Jaroslav Skarva. File: posttls-finger/posttls-finger.c. * Bugfix (introduced: Postfix 3.0): with smtputf8_enable=yes, table lookups could casefold the search string when searching a lookup table that does not use fixed-string keys (regexp, pcre, tcp, etc.). Historically, Postfix would not case-fold the search string with such tables. File: util/dict_utf8.c.- PostrgeSQL's pg_config is meant for linking server extensions, use libpq's pkg-config instead, if available. This is needed to fix build with PostgreSQL 11.- rework config.postfix * disable commenting of smtpd_sasl_path/smtpd_sasl_type no need to comment, cause it is set to default anyway and 'uncommenting' would place it at end of file then which is not wanted- rework postfix-main.cf.patch * disable virtual_alias_domains cause (default: $virtual_alias_maps) - rework config.postfix * disable PCONF of virtual_alias_domains virtual_alias_maps will be set anyway to the correct value * extend virtual_alias_maps with - mysql_virtual_alias_domain_maps.cf - mysql_virtual_alias_domain_catchall_maps.cf - rework postfix-mysql, added * mysql_virtual_alias_domain_maps.cf * mysql_virtual_alias_domain_catchall_maps.cf needed for reject_unverified_recipient- binary hardening: link with full RELRO- Update to 3.3.2 * Support for OpenSSL 1.1.1 and TLSv1.3. * Bugfixes: - smtpd_discard_ehlo_keywords could not disable "SMTPUTF8", because some lookup table was using "EHLO_MASK_SMTPUTF8" instead. - minor memory leak in DANE support when minting issuer certs. - The Postfix build did not abort if the m4 command was not installed, resulting in a broken postconf command.- add POSTFIX_RELAY_DOMAINS * more flexibility to add to relay_domains without breaking config.postfix * rework restriction examples in sysconf.postfix based on postfix-buch.com (2. edtion by Hildebrandt, Koetter) - disable weak cipher: RC4 after check with https://ssl-tools.net/mailservers- update config.postfix * don't reject mail from authenticated users even if reject_unknown_client_hostname would match, add permit_sasl_authenticated to all restrictions requires smtpd_delay_reject = yes - update postfix-main.cf.patch * recover removed setting smtpd_sasl_path and smtpd_sasl_type, set to default value config.postfix will not 'enable' (remove #) var, but place modified (enabled) var at end of file, far away from place where it should be - rebase patches * fix-postfix-script.patch * postfix-vda-v14-3.0.3.patch * postfix-linux45.patch * postfix-master.cf.patch * pointer_to_literals.patch * postfix-no-md5.patch- bsc#1092939 - Postfixes postconf gives a lot of LDAP related warnings o add m4 as buildrequires, as proposed.- Add zlib-devel as buildrequires, previously included from openssl-devel- bsc#1087471 Unreleased Postfix update breaks SUSE Manager o Removing setting smtpd_sasl_path and smtpd_sasl_type to empty- Update to 3.3.1 * Postfix did not support running as a PID=1 process, which complicated Postfix deployment in containers. The "postfix start-fg" command will now run the Postfix master daemon as a PID=1 process if possible. Thanks for inputs from Andreas Schulze, Eray Aslan, and Viktor Dukhovni. * Segfault in the postconf(1) command after it could not open a Postfix database configuration file due to a file permission error (dereferencing a null pointer). Reported by Andreas Hasenack, fixed by Viktor Dukhovni. * The luser_relay feature became a black hole, when the luser_relay parameter was set to a non-existent local address (i.e. mail disappeared silently). Reported by J?rgen Thomsen. * Missing error propagation in the tlsproxy(8) daemon could result in a segfault after TLS handshake error (dereferencing a 0xffff...ffff pointer). This daemon handles the TLS protocol when a non-whitelisted client sends a STARTTLS command to postscreen(8).- remove pre-requirements on sysvinit(network) and sysvinit(syslog). There seems to be no good reason for that other than blowing up the dependencies (bsc#1092408).- bsc#1071807 postfix-SuSE/config.postfix: only reload postfix if the actual service is running. This prevents spurious and irrelevant error messages in system logs.- bsc#1082514 autoyast: postfix gets not set myhostname properly - set to localhost- Refresh spec-file via spec-cleaner and manual optinizations. * Add %license macro. * Set license to IPL-1.0 OR EPL-2.0. - Update to 3.3.0 * http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.3.0.RELEASE_NOTES * Dual license: in addition to the historical IBM Public License 1.0, Postfix is now also distributed with the more recent Eclipse Public License 2.0. Recipients can choose to take the software under the license of their choice. Those who are more comfortable with the IPL can continue with that license. * The postconf command now warns about unknown parameter names in a Postfix database configuration file. As with other unknown parameter names, these warnings can help to find typos early. * Container support: Postfix 3.3 will run in the foreground with "postfix start-fg". This requires that Postfix multi-instance support is disabled (the default). To collect Postfix syslog information on the container's host, mount the host's /dev/log socket into the container, for example with "docker run -v /dev/log:/dev/log ...other options...", and specify a distinct Postfix syslog_name setting in the container (for example with "postconf syslog_name=the-name-here"). * Milter support: applications can now send RET and ENVID parameters in SMFIR_CHGFROM (change envelope sender) requests. * Postfix-generated From: headers with 'full name' information are now formatted as "From: name
" by default. Specify "header_from_format = obsolete" to get the earlier form "From: address (name)". * Interoperability: when Postfix IPv6 and IPv4 support are both enabled, the Postfix SMTP client will now relax MX preferences and attempt to schedule similar numbers of IPv4 and IPv6 addresses. This works around mail delivery problems when a destination announces lots of primary MX addresses on IPv6, but is reachable only over IPv4 (or vice versa). The new behavior is controlled with the smtp_balance_mx_inet_protocols parameter. * Compatibility safety net: with compatibility_level < 1, the Postfix SMTP server now warns for mail that would be blocked by the Postfix 2.10 smtpd_relay_restrictions feature, without blocking that mail. There still is a steady trickle of sites that upgrade from an earlier Postfix version.- bsc#1065411 Package postfix should require package system-user-nobody - bsc#1080772 postfix smtpd throttle getting "hello" if no sasl auth was configured- Fix usage of fillup_only:-y is not a valid option to this macro.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Don't mark postfix.service as config file, this is no config file. - Some of the Requires(pre) are needed for post-install and at runtime, fix the requires.- update to 3.2.4 * DANE interoperability. Postfix builds with OpenSSL 1.0.0 or 1.0.1 failed to send email to some sites with "TLSA 2 X X" DNS records associated with an intermediate CA certificate. Problem report and initial fix by Erwan Legrand. * Missing dynamicmaps support in the Postfix sendmail command. This broke authorized_submit_users settings that use a dynamically-loaded map type. Problem reported by Ulrich Zehl.- bnc#1059512 L3: Postfix Problem The applied changes breaks existing postfix configurations because daemon_directory was not adapted to the new value.- fix build for SLE * nothing provides libnsl-devel * add bcond_with libnsl- bnc#1059512 L3: Postfix Problem To manage multiple Postfix instances on a single host requires that daemon_directory and shlib_directory is different to avoid use of the shared directories also as per-instance directories. For this reason daemon_directory was set to /usr/lib/postfix/bin/. shlib_directory stands /usr/lib/postfix/.- bnc#1016491 postfix raported to log "warning: group or other writable:" on each symlink in config. * Add fix-postfix-script.patch- update to 3.2.3 * Extension propagation was broken with "recipient_delimiter = .". This change reverts a change that was trying to be too clever. * The postqueue command would abort with a panic message after it experienced an output write error while listing the mail queue. This change restores a write error check that was lost with the Postfix 3.2 rewrite of the vbuf_print formatter. * Restored sanity checks for dynamically-specified width and precision in format strings (%*, %.*, and %*.*). These checks were lost with the Postfix 3.2 rewrite of the vbuf_print formatter.- Add libnsl-devel build requires for glibc obsoleting libnsl- bnc#1045264 L3: postmap problem * Applying proposed patch of leen.meyer@ziggo.nl in bnc#771811- update to 3.2.2 * Security: Berkeley DB versions 2 and later try to read settings from a file DB_CONFIG in the current directory. This undocumented feature may introduce undisclosed vulnerabilities resulting in privilege escalation with Postfix set-gid programs (postdrop, postqueue) before they chdir to the Postfix queue directory, and with the postmap and postalias commands depending on whether the user's current directory is writable by other users. This fix does not change Postfix behavior for Berkeley DB versions < 3, but it does reduce postmap and postalias 'create' performance with Berkeley DB versions 3.0 .. 4.6. * The SMTP server receive_override_options were not restored at the end of an SMTP session, after the options were modified by an smtpd_milter_maps setting of "DISABLE". Milter support remained disabled for the life time of the smtpd process. * After the Postfix 3.2 address/domain table lookup overhaul, the check_sender_access and check_recipient_access features ignored a non-default parent_domain_matches_subdomains setting.- revert changes of postfix-main.cf.patch from rev=261 * config.postfix will not 'enable' (remove #) var, but place modified (enabled) var at end of file, far away from place where it should be * keep vars enabled but empty- Some cleanups * Fix SUSE postfix-files to avoid chown errors (anyway this file seems to be obsolete) * Avoid installing shared libraries twice * Refresh patch postfix-linux45.patch- update postfix-master.cf.patch * recover lost (with 3.2.0 update) submission, smtps sections * merge with upstream update - update config.postfix * update master.cf generation for submission - rebase patches against 3.2.0 * pointer_to_literals.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch * postfix-vda-v14-3.0.3.patch- Require system group mail - Use mail group name instead of GID- update to 3.2.0 - [Feature 20170128] Postfix 3.2 fixes the handling of address extensions with email addresses that contain spaces. For example, the virtual_alias_maps, canonical_maps, and smtp_generic_maps features now correctly propagate an address extension from "aa bb+ext"@example.com to "cc dd+ext"@other.example, instead of producing broken output. - [Feature 20161008] "PASS" and "STRIP" actions in header/body_checks. "STRIP" is similar to "IGNORE" but also logs the action, and "PASS" disables header, body, and Milter inspection for the remainder of the message content. Contributed by Hobbit. - [Feature 20160330] The collate.pl script by Viktor Dukhovni for grouping Postfix logfile records into "sessions" based on queue ID and process ID information. It's in the auxiliary/collate directory of the Postfix source tree. - [Feature 20160527] Postfix 3.2 cidr tables support if/endif and negation (by prepending ! to a pattern), just like regexp and pcre tables. The primarily purpose is to improve readability of complex tables. See the cidr_table(5) manpage for syntax details. - [Incompat 20160925] In the Postfix MySQL database client, the default option_group value has changed to "client", to enable reading of "client" option group settings in the MySQL options file. This fixes a "not found" problem with Postfix queries that contain UTF8-encoded non-ASCII text. Specify an empty option_group value (option_group =) to get backwards-compatible behavior. - [Feature 20161217] Stored-procedure support for MySQL databases. Contributed by John Fawcett. See mysql_table(5) for instructions. - [Feature 20170128] The postmap command, and the inline: and texthash: maps now support spaces in left-hand field of the lookup table "source text". Use double quotes (") around a left-hand field that contains spaces, and use backslash (\) to protect embedded quotes in a left-hand field. There is no change in the processing of the right-hand field. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - [Feature 20161024] smtpd_milter_maps support for per-client Milter configuration that overrides smtpd_milters, and that has the same syntax. A lookup result of "DISABLE" turns off Milter support. See MILTER_README.html for details. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - [Incompat 20170129] The postqueue command no longer forces all message arrival times to be reported in UTC. To get the old behavior, set TZ=UTC in main.cf:import_environment (this override is not recommended, as it affects all Postfix utities and daemons). - [Incompat 20161227] For safety reasons, the sendmail -C option must specify an authorized directory: the default configuration directory, a directory that is listed in the default main.cf file with alternate_config_directories or multi_instance_directories, or the command must be invoked with root privileges (UID 0 and EUID 0). This mitigates a recurring problem with the PHP mail() function. - [Feature 20160625] The Postfix SMTP server now passes remote client and local server network address and port information to the Cyrus SASL library. Build with ``make makefiles "CCARGS=$CCARGS -DNO_IP_CYRUS_SASL_AUTH"'' for backwards compatibility. - [Feature 20161103] Postfix 3.2 disables the 'transitional' compatibility between the IDNA2003 and IDNA2008 standards for internationalized domain names (domain names beyond the limits of US-ASCII). This change makes Postfix behavior consistent with contemporary web browsers. It affects the handling of some corner cases such as German sz and Greek zeta. See http://unicode.org/cldr/utility/idna.jsp for more examples. Specify "enable_idna2003_compatibility = yes" to restore historical behavior (but keep in mind that the rest of the world may not make that same choice). - [Feature 20160828] Fixes for deprecated OpenSSL 1.1.0 API features, so that Postfix will build without depending on backwards-compatibility support. [Incompat 20161204] Postfix 3.2 removes tentative features that were implemented before the DANE spec was finalized: - Support for certificate usage PKIX-EE(1), - The ability to disable digest agility (Postfix now behaves as if "tls_dane_digest_agility = on"), and - The ability to disable support for "TLSA 2 [01] [12]" records that specify the digest of a trust anchor (Postfix now behaves as if "tls_dane_trust_anchor_digest_enable = yes). - [Feature 20161217] Postfix 3.2 enables elliptic curve negotiation with OpenSSL >= 1.0.2. This changes the default smtpd_tls_eecdh_grade setting to "auto", and introduces a new parameter tls_eecdh_auto_curves with the names of curves that may be negotiated. The default tls_eecdh_auto_curves setting is determined at compile time, and depends on the Postfix and OpenSSL versions. At runtime, Postfix will skip curve names that aren't supported by the OpenSSL library. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - refresh postfix-master.cf.patch- make sure that system users can be created in %pre- Fix requires: - shadow is needed for postfix-mysql pre-install section - insserv is not needed if systemd is used- update postfix-mysql * update mysql_*.cf files * update postfix-mysql.sql (INNODB, utf8) - update postfix-main.cf.patch * uncomment smtpd_sasl_path, smtpd_sasl_type can be changed via POSTFIX_SMTP_AUTH_SERVICE=(cyrus,dovecot) * add option for smtp_tls_policy_maps (commented) - update postfix-master.cf.patch * fix indentation of submission, smtps options for correct enabling via config.postfix - update config.postfix * fix sync of CA certificates * fix master.cf generation for submission, smtps - rebase postfix-vda-v14-3.0.3.patch- FATE#322322 Update postfix to version 3.X Merging changes with SLES12-SP2 Removeved patches: add_missed_library.patch bnc#947707.diff dynamic_maps.patch postfix-db6.diff postfix-opensslconfig.patch bnc#947519.diff dynamic_maps_pie.patch postfix-post-install.patch These are included in the new version of postfix - Remove references to SuSEconfig.postfix from sysconfig docs. (bsc#871575) - bnc#947519 SuSEconfig.postfix should enforce umask 022 - bnc#947707 mail generated by Amavis being prevented from being re-adressed by /etc/postfix/virtual - bnc#972346 /usr/sbin/SuSEconfig.postfix is wrong - postfix-linux45.patch: handle Linux 4.x and Linux 5.x (used by aarch64) (bsc#940289)- update to 3.1.4 * The postscreen daemon did not merge the client test status information for concurrent sessions from the same IP address. * The Postfix SMTP server falsely rejected a sender address when validating a sender address with "smtpd_reject_unlisted_recipient = yes" or with "reject_unlisted_sender". Cause: the address validation code did not query sender_canonical_maps. * The virtual delivery agent did not detect failure to skip to the end of a mailbox file, so that mail would be delivered to the beginning of the file. This could happen when a mailbox file was already larger than the virtual mailbox size limit. * The postsuper logged an incorrect rename operation count after creating a missing directory. * The Postfix SMTP server falsely rejected mail when a sender-dependent "error" transport was configured. Cause: the SMTP server address validation code was not updated when the sender_dependent_default_transport_maps feature was introduced. * The Postfix SMTP server falsely rejected an SMTPUTF8 sender address, when "smtpd_delay_reject = no". * The "postfix tls deploy-server-cert" command used the wrong certificate and key file. This was caused by a cut-and-paste error in the postfix-tls-script file.- improve config.postfix * improve SASL stuff * add POSTFIX_SMTP_AUTH_SERVICE=(cyrus|dovecot)- improve config.postfix * improve with MySQL stuff- update vda patch to latest available * remove postfix-vda-v13-3.10.0.patch * add postfix-vda-v14-3.0.3.patch - rebase patches (and to be p0) * pointer_to_literals.patch * postfix-main.cf.patch * postfix-master.cf.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch - add /etc/postfix/ssl as default DIR for SSL stuff * cacerts -> ../../ssl/certs/ * certs/ - revert POSTFIX_SSL_PATH from '/etc/ssl' to '/etc/postfix/ssl' - improve config.postfix * revert smtpd_tls_CApath to POSTFIX_SSL_PATH/cacerts which is a symlink to /etc/ssl/certs Without reverting, 'gen_CA' would create files which would then be on the previous defined 'sslpath(/etc/ssl)/certs' (smtpd_tls_CApath) Cert reqs would be placed in 'sslpath(/etc/ssl)/certs/postfixreq.pem' which is not a good idea. * mkchroot: sync '/etc/postfix/ssl' to chroot * improve PCONF for smtp{,d}_tls_{cert,key}_file, adding/removing from main.cf, show warning if enabled and file is missing- update to 3.1.3: * The Postfix SMTP server did not reset a previous session's failed/total command counts before rejecting a client that exceeds request or concurrency rates. This resulted in incorrect failed/total command counts being logged at the end of the rejected session. * The unionmap multi-table interface did not propagate table lookup errors, resulting in false "user unknown" responses. * The documentation was updated with a workaround for false "not found" errors with MySQL map queries that contain UTF8-encoded text. The workaround is to specify "option_group = client" in Postfix MySQL configuration files. This will be the default setting with Postfix 3.2 and later.- update to 3.1.2: * Changes to make Postfix build with OpenSSL 1.1.0. * The makedefs script ignored readme_directory=pathname overrides. Fix by Todd C. Olson. * The tls_session_ticket_cipher documentation says that the default cipher for TLS session tickets is aes-256-cbc, but the implemented default was aes-128-cbc. Note that TLS session ticket keys are rotated after 1/2 hour, to limit the impact of attacks on session ticket keys.- postfix-post-install.patch: remove empty patch- fix Changelog cause of Factory decline- Fix typo in config.postfix- bnc#981097 config.postfix creates broken main.cf for tls client configuration - bnc#981099 /etc/sysconfig/postfix: POSTFIX_SMTP_TLS_CLIENT incomplete - update to 3.1.1: - The new address_verify_pending_request_limit parameter introduces a safety limit for the number of address verification probes in the active queue. The default limit is 1/4 of the active queue maximum size. The queue manager enforces the limit by tempfailing probe messages that exceed the limit. This design avoids dependencies on global counters that get out of sync after a process or system crash. - Machine-readable, JSON-formatted queue listing with "postqueue -j" (no "mailq" equivalent). - The milter_macro_defaults feature provides an optional list of macro name=value pairs. These specify default values for Milter macros when no value is available from the SMTP session context. - Support to enforce a destination-independent delay between email deliveries. The following example inserts 20 seconds of delay between all deliveries with the SMTP transport, limiting the delivery rate to at most three messages per minute. smtp_transport_rate_delay = 20s - Historically, the default setting "postscreen_dnsbl_ttl = 1h" assumes that a "not found" result from a DNSBL server will be valid for one hour. This may have been adequate five years ago when postscreen was first implemented, but nowadays, that one hour can result in missed opportunities to block new spambots. To address this, postscreen now respects the TTL of DNSBL "not found" replies, as well as the TTL of DNSWL replies (both "found" and "not found"). The TTL for a "not found" reply is determined according to RFC 2308 (the TTL of an SOA record in the reply). Support for DNSBL or DNSWL reply TTL values is controlled by two configuration parameters: postscreen_dnsbl_min_ttl (default: 60 seconds). postscreen_dnsbl_max_ttl (default: $postscreen_dnsbl_ttl or 1 hour) The postscreen_dnsbl_ttl parameter is now obsolete, and has become the default value for the new postscreen_dnsbl_max_ttl parameter. - New "smtpd_client_auth_rate_limit" feature, to enforce an optional rate limit on AUTH commands per SMTP client IP address. Similar to other smtpd_client_*_rate_limit features, this enforces a limit on the number of requests per $anvil_rate_time_unit. - New SMTPD policy service attribute "policy_context", with a corresponding "smtpd_policy_service_policy_context" configuration parameter. Originally, this was implemented to share the same SMTPD policy service endpoint among multiple check_policy_service clients. - A new "postfix tls" command to quickly enable opportunistic TLS in the Postfix SMTP client or server, and to manage SMTP server keys and certificates, including certificate signing requests and TLSA DNS records for DANE.- build with working support for SMTPUTF8- fix build on sle11 by pointing _libexecdir to /usr/lib all the time.- some distros did not pull pkgconfig indirectly. pull it directly.- fix building the dynamic maps: the old build had postgresql e.g. with missing symbols. - convert to AUXLIBS_* instead of plain AUXLIBS which is needed for proper dynamic maps. - reordered the CCARGS and AUXLIBS* lines to group by feature - use pkgconfig or *_config tools where possible - picked up signed char from fedora spec file - enable lmdb support: new BR lmdb-devel, new subpackage postfix-lmdb. - don't delete vmail user/groups- update to 3.1.0 - Since version 3.0 postfix supports dynamic loading of cdb:, ldap:, lmdb:, mysql:, pcre:, pgsql:, sdbm:, and sqlite: database clients. Thats why the patches dynamic_maps.patch and dynamic_maps_pie.patch could be removed. - Adapting all the patches to postfix 3.1.0 - remove obsolete patches * add_missed_library.patch * postfix-opensslconfig.patch - update vda patch * remove postfix-vda-v13-2.10.0.patch * add postfix-vda-v13-3.10.0.patch - The patch postfix-db6.diff is not more neccessary - Backwards-compatibility safety net. With NEW Postfix installs, you MUST install a main.cf file with the setting "compatibility_level = 2". See conf/main.cf for an example. With UPGRADES of existing Postfix systems, you MUST NOT change the main.cf compatibility_level setting, nor add this setting if it does not exist. Several Postfix default settings have changed with Postfix 3.0. To avoid massive frustration with existing Postfix installations, Postfix 3.0 comes with a safety net that forces Postfix to keep running with backwards-compatible main.cf and master.cf default settings. This safety net depends on the main.cf compatibility_level setting (default: 0). Details are in COMPATIBILITY_README. - Major changes - tls * [Feature 20160207] A new "postfix tls" command to quickly enable opportunistic TLS in the Postfix SMTP client or server, and to manage SMTP server keys and certificates, including certificate signing requests and TLSA DNS records for DANE. * As of the middle of 2015, all supported Postfix releases no longer nable "export" grade ciphers for opportunistic TLS, and no longer use the deprecated SSLv2 and SSLv3 protocols for mandatory or opportunistic TLS. * [Incompat 20150719] The default Diffie-Hellman non-export prime was updated from 1024 to 2048 bits, because SMTP clients are starting to reject TLS handshakes with primes smaller than 2048 bits. * [Feature 20160103] The Postfix SMTP client by default enables DANE policies when an MX host has a (DNSSEC) secure TLSA DNS record, even if the MX DNS record was obtained with insecure lookups. The existence of a secure TLSA record implies that the host wants to talk TLS and not plaintext. For details see the smtp_tls_dane_insecure_mx_policy configuration parameter. - Major changes - default settings [Incompat 20141009] The default settings have changed for relay_domains (new: empty, old: $mydestination) and mynetworks_style (new: host, old: subnet). However the backwards-compatibility safety net will prevent these changes from taking effect, giving the system administrator the option to make an old default setting permanent in main.cf or to adopt the new default setting, before turning off backwards compatibility. See COMPATIBILITY_README for details. [Incompat 20141001] A new backwards-compatibility safety net forces Postfix to run with backwards-compatible main.cf and master.cf default settings after an upgrade to a newer but incompatible Postfix version. See COMPATIBILITY_README for details. While the backwards-compatible default settings are in effect, Postfix logs what services or what email would be affected by the incompatible change. Based on this the administrator can make some backwards-compatibility settings permanent in main.cf or master.cf, before turning off backwards compatibility. - Major changes - address verification safety [Feature 20151227] The new address_verify_pending_request_limit parameter introduces a safety limit for the number of address verification probes in the active queue. The default limit is 1/4 of the active queue maximum size. The queue manager enforces the limit by tempfailing probe messages that exceed the limit. This design avoids dependencies on global counters that get out of sync after a process or system crash. Tempfailing verify requests is not as bad as one might think. The Postfix verify cache proactively updates active addresses weeks before they expire. The address_verify_pending_request_limit affects only unknown addresses, and inactive addresses that have expired from the address verify cache (by default, after 31 days). - Major changes - json support [Feature 20151129] Machine-readable, JSON-formatted queue listing with "postqueue -j" (no "mailq" equivalent). The output is a stream of JSON objects, one per queue file. To simplify parsing, each JSON object is formatted as one text line followed by one newline character. See the postqueue(1) manpage for a detailed description of the output format. - Major changes - milter support [Feature 20150523] The milter_macro_defaults feature provides an optional list of macro name=value pairs. These specify default values for Milter macros when no value is available from the SMTP session context. For example, with "milter_macro_defaults = auth_type=TLS", the Postfix SMTP server will send an auth_type of "TLS" to a Milter, unless the remote client authenticates with SASL. This feature was originally implemented for a submission service that may authenticate clients with a TLS certificate, without having to make changes to the code that implements TLS support. - Major changes - output rate control [Feature 20150710] Destination-independent delivery rate delay Support to enforce a destination-independent delay between email deliveries. The following example inserts 20 seconds of delay between all deliveries with the SMTP transport, limiting the delivery rate to at most three messages per minute. /etc/postfix/main.cf: smtp_transport_rate_delay = 20s For details, see the description of default_transport_rate_delay and transport_transport_rate_delay in the postconf(5) manpage. - Major changes - postscreen dnsbl [Feature 20150710] postscreen support for the TTL of DNSBL and DNSWL lookup results Historically, the default setting "postscreen_dnsbl_ttl = 1h" assumes that a "not found" result from a DNSBL server will be valid for one hour. This may have been adequate five years ago when postscreen was first implemented, but nowadays, that one hour can result in missed opportunities to block new spambots. To address this, postscreen now respects the TTL of DNSBL "not found" replies, as well as the TTL of DNSWL replies (both "found" and "not found"). The TTL for a "not found" reply is determined according to RFC 2308 (the TTL of an SOA record in the reply). Support for DNSBL or DNSWL reply TTL values is controlled by two configuration parameters: postscreen_dnsbl_min_ttl (default: 60 seconds). This parameter specifies a minimum for the amount of time that a DNSBL or DNSWL result will be cached in the postscreen_cache_map. This prevents an excessive number of postscreen cache updates when a DNSBL or DNSWL server specifies a very small reply TTL. postscreen_dnsbl_max_ttl (default: $postscreen_dnsbl_ttl or 1 hour) This parameter specifies a maximum for the amount of time that a DNSBL or DNSWL result will be cached in the postscreen_cache_map. This prevents cache pollution when a DNSBL or DNSWL server specifies a very large reply TTL. The postscreen_dnsbl_ttl parameter is now obsolete, and has become the default value for the new postscreen_dnsbl_max_ttl parameter. - Major changes - sasl auth safety [Feature 20151031] New "smtpd_client_auth_rate_limit" feature, to enforce an optional rate limit on AUTH commands per SMTP client IP address. Similar to other smtpd_client_*_rate_limit features, this enforces a limit on the number of requests per $anvil_rate_time_unit. - Major changes - smtpd policy [Feature 20150913] New SMTPD policy service attribute "policy_context", with a corresponding "smtpd_policy_service_policy_context" configuration parameter. Originally, this was implemented to share the same SMTPD policy service endpoint among multiple check_policy_service clients.- bnc#958329 postfix fails to start when openslp is not installed- upstream update postfix 2.11.7: * The Postfix Milter client aborted with a panic while adding a message header, after adding a short message header with the header_checks PREPEND action. Fixed by invoking the header output function while PREPENDing a message header. * False alarms while scanning the Postfix queue. Fixed by resetting errno before calling readdir(). This defect was introduced 19970309. * The postmulti command produced an incorrect error message. * The postmulti command now refuses to create a new MTA instance when the template main.cf or master.cf file are missing. This is a common problem on Debian-like systems. * Turning on Postfix SMTP server HAProxy support broke TLS wrappermode. Fixed by temporarily using a 1-byte VSTREAM buffer to read the HAProxy connection hand-off information. * The xtext_unquote() function did not propagate error reports from xtext_unquote_append(), causing the decoder to return partial output, instead of rejecting malformed input. The Postfix SMTP server uses this function to parse input for the ENVID and ORCPT parameters, and for XFORWARD and XCLIENT command parameters.- boo#934060: Remove quirky hostname logic from config.postfix * /etc/hostname doesn't contain anything useful * linux.local is no good either * postfix will use `hostname`.localdomain as fallback- postfix-no-md5.patch: replace fingerprint defaults by sha1. bsc#928885- %verifyscript is a new section, move it out of the %ifdef so the fillups are run afterwards.- upstream update postfix 2.11.6: Default settings have been updated so that they no longer enable export-grade ciphers, and no longer enable the SSLv2 and SSLv3 protocols. - removed postfix-2.11.5_linux4.patch because it's obsolete - Bugfix (introduced: Postfix 2.11): with connection caching enabled (the default), recipients could be given to the wrong mail server. (bsc#944722)- postfix-SuSE.tar.gz/postfix.service: None of nss-lookup.target network.target local-fs.target time-sync.target should be Wanted or Required except by the services the implement the relevant functionality i.e network.target is wanted/required by networkmanager, wicked, systemd-network. other software must be ordered After them, see systemd.special(7)- Fix library symlink generation (boo#928662)- added postfix-2.11.5_linux4.patch: Allow building on kernel 4. Patch taken from: https://groups.google.com/forum/#!topic/mailing.postfix.users/fufS22sMGWY- update to postfix 2.11.5 - Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps ignored the relayhost setting in the case of a DUNNO lookup result. It would use the recipient domain instead. Viktor Dukhovni. Wietse took the pieces of code that enforce the precedence of a sender-dependent relayhost, the global relayhost, and the recipient domain, and put that code together in once place so that it is easier to maintain. File: trivial-rewrite/resolve.c. - Bitrot: prepare for future changes in OpenSSL API. Viktor Dukhovni. File: tls_dane.c. - Incompatibility: specifying "make makefiles" with "CC=command" will no longer override the default WARN setting.- upstream update postfix 2.11.4: Postfix 2.11.4 only: * Fix a core dump when smtp_policy_maps specifies an invalid TLS level. * Fix a missing " in \%s\", in postconf(1) fatal error messages, which violated the C language spec. Reported by Iain Hibbert. All supported releases: * Stop excessive recursion in the cleanup server while recovering from a virtual alias expansion loop. Problem found at Two Sigma. * Stop exponential memory allocation with virtual alias expansion loops. This came to light after fixing the previous problem.- correct pf_daemon_directory in spec. This must be /usr/lib/- bnc#914086 syntax error in config.postfix - Adapt config.postfix to be able to run on SLE11 too.- Don't install sysvinit script when systemd is used - Make explicit PreReq dependencies conditional only for older systems - Don't try to set explicit attributes to symlinks - Cleanup spec file vith spec-cleaner- bnc#912594 config.postfix creates config based on old options- bnc#911806 config.postfix does not set up correct saslauthd socket directory for chroot - bnc#910265 config.postfix does not upgrade the chroot - bnc#908003 wrong access rights on /usr/sbin/postdrop causes permission denied when trying to send a mail as non root user - bnc#729154 wrong permissions for some postfix components- Remove keyring and things as it is md5 based one no longer accepted by gpg 2.1- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify.- restore previously lost fix: Fri Oct 11 13:32:32 UTC 2013 - matz@suse.de - Ignore errors in %pre/%post.- postfix 2.11.3: * Fix for configurations that prepend message headers with Postfix access maps, policy servers or Milter applications. Postfix now hides its own Received: header from Milters and exposes prepended headers to Milters, regardless of the mechanism used to prepend a header. This fix reverts a partial solution that was released on October 13, 2014, and replaces it with a complete solution. * Portability fix for MacOS X 10.7.x (Darwin 11.x) build procedure. - postfix 2.11.2: * Fix for DMARC implementations based on SPF policy plus DKIM Milter. The PREPEND access/policy action added headers ABOVE Postfix's own Received: header, exposing Postfix's own Received: header to Milters (protocol violation) and hiding the PREPENDed header from Milters. PREPENDed headers are now added BELOW Postfix's own Received: header and remain visible to Milters. * The Postfix SMTP server logged an incorrect client name in reject messages for check_reverse_client_hostname_access and check_reverse_client_hostname_{mx,ns}_access. They replied with the verified client name, instead of the name that was rejected. * The qmqpd daemon crashed with null pointer bug when logging a lost connection while not in a mail transaction./bin/sh/bin/sh/bin/sh/bin/sh/bin/shs390zl36 1703241912  !"#$%&'()*+,-./0123456789:;<=>?@ABCD9FGH6JKLMNOPQRSTUVWXYZ[\]^`bdfhjklmnopqrsuvwxyz{|}~3.7.3-150500.3.11.13.7.3-150500.3.11.13.7.3-150500.3.11.1   smtppostfixpostfix.paranoidpostfixLICENSETLS_LICENSEaccessaliasesbounce.cf.defaultcanonicaldynamicmaps.cfgenericheader_checkshelo_accessmain.cfmain.cf.defaultmakedefs.outmaster.cfopenssl_postfix.conf.inpost-installpostfix-filespostfix-scriptpostfix-tls-scriptpostfix-wrapperpostmulti-scriptrelayrelay_ccertsrelocatedsasl_passwdsender_canonicalsslcacertscertstransportvirtualsasl2smtpd.confmailqnewaliasespostfixbinanvilbouncecleanupdiscarddnsblogerrorflushlmtplocalmasternqmgroqmgrpickuppipepost-installpostfix-scriptpostfix-tls-scriptpostfix-wrapperpostlogdpostmulti-scriptpostscreenproxymapqmgrqmqpdscacheshowqsmtpsmtpdspawntlsmgrtlsproxytrivial-rewriteverifyvirtualdynamicmaps.cfdynamicmaps.cf.dlibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.somain.cf.protomakedefs.outmaster.cf.protopostfix-filespostfix-files.dpostfix-pcre.sosystemdcond_slpconfig_postfixupdate_chrootupdate_postmapswait_qmgrsendmailpostfix.servicepostfix-user.conflibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.socheck_mail_queueconfig.postfixmkpostfixcertpostaliaspostcatpostconfpostdroppostfixpostkickpostlockpostlogpostmappostmultipostqueuepostsuperqmqp-sourcercpostfixsendmailsmtp-sinksmtp-sourcepostfix-bdbRELEASE_NOTESsysconfig.mail-postfixsysconfig.postfixpostfix-bdbLICENSETLS_LICENSEmailq.1.gznewaliases.1.gzpostalias.1.gzpostcat.1.gzpostconf.1.gzpostdrop.1.gzpostfix-tls.1.gzpostfix.1.gzpostkick.1.gzpostlock.1.gzpostlog.1.gzpostmap.1.gzpostmulti.1.gzpostqueue.1.gzpostsuper.1.gzsendmail.1.gzaccess.5.gzaliases.5.gzbody_checks.5.gzbounce.5.gzcanonical.5.gzcidr_table.5.gzgeneric.5.gzheader_checks.5.gzmaster.5.gzmemcache_table.5.gznisplus_table.5.gzpcre_table.5.gzpostconf.5.gzpostfix-wrapper.5.gzregexp_table.5.gzrelocated.5.gzsocketmap_table.5.gzsqlite_table.5.gztcp_table.5.gztransport.5.gzvirtual.5.gzanvil.8.gzbounce.8.gzcleanup.8.gzdefer.8.gzdiscard.8.gzdnsblog.8.gzerror.8.gzflush.8.gzlmtp.8.gzlocal.8.gzmaster.8.gzoqmgr.8.gzpickup.8.gzpipe.8.gzpostlogd.8.gzpostscreen.8.gzproxymap.8.gzqmgr.8.gzqmqpd.8.gzscache.8.gzshowq.8.gzsmtp.8.gzsmtpd.8.gzspawn.8.gztlsmgr.8.gztlsproxy.8.gztrace.8.gztrivial-rewrite.8.gzverify.8.gzvirtual.8.gzpostfixpostfixpostfixactivebouncecorruptdeferdeferredflushholdincomingmaildropprivatepublicsavedtrace/etc/pam.d//etc/permissions.d//etc//etc/postfix//etc/postfix/ssl//etc/sasl2//usr/bin//usr/lib//usr/lib/postfix//usr/lib/postfix/bin//usr/lib/postfix/systemd//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/postfix-bdb//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/postfix-bdb//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//var/adm/backup//var/lib//var/spool//var/spool/postfix/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:31976/SUSE_SLE-15-SP5_Update/b55f81527be51179e22835063bd51c2d-postfix-bdb.SUSE_SLE-15-SP5_Updatedrpmxz5s390x-suse-linux   !!!!!"#$%&!!!'()*+,-./01234567777777777777777777777777777777777777777777777777777777777777777777ASCII textdirectoryASCII text, with very long linesPOSIX shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fb12c401250ce263f03818028e7487d6ea6c3195, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ddff7794b0405242d0da4a870bf4ecd2754c8864, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9bd9eb797b21b6b9c31b28bf0802489ba4b3b844, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=be425459e9ad12265be7ace723293b4b79a406e1, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ad1f0c1e02c3dd6dcf288ccce1066f452597ca35, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b67d1ee54df4254a6b5e80ff14bed4d4638f9bb4, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=54a8168d3f77abe0baa682331061dca000cbce9e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dc8e4ab8bbdc835d581603703cb49d48cf918a64, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=90427d9cd64a455341dcd6e96dfa8cf58cc9cc4f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8c78deca661787ad2b89cd77b90cf8f2776c2e7a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=092b3b87be1505957c30cd330ae8f7c21d5cd2fa, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=78c51658ebae37649d4851e3dc5443879dda11d3, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=bca2b109272f379add29518be7853cd5a0c4fe3b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1725c693cbd10858a3d4e9d952e2f50a76928ff9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e53f1dc32883760979d4242ae6ed083991f3c2c2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=879ec5558eb9216e4f66fd7c239fc1826ae61c8f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=601c04f1c829573f4758a207d4d4c7ba888ad418, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ea245d1e97f6dfd4bc940377ccdff2810e916c7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4ba9c39507faed40c2d35f0ddabbdc9d94ebc2ab, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e43b03da36a1e3564c40a21240f46611f650d8d3, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b7bf1a8effc7a3d396c2b3f36feab7297b57a27f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ed669912600674695d4a1db423f30cfade636e8a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4cfa50202f8ec980d35ae6e8970a7fa195371f26, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ef6986e556be6870103cc666d7fd9b47817603a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a9135b26d53d71e7cc0fcf5ad68d9a0c4603ada7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=69202106d04c9913d12f0d4371be42f1c3794225, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2261e2771c594b9a10f80e00382f6f56e16dea92, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cd4f70133bbe2cfe9a2b22a9fb4fb873ab80aeab, strippedBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0e2300e9a052092c8ab2df606a2ea0b2977e1b05, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0ae2a4dd4b5d372c451e2ba8419e3979a7e0973a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e40fd736ee315ddfed2885a2b9ef7925b6f5ac13, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d54db79709891141d615469d840a0cdf266dd296, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=076ff8af6a98be825bc2cd3a33f7607667c925f1, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1df49e35fa1f4fb16f9f20a5d01bf83362b0a99f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=69f30b9f29d65d8517d900dd38008eb62dd9b082, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1c1d5b2a8471542abce6b47f5dfc31cda4eed487, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6223623bba79d64bbf056451999129a6b308ecb8, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=46112365347562ad10445c8cc81722ce2d577b51, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5aa93571640153258d8ed5fc555d658ab47f3642, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ba14a428ab7efa539528ba421711cfbe5a3e13cc, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=83b0cebc26a76acb57b505b1a6f0da63e6edce0d, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=bc740ab8c07afe39555ff1c3ecd5ca3f325663d2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c141c4aacb8f8001e58e46f4ae25bead44925f2a, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ade1bffc65851b0141a59d57a977e89c2de6d7bc, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8a9ccaecd4dd4268d45c214f9da3c98fb0e8bc0e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4e6db9ae6a35b7e7210e938ade3e3ab17c0d2df9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f19c5783e631ee16d738cdbb4fbd1fe47489c6ff, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=bab9b4ace0cd3095650a0a1f828d9b0bb25c74c0, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ef36ce36f0214ce182b5b2d257c380dd340c9d65, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)#)0?FLT\bhijklrs|#$%&+2<@DHLPV\bgmsy     RRR'R&R)RRRRRR'R&R)RRRRRR'R&R)RRRR'R&R)RRRR%R'R&R)RRRR'R&R)RRRRR'R&R)RRRRRRRRR'R(R%R&R)RR,RRRRR'R&R)RRRRR&R)RRRRRR'R&R)RRRRRR'R&R)RRRR'R&R)RRRR'R&R)RRRRRRRR'R&R)RRRRRR'R(R%R&R)RRRR'R&R)RRRRRR'R&R)RRRRR'R&R)RRRR'R&R)RRRR'R&R)RRRRRRRRR'R(R%R&R)RR,RRRRRRR'R(R%R&R)R,RRR'R&R)RRRRR'R(R%R&R)RRRR.RRR'R(R%R&R)R-RRRR'R&R)RRRR'R&R)RRRRRR'R&R)RRRRR$RRRRRRPPP PPR+RRRR*RPRRRRRRRPRRRRPRRRRRR/R.R-RRPR R#RRRRRRRRRR"RR!RRRRRRR&R)RRRRRR&R)RRRRRR(R%R&R)R,RRR&R)RRR&R)RRR&R)RRR&R)RRR&R)RRRRR&R)RRRRR&R)RRRRR&R)RRRR&R)RRRRR&R)RRRRR&R)RRRRR&R)RRRRRR&R)R9=~^ߘsystemdsystemdutf-8d2d4e3dc8b8009b37b798af7721030aafe4764985f47ae3a660ecfef3b9eb8e7?7zXZ !t/]"k%zܮGX ²}VAUtqmNZfE,̡{ow5yŰ|Ym"ߊ#V3.TR%%JGp =p2tj="0aIwÇԠ19Xz]E$wc՗V~;Y(\ŋ $F@0Qr qLIv7`{h@!nCb=~QM:%{xmD"|>?e +wZ&Vᰊ}K]AXi2;>v=<. H;Y=w%idi(bb)"vVÐ9 9E%9VnZZfb;?[/=WEdVX_ =M߸9j/CZ9t”Trfrŷ`\]2kpIǣW=P{T)_ )!:-UՂУWC7^gw·tY"l#ap!'mYq9执F>D<ŮC|0-,JnFӻ@ߏ͞u\l}l i&:.S:6ޏ e*j4ȺKC%wR4DzKTv';3t^4E"ݧCXm$B5鑱, 8k0ۓInIVVc|oP͉q(2:Ћ{iB¦gw C?a¾3'n]u'gVgB$*S>VT$K3A㳨ZP %f!>x` B'N5>ƅpa#ݿq FLMCDy@X޵T =!j/zYj̷C&~\{6&?"貕QEk LQtXųI7je1N幃.{u*7Rǔ"|e£O5{FiϮAS "sJ*.]\wR=(KA)J@IE 34LoT; -Nn0qp rCX=DwbnH(y{8!%@xKm |~,Xɹ"\,2pW =TWElykׂQg-ҁu |2fњe2=b  .o=;։炼$cfX>t?!\ƒDDwB{x')v -.r)iH5\[HS%j>ODi ܑF*U8vqHzJK/dJbܿƚ2%Vꚤkk%f& (t^\꥿JCҵ2$P[$OpT#. IARl n. _~LPW?^ԱUC׆%ͻ~U°[t޿ĺ;4t:'=npš []FKђ>> [$%TqT ^)ޔQ"g/\F\j bMwTmA]+1M8?fl(j3QS-{%ld?/N5` \APH"ʬ M-?Ҳ0IH*bjC/%RvfwR Ekd"jPR(Nʹ3(+'ƛԜQb0g^d ~]rlJ_ j88bȌx[sT ?ᤋe@GH?:И<]8vjm>m+zl5 hAڄrd%rƞĘ:Ǯ,9ƞ74O{TnV%h4g6ATA+& os[Z/L {5.-rߎm+xwN%5+[qmlk W؜u2flWiKu5ϻL9%*gUNm"YQGiqvhՙ*]ŵVtH˓=gC;._hGmdSDz>~8_B cI%)e;Shd7Ծ3 ~4%X[B7F0clGCݞR9&:]0h ,l Y@b 6hP 83xlG-X*Mȗ`A䒱ث m"r$ Mpk=MhSu(Rݧ5;>į֔t1&_ k >u9&tPy2s!Ri"cYQ bu:$yy$tcHKZ)0?dmPXsPe5WO}tLm*,G/1v?O;S$Ȕdy x \L}D߿FWJ*WGҞvoye=n+1NV#2,1.Yo1ޖ=8Ouq)Z<>qapp[t{jȇ8+Ӳ:E p+#v:hXI Jvr\m+GPA ysI]VC҈-L$V9̯;V=;6xg-*_C4X3aLjeҥzS$v:&\Bq<@P?,Dn8J+fNNW* huZ_w4zqSq8͞D d6&D@E ɆT~0񡴧)?z X$lvβC@63B0W Y gx#(( OR:1Uϧ#Kk'FPR?6m$NA^|َͼ}}ήX=NV$5Nnb}3̀?;HwQ i *ÊN)(le`fwTϱ0݂%l%UfW%ewݦ/M{L6 Aѻ|WC ᧄP)^TMM2E񒋟9xtb|<ɏH_w@].pZ9[hUl#tݫ([ uGW&:E. 5ə)gD;g7"ƸO2s ,}2>R$a}<5u/V w(o(tR8H,?y3{)V8-j|;SGMg!?R@͠A^QߟsY^ kb=hk]AGBbplAeY4%OG]\mh7ih?:&FS!Ga-5+'//RC#.8L*7Lz'tx0@Á#!l7OۡWXA 3,|`gSɠvyPBXlm@ 3rb򂓉=Xwb7BH2v@hRGaUCV?$*%u,vra?&Y;Gtf#EƩ죒E[P"LiILݯYMKQh&?FH*IÑc(ɀ.׬FC ("8$2r"QZd5Vq >_ 컷@)&^.FV/\ ؝%km[J)ěTTU~eCOV^@u.@K/׉fC5*RlC2τHغVJ!`dwvUn<5wjB@?9:p_k@3r7eϲ yF@rōC0{Vq%VIӬ> ppQs2K곆࿗ŝցOo}|X'i~$nP RIq=S Rsۜ(ҁU`Whk" 4%p2i ovkGs#vXQd`TR295~q좰LPU:,{ ' ^a (L="pET$ L"O՘Lzz}HQDm3T=ML/ɨPx2=}(j^FTқCc,V飦 a% Pǯggn}~3V=ZוڂXwũ^KL6xwkHυtXWAjZBn*4K#40#EQIh{E%^g=<"uT#I(,fQz$[`WJǵ` O ,Zz{^:&*|!2B9rc4/M7rV{eth 5~X+Oy އ|$ RJZ}$6kX1yVccʘ7F?cHr1A߷>xE=R{A`ouJkhZ$~˩9G'̂du @oMsi#C"=ka4PZLH(cx*N}w<_~Zۤݯ9҅?و=j 6ԓVI,sاxuzh"WVlP>Hơ5CVܐC կU ϩ[%cF#g yBe!"ud:V2tZ|;.LT`n%!R6&x;'1a%KD]8|VVÓ@Q}`DKG0RFGcwLVsSZ6c ,`P:25> eyFRA21\`aO@To ?)Bf*xLO29L~6 rr=zVD+ko,sD WjNwfu\O >gnʾLG~`Rثu9_#g aQq{belL}*j?5ՅۧMJAskD}qC7|kxqNL%b:Í4U M :;VUD#J[=6_ޚM\&|~ :Q%F)6QE6Qcc%Z]T r'S8Vް*NJ0tH^ gv' e)hӀ HB/RQ'dEY4$O8(!FRFh4 K`u>{}R0wabA d01X,C)Sg0kXTtѓb!4iue]:d3r9ʭ~:<=Ʀy2Y9}e1ذ6/PVw'v0ʯ.OW$0/[vߨEK/9~ O2B-""{}~wAQT؈+¹ɌWUH^:-H=LStkj52kx_ol!#$mN);rA_b[_m\3K𶅣v_̩ u8>޿q*Lx=ⳛqcx&t'I~aaDj8.c!X?FʹzJ*1_a̠p>rXvS6'k X6yzw5&|a7J 1qP1w3}Ky'~UOWp>$D%/c~.ǪHgmaI%szAޢ>-u0.VkZvO9:xϬז $ӦKy\'2 8Rĝ4 ihUSPf&-ƴx.x}ފѓPH'~lJ􀇶.TQ[:Hl}7rmQjR:jM1mJ+S~5=#r݄%lC#_֖УU+Әt $:CS#wJ5/\v߄]-r[-2(@ 7DkjR'?J7q3$"(tI qަ޹l[R(ϔ8~UL$pQZ UTSδ.Sҭ,ZzX3a/y*&X8gRX }=Vm \St"Uʽ@kYXSgPnYA>!Ev*A~. ivUY@8͍ՏdB͍])?4\_`ش"4P&턓f'W66E țV-Na!k뱘WNiɢ;Yesҳ7'tOSuJ6'499y):pG8j 6 kר!G< ݅q$PU_]f;]_NB ELuկ ޱ3&xsh')`8:< a;U/@ zVHՎ7Щ/^ ῟ZI| `NǛY3_ӽ^\o{ckIoǥpWEUJIZR^Q8Ja8*"n(7ђrZeɔ)kT͌%j,!tSg2tGՏ!`-vTZ]C}5t&tyld`gfQNAðwuW+d(3bȻinkT{l#{[ ۺ=+@^ +qT71az#lwClRR i_U ͩ0fV*ТG!+"@7(G?"xPQ#wӅ O|2ΐٓ 7eg^Fqϔå76]N5)`9STE Hl_`6S,, \"' wu ~]`_KH _%VdMONo`DLf12*Jg0v`8{XtH'Wf(rw`z$6bm3S4KI}\w6yaެ-W^|( f5[ǿߠ5&GE+1.~sa3€cp5YjГS}t\Q4O,(F-◟4F.)lY z|PdhZk`iḪi!+o3l/pfɿQ/Yq Fkϟwy‡a7ട \b[b߾$!{<c.H&JL]R Wt %@v%6RvDwIͰYJ_q^#EOFM'i4`Գ}jZs pk)xhςV*64afl+W/#tH(`Wcz?vHY Ď\_P@ґWhG ;Zh ? Wl@ta*+5o,eXR8Eh'm G käicKevd^˅`YQtF&+m AT<.k/GJ.%gwHւ~4yOݶ$\)M[n`<W3|j1ط%L>|vh cbH{w7I^~VKBNQyB-lݽ`JyWAX bt~%a-~&'QF$D4$ .f9}pttqIϜ,ږa!*rb>=L q/#1L9m̯ԩdb`s:azs u;']bb*ecv 4ϊ>)pÿy2b^.9aqhGcTwk_e*3en'qRbKZպtXS ^c pK}Þߐ8B_:զ.3תҶ)DƛZG0ruْuxݦǖS$ 1MӳJ{8 aF!ZT04|pA7R,E=&\ʫ?6 eB*uIb=En̫^&)e}]rTUKt BIԡ=@H׵HuMe񈳢 &32hU ҶmFoעNg npz!e3e7[4w'76_?/s\?065N 2#\,G?8j"_C-S!%5ůdgU++Y-2X[?vCO9{J3y']9w nH1 ҵdNH|w$`^d!YH". {J9٠S#-tg|R`9 ?I%}&"}@]b)o (q# ãf Zoa'7YQԁVRI \0F LB196DF9b8]26yEtsh$iː)HkZS1ձ`Q"+#-k kXةU1."5oAO6^ Rv)1e(7eOa5bi9,۩gpQx)GloHA@ӸvO)~BDɎ^RJ˱/q2Օ-23MXd1c3WބUb]TߵUwB+-WGȏmmLJ^kijPu)r`[*uBF U__"s:;ҚJ 2^/Հse $∉7;3wp; d'FGUt=\I%j*FumThbUOt)zĞ0XHf(x[d$'𕝆 )*\#/]0@ h^@|8QxV;gJ\K`/LH}w՛ o7-_ů wȂjb#Zld1/9 !/L~"a:&쫼-$!r,WFXY9YC|aIw4cã,d`4-W#06?qx66eq+% g@#e./1{fn zI}fӘ 8GlT=,e7cYB}YrfuڱjؐV]GE\v'38 c'@)>P/{"kuEuʒ'!*ڸI#4:nk5:nxrO}w2uGUR5 bzNŎo{!IDykkR,A}h$@% hE)d2w }r{6)K?2iٖ"RLnqTVf&(OH474k9r] 7b_e'uM ߧ~!^>Ouσַ:?bw﬋8U\MXPԊ/7AzM1N ]+5yX ęIGFr<ӚN(H{:s >T\{$Ȓ m\2¾'I it87Wj{_4LqN]Jz>Ɲm1*$= %s{P )-(TfQqJqyOQ(ZaA/^\xIVW 8I"ի3I)`ʘZϚ)4mf}b_}&kK]t!9\(VK+cTˁҤKk"6c<Fd<.Y& W5m(X=WJ#ur񓾰4B$oo]'Ŏ(ee!>=Pds#ؖh!:mIvP ()C *YY5wZ6)?ĚodžDHj=]|xdŠT$jK9 6& "+c4ޣDhb--5 de!r{8ܢ]1Ic;pöXvQzS06HI^$fABy<cp+?(,wa]W<"Bb!<1\՜+jA PF4]3Ttn?5}!L.vtf8ˢΒrPt8`,|Jʐ`~+aru`'i7V@^&$揦@T֟Qۂ|f$#cN7:ĎLcU EX%<9|7e6FZ3*8pRvW;I?1/l#%$sN>|o䓓U?$RgqqgرMd=P潣n 465~J]5o8vKaǯѥrYg_&9 dPTf95"YI" * 6PM 7/jď .t%J流Z9,f;j>h+I?A! F! da#Ք+EuX ,euցWdp#3/Q_4no*=ɩD>( Fn҇qP HsMM#*ўGJ3~(틆~F~ 0WdWF/qnsGQwIU),pЗBطa7 䭚 [QϹρ<~pVbL [ \^5)jP=~9{ʺ4%i|7[pjʨ&v~1Kbꆝu\0^>8r +wn,mzrWhWZU0CGWM#yO\y 勩Xn㱙 &o-((^ռt72)9I9saS[5翬$̡C h63 tGt%/&.ls.h޹ b ǎN0WZa!"q  # q60r R !ECPVe:j,x~h)| iKG|xqISroX(8ţ$7PZ Maf1cQR?r$5a_ȿG\1?bH(ota];|Jh]9i$J3ED0RgY19,RbEHfL0*$up;'k z`齃z>>/#1;SdCjQѨ5\q !@+kyМ<<۩Aywp*xsW'.gX7- ܰ46ᶥ~S]ɝ# =Nϱ_#j J跰 5埕N :l rZs<(+?GAzpǢvMt^=xAぞir~HS_BۇPxWzuD79m$ߑH(tu)׶AߩaV,C ~@PGǥBg$+QLllЁn H*BN+_+p7BÂNARЬ(xx"mj+peht/ߙԳ3=IH v6'4}"FP?J^ذ (^ʤgg'JNr6))HWW(9G+О@֛C*&" q? "f9kcor-vsĮ/, ѣzԴw7 B Q@$=%<.ܽtA}{fxp 0BQEo;"$DRU\V4mgqI#[fQLqxXs8HIq741~l] 5l ):d鳆O08Pd*}V$2Ϟ R!9FB[&d`^靍p܃Pᢺ#3n[DvtGK`dO?̈7G!TQ/`L@ڳeؤ;Eؓ wd(L c!}SP?Z}y ({4wc&B 9QK;Ǩ;.@v42EX,Wҥ[xmA_h ˔d=-8ZxG0ޛSYxpճI`mS+KJpM7zfGhh.( l,.a-8Yt`IK.Vfo顎-}5rt}\NJv1|%LV2Ozsܫ@G{WK4+RKh ԸЍ$wCMԌdQtS`_Ψ-^eiBϒdM>gQ9:{h1_+aAzE18rQ ®[HysZlCI3_: @ͤM5Lƀzfo#>]#7 |_&Eb< P.\SuQ |v7lu~1X$gkCi+ޡީ 6ȢVj*23BOGPktFx'&=Z,{A+~xLK{?n {E[ 86s@8莉Ɵ4lެJ XTj҅. BOXlDX9[Ec\HeLL #W'k72~8Z\qA3pDY0\/_;A\ɸ8b@i/۲ZcL 'TrZ=)09MS N}?x̻+ƥH83186sG`+@oBY<~nJyb8nFݓh"23x<./PKd)w!"P[?%VRcni"ɚ8h 52[gƹڗ9"04048Bzb4,po?}BߊtƑ[7Cr' @hdRIy%ŎDolFu.S, lv08N`! 8nſ ?aoer4ҔfkUs0*FIlE#Ѥ+ي~7=Ƹ-4#mԚHl2vɍR~:Xl xawRvX?*'0l1~b=a>vI![K+GG ԇ^UcP_@w Zc4)]q oJ1!0m #LhV㦶DA2h &VI=5@g^`Ɔϯ䁌^E]+\ᳳ9(ՆEÒ;~- Įe*pHYpan#f˲:`9s;w=̥X)æ1 eWan ȺM=Q_eDBnȓmb$9eYC2#/qEǁ< tj"Q1Bd!漫x;8_%k a'L&wżm׍q &WEa*I@q/:ASPVk6Q p>Qnr $TT !ÐSUt)=M Ab! S_GSS%7/_:΁Y]49hjtL|g>Ij,7CHTƶunCvī)k, 8M%v7?N{LpjHN-{lz'xˎ|"Lujɒ 860}CDU{&n~YD++Y/Q!t"):9dm:83ˤ#̤BZv-9C$ҭb#%"D9S樖9tOq7.jTF!BkWUFq޴frU~n^/WDU"3`Gh,u?gJ#MLobRuBCEۧ.!ڭD _x"|W(=3|jhfԄK{m^6:B&=tvP:+bxpγb5]+ }uyUe$$ ;z,\c~H|*2 >{unYwe6 IzJG_ro 7 i DTeP~$Z ;_tJKWxZ*\Q6_RdKʪâm$W# ߺ.EW{',c.a6L-(eFXސ p"?htc=nQ*Jd M|?_piLsI=y_i]W_tD`R! Jzf)2 e),xy K:N+U(N ѽe1y1Iwjn-뒷k{9v3@&1b{Xo ހzF]n1LG%CM`{zQX փ*_ bY YCkܮueYϙ}TAeuŖv2:-1|+sD#֤i1ⅲ)*Q 0xK)1-$ G+o^RlT%1 N\a+ǡQ?G kuJ/ PLS9s>Pi*W aK}hrē# _ޟf?YNJ#4h9YwqwXKE$gJEk&nXC'jH&'UH\d$6w[˵/cCa, w0rR#[ޓf1M6=NtV+kOEHmNO󰬞|Lt]da 6ʫB"}.~6\$cUCS?Ы0D[+TzQ{2Ko]ƺ7DX+Ag.vXc7饓SJ9US,耵V%~蕧|<4V![ #3P)Zxm±d:vĮ,IJF-K?HH\Dh=oW^A_խ.67,U۾ l&C.>-ϬhxV1;!:]E2vLm腤V_hY1lXRsȩ3E䎪%baj Av\[aA>2r4&+lС ʘ\a2 ,u(sn{zQ&w&x,x:27m%7dct)ez_E5qxJ A($+O9 F܃*C$@\0UЬs@kƠqI n o3K1T7pnyd? tLzFxFBNL%ż۸!f(`Om ^Dn 3[z'8<wF 4J_-Ѐ.1u17M@e;2=V[HmJš#g"Uc >sď'xMg]2F\ :4gPAuCC s}[g8UᚅԵ؅a_,@ׯkDEdL(sh*S봽xig+@B[qw4%84rO8`퓇7ocwZ0&/GnRhɠLJ"7T̚@ʁZ煸]'`M{ҏǚE5H!&E'Ϻ]PPo|J*R؅s*ՉIia!kF`bMLdBYרC8-xɕʌII!{v!E=px i + “E0Nԗ<6tFY r[U'EC*{Poϭ+o^+MwVyn&HB]6 Х5䴘=siȽ@i\Dx~QE,f.$TdɷsYY{@KUxZGfzKdS؆}3;& qIAh0l| ԻV>8F5:v Ɂ}n[w7m* ^XwƓ}VDZyi u؈;}2TգVDv@:R<֗гbD(l)q߼صmIn.ƞ`6Ć}*xZ\e}qe7P%:R6ǃRR c^-@òkOkȪ})u)s9g?#Z^<>, nFdRlsu2>_ |ֽρxI~aF^%RVKB]s5O5LƀJpM :47uR (% w0Q_fn4]ȩc⯘4j5lD6cQlx k-Ӑf4nV=xRHJæXvͨӆأהD;:S= Wj:lr01bɗ#TY>+ҀG,JSg;Mf1NiD#l`nhi馐sfv+fEqsDkT$~ALeeu'MdJ݌xZ_0E0 },*/'ЧFtQ NIs9qRN[lk`S#Bw_tsOsJ#?zpVy ] A="9J`d_(K ZWQ0E$)CrlЈ j>=,q*k?4(&{okUsڢ)1AS Jt|Nz~XsÌ_'ЖE| (8v)|X>;?~a2q&B+b Yz El~dCIէ8.G2l"CpDkj{^I Cx~* &rZK_MFiIKv4aZg?DžV8B, WzTigQIukgEcdF@Z<\ aL(۴5DQ+CajeRMF&Z/7ܗ!c$, 07T_Aigv̀/nOlI* Gblt`O"#2"7jmlyc9įj~*9Ǧ,zj?O '(܈9$L}Iܽt!Jgu.B1>DƋ=f:}ފTB7pL;FIrU<|4F=fO˔{[jy\dS=SGGsZKJxoOT Y(Ͻ$M51ni1}F LQ <6 }Sf^ n;*dGˤ hc4Ǣ*3BX=;zt^Gx&SOE쾭k IVw$6pj%9,w-r;ޛΚA Cx W46f&y\y\;u >/O|*na2Lxr hR"S퟊ *!2,<\Tdr*dR^f~|T]BE%E+V>=Jy4}nV ~VE IG$% KL ١ |,KPB>&xk.f|71AΥL;> NJ` y/p fyH&/ß\\yB犓+_n~(.erLy5bH4`CMQHբb,l 7A)~m oQ4tcNAruv;sw BiWq:M˃:J8x3<+z\}qPikM@_-03`vɵ8n~],9>fCi1-X Ӟ`m?BhWힶDR̕ ʘ2-x_xP`zz[GK&I(+d!l}G_~-i$EpG+U&):w( Iַѥ5sK~-~J|a.Ǿ Ap1W֐/~L4{NīpfgNrs3(HQѩB]`lH|ȑQq>wN8PwټB"NƎ<R+w,HVdA%cxrCZWV *8C,)3G/NӣSp .It}m[o WM<.di1k'@Us8QŢJ&%Ľu4@IYRWjq6 ". oר,WjG$J#gswPfp\ŶZ&݊ߞ'wܛQS5Xa+7E=IRr,5>v՚l=ӬMK$)0Ԉ5h]_VOClRDim#ӷ h%߲r܎c1D}WM%u_~㾖qrV|2J\3SnR?1ZkԪhI*)yt RH5߁zY3 p8qLI6L$:ɢlN3f{KoÎX[^#:omqG ;!OTαC*Yn/'J>lYn"Դ^L}5)_f/4 >1*LSn2xx\xU4%A ne䵄GTyu>8}4Yć85)qJ4cdB)[$ :Af%}j ?1-vH(73BfKyb>AOQRC Dip3*άp`b9*kC=dZ8vŇvE k) B熋IZ.(t" -ɚJv!Yqq99-dl1;CW"cg@!?&Vpa,` ?(y1<7 jG׼MZ@f)'V>5#猃2!i$u ϨG3G@EB 0&j~%׺\("BC8T]OAK>Rn"t+^ $ r߶FL}@QZÀ1vB}ywHw n}}R}Rbk,*f&D=T|@nSF_8f4l;$5x&O M;28Z8zާ :U{pvt+69Y2'nᲚܷS3QΐҔ=s95FDcspP`HDg!GP&\&Ğ@TD-{EIr?p5^u݂8mk7tow_t *H&vZ)_s[!IrgM[Y\q6苘i-دURE—s_ZƮ1]lpZ~iԴZM͢HD9@-y^"_ j^pM6${m䶭KZ~>Pθ~@Aiz={0ykۘ%þ1J@ A}|9꩕ ջ6bUQƌepf `N҇ 姳PI%jEL?4?JS6{0#rC*Hah{n!6V$YV^z@lPb5cHm }٦DLf_N)̣E\@Nɟցar!a8>׿?TB/Y*25G{\t}/8o%]:|Aڄb2=Uvbp=h/c;ahA xFG5"- 5L{po`O齬< 'ƘBƯAx0Y :m1ΔBWf]nA*MB@a:*]/7ds*CޖY&.!Q8 V&J&OMdKppQR|XT|bLfSR{*G^1j1#Y<uL@ŗ`qZx17 vs%k-/Hqq7} s: qL&_ }QhM{э\0%C rhKet粔97r5t ~RbI251»=*j5)K4XPy%զ'I$TQn=XM -' q f3em{Euȳs!v%RAi c97$'ZQ fA23?$G;`^R&l B&Jcͯy ib]kzkn])aʋwmJ> y6/y\>?7\,^u-\xh-[Le:{tbPՙ?dFΝB$ Qq|M;l+,] aaD6ڄs-&[Ԃėb\S+DX$NY )$\SsП8&XB^ 2{ &dQ7\aK#v/|3ȥEfem{)IsO&$,#ODpNVd~BRm0l#.Uh6LٕsL;n5nGQ_Ys s\/:*j!Ү="]o[a`Bm[v<-#W(0f aLG(fY0Td'ߪ"bGRu>a9ecQvCXSY)ehh ɴ~fFIW4!s㞢+ I1`IkŊGl޶ـgYEPd"1;J/\HSܨ|0JS61飂C?&wS67n-}A:,םFDe~!.n8HRDZ(;^h4JI}mF(V=&>蔰L\M}u`7~"o^OFx48[_9M ΌIުr)GGgq3"$6Qy/E:GqD,1uVUn"r5mz덢oq8*P[nvpA؎95 *>ۆrAœ!ظF5ߛ}BN$_JmuI«}`=w$#ν/‘sܸϡi8̷=Hc< y\{Jua;$ƃ{:aFʙx5^qB-582\c.κZk`C5PŋsdorLjG>d5XcIڢjbhtgLP Rٹ %1LݎPevҴJ{QOT2cHa#{dW(f,0"5F amo#<.{σZȧw' 3M/lBt,+@L/hĞH <ПC 0둜+B0{kUR[AniG>8qAn;p֝zݚE{DAY[/~lD5M_Fcy.8]}ik@?sH³`S#􁯾EyC]tWBaq5mmp%*iCY`9p${HOc _*P|59[ -4m.>ەu$l%2{5mxM#"d0$`YTEnďN6ڹ;̔xg$REVh~Rx*I/P1q(b(JXgD.DQ2B *puqz  SMBAf(RoϦ." 3\=q OY06PlqOlzjԵl4~&ĺ0uEڧWY)@#kas[W7WO ekӡ}s[-pMꎰqXcg'X80iĉ8[J\SVV!+m|ɟ[:y5ӂf:jkNɯbnR -F瓄|qu.$>[zɈqQWWSgO Lhjta&6;5# 73+"}_O ^9q/ Z_T<*b"tO-;q)nDdprO[j+}]%/ŝ8}ͻ߾49@/R`4_kh{)m_+>27+ilH0,ADPe]n:|'I&Kpz`pdQKN᠙ӺdR?%Z>lIP b#D3v-^`^-SQqDW M'*G&[K葫ϖa8h$ U' @儠Zъb m]"9m DPn;܁$h& L$&F%dƈdf镗k%VpG\-[ fӐ7a&4e؍^6dDdco섆{El(wJR~B>{|Q;ێk0&mQ7 k%u񇛅 C[k]k$><ԛDM+x,APB5% GJv(C*,qB{@Jۗ2g 6Q>մn^/,l-HZZ7;UKhA7%o.v5ǣ ;~3)c79Օ뭻%m: u(Ԩ IP+µT {τaPkJ却[9$PoDBv<#_ާLtUNz܊]yyq<"8w>2Al\5(&sMx=]? }ІA@١I[MVˎ*ԏ+.k`Ʉ)w]2C3} pbr]{w+^kȯm,t9= br?n Qykemo IvM3d_9;iQZGDqFfh(-Tw'Fx蛢)h>|h!,6 %[cr֪gJ VW8HCA6Wɥ\XpôgN1ks\Ě_y`8 agkO H:vV T/ $tFrZD=sTFRa\\h/G6 HV&mQNҿY}f9Ut&h(KSa-Ow0S\\!0eeB~d;' .y8p4x&gAV*X-2NYė_Z=Ǹř?~],UF}B4P6CP83#:;JgoUn˯hC#) ]w(zv-55?,k|CN~^=prKP7CdπmQ:J>E7m~SG-1G6<79="Ÿ*.I"n*To,ƍih7W0c>ޔew9M$ID` UB( 9+G>@Pmg (gNo=MCxvlg{2FH,_) Ex9 h(WFXUJ\F7˜8Q ٱQ&Ʈ@nY\$/|:ݣxRLașhL9C!*i7?NdC`"G$S!gJj)6쁠Iu!;m4}kPPШIG:S - IBOd. t&&g-¹@=.R,9ȇ;'k c}~a-jVuŭV~Ry> /#䈅6%_n?s5mg$` ř`7`(L㵬u/JyhK+9#n(N]JG7*jq&AKpΛ,ٖ\L^{VmdllU C:W@cxq+֬]淪^V\%kҢAZxin==)F//LG*D]^„py4ޢQRK5ɭ,Lnbz*az7񌷲 aCpm`b*`Nz5-/ρJ/-Ͱr$NRF;)|<[6`jD:)əVF23 &Lal&ԉC;XPL6}NSҿѹdOFTq%ܟ 5':+۱fσX1^fD> `Yc.~9uܵ|Sp94wĊDV" tOYo/r,#@&C"ǟW]2d&<"%geo+!,.bCѐ45|AOSr-P$I4S'nm*kTzGmQ60rCSo3w]DJ83Yz=ψPJw }o-}>t^Qy!zjf xx[̦ЏPzgupN~&a2.Uf '|T>h!+P uT|390pDQ+Z Y3yN2UhGl"3YW{ ⿉={qԒ1QyMLHJ G8o~f FWFG[L9CVu }~9ͺc&3q§.PD">7uD(b7Hf`!Eee ;1Z y|RxIa w Xis<$qv~D]WRq0TO?KuKɓ Q]Ef2y\@ldi f! _)cZ9&tm#mjfaou<+؁b{< [ l$mfP 8qe1\v5`a"⃶}G?QF,!tfleEE&*pQYt0/V6kouus@ ҅=3;&͒${vdN UTɱm0Ե"t;{{YAԨ둗\\ŗW^‚Tj>ґo?7cO=h{k0G%8$j9`mS)T3[̸!ٷ[:A$>yS5`2chiV틢prCN5{kB \} *j鰄kq߽ھ=gW]:gf9:_7%pIE䝁rgkrv6eFdT7<0?'g8ƣݛu"h*F/0]9lzHif*TlʁyUO,ʢ濘ScSgB(5c\ţ _~ TV6" vX\s()̸_{VkdmWS͚OH%,t+N9"3 @ѷIKH;-$Olnh <`Ԩ8 X! iB< /{$QcM$U~Du4 n؇lYY_ņ)Ķ \8c)a"?[R0ވU uٶgM.zTR"3vmɠ)`S x ]^q[MY,nz ¹{ZKCOSkThs*ɕzU9$Y$ ݚ/b"rv2̓il0'ԿЬEнƃxq(|'&9R~"Nh"s,a3d,V4ȍQ/& 5B 4wJoҴt1Q;S)0(LjlSPҾJe kx8敩avq/AI>iK ѣ98Rh E^ֽXy@R+0>\^&Hd7l M]).# f o~l+ <$1`gw 5i&Hܟ́d#9 w/LF &i4 01CJE47Km1I.}vp ZpՑN<#|g;!:pHL%햢`Bo5u >MBn BbY/'jU'p}P WPXyЋ Gy8W3v =eSCdpB:z1U)57nqx2[5i;mC%-~! fgS4Bn;4?T֓O$]h-(Y$ꬻ/9S `'el}NC S9L yMfef.~4pfeK8664mi2P_`Ϯ$^/)Fu "5Zd2?(Mloo$`[E|0o^,=bj!Z`frY|tPg]۶~G$ 8%xDB&Ltoy+`4gx ƍǏ >Mfr]Z;M}hع# NPqD=˙3{j#H9["0nd h3Cg#0?qvj HĿ(ۆ8Mb.|$XH폞Xr{8?qwLihe87E;*: PaܲMjnSϔh1uFZOdpwHWVj~/uV28eM)} _Ƈg_O:a" ֳ4>d1+3qP/&{&ͣOmiM?T(Ef.ᰮxJ. {wB#12\x<U?2 m\A4:}T؉8fo:,)>Urr)h〩Du6;l5gɮ{_d$mJs9{bQ>AE[KD|{7+ ~HP-ʞI{[0-||2u缾 ; `l:|w!^!%Ca>3 LDvN(L~V۫J4}!!:e;hvRL;ֶ;PxdnI!b̲ա11(qwmR"bсs+ڰ;2SEϭH-Ь& Yhw[ۃ! GW]%]#/'bymyh#uYa{V!V:)k5F 4h׮B " +2rU,^dԨB TRn$rρ|w@-eoG.*FL*Խ+= t[';># c_$ BZ#N@YLObVd%i*>ȓd"ػZMbzNVZx?Pv%I.LU|XOQ֓RlLj4 *I/CzQЫ&߆^:Wq4W)opr9ӘQFdZ5♀)e}{рm) yC@I2]āV8>!! %cq7l/VXQ=d|䎬Qh. >>R h9A,@Q;j6D(%X8ynJg ݄ƶ+!5>߈6nL)zkdH ?DWJEF;5P<Yq89y xqϴaAJFz#8MT#/Vg&hcErEv77W XtE16"uˠd|wqIϑ\B&e 9V$<`YH?-w=sOsH~nz)^5 %1jb% ;uվ,=萏P4,0Eiz$ֹ!]IHP$JțUqQ=)h7Q%KBD6A|k֬\KдC0FzmĽN{=:I؜|h k1`o>S}}7Ј34=ЪMEo,{s8:d1]r] Bڴn,NMĺx}f+Ar$_Ix}3TG8ѬZ յ^)Ɗ=\Jx' !Ϩ:3D6eu2 F%Tvfw:S^3^Dݸ Ǯv 轋MCa!Οe0qVEUY+lL`ݙO@< ĉܙ;ܻm{܏c@amDm:CW%g ~bKC<*ȍRCdϽGx=f&S׼nTAxeБL'|/^uR6-[ߥf*&ЭqOrqNkq${4kPRw=]cSBPn&~7l= @9a!#Ҙs]$Un}3~g,ᖖ2zj(:h#Dm̠N.f1lOT ЗAH4x>4'gR S~_K4 ERfTy6]fp6TǸ_eMb)6d"GXo 45v" }v2gk4 E"&=f3QUNC 1d5~0;D;c0>Wц#hfEtw&{%xz,|_Nnxv\[Ѝ RF GY4+Ter RZT( y+Ek"\Ljnq2R{0}"k99$f*߭cx tߛVisik'BOD;n,8jibO69n,Iֳ[?m X =RK@J9! \9ҩOhl<ܖO]mԻU%{w6[lɩG6IkI,1T]1賆Tʥ8KߓvDlªH.́Es~r26n$B>sHkZxź®\}hoVS<"(ҪT&;k'h~ 0z@=K-oWݷ K(RLY)\~%"ּ%KqP TS`w.ZAsqykT- t].+H-I]JÍ c*tfdЮkqs>3ME;x 䲐|! 0~S6BWR71Fae +>*JfR]΢Y-u2SoKudċ_OJ9h0ऀlaߞkB9J 0zF\1_W,Rtm]5<BQ•Xa6zU?)@>cxD/0-gs8H*!2sWdzf#u, YFQ] R6/WerrYH]rr2ϩ*7,%.P_ b3@0|at({6S&vg H9:g!3Ccx1; U x#yHuua fڇQ)^P鿎O^Ԥr5e uroMyצ_(RR6{.5~ =3 .ıp leZj.AFGd<8t7;!ڂ=?z-?ya.ۃWێ Q<]X_ňXt0ٹ2oY}I@-=recHt'.fi= $RT@9Lv c>?:o4Kl#יquD7'Duf]zaf=:8=Ƚ~:Mo=i]ֽ+XD |GR|g̿uGs 3Wmڒ)O@A}ǜ 8LS)$*gHc&da!/my[C+ ]C`Xq|Rt~rTP'D8bU+b@C5͍Qm)J >k]E Ң1VLێ ,}#i8hWnCpϐ " rcΏtVfΪp=ҴY^6HHQDG0\rajBO7\wXuxԑ4L+`XD{V|Od?"+O'6'H]=]”}+u!rOCgPGI\󩂢]+N(˘gPHMFþc>!|1=A?Gس~Ziw `Q궂 u@X yx 9_`7}4:[Xw+zաx4}=Gu)\w2#ɮU'sl&?l;Ǥ2_xv9M$F,iH;N)b9%tk=i*뒁mGƤ<|3xx~&8^ [>`X(Ĩ*[ucT&ՁEl $JSF}Ӱ]Z{!+HGT;>3~xVݼC{ l Fi,[܉.1ϖ ?$AVt QUyDv@&iy|UWz_ZXiAy~ *H֏-E-o 53?l3ك!^LPAX-ý$wNN5lwW8'JjC˹PZ7f/B^sECxsHw?Xf*% l?05峝o=_XN_yc`A G>yaQOKDcv{Uj=: $!Ȗ; '席nlw~`7c2sŲ|tr/1/Grg[[slq%p1(`/ ':ǽ'JL\83/Z}-vgXRLzc尪yZ";,>**jK+Z{Fs{#߂,ϯ ʶwK(F|ڛBDau# ,isaz"`}7٫o9{a1;m^ %fi"1a)qӖ\+q30USוK1 7|@/q+u4F˝\&7~:X0sf)'8 B Y{zf,w u/7ӕr.!l]Y-U}=6jqe?J,?C9<ġ2;vNǑt ڈe@ƹ!#D\(l2&E՟nez)luXVfQheI=z|~?avl; =!A˜[ ۩0*4Dk^Ok}{IrA(Y%&/8=׵+[d5:o|*"p"$աK6a[wTbY=.g33g>y G5Z8q꥖432Z kc(呔ajUl}њnL'y1vڜNQ&_9-oObZ4n?f>=Fdj%8^ruPۘ>M/Oo R#  ΐܡ'DKՏ;G݂}Ne^K/ f9:Uz_9%a69xX<= ob)`KȪck8IApkrqZ3w~8+݀CdLv QuK<'s(Ȁ6^8ކ8 S_{c1ϸO<ש1KEO~$6}PyK,> J&ވT JGȫ[msv+,ſ=X QP(Ơ v'edhj qW~Pcubʳ>CʖD~mkKZ GH Dt DƂ2Ehn(aXt\eP vJ6@;9&^}>  nVyd.Z+:~K5F l: /la.fo(Yi)kKH&\s^ސSSi}\ry<q]P=t{΢7J6/ٿ\.cg d^R&3 `2 'rG8hJ]}׋«Y8a )/|~\D0nqgC"E_Bm?D/Gf$QNǔZ$dLmWHRWNh"Yɍ}ZZmxtߜvٺ$VULH(91 #_ӫ׹4#DUu玘oiHMS;lWpZ3+4w]]nĦ^,8u4uClq 9]<:s&#_dI dU[Y2;-'{V?ׁU{48HjIf8ɔ +%#Fzk}*ZVjˍ-%ވӈcEk{:#MThQt$c# ^c*(u7Gb$g_3hvw]gN0ΐ}leU ؿ^vFe-E g{JMݩgD1EP\@"@Hu#W!dq}c:eU~5JO S ש!Li G|SEMP+{(K.Q JąVlD~ES`oL_bS/C8CPDƈ*D{*9W$1s4z|Ag0[Й!4[tXy|8; i10s87F }r`@ MWQ@{eMMVQ=Mt3$rfSblDKSO)T=Kq0,PVX QwW^͍8v=yÕp?Cv5Nt n%LJ z]ň~*C5oi,e*6e@Z6"hoΐaIĭī&/]ί@ !Ă?U-J!/wS Raz';8'lpe!>{ӆ~h er~ߺ}j>><OG2|.vPv#v{--de|XOI&⓷gH{V{vk% z {|ʁf bOہ)iQڑ.I/4UrzU^Sz$ܿpN KAd eQpx ;Kj ;ȱ-sf )s_:\\?,:k,$X6ިmNZ FO BMJ`sMAO̰.-LHP E0hJ65æBVX :?*P: ߻9igܔQ#Nv X9|b[Zn_A=R*u^vp Ԉh!9!]k6@G?ƶn98,q(9R޿-a6`TĀNe 5 )d"΀"$<8f>~f}u(=}IBi\7EB4pNJOfa>E>;O,2>E f`T$<Įې)r{KF-ă]Y zd"CX #8n6ǩ .}d Ljt*˙䧌1̵xᔲj{3+_l4S~ .9HC3wfN:lie1m~ųœ.e3 fSEnLQckA[ Hum=:kĬ姎~?E w~SAt(\{.ξ9Vqlsx0m *žH@r] Tj,8nE>sرwв`')W 6.Q?H?F#~k Ľc9!oNT>y͍u{4 (YXZAT0U|㻕"j:6N\ ?8m)$±3%;VxJ@؍j-_;m: h[XrY\wN0e2W~ϐts=[YVmXZ0®&pV(2˚yc PXZ%T{\-O 8~)_7sLPz0~eT얣h Oa/<4e<^:T/NsWŃ>bb̲2ğ1vhdʛۊRILD> y(t;u:Iq*$PJӷR؍}| Yy-.kotP|ڻ6o#ZĮP'^{]>N<685J$R"b<+=n8$iO'&n3$}diRD3cG -{h.D=Dw} JAme~?գo¹u7=Scb_I7(hx㧩Աou1R015k{|b4M]4x)Q^kCNmgB$Ka-0YQF1iF;EJm0"Vu2TO/›r޴wyk!LC%~]I)7 vxs 00,iu dg20x'm1Y[ I|-K65؏ANb3h3{.D3dHT}j@lZ?O%)HhmȚ5ז}jBoBGx.V{G-biNؓ짆qq2)/ѻN*Qꡠ嶘6km:e41x5|G@8jNo1+lz.3` s/UUȩ)(ϟBw^d)Or:uę2jÌ?ra&8Օ,|z?QԾ3%=s:oegT O#n R{C8 CaLIoT*3T@4\C0>9ojTPWP˕;l tί3Krjɢ>&*ۧMa xnnRfB~Rh5rbBط1sVud-UT֡~nϋK嬶ZŚ/?WHaۖ__b¾ܪ}6dur;u1΃W5,r  3]ȳr?E>^ۼÇ{'QxSS}D;@[?AԀ u \8/UCWCzcW=ɅĠE|S*}_'"Ԃ b bEF/}FToA?zWp7دuc zJEņ$PL5% `ǻ/3⌠vu~ZEg ֫(zxcYdߟBog(%ς _t[ n|W@30a2Q`c$d4L$8nĽ2'8[ Yu@F%ÎXXH- Dzh|;Rms$/HMJJᾫjH{w1eUR,y1_$}2y~$NJq,bF َin6 8n`F]W/Рӡ>D9MYգ>5](z(QBz{)046n.T"YBMq+`Pjw!#a=]W*Z!![PٷeFOU!'Y#S=(5**} DzΪWX-Z`aA>%.y}(QC2G l+I:gjnml3WЎSg `7-CnLE6nKx^e%'1ytPӮpN-\@7+:nC%^?wN8R"y IRb_ׯL^)0߸Uu 8i ?>}ëMۼ~oDScpœ6W\DIGj'U"=96E"!!fwK'Z@fԯ"0 ##ua"/O RhL/SM _cc87FGӻ*- ZAUzj4ROXeJٯ15)k[HXTNSИ?_Rȗ8ea2$*?:/2{KAMf1uVϾ r7n{ՕV/˨!++xp fۺX?HK构EAO-;ԂVj vQ)*'#܋,,Yio~y`%tϡύǡ/ nMNш#k2R5*uLgd@xu1 |г` ̚ctI4GXzBddoW$,}R1f"QJ$$MVh9?tegXx,r6D^ :׸V%Til;T\N;ϊ&[@haLgXyC=A9X-U#5HМJƣQ˝,yA4L^.V0UxkI|WX%Pw$jWecgмDٲ+6<EQ>hɤQHQH< oUx%xhzS+{ Mmאke@UoVrDޚNLFVwvƣ0؆a\m>'M@y%(/7eW&yr15AM_qmWb؆PI–bLME!9,[%­Y­OKi@yao$ kν[Qg{힫CĔ)aWWJ qq~A5e7#"`YsyU2a 7Je:l?zN7~CP;ڽ {*J*@t=æ-, zyhIB@$3;A"n91I&j;֍FBY\?wÜ6oY]W%NI`V8IO[P'ǵKDʹR3%O72jc҆rJ؍șJ{7Ϛ:ζr^GGB%X2Y}+m]9QNt2 7jc`f6mt':ԦU@˴5x,]d`}M2pCVnT`L~pl gx'ƹ8=t.-90Rҙ T[ALGLH)6ejWf}OV(U%4;AJQ71>~?Tb߄'Q&:QBNV E^F|i{J'+GօjW AkR#-L 1ic7ŇApwhoދ߫7/S=! 7Y.NWڊ PSz{Ԟݫ|jeU_L@tDk$td휞A)[p{Xta(1#|$}鯮A+T;"VU7'@oV>=]Fj=qI@ Kč,Ȑi(t&4 ~SI/6BJTlK2$G5|B}q[vPyc%g'5q22[5WV;TnhӖd2EqY Uկ|Xx\FY 5@z޻6S87 F珃i۵I@nFД|!w7:A*ygV.^5V)+%*W 5E, )KEVWEVxvw8_ 'AQMm$ 2-(*BUbc;~!kEj+r34mz6 I+} xrE^!y?iX`CIU~R2˛"h~ϯMhH=ɾ_2| 96N;Mure(m:m5RQRS+n~~{!h߽]-C.Q?I >B@m&o猴4CWIVu]5hg\Dh1jso*tH'( 4)|I=\ʪB˰z? nQ:@@5wYJ"X퓗?'I L>qr9ҥCZGBt-g>>X=w 0iaek&r1G O~٘#5Ur/l>)= q/LOg/ qNGB}xD tsc?!-ޱ=|bC)-ow K nJF6| ;E b  z4x:׳GQ3L PxRJ0dl] *]HS@U@YTvhD}tTҴ(K5[ if'NH`)OM,l:%^ѧ".0d"P,MP!ݚ^.HjڃI:J@gv5^2J6Z?;2իڛ`8Lˁ 1M}A"T"yO:gPj'x cٰvKijnG䝤vJU"6|/YӸV.#m=g" mNź9MA2C8cLj8mAOZtI- ŝ7jSІ/z+|HTl n Osk 'W7K;xť&D36!\Y▐))s:qV"3k+ hэU˩P?x}:(I0m$Sf ˄kUc.^Ng7R  U'Cr>F^iF(XK㇮cf%Wyš{^T?꣐Eü\%GkTn,ßy1灾]kҎ}6n9Yp[%>2r iAs" t3 m4+汐 ]PL24;ߦSIp) 6'@Zb:KVE*g6Гlz.lL.6<· cq5?y.Gbj2WSBM'9ZOguJ" {^o!V= k)xh?!d; ByMcf.\!FyUsvq ;GmA MGFε\ǨL%Ai0 *B7 sKt),o8Pb&vB.i4Ldx#P>G X`SNN;E_qh5# ט?&JXh7s$D}lC`H p<@SQswcEo1ٯ86 '/dq61^ܽhbrn MR03j {jf`.^ hx(-2q4)2WG#!]YXӖUR]֟~ E| F寥2xR[*FSQ{T,TGq%aB텝PSRn7[v.819k3#mK8e gLS(^,=v&rLG88#Sؓ{7^+7ÐYvGK1݄WBFX|ۺR!Gwd|IXx^Xol4Cޥi8b8#:(V[hq.!hcD˛X_HB]x2:v#jh/CTG%g>(@sjmG$S&Z ] ~B+uXzZ{Z .@3y~`^hxkktI'ؿB-,ma^%% *w7|fīHk/r B7iO`- ڱ Tk!FSlYȹ2c+d 1R;U(ӖCl^l0Mf8L"$P"1 q$TUƏwqzGn^rI G^==54k-'9l2s!PPӧc76ѻpu"+XBꍴ(*vv9K}=->l@@oՇ,) \=5B)ҫ'K7Bǎoײ{!T&o# oS!0'rE(ܿ9 f 4l${_Ǝ]]fhD/r vdқ1Jut=o?Љ=4r3UftUuBXC`/ a}Ik_@3vczWK9q;6_O\K^99UWo 9FՔ".&ۋTYY8補p>qw)(L9zoN\J̹)5X7Q'žgUuߤoϭr ;O@G匽;6F.l#Ģcf2x^1^a5ć;ʬ<\A tx\X\TR m9ZnWoI~i̎j f{ }%GF@Q j?.˼VںB'qQ$D&1߃r't-]_.&Hc+\>m@삾2a)K 䯟)67ٚxm^>{A1S-4WF0 Km_.U)<\pX`>^B1{i5{j!8:4鯰xJ@e~`b.΀21ԹО27wFV*?Gv.-Y_t" '|ly /KTQk`9L+@-a )BL+ w#7L3-o| TѴ9p-:cY.|r Ҥ'"&OBI_Fƭ)/ԹdF5MTڸp XͥE3Rjq{& 6LXVĵ$EBosjCKZA(:}G/$g~}>HH4>=ғq.mk{JD*"*[3Nc4.F*9( Xun7d XlNW9+%OSn "FbX&jL̏][iP])`tra ;7m{(T'KgR*wRXz0*l`5aFVd-EdDk; D<|# v"LV5,[wsyO%q(r!K,Z6{HI8ҝe9"㩹(Ŵk٩n[;fOI FS_r:_FCc}gj-ZrD9v ٩^ wCSvJ+0֨4š_$0oѪkݤKzmIh_ JeZ4oP#B_$0^;=[v$ϐ_>U}lQKNWoH"\DBf~g*V:;g:[ i$ꔌ qSUk«3@&]{IiƲiel6Ǝ_F5H2ΣQJXG9gi'9%&Rpuʢ,opJN=Ft@YCOA.=EsƲ:lᓵ;) JSmФo< [> tsm ]?@C"j<qUI_g>Cj5o[o>t,g92~ ZIcs<x7;unݕ4B)ѡ9{!7gbe8~`S{C(MΦ^C6eR❍T<#և&(&jdcnۈkFo2쇁X~sSK6ۿua s, n\eO&z⩔XsAu%lUmA|RQ\e$zm/X[C98Įަ:hg3I%L͝ $$kPɁ~'hY$䇿) j! kK.p %6O~<$7Et#зhz$< j=02N]U+K *p:YȐ"᧒:f`. Ņ#|ɟ۽nJ{Na|KjX-! KP ?_:n~5e3>a]̦<6xys"s'I0Yy uXMC0]tIhW㙚8<ۖ]e66(޷y/?I$@CE5Jz$H}U@G\L@۞hּK!i*W, !Ӏ)B˒SvFObօP@^. Wk\zOZX6$K Ny1:>8yWxEҁ<{euiM.BEܴ7d*'##(MU8R @PEud}p8&$|fAcVR(&1xIsʄξd'5&]]*%]ꅤX,VcgzKΌ%7T~H Č w.MЇ*Fxj)zǠTcMWviU0q<tmz };hɢuS[Bm>'J1Z=|dag5!֭<Oo9:p!"̵tM4ZaMh]&(k) 4 j3frT 1#|F'dhBԞznd߯A09W_a愁3{pclwЁZ!{} ud(tT!<%4``XK ca (lp4IQ 3G'cT:]k:U=\7 MVjF(I%65^Y 5I$uC\S=Z#X\6XhН^s hbhv cX$>'E"^\aI8OG}M0F1X5eFÜo[U Ğ+R 39ҿƦd竣=ӎ=jSlG:8>Zb]T8I]Ki:HKdlHl/H$wVW dC𰦂eoGu]7GG!R 7Ψ6h N}̤Pͤ:.t B8:u_&&͚raJK[/)3~~%OlLgOO~'@J4" Yd[r>5qTj2l/c2@&3٧\1ш.ȉ۷|mRVrn"BW-ī쇱 q(]}?u\3o5۵))VfcZ2",ۑ /n{&6Jh 茳5LO[7Hq %&43-OU!U͹q *hR$XefAROc 7RC{߫ol"X3a!ey9iC][F0c!@Nb]*@g$ 坎R**~.MMƛ22U>k5^BM\M&lnI(q(Y.:8AyZʠ]> 10}jw*q|E$$}hLŋ+X!ТFV (r ~jk]#K P͆vg("xuPb$G ,m;DpPZ~M.lU4㌊YE5+ˢVr|A: /8UB2GLlGEFXv5x&iVCa*Q/ ڐDA^' $1V#Xp*+}3\qE~q 3Leva[{3YA9\ 5r@3)dȿPB0of9e\O^/G/թ://xf W|WD!xϕTA2ОB*|)(_]\55‹}8܃"xe͸v$6LuGxaXA 4n!fWɲ ٮqZ3Éć =T4<_ɝ.lv Kb8Cr9OMq<-nASs` 1^"Wp[vLj~#@tfsjUNȜbtsDК'F,1@t;Wx5iJQ3uK֧^O Ua/iu"Py91?F X&=-q .&<"Ema 7R7׵Ԋ&5q;hɳo%¤z2䇋 G ߹(W98DHkkZ$K|melj. x׉w7y*DH3j#lKX=#'a:`K@li$^[ SibUdž5K<6+x2bKO- l4?7&}@ի*T2DU\&,2~Z7W@zХ2]ky/3y[CrW_qa+p& ءsp N x8BB`D8"uw<3I(*`QeH C}dl;*FezN v%g,$`7_g1@ vcy=v `]&?b;GeƲJӺFJk=mMK\ȸ Ĉ!d}~?nIk*4Zo8noh]tnuy6;^-oseG)>[RK0;:bmOH0E'iCї2X39a86bN?|e\ٰ U 65D=&g* EZ؃,1wK1sg^͂+"N2?V4,rK oVZȲ 3zLakS ̯%I!n#SD&^pO&/pKB`b<7<*4⚇aI5=uGҸ7"7kݮBB,Iu,8Fl씏G|KoT*3}0xƲHX2/[WS# yB|͞7Zʡ?ItQ10ӛRsf=L5*-#-'\ O QXl5YBzD'ktsκx6~sm)r!M& |: / ^E4 Kc zdnGi(%' ZPV&.I+vHLQy,&!pmh8^b LwG{WM73z% ܂{/,yVseoL?mDeӖAͿ Nd$%0k(Vg21S5 6CU5P&W:KsX+o|)3C+UY!&i/4A]a`Ol.@f'7vem), wk[tSTT $`<(z0c(( f {淪:"K :?+/ӣHdL[jd=_{rrgffwQpu\n7 b[=ѝU؋C"ZH}LШ0f@b֫=U'M T~N2D=`0? dW8ݳiA}rק7Q7$)u1):L+?HMJn.тCI8d8BVFo)wd6|a-qM7{ 9mG!E_iquON,oG­Q~F77o]~.x  )w섞H+8wKi{s, P]ӝiN2SU ][ cj|A23F= ^:ҡ,э%(t YX} )b_[35s,WTB! BX^_eL) טtU^޼**4LwDAjL]=9D[U)RBqd{yBɀ1<: -M.?=DiQ(BSz4AOǍ[T:e3EÅhT5[c\zL~ضBhwtU&a[0V)]L{q{a7)M7Oe) I\~Qf|DBvNZ+ ̓PIݑlũ.y]a;o'T zd.2r8Dh3Ĥ4Wn4'^%y+.EؾAs6{`];tK hk}%*ݹKOZ^}8t2z> ӝ~<* 0[mC?E֧N`k3{&I Y9ҖDTa*MP[44Ž<q-7<ÞrM "Z&' 8W׉+zV fdDAjxC 8P0hR5ks^:8rˋJp3LGH GAWId+?|H0\jfۈ&6UTsQ;|FZv DLmZvHO+M:Vs\M(Tmx' LI\6Do`F+fz߾aŒSc+7G&? ?jH*Y^K0 lF<2l Z<%4C Q@$Dib=wVr~ og U9P@1X<eN$i׳Λ:W6t!ër΀;િ@H{+]ײ1hWGl\,l18d3P>xvɺiTxI#.4إj[ Da*|A Մ`42h2w秆(tfXwE{ֵ4f1jPޡ’O-@|cJ(] &u Osv@7a O:fs: #͏g(:(d( \/pDUd%")Գxuvd5:M[z3g0={b-"⺧녊XO9I])BΎ`s>lU95XyWO:*tϘThg<4UsOz:9׬/jg jj's'l0;yH*BLֽ\˯yQBQ@߽LW`l?k[,CS  n$R'x9⤐ F֕`4?Jw^QlP7!~nY YIp]\DV3A G Cxc2뙘~z%rhMXgs5 W!v R7qiTeK1ӌLDu[6Z{bb#|Lx o/wU3YDȋ3)u_HƞWDq~Uq?{HFt_U{Gw{/EE0\7 &I-6ñR$*~{2czMC7>ETD-e++H=l4ΌokY~5%Pil}Z%r:lRh5& 0=P MͭL$T徳e ٜ{g5֐d7NY<;xE,:HʒgmM,20fw%W3)Ø@#ei%EՄ3՟PBg%-k=f&z+&rZ%]N>CgJ$ lSY<X<s`Z2œxGU.]?"`'>y*F-=wA/0(71gTo׼l+RB]:dk2KG|ޞ% ;ˆ%SaWa `-eƐ习5{ 6#wCyEvv\TߚaJ6+4kb4CI_v*;)קR7(u\α&y<'j5nHp2Nv.pYuCY덋AHE> 'n\.F)$Qo/,/[asH8}O6jv vLjNK]7 !>"6,s\|e ra'h 2fob[O*fC܍ d|B@_(bL!w~7o]4#X]m "`TѴT jD=ߠpbn"TFH= 4GgXktY3kiS"*蟶,RH{P1ko'>W_ϫ3jT#T/q!CŋՓTZ.'rR҂ vfb>Z4 Ƶ5K>gο@VGJճ!B<\^J'[F6< BXƿ,kԐlj>'9c}(ŞOT$uOs|!Hz.xۃHF/J7"yIph$ȥ_Bф3ߎTfS_ZUz}N! 0e͸NY \sF;<""ᖷ)^6+½c pSЦyKTU ZXH|@Gw.>'kzRyd s%6,rF?Z 2*p't溩V 97 YtV arz(Jd'J,yEG*&/VHn1=59(AYi8AWSeQM^}eiï߹N}}q[0<)Y.*0td@Ϋl֘RaT6P&2%ށD byVyc4tw`;L0k+[Ig<1#- >'&/g6*E̚N4x~A_6,pbCZpmwbfᱬf_9*C؆v A-q#թ{$b??JDTPh2 ? `AE'(%n+//d^hY!\hRzX*h\0ABy5`gAZ` 6!0^)NZ3!6Ԁ i$ 8M`=%{׆<tRԄ\I *焽ߔr'׻6-`9i]j=xiS*M-dIF,wޢXTN ׮>NȔ!% ?>-wp mN=JOK3N{zRQnJ@WZAf@:ʕ(q&<} Eq+哭]ꫣRk'kiK\"_6z=':3ҽu ~d0Q#yOZSfGx+ fܤ Tۇ zX\K\Lo dj?bv?|յRu-?BD||[|dgŘ.DeW%$_=dqb_?Ux{l`A;"n$I44sĥmOlKֶG&Jnr,:Ns>gM{M긹M[&ꋁX _CUCDž} xf'6❀OTo<?^Z@/4FH-wyRD]u)_ QG+kT*Y,24̓mQLŧuOr z#x{9V1 gyKj8p3;DXxOeV 4+xWA%vWuAvF.p 6lcFGͧ2+@>8Q^AfLGj\X[j$#b;֊r楣>.I^)FNοd6 $WlH%ӶD)E9=MsDPFI`ac JQKoCFQi 3XbPLHԵ[!6?kA\ֺ&Yyaq:Y?ՋZvS#7YAL%\ͨtM  `Q]?d&cڪI^Ρ >MF,mZ޹)ځ_ݓ9!I)^feןZ!ߤmO$jN_#1>J]EH}[YUt1@8cE+K4O*|dt;_^4[auYw7u @JR?7![~pX'_643;_>#r =[CDiu/("`(?r pIi,oh(+Lw _|G. **вǮpm)ޣ;KO |nTٕw+n6ْ9?R=^ݮT5CkGڐ/w3QUX}O31eN'@MJZdI. )#O."N&[DgM?*& R/>0ʺ%ȃh[3F,AgAN0q4ΰ^ }E6Q&.HMжPMtg:UrX2*b<4)+ N S>|fOympRZ88ʏe@qmW' lOWgx#P)%w7anNJU~|@K irVSU9gjjs]JVe+z/C([_'+$/3@]E~ldl$Yrܚ|S>#^mf7jkBKǼu`DjV-Fz^pN1} ;X'ڈYE>`PHrdw^`X_7n ;:!h|Zҽ'VE 2l ߬[2fz6w{s:iT}+x ]D`qFmkiwAUOtńYRDCH86-22;E@3cTiS4"kRs6be5rX&B%$ {7SF&,'sĸ?2l?P7[RŸ4֌۩/d/3z~9;7bvFn ]c_rǓt,J:(,,'g#_!`:GvM & 6 e֠RW2mۙd7 Y l+USzx@I6ڸ-M[T6y-̢Ij`8z =3a1?7S.`4\XߔL"XE e,FW$GmD/& ?_+ *>#YnUV=¤ Lc0dlK~Za\fwƼߎrpU8m ` ȼ|i EDj5N;1=(&$Ĥ"‘#C<=8T>DFa?zoեNًyw‚8 LqyڳODP0b-^䭿fyнgdpw]3t>ZAL gλY͡L0O\Ŝ?T|bI܁x(k7YcBdFȩ*x Lxྼth~9jo1C,L֯Ej ېl)4 q0`l_gc >kYnQ+_.hD>_TOr@] d#H14b,T <s ^R (Lsr!RD#\C| /ZSZ oE "+H sْ>sad2DI$rc.s;noJdz^&=jH_d=xsD7)dg2^yot-pVPM(!Ǩخ!SO5ۄ*ʚe*biQ2ۺp4-:àzgw1߯{emT_LYz?]D8&1&oi}gz+HARp vm&?q`p~ᅨ`_DJbM3kw^~e:ErZmgZɁmQ"(F_j850#JvdR]'kAv\I K8xŶvHʙ_)E"B3;sDBUM&\] ųu4v3l z´ 'mjRyrpjM|vªHݻtiXu-L|fՎY=.OŶW'kW&wbxr9{ɚ_ Rh`Cmy+kxMJzIg6n02S*/Qd{RnLB([J4pF4Oo<%~[H0\:g4ڸhc|:{ n; M67_+Yh?%'@%"bsބZ@ƴ4ֆ֦W ilRF(NӴѣ/Js6M>!]:NLaXlß{B<>qz%F|e3DX@,_:@- E=Wmx5sA(vqhZx,(tίU*7DN,P,\YtP \Zpy]f*=C-np: ՐH=OzQ$m6>p@%}?8K Rw%f._77 gڧ(,[gc<1oK-yL(hJ9$jWssw3/$) 5_gR&ĒNs&1m8u5>r|EěL87צp`CeLcwBx7e(U/ݮ|@U^LXUك7&/ăn6PAcMn ل o(l&t=8{ 7܍Icf$s@KXߙ"Y d!…3I aʻcDYzcL4MjeIn؇x?a5+^uy7 e!¨(MǹݓI M9R-Mω#AB+Rp!XyjX@ؖI3O'<6FXMdpɪED&VF'68uWsm>`Ozr;#>|Ar#`˩\N9 G_Syzk3@x~uO g[ 1t6|ә 洯Q50 i3P/S /ѺAipEPKro˽G,˃Nx; 'hjtn8Vp V&RO~.C'=xBo9¥Ljۉ:#`"4ѭ \y+I[f:2Gyl:x=ƿS mpd ʝ1 iThk2bO#}7N]EI&9,$/ W~BFt:wh|-( FV'pƚ{mij1Y#]dOP9Q97_A*~Rcrr57 ׂw0t?x6yTCAU}ҵP" @Wڿw%$0LO)V D LCJ n}&N^1 p.(BY[?߅1dpkA xɜw^QwdfRs\柑mm$SN)."h[k.Vyi<ą5T`[曝yĄHCT@N~k"q79 8C8Ji .Q5* (txVжm1ҙz%aJ,4ȌbX v`1s,5^ P{~~h 9)z";IGL %ɂT(8=w%K/ JSs̀HDۢs6cǮa t%DpBӈP-@PK!#Ow{-iQ^7v\R|o; ,?0c(ї1ѻ_C\wWuu)Ҁ'.$D/0ڽWfxI^`Rcs,#VnvqC0=SNt;8$DEmw\pQܜ*-*YOcą.| h~5-<'Zh)%M-;,.,4+'`qGZt+}iG\/O zO;;$<&E f 5ȣjVIܿ6ѧ,Kgd&DW8Ӝ/ 8+Q̇:YKY-}uC:$UiAI#K,<:q\Zk:_hYl&0)TEG^Ew~Jt1i*Z/TfZ(=ZP y0`84(ArC jxuPjм.l""Stŝ#`d(L^> z;EysC ,R[Oi,_߬vM"1ʃޮ?j \a:fc=?-DI y,sW*/^43rТ+eyYJ٥7;:q ]6@VSFT}Ӑ"߳l8;Rz%pw|[7Q08(6Lâi|3\U7`yvbi M&*a rA0ֿlJJ$gM1j҆D%$(k\A2,ؘ Md_#x,qT-JcK.nRth'03(ݩ7[+f5;zlJSH9_h@xT~k)@"4G&O>@"+fJcKu[$su'gC?S?=BvX)OE BS7؊*03R0RYy|nb6gae|4^G|2̿\o#y:񰯮WBS TsCa[Q|CS m/G&gԤB&Fj*ڴ!W=?D!5 R_'U2Fkם+:ա  զSC%7Bcs.ڜYکg_`E JP/3?g)b$Ky&cd.U+VYynE f',Ը)$7=J9X%ݙW6q#Ñ6jj149[kv4(yn9"ܫ$cF)&#e 3dT6zŶE2Qk5QT$w_rxE6T{E+QQY^uJltH^ " N )q,fd/{׿2St0:LUὤ 4#9 G/R7tKKfIT7I<l8Indlk#9m=T Fd`@(%L0n6\P2a"DFu#I(/wp\Dx1OtdIƮ©61N+nޫ<ț ` PC)Uvm|l-6r*8YCnf {ⲱ?]g L⺟+!,Y8tA(|A$Ͳ%㥧-;%li$_x]N֕7%ʞ҉09 a:.Y7\" ^M6;&/w!=,;*"k&^R_0YTӄ7y6j[ʣ}43b괕`j<2{EJ8ԏOAv%فLsYv#39?*608ݍww5Q_ˑ>SA/oKoig֪ö4sx ϣ$3Ʃn$O˃%9[XSǿHk.WyLPA:GZ:5ke ߱`eJhB6LKd!j m8y\T^UD@T6[Eƺ,!d : T?nk¤c,d;#%p*W@\wc7P]zR3mخ|)VfQ LBe޽1" ?`UA6'䞽% OCAlg%rK\:ʔDD9a%K=&1IקFSǠϹЗZ<@זC: 惚Ϊ+yw'(рiZ5MP>#f:6״{e?&:4W̺{=Z$.,<:񲭐׮Q/b|4"QW7a/n|[矿cx7xgؾ''VIQ #d$DY+ò"g7g.d s`e$r|i,m/ ]@on2Aڧj]}N4X?+ׇj-B3u5+bo*"=)WfS3Wֆ^2"߼WCn.IuaZD`KIm@Ba0'voG/8Ѳ1 $mgO\r & PJu]Z,BhSXCy轪+zqmZ "9(ڭ[+50.1uPzI2}7?);+xrɶCг#/C+b#?A635ʚ ~c)ߘ3.R+<F&6Xۉ2zkCi1+vH erNv#M;OC x@ nLwn2&)lHʂ,ٞ =(cr++]p*bn2[dT3M?<8!kRЮdNVJ8.ⶪNt! ߬/>!YBBWi3@^<>[/!P}iO]y SBAEϵK(c^4xˆݯőӷZĊGL-<7m`BeKЙU ʪ r' yJ&MI4Ml2\m+0I00tyȑJzc!J ˡv[4@.>^4wyTx2;Z(/ ,b0J@x6ItAhMVuHu 37*te0t #(r=+!tYGP3rW2)뒕j"=wba` t`1jSLmA 2Fq2 8:5ߣ1gqϷ1:!I&i>*fj. O@ cx }\ gi-t1.|VJ*L`4t|̫*qa(6 0IG3c|Tȓ8S?ٱP|0hP]Z_Y貸4IŊݚn,)ce49Xjوx 'r8*V{g}x GOǫ6V%_ jJB~JR`I[9? p2uHimq=] ?0DĂԞ0Sz5dK q szPMR|57RƂAl7 nGL Pz瑌 uX(^f5 !$Wo0~[[B7J"箚X/;~AB5c?oPlžA xLɿAEx zb<\X./iZ :᫂tBqCr|@0^3﬘jbeߝv--Bj1T|xPu߁QyW55b<2O 2 Q8+Fq\CJ:nNx&JώPE!d^yGT%HzwmV 8$\v?aiy  ⸔vI]m(݉hQDN|!GUEߍ:mD͟L>kHǔR5;PS+ЭS'TAUNJ@")S!++qjYbނY5$ǻFHBd ֔ "rҩ,1JSRAz>dgxv%Qry~7mCfT |@<]\9fcsw\•*^-YW(mƊJn{%%{[tZ FΙIH@6Aմ݀Y~I#_2P_Teh5lf],PyH bp|"spP`rLӔ.Hny M*z9,`4\&XjAl*ƶ@V}JVbRPdY)ŢJ5\!%q.Ea' ud+:qrK݄f/&>>E9׽{ɼRpw4'x,O'>'/>Y3" @LWp$>~*T<@~),* '#n:cF E]֨JhF3['xZX (t䅉IpN/g)Ƴj |ầ `S.z2 N՝PQƷYt-;zma J#Fj37&0+ v sTkj̐VtODc5@!pm~imR$#oЪW]^} x6vucW_SKv{u MNdVZ:j]vqMFi}g25 L Z~\ \zUcP*~MRCEM/esw`ϔ?:pҭΆ 9aaͰq0Hd+9ͫ-\mR%CJ %2L)fOۍ#Ԡ0`JiWo)+.AzFrCN_Y3Eϗ;+~葵N!H1~1\Js9gFhȄGk\,P)Um_LYQm80rS/OV3U%ṰTC 8C„l[v}o^yמgc)td4su$_3){H5l3t[4v}dno'aw9Sm]kSP~(=n*(T`-`/qzzP@@(ل!;~@p~,g~D+ً+*gx,%X0a P}1bETkqJw̾@ط_|_T@ T?br'1X-x9(Yd;Y8N6bFrzKLfrT.*TXX}['Rf]1ay8G #.4 ɴ+~ ]+xXϮ}V%X<π(KT)S(@ ST+F:u$"vHP1һf2z$Ygj^IJ]`&㘠\pѵ%U.1[n v [D1y@]BoʺbMY_%qmQcMO`ka-%BhF=ƃ+z"D'{b{8.J~C?ǵg/XbiS5|D=_],6Y< 3HpnS*'*:0aNw)۟TfN1!PExS3CD4z wKUmBPx-{҂bRdSW⃸w9Ew)5j/[Ybk\u(d﫷ߥ$Hͳ"/ݗ @TI4qE lq׍QZZPOSI&].*ϐu(׬%k)j){T"ܽߎZD=.NǬ;ŋ7.$DF:t1@>|WEu'ۊz|ع\(3_4~yOhs$ a.S&g^QEk1jweAD̨4=H ph8q'.Fr󇩸I\m_k%u[7XE:s649Kjd(6G' Vs&hdG>RHyz~aCCN臹P;@PgHo湫-X,_괡z;Au~Ƃ$&aE"@X1rZ ŏGQP1}ԏI62 Chh]=#î!ؘ*btuoٳb{%P72!%Ce<.SðO|Aln, ~I Ys ,6%=g[pڪaHAfK>@iI#T5c/cz5q݈qRj7 jn@,|GjùgFoR :lj׶|K|H` c> T xAQCz!V)#D0 V#{]em;R  ezuFj=KuAg /lEd@&{`#y/>)#k): ڛ/-U{ Q[=]/{ί A'Y(aU\pٵ6BS@zcv|W'D@!رgl2d+#`&M g!lBy<#4=6&/@.I6ܺ>`._OM*јQz#IcMڼzpb[2c>%[6*5ֵo9œ#*Ä=^&5ćՁZ뒾x \8A|x{yJ˛ d4s!NI +",l_☃K3ƞhɿhedҕ!'C =nTa%]r(b;1ptjTۉ61MM3j,#H"8Փ`\YnHwpn*64(X>N?Q1~O}?ֻ=DP 0V֛sA]@ =TZer)0Sib{<&sjQ:vG,_!'a H&En"#%E;־`Fg~q_>: qőe7KUYU+}ip*&:޾<`>`P D8)~jRBBd49BIY/nq_MS̸̀ⷓ< >bN;{252wsvu~ՏAH&L_`y)gA ҧ ;9>5Z`sY^ዳq3Z-a*P9g ĿOʝh@]d*L𙘟\2Qγ/ `eBVr :6FlBtvjpo>OB!!u:RWZ]񍘄;#Bb5AŚsYSjpgDՋ(_+ B`FVlI^@+d`>y/_rDF`OW0|׿\Mcv!j+t`ӟ,pY Iև%F;il.e3]ue wUaA^`=a.H%iWJ=Eol ],K4 J{#ϗBg%&ՠC]|+'jE[?߀\ܲT}%],( #iU[?dR s"uAxҎ3t;o@"l,4y{iL2h;s!: OP ;\pY=|x+n x5&w/rݪ6ߍr#SZ+npn߲ٔ ~%Xwe<n,Q0[ 3Nv*Ӱ'Y;*+)׃kخ ``e)tM(\NJcY7NpNx_'{ Km>l=Cu2a0eޱKm^R wFz,N44]ݝ@>#=o7K&_lNrPpM]Sl6 " "J) <&:3'(G252_szN9!b/<`'@.z!Mͩdxl$$M?5g9%@FxI^Lz3VIdj- I{-|cH1BPČB˩rE/+,*J>4cJi$h\Btm'Ip:4|w>vCگ.Nԫ$U1ƝZwy)q`݈T#DBʛNh˭4z8OX1Ho&Ɛit;ZX;,5[}J흹OאyKBDye@hyM\fB}!-NDPJ6c@QlUVL<Ҵ|.<Lr+~/gR*/hi?' hjXgb%40e*;LB[fX,<=C. *t_ĩ'<&4 }s9V!}:uq2T> $ ׸yuSֿeH zS-cAGJ7XvA~q}ff8-)#6*r!q34_Ѩ oг5s!/MN:#@ Wo$%o!aRTp*s)$ krNHř- I6[(4/D)K:;6q;x1kӅ7-݂盐;VDr뭅)DTC$T>=JzdA2NKٻ9ccV~6JGG`&+5.t5/ $A 1]ef568*Xo> ez 4͒vS`9cj W+k${Q~A+}H2u E,~bEluxA?]C@0X<\!ѡNjT#oy*bf=u&oՙ IJ,zYwzIGyq)ȹDZp}j N$*AG\څ pFy4wu 9>P_zؓ^PCLxȁ&9Zh"^WBm2iYd/dVlUEsu`j!؃LI N_"e$W,kM | /iq^_ ٿ,ؕP_R@ bl۫bq4b& Ќ2ٙWܳcgy"ˍPGV,NP_>-VWT/nҌm|pV#}i}ߺE{JZԻ@JҠ9"T BpQOHud]Cךt9+c.FDwJ;C]u]_$dsfD)\cNZiȹ//Q]s];!XvJ&ӻK >REFuw^q_m]o5h23g0 DZ~ƚ QJ`H:Ap̶mz0<|W<~gIJPD ڏȜǀy0We_1xγgOoPD rWbHTa+ޢ4]0=*Br+(_SNi[Ŭ|3?kW\|ޭLN-ɻ^ %獂RQe[hUVUe$$9n#* )Rb7aivu VC]˃![}^gm|ZB[jJ-&\+{㝭,v!Du[N"kf.X3LRC~xtŇqӞZFd7&dC()hM#UK Kx]}'܄t #Z`$e;gp@%̳>/@os mϭ_s%C[Π7hXmU? DU:9ZӿFb$ġur?$~nPY4/□\50ηT)stclm@a3j%q~jZ5}0WXas?^UffEH1} .yV}E~mTȏZbkbA8bJ<%3CJMaQ0:'2\n"O6"o,ZQ\PP':%fԫ-mUzP1$4s!Wv^fAP7Cnԡ >_9G7@ݔ_,0iY=V? WP_upJx![Pfst[ Q"Uq9t$O/_, QK5"lZY?2V/ǹ%ZۺtT 2 f3<6ob_F4XB蘘BJ< 4Cαp${l i.\_LB ߫>M>-'QY n@T(}h \w?B]AеNLͰDbSU~`5_R)@ihaT>."N,nGe1 $\~4 sl} 7lǪ΋fۂfd䙼`N f,R{2^Kx44Ȼ "ӟ!!C f 4y"ᱴ\{;AE]7*ēq I-ܜ0|l1>c)mwޛŤ|oe:=^6._Y9#?Gpz Niyrwjo+F~znύ#)T &Nj1/\_U!ulR+gYV1 D7ae=*4_kڙ퓧A\ )l|Mk ᝊ[ !Do'ZKvS0 yb]8PŃ"bQiP?ʲI lG]t_~ Ql**8FH&/Q ޱOuF~5' '9J9~- jM0- MGdS:? jƚ(E6P`,G P8'nb3*򄑡 W?8ToM0 BQ ~qʒ۶XٹX6[H .ap{;[9NX^UTg?_jQM*%7xA 8E@ ΐ]2JĹ Ͻ]] Yd=s$UiOH@_zƟ mNߊ2#Y7&~ޙ_A p}lI -LJO?#㝮3*8c.e 6u>3|lpjhN X[Rnȶ(Uj3oR{@z2#v/7?CF HcWyDŽX%5`!֥2G@8 +~U>{PRLexdy:络>}[vBŁ{feY m*HZ4Lod]QIx,\Xv&5_:4K.;.T)R) #E) {6Z!7}. C+Ϟ.T@g1tG"Lا sz/̄-/57wЛmw:!;>MueGKL{Y S6B & FNgV !^S'(V]8Uum@s#Mܝp|;fz5O GZm~n#lЁX4;y4PT_潚.cw6_1{}/c!|c1Uar6(q _ /;U_[%b½H(܌r{ j9@M'bCt?\)tdt k0 d^]A9GI]rl|G_hQϟ't)bT'-%݉lrSjE)m[Ebnٳm-bx֔hL>kL>R$/ eBH>BiOO5ã Dq%X1H_vOδ4 ?m1aYf]B(ۤ C|cEfFNB&Liu!?*W%7J+mٷtlGk"Gͼw`6, Ք4haM_YRRxΊ͑#_v㻑h"*<л D6'0fi j[pjĸ\ #^O7{crM]t(FF˞b =3xdf۬o<˜TR*di] .'^^By$|.WSJgY#)M8.9=G]jCZuk&*!b(y[Hq%7F1lU=+.|t$ ?NQO"\#QBL!\\-F&P j)sv"2z{gG'i8#$1*29̴d'ֱΓNqEhrCmkD/aX$D2!I/E ԹGog9ׇl[ k\*qThj#t‡l-Bhӑ.=Oz%:zȟ^Dˍ61XKH-`2`z &rdKT0^LqEg9%$C7牁[ؘb;݉:N>XtBQؿ`3s=.Pr{Ǵ|o؀7*DNۯ-2Uثd+.-9('5v6F~y) V!ب!/ /.Й*s~#yE0y_m#VѷМ/ oƠNN+2`()\8vfD8l.Z@J^դ/xG8h#"T RTKAL澃R}2!=dOhD(qĥvXt3gыbU0Em_!v#Y ͯʶ0 jvJ{"GF_0و@/#EzRg] W`2윞X+Ƙvλ{^,6kH9Dpa%=vW]=VeH.&Ѻ3q XlPFeKi}Եq-㤻.IEq]4b[@nJpZ<~>ʿ)_#!nQԫbםT\Dd_"Epj\`O{T*r5zo"Lإb.;xz]p5혾{1 Pnpk\H'֌YF)>Ӝ]w!;1X~g}Ue=K߈ 8Z<` hw?ZG)R*ڢ-F-QbEF kdr->a 0 k㶁n`?JrqCd̘['mWx#SZ`"gV=RBIo&Q%)/D)#N`c윐dImB蒳Lgix"lEF%6M*WBJӦΕgkX{7 ָzif8 $88n)ʡ #9Z$xF2%*Lx d*d-W@,r~ w qqO 3YRf=ݥ(;bf;bQwV6,bx2YJ@-ݓ Q '}w.؝Y9 xu(uw< 4G|)RZN3d$F:ľ/8衤.jcugX| v`9쳮(8j0PG D?pgveuRV3;[S$x90}?ƀ@ *gz omHci~U0;A,cP' 5l{,[\8+,P]ٚhì*v/[4xy~*o))$bvAX8 BZ1ddY;Diw+ΖwFq4pBKdEǭ5?.@cgƘۭ`ݕan AYI&AaXy"l9g}dA&/Φ'mH٘n›ƣNIyѼ/uqh[faEؿIOC)Oߊr!UZa~B[ќ< X,R̀; SOFPo?I}6 $F]$ .ƜvIp*3ksRe Ɯ4Z+eBKg1^~rX"% 6vG\*o}xMo̯A`D)_N`/(G5qOUp(0דv?UeE` B/Vuq ݁]|Ebl%e :]-klCE lY౽6 djTBz Q}b.t.OzK5 Y&:Kf^6&01<0ZD7yy=0U@t-qz p@lHi5lyb .ltF6(l=(m/c$cWp`A?&8n1YG'vzfW!7ud_c x,<[^aps^]קhjz7 yT슗3 ) zC_:"Uews )TL{T'Kɦ7dS3ؘ ٠S;,-+D{1\CH"}S"/D1Wɍn WvG>sym_ 1g?Ai0,(f)8ǬGTTdDF`$L@gvfsqp3^RyЁ Ff0ꤤ{ݻeQ$5uhgz_@"1^a2}o1d]mIK[.V|y! O|6Х-w":y9> d- 4N#7 +󷿒리e1P3ݢoPr=ۥ\0j"G|pXfTǼ `G  <7WWX~'S~6p&c5:gTo+x\%D^[(K.X\ӠXCHQw>tUKbI/k}a»fMϿ~֛j)^=Ί_6, K2loKjGDRgKӇGÀedt`Y:O]K)'96&̴@u2!aʕ6߆ ȰݓMgJR{~G(0, Qs|y@}CwHMmC13Usjr֪`j HIv:{}UG~aimzG&? ,#hh@,UyV'y9p u|k4Fjmǭm;ݴV$>2fERORNfhJ~ ji bʃ-p jb{BdT8~l ә7qOhAFSAN2fgZ9t6_^M Sb'@4^e><ڡrT, 5n?:|=9u;`}#@33Ɏ\ovBvY?ڸe`o6bZ Q]u;F( L3'd.bIUa V͓F)yn&Zq ّ'AM^4#Zr'1';S^:C^;J%; }b7 OWpl{a,>wkփʃ։D./eWfMv0"A'VA\N^DtG]J&Ѕ"C0W 8 ZZbj/Hr}(#(niu.'X*AsM+nϻ-EFz碇.}wxÊ8"Mc?8b ?y75J7il"BϑA>#K M0ś:yc8! 3;>mN7G:6"*6A֩pkL{W'Zf)Rz! FuKy dַ.&m_KVI:([W|nQ1S3­j;e'gOSP-;u =|f(zN<prxZmdnF82( ͔YH{(Ƃ>Hk<ڬ5Ԟ M K0s\F^mMKp囪-3X/-n7Z*}P]!R Ϸ-0G b! z8TP-ƺCVؖjp,EA i 5R:&;zEP6‰[:9nc?^?> {"\@!\Q,^%;ůx6Aq Cr$Cܴ_Øb1`6hyB+I x s:,;@k^θ|X[$kSMρ(&Y?\Ȣ~? {l(T˙ yDR76Qg\]飩ǟb7 P"b{<5țkjt x n5~z{*^hF0g?`\U⭢8OO(8AŝoږY¦6U޷`>P@ EZ.ΉZ X"劬09`ԗȌ.uf+ǾNU;Jj~nM{pλka=[m$cOߊ5].$Gt. Qzݭilw ^/o2h%wE T/tVNyy 0ko˛=t*O<Bщuvܩ'ޞך|%8Nꍺ}g4ET.^; ?:zɝ>ssC^A,{zo;}pыGCHSݱMjsYCnQT--%RaVـf*9]$sg +ȴe*e=Ln;J}4 )1՜mlI]uۻaiz~㒤=.W,iVpDKKlי=+U*Ʌi_eFάr8by1#r$B*:ppHIB/aT;O)~tYE`1YGP lǣ3bib{tީD׽ wO5ފIٞ.'rt$ǩn$DU"Q.z\z7<@DDsx =U#Z|ܙ-G('ܘy.9~Vj6َ 5*"zyuΨYyfo5j2 jhihW'%޷}ڮǬxTFC:鰼9gTS Aӽc/X柽(zʗ^r)Yǎ8CnڶH: GsCR@@/C }T~/Տ Lw IM"%+EgM 3 ÝF/KduN@ M=m™ڛ`X]_\+ZM '\rPTxq>K_v:rFpw6paR ܗ2^=s2tW~N9f#mrnب1\ׯh{KAbptÒH JKs@,f]ˬMD\2&&c)Xt֣:#\~V0K)X]o@nrX3=3yDjF# j7ۜ>Y Y󘯝C}ud$rWeh`,:"fKVFےrFiWL1 Hcf/DWeq|*N[)moe헨C&Xn*_)Q"p!M¨?RW^\+%}~RHQba;08v} 8z7#WmCOǴJSYԇnTC ` \D:A :3yz;[OE_\Wze*LMϱFWOW*!-e$m.@Dd{ RLwC}F̍ƳW`JIS冬Hx{1;t%-|J+<ϫĕ^(|}Qu?k_Mg)7kZ. dQdχ.dF. d F!2XX铁rҦOGN +bʇqiR(_]MCSp} {%MU/5л!#xrk4]I>Lʥ`9NKaZ.ըb>e7&Qp% lO$͚kl?V@ yO/#j{p{az ꉧ 7mYw;q_4b␡ΨL"|dP4́;MrN}I|g[ITFg۪JuLx6 gK=X$yHMUu+X=b|K`SbKQӽv( |S UZ }:в@Ffqy}Eh޻ }#ObH\ce](Yskƴ@#_䉍WpQ󠝜655vøV^$v:̫^([ X2*T+rqȵǽ#_#ph[ MnY-*\'>/B|_ߚ'yQTGD1e|?A_}AyKRbH1Y'9 L;&\~<$VyG- 7 v{jM}wXiW$u~0pud<|O(#ja"87m1R"O+cP> 'GSUJ.?U$X5mWy&[x9w%GCYVlB5S4 z`ZČBZnL)92OUĭ,@eU`{kȌX3HσP #.3Dd|"g/]HAŜ7cjm ] Ty2L9o*2ΥJSТ0&3{ABN<BcG|@a ɸgb%7ߊ֦mOy%5nP`.[N^ w˸* /rOEYH;N/ ݌4OxyM8jYH㿔P3i5E/zu`f#XQҀǃ(V>u}Y$ >jP6H[lyO {&5,*MycsˍqdդEޣFQ5PzP>T sӾ2*)v#pV}PU$qzt=,+H]Q[ޓo~.xN_;m*/IQoZ1@וye`v# sXK]ev* 9_ޠ>/&[-/NbI\.&3Zb@9uiHXye D+tX'vcqt?Rx\R0\YmV%\@W[vAT*%,gƑeR>e!cly^t fPЃ{&݃OޖfW8` C2 QE>W51!Y T] , v+Zw}d6 Mv֚Ӭa>9nAe6[hW:n$,5y%g:[hY/&R!*…MQÚ :Z'n@K}tՈ^~c*F)Za+@Udn&L Y0n;8:aL` :6=F:Qv{slDX.vN5(wӒu];1Wr2M2)'#cgdH)';U"q~Ɗ^az`5f_,oAȴ>?⅐ϴ?mn>,V섬Ey /1^-dR?5Aŭ5Hx5v|Y7\D,K2;aRDtwWܠ&YT;=Y$e`&j pӴZ" 7HKQ[C.߆;4ˆKxoT16~Ul]o/#PfAYW Kv8@r&0z !@eh^fdmT`&p!mR]]moc~" q=YmhVjZ֖ݜ{}J]O%[^$7^gg4K1ąa¡_tΈj3Ss(0=-{uVx80-<`?mMLy 2 g0]-6Y[3 ,` lЬҨ^1+k;zֺ;c%` d G3uu3nD苼#2">#xE!+eD5'za:dhb4m+ng N(zUݔs;yN/{[ P i}LMts(9_m ؄0 iqM (-SJ \$WfSo?xTUPFO"sH!vZ ]eoaarOj fD*Gk9Lw^b(X@y>MuqPJ-TQG1^O&/1: :AɥXx"JQUJ0l }kʋU*q&\x9z5ÃöO~TVjg73~!N$;;Yw+Mٴ/Q^[R'Liμ>>ٟFءsnR-s.ZnlZZ'L8I!woW%b~͗CߓzM(5;Z5J $zXr"{7pRR tϕ-1o@ֲj3:Jσ+ DDjńM%xi[DY]'ET-t} :/2BbL}|lTn1GU}@|?kF Ɠ*P8 -JIW F9~93wcf .7]!tbs!7sl $vA<-Z(:DE}$_ r͸p ?HZ}.y0oWWfi_2|zE@߈1.ڀjԂ -ӀODC6PT\?\`ݥ{Hl S0!Y_k܏cDX~UOy|ޤUjq}Z{4)Ea55$S}^ nsH+O.Oi9KMNQI}[ eP X; },Џ8oAQiԬ!%b,>jPʿyT4n}ݶvF Lӳ}!/]@:%/#э{z>D78pێ~m@l<"zk#&&RG<ݹZDm~TG} N+P<z;3b]ÚklT`Z&?#ײzȱl-Qk=@ cnX^H01K*VsDh/.ECqv8!/V 8ԟ_r DKѴRRLᱨΨ3n*v g[(' YQkmSӹHYC}τ+d ]m0]fQvf$d#w .x&fJC_V6gԢD ,5W7: eVƴTnS{j!ȰITna z]Ri2ʔCHm)ݵ: />ʢd) s(er) T܂U4Pu O`BXmU4eyud5yk >alYY]vig ٭!E$c_W;NE; DBBJ>/پ?i7$OswEVfʥQN<7^ !a#+[2fkjO)DSgO*MNRJ [{cq ˙ve0e|\GQp Yv< pgFFC2JIsB'H 8W)aGP,pA6!7Wi$KǍ*`W%4D<91gxxtSyA}`j̯h0j߼S$17CY4xl(W+M& 82 %fX׏N㿇s )L#"\sGY lf> :7+ݱ}&w)pp9<\֭0Ѹ 윛sB¥,{[s=z1zcWzu>ՔD^F(xP^__ɰtԌ#t +ijTe㳡ҭ  ;sXaOxn}y7NO1~8yCOGU=kPx ]d5?c+O'߮g?FWHn(ԓ ǘ[Ǧ{,iSܮ5@0A6f~ /SIQ4)lӦOD/2Bg>*"L{,> uR~:_N2+pZX ɨovL Æ ՊM{N62e›B3@k+~|͋\}?\J$>}$ޚp;(2,dU=7i[-Ė@a1]2$DŽPl%AݝܛdaA$sI ~@(ȍL'T\YCf>"W~Ccj"㻃43J'^p# dnC7$;j&m0dBs|yF3#Dh}Ce/{G)$-RغV~t>=&:Ҭd}:2jϠjYt6cO3WתBA47%l1s,ta6 r\ڏ fXOC_(qu fxǧsɥ('q`ǃ̶Y8 p;њ,iz0P:A7v&ǧ&j$!I j)3W}S.vOTWE.cV.SCC]:ԍ~b+n x_ p`"i >?u|Gq+?Ҹۃ "n2oSLa}jV>[y {O?2/Rܫ>h2/~LѮ6`a |*uLzeߢ ?2J*dVzA,Js­|xtOs^I %Qq}%1cI+C'dD9=F_ȕՓ(<.;3:~4'dr:lqxk <㌅ }ɩ BrgBakl{oQ˽WM7#c5M9S./icЈ+mp}Z>Y%" ̩ X˦F\RT}q5Ƀ[K'v@ ē cZP,*](۵`czKVˢ&nmOOO6zMIH:06c+wƦfyE1B}{!OX8 -yRe]r\RZDJ5hvP-p3dE{_ϴ'T#tċlO3)aF$aT4 rY|q>`lp6jV e[_ 2 T5ŀUpXQ Lb 7گ~n+廡)Z^ fdO`ߩ`J[8Th ]E-cuW K۷V!&Fֵ"\bZ^Ѹ1gg~pvo'FD,{>pDF//µֺ!]A?흂}Ȳ~}7m]4=AJ M/0 ;|}&H Hi ʔј,\^rAA^;Xp/b'iu,ZoyFXGY#aZ)Av8ɀ)0vG|y:}:\A c:p #[r;1a@Z]qpPoTM+^ &F͊=T] FHw5BW>kS/; ;cVOLsRv1{*k|Tx P8i#hB'$9O sH5="% -|v/z$+,fugc0Fqi58y%&s6VmX˦;Ţ5I( G 8{ެC}cpkW%%K"k k YC倾,Bi 1:3P'J彚z~n)]0y/}r\SY)s=4h.+!3y 8Z\w7(0UD#ep%ox Ztc*`r 06LbѹܘS$ R\0ZhfLXMa$~p.RT )|ncQ{Bn…uOkT 8]vv):>W"2an7E@](TN)~*63] wbnK㫂T%_p3)ݫ HbW] gHc+3 [+aa*G iJNhRª}.ɤH%ʨk1CftZpfGTiVsR\քu9(zD0|!J1B;hm]& R9kPzμ6l"K՛{7c+{^gfbt%II*& Lg^љT) ڈM0s =Ȳ(6$UqJ=lt@_޴#Es8;joXQ0! ijsƜg Q叨ig^+? b_&M@_+z=P4ŎBϸ}!٪qncK$_ib9{Ar8rA50*وm8w]]i3__f֦SC(U@Z·؃_ZUU$nS`P]`- zW%צfؘ,?TcT,ުGN0iX)=&\Bwſuf Bz7i7ͤl-Pܓ5uj1}# ,%2\R[7mJ *WS''*xπ^ۤD9hCg&蛦Tk˩E[r^WZrt,,Y<;)^NOWHڮ ؅^LC0rB͂j} Š^hUftvOPz'`/TTiPlGmu*U*^UguUʤBFlOT?(Rcm|:OPkq:l󉭶 %Br4t?˩7[Zheώ{ju`ǢV?]rHdlTTqg{RcX&UڏFzSb 6Qi;yG+E !ߘ,l˧&]|)rً61prX3GF2gV,D E>@/BX5mxZ{{ܳXT3a Ѭ|CW.N,)4 $sOuN#{t^y]DD}q`fE;d?_anIόJ5qkd۱X0~S8`G=N_D?%C$GLY!Ϟ"Up֓/uzD$uhҩRL60]6o(7:%D$"bؙ1pJŽ顣 cod04ҰjlQJ2lgQ1 6\f<C3-SK[pc=OxUc[Z fsh줧C uh&nkDXF'UN4| _>>LPܴ2)dXڶK q6q|%$x`؅<(;URbQApuTfFX o@]Kb J@ǁ <i@7zoZo:´ ĉp@5hXvv0g Hz&d2O+d9u[̦r^N v *N={LbO`}b )+=zw/Rv$jsb7{M<)B-e'nJJF%$= !_YT@w*43zN{H&Htqz+kk̇󺝖aѳMmG ܚ`f+9N1DhsY6aݧU/zhduvJr&k^6ES̝ދYezRo6ֆKE @F(?I u0'SD$GHM,m>ax~9nG5`*U3R<ўݽ4 jMe2=!_G҆1Rw/2̠(?T̈́N)q:"9 X:^TGnwFm&DO,ٟƻ<}@8ۨZ -see^npLi!uvO)zG7},,ǙW{OӇƹQQƬ€+9L=~up\(PKe'0%Sx@ (X`ECөiFse ʮf8ߝ/BT[>^^@NNF9x~ 4aZd@Ύ͠ Yy{MJAJ![*ԏ.xXxB1{}=A$HZ[N]nXfD^}ۦV7keub2PRI@Rѝ%Z,Q7Eu@-"76//>z^:!MM xd8nXK͎R2dg793f&:MN(l)X6g1`urv}mй떷_9MX•ؽ]f?N hAW T\ i}P5PibŠGj*?1u/s9SM!rni[kYt)8ӔyMށd o <%Y$}^4q#^/:vf V˸FsԗDzlL'LEKe7Gɢ Ԙ[pEZqvcnGV"6ĭ2t4.,*6/ENK~w[+ڑϜ`Ê6Sz>^3I4iO#z%Io6ۉ4\-5t8ġV; +"DHg4lX"O4?Ay|9Bb!ЮFi_9Nց& WH`?)靇6G^꾂ٓ>~ē!O\ jPW3ThoZJ?2''q6DV,sh-ŗwpRDB ʼ`L Pn^$?cdL->]!. %ǽ=Fɂ,^8>;l:aCo/x|j.%(DM@#[ЂHjx5UIõe "b.ADR]%vBQOX-0,ca`P&8̷,3bj e`TL|H%B$45T4 <#{QteZtdz7[Te]֏#rrԝH81c I}@ӘyׁL$/P܄$w}_Q&| Mz2No34ӕ@]@:њXhn6({#x!SEK ;~E|ְG D ̕"V_U7_HB[wIrrNݐފpp}L]%G-YR]yJ1L,%̫m Ru'HH#eN9=#oHGդh-/aBxXԗ,1(/!ֳiDϮt.3r.(,&:g EX<;K>;}T9½J6rN))jTV$|,Sq`?4ۦ8^^""o`8l)#qm(tLԷvDGrEyL~.7D2α<|R+a5q|>} Lo}vS8f}c$(v[ eTBюY;YglatBTqclj+{F7*,*S5"@WO#b̛ffucܸӪжL]8tA%_:+PɃW%ʩxtfosmq\;XJ_Є  D?|EqG),JXJokHz##X0nL׼n|a JkΥ|?1JN/b2Wټ*͑'(3KfM|7 ;%_5nBa֎VN˙r`麄Xˏ-bm/.(GkeW1&glUq$^3~-10I_916du2dڰmuw,9jsT56B0[u#[ώ5]0$lTwb$H b WZn2PySaٰc.@$O{[s dċ %A7&#խim4sb$Exwtxv7t{iZ:ɟx N'/^Y`tEmhj:ꠜ[>11J8zҕӛ8(ҋF2;xjy4h}lԷ90=gqMzcCs'r9N\Y>Z#uPB8Y]~OZtJ-;Xm_Hre9ܴ1>ԇ (T@n5~!0(=SNHPCC6cç7~d.o9Jl6 KzcJDƑP:%)0yxpGC_[1__1*fD >w -#1O2Gވ E5k-9tx/qKZ9l&vI4C{ z>JnIONHPxǽ;$y Va鳨-mblZhB퓴knhz[iÉ p@qk S̿v)BUsaBcE!4rSl"/p-H 9Q))t-#t^Ƅu/7@F)3dtT#ED=UUijcQvuqCM%>a#L \o $j|p\/ÄcÎ`k1ɆJw'!T|7TjXz cQNVZ?| tY2BM$\Bhrc:u{6xBR{v)g5><:׌dlFk+_N'g0NX\\Lu`#9@GWͰ,S4J֦W'liddc^xr~y>%gP4'RBFw }{~ࢾ:hM $b"Y7XUqaWKROQr{e88^L7f*'cnUB T "]} a Nr/:o!OVqU9R/fӘLa78XM"h dx%d+ ?3Nt-C(U6I.:u8.pۑKZ "r^3WT*%`t?2g~䯶BCJh}IgQ"4W_.TV6(Mm}=)pmת|4.뜔dX1wDK3iީğ޹ufE᮸5m$ù;B (.*8a`YSNEPˀ$TˆN ֨?6FRn=G7U=J haHRXwvv#鸝_S#5 !p}uM1uurL5̶ؕ("@~g8&}$.ﺫZ9e3eA1h2 19+ZSj`V ֗Z ,p.uYVaڶMslXp"s,~jy}@= |GtP~y"$6hz>ύA.oC0bee 8~uB $:^Z,H&<*Qxܳ<:C&v=֏$ΊFR!./ ]|jX y veZQ))`s+!b$j΂/kG1G`kh.ِqU2gbUOR̓CXW%|۟ChK_0 Q:qh z bwGQOt轗Il}QÌGׂxp]tX4d4^w_D[й5et,^+iOB~KX-&?6hD}23`ݠ,)jտۏ/['FxbacClBT ;Ez3A{K֑:?1vcs t;M1ݕ$I{r Lhƕ (k tZp"Z`ERcJL#,AYNzG?ђt-0l`8+ٙeBAabqlAVG2Hn[^_׈̗]䌾tTQ.`- L $lW$+3H1B-̟E(C`gu`2QZdZLd&j\J~뵘2A62Nmyϛ^14 h.t}wV/ "R8S|^q_BۋlW{C_R Jy]T3uZ}Pϐ&˳ҋUD|",n{϶̪~M*$¶H\]V6"M]xSDIr#@ƴv]$IR~8 +%AU8eܹhA%nț|o!LXTm %6EOCиwW̰ћH^,li0Si anv!/; >ߣOoܐoE= *Էy{.fJLі&ݠM8E!x]"VRj \5rU@>yI| r~C[lpUU!qNS0ڤGZdW*P cґ.ݜba"=!UO͢p(獍uӾsCݎ1(ͰU˴xͱZ(ͣ7VvfeCQoMйN~rB'r a FbL }',p.E_WLʗ5o#V0/ CG4l$ɱyKI-A1?.e!teayCa%pR{$CMN;y7ϿǟmFATpYuWzG3Paڂ8f u)N$ʱ,{vNn*? } E\D9H,]eN o?*9/ǚq)*ȧ+FoODAG@A:h8?pQ}S߶ O{C龁Eof3ż %5o;T#JrMnm{,vHCb~t#Ks?Ii(FZOBlQ"nOK#t% O8ZOAqYKɈyMBd`A_-n;kY¦`ԝ@ypA7L˥ ?~e<ǯ)یQ6GAsZ7Gm8)p Gљ YpHy$MP,?q< lIw^!۴Ppf(Ǵd_1 B` A{Gv#Ҕ# 5]fiUYPd`" wXRCnHr_EQUV:c*"ϲ~iw0 `nixF J7`. 4N8G iԊ~gg3=wg6$,\v51-.h;Y2pAPOpH8ݟ2RL2E6eMbA H/)L 7b66k&~z$Mqo,5ʷZ;8ejngiD{o''HNq]vX59T87AϬ@~%ꅹ4Q3'Ng@մtyVVS/CGv9؎z'\@chlx|&o B` Pb_`֮H# "4>5fd[ujSkn)8M`>2k`x\i6Nߨ`ԛ]ntTo=)ˣ̘ĉ# 1B DXCb7H~L XtM35LQDQ,{l ]to+'4--[J8@- g[R<RWS|X a8_!8,vMIC:-!fwtb`년w*iM-.O:uN [^uiN8Z4 g2oдbgm0gVʍtV}#]oBj?1rx 0U$#RW>ʕMvk 0 w>*$Dφ(8 Awnm?!m D. K|9j tػB+QƜ呔zߩ_ 8C{5rs~`K0\{HJn(,~]B=L %l<ȶmC2ZG ~b}c4,(u!ҒTUtØT /?.dN#QhKdl{ũea2kk=s,M:W'Nv& ;DS$HZֱzgO!ʓR5!&A PlUlU`*Lu3nges5615jM9, F%)$A@{"~$l4럍|2R;EIǦ/P'ϡ#OrqW}++ jDjZUz^ \}y?}N?8j .GC>y v6/:@]PZ$ l#d x&Ҵ}@iz1SӮfߕf:%MoЄ/ }уg*Wa>3& #n'j+]P/Y 7w?#,v*X)X7ucx/\-"g߶O&T@ucZ;6?h=(~zlW[։o@QEDwg.?a we)Vr!~ mhs\{;ks7AXykC2c6tčQmB:YSx~Q:hݗۭ؛K5Uh}I[o3m;W qVMd=Ui%-9J^BRB %rLdDiχhӝӪZq\HʶcI z)"N%TM/j] ^y7%zk qnW;q9g .0B_Z^_R(DGnE,$N}4]0rtZMLv,] T_II~n)D WaFY-W=}--W@iMA{gO&貗c"0:*:hBػ Wd(,Vt_{\z\%c>&Ka!Xg@*&|控PV5Pj#]ߥ'qEZRךnjG(+i"(.BzKR j|_1-ajCmu=8`ȪN @DG>K'.! C3] HɃkHZzd~ jcq<h4]N܏e$+)% \|DmҰ-lDo!?uZ 5*cDDiZG irnzm zdl) ؁; `q|qan=d A{ [z̽ݡŦ,@9+ *->}T8+`1Rij8$mx2+a3nRAp }P&u{>?IFN@ǁA)5{dU oNѓ ؕ]ͅ+:dR'e=Ge4-yjȩO+aL'Y(5pMyJ+ C9Q#&1ۥ%Y<1*YSyp}`wߕ83}΢FA3meʣYRT.+Ju)S>Zw24jԠ]fзLG;D$tcnZW .ayT"ː\i^:5m(e,.cb6,}RXxUA:K^z׉<-clBhZ< ^[]ސ*EɾLUVaVwةudv"Es! jL ^c9kRgR KNwPjmt}a7IDgߋ˛DuT>9Z ̐q:{`i*%]bC;[|4@:'%a~1/ł㵕kZ|vpڦdliثu3>4bhc }~R;z; UOd\j_yAwڸFR.fRUBO پ{<{A4.6Ӿ oEPmc@).3t7w߹)M n^0|U?@7Cao*5j)1" ~jbP9Km"w]0zH`} 'brʏs*#6'>qɳP"6\kLV;phn!a^B<3PGqSmsd\>pFh+SeĠ.HcΗͫ[#vkaPΓYz6foWNIq{ Y|+NNWPG6̫=nٯYI~mtœ="M%D.$?`̎vq9B ȗq _+}>\ )4g6nar[Y&P](Cev]ѺAH*; vI?e;^M#ae9)oc74 &_df!I۠({9v?†*d|S#'Lc|2a>~&iPjQϛ2jL6*˲9B۰͉f|yP#>zp${Ӈz 4 XRdLP܁ na `S=/rSNxc@سu/x)_r̚:rCWLju?_8k x6E ~2P$У2XIנDvB=o}Y,'R1G5N[+A4O8Z jC} 楥Ib JfW7fm>IB<$=Achd@}чqMES.Q2wFn[jv_O؆^"cԳoMpW.-Qz*+pGcFq^-* 7+c*W>bE$aXnFZB, %'uMn2gm'O=EYe#nI YS"g% cQjE:4s(SBq sh– EGjh;$ , F2݅9ZokBSdavqi/y1ªvƯ5U]OH?D) Wy#7 IPx Xܸh ZҒibG2O W y$؈S@1_5>\zΕK dȎuSLSGhwʪs9M-JO).&V2:2FS"7GhIFG("-,tYD|-l9_ΕԪ1 s~$щSWBVl;π-1Mc`;ur6)6p4 p$L'I,~Ec%GBt % ݶf1&~QWGi ,QCͶ 8fg,n gN kIbp9ik+0S]- MDm00lf3'+3o3E>) }Kb~3I`b8KJY]7Bke|Tdo,wĖ#Bn~ʭc[Ə8->\#Tu6e1U4L}7U =\VQQ".tkA|R;a|) L ta ɴiK%وM2` ^*]mPL2f 1܇Ƅǝ#Z_qxUQ5^S֭äB{ፗ:ؼ¦ bWՄ%O( nSkq]M1;(0/-և–ϓp.uRd]ND9aew5^d+fTG6G\tQ@XMd{ j;D%3I HԤf2^ImCX,rovWSeǬz7# z:ʒ}37.T#rh|-m!.zFA D|sN85;eг-dTF,.W}$Ax\*akL8AES~wfYx)rG6TԒiϝ[s&K.S)Ϟ =2Π‘`zm7`CXbuf.* zQf>1g].($He\;)Y:L:b:lquQ\d "{J)wǐՀ;\9a ^kD`\}q`,VUC҃/_gN0 .ـ)m.i$>mܤyn7:8fF$fg' *УK\2nH|J\aQ%j2n#{,kX1ӎ9Z73#Ƴ"һFA]-=.DS̤NzI0n)?=ϊ:e=!H 9HZq4t KzNyω!#|!{:;;Ky}7kݮ+|GF. %AmNqy?㋦Eh>G(7eg [ZqCmU.7,^}d,$2wYuu^ò qh,ۊ'_K`~W. V?a6T]P ixg%'̋c;āC(9'#fov mV..l騜C.ʼnUQe WRf#%Bw{oE0xKC:5l {<.GCYFRiڌPCp - KKzHa Z^[`IɶV22#w8N0Z!lLmA5MB?bA8Ҵu84Ɍ6#1T#eeUs460$w oǢdRghGUR,>i k:+N-6"G'~x,d\qkޱY‰I4Y>"Qn#?W+m1kQآ[|+f0ni2600_Ma^[8aeѢ/FN{ƔH6ێT^3Ȳ_{ ]4*UwͅBv:-=pK_r0QBwW Ais~38krI\oh`+CE+x.<$}cWƹʼnu7=.gn<*2y[W}G{;s\lյuRVS|%B+ 2b8X&CҶsgW#teS^_.ƬYedKC*7#mZCn ħ]'x8vKg۾ٍ[fj%. Znj۱}GNX{%˻zkpCOx3t D4 ˄}ӕ [IEǭ?lA r!ݶȵ瓌C(#ڧ&wV]; sŸuT_Q(.ck{8k04&نce\c!r8iqJ oT9+m~~%}*2{L밆fu! 2i݌mXJ]Eӻ]G{@/74BhAB).a^Mh-g1+} }!u-~\y`2U]b" pFj^ѺbxrJN?hM@p!$9pX_a|ښwB>Y\-G f X5 "VD`jGU;>DbŋFŶJ Zb ѧPcT%۵39 RQ>lԇdJ /0گN&"g$m}  v)M@G=0c[ua/kR]gl_,W7\!4Jp[ 3l,oPLb")?vJy3|r@%-d0{-u+o- ]:hdАa"BoiVҮH.(:j'Aʨ[ ^#r7}ܓAt!cC {h\P ;]C\JϪ'J"go9+faox򳁝ڢ &7]2&{*c:pgEvޛU jJfZܺ%o[\+b4{^y=1i 90 KH+ZJVXKT $ȉ_ɏ6Kfp{3'º՘s4x6*MJAaۊI&BQ!_BJa'#g7սjhbg԰iFfߴ,Ɨ& rɑ#DjO@8m;QlVE9?'~rMg lUD\DhxJZ&6|% 1tAWȧD`&\ѐS{{Ep:@]=쳪=R8rbtc1 /Iq%fvzeNcO?^_Bq]#@Dԟ'snj\@nA6wP X](҅=!XG@Lb܏iGV I G`^zDOmk]'ʌc;?zbF ,gñܪVt#ZQP4"'K-j$#}!ۄ]Qte?$<jV 8}["k};iEp>yc0{8ߊlGi~=:BJo-b2g+<tc߉mlE=WN` ܧ:+nVPjfϣļ@]6bQVi\3Oi̖7=؋sI ODIgׄDD?}3>7ϴZ[m,ҷ"8*\Fn)#PXulPz'"3LEsǻ|ħK)kd5a,EW4n;1|pB _&$EDj :wlIqT@9F4lǀl
(N b mfޗkx@}暝]-xSֹt/a KU.JepMDѮ>WMJq!PD m~ƹT#?x4ۖPr+r^7Зgi67K#|q kh1Կ4F 87$'G EhXwIf=% ŵˤz``_+[(;ЛS.tJ땘kfXb¶ 'n*})E]{{9sׂF̞Hf ֡:eWBtW46[jzYLAZtFe%?A8[⧙öl0N| >g@ھj4X3p0<[?%`uKYeC#l/> 91JL=Y"!J:2pT{Pi;+!Nï'zoUvx RoRFFc@EJ-itdA]ݒHyIqbX%[g  %_ccPs̞E"i~oRu#y paeB"=Ћ ֪:UzO/VMHREզ`p67B<>KAJ1a @dZv]"*~9$rof&2/SP{zJ\l,QNVow*'AHf"Wb{u/|U55RAtU|l^D.(]W3 o|@˃7{}*^BS]GWh{>:ie=үdQL І1xw;ytM<W^)8!R!v'B&9Pc?ڱUD~c( 7Me~c)a+öJ*B=Tgh-O/ԑvm$>MBD]4XX3Ai)l;zaEm &" ! ͙?"(\FPA$%arFr\%oi]t- Ksͦ/`@f ˒&/FPwQ(VM;"& lZpCP9;^B oY$u8:锥 zHJS?p4@Bzlӓf寢oaV>SXU͋xD(zMbZg̏/s5LF$'ZC9qAE&>lcc"W .<@<7طA0V&SI%f{ ޾Yvr)5Rwn^IV~݃Y8{'6afd\rbU EqWI#]ck媆jgZ~ XTp;̭ܲ]>\V,3sKv@Cu8JI.CU5='p\[AA UZ5)EAE8L v$mLiL$h6IPE^ $&=uD|A=iQwm Djܰ멃&6x.UNL^8  h%h?1?3,aBg  Ӟ 1e T#kՑko')F-vInFFPӴ^90I GxR\A)ȍeV%Vy4!<-T*;?p쯴?T3D󤥾,fAcm<4bwU0Cx=N7VJ֨^w)-;?7KqRxz~?Re lY*kZ/1*>6#?ka6C\EE'0Ws9Q2ߖ+ᰐcJa,(|ym%%e22jc&-(9:ٯCSkr A',TA3ʆ[iweqilúdm:(˳ܤYkQ0sPw@;a>` 4&~[#!Foz*~Ut5ߊ%q$MX*!AȔtA!ꡧ|K(@oj'lQQ %l,[Xo!so(OI$ EjgsC6X0Cv`,XnS)^6ѦhEX~f[oo6$Qe M{Z}m|6bY ]_|DvF]jԞá^񍩾|Ԕ?틡zԼ|XKsBD!~\}6.GƔSr~˭fA.MՇltTӔ&oa&33VQKmNN0iv'$Ycnʜ3`b#MR'mN)/tZF\F̻{ ȥ(ni; X^ێm}PrtUŹȸX/|.{דDdϏ ~h,Sʪtne^w;hDqEN))o|So}4Єw0JJwQ 8ybF5u,l)3m9@Ŏo\sc)!J!p`c7pz"/STN%f$?JЄ%āC[+-U)|#i͛Ge$T/dɈJ$Q rHKxp]3߬̚,Y /+ѫZ? T,K[Ll pWɧ"ڞ_)Ť/%}["~t2R+"7 jlJ _*11U^ʂ%f'=;ENn[7Je!K㡕Uv^U71( c\:8"u- }/Qbsǡv5nѨ/0BH8>1^ILUR FzPrR 2',E =g b#)Tد!Z%]~96! F<3oq, \g'(w?so7=1T"F%y0 ֱ;e]7 Lyd P+Fsn=^ЃfFY;iZ;y8gɘ.=-ЕO {J?d(т }O fZIhlT2`\P,_m*0lݰyP]qFPTw_%_VHYїZ&p9K3AdF<;s نc7B4d B~ (*뻿0y; 6l1]܇{/a|}l4-p@(=@-{co%h7J_wbA$G-alvYOd`Jmgh9(ǧl&y^kndn}Ѐ`\9Jd#=jd݈@q:JaϧXڟQtz,ɒ16'⇗^TFl1)x c7T5f˒B9(+nDO3ޭL&]>Pu(v\"f(7RGSB܄i Fa4{0xkv5DT12峴B]߷'ŗ<#3H.eU4d I:r8ct;%e|7+Ȫ* ܐ'A:6?Ys MIw7h< ¹D-LvE" =d2XR+=vs HZGH'$WK?Lhj؃C&ݢi(SGIbz}§{ f6\d5 t=cٗiHmEØ8ر*k ;Ty?H/!DAWt]l &$30߁lgF"ss=`3#b4"cQ\D;/NBV@TrPA'^wL8*ы0Hs?B0rox%$~rU W<\/т SGa8#sP-t:&Bi p6 7TWPdu‘]Sw#[J$|"KN_1b$7#j9A2 )=9C9vzc<6a:*JCҶldYf7H I3)eusBw8LkK(ܴ JJQXtkm.n&*SsSbT~#_D,h1p?J'/`Vd=d3@ecZpCEjN8X#).XSX"w '&iAFL~OSj\KbnwtvSD9EF7m<ז{=4%EOԑ— <+nw|eKoMIg;Q҆ p>OI $kgw/. 0=!8$BIU#Ynʋn2$B=r!?w2 ~xa`4 oB}M +ZBtyrٌjt(i eǯX|+X,,JRpP_Qk:}ht^akjBMȡIuC5~]WX*wE>X(qS?&ӭ>;-hI{/.ek^Ù|~~[hV{ 3IY\ ;Gd=#vT:NqBqcnu@y![ar MvpHXnhiy+} lP4@vֱh='W\LÀ(|-q"nfDqd 5)%}JꂺXCUw{0$ܸ8_E xMÅ(KƘ?Lk|CDn. z 78Ga8]m@CFu_0ʋiEcu񼝟lz?)%-тRlYGG(Sly1v@pfvgZ?q:eęxe4< bN[i+b!ų0xu_/nHFyҟCgK0L!4G v_Q F .L/Ժr/GA=z"807l.sSt=^eؗbsǤ1Wҵ3>lM@e2p4iaMRp=,/D͵c4v%cf9Gt_4t;9`|#hD!O{%&! p]Ie@FQ㸞NTSdW?||)_f,Oy~) %}!aKt݅ Ul vQiψF~Mc5_̈́zU>ZL3&Vzj+6MlBD /S1ujMNFءF?R +6At|D/^\uUz :/+'34PsG+=rt@Qc[xEV8UQWLܙ0nu; =ӟc.`yYbI,$^몶jV_ ρq7| U8/Q[:9/ؽwf|1:AA^prIk>"쀚\~әnAxJ$uX-4[7 q2lG_Z[Ma/D dm d$rGl͉C >td < <\_i6lR"F\}#Ě8bS2e5 ׹~Di "jİ20^w(~٣|ۀwOOoh!{FLXr  ^X.!/rb)ҔLH>yi^j1nRo5zkRΩӁ$їK,P@` @GЄ:.i@ .q{KSߡY- &פj\ٿ}p1|C-c{/NHFE5S^tB,dbO+3\~G%(*Tu7UBˮF ȝMGyCU 5݅+䊽#cW܏2^\EV#ſ  -pzi+ث#*Cr+<P̽v$4A&؈2Ѣ$ne`yΛԁ2n{\[;[͑\5YV71RI._穃Lcp0 %yrZF~Z=V),0R(q^4zOP4vfO9#5'xjPD`hAj!ܷiO;.Twp9tx >aJâ7HYg L !W'm[[a@x7nW~\>HlYn!Rǀ8YD<8n.XQ ^Mn㲄Cख4M6Fܶ9n=H=\1APBvRC=\:HB}ҊTLmtb"F& 5;4,\a ēl wgp}3\ a,:B{r,:eS. %@!B "pNj%|Js/ѧ+)mLLj1}tFeS5ΚүVZ' 69m]n|)a/lպZ?]bmYt11| ]3r}-%;to& s BDKrʇq2d|IYI`Czi}Xc氨պQq8vn%$1IYy13Y3[ТDnxыts[Wy5N֘ϕy[&L˜rQ#XHiL0O1&&C$$~{)mB`Gc0%khsGZ1ˈ8\z @]Se9y~-bTa?%(/o=Gi o! U.֭c'Ef1Qs5#3c5'M$2fOUn~tpFd:;8H(+SQ9Ap𾙏X|pskg_7f |!Mo5) 5iy#RY٧n8~) +,cJ.'qnLoһ$d.oa/JE`+{ܣhwԘ\t&8: FKCΦMNrNE $G]ERw cXKKTT`Dv_K?ZbqԣbWzE5s:х@g_] p3.?:xBFCψ8s55a>җT3 T~P۞\ -}7E^1f݁7 6R>Uj-(1"I0F9os,wCXm1])Ѿkxj1k馘"PIϟQE+$ٺ"a=;a韥 @~Zmm"? bĿnӥ+$ˬroz{;bPz D b5vsHgQ؊5+oYȅ#NmG{#E槮04K$4 ,`贷 Nsu^O>U/l2B;jh0RL dRRtRcFȾ~jIKZsXke{? j9AZG z5`mz;;S 7AӔ-sՙ%sB1`У@}֥PrL4X詝W\R)^CP%"j?Ȯ&m8kBe|y4;pHٶ?T8Scvr#\Y5$Z\غW`uD`/|R|kL0<ܛ_4TCwjL+xs9@vrl8x|l*}0 3o{Zpv@dYLW/ Yhdo!XqJ> *`GT&,/_Bg;$ <}? t#@Mر"@xZ[՛`>ņK$iR-O @Cr@3`/ cTϟ{~{H +9Z>x&3Ϛ+u%\fnIATo^t~,|x Ps1x9Y+ YU3"w 3#I~pѲt_y@`\JM%%AMW`Ca ZOC r'(/}b[:whr Nǁ^EV}*qd|R1" aTt=bv0-;Bb߲h949^df.u"zJKqYxGQFEPs_\:v:l\ڦ\bnXD,~V}M6{HB2{pT9zw9.'%$S0Z1(f=;8߃y/xF?aiiX|^Y?fkӜ&PSJ[$~À(ҐYNJgUa <[5&[TWS69uP+Sv ?됅2' EZ@_u% x&Y[yƘ'5H|,*]:̑ U̍To8(UZ6}V8"&&ysDqɤDaY[|zp6a}Oq0^|N3}\ 1oBPHTXI_(!C-;+q+DVݿȪd"aztS K)܅EM7,Vmި_(TT[OorO"RzÆ̚?B*#uA Ȳt1yGFDaJ[lk&{lB\goDo!-Cs*[=ʾWb,1R]Ysm&|V R*pfS<8}j&ek(ZX;$v q^ʨu?Q'Cq̖*'&YP(k/Z!+‹J+1͛ i,O:#B=_n;m4`d߾YLmFgNQx%`D9,HCUwϨGo2rrnH_o  c3,Mo`mYx"Ofy0SN />P"O\t]33Ddx@L$liz7ƕʵah|~!$riC_ ׍:ĠpćMʷ Y<7A}!:;Q0~!'@z[S%╺ra-T ō%u:+7&擣3i{}qZb z !wu_cv:yo;/>6܊dP ?_&3ujui hn!`0B2-EULIvT :* oLt^~Qځ#uiN.u搫炵̆Dԩ==Z4;u쇚&x?]tH koOҡι=RKs[~,^U{ȬK1'#C_B+CXeP&G_GX 87r[̹),+WOQt݋C\ECN%{{7w*DYս+#N/bKRhxQB2f"7/ (ĦTRˀ})^݇ Hʅ=$<\Bj}嵶`cOO2 8bӻA:Bw;(}yRpXb.C8Ո h` pya#,hX `cv/NTDA:"X\w4t5pL0kq1Y{ѴiY@Lk=yZV aB+]Q.[;Mֵҏy 晑>͍31z / UaOQh.,+h،=K#Д"Tn!~K3}Qq>9,*_e&DF q;ɢe j .)FpSmi'ap:Irb'9隅+j~T3vW)d\.X\bj!U1e1'՜duBkOdWTWygD*W-7Cc>\IɪXrI`?ngwqȝ-StT`:?mB LCB܋ [.䅔"3 2MdD~gB7pZ~Lz''S"0˻Ck;q qdl~XįiB87ڟiI04a. DVLxra t#4 U6" 1t3yE%A {\q1RvIj?m\#;F30FLPݽ\G~ |E^D $y0n|5ER q0ijt#[S fޱ?|V\Um7ٜWɠJ0Jk!x7$.Yq L)LD>a=؛X%(w\aӊE)NZLt"$Ώ*`mW7TvQȍTs[q[Q`azctٺ@RǑNNq L HKMšdYrF6% :fqG ?<-D0iȣn%la#D#4MmROI4ZWś m6b!'m("TS+M}rV_/UaQd ; oRm(mh̜R()P}9oBN=ֿM&S,TI4}=D'%N.`>1e̷mL-_s (Q6m`I! ZƦ9VuLit!l"젭AH! )&;\-@ai-Wdtqt }#9@bNqg=s'z 'esR Ͼ;.4c &IäAEluځywӜ8IyUpmgs}vhAU?3lZWm.&7rmAGu:us.7AV~gJ DT %-P!T)0o (Xnj?/CGL|Y/i1 9.9xXF3sn(AjD>(a_E20?IP2HCQXr|]IC1\aEߗ[VOP[(RG곸IZDiBxibZO?TfSmؚ sFnHv,.<:(f=3 a2 R%KŤXb &ޕzH@ `~i8Qy%R'(+R^w$7~Eh /C:@cث+Ob}(n/MP`;zܴW=jI -Kn3x^߾ itaQgx:z|Щij/J27^7UH:Jnxֲ;w۟e3ǫYA@s tJ/P At /\%gTO?,@N&e`3Zʴ4 MtsATRVdGLw՗:/ ͬ 0kjHf=),RgT .m[:c痭^:`r%ggAMB #31H/@[Ca̘y MqsvAgeW ^HE.i^QZ|uƸ, JsQ3Eh"¾CٯLIwjOu4< R);rE1"Iio9oq.'ؒW+$Zg(T#$pl\Pl^"l l _ frFdҽGĽ]x5k*Q0j`]D9mh=vdSL墔ެSx&'ݥw(w+~Q9Vgb]χ7,3V'\c 3B~m$;I3 ihyZr#KH/ª zF2Ol-*nshGB<Jdenp J+"3gY2~_uN'nSu'Ih[6w Y"* -{i !&eZb1[` ) @k,&6Ҿ/vl[24W6&Fm=l(Aݾ>sՈ\d5+ȕbtaYfٕ(+PXt2|I* fA- 9ˀ8S6BɼFF/ 2&V^-ŘxOyH~wޭ,B,AOeܵ>~ U~;[cӕ¢Es(wfښ7֌ H8ȱv.5^-`uD'׽&1kIhSŝ/a'Ol>vbQprVP?ȅ1NȺ/w>^b9V\[T2>W<ːGxM@"oz>4f*EbT065IYlwUEړv*[uIIf>NzA ̽~75atE*GC-w.0@əw$jN:A.՟{Vw)h}"w2ǭ,p:Vb ILrg^HAˢ%Dܵ{;( HV*;I{3[M؛T+<.yw"J:wqnC-G^Hߠw?RW-K('r[A@FYR|rn{C¸4aK*ѺEF#$1Y@&5ǂvriԯ!gbڵgiS{ۨ5/OD(v!p]+N22)$ΉT*^]io+ĈwyM [_k7s,p*L@ $eEĔ 5ȎKR/*iBVx`kWx =pta筒Ir>$wAl?7҉!΀/ !vth2JbySib. $ Lƈܘ6/ݳiNB)3)~DU({0=HyۜqIlĮH9Q%uG1~{V~Әmξ9ܞHd^ew BfՒ(Ɩr$8T "hAZr[:yٍkE Wlw }42mc׮(yfyryc'恫8?hKGwh(Frkf3~ 8}WkzcRZ$kE,b*|ĸH?n:yC(@o(E el;<6'=H[-ҙ~N©yޠ/&88++(KQwpp:~Xg"!HQG]À Jؐ2Y68@-KT3FOM|1Ke$M% b%x@QOn%pI&NmŸ3-5N׫] 8̉9YUj32d-rWU}9R_c{W%ܔuVlѱ4{4րW#\!K"@ D=P.ohABۺHr3{bk(q_"d\498bK_J}r0~:^8r3NNc69XD屔5f&8NGa5Jkrw#r[?[oh1p>(&GQcbc2tk'6k809H/‘ ~bK(dI!߳Rc,jR<:c2IN|oR~fȁhlc#Wva KWݝFmMwڭ)^Qg@1<՞"wDUZ{x})eR Fs̡~ʲAK=94w+1 1Mc7K%B٩W޿:6& A s^t-(PE }"A8E{+Uii5Zx@%q3\\ JݓN{246} `5 Zn}~lSENĈYmj%-A=Kvе&Zݵ-UQfkUUYs}:JbޜP,sV֏ezMBl"{ܔM\Vᖽ_i2t >ܗh{54rK^D9ՠ^3w$})?[}V80'ׁ¬Ւ,l q~S+=<^u"P`jA6&M6EX؄S}F,?ZR=Ko[ua/^ٛoǶS|:J0fk,7'?WC\n9{ LVUT%?ǓAyq55/L&hOC7o%1Y E"X<ʢJ՛((;,\Ц6BES4A(џK]%Pix<}0UkC(zo0Cx#nfǑQF9ڃG6: sv<#_];NPZǜQnmƭbTͼs՛+_j η6ǫ=ů6de{jeýBO"%k4 EDi;yu v z #]iorL7m͔%0$`C36w)?~v1S*4W`{JCÎui]~W!ƣ#Rd㤥qGj>x*q:9,?K ^~+b8y=ݢTPHJ|7{;ok9/xkC# A] Hc8%;B8Џg<6rZӀjRUzE?n O& ڭzm~4{D2I݂If6g)VBȧ[pe_ڌx^! M[+l hHo}=ɜ .ړ \kt]ebrؗ3FGꝝkqCPCR~Yd0Rg"jPB5ߊoƟi7}VY8wW.(E8(045dvJ&}KOS/ruqE˩AƟiqOHk(;ɬyUmR4_]86?i4VtʭVl5_Olsa邕״J6-jN\[M䕰cꘇIX֙:_auXͅ~< G˺T #*NvN=G\7LG_^Q~{׽TDեJ&/c+fV0S}]I~_ijΊ spZ~`#_վf]!Bu8a:I%]i]Ǐm}U|0-.FG>D ɣQ`AM$2()c=صr!͛fE~3Y")"=҉ e] FOW8 "rwy>IՕvTּbHݴևNp3 p[K[<ɾUY{@=Gr$~sh&O9+;M8OS\4`,Nh+Y42;by9!&}8ջd'3g-wwn%|MHuM]0B+}.SC*v]=Hԫ&8L>c^;ޭ2swτ&gj<7XOùA@q,M KS3Jo P͕lN@~jh1 [ˍڀ*{;=Vh,R^VF> 5,#s[z/[ĆYTݾ``+S\14H I-wPXD[ gy% 1},n`:8Ӏf&tp栾H]zo5 W ̃|pkM?9cwp ׯ"rOB^$U5v'GDpu.ebEN@PlCo*^3sʖ GR`[@}/&yyLaЅYN4(o_c+ Θt=tc+6:C"YL,WQ9d@&h@aHL;HӞD:~# G {a/C *PV$E6D'޻zY{!8؀IᐺbV@>DG^$i'<6)vsUÔ @\xpȃq. WǥUw"}QR֖TW}whݛlͶS;!YlaI (t Zy<ґI1u^n ~yo,〇]a:{Q{{6he:MeQ#0̫?f!t\9A֍I,,$a 'y8Hr|X`TI*_DIpYw 0zSm /׎TB ~)! f 4řoV!.x3E8Em kKT~v-a?hC>4kBHw8yOS'm]%"y:q=1dֳ^3Ǵ~\0] _Ho/r̗9),XD ?jl&'"!T[@囹f+J 7X4[5qRyt`l}<j2B.AufgRSPGȍՈm&4qW\ڛ}A;sjg͐db$l!'Hv~ۇ#54Ք>_:tsht+^B ǂ wʰ. 5@`(S(D dqCGA\5֐b OkajE{٢ JTi?s 9ґgPNX# fcl2c]N7bWGeD*Y 6;Xqd8V'Bau/iPJi6?CsO#MWr|nqђiВJ { "ʶy<}AŲ`Mې4*S$H!ϖ9 TlfK@Llj=kD_T:c}AvəcUy .mTc#̉c :\~yQ#)%Sgvrcw|ިXƵ( 9:S'lXA!_,?XѾd<)O0uޭ`% ,Ídu=!߀d75z,vt5;3T; bIV cNu>{\Z&JF'ujMF"q\j r,1WbH` x>)ts̐F:MK1"5iczaM]sZ ֳW-pP̥ϋ^_I r6crˆq|?^.:Pft%w J(]֏)e"Ηt]}rIevriBE0)ŕg'TT 25wdy"R#u'XA@ALY&e9`VY &6)¹5gAB7E5kTPo[I&}9 #%j:|V嶟CΎ0y^@$)g /T"?oo[/\bswFaRD>!Noc{hIyQ)6$٨K6|ikQ_1W`njVB+MARC`WllJބz^pT e|=D*ۺ.wdI:e.N$ap,oN& $YY"J|F`)@#j$~SJ18akWx0jnnH`uN;Z7.7E چ՚gg[F(HN\ct Ml sXUωQ4V~6!8sЫbu (B$1e,+lim uYێ؎EwFit˱} uI'pCCPSKe5'%^Ō fP_̐+U8mghGN^]xem%ng4.(n*` n{h#[г&-/a?r-䶇r u (Z!.qSb"69ZvE)$>e:xM, '1ݜUTs;q8U<3s 3SM~?76l\m_^XiDl﫸,sӴUАG͏TpS>;r4zgYa__Zř^p.` $NKUȧ#nTͤV#3}mAh_2 ޛۈn3*(hI$M89~4 ]wۈZMmnQ6NtSy/ Hz%}~!?( #w(!c[sP*>elp_(>Dv\!hGbcM߿Na"HFW?JyRP30_- ܋ 6v7M4&0K0{"aW `.wg~0i_$WF2FstYfƀ.ͧ:XJfHMz"Vtbܨ\ןet3-cA?ȱzmaZ tnZb=c۲Vxj6?I Z"~upl1nTqiOA_7eR%lX)f×coS ZJ,][/Aؼ2"܆6kPw{RykSd*ıK.}T ZJ+'0੡*ˣ}u'1$ :{o٭.iWXׂ K:(E#/#mЗl%M9{礝ɧ@Q5^:$+b¼=dW-/-j\ҝ_Jgk3T1 g{?>Q"+klriܐtYi4Cm7o,2:-KvPĔ ph6.W S*ASfA(k@,=/ȩ +ʡ=^EF/*,ޫ+y M+g;Ag.۞JݚACj[%Ci8$ 1s>kS_$c,Ym%T`!PVN1F6Ӓق3" f@ś*&a&%q¹ CU)7bO+)'c)60-qaV;2L.amv(2fu#~զ+˜cC%9y| P_ X6V`HM{]߾na':`2e}[BOc|/B#hyM=t̉M%Y7zmq7:h_81Yt0R  p a*@' =/cR_$(hIc^S["TUۙ(v>EF7̛N/{pM^ "d_2;ƃ"R{6Q.W\AdlcwYh{T$e5sUBwD5}C7|U4K<;!Z) ["CӠS#ԟwqD/&6FhڿHR$8Av{T*E¸/cXlL &z+TՄgҺu1q'GDE6~0OEVB#kkkΦcnaKxKIωW`ZGG,/he3ܶhD˦y8S[ݼV/ZSip/ڇ N1?c?αic[3=>AhKܨk ̔ /+7Rdiكra=jg|-s[o3ǝY=q nAqϓx 8ZEY> 4Ry &㧠`]lF7^eKV|s5 ȁCTyJc.Ň=Mx4ML|ms !=:1li{è`п]mh =-=UL=69!j e zCq˸ ݘEtD0a+ѭtNy+kB螘$$w :СIGY%y@ɯQIQո) id̟ 1FmV"iCԌByL4kңc[dϹ>szuPG{@T5>KR&f=y,KHɬǘ_` \ "&FbqAu@]WT+t6s:4t鑾'~c R࿧u⚜խIS:+~6!lq_2PڈW*iէ[yr r O}X&6z/_t9^Ռ0IHAÆ~eNg'2gj92c.ѣSnȺy.3%z l[v)N1Ҵ3,/1RvL> pxl%Fy6aE0J{4!)9yv[49g!UC$5rD4GWS!2v?v!(p+ 0[ԝfi=[<&XտZzxTLsD Y-,% S~N G;':lGinLrK@≄ ٘mS+i靉W?fI\PQ̨8gßihI\aT…םdKM=E]ATek 89[cˉ3WGy09Cq,D 6boP ^R75q`&{4!Fܨ@R"w\j%T&yտ; xz&|5\ʟ"H p3So(U MS S=9|F+?N鄁xvu`2WR%"|l GM?4U 'mVtLPU\=x&96C? qj{w8|@1KTwhJN̆_ML4^ ]%,/pHK3 VCB!dm3}5uqTN>a iIp%&Rg(܀):Kad~xwҐTkC^Fy~=.խ֩g۬x_gycdd^,1S^!Qp!B$Yzx#_ 1ח&_{w}&fj4l$E\c/&n.监 O~&b/%?TH(s| ǫ6WSnVS -*5JZ\E$x%a84id#c՗7f$BJA!--oCet} +#]{mG֚w9Qb7Upkx vMX C2ʛrWYfIl_)IVIҤX[;|BJ]n //^ 9JRXNB{jnhk?co&ľg wHVf`.:IH q W\E\)QtGܻщBϒWfGFl>b N\ZjL״ ԑw~.RmXUh$N;w'pD'#u%w>1ysO=mKj$2:jo)%S RCT$b:`$28eEkwVqa/R2(Tsˑh)^*0(+B|kA&TCLC 2$ʴsB{׮@@?K=uyE/ѶOTa[zQ% /.U:?_#B,4Z#t@FKuvoq7 QH~1'c} ;Q)eH]N;+d`@|l4"FjM_zPNz\3AB?Y|++Wݥe4",/ ބcDU f%7*f4 x bTKƠn;>UnOA+Oq-)+XybܕFn$HC3G|ƟF9ܦ/q?<yTO`oK!< %~~7̬X1f K#.m1&ea%%ɫgͦD]ke%5F.] "@<`I5<=b{O^u0s$D?Hdsȩo4NA^VcE]C)9 $D Uw44_9;E9"|O"oStȋьG[kYE߬`&[ǸA831|`$Zv-S6=~yӷ>؀CΥb|f3Վj{{PmGXK?%ؖچ~<x:l99&<$L6CWW"ϙweQY/Y4VO:y 0R/}᤬P!PRZDJvhOXMӴA$Up#2ܸhYlqBHaLImK{5\y@{GKq{ti3O߬I9e1_ {w]% Oj" "JBGϚ2k02.C㒒E޳K8b 0SsvƇ;j]q3capW &Vf~.(4ElM{ #xB9ny|GZdx\ E8 gjqdba=tDރ>zyThuo,`:Zg95__*kWv܃](?/}k]#웥SV\dx?az/07]?1i͜ aHYÉ as(7q9珡 )4S@I*r# AϙF^[ XjM˲גۑ+K$=?g{,e8y3wabͱO7;ak<VBq`R&\JCykeW}P)c>ʾF]]._7Dvs Ӧt?1h4=Η0y˫(Ob=Jg RłM-nRBFH\7fӭ0dĚB|+{ 'Ćcukr-SRWN4ͅ9ɭ[MK}`)]-D>`_-oA2XxJ>hLaݷTCY2}$͓Y`ʹQ@<`Uw3e ksl@0|e5!VK>X@i|̿0YgV)Uw!x.{Bk7ہT¾Wk'B(b*P|T: LG6v"P7ָ 7r}fO=aAG*[F++fN=3܎#hg^k+{%BG.Ň^+JǷUٿ3 eMEP'$EpyIz gy*X\`uzuna)P=`1]3g\1Ppti8AP6Gq\%xpVz)BS3V·5iP)O[ WhJ'^x5BˎT~&G]_(5ɇ~c/{;|Tg|)0_$o))g^5̞մw ~#06RBZFऴ |:RT> ]z@OTLP+{^YV[J(pbFo %m ։6[su|;c]X,;]FDP]X9 jom {O+8}GXoT˦FURq_eYƕNrZg?<o#"7vR!]1(X$FSbH+Yi 怒H3NEUhⲀ09ŶV "dyZ=DMv0gϞYXF3?.0Jfq_)S[0wظfU"{ET]L L1 5)6|أ/>l׈-&槿 k!ak.zT[/P/㻪cRT-An\Y8᱕y[&_F5 EPP/*lZ1@dP#rMl=*cU驇ҝj*o^ ~~agkqTzxCglmEVY9/9mSu;#:UJqμFPdaFg}AU )oh͘.QyM智YY5yYNB.S['+Gi`RMqAKODM(wxM7 ּq[z~Ԭɛ~0%M>ߐUvO-I8Z3P^ IPqDv؊ j#7Ǚ6WKQ Hu&>f{iё|ȱtzq$a=m"Kh!*>'c00XGz40q_Lokz IK4^b徢/_)sKм_ woyQ0$C/DJіrV?H$ZӶchP}OEhnj|*pQmœi`B (ؖ|~FV+þ@gNg}\oɷ'BfPk[8 >oDxUk==)KށaA=b_7/ ZP6!xnaia{L ì!_QR~Ճ6L#8X2/b6mnUFfqYKzd|st:@ynZs,(mF]ly[Khʂ%kKh`s^2t ~&_;M )L؎tmURޗd?Q+wqΰ],QpggDo7^!c5"~A:U\&%az4:}5ŠSb"Pj;u c~K>iMkk5 s! ԭ ˯mуeC*rh2BѬ$%NSmz-h])5 m}:9c#'p4$*J{\ݦOe_͜ fW]tl@3K#k3MPE$b( l$s"SZ(@JQ ?Re;oR=)) \<(5Ŕo6 wn"LlQY(+M"W5r(=.:},>#LNS OM/4!1m߅fYd+=}Ⱦٻ_]M%~|XF(/;sڢjTE{@ ,!P{'q)H,] jKÿKiH‹hdaΊ^M 9A'J!Dd"HBMt1SըV}&I']UWY#e´oh`V9kbx: !l #LQd8Fbjֶ$=y"_r ǐxO%J9;XRNTﳙ<빴9jeg!W |>b|`*ldc\qKq_6 Zۓp6NU|}4!fkĊ@k$s<3=d)h=!̪;Lۃ ߐ  >Tz`lʷ4=Lc2Qkn;etU9$buH5Ǹ$630d2hoεjaiEl=G&(AVLHZK%P= hq1/3#Bw+6*j_vNQ!^@X]6IK7? nl}?+6axJu'9g k%r(Γ-0pq`ȃS[I}d.`zj>񂻲]Svf\m+ VX;Vur?u^d̥~`^@}pT:RGp0$ vOݯ^Z.?Jb_YPsffH"ʻ4pekv@9' a,E0;+7"X9]q@hiL%QbkF݊E.8+7lBY=ƥM?5HgmZ`  S-32={g^G`(JEÒRŻFj0<EޯdƱwp#i˩|q,8+rGtU^|{|P)$ e"eNÄm.'骷~5f_Yt"z*u8w]s s?l662~I@tNvճK+"@dݠUhP{hu&G&,O44 3ɂSزu'1lXYas*şĵ q؎ȴ"I:#؂V@sz*dT)ѺX+;Qm^<曓dE9n)e+FmmTsJMs42ۑܔSD?=a@>i>SlIBNj6 =5~[  t_D57O <z!kҖ9sg_8[ :ȣYJXE$׊LOJ4[v>%qSlqc3YBZn!=X+}*={4o uu\{ :, Vq.KPTB?|9ռ[*&% '>/a2%i}-{$1 FŘ3 FyW~o^F{7 7ZEtQ~WsDH28#]9OԱZ܁gTtSӟTد7- .aۃXAbi%Z!7!Q~߼H?6mwm{@z9Dn* Rw<=2zV R5ƭBgj/UˠQs60$>!RjؔΝB\|iB HA9f'BΑ~pi'B\3tAo_A)l9Y 3v@1O(|sYh̽ bF+huj4pVNd0}\ʜEg,lTZ<ךyGm} t$k׊ئv,u̯}|JvhPbFp GXQem^‰:6V|k!|>'t&ͭS+(icʞ{HASP)I@ d3'Xi%=l t?x~H|2C6)=j?KTv^3ʢs^g`%yʑ{%cɩkRXw px^ jjI.^/:Mi){He/eyu~ -Mqm5dG4Vɰ;[1K?X)俊2D*!x7Dބ&HזEU \%3r兑Q,ctlKE Ԣjy$?%Ax鼆ot_F"NvޡSWm^tA˲8h曭d> z|: o4DLv2rooT*(x@Tӳ-4.':)]o~q+B^*H1mSr2#?2n>:rCe|NϪa x* BU!GmBI:4-F)LjsffY6/5g{bCmMZ  OIem\X\!u'fAHC/D hXzw&a~ȋqVQ0ydRF;[C[}.·faz_b0NI(EW _Dyc*v*epa̧MI ƀ-x}S@F=yn[deW9 Fy tO!`vO%[9K3o×G$)p4x2'l岦OߋԧaЭC1" RF6܅d<+x9RZ6[q$SͱѲxD cv.[ES 5*W7~ &[|ݒw257yU:(38h$|xP**3ŶY/˭|PH\/nh4oO4 a Pd*?]N*߰uUL6"JUVl^, ~oX;wEYò&HV0 _@w6fUxNm4hiR. h \޳%]M< h1\xj<-]¬nΙ[ P@toy]H Njl,ibwlF(lӳ+M~IW,Z,G-oKW 0Q;_lhqa02}:ҁ0+BZ/]鑴ARň>}"ǥ{ڷNgc5y32u\EȺ0B&o|qO0 :$':yNnn9ufww"<|m=$P{6*OTQu- ELB;VÖms&`D(,C+~ci%Lߣ=™կxx| -X_L$kB\t3dK#`YQXmr7]zhno gUD, t%wٟ6@]3 L;fzيW8NgmWjG}`ٛrO}|ɮBQ#LnWwl& R63.a$TJšu!>y*u4y3h:獚 g&=KE__$( }Q!%1F-0{Ž=R`3chj<1V PH֖[E(}C8.JH=[YVyQ~}:'%|~>PwNHtW 1.]/XRǽw XM#)σ';Redž6E'L{̲Ϣ̩Z1í/{S /B =>V~vPڏ30]A!*g ,1vͻCr'PO1>R}dKz-,Q>>g(dC-]j4O0,5qW-S46!\ebP7w/涋ⲡ(_ Fqhq'ZpApdL|ޤ1VS kobZ1ACtOJ ɐV˦%l˂Rbs:k`?RR&w1@]S㈭!\L'TcexӨ ؅#c;?~VINVSFsOaЄTlvϐxb2'?' YbNO9{\ugT^c2LID4q3^['wr:z#dKw Y|]h(evu0dA[jS x >곑=PR a\TVO}-aK=k.Oc&\G*MJK7e,.~hx>w |0l¿%Iۧ:iBo%nrĤ ARVIqpQljq Kvn,F%o!\ڠGڧ)áށ씸#^S&=їv !EJCM7x(a1 \+ ϭdj#c"M_z8ORZ/ Gyax)LG̱t5GIѪ%±/" M? ~: J,/ Zp3bQkϓB.~$JIh\7zx0a׵n]u)oujGkЛLN|vH S%/hQK䧺qL 5%Lyk3 \Kp&!PW v{$cj136g"Sp ֌nSr##)0cf,:9t9d#0,1Pw_MdˤOG7:=h#e8 .3kC+F*GXrH6N֬H'J΂x$ҴoJ*&~ѰK b멠oޏn*Ƀ6!TJ$֦V4ȞTiLO34lgLGe[2Iw ?^?(C?+A c.ڹMCFCfn2ӐM&7^0K2ꟈ1l 43*bm|Fb~kףXϐEX>Xߨ& 뿚'^3٥Uآ3A_@{aU*Hw#ag$yG6`jBd~NWEݿMzN/>,3ڧ  x2@4&MJ-U\ߛ7Ak?QJņhOG=a@d UYq`?OWR3*S]⯏]?.LhFkkd8_{^>h7- `ɺZAw<]s{D0(߲Tm"@H2i2) l xB e6v[}sc}NTory4O[L Mg{ 7f튍[40844c U[ r.I%y%%ӚΨϬs"H;F-$.%7K `:hE-uLSu,#/b" >!,Ž3?.|e$gZlEu֭?/O}!MBNtv9d=NaFnߜBſ{$L4ipەӷ:tχ^sb"܅Ӌ, p/@{?Z`pܷ4^6kD*cT-b׈rnUf~ ^Q?Uۚm\vjW Lo@/YM9}6]Gbc>S<͹ǰ B٭Kbgo~MOpkx9.bCgKA3PRP&^8չȴ [B=Y_6T;ǜ:gلB5)K#8Rl]YHMat{}C w xf(5]3 %P<|leڿJ -}PX",$ C3M!6q'RO+YdO{"@1ӍZJ3vrCʽ9ǥLϦ=Y6BE77OC}=wZ4hR[=fGU1/e$ w6s:ýN ޕt*[iK~?}]<pe ?$l~#l3vW|05@K_WIJ"ӷMX p8eߔ9AÚUܨ^;6bҸkjy=@FhC G|{1DL+lhX8/Fe`%u gv &^$U7)ܜoM@q(t6vg!apC;ң> }TYUL#RKڍ<;$s_.4[XU3fh=:#? &ҀTb;A/Se[J^*7nR~B"2+#}eA:'a|4?njĞ v!nQ<UeVy=VŵO*}qshS1Y ΣGw "TKE[VbS .x+j}U_*(a5g3~n i.+8*r zq8-ޡ#&qZo$|(/`BS{+.6.90n&b]r|e0a4CJ !;k G9S/D;=G8ַ63~#ʜE ,udR徉@2髈K0K=o]| 2_vZWixʈKS mn"XD=8& W=W&f52=ϝ>+@N,ۻl;Tw3y@& 5ә64L)Ғ9ֈŘԞXD(DqOB~*(SMZ٢6tREGSb 4Q ]SMk Cυ,xݺ硳: Q84 E& ˔>CPFkz'4r# Cgh}&v+F-ZZfmOܿphNy=suU8XTM\UE ֮M>(_$/)5ྒྷ%{bvhjFPIL~՘{TSf&[gb"OcR |Ƭ85s7#8"N1[) s.ۙZA%+R܊%ys݁߰HN0|$zu.{#$TK1I<=@Z*C4s@cF fẂ1ĴE%*%Msca3T.oJ*?$p9SN)-^{r'A!%w.mD¡DC) e#Z%NآF/;cKtl7KtZ]x|yOJ71>DW̢źav&u#vDץVG1{kB:.'W/5guG#Vɟ3;yƣgݕ}@vܢ^sт.]!2wܲ8XW(l vz֓e3th]=qf@!S[ݿ#Dg?q̐g:M-!߸kd)\ E}P7vNpk ?X.v4FMRQ ~?ꖨ:`:`Sd޽fb+dHr4!O!;h0Gk -o79:[ڲp%Jy΂-lh- fr Jb)3%ķ'$BN@PãNCLصuV bb!3.(RC>j?^^b){[񰥱`'ď'Yw#/*RR 7 O´hÚg[N:[㻈b@:ֈtHL +U:X2D܈t4'r+CĠzA#"@ʶi:`fm1ROЪyM0RExh % =ca?`oߝ's E֠'ծvћg6 p;[ \;JrsyWTrmRBxP,kԺL{z8\%@d2kÅJ: K01j b\9ibʮW^k =YJtY{c, 8^ Ý5%tj"oQN#TP&E:P$S*@: UV ^c*1vy ֙Sl~8IS/ Õ bUqߛg9R+2 ݤsN;g1,ϩ uˡԺ\yoO|)c$$R'tE`j(xRoᑩ69Z-Dl^-JO:n(3?t;T^]pϻ 'MWxQζ!:aJηVCg"tt![T;6 &blT̴7` ]X>d ZطBi>%8`<ϭMEIV  ꋁ@4ّf+5; #~ڙ41c1E#S/y8YPdO:,owsg]:- Z_HQcy HFPnL' [ uۜՍ^U*{AeFn(dV~?q#zGڏVlؗh] S\O?LYYL&yvfdZYG~J6pi܈-f<~_ʶ1 o@8/sCaIKLod0YkT+մFݫPj랭pʧEUG!zafB)Lp*#p?CrIkcPs,n*Tn=O2 {lNѷ#wsx&bY"EȖY=%Oruee4@6c&3KAkUuW@C5Db:"Θ`krFո3H+@f$W_ 5 fߜF +]fY:?+ 8m:&iClc[}Dpg,~ػ: We_U-%{/w5(syK,}P5TatZ7qQsX$ L+50Q$xd]Xٶem]?~9`RN%cY% 2ـș9&S!tey?2[w7FRI11n}HT\Qg:DPdaɱ-8x+PBr^nQ\ YSC).؄]h6^O|f+Hda%cSQ3D@i܉2Sy>cy:(0 㴉7jJX errKDtx8/L.+-&ڦSxm$pTN7fϴgRƑ#MȒo>'Kjj}fE#9fԇ'@Kg@6RyZe=i{$n1A/WIk&+ \I8")60`iAԇޅ36#L)J|e.VDJきv\ܮkj\g|2sʮ\Wd;ԟ"Satn;@#&W*Ni}/v5pk+8wmئMևĞyp-ܰI#䙴7.}6}3m(Ǿ2ag.ޮ#24(ODTriW8wCHMg=t|ݷrp& ix_l1!ꏆYDC J''gRl,Sҡ Nx5eqwApFLkÒ'fzP| S̔N5@L4a`Cp5R0׋[1HcdmVw{ y/3sy2DAp$3LqڑKԛ*F3L_U]Yו3o+5&[{E ޾8ΖdߣA'ثkƁm[Etq!uu`|Fҟް >% _1i (Nۨz 2Tpşi!_WY" :4QlJCBlYH7zLpoC˩?_@"?# OVW턓LwiJzwW4?x |i_0:DXh'g\W&"E"{(Eɟk>ƺ˛)ܘ{oJΥVpqL&pA[k#9z"7n&>RӴwk"^a%YT S&f/& Rg|-dVf!ߢS}_"17!'L*[\ COX\ˡQp]N?TIO/s_p#& wh`EƼCo/#i!|crjNYN+*F*ATrSkNEsQD+7bW8ΗLd CA wͮz|-2ӆG{T HN>-| dh$[fYqw+dZ6g sK0HӞ>\uE3 ۤ5,T})lZX?LNIh.h>$ Nz#ID"4;.0.*I)SSDE @]\N#*/bdF2uFNt2{LK đzJq(#{O(ӿL͡ "80vP2&V,m d8pw5(%P^l-*\g$ኃo0 0I҈0ʹtEs[_P0.0Ό"oS*Erhaر&N:r5)X%+4*qƧ$n7cF h4}ֶ؏uD._ktː =GG1*e}s~ 9!ŶPU V) b*,AF^AO=Vu}Aڱodgxx q+j<,׊JY|:o*i/xRHҮu:8sY}֪W%C*Qd|E@z"TwZe 87⥏ғkW7\fyW5c4Ļ{SHԔ=eөTOlDV.ΝE0 5B.mAEH_h]4~iqRDŸd!QiT+(2Z?; N1{z)De4+k c28S+iA;d؛u~S剾<" )whF)ݒ"?Ff4 =񮪒(Az (tH@؛DySB4m0Qb^b9/c;[&?T.|푨UPlN;=~.50SA>}5|LC}m/"S^^m1%z WQ\K%a gc(\fha%iǖ!aqFap͓fڐ`?DEemH`IYlҍ|j_{474CX ߴ &:zgGae3)E+|絮ZǴ!"V""J4"*[/YZΓ~DrH؈YMM>7NUT+ [>;P))'n􅁨|eS.4$!6iClwMQ5OmXñZ9Sp{D 2cycSxG0bzy .{W85L:`mw".kT'Z,YrMBnT5#zgkD_bD^g{F=+]%lèg 8dفՉsmڅ}GZ;bb!wd. T$rc05Z;8 ?r i@v+X``-bw"? ~KM&6 P'd8$D94,wݣKe8C†Uf-ܪjƌ2ײ&A%gD^oc\"9rJn?ˢh,n G:?Aۃ׏1%3m5RF_ۗI٬m ;TR6P38>'@1ēYȲ` ilZ`%AaD`KbS@y(nD%UВfn /x- 5 xsEy  g3TTÛáǸ#L"b{h JE   u8m3m )=4E6G# |適X:5d sS{8ċjHgEy_bPJT,gvQz;ۭa]r7j$7#7am\A!z R]d H<9@8!PA Y7w-~jҨϴ2l >CG`@VyP%{(GM)_jJOm:~Eދfhڗ| }"hwWbBA |娍Wrʫ]2aNim{[9C<@8.Ь^[>݊ߡӭfCaڷE:. y] k'EL궐X\MNm9 zwpM%u' ƩCv/o5p}_?|FIc~mTWhbd3͟u37*_qoS!ț?} L@3 hylxTn YM@T9gŚ E)tM ᘝu 54t3 \j|Ck}~fmㄣx'!eԚpA/\tnCO Ȍ&hN4A:3Q>Rn0|C/_Dtǖظ\T' |gKUɏ\m)mZ/xL^+jV]GeQU ^}#'"67R 䴑^+܃Czn95_Rμ·<\k x_@SK6Qʗ ph 8#~%4o4|MPD> *-Yj | .92rζ!Q@F*7 Sm~*[&IVŽ z{:b^Pm ,լleX4W_nqȘB)`=2/g:,ᆺn{±Mx --ՄڵƨRbh~X18ŏYħf%zϑ`T2ei„(#t)N؄|.8!1%ƘXyA6NFx"$5^ãHMˎT%}NlPQ볚vgo 9=*.G)ۑa ji"篲BB-]V d6IvN'0V׮뢏V@;#tC Cr.=k%=\`?^U+";KtknyHmL[ڛ .5YYަ oa4dh.\{7km`te_̿\|弄puAR$3/O.EXj{~{wͳUmXҽ}A_1_Y uɍyy@mjNKڍ9o?pDL?5`<Ű dSgzKB5NȝR>܎dI#)j02Gy39BsGKIq/%Y' 6hΫJh/ǗT1Y/$8y&tYÄW7tz={RXOBs(t+\6>RzGX ݅9(yj4brP$P@ ln\)OPvC¶cnd,W$)Nw"nX07 $8MŗՔ]>mB9C|rH%uؔ;U&ޗpovG4MaD,1B}`"XH})-hy!h:f4hMB:PaAI6/^d]8E[ve“U}VcE3HD&/"xu &\{J-PK>x/Uu{ci6% r $U/wu&@V[C:O/>A6Gxo/~ )5KsvMOȮW-<鼀sL˗r "?VH9)ӍqYDXCIF5:3\Ϩzݻ/Q}m3Ki)V`ځJO-\# xwCڇl3?IBT~hK?Jׄ^%Dg2# 5#RQ*;H͈y@po8}mphЉ▏h%(ܵs^d4P7@:U㥵Y-ڂN| IdWh5 (_3#(ic?ngJxc 5F\2x\<6TpRX|@x]6 Z*䫽zǚhճТJ, ~: j}6pYbH.Ɩp#RpSҙP Ż7q?tk_l%sب]-WCf=3G k !"ۼH4-VlXT4[AcSoPPmVd`ۈ\}*zϕ; lk)!GU ǝArNuy*6V6Sᙐ epeHiƔ| WJ-7TU4`:]Ua[IQ~: Q0j_kn ǵaGP5S [ ";_Im#2SZ,(QX5[a(@4Xr)ɗel;ZarbrXY?ijJ9Ÿ8 t]V̸סE{b D&#_'_~IӤ36ۈw멭G'+i= :\H`mC (- t:jw]lQ[ 4])v__ qW5] 7 n2$d>Sq128iGiR XKmLNNٹak/60S_mIp,{K$\R޳'A? Ba:#jY3 [wEVOҥ]2YL͸>d$Ҷff10bcxԠAa}uk~dQ]á@?dKC=q]`5-MJ _e"2yQŰ]HïtW ',CXΈPw-'sf )[We)ZB.IIiy@a[t2j!\dU08K)K>L̘ +ZeJ񴝟>ۙz=wg.[CSI03o?z,X8?&{qP N^[~xjLNXVxAk͖) /:4]?3Ȏ?|;ˡvߖ4vCshj{P(b@g`Wϸyz΅2YD+[J]6  kUd41`tL@y q 8ʟwKZ- ڠO5y{^5٢^nĺinycaeExxDtX>S0i9`5㓤\J[B53F;#ksZƱvNҺº=asqyX20j!C= g8.ƜCW(Y|@;^hS> #he(p*%$:-+S![׸VE@r4Ԋv"I[$gv:\ADP 9}EDХOUܼ:·GEC%s%n!-nnT~q\ALpZ!SiKW9(-P@FcգrWCZI M 2n<9sůeoQɮ~zI1 M93q&7ej 8mG9o(tDș)S7LFƿ#/׋= kվbF1F*k ;L Ъw@1> ^e(Y#PNyRಪ z5@oٳ2ڣK4MPS>$'G!ڒW_Zq%ZJ69lA+U cݨ4,4si7p=xҦ Nq/eLV2XВRɯ{EZg^Uh} D,4ﴔ{  i6xD⃸:/0WG>FXq}?x`hӞ!-T2S:A:쒻M\f`<~ L{m~zHmT* Pс?R_;="+<܋%G im&IlI$IPn;˿582Aƴaآ$_bF6|s>F@ArT^WOHyWp@shY6Sʁs8勰I=vBd66JݞVzFɖM?QtB: 3jQa$IǤ}߫c~;p[i@RWZ ZM1Praو.5w gR200X0(W⊓hSJԽIc/}w:{Z1}"N/¹17H!OԵo.KWe-_ *ůA6OA`Uu$OPj||Ѻ2GyK*j6Ne`xR-ncؙ{5F.b[ i# 5SuVj<<ϭAMs=-:mH8V~*ua﹦2^9Fedy:E4o&_P"];N ߱Mc:9N9=U]u~l舤J!Rp Y'^%E(~t;~#)̚cԍ”qĹPxDkDP>yz\`1c>!}> ŗDKxeP#1i9\s\m׶Sc?n 0lХ%䳡ͣAbb[, c^dRIg!dn*]hpu|rSxf,ψo`cs۔3iLG@%j*]Op.A^YlNMX&LbHK8Elqj+eLc4G,/4vm} 9]mFK?ePJ^|MTimfPQ1:\JyO2z˕: K CC/n\y6z9@LU_1 bW$F#&z.nK_m< hIu!])Z٩}T-[,69 8~>ׅAwɢMN$Z|$um4aō6/ޓq噠/b>R:(SYOR{3~3o8\Ȇε [3S l_ˬsEKQa=".c‹c%f/:w7 ~n dXz3PXk@" g=8`?L6fjr"$C l5] f y:3RM~~ȚP ?doY3tb'vߤ`$ۏi/"K=jݰ A`1Ϻ`r9,fnڼIbO51S&f9LW } `vT: ` }8OB'~g^nCކ7hffcDȶeAd՚>+w z5[a$଺W <|[ az!h]nSOҿQ7dPV+E#8EX'zB_W5"n+hѓ:~H־3i]{_4耒aTUխiܫ eNbo~#A1Xǔ:ųYl^$:F>3bDa!p&% w|`uX3 PKm6U^`qO 590 9;u^‰  G<ĊQ3aw>83dg-# g@CQˌB8FБt5eԻr"! vMm4(6 弔|#_ cPtFyt~M^$.ѯZ\Z+˕b?5Vٵxt k-ǐ%KB %} Mgd2 a$ ، \" ȲCnG\B 6e> UWC4WS‰̖mRas&c0O}+`w  (&,d9=DtK OD6 C:QSzD\JKo\6O%?ylMjj8fa)gT>Ҵm\Z{Qu1˭\[lPغ^${;#(K{`;i@$XDz:WG5nIPkbB q~,ً<胉T[ȸ zHi%K\QZ0Ģߒ'Vqkv!_kO%$et)qjFM/2?'Htu%# τhZ!8"p;~7q8:dU2<|قn:}}1=1qWGKR s &82: l陎D-j)/rX]V -Q\@}ϱ##=&0Kn(&/;=k͍FBȂh{`&Ӣ[ DE5?[c:'%7$'r&?/ݖk 3"C nRbY!WZk]v(P(]NAׁ@ O>mp~{a]q u l̍Beǣ^NRdYJS Fza`u7osqO[ óF> lQ[ >@4-E4W\n2Keݸd,˱+{agH7_W XsHv^"Yg)H(H~}:_}ldtMA\|;޳;?KM^ ΊAz]cG)ci-RVf;{m}e0؝|>DYOgòE"$tmYݧś%R%h} <`O-/֖`ZJ2'` V {vchA:9]t_ m-i5g٢6lߧWIwlY^;1hUO\#wsWesgf{r$;f˙lÊ~56zJE"T'M=!qR#2A᧴?y Ur o (L?ikȍ2Pq $^jB`P rSѩޯS%0PXi0.XݜyڮlNC;y [k09kQdW=`*/tД[8>%u$`PhWX.eKk2căZq fm!rl 2J u4^טոBEopTzb[kCMeՏ>t)Lm,I ZKaq_aTy ZRSD#od=Tm9`d Ix}Vch03ԸP^a^rWlVn &zM y}u7^;i /J]'k7e qeK xOtpija(i#aJד]Mn|;mzL( )R ᬙiS >0R8%U>~}n 8%좍E XqX%{R/E|7`6¦ YC8.|fv^i!\0[ARdo*^/əBNuBf,Y6۫)Uv_JLʛSj!;!m9jLdzct#"&d:k^ e %|jjuܕAAAbIH,A:2mN3T mt,!أdR:ތW79$2*bh \ɖo|kl͉"~rbu)D#]+-vk=k dF3:sK]L?4ݒ^bxdVb ÍeT_tWeߎ` M+MKQtRHjfCG Mо[#@ ֻKtM-ZmQρNH8NV1Ie9X}W0EMAݲ(Nͭbr_~UϤ۹ǔܖ|%k:-( _/Pbh1x%8LW?`O:0'Q};TM:zI`06 hs_ myg`aqez>]t¾1J3\C3 ׮MExXS4+%IF2LNzY|?0U֚Acs:b AH8!tǛuPAd8l^I ]woXX@vicb9`[q͑d;PfUcK͖m\_pEkĎrqayۙP\-ZMۓ wD$ wEp)x v 8/>݄Y'bh&Ң投.(H`[jdȝ/Xf)M]eyXdAC#L;-xg& GˇIݶYDyF Zx-2`P`Hn \5*!WW{sZqw6jBӾwe1L j/nߕxoOjފ~'?q ] YZ