postfix-bdb-3.7.3-150500.3.14.3<>,~Tf48p9|XT4`q><+a[T=S'R8Nfjk/>mtHK}=qWd9V=8m 磝l%U6JNf\hwmv/oh@ts4@aBqy:wDXHIcEo˸ ߓTt;3S ڀt"T55"cE"hlrN%Ap<ۼzpvmiz-Cy>Q?d " F =TZb9D  "< # '4 S U|X]aRa|d e8f8j8kDkPkf(ki7kp8l9oL:{=>?@CFGH0IXT Y \]^bcde f#l%u8v8wּx y\zXhltx|Cpostfix-bdb3.7.3150500.3.14.3A fast, secure, and flexible mailerPostfix aims to be an alternative to the widely-used sendmail program with bdb supportf48h04-armsrv2W}SUSE Linux Enterprise 15SUSE LLC IPL-1.0 OR EPL-2.0https://www.suse.com/Productivity/Networking/Email/Servershttp://www.postfix.orglinuxaarch64 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%461@  @X PP@@@ pt*nI@$N`@@@  @ (@ @@ z! `^RD x( 8`@ P@ pAg}](( J A;9 & -  vH 1 z  ~ &q $ `|T 6 *6Z d& `A큤聤聤AA큤A큀AA큤AAAA큤A큤AAAAAAAAAAAAAAAAf41f41f41f41f4-f4-f4-f4-f4-f4-f41f4-f4-f41f41f4-f4-f4-f41f4-f4-f4-f4-f4-f4-f41f41f4-f41f41f4-f4-f4-f4-f4-f41f41f43f43f43f41f42f42f42f42f42f42f42f42f42f42f42f42f42f42f4/f4/f4/f4/f42f4/f42f42f42f42f42f42f42f42f42f42f42f42f42f42f4/f4/f43f43f43f43f43f4/f4/f4/f41f4/f42f41f41f41f41f41f41f41f41f41f42f42f42f42f42f41f41f41f42f42f42f42f42f42f42f42f42f42f42f42f42f43f42f42f42f44c@ff41f41f44ZeXf40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f40f41f4/f4/f4/f4/f4/f4/f4/f4/f4/f4/f4/f4/f4/f4/f4/2a578b63978d4658a4982a6cd6cdc8b123eb297be639937a6febed1ab696868d6233f37dc93ae05d476bbeb03ffa6de4d006893a9d5c91d38afb66506d224e9dd5e51380e7ec868a42d336c868fc012ab95cac771d95361504cc6040b8d86221c00a478a7c120c4ef2ad0851c0fbd50d3cba2739d5ecb1be16e6bc4c75792d56d7c000b62ab236b5c5c4db8ad7edec232b2afe95d85c8e064a5c9f6d5308620f7fdf5c3b79ba13d9c264e20742b88ec15b3b9ca7abf400e24691fefddcf54fec84c8bf2d0d78923734d713667ccbb34b703da09da9bfb4bc1ee1930e29252e530346aaf4bc296be09477b038c780641b4b074c9bafa94b3b556cdc3f77c17f17e3fe120264875113f86595e8310867a188e65f52c3f039c4e2c3554910e4562fd1f8ccc0f7e3d745cf87893b9d1feec45b6e806db6b67180be55e3bf269a399b1a1282cd3e245ea1bc32c901f715dc8f0c0b3392a9263dacf39fb65badb85932e523e826b0192c39b42d71597caa8b3e5e166d1e6af98528f046f1ebe67279257987a8bb5574dc385076dc07254f804116424358cc8bdb9a9b53a15a83735def45e3888f80a3af34a76d6ee1fe55dd4ef3eede5508212b7f77a47cef12165e9439118ed6f4d372a0f4c61c0427279801a48775dca0c5d2d035738c3e3d23b4e25245f57c1ea2cc57018182ba5a3db61493b8c33b14498243f285c48fec06688c94dde5b8abc9797efaaea2dbc51a30ff96cc55e2df5507258db5330e8c1db23842fac085b0a420236276365e4f84728f8a970d6fb5b22ded860610d0612a52ac7b2f8f9147b41c7e47df9b97c22831afb23be7141818614ec2370210e460c9d10509447bf9ca833a515dff2d47d65daeca2956d102d1b1d1ef107f753bc10d7dd1952b04ea66793de883a61045da9d3665f409812fc6578090deaabe864a695f245cf3a00a723f8d359243ae47b3bfcd3b8d5b2fc922066041aab756a5e885d58eb8534a7cc6a2ea42c5b4be1c455279de3a10fe62a9a86b2f6e752331a873e16308e79a80563130e95d899567daf677329fd128b07339cecfadd6ad48d1cae5399c61c8aa9b4928006339bd1dbebd59081f7ea0bf20381936d55bcfcad72642fdf3be782f4cce5b80154b8c0973317c625378b858dc436fa13d058a683b575daf1bc2712e7b9014e9d3d5f0d879c477ce63e3daac584259f7e38205e93330c7ed12c4a05ddf1e305d7155fd9a68b5c948290c05538aedf58e88ddac2a7488aecd6ff7ab94a92159da177b67105cee1625528dbfc9787b25479a83f205e783d0bfa404aea7145bd715d44008f4e95b3cef31c4509f7afd6391012b05c459f6d767138c521369d4d94649ec525a797e103cf5f5a37840e8aee86cc6be717c1b476617c2faa6edec2450a9cfe004b09f3c37a2ccb4cd6fd2cb945bb95790f96375c15cf1c6bd169d4a6071e65b1aa595bdfc3d663d04091dc7ca4a95d48edfb90c966489dd82b6eed7e2c3faf5f7c6bef1887d8a0ae2d1b67900970fae5fe6ebf3e5c92320f259cf853053c4b78d477d1b63f2743ea9a825d1f50742570bc2538a5d784cebb306129b531e85c73bb0546f8c0869fac28ed590edfe0e745d9058b0b3138c6a6622cb22bf37d3a1c772d9c1def330aa49b1e5301bbb7b60e401bfcfebb4142986dbf17f2fa3595399a368d838c65d428ab07ec63bde5275940c2cf38b6d6a80c5c7b60617f899f28684b901b58f0f18bc0115dfcda3dd3bbc93e4ba373c600d1d622b745bbd594ce56ab43aa4c5c663d6345342f01f54d8e2bbe6a000ee5bd0f10459e3eb6bce931413151ee609754de8c0e12e28b412db0abb119076514c5cb6d940921cc1d818984bfca0cd76ab160ae07976a25807ea42d80a381404c33b389b0fd76f452b1be3ca57c112a01ff6f84b5c7fdac06ff7a41e812a0ac2f10d7d57b1795759c48a028dbf7604107c97662297c137b028c8a3bc6c8c29f46d87cad8c9dd9c78a387c34c4ae4e6ef0922e2ed28f747fe92b6951056b06a93c58805f1e8eebbd91eab1762dd4fcf5a619a74c96d82f320adecc4d9a5017b2f8f9147b41c7e47df9b97c22831afb23be7141818614ec2370210e460c9d1d1952b04ea66793de883a61045da9d3665f409812fc6578090deaabe864a695f245cf3a00a723f8d359243ae47b3bfcd3b8d5b2fc922066041aab756a5e885d58eb8534a7cc6a2ea42c5b4be1c455279de3a10fe62a9a86b2f6e752331a873e1b1249e1a26bff0306084bd772b718f86bf5ab13010990fb50b2636d56fc04f016308e79a80563130e95d899567daf677329fd128b07339cecfadd6ad48d1cae5f245bb235a012fe2f4b77cb02eba46ee0854a38a0def6cbc4397f76f724c5b6f3884a553bf8ad2c580d456ce330fa5589f605dca8e40e681d2812d2c5d31acbf1404c33b389b0fd76f452b1be3ca57c112a01ff6f84b5c7fdac06ff7a41e812aa1f2b2c61b2b2669df7ebd54848dff0b403c9afaee95dbbc6e27ca79ebd4c666d54d1881ee888f2868bbfd64e3cb55e20550e1e7f4ef15c840f51478c384cde506aaca521adb283155cbf0471af6f2b9e433323c614f63df6439f5e51cb33ea8373c600d1d622b745bbd594ce56ab43aa4c5c663d6345342f01f54d8e2bbe6a0706e88411333e56af19239cd8687d311bd5f317969a9dee4d2aae7c59420059a30001cec831a7f8a47d4a55a92512b480cb446841eea4e716570747347b7e9bdcad1e771808338df9d088ab0e54b7b1371c86578d17f25ded8f1362b9f27ac3703524297dc27f62053fb16c036e174ae3808399374203597e2677211ac7377ee0bb67489c07c95d00072f2398ee2f053b22a761421fdc3080aad9d3a7e4e3a33032967a646dd4f01ffabcfc7e8f2294b61052443a1b0d6de7ee98a82e2631fb9ff29341f475c0d67a7fcafeb532e91c854e96b1f2cd9ac7340b4edad419d108241a6b9cacd3e22c49310814f117f11e39d70232d0d4041e4a4193678819164ffb71cd60e8b16d28b3f5615ce72ba8d6575ab2b17c62486e253b586dd7cbe457bd6ca2ffdfe9257a094f6b5c6d8c6adb2491ac9d7a5b53e4804d6ba4ae3fceec094dde5b8abc9797efaaea2dbc51a30ff96cc55e2df5507258db5330e8c1db238e90c1827f029ffd9ebf7dd02e6ed11b6638148b902d43298359b0ba0745369c2da40f4f721e3e1590c5654da1d97ccbb368ec80ce73ae92f6e6803bd378292c989020c1ea194e7b3b5593f895c17826a054df54aa2b05ed2a27fe25e39950ee85acd39bc6ab523fc65209ca3eb9b9ba0aa262ac4126165e92f7e50d4b1828e8e629ecacfee9b825e544e77664b580fd3a4b79683a569522ba9664678d1ea909e307d0c83a162dff424bc75945b5efaa07ca932206f34ca914d118a8eef97814f6d9961cfc75d9f200710be2c198fe66dac6fe7d2204377f9e073b52a488616ec2bae481f01213bfeeaf6f5c71250d752e1e6b7484598d634e8f34becbddaea77948fc901134b90a69d20bef55e0ded2fcf96c688f6a931141bb9557014aa8174690f5c2c57160ac72438f7fbb303d6fb8619e072a27b9077a22de6debf145d164f8618f1be1a3d76d59782628afccdf2f9a056c517713b3973acb0fae4e485cf48832a633b3ad11dfea868da2a8c778b97b445d3c690a4cddc57cddc98986c21e4b1535773f6fb2b909125f39eb66ab57e36e90f94aa2e45e90eccef1c46230778288cb87bf57158981fbf6018ce808a4ee61062e7e0f3bb7acb0f7f0917b6dc5d07ce83280dbfd59c64fff72dd8e9b1b7c9befe7824f010f9fd8372c1467b797bd40ea2b6712f04f86224fe054d15d029ba83452a3a538ef864576e956d6f78d1c96dd1a5566d34d280012af856ab10a74114a48c1efc15e016b6f8ca91005d09e4ae022c2d41a6603a08d7cb33ef92f491a8d7bc7e258a5c3cc0619fce54758a2c1137178a61360cfcdeb195a692d9d8125f6617d59be7cf70ec98aaa7f4990897cef6fe518fa6aaf9f9daeb2cd4a4176058ffd6c8426a8841b4013daf739c8fd821c49cd866af2af15a74f5e1d2f77e24c894d2c75c965fc232024ba2ad114a33bd8faaceb3cba5ee0ce1d67d2c977537d685e2753b59ea96a4ddf64cc215d08135058661dd2b787c73cfbc21cf6a8f1127c6340a3fbef64c3c5c17503d861adbc175fbc9dfc58ba00df01a63bb795c9714c28355392e5b9dde7257de9e211e51a4b8c69e5ff3d5e1d9a3f4075669b98eab4a114db5ea6ce9d99174528abcacb6e41f84136b8824676d2476c65e43ff8d490c7a814840a417ba64c4cb8b6174ebeb6c71b7147460798a59c3b28f38b6a31f0369bd79acbc8c7ecb45fcdf851f051bd54015a8fbd7ea72e78168da33b8d193720d55279fe2d43dd397c5035125b9194ddbce4f278475cdf99a35fcf60015e277b9107f4a16e98610ec054445e3cd925d80d584287588b3dc5772863e30faf9ecd6ea241301a0b138a33cf632949b9ceeb02bedda9295399a65d40ca2476348698e945a66aac8738d06cd073e3b67e0669c2ce9ac6c2da70c97609fbda0dbdeadc39c78bb0e759a82ad37f19fdc85d6366655710632424a0898ddce2ee8157b0c6d8f3939c2fbecd750efaf91dc52bd3ebc52fd8bce4f5bdbbd6a0dc40db295d8205194f536cab893caf1ff8271e1bf3bb15fa706ad0043403f7cfa3ddcf18c0fda1819510b3eed675626f93c9e8f419f25f0f53e6bfed867bb7bcbeb8ae50fd6c066623751c197814061d4a2c00a478a7c120c4ef2ad0851c0fbd50d3cba2739d5ecb1be16e6bc4c75792d56d7c000b62ab236b5c5c4db8ad7edec232b2afe95d85c8e064a5c9f6d5308620fcf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae5cf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae506c7369d042f41d4b180606e671693360b5039d5adbc66ce7023f8fca51fe77c12c0a752512a2fa449962c8ad6485bcf18b77b25d1ca510f617d22acd541bd3676a9757ad897490efcbb2930e4df2c4825e357fd837b0b4edb593dbfb929c890c0a551e468e51ab954609f7cba8d90a690592424021dd4172b6d503f61f16f2a09fa295334c7eb61a38611d79572e3b9807351a1ace2187be7122a535c513628380c5a203fc8c25ce60ac2e886c59c3feda42bbfd5d8ea5ab43aa8e81be546ff50ea672e2974dfb23a0ba943c154b168d873da4fe620a591b7dd1bca4b50e680add3e1d9b2ecf4ef4719a9375251264af81ac483191bb175bb6cc2e1531864463d8cbf8c98a56846f982e39fab33e36f5f25721f9abb6bcb6cc27aa0e30c270f3631915eae3490f530f777479e38e575bd1c47af45e5b4fc705f6e2cbb27172f2ad9e16472f2fd41d9b935a51124bd23255942bb31b87baa5032abaea63464b68324a8668d30666cbcaca4d0cf14c848038ce428ec52c7e794b8b1595c58aa633f44dd6a18a2642f15dbfa4bbd9996afcf754ee21f219cfecd9769b10165e815302e6af00d997abd1c007293c1c5dd39394f2d26646cefd3daa55d03baee41680615045b43a6f34d23521e5ca1dcbc98d96417a751822c79b88cb8cc439fe6b11c5c3e6b854f094f1d2adfefe2c9d2954299844543544d619e3d71365f20592b579aaa2cd24c8086d371fa5c1dd21aabf5a38581a43048414c49f9f1f7b442e64ed17e39efb4a8119815dff22e6d0c0ad06d759a86b1ccb8c500dbc2fb0b3edba89bf354cde01ee2fb2aef1f7a42fc208e9dc394dfc29c5ddb81070ff23342f6a143cda859d6f9009818f2b2d35e63598a4cd89ca3465f9a13ee8c36cde0df3d8dcc538be9ca147cdefe2a8aebc2fc112206782be0463bc7b56b59f25e0e03103c128651d6800935396d82ea8d9ba8fbdcc21fbcb2143b53f137396e1c3cbe0de9bcfa5cd19bd9c7efa18b4881572e613c971c7ebb4a5c4f02c8d16d7994624295e9a149ba17b04192f87ca8f461a7341279d6d29a0c34a416132ee9809885539e952420b13295663dcddbca6542a3b15c466d07b06c4c1d4bcb3193e25c95f1b1af69aad541f2834dda291f048adf0ef41b6028ec991db25a3d346880d61678f45391d1d1ee69e5ae310cf4884cd065ce44fbd25053ad3a0ce8f22bf6dc5b0d615119b8ff1b7e2aaf71c62ff67847d3c8a8f477521b749c4e07f9a7bbb478b7320f0a928861874ce74bf40110506f38932d282de80232385015f0843dca9e56973a903a028483a52502c3421baf32b2bf06df249be5c07ec6169cfcf5e9e059b52718c89b2a31f7067eb143d505d7de1bf9325ed759018eb9f78de3c03a8b78fbfbcbc0f9cc6ff1a2608a5cfd2361e19bfbb42d470ab38205b89f1a492cc3949e080a63a9abc97ce080a0a43c3a2706f4a4b0a45a7ccfd782962e230511068e48f019236073cd43b84ba5191117707b2ffe29d5662f1a3db751fd3d202beba42b578b55eea83dc321c35719751be2d4a9c206731ef4c4e9a5ae0ca1933bcbafb23436e690ddba82f337aa0e605fa2e9602a48920dc557838f611467178c2da9473b18cb2dd09bba11700177c4c1f78d050403e9b6ae3a3afea5e5c3e8aa40f08fee2e03fc6b368c57fed43874ca64dd0d3ea495c1be3968adb5f355ce2ac4a2e65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf1ee17f559410830a74bcda186e544e50aad24d52353072ba67d3744e87a5da9ba8e978995d78535f862b96ba2d46576a8ef0f9fedf761c1a3cc98f365e76e647bff739951fd551d2826dc6cad3bfbb767db18c4b80feb1c8cf5eecd16f4d03e183072bfc4b441c6355b69dc7200436daf39be2d3e01d8957a3206a5781a6cce023203dfed04846ed6cb2dd23b7f8dd879084c267e9b3f9aec297c69c11bf56086088e06d4dda57bd3ff3408d7cee78fb9ba89c273f6647013b3801039f5cc0fa06aabdc85825ed9d073031c5ce8a1cc44a2ab7d0463d2cd3c0f4478040801bd5de8903f4452cae0ba5c70c22c8f6bdd6c589f63bd7a904e7869db9cc8ce162eca1bf811f96179634a94f7a2e855206161bfeb34718ed81e00af747d86afdfa5be3a04377a06261211b9526160f29621a4d98efd74aad74c8673267d6bbed65bd73c9501197d9f714ef980c3dcafd5d367e29ac91a087cfbcbeb58f1bf778a7f92d01dddc97d4ba465ef1e1c6a5fcc502fefb58bb0d9b130588a0d983946130636461074eab17a8248b5392791c54e752097c91a40d5506cf436124471e622aa36b1a54dc7d363ee6f158e7674ecf53f1acc71f759a420397820e7a07e914c1f7bca267ec2a3f11ff73810482162a4b096b9fb57dce4ecb1a5c88414eb44c42b122287b5b0d119a4c8e1e0c31b2d2067e8cfce481dab413b8114adeedb4d2e6a3655713755ac205b888a8047eb1e04e06a72505b27d86e904911767c59b13dea117a6a25b1afa1307e6e0d7973fc52e3000daec9a7e781557f9db61180d5944d45560dde55dbf3c676a278d0a8fe4a28364a85484fef68df290b7b52334d55e3bfe8e770f2abf3cd7772d1ab298b73efbe9e92b2cb03380aadc0f1798749cea8d68282df5de4adde2de334f568a7514e3b32fa4467212bde04c41790afe9b82a20fb78466dd4192adfdcdaaad9507244ff791c67f2107ce3dadd8c546cc672c0ae65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf360308d57a23d8e3159088bd528c14d2231870549d27e28ef814a6bbccd890cfc75ee98d76e7ba9b49b2941e5db0c9655b261deed9e6215bf43851a54dd8feb9399fa1d276d9b336bf42890d530aacc70dbefcc9a3f6c1c098df056cc8f8f841../../ssl/certs../sbin/sendmail../sbin/sendmail../../lib64/libpostfix-dns.so../../lib64/libpostfix-global.so../../lib64/libpostfix-master.so../../lib64/libpostfix-tls.so../../lib64/libpostfix-util.so../sbin/sendmailservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpostfixrootpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmaildroprootrootrootmaildroprootrootmaildroprootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmaildroprootmaildroprootrootpostfix-bdb-3.7.3-150500.3.14.3.src.rpmconfig(postfix-bdb)group(maildrop)group(postfix)libpostfix-dns.so()(64bit)libpostfix-global.so()(64bit)libpostfix-master.so()(64bit)libpostfix-tls.so()(64bit)libpostfix-util.so()(64bit)postfix-bdbpostfix-bdb(aarch-64)smtp_daemonuser(postfix)@ !@@@@@@@@@@@@@@@@@@@@@@@@@@      /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(postfix-bdb)coreutilsdiffutilsededededfillupgrepgroup(mail)iproute2ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.17)(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.17)(64bit)libsasl2.so.3()(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1(OPENSSL_1_1_1)(64bit)perlperlperlperlpermissionspermissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sysuser-shadowuser(nobody)3.7.3-150500.3.14.33.0.4-14.6.0-14.0.4-14.0-15.2-13.2eximpostfixsendmail4.14.3 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postdrop 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postlog 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postqueue 1>&2 /usr/bin/chkstat -n --warn --system -e /etc/postfix/sasl_passwd 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/sendmail 1>&2f3@e(e;dܺ@d@bbbzSbq@bobf@b]RbJbBb4t@b/.@baa@araraqV@a^@a'@a$@a ``R@``E`"@`̊`D``r`!@`t6@`H`B@`3@`U`__@_@_@__j___L@_D@_?@_/@_p@_A@^^^b^'@^>@^=@^ku^=Q@^:@^8 @]e@]@]b@]m]M`@]:@]9]4S]]^@]@\@\\\@\~d\}@\zp@\y\\\LK\I[[=@[ͻ[[[[ZZUZZkZ@Z)-@Z@ZY@Y@YMY@Y@YY@YyYC@XQ@Xh@XX@XO@XO@X7@XM@Xv@Xk@X9y@X)@X lW1@W WPWJWDB@WDB@WVVVV@VhVU5@U@U@UUlI@UXU6;U3Tء@TOT@TTT@To)@TeTN3TD@varkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comchris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dedimstar@opensuse.orgmrueckert@suse.demichael@stroeder.comvarkoly@suse.comilya@ilya.cfmichael@stroeder.comvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.comopensuse@dstoecker.dejsegitz@suse.comjsegitz@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comchris@computersalat.devarkoly@suse.commichael@stroeder.comvarkoly@suse.comchris@computersalat.dechris@computersalat.degmbr3@opensuse.orgmichael@stroeder.comchris@computersalat.demrueckert@suse.devarkoly@suse.commichael@stroeder.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.cominfo@paolostivanin.comsuse+build@de-korte.orgvarkoly@suse.comsuse+build@de-korte.orgsuse+build@de-korte.orgsuse+build@de-korte.orgvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.comkukuk@suse.comkukuk@suse.comsuse+build@de-korte.orgmichael@stroeder.comsuse+build@de-korte.orgkukuk@suse.commichael@stroeder.commichael@stroeder.commichael@stroeder.comsuse+build@de-korte.orgmichael@stroeder.commichael@stroeder.comvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.commliska@suse.czmichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.commatthias.gerstner@suse.comchris@computersalat.demichael@stroeder.comvarkoly@suse.comdimstar@opensuse.orgtchvatal@suse.comvarkoly@suse.commichael@stroeder.comvarkoly@suse.comjslaby@suse.commrueckert@suse.demichael@stroeder.commax@suse.comchris@computersalat.dechris@computersalat.demalte.kraus@suse.commichael@stroeder.comchris@computersalat.dechris@computersalat.devarkoly@suse.comtchvatal@suse.comvarkoly@suse.commichael@stroeder.comlnussel@suse.deadam.majer@suse.devarkoly@suse.comilya@ilya.pp.uavarkoly@suse.comdimstar@opensuse.orgrbrown@suse.comkukuk@suse.demichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comkukuk@suse.devarkoly@suse.commichael@stroeder.comchris@computersalat.dewerner@suse.dechris@computersalat.dekukuk@suse.demrueckert@suse.dewr@rosenauer.orgkukuk@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.comchris@computersalat.dechris@computersalat.dechris@computersalat.demichael@stroeder.commichael@stroeder.comschwab@suse.dechris@computersalat.devarkoly@suse.comvarkoly@suse.comopensuse@dstoecker.demrueckert@suse.demrueckert@suse.demrueckert@suse.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comjkeil@suse.demeissner@suse.commeissner@suse.commichael@stroeder.comcrrodriguez@opensuse.orgmpluskal@suse.commrueckert@suse.demrueckert@suse.demichael@stroeder.comvarkoly@suse.comvarkoly@suse.commpluskal@suse.comvarkoly@suse.comvarkoly@suse.comtchvatal@suse.comdimstar@opensuse.orgdmueller@suse.commichael@stroeder.com- Set inet_interfaces to loopback-only instead of localhost as proposed in man 5 postconf. (bsc#1223264)- (bsc#1218304) VUL-0: postfix: new SMTP smuggling attack (bsc#1218314) SMTP Smuggling - Spoofing E-Mails Worldwide Apply patch containing the feature smtpd_forbid_unauth_pipelining as default yes. add patch: postfix-3.7-patch06 - Security: the Postfix SMTP server optionally disconnects remote SMTP clients that violate RFC 2920 (or 5321) command pipelining constraints. The server replies with "554 5.5.0 Error: SMTP protocol synchronization" and logs the unexpected remote SMTP client input. Specify "smtpd_forbid_unauth_pipelining = yes" to enable. - Workaround to limit collateral damage from OS distributions that crank up security to 11, increasing the number of plaintext email deliveries. This introduces basic OpenSSL configuration file support, with two new parameters "tls_config_file" and "tls_config_name". Details are in the postconf(5) manpage under "tls_config_file" and "tls_config_name".- postfix: config.postfix causes too tight permission on main.cf (bsc#1215372)- CVE-2023-32182: postfix: config_postfix SUSE specific script potentially bad /tmp file usage (bsc#1211196) Use temp file created by mktemp- update to 3.7.3 postfix 3.7.2 - messages with many recipients are declared corrupt with warning: Unexpected record type 'X' at offset (bsc#1213515) This fixes a bug where some messages were not delivered after "warning: Unexpected record type 'X' The new version contains only the required patch- use correct source signature file (gpg2)- update to 3.7.2 https://de.postfix.org/ftpmirror/official/postfix-3.7.2.RELEASE_NOTES - rebase patches * pointer_to_literals.patch * postfix-linux45.patch * postfix-main.cf.patch * postfix-master.cf.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch * postfix-vda-v14-3.0.3.patch * set-default-db-type.patch - build against libpcre2- remove *.swp from postfix-SUSE.tar.gz- fix config.postfix 'hash' leftover with relay_recipients - update postfix-main.cf.patch about * smtp_tls_security_level (obsoletes smtp_use_tls, smtp_enforce_tls) * smtpd_tls_security_level (obsoletes smtpd_use_tls, smtpd_enforce_tls) - rebase/refresh patches * harden_postfix.service.patch * postfix-avoid-infinit-loop-if-no-permission.patch * postfix-master.cf.patch * postfix-vda-v14-3.0.3.patch * set-default-db-type.patch- Change ed requires to /usr/bin/ed: allow busybox-ed to be used inside containers.- add missing requires for config.postfix and the postfix postinstall script: perl and ed- update to 3.6.6 * (problem introduced: Postfix 2.7) The milter_header_checks maps are now opened before the cleanup(8) server enters the chroot jail. * In an internal client module, "host or service not found" was a fatal error, causing the milter_default_action setting to be ignored. It is now a non-fatal error, just like a failure to connect. * The proxy_read_maps default value was missing up to 27 parameter names. The corresponding lookup tables were not automatically authorized for use with the proxymap(8) service. The parameter names were ending in _checks, _reply_footer, _reply_filter, _command_filter, and _delivery_status_filter. * (problem introduced: Postfix 3.0) With dynamic map loading enabled, an attempt to create a map with "postmap regexp:path" would result in a bogus error message "Is the postfix-regexp package installed?" instead of "unsupported map type for this operation". This happened with all non-dynamic map types (static, cidr, etc.) that have no 'bulk create' support.- config.postfix fails to set smtp_tls_security_level (bsc#1192314)- Refreshed spec-file via spec-cleaner and manual optimizated. * Added -p flag to all install commands. * Removed -f flag from all ln commands. - Changed file harden_postfix.service.patch (boo#1191988).- update to 3.6.5 * Glibc 2.34 implements closefrom(). This was causing a conflict with Postfix's implementation for systems that have no closefrom() implementation. * Support for Berkeley DB version 18. - removed obsolete postfix-3.6.2-glibc-234-build-fix.patch- Postfix on start don't run postalias /etc/postfix/aliases (error open database /etc/postfix/aliases.lmdb). (bsc#1197041) Apply proposed patch- config.postfix can't handle symlink'd /etc/resolv.cof (bsc#1195019) Adapt proposed change: using "cp -afL" by copying.- Update to 3.6.4 * Bug introduced in bugfix 20210708: duplicate bounce_notice_recipient entries in postconf output. This was caused by an incomplete fix to send SMTP session transcripts to $bounce_notice_recipient. * Bug introduced in Postfix 3.0: the proxymap daemon did not automatically authorize proxied maps inside pipemap (example: pipemap:{proxy:maptype:mapname, ...}) or inside unionmap. * Bug introduced in Postfix 2.5: off-by-one error while writing a string terminator. This code passed all memory corruption tests, presumably because it wrote over an alignment padding byte, or over an adjacent character byte that was never read. * The proxymap daemon did not automatically authorize map features added after Postfix 3.3, caused by missing *_maps parameter names in the proxy_read_maps default value. Found during code maintenance.- Update to 3.6.3 * (problem introduced in Postfix 2.4, released in 2007): queue file corruption after a Milter (for example, MIMEDefang) made a request to replace the message body with a copy of that message body plus additional text (for example, a SpamAssassin report). * (problem introduced in Postfix 2.10, released in 2012): The postconf "-x" option could produce incorrect output, because multiple functions were implicitly sharing a buffer for intermediate results. Problem report by raf, root cause analysis by Viktor Dukhovni. * (problem introduced in Postfix 2.11, released in 2013): The check_ccert_access feature worked as expected, but produced a spurious warning when Postfix was built without SASL support. Fix by Brad Barden. * Fix for a compiler warning due to a missing 'const' qualifier when compiling Postfix with OpenSSL 3. Depending on compiler settings this could cause the build to fail. * The known_tcp_ports settings had no effect. It also wasn't fully implemented. Problem report by Peter. * Fix for missing space between a hostname and warning text.- Ensure postfix can write to home directory or server side filtering wont work (sieve)- Ensure service can write to /etc/postfix- Added hardening to systemd service (bsc#1181400). Added harden_postfix.service.patch- config.postfix not updatet after lmdb switch (bsc#1190945) Adapt config.postfix- postfix master.cf: to include "submissions" service (bsc#1189684) Adapt master.cf patch- postfix fails with glibc 2.34 Define HAS_CLOSEFROM (bsc#1189101) add patch - postfix-3.6.2-glibc-234-build-fix.patch- fix config.postfix (follow up of bsc#1188477)- Syntax error in config.postfix (bsc#1188477)- Update to 3.6.2 * In Postfix 3.6, fixed a false "Result too large" (ERANGE) fatal error in the compatibility_level parser, because there was no 'errno = 0' statement before an strtol() call. * (problem introduced in Postfix 3.3) "Null pointer read" error in the cleanup daemon when "header_from_format = standard" (the default as of Postfix 3.3), and email was submitted with /usr/sbin/sendmail without From: header, and an all-space full name was specified in 1) the password file, 2) with "sendmail - F", or 3) with the NAME environment variable. Found by Renaud Metrich. * (problem introduced in Postfix 2.4) False "too many reverse jump" warnings in the showq daemon, because loop detection code was comparing memory addresses instead of queue file names. Reported by Mehmet Avcioglu. * (problem introduced in 1999) The Postfix SMTP server was sending all session transcripts to the error_notice_recipient (default: postmaster), instead of sending transcripts of bounced mail to the bounce_notice_recipient (default: postmaster). Reported by Hans van Zijst. * The texthash: map implementation broke tls_server_sni_maps, because it did not support multi-file inputs. Reported by Christopher Gurnee, who also found an instance of the missing code in the "postmap -F" source code. File: util/dict_thash.c.- spamd wants to start before mail-transfer-agent.target, but that target doesn't exist (bsc#1066854)- postfix-SUSE * rework sysconfig.postfix, add - POSTFIX_WITH_DKIM - POSTFIX_DKIM_CONN * rework config.postfix for main.cf - with_dkim - update postfix-main.cf.patch * add OpenDKIM settings- postfix-mysql * add mysql_relay_recipient_maps.cf - postfix-SUSE * rework sysconfig.postfix, add - POSTFIX_RELAY_RECIPIENTS - POSTFIX_BACKUPMX * add relay_recipients * rework config.postfix for main.cf - is_backupmx - relay_recipient_maps- Add now working CONFIG parameter to sysusers generator - Remove unnecessary group line from postfix-vmail-user.conf- Update to 3.6.1 * Bugfix (introduced: Postfix 2.11): the command "postmap lmdb:/file/name" (create LMDB database from textfile) handled duplicate input keys ungracefully, discarding entries stored up to and including the duplicate key, and causing a double free() call with lmdb versions 0.9.17 and later. Reported by Adi Prasaja; double free() root cause analysis by Howard Chu. * Typo (introduced: Postfix 3.4): silent_discard should be silent-discard in BDAT_README.- fix postfix-master.cf.patch * set correct indentation (again) for options of - submission (needs 3 spaces) - smtps (needs 4 spaces) to make config.postfix work nicely again- Update to 3.6.0 - Major changes - internal protocol identification Internal protocols have changed. You need to "postfix stop" before updating, or before backing out to an earlier release, otherwise long-running daemons (pickup, qmgr, verify, tlsproxy, postscreen) may fail to communicate with the rest of Postfix, causing mail delivery delays until Postfix is restarted. For more see /usr/share/doc/packages/postfix/RELEASE_NOTES - refreshed patches to apply cleanly again: fix-postfix-script.patch ipv6_disabled.patch pointer_to_literals.patch postfix-linux45.patch postfix-main.cf.patch postfix-master.cf.patch postfix-no-md5.patch postfix-ssl-release-buffers.patch postfix-vda-v14-3.0.3.patch set-default-db-type.patch- (bsc#1186669) - postfix.service has "Requires=var-run.mount" Remove bad requirements- Update to 3.5.10 with security fixes: * Missing null pointer checks (introduced in Postfix 3.4) after an internal I/O error during the smtp(8) to tlsproxy(8) handshake. Found by Coverity, reported by Jaroslav Skarvada. Based on a fix by Viktor Dukhovni. * Null pointer bug (introduced in Postfix 3.0) and memory leak (introduced in Postfix 3.4) after an inline: table syntax error in main.cf or master.cf. Found by Coverity, reported by Jaroslav Skarvada. Based on a fix by Viktor Dukhovni. * Incomplete null pointer check (introduced: Postfix 2.10) after truncated HaProxy version 1 handshake message. Found by Coverity, reported by Jaroslav Skarvada. Fix by Viktor Dukhovni. * Missing null pointer check (introduced: Postfix alpha) after null argv[0] value.- (bsc#1183305) - config.postfix uses db as suffix for postmaps Depending on DEF_DB_TYPE uses lmdb or db- (bsc#1182833) - /usr/share/fillup-templates/sysconfig.postfix still refers to /etc/services Use getent to detect if smtps is already defined.- (bsc#1180473) [Build 20201230] postfix has invalid default config (bsc#1181381) [Build 130.3] openQA test fails in mta, mutt - postfix broken: "queue file write error" and "error: unsupported dictionary type: hash" Export DEF_DB_TYPE before starting the perl script.- bsc#1180473 - [Build 20201230] postfix has invalid default config Fixing config.postfix and sysconfig.postfix- Update to 3.5.9 * improves the reporting of DNSSEC problems that may affect DANE security- Only do the conversion from the hash/btree databases to lmdb when the default database type changes from hash to lmdb and do not stop and start the service (the old compiled databases can live together with the new ones) - convert-bdb-to-lmdb.sh - Clean up the specfile * Remove < 1330 conditional builds * Use generated postfix-files instead of the obsolete one from postfix-SUSE.tar.gz * Use dynamicmaps.cf.d instead of modifying dynamicmaps.cf upon (de)installation of optional mysql, pgsql and ldap subpackages * Use default location for post-install, postfix-tls-script, postfix-wrapper and postmulti-script- Set lmdb to be the default db. - Convert btree tables to lmdb too. Stop postfix before converting from bdb to lmdb - This package is without bdb support. That's why convert must be done without any suse release condition. o remove patch postfix-no-btree.patch o add set-default-db-type.patch- Set database type for address_verify_map and postscreen_cache_map to lmdb (btree requires Berkeley DB) o add postfix-no-btree.patch- Set default database type to lmdb and fix update_postmaps script- Use variable substition instead of sed to remove .db suffix and substitute hash: for lmdb: in /etc/postfix/master.cf as well. Check before substitution if there is something to do (to keep rpmcheck happy).- bsc#1176650 L3: What is regularly triggering the "fillup" command and changing modify-time of /etc/sysconfig/postfix? o Remove miss placed fillup_only call from %verifyscript- Remove Berkeley DB dependency (JIRA#SLE-12191) The pacakges postfix is build without Berkely DB support. lmdb will be used instead of BDB. The pacakges postfix-bdb is build with Berkely DB support. o add patch for main.cf for postfix-bdb package postfix-bdb-main.cf.patch- Update to 3.5.8 * The Postfix SMTP client inserted into message headers longer than $line_length_limit (default: 2048), causing all subsequent header content to become message body content. * The postscreen daemon did not save a copy of the postscreen_dnsbl_reply_map lookup result. This has no effect when the recommended texthash: look table is used, but it could result in stale data with other lookup tables. * After deleting a recipient with a Milter, the Postfix recipient duplicate filter was not updated; the filter suppressed requests to add the recipient back. * Memory leak: the static: maps did not free their casefolding buffer. * With "smtpd_tls_wrappermode = yes", the smtps service was waiting for a TLS handshake, after processing an XCLIENT command. * The smtp_sasl_mechanism_filter implementation ignored table lookup errors, treating them as 'not found'. * The code that looks for Delivered-To: headers ignored headers longer than $line_length_limit (default: 2048).- Update to 3.5.7 * Fixed random certificate verification failures with "smtp_tls_connection_reuse = yes", because tlsproxy(8) was using the wrong global TLS context for connections that use DANE or non-DANE trust anchors.- Move ldap into an own sub-package like all other databases - Move manual pages to correct sub-package- Use sysusers.d to create system accounts - Remove wrong %config for systemd directory content- Use the correct signature file for source verification - Rename postfix-3.5.6.tar.gz.sig to postfix-3.5.6.tar.gz.asc (to prevent confusion, as the signature file from upstream with .sig extension is incompatible with the build service)- Update to 3.5.6 with following fixes: * Workaround for unexpected TLS interoperability problems when Postfix runs on OS distributions with system-wide OpenSSL configurations. * Memory leaks in the Postfix TLS library, the largest one involving multiple kBytes per peer certificate.- Add source verification (add postfix.keyring)- Use systemd_ordering instead of systemd_require. - Move /etc/postfix/system to /usr/lib/postfix/systemd [bsc#1173688] - Drop /var/adm/SuSEconfig from %post, it does nothing. - Rename postfix-SuSE to postfix-SUSE - Delete postfix-SUSE/README.SuSE, company name spelled wrong, completly outdated and not used. - Delete postfix-SUSE/SPAMASSASSIN+POSTFIX.SuSE, company name spelled wrong, outdated and not used. - sysconfig.mail-postfix: Fix description of MAIL_CREATE_CONFIG, SuSEconfig is gone since ages. - update_chroot.systemd: Remove advice to run SuSEconfig. - Remove rc.postfix, not used, outdated. - mkpostfixcert: Remove advice to run SuSEconfig.- Update to 3.5.4: * The connection_reuse attribute in smtp_tls_policy_maps always resulted in an "invalid attribute name" error. * SMTP over TLS connection reuse always failed for Postfix SMTP client configurations that specify explicit trust anchors (remote SMTP server certificates or public keys). * The Postfix SMTP client's DANE implementation would always send an SNI option with the name in a destination's MX record, even if the MX record pointed to a CNAME record. MX records that point to CNAME records are not conformant with RFC5321, and so are rare. Based on the DANE survey of ~2 million hosts it was found that with the corrected SMTP client behavior, sending SNI with the CNAME-expanded name, the SMTP server would not send a different certificate. This fix should therefore be safe.- Update to 3.5.3: * TLS handshake failure in the Postfix SMTP server during SNI processing, after the server-side TLS engine sent a TLSv1.3 HelloRetryRequest (HRR) to a remote SMTP client. * The command "postfix tls deploy-server-cert" did not handle a missing optional argument. This bug was introduced in Postfix 3.1.- Update to 3.5.2: * A TLS error for a database client caused a false 'lost connection' error for an SMTP over TLS session in the same Postfix process. This bug was introduced with Postfix 2.2. * The same bug existed in the tlsproxy(8) daemon, where a TLS error for one TLS session could cause a false 'lost connection' error for a concurrent TLS session in the same process. This bug was introduced with Postfix 2.8. * The Postfix build now disables DANE support on Linux systems with libc-musl such as Alpine, because libc-musl provides no indication whether DNS responses are authentic. This broke DANE support without a clear explanation. * Due to implementation changes in the ICU library, some Postfix daemons reported file access errrors (U_FILE_ACCESS_ERROR) after chroot(). This was fixed by initializing the ICU library before making the chroot() call. * Minor code changes to silence a compiler that special-cases string literals. * Segfault (null pointer) in the tlsproxy(8) client role when the server role was disabled. This typically happened on systems that do not receive mail, after configuring connection reuse for outbound SMTP over TLS. * The date portion of the maillog_file_rotate_suffix default value used the minute (%M) instead of the month (%m).- boo#1106004 fix incorrect locations for files in postfix-files- Dropped deprecated-RES_INSECURE1.patch to make DNSSEC-secured lookups and DANE mail transport work again - Update to 3.5.1: * Support for the haproxy v2 protocol. The Postfix implementation supports TCP over IPv4 and IPv6, as well as non-proxied connections; the latter are typically used for heartbeat tests. * Support to force-expire email messages. This introduces new postsuper(1) command-line options to request expiration, and additional information in mailq(1) or postqueue(1) output. * The Postfix SMTP and LMTP client support a list of nexthop destinations separated by comma or whitespace. These destinations will be tried in the specified order. * Incompatible changes: * Logging: Postfix daemon processes now log the from= and to= addresses in external (quoted) form in non-debug logging (info, warning, etc.). This means that when an address localpart contains spaces or other special characters, the localpart will be quoted, for example: from=<"name with spaces"@example.com> Specify "info_log_address_format = internal" for backwards compatibility. * Postfix now normalizes IP addresses received with XCLIENT, XFORWARD, or with the HaProxy protocol, for consistency with direct connections to Postfix. This may change the appearance of logging, and the way that check_client_access will match subnets of an IPv6 address.- Update to 3.4.10: * Bug (introduced: Postfix 2.3): Postfix Milter client state was not properly reset after one Milter in a multi-Milter configuration failed during MAIL FROM, resulting in a Postfix Milter client panic during the next MAIL FROM command in the same SMTP session.- bsc#1162891 server:mail/postfix: cond_slp bug on TW after moving /etc/services to /usr/etc/services- bsc#1160413 postfix fails with -fno-common- Update to 3.4.9: * Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). * Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. * Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance.- Update to 3.4.8: * Fix for an Exim interoperability problem when postscreen after-220 checks are enabled. Bug introduced in Postfix 3.4: the code that detected "PIPELINING after BDAT" looked at the wrong variable. The warning now says "BDAT without valid RCPT", and the error is no longer treated as a command PIPELINING error, thus allowing mail to be delivered. Meanwhile, Exim has been fixed to stop sending BDAT commands when postscreen rejects all RCPT commands. * Usability bug, introduced in Postfix 3.4: the parser for key/certificate chain files rejected inputs that contain an EC PARAMETERS object. While this is technically correct (the documentation says what types are allowed) this is surprising behavior because the legacy cert/key parameters will accept such inputs. For now, the parser skips object types that it does not know about for usability, and logs a warning because ignoring inputs is not kosher. * Bug introduced in Postfix 2.8: don't gratuitously enable all after-220 tests when only one such test is enabled. This made selective tests impossible with 'good' clients. This will be fixed in older Postfix versions at some later time.- Backport deprecated-RES_INSECURE1.patch in order to fix boo#1149705.- Update to 3.4.7: * Robustness: the tlsproxy(8) daemon could go into a loop, logging a flood of error messages. Problem reported by Andreas Schulze after enabling SMTP/TLS connection reuse. * Workaround: OpenSSL changed an SSL_Shutdown() non-error result value into an error result value, causing logfile noise. * Configuration: the new 'TLS fast shutdown' parameter name was implemented incorrectly. The documentation said "tls_fast_shutdown_enable", but the code said "tls_fast_shutdown". This was fixed by changing the code, because no-one is expected to override the default. * Performance: workaround for poor TCP loopback performance on LINUX, where getsockopt(..., TCP_MAXSEG, ...) reports a bogus TCP maximal segment size that is 1/2 to 1/3 of the real MSS. To avoid client-side Nagle delays or server-side delayed ACKs caused by multiple smaller-than-MSS writes, Postfix chooses a VSTREAM buffer size that is a small multiple of the reported bogus MSS. This workaround increases the multiplier from 2x to 4x. * Robustness: the Postfix Dovecot client could segfault (null pointer read) or cause an SMTP server assertion to fail when talking to a fake Dovecot server. The Postfix Dovecot client now logs a proper error instead.- bsc#1120757 L3: File Permissions->Paranoid can cause a system hang Break loop if postfix has no permission in spool directory. - add postfix-avoid-infinit-loop-if-no-permission.patch- fix for boo#1144946 mydestination - missing default localhost * update config.postfix- bsc#1142881 - mkpostfixcert from Postfix still uses md- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- update example POSTFIX_BASIC_SPAM_PREVENTION: permit_mynetworks for * POSTFIX_SMTPD_HELO_RESTRICTIONS * POSTFIX_SMTPD_RECIPIENT_RESTRICTIONS - fix for: Can't connect to local MySQL server through socket '/run/mysql/mysql.sock' * update config.postfix * update update_chroot.systemd- Update to 3.4.6: * Workaround for implementations that hang Postfix while shutting down a TLS session, until Postfix times out. With "tls_fast_shutdown_enable = yes" (the default), Postfix no longer waits for the TLS peer to respond to a TLS 'close' request. This is recommended with TLSv1.0 and later. * Fixed a too-strict censoring filter that broke multiline Milter responses for header/body events. Problem report by Andreas Thienemann. * The code to reset Postfix SMTP server command counts was not called after a HaProxy handshake failure, causing stale numbers to be reported. Problem report by Joseph Ward. * postconf(5) documentation: tlsext_padding is not a tls_ssl_options feature. * smtp(8) documentation: updated the BUGS section text about Postfix support to reuse open TLS connections. * Portability: added "#undef sun" to util/unix_dgram_connect.c.- Ensure that postfix is member of all groups as before.- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini- Drop the omc config fate#301838: * it is obsolete since SLE11- bsc#1104543 config.postfix does not start tlsmgr in master.cf when using POSTFIX_SMTP_TLS_CLIENT="must". Applyed the proposed patch.- Update to 3.4.5: Bugfix (introduced: Postfix 3.0): LMTP connections over UNIX-domain sockets were cached but not reused, due to a cache lookup key mismatch. Therefore, idle cached connections could exhaust LMTP server resources, resulting in two-second pauses between email deliveries. This problem was investigated by Juliana Rodrigueiro. File: smtp/smtp_connect.c.- Update to 3.4.4 o Incompatible changes - The Postfix SMTP server announces CHUNKING (BDAT command) by default. In the unlikely case that this breaks some important remote SMTP client, disable the feature as follows: /etc/postfix/main.cf: [#] The logging alternative: smtpd_discard_ehlo_keywords = chunking [#] The non-logging alternative: smtpd_discard_ehlo_keywords = chunking, silent_discard - This introduces a new master.cf service 'postlog' with type 'unix-dgram' that is used by the new postlogd(8) daemon. Before backing out to an older Postfix version, edit the master.cf file and remove the postlog entry. - Postfix 3.4 drops support for OpenSSL 1.0.1 - To avoid performance loss under load, the tlsproxy(8) daemon now requires a zero process limit in master.cf (this setting is provided with the default master.cf file). By default, a tlsproxy(8) process will retire after several hours. - To set the tlsproxy process limit to zero: postconf -F tlsproxy/unix/process_limit=0 postfix reload o Major changes - Postfix SMTP server support for RFC 3030 CHUNKING (the BDAT command) without BINARYMIME, in both smtpd(8) and postscreen(8). This has no effect on Milters, smtpd_mumble_restrictions, and smtpd_proxy_filter. See BDAT_README for more. - Support for logging to file or stdout, instead of using syslog. - Logging to file solves a usability problem for MacOS, and eliminates multiple problems with systemd-based systems. - Logging to stdout is useful when Postfix runs in a container, as it eliminates a syslogd dependency. - Better handling of undocumented(!) Linux behavior whether or not signals are delivered to a PID=1 process. - Support for (key, list of filenames) in map source text. Currently, this feature is used only by tls_server_sni_maps. - Automatic retirement: dnsblog(8) and tlsproxy(8) process will now voluntarily retire after after max_idle*max_use, or some sane limit if either limit is disabled. Without this, a process could stay busy for days or more. - Postfix SMTP client support for multiple deliveries per TLS-encrypted connection. This is primarily to improve mail delivery performance for destinations that throttle clients when they don't combine deliveries. This feature is enabled with "smtp_tls_connection_reuse=yes" in main.cf, or with "tls_connection_reuse=yes" in smtp_tls_policy_maps. It supports all Postfix TLS security levels including dane and dane-only. - SNI support in the Postfix SMTP server, the Postfix SMTP client, and in the tlsproxy(8) daemon (both server and client roles). See the postconf(5) documentation for the new tls_server_sni_maps and smtp_tls_servername parameters. - Support for files that contain multiple (key, certificate, trust chain) instances. This was required to implement server-side SNI table lookups, but it also eliminates the need for separate cert/key files for RSA, DSA, Elliptic Curve, and so on. - Support for smtpd_reject_footer_maps (as well as the postscreen variant postscreen_reject_footer_maps) for more informative reject messages. This is indexed with the Postfix SMTP server response text, and overrides the footer specified with smtpd_reject_footer. One will want to use a pcre: or regexp: map with this. o Bugfixes - Andreas Schulze discovered that reject_multi_recipient_bounce was producing false rejects with BDAT commands. This problem already existed with Postfix 2.2 smtpd_end_of_data_restrictons. Postfix 3.4.4 fixes both.- postfix-linux45.patch: support also newer kernels -- pretend we are still at kernel 3. Note that there are no conditionals for LINUX3 or LINUX4. And LINUX5 was generated, but not tested in the code which caused build failures.- skip set -x and fix version update changes entry- Update to 3.3.3 * When the master daemon runs with PID=1 (init mode), it will now reap child processes from non-Postfix code running in the same container, instead of terminating with a panic. * Bugfix (introduced: postfix-2.11): with posttls-finger, connections to unix-domain servers always resulted in "Failed to establish session" even after a connection was established. Jaroslav Skarva. File: posttls-finger/posttls-finger.c. * Bugfix (introduced: Postfix 3.0): with smtputf8_enable=yes, table lookups could casefold the search string when searching a lookup table that does not use fixed-string keys (regexp, pcre, tcp, etc.). Historically, Postfix would not case-fold the search string with such tables. File: util/dict_utf8.c.- PostrgeSQL's pg_config is meant for linking server extensions, use libpq's pkg-config instead, if available. This is needed to fix build with PostgreSQL 11.- rework config.postfix * disable commenting of smtpd_sasl_path/smtpd_sasl_type no need to comment, cause it is set to default anyway and 'uncommenting' would place it at end of file then which is not wanted- rework postfix-main.cf.patch * disable virtual_alias_domains cause (default: $virtual_alias_maps) - rework config.postfix * disable PCONF of virtual_alias_domains virtual_alias_maps will be set anyway to the correct value * extend virtual_alias_maps with - mysql_virtual_alias_domain_maps.cf - mysql_virtual_alias_domain_catchall_maps.cf - rework postfix-mysql, added * mysql_virtual_alias_domain_maps.cf * mysql_virtual_alias_domain_catchall_maps.cf needed for reject_unverified_recipient- binary hardening: link with full RELRO- Update to 3.3.2 * Support for OpenSSL 1.1.1 and TLSv1.3. * Bugfixes: - smtpd_discard_ehlo_keywords could not disable "SMTPUTF8", because some lookup table was using "EHLO_MASK_SMTPUTF8" instead. - minor memory leak in DANE support when minting issuer certs. - The Postfix build did not abort if the m4 command was not installed, resulting in a broken postconf command.- add POSTFIX_RELAY_DOMAINS * more flexibility to add to relay_domains without breaking config.postfix * rework restriction examples in sysconf.postfix based on postfix-buch.com (2. edtion by Hildebrandt, Koetter) - disable weak cipher: RC4 after check with https://ssl-tools.net/mailservers- update config.postfix * don't reject mail from authenticated users even if reject_unknown_client_hostname would match, add permit_sasl_authenticated to all restrictions requires smtpd_delay_reject = yes - update postfix-main.cf.patch * recover removed setting smtpd_sasl_path and smtpd_sasl_type, set to default value config.postfix will not 'enable' (remove #) var, but place modified (enabled) var at end of file, far away from place where it should be - rebase patches * fix-postfix-script.patch * postfix-vda-v14-3.0.3.patch * postfix-linux45.patch * postfix-master.cf.patch * pointer_to_literals.patch * postfix-no-md5.patch- bsc#1092939 - Postfixes postconf gives a lot of LDAP related warnings o add m4 as buildrequires, as proposed.- Add zlib-devel as buildrequires, previously included from openssl-devel- bsc#1087471 Unreleased Postfix update breaks SUSE Manager o Removing setting smtpd_sasl_path and smtpd_sasl_type to empty- Update to 3.3.1 * Postfix did not support running as a PID=1 process, which complicated Postfix deployment in containers. The "postfix start-fg" command will now run the Postfix master daemon as a PID=1 process if possible. Thanks for inputs from Andreas Schulze, Eray Aslan, and Viktor Dukhovni. * Segfault in the postconf(1) command after it could not open a Postfix database configuration file due to a file permission error (dereferencing a null pointer). Reported by Andreas Hasenack, fixed by Viktor Dukhovni. * The luser_relay feature became a black hole, when the luser_relay parameter was set to a non-existent local address (i.e. mail disappeared silently). Reported by J?rgen Thomsen. * Missing error propagation in the tlsproxy(8) daemon could result in a segfault after TLS handshake error (dereferencing a 0xffff...ffff pointer). This daemon handles the TLS protocol when a non-whitelisted client sends a STARTTLS command to postscreen(8).- remove pre-requirements on sysvinit(network) and sysvinit(syslog). There seems to be no good reason for that other than blowing up the dependencies (bsc#1092408).- bsc#1071807 postfix-SuSE/config.postfix: only reload postfix if the actual service is running. This prevents spurious and irrelevant error messages in system logs.- bsc#1082514 autoyast: postfix gets not set myhostname properly - set to localhost- Refresh spec-file via spec-cleaner and manual optinizations. * Add %license macro. * Set license to IPL-1.0 OR EPL-2.0. - Update to 3.3.0 * http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.3.0.RELEASE_NOTES * Dual license: in addition to the historical IBM Public License 1.0, Postfix is now also distributed with the more recent Eclipse Public License 2.0. Recipients can choose to take the software under the license of their choice. Those who are more comfortable with the IPL can continue with that license. * The postconf command now warns about unknown parameter names in a Postfix database configuration file. As with other unknown parameter names, these warnings can help to find typos early. * Container support: Postfix 3.3 will run in the foreground with "postfix start-fg". This requires that Postfix multi-instance support is disabled (the default). To collect Postfix syslog information on the container's host, mount the host's /dev/log socket into the container, for example with "docker run -v /dev/log:/dev/log ...other options...", and specify a distinct Postfix syslog_name setting in the container (for example with "postconf syslog_name=the-name-here"). * Milter support: applications can now send RET and ENVID parameters in SMFIR_CHGFROM (change envelope sender) requests. * Postfix-generated From: headers with 'full name' information are now formatted as "From: name
" by default. Specify "header_from_format = obsolete" to get the earlier form "From: address (name)". * Interoperability: when Postfix IPv6 and IPv4 support are both enabled, the Postfix SMTP client will now relax MX preferences and attempt to schedule similar numbers of IPv4 and IPv6 addresses. This works around mail delivery problems when a destination announces lots of primary MX addresses on IPv6, but is reachable only over IPv4 (or vice versa). The new behavior is controlled with the smtp_balance_mx_inet_protocols parameter. * Compatibility safety net: with compatibility_level < 1, the Postfix SMTP server now warns for mail that would be blocked by the Postfix 2.10 smtpd_relay_restrictions feature, without blocking that mail. There still is a steady trickle of sites that upgrade from an earlier Postfix version.- bsc#1065411 Package postfix should require package system-user-nobody - bsc#1080772 postfix smtpd throttle getting "hello" if no sasl auth was configured- Fix usage of fillup_only:-y is not a valid option to this macro.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Don't mark postfix.service as config file, this is no config file. - Some of the Requires(pre) are needed for post-install and at runtime, fix the requires.- update to 3.2.4 * DANE interoperability. Postfix builds with OpenSSL 1.0.0 or 1.0.1 failed to send email to some sites with "TLSA 2 X X" DNS records associated with an intermediate CA certificate. Problem report and initial fix by Erwan Legrand. * Missing dynamicmaps support in the Postfix sendmail command. This broke authorized_submit_users settings that use a dynamically-loaded map type. Problem reported by Ulrich Zehl.- bnc#1059512 L3: Postfix Problem The applied changes breaks existing postfix configurations because daemon_directory was not adapted to the new value.- fix build for SLE * nothing provides libnsl-devel * add bcond_with libnsl- bnc#1059512 L3: Postfix Problem To manage multiple Postfix instances on a single host requires that daemon_directory and shlib_directory is different to avoid use of the shared directories also as per-instance directories. For this reason daemon_directory was set to /usr/lib/postfix/bin/. shlib_directory stands /usr/lib/postfix/.- bnc#1016491 postfix raported to log "warning: group or other writable:" on each symlink in config. * Add fix-postfix-script.patch- update to 3.2.3 * Extension propagation was broken with "recipient_delimiter = .". This change reverts a change that was trying to be too clever. * The postqueue command would abort with a panic message after it experienced an output write error while listing the mail queue. This change restores a write error check that was lost with the Postfix 3.2 rewrite of the vbuf_print formatter. * Restored sanity checks for dynamically-specified width and precision in format strings (%*, %.*, and %*.*). These checks were lost with the Postfix 3.2 rewrite of the vbuf_print formatter.- Add libnsl-devel build requires for glibc obsoleting libnsl- bnc#1045264 L3: postmap problem * Applying proposed patch of leen.meyer@ziggo.nl in bnc#771811- update to 3.2.2 * Security: Berkeley DB versions 2 and later try to read settings from a file DB_CONFIG in the current directory. This undocumented feature may introduce undisclosed vulnerabilities resulting in privilege escalation with Postfix set-gid programs (postdrop, postqueue) before they chdir to the Postfix queue directory, and with the postmap and postalias commands depending on whether the user's current directory is writable by other users. This fix does not change Postfix behavior for Berkeley DB versions < 3, but it does reduce postmap and postalias 'create' performance with Berkeley DB versions 3.0 .. 4.6. * The SMTP server receive_override_options were not restored at the end of an SMTP session, after the options were modified by an smtpd_milter_maps setting of "DISABLE". Milter support remained disabled for the life time of the smtpd process. * After the Postfix 3.2 address/domain table lookup overhaul, the check_sender_access and check_recipient_access features ignored a non-default parent_domain_matches_subdomains setting.- revert changes of postfix-main.cf.patch from rev=261 * config.postfix will not 'enable' (remove #) var, but place modified (enabled) var at end of file, far away from place where it should be * keep vars enabled but empty- Some cleanups * Fix SUSE postfix-files to avoid chown errors (anyway this file seems to be obsolete) * Avoid installing shared libraries twice * Refresh patch postfix-linux45.patch- update postfix-master.cf.patch * recover lost (with 3.2.0 update) submission, smtps sections * merge with upstream update - update config.postfix * update master.cf generation for submission - rebase patches against 3.2.0 * pointer_to_literals.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch * postfix-vda-v14-3.0.3.patch- Require system group mail - Use mail group name instead of GID- update to 3.2.0 - [Feature 20170128] Postfix 3.2 fixes the handling of address extensions with email addresses that contain spaces. For example, the virtual_alias_maps, canonical_maps, and smtp_generic_maps features now correctly propagate an address extension from "aa bb+ext"@example.com to "cc dd+ext"@other.example, instead of producing broken output. - [Feature 20161008] "PASS" and "STRIP" actions in header/body_checks. "STRIP" is similar to "IGNORE" but also logs the action, and "PASS" disables header, body, and Milter inspection for the remainder of the message content. Contributed by Hobbit. - [Feature 20160330] The collate.pl script by Viktor Dukhovni for grouping Postfix logfile records into "sessions" based on queue ID and process ID information. It's in the auxiliary/collate directory of the Postfix source tree. - [Feature 20160527] Postfix 3.2 cidr tables support if/endif and negation (by prepending ! to a pattern), just like regexp and pcre tables. The primarily purpose is to improve readability of complex tables. See the cidr_table(5) manpage for syntax details. - [Incompat 20160925] In the Postfix MySQL database client, the default option_group value has changed to "client", to enable reading of "client" option group settings in the MySQL options file. This fixes a "not found" problem with Postfix queries that contain UTF8-encoded non-ASCII text. Specify an empty option_group value (option_group =) to get backwards-compatible behavior. - [Feature 20161217] Stored-procedure support for MySQL databases. Contributed by John Fawcett. See mysql_table(5) for instructions. - [Feature 20170128] The postmap command, and the inline: and texthash: maps now support spaces in left-hand field of the lookup table "source text". Use double quotes (") around a left-hand field that contains spaces, and use backslash (\) to protect embedded quotes in a left-hand field. There is no change in the processing of the right-hand field. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - [Feature 20161024] smtpd_milter_maps support for per-client Milter configuration that overrides smtpd_milters, and that has the same syntax. A lookup result of "DISABLE" turns off Milter support. See MILTER_README.html for details. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - [Incompat 20170129] The postqueue command no longer forces all message arrival times to be reported in UTC. To get the old behavior, set TZ=UTC in main.cf:import_environment (this override is not recommended, as it affects all Postfix utities and daemons). - [Incompat 20161227] For safety reasons, the sendmail -C option must specify an authorized directory: the default configuration directory, a directory that is listed in the default main.cf file with alternate_config_directories or multi_instance_directories, or the command must be invoked with root privileges (UID 0 and EUID 0). This mitigates a recurring problem with the PHP mail() function. - [Feature 20160625] The Postfix SMTP server now passes remote client and local server network address and port information to the Cyrus SASL library. Build with ``make makefiles "CCARGS=$CCARGS -DNO_IP_CYRUS_SASL_AUTH"'' for backwards compatibility. - [Feature 20161103] Postfix 3.2 disables the 'transitional' compatibility between the IDNA2003 and IDNA2008 standards for internationalized domain names (domain names beyond the limits of US-ASCII). This change makes Postfix behavior consistent with contemporary web browsers. It affects the handling of some corner cases such as German sz and Greek zeta. See http://unicode.org/cldr/utility/idna.jsp for more examples. Specify "enable_idna2003_compatibility = yes" to restore historical behavior (but keep in mind that the rest of the world may not make that same choice). - [Feature 20160828] Fixes for deprecated OpenSSL 1.1.0 API features, so that Postfix will build without depending on backwards-compatibility support. [Incompat 20161204] Postfix 3.2 removes tentative features that were implemented before the DANE spec was finalized: - Support for certificate usage PKIX-EE(1), - The ability to disable digest agility (Postfix now behaves as if "tls_dane_digest_agility = on"), and - The ability to disable support for "TLSA 2 [01] [12]" records that specify the digest of a trust anchor (Postfix now behaves as if "tls_dane_trust_anchor_digest_enable = yes). - [Feature 20161217] Postfix 3.2 enables elliptic curve negotiation with OpenSSL >= 1.0.2. This changes the default smtpd_tls_eecdh_grade setting to "auto", and introduces a new parameter tls_eecdh_auto_curves with the names of curves that may be negotiated. The default tls_eecdh_auto_curves setting is determined at compile time, and depends on the Postfix and OpenSSL versions. At runtime, Postfix will skip curve names that aren't supported by the OpenSSL library. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - refresh postfix-master.cf.patch- make sure that system users can be created in %pre- Fix requires: - shadow is needed for postfix-mysql pre-install section - insserv is not needed if systemd is used- update postfix-mysql * update mysql_*.cf files * update postfix-mysql.sql (INNODB, utf8) - update postfix-main.cf.patch * uncomment smtpd_sasl_path, smtpd_sasl_type can be changed via POSTFIX_SMTP_AUTH_SERVICE=(cyrus,dovecot) * add option for smtp_tls_policy_maps (commented) - update postfix-master.cf.patch * fix indentation of submission, smtps options for correct enabling via config.postfix - update config.postfix * fix sync of CA certificates * fix master.cf generation for submission, smtps - rebase postfix-vda-v14-3.0.3.patch- FATE#322322 Update postfix to version 3.X Merging changes with SLES12-SP2 Removeved patches: add_missed_library.patch bnc#947707.diff dynamic_maps.patch postfix-db6.diff postfix-opensslconfig.patch bnc#947519.diff dynamic_maps_pie.patch postfix-post-install.patch These are included in the new version of postfix - Remove references to SuSEconfig.postfix from sysconfig docs. (bsc#871575) - bnc#947519 SuSEconfig.postfix should enforce umask 022 - bnc#947707 mail generated by Amavis being prevented from being re-adressed by /etc/postfix/virtual - bnc#972346 /usr/sbin/SuSEconfig.postfix is wrong - postfix-linux45.patch: handle Linux 4.x and Linux 5.x (used by aarch64) (bsc#940289)- update to 3.1.4 * The postscreen daemon did not merge the client test status information for concurrent sessions from the same IP address. * The Postfix SMTP server falsely rejected a sender address when validating a sender address with "smtpd_reject_unlisted_recipient = yes" or with "reject_unlisted_sender". Cause: the address validation code did not query sender_canonical_maps. * The virtual delivery agent did not detect failure to skip to the end of a mailbox file, so that mail would be delivered to the beginning of the file. This could happen when a mailbox file was already larger than the virtual mailbox size limit. * The postsuper logged an incorrect rename operation count after creating a missing directory. * The Postfix SMTP server falsely rejected mail when a sender-dependent "error" transport was configured. Cause: the SMTP server address validation code was not updated when the sender_dependent_default_transport_maps feature was introduced. * The Postfix SMTP server falsely rejected an SMTPUTF8 sender address, when "smtpd_delay_reject = no". * The "postfix tls deploy-server-cert" command used the wrong certificate and key file. This was caused by a cut-and-paste error in the postfix-tls-script file.- improve config.postfix * improve SASL stuff * add POSTFIX_SMTP_AUTH_SERVICE=(cyrus|dovecot)- improve config.postfix * improve with MySQL stuff- update vda patch to latest available * remove postfix-vda-v13-3.10.0.patch * add postfix-vda-v14-3.0.3.patch - rebase patches (and to be p0) * pointer_to_literals.patch * postfix-main.cf.patch * postfix-master.cf.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch - add /etc/postfix/ssl as default DIR for SSL stuff * cacerts -> ../../ssl/certs/ * certs/ - revert POSTFIX_SSL_PATH from '/etc/ssl' to '/etc/postfix/ssl' - improve config.postfix * revert smtpd_tls_CApath to POSTFIX_SSL_PATH/cacerts which is a symlink to /etc/ssl/certs Without reverting, 'gen_CA' would create files which would then be on the previous defined 'sslpath(/etc/ssl)/certs' (smtpd_tls_CApath) Cert reqs would be placed in 'sslpath(/etc/ssl)/certs/postfixreq.pem' which is not a good idea. * mkchroot: sync '/etc/postfix/ssl' to chroot * improve PCONF for smtp{,d}_tls_{cert,key}_file, adding/removing from main.cf, show warning if enabled and file is missing- update to 3.1.3: * The Postfix SMTP server did not reset a previous session's failed/total command counts before rejecting a client that exceeds request or concurrency rates. This resulted in incorrect failed/total command counts being logged at the end of the rejected session. * The unionmap multi-table interface did not propagate table lookup errors, resulting in false "user unknown" responses. * The documentation was updated with a workaround for false "not found" errors with MySQL map queries that contain UTF8-encoded text. The workaround is to specify "option_group = client" in Postfix MySQL configuration files. This will be the default setting with Postfix 3.2 and later.- update to 3.1.2: * Changes to make Postfix build with OpenSSL 1.1.0. * The makedefs script ignored readme_directory=pathname overrides. Fix by Todd C. Olson. * The tls_session_ticket_cipher documentation says that the default cipher for TLS session tickets is aes-256-cbc, but the implemented default was aes-128-cbc. Note that TLS session ticket keys are rotated after 1/2 hour, to limit the impact of attacks on session ticket keys.- postfix-post-install.patch: remove empty patch- fix Changelog cause of Factory decline- Fix typo in config.postfix- bnc#981097 config.postfix creates broken main.cf for tls client configuration - bnc#981099 /etc/sysconfig/postfix: POSTFIX_SMTP_TLS_CLIENT incomplete - update to 3.1.1: - The new address_verify_pending_request_limit parameter introduces a safety limit for the number of address verification probes in the active queue. The default limit is 1/4 of the active queue maximum size. The queue manager enforces the limit by tempfailing probe messages that exceed the limit. This design avoids dependencies on global counters that get out of sync after a process or system crash. - Machine-readable, JSON-formatted queue listing with "postqueue -j" (no "mailq" equivalent). - The milter_macro_defaults feature provides an optional list of macro name=value pairs. These specify default values for Milter macros when no value is available from the SMTP session context. - Support to enforce a destination-independent delay between email deliveries. The following example inserts 20 seconds of delay between all deliveries with the SMTP transport, limiting the delivery rate to at most three messages per minute. smtp_transport_rate_delay = 20s - Historically, the default setting "postscreen_dnsbl_ttl = 1h" assumes that a "not found" result from a DNSBL server will be valid for one hour. This may have been adequate five years ago when postscreen was first implemented, but nowadays, that one hour can result in missed opportunities to block new spambots. To address this, postscreen now respects the TTL of DNSBL "not found" replies, as well as the TTL of DNSWL replies (both "found" and "not found"). The TTL for a "not found" reply is determined according to RFC 2308 (the TTL of an SOA record in the reply). Support for DNSBL or DNSWL reply TTL values is controlled by two configuration parameters: postscreen_dnsbl_min_ttl (default: 60 seconds). postscreen_dnsbl_max_ttl (default: $postscreen_dnsbl_ttl or 1 hour) The postscreen_dnsbl_ttl parameter is now obsolete, and has become the default value for the new postscreen_dnsbl_max_ttl parameter. - New "smtpd_client_auth_rate_limit" feature, to enforce an optional rate limit on AUTH commands per SMTP client IP address. Similar to other smtpd_client_*_rate_limit features, this enforces a limit on the number of requests per $anvil_rate_time_unit. - New SMTPD policy service attribute "policy_context", with a corresponding "smtpd_policy_service_policy_context" configuration parameter. Originally, this was implemented to share the same SMTPD policy service endpoint among multiple check_policy_service clients. - A new "postfix tls" command to quickly enable opportunistic TLS in the Postfix SMTP client or server, and to manage SMTP server keys and certificates, including certificate signing requests and TLSA DNS records for DANE.- build with working support for SMTPUTF8- fix build on sle11 by pointing _libexecdir to /usr/lib all the time.- some distros did not pull pkgconfig indirectly. pull it directly.- fix building the dynamic maps: the old build had postgresql e.g. with missing symbols. - convert to AUXLIBS_* instead of plain AUXLIBS which is needed for proper dynamic maps. - reordered the CCARGS and AUXLIBS* lines to group by feature - use pkgconfig or *_config tools where possible - picked up signed char from fedora spec file - enable lmdb support: new BR lmdb-devel, new subpackage postfix-lmdb. - don't delete vmail user/groups- update to 3.1.0 - Since version 3.0 postfix supports dynamic loading of cdb:, ldap:, lmdb:, mysql:, pcre:, pgsql:, sdbm:, and sqlite: database clients. Thats why the patches dynamic_maps.patch and dynamic_maps_pie.patch could be removed. - Adapting all the patches to postfix 3.1.0 - remove obsolete patches * add_missed_library.patch * postfix-opensslconfig.patch - update vda patch * remove postfix-vda-v13-2.10.0.patch * add postfix-vda-v13-3.10.0.patch - The patch postfix-db6.diff is not more neccessary - Backwards-compatibility safety net. With NEW Postfix installs, you MUST install a main.cf file with the setting "compatibility_level = 2". See conf/main.cf for an example. With UPGRADES of existing Postfix systems, you MUST NOT change the main.cf compatibility_level setting, nor add this setting if it does not exist. Several Postfix default settings have changed with Postfix 3.0. To avoid massive frustration with existing Postfix installations, Postfix 3.0 comes with a safety net that forces Postfix to keep running with backwards-compatible main.cf and master.cf default settings. This safety net depends on the main.cf compatibility_level setting (default: 0). Details are in COMPATIBILITY_README. - Major changes - tls * [Feature 20160207] A new "postfix tls" command to quickly enable opportunistic TLS in the Postfix SMTP client or server, and to manage SMTP server keys and certificates, including certificate signing requests and TLSA DNS records for DANE. * As of the middle of 2015, all supported Postfix releases no longer nable "export" grade ciphers for opportunistic TLS, and no longer use the deprecated SSLv2 and SSLv3 protocols for mandatory or opportunistic TLS. * [Incompat 20150719] The default Diffie-Hellman non-export prime was updated from 1024 to 2048 bits, because SMTP clients are starting to reject TLS handshakes with primes smaller than 2048 bits. * [Feature 20160103] The Postfix SMTP client by default enables DANE policies when an MX host has a (DNSSEC) secure TLSA DNS record, even if the MX DNS record was obtained with insecure lookups. The existence of a secure TLSA record implies that the host wants to talk TLS and not plaintext. For details see the smtp_tls_dane_insecure_mx_policy configuration parameter. - Major changes - default settings [Incompat 20141009] The default settings have changed for relay_domains (new: empty, old: $mydestination) and mynetworks_style (new: host, old: subnet). However the backwards-compatibility safety net will prevent these changes from taking effect, giving the system administrator the option to make an old default setting permanent in main.cf or to adopt the new default setting, before turning off backwards compatibility. See COMPATIBILITY_README for details. [Incompat 20141001] A new backwards-compatibility safety net forces Postfix to run with backwards-compatible main.cf and master.cf default settings after an upgrade to a newer but incompatible Postfix version. See COMPATIBILITY_README for details. While the backwards-compatible default settings are in effect, Postfix logs what services or what email would be affected by the incompatible change. Based on this the administrator can make some backwards-compatibility settings permanent in main.cf or master.cf, before turning off backwards compatibility. - Major changes - address verification safety [Feature 20151227] The new address_verify_pending_request_limit parameter introduces a safety limit for the number of address verification probes in the active queue. The default limit is 1/4 of the active queue maximum size. The queue manager enforces the limit by tempfailing probe messages that exceed the limit. This design avoids dependencies on global counters that get out of sync after a process or system crash. Tempfailing verify requests is not as bad as one might think. The Postfix verify cache proactively updates active addresses weeks before they expire. The address_verify_pending_request_limit affects only unknown addresses, and inactive addresses that have expired from the address verify cache (by default, after 31 days). - Major changes - json support [Feature 20151129] Machine-readable, JSON-formatted queue listing with "postqueue -j" (no "mailq" equivalent). The output is a stream of JSON objects, one per queue file. To simplify parsing, each JSON object is formatted as one text line followed by one newline character. See the postqueue(1) manpage for a detailed description of the output format. - Major changes - milter support [Feature 20150523] The milter_macro_defaults feature provides an optional list of macro name=value pairs. These specify default values for Milter macros when no value is available from the SMTP session context. For example, with "milter_macro_defaults = auth_type=TLS", the Postfix SMTP server will send an auth_type of "TLS" to a Milter, unless the remote client authenticates with SASL. This feature was originally implemented for a submission service that may authenticate clients with a TLS certificate, without having to make changes to the code that implements TLS support. - Major changes - output rate control [Feature 20150710] Destination-independent delivery rate delay Support to enforce a destination-independent delay between email deliveries. The following example inserts 20 seconds of delay between all deliveries with the SMTP transport, limiting the delivery rate to at most three messages per minute. /etc/postfix/main.cf: smtp_transport_rate_delay = 20s For details, see the description of default_transport_rate_delay and transport_transport_rate_delay in the postconf(5) manpage. - Major changes - postscreen dnsbl [Feature 20150710] postscreen support for the TTL of DNSBL and DNSWL lookup results Historically, the default setting "postscreen_dnsbl_ttl = 1h" assumes that a "not found" result from a DNSBL server will be valid for one hour. This may have been adequate five years ago when postscreen was first implemented, but nowadays, that one hour can result in missed opportunities to block new spambots. To address this, postscreen now respects the TTL of DNSBL "not found" replies, as well as the TTL of DNSWL replies (both "found" and "not found"). The TTL for a "not found" reply is determined according to RFC 2308 (the TTL of an SOA record in the reply). Support for DNSBL or DNSWL reply TTL values is controlled by two configuration parameters: postscreen_dnsbl_min_ttl (default: 60 seconds). This parameter specifies a minimum for the amount of time that a DNSBL or DNSWL result will be cached in the postscreen_cache_map. This prevents an excessive number of postscreen cache updates when a DNSBL or DNSWL server specifies a very small reply TTL. postscreen_dnsbl_max_ttl (default: $postscreen_dnsbl_ttl or 1 hour) This parameter specifies a maximum for the amount of time that a DNSBL or DNSWL result will be cached in the postscreen_cache_map. This prevents cache pollution when a DNSBL or DNSWL server specifies a very large reply TTL. The postscreen_dnsbl_ttl parameter is now obsolete, and has become the default value for the new postscreen_dnsbl_max_ttl parameter. - Major changes - sasl auth safety [Feature 20151031] New "smtpd_client_auth_rate_limit" feature, to enforce an optional rate limit on AUTH commands per SMTP client IP address. Similar to other smtpd_client_*_rate_limit features, this enforces a limit on the number of requests per $anvil_rate_time_unit. - Major changes - smtpd policy [Feature 20150913] New SMTPD policy service attribute "policy_context", with a corresponding "smtpd_policy_service_policy_context" configuration parameter. Originally, this was implemented to share the same SMTPD policy service endpoint among multiple check_policy_service clients.- bnc#958329 postfix fails to start when openslp is not installed- upstream update postfix 2.11.7: * The Postfix Milter client aborted with a panic while adding a message header, after adding a short message header with the header_checks PREPEND action. Fixed by invoking the header output function while PREPENDing a message header. * False alarms while scanning the Postfix queue. Fixed by resetting errno before calling readdir(). This defect was introduced 19970309. * The postmulti command produced an incorrect error message. * The postmulti command now refuses to create a new MTA instance when the template main.cf or master.cf file are missing. This is a common problem on Debian-like systems. * Turning on Postfix SMTP server HAProxy support broke TLS wrappermode. Fixed by temporarily using a 1-byte VSTREAM buffer to read the HAProxy connection hand-off information. * The xtext_unquote() function did not propagate error reports from xtext_unquote_append(), causing the decoder to return partial output, instead of rejecting malformed input. The Postfix SMTP server uses this function to parse input for the ENVID and ORCPT parameters, and for XFORWARD and XCLIENT command parameters.- boo#934060: Remove quirky hostname logic from config.postfix * /etc/hostname doesn't contain anything useful * linux.local is no good either * postfix will use `hostname`.localdomain as fallback- postfix-no-md5.patch: replace fingerprint defaults by sha1. bsc#928885- %verifyscript is a new section, move it out of the %ifdef so the fillups are run afterwards.- upstream update postfix 2.11.6: Default settings have been updated so that they no longer enable export-grade ciphers, and no longer enable the SSLv2 and SSLv3 protocols. - removed postfix-2.11.5_linux4.patch because it's obsolete - Bugfix (introduced: Postfix 2.11): with connection caching enabled (the default), recipients could be given to the wrong mail server. (bsc#944722)- postfix-SuSE.tar.gz/postfix.service: None of nss-lookup.target network.target local-fs.target time-sync.target should be Wanted or Required except by the services the implement the relevant functionality i.e network.target is wanted/required by networkmanager, wicked, systemd-network. other software must be ordered After them, see systemd.special(7)- Fix library symlink generation (boo#928662)- added postfix-2.11.5_linux4.patch: Allow building on kernel 4. Patch taken from: https://groups.google.com/forum/#!topic/mailing.postfix.users/fufS22sMGWY- update to postfix 2.11.5 - Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps ignored the relayhost setting in the case of a DUNNO lookup result. It would use the recipient domain instead. Viktor Dukhovni. Wietse took the pieces of code that enforce the precedence of a sender-dependent relayhost, the global relayhost, and the recipient domain, and put that code together in once place so that it is easier to maintain. File: trivial-rewrite/resolve.c. - Bitrot: prepare for future changes in OpenSSL API. Viktor Dukhovni. File: tls_dane.c. - Incompatibility: specifying "make makefiles" with "CC=command" will no longer override the default WARN setting.- upstream update postfix 2.11.4: Postfix 2.11.4 only: * Fix a core dump when smtp_policy_maps specifies an invalid TLS level. * Fix a missing " in \%s\", in postconf(1) fatal error messages, which violated the C language spec. Reported by Iain Hibbert. All supported releases: * Stop excessive recursion in the cleanup server while recovering from a virtual alias expansion loop. Problem found at Two Sigma. * Stop exponential memory allocation with virtual alias expansion loops. This came to light after fixing the previous problem.- correct pf_daemon_directory in spec. This must be /usr/lib/- bnc#914086 syntax error in config.postfix - Adapt config.postfix to be able to run on SLE11 too.- Don't install sysvinit script when systemd is used - Make explicit PreReq dependencies conditional only for older systems - Don't try to set explicit attributes to symlinks - Cleanup spec file vith spec-cleaner- bnc#912594 config.postfix creates config based on old options- bnc#911806 config.postfix does not set up correct saslauthd socket directory for chroot - bnc#910265 config.postfix does not upgrade the chroot - bnc#908003 wrong access rights on /usr/sbin/postdrop causes permission denied when trying to send a mail as non root user - bnc#729154 wrong permissions for some postfix components- Remove keyring and things as it is md5 based one no longer accepted by gpg 2.1- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify.- restore previously lost fix: Fri Oct 11 13:32:32 UTC 2013 - matz@suse.de - Ignore errors in %pre/%post.- postfix 2.11.3: * Fix for configurations that prepend message headers with Postfix access maps, policy servers or Milter applications. Postfix now hides its own Received: header from Milters and exposes prepended headers to Milters, regardless of the mechanism used to prepend a header. This fix reverts a partial solution that was released on October 13, 2014, and replaces it with a complete solution. * Portability fix for MacOS X 10.7.x (Darwin 11.x) build procedure. - postfix 2.11.2: * Fix for DMARC implementations based on SPF policy plus DKIM Milter. The PREPEND access/policy action added headers ABOVE Postfix's own Received: header, exposing Postfix's own Received: header to Milters (protocol violation) and hiding the PREPENDed header from Milters. PREPENDed headers are now added BELOW Postfix's own Received: header and remain visible to Milters. * The Postfix SMTP server logged an incorrect client name in reject messages for check_reverse_client_hostname_access and check_reverse_client_hostname_{mx,ns}_access. They replied with the verified client name, instead of the name that was rejected. * The qmqpd daemon crashed with null pointer bug when logging a lost connection while not in a mail transaction./bin/sh/bin/sh/bin/sh/bin/sh/bin/shh04-armsrv2 1714723128  !"#$%&'()*+,-./0123456789:;<=>?@ABCD9FGH6JKLMNOPQRSTUVWXYZ[\]^`bdfhjklmnopqrsuvwxyz{|}~3.7.3-150500.3.14.33.7.3-150500.3.14.33.7.3-150500.3.14.3   smtppostfixpostfix.paranoidpostfixLICENSETLS_LICENSEaccessaliasesbounce.cf.defaultcanonicaldynamicmaps.cfgenericheader_checkshelo_accessmain.cfmain.cf.defaultmakedefs.outmaster.cfopenssl_postfix.conf.inpost-installpostfix-filespostfix-scriptpostfix-tls-scriptpostfix-wrapperpostmulti-scriptrelayrelay_ccertsrelocatedsasl_passwdsender_canonicalsslcacertscertstransportvirtualsasl2smtpd.confmailqnewaliasespostfixbinanvilbouncecleanupdiscarddnsblogerrorflushlmtplocalmasternqmgroqmgrpickuppipepost-installpostfix-scriptpostfix-tls-scriptpostfix-wrapperpostlogdpostmulti-scriptpostscreenproxymapqmgrqmqpdscacheshowqsmtpsmtpdspawntlsmgrtlsproxytrivial-rewriteverifyvirtualdynamicmaps.cfdynamicmaps.cf.dlibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.somain.cf.protomakedefs.outmaster.cf.protopostfix-filespostfix-files.dpostfix-pcre.sosystemdcond_slpconfig_postfixupdate_chrootupdate_postmapswait_qmgrsendmailpostfix.servicepostfix-user.conflibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.socheck_mail_queueconfig.postfixmkpostfixcertpostaliaspostcatpostconfpostdroppostfixpostkickpostlockpostlogpostmappostmultipostqueuepostsuperqmqp-sourcercpostfixsendmailsmtp-sinksmtp-sourcepostfix-bdbRELEASE_NOTESsysconfig.mail-postfixsysconfig.postfixpostfix-bdbLICENSETLS_LICENSEmailq.1.gznewaliases.1.gzpostalias.1.gzpostcat.1.gzpostconf.1.gzpostdrop.1.gzpostfix-tls.1.gzpostfix.1.gzpostkick.1.gzpostlock.1.gzpostlog.1.gzpostmap.1.gzpostmulti.1.gzpostqueue.1.gzpostsuper.1.gzsendmail.1.gzaccess.5.gzaliases.5.gzbody_checks.5.gzbounce.5.gzcanonical.5.gzcidr_table.5.gzgeneric.5.gzheader_checks.5.gzmaster.5.gzmemcache_table.5.gznisplus_table.5.gzpcre_table.5.gzpostconf.5.gzpostfix-wrapper.5.gzregexp_table.5.gzrelocated.5.gzsocketmap_table.5.gzsqlite_table.5.gztcp_table.5.gztransport.5.gzvirtual.5.gzanvil.8.gzbounce.8.gzcleanup.8.gzdefer.8.gzdiscard.8.gzdnsblog.8.gzerror.8.gzflush.8.gzlmtp.8.gzlocal.8.gzmaster.8.gzoqmgr.8.gzpickup.8.gzpipe.8.gzpostlogd.8.gzpostscreen.8.gzproxymap.8.gzqmgr.8.gzqmqpd.8.gzscache.8.gzshowq.8.gzsmtp.8.gzsmtpd.8.gzspawn.8.gztlsmgr.8.gztlsproxy.8.gztrace.8.gztrivial-rewrite.8.gzverify.8.gzvirtual.8.gzpostfixpostfixpostfixactivebouncecorruptdeferdeferredflushholdincomingmaildropprivatepublicsavedtrace/etc/pam.d//etc/permissions.d//etc//etc/postfix//etc/postfix/ssl//etc/sasl2//usr/bin//usr/lib//usr/lib/postfix//usr/lib/postfix/bin//usr/lib/postfix/systemd//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/postfix-bdb//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/postfix-bdb//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//var/adm/backup//var/lib//var/spool//var/spool/postfix/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33621/SUSE_SLE-15-SP5_Update/2a2ed052cba280aeb71307ebd932aa27-postfix-bdb.SUSE_SLE-15-SP5_Updatedrpmxz5aarch64-suse-linux   !!!!!"#$%&!!!'()*+,-./01234567777777777777777777777777777777777777777777777777777777777777777777ASCII textdirectoryASCII text, with very long linesPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1d565101fd534d8c3c8a107249656b51f28ed235, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=33317e0e670391114d7a5092eb23072f47e834d2, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a17ef313b67fa951a6398d39cdd91664a09c985d, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=8d0ae9a5c158dc74a8a0b4af13e144588b29cfce, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9d0539bc59620472f343602d939f6fca035c5411, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=db526f43a9d36a0154f366e91b3836c123f418ee, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b9ab683f34305f7abb91ad308cd830987c6459a4, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=75bf282c7a5657c49b89804f4566a06763d00c1a, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=efdb339371d5cc4e9f69cd8b0dcb2b38f06f7900, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c4002911a8e4969f874ac72c450541466d7222fb, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=fd37e6670dfc65d601167824a297a68206c4f323, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=8ec80462db18f844f645f5da5aa5f49f1933d99d, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0b70fe8d305281b3b1cb96929ba93a57bbfa2354, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=048f07457964cd0fa08d0a34387ab3b2059d69d3, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=31f5cc8953027cc2e5b173c88f174323bdd22083, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=efb8264b56b96cffa924f1e95b9a45610d70c26a, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=42972535c37c03fbc5cd3ec219cff2c1c29c1429, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=344d4b217b7a2100dae7ed03fabcbf48f43cd7a7, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=2ed254a73da6bc1eaaeeaed07393b312d7229fff, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=60a2decf0612c814225058848dfbc30694a5d7e8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=39ee114edcc68eda1efab7d7583ac3bf5109a79e, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=19594f9a8d3817c01e66c09bc4127c18efb345a7, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=628bbdf20701f27c136eff4b03ae93786be4221f, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=24e280ed64ff51ab5d83a16dff0b282281b6b5b1, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=eb82bc594ef8465961361ef0ac71344ff025ef92, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=01b57110952f93297ac262e352bdf2495158e94e, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f71ece2ead67161846568cc3e89f5c4345a18c70, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a964a380088c830961deacffc081e0a023cb37d8, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d7500aa70dca8e9dd07962c1b5b900e2934ccb75, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=60fa8a9c093f9b129b5836323ad103aed6579d0b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b309b1455e69526c04c63bcce44b79c202feeb93, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=33444b5dbe4377351bd8973d961332127dd6dd31, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5c3a0d53f9c0cc57f16816a9a6c4d914362d793b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1b06a1874db45804cfa5c1246d762dc615471f70, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=201612c2af1428ae796ce5b0b15b874e8f7124ca, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7ac31fcf29561e129b8df88d4893896f59e8e87f, for GNU/Linux 3.7.0, strippedsetgid ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3be7979f0d54af36a8122ff1b31e8d198238a6f8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=19fe77bbae7b508aef7d22e4d137d97eac710d67, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=34e2e67898f3d6f3f11d5e39649be3a06cac8d4b, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4d2a8430fb7a3adc0aeb7de067099ce9a21e108d, for GNU/Linux 3.7.0, strippedsetgid ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4645474648ab24fc84b75c2d49d0100d4aebec21, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b930005db988d17d281c31f5ddf9c07cc5699b22, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d9ae5a0f08ecfb6eebcf933c6420a8a5f8b48890, for GNU/Linux 3.7.0, strippedsetgid ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=18bbcf2e5651b776366bcfc131f5c92adec6acc9, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b052e1f34541c5fcd540ea7db68068b9c6b874cd, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f19656fa380062799483868e66840338d1d48990, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0590ced42e0a94cdb751f453ecf36fb43dc782c7, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=241a9a2d2aefe828e61aa660fda4fa0e1d0784da, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=5a00805cd57915a72870d69de5869fa8ede714b9, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) #*1=DJQX_fghijqr{"(17=CIOU[agmsy      RRR"R!R$RRRR"R!R$RRRRR"R!R$RRRRR"R!R$RRRRR R"R!R$RRRRR"R!R$RRRRR"R!R$RRRRRR"R#R R!R$RR'RRRRR"R!R$RRRRR!R$RRRRR"R!R$RRRRR"R!R$RRRRR"R!R$RRRRR"R!R$RRRRRRRRR"R!R$RRRRRR"R#R R!R$RRRRR"R!R$RRRRR"R!R$RRRRR"R!R$RRRRR"R!R$RRRRR"R!R$RRRRRR"R#R R!R$RR'RRRRR"R#R R!R$R'RRRR"R!R$RRRRR"R#R R!R$RRRRRR)RR"R#R R!R$R(RRRRR"R!R$RRRR"R!R$RRRRR"R!R$RRRRRRRRRRRRPPP PPRR&RR%RRPRRRRPRRRRPRRRRR*R)R(RRRPRRRRRRRRRRRRRRRR!R$RRRRR!R$RRRRR#R R!R$R'RRRRR!R$RRRRR!R$RRRRR!R$RRRRR!R$RRRRR!R$RRRRR!R$RRRRR!R$RRRRR!R$RRRRR!R$RRRRR!R$RRRRR!R$RRRRR!R$RRRRR!R$RR"7!Q قsystemdsystemdsystemd-sysvcompatutf-8697a6eafd6d1270075dc78d82c9c2e177acd9a7d1d66d6c542008b2dec2a55ac?7zXZ !t/3]"k%zܮGX ²}VAUtqmN/B!4Ck^D H3Oâ׽ʛlqj@p8Ճdʸy|<\b?v8Akp(%;Xw>{w$xHl^[pY^5剪!W -$͸"Tn;KfT` [Ps6Bg+CQ_E6>yZҚBfYmȞ~/PTzدx2U?旍`EťD(7J6Q3x/dAR /~ !K_~٠{)p7 F>c_G(Q,ΦЍ.39"%]OL}_"DVc/H7EBH!$؆&LVw H5sɘad䪒MˇuIQ 'H|gEZasMɓmj<-Zg֮nGn"-s5h?fYRE+X?a'RCD^)ּVo)G}jo,Ao]?fW QExbu?\v%[  !.p{+~֟* t Mx&fkq:rJ`@Kua5xn!pqW&[,%P27-RS}e;%~ylcB,(p h!cIp_6^qUzӺЫ ynaqxcޜ0'2|%XCnĸVi:;Wq>)7CcG4KqXHH jsG."w9 O_ר'sj&LB&ra{[Y8hi_z&,A>-3١vpʿ+љEbL|`kUF~:[hLL]M*ev,6Ia*gn Cۚ0'5f'-Zȝ[m<ϵk.txم_o 9wӹTԨqE 8( qk\׉ 4{GB_."&c▗G2hx; Oޯ7+<+.y+|>faң[R{{x? oi8%5JSҞ(!( Ge\%T! ?+p>}&HLE6dXRҷ'>N0?E 3,$'7 UpVOpi$TKh\d*)T(fw>ɖ)ЀY* _qȿXP$l}9'ŬD_|@+3:6CIsl nOW@P6P1ZqXuc=(!ɠ/|2oGdPmоbm7%POc$ܼ˽k咳!(]jA9#(FnQ[*>B9ĐY-٭1rZp-Qq=ǦlT&"w*L",$ýAMǰŸ3*T$J%i=|;g;yCnl X*c݅ mvHwo)/HZ|}JC}l5эZ[3a8V.{$O'iD/G!nL0F <*ێr}MTk5lC~=.a,}fY+n`nhJv LKr.Z)Ȅq-Qu|=4cZ])))8M[ViTԑelum~v0v|-r!oMδX ;Ҁlm;l4PV\4Ý՗wXt:q䃴{a<]Oz;ҧE((@G(AXҸva.#':V+\ɿnw:=Z_j촀h^ٴaZ|qk%S}1t#1^WJ*rKD"\Y.w\lǿG[˺'@C%F'KLɩ0Oh= e$CPw⃀>U.wiawuE X- oUTQSRK JSؤ3 J֋l`tޯ|1bICzq.j9-Qjxu{PwWIaLwgj\k z+4N@EkhTKoRCG~Zw)MUoE*5{o+c~3Ua{͹0T~t扨=KQ;d_Zmʄ_G)Y0›WّZa4?}6i UJ>+;7`w}y3CZ{ZF~/y >|HO12`ݛ-,8Z\kqg;0]gz?qbFU&"A6{2^5cLgU=&s cN~%m+5j1B2{Pe|ДD$LH}yATmqlp?'ؓ R!ypQ7I{Vqi{*`YͅYc|ALjh℀ 9/д9yG\ jt^m0[8w{f~^TW*)ͮX;?+@%-4v=Ǝ:L.AHȢ.? Mi=mhC]Z;bL!P :pWC'hNk'D VIƚvY L"@0gW#-PNk(`jYLGgk-W!V}hklD9ׄ>dQmtRe&{GTO D^_0;:drR^w-\e]4h ߣ#lΐ,}:ɝ&sЗXL IdѮr_w&-Z| f\d$6ܬ_xT.*%HM+䊻K٫e{(EfDNl:߅H|,?8̒6>ā?<W1u)5hKxȄ^h;ǍnM"{ʐ->e6Be:DV`6+\{zλ3`k1ySNKȴ75 rJRtEz/_y&u]}`l UFoq!U$c #DxMtlePY.X|ql6]d6 akAFܒ߱)Xqp-w>B&-+Oƃ`b&t% !-U߷(($}9sEȸڱ`Luoe\$ ! ,V _Nx2#)ʦVRrD ڼ$dL;*cT+MY~ n=Q} { T/6{hs} yG6zcSrL#<ķi=lF ;pfaan!j?!x5.„Ub2v8(ٔGF :C}.1SXLN9tJ.tiŒ&"rYM'HXy)^kksUwONxj!NJ4Z3\v@}F!.3}7}wTf!Q}+m' IV~ͮW?f/6 SCj%dEDK:%9* \8zX3SoB3AbƵfU.2&>e̍\;5'M2b>1F\RV4Ӂe8v(>yDUޱrwSz#;KlHv'1;lV1OcLoȂpC)sJ; V^i>c; Ln)Z-Jf_\~WwEg++T5YǪ#u1\!nI{U4O3p]#i#Xe/i18@AϔOٛ@^f -s5;2 )rh9;T,]ͧOr@^ZOf(vc| i.TNPы|!-3]4T/x~w""8@ q}@稭{n*Hf$${~AѲ*H.YnZ_f,f_P0iaq%iV:,ޞCIuUJthioĒM%Ǽ*uUi9l}-?eԡ. GrRщ.˟f?ǝ%i.o8Tj4lJBƌ,$j]fS~BD˻ˣ.o8F ! ӱ 7R<$ gsyEB<P>lRXRic$BxHc5vKQ):ܛ xEKA<=.bP/5 t;˝G;zz[[<6.h^sw܊xv&f]t ='0S-r'9H͜z.3eL3R$o@SZ%4n ,"ktHn`ۡ]`bV:Ŗpqw(-͟覱:gZXܓXZ Se1*eyi7|8J9"~ O5gv[Ĉz1hĹ8-:Gϐ(Csc[:pyMC'8:a 嗷wL_s6^t+fV#h]THtߐu;seOޥC&?"fBi<?v)6ec C;bTq,)Ǚj[I1iuW 99IMayR[M1 ϓi`!RۖkXePA=D:}W[?+Qs;Xz-lT+ [GofVȡNU$q>*y~cl7=%gTRvF Ş,(w᦯LͩwzBR˒A"F7H Zwzb';#1El_4;BQK? z[8Par7X^r{et:ϵjR6Vfʡ5qp[0GUY Jn_XӲ֧pwp` r?4uc+$R^Kxm t[ۑK%s.tXPRIAk4> Q(F_'FWoP>o7:-Pt Q EӍ~frSj )eCOPh FÄq ˢI QD^te8++ڌsdMMдi6.1AcJ}!5GcILck"%a?l&SYO>p!P KN}d Ȍ+7I*ai@Z9"ҬKאeq2qcab~YJˆ6jѿTz@{=E 2O7Y &Gk ,_ q22!LWWӬM8\$U_VE^,,`peFl[5p4T$5`7ًrUzKgB[,;cP'L; #L5 ӻ=0 >Z;!qrf2'fzMp.Z:ٍp:y4N,CZ٭Ci~4s`BZc =r>N %?Ax #{@O^4}ͻųl0f>,,^Ƀ9٤&ii #?#߰A T;T/9P4ZwlǴ9Z~\O, SزP6 QO.nQdEcNk[(b^B63=8﨧C m_m)f3+F_nȼ? H% od zd${<oD&!H/>6I]f_*iɥ_CJD}-O+&Zψ'T(Y44aM|r1>K 1ObHԖx٢6Qj&VVv"?0#3ߖ^  ނ49;f^ߋk˩ 8,Yb5ЏHjߡHF䱬| 0ʿZ&qLeht& m@IvZnU;n#-xՔ6Ze7dž :9CahsoYpEDU c3~ qI$Y%mϕS>&5]q MEOFy3y4a#|@N(NiH0f 3q3+DNA@xC洚I 0ˁaJk|ŵs S@V!(}몛g .  y}cc l<,M4Y:{ T8djhMnyAm63~2m/saBk_qQRS*wBYmSLd!%t9v)rZM?da+<BTk{WtMXe\ ɁlN^m#GCk\̘ЉkpMpk"2r$Ui)͋j2Jdr}#n{V@~7V9SSN#LLE>@y`Vf݄OZ+Vi(ZMCFH"C׿_8r7bZ1)у4{~jIuv4iŮ1O;'k>y-xB7րJ;q MbB0HlL>FJepԒ1=tMkF}bLܛP퍵W?StnBB c^= ei;ϝNLj\Q,ߨ:sA۸85P'_ˏע_u5ڻpNYe!hFZ^! ˆ`""{Fܮ&!@8a S0㘉p!q8 }ǿ^^$6]O|jZUE Txm:gQ }"G4~jaUὂ6 ѝw lX#_~ 7M/٘B$4N8Ľv;yn=ź,k4<8Iy5l$m{g xiDIcV~ .0Z[ ۯJ)f4Rt0+vC7z"^!#(`Ϣ9[p!#ڤ0ŗRFn,%wȤŃ khy7CEdts(B#]-6&.Kk#H`aqjA,ve$ sd*R9J/U߈hFm`3-+ BPmwLu4~rB>zigrdܘ[•Rd8XrpKb 4doZu rXĤ[ǥ{v`A M#5O:#^{cl3JI"|l?pSeiGm,;i/7 M$swJMVʐz-S 1`0p4 ;(ɋؓ52m! uby1O= oC~1_5$?=ntU˒SsKAp:!I7_"NNĩc0# /%#hD#G1"_(-!;!r)٪ `μ6y574Ѭ%25:G R팟/)`N]e:|f}{sunB|OWIG'ۺϱJ,:k54wCQw#B2 \tIB9<#Pʧ dBJ XA--YB^TDl(z!A#ؾsI-OW6H>]>\N~%0 LY>'g±p ۣitqk>1 B)Cf bdgᷗiԥ*ʣ&_-btDbk6draYgxrz{ƹĜ"r[ mWm+#z9)gV0w%)7ˏ C8~D;\h8 yWpjE{O.Y 5v[抣l=%ʭ! TEE)Q3kO}6˂nEv`8\]FݕZp1Qۧ$~Onj'S PYximd+90*O\>'iOXl ]ՒApdE${′~4ư}> V00@籈Kz!ٟbHDU8iw4֋{iT0XtGXl_"h}-Gh q;$<̊9TixD»d4]v0j> H}[_Yb?y[?k|;fLxSDfӅ٩2>tVOOë_Y>B¤يt-t|c O{gJ4;Ihzlp*|=Waus]9o2TRؒNL`vLxk!+-w% D#$Em2;a%h7`2D`C_am 7%k^|4.`BG3"xz)Ω_}6AHv~.x)xHʅpEᙥOO~ScAgJ1U35Z54|(pyҼm ;pIj XrՓ:J +уm P0PGKtc &?G4"gFr>ߌZkb/.C *^ Pɿ?aO7tAX !. DQZt7dhPtx%m5l"7Ǫv?ԜG4b֯+8@тJZWU`?/!_ e_ K͒uJOAub $;ob+6+-E7:]'x_"a*{LJe"[Orـ12Ywѻq\h3`K1 bE(R~8xeEݔic$cI/K̵7g ,(ȧ\#$ L2\( #dvO|wuk|]t1aOi?~RHY=~@c`:PL̿7Ȓs}> xC )a(ʛQ8v*΅mYyPl6c,p p}i{K1@GKh=i' . WҔJؚkKYM;`Ez|hĒJThfg}`'i?t_ߣ?]֌]=;7ľ;c&JZ) 7_ƚF` '[!wS9?ARrdFC HZ#Hs4fijkэ7Q2i0$P䔫E.^5&Pmj?۔{K8L[.p`_>F֊5<pY:NAZ_kEYr (K'TsB }@vb?W3@lRrg鄺Ǩj;6AsH=~a52 [kpo=uOmd1{!^1%{r(O.,\1 p HH\7u-ZNg;ⳛ˜vQK Qb(ȹnIUlB:W"7D.uw.t@e'3S.uIWόсg9(cgfGozWwFQǺ #O)/X:4jL87)4l{cGC3?pۣ:W{*8X<)PYyL1QC_s sxh9ض>qF, F+4^(;ru[`"_U!2.MM B5f'O9p 'XF!xehXi &ƾR}(i< vA|]wg}#L@k1.[E71HoVi?+nB66q]k>M[d%YA'i\Y2<^^92kz.bÍ,X╲\DwEuG~2Ƞ:`9U@YܽC ?<ٚnG]He1!T{a߶mJy~aW2ϧ-XP D~ljD03DqYۨ;CCjt%Z!M(v/5OK缓gRNhl 4qmJ;Ov:X J{™n!n.᤮aR0msgkͤ2_\*o 7˧lA-4906c3F4rE5`s2mgvb$3|zXHy p1$vR?7Q?F|ը{T8j "su߅ 'c,2\>:v6Pi\#Ax8gŔ \N t]cg C[1ӻ)6$( QrjTaI#'HC*&|TuH'WI%{8DFb k ̼ˤN7O0Q" pT-eZPaƓl#e*#fȾW_Ulrfvsn;><0+o?+zufAiE2ݘuIj'gq%D[GFQTF&mh:!À1&hX/NVVXH>!׮jE%{çC{'7/DG^i>_@X",hO9ҏ'uI,_/7(谀S1pX>E=;sȡ*<<ቁ#QXLш\Onذ>!shs5SjPwekE$C3ط* ~ǎH:iiXLkȦ5_BkJ@PX!:i-4Nl}%ã.$IѾ,?/ťց+=\ZXkC;K!;?{'P=3O#HA?` ذ[!f4OZ9Q(lwnpIg`6GvqHB6k: ELkB0iCǙ{vl`) ۵h̅ J$ǥ|7!=uSE_h(EXJNx mj-v;ǣϨCf6iE"ɠL{5"LFo?DEcO8vGŬ)qTU$wt+%[|vme˜Fo" ̈́H51d+Ǟm5g-9]TOA'>:xB(8-#tQ/Z>sI"}*;^q/E V{0'c*|E(+,\_vg 06xH¨5K6Ҥ̠6t]~!V%ŋLԏ# e*}#ص$jm̢\F.c:klH VN6_r-_bePW06+iKrky}~\CJv"rWis.W7ݠ2!ݐm؃\ͩ Wq0+%1B ]4xxُ"fa +1!S];e cc*s뮤B9y&TT 檛)/5)̚"S'I"ek_)Q=:JJd:h}4u\qj3zU2װ}83p1ٹ?5|޸n8T"fzN̈́[n\R(V~;ݯes2(׆g 4͡bJ<``7rT,R ˪GNhCMN[_)e_-}v({#y <$Ε{lgϕUo%&0 =(U>T;OGlYxb?`YuO=uSma'7g1]9fqFҤo#5Byo$ֈG$̋'׭&e/(ґ <]ֳ?N@8HybQ<7*&3kY w0FcA-oi䓍g:R`#&R; Y9&Cw<&\ɶA<*uFqd< &⤢~f+ͯNba[QliW:u.e "ԍUhyjvX<&@%\/}_dX{q&|OVA*b\[1LfF)e?%y$//|7nJ- lQu-qVF+"_?~1ZTN>հS?5Z.$KڙJ)Nkf6NkltN0?\Re' ԏ:% EƕUL[nV9 }(TUךAhQ4g$ 6Qjh05.˜51T7u&ns 9*\j4K P*+@9^mK*fwm0vf[;OJ-L95  uUmY,lfi"D^Nѿ?J5porm`¼n_0#]_嗼Est!0NU 2?clƳAamۜKBuiRtWz&~<~`YGX(ٛ7rYp Z7PB~?|:>zqڐN7/a*:ִ(GG݊nj_OaY(L15o:5AF/= aYuq.|\ 3 I H9ǕPd49/qE]*&BCG2Q.ijq.^|(sG>ApKXFٸ6sO#8m@P}9PWUbT6V]n"JBF5~J/gAl96bsbNZN$Ob1iB b@ZpUX%Y+}h@qo#`nu7o/|A\hBTI7HYI0ZJ8lBxP3 e zsމEh+x+1xBM "W@0ƕJPϬtֲ`ig;gړ{eio],9et=6zY~" ìw5 w.[Sf$N19 儫sA9ھV=+݇4?Eۙ˓Stޣ(1͙+rY;5xZFY*K{GU.ұT9ov'b!3u[efϗeԶ)"s cK^'%^3/胭͍a]ipP'A FB%fyP 9lYA7EƢYӐ'^MJxO~ˮ?j}Y0Z=Ii@aZps3Y=dN߄&cΰ(28mj"wSeq&\K~'YH|5< .̱ H7ܫ; E 56Y q0j7aA8 `>zkPiAW 7Zn)3"rsׇ[TD\Rss{(*qj%R1<gp$.KCo%}J<,8QCgZBSr;NzPrd B ;+aڤڰmy @|ԹF緶l@ʹL 2H 5>Q)[\3P=RuU,?O1ET5r F{ 4LhضV,ш2# #_8a9?'Eu֕sħu_O7Ď.NrpŸZMiO% 0-LbyT y*VDE͒]D DXneۭ xxFQ5"tk?P+Bg ;\60^ZX)Y1?<] ^d](uLx%7LlV V:d@Q# ̷"l/BeA)a<YE#yɖM_Q 28IRrp̝`ޫrF0}'=Ư :L4MQ3C3S.p}ؤ;,(]oP8ֲb%E]Pӓy]#di E _6I*2^ݴr{b@9'*Ѽb{~:{-/O,Hnٹv. Xsi~v`U? t9ڬ/=}bm~W 8g)P$ ]zE1$/y/v| Cxqߪg:5b ߄yiEic|-{:srq|Dko%<*Ǟ D @v2(WjS_lx<iŸƇhN3$D8Tm2DA E aZeN qmOeϖ+*n궚D-bFş0$O;+ܽb.8G'ٳX1[OhƧ*C? <Ȍ3p^YO_,jJf}ԽJ/zKF#hJ[08ItYDGr̩œ6wEzԝPb1qY(8vz\񄑂1^IHnmkVc{s8Iӡt|nQFb-o0x4$Smv&٘)6T!$ 5f}"U0co/t2jή㫡:vCp@"MlC 5^?Kj 0Mt2>j_.]`03MH]Hot8]Afą&'fM`p3V:jh&nwA 0 gw' n8Hp9Kq)D >4i}]&ն"fJHZ =|䩪F ttxwVx m շ"{fx \_p,ڋV<@rsLC̅h- G#'ORB[xGk<!k2.))⓾&+ q({"nwys0ڸ-)!Tp:~ʓv}s#&~4Tiz25&>br,!2Brj$lo^ *"N 8=SkĚ xTš+;@Z?z|nvxFPn5`kx<pLO|܄8 -x3_:]=dr-V~!dVZM\ 4pWC!BeT$&} u8x1b2ke/7p уY.^V"²ӭjⵗ*a- 1b 3p~R߅(_d+Q)-6tEg@#?S]i3D G),ޕWYzwZ\@,I82cj~\B_RL@n/ƂMСt^eA{7N0uإG];nj5m0 U7TgJ(Ͻ 2nD$+:5]{#-К7B;~:yBB`V"AvUru=![$#'7)5N`ՊR o\DHؔW0̩$gy`X uZ,_}p=%҈7,Mln+>9 p5D>BbiǼD) $/;O{* H8ڤ0`0)r-J'wĕШDuM>XP^%B XH%7UN| _Fc*[-=i؇(qiJ gigT&8]~n5DbQqL&<#'Jo~$ҋAam-m. *{h@\tf%P=&F>hJ^?\=0oTi8`)BOƣ=3V @dLPYYF |Sm&`l]PY@\p4k3y*N Oh9Kbݷ \(pVls~KTbtsK!)ս521&MTszZFE1\7'Fo/L?MffOOn$U$-'Ó7Bހk50QͯO_85gQ Ejsď0f"K&D+4OAmf9oF"Yأ>o6&V™sQ*9rfT>o[@$A%k/<`ba;Re'".OAqz82Ʒ5FVOŅʸG\@/@Q$7k[`('p\ '0HU98ZiL,bt{L^V -uCZOgs۟fy( 'Jj0 -8dJFh-v%A 'c:E}Ƕ )@I/E5Lc1"I)5]YQ P5x5(1qY ]P?PCpKEbA9u dFUvxifԗęmFIL{;CX-˒D4q8>j}O,_kL&v> !ܩdvuZ^w`nםT8OtV=IjUc-(eu@ foT7XQB! ,^i| &$HXQ|A`:F"hۤJ]pvf'V}6?p-Y^O3p~}& zCڂU3Ϥ񥭃dG{]yI0f,@r)+0"gիh+.b.O:f2Zu5:è\UC"OO`"vԤVaƐ@)lLۻ&\sp_-Sll{k='P$>4٤@qTѕ͞{f̤.k EHa*xf")}6,NB|*eBr*Zځ؄ꍈnL%}%OҢwq7PoxEUaaa -aP>1W q[ٝ(N+USM%7ڻuVV lFAP".0թ!gpA{y?:z Sz"%5tZ﵂e.f`rw!:'*Cx^8cV+Q@M ssy5~\? WwL]8[G8eGNofepoajh3LR ~{^]$/d{FjHKkCh˂C1;vF{2=.cϩbBY  %ȂG\ zeR"AK'KXi1_ٵ?͞p:)pet܏)7µ$}(7 5F>(>!3_ d+~ x{7/9V}e{?obBz(p}1slQ6AJV\20Ԝ,) :wRνR /DF3w2x)AD:`Z%DUkJ 9GW3Rt+`>nzF}dcXq^wkAaݱ !S <.V;L}ݨ"OaD\$g#2iP!O }xRidܑ,GgD $汇NѣpԌ crW"IQIE9K1_ I^ Ql_DϹE\pm?(ײ>:L;W(?f0%*G$%WF0qMFv3'ʑYJfBSۆ=>t*.QWjr ]b"ʵ*>tTHM(F(0sX-B-=<)\VE, uKY!ɽQ3nTYY˙`$T6T F3{Z$h/ Vj>v'ZY70IZD(G>k%Zp7 GvcaK;][ۙ'Q-oJmNx}%aosHh3V3@-&cz7o}&/u’ |pl] =˔1, nCw6$Y(uqǛgujܫǤ'#fLxw+S5 ׏O֜Nm|-QK2lvVWP҉"+AM%a|²o_[8T&aڝs5ʅsML,p:69DE V~JO"Jn_^uۻC/{udGh"IV5'dL;N$ c0m\binݠe!Tԑ%:_+qMg@B= 3=a疝hETn)ֱ@s)]vpAPϝy~nn`L.t{umtsHHx#$fIL "]ՖHocTGiH9U,_: 8ݗ)gJWN3ȳ_[4jW/2lb},$}/6 2ڴpPxfVx3X>wiUHjlHa:O I_*>ʣ7O,p"p=Y|PE]g(ztb䚺(gȯo&hp*AMxNǺ3^!%0tjX]fc+Q>|6/(o!wn׎|,9=;|j?'.If{s1qre8s mSa,iS6FKP1qʔs!J(g_bך#ubކ MZCg:<^3swl~]1 iw]> LLAGOGe<A<請ޜ 3)m)v<JL|(CԉT|005UGUWK[e?a,3=CzCka97xqonR[֦2BrsM"8*%Y2hfP_C2g>$үfUsvH-ݮ 7aD,Im-gs 8 ws_ˣHGoP+E; 82mTy:# vrSUY!M-PIġ-mlGCqiuHU4pV2$ b%_6c/k2`D .mx]A"o?R2inHqZ&)t-fVu621+|Caa*^Z  Iĝ"=v>1N$ehc]\fo(QdT/?F> ET1P'ayb:5 |J'zS0]V{p K@`:Kf$'\v3k| < (I;} fSΖb: m_NO3~CգithQL;|T ʕU8l}ìYp]ʰ+쎋EIH/7lM]j+7#\`^\XiVf^-F>Q%.m,!P:{~>V~F|#xZDC$ӾY^Z0P;9,>vñ8x><;4W)!wP+VqS;xv ֈ]#*[LG+6 Xm8 8;.g] NEKd}U/NJ\Y6 ^qX# v "vAƏ7d(!'-v`Km[Wa a˰V};{e4zNЧ a XʭpGoKbQ4YeE`ff&aV{XB$rȝb&tT>XlʼC@/ kRpS(}Z󮚶n!{~#  ݠP+C9@(,b@W?KCR!\1fR`Ы2 YR:wPSN8MD)َ6U}q7 7oi@\PIZ.@ҿsLb#p}cHƊ7䇝Aفmc'Qk|DzWB|d&኱^9UܨRxb.o2zj} ]{X~x(JPjqw$ e]?!L/ݪ-3#?o ;,<:Bn}7@4*2[IA0DնE&A#Dw4/H}BNej8SP8Y>7etZB&nc8(:A9F$o #Fl%Ȅ5uG%E"|bi_h>w&7Ǐ%ot+ZRrR%u+aY+Sevfӻ;# HlJò^cJbN(CUe ; `XL™xN)+iΨ3)d:+,qB K0-\ƍ>S49*ԒTMK|AJJȅi.F2)du詽9ÀâKZ f];dPO:Y!+[`:u;zKKf64n^fz,k9k^~ r v>:h X=u `Fex`<273j{s|l-g\aڦ0H:x#H a=g2 G &HRɡ傠= u>W$v.k$d(98iP.;-7ܣ7rҸ*_8T(ms:-Bzvl\aBp`Z̄|C'p`jh04.ا>f Sm!8i?@J756PFgC$>xw6KJyt(ۮEGYh9z ⳃx> B;ԒؙUsl][[&"e ".y1꟬N1K)@u=mDE}\$5D3n/r.v'>Nw# kKel\k{!"?3?Oyqi4VUmj 4;s!2?9c4Cp76@ǎҶ_48M}%ꂄ8-P9C`II[oS 7.$XA+=ϫ;R?ND&z#c#(hELၤ`!EjLpV4d ?2>r}hz^7=h|Q.M䫠"+ϬɲRj \6_T~!tTXyi% 9P-m>Jj7.9 - gPѤvJr>}pGfu{mV'l{ćQl@D[~9AnV&l`g}/8LZ *qtU/v;h,)CS wkp+g%z8vjܯK i,Djޯ VZgH|7xB@ CMbQ=ڐ)uub|f{UQʑNH4VȘ6'XF}Rk$E= @gx85WRjA4}aXbf u |2o`i)Ib!XPHsM i< NlW!=v(JH?kre Wy-Fq3{9p!Wؐ Y͋(;ۙPRq|^ d e1WNB4ax bL؅pkTB& F9(<-BX6[dy^P+KO}+eDtp7Һc9)n@-ct ,?=.vnf uHU.5>Vs4B'x5Đ^".X[;2mO MޚMLJ"X)3/䪎99b-I :.4껑P ;4fC _Ϊג]V]L_ݶU}%yNq :rN0b>8K=wxN_o`at*i3;4, WY OS{s"Ajfܗ{pC28%S*4'H9 K]JnܫjKr1k9la=uBHQ#a_!Jwq¤(UŐuO6%<{eJA9{]< \5KE=fQK vvqL$:sfΏ|c޼g5Km,A'W|:#aݽ gdFq|8<?ԽK^ʁbT5ހגCzP5bt'_vHSU %`dpBQ~Ն=+\E\s A-EŚW dPpLAX1%Q 1JC F%gRj~~L)vo 2/ vwӕhCB`&W|XLJj , e9 w l (Y@,}i)΂Xl > >> < G}xH^ZYiŒ y+H #1|ܫ`?vIEߢsG(E7洐Q}20!FqKcf+e/Pa=Pno&ü*4"=Gs. 'dãL,T4կeYm9\?c8tiKSt}P >屁HBbA솕x?l@Ǩ +a cg-[07OK"}]_8]0-+T|kkoa JՃCBeUv^:o1Ag(hE%U&yMgzB Q+a޷EKeq8x`մgMmsُH˛3ǂj3_# %^o^h1~{vE1-DmB5'U+UL5Թ/ l|7$p ӼM#V NaF;VcM=3٧LoHf :~IuH4;VMkŕcvON'}NH [.Uqǃ,|1T꫘5OG%~^2 ?eG$ 2@_ kc3nuCo/Y;2ŮnfuηejY.dI $qcɩ7brǓ"EF7h10d ]#.$jsyu&V$ׁʺgņ+DE m|l23E/=a^l!3bD3d4b,u6Vw's|mtO%]mRi.6SA U$\4ƸBmԹdM r=Њ"=?ދkzBS}e,GՏw_k1l5=؏R~"? C=X]Ŷ0Z /Fƞl ϵD#Y-@>)p'UQllQ^\ߒj&8}G(ZDr<o\y4=S*.~UVTo?t"F tI1r{ǂXv>Yr8t"yq7:p~d([( doTx-w7.'ӎrRP5'T Æ3pW 9ʯoimw"j#V1/|`'dWyՐ鉉؏Ph.+jj/7qk~6ίͮ'ݗ^v'K,0NVlˊ;()_(vn3j5tizɢ1ۑ Uyڧ_]b:i7 `BjM)Xۀ ^v쫈7{͈!sfU` MSHqz~76a!;]Phs6{NV!I lx?q\ٶ !w!|2V.a]^HZރ!0mL-@>GAu/J4禀4T* ;!0$za%#aPڪob-oȧݽo;[ay|t%U^6.5LEU`AVc̞X,=n1 E:Ehno⁔bYWp |-0B Z3\L[ }rB=GɛR]ZO7*5Ȩ%һn?USBQBDgS+r߫[xTWpCNW4ZR D*+ 9O0gHc)5ޢ2b#_lpmC!AS4! =m%q iReƟ87koU'u[x1|#1U1O/YƘ 1Ɖ~vng̙> UaK7t1rOBh IW K^A&yW,/| Ԍ}!Bu|*CEhV=0;rp)l#k]FGhllJ:>FkC.;7g9.MSuݰdxRwL84?V> [Pt8hFalW!c ~Y!\oiug]#zv}6M6IM> a(`QR T6}< <%A,b ?P /sh AK|.yXLx;,KxVFM;t㎈yw%*^U_j;G}jq 2%+e<2򠑽 7yԢQ{M,֬"L!ˬoW;݌OpBPqs}uIn![}ʖ)3AJ\6Q|>Pr뙧ǿ$+y JSp92 j)QMC 6{ h^3'MĆV~%2ɇ*LہƺzpTK(FQN7>j2|3pl>N Cqx3J&4* JNX.z)Q V^NYm0N}~IjlKW$ ^o3;`x ÒPRb6e!iy)'_RSFJ{vgL1^qMƜM9?.'F;82ui64_6MVzz!$f>Ҩ<&OopWٟ©b6K8s#W VU8{_U= ة+pmOT|.cN aD9 ЂbdԳ=6d/WUϋj+Xze+R7C%Z8Yk|xG?O7?zŗ`[V/֛:eǔ>a()(ӧ{wHdXe}ڟ%jU*pז 7FlVQ3ily9k$59>(`e.R9$$Xn; ?^On>ce(B,Dc xޑ_?ByY8t3N=z8\H;h;hq~B7reL)?'f A^ϻipQ$}1t(E(4dJ%JT3i:"_rfNf=|%L| _Bq,ZkzԖJu {%gBsjz;>䂩Å33&埞(T< a;7_J=~flpXq8s6 *U2=(nFIpW <<4 Cqx|TBWcbF6[XTkAߦGWƭa 9 V t؂;䨐jrSs@NkPzów:[Voz- oAOhDcR?Ia}9!4xf y?aULJbKdWK NdJs- e1|3d#RmJ*dym_H)2Xh[3m'vʹvmtciҰc6 P{elobm/YZXܳ!VA " 9(b]}LjY;͝@^[`zKZ\76dm.IkMH+NUM\&Ⱥx}AH@Ԍ#gq,WRZ #(ivk|לul[5Cl>tb Z:_ijЦ[ Yv,b{ Atѝcd'snmE;X|c7A{"Ϝ61zR m뺭rcWY⺆PVU>ef=Y|8pmU/{lidC"ذShVigo9!ro \'2^w%X0ޱڍwur͹6l Z?eF85<٭9VTp7饛*!widtIR)ت(aọxqNr_w'?rΧV$d:Gܭ-rWt)V́E6".mi5i&paڭB51h;|D*iDuMWBVZ?bӮnwZt;}(q6D^%s7{,wKlT8jo"G_ublǵWY_ pS艶a*eje #(kq8It uX˿lYs[ k9*rT<̰ fn*B6m1a@ @lz(egewsBcSۮ)L"3>#N;P$(!6`Pj7/`j)v0NƚGfFпK,w񉹁c(˙gz `\n+KB2]-ʋmkTm3.:@8Pcpjc ckJ9^8> 0* OjFd.d}DBx{\ Dq۪LF^$c pXo-ŨK Rcֺ\aEXςnfl=)5mBWVqS-_Vict(HxS=#N9}v1#5R?~p"{.;[;UJыjɵkliI/P-CK8ggpCej^ 蚘$۸^qa?a*̽} Bk)fa:kکa$ZP]➅]5!Ƿ5eSD֟Ȳ]N2h,3P(bgL{hpV".i6#T"egE L #^($ȵ ٕ2MBtnSD㫓e6BKNDB\J5]#GU)Okh7}p:_,3(ʞ.t&A[:EA9+/BXRCPT" H[Rƽr{8r>Q}ͭ/뽟%jO"UY^q`;üBX~Y\ Lielƫ`bd16ɜ?'&3Tw{nH]ݯ "6S{p_I),ot3EZEXшX6) hhr&rξyƌZQS]3SEݕar|.9#w[眑ƺɔJ`ٺõmd06X0 aFQ{.rŻ;lB=e$T'C_mCO#OWg,$ûAU gk bIХvxs܅IMWyR\@I{0}ᔼ9BVZ6|?B_d&y4]%;[L-)zu%n.˔(bHhX w=!ni7GF{dJ_ΓJHg< P#lIי,эcm`>k=}p-ʉ4g*miZ ",[%Qc~L~V-EU11\(DPFd)&F_J<4YЂ([R㹗e w}0ɏ$V1L@`cEv!aaTFa^^}$CuзG /Ԕ 2;Jχy9[ձJX]Fm>OTǰ-龜彜e?֡ؕl/}i$J~V! /I XƼc+StG^⣗ R zY{z֚O`q^+U_-В_ܦACY 4vw<ͳ4w&$Ǹnmp|ƀ*Fw=>*lNW`1>1v'0jzXXGPFVU =qfD Y5! f"v\={.ҷx@=Tjj) 0p/E,m0eܳ88x笼 өE.+T@٘U^ YܩSc7qzؤH0w>fQzJ>{ӝV*1,)gykmZ1V<~j w\B2n'D/׽TUw8&NW(-[ؗ aRЛKxm*K C"!#+S8>hs0=Lc922^Ix$G7CR0+JOL;AE?@L1Jg3Jw-i !la;p f/0m ^w*h1ٽ EN'WJmD#ӷ#HjiN^MyT{0:'oagn?2yƩ^wKOp7XW}HIKvPs_^vcns*`]YHErl KW:*Hv\WMRq,fP! بIJQKy#{<6/rԣsgs%/) N0qIV-L{_Wm?m[\sǸ?WР:Í?],A {Yh9.;iP-fJ|Yw,8_O59bp0W\T*p`t~1$]abX'`$sS<֠t<-ƴH[y`Hw9>4|0sqbK8 >B{ ۏy K5iʂX/vB3܀&g\;撰L7E,vh[|@AMxcm 0r v#{)2V*1E3ȌF2L&G7Vt  9+W@k,PP_ ˤ8 ;yKJ)tpxϝKN cM;WoMw>X&=![ %42s$z.]6Rksj`JO)2r }_)'6XkuH9ZC0xꅴtXztMVⰌJOn;>j쀑7cc1l슿wtbSE1g|7/>36PQk02P{3=LoRg&)d%<"/ ӗRp HJ-AOR wC&v[wQ&J\Be(ˮN`td=$([@&LHY}gf2^FYtgiϜ {bgfa"`0oqy\knj{l"MH;v9㙀.?{S .](v PGTĜCܽp*{0*qҖbah(??@;}!"s}ohԺDrNŴ ӷڀplڹ9iC /D)in"]v3t/޷An &4+ C 39-0 tvXEᄊp ss>G(KYYz12QP5kLkJwپKSkbVv$r$SG80t%I$0ugږ~oe91(A nc) \)g3=^k:U&H/NO& 멥7"E$\,r'^X9-,"&86#x0@@;B~4onޜ+~ .f{N$L GB㶦-ub@!]k9"Tq~WԘx͗$Tz$Ш9^ M٬C t۱lBZ ~`’3b>'kAhYPD]yBKVю}6giCsG 1?0ky!Yzf8gE!pbFl--u`XܰRrakS('j\Lh1qŵ?&eE(r=` IȖn2~_nYǓD!e*lHP )-l\%eh\%o۟wFʲh朥B{ФأkxXΛ) Zufjx9D0ek"p0o5k\I IMʤ>8PW탭^x4p7Y6+k0꺺0H졧ymIz[OmF&"Buwg].$׊Mc۫\̯ o?+uFEkSa\ri@8vh?.h$9^IuIF:xTͼ bVBoPbCx=7s﨣֖1EB)oK$ E&jFFe¹y#'=4ә'`gδFMy,*S},A}AugD[](qbCp;aG !*wfVy'pzov{Bft8Q*[H4bP=[1Si$EOql`P[f\+ < G.чRxEƊ7^>I>\u5a b\.o4Gn@Ebi)[!5XzpVɸa@,$b9KgHuigE z׊hG l#σh80a`|8ێ6 Y#z^^0 'Q)DNꊩ'_ʊ 4|S RTc0C\lb~¦ZPE5n e;GV"/b4[v35(qzl#>$dOy''19BDkI'XV@vOanmc$ `3gJzJVΟ6| dCNby],,3< $16"DJj)/f bCN@u#y%$Fb m{C#9[V,}g+BdD&gϞ,#FU!~pUv^or,51H<~0_d*Ś 7mQ%*YEp{k|<y\bos]vئá*4EC;^6L&yʕJ*IlMq5{ IY=Wݧ"O+9D FOz^ю>{(cJp&2sV?#p;BvFp[q:V[hfkUJt=twye2"p:;k}Y#inWS +e R+0\X F\+NN0Qy!# ygES6pJP_|ڟG8iE#'9Q\2$|mRqС5o`֞&"HVV 8GѸrYyfLmi30|Sʯ!sP˔R2N䢦J[)QJ͎o &|nmn:Hi4'sZ>"TPu =D2Ca}voUlTJMEk:CMũ7JmvT3wrp8tP ?SI~KS \| Ḫ҅4B奷kj{_gmKÆb+)WjW\Ljf7Y Xj(P(~݅Jf)7}+p;qxˀ}T: 5Gmayjb[qb cG -3-_ ccI)4&*jEZu x94 6A!6c97M*b#)FK-`r. :Ȇ3\|n9TxV(C:g/f$՘/{7И]8  ]M {Fc2dRQ)4PWLo/gs׿:+JMmqd lsv N}Ot}n2YXH T\'CvNys \3.$Jv;{؃*'1$z[qMnixnRs,]:zÉ '8n➕ھ_B8YK T '?.,Y=urK#q(?efQ&Z\V >ݤVMq Sz&i?aHN rB}WĬrph\|D:8YUcfV F{ϙ7,i1bQiP.+t?lJ_ #Zb„k]"6AotV Iʉ[ŐCxԕ Qun!o㾐ԹEf.@4۲^<D81g52) :%My;t!ز4͌8RPM_Q28[*Rl?(mC~~+۽RWM ψ^ykilB9*"!RMiZE pe|\W ^Qz6w4yxW4Ű-v+#gSO,} )^8s{r򇩤MzʷbA0LrZ(2gSګXDRbn1>q٭ptNUov|&%% b9 PΚC{B鄺c<$h1]E-ɥ@+/P;q$I5'2),0 q ۥWJޝ+KmoTO"dV82K9r[*Y5!vX2p\z䀵ۅVz^?.X5V3.K'MrdWW&0v+܌RwY5*a8+Z8XFJ-Hknj2sUu$䵐6|?X`RDv3K!ORH= .7 v6BE<9l@9xҺW ;w&fFlD9ٸH6FnUlZPBcu>A+Mrv9~_<̿(Q'?!wa3Ǔw wE eq~vAdW2A74.;MG"b(En/Atd~V2F > /mD^`b,xPH/ bz}S* ֺ5} $4!rxCnQOzULԯ 7&>"wOya2-; ~b Ag=z #ۀ8L74%qv6 o#c3*?iqxK:wbZV'QM3]4=2^\DJd8Yl<jr {`w W@HZdY-lŠghS՟Z֥$ Pӫ}Sil:~nɐS]S .]bD0)Z#S;.}M@aEH\+SZLPW.yeehST'fD3dSлsIo!^Wp0C~yoP0%`V#bNNBckV% K*"A/ a  b 4]?<  Dc 2o-vZ*^;~\G. `[ Әsm=.OhMc':R8$m([}|7խa]%bحJ}7ך gB;/l a0ԥRn-hCO?8q*r=L_4Y%tA#=н#'Բ5)5%b9=q3nHWY  ]-aDB|ū`Gy&`|M >S!*Mȯ~CF]b&kM#n=nYPx/D4JDRWu//S @>ϵS)GX8yra^ !y5b V6i}Es7N.8⽰Tŷs@Czf뚼*i8&թvk$xB92&KN_! >~r:.Lq WEʍ"N`"hjJA.0q~9 Ԓ|يNw]`QOO@Ldx_u\m=QGM2?ͷ{\s*l'pͿT5s)M!J8B c@h +Ss*8aqE3¶ɹ`[OYdJ}wvR[U[IL[~jJd{=Ix}Ovĩ ,?nxm 1$~й c#.8Mk 7ZLl/:{ݾ"!hP6|Nݲ{Nm~M]2DQ&ɜ(f/z֎ J A+w(Oj;HKG6 wu(쎊83K, WrT{ltZtkqdpxyO,YZ57WSޡAcǏGR!jS  Yg AtZttg$Z5J 5-M9Dz_x+i &! -mAJ3[2.фۼ'.NY"(+u 16s2ֳ:=trZK[zQ)tP,T? R}Sc',^`\]u~lƓ49B3 |֒DnN b53L6&j.F@p2j/lfj`X1y9,bTҪ2ZD{7pP6Z&c_dD107'쏳 (޿h;~AV/`1/JWvGs~ ':Zjbt0W8iFi!TsSOkjR1 h`0~{HǸg%,&_so֖M.Vǝy?nReJy1rlϹ4 vq.0MKů),QpOv6i즑J>%.{g>x]a%!::г@.HrŸF2ɉKVMR<8x.EYCq&J`[D?Aa>m NAP vi-])nңPӛ_õ U  yeUKԱWYBgF^l GPӇ/lo#]|X\*Lo&{6<ޚ$h@~kL"Utn ,] 8nyEˇ+>Ik*dQ Xi}#k\ ULaʶfFx\Haߩ B_/TfRpg u Bq :&ξ(yQ""Y&Rq%g=Aq/6`="YԄ=0LH~P^t>e!V\LyeyRk!Wq՗98 tJYp,vc6 \߳9 m;D. \Ƞr1)y`w Etq0AUw~ ^_)ݔqٗ`KϺYӹ=Ljl"/dKF/*Qc ?k-piGz>e4(P!\))tx`\Z fmPI&2 t\D.M[TE?܇U۾OUА:dVCR?-NAn7vњL0^g&d?L#k˭ןwRc5Xx- ݡbOb Q@脭K+@e̙'eL li-Qbx3xr8v}K{.d.L4sER^)Q^+q|Q57s0PU*ST nPQRy9w_y ~wU%Vͻba ibB# @U(k] Ie"7%^Kx}P@7P Dnp..hZ`ȵ)`˃Ovs9'b7hE$}x=H7k%LDp }m*VGe"ӱux 4s91+3-Fa#-,ԃHc%>68e[ .{ɊSs[hAR!6jӚ(e`pr~b}M\( @WO]̩/kq^ eT*R|̎Z ve=7ԕf3|;,H9e:PbNNL#)0윅#}VJ?cmMwH6ҁ]b EuA<7r*^ ~xq*JkwKmrq#n{FPG(!5:*4ϛdF5CbB1[,t/+4\C9}?ѣ<3H />GqS _&㮔-ZθrqkюmݬL5|  -OIBˌFLSG&`(fopSo_},n6E5J(%R:D\%$0m}Yz 4ɇޞV:FŌԍAmGCFA=7߼__G%`Z/@i|T?)ww) fqN?̩>/{v| K 9-E c4&1QN:M`|xy3,xx|8\nW+:B)8>H" d|ped@K=I7/RL#hxnVhsA@K1Dk ְڝvLW5^nFae05qַO_uQ;~VA$wuI?:G#̗(7!ҵH:Ѧ;/\t6lF'7YhnuYu? 1#&q*B~F~@R+,Xu4.biqkK|p>7[mf4gqdKEAo*.Évhj Sv&,ݟq71f +,̇.ʙ-@ڱ%Tu:e ;.'W~w#/*Wpik#4X3C\Yc;;0|mxNo,瞩ݾ{tU+{GeIx0~L@@FN:ǃ39N OS+g:Z.u ^to%a(g-pnjf!eɢ18OuWGf"qj?qv= i хG2LXSX:}a l&TOY mYPc|cXDx%2lL"LBo4AB!LNi@  HE @w h8`OJ%Z >._0 0zakCL m_iCOro%Y~֐Kݪ w]w;ԖF;d׿ 9}h ؼc\,ԭ3 ӎlن&b&o ]3(QRm%j|wh҄ =/w=H4%Fl͈ž)rnE&ftТK@.rvq@\3GLyR$s5G>79u'ʠ;RajȞ>.Kn(ʢԻJOm>~:*$ } Au&ݞ j֯e8r 8 yLȹI} @IxvZ〈:"*x`"`$4:y,5U_,E0#W.#PYeo0n 534*fsؠqjC':- f$+Au`85G W!|0ĉo\_r3#vM~:Dz]nx[ǖ}.BBsV+@,>tpP3NPUNm)kRBas,[{ڞʈ;{L2_pO dw#Vr OT"SHϑ-oR*4gi^WZ~ӗ\{kNH8sujS"K(bßÛP#Hg`*.9q/or`JS3Ikݘ`>. 3ٽhKw-#wbmp}t23#9IdƄ˪ #]Ϟe.$@Q;;96 x[b߷xD 2_ihԳtā#`!x-KEvdڱP\nU>Tjٳi _-5,\|ڥ9 < SsmT!'r""orRZ pG]ǟآı|/#YA1W光+ &(O? ޱ %^8"9KIZD~_44ca&ZXzY!tH*c0sC}+!1y3+VDuꗍje-w.F{=$`1fL˘qn#4q+)ZK=g2~a }ۯ =TQD=E d3 mX$aE.aeC"d!]nV\w6,e܎oEcuTȺ2;*{7 8&RSx?FjVo^C8A3lJl1jSOW}AV?-sER,<߅mKn `Z>|OkIGp.Y?餟dl!J^]_#޲EgTbrmT̹D_0]f4!kYQ/[x3[L\ڨ] flD!ʂMoXR2OEո!򺈤y#^J%k{^nǶ_ Tq >pHebjK`-Ҋp|uO鲦2!! ("yr8ָl]cX Abevvrik a(]p+0.U$ٗ8MrMJ=[΃R$A. &cĻ2 Y-3ܫW](7ېMYAE48@7J{Y?徼+:$0RV{YZkWjُ"yHXT Yʴ311޻wk^﷘Z8 ˔4_R'?ڥldxh\[7?fQN Mrӷjh+RӁ+\7xTøm R_Xh X_k}3dqJD֔徏[;{}x9fͼ&WQzYoA3ppN]HDA)b?&Z<{z YQ2PѦ-)s?͋3>Qn3G{F疸/11@ h0a CavgԮ6fkqt# e.5S gbu(Pӗ>P7_6ڰz"0ѭ2^ fù_!1m s\NT|?n^QF+ݑeBPpXA%Ro+ tuf!w#g9F8c|SuL2ma[#klբNRZh4ICGI2'"#47ˆ7[S ̌XjGw{ҤFkaG;)"rqAq@lZ1я?Жqʡ&;{Lhm`"=<3bc͖YK#E*պ{hFMPmU?26w|/u| A][:z>*LF#0e"ԩcjx9I/Rʠ(ӡBp,;P]E6a"jwFT4qbjm^w XE+0+i2c›g;3ܟԟt+?Yjș@NvƲӫ3:Dтޖ4Pg&[%}y <Ie9m_yӾ̱|R6,FG(nX=(Le2(ph;$7I5eLlɕL|+G<'/`薚Qx@I:wپr?~ʀ't)| OkU@J^4"ȵ|<`u>Ә?S‚Ȏ=CaŎFc>eר8ybF;?@"e# =6M9;t=XOtXi;<+{xcM>f}CLh=I5زOdU*MH5DK€aʳCŹY8ɤop^;m +W};PxLDW쩳~sF| ^ã)ÖbR‰Oclf1`),1d!1 UY>&P/I01fR:) *e5dnAr Gj]Qȝsx1b1C[?}vD0Aǿ|IEœNjYLsüweyM9\HJ7L{8YQbD@uj.0@1-zxos i(,DE}>a=0Ѡ&u$GfR1OoJ08ܨg}‰=+}zhg=KVEh#&ICS՜V,RJ\>v$G$Ei"Íӆupcwk ?-O> 8b9I DN攕k"kࡑ_*1BGiv,G58q7B@nc*X:xׅiN~ƉȻ "'"AA>)UlS;~po z}´ ?[t'P䀩v(Ԃ7 &{xM؉q\N3BWY@POc;XwAJ?*~)db=vo({@y ҪkW K Gm ^0`Qtpȯq0@D<^?6[=9-&mE^=+}NbaK@:̿߇qQ3.?{_D\rNc?~nr5cW=JO\xMr\ 5|ǰݗLu}Ov6 صd>Fۙ;ު}pGr!xz+bteh~b ڼwCLS ef[h)؏ u/nM;W`vc|ѭh4zt}8XDʝ\ b2{:y{?_|ըwl5h`%z}¹W*8֬ Żtg0@{bNuT1+mn,5-wY vҶD@BY,w95QTYBq#5\6qJ@PN[e(!ft_#K 9CS5{!Z,n7@*0.G]ӂˆwDlv.< dT1]*l+RƊJ*rl EORU _:H Jah-N$^#q../bH 7M#wSyŤf*hvy ؘ}WC4ؼܑRo2fD1T)ԋX{1-\ R[U[5'Bk>'-'noƾV7 CvX9N}2c.ZkIvŋ[OW~k5]˖g)o*uXOmma?n&f͊/y)i\?&`/=:f]R>"Jή\(EaMj.?"kWh?ٗk~_f2(¿oo uoyblluA)(Ggck["F74t5QW6DQ3.wh1 C Pi+&֞iG~PwٰyHqZ4貵^r'`5e ]j:lff'qjU; ]INǁZd083+UpUìMYe>PYP2־QC4f#(`|o+yW/L2W:fy9\]́vPAS ET=0~.FY֢h?\dݷQ]V=f ht^b@ vnlH~1qH1,o%olhk5J,3=%?  HхF$I>~cYK5`f|Q>eidHbˑʅ8fTc#d=Y0ZEx@iLHTfV48"pܱM.c@=$@%tAyܺR9ad^bWJ<[:Jbsi60MP2(:n9XWBnVfQb(QY(*BS˦`j,/Ο5`D48MX{Nԟiٟf3FFF>8{n03*샲}ȻgA/ 9 m^]ֹS5 wŊ5fW>SYᛢzܢx`1wzZz"N0stO X:+0hLP@u#cB L0t{т/ Ĵ#{ w>.,VS<Dr͙HޟMF颂gAM;N6ۯ|%Q nJWb{iGb"SkN祕!rV'9K%; ([XMS(/i"*b/2E#ApJ l`|QM0.@,[^S lJ:m5-K- :.lqHH䈦Smp@trx7u{jd_̙ڣ!⁀q` A;j-Bjgqh]MK]Ns4§^EuWc] ^{x™bb"3peϑo >{NUT mV . ٙXPUs|ܝKw{Rz@NkɝwbT@TFy?KB4LWBSC p)Uȫiۙ:'t7z*\[Żň8vA5Y ,R8 h8WN8^ր2:^ڦSrB!nԹ*SMj{Լ_E>w'Â#X}Ɗ#g gigeJwz\˿jalar?_ns70ʯMAC   iz<*~ODx拏EDJKHDV= .Fe̖uyEO;7_ިh   zX 碏ڈPiC6 w?O2H)=m6Y|,[}K,Aё3ޥ+Fo C믐C]g%?ز/(9&[hT  b\PAAW@VAyv1NN"ga1П nCn $DzĚ `gGzھjd?kr?9Z0?=z>WSRjp(l x0 `r@DXhs,+Aqf{I:<·K,Ĭg^s(yoV|`Lh%4Z)iaSHaY13ڼqotp8f\iwyz2ZAy$aF@3̀+NWQ*йI% jHqO llS"բa|9@42Kd?dP[ !.+i +h5-TJ~>=:48G*!k|,#]Wpe ~POn&EEqM_SmbEb :IޏP:qSơH.&VTo" r4 dN  5PAq9:X(}85xz1E\C[Tv.qO2UGY.c P)C`$1L„0Z]YBRM˚>^k40+L9Juram B Mfx$M;1Z"7Y|q}~ 8}<6[ׄ7F<iq&I;mTGDxpgw@I^U.aڟ=k*jTLDmC9k.ZaR!BC}NJ!ΰYI,< ߕnPw@bwqr{ K. 獿Yi1r I)~ISW^UKw-BEmrrSBIbf8HmDpJor]q`DȧB&LglY<̤QU|eN4Y|^$9(&vjbQpVǨ1nx? Ex*q}5(:&bg!_It$EI*(H}h#gyg5- Wo2qFLBMQ4hKjDR@BAED(HɃ7TwY~!%~#osLش:Ȓr[<[x~8|N aQ0G=j#ݸ71m|®[\O/r:;2p=8"h2'8Hf\BrARhr^%ېZ1ɇ5B 0B}~TS`P)[䇌mƿ>ú`g4i7EVUH4 *\Pcvn'!l2@+_>R&,`,ӕ %+3B{`_/c!ӺBY­xsŭWT%L!sM3}4cKr*DQDR>] YeDHR#1l 2(VXAG6` M7 5NXR˶ȟ0{4 @P"{+stuw4D(?3IK=5:+ -apyèqo<Sp@kw&:2`,c/ɚ|fIAy_IjV*˞5kd H&#smcJZBtWTGrW[ U~<5B 1R;f_4]>}η|p1 b k Z' 1Su`v֋ؠnTų0̫5ZŽNDɼ` ynFea&>¹3 #rU + ,ln'$b쭯{|CdAGlO]!#)q&g zE Éw C)ڞ~37O֎å5 !00Af6*s>Vq=,тQOʬYn-R$ T͇AM$</Wa߮C1ڬEBPbNAtv4p*88|FjvϻXY& "V@qK$ M)(.r} jgo%`xYxG6}K?zkz5Sl#PxD{ۋP;pљh5.q(ĺjlrŅ4H@Hp:8d1Rv%Pg]ik7VӚËB;xh݈bũŸ/U燫~MT$A+_Bͻ^֊/tX@8 3Xk}~œ\F!sʚe|<(Pdf+(BrK:m"YOUv\~"ݿV;wV=ltÍ4*$:=rx o0$;wwC=?M[,}*|1yh_iG{52l\?w@"c$UQj.gz?帊CIg1Mem~FcK @>gax*9`>o{4|I\͆"^C/|JTN2KtpOwP¡l+PYI]gӬ80][ wTд^)D$;A0$31ZȦYhm!lBFL>Vש`1 LR6{7p.{yH `<@ez\sqo;k;TmHkЮ|]:ٙ[omnkӅ-ot1%fq) ``xpeهsq$j4{n.#Ŵ<ĂE ^OY i]DPp838~2@7=WGCPz ơ.ECAQ"ðz:zPҦD@}]w˜Gi>/gz^At}l@O!L3~JbnW/T`k$ك$[/e3"p/nݑ7D"LX` 9\˼*moQ}5h:BdtQ:˭!4d4IݳiPdmm{YYeE'?^v%vg{??| u@d  /DD5P;8 Of 3Q6AO[{.뻥;(]45b:^EzlOWHk+ 8' bbTHv p+P,L]uN'(-\MQGUmE;ki&poB(E ~ Ȓ*Eh@+@!_y?OGLYEh$(.}&MeDHp d!7ښY?ܛN?v7Cfi1?:=tpgT$ї?ޏqRE8v@|8L/ҕA0 Md <&H1C%Ze Rcfc:g8yW?=XGut"z(/@ k"/gڂoO܊9yr"ACK0 )@E12E6eDRD=助&'R6OSĊHH'R!v`,}4RS8mxmn @<2@Mf 0SDgr#e9`DtI]TITyUhf DEURS2Ȇ] !"uAj}ž0Л4d7}ij4*3+v[iM+Iu-r}Nu|=tqj{͏y;R2)׎|qK-ܸ}RK高9t0قhnqxw}Mokgع]dtLT/l^C]#@SPP dWRzwP-d7H'd?Pf ˍpdhT:XN,-bXy~8XUN9<>/^?qGZr?q@:e s7[1M,hһ-}E[ Y@ `,nC`=|cf: LB>ʂ$c[# B 'szst=#Na€D `Kx@vtAz#O h<=>I肾\ȫͮ>g.͖YwK}pSϟÈ"kҫA/S3ǁt 9x @)E8]4@r$BeS!zB$3F`42lX|LJ< i'I;l܁0. C4~6"aRT%;i(W;|-F ,<2ݶϙ@)  ^I E-]4F.k7K$=t; B02 Ȣ\Ҿj(D3{BHmK [57P LyЖHĀR)B,A+ mMR6eg{xFs>gQ66z8`+WvjB.ȓѥ>Tu21Ūh鎔2CIM@`C/Czg CF٭LMp X$ș@! a|r 0q`M9|LlJ` I7PHl/\ ` iKIs=>+hMTL:9:צnK0S y%GZwSK'A:omvzI 91T*"Hؤ$01jsm=00Xe 3SF6Y-B0+SY1t6y9{Y铝Wc1S>=/MblnrtGPi9GAAGyE~D_Sꢢb ʂh!`!o=Q]@=$OIPu"trqh;WHiU΋9)H7YBa6V_z鲟V*͑q&G %z/1䑤^sQe&B}h OK6< `+r'.ԌJںI&(6/YI$D?OE8ҰEd}EfwԯڢY"ŀwOo/պq9LȃLhGD?eGYN#ĮB!:bHÅ4Le4BNr֋S_siJ5UX1!%gh3YFJGM"e䢠a 1'NNcl^,Ǥ8㖃_z.88+V |(>!\Փqb9&R{h("mexO%g `_Gλ@ߧ vV;׏XZ#c@%70聃7~,O+#RҞ_mGtf,L%8n D;$*Eƭy 7݂YDPqj|1&rf3iܶٺ9^uxεz7b&!/O8v$:!Č~Kѷ,'tɉƮP}YCI7U_5n!c34{잙S&6'61R>s;t苺 z⦄ GzMD͘\r ty$hUR;-bga:4*G*E%?j4ubU&@rՎ ??nH`vNX鯈7[?DCmqmwrm0{' |.F[O2>.cLpcOGP"X-z  ӏ26G]'>,6Ն"SV.)ͨ52Gb` Ɏ*$V^U޽i-})yB7aT8LoV/eiqqݜjF$uaPC,<7c`dNw RYFZ` C)LȆ! P0c ()Èr=N|Xu_ކ؀`YȢ#"{P' Y SH12(kK i5PWAC^ls̏t$7fI kR>r2j Xw2^TFںn pW]yj*v (P/Kt &|@RL)"K~K-B sVY^Z{ CψŢ뾅D9 Hѱ-!l 3X2>x˜vmW6>fLdց4R A `D"C-ݞsq?mK٥]9V2aZ7' #֯Hd C`f}{{3n[^> 4Z#Ԃ7sJ#~dp H=C3C>E+=`/呷` WՋUM.Bk4L`[yW |(S᠜X*Q(6 N:A#x&N%@VĞZp%x 㡀d[]h JmkDCA GaR!Ƶ0o6Lf0PZ2f%ၓ"&z"lѦMI ]w?}|ry'i,2ΏY9Iab} Mc9+'Fuh( J"q E*Ky꘳qd`%lQrj|zv;z(rN?QMvsA{xF=n'ž B r1@_CԇB&E<;x|vpwNN}! o!ˎk||vREUFP()O{)lO[ZW@ &xs^XDޯByyk$ۥ6 1kڟe2%,!~旯p\Tp;@*@A:P`5Vd +RKW\{|\ljJQ@D^n># WZkO4Ab*b} k7T UA)P@(2 )TVoONF |;A6*i'𵠪c{ɡŘ(42Y?7eCv@dǤHV9X.ܯk0䚑EM2R$0e +'5Pv`.h4!⽟j )X'_Ez~^Gr@_2Ash5 &fDƟ(O-zrRLՊ;hE9䨥2]v7JĞ7!; ~2 @̯ճOeDb Q VqTYP9_8PșBnPw QhH]s%1dybHվk1.I47OcZsksȱ/XA>s}U=L5o&0'nt %(x{' !Glj{ zwx X(Kf560[Z K OV#oOiɩzf s-=fVikvSb?q2#oћry4^%J <#@ 4L:0+f@ I)"HkpXes%|Oi6[B?XM!}}0N{~}ϣ&:YCG HB30#a@BgK%{WtҀ=;{}NxXpITȝ7b;"j+nrol6D;a͒hQatl#H4?|%" be ȱ9R1$05A>(pPk˻9Y)I${2NzxbVZFhdI"lLk M/eF?BVuo,p 鵗uЪ]3 CD ߺxȜ Q6@{HN3(wPSM@8l  ė($ۀbA̋& 5`B7sW?,4h2րDBF['LYQd) ){nX"}.!@H6Ll`Rf@ QܮV`=rP `)O)NkVTGP:W 5*= wθeۅ>/Q1)eIôZtM&J|.eͧaM2Y8kCZ~"% 1WDn;yɞAj[`sPP3TZ,;b ǥUоE}z8AI%r4@)[-;vFXh7 A'dRp|%ˁn{v026G:&E98@̈́ ֛pTqRjC0NZP_R _S4.P^$)NK0!D3f /viP${.֠:RIρ @ >-5h')]GcV8yף#t~QANr?_ S ( 4FJ=^HqonHq3$ɓ˳~?m{qk/c_WB`?cVB@0㰄<WKo+5T&f>D ݿsMA}ւM SljD%ōX&e `Dd(Ӆ/rre%"}<[{t\bၚG6[rY e]*UHV*=ޟǡM"t4k@/BP17 w%QKk3 D /Ul2"'btpVnHuDj=P_i x! Jђi\~zH= lI GE ,=luknz )M\d Eq̀%wXv=eo!VY,l + ċ@eN g GWc4m[ƫPHgpp" -Ӭl hٜ{0t5,P> ί'xC&$r ANg祍CdѨPd=tNqKHP+@>IV#&WO6r HJo]0+6DHD4/ sJŨc ?m.:Sjh*""Bغ$(D2#Jl XcVa{BsTa0V܏Y#{DR{'0bը+3b%[l\ڡh\G%,jAP'mlGl/3]1Ya!^  Z@E`]2qbR>3s2-k\JkcT@b\L!*ڣm 3'uǠ޷> a~,9h<@9Bvg96q^a0l*\ rCA>tQ0xZ!qQ[X6Ek(Zs#\ # Q u9YfEgbȸ}W@%T1д;Fɯ^d s.K'yÈ͜6l۶/b=(jw6uVzt۵n̶X:.4yb bm-9ڤJ4*Ek楙X7% v]U`U9dZSC 2BXԼ]ufh z' aO 돆Q4"LSF$S:ܔGM#QApd'"0`u)4(!F0m04[0+PI)h'g)z@ɪз6ku*9ע6=.9[cB Z.VvQ8QڕPV*#ӶMuEгP̙}'n}9[xug@ <2UM]sdrP͸q8e7C(m[l1rx R,y|QDQ :D6 lO=~}~l7 fȯ6y5%]وO#wșx[6-t)5kYǏ F 6[AqL6,^PY2 ^zc>cߛw_A6-GG(dˠ(xU WvUN~6:kev7~<i@ @0c`>fWJ27kkh`i-jt&* YC΂o^?w`-Cm I]BCوhN2O҄$[Jf+ `[u2qRrz?kZS\<%DEtR!ҡǾ/sz.4q;âlj~ _uJ.|sϮӆ)M@R2,hapBX^9|?:N˫c#(P-cQ!zǂNQr=cTjfs^N1xHU$A+EoL(c:kBuyAdYSo,o;fpf>Qۼ G^22*Ή9@M >fwr';^ԞG{񓫦ŁV M 5jT s3bkVQه}4K%EJ?e˛{6P JwS7i6VJh -T6eȫ}AAabT;=+/)B{VP񃂂Ԙ;R67k\E09j(ю1ʆU0B,V9,[ SJe)Wq]-ݎ4Qd |M2yʚf> u Ku,!,0S| #P w)2'p?]PPx HQf*fϧ-mD0B]t/] sOֽm{aߠeA|\t wM= uQdt:Zʲ 1c1\4t ):8 *jP0?3h,E9Ps>/ nr-Hs1vs ռ1|ݳ=/2Y }1myQ\7* ))F<IUe$n4 2,QH{h A& 9lE} B~_RaRfLXlƓ9.M ?/whr0ʊ$Fkh4̬3[x^4n-{Jq/Ђ+H0@YB¤eW!vc^t[Qo6 M rN9 QiI:;.ŗ[)%sa:nfV\z&6fEOq2a!yC=# ^OѧsXAAqY0S^-~OOKb7><#aYꮤoVQ.k v-Q Z #IPqUnT"aXxl;B <<GAA6nū6Yԃnfe4RqqOAk˳P@ PEcwÆw8QMJ̠Ry9^@{JnKF5af4[[ʾnnw)Y .]<1-*-Yahvp/Uyk:}18bI34DO}c wT`KP!a[Yܐ0cC0nq 0alAp$ϭ[|𨓅>a8r45|w \},(._h qxڐa:0-\(S(P7?iLd%)n8ՌVTga}/ߠKTj@Յ68A²X)ݸg5ĉC^ `~>Tps1Njj pv|ju:ZAGB|;[TU`25(PԌC.y'- `Bq&8Ÿ@G'בEZ  $@@r.tlخLӯ`)F@m(!XY}7%Xj涃Nz1B Qil $9j:ԯ9IrX J* pYo\^޾>h^g3}I4&vgl^Θ2Fd";oAfOTpìb\1ydhC=9#r.'a u,QY9w RqcHF"DSvH͟U\\+03vGvC:Cs%ԾóG|?%:%m|g?|"Ƞ zglІ1 +Ok$jxm&e r23^'G/3q8v<)O8Z2t3$R }*kA|Csa c9SIu^p[?ͬ]~dr3 Czꢆ^ :o`3N , TƃTi|~ @"t= J&s΀::8]bAe N\7i_6U_YRU-vrȟ}]SPo1M/1|7\t y?'° /ֈ )9 Z3F=tܧY|1x|}@[]?X`xZ&yZȧ:0;5XZ7ߧ fOo3z^覯YWfRk HCd "HX{z [j.w,RX( rSCbjyt_/ɛrfFڰSP4KP"{Y~Õl⾚Ssi$$}6j6wJqqOq?P:=GA&![sʭܥZxxT1?2&o !(H&k*/MԿgר]Ivc1d8G;TQV_l 3 9Cy"! v4 (-6~V\>ܘwTȨL5DT *!elZi}x'e?*.˯bKsg99t>r >!_&g;X1uuZ D,v> _N=6ab~W$83 FDk)} nCy'S0!bpR `Ѵ>%x;bߐ *P.7T0l WHk]z"s1 ׀=մq>n+AGS%DTJPlr К.FJ@(ger7.5H5w{[oK#*G`1S0LiJ2f 2֠߮X'ߟ2g؁̲eb0Sz80z;$LH 要TJ}'1Hd`R3FBe.x#nn(rGQk %YX ߙ|޺Y +~˟?Zi3(`(BkpwUͫjqQK YmՖ*5KHjn=z(3W9t]ܬԨs:~em芅lԖx(u43 $B ܾy^dey4`b`lAE9pw9riV kmYfz_`Ȉ%QGGE uJ rI7(B9N_'S8ZOΩP?t_P?xWo6<8Ivaq. @AcFOjh{nE]- Ɛ1ErDLfivKk=ƈ,oۋ^l̀`AU{UI] =Ow^'ݖeԆ>6cz^ʐDEP;1& ={DMP@_Йzo|pӕ41M\N<&܉< uGÜnITs޻ ex 辅"{}f&}P}~(d Ґ>,CcG=6~Nz@.`k5: Ո3Yz(sth1B#΄.?e>*PMXvY8#_vno}(aہğʌXzpؔ D6Qѧ>@=+#(,h5MH/B-@+ - <# K7Ǵ|{Ϣ n1;y?涚ʏ{5;Ro_? ߝ;۳tp[-E|rE 5@8,Q}JR F F$`{jiۄnL~WF.e}9(aܳ onQ7 U-KCѐs7П?YB( Q=^ٔ'?`n3 w񦃲C͆K[4e2LR/#PW+z@^ %p󹲞E 0ؘ= sy:[]wcq漌/˰iH=ܰX OQ+X ~KBtĆv4PZ'Vz*P>]Ї-^j\k4Zse\qRus]bnAϫhFP$W&I7?FG{Y:/V.ŪA-E jnc޶R*:0|Qϙ d~QAւYAx3#@\#r4IY$r ̈f+G xU[| 3ӶDEdU{d_?=!ס=|x`Z̍7 av{G NIut9Sw  yȬ.|R#S?L*L18~X\nCýHM&@ OB NŞv4/ N#ܡ%H@)PvAy'ӎ ?»,=1)3O13((<61YJv6Y[o:r:CR: $yՄ2B"uSD^]fDaQ軿b.ړ>]bMW}uq =bO3L&B#WԨoKB`5&*j9}T\=2$>EhhA!8`QvUSi6~?f xBvV&9};/ blZ:=-?Q _t5#OPIRds8 j%6aĽѤ{ Thm 'gZmY-vsgS{΋a؃Oksp37jw$x/KVLCEՉ`P\nIʈt 8((_oϺ?H_f1/,E$BB4xxnYQѹk,DF<0]"lb8Z=KfIʴRt9d~.bDojO;4#V\!دX؉0eR,#Oऔec[RzVAql!2f.PgvV2h'yGS|mݺh( hF>8nZi2qapFo1w%IE#?NY6`Z{[`Z}Y(Yx wД@_2oq{b0'w~\ߥC"G.UuŞ>6,lL~&}F~z{4ҫ)pNWLT,(7E6 ђ#Hw_6Vs[AV AeP>/iVm5 f#0 i.7 /?OLjfpٸ~Wk},* Q|.K]stqt$.9)9v{NwhФd  3;%Y'Lk!~1OlndL;gQn!uF!Ah8I02΀ 2hm*f"Nޘ=Me >04r "둷Hxa5=:9 yVD)zUBGDc/ +H4), {}=pl=_W9Zb1iWא~n>TahB>%6?y,QqK.^F(LTG)m89\4Tl tI ɑ ] &Wۍ*7mXADʩ9sug9#f2$CD}R^ڴZ8r (Xz &oJvr=Yx\1{qHuN(,Q@ X(˦\ùfp[Vk~tz]P آ'xoA8ۋ9 g<$M*?'Ʀ`$ۇۛ1 J zo9TG%*ʆ2rP:_DlbKv~(bI%AA$; tY1FRys2RYҾuGьy/Yk!uwkTJHPLjwYƱf`fEyKuȿE UcO y m3DXHYcg΄zVԿ69Rʰ.H {|Ǘ?yH w&*WZ,rR5%k2wrzI|!DF5^k£u:b~ի>c|pץmBޢcc˰3D0,YVeжu}m`c$ J-Tf*kӨ h/vG\RudmFAޘd V̸"Iυ"G^GAYvcwM*$ L.H-fqGU_0nZlbU$q;\"#G{6Ł Y388P@I%-oOV`iT`t $0@B1ѰC>Յn- WÏmJ"تƦiZ0μ@fpaC\P1G0l0ꩭS^S(0y':pqKQ U[ı",pE3Y5yI&9ϬBxz{@rG)׀i-WS)hm{MmL@ܣP:Q@*7 PMvJK~Nt(M}}v I@ MJl ͡v e]IaRcb %g`3zUɼL4Fr =g64k+sz PQbtV6u^穅8:̨iPmSY}9W; Wd~|cɟ"yKpU3{ho[!Y'.nDL >|NH)~380z4A>!S-ooD3D|^7=b?*B`kuP< wq@2ZB4:* χp9'Opv̮92L(T@ d 2"wtpm/SZo0O0'|Q/g¸l60%g,h%d}cwgvAGA!=FXh3jzciKi-xR}r5 'fB2`e$#)2]oi~wz\c%HFB H"^В1[=5'`W;) qhŲ*uI *Sad/wkSN$]rVY&>:Ԉ#.K4e oӢ`NE\,ee}s~alGdCzĀ8&CA}\,I_OƁ3lc1NN^$GV$riUi˽BB`n.EH [tڋՐ *tF_ĖP+naZOГE%'ؗvTyxC=4ZOPojin5.^0/ȫ b!q1\wmlO.d+ HIb\Aa~LMI)EyJ رSvPTŝGʌ, &%I,G,8;gְ)0(bY5n*mg%Lm5rW  "$$AVDo?#\ryRgW@oas^OM ZjYO#?_B!>QނѤ>Uӂ5f|@piC`k̈JVHӅB(VBr+נ> %bXjfQAƪQDXݲ8Y8Bd4bs:ϑLF;TwX#= Gz== Ph)kFV-m|s0:ϣ0Nnq6d6@D{HV4_ c!%o[.01z˶e 萞^CQ`<fCX~U`&U姏J6*}[wь0B}<;&bacz#G_Jd*C/T4Ե`eb)tpWt9@Utr 7,p@Mga??>0ED9rzkcHZZ9a+/GR@afxSM7v kXϨY /4W/hĶfDI[0'u5f]1B23IGֻ0T#>\˘!Oe瘯@ť7/0R?N(PEaIJ0`XLDSpfy^9h\;!v~EIy^J$ I 9<>bРC"j*(GDtՈ Olc1p#WqSZ4II ȕti Stɚ\k0!P0n9^i XxB'1#\V :"x@VZ2OZ~ޑN6 mM ;Nlg@7$7|kGw^[ ,E:G)auSz ߸`dݧ#KFJD(@;9uw[r_x$T뤥zt<-Xw`Wz̵3hLbu4 nԧhsyA~6TtKnG|>O2rHݕpx|-7Y mQhlR{"RH_Jl>@8SD){ ̤!t\ut)Xwd*a^w̿lJguC:=5X10` VTտ#3EusH m[wص(1 R<'V{"DHM.z"ۿ}{v>eZ[uJ6Tms !1|*ѶͪD3 H?5A(>X+q ЄF)JO#,/cv۝.&JD[Ip@٪/vXrҪS3 rk[*Z`GC7LS_ 0Z/3W^"JQ""Jŝ<+OMӽwO^P[ 7d&VMĄcV1X*2ѬN!lfg˽ֹsOӏD:!0ß,ސQɠE6ER@0(Y(eaikug(^^P$[{c{; Y4zryǼ\ʊs(cD< `Qw>WRe>d9.Kͥ.V"=>%"$*~&F6Wjgf>1M5s[;888ܯj1GLl,~ '7nƆ2JBzil#ں>d5m̤i5Չ$;UCHY Q>Du(ScZܕلf+84I)w3R2mȑ@Ҫ#HBz'wRş?PM"b.2Y.7J@/.t *C2XoqPEP) r*gq5^R\/K㻚Wȷ\uGi"V7e9/pCpʻ CDX:rUnsm"\ P=tkCYBA\rxCA0X4ףZ-HX~O$A=',i}C'4-TִFógȔZotɞ-4a _&107Ju|WM|g~«7jW|aE\_6}m(2b.70f>H =4*2aK5YճT*wFyLsmL>kPN2Jed6ҤX%OepdKP#wfDICp)L]a&GUZ< M?!_q>. 6KOa-1CBh$FdhmE-3=0Tse=*|AԺ˺\;<,̌"#y.qlgن/ m шeR ɵ4PRH _%rKwz|k{7jDmb ~zs`SxRA)LN@֘Au;A'DLP !.vҖ|ge  p$>3 |"LC9CFH??^.M -qRAIn'p/G`t5qR"(f{?5zߧ&~DR&^T7 u_&6R+YVr\^X,z-g(ϋ^l$T` g|H3+k޼Ѵ9ڍ %k;bCN~2CHa=cbi U5DeQXڱr;Kan' 4 "f`̌" =>b-Aw>c9^3쨖q|ތ$̨*wCWh Bg#(:VE/0ˑ ^awWTczkpE~ ^A$ƃW- w X eiY}b$RwCȈyqLʄ&m3o-O2 H:>EmC$761?W}x a?}Oap`>HHTè E8Weې6rsdQ\I;v2A#!,'\q.J _okKu2.siG}6p?6vS^"َ8ԁɷ@`$!PCĦkX\ȏ! Gd-X[""hKPzhK@G Wޭ,j^Aѽ]d\QQ,!s~2φsT_ U `POk; DO3ݫ Ov@E_n iqSra@Hv^m;[Z+[긙wI0U'Y GHsN6d_&2y2d]. ӻ?:~xT),o~Nw2 ,q}oiE_7o1vȭܠ :@՛qj`(*==Ftȥͨft`Mvl(nY\~AQu4|7Dhytn\2pSG&_ez|B0Li1xuBQ6C%뼩ñI滘JTvČ>l̈́O;6hY@jNQ>[ c@`ط85D*~vUu3$ 9P E <5GRbTNT @3e7Ov&}|^xYm#;4AI!4A d}uq$+(LULs5-1pM:zYE=*Ǿ˷t; Y]=WOYYx$K8{$]a䈉<ɖ6ډv{7mG{cJi1t%~^ARbAψV!l+ZGm r$tOn^JBm!2J" < ԢQN].:`9n"A kycJȗ<6ec@„GBtGjOuA SQZߡ< -oijnWĂkuVk/jw$ |iI3p>J̋ յ3K.7\`M,݇cّ`jՏs H!Q[5V$(ç>ǖUgX:IZcX-Jj1m7FKRgc)1f1qBDTSB7٠R*3Fif64Dz0>4)WbC&#2}v5W-ZzPZ8PEl-l~s~OppBP1dt=PS#mjPa!Vo֩tK1+UNQPF~ Blj\1 rYx<Ԃg ]d%b&*bj^83~IY(PSرqU4u(F=ůpe:oJXg:3ѻ{5bg3lF+v.L#ͶMљ5aR<6PPݪ&BaMM($9R2ib+)͙ mM`f#dOۭ G_=솒NmK'WM1=Okڠ)t`csY?@{ p5fO{5p 4eɭ Ah镫VJkMO Ńv]ӇCM^BŒ\Q=T(oe2 7v}938$F^ d#Ă4zO-v30pTdnRquٔO1E/ X(?4r>hĥ%,\3KAO3AKKKKOOx߈vwdu?wBBVvu%Q/u Ph:'M|`)>VyT M"BSRQtZzu@T=zR*Uy2{[ehk@B.jr9ĹL )}^l?,ޗWX1kooWʼ {aq,,^f%H6 e,)%yKO$k@w{PQ_̄Rȋ5CDYcهcoFd?N h)wY\B/)@3rB!~:u }]MS<!,won=T><!KQT%MVl>T1><$)2r1kZأ,_šp(|E;<۩@L CZoDĶI)SOz-ǚ}^oxj?VyDH&`|6(흫9Zv۪]qhHA#vQn`ӟ@mSGVl-kN0ȬNi5 o YZ#rֶ67_=twtUb?xݐ uU&{j|֜'!j:\!)x؅47d6\wCht< ^eح`F;?Q 27{d۸WVk2 f! VzIkLܱkf? -~* yy@bv^}}| S.bc/Ң'ѦzgOI; LN_`@ Yh0*:}@2&H_9l;g7kr@?u5_b F p;0V2/TSP}ɀZο}صCPԆ@ ظ](0T%[^ƺO2-֥f^]hH\<& $0)Gi{_u2fN#lm/^Y=}#rlqrYso\c[;-MYfXz)HT#x`2`:'m7foA9{ 'Զ%XhUVb37K5eI9Z΢c+h6|&ca:~Ʀ %@wYZ١)SIԀJL3035us"^%0Gqx^ױ`̸ {K1B*;"KOmiRq$54D9 j} Z$q2# zEa?]nyhX.Ng宥^}pK@mH*ZA0N֦ ñTx$27.mXf7ju JiѦiv"L?PL[ (NCpgsoEQ9? ۬#;|(~W 2rv{>&e@\||p 3xح5w{<X^>znktiNj,;TSRٺ;#Ʌ^;*ӫ~P0ZՁ ?1N$hukﳺgjh7l3Ng2<י-#ȫ8_S.XI 3 V"UNA1ޙBιl7ʡJz,gKAq73M=mi u 8&T8&8r!˝ArKw{/ (=,"I.D| _< yD1%.zjz%qiנ<V`zty3M /o@Ot>ћ&za97 i<tz: o~ o2fbp,yEQZw/T&$B=Gհ1ט`mڟսsGZE#|KU38f H[A2[aMc@Uv*a}ş9ga~P5)pxcAYCkDU);_kȢUH^OȔ n7@l 2`c T$}NЌH2GfYb:[mJFINOl4RwV˒ 8T=Iñ<"B.b #Cm N& *tGȩE!t"|%p'}_7lq\6GhȫMpiAl}ζUW'6TnWpa{݋P lqǾ- ˍPs 9-g[y<閨1v\nt"LBf}Ktw|âRzǵL:nʣHm FEoԑ|g6ٸ?V]wF{y!j4xuXG96E}B{g5liUFZCMWrfpDA ??"her;n"K2Շ ӌk1s Du/6Mgឈ3)xiXq 4Z{)nfaV~(hRUnӞ)592<ڦ;< 5N, I{GHޭcR-8=LܘIf>`~H *bUhË=E`@e.޾g`{MZ։ FocWBJJ*av֧k5֖ SVk;iɝeGW&w?'t f&01Rtx.k2L/A#DprmFCʼnb/ɱW2 ^EcΦ{p!`Fwt5Yŭ9>ѫuAl u#9m O _33< դ؁f`s? 1. VT݁km{úL[i%@>uj'1 gJVDFAwCm/ګa̸1]Kβ#3dx֤S[9 +915W<KsZGـ>3BBqB.=N ]`m! J!HBuk\, LN+墸TAvFy}ڿv5+~3N5,?^ܣA|+*ț*p * O&*f سQՓAkrenߺF |y 2ڢC,BRN {io p(q,u架B>r~YǺx=[Ťx8Q&)iݦ%Fᖑ8*yD͠ }?5zJBw-G0e4`4l`_d=.Q<'>wgh!؝\=YGR1#Ch{wJN͝p+!p1Nn4%2|D{-V U&-~"{OԫA~UQrY;{Rvv ɓmSժjda΢a 駸 ,` k3.hmTiRJafY N YUXG=D.9ъ&q^f,w365 ?D+}n_P&/Y@ca䵖DKgnWH!0fl!+m~ 7x?ޑ'6t,Yէ!![6 T5h$>WXV{[:>3k`|ס~c=Y;j Hk0|3%dLT/D?u*rΉI 7FlU擑Mʚ6bʴ2jx@_WF{a^nz#2`!x>lEC2ove34^~Of * Wʠb(5U9X.2:)D}ؒM9?so~/m9ԇ_X<<ܯD`2e?kX%^VسplhQFn`^'24=ߝ->+G.{0Fܖ5HKLXX2aTĻY4GqFd&o'jɠ#DFY) v @qnNo:} mg` QV5V (ɓimf9Cbƨ`t5J Rr]gQREP[} mLg]G*q*1=Kc";ɨ2xPJo88Lén I330Q;C̑}|chJo> *%~zΗx/6rt޲`?@Rdrk%E0). MHit\E|{oЛٻXmlY!VNop~i229 cA$LHC/#'@9Mhj0hA0Y2d/я "=DYЉɷɥ"}^*_ӣ=%dphyWOMC1)RZհR^DcF y!E^cYeU0)&UѰ^E3ڧNyȲ[# ~ZukcY.G62*08}ttK:J "og|[xfm/E{ɨR1D+.x! Qxwz?|fu$n5H%] Fe7'Ϣr8K*l;v 齊н{QQ҂so!nv<Y8 ,ILxY)i&\_$x~rqEx A L:*ccQN02bq)BY6[Htj yEdlx)^[?z`0vTx1Eg{<1>> F状`xǻ~XQ盩MR^]! )`@ *-g`j{t A*qryBplhl |20 ~`Np%+5ڸnoԵ)1AL J(=V"(]yUרKu +j( Ie=B1MqXd1WD[EXm'Rl;Ֆ0J9'| % u@ n?YFHlaR@c (ƏTsU֬͢7BHQJ6i/{|O)[!Ujjyx"i=Bˆ"PĤbdb)-]a& ukl8|5sX [:eVrfSXG6ry~sHvYlU=VBE'-WY#ri;o{[;ߴcDi6?A2<ͪ<_ʐ.5Cl#Q.COо.lj|f# 1a.=PB<^d2so04̓a g÷k'Mt}BݱJԤ\&CUmj/w 5&K+?3j? -J +Ш-ꤖ&ڋy3 Ը k_'"j3©G@D3"Z1^Bզī)0^˳ /(y̨q`|Km]>;}qqfo%阦ϩI!y H=0Ǟ2$tbO21wSoSDJ|M b CPQחmd4d0l7al1ݣuz/mOj2t1P&ِId!faaupX7_HEv)y0 cޣ3Z &/9u\[ Mr7—/N)zS0-6 tm 5>g  ?͖(OӌryD*1x,- 4G&z [W1T>8jym?l$Z.-9>TP?@*m h[AKߦURA3YlҦL3[3Uk!Rzޖp mpɣ(qa\~zp+?FIye~z>Ù蝱( ؜_BOC i*TQN]!a3,R9 [S  |O,=;{Z>3pN$$i OƮXVwRǃ s Ud#cUQh UBμ4v@+~WQuLEqԩT9}ׁm<-#ԗ$` :s2!bAo 0`HbVnͩB}Ɗd_r(f>u*)rPjdSş1kh= I\ fC~)6 38yo[ۃHR):RLD~UPB.˵ą{ͷ8=OCb!J ޾W{q!R l* ОbYLúS(T` 7&i=}L() 18l 2fW * M\s~Nn&I[C8|%\W )TB˯rwp%dyH N uCu|D,ҳeH (RK1 P(zܼI% ޔZf]*M؄ t{hRىX}œrJs̑3%o3Ț'ؤ Ii EC>Xp"[!d̴d )7=ޫya] Q7_:IM0pa`"͡0@i R dhiIb /Fwki%l]N][oon`twCG V! S1?iTin{8q1Y!u;Bӏkbؓ9s JO(GczϷ{4B!DOrQI&9@후hF1Ҕzl:VU#3![>"`gF}@Daoz-r齔ɵ9Q?DB}OnF.wPr=K!;e} FHBݕ|cȳ3DOo͠4fF Q=hn_0NL8lKĕIg-6e [LQXɲ /mmoҁjWItGen6{zCNOwx)8SsC%y‹ڑxCt"*]ʉKeD>J;~\"%/0G.GnߑasnMnVV?έhD", S!lk^ޛY-?L#,eޙyjwLZ a)t/]ZeRL䅭 @Fo"K~ԙӃyX"y3_YqED#Zqan&JT۫MDq j n!D (M|8kjGI]/Vx>9b21%O Ӷ _%2vX0l #l)??'\"$cf~v_Tx٩vUmΉ*NW}VDR{| 6|E~ \x%36k?V3從GC,x[Y4c7@vb=HL,Ɠ梢S?= '=]6w#UB|"WE@sjUe 8!=X{rzz/v' ILA:o12D PZd  5/${45(1ĔǨBGA+ 䋜&R;SNr R7{#/F\w:ZoWq0Hg40Wu[Of?qY>= Ǎ3N\-`VDQ@6"}S; +Cp8m pREHȍO*H/M:6] \Tk1H?`cRˆS؀Bv9|1 Qvk9 KJר؉e\=麟L *mD z M@d7SVI4NJd siBRߎa ے2٩&h\.RJowL! |y1Ai`g|+9%@7iWE.eϘ@8L̽tಞQ%YIF8?}جZSQߺ"c85up4!9[?<f;P?S toLj,1oNRТ2a\cOUUdV Z}Ƙp*:cȨE)¶oP~wBK'ʄm#zQĆ]rD{P߳Y\Nw "뮌Z-k^>ŷW$CT/SP| z>l=|",N;G-ޝhZʁ6`C1a\gR{O2#&@ڇ_j``^t+ u_y3&;^oT6 eOā(PM'jXO]0C ߻VtPQjf'޼ igKƳvgĵZ^@l [ٛ1aY~&&6 D3Jrծl]i 0{=r|_Ȍ3)/?fqXtjn_&_U FPz܆6dk\;o؋1U2~~G뱻`ƎQez$sLsebs =*A0kpg18!] tK)Q5BO\C<mX&;c@4T 4 ;|; Y l.89!e編_CMdǡEN/Q4&|}vo㱟gt<]oX9Py:I*1]*  }0 'L1>p*H`#S 2<^ 7_\l o{(@Y?9}rB4>#x>و1qUp%_ըS3ot[v&IGwҒ3I t͖֩}}:K;@%ekՄz{@QE=aȕ}ʧׯ]ŀ"(s 1(?+1LU ߷  1nn2[&;f12T2.TS Jz(/twzÉ Pޤ[eBIS\7gGyZJ!"QV`(7^NKnW Q85_,$b*L-K"JyW2>~Ox{ 1T+&XJ /ok)DRHLDB 쳜ٚ`딠} er !'y#=V S?6!L૵lb9vLDenD*{S{( ū?~闫TS}ǭL-Ug9w9 \χٽ2^oqb*C'Ky96~X,xXMAS7+?:H᤯6{kL`[?].eس, $e8kQd &T@g؄ӸݨyoIaڣoyyxIOhhRh SyoE>KE򯢽ʟ{^'osrUrEYw,﯊IVS y%٠.m_s ]*0vl8CmZ;e#D&(EKmy}ޞ_󝈓<3-=.Ci+KǛHHQ9wTz hF CeyB0YxI2fW JLD0HW ۫.{~%ޠ(D vYTŰ x&tA-[pxueT)ȭ=ק>5# ȇ::mFR~aFW%ihk 2?WbS˲$X#zRewAbf v*yK++C^baYEe)v ƥ?=tNJI" ?5DxU Ngz}96ڸ7ک<:>}bgF mJ>qӵvs,J8.YB%@kMrGa>¸BPv`Ƹ |'JI873hV45" A\Ib9\ =SnPՍ?}co{~^ PUJE(o:B*X(ki1f]w,H@?x*Mo#ʎո)ZUaJb5$0m,BuI/3!Sc<={Qݮk)B"hQWzۼws$c']J';wo_(0B{3ى.^А)E*ʯ|a+H?Vϰ08΄_^..]M^3)2E1ˁ`|Y4WÖvi8Ht5+N, k"`*:TJN8k#LẢ- z2@rѭ1I𰿳 4qN.T$ۚk9;'lҍIUXOXld9d@r;Pk2gp!:T(DB6cС ŘPؒNo~9C{ t#E1q|#/ݥ`qDu'/yBTiNdykmY e1PO{u3. WLThK2 J}g9-LMvw#:/+"X[(QOM-ǂ . >Zw[{/e[gށ$sN#7p~Lovs. xlj6Yb(2(S\u)Pzs".Ȭo t&ngg n@E[t}i, RI+?>vO}І΃}rh,^t9 zưac5-yHk-]O~<r *!PHw KmbDU]ca*(@L13@xw9PhN'Cދ99 P]sa4w}gw[_B>718bwky_#pն8s6",!\2b˩u?l|<(O/uM'gn%1I`1yMm7ɳùuSyG!Y3}5Ϳ'=W*aCaQ%@D9 .rYÆF!8+WM=X$R"P5[sTd+UESitH!kzbFfLWK9 B$*\5gay踂l-C}+JR!ϟho~oow&!7G80$3*w$:)i3!4vK1켹|(%Ux*(gz F A+}O[dvR>,VFR-HQ(>DeHqd!Fku(Z`ٕBK@HP53Zslx ׊(neǴ1aJ9ZJG`b zPJGhx9̌"Uv)Ԁ"@ MU-[nDZ:kkm D8BG#bR鴇wM}Z=OeZcuViɮ&>cHC"$˅ F%!Q]r<&-f@„>z{M]"dC$\;o^`ʵ,=nJZwG=E1\F[׏@/~W)<t~]tI_Ab32^{0bb 9H3DOcn8p>O6YRd4D- Rx?9r`]܎!a!kG9}6ۙ~!hVy%Y*4Bo"횟ftZ7+:t͠ $}O g-D+C,z)i5܅S,ܮ)P /F :tɊ\Fe-2hefɶ$ =ƍ׈(r)>  * RGH}nQpBiTr"^Z{ Qܼ)n3pk~Ɓn8);e_%ϣ+I*ry xScMM`xy D323"ā{KjpD]Zjo2g,.Sl6彔,/mez?gHk̮'bQcCmEE8ƒ6!-" Zf5lsD25"]EVA([Ck7]RH&ʓo{M"o)/a9s _ /oYNgX+0ML@*젃~w]=l&dݐ˓w>8OqG7K+4dADFvPw Lm'ϷPӿn'I7we‡gǹ,PH[9m_wEg@͚,Ku=M g4gۘƭT~o"L;^4G/_ nxi:#s ?IZ>:~L*Ze@feK :@lpxϕRJ0"B%& H sĵ5FwiE0PJ_w5a] o$9VG%P`Hyhi(Љ ø 0RFVOWMKiFތj 2ߞOs ZՂ ,&dwky e4rtQ?pLtz9? ( zIIƃ!U?b񲜘p>(d$IR^{"5 a@eIDZCGTQi;} l,^3y.E誈Bt%Yk%)dVڝzL12JNuA nsw;MU, Eh !-Cx,ULֲ\ Aq2` iRC4)Dat<U^L´g օT#l6@Dm~9׳ww` <0Qꪊ_èŒ]iw߭X01~?Q"uzI/v u9SA:-ku~&Ӳ~igE|3|_/4tG/c6(5 &Pԉf 4LKI IE7 f^ $2ni2ǘ:&jיjm3tg ?32"lvcֶior5شN]wthapGQ'ο E~u>jg9~VtOn=/_:p}~,^|g:<5#L?'Wo |(iߊk.P$@4AESy ,g=^ߵתj^nvO)ի);XOۅj>%W~=x",+y^I4 Y+1n7K<5nl03zZdhI CdU.5#+ -8zaEvۍyMʤ@Hu)\enVda@D?5SyEuHJwN-бlߠB)S‹҅]Q& K[q,_v]3`0gດwRO.KtYT @ aga|pOBzO_p:#b*4`BFmsb5Y yqyЫDC'^+Rix 3vnbJ  >oþsQS: J&!>zO2%+إUT!K'ؐ[oc/>ۙ/ 3x[(#͉ e'/gd(|B'A7 Ԁ<_nC,d wNuA. ICJ@@oBCOuTE`B$U$dkM%a GgM׮˾ F:>$UB ;wR1uHm dsF( {-Q"gu$bH[`J8Y5„n)N+Q?:@,Boa =q| "|Dicfdt7yzeNy.ăd"[RPL}kq}p-lpvdj&Ȓ"% yЋpyӿUFLH:}ӅA X= G+2Y{O{%e ;j% %a`jT洍e4k1dGC~t5Ȕ!+~ɐAu ܏Ti Tbfl#{lU0jnv,D4{UIG =ij)9 h ^0}nGȆW'D>fFRQsIz|å$,D̟$)h,o)fD8Uc)%!j*;竛vLqzy1I23mRg|/=ׅbTi,!Ju3KDY,D Wl%Hfq' ^РO;- 9gQ2ݳKPxց2d?x 8nKyA&C{NT"bW%KMdy_[b1%^n:6sxs+f6z6)SP!0BPwq~U" >?}r=*7iF@ŭqҜX:|}!DA3,Q˹WYQ\sMJc Nt05s}K,ͭ?x0,{OX_D>KB69]nd!(yO2Dڣ~n9y ljSDHm<_NǻgTƻr',Fp]qeY +P;z*>L]©`X mv3u$=6hxN ШAo"-^"iI7 < N0%9ۼ, CS]YחW76`"yqM$}eԜ]s:D÷TwZbɿ{kVzV[ё(CVHVVTPڟmz8od"ލ-)faɛ;v ˟OWus ̌[֛E0xP%-|Z5>8C"{ 8m9,sxSJpRܸMYVGI6|60 B_㌺pc2X.Qpj&ц,$ VbD67Nu[^%q鄕4~?嘷'{?R[⤗dFF.p]dό@ȁw_KI"jV9Az>K/*sXAmIϊUQzP4HM'V |NUCh "e`u|/&J%Hh<ǚ GV߾JU(om m>dޜ2n7qLoB"T6CSbkͶbU"/ԼN3|Med^ ̙/BM-&l3f 3u{rX'늙܇ 3!Ҧ byKJZ*'@s aم W,8‡oˏr ߗ!'[,i]j|7 _*}p :+;+3?7G/~l-hjz*Tz28(XS$K?NU+5ɿ+,1> g8+# R%<~$uP "rYz@e;}Uܩ€{l&P9:iXiORǸA'~J]0nA~zoϱ#D?!sABI(pT|A:4A qv>mt!FR!0ZƑɅX6Kw hǒE\%aQ~uAJnM+:W4ue9@Z&XJz8v@c_ԴA˼X=(D5n!FlW% @LԄhٟP;>@s֓{/jͲ01*AM!3ѰޟVg_Σ^3'EB"?W#NXp5`@|~)g pmNũYh qN^Rc HU+J&!%}gEH,{i.,K&J J zC2X/0:$Ԕ9!&L"`x6gQÕ0͌N33Tb/=_U}g d^/6g9jj>huڃgGOTQC,H(BAf3}0 (`9!9zGm0tPotGǫ 5)/M1hQ cƥ]צ԰Y=r0:mż%X -g>ge0(:'&ͪ[pp×42pqEM=Td\Y#yli;k=?yHLRIlآt9M) (:t'T#E7ָ'ˈRj"[3Y6Fxmb YQIH5mzCPEr A&r}W5;we>Ƕ,,oH3o]Zsδnc/Wu*Jz:0*x>9lhl?"UWc;HTMnY$P d&/*S|"&]wyI}1/ʗASb躉i2ЗP\1}CʹtK#Xt(D&%O&UdKd"x$^K$-o3/?7p:ߵvp>=ChUX4'λ!P,ҿV2|}ЂIt5q)kdL3Z jv!#CqĮ[Žo^WRzi57?(KTTTm>ߒ>3JXh{@hŚc(pȥ/2D"ה nz׾״FFVX CE:ँb8¯`qfH݂r4B?Wl[,YAaan iRmknCK oRy⮈nL͕J/WqKx \\tk|ARMحRegvDmFwŜ:X$ǡv]Y<  7;!$ [d(qyc2#{RH^6*7D1?6s'_GjT~x`$33 KLY[zԌclNj!074ػR;hwH n 2C0zh]7^Obg4l@͓(z~Zd~4ߍl::jT;zvvH[ka"9l-l,b>Ez9' v5zሴ+6˸Y7$y{n~ae[π<ȢfZofoݭ]1$9_wW\vy!ϔCT%XN@Cy҅75E`_yk}%\o,eiҰ|MƱHf*"6'\gS|qaQL勫pA#u%uoO؋xǦfO~% d~@F.>tU JiȎzZTӊ^gAP[)j۸x * [@2&~G,5}}%{X8~CZ݅z%H׮{[c)R;ft ]r!YNJ? rKP+7 yKILa򴄫o7YoWv'x8XJ6t`L@D7dI`K*wJo=UW`tl 17OɎrgΥƊa㮨mF ~hpyf{ƴx@hD$k򮪼VucHEin`p[4/!=}$/jg=ۡ݉sl po7V9ii3֥R~Q验mh$_m`@,9Nnz{uQZ_kFw$TMs14ߢ]<fݡ/J8 ~D8AD2M5tu6-SS)pZ.[V?[ w_HB|/4=ݖ~F{+tK_as׆|guHO4a "kc|w4])͍m_i<m^0vf`A4f愞xv`RJqck&$8}ATcۖI4w"G?9bkubvΎ+^˙&RRQϽ$DV;UWEH~04ܡ$%=31TsqkU*,¡[@MI^-`os,5J/q0fƊAg}D+ *ܗYlodY(*cKz"®2X^P{aGa @sicQ Q1kYV~셑v,A y\NS1RhayA/F}cHB(>7C~kcQҟ:&**7bmS*j@kɄܟ$l11w|(&Ey lU)䣁Qh &zz7?;#q6i$0P *I[l񇗡8F[9}]hf誑堎vvǚyѺa8ÈyWޮR_޹k9?$a`M׫1*yAViYVdw' ]F3ś'iP/&P3?FX„+Z HbFOUⰍ۽GEKN"v<47at*àΨSZ2"#5SQ֞E- 2'JlY{@( LNnj:]BeBQɓ&Zrd7.wVpGxPdXCgӓHgv%é K0Ex`A|w!׍vkpCJ#f2:-R*z'kN3p^7z.^Q/N(l# Kn|@|<ǬT :g_2E7pvh 5Fj/rfՆFn|@ڣX"B+:DmBXXW&( % nVp>]BJ_V,/jd_tX5''͸8GQwh~i ՠN1VP!`-AsSыu$^ R7#ߣW/sh0[*@8tIX%\mҤtڴefCy;x{*5>޽˲(5 \n.AI:'"&Aiw~ K!KoWt6NQmMz< |wӪİ|OF_mX ǭ (I6pդ{;Tp ,n&-mPsڹZ6ݵ–xW֊%zZӦ @ 3IYn2޽|fPs%9 +F*&VM,ZRt,H'L(nm|Z8#Ga YE;]B=6q|x?L:9䶍R%J$Z͎DiGTd q`D #'e**S8 `$'%̀(A'eJI6ď}Ŝ`&tVERk m->0N!:Iۖ㧛}bT8d1oھw]Y?CPf%cPEo,xs[ D)Kr輧(an֬2ߤJCCHq؎)F|&?Kf%WǢ)"\C78׽-7^ىba3_Zct<4o8dނgun^2w!Q7sb%5rBJ8°:85Ƴ XQxT]( ]m{RE]ZɸC:W#G'6CW[W$b?\E¼j氂%ސa۹ϙZfUV ruVU/=Fdy7ҥZ_k=$ ++'/ZsA4GqTY{|\V\0&cyA*\:&93BzY yO/r˟#f;5[KUwb6{.Lf9R[^=;k\g邏GZI UZ;M౯?fH9܃1 8u& l40*@da_iG4OIN0ˆ{JѓE f ]NL*H7,Yu!خ$hN\x^@r`d?)#պ♉/t؞ͪ(.Exy몀r[v] r)qz=CT[c,`OA+k2t6+Wwv[,O.JJ _9lS`կ>GYϲ~ kַK8N@e 37tysn1qLj~tG+hOtYz7oAW(Ĩ:{mF؄4*f־UX~ҦN-%u{)\z1#@@p3AB1'֠}Y'g6^8q?TEvv ."{,TO#3쨅^Ndnt |7+d zbR6{jT*l ןgatai$Qz]}b 4.;]xHx<*z4W:HQTռëL^jD+DXYfQ(obd|#ђ5# =/sp?F4U@I !N7vya oi+I r= ~)_CoơTOZBB U{90/ )􂐸$CoexN?D*,{8tbxD:Қ)e'?Zq>\ͨǹOpG%&u=E׏',=Whӭ*?)LW4}p X e4_vX[4~&YH%Yz9^MR{w9Ad`JQfFb0?|񶯏 Ͳ)Euu7*Fq!?b,.>KQT?Uy6?,]=ۆWȰnQDA;t$ҩO<==d#ta|J+; =g(W&w.Edm<%.4ٍ;waÛL ?` *ޥNmEm3"dAI%0 G٩ v_3̀hUH͛/F!x8ET qbq%`e.yQ hKI]z%Z< }*k!Sl[b2+,Ep\BFʲ=ߺ|mw dƄ*iYMXbF^JulD׻=haNVyPA"F&a63¾+72η՜q/i 1#ңV=1N7d~o.׆v0l;zy:V$i`*S;'G6e3D,EOq4vN^7y_ٹSlg2W xCb}1yWCs17܌LQɒB=/\D\wC% V颕Qf>''l^v`P :N#;BYl*LTHl8=NJ'&Zԣ1S SzYĎ֟-\L`%Y#%$t*:sb|#&;NB2/ciR~贡S;:.=(,ֺl@D5R`Nm7I30 8/MVE@3 ⑐hiZIn؜N7@@35OB| ؿщ|@ʫKkAĵ*#rZT ٜ"^y3k揆XkGSb+m2I J+?P8#g_KRQ[#, F`cI3 kvG:HꨴL9`f!+B{]6NP,lp5g,.2oUZq69+n*ʓW@ %DUDQn%0 )5I:'ŷ.)jՠZd㆒`C8yr7^Lqvzta'324{7'- hEU݇ہO]2c?EZ"g;Ӟ5W݋R4m($?R ٜB1{ Yۖ*w2НՁh1ĒԔ\_՗et>$G+ObgzI%r4,Q)$7|⦪`>&_ s/ ,O?A.}zXCӡNv(rap#l?.[xNIUDUToBFQA0!Li=A;F[˷d+},X'FDMU{  8iiتI G]f%Y}JSVr/eQǛ.;4 JՃ>4irf < h?:2-)'6'{%WJq~:C~) |>S8HfbWVl3]xjwO# 共Nǀ7&R&b L +T{hٚnĨ1 #. uϫ}e:hSfO jRޣyfR*h&M?8źA5to%ׂJn-.,Ife1@^3JrS++姴dLfUA%dk标QeG5QyPS$R]NZK{mY$m>FJXx!k%\ixy'XڬU۹Ju.2+M#=ΧSf >漯CI\F>TQ;ens5iH upjK/۬~kbGlA]n y@%'T\JZ貞<"C>6*Ax M8ec_f\TyVuηkI`S*`QOfBE->V# LfCcq;Z\8^bm*}-̂4 sp$ЌfrV2c5QKF9dyF&5  >.D?ɷ0ºy-pCu&1NNHR0Gstᘟn?igQ̒kH0 orgPb# М[: qtyb!Ѽ%3,jIHjSم(PzS( 6tP$n{d޺q/ <1$唗QD}SۣJ*cb{tSc`ϊ,Ia Wb3 ޸ΉV^ @olʍk'#@{bB ~M# JD9(k*EOW[N)2+U;-K,oWbW{Y@>,+e5Fk5'8'@`ӹix\1i$LGM0dEJ&|aKk"FIǦتi.gV'ᆳ0RkO6L^Nel2lv$YrҊ7P {P=rDS`r ^ 9V'båG 0޲;#2P|޹duv[GDzwݙ Oۦdκ`YZc Dv!m~KwPן*xܪy 8D}]$aa:=.G%$7pyc.ČCW?Loc:;uz~16^Dw͌|ȸPDPnUD"H$-\&њf(@ϖn<"('W?5}by+*HC#agGie"Ss d~{bsk@Juft0B)j/г7&T,S-&Yx|DR;-̅j WjU`YT&φ`Հ'n46뿂S RSnI1uVZ]IBCcW^6@Iσ*_-;(m3DŽY/nu{ Do?H`r}.lЉ ag4]eRvu-lb۾ Fj}tc;fh;Y}YEHL̃ZwU2pǨCLE2]˂s+ stޞǚp!EKdo.e0my3p<.bMBm~98~j&nw~xCM2ـ2à,6ZL=g/f1㊕<~o z]~KsWބ;ن:̲;boYhR<ҤYvN6~Wō%2Kwڨ\~EOičܫϦj]՜\IBUv{8_is$VI!} ]1l?6yftf߆=/ ->r{ąqQ⸫θf>zx-:8,4Lڢm", ^ɱ|_E4Wrk7 _Xj8fєzEs":S\OGl@ o _eMstUpD"G-󩶎6?t~(#2Ҏ)D}J8]%Qb6:ʘ‰bI.J3'*Hj`S]ҁ{~c$Æ`jj{Yo;ƥ٭Zk"fpۻyK%#T+*V/Ջ,f2cX} Rln d.az%)wI01ɀs*Ri;kúX3EP1kYBu5)0JC9q}/LʘENBeL~;/tU41Z) 1*%= 7~t)j㝦AQvQEَ2&]߁rTɋ N'xY_ap 'vleB}.u%T!\ ޤqi{v2<@ ͞2V8xrkk0G@.B\wO0i͉֮:)o8`S[EUn`剮 ͡_&ѣ }dAy08SUL(z~kP܄ʑXLw+!``D8i78s/­30S}WҺx*/D*.׵,.8$U*ɵ \a;.b9utze#y0Տz!$Ⲑh4  ErGMc P~R#X.rw(IoQᄵ;uv)ӿ~v3 }qpe(t]R9f Ev >v*xקa/g ħY?K g~u5z;-9_vnݯ7E>Z"*nt¿u$7pF$@&58z"Rħ|"Ծ6Ț\,v?(Lj1E怒T̵%&VN a$pv$8X01'b(; [E}ǥ`(xo !!ŧ6SJҮ$ޛv-%[G/ f^)~KSvW=Vl,(2J.qWe6*;f(%?`MAEKFWՅw馴 r_mBu?Z &ʨdaHmaO*W o3AC%ߺph\E*[k0ڼ~ *vLRcǦϔI"aN|~ ̸\,.+ [aА:Fȼ5 ;"WD_칼{^=fh,du7&^Sv]Hv< i0@)[j<1L* hC u$ s؀i_NB2h]l4~7/ʌR0GaK篮^`i,o Z{D08ԨwD<ݹ0-_y?Tͼ+{"JEIh's ,ZNWB$< Ε!~7p=]37%u!"a/cGbt>%دgIQiselsr@؁T"hMO}q߃$1guN*)A<(9qisKsz3ɚQX'wS!Q@PX-=rBr;\e]#E>728g"w8eZ;+QÛhU(68~:ఌ%O1^|3˷yVr"<;\d&N1i00G<f[Zu1IJdk1觀PMin8h\qG\e©+ٕl!uKɀ8D9ɲ$3JÄ%nOz( *4>T%{'PÙ#,Ďjɢ86OZo P[] ټolڮq7~tb-ӳhuu[xH惤08pHCAXBK[+34 ;t%楨Jl7?:|~>d(j$* ;uP3,ZB/5(IN;#Wa+~np ~殥8RD9r+ԐLNMJ2emk4/P䰳]*wIgA]ـ~ぐ!@nCˆ)Z?xIg<{mnEKA>@%x逿 `Zv77Jh+]ڈe-.ZE.ɇ WV8'8d7^rrиiϣJe#zo^L GzzlPr?^ij hu`c%5#6ZOoO} = 7 vl|Ȯ~^^A˧vmxJԌJ;݊Q=V 7#G9d"X2i Q{3 ("~#2;w#&M'B!H4^k18ru6[}X.bp{iILfgF+oq͂~K2ϗ; q|Uܩ:x`@7 pejqr)J`l-cL_uמzidsMF`Q.[;[U0b@"+` yy/ 04=#y,dag[B+tix.+5bRF69|+M$b2YQ6.h(dz.j]Jɠ0D^~+I:UD;: 9wkSVpvZLf.üyv5C>јJ[?vSj,k5S/=v] \ݿqn_Rg1zIr;XL؁qM *xGl,IҩNzĺcbjܓ| q~(t(xhaW8VY(ԃ Pp^KD<+v㯗 @LX_m!Y xZ`0lUNv]'|D`8־WX}*`ʸ;#bNCM G}#bTsVҒA%PIBc4MdBSt_?/Uufw%v$Z^g*z.h WA#96xvLi` N6<l|0ߨU2ꥶ_0oD!DDMk2=Jf] ƈ0] TV@xRD;9eDZܡgdIbIE7 :#~?mk-Yg)ʜ|($V?mۆGySNEX|\(!:XPxwl DQ1Y$(r׺K()el|p, J(DZYl)0 7H6ʊBq~=AJOFAR0x刋Iy\'A '~9t@>Bf|+m }(^̘f} ~UtEk(z];K@ 4R xbW-(˚Mz1,յA[w\!XL ta¡!gZ8 Y䀦~5yH>;t?t+x^ ;ǩ>*0G"F!Sz<}sGU n5u+O ] \ߋHo 3n/@^@+ow.nBFaO JaxAK3,`LHV0B!MdmaAphZTگ升ZE&1;k9!1 d'䮹3>63Jf.]^ G?y1ԁ3 PwحB8)7ċy$YTx_ZtDBA;P+ 1}OYyQ>Hi Ȍ{%˥|#Գ}7; T-$&VFy"g:Vi8&o $` & YT GKKZ0oHLjAdf/!pҺS?,,teN~BĻlߠi<^C ,v煓8|j[;;=7Y1q!qd &v@TR7m3N-,%SX \Yݣ^o7&M#Z)Ay<@[q]vTRߟQ,CrkD#Vmy[$Qa{@.\O]5Mg qc'*FDۘ*S3ƊᙜK s!L`K|. v̾0c8(/Y-v߈H؋,N-Gcb+cYO=F%"=R!r5KcFܣCyMӡRy^XBs7ҲȃcޖoD>)RWsO(L؄;gXJL;c楚 kivC9,6]wCqIՌmp+:'{ѪOn" ݝ?daML56WE79[8^keYZ bRXmV>GLo4"^x%_gw?hQ2aQ(4O)a !VDiL+?G52x |,}*J J*oֶWro&||br (K5Qtjj(~\CCĩYe3h "nA>Bq(QڇaqZsY\Exd4 >8<ƻ̣^RB]-Ǻy@aŽk5!--F*u_eLC } ]5w"o D/ lth77P5Yձf\t-p8::P4 $*ϪDj^g o3)IШ%ˌ 7RYbD떊(IC"\Sh壘qEpXQY<6؃2P" h7H5LC]df{CH]\'Ey)?-Eպ(yQZƭQ\3:Kե2Qk/ ewa @RM9%84W-1о 5z/lݎQKmpL_隸R$WKʦa_|A&iY?Mf>75: LN47_ŭOS>1鈻_eT- 2Ul=e)$aXաДG(ذuB$1[xaPfܿ渟`nJUoGZnkr: /T_媖pUѕITJ}Qyq7Dn?ͪ70`bMg9=^R:šl)%]scc$sߣ|gKM GՒ)ܾ~E_rxè/2m+Gf(gރÊiU*eg#Te+ !sH!_8&&U ?"@O#tAQK6"\a?b='zjԺIC)Cg uk ~} '[~N7C?>%ж28Jr5T:=6RS Ӫ{%!ZmH>p(%dW;Z皨~o ^'PZZ%NJxN-ŀs$PeTHuXZFwW|&L^(Wg7*& TU ip7̝[:y/W,cc@^KNx%EbZ0qQ1R6OFL_" T /tYvR`i,; ]dRH8Q⿯ꢟJ Tlm/js ,i[U(#܊uCZuzU#r4O",&@>X~ʗ%Mqg:e@GZBs/ K$`=~-h_+W_af$Q[Yf{~P"k| HBdhpwPcLخQrl8+x;Hn͜h"gD}~-Tb c 5֠y0[[4%A,KNhv[TR AQ,3c5X[ΉnLb<Ξ00ĩwCN؞8F q&mdѶ8Vz@zCL%OڴNf?x->ŭ;v1l;$Kc[I&ծ%Fə\^ Qڡ |l_hRY pr ,^CԝGBv`e@?9l)RaS@W|8 Y`o!EGi—5C̭;;ڪG/nk3\n噒mu^?NmF"2č^p֣)Х2@c<[&*Ě5Sò"JV<44u&{ƶJbm#)esP(:sڌt?dYlͮ,f2tR 4sLHaGĈ#X-V\e~dHBBĐɽZB-n܂طZg^D $L|ҿzk=1"Ei|a!63[U"Z3N!2G,ޒYf̯}?UF{j[(65큍Jaw 9d";0_ݳ _ yіcxiZ]O0Q2(@JHOsu2L? isHw7E@%)^P;_ؓl/bx3'OtBMo}d:;YaX@`2 N^O:\~˰(Q)ΛTK5ĚmgjRt*a3 +Ѳzhϼm{$1v(TrmH¡NR+Q' ؤTb"iBF-s |1WJ q-F早gBre?d|kjıb 3KsXj2&}M dVO;+Y疝u -7P~ Mk+Rܖ-%Bb3i}nE 5vox ~BŽv-T 5/-Ga]Q:v09|0 &OĝhEs?G6^rx3 +2y/ًc$\1M?w_+ԸR`m!gGO!ZiQ-y@\jkx\}/?_GZL%]HAgR\rtDxQo>6==<PYz'H+dY #I?C)޽qei)%AUؘF%Y?2M\曢X$:,A~`ȉ4|]! 44VTCf it]>N^^I\U\6ڱ` Q~$N]_ƂY8i"ۺQPѴd[|oHm$<.n70gVgM``X!— @_I>Sgw9 zJER4˕uXRU]mÚt̛蠀ݚ[fρp<\īa~B] i96fNuE,6|wKUީ^q|p^ɀɀef 'N'3iZ4߲ԁkF Pj#~RITP-'!2}>CJT]cK(ctyL:΁_)~l_= X]QLP =hŹ|kZWhP&V+X*4z$86v&+ŰĿ{8.[ f_d e7C5!EY@,8%7$4Psʚz4'(sMp'j ,&[•B65؎QF,cvR{Tot$!yLl=Gsӝ{PE[! xɱqEa}Ss88U+CHo L_G*zpJh("C97g8FMD3w"\[$0R>@(zC[g,Q{Xٍ顴eԁD." ǹ*5_yhSts_d OWɎ!e$Q|b .!>C5DQ^+t-iLoAQxb=xSL@!9Y=js !9.b@nMbNٸ G#OUBj4$IIυ

