libostree-devel-2021.6-150400.1.13 >  A bw=p9| LcB2)މ$$q>3GT]q⿪-Ta;CZNj7=/P47dZ@A/qo;`rI/ݫ[-= c K3˽rfuQaG4Į UԵ7 NU=gSUa+pwvPF]A/[UNvhп9#]P]:}!b+x\9vxB$ (v@d24da6fc7e0d84566c57c216e459306cc04ee5f0708f286296902106c3237bd0408d30d1fb806fc13e4b6623e67f7db3efcdcf9fbw=p9|c|ZPp36jDzcnl܌S Pl SbfCg5֤'?ZXR:;ɫg(<ܑu2B[)b1wl3"@e'Ju:7>nA-y,"@A]4$X3 IBO(1q_OW{(<7s}k!HRMwbC+(W]mSK R1%»Lf3H1:MvZ6t@#>pAb?bd % \ *Jnt|!! B! ! !  !  ! ! I! !(8090:n0BYFZGZ!HZ!I[ !X[DY[TZ[[[\[!]\!^^b^c_d_e_f`l`u`!v`wa!xa!ybzb$b4b8b>bClibostree-devel2021.6150400.1.13Git for operating system binaries -- Development filesOSTree is a tool for managing bootable, immutable, versioned filesystem trees. While it takes over some of the roles of tradtional "package managers" like dpkg and rpm, it is not a package system; nor is it a tool for managing full disk images. Instead, it sits between those levels, offering a blend of the advantages (and disadvantages) of both.bwLGPL-2.0-or-laterhttps://www.suse.com/Development/Languages/C and C++https://github.com/ostreedev/ostreelinuxx86_64 Z,g <v N ~!D}; c6% <<LA큤bw cargo vendor. + repo: Add archive/zlib-level option, drop default compression to 6. + fetcher: Drop the libsoup queue. + libcurl backend. + fetcher queue: also throttle on outstanding writes. + libostree: added empty ot_cleanup_{read,write}_archive macros. + ostree-repo: Clarify error behaviour of remote option getters. + admin-switch: Don't segfault if there's no remote. + commit: Support -F/--body-file, like git. + build: Remove .PHONY for Rust shared library. + rofiles-fuse: Support write/read_buf(). - Rename from ostree to libostree, following upstream.- Update to version 2017.1: + This release has mostly bugfixes, the main new feature is that the prune command gained more sophistication around selectively pruning branches. We're planning to use this in Project Atomic work where we want to co-locate both "development" and "stable" branches in the same repository. + The next release is likely to be more exciting, as we have an additional new libcurl backend in the works - this release contains some preparatory cleanup for that.- Update to version 2016.15: + This release is mostly bugfixes - for example, it cleans up the vast majority of memory leaks caught by ASAN. We also build without libsoup again, which is preparatory for a potential addition of a libcurl HTTP backend. + Another notable change is that we now always checksum individual objects even when applying static deltas, regardless of whether or not the summary file is signed. This is part of an ongoing thread about supporting OCI as a transport layer. - Add pkgconfig(zlib) BuildRequires: configure explicitly checks for it.- Update to version 2016.14: + otutil: Note that ot_log_structured takes a printf format. + libglnx: Bump to master (for -fsanitize fixes). + Distribute test scripts even if we wouldn't run them. + Distribute valgrind suppressions in tarballs. + Filter bootloader supplied kernel cmdline options. + repo: Don't put remote refs in the summary file. + pull: Don't do deltas with --commit-metadata-only. + pull: Add per-remote cookie jar. + remote: Add command to list cookies. + remote: Add commands to add and remove cookies for a remote. + OsreeFetcher: Treat 403 as not found. + trivial-httpd: Add support for checking cookies. + Update documentation for cookie handling commands. + deltas: Only keep one file open at a time during compilation. - Changes from version 2016.13: + pull: Add support for `http-headers` option. + pull: Redo logic for "scanning". + commit: Fix reading xattrs from OstreeRepoFile:s. + lib: Define and use cleanup functions for gpgme. + lib: Split out helper function to create GPG context. + Add "gpgkeypath" option to remotes. + lib: Add an API to GPG verify a commit given a remote. + pull: Do GPG verify commit objects when using deltas.- Add pkgconfig(libsystemd) BuildRequires: configure explicitly calls on both .pc names (systemd and libsystemd). We do want to stay independent of potential systemd packaging changes.- Update to version 2016.12: + pull: Support inherit-transaction. + pull: Support multiple specifications of --subpath. + docs: amend vmlinuz & initramfs naming convention. + ostree-sysroot-deploy.c: delete redundant check. + OstreeFetcher: provide proxy credentials if needed. + core: Do create hardlinks to symlinks for checkouts. + add .redhat-ci.yml and .redhat-ci.Dockerfile. + .redhat-ci.yml: use projectatomic/ostree-tester. + Fix regression for symlinks in bare-user repos. + ostree_repo_read_commit_detached_metadata: Handle parent repo. + detached metadata: Put these in transaction. + Release 2016.12.- Update to version 2016.11: + static-delta: add some error handling. + pull: Do allow executing deltas when mirroring into bare{,-user}. + ostree-repo.c: Fix file descriptor cleanup. + ostree_sysroot.c: Don't close sysroot_fd twice. + sysroot: Port some small cleanup code to fd-relative. + sysroot: Port origin writing code to fd-relative. + sysroot: Drop an fsync for origin file when writing deployments. + sysroot: Drop an unnecessary fsync. + boot: Ensure we remount /var writable before systemd does journal flush. + ostree_sysroot_init_osname: also create /var/log. + docs: add mention of rpm-ostree package layering. + admin: Allow running status unlocked. + Fix spelling of "repository". + checkout: Fix fsync defaults for new API to be off for real. + trivial-httpd: Port mostly to fd-relative. + libglnx: Update to latest.- Update to version 2016.10: + pull code: support contenturl setting. + trivial-httpd: prepend timestamp in log file. + pull: drop fetching_sync_uri. + pull: add mirrorlist support. + libtest: add has_gpgme() helper function. + tests: add tests for contenturl and mirrorlist. + pull code: clean up mirrorlist hack. + build: Set --enable-man during distcheck. + build: Distribute man page XML source. + build: Actually distribute man page XML source. + switchroot: Fix build on Ubuntu. + switchroot: Fix test-switchroot now autotools can build static. + ostree-prepare-root: Error if realpath fails. + ostree-prepare-root: Fix running with musl. + gpg: do not segfault when the algorithm name is not known. + repo: Revert default timestamp from 1 back to 0. + delta: Add missing `goto out` for failure to mmap(). + repo: Only use mmap() for metadata > 16k. + delta: Unreference files we've processed. + fetcher: Fix another finalization deadlock. + sysroot: Avoid double cleanup, and ensure no cleanup if specified. + core: Make OSTREE_TIMESTAMP public API. + Release 2016.10.- Update to version 2016.9: + libostree.sym: Add 2016.9 section. + deltas: Handle cleanup of fd array properly. + deltas: Use F_DUPFD_CLOEXEC properly. + pull-local: Support requiring static deltas. + tests: Ensure deltas for pulling when needed. + pull: Disable static deltas by default for local pulls. + tests: Test that local pulls do not use deltas. + Move ostree-* executables to /usr/lib/ostree. + ostree_bootdir: prepend $(prefix) to path. + ostree_bootdir: properly preprend $(prefix). + manual/repo.md: reword bits about the summary file. + repo: Really ignore progress changed user data. + fix typo in docs/manual/atomic-upgrades.md. + prune: Elaborate on what formats are accepted by dates. + fixup! fix typo in docs/manual/atomic-upgrades.md. + test-rofiles-fuse: Actually check out via hardlinks. + rofiles-fuse: Rework to be based on nlink. + pull_with_options: fix remote parameter name & desc. + pull_with_options: allow GPG verification override. + pull_with_options: fix stray return FALSE. + pull: Make .commitpartial files world readable. + repo: Add prefixes to errors for querying size/deleting. + lib: Add an API to list only "our" objects, fix prune to use it. + pull: use same name for parameter and documentation comment. + u-boot: Merge ostree's and systems uEnv.txt. + sysroot: Drop unnecessary `dup()` invocation. + sysroot: Add a flag to suppress post-deploy cleanup. + commit: Don't delete tmp/cache dir. + switchroot: Fix building with musl libc. + ostree-prepare-root: Allow building statically with musl. + switchroot: Replace custom error printing with err/warn functions from libc. + switchroot: Move `path_is_on_readonly_fs` to header file. + repo-pull: properly store the cancellable.- Update to version 2016.8: + Almost entirely bugfixes. Most notable is a fix for a relatively rare race condition in the pull code on cleanup (after completion), and also a memory leak. + Besides that, there are improvements for the test suite, some more porting away from libgsystem, a bugfix for static deltas important to flatpak, build tweaks for older glib, etc. - Changes from 2016.7: + There's quite a lot of changes in this release since 2016.5, but one thing to call out explicitly it is a fixed race condition in the HTTP pull code that could cause hangs or crashes that mostly occurred only when doing "large" pulls (thousands of object requests). If this occurs, client systems can work around it by cancelling and retrying the pull.- Move grub2 related files to new ostree-grub2 subpackage (similar to Fedora), only used to integrate ostree with grub2 (fully fix boo#974714).- Update to version 2016.6: + refs: add "ostree refs --create" and unit tests. + manual: Link to mender.io. + Add "archive" as an alias for "archive-z2". + libglnx porting: delete temp files on failure of file creation. + repo: Avoid a possible divide by zero in progress. + manual: Discuss mirroring. + build: Fix libreaddir-rand to honor global CFLAGS. + tests: Support OT_SKIP_READDIR_RAND. + pull: Ensure we always process queue only from main thread. - Switch git url to https://github.com/ostreedev/ostree. - Fix Url in specfile.- Add ostree-grub2-location.patch: Fix path to find grub-mkconfig_lib. openSUSE installs those files to /usr/share/grub2, upstream would do /usr/share/grub (boo#974714).- Update to version 2016.5: + Add a stub .travis.yml. + tests: Add a test-abi. + pull: Add OSTREE_REPO_PULL_FLAGS_UNTRUSTED flag. + Add --untrusted option to pull and pull-local. + OstreeSePolicy: add ostree_sepolicy_get_csum(). + core: Add verbose messages for pruning. + core: Add debug messages for traversing. + build: Set G_LOG_DOMAIN to OSTree. + main: Set log handler for OSTree domain. + packaging: fix bashism in dist-snapshot target. + docs: Add a section on repository management. + commit: Support generating commits with no parent, or a custom one. + commit: Support writing orphans. + commit: support editor for orphan commits. + docs/CONTRIBUTING.md: Update for github move, Homu etc. + test-xattrs: use TAP syntax to skip test. + various tests: skip if temp directory lacks xattr support. + Symlink libreaddir-rand.so into tests directory. + tap-test: clean up temporary test directories as intended. + In tests that use gpg, terminate the gpg-agent after testing. + Load g-i bindings from builddir during build-time testing. + tests/admin-test.sh: this is a bash script, not a POSIX sh script. + Force libreaddir-rand to be a shared library. + Skip tests that run rofiles-fuse if /dev/fuse or /etc/mtab unavailable. + test-pull-untrusted.sh: always corrupt a regular file, not a symlink. + basic-test: commit with a non-empty subject. + Probe for GNU parallel more accurately. + tests: Make failing to kill the GPG agent non-fatal. + libtest.sh: use G_TEST_SRCDIR, G_TEST_BUILDDIR to find resources. + test-abi: use G_TEST_SRCDIR, G_TEST_BUILDDIR. + test-xattrs: sync how this is skipped with test-rofiles-fuse. + libtest.sh: only check whether $(pwd) is empty once. + manual: Fix a bunch of typos and docbookisms. + Introducing ostree-grub-generator. + pull: Don't try to cache summaries for pull-local. + Fix local-pull test. + pull-local: Support --gpg-verify and --gpg-verify-summary. + build: Find grub2-mkconfig a bit more automagically. + build: Make tests/libreaddir-rand.so rule use AM_V_GEN. + tests: add libostreetest.h to EXTRA_DIST. + tests: add missing ${CMD_PREFIX} before ostree. + contrib: indent golang code using only tabs instead of both tabs and spaces. + Remove empty new lines at the EOF. + docs: Prefer the form "cannot" to "can not". + Use git.mk. + Support pathnames for --subpath=... + Export ostree_repo_get_remote_option* functions. + Inherit remotes and remote options from parent repo. + Add test case for inheriting remote options. + cfg.mk: ignore syntax-check for git.mk. + Add support for ostree static-delta delete. + small cleanups. + Fix the symbol versions for ostree_repo_get_remote_*option. + ostree-repo-pull: always initialize flags_i. + pull: More consistently use remote_repo_local for local repos. + build: Move grub2-15_ostree back to pkglibexecdir. + Fix AS_HELP_STRING for builtin grub2 mkconfig. + fetcher: Initialize output_stream_set_lock mutex. + commit: Fix crash if dfd_iter is NULL. + Add cache_dir_fd to OstreeRepo. + Add OstreeRepo option for an out-of-band cache dir. + man: Elaborate on per-remote GPG. + Add remotes-config-dir to OstreeRepo. + Look for $remotename.trustedkeys.gpg in remotes.d dir. + refs: Add g_prefix_error around opendir for easier debugging. + static-delta: Put temp files in /var/tmp. + static-delta: Initialize read_source_fd to -1. - Stop passing --with-grub2 to configure, no longer recognized.- Update to version 2016.4: + fetcher: Remove message_to_request table + fetcher: Convert from GSimpleAsyncResult to GTask + fetcher: Rework reference counting + fetcher: Track outstanding requests with a table + sysroot: Cleanup refs and prune even on last undeployment + pull: Recover from missing commits in recursive pulls + doc: Note that refs --delete does not prune + tests: Add a test for pull+deploy of specific "bare" commit + static-delta: Handle LZMA_BUF_ERROR returned by zlib + static-delta: Don't run bspatch when output object already exists + static-delta: Set error on bsdiff failure + commit: Improve variable name + Don't require /boot/uEnv.txt for u-boot support + tests: fix LZMA test to really compress/decompress + upgrader: Add ostree_sysroot_upgrader_dup_origin() + upgrader: Allow overriding the commit to pull + upgrade: Add --override-commit=CHECKSUM option + prepare-root: set up /boot bind-mount for single partition systems + static-delta: Fix annotation on ostree_repo_list_static_delta_names + sysroot: Write symlinks before calling fsync(), then rename after + init-fs: Explicitly set /tmp to 01777 + core: use OSTREE_OBJECT_TYPE_LAST instead of OSTREE_OBJECT_TYPE_COMMIT + pull: add support for tombstone commits + repo: create a tombstone commit when deleting a commit + fsck: add argument --add-tombstones + tests: add tests for prune and tombstones commits + docs: Note not to put private keys in /usr/share/ostree + generate-static-delta: Support min-fallback-size 0 to disable fallbacks + static deltas: Add support for inline-parts + static-deltas generate: Add --inline option to CLI tool + Add tests for inline static deltas + deltas: Make apply-offline only read the parts once + delta: Ensure the from commit exists when applying static delta + static-delta apply-offline: Don't skip validation + Add _ostree_repo_open|commit_untrusted_content_bare + deltas: Verify checksums in apply-offline unless skip_validate is TRUE + deltas: Make min-fallback-size 0 actually disable fallbacks + deltas: Support passing filename to delta generator + deltas: Support passing filename to ostree_repo_static_delta_execute_offline + pull: Verify checksums from static deltas unless gpg signed summary + deltas: Support including detached metadata in static deltas + libostree: Fix a couple compiler warnings + prune: add --delete-commit + fsck: create a tombstone when the parent is missing + tests: add test for ostree prune --delete-commit + prune: add --keep-younger-than=DATE + pull: make slightly clearer when failing for missing xattrs support + ostree: do not print the usage on each G_IO_ERROR_NOT_SUPPORTED + libostree: add new API ostree_repo_write_commit_with_time + commit: add --timestamp=TIMESTAMP + tests: add tests for prune --keep-younger-than=DATE + tests: prefix invocation of ostree with where missing + repo: Validate checksums have correct length + repo: Never delete .commitmeta files + trivial-httpd: Avoid SoupBuffer when there's no content + glnx: Update from master + fetcher: Remove "sending_messages" hash table + fetcher: Remove "total_requests" counter + remote: Print full refspec in "ostree remote refs" + repo: Fix backwards timestamp in ostree_repo_write_commit() + gpg-verifier: Fix compiler warning + Release 2015.11 + parse-datetime: use the module from gnulib + tests: add missing ${CMD_PREFIX} + cmdline: Fatally error if the timestamp in a commit is invalid + build: Delete generated parse-datetime.c file, use AM_V_GEN + build: Also add a configure check for YACC/bison + Update to latest libglnx + repo: Add _ostree_repo_allocate_tmpdir helper + repo: Use per-transaction staging dir + repo: Allocate a tmpdir for each OstreeFetcher to isolate concurrent downloads + fetcher: Add "config-flags" construct-only property + fetcher: Move the SoupSession to a separate thread + pull: Push a temporary main context for sync requests + build: Fix srcdir != builddir + repo: Add ostree_repo_verify_summary() + remote: Add "ostree remote summary" command + repo: new function ostree_repo_prune_static_deltas + prune: add new flag --static-deltas-only + tests: add tests for prune --static-deltas-only + deploy: Find kernel/initramfs consistently from filesystem + bootconfig: Add ostree_bootconfig_parser_write_at + deploy: Change large parts to be fd-relative, drop fsync + fetcher: Lazily create tmp directory + grub2_generate: load sysroot before using it + repo: Expose dfd-relative mtree writes as public API + repo: Add APIs for devino optimization between checkout -> commit + Release 2016.1 + repo: Note global transaction resume is legacy + sysroot: Don't individually fsync dirs in checkout, rely on syncfs + diff: do not traverse parent commits + Add a checkout option to skip fsync + refs: Add a missing `goto out` for error handling + grub2: Don't delete grub2.cfg.old file we just copied + tests: Use "bash strict mode" + build: Move man pages into man/ + build: Rename doc/ -> apidoc/ + Rewrite manual in mkdocs + apidoc: Remove unnecessary srcdir != builddir workaround + repo: Port -refs.c to openat() + build: Add --disable-man + lib: Add a #define OSTREE_SHA256_DIGEST_LEN 32 + build: Hoist man conditional higher + static-delta: Add `show` subcommand + packaging: Sync spec file with Fedora + build: 'make clean' removes parse-datetime.c + docs-md: Delete (obsoleted by docs/) + README.md: Update to link to Read The Docs, describe a bit better + build: Remove --disable-static-deltas option + lib: Create an internal static delta parsing/opening function + lib: Expand `ostree static-delta show` to show part stats + fetcher: Fix hung GTlsInteraction + Import rofiles-fuse + Add an `export` builtin, and API to write to libarchive + pull: Support specifying exact commit to pull via branch@commit + manual-tests: New static-delta-generate-crosscheck.sh + man/ostree-export.xml: Add to git + Support Docker-style whiteouts + packaging: Add a fuse subpackage + rofiles-fuse: Fix truncate call to not use O_CREAT + manual: Note that the bare-user mode exists + Rename libarchive write API to "export", matching command line + repo: Add ostree_repo_import_archive_to_mtree + ostree-sysroot: add debug option to help testing + pull: Add require-static-deltas pull option + pull: Add a --dry-run option for static deltas + build: Link ostree with libarchive + docs: Add a new formats section, move static deltas in there + libarchive: Make autocreate_parents imply autocreating root dir + build: Use threadsafe GPGME + gpg: Use gpg_strerror_r for threadsafety + Release 2016.2 + libarchive: Fix a 32 bit format warning + lib: Two more compiler warning fixes + deltas: Fix some more 32 bit warnings + deltas: Fix regression in ostree_repo_static_delta_execute_offline + rofiles-fuse: Handle operations on the root + deltas: Include an endianness marker + deltas: Use endianness marker when parsing + deltas: Heuristically detect endianness for older deltas + deltas: Add a compression size heuristic for endianness detection + Release 2016.3 + docs: Add a blurb on the summary file + Fix make syntax-check + test-rofiles-fuse: skip when fusermount is not present + lib: Introduce versioned symbols + repo: Add ostree_repo_get_dfd() + Add a missing #include to fix "make check" + ostree-repo: new public function `ostree_repo_list_refs_ext` + refs: allow to specify multiple refs as args + refs: add tests + libostree: Adjust `cleanup_ref_prefix` to use ostree_repo_list_refs_ext + refs: Add argument --list to print the full ref name + tests: Port to glib-tap.mk, make `make check` run all of the tests + deploy: Bump the mtime on ostree/deploy after deployments finish + tests: Convert two more exit 77 instances into TAP-compatible SKIP + docs/introduction: Note VMs vs baremetal + lib: Add ostree_sysroot_init_osname() API, bump mtime + tests: More TAP fixups + tests: Unify some tmpdir code, add ability for C to use libtest.sh + lib: Add ostree_sysroot_load_if_changed() API + tests/basic: Fix race in timestamp test + build: Don't install test data without --enable-installed-tests + docs: Reference the git docs on references + libotutil: new function ot_openat_ignore_enoent + pull: cache summary and summary.sig + repo: use the skip summary download optimization for repo_remote_fetch_summary + prune: delete all cached summaries files + tests: add test for summary file caching + repo: Fix the skip-summary-if-summary.sig-is-same cache + rofiles-fuse: Fix permission comparison + docs: Cleanup Markdown + docs: Add a section on writing buildsystems + contrib/golang: Initial golang bindings + tests: Strengthen test tmpdir sanity check, be compat with ginsttest saving + libglnx porting: gs_fd_close -> glnx_fd_close + libglnx porting: gs_free -> g_autofree + libglnx porting: xattr calls + libglnx porting: gs_transfer_out_value -> g_steal_pointer + Don't fail "ostree remote refs" if writing the summary cache is not permitted + manual: Migrate related projects wiki page into manual + deploy: Handle a read-only /boot + mkdocs: Fix the site name + tests/admin-test.sh: add #!/bin/sh + Skip test_libarchive_ignore_device_file if we cannot write xattrs + test-libarchive: fix underlinking + admin-switch: Add missing reboot argument + Use GSubprocess instead of GSSubprocess (libgsystem removal) + libglnx porting: Use glnx_set_error_from_errno + libglnx porting: Use glnx_shutil_rm_rf_at() + libglnx porting: Use glnx_opendirat() + admin: Add an `unlock` command, and libostree API + Fix building without libarchive + pull local: Don't import objects we already have + prune: Don't fail on partial commits + tests: Add a commitpartial + prune test + traverse: Require variant when traversing dirtree + Release 2016.4 - Add bison, pkgconfig(fuse) and pkgconfig(mount) BuildRequires: New dependencies.- Update to version 2015.9: + _ostree_static_delta_part_validate: Take a stream instead of a file as arg + sysroot: Add ostree_sysroot_prepare_cleanup() + deploy: Do not prune repository + libglnx: Update from master + reset: Simplify argument checking logic + repo: Fix build without libsoup + pull: Honor depth with OSTREE_REPO_PULL_FLAGS_COMMIT_ONLY + Mutable is a keyword in C++11 + Remove unused variables- Update to version 2015.8: + gpg: Add ostree_gpg_verify_result_describe() + admin: Show GPG signatures in status command + pull-metalink: Don't print error output when we expect failure + Add an API to set/unset a deployment tree's mutability + ostree_repo_checkout_tree_at: remove @subpath documentation + refs: Use *at for writes, honor repo fsync flag + repo: Add a private helper to replace a file, honoring fsync policy + libglnx: Pick up file permission regression fix + tests: Fix root uid check in test-commit-sign.sh + _ostree_repo_file_replace_contents: make buf const + summary: write the contents to a temporary file + config: add new parameter "commit-update-summary" to core section + libglnx: Update to latest + reset: Don't enforce parent commits + repo: Improve error handling in sign_data() + repo: Add a "gpg-verify-result" signal + pull: Print GPG signature status as soon as its known + repo: Add ostree_repo_remote_get_gpg_verify() + admin: Conditionally show GPG signatures in status command + sysroot: Cache an OstreeRepo instance + main: Tweak GPG output to match rpm-ostree + sysroot: Add ostree_sysroot_get_fd() + libglnx: Update from master + sysroot: Close sysroot fd in finalize + status: Don't crash if we deployed a local refspec + deploy: Use syncfs() in addition to sync() + deploy: Drop fsync of modified config files + deploy: Drop a fsync, use fd-relative APIs + README.md: fix typo + reset: update help output + pull: Always request detached metadata for commits + test-auto-summary.sh properly quote arguments to assert_streq + g_output_stream_splice: check correctly the error code + gpg: do not use secring.gpg + show: add option --gpg-homedir + libotutil: Establish a place for GPG utilities + libotutil: Add ot_gpgme_ctx_tmp_home_dir() + repo: Initialize GPGME in instance init() + ostree: Split up "remote" subcommands + gpg: Fix _ostree_gpg_verifier_add_keyring() + pull: the commit size in the summary is not for the detached metadata + Fix build when using GLib < 2.44 + sysroot: Add an API to lock + libglnx: fix reference to commit + repo: Fix an obvious typo + doc: remove unknown parameter from inline documentation + core: Cleanup commitpartial file with fd-relative lookups + Teach fsck about partial commits + libglnx: Pick up bugfix and backports + repo: Stop creating "transaction" symlink + gpg: Add ostree_gpg_verify_result_describe_variant() + Juggling libglnx.h includes + Use g_autofree instead of gs_free + Use g_autoptr() for GIO object types + Use glnx_unref_object instead of gs_unref_object + Use g_autoptr(GChecksum) instead of gs_free_checksum + Use g_autoptr(GBytes) instead of gs_unref_bytes + Use g_autoptr(GHashTable) instead of gs_unref_hashtable + Use g_autoptr(GPtrArray) instead of gs_unref_ptrarray + Use g_autoptr(GVariant) instead of gs_unref_variant + Use g_autoptr(GKeyFile) instead of gs_unref_keyfile + Use g_autoptr(GVariantBuilder) instead of gs_unref_variant_builder + Use g_auto(GStrv) instead of gs_strfreev + Remove unnecessary #include "libgsystem.h" + trivial-httpd: fix indentation + trivial-httpd: add option to specify the port + summary: list the available static deltas + core: new function _ostree_parse_delta_name + core: store information about delta files checksums + pull: check that the superblock checksum is the same as in the summary + pull: get rid of detached metadata for deltas + ostree-repo: add new API to sign the summary file + summary: add new command line arguments to sign the summary file + pull: verify signature for the summary file + tests: add a test for signed summary file + summary: delete summary.sig on an update + ot-fs-utils: remove empty line at EOF + gpg: Fix ot_gpgme_error_to_gio_error() + gpg: Add custom data buffers to wrapper GIO streams + repo: Simplify sign_data() a little + sysroot: Add a try_lock() API + ostree-repo-pull: add option to disable static-deltas + pull: add new switch option --disable-static-deltas + doc: add missing options block for pull + tests: add new test for pull --disable-static-deltas + syntax-check: add syntactic rule to prohibit gs_unref_* + syntax-check: add syntactic rule to prohibit gs_strfreev + maint.mk: Remove GNU releases specific bits + repo: Stash keyring name in OstreeRemote + repo: Delete a remote's keyring when deleting a remote + repo: Add ostree_repo_remote_gpg_import() + repo: Add remote's keyring during GPG verification + ostree: Add a "remote gpg-import" command + ostree: Add --gpg-import to the "remote add" command + tests: Add test-remote-gpg-import.sh + admin: Use locking for most sysroot commands + tests: Fix writable repo test + test-basic: Always chown back before doing assertion + ostree-repo: replace more gs_unref_(variant|bytes) with g_autoptr + repo: Bump mtime any time we write a ref + repo: Prevent GPG keys from being imported to keybox format + admin: Ensure instutil commands and usage help don't grab lock + ostree-repo: document OSTREE_REPO_COMMIT_MODIFIER_FLAGS_GENERATE_SIZES + Fix annotations on ostree_repo_remote_gpg_import(). + sysroot: Sort returned boot loader configs + tests: Add a test script to cross-check loader config vs GRUB2 + tests: Add a crosscheck for syslinux bootloader config generation + tests: Run all tests through a randomized readdir() + pull: Ensure console state for multiple GPG verification messages + pull: Validate delta checksums more strongly + tests: Add a commented out test for mirroring with deltas + repo: Don't crash when creating a summary if we have --empty deltas + tests: Add a test-pull-summary-sigs + Revert "tests: Run all tests through a randomized readdir()" + tests: Run all tests through a randomized readdir() + tests/remote-gpg-import: Only commit workdir + gpg: Gracefully handle no trusted.gpg.d directory + Fix tests on 32 bit systems + tests: Link test-gpg-verify-result with gpgme + tests: Use readdir64 when _FILE_OFFSET_BITS set + tests: Use temporary gpg homedir + Revert "tests: skip test-commit-sign.sh when not root" + Fix double free in ostree_repo_pull_with_options + repo: Change GPG verification policy + autogen.sh: fix typo + tests/test-pull-mirror-summary.sh: remove empty newline + pull-local: Support --depth option + metalink: Fix behavior when requested file is not found + tests/metalink: Add a case with nested unknown elements + diff: Fix adding CLI options twice + repo: Add _ostree_repo_remote_new_fetcher() + repo: Add _ostree_repo_get_remote_option_inherit() + repo: Handle "file" remotes in ostree_repo_remote_get_gpg_verify() + repo: Redo ostree_repo_remote_get_url() + metalink: Allow NULL for "out" params in metalink requests + metalink: Return requested file as a GBytes + repo: Add ostree_repo_remote_fetch_summary() + ostree: Add a "remote refs" command + pull: verify summary signatures also when not mirroring + repo: new function ostree_repo_remote_get_gpg_verify_summary + pull: fail if GPG is enabled and the summary is not signed + tests: add test for check for remote add - -set=gpg-verify-summary=true + ostree_repo_remote_fetch_summary: honor gpg-verify-summary + pull: Error if gpg=true and summary is 404, add more tests + core: Fix inverted conditional in GPG checking + pull: Also fix misplaced remote name handling + tests: Check error messages instead of "expected-fail", handle old parallel + build: Make gtk-doc optional + pull: Avoid leaking signal handlers across fetch requests + pull: Plug a memory leak + core: Add _ostree_get_default_sysroot_path() + sysroot: Use _ostree_get_default_sysroot_path() + repo: Add a "sysroot-path" property + sysroot: Pass the internal repo a system root path + repo: Fix location of remote configs for system repos + main: Fix UID check based on sysroot path + tests: Export OSTREE_SYSROOT in setup_os_repository + tests: do not commit from the working directory + libostree: new API ostree_repo_remote_list_refs + repo: merge repo_remote_fetch_summary_{metalink,url} + repo: new function _ostree_preload_metadata_file + pull: new option --commit-metadata-only + static-delta: do not fail compilation with big files + static-delta: add max-bsdiff-size option + repo: fix an incorrect comment + repo: don't forget to abort the transaction when failed + Update .gitignore + README: Attempt to flesh out more, start moving docs from wiki + tests: add tests for --disable-bsdiff and --max-bsdiff-size + tests: skip tests using gjs/parallel if they are not installed + Update .gitignore + tests: add tests for LZMA compressor and decompressor + sysroot: Add an unload() API + pull: Stop using GMainLoop + tests: rename test-rollsum to test-rollsum-cli + rollsum: Fix assertion for CRC matches + tests: Add tests for rollsum + repo-pull: Add a queue for scanning + Update .gitignore + tests: Build test-lzma with LZMA flags + static-delta: Ignore symlinks when computing similar objects + static-delta: assert on non-regular files- Update to version 2015.7: + critical update for v2015.4: fix a bug causing unpredictable ordering of generated syslinux/uboot/grub2 bootloader entries. + Performance enhancement for deployments; rely on syncfs() rather than individual fsync() calls. + GPG: Always retrieve detached metadata, so we'll find newly added signatures. + GPG: Support for keys specific to remotes, rather than relying on the global /usr/share/ostree/trusted.gpg.d + A new locking API (used for the commandline) so that concurrent invocations of e.g. `ostree admin upgrade` are safe. + Other enhancements targeted for the Cockpit program and rpm-ostree. + The summary file can now be GPG signed as well (preview). + Other changes to static deltas, which continue to evolve.- Update to version 2015.5: + pull: (trivial) Fix English in function name. + Fix make distcheck. + Fix repeated words. + Add infrastructure for "make syntax-check". + Remove trailing dot from error message. + syntax-check: quote the first argument to AC_DEFINE. + Remove unused include . + Remove unused . + Remove magic argument numbers to exit(2). + Do not interleave spaces and tabs. + Replace "==" with "=" in shell script test. + pull: use a single per-transaction syncfs instead of fsync. + syntax-check: Remove empty lines at the end of file. + tests: Move test-varint and test-rollsum under "make check". + configure.ac: Enable option subdir-objects for automake. + tests: Add tests for ot-unix-utils. + packaging: Add man5 pages. + prepare-root: avoid double-stacked /sysroot mount. + prepare-root: Update comments. + repo: Hold an fd "repo_dir_fd" open for the toplevel too. + util: Add an API to atomic-replace a file, dirfd relative, optional fsync. + Add an internal API to stream content objects. + When mirroring, write content directly, do not verify. + pull: Copy the upstream summary file when doing a pull - -mirror. + Add an internal API to get a read fd for a content object. + pull: Optimize file:/// URIs to skip libsoup and hardlink if possible. + Change pull-local to just be a wrapper for pull with file:///. + pull-local: Fix regression with absolute paths. + repo: Fix major performance regression with --scan-hardlinks. + repo: Store pending objects in prefixed subdirectory. + deltas: Use base64 for csums, add version to parts. + deltas: Remove support for gzipped delta parts. + deltas: Add _V0 to part #define. + deltas: Rework format to allow streaming. + deltas: Compute rollsum targets. + deltas: Print total size of rollsums we would use. + deltas: Stub out a few more opcodes. + deltas: Use the new internal streaming APIs. + deltas: Flesh out the open/write/close opcodes. + deltas: Initial code to copy content from existing objects. + deltas: Implement rollsums. + deltas: Make syntax-check happy. + deltas: Prune deltas when the corresponding "to" commit vanishes. + repo: Add a new iterator traversal API for commits. + deltas: Search for similar objects (possibly renamed across directories). + tests: Restore accidentally deleted Makefile bit. + libostree: set directory mtimes to 0 on checkout. + repo: Check for OSTREE_REPO in ostree_repo_new_default(). + tests: do not run tests/test-rollsum as part of make check. + Use libglnx. + deploy: Also look for /usr/lib/os-release. + checkout: Drop internal use of GFile *. + libglnx: Use git.gnome.org's copy. + repo: Port APIs used by prune to fd-relative *at calls. + Add explicit zlib dependency. + tests: Move test gpg keyring into writable tmpdir. + ostree-repo-traverse.c: Fix documentation parameter name. + Fix GObject introspection annotation. + ostree-repo-static-delta-processing: initialize "modev". + build: build libbupsplit separately. + prepare-root: Move /sysroot instead of unmounting it. + repo: detached sigs: Use error prefixing instead of overwriting. + ostree: Add gpg-sign command. + gpg: Remove _ostree_gpg_verifier_set_homedir(). + configure.ac: Bump GLib requirement to 2.40. + libotutil: Remove ot_variant_new_from_bytes(). + libotutil: Allow no variant in ot_util_variant_builder_from_variant(). + core: Add definitions for GPG signature metadata. + core: Fix duplication bug in _ostree_detached_metadata_append_gpg_sig(). + deploy: Use glnx file copy code. + repo: Drop internal GFile* API helper. + repo: Port hardlink-scanning code to fd-relative calls. + Add bsdiff submodule. + Add bsdiff support to deltas. + static-delta: increase threshold for rollsum to 50%. + tests: add test for bsdiff. + autogen.sh: replace all $(libbsdiff_srcpath) and $(libglnx_srcpath). + Fix "make syntax-check" failures. + Makefile.dist-packaging: fix make rpm with submodules. + static-delta: Add --disable-bsdiff option. + ostree_repo_static_delta_generate: add new param "verbose". + tests: enforce ${CMD_PREFIX} on all ostree processes. + tests: Remove some duplications from Makefile-tests.am. + deltas: Gather statistics on total number rollsum'd and bsdiff'd. + deltas: Use mmap() instead of copying input file. + commit: Add missing (allow-none) in write_ref_immediate(). + repo: Fix assertion to allow NULL options. + tests: add tests for mutable tree. + gpg: Rewrite OstreeGpgVerifier to use GPGME. + OstreeGpgVerifier: Take the signature as a GBytes. + src: drop some dead assignments. + ostree-repo-refs: Drop unused function "parse_rev_file". + ot_keyfile_copy_group: return FALSE on invalid inputs. + keyfile-utils: add tests. + tests: add test for test-ot-opt-utils. + libotutil: remove ot-waitable-queue. + src: Move ot-tool-util from ostree/ to libotutil/. + src: Drop unused argument "value" from ot_parse_boolean. + tests: Add tests for test-ot-tool-util. + sysroot: Read some bootloader state with fd-relative API. + sysroot: Read the bootloader configuration with fd-relative API. + sysroot: Make origin parsing code fd-relative. + glnx: Update. + ostree-prepare-root: log informational messages to stdout. + sysroot: Drop unnecessary new sysroot object. + deployment: Add an API to get relative origin path. + sysroot: Port some deployment reading code to fd-relative APIs. + README.md: Note make check. + configure.ac: Make gpgme a hard dependency. + build: Use both pkg-config and AM_PATH_GPGME. + repo: Delete .commitmeta file on empty metadata. + ostree-repo.c: fix typo. + OstreeGpgVerifier: Don't add trustdb.gpg to the keyring list. + OstreeGpgVerifier: Take the signed data as a GBytes. + fsck: Fix object count output. + gpg: Add OstreeGpgVerifyResult. + repo: Add ostree_repo_verify_commit_ext(). + repo: Reject duplicate signatures when signing commit. + gpg-sign: Add a --delete option to delete signatures. + show: Print a blurb for each signature on a commit. + tests: Update test-gpg-signed-commit.sh. + gpg: Link to GPGME bug about GPGME_SIGSUM_KEY_REVOKED. + gpg: Regenerate test data for test-gpg-verify-result. + Fix build failure on g_autoptr(gchar) with glib master. + build: ostree-gpg-verify-result.h is a public header, install it. + libglnx: Update to latest. + gpg-sign: Update man page for --delete option. + Fix build with !HAVE_LIBSOUP. + gpg-sign: Add missing NULL terminator in options. + Release 2015.4. + Add ostree_repo_is_writable(). + Add ostree_ensure_repo_writable(). + Check repo permission prior to attempting to modify it. + tests: Add a test case for unwritable repos. + Add OstreeAdminBuiltinFlags for admin commands. + Add OSTREE_ADMIN_BUILTIN_FLAG_SUPERUSER. + bsdiff: change submodule location. + core: Fix possible crash in ostree_mutable_tree_walk(). + Include ostree-gpg-verify-result.h in ostree.h. + main: Only verify SUPERUSER flag if using default sysroot. + build: Use glibc's xattr support instead of requiring libattr. + build: Drop libattr from the spec file. + tests/basic-test.sh: enable repo-noperm test only for non-root user. + src/ostree/ot-main.c: drop empty newline at end of file. + build: exclude .sig files from syntax-check. + tests: skip test-commit-sign.sh when not root. + dist-packaging: Don't delete 91-ostree.preset, do clean old rpms/sources. + tests: Missing linker flags for test-rollsum. + core: Actually allow none in ostree_parse_refspec(). + tests: Verify that the pull error was from interruption. + pull: Handle remote web server not honoring range requests. + ostree_repo_checkout_tree_at: New API for checkouts. + Release 2015.5. - Add libcap-devel BuildRequires.- Initial package, version 2015.3.ostree-develgoat14 1651981545  !2021.6-150400.1.132021.6-150400.1.132021.62021.62021.6ostree-1ostree-async-progress.hostree-autocleanups.hostree-bootconfig-parser.hostree-core.hostree-deployment.hostree-diff.hostree-dummy-enumtypes.hostree-gpg-verify-result.hostree-kernel-args.hostree-mutable-tree.hostree-ref.hostree-remote.hostree-repo-deprecated.hostree-repo-file.hostree-repo-finder-avahi.hostree-repo-finder-config.hostree-repo-finder-mount.hostree-repo-finder-override.hostree-repo-finder.hostree-repo-os.hostree-repo.hostree-sepolicy.hostree-sign-ed25519.hostree-sign.hostree-sysroot-upgrader.hostree-sysroot.hostree-types.hostree-version.hostree.hlibostree-1.soostree-1.pcOSTree-1.0.gir/usr/include//usr/include/ostree-1//usr/lib64//usr/lib64/pkgconfig//usr/share/gir-1.0/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP4:GA/standard/714e4d27b89f76e8cc5d4108ba0e56e3-libostreecpioxz5x86_64-suse-linuxdirectoryC source, ASCII textC source, UTF-8 Unicode textpkgconfig fileXML 1.0 document, UTF-8 Unicode textPRRiޕ >utf-8c823eab757fc619c7e7bbd83879fff50cc71838ee9ddfe6061c686842f2ba984?7zXZ !t/] crt:bLL S5o+Ɣpe4.>a~8;X6>8QApEݡ?C(D=.k]fZrMm6(U%fmk餐dnrzdvCH@pđuJ`Ud?q줞'bXV`N3_4ATxTD6mìZL)iYqs^!8Tr Őnh=y{i|v y͔6D*HP coTGbd|+;,Ȏ8<1@ia4$Ά` ?%v\ޯsEp)H uvI"여?c'Y0 7jDwQ# t>1'Den/.u+$-+X"ղ|en](}z%1H4U'b1*LJ$WFD1714gv/6+>O|-e f:ێ+|;TJn7:ǀ"k1⑕T6~q]wAi:Zj)A*匨2ذ8嘠:O͌ZY KzT0Ҋ <Ϥ2du"#40ohW69q(W=FÁ |Ehbg>xY S}ލz;{s`J>O{3.6-$[UXVqmԂ;$Q/#5\Ԫ뛰|QSIz2ŢylB`\+c`դI,-n66W"@?)jIu{@-?[asH8-,oz峱4ez$yh縢VE!|EX.y ށs3ݽV`nuJTVgr@oNQ{~v )}+\?tTU;T)QY'粟 2N[?Z6W™zshtb-}[W8bmz֟)R@A"wR6j,AV?[fxfvڶj UgYCdSCuB$R35h.Aќ$OF<8k:Z:h`KGWXŵ%mپ4=vϑ5T<:vH` !7)üĖ8I-^:bI.rI]+J;y;05áM Ŗ5eE }VyH]W=oHÊZ|3!_H%Y>b^A?!M(`o;}De>'܄#:l8M  aP!fz>372դ_k grDP2)6ay}#@n}ًkC~ 'ac.}47zM`adsX)RRZ-, ܈q-X#{-xI$kwKrn^}VݑN%M5\T@+J1ż޳{<ulE*>DYrk, arT3T% 4hK u r b ʀz/֧n8Xs'i2D6mHуO &Yvs0A5 (ؾxtSSZ_{O\a1D<ܞ~%ϊ-^LC{i8aMs{;!Ee9Iq!4 3[y ф&:F mr''*~{'o'anU4X`q+wx.cEײ~"%wO4l[pd}a4)ќmǂY&YYFɧ0ԀaC˩ZYhs]鵪T+YXG=QICϙr5Z! XQKw1%k8ZBsG1Br7釃;[Nq,صK}P,ųr  crޑB>4oܩ;Y&Zn|EXtc_0M0C"t&=sjgh;pW&*ؔzz2u E *R.nK1[sk|ȶQiyjK# QR=/v1ÉR,1|w-E7[UU RNJVe_EA= ܈EOb1#WkȤaU,;I{_ R>j(^jBV_O㊉MQΕܧVy`LsUe8F+t2؆7^ql؞c6E޾(N u];!qEw"bZ('^|IwaѩŏVNݒr^0 ]r. h:*34Skps `kI[oT~)52n1ȪWसZ-5EvqB;iHs0E GNS4qR`<ގT 6g@]Xtg,g] A:']%(,/tsWvG-eٖEsn8X9(c)'$(Y 9/NNOt?L$ }EFkav(~ Sn/kS+~ñ$`0;>1X_ ӏȬm7ϭ#Lr|Eͪ`[&E8N*I"jXN6B*rمq$0P7K4NDln9*oA0}D?Y?w@zѾ}Rcâtwɉ§V<Șq<йOҋd'oN|L&Zbs&v"DvzG@J$ʲ2~riu^}_g˴c5o.ǚ /C$|"dv!$"bQ5G zx/YKB o0xGCdMTԇ!i`(b_ݣ<]ǡ"oF)JqȢ '"@%{vfwf(x1Pٖ#sH{HY[AonpW }#$*4ߚ;`> ۘ?Xndbeq, $1pۯ#ꤩ< beI<簥DF3GԨB0֐QOGϓ`$`hr>l$rSN.uW)@цqՅjN8FDci/ơ?U/*4r$yBN"*mf9%gV{F'yϘL@n{aS4c@vNғ`>Ia[}Ey%Qwg jTВ=qP|uLĵCйՕ)8[DQa=0|@H;^vgjM, -v]eAǴ_gFP YAGA].l1"-R>ᮕO8tg+h$RGAE&X4JqY~V9qO#˙NDG}3wE"ǟe/Ղ4Gqii'?#P+{^iəY=$W5̖p'q8q#ĮZ޳"Elڔ4s8!HMH $e;wtm t&wٙS@xv\=SﺪE}74` Ap[K+(<8S3*E TxVKeeg "(&皲X9`]QGT~(rW\q)!~B EرbScPW7m>>`Pw+R%dBͽ%/f \_w O9(.GdS[F"8G0JUĖOI2դVE0T?`HfYK;Pe;8zyLͪ*9_2!Je;gcÒ+=ǙuSͣ\O}Y^de@nuQP+ӚK /2{}׋s]g9Ę7'- 9\mnm] h8TP&67t1gWlS5_L9Tۯ H@Ǿ,)uGzI N)E. fN%_}\WU`P+Фfɛ p{>1?(=mԗ \F(XEry/&d̓c0-wkVS!vΟHZqlMخnb4'ّEV`ʔ~"GAp3)J@̸F6'ɭ$=WÈ$ɵʃ,]\X6 1&قIFۿx,:V{ ɊjFl_Tg$s|]T<~`ϘM_:+ ߔr3-Bެ ѤF6٠>,f{C5aـ@ZlIεCg<`~VbSwѺ)vN3ЁSI}6_~R}Wbys!xS5D{1\7D &JKن. oދЫ ƲLIٛ@έ/i]'0EAߴB);ԕŴ 8ni&6/bEaA@tL\2ۀP"jaClf[MN&ung6>(,p{s>lH@XTs#߱{3daO9'Kr'G ,V 8\i>,Íd~h(R['6A"S}f*Ҁ 6*ze]D *?鞧Kfe;s $~IsVյrłN \km>ޡŰ(V T$ZK:3R ui`qpbf{Y g?腡4+\ٷ2tÕh.Z$OKh<كx㒣юOB-X/5O&텷^!TF YO8&6v٥&-G-- ƚ975iʄX "lr+ADt[R|D#t8j{=eqe\Uf~&0V!j Xp iMvtNw?&2%Rd8wNdG?j\㥪z>hembZ!s!- J=}2uI~<'dD8ZO D0(Z-MGC7>Wo e{(u:5MԳfp:ZR2K9hv:)< .lG|t u:sLP5AP IW-j:Âo704bB7k%:܅UѠyzEaE=*{2/R'u~*EL8k>@&PssJFҺZDs@64&[ZXady+60]꽦Q GnMP/>zԡAa?r݋%xrR[nt v٬)PƢy @Dl)' VyEPb#.lrvb_~$e*՘WP kD:GZeN&r!OSuekJ҄ yÑ ZClg}3GeNP:]>Hh#Ur )|~*u8xmP zO2&pU7 {|u;E V!8QM`ΊŅ!PHiEػ_ni} -N'HP/A7fs T`$dkϑav`Ehh8ķ뚑 s@~DCTzs" 9Ӡj Bξ'zkmݫu L0UaY[|؇)Q]O)eqIpC4ޚTcD", zGQ=vAlbBk&:UG)fk /[_o,nlrFK̲ v@ A<ˈ0?fP7X {=r}_#4n|ً. QK^@㋸z݈O1hy0=~ߕbXGM{0NFy_=Mieb؞Җw$u f= ݌i, Gݖ ocבϱ!ȹ@ g^(*o K7ݗIКOqncLm}UݴjF#F`-JJɚ˙4ۘx+PNs Z!a"3 gԲM-|Va21trK*p$1а<^VsSpCdQ1H2Naз_f[-6I~t9F'(]8aLa(~;]n?vVmc,Cpp;%hRm\-lQ!HdvAipR ,DFe%FaUogXB1х)P_/mYkdwoLˋoM}yΟNͲWjk:ک&QL>%F֜N?NӐ;$.x.ĕFa<#dF<z>ZK4r~u.3Ҧ3'ӔL$HGavQTeZlFk{/HS_SM!GXԶF/l{ǺQ|FlH'E{#f0z$e$`+7 iT9»F1A7.% /gʂ"2۞mCXcp4dJۛx;; 9ع5X{ǵ%NfhCsw'g(1Z0XA"xDVOGk@@`oICB礒IR*u|IgqRt>wYL-QM|b2,7h%F>DuK|R\ ^ aC{6+kRrY+Sc<5$T vdflJyy;k2 ' " z W'έ5/g8&'?1G*]` \рc{Vي`@8ކxJ}y\%($Qƺ$(t >E5".KFqԨh!/D- UI٨|/N`<ϥ})" 9וeq͠:Xl] 1J4xf QS .hWoR_vJ&N+/07P@MАݫB<|6Rxs:{3Ԇֆk(%e`*hl 6MUѕs/y }% 6od^g,BU ۨݛ_2l&l")G9GbLdgLbEIJ8)|j9UP'Ϩl?T _]E#:QTT)HWhm\Qvo~aP D)f\>hh? C5]L aKDgmb#]Ca{,̚U y(axN5ok7v續❵iѾ/e(vYOϏv.*Jp4 5g$;g2Y!( \5X)_#q{*|[]FG@q\*uJ:9%wV0Q%ܤTH4fP6ngɥ 2V3}$#fuzF)5e4od/~l /UN *l>:SoM/d=ůF]%.L JG\|m=؉3X6QdnQuC +6+^ SHP3(mwvొXɮKl&IQ}9bw?ۖX xy%:_&B5ALAa]rI[Ę_>Bz37@.0/Z1 f(yN^u]/N 9uJ N FTݴX1B\#i*IG "^LRU#(?*}]J'lUF-[؂D%ݙO!5;6eopx[^&T3f )Y %xSUW0@lf2A|)b yc{-3e)}#r') ~pEC{ GGیORyuJt0\ukh[0E7KB.UK 6BdqNv{` ! mK)A3 R!S&o{_r:cBF2kN.Ԑ]vc_сY,d>K(tElrͦZS1㏄-ҼbxjhoÐV^זn;wYY1KEo}fmϬJ==st2;ct>|QN|垱u M9n)>|#Y%kXʈҦ`3Ý1OH׃sJVlzK2fC= 2]B; nt섢$nfg&?MȺ* -*-JbH(P@-ME Y{Lxy7ѳ ϴlrʖw+4M^c>er *J62b;LRQSzLnmUWk\-DkA1D6љ}Ep9కn1"KJkضLFkC/fakl E`c#hf}.13ǽnM0"\N8pGMկc7ɭ̥ ghX>{Z 6P8|Œr3NY%h9"t5uN^ ֺ)jٞ$vÛr̉Kxz#Pri(qߺ[Cee{ESc_.uP\ V;C~HC @GoКEzDV~rK:FR8 Pe0Utj#թ{u!K6Tf6.NBb8n;pB [ߐ5(EPq=& Y>f'ܾ޾=qQ8yg*=ז&J ƒoL:z ;*aɎ~b _iWwam6$"d=#%|ʌUiQ O? ڿʸcfNt{Rz_Al H'asz"kdU@6SeY -:lIk rh)Bvmy靓wPUoSjsV3 da%hCBhoᘤ@+X}\s 5fPgՉPNMr@iy!6NK\h7}FM@Ye}]jSN؜6 G*5?]aVj:'7Co`X*Ac ML-q>N]pMwG ;S֐9s3-mVjbTk+7;i@t) .XTڗ&W58(A ?!<[ĻhϽ<\. >mE?u5!E%:xg&e2Y݁{(85hKsDѕbl 䢏|*%2Tq5tu\>7v[Z@奸 Oݜo X =idW"3m?.YyfAgH zp-jy:ֹ>kJ1= ~@B^7*y6FmD4=V;q6טGB,IIMPH# +d.'׊ªR>%z v$nMkX{ שն;4Jt;.1ȸ:t.?LJw^.s+9ډ'#^Eh Snae KMEyV Z#xʑ"37ſ}˿"PiV\N_4>5Ͱyi9>hCnAËuEyQ8^w=CU~HnUpJ1hj4\ ⏈nVhcrVBakN(2I#h_W~OO _MC#'=,pxi06kHx7vGKb0 P T!]҂N:F8v8&aAa﷮aG@9)IJھOD+= Ko\AvӠ [ţZ~6QvܗZm1q F-]KKg}>?Y> Px \[ aiXi|,l(q 0R1F<;tX|HX&?w,ۥ*b30< @r6> ~ݕDs]n]T֜"%?tX>l `ҤY5^CEh%pn8! $Ϛ1l ZNS^+7>3^ٖ{ɟbRs5C%=^(E/_jO(KLӀEH)k$3 ]Esp2Oy鹦+%0_뷒?o1Ua贲$kFLсc $Z |yUYf돃|q"=ۛXsG)HIZ=yʲ\&-_DꗘsC?JpKv&鳪1#\lCNCM;Pt \QD%0c[߳DMyQ/zq˥@g0u$h@("ͱt>IekH$h O"8- HZsh:ir RfP`?+ImJHǵy]KBKUd~9;`WR05?vs%z}ڎ[i[,G>sq5-&VP9⾴":8o?Tf.?˗ٕ-fEm]9o,i::q)ZX4SZ 4h<)%+%*؝VXzhf@;Ō,_wxAf]dgmE"bRw)tRMˑv؃\)lfVA0USCf|yEmgu; F}u!A7 L }v@Flot;:7D&'ȶ46Q=1uS YH)GKr~)>qi=4wou\4[jbEuľҪW$x%aIB|& PCbʴܳ* |1q^ jzV䙢4 )RKL1231ޓ\/{bJ N eWzک藷R1qVOF]DfVAX5Z/Y_N&B]$}R2 d~؋ O~aӀ)k9-PBhf.3:{F@>]-iCP?Cy-Q,GCɞ ;#~/cQ谘Et>⾏~6f#̇epKqu0u#xސ>-lqʁN)\ T.v}?5B'宜˦|2o(d u|Cw׮߰#3Z`~J>ڙ ‚g8U۠~!,fCVocz`àfe7D&xLAtt6;vHU@G5ptqoc_Le>*mM}=5M_(~b χsn,\Nl*&tد]E&;omVх3zox6**M-}zA4Y) au.}bڎ ,gbui KMu'؜7*T&Ӛk9 Owe,GX3gq%0v$ګ^A2icV gU͊pl`ji؝>Cd #%56jzA]ʾ;㕊AII[eRnWqa$5+?{^0v}"m6j5x6HWxZ ﵑoZ*n[ӈ=OAubω_uzbʻB{- dSwT0doJ jрidլj-oa I|mՅFguI;yHKG.7bY(GPsP"07XŞ'Y?-Ӎ? S\:>ԣ&WV(RSva&z!,^KvlvOD·tIWvYHiUޗ }#y=}dq^5tO1ì1ޓul3jSl-pT׿3$.ǦG}ԃ!hP.%B+C!€4 U m:ҌvQNq57 r ;6i/ X-x6(@z]ݑE-~6lkΪɽ y)N 5A`GaL"NԊ އ~I k(rlsk9flttY1Źj~"ې R]_oD`>~ 0FiS8b] ~,O"M\o#ԗ[Iл8ȵ$MzSYS.#AC>[Q\y޽o5qTR/Pd w#@*$%G0bFϗ|bኮle)F*|Cܯ "ܶ⧐ !jYR9 'qdG}QbÞ+tf'CO@F5NjfPxM+AK)^Ց^L9nȡ~{-h L Ww8H u!cHWiSOR̊j6U;.ToR@ֿZ,b>_MqYP/ 7 JseQlDi ʥRyJjë% *ɚ-se+ѫ5|ֺokߞ8B-A!B'A:/% ~0yDLH=dO8(t o@K^QTiYٯ?3 a^# [ Y%`z6rm*hE.BZCN!Pa?g "7aP󻊆:gj`yҥ4/r'P3iau޳Z6U!P~71rhMj5 ƵlfL*Jwz#Q7X9nn˲_.I> =ъzlF=u[ L>; mxII`ģ̒*?L#S\Ҍ"|ǁ!.Ntb)vdHjp]6_DV_\Ksabt>Hkt*5Aӭ-LJbu56eJ^Fzz<}-O۸^*zQ7o|XP (9 wfyHќVv4hu|@RZ2թr5^koL{Z[?Ų=]3!KӹK8\~i z}H i@h@_>{T&]x ,0/*ЈFdhkr#ͭQ%p4 HP\࿆NxL)0(Gw'يэ6z:k ڡ!P?oS~B.wzDpi@;Hçޑl ddVU#ګ" xG}xwI#:F_4mQ$a SΚHoh¸'w!ꕲJ)ICY6nMҊP>dŘr~4[?l[o)6E*uNWךo69^Jj6D0~ }2 ԋBŞN}@vO߭02+r"`|CikD'ӟxE Ǒ"ZH|ϊ-gq7#C>L;R?v)p@#X=$I{u(c'z-X4(+5l~Ւy~&,{Sg4vD! ɕ`{gY,џu]__ݠo&#fڙKIR}&h戞-H''h$j4ұid![ mi%Lhy GkPKtW!I?`%\˩%gtz yd4MdHp̬/[E"jA]UF :U[\.:9ơt*㞹yŝpVri}hภ D NEŠl#p;RϜG--QVFu'C{)޷!]D7I0W#=frVϫayV$hs$2gG F3ptLhH~Ha) =>abDo cjanF0RO?s{-PJ_vCnXٹJBǑ@/TnڅՊhw2Xk{؎]Nt/>,Ak%?Y9c9y8t>T̙{g!.)߭2 LעN7uWE랉0MO``h%1Qv"^KXZG|}+7 *I$mMzZUYСK|#këú2jw?Q犎=9HzפH~V0vo;={q״E~4B RpnJh_'ڶYMz ~3sL;E #yTG:N7~;kn`TyIE.Dg1w{R8ݫ5GeA0@@8ս7B IO\ɠg#?H*<1!y$md]ʮXidTӄ _b; _78Tw7Q}[g9x @r"'zKM+W5UoЩw,p[Cʦ9d!B[5 DRR @wS$|3 V;v]z r^\$UAgU9&ґh 91Ϫ@zp[w#csX|Y UGJ+ F vD/./h`%m,39t¸gْ ~m Jl)a gֱ]e Xr+ULpJBr+yR>Lԕ? pFB ~1ً$oA0q!GxAh1k<}_wɌJtxF_ִ~HKbAJc\<4!g0o[в9_ PHZ+r9n)% ,BabƍFrZj@%hp#f_hq3s+XERyJKsDkx-=}bݭ { ^f|4:ppҕ}%zRGh(׵68?֊+Yj+ה^6_1?wUpVYcn?*zw62~S3 JHZK&=f A)u+@3l!!81~}Cn+M_rXdFMc]4O8}vG 2d<⽰UQm_ + bPnQ0;՝x si#0ڂ:c[BoNȵŰndc٘7[! yBM=$k`S~tk#ّR&TC\w =dU20`QUHV+ڔnB4nF@Md~m4Wg P3 Wt9ݚ.w{#%ۘO<A?_r!c7 u(mߥ?_<٦3hȜ}\D̾ByF]t%ݵnF*vM/8()'.%HO mqiFo\|AKYY4Zvù8uSfVF 1X:\*kɚ^l~ƫztM6Tskr|א6КF]gI8jOϗڀKў Uڐ=z>"03x0ΑrZ9,gsl++RTLoV{ja]+>[,^Zg J[|-ց3k@i~АNnp81HY} >΅ڌs[F&W܇yP ұR:F}}x.'R,]{xh-T)T^pòC0 O\R`Spڻnǯ&i.NW0q@LBXZ\ԦryhK`3dDj~3iRQѿ4 92˘qfȧX^pȆY叠Ԋcoӆ)KDl.+d.tGȌ{p#x7fA=6;*E$]F֚xֻrO-#\h.@՘rqChLzq -F􌁓'XI;Tz4g?ciQǡ3ԵTXٹ`3-;㥯eNbȱ A dGa/gI,.eTҼ+10! K>\IPxʨ@e֜Ar|xT2h ET=Jvl&siNڈmN1݇Iiɉ) Ko+&Q)Hу 軥JQBB.2.^ Z]?:d `/^ZqXm~v0PuvJQc ;^KW$\Vkп"Sd):&ɫ3S7/D z\.难u`aazAdc7/ϭYҁ;$ b > 8w^/2,\T&`f'~ fD nu,) 1ȱʗ8\8^ͳ"Qd$PfC$Kxs ҋ,.R0 x 2bRyJu6#n\sեZi-@$79QU4([5dE]B")mH)y;jq& >nzFiDhtyE]ӧUѰI Ct™%02Eig)uZGXG˕Hzp$R?_~Rn{ 껊V\ ;N Pa3!XT]=ueB\e`?*:]XW*zK}"T3=w]o$3GWdli"dlcnH +\cɓXژ#?WQ5NPk,T&\:ŹJf`Z6G' ֿS|s Cތ$H5"7s>uxhJ_ K|:zϑ4gOņ?0j.y8N㬙s%V<1&k>ÿt.9¾rQ!cºP!O?踮}p=DӼkJ1, [lCzX|åp T# Ks>ot5]}Em6ONp蓆w[JIZ$Ǫ ;NM0s9W1Ag}4@/E'/v +Mt1tA 8e6D:ݶ^pZ 9X8׃D7BJ<+_#(l >B쮹qf0:l Y-^hZO'&'j)6^B o>aV|FHE/U ш^/FxܩJ x`G2$L-K#4lAEL#^;e FCeP8¢}597f^ 8+>|b#1']zmI cOh]GDBiU>Бٛqo.ՌuB/WK6{3S!Je<bH5.;9o@i}@RէeӋ"JƲ"бM.y=a\VJ%xl~Nl]`VEξ' wln?m/ʴ9*ȸ>Ti P<==2Gn.U78J~mV˞»w [tD/@ޏE$ufsU0^M  |'m-!Bq E?>)^MG+*^Rm9%+݁t)\~Jldъ5Dr"{/תzsTS(HAB yB*ՄhS1c38h e\c\gf7k,a(3O4|[nt W$+aK}?uq"|XW_BJ!٪]h;q"sh̀<0kb8=OK aA3Ԯ 7 ƥ c K'X! $ *g':)0t{  |"5AEBf!UpF1cɽNc4 Y~jOE V@!Kf!*kH_&e,Yx6f?QzrFf>>sptv0 ':כK#EE; s+W6Lev>i,DYASwvN|WCM3[uN ?gKDԤpL |DWҦ)xXo PK/viWR5`MBuj#+BK"G$5[eXѻQd!wEWf,y\a)Ac[6e NhɳMC٢mL(l:{HMq>pL餅Na-]גor7i#S|I4#k^#w;x~j,Nz{{V^_.DT}%~J7.,-4|X@n{))3r)RwĎ2X[ xvdi{@9 WP%bٱ\X},/(H<ӥ&"A8}-?dzꛌ$MgryOθIO %~rL>/fiMtw=3'ʕ_T:EEdm p#iO[Aꠢ.[x~/貟1z2vԍ:⿶0(` B4`(UV_VX):a^m*I45yn*VĉE# BL'7QfEgakhXla/,@>MW?WF*~;57}TEقO[uTvvn?]j{ݯװ&2be>d)\\ԡz{ٱ{@Ns3+|AES/Қ fKx.*(w}Au+>R-F4j95[쁄9D̬y>O ?0.kQS" }Girs`%:3i%I咃~)4Җ4W:PK\Vx}ҺOH9&%zS$?~%`%pR6]}*sfԄc;uӺ D~'F8-Ɩ?d)C`GI')'mYu:+U6~O1_pfƋBv]5jձt $sx}ofƙ7iĈCQ ڷ1QvpJPD 66c3՜{ +\;i'ueV^^Ba֦Xx4iI054IΑI2 mNX(--/77xZax~/|~nr q\)f2CHo[^b^Б%L*`򄲕?wI܀BZ-Bœ ~&L=%jr4,(㓅hx?;TL 8qJ;L)ixoh oq_kjՀQpz~4)+(gzZ'ioZ-72o"P5sJB=-{J[lf=Zs*UFB2:3b8E/PH-29ɧ(ȸ%G|(N16+yѓ&E}+ƩOIhFTK׮/|:9&hu5P/KQM볉ISFҽ^Rܛ?!B<ߊ֏ `f[V8T `N1ˉ5"'tJWn s=\@|v:si45&ք-unrZDwrWN>}+[J=,j]_,R+zM#@CT~n(.d<>N5%z}dF7>! ʕ(ftګw"Ey9$FzG[d68ȺN!58!roT.\Adgz['$p1:6"tMcɢ@H%w=KGGQf}N94 1یȆfS<e5Δ6[X[щ'a)Ow} pU+B6LU%c8gpĔ4}$L(D!ys؎%S f/Ox٬DNӎ4KX;A)c}4S5,OnxypmLs4zwk| vz(G=x kىޭgfz9[PǙ\6m% g/ub+|^J1=x8oKp% i2ȵ. V+Tn꤮Gܯ2҃@ŏWM>ٕ>b D " vZR -57n|DWS KZʐnfr4:xqoXl DhgdWqzA63: pueJKe"hܘLkmgkWUxi)tO58WU )6ç(`3GδTr<6xoNd51PP SϐW:/whGmrK |,Wyc$L{-L`VarA9CO_þF(Mg9Z'1Wn< ig.Z9HqBbp DzUw},Es=~=)Ȅ@'{eܳU@(C H[<{.A񪨊h\)L( , 5f-( ~\lA=o{3a;PtjK3M۴<}9$8k &7OJz.>/N,Nyħ`x Ѐ@9ߝld6 ,f3 /Q_w 悡G؏mj[EHʖ .6;-EYuHLA/Gz[{K."D~zީD#mLv~:VH ͂Va<7@YAz~yjP>wl)Ȓys rx(83"FU<^,x`n>ڻ~iNT0 ֯Qņ2X6Ƨ.v]>=1 5j4Nȳl3osq|^FoJ%zXmӘ`:m6੔QPH#k LXK}qˑ->: 7&C zgV|*/~(Zr6HՍ<VmrMEP'iW?*s4&9ƂQ_:; Z<;7}\U+; d$c#ucWIʘE尝u7Z T®61m'YIt{{ǿȇFrc>:=DtZ3umh=P> ڐdN%gpy :1 Dmj'+FQN\|.1h,4H#=M}r(6G"ԯ5dJpp!MӃ׀VIW#0 M8aZf|eh+Xx9z]LDlãU@8]MRnU~k2CdaLFM'Cn׌E)V\<hm껾|YP)za#fO2 6d4i<O^ǯ Vߍ0?-HMX[Z-a{BvapB%}znr3h. >'%9^$x'I"2vk;&O^TgCG^el++9ga6ubQRhmfc9@?86k;Ü͠03wPOAܼ'w5yV11:,qF1˺X[=S*+AE,w6 ui,b =[FCŕ/=haFIckocօ9L:Z0'|v6PJ5V1%Sg`'fI#w^11M{{D=wH=Wb=k84i[^dhPc@%:$'&Fgi"DɚL obܘ֎iMiX)LwyW(S;\} 45y9ȡuТ0V zH0'5y00Um'uU PB0%]G&G?Mxb/6106jsoIQDN5:.Y/ q4q.3R^Do[92LnnHB C^kדcV`AMFZR,_Z~xL,B+J3Ic7ˏXBb @I&\)$tm?cQC9`/edV3!͂Df# aĭ j;@v"?уJfŵ6z[tdĹ.L`*%22 *tݲ5q'NfRϤ{S$K l s_ˀV׋I%,&b{Cp'Xq޼XL)=PT]_;P¢J*a"gPN35j ԳaY l9aHsIRk~}T˫裰n6I58A} Xd%ű!\xjOa`TXNOCŸC?ф0Ĩ8)TszhM>KW 31RI|jl'>[ۘ$⒭,w*rP椢[u[8;7Q;şSy_*TZo$ 8jeWE`{ SVF|PF`r_g{šus~BRUʤ:ř3R,t A[PUGW{C˩>e7g@cw}$2L 84dp$3dP\_f k'F”L4~$*)NgBՂ/^EM}DSV ;TeBP4Aun*Ka~6; ACӨ:mCIi&&-L<7,BpSFukk1 +oO0 I7 &"5fV:ޓc}L$Mbmh*~:d[]=tYlZh$d$uAN9;L)yW=)0KsMz [1V+\ u>_& Y)Kr4< QMO@͇ X&҈NIb]k ?Pq=#-ڲPvO݊wQ(4$q8 C`S2mVfY&|3c1@7lz૧[@x1uQjg;pKIFVrѲ ˍ h4Lh'ܲps]tX3qu.Z0Ễ8 .7˧S:|p=|*=f==!d'|֨C\c41X#B/&~p=箍NVYvԝj=n0N^RofrI_Rxdp./lݒw^u4m+=ɮCr((}:y+;_dI,'+v+$Բ6GSJ#0f XQry ﻐo|4berێW}b(|eh3*ջ xfa=ɣ!1{W2"y*#uqc})˒GF-;+LK P>LB{m;741`F&!y0ᷚ+*1Ь1%|S>g>`-8'a!yե@*'p~2Ԭm 1£œO"ý7Ko=-&/s!ckZO{u] WUwq D O/(-:S,at+o}yyodґ]u|rYBʮ 2vA:I,Ss\{=((GB;brmH@YIEVןjB"' *Q:<HeG@40'0z;jaP^&p6}mAOz]s6Jw>4mm#̟P0Md>kQJ}l-/^43<.t:$E!k1&ETh#x!ˤl~: Fc[<5ׄME۪-9  AyW$ҝ2&G5#H"'7H`Af`x#`"n;\DEB}=]t\&Y.1})Gl&+Wp`ŷO3:87YVm XȮԸD.:=+P4eL\oX[/5{v SXx3fith1画%|͙`Glkʍv0$;"s:{'J^/& xʬ$Xa?_PDN/H-"1P|Ȝdhp |hn>7N?ڤ^'1݇NalLqa,z`]Юm5jJ,gj:xup~P/KU226]Xkls#y !BO/_f2+|dNEp5[#GX\Yh7ќS O$!.c\a `8 aBH'{QDST&h(ӉZaNj`1[<ְ-Ӂ %ݰε6R?ObV;& ]>-MNbga0GwV?6EWedsHKaO/ZC_o*wy?P5A\W/F&pezφK5BDC撫d*_[F&#gNiݸf 凨Y 9y($M`ea}a g!đ;' M'A B,yK;܌Ixe`4qMT}x0b'-& ;SzY|F~ӪdTz]d?DTB#C"g\Y M DIg\bET؎n:,@{->Tp؟VE3 TN0"Cy[,&@vE|al7! SO?FY9B<1vc9~u3=;a+"RrJhvxlai 2AYڊ]"ɢ A~5pUAY;!'I@=QC|{⪻pո3"仦&R.8`EɇQJ] [7KjGڄ_0-̎g|x}X4kQ28.ʊ$869K|U:;<@] RT^p$hɕzA[bmkk)T?WN"X{cE/Pq7S[,+P:uh`7$nqVFmzh=ۭWdDUA@fk╷s1"3TiצA{ XRza|!V+<)gHD#OǎmZV*I'Ir\J݃6 K̪wc鶃rabC|3AԒB]:z!}5p`0{ӒS 'm G`4q$yA-NɋWkUy0QK$+_^a9lb8O݄|::\ϻȭzę(jaKf<v~9VOsr/]ph)Fns VBSHMD5MY#V4U@YF#Pt2W~Pݮ)JټU#swo_3ݷ4dYI -#\W^{txtxx{RW65=0d\E+)00VW߶u )T/Ĺ|CFn|#v)^ tT?N9߀ K1M|ҷuwִJ`x֮l m,g$dÖҊiC #a觽m&\vOζ. 7"L'HbET H(j#cVĜ ,E3ZT8R:KѪ hgW) Q&Am>V߭g0_PI/kgb\@"n60dJ%t,QG k1}oFMYU:GV (- *hCl$#逆Y,$V-zT-KҲcό?&3Tqvg6iKwJ̈dv |VP8.߈[%)ca?|W2wXNV;fXB'Sg]p;ŠG@Xw[ISCn?,rNZ{"ps{J+DV|.j ;~eQɠF"὇&<-Vi'|A'jU qA#Kݣ('}=lNo,I]Yy*1!AI> F`8l[:*RhI29m713WDF8a6M;uTW(>$5ϫ:NpQ34i7Vw~?1dt⚞׽hQm6QVf~Fe_lR. q[(fBȉzl\>WΛ^]XLzR> zb5ܮ%cKz'=CGԈdB|MbyvyEg&cu a.jc!p$D0/\ eTDZ2lrwLX,DVef' *zMnX+L9h+Ysyqjwէߥva21ˁ.F/k>!T#~ k]J_KB~4N7}ZS儞:w@PwY6G}gI'Mk:kvrxSUbDG[U&#)+1W`ٽJ?Zu5j` 'bxnW"N _o槳6kLzxV&\; T|Q)2(Aڎ3wW[;ߑLYC)‹ i$øx -\ T ei>x#BD޿/_BMgzrŽ%)W1ww`f}?xJ(^Q8o8: E@$&; ʏnr0j?pqZDrCH1e*GO%M0^_y$jQiE4L&gL"4Nx;pO9oʑ3u鷁\\XK4m0a7~F 'm8܁H Ge3TS.97jkRO8 BUxOz5Tc K:CR9%n6'4Q8NJr/5wqT44a`Fyr:ns $N_ Y,u?SsIk\nG J2K,9—>FRܛT]x> ^PZS$BԹ\{32J<,c ιuMgn k_ȂFTWOy6 V_\ P>KΉ7DzW(PzdzngzO޸ڱ֝ԉUKPo^qTIc\%1cf2Uidm_Sk0fUL \ [`<%` *5/ɎsJ.&Kg!gW?cPʨO!l!"7f[]1k Ffa,jLtL1k-gTxxlH#2v",(k_mOn eC7tF0vB7H rǤL|ؘڟ'ҶOhfEa9ULx^ўumCd޹JuI@1L ~*T<McGx_T<^u .[p p`:'4ܚ* k`݅W)j Z$ϒR[O! -inj7E1daNvޚ*ۨT* SȚܡozx^c>Vw 6ps[CI3^EqGJ}Bu'l=E.n~pc!F, IAJɾ?HzK{ caX $:WaB-eLwv?l FpDZT]PjXL. w& @4 :H_{rROh֔[M۽uJ ^q SI2`.޹!/VY=8Q׬"] V|w lO`Rflܢrq~͚'"HCNmb; Qb/_"釕(*jJru"P 7JHÌG` VONhsn!ϩc Zl)e /57q.u`= &d_3 U;x|k}]s b9%*=n,T)b绒j㽼[7".>9'PzY4=jYWqIe׺7\"U@"(1ŽU{] F+Dشw@9D} ŐL)&8u uN@2ڧU&)s-m[3 6^?p]CzweLZV{M.5 38Sr.PjRL }F-۞E:%0}?daFC2N򍯪a-c. NŻwp߬/ehp\ԉ)n @"-v!sУC<Əi#e_3K,?&q# >SWyjl$-n2ſ vjJ@ڀq{t&ñ|WU磆:xS L x0)0dD "tLRDӑ&Z?%irQ55AK xԂծ-^'hZ=g9VZ)]*8{DgLƸ~t{~X*׽PcBc45ؤ:&*R1f[w?j7'@ͺsG}w!P!P4z(Q.^)A 1n,7r eʥzp܎\w]&s6d/ecĮ:&C^CJ̈Z>B9lr=PoecRL0LyJ_.?[* pG }@R`{P>╅ 16U= Fq3bwvHmj'uX^"PCبxӲ6CP9?UEDj%&VVӰ^.7o/9?]Onj:x`Lӻ; t'v@6J-@LUͻqA-L/o58KdhHco V$tDT?^#k?yERErU27`N9Z"NiiS[WO[pKKwfzJ8K}y--vK/ Lq풨y>P]k4; $itiE5ɟ&} 3/t9[m9W_i|$n" ׾!vnoKCbE ~b׮9ͭOP=Y\)*2}w/@uHm+h1a@(9aN=3tӇo-0?[w ;~?]y|䕵X0X )/H)hI{3 UT7yeH>E1.Ԯ _ +e"7/8f|0}L5ԉ';b];o"1%RT!psFs4Ld2xθW햰rRDѰ,멆 -f m hg@ϧFp'Ы2F63é! ( aEnMiaNUYn7!z2-ŽqN6#&^ T$o i{72 ;}<ݷwg6״S`zB*I\1]+E%6a>sC+gHIN Q%-A^ޮdcACӀN6.ilu0YOz+(x;fRA,U\1A( \#_ &)sD8_p}4H57/]kQt|^H' qͫ`LViM/v6yjeБˆ`,ܳO"$vK)+G$F{>2ųk 23<`w>JP45ѲDIc({Bzջ ]bvôOhWpwRe4CaԆ^"$t!j1\Un55~$j.Nrl,N&.Rhړ 0qkz&n*!t0}=. rtT2o͖ OQR+yt>b&Lʗvkypa0 eZEĠ_…j~{!C֝0/ybJ׊C [f9˽tR.pDkt\$xw~oE!if)<#nPQōs0Wu1U.vGLz^Zm[Nr]kTn摋 1~5s 贎42*@T2r$1$%dȶIi+s$Hl+~{ܺy|qfS:`Vւ3  6v[3v@\ zӅayGYx_ŖtVv,NxNu$}ḧOpYFp.w,ƞwUll;d{B7ۨbȈj:r|`5< vbsR0z3~*/*S'2qr8MVԅPxuܫd1XϨg==Q6#]^"@1oiM*X: PϨN鸿H%GoX*)!! nیH95<hjD-6wm01.j>ػ7 @Isጏpvor:>_`^0Ly˼$e?8,E-61.ޭmܪ~oͽ|]vuiPrykpIl}ʝ f~X. ”ݿZ \zg,m 0V}-3z+VPhR7{v)Ha~w>nmRhWǍ+^yh1ѝKNsB*pbq^_n:"%ﬥj#os"_0$=ik5Y<2ȘkLn1!%a0 )u O8Oj˓) $x !gr⧉4aTWl)%ް1oo?|8fTMZj2>:iEBlþ'G);`p$آB0 &1w*"9V8Ӥ^R3l%0S h$=㍀!cͰ':#љ /n9a(_S,7.Erk$ &K;30y3l׿HQ:Ok[}H{&~O~0⒐Jˈ8s t[(Dx+s`nMԧ,^<<=qRn=]rؿ'ZI}eýƾvAS{:sHM6#z6ZF$_21j '2$9<ن+>^|`+e64|aG3X | 6.̛6쒬|# x+R!r(mK;|9%?LM$CٯdFp/zXPdncI\!s O$(2v% t-(jO?H̯-q+csKUPY|¼4Q: Cl\i;HvZԧX$hR59w"vޣϷ''A pᄌdo[47Rͫg) 59fJ֯#:BɒDiEvr0xNP c݌IZR^u1O&Kѷ 뤂 MΥ0hA}kŘ@5ZYo~{CnVqh8ꏈF|@n+&%uÝ%0*{{ ,G(9:DzeĂC_h,Ϙ*2>G_j7I{A Z+O-T|xB/QVan ILV~$r1Gn ٱIh #c+YcfZӴwM ݊1A%XY\,ү @w)'Y4=N+aRxziAՊImc]m"( u邾%eHӽgycTo0t5(v\@곉PqYݯJjw:ēֶ^SSJ&+wTf %yR08 ^5X0HY3S[@1wt^~5(VC,Ƕ=،{Q60 gs-wE=D~jv!1{N*t&'e~ȫ{r7#9)Y= j̮vR2 4.dddExJB̖Ozh|!1Y t5?lMmʚi5ѧ,nEW."O,C8,!ջTT5SXl'YuxYpkݮp'ԯk~4ފnKD|#YΜʗԃa>}—a*@oax"dlR+xQ Nӽ5rLC 񥚦0Qm(f,'[]C?S;ZXfV{f>;lr)K%(Tĉ h6"$K6qa 1 ͲԇvN;Ĕ wH{y7_]u1,wۊ$y oz(KmJPRC>tV迣`aS)8L,ı; h!)ǡ.N6'8 pSxpd޼H` (kwqRSLyq yːX{]W|Ҏv<)I_C]Eb2Ϫ5s> ۨ*Q |;uU[mY`e&Oks<@.*/ 9(s6Il[_wt8]辏v2+=~22YpU|KiNH`mXc\ bB-! ^RY9fۜytfЯ_j0`X+/q.tNQuXպk^Ep.5*/>K3p6<6P\Ł ܭZ' W YJ We?:_9U>SPEPh}$8䘺q: xJ j32mb¿5]<@A~-[Z[XyHLC^>P۠yų3 ? qܔi *Ŷ==_z(t9| Wʱg3szi`?̍-q1FjU3R7wHǯ#op/(ЙȆ?xBd'+mߗ!h}k?'߯(U>l6s{Kj |"# D~YLo"M8Ӝ: s:@> }œnGC.,SBx# BB0pp,@ݚv,, #7f%%2H?;u.g\Č/2#A:,TAFYR,r}I^5J+)1o\= Mc&k~m^W.!XH*(_(rrp sT=6vBbg6 qcc-2*/h-m2Lhu嚑'P7qܻ.*5Ϯ@Pz+30+sUdey>TF `CfG#QqcPL&Po:$VM% .Ml {P!$sx֕i.-lR2Ox'Gh=`t T"qwYO*)>AzȆu{8ҿ 2֙0GU%pc, p[PzXl$A6I`ךDZ3k#$C4KZF70HNA >BbJ8);Qd'\|rW''űxC镡d1W$VH4:8E"bKҸF85/sphhZ6s&b=r-T2]ZDb@v8E F-4z!ǺK5 ϏZ).cuGiV"If:O]oސ _Y9kQ)W s{`_!>52mA YMTk?[7Ɩ@N {]#[ܸ{|ͼևP` wF+hsMx#2 5swT:zqX!;AgB NV*5- sw˱D6x!F' /9j垮ӾtUf68!#inFIZ_BP N YF2PSƲb~ HO5? (~je6Ř'eȠv3bp EG#?ARأKV$㢤sdo%XhX0_Dے`sNxɜdtюUmsbk\f :馀ZTNa^sj&e~+FGl_[')<&r_~y^Q]T2-I^Ӌ2m?p9kxFf+ce3J +>S,'O#@Cvl05$QABrUHG=Hگ_8.HKρs EapP0qER3ßDmD9),f8^kۅgvVt0LO!||DP 65z纱8̶*S'7tӃj^uF "VSQMJUm5;N5c =/LuhՍXS~pK|ig~[3Lކ} ~0u#M62faM(ȅנm8?=oSiOZ",?MS~/w6W 3fE)P, Kv0iE:xAf"(e:PQe@tkuT"?is[6XϿ *ď#HxO%•嗼zכF)=C؆f)9GP_ٗ+_)CpSLlJfObQ] g&L3^JɎqj3 钣GOaM;C"b:sOt0fFŊ"4QR hWKt]3 ) 57S}|^s)9R҅ijDϏ/͡ 2L@w|lir,0';a]8~j3HL'<7FU~ƚ%3 u ޖ"/LbҾse.? vDyF@"$MIݣԺw[F݄s!oQ٭o C!_64<h YCN&6Wvl `'ʴtÆ5a,_mM~.ZbOF:Kifk1>[ 4h_K:ncJ*.O4]UpoBۆ AG.7q;ıݳRgA]c#,cY&\={XLQU(dju.MxΊ*C?G\FɇJbD7`k4H&lwAO|>}#lQ]lZIM32z[;T-8 S"؉e@HU-s/3>{9Ij^R)s_OoZH[ARQ&e+Ͳ٢;:߶s*U/T5ǭL){ p~cMyK8t q[OS;7GV߂!p{cY"LO_uh̹k,#Bi +pb ÛJz5O pd xNr݁b́$&z..44>[MFxT&_6KD$B-MwzӲI2#Q;?ߜMPE1ˌzBjm,8R 41sDD+*$Ϟ kU1_l|$EeADbf1g"ꗳM] MI3OQ}:.'>J ^E*UE6͓-%[9Fa@"VI׃{?:06_+Z&Z8:iD"r(v {xA|.G+ڏ(-(JAnw\qַe! d:7=LK`$&tg90-* 뾼ٲ--1״ |'@E /ȤKu9q0O<)(b"1?&OGye>[ 0OgKKg4#p%h\f@ +1t|XKpȸ9)a40/ E}l/L3B%ΰCg:<bGѬ.J:{}?q˱Q9p SqyJnQĐ)%:aBlpU}ǽ_(.P)||Kcsf2V(9AovRvH m\4{'ݮ%~# Ԃ_@1B|E#xGp! ^ID:=e֛²t# bZ*H R!Cٮy@PNrSȞ> JդfCIM1Exz~@>R㞤RL+zXl^#q& 獘؇J>Hӣ#T]i5{0ͬDll'g< 7uWvS`Kua,cRU;zՍ"0T C)jydrPY|L>"U\NVˎkcF85%Fްԟ}yq(RH`##SvdO3 kxaHYNx*-fkp9ǝ5~Y#\]IJLbz+IW}Nf3_Xj _󓌐72JH AYJw{0kd|y~31 4GQOwi}/G->P0@\4I0I1~NC1o@W/ iI2#( 3= ύy ћi+/=Ihj$|PZ(s}Ƿ0S9HTxvEA=h{x"H& BJF ,l =hlt[#6NVЕA [eL7-jfFi!VGMwKH`Ո 8ԝ8Ŋ6*~Ѷr pS1[8ۥ!r{mœc?VXwTA~VRW.TFLl8`hrKeb/'3aD:`)h>(RW}}cC)&. YR!T劳x_hHc+?X|{lM ͱFw5,gnX=k^P?RR{ƫwl0y6ǝȯyմmFui 5'T-ă1[)+~vO\vΡ4*.it3QEH4RQ!_k%GxXU^ s{>xJzGPXR{l˾MR nD7|oɃN JZ͡ ,FBK}|<9 D13ŪwuãRj\&l[Dz#="F~}4Odvk_w]HU<}$f@6J^|4X"Rb~_+?Vd\v>;>٘qg&{ei?l\gBGD'>uj/@FQq?4FEF(.@cHTuװ҃3 q WPHK_H /T 6o[?SgaDvMgfzTi{4ZYg3zY0'w.\@B 1w@Ә4> SĞ*OWFI@\.L']c4tJ-#zDeZgIԫ@()RcD=Pc_1@¼9LtfXcr7Ƴ:5jw6O:s-S?C_t\-Tk6Z. h}2qN 4d`":[ԄL ,C0C/nܤ2ѐGT(Q>y|`#bZ}W!T᫳haTt1w,1*$D1 F< uFyƠ[,v.ST[W1MLMa wLtmu(E(S2]JJFZ"v" c^!n6ɁeX鍈&?"% ~>'4A lD@0kN@qm}w? 44,rV +CIfC#-Cr!깏F67 Oz0 Qš-_WޓA8\pu/Uu )|@5~!QtٚbC 1jsZw4ihirrôm2<@#f#U)RPBUBRml$fZKZz,z0FMh\OŁ*17zm 5ܲ^7 8Z(% xVGV趆0Fo ujroTꨲ| i3j i}l%6IM+p;0HfqFmtW ₪TCC*(Q$>fU GIUR8ǵ9If VIĻ\*& GfeCH>l1K;dV`X@lTqd-t+{C8?*0맚5sM5!n&{ ª|)^2u /2{azUIqQOVk"rtLvJI⣋ r wa`i-nfV!f#u]Ml6}0ꗥ[jhRA-ac2>[ji6g|LGDžq2j"{1=i .G!C Z3$ŗRk{!d~my ĮO]fo.0I< G f@f:ޏޭ69A#*A}yq[=r S֬V:(! YD7HcK03qu Jf斄6&g9ηS4HY*IMU,ވLgtOiv˃(O…kBt,s6`%ڌuPgT | !gQ;un7a@KN\Ѐ1q 4,p,eB<5z3CᢟO[Q4%^O<ض.d{ Vn%kX`i8z8 G:v;OEC|ȇRSW!e>Ir-G*׆m%rLWmi1i-hMlwuMGDw k`7NDf2qlp+8d~ؽzpx'1D\`#gs[2]z7 5Dbd7aXm IIY=jRk  q.Oz`ddW L*JRyr7CEC>fz61ՁN 5)ȢMQ}y@A [sx׮ClFB2 ^w0R6YJdP_|YR0 %Q.=N. d/ KܝqaT(ulmC Úlο#+DE'ΏyvyI`o۳6%gBXG4 v.'J^|g8 ZPcX~taiQ{cl>9'V ր GSdn`1sgnY ȢvYzʵy&R}I2-z Dn}fexXA apd`#|OHIfȪ}_kXȘYՑ?Sz0EeW/SQr;>\?md]3*,AzRE5P%hx©e'C.C*kͩMa#)).&`˛#l&.1UgQlܣ59~E>Q(nCK -D޶?enW  l?}-d!?0s:ފ`n@xq,vځ"UwϦxt.*ItyKLB훽ע^:X~1RQJPTzh,Ds}lejbQv݌c<eU}"SlcaD x)iN #_-)cx#eۿ؉]Ѹ 0_SyzՉ8!e0 jE4/+^p_,srH2X1=ђxbcf5re/d詘j6%ms^U;$8.x9SE*C3;/=KycC;p@ -B{L%agY&~ykG}ݫVZ!C&˗+b~ySRD-߉.;$Wk(2҂,|3~&2𩻶 e/ ǭ~yF. &Xh-XE5֖ox<)2 ʮIɔG{~Y'}z[F` qV=ۗξ[M;4>`_1wcjO^rv ͻFȮ?XKBI*=u/gWҼ0鏖iQ7; fۥO壓6X7 /Y)<􏊄E cF1/"scSn}X{,gvY&^;^-{9X_pc ͪpT5B9*U% dqHwYYLxxt)XPsEbجMf 2O斾<;;`±$ "w+@M/?7-,#~PL.'KIS|Swr1M/fsbO>` L8](XG46v@kf8:(]ǹcl/~V Ә=y Mu!!pJAшKEZTp`Xmyk {oB $z^[Z1l߲1T.pGc8*=tf-,J} y&1 jH- _"ҙ.#LF `6WC(M9:Kl+Iu2LʸTt"q@&tW6(rOD"cJRëj[I`r& *<Y|~Ē}Ow9' +eηO^]WDZ,Ȍ`LetN4Hw]`˶$ `` |&hdv x#V&UCcl]x:/ yX Yٖ,_8 ^^* /n2lB!-ѣ.j;קRCRx^x\z?UȕWPP´<^#JZ93P:K0+u\\_-"m\i# ȭ!Q7d7㶴<I\4UJXfՅ,do`!)]ߠ `Ult'.@S70%ɅP b|qS Lęn|3 _^<W&W4[I~`yhmWJ:jeG-s=&d\ZԧͷړQoi {b lPcp$lc0*[P|y6ݥc*DP\mMr;1:mD]܂h]'tyW9 3HnhA&aukA;FV*w)+qT Z(,mStʣo!EYth=F tTD`s};ef&$c{# (9NMrēM[SCuW3PKfs1Vdzca#mijCb ͻ2g8w0abH^"+KkMġJZ|>$ 2'W >?Z/_ߨ-3mȡ@re#klCzPh/ZȐ 4TU1݀LL= LBZ1Tqrۥ.6'OcfSCH V&$Oxw|^aYr kӕv< eِ~Tk d`##BƖkv>D eB S:I_۠0 c#K]V9W#=/6=/ _ʹntκ sK`fOy#vǃ;}uF+#~Ƚ@T=. I sAk^*.;,m|H2a&;'OkYvEVk!{ f8{$-,oQQ՝b ˹*?qָ1ZqY f~)%&?s t^v5H}ӥngT x띏Y_6sX+xr7;+m/5 P|n\~qdI;;e,ߚDpSk]Soz1O(z}@b[*C :( oxq쌅ly1?_ &W*-W5Rc|]obM.-S9<|G,ߒךo~hmj1n\^_:6A? Ȧ2IgK`/ õAٞZzLْ JEOʝup/-zP~D`\;4ȏemw>Yf7ņ6jL׉r3e|Ѵ- H Z9DOOPa:ďǨ eHΦW4Uv<'1m;?⺚j"6Eq@ATcq"ߗK0u DQM火eCojJ6/jFA:@:4ZoZ$5y\y4/㝬:*~4xTWQIwdNSf(& vm GD4N:Q[܅*펓}x]E ?{$G{ocbs,t妑ѵ/E d\o8 t m!:6!1Hp8܌Yb&e5,ʔ\T L|\j!rb+BxyϼUbC(Q{D֤хTӽVsיUQƬ%C 5NYpR1 /j0Ñy룍-uHdD7η-!*YV/ H|~a2o8&+j*WĤ"CrcdV0g; |?dM#P^y ޤ*@ŢuEboզFV%%=`lb?JӸna#:l8)ٛ̐}`F*k,G D<,ke mK*l_oɪQ$޶O?97w// qI;cQqo{aw+_{ߥYxKoƟy}~D Ȯք6 I<;x?1#@=_ɟMx(Ó=Tᴦv8F{9 cb{sQ+ ~ݕԓ_|m'"L3HnIahKsV <[B\NWY7>CH q"+iI3?"(^SE@hq8p G A $u#EoiFA![rlu$L*yvɖ<<x ͗>/'\YQj)ZT_c.!n hDƬ蟞s)o8En])ýIHbS6ƒ$| PU]Xs\IٳGKslPcy.wRGaH|OQiUJ9ҫL}` [8t2OmfRO1] Y4M7 pwZrz^ةpD>Am6)jP gP)fYJppɃ"OS,̈-PJ0R֮//dV{PUxl;N% "iOzP@~\7|RtD;F6ك'MMH(\ߤK!Gc췮HA K*& ER?kͬ#`l"/`ӏN@X}b Q2;s|H-ޖ9s9[~&z aǣyqe>M@DfJ[j91 ˷hK6n:}yJEj} 5+G!n<IѨ;R:ĵJh5_CXu  T˗D5&ko;Q-y`@s{S)mvױ`UF{87'p9nQaEAȧ*x( SҸ6i/2|HYhɄfL=[!#Wg'"d{^uaE!d]:w|c?z}KwZD)X w̢Fc:a2 ^mvu٘e'CEڵ4/k[\Aj5G)Ȁ)Bpc?m=Ц׉gFw*͛S:f/ ^Bb[;V LNkBt*L14(ja-a9%`\Ċ=&D8S,>Wn sihza7Cn Yj@Ȅ/=X/ ,Oȕb%NeDg ~+󵠂6)`_=ضl u"ߗɛBPRzu^zrFA.4ƒIŒԉR(f, Etm_-3ZTqD-<՛" *lVgG?7S]3"/[F- <"RSM.ͫM8)o/bA1;s׍&O?|Mw_ZG~$r-{<ɇ`T(g ?P`y3/$Cbpjw?[[Fm+*y%1rl2EMn*at[t#*ŰZRƤ,LbUzY0Os$aèo :_1Au|h|QdKtz,arѱ)X!3wRLCn2&lפn- _ļ'˄n33K6dR,V{ .xLfTLT Χ 8! q Ԗ+|]ya, q}gK+8oBࠕV @ç<~!-uL%9NBW=6 n+1n|Q;y.^'*3$|8fH\3JnF庛* `SȓsǁʀMfpu0,JIO4XZW|f¦II:%GǖJDZ/ɨj\zhU#684xKA,_">9MX҂ J*ݹi "zAEPc^RIܔ;=: ΢%7AaL-K-ϭc].3,=h횡mWH^y#jj=S{_um"*%TN&Cqh7tCMsyaS}357ߠW,~+4y(o_<Hm]HI(8Z%7h^$7/i{U RJ>UϣѧϔD`r0x:^n[jRcgq@M؋; N/tAV`r?d轲rMŪ4 z`c'(/xh8S& ~.?q]QɋgR*^%@ VTx$,<(%C}C0rt['V/]d 5amtZdb"p ]9ALhIO6[\8Zm̨ˏ8"Чq1 c^fm/PcM$~alYL=h{3wf% Ò@e⹭}s'Xt^td1~[6gbvT;4[dRL=m3.B%<k{P[s[b$&̌2MRk 7!71\= %BFT> B8[|RES' Kau1ߏYixyKd<Q H0]ƽNx5Ef哌\i$wdԢ@&V" @$$}`j^OTȡ D#In]2W9;P3AW@DqFUWeͥi< (~qy/-A}x/ОسLћT^p @x[1Hz\mpot4t5vLw]!t}'Re1TBa&Z ᒡ)+쑞*޾%^K#jEPwkJG·) vht0+FPض AlΣԊ3f^s ] TѺ;쀟?f K9d7PCNPj DH&MW٥כwcaT>!7rePY"`Z{5>ݺD/,y,={$Bǃ:Q=:vԴ.jHXA DK _F[ mh͚ ֿX..'eߏGxwR ,:گ`G佐;XBU>J\z$!OJܵ}]c_@ѩHAE;9eٖC:k_[L[k$_甖C2# !CTê4XBrr5$R]j0i_!: ' n66:؟8O@I53VVd="p1_֞I\i!<-yhye@KY,N[] 0 YD"x"SSDm)D [7}ʷ$P5yӀkl8 :M+0 ؐX%`?l \ '-fƈxR z<9+Pyܬ+ˀJL/d& 3 0S_=m)t,>+χy54$SNq6o4?ɣsb4X{:@`ތwVR7N<;do5! iKlױ<Z9b"vHג\66'W."W6sDؽa71t!KADix6ݺ &f5#ҧ$#K'"/p\I-FYBœ%^G3ϋ\ЋW8dbjq<[Ǽ Nhk>`Bm|.FYrZY z3;n|֒Q;Xb?[l #dXPkZn [9 <bO2 %66Lܛ8@Eml!;C0M)rqû{u՛[L@@H7)^l&0#BɏvqFG0G2Hpzԃ.l>m\NS_VF?kʸZ2*iٌ_u#T"zXr` 8 4쌬>FˀMj$l^Fa1ZJEnhއTE |kDY+m}9R~SRs$kh1 yiU`E=j ~WiT|OC]~56c#-|6Ay"/GxU 's~z9Ed" T|~%z#̈́V<$‡[VJome5C2aAT&&o~OK1G4oH7C$HLO+aSNOJ(J3\>7%.$] )P6hYܥU(֘D*:& wb^ďz-(pT-LpḺI"SZ?)0AO]Vx9jߝ 8Gf)i[#J2Vâbq7(^?㩉p I\ǐ&ש~$y6fp-ٹ"9y?0䠰6s<`]YVЪ)VHA0 ?Lek[TC"> )"SXJ,!v8k_ū2J>0Si-2J:;uۀ<֙=݆*~8Iÿzo%Ӹq=;8`E).B:c{8IA/ j\q\Md*m 뮋$\+p}Ӷ~EC )b(5O01YHUsJU*K8ҍS` IsHWA)7p[MEr g+uV5A*|5`Zg51)uu4qkwMӫs{I0WCЎ4.Pg/3=b2lm*s?zڏ:%P7SZeۅY̌VhMYgl^vB*wZ=@M2{ `FCY~hmk,: n$YE]J"ۧU]~|F}_ԖB̑sv/W`1M)ϷXk5?!Jz`D)qN⊆/Ԯ/g_MvC w.75m׾.w r̢5+Jg v- LK?<6"\2&x$MDc5;G:ߪ )Qk#+A#JM &>"# ,5 U8"k?2@ld*>$FuQ.d|ō R33 g:Uxw\ {jSNI"8gdrJa yz *we}qj`7&<(K9ïNDQd :<]$jBZ j޾K/[CqQ܌.^<xtɏܑ X1lrhrbv9]=;W"&݆Ls$xG>ܔ1ΰ.ƜtzwMH'\sݵ\mYKj,}5 > '&H$izɣ(d 2t&X Nn_&)5<.txBaU ^2$Hg9|nԃ&l=+Z/gnt߻)]؊nTօZ H]`m_E @ı&>rʆC ~fOԩOC5SS,R7)89!a POY0,f{ؖ!%~9P'̬/|(H|3[`.憳)c 5StjP*-5C(ZsN7E0+?fJC&Z}8rT9kr%Dٺe;%ʩF>?0@w$`q!&*V5=JQYl%lksN/!""2_t~E]thOۈh .msˑJpy FC9@PE~V<Ⱦ)4G&?( [7Z쮇 %o+`%]TSBKD H*iM1 2>͸b1‚k!enʈ)Dl7_ݖTψbk]%<5&&s}n mwQX=cu.%I;,םW-;@%Se_9T5ȗLJGY|T ėk*q}( S h@fŌ4AY _|j[+*+yn P>ΊWؿn̶LեW_G~ x2Tr;~;{5SO8žd ldY٩Z0vl =Ԅ,fyc^:j 3P)eL8Y/IP0u/=˳ ssHȸVa[B9Ӛ^.)XБݒwJc42'j6[;~ܥZFe_T \N4 Նzd˻8fO O#qrNʹ-oؙ]#_ixZv&:ٴu R?Vчb1EB}t'yE-rclxHL0[Z#]+_!@(=gŲ ,,:Z !|9I3'ڃ99;M15j 2k9S#uVc  F}YmǓ#$#Ya, S:/l9;BІms@MV#"͟* (9z= siȉfuÕC˳n3  &SI BQ>M $ XU.Bڳ\' oduvxa:%XJ-y 07z2H]ml=;V2$&l qa>,3.4J5h$!tӋLf|9Ct"eVT A3R [OL݄8N H7vAoS,5\OwMRab[_pvҝ÷糘 Pk3-G0VQ(K+riܕ [r%kbD; P "`EӪ#J##[,]mGJ㽹[&DSIJ)6rhV$kDdqw Y9s'V&pǢa8 ;a.RW=OYQza}H;RN.Z$H'lPlFNtmť2\:'3d-MbJ >:%"Bi%rYG˛(}6?7= ^˞4C[G,[ VmSo~dp].Bj⩲AB<jc^#I]6ieNgrlxX'SE,?c?6b3ieW[ndjDLUD_ҵ9'uyr"n.t^*"Jl=w@uyD& 1ս^b}tf.q&Fxf;4ќbkqtH6_NRQ"~!>Taxc<9@1" NJׄȭ=ϯLhJ~C;s# %'< p߄b\21UF?пxhyϭ 1ѣZ7Ms_;TD]##"%m#::5nK3kP,F_[=fpǏ!iko?@3R= G9dVU qe`C4pf+CIE&%1g#k`'ʭk銣 &*HsE"W}'{$ٖtZn$m[3*'ۥ>IoKVoxBgifx烶d'GA:lZJ^%HSD*=^oVc-FTd;a UP+ .9DV4z}Pf-ݓOk~mfjaY놈y4n$YTx@D8x#<ȥ!'STJx?64JɌNjSڰ ] їk۸F/{KEL? IulQsX]8Ýotp+69#8},9hSgӢ\[\9{#A°uz*:m?Gĵi0[pЏ./ˢ!w )n=A@֣=:P绱<.>;Ͷƚ̻WG|4h=ͽcX ϟ-pa+0c_ W}sO4V\q v-+]gKތG8Y"a`}.KmTFy^8މ$Fc!ho )tu:l$LF] bD#k/wyp c8zG ]:Dm@(a:n7!t˒*ՍuxʾXͻav97gWeS$^m+GFϔ&,}=Q3CBZKyfOQJ50)$V$N)k0KNGsQя_WZ-Hfeml 떰0zrq +7H0|6Qgo +`-s3D+`7KǛILvT%Tad,;.Jc-"G~Q٢ߒ 7ytS庾Q8Hs] "/~+ e\XO~ 7F-\ЕRV=a~s FmN黐J;]ߐ{1wOJ0j8` s2L"ب m(Cx-_"$_[c$=^[{4v-״cY=J[wZV~-sc<9;Rse^N! E45@ei+Zei'IY?)hmDKΟ'l1bT'wKޯaqG i 7]3>TEEYv5|xqgͯݸuUGgiKr ۔F$#_o,d]ߔ8; {zq=vlR$qhr }`}m73].W&f,Ol5YF,CxʒP?U VU3r)k2](:01[ G~#'ۚJG ”хimX@pκyu#},rH|5re*viA]J&>íPo*7<_+npA7CEb,bhtQ>l`t>+( ؜)ST20S )sY,HG<,$XBAbiE_>s51UN T {kcFuUez#ܜ:0d+%nF]Y JidP7W1ٻ4>26rcżpt&o03؉7dXbD;Su!NA5ο}d*@(moj :g1 =$Vp:@$O%o8@RX*R wk~Е!` 3;:v ZPr:8]j2f :gLM&2r:b'? hEv&6=(d[V>-ȑu(G;,!;sBpϲͅEp[5[tRbLZ+7E+/ 2ģR.O5`+YڢJȀb! ;u_/UM?֬z鰗zddlXž(@#2mn;OUgA,[YS0(Fn;<l=X5jn˩NU=_I9!?"5m_'|I |r(c{%h^q_=u2Dc}̖f MGzq~'syR%w| ?;?fH SyS!uVVRA5Kj|Q]1@z DWYd)<.;#E2޵Xk@'8 ɹVIC2qNV#- E*X~tQXZ9մ\mu+I!S;6' "3ĵ :ʛHlܻS]j?\⦴DZvc2G@_=8,@O*G0j,%K}Cvn/(#i6Ll;蹾hNcHyMcI2榦-ɶv7 1A(|Ok^됷 8Q.x3l~@S晁Q:4J9lwL y }1ufːSGBB%̙(<%IH [؃A0u\)k;W,P\Jm?5:#S.˖CHx Ԉ@ rF2:;``1N"kV_ׄ(0)UD0)/|PuʳuyO 0QwTَ} mXe[I煠ͯ|!>Z{?B])DphCEįv`M2LÌx:4qGWRڸ2Jd``\Y0K>oغId{F/~,}l#'hbIFE>^)+8&& 44!BZC {;FE酘3ѽ`s>i$X)u{ӏa8#aW v#PR00 e$iékvW~\:F;ՠ8J(/5圑Ce{΃Ze2Z5sy1̇`>UēK١I\@ {7$@N oKFlAO|bMWII&*{,6SCkΕ2XŴȽƉ9N!3JL~v Kͷ ?Ta=7zԛ^(cAIe pQڄEP}./w-'Y(38\<|&"n{P&*Kb{UK/S)mjsZa2sz4Ynn5Ź/%.P溅XEؿGQJL -~qX㹢E UP(35aY-xˌ.$ץ}^ Rz&P60X7[ܢ"ϪJR\g=;Oyzb6ZwKKxej. Wp1%'Ng{@GE; ycst^4A7iA3b]Rp?;2N#.}bzM-s5~˯W있Hgq 5! b3J*>uFes\%LYqK|&tn2 -T^>рg ÜunBšL \lSFKgz9*XfZ7ɢKQ!TB$ ʕ Xb#}B8U8qy0d7a$L G999g|F>o{>0 ,gx|B_2T2og5:/`2 R-ɉ20%x AtneH]6yb{SG ,`Q皞FRGΫe%]qJQ`E˅l7i >CE4eI\\Jm̫~@=D=J9>1u' Ż6YgJ7LL֨Y`}10^5 o6CP!mh#)&_4MQV]  >k埸xTں4Td\o씫#trQI>Vx ozIպ؎ :W|bV2ҧXr7V CGPtPqrZn*A\Rk]Tc`V>dn^%T;QLh׭Ph3%7# % d /mhᆭ, Y"(REtxM9\e3!b;Kyg U<6OЙ/t΃!y)@wTmtaH[ 'ڨA{R۽-Qו *) 2N,Txu"U'دs`T#CZOzFieLick~q>[U"s%`@w28 XH!BA֞!3Nq`[]/hb*,xq7QQQRC`H1_Z% *!WR/yگF @4An-[% ,gkvj Ari ^EnAz bյj-[xtH"NJ^ւ7:5WJ "jD.1I}l[|;w%`9j ;>/Qʻ=3~O!Nlx.$c1NG؈T6"r)nLDԷR NS[b) k7knk B1Y],i-mzbrLbm R!QU_pŷp䮩A{OaZ|9R""kS2n~qb=v2 u9T8Eu爥. 6E uD*)O'T pe77@\$Ʋ2F &F8Amc?8+k_xuijAd%čZ; W'|Q@tiG ۭZ7"how60tp_)P /wgZ'6RX ݟ`fjIJ&^QQ" "`> GϹ+- ^F BK FҷX-%^8JLWǢ-/f_Kjw W` 38meW30 +"*A{7W:puP}rIo @5T[oˀޘE}h7K~/H\_g5 ~/˲3Mb:hI7HAp)%,>\@q\!K}bE0ffpJgjް$+WJsB`AyE}\e9CLoHo=Iµv1-cHv_KɜQٛ#EkE-EܛD>Ǻlٚ{h\"a `-AĎU(71 pH仢zT*jZ#}=?FU9sh+[ԥEge&Jm[LO?mC*@=|@Lg{FL5{6tX$D5&mYô1f6>qkv{P'2buY}y身{8jsQ_~gmu7$5pMU@]/3_7|VV9qEQqJ=O0j%BxY+*+ڌdw%HHK؉p|QEU t$\LfQ}C.N/$uBwZ!pM4xUimXL| M$Z۬!rU" 9xayy~Qo !(SkRg߶ܧ$QIyp gGBcQΧk4Pj@Obc w藎U俨Y7_On%lua 5IhtDMr) };Cə3fUZO@հw\8roW| xX$o9ap-3ޘ%ȤēmE<|pwc>[Q+6Jɍm81Otq kPV*2*UC3.&߽$hq>lf(acۡ@pd;n6yr?Gh\{щO ;F}ztMK (:q~5g!*4X/ft{C4`VHƱ]2To0::LZ/-OX6*"4QڒrJX(*]п}8R$.Ksmk<ע!3G82jQ90t n^ikaTZK, {7XЬiEi@ rDUtőZZ-EuR* Ԅx<_+~Vᢣ?@s$nlՈd $7vi@e$"SW J$5v)KGnֱ"rY(ga /!rnbd-OM]c*Pv7l#+]F[h|T)Ps%5D!a AH"< f<`h0ưW!2aP j];W=~CL"Y;YsF9EKQX:02["M̐ZM"Z~(8Z #Ekl΀x捍Ukai :eE&4kM+N#w⼯ ZOp1z1m,vӦ{Mgg6P$buL΋EtFT}3N -B8T]P mKCH']@L~OD^/U>\*δ6$~0k# &Y4-. V|4d{m9T^<]Rc^zMwp2/:z'(|˧=w|?lͬPϑ kݘ*h7A߯a ce+Gt-ȷ.fsG"F=,{.& ÇS,,y\q}sݞC|+ eѽNb[ey9ÀNB`^Q&wo1@ւKݿ`L: iwn=m "^zxk4Nkr5`V7O aD Yܻ4PD[qV1J^k|3*:r^V/ߞ@8pwBdT[mvF}~݇L,uZlo=W" P>AjWCYzJ2qG-hlfʛzc"bţr&7?60sp36V%x,)Fs2 %!mԱmcS,MӢ#9UrMjL˵-l^O̔:=ܨxpqoدܯ7`^3O;;l1?D_1(dٚQ H1O)5*[9pKχ%AZs*XnyLDv|ii۩XiJC#%R~`w-"JM ETWfQa@^TIZg.R7A3A-b@Hb?{+]?sٖ =l׉'/K;1 }<_cc+PD)9E*#[J*4c5%0|K$t}D,ŮDR0:6>$\x,j,6AXRX~AM8cm4C"n{9v*YCb)ME~tmX-5k}=O#`dO =QixA,5f<ʩT.GK[5WOI* ).ɧ[ʼn™"wf?&S `Th, M&K$y>|!xmhŅO̅E3KZG΢1bNJn)]X[6҆ "Flv"w瑅a~=( ,T)Q/Cb,*tzdJq]Y!y^Ɖ%ִãba#j@Xm'ޙH.@ gYJ#*#PYΛ@8cU8q ٣8=ӓԭ1iPMu~nt7.H`WAlUs|a1]۬Qf~J}ˍCcRg:`O<q r&K#"aĦUXA' 2{19MJ cpݶLBt괻z2z7rǫam+Tvetnď}-fŵ6`5Ȭ"Dr)Ex9(46km;.hp3 p0DѤ)<9oi#v-; K͆yN{*JT*"qt,O jFl(qM X^!sǘ(WVx rDfr[ 0!F0.rѲE]wyEW5[b>JW^(͓=ieTmz?G%"A')'N`2~Za `b;: |OY^vT/jbb*GZvL&ƅ.2$@c%rdB"G3be)i[j0vWRf;Es$tMCjSC_<T jzm$ <$&;3&UxTH]h1pFudy[ G8 Mj<߭C6ܔ+"H:{'*ZN52OppTFUq5drHWhyaWdž[-R >/i#-- x)q@ g3(3_A3PRDpw(7< 1 sOY_(3kjiv+ UskۖHŞmCd^OED.'mHE?X&.:Z O0n,tU m)hZX+} 5f{0(bW^ÇB={pG>([Sv ,U(IgpǚD@M{*PjPܠiuVy"7Rnja߶Cb_Oh!VwyJ`pD^\!zyjo2܃ 9$1=_,ckՐAAk|>dxj5 LC 6G# )jWP3JHvUe~r+,Do޽|S> [N0%D<[4كlm3x'Ǭ"Y_LS a!zxH\),½.a.h(ՙlg91څ Iڬ8?z{A jAkKTlUp3oe;%&aZZ][:qjJsU|CP_%AW߉g͔$Tt ~/HChb̘ns%6϶4Zqs%ą$ԡ.،L;;@ 0OvYhf:A0<+d6HQZs$m@.J֙cnjYpC5dDTpG I gŲ·S-^y'W&%b_B54RxOpb:xr hv\:JV;ҵ*{dw W6yK0+'+\SN B"vEٹM|-Vl`W@~gz2VEnT,6HW*fk.X^iꣅ1st'a!G({PٰPRN^\)5/0Df-sPFP9hqEP;(b,3p~qmaDRq98$&V~|T5:48lg :Zj]ɎO,ygXR J(aTX4ipqRNS܅{o [/l 5:^d`$SW^Q]/Z݃bP)>6߫fޓ~?=ۜŬw-}D LePzhj H3^-³$K_6l/l`QcI^n]T>!#nF4jo2-6'[!"e2u :w6!f ML~kҨ#ŠYAE楮%&aVDw鞟7_p^Rj֣c&+`tayi }6)onͱ<|.XcL"}~E.~殲y "Ņx:"}_5Gb {C稨^]zM]\ma V`4 nO!' ¨0WUrY\ǀ$ƧBQ7i? ['SXt ƬhِI^-h' "7 D6Va. *: 1JN+%$cMv9hyd6ꂐm)Uh h  SaPoX/.ѫF=)v*e0cVs ALĨvc{.ϝxo XAݰCnjo8R:*侁v&Ѵe,KM-M,>v*)vrLOGRu.z|]*%ɃMz{aoEf_q,v6𜨮D*gƔ>skuٵx:O~9n8lIkq9&UwX#hF2P}BS}|o׍QV菍7rF,HdR0ktSi8mRv˴ 0s$dhW 8~6&ߒ2Yo0,27߬|ˮμ,"0f A9(D̵5we? iiޯKls$Lq(?ܫ+gr"(j,D(1gUg^I+!.-7m}G(IZ O{3CWKr3ds%}pF5-Sp{;@26^G V*EN ݍ͆%)KNdb0nn6 4](mn`Qӏ9\8iR}tay=lm?$`mf,Z"ƭzةfpEO֢HuUָ.w bi`yNлX| ,>@w%F+!=:ۊTŨŬNՒRdu.:1 &g+1W&tk;GWw^zN%}=Do y@mnhfPܓz6 V+ͻc*&H?<*4N ֓XiJsuNRSrrRut‰yFOK&VUJڭQrP+ oaI#D o4f4N.2\$5!U6 Tg֜4QceJK,hi(i0M/iP]%qRoƹ]L#47Lտ3n{w&Jt( aYVks8:_hvK#25F*Q:6+ڛ$+y[rXχ:8`TKx4?Hkq. 1C{[ ts)q^n8k| ЎhFOdJ G91K;y5\f-?Z""[As~^|.9ܝ&J*ou$]HrMf[P3>se[h\e+둾\F|݊EQJK+yӤx1@y%/?IK-g<[ YPidDan"'͉u-ŧ\V*4&fexxw ŴC,2V*z|@ABĥS[ETi@>m Ǩ K@Kn62x' lFA!@=i80kdT5Bna\m!yHV2Hv[T"@ZSٌvȢhsk+!؁UpSt?LʄG$mA]J nb{5^ζYg/b^tQ݊H< $~0 Hh1&7e`T o:r]r(s]')zj_@-sD+"!B̟ze]HK ^E˓lu օ3*xtç@5ѕ'Jp nA^mA]WͬK? 9MS.cָoBv&<qPzVsL9umj o웷KQ692G 0o/s NU\kH7N~ABM<ze- $G+)DX!av(tv2Xӡr~qE0yjw%v  D9wf3}B$1>TD "Skj8(lxIFQ D"PxLϓ3ApD8*z^^"1\v|}pwU14eZt"u5i$V@}o\a_nS[]e8}'_TBʒay/|b{2a6}o,[ |ud2L,imk=EXQsA$IȐVܑK. 0.%ۡd| !=Q0'H# ԕov'7Ų6O)Z jlsUUO׼1oPwe[kKE^pr;Q;@xҷb DIRLd*.21 bolKdpI ":kgץk  X$ж3ɀ~0;eftfU~^-d{l3Jk| Դ?vO 2/X~ɑ@:;7fN<~Y,Cz*srO@}u]KUOl"Bg)#G+,:Uݷ-{a5GV{앓ֳjZ|^LϛQ\6(}dm&]'BޯzX~`QG !UGؘNWjQ쫔m.'_X 4 mx@&NZǹà/6zsH~+?b#ҲB?oCAG~O0lSh7?46DȀ!*hb(})|ox8"57l%&v@Cxg5ӺQqc"EHl5GY"Ya+Gxovtj<7kyW mJ L,$qWʫ_ i&эvb m*&iY{Ā3]7 Ps߭'n˜7LήWh>jMeU*[BNKU%Hg'$xu,6W[pfv(mځqlF sk9> xCSmQ|֕wf>{=mR$uI$~aÚ`> Vz o ^EkLj^[m?3.CЉMvv@PgDM-`.:# ہ~L0-3 C p ?xET1Z* 7D$!OM- Y *j:[-v0..1չMMYpwC8sf]UASg҄'2ܺNMS$0 jSgafϹ<|nayF] wN@ƥSك3Z]-ۓ`/q[%`YxKʱ_n=?xg+Bn2kg#4/ɞ1(Xn{# 1ZG[m7\'ӅM NcL+X=W.0;J(Og][:-@. uP7+3Oa8NYIHT|J`hGC%2@׼?bѿ Lc[8zD@X;%&҉{>}nDZLz:EAEo={@J LSE aujW"Hppw82Q*Bᇐ_!x^߮Q-x=gZŽraq@ZhX,*ը8TLy>xڰav {. HaUj-w0/Ywd&Ylv5FLD Mt.y-2( J3hJF>Ѱi BR}U6բ"x\$\4|;fIn %di{{([@--)5GՎ 1 k)0L$]ew&_d0hXvx⅗LU+%pwwVp8?t~7[?/[\%qϙV0)Wl&N] WH!zS@~)_sIZj2[5GP8WԐ]nDL8-;^RV d~~8c}{B ɑT`k!nFm"K] Ydx1=92P}(&>&Ғn (:CGaS@8v 2WKB (I*c6 R;nV!@K\G#կ+qɢD #mB-@P,nxdaHAC!-~ͨηOGSvf{7M`g8@p f!)#m?N:𥺃@4ܠj"IIL 5D^ iP1~'O~R-\YNJnZ@ncyޡH tcIi~: SP+P)HYĻ]JSVZO" B{A"TRDXx| hy`\!h:ֻ5E Fرv[rŇ`3wahD\E1n7@zڂ4ןk17~1-l ݧyh`"JL6 {eQ0DJq,4L^1ش,fcRZ5 Os?w#{ծ^#9th%M d{V~HŒ\SJl/+?c_Mk5(ydj)wCOٿW׋C5a6L;om9e]&R Qcj9Q#,zWk+D&6I-^QbPn8rhsX\#+ysmUOc{adS=:#j [8)Ckb(΂\b <*LCR)7;Ƽ1^ߪF߇8$J +n^ϯ{#' B3!J[NqXyJ޺b0Z 163L>nHDiEe) y)ձ۲cPbbn4m|>V)j5;'Ƙtqz5oıQ۹k4E-&[rj8 AV(g&0Q!EBy]/m}?".xFPI}=%\ p psA$E?oI%f}= z9\SF+_[XCzӗ.nW,c b1̉`1@"^3,sׁ JY^uMɋ"=iӄn/AGE$UONqofWiVD4!tw3zrUxe[c4o^+lq53Ui=Q"/])+08.!ۼW By%K Gbo|BG%p2JjUMbAUkPKFKꃥI*W ]mފy⹹rCVmd]SB[p=GwQ.kSթ={u$g+)$