postfix-3.2.0-2.6.1<>,7\ڰg/=„?E_l3<7 {EO儇ʤuw}Q ®΀U)kkO ~bnBUZG紕x.] 4)O[VhBY[~d!wqzX2qF"< AEi lpٙta jG A\U'Wy?B—%;5792 e7RgdG!.(N&thAzb6F/^n00?Э~( Ƽ/5I".g>G?d   : r"<% '@ ( ,D CZ EHhLPQTt Uh7VD7Z7[[[([ 7['8_9al:l=Q>Q?Q@QCQFQGQHU<IXXYl YY \Y]]^gbhcidj1ej6fj;lj=ujPvm;wxlyzCpostfix3.2.02.6.1A fast, secure, and flexible mailerPostfix aims to be an alternative to the widely-used sendmail program.\ڰglamb151eopenSUSE Leap 42.3openSUSEIPL-1.0http://bugs.opensuse.orgProductivity/Networking/Email/Servershttp://www.postfix.org/linuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in postfix.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in postfix.service ; do # The tag file might have been left by a preceding # update (see bsc#1059627) rm -f "/run/rpm-postfix-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-postfix-update-$service-new-in-upgrade" fi done for service in postfix.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi VERSIONTEST=$(test -x usr/sbin/postconf && usr/sbin/postconf proxy_read_maps 2>/dev/null || :) if [ -z "$VERSIONTEST" -a -f var/spool/postfix/pid/master.pid ]; then if checkproc -p var/spool/postfix/pid/master.pid usr/lib/postfix/master; then echo "postfix is still running. You have to stop postfix in order to" echo "install a newer version." exit 1 fi fi getent group mail >/dev/null || groupadd -g 12 -o -r mail getent group postfix >/dev/null || groupadd -g 51 -o -r postfix getent group maildrop >/dev/null || groupadd -g 59 -o -r maildrop getent passwd postfix >/dev/null || useradd -r -o -g postfix -u 51 -s /bin/false -c "Postfix Daemon" -d /var/spool/postfix postfix usermod -G 59,mail postfix # ---------------------------------------------------------------------------# We never have to run suseconfig for postfix after installation # We only start postfix own upgrade-configuration by update if [ ${1:-0} -gt 1 ]; then touch /var/adm/postfix.configured # Check if main.cf and master.cf was changed manualy MAINCH=0 if [ -e /var/adm/SuSEconfig/md5/etc/postfix/main.cf ]; then MD5SUM1=$( cat /var/adm/SuSEconfig/md5/etc/postfix/main.cf ) MD5SUM2=$( grep -v "^#" /etc/postfix/main.cf | md5sum ) if [ "$MD5SUM1" != "$MD5SUM2" ]; then MAINCH=1 fi fi MASTERCH=0 if [ -e /var/adm/SuSEconfig/md5/etc/postfix/master.cf ]; then MD5SUM1=$( cat /var/adm/SuSEconfig/md5/etc/postfix/master.cf ) MD5SUM2=$( grep -v "^#" /etc/postfix/master.cf | md5sum ) if [ "$MD5SUM1" != "$MD5SUM2" ]; then MASTERCH=1 fi fi echo "Executing upgrade-configuration." if [ "$(/usr/sbin/postconf -h daemon_directory)" != "/usr/lib/postfix/bin/" ]; then /usr/sbin/postconf daemon_directory=/usr/lib/postfix/bin/ fi /usr/sbin/postfix set-permissions upgrade-configuration setgid_group=maildrop || : if [ $MASTERCH -eq 0 ]; then test -e /var/adm/SuSEconfig/md5/etc/postfix/master.cf && grep -v "^#" /etc/postfix/master.cf | md5sum > /var/adm/SuSEconfig/md5/etc/postfix/master.cf fi if [ $MAINCH -eq 0 ]; then test -e /var/adm/SuSEconfig/md5/etc/postfix/main.cf && grep -v "^#" /etc/postfix/main.cf | md5sum > /var/adm/SuSEconfig/md5/etc/postfix/main.cf fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset postfix.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in postfix.service ; do if [ ! -e "/run/rpm-postfix-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-postfix-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in postfix.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done 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= TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME 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 TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi /sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG=$1 if test "$FIRST_ARG" = "0" ; then test -f /etc/sysconfig/services && . /etc/sysconfig/services if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_STOP_ON_REMOVAL" != yes ; then for service in postfix ; do test -x /bin/systemctl && /bin/systemctl stop $service >/dev/null 2>&1 || : done fi 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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 else # package uninstall for service in postfix.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi /sbin/ldconfig # ---------------------------------------------------------------------------~.]T'f .'\{zsR"'$H%XR1z21wIH߈)8))0J x:@\s"'$H I[(9: )[Z|p: X x{I8+j:8bJJp::)p)*HJhl8[\Jl~[.((   # I d-  E#d  L Jy .r X 8&X; r$ | N ^_$2Z 0 &  <_A큤큤AAA큤A큀AA큤AAA큤A큤AAAAAAAAAAAAAAA\ڰZ\ڰZ\ڰ[\ڰ[\ڰU\ڰU\ڰU\ڰU\ڰU\ڰU\ڰZ\ڰU\ڰU\ڰZ\ڰZ\ڰ[\ڰU\ڰU\ڰU\ڰ[\ڰU\ڰU\ڰU\ڰU\ڰU\ڰU\ڰ[\ڰ[\ڰU\ڰ[\ڰ[\ڰU\ڰU\ڰU\ڰ[\ڰ[\ڰ[\ڰ[\ڰ[\ڰ[\ڰU\ڰU\ڰ[\ڰ[\ڰ[\ڰa\ڰa\ڰa\ڰ]\ڰ[\ڰ[\ڰ[\ڰ[\ڰ[\ڰ\\ڰ\\ڰ\\ڰ\\ڰ\\ڰ\\ڰ\\ڰ\\ڰ\\ڰX\ڰX\ڰX\ڰX\ڰX\ڰ\\ڰ\\ڰ\\ڰ\\ڰ\\ڰ\\ڰ\\ڰ]\ڰ]\ڰ]\ڰ]\ڰ]\ڰ]\ڰ]\ڰW\ڰW\ڰa\ڰa\ڰa\ڰa\ڰa\ڰW\ڰW\ڰW\ڰ[\ڰW\ڰ]\ڰ]\ڰZ\ڰ[\ڰ]\ڰ]\ڰ]\ڰ]\ڰ^\ڰ[\ڰZ\ڰ[\ڰ^\ڰ^\ڰ^\ڰ^\ڰ^\ڰ^\ڰ^\ڰ^\ڰ^\ڰ^\ڰ^\ڰ^\ڰ^\ڰ`\ڰ^\ڰ^\ڰ^\ڰc7M,\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰX\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰY\ڰ[\ڰZ\ڰZ\ڰZ\ڰW\ڰW\ڰW\ڰW\ڰW\ڰW\ڰW\ڰW\ڰW\ڰW\ڰW\ڰW\ڰW\ڰW\ڰW67846acdac1a847c961931257ee22005cb01ac4fb665158e70b562197144a347761ea9fd5b920b746326177f6ac04bbe64375f37431336ea1b1b3005fe3fa354f8493478e4bbd665a673716bc8372b6734fad40982d70cc00b8a65db514f2dea504d9d01891bd4db4393774d152f80d366355ebd55c8321f3c7e5b199bbe6f6440af4b12cd452d3c04a615fc3da794e3d2b77f800f1bc04c441d3b3a9bd0d28d39c753b1ab7eaa5aafbf2b56730c5f9c646be960e1fbfe0a341f52dbbb8c19880322c45b2909b502dadf937898ea9ab4f3773b33d0704984575838b4a0fb9912e3ab8978b521cdfc9d78207c41f4398ee675a5fcddec8156ccf68abbbbbd6973016026f85b1611cc3359cba5d9ff3a5345871f51a59701df124000141cb68052b25a8721a93383a68f07c9150fa0e7a6ed83d3b1b6cbd8e30067e7c9a79fa50f2a3bc26e39035de74291c3a900a9797f323fb29f73efeb390b2fbdf11c6a63550293c61cb122902add5a19b99c5160d00f60ad2dd9ec13f0208db11a874d0560c66b5f888b27d0ba1a7a1e07c86fbb24dcdb315ad1c26ebe31f3df93b2f9091b4f478aaff4ecc2cb7ff3c95f0666f822416be021c040fd2f9aefc3801e8b5284f0d1dacb70631b5fc697b965d2894e20105efabeb6873b44751ef989bce1687c1753814568e5c65f247faa29144076b8c1fffdadd37b5be8e1967d77176faf952bd5b03144c148413513cc97ce64d4f5ee17001d4c9e98be592fa75b4eea4680e544a2716b686acd481795c27f761f4df511b68bd41e67a5723b0f9d7f66f739ba18eb6f4e62a2ffd305149ccc259acfda086f9bbcd1b46c359104ba15ffaa7a4e9516c88b848d0ceb16d1cb2c8489f167aed9a17724723b58c2e48a126645de326578f62bca6d6ffc3971f258c9333a0576f3ad5835cc394b2910b2ffeb5caa2e13ecc3913f94388bb7b39050ddbcb1f2e9f7fb43056fb027855d38ce771501a75a3755f191b4eb4bc777a91fad60082915a29a39062726924d47a604ab50b4b6b6e4658b03335c3ac29a42baf053d6b91a73046e42382014f7c2f2240b40d88e11a32f81db3595c06b7a475c9f3b3bbd83fad8c0d1a67db53e7c3fbd2a087d3ea6532a79d2e05c8065738c4119ca77301c35c1629c1290cf64e45d5a0a218eb7b5533f32776f5b9a5a56b3d9ffa47fed83d3b1b6cbd8e30067e7c9a79fa50f323fb29f73efeb390b2fbdf11c6a63550293c61cb122902add5a19b99c5160d00f60ad2dd9ec13f0208db11a874d0560c66b5f888b27d0ba1a7a1e07c86fbb2449575265ff072e59c357881c6908fb7478a95bac805dd19219ca0650014f8cf9bd83fad8c0d1a67db53e7c3fbd2a087d5dc92f95b843021d621f65d3f74598004efbc725f10ed352afe35e8677b5b68e48c41e5b6e439621af5c5dd96cec21bcb6b6e4658b03335c3ac29a42baf053d6d1e1bc91f7b14f51ad3f81e7d76caaf9bd147fe9dbc4bed7706f53ae2628725689db89aa417d01676658763de1dafada9afaa97ab40eb4b306cfae082875e7fc08f214d764d93e4ca62ab573763353cc847348ff6f6c081fd4aa46fdfd7f8797a27daef3cf350a049ace4f615b876afb27d521f4a255799a86b70dd26a3bedcb6760fd2ae98846b86222b19666448bccf7d8738b3fabf7ee562f4c49318897d745871f51a59701df124000141cb680523d89b831ad63f932bbbe0f9e14bd76f7d765eb4b6d7f3e085fd6b3e319f317082da1b4efac83afafa059d9fd1f68cf2ec372143690006bb0ba567ce4131c2fe5d4c075ad8e43c80623a73aa0f0d0f5e63ed2a87cdcf47ab904ff54f6e13931d6d8209afb64443c02b019f6f0507a4037ecbd06bf103ca8f56941f939c02fe1bc8008d54f7c5d5d3cc3b886924a09ae2565d5ccec6aed5a6d8ef2eb2b9831f55c72aa00a4b93e8daf4822cc844fd38dd797b1d3d36d888082ce6dc12e6360306a7254e9d751664e88a25e4a9fb4d80555f756203822f387ea8cf22452965ea624a21d3d2bc84d24e658a524a654b79f49326e7856f5852735bd7a63be487b2df539dc413fbe932e0934ce0c37fc420d6d3ed0cfc2dcbe692980c404065b5fe1449f2594e7d42960c209401ed1e04b7613bf486dfd9606941094b4e9f7883e79ee13557e3921176de4a252230143696038f3720a480e04039ab59a65e858a93a443af8116095b39e07b9064832a39900ed2491ec6704f8c148b26ebc139e52d039c2c380cc74e01713b8176ace248e5d43368794145d40d95289bb8205411f238f7e4fe8b32f541f3703ca57ead89d85d36092f6613b8693b29bd4b57eda0ac75664375f37431336ea1b1b3005fe3fa354f1e35e9aeb70ba482721220d19476500f1e35e9aeb70ba482721220d1947650063f2dad211853e35cce02b09524f48b225b1a19ecca7b7b27cb216d2ebe9f7893ccf6cfdccf16e357290ada13a900f85804e0b5d28a62dac9a3893856233917d5e36d1cbb23c08521c500e933e4ec31794085681f6b68a52d1a3d623562b4800a812404b9d4de9241c363709610ec1c631bcee6d4fecc974e153ae0cf6648ca314224ade1e043025266b5afd1655596b2820196875554a98f0d193863b95d6a169675859da2e74e4b3fe1267b0ab06c06f06d6640e942f35d8df7d0e4f5868b402b1f67cde37cc6e64489b5b7e2cc7ffc01047de295dfec150b1ea3e9382f70b0d4643f956597e40b4913274da33568e84703f055c513681d50e4e99aedf8fd2a16a6d606773cdf4846271c6c49fb7d8460cd2a51149bb39747f546f6b9cb1f4cf8966ddafe2104b73e25b480945344b6db22fdd2ee4312f4419af6f7602d57b857653a8c745b8ffc9f0390d034589c2b5f7cf824859ef23b9879aee3518681863f31f128e022a26a391d03e6a84b0f21a7a14028616590f13cb646b3bf67f6f4670d45b57db59a3369719e09abae5f3b1a982d345e392d22173d25caf75a08bc9209228cd2b303406db4e4e6cdf26e00c55bc6e095ec92f8f631878ece3c81c07ef7ff32ad78dd9ff2ea3f3ec56f13e64af540e2cf3fc71a992950e5b50d6dfb8c82ed62377dce0fa2ae6d7ecbfa155b732f995c7d0350fc3830404d11157832fe60da4e7c5b863160ec90200b93f6698146c9fde993409d3d4ce3dbaa9e09b28da97c997d34eabcfef280e7a7b4e0dd5397a7c64d458c9027d9eb0406a2b5808f3b75a23ee597e1187dd745d6e16004d6a4e0d2f52d8cfdf5eeb70fde0c909b8ad857d5ffac5eb819f4fbe8a839bd0c97e7715b327f141b1275a4c7abd59a81445b4aac4ae4ef28a53a921cee4b27ed7fabd6ee03d1f2df79488864a7450b318887e0c26b5d37f4a419b7204ad1ff015853bc2ca0023b01676b8f54f049c81b1e3d59547d4ddf94d36b0d113fba4e131952958ed6053199fdcef5d4942b0c381537372484df0f0fb18a2432073c5e4edf2ef00f531dd0eed6aeca5232a82d7cadb60d7a67a33882724982b5cf81821f911f42e7763d8245ae830115386cc9251e42aa5c5c3290c36cd9b50929ce9e127f1362227a369c3efb8c537adad6c2b5c17d6bdab8a6944bd748bf374c0837b97395434d5c30e3ef50ebf86a4854a791dcb1413de13e162ecfb7f92b49068c7c78ca220a35bb1adaaf8de3babcf3410868c863c90ce26ff207aed0263ea9a24e0083da01c539d9c5d51b556107884ab44b211a5a760d7439a4135fb84a219af4a49d342f3b890d5d76bff8fc8315409e18c9a96970bd39b63b46de01c403e7839d31246f828a8282e7560a5b0a6361f89803f93d2929d67ab6f5ab5a878102d17b7b3250e7bd2cdda701b79c2599e8f18887e0c26b5d37f4a419b7204ad1ff0e3e3d4b03c3da6c0ceb248f6ed6b34c9cd2e56157738f50b4c757f4471803531918a07cce1956d117136167333bada32b3ce9127f597f845c075245e084538b96d4bd433e1cd26fe4b613ed44501b5f0b18db2de678f693e7cfd56f1146a1352../../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/sendmailservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpostfixrootpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixpostfixrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmaildroprootrootrootrootrootrootmaildroprootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmaildroprootmaildroprootrootpostfix-3.2.0-2.6.1.src.rpmconfig(postfix)libpostfix-dns.so()(64bit)libpostfix-global.so()(64bit)libpostfix-master.so()(64bit)libpostfix-tls.so()(64bit)libpostfix-util.so()(64bit)postfixpostfix(x86-64)postfix-ldap.so()(64bit)postfix-pcre.so()(64bit)smtp_daemon@ !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(postfix)coreutilsdiffutilsfillupgrepiproute2libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.1.0.0()(64bit)libdb-4.8.so()(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libicuuc.so.52.1()(64bit)liblber-2.4.so.2()(64bit)libldap-2.4.so.2()(64bit)libnsl.so.1()(64bit)libnsl.so.1(GLIBC_2.2.5)(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2.5)(64bit)libsasl2.so.3()(64bit)libssl.so.1.0.0()(64bit)permissionsrpmlib(CompressedFileNames)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)shadowsystemdsystemdsystemdsystemdsysvinit(network)sysvinit(syslog)rpmlib(PayloadIsLzma)3.2.0-2.6.13.0.4-14.0.4-14.0-14.4.6-1sendmailexim4.11.2 /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 PNAME=postfix SUBPNAME= TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME 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 # ---------------------------------------------------------------------------\\@\N[h@[ @[Z@Y@Y@Y@YyXQ@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@T@T1Tk@S/S\SSS@SS,Rb@RW@RM\@R<8QQ@QQQu&@Qr@Q(@QEPP@P@Pf@PPP$POO\@Os@OO@OyO_6OWMOKp@OObO@O yN>@NNؽNk@N@N$@NNf @NRDNLNENA!@N-ZNNN@N N e@MM۝Mc@M@Mz@M(MM@MS@M4/@M# MgL!Lc@L3LLK$@KsKKZKs@KhKC)K0K(K K?K>J@J@J@J0@J@I)@IbPeter Varkoly Peter Varkoly Peter Varkoly varkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.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.comandreas.stieger@gmx.deandreas.stieger@gmx.derusjako@rus.uni-stuttgart.dedimstar@opensuse.orgchris@computersalat.dejamesp@vicidial.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comchris@computersalat.devarkoly@suse.commatz@suse.decrrodriguez@opensuse.orgvarkoly@suse.comschwab@suse.dechris@computersalat.dejengelh@inai.dejengelh@inai.deidonmez@suse.comcrrodriguez@opensuse.orgrmilasan@suse.comvarkoly@suse.comvarkoly@suse.comchris@computersalat.devarkoly@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.comvarkoly@suse.comchris@computersalat.devarkoly@suse.combruno@ioda-net.chdmueller@suse.devarkoly@suse.comvarkoly@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.commhrusecky@suse.czcrrodriguez@opensuse.orgchris@computersalat.devarkoly@novell.comvarkoly@novell.comwerner@suse.dechris@computersalat.dechris@computersalat.dechris@computersalat.devarkoly@novell.comchris@computersalat.dechris@computersalat.devarkoly@novell.comvarkoly@novell.comchris@computersalat.dechris@computersalat.devarkoly@novell.comvarkoly@novell.comvarkoly@novell.comvarkoly@novell.comvarkoly@novell.comchris@computersalat.dechris@computersalat.dechris@computersalat.decoolo@novell.comvarkoly@novell.comchris@computersalat.dechris@computersalat.devarkoly@novell.comchris@computersalat.devarkoly@novell.comvarkoly@novell.comvarkoly@novell.comcoolo@novell.comvarkoly@novell.comchris@computersalat.defreespacer@gmx.dejengelh@medozas.devarkoly@suse.devarkoly@suse.devarkoly@suse.devarkoly@suse.devarkoly@suse.devarkoly@suse.dechris@computersalat.dechris@computersalat.dechris@computersalat.devarkoly@suse.de- bsc#1104543 config.postfix does not start tlsmgr in master.cf when using POSTFIX_SMTP_TLS_CLIENT="must". Applyed the proposed patch.- bsc#1078843 Installation of package postfix fails if group mail is missing. Adapted patch from PTF.- 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- bsc#1095073 postfix update S:M:5873:165830: openQA test fails in 1_postfix Daemon_directory must be changed befor starting the postfix-script- bsc#1086465 L3: ignore non-default parent_domain_matches_subdomains setting - add parent_domain_matches_subdomains.diff- bsc#1087471 Unreleased Postfix update breaks SUSE Manager o Removing setting smtpd_sasl_path and smtpd_sasl_type to empty- bsc#1082514 - L3: autoyast: postfix gets not set myhostname properly o When POSTFIX_MYHOSTNAME is empty the output of hostname -f will be used.- bnc#1059512 L3: Postfix Problem The applied changes breaks existing postfix configurations because daemon_directory was not adapted to the new value.- 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 - bnc#1055995 L3: postfix set-permissions error, chown: cannot access ... No such file or directory- bnc#1045264 L3: postmap problem * Applying proposed patch of leen.meyer@ziggo.nl in bnc#771811- 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 * 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.- switch from md5 based signature to one using the SHA-512 digest algorithm supplied by maintainer on ML to pass source_validator- postfix 2.11.1: * With connection caching enabled (the default), recipients could be given to the wrong mail server. * Enforce TLS when TLSA records exist, but all are unusable. * Don't leak memory when TLSA records exist, but all are unusable. * Prepend "-I. -I../../include" to the compiler command-line options, to avoid name clashes with non-Postfix header files. * documentation fixes * logging fixes- fix dynamic_maps patch to enable memcache support, which does not need any libraries- Rename rpmlintrc to %{name}-rpmlintrc. Follow the packaging guidelines.- fix typo in postfix-SuSE/update_chroot.systemd - fix config.postfix * 'insserv amavis' -> 'chkconfig amavis on' - rework main.cf patch * fix virtual stuff * add some dovecot stuff - rework master.cf patch * add some dovecot stuff- The included postfix-mysql.tar.bz2 was using a MySQL 4.1 style of table engine specification. Modified so that the sql uses 'ENGINE=' instead of 'TYPE=' for creating tables.- bnc#816769 - config.postfix issues warnings about missing master.cf- bnc#882033 - Package postfix has changed files according to rpm - bnc#855688 - possible systemd bug: postfix & cifs dependency confict- bnc#863350 - SuSEconfig.postfix complains about modified /etc/postfix/main.cf after updating postfix- replace vda patch: * add postfix-vda-v13-2.10.0.patch * remove postfix-vda-v11-2.9.6.patch - rebase patches - config.postfix * add master.cf support for submission (587) * rework master.cf support for smtps- bnc#862662 - Unable to configure postfix SMTP with forced TLS using YaST2 - Update to 2.11.0 * TLS o Support for PKI-less TLS server certificate verification, where the CA public key or the server certificate is identified via DNSSEC lookup * LMDB database support * master o The master_service_disable parameter value syntax has changed: use "service/type" instead of "service.type". * postconf: o Support for advanced master.cf query and update operations. This was implemented primarily to support automated system management tools. o The postconf command produces more warnings * relay safety New smtpd_relay_restrictions parameter built-in default settings: smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination * postscreen whitelisting Allow a remote SMTP client to skip postscreen(8) tests based on its postscreen_dnsbl_sites score.- Ignore errors in %pre/%post.- two improvements for 13.1 and factory * postfix-opensslconfig.patch call openSSL_config so postfix respects the system's openssl configuration * postfix-SuSE/postfix.service since a few months there is no mail-transfer-agent.target, units must be ordered after a list of smtpd implementations instead.- Proc is not needed in chroot anymore- postfix-main.cf.patch: remove duplicate entry for inet_protocols- fix for warning * unused parameter: virtual_create_maildirsize=yes * unused parameter: virtual_mailbox_extended=yes * rework main.cf.patch - fix rcpostfix for sysvinit systems * /etc/postfix/system/update_postmaps: No such file or directory - rebase patches * vda-v11-2.9.5 -> vda-v11-2.9.6 - fix file postfix-SuSE.tar.gz * made a tar.gz- postfix.spec forces the use of SSL and SASL libraries, so make sure the BuildRequires are there- Add postfix-db6.diff to fix compile abort with libdb-6.0- Add Source URL, see https://en.opensuse.org/SourceUrls - Add GPG verification- postfix-SuSE/postfix.service do not Require or order after syslog.target as it no longer exists postfix will fail to start in the next systemd version.- Install postfix.service accordingly (/usr/lib/systemd for 12.3 and up or /lib/systemd for older versions).- update to 2,9.6 Bugfix: the local(8) delivery agent dereferenced a null pointer while delivering to null command (for example, "|" in a .forward file). Bugfix: memory leak in program initialization. tls/tls_misc.c. Bugfix: he undocumented OpenSSL X509_pubkey_digest() function is unsuitable for computing certificate PUBLIC KEY fingerprints. Postfix now provides a correct procedure that accounts for the algorithm and parameters in addition to the key data. Specify "tls_legacy_public_key_fingerprints = yes" if you need backwards compatibility.- bnc#796162 - script to assign path elements not working in postfix install Build-0284(iso)- rebase patches * vda-v10-2.8.12 -> vda-v11-2.9.5 (and to be a p0) * main, master, post-instal, ssl-release-buffers (remove version) * dynamic_maps, dynamic_maps_pie, pointer_to_literals- update to 2,9.5 * tls support: Support to turn off the TLSv1.1 and TLSv1.2 protocols: To temporarily turn off problematic protocols globally: /etc/postfix/main.cf: smtp_tls_protocols = !SSLv2, !TLSv1.1, !TLSv1.2 smtp_tls_mandatory_protocols = !SSLv2, !TLSv1.1, !TLSv1.2 However, it may be better to temporarily turn off problematic protocols for broken sites only: /etc/postfix/main.cf: smtp_tls_policy_maps = hash:/etc/postfix/tls_policy /etc/postfix/tls_policy: example.com may protocols=!SSLv2:!TLSv1.1:!TLSv1.2 * 20111012 To simplify integration with third-party applications, the Postfix sendmail command now always transforms all input lines ending in into UNIX format (lines ending in ). Specify "sendmail_fix_line_endings = strict" to restore historical Postfix behavior (i.e. convert all input lines ending in only if the first line ends in ). * 20120114 Logfile-based alerting systems may need to be updated to look for "error" messages in addition to "fatal" messages. Specify "daemon_table_open_error_is_fatal = yes" to get the historical behavior (immediate termination with "fatal" message). * enable_long_queue_ids Postfix 2.9 introduces support for non-repeating queue IDs (also used as queue file names). These names are encoded in a mix of upper case, lower case and decimal digit characters. Long queue IDs are disabled by default to avoid breaking tools that parse logfiles and that expect queue IDs with the smaller [A-F0-9] character set. * 20111209 memcache lookup and update support. This provides a way to share postscreen(8) or verify(8) caches between Postfix instances. See MEMCACHE_README and memcache_table(5) for details and limitations. * 20111218 To support external SASL authentication, e.g., in an NGINX proxy daemon, the Postfix SMTP server now always checks the smtpd_sender_login_maps table, even without having "smtpd_sasl_auth_enable = yes" in main.cf. * ipv6 o The default inet_protocols value is now "all" instead of "ipv4", meaning use both IPv4 and IPv6. o The default smtp_address_preference value is now "any" instead of "ipv6", meaning choose randomly between IPv6 and IPv4. With this the Postfix SMTP client will have more success delivering mail to sites that have problematic IPv6 configurations.- update to 2.8.13 * 20121029 Workaround: strip datalink suffix from IPv6 addresses returned by the system getaddrinfo() routine. Such suffixes mess up the default mynetworks value, host name/address verification and possibly more. This change obsoletes the 20101108 change that removes datalink suffixes in the SMTP and QMQP servers, but we leave that code alone. File: util/myaddrinfo.c. * 20121013 Cleanup: to compute the LDAP connection cache lookup key, join the numeric fields with null, just like string fields. Viktor Dukhovni. File: global/dict_ldap.c. * 20121010 Bugfix (introduced: Postfix 2.5): memory leak in program initialization. Reported by Coverity. File: tls/tls_misc.c. Bugfix (introduced: Postfix 2.3): memory leak in the unused oqmgr program. Reported by Coverity. File: oqmgr/qmgr_message.c. * 20121003 Bugfix: the postscreen_access_list feature was case-sensitive in the first character of permit, reject, etc. Reported by Feancis Picabia. File: global/server_acl.c. - rebase dynamic_maps_pie patch - rpmlint * invalid-suse-version-check 1140 * obsolete-suse-version-check 920 (changes file)- bnc#790141 - Command SuSEconfig.postfix reports ERROR - "can not find /lib/YaST/SuSEconfig.functions!!"- bnc#782048 - postfix uses /sbin/conf.d - bnc#784659 - remove SuSEconfig calls from yast2-mail- update to 2.8.12 * 20120730 Bugfix (introduced: 20000314): AUTH is not allowed after MAIL. Timo Sirainen. File: smtpd/smtpd_sasl_proto.c. * 20120702 Bugfix (introduced: 19990127): the BIFF client leaked an unprivileged UDP socket. Fix by Jaroslav Skarvada. File: local/biff_notify.c. * 20120621 Bugfix (introduced: Postfix 2.8): the unused "pass" trigger client could close the wrong file descriptors. File: util/unix_pass_trigger.c. - fix for bnc#771303 * add 'version = 3' to ldap_aliases.cf - rebase patches * main, master, post-install: 2.8.3 -> 2.8.12 * ssl-release-buffers: 2.8.5 -> 2.8.12 * vda-v10: 2.8.9 -> 2.8.12 * dynamic_maps, dynamic_maps_pie, ipv6_disabled, pointer_to_literals - fix changes file- bnc#771811 - postfix update does not regenerate the maps- update to 2.8.11 * 20120520 - Bugfix (introduced Postfix 2.4): the event_drain() function was comparing bitmasks incorrectly causing the program to always wait for the full time limit. This error affected the unused postkick command, but only after s/fifo/unix/ in master.cf. File: util/events.c. - Cleanup: laptop users have always been able to avoid unnecessary disk spin-up by doing s/fifo/unix/ in master.cf (this is currently not supported on Solaris systems). However, to make this work reliably, the "postqueue -f" command must wait until its requests have reached the pickup and qmgr servers before closing the UNIX-domain request sockets. Files: postqueue/postqueue.c, postqueue/Makefile.in.- bnc#753910 - {name} instead of %{name} in postfix .spec - bnc#756452 - VUL-1: postfix: VRFY allows enumerating users- update to 2.8.10 * 20120401 Bitrot: shut up useless warnings about Cyrus SASL call-back function pointer type mis-matches. Files: xsasl/xsasl_cyrus.h, xsasl/xsasl_cyrus_server.c, xsasl/xsasl_client.c. * 20120422 Bit-rot: OpenSSL 1.0.1 introduces new protocols. Update the known TLS protocol list so that protocols can be turned off selectively to work around implementation bugs. Based on a patch by Victor Duchovni. Files: proto/TLS_README.html, proto/postconf.proto, tls/tls.h, tls/tls_misc.c, tls/tls_client.c, tls/tls_server.c. - update to 2.8.9 * 20120217 Cleanup: missing #include statement for bugfix code added 20111226. File: local/unknown.c. * 20120214 Bugfix (introduced: Postfix 2.4): extraneous null assignment caused core dump when postlog emitted the "usage" message. Reported by Kant (fnord.hammer). File: postlog/postlog.c. * 20120202 Bugfix (introduced: Postfix 2.3): the "change header" milter request could replace the wrong header. A long header name could match a shorter one, because a length check was done on the wrong string. Reported by Vladimir Vassiliev. File: cleanup/cleanup_milter.c. - use latest VDA patch (2.8.9)- bnc#756450 - postfix: remove version from banner- add port 587 smtp-auth submission to postfix-fw bnc#756289- set exit code explicitely in cond_slp, systemd checks for it- Documentation for bnc#751994 - SuSEconfig module postfix does not exist- rcpostfix now updates the aliases too- update to 2.8.8 Bugfixes: tlsproxy(8) stored TLS sessions with a serverID of "tlsproxy" instead of "smtpd", wasting an opportunity for session reuse. File: tlsproxy/tlsproxy.c. missing lookup table entry and terminator, causing proxymap server segfault when postscreen(8) or verify(8) attempted to access their cache via the proxymap server. This could never have worked anyway, because the Postfix 2.8 proxymap protocol does not support cache cleanup. File util/dict.c. the Postfix client sqlite quoting routine returned the unquoted result instead of the quoted text. The opportunities for misuse are limited, because Postfix sqlite files are usually owned by root, and Postfix daemons usually run with non-root privileges so they can't corrupt the database. Problem reported by Rob McGee (rob0). File: global/dict_sqlite.c. the trace service did not distinguish between notifications for a non-bounce or a bounce message. This code pre-dates DSN support and should have been updated when it was re-purposed to handle DSN SUCCESS notifications. Problem reported by Sabahattin Gucukoglu. File: bounce/bounce_trace_service.c. - use latest VDA patch (2.8.5)- bnc#743369 - yast2 mail module does not open the firewall - Set MD5DIR in SuSEconfig.postfix to avoid warnings- bnc738693 - upgrade from 11.4 enables mysql service for systemd- Add postmap rebuild script to systemv init script too- bnc#738900 - cyrus-imapd not receiving mail from postfix- Move the post map rebuild script into the start script- Fix the last change in %post- bnc#728308 - warning output after update the postfix package- update to 2.8.7 Bugfixes: smtpd(8) did not sanitize newline characters in cleanup(8) REJECT messages, causing them to be sent out via SMTP as bare newline characters. smtpd(8) sent multi-line responses from a before-queue content filter as text with bare instead of . Workaround: postscreen sent non-compliant SMTP responses (220- followed by 421) when it could not give a connection to a real smtpd process, causing some remote SMTP clients to bounce mail.- Use the systemd macros in the spec file- only fix files that exists in %post- Use SSL_MODE_RELEASE_BUFFERS if available, see SSL_CTX_set_mode man page and http://www.imperialviolet.org/2010/06/25/overclocking-ssl.html for the full details.- update to 2.8.5 * Bugfix: allow for Milters that send an SMTP server reply without RFC 3463 enhanced status code. Reported by Vladimir Vassiliev. File: milter/milter8.c.- bnc#684304 - server:mail/postfix: Bugs in SuSEconfig chroot setup script - Aplly SASL_SOCKET_DIR patch- Move SuSEconfig.postfix into /usr/sbin/ (FATE#311272: Do not rewrite postfix.cf via SuSEconfig) SuSEconfig.postfix will be executed only once after installation automaticaly. Afterwards only you can start it manually or via yast2 mail module.- Just the first strep forward to systemd, please test out /etc/postfix/system/update_chroot /etc/postfix/system/wait_qmgr /etc/postfix/system/cond_slp and /lib/systemd/system/postfix.service and also fill out the missing description.- rework SuSE patch * add missing SASL stuff in rc.postfix- when chrooted and using SASL o mount -o bind SASL_SOCKET_DIR into postfix CHROOT- update to 2.8.4 o Linux kernel version 3 support. for more info see ChangeLog- bnc#686436 - postfix bounces messages with improper use of 8-bit data in message body - Apply patch- rework master.cf patch o fix receive_override_options line - rework SuSE patch o sysconfig: remove POSTFIX_WITH_POP_BEFORE_SMTP o SuSEconfig: fix receive_override_options line- replace vda patch o 2.8.1 -> 2.8.3 - fix files doc o remove 'doc auxiliary' instead cp to pf_docdir- fix spec for building on all repos- bnc#679187 - suseconfig/postfix: missing dependency- fix master.cf o fix missing - amavis unix - - n - 4 smtp - localhost:10025 inet n - n - - smtpd o add master.cf patch - rework patches o main.cf (add two missing sasl vars) o postfix-SuSE (SuSEconfig, cleanup those vars,...)- rework TLS stuff o reworked main.cf patch o added postfix-SuSE patch o added post-install patch Editing /etc/postfix/master.cf, adding missing entry for tlsmgr service add only if it really does not exist - removed Author from description - updated vda patch o vda-2.7.1 > vda-v10-2.8.1 - fix build for SLE_10 o no fdupes ;)- remove document paths from postfix-files to avoid error messages when postfix-doc is not installed- update to 2.8.3 - VUL-0: postfix memory corruption- bnc#641271 - postfix-2.7.1: init script cannot properly stop multi-instance configurations- update to 2.8.2 * DNSBL/DNSWL: o Support for address patterns in DNS blacklist and whitelist lookup results. o The Postfix SMTP server now supports DNS-based whitelisting with several safety features * Support for read-only sqlite database access. * Alias expansion: o Postfix now reports a temporary delivery error when the result of virtual alias expansion would exceed the virtual_alias_recursion_limit or virtual_alias_expansion_limit. o To avoid repeated delivery to mailing lists with pathological nested alias configurations, the local(8) delivery agent now keeps the owner-alias attribute of a parent alias, when delivering mail to a child alias that does not have its own owner alias. * The Postfix SMTP client no longer appends the local domain when looking up a DNS name without ".". * The SMTP server now supports contact information that is appended to "reject" responses: smtpd_reject_footer * Postfix by default no longer adds a "To: undisclosed-recipients:;" header when no recipient specified in the message header. * tls support: o The Postfix SMTP server now always re-computes the SASL mechanism list after successful completion of the STARTTLS command. o The smtpd_starttls_timeout default value is now stress-dependent. o Postfix no longer appends the system-supplied default CA certificates to the lists specified with *_tls_CAfile or with *_tls_CApath. * New feature: Prototype postscreen(8) server that runs a number of time-consuming checks in parallel for all incoming SMTP connections, before clients are allowed to talk to a real Postfix SMTP server. It detects clients that start talking too soon, or clients that appear on DNS blocklists, or clients that hang up without sending any command.- bnc#667299 - Postfix LICENSE not marked as documentation- add some min LDAP support for virtual LDAP-users o sysconfig "WITH_LDAP" o add ldap_aliases.cf o SuSEconfig.postfix virtual_alias_maps = ... ldap:/etc/postfix/ldap_aliases.cf- update to 2.7.2 * Bugfix (introduced Postfix 2.2): Postfix no longer appends the system default CA certificates to the lists specified with *_tls_CAfile or with *_tls_CApath. This prevents third-party certificates from getting mail relay permission with the permit_tls_all_clientcerts feature. Unfortunately this may cause compatibility problems with configurations that rely on certificate verification for other purposes. To get the old behavior, specify "tls_append_default_CA = yes". Files: tls/tls_certkey.c, tls/tls_misc.c, global/mail_params.h. proto/postconf.proto, mantools/postlink. * Compatibility with Postfix < 2.3: fix 20061207 was incomplete (undoing the change to bounce instead of defer after pipe-to-command delivery fails with a signal). Fix by Thomas Arnett. File: global/pipe_command.c. * Bugfix: the milter_header_checks parser provided only the actions that change the message flow (reject, filter, discard, redirect) but disabled the non-flow actions (warn, replace, prepend, ignore, dunno, ok). File: cleanup/cleanup_milter.c. * Performance: fix for poor smtpd_proxy_filter TCP performance over loopback (127.0.0.1) connections. Problem reported by Mark Martinec. Files: smtpd/smtpd_proxy.c. * Cleanup: don't apply reject_rhsbl_helo to non-domain forms such as network addresses. This would cause false positives with dbl.spamhaus.org. File: smtpd/smtpd_check.c. * Bugfix: the "421" reply after Milter error was overruled by Postfix 1.1 code that replied with "503" for RFC 2821 compliance. We now make an exception for "final" replies, as permitted by RFC. Solution by Victor Duchovni. File: smtpd/smtpd.c.- update vda patch o remove 2.6.1-vda-ng.patch o remove 2.6.1-vda-ng-64bit.patch o add vda-2.7.1.patch - rework main.cf.patch o remove 2.2.9-main.cf.patch o add 2.7.1-main.cf.patch- prereq init scripts network and syslog- Remove obsolate postscripts - bnc#625657 - SuSEconfig.postfix and smtp_use_tls - bnc#622873 - postfix doesn't start if ipv6 is disabled- reworked bnc#606251 stuff (not checked in to Factory) o used my_print_defaults command for parsing of /etc/my.cnf o using quotation marks: "$PF_CHROOT" o added sysconfig option POSTFIX_MYSQL_CONN=(socket,tcp)- bnc#606251 - postfix chrooted mysql.sock lost on mysql restart o Now MYSQL_SOCK_DIR is mounted with '-o bind' to postfix CHROOT- update to 2.7.1 * Bugfix (introduced Postfix 2.6) in the XFORWARD implementation, which sends remote SMTP client attributes through SMTP-based content filters. The Postfix SMTP client did not skip "unknown" SMTP client attributes, causing a syntax error when sending an "unknown" client PORT attribute. * Robustness: skip LDAP queries with non-ASCII search strings, instead of failing with a database lookup error. * Safety: Postfix processes now log a warning when a matchlist has a #comment at the end of a line (for example mynetworks or relay_domains). * Portability: OpenSSL 1.0.0 changes the priority of anonymous cyphers. * Portability: Berkeley DB 5.x is now supported.- fix obviously lost POSTFIX_MYHOSTNAME in SuSEconfig.postfix- New file check_mail_queue. This script checks if there are some mails in the queue and starts postfix if necessary. After delivering the mails postfix will be stoped.- bnc#559145 - Changed Domain name not reflected when sending mail First /var/run/dhcp-hostname will be evaluated - Now POSTFIX_SMTP_TLS_CLIENT is ternary : no yes must- update to 2.7.0 * performance - Periodic cache cleanup for the verify(8) cache database. - Improved before-queue filter performance. * sender reputation - The FILTER action in access maps or header/body_checks now supports sender reputation schemes that dynamically choose the SMTP source IP address. * address verification - The verify(8) service now uses a persistent cache by default. * content filter - The meaning of an empty filter next-hop destination has changed. - The FILTER action in access maps or header/body_checks now supports sender reputation schemes that dynamically choose the SMTP source IP address. * milter - Support for header checks on Milter-generated message headers. Please read /usr/share/doc/packages/postfix/RELEASE_NOTES for details.- revert the change to PreReq openldap-devel, this increases the default installation several MBs- bnc#567569 - Postfix: move ldap support to a separate package - bnc#557239 - postfix delivers mail to user's home instead of /var/spool/mail- rpmlint fixes o init-script-undefined-dependency $network-remotefs - fix for SuSEconfig.postfix o if use_amavis eq "yes" then content_filter "amavis:[127.0.0.1]:10024]" is defined, so removed "-o content_filter=smtp:[127.0.0.1]:10024" for smtp - s#ldconfig#/sbin/ldconfig#- Add support for dovecot as MDA to SuSEconfig.- Package documentation as noarch- Remove postfixs update script. This does not work now.- Fix the %post section add missed %{fillup_only -an mail}- bnc#555814 – VUL-0: SMTPD_LISTEN_REMOTE="yes" by default - bnc#555732 - Invalid $(hostname -i) usage SuSEconfig.postfix - bnc#547928 – Postfix does not start during boot process - Avoid append relay multiple times in POSTFIX_MAP_LIST- bnc#549612 – SuSEconfig.postfix- bnc#540538 – postfix-2.6.1-10.1 installs new files in /etc/postfix and does not generate .db - bnc#519438 - Postfix: Running chrooted lets qmgr loosing his syslog-socket - remove obsolate version tests from SuSEconfig.postfix- bnc#525825 - when using cyrus in a chroot environment Suseconfig does not create socket /var/lib/imap/socket/lmtp- spec o fdupes if >= 1100- update to 2.6.1 o merge home:varkoly:Factory and o:F - spec mods o use of getent - rpmlint o remove unneeded dists from examples/chroot-setup/ o postin-without-ldconfig o files-duplicate /usr/share/doc/packages/postfix-doc/html/ o files-duplicate /usr/share/man/man?- added VDA patch o Mailbox / Maildir size limit, known also as "soft quota", to avoid user take all you disk space o Customizable "limit" message when the soft quota limit is reached. NOTE: message is sent to senders, but NOT to the owner of the mailbox. o Limit only 'INBOX', because some people use IMAP and don't want the same limit in IMAP folder that are differents from INBOX. o Support for 'Courier' style Maildir, usefull for people that use courier as pop3/imap server and to get fast soft quota summary. Note that it is also compatible with qmail maildir per default. o Supports for Courier 'maildirsize' file in Maildir folder that is used to read quotas quickly. Note that this option is not actived per default and can be dangerous on some NFS client implementation (like for example Solaris that cache some filesystem operations). o Customisable suffix for Maildir support, when share same external dict between postfix and pop3/imap server sometime "Maildir/" suffix is needed to avoid extra database handling (eg LDAP, MySQL...). - some improvements of SuSEconfig.postfix o POSTFIX_LISTEN: Comma separated list of IP's o POSTFIX_INET_PROTO: ipv4, ipv6, all o POSTFIX_MYHOSTNAME: define SMTPs FQHOSTNAME o POSTFIX_WITH_MYSQL: when using MySQL as backend o POSTFIX_BASIC_SPAM_PREVENTION: "custom" you can now define your own rules - POSTFIX_SMTPD_CLIENT_RESTRICTIONS - POSTFIX_SMTPD_HELO_RESTRICTIONS - POSTFIX_SMTPD_SENDER_RESTRICTIONS - POSTFIX_SMTPD_RECIPIENT_RESTRICTIONS - added helo_access for helo checks - added relay for relaying domain - added MySQL stuff when using MySQL as backend (virtuser) o you should consider postfixAdmin as mgmnt interface o when runninng postfix chrooted: you have to run SUSEconfig each time when you have restarted MySQL because of linking mysql.sock- bnc#439287 - not all POSTFIX_ADD_* values are properly handled by SuSEconfig.postfix - bnc#483208 - Postfix configuration trashed after update - bnc#488268 - SuSEconfig.postfix chroot setup misses /etc/ssl/certs/bin/sh/bin/sh/bin/sh/bin/sh/bin/shlamb15 1557835879  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGH>JKL;NOPQRSTUVWXYZ[\]^_`abcdefghijkmnopqrstuvwxyz{|}~3.2.0-2.6.13.2.0-2.6.13.2.0-2.6.1 smtppostfixpostfix.paranoidpostfixLICENSETLS_LICENSEaccessaliasesbounce.cf.defaultcanonicaldynamicmaps.cfgenericheader_checkshelo_accessldap_aliases.cfmain.cfmain.cf.defaultmakedefs.outmaster.cfopenssl_postfix.conf.inpost-installpostfix-filespostfix-scriptpostfix-tls-scriptpostfix-wrapperpostmulti-scriptrelayrelay_ccertsrelocatedsasl_passwdsender_canonicalsslcacertscertssystemcond_slpconfig_postfixupdate_chrootupdate_postmapswait_qmgrtransportvirtualsasl2smtpd.confsmtpmailqnewaliasespostfixbinanvilbouncecleanupdiscarddnsblogerrorflushlmtplocalmasternqmgroqmgrpickuppipepost-installpostfix-scriptpostfix-tls-scriptpostfix-wrapperpostmulti-scriptpostscreenproxymapqmgrqmqpdscacheshowqsmtpsmtpdspawntlsmgrtlsproxytrivial-rewriteverifyvirtualdynamicmaps.cfdynamicmaps.cf.dlibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.somain.cf.protomakedefs.outmaster.cf.protopostfix-filespostfix-files.dpostfix-ldap.sopostfix-pcre.sosendmailpostfix.servicelibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.socheck_mail_queueconfig.postfixmkpostfixcertpostaliaspostcatpostconfpostdroppostfixpostkickpostlockpostlogpostmappostmultipostqueuepostsuperqmqp-sourcercpostfixsendmailsmtp-sinksmtp-sourcepostfixLICENSEmailq.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.gzldap_table.5.gzlmdb_table.5.gzmaster.5.gzmemcache_table.5.gzmysql_table.5.gznisplus_table.5.gzpcre_table.5.gzpgsql_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.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.gzpostfix.xmlpostfixsysconfig.mail-postfixsysconfig.postfixpostfixpostfixactivebouncecorruptdeferdeferredflushholdincomingmaildropprivatepublicsavedtrace/etc/pam.d//etc/permissions.d//etc//etc/postfix//etc/postfix/ssl//etc/postfix/system//etc//etc/sasl2//etc/sysconfig/SuSEfirewall2.d/services//usr/bin//usr/lib//usr/lib/postfix//usr/lib/postfix/bin//usr/lib/systemd/system//usr/lib64//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/postfix//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//var/adm/backup//var/adm/fillup-templates//var/lib//var/spool//var/spool/postfix/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10214/openSUSE_Leap_42.3_Update/ed1de151a3c2bd8221f7d082318254e6-postfix.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linux  !"#$%&'()*+,-./012345678888888888888898888988888888888888888888988888888888888888888888888889:ASCII textdirectoryASCII text, with very long linesC++ source, ASCII textPOSIX shell script, ASCII text executableBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=36959d582cf4d11a2a20a9e0e2e5517c2175ff5d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=30688b846191f698fb016d1c60797f7cc054efa4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=057a9d3a2dac0b31722f902808120542c1c9ca06, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=2c03709aeb4aaefe0cc62ed8b78d8db3a319650c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=1a646513941be8e1d2d4eef61e29332dfa1723bc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=136c87ec02954aaedf22239e172a83a6c22ddb0f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=725f60f66f778b4a4a7363f8a3109dc946a72626, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=a2f4f09b81558bffbeeb9a26807d0b151cbfc922, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=8b8f30c3dffb3d1203e7d75e8352b3f3ed60ce7b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=0207db46a38f3a89a28cf53c8941c54089f22963, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=02b34ebf52027ad0ceaa4489cc189d83bdb29471, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=dec450a34cec2571e815227f331b0d8a78b43acb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=c7e53555ce3fdba13ec9f844569fecd3b013a5f5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=2ddd8db888ba638e52e152166ff54d9499867a6b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=13782ed3ddcd4e118c08105c709e28d3cce7b5da, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=34d7304708d70f48eae079ea550f077e6331d293, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=0af36b7e31828b589a1c31ec6b33cd1032c6e56f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=8853b594c136b3f040ce37012fce35b37d615b3a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=a9763ffb52f8785eedd976fa62bf313b4e3a736b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=759985f9d2c9962353e9c1882a960a54ab38bdb9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=f519b4bdb62ceb41258cdabb5dd235a41302f70f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=cddb2ed762b850fbca0647cf898708d5e56d111e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=7322be28d2fe22b1fcd2fa2c15f8d595955634aa, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=a044acf3844531cca00d7f05bfc974fffb354dcb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=c308820cca33a69796f815fddc70b78b915102f6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=3892b907535268ba6ea536d9cc0e68130d991de8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=16e2c762b390b5381ae9dd450a7173635b53deea, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2450431b3c3d8f658164728c5a862e20718e25ed, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=964ea89b905f806f442822a40a8401e9410ee316, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=173f4f241329021d21bf034f14eb0194e127c0c7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fbb8f968e30e9f0f2323d5ed7b267f79d7035c7f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=969eace646fb8bf786875db432d3e2bb9d473195, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ee5276e7dd4d34df4a29be6f33f4056566713340, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=466ef8eebac214ce2dd60bfee57ce32b80cb5fe2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=2cf19e62767b96ccb61f33419151ba1888f511c7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=b1168e922f05182108f39bd3849214f92f9ae08a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=5a398fb342622c41c84baeb197daafa17156fb06, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=4bad109a4efb77bf139701472e790ebc8431ffd2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=cbf8f0769f395a1f463becfd748e20ab7104e2c9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=af47a5b99529275e3df2e83a378a2a15fff45f27, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=6519ab9455c4ca3bd0d5599f9d9a2ee98b6ac6ba, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=0568d0f56316ceaa80e9e8fc3d40227f8e3415e2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=73e1e7e79f24c11d33ec2b0eacc1a635c8b4a4cd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=f66c00dbac33a5d08a734dea593f0783ed78567a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=1541f6e4691371b8e26b20a772dc3d02a325cc74, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=e71bd694c6b09ed360a26a0e5e31571c221b532d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=3581741fbe7f22a866d5d968de643811b355d53b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=02a4ac64af2bcecbb0c2876e6a10f0bb44d5a2b4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=4bc5c342a035e03ea19037368df35b89e8d53411, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)C++ source, ASCII text (gzip compressed data, max compression, from Unix)XML document text $+19JS[eov{|}~  '1CDEFLTagmsy          RRRRRRRR"R!R$R RRRR&R"R!R$R%R RRRRR&R"R!R$R%R RRR"R!R$R RRR R"R!R$R RRR"R!R$R RRR&R"R!R$R%R RRRRRRRR&R"R#R R!R$RR)R%R RRRR&R"R!R$R%R RRRR&R!R$R%R RRRRR&R"R!R$R%R RRRRR&R"R!R$R%R RR&R"R!R$R%R RR"R!R$R RRRRRR&RRRR"R#R R!R$R%R RR"R!R$R RRRRR&R"R!R$R%R RRRR&R"R!R$R%R R&RR"R!R$R%R RR&R"R!R$R%R RRRRRRRR&R"R#R R!R$RR)R%R RRRRRRR&R"R#R R!R$R)R%R RR"R!R$R RRR"R#R R!R$RR RR&R"R#R R!R$R*R%R RR"R!R$R RR"R!R$R RRRRR&R"R!R$R%R PRRRRRR P RRRRR PR(R&RRRRRR'R%R PR&RRRRRRRR%R PR&RRRR%R PR&RRRRR*RR%R PRRR&RRRRRRRRRRRR%RR RRRR&RR!R$R%R R&RRRR!R$R%R R&RRRRRR#R R!R$R)R%R RR&R!R$R%R R&RR!R$R%R R&RR!R$R%R R&RR!R$R%R R&RR!R$R%R R&RRR!R$R%R RRR&R!R$R%R RRR&R!R$R%R RR&R!R$R%R RRR&R!R$R%R RRR&R!R$R%R RRRR&R!R$R%R RRRR&R!R$R%R JN,iS6}g?]"k%QܮGVca&y˜Odt^R5D{,-β]PG)t)݆+1-a,g.r 5[7LWli=~oPśWL4{*M>rHf)U<"ɈWB\֧ p)tdL+tbb@?܈0LQ,O\BpMj^Zu)=j7W 3 HJ5+G"Jr5rh08a.7 $``oӶ@ݸ@xu'o-^=* ֍(OZ` MjgahJ[ZÈ3 H2C[2O$vWYڱW#&Ƅ'NE@߈943]d2˵0܁na`:6Fd{-I h|YM@ɦQhIfv?[YnpBYmf(5 ̯(]5Ş:{17oVf;VP2XV9/|/bf`M8eV# MrLÃI^A!3m¾laWL-wmUsM)6.x[աV.C ?Hnھ!& Xu)< -1lu>:L"'[iĨgRc>YS ڏ$!Hp62gϗ$޸>;(48rESd'إc,_V8fzs0eTx=h C?ŕp @";@R}6P "En씛؏{sLDGcP;2%޼6b<,)U4)c#+OȴDnio{MP9GQK$ۦGc0Pz2+'xc_ Eb+L `gDp[L`} 3oxWzWC3b=͸>]mQDVSD&<"r\Ѳ651)"&|0FI*GܵH &407~L$/'[l Icp熯ҟbFk5KmR, ĬE+ΟwT SVs-K#GӵzMq1RB@&+h0@|];_a&6+p|PfT!jprz@Q@S0 +twl䡣!n-Ϙ𑗾mS( sTRrx_}Kb$ќ0dZqoñbaskO .87dƫ~R[Sլ~~/EC-"nb #!5ɗOExإ:>.-h/d[♈Qk̻$"fmu@*)$6YXW2@q|^iPY{%L#N7)T[7APm'udX$hӧ;!_ZK])(:b\)kצ&'0N-Icei-Cx .t~`*fwշ%RUe/K,YH148ۓKvMN+EטO (LgFdYC!sAH8ņ \B"eC,49@ +˗)Ĭ=& j H'`MlRIFP ɐtQ6@E_P%O|Y,RY^}AYz]ߣpuh{ :g|u)־Z®:;5#0Z>rB_h7. mka<k@h_=ȓZC9)m[۪_$^@]Zpa_ 1A]A_Pkkg=14뻟î k*+,P2 gAkZ_\7Վf [xX?jm򝘂\n+ MnP4:O^/6P~]Pwߝ' ,2n*E(Xv]&jOaa 4re< +&bL3CdBT {ZxI86&_w}}W3cKk>/ܴjK̭e Y2ȃt['@]y@b80 t,D LZ'HPb0 ʍ"PŀtGyLG׭]y'2 Djѻ)~L,=n63">]t7Gd (WD;(b \SJ?7R);0!ץuDCKZn:;VﬖavmK<@oxԑ}yK!ց,.#A+Obgٱ!9.Ⱥ[a;;GN12kFn=9@,孿D/OfP}Zi)))tvKXK׍<0dA^5|a:Hvc1j?e8:~MS"=q1CvSdsaWHd^1%Beh/X9MwFח U}FZe"O2j˶˖V`zoL&W(* (k+b?,SMܴn"jq]avOZM81N(gB85PQޤ{UZ5.SB6J=&Ro7pHo00-%qfND:&b*_?q姮Jɠ5*Cy-@.̧%v1)xTf`}6)`xtPCOj]2C>kà'{ RI6]uM`{a֠\B*P'ܩau#rZm߳3P07Q~SKlbsyGBr1d`TKde"qQ٫))G^/0]#xOY%EϠ[c(Xj,}%0w;W>g+D&Gl"q5밷 U$F&n̛6-$mws#i1pgd/ 8*$f77@ 5AO,Y0C0U87}f/.ap|n=8ڗp ._C$a̦&x9A >x@,oI+OdzlA\kmBֈbkVKӁB27MR}boJ*6t>PkH+dˤNɍkZ1bG@m-f=c>ؕ/zz%:~Ceel]piڬ2͡d@H3UfJ|՘9FzfՇ1"lZT}l4ͯ1ՈW{=Q@A'sK#k;diw_ ÀQIRpKwt]^:O#CA&3fxɘҸ&(JH5b^-`3"LjcӬ;(l4rɕ-5QybLVAu;)6VX8 5_Lv91-.)W׭-AEVIb 0Zb}ɕZ`c5( Ն E k!4ӂŊ TR5`&kx+' ?57ee㌆WA4堕o"/YUG"*{g G Ke:6rov ګΌflL*͡rB T$ZIdW߳2EgM[=Eo#$gV~{Ƹ& Lm7+KSfLCs£&"ǹ#8WwU4amo$Sygs :-#>fJ0@ G#C~yax~l=(x1G:aB=VB[zk<^ ɢ>}G帜!l/CjzgTcni9@,56@ȭ djLY!܈em9uDŽ;{Աgvh䬋ox/K>R: ?"58‘_Aa$MW):h B3_s:B Ekl6e\UFS&綋@0'W7 s.eVi l#1h3j2 mƉ8Tk*[._غ?jQ2 SrzH!k_ +7lp5lb=v9JA?a(խz? NvcN2߀R[LE K8tgB#"z6m]r"௟ls>5a׏Sj?Jx)<#&G2eo\ȞĈZ޵)N4n 4#6'6ePN4^S#'D")5HoX&QםƐF@]_ ڨK`'oDnI,}a?OK^@k5&} | !y-Ɏ,xS R/.+Bg N@N)q<74z!6Ϥv"4ϕP \л]h‚x_o Pڭ`h /엣>#3|-ǮD~` rfnƁaWx=քA  z YcD/m F 7ő6KXL>>znh@;k\*n.˙2(N=8Vm2}U)?1LхS'% A}r'P9(UK^OGI [=C*3(P$Y"~%)|T,W%МoX4 RD(Œ%q,Q`oH-pؒ twtkltd]M661ŀ?+7tĖ|xo>H )Xu}Y0@$#{>*׏]b Aטj.M4/b@ޟ:Ch#[b5 ށ@@Ӌ nȗ'`:*Ӓ0O-Uy/6D(yUFt |[p*('i%51S?ZU$ڊnN@m>ώѸIzqK%mǣ7-|ڃ5)k,t9= с>D qV"xa قJuFŴ#.26Hw@7yY5!$n%B>q41-ı@(Tv2:H{fLIe#WͅY ԅNQ9R&d*$'*pd[`xJlAIfW(±̸k'ķR4yd5%HdzU.LϾXGQ3vY1.C"Nއyh) $0Db/W/B}H6vy[ʆKXG^J6 ;V  mS'T!1}&+*^̧>fw_ WqkfѹnM/4fcL@8g+UN$ؖiеuB1WԶt7ȑCy%sT2w 8 F PF/t2Pd]UOI<ەzx&aE G([rߧZJ Jnl/Q_%i]qkzh$FBqK~'v5z!VY/w8Ɍc+ܕYEsYcP21X:>#Ҋnu[UP=(kE/+awC (7ȗ|6S&P-}9[^&2Jl& d 'pdjm5NͺT["G0tzIh, ʠ%WLFyCtcϊǞT-0l& 9ʃ t .G[U9oO޵mgx x3l/1CR7$pny w2LYjR[K8X'ƣ_ƽ՛+w_--pdvs@N&eL42+P*`23l EX9Dwja!^bU/ 7* q{.*Y]ZՌd]l1߮5Ə _su^K7T,Q`\%}Q8EA6!#CCw+`\|']^XV=QiI~s@z|yQbu8!TV{vRd/aVoV֌Kصj+k*U,P%;y ="Xm*- U%Ӽz ~Vp[<2}ADžRdV_-1^'H/YD ϐ#hU*;ϑf ~3?$ f_  \Ur<㛏! tMG^1͟M_ FgHr"ɇ󔚋BT_6~ #[QA)s2v%\ug܊iR7rN^ÒcNn(kó2G7h3 ,&w& 闽t;ދ$͢XT?Jäs&ljy2rkÝCLoKMP`޵Z>OtqP骸"2H/Ps0;QJ[fW !܉6qiB)a0^|EKR]p{[|o!ۅS}[89ɦ\aO|7 kX?=O u3,qdb|gh8y9Sd+s&-Ua13T vq*ˊf*7=p1S#鎞ݻu5Bky]E4HQHA 2-ĵ:Fc232Y}N(H%{4 Z(9@w6E8̹rO~9(?='.C`'20Ȳdg, ^\C\X*Rf̀@ŷ~Ȥ„;9Ag8='T0)b~R-3Э lv,\M[Q W&geb'A"T<ŭcm pI|}sL]JRSbenT;j%JF.ԙܮ'&Y5g|̍n^Lo,4SG<8 ƾCyPj1pk&PQާه^Z' VZX6P6ǒ8Et@ӺobJR"/@|{Jc/zyuw?T{+[kٯvfrq؄`f~ xK`H3~~t!ƉП :(J`l;Z/:=x>Jep?skS'˞ %U)ςkt'5JJmސZ{! vw@UOTzT#yCr/ [g-)!*lHIz 4|}Cw<2WWg =[ؾ/HK I>PIw|u#I'TmFH4q{ݏR&Lws^ rNPeLHA+r?pWuV`;x? )K%ӿ=«I爾8}ۦ˛86hc@`[x5s|V~ _LJǐYXIE<׬cHnMQ>]dkO$nz26"eM[s EJaN:PnւNcށ5)[x89_B5)hQΰ# S MaZV v#h,iQ}ML-X^&K-f`]q =앤T"L-M,=yoŠ豂 Ct|YDNF'7As\ zvc\ʤ]ק J皚 p5]e#ue;gk3yU1+H Y]T-JS] pVj/& l~,RǮM$fOdge_K ;%%´,a):-B󡴥&Lk)9Y~If҃WOv WE{CئQD}u8ic,ds|ا3,3WAweu5xf9ޭ%$O;Ohr@?A`~mh?/+cCÚyc L/Hhr>co~6_ -K@?2-.ic/zYb>xʀrfi@! ×r9F02;{*Rgi͊od+%PˬqVBȽ mH ָpZ?1 ٹ6gƐ-ZRez68f6& Hu9Ywg-iIڙQ7If(Ԅ3]{!&Ҍg#V|cjanOiɬHU?(-ܩ_caAҠ{ _MCuZ -D 0,^*5X׸cU!^xi}+axdV _ PU*d,=]D}ɒ96BPOUFr +5)bYC-xq5WNW\:mSq_!| &#`A꫗Pvy+!"()]nڧlR~@B6OSuB~29&O"U\*:l:M stUN.jJCAVjmƖ!116P8:=n1mes3䌊!V\Gd"u # 0X?P~4Qs*ZaTˆt4 hW:|ճJ\pгDld*!7dK{t;p.a_$ҐTkF!On2C>â h<7Ԕ){ KZq"j`=5VP2T\yE1!3ܙHuTKzԃac$.n-H%䦙LYv:RVJ[EA!e98>r $s퉢]+JY ~`g^~I*C5z;x.BzFĚ` )\d|[L6̓;M@1@CqB"U̅#;w;U& \ Pd *̠(r?d Ad$/]Ks7#Y 䔰j,_am68Oz&ʱXr]a "~d kbS͂PgAumTkkCqN 2$HYW' z|j8/m?W;+9^Ɓ#֋U1֊wMV=e!Q)q#Pы^Ed[x/پMn;Zh)! _e12EStUϞ B*i)UKD= ޶B.'z_ǴE?d'=u'D-u)&rF%AN*`2D& =u^#B kw 6m)o})6XOL iSVB<Qж } pҶ[ign;ues3pk0~lfUQU6=;j UĊ~Rv#ȖIbGPL2݌cBc*6 W&lASh},тEo1O_ػH.X2r-~?Xƈ#df6JRH`.J%㳪*Q`77G@~Z[u0S.h+x2ݤ3e| $j9@BkBxj sO_u6][H#~_ 3= 2x]wpc5&= 2n!]YgmꙺoD}BdnS'0v :iH}|{N]N 0)+BGﬥgú83xUŸk#JڣS0)0aax)C<3L4kF>8ZL 5z@js'{o'3Ĺ {f֘x#1WpPuބuX]zGݝQSZSM~u 8}kZՇKY=S*0oojf2Q~n7.NiTt2Q8UoF EHN$1G Pϸ@zcDW!p뿎fP@/䵢rn=4|h]ZfaSkD,Wv7 8ؐ#л8[8|݃>az^ 7;`9^nYU&-%zBih [ ٍnn2m0"Mgfб+UŞ [NǦ_|Ÿ*~ݪ?߯NYG<@ S]ĕ~ . 0ޙBp8 F7$rJ1;(mAn؛/]|o3գ#R7j;cXn5X0v"lj!KJ;$`ϺNgG f?  ʹȃ #uG ?7ݰ쒌T\&\E>4'$5Bc K{D^Y^_qrdysVaeʅVƌHQ Py;nTBq={ \`9@5 dt,%-s]$vrW#ήB?c9&E/qEd=T^]H&sQqɬޚۏoDgQ[R0#6#K_ -mŠYo`,o$czEF6 hc+ [mL9 Dx;gq-rμlGe~JCd C{=r3Dxb #9fsQOdZx5_ X r0ǁ^QQt$Tf3}n1>F@ P~(&=a0 ,c)3w/ :ZmvH!H lFXP{Oe4o_B94[:h\8~7lb% f)7J fri>8q9δ  Q4)2oHʿcܭԔ& ht-dz:eV2tmx=zCN8U!Ƽ#CP'sPF6a"v/iZ![ZZ&5VfU_a9J81Y:o+.JX6uP?~-J>`F(.SҊJvyw#VZK#3} `~e9|F5h L1%w[~%ЅɫLÇL f)!uFƴw#cNAHRߖM˝!3hcA9(;:ÄP50~Hih΢ ˆ5o!VXN=iZȳTݩ^^ĘUW.!xH{g_BWp>ftOd譖.8I;A+9>2U | /7/ ۪+V15AsɝՐk?laq%`Iϗ&^D ď)_gK"P3ob:k΃*`8swjhLn 3F;l;v饸>/ "]ݘ& P͂D (~C KJ+HS6YI}᭼(9Ja> ?t )}41hn(~eMMR !EV  aS̠ 3'Ha 3v&f$רkԏ8;Aq [Mc-Mn`sj-?RjL]2^m},<|X6}hJVzZE<)P,WFtq|J%$pa01vG1ƪo'sdpLR=`2mc0e//i,Fj\QABNx3OZͧ|t %(ciax_0ɱGnt#;›" XGɔzKlɽ37J4j@T?z"z ys=hvnڪ'5wU&3G"ŨTB6.r`^G uiScxtdd]Md+&0<,Ѱđ\ƙpu=@6$rk$02,Bo ) >/1YҢ\o. ;UcSv/Dj%P@-6*VQm!5xW_Y@}۫nDlD%qJ؅B#pQ^΂1-'dmr 2lQ,gKI`Xq3&@zmkIZrWzl̑8dge#Pkډ%-đ1ݺ-^f/m{+PTFܰ@~Xpw_UG]hS%8AIBFHo̤Naֻc%SffSy& Tꋿ }FB/D[Z9>699[%[%ZJe.q#efg{ o eY񗑩:W|KA2)>)\I>,`DӉ(2E}6DS6 '~@ F0@k4y v!-$ϥ!"q_ѿ \:8qhIMkD&r\mg5 *k[ kB= g`  닫4|e}Py;C/Vx΁ 0Kmo!|65oxEW'oLIE-2;+{s~һIY_!iJaxFO ¾76jo}B+uMwTxʳk`*]*±%- sQ_}Y*(;<}AAs0xR/IukwFe׳EȖlFpqd"bjHɷe@F~rJ>4Cm}c S8Dˍ7psi^ok=~SSu|F.y ..7(~FҠ+[ֆɨ&.t#KhPP5P~tl1S&Vx&{DZ4L(6LO۽%T>6D=Ɍ Rs:ԦDj06T?v`鼊 Z Yـ({VA*"PQ&y{?O8l"DvH ¦yi6Ri&pnZ9"+~2R@Y=a/ư:UW M(`A_bU3E0pD1RﶁU[X1x+;/RՔne|쎈* q FxUT(529HPf53X\tD%Bi ?mp~>On2m{Pfd%ŠAP\bpIgNy4C"ujؙ3RwԜ8׼MkK~?YTjD, hi%Rq+C]<F#9 mC?{b{>RT"+'4hTKY(J~3TFأS*Y\h*R&@"GSI[}qkM|ʓtS,`jYa|Nϓ/Nyn;Lq`egm$x?iB2ᩦ3>NϻrqeUC}*_C V,P5E20NM_]AUzCkҵ23n%V# E "L7F鏠1of͂>.;Ɠ=M FZJ"oi Q_LF/L9+A ;xf".^\%, n+ {߇ob[v .u| n K~}Sr sG+ꉏSolA)Yɜt><~\Tnb"xhV\dCڑhnbQ:}֤|=3Ño7h1c4, 0g{NmU6}FIept]#:<1QTݤ\Ma\IuGCoJ=3ήi,"Og9obُۿ-Ϡˇ8rܙ\|67\3zÉWkHjFQ7t 77)zwg]-1'% =8惏K} 4XBN2Ҫk,[YH]8qBFH&ϰ*@ `W6wr3{ΛT5&mH\ I?{T7t@TSAP$Z&RG&mReh)B'Ph|J.i84PsR6 2U-vV]KU\Ăߓd W?B/p˓sm#3i! R°@U9[̃rR{:X[ N+Rwr+хC3VsUIx@o]ly)9kW)Q+ 9$ZZ(O-D 0GNkcbew;|>a{'" TW1ܦn`Ju%e.˝'?řYJkOEzW mD{F3٘x^b-UO ~ A\E\-$tZJuvCp916E +wu~u1-o3j3$¬/Pd 5\>GljvD?F(q /l-`pq90g*6)`꺨9 ,(Lo-Ac=j]e5#u/A7.C,R08erc D\&*%ߴ)l?4s>=PN K 1h 4S8S.pî}'9йM[ykŧTyRm3P] 1!QjP:.1s.`D:4L\9(`fk~`wC6и :@tZ`g:_B_@GTVԍ$š\Bd5b@~. o@^Oפۣ,6Ж#PqjG=_ ӗ7;|}qckDUЃƸ_ҽ[_~T16)E\&^7evRq][Aba-&ƽ2/b$&d@HtX06S'@cdi^B7AA8=EJsUP*\Pnue*Oǻ9!_LSLd&05kT֋24,㎣N\X?/3͚\!qt0}4?D~0wUIoRI4Bsi7>¯=F2W=m()'pNh]h%Sxj6-_4/_=UG-SM\mo|DoĈy-?G[!sћ SpS\cd%:PZ#!Рž0o>Ѧx:::䥍.KʨH>.&O!)q?ggxUI{1HYׂI˷!T?룚Sk!s7oa/n떛DOL+R.P%/[LRH9[)N\ҕyDioNV M[A .ϾZSBx'1bRElH]sqI+Obۜ-.Anu/rO}` ЪMXrdzymװ2Wkm…fܦ;Lp?T wD\s @sc7l0y̺%Y9ꝽCB,PD)].=nP6︆‰ǎ )5{5k1`ލC pOkaɼxRHSz>6eAr:"›!.*Q34};jq6! n!W90Oc 9le[!TgC9UO,xH.+mݳ!K̼(E_g/#2E^Dvӕf+cfo -/r(׺^M~uLhS}%0j*Ao#8~Hw|^W%G5؛`>ޫ+77 Dk~$ we,^* uuvCst|-R}=Y*N wGol/ɔTotA0F4IB°)k/ˀiFZ:s :'ԷֻIu@ꂆa 7݅?^0fg1E.O`f߻(n7tRY 0L9 2•]i4ȭH%ĩ.vGk,)vkfbB<\z^SgØ4_,hO<$ڷBA䌡K1j`o_nir^YKfLDD7zt53zTiF٫깴w~ه3,i.P }BjPøzT}ѤK?Ƞߧ7ydx}r&MmʵN58<r76avAFزVU |S$3JmkpaR:QC-BzHAS6h9KnL'zs$n$3p TIKmlB,{] Wy偠Ʒ.ZN+UE>q9 a.s|phxv/lAQ$#N5Hӂ yS}RD~Ψ/Ȅ 00e>?6jLiDd5tFfuGhnm?#`vǁ 91@Ň|o:+r]o[yD`,( NiB'$TR%=N!`䔛ӏ3_.vo_~عeg/q`0FSuOw@2o0< ݯ#55"h?=IK c̹Yޝn=:IWUA6LÕ?փasW^,o)yrGm >n!č``Z Eꥎ gZA39]s=QDBHlR7ǾeiW8ZӱÄ@9 >κu'O8$Ybp'slgۍm\8 f1Kost梛朅~T4)ݲ&t$C ෑZ(cN ›/UFrBh*.B&H].:^fjG7zh0K,B"Q ( F,W:ϱ ;O JϗSXe/Xn.@#2xmM+?ޔkL^vDͫ$ YCB))Z2罺  "iˮcꍬKfvT˽HC;C":o0ѐlJAi(ծ'aDʉU < o&[6=zS0 0_cE&=n}JF93: D8ׄotءJ1őYmǍ {1BXMhrH{%BAW̘88)ݿ8m1ը5C{ ~(& p8tJ.;<ĩk&j~9><&4ROOAp>\J!() DZe;{9S(dFͨTA2 VSQT ѾndqHyE2'c +9drx5qaCuIf?uQ*QEotig~4ӼیVaV1l4ZpIF#PBn6ٕzVAUjkP!(YIm]`gr+wœH e#o t|)pӐ'5 }K2!rbɞsZVp4?P#F Fe(k|)qZ .i@7b>#݃zl`4;l2zsK+)I(HMx b27Q|MNsP54Dk'{t{?`{w툠چO7 f[jY>!L䡲4_M!ngP4SR e񮝷d +}}IJ|?M(_ƙ٦FCϱR J2~ ^Z- `ST؝PȯĒTaٳJNl?cs6DA+ {z'@)yGqA.g@Yr$/*  HԘ!j9wUǫW ǵo([UŗzGw_AwqLE>`/ '`~{ wd) }gBc2 % Yj3П=s*j~k;ݨYdx^aaיǻǼ6l18@;x=ijREy4r ?"J/ YU$aj:`dE8$a%gwTqgJ%fCz/WAF[S &O~d~~xuL=5GM*XE7i+_`~y 'k!-"ck/Zym|H[H1Y5˜-D+qXm1]rc]b^[xk΁nHҮ[vZ/Mh,ߝ@|/ESkHǫ0? aA7z9k.ӚՁ7d{ ?F)q;@vޔoV+݇o8}` !^~.I-g `RIt4xžC%"ؾyn~/z$,J8EV*K[#"p<5tuid{5{Mx%Tަ̇qHhUqAaazcKklCz- pԊ?rbt`Py6Q\wB_v amYִ1э{4=(4- #zl&/YooA͟sFfE+w*P>,Sw-PbI?\E{JN8|ªV6nA / fNҐG+H3|p ,} M=,ڑ"CЅ${K~x)3,n MF7??{QU8t8:Dv?oeSk烝0ޭ#;gs *كQ`^k:WLLJyvQjYځk 1V 6'azGxƢ3?&Fsj)Pxxˍl5: U:ebd#sF={V^;[*IkpY!8-+;դ~X2nڮ !;M>9T6= S M, |bO1 @Mb|/*23iWt΄ @SC KQx P\Fnf5lafG5sQ2E_$,z nr$yTE|XVSш;"q E2 [=S7 _xm+!{,h4Α$PB]ٚN!X@P*^&#`E%I\LĊUx,z/k {Uߋ@}yW+5|56G} Vl><8*BVcBo'[P~iuJ[Ρ=!Ro@,11PhꖐkS{ ?b$DuM\_E[}jG9\0}[wV<|'CjDɔNVdk/w9GKJz#1*MAM,oV],t%y9'0ܗCUZO搜UDG [1*e2rJL2ȭOW{G]͑* $QJoo93{\.pN*p\C\ 7 J5XPR~GB$eCc.Κ8{(IubcX+,6Q'}8.tg۬hY?ިV2\,$PW^pC 8PʟRM,b'g e)s*/Yc5bZwd}Ȥ40g*GBy*;tFbTf(3@+:(:y0Q_xՓg@O4M<~!<*vw'DD]]SS޳L-KBRau$Kk(fFJM0wCʺ=]^Xk˸ar-KO-ygҖO]کY_ *|j׸nzD vp19H\RSyrO+ _[Uc w#J5ZwwRj>Rmw"{+?$R$2և1Ir .ߞ(kE| FpREYﻥ#|3Q̎J?pjX洗1q 9cNq[ i#x¤Oy@Hkl,m-1&Q%a;dl!#an's%}Zɕ֑>ٳ?۰R<$&=\hGYLJ]p~R. _BN^+h<[&QѬrJ+V #ȦS(qz09h@nx<utpPܸjҵi.S16L*CחB|3 r "uv{<p 5yq~d}kG.YY]s#4ViIL(0$#z(ow %`ͫ6bFb/2ۤ҇C^ _P6GEfQjq2Im\x<YK,@{¹U Wfx &Ɛa/>Rdy!.4IQo>8͓[LK{$]J(Tw~G:-γoB c@Vso_םSL_aC]{]tW&e9\Ly( M7s_!2Ht0 SPc0&Zh?olUڕy[>5՟QRd'L$  ARx8__.X-f4L2Hsef3ɛf[*[! B _Fx4UTu(5:h\5 )  ,?b䭄I(+瞪AQQV(N CUìѺ@6@$EWc8:^{Ai $B d0 =,G mqDNͫPVRpΓBPIsR ,ʹ_ \8-ɧ0RO 0|*Ac~4ʠ7Gϭl*$r.$ fo/xG5Ԧ2XvQίbU2]o&g~m)rfkp¨޲ Jte 砪i$10}7$fT%V$jpt"zo⧮qe=Xw_ňy4LEe8=PGƜ)>_mKM, H<,`*w"p,-f.uR9m|7|w;XX0%~ulfa܋B ל#WpCa*ܥK٫3{g+jh frhw_c%IvN+RlxqMw~]-zɆ8QT-GX8϶s7Iбx5#;,1 O*d0c̈́V+EO /wljG¬ϻ?kaG]Q/zL1nLꀒQ>iZ9"Odz4۟n2r R'orQP\ԞO"36aJƵQa%lֶUGut ֨ZhmSL?|ejJD 䬆([3."P~d5̭)<n9) }W<k~ 4Xh1 M#pO"!}py20&(e~ۢ8:N5BQоKy5?+ƛͱOP1x7^o2h1&¥_t0d;li>o^&ܘ@مJ|Swwؑfeհ:hhm :- d8I+{bz26.gP E.ɭ3NL9\m2Y-b@ }lP#Ew \v(L z9)1uL-f"K7٥Q{!IX鐄F5bEv=Btb[JGAWl9ޡ"Ǣ,BVkwY$QM rMP+0(ؒo'.=1G!RHcN:B#2xF7ceO7^W*]([#6C[y 84{U{~"KnaR^iT0W!U"H29sxNOCNfM:KH"u.|<{ oz'őD @.ffqXoh!曡o %ӷKO4/zSTgC>n^w˹-'F>j[XOӣAhlscgk"FDRd׿e]3.K/L]^p ?-net7Ǖ6E+3wE 3!I* sZY@"<6_[Z5A6; <:xiVqㆲbL9LJ[&KYm~ N<@D}>[ֲ#`] 4:I5ϟ|M問o!y+ZSI,qGA*"P3  GdR֧O7-'Y%qH N*V<,W|e[3ƹ-MxXI( ' ,9XHyBwEGxFCToVT&Ƽ 81dRȯV >D 6墳t{٘ Pip j-oa o E84j7:Xnm¿< H m`o3?i}ÖbofMO*`Pg.!Q|ypF6U~9O&_,Ɩ8jߝn0.J$_Wأt UDiIJ".b=<6/X./иұ'"SY`Kr TJ07S(;<ÐٴB 9L(,>:ݝD :U,!ɹ)ć[^na$PH$o$x'[0L4x=bG(/ cw[Y;Ck@ b&4u/=UBK qD-~u!6.>՛ ~pFrA^Z8X19x;ax١ Xj6f9qK΁d婡,~*%6J^7)Q2*vјA )5Ռ3$>>pj /ATMJCF4 3Qz"?)@THZñ JW%P> %:ia}qCа}/d mcC=1Þ)#SS*]ᕻ)Ѽbϭ5 #I ޛF"hCxm[iTBP}L^K LMڀ~ƿG+Re9tqǛ :w]9N08M [5Pn7K凂/oPd0w])2}r?#WyEBX;q}LnIbTX~T`K_ Gj[\Qj*#vbfPmqs|p n_c|wAD okv>ZgUmTbʼ0͒NK*]kZ濦ޱKCs,N[s6P &\!F\\>k:$QlKVp[h@TH(4ᬇ &Ls.囉WY/;okz c[̍[&m41lؔ=ҿx7P4W4b%z$x\)L IrBpp]8Y06E81Xߴ8_5 qꇟ噧ZNУ}$"5mGv+Jo"?s5{yBnceE~vއ跏9:[Y=!Yfƒ9!AŞZh3`L-Am9QZAMX?3cFPXd@jƱÖm~ko8Q ؓQxJuzeQIP/0S*%?W{ | `h$ T6a3OIeh+ nrz¿[f u ;:<aoQ2@H<V-ۻy"Ga皇$70ҽ KGp-<ף> T<1(a8ܯB+wIh_5cO_U!#T!*|z54Mc5Z2frΊM \;AnroǛ7k=,+~7^8 }owژtbUOs|h$.KIM":PE2x@#y;؆g>L؇׈x,s |?n%}axl\UhaUQGNl X8񑛻M-z;n i qF2YJ&87ICgZj~+7AxH z? .2Z[R?dԳ}"afKAɱtH-`;oڿ uKla927:kgokHFl&c^|_/:9eos`j-o U (jܵVfrhk%т<@?Z^&(3D.Lģt.u2)&)NYN7G`v2D1 gTv^$QC!`.ūAs4oZ?蘥|v9 EX' :m-Mh7ғo WK>U/#Wr3Wy*g7ZYJ|cEvozMG/mN55SžNEuEdЙI"=ϰ~k܊&7] ikS WD'bUtV dk=WDƢ(C\9j).ACwz:]y$Eev(yߗ".!^2)ekҫ0S׬0j:iM+eDoWf]q4x༊I4X3Eg^c\UKh8%SG.&fHf9V KݴXVUE) |ley7*-񔔓M`z?t*7k>)G>T-b}6Cp `y 8~W+t}Zjeߘ80.) 1ieSg݇e-d3ZI_39xLRSY#>Z7GKkFK8 oP{Z{s{nǍfh0<+ߍΖ95u6HA1dNޫzd]>IzS"lJ-HEuiGVψ3Ry~8,(_A>0LןJo ud݀/37Tغ?xAշ-wTMMVnXB_QL|7R .C nO:zQyٮ8,@Rf[lǕ1@D"v1]RtceaN+`ܮ> [vvrϲؗe<?:}Țs A՟@I_8/28, Aǎ_ P@~1kFGzzܜ[ĥ&4=_cQ}w!s/P}$`H惑5 >ۀS`KPnS6t؈(xfW^`d$d| (aJ U+8}\w՚\.`|Sgr RQMTٙKk[M <@ y;b1'cij}DOݡCߜ7l5b t5*ɝj%1|j\8mϊ^"v=BLn8:㻙ÒTPڎns²-Id՞^0"8&W6TQiUƹtPѲ]mr%7mׇstۇś'h&z^mh7ofnqzЌnr\hu6rP͖i-U!O>tS7 D;as&K{l71Shq+߷O*}sӊ:QzkVLSvCUǜ$7n€·2V38=;8^@ͭNEqOKcytXi"C߮9ڔ,B>1!"Ng#-}ɢ򂎰}%6?-mY"F.m;@K9 hqLoA.qR,PBjZR.2;*=ǒ;6De(o/gd UnZ҃wbQ mpħf}Py^|L-)b^p(°]+g.'3aKv%R)y@/n laq7 nv?1.$6B{ӼQʦbAoUÒM70%NӮRP_DLQH6tPr7dEl0w$FhW1W$vEkˣ-7˜l%O[yݹ8@rep,_ &0)+f;"~f1N^C *H.*:U)Tؘ=g :E,gudCD'-A; iU6Q7b"YQI@!jH)V{:S[zMQ¨&D$#8=Q&Ǡ30I/yt[L)s"e[v:9|TÓ ARD R3Đԡ"\-(>O'UsńUpY{T^VIMcKۂ>0c AnV]%st@%Cv˧]1>ay ca=Sޝ KEuwX_7Kr*,3 *{^3L+OzދK?6),;'ɼjA-/D͗mf3̖ͮSG1Y 7Ax0?zBV%UxW`+ af'A47hf§ L:GJ$J4yW7{b_B\<=G}Do㬛^Uڍ<<bvlA]BlS뛾DSqƠzͩ3خ#vG$1ڔ FŁfٷmaOOIZvM'q/scj}P MTW 㩋&xkrQ]}hIjSX>U+wi}]bKPegXKY"VI8=ox{1WPX噃X;Ǣ=TSfUv3 E9ƻ.Guh4t4wjIg_>LNxUYG& *yI<HA S ç{ ܅ w *ƑC>'!׳ky$3V.[+\AZx-s!{%(##dϖ%gWA,kIRޗ3px A/{&#>z^uEXG{B9MmkPH^F޿2=e X85` Lj5j=DbGdlJxQ,(GbXYrՈk "{"SׇiQTNfy,mؗwͿ$" %F;6GAySEl#km-}/jx wU'ˠX鮜3e֣krqH։Y ۷N2'e$=(H~0qD;-(%%(3۽`?Ag>5C\ZT;kNt95KɺETLN oS,|C^>im̄&SBk;d0|ϊ컵 &p@!EVը< +55Bu&=O=RϏ{ X졘˼`w+ 6Y*pyUgLO($S{s>ZUԮR">3*e`|I6B@4&V;hg{䏽 ~ sB:/$n}UCM= }kX }_ڷvБ:}BA|U TȻEa_2"҉3֋~Iu7v)P` lXH _!Uk4C6'z3_s ;vҩ\)zvK`c<^2;y,>Jz^)FT֏:+e mB~t[a ?1W'|cuSB@ҷ#0(;ui0!*]p:z'ϻV6e.z@F^$ 6BmW%=7Jf FEvb/ķr.TO?o0FnQXri,}ֲ<4fjrBB噣}yQŋx\qB]b )6IcVcc.K6)y5; a.ӗ š%oƒ-׆\cTWBX_yeJ6 1ŨإTm:~fp6cu}`)$kܨ#PH֪c 0JO U /0_}ˤ7xNNk{3"MblV|yDQAL1$J W>d8*T8Ro\8m}w9+o M]]}7(m =2hx4 " B#&PNe.4Q[Oޚc?" J88bE}TjZcj,NA%E@pwm [ oydES%$G'R྿"%Ĝ{1OSj*$̤b!m1|a!΄>'manFpܡγ}*N@m |l9Z2qu]h|C1ORA)D} .N7*;HF v/_t  xO#\i{h&!!?n*adwӲE XE` h ;!҈ՠ ƚ_48ielNig刬܁+fYHsWM#T =t-k}.!v,09/cQа]WE ;SZLNaӮ&ۃm#Γu\CݎQ^䁃kq=xe)(L F3 !i%9pE%".747@LŠ (NTcu{r,1h_fCեL(0!8H\ʏ,9yWrVrd88.H꿉< Xɩf}"54xggz9; J+6(Una 0 &[~j?Ք @V8 OS{3*'4n䟆$ KuWUR k#*'t((EVYҍT#6mvPmZSHb cvc{JVb>~16Ӧ[s?5i MZ{aT ;l+C,ÞDa1gȓYQiiG4ytW:ZzM+/1U,|ֶ@ ^BY /flUS ȫ? hfƛ2[0!᪠Ko*7xh m3`#blG9$׵KvfuH WY.* uEzz >uxglC7Iui \^d[d{i秉(SLB;<} ޱ40{V-BT !f~|'blg`_tiE1)Aea%-Av35?*isw' lXdrȒOX##t} *R_=&ގSRרHS^pYLX$݁B<>3o՟|ڲ0% 3#J_]t1L@bfpďDar*Qx3"c  xFcP6g|!xWB]M: ޵L>Pdȵkf=YϾ-/1>wM|TlNօEXs\fbc m+]Z `>pMy[)ou)i Ep+_y|V|8? w>89W1F~;@mpHsT+?V@ƺ G_] 1Wm1!R,. vl/Eg[~q#SxJ!E:nh!C)5 MwBK}bӇzҭ(["A+&(G i&_ċǠ @0cOӦ& NI^{ڣ / dv{?$vzH 1J T@XƴähSȹHZ6Zl=HQI[ޏmY0v`E(Ong_s7+$)|W;s IOP<I kթ-J9dzGp >p#jKyd)CIkoDP}ΐʪ4br 4"yS 2_pysW]1+brѶx]X//_owb1e6r[S=Ϙ=9gV h]庫 /F"v|RDss?4K2v}OhE.t"ȭV?0 #D2)O>b=_Ay8x:SLet 4/Vw/2mjdJKහ syxQ%ozP Bco|ṁLd1z,㻓Y {'q'W.9tTS#d0Puo/-kG5: S|-&\})v׸bҜh@S[t7N4[!͏4,ϭ. ,VeQ3.f+wb MIHy͙\&aiaұ@ܟy(͏]6}E0oJ9w"^dyVXoŪ [HA"b-+j' dL)dXZq]hm^o |z1usPHԎ/`Իv)lXqg_ Hk$nYalM=7Ѣa4j|?Q^OGm8K7Ly qԡJė]kحa)mvE5>QD'`?cP q<;?mdY4IKb/fwBxpovy&)W+Εjr<ն>=GWϹSG`eJU5#́ƳX 4p_Ǹh_ޫ( 8ADH!̢@ɟwcrAae<|r]$ڥ欂cvmn$r1Kj)](-+OoFD?~&_{To؃\{PcF=N[=v}EN>t!7ǀxpw W#豣(ay?qH;6̡O:(gC'{ZתT7Mu'-a{)(nJ\û6syDN l( ڷ7)dN>z:瘀  g^`p 9Y,( |K^ ,ga7<P-"W.aH}(#O4`Egd̕&0L! 2x:IiVG>yOQq)YT~S"B}b+>dloo[_ެa?>,U?{)?þqq!7uJ>Q  w. TU=h7<$H*rQ0BFrsma5bQ{b[\-/Y:&;i>Xqo,s9އ-@ÙWz} []mw1DF.?J~wr,yܱUoOl)gҔe'Oq!G~{^ A>r$Ҡ^TB\W%Os7*<UB+)x2M"9@5y sZU8CUg/TN+.FR&T"Kd5f[qLJ$A8A϶$;!ZEYuo:$LP̥8n4q㚇v6%Bg$1")@]c ӯ' !M~kZhV$j$t%#3aiFh1(}:MQ6,N|K:QQ7O>h&y9- SjA{ mK$VœXk=> |J 3_<]Kv"Tlz v{, (4MO$vى4=<%]nkV rP2 .!IpC<4mOz$!z<ٓ⭰KFEBhX}+i>R͡ s)*M|no#f.j1\SL+!$/0m V^Mz#N(qB})QvbJXq}#B0TقOe2>U®9ߜ0[o0c8zppas_Lqqg64=uG IP8Cbg{k>X(fEꁭ=E·x˺AaYϥzښeV\B ǸaD֌'X$1W3yY.hA7D۪,P9搿Mr!_8<|#263rdvh-:zaƈ؛ pdZ'Lcq t-<6`E̔D:)։VE]{rʄB*;`7$,\!5404X[˘2GdQt8z( # +Zijz( z+H*>o  R*s":xWۖm lKgt72W+" 2>Fz/̅ ?Q2'XY";4#t^ݮbRz>vvRtfU@S*ti>b=0|gsn5ʣɫvs?z2>Bg-&A㧓H=V!q؜wgzL=,̜ǺF $Dm! u7eT^̼1JHkY@ڡŊED|W˧(, c3#FF,ðDUouĭDo\-AgzX]gUСN}&.6#\4%K"G&y5鋮r_ޭ4xba\scg ~HsAX3N.੘ ]3,BAWDj3^nG7:"zι^IJƑ#)|ˌKڃ -<5Iw.C0p㕦];wf2U6) <ԲiA XuȍÙ0?*ɍ r/a<[Q]颐a"Pv{GgPw, l`mRT~~u%I[ ߜ"]P{q2tnѸueT߅ʮ̾F^ؔo(V6w=`MI7/;ѩD7ќy>=o)+1zo)hHeZr1L3~'1" W~[~Y_|kb[jHFc5f4l"H T.CVBGO%SYH#K0E>Sހ|&h@ᷟh[LOrH95kn_/xwdӄNI[-i=C+6TRFiɱR+ l,z=rѧuQWo5dWB,NUБ5)" NuXofYcARXss3"_E|OR>'v }W6a=8ɼx%`j[e&,KRC򹧦G\.ydKSW) a `5ԎVcHH >.cQT^,ǸֻE:7۞Amz≷>%K  ;)Yd.WMd*%u [Ò%ޭ0I1:GLG +!]@e_U=/M EB Ԃc8Bј;\cz 2~ jPqoCmFuSCU 2J?}<}\&\_խT Ϩ-}o[Brk-X^R +(ucVhVrhssY7uIf{z"*9yLe}PTٞpV;=OPx^?ݪ<16m:m mJ4Fb8P*tdX-`95Ќ)ƓUƢnVJ_85(Ŀ/ݺ|]zDCNfxrܙ=f[a#+_qAuIMr'cc^])Ƭ2>{xa ʑjĀ+aa읞hVo[1"8Yzl\mZ԰5.eZyCCNrx0 g\c*-У'7(9+0ǀׇ(@2 }"+KHJPKhyx MbѡU}GIaYݘ t +ۻ;Gk /|jVJ4)K:j^l6&z%)jyA7ukLfҗ@cZ[:` sJbj$gyb!ΥyMpY-9};_*U0[UzkE3=FА`j)$PӮ_Uѥ~Iɖ7R76lr+uE`ٝ&_|Wc qlMs|P{I"x[3%#}tjt\huJiOaֺܺ3 @Ƽ|1arIddwTz9hRbiȠ+nJ儳OK;(ObpH9:6X3GNz!Zg:\%E+o,JP{p8lebCc`;?aLȥ ,\hIV)%UY9 GHUWyxZZ>{q-.g:$'[CnFREQ|Sjmǹ!JZt9Phs2% \p.ƃYZ7&(xp;QP9gֽbHZȞ; uݽ;kZsC-){U^~8cD?F|Cb \ϊ}lYį՝\lj-N>AlZt>Mw? Beێy/ntoK~WW /8RLh>[|G m?pEp~>OhfWzY?2QjivI7XpW@\LxZq9KFH;]ȹpB<sbMW1YTQ%xKc^=Iڨڬ>[[S-ؐ/޿6#=! gg79WGK<}8ɦ ɟv  WC%h.;s'5D'l80m͌k(ڥ;w a(yLihB& 9YP,𨅄[-i\nap-q ۣA+tzv~v(/Qo-Z#Qu(OgiS.n? pgo[B4\Tlf^uOnq:c †zo eRH73O OU"m|PLL#Qc9%ٔ25ai(yÌ[{=#Ta'Ͳ  }7.s,IC+)s<rٷHYGe֕Vk08M9\iwc5/OКƁiP((bcFuʈ> 48!{UnR>D9w$h62*h7E` УIy.%|>}A>m?þ X;Id;Pe#D=RO'_S1QPȣŊJO@@GwE O9=NoU%Ĵ$շ ӎE$bOIC=VЯ җwHՃ -7~/$}V=ߘv٩PC`>g, UI <׻F~rg+d6KɵQ}4 2mBk.:.] !Z 9> : .\S|7ygS`9sOm\m[@&Dj1QEgݗ^#+of5Ӳq}DNܧ bcO尯B%;夭1{i*jT Ľß':*n|3`PRM.*z3Z \iC3˵RǎU'N9kn~uunD&.U7K;.HUvQLx/=)-4u(A`q;G2>=i ' ;\=,)ěvтDg?,/c9 SbE$A'}FO\fZi5(,u/႞Ѝ~x2֭?!lk)19F6BJr؈RX.% uiU"Gױ=yd*ܭg/׳|I3D~PgN+kzSmQِg<2QgY)oS Co3'a_"r <+I^;pxhw&`0p4'=b9,ה57_pqv)z,>XyDZ3pj +V7Yl%p6fRq\"6^Ztyt,w7@^yj].;$4El}P#^V#_P}qָCۓk[E9!iuV9 gpRj[H=u-k@zQ.~c%(پ4cg5fQpØ~퓽:ΔcZ,~K%*ܱ#EЉg{n<\χ<"K5g奐[WV+vö.I*M-7wrRɸ*a!|Jk'%q 6 o<[)jotIH&u(} { 뗕Bz_9B o_9qɲ}m߼=. d^$Ϭ2C %Pjvn{}GWk1~ftIoCƴX1H\osQ߆ NQ! zSMZ.nKZ5Gfc6UH* 1}g~&Iu8`[qn^`DeJO`pD}S^t 3]Y&NK^89,&jZ-IZ[G`F&ǍreoQP/QCl6@)QǸ"]dHΒ,P[^3N7V6fypvv z.ͭ 0lf'`POi מ w GQ'(Khgj 6]TuFu?1x]CSKgZP3˫j3aIWOSu!DE+M=Xt}XY/Vz|{@!\Ťa}}U|k+Yv 3jFwbp/Ɛ u'3cq쫜un5+'(o]/ @iei)]u\Yţ9T )MW^ƺi 0)QQi4䰬䭪urdOKe' /%}/j>o+XNNbjP 2&ˁ50$vR@dL1%x+$X[hM&ePc0xe.~`l+5y9 @x";HqRT4Y $BFؕ>,rsDnՁ*IG%1 k%ҏOtk?Uv]1{cQ@;F>W^NƝO,CdkFmIޡb7eRXB>(xXTM3 Ij5@EHZZMJ5J>>k$ Cu!c2F>@q$"s97'EZ!em 2nu6ǜ݉YibTл#kwQqmU.WAgC/6 BT4%\a) E*9t(Yml >f v!5D'&ʴE؈Ҡd&@#?Dۨ J`\{(~.J }(00H>cl㊏掮ph(gb :r]'I0 ٮ:Eslp}A< `'yƏkL;6TMxcIY#7]yB %LJA;MpF`!k~ӫV:eK`j88\:Zf7_@L ,Xҹ3S5x7M*03޵3TM tK+n7D/cD+OS[{?NU2/߬Hrr5oc5gŲ{6mig]Y1⥞vH)Z9gxH59EZ4ܭ|vlIpuEH@@Awθ*kϙFצɦ~a<F(jJ7l#F,ty/׆Lȶ:/ oaD]͡ .0eE9 CK59v*ր`;ɅtN"ޏ)JԌF/H+~JY}x^Hkt51EHAZ^ >몭h԰BGSf-@"ǭc$$PcZG4aBanjt6n]4*8Xg6{a aXY\2Cfq6fc#[f3Dݾ̺pӉ_0s**5({mz+"=pKs n•EhuuTN[́E{'p(٦a3cďV}>=]4JiwǷQ Na0G`E$uoO48Ȏ Afl6/8uVgx:Ea6K.XgsBC A[(V δ5b. ߤ9V8(*Jp ֣̋&;;Tu4=Q\E4jg_TT2Ue?})$}z}I@geKn}:Ԡ@e}˽ w&C7:smz&LB(2[MK;,toѡsV_noLӉ {C[o+ b #b7"/.\p"Td_Ƿ<[t5I !T񠻖4H  Ј9s&=ؖEKàLo5_lx%b䰻[XOizYjbbe993 iñ%V)q Δ(rޟQ?vNRzWp_pȚfARW&ߣGT9wbH]98YJyh']lZl 畤eDpnbIk iX!&^s4$%%qt7tzMp:nBw!XtI @᙮>"d4 /.z]lcrKpOUZt h DrZ^ܷ:~s xsJڠBfmDKR_-$ÍimM@b^)߭hP "!qm$iAdıۧ eSY> %a?CtwŸխ#89g RS3?\?%;ϲfl@_y;z AG߻.!CY޹e}r"R}K =cm(@XZ5XZk%7 vׇ۫ڕ_nBU$$PcRD`?Vw\^@4d|%V$%6uG#{4 cĪ1O* ĠO8^}:9u&Kr2K^1GX!r}SƒQ!k nGr"Yj¤8yK8L_yM}!♼5"5\6Y=j#@n?ZlaqҪl :JcOy6' 8)1Yok<,?wDFS^ȜiJ6U;ȅ"Yn9vOeߠQƀ _,QQA qfcj -6n ۆ}e`lx~Bi:zRE+58$Z8Ոw[%g.,ӛ2EJC#poёu 7n'^*`,94IdnQ"ili"?uHߏY cxǻA!.s:J&%z(ߢ"t97tiw&PXvBd/_!9w܃"zn{9葉G5IiU6Cll\Bp-+5 ;Tmb<=>?y{^*^ˋy~h3:U]nYUx!hAԑbYN@Ë؟I t-LG`ٝ {ărPgǝΓYF]DQ[Wٲy!!axCU׺ߦVUW15w!g`Um ʗ1G%JzyQn9 oIyu;HMa K0g}d~{_cP k9Dhf[WŤ-z(vdo{ylDB(`f4oQ3Hs}Ō{aBAPr6|.Jwu>[Κ`a;Ipп+MigZbrc*zEA|U3q>06(K!Tr(2YU3c烄TwMIaWiTcSsX봻p$0[rV݄@ ?Eݝ7 7 GR @0d?!PueQz#.-R*' ,z*M*[ңךqSbYvP϶* (pJFy9[,eJj9РiYM~/jnAO~gwX9d5@}62˵[-Æu*⊍c inEL0h?iƒ6Edl~&Q7Z?O>s̑B?E<&wF4n8ʅASYv=⒑ {oOeƒ `byعS_L@yS]HsY}qʒekft69 _ f[,ՇV AՅ:7%3l YPJ)Ghin. ķs9jޅ*TS3;qzbN3@c [/33/AQ9"PKݙM<^ ]/Đr x˲tBarcZrd:Q{I)a۷vƍMpʄLP)$y}=ρ6Z/{" tV, .s`<\1fPIkՓ>]U%*%/iq-Ђ2=T.qSutl{C ]kϢ=fuJZb[TdhfWgq[qƏhM7NDTm[mco2)Mɋ]]}? Â%<_5Pg_ְߋUABk}&)Rtvf,Wl%0|}0`Ӧ{E @FR}\a]Ð !R|S\cE)"KJI(]Zs6YP.sP2[b?Y`&yɘ;.GV2~wtu ~4x%ܝV`Ut] ZCE8o*yJY^oG{?Fc4b@lP18D 2P~\=vs4%K)|3?p`ť;hhBV sƄh5eH;MHz}YW13\`HM2k2c$fܢ8OJwXB }:֥q=~Zm6f^{3w'T-zoOmٓG'%`td#*߸ @3|NVM;"}1_1pOcZp®GRP=߽N#'pZ5>(T;-JmΑʁ*<ڛH>qww:^1׶YSYP3qw͒>Wy>R:Y-9b oGQi7cZ6fVcAU2_xw桿Q3V;hvW[M]nT3axA0Sgn[ڢh_> ,Zg[l3l?)إNggb@s\=#W]IFZL~gagizx+6=4+38s9DgcAG /V p`HtuR-3 uU81L@pe-:MBl1O l5>m>GTh5cG Ʈ?/`f<[f]CsglQw%#CBLK2 b# Wjp]ė9P۴&TQ2@zm'@LC*EglNd)XCnxp?z"s-Cџ0+XQV r((W sd#rwsj_iS!b_SIBYvN2W/l5Mu=/Eϭ~uέWo-y,&α=]Mܿ)ǪNkg2KD?:\J? RTV~ʢ9^>Œp o}rޟ72[o&g7AX8jl8)I]4† kwFf(~P֨Rԑ:Q-ZnP4]-]hgJ跮Fe-X1Vj67@^>?H۳fp4;9o.yE6TM߷nVfyAه$zahÞ'Gf~ +/KaT[sŽv`(\^ oY$$Em톓(ўj ZC}Cٿ Ky:(r"ڳQ6/N,O~A$|ǥuoXެ [?OMP ZfSINt[ oTZI.A*e@x˗_k x@KL\â*UM[7qSU~ѫCmNRmqGZuօE 2E8UO^A:I| w-,fy$oҺa4)A^ŵ#ňDMVEJӫb*ۏ L]Q7T0sSGo\dFDnaz*)jFg>L$Z7Jۓɹ}%& sعDr=n|'$Az=cjW;ph@IODTbNK+T8tUG"1ͤV~α,%)biy O`ZFpK&~DQuQ=-,8p+_Q']Ts9}Ajwɰ[s"lu+|XQzgLpqǁ-P;qFP7L΋O~.Ůq[Fuf䓹cd;dߵQzI 3y tA:rWX$*t31Lk7'׾hcK^ogP^Rcᅚ+P/@o$R z(}㜺pt5[Cy֓[ao/6s;[?X8y翣\Do#bI)36D >~L(c/=R^(jm#Fjuԅ5>Q(6ɽ~y6y"wjeSVݻzXk1&q/cwqp?hQ$%kfcOb>Xf}op'*7D>8" HsZ}_(N7{P(C]) i>V.*(UwOxpّ_췃CxN]BA}NH:)b2ΑξTdbA_A][=~б~DL 5F슳rգ#I=CZV8A&Q=RvwCiJ֬Ϧoڌؽ#ZPQTvePu翡OQL)CY^AީPf@Q5'CB6!G(f|݆e|MϺ8a%sՏOR>qbmb.p]qp?ְLC>Y&#Ahpe/wƃP4Fr SaU̱c_ծ#J~O{ ga@$rjq[Ը`g785]"BA <S~$_gZ@1 ~YԘ Io!}ligp}.ʖpկ>2 Cp߶x@'ע|ۇlV3p S"5X3& Hֶx^~L<0 lU{Nn!قϖR/ ] g?+K?pԒ!Ca@OeR_ <4B;p8,ғ'r p TjDk)7}}{Ӟ9RXh q)a̱bClבYFxb!\̙ٔv>RJ\wͯ09$7*DJ{:+EAځ|:b0%,0J31Y 2a-)><)c"f$+P[JCԍ7,pD$dcGJ7;йXqaFZw{FTK\ >YCEpg;rEj! lPjcz|_I JYrMɀcs?ʴ]Ⳙj>mاoӛFO^g=b3)"Zy=]ċ溮XH'KSIʜ:^Gc i<(B3ѐ^DepH`ԾYۼ5 Cw3ar*nHO^GNbs Pfu5cep1dgunkih. ƫ!fABBtbA߬uWcǀq2ZB3bԔW)H]ofb~ 篷u]>V ލfF z\? k]^RIטǛZdg>;G"K2$<hԑuxe2D2s柔ZdA3\j(c D!oB o"AO[\b+v<|j? vRG v;Q\w]v/&5ͩ)M ^QvH ȩGҳ:oCQnvwLp::#1!D%dl&:9-YɓvRyZ[YA.@U҅ J^hnώ9MSqW`.Gܹ, g#Ѷ6$|[yNr?d  ǭL,wA{<_#8dʳt NTR=h;3b,g;X]~ܧ@\`t!}/ d~OY8Iɂ@qBw4mIbLT>R!qMξoOkI [7[ RX|nlY݉+PrD+=-|wkE fxn7DHwz*XXگh H$jCXЉfc.ګ H]&Ҥ6kkK[ WԾ~nHIth͒0#yc0tw0>iYp$ʾ R xޭi \ Pw$oj|Έ!';qLeH-wRVwhnyf5H":Ȫ~&3M (pbUN0 (Ӷ"tB4)h,( %$ [d=YEf"$;ãh/mʴfFVvD,݃ՇRUW5.@ lQ.-t7c)E'nc mayq6)4--{ia*U;!G;Z:*or8$Q@pM #8[qFld2|TSVCkjS!"X;٨It*^ #ц*1 []/K,Or5iv/ꤣN3}D8 s8!r%B-]u(56Y@UeAD2"*GgMD%|__p3!sDE97/CazxH7Ʈ5-xu^|!ͱ@MGCC0AOj͛䮋Z[jmyʡy6I>1dG YGg>%${}LPц@?XO.$f}iYd"l5_M,VԲ=&K 'I}N.R Ye~V]е?d8 .٣X,k|J7ܶ-Ug@"N 9-/WMq}JVZ@3J۾ ve4#Ht֞[2v:$h _[L^V^8쉰L.0]aWҲ̏rЏI=d? C 磌%6yM1jfɜ޸iv)^rȖZr:+kw'^+ERؙ~U2X'IoڠlNTM \Y>>Jd;'W54ڼe xaXˮJ _̭t^PT)/.:*i?=8R\sTam4{H; &vB|"X?326] dî*d£*`1?qa,@pvPL-3Oms; a6qn\|.Fyn. ⱼ~c*~84A~r?@#lSF{_F ᔚg7xz(vYhOo}҇ y= u%Ϸ],)f3 4!a|CF d*U[?|)*B/8Y~Y @ztMhʋ~!>C!<<51Q-93Q <(WyLSj83K ن8-/+nS{KȔ -L@OzwNK8kO+a;8iD e:&Vi3Ek6 KoaY|0R Z9?Llqx_s>H,J9lFΠ&Kv7~U祜RylRQ$ s?TuyBzqYhH=Ir݀6RaH0UJ_H_|],dQi1+Cgf>ŦE2%)iU= 1_ 6BnAĝ$mn<qsmx:.ij(P lC5v?P;!Hf.i_e$O`Hbh*9h:s4Uw,YF׳IF@=6Cr|%MQɨʱz1.?U!ńSZ;" ho%Bh4 ;52vGU (xDJT*}.цagtk}n ]Ð76z(+FLlݺE F߇6* 3'@lld7AO%#3TwUs(wF::~>@ʼ #t[C#-x.#R8[սgk'rD\DAn܁$c<*2+ nj*ƒ78JMtʚeRrxy#ap5aGNעQxSBCCwkU" = fGXd|ƀY.]eAq[:= H&o_'Q7ΰ3^dZ+,B[YȐ]Q oܑO73n(_nsp(I jw6t-=dDAVt^LW|j $T>qb>eqWŃuHkǩä.ggJu6]@{.J'o'쏑췦[" +qͦo%n>[6: }٫ OVHX}5p$R ǜ=VWl|3 ي#ĝe.Vn; -6a{5l:7~nOʌS.;I. ƱQXj[ˌ#+b#Gr<0ETv{UR<)`veF;T+ 6Md%S(V0uw4GNXitЈHL2a\R:u_=r/U2rAOrTns4;V-Ab_Ƒx%(0֡9. | 2A߉&l.|KQeŖj Klيl M7%ǣ=η=* LrNךL'~ylWsaL.ݗ!Eg"ͺ^ L (oPB+j |`EW⾲n/#h,?p:ا'ݨ#3߽eDE5@QChZeJw g9Oi(Ӑ/4e#{ Fݩ Su&q @L48 ,rWYiCC[-ycQLCZy9  e֡];QJ` #A((7R*zsW[}أh֍BM1G8UT\sU_|g-m^vY' η )̎Q@BD? '8L]qw5t^}CZ*y./Af؁Eq_x%pik:U{c_3_Cl1~]첇7p:S&Hk8L  2bh2)wqM`֎~1a>L"" JC~Ɯ z\ϫi,:$|F)cDb(|jkl'Ke'OW,Dl:'_^W]tPYSl.b^XӿՎ U Mjij;Q<\w\VjGb!l/@I Y')*'rJo8g*@" p;4md,`'%=Uy'l|B(úlͿ6aDUٸ83-E/BiT83J)[bW{Ѱ]5)zb/]嚊qѼsK9V3i_  wbF_ǥf=(نVN%AanM6Tz_sF">KaCwUU'1eQmbOq5!Ez3CH;Ym[/7<ʻ ;Cv䔅2 -L[oU#}< `DeYwΊ#/| 8Ic[ /X\ $q5E$OM+ fH=F:_}E ^ͮ ^P\[>ӄv}Ab2;[' 91a}|ΗU ĉ!t|3+D%`TഥT%ʸfH)F:CCU_r'J3n}@IrtngWް:^iQNK#ZMԿ|bɹkR }2B؄KDK(Sg5jgxwxqH\si) ˻1& @jh{D0珤~GQ~ ˱;/廃>gnڶ`j|o"6S- 8פURas|qiƱ[|~O" Vmb:JzRh6p;)(qv /6-u Vۆ'OsJ!t={lVǀ Hm}9&508Wzd X)Q}*N3 ėߝ4)T0`g4W7 HAð7H@USߠRlydZk(@ ONwykEZlDu)g(nS(`$/<Րq,;,jn_&^ gc V za)fn/zn7(֩T_Zb+ =v7Mqz3VZhFE^8v輅Y}?\ioJ[ml{Rc ܿ?vim`-Vh*kFv2w1Q,jxxlM " 'eXqG=9_O:zh9fCUsWF-ѓ<ڼՙuh q9T}=ʗ58"$[ӥ,`"Q)"D`V'|:R,vkF\ {j1@ڥ«Ы>r2h@ p%kq< vDٍ;z-Su 5UtB':x햊B D}&̘!Z/xfl NֵեUڌm朅h <5q]rB0x7#nf]bc/jD*! -~aRpYTJHJuHJe ,u֕.0Œ:Z}Y c^y͚$-xM=AOQ T6#/1~{)UԘ"8Zd@ُ.2H `+"3g0%\z):"}tg+,ig`pXQg;_d̑S{R0jhZ`(V.ʱ )թ3Cgpz_ҰBl4rY^agQb|FD   llϏ<늹HRU~l}msY"ab{j/n!%mHγY2"U_]SI$OSơq@ 5ؠ7+ H4{'gK(ȻB!HݞO|pL&.G2HZӦ_ҎE+0Q.C#)&#Sm_`TlL ird9_9ӥ*C{5ᜍ\{o"D~c\FDa2( %9V/3=&Ji%#*}ʓ9)/rP%4Z+ADx;;(fX2%3Қ)0p!֬*~lDp@dg})(~ú78B$:/h򭄃 m*Ni3X#ve%@w9^! LqE$v9tkMX]Rؤȝ,'csH3x#n[#NT9ms*&tJcUs-8O,oJ2AHqE'GT sWǙ}=|UXj6F-\3p3]ƓP¬Pr[+Q#+!3ZW,_|ΨmZ'+~$ƨ*3GT!{S=TO'v:bt˽?5Uf\Zjq`?!,Cw; &O'@oq!um-)ͬWÓĬlnſ0HlF \>*o Nd1@`|49:)oHNPK%*N~SCug@k 5BKM5Gc.{n0 OO ݇8Ak^îtJ"oSݴS{ajިP__iEY'>tIzɜх$3k됌ϳs&v{&?vBܿkf ;𾵀N`QJhT4Vec@L+:\+ѴٝgCQYuYnknle>|D9 i !qƣR\cc>rk>'Ӯ lvP<~av~M^ >υ*clMkjDylh(b?$jSQpje턘t1X0u܀)4Ć;rC;I]~],gz"R)ΊI3ޞdV'Y֒vT7% Q9CtNEb}H,{isPbCƾ#f}j:DZԮ~ڹ7?=L/ (h+j x&DKY >?hDiנ#;zW Qt37qR'X2{dobb{APǼʷG#J57X4w3  Q{QJ奺ri9`o| prpX WNN AZ~vEuRج?OV$PY44 pf^gꗚ7ULABI]:'/Lḻ{R6.O]Pfz\Э;^5$ VnEYOk3jPh۴$N0\=`]N.IsJi7ƑDw(=󸏪&m)4'™z _-p<-FWa*hrqIaCdG?d&lgza֎:{醶? 3C}{L(T~#Ey=t ̫9?3AZA c%>ћ~q0t+i.iNB}jG Jj<T<Yf-v'R`Y Ijf;5[< uهXeNTR~-O6G.-zxXc#Dɧ(%z*߯\D;>5gJ|-'T+yBKL8ǴqhP.}.qR ŬR+# :SU/QL1ssNRO8&5uj H2xӡO+q+Nö?#͜hAڤZo(7V,mh_ r`#TahiFaFau7"!1"@Φ_fBQsqEb:4ט3Zm8a\Q@  իƞ$Sz^2x}Xvz0hHx 9;X̭%OHs(rmDѼ;wlx[W/Z^˯T $ҬaT pX`1?V#ӋT ܪi |؀i4G"Y)Ϊ5)^oX=-,_0/YmH\5Aߍ : ľYzWņLk/.;ZQS2ZxyKt"ebsU~q.cD6hILU Oo0=~"~Zcb]vmPJ)[禰n!x!','@vH_,+kwn:)S`J);nV4.p?d ;`L,3a>ڴr"+!5e=s$6 vp3j)w,kֱr[4y@ j@Ŗo&C+! x؅Zbt$:EBm-~DAS##}(&Q-֙ GCeF,´oߘ6%sEBoo9Ht"q!.Z,I`:K-oҎ{6dw8~ޠDUCmrXY&^b}&,"2gaa%^n>KBr<mXhtnK D< lgQ]9-S+wJJ\^BwLJ2p4Q2[ z$@ B@M ۾îEXu6jַjTHhOwYy3Q|̈*?lvh?CGBрBkkLsܨD9ϧ ~W)L$zd]v|:M|& GЏ iᝍk *Y4,bJ ]8^Jˑaee}2BNi<%TuYx4$aXUB ͡G r:= ,} HƕU5Ag@7<VXrKO`ApaQ[֜IqaюȡS{&9gQ FT)؎alL`4Ge8nBN\MAO0OŸQ,I,X7x@DD)ߴh.3DԍBem1$eTٸaa[bH,b?_?T|vO~W7mPSyzx;䏢[_^~`j=ttLd856eF9e &BӻEvmx?նmr))m w@9gmg^j ;Jv~Bi7PWO ?nXztfMPAыQ*"b={ө`l1⛆UMR;$@gǗxz^2j&Ymc,XET ?îV5cДI1gESU BG*8 Ol[y4?-n5w=峨\֟+%HrG~ci4wRHg'tLSm37um"S8U5.Q|xysؘWsZ V VD=ﰕ;gM$?{d:-vY;w ܝ4>KeѼ!̃tD|Ok2VCk s["JQTrJI$\ѨB\U꽏!4K!eh5=t?/Øߧ *֜8JgߏzW(~ɦW؋K  ԦѓQoY2w^@>4wD,B *Viq5KdŒbUˎ`q1kv$0Śe|gsoK}"|_1sCLzFRVN1# m 5֙Zgk9fWAlx&H`cz)?l }=j|KUxKgׇ#ya.S6PTzcI8>гOsRS:%pK \jFSGgC&:F6(r*d:YZ$QNQ[;ͅzuA^x@>L#,%:şz8ff/!u9 Dm6$=Dqi.#h t@۸#R?}Ho6yO6c>>ܰ%qiYEZ-蹂p(tZ(zun]bIO,ZuW*0~.M |H߯-- _M~:Pf.S 3&sÃ_}@0D)YsI-jV"DyR!iuT_iM#wrCKlrIn0d^r!vm+Z ]7C6nȝko}qD-ń LI7$NH)O@EA@buזyR^6X9̀aA ZQ8`QpIi}x[~"AV!\;(Q*qr+[@8?4hHI@:U%ԍc'Z,̵[ba2~}] }$agpВ9#]9Ï5'mzi30UxIitKrP=THw `|k&D&`*mk92T_{oS6Vf'{!Z(ˢݭ凑lVja"NO&KP@!pv FY+<= ĮK:x * `Wo=ìs1&X/Q<*^*3&uM[\#>{]t\)67ߛJB KI ۯv E3SԘww7-6=<Dt$tyN:qBb "b4mҋ(7 ~C>9q>Etx{t˖ :a)~uUvHdQBR,6ϫbh ʙqho<4DLv^MvE=t< o 06R`~M 3LZf'|+ #F ڝqpmh4(B-MHўJfaڇxL t1Udz*n&#l#4NJޘKօ}W29SO}y?a!IȄPmK&D ,$^W /+'mC?#ͷٲ#.^*Ls!f\ꙴ7~ K^-f#9踔<êqJQ~`baƵ2\Q1ѓP>3)7=lH(vTbc\;gJ->sy \L@DM&ŠesάL[wVULi:CۇM1zQCœNh"%ƴb62@{$ àPz|qVLR[!4ot9:u8!}+`4*g{׶N4J[jzdUuҜcD?܀9zw:bJ;嫕fǎ7NK5ny.vwN-⚗*@ w1xO&5!7Jߩ> -/ 4}fjގ KRX YntxOzXlL!l<#pHJԆHS2/\ϿR2|Q)dX;LvJi-YO#Y'Lŋ!@vMzJ Xga`D@Eȏ3q֑cU-yЊWhk ~ra Xi3x>>(QW. u( Dz%~9A&&zDQY&I/tq;ʻ+K`Qi%^}ќX<wوk}p>^,(h`w{!Pw[ lgo'q^2W8ߚMAj|(ݖ\21V&3z\%_EaqN,\۴P&\8 Á,-{`/YgTk6x֍8ְ@f"=~yB)Z"T!5–41:!jLa1nR!1Ɲw3ϳMkX6N>qpۋ)Qrvׅ침s_D(TyhufnUϢš C).xe˨$8,i=*|d6r=3 ؆?RUSj+zI๩$ F|ԷiA;M:2ҟ=]p cikG?C`N _PS%b1UAa9[z|d:v-*{wsWOzFBG+lXXس_П ^UFY \Ƚl+sTo02كy#i9J1h'ZwQ'< Q1`*$\HlL{ʑ~V!j"m}jpL{DE~ H^@ail0' x=DLz)c2AKyy!3%(yÚ~kmdCe 3îvn9[jC7'[EFbrk v,i%8$2wbaT5HK>A}Ĝu'(&5gow=gjn*b;^pAJjn2ywNyٝxF;]Eq,ݟ8N/ 4X~[*/^RܳuQ!Z݌2{]9Tf}1Ma4m&8v2O%? u+Aofq y3Bљu׌0a|ҥPxa/tiR<>!oY+H:%"u;bVfǬ}(h!Lsbybs&5ՙuA.Ҩ%Y?f,"Xڰ2?.fw7̸ؚ9^-pxgePZYgD=~wzs[PhSU@ z&[6X=xy /5+[0$R͏UaF`#䪫,BciQ;NdYK!Tr/C:kyUHi8m ȕ%β?ah w---Jk%.!Iy"i˩a|+/I72%v.OY^tqϠ /m&3G 3bY+)9:`&J*CLZbCmu^$ >چ;mGKoa|%tWA<_ͧ18=gIoӗOlN/pSzǖhr9 sj-O!j}TvU;^ W]ZTҝ]~b,|JE c_pހlFL~7w{K<'%h Pwa#U9RO J(h4<%𗑽 2iBi!Ճ<Ejda^y?~YЂarz#7oWڬ(Sj<!=\{D 0CȢDE/a{;ʘOѹ':> MB . 1Now{dzaABN%qbjzmӦFR6ȫn;"px\ZH88^ia8t^|9->ٷt,fɫ&< -(Ƞ>?Pfx~B+ 7>N/P7ntI+yGmd!)9"5~v~ac"8|zZי`Q^/Q;I(ɉ.=Re G-=';؟u|z,fuAUt2rINmj?&.pF a)0+o~ jΕ q}6@bV/ 9k͌؂=}5#R _I)A ɗC.2Us /"]R+HŌURrq9"Ux~*ߝ1?-hI׮YMIAbB.,!rr,(;scF3>v rF6zyp) 4O8贤Pc`q^-.V^!P,oʽZݱ_VSGHq[U't0ր|vK֮W;DvJ,k1 |`: ֖Ѭ@/T$ʕVv .y~V<ʎEXEq,s,[h5;~Gj]V} LM }1m<~ø}| H!fJ2i8 xXpN\(v*lQB9$;/9J<9z8X]i|C*_#EusA}F)|tڐL|8Twi@GҴYg ] KdaN,digeQ"0M!h =6I}:8qbtelLd֓[ZZhS-~[31]ϐ]GJ߾ Ɩ^bܑy0.AOuh?Z^@+j0D*ܣQWƉ a7>w8X~*~3u4viIG ].ӑofD!)~=;Գkq.C c#rR )vD%{.ENQ~ 7KVQղ9Mk6ͩY}ms_LKZh'?c9Hk#:$ڦJeqwGρ'ciiZ1S\:/[dո΍Ӹ b n<$½"wxLp-j} }q@НΣM1Mj?pL(<@츙y0I1+8` "[@ ee &srR7@X͋#1u?p1Xʣ/``>VJwMmd Nayҋd™\j}I|oFH4i_{2>2=Wm6i<|^{aVeh!r" +B70=IQE/$l|;4Z.϶5HC`QuFEB<:6niBv ܩJ_{";KP Q{]w\@N+lTvF;Nq>s5(64 #&D6׋T%oѶVa({dA{i0Xz!UW>bLOnpCɺ&#|PU'uyI p!nnP2FA; < vBLtR$#,RXنy)鑙4kQF U4X5 &41d_&MOLz \P+d}F\A}Ids&1ܼk넄]D) rj[:*/iĭB #EmiW*}#aY9piYzh&&+w1߁GGB ; T9 U'aVVQf/'XȾFXw yK.Hrif 3VNA'KdrU3ٱpl2fwiD(tȔ!X]Z"U8{גqgz[:1 PJYX˥IpVx*-|՜Js,f无QKjk$^t3.ESGVv8uCC-cE9H@"nOQG)|gBK%$Vj{mtJ\s!u>/W8!<ąTsnGWQ5@rG)q h_޴aRwDԵp 'P{L+hoƁV%oۘ̔*0XtWm cRejζLgrhalҗ#TT Nd쉎^v/8m'bo2 2O&f?'𼱥 <shw72/jR!pKOI! _=`W#?_rMf ,CJ󵍟uzh͚q `H?SH[XO;'#]IHj[g8c lM8)@e_K㊼y}Ț/=|$e!dkq^(M-V`䒜JCזt54h>Qt(|52hxWk ?v@۴6./Aq<ďȌ dneu8( ߡwB+[9ӲşYr! 1=ǚ]bskhwH$Kڰ#nUTs{HŞݱ/G6G7mvdj1Ko$^ml=~ж`0XY e,HcdAUd|е"ϳFtBA6j.Jݰ18fL|A+M72NĬm!\#;,΃6- 7?1ɢj+ dTZ;1";R 7?9#8O,CP :P3^رA2R܎jؚlkԧOξVCh; EIm᧫фd?x[ªË8 ԅ@T yme"Mِ9X2qN6:jDEf#mdB9W`L xzFOCwBH܈g ڼX!lՎxq.hJ18Ħ'ܻy]4tL'k@' 3+<+T$aO ?yoJ&("K R!;ɡř4tot}@~{gUИ So2TIƳf*{3ɈtSy=SQCn4:]W¹jbW=kt22ٗnLΚ.H NUm K+|6傃+[1n9=fGq3q4,Q 9M+`k`Ŭ$_K=^D%B//x2*_]] !e e/{YNW0oZq}2{؊zd,%p4!]>l ˵K\UfZ0 hp.>˴"lolHy N.)n6C(*e|)C1~?nd\T!XkJʸy^F6-mck&2nz0݅ c)^KpG$- \G9nD *|Ƙ >֋ڸ}`ߔD4c-U nߐZʼnڇlkg= NJXWQBĥI'vskywqXVNAuzULZKZlhL0EDH"ecS!utcL9VJ"3.iMqeOv]Jby7;, Uc6\cF'4U?`~TS fYw^;7l"a*y-|OVi@,r!8!yj 14CHpQїYg 1DxUNej3EL мY EJ Z`ql8N& ÿ7fM%5&%e~p1|WA')FYm9pV.? :'4@#,{]걳',HUZm**ۆ~$Ad5Ƣ-|rmp;i q70%PK%$3A#§,n)l}^&Q֛(òj9 3`?{FQ-N'=OՖ%qg"Ǵo+oM {w]ـn=9M _ī:]<ԟ 0s#oX=;'mn] d>Lq8VN n\':K%n9yAe7Rώs%ndžG\f{/^bҋfo Oaɱ&>CHB"4?Mډzy,A-<]r'D*$'6X%j}A 5^gc@+)Ud%D 1[6> i)'1Q㉑kcc*1HWA>__e pdjKEŋwNlF04Ǐˎ; ʔ˄7wTYuiƩ.us>ֵ<_6O2ЙSw_7.eh̘ud Ib׾ IE4$nlH-,@ &sn/|ì^#F];tj4"e Pffl`L{wB6SЀ@C-*#)]ҙn:dm.=$?b#Ċcg)C) қ|! =<ߪ! b9E ~nD@/TK4'q{iڠ(g:,g HCA%HqݵU0`ͯ)P0'{Z7fpDqYĖ_6,la&ՖwKFq.M;3 Hs1q, MmWvNT$ziذ -bT`` {ykhDSpnS2zm8|C lK(U(m@Eӛ^vT4AtEj~p|=WfWⰦ i룺9'$uN"$w7ɯZY,*@tJ%dmBA,X(qҼC3vEiRax'(X-0Dɏlِ_,y#CˢeD_瞘)-BI9BBW uݕ6#0TAEڅ+b,J TrVet0{@!8v];3lt (=fsS53%I{52E.ye!B3̙* `WFQl}!7]~Z{]7R5da$nk8N5Gd&V󌺰Cߌ=J>*1x@OHoBN\߃4M Ý~g"2ધ_4ئ+DgZ@|\Կ1x&dk p0 Ǘn.fЄwAy{X0pS:GuCبVB,=w&IʍsC(,m**(ޖ T n+{^u \y5`Y';$[`n`P : k ~16e&Cٕ8&P2('wz])r$NWyt I`U ۑ7Ge,=^,DYZ=[_F/CYN; 5,S{ftCb Kt£ݺǚ:h (E07Q+82)Z2EhUM?M*?f`V2:쳷GMab8ugGLC>DCޕKy{!gRXƿ>I񳭢tF㑏\d,zG탋1S6VP9ugfx٥ h0Sa_xoId`z+ NʭC;C{$&ہk٪> HMVt`'ع:12YmmӗW\ Va`pNw 2pwH9Ե=>Dg苜ՊOJm+<:79^FUm(] tab P%Ǽ-DCTkkf8#Ǻ~o P 'R,X&u2)^ G5ͤaBJf,7oH7O %"MI:nPhUҼk r т`ܾ!yk;&S>j? 3|گmx#qQq\9mJ7S8ؕx1ւ;P:[aS5Eg!|B3^\OGj~uq2tYd?;F6?mA(1yC$yw 6D]}͸<ҵbcڱ[]\Ƌ_gd6Uiȩa(EGoZ) E^3HeMq͉Vް?~@#)!xe͈ yutY!q ?^8m/Ɂ1ceR ؜/AUFDOUKIԚDTT,7t)k'mZGyfv*Y&WX^WIve+*(AGGc넾~%**AN,.wFx"1ppm% olU8tX e鹴΢qכkgezs73?%ߌy5ѤeguwwMR?>V2P.Es{m8f{0F g'`vSe 'ugV%a> 0*#)Đp|)--C^z=.7<)&jx4/U=tS ZwbS.f"@@nxnE(@;F +eXey_nXNhX ioak:Zt@{Yu[6le z8 ŠZ+hՌ=-4eWl#ڂ("!|ip={EũLYv݊MÅo6dpLݧUʙk]hC8w&ޡ}HD9 bqm=YM>XiqgzaCvV']Ӳ^.zC@M'MOT#mV~0n`OH2 .zymxzP 8ZI1vuSc : y7;Jh)LZi'K!Wf(yryЙO9=PMN=>V- ,zN?FFTA]/&4- Q'J\үPpv(_z5gM7å fPvjefT11CV0OXID~$s'n1{Z` N̎~L, DBgcIIumܘ{$MV %v›/DڱIX~gG =+$Q:\0G;K/t ?aԭ'Qƭ*$5viu V74m5uO2uTc5.M?s ,P߳N7m b;q|+d6m*[rv#R' )lkDf2oam(.< EyԢ]sLƂrz 7/˙nAhtq #WT*93(_(EYm!$71|t.#xh+t`ϗnA,UX! d۟sTǺ*hHn#;qAIH9ХA \ݷ &d5Xo;`<>BʲgmM}FZp~ K)&^MJէvݿ&㥐ޱx1=,w(>zayRDtT F,%4Wn)E!j LX_E"HL#(ic)# WV>෇{_osƁ|&c4%]mxd?'Y+~-Z|~īϴb9:49,?,$(S-ÌlzSc[[HAONcI¥K:F\%V[c󹎍߽1wAi2%R.gu_*nk[hm CjU9<NE-ḑgu*ZSzVp)h@LȪ!tZuEŭE*n,2[/a\: &F,=:ц%oRzH^PrGf YoH:2`b ;zJ щ ]a6=rlk4.C0R};DpL/c6ˆ3c7!H-j_La֩ɪqك}]9\djVYY&{L~l-t2&P{sLX_+.3P̠D|Hq^G0y]{lIBpՂ!^5KGڐV!E+lmjQ{ 5=t#'`26z%qN t_q9c/|9i LLIUjIcfO t*o|hHλő![RJ+L\NBnjmtkI ٷ(v!A&yYL !K_U壴*^ВcV14,aϻ* Bbp[1?y_k'dS_[_4FŎà)5z+;.ZM!65%6{ʈ7BX:l1MW]%i^qe?tcs-J-aGq)ՍDӖ2yȄoM:ڪ{9:t,|T&"X.vE`TQ,(gf߻w_ѹC؇zG?Ls䐞zMdĤ *J%5Dw\<$<>e.`. ,G}A ɪ(*C01xnۚZ )OG!fVaEful:-37>5lJѷΧ2%Uwg3@@1iJ`#V?# #7j2%M{Ie8=\,iƻNaJJepRFۥs(LҚ-Q;,ɉ ^W->uA/O" ԺneW~fSdP[N:+}")cxĔsu!LOƙUk;#z3ZhAmzȁ2dG~i %iH3c1i',q;GY؏̷ִn{xWn>36 Yga@zs=dz|ZO:h \v8|`c):mySUD+fli ۜo4vBg|od})ߓmm&iܴ _V{wz#C_9rr.48r 261ˆ˹ދS$ J?y Q2*zO sv-8}u2jv"[MC@_ !\O^ls D{kUR+- ]cE\$⒃LvJ8TA9䦂eC $K4ZAƱL.56 /fοx1v@_ueAiL~|Hp FOf}#+C.D]x8fj bL\T4S1Ŗ7ZL%C'㈴9aBĢ5.N܆z" Xu n=|ׂ6O v AƲ!@-Ӑ$+F,=d1h6 &3.sa;pY6Mch( {bZ  .@WbOnt[x(: S ,A؞&T6gKT$=S=:n#e.GYQFr3Xh wC1Dٌp8M`+^2Z0﷨h`;ijjI Ü:4K 7 Srl0留aaBYh=Ĺ[gY[e b^r,^ F0\x7f^Bidw\-KL]8P%/6zvU{׎ť|'~&EuRM'BkHxΚk`xȩJPM?[Ve$94I?=k:M? }u ^竑$1_n-:s֨U!cK">z9u7|K6/sY*l-˾VG-[ qSp¿j.v2m4_uGUaMM췏KFI%huerA9! jHQ 'v|gjX8[W[ bzYUm{v' |vd+dqIm`Y_D| sjߩkSdYtL {[elF3sY=ڃ!T;9YSmCsLɄlP*[J.#]T=>th Mu. f7CnVxз\ku{3TSޛz]$#7,ӰBld3u)Wй^V'tj#z?k@9 h Uv*Z0sEٻV41E(%vGj.HkN _@Zy daPLWEvs ]ӄ|Gih-Y#E椵H LX{%G^Q Y@â`Cv%c8"? _)`O4ɛTey=VxoвR0!'@*qzj$b_.[7O?Xb]pH!FLu-5ElThhs!5CuI-G(DډmQf;°@ 19@D!~x5v F@@~ .,4ӢߍY76rB7a<_Q^ɄDaưpch *5O~ZcYqa{ι뵓35(>ܼ`L(e%f_\Ub$uH/,ylP}]mN<{$[ѴJ\k3@9`u6jͷ wɯY- ^Jp٥puJ*F&:4ȅNeޡ tU71O"vC^(+<*-MvN"&2OoRt]K.'?{;E=6 '#BY4ۥ 4eștM6tV^AG7fBDoJ{؁TV-U6O.6Q膐=>879f0!(GPl^f,Drɳ <~3GG!@.ػoJ#:&E<ْWK곂AB?*hٟ 9cSʌѨbP!S)^;/`G<[N$sT *ݳ, QYF]r vP9G36/:fISm R1:ϝmuM˸Guי߇R;đdjJGG$[KWH1s^TY׾&Ds2 p`9ۢ8 \*LjnC!*dӲbafX,كE)FU[_>R9p難~\9Cp>ZݭfNk#%W]=:M0hZ;XTɁ@1C̪IR~GָxB+}~kh#z ̏ͫk[BZ0!vp;Kw3s&2YPvJY=^`yfk֬CJo?~ڢ }&޹=Hh"AL8;{D˾C۟ LpsIUNUM_LxXnӈUރc~^3w_y0T!WEE_O[U.TW>/Y/"rw浻@WVpD0q0A{gv"U[tYuE}āo_35SJ/`8VSeCE.;ܵɲS#x{bPvxSR5= \1O:SH(3_ggC'G/2q=.GK"uf`5N(tfeMA IQw6tPgslU[C;&[ީsJ:\vG#Yw`].$ {k=/BO^ ? &D9WkSk3uj` sjj ']]id&Pu\LrZFo .YV"؁ ?9u?nYYK^8 :=Jn8bM2oS"IWoRӻ}E1ɫ;t\z%t=vrCy!0aqBe1* !n\wUcyB[4kt>q9\U u>kx`I͌Aߋc?rW ]to fS?`JۂVB2mn1Lܗ !@ VbC(9Q4.|~Ss1lJL; S °x"B)uĂCtK@'dOZ՛2{{[R*iN%";3V)L}qR0,ž[]Dnac_OWkT湸 U 2wyxN K˘-)k{6ӏpAffm?n |:}8~Wm!MKsQ\,u8{9Qm(8PbBc*&n-o 񹘷~WC˚f 4|_" h"R:f`+f:#S`nč(rBdf5 %0]UR>LSW>[m}aH .Ex<5rehNFsoa #,s6 aj ,h~Fs;z0y&,Ig DϮ3:~We ٌ}uJZ>meP]cY#5B?Chh;RouhS0v(M{F4!IFCI=݋Im]VIՔeFQ.0`z]%,b#ӭZ<97;DO\Q.e cRiDd`]p򠙬, ld͌q$^ǺxєVґS_1; k4 cT>̂q ZKw'{Pt T8m?\`loZdxiՉyR09T:rA܈C5Tv4rŶː\b)$)D\0+(#L~^"bʮǿV'zwXuT#]:I]^5bƨe;K")?&~cXJ,{ɀ7ǫݾqJI-3 qnXzg^ Zmʅ۷-|=&A~)(ydrz|A!"KF,b/=:q:cA,4lO5iC=zvF0$_,WZ 5JRP$౱0e$zOYQ c-DJL|Ɏ]~ehJ7jH`s7I;]"WAÅbV[gG+RG1]Y~*B g})pKc(]^ohNr{M ޽sG*q;oyb Ց %;G}? e߄E M-ߋ5UՓg ${|p7u`ĵ|9SQEfy2F9ڒr+Xڹ@o4mcD"RgݎtQXbz8^!l*$Bl0b^Tc;lKj`"ւK^Kw/|Nq툑r~aQOM('P\O3wݚW qTy=ߝ"6&|0830\Ԁ]Em*SyϜ/<.yA <=7wlj!Vv 30U(AD}[j{>yo(' x z8[cj|[lkja^sJD(,`â0H`[xcBB gr+ͭTH]JR_.dml$s0 B`^U5'Ը+:a jsC?Wm] ?7,D5L~OFbyZRiٲtQ)>Oh&:H|"~>?eڐvt }kր`J7L,g#KoΜxV٢ aZ5p¹?!1迣:场W~7ft\4+jȡ/)֠bQVTɆOln$ jS>~Uc牁ımvXK@CC-,*&#u߂i /oá@X3A(4jQ  <ǘW_Gs̜+]OT6%Ioq0qTaF04ZASրm|U2j{c!]_ 9eHu_)S]04cRɷmU!:^zܜ 'u"&o&wq~}<H 8 .@ۋy9Wꅀ~i%EL%+% b3ו͑2Pqg@2Ibe{4 ot [ D6ld]t?M]=Bǝ`Mj!лwZFq )dϙopcz6K>1c+ǭyn~8J Lrf3:c ,Oma˔J_r%~[7Y a) U`p^n*_lΤ3l\ܖ٣gn#uhB4ϊ>eĄ?~-Cc:H 4|"Nk;V's9-49y2 GP4z` ]Fw[4d賀{-jۊ2wd BNg7WK|GC 6n~uNf1#Öc0e y6/(Ϥ*>yhkr0%x EVIXod\vÜfycB6R 8SůHD>IOܭzFܪqÄrLYA`<yiaEP҃Iǭw>KjuVfqײ  xL)xhA?a C/ջ>y D_܎F_ɵq1W.B~Uzp[M"-C{.sf[KLbQAmGlG̾ĻqWi% G<-U͚lb 4a5hMz >89JMkĄ- v#ݺ}{ݾː,0N<»L8dqXbgW|OnVa dYN?]/SUoMqj+sKcm2)&(dԩnf ^ 2Z4B46b"x51i_`k>% rVm' d4_W} IMҽ]u),`_ɭ {m-[dLԏ[V )qՅIDgnLuEPsFk;5]l~_J j55P:x'Sa`{"[(b=)&z?ZbļbayZ(yx,k'Zk` :`Y9#RkͰRD6Ԇ͔<41j RnuH|3+%4-4 u %!cop=mJ<~Àņ34Vs261~Ŭ>gW@hA`B&M$[JN3sU&'yv(O~!ռQzႊǜƪ(|hm[z*Ypnvf)hC{tSfZa1zamKY4'De2pǿ|ixG )IB`r>m0p\0`(ғPt?[-1LSmt֛ؠVEX>,wg(|ތ̘MјqlC0,ƿUJu}QQx0Bv'WLgfܷ'MLkA^UewgE?CoꪨٻHأ\֐?_v*ћBa`8K׆yLeSĶ:":g aC{VǨYK\H RG{]'jMAyLp%`דf`Vlb- ò 1Ց/aQOBbBqlMJH߰gN.-/ifNdn#]AHAYV;cŸ::;4z`P5jEHE|b1J ?٣5VGeE慻\`H~͎MtW1č&,TӛhNq?!Kֽh 3jH=sC{+W[\cN #B*B=|歟4V MQɶJ2N7qݸ_H,\v LmM :BꘅYm2 @$^Aʳ\Q '`iH2eP_Gis &g||8(bunVPr@ 2w3;D{C!e>%3;n$܂vOo| ן`5-]n>+ 2Dyo{F]hI S/6"3%N=O*fB0~,V'EI .ż", }M"w_&β,W^vS)a B?hi p³%7(oD}Ug?Y0b;e9!+d߯~͞]"s* THW;)2UkQ[YgR_| D PۍI4ڂj@}eV1Ԫ'T? "\!V9rVXG3 |νزT8Llh`DstYgXNR ;q2θGCPMf^la, 0Bv.$Rb N_?rǁFc^Opu8EI AC] &I$1b Ey$W0d e#F.Qk@\ t줴 oLZ0`i{W`Y ,-=vv֊TkRo"/,k 3;g ~#e \wrP1kLJQ`Z4?9Ae[L)-dP:/:}'`92ƫbX3z #9*;<[)BǵƦ&OΨʌjhe&qTy-GiZ M)ó7a3M(H\6d) 1N>]xѺ%!H6 q?M4Oq'fj 0y>aQ%,FZz ߢ He\ZEhScmRU O3@p}୪}_` t1j}}s=-\oC\t 3koNNlas:qik@W?xHPFM6(H7\ R`Ybe5Tii)0 C sH;LK扔0ڰYQ p:Z7o_l2R ֒7>>0R[ u]Lе#kEq:M6b:ݞE sV?2L Y# ʌ` mvCwQT*\ a\IwH{.7_;HX ؞&kƛF16g_dQ2eG{4nq\G8䅸:vF "j9Jw0yO'An${'U"s5}l4n,v a@Ż#i=N%ebNHO0\Cԏ[HLT/Zni͋gv -p;| \ gA##i&ZwPǕ5ҡ=5.T|.V$Z* %T^ix /dܐQfuQUu='M)M>sq^}ሸ#tߒA`^p+C""3(+uv^7D=>k :cz.^02IyX'm zA)Yx'SAUﲲE") MK&'H"9 zJq@x7#Znܜcg!B-ʆ- 2TDϰ{8 #cG#p+[4ưj؄=6er??C^wWa]uиe`,F5(Y /(J`Y(Pqt&9 y0ə]I7& ڋ IQo XԖ oj/6$O`/#Wt>j'͈v>-~Mj.Ń0A+Z!I.?w6ӪI/ >qȊ' )Q3o ,@an;=cN;L5Vm.q! $Ukثj A觐u#lӸfuCz2V{";0>~;%?nc 1""N#{u%rK<;~}[hl+Hic}€Dx!eҗ9%uxx0[4[A@݇wPgYPvIzGϫ́W=M oT⭥t1uU}-cd4Jn ء!{*oGDK`ׅV*[rG`PD݃!N )Pj(K*`y>); .Fh_[2͵?>.q^/\nTg lȉ_X$y6TsbSfCWqv4pGTשuſio~ ,QމǮ!(6"x}燽$9~л?4Fk)fv&7M|.(BՃσCw``uH؏UyMh1[QՋv'ʴ,*Y(3?>jڪ*c9mh|˄N)U(Gy%zb+6`#N8DEK~YuxZ%-J^8曊ijL tȈ_-玆^|P=-=C,[ʹ>78mV!=R$< YmEw.B97G:Fۘz']u}8S|]tlk7ˠ0VfUy/;wUrv1[@@<+"1t7f m; ;+kpi!C3#cވ*$K+Hl$ L %ruL_I /W!~`%=XC >ڐiЗvm@5@x9~0lAM(] @*kܫO|CPبE&ks|j<%gvkCiI*ۦ+zH@z*0Cs&g/zܡ X[:GD+'c=]jJt|Š`hª!bhȨ.-g OXRyEqh R-\kN~U٪jQA?Q6L]{l-ne[0aX iTd1gغaN1R8? R( Ѩ0/2ͽ;3zE 1#tUg̊ҫoa- 8 dyKB\vew--* /bPO|Nh[#ǃ0ρ+&C6gBXGECR.GoT EDCIrxcVV֯gzBu7uCkz*P\-La=x6E/ˇqr.] X9 uؼPYكCbm^ 0ɶ^%% =K_;tT]BüZ V".t<̺A\[Qh!jWޗtI鴫b{ɠF/[ \3U'Bk4h@(5SLk}Xdb[ NEB~i/.ˋqi?0ǒ"MM:ƕX\[qJ C-#r9i>fl6Q?'1BHp`OwOcao'5赎y}KAi[AGf pmDnܻ]bvhe≸ Em &܇盕ƺdL3He|pq9pn̎0BR+@au~kO4f7PR˴yų؆8'0M9R2\4;6!lopqCv:[DXC~y@uΠ : ;{:8Q;QmxSHJ<^(H,"."Ul'~ݚ K<٬oΛ4yMڛ;8Ii_\ֈ 'b߷l ."Vؖq:oA լ@%sйl|?つc!ȗs ~o7㤰jW 8OCؑ $IЀ0\Vep}~2/xZ6uFMc;Lhڍ6K7U\̝zo8-=LpyehVc; ZƧt@pI j0q 5ФV[3H/Fߦ#rtH:7h p9R!ȋv&T~ƟUOo_zʦƗb ,O6Lc=N|YCR/~M fJP=urDb/%zcGuRTxNwnPW/%?M:!j=(iT,lZH]!x,E6(zNySa2TNY]{<6˝%+Vtbz'UpԁsY}Něĥ*,-OJ^MoWΗ(7T[$ce\Xo_hkQ1Rrє EѠwtL) yV?2K 'Ög7T.ޝx+D]E=DY!m$Lơ Q#Lߪ\Z_N%ϊLUܮ%Hɧܒ `t+dT9rŠg]n՛AZ|>jȚqPA-9![CX$=LƌsP_Cfp7e|NJF공Nzw_8=Mp_ HQ0XP viMݒU,go&l;`m ̓'nm " W``AMmIyGPlZU;>A̓UHw&ԲgQ۶ (Jz&6_X#ԍ_]@"p4漣j6h+Ҭ%WgYSvb]at|pAK_ߢhcqnZg D"Y$;j.UuѾ|dh&XYL*K6etTYLvXQӹ;ʔJUC6uDǤrMھn8y90XF\m4?jJ#O*W$$U/-23'+=L"s7qqtx5.=|Gj {i~9UXhO ?41BAbR-b#ґc^+*)h5BZdto6oVqU}3zW V]G!آ>- B%}ᥒboO?yǶ*(KQ X_&bg"튛~$`꽮dP؛\g{S*-m=D?#OS[n1,/:eyB4w] <\;c y|VvIhN_n#HXKrV5àiNJ6oӐ˽"xil{Bn e÷MVK dhrT?^tBԂP?W'L$xBL#**l$B#y_vKг+Kn8Bޗd&a?Saxt>:&oLSvIY8DŤa6;xТ6yOr(uR7i\@#R.u@ TMoZq"&Fǝ!jg^4߮VG ֙kXxBh<Yo,a+Mzx`I?M1G}U9}!2)冯le􆩟Tʣ]0'yԋSʐq "o5tLW#t8=,$-l:BiŻ(D-]';L->}۰D%xKI9>(Mse,9d@Do<2fX簐ăO3S'D @աT@47 P?1-&Hy׶*j*64ژ׺hR>(Ǘ=[l5X9YB/1+n}wQ,@/G ocew[3!3%rA~@.x{^B%7gږdrG ( x(Kx櫗Xxg-#nVRH0~:?}XL@5;2FebS"jܨ=?^ó09b`؅Tjsf٩s[ʎ"H2HQ=c пa.d2F?!jLǠ/#6K&48Hh1.7>c_sUſs~A~}RۄطUV`?E>*xǂ,yT5Y|vzf06M&)X98B^9e`(\4LgFaDcHDcxT=8zH m4$TѺmrq&}6T0 !@T(n*b9F[<:qi'lZ:\v< :!د) y>)=`2,_#2J$o}ԯE/_qV{m9tam&-$Л2qC/Wd,dinQhƖ0iBjaw94 (-tRFfl.7}"2SUw'>z'=2<ANDyBJ~%{Ǧ$XAN ~-؞v}~ r1{@=3Jy=8='3/~AΜbʗ>62}A^@(!7*V)< v@洑1piCzHn y̿F략!J1GTϹ vk&Lw O\u\ˉ-rΔ1\~e(?MvKS6Zk5`E$(`ÝɆQ^d,Gs.,&r&i>(vSS  yU~[{sPt&(6=3yp%mѶԟ.T\1GZK8{qBr\PC.i.7hǓ=&?ʎc@,U]-4RӿlI;>H[麠u娹!nzګkt~lvk`뛤F tT)rI)vzBrv2^;Xl]gv)m?ڐ/@%B%, 3e35ěe6ikOf8F&t{Sp|ͩ<\E^K[4bɸF+$ΠL\rI!Y|(,ɞ! ֤r`!jjC83m6 槃Uxw, mAu}וf69@4 $U+ׂHGd8 v7 QP߮AtZ/+E"1^)K-Br}q߱ S'-z"(~|N"纲 >{Ҝhv!Z.G*ID} p~di?DC$.6U9⸀;*O-%0ޢҤ8\Y<*ZV"03S2Xմ`Q7󫃢-TO7sG^gCf _M 0 TA #O :F5L }*^bԍK{Po[ 7ڜs;4W HBLwޝ+&3 [iU&hcNT=CN7 0η[ ̀ŏ`cFO..q W(qtc9Fp!p''`bv;Vx2?j7R!ܪDqnnuxqCoz v}(Z6O "ݒ,ɢ&/ڎo)oVW)7}"ڌ36Cv(3EE{hSq%mPH Â$?4Ldʺpcȋ.) WUYTJb %ktvRu*=v+֚r'=P#ֺifdOۥzLX[L]Yujp^v9Îzgj>_)9 zw~I^ksq#"PYhg<DvM=J& 9ܒ016˒!y(o*-68Ed,胢m˗0lCdIfoZK& d8q9jqkrPPi`NܫTY*z,9.kُcOatgWh)LPhWE B+%dGE73~xBz@_u]fXGcPEWWԟ)&2ສCՒ4&DU[?>x15@6|D:#p/Ȅ!{]H!e+9$PTGsWZ=-Ffgڂ`p{kM1Z`8+&gt<zl B[Yn}lExKk\T;x,baf<Ș rL{q + &vKב=vɉ5j ;DT셷Dwʰ~8uK`U(7ğ,8+"p7_9MRnDJn8(!~=j9'O( aN,dWoT5Kzrr|5A0؆"ljYJ2E\15ev@H䤴TIlJĔd#0ɲcJ*܅^s:Oy3[6%1t@ M41W(V}h'sTyi0qrWr8Eܮ*8b<~S(3zT|1]ʨ ;̱F-E#7&#v|x=G #`='v) EC$buNuzCGnlE ?*dcku9Y$"]-j4sM,$Z!.%k+* hc?E\D5q"p"xyy:nIJl4NeWU!F ؋]D̤2 GRFƩp!kV:fV,(ɖNqi`x`w"oa=`0c\m,bIXRF]oyVxVبm<>_u]BmqK.Lk# qmuvmV7/-REYd$|{`JSU)30w޼ln4,׋My탈UP~rm_FO .[hZRł|=آ'Nϛ"anZ/S'o_bjͶGL4T( J%Z.+RE'}pŢ)em*fPÞqr7$Ri2a|tU8RQD&q@YO|>x:MA/5=j[EaQI\Cop-uYB'.#Bg*Ze pd s\!tF6KOn!`OD5wupg d}9R%gJT4J|y0H5,iYe{Dctz# ܆rWY)~Fͪm+8}ZT)|87%8z;E4* |BXeZ$J?Nevp T 3p0{CkF̫S_b/?Eč۵R/-lfnhyk:zJLZ ( t:)wFU˓>NKsz^8e!,N81Y7E!oX׳DjWVkލC/pR*hjNf' ކ/WӘJLJ;w*⎍<&&Qeل5iyw3  q4˂U+!f8e1[o2DkW6p] a6mԊHQ85>pPעkȮk΃~'<=Nz*ٜ}U[ǜ\!/|Di%QNbϣ+m1GZOLE~qCa[³H) ~5# 5Of7~5^԰iXx^d9gU 9s *1$}''P}s!UmFP 8D]!kJ?CYJ#xl.cFƹ }.* 7p; 3]]A=]YoQDx :\z׿p^phVeVgqH#u0L>0|{/y%')JXp L]V(=I ”Iu׬@`Q!O(ze2尥Pz ~oZ{y`2`˦1[Jڍ\ 3gQ`19ΣY.,@̫m1th0w,yG4 aYS |MDz}_uҍ=)j4XjDSzm:U*1%rLky? LίPJ އFM rƄ/IvPzů΄g=j(!`dqL6$שoY8hTwZB{fh줍ad!㨔 |N00꽨DxpOa}c})MRH1VHWYA.#]XQT(w$DqP{HOԏRNz1.u.e~YXI*pKDo' Lp(뙪 qx#aT[7D\w:7&2JmbU`^h[ Ul(L?\idnT0~~!JBiٲ{|Q[O_omA[渶ѝgQ*)% fz jsS[c~14ZdT F(fv|\o!먩M9+Yjz 8okOA-ٟ]:gBE}CXmfi'zN{fڽڟsv[8Ys{=ohd\ bȜG<SNX@#Rd]"2'5ݎ̘ fzq#B-'h# Ł>ZSiRoAƱNM2b҆żU̦+%kmY\BrtuL!\;և=7ZBZЉhKrTm'Fqf ~RR،EMm:K(Mc4|ޥI*׽@ PjB-VmT2 c,Z;n`͉oH r}c(;b!9}}j⦠d9!vp~!_.WE8M6n#1X"'6' 0ѦwA $ Äq]n<<>kй>VaD)#6ee , . EwH2;i"l  .pg#k\i-YME_ B5@jףdDEwD3ށD`za{P@zBX<7j:ݘ1s': ]?*Zȥ^5Q9Ʒ`[pSz kjcs$ ЩOԘ41NJpjI.?QgFdT~Vy/3%dt@'#8W)ApA{aq&uG+Ck?:> @D^XNeHoklSo\ߔ:"] + ٙC 0/ "ͯ f7cdoQ?1E5"Kߵ/D,lRB$KnvUW2KV!b1NĐ!_Dvzf}J S͹'M;/*?>7K _|4ɀAP䓊DY JG-Ny5{ $ WFٔ-:g%[gNLF]䚔*=׾˞(|+֊NqeJ]F.*1{,)e[@n(x\W=u~uwE @^+S0ˬ =3EN ïXJۄ_CDڕuGOgzhޕgy<=mLNlꙠR]PD iQyo?Wt%l՛Kjm +^Lc&8̗ݽ4X/SB};S``v{J8uE'F۠cՅ'{Ij2ɪyk~Wْ5LՏP3?6l>BI5"z!e=F}Nh-;)2YLpjpeuH܈A^oK_֞Ӣ06Mk&Yk*>O=UG_Y*}vL&WmC%O&\EMqN@?/ e%]-b" ҳBӹs֙AL‘d)Ə+eH޶oU&KN}V&(h%#F%/N6h#Ӟ#"W ~ڏ3`DŽ@3CXRk 9 Q| ?"G&߂MZ߳}=~($sbѮq b E [Yx>^zlF Gl{ XWbt-Ž/!mB!QB$4-\[Ƚ}iu&KFbPF>pĨCGF[aU閾zGlѝ٘L#acD.ŻJu8HTׄ:s[b'RgGS$ IOn(0CޞAҘhݒMz,V/#%B"=LDsh~R$^fWSAƘ|WFvL *;u|zpV/sD97*WnF%-cȘSDݑlm * oE&Êw(+K#w력ftB ke/% ]s`^1KO,]8@`MCsy!t5_otR B*1aPL&~|% T3uezbB}}M.|;cvO>앻Sq(t]T{dYa@uu3݈R4Vdt.Tc\$Eg /FZq#t4٭+!.Qnkg_ YW^,֣`J.B#["yj+3~V_6 1l˙B&= / @r)pcj&fG6[2ɣaQ7e# ڱ:* [thkP/i)߂pl% m^3X7~94Ʉe돊Hm]חBp.>^kIZ=0+<_zV&LĢ"J>?=i~6jk ~'1n@=ɵlJ|(LT3 Dqe;}l )Qt_oV)C5exo@])*aV 'yj3gR(Fc tu"a$h/ ӏ4z_!@œ5Jss Gs5%P[LDB6j< P c|ye쫆c}70z!5KW!0M[xbA܆gŠ:P[l䇱D 8ZkCc6A@] vP8$x$ cWaҢ弘w^ 4XfrhQ_{/8qFB yo_9 ^cj鏳&h 1?ԔP Ji*`t;hn׳5n3Rq!'VNLF6GDlFqComoMqױg1"H8BxBSb'(@@o މ!?fQLQwEA{Fht{P3to\5si&~O̅a(q&~L"#+_7tS̯ʄC*^VHUgs=DX+zY |x} @e%{a%A$c$bŔ/۸TneRVaLU6 ㊥GK"Q"ۧXt*S˄uġS47U78qARw֟sɯ%UYmz)x}݈4AC'OS.ż{ZG-{ZEΪ[2 /]!POry}?B+2+ *A{yXDk}\-ܷWR ^Yx|\X_^PGӲi͎HGֻ4҉sZJk|a: s t YրjTGuw h+`v7MV3Fl8a)uqob4'QuatpGp75h!~,\n[Ͼ jgR^n!$r|2J@]-\SQP'm&e y< )bW 0ڗN g@F4pNҎ`+jޚs!G? 瓡g=(MpZ !>6x Oa&A[XAؿ%d$3H%ߌSbM0//\ϋlF`#!(}^F:tsWøwí`׺fQŽK$8#3v4V1VMTÿ"!g&_ԅXZRޭ(4+8 qhdI]Mcbn)@^a+ٖr3~,2IudDפ-=T"[-|´GDj"-O@,0N%}6̎w8$hc;cc'en 89`,pP*jmU=sZ H/zZ:r]h+0mR.XI`/U2/y>Gk&ڜW'[x0ugV<#>-1,&*L}!/jw8^}Ή{FrȐ!?+ Px ƔK!y.&Ztt7~s]0MJ}+@NԸ%ybl|"!oo{|Iq>jJ_#[Qat-Pk1, (2 x'2+rl`n7594T޷'35#IEvZ'&asF_9ؗ\m'jZ`Аu~ͣGl)ًC[b=_JJtKa^\&A_kAjQ\@1>7 Pқm6L!f `)DelF#ڭ0R?7[d#(Zz`>k*^@zxCٳ^3CeDok5Oܚ D Īc݆LJ/0^1>Q7&όhEC.PXmJ( \77(x[Z/d,M^dH".?@tgԘ訐CE͠UkvS־h=EA&e:uqHy7MR|DWbdDM_"1¯J[f81? l)rSfMO:R wQc b-!{*ȥ[>>ik^4'|]O|K+\j1i3gOefˤh?h/SqE t9] Ö: WLwC{w g\6=pbw"#1PhVeÒN6 Uko-0H<umܭ731$@bP d9ޚE+;nNxhG&_{{1\%ǒd!JӍPz酁zU^dlǹ =cPESY'qt>?KЄBie$z/%TvOGCGGgk[WO/Q|Q7V,^/}Ű#t[-r]'Ȧ!D{TPZ$|tOr*F%O=$8YVR4%Ytad iL{Q3S{I.؎am%6 ~oF ߥnT ^"}r-ܙ k9i-M.3GorX\>:kuP57Ae~z`+FUD0rbeqbk1aNunʟZMzzGAx1$L67S*B,\I`moI~F&jO`;*kaS&躑H^E#,D@ ѲQCs^o$3g-;pzꞎECd J 65ʍu&cBޓcG3ؓ?ތ8hռVI cK;KG˴5Δ i":l^s2]l#Փ&=Yui,]|}VąC;m #0}v{@CpbZ6@{^,MT< rTȔY@O3WRb9>V5v vK>E &%P9ҟmSv[Srsp%}®H#C>Ztfoy i`jN@(x&V|} X2.Xυ[`z"R,jle^n*]ږ% JU= D@xc`P'g ٥Z/9Tyj$T]KAap 1FN3AZ1uz_ sre?mfxLPSg>)x߸9M4mLyo~u9=YO\;Fԋ۝;b`^~9Zނ;}XKu?(A2 ¨{ 2T#ڂB xYT;LCJ"Td0\\돴"iѺn NVƞB &kL8^9#^Xz6l4c;S=j~oUYƂ-lt9e @$E^=q'\E^.e!aI~8[y00u#t ΐTLsN-^umX!R[€^XBy?bf23xEIGifڙ]"E|(d-g5I=$JF뎐NlV X8)QTyu ̇҉1SJr:TfS|t {Jgσۼ4?2cҳ lXQuλ He xޔ卂YD@s>>D "?N1EB%W췹K}_:>6N.lܤ^$ql cJZP~Srhp*ۯ6#Io{>a,1Yr`_+9F|wL 8fMz샀vYR˯#K 1cOݞ$ӵ7=֪pVZ_Kѥ Z15!Ly,{pXm5Rt J<%*=UUZ5.)?ƅs^FވZ{aEc+3.b-H=t`A+ e~O)}q2&bk Kn!PYRZ?(cj@J3˹ CֵP?zP_6'1+"붝雕cm'\CPWe?9:DhBǪոOx 1Zk{d2t_lE& ]Sٶ}́H8ّ>;n\&~ՉƄ]Q.|FҰC"ޞ1wcdFF:r %l,E~F7IӼ'w6&mDЇ?-1ŵkq{%д.alLZ1=W;'g2k-iQ} nx8T5 a0e$h8>} gI;sm&1wLIN3{\Y'VEGώmŚVƒ 9BdSF+\>m5QJZKFvVrS;9BQPƤyF {Jexљ?TD^Փ+>3 CCE˗R鋐Alk]ϵd| Y.O2| ;}Cz/ ~Mehx*2'Hdݒ%c c6 SH9r]/+kx, z"Vɒk9ޯx LXFFg=*Hkh#Ȭ@t.R.J*]ǎrt&\QڙYM:Y@&hi"d"#y@@W{h[ R-ԿjNYe?pZ12Xq0U?)I5vL%\`?c`0'h7<lO9H,n)*:('M^ ݔh" cp$W?MMKhDRU9an1BF}uHNM=fL!?njH+۰g+@Ph?bywiD4%H|eQ 4y띳 E*;?bbc\vo0POA? އSV2ДEӗYÝ/3Yq%!+#G7Op"5+")d݊BLPs0q1A-t`^ 0w{& &7 ~#1s9 LKᵈ v8y]:z׳/K?SCl7ە=y 4|Sh@ҦJVw5c3wiiʯTgұd/\ h0AމcH\q.Pi옮fv 9Hjx&e>Wӡxdƍ+'\iq/uz̸'na8"]˚Br }8$p*$^d~ Wcx]eaKʘ̵v "4b,>k1T `$UY 9y\d\ !Į;8k<Y+# }@;)It'T譪:#rJI za\xCD!Q45 x: ̼I" 4_0 .gYr[)+htVBA)ߋ_E?`U]`QZ)-%LL~ن@&1Am{F&96`. {5 (hgHH`@C1K|; | s+\=,Hbu.aTkY6MӺUM3"](φ[V0X屔BO1Tzz5 Z+.N4.~յ7>Tr =(=$=I~*h}xYM:q {lIiRZ'?v>Ͼߞ4Bk\0õ=#0sP]p} oC.{ݑn4|iؓ r?ݝc GP:R5 {0GKI덶.sN` Jdɦ IYk `A~ī% 0_W4+1,ICUUptq"tr\D2w+Ģ'xB_dOwMT7yIlhڶ}h)dW'>u~YQ]EOBU y~9/\Eë۝0 ,Df8}UF.Y5:Vʢ UB|XWp;(wCǚLH-3tt#$LYj,%0TAU}.,a0CMF{1);Fi~ n HҪZhȚÅB}59qoOqRݗg#($U9^ <<3G RF´ ~ tF*L̈!T٤uJW(WyK, j- hXI\sU=L4ܛS~d])Z3NG `.Qs/\A}W*~* HGA‚yJa"PJ};I[cz5(J3#4PI/:/ztyMWgbw*#/U4>] s'Rv~2SL>u U0&kw$p("398ߛ:C*S=0>} EAA~}K=)爛7!6cRj#}eзBi~V#Y>IFfZ16GSځkc=#vvG]i|[#Єz&yo6O#6Jy8}Jz- rD#NhPy/."C˦OoI2_&R rp~_b72J[tQ_+f!X6:3wCڏOkgP_`m0YX-,=bOHQFG-rCm:үhNWeaڰYelfl)oӝI)ϙW6uu:(M7NcN7>ؗs%Ś{ވi&qI6A3Z~V& 4X,^ş:\X',@RFK 1k5l/]U˹PQMӽͨyK}:,r ݋ =hi_#'s[ F>IV@~m}"V0*ۯX$XdF{6pЅziug{YH0#)Fk<]rV&̓гٱ詘"s i|IWm%7w?T'ܯ,т>SY #!wU.n[2(!%5<`oǑHl0*c]j9@)lΕi5WG.]^? gw_39.kd*\5PWm6< yWY hڦ1 eE0TKӤOl[/M])p]rMKKA/|zL".5p$ބl G N!33UP$yow!@\UDƊWGRc ŏ)RG!r(ͤ+}y|~PPuP ;lD.]3|pj!'`ˉTjv,ZrVxfX'qG/(Ojr~эT|hvP@d5 _VlDչ`ދbN @;{<ْHG؈ :=1!<^ kjmSuhR}7 ԮmpTyQ/n/LHIW<#=;1{jhlAl_c+M {Sσ*W<4BM*SCPp0fbڍ P~v"3MR >ԨV~%\+}CCaGǕA'Fu0-Y>ҵA^6넵Ʉt_ 9ݢh؁5ޯ;\ߖ+ԥr{>K |sO!R%Y u€&"IIP84OĿ,kZv盫j`Wސ4,X*u4tlY<Ρ_WqxX Ć-FnJH<ޠo]9k j:з "-rݲe)"0KMw2ji`!"[{=1E-g\;l45xw4AA̓1!ztP8gD RZxD^wVNr017|p ݪSd` 3Eatu- Vw]GCkX(g\5hǜ Nl\ڳ@:9f_A=a>FkC|˰/:ŐoLpsMHia<> TF7¼K!"s"O/6_gWlBǭC"lfZ?mbř~p W^uikiZ =[xD m D7.tP>aiEfBl'ˣiqq}v@X nS7g5.OѠjyp^l>ZH ZPzKo?1&nd i-Xmtst~>ZtIB/zb+"kG;.W-S614h3 #5 կS:IB, !R[_\zN{Ii\!0'.o B^y37Q F'Xӂaq,[ډΓaY?_JX;19tA%?`#?tF'a}`[zr^Mv-^1'*9Ф1O^G=̜EЦ`-Hm). z2O(,,` 2Kdޥ7'Eh\pZ40],][ϦĢ>jg@o1WPd&5yyim-wqR$Y> ;x]ByfD^9؁ժ օ#Q lEhO_9$Bk}DH grDYwn:!UN&_>dqb&+=& 3*u qӲAލKl7^)jtf3ƞ[D(G c{x Վl 0iBIV0Hc&~?%Ck:-'Q#*H(-ͻe޳F㕩3O,69ս~]a^ ?{ӔP-[J|n6=*n5]4j6  >tz7}i{CzVPS?T/rbx+Je,8uⓟ gu㈡VG Ź|eí]OmѵtISeWD&xMnMyܔ5yh5r@wP=.WPAM}q1 03BGTR" օ85uWPy{^f`Й@$& JөERVdAC;=Q__ORwϵK BփXplN_+8`"``wuWQcj#Q#*R_x7}­'*=_660͈gHk# [}[!~B8aM%3reM^uʛ-΁A'?u.SfqT;cmh|BDlNW0 |T+ϯʤI*uuF'u`?Muʔ;z{Dl<%~_=1?GkK3@ڐJ%2e-@&IϪ7F@3S7ag5 l#KH+3U`ЎZrnYPMN}vu/D`']&ΙpGU2*`5͚[Z(M[Ruo2Xi~`tգtOT>^1ZːcrJ#!NyدZ^wYE#K[i>'S+XћYr_GgFc . fx4hnVe5&P2 Z ͮp6=̚Ϊ9lu@* 6$(yrZr}vGf6hA\` mf(Ӱя#CHMSPCQΛh5,OGZu| 20B&|fj18papuǯk):3>v=6l~?.B|O/.#]yIEia)^)kbՃ7 IHĖ8ji@SD9:qꡬ2%fQkr0mO;@g-f Xon+I҈t5KTzNvimo@=A`5'V"I#I5@GԸ`XI1%jb sg,odgHJN$rL qF$eBճ m]pw _Bu}suPw—u=Q wOyQkٲdAʩ/+D @U|M5{2ⅱO"j@r)&ŝ/y}5XnN!ҫpl&X" ClPL`9xQ 1yj xP^/BHz\[]'G۹F">؉hHe.7VgLy4bw(4"+sLvV9$Sgl-vH?9EeEގ:nI <[Iu>h} ? X!nr#ͪbDÇ``ʊ8K^Kߠ*0,uYV𦖸k:qx"m-+a~IP@\үcnB* vT㻎ar6D10Y50AbS!Kdk`xA"TΆgBV[ql1ϓ3kp̄0}{i/ZSKr1Փe>@bg?&`P[]1 _j.>!E' UN?-c~a+OZ(/Z6olz+W'LPL3/]r٦?$mF(sدWLUrq5ԕ|Q*S"\ipI"`#3°XyS[B"01?dy7J~[a-SC j-{_.e(/0>:Tc?ݎzKj Vݘ)v×+pք|T2S4}wߙ৓#~']±MJ{ 2_CR~BTFK7ȤW˒4{NR(IMEm#EL#qn]qlD<֕@jWkHtvg$]k5vH69˦=0 YPoD_FU!&,Эoux ;80Xst Hq1f 3Ͱ_x2@%|͛ZuX^D`_^\'qXƩ Qy{lLx.H:=hєQ]unMaWs&s] f/+ K醛1 ̭yȇm۪U'oŋ ; =5?:>j7M EaN 4d)U;8K fqbJ9 C΂m[4ҀMWߟGܟcDa#ti~'ELA8 sBMaba^/͍F0ًlrzX}Rb+'}_ZA0b!n*W\=dc(.C%d:Sֳ U1=\s&{rUǯ :.tjLLS !{LDY-z`C@O\?ludr9MּpmOS^Xe!t />wqiW2| V^zCAFx"q7 xO5ħx:iq@ )M\Rԁr*ϳX6= ۀ;egqʖF&3߄*M0˜9y3IP]&|0bz1#izpt xɮΏq չYP]%Dea٨`'ԸA]Y$^ oO-_wBP tE+M;z;Սvj2ДZrh .&MQl_|B6†M9Np# ʼP i)xe?xF|k"$qB (C{L 7g?)&uxg.jR[x﬊.[a) 3N |1^Mv3yKej;y5-ßrQؾhį}6<-ǽ)Y ]&O x= (b/PFI \Sg¢\DP'5=s%(n7[j)@޴STuݢSCQ:{$;9=TiCJ3佹 򩝞6]x e,AkۃԱ`6'ʹ@+͑R&(nqwLKLj_O+!q-%[4elxC@ HkT#ǽ| @y<׏Rɩ85?3?VoSRcÀƾ}U vWܥDWT3ܑe/7m,سFc~3 ?eCzbG/c=$g,5,7dI0pgRI瘯48踒u? rc#9vȀtG \QTm>i#?5]dW''Ԯ<cd!Hw F}*T0`d#T]{r>`7[ gkIgF_>L!f1P3.S?G^%d˚)Ś*[ބZ APs:ICjZ{QضݬR.;2޳{7||Ymqmhal. Mg]JeSyЎukVsq"34m{Yfn_8TxZ*ehʹcC{Rguc[H-mu4@(H /p;8C738V@-(¡K+$xR7dOL+Rޮ'Ǔn+&*,#`IJѽW^m_CjOspKIpIU#[RVՑmY-7?om b NoZk$JR|e͑kfB\][xžnJj_H>#>t47U^Y*2>–9NqK&;K&29Oiި[]gXI1lIJk6*aj!V.:}`Usǵ,Mh ]UBf!qH_fisO[d3'gQFTb}MT4 ![ËT^ɞ/-iJ{$y:N:jfw1a _Yb ZJR$G(KWh~d̈́jJrpe*/'Yv9͙@}!гr3"/t^=si̍M_Vѷq;s9W6}7)F)XgX.ˌM57&xDra {l0DN/L_޸Ec5r_(KmDUk#t&fAOsOۜmA4{h&beOGv7cI0hĆ`B4N@s+K&NlyC=8H ôbad]*l~ {Q 6nt&B|99HE'9?@6((k^x )̪b$9㋄u!dVAIy*㴜ce.ϖnl]'f O?] V1GkCזլ=].H+<֌κ v@8k{z Wjj?t@*XA]qɷHrrAYNVj2v_d8AqOs9D2tx?mP3*5<5TF&?F ^9 (7;!Le6dϟ M%' ^[tȴ)+<40*U CsgAP,YX+3lMnVx}Ou}ݖ'/ Rj2%L&nIj$]"!n,kc,*U&3(ᱎ"v"m1"O"?*%&LxEX-4:pm@.ߤ=ܯ~K;Ft"fShor@6U'hih9U|Zk&dx)ülT@ˑeḄP|7BٮG 9ZocF?t*#yP (,.35KC E9F%Vxdȷ.h!3Idіq4(y;qow^}hd5a(IUJ:3JLbtcCE'/~JCҡ 8; YDoIc>]!|K,egCGƎ!&$bҋu8d q.oUBl@CT|,F~ eW'UBn~,c4-W O=s;m Cу@_QN8KRf>JBkv[u0&'3Ĕ#5JezzE)!gq&םoV Vس3f?aw,)6Ö#Tϧ=q)_,aX}KBJ9us)KY͆uua֞Δv1v/x[%aLS&aV0lOTC0㥭TJs?shZ*6WڑTmhaۏsD~g] {u}l;D`jE׬ҧly}޷5%WtҳeI/ӄ`W$*UrĂSr}d1lF;4zxjby( J'C*О`7.-Q!kỿw|Ȫ& %7}I; UV-fĽF箄䣽a)wC[HQ04{.v@.!Y)deդϹ,[(3X&lV.|׿e$% Rs§KoH5U=Dݧ澟_=BUN۸}OUcX+(/ρI~bv8޳8鈀,7,;2b=jQq` QJ겣ۅȽ{!q7e{; K/DP)85C10P%3FTBΣbu@P0k:$i-%"Xcʬ~b[S4 A5_T8@XNqcrP ΘriAw2ZV_%:Őpű GͤPn8=ێ'*GvTs/ 5Fx#Xt]E;5|(<MFs:kx ׄ倢nxEθ5ymCg)u̒H"8 t*%+j)Hd`#y({Kjq2J\j#P,crOƫH(~3fkgى׉[d5=ִ,ϣչiϭ+AIT'f=(_ɕ6 m9<$',Yް:|.Ʒ~e#ݲ.Z]`?qY.R^ZzS|1 I5G )%7Q<[sy fK q< 3UF*׺\ŽL!m7\ LQ@t6clA?|c:w3>0vY; N+̖n6CB4L >1ѕw2F̔IxP&ژ 9/!Ds]j#) @=,P G"'>Ջ6S3&BW+ =hv%%%|W"\ղ7ikҹF^bZR DF)]'۫@,Wh\pGF 0~5H[,,@:Ћj@,,upG[\ ]"k`**Z.M*~\GIG9|zz^m_T./G130u+1lK\]y`M*yfb1qsP.ѳ"uEQqXr.?m3Ggj?{\Egh |UFMp*Bm=;xaUqL}+6D?JLZECK*}X ZK."iW景xHg lUYh`HlWptJfא/J}֊~XGK[~WBZ?ff5\x+3m҆qrsh^\&N%cXsW\ o@YdS'(׫#8n^::feXM ̀uLe/33"{.ldς9D X7K+ 56bAz [H2WT^F"{?|}|!ϓm_-ҩEPi'/(xJCA+Kh:ڸ]:IQuI=WgWmL`7}|L8W̎fmd 7V5ONlF|@*^Yf|Eh%L6qDft_~|'uNQKjv5WI4xn?8IÃ͔ bJI`|wS0{ᚌs&KuL]4-{ޥv%X T rhSh /d#u'P-Psc1yT;b.7:Œ'|*H4B=mDr4GϫSw/kP~+%E:2V\\gJ_lXk!j>!*lO-IkPAÖmy%U?C*&a1͕I6rW[p{ řI!fT h-| i4Q0'7rK/a7mOvW4@ZgZz3;J1H#Tm}p~[;WvΔIB@5_-R"+ +;q}lk${f(ƠrWwUFs7_<՛DTr:A3d"s(>lcл-x E"eWǁf$6PxnK#mjujJ0вd4{!!/ɢAYG