postfix-3.5.9-150300.5.15.1<>,efZp9|:㦜g̺^Oڸ@.AE)w $WDoNwO5 ˄ώ5],4}8W(yS"JRFn$K2^0IK¥!j"F$Z69VHpz?BXzհ厏`[AP ׿?Kn <˕xJ8m0]sMM:#7l奢L5wDv&!0/PH{m׽;&gkWp1i6f*VF>T ?d   B )@FL@p   ! $ O PSX\*\P_ `6aX6e6fDfPfj(fm7ft8g}9i}:s2}=c>d?d @dBdCd*Fd2GdHHgxIjXkt Yk Zl[l\l]oL^xbzbc{ d{e{f{l{u{v~;w,x\yz Cpostfix3.5.9150300.5.15.1A fast, secure, and flexible mailerPostfix aims to be an alternative to the widely-used sendmail program.efZs390zl3472HSUSE Linux Enterprise 15SUSE LLC IPL-1.0 OR EPL-2.0https://www.suse.com/Productivity/Networking/Email/Servershttp://www.postfix.orglinuxs390x# If existing default database type is hash, we need to convert the # databases because hash (and btree) is no longer supported after # the upgrade if [ -x /usr/sbin/postconf ]; then DEF_DB_TYPE=$(postconf default_database_type) case $DEF_DB_TYPE in *hash) touch /run/postfix-needs-convert esac 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 || : 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 #!/bin/bash tail -n 5 $0 | /usr/sbin/sysusers2shadow RET=$? test -f /.buildenv && exit 0 exit $RET ######## data below ######## g maildrop 59 - - g postfix 51 - - u postfix 51 "Postfix Daemon" /var/spool/postfix m postfix maildrop m postfix mail # We never have to run suseconfig for postfix after installation # We only start postfix own upgrade-configuration by update # # If the default database type of the previous installation was # hash, we also need to rebuild the databases in the new lmdb # format 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 if [ -e /run/postfix-needs-convert ]; then sed -i -E "s/(btree|hash):/lmdb:/g" /etc/postfix/{main.cf,master.cf} for i in $(find /etc/postfix -name "*.db"); do postmap ${i%.db} done for i in $(find /etc/aliases.d/ -name "*.db"); do postalias ${i%.db} done if [ -e /etc/aliases.db ]; then postalias /etc/aliases fi rm /run/postfix-needs-convert fi 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 /usr/sbin/postdrop 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 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 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 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 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 ~Rw) 3'\{{?1%4|61H@٘9'8@'HHi(PP8@@H@Ypt*nI(@$HHH@8@h@8@8iM(@Y(@H@@ y1!FWXGX^R3 xYWH(8H`8@'7(WyPX@hHxphef>ef>ef3ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9efefefefef9efef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef*ef*ef>ef>ef>ef>ef>efefefef)efef9ef9ef)ef)ef)ef)ef)ef)ef(ef)ef*ef9ef9ef9ef9ef9ef*ef(ef(ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef9ef>ef9ef9ef9ef(ef(efHZeXefefefefefefefefefefefefefefefefefefefefefefefefefefefef ef ef ef ef ef ef ef ef ef ef ef!ef ef!ef!ef!ef!ef!ef!ef!ef!ef!ef!ef!ef!ef!ef"ef"ef"ef"ef"ef"ef"ef"ef"ef"ef"ef!ef"ef#ef#ef(efefefefefefefefefefefefefefef2a578b63978d4658a4982a6cd6cdc8b123eb297be639937a6febed1ab696868d89c2ef9f2b76095b9389e74b2b41ab01355ebf0bbf7eb1e62121ed43b14e359fd5e51380e7ec868a42d336c868fc012ab95cac771d95361504cc6040b8d86221753e86681f6ce1680de81a912c0ad1ca9e159dbfc05fc8438bb12fcced7890fe84c8bf2d0d78923734d713667ccbb34b703da09da9bfb4bc1ee1930e29252e5338b19f16f2cfe9cb398e59544cbbeeb4998718dbf231251a41eb31893aed223bcb4a4d66eb463ac34e79da8f97971772cc6bc1096b6c0d3e394fbd9c7bd9650397a0a5a23df5f84d6c4396e5e1c4c6b10c690300ee392cfbf633002e300ce2cbe523e826b0192c39b42d71597caa8b3e5e166d1e6af98528f046f1ebe67279257987a8bb5574dc385076dc07254f804116424358cc8bdb9a9b53a15a83735defe6e9cb10dd4346fa7a2a7674ff3c0d57bbde2da885622d8f1c9c8d33746e73ebfe6e5df991fc5e36c5d4c8b694e767c8d8acf911b9b672f26b37ed316fe146614d69798308766d73010255e2e9dc7c460387e1d37368f18fa202b6ae895cf08842fac085b0a420236276365e4f84728f8a970d6fb5b22ded860610d0612a52ac399c61c8aa9b4928006339bd1dbebd59081f7ea0bf20381936d55bcfcad72642fdf3be782f4cce5b80154b8c0973317c625378b858dc436fa13d058a683b575d7ac5924452faaf32bbfbd41f816947fccc3ff2fc17554be7bc5fff99d71ebe2eed12c4a05ddf1e305d7155fd9a68b5c948290c05538aedf58e88ddac2a7488aecd6ff7ab94a92159da177b67105cee1625528dbfc9787b25479a83f205e783d0f4ad30f2d28d0d592c7e529199024818688255c563ce5da1fe7389e978ce46bb726a03745a9f1801eb527cf7af2545ffac52b1166e3a6e7cd1922cedafae79af6617c2faa6edec2450a9cfe004b09f3c37a2ccb4cd6fd2cb945bb95790f963750f35116806966e583327452239a97b4f33dcde68f744a122a8940ab9f74add594276a5d78c326cc14859cdac4a081aa1f0bcad1ef562f0de2114ecee538ceeb203909e022a27470d1014f1e7d0cfdfbc7f875b1d71bee77105e6f790a78361ff367a635940525bf8673beb1c7074c34deb8d237ba23563019c06e18c9cba5ccf790cc7bc3cc5e46b4669613642db3bc0be55fba45e7fda840ecd6ff908ec9013feb0338b396ea4213dea29c1d8a48a1cab80639b8d48e0551fed0718500c1492c183cf7578467b640794a5a0c2448918982208f3958b2bbe2ffd3cf40a6d36e2aa982d022a134b69ae626f002884048f191543defdd38d026e9bf4d928b15ad5b5a2aed41cd76a90c433a92e94dae384be89655c6220ae5fee4eba99a9450e126efeeee75bbfe4e4c46304927a6094e93888c097b7ea4f90b8ceb3587a9913d47b41a5ab6f854918cf742938f36e3fbb6e196c1ec65812f075e6cacaec42f05d380e0fc81cce2c5928f8dddfcee20450844fb0c086aa6be12e757124ce58c5d0dec5c0d0e1e275f1896ea6bdebf63c74153837ee08b4d35064b4ec04c5d98e289be4636ee27efbb1610700aff72ed2114e3a8d0767e8278ad398fda350535981bd531ab603848d07107f1d629f5f4fa77f63b93b2a06b79e9fc89711435b48ccd1952b04ea66793de883a61045da9d3665f409812fc6578090deaabe864a695f245cf3a00a723f8d359243ae47b3bfcd3b8d5b2fc922066041aab756a5e885d58eb8534a7cc6a2ea42c5b4be1c455279de3a10fe62a9a86b2f6e752331a873e13fbbd31bf369d80a27ff5687244e5876114992fccac2409c2984da8fa7934815e18b670669ee6b6369c58b1a0b7dc05337c6a3a733c81b809a21ba07d283b050beaf9a7ed9253c2f9fa084171da275f20749b0eae5381b3f4f408a45874b7a97d5ce453479e5ce2db98502214794e301401e439a96887e97a62ef097161af2f87b41a5ab6f854918cf742938f36e3fbb6e196c1ec65812f075e6cacaec42f05d3aa2ea9e716181e90a3df6716bb1622cbd23fad9839b8a6e10d30ecbff22da2076bb1c30580c2d28081a02242e6b062fb4c4c2545a2b12ec316ee0c025db2ed0eb72abcead19b5a4411ea91ebe43f63746d652238ac549c461c448206134964aaa982d022a134b69ae626f002884048f191543defdd38d026e9bf4d928b15ad52e45f3172c0603c2565daade1f72ccbddc7a3aa0fa7d1dd6d610e0dae8c68d5dc84fd9aff82b70931cd1a8483dfb4a68af83a167bd3726e5d0c89e94ef992ef0cdf94c5123a0bcd047b284c624046025a2072049f326b2e5e4e3f86b897ad8a54106c48e51d7975220a8375b723a93985bf9ec9710531900a626cbbc00f018e6916525c442f2c9bc03ab1191b396b2b505b8028ed7c6e243675cc2f4263e87b4486d8cda70c24c391e2cfefd68eb0f3faa60368faec9a30463b5a9077531bda9c684f2062d6815f027aff4655124e6b4ed009a7eb370cca65c40f53f07d25a33ca3116a797d6f8627beb981be2f089ceef8bfbd7035bc02af87fc4bb6a481f1e203e1b6db7b5cffcde276dd9d68c6704be6d30fb661dff74e239bef909fc38a7ecfca2572afc8807def8f4141f0f4fc73067f807a914436a7d15d86719c2e0a44d69798308766d73010255e2e9dc7c460387e1d37368f18fa202b6ae895cf088d0ceff542d34fe3dfff65028e826430e8e32dff4b3bcc0feea3cd55bbfed3a9c72eeb8494bb68695c4d390356bff2020f8906f3bda6eea68c499ee6853610ebba4341a7e5e22558945bd39ff11e7385f2783c6a6852180205a7e8d806fa56e3889020c1ea194e7b3b5593f895c17826a054df54aa2b05ed2a27fe25e39950ee85acd39bc6ab523fc65209ca3eb9b9ba0aa262ac4126165e92f7e50d4b1828e8e629ecacfee9b825e544e77664b580fd3a4b79683a569522ba9664678d1ea909e386ff9ab66371212766a0e062610e7b6ec0e7dad8b39a610420d9278620256136d9961cfc75d9f200710be2c198fe66dac6fe7d2204377f9e073b52a488616ec37405706000e9b1c99a3ad130b16fbf4655e3514acf5945f4e8d96dd7f67b80f07d3b9e7d2cb1873fd67ead8260b96ee692b7796189cd872ec2557545f7b395e0173d305898f4c1b71fbf4f6c55cea04048f4b1f3e22b7401c93d1ec448ecf40fd86bf3cf83302c163c0ce58d7af503a2887b33891ca24962fba07c86dd530979e39bdf67362c5893224ba9283536e0b17dff00edb28b709a7adced928092678f86ec0723283452ec6e888e3d9ac4fd007ff03837b9490be130a273c9f3f05efd7b3ee26c48bf06d03a841a20563b2ba6efda3df600fa8ff9e4e9b8d04848d305d07ce83280dbfd59c64fff72dd8e9b1b7c9befe7824f010f9fd8372c1467b793fdd248bbed0822d75075ecef7a6d069495ddb6827487e97420955bfec2e5e0ad1c96dd1a5566d34d280012af856ab10a74114a48c1efc15e016b6f8ca91005d756dabfb7d19e4c6ef3557733ecaf7148aeac530d17593e6e67b991ff851fdacf1a67e6814124b8b757707ef28b96328a38f6885682c735f61051a94d2dc65710c700a2ea0ebfd5318ba88cffd24bebadec267a13a5d3dd7f64c846b08987a30dd5715794cd3d14664148e7c5e23226a32dad9e7741fa90328f7f6f0236fee76a86703f840df6257247e39e4601633afc48f8edb911b1c34deaa79373bc1f6b8b8dc5968966f8ebfb24734c7e0300743fda1c3632a837eba5365e407e841a52269b461025ac1d92b9a5a19eef74a6ec376d1c8f38debaa0a6faab91cfe8bc469b399720fdf31c4e3d9f06bf798a0b5d48e86e19d9cb9258accaad77586a885ffeb12e7fcd243dd9c2bd243ddf9a07891632aa59b38f73e5dc47cb93ce6f590a0551bc48698c19be04aff778d54ed306b3b7fde36a1a172398bd48b6bf7254b40a427c18bfdd7b6b2f18ab7e34ba166b3db7d4727691125b6e556eef561f1159c80839fdc3818a346e695e3038ea82a65396806120f0467e85c16853d8d195ccb48f6f71172463d7d356687a1cd853ccd054908de44a34277d47d357558dbf6f18d42e5288e162a0adc3767f3727e1b8330c9bd559f8a9b7a80fd49f55222e7bef024c63cd608b2d9912d652d6e954cd464c314ec07ef33755d779f3ffd8c01cfd8ec3c809869c5535e5869106e974812d2f60d509aa31ce50f40ce7000e847da71e1bf3bb15fa706ad0043403f7cfa3ddcf18c0fda1819510b3eed675626f93c421b9a518e27e6b10f2e2afd74f9431186bbebc780a42de56dbda7ac148c29e2c00a478a7c120c4ef2ad0851c0fbd50d3cba2739d5ecb1be16e6bc4c75792d56d7c000b62ab236b5c5c4db8ad7edec232b2afe95d85c8e064a5c9f6d5308620fcf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae5cf9ff922f5df74332d8bff719d3aa03ecdf3eec02db5dc4ea6760379fda5dae5640e112625181108bf5a70e9181266f11a1fc359749aaad7e73b4fe9f1053b5ef499725b5493b0c4052b49b0521268c66f30b611eaf4392fe284c8f2558d571e99122fa25150291dc2b9e0101c73053478c73fe33a8586f37ef13b7ff1603d6ac2c22308f9caf9fec4d768f886a0a2709f25939f153bd3ec08098f4d7472939e09fa295334c7eb61a38611d79572e3b9807351a1ace2187be7122a535c513628fb9f10343af42c7c35dd115db00f458f10fa52008dff9ce92d6f3150b39d43c550ea672e2974dfb23a0ba943c154b168d873da4fe620a591b7dd1bca4b50e680add3e1d9b2ecf4ef4719a9375251264af81ac483191bb175bb6cc2e153186446d8b7c86b2b2de3fb537dab11237ccb0f4b73c90f75cc73ecd7d2d94b403f4c9b9981ff6e51efa47851956aee9b5f38f8684b4dd7bb350230d76f3a1f6b8d9b9549d4103c95d16ef59e441477c66483c6ee173f967f700bd06ee03b86eeb9ba425df0f6ab7fbb9715f7e45f62981bbb1886625c95925cd6b9bbcbda50707365494c7704e53777f65d025c51379a7a790b97207715e05ed751fe1b72a31c37e04baed7ed78ad0a7a43b46b8da6944ccd6846548cd9d38ae2f3ae0a261457d65c223248371a4e5ab9b74165c467b8685f6371ed62ee5c54270a9b3fdc47ef0288056b43ce4f67e3b216d23c37ad331ee6212ecd0d8bca85fb41040c81078db54168579aaa2cd24c8086d371fa5c1dd21aabf5a38581a43048414c49f9f1f7b442e64ed17e39efb4a8119815dff22e6d0c0ad06d759a86b1ccb8c500dbc2fb0b3edba9a64414d79cf534a7d0b836044118bc47192540660a00889b4f33ed124aabf777d03a44d245c488e02263c66cf115c8cd5aebaf629337153ac42a318f3621ea3eb2de839c13e7c6a7f6a3f1b1c6804d1ef600098ef90c7d90d7e2f401a0b0223c128651d6800935396d82ea8d9ba8fbdcc21fbcb2143b53f137396e1c3cbe0d42dfe4e66fd2c80d63f5ca83a51d09925a3494e74a2a59deb3436f0c2929c43b2f7686bd28294933c4024e9d62c3728c37ad4b3e468d589a96cfc9c7174e165a95e9a149ba17b04192f87ca8f461a7341279d6d29a0c34a416132ee9809885539e952420b13295663dcddbca6542a3b15c466d07b06c4c1d4bcb3193e25c95f1cc638e2f8f20f8412a386323f1a15793170eeec90f20f358b8d5704227107c92187d8585cc5dacf30e3a66ffe5048e53bd60509270cdf1d4df3ea850a79a0f01615119b8ff1b7e2aaf71c62ff67847d3c8a8f477521b749c4e07f9a7bbb478b7566084aedc6beefbb525aa2257a53212eff3dd52d0509c2ce214bfcd97dc7a1b885dff9eb5222eeb6a620b87dd52f436e28bd15ed545a8bd79b754103ac939adb52718c89b2a31f7067eb143d505d7de1bf9325ed759018eb9f78de3c03a8b78cc8ddfadb80cd971e62a4e8fb334d4612227f22fc7e5fde50c0b775497ece9c09e080a63a9abc97ce080a0a43c3a2706f4a4b0a45a7ccfd782962e230511068e029a4b28ec02b895b27039eb5cb7cb7dbd376df3344fd6e16195bc0f3cd838d8ed657865e655d6de2b3d74bbde953c5c345ae6702a4cef2c5137c3c0fb6c57f0b23436e690ddba82f337aa0e605fa2e9602a48920dc557838f611467178c2da9f0c14034c5871ed0f117dca2894898aa49394a94e0a37ba4e19e7f70a5f2079da040a4a254d9525426f781e699bd604e725dd6bbdb82192bcb2cfb910d216675e65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf1ee17f559410830a74bcda186e544e50aad24d52353072ba67d3744e87a5da9bb0caf1b74607245e563b16563dbf7c3bb9ec3d7ae7aaf343504d052f0b51545abff739951fd551d2826dc6cad3bfbb767db18c4b80feb1c8cf5eecd16f4d03e183072bfc4b441c6355b69dc7200436daf39be2d3e01d8957a3206a5781a6cce023203dfed04846ed6cb2dd23b7f8dd879084c267e9b3f9aec297c69c11bf5608cf3536732b9fde4f0b4ca1b2483d8c59286c6d2ef11a2686bb258e9aa7f97940d232f0bd3acc8833ea30044e955230c6cfd23497a31ffb030592a9516367f815de8903f4452cae0ba5c70c22c8f6bdd6c589f63bd7a904e7869db9cc8ce162eca1bf811f96179634a94f7a2e855206161bfeb34718ed81e00af747d86afdfa5b0acf89d5fb48abd31c0bb855719f46717d4aaf9c15f2f2c03a5ccbfcb53b62af4b7cba0d30c0089e005eedb940a95ae1d4abd064cacd47231a5cf63bb50e3b820e04ebb18921898c108aee68c52fe9ee33cfb9b279967da461e8a53dcd6ac2366461074eab17a8248b5392791c54e752097c91a40d5506cf436124471e622aa36b1a54dc7d363ee6f158e7674ecf53f1acc71f759a420397820e7a07e914c1f7876fcac064fc33dfc0982bb66adee254997149b6dba61d77e9b63db0e34f5e7922287b5b0d119a4c8e1e0c31b2d2067e8cfce481dab413b8114adeedb4d2e6a3655713755ac205b888a8047eb1e04e06a72505b27d86e904911767c59b13dea18d18e7e731ff3ddd498ae630e61a5c58637785309252fe23fbe822cb34ac5e7152fb96cb7f5402d537a9592b13b4a2e079f4c4f65b1752514571a92716eaf976244ee403cf34c833379983e6b752a6551513f89b6a3a10f56cdfa8a055388ddd68282df5de4adde2de334f568a7514e3b32fa4467212bde04c41790afe9b82a2b3d98d0fdbaf0e26c4680aef931c76162b9bccc00b4eb552473b95880c1e0675e65c7c6e3b910b3fa131f12565b9bb1b200a0491a74e09a50a169b4ce8cb46cf77f2f0fc82e8f464ebc8ccab4a3d5de9070b6e08acb96652819a2003b69a9b4b4ab504affaf1bc8865ccaeb28a2f06aa253604ce0625462ea5b2f2edfaf9ec06f041e8ba16ea37357fb275262ac1a2efd8e6a15a21ab87e545d979dde5b4ad3c../../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/sendmailservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpostfixrootpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmaildroprootrootrootrootrootrootmaildroprootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmaildroprootmaildroprootrootpostfix-3.5.9-150300.5.15.1.src.rpmconfig(postfix)group(maildrop)group(postfix)libpostfix-dns.so()(64bit)libpostfix-global.so()(64bit)libpostfix-master.so()(64bit)libpostfix-tls.so()(64bit)libpostfix-util.so()(64bit)postfixpostfix(s390-64)postfix-lmdbsmtp_daemonuser(postfix)@ !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(postfix)coreutilsdiffutilsfillupgrepgroup(mail)group(mail)iproute2libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcrypto.so.1.1(OPENSSL_1_1_1b)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2)(64bit)libicuuc.so.suse65.1()(64bit)liblmdb-0.9.17.so()(64bit)libnsl.so.2()(64bit)libnsl.so.2(LIBNSL_1.0)(64bit)libpcre.so.1()(64bit)libpostfix-dns.so()(64bit)libpostfix-global.so()(64bit)libpostfix-master.so()(64bit)libpostfix-tls.so()(64bit)libpostfix-util.so()(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2)(64bit)libsasl2.so.3()(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1(OPENSSL_1_1_1)(64bit)permissionspermissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadowsystem-user-nobodysysuser-shadow3.5.9-150300.5.15.13.0.4-14.6.0-14.0.4-14.0-15.2-1eximpostfix-bdbsendmail4.14.3 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postqueue 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postdrop 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>&2 # ---------------------------------------------------------------------------e(e;dܺ@a^@a'@``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.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.cominfo@paolostivanin.comsuse+build@de-korte.orgvarkoly@suse.comsuse+build@de-korte.orgsuse+build@de-korte.orgsuse+build@de-korte.orgvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.comkukuk@suse.comkukuk@suse.comsuse+build@de-korte.orgmichael@stroeder.comsuse+build@de-korte.orgkukuk@suse.commichael@stroeder.commichael@stroeder.commichael@stroeder.comsuse+build@de-korte.orgmichael@stroeder.commichael@stroeder.comvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.commliska@suse.czmichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.commatthias.gerstner@suse.comchris@computersalat.demichael@stroeder.comvarkoly@suse.comdimstar@opensuse.orgtchvatal@suse.comvarkoly@suse.commichael@stroeder.comvarkoly@suse.comjslaby@suse.commrueckert@suse.demichael@stroeder.commax@suse.comchris@computersalat.dechris@computersalat.demalte.kraus@suse.commichael@stroeder.comchris@computersalat.dechris@computersalat.devarkoly@suse.comtchvatal@suse.comvarkoly@suse.commichael@stroeder.comlnussel@suse.deadam.majer@suse.devarkoly@suse.comilya@ilya.pp.uavarkoly@suse.comdimstar@opensuse.orgrbrown@suse.comkukuk@suse.demichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comkukuk@suse.devarkoly@suse.commichael@stroeder.comchris@computersalat.dewerner@suse.dechris@computersalat.dekukuk@suse.demrueckert@suse.dewr@rosenauer.orgkukuk@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.comchris@computersalat.dechris@computersalat.dechris@computersalat.demichael@stroeder.commichael@stroeder.comschwab@suse.dechris@computersalat.devarkoly@suse.comvarkoly@suse.comopensuse@dstoecker.demrueckert@suse.demrueckert@suse.demrueckert@suse.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comjkeil@suse.demeissner@suse.commeissner@suse.commichael@stroeder.comcrrodriguez@opensuse.orgmpluskal@suse.commrueckert@suse.demrueckert@suse.demichael@stroeder.comvarkoly@suse.comvarkoly@suse.commpluskal@suse.comvarkoly@suse.comvarkoly@suse.comtchvatal@suse.comdimstar@opensuse.orgdmueller@suse.commichael@stroeder.com- (bsc#1218304) VUL-0: postfix: new SMTP smuggling attack (bsc#1218314) SMTP Smuggling - Spoofing E-Mails Worldwide Apply patch containing the feature smtpd_forbid_unauth_pipelining as default yes. add patch: postfix-3.7-patch06 - Security: the Postfix SMTP server optionally disconnects remote SMTP clients that violate RFC 2920 (or 5321) command pipelining constraints. The server replies with "554 5.5.0 Error: SMTP protocol synchronization" and logs the unexpected remote SMTP client input. Specify "smtpd_forbid_unauth_pipelining = yes" to enable. - Workaround to limit collateral damage from OS distributions that crank up security to 11, increasing the number of plaintext email deliveries. This introduces basic OpenSSL configuration file support, with two new parameters "tls_config_file" and "tls_config_name". Details are in the postconf(5) manpage under "tls_config_file" and "tls_config_name".- postfix: config.postfix causes too tight permission on main.cf (bsc#1215372)- CVE-2023-32182: postfix: config_postfix SUSE specific script potentially bad /tmp file usage (bsc#1211196) Use temp file created by mktemp- 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- (bsc#1186669) - postfix.service has "Requires=var-run.mount" Remove bad requirements- (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/shpostfix-lmdb/bin/shs390zl34 1703241306  !"#$%&'()*+,-./0123456789:;0=>?-ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdeghijklmnopqrstuvwxyz{|}~~3.5.9-150300.5.15.13.5.9-150300.5.15.13.5.9-150300.5.15.13.5.9-150300.5.15.13.5.9-150300.5.15.1   aliases.lmdbsmtppostfixpostfix.paranoidpostfix*.lmdbaccessaliasesbounce.cf.defaultcanonicalgenericheader_checkshelo_accessmain.cfmain.cf.defaultmaster.cfopenssl_postfix.conf.inrelayrelay_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-lmdb.sopostfix-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-sourcesysconfig.mail-postfixsysconfig.postfixpostfixLICENSETLS_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.gzlmdb_table.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//etc/pam.d//etc/permissions.d//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/fillup-templates//usr/share/licenses//usr/share/licenses/postfix//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:31975/SUSE_SLE-15-SP3_Update/d91e2cee8b7b7eb78fbbc6021e6bac87-postfix.SUSE_SLE-15-SP3_Updatedrpmxz5s390x-suse-linux   !"#$$$$$%&'()$$$*+,-./0123456789::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::cannot open `/home/abuild/rpmbuild/BUILDROOT/postfix-3.5.9-150300.5.15.1.s390x/etc/aliases.lmdb' (No such file or directory)ASCII textdirectorycannot open `/home/abuild/rpmbuild/BUILDROOT/postfix-3.5.9-150300.5.15.1.s390x/etc/postfix/*.lmdb' (No such file or directory)ASCII text, with very long linesELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2f9c351afd5522da2d246f786edefaed46f654c4, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f39e6754c1883bdc8a6020190a57f8de21ab0eba, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0cce91594f53b6ff00e64d32db74ccdcfa78af38, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2f97be09d51c3bab312803af8dcb3db028f1625a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=29a983121a403f10e9ba7398b93d7e81cc6b93e7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3ddb9d56778d9983f7236a0b4209ee34b52d34ed, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=93df7dfc57f896c83ffa8030b4b0bc41ffe78908, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6a553cc45b3693aae763279c3bc3927604ecb09c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7d49df1eebf9d16745e0e15db00f59b30004dc94, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=06df91860fe66f187eaef031057691ae351b4116, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=665b9bbb45bf3c1ec2a1bb771360e389cd7ffda2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9e7c2df09791446525fe2f8f95ec0351d7ef0695, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=53046c87cf7e5625c648b98db20f36392330605c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dc9d1f9d07c78a66998be54ee3d61d901c18d222, for GNU/Linux 3.2.0, strippedPOSIX shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1a85de52565554b4e5a479dea54420f5538eb5b3, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5b5cf55d1190afc8a50e478cba05e432a5c86c00, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8fba400073d211884f67ba0c6570d60b8702ce4e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=81102c150b862c1eba0ea9df549dc071ae95987e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=425a184132dd3e76030326b5c599bb6eb4d4b179, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3ccc9db54916e01929b5c775dc2f59892246bcbe, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d63d5cc007f930b50f62e947385c14fb54b25679, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=62682e15177800b4a0c45e3e81d31df7fdbfe881, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3224f8b61de935915778a134e4dad5eb7b816242, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=70c9e100cd478b533e22c05ad114c8fd4efdad92, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=00b828e918b5525d8cec478c255f7278d405dac3, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=476a316eb25d5a9c3da65bcb81da1f57aeeb52c2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=55b64d86e84d7b4cce180ab0f771671f58099e7b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=49938c183793b587dc0da2d7f872b056308693c0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f55f5e6ee7c9a0e2dbf62d6d68a54848ce7f35d5, strippedBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b782ec697db57eb28c1c7d602fec9bcb97a1d044, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b35e251c66ce13b4bc1d02ee7aed39c89fcda207, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9145d6678f11700269f0db3d19aa03e90e2ce58a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ade7aaa9c92fc44826fd274bbe67a6e546c385a7, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=45886b4df0c8a3503223cb8ec9174877e9240f3f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0dbc110aa9fee9d8ae1909ccbc0677548b92aa0a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=06269a103d2b7730949161d585b6b3b0a4795725, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=485fe159a6f14d65b7fc82351ee274f0615165ad, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9c99d016d16e71e1281e5b0647317a447ec08ca7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e58900e0c045a071bace1011cb300ba10b9dc872, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7d47d68f296e70234e34014f1b4af48a2a4f26a5, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2fe225f3243ba5b8a603d52d4dd74d036e7f62c4, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3832420a955d0eb27c14ec2ca907420818c7337d, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=830664cb80ab2d607a1ced1ba35957a9fe3d81e7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=742bf404b30455fac94a6e138786caa9c8a66781, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3c3f59b9f8b0ed5e118381bae996a6ba8708b419, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=be2480e2016c9ed15d3cdfcecf8807f8520b4473, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d3905a5944e8a3d62839affb6a73056732b69e88, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=30c0f9649c48537a8aa4c8935aaec153ef5274af, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=be512460eaee101a8842798492139b9f8ee20489, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5deb3508119e30aae78ad4bc4039336bada41329, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) "(/>EKS[aghijkqr{ $%&',3=AEIMQW]chntz     RR#R"R%RRRRRR#R"R%RRRRRR#R"R%RRRR#R"R%RRRR!R#R"R%RRRR#R"R%RRRRR#R"R%RRRRRRRRR#R$R!R"R%RR(RRRRR#R"R%RRRRR"R%RRRRRR#R"R%RRRRRR#R"R%RRRR#R"R%RRRR#R"R%RRRRRRRR#R"R%RRRRRR#R$R!R"R%RRRR#R"R%RRRRRR#R"R%RRRRR#R"R%RRRR#R"R%RRRR#R"R%RRRRRRRRR#R$R!R"R%RR(RRRRRRR#R$R!R"R%R(RRR#R"R%RRRRR#R$R!R"R%RRRR*RRR#R$R!R"R%R)RRRR#R"R%RRRR#R"R%RRRRRR#R"R%RRRRRRRRRR RRRRRRPPP PR'RRRR&RPRRRRRRRPRRRRPRRRRRR+R*R)RRPRRRRRRRRRRRRRRRRRRR"R%RRRRRR"R%RRRRRR$R!R"R%R(RRR"R%RRR"R%RRR"R%RRR"R%RRR"R%RRRRR"R%RRRRR"R%RRRRR"R%RRRR"R%RRRRR"R%RRRRR"R%RRRRR"R%RRRRRR"R%R>7"4s(systemdsystemdutf-87d87ca65615e97fbd68ac1bc64adf2a5ede9f87957322634d8c91195998aee46?7zXZ !t/]"k%UNܮGVcl1qbn(C.x(S?_c>Bal}6Ng'b=uޱ3ΟUFW4iH_&~ѕ7@JU 6uP/>*S͐ oZx,+tkυֿb87&0κWǠ7jJwm.L7C@2XI٤XJ>b+| Fx5 fOO@Ķʻ̀Փ:sHb륚^M% 'E7rU ;=j!wnbAElDHAKYyF2Ub*%ID5H`8'0Yk2G?,R J G\I"<**J~5 &%s&B6tB$ bf`bҿW*oWJP bEwU|%ZS<*Ӱ'a=TˮZ')b Ħm+d dho^EC<__ҝT+Q6 fH[Sy|](L;g> ?cf n?zM)"XL< O-hK3 Sm ب>B`m<.U{!zLVs.ᢾ+{ n'ģϏj>AW}Ț:X<>A+G8Ϫ1>t_,٫0;5F)2>9l4#y2o7p{iZٝ{sECxh4mlZ%Q{daLBYqYiD*n^aWJ5Dm&>2R-l&1E;/ rkd$݄)ft|1|]y^(Q4M7vYQO"){UQ#Y"&ƪq[@š4&Z/x]╱/6;Ƶ1pZ\vUec݁ v˞ĝ[bXq*Oo]XVXê"gH?Ћzm9GY.@efc931|b+l*{NlH$ ;ڮ̈ "'J$ȿ q~(UD^ ^HQ!dg %mBDlGfk\cut%]gZj+q"9ƗB!{=h ^Vb>pŁO[ƒ!X)וhZAb`q(dEQ*uhJ T4Ӟp*Sk'.>"P8K?5'%hkp%-߽ w @S~ r>X}UO/EBuZcF@iPpeK.G=`ſV.|rMSe=49d{EB|DVfΑcVA>6R"!e@6@ە=ƚyhّJ 7ouzR|[ ^f.i1ͳ= 58?&LXӅݯl4t8ŧ;xB؉e&а_<Fo=6W\; b2M'lZ,OZlT4:&,M/-]hXtaB&ԟWq;hृZQ`״-/YuOJ[jVsE' ފJwuN ;q¿ipkdLěI(=~ V҆!D4!xuh5J (^ve9 Q ?DFK]Ak=:r=Om= Dg'f &ϭ@]pK%[m7u|UwRhvM]_0#KU_pVsw[f: aN|0ְ6 {'UQoLY͐l0hϝlam6wmܑMc[;߫ҁћBw-9y+s@dn ZPukNR˥.g~b)6OtlQaiK  7 XVR&k5|X?\rVb^>ܵRhi>%8>^+x.fao=TxXTEJ>$DŲj`MY`Ǻ+f| 5|.;.͜m&;E_)f@@p`ަb؋E:!f۰Mr^PM*օB2\z`sϺyq6aq.u^V }@ijYj ! n)}6(Ng4l}\9C#m9nmG 1L^\m-[`$v.ea ON&a] 08H;1XQ4 HF/1Œ=<aUxӒh0}Y Mgg{L'>qfdUوU]nrUhaY9#>ЙW|Hwb'AwV?}e!|>FE\m9dxSNViݱPvXԹNchQoFWhQ껣}*c@^s=#"l"tA%>_({KF^@Qo R JCE|W򉫾$lj6W՛3g iM@BE bh`S)Jtڈ+9FB\ )i[D5lO f4ү DH"oU*όn 4#& 2lb"f`%yk XIw誽Kx_?EWdkIzW4G{:_Ibbǥp`1pۿRY\.)A %=bX8ϙ Rr-w,"T;+,8&-^_f*2256AOb+$@)a~aژJh:7B n}Ȝ&28ƪOm9H=PеdG 818oi_`[ŋ0B}<]-[Q /;NߗΧV|`C%{S_n?xhJӶa>iz@#gj=LteCyC_FJoۋZNXa X5c0aOk;T*ڿ4^-(Fa0j-ǘkXc5'HFy>ufcK*j\p'w!*|=ŷb7DB@>r:FRIV``tHԹ9$9v:~@J{bT;lSN($n^A(w!_$#0ݩUnj(/d>+㏋Xz<8{MntAzq 6{1B>u|Wh1Uʈ] tZ`ޤIڦXHKg*_@pυ7Xس+IR_8X u.R}_LvXתR@-dS36iw,j"< :> wךc9 “Kku{KZYRO.Я}תCSM6۸Ё+誶0`\pdny^!\R2.xu_tcDaW t 7"u5=?`on- QDz\*>SU'>HMA4]:P6>T~4tiKRI ǫ *3>erCHcYy]Uvo5ƙV1 I bF,tN 1M+. o"@6#9s^HeJR E|UDcS|-Ya3p! k/9u^(d(dP:XZ7CR%=&uG ]udtsYƫX渧j=z_d!߉1D P?U4@&g:j`Q\' lc7B7b<9N <:r`rsʏq] VNQlYV,]IuQMMPC#RGvTXs=@T"d>JMu_$ j/2==p7[+# ^P CU;StO{Zy'[vƂ<{#q^4& dkqб!"p1IA1. ˾{\N`] t1gJ]MԖ'0Z[ϲ ԂL_k5 97b'%wK>5=kHvi4g6mQɳ9`.77Z{&+p#TٌdQ?۵~֐@Ş#"LcrdsȽ{t;2s*‘U\iڐuwǎղU#pК pK41U%pOӼ ]\ i<wQCY :Oɹq^[&i_vW !yY$p '5!'͝3(?p'Qơ0t>GTvdn/r8/c`%b#<]T#a߷}%\3exww+Q`l5m u ;V E- :13hsYi?4T)}0ID 2,&ehsgZLdeY! =;A1 ;3R}炙DIYqí}EPy"k>Q7%mOdP6b!27V̼M3pz3cQO ["t ,b76OT|t)M/d_9 %P_+ \wWG4,-W j]mn뒮Ń״ d@\ 7N-LV,VKK]eW7 2a<}ݫYCQ0tQ~Ƿ7&[_kf:1SX-7um@\Ԩ26}SIC%whGUs-Ҋ5n@ RV ^N 0Sֿ߲LbӁ c>$v8ιcEBJ}U5䰩0hQ".8(I؞grh$H~w02z2oa _qp4/^4Hx> ҏGEbkaX tz!%}#Yf腑=N0)H<r\B|"SP@>-2dIuxuȭȚ*=)Y1Е%vMB۟Q&ڥ쒭5 0Z-:ZQ(Pv^(eb^JBlnfl]yx !0|9/,O ?*=sHX&ͮms (C"EWSݺӍj.-h]]H&&=Y j%zϥ\3 :AG_NJф=8/5G̊i  Ig|,ЋQO`&#4 R:<_w(^rq cX(kM':2O}>Ä#?9Av0jU!үSSh0gHAJ dӽFO[!0j G~g<5y]nxz{"s:00vҚk.+`.M*0$XGf[Xѳ5;6cRqLSSBYYRpkCv̡F[k2KM<3]UPGڈP0Q?qkt@gn,>aE.e~8B7 ` 0փA5f5G}d[2z*{Lبy ^i2$-aeC~6!Roß?ʉ L?*H2Q=\jrHK"ΒH9L|%f+Tt}͒SJ6`䌧T'S0SdVjSXiGl~hh|x&朓w[E0ds\8 *`&ȓPtiʦײ^b7cd%4 8Ef9˵o~[Pj~w+X#;;yBX<nNӹ*^ii0%%BZ2FEcQj9\-EJ""I|yuSGCG@q> JmA_[Ο0 ]~ OX4~JRdq|6j6*gi \/d܁}[0>';w1 g/* g^x 3P][\otgtz/ lTEk5"-mA"I@#Hʬv. vCRdjɋ-N!4}kQ]4m1g'Fgrg߿k TA(C\ݩ}qSgX*`!.wOK)@i%8cvFͭMk S -:PG3B3Ѕ=>. A]b5R :QC[Fª2Б@u0ϛپ œӭtTɂ[62N(]v_̯#9cDVhN٠jZ=#mByn,1E;ZeRr` 9)5:ש y, SQY4J2>Mm5B2j$GW?lmy LTRPU_6czщv<Ub=ab^뱴_|bxoŲOɿyKk*T)&MH󪉊s $&?Y2^_/ݖ@%tP;dn ?d=krZ9os#1M45$ ֿ`K@aui<'D>]*^-W/ZLB|^ý.r`Z3-G޵^,O# )78Qq-|X4-Wx=eН>_}M?F-I{Ec:1%ՊS&DmkȥKTY` / +t+ w:ÉԸA iY/ܭ)i=Wiwikhk *P|JT/cP$ QN'/]ò04ƞ KOJo|sH /*6~t>3Rg/LB44}# Tx({4;Pbu~畉氻,&]u\S{u%_'gWdPL.J/j0/Vt #1\pJ"?` F .ǨAv0QAiWwA`m$![!-Z܍/ Bfo@~e+b!N tfa({b!I0#꬚сkI&.HÐZ&:u|lc.hkwqJkkb}V$:&DjX+I*abp"1U44,U|h2 8ܪP X T>ujC2&pUk)ڑ8F|: ӼKE1齘c !b73ahǏ&_~,ƻMhwzMш)򙓓8ֲ>NR)k~`Zc)M/'xa aP'Y{ɁjTܦ9`;t jB"֌(' K= X ZǑب^p6jgĆbK<hkQs?JevGo3[mi6o^n&"x-³Y6w>q|+0e\Ynp8}+v=OC b(Y[Jn[N? *$r~~X%FC* c;w9ְ@ ^{HxuV5A)i^17+Z }LenpM,ҾhjHwc'D{(0c ٸ.,]tW4)k)!)H?pqp¨5՟OvrqCQWVm>֎;geL[pЃ_x``U*T j>~GvTo&Y@{2OEԚ NkgUxR{Í*~ȖB Et$j#@yBov@e̼:&r_^H!_cGf}āІϣDl^F^5-_y*&T&ƘNqa{.~속Um"` ?7JA:~zxJjXgd"f;'p^xxֲVO VYt,eti#\晟Zbm-]-*/o"CgYUډaX+m+]V͞ƒFBip[e-4b;FV(fuɁnvCQţr{ߣ3gآnd|D -i򽓪w]폋Raw)/.^OjK(}-+Ki8}jqN]o0( $faW~e2.Pp>x ciӽ㖏  #K¼jbS`e@wCf8#LTb*;ͱ+o7WmSޡSwۊqipAxV fvvqqεcCڛȶ|3,@Ox)^ܦ] l$a9/NM<`Uj-s$yTQ Y@)DBЦy5GF99o4Jaow)z0 ?ǰk9ƺZ@h\7?F򌒅~q\GRv«pթXoġ }@b}s4r$ńKhҫg DlV1S y9޽ v+,b1:gl${TEA5@+0+sÒxm}-j_#wM4] ߱û‘kpjEMD 1 f.qHD8G61ͩݧK& KCKRdms,v#|1Vp'_]wg,O۟ v,dQ?b*na,Mro\X0M%p7$F| rO-$;?ee'KF?堧@hxcDR`cLZYU*'qkh^ }SWN%pU{@5BVŽ{IJjQhYmLތjC RȆWaͪOf,;<RhT 5A+GrЇ#Y)F>{X '+sA9Ӣ2JJFɾx"EKX:SM/v4_LYٔ-&^A MِR$lްO`KG@ /Q +SȝB?q׶"ܞ~N_0[';w5$ s o*&"ꥐEn^=5«Ltgmn!ӁPfv!d0[-Y{cW>>E o"̇Y+IR첧񉉥-;iTeuU|[%P;޽56b| rV'~EA)vCEndU%y ae0Ue#Mp?עeR- |QYY'ꯛlfaھ߬1 tIZ=r,ґ+#lLuD՘EAx)pV-/xBu4LR~%]Jlԣ>@]#'_F]%OGlG*p+#3YDyMeJ6g>a:%aE ,#cZ럭6smQ/߈R{ G"J*1J=}rH(%V1c*ӹcn Un&tl8ۖ8I $" yqbڣš˼nЊ=SUI*@?eXsˎhސl?yQս=a;PȸŬHqwыy+gWx{*udeu9*/MWG()Z9lucDZg&K{'q6.9$P کj}eڱm @`+B%]sLf95m#Զ ;Tu2oa “L.,H'\#&f 69 f3 GN<?_5/? ЃDŽz4(C*4{ $szR1_LY;K 5L#Si_Ŧ(Odƃŭ!1"F|ZLWpЇeGK瞍즴֢_euDgob3zE@bQ4TJ1|qyaHvqeRi[*MV:.I*%PJk1)ʘ'OhQ Z r,tT[:No \8v98 Ga.sʼn'(at-g}Ta3A5~^SÐufU]2`kTN۹6IJIaǴIF Aw~pJ%i/^z/ryo>'7m!jq"~m%/NATOJ ;.q]xG&d;&5,5n#]tE3"H||n2`Y<&XAܩQ4O"=Ki|+js`ۂȋcN$O6FCWOmB=iCSϬmK?UwWb΀VG( wԍ{d^}!۵@z&ty/fFe/VD;g<+/ek/d??4t_^J"jT0[Dp# :FLEV5џgѶOQw3|_J=D0^L&'y"YK%vsa(#pSc,pebN@^x Tm\C 0xXPkQ +nw0gW"w9VRPU!m^ELQlf{%w;b֔>2qxZe:+k>Y&|/qk䰽+֙3З*. vzuFOi$+郣z=f]u[4G =^IQ_v-Ml\xYvyRֈ旫)U:E\JW9qhxH|(xpP3id ,ϟ]-W`h~;IZQLC(wB>* I<ָR茥ϳ^ǼC!,xH &&6Usy g!!۶-7 #hf'qf pܶΚ16k]X]yR~cp|pt dɀo֮Jr6~Y˛z}HI>2լvq9{ԣm0k?9J洟X=x:G@x&DO6fuS]E& O jYp?\j+%J[c3T"(*LƦC b5\M;[p,*|Cbf`HY8c͔i D{t]4a9>7uT۩U8B%5mwUƮc?:v\3oĔAώ]=d.pdqJta]5<(辰9GP$k^#0~/O219?/+YB(NUdlV(xoNNH@o%}pV T'n!8d?3C8n9*ݜ""hͲVBWhm<ކ}& /{ygw,9=RB8@Uz]IYԑLuNFzFp6P`5kB;X؊Fi8E4 }TczźAlc&hKq uSh+2l LPkȑ~U&2:Mk >lp|)mSrϜ:C]l8]sT}d v Ξ1ҜHV7Y2HwG sy:`0gWowl8Yb]uSQ]{Ӌ=eLlhaHkgu;)v++2Ͻ~m KsS(P]#{- }, ? MyF>QDU ’+=c 62s]ָi"YBvUa^2PM{O,î=mm:{n QR>r:p N ?ʢhh۬f Rh| i$BR>$?s3c"~䦤zW%sڑκI@Ybd)0l@>aWe!7> aGUV5k̃ڢ8; Q?٤=rI\(),]|.8Jvg9l+Βd>êV|d X^P0k srJdD [АHڤ{M%Ud69mpD96A5L,VfÝ~PR"'>9k+<"jÊPD妿E9];XNUi3YJ8ԀWA>D𝜘\ يBkJAb2b?o0p;Ҧ$@Nh6.}9nld3+R1MCR-\! khd髟Ւ$ߍ[C @}ojF# ES?kW5ۯ]=Y>k4Ð ۟fM (nҨN WHsʼ a&.t/fCMDhj~ eElTYUi7{`C[6*֎u}UM:b]Ҵ;u$P2C>|] 5P9l$]$_fEU9QNMH*7;,",m/TxSH/ ZP8A1L,nAyoū^ t8ΒB<@s)& W:]zOŨXcMz,)ͧ?V=+huoxb$gNї.|z1 27o*5pA#4;wXLڽDP2n4c4kضjڶBCn 0U/[ GMchFau=ǙSf~(Z"pdfLU*q}ͯagO,Za!5N-2z[2 ޙuNjpq'ᴠP R j?g!'C7 7?qt;Qg<*uj`W7r4Q".NŴ(O|Sr0KldrMyh]٦`;RKe%9ͤ*qo>}tg%~hKd%p _b73({[‰* uO9Idc9)i(@!w (ݫ,Th ِHnz7{efa7-)]q ImSY)1DE|(ǺvR߮-'kv C-1dlϑnƌ^Lya6kZ'ˁߔSypJLP~z>N$N>$Op`wqKyz'-#,zoȩuE4⁽e~nVYkgBFepZPܭ(J_Q uk0qKc vjUde3~l;C[MeZO-Ҽ _]@ġ>͐Al1kbt$TC)ɖ䞴>Hj,Avk+ P˓=M0tRKv5(=-oǚKggdHY**1(EKW"rqvc5X.Pfj6g:4j1Cvi XErWCeG[8.|ܲQ,87C{cEHp vT3|;#F H9WnOQ8FTj^u ERN =Rf" X7vßl5lr ?~K!uY3Л cȂK d$2KhQzhwj+`E\Q5}~YUp +B2όl]<PY= m]E\6gvjic2$$z22wRa1\;"SPjk۱SeQ¿ X?̀&r [b0%ŽuR*%7G{!J5-8ND)$ɏ+C<%315pe[1/Z0-&To$W\R$3x)M% j@ WܭDB9+2b2u04zmKDa Sm* v?eaA9@Y_8Eݼkܵ/MH qG?&Y8ԛ$vcV9X?*@A?>sZeS;I ْ9_p䥬|kԕuO6bdUy*Žp`-"ZKantX>?x6+$9dU4g1T4 Q\ 0c?F!N# bS*6WRoDP#9ͣpҔr#g%>ÁCd 5\rV胁oFfK<_ y/JGOcOݥl QfrHKP"bN"BRVfc6DVj iVn\# 3 rֽ:: ?=!)hk@ MF6J UZoNԬ՜pRvRy>Tea|\T{1`9 7,u0z_TLu<,`&<}ƪ$~^LԿJ ^$b1y1{hR~;QבQɣ6=C/:\/Vac QRsM?j@jʗ;1rB6lOQ/ 8U;{xpv 6ZF;kc`Ɠc nbBtV&Y-5EU» I;) K"0.qW~Yoy4tSmࣜ<)\LaLo,ivnzo[<S}SS`2I/ˣr>A~OɲEJؤ*P`7~'P&3‘V7,iV7&+qa떐Y.LTHegD&M8 q؈Ti# 0R{hn<05}Pш2gr~:kfa|KәR'08qMJ0oeh #k 2ٽHTh\nh\n 7r2ΊK4P9eG+aԒ`7~FTExKNmw6κ ^rL? l{}V)rH0jwY0c)l{:0@k&aC&#(i 3vFjUfEfZ1OH[Ofk86^n˪Z3*h'E"$"3\ƪ;T(.N'ӏN-kǘy<,oў3m>M,)~^@/<oEKy)E#qmwhƂN2h366yK۫Sv_.HZggk|:;,4R [uDB!Ŋ =䇪}FKfxc[K wr{;DS/rX’ͩS/Ld?vݭ| GML (K֨Iv+=6^uj1wp;e 'uCXc|FN(,oP u_ei 1"msy8Mc3o716gwe7,15#fQ(OOYs"xqoj1<&bi!6bx,n/`H$ i'QVU&r~Pv4#0/r ]g_"hFo%|9$//6`0Տ8:5,*&ƿ1cJypKP)oC6?e@iF\bi+ScDY٘;A/QZSgdv11AK9Lv2akP44ȕG=W:C5 -ʘ_dc<.jp|1@$.NjFYwḇ|sh/_`|uF`":(0l8hCj&Wl7#ݮOR!\)r,(}zf&&upWY}v[ݯZ郠sMrW3ͬ^hzdeU剞x5: s[*9dN{) <#JG!,"(49F8~W7^@ -t'XKDݕON `v#LE- =o0Ps\#ͮᗮ5m<)P.Dh` t3%?o?j8Ø%\XVF TׅK?3ѓKwrx+h}G8.+AN)'v rl"4" kk}{ Yoz%3aBC!} ̜Ǒsc_lם4fH%Mf# &Vx%V58+\c}hAdC8@Mn -iN45帇?U߳ڊ_zŕ Jz=|ieg>q}H@Sji; W&u1iMA<H1=7C AN>6_j AlᨺPL[OGN#3L(<.#'wEZO3E\,|@- +Bf6ڋ:~__%&٣8/tlq^4D'>p: PGL<pxGbq3rS038׾Srz4yopHH+J"ҏۡxLBN/ }ͽ5ɎvGdυ|W ʧhsX/cϽ>3N z?~6 اKCNu URTg@/0;0k`}k\|wbJz|~*RpIhٞŌ)Q82IEG sM-ӛ,sp2Ҁ7fAIQH._۳rO(RuTߌ{Ӂ#itN3%b plfrNS>ǿZ$ %SD;WFmWh\hV>)9X g7m )4Nx%k}I@>0ށO|a'bM..L7{bAbZye>ʙ{L >9a`B'@kXu Ƌ 6+j-E-i_[e=o" x|Vks{κM#5vȅ\m内J1#E'csscO;i?Y;$/US'Ō7%Vbie ?ϫhEiG 9vՌa^ D&dACG},➑5~CpYc V;D\,̭d&əPM"%:]> 얿fz"O~5]8 {ދǭR'c_Qs0n ƙl1$1{v#Έ_8N->6OS麟lJD ġVNU+{<*.D_WQT1́d* z6:KVJ% QHتBK]#J64F,&5ֶ׹i]#}&D9jXE|NFa~J:* ٠#8n~B.}r_Dg6Xf8\ӀlԐ?#zEa+Q[ԳO~5?GlEJv l9Ćt{AY$.N.Od*s]p,c~̀`HjjH&UKIx^ƛ9R(3v(#qCUcxxİ^R ,ZcܚaD&]ߋT}XТh^fqYYzf o!a@p9G<M6@6KۂtK~K$ 欜n@ :`|E'h&Lzhb+;0+Y8/P-~~J6o2οNu|Ymbrb!RnQMb8'}@q$MgܭmE̮iLtUa43(U1@T0Q C6y/=E Oݲ٪9_ul="䭂Ⱥ⾶/ZQVp*Vd+fO+.R{Hd pT4U"\;uar1;v ػv,.MW/q|Uk >/ tKWz*> oR~5.P]/n˒;T3p>$Bů{'s1[Rӄ>ރQk/̅ J4bJS~Q%$>[(urmۛy#4EG!WD=2oqp3fi[XXjˢ #w#D]X?I2P{FrΌ/&$lOcҩZc6ʄ H9%xhDO`8QpZ #+DV&WUH 1{m\8T3ʲ8`Rt5ȍ<BKMSe&xA[.@μv~R2]^m9}^ڢBl\z{>I)Wwch^H|\۬ (ܿ'YEg7wZG&(yfyBᄌ4gbbYVoPnKa9H(U)gԏ*Qpxkc% $kN1 a,-^C=Ґ듰t+Ȯ9Iu:0x\-2$-;JX#K=Ip.PJD=w_x0la )7dlS(SQR`Kӯf,I 9,5`I;e ˈэJg ?PHv&3PQyqt 8aYO+[Z#2{ͺ~;}c)}?;w+6?N1LqV4:ozrg~ UV/]0,2l١4gxSTN;=\L9y?OO'Fs!|Vbwlm3YG-\_CH^G9[ +KMݛ}HQzz<+ܨ >~ÌyD1+o,Bn5<q)U.НAӖaCe0f$]o oi؄~|Yo²BE e8S$y<ǐ%fޯq5}FGbS&-V48U[q+4mI5šv? Bw)nˇR浍pRty1)KrV8 O,+ԫ@ L"i\_P6VH~-eX$#P)*; /X=^Gdݱn|n !#`Qcg$w4/|bJsv4%y ~mNcg ~e484\v|MsF_Z\BL}[󯇫L{`@(3Y0P?[0G] 'TI5U&ϻVfi(ϦQPrWO ,ow 37?&8P(k"'l?c)uC hyNDT*go$|5^DX)LȲ:]M6J vVu+Q#\o #Wl5b]-61; +@'o Zc'CiOވjO.6YetQەi\T3ߏAM 1".DH:yo(7˂'RYqY47tq@q $Y0$Hhؖ|z5m:tPY=RAaiAf jc sֽ99^¶p$mqɿLj^1k?<>Vv~ux6#Nm SAGY@%"+8e2K"K]#ӈYKa#ZT@c;rtT_㘃X%ܧѫv>HT΀l/D؉_ pD}K6=3oGWI!lVѶ 8˘_hMԖ`D=-eȢ|ą `>;6bAcQVA~9奷 Π-ISᖔ`r"/r)!7h"g?:3xMThSe}K b!ک\an?G> &XeZksH$$/k5h,#'S'hb~*&tLP7^aôNElN󪗲*y~%~jv! Țd}dE6-A1R  QɾC?9J]#H܉ 2$/D wmה55I煿Q)_#fRM 9B<>늠hyvOH44[I QMG~@ ُH\=5H?ڟ>(H؆QVO_VUa5p1dq=ww)RIXolR['O"gw.({nY3d.'>~\h%}ڟݐtf4]bRU,VIߦ8NpX1d6 Oko2(|@3e!9wM­zr@w pނ8I\ݐXD <bFn^X0dջVa{'9'PzD,HIpQv8dwK$j\6uKt^UvbM9QNO8cK. ;ags}elTΈ[܇#CQ Pc+hC#B q@G@YIb 4Ӏy-~yAoxC8ok`Ay)7Oo\5cXE6>vqq8'cI^&2h`*zXܹǜ<񕕦>K7ȵg&0(noaJ Ƚuʪ S3Nǡ(BtvNW+ ͷ)C9?+d'TܶዊS K1vvk#i Ou~4LBd Z*Fboq- 2\fŇfOB|$'m AeKWz[;(* ?vO89ˑ"$"<5zF WO/st+|\Az82tFsR}.;A~?עk(_WD p|'ltϴ\;u}>wIHk`^:t5z qQ:\`bT3i:ÅP$>#3&J3 )kY9fM|$8ٖmHE*{epqB[}?~b 9/Mnļ+(XU&C 4LWq'd-؟6SPVoBF# A&_ВisZq#aqޗʱ[v2z7~Dl(J YO}HX$f{*G!S|r)črШ7 "۝~\!-F<,SQYmt7XBݏwfon)Fق6J_ i$@1\5΂*l0{gdz0v/̀H#%+{P^Kيx޿d`L2MRfKn/QRX//Ulpe{{Q3Pr#DY0r0gQD'YkrG sJJ)Sެ(5Kj#0N&7Mu"8RwY*|R dʏ7, su"8`-!K@aboUQ ,U Xم%ee%{EziUF]bxHHҥRZk淿^O"P%Chok$ K2{zeVq#pFi,!۪]кi#q3x:Gɧ<l)RdЄ mEvu.}\|}4ɅAk"HaFLH1 āzY[Źt >3e'NY+DDYi=$~\>Mnk# B ®ܳŎpEOGͱ"i@VPU@!Z? kEM&qcm'XTDEйMP>،씫>s4nCnqi$a?k>qD JWP[siK p"t4w󈉮:`c~sr{‘1}Zd `PvY% AVuQmPP]&Y։ƼL~\\-0r )DوSx1?S3-kK=-}L.^Vtj{eߚӅpfnXtAx8⋅v͙'dX'}z-K[(QC䦔ndn'RV'X h mw[RXCcW:aXf˽++נ/eNBv[@+X%ҡX[þsbFy@J ʨZwi.WHJ$ >"qD_- Z3~\?4'7SUy #qՀfRP ML0n%?@ba"CYk:g(C/ʤh3b`Tq%[AkW=4_/Xt;y6PrgMG 1R'N7[q ˄nF^]LX_2]7tLق0HyVY)>f@yHA ם}1'VSuqre_o 3hc@ܴ&/`~\|暟FP? Ẓk}(DI:ZqȀ؇b;2%)ݠaМ-.9-`:wV} uG zS[uIͭBCNipK.CXKp8"qMcIqP{M,|H-b}S[ym1n}Er!o2*&9EJeCC.0"K"a ] `%,uJMo{_pgogiDF 8_#[e8*TRSj`+o3]qe|F1&yV8 7KkDl)^@!e)RQBC76*O@kK@_G臸lS{X{F ."K4F# o?U*`U?XS;/~͖=O궭 2{чI&c&m  "S- p<9J񀉿A48g#7eJ[~  vx} `4X ֮[Ix_%s;Sɟ7=o:_!`9 Zgz*/tyۦAcc ԧuOK>ylmf,,q4=6F_zW#i+fpgq e4;f?HYmLks"rL@rtUzQ\!3ji +K{i(:D}(kqwxzPԉbݺs!P &N/>odkY/`F\HGO~A)ld?aGnyjL+BxjV>Ny{4d&jj{=?UeӸ< Mn=v.^}ϫN3OG׽qKdꑿ)X A7Q6(XLJ?6C%!{siDroOL4|af{>qg7qwH:ett'u e7VZ(CSnغ𤷿!~L<ȟ2i!^ݠu+fY,i1J{%dS\x2urcv&J%'t8ʈ'kc=e%-#&BJ :=+w:K?)8-=}rқACJP \ޜ?Iu9}_'mt*aEfE62tz: emlLKpE7ϴ d~迪7&n'uxn, hė=a+;3Ɉ8|7ݟgw]B`/7 Q@s^8s@`ejH0_\n ۰A\'5AaS2nݎ Dip(FLK:tB8`m/X'z#UPuMz>*{6PK$"`|IwP?$sHnuUHEزv_/lkEV(愁q3hc׬4 h)&flr‘o7W1 څpzeQIQVeFĭTџ;1rH֐fX{fjp2<F5!-T%C<ΐZrL?mw=y{0IЯδlP&py~}磝|!!\ TrA9s~`Jo|PIV8bYL2qX: P?m֙T,J8QGk^ȾEYrPp쥘}hJs;sg d/*sqf69e@iG*ƺ^Qu^5mľtB-~cvdɺI@E.dfN[Zľ?%T|wA Q)A[xvf֍EADa\}rvaH3ävՏ`j7ߐK!X~'-a- hi;СŔ0GZUzRxh 5߂˃}2$s]p?o緧#gK.Hphtd[UU}ѝd:JTC7DzPqynwauϗxN1Ӎ {.mtpm9] cApbM~Zƭʱ*KU:7}9= G-ɪ=Pr">/ xL_.nզu̲b6٤ U FGZ5jܻe2e ry.J!:SNcՄ &)Z"6>|KV. w}5cg.(Z|`y6&,_, OeE~]4x.V>)VjJe\6Qp|y8BHmy8'#c^Ovߞu ۑAT qДtv\rQz}+J;.P9>ض~:<@k_r'huuAu$3xIzOAs^DGI|PZZ3pS>5₾NIYf _`TT4so ۿqNseOgڻ< 3Yde%\SGUs"wR n*tNʦUuE+|ppɵe9#[Jz(S5U :xg3e$`<܂8c 23 :)KBUÙd_ed[!JOrXPN)&L`y45GU0'n\tKW5WaVu@vXϔȯרY:bzצnjgɼW*k>f͔'Im >5f4z]Da[q^s-D[M 걦@F&5ՔXfoT ΁JM@}|UnF C⎥YRxwkm$jA6۶O` A R.ӆnĐsbF0hEc={];:8^SaSM;?TI4['>)~Uqb - ipԷ:Ej^&LFxԫ0JAc7EJ&B tMuI5C[~̚W|4s #ЦNQ+!C8b?-3\3n_Z '[^'*SJ7Cn`Ą2=9eH'  {dpEUU<|[*%D$nJN}!֤j'=_Ѵ`_*ak˷ᩝ>}'ԥ'qfyDoXC%ǝDrDx3us*Y|ݬinb0?BqPm;ZєA#tZ^T7I-eHR(4`v$qdB啑s]_oV0i4r{xFae8m7?f5|l)7j8FZMޢk-lWnρUaL$%j@"^)Qy9ksCfBr]Ҷh n#ͤObz ahZkFaen\ 'PQʢ;՟t=XH=m,"B㔃 ˿K؅ ROWpI$ e%E_nΊj_* |"}@F/  dL$祷ۦ!=QHs"K_=O8CY(M*d jshwߘ"}" Q8ep};=u~@XY7Z2Mh΋=;jCt^d5nPE⁜(?'؁29{I vn:L6oӞ]=j lV VlI)|VU33zݔfzIo;sؽ;N+ί 2#$Xъ;/Ly={<(#4j?|X?fό[HzVQGg(p>!l/~HG1Y~%FCn[<^[[!JD^Ji2};:)!ffkY\u 4͎)%$V {IT/HC_aS@'ڛ hBg.N nRD5Ohld4O%liAI4Mh~pdo^A+ Os&U(BԌ[#sЃi=E/g(/`Rpf+0w!iCz6>%毯i}uLF~ޕ_O@ٌm()i׈Kn'.#:p--䝄Ҽ@z" @fUhJ#o@܏Q Gt6M@fiċR' mPYg-nxd lY.+janZ' FbyɳO}&_[L›g-AȇA<4a90ת)ehI[q*?8 |pcc pUr,'䲻Ig/DgS!^Ӂ(P,k9*O@ [?b7ë謀ˢ`akkw,pptu%MГyԶ$.+Ӱ RnnjB /ANL9 ɇXІ+ &IT 3j؜4Rٽ3 u"?`#A?b՟#+TD(T$)ݠS֮;}uCMi 4@N3MTGD۳r_/-$OWqc&/su#6[yו L]u3v Au P%)WmiAa`{&(U=](y{]|Ma+{N^jtdZŚ77G`d0#i^5 `.Zdκ T%گ@ ^Jy;G4JE] 6EI"xUBTl4 rNJTkDN:fkL:Sj$rWM o&jIIUQ /kH[1%'[KHY[hq0S[0 ВSEdh,8ug\M#e^jxzEc-sd18WUV2H;ùDILw%g+d=[J]7 X7|C\AWh'ףt-C=ZZJ4n$fkV \9R1ﬧnu]) \zG/G`ιv ; `J\\pbr_̫҇wX!hN$n9$bCs0=~!@>k,5j]赺S;LBA3xI {N>o݄O}ץ) # $yȯлG)vc7_}QLPQ?E1T< lW^ @׶\8ž9~䑙H8_5Gw֡ߐ̯7&-Hn|ZqVλm|p H61![g3gBv`s+X#GdIDpNIJ]c?2|Ě:LDRILlu5|&Y BHnfTV A#OHR3m`l<̔'Z$]'+J"Q?2N~ueȽzgeK@oO/acqyzy1Nn}H./`J(-Tg-g\.\ҀM ͤLBU…bSш[r=֝7 4qCױ{|?n#cJ Y ,dzs E!ɶpI(T =GS_ z̳Ω4)v}\pҕcO&;:rdp]?uZuUc3֕j>TibOBꕠ/8<$oW?M+v!vn(2<(EvՕ(lS];'"xI~Nkۉ.R[4 BZzMv"- :9LzШU} X:g] Ʒ"0sJÊcD掌wװ >BwŶmd{.ɧd<|](į\+*P`e#.'4FEC`EM,u=?^a$mX' ԩ 1m?z_֚p">+o%׌tī}~ыor޿ ֶ Jz-7/Y&L0Z)A=TaԏB߲MbV7=AfōU\@^Or+ 7Y¤q8jAnІ qGM3tg]ݎ)>- 9o688s'ޤ[+zܗ(),qVjG34T}봴(x!<\{(+QuR hQϯɦAw?;=Q{p֙T'~L\,Mo]|~k\I I!$ 礽z O#-9_ sO3%z(m &gL7-֎bbVk>6"XQ6UcB{R\pj̗<+vJA4{OQ 3ğzDlp߬. {JWFg5@{x! sQQ\<`ٖuӢ; JMS)NN06Xbly]8HҠ#XG=fh.6i Jԅ<[GCa+B?7^?I{ˣ)wh"۷M6$]UWc9Db2XHϡOlؐҜX [*qbPPazwX&fG\R"x-aFtA+;*^>$`TkھQYn&( @dl`˱Ha'ݚ~[uxE}ЀȢ kJ*81PeQ 2a\M-xtGK+!3P?7ٻYr4@z"[*ޘV&lBI9"U7o"D'D=:z[:eha@.23:/סSqOClԉ{JnRӡ8\]T%% KSJa^b`DFD|Dkz8(H8o~}/\)u0|$I2]ٰ#h?i4^1F+ة! ΂hjJ;Qȥg_bc]٧3FIa„6sXkB3݁dmޥM A R*[?}_F:߲uXÜiHn!~+'ж,¬KSeD;9bI K:ƿjɝ CӾ5fj =a&YyePwvK&2˔MP3ϬuVpmn/$R[|@s\>_53t`SW ;}4VwL9P>P;M.aNؿ  ⶄo )HXS6@id1딋@I99M yxBlmsyKbU3Zb.oW'ȩ[C:20y!?DU .+h#SwO %J> O qbTBqM&PICŕpKp8u;|4]&I/IK,|; !Ic4(l,QH;$cNm)7q?-'_ MTL[歼Wг:?2CuI= m$8HXPn +\?fgz^+$SMO51.>%plߔXF5bIJ!f7}2!g0eR=L܀hӣOtNB|x  ɤTئwL\>J)! =\VɡhnC:I&ptR3<9)\Iݵ FHzu Ґ~뼒rCѷ_R5Y5*/7գ}tKI aYE:e0﷌,oiAqAPXؖ'#'0/IZ\QQuf:@Ͽf^{^<\Uu3'vc-]V /# JVЮsLJΔd-ee-:_"AiLJ2l7[AMx9rN9ŝXobGrlI0 Uqɹ>B4-Ў[tA̠+6nt*yz#Wb\0X(-q?')RH܌<ґ)16dd]:KF:iȴ/š Vu|v㒼|<)Iݷq+o-ɩ[~C2y! tƔ]n[q>C#ȓR,p/ګ8xͰie=@%~@ڙc9rK%@ G\nvLcϖ^gx "%zCqeO+_b81+؟V7rHTYs 4xFs{dOOy+~]Tڍc3'#̟=kT(Kt"g+ZH#ke`ovI0wa5@88Uw"psj5f(,To)S%HO1݊R <|_UTJ5Yau4&3|E @1B898|{4y,2J#?"Usݿj5v-6%#YEjB_0 v3"`F 62k.ZG-c|*⑫KDp_bZ6]JXM`]Wa95e-jo# T_A'0\SȲcsQ(MDٸK%_(~F[;*"iؽx)s?&hFN9WX!llU%Fމ2۲T9]n ߆ۅ & bf 9Z9D>IjA WHDuiTD3-9RPU?E,c^fȁs =fUʨI ,;ݣg1܋#{oB-{Muqɚp!5FZxїjtu` ! (OL/AOrt\R 0$!X Q5$=x4F{n؟^+@(LGA-׫$. TFQN~*C8)Y};g и*M%娆T8t"Ta?/ EV2ʯh0sȘ\tb#񐰑2׳}P|B]8y6w1_Q\<\"X57eJ{кЃ]Cvu\u0ն@b+ ?iu=k-+Sqt֮m{11$7g>Q7!vl6 xR#֯DDBXKk_$Ś#I`܏IC\.-g_^gXQK*$6<A| 0VK 940fyЀ类Fhҗ46u a/bsqݔW[66|LS*Fj~g("I&WtO͙MT74MJk4J{a3/u qDDF x(,|b=p2O)Jͧ\iP͂(5쿮׈,(gSO(ES.v3]9a;Y&Wejews8DvPDhn{ʴ9o{gy!,C8uT[8w2 {(D]FȆDHX%o N'xs/{{Ue)4 Sг}ˉUF#YvwDŽ5n"5PQwx (DFʗV _a>ztEEq&eƹYjSqPnGarKFdIݜNPӆA+cf[>-Mi/Ĝt]~GSXz`kGEn24[" 8~NE8ɦrUЯ:REM$m|FuB;"\ܼFuT ֢z$OiȇN<od ^MuL4?ZG+q>U9y:D hZO{:@z;Bf@n|K Gl [[i-%9=rF ((Я)" n ط RhTI/uriW^TԿA{!QvEt|gU|긩g_ohat{J7U,!y3^wǎT+C5hJg d(u?ck0.B!G%ګݻP~,9".{h i`~ ! nsNР|tl~BCU;ENJs-bw5Ҝ5TSOR}Xk*uЌOl%'I(S?d[s r Jve=Fi$Xz՛aGTxʯ] spึw kLӈ-ohR)p7xfYR2 );)Bep*`喆(ݼ)7ѧE fϸ @g25\= ]9ۮ7^}hT+S iAKS1coҜݺ A~sVE\U@@f72~n S66|Q-!_x*ٕ/؉ AԾӳ1y {ja\R(8ʶ~+@\zv?/A1[^jOK(]lSSU>(iY @bc4aXF/wtHJ:.OT$_r Mׄ4F$T/=Q$lˠ=oJOp*)K4oǯY[zb^ r ș;0,}Kr"wI%9myG.wE1H|8臊ޥɈj=_Y[eT~\J6.`f<i Zbji2_eQ* -ǂЮLѵQ1qéu}sq?P3[m!MdGhE,k *]zNBz8<2{>T90KmI5@wyl]t 趰/7ct˹?(Rsdy3[]nxaP/y nroh]@6f%ȢOʝ==t'ILk\w bXٝa=n $k.xQulOlgΐnlCy+XiCLe_ Pb6`#&q >Vs@S226I%t4cΈ5n.W= g\Wf`Yו]ϯ ԓrk4nk- H!|](;+I),ґ 6@CÊl§ڷӔ/cp{1hE eXWӊ^d /g?VDҔRoDXq̆E?x櫩2YP \W>HP}y hy;?݋coƵ=o kvu!Nj%N1ҏ\ "ӜT v2hIlE9욊!439 I!|vEL{P;ZXb"ڹhnܾ)l1j=2*tsMQ륆U 6_7Z&_) o9 Mn- BG`gRXQ+E[ _z*cOu&BT)}m )etC<šM*k0%q'rC5ss X-:?ZƧ;1m'#["Ş>Mͦʈ,70D5mi?[ :}wmVA90rj*8VujDT=Mt7LXeR| /jA;0hYkf([^ItAu壂KP$&XVLBG͚7~<VʨM Mh#ba3I)GS*%3fN3Ķ[ɗ+gV*8Nt?v^H<&'xhE"0r~v\|f~5~ڜ7Xz\b!d:(=I@E0 "&Ets]=u ֐N&'x_Gϯ(=/Fo6:` {ZȚKxL+Av|ڀd_lbux$,݇hFk{<'hہ&4֫$iDW)MDWvk~;ypʓ&6*=.it7"6Ar>,ƺaA?kS[ddk6T4J UAL$Ay{) W_Qx,,N(En#_PV;s1f1YjS*/6̾đS XfC޷FM>س՜>,^LMrݼN9bE>0>Zx'HD<%L24cFA K%+Q}E#cW%.5:< 2z?9uHШ:CT ]A d6|—tGrd t}U_LXW:)1Qnð6='  ;! }۳` %B[YU n;kVX?}b7%) ~ЁXH^E=-)b]RSBc7Hy0. 9U^`sj{l\X`9ֺZ5r@wAJ|A1^kBԑ}f7f]a/8]uK6QBFف!@&5)7 אjVuI;sk߫VOQ7u}7!XN(s(El/fS $LmM% Rf2e:4pt)Tozx8X6~% |6|7^ʍj]UՅ͆:0pnf#w)q6ND` G4U'H0j8WƞޖAwc soO)9A˅1/}9$v:ٳGd%25 cslƛcY*=+mEyET0lStM<n:} d i%I;_2xd&6 ȫDqQj&oO[)'"yfh*wB@?!l3rqvm&n&;ckt+8oeդסwnc'XI% ,J݆:]끁Φx[&37@T.<,[Z?>a#Ǫ>:ٶd!?y;}I_/B$,,2j)VϦ/ 89 ąN_e [?bQmEGB]DK2`RbH@1nAQ8+/qkevךePb WƱF#&ƶؗ?1\ݬQb}q]uG/3m}͎ !PDر?Y46k$X߽' 헇PƞIYaXL.3f;2TT)V2}OىA+Lɵq!&bp1ߣ}Ɇ 50u#ӁdO֋X$}}h aq=6$!~ I'V[Яͼ +ɓb34/Y8N/s,rsYiw8mQp8N A!.g YH'7<4bѣ0Zd8>,sailFW7>+k7p)- DhF +0ԱF(p9W&L'W ~[?ӓ5 *kR⼵a#xԕD{ Oj'Gk>[8Y% ڙ?w>F=rz!k>l9@hgsZȅdq)[7Q{bSʐ cpVm ]jX^HvI2)ulH} S:Vl`dg`˹|KԖ>^fpHq6\ӳW%:TF?{r=Dnby%RuEөO9 0"2˂/ܴC*eg b P8vF9&=qWMqZ^ ?7/߇6Nr@n~/qpDSRӤi6^<&$;ލY&9:3axdP6"cU\]>gJIJ^$vA%VX]El:VADQv45, _><ךBy# )inFw:)\3JR&>dv'Is(*b׻Wan M#NSE)v%+] v{Vn[~o'3bisQ=C)v}XRbt>!ٺPg?hlg,uEN -ګe1IFb#iWn:|'ggk tL[5!kZ#/Мu;OsܭTV:LYo+VCq +'1GgBcZRa2<]&EUevATŔSܓC13K@}2%"j!=tODM=`hIDc0|. $ u!x'׆p}z$xVtat|@EO5p"d.qZcHU݆+UdWo˚9 bpnI~&X־dURe~H(a1):D>G%tdA2Y<' |Ɠ#(\w Q~D ?+ߩ:] !Ge'3^A^90O04wcu]R+Pٓ!f45ũDWLԕu$;Rw$ym^KK '4N?߲51Dnl$h9jB3'/*NJhkJϿ/.qjOB]h0qyH> BcV0X]_Q';~ -G+|syw niAv㒌D.Ztf}Pﳜ=#"3#:@[RնA!H"MTӠGo)7^~H_l>FJwp_(Zp2t.mPV@\-T=iNZ`drO]ķ=S@h+I.Sx\F:;{_ %>8KhO\?UVmb5@]yZV@$j.M]t7 .- d+?L3jkׅЙob"l]Jbqk#񥲌G2א?6;=8[9JhPUi-ѷc;c)cH_fX?W5@J`s8e|'%N)uq,} $@&I78аl 3g WϣA& I<.ڞTafjcOѽ2'f,?Was o0Eteq]Aĺ^ZJ R˧>Ҍ';ycw&UYVSKVt5#~XCyMn͝{p;V,͛]<"}mE-H/W߇Ehx_Q#L/ ?0QNƶʭͭi1m<fM{]7}mCu{'[1<1Gt4|bЈ|%lhfbgFHg>Pib$pԀ9D"T =DӦLyO[0 kш=mt:y\&cv|: ZzjV@߉ ;;}ۊmD7qds_OGkֺ~XE^ڨeLY1u,cCX/"|3{;JաNyʵl82X5'_͸;CdakYN܎eb_bXrh$3MXB#¬g3"^5tӁ2YR_56 bӺ: :ŊۻQT ?BŖFZNjDL' m hS}A =SDkS42P\lf.!_xe ;5}XS*DSFyO l?*7#ڳ|ܛ0}0rgGwؔfnH5JY0,0I ֆ)72vMM<]_QyD$rS=Kz V%SM8k[DXqr*vjؐ`Qj'JR ,yӐuD\o9Rrhv4`+ol)k/ֻTcbGsL1'a lb᪇N KlOҴך=Yd| Rّ.EEG.}Hh@$80t?OaAarVX_)m SU ݎDSz 0ٔdfeuE#I4d-ze}e3y̋qgiƆJK L,j)[wp8N8~˪[tu f|*,N|pbch$#пM 0{s累ݱEwH }H.Zzg0n&K`0RU6xD2jMMȀif&ckhh͇6K#QҲDUx?)̔!:=o.psR"(qκ+|dԫ2p{o u+?lE'3Sl8N^R>:G]Jwq7Z]HM.o7+^rPτ&{cSuC`WMK)NWV8SP<^"t[0Qp󕢀I_|r,~ܼģ`ۮŞQlK+^Vо}ќ/ MFS yZD| B]Ǻ `bp~i)Քl0\rm F U^J "}{ڇyST;H^54>BGE/ &^ رr7 8]$2KF|qF[L|tuT@FyPKʰB YuNJ~YD9StM!ulv *}ښHyqNB0 s+{G}l53Ü:Xȉ1w`k, +~~Nöjw++ ꈗa'yy]%P/my%U>Dv$͒<$M#wQ3@QZP&Ԭ2HF$gCl''~n;B-I`}wvɒݴ LY>FWEt {<;?:۾WY?>ٓL}xg)ֻ8ڋdߚYC Yzjμ:jGddlΥ-}1?Xm񼬀c&1J vHf%Sz:z+ rܙƯ\C1:Ig=Y ++X_,.U{:a/>Wm`IJL%^+jڃ+ZEiŕ#lJ@xOa}luxk/k,ZͭX t G\lcW%Ks3lq?^*>,r`un*iFc#” %K8Gf)Eϡ *#fUl`c:#$inB%5{>M9˅ s]9aL:lY(96>^=*nE {taZH&E 4h(8X/.90x# fy&nxiS8Bg #/&SU^ :cn[pe+xhtyXkOnM# smǔ6wϟv]+ ;jgMJ⨜o5dpv]m+ +!cqyʵ@e }DUsN opحWj;OBJM,t -\Y5;)AvxX ߘH-P+$T;mncB ^ߋ8ʼn_y%fqc6N5+X7Û vwW qm먜,]FTv @N{?}ÈΠw,?1SdwЬS)!GBwgYհ^RB7/(W9X\D?vWudVpFհ9 /}(^M]1O EJehպ23Q #uxCS'`U^ϕUep{}vP<. @e+M.h^rP ?lV+Jr5j[ zx/ +z{Q$@8Io2aZ=Px?,r4Yp =pKcȴ GpFҟT0o*̉" [Cwʏq%N6$CӖ摌FwO5n-%mcy<ڑZ'9<ǜlޜ?uYgzlEOZu,p3_ (ZʳPv v"Oz@cdICv5œhvXS? 9:րIU$,['*'Qk7ګra!B55&'Qx>&ŶOvo6Tm`ȋVgd89cXbp.uUVEREd+.ʠ D+ %JzR ,xݗ=|hDto0rpJH%̣* euEFcDSi bMB6MqdMOIVJɏ3+^˶X:xLM#8Gn@V' / dS27R~DY a *?׺ڂo'G#"Cw+>J] Q@ϖSA~McP}eQR/%4L:}04A[ڵûoYSP lW^{Hq^0_k_ *\ Ú%0GDt N hvg$M̀pkPjB52!wxtV,P`-Fp3s=F8cee*=@g;|O.yó$lfqy][x̡[4͑N]yL=2!L~Ȃ*Y^IU0k cXWR"c;VdK.R#׮EL!Z)4B"x@s&A[=c$qj; ^z(CL鎫*RXrllРNMBIq%<3IO˅ֿ hܭ ۶B; ͥZ޵EXaëR(=u@z^1$JF_Q&:RDP]ǴaND0`B[7c^ZW̊Z?8y$he =BEyWsc3+v OG:!;QQjæ0= KEns8g ,*m/%\C pq@ Y ;ha=4 󈯕#Am-)Zئ*ggG$pݷ~d~Ο_uzY|ҡyB*e7BAb;E胘 )`ہ?]Z/th *VݳcMD`Rți\}%\+bgNZKXQ V geT42 12cw!8 tbş/ 0+eEpXtr* s%<;?^.N_]7,86h:n[|gw4A@kY!^8%fzB5,0 iEH yEGj^g] р@7YRךu#rلpX!xœBɻqz!/KyJp2g87%2K0ؠ{&똜\ڄ5Ea'$io+wf)]Ado ?ZƖXFsK^Ȩt".dUw}wX9΋pYy28YK'/<,{hD$p?QyVr~&LՉ@=C%f%fz.T~=_恇CC_y9T"E¨FY)9\ ley;z;Iӫ9ɕncr^+n\ơ =Mpڨ4`x8ɩ #P  _UNzPމ?{.&/mҞ4bݼ޹hy6V 8@~9c $TIx`5$ٝɫ̼3n *!NTFOcVԖ-+hSY%ͱSl|:^9u D+`HNE>4,D:6dsHgcnIUAST~G"3}& ,ʳXcD!|Ϯ0>vMps\TK$= gD8\mHdJlªtdGm솩*_x tH3;.Ṅp$a %pp~6Ħq0ew{\Bǵ&3o<ݎӔUٻo;BvSC@ ֍`UOWV h "I9W-cצLX"ml[v3cHЖ(au!N/3=ܻFxI2 `MShH\e?:46w߄ 31\&negLx)K<7 ~ )͏}"p*(#5dM QI42/-d+3mrN28qJ VMI+k'凬I,/#֜to a<և~#,!0&i;$ Sc`$ف11G0d.$gڊ>&@ N2L>YrNv5~].K~uזb~!); kI C7id[dkxU-jq{ݣ5teC{sBʺ8^P5W` cЛK [ >{HǟlM~y.,>~q[ړ w0B#rцsjOzłÐ.p-47DPnjP1-cEO6/ SNE4~`,ԊK)nˢ.IexAe7)< W^~PO%S7/2f8=l.Э^ZnP\ %I#}{ I X 1Z#RJu-60,NCE'VXT6sg@EC<4U өXy9 ;*]@JA;0--yWX|o %1Qۿս_*9c1T\U_f2&}ER͂(l25ѴpT("q3# {0 n$!Ԁ\Vݫ{8Qw]ۇu 3oҜ5B9\ ՎP>(Ym iG_5vqcmzV8$'x#/r>+5bp=L:}]{1۩8xk|UҚNPxCI֥kNȄ^>|ORO.n*ߡ:! 7Hu4 oFs&py@fu]ovYbrS3~ HkY%r1~г46W@;D8bBr5j]i hv&v§g>DUF]Z$YOIjE!am˲se ~6=Enmq5i#XG^:-w 91B!7&{f_YGˆ %̝q픥PV%'sV$·s$*ޔ¸\ ] MTcr6/MKkjqلnaO=D[P\r5cz֜]Ol.bp/*HfDjNSHz&9W|kOƩvbMOZtrX x0}LZq%dWY[Z( 6xysٱ;+q|q-^*Jݛ LͯZC|N#ê0,nS4k/@VB ,IeS? *  @JǎubKak bbthg%hFLtNOpen咕"VnҨD لrԢ~[=ȗ"=B H[AĜ/?}?e3!ͮ䰌_e/?rܿ*qR +6~h]م‡: ԗCl%3˧!T?pR/VC@ '!'>d&5f}ۡFHv[z{Ԅtۅߓ%+IA@Ss?,?W(ib;Qm>?e1@~M,F {Av{H kU|l\o.N&vso4%8 }/|ȃ ;[\pk*lq.mh%\@$ĦAàN(g3vGZGk(/7:ɣHd,JN L"ơ}6,U1:ZlP.RSE= hک:$<4-"]F`n+ӱՓeZ!e̵ c`oBBQ^Мf/Ȯ?p>o4c'j=RqȯhW3tog헩8zl,,b ;Y4IH##!ADC\E}<Q]'CkjE夀SJCsO"vzl:f%lSNSolW#.0LŒa[pxhnc`|%x-:O~U0tyd 9״Q)5p0ta*9at.]nO ;xΟstAEWsM%++׽j,+3&OɒuŃGF8gjȺ6htgD b=HN[l^}+بT&g^,ΐ7j %KDq826ra;"uq.W/EIP%@5UXchl(c݁e?YG?(W Z(J.t~""FvjY7Iml?7@4r#'{ٺ(;;%wÒSq.Qr;^*vu)[VRi28e>\c5aMoRbHu>Cl panqY @PA_'Ԫ{X5ɧՅv| 2FW w~%Syi>FW7qTe2㯄m_m%i^,eV%FyO#ohHǧ/96FЮZLr?[$wŬ6}_+I`\1mN cvA/QPRͬ\y_RQi|UVYS!RP3vEY|}5ܗ vt$@\" KVMaپByVVta y; G_Udo$jzp p*̷̱g6:'D3iFauah%Hݾèwbgz_ܖʣq#:}Ꝉ-Ejm'4]U*{#P MZ F7aY|:>g 5AzTZx6LާKϗ>kqG\I$z9JsdJBdbnkTW57ԝ=kIZ?L)`ʇP^6c$rJg3.ݘW4'[p=>0-@Q8& -i՗j+WbhٷV&9l@܀m0Z!jHa3DŽ[ lPE+>$zhiZm%cKNF% 00Bb-V5P icsLTKYN`2eC@5TsmNi:F=B6u=pt )p\@Ze5G>׮aS3 /8(29*Q9 ^T|u;i,.*̄%QD[ʘy ByHN/{uLu;R+&gX~C YOd0x*`цLo3ܰ;9+B,R/y0Y7kە9@5=<1AsYfk|9 w-&};N#U"1rɱs_x4QRP"rU'Pb2~\l'$i@;gO,+}ICp±0Å}Ҁqo(xfTnPdM*F ws69 'zGdQsQ#< }8[FOq.7z/j\1${Zh3FpB:lO3 쪀z4gW>/BIO1V(jpv^լ_1Bv-ӑZhu .0~L5 )8vt#\΃DȡTb4SLlB_&+”!d³/ V~2+pO@.Zݞ`99-vryiS٨X$9̄s݌0(E]wGgKɜ('{4#iy\8l |! ]|&(#y9n"n1 2<,t ]9LZ9%Us9G1┨AƜ#4ӎ8M0+GnД)RF[~ewq; TJzy#;ʷX$?=ֿe7?tC>[DUSŦ3|/ub$.]*!OJBp[HЏvÐa;'Ae긭k:E|Nfib"|E"2.]HFAPJ ˷~O{B=W}i7xcQ5ȦY˩"9`|Z;qGt*ǭoܰ.67=y-,03mT͡j?;P+d!/n`b̜Ó 8}{ dW {5 ԇUDNrs|тB2OHHm K~wX# GZ8$ޑXkm䎘98'X8խmZVA`>k1X8i,fZk3FcQO)lj˃Ӎz+RT$scJTJv5(; OL7J-i՗91p)glX>ZfժXy4S %+A^ZwEK:njtksrvrKi`Wf/}<+mVoĢhfZEV뭁 K{,#v.'-J7JGP}V _tjixH.h"~aC ߩɔAO2"42y3iv~Mw5iװ;|Þ1H39?z| ͖[ބXsN8 )2s^$wW׳ \=L\@9VVr  y+PN2L,$i4^7p44?=ܝ'LRݸyg`ȮQdȵX} =|W_Q̧GJ1KrLr‡<`fլЉ9߭gRRݖ@E1d"vk)/11 %$- o&kjU KiWV,QT3t(mVhzpDW ?\ s.4T{58}s]" IK1fD$rI(eٌT/7:_}e%+E?RMŇ2QY@i-WyިkFSEUC"F(תT4''BQl]DGa}BUN|A8 U@0? L*2ʝډf(DŽEƌQsGݹ!Nyq[*TT4SN GO'o RBb7ooa3e/'P1Q rv i6 #A,OڹPRG6{Η1YKB|H$;Z(gStZjiC8@lŜ涏;i~GEq" WYoFշA5} Zz`S1n ݕ~ klMJ *X3d\2V1]dA& fxcչIlyK3?-.j3~f1 #kW:K/C{bLYp g5*SS)]hTdw?]mؖi6>(M|rߝ/YM/Y|ˬ`W\K<.B_Ⱦ12:TzBb`@֑: a&]Dr EX [WlI:hw'^) ORs/L"HwC!֨ Rsp@ZPS!dkYiv3=nOP=9f&_잻`V@pP "2̲6xRe&rs`/qQ/ V8a{a%cGq$^.sr$`],υj|3JzߦDJV7MkN':y }|VZ \SmjdsN%qg>/CYdqm24<ᙛy2uW3VAߞ!y*>UH =*R Ø9(oⱵ&vv {>ەf(yȹ:-d>*UL6[&DM}gE" HGE, ׬Dd+oƨ}$잃!"I6"-ɧu=QrFt!x';-IzK^w.1]Dӵ1\{V~[yܹΣO:ZM?,|ῥ w?uγО{X2PgMk}a/!3|n'O H}n;e.{B t)8qp:ڗB)xb+  DhI|b*w6>M' s}?(B8N'!4yF,)ewmOII d׵]wP/?>gxfԠ—x:KxO;=Cا<: q6Rso}Bq4"2eI9TwpUSP% p68k\!ę{ґk >=NBsv\@q0@=E˜bsoB=`uIAz$ }gO/+PSͥя}TWOb$BڑƼ7OeWVq-8hG`+2Ք'Ug0AY0>JQh:#U~澝ž[`ZP%l͒Z~)/RG,GY[suTGϮLC G#23x^Psf0mY…El=▀x %«$+ja`AF`bc/Gp@ |(9u8L {6 psp2Qn"#__zq5# :%J AGIj~oK NZ3I,4fbhD΄pD:[ji[t@~^0pH#ޑ>%Ǡ{ *G6֒BjrWBm'% g^ zNI!!oqtym<͝s b95= C2*vā >SB䥯<VEյ E}Kllmҭv= q1Gypc q-sYT$ *qC38UԠf=f7KQnَ-%_c+ YNy{BW;Û:zqܒW*4J7|Wk<ϟ} {A$+\" [>P yjAl˯v~cu^Rz'3c\ײK!V( lό)ì!K3T24|C"pZoj㴬h>`{*/ZBdCS2Jib ] 4 af*aOGI[40l[;OtP}$|A3țt+G5~D7SufT,6ƽpK˗ų $|dKy!X? e&aʦ#2EbH9w_Ob5@WӷYm$iOvi>* )s56H Z5dBan4eMR|/S BY=D,7S0ϻMF'+dS&eۃR۴.j}-R)V!$ь˗/׵*7rg,ޗ+E1@>#N+nnܠOaMK!!ħ(#2Rn'Vg-fWݲGnK:ǯIwfx@t@Et,s֪q*#(Gm )a3 :WcH󙁏Wo"uBiX=)V!oLmdߚ./Dz&uiyݫ:Iu_˸l,QiWu/X \\q?F;s< ,ѵͻ 䶚ŬפOBV@e~§yδgF+U9=A22dhkkd(  M(%5HIJU;9|lu ↗f#&ĨO1L j_+;8E(vK'?>p|P35<2ɨ'|`\1̧~4!rx~>ׂe8~މN"`J_$V\^ JHK$fBٺG(K=ʼn-#Z k|(`FL*L`;ET(Vm,I;suVHm;Lq"u 8 S ĽO'Z3Yq/ZqB#?,"ze}ſrQb CŒh:lJE J`PoRsgIOt~ܦC)P1Jk{  LocFbwQU\CfxDmƥrFɅD|F_\xB*G@b|c] k 8j-}Ji%v9;^FIxʇdYt-iSpV犌or[f{99qxp3$4Ј2&tCfH@߻6mM˄vջ4T%^`5\cZn/3--26Ţ1~HsDzЮXTwɣ1, 4; HW `BF(BIA⳿&*>`iݪFZ @u:I EHUSgPi^`^XY h,m+{͡J:d@{VqTK|bzO ؔ)I&݌3)LSm8aBUhN=giwl0w`ox|ABiRw﹉xZ6lݐ=[|Dg]#:D08`miD S<Z0xO7M#N5 UQ,&ضS.-Pg0[.{QN\yN/_9m7b}=mq I}8)-5_8fvxpL ruDdu|=+m[_=U!qBz]e ye8B v kJR[J8DJy?zɖ)V4<͸ýlo4 a9K+'\4`G˜$d<\5%Vr!#+XɢA{\?qy6!. ; Aq;鐼k8OpQzWSE,aȨli)^i%e`su#4=[;u,Ɋp& mkTUu- l Ü Aeuί;D(Bs؎)5:iÄA5 lyez)/\B+hˣR\=xirbsdQ;,B1a6HF4FB Zd;!3;t(­VzBsШ| P"5@j!&k-Qb*-VnjHkeN1*e.Aq:u漅%Qv_7N6rN)dLļpj 9YϙgJ\i B|lMÉ)З~HE+R̥F2Ͳtњ!Hplj3k橝3q8 ty(4=o%V#Y$o򟩠xOâ2xxę>ZHeUNZ$-EZ(ђIr?#\*^7.I̺n\]JʏqHRLxm /7? zcЉ=hh=Snb=3j8 we02ѕ9O?zij/⻫ }c1^N%u[uP\d4+av˫z\?&` Z-f-Gt,nܨu|K5-4 LjGpmν;fHrA*eUF۹z|P/8e\ ]`88toǤ}o~9 >EF=UQw#n,KLV= xD!x[22T0' 7^Z ez FWnȓEНK/&,JFPE JN΂jC!J_47IM8 0N~kD)SWܣ9c(z\6YV8&Љ%pze!Z@4K-)m,=4HIF@a͒T*B[1Q[Qs}1(^TΚX,2 l|@(c(|v?q]+&\\dǐB.g`}%nuw;n08gpFB s$EFp8:3<{ǒdTɔh XҹYɎ҇۬hG榎n.:83Pj딗`^ňp9i՛~&hNpdY Oh4Wu&YbN=P%FE8z&qPKؾ>swX<.c@giS5tsxdSx*RNn; pFK7oa`I(X;0B]wjQ U`a?YTS:i@AJ> 537VJz ~UWrrPGT{PF so&p<8Sa_t0Ab! Gav2{|(:f2B[LDD{r8TgnSX#+ukʺ!osG׈ALrr%;kS[:t5KVDЕ~|FIrvR/+l2 bB>F)׵ e Ʋk*e=mW<0fڙܷPM^K\@['@ ZS{.ZitiiG^#XEBɽ<=PH! [ 33Ҷ3X+Yh i0d"3SXj);AHP1W?LHXk;a#ټiY=\LD~)6 ఛtQ_T@A@{768 x 7( 3Q {a|VMڄ/YYYw@tSm_Ce?&Jء7h0ꪧ|!|۽˥@~=k`w,q6ֵ?-o kK!w` 6ݪl!ϣV-HA[Nw[k(a qgijS|jzŖVb<5 #ј_"VVk%3Rٕ9.*PD\޷aMeb}|/Lֱ>S"beWwI8*sMiٞd]K~&|#EPg<8g,=#!K2p%X}s߅`[KBYMs.MTzڴrA̟ xqYc]}݌rgtO|#sӱ HѓeLo=N\`O*Xr##_6fEK·}"jM3pgk?&8s:WXZʥ<1Ur*PĬS͆P0oQy6"ijTڪ+1ny٨żнv>1u5#c G'tꈘY֭zu\+0{S޺Q /,dof 5%e d(X;@=,귀Bnc]NDVT|Gu͑Fd0!0O05MҸӠw.B3&sC%“m[h 6f]_a=={v1%^&'XS0}Z:>N)^k249_}֤8$2v[u KVO=@4pӆDcC5&.WeI2 x2%Zȇ.r $Lk+@lDWa*e?mjuQ&sO su GbKD7gH(iL: `y3%[ XBf< 'fxo%2s"$\ OB9f$QNa9Dun`Q9Δ'r1ߖ͟ uz/OlگfluFլl#>:Us;˿p1ċB妤_[\l *¬ [Q/8_ݴ6X+ b 8O,ee}nduiQPW&xRIvoųZ?k#?4/W;d:r>k,du< 4KW~ kt8;+9 0u_o^Җ- ̓o%{H58Xxm{R_kBb&$̢R eݳK)& @>޾Xަ!Ox |{Ne(V6N3rV ZϽ`~`/)4"-%%fd$Fqzֈn39M[B:/*\Y/߿(I\<X"}x{[}t|C\#NFVx@9%v.ߊ')<;i7}b^=^>t0=G2÷~,{&S1yɲp97]N u]'yZo5.&qʖXnKK%J/[r9t8ݫ&n݀ kmN7 ^1Ӧʂ7Xee(0 My2B3Y-Q׷ Gȫ(;EpmIl(,>QNM6ONµ{ghogʬsИ% t\LSE~:ԏ.sN<f- ۪z /hd8YP&6LkF@‹XBG"c:*dJu[0,c_H I1ՎQ[YBMH;XI>a=s 4V'm9 Bw>hd/EY5)j:0A9;w6*P,>[ճV+f _i ET=js5n(xYpΏ ΋Np/.vS-pH|s5OLWZLЧv⇁&2 5OoLL53jaY"TF~*!6\/晚F[ O@WN>*4,=*y]4z,H9|APtE{B'+`|o: *IE ?o[E3F-|Y{K(&b|1sv ĖCݕe"TEHzW16%m[WT2NC scMG+rL(ɯ(5;hh|"q:׬ťv\ݷ@Jqs- tM"K$OCJEV2E FIKi'R| ]S~A&[q~aP{ VsK\me'5P=5} ow{]T+iY:Xүx~(qRGN9F'P9")Ϝ}3#'wA ~(`2'=A0TN^'R2zOj=lfPh n@f cb!U =TZ.U#n`L™.+W!V}q|6ԩھBꔮ*%eE<e$tk?E [5YCx-2x*En>;>fcCiHIPoJA)XTb?$s`(_;Id"84dP|k̕jlBrQ&=΍۠ 8^p,;%?{jRb {{ni_*q3T.X^5B 뮩B/{Pn--eU[9X8XI:&EhYP7\Ouz8o?~At0w{[vpֆw|2 dszUHb6)}!<Хd%b_JMm쭝^Ec4JG:u0WP(A-z#*y 'Z+6!1 2`D]b9Q[EAB;?F<ޜ+K5ޅGik1+`kKyI\\/4#dYN_-\!fj5\J{gׂ8a:p@s#*wfQG~f1ޒTf]ntґ%jۼ ieID[~E상\A2R6؆wKDQ9h6o}T ΰчrv~jn )j SE՜u\LۺuS[\p+pS,r '[@k*icecW!w#4oFc_Bc|^hWk:p&$ 0@`&Scpc?h `O7QrH 5oL; 3DٍkqBt[05 A;+nʂ}: [q_4ŎET␮/;϶,ė2xy6-@dBc0zwLhf\ IN3Ee+چ7@zM>In^+i6ؙ|y%||&d0IǾmAY1\߰%I}| 7#:+C &(e|$ Xqjs$nf@y ' _AZ`di 7.q%\֒;8"PQ"0O(W8I8}cJ5(eKMލmMM w١Nw=OO1_oƒ^]A=n3"D֑/k:Tm[po-K!JAd* S=Pəmh Zv]FێlQald #O%"ggDu V:KW@(p-2eM{cв\W-qdᑘfB%Q,v ]r*xrƀDr`n2ȺK:iA9a g190Sb&ޕ+[W<(ke{J )_MS%q=W:3&Wk}]/"Gof6& 0uv)ST-Dnm $-<@3I;B xpu9~LSk/yOo Q&" "o˞ުA(mN#!߮DFƩҠEH/Wڊx#tH#+%<)שNtCjIs8@R+Jdx@黒r-˲񓁣MCNrT6R6"IރwD6}!_ˑ͹2XEq)J ]n xnk0Tܝ?Q1|LK.٤ŔwW|| xrν>zտIx2\EIaqVhvsaKUNo7} ' :/(vUU?}`{W ͰL$K$2Cd0ܶeur"F'WH$@)q$lDرm46kS"S]6m0pj:fySR5HG!eVk/[TRNn1(^T&xa k_Dsv[2Lq"y/d y.8JOo&п,Lɐh6gH2k͏V9s~qIe(\u (o")h̨afaoؙ=R\+hzwd*7;XrA!JBxx`)>%3(å\$E"?29L6SҖkqa-t׳:./˱ E´Qg;Nϸí *U|\ ߊSsA5H.7P:L"u {[y FQgH[V gb&ai $$5o*.exavڌ)qX* ;0xczF'𰪳LPr޼w}H] lchtp]窲XϘoHA续u94,:XTk)"Kh㰓? fJ9i.Ld}bRӚi8/CNv;;PcZ|c=16w+n BޜT:2-m@:k`K#UQJ$nU ?RrwbkP]{{9#s7ŧ#0ZXE+Z4+Ʌ^W@Uw_6E'|How_!g}c32 RNr^Zrs#\5?P8ڃߦQ~eOTf>~OOFtĦ&d~9Wtom6F|t|b9gA{2TIg6ݟDCc B;z2?sXWڶTt`U 쌍HAsY4k >/b2Z+s\Ll *ӡ};n4>8,Aet)HT?oRΧ#-XH|6 l^`Q7C5ڑH&w4k ^t@m!/L К!b@Zm q.Z>Q_0\ 3k euVsh,X69-ڀ54ua?Bz2.4.l=d !]5:5B:t$v{pzǽNռogɕ>>]SR 浆9.J"y2GLHX0668*E_ž&D+&PP7_m oIN~,쎂h@,WrB˫ dªAϙS9#0}a-xq2U$813;F)󖃖55cC{)P# H d.f+{kN$f~%-NL~ uc9ҵ{rb'2^ӽ̧3=0OЏR3y^"tHgO 9(+w,=2Ϳ0ˣ}!3EyLKb03[ܲ%v.3enzGI 3RZC=L%aILD6NXI8PV́n|26Og_ rWN kdzw$9ST#>(O$9y(2R7FV QzSk| J2%$c8$ .ص@mJ>m_;o)i x)^[؂6K۝j D칏kv&ü~i 'z|]2t9 ZoO426ŀ7BeoG8DOaDCa{V<%b=)PU9*Gu]X5AؾH +h%v?z%_]*\ѯF]$@][j*e.&]9v5,9?'nIXm+}ukod"se4ܬ#+%zNɡ{ 5h8ؖ2W#^ 5=u&"iiQ4yG}wKv=5$pJ ZCl~CQ5@Jx k (ܩ^m2aE$-(1$YIS&߽$׽c!jݸN~ݎ>ƺ M?|7x@LkDc9.1[z$52t7J+.VvlHDClLD$䆄nU۫Gjk$j@Ύ~>v\QT"F2O=ܐa ^Ɣ$+FϖF1:wiz'm@-ϕc#RQb|Bb!j~~:a Jv=D/;(Y\u+_'HJž?kM3j"5A=&/,{ѰldЪ^>mWd&K/nmԇEȏkcױlwdJfм(L'}kAh|@ʝEFvkS\4@}zs r/!*t֥&5ѿ>OOJj*լՖ9LEaErwfJ-*aK^G,@E&jL~92,! Rv1Pfd}VQnj1…YDzeɑtJN%C`AUM/0^5P iqQɸyoo$*BT|4zVTjbe$r@"ٱ#z;aF{Bmʻ Qݶu謕b;?ܢy_BQWS-cl%ZJ.'``{T=;~̦b[Z$:F=xOGڃ}0.-c#>02`KެTCN@lo+;3s prS|Ii=Bl엖I@j/KItxjlM3~nXzJ;f!1@]huŌI&lcqfOqĉ=B殽/57Vy@Կ;+G5fL& 4 O`^yӳXJso7K >QZxU7@ă"x)m:HGyn u@ݯѫsaA9Z[{Y`Hia/ajׇ@ cځff1O2pD,iS3HEyiwPǤ=qˀ<[W!ՉSxCaasעJ UѴX$ş_. ̂W\'l%riCL ؛&'k  M>B )A?-4*eJ<>lR)]Pw0R*ÔWóCvS&|Do4ʖ>^M ځ*S9Ȫ$ $oIW 2yy Xc]WJ*Fkx>Yr)d ~Q\Jpڑٝ4|uG![njW}i~3W‘5aDfV)Btϖ<:_GU$tR4=C?ZGFQ=IaGL 4{= lcSm9𯷶T7ʣ1mR ۓ4H"𦡩d`d_)jT*xLF78Rd 5{j#JH3 "hIjD۱x˚e&)to[gRbPzo\#}Sc[絍 3/Hdo6VK 0[al}̴jsOBo?*GN7CC8/;` = /cH+Ks&` IO7[z6'HVwUa kk?"5lYrd`@1{XctOꗌ*N TԐ.PflOGMnt?oo۷vUMO,=׹?LQuڿ$Ea29ܒdk@Em9kS\* 0);zF7w]֓Pc*ȗ2t6ri4]녌d8[QZ~z]tUVQ>cXv=ieI#߯t6ѡ Xƫ< a 56Rҙ0}/aZCqXcy^)nZ;"?ӻܺ!1xJڄRҡ$ 2,DFϦR 8IHj4h>Et~RX*`V})x8bTݰQfmFj2{{mv&Bzi5}Gef Q.pol#닲G/RmZ//?~׋PgBZ7x] ǔkoAooO^w4qJjl#"M IVyT6{Erc|j' z0,꽒1{Sz0( IJ K\N^#1Y>L'N4hS {TmSQd9"BJmίuTPMeLVϔ&!ut.;LntbhAl^Z7 ;M/A?K)3 c&AL_ SnUJM :U._ԪܼA8VVVk(8x-4_t|ZL4(IG\\&}$'eZJU@>Y|C1ĆJȯT{Du荵s&f_c4y&|rF,iZ{2BΧݲbM{ Do9:᳛h{GB'3F6qޒq= .iYU9VpNDr^-Dݛ}&q? t]'و*] i0<Q`#꒺ K@Jz j;@FA5 7]:4ۖPRPD=fW)]{"76u֍4kp_Qᕆ\5pH"^.BNI=uFDt`@rD?3Q^BAf"灱 )Dy b99pHCGu "I-IPJ-p͚w..,*Ui>ȬŽ3űOǓxąG%O+v#>ThNVD4,[WšU5\'B{f),!OvhR{כfDQU,2՘<;ߡ@zd`WK;E5s~'csL"4iP )x. Yd^^BNqI g. vWV73&P4Y9ǛDmX32>YuҺ+9<]!wh!7e$S_vk9uBMѰ 2UIߐ3!E-Wkn)"d&3e7?k!y /mcȺGۋway4HɠD(Jp_-mޞvݨ|%u[΍cY'9aTs.\T* ml6TIy/⋮h~,^C(Dtc@tH{)y@y13Ym"vHuvu4TndAaKUh?n5`Q:Uae)xMdF&D>ӱ i2/8؍XDg+s%ƭR8ٴ_1CKs >v1f u7`h*YUVxpB хINJݣBi?6&o9n/LZD!+S3-_{iMZ^'Q𿶮g+ lc#RѲ(#AhD5n8*!p?=Ǡ:1x>wrhŹ6+9(`´wճ'pӚފabCq=-o19.L̕$el^g_k@̯cH DkV:??g:8K+՛Л} Qk~_癿b]! fY4Ӂ0%GJ-4h7>'Ȧ5Pڭ?-qΆ@c[# aB,U1n*, ?v28&l0&ܧEz24sG\/&W@ɨ&;w֒N "`w9v E.5>-kn'G+cv0E@)T&pa8d/GODg6 E!?w+'Du%dW!|dETL3م.7"t)C<_ON6;*,x*l4iTJs{\*dU^Ԣj+"v}y7IK˙;k_G9P|]R\=j/!<)㜴H_xp"TSr9!jo8 W#CV'^^uf2y'Qa(HRuۘ(ٺ%ފR<b"{G·20}%I9%4X>[i ML3@>Rј}HgwTBQ,;/fde,F y>>lE1/jK%/[/6# c97?LbAFQŶqTmm:[ Zs3h؂>61f乕%_Y4Ɛ0 n˓u2=88Jhv}caV\-y FR c$i1(rQ_lJJtVzHyNX[1 H|8&)8[,]%7EhTYVB\.١>IR_$~u!&rM<\o)`@^Oyć]A@|K>3+ǵJs}]!_S0O\7w&E uj2!fu,Iw[1Q9婩V뢎`1v4UҖꊋS efi$@VĽjn] c3kz0k(D* \_\!/L80+ @jݸ#F;(X6c5@dvQ]U(73  MYu4ïiGn$E7Yq\ qV{0+8Tg DBJM7;r!Ky7™ }3}678*D6=1rb#0HdS~ 'x>Ƙkޥ8~ 5NT7Q^:ca+a'P}K0EFVCKqKA|oy*u2;f0˶bE ,rAyB\ ĝ[?T'~w_=_8w=>;_"Gh>+,`qG[TOʍ8eЩ[F[&ۮ!4,)3kAȑq޺Xzg%nJ\aKxmrj\毲@-~4PLj໴H9x&R|?u;K"cm)&6ߨzM+%b^k᪽7tA۰a}G?2˱J;`PMWNG!otsʂ7Š$\ͩK gk;٢NiRM+ղ;4ΞY@#}~ʟ~.Rn:ȅ*ڈU뫫;a#܄&jjqAZan( dXmEQf0}劂Pτ^XL9k+/|6n {XL/ PiRlauTDT;Co˷X Έk2DIx+ oP8{2Խ9zs]Z@kijf8O}Y#VfF#Q=룸h/kNfJ&ehpK·0|eU^h;;W"Ԇ/ޫ6 bh`w+4wͨ$Fɰ;oemė\I[8>^$LɏrF4l3쬛a>8,x~]ע TM-OohONGNwPY/Xԡ%%4:7xWT4(A7ZTHQoS\VWB>UfQg8 0_&8GKi疒c`v+vm]wIiwYw< Rؠ%m]iP=8/L(X1}r x ,[#>$3=EcǧNqlѣ 9=Sֈ%Vfw⓬c5l~w®;5DRux ?k+ws09ym7Tq9˙h=x" G[x<7]L4QM3+:,8771F7S%M5Q.1f\I=@a;1J@/ޔYJEe:=$ CP\\>$f~:jIVO)( {rCkg'yVlGƺV o`K 5ِK&!a~쯜"'Lk1`dbvy❲tQ#~ ˙&')SykFO@pKGWVpDPbӢ8Fl1Zg;O45QpA Ʀ^~@s'ϡmLxTk,UDcKh%cF$"r%vȉʩf+`rrpF!LYwnsۇVPj|. %MO^ʑ̳y0)߈KaSA6P2_(Þ7>yB@<3~4@5hOcN Ya"aֵO%PD&,@\vB5e]ϣL|t{T)u߽Q*rNrQ'.un5&z^ 3,#*Ux_ҵ 7hJki*o,NƑ`+uT4NOwpo(V&:=7}VQ/a^0WC[P-޳8;{3~$Ҟ6Ht.bT&jA )Zw5Ή 5#ϩd.7TY2GquVȈ?M/y?%eؑ K:bտ{Cs76߿ͬ7L'K 9*"~&5TcDTdF`'<p-e KVoc߃w?./T(X=e!%w_.SDըڷ籔Maf[3'|}Iy\L1;@O @CX8ʩ\ BdDLa#JwiAWr`JwU Iv\v҉c{ ״|I'oA؈ʽeÌշpWGݠW{]f6bT,3ډ!JN@P[wrzcTBҶckuϾKAZ u 5:$NLA 1 h?ܾ}lD}R1~d\ [J0h6\ :Q(Exާ+c>@;5V wt +b.-aUD ˅_$C I-0DY 1Qp:,e4Utp ISɥ>b&=z17eZ(dUֽmŢ^9o:%Lu;27f부f-ZGYkS*LW3rs3qHFLdװקt˧'r \ԔBpLjS]K1cC]"%.qC/kKh@8MG0ʃY~9JtWS \ơ$r0;u fRiz?/ͫ"%W(UU %jnCex LXCD1J;M)j\|uoq^.e+s7~gN'둼<;3r@*4q$qj~bIݭ[2[= .T9wp Epj9So}qgKmki+k7ߙw"yFҒ(̓VY] zݘH }?tPPs yh_ A :74}r*WyuF/߾`1k'$^iD})iPGjn5 ^>w&Y1zg*@Oe1_͡iL&LTQbk6Ulb`9ԲKJ09YHvG[$1̯!Ut7\` qRx0-ݸ"@Pd ξ8u2Y7ݛݤDԟP4@V{pSH 2>|ል&6@Ü Ҩ8mi>VH༛?g^ 8H 5OJNS%kyNño[ㆍ)j8XϮ#nvļh4 )Arj=I?A'܀N~a:A/+lݩ,pQ=m gfxƉ%Y !B5Źitȼd6~IOJI-E`b![(21B1Ƃ\zbhPJx,叔lc&N,59 0xKM~ ^ &þ  q #b 2B`Ե)+#רcRi)J-}ZE0 kR27<2G$#q# *@{eMUz6QкwԎT' Ӆ.aéf|4cPRƘ5!bM0?y Bh %֣ VͣljgQ e^RlӞ˻Ӱ^#*e=l4=MW8LrG|.l$>%MG5+ C l쾕1Ҟ'v_iL;'jԕ6v5|D`n9H&?vɔXT5D|!`Vh!Y8zIcp[D}/Q/zYHa@ݱ $9D'xZ]* QZgb<"y',yMTͫ 옋 P*$y#+Of,_q\ܔ%% ۘĤ(2v,EBOͭldKo_/Uډ` f#8)XTmώ\U01ʐ;D1oZ.k\J?gJ螪]'t䟝f'%:C=4$%Hax@$uՌGJ4cgڿ߳$ hSԻ:=NB7K#VS? .^~1s5.UbryejRnܢ0lO)ea2,mG`cHѵi^Az $Rm>>\M@Hw'!'Ŋߚ/'# 2n({~آs}V52AS:$)DEQ=)1sx 6͜ RqsG".{aǩBjDO^ل*tcY?>`9SuBA%&i"׍wfDҨ5@3~b (qiGF0(FTC'6(J܏/y]N4DWѣkn$VM\Ū5;þoSy̅IQB`;.}0ͥ"&B>|V#8-^ЂGBj^n^=YB|<]aƕq~{5iK">)"K."45J+UCv8g\v*Rc*_;gg726tɡ:=o\,>ȸl&|od*KW(y#r Ӭ Cgv=cgp*)a-܌ѧ:&-o79eQh՛#zv7f} 84Ӻ]yKZ|YK0;35Vp/h"d?8wZ}{+Dd9UH 1LOȞѡ^NT7M9׮Z;9ICs>!fBLUF@x\*$:y=b'7R[O DutWD6Dh7y6b NQo(>xzׂ^s/A ?z/UNЯSO/ bn-aJ=STD*#, VeNHH:g, &ׯ2bPY;=lXv>_8ήiQ(8CT Bdrmg5 Syl3 @z|;^IiD侏o#e`^m KV߼ A$C!ק/ǩQԧFϦSIQR=zA.ͦmPXu.uȈvkZ_",[f8Ci`3BuDGw~NpRW9Y0QZ\196 PYﺰJ =##_uD8M߾nW`ojU+]rdqrf<{qoxVhW K4 s=TTaWJo5NeQ,Gy} zxdLG`^JᙒʑwEk՝NYkW~=iѕɧvZ:K5b^UdaUl,ĉQn̦r+ :P  o^AȂ.!/i* s΃Y,?Gl¨)_D tusbʜrԷp ALYg"l?MN`]/8߿k|$pZ_g#\E?N?x}v}#SJODhܰbzoW5QL.HrzBڽzo'jR{bZ4~ȣegW1@nq0+b;G$ʹ`\luYj.AL}ƝytCJzz]Kg& Ә&ʓ!*#Xem|eQ >-NÀjMyeR_=D0*~LDrgѳD3~u>8#%||dh 4L%&taAt[`uxv-*]ksx9ȧz)EII:>g-߁my> )o-W5I5AcxN8oJ kd ɔDfc6Ϻ2M48}J_lb5s91̰1=o$5qjQoSQ+ ~t&I--=[i_,G/`ľX|ndSi`N=(?k7ed&dVOcW!lߡ._5aD%!9{xtnzIxu,)?*f,ưu2b}*¸;:\G9C 3՚oհ2h[;f5Su(a\Lm`q?@rdW % XjSM!$/HA/k.L#P "P}6Mʺn Sn,0|{ kZdqwh]xij-p(^Ǟ%[% ֒=AbsTèer^;q%wr'¯(8| 0u#ёe6Dq7? n5#\K29XFs~ Y-n8FwJ8ʝS7wm LקĐAu1b>vMQQ1OFZ6).da̬wrXb~($`7)4L;kEծ JpBf6+ĨE" _JLؽ%+JDkH'Hzg~yz1RUa"io+wOaaיc".%PvxvBa[L 5l*^OJ $MǷ %q2 +fKt@*Mߑ] ̛K֨Nrlo'$[i) 2 [.;Go7sB:8BmOQ3Gߡ~+٤n +ɼ2?`1".Z60ZXT !:cy5=MO~ç@G<9_գ9V\ U(8/{)+ ^( ʱpЯ/ˏy[L_sl8M(eV5=ԩUTe3^^M*s(kҿ-xf.%k#2Ē8 ɻ@UgfwKQ2$>geBlg/bF\9N8(ud骚%\ zK8`20 ߗ)3e^%N݂ٝ4H} ~c4efdjvEЧ8E?ŲtBke+էGN\$鼨Kp-S>e;C3Fe9a(`TWtVx7O.3}{(~ʋ-l?f8^`<6`a[#^?Hch"h0/Y JB9[ʮ[Ԕqdoȧ|;,٢@Xu= & W"17i0y;2#i5V-a+lnO}-nϓj e+02(i麬;FSWYktۗ:tL9M S[dO騅cKB,$YV7Pl]VڇIrygƸtk%?Z딄d'1uqEޒHv`b>ţA% n5gjҶ$_L.c^~doNWe] Xͽ5r^!F9Ln t.ݴ٨B4a0K& :0^_d6i]| X(!jyyQ X[KGAℵp[HQ)cJI{bQ:dc+Fj+9N\ O Ɂa/ 25m:1âӉtwm?(B6‡b fiū!u_ґcZ~H$mu9]%gGxʐ\1IBʉ,>2΁5Kq+;@ ~#58>zM eu,(VsV?2:Y"-+zCe4j䱼ym93dn}b`"ZVS''mBLȢر܌ROUYJp xw~+xi+&T2wYL& ?Jf G )s[ hZ0RpV~%GN]}P# owBNv- P kqaٳ|+|&m$p֠uoA.㫠eAW*JE~U'k.:U9rʖbyjP2}jrR^8NF$7~D.̇ɞ5N .2%۲9fs {ڮ>oS8l  q-ѠL|Ɩqfh6pɽs GwD") W%H>(ˢ #SgKfS ~o￴oxq4l el>p&[]{bOwNd da⩱A2aY6F>CAEmJ`MEs[n8tsYT#|2 Pnx&l ~lՑ)Pd8Ž>!v-ZL ֦L$k51DJq؁"W e.dX`VUأJ\2ˤ bulo KlBɋLoâؾ3] s]75{ }bb*3/e<<ψw]uwQAxM- 6&tNs5sIKr (PQ͞޾iSౄЋ0x4$EX:BxqJp +/%o@bR5[hXٲЇ OP_7ʪ%IzV|9ҝ#q"ѪJX$֬hzw (E"T6]r8,Y *.0|X#!HVAfzhrԎVnT^@QC U4f(u tnn֔B/^6 y2}AD Pc0JD>FU:Ha?Gҕa'b}EhP⤱iyu2Ɔ/H,.0姫^(-V~ݰb"s;Hyq@!"Xo(#l#D ;LaƚDgM|i;ks\Co])bhM K}\@먉gRźu7,EPyA.Ar8RVK!N{O&֫@,y$5UɿVlB¦(홊x*,xFb6 v֒ߵ{7\tV1uכdqY JLzm&o|SwwMsfָ[MDPdWel;}8tOIʻ;lQp]mC?A@42ii+̾:Յ+մ6TvW gpu]lTB,= gN^a{qf; ki_7~+',LaW ,]p:%,KT2 ߘ jtP=tI,+Lȶ4 (>x~uQ.[WP~sݹ F&,"YXttqlCI}aB~cr U{L";Y Fv !޽ݝSċO'O~1ҔGN9MK}b1@Zfx2ԏ-4uizu[MP4=iM !Njj;QwevYt<@ȖIn_"59MH}2=Fh_M&ؚZʹ\$Y4b\as]%rkE7Vl%xhb#W9gVUy6=X,4yRΊvIfgf\aٝmn(tXBPɿYՀ"\-[ $Oҟs;8Էz=1RyR:UYC%_ؕINjqD̼1 uc9_o5j a,έƷ, ] T47vH'5whNQ[t\E8xq8ox%Dwb] zLo! Dnc@f ߵx(/".QOȟ Y+3+7P"*&͹(1Cg#[;F+!SnDJ !f;'ĐYd hXV}4!P5]O(:H!QLbr}%֩C6 O^kM6)@od6d^#[$e1̖'[0# &=唷(>2D!<%;FQ.R5z"%R:QJ=C2ތ.#paU[X1}y]sMNܕtT%\Fss{tYi]0[t^u{}k?->߶ J`DdI3uЅga /؂&}[,H'p{egX9^ƭ7L#9r[>T ڌ.!RB;k@IV9e_Qk׊E`"$ܧQQ?'(HC.1B~:>O fC T.W, ] Pb`K UwH1|m h&h 2KO#Y 6X:2ǧ&%I!<]p yLލ)ؐYvub dc'sm3tA5r/@o= pn;m{&!SA ߘ#[}ſ j~ _6!!:M7X5vLH|4WSƵ %_U(Vkzz2O($\uih kt ȯh"AObܑ͜;`/&)Џ7S1P9q\ Tg UȠ?p X"yA꨿^"|H|+Jb"3@~8є0ᙨ39^HVi02ͽ`}k=@~ e8tt8 uiVuptp|"aDuY; ʻ$uPÛ=/CJs8KvgTG pv^* hI.U@+Ι63D~HÃ')bsa,qNuXks^E~iۛשY7aW8yvInU"Xikad(#"TtR[U'ѷ\y#ͲJ8qopQsw=v [H\ݴjEW=02J}T"r].C6pO @Ob'HxSY/ܞ1`o0c {.Ag>AsNi y`:Fo _x[@HiD':MW^7IΖxΚyv-#MU,qk@4))[kffL*W΅Ax$-@s!k\p<\!-wkwԱEa{+cԖr?j/cCdp>-y^ &Mhr?AD1thGe-Z]?Omڳ{'6R +[j<  7@YE LH#M˪X8<\7e4yl :i0hWk?7G 2)N/P꩷oIJ0aNb5CHsU1zX=*r938۬M}€,tk wX\OÖBWXP 9nvG"M /o|'b HE#8'|szڙ9MXl9c=Z*!~>le';PTo-E4edy+>Bs l,g_m]@yI#TGap92f8/"t6KQ^S|$ &Q*(aSкIMQ .H`{"7jÀ{i\; +`"V0CB{kcu)BisKfXΠR )rexHĵ9 وGNӿn!T&:ߝnt ({)h+6LF&~Xp̕/svj|Wp .0vS693'܌lߖ߅ח) #<%;|vy_% 9zqȞtH "G7D6uw_M|IU{ ȈT߇G(M^!8ѾIN!!> zYn94$Z)9k|5;9| ovK~1H^/$|;# 2}ײkmAu7h/VUՋq#R<8X)v|zFp&M?ªRH} Qs!@o/}[jG%̓T(.VI(ojl)C9CtCX8 ЙyUa4cbp#&G QE?u}y2*\sJi)IΧ \osM6u(V[iYv'd%PXzw{iEdWC6ڏq7Y*?9݊()_W^z_>6U!SI%:^!g%u0.wBsv[S÷>@Fo }GMKS}$$ڬN,HOq%"G`2̅cuqKXS`+ ҭ1ɨ6=~b(j#˄=bь+jTtT&?31+>X;Ȩy۾iqy8̲(qpR=ĶBwo&*8PgXY@WS34Eh4K =d|`^S0;qy<34w[-ҳ?[f8"~=j|k>Р=qNʄ gϗ:!CkH=YF։Nͺ *ɳ#i;:Ut<5*y\.e6^ *TVTҞ #"so ᬈsXT1{ŋ 9qLv>-+ 0ۇ+Fu1`j/3Qs1식_R's?!Ke=I[B&:YGƚ;LwN'n,$(N$hLPz?8,|3k!p^k*LE,4~8 H~z"=E֏Qcg BK$syrX9BMH|0$gWȉ T)HÅS.[FLg(kQ$Lyym``;Q4Ӡw|<{+>ļQ)h:@bAN&c|?DК*>^L %z(>2=;Mhe؊efux²˥܈8>Uk|͹Q t[(u2cj1sxRgGQY-4Rݶ3y_LEuh ¹w|# gAv^ƋN HJ${EPm3,!ChcB0 +31N?!S_AQ^RJ)fNnj#xB _l4ԬƪiIlp ~^M7ٟqZζ)rcD ((T1p!,iOV9C`V$Z玀oRvfkw>7oKr ֫NV]rkͯH8}fw9u[qZHfb1s{ࣉND]lޠf(u2z[ۼou4?= T9Q ?bD1{hЇij{;e ;?Ni(nacu*_&;8̡f;ެfh|ڥ MW5`ƖmN;G˜L *r9:5ܳg]?r&yօBsOkؕF["_"k'Mr';{h8q+*!Q^ْ~C cuM˯^HcFRXd(Ye/J$nY2bZvͪb6 y*NgreY_}!C#.cY+גb }P;pB-ܬ-1=>)xkGM9L;e')[]R⓭~,vc0?0)Poh_;ƣ܌It¼u"u "iq9CwbѼF9ffh6@̿{Зh-+,rrӵ= Υ?pTN[#K+V\Ds;$̕Lk'Jئof,Y{i 2rYx4>x7ՈU)3Y 8Mju]h]*;-}Ub7gG `Cȿxa142B SjZ7qq{Je#O6bv#N,uoHҖ,j P+hMHBD}ij 7T+d /T-BD0LZ6~b$U罽E%*LoISuJ C̮,w{<?6&j$S3I~-*ǷcynWi{R $ =;k;:y\b 3"X7Aۉ_C5r4 ![ P/Q8K2c%2F~5pz?)lZʼk>i\)>JCY@f:*Ԭ}yKVwz8V|5yޑ*}T&XV20u-o~,8FHGjɿ6ƺ.{X{ל(KYij^\Z!\zF mlނߦ iK+wg9$l&$#j>e1]{k>zxw E2F`B7`kFE(S)ؕ.4(lumA!Pd(ޫ/ y{bG frx7%QE8k3JdH|T%%D4. -gBT7.:LWglFY3ZoK5磴ISehI<{E+ȟ1ENLvKT#`m+,eYE:GiKfyʪ,=uЕq  qflhGK9y7 d]GtvKev_US3a 5./#4=@t04 fn>VS{e(|0ر"h2 )KSOH>I ߴrоo(!xm7:,_.a= 3!d ټK7]LO!1\F\֚3_~^ n_59X76(- 'f2̴̺xY"/v2:=Y!@OAi둰.- -oDF&c/Lrѯ.~X =e$PsЍpxiޜ#n:bKIs#*@p>5ˊJvJsDT DSJL,uR7"L'mhܼ(?<Ș-d7W ~~ pbTJ:7*!4".9pNW2Cefm~ęM)n`kdo,^fk6ƣzY{Zp; tj69TE2mv>' TuwIo 4di.>+H~Qa'QM~9Mk:(d^9m^;aF-%g̀;2ak *\IuɫMl3ts(Nz%ePQTe:mGo;FW TJ~X*dH%‡"_5ojl*|yg9%MJ%gաh~7&JNPtSԜm.2JQ=U3\YUZlźcI ކ  ѷEC"' 8d8:I%X'+t2=B|p!VPceEٿƓݠIֿK6ȔwGMY{?1Ch;QNׄ Dꀚ~[$wA@>Rh=`O6Lh'60_2UҾ^VB%^Օo_UO_YE)}Q䶷6^ ^_' Z 4J.e3'3x'ez*-OV;xbʲ^)LmWFVkY05"py?^\ܽHsdqX!>}V@j4`N(:,T ~x6/;/tDz "kƄlQPJ:)˧X͑oBD`,IȐ+Ң3Bڥ29,qZLu4`_H(K!:b*4ÝEOC Ќ?%jiC~B viL)/ĩ"lcޟXYmx& W*\R~hYPk!Qrx; x6!i/BJDŽ[In;6uuc)I?MnOW|O*4,l zʊ8ut?;Ktq"V"^'K([Ko-sE}"]MX)93z ?a/{bpuv|)Lk14+84& ԃj:h<4*::KI3z\/]Q}"^mJS`RNjN`ÆRA$^c 6aqɚ]=B5SY@΂B) DҨ%a&& }-).u mk]gCɄA0MC}*%M$lʢgRi8!- SuZ.C;*2R֓Ǘ'VP t%ئmqh)CiwЯ2`9葧Z qGA|Zt݇8J1:g'BeLL eUI$뜾c*:,ld :Ú'+k]l*1o[_ƶ؉SGܴ[/_Xo;TË1*C`L".)z~!eJ+n=t>F}{n 3h(AuBU e]NS0ZQ,EJ94s]u?8Qܹ"BV^|le1GWtdws' G}Ew2V1YZ#d//׮P"'B!7'|DW:DE\>]jC{nā 4lQ;Ųx,!5Ҭ]Ž D|o# Y-s*bxǫ ZNb[1 Lbх]! DcwcrMep}OWA!3*E2oM[!aN`{VZ9Yo܉a}mcNmpCar8ҾgJ׸k~MtۺhVSy!V@ 3|5U3cl/ j?C/;=6n8 מCw}˪#xѝBTa>on&΀+t)wσOHDJhLhgZ:ߞwluFuu \̵Ӫw=h~76wd}":z N2_AJ%ep6bvrbKkv4U\]T-rv1wC6ح%mѺzDmW[8iq9M~g u1=5~3ͥD@DXnkR%v2l }Q]p/OWϔ]c~rAjS#MD fb%pr1y5LѱUG<"m=.I 0$jƼț}g '=SPsS`-a]e&7oIdZ#0u)yٹQ \ve1ÅLacq 65$F!j! }:t/r b䜚_#U|#ЪY;v=Ha.Lz$ )u 'cso)r_79"d~M#+-l&IO)ZMctEܢt JWX$~J qD EQW*nPfW,F >ϑ %yO罙g6!ڷV@|P{緊7V G3M{xIx{igRx#O.=K c}Jt:0գetT3RsC$K|I(9O&/8'y|$s} ~ϽYjN Өs虷PDvqNqIݐ bmZx7\}yLajtxz} ezzIpZXү8Ef!XxTvva>='Q#(i ̸آ^&C]azd< !h$j5X~V-[po}jĄcS˾YYJ5zw0}lbbv]"w 8>[I0l6_~W2&ݵ7˲ΨuG̜K't5w|˛1jCBԬ8pGngZ.>NN N ![@ZG1+Y\0\FbAwJˉI>qAʶIz%۞yr %2@>'$!4Б.فS}e3o%{f2XJSy K=8 3"7-TށY'Ӽ-^"e]`@ #R""v:cH 85jpVVWHZ;^OH5IȌy4/s\jޯ,7yYfc<ɹVI$6zNt6x$MAֽweLç\lW]{zoj]t&@G50DIT.iC.))tظA nqfv?_-7loj0*Q_cهH%]!k$y@~L<R [;pO߾r檈ߚpF^,tMWIɯjd3="ɣPl{ 0er [L*w[\8 ڢ6fd~G\b*_LӝQW,X2ʡ @ѰOot`GjZmt>޿yG-lNbRvSR By ׿}#w)?gi 1Rॵ[J=H=Y286vA}םJ͌_xsJ>H}w@G޳u: Lq[ggNŀ{@ce0TP(Vó;^b"InT#(Huv]oЂN@,ŴU06e}a 5%Z]VT|FC2f<7Ƀ΂luh_ZQ`Ⱥp )qef#ZWKL:l3n5wl {!ygv"Cm: Ee#o49.6 :Iئ@$i+v#a~W?fNΛܝ+̗BQ ]+dym Gm5lHlG>w,aJ6Hg!Za*ܦئ!cZG%F,}77&)i Ey U=~rR{܋p&0H_7|Ra-ݪXv>C2'^g#S2 ˫oU_#ЯF 6Li>,!zpZzbl^buȦ3%dY[c h @.y]S|F?,@&n'ۣ-sGWB1In{Nu,?|(n')Guk5.;2ш:fl.,I}EkZÿ$vqU#ck$:] SV Mph;$?IF3pSl %U hV`@(uN%D^6.g|_u}J0{`mOf~I9MVbڔ@!{aJ^;6ЍD}tν aD-8IP PUCXrk, ^VJ$f[o\mV_@CVL>]5{dS^$7@Vۧ}yCG.2P U٢N>p&hZ"6]"\+q,|Y kL2_R\_-vS@qWE(Ԙ>)=h ȉs߉ۚ<.)D-@E.N'cP. )e' E=-<9C1og&")g)YD$[W73` 'sRvH(o pTxk`B%m# * S7X̟~?x.H2wqCqn;'os[9<%ad ߓ\Є='H%ݢ{H! k,b.T2kBq7+$U\ kh^Uqic6 ĦIcm>k ,׼vR"{Фh}yJS=yQn[F%>4cP;kXoKp>CmHR/}bnPSNsݥcqN+W+\)m~e8Z'*l9bcժOyZ+,dWJP ucy[&F7'oY_g3)A3ˣ!ș{I3D.68 ٮoCtl^Y;TorrUWef jt6QK^HV#%tZNM%trdY=_g(r-i νz5b5BDlc@P9M;ȷ$,(k[|g/ۻ&:&W1p^Lʓɼob/C\!ΒDۆ+|Z(--{6uLJFmjý]UY^|\'$O(^bϮ"΁qEFݒ[땐~Sx-܄%5]@(ө /C_?a| 8÷}!9d*˫q+f:'$m)R3n*o Jj/8odeLNsMڛdT١͟h `0zo>qZI8UyMLSvYšW]WPOLTs +j㐝$s:L2tWQzۢ?!!qahϠP('=;< )mƩ0D\Tl% 簂xVNȠit*d4->QTer+v-tkiM=_d6C*4o:GsuX*p1űךJb*t% *MR4}iƳXq6X~6 ހMƏ.%0DIsd4n^ vi ?ŊTc:x1)v+h*_\|{o5'&F#XF(,>ٹ 9B Յ$ L`O74!t}|BPCӣ .-9RP|7οoEH>wRBGj2Wv+)/ I1_T'˕t\moes*a7YiA㶸j53zA)K|˚ }PRDg*pB=A(sA|sY&<4*bB*$QEl@m?B`-đӫ#T+?z*7B;ނ{n;j՝R!t@U(?M/KFCd\n„F\㰄ã ʩ\)%ut+a: چ64xQjQMCbw<k R(--81ZZ<6A99K,̱=d i_*35\á"hi!)NL=qFnN k.R| *y  X?"4e~s1G(ΊFJXݫ H"3f'r-hJoԨV(IxtPCO`ۥa[E77i8UN]ђu;G(}>2X&QoB,Ĩ(aH( WdIO!BL ԇIdM|ڢi_Jy\" #e@?EL" W80 ӼnG0M:48?q^-sq[`IB=<;f6 mM߰?@J!ȗr;gtT}re27s4Oؠ^(ݲV5e؍hXclYPtT.MssLOfx!BcRe)PA6bw=G{^^0]x!| ZI nBҾԩdVWԵ}&*@D߂G(機xוl"U`dۡબA~(ow#5+p)յad,p~rht |3^& _y&v 7(":=nQHm31Tꊜ#YL*Nv .M.-0lm{4J{Oz:=/٪S=|}U5^.C$̍>e`>Ƃ5ҐEev8Vs0)+B常,}-OY"mсG/;,T/DpmIg{(ש}Z,T=E8YB\! ?nUBR׍3%L5bƑ%0O`DΈIxC <D2z_l-r/G_~b<~[22SL7M|ʄaPCZ[ z]1:;9W ^}c/8e% c_72绕Oٹ53;9.!6jĆVB ϾAmiʀHKue}t2Șȴ|V4pd$`S:U䪶b5fY>-W=izZm*}j:MHN ?0㶔PSDbS 27jڞ2xݷ@v|K 鯪WYy1uuH ֟=]ٶ4] JgE, 4<1@[PZJIڮ)ðyY@:-"8rgT47;rYuWm[q3FYnjfIZVĂPEnrl(nHcUO[1#ĩMb8:v{hHWonqR`Ǯ]#cAbQ*>tSn^R/0j:o6W1?6o?-sN <%vtI.+uVhS25%Nd~ &^ʭώ''-wC'hԵztVFkFg~zC@ aO/$dlLȔ=zKIw=#uɉUNm^2jjɐ0XwW/E/%1?3iZB%iC}U`m\IK QJ5Z (-yEw߾;8XANq; Y;nC)j!TY͢ZpZ~Le>yO|ujrgU{P>4ȗyOU¯yiN:q*?&Rسՠ+NDe̹`n@bж.Հ>ۣd mp9kt% r cʢ9|REi{[fMrC5T2= >^th%i*`}ϹyR1i <̂IJ~()2ƞLbI)}"XK+R|Q^"e ؆~ZX٘)WP:|)ِ2NN~6-G5c5xp@Oj9OᗃWh@-񺰨ހ:CewРBSܚvr bU/I;[_|&ٻƂGvէ~ polh.gyoe]0@FP<s+ؿ%wY$Gx*}/_'ۂ|4Uu\@Ulբ$X;m14{O3w޴XONaZIV~#l:ڬcxUw/ 4e,~Hbr)ѴRqNv%"ZTr%۶Spsjy`5 >qi`猡DyB;˜~w'ԭ[Zz7a 8`+Dh3Ԯ)%q_:̻ %lru_@rD_xkfnn{ EVv׮9M}R(^f #f3>vwԁ783a?pA+H 1a# no$?鰭?ӳ?ˤeN=Nji&)( #]bk6/vg0`LB/&,j[1{@mj Xj}9ke۲㡽a>'W$=WկH t)k@&:p^L48&v/T;햤c<}8s WAdq:C7ޯxY2&I>xӼPX&k|Hǣ/|@@*˼< UZEBj<K~Hn24Io]Py-T?+!QNP>0i+ Lϔ2cK mQs婟fك0hBR- _qc61sX[Ep/u FQ_t]e7BTxy,Nk@ɔϨo#i $*j6r{v;;NMKbUmCp <(i'0Oۏ'cC;fTp PRukBNBCb;TN5FjJuH@w[O$HVU܍$B-,l!_^&JIWy&<вHL{-d60ٳfY\}PoxdLdB ݗġFm- "P{U s$xKSAp4.>3Aut0Pq1Dſڋ0'wq%:? pzPFҷF{Z!y Y0Bܧ[ hPofm" > a-c®Q2k+R9r3<-kJq%<$f!d1P $FZc4buu-^sxJcd}Q;d("{EDuB`?9nF%E  yDE!hq8N"-Bo1lU,Nyä[t%~GLИW lG7!`);l~VF[=DC(n(jK(7H)"*5bmMknހ-ߖɳ6)ƷM*y~MֹEW_p?A>̩,,)y1D@SYa&~ qRi0`OT^iDEY7C{Fz^DZMn6ZasEݿ{̟bT׈}i"eBB1&xWXidR ZJX>]bֽS"sqN)BjFsc#-/c ^p=ϳ8NrcݜVd;G4V#x[xE/&Kݹ /xyI2чusÈIRl<9ӈXz:,Ebަ 'Q>,&l6ǶbDgŝ;j!ٮчOy01kpuQAơ2LS͛ y7aPpK3oV8]-qxY9_8yW3:{M!ЮE/n<źc1ޝmp}0IC{?ۉK9"m Z* '[gO؂v>oBcYL#JJyLȢT6(>:Vp&0^*6 .4Zd4}K^uE(b4ֽkgauhLr9`w/娦i}2V7\GtIt+x/J4tR ֈgؿI7M}0jϒ} Hwxwul!.{09}.>jbd1Gܟ mJq4L\byQ˭[qQ>=u}2N=j,^9؆dzM^t;Y }l$[Z./n ߸ĔhUՏhq6A N/|Q{z7݁7cijt+w1lZMtO 8Be&L[*oM82_2K9뱙*FQP4sS=7l44NɆQ+qeRgg-g%w+ЇxfdütM28PfV jݓpNgIUtǨz``5+Syi GrE6Ы1̼x=㒞l$G]#<1c'%*}^'plK]'m$oZUj"jr:ƒQ%շc 2]MqG: >1;v92nCi)FبVc~n\aMhdL>Ō5Y~9~AተϙB0׀;=f/Z1Θj69P؝OFReMI lm $)o24i6I˯J>w6Q6ԔqvRĚRBYN[Q|ՏX;b]W)+_y֑ fЦfqи4NM5X 3_L5" c-dnݛ'|)ؕ E0dG;|56xn֖0*2#,CtwiտuZRqT9 r{}L{6+˴l$ieVX&ڕǹ퐿f]oc4f!K+Ms/r9B,.0|E V`0iȽd~ Oi"aK@O>\ޭ6~ E/>jt2QYIV.idA"؆t|t/TE-sХשʞ.` l㊚z:n-:xOODl:e@fW6Ѿ(qh 2En襙G LHpP^OOp^mB㳱RvQcF=|GI?DR5d{P?rv|҇nw!@:uc(/v5I{i7x9v$*ja]bCRm#5G$Sb<:rdNPgEVVhD 0sPj]f@,8NjA=; hsdP*h߿>%ކ^3arU"t`x-@$l꟔3G"*% ii`6 ڋ1ҭ)Mfs|4(nQl 94iC ~RҨE&icW[k dEJqkjב~$3[ť}"Z\P[i:w5fyc5{MvmW2a*f4%/ /,խ'{IIJ#^#s1gF i%5]^ԃ@* z^uQD w]VB];`; S"0Y*vXkg8ք%'Z-J[%Ivlw'̨WڒzkݪZзR' 05%4!̀W{ރCɓ=p3D6amim zO[b5i'L/~+\]1^󏼩ǩY% yYi)~ *˪ Mg"N1ꜩnP\`VloB)UK"[|M1]IcY3PzԄ` )1M;Lb~z;6vA!y!:z$&SS. q\؛lRlf,OBdk5g Fш?[WqdT j.vvp$S2HOV$Ru.v3ap;?o> 9Bm"9W\6cAKcnwBHv a'K![_$edkB]q4g.I)VqW7$F1Mm<@SN]bDp 4֮ވ;)j caʫE1#HXPOZ管"3oU1_fc 傄˟^MQa\SaY)knj5tTln@UīrHn/)?@]Xy8! Z_.mx[>aKleSI-&?d-U80%G%~o=7fqGEn]ua(\re;j)G9 E6&Tk\[CJ&1V%-At\v9a2|WU!4^Qv%y+QDxv{@M7bZ^4)b_&MLgn܀q8t*7Pk;T%7)uYb²r<}SIq1>i!y; zO ct z;pZEBTQG>F@Dic~lrؙߢ^}\ W?Q6``')ѽ niloobJEEvCF;c* 8cFOehT(|l>gcI#biP炛JsgTDߏ"L KPl(r,LKvnhԝfԖ%J9oYkq!x_u[!spf6Jׂ[wླྀ_$k zc"E~ߐJ:_ywǣ:_$2 ;O)h4PWH9|2Lc7YgsGóYKEBηo]`(B@I I{{]mknY 7H PdCLRds?0(aے-fhK, U!3uKLvK{01;guD T ƪ+]{2 -qEuL:(o-zUIM"8ɴYpօ m\|AeZ`Ob:C B=Aa]tKOk5o弈.p_{d V~ʚ%*$& rTV1Is=] 87Orqi 'W:p\ GպWa^| `xHYu˞rqƽu-b zɓr=Ap`n̐.swCT{]nrd g`3s)-I|8Oܠ6 Ȃqnʠo˭&m֨~8gX^{veLV) G5PdQg]e5' SK^|OXo`$T"t9PWkMVP="#ߵ,B^HT+[ej]Ydi~ ˍ($u]M}X1.]_$B- a2[Rsl&gg}0M"^YW ;nADǪ&` I|*qDl@T v>g/ݑ:uOɽoF5m"R)M< ~ꌒҢC(1+@8}&p[qqLf͎s)Q$Iw#)&1k6k_&n8)hĩߗ\nNY5ljPcb U}3дɲ5VPn))JӡFLErAraL$j'Dvx?G73(B%Ayдwʭeet(T#y kь#p _C06kus#x\bbR7hzFB/>-k~0@qn2kZWg=="P4ˊK^z#Ѯ0*t"(Bio'm4:r>SkW?xbO s=c(4:5'ʒEHM1`\א: L=ѐM^3 'X~w)d"2z0+Q1\2!i JQ1s2[b^] /9~eU D DC '" b"s <7f Jvҹf^9c~`Ks~PiڡaѤM[+YA:kEy"U'֪(Ck*y;_? pIb#UߚU|Ggղj4w]$sx GeZT9 &v~৵Tljj`JlБJ#.6,frP2Q}<22.K.l9ib D<16,V-ŋo\8@V3Tn(ė߶s,;쭄]0RW0t4}?KK32qoN5w:cfw[U<=`Oڼb]ԤMn/sKNÁ^4)&ŠB;TdL[ȃ\Es MIg(~Tnff3 C/ܣǺð]tO_'e-$)$92Gڭͧ 9| Ոc18u Dla5s]b[hLX<39 Oєxj!A$|v@GdzzJ/a%Kc`P" Eв Uay$s_6{#Yn9YlH௥JZ48~3em7[ź6S@]L}_9\XU?Ep8a*bb[w_i8ssAHGOi/dC:}}~-WeGr* UD;OܰHg._i&Q^rhx yoΪV%Խ1pPPGPbwG7M{q2 WUN]Ovnҩ}q%,~wosWr5MѤn>2c.'K\bT&hOu0I KBZ]àKF-܌:n{m! 14{ wcXa, +"RQ;O{:aI!fyDѧDQ"'@7؃9E| r `G@x$թm+͍@U^s3XP{2#[ EgX͓p8ʻN7ͦk-/op͎OPoR>zE](!+V'vZJpMoÚ.'BA܃lhСCEbw&3Ʉؿk.x6UgF ~%2 D+ћ_]UjJNVF%\c+66^. Ý|A݋_OP< A%jAMf{|d%g]05cFނZTwЗA@ǫI~KEɪxo(xU2g.ϴ@WXJ0¾.T6 !!OGIf#QĊ,Z/Rʼ%9M1l*`tRhlO#ҰĹ6\# }nδEEeKKyb,PF4[H&J/L}{$h*/O94:H@|.Xd$Д19È1LA7EzS3>KgBum|D-%oCGUXՐPSkC{!] 22-xb`zKg⵺XCe1,v[a}c 17X}\H/$i​PK0,{0툕:<5o6IiD`T=1\y 4o昑3-eۥcH)a}-$270 "\<q*Q^aFwjkV:A$bhQSܗ64 y.Hkf<4B"&]rct-.]_a"SNoɝRV詆4L:W؅{W3XvȮ˳fhYYXט-y?}1~>Hk3*I9Vv!a8,`լ93*-%+NB,ndkaGJuBYf0d;#83#4WOE^L߁yS\WLj@G :_/m(ge3|`P3ӌ-L6[&HG?{EhK2z yaV.o[r9'\WrA|e$EA9VVV=xDRyi?zxqyՇb_ (fV$cryud"ek6Νv`LT3!8$nlN `UhsV *k?^Tj[TD:X$[1U^8I5k)pQRW9rY"=-v]Z YԦ-96]Ε {FlYI[˜4hD8?o݃*;[7JGX=R}oʙRG ';#R=zTHURiPcYҋVLjH+xSW-n#Xipz)a&UG7W}ƞL!*ơ$^(S^AC\f]4 pz>H4c&x=L"XӻÙ%)).cָ2=dܺ9P ]T;2RNp-}%u9xig %'Q@;s&a_yleF uRQ"Sbڥžo qY}mɭp@ 'v}IuVŗ&ʈ}8m"Lд:6Xײp2FU9L\ hhm)8qw|I;+Zz@H1ZAilA IZmnWnУ82AAW:S4N$[?hd7F?Gn(J=9%@,f\87MOk}[)D'ػb5DyR**{Tvf>JL"Rjxn, .Xi1O@~dnjcy8nrKT*I{{"Ť r׽`O &OV>$0;ӌ/R+l&! 2;|RI 1f1ZcjG59 Xf\:%>j؅llGR@A aDg&bd.64!2vE̻?s^a)~"G" :zfʂɠ'YwL(kNMmlerRMwpɝMdv'D_]珱s:(mßܝBLU C,@B>L51BfB 2?=ʧHut~r5ŵk@|g VظT| U4G|زXCmEKC8~,9^Gg1DIX~ ӞZE~v6Mи= 8(#򞼙^4ݓOi?$zjrxp:To/d idL0\{ wT-6g\yɸ z`Gs6]5RɰXr4y#>wEsZՒ5@PXeo5KKai"r46fO_yRP6$O-nF{b" Cͻ-狇=Iu訲=HGoZ 9*ѯ;U 5/ࢼ# YU2J / H ?+y>6idO_hRX9H gw:#x7'J3w [~Džv+)ݭEdjk>5YB#_u{cھc%r| ?sp[b6ڏJR/ I6%+x+FG3CU^] s jnf͟`QQٔC &2FaGֲp=N%qnd2y, R5uLv~a̲F n|mkhPj8z0QcRݼ dS&]{Ixn&Mlzx07S<޶/uܻ0'$DZG$y`)- <{-W_:~%U2H{/UuX-˧mb" &h]3p6ԟWkA` U&MN G^Ysk*N>9r&P[^7B8A ol&xܜ`Qz ڟU3N˜5%.}K-86TZ7 dE6gӝBc2wцB~$>'^gŪȥ-D91'UW"0}jIbk3=jP!p;5HjaoDٱzM{4Dps#دQEP} K{msoh/VnUVK C.c#WXm-MQ y{dG+k ލ* b"G]+8ۙ{Ո@;GgL[,ۯ2:g8qEf &ͩn`C6-v5ݙ]l"s;;ȝ٦y AL1ZO&JlXQ6w1k +#V@h8U_tVwI[p}?~Zm/(65e8YB6S,Q9iͥw'm<NvFw6W]O0Aݠ=`m=aß\Fs ēsNdKk??Pld-±!4͹KM{K,)<ǍnV3C`G3WMQ/~DS>#tV ]}ACk苀l i ݟs s]XC85&oHS*@Q<ZV܂'dӼ?PjYw;e+𘗳t Z]o5N#*\MYb#kJ3JJhT&tֈjˢW݁+Ps (iᤊ _gmu{$Tfd`Q7ѽ‘( 'MrDYԙD^LgM>GnXd|1hϥ`Ww8 ǹ}Dl}d!a&w=EE?B\STD.QJգQ[T6:g1B#@9L)l~vwִMbt{ʂn9|@L}aڦ F$P2@wa,.__fu$utl|\=\ ql(+Ij(f`H?-]JF{(996ωn(F'G .R4w&BC(8@'D\stgQi/8J`o/+ݏo|zS IywOU$mH' X Ce[N!<`ˍ6OgUTFa0k8h/Iw&1jcY;P$/Tp-CU럔 AF$R&?Ѳ5'Hj \IT ؙWHRj!ιT;q8tRu@x5YB$ &0~p%Jηӛ2I+*(YJRכ"sq('9ϻ״(8r?[I)GSRpdf@9ljMFʫqtD0Q)IHB xT v{܊x",YyЩ x+##BM^/%q'qˆ$`}BN.mĊ:gt#Iu:sYA~VIQ'˕Fc0HFj}db%.5p*ҏ9e9CϥJ}mU+o߀ԛ& !p`*U?n٣s!@}3M60!{!19먎^/- V}x2YtnxAm % Cԕ =D 9$n&sҩע5Bx`O"#NHS/ N_%P҄Huod.)\B{ϭh;w)sX9Nr_ HOFr0QehpYZw|o\Ɛa-à׳Fqđx:59' a X>S9Ւ#U+)^aĪ7fr(PMT_R[Q\Ǵt+~GUQOZ`#fad^82JH1Aǚ `#a΂DKxKb]SD~_poRt0eA#F#\L$fb2q#J=pceVKB֐U\N2.혳V)y(ӭ ?xag[SP". hVղsAvOC=+rjZgR>Q2YZEF<Zc݇/+|/7g9\-hӸf\y]BS|JJ@n J9nP8Hk% r\;+rT_!{GDol"gg-WISF܊|q.O:Á>" EՏmg#SKQқQL5lU31G =mBimL)Agwʼnkp}k" y'MXRIoԺ>.ICB?nKz(TDeNax 7tVFv3u4:x"cg\?7.v`" P;%g~ cCoFk y=eS8a#l0RLw t{AmKESn*Rι6 ^W!S٣#Xv- Brgb(q2ڭǐbH Z)8T8gnX~ic8U&SڦNu3?,Ľϟ&|@j趄Asdb/QbmlN,xZ`%|}kI!Og59@Fv=ɉ4 Š坵=t2 [(ܒɰ-$Ƚ|XI$@kx;}0KNg٥0}v3>vcx'yL ?f@%ӠDHtwu*(Чr,T.u6RdK .x^@Ug ЌT gWe-z$9vIF!| 5??KkuV%_Ɨlvq*sD4x{\iϛmw޶ 䫿N4)=zH/V-_%> _9`qU\ޭqO rhX:0aKBp0Cv$m sqڋ$r{\*4_N`ya2Σ)"&%@Be)C2 /he=gen)ݷx"JW]KLkɥ v?l%rIh3TD*!,ݣ!IxD| 8#mu,6C'٫XhsfXutƫsYMj֢Qn{8f brX\Y5L(F\(F|_dͲtfxRKZ8f,&7>'yo-a3]@h<-K7U;TII{,~CʻDtLggv?Q:Q"m6&\hUA9l<}&_ú:,A,^bud>&[uG٫LAyxcBrw 8k Y^3 EĀLm$h.IGSW9d;Q0:Kzvk]bj4qSb&S P*>xf>4~@AKUS8"v@ 65[wp>s'7 sܫG8(puoxN]Ka^N׵9|Nm [B뮕 b1\2㫓o- (l62Vpo[O׺G}~)1 ڹy'fY4u(0  $_(\6dXvT9)N ;-ۣh/<͐BG>0^\"w)Wd{n>TMkozf("[.).,1Wϗ@/S0U! ش MUF4YƊIJt=hsoL'ɛEq: \,&Lvy.>GakݟY7q'ՕXk]E~۟л]: 8 yspW1Ld;@b~f\/SJ:pv)u._daC(kjI6"Jfp90;'AԊi5βn%6N7_Ů!Y%LЙB5ch&w)tĞ K#vxbrF {_v-z.gn:dڎ4e*!jnq5Gn:USm l6Nl0,.{8榜HWK#ZÎ}/6 M(}"IKoe> }TW;9-Kak"W+:P\GKʔcy1XrHMJV 6*댏Q`m7뷢iAJ -9 9w(e.n>y-J5^x,*Vy3F;l~Lg|V}/ܹv8+ӛ∪Ymb,EzkO1ϚPסwSYP,)#yY mq±2W[ѵ.aL&E 8Z]ߒq첋˹\YљrFxt%T"c.S1Rhd" #/(Vr.}"5@ЉqT^ CDK'cWBtbK(W&° :z1 .a->pП% ʩn ^zoT.)Ny| &,tReԿMC (D,C2)~P&#(AWTsGho)|C>`peAUU*RuFb?#?\~BcEq8FT ݻPVʛKlީ9vk)cF.x#A/AyXI6^''zƜO$y~}iv~3L+5a|Z/m-`BB^8~ m|ϗz@-? ~TS#vH̳ah''XL#n51qқ-TZʦDFQb@#ittRĔFm8zV7y6CQ[#>߃7/E&l ~ {hR5zGyQ`%){t,jJ},g(\땲TDFqQ߸w%ADʫw{֊(UGP>_ڌsxuS8vR*=!p (% $HG4..djR65/ !J YLo XX3&lM~Ab]0¢5ǟ79ݝ%Y^=B 0l7D\3wC̮ l)!Mbmcu=yk80ܔQ/UUC1ulk!6އQ!wQ>9焋f9־/q@^6Y I]h ;88XOFHi1 PXɄؖo%(wrZ"^lWZ79AŬrr^v钤1>TV+Ə%ðf~ntD)d{soN0S'C6TtTG2w)FšX[~*YSun>}_Ane,E\ YLjnv4ܾɧձLݼ) 4CA `NVLTDp)g\$8J6#Jd-{+FtOS0k ӹQZcTOm,h)Pbdvgٸ7Pl^~huQxo #iHu]H@ض@6(b! ^*a tTd! UzzU/M `[_1jCe vbh;%ӓk NC,⥂Fqa[6MĘQBk>ފr#U[e Sc"@_V,<q-9__<+ }V^lۢSNϴxEf%' `GpV<)`"}mq&QlQ҅ DhҦǜBg yӫ-WL1(w!xQ,@[L836UFe&晜2ɒ,?^,4hzHļՓ(3_0H!z\ ÿIV8PR .k>'  %Ӓ }3;Qb͝=P8GoG$^g?Z9g/!{͘y~Sc tܢ(k12Sm7) "E[*q2 AF!3a!ּ*#'hlh Tޑ&=w>4 ʢ.ObDxW$HtőZǢhQm(ެ#޳bB%KE mWu&&F.*q<n @'q3>GM*ikzNktpa![0i.17|ZUR[&]{f!ߪG/o54Ú`TOcrDZͥNz{͑ K$pQE SzMgtpb$&|>?ewo(L?"^A7I)η 5Іx6s1S!ҋ *&-RYX 3,7og\KRdqMt;㚖L+JEߑ=aCS< s6Pv=e|u7HwQ'ld4J{H >{AV'@hB<87$Ai 9v7_~Dt;:>gd/Zޤ!ˆ'&/?͒* S[`7R9$w73I 35o͹׆%`LP5qW9FЎ5Rjct &s2:0dRk/ʂ &р;p6,W{bAn+ +爛f q+vEzܚ{aL߅1~Ư&}ֵU}ֵ ز&Ѯ?PȤwkLoDY7&'&[D ] (蛺$ +MMFk&ŏ#ͱH dhb_P쓎0rdNJFse46/Se*js 0Sp\KDOX6zZa^ ЭE]!O~O. ~mR#'!>] llw)`쥐** g*pmޝ:-dgDmo J--F@)H 2f ㌕$+ynb  ˯ 07y=N] CU rzT>gޚ8p+D>ẠI<^-ߎK4Rf6~7GiU2M袹_?XȨ@s8<1)qp).*hJqZ{J /=5–a%72qU`<.~٣>f%q-^)R҆ˆMXgCܐ%HJZ$J!2Գeڈk K2O+оqe.&LBn#҅]{ P<{8oTW e{Ϯ$%E``gK*ZjV'C˨Mk|R:-S2@twGnȶÌ # [x/5%[lw' ])t̶Lc|BҜBJA+Cws=p&K~^%p* -ϤaarwPۯ^-ÌzR L֩Φ'WAA 1#[(!$qE#3X"F1&yN|\x&Vߛ`u CrW ԲvX'/zSNe_. Ene@T 50 1MA d0#xaF!'t5..DN8a}_)Z~hԵ,`pB{~dl>+ŧ#9H E͗ip2KtlO 3Η8 r@D հe;!fN)%Y9;J鄄8v&LA0 H\ܿ[&?@^_WJcc6k2ŽjA~dzŷ1ZKW $Q 7!T0]&)!)".U-d׷AfNzFJfT*]!Pf5yh99/7XQ؄T̃"stFy~ZU:jN&7cO&aM̉$>ӽT!#`*]{(nKה^R_rô똤S zYa1w>4P٬wM8i@?<;;ѣ>wٌGlbf|؇^g_6:X/[Ο 'Yx.ۣ{ )A Qޞ 懥3Yi!O0UX!1Ef~ؙE-!ECUKRo^F*l04C$d} Rڜ lnl%H?ֵH iV>JV2 { - 9.;Աx "FxSI'Leӿ EdMwP7P ";h b`꡺E 2RHfX)WLrp6$KIڍMɢ]7s~wO';Pּ#窋AD7?VݽC…f/~u^[+!-YֶFX܋<L^(i2t 5l0 4T-FѝD+Ї[c/y1V.clN7aNse3}u4SB_:t^ƍt'+M1|E6* 뺶s[UEzX5>U?G]/u2C֎p2XI-?a=7HN]?~[ԣaMH!zDdTLYURneVmN ܼkBi5rKݦm! v마Md9"CyYЅԓMxQ튮I,OJl'G}=j(Z-yScREmB\$)E)ШTu0iNN/9ab`/qf`OzL єJI4+(m~5D戌i maHu=I0(Pߧpb~f<>,(v~d>>+E ztj]1W+L]6^$o~H} /, <?"R1zSiZ^ur'f6)s[_}lt6{C#-t +*pgܬxdhr)/٥̩ -,Ļs.@JilB|QYaLټ lY_\HRTRaO=& M <3f ;( ;5@*#( d\^ /&wg5' qX3zeAf:#PleQyrRkpѼ~h'O!='#Na8k$:HdUw H)歱 Ǐ9`מj(GdrtG,C0L&@cm8e~I?D[G%i,ߌf!7Ȕ4`> /Ijerxyy87֑_@D@4_qaNNT*“Ch!\ﵠ9v{%wǸൌv.3PlKh/1k2cw o^lTlx8sxWvu-5-FvMMan -c+5v+2x[ sNRG۴x̎{W{j葏XV8`s;Tըm\qwWkl埘t4`9=`c#|ѥ#ߘ[;7uTBV|DGlquFeaAJ殒RL)fJn1R`* QtbeZ;?30uGYt? )u̎FEőGC1Th \$&Y9) %ծA#0T3é*)577}/J,dlƕg2:[܌30W , NlXd|#.]AsTi;k>ug٫;DNsD'A45O3Jlid׵ZгJ[Svl]h-OshV%_8-ϧ<׏2bh(Ė;A`RTP@C$ۂ 76]Z)lZ. J`瘚aG Գװd+d"b=Rɨ;`4ug Tn) 7CЫ"ŠKx wilA Neا;4u&n t?V~`h nunjuGעT"T#iY*RH Ө!(FI8i {>x Ŀr11_}@ +H;$?)@Ok!aQ@c׆KM##r pȽ3L5T%O`,$P 8s>1.lN~Ds_ݶvU~$m38V# ICSq2ǶRkā2FHjEɻ'0˹S"!ĕmĆ_99}>|z>dzٚ;'}n]  E~p#,K5QƝ8Xǐ)jxII_\`Ƨ-{K5x9W_oxS/l8os XȒkP8Me`mSS?^,Kp0 -5}4<] Olusїjm8x3{@>H NcΒ-rqՎQ-W9KfaThM\N.em8>k2w%܌e7vwJG ^lja`ļ:t`:šWvc]Д4{Z!hs:*{pk{%!^8gXՉi4C>Et;8 Ey>#٦1UȩvW5F"Ŧ6yח_cq6:x}/~aiuGW ~P\Xt'0"X/QF5.S,i<(=AڂYv2lQsr[бk"+`kv;qEԲTvٳZ)b(c{@:S`f֑ڔPZB43TAo#/QS-wK̙rֵER MoYsXO*~=5QAh"kwF-ȞˣړZy5n94{0-~ u7gPPwG"p/@#ؕaL$<1[VVǫ'ڪM1^Փ.&H9(=3Oqee̴95ciE\I䨍GǑؐN?:S.ُbF?{ q~O$,aܐN= i"3,|L,ZzK f(䵯v׉Y 9"nŃ,gՔT Kzts'.S Dϯ53w'Pڶz,t0ڴjGAM+zDTH&QI._,n/oCGw8' Ax g#k2d6O7~͘R!\`(.u%T6X+׫ׅ0f`k+eur!Z>xpX{jbSQŵ@ UVE} n(Eq\Ά@ ]§0is{N;R 9kCݾvNm.kwMDzo _okεFvr1ӺP@90E*u+ ﭣ'IXB 3Q<9]ZE!^7MDHd@nO!&:k~hDt}]&,z`sb!7d 0bBa%W:cr"2_41B~b2?,dg.ۑ,nzy)/\+.(әd+'SXWV Lŋ~+2u)"OSuc-u<%R 0b_}yKKx[0G1%2 w\ )h84R X10hK)=yH:(`]np^>*M\S.vN!d)5V!\gol9صGIT_%s}:S`TЙ-0􈌹UCmdH1och5eйGI0]>vJ!tJ^e6ytV3qMuIe?Qԗ}-59pWWoYJ n  &AM5ps$!9^4]f* qwLhBXe,ّ:V`#L}""e>tWYo7TYԹdϕ/YC dm2.{Gv%s(C 0 8HOJa%%czGP㓺V B'eXXq+f9zQeKwŅoRKtSնx M\ 7MP&Đ$[#}b%YSh=j{>$|"glu^N/r) (Ky A»d}G}(Ib/u9>-2Z+@(9 r-4 @$pNd0\ae L0G:4l%+b$oE.rO@~]+M Z o닍,e11h< 08Sg4ervBX [qfe }-1^PTbdT̓Q NEuM73֓k9`1>?;NVռݤ/zέ!;0vyGhUeڿ9Wtrga@Iq?xS8qߚZ(}G3.U8 q\hDz( 9~9ketL=%b 3noVgRPf08XS2辆ۃ]',:BMTO#"(j^i5Ɍ 6{k\~!^5߹!6?o+ͩ?M DLiP`{IrS;#`@VF>=NL>o&wQ]S|w h$I1Q񊵋 Kg̸?떭lO m>jXw^2[ž"*UPY:w܆;#onq"TCs1uBu(YDе9ΰ911J xԗ*#~r+4MiRfo?H!av9U}B냾i(:¾T&4G, <6=q_8]i_(8ԤdEt#2ȯz$mE5N7P+S14쇜½\4LW9v`vY]4}}8\-_ep ! nf-  GV;}{ wdOp*b;'5zȉ+`kEp<3n K]UtX28M:jO&αOm2jMcn_Pl6[N`%oق 69躩*D'g;2}8]:V4"&J\} JDS)tp9S%U+GjR*~:.?U5ibEBTASduY ILHT c*eQÒ=x0sA$@*X{1OlBW:E$DY| `W{'gA{/Ek* SJ^{{{oʳ"XLMT [{T0y=a%u\ˇi ˜ v#* c]2bKSȄl윦 $񫾇"p6n mjlgm3-.roBv*{1D9* a{Ta˲J,!9&ƇZX*ܛm N.$Ԑc|y0&r'Č2j/SЯ6X@<&Vn\efClϫ<aE?p~>o kP*\ 1_$(yI{Z:Dq2ɐj7 BG&Kw 6>U:xīH&bo]u sq^tH Q4K`I)S6!0A^p 3~Bf;3$Mԓ1CąKi<Ҋڬ("gA~xaB{&FS:/ w4m6tpynSl|s~އ3i ~@7зZvĨp(&ɣ\{5g>'Hi~oiX87S/IU8irBD01A5+=@ )\৪h|BjF[2bZ%w%^ˊ/ڑޢ@ZlQWi`5|Sy ]nd :tōowjyq oF{NXveW䥂3BuϠъ?+:RUiٕK'8qgtU+p脣,.|@Cik,'4\I[FI)| 4CTzDQc!Of~S vδPj7sM'Ț>Ns?yNbwmO<^T a[)a$bQ(T9X3c p4"}2]%=w~\K^_"/ /J>ꄣzȷ1W[ymSJ.,t( }J[!Z؆BMɷM_#fy[6`5$12iY&j4VˢcFiX hìkBup%&@V%J3 ӯ! K5Dr.J;fM[sdik@R=$[ɣ5璂l{Xe!dai% 2)|0*YYmomw!2$%E%.׼d5֟G fN 3 :ͮ"hɀ!IJM_7 ؂Mj1g^M[b0hE\;Pn!:Nj@bjԧJT+/Pͤ)  OE.vBY:*.[Nqk9jW'UWbR/r;Az~T,d]:Si9A!]1%(XpMxf:C3OwxFdj^H×Ǐ8l*Xgi5t+b$:>4xA4_nx.S]@ ˘sdW` <3_4n|epJ̣U8Vr9S1gw4-҄OƲ:wGp{z>#.LXVo+tjr o:nwh-?c>]܆hjI3R͚'T=7| S"4^]G-jVcGv},{#z2^?#k$ PLzעql|@IgCQb+'\r:S3,zJ`v{zp6 ;k̈́1VvϲxL5IۢI4i6nx+@)zc3xx;X("'iAPXV:Hz')Q;QXD8L^Nͤ~`:'W\ w"ӐJWGV4؛S퐄h(aT؈gґ<TdmѴ:὆*{.IJ?v-zzY;Q,al-!7F 9 ^ A$8Rj뵷P*Ħc' M6>jlJO[}YzQB)`t,)G.gW*%ggRr8E[YP\K\Yh]x3)\C]mN֐aӞXZBW坝@<^~Wn?̀#}<]uE7Ce=HO"Z[NiWX P&F cR}0oU.[ $ek, MHU#ڻQӗg NTBk4sR $aBQg#(s݅aw K{~ eR(m[nM pcG@^?aėuW*`V{ ᱅F4착n/w [W2I~ZIO^S50 #esyRz%gG<K߸rOuү )g)[axW[W#y.s9"E;@x /X6 2BhᠧK=+Ci3 l zqjÚ{mXA:5(Ol b*[.. n)M^[Z7ȍ[~/[NnfIQ/l;D#_3n(e& \$x ^?BӹZ0{$Q<ۍ)}odh_?'4 BT EJ|{$Wyb{TyD%+}D&&~=MmjE˕wW vMA42ڙ@aSlFB2B,D`qJxI.ٽ'8zkg*(*,7d3/z3LjɤԾ5NYY?>n`A*і֔87 >ʽ:M"/^^}FB5I Oӵ7W/Ω٩qhfoo3Bە cr)a'Vjcx)H̵WgeaIX!6z6thđ>U>6.ZY%AZHع TT_:;٩Lo!BV6F*`$ɮ1)FL 8WGxNlmx+ʬ8}d;p,Z%2N!eH!<Ɇ UAvhvM(YZ*[F n!RYăZ/[؆d`m U'M<-2P$W'"!4mTC#:zfe/n ARIܣ&ͱjne @i /ݞ -iRPf o b cHRes,otx7)YC]EZ }p XcQBe*BH!{|ySjɓ"4psL,+3@r*r HHȔ\߯ij$|*00OnZ=Tx^pd+WMX^C*٩Ā/aAzzڐM߷2OD^k+HO58U_'h\*?"w 稖B~ؤ&"G:^wklk!W͈4,ej|zs]#k 'CL =A%{V˼^3lւ?#mY)9.E+)>w?k̽1.z|P7o:Ȼ:2 r}٠xE泯QpׁG?ü77"W' 2(oa.MC-W?8A[&d4?Vr!:-9}:!J`/_o)ȀPDH'b$ܮk,wrYIA" ȢUj} ?Mxw&k.#ۺ ܠsex#8pY4FDƔ]E评bCM%T2of<'"`yw]uڊ;ɱ~YRit[M آLz!;cCϰMΡT$%7Â}ǶoGPXڷDx0tfHi?]n"r&$f|tRC̻Zn^2kK )Y2 mp'yqxZ\}tdSzN,R1(>Q!('t`!ӏEbͦ98 a N0Фe]D9:Um?8s`A}$gNV2T;hN8I4ltdsb*LsC=e1Y0uEگř63awgi6,f%$E(ACu}U)S!G^2Z#LU8$բ(-'࿑% @ɵIшxK㶞3uN`$-S E`;ďnz"Pg@f:63%KԢ~(=i*d][@z31![GroF תCȚ)dA䟾hhޢ.An,*:$ei.a`*$};dW01Lt2PyBIhqE@=Mp#*ˊ6د@<}e<]\|LpA΅;;`7MHaW;ˬ vKVWΓq۬F7ޔTp7_cWI`/vLTʙ<,Wi1PCl3²ѓ{yG|o3Y}Xc N+7!\t|:X\S;^7qi-/QsU3bOg[ .t$lf M~}c+CՂKDƂ0i?K+ε" PJ!,L>%(wvsKd ?M(< Lww#;;aqdLbG\fS-)?6LR6~*m1/\LCpQHH)ߓկRP g(kK<>үӶy֮k=1Ř3xGW(B_1\lmH2?C =)&E#zlളb_?ܮ ɸ7b>KgW +F52J~s]sfe ș9gyU jsluq4uÔ7+7ߊ U|5)HOҹ\:dD<6 eIM-<#L(CZwxT;c1LgJG?Ə{0Lj',j\CAbn@cXN 3fI$9rIܣ)QR@JU¦5֍(9ː/0YLJ- $2@"=t xC;]T 㸽]d4eqM&% %l| jd4PfՍ%6"%2l~:>.~,?޿=Z{?-;-k=o@#0 FϺ@s@u ϓCGQB&^Ͻg)d'>wLaZCR~4/';D dG7?77n6jzX "/xX*QQ+ ؖSIZ95?=׌Wsy\#2S'v@PzsҖp,3čK3?<{$)w W{\ɋ^X*"·BW^>-5O Cg5&Bc=Ȱ^Cp7yFy k_E6XFdC ǻjru@(x[$'~<~f7=[I;ۨbMC QDZ)kҍ5KlN]&fx7wQp?:,B@7Tbp7NAӥ"ݤGJWjJJ0M4[NiP|^G_KsQ<z۴:-b(ZXx ;%,ixg[8? |OC.0NM_܉֕,➠<\6D{Zg,Usg<FxQETNxn0<̘ت`e]~a*9'~ 삹P䵵t+ Vy?,,mvb4H"3 3lY+%#/0wG^uZD̄5Mx֍rNɬ@笧'xf6,w47eů@#\|n +Qӆ׵o6L|h=>۰;w re,'W\L% & c`b Ep2_yFBTǩ9A.NώRS˔EG(ݠǿ#S"h Ulz:(Mnl/nZ}2Ӑ1%>6~9!#A/3 vѫKh|(/fIh-@PE^*p՛@4J#!GV${p7E3,`Rh(5|]M4_/ն%U1t_Ii6`K.L::3#fDnxnXgX#Ƣ^gDjl*v[7 -m0㋼S77++GF6AϩI>.RəU0m[^eҿmV#KZ : ՙ@ػ YG8ͺLL5KP0i+QJ09G05tcc"¾;n-@AIUͥȉsx\xd>"fy=Cxn/6hoSm(`+ǘd)60q~[CFv)`)z[)~(G Hib.Pb3å9Q@Ze'7rTSj4&]~VmaT#ie %#ٓwKL-G?}$ǚ%у o40!COIy,T8wb]Xzņ?@2OŞ0|$KlU.h4؍5?iV+ MNRs~ƑCOlܶS)Jf ![=od'(nӡU^$֑j@HEL'1#}3O8Ŷoּ9mhQzP@!+AybcO.R4>j(OXwx3S:?ha{c k)ާG.ѥiJ.am\yL/Z_#9/iEsT~֔ GA:u sOm$RjxkbJBN`a$85]#;)*޽f5E'λRw=]_JzFV{c,xҿF$[mD% q_7,l6ls04?]y٩K؋2@8NC#8w̡&܏-ݎ75-g8.0eP&T9)kEBطҋ̽eY֬IC~:,Jm:,,P4ƶ ,W BFy\iP['ʎbls e-P:rs$Xgi.s_GC l=4MfaK_sT)DO{PE!}*i#9l`*?-X1 OfˉS;`TSw2e͙UPmĴK2iK 5X[ Mp\:"}_F6/0/ϫzj",B\(7:#3&r #1p o4~)S -Ad)D[0YBdk^@>܅D c*҂VdӊMmK;(m?N@w#lI%HVsvZq)!}2wae5a ;(Yg;9 -1aVs1J%´v<;ˁA76 3^>B5S8Qw`Q6Φs6*@puMS2B{NQh6C1ِ\1jmt3!sُf(tCZW 6{նE+|SfSy i$?uVxr@ $L0l nj=:Mn⸚֘/ɅP;l?E1L_/s~kM!Jwދ7h Sk(S%k}/kF$#*MCP (qrț=T9_9m6y+82B;qOxU~ܣsםt=>z#a Nx1CC!x-"A^&P^%$"Pj=8jPFMG4΍ '2pOg3%N%Mt|*Jge}nCD Y,U)D1juXOJ0R6iB{&kXu/CouU*a شFD`= :Z>5pY$)-o6s?Į`K;D gtM)_LƢwj ;{M~b/_cv*W01[txn#HN, Lx?SmjL)dײb|6!eBRKL񲠪n\J3sW;T 4 Z _&xW84c5W+d_N9F':p64_'ԓPcTMoJXV쮵}#7OBd͋`>__eJ6!g񓡚~ W2RQyە մ?__Q\[|E{k-Azf$IU~&yY1mo298ѩWU[#%\a6c')kCh5l֧M]׭K?+d"]Q#&ڶk(= ̣1qMly|]Qpu(ќܕ6<7 .l&<#KsdSnLY)܂OS?H4%E./+BVLq b_!g^2TvAqcSYuSyl&SDxzq&85[ɤ[3@ɲ$yӲ-Yst9`6!~,5MkWc4cWϹcփbɘC-=8`wYQL1_5Qw"eFXh,_YXz âȱOga>,'tDƞJ:O2X{tLpĽHQlr_rc_mI᷉:HZ`8X_$Clv6Jj 5Mw* bMUXtgTpfRTI r@5~oZN~XUbs`y(@PFX1yA\C6wTu"t|T *I%[w~kgf}`Qb\m7ޤ]״3` hͭ'CO_80M6$Txjde )۸1'RRڱ2I>u ;1v3j#ڜS {h<[˕6v0|tŵH2#@&g8M5J騴bC 2[WTB?θ%6"^Oy}6rm9&<2.LsH,Y_,az+*`c$e`'BB32YI̞֜hV׏yDS!/W[V"h̾}7ᮟ(t޹aj5rH (;yyaAN$lPӒ<{0,n4-HphK'&b8y YO%?'jIsjMp]Fż`^*SN:am@I3x4@Mնv#ѓbjמi|J WDuu1EH>%6,Kv췻:!/^SP"|k^2mM¡,{ǙtREG+P,Kq6)/T#<\uڥ5܆axX;NNO0YGxP] v{F"fΝ*a PFjԬg̣WG ){3wj/89VW8=y0aL'3<٨cY鿷A`0!sںҭD7x~]ycwm3/N))otyàx8\_#cԇ{";0!oP˝2߱6i3GЋhA{o'S}9t} ʵy%5Ax )]2c N mtŠ"Vɐ"TxXywDt[XY Cp*VRGf:Sre⭎޷ Gw}!5_h ڥ; <#=0 U%N5m&Sq-m^נMt=QCL^_] Qո( Ę!Aʠr9J-挑rin_t&lWhzWxՍZ+lfz./=\x Ufs +P2gA&D37oM<5 EgTb[eh-5D''Cqmx[N+zvOJ<wL5#g^V |0 ʙmY7 x4~ض*QՈߌ40SL Z%j,d\BG5hձqTr=h4糽7izi%@˷,S{'&.38V3S)M($n[:\Hݸl^YT=Ka 5F l2*#-$!;IwrmMGJ m}FgikPǧesL إ.4#$Jx,ּf4jO[O͗"T|G7IոgbR嫹Fo/jѫLb' 3/!r## >ٸl#l%: lgBSV܋hQ ^4hBԀѵsN&mՔ)M-Sd׵oKKSعem5_G bfJ@s.vNlS Sْ|hNHJ)}8SwiFI9N<1#NKZf]QҧŷI9cnvKϽ,ŭ uT, z~NqdF: H3QJY5..KK]h'G&phV*9{qDž>"ne/evm0y}Y=v+ ;Ti!;O? b0A! wUN=PhKBte$|̀긍r'2O0]$-oaPfsFʉeoYX- KWi@jc%9q7a%9xEl\ە;GΩZEt9#̗ 4n>ڴć#o(E;5GF|~ *9vA@>߿ݓZ4O0ZvP]``'E)/M:(HȜZCүՆfy#éR px]ò\v%VkR&ˀ󈷷̷S  1wccHT)_ʈIHr򦶯'']81üiVj$qZl`JFl{% 3}b\xlQ*]JypV(<]Lg?я8ڂ`# $V$ |sUIiǒ vde-LwccߓF**8#mHcvAwI3&JK}iq$34uK (Yc9Z3FhL{EXGAZ#U,~%>Kh&2zF愑M9Ps(h3*x6{9vjNJ.k+(aEL)VE~]Cm"P)>X!h{lk2-khF23R-vkkϽl^ ȝiG0޽.UmJ i&\{)oۓ2nR >~ᚐLx_3[HRWXKC(P z,_ $75p557}ZGxjoY7-KR GNI k9i'u,T90vNϥ.eQG%M#Jwhxx{Ҝl:`й†ХG[ԯ&y@apӁg-wlfԡ `—<'>ҙxQVcyRv{c^'=~9=y*Aܟ.VM|r@[hIlEx*ʾu `~TS?|t ]!4:a2þ~^^o/t&p-$`CJs ʣisMa<4? Sh.[O9R`PrjHƈW%w92Z ij4Pi!̚ab# O=v;9"SKTpg>]:hXbލJܙz;q~-z" qq5TF$<锱uWe4d:LhXMvvyFsT]:I&lD1q-/7F;b;T?$Υ}+-р L,T7~'@;#fEzպuO-e?>{D?~̀E< r(Û +q֦=5:Yj]~Vm~ rc4N ycfe->̞j{Ugt?b_Z{次?u=-tƷ4 3g $Pܜ~a^JPˊQkX  jKa(b7]1w)$x/,>܇cd'} $z_F>]Ueyn.?޴.ee|R97ɚ:mB=N=qB%((]^5?Z#yks-#0},}-Pqw'H ƒPsDDqR'@^|MwkcgI9Ӈ뽶I)Ir&#e>y [LJ^y#|XٜpmBĥn fhab0:D*}՘CUv4<ۭ -#wRwsQv Ks8h CNR5mKp+$Qrri[:SS]IcCR)=-4ְæLwwz~Ia[Lnn!P|R7ߌ Uן`pV3\%==ɜ'#Sc)RXxdoe,"M#AZkB8BBdR][6#AM{—! .( ;q˶%=UQ'akssI/7n7,b!*][MGQG>M̩I ]9y~_%if_G Ù,]y#RV)]d7~wF]8b9N1dwo  j[Mcw=1w (^dYūM璺f+ϡlP^l\L]>twֽ[5Ɠo MIr}ԳpaFV-2Pٜ&趬aeq2SBE^t976^`OJxcL}Ya;ja~:Kgb6WF2 D@1_?R8R9]aV? ;M(IhAC]Hɬ -)& st'tlXou\F 9A\| +2)nȭq-'6yT5G$ ODxUTs\$PLRJ}7 )}b6^LcݔUѧ~Q|!\`4V&{d}DU1QDP^_u#MrND8I@s~f~d^_2i ltwՒZcfcW!|aUrdTL#^7!qϒܿp:+BD3e׆@iѭdŧ͏?#94W)ToA%n/"ʰIE7ղĎC Ca`x-iiMHKy IH'orf{\C`QlzGvIv.?%\=wwObO{fxLw+]$R%-Eǝ2Ep}ܗ.e1fh@D*T 2M$:2;7lۓza=i윥Ač\<-V |漇^2e wnbNfAPwCҥ szߎQ;Yp ,Zd0CO Q9P̑Y U=Jà__~=U 77mAnDq&o+L+`%閗2T <a||n˕vCh]jJG/PhغSټ,P+W#{m5ZhTcj) u +^@!Ti&F ϱq@*wN6EA#2>f--duv՛#n|dikN ;ev2Mk"!<)HU -Ɛ}. 7o'sF9j7js{s=L{ayGڵKq#݅h"YN%(j"  ~*2ƧNozt][SE4o(4% b< nKRCiى]qȻP@zpHcWܡa6qW>b1TqxgrV_HeʈvsB0=CSE;ؤ=lH~#֡K1nSqQ *] 6;U-`Wj/ZgpԢٶ+do2ⵒfFt F`[g鵆J( <\Ӑ®$c6 uq*C+ScY[2<84'`C̵A"4gEո7LͭY)㲸˦'RMkSn Mѽɦo?2r)!L/7l|mo2D$\cHz@68ρ];п"t942],K^leH:K<JR :pYVjגTp{"鯿^- :KJ354E|7?d5``f$XIdf^q fݸJL82/;.)Gvrn/LXPr6 S^jYJ:At}=B43߈f5%rFxc_wnb Qe B Jz<%[l )~@SX5W Ӈ>UZ"?_fH IC˕)+/M}p*/'qh _{L9,G?Byfs9Һ%^˷OL?f᧊Q+9E@7gFOVd }P> PFD/ӓR_xAVDYE284 M',>ϊ7[ qDg$WU!h5+3B-0baXMP)_-a){!3HLaszѱs=ιaK#kLPJX2=SD𳡬qgP˅׶щP]ģ)ָR_=a;Q-Z@!0f+PUCoYJ=48œ˖( == ;w=\L9/3|ifЧ"!OZݷ%sC4)yc~QBQmvATQt$J=q^ i(/}TT!계쫤:)/O_/k49tb"p>$a'/}qO;̧M~QRY Qm1"A0\S@8ʰWrj9dnD%9ӑϠ%6fY{gsUKwft+%gU`0Ps&&)My(}'ټ(\ KM.B>mj}PXIT<Dr 2`eC7uT[a*oaR)RUSVNuZ:0|_m=Uo.{+q(FX:J5oyw<12)-7f^:gf12nYx(Q1StHg^MnzV*w$=&ztXQ88 Sh6οy˜c``J7r.@omC Rڼ~9Z{nֳM}rqn98J윪)HyQ 'H3`QA'B= 뢦ͲFj?K,/&Hϲ=CzJ*JsJ97gy9ۄک:6(b4kலy gbD!gaQɀ9Γ,VTqEǵdağ=2ʲ%X'{|D:PE͈´/nX 1sLUOc\0kh?RpY*Q9H $ `}.5BUY5ow _} t/ŋnVVi14rKAϯuLi&9á_+/Aꞝ 0>eEMrלq8e*&J7~aJkDT"C˩^rCsrtU2/eE'j&Xgrmʓtߴ5"L9wbخT(.,Xzs (_:`mCֻDm7H"AS"LʆEɰAOK$xbƢMneaՌg.bEr0K#*$pEL>?[xiq5rc" ^h?+o+e'L 0$nBkMaORm%XC|U}eDj?HSMkRǬ1w=Fd'#\TD0: 0tՓg:ɈjB$a1ljpU5.sBobCs[Uׁ;՝7hruh`ىU#@;4R>SR2o^\udsu~ԡn_S3H|ւI F#kuCS %#'I-4vٌTtg!L͂W?I%8Q6G zm["%5?L10p9sP^" D 65"u*]\ܦz-h9=(&@}\߷Y:8{3ʀ>fLt,AZ XNjG\XTDa9QINOLBGֆ!~gNߙe׸x)\efqHEhĢhi' ~tJ܈ܩ]8j:RQZ0'eEaR9RG\Pg1#AS^iR_D5."i IZ o 6tm £cu$ 3⚐#i mqS)%}m烖luvj88 2]/*%TSD5/6+~19P$k]L v`AcLprw8s#[_hS@c>B5n ϊt/ @2gGbtga{/>#(W.mrE x0MUbk~+@tN+Gҗ71' #bZ&w&GIWZ%xfm1 2:߈ I/-H-w\.JD ʸY^ 0' ]^=9o#fN?bN%:+{N5_el&tzaNGGms7PKEhhq-GF 1)ĬJ:؊c˺*\ѕo  /v'ǰnCJdˍ6  mXM0j" Z2-Uۗh6tt2+,\t2icBUY\ i][H13??>1YO9d+FypY\Fl\$6 9%u~t@Ԑ*URS%a|4zFD$$b&r+`ʁm䝂^l(7Exx#eLeXE) D1Q. |lԄ-Z.3F$G\^lE˧ ι</F&IA$vݔT$wE-NN׺1P:MoMdc\? +) #zd'`?F_N=/o*B]qgW ?hd`e{ If:t\VEg`ÿp"31ÅPՐ2q)u l}NNx'cA)!bl_-'DрI'nWAm().f =3ܥo32\*+.szYHA2r/?"&?ut]Oc:H/Oa͏PGC1#tfK Epp??~35ƨ5׵Mt<'LZˮDqK9_YwUNgTd+̀uT)HCU9I|/A{~[r^fߢEcg ߼Fߣ`CI~Gc1?{o})d"+4r` Ӵ4=P˦ΛC衟x=E%=JĈlr5^F !Cǧ>zc  1%y Y@*^9*hZ|4^<1p ՞\ 5(b枵9 }6 8(]Ȱ6lM`|oocWk>$ tFlgN?qHDLj6cW[}@:QM&eE*tq2ODZV^(ɢt-Z; OtױXd?0DN6,f0eͭ~%?zTVB|wgIZ'gL4[mz´=jSnk`e;0ߞ N9|hW@T=A&-Ⱦ߀ N0 HF)X@}g'qĂBA?0YO>R1}ܸL-}K ÜlaljONB!5v-Rov4LR,ޡ~2k5j֢#GjKj *[x%큹 3$ SJ}\5^#,)+r0bq`нǎN*T 0wS/ͨb?=q Z7a4)qd"bAT8I0|tn'Vy!l'vr#p7M+pVq\ځ [gt󱀡Y<c?oÓ)t;Kng8IMh,Z8\I RX+3Ӳe(Bddɋ25ԪoϢJ[ۓ5ۆQGS-/!: 2QT,JVD'1VEbd贖ZfIKT*ekDu!$?l_U9:8A%Y)yK cI"̸2D];UlhK`fz+O-,bλBjX|s$Il +._rTO Ws Xq,&r.Zau:zH>3d*N/()N> 0އ+IT˛搓K|@[]@y QyPA%P{VTF~q3ZI*qDDE|fU(كNOpB Cps;ʽYH)94 (!@99fj[7 yf} N-&}Q&sl7+?—)v9~=VYYq sg\." =2>[tU&s&ހ[/R%S.8DW+ {6it:]$!yW}r{2sl*%ފxu'l? Et@mK byYvo#B! z "@Vz]!'(V_ZE+rNSOspNhh9b%̱4^AΣk шI^rR7$MdH{ hu'I|Da) 9l9BMnaA2Li~ z+g;_P>4BӲ)FWB$&k3&㏩Mt{y ]JV+=|RtccigMIAi}s[ǔHDmc%'*JH{.utWm>RL ?z>ڴgn2McQ [m?Q62=(kΆ]҆ӌ t7q抮>q@&D.R2ZdS.=0 RL r{RPVK<㖹5Eo.bq]7 =&6 O=eEbBrLg ,]3 SDXd$^$p`AYɉMu=EaJKTf7XF%gi~c&!"YwQ:Fw/n~yfIQpkdi[ҡGD`,Bs黆IE=SPY@A]p9}[Yn>'`&x_8fEҘ3kE9g8(m$@06P`| QkUBmMZqv__ASt5L@d(x@;q" ѩ2z Sܫ}A'DF( v[ē;:eۆA:8{%>(ظp <4Sc`ZP650vJJ'=90.kT+xK)5=%<ĊpD˧TٕmP,[Q4@aFjE^յ\E'Ċo7\(wQqM;-݈;G< {ė]*e%wyCA<4<CT ЮdʺpL&()T6@*%8Z/tL88cM.SYpқX4]o>6UuSE5 ,ʭraS ՞ks/"B/х0= M>)cc\_e?OO45"RAlH}^*lj0ت L$B`l86SŠ/wU$A5|RT[jwyvw>DFf/r+ hfd5I6n*slk ;ڇdg /-P$ %6ÊW cu2qӲ ]"%L*SdHXn-1, FJJGF|A|g\!P^jm&MI%:N+Cw1^{Wݢu`|0. [ lj…@AU;\~t3z/EWEf[s 20Smȸ"p;9#᳚"$v@#ul:B=-b+\NK'e35]b*2l+wiZDU[B,`6GAe(SҌp)x3i0ޗv5}ƭwch0zR۾d2hJj,/]3MG]  $ Ca$>dž5-Y ,]K)yc!F #B' 첎HW *Ӛ*p3lS(l=\LUe;DMk]Kcʥx4Cn}FOր{onTH};Zm9= TH[5I 8u[*YnF$"%s^ (αr]~Rg! _>\oXCFZN$gV[4# %BsMG& 3 fcj2XoG9{41EFdkRlN K6~S" (/mW)qlCK:- Qzz< (QCg*k%]%riK3_cOݙSM>[" 9j't-hP$F h5 +r4լX^u;<[jA,O n +ǢM:zY :Ӊ R0h:V-ݴ&"iyAg(0ya+4+{/e3Fk%d T2y?٨|I=~Ff@"[t?8Q ^;$/p:-N h[ (zchaTZ,=zDn;Rth]տ&kN"_eZ os<1-Kw`af@4rCџ٢R+DTNdf<IDӚk q@'NʼY{|d3K9(˲#fK4i ԅ@e͠g^MAQu? {UUc|pD;NT,nu8zfn?D@\[=c)5=˞Xv7I)TNYO;ti 3wC3,.'d d+qӓD>'.U)P#ҍD$ryZY|¤UBϘBr~qVx&rf[d5 uu?D f+L!} xTc2G^gR0FϭP w՜;ҚERnY\k*ēxM3.F{ za6188*)7pܢ~E|)n81'kc'&8hm4ܐ@){ i`Sob@|Bj],^?O'J@Ѣ;Ů99D%&4Y[敕NNqI-~O @4~4Ȼi.?"փCZ@tRd|:m@ey}0[M} P婘eU4z_^L{8C}c'O|0G$,EĕЮNv(8I+б-[H:zDJTc܆A7"-r94cTUUY>^_Ghb7v e֗='vR Fο͎BgΡW6r=_g|V,$txđhbrB5|t#Ӗe)|Q!_L>tCMDNoݱHMn @ 7U&\/ $(X-w{p&|~!x¸Bu(6Lx *4vP/D>P"V{'%DgR1UA\I|zS4ecǗfaF_Ɲ;Ѫ O15=P[d!?N{*2!,75ҚuZbDfzcSQT?T(ȆA8yVZߞt[DuOmMR9_[; #n;/$=jWF!:xO/S}@^֣xʩ?[ɇ+/SL'F\PGkzԧAX}l[L7]DZhj*(@TD>ξ6Eh4ڵEUw"Jg/Yg i 6<.S,QMӦ^*A r1k;G4Ͽ%$o4[I ZPOk1Qߵ?]A}OP*V5Nr@oθ J;&KMAA8fRB{Gui(D.d8ڭYRiߝ|W}v#9FCJ91I~zD1hyfML@quAK9 4DSY$ 9o*I|Ag0^lE=d w+@ t0]U OWeÓ ҌCCK'{5b|^5 O a;z1aTN9B2's,1*[S >a7e.A3,߄ZHj3wE&c7i[E~Tҳ+."SU.~1;HSOqcRTlzddK3FU<(ah_gzfh LtJE)'5,jX:JNO@#.G/?CFAg~ciM&%(d0#CސFtSBdS2PW)Fm ^l@$G|ƸuD V줊zT)d>j+\q<,X!i թ,-m%{fZeO(:@ߧ[;D >Ό!Ju$)\EB[5jӪKKmм ё6dح 6Ez̻Aå6P?JIȽOZX vL-H$Q )Ļ[t9FHKE _E{ŰڿpL3V3t^4#! 2s,}-vst//? :gٛH{I+mQu` ™n>ɤtEP^r].ovsSӭФ|=;En!=@+Gv !ߵn-Em⾹YV5G65c3X~gF^9kW[sII:yħ81 ;.˫HR.9E#m<JKB?_%eVNg+Oj\u!GX~- )K5T:7VR2Jc`R}eeۏ<[v sZ.Eߌ%A %ļ0?.W}]ǙBnBkmAFۋ[|zuMk瀝u qDId<ꮂY O㉊}Gok= &[M9^| BKnn,hj(s?! '„jMgN Z~ɜ3']7#.}HmB1Q j>Xt[㩹ZTh%'tA-T\A-YaB') l੗8{1aF9vM O罢p>`ReH$`@?9?U?c{[;z4=/%]&c4e+A ppd9O=zR, -.MTEGRU l .3: 4zH]Xҙ;/q[!dgcYO#ގ_Qa}ة*7k f"ٍJ>6# 򨽱Pr/ϛ\H\i,2>@db+Wmxտޑ|"\7/y˅iTigo QŨ\`@ Wt9.?{' MRo&E"FLԮ)%8w_]_'R^#͍y$2U@sS8DnW|iٚ෱o^@Y9!VucT1O4eL2&-  ^dHZ/5a9PViƽ]o|"Z'Tk a<DcoJbvWZ0W_l\$o]aXѯݨZ(k/л?7W}ص>:״|Ƹ(֨NA͜Er)9^^Bamxf%.b`$ӵ82؝>rcU}9Tçw)ﵼNdD<vpO|A"v>iK! H}_@.@S=lYWB8ԕ2?p?FJ u/W,&́)=BIG ?Zs4UE'n2W Jn :kQOD`Нj  *>$tOo)RyD&5DUqVH`X7p2%&a)i nb}'|{'vzڶ=hNbV1ǎ< j#Pck\J&YuC)BǠGkj<Մ"c|ǂf}ȞqupK *{::&k8K*Ba7GVFYUxt'Է+Ť,BK5lK3NѪ&NC@%Tk. Q4SR }s/4НG[ڃSYV #M_6}7P.n3@Y٨;q_2,,/EE-<njİ ք$ &)<,пA'MU <jU8cʞ{8N3>ў61: Ŋe$y= vG6E,m71كV=a-r4×(~\@. xn=ۯ|W2ҞߛOգ>{JGa[[8OrLV[X]znD@ ̊8ͩ݋w2h5/yܷE%*vaIcF"[;0$>'M8ǖ_Dϸg4ӣt^/$!Wt 2T̂|oJA N(Q @YXkew;2ɫXZ\@%iVB/T>1#[@sl] Ȍ%&Yw tyN7CNo0bC* d~4bn.sFHC/W{r $P>kITDݐPs搖pG%Y !ZG 4yt9jKGMfXQx2pp!ͬ'%'`z .1Y}m'Nr2`O6?TJ^sLl+,GfM<[V)߷ƜBEF)Oo5fD{foZrz*{r-C3F{V!&DGzd[i[T3sU|/1x"eԸEbfRT5F<$]_Аfz?˔2O4pָkrWC}"췘nܟNھk:f&Wͱ\Owib/b{O^Oș{x;MNJgj^z19Zl"DVtF ? \vEFr`2LXjuv5 r$VDhP9ca(SU''(g7d?M>kWUdU_E"ˋzدn`sd{-47h 0b.d`*=,*fUhsKRU}߈A#:Z Wa+g}R*pm4E76}~gd^:ٱ, ̭,zngvWG(5JV"`ӂ?HlF'Ě |,$ Jp _++*U'J qU X=@w]TeX׭6eTH)탄Q]t CҬ{τ}! bkjlr?w'./{ Zia`Y!AՈ]o\\h^#8KܪLe1I ֐GbHۃ^%]BWF9G25FK^s*=@>Hv #s<Α MFϨV6`{3k LmbNFs|:vKL9L6Ns8t $%Tŭ"76Nx8LH sJ6oڳA :5a@~M\!Tpx$N6;[uO9^}ubE0@MQ :@\sr,R wA).R<,(aX65 ؞,Fj 燼h/셠m9(R(kʗ}:E>rQɑiPIymWRpEFf'G~0Bt)˕oeSG|n\$,YՃ:{-&\9C+_yPv!P‡\ Et_җl.Z8d:a#ĪdP]Zp&u0+ed> F.jW] +Ua^l׸o7~$Vr૯_E![ w2^j3THW\K\UM X䶠A7\H!0O&(OkE$`dT/kTOh!R[6SU7A΁>AחP fp)@xMc\塗/uTCg4w qV'$Jo\ N{C5KdQ!O|j@&0!W.%C!,[9`)kˬY觳deUS$c Y`'*M%-hH`wHHkYfe