borgbackup-1.1.5-bp150.3.3.1<>,x]!M@eeeT^;1(OH&m/98C3qXΊhxFO\7ϚT/XuH1x=l\P\kzeh]KowC۞ 4z tⱞkٵ1kn xVTs9elous&oc_LꞐ 1.cD|yE?f1ڼ”y0&1%`;Lڎ 8O~oyv#珵B)j7%`>@?d   j  ,2<{({  { { { k{ m8{s${z{{$p:(m8t9:FG{H${I*{X,Y, \,D{]20{^M&bUcVxdWeWfW"lW$uW8{v]$Mww{x}{yz  /04:|Cborgbackup1.1.5bp150.3.3.1Deduplicating backup program with compression and authenticated encryptionBorgBackup is a deduplicating backup program which stores deltas. It supports compression and authenticated encryption as well, facilitating frequent backups and storing to not fully trusted targets. Run borg for a commands overview and check out the docs at /usr/share/doc/packages/borgbackup/html/index.html.]obs-power8-06openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Archiving/Backuphttps://github.com/borgbackup/borglinuxppc64leK&Q]Y=1474J .,t$L@:wN@k"n4 zWgT8@#94 gf8s %# *0 &bNKC#5C70Fp : !  ;# pFCF%'!@!" aH u4<#'I" 2 Wc/! 6-^2?@2WPJ`3$ 7C8A @+}.8X(z=4)4#OBZx9wMLvNUwgvNU@4WtbsK@Wtt0LvuM2\TW<fdPjX^xe dk92. LHXh< }G{Wi!qiZZ+ci`/lc58m{VQ?.c<lq<);ٸ> I##(V3/3a?}2r/F98=uv>DaDI/3]S^v7[R,_:mlin@suse.comalarrosa@suse.comhpj@urpla.nethpj@urpla.netalarrosa@suse.comjacobwinski@gmail.comalarrosa@suse.comalarrosa@suse.comalarrosa@suse.comalarrosa@suse.comalarrosa@suse.comalarrosa@suse.comalarrosa@suse.comlbeltrame@kde.orghpj@urpla.nethpj@urpla.nethpj@urpla.netjengelh@inai.dealarrosa@suse.comhpj@urpla.nethpj@urpla.nethpj@urpla.nethpj@urpla.nethpj@urpla.nethpj@urpla.net- Require python3-setuptools since it's needed when running borg to find the entry point (boo#1134650)- Leap 15.0 and SLE15 both are moved to renamed python3-msgpack, fix-msgpack-requirement.patch have to be used to deal with msgpack package rename fallout.- Update to 1.1.5 - Fixes: * create --list: fix that it was never showing M status * create: fix timing for first checkpoint (read files cache early, init checkpoint timer after that) * extract: set rc=1 when extracting damaged files with all-zero replacement chunks or with size inconsistencies * diff: consider an empty file as different to a non-existing file * files cache: improve exception handling * ignore exceptions in scandir_inorder() caused by an implicit stat(), also remove unneeded sort * fixed tab completion problem where a space is always added after path even when it shouldn't * build: do .h file content checks in binary mode, fixes build issue for non-ascii header files on pure-ascii locale platforms * borgfs: fix patterns/paths processing * config: add some validation * repository config: add validation for max_segment_size * set cache previous_location on load instead of save * remove platform.uname() call which caused library mismatch issues * add exception handler around deprecated platform.linux_distribution() call * use same datetime object for {now} and {utcnow} - New features: * create: implement --stdin-name * add chunker_params to borg archive info (--json) * BORG_SHOW_SYSINFO=no to hide system information from exceptions - Other changes: * updated zsh completions for borg 1.1.4 * files cache related code cleanups * be more helpful when parsing invalid --pattern values * be more clear in secure-erase warning message * improve getpass user experience * docs build: unicode problem fixed when using a py27-based sphinx - docs: * security: explicitly note what happens OUTSIDE the attack model * security: add note about combining compression and encryption * security: describe chunk size / proximity issue * quickstart: add note about permissions, borg@localhost * quickstart: add introduction to repositories & archives * recreate --recompress: add missing metavar, clarify description * improve logging docs * add an example for --pattern usage * clarify path semantics when matching * link to offline documentation from README * add docs on how to verify a signed release with GPG * chunk seed is generated per repository (not: archive) * better formatting of CPU usage documentation * extend append-only repo rollback docs - tests: * fix erroneously skipped zstd compressor tests * skip a test if argparse is broken - Drop borgbackup-1.1.4-binary-content-checks.patch which is already included upstream. - Rebase fix-msgpack-requirement.patch- Fix sphinx theme fallback condition- Add patch to fall back to a sphinx default theme for older distributions that don't have python3-guzzle_sphinx_theme available * borgbackup-1.1.4-sphinx-default-theme.patch- Add patch to require the new msgpack python module in Tumbleweed instead of the deprecated msgpack-python python module: * fix-msgpack-requirement.patch- Add patch borgbackup-1.1.4-binary-content-checks.patch: * Fixes build failure due to bad encoding * Based on upstream commit 9cf8d57 "do .h file content checks in binary mode" * This patch will no longer be needed with borgbackup > 1.1.4- Don't use liblz4 nor libzstd on Leap 42.x which doesn't support them and add missing requirement python-guzzle_sphinx_theme on Tumbleweed.- Update to borgbackup 1.1.4 * Fix a potential data corruption issue with 'borg check --repair' happening in borg >= 1.1 and < 1.1.4 * zstd compression is new in borg 1.1.4, older borg can't handle it. * new minimum requirements for the compression libraries: + added requirement: libzstd >= 1.3.0 + updated requirement: liblz4 >= 1.7.0 / r129 - Fixes: * check: data corruption fix: fix for borg check --repair malfunction. See the more detailed notes at https://github.com/borgbackup/borg/blob/1.1.4/docs/changes.rst * delete: also delete security dir when deleting a repo * prune: fix building the "borg prune" man page * init: use given --storage-quota for local repo * init: properly quote repo path in output * fix startup delay with dns-only own fqdn resolving - New features: * added zstd compression. * added placeholder {reverse-fqdn} for fqdn in reverse notation * added BORG_BASE_DIR environment variable - Other changes: * list help topics when invalid topic is requested * fix lz4 deprecation warning, requires lz4 >= 1.7.0 (r129) * add parens for C preprocessor macro argument usages (did not cause malfunction) * exclude broken pytest 3.3.0 release * updated fish/bash completions * init: more clear exception messages for borg create * docs: + add auto-generated docs for borg config + don't generate HTML docs page for borgfs + docs update for lz4 b2 zstd changes + add zstd to compression help, readme, docs + update requirements and install docs about bundled lz4 and zstd + refactored build of the compress and crypto.low_level extensions + move some lib/build related code to setup_{zstd,lz4,b2}.py + bundle lz4 1.8.0 (requirement: >= 1.7.0 / r129) + bundle zstd 1.3.2 (requirement: >= 1.3.0) + blake2 was already bundled + rename BORG_LZ4_PREFIX env var to BORG_LIBLZ4_PREFIX for better consistency: we also have BORG_LIBB2_PREFIX and BORG_LIBZSTD_PREFIX now. + add prefer_system_lib* = True settings to setup.py - by default the build will prefer a shared library over the bundled code, if library and headers can be found and meet the minimum requirements.- Update to borgbackup 1.1.3 - Fixes: * Security Fix for CVE-2017-15914: Incorrect implementation of access controls allows remote users to override repository restrictions in Borg servers. A user able to access a remote Borg SSH server is able to circumvent access controls post-authentication. Affected releases: 1.1.0, 1.1.1, 1.1.2. Releases 1.0.x are NOT affected. * crc32: deal with unaligned buffer, add tests - this broke borg on older ARM CPUs that can not deal with unaligned 32bit memory accesses and raise a bus error in such cases. the fix might also improve performance on some CPUs as all 32bit memory accesses by the crc32 code are properly aligned now. * mount: fixed support of --consider-part-files and do not show .borg_part_N files by default in the mounted FUSE filesystem. * fixed cache/repo timestamp inconsistency message, highlight that information is obtained from security dir (deleting the cache will not bypass this error in case the user knows this is a legitimate repo). * borgfs: don't show sub-command in borgfs help * create: show an error when --dry-run and --stats are used together - New features: * mount: added exclusion group options and paths. Reused some code to support similar options/paths as borg extract offers - making good use of these to only mount a smaller subset of dirs/files can speed up mounting a lot and also will consume way less memory. borg mount [options] repo_or_archive mountpoint path [paths...] paths: you can just give some "root paths" (like for borg extract) to only partially populate the FUSE filesystem. new options: --exclude[-from], --pattern[s-from], --strip-components * create/extract: support st_birthtime on platforms supporting it * add "borg config" command for querying/setting/deleting config values - Other changes: * clean up and simplify packaging (only package committed files, do not install .c/.h/.pyx files) * docs: * point out tuning options for borg create * add instructions for using ntfsclone, zerofree * move image backup-related FAQ entries to a new page * clarify key aliases for borg list --format * mention break-lock in checkpointing FAQ entry * document sshfs rename workaround * add FAQ about removing files from existing archives * add FAQ about different prune policies * usage and man page for borgfs * clarify create --stats duration vs. wall time * clarify encrypted key format for borg key export * update release checklist about security fixes * document good and problematic option placements, fix examples * add note on using --nobsdflags to avoid speed penalty related to bsdflags * move most of support section to www.borgbackup.org- Fix build on Leap 42.2 by BuildRequiring bash-completion- Update to borgbackup 1.1.2 - Fixes: * fix KeyError crash when talking to borg server < 1.0.7 * extract: set bsdflags last (include immutable flag) * create: don't do stat() call on excluded-norecurse directory, fix exception handling for stat() call * create --stats: do not count data volume twice when checkpointing * recreate: move chunks_healthy when excluding hardlink master * recreate: get rid of chunks_healthy when rechunking (does not match) * check: get rid of already existing not matching chunks_healthy metadata * list: fix stdout broken pipe handling * list/diff: remove tag-file options (not used) - New features: * bash, zsh and fish shell auto-completions, see scripts/shell_completions/ * added BORG_CONFIG_DIR env var - Other changes: * docs: * clarify using a blank passphrase in keyfile mode * mention "!" (exclude-norecurse) type in "patterns" help * document to first heal before running borg recreate to re-chunk stuff, because that will have to get rid of chunks_healthy metadata. * more than 23 is not supported for CHUNK_MAX_EXP * borg does not respect nodump flag by default any more * clarify same-filesystem requirement for borg upgrade * update / rephrase cygwin / WSL status * improve docs about --stats * vagrant: openindiana new clang package - Already contained in 1.1.1 (last minute fix): * arg parsing: fix fallback function, refactor - Generate new subpackages borgbackup-bash-completion, borgbackup-zsh-completion and borgbackup-fish-completion with autocompletion scripts for each shell.- Update to borgbackup 1.1.1 - Compatibility notes: * When upgrading from borg 1.0.x to 1.1.x, please note: * read all the compatibility notes for 1.1.0*, starting from 1.1.0b1. * borg might ask some security-related questions once after upgrading. You can answer them either manually or via environment variable. One known case is if you use unencrypted repositories, then it will ask about a unknown unencrypted repository one time. * your first backup with 1.1.x might be significantly slower (it might completely read, chunk, hash a lot files) - this is due to the - -files-cache mode change (and happens every time you change mode). You can avoid the one-time slowdown by using the pre-1.1.0rc4-compatible mode (but that is less safe for detecting changed files than the default). See the --files-cache docs for details. * The deprecated --no-files-cache is not a global/common option any more, but only available for borg create (it is not needed for anything else). Use --files-cache=disabled instead of --no-files-cache. * The nodump flag ("do not backup this file") is not honoured any more by default because this functionality (esp. if it happened by error or unexpected) was rather confusing and unexplainable at first to users. If you want that "do not backup NODUMP-flagged files" behaviour, use: borg create --exclude-nodump ... - Fixes: * borg recreate: correctly compute part file sizes. fixes cosmetic, but annoying issue as borg check complains about size inconsistencies of part files in affected archives. you can solve that by running borg recreate on these archives. * bsdflags support: do not open BLK/CHR/LNK files, avoid crashes and slowness * recreate: don't crash on attic archives w/o time_end * don't crash on repository filesystems w/o hardlink support * don't crash in first part of truncate_and_unlink * fix server-side IndexError crash with clients < 1.0.7 * don't show traceback if only a global option is given, show help * cache: use SaveFile for more safety * init: fix wrong encryption choices in command line parser, fix missing "authenticated-blake2" * move --no-files-cache from common to borg create options * fix detection of non-local path (failed on ..filename) * logging with fileConfig: set json attr on "borg" logger * fix crash with relative BORG_KEY_FILE * show excluded dir with "x" for tagged dirs / caches - New features: * create: --nobsdflags and --exclude-nodump options * extract: --nobsdflags option - Other changes: * remove annoying hardlinked symlinks warning * vagrant: use self-made FreeBSD 10.3 box * docs: * readme: -e option is required in borg 1.1 * add example showing --show-version --show-rc * use --format rather than --list-format (deprecated) in example * update docs about hardlinked symlinks limitation- Update to borgbackup 1.1.0 - Changelog: * Major new features in the 1.1 release series are: * borg recreate: remove files from existing archives and re-chunk or re-compress them. This finally allows deduplication between legacy Attic / Borg 0.xx archives and Borg 1.x archives. This is an experimental feature. * borg diff: show differences between two archives. * borg mount: show all recorded versions of files with the "versions view". * borg list: more formatting options, including generation of hashes and per-file chunk statistics. * borg create: automatic compression mode (-C auto,zlib/lz4/...), faster handling of many files, experimental support for inclusion patterns (--patterns, --patterns-from), files cache mode control (mtime/ctime) * borg export-tar: streaming export of GNU tar compatible archives. * Archive comments * BLAKE2b256-based encryption modes, and "authenticated" modes that provide data integrity without encryption. These provide better performance than the existing SHA-256-based modes on most hardware, except where the x86 SHA extensions are available (e.g. AMD Ryzen). * Repository indices and the Borg cache now use checksums to detect bitrot and other corruption. * A documented JSON API has been added to the most vital commands (borg list, borg info and borg create). * Structured JSON logging is available for all commands. * --prefix has been supplemented with --glob-archives (-a), --sort-by, - -last and --first options. These can be used for borg list, borg info, borg mount, borg check, borg delete and borg prune. * Quality of life improvements: * options that imply output (--show-rc, --show-version, --list, --stats, - -progress) don't need -v/--info to have that output displayed any more. * borg check is silent by default (finally!). * borg can now checkpoint within (big) files, not only between files. * borg delete can delete multiple archives by giving their names. * Automatic removal of stale locks, which should make "borg break-lock" essentially superfluous. This is enabled by default, see BORG_HOSTNAME_IS_UNIQUE. * Answers to prompts like "Accessing previously unknown repository" are now saved immediately. * Cache synchronization and "borg info" are now faster. * Reduced space usage of chunks.archive.d in the cache by 30-40 %. Existing caches are migrated during a cache sync. * The cache used for remote cache syncs and mounting remote repositories does not grow indefinitely any more, but adapts to the available space. Good riddance, TMP=/var/tmp! * BORG_PASSCOMMAND makes using key rings and hardware keys much easier. * Documentation improvements * Compatibility notes for upgrading from Borg 1.0 to Borg 1.1: * No explicit "borg upgrade" is required. * Borg 1.1 uses some new data structures which are backwards-compatible with Borg 1.0.4 and newer. * Borg 1.0 can't make use of Borg 1.1's "compact cache" and will silently ignore it. * The default compression has been changed from "none" to "lz4". * Repositories in the "repokey" and "repokey-blake2" modes with an empty passphrase are now treated as unencrypted repositories for security checks (e.g. BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK). * borg init: + -e/--encryption is now a mandatory option with no default value. Previously the default value was "repokey". + the short form of --append-only (-a) has been removed. + running "borg init" via a "borg serve --append-only" server will not create an append-only repository any more. Use "borg init --append-only" to initialize an append-only repository. * borg create: the --exclude-if-present option now supports tagging a folder with any file system object type (file, folder, etc.), instead of accepting only files as tags. * borg upgrade: the short form of --inplace (-i) has been removed. * borg delete: the short form of --cache-only (-c) has been removed. * "borg migrate-to-repokey" has been renamed to "borg key migrate-to-repokey" with no deprecation notice, since it is rarely and only manually used. - For more information, see https://www.borgbackup.org/releases/borg-1.1.html- Update to version 1.0.11 (2017-07-21) Bug fixes: - use limited unpacker for outer key (security precaution), #2174 - fix paperkey import bug Other changes: - change --checkpoint-interval default from 600s to 1800s, #2841. this improves efficiency for big repositories a lot. - docs: fix OpenSUSE command and add OpenSUSE section - tests: add tests for split_lstring and paperkey - vagrant: - fix openbsd shell - backport cpu/ram setup from master - add stretch64 VM- update to version 1.0.10 (2017-02-13) Bug fixes: - Manifest timestamps are now monotonically increasing, this fixes issues when the system clock jumps backwards or is set inconsistently across computers accessing the same repository, #2115 - Fixed testing regression in 1.0.10rc1 that lead to a hard dependency on py.test >= 3.0, #2112 New features: - “key export” can now generate a printable HTML page with both a QR code and a human-readable “paperkey” representation (and custom text) through the --qr-html option. - The same functionality is also available through paperkey.html, which is the same HTML page generated by --qr-html. It works with existing “key export” files and key files. Other changes: - docs: - language clarification - “borg create –one-file-system” option does not respect mount points, but considers different file systems instead, #2141 - setup.py: build_api: sort file list for determinism - update to version 1.0.10rc1 (2017-01-29) Bug fixes: - borg serve: fix transmission data loss of pipe writes, #1268 This affects only the cygwin platform (not Linux, BSD, OS X). - Avoid triggering an ObjectiveFS bug in xattr retrieval, #1992 - When running out of buffer memory when reading xattrs, only skip the current file, #1993 - Fixed “borg upgrade –tam” crashing with unencrypted repositories. Since the issue is not relevant for unencrypted repositories, it now does nothing and prints an error, #1981. - Fixed change-passphrase crashing with unencrypted repositories, #1978 - Fixed “borg check repo::archive” indicating success if “archive” does not exist, #1997 - borg check: print non-exit-code warning if –last or –prefix aren’t fulfilled - fix bad parsing of wrong repo location syntax - create: don’t create hard link refs to failed files, mount: handle invalid hard link refs, #2092 - detect mingw byte order, #2073 - creating a new segment: use “xb” mode, #2099 - mount: umount on SIGINT/^C when in foreground, #2082 Other changes: - binary: use fixed AND freshly compiled pyinstaller bootloader, #2002 - xattr: ignore empty names returned by llistxattr(2) et al - Enable the fault handler: install handlers for the SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals to dump the Python traceback. - Also print a traceback on SIGUSR2. - borg change-passphrase: print key location (simplify making a backup of it) - officially support Python 3.6 (setup.py: add Python 3.6 qualifier) tests: - vagrant / travis / tox: add Python 3.6 based testing - vagrant: fix openbsd repo, #2042 - vagrant: fix the freebsd64 machine, #2037 #2067 - vagrant: use python 3.5.3 to build binaries, #2078 - vagrant: use osxfuse 3.5.4 for tests / to build binaries vagrant: improve darwin64 VM settings - travis: fix osxfuse install (fixes OS X testing on Travis CI) - travis: require succeeding OS X tests, #2028 - travis: use latest pythons for OS X based testing - use pytest-xdist to parallelize testing - fix xattr test race condition, #2047 - setup.cfg: fix pytest deprecation warning, #2050 docs: - language clarification - VM backup FAQ - borg create: document how to backup stdin, #2013 - borg upgrade: fix incorrect title levels - add CVE numbers for issues fixed in 1.0.9, #2106 - fix typos (taken from Debian package patch) - remote: include data hexdump in “unexpected RPC data” error message - remote: log SSH command line at debug level - API_VERSION: use numberspaces, #2023 - remove .github from pypi package, #2051 - add pip and setuptools to requirements file, #2030 - SyncFile: fix use of fd object after close (cosmetic) - Manifest.in: simplify, exclude *.{so,dll,orig}, #2066 - ignore posix_fadvise errors in repository.py, #2095 (works around issues with docker on ARM) - make LoggedIO.close_segment reentrant, avoid reentrance- disable %check for leap versions, their pytest package is too old- update to version 1.0.9 (2016-12-20) - Security fixes: - A flaw in the cryptographic authentication scheme in Borg allowed an attacker to spoof the manifest. See :ref:`tam_vuln` above for the steps you should take. Fixes CVE-2016-10099 - borg check: When rebuilding the manifest (which should only be needed very rarely) duplicate archive names would be handled on a "first come first serve" basis, allowing an attacker to apparently replace archives. Fixes CVE-2016-10100 - Bug fixes: - borg check: rebuild manifest if it's corrupted skip corrupted chunks during manifest rebuild - fix TypeError in integrity error handler, #1903, #1894 - fix location parser for archives with @ char (regression introduced in 1.0.8), #1930 - fix wrong duration/timestamps if system clock jumped during a create - fix progress display not updating if system clock jumps backwards - fix checkpoint interval being incorrect if system clock jumps - update to version 1.0.9rc1 (2016-11-27) - Bug fixes: - files cache: fix determination of newest mtime in backup set (which is used in cache cleanup and led to wrong "A" [added] status for unchanged files in next backup), #1860. - borg check: - fix incorrectly reporting attic 0.13 and earlier archives as corrupt - handle repo w/o objects gracefully and also bail out early if repo is completely empty, #1815. - fix tox/pybuild in 1.0-maint - at xattr module import time, loggers are not initialized yet - update to version 1.0.8 (2016-10-29) - Bug fixes: - RemoteRepository: Fix busy wait in call_many, #940 - update to version 1.0.8rc1 (2016-10-17) - Bug fixes: - fix signal handling (SIGINT, SIGTERM, SIGHUP), #1620 #1593 Fixes e.g. leftover lock files for quickly repeated signals (e.g. Ctrl-C Ctrl-C) or lost connections or systemd sending SIGHUP. - progress display: adapt formatting to narrow screens, do not crash, [#1628] - borg create --read-special - fix crash on broken symlink, #1584. also correctly processes broken symlinks. before this regressed to a crash (5b45385) a broken symlink would've been skipped. - process_symlink: fix missing backup_io() Fixes a chmod/chown/chgrp/ unlink/rename/... crash race between getting dirents and dispatching to process_symlink. - yes(): abort on wrong answers, saying so, #1622 - fixed exception borg serve raised when connection was closed before reposiory was openend. add an error message for this. - fix read-from-closed-FD issue, #1551 (this seems not to get triggered in 1.0.x, but was discovered in master) - hashindex: fix iterators (always raise StopIteration when exhausted) (this seems not to get triggered in 1.0.x, but was discovered in master) - enable relative pathes in ssh:// repo URLs, via /./relpath hack, #1655 - allow repo pathes with colons, #1705 - update changed repo location immediately after acceptance, #1524 - fix debug get-obj / delete-obj crash if object not found and remote repo, #1684 - pyinstaller: use a spec file to build borg.exe binary, exclude osxfuse dylib on Mac OS X (avoids mismatch lib <-> driver), #1619- Trim description- Remove smp parameters when building documentation so different sphinx instances are not run in parallel which sometimes fails due to a race condition- update to version 1.0.7 (2016-08-19): a critical security fix and some major bug fixes Please check: https://github.com/borgbackup/borg/blob/1.0.7/docs/changes.rst - clean specfile- update to version 1.0.6 (2016-07-12) Bug fixes: * Linux: handle multiple LD_PRELOAD entries correctly, #1314, #1111 * Fix crash with unclear message if the libc is not found, #1314, #1111 Other changes: * tests: * Fixed O_NOATIME tests for Solaris and GNU Hurd, #1315 * Fixed sparse file tests for (file) systems not supporting it, #1310 * docs: * Fixed syntax highlighting, #1313 * misc docs: added data processing overview picture - update to version 1.0.6rc1 (2016-07-10) New features: * borg check –repair: heal damaged files if missing chunks re-appear (e.g. if the previously missing chunk was added again in a later backup archive), #148. (*) Also improved logging. Bug fixes: * sync_dir: silence fsync() failing with EINVAL, #1287 Some network filesystems (like smbfs) don’t support this and we use this in repository code. * borg mount (FUSE): fix directories being shadowed when contained paths were also specified, #1295 raise I/O Error (EIO) on damaged files (unless -o allow_damaged_files is used), [#1302]. (*) * borg extract: warn if a damaged file is extracted, #1299. (*) Added some missing return code checks (ChunkIndex._add, hashindex_resize). * borg check: fix/optimize initial hash table size, avoids resize of the table. Other changes: * tests: add more FUSE tests, #1284 deduplicate fuse (u)mount code fix borg binary test issues, #862 * docs: changelog: added release dates to older borg releases fix some sphinx (docs generator) warnings, #881 Notes: (*) Some features depend on information (chunks_healthy list) added to item metadata when a file with missing chunks was “repaired” using all-zero replacement chunks. The chunks_healthy list is generated since borg 1.0.4, thus borg can’t recognize such “repaired” (but content-damaged) files if the repair was done with an older borg version. - update to version 1.0.5 (2016-07-07) Bug fixes: * borg mount: fix FUSE crash in xattr code on Linux introduced in 1.0.4, #1282 Other changes: * backport some FAQ entries from master branch * add release helper scripts * Vagrantfile: centos6: no FUSE, don’t build binary add xz for redhat-like dists - update to version 1.0.4 (2016-07-07) New features: * borg serve –append-only, #1168 This was included because it was a simple change (append-only functionality was already present via repository config file) and makes better security now practically usable. * BORG_REMOTE_PATH environment variable, #1258 This was included because it was a simple change (–remote-path cli option was already present) and makes borg much easier to use if you need it. * Repository: cleanup incomplete transaction on “no space left” condition. In many cases, this can avoid a 100% full repo filesystem (which is very problematic as borg always needs free space - even to delete archives). Bug fixes: * Fix wrong handling and reporting of OSErrors in borg create, #1138. This was a serious issue: in the context of “borg create”, errors like repository I/O errors (e.g. disk I/O errors, ssh repo connection errors) were handled badly and did not lead to a crash (which would be good for this case, because the repo transaction would be incomplete and trigger a transaction rollback to clean up). Now, error handling for source files is cleanly separated from every other error handling, so only problematic input files are logged and skipped. * Implement fail-safe error handling for borg extract. Note that this isn’t nearly as critical as the borg create error handling bug, since nothing is written to the repo. So this was “merely” misleading error reporting. * Add missing error handler in directory attr restore loop. * repo: make sure write data hits disk before the commit tag (#1236) and also sync the containing directory. * FUSE: getxattr fail must use errno.ENOATTR, #1126 (fixes Mac OS X Finder malfunction: “zero bytes” file length, access denied) * borg check –repair: do not lose information about the good/original chunks. If we do not lose the original chunk IDs list when “repairing” a file (replacing missing chunks with all-zero chunks), we have a chance to “heal” the file back into its original state later, in case the chunks re-appear (e.g. in a fresh backup). Healing is not implemented yet, see #148. * fixes for –read-special mode: ignore known files cache, #1241 fake regular file mode, #1214 improve symlinks handling, #1215 * remove passphrase from subprocess environment, #1105 * Ignore empty index file (will trigger index rebuild), #1195 * add missing placeholder support for –prefix, #1027 * improve exception handling for placeholder replacement * catch and format exceptions in arg parsing * helpers: fix “undefined name ‘e’” in exception handler * better error handling for missing repo manifest, #1043 * borg delete: make it possible to delete a repo without manifest borg delete –forced allows to delete corrupted archives, #1139 * borg check: make borg check work for empty repo fix resync and msgpacked item qualifier, #1135 rebuild_manifest: fix crash if ‘name’ or ‘time’ key were missing. better validation of item metadata dicts, #1130 better validation of archive metadata dicts * close the repo on exit - even if rollback did not work, #1197. This is rather cosmetic, it avoids repo closing in the destructor. * tests: fix sparse file test, #1170 flake8: ignore new F405, #1185 catch “invalid argument” on cygwin, #257 fix sparseness assertion in test prep, #1264 Other changes: * make borg build/work on OpenSSL 1.0 and 1.1, #1187 * docs / help: fix / clarify prune help, #1143 fix “patterns” help formatting add missing docs / help about placeholders resources: rename atticmatic to borgmatic document sshd settings, #545 more details about checkpoints, add split trick, #1171 support docs: add freenode web chat link, #1175 add prune visualization / example, #723 add note that Fnmatch is default, #1247 make clear that lzma levels > 6 are a waste of cpu cycles add a “do not edit” note to auto-generated files, #1250 update cygwin installation docs * repository interoperability with borg master (1.1dev) branch: borg check: read item metadata keys from manifest, #1147 read v2 hints files, #1235 fix hints file “unknown version” error handling bug * tests: add tests for format_line * llfuse: update version requirement for freebsd * Vagrantfile: use openbsd 5.9, #716 do not install llfuse on netbsd (broken) update OSXfuse to version 3.3.3 use Python 3.5.2 to build the binaries * glibc compatibility checker: scripts/glibc_check.py * add .eggs to .gitignore- Update to version 1.0.3: Bug fixes: - prune: avoid that checkpoints are kept and completed archives are deleted in a prune run), #997 - prune: fix commandline argument validation - some valid command lines were considered invalid (annoying, but harmless), #942 - fix capabilities extraction on Linux (set xattrs last, after chown()), #1069 - repository: fix commit tags being seen in data - when probing key files, do binary reads. avoids crash when non-borg binary files are located in borg's key files directory. - handle SIGTERM and make a clean exit - avoids orphan lock files. - repository cache: don't cache large objects (avoid using lots of temp. disk space), #1063 Other changes: - Vagrantfile: OS X: update osxfuse / install lzma package, #933 - setup.py: add check for platform_darwin.c - setup.py: on freebsd, use a llfuse release that builds ok - docs / help: - update readthedocs URLs, #991 - add missing docs for "borg break-lock", #992 - borg create help: add some words to about the archive name - borg create help: document format tags, #894- Update to version 1.0.2: Bug fixes: - fix malfunction and potential corruption on (nowadays rather rare) big-endian architectures or bi-endian archs in (rare) BE mode. #886, #889 cache resync / index merge was malfunctioning due to this, potentially leading to data loss. borg info had cosmetic issues (displayed wrong values). note: all (widespread) little-endian archs (like x86/x64) or bi-endian archs in (widespread) LE mode (like ARMEL, MIPSEL, ...) were NOT affected. - add overflow and range checks for 1st (special) uint32 of the hashindex values, switch from int32 to uint32. - fix so that refcount will never overflow, but just stick to max. value after a overflow would have occured. - borg delete: fix --cache-only for broken caches, #874 Makes --cache-only idempotent: it won't fail if the cache is already deleted. - fixed borg create --one-file-system erroneously traversing into other filesystems (if starting fs device number was 0), #873 - workround a bug in Linux fadvise FADV_DONTNEED, #907 Other changes: - better test coverage for hashindex, incl. overflow testing, checking correct computations so endianness issues would be discovered. - reproducible doc for ProgressIndicator*, make the build reproducible. - use latest llfuse for vagrant machines - docs: - use /path/to/repo in examples, fixes #901 - fix confusing usage of "repo" as archive name (use "arch")- Update to version 1.0.1: New features: Usually there are no new features in a bugfix release, but these were added due to their high impact on security/safety/speed or because they are fixes also: - append-only mode for repositories, #809, #36 (see docs) - borg create: add --ignore-inode option to make borg detect unmodified files even if your filesystem does not have stable inode numbers (like sshfs and possibly CIFS). - add options --warning, --error, --critical for missing log levels, #826. it's not recommended to suppress warnings or errors, but the user may decide this on his own. note: --warning is not given to borg serve so a <= 1.0.0 borg will still work as server (it is not needed as it is the default). do not use --error or --critical when using a <= 1.0.0 borg server. Bug fixes: - fix silently skipping EIO, #748 - add context manager for Repository (avoid orphan repository locks), #285 - do not sleep for >60s while waiting for lock, #773 - unpack file stats before passing to FUSE - fix build on illumos - don't try to backup doors or event ports (Solaris and derivates) - remove useless/misleading libc version display, #738 - test suite: reset exit code of persistent archiver, #844 - RemoteRepository: clean up pipe if remote open() fails - Remote: don't print tracebacks for Error exceptions handled downstream, #792 - if BORG_PASSPHRASE is present but wrong, don't prompt for password, but fail instead, #791 - ArchiveChecker: move "orphaned objects check skipped" to INFO log level, #826 - fix capitalization, add ellipses, change log level to debug for 2 messages, [#798] Other changes: - update llfuse requirement, llfuse 1.0 works - update OS / dist packages on build machines, #717 - prefer showing --info over -v in usage help, #859 - docs: - fix cygwin requirements (gcc-g++) - document how to debug / file filesystem issues, #664 - fix reproducible build of api docs - RTD theme: CSS !important overwrite, #727 - Document logo font. Recreate logo png. Remove GIMP logo file. - rename package to borgbackup - create/install html docs/man page - remove dependency on python3-pytest-benchmark- version 1.0.0: initial buildobs-power8-06 1573306811  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{1.1.5-bp150.3.3.11.1.5-bp150.3.3.1    !!""""###$$$$$$$$$$$$$$$$$$$$$$$$%borgborgfsborg__init__.py__main__.py__pycache____init__.cpython-36.pyc__main__.cpython-36.pyc_version.cpython-36.pycarchive.cpython-36.pycarchiver.cpython-36.pyccache.cpython-36.pycconstants.cpython-36.pycfuse.cpython-36.pychelpers.cpython-36.pyclocking.cpython-36.pyclogger.cpython-36.pyclrucache.cpython-36.pycnanorst.cpython-36.pycpatterns.cpython-36.pycremote.cpython-36.pycrepository.cpython-36.pycselftest.cpython-36.pycshellpattern.cpython-36.pycupgrader.cpython-36.pycversion.cpython-36.pycxattr.cpython-36.pyc_version.pyalgorithms__init__.py__pycache____init__.cpython-36.pycchecksums.cpython-36m-powerpc64le-linux-gnu.soarchive.pyarchiver.pycache.pychunker.cpython-36m-powerpc64le-linux-gnu.socompress.cpython-36m-powerpc64le-linux-gnu.soconstants.pycrypto__init__.py__pycache____init__.cpython-36.pycfile_integrity.cpython-36.pyckey.cpython-36.pyckeymanager.cpython-36.pycnonces.cpython-36.pycfile_integrity.pykey.pykeymanager.pylow_level.cpython-36m-powerpc64le-linux-gnu.sononces.pyfuse.pyhashindex.cpython-36m-powerpc64le-linux-gnu.sohelpers.pyitem.cpython-36m-powerpc64le-linux-gnu.solocking.pylogger.pylrucache.pynanorst.pypaperkey.htmlpatterns.pyplatform__init__.py__pycache____init__.cpython-36.pycbase.cpython-36.pycbase.pylinux.cpython-36m-powerpc64le-linux-gnu.soposix.cpython-36m-powerpc64le-linux-gnu.soremote.pyrepository.pyselftest.pyshellpattern.pytestsuite__init__.py__pycache____init__.cpython-36.pycarchive.cpython-36.pycarchiver.cpython-36.pycbenchmark.cpython-36.pyccache.cpython-36.pycchecksums.cpython-36.pycchunker.cpython-36.pyccompress.cpython-36.pyccrypto.cpython-36.pycfile_integrity.cpython-36.pychashindex.cpython-36.pychelpers.cpython-36.pycitem.cpython-36.pyckey.cpython-36.pyclocking.cpython-36.pyclogger.cpython-36.pyclrucache.cpython-36.pycnanorst.cpython-36.pycnonces.cpython-36.pycpatterns.cpython-36.pycplatform.cpython-36.pycremote.cpython-36.pycrepository.cpython-36.pycshellpattern.cpython-36.pycupgrader.cpython-36.pycversion.cpython-36.pycxattr.cpython-36.pycarchive.pyarchiver.pyattic.tar.gzbenchmark.pycache.pychecksums.pychunker.pycompress.pycrypto.pyfile_integrity.pyhashindex.pyhelpers.pyitem.pykey.pylocking.pylogger.pylrucache.pynanorst.pynonces.pypatterns.pyplatform.pyremote.pyrepository.pyshellpattern.pyupgrader.pyversion.pyxattr.pyupgrader.pyversion.pyxattr.pyborgbackup-1.1.5-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtborgbackupCHANGES.rstLICENSEREADME.rsthtml_imagescompaction.pngencryption.pngobject-graph.pngstructure.png_sourcesauthors.rst.txtbook.rst.txtchanges.rst.txtdeploymentdeployment.rst.txtautomated-local.rst.txtcentral-backup-server.rst.txthosting-repositories.rst.txtimage-backup.rst.txtdevelopment.rst.txtfaq.rst.txtindex.rst.txtinstallation.rst.txtinternalsinternals.rst.txtdata-structures.rst.txtfrontends.rst.txtsecurity.rst.txtintroduction.rst.txtman_intro.rst.txtquickstart.rst.txtresources.rst.txtsupport.rst.txtusageusage.rst.txtbenchmark.rst.txtborgfs.rst.txtcheck.rst.txtconfig.rst.txtcreate.rst.txtdebug.rst.txtdelete.rst.txtdiff.rst.txtextract.rst.txtgeneral.rst.txthelp.rst.txtinfo.rst.txtinit.rst.txtkey.rst.txtlist.rst.txtlock.rst.txtmount.rst.txtnotes.rst.txtprune.rst.txtrecreate.rst.txtrename.rst.txtserve.rst.txttar.rst.txtupgrade.rst.txt_staticajax-loader.gifbasic.csscomment-bright.pngcomment-close.pngcomment.pngcssbootstrap-theme.min.cssbootstrap.min.cssborg.cssdoctools.jsdown-pressed.pngdown.pngfavicon.icofile.pngfontsglyphicons-halflings-regular.eotglyphicons-halflings-regular.svgglyphicons-halflings-regular.ttfglyphicons-halflings-regular.woffopen-sansfontsOpenSans-Bold-webfont.eotOpenSans-Bold-webfont.svgOpenSans-Bold-webfont.ttfOpenSans-Bold-webfont.woffOpenSans-BoldItalic-webfont.eotOpenSans-BoldItalic-webfont.svgOpenSans-BoldItalic-webfont.ttfOpenSans-BoldItalic-webfont.woffOpenSans-ExtraBold-webfont.eotOpenSans-ExtraBold-webfont.svgOpenSans-ExtraBold-webfont.ttfOpenSans-ExtraBold-webfont.woffOpenSans-ExtraBoldItalic-webfont.eotOpenSans-ExtraBoldItalic-webfont.svgOpenSans-ExtraBoldItalic-webfont.ttfOpenSans-ExtraBoldItalic-webfont.woffOpenSans-Italic-webfont.eotOpenSans-Italic-webfont.svgOpenSans-Italic-webfont.ttfOpenSans-Italic-webfont.woffOpenSans-Light-webfont.eotOpenSans-Light-webfont.svgOpenSans-Light-webfont.ttfOpenSans-Light-webfont.woffOpenSans-LightItalic-webfont.eotOpenSans-LightItalic-webfont.svgOpenSans-LightItalic-webfont.ttfOpenSans-LightItalic-webfont.woffOpenSans-Regular-webfont.eotOpenSans-Regular-webfont.svgOpenSans-Regular-webfont.ttfOpenSans-Regular-webfont.woffOpenSans-Semibold-webfont.eotOpenSans-Semibold-webfont.svgOpenSans-Semibold-webfont.ttfOpenSans-Semibold-webfont.woffOpenSans-SemiboldItalic-webfont.eotOpenSans-SemiboldItalic-webfont.svgOpenSans-SemiboldItalic-webfont.ttfOpenSans-SemiboldItalic-webfont.woffstylesheet.csssource-serif-proEOTSourceSerifPro-Black.eotSourceSerifPro-Bold.eotSourceSerifPro-ExtraLight.eotSourceSerifPro-Light.eotSourceSerifPro-Regular.eotSourceSerifPro-Semibold.eotLICENSE.txtOTFSourceSerifPro-Black.otfSourceSerifPro-Bold.otfSourceSerifPro-ExtraLight.otfSourceSerifPro-Light.otfSourceSerifPro-Regular.otfSourceSerifPro-Semibold.otfREADME.mdReadMe.htmlSourceSerifProReadMe.htmlTTFSourceSerifPro-Black.ttfSourceSerifPro-Bold.ttfSourceSerifPro-ExtraLight.ttfSourceSerifPro-Light.ttfSourceSerifPro-Regular.ttfSourceSerifPro-Semibold.ttfWOFFOTFSourceSerifPro-Black.otf.woffSourceSerifPro-Bold.otf.woffSourceSerifPro-ExtraLight.otf.woffSourceSerifPro-Light.otf.woffSourceSerifPro-Regular.otf.woffSourceSerifPro-Semibold.otf.woffTTFSourceSerifPro-Black.ttf.woffSourceSerifPro-Bold.ttf.woffSourceSerifPro-ExtraLight.ttf.woffSourceSerifPro-Light.ttf.woffSourceSerifPro-Regular.ttf.woffSourceSerifPro-Semibold.ttf.woffbower.jsonsource-serif-pro.cssguzzle.cssjquery-3.1.0.jsjquery.jsjquery.min.mapjsbootstrap.jsbootstrap.min.jslogo.svgminus.pngplus.pngpygments.csssearchtools.jsunderscore-1.3.1.jsunderscore.jsup-pressed.pngup.pngwebsupport.jsauthors.htmlbook.htmlchanges.htmldeploymentdeployment.htmlautomated-local.htmlcentral-backup-server.htmlhosting-repositories.htmlimage-backup.htmldevelopment.htmlfaq.htmlindex.htmlinstallation.htmlinternalsinternals.htmldata-structures.htmlfrontends.htmlsecurity.htmlintroduction.htmlman_intro.htmlobjects.invpaperkey.htmlquickstart.htmlresources.htmlsearch.htmlsearchindex.jssupport.htmlusageusage.htmlbenchmark.htmlborgfs.htmlcheck.htmlconfig.htmlcreate.htmldebug.htmldelete.htmldiff.htmlextract.htmlgeneral.htmlhelp.htmlinfo.htmlinit.htmlkey.htmllist.htmllock.htmlmount.htmlnotes.htmlprune.htmlrecreate.htmlrename.htmlserve.htmltar.htmlupgrade.htmlborg.1.gz/usr/bin//usr/lib64/python3.6/site-packages//usr/lib64/python3.6/site-packages/borg//usr/lib64/python3.6/site-packages/borg/__pycache__//usr/lib64/python3.6/site-packages/borg/algorithms//usr/lib64/python3.6/site-packages/borg/algorithms/__pycache__//usr/lib64/python3.6/site-packages/borg/crypto//usr/lib64/python3.6/site-packages/borg/crypto/__pycache__//usr/lib64/python3.6/site-packages/borg/platform//usr/lib64/python3.6/site-packages/borg/platform/__pycache__//usr/lib64/python3.6/site-packages/borg/testsuite//usr/lib64/python3.6/site-packages/borg/testsuite/__pycache__//usr/lib64/python3.6/site-packages/borgbackup-1.1.5-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/borgbackup//usr/share/doc/packages/borgbackup/html//usr/share/doc/packages/borgbackup/html/_images//usr/share/doc/packages/borgbackup/html/_sources//usr/share/doc/packages/borgbackup/html/_sources/deployment//usr/share/doc/packages/borgbackup/html/_sources/internals//usr/share/doc/packages/borgbackup/html/_sources/usage//usr/share/doc/packages/borgbackup/html/_static//usr/share/doc/packages/borgbackup/html/_static/css//usr/share/doc/packages/borgbackup/html/_static/fonts//usr/share/doc/packages/borgbackup/html/_static/fonts/open-sans//usr/share/doc/packages/borgbackup/html/_static/fonts/open-sans/fonts//usr/share/doc/packages/borgbackup/html/_static/fonts/source-serif-pro//usr/share/doc/packages/borgbackup/html/_static/fonts/source-serif-pro/EOT//usr/share/doc/packages/borgbackup/html/_static/fonts/source-serif-pro/OTF//usr/share/doc/packages/borgbackup/html/_static/fonts/source-serif-pro/TTF//usr/share/doc/packages/borgbackup/html/_static/fonts/source-serif-pro/WOFF//usr/share/doc/packages/borgbackup/html/_static/fonts/source-serif-pro/WOFF/OTF//usr/share/doc/packages/borgbackup/html/_static/fonts/source-serif-pro/WOFF/TTF//usr/share/doc/packages/borgbackup/html/_static/js//usr/share/doc/packages/borgbackup/html/deployment//usr/share/doc/packages/borgbackup/html/internals//usr/share/doc/packages/borgbackup/html/usage//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:11441/openSUSE_Backports_SLE-15_Update/d03154c38c8eed330453e855e73a4de0-borgbackup.openSUSE_Backports_SLE-15_Updatedrpmxz5ppc64le-suse-linux    !"#$%&'()*+,-./0123445555556789:;<=>?@ABCDEFGHIJKK66 66 66 6 66 6  66J66666666666 666 66 6 6 6 LPython script, ASCII text executabledirectorypython 3.6 byte-compiledASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=96b58673b69d85db304674eacbf1e40930c59125, not strippedPython script, UTF-8 Unicode text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=998795724c29388bd2a1be87b65ae19e87ae3a0e, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c0f94686a766d5656c381734a995139ee6c6c272, not strippedAlgol 68 source, ASCII textemptyELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4b5db1f950aba4e51e5ae397aedbf10ccae9caac, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c493bfffa6f6dc22cbe8b1d0da8d9ab674c1653f, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=600c290d10b19cc1a666c866064452f77210e8b2, not strippedHTML document, UTF-8 Unicode text, with very long linesELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=46f8edc2bcce327f46a891e5f459b3dd1741d244, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0606c93ee09d9213a0a0ca66135ed9f6627bdc13, not strippedPOSIX tar archive (GNU) (gzip compressed data, last modified: Tue Jun 6 01:53:10 2017, from Unix)UTF-8 Unicode textPNG image data, 1392 x 2089, 8-bit/color RGBA, non-interlacedPNG image data, 1329 x 1029, 8-bit gray+alpha, non-interlacedPNG image data, 2789 x 1832, 8-bit/color RGBA, non-interlacedPNG image data, 2539 x 1714, 8-bit/color RGBA, non-interlacedHTML document, ASCII textGIF image data, version 89a, 16 x 16PNG image data, 16 x 16, 8-bit/color RGBA, non-interlacedASCII text, with very long linesassembler source, ASCII textPNG image data, 16 x 16, 8-bit gray+alpha, non-interlacedSVG Scalable Vector Graphics imageTrueType Font data, 17 tables, 1st "FFTM", 15 names, Macintosh, type 19 string, www.glyphicons.comWeb Open Font Format, TrueType, length 23292, version 1.0TrueType Font data, 16 tables, 1st "FFTM", 8 names, Microsoft, language 0x409, Digitized data copyright \251 2010-2011, Google Corporation.Open SansBoldwebfontOpen Sans BoldVeWeb Open Font Format, TrueType, length 19788, version 1.0TrueType Font data, 16 tables, 1st "FFTM", 8 names, Microsoft, language 0x409, Digitized data copyright \251 2010-2011, Google Corporation.Open SansBold ItalicwebfontOpen SansWeb Open Font Format, TrueType, length 21940, version 1.0TrueType Font data, 16 tables, 1st "FFTM", 8 names, Microsoft, language 0x409, Digitized data copyright \251 2011, Google Corporation.Open SansExtraboldwebfontOpen Sans ExtrabWeb Open Font Format, TrueType, length 19972, version 1.0TrueType Font data, 16 tables, 1st "FFTM", 8 names, Microsoft, language 0x409, Digitized data copyright \251 2010-2011, Google Corporation.Open SansExtrabold ItalicwebfontOpenWeb Open Font Format, TrueType, length 21824, version 1.0TrueType Font data, 16 tables, 1st "FFTM", 8 names, Microsoft, language 0x409, Digitized data copyright \251 2010-2011, Google Corporation.Open SansItalicwebfontOpen Sans ItalWeb Open Font Format, TrueType, length 22416, version 1.0TrueType Font data, 16 tables, 1st "FFTM", 8 names, Microsoft, language 0x409, Digitized data copyright \251 2010-2011, Google Corporation.Open SansLightwebfontOpen Sans LightWeb Open Font Format, TrueType, length 19396, version 1.0TrueType Font data, 16 tables, 1st "FFTM", 8 names, Microsoft, language 0x409, Digitized data copyright \251 2010-2011, Google Corporation.Open SansLight ItalicwebfontOpen SanWeb Open Font Format, TrueType, length 22444, version 1.0TrueType Font data, 16 tables, 1st "FFTM", 8 names, Microsoft, language 0x409, Digitized data copyright \251 2010-2011, Google Corporation.Open SansRegularwebfontOpen Sans RegWeb Open Font Format, TrueType, length 19624, version 1.0TrueType Font data, 16 tables, 1st "FFTM", 8 names, Microsoft, language 0x409, Digitized data copyright \251 2011, Google Corporation.Open SansSemiboldwebfontOpen Sans SemibolWeb Open Font Format, TrueType, length 19736, version 1.0TrueType Font data, 16 tables, 1st "FFTM", 8 names, Microsoft, language 0x409, Digitized data copyright \251 2010-2011, Google Corporation.Open SansSemibold ItalicwebfontOpen Web Open Font Format, TrueType, length 22332, version 1.0ASCII text, with CRLF line terminatorsOpenType font dataHTML document, UTF-8 Unicode textHTML document, ASCII text, with very long linesTrueType Font data, digitally signed, 18 tables, 1st "BASE", 30 names, Macintosh, Copyright 2014 Adobe Systems Incorporated. All Rights Reserved.Source Serif Pro BlackRegular1.0TrueType Font data, digitally signed, 18 tables, 1st "BASE", 26 names, Macintosh, Copyright 2014 Adobe Systems Incorporated. All Rights Reserved.Source Serif ProBold1.017;ADBE;STrueType Font data, digitally signed, 18 tables, 1st "BASE", 30 names, Macintosh, Copyright 2014 Adobe Systems Incorporated. All Rights Reserved.Source Serif Pro ExtraLightRegulTrueType Font data, digitally signed, 18 tables, 1st "BASE", 30 names, Macintosh, Copyright 2014 Adobe Systems Incorporated. All Rights Reserved.Source Serif Pro LightRegular1.0TrueType Font data, digitally signed, 18 tables, 1st "BASE", 26 names, Macintosh, Copyright 2014 Adobe Systems Incorporated. All Rights Reserved.Source Serif ProRegular1.017;ADBTrueType Font data, digitally signed, 18 tables, 1st "BASE", 30 names, Macintosh, Copyright 2014 Adobe Systems Incorporated. All Rights Reserved.Source Serif Pro SemiboldRegularWeb Open Font Format, CFF, length 48788, version 1.17Web Open Font Format, CFF, length 51188, version 1.17Web Open Font Format, CFF, length 47136, version 1.17Web Open Font Format, CFF, length 49672, version 1.17Web Open Font Format, CFF, length 48972, version 1.17Web Open Font Format, CFF, length 51272, version 1.17Web Open Font Format, TrueType, length 49496, version 1.17Web Open Font Format, TrueType, length 51924, version 1.17Web Open Font Format, TrueType, length 48784, version 1.17Web Open Font Format, TrueType, length 50792, version 1.17Web Open Font Format, TrueType, length 49604, version 1.17Web Open Font Format, TrueType, length 51772, version 1.17ASCII text, with very long lines, with no line terminatorsPNG image data, 11 x 11, 8-bit grayscale, non-interlacedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) !"#$*123456789:;BCDJKPQRSTUVWXYafghijklmnopqrstuvwxyz{|}~RRR R R R R R R R R R R R R R R R R R R R R R R R R R R RR RRR R R R R RR RRR RRR R RRR R R R R R R R R R R RRRR RRR R R R RR RRR R RR RRR R R R R R R R R R R RRRR RRR RR RRR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R '=܄əvpython3-llfuseutf-8b2d1542b76224fa41a7ab03f0ee9df7a7ff56c6903ceb53d044fec3a911c26ff?7zXZ !t/z]"k%wZT55yh59ET tu'UP-ۆ bG"AT>@%UdMZ@?Qvs{8C&WqijsH4Wgk}$&&MnԈۡIDr}Gu#>@>q ƦC<F+/fz}tp8~_Gdsn3iS H^3\kFp7PRN] ,p`96I||&rm ,bMUE3)qҏ~yh}yjjn\i{o)v@2ӷ Pd.HLr毰v;VcP /6_!@̔pec] f - һ FѬ#T&UbL<3:yR8|ޝUDST1|A~=!n'+VI 1?'B06SB.N،<跑o ;11ܦE/Wo LtD OWඨ`ntd4>nMuB%eMu ^^_K72j>H( УcTamFk$J '%9E@'%0!ψ`vDBA(-u݌=pØ2b\vbp)EOmg:+{Le1CM#7m'?b'PɼYư%Lj=2uv PDB#ᴒdTQgtw]a~99Cv^d2pu y]A$c`腹HLA.1@j(w$;m9xX=0n~Xd/?o|E„2(D-T5҉7XV\"PZ@n=sh [MMB13 EΞaEj{Ĺ#G/[Ң"  כu iLl%Z Ov~ Բ>:JDg- 񭫮U߿@_ 5QOpb I7WɇC2NǖzO")' x⽑;5xے^ ?q?)Cs缏Zؓ0ƓX_[^CN5mc:Oj5K/H )2sVkHA p#6v,*smxMt `'#Y~vN\g C_bomrd_Ϝ'Ҽf; Ũ99cZ/eI_᪼e\٢/'|~帜ؠjtMVԿUٕM ߧD_>xn>?i$xv!WL1 EnBFo%yEUSxVD(QB՜I{c1Z 3&aŤV)z2 7O`ubHr FS?WϰA|!y!B6HWSqS&=-(.FOy4mrT7$"Pg.PMG9Kq!c\ȚE\$/7̍O5~w];r%:}-ct(i8Zû+Eq2@z!6MҪ w>0OaYtkݠK}i Ttܛ S+TOar |oAm-:f5/bsoPA! Q"uGs<rxP|)"Ko [z.KZ(f4#fj<~g.EM b;]\.C,O~`$,"jK1gS|\qs}B; o*噥Xdt۳SRwΰõ̎P=Bt \hz"1XfǴa@[x0-7n .!p]?\3ܑ-e8Qhr!."DJ 7Exg@1=;4< AP6 zAo 9qvs]~Cp8roEPUegj`gH{wkKR'w1Y?O?< F;_lx933ph"z@qL_߷|\s#|.c{ /-Y]E{O2KVVGmLm@L4 ,/:[@16RTޛj6eO՜:E*V}:UgdUg?/s2"9Х&/Օu5V;:*{ 5%ūr*pTwPTl S'2@ìfdCm/.[aǾ2?7Қ7oe5}:{df;G(AdkhMY 80LN9_}Oʝx+a"f(s a??|Ʀ G TEiB ˏ>OJRxߵ"gҲZhQ%}?$_N,dGYpgN |JIԭ{sۂoPV k98Dh&7ǯg OR)^e"k`38?;GFg h6t1@&FZ})k 6SZgo弙b o.΁"I>_[H*3\$֘¤>b,?,R6GL K^kEx>* Z/2` Q٠Zp&9cs8F3s8Jf)z.Χ+@h2d_ƩUh-&QHwԥg YCWuD9GaAra5o&tS;U`kj0U6gG|E k#Lk<[![&ۊܥ#0Ը>&!dTisaܥ-GK<ݞPpa0<ѹ-wBL;}%uNj<[) B[9; &1]&p/jSIR$<_l:4YY/}IZgX82:{e.6}P.ւ!=Dtp LX>!M{(d,]ai,&mE<"@\.?3r b6S~vE.cVб趟eR4z+mgmFi-VyAPQ*McRM4JnL^\ӑ>@Ś%%.`:Yf~ D ?=pҩ2L +6"mCآvn^L2X1c<ՙ})N &߲H'@70z)47eIg[I`fB) ." &|ש.fV0[rU-4` o\zL|r3[;$`Ql6?cV`%mfU?>1gpAj/OÊESڷSD_g-ƾX?]tE<ճdO.L:i\wn(2/ˬ/,& Yڲ- #"2Mm8Sg!}Au2vL6!&KjAo%cD-Ixv"sJwx?}pAO&㴼d=$.d<l B,rԘrزl3B.iAݥ.k}hPuc NŘ;L)!mixnT潍DG,*]bX*a޳hDDFl$23;y&\]@J -k|t$/"M@j0L;Db*LY3.j1= f]$.\W}Ãl=~Ԓ#0-_a!rdQf[V?y\\fFSks-a_c/'7QRMz)p~8yʆ.iaȕo&3㽻8a&yM++תRߠ7»[hWMGA7^e;F]m'AÆcVlnVW4+?\ ۴oՃ3C_XʈBrH%Q)oI 09kcZ޾>bc`pWva=9o? M~wkүXggз YȾ ь"Fըh}̷to8P w{'Z0feRb4 nT#h?9-C=3(59:/d0Bic)rBBhN QhD6pd砙N"40!J$DF!#͉_<5 U #da0:(&Z%p63Y{ #±g`XÏc)|"%4CUE Lv4fWm_L8YgT*f\EۓiinmL)\1j8Uq;⦅UgCXzKjK>π\9~H>5TYK?!7oT[)[PLй?Beʄ:a?W€#8} U.|i ՙcX@{T78i5{ǙΞ&Bk6"iqRF6#Zmzni5+$+g~ YYޫrH}IQ0̵*ފ-)17t-,kd,sd{7h4(>\#>u%rzk;#xrx)sA1M+v7Bx\Cp] ]Xc8ϼhx>Q{LSnYp݂( G*o,xv+7#8yJ%Zc6pkep Ѳŷv)i<7[i#+4v Q'D[ޡ\g^~1ujbaUe$.{Z~J>3E!= t_sR'i۠|Q-TPۿ#Uh(K9X*j8͢p2%s܅AAEݟkZ,ٯٱ`k]ن3$ql6ߤ=rq ?j#H/V)ɸU:/LPmfѬS/iJSQvgH1w\On9DO!QG{bVTՁ{| ]hu|UNn)h8 V|_*1l|cZWJ=悃Q-hiPq=laܠ/)W6K=eyL7:UjMi5͕`u9-[ʫG"e֙u'W[YnRWC7ty@$^>Q*s+#GqI-dY=$_7XZXT՜~6 V5B5#w~nң4A4J%M$DO:@ʝM0!7'Yh' >N_ej;:  PF}Sƍ6 Q_/a#sWdJKwkj/5:"Ez #zKߺs "Ǭ'G۰JIp/>y(M Bkd '“q/?}q۽JmeJL &{9*5 ޒb[BY_&-U~/DnH+ZfLCEzH;A KDj]:A"enad!'1UiVf1f3-X6ȕW18l Ď*4 ')5Pj¸=^>Oy&3_2}bk@Unv׈. ݖoa@"だqY8Wc}A^bm t7a8} z5M Ll"DE4j&c(OV~=dO}oOmZ֬h, r.`j_"7ߙSuzܜRUq'!>3C8 >21?~= 10i>CaXMsl>uBMv!ZEz7|bX -hb71uբxZ {F#0E*+ |iq ٮ6 %p,A龜4PAˤ:LF=1wcmdd@Jn|0]_5B&c1#J}HO+zYp6Ǝ*gxڕ JjhL:pDxDʸpܐMwxdĵ;7cSaQg ݹ pgmħn't@1a;ݿAH mta97l7h2aҘ~[ު,aCl/=2/~uGO\&taO [-43VsTȄC.MNJސEguCq cWin;L#^n(0hHq`= #]\L E lxinJ!l歐y0 VC:mkLֻFp+2An,O%n>Ms`<,PD:grP>HTS/{P[AmԂԕ}|]*6G]YL6 3)e?M¤n,l"ݝLOc+t%kzHl-wj°"leV݄._RcS b:3Ԏ=8ۇh}7@p@p[ (ήc:OP0 l* t,w 3G-}Xp-C4-uY3]c024G^+G1)سxg2(3$3_:ӰXy}[R>yλ͋%*Бi s%dC@-3]x ~{+\Y7x8 $3m$B~ZD{f ~]|n5€òRF^gmY\/%4Иabzv_]J"B -xC֌K@oF&wC(qWZ3wLP>֣#9i=`A(}Y.a=mSyNqwXgei\wT55sCpz7AҪ*Ar10-tdL|}gv~L7Gi*1c|>̛AJ[jI9x16ZCOˆ^+Y%ӛ~zwFONPjgKǂ)Gw>F%GTɊ})IɅ]` KmW@Wz Qr&=wDʟ1MuEg!^ٜ|`G%V3~+_|sX# Ľîɻ+hfF#}0~x [~q+we$`$žbM=!#KQsPJo#uwb B C0v[9 ]T)ronobrȓ@;Hʱ˅]93,"t[p] f,"U#7LyK;X|(׻?~+@9;pZ6N㘃-T{9%֠r}eՆAXrM-Ԣp獣2֎EV?hI8|8Nd $ 7GlJ)03>& HSC?";  յ@Ql%;`~[VPn[K<{vooS[T TSx؉ߧq!NoW5‡nj|Y ڌ82}m\~.vӆp$ (ң𴘶IwM&V 'B!dZ6.C9Ϙq[w= yuyhw,<1VH61G#hRHXk! T1m]qٷftuLԥ^{P)ݝ>Wc%G?b:s/n p=\DCΊ9,!¡vy̛tH&L/pDDTොrm8. 8M{NeU*/j+sU3߷¦)PÊ?̻RVG mqc8C.~dr>zǥp3d ~6XkP%!eXO \{lEk̋{m&L#4++G6t焭jGp:`km hI 2 Zf]!8E8OGAm#WuF3veTJG)Bq 2KcZ/5;n҂@BY?*>sk]sd!,{f;{(_Fdf.cѺy%QĻa["ٙ oS۩;Þ[;'Q/M|BzS*$eAW|_S \Cx<^P'H xՃT8yw1Y:ORT"2ʧIo?'[8l8(je,MO}c0yyԄ&EC9=ψ+Xm YS.7%}:3h˛uJ _ &לRW|@C_f3](6F>tiKߝ6A0Af@)1ôYe qMܮ=QAOd CX*cU fxo^oZSe"0BqWTdwF:꨸m1uۺj(+G1ѐވNi\_`L@"R8GH53G\|wXDcvN#RauS?;U7I_t%͸֣}ʾ[Iι@nL ? |:W,Ul D(}W9g3͸Xc0o 4Te78-+N(~J3#ݧah`\8xYl(˹ WV0Ajt%QU>8'/$ts#Ա3#'؏]`L}v:JU]EzD<)U3?J)w 6fl\ N (&Q9^}r pSDbbMɒYʲ?,A| rJdҲ=z?7nǹY2mX=RÛcTXr,)$pC}adYN"Eh7XVl$?tXgxwN'DO kz][ 'q?_6x×  신 lCOu_bûⷈmE9Bz`]hܳk$iv/t2[H$mݫ3 o<+b$O;A^2/(0>12s_d xݰ;\ TZY#@5IDYZOWn{X$*aO'^TϹ\-6rwubiтR0z+׻z$] 0lRR$wKhge:|h^'iO+%&}Fa& ʍA1w૮r.Ve<]xdaU >ʾ|nWdV?qn;!a"Z4(ׄ%1R 4ZҺ)r JR<(a)A<59 Ɲ$)/:QBçh!+X4(E;_Th(1;'^"աXz|Efb>rͮW ѯ[Eu$?If,02gD&+d6~9gnLzyOL 0G0jWn'M!YR苝!bwvc՝,& (jLao`D)oH _ߋsMU*ۓ Iy)lȗM<oྐྵrEKe<5cj}Kҷ?սJ p(_C) nQi]~swQsDcȄ )f{ێx!Tq.Ɛ(}?_UoH%J>GpFd\Vr]1zq s LZAƢV-7*;/KMrfT[-܀yYD|52_3w1Z3U/;[݄o25 8>|- }\+rN7O1CQ0Qߧ3jS rCh <%w(; *l^ whAVM cʎMJ"1nϳ$~[7(F/AcЬ?]k:p[/ixj8Q*4۔+L׀ܺɛaLTdř3Fm$ Kh- ; \Vr*lM@%/sgV˕Es1M+fFL@VU᷆-LܐU,gr"89ęgMw R@CăGˇ;Wn|IpbA!\ƔY}i't*c_l`yx-2=a18fG}aP8h;L =66D52R,  SHR"C/;wGN%Ff OR7AD5_rc;Id/GG^r_3 e- iLRGA'/ 1_-a`C'|fYUi̊f=7RK5y 8&fL6tvp/S$or ](59j9QM~0dS~W^e1䆃$OX-nOPAu- &E\2ݏ J'QQ9|n~پŒ\9c5G=:PPw4kB1djz#6օ7" o&|{PR8tcӅɒ}cTÁՏ}AZݗS#z8k',CD06֟&~s6c?s|H{0bȠ}^Qzgix2[LnSQ ѰLĮr(XC* {B.p~*:Ά 3,N/ۘڄ̓`wjޭ٤_(A-5@2J5Rt8\.1[?%w(1$=I :+ZS8y&%j\o '0|M}F>GD-o|pkӓ73 !MYJXh^\{^_?J=OT3|bwLsm9rHtT@S5Jf\qoH;AT[D}Gѷi0M2L#WˀrI8m??f9Mr&~DCd̄td͇sG#O8 Bf &BOt4ՇuvN?> i+3q͢j7X^nK;{`"v thuIpD+itpz*ؚBG\Űn]vǦcR¯r;K dsSgO~u={5xp.S $W'YFLsx߬5wGRh'K5ٺO$Vo݉ޠ3t_O5ո(*d4}I9KXw U|A ͧ 3I%%_upq Z,iuڙ2(*B9NίQ+y{ъvȅERt |S_f)p& d9@ _>k>rShH)zڑ*Hx"oCcDJq˨ \tE 0^]LlYڭ!y8@jEx*\ƹz4GdyL&wJ n7I[n%/(PV pydBώ}IBA2J4M_zjQT||+lDaR򮀥dl[,." m7C{y5:M 1j6y -_ɳƷ1[,,yAM$S̏\%?l$r D變 BNk"3^3!P'`aToM׹ѸQ tqJ[hP/wK;xwͥU{_ E|^CyxӝMJ`q{YBY$#Fs? M|Th5'gYZ@.“mR>rѧx|}ğMeU6= Aqi" EKC{CDzwW⣙gPz̀a: I%*~VgɕO4)6W㊛ev]9Dk泛V@˚J XZdsb!$i+7&OZЙtnmusUHV[o/ Qצ!OxU^68SdP<"v o ~*@5n3@D R'Q+b.+39$a_n5-ImR\qSlZ d̙MoWfƲhbJ|LtHR6sɅ=vAz1b־caz#yOlAҿieʑCKSrJqh5Ф/NbZ0'9^i]GxR&v 9@ZSDqE{#u>R,T%BV9U M΁;1vƘ>Ļ)L,#AcExn)\l;4-a*;hzO&u.?7Sp~CEv*[N.BbtH/2[xo2X{IuE] d;%Y^ۃT DSI}"I;ɿ[N*qy"4N2(% cɸ^oId+1rcڴ-,%͆f{b T t}rK :o)d{]%Ă7TlXj:a )O,~kGdm$φ,5Ge!6IRgY:Z>(&h?0}-M|DCtʻd2m'MDB܀IaYX -|~Kkàդ> ~d/BK bz'&b//uN )/}X^NuĭFi$!U{!(`oq kh4@gL fؼC"ӄ}pe[enOy"Wڛ ȝTĀTq5  3|hRٝ |bc|oN{[ ?R9I ĵ`Ezfe}l|@a9A dlYbjӌ97d~0?u4[=JӚVOmOet^- IQ,s 3|ؚ=zFgJ^ {M74MwEOmUW&nV@<]r-ѠK ~9g%{ũMtg!2s뵇틧Lq KqZ4$h Z(b;Bj ?^?̘1+Źzc3l< ?Fe(YIV& n+F+%E1!%LN7&t=;I|Ӑ,9` 69@aIU_P 膉>J`&rn~\q$LWgG WWoly&Ɂ?;EPZ>c8kϏi, oƈ菉lbeK ?Cm'n=]A] ,=Ou9dMRwhN|f! ^/Ou¯X\"0u,!{֕f7sIXz=mAK14t}Ц=ЬiIy5\;h Ir=.bSM'j6Bd|\!\,V{ [kp~t"Tə6kNaFS021j~.x>y +eoΉ9СHzp!FWr.礔_\! +G%i!ۨQ|iZ-U Ňղ󅣿û(}t <'___Ӛ7Ag=؆65,A )SbG{H 6t dBr 9斄M| Z#}ݫ3担s6"E5Fknj0'5N!.ɜwL۴f'dO5HcVF Pi+KPx{΍pP'@̉%(^5;+$ښ" #Ƶ'rh{2`G{jb`7L=":\:p[aŲR3}&i΅`vOqΔ 4;T36@&ɥ*@ VeAn#2ÇP1)8h#,ZZ-\9Nb٩ b41e6A9[p !~LEz5{uҒ|L~Ɏڀ3y!Cdr@|!ަXGw߷=aү^]vzp䴠2ƹhH]1yX=yLvb1ܖY?#hUp<һ6=sTs@ 1455Ym HDTޅ!l:s@Ckۊtz{˦aAЪ;jg,!5I1SΏk o( dn[ڇL]5pSZIh R7p`F`p"C^l_T4pc('dm!:`}d;J&o` tbIb6bW$lW wӱyV-'[9>%E)*Ous;AaN'E}\%1a>Vwpm1b(DFC^Q*a鳈V_#x7n?FZekL& ?ZY50JȨ)u=QIӄJ\%Da=6\s$33.[aLNRDFH\u ; NtI<2YN7 1\s#2aEc%XEߢͰe(q8 qFRc<&;݃C-Le1TdKptOF#|áG mh,)d{ `BF%5UlWJsg KnVW<&^ H)G ź% HMԱ9JZzP2N,n?[}5y$Q1| k  iiYtG ״`q'pn.~zՆ*rhYAQ"s')k<ݮWZH<縐uIeRec?C ύW{O,Q1OƉ㈻!>K_ם/a)+i,57 <P{I~T Źϴc|$v"o(5I-H u%A7zpIvdUY{C?8=[ǂ\ylo"PLŏ/Nj*{և7["dfrk vkq/غi˲TW83Gڈi=R)( /k cb˯=>3|8cDElA-4 |/Dl^tjҎa'zle{}8w 3ו׵8EMyй;9e\ۉ7 4:f kʬ*a >2BaqnDAxSO䩳>Iei&稩sWvwdjܭ+aw.mq˦N41z i49R;,`^*s+ FRKm$OԵ3O{&g!?\/ 3zYdzSN\\w4[RcjGʸQ&0G6Qh5W{;<Av k!劭D_F}UiBQdb™3 'Ʀ P[= >$4 2$S-Pe _h&{mxQhy7yY52 ]FUk܁i8Νŭ3j [&s:fv3uG ݒڡqR{FESqSxf6P4f>J*x˄ PՒݴd䋊EUgR^m*&RA %=֕z s8H;}zaETD}j 4p1ư\Dj:8!O"u2Jz㸸CS0$}* wa @s;jnK .nVa9|n뒱y?x$c9~ MAOxDBTWck,R$Jd=nAL- нٙ;ja͊#IAKvU3Mg^«^6`94E79&`iH8ޝ&N%=‚ f\jcj.L'3pC%9sfgK|8UCRBY`[#_>|[_cLԖ]V {P %ڠ廙n;@`Ϭv%7Pw;<)iTMb ̌.3Լi^2E_ \ =Au6H&5/GHV.'1z/m 4jFr7m}z9vs2fkS ï0uP(ks(%XJ ^N3624}vt*U%N2BZyIiMJ\-2C"#mck%u?:*B/w Q9kro^3iH~E Dԛmd |}xv#Y)S~ g;a:ƣJQ?SrR$(!wnm(`bu #B$#?||\.3&iqlMu{fۏ]7=^%?}6@od+3IL3eXg5|"p+_Еx>Cxeꊡx5"9}T@ȫvrcUEqۺQ HشXE6֭e5C)8+X9_= $/L -7 <ƌdqt hD[JBH2_?gqp9SM fy,9ȁD*f+aekj MӁ0چ>0,uÝ:5^鱍I_Ւ0o}y,c* Pe𗚡t: LV6=5L|Գcİ@BlK\"A#ڞvC֊ U3LbN="ɕ k"LX(׬VqΑA !]".G /cn\nl EqgL e?怕O R4x"{; pd!E CB˜I2},xZx](o2撣u=%F:w;Cyɂ^w0MӵJu+HȕnN+}}oa0@dF~uk[jOuɯ'v57Ʃ(H<^H& FM[, VrP^ Cu01z]9*{˫ŞgOM봸0 F ]OͼfZt"Jr".0 n hсA:-̤bQA68#;Ex㔹}2I%|0 y/KğNJ)5 s5!=auF6P( œ]%b(b)!l僜=%ӏ`ҧ IF jMAeQs7{'!%wE&ɎZT]S":TPw[:l,GFiRO!2{t _0o FR-s;c GYo@8C0HD}/m%, .,Ƹ)m8*tMۉy+a~waR9Z30\;MHG4"r_)z4}I'%;Z ʹ[m<,\կ{BrHbԝ_^ :8K >v]-+Jx[a+#[nq-882T U dȜX6?ŁH+ N$DY=\/;NY*uP%5h5+ _ybB߆=HՇh=\bcw1 Ei67ƺ,D'nq2`ξ:hKR1.=^߲/l1M¯Ӛ)tE@7V55"Qf]O$g]9x")c@D'n0C9Cdz<`r0T~jT #ne@> sJ᰹Vy{omH͕lis!qIEg\ຸuq@[}V\T A.Ó:>K1EWxtg[d!awYlrrbDJb42EG"4.UV@N%(p9~A$[+-aJPm{!R){:9Y ~*]pC',$&s.,ia?) 6z$qzoAЈHW­`l`!!:ݵcPGᗫf4e!Ȉ7tg#!JHG/ܑM g!Ika{Z2x‘9w:ԑFlFJ+I{A&, WyNi?` c\܈`]lDgo v)ŪAψu4gqa/TV"xPͩHGSMUmhvx#Cc/\Y3 u$7𡂹@3ole">_F)cw^ܪ=VI(zDFFiYcV|f),8%;zה\Kt&V?ސJЗ@S,-B[~wաOUulӿЂALBKjT>wfYO(I=Vx5̣r۾ ;,pJjƧ1c\uvE?]Tn\ԫzHi[v@%Hv' z?["(8U ?i»c#݊Y~dPC{4PBQY7eЌmD!P^Em { D_`(DOL й00vDf$Y  Z_&Bb5l<҉s$,r-I|tQ<{irJn|~%[" Brųݒ|64&AFՉg:]W uJnҩniH׶>NRNLPz_J`d|3.5xOp YXlKa2~qZgtR]/xƪZF׽ɖ ՅhlW(h E< 4ۘ-ǃ_ZMzx(YQzp/זӫ(5bB 7H9<44^ b_ U'P_`}V ,e> |^zjcQM4dO7FÊ^0cf2V=b*8Zw1JՐƓ5kª|Z6`ew#9M6#\xcLL񄣶z<ΐnv^-k wʅ%͙F:t~{g42Z v:uEkZ1ޢ6Mo\S)[6}$%EPPU m\|%d8+jv:wx&+ s4YoК5}/D΅/EiE-%c'5,CVo?4 O^͋WS3cCBF!жtBL}nVבuY /26Q<*5JV5R_U_bUDht*!K 5)}i¶N/z?k#m,f`F?+ȅ^C{:Lޯ5$<4@]*m+,M A=G6W lR^Z'| $槙yQ#⩈6A[S⚥Z׊ah೮ 0tA-hP\϶y>;'<d6펐EI.ys_Mٞ3_Dp(9g*5D(Ζ(h;9TTt}m)c 6ײxOrRIm -&+CI3!~@IL&( #%գY0ځ)TG:u:U50ND{KNc2 fabfk:3廓isA^[/7OFd;~cLi6; o[#͉wCƕ k TV{1}X X߅ʍM`Iߥ,@dld.=ezw 4i~bF e97ޘ3(!`HxlUptWC{|iU*,]^?bVt$ 9C;v9Bu4u0iaGsc嶧,w'} ؘ8gPbyj'Z!Ή ۮq&g cIcn;w0&NB413SG>9LV;0&eB^b+aYKQlߘ3z^ۯY^ð4`eXf+N彌]}X*Ī>:#3sє#tLuQoDPLz آFKSnؚ[&&4Z#`hD]:‡_|QeYnXYCJN/tՂ5VO>mȸݙ>g[Lj}FUKQ}e"YQ;F{,/HOi2"VtP󗄼6~ؚ5N`:W%)Ȏ}lrx$vSӿw?PSzAXQp(yp(`@߾T6ٸX) hk@:rrD֨1jO؍[Nn;$(+sBާZX G|ةu0D IñZs,#8baմ4aDC{وrG+@htM~Z@}%4ƂeNT#+1{ %zvV` X/)祝`Ye{f>ḨJhSڰs)$j ,J{Ͳ|t,~4o߶+.rLI*-Odi`o领Ue yy2UyKh`ZAf]b6gٚÑmhrVND@>,aDO eŐ^ٜSOk܌? *=Uڣaʨ@3ԛap w)p2m)# ^RV@΅HyR?>^ |c_έs鲮+[9JVw͖+;r ^ڍw@0%TL^PHw+mQ:Tb;Ca&9.^'iǩZcLPbөZ G_Jb]"G_,;_)Y {Ke7ݪe2rm^CZ(1!^h\wS>܍A(h֣G"O"Nx S}Ep5_5;%E=)[Ų<eKUKu ?i|E.C]n=Uq=%nbpf]oz?F~ZOOBs[;I8rji3 |KQ28_FBRn8}glJEqX%]?t4ُVþ  4_h)!i|6cpH"o\?EblOf/WpG a^YFڲ9|+ss6LpeI4י8}bpoO?χaVa["?YJ;֌]y\ɳ'vO2s1n in^`5q,Ԓt1n-ڙW%a4򏧟G?e]Wl2(O~T\zdUA|*Ep9VXyJ,IBcL9NUMr~E¾ !~cF|Dj> y/n2Dg4!t^Y3ː6T%Sds+bvWK&4zM՞H!6Vu-%ynrso`sQQ(\L:yw D01ҥ9q<7G sOr5YQچ%ROqKs}x,zI,Oub>.kp`gdc?Ū`#t/e*VDu$.WS:6< ȟm)Ne ׻D:$xZzhR:>mˁmpy۽nGރ} =ӏ_Hz]=X\ <GP("[PA=[E8u8ZjX3WϖDĿU`sKHgZǞ#1^0w`7:PrKR_җO&,@K܀j>V{ RQ"[Lj5Yƙ ͣ`ˮ s0ު11n_IknX_Wws3|$6$,gjrbҖMfO~'߮(LDŽ%7c0a6eYK6 t\6He(O4Cq1J^,~IԪ'|@T $L6v;[c'w L{.X&@l(d-N>ԃᤶ(y0(qa,cGxqw?JGEQ`ɪZ#&qMPcq|vތŵN0!5$8- xWHEc#aK,C߭P1#D5A;8-;Y<<z_YS-#w`V,X6CCG*KzHRw8ED wQkqL[]VR^>$Q1m⯐M1RT<|x錘Ƌd?>h=J{ĬJB0Mq[S}ㅘO>jgY@><T[[qY9+$^jY0=3 b"L&PCǛ57c:ì̶C6?UnhQM!s .Tz"l!_ oC@ӓ/%`(kdX4{X tL*CįIloC噐qB+3sD Yōڿ S 5}|2L%>;єeӮ9GĖ})m*؇V&F7g'6C= G%m6ڋ^Wca ;NѾ۩^!Z5h7pOs Xk=|%-ŷ.PUd! ^*j ΰ!-w+_jdQywM||g{O:!"Ž* g' \8ۦ}o_uYwݹDۈY%u '=r|!^r>A9 q4ƴ~*vxS Z~NiB1=y^ȓ|϶1ⵖvhsKH7iW0颊n-vXuk[,s@.M5؃ںl-P-ENvp5?[˕cle1k{i7H;^9x>P ) F:_v VڛP5GܘJEwſBnmֵ_ c3Q fTw[N -|K_r˧.aT }~c 셲v!,;K ζ=KHώ+( s辑ءik[N@Qۧ׏NȝZU>ɨ%o2U[F-}b"XoQ #JM*$ ,T? v./s TNFoo),뿥!)J.RZ#}Ŀl}9Nm&eϧ'Ϩ#MK {ZFz\sN{OCdk>*%`Lk+B먃bAgQ@ xl'!h{JOI;.gDVtZ~Sk^xQnti li  +8nh3u4$t4iӋ:0税'ЈTe(=o-&%7lB@[u侳ƒN+7rL(ǀ-wMj !S{͜Rh#ΰ~h:Mn^W?u덏tO46 z)kf| 3xt)}cmZ=f%pR0lr,|BRkݺ ˈV$#'_/aU}O4 Lv$O6 ?_ޱ V 9=`;3Rv_Ba#Q?atKƞ:8Cf^dO"T_]@g(ׯC0vЍn6ݒQbUbK͊hHSxC* Ļ!mLJ_upV5bPUŸ`д=u#o^{ļLKK$qs IUGQjbsmL8Ac7ؑa?63\s[ŎêޘPr<2P@~$L ӏ3`LF;jcviPJ7>g?XlU0L$u`Ŧzҥ8*fؗ;s!i.B2g꽫aґ_ % jd?($WOIeBH "z=i:C3eCw{kx̬z(eӞrS EH) 0.lRV)%oWbf2kl.۪%AWW#Kud+s2T-tôʻ{V5TQx?,l}j~F'=7 j#fA/!RĉvhǞCM9ɻ ={{@m"w@AecB'i:'Q)2W6Q;0xżmpVBGw0 i)X}zCG0  JW5[ UB&v:P! c]TBoy.c`j`VKEv)+{1{yint`7R0lq6;k+ljcX< "?1. vT9}ϾÞ:2*|IH습~@&ܣR^ 4 Ew/‚yVeVn-z#3hablu0Gk!AxQU$*S&^6Z0lqh^yL8;o._^XRQ11 ٿqx@nd@`onky^* P;T{/)_ 7oan `4o/t("?m`fm(J K!"$`qshz  jJ6~SԊ4՘Rq0;Ŵn Bۄ GS2R2{Le R,WjV!bCcuɚD^T2ÝU1Z="zR#,),.l;ΏUVcW)Z&vّC'P94W^-,{6<_uaߓ~5o9Dx'aa]RlNCR(see3~Ûぞ~QB0KnzM=(%c,0䟁;AfӴeA0p>,g5|FԻk_Ӕ״W 'g=Y?"Z e8QO㟴SY[mʨ>?cd6*+0;B Ew3lmod˔cjMƲ;o;*p 3O]si4: >&nA+4Dum=A\ ܫ?dzV2:/d*u?twg ;9#Se3!7;GOc:W b Gs8 [X M ܩGV~&SkKn5޷?Yxb@>|o3WsgC|LpaQcRJ <,`L^6!.~Q=A=Hz:Q,zp1[xY?`OhǓCep$ Cs2ۣ/&7~}^c7(/>հj1G~ڕYZmE@b.[ou&&Yߠ{8+L* n u?]|X(x;5WZ:[lB!8 +-=[IcB%E Ufq= 5zLMN-_ m=y`+.$Цi80RLer~OFWLN%aM0| 5oXyզB Pƞ^Ů >a\WLZ>(N5{"1"I)F˄hNM_'FBrr'.hzy,БwT/O :|bԾ; @m5^Q#aK uod<X%`j]E6Wg[/&v+BrCfUCqJ- ;HAlKڏfax-l ,;Q$HG MnnP#bU[n"?JUH FA1kL'S}܅qD>U61881-% |318  d$V2|| *y)/uȵ6c,?#OmSHh@=w&}JgI9. \|xkbHJ 3V%ivM#PCKzkS6 cs\ cb}Pmz%%:+ .6fPJ' 1ܚ+Ⱦ6v+`+?;EDT>ly2VF\(u5("Wə_D '6!'>UKkS922oV d-MV*Yf2RRtNt؄͞t70zɬO[֍^Z I@ <]_4ʛ yšM=`zmJz0/]uFCa(S -7LدSMi P;P`eLp*9BE!;n#_{.浖I'X!;rܜJ7x 3wIޙ%\6eH-~cYyܡ YXѡ̖7G1"ފn=VGʽc),]j;P(bTVӟBU|q99]\y-M`kҵ)v5w잲 ś.0& ߨ.؈;MHLx{X#}1F gDG$'L#8+o6srDWـ:IA6\SNpSEۉj02 :3b(ӈJ  fm?iG\'Rv90{T(>}|h)K>مuPbNJp`( z6&N4j+Pk4C+ZZ]h񨞞07PWG'4i3N?jp'4 'X4ޒ QHN~\ܵ:MFL} %nB@@~0n m-D!v#i@׎)Y&9HUj9y K"|\@>ASK׽WZQ[ֲDk۹\۴9ɧ͚ɩ ~ "7/*H廟Sh+s3uYc% i+<̍9 v}v0rzQ$¤sY9փJ>y>n|Yj6XE1)|RKCWM3TVUY-JVAކjzGܯUP|\K I\/S#c*cnԩpPNWjW9O=؊P+9nNFgDBy~ab\2BpJze2';a2[`1)|/({ʦ ָ9#%ot|!Q1VMd@@{&aW8[(,|?Ϫ flZ7Qɨ={zP ]BSLD */5Γ4ב ,]32MDPygym`i`Ch,*E4}LF]4Е ƖT[$G+gA|#+<0 }X"oU ~/TF65CvkJS"+unTTΙ/j7J띖 aiK)E3 q&~;WMg}bkqo'WK <9m<%ln/f\SHB^jp|Fs\/¸iL7*{4u u˳QUԈI*YshPT0mWhT#˓k47N`vF;U-xn^yy$ù?v$ d캽 I)(BԊc ? Wg??105%)Cޱ/]`ET X g0ׯJ S]3 N%yTCexR݇#Pb g-׶q;oS=fŃH;@= )PRyvW!l_ӭҬ+̂&8pۗ9aN,>}]ӡzR8^|%;Kf> ͠yڳ`f1$N m"CfEQB:8C+wT y* dڎW`'P4ۧ r•BYvcJ 0yIvS% Nh"ՎUOGj'~5P.#Ґ_=">C4Lu |Djӿ ?袲fǚD{ bQ`&{GE=o`is|ӏ-)ӞA:yH[|rcXB(Iwlģ2Wrg4BwCAC+7q\=%;$YQEgԡ;z;aȦ#E:]Ssa2: {bV"8Ʋ7xPl 1 &n qzBj8_RC't0}K>+Ϋ GLebZf*0 DXVg8OpyzpNQ[Zd4IKqyt=XP #1(߮&v>}5{+6v#}ZErvГ'~e#<(ٴ8%7AϋI%80#Ƈ-.Xɛ@^C zx].tr玠c\7 /~nHη|MUCuљu4:/alqOekQGEr`'o.i\I5 fN*wRSrϝ12K Q 4Lk9Lr?+20EE}3ӅƌSbs/M]yF#>~ b-'0="Rj;}Ο=KF@cN@^t#.@9';L2Ѭ`;{Q=6$P6tpܷtKz^@|lZEupVܯ;ydSˮuh5D *B-%Y-'~BpO52M7"΂9M,9I)OGƪ$KbQq<Ǥs%MG)'{Lϝ a5-l9/ޘ.g2YzZhsF,> R7{RŖ /(=3߶YU2IAL[J )a٥Jh!@hInE%HE\U`hB!#N1W"bUȖS͎A;%7U` )Ǩ#إN *-n.,HFmDŽ2 ))̂ҟRnjt[øo#kR=ҹO5g蕉dT.M*+S߈0qY·SH9.f,iTY/g'0u+2f -FҟKq`3mkb)HW\N,p7ka Wޏ\o,?S`E%EETRy RN‹4dZȩh8:* 3 ?.h/fX HA!u Ll"UJF(r%ԘO">DOj4Nr\b 'fSFbCI"mI1jStG!T+$r}J<4*ae)/Yo6R Vj"c\Fi&o@?b4AmpQ)7I Gaƛ巭3w2f@*wpa:y`eZ۴#io "0u?y4{;hgt]kSm7~v0 Xz@ӊ_ęΊqPބuRaD!RMY(<^tFU~ #ȁ0q#@&$l[\~}L0gPBn5Qυ>S9V{PIcOe#ȪV{vv]Kio8xI&:1@U+a}sxeSUZ ܷRei߷Z& Xr&MGY3zw}l!5FfsLkFLՔAlhnК|0#;[MiXG3n2ȕl LE =W_>qX9 o)xՀZ(t5B\ϵ u%)I(~Q,^x:jt"iJ/;S2@- D ]w Vzud DzH`Km@}F)/Gx]+`-0t|jjhV!E(tXW4D coЅC|H;B: 1٪J\4n'Nc~ S?W*.&9CwLVgr*aJw#A*M)Zo}|lu>2+e0o-01Shʀ:זMrN"jnMe۶e+T)YA$r%`=[o~i04^ۭ{{ZS>S= ӏFq8_Av\-婧T..ud(V1#بSp*)3w&N|WOq'*>lq4:DJ^QrN_Zl ǫsKfE j? zJۂ?&l+c%B9?铯R -^O*=vgC]&ܯx5h!9TѶ@5v/Y&:҉@:nrZ^pzZEL3YVqqD(*3U%RCJ.&q_fҒN Lz#H҇ gn:n,N1` '^@$uuL OV\,KC;ވd+-]8({_cNL$K8lJ_V]pAeW/+#^F>|o jǙ4Qŋ rĜ*xrg\-i _B}b,F篖"qdvA~Jٝc?:X9$]=$eK&?z@]~쥫VmO#L'ʐɱc#~ ڴ= I8ΆA77Gz zĞ2vؐ1sN:trU "CȬ\O!JvK ֽ)Em0Pfގ \_ %i iLޑ>9!<K 1dq՚S+#4.KyFۼZ\Qo5KU̢-(Ğ,JyG{*I*RBkj~$ 8u&ȠgNHT يQ 9*^pUsGY ƍ4.nOxs49!>(m@kfx]9b?.K4iǍg NF+QKĊ~bWor32FJ93Plu·@3'x3RhIaȆ-H#r|gђYPյ>ňJ|rNdmO=UPs o"+INW6?d.xە}[ WH= m̪LtKgơhd- /C* o UNF%',!,ƨ˟Ea7֐l !m6S"gZ3GityAQ//V k2y- |?6=-G1J?.HHk{&^.q)-#yƧ/d'b)K`T0ŤɹeE[baA$|! l|lݭ$"?XD`~'ÜvoV$WrEDJ~3e2z.ԛnM{Mg1G9fTp Ϫ8_tĴ R`G.5՘g5Y7]求f4xu-?Bj{Hamp_b̡s6Un孤KQp귔GF%eYP~zOkAC ^G{qŎNu1$V,1R]C[- BX7 +-2Sl;+,oNuݔÞ":jJ+˛Vay btWk'@q.HB=nZW~Їr8퇌XC70_E_b`? мEߒE,m8 G"tcYiNÝQjnC-=>\/dDj%3weEr(oFw(:dX+ r}>QW)gVDx3Z!")>#^tv,eΪr̪DST۔T:k?mسA\(wcs@[d7- jC&!kb=U W1*bAZ ]#vn[=qҀY]"#t}9Ṕ$I,S4YrcfmrN%_yA"YD>zs }4]ڦ\:Ȍo #d;0-VNt!{@?a mc!"o`YmʛUϨbPoi5nRa:i>,SV@9Ǝ!V |n"/`hΨ gJG:g\NLIc-4w>u_J¯:UI)ݮv] Vx%anù.A,]핍}Q5rP+N},njƴLޜ}O4oI uqv3mp>=AN;pLni|:~>f!-hV>vqtͬߋYŨ=s @HM]HHNgʍ;8/Tri!Q7wfcJ=b s00jhk(SOޒ<WŦl5t ZgIE6դi{ѢѨŨW@v1qiB&،MIan&,3\lut:.o 4!Ж^bgTjo_ԒH BYTY)yvyZyi,P% UL̘EDY3 SB٠3[)iJi2%L/8ݓ_a,K2& ܹ PKd9oˑݔ7==."\юLlt3":ʓ ǸX¹. u#v,>(f%Qf9䠔mrXR qR0UMch/Tʋ:zu7G jRkjS9ޢ5)*׬~OHAf9(,{.E=ۇOQfFf>GIAhOLjԥP yq+ ǭ}qͥ:iGsNu<~c&dYaZ0u;.uGB3 pW^S۝xH(VO^C eҶlfE4DrF,@\#]YƙrBb?,ȗri@G{yPEqrWI"rl*$tR]otŘ7>" фʥA!Cۡ>A~ٸ.CcGHrbfޠ]e^J:X߀~/X7 *xn02}`蛢 @u+Reޮŝ<]&rJ2W?FKC6ZuWE9F|3{B)~&V }ʨҼEq KH3V=h^Gv.bı49J$ll,3D̂_'^(GsWyaxxO s DgZ{$JE+~w^&=9 Tή^& PGIWR 7"`s![!eD<(ڋKnݜopW ]:6MY⼝יB=>zJM*J!v `W =9Ek iG\Q?AƜ50iN?P@&^9tV%g0#ܔBVy}o',G>!.tWIࠃQřAiݢ;!6F4ٴdЍ3y83C3l͜#⮓D[8>ךZ^w*۾݄\p|"Kh T1pZ| `PxhbEd*߿Z`aw Z*1~ujZ3v\~jbѤvDf MrH4c؆Ӳ`+͔WRoh/0 S+]uvaWZ7F7tjcM5QӜ(^ۀǞ ]0֮s=o͏4<ś3$B o$ 0wZG`Ң^ 7z9hW#};6?}@uHi8Y&zIs TN*g ( _ můP1'^idN9w; Kc Mr!~f}A\)hA5A,2> I-G^ GbeֳKfBhj%^'3V7]W($޽wiNbzôXU|_ _~cv#1ܪ]EDFB㟤Ή\Zb2dDN'+|R^IR3D4N]F<#[7 weN9 0PnR'gG.5l36@Ϻ}0q%XRmX(wݏo.[S;@kjA LBD*T%ik"(̰V?'LEy{Ȍ\eR)ZƫU?9>FȬc}YƘV[֒b0sEc-H0ȤLjq1Rvxb @:w6 |` ߩ3W?0;:k#e̳NJ~Z]CF֍}9т[A^!+vΠ` K8gch#>Oo5 qW﵏Rm@kG(l(ԟ6Xvr_Z:!{;a8 U1[dDm3K pm#_W#ٳx [?]`<b+]b|KVNY4Kii$׈@`^:K܊i-/i+C-DI:` \eٚI1M {d0>: ՚ %'2BrI> ;sL7C*+7}V^(ɱEvӔ-`'7Q& TuՊT>>f޳j~.+6;FNL`Kآ;:[[D &FP1 S3"#v4&g^ԢZZ?+뻾v|-lAsxY=(q V (2 kMW0S򡨑_ ]N~( TkǾTaQ !R8ITn|V/~KR~{#*1hW(D6eڂ PfUׇ)$2깻8iFU ~=YXAFN0s*o*J'1΋]LViփM"9%p5q7/1n\>̂~Zeu$%qOBPdр¢:6.<'O{V$ 1ni؎?Gm/ VDNcX_f_5}; tyHXtMQ1DQWV@5ݫŠvCMX- ZAnqB*Ý08b .I(pVȅX*ͼ[D=5ztj*0q- v1;13;I!>Mz{֘jݰ2B-Sr d}=h-KD2W1魟n"pu#Ǔx1s[ف=4>tdX1#߃F) Eb|{}د!wAO?f4ϴV) 4RnV)`/ܐwJۈ;9*hqd=c"X͑ϣ$oD7>g m_}S4E3B?PF_g_ܙ-̹s^n[(fW$t~C L@hL5'i3Z&ڍzԧ.P-+:pZWɰpi=b|-=s2\ hy]R>2^&1BdBnDN*jZ'Ziz]t{ku8$Ҹ"G[tPNV*|jbNO{rqvm D|ՃO&+gEz$3a} 5 lԵ򍕱 HCr^ʦ`>2ppC 9̃|=DS=nGwj}0~r1Ł\X,@ySk[U?, xdW!Lsg6YWժ*ٶ f;5GcNrfAPXyr5PtG4QA*{q\fix ,кOuK B$U gqgD<"\oDR}#w`22F:lJ''QjjAha<~cZ9,sD عK%RAxF?^.u6FoQ3 SܽZ -ݽ |v tPT`/-G;a& ʣh!q ܃QJGZzrc.e$K7_?e,P[ TMcZ27$fK\K?`OYIes!<p5Ϝ}WH?#0vw~P/}N[hep@Y:lI؅R P]~ϋKe،M4Dnn'^žŎ~[4=czXKNQeuog!DvN)|(4K=LgMV} H*U?ao&1E39>yZ&FYZ(C/5{(HeP]=Nq#6fU:R ԞqۆE'[%v 6-񬇰Zo]HX/gCOJ!P큟qe l 6C9K }հ%cͮB|t,"OZ O8l +/5r 2s71SgfNuDhCO{@́,y5GT%GM`X֦oylP5Dpݨp;24_m)6NcQi9vh4X9g)1w6ɳP`_5QMC- 1RyݶCb|=6AU[8@[%%Lz{'e;fr2Xlrvbu\]xbCt8KZ18ԚD`hlq F(u g%Ύ40X(ֹJ M-u";w .s#cj'zKjJhd<-w)gϵԯic6&NX_Du?k1Z|2 ٵͦ^zmĉaj/Fޫ> 9M3jQ0Zsj*0@dV(m6ǜir"r: -]tfofsYJ]kjAT5P]sȫt>.=+<غT0XFKUU2 sӱV+.k ";GcN'rNhIsoEZ񆃛`=S>ُBROx*@]WJu~WXs'TW =Qߟu(OtŅ, #qF:؝8Î ;=04X<N'N? 0גkf#]#1=7`%&{;jV7L ̮*ӓht: gvbE PDŸȞe︆/$K]]I`ZQ4;,onABƙ5R)pA GF~V\r!׿CŬ9N07WU[)O;[4<.rsq%8ц2 /Qw}Td&6!Eeɞ[ 4 M7 `6%{4}/o=QpQF=֛ZR>nd0"˓.b;NaF^(^cABQ)ÒYlIBMB/>53 }%Ir4k5W^v}|z7ۨ?& JE vGŸj9W] ApqRIlelX$`R^{>w gxjS+\&+GyNݩ;؋_8̓ID:wC;;~2-ƕ07V|PjIl@.b6Y%?_IhMr:;Q"ۿ rLj|:tTc@/aA0nH7t wf!xm\+|X")v$E 8U?I2\)<9+ҚEɑ ;P9_fh{U R A1⍻֦Ko+Ur?&qtTk5v6gT+]' ,$|K΄-i]3R>URhQB^$V7}¨42C ⴽ2AOR=4zBQ%}v jӋz'zuGUdτ #D@#նQ Z|\|l~*g:EP1{ j}>LֿwTط`D*ǧ"NP;#âqSiYf`aDnIy EÍG)z ݦ04[>?,MB2{ NRQnb&:b7p %Z䋉U@JTDN \P!"QNAu\Hrubs]>)B{^gpu3a`1: ru#aɾL(3BxM~E2Cb(!P)~yR@]w&b,N?ZC_f]na+/Ge~Bcr&sAhHx%mb}fKpn[;J/r8L#$\<f:&_[A2s+bUB3̋6#,r33= j\6eFQA0WuFg(mJV qz8v+. S:qRIOtLދ0<0WHɦuKr#?4ڤ@YhtK5Ҹ xY^Psjf㖉Zs`{h"nȭ+-pQSAUjubRQ% ^%Y w "A6.&*oW6YDy45)ooV1Z,cRO[j-H}*[ ]jdAWeK2eP!Q #ĘcbMʭ^%{- s ON'ȮMAM&a 6iŵbcL%nI@iG 0%zcU7Ž]YYF _3oo|>? ,ʽi;@f65b[ DƋ1iꌻ_ 0k(X0<òz~9U?L%[lb/ˍEImn9t\g[*L܄52"nwq%{Z'd;UqLCsg7FFo WU|qȭ^IJ @+qH+K^vlz2ǿtHh(BdmRf2j]_q.]d@%CqcČ$Qvd9{Cy$V7h2|䚟ʎ΍4(w 89"4U&_29 A"ȹ".,s%Yp؉ @+x 5m&-ɰ`!efK%*@hѽϬRg6Vܐ### oi2ɌhF pl\^Хwri[dslr(76Z/oR%N_JﹶAWM>ͬ4_9!vvxz >\~)YriwfeA~0`m~8!x6\Ay]o`mۦ74cĒ(.;;EK\ !-)Feɽ784MZ/9SoL׳^T:!4`8h/>HkEq 7$>t Gߋ&Jʥ*^Ef@Ɋ1"tb `TugMywvyBÝTm^hbK_ё&j-yq4]"GdS4j6 ӻ\_X"FԷV`6&7ҠXd-獈m Җ"Z|ckk̃n?z59Kde_9#-?_Ymgj^̍{@K:ӔٰojYUKgՋ 6;ufyV%x;] ɿv7+mO K? 0<2$ qU$i I,7 SW ,*x$!]a6Mb>3Ҝ A# CQ=[4pәʓ_n{$a$XA}8&djc8P|%؜^a*f;\;#J  /s=.;&rhh`wnX. r,Dr( V%蓝5֙b`J_ Y3m`yF}4ii(CZSDȶwOۓ}Lk3o#sݼ=A?0z+2ljk05耨lO.]ԹX aB%>3^#uJ(cO;§Nsiv3~* PlA2 ɹvsUO92sEgTi(Q9u8o p^sk=BE`V,]m yf0'vU;Lcxx;*HO$7i[CaLbfDƒN b8t /pZT8_h6[/,ӦMҦK5Z5gY&[gDՎ%l z7@J?q `.Ka1G/[W|ؙOM(TqA]_OvAT2İ1TT7c B99]A567@z0a*Yp=/jj;"g)l<1t:skAM7Pv91؆Ro AIA]b&AJw {I[q/@goHj;4?H ڲ jEq}w9@Iq ^XxfZɢՑ2a4APJp2p +]8{ Nwh}=iXEXck¢ΌttѢR B o0=hX9Dqrkkv &QN(Ѣ:2 mIy 1"tµ FT6 JaZ(sÌDxO[,,Գ ?„~[r{xƪ Ԃ7aBxsϩM:v`c) ?ƿH{&1&=MK^bvӌlVv' ,"2cQAvJgWGMLMr=џ= 2ex ۑAQKTr%Y"k~ErڢIN.ǹf_=|NcOk7ZSahN?L =L(u35t0 qBYE)8O XӅaCp9dzBa )Ny6D[tAiƏK:v=t- pQԂmJLގtż"xKFγBH{$[yddBP'(:_gܼ6R~GW긊;BM>u'6˩кa( ELȸ4 ث틕͟pkĎdAղo{Yő2kUYЖin6.UH#~_ Vï=${%Ϳ,ۯHһM(IOZzsڠ1dP0ϷHl?5m1/dv"l؊݌c=T Jq/Kvƹ뙷tpuKP)Qm -rI'yb% XaQS_f2ݹ?瓹Y5<}$ &>VOL_wOfY@5Mţ6GdA ZEQ~,YU;wA a_;ɠ_ut"FVœSqMs:-~ԅs'ˆ,K+;N<;-UƷΥ!n>7cvdQ^I*djDϐf$ܡA+Lj1Dai~%Kڸh @iV0RfEX=+XovH4<\ 9dEPc΀/87(ʐ8>AڋO,37fA@;}ONh \s0c3-\vRp+nt~I,A P=B1m.Bs*`X/ rq2J8|mE!aQm !b'ȓٳ 'e߮idD%PpƿZy ^S m/M񖾄D^XGgCxڝ}\l:Y`]]Nk٨a>*%:BOWڟ/,URу"/:i¸.EUs L<;/dh*N x3NRJ$k!P95 g&9d8|i8Z:}v2 Ɵ}9T \ ]3A1qld7;Rnm-q)/1TiuWk&A{O~Kg"i=c̿\q.WEjƐQA3|{("Ik̓?4Ǧ ^3! j$qT$90ݦ=I4 3U)}42W@l3sڶ؞!ц I:(Ew~,c:9AUI"`dK9FV!6]hưcWݗ8I]4o- 17S1 QzOɱ6 ٘!༭2d=8/޸nptyزZ V{R750[vS֓!~eiūМ= WX/;#ת%{.GM+5ORؗvڻk:? !LdvFRهzAI7T+t}dR ~keGDC`f D&E6Zl5@X2A ZC\xhPX4b;! ;3ͧENX:tcȿ5j2W:{z!ӫpPQF!ӏ͜#gh.HW Ϸ/TK@ oVqsxS9!ݪPtoG i/Rzǜ/#vdpHH4t-C e6U!GAd8Cjb* L;l9 k/O/Q$˓0~W'e6a˫ ݫ_ tBO#}[ǡv#i$~ގHC$;.:CѦ&K{-`yL'֤g\㠒ym9#VC(xq?f+ZxuhuE,na?\dY>9 J՜~R7 % sǺijgbOtM7@Bw7ey[ $"`O){Z#y,  浔+`ߩï0{\%tI3ޭncZ OOkl慕Mj֭dM3_-|(7eծUL==v-Z !?$j#U,VzܑaOH!qYQAgO2xS,XIb3dS^N'cZ &*&Bs͵Zdw1g0"_8u8XOMO!9HvA=>/=AZіtϑy՝.E}1*R_)1KYt&D 6q`2+G֩(}蹖ӹ%xǰI.beUP"-4ŸvnV ]>;b {*,Wɪc_`sFkf /{o^[ܛP]_viByW+ V1.OH=cK02KkURv^>O-͒[3 [Qf>keNqڷ30b|@EPl 0.,BYZ-gs-k˝δ&siՄ/% \p*=ЗI!0SUQvr-"xjATE!ŘT 5X6wSu/&?%!3h- 8l]hPg+b3Uo/V&.䛙F7>5Jڰu*P1O$LxY8+%,C/ކ3%϶tHeӨĴi5cA\?W5PQ'=zTo  ̥z厪aX=)ID, gĺ8|df|2쎚Gj?>q;-> ]9n;V̦ql8H%3N6?V9]`6zG$$Ll6<Ce/}5'3W?[k8_i@d'yBD7Ͼ@C%oF-Kt"oJBR9-2:5‡fyM~F_D[Dӵ3M)Yڍsf@P"KG$8Ŕo?k1tX9\.bEc JqK#\^O< ¤q|W{?zO\/X0Ao`t~tbo^+y8ZM?:c9aoF|kqL&19k$/]zkaHV uig[bϦEO2"]{}*4:{K謁.J|.ܼe?QQaQ5/{p +J¡5U 7]VKHhJKۮ-ژElQ@ 0Ëe5epwb$A6>)Eu+nʒúX-Vr&'BaA 0qaHaG~ng*[(v(Ek$R2Is.L<rPbMˮ<Ւ/U>i]+?^Rx`Cf(Yu/$ˌ}$w;\{ O} $ӧQ#Ĉ n СkLJB#J_sw4τzT*sŨI5E~v';%sVIaޖ+?}l!%b]Aj:ٲ/qo-c?9)wqK{~UƷS2pEB2΋9Q)w")35c`{ 6cr,kc/hF"fwt.3uxv{-*я[ !@}h;sklɕUM@~*657/ kWi4YĈYk#¾%ܧ.}~F:dvW"`Z@Y[!O$+<05N:96%G<.ud9Kf_wė4TX̄ zjU{C;< q۲,l QI~ fwN*(Ec E[: ${Ϸ')ȂAN䉿LzAUA#^SxT_BAz|Q]%oEԋc|ڭ{Y}fXtkxwɍp8S5K<َgQ)/2_7S%û\*&I׫ң! N^6, &b.\cl=^'6LfSbWy,}̫u[\ܵɯ֝H [ ^2(@>ew1L!=?W>AǾAEݑCyU[zr" ]X&[RvUۊbsݵ](w"*JeŹn4O;C7L|zv(6g| ^CUے_lMBE%4a燎 ]-xB+hS6;)4 NRemBy罖 3:<\c 5NM&t#+FjuܜW嵷"|8az/@bUl#uMIA XjZ-`YA2问LC*P#-#Nz%s%G!VW# -"ve(!mexY= CR[|yU[iRZ;YXkBw$IU>Ӊk]к[Fk z~GGYbª){NK:!ˑ$O@}co߽_Ƣ Kat-gݡLњ{HhB!@9N͝vǓJ`*O5Nm? " Sbh/ImLNe}n Lm>iivdzMRHUqőbn#]xhZO~ Ān^Mk#_`>NgND䗯{Djܴ?]0!2ˍb Թf暈]fb1bw?]_ NW:jX6F~vTe!X|&2a%0Gdg D1?g'Q -YQf"Q!k߾1Y"i<;{}{@x)x]W4^SH ݅SzqMFƺ+h7#B3!'$+j*Wj_Cj zJeB{Fu[J/oFzu\f-6/y:6J%ݳޫ7tmZɌ|b[“W<:pVz}=΁^XmICfQ\2)/CPt8".zGIMf5%Q**em\//Jյ=\K-q/v5N>S&-21sh;qy tQ/SF2ζW\s{2"z;ƹXfzK&V+=^RڑƅAEEͥ ^V=3 ߳au|[/XT<~г*?ʹu'dNpsd څHUx>F[a\qt=Kgačw;bFGmսJ>EC(Md $ÊF%մm[wqkZ9WhJYQ0v6Èj [EHx]0,Аy8jv|-Jðw-e濙ѐl=I@"i{Zp)љ]7t`7zS-6T(K̨NC$F)%\~_IPua^涘{ +ߚJ1Gl {Ɩ]!~|FAv;SFrW#$}k6fݴwOCTT,PUQzk=$7fF3 uŘ5?zcJ; ҏTHW/cTH^Jv ,L"i?6)$,`j:gu8F*1s811qLdwmy0} B<ueOg3唞$aM6qXw$g^9H0:LΓAU@V @Ԥ K⊴G_l I4k:>Us|]+:NL+¡zyrF|?VXѴrKz""5pNg6MDz<-hq㣹dwDmJwh$I܄Bp!+di,:j{.K."/{Zp(J0r+j7gMhIb⣒F=1R;U f.㉄Gb+nkA@_*9@A hJ?QS)J[j}̫B` Γ!ۈO~NW! D%7!Q׉QY\iପ$1 ^@ʊ:Ō12gfg]D,V4quOy6LӁ"קǰv/p"C9~kM"x3 `jY×iX9yT,؝̯򰚁)c#APඖM-HA,>(#mȧ)- hq׻;E^{[x/uY uw|&ۙ% TSC(W߰şL^C9_ќ~y^nF KTZ4HLjx*c|Gۮ5AΟ5j?)H=a㓯_ Zf2(Z D i7%:S$k\q|8G _ |UF/u=p 뙘7Û'T!mX}&:> :#rcG;Q6pNb 3ٶGaS:%-¤Ctg9ݽ =@?< !F_v^E20K*т"!MDA b79iQ U%~Hgȯ^[xmq}x1)SI!{',Ȉ,&NSR5ܖ \)P"O+1P"^J6D-5CHQ2(0}scngN+ ;khf WP}?Hq+tā#yKWinE5yJv岛AE45(;/Bnǯ[h ^ ;π:.Pg#±<2[+QGR:qn+՝̀2m$TADT^q!=$ԖHdcveutJ.YL|kN>\%>']1w/EMҀfB*b%pVBr4JJky+Μ;^Gc/d^|7{Kfn3Y]"/zgjNP)\ Nq}n|_ -Ӑ ~/-n Q0td$ *&f X4I^{aVRS|ӂlʛsf%rt*c 8lR_cR!ݡY6L>ʎ#M#e2_ve`ذL"ħd)>XBݿ[@)3b}43 ]3MEK2 jzBvm~.7(g S%j:IP3^T!&1-k[+m|ԳMgRQ9rE=B wҝ/x`Bt44FMj~e݂JlC6 \BX޸^NGGlۄCJi?|%톔!\q eK:Ca ) _6| w&D]s xFA}yxzJcMwM?QqH=fkјЧn&ճ蟙<풻zچL}ݛsQ;#a[MkL([.pX3"x"? =6. D0~G^򫊟h1xSx3G0 \iK T.fu"W 􊨒 k2MN;L%fO'oҬhM_h1-6'C<H)颷q߈WQTBWW,#YΌ;sP\_i~:J Bi8Dm#bZ)R//*5ٺfp}~ÎB<3qn3**U׆ڸ4&( )_22֘^5潣w֥S|kg&F7`YX)0;^-t4g졉C% gRՇг7k$)"ӂ2JQ=k,(vYG"/)\{p8 M+]u%.3ѩ*IGGv2h#uF;0^mޚ*ϭM9;f{!J3N1ط<20JmyqFEGm9cDjR\2{%ۛe,+U-[r©ﴔq_omKcd[[ uMp~L$D}q*&lkI?7_pBLPTx ;+2* Z~k}X+܈%qz8O& X;e+o;%>vYn8#8]Bp€1tvW24@gJLϲh<:BK;(,r(d\՟4!ćقc6 ;nY?|5?l8#R5M*~hLLSzAԅjq/m^`l$`}2_/1+)ar1A=mGPd]A;c7g_`Hμ)(UT{(mfl7e?PVOk o˃э7«V CXNU@-BY:߃᳐ߘ4Y   4+O$35i5ko@ h+O ]4%)[U]lW`\%*崒G,Vܿwf<|& ;.mdqpX".X~1<`w+I}[B71ʨ+?zN G p YZ