libfreshclam2-0.103.5-3.35.1 >  A ap9|?PHWgT21/"7o0)\QfxeE.-|cWNޔ l8}ÌVǽj'&g K@u`n &jSj+<t|0WEm_ dQFJi\RNmD1O&gmgXƅEÅU4ē<*KP39x+/zYch$1|Y!:tW%&BW;SSƆv10dff327f8381034d6a9efe90b466cc0873e609be0f47d95eb9eb28be37ee1df7a47c1a907a6f46e0ca64f3b48503f6dbf46a580dap9|Y0<@b8${gDvs)3 JhAe"f+2Yl W&0[Np@? d  6 "8>HP T X `   (S8\6946: 6>@FGHIXY\ ](^Pb\cd~efluvw4x<yDzClibfreshclam20.103.53.35.1ClamAV updater libraryClamAV is an antivirus engine designed for detecting trojans, viruses, malware and other malicious threats.apsheep21NSUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/System/Librarieshttp://www.clamav.netlinuxx86_64Na 4G * obsoletes clamav-disable-timestamps.patch - Update to 0.103.1 * Added a new scan option to alert on broken media (graphics) file formats. This feature mitigates the risk of malformed media files intended to exploit vulnerabilities in other software. At present media validation exists for JPEG, TIFF, PNG, and GIF files. To enable this feature, set AlertBrokenMedia yes in clamd.conf, or use the --alert-broken-media option when using clamscan. These options are disabled by default in this patch release, but may be enabled in a subsequent release. Application developers may enable this scan option by enabling CL_SCAN_HEURISTIC_BROKEN_MEDIA for the heuristic scan option bit field. * Added CL_TYPE_TIFF, CL_TYPE_JPEG types to match GIF, PNG typing behavior. BMP and JPEG 2000 files will continue to detect as CL_TYPE_GRAPHICS because ClamAV does not yet have BMP or JPEG 2000 format checking capabilities. * Fixed PNG parser logic bugs that caused an excess of parsing errors and fixed a stack exhaustion issue affecting some systems when scanning PNG files. PNG file type detection was disabled via signature database update for ClamAV version 0.103.0 to mitigate the effects from these bugs. * Fixed an issue where PNG and GIF files no longer work with Target:5 graphics signatures if detected as CL_TYPE_PNG/GIF rather than as CL_TYPE_GRAPHICS. Target types now support up to 10 possible file types to make way for additional graphics types in future releases. * Fixed clamonacc's --fdpass option. - Interprocess file descriptor passing for clamonacc was broken since version 0.102.0 due to a bug introduced by the switch to curl for communicating with clamd. On Linux, passing file descriptors from one process to another is handled by the kernel, so we reverted clamonacc to use standard system calls for socket communication when fd passing is enabled. * Fixed a clamonacc stack corruption issue on some systems when using an older version of libcurl. * Allow clamscan and clamdscan scans to proceed even if the realpath lookup failed. This alleviates an issue on Windows scanning files hosted on file- systems that do not support the GetMappedFileNameW() API such as on ImDisk RAM-disks. * Fixed freshclam --on-update-execute=EXIT_1 temporary directory cleanup issue. * clamd's log output and VirusEvent now provide the scan target's file path instead of a file descriptor. The clamd socket API for submitting a scan by FD-passing doesn't include a file path, this feature works by looking up the file path by file descriptor. This feature works on Mac and Linux but is not yet implemented for other UNIX operating systems. FD-passing is not available for Windows. * Fixed an issue where freshclam database validation didn't work correctly when run in daemon mode on Linux/Unix.- Do not hard-depend on systemd: use systemd_ordering instead of systemd_requires.- Sync Factory to SLE-15 to implement jsc#ECO-3010 and bsc#1118459. - bsc#1119353, clamav-fips.patch: Fix freshclam crash in FIPS mode. - Keep OBS from installing an existing clamav instance to scan the sources, because this makes "make check" use the old library instead of the just built one. This is only a workaround until we found a way to keep libtool from adding libdir to rpath and LD_LIBRARY_PATH of the binaries in the testsuite.- Update to 0.103.0 * clamd can now reload the signature database without blocking scanning. This multi-threaded database reload improvement was made possible thanks to a community effort. - Non-blocking database reloads are now the default behavior. Some systems that are more constrained on RAM may need to disable non-blocking reloads as it will temporarily consume two times as much memory. We added a new clamd config option ConcurrentDatabaseReload, which may be set to no. * Dropped clamav-str-h.patch (no longer needed) * Fix clamav-milter.service (requires clamd.service to run)- Update to 0.102.4 * CVE-2020-3350: Fix a vulnerability wherein a malicious user could replace a scan target's directory with a symlink to another path to trick clamscan, clamdscan, or clamonacc into removing or moving a different file (eg. a critical system file). The issue would affect users that use the --move or --remove options for clamscan, clamdscan, and clamonacc. * CVE-2020-3327: Fix a vulnerability in the ARJ archive parsing module in ClamAV 0.102.3 that could cause a Denial-of-Service (DoS) condition. Improper bounds checking results in an out-of-bounds read which could cause a crash. The previous fix for this CVE in 0.102.3 was incomplete. This fix correctly resolves the issue. * CVE-2020-3481: Fix a vulnerability in the EGG archive module in ClamAV 0.102.0 - 0.102.3 could cause a Denial-of-Service (DoS) condition. Improper error handling may result in a crash due to a NULL pointer dereference. This vulnerability is mitigated for those using the official ClamAV signature databases because the file type signatures in daily.cvd will not enable the EGG archive parser in versions affected by the vulnerability.- Update to 0.102.3 * CVE-2020-3327: Fix a vulnerability in the ARJ archive parsing module in ClamAV 0.102.2 that could cause a Denial-of-Service (DoS) condition. Improper bounds checking of an unsigned variable results in an out-of-bounds read which causes a crash. * CVE-2020-3341: Fix a vulnerability in the PDF parsing module in ClamAV 0.101 - 0.102.2 that could cause a Denial-of-Service (DoS) condition. Improper size checking of a buffer used to initialize AES decryption routines results in an out-of-bounds read which may cause a crash. * Fix "Attempt to allocate 0 bytes" error when parsing some PDF documents. * Fix a couple of minor memory leaks. * Updated libclamunrar to UnRAR 5.9.2.- Drop python build dependency as it is not needed- update to 0.102.2 * CVE-2020-3123: A denial-of-service (DoS) condition may occur when using the optional credit card data-loss-prevention (DLP) feature. Improper bounds checking of an unsigned variable resulted in an out-of-bounds read, which causes a crash. * Significantly improved the scan speed of PDF files on Windows. * Re-applied a fix to alleviate file access issues when scanning RAR files in downstream projects that use libclamav where the scanning engine is operating in a low-privilege process. This bug was originally fixed in 0.101.2 and the fix was mistakenly omitted from 0.102.0. * Fixed an issue where freshclam failed to update if the database version downloaded is one version older than advertised. This situation may occur after a new database version is published. The issue affected users downloading the whole CVD database file. * Changed the default freshclam ReceiveTimeout setting to 0 (infinite). The ReceiveTimeout had caused needless database update failures for users with slower internet connections. * Correctly display the number of kilobytes (KiB) in progress bar and reduced the size of the progress bar to accommodate 80-character width terminals. * Fixed an issue where running freshclam manually causes a daemonized freshclam process to fail when it updates because the manual instance deletes the temporary download directory. The freshclam temporary files will now download to a unique directory created at the time of an update instead of using a hardcoded directory created/destroyed at the program start/exit. * Fix for freshclam's OnOutdatedExecute config option. * Fixes a memory leak in the error condition handling for the email parser. * Improved bound checking and error handling in ARJ archive parser. * Improved error handling in PDF parser. * Fix for memory leak in byte-compare signature handler.- The freshclam.service should not be started before the network is online (it checks for updates immediately upon service start)- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: Allow OBS to shortcut through the -mini flavors.- update to 0.102.1 * CVE-2019-15961, bsc#1157763: A Denial-of-Service (DoS) vulnerability may occur when scanning a specially crafted email file as a result of excessively long scan times. The issue is resolved by implementing several maximums in parsing MIME messages and by optimizing use of memory allocation. * Build system fixes to build clamav-milter, to correctly link with libxml2 when detected, and to correctly detect fanotify for on-access scanning feature support. * Signature load time is significantly reduced by changing to a more efficient algorithm for loading signature patterns and allocating the AC trie. Patch courtesy of Alberto Wu. * Introduced a new configure option to statically link libjson-c with libclamav. Static linking with libjson is highly recommended to prevent crashes in applications that use libclamav alongside another JSON parsing library. * Null-dereference fix in email parser when using the - -gen-json metadata option. * Fixes for Authenticode parsing and certificate signature (.crb database) bugs. - dropped clamav-fix_building_milter.patch (upstreamed)- update to 0.102.0 * The On-Access Scanning feature has been migrated out of clamd and into a brand new utility named clamonacc. This utility is similar to clamdscan and clamav-milter in that it acts as a client to clamd. This separation from clamd means that clamd no longer needs to run with root privileges while scanning potentially malicious files. Instead, clamd may drop privileges to run under an account that does not have super-user. In addition to improving the security posture of running clamd with On-Access enabled, this update fixed a few outstanding defects: - On-Access scanning for created and moved files (Extra-Scanning) is fixed. - VirusEvent for On-Access scans is fixed. - With clamonacc, it is now possible to copy, move, or remove a file if the scan triggered an alert, just like with clamdscan. * The freshclam database update utility has undergone a significant update. This includes: - Added support for HTTPS. - Support for database mirrors hosted on ports other than 80. - Removal of the mirror management feature (mirrors.dat). - An all new libfreshclam library API. - created new subpackage libfreshclam2 - dropped clamav-max_patch.patch (upstreamed) - added clamav-fix_building_milter.patch to fix build of milter- bsc#1151839: Increase the startup timeout of clamd to 5 minutes to cater for the grown virus database as a workaround until clamd has learned to talk to systemd to extend the timeout as long as needed.- update to 0.101.4: * CVE-2019-12900: An out of bounds write in the NSIS bzip2 (boo#1149458) * CVE-2019-12625: Introduce a configurable time limit to mitigate zip bomb vulnerability completely. Default is 2 minutes, configurable useing the clamscan --max-scantime and for clamd using the MaxScanTime config option (boo#1144504)- Update to version 0.101.3: * bsc#1144504: ZIP bomb causes extreme CPU spikes- Update to version 0.101.2 (bsc#1130721) * CVE-2019-1787: An out-of-bounds heap read condition may occur when scanning PDF documents. The defect is a failure to correctly keep track of the number of bytes remaining in a buffer when indexing file data. * CVE-2019-1789: An out-of-bounds heap read condition may occur when scanning PE files (i.e. Windows EXE and DLL files) that have been packed using Aspack as a result of inadequate bound-checking. * CVE-2019-1788: An out-of-bounds heap write condition may occur when scanning OLE2 files such as Microsoft Office 97-2003 documents. The invalid write happens when an invalid pointer is mistakenly used to initialize a 32bit integer to zero. This is likely to crash the application. * CVE-2019-1786: An out-of-bounds heap read condition may occur when scanning malformed PDF documents as a result of improper bounds-checking. * CVE-2019-1785: A path-traversal write condition may occur as a result of improper input validation when scanning RAR archives. * CVE-2019-1798: A use-after-free condition may occur as a result of improper error handling when scanning nested RAR archives. - added clamav-max_patch.patch to fix build - dropped clamav-freshclam-exit.patch- Update to version 0.101.1: * Add missing headers to fix build of packages against libclamav. - Add missing include for str.h to libclamav/others_common.c (clamav-str-h.patch)- Update to version 0.100.2: * bsc#1110723, CVE-2018-15378: Vulnerability in ClamAV's MEW unpacking feature that could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device. * bsc#1103040, CVE-2018-14680, CVE-2018-14681, CVE-2018-14682: more fixes for embedded libmspack. * Make freshclam more robust against lagging signature mirrors. * On-Access "Extra Scanning", an opt-in minor feature of OnAccess scanning on Linux systems, has been disabled due to a known issue with resource cleanup OnAccessExtraScanning will be re-enabled in a future release when the issue is resolved. In the mean-time, users who enabled the feature in clamd.conf will see a warning informing them that the feature is not active. For details, see: https://bugzilla.clamav.net/show_bug.cgi?id=12048 - Restore exit code compatibility of freshclam with versions before 0.100.0 when the virus database is already up to date (bsc#1104457, clamav-freshclam-exit.patch).- bsc#1101654: Disable YARA support for licensing reasons (clamav-disable-yara.patch). - Do not ignore errors from useradd et al. - Unclutter the spec file.- Update dendencies (pcre2, libjson-c and systemd) - Modernise spec file with spec-cleaner- fix library-without-ldconfig warnings on libclammspack- Update to version 0.100.1 * CVE-2018-0360: HWP integer overflow, infinite loop vulnerability (bsc#1101410) * CVE-2018-0361: PDF object length check, unreasonably long time to parse relatively small file (bsc#1101412) * Buffer over-read in unRAR code due to missing max value checks in table initialization * Libmspack heap buffer over-read in CHM parser * PDF parser bugs * Add HTTPS support for clamsubmit * Fix for DNS resolution for users on IPv4-only machines where IPv6 is not available or is link-local only- Update to version 0.100.0 (bsc#1089502): * Add interfaces to the Prelude SIEM open source package for collecting ClamAV virus events. * Support libmspack internal code or as a shared object library. The internal library is the default and includes modifications to enable parsing of CAB files that do not entirely adhere to the CAB file format. * Link with OpenSSL 1.1.0. * Deprecate of the AllowSupplementaryGroups parameter statement in clamd, clamav-milter, and freshclam. Use of supplementary is now in effect by default. * Deprecate internal LLVM code support. * Compute and check PE import table hash (a.k.a. "imphash") signatures. * Support file property collection and analysis for MHTML files. * Raw scanning of PostScript files. * Fix clamsubmit to use the new virus and false positive submission web interface. * Optionally, flag files with the virus "Heuristic.Limits.Exceeded" when size limitations are exceeded. * Improved decoders for PDF files. * Reduced number of compile time warnings. * Improved support for C++11. * Improved detection of system installed libraries. * Fixes to ClamAV's Container system and the introduction of Intermediates for more descriptive signatures. * Improvements to clamd's On-Access scanning capabilities for Linux. * Obsoletes clamav-fix_newer_zlib.patch - Update key ring and add signature file. - Turn off LLVM for now, because the bundled copy is deprecated, the versions we have are too new and the performance gain over the byte code interpreter are negligable, according to upstream. - Move pkgconfig stuff from main to devel package. - Re-introduce removed options as deprecated, so that clamd and freshclam don't exit on startup with an old config file (clamav-obsolete-config.patch). - Put libclammspack0 into its own subpackage to follow the letter of the shlib packaging policy, even though it really makes no sense here.- Update to security release 0.99.4 (bsc#1083915): * CVE-2012-6706 * CVE-2017-6419 * CVE-2017-11423 * CVE-2018-1000085 (bsc#1082858) * CVE-2018-0202 - Obsolete patches: * clamav-CVE-2012-6706.patch * clamav-gcc47.patch- bsc#1045490, CVE-2012-6706: VMSF_DELTA filter in libclamunrar allows arbitrary memory write (clamav-CVE-2012-6706.patch). - Buildrequire curl-devel to enable clamsubmit.- bsc=983938 `After=syslog.target` left-overs in several unit files- Update to security release 0.99.3 (bsc#1077732) * CVE-2017-12376 (ClamAV Buffer Overflow in handle_pdfname Vulnerability) * CVE-2017-12377 (ClamAV Mew Packet Heap Overflow Vulnerability) * CVE-2017-12379 (ClamAV Buffer Overflow in messageAddArgument Vulnerability) - these vulnerabilities could have allowed an unauthenticated, remote attacker to cause a denial of service (DoS) condition or potentially execute arbitrary code on an affected device. * CVE-2017-12374 (ClamAV use-after-free Vulnerabilities) * CVE-2017-12375 (ClamAV Buffer Overflow Vulnerability) * CVE-2017-12378 (ClamAV Buffer Over Read Vulnerability) * CVE-2017-12380 (ClamAV Null Dereference Vulnerability) - these vulnerabilities could have allowed an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device. * CVE-2017-6420 (bsc#1052448) - this vulnerability allowed remote attackers to cause a denial of service (use-after-free) via a crafted PE file with WWPack compression. * CVE-2017-6419 (bsc#1052449) - ClamAV allowed remote attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted CHM file. * CVE-2017-11423 (bsc#1049423) - The cabd_read_string function in mspack/cabd.c in libmspack 0.5alpha allowed remote attackers to cause a denial of service (stack-based buffer over-read and application crash) via a crafted CAB file. * CVE-2017-6418 (bsc#1052466) - ClamAV 0.99.2 allowed remote attackers to cause a denial of service (out-of-bounds read) via a crafted e-mail message. - drop clamav-0.99.2-openssl-1.1.patch (upstream)- clamav-0.99.2-openssl-1.1.patch: fixed build against openssl 1.1- Implement shared library guideline.- Add clamav-fix_newer_zlib.patch from ubuntu packages to fix build with zlib 1.2.11 (boo#1041201)- pass --disable-zlib-vcheck to fix build in factory- provide and obsolete clamav-nodb to trigger it's removal in Leap bsc#1040662- Add enable-timestamps option to disable time dependent macros if passed to configure. (bsc#1001154, clamav-disable-timestamps.patch)- boo#991812: Remove obsolete dependency on latex2html-pngicons.- Trim useless words from description and fix spellos. Test for user/group existence before adding and always show errors when they occur.- Added BuildRequires systemd-rpm-macros - Added %ghost entry for /run/clamav - Use /run instead of /var/run because it is a symlink nowadays (clamav-tmpfiles.conf)- Update to version 0.99.2 (bsc#978459) * 7z: fix for FolderStartPackStreamIndex array index heck * print all CDBNAME entries for a zip file when using the -z flag. * try to minimize the err cleanup path * clamunrar: notice if unpacking comment failed * signature manual update. * use temp var for realloc to prevent pointer loss. * fix debug VI hex truncation * freshclam: avoid random data in mirrors.dat. * libclamav: print raw certificate metadata * freshclam manager check return code of strdup. * additional suppress IP notification when using proxy * fix download and verification of *.cld through PrivateMirrors * suppress IP notification when using proxy * remove redundant mempool assignment * divide out dumpcerts output for better readability * fix dconf and option handling for nocert and dumpcert * patch by Jim Morris to increase clamd's soft file descriptor to its potential maximum on 64-bit systems * Move libfreshclam config to m4/reorganization. * adding libfreshclam * Add 'cdb' datafile to sigtools list of datafile types. * NULL pointer check. * malloc() NULL pointer check. * clamscan 'block-macros' option. * initialize cpio name buffer * initialize mspack decompression buffers * prevent memory allocations on used pointers (folder objects) * prevent memory allocations on used pointers (boolvectors) * initialize ARJ metadata structures * change cli_malloc with cli_calloc * check packSizes prior to dereference * fixed inconsistent folder state on failure * pre-check on (*unpackSizes) dereference * fix on pre-checks on dereferenced array * pre-checks on dereferenced array size values (not =0) * adding sanity checks to 7z header parsing * fixed mew source read issue * documentation update on targets * filetype consistency * move llvm option flag handling to new m4 file * hwp5.x: fix for streams without names - bsc#958451: Remove updateclamconf, because it breaks configurations that have multiple occurances of the same keyword. Henceforth the configuration files have to be merged manually, if a ClamAV update adds or removs options.- Change default C++ std to -std=gnu++98.- Update to version 0.99.1 * hwp5.x: fix for streams without names * libclamav: yara: avoid unaliged access to 64bit variable * patch by Mark Allan to add show-progress option to freshclam. * added 'CustomXML' as trigger for likely OOXML * ClamAV 0.99.1 beta1 release. * add scanning options for scanning xml-based documents (MSXML, OOXML, HWPML) and HWP3 * add dconfs for XDP, MBR, GPT, APM, OOXML, MSXML, and HWP formats * hwp: scan decompressed data on limits exceeded * Fix for signature name length<3 in .ign & .ign2 CVD files. * Change RTF file magic from '{\rtf' to '{\rt' * zeroing out buffer at allocation to avoid writing uninitialized bytes to a file * adding check for compressed input stream * clean up and boost accuracy to detecting OOXML documents * Fix crash when using pcre statistics due to inconsistent memory management function calls * adding check to verify a valid number of rounds for rijndael aes encryption/decryption * fixing edge case revealed by unit testing * let html be scanned raw when --scan-html=no is in effect. * fix crash due to memory overlay with crafted 7z files. * fixing off by one OOB write in htmlnorm * fixing autoit OOB bufferread * sigtool: adding support for decoding cdb sigs * fix embedded http links. * fix regression crash on sid 1005597703 due to uninitialzed (i.e., garbage initialized) structure. * corrects mso stream prefix value for big endian processors. * ooxml_hwp: add support for filetyping and preclassification * hwpole2: new filetype and handler for hwp embedded ole2 files * fixing possible oob dereference when parsing mbox files * adding explicit wwunpack oob checks * fixing edge case where a null terminator was unintentionally written into an adjacent buffer. * hwpml: use msxml_parser callback scanner for binary data * msxml_parser: add callback-based scanning mechanism * HWPML: added hwpml_keys for hwpml parsing * add HMPML filetype, tab fixes in filetype.c * Hwp3.x: inflate compressed segment and offset tracking * Hwp3.x file header parsing and preclass * pcre: fixed minimum pcre version check * fix detection of libcheck without pkg-config file * add HWP5 filetype tracking to preclassification * add HWP 3.x internal filetypes * add hwp5 contents to preclass set * proper identification of HWP file format * strengthen file typing for OOXML. * normalization of whitelist signatures * github issue #9 - wrong length & offset.- now can handle regexp using signatures using pcre bsc#960237- Version 0.99 fixes bsc#957728.- Update to version 0.99 * Processing of YARA rules(some limitations- see signatures.pdf). * Support in ClamAV logical signatures for many of the features added for YARA, such as Perl Compatible Regular Expressions, alternate strings, and YARA string attributes. See signatures.pdf for full details. * New and improved on-access scanning for Linux. See the recent blog post and clamdoc.pdf for details on the new on-access capabilities. * A new ClamAV API callback function that is invoked when a virus is found. This is intended primarily for applications running in all-match mode. Any applications using all-match mode must use the new callback function to record and report detected viruses. * Configurable default password list to attempt zip file decryption. * TIFF file support. * Upgrade Windows pthread library to 2.9.1. * A new signature target type for designating signatures to run against files with unknown file types. * Improved fidelity of the "data loss prevention" heuristic algorithm. Code supplied by Bill Parker. * Support for LZMA decompression within Adobe Flash files. * Support for MSO attachments within Microsoft Office 2003 XML files. * A new sigtool option(--ascii-normalize) allowing signature authors to more easily generate normalized versions of ascii files. * Windows installation directories changed from \Program Files\Sourcefire\ ClamAV to \Program Files\ClamAV or \Program Files\ClamAV-x64. - Refactor a little the specfile; remove some obsolete conditional macros, as clamav doesn't build for SLE11 anyway - Remove clamav-sles9.patch; sles9 is not supported for a while- Make clamd and clamav-milter services depend on freshclam as they need it- Version 0.98.7 fixes several security issues (bsc#929192) and other bug fixes/improvements: * Fix crash in upx decoder with crafted file. Discovered and patch supplied by Sebastian Andrzej Siewior. CVE-2015-2170. * Fix infinite loop condition on crafted y0da cryptor file. Identified and patch suggested by Sebastian Andrzej Siewior. CVE-2015-2221. * Fix crash on crafted petite packed file. Reported and patch supplied by Sebastian Andrzej Siewior. CVE-2015-2222. * Fix an infinite loop condition on a crafted "xz" archive file. This was reported by Dimitri Kirchner and Goulven Guiheux. CVE-2015-2668. * Apply upstream patch for possible heap overflow in Henry Spencer's regex library. CVE-2015-2305. * Fix false negatives on files within iso9660 containers. This issue was reported by Minzhuan Gong. * Fix a couple crashes on crafted upack packed file. Identified and patches supplied by Sebastian Andrzej Siewior. * Fix a crash during algorithmic detection on crafted PE file. Identified and patch supplied by Sebastian Andrzej Siewior. * Fix compilation error after ./configure --disable-pthreads. Reported and fix suggested by John E. Krokes. * Fix segfault scanning certain HTML files. Reported with sample by Kai Risku. * Improve detections within xar/pkg files. * Improvements to PDF processing: decryption, escape sequence handling, and file property collection. * Scanning/analysis of additional Microsoft Office 2003 XML format.- Version 0.98.6 fixes several security issues: * bsc#916217, CVE-2015-1461: Remote attackers can have unspecified impact via Yoda's crypter or mew packer files. * bsc#916214, CVE-2015-1462: Unspecified impact via acrafted upx packer file. * bsc#916215, CVE-2015-1463: Remote attackers can cause a denial of service via a crafted petite packer file. * bsc#915512, CVE-2014-9328: heap out of bounds condition with crafted upack packer files. - Obsoletes clamav-soname.patch- Don't need sendmail for building clamav-milter anymore, sendmail-devel is enough (bnc#915414).- bnc#914505: Config file merging and temp file creation got moved to %pre by mistake. Put them back to %post. - Restore the updateclamconf script (bnc#908731). - Fix a step backwards in the soname version from 0.98.4 to 0.98.5 (https://bugzilla.clamav.net/show_bug.cgi?id=11193, clamav-soname.patch).- build with PIE- Version 0.98.5: * Support for the XDP file format and extracting, decoding, and scanning PDF files within XDP files. * Addition of shared library support for LLVM versions 3.1 - 3.5 for the purpose of just-in-time(JIT) compilation of ClamAV bytecode signatures. * Enhancements to the clambc command line utility to assist ClamAV bytecode signature authors by providing introspection into compiled bytecode programs. * Resolution of many of the warning messages from ClamAV compilation. * Improved detection of malicious PE files. * Security fix for ClamAV crash when using 'clamscan -a'. * Security fix for ClamAV crash when scanning maliciously crafted yoda's crypter files (bnc#906077, CVE-2013-6497). * ClamAV 0.98.5 now works with OpenSSL in FIPS compliant mode (bnc#904207). * Fix server socket setup code in clamd (bnc#903489). - Change updateclamconf to prefer the state of the old config file even for commented-out options (bnc#903719).- fix bashism in pre script/sbin/ldconfig/sbin/ldconfigsheep21 16425227360.103.5-3.35.10.103.5-3.35.1libfreshclam.so.2libfreshclam.so.2.0.1/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:22448/SUSE_SLE-15_Update/ca89a56a5cf800de0d859e1557a38812-clamav.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a782538555ead01f448eb0452e44b7189b409db2, strippedPPPRRRRRR RRRRRRR R R RRRR RRRREHACutf-8eed2f20bcc4986cbf9f5488d817d148ed59b9aee9d7238bad36e9fc31b665c9c?7zXZ !t/J] cr$x#E} G[3m8;t\){>.Ժ>^7+lYl%}8c=4)P}{/_+?P:PDdjKA~K*Sk 6ǝ$\LZ݃D( ׀ϖ;^X<_0 DaL fe _u6lح:Q j[ݙ̇+KH62t0x4لX\{: *hՇ; /'햼xmu~ ԨL@0`\ dT>@ڔhӢaΏ_{k/.Ajf9~D _5>V<(tZ%CJyP 0OgyQӽv8IxW/ؼ|"3FI׹:S8%.n-prtg?B$2\T4nJ 1T@ Esg-K3yQP׈Bz94FgQYS)J O$sqv`jjdu,8-8Pa|52M rU91hFw?׉ȐU(fuskcj.DT'XO* qw; 3{?a'/tx7͒@(E;fֱŝœGw9'@ly^a E9U3%D3ۖjr"H"O04?|uDkw6vָӌ%7}}WtU@BaKO2"Y^/+kT/Cͯ{^, JevzJ?+lɒfHaakBhY)AiZUH6ڤ  13IpB!7~)ry{hHMXgV4֜BkɀvfN<6+0АxnC[ey`8rE|(vS]/>UIUɬd]:kvB=X|œ@KvYAЮbKi愅hy|wDY6 CݤSP׹%#)DoM䙎0# y'茢mL z\>~}#;y|@u0 JjxQzXwiſO *K Sdzb]⸇8#[oE^h#:$sրJDi듚an{ݭ_4wInj&< B5PGJu$F$B@!([`j3y~rʏ X VtCp=xfŽӇ9r˓Q%ISue[ ~H 功qzөp*/^yL? b6D.h7x O7# 6-Uqɱz^WWd6/4mEnFH~ K:5 ]s)œ4n%]}n @%M6`<4X{gh~1:Pg[ ;92Mqrt>Uf1[*DpJi s("@j]sz/ 6G`__jnla"f`"ד^"ȡf9jC!ɴ.:q[HAJ_j_w[D;PB%nE)#W[{Y }ՠPA2eڛeF' x~}"jO~`oS10Rm~N@}?Fv?us^(1Rn&1v)oRˋf):/ \MJ+bg7(˞ +8n S O_Ⱥ#m5 S&t@F)МzJn?`Wgqe.ךXcMb:X;, ?e"C[7/.G0*qٲMWuXV-y-X-A`ؗh1_松Ngt=pJU]2y[~~X"5kFzcc؏}k3E"EM/-ᯝ\1<>އ"$༇*w'KC˵(mt J7sC%Ҵ#vΪMFQО:9;;9U2HDRpXV{ætcIݢk(YɰJ: pWBǓ>ȡZ8R hJr2B<$lF :g>XE#Dr%?݄-+8v׬ӿ|0D]YHbn,Q(49}&bF`|-I jг).Os\&lA9 Q 6 "'ŰQ̴ƓBN&}l3unjE? \֩r)<ƅK4DQԸԁD  :0{G8bem˸-OnXu $세rpGTZ.شۙ=\X2gVx o\W*-,=KF\l},b^}ty ѣ#YJ0(#/ۖk<ӭ? fɥ}BW V{M67ҷ Yp~􀓤DU;29~= ?Cruc'd&xz? `+ș<ԿA3Ř j1`&x-)zخ~#J*12cN2m;u5gF]&~MHB*ʻv|PQZʗwf fT6T# o}Z1GX`cA|,/4~rJR q| ή [w/"Qp?PϏ߲y1li72~kE $y_(83 ӲRj|J1DIi$Ɖ8vCLw"WM.|xenHf8'O>ŧj-¨)ЧВ0w7LB>.9=5Zz+C HB,)+"J?kgn0tDBܣ*R?T9D3 N؉LɸNk@;*c^~@ms0OIm?h\?{6adYw Ԓ%s~!Q_G;`oV,FyM$G老wP=R%ط&pX1ճ,|vbkwk$_,`-9w#ANdy_R *W7?8sʜѝ$PRu>&T;Ʃ4҆0}]Jקw3TϴMF9"6hq:>1\ К_v}mH??b;ءx&[JT%3, \|cW[k)IW: Zj͜I ;Y)U#-VY" Z%x+,tVSQpim <6Yds@omqHhQMKR">U~= a&'IL-m @(#ؙ4mRÏW6~`Ѥ M+ Ͱ) ęWvN ^3޵>L"Wn?tf2W}O T!|4-O-_<'A o롱ǤY'PU O k1mIv'L3³X"A΃i\%x84(Ӂ1P +$F* #kYJ;#Վ _@s_;o|h*yk;ܓKPgNfKH1Adv+O3t @dVQU\_RyZ.m޽.B$H; 'DD)05c ,`vsrGnv<6h;:C!Ty&*U"Wld}[ՙ-%T8ي`K;F[>?qtau9t7bBu2V̇s=K@NR9ԃɬ޶y$G5IU'pL@-S.nL$3 ㌡Grd<>pzneB1:5%p,9!ETFݸOXQP}  O}ğ۟EH*"FGFC-z$(#cRO%5g~ky`+pyyyDT9pLlY$:gc/x<ɓȟGG+c7E6 ek+Me?P$`(LD"!g:r cKձkթw"L_U>HhG|d YE;Z: 7ڪ'~sδefxQF uH3jOIN2TDIh I3G0H%Q(̠\W 4ؾyd|Hp MH.\i~=D04.wsJK`s &" +iܸ6sxY2DΞp6e,Vy|-q^]?h.ǁn:L/n0 ky^&SvmCr||+Ym.6S=^n EC@VV ϩ,ۑMbwo:i8aR1I/ $緱.!cxTmʨ3 UKʣ>/tu3-wcNn>'$`+ ~ M u <: hU_+Tm^m {hCh'#hG?\TDP}!UK/2 Vds i߅#<9?vRWj,"EӍ[L,*TI-C2_Mrb>GY,@t-;ØRW|Ö7H0ꍠmȌ]^,4f r$MaXtq=t.玸|x|_GlT(T@tt"\߄lhT6~l:PRJ[s_tTq!d% qn)Ȩ3"`m0zZ?b [^RlX,\+Hf3PzzFUfqNKǗO7\~_ *C_-[Q?isKeG3Hp,-%Uη_H́؁7܂fGL0MLt(} zYDu|"c6Rk6F(MY.2NZ~2[J>Nt^z0AR"d21׽)8h`iX,oG "B01iR+fe^% qҝ¬޷R8lkit 9٬+GioaekxH8#bLVST/iUj8KC@z38%&Ȩ|Nx2@5T)x@B^m:=xbs#!$ײJn:^WūpY{ 鉶i.J/`%@1HlQ. $~cY/LRezlhwthYޟcR [jsn5[Tѷm&P_IU&b`&yO.0@pk3q gA6Vy>ʱ gE|*9޾U Yƛ^8c1S] ۅvn*νYgY:2o72}HM@J- Բjg}+-V$#,渠hL O?JeVu P%yz P "vw(…Ad5H qJMs^' 3t%ݔR%FO*n+bCKἑAA?KnD0!~Ds˼ P, F\\h3zgsa1)idoކt+?э' .f='*@YEPiv5$Rڸ>StI8,3~Ңsv07;^ 4GcMI*\Rʙ$ pE9$_":/z2XPY-xg[Zz[/3O&d,r7n%cK[f!{2d /_|b'= +ɸ75mBH'Uit\9Vq0yX̽!SH)k9wFz-PTSe 8"1;6)"{Q_vAo[k9Gg5Sʀ C&nEF\qZ8dyAa!EZ&`UR>^4w]1ҟt;#@htӫPڈ rvՇ鏇NERA"a1c`+Aգnl WdVVd,5+3zQ;8@L1rN$]|W&Em0OnbJ&\*G0l)_^EuSn$E&RpzЇ|^GGH |mI/}s p D>q_!a_oI*6Te_mͭUvU#tJ"bW2Lf\&i$T&u  bH /T3g1a|ܵˮzKB`w`)!Ԡ7^{onFdc&߸ݥx@kJ'S&צR,ѭ FI'J1)*5so?"7%K JHOL%9ھbv$ b+iSex@gLkiA~rOkԃA':H.fpe?yx2K@XYk"H33Oe4!+L9hƂ8(Χ(A(ߢr!%;F |5^ǎc=ss@lBœ{gH80`DrePݥs̖jHtzXTu,) V02" ȴwnHMʈ$-۴{/WX& (!vT:VH`$V 6wC7_t?QΈSZp3xg7ȽB p/Zə+r^M="ـ"k0;mYEe!`UB^7BPW٫$>ZۈtןbtcOgQ0[NhF&0F|v~`_z_a~C_E`Qy:kR1ܤ:?:l&+V}7 keӗ!o>KH|@JwmC޸Z,vsį{ }Z\j#{rMH5=&DrKEy_c|:wHGRd0 ˜)`?Q޴g>,Yԥ*e  # 0 T#l4Y7Q  | ;}"FO]~  6?-k2kd*%LdwE~xϷL՟!Z?`Q|Q#VX1}3|e,I8}C@`5iLۿ 䏲"$)er197}VƐbu4v_[^Y$fvO^߷u*=c;%ek%Îܧ9~x?d[ѓzj/G"'Wi!OWBqeMΒcM6m7sE)[xhE4 ozӝqmpm #ڟ"(OZm :,艪h#t ~֎Syy}^r&DofiU@O D4qs -YxԩG;45_,fwc)L%F#;rUO'm:08õvV/@5JMMጳM 9ȱWDI^ʦ[" &bK6טL^ChoqtdRXsT{/r LځJLO+&MkYܳGm ۨbufg4`W20\fFZi/?: -ak1X3 O't$ yp]ʾG>)O su(S=TA|pO_(r,29j#f]Wd&ƾ$^j;,gz]%dQϱSE6hί;_x)ZKui)E}[3q8bY(E9|achܰ(<`Gby:q*/kmYυ֯I! }m%Ds2?"яxI*kY0;-W+':athl3o][kÐi/{S'T 5js'NBI~?5J0Kip+lWNۑsgaIVP!]]5(ų;b `I E2N-{b*g7wN)@ -Cщ*sH3+ϵcr-y4 ̐Cjl΢ͷ]a% U,_Vx0#҃,IE08 2GкMmTQhݞV&"d}eGg/ |c!ENGC#Ћ$} RW݆|ք/LzOxfcj4`<[g{ kŲI.#|s aR!փ$K`-,r6.J' Q S A]`Kh y%pBEBc`NkEAl^R+oma׹'ܡB7|?YFYv*P)-xuŹd462b9)yނS33I$v .$"OmBŠ iZw_,"Y>I)/q,i$u;SuVuJv-.MXa*E4Ngra\tmT,W\FJ)WŮZʌW!h nr~#j}jG T#ggGiݿYN\"ݝEh.Pai"|$4{H!&&dny`)]Eq 褁;AT"W٠!y 2{Cz9@\ m$rN[x"%: S!ҏxB92`Ϙs "- n,n!')F*^Imɱ=^e+>b Bq}Z3zۘ "M]AerM:W;>("QFu T%5! ^o9J38ځ?p_sv#3E dLSmLյ,~ul_4{jVKFpmItm6;d1 Ghsҹ"y-J(ɽ רωRB~qGrS!o}4a(AMS̐ʝ֋.ۉ0ӯn"B'Bm/AZE 0 :Ɍ=R5I${ $%.Z\i_E MY<Y+ +&l2] zX'Ay3|~J=<!*N%6ROi"0+漹NKT+61hSd+QX~G r4e_%]N ]qW5jrwDx˶&^?y-6r3vázm;K+`7:y:^йyVzvS_cwLnO7̥n(y<&x +v]1Lxtŝ'OהRW\G`6D? 76fvSos0腞L pX9 HG]8rzhH,dUB>>qYN nU܎t _h^C#wU*lg~/ǕLA&gbA[Y8 -UpoG"fڷg{_XV-x>j2- ~3pGAS .\ثJbOL?յv0\m!  b-k)Į\rї ޳1Mo&@Nd񒢯q]IH?6~&ǠY'PZ>z7^rb_V||ɀ; 'DE8ɑLYHeF_ջj g[88sK!)1e -sv~&3fd7)K6Z71:x.t=*FN=)1L~gQV[\tu" ^C7ڼ:X+Mg*gdroGE>]O'3ۓ)7:wu.j98Szz 97$O#k #上Ԁ;a:Cћr.W1(Hk =2v2SEL y>P0u-jj^Fk-kql4^b{`^}_HЯ{5zܶ7=١ gED !z`s^^G-*b:LT.j .O^C boZ?E*J>W3?aR-[j?#'}Š\jʦ74hZF>У'i3XyQHg,Sd g6qPNji$AH7/ѫC0ӹTPo۔"@X3}|y\:# B֫yA`phreT6GH| a-vX> 5W[B3MG<q# wzA(T>z҆Y8 hKiF Pmcd [L-nzpwC/~XFUsܙusa&4tll#} |OP~rh Εpс ϯFI<4|2ı|f^|b^-|jG s+n͛ 7OKpIӬ\I +׵EncB_WѾq:Z"z E ] 9P g8UۦZAIFWo>[qXSߵaW{b N}y4nMy /RZJQjhSpp `۞S$?l-p [ǂ?R LUJ'J ]<%dc0𤧝+ff4r'h˫OQ'y.+gCnI.?P%y cnҌ3 bHVcE+ӥ'Tf=)?W}oZZgycCgJQݼg[8<Kw8n `4P%0,f#J~PSe^\5Sm+|H9._Mb{ !) Vd ~'TnzӬ02y?g\# ŘF1WAaa'pGUm!9/G7A-a{VT@tP`A?"ݜdT\Q0VjFL0dŭjyM[ ~lxE=wN0,jpK2RC9wewB%衰!J;Ud zLo3IWt~c}'&&cB)q"CÁ>&x9\h0˔:j[SybC :VXRmK'|$qPOL\o0CnS[)Z(  _N :-? L#Kl}}Pd4`e$~>w6YN DZ̅š\60И .A;5x)q x}>Pͨϣ˚Tz- 䋝*'( ҳ!CG!c=6CA1l˙C)3gy̾5-;VzZў8o,ZBqhw\I6c}{0&! q坁{Dm~ZJU e&rI2݆|%nyĝgԚۉGJ3/ MAzf2@*\y/V{]RK;Sɍ$C*P 3YQPgTP&7\s!|or:zHYW[08>TsCqeT(e6^:oqY/-Mz9V1ɷR=nw0W(Tt喒,D%[:J[!sOi\'=9&MC|>cz^=zK9IgmqȪxqcC(6N K7`6R믶7B'>@W-CguTUUF||dQqxұ04!̕V9aJjXRFJZ&ǨejEtɞ@3:5AÈDE}'JL9r`/yuֶ`ESi'53YԒ/N&?+ȉ)ybLtM#Fiƅ0a.[UX|VK5_m4G T!,4Fv{w8Ze7w[钰[A]5G9<9i:,k#l-$ňՋFٮ& F)qǮ& ̾)jԪuy|!t~ FK} Dt8N˙ jB^Th&X㴣G@XNQz8tb>MjE,:JL.H{] ׃ǟwlV,D_lP^b Ok@*uXMawЋ%v_.Z^)xկ% N=A[z q_@]PI*jiN*CWQV[ے;iɱ-#>}kUIβq2B4:hm/U5pեPcX.y ھ}q ?yCwB;ҏ˭䒟 q%E Nr  bψ#SM^uJ1!q,H|w%zw쐑`T$PS`b9Q(V{;\-*Jh2G2:)%qvj#E"$~鱒4P@^ )2oķJ-%8@3,$0~6 re4%U__M|q6w_w?'b/\6|JTUp];5Im쯓:<4:k5tV>LȑŎ9 -4Jz+)*Cb0'@k4@S-_PÉ/cUs4HtRCᄒs[9ņyga6bzWP܌tS(BO8$6ؾy|Jh"prq1`n y8zSfúek7g~W[J~-&$1FkWdj^*InZz⡮ D(ǸfQ5&k I:xuZH#!tE}XQp ̈sH!Cd0%!ۚ |S0b0˜`_/>,E\7V gR΂Q޼Sd+#تE Te7"ű_صwMPۆaȨsʸiF6鈯ROOTAPzXa6LSwe*HAxTRhRIW.nuT ;woV8;*߻O4)^$T<(H$>r$X(1oܡdl!`{A0 A64E3_4>VIN0@2Bw2TvHqqsz\#kk( $Gb +@AHUͬFaDd>;*~@ěm䄃T#|w_|*k Nn_뻾}T ^rzI]U5 ?nØ>; 12o9C$k7X{@Y]&1z ȚL =cWpB`z#}iE$-uݼQ ajpV<1hk q sT  ^G:;XPc@ z9)C)_ӟ>_vxJ0dk{5z+5..\v`ɓz(3k$k=v(ɲٲ"7BZW2Y|{Y\[~}OS.򆤟cNEțfTB 9Шw$3S3dj Ʒ9^%a(⺋t._WʼnG& c%/B~Ee6T :=s' nDQF^4,)vw,,.6Wr%鬪29T#GLmlGS4ԪaLլtkD lNvRP;H~-7)AcF';l0=u .stRm^0Guͺ} 'z{KiRG_Ԇ 27)ѫgM04+A_?0x+ճdemR*M'_?R~'svvkMD\x:dE~Iy{>`^*X"lȂ\KNZ *F >ceVe/G!%nEx#sAH<\6ȤrnPocq4y!zfYb"ȟKA,s!m E ɕ 3&q%i;fJkM`dpŨ [ld8\aP)eqp>@{|4čٷ(~IZ0ek~A$$h֌W;('ab%~lwIUvkO7{ ĵ_9wtBnCQ?Xŋj8+`cas:P,'6Q&H;prukHŊ!gO픨RS0:BE!cq&0!_ 0ݒjӚ>z`Ǭx\kJ$Mh{`wZ&[ &̍}{TxO-jZdie`9c0NԎP& M_!5=Ty1ワ]TO9vu㱚EÛ7\gK1yw,e4b;4Aӛ0oiX=Dk._-µa<ИhQHP2[B|c{w@ߙ m"s$" Kf  hd|zuA:r#4p^{pܩc:C-{r`EaR/|Ȫ.' FlO 6ʇ#|\C-X\Sx~ta'C'yCuVw0G=n`r7G`U52/Q|z\ xi-:ɶR%Zx j_܊ى{͍L^8CL@5IrOp`IV>`#YR Lz2:7)/Y%ǣ?\I@0e@0WBJ1g[tq?P2rl'7D4ZwHat`$ non26o[g۫˓88/v5'T]yMH*^ .'0_~T:qfEM4#SZ  ,|BQW{r.&,"rݒfei Vg5эaWxBLȿb1) ܗ,8ԭel!&Ÿoe>:d6jg\(_"Aza8AX(&OM SJ=q9[cf*KЍVXWT?# CN>m"!D[q2 5}w@;=ďx@f5<"( )Zv(4*`K*u  $qa3ʱQ&zG IȀ]۞{ +i$O)KW1[/߉F2hăt(R-Y$g)xB?8T1 E6òXI0]̗V_$g4#b?ݥ}[|Igé(d(}0)A~rEakŎWꟽZ}:{?uߎqk1ùWp4Nt`ޙ+aBc8>!ן &cꞑT+gղ~?m[OZw*bZz2&,g,ۜfNtQ &Y!Ԣ4MvӁ̔]{vk9~B23zmúQ@vNB. Dn|"S㧃`MI71+D#!!|%V bi36"KP/i0.Ne,_l+ Cz%W@*J'IJ *VXK0 'E0_=//*IRW.p3S U2E#UE Xp|h!i4}[٠apࢉ,*4ƩU +/oêDV7;|-Wָ ry I_\nc34,움RӨG}#@~|L-6͸c~䴡7 MT3}rԻs*X<?#yj1;<1 bӱ ̞ I1^2lb\Ph (IUUh2QjDml#.4'WbxQ<:Ia[?#%O vbwGS0wj>G9|6,M^MdAJGvj0wyyJN?A%U\HM8.HC>Qx&n !W; 3ES["24XŀHW~E 8hܓ5 *? xt6DFm&~m:o=~-R)EG䌹omYI B P#+킦X-Y`0,OLZR%Iu؛ DfD+f^NaS[Ђ+vNG 52%j&OFaYt(+( *T4ߣjྸbrV;BLX9 =2$߻;X/9\|akED>H\qXe7 ,y%VRp=m uas3u;.̉*xxyՆ-rPSs=o7'\J5ֳ4x^i{)Zӹh4- ]%=qD35Ҏ9q7`,2'zKV4H^kQ}DN"y)z}Z+㫳֠/9>hc15)+Qs\wTͯzo\C[h1#4yWڱ71"ʣ<(f{hì3D_oK 뤈ʩ#dߛ׽0L͓i`4ƩU+~ CyF =)2i?0qh v2ZSSO&gA!7oFXPvJrr)4#?woO . HL&kSy#f"LU?\J#JSpxD:4p@6nmE5֧&CzיVCqȯ'%Dh19, !({X-m 9rwD؟K;J<`8'#~>DS h JߐgI1F 4 |1探svT=x)`1!:ԣ8E05Zߋ xSաeqtXӀ%]pzE-DlnJh;D`_X]k*_ ^<E.[ 2١\bl;aϞD]㠠Tzy-.IoÄ 2 <^/!TNmL3`4"LE_ j|ƤWWaFDB6`tl-rE"`']]?z+Z2"aa]f)향vT|p;gI69awQȟ7ԡnch<9_)gb:s_/GtYHn1մӜcȒ;'P:?dv(Q[ UfDa _fNhDR)f̪"@Ch-S+g=YAᅩ.zHM`h>D7Y ulD \&?<ŠЦ5}r#¯Xk(NC4g;鍷俫p½BiF }0~ӇI5P s?(,u@t_GY[nGK-,DUs懙㠱KޕTrQ:j;v]s!mN2ev^~"MI:keE?@yJsĩ + ˌ$;Cg=aSasD/󀵝>Xa\,VJLVYBڪ ˾؄ 4BH /c՗擄 ~LqV[_8l6yaa1K#ꑂ5d .@2 @oO0JW>tW2UR.) j7VGcfУjo0̶lȣ8iӬC$$l bK&M[55-.*#S>PA~lU7&rT%ǹ.q~xWѰwf[7ŧ"uǭZ<2]fVf38 iԜn)Dę}*ޑY= YRӘeђ|mPk\(YRN!#]80[\ g'%3CV$Tw @@nnf ܽ54|l8FaKS/KqvQdy*"dv{2֥Fd #X̆rK£ek]4 č L_rګ\ BΊ_6b.(PG`%&&&Sp4_-5Vw|4t'"b}?i-h/7+ q<v?J[YT„bgcaܒ2{aa㕾m @a@s~^+Ҽ妼ob{eW "PutvXAYHUecfw5+ ~Γ}MžPK#R -"{fWe"_go(Tc$!&F":l&;UD4r`|ab:+7~Ԋ!8$_.<k.N( [T)Mʆ6`$-Oub{'_T]>Xhy@"}3YI.qYsZӮ7&Н *󚳽D~"G@n;S;;vB/XW< iFmż@˜׊+[ )$&9`<鼃 RbLїDL6RS3ݓgΞc )6M< W)OwdϪv!"Auw&o"ƫ<3F|Õꞇ2 Af$_gޛLAݳ,6Yhf􇋘cj/POQPf댣2) (y{$P{'Y!j8hcDMT0/2/Vr-5DOؤ+S}?J#;D=Rn0ow~Mu fI}m"@^1!őЮ!Q>D3ʍ16ࢺw LnA!?8)ƫ;Rh;$ԟ_& ߧ]֗`k0&7iL">P;\lC!bTAݰ BU,8GGS:<?NoOGvC9+d?N#s0M}ȋYFߔ7ٱ;o1 jZ5⊍6u8(h;o%4 MQϡW* i)QI"[UP\8υ'qCj ~ =)c\#3o͎`J:[*O:[Mj;h/b %Tg2#ڥ0G:'a qMma >> kPϷTC.lc&ܤ[]8UgE]-*]2u%BpLȑĄLxHB![LBI<} C+/xw0c L=Ƅ˰c&[dEK`KVwLFYj)O]rRG*둹>4w R6[YqY[=X؁S,G|׏{d&A!s }<ѭ(Bz]ўd`CMQF⑂;+/RK Nfe,5t@D݈<x.Vt_M:քSp`:Qp ieUBҲNT /8e&lZ2O8}>?4p [ ӎ-#fbuY[=_x 7O SQQ1X_{.obU~F<.~+$IS^)Knv^N| /[#Q@][/^, IW<ͭxQf^Hyk_@F0TmS_cmݘ2T%4 +Lȡ1Ð۹\0X qpW(~AJ3C7{/ Oti؛ BtG-X-^=TێS0$af6mOfHS"Тq3m')4&4Ď\0`x^*0Ly:r]2$&ˑE=*hWHnY2Zcjج.Nr_MZŝ " j 8y sѿW)!TG^6+Z|H!ke5QɼCnnp`JYXw' ؤah-u-rxX 0y<(NSx+v\Do)f( MPdax#h?'@2]|"_Oq_z.]NY1O9=DZ> +_ UpUC`c-V+.#ڞ3wTߒ)N8=n uJ<#?YF0uyԂD-цRwb4"GO h^j|%ȵ 8ۇR ٺٿБjw\] z]Ӿo?1]ZSj_qx|(>҄0vIJAuo Jź / {!"pqU$T`>lZ/aYeLIT JR>oפ_>Mp`G8;ƾچQG,c00sÔWrRvA,ooLYF|5 Ӭe@5Nd 﨓m P|{eRWZ +,';_! <% ͪn$siZ  ڎ]>CYqY{& >1iXKvB/ K(p+7_lY@\ě!q7ћٕ7h Xs/dCq.N˵/`wCc}TzQf@?dS}ð]A\Wz =INHB; (vܮM(V<?ٛ3١.eT-l0@E^#WCQ'+\\)@ߙD~WT5Uë=f9)i%rmEI-#t=Oe(=@I4.-{ؖZ!1DR›g^}jFayy[a g1WϾU0[P&_Yc,Uj#.}YAJ6_{6J)Y'So)\ h=PE%0YV^_>oKC Цv&(&U#Pjhh'CO !C}O§8!#s9PqǤ5*KG@4Z#|Ps P kbqth3~*anEA,͹DנXSDM%K3i!*؜/gu!HU>[?4h5^>%,-7V*y.x6eRˢ˥q/R_0 fL`(E<{E0m/Q[Xݩ `١T`[RdALg]r(\ۭ#4T jas"0}2/pO>st5FX`'~?zH-ۓ(Ī/`JD:ʲK:EЂ4XhG[cM u,5~.<) Z&p{GZg>kidf`9^T=b"PcJw+Z } M3KO`n@hK' pB%A ~tzy\|Mk\\<6Js;l-B2v`_mNyt]&|0P3h>#(J_C&h!U=-=`˸ ϛ)G6|7 bBI:q!5J5؞~gi{q4o"X?VPTXZɣ2kõT p۲.!3U~`IF-X֍Se[c[G%V<7Ac!wٕc43?Lj)og`cqAQO7y33 ע[,."_{UQ0ۓck&fm"|<鲖2 oxUR݄a;R솀k_@'t>-\(<1ުHț $s rL4Sp{_0:O|=h!ñn d  b3懂/Ye*Ј5㈡M.dV .Hv.ӷba@|{Vm{`ZTɯk#GT%X縀AKzhm dyKFg+_=8F=&|b' ިYwubo2tmq,< kI@#L* !ȫ\q @ߐ*X`b%./ќbP1frPGnmDv2bsv|# zE!S靠\%GYp Q8 t'"L'lbSc i{wƤ%p 50P30@~ *l?:Lp tx0,h[7UaK4Cd)Ilރou4LYJxBY5orC|T^b^U{I7M \'-3 ©I P'Vh'm ̰$5wCZF WCWYQ}^:wGI+%|0:|H}3Ҩ^I,ZQP?0CR %أ,EKBȏ('N;鰭Z⹿A]iX*?ZpV]kp~M>#~e6+N]BcSTf r]Z26q"L0΃Un܁ė8^Y3cעXxf@SFQJ ~b鉰JrCIAAL1YU4;R G oT~0A"Sh(ŖFNFŖwمI<}-wsm^i,0SR ]M,yQJxTewM9L"1@KPʠẢsQz[jFcδqHbxx&O%B=k9UC1Оe vQr)}L2UlX|G0\ še=8 >Yde3PN2gv{OM;‘"H!T*ժV8s?-cyOma|݁C<|miFDcaly+)Yv|ʈsIiV9`92y# s"ascuT|љ^ښsWBz҄ig :2EQRF}"N*k zqjjxu~bigxP\ %,D;JVV>*5QEoh>[hdqw+ʝEAZlϪ(OE_| ވծOu.Aztv ce1eA3FB6TڕgzlTx7B1vLRog#aR)N@kXG}mCكT2%g+~sC0JJ# hĮa4aĬc^| 4KOY)U<U `oRMh.sKHQ%{#ኸrI1ޚb ͺ21{V.`5}qZgznT~I r1DŭkPwSX!` 10ux?6C- IJ`&H񐍺,Bg6H5QrbG4Z>h? kٴkPOVuA5|íI $wsi~եӓ8Wd |,4UA~Sjzzw'?^?pȥBURkr%3]pzaS#xIwme&kQiaQg bt|!N,s\] k^YJBĿYl,ฯ)C21}r8+)1FrLdH3VM|QjMQ5\A.][j*u>W@j P72f' &[FaUunfb*k=LWtZkJP3@UOv Ы䢣^LY4=XOOnJ.-a~kf OxiI7eչ;,K9JEaÉ|>@20mHXQy@5u݊!Sf(=B#:?`h ;PFk/M+`jljrkCJEs>!3 * HpeRԃjRrxd fC5>}9 _o=+/fqa Q7c#}BvģOZ=Kb¤. c]O26#ԾBz? i|y[,N+0tBoq?C Ny/k$d?q2m+*$ ڸ:O}y$/.,4cW{?r892ݓt/Yv&8p6F+"V_*gVuRX3FDi1#OXbqρ!<@ezN&-- ij$<>>GN!4{wv>Ovlj:8D%iM<6 Q:c+9WD%dJ`xJm2Vr}"g]@NU,"|W$ w8{U9y4 [|Oufނei>cc8u ![1# ԗhi!27jƛiXw,k3  C^,]Z09䄒:jL L5 i)5E ş,4א*L늚}r&G )E_Rt| <ȦT=ѶIyvaNUμP GKdput`J =`dbrA8HpG Ǻp@3-4Jy|9j$*Ƭzu BaR"k?+j$2ugvue,̡T(,tu,uyK Atf[vi9Қdsy}xTP[Q[0<]kF!l{b4e"7Qk} Ό;)ot0Q"ɜxC`^Tq }*S]w_v|>-.D? | M| JF…#!mE;t6/Nu_+|uI8@E,Q"q-Yu;%RܘN}kGӴdF3=9$@ZiI!D wG[Ĝ@ΟLKVpFHH;NI sH$.x\/W0deW "7OВekcJx%kzb&aG=+c1#B{kpgD )+xliꎡlDDBٰ@+ +_ݱN6lJH]u ў'( i0?rLE:|*~E7̻q`&6wӰྡ:z) SϨ1 NO>46CVc-Mr21FE!P \*̣ #It$.u|oW$L4§*蠞[RUgl~~lDR(m^ m5Ttf:2dYHF1J'Cn?%7#|I& ⎘xS^ }ߧa#45[t'sEA<[ʨqG*2mhk&|c6"ޙf?"$YHq%2&l8x9ϏO&e['* @=KPCCt Je97=<ܛ |s;JN=x6ڥC>Ha MӾmg ;CHQ<vr=iOHhny/vƈWt}BuJ s M7:!GW#)S)a9SϚxպ1?{6Y 40RK垤FgyU \Ih hGcV~2xoYD}eM.$Eq6( : `=S~*Э&EVcϲ*'dgՏkSrAz>pUclgwʕDY ʃB]|{7Y1 NV\z,ո`tÅ8-0*Q$xGT_;O) 8V...-j0:=f`hx6I J4[+)DҴδw_mҰb [ċ @]veq`R_4{0s ^'60^#W0(;;eOk~ @9vWG);8)|8~Gq4.'B V"6_HGp {Ja#l_;=%SNb]$B7k2ee 酺WW싊öRd10dY{ FK0f>^]z=7ֽZ'2쳻ߏv~\{xq~e-!FI1`I]na\^fu[OcY:>DCoמ>y+)s{~CM߲ ͼQq*na__e@Hz_;X%b)NF[zc()&tQ{D’mwUѦxZ{%ݠ7w|`/V\JUowNacp,\' $1c/]˖Gqej$k3Isr,|m)P V~ΚWV?JJ?P6*K>|@ޗͭ6? gW qG :3DoXY(X:-ɮ|7=È us (FY0dQ~^>upvN;md0S_RN9͗SۜRMU8!jɖ-CKles&$ br$$3ntCJ>5ND]B<|FMJ1iF;T >,|X'0F (iΰ9A!m+Hp56< H"]B(b1FvcRP`Ƙʪb.юH{;3Iy.lV*}q6|9t aɦ4 tI^U ^N9Dw޿ؒ:۹4 "P@}t[.Qݐ\ ku {g 0 mZdlbv{&%MWn!tLMR;hL' SԶ˸D,lGW["D7K:1D,ϼ吶6(|밧PY[\OUYPu>̴sU(:DUU|Ti .r(1b1)wٙ!F"&p}zB`8 C2w$kO/_.ƙ͢C!g n~K) ܊ˈ'<ʴ,h*_Fϰ7笵h_UDHK=0}=^r[TT rɧig&*zdBo3ʣ<{|hLԒ登 C:ұBkHj<9DæS%>1)$R3Ct-W'r5*Ő\khxa7\"ж,h9@Mf3Iʸb,%{R% _c:aTC/;>F6KlêM'R( GPnL$"Tnc- q|0xh O.PyPm*U Z'ymh+}$=!D`t}@*^d { >䜚ʧ$,F {k^3,AHr|vM`TCi2x@p/3yah9gG~\WmJfVڸ2<`RHxO2I~Qm0'`T3GXq6^{IY޹aM&첵*mx K<Ԋ=O=1sr0b.UtVA5Uϝa24*`+G iID_HapZ~eɧakxs)po,FOC6^:$Wb,R{assxi=pe*IpN~'n c㜼fx#@8Һlj 9P& MC{W,v{#x,A$ = `!tmR s?ϣcUX }.FMLgm]>$U٩0[O8+}HGSv[5bܻh*A[ \/ :̌O:-Ns8 B{3Cۥ,wQgB,PB7$Ri v`,TJv#uIv)a4qEJScH_( #;kEܭ1Gl8j-]E Jr;ݭ5Ԩj_ULN8*3~Vʽw}*+WC</WK\`>lBz(ZQw{W"ciibÆM"}m@5,JYxY+ í/N=ɟDs $1m늪`ȍH3ꮽs}dtPtIӁe< L|sGBwnget~A'X5&]Bt>md󰽥k(31Q(7"/qmq#:E  eAG}R.^'s[7"~ȰjnFl܄.bYh)>՝Rx厙:uHES Cw}QcV&V-F-ݖ]P/"&M|4NnBUT-ku4Fh(W"F8G_CaIJDO1)#$STJ4 }fS7Z?B}A3k1ieILP&=! 21e"LI׉Q'ugSN@n><`/M;(ѻ),|9Z,u\+jyVRNӀ_\2S QGS(χ䪥fТoQHB WRQd Nrz=7rw%ޔl~*- _ dT6/M @גo2-%bhw"XXdbf%f *eb!#):O!́hs}ۮWsCz.$]pDx=9;xY~N-,MHєv˻d˼2m#@q@>:2 [ z(}OQz런xDnuiԨ%8eÃZ/{F5wf8ҭ;Ak$sTxHgQŬuM?cOGBhzA8V΢NKHJ6O=a#6(fM֝P4>h /&z6Jg^ )q=3mh-2Sշ) znYufMpS}V -[s)\u.`=0/Y%V>iwFfeN_ȃ0L6BQ( B%`.g bR#IV1l+t38b fOJM෽%`ZYݢ;p.pM|an-EI"&9JxJldDHi6RiȾyk9u.{~w\Dݣmfy_6Rda0T ΰ)D,6/ϔ9z`zҳk 'TӾH!G_qM2C}GǢzvSdTH/[W6c5^kY] עqtE.J++"; 󢴧bW#["xf(TxbT3|\f4pF `8*-.5 #5brF+[N\Sj3PmDcL#z´{ 𺴂JJN m9co<겒.2@Ҋ߷R֍~G\3Tln} [PƑը>m<7Ӕ4s:5xA7*gMQ)~.*.CoaOE[{ ):/p0dD3$y ^v/FS=t0$"iT.K ˑkrW+nBڶdӋ[/C>qZ9a5hFS0ޞ& RsxEq Wia:d7вHQ+&Zċc15H~)40@ {"JvcO*?4ŦA}Px "ZTe"G:,{( xC.1Xh,r:G,,5b:yp+L(AAyo: iM=F)%/&%@{481"gJ"+|f7K⇼Uh܊ϺQkRUq,IS ]>Η,'z?T^X@Xо˥(G^rׯ3]k-.P,<_PFBC ѷkF`ųdWJ?T}EX9CixSe?-CɭgˈP$_!-`;c'7ȷ24|"Ӈt<(f24z${ a:nkc{rJ.;c= )CVȸvh˨Ye2!Fߌ=:f<jųRc3U47m.̼4QT'g WG; &Sbamjpy4׾t"x\vωN q'䩓Ki/Vi=6uiSWbU*Ge}QBʙ2)CUˮ{ }'6C9J٨yPVئ7\W46WpQuMX"IL}kJT/U54N!Xvђ2Ge-W>/ ^mm 2,#<7a AS_qbx@7 tqd[o\ďKOoo- <ز bYcPXrNDo1qdqA  Hv|-ֺWeq~5>`o ;W SUƺ5Ero!DaXT*V8!0HR} ZOpP9*20*++@[L^;uAx. 7t_i` `LVyH,^*G쌙d5`P>8~H\HhS6(ǃ#c|H$:MHU>aۧPW*OtTh5ݬUdtj&ի[i~ s|׮cӳh'> IG %(DbK%k+^E]ʂ*W)Ti#0|fO$l/2`ͤ+gGPJIg=!P-Dz-wjE{ cAYB!書Bv,Ap=E(v-\y]| m8\˾G *Q_fi T"'x$-8".S\yp9xC@6p̓V42My8, Y,ϩ/%G%1r H6ZkAns4*Ng?t)pVFto/h #b φC7bTrD#]ڄQ5 嶖O6~Iu40 Icx:+/b g(uviHDxY)&bB3Umd}Z%ziPZdKl>Mtɿǔ8ިMOQټ/ '\W]84Z f+ETV,=I)Y~ֵXyRU=Ƙ<2ŭ#Koy7)U`D:50F;ӹ|sjIMHt% ?rB)}LJ+؞ִaѦy&tQndz*@ OS6X(=d'/'JH{k,eN( g+O ocJHYs~Pr)U<ڎbٚʋGAD`I#)* $@@3nh+Sz ƯRDhgmR ZܡU]#KR`ٮrUz1h9`1͕=@;iRFg4=YlF6p>7AMՒ FϪFލN)ͅ抈/es4y|PDb.W-^"׍ zI/rY_A=.[037SԄC5jg\)lWy#e ♉HR@w86'SY}AMN;+`agYnk26{II6c\ޞ*'mew&>'xÿwxc6q6PCg.Hr fRs0!z_Ye8-NɃDx20Ф["^FaS݂fo2P LS&U~DQw\۔E꽅݄P:`&K]+}FsV .w!W*;Fua5ls96@i1<֗ך(jtTTTFkJ gAn{ YrW M?f}VqDE!8ƹTH[snz6z0l:3g*%­/I33.>}yVwm;T=6*N9ۀVq -F>K乣͜Glez; ۱ъFNtBdF{p3 lBeD(%q!+'>8$cK|Di q$>EBU6)Li? 2{BFWJ쏔E-CQ?ͭ*^d "SL_nY͆ T;`tPE*P]R;^݆jON (wqٓbYS:ߦlf)蔔@?M YXi -CrV7U7_&y\|й׮K$JR邶8UZPc$~ڿu]KjJ'8 %u% QEӷ_U"$7[Vξ$4P|;U \՘,/q&-I_2w5+:a,ij)'~QIWVk8ci=F|?EԱ^5 xMn `21~*X`9Y{=KOIČye?"uv:"x]fn'tÐ31uȲeejtS13O_ %)cqwy.{MABC2M̓*BO([99ȫ2B{|tfk(N ^1x((# Uso1!WK=-,JYq~T.!Z]}!5b"RCUcRNK2&/bZq OkB__ vt~RN-1'Ǔ S&2B7erfMGzoW뾎*|-JaͭKde ˴Qgi}/L=ą&6YđϢzkl_pF]6-ںد#S6 {ASnK[WkW^ϵV"13 7YI"(/CK6F |x=1ƚ{5͂&#mrx_&WǻAfZ&ӈ3`u1Nog\ty~QCZ5џsqȵSs/BjQq2c sn+Xl\ vG|z.$Wct*ꕧȃ6ee93]2Œ^@ F^lc5ZO¸4'w10QJd6I<{iΩKawLRifO@`fް?NxKZß,<$آ+c-̊] "DE&b(-r|om @Q$`G918QgWt%Yd AjbW Fց`ǥWBb#(^xbNZ2a"V]3 峨q|x8Ά rL/sμ0'IЋ60D7l"N3m@DS${6UO쉆"潝L0DvO꧑QXr%(harqL!{crOrR#e?~BH&Ëz&Ssc7&S7,vA(l}sR$8#@vE44wF ֖6S {6x m gYs$ 8g['ӹ])LO)NP<,t\)qzC0{O]! Qfv!Z$ 횘oW; Zr,z[ z#3uP&`o~al#aVex*29 I*PZ,)'ͫH psƭq^I[ؿ &ʡfCҍRK̨CAC h/(R4.JHKJ@}e}/Ҳ:cɤþ$ZάAA~}@`%GC# 8ޔ8.-/WN>f'e乎_'L%|Haj2Qr-bM"/}E3ۻf8@~"KOP!|0&:VKE|4w{Q rLvA{t2Q%宨&{CB`Ρl`vΝ`'dKV&)}6umrVfC@(],i㕾4t =R*i5>86-;8ҋ #lkH;9ruF9]H;~t >gwnUd/c\!zg)A FZ{dHn$Υ0I "끧%uB 7#qcy$NhP'e,BJʾV*0n*c4%;Nq(b>FL z!dށ X9Z^'v7xD' #_H0Ǿ7nUf3BtM =L+ ~ƫHr P~M/ p|@2ꊣ*Msf~W Yt*sۊTQ毦쥐MX&=TaiSsAꑚe<>^v`h/F[\G#O|~,wBs@Un 7 8X9{ i?xhzNՏĵ2\3}]ƉSN SXas @AUsFƋJ[f (0 (Rq; ӧQ8)>NYLIVw.~&$<r yb"o{IZ JCsk9-F橞?bG(2euɠp66-,8M\g_lI % a?KD~.T(g w$@Z[. JUGC0v摩a`atsWu!&rI!S}'Fp.;X+War0";Q[MebNbveYɚR bGJBخkW)e OrUz8\ 1ҒWpmF#i-gwI 8p'vp/뢚r6#:AggѬc-^)'f-~Ox)>56\v'q] Vm?]ÒbS{鉤 zO i^xJi$"X>~qFSNL€ ]FА>@GWa0VCVQ:c`6˴ˬTYe]LБشȹjȔImGDbA$pk%]/@FM9 TVsG[kPqx$iwpR܄W-ʘ~xt0^yD:O؀/,c T:BXOM[(dŞIai\BWCO"DDGLKpalÞn>㱂n)'s ڿ= :nDK3i pnLXB^^%OpoX[*> 5ߕA0\CxcW=K[s7;~+&Pn<| G*3|YNso{OC|)*a2#uÁh[^zPHf%[7Y@ p{&{!~ϕKZVvl鵺{{Ɯz;0ǹTϣm\o(6O):z{` RȂ1QaKlK/tBp O{(#tP ?\E#:YLTkC\eq4F;'}⠲vHJ!x ls=83aIp(zsۭy@k{ViHݙXA|f5V  g$. r .=*LzUe')aLh\^Ʒu@ߺTcYL+h8,{EhzoeZb7pfIRM "vgkƛN0)Tt=-&7Yw\y F夎%_ݔ67)neoxGÞbˈQZ ґL|xUġ,UuxX_!yI0[UiR`D+>,#3BTc ۮ 7A2( $tɔ.B +ʘ=Pzs]uܤpIM%$Xs:#b)BJ>K?rA׌NhxW.-Ծ@ݞ[٪ \Y4#Q'^O(r737og0[rbZݰJSmgjh~Hk!ECa!'kGkP#y|`?QBcʊDYҴbS~ k-wC%Pv>|_a\KLIP/,[\{;rd8h_=9+݆*`a&t'uN=+:T P&n,9P(xa/Ž\#1fh1h})BS6Pz4-+xG'TH 8fNQXx&Hɟ-~srYU꽰O*t]nnjA2 !;d)i(@SLݦ.g7%ٵ~_j{D�E]m$C`f,q6PzuuF`)r"kf/3DGXOFfʱtAgFPLn :Y'2B 7=74}{&c:uʴ䉔t`Yw+W2C)~ZOK ]q `hđ&V FuaɁ2#W.!΀WX"ˌZfd1 rjyJhA<ӒF2&8Lwvd;ۘ & u8Fq5o+B>AuifԄ"zM+EF_McYoH88_vyEÿ& uaY1\pA*,'{#1C龍L GPrA. \-*^pnT40,K׋V GMC+<6Aud ~ NDHNB`:t2&L6Tqpiky,v״=&b,̮UWc"14nq%Oiql7SiYUK~bO*; /{]5qyUepY֦z"/K>߂ώYM*qh?䉒?GRڵ-K)qBD:WP.w*aAAt-9iJ =E|*> 6x%"R`'1@5t>{xYϫphO)'Դ(B.jeǬ T1|!䩚X#?_7glOY#k~#+66 k7 ;##M<(i/{x(WUQNʟj\@)c(9]d>ؒH)LW vP秭g]|̋'1fVhA* 3H߇@ s<_u5) ڒ)l}őۏa`PTgSKI6GgBo6lxثdn⪇lT>0Uq"B߆Gel4ْw*Swif-ɸ!ۨaX]c)) 1K#ـ޺jgol2-,#AU.V*w4xd݇ c,u@,oo-.R-]f3W` 'WDүK>) L떺yxiu}J[Ǫ5~  sMC iu1ڨ q8qZ~PJ~ ,{Œ8,G=e#R,8f}#y5E`Gw5aɜo":ceAMȄXQME_/coN퐺* q/ͣ6>nhw +"%4(t1% _C榖U (ϰw&.1ԑƅLy:ebp+&OR&a RmΈ X:@]To8hzSPdaq;ЕV]tWˣHA7Ւ:0n_[9*B3~so"&ͪ`\tҍZ>UbOFؖV]=v갰pvhRߕ0?n V=Ugf ][>buWr mNʱʸҿu.Ogm-.(*7Owijw4]Byb7H Jy>aq@vi*X[; !9wZ˸8W rCjUl9,~d Q ,DZBbAsMO* "_P(Wx<ЂC 4pD{ E0öNco} [9菪Y `f,PCmKSѓ&-ӋgQ'n:MAccXf/'$"Ϩ޻&'ߩIE͓`EgvḼg0Z C׻> U% zGL"{&B!`eȠ ͌ W YZ