libfreshclam2-debuginfo-0.103.2-lp152.6.6.1 4>$  Ap`v/=„*ma`2~ C?*9ϰ^> 'Op"KN?Lս:4R8ʑqv~$a9_RTS|W6Q0R-*޲\fRpO9K&p 684c2a39e7c19fcab48d5b5b6aabafe6422711b13590a5e10ec8dbe8b89880736504d9531a08cd4d6f1483736eb93c9286cf77dcӘ`v/=„`YTl۫f&iȽP"v Ltrc5:ˆ*fOL6-;j4x BRiťs_j+0f״*903W1ʺ,ާR̻QL6vUKAo 1?`;v•}qXzOպQ 'ndה3C9>pD BpjA! !WMÀ?0-CHm]>p@?  , X /8E ^p    < @d`(829`2: 2FGHIXY\P]p^bc@defluv wxyz/DHNlibfreshclam2-debuginfo0.103.2lp152.6.6.1Debug information for package libfreshclam2This package provides debug information for package libfreshclam2. Debug information is useful when developing applications that use this package or when debugging this package.`vlamb20yopenSUSE Leap 15.2openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgDevelopment/Debughttp://www.clamav.netlinuxx86_64.]yAAAAA큤`v`v`v`v`v`vs`vu`vubbd7ca450aee182490ac69f72a420d2b8ac0fda82e2c789ff36f22a233692e12../../../../../usr/lib64/libfreshclam.so.2.0.1../../../../../usr/lib/debug/usr/lib64/libfreshclam.so.2.0.1-0.103.2-lp152.6.6.1.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootclamav-0.103.2-lp152.6.6.1.src.rpmdebuginfo(build-id)libfreshclam2-debuginfolibfreshclam2-debuginfo(x86-64)    clamav-debuginfo(x86-64)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.103.2-lp152.6.6.13.0.4-14.6.0-14.0-15.2-14.14.1`pA_#___[@_A@^^@^:@^]f@]*]@]]o@]Ik\e\E@[[`O@[Xf@[M@[DZ@Z@Z$Z@Zk@ZOYY@Ym@Y, @Ww@WW@Wu Wk@Wc@V'@V}/V`.V^@U@UG_@T[@Tr@T7T6Tl@T_W@Reinhard Max Dominique Leuenberger Reinhard Max Arjen de Korte Arjen de Korte Arjen de Korte Martin Pluskal Arjen de Korte Arjen de Korte Dominique Leuenberger Arjen de Korte Arjen de Korte Reinhard Max Andreas Stieger Reinhard Max Andrey Karepin Reinhard Max Reinhard Max max@suse.commpluskal@suse.comsecurity@suse.comegdfree@opensuse.orgmax@suse.commax@suse.commax@suse.comvarkoly@suse.comvcizek@suse.commeissner@suse.comjengelh@inai.defvogt@suse.comro@suse.deastieger@suse.comfweiss@suse.commax@suse.comjengelh@inai.defweiss@suse.comfweiss@suse.commartin.liska@suse.comecsos@opensuse.orgmeissner@suse.commax@suse.comp.drouand@gmail.commpluskal@suse.commax@suse.commax@suse.commax@suse.commax@suse.commeissner@suse.commax@suse.comLed - Update clamav.keyring - Update to 0.103.2 * CVE-2021-1252, bsc#1184532: Fix for Excel XLM parser infinite loop. Affects 0.103.0 and 0.103.1 only. * CVE-2021-1404, bsc#1184533: Fix for PDF parser buffer over-read; possible crash. Affects 0.103.0 and 0.103.1 only. * CVE-2021-1405, bsc#1184534: Fix for mail parser NULL-dereference crash. Affects 0.103.1 and prior. * Fix possible memory leak in PNG parser. * Fix ClamOnAcc scan on file-creation race condition so files are scanned after their contents are written. * FreshClam: Deprecate the SafeBrowsing config option. The SafeBrowsing option will no longer do anything. * For more details, see our blog post from last year about the future of the ClamAV Safe Browsing database. * FreshClam: Improved HTTP 304, 403, & 429 handling. * FreshClam: Added back the mirrors.dat file to the database directory. * FreshClam will now exit with a failure in daemon mode if an HTTP 403 (Forbidden) was received, because retrying later won't help any. The FreshClam user will have to take actions to get unblocked. * Fix the FreshClam mirror-sync issue where a downloaded database is "older than the version advertised." * bsc#1181256: Fix errors when scanning files > 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 scriptlamb20 1618409635f3dc2b756992f8c05a100968576514f2119899160.103.2-lp152.6.6.10.103.2-lp152.6.6.1debug.build-idf3dc2b756992f8c05a100968576514f211989916dc2b756992f8c05a100968576514f211989916.debugusrlib64libfreshclam.so.2.0.1-0.103.2-lp152.6.6.1.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/f3//usr/lib/debug/usr//usr/lib/debug/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.opensuse.org/openSUSE:Maintenance:16084/openSUSE_Leap_15.2_Update/fe07d8287ab23944120d54fd8ce7672f-clamav.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f3dc2b756992f8c05a100968576514f211989916, with debug_info, not strippedP*9XY 5xvclamav-debugsource(x86-64)0.103.2-lp152.6.6.1utf-80db1df326b4ca143c1b9334c061a06d172571c29dc4030687c3301e75bcd8370?7zXZ !t/] crt:bLL^*lUÞ[hhn~ p8!C;aModOm`|_9~5Uےc4Gcs~7oczWu!K/zaՃR. WwqRa;*h=.Aʶ*$ٳ6l:r uWj:rso'K$`U&1F],b9gNVLmHf-L=խ'$1mdJc0WK|tMpvV ?o$>ეWx~*abOz+R?[QKbu+?영z Z@I~] `IV׏D5}}0'۫cw $ܴȼXƗwDC'GL99P laA9nc޴l!kflS%ku}"]QaMQtԃˣpod/0ӖYY07YʄN;⸈%gAR2ιM0kҕbнs/".^^ TZb؎KېCLhAom>71@pT p}2z ru)FR@oXmZRmKCt^>ҹʇ8ʍņ%2U|nj-L&41>? 8*χt0a_j} yBǽOoL,fRzK ]$u& Hȱ_Ҁ*PqTEb_;уwKzI"]&l$s;_ V 9&\־-`/\x:K4M=.Ei z+;`@cwl OxA_?o5i ׆S]ͿXHRc{CcE5 mj7oьE9ٺk oVB0vCX8-1iR/% jEr} %9Aw B>-OiT~j+OA,*zh E29*@ፘ9EݦY|WQ>Ě+=z4A@ߺ7K 0*lx>/d('v+8zM="5{EkT]4"@B{ݛn{~\j cHMO(rzTsM:\`j1[`2"0tRv?n/ǵRB;mh&@df6@02Xl=/i:%[JJGw0VVuS# mE2\6 Tip' nVұSY=.CDIhD[1EMiQf븈,Msn`5^Сε%B;`<A' ?>vA\!<\/.. ^剟ܹLH2q0&Y Ԥ&a~ } TW{KE2mϳ5 ċ8m NNW-EY˴oSbKae"C%6wH 莵ˆ%uр튆9[%NKD.?KT\Nwɹ48sg߸TbeS;ƪ=Ӊ{z 8N&;"(VŘw"} 1렬He(8WK:nձ;CJL'_!Ұ1~Pr7l492F$&HC[\lsnj\?fzSAfev_Ӵ7``&-N7Y3 Q1OnȜ Cz3IH^u!@*MtB&ւÚ[Mg43-0p)gXvri;E$h* ka7U\y8?’[Ftu HG~k$E=6diܰ`۬Zcy<>BvDtϊJ6M3G)|c "l4†6xyԻn(~i @2vոl=s9ʘݘRo~Ke‹B+(Ưxx%#O(zgƕ,%9T ƣWjy]vf[b)RAD;B| TBbj?w/nAL+aLџFeWZS0;+ ;xf~js5h)G7|yNz${i{,B%WKJu(^@ua{dž %N?)QS {MF+B:4}0C5bmd`e*t=|b{AjB,d'/]/K"b0s~s0 Tj&.6_CU{ߏԺ<(: ( 3Z[o_y#εhS=jSh}fː#:gwFO@&/'m5!X,#3јB{4A& e5"ys3[Ǚپ 1j ?& Z]LRRG9tIҀA*v!n]3IPV< \|DM {´f"Z-*c4ihAd6JXRci6? m߻55yݿgKȓ>v7bo3{SqM.I3pfb$1ޯlPU 9nj3 غZ(i9j9 &> ҐQć9ۧȌpGGG%[p BT m+%Gws!֢+'Ӧ8nRBzJa¿C)ʡzLiѱ iS?cڗ&d]V)6n 75Rrk5ǯ!ɸu`s$FҔ-ÄsGfKwG5yڕ_&@YJaRh[b@%PńLt!wV*4ܑG<~rQ Q݄}J30& ěJg\ Yfѫ͆j) "MM;t$*J{ J ygiNd"*L5+ p2J'%',)jF6͜V;9߃n}#r#תdh:nI.X^&R9'$.tD ) !ygp';Yz>hMܦ nmy` qA m?;# r`$=P;/qbC G3rg0xMkAnj%0qiL ^y0Kec8)twizm])m{,5. 2$ p?CpYXD|½ҽ/,j& *)<%$.^!`-2YR:!I}V !@C/~%"He@n@[6rKKmP"26gTR󃐡"R*x+ֺhU6B9\? F(y,]dz,$pS>d[zK=:N/0-ߟmfwtH@Yck2*C oo"^·Cj,Ɖq 4MA8I 1Ļ+\D`#>$LVN,c$1f h!2Xhc.ֹxݜ6},ih&+lisYj ,zy4n[C9mL- ]-޻tV#$oJ80#׃T@Oo[?C]B@F݌N(:箷6ͱƒu 8oT]'ts_v>b9e<}K#o= M v2"+75UjؕŞ׆3#a!d @ ǙE.Q(X}3/ i>{~]mZ>SL[׽Ҽ^@%$\>mXjFIxx) JŞ,xUMނ ( _/!b<&a,IaaXם7?cqȴUS(s .2U8 (2B-~1anLWpPP=tV\;QFX|F8]oIA" _.m[3z/ExH^ۑؔb.'=>6e'֕[s=XqIVǛ?(`6(Zgv[ͥasi:]]} c 'x]# cqslV*r|-o:@%x@UP469Ig҉WQ:2 "b ;'"n`URJe?[WQVVG1eVR,n%oc`#хvsZ2Fp¡o!MW~61gSJ \g בˎY.}؂Õk^n$I3hhˍz\s 2UhOQ啊"Eh°wk=p:,yƿrćqa{Vasr&*k&ڀ6 R8v+ʇ}r{Iȓ&= Fp<YbLs-Ȁxy@iOS^8AEmx:SǼ3|\pዥ "DN3gvs_b .%&meL[;Ȁ4n4u!޺]~ DMSBR}O*ph>V|?[/Bs>`4 B>y\z*P碁GK>6Goǵ3gQ0rBf@5w2푭U,Ul~B?FW=4e/%4Hk_G'b-6Kߌ6b`45oP;; Eųrn(|bN&P NN\xoj9j0bZWˉ 8286lv8[=YQAZTưMe=^B1p:# 'P@ڢ&:p+ݷَDѼ-!qj +d+n!M ='kx Js5,Bc(~ܢ 0GNS7>2EߗJIk8»VҲvaߦFئե)T{FUI wm誂\NR#G,H r,E_Ow?u#T {JcdmN}EwUAY1xzУ&RTLN 9H'afMP>cѠnM ]hlbm.QbXcHZ.G+VjeT#Fz k,ƆlP<-6gWIFIP]1~.@8ƶ`Z Qϛ2< }:̂>VEl҉y'q=LRdac<.p " j0'Z?ѢzI?- ~i`Pq#C>!zG&Cf9Ѽbż\eZh5(`J'D]*]7zZ~mU#`" aj`kw%h֑I@-x2Pfp m@mGYڴk랳Vrԗ˖gY?G52v24)xk^[ 7>Ċ*c^"VPt)JEXLq" J]D9c)Mi02DPlt7Xy*zJw r t{3@_EE>>L~90Kԩu^L | S1šr%7Sֆa`x5Y/ovm$ҙ1WGLYB3#ܖ VL5&c[Eoýd3dg~ko~էf۞oNjvk*!wtH!ڵ&gy=fvweqHi+$ {FˤL4]߮2-JÍ:>fHƛ8~ܾ]tYa= *,.]WewWtgl㔻K֫Q!+HyN]AsКQv]v!O|+9'l2~:{5Ǭ$Le"VR.N9ԱI@DO*= 5i'NQ4yGC˃cÃGH0H\2@~<R4T ie bLR7+0'\@ף1 n\H ZmNђ[.'ןj8_cSio@x 8hCX|dS(ßXAltε}}ѱYHܿO5ѮEF𝍍I}(b1,\3D'44zWF*<9X$WI%f.cV57--g]uag4qs UYTٝ[(&Q2Dȯc] R M?g;/ndH^;#5{}P|3a@8PSFΡ]|"9u>lső4[I3/9n}(0L.9Iut *֥.Vg3 X-O 3 hmM46@h45J) j&8 [J0_i,z5g㙕Zf6'bMx[=:L\moՎ bc,feƹv5tjJr46Rx yl9f*7t ϯ<zo`L]͇25!Y=k'Q1S TMXed\XԸ.SśY,Px8ƭ"͍@W/N[.H]tXؔ^mF4..`e kPj͘gVV 43pysϠތgtb[2$g_G&Vkn%mElhsz#] RQv3U#)EM{95Z1y!XUQw|((Я!f;c_ >*pvъ5Gn^5R}=fܩ3uz`"b!EOc|qVV]өGLkN+Nx₇OFX_G쐾:)s3cbJӴp9tW'2(3w; sZ?TëC-mUYa#V7.yD{wvFE%7Pƪ'u[QSNpZ*g+~B'$zJ+E ~jW #ʐ~ex@[3*-KCi!ڕN(M(٢+s}kNk(q[(Y)-JMߟVd2;'{)aIr2 SC$)&L[a ͇e`J:|(Y]?~`X.`BGE:! SAݷp0E T 9bk?VmèژCe".4K  -#Xh֙V? w6W <:zSh/ִ};ar1 ,#^=?ũ,+H  [Ց7n#޺ҍ񐊡-P%ZǑ@O %IRO\4F{(ז=hsF#y(=b-H ̲۳@Kp adWC6. Nj  \ChdߪDbTtJ OߎZh1d٧OaOyUt-CZݏ~Ь{6!-s0 VMaP WvY#o_[ח@Z.@2XB{ vFu@ςwCQv1˛s66' 47 KԜ֊ǘ; FynG\:f1DA/Hj%LAV ®milwj6[J xgMvoE|K49/_sg(n y]8!-%x*V>wJSmJ6 zZ5~,s6l$Y.y~}ӧN'DhEA??B(14`rYHpA F_c0t^ÓBWJadv<x+柾^ί…mԗw`)аcDQ%Hi_0*cqZ$2<''l/"AdlJ~ ]/6/ C 1uD@需8_SfA$1%=Y*+xE:ͅI] ǽ8BL4$"FU +i:e$ Ι΁6 5M<| a1?#3FB:MF/)KB (~L7Iψrwuϴggkre'p',L8F`V-SXgiRY}6N+ytGoYG#/_sWr6.5%gX({[9: 3iem4vݗ(6MsˆٿrTl+a@քJǟ%yI/nM.nm=4'XxTP8>-)1/0ڿYF{^[XWv)1&YFNL% )^?H}"Sy8DnVcT %I  A̝2md<ޚ*lq|iI j$s zJߪ.^#kE{҄@u7`h),k|aޭ! uzҬ%G2k.W f 6v;6mFx$cd?ȤK&[|M_}ʶO2,]cdRgtXىVMٳKRzM~}U!ĩjݤ"o IcSjlӖ@9GDjˮG1XnzAX{ r{'Anm6{hӷ3Vh#J,>FR.-,39tA̴>.M.u\./NZDxw*&?J+үw I )Pg 0WKz;t4l`=f4f9m-o:,_պK U~1*O~MZ3îT8I*fl bV(K"[+Ra jx!J]fktYeNtHI~\),m z{5ҘiH ?~w!2E1~Ѫٽ1W)V,Ligń4ZOoEqHYG'awp2ʱH$e)%ѭ"f"Yٻ^-[MY %q[,Z{97L(2?t"!v‰cg,Z+dZc&G#Lh{[ϝ| JЃ3=E_վ a<ү4J(ah]NPpMG gJ嬉6I$P˂S3&vC}$LMWP5fQ}gs|I%ׇB֖ՀUM+ɕ)!PBm<76x>6 Ga\xu ˎ9Bzǯ8-uq fxSD>Nd.|쫔yg1aW?_v(|}gY[F!XΚL)+?[Ťu 7OBA~3meiS:HTiξś2/ŝqA(ˇzfʥo?W:*_Vkfalc)7Kၽ0IkV| (WSB@Qr;.AFY& Ykϣ &+g~x.Z_eoJ&2Œrlh;4lsWd'N/;-ɏoc mlQY[CV•Z9N0Х'ThU>F8AGYMի$+G[>EdNߖ!SZy8jjc'#<"RkPtmhU͍cN Ua7Kmh6`JIؖ9Ĝ`)'94`n ֟# w#$eU`ذ7 PbuNZ$"Ύ* _~*6_&5KRg /"CP(RR _GL;F,6vk *C"#wG#aYЀoFJH|p[kKAgt^xWҸG`m(5mts{l7E̝˘95;A8=05Oɑ}1`ռpCBBjai:]`T6=ǑR5TFe5W7^͌-XA|M?;P rWuMImRp[]Rh0 =:g#+t+DJ|{_Fw/sepmu Pw](Z# Y ޑ8Z}x݉:D;2={zr=9oa }w/^~\w?ƃ 8&E*?Y>u;Ĺ'JQq%Wh;ٵjm,@ìWϑTD՛ގ5w`fsï!.7S-YHM9,9{gDɤ"ұ~S,lwNз bUe"yO$j_?Tٲ6wHto*vLWUٱX ; U($1Wy0nU|,Xq5F/FY{>ׁEN̦wPa7%Mz,5]gmc ,@2}ӨZawۚ4 䜗 2SMZ𿩗 *DU!=_ o"J޾6gm0O+- +b@!ŢFBA;F3;S8xa.|"@HĐKaYVA*LHtw%5Ϻߐ5P2y!f Դ(cN|K )Wkv9~)Kʰ&^0lQYn9dk? +**$#8Pu;_o,=~gR(`mH%̖B=լ9|< cfkd\,sb"RNpw`D}f7SʐyW%? {"r]}Էm, ~qjg@`eb4|Gn$4rv[TEC҆vYN0jK,F=qiz=ZDl FB_{t\-=rU ᔊnQ*GL2we QIv3r(#|M㞋OY̱܅ƿ[Gg*a2dƧ<Ђ C0'u)kG#vUhF+4jUӏoHy!{E*bZ/@IlyȪ[XEfѥlY2xwJT- K8 m?WWVlw=x0$b)7/q9c|vق] Hu(/꼠!%ԍbb[INDvH(2e36ao EaO2_*]+$ @>J]7Q5Ǎvdm9T4M\, >s~\2sؼ %'QL_dJ i I4B<ֺ7rzA‡P_䏪 زPs h)T !a3X,$n]p93GIѬS+u M}r~KHdWw"AA;%UMo-"81{MލmRgO}i; ;2C^3EAj{7Щ<4YPú~}lᬦ|fw.,=zsYOFa W}k |!Mɖ20q*^rISn? q=ts7N~6-_Is{qťHH=>?}yY2o}#ޒ7 +ݹ^4nڄsp/8çX,ף9;ՕC=^߫[ S_`M͘/4^MGfʩi*na'+(LD-:}\pTV=%v7/զrJ317վ)EJq<YL]602IfD:+29^j-lܱ( г-]r4w'>soF%{yuE3i!rܯ Z(Ap%;ʿc(P)(  5c]OyцkWC;v_⚕} .9Fd$Bt@+YwnuX%8Z}F=˽Aї՞EB.g#DʙIo\t/,܅ևrF%gb)ZFl_TB FMXMPߔTeb<{?+Oҿ UJR]v"M$d8Ij$u4M26za[>ZQ/'FUӈ|Cc\/y ٝlx ]:;:+%2w zxJ1. 4Gׂ$_!HOD aB$W/GRP| k"Pݓd|2'nsO٫ yɟ0H)Sϵ650LKJ[O:z3e_ [~;Zٗă1VJ1Iij+gVE߆NrgB|QaU1q[H͟&VkiԹnq`g4 9_siWpRMbڨ ÿqgy&CUDZ4u(ҩ /i~qAz}ײ'6|yHO ']#Qv@sY~#(+Zn ^roQP*dɀ_0V0v~u}4*֨~luҠlVVNj}<@'@?ɴjۥl-;K&ELJzJA q yc#PŘ>RP6%fvq1gX<T//ZP9AF^ǽIw6* ϫDKMگ*wуCP )Xsfeby}mW4:0?nC:5lʄ~`OSDWAJ^c ~Z w^VQC*d?vK5sv^:b/8g*Z0ᯫ|CgMu!,tgjF%7f!} ^AkBlnXytde:2lL"T2E\Ë$oԱ FHק\4O$SAg*ަ%f?J.W(=f ePPȍZ)Z!~˨LĀyڊ XK0 &/^8ynC8.kXѓ/vcQm 2TPM[Ʀw%J F[e<[ mɟ}(Eu6yE. {"` Y'G-S#8u@hJ^>JS5';1ڳU#E%iy;]H4N.MJY%a#|" ~¡B4<[BugV;ʐ۸>$ NVe_Ѷ3+ OxFûǛ|bsmtrX3JumȎmZ |֛*L;i]x8?,Wɓ&SD|-URƏ1?iA}&tF80A>m)XH:-d81:5, )vӇICo¯ ATMFZvQtVݎ3| $ROiƧ#iFhU@EF?=?i ou%>nV.O[ή@X/yz(&r^]aZ _2Őo=PFnP~ml u^ƞ ]%Vga.5l"Y3E1tA k`a):G$<DPE}F\ R]^=k?w*zUgN/%iϥ |X;F|dzucDH6BLr:r͜ 4)IgQR!Hs۫pU4ozw)j5܊-  כl.<$,[=iC9454thrS}faSr՗P )o剦Iݕ))u˿sBekUW'"6Y UPn|xDmӊgRS-yO6H;|{ |"[. PHOViB'נfy>0Ux_$A{{9[˨ef?LㆤpTl x *|Q*(jiN9~0g3?=2v r=es Pdzj##Qpehvj X~25N[9gDBp) ΖӰo0 FO VSHNo CANd%@L?{`s乛U[0. fi nts;\MKdo[Y$8'X؃D=a FFQ"irz#,zo%P$+10Z CjO:(u{ATnwb [Ίn0tဒl~wzQ~g,Ul}]b4Y oіBS+xENh75', Fz/0]B1R@! 1z~MxK1%58GD\\+P{)NvyE-RZ.NOtd̖CcHο@ɯ utAB4 R|TTb^W6QbB(]nMI$ap.f!Ȉ?a r걁r2!~'%>H_:{M-ݝU/:VF Q['1DT>,5ʹ Re]Gd ~$S V= ]e?wrWZuuэPf%uk'/ZIk#itWtW(hʾY:v6Vf'~/? gt+&b{|X,u(Wr[(9s&SC0+mX.t~PS`}qL?]wEhEChb-O;$p`_WZ)sKC. -,#Si,#Li ߭LJ6pC6( {ɦl 7G1՛-I[bM`UF;wj0y\$~ZJtbFF vʫYJƚfQ$YFj]$Ǘh}"XX ڏ#2]wAaæ-?&(]hT: INoB}ooX$&KJ^y^ &M/ѫ<.7;Qp} d$hU#Ɏʵ4nZQ}Bx(}k%̜}Bg oHN۪~+=̯-28ry,J"XzPPTVE _k Fw!HG*y2?z"@s'M{XUTkiw*؏ $t;tQ]!x 6׮>[nbdl:þXMM`\nN QL&<q(DޭS&VOx 0+[ wLU?W`߇)=@ofC˜:P('j]})0,vܛN7y\refĠvd÷"@jf|NTF3`rhO4";K:-;b)X/(HE?_||]X+" lY4͘+HctP)oMUQ5YAfeMgF$T$ UW9 ß~Sr3\| ݑe~N2VfB$RV u}(c1T[ěCrW#)T|1BCntgPl4LNH`JneY%axGˏDʷQaJp0-DSg1?-ľK"a]a @f5p 2挨n7aYF>e7jI~ؿ0>g$_+qfrIF%9ts5Ty<#͇A4tH`/"Savӎm;G 6ɩZs?{* P&Ki>Oifu#]z:PZyͫaJA#Tb0M…9Ӥ{jNs-b(uB>܄se87W3 \)4ě[,u(,*^iϜzEOiɆMNGIi88 '3׵H2;G^:7S)eܶE]6uPV:fj!exZ:iے\n1'?MA JZeo='DX?.ۺ 2+t(\YZ j5$J:~h&9}%B*uyK0[H 0 ]F`5C ?%Ы>{\L9$Yh. BB;)d29sP.Zq^~WsdUmPPۡ&xBq3e 7LM WUWޓwMGR#8(lfo5r5ݗ CH$f簊,EBؕ{Ǽ>8fD+8Coo?mQ!RuT|!݌旳 b^t"$Rch9(ܩ\qM˫|Naj &NjՎywYyPqSI 2TݸJO!ZfL%f.ٺ l v=߬dRqS~<^Ir'|E/iWGQBO8DnhB4e3 Ϻ3p{ 1ގ *]G9$Y|=dsWJu$2\3h/nNOb%pf7>HӺ[C'U<DwKJςVϢIkHwV#a@P k1pPAF/Z Ùavi{ShU3Zu[Igӳ>צ9k5yӔy邷 S57Fҙuf ԉ!6EDIC(,+Mpdq5ʪzUc 1n~&t#.HZi YbYS-nk#tK3d/"{J!FuB }֪gW=zڛ5^-8n,p'FNkMC@6E*Ѷ2KSzaCuO<(#FҥD `j)|l=ld/ÕjL"ZhQ:;מ ɿң8E޽cWRJ Z՟:{ ~ϗ_=H% U#Ӻ33Q܌'KFޕM4:˼x;錷˾]-EwOԂ~x$${nkkC2MdӤ̓tEKf}"qohe.ak};5wp/_9[|xtɞ>6LMV& 0f([L"ƶi-7$#vZlGR<5Ql؛Xn6( ߌ , 3? Y W*MH\ $P$xb)PPz'BA~/߰#ٕ:Ds:QWAA3Jˎ̨w %%󆼈ml_|{Y0\ {]&lv,3C~JIKGVy@ R)nop]#>Qʀ\ H[5kѤR|1iR(,|ӭSTVd9i\ӎVwwڨ` ^.;t{i |,8Ex rzS;Zuh3XÊ,YK)ljS57;N;ޢ'5 tj*=.J#eƅKcp/@ > c{ 9=J!Aw{bUCz9%j.*&sу|4*'wK_=:;[]YG-bLDSNṔFj#aZ;%9ow w}j&|f!NM-0ωc&/ Dbz1U34I0ޯJ̤68R=m(>Ya򌳊V+[K{qn!56g gVFENJGH{Z pPOicbEd'ժHƟ vIpk jiOk_P +]g/]? ZQAfܰZNRuuQ $3jl8wv:^T!#XYCqYr Ӻ k1:{L̯l$'C6TQ\(KQb54L1n=@ba QY-Pب[_mgMk9p5 H 8vd! 5(CoŅt~C~>Ubۂ +n1rb^ʮmz#1f;Guq._nmX#/20[/dio3VqtD6T pA/n>wk;E;paS>!d 7tVį4#A1昜n` ,+s"]Ht@0Cvbч3Ѷ8iO$M>x^wkH^2PfƱh>˦a,d;TVbY]ÿ$=C6=,$Toһ# ' Yd^"Ll96$I'tu"UCj3DǕ.F-7GtMs$`m㦢_`>/]Ui#KX'ikO@$x h\jO_IoAa\Uf Q;Čf%x}+NNT~T<4W2핥] VDwHoL wE51:Pb4 qtY~G0Fm <*q116bO_3-PqPQ&Gb^ixWƕLRbu^{:\q3W,teTPSO[%n0T/fn弾S 0 h齻XB(wY3ME!GT ݾK:0o*!OoXyRP.FoTui6m{P+(;J|I*35MvLǟWs^5\Grs=Xd@W[,7ނ83)L6NKu8awFӯ}>4X" ۖ-x gEp`X70gOrp|} W$KI&N@XC LT-oVe92qkTI ed'X;1yP0 >qȋϖpI3lfIv{4݄!aMxc4HLT p8$}޶VcZ,tKFRIsFb4_s'hbRPwW/:tD]vclp@our~-lϒyb[0 y}۝.kX +rBi4FvJ.ShxR %T˚wFLx?6`l%Ext$9+&4ʿ3O?E,5,kyOXgc2#>"P C$Oeze O/= a?TKg;h`¾{J'L |ԅz!?0crbs wFԪؿOmĬ aI_^B3 tS{%͕rv,$j bJiC1,6{姌hzĨ;H!Yl὚ѫi,-q d̉MCQӉ#%})(&c~d+{o݊a#0l?0%W.V18/$srcWW(mj~6G !Ɍcg\ܖ_)Ie^* kp qaM ~pnS0eot{0|099qnR.L5]<@+/J?g)2Is6^A%܂aWL XE3{pӒޥ `*}Nu0p~9Lst:L&:`.G{S% 1qo"--b; fk8| t*w!Ix~96QOM'&FRŷ_Z2gzgXV5P? ѠN/4pP7wP5=Qe- =ڵZE /rؓ+e}^4yO!_(3 Ŧ* 2(.:ΘRVtɈmh6F6Qlܒ̜HeG/8D`؏b`iBr6 WУfDZmX)]SUӴq*BYBeXkԬ1veq;߯!GD[RDĤiX9zӭ )ׯĖBD@g  /ˢsRR] x$ӗVh@BuG Ǭx!8u[7VؚSb1n:**Y9J|Q#jY'l)bAD5lv $JUScLbUIKqTl]ei]Ӷ,*doi-"`")!@6}}% zZ%IH[1m8H9=H|VdK{ߨS;;J&W;*K jFׄ.*ڬ1)RDt%$2HhjPl~"wtr]JiC`z69&AUUqlf$6v#y΍)d\l4ghuSM JaLve:c4r+CiXŧo4G5?~/9*% iS o'>H\I4l#^-O7ëm %eNy :(3װA({&Lr%XhԢUc3KE}xt)~k€ibda)t^Xr2MlH@0y8{ 2R+Zh$ eTËg&ʾ$+>-QCo2\L[|LkaH~JyL;i(kjx>#4X@3q=1OMORPLbSr4YNLÚNtTbtJ!DdfO-X\eȶ!J]QmrDljd >WM윿L5^)T7|JwyٍfsIޭ+7fO=8}Y Z9^t\Jpp䅳CR@RG &TS-u!ޥ 3lN >N8H|yς^491@\P=Q?C rnB1`='-u2׭N\ć>$ b+udMx8"TA<P\͔;|{!  EsAMX,R=z[65}EJeyK9vM6 )-]Hgp!QTS,AU拞IЫz`}~mgm&S <5wf-܅2"_Ctg̸ܽYks!t9NPޑ7z7B.dKt9 4I Bx,xDl(Z,Z-4uD$L+ajb: Ѿ_xAgj+7n^ TdgV#V~gRr5x+W`gMm+ -yrh#qMqBt MNߎNR3,_՝se xRUOkn63@n9FV{M/CP^u3y0UsN;I;3 /E"e 乼{K>C6UW D[y!}1E_]ȝ2]/N.5949}uavPϐ1e=ziJy=JU/O\ApBH5^hW.I6uJs5[POAcSr*L;8Sa3ۻl]֠<\:+jjRdtY{`gGިc،74 iJ#e\G>d  ]1v/Ã:'tY+ʑ nD4֭|ZhΈ>Ox"z͊b\}h]63Y;NcASSӀ>^0xeZ&PjWhQ)`^ӎ#zaX xmMN~ r݁蜪0>e qxfa!\`c.;Q?%Iʓ~W7eӻzz7YFYJ{c* wd~?1ٹaN9A 7fﲀ\gaݪN#AI"f..;*$( c;Eipz(Mgv|NhRF]ᦒs0Ď'F= U"D.Ζ*aX ;\k*ܘb~o(2&;Oc~XGxJ]򽁷D=o5vϡe7qz@32uܷD)-Fyꉦ`& )q89a- >䘙2X}30J1)` 0Db}kǦΗ'Nje0XYUK;֎vmBԐK.A擗)̝ҧ?fJ4acaeApI-|$Yxh[NU:"9<^Թi7UOCFV3@^TI0~jrG<:oGZ~ } eSw uI^ܖg!iN^hXn?])ͳbd%M \F\Fcm"SttlxKfrH$]{bM.Bl3GpZW/ܒ]4;{B,vZcAbgLq1:=4VwEl曞?.W2m F%<ʳ+YB4|}2oXv輦|+(3Onrnc_+qP=#VpZF5Esa\#-KO{,٢b,go+P$)+{y'j)Bgf]'!/ҸQ2$R+15BME3מFэp5@3v5N[n=SLH`".ttU@, PMmq _8Bb+mGº]i2ÒIg=/KXEa% .rK-~ MtNׂ4ySH޵[ݧ)ROOH*Pd=} oD$']b6.R9<'D!H}'LG#7`e&,!Ĝvt 2|AhwɣӸa%_$G7t4@qLCcxItڱ1@ˬ Ea 6Sw $eNI3lqOR \^ Mp}po}Q#FL"_/li2ػ=ŵ}^z=;"8-.H˧mk G1 2'7,M -JFTWۥVoxˊϴ.m Q}DGS.p/ RK&mBd-󂉔I~Ӥ_ v!"i,1s@.!k= yDadE w1)qٟ97Mmq/9셾, 'Q5F`4ÁqSA F[w$㬱g<ҲeFwܷVs v_a1&+̡o,K5S6!5oK6cƶhTuPQNap%qKKlT%#ަ~ethYc|sKV @dͶ1~IWbڎkf(-w A9\*u'1k0]/ $uf# [8v!B=@̨YTHyS̖G0o(b&[0άV1kO0Nfa Wv찜/% fǏEYE5dńOiUT`՛M0 )PeQ*$jZKoty$|׺"9 >gٛnjQ <mdAOuu~gZN9&H>dPH=*F2r)Y.aXZ!SW:<;牛g(o3Z;&:BtTeჟ{ 8R5;iXB[\w"bA;y֪Pb;9Z ] CRjV}f!pAi"Fi-Lu٬B!kېx͋ڢbvٕ4mǬyz5d{>l*&g4ff:x`OL8fK~´Ǩϖua7(9؆_Mg\^st,7xl $CgV4 $Ujɀ3=]/nfUw, f(?i oObR0ݝ2֋|[ECܬreN~(h$\)v!(7zJ&o8 9~AjR,˪*24?vm%wVEk?}K$6UuURpM%C'caDjZqU> \uA? 1]㢂w(& :_k,B!Iyx1װ>̇l0vWW EkѲq j>pq,MV%lk3!WK /Gt׽7X;gY^+n CR}Sxn+njwUiƦ+=/x- ! _zSӲ.9*=Ys:=YDm2Н N_܊8]QDgoTEL"=yNVڌ(%d \#:Pa=b\ "f4KaAv`cfCHbLy}EdT-y Fc&Cb̜p׺{C33l #5? E>y&ӧJA} fm"!G,t6'SOݨHVL3^L `jgXׅrˢJmH|qu~0yKdq#JZf5Ü{?Qȩ)DmO&0H,96Ҽt(rYP*Ч2?k8Y ?Ti߆p#!*6rӠ,?egNHd)654&mN)novƵpADOȘrKT6)Ti@:*W0e#;s57,ٚ%bzkU^SБFLRkH q=צ`bo1ʇNO̍E%{c¼pI^X:>[{_m0`05wk8 e'eb,є4^.+,Y֧LmSO`P9A,qa jrcd`*rs%{VɡSھڌjyx/Yrheq{dsk&|!ZK1VdOIA|-ȁs;stM}Ⱦ `pנkG,7BgNY:FKЖr,NiO?2^Q~B%9_1ْ~*&H}2L$" 0`g]o[|K˫ePEC{F8߉ ?}HģSv}d,s&Z^<#Ab:VC7 *h׈92FBsb-D $l3vŐtG7Me}.zw4eǁ.YnoǒxTzc(`Eo5jgqAR " k-x65=$o58'hy 6)?]*u/>bk*?]$k2|8LYf2+/gT%005*Hr Kl,A2?( xDfIiGA;r< Ͼ!+ #KfUe 3 -'ZYЋt01 tIzLꌻŨmU6sg lcL8NH1?6*3Cp1*o dt\k%OJjHQJ!]6]]qc7x>{VvcL0JIȊlAz@m7QӚHv`J}> ofz3Q'}|ȑ RȦߔ5g(ѐ=OLWvz(G#K# b\KX:k[Qz*m55#, //)$9q=@"jcͻBb1Хx T4 QpAq`q JCة#Io4w6 ApW,^ l92"2# ˆ2 ~o$JInR>*D9',L$0+E%|Rg9j 1޻+E Iȁ)de(5Vq uDmZsQ; Gկ Uzc,Zb@=B`DZʶ8D.ȭv|d/[@ȡCp.B"H53|揾mUȻ`Jk}$6ﮋݩPf=!o T2q3ݸxߕ%ZO|<-Kvzy!pyb[Gs=K4$WCb<CY^Y,X8n2.KүG/m;JN\]M!52DZxƜ 0X=!ahYI㻟/e㥉iD!)vz.$m2ÙBar' (&\CP"c;.:NL̵82./~oH澊ەDyDW"@FAP}$;gc)T8.6k#wp$IgyܤXP|Lh`QX3kT^_IKtÌVMpaBQPH[zP\L[e Ky'܂a⿇aݧ +=p_RF{G`4` 2h^+p' ?֥K-Kؖ  &@c(@u?^dc&)X,,f*X (oPݯs{pղ{?Mc'F R 2OC1+e  2!GRWJe\O?8&$2urs{K"iò pdo?qa5`آ^K \9."P Z6 8e6 tj>r(Y6Y.ٸXP$۹3~ѸiKERr**D;UhhM+4XyF|^A薷o]8i%h+XMKa2f!@ˊ?޿*Dzw  A $xo-NлCsSIhj5U{Vrp} ]` cҴ|SŠvMg(B%w!O$7/ odiF5\^+-i,㝼H'_/jM|[)>+>TӚry{4%OSkߦm߽_ޑG!PhEY$(NDnHZ."#H "FGdNXG{R8u6/k8Bz1V}S%uW,wɹ%*0z\rة%:s߹{KLoqc3*o%U 1-j`-k "^n!r(V;/[IC0TCRE5! n8S{0y|)-`%7Q| )`Kyw]TUUM[Y~SqIG E7 3>' ^! X&ƋǃXzW+w4!r-qvEF M~ϛ"V7@aQh "rӊӰ|À%|>צOdڸ^Olm^f˔S'i$0%M 槁ȴ W4ojm> =YU,H8]#wQms\مNc1 3_` I9+0>z@of z%±Z3O,8SrpCVc5xV (;4:r6)U\<ij xD=Zjc(!2{&㧡WIۺܽ7/-)/. $@u:amf$$*Kt3ӎ͎WQĶᕺ#ٝ~8.t"f#vʾ082LH;妔B4[a;;p;g@}yweueD 5~P[P"#]f~ tYb?m.֋zɘ7%Ɓo&Pe*[1Up=Q{asdROG; X&dP%kmD<}\6 m_A݋-0 !=)w7)sd"2FrEe8+ osCĄ1 3v/"E|1U{ ( ctr>9F?jq'a뜇 IJOM6>W~)m)Z@%SBe#Ss_k΍g%|33H~-AF)"h-9!x1d*i[8}GR) hb [^ 9X+/_T7߇0j`IbkfG{J?y`E45Ҽrl[œ`;+^Ƚeԟ7T($Nt uU.OKIyVZicc㉢e4?Ջ٢Ku}m]˰C$OGުsƴ@jt>HnՕB-Xg=0H\!7:fiZy~&9vy øM}n>ƹ+3TКJ6` ]1ԧ|$#bp ]% c/kS zm'*cRwH/Y g XxCS-^Ho`?"|R'T0|6Կl[gYV'#1:-bGY1-gϞrIh@LJV `UHo@C:m[JfԢ$ !,N3z[vf#Ie-l\jP?~{t,GUtaV]*`y Md wI WmQ8cvFdF>!<ivUg8S\3Jo GooPkH:VgZr'5()Dp|{V_ 7#-@o R%tuFz(MK6]ɛ ,Dub0J9.Y\S/ r$čks:p62<47a䢘ԡƕ@,ub^׶$JbI:`R)!p=iKi񸛱E|[]]$|oSd ZqWmi8H)/lLIJFR+G0fj@OIϯvBo#$DXk)*]yNJ)PVf~XՀ@[BM9>l0F T;4G|V.eE'WIyDȦWɨ)M؜3 %ԥcg \0SU%?7L=q.ޠ V ؗ[1MxJH_ Kq#߳!Wt< tA1A"RYM8OIU}"0g9N;{a9LlzߝZO_)W\S/5`LP!ڻ((l6 d"w36›0*R/#!KIʸQ) `:|yF{ALf#%X|1bKtm_Dd|I>tDל}FЇS|È (3f4L̈́EPdxw`ϟ`k%%WT l9Awܒ-4"Mi Uϐs!;#ekfg-E:k't{`iJI-[A܏ b3Jxr#cXѼ ,Vyۣ;+;lg\Ҿ?]-AgRF* 2F_;PXxpAQ1:14)1wh5+4|SWVn1O $'e&iG Vax%!;.( :6 .-2}"ۍS(i%Q>_ #O,2ĐFg<夣 Zgϝ贑ZyGi|AMl3@ u#@NlCb͋7XřFxzdΘBa1ƒFGQΑXYƾNtL%Mo0+UT-[u>3 '(VGm3%ՠYiutn8Pe8poD+V$qKѩn޻U R_6X<鏯l8hK㌗kfbSUU.)Y3gCdyն^ @6gb]ߣn 56o( m]gF4Xxyz2H7CB&7+V;ӊ;OT~M[㦦CWLw'L8S(Tu 4qo); I}9 EwaNY$eB%#.y |bϙ4Y2a>)5pvLWFoy8mc{@p"َYRA_n ǼA8+O'KXB0g𭞚q+qb*jPhD&9̋GĪIPHWTp y޿QIZV9I&if& _ދk0XzP YV+ E# 1>wKQswiP6*-7tyw7bjtnzgEn|eO͛tc}2M\s -dϩ,'ΕSŘ jև«23'l_KhG$41ZnbhaQ;o6ͽk ;%cs-e34 5]>޶ða@+j=E*, kWfY΋Gb`OCdScVqv _b yڮ}D#l-6Y bwG<)nNty/Nˌ6^eKmaBߕzaJr t|Lv2l8p%ā-}s]`gݣZ #DAt,qU)@Ƨ}7oK3A{U\v;ֆ6x;1[VC=1@IJ ݢ2kl$Phi2+NܾH?Sz EyI s6gW=,%2]x2XXT童Ӎљj2h+ba[v(t0՝J ͱSxop4%xVܣiVZ6xR6zRkDkm W 83 BXRv,S>lRb`4ֻ~xbPӍ;Ф)xm{\ RnZIu#Z"w QR W>wP>XGeSO%M ' "92W ^JRqZ؅`v$fGDZ?|+gC;PF$y87 h8knA3a:~v238ʕ= 90eW45Uh")Z`$[ѓ44sxpr*K,EbrO+sւה_pꡙ->Js~T&tVb7T+az9TM8{c')ݺ+cSaŖhy] k.@Jmz v>./u]4&X~c G) Tnjqj3R?'A a߯NXjz<4Q0-?K:o[vDrW\Nvr!aE go$, 3VQOLW_G1QF쉽A6T4Q&iw8q`e/2܃@нw%ސ!bߚk97&1YYUEǷk9'mUqX.ʅv4^<_g` F^ {_I I.|ڶBKzCP?)c!VmaB%s;^I*Bߦ|YNX8 0OQ95/A!W;v{r"зpb2A  .iIVXѼ?Ǡ':2Έi'7 ȲDM;gNrM{C(5WL˦H (2b.S@9RGĎ]-fO"BrtZ`fPl.@}7| 2Mk![^62*˅2wex!COIembT)՝6BV ꈅw 0"aӜPl[w*Sj2XwURބ H}O hi&O vخtܲʣ7uKPP3޹Cqamn{%Ka9"g81AOS)Ne:gfEۡ'JU>c7$-q|R,?AL}@[/A.*?8Ms%/)=o_|dj^:seqQ ߁Dv]d_ ʳ3^BҠc>afƵNOopf&@qd6=L,Liޚ6ݭKKC?I,.ځ*v]:$sZIu؆ȬYyh8[G('=h7$7wVԏOhBJP|":5ٝ3W`82h~T U)VvaҗYy1Yc>$.2$nhwCaG[ɂZUCu Yl?Lv)(sox$tX#['xqF{Ӫaw̴d ,JP;HV:)F6/gSs?&X\yCҽZ.ڸmh~mK ^NY$D@S)%JSlIG1+SᇦGq z4Re^ux!4!ݷSѝ/>}Oʕx0\\fK*9:sXfg÷DTfop֛M*j0MZث.ѬqKfBzB1g~7*$BVUZ;`M``C DQzr)H1i/ RYo 4bG14ݹ)`o& 3:{qUDXlvC~0ns ^%*:<01}ҵ)0n9> 4lz8-.@.v.W ,SP 4 gql9]-O>R q}AvKo,ҠoXSu*,K1/ >BVmT]qd2OGjy9/~KcV$4V-'kmvE[p-/Z`F)Z ^K"Pv)\zzo?j߇ \PGN`@]|]~ цuckgYh"qx%vI;NSqhbAA/Dm[af{o7af~EOnofD{E8 w!y݅Ajοf/~eYl]cmXjВ V!kTɲcze|=.֫M>'Ijj-qdCZi3_f,;f¶I6_zFg:=6ԛ;K1 [6P?[έ{ZFEW/d`@mu@#*Ek]ʺ_g~Ȍ-0L?/|-\d7T'|Dz/"1no X}B1gjpQdM 5g  Q>>/$$0 QNgCXML 9ӆ$$_W GP~'vzkmnj++ywOVLdch.P !M/:&BWƊ\CHk|E:U=Raݒp%!Ѿu=oS$_n_A@#'McPɏk,.& fZ/_f@?Mz[?; NO~-,ހh~$X)o ;4"D^ҥhֵ) 8<'RcV<٧'z5d\9#쿆h3RDql(A(=5+aئ+)U`waMĺ^>C:C##"\e_!a#+N)Nh,1`b#"K': BB/^"n1E黎l u+Q-r.Ќ{`oza-Agi]tT SV&T,?%$'Σ>RC',8jHDأJ&N̞L0v # Sڰ_(u>_x_UIǕ)J .xi2^t6`k9sƝr9C5:?eea1[`jVFK:^!dQčmo{$[6M^KK-ȋ{n {n^ o|=y<ZFY{)H:'}9ݣI,o!o6NE *mWWku\ԉ~\nĽٓ4ðZ0J䦤M*3lY5::d g0$d8>%%{w9) 2MڡWWL"- ީQ2Bq&ַAvSZk}Op J8\hޥ|Yk]/u'z.,ȶSc? \AvgU笭T7QCJZ~jPSCP,=O:è!_26+[@iI/ۿO92z61'd*" u0fYby*MƐەm`E 8G8n+3C8/8Kc^76h@gٻ)yVm{g7]gWfA<ҹ޿ζ6t*'4:Rg%)GΥjH͵u\n7}C}^X} Bɚ3VD#j)d82XK>pÊYs ټ Qdzly_6@1_3 lĦW9#K89pď7yz7iڧ'dW 4 !nGq 8EЛ1&s! _{0&uJ_ mϊDJ=_0 cPgI{5]+xRuWd%㄄MCj ηߛU^= DfA:<]cb-YU-~NK{"*)S( 6 y♺=]_Y93GvOG& KyлcD`vcܺ}]N&FI[C826P?&Δb W6(8_nK'elfIX-"4غXrˆlSlŨbS>^R"E?e I}|KDM7+3{گ7Bg?J4 @6Rmq~u!Rf9'kbmzG^!װc-e4CH[]ofܩ@w#sLB,pHEjpzmDq }Pery hinC2 H(e,/ G٥7x9/&>bęʓssyݝ(r1_Yr܍ qˈi\ M$uy~OзL,f3C ($cXԊTHRFTKTmyo.$><`̯SmGE`N\a_&(mM-̫\cT !u2;坨(ÒQ^ afjP=h{zf&U6gW$nF`JW\dva\sw&iCYAa!ԙ>oƀхE_Hܽk;tmu~(x^yTC$Dx&`}.#8JWHHMAJ;T9QɯbqOv3qL ,[>D q/:) `d999 OR"m6D&m//6qsЍ7S`ܾS 7'О'4E!3"K0\/A巚)z;>ŠG~>>D+!NR,&a7rdP7q_n hTbC5HU*]KEċ "RLuå8eRdZ\lѐB-v[Ħru&1d-Jzwv&ߦlËV)_dDMVwMQ?- c9Eacyյ'f8Pgtݸ?ij)G5NpI!P^%f&S*r+yƺ"4%l^' lA`ufPKFw7mSob7.2*ϛVݲJζ2͓@x8;΅KONk绡z}yD@R05 ׻jߟ"wDa# ,)/~VvCS]ÜL0@> 2F*:DRl|-$=J:NY$qh#ӰT ${agH冝#u+gj9?CyBvgov+\6 SDR~ 7;mR4 n{|`P/O >[=V8b{{Uʱ=1]F$ٸq1+GKXz* ]O]g`^˿\\C4ŞJX^NT8nߩ'^acN /|J^i~o;e$c [ *tѿϥmcm݄z$ExC4sZ朊Dk8SF+`rj%D ʬ  ¿)ߦVf3RKz&65}>R>`0 XTA# N2D+3k;k Ǒo 3WcP) KtuџU{By=.^T RNsO8R p L x('U5f64ٮ,p~MG]FNdYU!kR g3YL8R`vi2Δ_>*'J'JD; /ѳ籖ˈ: L@^(7vz';*?ʧf;@fօ7i7~CYh@Ʋ  o[1PF%7 )+HZ_&Նk2 %[XRyKxԭຏTWwxfWs]'eYU=#ABw8='ӳ?7Y]ང\3F^Hm|еjo,ߵנ"[Q#}aiΈاy2p^n*V?J[_hoO_ȋL ʚ |77̎6cYSsܬϵ\0k]$tW[ppT@3]&^ϒ.)k:Rz>F2*0yʴ+|`kA:[CYh$grd; - *1%M-S?rBˮq\92LQ|1ɐC\DÅy=#HDvהK/H-ؔx"j ̪/ }0z0$ ˉ T9R1/jtt [.fH^QAmg 9hGxĸ:\F p'',[4(p2Dȅ׸qK2iJ^B_n2Z*;,҂` nf֩|h>4IiW:2 ?}K]2tjg($rD&udK*EFGgӡ?lmR*qW ̕Q}j?yq6ytBy*a:ݢ2J-N"o\#[Ү(nU$d) }£N>0_7v `o9O}AŚB'])Fljyo%AoK/k 11u^#;L`ݿV9$Si#|lAñ,Aύ .[;UYgxwwc50U3ϵr фa_>qZԘxc,j. ꆖ/[LXLTd<ܜ RTѷ*:'1Tnq&9e< 0e}( 9͗ɦsj; MA[Q 9Dƒ PVk$[:€.bt 'w@ڡp &}0Ƥ(49cd@ h?LK ȋwbLK(m4a4OCy"AGgB{(3] _݂ݴKwbhA<[ \Hof6WZ{NuCՆH7[ ļY5( [ ) ~|e:" ;Loχ & ) c!f#i\5zb_9sM9$@aPRHSE,qc@!Ӫ}rA \M\$;OTN5bo'܏ //&x CODE+N)х놪}qq;_SAni, >{r3\B#OC ɪ=μ̘h!w1'/e/[Pr0%{SϼƾmP+(Ƚ ! K @U7KMm}[rp띆EY-2?3"ȌК=Ɇt+I}וnY&T0Hn2r?"mV@l>0.",/NϠ^"s_ڳR1FǛfMoc7"Sk,lJpoH` JGU1wr ęmCMuK0TgNhr  kzYWwK(bE,1} 8I\/owYD4zGwugvx$#su8k |8Ѵm9Q .ד9- v7=nW>hb$~ڈ5fA@ b$ 䱄/i׈1=WJ.u"L\GM{>c_?˅YE"x'9xPDLN|ö?̟a3fǾFsl1clu(g4?V3*ƔMo4hg]}vuc{MXej@_ΐmz+<VHvy'.L+fwLd(,jwT UďrS^1cmCau?Ԃ.ϮX }G]? H BsIi~@UVʗEݜp svV|BŽYċ5E@?,VfˮVēg /ʧ7]{,:  @Ƅ+k(𥯤,h 库goO'!M~bq\HDzS ݹaLC[wE*Pzb۳B|b}F !תPIr>]~I Z=g$7ݎg|Hx$vI^06>pYl49.7Z$Y<;#_fn m(T N=(#7A̟¢FC(8̊U쿄(Y 5}.t|]L 1il>ˑo cЗdlɖazb`Ɒ_w1f wЄd @ZݯʂR"#׿}Yt;#b/Ptp[lBO 2owI?г4.1)v[ej/:Y#a 깬u%OkSмoGwwVյqU@֙0؂&!`*C_w=fh RPm3Q8Rm,Nwo;kH.5]`C `{ߋAs^hоRPR/m"[Ď#E6CYػHuyyLZp mB gqgf#vω!ZmU^Q52:^%w7uy5L,4/V0 F D? R;fSp!Q;5DJb ֟sH >]ͻu᥊ g#^IP ֨.b,W5A.Wsw\UZ臍s xY,#QõH5nw#{V@Gz$zk׼=%g)xKYƜ# s>=DtAȻ8%%_,%IHU{[㚭EkDҼfuB+ uoSB˂?h3DO~'eɋEPOl!IHlPwRi -\a-!bs;" :㕴uQk3RLFWk*_(8F՞Gև?BBܨ= K{9?i24ʰt'XI9 Zzf1^7N \K' u&Yp,!~ڜvV&r/U4ik(FE/edL~[we uLu\UQRЀ٣3v% C-b U ~a. 1疡]7;J7I3#;C0kx(`gD|Y0&se.Q`Y/ &6fTgu2Rp"jK#l 4_-ed-@㬸4_LXk+Ɋ|*S T𴆓ZJ0Kߐ%)Vs ;6vJ%-6& "N,u6N мo{:7"d"<>?6)G_Wc2@,kMR0B4¹”OoVA':|: ܨ&ͥjЇ`a 1d'+؆P~; xN_7[(6k e# *^,89 +"I!QF"Pӊ 5JփKorkBT`UEڳS|eO&T># 5/16m?5q tѾӯ^G$gTD: 򨮤EÌHQ(7^{{Z |Kq_hJh{en*oeWkP`a45Q2t-G~pt?L1m)cX!=5% v5gD<D.h J?nmSK߅hYwfN48V`~^J7Sv{,|P:qΦ54Yϩ3t¥?)qd5ʇftTn s$Cw'Z"S&UJi=C&J(1q!ە1+W|ҳ7z']J|wZM5i} l6xQ !gצL :9bxhdǦ58]̉k72 YF"mMĦk4X;@L1ezCW"{K->'vw-$ uTe^>OIz{ny9#5P]1}KkWL7lfĶ.HgMrw&l H'6\/ew=wr,lXakfĖ(0lR(OtKhD31Mn!a "׆&vF/1l "jӧ1֢ٚUvJX 1FԒ^P(е[Xkl{#)A|Hkg#z=j+αnZ/2kUW1/_逍D*\QC||!ܔ^x=&VM5xNLbaQ_ $8lAz}\Ibz%% `P8K^`PqU"MYw[3qUXx|ȭ绬gk%ݠo;:{K9>'"3G%GlEʎ$i7=T152>GN2`5Ω3[;N*a4T> s=',GIX}Wۓ[- =L?m]Yu¸v r7fgNjJ{J֓e)ԜYm(^/ܫbXQ~gJd*u%,nIGIr"x6ǿzC,K[|5zyyډfbm\zDS+`>}؈~)hi.!3=ů}!m=LW"@%C+]x~FE)U4'kAQ^R![ _NXWADE(C+&=؋4ՀrZeB]7Y;gʝceiҞ973 pW4RZ6@=1w[]-*'PTv-1̈` f-@û0.a(j1I{jĂ 㸠eeḮf$qB MC5uȠ8v4(d m+#5Ϟhl9ǥE'N#oiPE,d̩εoHRɖ7H SMnI'@›.䀒E4ZJ)s9A[]!̷DKtTs3(T.7Q4ȟGAqFCv8a2008wXgMã+4]l}ZnkPyT:en&./g@-H΃mmO"Fu'}ji&; G/iޭ1Hζj<_I}ERqL\TeĴ/猪c;榴B{҉HPeP̎3e=cu|PTm6{("\E۪JsU8?Rऍ}Ӯ0"#=,=3F"`[Df1.[A2΍8X=YeVm_|C\ZaЀu"s-X@pܘȇ;;.`q@yU NQ[3FJe*;Sɣ ?NҌpܢU4VA<2BC7  TyW|vu ఝwS`Sr3] VQ#M8rr3eG^@(оvƪ14NkhH9V"?Bb)m~KW+e)k482l@r梚wtHGgsBn<  _ގlхCArz'e BP[֧وj_Yse^o5^BQ=֥Z]GV^-Cfd/+&]2 (yQU M$vDc fVK'=qdvp;cf3`w㋆kxM=m FN{O/SEMƾT}@iЬ)OjN hAB7d,܄3PP,QQ0%}V-[ٳ>#v5pȇH_' H4JfVCž¥-2ȱb@h7e#ሌ:;4*KjGjxsEƴ=n@)=f5|KL]_xOp0|< f(Z3b6l!PWl3Wkv3=7-`F. ;_h<㢵>0:QS_YJN0q#uR=ܪؤF,kL ł Ew*rjɸc,A}hwd? ۊ1^spy&[x|Rvs#GG=dJs2.AY!7/d1$#c U9[tCꔤ@29@}HB:]%i">͍3Y@6qqCn@$,ʱ6AtwKŝ1w:r-հ-,?w>#DŽM+vV%(; OUa K\[y>(wj7pw.z<`2_Ӫ~[:(*ęRẽ拚` TzlFug_W+6'*,Y-@ _hr<Et#W[՟+JRB83w6ƞFjr>[!سuZUi=-ow+ʀ^n+0yPeS\k8AWͪRTv.}PUW(Z_x2q$ -La%nhr꯵gqDֺ+6EFl~`Mjp̞Xom'/66Yx!@P2hgdN8fW1]S"01L` `cV  >w- ҹ*Q8\!+ZLõOsL&UFm%c;MwM§h64a $oH&'G)g pzK =nJ)0mJB lq79]/{@&T:y8Ku\McmVE]Xihp+#=|7hmT|9O 8,moS;IIUο#i_E=~lu5&ىJE['( $$؍}@ʱ] % n ,v{-gO 1q[:XD 㗋|Vq'7.lI<0"ŒN'%dOT(Ld$O^OɅuCڦ:=- `¶H)#kjb!\b͈ h92P{\sMEN k@ H*B ) ʿ>g Һ f(Q3Wu#FF6cc^ΊLcDGOX2:Eת eڇ= ퟬ ̱"WI6V^[)cߒV6;Nyx4;(f^XLuJm-!RN=C4UYMQ-C.PE$P\s"Z1ޡ8M΀^@#"U(>$s> iYriKgh̤»Ygc,Z놝8C2Kcé,/!LVXf';n%K;(pHȀYˆ>? >liE1l!Mq͡0\ `o>zoA/F`8ŷZ}X]m_8 'Qz r[k.yYaΊr]~y(}gB(Zi%@&Je 4ub/^SĔgGcR+_ դL'Ә!olF <^ TI+~;N"Og w\WLל\pؗU#9?'~꼜_`g3>e$Ѣ5( hF:urԺMOȲO@Ck6%~k|@A 48t&+(";=Ά9rquU22"/cA6W}܍T7Ns_ӜwQ ]@IJ97HwAOszQ*'&v|U4CbW>+S. $)3 B?V (b}ۗ1kt ,W+įh_sQn¶#'kVV>ytL+u|pKL"ax^1j>~4hTAȋ$6!qaAw!XRVlWr0r*'Tݟus61LM#܂2 ωy汍mX,3#aY~rL%+YOL*}f(+&*CJJqVhP 5PA:f,(@ՙG b\CǯVhyP&VN?jόaٿ*võ\"B3Ƙ+hᤌ`'HfjAc/}D00< Ɩž|N'% VYZ?${k٦2 `'k_dƒh76QN@c}C  KCa AV:C3mgRWGf$­I~чC/ 3nj/NrNQN[}߾`$Nd]p*X!y+4x4/2v @{y6<ŵ\z /ݜRs+h̒{APCLmLhf"켸M,5A'| ʭβYGO%#}R5L:'Xeh:T WFmW1gyͫ㯣 R"A#jw l)^h˷%TQHtxP+֛_ rJw "l<2 [ arQ0aby1&v̑?a|^&Q»@{?ETnک ٠s`a3+Hf0RvGvqh0zk,WÜӟNс O UK(ެln&J,]8+rłm}!͍%Yp[ pr^i",P?A1`:3$&yjk6<Nl:UXz5@yqO[s ^:/!'͆DpWYaYEcɫ ;™[U6*|~EM\blQb,OFK2nUtA2.5q r93#H?*s] d|25׭߁s:X$8j|d!kIas~E)yհ0L֬{pN3u:Yd3no'X*cuRa_H9:YƭQ2f%CBKV**1xAPzP쑜3m/4! NlJаF,HJʲaf r0++q}b^!B Y@)~􋃬I9 v$$~hwដ2gTֆƶt m*-E2lڔ,!. ,AjJtWLÑ#Fu#҄@V+jFٸ͢ 5 yPV?#B#A:*ƭ)c,ˀR԰LeAeH~P W&W#kR OWa:W[s0 R`)/.&{%ioKF? vSyf$qS $U0(^l 2*.fjoP[q8~>>!+nϫv|\Lp]OgX_AWjv Pd;KlÊ+fQY$rNXNՊn6ra/Ǟ\k!ɓッO,RCʬBl{4@LEaS.Vs؋C)TQo}F_feMBd/F=AA]~fR݃RxJU¯Εç"$/#clI[] (C0M[QkA&ŘmfhZkÿ* Ny FԤ v ^v2l\5+EO $XaC`C NjO$FY׃iȽNODV膅xbL"M;T, AMzz.7 )Iv|v\f#Z (74ޞhv^)Z3TZE |PRd|0؆Ө㏳u9ɼ^6EC}+m n|q2ggQ+Fw F̀vg`S85Vos{qtQo<=BJ:h(GiԪOpl\W/):Pñ!]}-'?yCa5}h^i6r@ 8Bx[&lH ٙ>滀M82a׏s2ӳK}+ ,߸QV5j=/feRl)o0Rù1 '`ПAa?i7ϼmKM ( 8juxStp^7P~R{o޴A:س? jV=_S %'W!JV>4١qz33ާ ^.5A0A#ɇoD([ 9^$jn7K\!Y堠Iz`(ϧ0NY$.dkd@c{7fUվݑ@[)ZvHr/\QVӋRU -h8O}{fx4KޙVb]CБaA}jLUg9X&i8y,CK6\y/jlDN!:Yoq& w9lB w oHz㐍Msäx\l[2ԢDщȑhx|/1riթNuY6:W(Z zg/ XbLvʎ+.J քHNԡ\5g;}cuqif59\rn }&JVۅZCV"{-|ngxU=zD "Op}M Li<`Jwaܴ#}V&z*dgy3ljVAFjۊ#-8h>Gc-p5j?"BzX]AANGj]Ϳ*Q5E'<|^G=X)H荞='2 ZMm 3XV [Z[[ƁA]Yݙ|1a-t%(e3ӕaʝFlz6'LZjH /߮BB{Z^Qq,_6&2lo'%Zp_C1aЭvikHdPzYfsr\]>aDu\/WC@=9ohF' ;>pE[#ߦSw>gwa+5P"JܺGFŵu_M 䰗(= a?ᐕW&E68&3ѡ~{\f_^gdg~cZzg{cocK1DcnGVڙϹ0%穜'mQ}w%&I6Syǀ'8ݍ(Zl;N:k^xD>ZY?}'>|Y05-KbG5M\'y_T$mń"1aB4ԅ(2::n$%{A)+|W5PX+νH>ً B&Ci&csydT!Ԕi?К<*g᪞}!S;Hsi/d6m?Rc%Q;~&""vKkiB۸ѓ=(N.G aΒ-Ir\;Z,]cU҇OzsJ ٬o@ GjS§Ǽoie "X9%їIeߟoP}9\CvM bC%lubտ:܁7߰fڶf6\͂mriѠLq'Y-(48B*VЛPat507ænC{.`%^g9e(WFhBE=cHV"+enYM~ѪW:6;ǎZ&_&H=0H#LeYc g XR.4ܣ y_XW&1=ί/0}sH>OOT^%xטn ^-*CT2-@xE5'|RE\YaPg _'8z$%H +6 prY{o@bȯgC+h֧N%%ma>{U;Lik} 3zȭ(/a} R.Fȝa24ʹz]IXla]$cBn%Ǝ+h?vId6Ѓg:6G.2P+Ʃl\2M&w־KTʄ|srwLcp$L%3RRIw"4_w%- #R%/qXxU<8BiTfA8&'qԂuv4yM:{ؤآgiuPL}\jSYY&Vİ+$~IǸoZFg֗䩊a…hbum<](c[VuB d[f(v'f}!y/"K /(cEh#ZzXɏh~C`[XQY5I;Jw%Q3 JHA𖩯ZafxG聹*chbm"[-6d/:8%e햞4^Q,Q'=&,m+c;r͹÷I $̍y|/D{Iwο4{)V+;Fd_%xEl՟N7ċ7kUgR9pJeCfĮ,̗Z'd_GؠsBxzZ1gWhyg5zIŖڡ_wI"\.@> F'* 0XxͭwfI:'BLcj.3fD |Tz=I;?i\Ɩ1MYm1d#dcśa3E-8T BEZE炄 Эi0x]Y&\[ھӮɢ%*D8K_~-jzLة5tmo,7Ė7H {z '*J^BX&3RtFv#SE^Ry ,p+eB՚x|<% K2z_`rȅ 䏖K|1*kxhA9]ﴱ'27w JbBt"%|mܦH\'3}Og;OmuFB~$*RG%i>u*{jZUP&m#\<6hߦxJ̯T䲯iٞ3_B|R*p*-IhAGQve7yAOmaRpX;IN͏3 PRּImP,]g!׃Dt^ZB1UE"~M"%~{ypVf )%=L 7d=:>vg;y6W-=ݮ:WR}a7VϦB-ʋʷur}^*$ ~<N, \Q$n{+{:TZjv +Kc&ũ@xuzRqvYscׇ6yvBs*ߛ hEcF!x)(;L+ 698bk.QDj%0Z4Q-M tjg$Ȯ2ShWU`OqM/Pfin1rͺhaG3kYdž/ %=0ZYvE7W7p##]dE!9s^Bر-O)ЗFSozc|Lr3ׯ"C"|Mfh% i7MH /Ⱥ"Wl >2bf:E}' \uvG%\7+a@O Flde&zPJJG~Hs} /B# ^R,ҩIOO?ZWZv\s&i0Zrx..3EVtI`X3]& >A 3·u}ζ~K9ELt~X3vr:͘M4xLc)I)ED1}k5ziaSߋ*bd i]!+U>8 AǫqUb?% ,ձˤ6od/%BBo o "QTV *pXR4V <=V#U[B^f1EX,3Y+FeˈUYs76];^%jKxQaScGȫ^^!_R jƪ\C.?6T6@r}b@-܅Ά٢%_CAN!N*;`uś;]5I75O]/q~Z {,@1[TdtۯR} +G'C3 c:]b8]+z+}@'+`/b0'P n(@.v'C,_l0nى^f㑇z!J<͞}\:Æ4wnsٚl+KX{I#VL ݢ-s̉2-!ziXtV8wSN| C˅-քIoej =SGHsGH7{[f]_MzxZeTdD\dx5,Ud"]\:-kSyputNݶWUDTBؖĒN p5%;+bKw0> 6p,[b^w O;A]vb'"W ů!{Qs䴻Y>ݐ^p^qJbنFCNJҕ!4mhN^GDu+~k WzHkD0d2bMabP7"Z3r7n 3 U'p<lf-*[3UW Px' 6go]p3uH9oǃo8]84AzbL5ؓ(t&ƒY>]F~ ~{W7Ҩ 9 !F%XZ3ؼ?CSJ4zՈeM C#kiuWF^"k+kmi:q:e N8(MBtx^f,pjvaV F]z{~Hy^bg "S}ޞ=V4{AĉS7ұ0c26~#=._J~8sTS h4V+Y6 ៖MZiմߺj G[54_oAgٹ7/XxrQ=ueDpBkpR$ \;{[Tぺ&qD*u)IWf1ag&vT}M&%caz5*{>]0i>Qe(Rzw"϶Ua[b㌓_G:kLcM=-G&5B*c#26BkPG@ .QvS-}sP# `N/-*ƌE7bP#&gb 'mr;tGkIn]#>ż< QgF-1ו obu!o =X1mKwk?:sڭ'goIpr84M.)otD!g:#xߐAJͩ !*BQ6c\fJ_e]i;R:uvQq%9k|ҐžY@<[mO`&zʅRF zœ,cr'a:9*b%rCg 2e<`녘|bޣP";Qb +iDVx #B?"+Fxy$P2]\MvT%@! Lzֳ&+EgUr5LO&^)*~Cs S yne1>drw_-B?:gZY,roS;MSvg6n2'ۯڣz6S`bb.5SbmHns3_(1PR1wqI1s{ؗ`ʆoqpw5gTZ%J.)Kzt5!=#6NM"E0Z2{Mu[ 7>9R~7o 5i g8h6|Һn}C#OsJRU!6MێfF+>q $ɹ}SW,-*jx&ȴ9-GNLoȾkqڼUTwgT@GO^f#Y??vV{jW(ߵY!0۩ ܌3`RH&}!+Z&c$,1ƨ3ߋ2B7ON'u i3n/p_AP&OFc K/_oꝥGBU/cnM?g~_n"521wM/9_<}PRƵ!,5&n ̩4ӝ *lˣ^- ~TD&nQsVv 0CK~( E!- lkמUCG<5Fw gyrŜQ۹4l;}hAtq 1/D't@` 7?rt ]bӡRKI~UoZ' :a~t5vNܩnR$щBH^{_ y39쫵Uz@/CP?[i{MG+]ER$Ͻ;iH9VگT lxmM{9S{Pݒg|Q<zx瞖 q;}/ ѢovS 6lkvt(CX}P:zX΃D~9ڃ c ޫ0lD:#pU57 ٧-M,Z'WPue?y |dHZr4M(f'͌dœ KčGL6~F p{4KcSJ9ܠE) "F *@nwF7aÖebFmqәjJP vrtE/Lܧ٭`tMiӄ&aq[AKOsQiaq 9Eun\2iwz|6h0 [ns7Hs䎷D#?K'Q_J[yAP'}&GSW\* eKCA֎bz?$&x`[L`C%,[} 쏄dnh߈\[ {.H.hop):\2YN7t\|B-DCXi>RyғPϵnȡFꕫxvԱ!,Wj0ceu;a<p@8ÞHLJu?{*L101r7q&:?ΕE.0X/w=;uoT"AiYB^ᄶ)\?RQbf.YX@#&ia "2/UG?=#r&}uT tד1Fr|2XgGHO2pj4諒" ['jЏLsbɋuƾ<˃*g3[[0sqa]{4NHdȬy)p̲>5Xkl7%v, pOQ͚0ΚfTHc:/dOE7g(n!j ̸+̚Ƌ/ ANFnMgk:)7 & !/ /h& ~+{@ _C[XۗItX\Q߿e/:~2Q\Kªd(HSG{ 6x"{ȅ7|%NBP'hn?kv(z #05Y;_N 5~Md1qSlt.# $m\"V!Dx}ԧ;(97O@ƙܤsq @,z~04tw2"3`tB0S(:RlkO1Ӧ^.lR d+ﲏOhJ G%W˰|D'? ^Xn7JfGcr2.;}R6cpyGLu2+GCZ74)D3wj6&~x?qS졮uf,{C_2^BLԮ76g s;-lC9c3eCg~j%$ZVCH 6!z0o_8E@1cw0zk=^,T9n:dHYm}έ@7J$4.UW}mp^*! '!+-`w +0.~2\ ѩr#dŇ4I}s`u'|>?ߤ=zvھK|{WӓP- ($?aٕaV@̓|ˣR0BW4o25-%lD)FK$A-νwUl: Ky"O0w '˓KmBg!TwgpӡDh!=: ,8iD" v3̔*}bե럌O@fyC^/cNJm|:G$)k}AvFGv{@_wqÌ;J񠩄+΋i>`T3&Ʃ U,jmALC]-=|+bN{)ȖY!tn$\_JZkfQE;Ft'qP)z>GrE$~IaU;m־qu2`cE%9SۏEpr[vPOR|8N [h4;Ė 66cBY"_5dr<i̭҅㞹f14TmrjX,I5Chw1kO~+M'^Qe~*Mh4D%)W) G~_g }wІ8f*P>ؕ5#C/F:Z]8L wU̵7B1(NF pGye/#ZWP >MJ:qzuPM\h@{n U;D2Tywn.+MZ茪au"փ/\P0C, C R }-tBA%#(i9q HTۖT=Mi9ΠoReR!"ˆi6%t" r5|1 % .}a(y" xH?ee) <"' I"V7{G^6BΠ{{1-az&LˣwR(s|uar)1%˚5 =5@+sDw2#CLC£.UxU40,YWO7P}s Y8&(!D8u~a;#+[h'1)tW[x!nxRp܁ bĵ!ىBkS wQK 1_E?R@IwTeDיW&hdY ,egb?&$`@Q! &ûpm3ptukF#U9PPzBy.7Ojm30/s6yB+o(t;߹KSI|CAKs3ȇ8q$t6z4B.>~=b_鷼x!NDE @GDu.|$uxwum{8ȼ"fd. ` kD6Z P"\9+qTpgz732uj/P- 98``҉+8w /@ QxM|`s Нh}]9qa-]HJܖ5 MGkwѰ>_?WXpfC`B,؃e:@} ˉ&c)6zk`FNIgTh)h7Δko(*":3CǘxFúί_},c12u Y:sH>"Ȩgs%+94V˓؏'*Ѧ֋%7b  b}K B QFF~`Qa2`YN -cft/NY"0% i((< kVbRz^D)s>ȹK v}4)׼1'P.HyMZY[ܮ>p#|g@`p^kS 7qѳQH\Fڗ8I&-ϧi ̶|l/K;j֫h'cdM+Xk:[ ߾e?aOE@+dDU8׈7ZݩXƍv_YR?w <芖њfD|hK+-gcFKBGY/ j 1k/%XcxU}P\U [3U(NGD912N.#֝"r/twla>]u=jviq[d k4gK:S'2ak%xXUTW;uT^JNpF[rƎyɏբopO})<[fְ˂eۗ ⬴bo&JΤgiD}}`jOIpW=;ˑ2X5 + w-ZNx2=oXs1Qtlѳb2Điږ;!An3R)<[Ӎx&WN77|/Yƪ[fn{dvp'#Kx1 P y6敾s2ލg^>޶"Om10h{_}ǗEaWq=dcB\tl|/]AK8xM/&{c\Z־Y'A^uhcew-Frfqh3؇䉚 OqP5t6_y&XeN_4T)C+Lb5b7̜1$((&5J $]c<-SIb>~@QTt2??_.!T~ h 稆c4`P.B8h_BQ4SvVMؒVVse%CĠNfo>'&) ԍʬPI+U ^;Q.Pt+jK? R~!{tͫڴsto^;sV5˜\wECgDs"Y$Hoش,;B1ZlWl٧]e(Ȳ +MDj$jhXGJG EB 9o~&Ɏ~GI38˨ڰbh.ݳְkw7RI,O/y@6=[v/0W}W9m89ٯg)H$4Ddϖ!rL2bKe{-N!JX)pacC?$0FP% (ǛlSo0R Z]?% [((3KHsW-vi0Nx`IJQ~~X.&Fll:]PCGTֹ0Lu@`g:1%>1B}dضZj-pNOa?Cgf5AQFs] zӐK$Aq+ ӦN65B;Yl/o0lK1'`xbB1[T} q5 e KZe9RjCRzqȚ2ēu y/fd}Zj5-Tj\O1LYq06"{>dNydU8b 85