exim-4.88-lp150.3.9.1<>,ĉ]sE*/=„:'xl~tƇȝ~rr*1]ɍQgϊ0aY󋾾꽶QQɍ,ڳ`qfK)Mܾ+,4 oJ0ړ\r=r]Üjz1:nfDdU^ɾvs(rh\TD6;6u|;M> JB3x_kmn7AFO=K 㭚J&ހD"kW7,swUE>Kx?xd   Q $04GPY r.+pOO JO O $O (O )O*O,cO-. O/H/t;0`;5;5t55(5758596`:8=`>`?`@`C`F`G`OHbOIc<OXcYc\cO]e O^hbicjdk%ek*fk-lk/ukDOvlwtOxvOyw<Hzx\xlxpxvxCexim4.88lp150.3.9.1The Exim Mail Transfer Agent, a Replacement for sendmailExim is a mail transport agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. It is freely available under the terms of the GNU General Public Licence. In style, it is similar to Smail 3, but its facilities are more extensive. In particular, it has options for verifying incoming sender and recipient addresses, for refusing mail from specified hosts, networks, or senders, and for controlling mail relaying.]sE*cloud120+sopenSUSE Leap 15.0openSUSEGPL-2.0+http://bugs.opensuse.orgProductivity/Networking/Email/Servershttp://www.exim.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 exim.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in exim.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-exim-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-exim-update-$service-new-in-upgrade" fi done for service in exim.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 if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/exim fi if ! test -s etc/exim/exim.conf; then if test -s etc/exim.conf; then mv etc/exim.conf etc/exim/ echo moving exim.conf to /etc/exim/ else cp -p usr/share/doc/packages/exim/configure.default etc/exim/exim.conf echo copying default config file to /etc/exim/exim.conf fi fi # create logfiles if missing for i in var/log/exim/main.log var/log/exim/panic.log var/log/exim/reject.log; do if ! test -e $i; then touch $i; chown mail:mail $i; chmod 640 $i ; fi done PNAME=exim SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi 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 exim.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in exim.service ; do if [ ! -e "/run/rpm-exim-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-exim-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in exim.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 exit 0 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 exim.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 exim.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 exim.service ) || : fi else # package uninstall for service in exim.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 fiP  +K9PIYIIMFJl]FX?;$Ȳkr-j9D J0 Y68{[t?/d,  A큤AA큤A큤A큤A큤A]sE%]sE%]sE%]sE%]sE%]sE%]sE%]sE%]sE%]sE%]sE']sE%]sE']sE']sE']sE']sE']sE%]sE%]sE%]sE%]sE%]sE%]sE%]sE%]sE%]sE%]sE%]sE(XVXVXVXVXVXV]sE%]sD]sD]sE%]sDXVXVXVXVXVXVXVXVXV]sD]sD]sDXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVD1]sE%]sE']sE']sE']sE%]sE']sE']sE']sE']sE']sE"4e5bf0b036ce23f99478aa20e92929a8b5e59e38773e2ca266c85764fa8adf13595d927f607f3c9a5a1a5d188adb8627be8f91472e7d9d2992c9c2ffcc4729437a6c18bcc4d62ccd5995288e2a0a157f33a13acdc5b3109707b080767b0e944c404c880d60f423cc0a5223806cedb48507e8693c73192060e44989d8878a825cbab4182ee23bbec4e943317d2400678058492215ecc2eb7cd4cdf1bba3a331b16633e5f913aaaf4a5a8cb4f833f4b9b523558e5b65e4d97688bda82d26a13e8f02a15750ff171631bc87ab8f5b23611a89e7c3f93061ed407e9f91008e7e48a5798650e7f004ea97f6b48afb5c02289df9cfda0b15029315c9a36d0ce523d62f92cbfb543b2121b0a1c4ef2ba5b2ed3cefe4aa2ab3d077bb5911e264d1ccd2b09a9ea0b0a2d44d00dff25590445d839d93b0cf69700012ad2a457a1dea7e3627c7ce408685fd65ed3d788e579e9086dca16a7bd7e2e6af9248b3c8377171aa7d472f1ef8e52265d7d0bad30ed98d2a5da0573ceb14abc556863e38d5eb722f4e01ff2e43175700c5dca105c373a1258f8eb4faa96e617af3cf781e100798fcc39ce2af0f8484de6120de18e42ccb52e302606f92249242b2febe3f2929203362d8f6be7e0e4dce1bfcb0ffa5e698c651037a69fbfb4ccebaa0112a29faf1a9ca807035f5dde9831ae6ff50168f1b6ee7c19c591662f197fd6dca49ea9333bf74369eb92b21329bbc47488a8a715c24eda2bac001632859b5b0b93e051e8fbe571b45e2694180664a70d215cdc7e11a599cb4f22d38bf0c562a0d069e30fac9b8628a223547d1c0cccc3bb6195b44651afb36b21c1e0c85baa3eb1bc81609d74de1a1f2d494f26d2e09bbc6451a46eff0cfeeacc381e14ab0b8105d6c01bbb9fd49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f3babfedf2ea580004c7c1b1447208c9f7826a767c34a7e34b66c0284fd1b543f8d2a0f209ef335147849471084e5c9fe1e0c52fb8b42a497249ac3ef867625c72c85c4a061bb1e6d07d425cdd33756daca09e7860f49729efa2d2a5c5ba2aa21749a122870d047c71cd0dae55fdf31e35e44e8e0e63fe70cb415e9da1859c84836240280116a97c122b2a78f83a4a9ed9a296b6f0f12f5766a017e5a60ac18cba8d4ffa25bac871934344e9e4d8876b63aa6af17d01a6e62a19ba06ce3608cd4e9cf21f7517e9350a719726569da99ea1aadeed6f4337552bce588a3249965cd2d885b1930d2582649fb587750faa74e6d4c1c8e6092722007b9d9cd07cdaec84678f133139d150411ad2dadb9cc52cea3ad5cc150a04eedf44756f6f13131cd54f648d78d830898d74d7891758ba688b89a6eb12879daf7759d66447702769e8bf64843ba8931088f82c50ec1a9616ff3767bb16360d94a90ee574775d220e3faa524dac1171a21df7e1915c54099b024465552d9b42bf50550af0490371b748df20a4dc1b6f9893d3a024aa47919b807c9b8ef68cbd21b7a5b2ec9848666c6c46e23ec48041b88770d022817aa85865f950754e3d6073688deb8946b5cae70213e7c156b6233ab1b997f8a48169659f9c888af7e0a97148956afd6297a3b458f3bf318ca8a14b70a77425535c3a7bf152b0d149e4b833d7a090011bd2132a6a46a3679438b4b4e601fd0fba5b599ff5d65312a38c3285acd75c7c4a12253dbaadc32970f32d2f968eba37601c7e8f085b50d907e14cbe7844d8a983ec3633109df4dced66b74f2b40bf6aafbcdd69c114dbcfdadae075709fd901a2cf2cfc9c52381f745e4be19d6c5ef9cf7d931bf3fd53979aebf3286ddd784d2ad744b6da4f64bf6b296dae8cfceab6547f139dc626f688e2af149ceda72d41e5eaf5d5d90dc928f58ef6d6aac2c4eddc39680678ed1a8c9e5fd95d241e9d245fbd967bc39b6503a984404e679ca97255593c474048deb51c8391451fd9a99d442cd1f326f82bffe5852be0bdc4a967a175a1b227027e7d4b3c0c1089cfc9f8a8544c59d2592d073af0fc6a196f9671a378876f6329d321e6e07c708c1c5f6ebff562fea3207c3d97ca45166fd0b343a16faeb89e73c792349ae63e8b1f0c42f70173a51563ec183556268af58c761f1aa3e8698088dd6d07c42467c2b6544406d2c02b6ceaffbdd129fc82803965bddcc085655bbd4e9fecca87d1ac3bdfb5971d8662cdd9cb90b7c9cff9a55dbd4cde20821766b01fcae3806119b42664942fab617b568f3aa486cc997733347b93db37e437da7a4b80ac5d193d22b6844d75bcb40796b413bd54793c5b8295c6960d9d9919a6161d32625b7169c8879b916cbc13ab02146f6fec99bd259a368154e5cbfb3f15835b9f44879635cd661f3d970ee04f09bc32a6e0b85a2cf5b0a84140443a6a1ca50368f142866dbe00ccaa19247841ceeae37e026b32384997baa185db985bcade15ea61f740050c6ede77f674f8daa642de64a0f5e74878d06c682fb68969e10e326846f44513497d2c52eed18d31f693a02d6374f8e5f9c997b24c39cb71843aad437f210937802f269a45c69360b../sbin/exim../sbin/exim../sbin/exim../sbin/exim../sbin/eximserviceeximexim_db.8.gzexim_db.8.gzexim_db.8.gzexim.8.gzexim.8.gzexim.8.gzexim.8.gzexim.8.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmailrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmailexim-4.88-lp150.3.9.1.src.rpmconfig(exim)eximexim(x86-64)smtp_daemon !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/perlconfig(exim)coreutilsdiffutilsfileutilsfillupgrepgroup(mail)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libcrypt.so.1()(64bit)libcrypt.so.1(GLIBC_2.2.5)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libdb-4.8.so()(64bit)liblber-2.4.so.2()(64bit)libldap_r-2.4.so.2()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libmariadb.so.3()(64bit)libmariadb.so.3(libmysqlclient_18)(64bit)libnsl.so.2()(64bit)libnsl.so.2(LIBNSL_1.0)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libpcre.so.1()(64bit)libpq.so.5()(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2.5)(64bit)libsasl2.so.3()(64bit)libspf2.so.2()(64bit)libsqlite3.so.0()(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)logrotatepermissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdtextutilsuser(mail)4.88-lp150.3.9.13.0.4-14.6.0-14.0-15.2-1postfixsendmailsendmail-tls4.14.1 /usr/bin/chkstat -n --warn --system -e /usr/sbin/exim 1>&2]rJ@]:@\ZZ@Z@Z@Z@YdY[@YGXWW@VV2VVjVqUJ@U0U@TÉ@TÉ@TÉ@TÉ@T@T@T@TuTuAlexandros Toptsoglou alex Robert Frohl wullinger@rz.uni-kiel.dedmueller@suse.comkstreitova@suse.commeissner@suse.comrbrown@suse.comdimstar@opensuse.orgmeissner@suse.commeissner@suse.comwullinger@rz.uni-kiel.dee.istomin@edss.eelmuelle@suse.comlmuelle@suse.comopensuse@cboltz.delmuelle@suse.commichal.hrusecky@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.commichal.hrusecky@opensuse.orgmichal.hrusecky@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- CVE-2019-15846: Fixed a buffer overflow in SMTP Delivery process where a remote attacker could execute code with root privileges by sending crafted SNI data (boo#1149182). backport commit 2600301ba6dbac5c9d640c87007a07ee6dcea1f4 add CVE-2019-15846.patch- CVE-2019-13917: Fixed an issue with ${sort} expansion which could allow remote attackers to execute other programs with root privileges (boo#1142207) backpport of commit 21aa05977abff1eaa69bb97ef99080220915f7c0 add CVE-2019-13917.patch- CVE-2019-10149: Fixed a Remote Command Execution (bsc#1136587) backport of commit d740d2111f189760593a303124ff6b9b1f83453d add CVE-2019-10149.patch- add exim-CVE-2017-16944.patch: backport of commit 178ecb70987f024f0e775d87c2f8b2cf587dd542 fix for CVE-2017-16944 (#bsc1069859)- update to 4.88: drops fix-CVE-2016-9963-31c02defdc5118834e801d4fe8f11c1d9b5ebadf.patch, exim-4.86.2+fixes-867e8fe25dbfb1e31493488ad695bde55b890397.patch - remove exim4-manpages.tar.bz2: upstream does not exist anymore - update keyring- add exim-4.86.2-mariadb_102_compile_fix.patch to fix compilation with the mariadb 10.2 (in our case the build with libmariadb library from the mariadb-connector-c package) * upstream commits: a12400fd4493b676e71613ab429e731f777ebd1e and 31beb7972466a33a88770eacbce13490f2ddadc2- exim-CVE-2017-16943.patch: fixed possible code execution (CVE-2017-16943 bsc#1069857)- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Explicitly buildrequire libnsl-devel on suse_version >= 1330: libnsl used to be an integrated part of glibc. Since the build system / makefiles explicitly reference libnsl, it is our own duty to ensure we have our deps in place.- specify users with ref:mail, to make them dynamic. bsc#1046971- exim-CVE-2017-1000369.patch: Fixed memory leaks that could be exploited to "stack crash" local privilege escalation (bsc#1044692) - Require user(mail) group(mail) to meet new users handling in TW. - Prerequire permissions (fixes rpmlint).- conditionally disable DANE on SuSE versions with OpenSSL < 1.0 - exim-4.86.2+fixes-867e8fe25dbfb1e31493488ad695bde55b890397.patch: import exim-4_86_2+fixes branch + fix CVE-2016-1531 when installed setuid root, allows local users to gain privileges via the perl_startup argument. + fix Bug 1805: store the initial working directory, expand $initial_cwd + fix Bug 1671: segfault after delivery (https://bugs.exim.org/show_bug.cgi?id=1671) + Don't issue env warning if env is empty - fix-CVE-2016-9963-31c02defdc5118834e801d4fe8f11c1d9b5ebadf.patch: DKIM information leakage- Makefile tuning: + add sqlite support + disable WITH_OLD_DEMIME + enable AUTH_CYRUS_SASL + enable AUTH_TLS + enable SYSLOG_LONG_LINES + enable SUPPORT_PAM + MAX_NAMED_LIST=64 + enable EXPERIMENTAL_DMARC + enable EXPERIMENTAL_EVENT + enable EXPERIMENTAL_PROXY + enable EXPERIMENTAL_CERTNAMES + enable EXPERIMENTAL_DSN + enable EXPERIMENTAL_DANE + enable EXPERIMENTAL_SOCKS + enable EXPERIMENTAL_INTERNATIONAL- Update to 4.86.2 + Fix minor portability issues for *BSD and OS/X.- Update to 4.86.1 + Add support for keep_environment and add_environment options; CVE-2016-1531; (boo#968844).- Move AppArmor profile to /usr/share/apparmor/extra-profiles/, which is the directory for inactive profiles since AppArmor 2.9- Update the Exim Maintainers Keyring file 'exim.keyring'. - Use URL for the source line of the main tar ball.- Update to 4.86 * Support for using the system standard CA bundle. * New expansion items $config_file, $config_dir, containing the file and directory name of the main configuration file. Also $exim_version. * New "malware=" support for Avast. * New "spam=" variant option for Rspamd. * Assorted options on malware= and spam= scanners. * A commandline option to write a comment into the logfile. * If built with EXPERIMENTAL_SOCKS feature enabled, the smtp transport can be configured to make connections via socks5 proxies. * If built with EXPERIMENTAL_INTERNATIONAL, support is included for the transmission of UTF-8 envelope addresses. * If built with EXPERIMENTAL_INTERNATIONAL, an expansion item for a commonly used encoding of Maildir folder names. * A logging option for slow DNS lookups. * New ${env {}} expansion. * A non-SMTP authenticator using information from TLS client certificates. * Main option "tls_eccurve" for selecting an Elliptic Curve for TLS. Patch originally by Wolfgang Breyha. * Main option "dns_trust_aa" for trusting your local nameserver at the same level as DNSSEC. - Dropped exim-enable_ecdh_openssl.patch as included in upstream- Fix the systemd service file by not passing EXIM_ARGS as one single argument by removing the curly brackets (shell syntax).- Install fitting eximstats.conf depending on SUSE version; (bsc#926861). - Add attribute dir to /etc/apache2 and /etc/apache2/conf.d in the file list.- Replace the fixed ExecStart arguments by ${EXIM_ARGS} as defined in /etc/sysconfig/exim; (bsc#922145).- Set CFLAGS_OPT_WERROR only on post-5 CentOS and RHEL systems.- Drop BuildRequires xorg-x11-server-sdk for non SUSE systems in particular to build on RHEL 6 again.- Let ld know the path to mysqlclient.- update to 4.85 + When running the test suite, the README says that variables such as no_msglog_check are global and can be placed anywhere in a specific test's script, however it was observed that placement needed to be near the beginning for it to behave that way. Changed the runtest perl script to read through the entire script once to detect and set these variables, reset to the beginning of the script, and then run through the script parsing/test process like normal. + Expand the EXPERIMENTAL_TPDA feature. Several different events now cause callback expansion. + Bugzilla 1518: Clarify "condition" processing in routers; that syntax errors in an expansion can be treated as a string instead of logging or causing an error, due to the internal use of bool_lax instead of bool when processing it. + Add EXPERIMENTAL_DANE, allowing for using the DNS as trust-anchor for server certificates when making smtp deliveries. + Support secondary-separator specifier for MX, SRV, TLSA lookups. + Add ${sort {list}{condition}{extractor}} expansion item. + Bugzilla 1216: Add -M (related messages) option to exigrep. + GitHub Issue 18: Adjust logic testing for true/false in redis lookups. Merged patch from Sebastian Wiedenroth. + Fix results-pipe from transport process. Several recipients, combined with certificate use, exposed issues where response data items split over buffer boundaries were not parsed properly. This eventually resulted in duplicates being sent. This issue only became common enough to notice due to the introduction of conection certificate information, the item size being so much larger. Found and fixed by Wolfgang Breyha. + Bug 1533: Fix truncation of items in headers_remove lists. A fixed size buffer was used, resulting in syntax errors when an expansion exceeded it. + Add support for directories of certificates when compiled with a GnuTLS version 3.3.6 or later. + Rename the TPDA expermimental facility to Event Actions. The #ifdef is EXPERIMENTAL_EVENT, the main-configuration and transport options both become "event_action", the variables become $event_name, $event_data and $event_defer_errno. There is a new variable $verify_mode, usable in routers, transports and related events. The tls:cert event is now also raised for inbound connections, if the main configuration event_action option is defined. + In test suite, disable OCSP for old versions of openssl which contained early OCSP support, but no stapling (appears to be less than 1.0.0). + When compiled with OpenSSL and EXPERIMENTAL_CERTNAMES, the checks on server certificate names available under the smtp transport option "tls_verify_cert_hostname" now do not permit multi-component wildcard matches. + Time-related extraction expansions from certificates now use the main option "timezone" setting for output formatting, and are consistent between OpenSSL and GnuTLS compilations. Bug 1541. + Fix a crash in mime ACL when meeting a zero-length, quoted or RFC2047- encoded parameter in the incoming message. Bug 1558. + Bug 1527: Autogrow buffer used in reading spool files. Since they now include certificate info, eximon was claiming there were spoolfile syntax errors. + Bug 1521: Fix ldap lookup for single-attr request, multiple-attr return. + Log delivery-related information more consistently, using the sequence "H= []" wherever possible. + Bug 1547: Omit RFCs from release. Draft and RFCs have licenses which are problematic for Debian distribution, omit them from the release tarball. + Updates and fixes to the EXPERIMENTAL_DSN feature. + Fix string representation of time values on 64bit time_t anchitectures. Bug 1561. + Fix a null-indirection in certextract expansions when a nondefault output list separator was used.- Enable SPF- Fix service file; (boo#935601) - Using bcond for mysql, pgsql and ldap - mysql, pgsql and ldap enabled by default- Removed executable permission bits from exim.service file; (boo#935601).- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- update to 4.84 + Re-add a 'return NULL' to silence complaints from static checkers that were complaining about end of non-void function with no return; (beo#1506); obsoletes silence-static-checkers.patch. + Fix parsing of quoted parameter values in MIME headers. This was a regression intruduced in 4.83 by another bugfix; (beo#1513). + Fix broken compilation when EXPERIMENTAL_DSN is enabled. + Fix exipick for enhanced spoolfile specification used when EXPERIMENTAL_DNS is enabled; (beo#1509)./bin/sh/bin/sh/bin/sh/bin/sh/bin/shcloud120 1567835434  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNO4.88-lp150.3.9.14.88-lp150.3.9.14.88-lp150.3.9.1 eximeximmailqnewaliasesrsmtprunqsendmailexim.serviceexicyclogexigrepeximexim_checkaccessexim_dbmbuildexim_dumpdbexim_fixdbexim_lockexim_tidydbeximstatsexinextexipickexiqgrepexiqsummexiwhatrceximsendmailapparmorextra-profilesusr.sbin.eximeximACKNOWLEDGMENTSCHANGESLICENCENOTICEREADMEREADME.UPDATINGconfigure.defaultconvert4r3convert4r4docChangeLogDANE-draft-notesExim3.upgradeExim4.upgradeGnuTLS-FAQ.txt.gzNewStuffOptionLists.txt.gzREADMEREADME.SIEVEcve-2016-9663cve-2019-10149cve-2019-13917cve-2019-15846dbm.discuss.txt.gzexperimental-spec.txt.gzfilter.txt.gzspec.txt.gzutil.gitignoreREADMEcramtest.plgen_pkcs3.clogargs.shmkcdb.plocsp_fetch.plproxy_protocol_client.plratelimit.plunknownuser.shsysconfig.eximexim.8.gzexim_dumpdb.8.gzexim_fixdb.8.gzexim_tidydb.8.gzeximstats.8.gzmailq.8.gznewaliases.8.gzrsmtp.8.gzrunq.8.gzsendmail.8.gzexim/etc//etc/logrotate.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/sbin//usr/share//usr/share/apparmor//usr/share/apparmor/extra-profiles//usr/share/doc/packages//usr/share/doc/packages/exim//usr/share/doc/packages/exim/doc//usr/share/doc/packages/exim/util//usr/share/fillup-templates//usr/share/man/man8//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:11026/openSUSE_Leap_15.0_Update/b5dd330a5def05ebab8f8d59738a68bb-exim.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linux     directoryASCII textPOSIX shell script, ASCII text executablePerl script text executablesetuid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=e70d225aa9688de76379b3eed3f5b9c1be6bda5a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=e7031c958a482692683d315f18142fc9bebd00e9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=363b3ee6c2a59a537327360640a9f16c0f7c9d5f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=e2784dd939c0a599cac86a04431f9cfc8249a325, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=622924a364d870bfe333bf72b2d3fe89ed1872be, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=9719302a70ee1b3c8568623b306e72fca7fe65a2, strippedC source, ASCII textUTF-8 Unicode textASCII text (gzip compressed data, was "GnuTLS-FAQ.txt", last modified: Sun Dec 18 14:02:28 2016, max compression, from Unix)ASCII text (gzip compressed data, was "OptionLists.txt", last modified: Sun Dec 18 14:02:28 2016, max compression, from Unix)ASCII text, with very long linesASCII text (gzip compressed data, was "dbm.discuss.txt", last modified: Sun Dec 18 14:02:28 2016, max compression, from Unix)ASCII text (gzip compressed data, was "experimental-spec.txt", last modified: Sun Dec 18 14:02:28 2016, max compression, from Unix)ASCII text (gzip compressed data, was "filter.txt", last modified: Sun Dec 18 14:40:06 2016, max compression, from Unix)ASCII text (gzip compressed data, was "spec.txt", last modified: Sun Dec 18 14:40:05 2016, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)"#)/6;BCDEFG RRRRR)R#R%R!R.RRRRRRRRR(R"RRR$RRRR R'R,R+R*R-RR&RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRuwWM|jkxGutf-80ee3857466d7b68ed1205fc5fbe39f6ad1c68324e8d8b200c7ff9a37845473eb?P7zXZ !t/Hk]"k%a捯 ~ЈSPSjK3"Y;ja)~-o9)#IkϬoȳ8a-O[i&D ?8Mu䛃%Zlv}.r') ; ,wmM|68+q{\ay,7G z;Q2æ]fNp#zmTϥ霻"=#Is<zr``Y<) gV壾JubB=T)ȧ1Ң p~G^Jf8j / >I"'WFEfTpPܻ*#. ߒH<`@=]2.h/x;YI{<^pDշ#WgC]X''_K.!4* pܞ_! hM! RΈRy9@xCm^I)\>VKB*e_\Z&a9qYS6koII(YPd}wnDq[dȾӵ;wWpmM1 l},_rOhA_DZiK6nyz 2Y%il&Fie> yvguV9z<2$ ԙ +bYIoI<ݖQ"5Oag=la+>I!iu>W?]7 8 ⡯lKp\r2RS5$K"H{A^}nP eh23^[:r# (P2k ɜ6^SW>Σ;ī$RESW4p`#TX}#80Q>ɏᑆMoB4h?&ftڔtrƣGR>uU&c䐨U['_=|tTΈH} *A0A1y-{K[udA:O͛$,ȑX6TA_mECpxKvЙBgZ`|MTz&.jixSˏQ4 Jm /[3ع}YSƹWgUiKlW /NDǍ%ѵ[<=S%^^Hh/6#g/|bގWE/;Lw@FDU͊"yˆ`uvvƷ׏"9P4yRG]2]Mw>BTS=\A86O$2T˨tf+^vp)[=vbYt0|&2I,%f-"agȿ%ɕbmzc^{\v<(#9#֬;&˪ns; lA?J:qX>&nxam5|+&5| zPeˀ72\w˕džK<ܤ-l+buy%lyuny3H)Km[Š v~Y3 %S| MX@,Dkoc6m`BL~S51 ɺGSlC9A9"23l$Vh{*7 bdX^(V <+O$ x/b6m}~:_ J|7 8Qp: 3өsgtAF{ꏹkբqP [ "~`u{=\Lz ly]%K]^MP4Ű]٘<Z}d.'\o>=mf:Ti=nrXCLFy[*'~h/T;@%e6;'x.~#ȯ!p xط9$)0QCP2 zƱ6{uiV/#sX!?;;}U!^aĎAVTw4Q.^ B Nn:T Pش'YM*SrfU[Z9ìgQU.04D?<Bj|OyXpLQ[`{k|֖7Q׮e.ǻ)1h[ >_ςI撿'evRdkේѝIC!X-jPܲ/ >(WVVy{aHAn>䞔yv빝G`wY X*6@ v!m۳4C)!]w=\vj5qz; PtbAIi\U %ͯ|)Ʃ>>D:Yʼ/0[H,g|M޺WYʒu=9{䁈`ԽșaL ZD6ix•4} ,G;X)v.>jtUkw&7L4I@bYBd=]IW~ĂƭizX{v3P z^rU贬Ě$~$4u-IqtBg끪 ЎpC@]RQG` G^~ rǵ{B5L.9g@}IY=3v)h/YlSl~`T)lsۡ甶䘅skqnG->.)go\‡[N[ q(K1Q =]7 ĊfvSCl\qhzof="Z>wc)wg&{ͻwdbuE!U&őS%Q :ZPN:ЈYy3蒏jfupXtnw|dYx$cߴt0[t}qM&t5PVN$FT7y9kv҉>^lS.DD \bUod 2PbĹ#ی_* ?R*lb$['WuwNlaAR)ܛJ`Ȓ1λ6`FOR`x*3,6 9uޕbfOE`uhk! ta4 =P4){ƒ|ϜU,6}{'x=OIh3Eė-`:][ľзqpfDw0sGT~g0M$|HFnCt:V3-M9r˭-؇enCPa+B ' A/)D \~tQ(7:rSBlXND uIvɥU4@.h͜6c"c"#4Cfi:\D(~4uhTFAQ'1vr BK1gd/-1U(t^M,^d!J2".QEh;) aU4(>qcqQMhQ?=v/).~kiY)8#4@d~\\SNeiL ip՗_嗋xdD*@B _ozUU%d#Q}c&xΦ֋HI|ԉ#\W| .Wqc ]JAnz#d(Jjӽ#ʐ 1嶽_dzjk16#93 F-[R4q}o)35M򰂂u~y`LD෤wEf."V<| #8:,vZHwUű@B9r4\l { CJtډe扟DC3M !^-Vu.U=kxMW-ߤ#ujUO›5/B%f<ܝNSFߢ{ky|ÝऽXTr\eZƒ1 &iT;>5<c dؾGzk'LRob<7:vQ $?8 IsKDW"EN-ރN8!085aDn\sR&ױ҂eQ޺X k. VΙ ~Tܐy[SCeslFnN-,ri L7ˆ ]AHTGpQ#FV2B)ALE4w>cB-QOr|ªh,R<{J39hQ8/GMJ!`:[7P+h ;x6aP$ y**u!s8ÀXVqK6@J?pSB>x]l싯g ƂOar~6R83kTXUSkNs6_NQ]RէA.3RL#j:^5/:^j˓p"K68GekG6JښِhŰ!Mڐ`*8p fV2fy/ ´  e~1g`Tfm*x@czٽhGWltO$\1DMZ$ 8}6cRɓQ7SR(`-U&ZIPic´qÃ`Dxhg-ӧ+xkTb)xn[}v{*gdT G0MI1a;k: O e]Ty\._}-̮<k tXk.+u)0Gqi0 6`]sqC`|Xߩ7iR sͤ@Hy~JRc*+$7a]ʡ1>X4m#M2U[+\[L&n,/AWKw7+Xף#xFNL" LC=e:Rݥ($+Tnᚻ/6|*#g)8hn$W̦#^Mze:ӗGuWEKөή )!Iw8RcfoM("I΋Cu]͒iLQ Z:_\y9^t5& R N cP ̌|B'gHkD$y~/DxʏWRz+p (gۮbSrѭT?yrQ26$+(q]zƿdI#΋l8~M-WcݱLE5Hz R6,z*.'8M+Fuͣ]Ƞ #""b\Vs|.tM:h@ gŽkϳ{@ε:s*=qөGVD̔~5r|=^Mr2LdXn>X$ŴMZZqב7ז1A.G)TzVB0ZS734s|qoLxzk g8I0kU)V77 nvbeSRdC(pKl2gEs͈ "j▆0#>ߐaA\ZS;s 'VR|KJRV쩶> 4` B,hz\ wpjqF}brdv -}5f|j5px2T%{LReE6A Ip&q'M"}w;h俘\1 %PnE?*dWQG{LFzXrөH&.D ShiuJR(P5s:rhVSABTyXPg6.K/hc(3+|^rq0nV69+R]俖q+:΀hQLW#P>} h{4Pk+$n8 6Q; ߫.WK Xu d_}מQXZ0"=.l;Ɍ uc)#q]oJha3:C9=P,7L}v$6NFĒ?))2 3ŶHt "l Y5ڞyLI[\p/vycv;or-=aP=^o[|)6hx;Uިa;g xe03tPD)0! B@Q͛t+'y|{p3Ǧ] n[*<^똯1 N.>n-&kYC yChrCS7ϫ_7'"EhҲ5QDW.w!?q*y .=6 ?4_|I@ֱw})̼E4|}my?:b>&k$/`|Ǔ42$UK|,"SQ+Ci" WSŷɔHygV.C 7=^h]z2}OhO [dN2ݬ")cjkNd0i uhDLcp*f2&LK'QPoj}O ClIb!(O J@lE5vcnϜLŨx;4X'l-*"ipI[` K'ת.pK.Jn*n5ro׉kQ,f+JHfٚ&#J.㚮g`<(u.$:'!gGpr߫IYH.pZ}YSt7̀P~y&X8@P\HG`>9C8؃YJH=D("fYKWcuXl`1*WHy M$|RY_̇=t fؾK{ 7PjeG:L+GM*ùk%qY2A׾n䜦>91 5^3]P3>k#8`~Ee%ÙE\/A/$ ytN8}}MoA}_柵պ]1o9aՂxLx"$i 4z]:Ћsr()gT}zuƭeI!=x³]M嘫ޏt}7LUca8 h p[\WX|C܈.8ú(wV$-XHGTcIr72KbPay&NVI7YÂr3, :ɇ)3"\:܂ ۚt9mܾO5o&ADpnJ~eLaBƣ<ĺeر(zZOMىXprC#ݝ[C18ukKCMnΉMԷo+\7GGGvo(J*ql3t i ^4R2p4ϋkP!5:ϑE+z=PxբZ_P o',A߫TSoOy N7 P<Hb=u  +7si/]M ܤmc#N[^9tg3ZL_]OrգF}*s&Osųf&HL<(SjBHOVb)IbjyUחǶ Nv$躈%(b.R05N Gza`BlBpH֥j'?\6;򊸙եAB a)( [ ӸϋX1BЯz[\&j`#ƺuM;!z*g'\^PE>;dc#aFWW~(為A 49IrJs4?>:PVKX%`QF]$Q=ͅ/E?vj[ݮ@W,3i%+dd tɾ ŋ0~|{bjZ!O~*aHIGg:X#E[s.y?W餆hHdM,Ov{QQWl7 ۆhT8XA! `hy9-H*PǯdayK.o~$dV>飅 o0*(Mp0PrOBQ\I:ži$!P-}dtQ`z\Džq4Xa4[x24D V㳾t*]aA:W,?$V~xP7&)Ϩ: l|*tҺY&ŔL"bW]s$]0o ^h{BC\|Iǡ\V?\=Khv&ʶ SZ Z/x:׻ 6Zn%BV MVc\4dLԟ J5^B$z`yuuK2BZ(Ԅb2E6ԲukTJʏO LPX\.Os7Fؓϯa[6KL7q ?<|@D1v gTN68?AnW:q}~(|n e:__xsLyѧo F_@d^8ACo8/;Sw*CJ?6x hZ Hw[7uEIg!oHw Bd( jq=K0FY|he%l¢c^XGVLz,%1ʔ~ja4WwZ^L7;}mvᰡ6#A񊝳6D4 :E3cG`&?/f=ay#gl>@Y'3O;t7ws˧ W"<gMv7H۾e01i`֩G 4oa!ж˔ڌgGYZ=xJ*]fw`9wfڜ BkJ7]:t'w`jԞ{iU& 6`<)\a1|1|v.g89ܔ'S[6FN?8^:\v_MeO'phMxZJ҃w6*pj pPUAz%[Ez!d 3)ED0dvV9ZQCKC=+iuMF]~{8)nĻDK{h&V'74Ro5?%QEx[@|Zţv!~wk~$Y*ڟgα8 Q]ӷҧZUHLEO +Kyh+"<2 z}9TYh*Y- ~Pe}4\JOɦ_s`B,Nk3Zi vWAptܣ$..j|yoFyv5DR]CIYn iqjdw7uΣȁ͉$\\xZ]yS`k{6+L fCpGSIC6bC|XBsռ :;*M Ŏfqz= ַkBĸ̻W]3;D3'ɱM'QD0tʭ5"G%@3#eO˘j&-Jr& {XP]= Tӌ_؛,F >P-`% *F1++ì\rmIעW pۢ|?hQi _{6=ܭ002n?so |nŞ# ,4rm q~cM\w 9CΝhf#[=w ?kϏ#5F ɗ1nCQ^BUƻNhN1յ` ^EasIN+5ǎ:~-TҤ;9E!wt0Es VMeD%ZS)ZX(U/'0J4G "?lewDo<2Lbp3'#dt3h/GfxF753.օOT$¹a˩d#x(=[6M|2\D46cc*p-%kR.T_fdN5,zN|sc>V6XX &N6zs7șgreO;b#NT4X%{D"f2OXNr4cl[0ǎ1re]$Ry{@}2䩉} Y'f,i!@KĽ/:?2]_-htf1~γc_WÆ?ewV&-y$]\я͝Q%RpzkXMk ?(y?;UsYn'pDsh\Nw\[t*<]mcЄؚxT\4]3мu^?@ο܃ǃ#gsY|N0*Cbv3: raw,;VʴOk;(_V: _Y#G]t<: 5)άN6 RNbuݩ qyEJ/bRv\F`Ǎ֩e~#yaچԧ`=wd_\{܏k$L^ h b[9gWmʁGnH@=36R5?sJ#s+BNƵ] 3n ?hwl)LS@ќ?G5Z!>PTI?f[h($-)t3|͐)jPz$J0Q+"Ij6sCߦ&o $`R(3A T {ȋqZ{M&dzx&SaYDj PE/^*T}!%H ҭ. me魹TAġ:Gۛ1JN?k%(:}ȹbYyr0D]eg΁{DID<]]lX] <=gPb*38bƅ~gs9R6h:ϭO(/Rs_◖=QG)A0>pŽd }ג,p\Fk0Td%'9Wu_=eR*!܈}q>(z%=9gr_hZ0K;|V>$ h\{:klo8hOu id|}Tu NZNZ+',+n5g]'UAvBUZ]qtx|1n?((˟qӶ)tߛE=v7}`.׳.rB+tW1u$yٴ7;?U'ѿq3<$r2)S0{0O QXBT _h\PP<90/FɛnSr8'5YKѱI_3VQy6p պgbŬF's,qh1. 8sN< Z-rt}vmin]xL<7iʀfGUOA$Al$.RA5DRdػHP!b@<ѭଶ)%ZPInrY(-.րgI+i̬U`o,=+i?`}$D^ՉTA +>%MZE^)6*mNW15YP<|#6%$ɱ%lLsnx_Bo- i"lpt&[&jȤ/Yk|~˛m>Ho]P4G4a|rr8Y_N8 o-o8`ߐ&$ ©=J~!؝HRٶGTgW4(M)̀FU*?K dfHʈ2SXAr04>#=w/{)YՊ <>]v+}.L4dUl!͌C{LS8%b͓oY>RUmLA+gyi;` sdK2;4o=E_it5D;[juw @BM[Y&PÉ&LdSƒZ1(ٗ~Byh k?|@e,1/26>;w &OƺC&c?|:q\.f"YptR0^Dv?L|08eՉe2DFjaVC PuOd*7vt5*)+*}dPyXdYB^{h//͆uȶq@';NRD;ˣ@|k/x?>?j#xQ)|z ŶXKp,4$bJc\LEhS *(D dub2ひ:c n|6?S/'Z>5E5RѬ9/ ~%X"U{SarT5t*.23!ES^ hMr/b(dV8PUZF@>ꃟ#(yMi|qi&$1fHi_76c 8Kvh⇇/‚2 rZ ;B0w)/Znj'T17D*sKA<$H`x _O(8<2<`kMjyv,+sdڌTɺ\F%]qvd+JO58w7N{x_^"Z|_.cT: &%cSa0wǧ~.6r< ŝɱݕzyg+`@3Py@r]_]eاGEbSX? LXw'8>#T1v^5my2کEz\{Lƾq_ث$"q_&O^g5e< IfLIR%ݷ BbC/΢dLVX0NTԍ{e5M/; Ή,6PKhk a&;j]Qg3%lsj}ׁB Oyۃ.[L#{X=ثzM}2d<ƨt`:5 h?C?4όZр<=8˱ |bmX=LjCFÿkײ@ߤ.awSG~ y/X&MkQXd x,WcB .Hɻ'iI-W}T]Fq⃽ h%;OM'fs|U u75r)[opL|Y^:Fc)l6gC{׾?oc RYCoKLmj0U(`YWJ.·W j,^b~pC^;L,UI˧'$25\ *=0/&܌o0 ٨ Ŵ>/tH.W7IZ#-e'5䗎>КgY)dv5h}UbXq,K2Z%B]tqpfҖ͞X"IIt.\~FW1&?5RR-2I.vN& ?Zz3 Yǿ9f0I2Z'ҪJ]}auP?nVSF}p! TKf5'ÐZSa(m )(jTeu9T\|he% }ʋ2Rsﱢ<Ct ~͡k|nA6 }QohwCu ,kVxuxa&'`C1Z4 ܮ1mXHFAE[(>}Er:֥P=7,i%lV'\wgrDy27!,#IY*R4!I: &ƒ*ڹU{:69߭~aTd%KVo7 Wt x+K>3%OpƆ({E0wiA[綰[bYx$ 'z7eA aї&!ycx%$pmØQ oy2< ZcdF6V!uz TQLUpP ijhziN(BJM8/ }${GE(:V翾6c;pA/[2JX|(I ;7G'Eb5b$zDܥ|ͥ #{osĪЁ7EpVGc,w`Nͩ`n TWI:ha]&9_ #mOEh2b !xT 6#f&ErR\R AH2l`Z,= Fv 6AEpK#&znG^d#jAUKvK%myBc!nvՙU([%11iz4wtbdcw2W8ױs;3L>Lx%λoG splv-ln1S`SAMeN{'k2SeҖ=zH=%4t8.րQ4N߈Y-8ʽrh/<*E0WsuR`@(cOڤyr:nDXfX#=B֞[5Y3>YY,ŋ8tNsw#d@N P+1]v'L*u >죇ait Ѹ3IqJjV2 J6~&rdsyP24@鼟aWW^-,,GRռ9^ C&+fH0f~]xbbg~)4eʹrBjչ8C$%3.^-u~V*S_1CwzyDlxYy^VMBՔ>ž6OY{ZC(gznj[R mʐJm̕oLfuˤٶ  :CP) 5Eu`+F»#i"IxL#l?Թ~Q:ɓIG%,(m:?ui[lAf[{tk[#FM\ OSPV1\yGUBj5cjf9F`q4_zP Hg*!9ŀNwKxɦR#Ʃ:ckӔr̞UBD_{WvUvk-ie^bq!kv!0G1zz]diLdrvkj7GP)PwcR ,"\~E+{o4W n#ܘ@|s36<4%'/̫sv'./qc"Rg7*!'2{1[;`:D\?إUMY狓Re*2jB-+Pgɱ97i曘gSEdA]"F+9\>L~TT|H񅕘dט^nI$zǨ6 CR6[.K!@\HY9{ 0+9S|M9ĸY|rƸq3_i | ?Ń8+ 00" x*ko( =lP4M#}J:O)'g3ZN6ed c9 zµNp}R;Az%䬥&d? p/&3B_-:-wŮ?$-?XKS-W (U儡1B`c)./bsDKzfkO*@:0sе0D"Q,I:n]L='rqZMLx3D=o!0=pՖ<"92Y /)d4`u/Bn$nLң)Ƈ |e"/~Yٕr(]{Ͷ<'#/rkX.w& DAy R#Uy--׊T7ȿLy׸ % 8D $w碷ToUmp-P#5 >@H߈<d7~͸|:$dA+ ^x|C584D* lA$KkZ{9)z郂~p%ROfv'E8r7@xlnrK}(9) q]rOHWRs4B!@WR4!w.z4{ECU{M4ju˾MÑqu{BO'lk\1AN2-N– N\6=pd PE^w3М_-C-us[˲b"~kaJ•z*Yv*+!C\˲R[WH58>̶ECʋF-h9$[EDW"ZLݭҌ{W+:ƻ7XV m;VKo'E'$䋕 L5|؉Snv-\)wxk%΃]+9iY|Ky3D]}X+wks8Ep?f+iKA, Z]IOmY ]E#QMb&Xvcn4{{=;%!͢d#cnNBs'-aX ׵^]4(#=O]R/l I6z͛wymdvh-&GO2 -hWUb{f~+MPtq\~*kT5E#kRq8 9/CYoSܥʿvfv: 0ս̩Iِ[fآm#[;r#jՔ? ~Kx)e,ӊE211(~,0d'!q։<:.w0Ưw]%UnJ0#D7K&Ea`^d;ڍi )#Y73XAaӽjƾj6鋩ϙkHAR zp61Aݦ|,x#99Cx0N]T96_]JvY:/1Q"j\+_/[TfM-j& $r}rpR=l<u_lwf/:(|]@ MeD@Z5!ZA}s M>2ȧ¨n#_̓R+3)0& G2#"K"X]ulBUf%z\11ed*`p̋?K;YGU ~jG\/$$<6Z1;2+NJJD ؑY4*Ͻz#(.Tcsio[F69l%p$--Xs`I~ڝWw[p'aSȒ$n~ c!q2y:u%_x7%)f,FWjO p|gn+"hb) p'$L> WYy+i&{n&V9w ֛Ej+ >(G'RlrQ<@}gO< "tXRe7˟Pj  > \N*[j!cj͓`Z9h&ԫc5-cxDgh♼{X$7L˛_SG2fkuC 59N; zJ{hа!E^T(fb7lG/c*'Q=kZ\?UWo TF1I=L!͘N]1c "(Q 8PIN<[_?dļqjݨR(28iD)R{ {CWk&XdZ@hF? skWEn1r WT/PI%*3uJ㮀@}Y`2٘dMQ4@ۤas[gMucN`}`hy4b)v|}oEVƱ;g 2Z[u  17qSu 4 hP~aKΩZcTNO !g^>6"*lӋVd6Ըb"Ox p}v~ $e>js.@ǰ-7 !0E6(N(,ﱮOK<0zV y4%v a 5:{.*_t`+(E9+)cCM)Csii[eWxUD2Po+^߲eѿt' 5刭 6L4 p(UB? Dl)\%?hc#x|srWp{& Fp0_>Kq8 sc1cnV?iS@vK+8Ws)w|.i\;=p{hN hL:5 TY:{U%MF;c6ҿBVScsmbgaƏBԽz">,"JݼSޫ| +Q'.5+ ,ฦob9C~ÖN#=6cG83_XGul̑N]xWo$roL?,Z,wﲄ /ֺ) }%r5ww0 sq|W-O sQ-GqrQ s+C"aPq&1Vg-L:!j &Kx \ZAc<=5[gClIuO2LK̮QұJޣ#? [ڌODF `"4Bcl@ch$XB|tKj%&Uor efϟŎMP[V$ DĞ F(Ǵb:+"΅*~> hͯ%C[[qBxB;(QG~=d *DgQlEI B,·kܪQw. 9)^XKP2[=9{}fƩ$ f{"kpQJ~ h|v!cc"ϸwƯ *jNe)ǽ6|feT7W׆NW b5gq !^@\p$ y#иs c/`^"D"ٿM5 g= :'MWz8h B?F+x0kΦֿ T53bvhHJk%^>kj@b^Ӄnyy{v?b)ow 1qYd#@k&Y .^ǟ[P眞r$%|_U,Aj+睉(vR6t&V14u|2Y-ֶ̥7v VܪhFEX_FԨ/ ѤW^Ðm$v:>,Y_O/1 X?:vxyai0T\ʬ$S\.d,EBz:kr{h[aF٠ߥCۗN٥MXXMn'BP'nj%K{J#+LjCRU ]rqL0&? d-V)0]ŎFtHdkdnu36[ۼXQ`y/kRk{]L]OeT]qlkp_-#XҼ^R \dr:evE+HCOK*eo %c35.@Qj|]J+a4xQRskMã9s?6Wju/e ͏T4_ bM^fR1 Qd0q_iF naZ")<ϾĮ٩vdҚ6t¿ {%y{Czvq^=%|aTn$20أ-Pͳ F1cELmwCĤH}(g]S3٭Ұ?rExEw ^懺M̉L JƑ{@ot[t ڔYABwɾ`BNvC-B2GD#Eo*0Vt/#N2R# =4c9VWyHVzyCE)vXH,O( IsF w 9YƐ@%ġ#ưjMl災W[%Rw(|\.*.g裹YD k?Z,ڳ!|-tsqbj̎iswCEaDR4y+] -SP[ˉ"i\_ۙ΍.N3yf@B]wb|(W.BRtw܍kv'U$ed(`/|F+ dG[!l l)MV ڳnTm>A@wTa #ne #œ%Z{oeeϢΥ$\-5x 7[@ " d*93;B*d>m׍CÅCR %ܙLU[ s6+;7Bx]w/^hߙ^+O@4^ *&ik7|R/Q; jjjà չ$;KQWoDSž^2޳NGPyQ|[/҉Jtc߱z8%S_.d9iv*/&0di5:o<I C s"n{)fS<{qkߩt[3lo?!DM=_+rgEvc&N~'\vԁ <&N'v=OY6{ϳ\H7 UG0έ;:G^Qh_|=Q8KOupRe*<+,;~d)9%+ĩbS3aUGCz] @5eɫ5{ٛ Yߧ`zQDD|z&TĴD 5 '1 2+˿/g ):-:Ok+ԋXJc:kØT9TK( "ޭѻdHL~r"6y mQy>gs V 5Y.CAO5Z}H@G}*OAc8rohDE4pk&(̞u4c^EˢQ*RK!~ ?[I'N#Wh/7슸./#e5 f~wJIVj+w|*մmQK8ܮ8+qjޡϝ+qY|inCwj}&}'>fF"qQ` m j=dIzR善@akm'bfm<,1mR*>/6bEJ\7pX!f&tx;?=ͅ@*axuSQٿLS%2JFmBK;ujɽ~\_iN)] 8a_W,}l~Ϻ\[##۫Ob/㻂ճ=<[9|ځEC+Rss~g%A7r+ϓVH#?I3ȳ&QD~WvaT#ͧ0oy0ȴXSe? w3bQmld < t!ZA7tL=#W j*_&{f=W(6\o3@04%˖fr&st:K8>oR\"Qg.ïҼ0izF$A|o| @m{a4Ú/թ[G"4w' s ,{X,+}5_ .A+gIL$c:F/%8uPLE8.,\(="E 9dX<H:o+bV$žgհŷM˴A&o9SĺjD;LS%zR 5f2]R-⸷_>QIjLҐ| +v!NO߉^W@FN2sP7Әߚ !6TB֞U?0m_BY:[7jDUruOQE2ͦft7i3#8HӀ"" a?=l,jo4h4K*2a_rx I53gGa=!~kf&R:obG] ʕSMp4[\&ֺB2#C/ %{v݊<-G=V<)a1~B8u5ԷmVf좳9խڑz[*`:_p/F-ikG"mnG={5󁶙g`' ^2[V/ɐ4X YZ