ރ*Bwal|0$|4̕2WK.U/wL2`eyLslJpBpq}}&3ѿ(zlϫQW<":$Z) 6xtUjGtsqGYV@Y}S{fs{6PI[LPg:C zX(:~gB:'HiDk{6] S8& t/&8СfM|^ :[qDKA&إJ^ZJdSK`](=ЎMjwzS .-4p+Qf=-:tG׆ZDͲ"qg,5j— Rpg{R?[SB6jq]PT%߫rV9FZ!\bn@,y :@$*ǰE)CjHbM9C-!T=:RN^]AI'!,y̍K GdT(R_8rAu.mqp]Qx(ߜti.kQ_k{%%WAJBN,SJkLKE.p)//u!$JΘn.E^¥05BZKAmϰ^?nu׆^&j@#H[!IA9kؿTەD?Z8KʤA44! +3J{S-:/f`DUzSx2\$1?GG+uޏn٘)2V,$Q"Ž?lVhnhUaZ&LEEbӌ ԨV4F€ux͡=T?Lbd:b1f:MŽq[qb`hk'9YDq"Rj}aR' .؂}rU~?"tL ED V?JFw}e.Y@(φsWgQ~cWmwL' ײ`ޠX!A ^x@(:Э])VTy71eF>=VߓL_/af8 KkN9q&j X ;}u I`S]+C~w;;;?2{oV7`IƯӉ.3kɒ>{`Y8J h`aTwT@8!@d'`}^3#i2tD>Δ(IUBi֪nk8ξI`)8p`w6 5Ƥ9ujdE9N:=lQ[w^/S#Q͈LFZxhny%Sab8'ߘk'U؈]X8,=4(JcmFŌ5*ui#vǿ=(0PdgP`A$UgG}g!R;jx@-7yAtKqJ'KJC;_o>C!0XFJ)[vMb.)$!3t)0$]YpZ֮F+F,i>"l<_g0_J8~pۘƶ.Q (д2jF%5/UA.KUJ } e[kBSO\xFTl"!b$ Jtz`%y_@9{Zouy_~KjH`vCnUnj~ί`is/&5G88>=[5(hERJ ԮNl4mz[x&F~x& ܥ3 zaA1mV1p Pv/g񐚓M`+[k ][ GJA9U6yDzQ#a-}km¬KI@ : L. )[b3,"qӱ|)S݈o[RWP"nkFEk-EBJƦĿ@22/ӎn(o|W)/ƣWRvZ[|Py؇4xCuR~vx =M(ut|):jXsJq/Tb l;Q}pxHoc? suaE0M5)Pb/w"A`=3TN_ʪ+u"Sσ.Z$g*$+}-ׇ6;$_,D#Є$:ۢw1(]cw\iVH癣1^d2h?z}41CQŸYB3\CY~Nhq+:-xvYW UjSUh/)DH\t}#G ).;+(Twn0"2\S(a|V8VN[zcѨw֫q{)ß y0>Z ;V:W ΂7”3,zu& &LxZ$h h#}Eu㟢΄u͖P= Ϣg]ErҚ>@dS"*ԈiEuC/HD2;5WQ;=rgZS!DpѸwo I[q#C{Ys;;ܧmig\)4ʽI//&ፚBLHAʇKgK>(hTJ~1 { bܶ rS(`,w6@q4, wg:7c\mǰFE=kr2Xky#ȀRyU@4qt:F.$L>Iyh?>.'q-aTsǘ;v׳ ^ ݛvԶ"A]ٰ* ߛP2GYz`UA Xj_!\̾yPbX/c:!/abp씖<$ Q! Yc S YX ;+u$ #xIhnAuOaz:ߧ5 V)<ͫ,"6yYM$EܯQU||mGp5(R(6ZÍ u]k~X;4❟x^ /Q"=k@k+lv@FJ%2'p#k0BCrܑq\6$'qu=Q'E>ǜz:Cx5U*:U[cvx\q-0IX7)KZ"A-ț0Bp*SMD[! xb:_*y3mmݷVL=̶t3!A4鯰hsyYlx<:(xXoKa!]ךB;SYkҩ~HՍ4_932=o+6_F81UXDlLv@Օ .}}1r4%Ҩ { *d`kajPT/%BXy7٫2}n$0y߰Љ'lr0xZj-VƃDllF4h޿+zM g-[S꿬 &"$yJp8Y_Pui)zp"R_.^| 6%B.vŽ])pI8?58}ţżZx%]Q7**+)rg/cz:*:P*;[Mf žC{y'F׆ʘZbb Jsq^+{hXLڵ~+iw>%\c"֌i*u)64g&p~sVt(B^Q2\ e5ǬWjCеG8N}-Aw`ZZ5'<؞`vcm c>sI0Hz<]*J ϛbJO:?X,aG⨔E5z*\L-ft~p|]ٹ2pIV +Q;'k[c'D2?}X > cԶރUQ0/;TSбP Gxr+'_|AgB1R|$As1Fӿy(RhՂb]Do9&ݔRYo90;*ʐCzchU8҄Te&>߷"ié&׻o~%Ǎg&Ǐrh=4sK9ܡNe&Gò>E-dǂg8Ǽdan+g/kW] jܛ2\3:s}2D)o}h QY CQd9јx.dm~j ! M\&[@#gF%kaO=uO[FɗwrFQظfUHTq#kmK27gڽM1jR2Q0fmV>[z({iq ϗ+q}Ug_ɖ\=lbH'!^^ i*NqsI<V y8L Idžs$5ZPAC ҫۂ4`9I@Ԭy:SoV%3]!`rC8v Щ/Ů) #H߉a?@Tr]+Tu,ʶaJ@ ,JH 0T$8 _>N_7Mmȕ#e|:xܪ=qpRU1eCC6+{M0?Կ1i&q~@3(щ^}b*[\CM{~O2AL hAϔKOpf3~|CҚ1D3waOp@YO-0ȐuB#y@Ē} ׅ<0= H&W5Ʒw9N)~;'#78vܓz /+V (\yjT4U]TʩzkS4)CZd߈)B7ՒTj!o{(%L}d3&K|P:< K2Wӗ:&D9$_e192$C`_:K a~ a%nG\xѮ<%# kߍ;߮{?62ǿ!MW*PT;"K*]9L#B1IU! IS㧮ah7VGL#0M/F\J!95= |VV{ݍQ 9[yeaEnZؒ5yM97F]J 򭏞>vrBCW6NDZttV; S + G^lhL | 7#?ca3NcB? s̹fI=U??sOgoY̽jdȟ;OjWYC 6.^_N_ΒfF܊oHhܨ5ƭ G6_ЋjAL ^f+' WF3XեVpMtnԽJ >BirY"n0A’& .?(pd%4@!q"xp cT`YZOG DVKz2"Y)Z/.;,'gSBgouygww71K7Sƅjŧgѧfvjx: SUGJjqxO H6.5i04{?ܶfxCݼA< t Ym@\ƫ[AW#-U8n KtcEn>Wky  co9yzLΡN6UxĶNCreIC9ⲔfM; )@ _}x^硠k[vso &J ghHNFf }΃&׈trGS*2X[|jcw&d˄R_^M}o$ FVu ?љZa&X:'М}p}[LM_VmjމThtT?Ob SVp#qHG;Sp8 uÃvJQSij0ЖןhֆAQ*#־Җ>j׭=qQ`3RUD=]OW'"}ϲ<'(@=3ׄ Ov0J#f4\W,_rH2]h>̠vBU\Hr6Z14B<ւI9%r,9Lᣀ2;Q&v@Q3lhvYΓXq/$}%s8\"v0Kx4LJiНA3HMw4&i5X`ލ,fӼJsM#.,h\.&Ϥt\C2Ŋvx`4wi'^Dl8獇#L yQ *jP0.b{̯.kyYUIiđwqN*i`7(o6>qWvs[Kqܖ'o7-&;sqvΔZro(1e]4mxa8y ׷!YPm;?tq qBx9(`BT_toKlŅ!:umvXRm;jhr{dUm]3i Hqi{P+h؄p]  =5Yx~Ŋ]1=Cb<5A7>MD3k]O*z`~ !ʟ`b uԡ1ҁfPNJgo!vHl,\>+EXh&ɰ/(a`v"De|\VB"[A4@3vszI<.Tf*j)Ҕhy.+s:)16k~~M;Y(vpt p4G5RRG'\ FCh֍lL'~ 2Ve  >!e=NTsDi "(< thSք9&FGI-có3$١ +^W 5qjsWUʋ( MHpAZ#&CIVhk)ِa48"ڠue }ΚuӠ!1BU r.VyE4mќaƇ Z)P{ګ&\OaYx/0'H$u3ѱZ;O/d09)'kVlBmjWm;r?Ռ^ Q'y[jԲyHyAЏS~ J$b, bVޑ $Y!yδ=rx].SgE7bbv)Xa\gmSH!gǃ9\9jnk:~c!T7:,"F6!i+ BٛUn.6^,8i#kcx~q^ e {m" [˫Z`j̫xBIV˛9s>@?)6 '.>˲XF).ybaѿLl_DK<8yؚqdu ]yjV}rG*hĸHʴtYJyiSN Zݓ9kG"GeLGT(5uV*Z8 ^$!K픢*/]E,K^yJM&(F5ʇ 1l%|D$ݰF~RU=N h%;"zYz*pxš"4D! \8cH6[ ]N^̥khf0՚u-gN z*r"urm)T҉ђ.b?4']N>!SIqwQ=]{ 9!Q[! ilx9,QF}`e~.҇Maz甼 Lx`]J})f3ZKW)t9 !#{PŠ AC \52:$v^YCmR Mj4^OoXx5vEȀL S,ǝDBԖH^Jcs&!*u(P*K a,:u-d|!Pg {+Ǡ7G {tDj;r#)D#kXpAb:\%#g$5CIþZ3b v) ?%!Ej~ikO}a8X RiVS>tvӌf8n%V9otKw{?"j{n6$ iǻIa PR_Oe]lE=2d8cz"gA/e|q$o4t gpHNZOU y=Q܌\EX}(h -EYਘ"w%%([2 XN9[{#U؜kn4Mg2˭rv-tbv,UÐXj`nX%8?knֹgkrDҨ>q)4ja*T&F=Pێ*`y:@Imkl\pJPOAQN'!_M^yj9AAMAD^ IXHy篜42Y"H0ab ASX>re78qptv0Ld!x"E_pg)$ǂׇUւ\KJ1&5ٰ<Ǒ2!L cmm%p*7YocRn"ا~%X xg[ HZ!i~}L !o;ܙ&EW0.6J3&a/OyEmQiju6?Вr:D lX=Zɾ\Z&蕌v%w"U8=F| F57na+;&=ҙJy cWÒ%ZڎPzb`s!p;^]5D2;w†2ĹՋt5Õ}y&lƼ kW:.3| @E _{Z.k)\=,džj&@D7Z֚l"Ț|WRx6'FbO),Q)ڊuOI&)8Ie9Jf7Vv"ӖK5m'pԏyM"m?5J[VwYF@hr%WwJ.ht.9× 첲D8e!F-E&K8U茆Dɠkӧ39:H|?ʩ/X&c& qZ63_ZTh}Ӱ 2~+g(>O,y]r=boIZ\=M魗w8 _%nɏQtԁjb92IPEotlb'>/RE,?G|CWHPOi#ےl/N-Ag: %mwwo6_ E/^*+eㅤfުLVS+*mt8=zL;L-zg\H e&>`p75<4Uxbz2#W{]#if!זbz( mʦ*,ӲFLa\&jgC  %BXP"0=v1_[DgT~R Yjq2>Co/n*3<(3*QotT{a٠jp7<+asVP4rUaҼ2d]5G"Ls$XWQ_+eZCi\5% R-cg+T;o'v?Fr޽̙ttMJ+3_U<ߐ5Sq?^԰E̤5s!0m(ar(}\ھ A1tn6XBܝ.-F:=qYgm9.0TD<|z6_wTf񡧀] /4ރyRT{aӠL++ :kvy>gZ9w[Pb},bF\2ˤ}0 (9vǖtؘA9A& 4.ȉOVpEg=/r`t„{]g~` qsjTk%6qVSK uܿ܊<jݠ!v3 '/CXF(Dy3\J-Y~'wR 9[\doI~0U09SP)LOCP"9\ $#-ɗhśD( r6`9]cQ(1#*Diiqdo~„qR\5yn֕ p2 E`To} v}#FYL:mG5aoEG o^׆2-[~ե2=u0I81Xꃃ= Iw 4m%XtMN{*< PǽFIKG W nrp"XOD|"y֍umɯߧ>Di/~RH/YetU7Hme\< Kȅ/`Ov]8.+wl!PW-:o9t ,~}sKd!Oal6`7zFY*94^ӝڂl7?ZjFQ„_o }@;5Sw"MwڰyPu%KxgS-bs5NWSL1Q2. 4Gpj5hrThg!ׂ:ΤLޢ8j4+̍ɜWΦacliIh `{-*ozyVҩ답@+~#"}ȍ#l ٥jףp}($Y?aany)r!8- V=:n!#?{ԳgAf2Cڤ>^|Of|OSZ3@ Dq&T#^y#}  MF@}MçHx<$|bX TʤdVm%ǮԐ&w=rẕ#r>3 :3 \F5ry{szwZiDpS\+=pKFěׄuXCq?\~Ac Zk|o?1bRS)9ymhG<.YXԻ& )ElN< :7[%9ml="ľv9,`J4&`r%J$EDS7"dA `8Pޑ T\0iל}RM,Z^O{Ee r#9xہ`M`8E$JQkH:} !~`-k)zf;4 C9:maUAt|zm]߸)b:P?aZϸCT2b+vf-lc@U_Hjs|Qn:g8r@Y0L]BA-m5nm5'&cn uEN7ȑyDv;]g?0yvJRWRo; %؅xO%J6%穃.t˿K$DNjKby"Gvt=r3x yw/ 8vң;䋟\8F CȰ"9 QVp`Y@[\/6#\Z 2}D "ŜD1QYM@28- 1a "=DŽ EZ|^HMԏWyCxri$nm\t=Mo1#hN rM7bA7fx$D hՉ>BZN_5ŸI-o3)P{'r=opݺT [5x6cO4Ng>Y;]Y*b"7uͽR{@`>Ьu ֙g id{稲5_GX:He--nƑ\; 9D7'"vhqơ,78|d[{ݥ`?;h0Y T@zcY(]Y"s.K<`m!kTq^ףt&F9+X"L˄;hDW`mt6UQӺj G &~Z _3yGg3W-KsB5=Qě5V q d6$42ʵJtp!^& UTSkxۅL:8\hܴL56xν?HaQYF?7q#T6VS07b{ᳮLI7:FUD#bGbdOwVD7v<$Tcz0'b`-`ѡN>yF;T#TsvPEvXղ7=a$ f9\(JM 0Y T78He[Wq|9^hi>Ws6M-x.ZΥQ _lUc:\é T59=qMpmԱe~y#H|d^fY~)Ȭ{̲}]mXQ^,3>jWۡUՒ3hXueV&n jFFi'sM8]IV8x7vd&Gƛl1, qX3$\gˢ"#vD`N;9F};l< #U5QŇsޥKqօMN6umrX>H?# R":N\R\"Zi+KaUh S"&NX\UF:3N"᭧` N~vr5 O2N1y.* HCyqE0쨁Sz"i5 qߪtx4AP4#&p,ʠ'BCIP:!LM Ev,t}Spg>Dh"NhyFſč bh.%6GzTtjȣ̺>3x и4n(zB.f]XȬ'2aSƀI-1 #*hi =.R 0OǓT`01(:D#\{mVhq/pK?{\N^)helaAI3 gtcinևG632'_WW6p'%x_)sSYJHf5S_ e34q$̇wfP,$dD*d=W cWb R@y8. Ae3Ѹ 2\fJY `hEyPZ @>m:%L9x^SCtEҝK>&/m ͩ4׿8sNbG<ֿuOg(ݝ57-O-#M H9]#={~AcĘশ71e >hj|f{βИ1> *ʚ^k6\=ٕש{ba/=ǝE.`d706 "c;hRҫcm@nAsK9s cShbJ yfkh̓*R֌#lh^SɄC腍53≁55 nQÔN~l|6J4uЉhiE^E\6~ /$p+5F\Uz8Pƾ7]ԇ ziW96,Tbk4v<˝|>V'MiAsb`G4Wm6̑ Kv9D/Z+o'}vK&!,'gVQ8|Xb4İ 49Tv]n?U)GAּ()s)@u7]J?(fwO͇gճ-o0ʻUp5_M%Uw=}`,Eܻ >+@tek$P 5DZ*}:"g.W(]C˯Ʋwe{IR|V8-這t-2"xZݏk)o{b8Hl)d\a&$$ٚvUYr;@sYEnKsߕ[Հ k{$U pt_r/M7w& ,ˁee"ݵw4q~3Vn2 v9p Y%HIm0cPx)6Ĉ/W&^0? gà1}aZ.6"J,K>O ^k1Xվ~YK$jŝ0>M^%؛N+||v`)pX)$, O%K;ψie 3Ƕy2́0άBb цA $*wF(nP/,v<62@daaj˭ΧQט+g'bI[xKxq#IFѴ}̒2J4<묝(3mxQ҉i`< "YtSc f25Y$ ٠UOH8$bm: 0 ̌ˎC[rsj&K~-uq&lQ|T{˾H3t_U@#Bx磯&K5Q2N+?DWh\IK\H"v؍Q̪m3v)6,ڏsȵ?.vl<:]1XL;X #"NE"#j5W'TG_=SθtW:z +i [v':|hXrȫu8 >_7aճχ.TJ IkaɾRu@;DLR".m3X&91j&{]RQOyX$A "δ4Aj7DqtȰee$qf8Fɫ4u:Pm>;缸U5DL+BϸGp!`76>;۰fY߯KR]ژ@&4wū)CЖmd"cyfo~NąJţ!O1t8@t^j\ҿn[?[kfL**|m6k"r.1n 8 lѵu;kť)7g[hҪm`&q{b$̦.Α_#A30ĐmbakP4 @sf&u֏!z2ELj*ةQF@>!wL !I˝%: @wX9{Rv.$snևR1߫8}4R 1n(E-x#r_9jvf;\+buNG!Xo$[z9&.gN#ځ[YnCXeQ@F,l\8N"YҞfZ}N4csGJJI⛵_qo"[#%J>\wSr`.2.UH;T.MQQ[v[zqQ!(\D" K,79B@"6^5#MNAE=4#;c1Fz #,ũ+SWN:/9X@imm}*ip_dXKh#mAۭn02/TC2ap$i!KR7*uB=-(aG苌(OAYtgeA4DDl}e8t$?(d`t 4k hAFS TwT:d..&M͗r#" ?M[L[NUȗ؝C 5nTdx.YpB`I)U`"]^ud+4X,/URn5?GN%~i|2uoF ߝIo( #@F mZQX!tO7Dn'UUx]F@fV&Tc,[^/ss)wĀ)qާDAZC[{ݕI)?JӾ< yqby\OCdO:I2,.2_Y1v1 60k[ݖO 1[c" XVAJi{Gց_9DgVWɟ(]AоMBb\ߘ' )DJұ/9X]ƣnB=a1k;BT#O˲mbʏ "-a5qmU]ctO4Ƈ霓YQK?BɑBPEb Ck?P7 D.,ԔJu5&#j!{T.[>=J"/=w?R|hzQʢ:NΧ&:jtk[<-ӂAwSC4xIw,dD’oGn9!.vѷ"R[ _SS&CJu>1 @ y@{&@*u?żn=!ljS ^Dxn4d+_hx !# YEyϹcw'n%>dnPچ`0lG'ONIUgj֎t b~ C l]rR{w(&Qֽsb?Jȕ5k ,l\׬E3EML~\R?Zc g;an:ӥ;<Ԙl,_T nWG3Mv5M*&̇pjt5!G&, # _X1N;.'k$f*ydYg0n~=0UDvoYuH:VKR`#}lV_ Mk[X5&SZh+g94n/Nⱼвc[J{9x~GsMl )# D'S{:1^I\At<,TˉlUЬ_A]h_#URg[D7ԡa?z>6w ?SLyəf&<'Cij),_A;_zrگwyȈQՑ5!ha=~\w77"0j9 , ˬ$ 8Vt~ɮ> nY)tRK X}2l&\PhL~iR_3 6`I'.ekj}YunWִ9L%MΡM`8 Wp z=4G wxJqrg¬ޒkے;*_E5l4̬QQ% -Q\LfN5y+Kz\T#@ib2+]7ÆL\:)ڦk;'/dG/I)CG؟2C*ꛝ?Q_c UzɤwD>ٓ4A/2K0oa~av/EO=E/L5qD'nysVǫwwsG,6?c*Hm.&ԯabɾ`;jvf(E 4 DSZ ok|[Cew)0A1:`/@V)u .le.zB#Rw6!'M^ qώV\7;MMpg9oImvw'\R:%Dǝr||X0$e[;#Ye6 ElCuGc. XØ#b uΉ\ |l٥@qvPy㽐jwn)Cnس 20RAy'*P=Mh+<7#/]?lwّO߳S {Dz#i%[ @bK,^/g;3`)MTYff>CrLSwj8AL 3B-N:Nt8LGAw}9% m]kŷp 4k#&5JkNA7Ԗ{Bi8S `aژpe pZ5boQ ?/g, m֚fQmVπ r~@.\ `M\D %L{wPaw')t5 S)иj[=a}( %3'mx)jM.R*>[իuc *hkKA{j5ٞD)ٖ j](c@,ɍ0z4|jf;à2$X@܉ѧ{5IK1r/̖Jġ1(,UV4]1Y*yLBk^2˛_!-Ч]~P0+]eŦ={ex] XrmO=x4ET4-$l^_;X~_4(Oۏ 1BhS1sA`lϕk+K0UT  zih@'M<Ϧ ~]*2T3)*1W^EE:wײ_Ω~0Vhvbrv[\=HsEUlS T@t^=9KiɇpEE>IwkG]FU4}t*fovC6\?ua9Qj"4u4s!'$̻RJ7#8ʦ[^9j'%V0Ƙ|/W/s%HEކwO(ǖa/4a2$7nF0۴#5L?.3I6ups@(E?ax?V 8Cfg۹AD7_f4!pp& #~iDϕ;RϮ/'mGo"RlHBQlݴ?2٭P16v }R? ё,GK@HhB?{7N|! %RF]yGz̳[+h\<]LwGЈ)n,bz˸xu`K3D.0A Wq9O8~y!#-T i+=aJz7 i|QNplⲏ {9 =6CJew-+/-%{?dcH  4>6d7"-'p:^ΪBF6RTDKt0<-cXbɾ x"ȏG0^bPʮzlN y>Ri7zlcKN~}8b3%逸!Az*)rg՚E;Ew/Ouj*4Ȝ7oRX2a),uZ~*,L'$#{Ug>*9P"߲Ҥ|XK-J%Z77UGE?:Mg?FDw2p En} bDju "1Qeˣ|fISLl)d5`p֜뚦1@sp OkslshUE66,57bb;0h]w-O>fdK(`GO#6æpؖ$"e6FGqdF-A6:6Q玌E #teĞð{m6(n? 4 `E|E2-0QCگU?^ kv>n=Q0\؃xMr~&[aqB+M[82S{9{ϰgZ0CBtWmBv1& R9*{/!Dvڗ6rծc,Sm?5p2&79R = ! HO Rdec¬X2|cgѫ=kR/E?w*kG:'A_?ˉOk < eGZz6oH9+C-N/l$^:\s vZgĹ_.NTUP5Ma:3~.C,7”,r-wP\LwC<{5N6T~ B@ vPLmb)2Ds|i4 H!#n5L'+eǓ`%ši7qNhdG^ .'X0z Τ>+='ssV& ֔x"J k{MK4|$o{+ ]RYq& DVNPcKW,8K7CUE$E[(apOP)\[o +B= 4-+ҽL+K^(b*5~"1<ײYmkmcW0;3KktK*fo7Fz>{*EC@ xKKQ}py{Kr. A@Ʉe46NY:p|nYw62ɥd ɲWe? q'GIIlGx8&/zrTcIH8\O֊7(9'43跜\:K6nvԉ~w cĽZw(Y2:W5ą_Nږ(s ɚ-K?Equֿ/i]v tak.٨iPÑ)әb|LϽ A0:Qrƥ\cn(w֤Llq~N;@hG%$K`d_l_[SO~*i"y=S9)Ϊ{ZA,?Nu3Ť#%!hI->h_R1o"h7KJI_mAfRP2=`U싫>hr4ȾGc4P0"HveWׄ]s M:oY,M*[Ӯ1p,ٔrt #­RA&ūBLu: )ԗ2jU 'PĻ&RN9_22s0liak]ZZZl-GNZ}$O|'gf?k:qxPf_zYUZ$$<4I:Vwj\ ȁpg4el2zIi(j OZmVcڃ~wN/򚂱ACs%?Dǫ#s|3D=_{n+c_moz-a_CTյRq#j]yA=jgQ?{ϭ(Wt>=ÉSPZaWV5̷#^(NF\b2q WB7Y7nq>e^؀YD*$!IŠxMH !-~/`vۺ9Vwճ`ה8J¡[.*)JmGWgGN,;5G'\<&l\9X#C <":XGIŸ_qlrx7~<{墇c@}qiܞW$YYӅ(ҶyIGV=e³8r@t:G|INZ׃n ?gc,5_1چ,1F_iVmsI)/п3Gy_ٔ `?=c(Vk%8uCo0`Fc<аt G CVU{F Fvt~C H "OU7K:U>JV=ޠ8U}zan;Z]7?aEz Ңh9#f V% y\aD9`fVlda`<]Jթ L, 믆#^{M/J@Ǭx mbf3.س;@J+\̈́cJ 1lq t&~I ^D_{|{4&%^ྙe˩tJc@>DN~ .݂6Hfxw$B c*/G\pҿQN.x?1M}iȥG Be>Ҩb~ߺ%qNl> +3Gƙt7 @uxߊq8P+6Kd#G6 /51n . kks@ t6ؔ2cL v5-@_voý=k>1oV`0Ӏ3[~VT?AWxmdɎލ42TV:EKl6?a Ӎb1귰""_Zr0DNU p kؒTn&v[LOzP*jV X\ zy1>*(cxu0W_ @bZO!2{D2".W@b|}l vXe-j$هj( ekS9Ⳓ szhI}x)1t0~4'}%"ЭS4O BkKApV8$yZvXA7!̉Z^q1•L;T;FDL܇k%pnQ 7Z{ץX--芔'l}SޜWUA]wQzzҰ[af_LS v ƈz83&ϕpi\2@hw6cqnR\TC>DAX]+1y0b &xK3(zˤҬ.Zfs:ґ1@U͋nxw ɵ0M# ۻ6'02(F>/P&?$ma4es\ 0EDL!BScSSͲ7\ YyR8ˊH[Թbz 2 .t2:/]; 7}{~#|@RV7dP -1B8(OpMl?".cֶQ6p_~#ڌV۾3Ժ2=2Gu) T^|PMä D?-&2 PA`W*]6pb~&ִ@漭?83F{E0uM95p2[n/]adxm@U@N)2h(@KR tż T4'J|x> !P ☲=5[¿*& '8g]w/SPx GPV0.T=erLçM+&`IF?$ja3HvoPgL$ (7AD!Xe. AUg_EVx.l˿uorYW031/dНU!{tJ` sI T7Nqsz1.ّLH4/a;p?B @E2tx.H Z2(p`'mF4~7Ԧguމj?Sg#7*7G}R:a;cn{XY?^l]wjP0޴wp.uk!gwz@rklӪ%'d4#<'\ SM5{#Jm)`Oæȣ;%|KRX+B%oc &vЛ:V0Fa X.M+nh)4I31=lBH76hr&HS0CyVۇ_bU7R19 MQ hR}B,.gPS 蓸q(d6ҧ–ASe?:Ѭ%6~=@emP`ڹ V֋"KJZS'V%?K@R# {⽋ Y[oH-z=[ !r%hSS}zKN1zc..`ő`@2F5M(ˎ>=8LiKapyG} /-;E2]hA8܀][FQ.ӂy+7Jygs{ X]uJ[&>QGGQmo*ū|֠8_.:dݼtTLWgII)`U>@u2ˑ.9! k 9uq>&p:5:m5:$(9 ] 8 Wv]!``CI6`PZpZbkLwE_鏟JP,s@Wn\¯.H" ̙!Z:bRn%_oA]CZ\s 7p;-zd5/[>ty;Q ֧RH3j3%ON>|\1q-߄{Mfʇ+iϏF< |J!._3 va4Nۣnjj6ӄlO_YiL_">S+ !]F>>N)7dMua,lea6BW:s-Vhgy2r"Q<إf|$~VOy"!ڪpNEJ;CcyZ,JW0EqGc\jba1mƎbஒ xR#m+CS x(CClMLJ[&2.ʍ + bi2 '}Z)jO?)t2z͘7rеϫ#dd ~,=R6dĢRۆ : q;_G ѻjA\@"5r] %JEyg&) Dx6WhGWk K 76nGZ.3[oXi[4dCk\ =V KpGqOlU(ZL/UL}7ŏȭ2trwiE{<.)P,=]>q8z* #*mͶ|>J=63R5 F  PY9QO2 Nݎx2 ȱWC~r%SD/͑aCs( p6@IDIfUce `w*+cѭI+aww 7:4+tO[|B1ܼו]@"0V)-pf1Cn;-[=n/؟WC,B P]^?z[&1$mP9 5KߺUSj25{ᅖ:?ioQl*VFQʖ/S >piM)ò{DCQf.WU&NcwץS J`0m;I4M=9hz$!P+k"ЖR OExoۏ`_XKO__HsXX @ILjXo5.zغ-6輣majǺ^n-wI^.q|\ /֥OG BAV&Q _H%ՑRؤqˤݬ@h[+o-h Q"j[@m^XBHuBqD3/4Dq3նt1`'q CƜ4ѲGQV3U%ή֌ )C{I$ ͧ$N>t߽a'Cί27QjACq! dF}:zYErVMb3 9[iZ.Rv/!\86UZ(e^>G`>5mZwL 4 X 4pOkW(u)IfGpsLjX>TQG%J 8`:?,cK{_ z:*Oj:Za?i5r.| u<K~y@q&7:؊dEfߵaqE/8?:m΄p|TVjpcpB퉎3O;ݍ\ړN{fAbeX3lvˇ:~:7ekej[ ڈx떶;>Lۘƻ$/  #KټkfTf¿?!6hs$ELJHݷ/)VQ2H0Āx_{({9,Q<#íö-o,T^3e\us0닭esfrgJ 8 ,02J ߀Y)ZsC˂ [EesT1߶ ^#}h :#T^%_ǹ2VkdJįg'y\@ZבGNj݂ }M.XU.E*Jcu\H9zrkĔf gI;h2n3ƁIX#.l`T;uxު`LGº%e<f؟-F <'#Sk*@u#BsnP42D:z R{۱YP/Nx&TB9`(cJZ: NʞL7ZU'3^ɰa3ڂA@=@-CZn~\?OBFI3}9##*SƦÀ|=E3̚& [yHkLy?d 6}\AQb E4 G3deO1~<ᇆy. *zAͬy&&niHȆ6D| cϧ5ߦSxmSIgpA˛S{e勡*>>'D~ %\2 ey]@r 33Y,!+6Ұ.kGOx%@<ƭ `pe@j !W#q:RJp4G5dׄ_6߮iGE8+D 6LOkkqs1@ 2rWC肝<:zU^CplzpͪATZa˘KL:_xim"Xdd-GV߆z3l}@׿1 آSǫ디[=uBvc];<{Ȋېfsp #!9[u0`bJwnoy֍dH ݾ, n!] ق2v-oY;\"~;{b>~RԤSb_f0lYGbkԁ*MEE`m3;2R1ԑo_UbdU@mݾ 1xڧ&wb]|q gQ'xEdGL9ōqU) X./%Xwi(ޭ$?ţQ/lck) 狼FN-zhRC2EәuqrM,VBOC܃EPxaU>z,. fL4(̀VL ].v`(*ț`IQy JN/7Pkj<9RJF5\J6k#ezv@rWDQLkD.4O<͛ZiD{I֧A}qMK{as˹DzHov*Q7սFޑP۪EwU*n{3%e!ѧ'J u6 M㢇 hM1*{Iz25U>pKt#Ñ3-xBrHbC7oGE\HT[N!(q|UAtBwr=$ۦ NSf;|;z@_ݞX_pewhr<о\D ayHw,h= >0JY=l߱v|N#yY{v.Sɫݴ[5'j'xN- ] +, &3L9vd?MR4+M +506sQ!E0Мc@fcR0UFajQ7" B3l&b}FVk%=,|Bn̸@ cہ(A>ER8W^>Mi1 |؇Oc V /B4k#i6qi+ 9,LIUHe#}quP#vo7ej nRG4a%^Ջ2b$q܈h7;rxB~/?|/]9:PQ{šׄ2Mб{yƿ*8pp6P!Zw9?=êtۊI,t;i6K Av< %jzSF?g}[>:cE,$l֔@H1i{#Vg[v|[iloQi M3~Ax,CV Q[EafHcvd+m5kE U ,g+?Ml(7Ҋ߳yoUWa1aSeK? l%!5 Z1q__l("Yn:ݖ*j#| A/\ʗ[  4P[m12VM"I&=S ˰EFMd##jC`xAztRsNf!nx5LtS>zMbXT45}-bcQ*[>u aۄl4q):B=Py??:N%䏽~@l Q,;UlVݷ"ƪk%H)ʃuRu3霮⋓c!&Of^8~ANJxP1XGv so:"ztn,KqoǵUBg I۰$l\Z3Kb} A/xr#PFwbb+f5Å环tK E"rK@'/Z4]nC2EbvD<6L^*j ΔG;"*hFj`8jT٭58.Wz2(bBJL(-:/)@!FřD$T͔D+2ֆ)r~ғ#$ŎZ69Bf3c^ޝ;V9.2bO䚁q@FH\%gJ?`]/Mɏa7xf si5o'2l%(~[ A"ԙ_6&\C<΂`s(E~.$60 dNPԾeRyBx5LTFv!Ϭp32Tp[?e T!7tWi6<Tz ?/A@*} q%IPa'~xg*û*  -y$0M;e$M )Szq'8~߯w? kkD ,y15\ނד0n'( Dx)h^3:}Em31dx,+?ޏ]+B؈,MZYXM ^W¤>w'(:^  9 9ܸ(U.dN@\zBܟ%a[&WmqjЪ$?smovyr.Z+ǖ¢j[ _Wg}U:@*IbNn&6ҙHc7 v Ƥ#^+%.PHZ*IjъDeIU&PeX#*G)߶(]m'nв/ w$hV5D/) D&<ڵA_yLì:7(a6.zV'77^tYSx\5H JB8t*#3! MAc9.B&Ŗ5sptAbIG? +LS+[?GЋ7{#y$^j.<]BrX^ȶ)V# \2׽^/h\ 6Pvt6,GGzAu(pr;zpۖjyXg\II[*u稢z.U8A̞8_qmӫ,+!M+E}q:1f:b5]%G$~("t \%bv =d@H'Ir^{&ǗFurF6yI=u'ygG~a\{4tA1"HѷwT&Fuϰ'0i,ǚ{tF-G4)tlrn}#ϚIi8eGIDx09H}n(FC:eTE Q9vDBm]^ ׌h>ObX ۆI[ZĮW@k7U1y{~ 2q`ۚK"J5eU l*jc$ZgF¾_MKL!І8$FWc/olR:/xhr[VҨKEH/n5b~G-P~VT2Ὤ O&6%/ +܀gYlE kq.AmclR`~G( b-$zcԛ@ď2vop]|x$;Bpz"rQA}$d<` AYXUlO`4뀪-Ov:c5'g}o'ǹj\sprCe8$8A_/{OM]NmV rU- kٓ|BR[l;W\Iή`>o&t-9TpxJޟ3Oc3(ˤxg4ǥ9 O9 INR"g\2oڰMLދ67W&$qs6|ύ -5ճBrf`y( VM@%8soX:Ȓ%cc}i3y ߪOX5OD@a\緷9#ؖ/Nl^g#`Ut4-3;8xs&B,0UgV,d@QU;WiP_7dƮ*ҽ`P%,*6NJluj~%X3vЁ%s"ţ:5&Qu :nx:qs ߐlE}1'mb]y֠>AL[H/?-/4j22-gKWzx.,EFE71.3&uN$ *g|(`-Q)|%QRT7=xYvpj?Z}7y[v2Iīwhd#(|KӥDlk]91]vv I%Խ`-aYb[ǚgDrd1Sǐܞ_Evt!t\nE?*l+&@ٿAkYr"WW%x/6!ϳCOūCU@b9G/JWI8X:N/.,Zܜ?*rǸ ]f0a;-K5~7D.vOZցmw(HU'K$Ȑ$c0^& q2Ml~>T)T6R8^Qo&XJ~ͯ8c'dLj!-E׋3AuSF7 *dV]:3nZ^6:VEJ>4!(DCNd:+hΗ(dK|Ɣ4]1Ӿ+Q{7L9==%L>}-S_mM]4O[r˻Z[Q\HbHsa&h w-L??eʵ5*ƞN{BZdi ʔsXʼnFm{@bRs3|4uL\HYA۔+FO(NOIݺs8J &m.ep8iC$#5V7p!L-BX[F)B=?o6>(R)XdTd*H=PT}5;DYӺϸ9]2ẸyuخjLS0q9m @JP~xmakeh}Ft]"V܌mzca8;1&d8بbGvZ2vd& ^0}J8)t5Sh.)9xlo]8.\ AFOZ p̂eeKLZAkphb%壔 _Ko2y*\ңLӥoeYW ̛KDzKGV_ {~@՞%Dn7FmEyFlyM_ҎRG1s [+wNjD|qXm*!VХq1OnU h6H&v67{+hy@e~6_ޣW: 7e0sߌgLdL7);OM^/a;,G'v`.h1)V22띺RQZW^_w5f۸k eͻPܸi? f,k{]{xY}=JX蒍iq{żDANgu'WBSmIrNhT _/+;&m4mne"sh"JI>:sE=.So `eܯDj& 1Ǿ }XC"bRV1^(yW m(MѓԐY_P ՄH"2{-5OcmGzb%]X91MaAze&1="i*◩b^"QS}ဟ2z~[bc ܠx!ݫŘ0{{?_;c)~ X[vKnޗƟ:TvQ_&KI[yh?tpƹtn\Er$T4k5̯~?WpN$k0]Tn]q}[+E ,1\%jl\FۼDzxviCG!24V[hv_2Mx. 93s@]Uܣ[C*\hVYG}7@U7Y9mn:̊cf.IXdSJmF!h"ȶw^2d%]H?}WhGcgv y]X^6hǺv&Pjik'hw5CZ,#"YaU4uDe@)OlR_#,9mՎZhG<,VީIQ0ZyQ_w S56OMGQS\m+y$b䩴l^1r"A)i^R9V8f$[ 9qyuNY\֙Wh {0L8`9,FN;H`Cy7(*Һ b63fz-_ɂsI{evSg P [# z&R=y7'fHPMKRp,j>ľ`1::+ֲ1F+c Ĝ *.B+HIF sTE/@r<0__v}OB '!aS'{̧Ǽ-f $[|B=\1LxOf_5O܂NHYb ?Rأ /n# 99L; &y650~+ u E[riڃTsAPVMv|z;ĆT& hRz5;5ZV8z Uft-5J2^e.?nP%Idt+"Y2+fD&1]D^|b$zIP pDB,ogk Ki>gdO DŎ7`A;&a4AʄK"#2ވxAS0@:zPa(=JӗFʋ~^(L9ڏvbKeX})VhH˕t9r?CenM!˄,+TZD a`DAh LƧqhIUGqIc*`R~%$;]oE1`:dNn(Iz5ۭ@ޛ"xMovfl+J6k]De1Ӫ;SmVSZO4;QD@)Lg/3/*of9d,3qRqrQcHT_7\p儎YbXq\JUa9"*z>51M; l'Ao~N%Q9my!txjoG[V.y8G S#. V*lgWKXvELWb~äafH֡>(Jy?jPy  ?hO̺weC Z l| 􂮉cf'A7# AtM8^6,5AQ p[@q*d+Otmn?bc`vʬ;v'ap1R\MNS!44wAevѺ8*$thJr#nI" `L=#{qۧ2t =#cALTgNNTl\ip>l.k$QK%lBd⟏n3V-S:e,i.Qj9K ,p PB#<%X)M9Y):sZ(T+kzW>4$nij􌯜%Q dM wpJ_aEryȇ^]G>[' (: H98 I 2R[R_zP1KhR 3`W`P}]%-!!P,=3Q925mY| Ďߊ5 /{ƈ7?_+Zd\ۊmd,&ls~QM̓{}}ڐ"xjj>Oy1.#sPg~2UN!?kf?g wgi:]ىi!-)[&~NQ7DB\Z4]r0twbs&&z>h?d" øaw';F.kqS oKU(>dxc@ZK354=BtQU5uzx&H~c@-!bU$/S+ uV?ddNg+Đ} *?Cy)!ɹaacDqUkqmQYh7el%j Zy<%+3mط?K.ㄜy%#A'yH~ZL@*—AT?%쎲O8O_cnHNnIң-1dstХ@FY3s?!0Zm7Is2%O(' AۦʇE t \a`&I;O&l-Xtao"#u*GVp?rzo2i*3 ,T 8+!mjۨ_diKiD()j\gO8$5&)rņ7{ Ag4YN'Ey, _hIn\h Yt.eb?R#ަ?GM#R΋3G{]DRN`Pˋ[b۩Or(ҟ5O ;+c<ܼN?cn*,N6EcBcGlpȗ̢I珌x4RwechZ&Ŷw\!ȁ٣gdn a+.2MJhzض_D<P #eWڣȡEW{t}\4hzڦL h(H?yuqxMoE<=QʧC&6/@pJ K&'^$<.Dk3.i*}Lm2'gշa>g+5R}n΀ ջm u* a6Εg݈nw*9kL13 ~5lաKg lx4$w&ZK V~.ķB݃)G4a gTMeX _ WLLq.nD4ѹGh)"!M|ܭq{AAfAY͓Bj#@ X/7/|:5k%fбrđҋȳFvaX9~륿[DY:#%[yw~&5xQ ѡG-1؊v_nDM6Ue.q 4@ץԬ`)+ęػa6q-;~eVxfsufnۯSGBWrٮZ AgH_9L}$O_M})QWh%k{aTT 0%0Kf=&n: !0k&j)jKCś 624BЯ}{}~SCk]DʟYk$yk{G*6,c$$;n8r8]Q^J%{ @1[a>8N8Ȭ :ln28gG+pVh{#[W | aE "PCj,B!*a 0}?;<Gp3p󯺖j3ۏWDj3^=s *2H^Ov&JG|pɚ[^{VaW @׳b`N];$=[V篙v#>3 Eĕ_m<+~u;D]" ޹ھ͏V}(zPBTM*u |C9SkL%Y0-|yP)OM^i8ê"nD\FW: /Q>PHErpV`w$Bζu9;PeZQ6> H=pލ7YWc.0_z>xxR{|JYLGdZmj-7IM_lJN;w96Auc8Oe]8})ij]ɽ@}Ww wX&)B6!<>f$p$襾,bPJdj`^_TÇ.M<]u:B:eK;4rUuXZMa k,C(Mo3GEsU3)&^!"` ,{jl"dο1˜$dcO4lcEt#WK7}k΃ZB-eJH*atvt6698nK6\:\RDw%SFk%ѥ Doʔ=0TV*Us:4Te9Ѥ%F{Bҙ\OV׻UP{B(ue=K[& ^u}O5HkŜ;,a6%ʁ{Hv įLl۟Kw!?BB!_خw;O>8 4]HkwlgQGG )sQp@^,j.D|méf0}C;5?׉z \/Q) e,cIhqWnM6JcQ [̓e9a"@E nDk{ho,MO M )_ZJ)h(SGLc;2sY'߅v ʋ" j׷'lJ[m=H ׁ_ kk}iStGlvRߵ)䣽x+4LmXUvB׳B$FwUu_og1o{/j7$eJB& T5_z~|m˚#[5N<Ȫo 2?6eS-'1qP%\}$7fHm5@m677RpHZ8uib?-S*Hg5JJb {fP{@ѩ֎.`H|u{4KslRWW4؎utdEizDZs$9Qn$\W85}K.95pq D{nATf|i#4\r^}b :=oޥufet39 ȁo 7 ~AfP]ꩮj"4q*.7o,sa|KT z"Ie+EưvMϕS*L XXN0~;nR NG쌞ڐn盢m{<P 2\Ws6¸@Gf>^lUwѮao] -Lbf,~}(Khߗ<{TXb}P ڊ$y٫xEe {Ck0lgW>^шosﺼmW{,Q8,l?鯀1JhzLu/=K?")dGLZ aGG8Fp_VH#?pvJ$A[(,!#tޤ# [jiwBBLAGokm)d2uIgU٧ba<ԇ5s^'hD[@\qjA.2(a; !5B^m֌M4ӹϩATuo ab[hY6u4y\; e V4 ѥjgSJV]HzS*oc"E߱\1w 1[Y(:Fdw} Lr)s6|GG`w";܊tuRl͚4Hz 1 JjU$b?ӥȝL&ItҘm3AU2$I 8.jlJ`6&5褵B8jXw5'"Ơ5-/~:M[1F)2Jt@,ӻwF/cPjD{$POe䙨6~Q6Uo{ i8N=a-;S$xqc}Ml{|U(s%(! <&C;:{1LL}xU>L0%^S>"^^ٓQXKu"=R+6~$Ycuwr]z='SZooZ֟ ~gKt^|IBb=1k8J׍.ݤntd/i۝UH?<ոu ,ZR\E3W͈){xtsAOMOjb6MUTl'$:A$]jÅrpeLY=USe])@c0Tm^N84'<ijQ K"9懌Szk*8`>XT=Ƽ!-&~Y]f3k_+u&U?FI3+-e$NQ<󫂂˶_?]nv|}E<7"`c"3DƨHKU)Ns1 we: FsyTMɬ7R(6L ݭ7/XP{ nP]"Ϗ8g>%]wS`ښd!e!M#I,l*owLkW}$T@<"YuDS2xh.<թEhR7<ݒ'p/βqX8r_Ćq]xW v] ,AV,׹vMM]}]%ռHXcu~/s82]kNGhZYݡg9ie=N$P{"NmeKOgC0Tc[͡N0UVb*@L%QG;kr{PUlMX<ډΈWڪC^z(vQPWyA2_>]G GbcmHJ:&0I^ }[ 6]1jVگɊe)zݰli95%֟h~;-\>ƚ@wnǤ~HJ8Cu[~,I${M5)-4vb$F3YH bPXyb EuI߬)o㦼w//R9xde2lkf B\nDcӿ c [Ҁ8cnn{8MBEh7:ev` }uՍkϣ@Zl"V"/k\4q#2F;f58$M詭k$[%x}I?rZBo4fsh^x$ɕ;r/ WUqҢ{2kSG@Xat2BiHQL[A9]OGZ4鉂 8ak%ѾP"6Њ cƑ%0oҚ[F螗RWDH˰<|Y(TfG'gORi|P Eq}C{:'z5=NA~ѩn#4pOWgV5) 37*AWhiQbn@׼I)^MWqN3;Wfw<0 >v&y9;mETgd7`b+Tzң#gbhd'~(22i`z9} YT4R9H @MO})Sw@0Lo~pMܦi7qi-sۡݶE^΂M$Vgcory+@pw \+4XZk͘(KOQр?]l0L ~2ʼn& +rx\; Ԃ5&ݼ(~$o ǑaPʗ O\c|m&?XNv_G:,z._~?%9aj!]]W6[xby0(^΅7yIRuW'g3gx5AuQ{=M(z;䋏% yOVӋd}kS+ƿ)WZ 'N]B6=_OudN ?%Nmh[U"\␏$l7M?A^뼘#] %=XP|^lH+oam[xY&;#S@kKF5x jwCap')2!&D5)S]9еe1AM 1+9!쁍、$|c%`wnWlu];ɚm7a Hq<-Dj Krw6FHT,c>X?F4_ ~G9*"uƻ e;QƠG2yJ:.(P~'g{^&r+2JZEL*.H€rSU֢4*Һi&i׿lҽ*ʝݥX>IF d 1v?@ @T۪$aͦ,*;W ԵtZC,} \es?Ȃ.D%6 Z3=ɴӉRHܫ֨u@PHnoFَ|3Me0StMhTc9,ps&COZ*pP!|& /P@/'^ zh#3FoG !p^Mp%Ri:5C:j0E1kx2+\b;>hU;CMzEkGIg݇pf*C)Uw !ά }dE;IUy-2K^:,f,>f5 ]qNOWod9؎d~ԥ39ha@U_v=q1R=5=!} N,-4'=S%d Jh$|$J OrK{LZGgڤAu5'(ƌJ{E^@*: w$V7LΔjbPƑO<)8pT՘ˤCxwPF ˳1jB|'ctgg5? /461U`,J7@שYEff&&7.n`cN7h K.`Y]}k |)SDBՔ{:)yUQ7dpvފ^ONLztRƔIGszw7^ }Q x ?[="zcEv  mk/=&bK·0V gXL \6&)LV_V~o@@PGr'+?bhGS^X!8_Y^y,mQ c "'v`RIÛX8.GU C "A1A} 08|qN7-wi+dB=|GS3%'|7*9Ɲ_h/A<u >Z- k{FLPαhD5oE+&c`8*R\>9/, wk`}55qq#/y$eqcX2WhU3Bu  F-RWYAwu7Ȧnbm5LJc=\^m}ڑNFQ2Rl? e;GDn.;Zw\@(3CuOٗhcc׈005#1 Mi`lQK=#х~N>"tt#n"M@7p]xRo-z bl"%YaٛQ-_z麯Ph-GSzٛѼ_E[ԋ8Hk zU1w)ӨR֮#49n|U[< ]Z muAX`Beu/3M v\ZnBZ;E/94tՀm؍g1cw<$) H 햒^_ VթOζ=}Q t4;6Е$xk:,.tc>G-0$j3xk3~Ș95-`\)Cd>5)''ЛK|`7+u* y3э>Ts Uo=PP͓^oVTz?xgޱGY#:o0Q{!Oꨙ:8&ޗ}dW,Տ#!`.i:hb?jpCa)a|#y|!4›9Ȣ$D QCw+ǥDuy=ҞSC~ּB3WpvBm2,NG&s}=e]}W3urǾ>Z_Y.P/>r'^% 噸t'==$ȨZÊ&"UW&, J[5_߻3srZŸܾ1V@OP,+C!tV4<h*@poZJ&aX (/bl.P!l.NKӄ=$=ɺڢ+M]AN'жmUeX f#~> "5ۄw  ےW5Z?wbTCH~p=~.w6h Qtzˋ sb%]a"SA WˬDbef?ExéOB`(1Ph}ooqR-cRz_+sRp%^"*@yŮ27Fxؼgq, {'{R5 o9@%ϰ (\Mn— ՎZd+w8e̫"vvc`aLI/HD~f/q;f,j?^^8A5EpTDz62+FeՉv,5wךjrV&*C\7vHwO}=6NlԮ-*fAvp}noZ“mF!Y' {`x1C$'!T' rnߺoLk1Y q5T$q=lCnOcѺ{ϴq{״&ɻq*B~aAQt#+8d"XiI򑱎 se\#Dw -j)Y-qp R}pti _F SϡSmwcZ<ٖZ#{!qJ eᔋRD.~7uZ_žt[k5Fna0{ wv[rn׸H؉xV-kbX}TdQ6`1 %=Z59Yˣ5VQjr P}ϰ_/ֲBx2{*kٮX)d<tU_MAcRb_g a+PZ'0S@6t`4 7?4%SL%1ۘJWbt9%"h]c[ Qja㤘ezrEтx{ѐ/ 72-ΦpGYw̹7"b#(= $HG+RlzQk];X)e c[V,#K2~al6ٗF_NRlU~wT8%nd[|;Cv\*cZC3%씾mGUT#{T:aڅ$-1!(Mh0UdrMM<+{d&oIm7e])]ٕS[ĿLv@vzlۡn 3z"6B&Pq E##lO:nsEI\+@}IoωޟK8u}Bq&C-T'Lm2cHYdΛjh0"q*?SAm oT~UZy&hMYr_ 8WwzWᏞ~T/4_꣐#3E#KoJK$2 %uDp\)M>.aWCG*v$+,虶a^nGWl'2iE2/.v -]L}.Lm!^BB(QZ#9}k\ Sr :7XINun{6cB .6hZ^$''n覑DVvmS v/,W"r 5ᑳ W_%8k?NٓX&p듽=X4ح [w01-nT4D\I8Jkupaie1jJHBH8V!Ǘ~+]S"OGX?8#|( /qT[m244eWo0.6h}Sn("X{|D{jQJ,{GAWíg}tőn+"G3zI׻e]$F g`$F*cNͻ\T= T2W]+p2vG@a p,EP,M dsm. nx$ν_7hjrw9n*]S LB{GR6t0$ oegԩh,Z*"@]G̐'nkQ"{,1/3(c?õeMN[Cu[*Çmh @sJ;6tHjѬƶZ6˰ˡ{6J>ZಫWD6a][bp-rKZ>* ܧ˗ lʏҏgf ƮY nE˽- p#.yY]K]җŃKd `|Ғoiʔ iΫۡ -@tܣL}6+K<0Vի'YrPNIG&]^ g7KzބvQ (QȓI>KI}:Xn4[f@<tiNU  i)_|52Nܣ~TzfVUWCUʑCaFmS%6l϶v$xt 89U hieKMGw*ұJH-︐~SH3KD+u[إ<#(Y}%`/9 y3l s>;{{ɩ)&u9UtlI`Ib?'Tt2~l lުӮFZYKQx&B~Cy> vc8XC#"]?6%Ҕg뫟g C0$0dy3Bͼp z|. ⳔpiY{-d(xñ+tUtyQ鏿nuձ%SRus\iVuwd)F)δ/a9"f lNFthFp 3P翛M{?#cV?eplqp0^'7<=GSwǺ:^ڐ𜒇#Z ?yuqބt,$llb+E :J5`k!ܙf \Zi'Ϗ)@6A8xIMi2á3p8?PTʫniɫ,1e`7ܭ ̝pT)åF10긷c%GGx qbՃ/~X dI0'q,#ZT@9n'(/ 8Vt]-s [s\+O ܋D2t //|1cO+!-ӎ+:}.:=>|nh>b J,V:UdHI1 og+wHb:z}#ΗQ B"VQuΝJt s !Wdajq8r"-PmPK╥$"p eր<kclZ{ @zmC 8g$btQ';[D`?}q17TDβǖocNmf,l+d : W{c9/i"C,X5c 9CJ[8 ZVkFN=b;IDpuWԝq" 0/IÀ~ ;5ywtԮWm!8P:~{Wp&sO@ViPW3үnʁjmsk= xRr.J?Ĩ!%Zm}o-b^Vr摒`D5h-Mq~ud1j9FZrUu AMA7&nLZuw0{ޝ^ҍ bAq67TV:b$PG7#^D>JOT~2Yd&(GN[Oe:_O=Ś\H^=6?uKj~! i Z&IH^rbeČAe~PSO[-#t8qVN96>Vנ!%uLΆ¦:*54Ċyբ|wtPNX%9mxkmLb,O_d厰h?SMv&ó$fkG^=mS@г$t*ԱyOWP'ؕkIqs߀tTUo7\35.:*{17\f.5 tgY&ˏ8w(d7m`6x8ޘhGd[!o -*iВ}D-~L l%ʑl9#5=?Is%5o!{wۭ|9D2~Kxz}4U0ÉXY 1eFuK#)H&]$솁0D~v 2"0f a\MVί]qa-a঩NIh)3(>&_}ٱad]IuH2 ßH>0g7b7_'c<+5$fI xL r\y̲K\xuKԵ_e|` De׬Jh,v@ ¾ OQ. ~-M0X6vw&</>hϵ˫im@(\:., O$}1O3Z,O6UpUv1 (Qb6x6ׁ ɯށt]`_{_l*HN谠R5窶tϏO}"Ph= 1#z˚i(7hZqb)dѾd;CgH[_kz0 [>/8U39̴mg5()Gb;.7Ly oXFv$RuZWs\B^ ASBLْiXw$gt:Ui}١?޵\F5PBpgoΗ)(LQ@yrQoĕLUs ;S6l}\X{ ҍ?"G;JPmjg󶥡!yD1Nc`7S&:|\"pl!wHX1*2> %e,v߻*ѪPqÍ,? ZpB,]O1ժ`-_gBvkA&\s]AI8OCd]s8@'k0|Qq"@¡Qm=zm#дD[?*swA _k7W]!e{W!gH|A夘2+yQpP_ loj ]Qg B9žji$։Rӓ^_kW-i:=KbT3|PAJh4!YVWDu@B̟NHngKԠrZf!p<K6k5)3 * {T;ؒuپ6d֡ L_SQL\NF5}$1im,2 9ѐyڥ#N Ō  T̑ȢӦ!2F"[vNP*Gf4;ig#}͊VBvаڢԢi&5t+r.ք._+8v;+{vēI-/ZUFV9lIeiz$NM#ߙ{_ٱRzFz岁"d腧3KJ(m}ODCqוECM -LIt2RlZPGvPYG [m:Q{Q|z}_UIJL׀Lv#9mq4so9T?Us)1*M oT_eQ̨/oIp*im跴X/tE6-* VyR/Q/t>N!iNq,Xr)b^xx?&T;Ġ` JyE{`RD-ӈw[0)sz1Y97Y qqvG ͘FnwH$d f>Bʠfo&EV6;'J;x^|Q !Ӡَ-6NyqEITC=І߇-}vH.Rkoz>.wo4#Hc|RX!gE-:#JR +jA9KS]'^JymTJr8? G pun"s}2+e3׷&`1I>uW1q)E{VV&R`:Fhoht'\LJo2"B$\^@b]++6NŭMNi9PAexT =8,\li=| S}1IE$(bG7VskjVc}t,JJti:nL($<LrO 'jB#xݡ_gPG (Pp&eURD_PL.HxYqdj Vk>NnK7>ˋpiFnbGab+ guKp _\S9g G}·=WE̖dcZdv2Fu1vuֵ\nZaQTv0bѸGV0쪈xQ.kY7 ;w/[ [S't/HF>?4(Rrau! :$%Մc . q &8!i[ s OY" !B5/z\y[ ZdiƾGMWw:9u V#W2ui62C뼊ع:HPs9"X&}T:0kXDgKin =,JP4xI򽹝6sk_,oC[+믢,7ʗ˜v)m8]^}9ܭ(Boy5t;MkJU"7,Gf跗;8 [_,|dtWIF'˶V(z3D 8>RL yZpB&>l"y7C4=ȉ}v~PPҽ|&V{Ka[u 9b_yP1DKdY=)de1 wihs$W A~6um<@9÷zʊ7#CҸfaQB^Z-cݙ;NF&z-̨ szE% y&WNnrՎ;%l]/*.Rƹ*i>ʓ|DAbؾ-Ź_EQ x/Wn-TkNת2iA_݌pU&&b.E|af`YY% 86︤8+6cz8&g3UN8DN"nUN\HBg_#c(*IEOƤ|.1qק}7t)܈Vlc:u=v3jqJP6s(́0bM=8@/J@1V8ta )!&m1u0gDEd[ɗ3@MV{ϡSt ʄnsqpOW]x6ʽf9gCldEXkcs~q,@tȻӸj?gͨoO*ulkuن:"q|q?J`qvͯ5r9Q& *9 CK N֬[ַU\ٳZ s~d8I3J"7=LkX,%a˄l}"@Jp?@⌎ʣ ̬97iN\k`# G.[Cduo|BQj=Ybad*ZfA9脳qu<?|4vRzN8l0pQ/,VÚoZfC@8W_8Eؙf:I/H*ǰWri|4EG0SƵT{1.(@]Ļo9 41Ip3SVJR2a i,ԑkW9V.b7tFzkjCs 71U>/V]c\煺<3'<ܱ`;EU0/j=epڑH< EAێc ?{@;7y:H5} m >'٩^n$I; VN6Wdd$jI5zXQbAxNtVo>ZUBdGTҊ쵤R> ꕙ42qDWezaKoZǗհdJ5!U|dU/] ,fj!\\['2[V `!45P($v3R(7G2g Sgq A]Pp}"Sr=[WW?׏_p"3nUvRt,J8΀=>?@qo e`.۱fwYPJJyAY'A*beٸϬ綝"}lq3F2N qݦj'Ϋ6zjj,'.*FZP.2FK?VrZ:2&Fitꢒ5Sgޕncd0\ҜBG$/^mUª=DU7K:x#OQ,~cwSƈ?Q~%i΃+.d^I1X9C8i}!hO]Ñi6y;-,PãMy6)CGڳC'<mW0oY^w(⤚0; 6ۮsՓys;55Y(F)`@)bDidJyXrEt #l,[&4H}/.25댢k{d/yP57' w@|W㏋@d>'n\o]Ĝ#e |L?b,;W,KMB%2J>:;t"eaAa Z?N(HoKѵc]Tk6 r_AsEE.=7:VHڲQ Ήݱ )T7[*njc0vIVJ)x:\Փt0.L][Cֲ9CT Lc{t^g=D{mY3S]3LcD|j$˞% =$g, ޼L_,WpS]pO.G*Ef }U(I]FIp?" ows;O ̓q "#bУ-yU醇 D!NpN[i0}뼁50JI3 l[8=Y?+i[WJ VR`q̰+TGeBJ y7JMJ`0Ӛ.OH"48/ϸў5_KL5+YY)a)$?$UC*^ÏR׏%hP16;Ju18<@]pgb暳]tCE˃јB'3e DOźuqhtFga D'&Tݤ831}2@"юwzl4H+2]WuZU lV#y0 à6{4oGb[b"n8OTR_g|@oYݾ+=؁e ::`tvOd6M*>mE )HSDaUI# Κ+ BEFyHcEl{&័9?Ov |p |#9[_ҮhjߐЖ|J'H6R f挫x cZN'۝ ѢA4Mc# -=§,36iҪ ^m~ rF.lY+aC0^D=$+*%%ykb]2ɋf7_fG8L*ҭħ-@Pm0H*03R-xRp>`OWf!8sJwe'2*fj7S[K#FJ2Eơ>'s 5ly0fXtR7XjR.љhMqq[o("^9=[%*gm4)tOS$T^Z/tЁB-{M!#nfj):4L*zEР5YP7u 7[ph9WXѳ' x12P[Ҫ`8թrtPI=i#^(RK2$O >Z@ClB!K¢*p rg }(bLU"A.@t9q-*@XGRLR2$5[%g ͔3WjoX$&NX_W43UEO! K#(c -5+I#qR*K=A,hn~uߠM%:Ivkҗǝ_h:gES CBZg4:<~ݨSΕLNj,p8aWnGT+Yn^\" SCk7Yx,tU. %n7#dU`٘#H~5N+%^+ߜ91p/e#oViZ t^5r_.ƍ?7ڳcc]3 HЈr|~̬SThGю&7k^YCdc/y9`hO-鲱󜫏3Lu{Z>쒭ȼIC}ù̔'Q}+Qp-"Im6^TJ[WNVc>_&p %SjSv4QF|9ȥ.crlӻ0֭3[a[ V7ӰHۏ8b{ .M tu">C *h:*wƦEO MnDV&C-i{)׽K~Pre8|fn-Pt0:{U%D>DLg^|s4ㄌץoRc]pv1h}:>GCCʎ`YeźOfJpqC(0[Jޑ&$oDFz* @~O1D<=#I  WQZE 㟫ڭa9oc.ſOF Ӵ~U.DiM0G騧K^o;nd A!**fD")4fX-*oWS%K[T u2$e͇=j$5zy$ȷv䄾qH4&cGgQpE:EyotCvɔ{}f 1MG tY 2Pׁ{?LBcxq wPdMs$gx]BIX.9 LYadڞKi+8G0 sWuPQa|-Ưh~e[bKy S}e+8Z5^]=+fn d=\%l0{/<6ufm*TȗT* >ך-Rhv脭R\3 x$BTW7;i/>™468ʫMSgLFtWՒP煘[GePY=doeӥjv9Ȝ3PrD?UobFIE`c/1OC~Vks /ŢFBZn0e#' Orqe^/Ui2$'9u9E4Xi*ȝB.;5+6|vf{z)ɈX"apwRJGɐD :y?Lz]7L:m9kwm:z~ عY(g"WqBrc2^_\Xf9Sa>`w?8voeYrd3-#zxbHWD_*pb^[M8Mi0OB{ #Hgj:^+Hu1ّCtT Fwk odeBP$5BKhbrN @ _Fׂ`FT y8)Z,#)ԿQYeF̘ I[N3Ť]!IknxC,cErѼY2"I<_Ҡ1 lV0~]>9Z&2W7âN>`e}߆?)=XTF1wV29oU{I܍/y|C:Qne! Zh3e_wcn0P M(h%fk$y2{\2G_C-E[#5Pѻ")tj#.{OPױBer-efͷԿ~)~{A)R]N%l$2=  ]p&=g\~?iSoޢPGX G"B:S&de =ѕ~6čy(ez@A K (B[w<5~iw:<pFP1 KIlhR=SUAFX{osn!3mrwvȩ+ۂ2{;u Stέ]QD<0:"ba22Ǒ1-</3FS[rtJ+jP[9@.#t Z̭}29%W$LMM\yvf! ~u> hR& ,X7C=:'~ H9x3I=J,DƇjDo! s1Ұ6 tEQ̀r'Mj|p Vt{A{9?6Dlk L5T "H+e2GI_0s_ڈ7n<,c⋰v<~} <9Cm8daio=N_ni`Jq(`jɥbjԒ9M $4I:a_Sj/xU.`s2$!0/I5ktB !yuxUq:Xs!˭ h ςh>үQiDEW&m. `>03O~7~`08zV#n]v]1n9 p@SJ^^ZSȬ6k\m#C]7"4T3̼sd v胇Լ= -#EMLw5qp{An˒mV(]AmQP7v ~\< xMOnL#ZHgX-ØUg&_O|d!"mCetP` rzoȃJ 9(z-x9BD-:t8T V6$~rѝWLϪF{oGf:5t4>c6#@{ٌ'7%+|ZAi.UU97l{w @~NiISHgܴz;j?Nyuc)-s4Cd1Xz:s}q4)sIfL \Qekvl[}׺a(5}c헒XϽk,Dv ~qj#z-BR#E䡔粪66zG"BF ^i?Dp*YQWءV<H]kyxfܬפNҹ,쓿O35)Xyq\hGY&Nrt[k-j ^Ypp)|FcI~x*H: QY}wzI xW_P!nՓxfyX` SPY.pZǼCR!iQ:x2CS:F.Dhv _.?/.Jؐ5ذusBᖺ7~P&g4Wj4ef] e=C\yۭ˷ܷ}XeaԭRxh %`ԅB]ATKpS-'T00z43bt[F0XF^zj?W- 5Gѐx{qgȼ2AT0UD-$v^ڱۊX)٦oZ7Nhg6lnkh.7 Ɵa"/^Bo>7./oM˪xFq;xqV]4/|f3e{~+;O3>Xc8` LLpE;lWH6_".!4QdFq\ue!8Ϋ$D`5P%'pP߯$T j#Yx{ gֶEɶK&dyB 1 nR S"0|t|^ѭ6 *,8o4;;NOh~+ byʼ#W 1 }=(8ރ'Hr0"AA{: MHP\3.!τK̤iAviԫ?)aHĿ 9n}z+Jr&~ 6hUreĽ )xC1d?>6 +}٨xbG$FBy4=zB& x+>xEYGKꢁC뫺뽥MGlH0J0Hm\n8Nа%8wGy.2bZZ$"WY)9XbԐٛlqR+|* }hBIg'd_'qcfyr6ؾ`s$6\c!tœwA 6^HӫD!èQŇwXFWz-#Кy,~KBX`~6-R,*el-?ο+ZʏJmuށ9R!+%qGw.f]p6Fǣ|cvtq=n2׫$\V. WOS[;)B֪22}L!+kw PUܤݏ$cv#Ax)OK"9!}=2!%`MmM߆*e}"P6TKy}NDp1E GyN"ƥ1۵.1//֥xhc*&%Whh<b$lEf9R'>ـKT\;'( 7oPkS% a{'t <>[b(- |z'pa0Tt `+"m ]wC30F%=nZ2g42X9D頗Jg+Z`/kg*hd)"Hø0ϗ>veۻ9BxKS_5N+A\gɰ*y+Y:lM|9{+R"X CR\5;9Wjs2C|jMcvov~/1LM3sB LHy%@x[.yĵByUEBo UڝjpuQsSx$?"kҨ|U.? fG]ɹ09>އ1%h)rɍ$µtkOo7sQ>P&JSU~"+sЫh&"uYaP]1&^:m ֔/D@kѼb)rxwrխ^٫^q'DzSqWdȰ%96vZᎣOAi5⽱0SzTPZR6 Q Da4tK hf<"NOIݬl> pHNOyR];3%Pf Nu`\|*2)s:s[3<3bBL;c6u #ϻ51Xcx}#"X~oXyܰk0F2 X8>B ,>vȍ~g$X5|-( ϔzO+N5 ' oZx]Ihm`w"*c4ɅIL#f{pYPM xs!opע6lwY9rUfs1@HGqS Q^ć,*e1 :Iv[vP (]4RP~f]4OxN.WaSDg?ѧD~=ܵ J] `&7rjOs;}ٚgLIj{ο]i+|͡}q2 %BsPbFr4,JJΣR}[U}]QVy"ZYv`޶B跎y#T 翜_6 jYhg6@l/eg"nj`~vs 6#Fz7B΃-V] iPeԌ蕎z`AN^}:?aȯ3ں ,_1u[ 5"^uhK)Pe_jkOUٔ ;+Ux t`!Dy-vzxN<Z4"=RإSHkߍ_L(G\6:+(E/3bt^0CRtQq, ~w_tVuKQ RA#4dkyRv \D:zA0dܹI"s7AĹ3BiOgd=2t+3ٽ6uћ0+{ óW<>ww*Ft{$PC7ȝν~Ke:|6_ɯ6}K\-HXuȈx#PbĽnTSz-@9p/׬IRsu5Iҡ=9gS,p'QR4𮩊&EV*?КuB! V§ƍj]I&8NNGbϬ1o{} 4Kh@viS;^w蠩 BQ43 >!!gݱy(4R=Ao6KXJa|i)(Da>{jI &>\lc$xUd mU`9L[ gK9rej1Ntd̞>GԘXsyqb}PT}Z9B?V4LU3Ut}h:rQRWJ]`yaЄYU|S(@Ϭ(W @Ǡl}H8v=tKW#qUkm|HS;Kabc}rV&+a P/QҒAMGX m֣r*C=Kp"vSJ6Hz"At.=m2L(Њ\9;6 `ڿAXi_#0{}wƶ${Ln9Z/݋BA8 £j^f+ kgЦž?ՋE|-9] +R]y+3t" bh_{M,#>CS}(]o ],~nv4oǍ[؃Ux?n] >@>c(fB"B15=M:/y߀4Z>6F r]Γcrؿ=_Cv(qYp:,bWLa!t&N ۻY:XnqchBh dZ\1{?d`$Cx\iq2p>"kŨ9!6m$MaLjL׵X mK~̾oD:m45Ǫ=2wշ@c\[IdbSf8[ট ^+TWCm1Jݐ+*k^th+rRPO7aTF}]XF-̽nxwpKNL+eg?8ѹtPշX @ƼR^b3 E =m~rւ4<'C sJ>>N~5saȔS#G0+V^4 2,^]?\ =\yĜgt@.o]cTh/>W@ #LYcIFex]5{]cD_Hݣ ¼yX}lߩ!H.Z+&n!@cE0 uO> ~Ej %A,6]M 葌T]3&hFںd 3dx|?>A:7.sX(Q?VqIL] ? 'ZK~5Dݓ,>}AABPH\VR{ZC(Gy~aE@~,|0؉S,O@xZuy.3{鼔S#1Fn5w1"ma/ܱƺ|<w(nvVsH?@gtX lT& QltCxA: ?T@UdlNkQHۯ3ltI۽퇺4J,F4ک\f2HXJh:fiv53㯖̼k [(y[eLr>iWаz3zsGllNR̖MMdcE>}< OOB^J||{:%OAE2/] 2&McZ;TYp)J~Q,_+tp]-TgңӅ"g *9ٌb߭Ċ蕀|JC=CɆHOv$&dǀ#Aj  jh|mS}az$P16xzZC+)1Re/Sbb99H:Rg灨5fZP_<(O^# h𼊩"O]yJLƌV8 }ŃeOޗ(*r.š1B )Xi3nX9":ͬZ s҆*Q-[ZAĄ<œUNJG1JiAl !k1i: _sZ@ 44XNSp2F\ŜmлxS 'yYHw_|w'm0ܸD?&cݡ M/g(j bPEnSGoYc^$Uꐴ4xRE]UzduE@\F EpQx _6 uZnj{A) Q؇_Jš4}#ץS'CyVƩ$qwn~wb ̆V3aztB! +Ê֢#W|.aT?~b5 MU3oDr'ip)c֢z?9fnBdJIË\7Ir,CCo}ZrTH|`bq i7m_ﯽO@1ETz2vP a+ޤ=Zp\qH CZcoVST؁9nW X;Vb;ç}14.7Ft4.7 R 19H*w;߹cf|;eEL^@A7K{Tr>c.9LE!*^T&վzo8zDyU@!e bok8η^/:^Ǥ h Wq61o_"s`GJf7¶?i7'9 `Z=MXva=Kmp3kvKFGs(qwf]s͑`,aqR$ll [m`0Ӵ!S/;.4{b  OȜM̐PZ/ILfJ-(a0WXdm+;"62„)ܭ6FR_hzs@9q/6,SZDe^c&00*tb$sRIP[3x|py,@ Y~̈́ʁ#@laP C/I/i;hMXiA7s)nPT|v- .FNϱbk 1!O9՝~l"I陰Y R=;PőH8SIh-$iEu|x_]k(OE<23?ez.gOWFD1Y;PF7 z}ocg )&}Qo1oobBp@Pj\0(J9BNʤ{$q'.ԋc+'UHًI[7:ƴluV8Y 8_H(RKg_yU-X/Jm鸭sӲ\X428UET l%:0|36zQZC@P\>LUBn"?!Ckjm58/++!zec:R쥅ס#-(Nt^p3(250Lt7-",OflcִC^wAJGs~2oXJ1N^(wbLnE׺^cHV3C/msѪ{?uY-o܈>M02##c,GGլWKYzmM6*/ L|@Bg 4 ?u=鐀wlKFBu])-u}79.9E$,C~"T,zX.Ԧ*j%Sڴ#CĚǧj3a!]a858<19g=ش^pXrNg?Oxkz;Xz?.Z) rXZG˝Rؔh8hN^O;n,W~ g)Pkkl d:%s,mӷF\PACDicZwo#56}}8Zr[`$ЏF3|ƙZXXor&TK޻0ȋ+]#\9Cɻvka:f1,ErrF[rʹl#;9SgZ!򸉞M\:-OC2zTWƞVF̂J"PJdMW]-|pIu3G`v}1Z\'vx,P:xM"-DR+p>:4 u #@[[xWjY5O sp( T|-0G^VeXޖraN^K߫@[T;A[g#&9p [q hM#?Mۙn cnG%ql|r `rcܮ-i9_H=i])9/s2,\F:HeƤ,H %)BwRJsB".X"ȫBQ0BTj03Cl;jGxj8P9X.Q!tUu~,^Ht aP8L`/Fg1v'ZvC|sO!oͮ prK4h:Ղ M?R %Ho4`({mQ F}hA1\aE5{}Ndi t۔2YPѭwo~/9mGM=JRm~ROz*Mn~Ys\B5RHY_t?[L|Fvԩ vSlQo߅uEZo 1Xa~!L) `lS&yXs TYٔt:uX4^u L{lM_n~X2{Lh;@::\@02HnHD,g m~AQGF}0 4^vRQv` )C{[VG𷕷 o9+#z(I CvWYDO~j|'P5D33Ą`'4^cr$f/KUT8Ŷ$X|eM7=Eh8Gۇ7Qa*Ѣ @k zE8k#v& +a XE Eo 35嬓2PK-b)Cxqʁ806.u UہaT@HImNm-#[ZH\ p&`bgL:Dxjv"^Hr1ʛMqݬYk@ȉפfh^r˕K1391B[FT.Wl!gh#)|T9mɔ!#˙\"t :ۜk&Qhу\$^N{:L㠖-/x׸66pJ]-i֚a2~-4zu$J|lp`W=6U>Yly;L r-L;odA$\K>@_zc6Gf oYB.v+r@tJ٦\1-!^2Xތj6NaĜd>w28]mCڅy eI00+gujn&IPȁfvkeRx1ʥ{*(aU ng3MI1"B8mfrn-ƫ,8 t+҉mqk8t/F+ɰQI"had@ w I j(Bسe])Kl`5‡k8:5 5B5t̨=YJ-7"\*0tNHQrL2ӌQ0vE b~Fe:,iT] p s @i6DEbvi1g4TA-H`p\l8K[8 ž_>=yvQ0F p*Sg>=In(He1 p~eĕF!mt{+:V_rZfvΣbk4\zo+@3Qn5JPG%XFUBx7_zY^;z !V_0b@Am,r}i+b=scnP3[Bm|~#~g9rF w& *^Ru{ d!HtQJfo"Vjٶ|IQ@{E"E~VF HFl :B{x:54Z|pNj==AZ.~,R-F}gcCzA0:N)л2<feĠ'yqey>Q",=O\zwEg񊑕8]8Lbőo luޱ:fYs\k9frqRa&[OȲjIWq4jv*(g /(ZrC? $$~\_JZXBd_}Y!!HsщyA&d1*+3^Y2ݡ8W;mčbj$x)ysypojq9Bau$$2$FO,jx}YqI^#Ha #"T:U@MW 䞘r1`PJ;s7\α,fC'm!DƾrV OmKU}aI)XѥϠ+Q=:kxrUY<ʉ8@NZ`2{@ognH*CmxCX L _>Xi-y_ߐ-M0yA}Quam`88T{J8o)\IFF-D riQkʎfKb3dR~ڝdjEuי'`6<lMpf xlA̯Ў-O5h|qf$M9D+~&Nnm~*eO\@W 6VI*2GBs'ˍ=k[LS12>Nq;VlrkҝQ۫$xC})nړ nM<0Yely<ӈ!A&%;Żޚ+O(~\kj"+㞠 RgUA"ʫ^HgD[njU-b$ *MΛsp |iIf%mpj1N4I[F8>rԚD"pElN»1W3HʋWY'^ݯ`CN m;\mJ9QxxIA׉"O:.V(U%jO!OE<@1ٳfS&}d7N⚔!ϼ[iIHp`4s!̏\T}O3ԧ{Wfdk`smɬhq[uoNSsAmųl|!+kί@YSm,y*EpmSgpk!003 Q6골0HmP->칍U}?=$DnI5 /ӚTK1,>`:,© KfŶRnaf8q{8 K &F}X:.1:>_}W05SY9D41˘rJPl.;l~ĉ1fK([Nʫowa]#5pAa!(r7Ex&z{0z2 @L q$[k{p4O'orH3UљRpЭl(~ ;qz'HwmYu?if!ˋWxpr^X1ɏߋ:Jw{̨ M\[.BlOݰVcgi(>uy 1A,ǭugP]-Kо0~#VN7 $l}b*I>`Df9,C U{>> G4qVD()~VR ]uK9g.zT\qW*zNpx䒔,]+#}Zmр9Z\2PDKK:.{kY+E%!-Qy'>ϭuyT D AKNCX0nKvghn3V 'm&8$L212&S1%cWu2>ۮy,B^2҄WepCwxUb;k탠=M] DJ&`ӐjBZBi FE;WuFt;`fI&0xD._敟k徼oV& $$t:+foa U(wr4OP%F@lE2́)wg{?;h4Pt/l iA{(6tM?i3!mh7+*q0f" (̡'gQ@?|) 5{\(+5CQBu%Z  󹊀Ve HFxz0_yNYg&Ut0N,/ИAjgfymt?GzOO?u~v-8 g~g~.ab+0 L{BׇfUW(rRG`6Q_Wv"vMMKEɺ0׮l7NuMHBcZ`' 8x#?%\RJ/ބؠj"Au3[$ȗTY9 Ϧ6ͺw<'Dcjk쳌*m8I9B]&i!ȴ_qHWy3uon KJ0OI|%mY#_JE_7|!DQ$zIp:.}= \.rs$*LǿlpTL3tHg1'>rEӖ~XSQQWq2c?b[y\6n.N;cD0$Eeq8wd@ ܁w\iAt.[ght/9GVq?ѝ1 ;-XB/m:bHi^`pE08w]_ &+2{c$}O0"o Q[ֹsâ:j"%1\:iEJ$aL=ųϙiS+Q/'Ia>,9FmnymGTYa\ TpD ?9- T%_}8;BZ"q"Ayӳ&9)5]X&_M oN+7;Q_3oG{n Ff7fxa훐ttyeR*V}!tE ?rSt=j AnO>BpQUQ p?SGnhHF.2~|%ݞRMo OjQ1ZVv lKZs0vF(AWGakoQaXs GJN~UMjQ3}KwH&Pj7[~i.MJu9I_z} 1ׁf9B!D܉6twlu츯k&%~[NZ%;L zᇛ"=±yaBߠnۻ}X =PTH*=jzJ(Y ݬ?-$ڠ}I#Y?^~_p?|o!dD 'Qъa\^f1UG&IAETҳBa}u}" n- &E$JƧcʖ f@^,p+hD`dD?` c*1+RQe7qUBx.JKvDf,m2ך@b~?C$, s3Rp=wa1W6} ,>5 ݵ pL\խ0TQn4aSbGg=6 %?h[@Rc8&-Ӓbvņ7#{tT߀14tr}1q BHԀ4ʞH`X5V(fSVh |!6Z-GmU])QK@)B ߄\0ԵFVIu4FN7|m= 6}x\k) b]_?SڇOHQ㓃ÿRK}iA恐s xlĴfo5V@N4w,|Ξyx+4bTNcF7缆my8]'!)ͳ3WDqNV'|e= _{љ!|V4L]8 ߅ Kd_˩_W%Ֆ7h hX/q"$mU ?Y#(А>SwY-h2Т߉x;vu4GI#|eXRE+Nvk" oPdhG>AtL r("G2RǏaz56\Ab-`UBҁl"5bֈq@hZВ|h#\Yn I5}(p(-k9{o5+KiFy^Z7jE\ i8 ,.B`& bI0_6db|dNQ";IBR̝뻜KCB8}+X?Qn?A*'FщWt MtZ|?]-(Pp_x3̼E"B( zpl8(Td&w :ìFyZAr췗6%ҥH4hA6Et]7!fKF)D^0WjSPQK)4uSɋ#٤.bAcM ,-{E hZE d,[VM A)\Xx;4/f^C^)\shʹgaUd55HC8z=`}"RGÜʞ-'fR_NbĹ5`}/|{ނ2k/83tҁBwB4@kސ: :HSEՉl?rYW!_Nȓ8]؇K梦ӅCOhQ}lw#@8ĀȜ^sI@yD |^M&ӌN"d% +t|.Al:}碮]>,6Mõ3f44GŮh?` A?yiĔ䓙*im1RSr&n'ъέS;k)ߝ^ĜO >I 9c28Y' m!j @LzX@Y:F"O/lX4iָyг*'bI鬭Wcb_h9lU3hC/EWIxgc5ud4wqB 7G%!~ȍP^ [SAO/la8ԫZiē<D4m=Ctu;KsS^}(C81r,V5r21 鐟 Y\[؋7t=CT;H8 re**@mU4LH ɪZ=_F }r qŚF~=O WO=:mjF9}X^ۭc.ruƈQJyZ=bb9S3VDd?Kdm5,W?NIaM8Yh R=\T{-)}/+йE 4MѸZTddb7V:N-`mXH,>ܐwyfoɫgΕV/͘4i6kxDSa0JCeGxvⴂ+f2nwiJ蹪ɃO_y-B-wFdy|NO"ĕD@n(:t-Ŧpebִ@(rBD4lzA#'{5ċ\p@)؜"B/tcfRv̆(x0%UBw MAfZ~Jq<MsGKBqd~.* =VȋY1a̘+d#ֱTwsEdE k_Cv D7/DX+@î%7܌dx3 bKlܔbvS)5(Ȼ^F`o.W /N/0 mGIpܸ6}7a%ꮢ@Z|*aZ! Zԥ$(,枌߆{m^5R3̬TB2K6Lqܣvnº'lIwB-pξL[oڬZ,Ia+7>~j7dG=4(`7W&Rcէm:rԞ}}xzA9"'uH- GBbqPzΝJߠT5=. A8 Pqp9dcoWqs˼P~gqMYRaCDԘ yA'9tzSthȡI[z+ ZY= ,Ipe :;*JI(6 r Hb:J:20~ui@h抇74ԯ')9Fe㈩/,aJ h"{ (!q|h*/萩0ufl4$ 6e+~Rv k`DvM߭Z1&_!^kq A5+05~.Ő{`[{B` -3W*`OQpw-\B|G8|Nh5U% NOv#$m¢)$Xv tι'WuV*ջ 31kq ic!E6DRwx嫁XGr $4$Ɋ-{zlTmïP P?BaA1kJilP3J@ (5N]IWŸrUJE^!}polQ P?S֛-, 3*?#uo{yOq+['b/f~5 CdE1ǧ!mw'P[w8{!]X~[H(CŴd٫s eơMuh* :*,VS)d/ hJy ̊\cޱRVߣf9eƓL(6E=]= Z9w[ ǝ3F8{g]Jűl oY+-" ?Ӧ `0.Ht*7|ޱE`s; 䊞/TSpC|D\UӋ%{S/!*DS2[bwah4X'bxƴ%ϧk ?IJ˧p}{Oh@L M0?Dn ܅u}J cI!8SjF.0OɔbWoS%8Uƍ4YXlq-G@ػaqȲW~/Frtg:s6Xq02W0?CNU@gF)j}00ՏMNNeIQư )Uw] ػ*ڥTl1Y*ׅ3mщ/%V%A'cNۗ x|*2aۓo=8H};Kaí޹%?_!|I>%&g8ń] Լ™^gr{4ۆB{Vu(;<:f~ƴF,f`)g/6 < S[9e|?9=w|Z7 b*-Pj5I'ToEi+Bw[+钽g@x˿lyՙX/rN%W ! FGPD4YcₖN МxhikZpK8qV9^T@ܒú}1Kn( TcKM$YUg2dw*Y",Kdcz*Dw Q,W++x>$f-#fóL_ J)ou (J ^Zckx tDrA:k4 R5oD G{]8HkMMlTNy,$Joc}`֪7|Xu:( @%:["%5Ym- i^HSI2pB'D-5)vނ?vq?E\}`P1kDzy/b;Lҿӱu]0vIj Њ%v(n"ie ("t5wX,HZd =7wEO\("Ю:fb3*"TKKAVZ'yEI:3Ͱҽ#C9z6acO Me j~853e\tfQ@<>H${-<= $.z 7o*co1F>IcGPB|x}NiBXkf(ɲ̦ Mx8P yi$|P|صvdBNA]z p%0V+{!3hc^+>S,y {e K+v=)<8%`lGs8˯(};#glǐ ła匃o łJNuB%w!0~\t-J6̃yoD0m;F\\a!xe;?- VnrK–(?Ls֦be|f ?\0)cX+X $Id<]lhڼdžos1ĕ6vhPI oX1Wɴ{؞)uEϺ(Ȃd!@5r|&l5`C n;3`.N{p4/=T<ڠ)U1 ݝJH] C%DŀZX>3I6fMY;y8>w!GD gd5JHtB$ ՕzR]CBҙ39ќu:-芎i{߽=̐8g\\NgZ Q] s3)axթڃ!ua' L i+&,iTp\Zw>pJnOBzɤ@FY%2;ܟ-t %^c oi)|M-wf+H; j41:!0n#"EE~Nx M8ӂ~V"7҂;\6 lM kEF ocxUGt\^H%DE[U@s[0_k.4.ܔQ*Ea۪'<0M͆0ѹ@A6gV<8B@mj9?ݶJ0FA<lB6B93~|OӠhjZ9Yh%>藸9p~09{yDtt\.v^Jn%3IczK?E(^I(7.m=2p/E+Ǵc34Z^jz _RBi,$Q_ 08'_Сwc$z},8Jk+8eczh69?orhxb Jr Gd3ZD::nV)w$rR =9f":@(Њ̮{ ]:ɸSRqa9#eǮ~6VP^7b-h5~A⮖Akt0 3e ̏*3BF;6z;6っj$7sv6oA\Tk({. 0$̆}2iNWc(ق[yX_7~M;_T>tppm>a-L.Վdo$ŵи<)^3w!->'3x%gCJ&,zS23'pv[?Z /A-5 &(8u+wM C١xy2."C]:VЄ6ypo &RmBnO.?zUYʕ'FHB`Pbٸw6Ga.;蒔 <+LF qgb >= }̣Rɛ_/I7=Om?,~d"8Z}2E-70:4J0aD`X/z:Exp$J: 3r аt.*fyJ5kq,>wӑ٪kޖu+=zޡO d龇+%۶oېXdPju*<8iPU/}EĦžz1^CjyNA}—d EYqK LY^s  7%ٙJú" kd|Bh6tǻ'bBNvl9>T$`v#XDq-!6U[[#}̐ Kk;FizsS 5yJ|+x) πoX^2YNo4sqevLLW4QJh 2`RǞ\4"SdM\|HU5oǤ|hljևgy&vI2f6{^%"?u0RĤ(0RQ*SS.:B/5;ZW 8",J,A%kOE thAh Qb"#(ev)807ȃnZxפɰ?J*; Nɩ8Br<6h8Č)13և 1Z9ڴ)Ou$}R;-)^FBғ9J!\ᧄʀ~)3$:d:/3!KހBӚ7)MDO!#DE: L'v}S|Kw$HZ hҪ;/"N|N==yru3^?IɄodd9Bxq3?]2&d8bmdЭ;oMZB&*PL7"D`jL+J*[9]&o-Ω1~3/Q]\N^rNXszlw-%GR@-Rb2'S ֘Y QhHvFfm_WqSxrXC :o*C]`'VT96kڀ|zAkwbIYəZ*>[p 1S3­fV C RBq )Rӿy*_f!,|&zz*S۲#9>ȦiEk(o+ρX֏6~az .-ߨZ8o_ˎ}KHB)`09™E<9Q)fF {jWxXwtW5J#ll tr|0,niK@&}'8`L 7|e-;;h=rOڲݻ7lʽ҉q 3Lw{i a+G쀰5Iʧz}z KzL/ b9 ],R܀aBk;Koix.:rb"Ua wHRݥJ]؜PRHo@S-?[vP< [tj vl`xT*? tniy%jֻOxHwlJSYmN$ NAiΘ.J~hfFTjKْݘM\St^[=Zb1c)F@#2V "!l%'MJaWR̾7~Րyo&ӎhn'!R-xJyFMjL!#1MzѦ+QPUte! (.ҌfFs~VRVHDTvmb\v|G}K*Kꡖlv5S&@ Ll9/G^S6]yr?iŴI#~R2;Ng,OiߓkHާ5qtm XPJr+-N.5./^B(%^+*\fжdi?dcsVv&}vo"U-.s~IV: {fw菻HQ[8% BDWtGEl ^}qr3 T^z3| C:0! 2ׁYfMrvOP5ʹNmr jGMDpOUd &OOL4]r 8bA `N*/D1]6! 㐿Pl8JU4;,\* ^> ﴻth ,WoȝXv ߦB,*_53 $`5V3Ls)lJOՒr*aFQ;qnƍ'u+4>&j\Cb,|9]\ʮH\u4:x]d` o|Z|:>uƱNI&`W\XKPNtLg|F:vD6wi^R"TșԽZG|fJz}XtzC뉾.%l^4nf\ nkeܣV?҆L+:9nL*y/T@łsTέ,Ynvd;;E_Pl?$,7&jhp>W6ku<_?"ʛgkavtAtuRD1-ihձFDPy; t|7M ٳ sNJF2:/I;W6;$SM-ݠsTn#5Qcp#lD#$  )m^Fnl%p>:IFֹ@Wxo~w^v lj,d`~J+%$ B/i {j +rqCP`@fl5JjYWV>ԦK Qs:T¨Qkj|/,|?ty+s`R';dH`0(5gEG6kX9iw9gλ1"(* P"`\䱒6%bՎhH (_FJ-!"xy;vd {eFh۶{QTqxiK0,i(t"cFIϺn_{z+CnNE]J;qth/`zd*o543ܞJo!&&e&4VސEt4,N mrmЛeN+qXSGeHV)PDs7wdD4 .,4ʅT6wj62L޳i>q&}8r\s2dgeʓ[;?E0.uA̩` 2oJ \\W2\n )iov^s:9`i+rI[,`PXEu~`Mp=-S&SazC]`4d;B 3waP%4"!+)Rgk2םDvE4r.5 wNф]vZ;.q.]B|+`a57h4PC>VXʩL0QbϨ_*?6v ziNm\G!ݾ& JBl*yfLI=qe}ĔBʚ߇nXe=i9LEj.m՛|2BTnjV@ M`ڿUf=,5Z Hؼ] Sm3[ӌ%2G3g<dz0u#8GET m˸mCC10v@G9l:,|V!|ɩZx ɚ!(3E\0W MGjD/4N35q[-s2^ :B02ZqK2(m#Q,T}u6LQpt%\H@!4֭|UЃsO Mtx؁'|y"#*WLo$3|Kms-8,:,MC Z _}!7hc5f}+uW?>Tyv5xS@^~@a ׵ fp /d)w~6lHW}eO< ^:P/V76pGdF9Oz[F/5ZM.Vy&*O,ؚ24.x 뼈~ y(RҪv3]ٱLCZo=Rr-w9kBJ=;51Y m*g)nemCbIh꾧pCF2088kq;|MoJu%Tuc/55NOwj'ݤato0ctPZ*hӓ%Tql[( *ə~ ߚm2M_ ]W B %<{#\cRWXVA-;@ VY[TC>LEh~}"NoM̏cnNh)uY[=uMr(p#0$Ų(e8"D%8I7Aʢ¤+tIP=+m~:'H9}j0Lh,9t%+>z#7])(~љnߓ(ѲY[$NQjǟUJ:Pc+JXf*-n)߄X}w@g*9Ex;ӄcSnW< ղV|&9}l?6!?PͶdr~.g49wC7oFzr vGAJB=g0,wrucGśaD!v\uH5PHĴliJOĭCaNrUiͅSqQ勞6X ߕ`RPvL/sowk˂%y<,Mz(z ](o kkɵCObb9cTkߙ*ROVS;)mnHmAgKߴ42bo kT_Jʝi )'W!-.ԼTMLaOco} I殬_TlK3ͰrXT6ie2\r9yby&l/|Uv{^;5xeѧڗ6)omX)?6CmJERaՌXim.M >]CZ(t̷UޝM\Cωy>?_Il3Q~A2]e()TTZ@d0aK%rj;/(t4"֭w~eY!|\KeN,;)n,rar'ߍNQVo2E'G*<,HNkEK4Rt bkQ9r+;V`}{.| Y.ߚH 71=x(DQ˲yt :_~k p'6o8=㥉i 7/WqTH NkN*x˺2q@yS /NmTu&_iW=.̞6(%NZ;^$r CțեMsuĸS;[lbj MwO!/NY>>R`w>T٭R.au*7 `;j+*㺕'U&U*յa⃭!m#0h`f؋*KHG"զOu/H~ e$8`יn aط$&_ߑ KjW(ԕvL ̔I~w"F>@UW&X?g-_3Yfsa$z\&0CؘA= 7&X?ak1YW-(;"/*;-LrpAv.5T9hր<`jYڐ(\w#Gyv>Ŋuqc,Wj<fi7BV"cvJJ,sn۰8ccGAN(hq,vZ|pI>d~(3hRZ&g[ͥFp9SVѦbGtwԀ>ٳL_N.cE;̂ˑGi<N@ŜVwwbވQm} gtCOp-~&a60j]'ݰWb쪣H"J%&}<|iǬqӖ}^!-wvIuYs_ԚQQCv2*N(E~7_R- )i ݤĤ 1%-<CKiDq!bFqI.݁v) '0)!'eiLWQոAT/O=+JӃH~5g2#aCj&w5u@UCpS<9l:;\g։K^g}hr)o͆Xqs g?)X呉arB(Y Ks7s5b]5^?F?^DGVQ=Rw+U]+k}l k8I,n Z?.)01Ef/o3t'[A!Ex/ O8pYsPp( Vq=)to(Fm +dJCۃӧdMlz=~Ŋr5qv(FJ{,aoEHXw*+UEf4~QnSeIJ?5cuQo{MܝEF6AFBH EΈ5cE(gL3A$YⱅG"nnW?jW=$Q) KuCUP"ӥea8Z0෽?4Lr+a|a=.n֛ޅqS/ilN&ҵ|G 뽿(BF)BBl.&4Y6ZbD}^uALxj8OBwPU"aVa⥠gp,'x #.0ޖ"/" ?={dy^UPhT#,1m=ѡFh%;Kd=A㍮"-wdy",A*X9\ gl|̢wU<hҗXoyJSݲFM?aG Ppcx*'~n?iV =mw= j%%_3 Qg\fVf\ApO%E _.4_ ,Tn\GWAHkC_-yKc I蜶GrrTٝfchmI\sX&I} ^3F>^@Ɛ QнwSlV7R'o^lňHD8ṗDs\blhSrTi>Dv% 9a*c/&U{-̄gHƐ2豭_cDhcQd)6 c29N.r `H:7#2C΅R4 H*|.Fu#p Ud8I|܇BXfF[ 9z\a