libostree-2021.6-150400.3.3.1 >  A cp9|̛hUŋB^'jn:vfh^@{RDT`.f P o@͐Ϡ idr btTjN .gp2a?mrVjIȆIaJb#xpo/h#d԰ۤ LXq%rO>`շ W'KIerIP(mB+]OS>8sNw2͡J?^*Z:}zbg16^vփ-Tљ~R\kvU5S4a47014c4e51ecf7b3f539ce47826249dd1912b75a2d079a06b80ef0e9fbef68fcef31b8e4a5e27a98a41ca92a22fd115060d131m<cp9|7+p6aAaweRP%fv=6k?xy*jp"ufcw۲C jzOCC/#If8Sȑȹj~Θ@X2̾gtT-|'4`7߅W%ok'=zoc0c>J"x@} -O$*ꊋ skfFT>#k5V&8=}o_E_8RY1zs-x Etߠ;a2C曵I:߇q{ (>pI|?ld   B 6Z`h^H4H H TH tH -H .TH/tH0H2D2lH33848;8(< 8<(19<1:@1=>?@BFGHHHI$HXlYxZ[\H]H^#bcdKePfSlUuhHv wxHxHyUz  &hClibostree2021.6150400.3.3.1Git for operating system binariesOSTree 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.czibs-arm-4 SUSE Linux Enterprise 15SUSE LLC LGPL-2.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://github.com/ostreedev/ostreelinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-remount.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-remount.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/ostree-tmpfiles.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-prepare-root.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-prepare-root.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-remount.service.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-remount.service.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ostree-prepare-root.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart ostree-prepare-root.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ostree-remount.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart ostree-remount.service ) || : fi fiFW  x `hc'C2_3zf z%5eNNw+C{` qiA큤AAA큤A큤A큤A큤AA큤cicicmcmcicickcmckcmcmcmckckckckcicicococicpacpacjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcjcicici6dc89b0b54869585bb6f8aac591a4b7dd7170eb498309ccbd576959015cd871138300ede8dcb40a00b936ef7fc2a599c2167cfe9dffed7f068b61903e1ea3a7a4beeb41cc4b3188f925a145a2c7625d509864af88ae7a9d6181c90056fe7688aba453730d930b63b108fc2fac40b62539c89099858cfa23271df5fbcf237410e2065d8ac2dc456b79fbb8743fce77d57a9592ed391d2c0b63b9e3ced1711af3c8031434802a01eb0449239da73d7d5a714098515c46912da8051289ad2db9f41a993440b22d501835fbe52ebbc441c4df882ec89f24821f72ace87e7bc6582b97889a0a938cc9c3c24286ef0c59f3302faf47a5baff36f245fc09ab215a6a4bace3b467bb7188986d5fa9076854a7dd5a5a52cbe2abf7b123a34a389db0c681ea1a29fa27d8b805c7394cac16bb17ef4223d43617c7fd39bdadf89892feb25d334d19887bf2f3d6b921e0bf7621147232cfece23c2b85a8953f7102897557b47a32a02329ea14b93621cb783553bf68c5b525b9dda290460a81bbc7bc87706cd5332d3642ab71de554fd51e9b7bc4630407ea67eb11460c45e172bcaf1096cabfa066ee4bd2991b42da146b3bf0e93c687a1d944461f44e0190064791c5ddb397ff84f8acbb47bd3862cdfb8a84cceb25c58b8747dbe590e00080c2f718faf3fb7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69cc2df8885b11d2349f6c1848373da5531bfa5a8d25bddbe84570fb45133d409686842a7ba73a23e605d31f25214191be0d1a1009b27856481d0b3fac21dd3188dd0be05482846b78bfd1e5934f181491bf703f2f4cf0f6b61ec143119d0820fb6a25b9f6a2b917e27bff9f52e74db0bdcf85307d454bf593f440100741d6f85c20143d1d620c6c2df53a1fdf6674f7255dbbd1b48187d4fc5c485d8b02d036fff2e6216dffc19856bc40defdd2c2f440a488ebba3f81402e3ca1e1eaf8d4319c0063fd227ec986792bff65f1a6b7d1df2c839e640a164dbbfdb3e5ec67e332f2e89185f4336845da7c5cf8f4cdb636810ae7bbfd895a6898ded56c061ae5e6a28a2f6b209eebc796263267ce40459b5adf13eea9c601383ca05fd83956d205020f61d428a0079229b13d04acbbc76f27f457acb0e307bdc43b7d0d4d7b0f743f209177405a5d0695bf9aba595c15725941a6e7e2e25084b4f4d998430030d871c863940908a8c52bc29262e429c531a70bd3494db25db5f83aa8eca4e01cb64e5c0770776de39052b04406fbf4a8c10863910e000ba8a26ed87bd50fcdc205f6943fe205f7885330d3f9b1869f49d92272a510ed7c3179fa3d38d09ccd6b463d2f553fc37da4a6af924277869bb17fda20562f92613a7cd70b87504ed8b9850db1fae0265d7fc9bf8ba07ec142d73790897de03ce24a42a7d4b847eb7c83a06bf72f528f22eba2971b33ada54b185ad4fcbfb15cf8eddbfe2b159771309806ab3cc449dcd0f5879f39e1ad835df1c2a488801b2e76a6ac8ace5b64bf448fa25415df8316aee9c88817e7b6683c69cf7bdcfaf1caa6c27365ac7352ca083d81942d44c8c7db1d57d2e0c39b58b38f43607dfe335f88ed57bfb8186d205df0475cf1fff90d00c0286a0cddbb9a6c37e098ba59a8f2d94393ebefaa5f54cf393e5db37b8e3920be1f5988f46877caaba3dd6c3b40144b1618ee827a99b95dcde30b7e20a29355a8f0b9ad2e1c5acc89acac4e77ac6a7fc91a4735fe89c359f4a421b732a8f5819d383fca695bc84b6fbe5d27b41195e3e2d351ec6439cc8a1e75f4f9dfbd4d1006a9be04cefc5f342f9046f3feee98c6c7897527f216b4b444713fca8afb1270e83bc7b53358b7b73723c607e0ef8f78b1d34fd309e1e3d5cbbfb9976bba3883181d7252e3c3d2f9af2b9d3eae85ec2f3ea7b0a08144847071e375cf809306c0abe6d687f335f7f08e6dd83cf37db503564aec79b04111c9237a2259d701b51e53cdd052325dbeffaf6356b407bbcd261a2e7b6772a3a6ad7145644a7fa8f74b5d5a186e93b7d4e060ab36eb876001e123137deffa42e65f748a3448e95828fa4227c354c6485b2530eca59c6d489277fd49f7a1cefb31ba4993ccc22466fbd10b7a701f867fe13921543ae1cc4fa9b9ef3257085931f53638c038fe3b204934c802ac54cf4be9a7e255dff020566be2fe7907e503cf82a49f122728bdbd2a26807c1068fa4bb1fb9d831666c879137a0bb6e0848c4ed986dd38ed864bbb34beb3ef27477614d5a0d5f37dcd5db048e492615a1c32c749ecf06579a83ad2b7e59622068648a41b71a0744d37514326893b78e84cb5e8fce9a0f22a3e15366ec48804e50eafb428a1339b47459be7e2ec4cde54683ad83be44a112fed5a842812c856985f1f8b40d31597d8ab6e1c907127cb753a4a416418e9178649b406a89b4724eb89085c206b7ff1bae1ea52b39b36cd8d5a8d5c3369420e64159a5023403ab60ab25f0eea35e2aadb503905b20da25e23bb3a983975e16c860eb87b1f694c699a81495b793c8fd47c45a364a8cc0ed414083ee2cb5caa828f96ef6e02ccec74d77ebec4adfdcf2de8b1ddbce78e68492bba3d9ae1f5d569718a9df45a749dd3fae4b24bd6cf2bf1d116a790faed1698c109a3c44bea9ae05f4a430b726b84794be878e5ca70137d6ae3152ba62e06fa3048e6fadb98f9ea9e90b6ffb2f9eb02026f293e10ef31ac7234a3f4e64462c78269a9d26ffbe19475fserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibostree-2021.6-150400.3.3.1.src.rpmlibostreelibostree(aarch-64)ostree@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/shld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libarchive.so.13()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(64bit)libfuse.so.2()(64bit)libfuse.so.2(FUSE_2.5)(64bit)libfuse.so.2(FUSE_2.6)(64bit)libfuse.so.2(FUSE_2.9)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libostree-1.so.1()(64bit)libostree-1.so.1(LIBOSTREE_2016.14)(64bit)libostree-1.so.1(LIBOSTREE_2016.3)(64bit)libostree-1.so.1(LIBOSTREE_2016.4)(64bit)libostree-1.so.1(LIBOSTREE_2016.5)(64bit)libostree-1.so.1(LIBOSTREE_2016.7)(64bit)libostree-1.so.1(LIBOSTREE_2016.8)(64bit)libostree-1.so.1(LIBOSTREE_2017.1)(64bit)libostree-1.so.1(LIBOSTREE_2017.10)(64bit)libostree-1.so.1(LIBOSTREE_2017.12)(64bit)libostree-1.so.1(LIBOSTREE_2017.13)(64bit)libostree-1.so.1(LIBOSTREE_2017.15)(64bit)libostree-1.so.1(LIBOSTREE_2017.4)(64bit)libostree-1.so.1(LIBOSTREE_2017.6)(64bit)libostree-1.so.1(LIBOSTREE_2017.7)(64bit)libostree-1.so.1(LIBOSTREE_2018.2)(64bit)libostree-1.so.1(LIBOSTREE_2018.3)(64bit)libostree-1.so.1(LIBOSTREE_2018.5)(64bit)libostree-1.so.1(LIBOSTREE_2018.6)(64bit)libostree-1.so.1(LIBOSTREE_2019.3)(64bit)libostree-1.so.1(LIBOSTREE_2019.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.1)(64bit)libostree-1.so.1(LIBOSTREE_2020.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.7)(64bit)libostree-1.so.1(LIBOSTREE_2020.8)(64bit)libostree-1.so.1(LIBOSTREE_2021.1)(64bit)libostree-1.so.1(LIBOSTREE_2021.4)(64bit)libostree-1.so.1(LIBOSTREE_2021.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsoup-2.4.so.1()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c @aA@_إ@_^@^^^@\O\N[@[[[6@Z@Za@ZZxG@Z:PZ:PZ:PYdYyY?@Yp@YTYC@XX @X @X}@X@X[@X=mX@XWW@WίW]@WrfWq@W3W@W VZVZU@U%@T@mgorse@suse.combjorn.lie@gmail.commliska@suse.czdimstar@opensuse.orgdimstar@opensuse.orgalarrosa@suse.comalarrosa@suse.commliska@suse.czbjorn.lie@gmail.comalarrosa@suse.combjorn.lie@gmail.combjorn.lie@gmail.comluc14n0@linuxmail.orgopensuse-packaging@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgjengelh@inai.dedimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgopensuse-packaging@opensuse.orgzaitor@opensuse.orgdmacvicar@suse.defcrozat@suse.comfcrozat@suse.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.org- Add libostree-CVE-2014-9862.patch: fix arbitrary write on heap (boo#1201770 CVE-2014-9862).- Update to version 2021.6: + Most of the fixes are related to warnings highlighted by gcc - fanalyzer static source analysis. + Performance of pruning logic has been improved, avoiding unnecessary trips through redundant serialization. + A regression has been fixed so that ostree is properly behaving again when used from the initramfs, at a point where /sysroot may not be mounted yet. + A race condition related to sysroot.readonly has been addressed by directly setting up sysroot readonly in initramfs. - Changes from version 2020.8 to 2021.5 please see upstreams list https://github.com/ostreedev/ostree/releases - Switch to obs_scm from tar_scm, and use obscpio instead of generated tarball. Also stop autogeneration of .changes, upstream now have proper release notes that should be used. - Use ldconfig_scriptlets macro for post(un) handling for shared library, modernize spec.- Enable LTO (boo#1133120) as it works now.- Update to version 2020.8: + This release mostly contains scalability improvements and bugfixes. + Caching-related HTTP headers are now supported on summaries and signatures, so that they do not have to be re-downloaded if not changed in the meanwhile. + Summaries and delta have been reworked to allow more fine-grained fetching. + Finally, this fixes several bugs related to atomic variables, HTTP timeouts, and 32-bit architectures. - Changes from version 2020.7: + Static deltas can now be signed to more easily support offline verification. + There's now support for multiple initramfs images; the idea here is that one can have a "main" initramfs image and a secondary one which represents local configuration. + The documentation is now moved to https://ostreedev.github.io/ostree/ + Lot of preparatory cleanups to the pull code landed for upcoming work on indexing deltas outside of the summary. + On the bugfix side, the biggest one is a fix for an assertion failure when upgrading from systems before ostree supported devicetree. + Also notable is that ostree no longer hardlinks zero sized files to avoid hitting filesystem maximum link counts. - Changes from version 2020.6: + One notable feature: ostree now supports / and /boot being on the same filesystem. + Other than that it's mostly bugfixes; there is one quite important one for anyone using the readonly=true for /sysroot (which is still just Fedora CoreOS I suspect). + There's some improvements to the GObject Introspection metadata, some (cosmetic) static analyzer fixes, a fix for the immutable bit on s390x, dropping a deprecated bit in the systemd unit file, etc. - Changes from version 2020.5: + This release primarily fixes a regression in 2020.4 where the "readonly sysroot" changes incorrectly left the sysroot read-only on systems that started out with a read-only / (most of them, e.g. Fedora Silverblue/IoT at least). + There's some additions to the pull API to aid flatpak. + There were a few fixes to the man pages, and ostree show now displays the parent commit. + The default dracut config now enables reproducibility. + On the "feature" side, there is a new ostree admin unlock - -transient. We expect this to be a foundation for further support for "live" updates. - Changes from version 2020.4: + By far the biggest change in this release is new ed25519 signing support, powered by libsodium. + stree commit gained a new --base argument, which significantly simplifies constructing "derived" commits, particularly for systems using SELinux. + Handling of the read-only sysroot was reimplemented to run in the initramfs and be more reliable. Enabling the readonly=true flag in the repo config is recommended. + Several bugs were fixed in locking for the temporary "staging" directories OSTree creates, particularly on NFS. + lib: Coerce flags enums to GIR bitfields changed some values to be (correctly) flags - this may show up as incompatible for GObject Introspection consumers (but not C). + A new timestamp-check-from-rev option was added for pulls, which makes downgrade protection more reliable and will be used by Fedora CoreOS. + Several fixes and enhancements were made for "collection" pulls including a new --mirror option. + The ostree commit command learned a new --mode-ro-executables which enforces W^R semantics on all executables. + A new commit metadata key (OSTREE_COMMIT_META_KEY_ARCHITECTURE) was added to help standardize the architecture of the OSTree commit. This could be used on the client side for example to sanity-check that the commit matches the architecture of the machine before deploying.- Stop invalid usage of %_libexecdir: + Use %{_prefix}/lib where appropriate. + Use _systemdgeneratordir for the systemd-generators. + Define _dracutmodulesdir based on dracut.pc. Add BuildRequires(dracut) for this to work.- Update to version 2020.3: * A quick followup to 2020.2, which introduced support for read-only sysroot ended up breaking some of the Fedora CoreOS tests in coreos-assembler which in turn holds back ostree going into FCOS * Now that gap has been closed and more of those tests are being run on the new CI. - Update to version 2020.2: * lib: Fix Since versions for 2020.1 * Post-release version bump * "Brown paper bag" release that actually sets the is_release_build=yes flag and also fixes the Since: on a few new functions. - Update to version 2020.1: * There is now support for making the /sysroot mount point read-only to start. This protects against a lot of accidental damage, and also generalizes and improves the previous special case handling of having /boot read-only. One known issue is that ostree pull is broken with this enabled, and this will be fixed. * Error-handling around GPG verification has had an overhaul. Specifically, libostree now has more specific error codes to distinguish between different verification failures. This should allow apps to have more fine-grained control over how to respond to errors. Do note that the error messages themselves have changed, and we strongly suggest that anyone relying on a specific error message string to migrate to using the API directly. * The original "archive" (split up objects) format didn't make it easy for a client system to know how much data it would be downloading. Later, static deltas were added which addressed this problem, but there are situations in which object fetches still occur. Later then support for optional sizes metadata in commit objects was added but was never really stabilized/publicized. There were also some bugs in it. That is now completed - the sizes data is now stable. and new API was added to read it. * This release adds initial fs-verity support; it doesn't do too much today. Bigger picture it's important to understand that the vision of OSTree is to enable Linux systems that feel like they're "image based" (transactional, versioned updates, no dependency resolution client side), but also to enable things like doing commits on the client side. Today rpm-ostree supports replacing the kernel client side as a first class operation. This is crucially important to make it feel truly like a Linux system that you own. * A small tweak was made to have OSTree create repo structure directories and files (such as objects/ or .lock) with group write permissions. This is useful for managing OSTree remote servers from multiple UIDs. For systems with the default umask of 0022, this should have no effect. * We've extensively reworked CI for the upstream repo. In addition to Travis, testing is now done on top of Fedora CoreOS. Not all tests have been carried over, but expect to see more coming. This rework will also allow us to have more comprehensive tests previously not possible. * Several fixes were made to the test suite to handle the cases of systemd vs no-systemd, and systemd is now advertised in the list of features in ostree --version if present.- Update to version 2019.6: * Nothing major in this release, but there is some bigger stuff outstanding and ready to merge, so this version was released so that work will have time to stabilize. * A few build/CI fixes. A new progress API which will be used by flatpak (and can be used by others). Finally, we also avoid reordering kernel arguments. - Update to version 2019.5: * We discovered that CLang has a static analyzer scan-build; it found some small memory leaks so far, otherwise mostly noise, but we haven't dug through all the errors yet. * Gained a new zipl (s390x bootloader) backend * Install the .hmac files needed for FIPS mode in /boot too * This is also the first release where we switched to using the OpenShift Prow as a merge bot, though a lot more CI work is pending. - Update to version 2019.4: * This is mostly a bugfix release. Notably, the 2019.3 release caused some issues related to the gpg-agent code spewing messages on the terminal. Additionally, Fedora 31 users have hit upon issues with ostree-finalize-staged.service running too late to be able to write back its logs to the journal. This then confused rpm-ostree after reboot, because it looks at the previous boot's journal for this message. * The biggest feature-ish change is support for a partial commit "reason" so that after ostree fsck --delete was used, subsequent ostree fsck will continue to report an error. This should be used by higher level tools that want to do "fsck and repair". It's likely at some point that "fsck and repair" logic will move down into the libostree core as well. * There are ongoing efforts to port Fedora CoreOS to s390x: one fix landed here to add the deployment prefix to BLS entries since it's what the zipl bootloader expected. - Update to version 2019.3: * A lot of changes since the last release. On the feature side, probably the biggest is we've made public the internal API for kernel arguments, which rpm-ostree now uses. * Other things include a new --modern switch for init-fs, better support in pull for downgrade protection, better use of mmap, support for committing archives (tarballs) from stdin, etc. * Finally, libostree now supports being built without GPG, which is an important preparatory piece for introducing an alternative signature system. - Update to version 2019.2: + It's been some time since the last release, so this is a slightly larger one! There's lots of new features, and a few bug fixes. + New features: * A new sysroot.bootloader key was added to be more explicit about which bootloader OSTree should use. Notably a none value is supported, in which OSTree is solely responsible for writing the BLS entries. This can then be used by bootloaders like GRUB2, which now supports BLS natively. * ostree config now supports the unset command to unset a key from the OSTree repo config * ostree remote add now supports the --force flag to replace a remote of the same name if it exists * ostree-prepare-root now logs a structured journal message after finding the deployment to which to pivot. This can be used by higher-level apps like RPM-OSTree to build a history of the deployments the machine was booted into. * The staging API now supports a lockfile which prevents finalization at shutdown. This is intended to be used in systems that need more fine-tuned control between staging a deployment, and setting it as the default deployment on reboot. * ostree static-delta show now prints the From and To commits for which the delta was generated + Bug fixes: * Make looking up collection-refs similar to how regular refs are looked up, i.e. first in the transaction, then in the current repo, and then in the parent repo * Don't include the OSTree commit version number twice in the boot menu title. This affected at least Fedora-based systems composed with RPM-OSTree's mutate-os-release. * Activate ostree-finalize-staged earlier; this should hopefully make deployment finalization more reliable by running it later in the shutdown sequence, when less services are running * Run grub2-mkconfig on the filesystem tree of the pending deployment, rather than the previously deployed tree. This was a corner case where the deployment failed if a previous deployment did not exist, on systems where grub.cfg is used.- Disable LTO (boo#1133120).- Update to version 2019.1: + This is the first libostree release of 2019; no big changes, just a collection of smaller features and bugfixes. + On the features side, a good example is: lib/repo: Search a list of paths in gpgkeypath for gpg keys. + Another feature is grub2: add support for devicetree. + lib/kargs: allow empty-list arguments i.e it ensures libostree supports "empty list" kernel arguments. + There's also some ongoing work to have libostree be a "backend" for OCI/Docker container storage; checkout: honor opaque checkouts. + If built with --disable-http2, allow enabling via http2=1 will allow people to more easily play with HTTP2 if it's disabled by default.- Update to version 2018.9: + New features: * Allow disabling pulling from LAN/USB/Internet * lib/repo: Add an API to get min-free-space-* reserved bytes * OstreeMutableTree: add _remove method * repo: Add a checkout option to not hardlink zero-sized files + Bugfixes (apart from regular memory leaks fixes): * finalize-staged: Bump timeout to 5 minutes * deploy: Fix removing /var/.updated with separate /var mount * src/ostree: Don't delete refs having aliases + One notable change in this release is the initrd service ostree-prepare-root.service now runs earlier in the boot process. This shouldn't actually affect OSes, unless there's extended logic in the initrd that integrates tightly with OSTree. + Another systemd related change is the introduction of a path unit: ostree-finalize-staged.path. This allows the service of the same name to be path activated instead of explicitly started at deployment staging time. This release however does not yet rely on this mechanism to give time for packagers and integrators to adapt to the new unit (e.g. by enabling it in the systemd presets). A future release will require this. Note that deployment staging is still not the default for libostree, although at least rpm-ostree now unconditionally uses staging, and while it generally worked well, we hit issues with people using slower hard drives, hence the increase in timeout in PR #1755 . + Another change to call out is: lib/commit: Don't chown objects to repo target owner. We previously had incomplete support for a process running as uid 0 writing to a repository owned by a non-zero uid, but it was never finished. This will likely be revisited at a later time.- Update to version 2018.8: + This release is pretty much all minor bugfixes: memory leaks, fixing error messages and docs, handling a race condition on pull with summary updates. There's one new feature (noted below), and we also gained a new contributing tutorial: https://mail.gnome.org/archives/ostree-list/2018-August/msg00005.html + The one bugfix I want to call out explicitly is: ostree-remount.service: RemainAfterExit=yes (gh#ostreedev/ostree#1697). It's surprising it took us so long to find and fix this; I've seen occasional boot failures that I believe trace down to this problem. The behavior of systemd units of Type=simple without RemainAfterExit=yes set is rather nonsensical; I may try to push to have a warning emitted upstream if such a unit is a dependency of another. + And the one new feature is the auto-update-summary config option for repositories. For more information, see the docs and gh#ostreedev/ostree#1681. - Rebase ostree-grub2-location.patch with quilt. - Drop libostree-fix-wformat-warnings-on-i586.patch: Fixed upstream.- Update to version 2018.7: + There's no one major feature in this release, but we have a variety of improvements and bugfixes.- Update to version 2018.6: + lib/repo: Do free space math under lock in error path. + lib/archive: Tell g-ir-scanner to ignore the private libarchive bits. + deploy: Delete .updated file from /etc and /var on new deployments. + switchroot: Allow letting ostree-prepare-root mount /var. + lib/repo-pull: - Support retries for delta superblocks; - Support queuing delta superblock requests; - Add some missing assertions for progress statistics; - Support retrying requests on transient network errors. + ostree/trivial-httpd: Add --random-408s command line option. + fsck: Add --all to print all corrupted object. + bash-completion: Don't add a space after files and directories. + u-boot: add support for devicetree. - Changes from version 2018.5: + lib/sysroot: Add OSTREE_EX_STAGE_DEPLOYMENTS environment variable. + docs: Add "Hello World" example. + lib/deploy: - Do post-ops when removing staged commit; - Also compare deployment csum versions. + repo: Add checksum to error message opening unreadable object + deploy: - Don't prune repo at finalization time by default; - Return staged deployment; - Silently do nothing if passed same set of deployments. + man: Add man page for create-usb. + fsck: Mark commits with missing or deleted object partial. + Add concept of "staged" deployment. + bin: Hide `admin instutil` command. + pull: Don't save summary to cache before validating signatures. + lib/repo-pull: - Improve error message when no summary is found; - Rename a variable for clarity. - Add libostree-fix-wformat-warnings-on-i586.patch to fix 32-bit arch building failure.- Update to version 2018.4: + A quick turnaround after 2018.3 to include one main PR: gh#ostreedev/ostree#1508. + "switchroot: Ensure /run/ostree-booted is created even without initramfs". + This fixes ostree when booting without an initramfs. Thanks to @akiernan for the bug report and helping review the fix! I'm working on enhancing the test suite, which will help in adding some coverage here. - Changes from version 2018.3: + Keeping up with our ~monthly cadence. A variety of contributors here again, it's great to see! There's two notable features, and a variety of non-critical bugfixes. + On the features side we have: - sysroot: Add concept of deployment "pinning". - ostree: introduce PAYLOAD_LINK object type. - lib/fetcher: Allow clients to append to User-Agent. + By default libostree prunes older deployments; the pinning feature allows you to explicitly retain them until unpinned. This is useful for major version updates. + The PAYLOAD_LINK functionality allows libostree to do content-based deduplication. Previously, if e.g. a file changes in metadata (mode, owner, xattrs such as SELinux labels), we can't make a plain Unix hardlink, and hence by default end up with a new copy on disk. However, the Linux kernel has standardized "reflinks" and some filesystems support them, including modern versions of XFS. When reflinks are available, this functionality causes libostree to compute a content-only payload, and when importing an object, if it matches in content with an existing object, to use reflinks to deduplicate, while using different inodes. + Finally, the HTTP User-Agent API is intended for higher level tools linking to libostree where one wants to expose the app version as well. + Beyond that, as mentioned above we have a variety of non-critical fixes such as memory leaks, test suite improvements, correctly printing the "would be pruned" size when using prune --no-prune, etc. - Changes from version 2018.2: + We're keeping up with the approximately-monthly release cycle. There's mostly a collection of smaller fixes here, with some enhancements. I'm biased but my personal favorite is gh#ostreedev/ostree#1438 since it makes the output of findmnt rather significantly nicer on this workstation where I have container tooling creating sub-mounts in /var that are no longer replicated in /sysroot. + For the embedded space, gh#ostreedev/ostree#1411 for devicetree support is likely interesting, and is related to a discussion on the mailing list: https://mail.gnome.org/archives/ostree-list/2018-February/msg00001.html + Jonathan's PR gh#ostreedev/ostree#1441 to add callback filtering to checkout was necessary for us to re-implement some hairy logic from librpm around "file coloring"; see projectatomic/rpm-ostree#1227 We're getting quite far along now in having rpm-ostree be a truly hybrid system, supporting the existing RPM ecosystem. + Marcus definitely wins the "lines changed" count this cycle by adding SPDX-License-Identifier to all of the C source files (gh#ostreedev/ostree#1439). This happened because we relicensed the documentation to dual CC BY-SA and GFDL in gh#ostreedev/ostree#1432 to enable a Wikipedia page which I just noticed exists now!- Drop pkgconfig(libgsystem) BuildRequires: this is no longer needed.- Modernize spec-file by calling spec-cleaner- Update to version 2018.1: + Support for booting without initramfs. + bash/ostree: add missing --add-metadata option. + bin/commit: add --keep-metadata option. + bin/commit: move parent checking code higher up. + bin: Fix cookie builtin build with curl but no soup. + build-sys: Allow building with curl, but without libsoup. + build-sys: Link with -ldl for rust build. + deploy: add --karg-none argument. + find-remotes: Add --finders option. + grub2: Exit gracefully if there's no system ostree repository. + lib/checkout: Validate pathnames during checkout. + lib/fetcher: Add version to USER_AGENT string. + lib/pull: allways include ostree-repo-pull-private.h. + lib: Validate metadata structure more consistently during pull. + ostree-prepare-root: enabler for simpler kernel arg. + rofiles: Add --copyup option. + rofiles: Fix --copyup when creating a new file.- Update to version 2017.15: + The headlining feature in this release is support for repository locking, contributed by Dan Nicholson. Currently it is disabled by default; add locking=true in a repository configuration file to enable. This feature should be considered as "tech preview"; it's highly likely we'll stabilize it in its current form, but it's possible something will change. Currently the locking only protects commit + prune; there is a large pending PR to extend locking to many more APIs and commands. + Several new APIs were added; for example libostree now has a convenient API to break a hardlink, which happens in e.g. rpm-ostree in several places such as handling the RPM database. + Also, multithreading support in the commit APIs was cleaned up and clarified. It's now possible to call transaction_set_ref() from multiple threads, which rpm-ostree uses now to import RPMs to OSTree in parallel. + We're tracking an issue with http2+libcurl and it looks like there are a number of issues still floating around HTTP2+libcurl (some are server bugs), that we added support at both build and runtime to disable http2. + The fsck command learned how to verify ref bindings, and relatedly, the commit command gained a --unbound option to skip creating ref bindings.- Update to version 2017.14: + This release is almost entirely bugfixes. One notable fix is a read-after-free when libcurl is finalizing that some people have hit. + There are a number of improvements around the ${repo}/tmp directory and the per-transaction staging directory in preparation for adding locking in a future release. This release should already help avoid several failures when doing concurrent commits; the aim of the locking work will support concurrent prunes and commits.- Update to version 2017.13: + A lot of across-the-board improvements here; the pure bugfixes are mostly in the experimental Avahi bits, hardening the FIFREEZE on /boot code, explicit errors when trying to commit non-UTF8 filenames, and finally a number of fixes around our use of mmap. + One slight backwards-incompatible change (but I doubt it'll break anyone): Disallow refs starting with a non-letter or digit If this does affect you, please let us know ASAP. + For improvements, first up, Alex changed the static delta code to avoid holding everything in memory; this is a substantial improvement for large deltas, and also for flatpak which uses deltas as a "bundle" format. + A few notable changes: - commit: Add _CONSUME modifier flag. You probably want to use this by default for your build/package systems. - core: Add standard SOURCE_TITLE metadata key. This one I think is conceptually quite interesting; for many people, their ostree commits are derived from something else that has its own versioning, and it's useful to show that explicitly. I encourage ostree-based build systems to consider rendering human-readable information about your builds into this standardized metadata key. - On the command line side: cleaning up the --help output significantly.- Update to version 2017.12: + Quite a lot in this release. First, on the notable bugfix side, we fixed an issue where background threads could remain alive after an error was encountered during pulls. Particularly for projects like flatpak that do multiple pulls in process, this is an important fix. + Another important change related to pulls is that libostree now performs checksums when mirroring again. The intent here was to speed up mirroring, but it led to a confusing security story. Now it's easier to explain: for HTTP pulls we verify checksums (and this can be disabled), for local filesystem pulls we don't, (but it can be enabled). We've always verified checksums by default when pulling from an archive repository into a non-archive. + Anton Gerasimov contributed a change to the libcurl backend to support PKCS#11 URIs, useful for storing certificates in a hardware or software enclave. + The schema for the experimental OstreeRepoFinderMount API to find OSTree repos on removable media has changed incompatibly, so that the media doesn’t need to contain two similar lists of refs. It will now look in .ostree/repos.d, .ostree/repo, ostree/repo and var/lib/flatpak paths on removable media. + Similarly, the experimental ostree_repo_resolve_keyring_for_collection() API has changed to return an OstreeRemote containing the keyring, rather than just the keyring, making it more generally useful. + The bloom filter used when finding refs from remote peers has been fixed to work correctly on 32-bit architectures (such as ARM). This doesn’t change the bloom filter format, but will require bloom filters created on 32-bit architectures to be regenerated in order for advertisements from those machines to work. + Repositories which have a collection ID set will now put their repository metadata in an ostree-metadata ref when ostree summary --update is run, in addition to putting it in the summary file. This is part of a plan to securely allow unsigned summary files for peer-to-peer pulling of refs. This won’t happen for repositories which don’t have a collection ID set, or if --enable-experimental-api is not configured. + A new ostree create-usb command has been added (if configured with --enable-experimental-api) which can be used to put refs from repositories onto removable media in a format which can be detected by OstreeRepoFinderMount. For example, to allow easy sharing of flatpaks or OS updates between offline machines. + OstreeRepo has gained hash() and equal() methods, so it can now easily be used in a hash table based on its device number and inode, rather than using its path. + A minor bug was fixed in rofiles-fuse, which would cause files to be created with random mode bits if called for O_RDONLY. + For clients that use OstreeRepoDevInoCache, a bug was fixed which caused libostree to ignore callbacks that allow modifying file modes, ownership, and extended attributes. + libostree now supports --with-crypto=gnutls. Like the OpenSSL support, this is currently just checksums, but we are driving this towards making the GPG dependency optional and supporting other signature methods. + In previous releases, libostree learned how to make hardlinks for local pulls. But if we couldn't hardlink (e.g. the devices were separate), the local pull code went through a much slower generic path that included re-checksumming objects. Now there's a copy/reflink fast path that uses FICLONE/copy_file_range() directly if possible. This can be substantially faster. + ostree prune learned a new --only-branch option. This can be a lot more convenient for release engineering tasks. + As usual, more work was done to improve the testsuite. It should now be able to better detect tmpfs/overlayfs environments. The upstream CI now also runs tests in a non-overlayfs environment for better coverage. - Changes from version 2017.11: + This release has a few new features, some UX improvements for the command line, and a variety of bugfixes. + The project is now more canonically called "libostree", though "OSTree" and "ostree" are also fine. + The most important bugfix for anyone using rofiles-fuse (typically build systems, rpm-ostree also uses it) is: - rofiles-fuse: Fix lchown() and hardlink verification for symlinks. + On the features side, we've added a few new APIs to the libarchive importing and checkout path that will be used by rpm-ostree. This should be of interest to anyone using libostree for build systems or underlying a hybrid image/package system like rpm-ostree. + Also on the host system side, there is a new (canonical) place for build systems to put the kernel/initramfs: /usr/lib/modules/$kver. + Make all of the deployments show up in the uboot configuration, to help enable automatic fallback if a new OS fails to boot. + Lots of style cleanups, some "error prefixing" work to ensure we produce understandable errors in more situations, and one other notable cleanup: add a tmpfiles.d snippet to clean up /var/tmp/ostree-ovl.XXX. This should be nice for anyone who uses ostree admin unlock frequently. + Improve the management of configuration for remotes. + Lots of cleanup in the command line parsing and fixes for - -help, and also helped with the new --selinux-label option for ostree commit. + Fix the handling of GPG keys that have subkeys. + Fix the build system and tests.- Update to version 2017.10: + In this release Coverity scans were set up , and fixed all of the problems it found. None of the issues were critical; the only off-by-one array indexing for example was in a test case. + Add bash completion. + Documentation fixes. + There are a number of smaller features: - lib/repo: Add API to create and list ref aliases. - repo: Introduce ostree_repo_open_at() and ostree_repo_create_at() is a notable new API, and finally completes our fd-relative porting for OstreeRepo. The semantics of these functions are nicer; it's now more convenient to unconditionally call ostree_repo_create_at() for example to ensure a repository exists, returning the opened result. + lib/sysroot: Add journal-msg signal is a nice cleanup in that we finally stopped doing printf() in the library code for OstreeSysroot. If you maintain a client, you should start listening for this signal, like the demo command line does (if you want the text of course). + In the "important bugfixes" category, pull: mark commits from local cache as partial fixes up the --localcache-repos logic. + Also a number of bugfixes contributed for the collections logic as well as cases of trying to download a missing summary file.- Update to version 2017.9: + A notable new feature in this release is that the pull machinery now interprets two new metadata keys: ostree.ref-binding and ostree.collection-binding. This allows closing a longstanding class of "sidegrade" attacks that Florian Weimer identified when performing a security audit of libostree years ago (bgo#724873). There was a more recent discussion on this topic on the list: https://mail.gnome.org/archives/ostree-list/2017-May/msg00013.html + For the ostree-as-host case, this only matters if you offer multiple refs. For flatpak, it's more important as a MITM attacker could actually switch applications; that's why flatpak implemented this a while ago as xa.ref. + I'll note here that it's recommended for content providers to make use of ostree's support for tls-ca-path to implement TLS CA pinning, which protects all metadata and content in a strong fashion; in this scenario the GPG signatures act as a secondary layer of defense and make offline verification easier (for e.g. mirroring). + Otherwise, there's some performance enhancements for local pulls, and a variety of bugfixes.- Update to version 2017.8: + This is a quicker release closely following 2017.7, but it still includes a number of changes. First, a lot of work is landing from Philip/Krzesimir for doing "collections" and pulling content from Avahi/USB drives etc. That work is still underneath --enable-experimental-api, but look for more from that soon! + Other notable user-visible features from this cycle are: - lib/repo: Add min-free-space-percent option, default 3%. - Add "pull --localcache-repo". + An important bugfix for bare-user repo mode owners is: lib/commit: Ensure bare-user objects are always user-readable. + Besides that we have a lot of code cleanup, CI work, etc.- Update to version 2017.7: + The most notable thing for this release is that for flatpak users/distributors, this release adds a lot of (opt-in) hardening against setuid or world-writable files. These issues are also (to a lesser degree) applicable to ostree-based build systems which use the bare-user repository mode. A pending flatpak version will require this version of libostree. + For ostree-as-host, we fixed a major regression in SELinux labeling for /etc (only applies to SELinux-using host systems). + Known issue: test-symbols.sh will fail when building from the tarball (as opposed to a git clone). + Besides that, there's various smaller cleanups and fixes. It's great to see contributors from a variety of organizations; having libostree be a shared infrastructure layer across distributions is a longstanding vision.- Update to version 2017.6: + One of the most notable changes in this release is that we switched to using a systemd generator for handling /var, which means admins can now set it up as an explicit mount point. We feel pretty confident in the code, but do test your specific setup. One note in particular; the new model (obviously) requires systemd, and while we tried to preserve the non-systemd path, it wasn't explicitly tested. + The work to port to a new code style continues rapidly; at this point most of the library is converted, with just the command line remaining. I think the new style is a lot more readable now that we rely fully on __attribute__((cleanup)). + Enhance the OstreeAsyncProgress reporting API, which I think is going to be quite useful for user interface frontends (like GNOME Software). + There's a smattering of smaller bugfixes; minor memory leaks, double close() and the like. In this cycle we also beefed up our CI/testing more - we now test both Fedora Atomic Host and flatpak more explicitly. Contributions to extend the suite to other distributions would be appreciated; for example, tests for ostree-as-host on Debian. Our Travis-executed tests should be extensible. + Fix some of the test suite for installed tests, and also introspection fixes for language bindings. + Another feature that involved a lot of internal changes is our handling for /etc on SELinux-based systems. We now label files as we go rather than having a more fragile separate relabeling path. This is also exposed as an API, which is used by rpm-ostree now. I think this particular change highlights the strength of "libostree" as an API that can be reused by higher level systems. - Changes from version 2017.5: + This is a bugfix release for 2017.4 to fix a regression that broke flatpak. - Changes from version 2017.4: + A notable new feature in this release is a fourth repository mode: "bare-user-only". This is very similar to bare-user, but canonicalizes permissions and ignores xattrs. The intended use of this is for "non-OS" container tools such as flatpak, where one intentionally discards the traditional file ownership. (I'm calling this container case "non-OS" to distinguish from other container tools where one might want to "log in" via PAM and supporting distinct UIDs inside a single container is valuable) + We have a few new APIs, such as ostree_check_version() which is important when making use of some of the "API extensions" we have using GVariant on e.g. ostree_repo_pull_with_options(). + The diff is a bit larger due to us switching to a new code style. + Another quite important change is that ostree trivial-httpd is disabled by default. With a libcurl build, this is the last part that links to libsoup. It's only needed for unit tests, so can be subpackaged or discarded. (We're doing the latter for Fedora). + Speaking of curl, we now support --with-openssl which enables using OpenSSL's libcrypto for SHA256. This can be notably faster. You likely want this if e.g. libcurl is already linked to OpenSSL for you. I'm increasingly confident in the curl code, and should be ready to recommend using it by default in the next release or two.- Update to version 2017.3: + contrib/golang: rm directory. + deltas: Don't put unreadable *from* objects in fallback. + delta-show: Don't dump whole superblock, do show fallback checksums. + repo: Fix static delta progress display. + pull: Explicitly error out if metadata objects are fallbacks. + pull: Fold together deltapart+fallback count for display. + ci: Install PyYAML. + lib: Ensure an error is set in ensure_unlinked() if errno != ENOENT. + libtest: Re-enable quiet mode for building fs tree. + README.md: Add more/clean up links to consuming projects. + libglnx: Re-bump to master due to accidental reversion. + ci: Hard error on all -fsanitize=undefined warnings. + build: Add --with-smack, use it to reset contexts for writing objects. + main: Make ostree --version output YAML (and add gitrev). + deploy: Correctly use libmount unref() calls rather than free(). + man/repo-config: Document mirrorlist. + tree-wide: Squash noncritical compiler warnings. + deploy/libmount: Fix build with old util-linux 2.23 (CentOS7). + fetcher: Log failures into journal. + upgrade: Add support for --pull-only and --deploy-only. + grub2: Use g_spawn_sync() rather than GSubprocess to avoid SIGCHLD. + deltas: Expose the filename parameter. + pull: don't use static deltas if archive repo. + libglnx: bump for -Wmaybe-uninitialized fix. + grub2: Use "linux16" only on x86/x86_64. + pull: Use all available commits for delta sources. + build: Fix disabling --enable-man if xsltproc is not available. + fetcher/curl: Fix leaks caught by ASAN. + libostree: Allow compression level to be set for archive-z2 stream. + Allow and start using C99 declaration-after-statement. + repo/checkout: Verify early if src/destination are on same device. + checkout: Support a "pure addition" mode. + repo/checkout: fix 32-bit builds. + repo-pull: add option to set the async update frequency. + ostree: allow setting update frequency from command line. + repo/checkout: Convert a few functions to new "stmt-decl/FALSE" style.- Update License: this should be LGPL-2.1+, not GPL-2.0+.- RPM group changes- Update to version 2017.2: + libostree: Don't distribute generated enumtypes in tarballs. + lib: Adjust comments in symbols section for last release. + lib: Prefix GPG errors with the checksum. + lib: Move the bupsplit selftest into our test framework. + Rename to libOSTree. + oxidation: Add implementation of bupsplit in Rust. + trusted.gpg.d: keep in the same location. + lib: Add ostree_repo_reload_config(). + rust: Support `make dist` -> 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./bin/sh/bin/sh/bin/sh/bin/shostreeibs-arm-4 1661935482  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ2021.6-150400.3.3.12021.6-150400.3.3.12021.62021.6  dracut.conf.dostree.confostreerofiles-fuse98ostreemodule-setup.shlibostreeostree-trivial-httpdostreeostree-prepare-rootostree-remountostree-system-generatorostree-finalize-staged.pathostree-finalize-staged.serviceostree-prepare-root.serviceostree-remount.servicetmpfiles.dostree-tmpfiles.confrcostree-prepare-rootrcostree-remountostreelibostreeREADME.mdlibostreeCOPYINGostree-admin-cleanup.1.gzostree-admin-config-diff.1.gzostree-admin-deploy.1.gzostree-admin-init-fs.1.gzostree-admin-instutil.1.gzostree-admin-os-init.1.gzostree-admin-pin.1.gzostree-admin-set-origin.1.gzostree-admin-status.1.gzostree-admin-switch.1.gzostree-admin-undeploy.1.gzostree-admin-unlock.1.gzostree-admin-upgrade.1.gzostree-admin.1.gzostree-cat.1.gzostree-checkout.1.gzostree-checksum.1.gzostree-commit.1.gzostree-config.1.gzostree-create-usb.1.gzostree-diff.1.gzostree-export.1.gzostree-find-remotes.1.gzostree-fsck.1.gzostree-gpg-sign.1.gzostree-init.1.gzostree-log.1.gzostree-ls.1.gzostree-prune.1.gzostree-pull-local.1.gzostree-pull.1.gzostree-refs.1.gzostree-remote.1.gzostree-reset.1.gzostree-rev-parse.1.gzostree-show.1.gzostree-sign.1.gzostree-static-delta.1.gzostree-summary.1.gzostree-trivial-httpd.1.gzostree.1.gzrofiles-fuse.1.gzostree.repo-config.5.gzostree.repo.5.gzostreetrusted.gpg.dREADME-gpg/etc//etc/dracut.conf.d//usr/bin//usr/lib/dracut/modules.d//usr/lib/dracut/modules.d/98ostree//usr/lib//usr/lib/libostree//usr/lib//usr/lib/ostree//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/bash-completion/completions//usr/share/doc/packages//usr/share/doc/packages/libostree//usr/share/licenses//usr/share/licenses/libostree//usr/share/man/man1//usr/share/man/man5//usr/share//usr/share/ostree//usr/share/ostree/trusted.gpg.d/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:25662/SUSE_SLE-15-SP4_Update/a8af3b86f6db2cca5b0156ebe45cf7aa-libostree.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-suse-linux  directoryASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=382973aba28d367c2fcdf6144d379c10b4804b42, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=218314bffe0fa71a94ee507253c5f9bcde1ab2c7, for GNU/Linux 3.7.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3526f60a3877c57f8a4c34826fc6ec9bae8a1a76, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=91321c0db69c95a6e25742f9f0e03419e417fc42, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=006e3eaa8c71b7e2211b0bf5ddb1b44cef43c5bc, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=23aa235e59bf2fab4c943f8cea9f0572ffcaf7f8, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)(56@FL(   R0RRRR.R"R+R!R#R RR'RRRRRR)RR$RR(RR%R-R,RR&R*R R R RRRRRR/RRRRR RRR0R R RRR/RRRR0RR R1RRRR/RRR3RR R2RRRR0R R/RRRRR0R RRR/RR$ gFT\utf-8108e3336e68089325797314d8d520731ef5965ff826a0b5aab25a244346e18ee?p7zXZ !t/] crt:bLL 6s_h9hpyw#2R;;Ի"4ǻH2U!&ѥnvY]뺞9m[Or4/en}IЦc*[gH9Q4%vq.l[;KVo Ζ(9Q'AzdآkM_Js-pd1YO9"6\炿QqxfIZ 23Tro $%/EY}f/o#](Tjm}. /&ʺ0I#JVPzkY#R=E&COsZ9t6_=m&(\ ./G5-8?5AL#7 U\/ĺY(9b.UO qҬPK -)^QӨ ;U /Ĉf@TV&r8 Jl3`m~ "-PxvQTLtJ=myx<)iXc(>]̳M\qpc:GIMˮo>eCl@#T GuQ"136:_1#'c<^k8=ߠXg0U>oJc._ ލSyRmXMvEu;s,Jk?ml(-x`ckk H(RdW{gQy"4UV6so~ )Q'G$|LH$N\]5GRwmΆ+. l<mswi#kO;Pᵑc;dm*A76cpA|꒐/W}4 D1>2 !b]NNxyd%I_jNQT2Ӿޜɚ)a54Ğ0>&QNQ EHfQ5G?=~8lsԀ@/0] Yf5pɱJH!0ig_5Zwr͆M }?[\2 4dCbumkVoـ^8QJl*tv=_`DhM Ǣæ#Ey}܊Ig4s%冸NnkBh*4p=,Zmy.W(M4mi?]zy/+JpjMNO)HA_ TCdrOL({ ux_cj>ܱI)R|8(" ZQCgL.#y IK$$YaIWlAޢFS026t.SRtNg7Đ[ )~Mў.$+1`qEBuO>l)V- @$Qq܌`OuTt6gpܧ2ZA=t9G-q.A'{бBKH֧ 47Bf WR.TJl"`p~ig*7nj͏f-d[kJ zʻsE禐ܮvU)er9-_*kT"@+Ęi)pF=D  $Tb[*,Z}DS|wy@SsDv_|,-;Ǽx=}asTߌMԔ2R|n48h4d]YZ"`K7jVSDzS+ Q뀌^!]JG33I=h3%C2&|t6luQ/_asC]mO(M"dT7o;Ӝ?N5;tװfRf:ToY eȊLC1?gЅ"kcSK+ L3.t3GG|De4& ^hTR,OjNS[O|, 0vܐX!vifӅm[\졿nUfl8?A >(ix!s.& eG46-i!ryO⺔0<t01 haޜoӓ`+ Mj{٢w$z:o''MoX+l0uST2|&!QN A~R$GVa9ro1K5 "gcj?Vb0ѵbvz%50,٦Qt("}&8R"S mRǮ_rztSbꌍJJr~nB;It8I5 \8X#J/".oA.t*yHb (EI3Bϴ?ڠv_zoʼn=n)X2I:!>Gv*B+w_0{ m~J@o0\}k '!OEa!LZJܽO> f`vFGdmy \pk0q]2X҇oz 9 R*}-D^toHUm7[u?\V+ˆa x\*Sal-YDWFn-r= p8(!=+u Ne]WIՖͬ25ưnzmQI Vb7 s^V,8jCxG2& 5QE#,˨'Rkh =J/΀LUq:sRH/Y֍=(̀}Zm57YJyFygbnk VxEw=JwMtBuwX *>zq^r<jaUy.ni=ye{UyCz5qDzHz[$4V̱|lrJT8UkRW> /F}?\xbqY;h3S|Ȫv+µ)voԩ6V av-:C~Yd$z0m*qC| A 5].W]5s94F=u+µxRᙶʙl Ψ@Z}9߃v?ba0!|eINeHpluF OoUaVױ >}X lVG N(A9"wc֍Qj^i4 eƶжaظ`څdgU(VpP4#clT͇૓ U Yr>%Wј?_5@2]3.P?zq8X~3(y8Vו܏S#@HZ+.>9A53ytGkouv .FoDSXoCG)'%e&.B9Jz*S(8.Yjii1D}z!uctq\3]yfoָ2L ,vS Fd_+J%?>wN z]o݇,`̱WV]٪8ؑA3tlhB'~ES8Vqu7@-֍'n,V⧘ t'-G&GMwŬfS=|GS(6PNM uP p>oC`qɑ(xmZu#`9h)4-܂W2inqO7zBt9l*OoO̕ yQC&5s,ێQ99q7Gl禈7SG+o-spjMtY ?E`to~nMt]nKnXWE҃1cSs4Y.+#zL ibA>ɴdPw0\'$9%l`䅆e氦կ AjZЎ .GOʎhr-Ăe  h쥔*HZfb/'M;jFW6D1YǍZ^$DY;+ߒx[U˯ʤ0RIUBW}|}r"=ԈY͚80vg2`X`YYwOc>z:!e{@̩`\ }Il~rNuoKvi_QЈ<ۢpJ@ xsӐ}6!$TV0nz.K_u$!܊apF/SLԺ`ylJDal#=*pzGLZs M>o!MwQ_#u7%A.i ע[\?wlg($Si?VeˆOS#f%` IPB|ɨAE2\ij3L7i=p5X%"C &m_f? cs܀/@ĸZ, iɳ,Dm~2Uh{vL,Gi{P ^چ A˫QRR Vԯ[h !!h)Jʒg>hcO+;0abbZ }mA͂ HN?K珺[K2ț(Su֛M$h) /DD=ώ~ă5jL/1}ȵp>ڇ0sth>?t%G6m@ojo,cnZb2Mët¹+3϶B1;HxUE{V?3L8|W%w]5 ]r9b+GCXĤslYnda,OWEzPd5K*  rۦ8fuZS@D,) Cx_Նo-K((d{<R6\NW.VߥHtsjK\1 _1}x+O"CD!hƬyr-ekAW,gLft,/LBȅɹ%emb wF($UiMm^ia9]}I=O)FN_.TdH&8ScrS5$+8{rA l)hSbaB|J(PTW5T"J?w}$nVI x}yK턋aLIݔLg䰭=/T|jLOq/F4#WńX՗x?*#'Q)Z6ajfIj&/w1>"~>o3|oFmQL~eQ08R bL s4E;t>uKTJ(?װ e!Jr;Wf7jkCk^.Ε )#5iKEh(䔵v#]’y{县 DNj"4fHKTVl!&E@f _fJXܯhjPQW`_Dbrt{*g&.[ݞs]/VFJi+$qazZgeV)|R$˾FOϞDr=ŘE慍[N_Ը'P3=_.d,ӅR޵߬btpʫ#{\5A8wl&J1؛.]y7PV4|:WyqE(E̩T@|w|#K VF'bt+`SVY/uk}'+7 7Z^r~Zg`cS3֯"-jHb++>8E{8ipH=Jc57k;(MԞ9AaUZ XCY%#nb2UPWcE"RaRE>2dzƤQw-tqq_JwĴІpAtXM3њ=wzpԸ=- y+SZoOvp@=20ng͑?,VXywѡ7|Y}i;K@[.K:Ɗm935+Gg#XT^T5)ѿu$Z_mrgB9 {b:! :Gg{eANGQ?tP'%ƐW'P) Zqi⽚p3oq:Vʐ>iy1}|n,\uOљ8;DP#Yu];,ɤ> JC:ECTU u0.m2KnFNc,!DkO؋p.aI0"kkwmo> 3_zЅ ArL2ͧJV\װ/ /N |(_=f*݈jb`~Lsfx} JKݐt1\_IH*f=N갞1/:$ݒU9fh2M P̌xЈkhH' 3#u1&߯$#g^>܀!ԈơXsf$y 9vj6Sv z| 'aiMvyHZ òtήNOa+zd0'ݹ"\@@NrՒby7'GWFRPS%>@W°LR{]S>sAW_!,.h# Y;`%}b6ï Y#+BgbγgxC^h/%%X"[Ι(I0p+TK6Gv*FZuY ]V]줽nYv1LmJūS.i*b9^,Cݬf Š)N%D՜1&c^f0N>yDS R~ܖgÎaVP(*md\_N %!HI \}nTMQTB 5aI[ (_1+a )hc3 ڟ/a0= LjH|*-Q cS+MOjʛ9Ɯ+"7N5H7͐(/H8\>DMDaN" `n›xw,`a"IEELlVDx{A'RA]{G7ˬhtX00="-116謹Upom( /*QSUTqCzƿI o8.#aEс^OZGBH¦Hyα%2M!Lv N% ƔN ѼOjnDYa|]J ॽ= x[aGpͥR8Sz#ilUI̴4 >s7dh*F:~7O @TE*"#[u8N}rJ_Ol >hpd v"u~aM$) %pٍKm%Kf\W=샡<_ _[9أ*P~f+ߐ &6R/~0lem-}oH0)U쎛=LGrl<)6ٞ-/o?`$/>m62n0q:Ӻ zT!h c-wE.{FgMEloΚu}#Hp||:QQwJ'3o8ΙmcYd_n{sj`g,P0K?{8npͩ߶UmM~91 Aۦ}:N%t н.:3H]2>l6KtȝKy_H PFrڿVm(+p'~eq .c UD>1>JjV~a~ky<$FQ7m=r|cڻeۉn LJv 'K#*Fgipo ٨iEhתקX ͉0wR Y\C9bSA-~G7)ĺFNg}m Nv1aIWح8%q'HřUۍWd{9'|sLcT?+ ˹wT=R- >{#L^μFFቺ^?=}bn#ƻ^fm2ju<γs¬fj fY2ǩkkSU$%yuŵbG-T:cEu .qȏ&N'W2e| lO.BhublǍ]l =Wve/pNףy\ODgbk}dyq~T'Ͷ5\38+8ssz j:MKlO1 |woj/9Ӗ璒"ԆQ75>kA\2LIE]+qO'Fߜ_uXIJez&\m"%^lt:UfnČ 8}G.28=?#Ƌ~v\KYa{ŗ~>T5"3bqZD]}vy X;tCpb[h=V!Q L_6|qAPF|vr_uT t89$=N7WJ9Ze)u6&djTޞMAX"YUCk}?o:+%\EwX)Y6a5uZTdʎ(X^劄-&p'52S(&VprsD!l~ n(AIXH`Ѥ>˽ OQ.%* ^=sYyNNf8O;|P'ØiXͭO yЖyHFݕT΄+>!Z=G{'cU5`{{C eR"1ZXG]_, FTHI/mZ?8YG0ʲ"FX\K9"yu}IR) ONy Rp "m#=gՂi~AS8=TNM $c84}h*%KRgpҴg|dʤ>c8,8^>EۆyGWNhLJLL7!OI=;ꚎZ٩r#2iOٌIE0ex+vyOWMQ*[C28Y}tJ[AJz8{i!8́\1 ¦$ kGX_HhcɄ ,ĢuwyGty~p/2ִ9jy|uՏTv;9fdvS5EK>gY%,xEl9 C3CT%1vX✨gQi mIPǽIOR#-mN $OL'["uA"H*A+2 6"6,{тv'S?w@2h zxgWz!_r2ʅ([&,)X38\{-{ m:±[ D/mO@L= 0RJA]JMϽ+S6Z@j.^zhgZz󐔿?rW`hN0$`,C6(ăc/b՞ 6d."y<} ='l@sV6B-^ Z\ HәjmZz̨uƤ_L;FS yl4 Ktz⣭zp̼ Dv"BPp9(:8E02Y5-sHϓJylO!]?od;TPv7F2Eٗ}'&b|$rp+א<1 /'Mhm<լ1F> _+!(t.id=4$n{w:3 z2{!#s18F%B-$sjd_2Q7֧Rv0 82Vu)U~K?ȭƩDŽ7 NΕ-HS\_mO{~QP4 Z~qhB=6 hFlT }r@Ij ԫxLzmm_Ta;F=-;ո柔90vo9wcq͝Bh+uAgxѫqBDf#w-yzly,k{=YYPOl'ˆs]-xOH*x<;V62L<ס"(fsEB-:2θJLĹ igl峎~m׭yye0'.tB0 0"I6S\z*M1VEx'9awkXa7Vܓ1 =ФB$w!y@:4BRtq,Q\%lpO9-91IJ#059ə$jzWzz(Q=y&ji l)h[jz>b]J_ (c S9:a3%cbg-"8`8lښ+l\WeSL_a?`NPq}߇QΈ?f(|2Κ߄,wPHdo/(j"b?5"/wT`# I0YŞIQe/eF1A?G$))l+7Irlk4i3r s]m<(or*B:T{1us%:4 :[rJ?̢&<ȆP07i 9GrLȽ!"JL,$B5pq3㤎XeEy|$&wX ]=S')3Mܭ$\I&;oUl\! jaY1krLj{cB1r1~ J bB +e?G`)SMo Os ). SӋ8HbϬ ߧC C;_B *|!p`x ˢ.v,fR?rQ~O=/$M#8Áw"~hJoVBY̵#\Qq{ q0K' ,ls (X n>|T z{݋~ ~3{* ,9#1Nr>]@Zr{zt-0#PJ m"Nq 6kֶEY,FhL+42]#`?yjg>Nj*?h4pJ 1SʷG>9 No=Ha=dI۳Ʀ¤d9|E/ݚ! eI}YVC8<&I˭ ͣڧ>8(ꘞ*Q%cxP}=8_yS)>FԽ;cHs{ѥE~󠕫Zϗ2ݤfFהFx~W< W'! ;$SB¢f2E UD;`]hm&C $.'Hb9Պ̞ x#AdK",Lџ̠..>:PgRI'BR2 ŝ"3i-̈u0VՄK{~8ff(U,}uW?]1ԯ-T#rn`CF @8 PQJ0 m]-} u5=-2 @[ y<\'VvߐF30}EtSa,) h,'lNDjuuQ{x''[(rAfN±,๾_l)sh%@3J"kh6{ot`s^`beX"BSyLL=j.vYq&_z!m`{[˾>s3+.`u)\;4 .d`.6{&t!p4^#HNA( }^O[?xM^gA՝Wˣm8z醛6Lb49 HIz!5G: QMf;VB3/h]|׆>du~L~pѓ} m lַ$~L)l_ G_Wzdh$O.+'VqO_cT ]\_ƕnJR>Ll%Sx2҃Vن·x kw$e<=Dn& ˓Jtd~0#6|YvZFhͣƒ%P) {TU/e_> GPsGX/o; V 2C /,%x":,}$/ED3LwV&8Ɋ 0-&,t4gĠ̍i-e&8m "},pDs6ۓ?ctW+YײI*E:<0C`r#L_4`#q BM]!-嵢A1:ĞR{j_o׍Э }}`hhմj>#H1"ʈ=<{ E.WeD$t2/ɽ v9cpC[PިR:qu&@H%:}ػƴا nD0\lqH p"hQxx% ]˨1\["6$ ,Bflk=sFRߖM7.F H h]ōߚȬK3ږ+qo<7.qj<jWiB5gq]ͥ^W/׮r>sPK0BFE}BIgߘTYYkʾ:Ca!-z_0T4^sI7DO&(6ݱJG[+l 4-*!i=U)U:Gt ѸXkIcH$ޑ-(NKs`<0DVߕw{WT*'hc?- m!ʃ(N)=쭓 ,na+:ZNJj ^He_c0]"_#! ǽKY 3^4|:AD T^uK \l՛![b1Jv1 ә]zՈO1=sO?]7ḫWэ3Y1*1%:ظ%}_a4T%D݇Zq);濌>:޿@n?HwdV U"Հ!]6$GgT7cFhO_6lAiI6+Sf}U7| 4뚰\=1}kdS;k+?/vuLt-$ v?MlVfq늽FIwI_jT:c(]g5%Wn2(_CaZ~^!Lo>w݀3;VYdZx)^l?FJn(,OUb>[C*@UQ3q~*_kh:5Qgɢ؄ [n-8Plp=@q@kl8by<`/bTMl6~hQx@~x4&Jè,T4 pݡOs8HP4XW*+?&M&Bϖ w޻`jtUSAc-5xD۸[M=ޏdq^yM0͌w a*71n oc{4gN,l0hZ*ޙ{J ui7zdL9lI?K8_ںH}7(m$څ=!(A*ɒP!6*VZpN-k ~ ,z̼~9ց7^)$Z?}ٌ:nU#!`tɇ%eWpp('3,O&ܷB= ϸװ/D*g|Jj/[OK\CJPޅ/MTE + P5/ = y( a7f9da-j,H*u Qbt/Emr }&9}ٳY4s^,0~Ԏ{a} ϣ`S!Uoր$?m!<ʅR}fATFi.XQ3CrK6B >;K"wDs+;o]n2Y\lfjJfeYEtD1pLGW3MK[z0>%mw wK9V||^2|2ԧd_Ҕ$`$OvY%_m."ʖ &!,c0sC aYM31A)CT]ў઼f&͝v2,} NPEWar0iF)/tlHY7}7xU/@OR wcDw[?։"Eɔ2ȼx:uBdŅ'MRYl7nkWx65ъtkƉ$*`fw p. cw^3g6Gݖ?HX. ؏\j#I ?(Ӂ}~NP?IaIO>QY)qgIft[Z>ӄ}\ 0$)TB_#!P 5FdLiJ^1%gzEfЇ/ӛYt! eqq^! @k0v90, v,[6UG41MO`v:ӎ9ZdqěKjFiklXE%!Ikt.d]Ndt*Y8c/CEߦHqt<كbdRwUA-Ø-f]-w*1t1.f|kw$vi7'),ށoo+vbsB)oD#~nnAO8h]QtVvϐ3c䗛8"f}.oymLve9&YF",G{Y?]))Pyj5Ukϑa}1B`19VzQ& 9+?-3~ؾu X5u${_a~OJje/$kܫ=K<{hQ?*RţJ-fuBN^pO(;Tv 9 ORkD /$WdMՏ>B'EwӸNR7Y*u~mI!˳% ƽ+7=N?Yz裖]q8 M0{V?p;L͍#fjVc}weO$C8\9xZsX(z<L=,ojGl$3A?8 閭沈ܹ %T'Q78@ȣ/߈gM)w<)ؠ?k7ONf Sf ioo$"l4a~<\w%C80B%`chOlCNTbB&.`ܿ& 붿эnCW@9V5@nKߏXLR]3{s`ѥ%&@v1D INt\gXu#%PF/V%=hhRU35Y#y7n'uǝv?}>a!#' ިuíw9ƈ#ʜ;xw\D7mu1*ϦDh1>N$0-0~AM6 B4:uFNHptjd͉~)yܶ 5Vi"HTD7Q^% bG~<EC| pw3/]ϊoxU`K"N@-[8v&g0z)CŒAt&܍[R[)qs2x+l Jm:]2nxRV:J|]'4e_9Wh 'R,Kf1luM5X$.$JiJ8kIEۑj1N v ;&HR:<IUOTI6ɅK{le]>ΰDˠ5Ř[5<3->%Gj-wdy S=Y& ;&*`Y/pIm{W8A]w!荲 &w?Iv`˘v󔦅Rahn8{~HX]\=? "Wf޹LĻEr>$®S`uKqŽhtD"^y$}d,@fs߯hm@)JSoag})O%,C!}I"A@SGT R w=BޓK GsB97wT ZSeD=`n /bJ:̬5aOʁ`|αRhN ^G2V8Ʃ4{aŽ܎Zh+4/E6ՂG,ticzxXA!ԋPM&/@}8O<{W }[v 8Dt*1};xA/qcuOmvda 2YSEVhZDV}GYen s]ךx% \%m`K#Wuτ+f:~j5ufNQ\z#G89~DG%xH鍹AZ\(:!mW /Clj䄹QxLBih:JE\ &埏S-780Y t&|iRCO$2#doh؁ՖCط,:ڢKMt)ƪjy U24=-|~ޱKsVCv[}s Dk F^I9m]6 '2-&OuwG!I+&PfM.YNϯ22)-F#m$fS/)Pq?~#_ ʛehjfo5"j=tiΕv]y P QqVe_ejʾFw`ObйN <85e{̏fVlG).Z7q.f 42o>Y/0,glด|{@` 0Z@.5X9i:wnO,/  26mu96ɱ**^CNNwL8ڽ1p묠!@枠#Z,lCla'IV Gө87Ly~ܒL>msPsb54lQgcc}7]4Uئֿ/t ~#Y"O@5K̺xBUa =6c Xykx|vV-k[A޴7t'7xXuV+F3J&rNt{VۓNOJIٰ;hb pEZP_guP@q:XOG`((LvPdOE MQA+E#€;Or@P0LtQqI-mQG)Ae8O Dǃ? B{^O%;y nجmY2[In_YlGq_S2sH_M3+j2$ $?mBl!*nK`cô7nexP "L!ͺ&[=C 1Z8]ovO;GA#~:VɅ2\* q*Swt/, ϣ_FLu2o6(?C,Y4Ey uِ.@Pǭ>=ij}s0p*yAI[P4/:e`*~itn/ق.]18{|}Û&<$*8y3@-$UaҁE,˵̓ρ[iLPczWmM?:Hf"A[)t>&&PtѦx/U*4i)A&D@0Vf !px`K4Yr q)5>/}_qz.IJp17FT[&SN?'t7)52 -e'da%{/jE(B*w,m3␑&ajÊ ͹y\=iK5-dA5KP˴~jB#0}蕂&Chhѓ}K`wMLftuY6]9Z !-Uck)h3:^!:^ )4 ᢨ@.LU~bcE ۺ#)b{o]v}WVѐ>Tge{Ueڵi2F"D-wJr?Q3X53Wrʎ#\[\L qvt;~OUHhW!#XǂKq/ǥQJfVT\&^ˀlvl<. q0ƀ:7:P9kW0˱x#8|QY3!M:ݫ}dۍRC= ,ߥȍux2l}^-}t3fqCj&J82s *3MxK9Hu7n馶kuU1X>bMd"RvcOa hdJ e-Pס妫.ЦҩɣU{KCo_zbuiL^X;F+n'lJ=$h%xf2[s]Xltebs܍?He#BM C/%ics\-ݽ8߷D/lSiMcцMe)(Z4YYڼ})Jz5ni^/pyF)\o!/ lh#VNڜʣokޮzڽIr&':p"iFŏˈ/m~k$Vp.9 _E=`Ne5~42ʯ0S[aeٯ]EUD7&B(%eTsdψ,6G}<0')SR2Тg#'aX WU7Vy|. u*#fx GJ~tF> b~m.5j69h|N[p}3߁ҦC|T0J"</ĩXCM3ҥKǜuǂ<*io~LyҔIXYMRG ٟ@ͬSmN{_ӯ Z)Lis+1Nrߙ=`j E<(XoȎ$ۂuQ|R.?<Zt&F q3Q-1r,pA0γ)cO ,$)G\gʂj[ݑ3|;TzZyciBa%ɚX+'94׶WGy)pI;\9A4oa!t,$*C}NaKcNvp?|f¦wVtʠv1vg4@W+aPn5$`HaZ nUJ m4|fPX*"kOOw,E >EQGnb_fS`I09>MbO>ߚ_4Yu|eۃ\*̘')\|9Df{0kڱ1PIE?8XR`_j|"#,[G8 >w<Yb(ڟW eHO^-]mM~i1=<ٌ'. ʢZ6Iie@Ugsg~hwnť677<-EdM~/b-K+QlFEz+m1shF#}.jRtTۮe#CԗfzGR̈́h_֧& H .U('7m/ů&FFddHU;>s'tE"h{j3hr)+h&*xr wEʧ%$|P` k1bMMg97&-iek9-Z"B9i< BF4 g\Yt/$[ή=7]Z}m6W6%E)jʉ#ɔKAd78Q?%X(3ș %AxYvgKTE)zv|B.X|<Dž"O䃭U\XrQ?Q|'ZzmlSqV"Ws&'Zl1?+HG!Kn- #,Hl< a4I_vzPkJ,t\\(g>8B;[Bub7؀qq1C8jQD^"}P[#rv/ |^\LIDtؐ3<[I.>yf|OލHb^9nͳF| &j oecY['i*yiɻ|fQ4k?ʟ˶pxBuN( $@[_@ q:uWRRwTDΒ@ +(Ӿ@0X kQDBҠg:CsTcԭUm6wS`tPEoދ07u(~t P͟'MP!cYVYੌ\6+HY=|p8c~zn4 CY/FՌY!s T))ݫ@+ ~&h?V@Ş:;hUYW-!$' t)7E{R 6~g@4\ []2Zh/L!KbYgH?z{4Sx2EwCЎᆖ/F!&Y}-^fl=왺/$Ej2Np>RCx=tdN1ߘK>wQK d g*TӔkkU36E԰`Z>ku]8űl}~ ej.CI.F] gcZ6ӰM}l>Yt G$DJ3Ȁ=@) ұrHڲ2ژVNe,Q1/ig{v܆m b>s LXRk1"9"gnVC=b =rSmܨmL!yoT53akV+^QrC2Ji}'hMRETmˋǤ\҂?&| WI})Sq,=K:xge*?M=53w^~lTS)y:ޔ Dsa6L~hwz%H FѦ)xYr7)Ϙ .Pgl,t+,`X<>oL_ S&Z{?[Pq5NE_Fb9!_>+Mr9܎&YW*`^]yh%d$1$M=)vpЗ ,gM}(#~l.pX:Y8=Nal3FO.2ddpl՘kY4+UqNpZۼŽɈoIX'wWo /beSU@8iJp;SКLХs&˫c8E*>/j˥> GZGȐ=+ zS<쌕 ]p2.V `Mw\b'rXv6{GCWq-?{GFLilM9tznг9B>n#s@wy%IFIf-(F 7+e/4µiB5 씔YZzDCcI$3_?HɎI\1"I5>ƻy%z֛E>Mp]8cQr{#u(l%!([ ;%k,aOL~9QG8y9E3CZggBҶ"sKRYB[|ŧC-`NyBV p&}YSdW9N 6(q| j!;#ќlSp0SꔊPyMR RjH=ݨ9uRNkSvCφ$.4V_Mu\(pH^A/1mr[",t{fZ5n͉CRIq P?޻LyޠX|xhOiRΣڗn*7.g;f$/2O/*xF8p ,f|-LMD`ϲXyiE$>jt.!pwv?}frP<'g{b>_OK6r>-]Q*kݤHrfٜi,Z\V)."|bTubN baa7m4T"9\L#FoD0>? qD`sh`/^ kENymsGfp X`7럙zQ}}+- >y`]o'PtצT18AX%΢UQ *&x+H_:N/u fۣw}dJ͕~(пjM2eblR1vl8^.j2 Lq(>n9*MJg<~̧ &7ei8@lUSzHКw7Q#ŸZn3/]d*;qG*QG/& 5Pg˓Wh1$# a r÷t4gUHqgH|5[ᘒ1!LbE;/NV7È%TmIPK#+ՍVq}SfIOvh+%(ss>lB®6Z24J WlN3|451f4ab3 #ñnJa`et-hs}֚kḵ Eǃ} ~!{xP𸽪rq9dM^-+i|aP__AExe+H. * yůlzLrrNrJ.ޓSD/3rFj_j$Ur dm{4u iك!y[3aGfI;OƬTjA2Fz$ޜ:2:,-⭑k2I}h\:KG論>r6M%8_tE+$:.\@pB"g@x/E[2< A0WЙHUٸFhsAsoz3wX#cpF?GGsh:ů>ھq(/fYz >A@qEA9lJ%4m#R6(9$~%C$v^9%_4KUFcRSƋ?>lnԯeAFCSCah#W 9 ?X&u"tr3ALYIjy90u6Ne6b5[+0?|σ=š!ʰqn{/7s]km;6Jxu}'5S0:t=Cb&Tah*R2%,O76z!< f A+IJ.\X@>o&EZD!t2EAا,(y"W͝@c] ˁg LFbD8J"p lTq,ejHlvh F3#lhASoIg1O%@5)>)鳥~cokH}%ۚ} 1p U'rA2h;޹=Y W%~iPRz*XS#W%kr2CyU~TE!b9 hkqSc܎[j¾f|a?n2߬<0xhc|<ZNX^}v2Oʘt;m5掍1w*f tS{ hGrM{(?auۯǛo_!M{w?).O; c]2A Cn~0,E·@~0=MTEK]s;{!e!*kT?1h!-W褮 ۆW6Ltp֯3\Ew4F Cif~P|HkY{PRX/F E?1GIw//8nrXS^Oz5+> :+5,}<(rPpGXęki)H^`6Q'VuGceT`k$ڦSYpͱP(`Ξf1I ,r1BݜyGOkutP XqXչ3T[W(IM8k=c\z rk;DCQ8#F_o)ƞ|[iǸ5'8q#G=1(P]P1~ф[ e)hǞ{05Bm")Z6'o\ @91jHbS`cQ;0&0 ;R+&^ 'M^5U PXl@MxK~J @dlnE:"ry~ښ*~N[wN۷(&HuqޭLb+UGc)+j71ݴ^}Fv̆:uƚ!yґ|rY)~^Eטzh.0-u\W_Әf˓TTn9.ԥ SK.8W#òP%ճzvҁ,\[YW+s%f_ZP==ZT(ܼ?m.OTG?r2mGZT#'Av+N︛ iBnIzǿMQ\̣ph1@-[m倨|?dN{C8#vD oVB[ЁeMkiX z*ޏ mT爓,NbR_ zU?f#JxzԽ)2Sy)NX|!4EǢzM悫rB4R_~Fl*R8/\OԸFϤ {op|%<{'ۼ.`z28ya{lR]+ݲz4&d^=ps6^F!n>-8{8AUԵZ7v4;&Y9^w(ja4)l>r j4'O"׸e*Y?k 9藣,1 &)N^7 L;jȵe}7XA jW>)wˌ!Ʌj'gЋ̯$bT߸4-KIU:uPײ\q`MjnZ"#R *=^Ҙ6=Nh*-˦gc ^o"4SS#GMTUpv6p Uc~{?xcqvZ[YI ƕs.M׾;hzsh$j GPIsOu>0ܟGJ](0,)+]%NNf]X(e 5uT]Jo¥8H$U !,M/a3f_2&oߦ+9C\S&cQGL#:dK|/q VCûg#v;80nr'@.0\vD{ |;ux([F\mrrZ.%#?x xx+ ,nR_VREFajŜMRq𨧊NExOx2v=%=V*ծ37`{ڪ{D?f_F9%߁WԨ*Z}nxyqn2|/KS>Y +^e3J}x 389^wvy&It w$VtJ *-z%9qUPtusau& 3MX .IXh>\Wm$xI-7q#$tʯږW~@VO =e9 N6وSnnKH;`58MX_1tһXb7؅[c0z9m.8EWWtDV q[6P,&J|)Wɨ{a/ܔU L _}p^=jۆ'T,A74y!r4.!^8~LMNzV4>-2mT~ZO8mߪ]&4'Q{Ӝ 3%)UwD.Ρ#2ltuGeQD=x7h@Am/c_hӎceU44ief,7'@C0m]tq %3҄ߎ,&1HtK]JХU2ΜĕU% H1 k}&Mٖ,ytYG3T7o;&H)xwx6gTup*Mw *{J&Z ]c5ޢC\ q'c .Aу^6MSB/<6g\S(OmJW,wLy1Ca$ ʻ'R@pba"Gl4BzZ'OR;Yc<:.YOu gY<ԔHY ^ +E)4POՑmyxoHLNn?(y=Ψ'K'xjHcSj`7?Ī}g6fMѴ`ifuFeG=eQ.d*UNECP̈́J!e΄\ob ; K2vI,v82܃ _9?eh6 2oQ~^g(ڜt9EsކXW &Qd;Jyyun~=#r`iDC%7Hw2y" Ƭ <5|7e*vr#CsE\9G@NG$֐iut^$ (y4A,tfM 8xcJcr0*mޜ KZmzA8f/vuTANJyJİD7Ҫ)L_\^մ96W0R$'i0L8[OBm'wC.528]#u" ֚\V|XahM*En=¢} juxgQiZGk|Iz21랞j),B+{-uQ4F]w:-dΩ=bX!,UX!X(/$`=Y3bRWUd%MQ b M\ |*;87׆魇Jʫ>1ȼڂ:8%O1V 5obkKg&ї͛B ٜ4zwiF"A ˄Aۖ~o{m֗њ zu\\pIU.% hZܦ ?aeKy75z+yvٮ4w Ek@jP Œc8^a%s4Dw:=e%\xX cqRx!4%SlœkؚH )̶DwkVe=O~pV<)R6@6ÍYϪ~Zwb5!zԥ|ϐT$J2\X!`{q lKߠN(8W_Z<]OW89(M, 03ҁׅb W^NRV~=!|9_ 붶yW"68U67ma2I ӳwbI=/6(91H[b|[Ɲu)J; sgR ` ڑ,6HO0Uƻ&ꚞ<mbX4߳ sX&dC߱pſy1S] Tj<5/J eyTco;}oS(56,"A/!EfkoN659:')&c7fA'&Ty =ziVc@8qy @%k*`ŀMp|Lb{~R#C"r9DZᰟpzC:CJ,dMWsSux.kmж TЯ.2#~i Vvq؟Q2 }N<%"x$g`*vh~c i>Q(*EC``%/3uZ} ^J㸊HG5ѿ$=f3ArYAb^q"](g.;ڻ3 Y/U*k@ikx@,z,wS19(.WVUs8+[ٍfӳ12=kMr%?uRUkC 2H8:?B~B8lOy cYs 1Mp/Q+dKyr{vXthl2#*̱38N7噯Y(&_ѲV,z)JD7r -  YAB%1jLAXN_,2j4Nٗ~C1ٖwn3xj 3*5%^PV]!w^n7M{QZ.3ntw?/xus`DU<ޞCպ|0Yȋ8;iymX(nFi[8J)=Vwd?5_=\<셝^${ؐpu*y=!H3IL0OJEdyBW/kt2 ,[J􂶄mLI?!B>7̭C <ӓ:#y˕lrQ"V="CR>ԡ#8b"-o{;g($NS>ƴqr[(ၥ Ofb%>Ç%шb[?w8?q9;Xi/Y9LWZŁ *;Ue!Kl̟koIAm!9hgxrUIr.A4f{s? TNǿK -hɉK||\ <>@p)Bhe a]!&ĚOF=+Wȍ@+Siw{a AMjllCJ Tɇ/k Mk27;@Q[}2)KE'WY@vlQ;BaO9_ @Qp9^;?w7꟔')b._j"IY{6^x,;T~cSЌzug2ykQhX$ @ ɭY7NjmBq^KqdG&Y" (k9p@V$q.2T'kI$hwkE< v1tfGL}iBuw|kH#ыŇV46@$?2kFlv;r.l~&%,:GշϞ[VS֕C$MTX~q*Fҏ>G0 ݐ"] 6ϻ@%oHP8+F >gFGC޶$a頎ce%/)keuC#Ygh0Rq3⟓k6R[_Ub_mq#4׾D }n1g#NA#ґiU6F:ޠbȽd_k`WЬT jG@!S!AjR0 Sd(d,yA;Hgd3Sh+T Nă:*^̨ͪW`x]?$v؛9e{~N3;k1 H'Oi8%Uu9}nzđ3fYqΡ-ʷJgEQ5#VZلic>z y5%$ 9uU6` .oљw Qn`Zɧ"#]2yw^ $QږƖ4I7iO#v$_lW$\?WᏄsUi&zLUy5MBOQ wGӚQVn7S6hLeI_I^c98q4z2MS- ٿқ֓G4'XA$`cmWVw'e Y)w{ًpX(%Q0ͧ?jTSbȂaO5~Ԓ(AxS$L䡮u^X{+(ߕ\¹#p.-M/ڡNV(r52cҾwt^4,D9&@fjATLss8T܄0dfv{Dqλ_ȋ3$]P-p,YR],/>BfU Ua5B",U۲#5v[hq$u%.#0Ԯ*>.=JJ.@`tGg`SrI_gc <; _P *ͨ࠱ $!!b-~eQ\2^ps SG9~^{j50h7:g?mia<5PDbL ڿ)BJ ϋ%!1=@'pUE?/_S#%ҏ0ڲ?b~mHkܸQ~vR;&O?F޾5Q!ng]\ +*Ԑ2=jv^KY?@dF/e$3kPo:~B53-ܟb+W Q@ҍk&`HymZzO V]+F}8llfN- ̚0Z#4`Hw|ypKZ/n|J^$|ZcP+l}AͿh/+1Nid,!KE|~ lwP4kV^w($%W7  G8\ފ_2д2t_!oE ;* `C1p_!&eY4榏U!9'z҉a}|"|}j6 \a!q~cdv/9-3́U>!0buW]@홤sr-"c)$w( ` ,'n]RGPW%}DJ Emdpʌ^1ff3߰-@׭V[a32g> Yf;$=Z2TF}5g>0ə#a%5z}[!rA'B"Adܻ\rNo1mm? Oo=RΏ_b;9(VX4*XѨ=}yal&_I%}7F /CWd 4 1 RGΥ}JL_W0Q~zx z|k8]-h eLė5Kj/֥0i%tJ1y&beZ+XwS8)\jEQ WV6NJ] %2/I]FKQpB@"@gl) CsF=SG-mZm7Ax-$=ҹ`z`>1!; 1װ)ʁ0Jƴ!Rldz񖮘 6YHr{9]EISL`;}Yħ$@Y "-|"@ͮ ɧW`酚t/Wם؈wǩ5 =}nm9gEUE9_i֦ цNQxOm7$L՞_9xT6eҍ}qgPsE>ץ@b0盺8BD!MPf&cvWio*r+عv"ՙ cUG!_̦$zID/?|Ż!X/&H0?T }2(ؗ'q^J'Ww7AUwh"GJwXpÐxO!6= Qc(6%1CмE4LvYPn7O[HE25?=r ~ҳ=/J_!S5QM>a".d,} r"Y2ُu`he^W;D>֮|8\FRkaќ.1qTU.*9:n#a)F~Yfq3s ziG:`:jrXa,ީ"P[rO@N_D.ɝp 2Ï@ɺ (ڹDZIVNC!QDu|Ct9n[}4tdn 'dXkf'ư7ֲH¨%ng9E@ ew6&T=pd4A;;3}h&1dDxE|'Ŧp-`. POMK2Hv%0Gh,Q ~(vdS )7˱}w?~D$٢ 1S0%㫟 Sg`b;[G0j=aWgG.@̕ cJA 5DblD \4~ģxq Nx=M*0r"k۔גF,}a r.\T:e't_cACn0YgL&"AG?e~s&yzАlY_ "^QFо& GC.YcOW6nʕ9)0&V(=mF>D;ߤhClʪYxu[;԰{ D)|xGտJ2k2N+a<V6?s{_k1tX7 F^?ѵeSTZ-1LJVNZ"/dZck^R,C(T%Pzsk"O%;.o-LY t8J`10@L<)yHظ=Mglou]T춱Enє|LI6G (OKF6'_ykPݵ.1| S{"B s 0B%9!݋e̶psp ~IΊ=c AX7]Tg>sr+$8[y}$6K ^Dvӎ!gLݡ#4׎#LWT '\_EiYa3U+ĊsB4}z]0}  D?% nfwT{v?,l%8oxR2qD(u~[L6ץDI@?3@x3Z;Vv)oŊ=N}WLl=MV4/ŇHM kCǡv@3Yv`w(Л2]_ SӺ#%;|eR-A@BQ/,.f-J74]̀*Z #Ke(R/#ד߄)Gm+2C#XlmثLB}`Eaْ<5Z;ٛ0,l 32UxyAZ8V;*isV>*rL{qkfuuF&"0'`"ʛxsTI-- "jG\2 dc9ξG)f[R[k|꽜 ԗN(-%WJOCcS2.W}4KpFK1*tOf F)e2]GYI'\]v_.\]"6ӓWidZfOz#=<z$┒ Ŭ 4P}=K +6 Rn$L|‹F'΁ft7[PSWZb_% $|Foj.Fc?(  "4-/ۧl<'C5k Jf^WKiOz H^2Axᤊ/ _o7& $Hu@\שּa0o68{VM:90ؖO@U6Ěr`V5+rV2TC’_Eё]}v1FK#QOYܩ~f$([^7V&ГKȔ]9! K;E{zBHQvV@F)reΨlk.B`N<7=*^v/g;8b~O5*e2nBBnzG2C~T NMI{`I4r8/gn֪B5 l,@K&/) Ӗ#挆$cH欴r\cL?"6S#7Լѷڍ4%t[)Fc78$6' 1alK%H:5P5AFz.6n@SO(]7s/fFג-$?&B̜+Ϭ&d9d3:AK͍~ "<z9Csd=EmYcBܤnӶkhͲdp2?CC3]6w]&sǵ=Si ` 2|R@\oMB>RZ" gؔURQGXm2iG~#;ʭPY͚>& ?uZ:va[ ;>p+ptV%޴!tɿR߅FaF`XiKd3s{V=ؗc_̠݆i2bWwO5Ps( QdT]u@ZE*Lj!) v ?O5pЖ~F+駮JXM1T߫]j˸\>0CkrONtӱw"7Jp/U!vx Ԑ^%;]jQ6!U<Zg_^Ku=AJ4Fz_J-0fdJ1qwHu i; HDyܠ&3۠ceX@!= ,?KMXY+ Q$NE@ eT!Rz |Lz_Y Pk* :yUj|NC ݌9ie~: Ŕ ]{y& >F(k@LW)fŸOjmfq&KZ3:fDNd{ [bfD[`fSY~ɂ%B._\ dnïVJ9_J!@f-c4w(sJЭgӕסD޵N57憜梄).A`oC:QڢsI`k-/AQ $b%O}|8E#(No"砯W:# ˷w /Oެm̃fB +&i[ApB,x]:W ٝOuw;Ug z7m~G_+#ݢD`Bң):GL-BҤA" 0SL/'WtTޝuu0$0t79Gkap{f^ KA'r1U`(9%*Hv en*`ej|!FpĪw݌Bt396A;ߎ(ﴓs Y9Q4XO9q KX EcƋJVA έ0%XSLd$Ys4c8ˁ38;bEZ 0sh#I4kZo BNp4$ ytKt>|B=wz"sr,= zYoOV ppQ\ ;8/Ba 7ʀ7.j!bWij\G A_>mZ sc.B(j>r\[iQ¼dE6UtuL}'V S 30HEÁTa):Bނmm [+;$CM?q_s#3f +"- lYYz)?;Bh aI 'j ?cIռU;u==tc9yjy@l/`qЈ o:?F7({ iŞ{Rw8m5ȠAvm9q4WW)xN\1WQP C6 ^hK (٪HoC7H&Ŕ!a=2=J;4P^1wTޗ4xr ?^XU$4HϟX a& zx?POSPex4GcK9mk*s28R¤+NN 9b7!6e>hMq'R'_`՘l}`LHIfL^y2@};pGTP0^c݉[G,797̮EB+î9%:Tۭo D>@1A.:jſqړe_X48_].3fs)-W)ؘH9A N2ꉡ`[wёfԾ5GV$ 5U,+uq4O9G@\AZ|vO{,q̎F @+^M=[My4fv.$G(t: \lP>]5 0Z*Pl5'dOB֧Uef豲xX Ɋ~=5'l$7\0v*9-->tCtD|ji014Zr[@~fcHKX6\ޮt$.N~I <-6-wY\#ʺN3v3܈wE h>!T˥ ºc^?iWS/~X$7\mq̮zG?;X+ +< l:XaNQD,zX2q͊TLȟqw1gWw(xGr@ځߣϱ4dq}P+E#Te4VO;>0azunYԃ&2|Dg 3S{k4]A3L!!{7/H.BЊP5td3FdΓψS:<خڟѧ̺ Z^dۂ@gSPt&=y'[1pL"xRY z+r RRkO:s;|\i,QSܴXⵣl,MLͅ9YJa~}oPٝbl5NYUȄ /=.sCXn6?YL E0|< %Hwǰ!Lo温lWCĺ* -keH!%hy4Z&;21E8ң"y@EqVXmK_&2:lNTIXLJap=j#cN&<2d_ Tv۬.\;HhpB v'):, i>h*۫:>&DҔP87Ǡ Qz/&J^(w{,JnI$%7>o )AY?"7 UKÈ|\a`|0.70߀OJ/$ß-j?.%Q`7AϋeDpUٿ5WQDߦl<i__*x5>YٮZ6=lD!;\SՖ48`n(UBȊFY;/#lv{O^SI2V#ޯJ-gD isb>qs&ḱ^ǭV=FmB+ jW|~K+Ozj-9k Vo#SO>yb]Y,\?D{?@Nd*hzO362B[qFRI[Fv Ra 4w1]qܫ;pĦџTu{2[ _e}Bo[C!u7utR ~,oa@yʣ8h&B 6Zn>pomȒs r_!fNgl?j{^5~%뫧~[ TcX'LMJzqO%QdK81%2F]fe >V((BHt|VCamA➷чh]*" KӳS/`G)' *fiaP1m[B6$lo 7Q^xvE㚉 x@qmR$Wt~CX~G4ԑaJA\)'qxA B@EڷPg…z%<5;wMRva:}(wֵ"`{ zC@Qe: 2 Ds{ї` ဝ:XP>ӁbU"47}Nw~'."p p7x{".czH/\AI+S . Ưb{+M{r7Sle@[_`0zcySgRO^ֵ ,q&2%/'"1 Y%-w5& v7(Fyv2|氄_^H<_:0HMt[;fq\t+O .1K%$ 2Ӹ,g!;r_H,8 ?8{L`,3_Z1/ Nvp>iVjiӞPZN2S$C}2ޮܥ{$,x=^#*O  yva5nf%>IT!J*;R ڿx َb;:V %D-L^T2ˑ]_~̼$;K8[Eyc-J=2Ѹ(¦`]tXsb8*rLvzQ*_NJQaRHҴ H( oQ&Y8Ԧ=`aA ؍j/li'3_WA0ƣ-WݎkجYG5GWAV+G-t'.,"D(qƱ8OGw#mwא2B/#"\s ٘9GIT>WԖ2pL.xqe58mV禗ɮcEv)\ㅛφ[C hS:U z$e8w m8#8w bTfЎ,Ma\/~Yگu7i༬-A:t<} ξЈ-OdJB+;߂5L ̣܍RVTcZ } H  ܖOn/%%߱2Os"U߁q陻0ڂ.~l\jf#F!oPdrGp !b`pz\%3b:8S םHQ? B<{.J1"x}\%άYbhy.u39/_JL2rp$I fRaR;yyra<$Jd4f)ſ8AG:;rAZk~I%YE,۾&2R n㘖sx_F Wtg-vdx0r߹4j vĻe/TN'3`H RbJ!f]/ b\1zrwa(wr;jn'@FaAɦ=jGx뭔:y"`gT݈5DEoO-屠?, zؘm(zkrh-màjPmg{Ϊf<~WV7z31* t 4N/)ܒW}IsiŕPzS#G(i/GܧBo =~aܫ-*@0BWܣ qX 7 Ytn]^ #^G)A'N{J|L|rLP1nKnCtxPSuw{Rs^c8($hH>oV+W1Z7Qk3l;N Lmo?2nL"Z!]ԔUΨhC 9~-ԽnEm"拈igëL]pk纃$f! -#ު)_z)7a=(YkN߱ /;w[.8JiC`"pZ1:5Ns'"֨LС ݩTQ^7Z^$RTHiZ<=0hEw{<%.rz*5)K l(7+#%H,hGiga·'$ߓ`pwg[h3^խ+DS?ln,1!He-ʦ`ŭSkG4v-?OAZ ZY&"_FhS˭. 5 +jp ~^V h'}#1ZrWӭ-#ut+zƙ_%#߸%Ga&9Dhשּׁ/acV(~\۽r%4xbMEC?rUfB;4lSY&݄B5y~4^ j{V?HKjG XCu&׵ÏetPL†[BQCȜEonYdC`b s\R2Z6 ҙCbp@a؎cEnW;D8!Qȓ׈^3rh>zo w:TG>yE@SW>ߪ]')eEgum=mFt$!WRA%gsV c"?Kx<.__oͷH2˺wnR!$N^>e^2!qό)%R_z՗)Eb/ud,߉?LE:-h}&Q!u{dP5I *w*W#wUn5zl |A $hx!Řy(_r'I V=o"=.]_'ֽ>3{jf{gPG{b\%?E =5KC:x/PlLlOkЖvj|HȔAS0Q ly7xI(;V&c\00&nYf.CD%X )ʌsTFz.|`P=|{h[NXÝu9+EL^~=-Da$]ߎcBYex߷SX=K):}t_Es̲vR*r@E=^L (@8?x6:GS's2C1"Ĥ c8YtPD32m@stzεnuaڻH.ͳP,q}b>f/}RW5@hG\9 MO6qj3䍌Hوb# v=Vc-} Xh˒5wh23 Ƒ45]K[3FSɻK{ߐ@yG ܮ\{W&{͖7 x{TrQ7.т O1mp&hŗhq2ʨ|&pq·<.6 D{5Ϙz_D.OW©ep/z'+FDgRIv4Т:T xk|Vro̺^&!-Q ?0ݯ1Z&y:O?OzٓHWHw2SQ%(RBù{hu<ȁU94A]!ۻ@<_bmY<Uwoӡ 2jjA | ;sP W'^whwe>?œ̂OLj[W:Q /8u5 _0]3JL!LCʒK^A"vʹCl@f7#[75%ox+Un_k¼ )3ӏpօq;BG,-P<9X`!VQ:y(k+[1+'[avjVs'`&=m .iXJ7[X핐Rd_[fTJT%f4iē+C tO3BT?YDp8²lj:sސNcǚ[BPSL uFxuA793f޷QWcR==RMU.1;4w}ܳDiWlf3T CɽXϧ"䦃ac\jP{w y2ʜO1Սc Mߩ3CS3VιL4 5''O:UPܯԞnl9{Qĥs0G C &gʥ]Awohk %(ҪU+# A]Æ Lf$+6z6M(e?OGfKac8n `3>WS,=~Rvt;+$ًjA48ܸmlSz9BмEviQ(UG;خ5Q ~(b XJGPk9 0>G3ͧŕGFXe J]5C*j8s [ޭN v THOب:>UJM\`rrTI"/;w16Sᕋ9Sn4v: fٿqziZ3n}xE7kgx} N;Pg.6V"cI:G~@9o;`w#"[ ,C5*e=i=LMλ[Fxx1JPc.<EttsEw*Zo?8戡΀I~txiwܵ91 ZSUlVIbzL!DVzA)s;uX0`,3ߌq Ϻ;ʌҞ(]rZD]9*VbuUTi OLn.F e= *lkR=Bni Q0 quoݰB "FC6VA}]-N_kJYMUUUAeM@b/]PӢR"%,OfDy~+0|{ğ0]s>.n2)$䜾ߩD`4myWb)hTc큑h{3?S";6+5(2P"tTקdBNcvm!%Wiy3NyIpi}*OU{ިO3 Ru-i( h4Ա =O +rO~e7 !Z`m>ѳr W2V5_<Bg='p)qc~q!G?qf lkza)I~$hpHQMI]cF^ k xU=<+MŢ}I6۸ӯO}{AMTj3}QT ֙P Ϫ؅ \#q.Ȉ+rVDɞ#$ 7")ҎśySb;w9XR;,T@ ,HpOy$Yad̝i^NlTC^ ɓR:`f_PW|)(/9TsZFp(,Hҭ|[S(hrɴS'/EU+G]{?.bW%ΖTP{ڢG*c#!l)wnu{+dN@_4'LR!-n^Ȓ@DTӘ*ڳn}KgwmYͳFmDm\E~1'Ǩ#*EV";ci"xG7.g(Ec"<#{J<qA䐘 JorR']>}R9( qջ_S#4{ Wf32Ȏvc]> }&CimPY#~@Z%L KsDp$aiiRbZn%8ؽg-ɬ7.9C|y'. ij!ٷGtogn/1*}ܼ(UGā%i=<Ƣ xT*LGd(fg{К1g\\j]gco^KNgyA/9_}=Rw6hRǙ\ 5R ݖj1 Hv'|.v?e?d urH,x3B{GiG@ i2D XgX$ye$2mf=kJh2Pf!aԛ]mRރ/'DBdySbom);+̰ܘ^8olD/ObQwnuGSCIDX~;% JMmeE^Dɰ_8eP[5x W2a>g! }A]Y=UyUlA)tͻE?f@l͵Ѧap{랞Az@*Ļ²KjI7#c8xrUO5+ysg0\y(/83e0Sb Ƥ*F]a2Z~s,5O-S)$Œ-]pwOk@bo _Nߠ*u}pRЧz,0DK9P W6{ޒUx>e^k*WztD_WA^jo\W\+>+_5WԾ5RKjbY@b:!}@>uIcZlm1G*mgWQhؾ$娭k3d|*PT$5J!'hSn޽o&A"c"fYH~sn#CI p^G{7SZY2asQntGKxM0"pӃ#B:8w>|c#'E)M|7LPlϥ&T2僔kv# "#}j" L>< H`d@YX(!$;D8jP+ph# Er`^-u N%#0`<ƈSݭ猛8 q*uis={kSѢ x2*#~yCKg=Q77[zdyCj2,t`$yAb\A'/~w""4[Jm! -\/H ȧ(΅r+T-?? N9 V( 𝺐|>P@n9>3Dj~Rp{ʘs|$ڝ;fjI u"8AY!cJ#3% h1e)1~چڥJ'}%eG_F 9bv@|j^]7l{o)M,~s%qJӰ]Pxl!웵aשAhDɘ0~Y2\]lG D?Ns=hԬnlG/o\,={$b\/!\ @a==`ncl))LL}e'Y.ϕUz]+npI&َQw((֧"tV%?A( be_ltww.D+`qU>*;kY&X<40<"ܡd% n Dm\=.PORuB蹣/ot 9_TK+jk9TRR+qeV EBMr=r= 'NQ(|0-fŽep _PKqYvCߔ͠JZuM2n2>/Fs}\Q__9W of\']ҩ Z|!c"v ;xSQˇ72(HX4Њ!]$qc3-IťMUQ fb=+U `EPhm%[X05Ѱҝm,Il{imܒ{'X·g'c~㓡 MBjK*Mc9qN%w,~ 4|Js]JnykHJ:C D"ךA5$2OA4S?Q޿i7wёiix Pm&D8?FΞ%@mŊI6t :*5cFYX;ęKfX]x\>sZ)[rYf.!-9"v)RES nO3,{d A0Fe(DZa*`X^,"%ަ nV/ _ԕUV)YޡB&xV!rO hYW[~J('DH*-bvPv>ii)ɦxi~TL~ZMc#^xji dKl.Ur!3<6~nQp ӧnC*}T YԉpCɌƑlіՒb"(GV[0x/x7n:K@q޺ +9_| c9q$Hgjؐ5"U0M"#\W)L '>n">TbWk LFطɧtlk4Ŭ' ٧@<(5E-(Rn-7:oҜ`1}&BƉ.xXۢ}jV1Wml)MI\ƕ ?Uj#zd4r^,cboXͬˉ^H^_=0!ݳ rR|ܙ܍!U'9AWXj 5wۃ&`Y; +}pnE1*/8]lNLhCdúYD yM@?>X0ǞmôOu| 5u0"eG-o4+g4=1 ~}VY8[E] `+łY^fULD~OV昒x4IZvjnŵ{Q+Q8F0!"t|l[G pHjY՚l چۃFNAya &b̡. Gh ;w5gǩf7%CVX$8 Z=ZM":[tSuVoWe$"gu f&K]`x<?2 lm4bMo 3FT "Dn#<0R\`&Ok6:z1K)K.o@2E [u!IL_NzǝXS h2nOk* =e]﬷HtY4O ѣ{!L^St.l3t&ph:P~ Q KZzpIᆓ/s!/lo?X&Ԛލscr9PM(\'pFMK!>"wvQO}_É7L-t⪙&nNpH &Bt}wLBəAM `ZL xz{ET8ƹ^0R?.<6[H4p 57ת' 1?>C9.kƔ5;l;UтRTCFprX[4gZQ 3Qpc9w7܌! 1,Tȋ$ rG/APqȓ`2d tߌ6a ߊ)H^su;a)@lc? ƒuy9jEJ$Q͎QtZfHUa})aQbJJq[ޱf,¼AGV!+߮Yx ;+y6)x*LoQ2Xza"XH&b8'hQ)m\C!٥R<oT;TM>&x-(+Tu\`bK'5Xa -t,o饜(is W:Q0e?4JJv`sf+1eݵGWY3!.`ςOXi6ӲJ0sn?(M- '}#>Ab*,fP0)N NTT;.1&SEC91˜!j lY9'u]A˅W{f z,ȯ gI٥%aqWv/`wm'FR TɱӡNi+tP}bcИ^(ӏ0N8k5HG3̀MEYLpbȊw>pm5fv:7Zo-lUPG4"(+Ά$Ν %ɞm2Tx" 8I`~md?N2\I# G{,QEڞ_/) govLSK.xNߎLQmfo#DO36>1)7nu$^GzUhP&٪N{WnMCtYWzDѪׅ0r 5$603NTgq =`2?MV/g* jZJ9v#~y(Afg a*D\Z,|&{lD([]^ t\཮&4|3Lƹ:R$=a;ӆA1"4KK9k$j4脂YIId r`QjMm!a U4r~uѨr0zTI+Q#y.T?d+_R ~^WdxLc!z{50Gw(\ eQ#ر/E zM_F7+sͼvQJF5ϺzO6M-3F~NA+x\K:7HX8sz`sr-% 6&#=Cl+ %8!9kE*k0FC7m_`nI0%}3}ćwy~ΌKȲW9CqX{20X"/6b-ĕFUAOJz{37iCe@U% {(u$Ҵ:yZ W1)&օ}3)oJ誢RΛᗖZ@6A9jiLy%}_,Y|/ӵIó?|E?_7;bHmM~r?`Ue<fgJP| M^Zb4H# xgNYv!յXv5mm@nMmJN1|M\Jۭ-=uPk>u*A> kا){WoQAgj @RLw07@8xW3"'=5SΑb[k~Džyѓs,0-q$p>[w'XD+@27jE~}D*0"'noф ̗Ȋt(Uμݜ!+N g vRP}/T9rIm_;MЕ  =b \D54l+7vYoUS9iTsT_gN_bJB`^`)]#N$۟5k>_OTl'l/]QYP% Uˉثzo5xM2$1ed6boipCp3QpiR>OZ8V=:fEoGbIu0T%S[D@7WyZC t *H zYMz&sLwkU@%Џ͊dX"~sj Q =Tl+  TR&j=azNpQEy@}0 n𫑺B^2pP4 l@hU͟D4x͞:rֳsEFjȰs p17{Jm/;b[@֍}\F AL3ő-gdG?O|V( Uax[^'\?kfDR͒TC[ omo "#`Aj!>Q@o>sP^|yW޵abocԺXԻ WF;!á[[[aV3E!!);"2n5i־@phP7Qk<x1~^9c6_Ө*q)@9PW qK?nqerFAM; rNӳ;kgta]Y-)'46'JHJ!|^M1}ɂQncӥot21u\ NXBSpItXg۷p.gE1l.xA@6E>ʻZj6GzLBҵ+{?R;\R1Z땧sLJGȲ\DDn YSN./ѨڮrwX=uSq>.2tkRNh'5>hYfkv&*QRc}v W_DŇp7oHq7A7r9'%SoQ {7FL > \)Bl*;`3̱K X=0\kν6.L<>2cSޒo TRO$֩y枟;hEi gbdL] z} 4L1 '5{BfYI&mHsb"J"=;^ggL 9f+XG#!5zWM >c̴i[7R^]^|:fE~t'aE9oZz(}4_R`'ęFӠ~ `Ie3aQ904h Ύ[N ~|G'[ [Vډz!1I{&ƖRP@A/K~nqӌzYIՖFb*T)Ꮦnʮle1~> )>B&)Er=:s k^0oh o"Íwp2a29qh+4աSزc`s9pW)Tjҏ(JRzGܥh.!tGp}`n ;ܗrGbLx}a%n0'}WVO'rС EipuYroKHiŖ`|"lXY9 <=R œ*ߠ 0> r2i0K[ޭﵝ wψIaZ7p,WZkӏC~eX)_Ј_*# lۇK8fE*@--\:T;i䐴4AYXYz,GV!~U |,A¾!Q`˅' Cch̶MɿO.]XޥiCH:̳G^2jˣW4Vq,J=ߦd?  =KH\^M뚱Uw{Ta5@2}E7kJH9=\Fkd &*I ({ o5$|Ȋ/I<[6Tǐl{2 0◳Цϛd%07`;0R3q?BN`Զr>Uz(˲B>ȒBW^d+HXjgv%БJfk^} i)* 4ŎTLkj2.xiOeSmR_JR~!f'3N D΋C Qn,| i%Q UGu$ILSkNYWֆs'bTY&3VVjkHWv݃G0KśI}FGnI#+! (XWiD9xX=fN YMa#V!䠎6yK^$W5NoMجD>dhp48yHO 9S ݻg=$$YԖYޫzhi8Aލ/N~"|mWuBؾYNNƭR p$a(E!X0/Bzjb䖣c_bڊw=#=1,Z.AKQΏ%B |ϖo`u2#jwH:5Se̩I}2V#6}p >-d™0H?,.^17!eNuI! (*bvZ֋Sz(CBtUSMO&ruԡBz[[i.ڵɬDQ1tE&B6a2Qo⏀Dnq}5 xdEL)݇\P #ZvBT}x-XLΏ=a^^JW)L4~+ [7<ז ƀloy5.NE۾Ob>bwՁxǑl&RwP+ (F4͔OY"Á6r:s\=1esPuV{L#*Ov|N9e9L;rlyb0y/ л9*Um4ß:-<ˎO׫ ' iUgdM N#>twYHbu࿵},17}dgzRzWw ŧ9TH؟2P{rW4:.zfq_E5s#%''LY1 {yNȞB?= 횤1=_䘵.rXg vLS_!ߪ^ǽ0_P*$|HMrh|}! 2b.[[vz]+٬ՙrTD)s1e $./>Xk@;\ cz[\_7IE+GV3[nbg6v%@9vgل I֖+ }ނ߾&5@DDyrඑ<[,^Gո}v%1*ک˹&ZG$l"9q |U.y|Giо_Osb{G:OB 2Csh/xOKGtqnj,=X`wԹU:䢈3^EŶVwL~3**nЏ+ܠ_ҕK8qҕݚzPAf v%v0qNdDcw}VM.#ҏ,aGUQꡄj}L}.x3RHXJŶEB>x#d_[3ZvnذZ#F9;R\by{ 3 ״DU%Mp[5tism^(>W9=+Mk >\z85pH>sؙuN`y[lI> |0۝GP|By@ʔz $C[ev\.б*lER y/t3F*b{<N9)=ږ ,ܐ>)ae/v"TM [9mE9<+ϺErCH=ڴn:l*}0~41]]PpY)L((qyHy>川=70ۗߋb#\^y M{}1cm=p 2:ɔR _k8Mdʽؕ (?FĞ>WW}?M?*,XDTX={p,: >@n؁Z})p|&mHR;L.f5fjyE 8Pegf152JwF\!{:r9d`/]#%Θ&{^_i|ŚHN-=; f Xg'rsud~61HΥNrJ ^~`B5z*¡Xs?瘬櫧+dKVB[[.{'Sjݦ=`('`\,|uMVeqvB =ĒEt,eqcPZTK"{@C߭B'|vk1?XlIθЂi,cTnO՛BX\GQqYj}`p/j~@֩gnȀ#D~n|T6]fuw?tB O|Ų%5D>!k'Aȁ>2:+h){}< CABkFVd|-Ԗk R^`6h}^'Kϻf8Cy" V{l52EL(`]e[ /(6EؙR(2ɔL9<<򲭝*0ԂAyƫ^wc܇IԆE&'9ԒQ˩#h=$)->w1ӒcͶ'ݥ;9*.5uBR[4&KLDT|¦`s=,Cc+:otV ?1vA"X(+L?赼T}Wǃ> lԓgeh}ai 詐ޢb6[v <\VR(0~, qrSq9ja&k2\5͡ H3f0UAl0Ix@o/_R9}!UE8#KGULhtF-|;nҺ_o$o0YU7sVw[UF7}٘Pcdro]44lHC#PimE(;u\{rGyέ8HA6INlZ"UrSngmd1! 6jkV)`z:,ځFd@W^=2_.@Vy+kNxLBNҷyyuvU5>0۩! %w@]́M5{GGhr%!%M>Z}@0$Gj5_q)#"؈@ ׶xT\ZbtkItwF:]2d~#7]u J%Mm8g<BwsK;fF_(95Ij[d Œ*D}q5E2\ktb!*럇^4mp[!rS=h]Sqzbx?x;GGa-[FU-ƫ'8MԾGt Ά3xf|R. yT\6$Eã3MZZdvnNԳпW{vs2ݵaւ-\GR]~o6Bא2>@*v<yv,R5jn4ʮFs}.>L:=vߺK)u!|fB i;^# cSEk߭޷p/0&PXw<;jn5SԾ| WwxAovmU5iu= NI(\l']{>eF4Ìnn$ZjXD, kNx¤ZDߞޥxǢ#pOp`Sd:܅up[šbgq]8jM77;⇑ oՄٕ+X,N &`l-7Oed)CN#gγ XW5 >r)1d(5FDvv<2( QinzmyÅ@A;ff] 8AEłb ٝM_tИC蕩\$=6ssSyBE4)uk <73-cEf/|$ aD31 Cݭ5DT >$,V|f'V gTɧ*s"KgذU$IC{_c KCHHbh'(c7dAZ]*:NÁC*jh{Zȼ\u @ՙ'W*O DDm.POي2wSu3G1 Ò16Fݛt$<,[J.\f?Hbx\tqgG@k/?3)jYPfPӸrې( Zg4sB>OɅs'0GF<..43\Y)7a}ђD|F5wt(J?1(jq>%!̆M>Bs81&moK}&`crQcF 1n͹4^JM 9Oµ{ T:+j=B{*{-݋Ft{>è;N4~(Ģ~eXrF(cĩNl62ȏb2\ oIص-pj3~xwr'Z#8zp8$ j"|ddsc*c̆kY2a:+p{Q뮸}:^gJ}03*\;uNrZQ7RͿT2fMBxK'1KB^{WëAⶀעX1 ~#P*誋u ҕ=4Pu:`ZDGk˞h> ́Q:~ĉPІ\<|qWSUr|=P$*+K~> s5'XĦh.me>]@&'IE'eZAUAE`U m?+,'ė I4.=zp5*({cΛ sq6` fsOп|9.xOsB S&YP:_t1 \Inp~ l*:$˒i[D[))$NCy1R_8?_uh=4[V:{kW[s/XW\OWr%w!/\s<(ֻvuߦQCg&QRFKîkggW֣` /Sp;]ȉ^7xƠ^Dn9{N.g͝M<ޚnOyQU#?7QY MH 7TsSƞִug*EPj=I4?ö,^j~`JI\4 Z ĥw䬀;؜+i6N\ӫ[ IRGDik,Z-4ԮTh#/W,rE<i}f+ 9`bh9'%Y܄^jyu%Z2me4q&>΋:!oVb&%'G)~< zZDS $AkIQ~6ZXYo&ݩ(=S4ZYxjڢn_ W#|&8j<=RsްxI ^䠌k3Dɹ 1xţZ}X̲ ;힯X".N؊u0B qO`TAwOF_I{XݭZ)^uՐ(]@BF9w*!N,ɬaPkʤ ] ?*jH^ rtWzp2Ւǵeƃ5\.)GQN;)cmX!|`8zQ+οR^D$]AI[q6riv8 ]o lBͩGaZCF>Գ>dEm ehU}ke H B_y==ҥ/ϕ$#V$1D 9= >{iCI%4 hi=]3p~>[_qiJЯZ]YJf(dh)i\Q|<)*0IE?!^' j ?Nj˾.CԳ vWy ,=$ :P%5׶jnǚ@zqlJph/j*k΂L9/UN(UhMϧ|aՕFO~EbFiVrG-SRW{6D~I5ZU%4_@P Q"W,DIUЦ`l vqjEA\ J`qT47cewvW,{Dx8lSBʶ).k+ 4c$y:ͽo]ӦfYt J~@QP pRY^یW,}ag\+JxUY'1p(c7;ppWV@X2# F- r^~,l|ȌKj)9柰!MryˣŽn3k& !5ʳjN":!<I< &6gi26= I 7%RFnS]+u0B%+l@q4Ld*41CS-z],ɲ6I1d0 ;O9i8! ]Ox.pMCAgk6^"d>7NTS †gߍîf \rްDm*׉-h9%GĂdfu6Z1aN >Póׄqӊ CFR-Y,3Չ›Ozc.- EZuj,ـ/2[ G#ýWqޫ u;:LC%"R1Qogn=cu%TN:BMYz b#VbC@[Gj;˷4RSg%ѩ&>iB]AǺrqI<ɀwHKuc?0-  S_nv7S=ǒĩ“2.佳{Y 17NH=X Qo3U=#:^'B- T&Osn愮p8??63b6>M7+N{&0ŭt| 7ڧI`t )dLDUQ/\LjIoėK`ڡGhl4!DrpPdY8݌q˷!@c9mlkҍ91Ǧi'5xU@" 7Kk>VNk1J:=1 O،랯 2/*!>~śuͳD40dr,p1*ǧ'$C#똨zK^:\]IK!Y@Xw&aK'ֻdoL D,h#!_;z%͘z|lfUl*/ӷ7]}~j!ALħ"V0@](auAVvwxq &j#m;{CvXT_%ʮNzAvXLDmul-OZ' Gm6*tk0^}F BNF1M岧d~oRYӓp CKWCcB  j$mo-od5J s:9" 5,T7Ơ[?Z2 apM蠜ʻOeߩ 5c 'ӀR>I =h!P14Ɔ]N*bak0 ٔuqLa^:W:m_kvN4݌)fj=LP_&Ȅ,mSOB6_B45+w-FCӤ .(%1?0T̽m5u؍F͒_z?q.#Wm®/O> `YBuj>= s0r)9d+,W̦%{ݥV~HAMqKfv s$<)22oo16hϮ_ܣu-{:EkGSpӿW*^mғh/pi.@Q(~6snr f$y@]_y7<4*5WS`34=L,=:s"4; OP3bLBtLX>ЯγFo„rb,Dƾ&Oq/J m5qg%-^hN'n~@Y<ʌX]F5ugV h>VMmb\c7nTfj$UPKs DZ 6ޛ< Xn]&(`b *?G#ꭶU~ChZ0ĩ.=H Ǯ_ej0P|.FN(\ʰ?Ged&J%+^>+Azi{m‡e#OxTj^ jA1 佽YDd9jًɋ$_$Ύo#ǭ&73t3ʀAc)>uof:F^Edk7 f@-}A]8el[Eޓ/L8^;TeS3;'n/*cO5O;ҹ?)d3~f ~[5;{qbiS3$ImvSy?ى_6BEEMy^qJ`ٟW)șp :Jֲm߱C LvO}-µohԎX=Id D_ gH-WF`C3Հ[@'SoAzJ!D7q8>%6kʖَxAE\T/$]7[uTpaAN?xI !v `JT3 ?t"'GakI{U1BՒ`nVQeL,Nt` QsNC\j *mm"DUV/hƒA(CDF~n?n-*[j@߶,-~~/ QIE vId`1=W 0JM7ꆩnC(W]A\5=;vJ#[c)Tio0Z]8#kŝh;CC$ M$0I|c7Bgdh v?t%(8L[.uNX6-٨_ЌގxEtVQCiA Mn%3d#(-[!oo|B֡ b;Eky1*b:fvL?Skr,c^;x w.uPJmQܭ[GP^0a0pQ.6˔w別pVǮaɐ[mVԮP_!{Cgg-%jH^n(~֟F'[[eocxܶ@}iZ'aY1nzJk; HP¿ n"LwiֈgIzmxi-IK62".w躄U~JҔnKc|2QEW4܄wk<B8ZU]3Ru[օ{$(vCy ~ 5Nbsܸ19Kw=S1#Ó;'&\H6kG7Y*h=`i6Sw:*$b ~ד CL̓#CDx~'89tu{XƤBnlF h@ĝkL?_|(Ma1$-y!wmFLY:w2 (g(x/9|T>{XD$:!W曒ACʧ뛀 ӻgA3 VIp >=FSQӎP&&+ىp+#C0Ut]ozch2!e$>Ë}3-k|ƮVdZ}\ℯ#/jKCa~66|9arRpX4azi@fh ,)8x/9F|s_\╤wCjYgȮX׵:j3vpG/s[6FU%i_$ʑ8㖙6!eB9VB cĻAMV34UՖ#9Vk9EF@Kh &[&1yiS#Dx0ihbh_63߰ou)$@'BoǷ`|Hr$*2A(@rVM:NQ-A P" !GmjTcOn⛿L2 7WEL pBu2\R:mAWo'N~AY"|%KѢ[K+G_آ'+¡Ny$VCì+*?(Knͦ?n_zl!ἢO= |} H#%(,͈ʰqxZUݥ^ ϓ ٰW<2{} 7̅L'P|R.̢;/? Tix?ЎN4'-$Dϖ'}p)7Czni_B/"Ծ*2auI L֦B0oLd{7R%UoG'h0E:T.L5It7aa7atH޳ )[r3v,CO?Tl)3#ҏot8 >sfpãϛKP8p8Xh^R '_}Ub?0@=i^rn@;-vvW`10h-a߽S4>H^7/!7b @)|RBKRvB5hcbI`oz(ړ" e-7;Un@ǀ@PPBRS/TGTq:O8ML}4'-l)72 wԋ-bSZ,lK5 䝣/Cev@'μtPK&膦3T"jSKA6f8Iɷ)'8HVJ]2Bp:GE6:<*6bǼ%Sq*Sd'-ytu`& msT=-!Ѩ5Lƚ9m=8 bm*%762+:Zbj{P{YOU`DQ&-"CڨJΩa^5 1{j`] aҳ 4KuD ZM흣l{uֽ}Ӏ$٫ۡRۛ]~Ij3+QR"4@X~bqJ:XCPy*/?[/Ȍtd np42t'/ZefU-bnB^Pxsn\/zWqKWj P'!.g:c6|v2?N7$L7sus-ݯ>2%hBd - r80qq T; 9HHr…ZxZ'`soMA+.vD2ejT*WJGJkneڰYՊzm (䘶=‡Ew%LPdЈlDTN]PE&x&fhHu_.UW#MHJef Sݔ$lZBAI}Ml崘CL3^ +MKCo&B"رKPD㟫aCs#F; H@4`w3 LzXnEVt (Z1ϲ-:J]owouў._~[9Us 6`u܁..i:5曈+j}<_q YB֍IN&MkS1X3^x]R5^5$OȅB!}?..kIx&<Ћ.a f,CN\pXCA`lI1BVd).w.%?\simcn&p޶*5XU]r:`\S*ƧU4"kM ezN*Y2mG)'Y͗p軦:k* n/.B'T=@2hV0b^G׼w kКZwsEgu>%7I!Y( jlNys9*X2@)"?d\_07^BrhxET{iKuf|R/#ȗxHP#X'QR1n F$- i Q[o9Hr' 7m  x^E]c¢>^d_#ؗSR;ѧqPK{ pbmΞpAV婴?H9f ~հ1PVA4)ƾ0]ݡX M?bxq,RNȫ# jY Ez|pe_%?ss644IO(NRrFaf4J*:x)b;~'$8ͬ_c`$~ 8I:etnc u}}!/ rC -yOV\G.L=gqiL}B_IHqxuABjj2O$oUrXoUGӫDnj@ZoJ4ӒGK4ׁR\OUwp1 >|xL>)Ay`NvDD(,&F4,s?j@"arXOnzUhdcv?ZG?/1 5݅u 8Sx9&\Ӧs bIJF="8!gx͍^}IJ@g[/ӰI8$[TV*ᾆ NR8CՏU+G8f²{]L<2( @L<:fDaسgmFwV3p^C6@,3?E8fMk0~EBu ,?C /1ۍxO:0Y7Xٔ.N|k[?M>YSsQL.CeU֡ؽcAY )%>c/"E6gH!DžonQlqP7և44݀6o8ZvDK])iL_̀>kiU,>ɡ^WwDK@"ڳQ7Y'8}Fm?DBIQVtLpg!0OK50 i\k]*`fA(`:M~*2 xmo\cFа=ItmaK_n) @Aވ ~h`^U\Ex䛺{h8\e^7ޫ .OdM7. >zl9JՏ#T/[B|A Sxzka xw:\ڭK4G+}$5L[g&"/\ɪJUXml;H."(\ؤ"yRԯڿF;ĚD(˰LolJwYc-2370Z=Tr3H SMB>0'ZÚר[r x*;p`Aڧs\bs;)`}zk!J@s+Yn#+xFWY:J/n!q߄W|}ш[tFF$z mJzHKrWYO.v!"z#nG<Ԧȱ܋n% {-RИɬ]6+eݵ ǕUM .ib=3-BV#=xzPܣ  K#ϟCd.5$恊V0c%8~gU J < gi\3Rm5rܩP {07x=iJ$}o[K~uN%y GawX/Wsm4+4{]d4YK츉,B9@BwL2ˏ6 Ӽ!h3I*cl "څjHB^ ?DB#OA8cA0Wp::ipS!==֪WJc!o^5J7i#As6" }QKzP&[;YW(^Yk{# NKb9bbZ,[xn ~;tle\ 0|H Nפp9(ot-v@D+x:Ujjh=$n<~a5UZ? fdi]GDncnLCY,YqVھO,)m#&w;q3-B0YQrl^+fC}ڿ1zZށ:8ȍ]$n1mJ{*GjWY/WkZ+d$u,9kYX6I2@S£=lW/D m?zj|,F]X20[G)5(XHL/#7aڗ1cN^P*:5}ם8s8b",T%;?7P}rI&DMXȤOqvM6Os[rD[qRdx9}qb/GX2UxKJ#o6Ƽ͔V_ʧ tއeoь CD 3ߌJ"M¶f=;fS.ֱy, ?<,1 &Z}ݍ}G$; &` b@5^4CDTy"*qtz7{ (F'\=n6iW?&۵1_1t*.Gm;O`HTNfy%_r'BCG2tlm7Ԏ՗ږo? Z.dVxDC1]Ps~I]vV`brlXC@|N.ύD\oi9Eߺ #jp}g )7qUg"u HZĎ6!1zl+cplP_$jsDbXrh&ArU˯,mъ ^~zMPt:\n\, 1<(Ǽ[sȤO{܍5CDo񜤋lC"3cd"ab' `4|ܼ6yz%>Z]NkR^Dg{H{VDۅ|]'o ;E"گ)N>o/PφU0 Xl̜8;\+οRi,[ Ov@&*pU2yKLvmߛ{L\(23#p-2id'9V'#UM!ݯ5w2)UFLEO晈$\#4G[tmv3/|ȜByE[U@ӷB`Y[y߉FsNamy6ZR@,5ۜvR"+ˤ[<hLxïl9TPCar h#gh >bةE\ǁ= 6Z:-pqhfMഈ!Jt&-X߭HƔگ * !Eߪ9C k0l90RS.>#CU7Q q2<,C?" 4c̛2TVDxK;Y68=sS #?Yƹ@~[c'4a;c"PƂC n|:jZhnTNJm{P60n4; 8c$s6XD0)q`lo{2tB) =gRJJ_Fߦ`G[Ɖ:8J.1a %7z'ɶJ$mĝ;ῆ̶=r=ObCLs7'Cc1UEE!q }i˦3q n;jLHIպׅO ۳m"rΘ@ROԹY`6bЊ)驈NNIXrr0{K-0L5~h"Rmgm$,5[pP޲)1kI W_Y"m*qK\: Mmŧ,+)JgF \rOむ)E|߻h3a'pA\'0-:BDA.`";HPm$bp(F9ץJ?ص&ϡ! H|p1LW%*G=ڒ:?(3au37}#I53ݖIaŢzN!4sK߮V<zvl<QjTQݽ s#Q')/sm 22fmL|?Av,W8F/עDunL)XGV%W"mwu1'Nl -3e.gLgI{Os,rD)޻.b,Ƅ'y.h1} ]3aq2䖙: Xs')Ȥ/AɈo."$=TUF<\{508ߴѯEcsvpg/C)gNB_[Y": Y.o Y=b5L{rX#ꭏVi`U뼆M29p[y$@&UPlW?Y,x.UgtM&QB=+'ɇ~;KCIŖJwc1O)t1tOPU\,۲. U=i4* i/ d9X2^/:bJQtTYl6`,2T_MguybC5J':hmǒRu"B5r?/\N ^I)I5@fv&]Q%}sm/SXР^ d3,Cf? ~کWdȄ|y@23䤥 6 j鎡`4ͻ+ ,;4$lVriPe"ycEx^'p::qM_'J== M}h/6LJbS=Q0/li@\}Y;7ۼJl'g1d`@I%"dcC{᠙r$PKud|+9xd . $R[(妫,8+* b(ϑDyXZ墌CÅѱ܊dc,IYO}%k3WٔY:y>Lq{ۤ-FS6!P|:R̠'[N~A%W@cƟgdRr#@u)8Y6#<>/w|zgx'}8(T%2! L ?LDLMnԸ"g/`;GkxFXI03Abgf;]uh>1姬䟲,/XR=*->u}ЋR^|@!Psaف'5Zto 95MhO-sHo)tl]o!j.o7;[ :X=&fFwo8lpS*ے"X%dxi/HOh$L @2ZwGɎn.a$}2X=~Z7SL$;W=t7Е: 6Ȍ>\ W,Ñψ-+4$v:L*E̻O~J̖]se5< a.'snsN)sѓ@X{oZtGI}q:*Y.ڏj[1PlٵrM(G]:lN3\mT R#5t1Cdhb {ѫ{Z]Pej9EɟH$j|&#mb>4*t]T2=[Xh+ $T&l@y]u B-n[D_/?sJꑰ$qzF*Bi{GM`$rs/^pߏ)CVo֚jPځM’D 48ftmA2 `[}+n~z pps(g: "cssxw"Ֆ^Q;yAZI')3$͛ZXm1o(|-(E$C; ("Zq*&w6-MNyr ;לB#wX?s! 钢."[c}ˑ?3NubD׹Wb 7c!r|Ba6Ej)rv; S:u #x,ɰBDWi ~X/ 2 ^8`T*"vd7 {7r, aQ|?H 5ǂV҄< W/pZ8$Trs ad5dB&E=OtGlmwn'qr 8wʁY[q,[ 8]Ԥ&Um,wV^5;q I(@ n`o|b&PDN2G7W ]{$dDt\;֞#*C"Uj l#21D3Rt0KW4:#~sKwDz9(ʐff}`3P;5h @<Vq~3=R;R5FWA].?`p Đb + mܕi`GuNt IHpTk:0b9 8ڵh؃gOٙlj䱧.B[J^ +^QM^d?Ps<edjHj=JFGżc0@;GEL.ؿi,vXx9 'J*7-1aN -CF>N]ԛ3&/MeڵW+2hZ*ՖRRD;U.Kxv͈:~M](=3J0'5]٩՗@C r[*hO1y#Z譹h{!OPX޷h~[Qݞ; o\u uZHe87TbM\0# (j6"pqGp#!!籧5@89[EO dԙg!܍'l2aA[PĒq5|/*7>NCrT2=7cܵ&K]؃ΉFUG6BUTa2I-rG0ܶM|Y֙fOpM >(\ w(]P;g橓@=`O> ]3>0*8W_rhp[{]q6[|&H 7_C;ИץWRMQ^s-7_2zapQbk+RJ-R,NG7@A]EɈ<<>YBEE*Q2e9jHChdŵ\>MƐaͷra~Nt}GqHo>|stX%Bn٦;n,Pҋ+oSl\)8IRS-<&G.̕qoqGטQwfdpH{K0r\ ۤuqUز,/nO&F4 ˆW m`]V@,!dE &48cԄPΜ%M#(>ִPi)T\' tӅК}JgtU\~Mw>Mxt[ְ1 6y) f e ~U]J?tȡ5V@S$+a}7zi_9PV=koEdUҙ#r@@hRpP޽N,G5_Jz$ҰaHG\K`~Y²gMI-@S5CfYP#zq% 9g_{~Z?\E?{^cˁG*3גڰ8l&M{gW+W5x\txIY΄\m5P9̩D#荄NČ%,B}Rom9"[#0ɍ Pθ?Z|̺.C!%TpFo^XkuCA }vltKx0ֶ> cHܠ|g1;v[#fO%ܡ7d)0yvRтK:BRWL?,]_>[k/# k2>e 0w`"!e~4Ed i/%rZ:8Ri;iJ%FE;Yɤ-}׭@zfl7[z n['8r/D2ӠYW薼&,M#I=X_5#էDZ}d/P*~@6..↽?HH :ӒI[vd f-dyχ:kA q$e v3rVAQ ?7oM_Qk9+9@{ڼV@297G]f__i {_c#A8xj v;p`~♁|XA!PV3,OIݕ*[7ND(6ޡ 0V;AC޾!W"Ǘ.Ҍb͟MzT:QK8ta, <70Üh.(0z:@sGCS1Wы8w*X%7*e/ nĿ OңHLHtdDu9:R}|YY0t q~[wv1)jʦ#qqHX0jwGˁ0aLҠHHOʱv\i!9ǙUv9~C10cv <2{2jtm8(:QhbHCv ϧw ?e|O& >Tl{x=>&6 &UIxP):3"'>{OJu}Z*]q72"bM%+Ϋ2RS.eݏ!O/Z4thB:՛kRw?!tut@~d ­8- 8aas=B9s7xM7cO 0D6c찝Jn9MB$]z~Ì,-E.N8 Ic(d\sb| [Nca }މ I"aDc/Kxo$OU&YLF>6e . -*Vej-B1}ȴv60p1amonr74hG yE1cNWeѦF/m#~!qQޒAog'/"~PC8W&/%'&3?Pv~gBUtEɩ\u8~\g0ǟ>{[ 1huX{ZW JyFW{7g I]FԊK-/+dgAl=q!dlVE|jy  !#/^6z&\#}ǟ_)0_rM]N:crK7\ZHwOjяOW+(5$.Φk.t?7HvE v 5#%6RcG(| (BMl$e7ooT0k_Q:Ee& Dyx/{DžS6IB||O:W|;tlBsE~' 뾗Z'YS_˽[o_?^1kZ[d '`i.4%Mt YrWȝMgiKXL6$EAxcM`%yTЈG3n󄼜 TK{P1em *% ]"⍤X> !1`v4_8+,q֘NrTFD;~}-`cH#4J gir4fۀǥcqI䋵ù81!LTLm=mJ"";])Xf %K5 w׿Rg|ID iu(5)zlx.roC8o8$ FmQf6h|[\fe[Y?t{%C[Xju}f*\"2?kwNh&so}w|p vq*fEXc : aq@f}勗%'.?RQ 5fx*홅DrFtC$&̉O ҧ% icR5v2kmmϐݨ ZgDxU:uY[O_njoZ3G]\+>'GdExr/p|n .@z :|L["2| +Ff!b]ݡ=WZw*Q+wĩ+q ĠhfρQj@^F+A`#k0f\3aMcY/01+mK'IA*([by,fv2vCRzB 3ek˰x5t\.\v|-rr=#NѺܿrBOB` 5 sZp>FaNSRW| x_XՅ%: -|MNNF4E}&K ӱV~~ |}'Fʆ0.O80Lqo(vy6ݣ<EE.(]$0[0)?z4) p樒nplYu 4r9RKZTqmtu ܘ4a3> Cʼn~P$5}A rfC.X#{I)bƐ[9J7 <0u)WqJ2

:܂z2zRX ̨掟C?=s@@'#~1l$o[yH;L*)l p1גPiL^/OKKKqY࠯Tu6`A ?GfflHI(/gie1iXkUdu:>6=m=/4!F( #!oXӝHџ(0q趓,k}Ӳ9Ў5rnV>a1_Ӳ+f]RD't=aV*0҆iqYmN }h@$̯ ɖ;QāQC6>KidVW"DY Gr펕غF;mIRx>}Ǜqtn6`b~54uii_*t( ׳AUhX5B`wѲě)ƙ+J(֖$A:+b0P 'ki:%F)v#d݉7xU/<>ˏ[e&@&J2f{_+]Hx2y#L=M^u 0QoO,qN%vM55ҳz$aS1~gXEM,u%)mw)Qr!LjyR~\}JWtΆGtXt}g]GO>02r`kCZ^Cs ?Z:m X sε*AN@z%ߔ\6=@'mG3k5mS/^|V)ƺ%trEuX<n֣9#Ics#cm׎)n>߁I$Qn"0m(UDӆШjf3,w đh;9q=^'`J(=lBQv4JVI8Ǿ2msl|:vف=KMMn:s-w˯8iA5]റ@vszp3?t1Z s:b(!df:xyg*boHY,܂! SsEa/; RJ7LO 2!#(6x y<ݪ2gb"ĽM!GOv9^rc P]9@iaWnMʊRT`_!*:qk^Գ?MӢ<ִ'0FC)]eUI̵X)@ӊz, 9xi1 >uIXG"J~.`B?#;$\|ub}9(V&sA3] e5Xe@0O on~zXX 5,;|WC?wK 46+@KNsR7䴘VTYS'VPrY%UWA r"Iĵ(PoⰙ[!V@s2MFq܂_;O%+ )  ~|bh*2F.^g Vq%ID^D*p^x7s/<d]ʟH7V8(6? l2;/릸m.V,3 棃<3圜"hLO?*߮1ܥU9Rh$Q&6LE4ӝŊjEKpfg=%n!;nr@MH'1< SQ82% R#pλPՌ msK{¢t<I='ZwC6ąKiV7 /T5gڴyY.Vt!2O9Hzғx-Ki9\] |bWKrJaWĠ}1h_7u-*5lD [)SQvpff+6Q땀 Z2!UCBf3 %¢y~5It`x @&eyMwu`uns"Es_5~/11^\jb#7>r5 "Zo~5y2VD.~YQ7J*oZ"cϪQH/}8b zNK߁k EJ;e-:X74)]J`ʠp.+O6lg-/ŎE*&Q̤S m ;NaxQ.`+#~Mzѥp Pw},G~3qF!ОGf|LFMxv|K w'.Bܚ/U{1"[PFƺT"GECpnp=4(J@a\&= 9:^ H{(]!MoHNFBD2[kOmkܧ ۶daXI[sٝIuLWԞhy.62]ϾNdh/9W 1`ˋYsp7˿s݋T\CoջaT a.Vf)viۘQ0W%;D,d ~x 7Led } zy:v?VVT˲i2~r1!+HlC}lkOUDŽ2qN-4=191ܽkI1~-8Xꠈ%=0A 3.e3iQV/L$lJQKc.@ע IN@7ݮ ] QZonL(A-!E*TBMJ"\ɥDW7INq.-U򘄅͎FgX+NVksL7zN v9y3 m9,GT;dD2@a7qⵡ*dCGrO_Z란WihR 77j:E&DfP"6FEp2" $s!cS'#܎ڻRf>ޓ~4gjo/+1sڄ|HjMPdGCJ7^StsܳNbڙY| Ǚ#RDfAK'>.zBT~P[|Ɛ ~iON 7mݛ2"k֎0'Zs[. :ԟ]'E҄f7tVV-%3Ť4ϫrJ75sKڟrt!;t̩'F zq[D>mw9͂- [oHCMk*z9+bS_%fx+j#<`!2GLt7RX{ƨi!堣}q^<[ ek8hU{5^;v[BVz=a W¹ޫX) [HX˜(Jn8~~LǖE4L[n~,,FPbT bqy 6..u͗,#aWgZ \ A]*|U9U.}?[cb?Xt}orKG]͑k^ @eh¹% &;tՀ+n_ѡSUSQ(xat+e^]SGlo\>a)DdRcL[M-؃Fq\I)t;l 9pM*5S[aPrqeHqUˆ+Rv;n+s E,y ցt 7(tz&y "x;J1 9 gǛVp8V6.Yۙ_P zITRͣh"32VAṞLQ^@W7 >:m/iv.C  AhG᮰G(/02g "QϏjvHUUr2;1 ,HCaecmv`~&Tٱ>;UvjCY #?>"@4yĊW'<ǡ`5ۚH Sm6jeoL3d=sۨY~HC}4l|u ]J;[jKnL]D)ͪˆkW)Sm?DXodpx+X(\2Nx NTa% 4k^0hғ4֊b9ɸ$?5iNq!PQau5|k^-fby\!A:6H?3t~2UX"vUϿ$ ,AfArCRE'+ĵݙTKvF`6X#-ǵ&z)*sJJTHr!hM$,2ɞ8H0?]gnfwmPD`i'o]]x[&SkUQ48AJFӘ͠_OpȎNe@G{v4 B (d<濝Q]bW鬮 tWVZ/,,5=73-2jNxtB"? yDIXU4 2 0(ud=P{m5R><\Vh28!s,#\F"+ t7z5CYw࿤[WiY T8#xTB!1e4&E9>2uf7$: 4Ip*`n;vz@%,gF3{P2Rظ7]Ѫ1g)+E9u {hńJydJkճhe:ޝtqr&2{,=:Zj'R؅FNA`y~Zaa?0; 9IT5:_'થmj\1ǎ-A'f)zy4uK rO Rc?`ޡdEI}!"Bؚe`E}eȒ֘/,#KI g @2+j@ԅ)+yBRO? # Ȇ[)jDPycYu;gyX6ArSN6_xU%Mj+"9L wuF. o??P0V"+n]'#5=Ngi ~luQ3`ezCikQԸ]nջg=0d*$y^k{ nb̐ ʈlǹ?Ow'l%Xڧ~]~TE0VPE?JLIxnVXnK"!uHWDW2$' X~.3A=Q) ;X6Ԗ\r2|q37cOL0-HƒE .''niȸf;lڕ/TgYo,9T=wwO/a(Btqىl&)1;ɕj&c#$V0q5cՌaU (:)ZC0%+cٰsJrT5WS[S3[^Iܔq,Y8w+[j.ceJE}2HZK F٪:g_(L)>>9 Y˄~z Tjo.fDZ,_)[ KVeet!h7>ʣzV7M͘iΝJLٽvRB[G9N=Z]'im#k?MZ?b txkѥ'fSlRK.߉F cg8,ғ'r)L镤 V~eDTx&`cn.+k'Ɖ;Y.DV'WSW$qP c3ҨS;b5AUQ }&!ɹo+@9 &DatE1./+Vc;F1nGjm NFb̽S6J-kR\A0;q#?"pV\FHH;gY ]PdMSrp>;C!Nh*!i!ЦA(4N!ՈZa(њ[ΈkgGw3XM9VMV\M҂0Jރ< UL[ e6.ޭiCkh!D=^Ȏ)۳Onhq)T_]{~ 0 !<ڑL8+7m"Ǎk'00Ios'\A/% ԃlLl.LI껒([i#G7{e/408E4μ^Q`w^|!ŦtT]4Bk3O!0 r\f9̪©;q}y٭Yk:! S@j\; /þ K.MEu~Z^>v_rS3Kx rn:>\Fw\.M{g[tR? ԤR+C!u*"?/|r98KWCzq#7JsͅSNBg^vtY@h{yZM@y2CPdc&ň1=V;ƑHyȉH D'rYEO13i>pj~M 9iP YϬJ:ބYmR|61prOƇ@3:NJJ<|Ziw{r:M"F1寸{lSH< 2oƘ1q!j P٫5$٫6K_fEB&5JQ_Ȱ4Y"ׅ4^A?^flCp/~g42  Qnɭ!/gT7WSBoCʝwj|וU<'`+) NµCʹ ےV ~!@'70r@?SC5#XcN. L @_T`z/b41T&WيB둲I%ݧh@~y|'vNʱM_%Bfĉ ̘Udsx,e4'P-,.o]Ѳcc헂b3iӪO$Պz-kn2Y Y;ey!I=mj`!J1Ts/IQVn|S ;O# I9 a0u#%MgӼ*q"yG[]Լ/ی =hGX~-H4p4g4x[@Kt$ZVJ7 _fΖtb#x.t)mM;{K9q@,z9_+JZrm٣/HuW~Ih&n4I݉ B$:^طmX٠|P8иCA^:o[?:Dף+fQMcJ4'tCYYK -'" 4?u˃1m )NF! ebQNo,<j꙰1.x]d,jp)&oO2ģ5au4<bxi\3ʏώQf+V-ņUǕ.aܠKOE֑L2h1c | uRG ;heZ 5!K P*Hbr֕|9 6]5* ߀drV(!N ·`'[{_]P/~ џw8U<H}duB0x>zfj<(zs8 ŕJҜ܇! 0͡_Щ j;>-I]y]nQjWQ|}q}xz2PJz8\fm SMm |TMR>6{xy$Ԟ,L˭q-7`x5/9 3a(h#8f*݂#|YmpHijޞMn 2k=FAh^?_~2AᏤ.qgGEѓ= TOi # E~(pa6nd%Erw*ۼ{/. \46=^fdͦ}M1C5a/D,WN:)MR jLzP$8eP~ Pϖ3mv7d’B@쭳'.HYMFOˌ)(]fRx\\Vۀ|`lL o9L* 5nqj?m%OyQJ6+@b+-BPr#F\8ȆEu:PRDRJ(bD%G4ܳɩZ)Z9A}K. NhVбN3 13Փ /|1V%N4n d7>+G&/DuM6@w*}"7CiVq{)&}X^e}}_]ΖՌntFV%\P(hVrUoc o$ޏ%4v6I`p >:It V@)KqP}1mEDZV8ӻRFXABXHW< Sh'S& _>?pN- Z˟=YCagG SJIH!A(dUzY%_Z5pGY5#AbInܲ$G<(*mD'hY!sQ;mC27a;=^Bc,C/cm]GeI/Y?'W䄶uc-DJ,I<:j\ I[^Ki4l%lN7rg(!U:q %ؕ[y;]QM.ӊJ9vkKx柸!ߗ6Ze7su1؝V0YAĬV;iX+pu=wa<C4vu΍ZGD/Z ` SjٺW՟SjCӴBwo`nQ__bydូfnp#,ON¯]zbг㥲c(U]|ч[ĥ&UH0)GHBjJ?z_IJrmOXri;k7—d1|3л쟜A+1AU-U.߃/ 0Ғ~ƚ %$Giw7Z)ӥ L{9T+$P f"5>(m@9((`P]@o q4+Ӻl,P>NHiFp"oVA~,ҕK9qtyEM`!M`tQꇮ4Eݙ1 l܅jiH \D+\W}Zةt_[":w^Bɖv ab(0ec HOȨOklhbj@Ӎ1ݙ >JP< E] ۛp|Lw^PN&We6-y'DeGCGpyS貮.s#_&#oiȎi^/[?=ՐP\h+\e&HЋ=e] ^SCXH2')-bPHӡ'ӈg2_ڛ8+,ʳ‡ N<z˞i$TAV3_9kǒ| GYqIh8W,L~Z` "(U#l߿P6&1 c54Q)3Ln6V'80Sw8Ĺ>Kb1dxWII仩 d[dT(L 4HG$[0T$] "лJF,RI?BQܩqI`T#)p82:Ba:TjFx]cX]6kUZom "(!\#Q Jc?L\QVWd^ab޳j;F:@%_oLk$Rx$!rN]mhB=-; #؉=/SVBvkrrDͮ 0n2;ЕeZ/p w)Y|&IiI\<#0%м.E!oԚ\@ʾfI!T:,[av 1sMNau\@_ >.܎`9%l@ͽ$vF@Apt28SC0l*s|b}Ў8CIek#@-"$c.t Ea)?42ˀ H g¶~F+Q|EL@DXhnNwիY*}dˮ-'y R;Lޛ)DI<w yTNiCTT=t])ˑ>4}2*6~9Lg\gz.m?R9`r+4 U ݝV)?hy6L<Bi#: jt=c;TP!|TNVY˪JSTu'POCtw=[q?Fki!12o0IE(6çj.me kM5gw(C^\T&^urz)h,澟 /JBlrH,yiSVr‚ܵx~G75HJ1#i[LMf` eQVaV X&u4J"igdޝң":G!UarAϙw";\CYEܣHa4iv|VnxoL5{x8.F+,aNVDt_$"4y\ H8_bJ[(TO1&RQ=4vRl`ǡ0t -ytWG;gğBz嗃) 8wϡzN.w!BS2faw$ 8# (Ba]v y$/-H v.b֨ؐpN%A[>/B!Esv.JdrY֠WKd ݁KH>;aviHV?L=:9@3YNYߧh^ )NKx1k W>:>^'x/$ߣԜSz+}f^pCf (Rc#dĄpy{877LG_!)2rUQ zB7ͅh o7Rh{˺Rni-,6wOookǎzkm@C n\D@m+A)ǝ+}ܽJ?$8;;`u&V># ߋJ1;?eQuOͩ7wJZlQ2=r"i01{堹`8?T| ak3e GtZ"; >So%TluX*Xg.=F)4BPH[E9OϟaL3b ;~/X6؊uO դ5bÂO %V,-M=;-npTh_Ѡu[_4e1rQ<_d^ X'c# _~[mO ȯF,!i# D^ h%ٓc rے5WBpٳr@ \)~ORYR% 񕋗CyvPA)La'1?<" 7!mC^/!jRi[( *4b߶V3#7I M{p#r5@7I\$!e4̓TFLAjƪn@i'jH' }lʳ~e;BQҞ[cօ/qV@"ӋY{@f T]%qBX([Y,b lxA~ ?ʎOZ*?(h&*T'] uр/* ~1MyQ;rp#r.FL%3gS(:Y+\$)V5N&i/@~2bw}d׌7Z2jqxlp|DC\`.#LNC:U Gue9öF qnG[kKᇉҎc3,8P"k/$7/{3%lc؎nPlKx2:x\魺h =)3d2 |T1OGb ه?Ӻ T;m/lgQ;976pv.fsa(8^;EK0ay@d(Cήa' g!L-8jH/&JE/v^z}ƪ(|DL唻*,>{6g@t lEHBRM uL9N7޸daC?L\S8˰;Oßغ aXF/)Fs*L9`ԇlCW0È9ˉY@@"5*͔j3 qL:mex:,VOE`}LY̵ݡgOa?wzo\-]6_SF9; )E /]y0@:[TUEie\ܟQ !mg~$䑭Ug N\eV CN9Uߑ͇88ǚxGkPnlE]Dj{qΫc)VXExnXsOZ+ ixBIaKRJDBGq%$_!zݍ3D|8J,e:?ڡLƹO{-[#QxI 伔O[({7$(3+m;U;9vW*(cKsw2`p m#$%gΤo*Pp ,}w3ؐ\!-)6@d<;>9Z"<5蠢cO7kZވLqm>Y=$G*׊T*8hϨi~v4U38!I#3Oת)6 W[;̫b:;IxI 8Q~Q;97Au^긪3䵞9_zo&M,5VCzmo[%;;{TZx]m$9ۏ?6[{hy:{%-%ck,K[ ߎ'Lau| eVYGwuf[N5|^l}ԼB*FLZZʤ4( Nl3O_`x.Qc~,{%Eyuƃ+ǹWg⩖IpHD'LVL;`h(7vN-} u@&x>3w53!J"vvT\v}9F{Aج6pce _Cv{&㋠剢*_Ϫ6 SZ"e miN'BOh}7|0h1Lk;TIWR~6jNw%HN<r?~OwުsM KJ'F$wXKTj6Aj"` )G3'=!>7T-9)Q[y$ n{,>R}Ego,^BD (}mMҕw+.Jœ;5 ݩbO˛%6$w&n(N}/ *F~lp79񡏞8mZ8#O;UWSmNKeZl8'Ωehi,M%kV:~$\@zhl?rh]us|dSF굠̅lRDޕWFޢ)C%cYtm\Bau E\*X& LB/9# ζ4tRSbvUC){)Cvl_ =ҵ'AM.J5ƉX{%%Lm}U=6Cf _">'餃ZFtVV#g6 6L~aGlc??`4LМ$_iWp|(nR~_ᴸW/Hk 3:}R2}Z5{b5&p->/Zv+ eI6v=CYᔀ}sMCu籑TGD7"i$׹xtM0h9WO5b!-yC[ЋݪyP(! d1MPn,׵ b7>;3hGu~ DaBOmn DGy_jY`^_d2BHnОz;aw}.~;^\|::q5,}} t{ v^0= ,v값 !bԹ)J=,lǻӈH,sc { z+-1A'k@?xP~; e-RnӸ h4yG3~"7_6/5uhg#WJ$ӤPo)Zq`0{3'@ R{-G=6Nb,Ukݨo 2^8e IXJs,JF| aC/ V)\1!#\cK!eu!.<3˫6geU=Ukk\ّ0~Yez` ݶ! '?&5]oƱ|enbev_u'D 1Ly^T 5HuekjnX83>G?ܝ=#C/8mRܷMQt+0g4oʗWm,KNlag 12pe6~yF^h~"w?l dEBe3|RXȸ5eimɚb*>Q@o%2R㲤{',`\)e # S*R: ӧ3ޔ޾y ]Zn/m& ;q́nZuns'.v:is{:oKrF^ÅԆ(Y8ܭBj/'rJF,An?cK?Rrɉ U!3jg-=ktYVbIhgeeys}ucM'(;I1NA:T);|}[ooFZZ1QT\ȋr E?_!]s#;"PUTwRMA- tow xU%f=\g/F+lgv{BB~Ww4EYh}+'W;:RARNN q{طEIؑ~Bm9[|-d(7`٦@~<鯲x"&9|i_oLrme"'XHxABd2W װDٷ ~:qXr }"mpP^n?mp& W) oǓ{V:;UL` g>3ɫ>gn@ mv/.]`3F l/[6Ìf~s{B{{S]YdYq"Gj\ cH<RK觺Ij6Rq[HcwS6:B[pN|ШkgpR~o2{ƯVEXG6Hg& H(70~&0/n49<nY 7SP]Zp𧻓]j,3ϫYť;]+o1e 8d=o54N~%nk<0]D(XPp&WwLFGūZ2>-l&Fo䈛CP_zunж V˵1 T9dAij(YB6fn^}d{|I39&ҹ-ĊMKZN'-yGAe><)gz9#>`%X53FDJelgԣdqTg2=2pV+hy.!m I(+;?]̴Ӭ\.WOh#CYp( igRYa8Cx=zNLN:D%In(Vz$ '?~wMsfg'v`7z ]դ\79kԭa䍤@>Sn5ϡ[P,2d ]$X[q}~dL|/# X_o<jLTcA.ϔ&M%H @sKauYU_ ݧMկ̲qVGϝA]w5vk{¬QfQEiX=͈Bl GMiD` =\ %ΥIn"x0vaSΑTd% EW62BkH}م/LBiƘyG/y^+a<ʄ(wGpzN[U!z& dbIWG CI2ޣ!K"Ĥ&t#+%J%Zb6yEKX.p'1]BໆdȆ(C);M*ȽKNJZT&X)C}6"c+/J'{MŔKzӝH a ŏ[63M~;Ѿ"j!Y*1>vGB?_->|bL>3_jN~tW;8@'(-lGVvKCy/|R*6`NRg^Zj7.u)ᦿ(kײ/Ve S6b`4!=tَߖ7Mm.j8痖M;C\>X|An?k@ث76Eߚ yiCt&4d1=~Lɨf 8ĸ `|9nݘw䚱Sնjy'Cr#.@6tKr`_δw`R8^0Zm]uq`ZQno}ȤwJ&po_gg AiؾW>eW]GMń|9 O·ןW'Iz[kS LpU o OFB /zK~Q[[Ѧ92懀fhχ W vHߺ~/(¶"ِW$>yީxJb7ynuU?{q\9,].V^!EceJ9 5+guCT/U퀋+{Sɿ1ߧ@W%_ lː; !>| Y3 OzCbW t><)59h@4g*^9Հ`|+c>'t&PW[B|#K3{>"h ~Z`#Ӵ3a.=:IYe'#>>~὚Fz^k] 7=crAD K\k*ҭ:i5rrg ȧ!?i* &k$RU8e@W831fQ_ծ`$UxWMx.օ0 $ 4hKpD)3F X  O/.p@| >]8m*jidf)}0Vnʷ+yQTTߐ? CDe+rʱ J1ge{B=xpFb ʱ .(Xə']unL.6Z#ѾN^ s 4㿨SD؍63ϱS-/Ha#ZuLʋD1ҼB UYеNԳ%Acf 3A j~:Ȓr0Qgd: 34lfa (:HBLAQaԈNwx:2y^]tvnY?V?@!]W沷_,9[R1[SUS&/-x"ߓZZ]:Q ~fg~1%ʼn;%:De=7O@ٍ25+8%lt\Yh]͆ |e8M{ %TfD-Eo ߩXjN<˧ҖÉ_D3wʗG,7cӗ.zBrщrtz" u߭L66MsLj]|q!vC5Labttǯg" Y*Ui Í$6i`Dl3LsHܟdrBbJn7ohܼwrta9 ~ϻ6DBrRpveI>pQf(9AW4V 9u&P,F]Gb% M2пP3Xk9S<͛|Ig?=ot`&BŤXM`IJZ >7aXZlxh{x dpU T#vsXkxhp/qLj=xs'0Rw2`ab_X4u>6UG  stS^N&K~=ù|6f?u8<Ǻ|UG<#\lP-*?:pEӼ#SRMü#se<酻9ǣ%“Č4__UH,8RJ9v?3 ĵNe0T8v;lkk&#ak>sqxSCZCGF>~)#U肖w"AEwBO݃ &On7ouqc~zM*]l5=]|Z#hN魯􉢍bZJuG> n-Ň'wQ oX);R2/>ԒeCWaW> MʹR- !`~L#e@JToQ[}DKcHmیE_ڷ3O F*2nm;ANp](8*ƁH3qaZ*/TsVJ^7ǎx2 Ob 7i: ]*ẖHֵxl8 |Ap_sdA._d]ف\~=PCz&.ɉ=֫? |8T+EgN[^zT~[i"0G 袄Ǟ#4~<: .@eMJ DM! + 6;d&7'ZUo83'$yu2Eex&XW !(_VkPs-+Vf(pR&QAR(Vj0cƃ%q :_?*Qv%,b% Aմ NWI#>Ech8 W;ߦKk!eY+"̰ )f٪q궏)Pepe61̀d!نgGt %_ Dsin3"u,y`ֆue׭PNJ3x"FvZr֪ZY{u[QڿsBȄ#1q'YI:jB4$28ͮwKzyZM4A\0֙XS#ԪsTrH.?&XS[RealF]9j[qimHE F,hv>NΡb#AL}'u95Fl&*I8Jِ3Ov:Tp*dvu8 1"zŷZ= ktCjwC44ۨuFŌpGw$0Ԭx7Ji'Hid6|z,DVqlYS/aJ;D,}[|X E)xLڼ }bTn$8@N #xfDҏ!aԮtl o7⍥ѤuM$ͩj1'G$K;_{؃vx|# _?bvk'|Bn7r0PwSPr kM|W,sΑ_gA@ lyÅ([zR~ lB;]*^Ĥ"ipX(`ˬ۶@]LNi'BKᆎYu&90M <9#UjfJ!@(@[2MRnvBÖQKl0kI?g0 ";NE^ĕs4a=R2-nwX,&pHmkQ LKIj 26XOj4iH貯]A7F] R:l 㹅+#=Jy}[r!zn>DU%o#V:.Ua!F홱1nDbDť@wSCmLݚI=ߙpvϭoh/Gw) *rn3;׃dC/t@etoKa.qc= %Y>э Őʖ\q l4:U0ۆ22ڐ(Q~*OBK o SD8#E3 p譑h6҉ȕ4,nj d~k/,tЈ# 8cM-Zf7GY[g 6~Ikƕ}W&7LhyjbꮔaWcc}($e8wˌihQ47!m K{ȠJ|R%@6`O"2N4' pA J7Yf\DΑ \<xbI͹[H~,ֿUPD~|qRA2_UG(t"#.N^l!+蝎I_;g"p?oE% iSFvLJ G Zb)iz.ȶe / MI6G"Hc pE89AŲŰ[{JWznRv¹4 4!>K!u6BϢHБP`cHcBRb uMB|Qh1`{s15ѷ`og'>I l4O]%3׀xt ɹfo+ "yj7)wA&zܴ'+El^q,CN9A7ǫhx( KYa(>{8(~(m1e?:ZJM~ ӽ !h$}QӳC0:*,UB`z L'LED"d{+T Ԇ>{oO;nv_{3.C(~P⿅.t.[;q1j J5(SR%d9WZ :U#u { '_mh)}8 9fI>c+ZI_ЫR3AˈSPg,S(mQC7:_j=S0A w[Toqr76f*n| 3 J(0׹{}X5eJд1^՘ZС[Sˑi6 ȀmKM*i211GdQ\zVUL*kɮJޓѾLYp(B9]S~uJ7[D#C(N4vB&- ^=AULF}8xi_p4G5$ʪپڤYAnurZ5"dhvY@5]OBa0Id1uKsT3WmDP|AntZy$VbrU׫(6 $o.^q=FCd*#8ˍG*\el,/odF#dNX.t>) dTo\ڕL,6-1=chUy.6-D[eSEw.-[)i,Җ+OY?t]i% gǁYs{Dnsw4ȢkBL!rʼnnwbi`0h7+|NRu/d78i"_jQ.y\YvygX(7>bb]ܟB>͇-~Ys@VO\X`5&$%ṇwIH) r/2lZýֲc-QZ6=9Ne(=ѵcFఀ6e|c;ħ0 *=]N$ҕ[9PKɪzͬ2sO9bàٮ;7k 1b37OROHC+Is=qQrrS<*I)cCd_"A/HE?I s#Ka"x`/fJ.D5@'(Z{9KiOaHIM'SI*FrbFME  );а3Fֶ`+a|SvBh#;;P&f Ks.{ /=+IN&-!픪0S0`c]!%a &ڼ:< 6>c ES_G};!\bޢzcfKWy7^D}*Rax:J l"}+IXi.nQ%2x)v*E:\dֹ>emUJirV\A06o.{y:s RvAեlzr%7){Ԃneyľ2-ȁ&ۅ)RpݔgZ ,nC0FVtV9&tL$s~IN?0xGZ%bH!(wF^!:nw~a0Js_sSe h0;{BB(IZmũqr؋63BqP"0f9 z:Db7M&سvxR 7 wWVŠN, >MP A 6F͇JJ{Yʦ?̻@ vfju |GMNb1Yq\-!x@T$1։1;:`VұF9}IVC/'oHu<xGM(tkl_cGRëxYIqz>٭:aVғ'ծc?V6{$?\@QI[',9I0{n)87'Lz/a0NTc sN1;'0YP1L[Czi%hxO~ ?0.@Cȁi׳v˵?+"mC/baA,9xF w%;;<?opiMK$%0 SE̛|uJs1|];4Z`Ҏ3,PD&<Ҍskp8Ӈm{v.T6::bp3u_3PjMgD1]'ph ۴>КA'} aNh$x34Rg@vW{kR:JؓdpZrݵ^zϖue.D+Qwfwy<³z0{ym(VmΜ-K KS iZbP')XWZ}!]`Kvt w3]"I.>Jg|+9O^"*o x'oQ&!"ͅ;Mcbsp c@eiX_"'SЮ HI5ء1"ЫrbPBa[s:/G&25ˑ/ twAX7`1A^Vg(a㑺 ' :b֡%@őcr/eWBQ3~cH^2&3ZTK0e+Wys:ALGg:ņ9hQ@Q-vouQ e XnXptئ ѵc }A{j>.yVJ/6*Ù/*P:Z:IF+!:)&[g zg3frҐho `Y'T+g\ Ag"`qHb X;ԱLM[mwQϒ'8ݘ'a:n iQ%gNYsf^GiݐEƁ0Ƴ?+X;6]%悮%1U z>uvL"/D/shr0`&N%rC;J'Qz!jtיv32-P`ޗ퉻O%͐97_hn#5ppnT^o,  RIGE;sOo&?(9pTcĐ\a`RdzQHlE%SuR We[:NEuK %$D߁rV3Iuj#RsjyEH N"cg6ڃH,uSP<>c,?N:o\+o sí*9xg{sʈVdOTI ]0| >,z`?N`"<*[o7Q,ܼZL<ħIhC)^bWNk%{0v h3~5T$͞Қ쟲VLJ T=|Έ-'"XjUmé\u>?#>xE™uL@GTUVa)F0i{ILf{l&_>r%@LT З UQgx1퇨BG, QsR$s_x_4,.bo#{ ao;C5:%S4rS?٥hP-Vu8ݜ&$\; ȠiK>΍MpFkA@y5 ;}ۢ6KPآ>oS$ƺ6ǀR b^FIi3qۘF[r_ۥ2ѕyŚ$PP}Ǟk:!}wnȇR=cCj 3_!~sXƴ@|An- x:*I<;s]YY9]#3]F!-XG OOb bi#hS6* p8/J| IPT1X@O[J\b^ӯP5)I4ǐC|)^(2jf[vk>J'Ml g}S>w_R'Jт#> ,UEI@!9o*x|V\n.t"ڒpÈ\_ac+|{jԢRaܤ\:rCzeƣ ~S|q_dL*j{ȣ C7F ]Chva lwB&OU2=}6)2@:7Ac-Nrd .KzQ"5}Ǫ#NSq[^fppމԼfd{t0/eR/BNGzno'(ޕKbu2ӷqGo!Vh='2g֢ԭ۞ɠ,mD72t$k_õGGYG "!W+|D13Hfe䃠60o.HV-`Fư@VxNo*91!7)o )N[)`UNb'@TI-}!狢Xw:2)W,<"DK Ԋk'0etz̺b*F )#Dr!0ۣI 햧ӦŒ謁zY<0Y| ˡQ8}r a 'lDv"V_kPA"lZy>jP+5M'nmms*C ȤQY[@zĕ$WVS, qr[a>nğ +,̖)CzY#9l7kӒ Fm2FQ*mTps|ya♙a]6u@I?Iq?!˱ыL;ɝÑcgTӇ02ZG@ +a!~^iM$_fg# a XMjVto6"siˁ'gF<9|O Zi ߚ(.]¿i4p ]4ǢPo%, bYDa8B'CE~Rt2Y,yXrR: J? tU&HܑmjVMjY"E43: pBپO^M9}*k|: m:ZȺIYզ KD@*\eji`1@.EL. a#޻5SdX`gF4 lg^8υ&aUס&tRWn>Ȕp>#Hxȩ[PW$I=bCzÑt;8<8E UBi~6K3< }m@OT+&W&h_s_4OM ܠ%`auF(&zSL뀾5p/ W:P0U!~c8+*PK:UbZk `w'3zYou0r& 6wQ"U,sִ1J!1_B6ҹ8 aFR[l>kSpe!dzG#*_t=sm+ B9e¯ͨEo+H׵ Wpb,6p/xlX݅%~VPx,@޺ۀ.rm0W~&-tEOPe*+Li,X IF"kps@ay쩕ٴ3<)>~ZFHzAt߅?VMMb EY2›Dz8f2cX* m5<ĭFeI wc6f):Bo'(O{! I5EW,Vuoئ4v!@-"*Ln^iYܬzt|k6~gRyi{ty#R~$^ rd+1V_V))_}ʖJbx8Eyl8Wu刮!StYOT2/yYguٵnA3æuxG.\-tzFZBojƢfdJb{# гLV&Xb+nV0)qYQUr6;/Jt Qo<ί#_3jx63_ F$Wg&R~:IH՝U=& ,evҪTQqu@g(6uvm"vC$:EHZ0HJ.O\sdWGOczajLӳȅ#>)ܷ}|}P[!=cJ B3ʝ:,~ӍFmF AfN O5T|hc/n( g3C=`y>G26H>rm G4h /:.``!X͌>РGLͷҟil_2 ёS J),cLZ]Gp,аl >r'ڄ)]3z-ժ!3hǴf"q6a<9~^弰=UDk 7L+(㑲d囑뀑7ڱ$S~ h<"HFNS[Vޟq=與a\%&WÄ`џ}f7|)i;47Qne65–0٨yHD4E# &  8WzB eqIHRwv9efJ~eFmEhmX"_&v,43ԪwO5a0!5HBm}Y4El-p#"2Vω':PK)('ZݎD-"_>tB]K@ TSL4RYrs3z,fhGydڸ{$8*y|H]< p؝S[X;Vfκ5 몟<ԭL(Dkl{XpBCi) B[@ ھPDS|xz&>y/MDlYmk+sʧ_O,Z fqKxa.83U@df5Te*͎tSޥUCCD.9bNw]Y:gxY`lR}cRMM6fnze>ʊ5pxG+׬Y: Kъ1mj{}47u= -{ \g68 @3y%:]MPsB: 'LkV5Hvsv??78Q :5uWUnxLp5tڄ]6`aYT{em!LFA`?"/N'[ &\PZ҄|$ܵN"i^|3eEFD/@jc2HrVޏZFadz'VT[R[‚`/~{&=5,0C%)|A]|!i3X斦Z.E0b[|Ikˬ"p Jߦj;9r$-t ](yϝY3Nj0@Lg?y }>Mv\֤͆]9!OAݟMCva~r3'x?дNuNP`~t{*!:#R}gҲrVPJi*%yjU_ ԇj(ν#c\Fϻ v"M1σ3nz +ۨt}LF+D8d/Gi2%sHv*&Xua*`|zO,GpX07T[^N|vςI!Gjf(S.'=)T ~0 |Wg}"`*g7^ @"z&b] iu62ujPxK7Ce*\`QO?CJڠexp~ 4¢H0"M4.7Sb{{n EJV[P:LN뙔C\0ƺ5+m}sLB(*S&J1)˯o#O7ɯ"Qߊ89^!|~c.)x E-@wtKIΖ$kSsLwZޡkPݳ[&Jx%},/D}?!|cs Tv"]I*ty%":Oh`a3ط]Q((.m(xe\Z2NYo:@7Ȭ5|F3Qxo+60H?0ŀL0^pĥyxmR>9eoctM>&"'=t0}n'~A?^x^A|Ix4"=xUxNdԏQ;|ίzQ1|1_W=9t?SPb"Q&B:˥p7|6Lg␦M:oGXM$kU3ԻbLV 5Ӻ'USj5ƭ`ПÑ_rqi_(+8X}:EҘnFnhB?Uϰ5`Ȫ?.Q'(J ՚kS BЖ$Lu=KqBGPf'DZI ; cV>Wt'ƩUm{!Y "?% ,6?i Be.7ϻ ]Ψa2 (N^`|Ks׳r-~nܣ]O35NP%c+ОI*|m[)֘Tw#۰#fVyBsݏ@ yLİ e8Z̢ ڬq->Gշ5TS%[64+[gr;Ji8q:o횐a^asx%U.Ez@nrIuIVĘGcw`B|vϖ9>rg)1=E 7Bu"bFY-w W'X͟flFNw8[y1i4wn.'ߔ( O<(v ED(O5ckL\YocMx~ߖ'.~Zm[&pfڹ7#P}G5DJ6,/:G)Mqοrxpd(qj5#fL@=R 1{q |KGekpPyXMkBLjNn/>juͧ(DcOe@vwFl'xE,k7P\.9 4,5>hk-7qSZ8.$H䜙{ l)yİ t?-4SV+lPH(!sȋzW j^"C?73'YL57tE\x`΋u<3',3PtVzcEi!ِC˃>uOMibsRO"lPԀEЈJV;y}K_kXְߜq!j8H3ݧp(x*' rHFql 3U4 뭘^}c^(*gO뜈6MKurbXiGylu; g{chB'H sB A`k9QR(qK3cd!^G-LL"IˆU<ŷlO6o:IQą '+fS::HbK]tYwJ`ƿI[vޖᵼף.lj{K~r0EW¸l*ԓn }2q1Wk, z64j7OBMA^` 9S 56Q[2t*2gc6yEBƘ58}0$]zخ7ا>YbEmJ"f(6'2vW^30^mD@%c?M{P.нB|m\=`Y{|s>3x6;g ͳ'7TY:ՒVbkxr+Bn$ךҿ@0M69]5̹7h 9;n2AiES<#0aFR%v@r1`EߙEvRO9r;Na S ElCI U M/ifpWy%5CFО j(AyY ԂHzNoS6x o)r?;V!W[]Z1O ,qS9Gv}cgE%q%.;ҙNƿ`-ΆS"N00PE;9*f}i&AMD$8¨v<7b~QjxrҭH3kde_`[$5ރ,",1$~#̩8!+*_Z7賺0A+C6/05@v;?ю#XHrL pofd-gG|Vn6EJ+V0&m w!aօ3K E[((f˩m9>rlf!5$:z\Tt "7kmJi*Ko(0\Bo'< 04đR2xmтM|!o셜]_hL}Tf=BI±O$EtH2&BXA|]"ܧ dq>nqu{ iB]`W\.f5 CLTpOX*\(Գ[R)ԁIns*CtAF3O9/aW 㾚,a*U%w|}U9о}I乳`K7$sw9Xc? #V-#9#Ǘ-OZMTd {9чx{r J ~)Q:gSoGm>}-Pث݂{<Ӻף}J(ݯҶ{zr^{Pc=͎ҫ^෻ (j* 23es(a"׳#q='؉l LKsNڒ{ 6GBdraۋ7_|K#n.weo++ d*>U5}zYc([8-.`qUmWSH8vI/0Z:lGx՟o9 ٵ2ks҈rTdN%Pi?|9EF '|C:>ڃ~[:1+5´Oguh=LCZӶQf-~9-bdh)ÔSp~"4]Dd߂fAS(AZو=qo48u}B'~lQ1QhlG|2%{x".O $[3ܪ =yp+єj(r'-~S2hK~$-Nm&f)!9S_;}]}'JHɴ8/U-@WCu=sCtiBɁ/ͼIKa (8 0~5}mfXq ~s'ji J@*5үy1 q -j%}޻6]:pOOz.:7v00 W5/DT^쭫ldJn-+j;󌞋y2y ɌgNtD\Qh1ԂM~Q͊-91g-y;ǍN0`x&d$!O%NTdj$Ӹ[ hQXN n* ,z`!6%@ٯ=Lm`VuBiiE+TD}>fny(Tb`qnVꕵk&جFҞԁ7;v:!jQ5>*rs7W -zȌq-Z7mzX'' $o¦h>;N'xh;9s~ż=YH;)~^r /Dr5K5&)G1"Xo ꍔ[3}ĶlXOmt'c!HD ǘ׿%2LI:I8l 1:ݭ2F1Gy056Z:n%(62naO^lĆ^:fMI-D$*F3CDTzRZvaS[lk%q,\Zb$om7 r$2 ',ϋaJg:A f#ݐXY7%NL3}_tsFWOD-q>HUM'U Ǡҟ;%]# lP5wxP G}dX1F=G/= 3m,Y %7 [_M Xc|`<VUP'A *Xp#qB`ݫ✚c?ZY ]xP# Erxܖ6VbYVm920 U#P@^X.gSD@^|5Q/.Hi?/q&jڿ4WaG+7SjswB=CMY}̾n J2x8/BS9{]Ň=L`ZH|T/)L]C-&dfkf~: oB'ġUªtWŨwD/fDWr_lp]G{N z8<9y%'(Agfo W!^%i_ hMcӕI62+-eͰ`/Y<>%k{3"5r[P1?a&D()ǣ&gUQ̌pK7J+6Q+NaxOaq8.~T-QdL~>!T+`4'rxI_IEz)J4COŬC{ƣ]qaWmT!i>bv}f5^K7D:tՖG#T ;RNԢ|Lbص:ze2V)/ԑa7 t Gz;{ZhUgԼ*jot+Bڅu;CK^mR{]y/(j}c)KT%85-oY =R$_Q? _Vp76h(6`L 0崯?Wŀɟ %ʬ8z[ ob"?u [ΚTJ*??'ZAŅJ4C/hx=}i :Glqێx)nzc6qI Hzv A~A'WM6DǓZCf@ˤG`ۇQO!m;H?/VNfgZ$ջG1l#a+pڼ93Mh.wԦGN%nZ/<D~fJ젼IESRgIJCP//RyVW#N o$g&Dh\&KR-2WRw1œ&|rLyuA^W,E _OA?" ,cy2),BdÝ700 1EӳY-wρKGuҥiHz(`7vSsE8:(d%|O^06#ruއP✇+@tOM{Si_B3B= 8Ae#lS,xL 1$b*_odPkl ۋ˕ʅO#(mkkw-m& Q13/5z TLb;Mܨh=ߠvML4̾$hdhWx 'Yd!Uv^z/88`qh+gY !NܖOgQA-zx-uEN8kw;,0;}H5pP ˡaLjϟn^qH&S D]rnԞx݅sΝB^],1 r9RcnNwgGźhܾP,7:[{:/6s9j >mB'tuI l!'f{ja"D}C&ߊS}L;䏸y;_&]&]$. i&a,T<=ݝҕ^IUN36%M}d}۝j-..*و.('i Oc%ʼn9`A'HK`V V\r1: WLw ' T9xTUf@GDZS5;%6$QN9!qLҭ@KezS>M앭l*;cj,nHL6XR lSP2z؝.i41#Du6o?άR6|T9)Q] P'w0_&-><yG[X[YoFKRS>t;?i hxS c &bj&)\9l5}-N'،=#/t%MꐮTQꓺQ#]da;C3}56LԏoƸGql[n eA2R - ZL-(À{T|Cda !a6ԙ?pviȰfTkO0l3{֍!*./Y6:\׃\v |J&Y/ C!o !i9/a;}yԆI]vJ*ڷNppp4:G6o8KyҔH1Jw/fiYTY5_ D ߨXw'e~CgA.,zҾ.Kgo QPsWGpZZdt+@x9dkP^h&D7ӾeOGf|s1&.Юpj_WpQ&A= آ6S".gL6HYxӶU\E:d/84- :GҩlC\7%\-%pn)aA~n_@>ԅ9)  /<fdL%^1ʇ@f&dM#^jU\MUr|#gϝ;8޲7 YR+ 8,Hr[ Y)Hh]t]%WQsusغ|G+؂h8;|ځ/4¨y},p?wPo B`Ҍ.GT\T>,䤺?sPQ7#Kl4}ҎU]"a={wT)F12g% d$œ pp,, ēD6D̽uQb[p8@BߗAv`[rAtqj(nx (a +%)|Dz@hȕvxH(;Ex 2. 6/mX{theS'b`72oؼ"gIT;l= U3 Cf{T-*P-ٽfc2~@!*vIDn&A >n8j8ۦ.iXK-A# eTryj }y?[1.A{ky Bm-bA%sf:K~m'L `6S_(y.ҝ8gJfOҍtA1ѯ( ;m wqA!nR̼F0Kt- USc0pmtN% )˜=XI[의iUg, A{Yj {DF+*7S#cWP6@gw>J\`*eQL6kr ÇZV_yXт]h<~%鋝zփY k./ t2hy׎Pa%npor{p \EK7Ǚtg=@E."9ɶ%XF|47SZ*)StWvY)ijBds dtWo *&o.6dr0N]ՂQ1JGT?2t5/R" )No"_E4,vop]2eVح^EĊ>H{l]Bh$hW~S oJgP(6r\gNS+5 4z[媼B,=7quk'~LUVQ:XŏcIG\H-WU,/j@zVq .08ۋS9oGUR(+&d&׎RbwVoR#cz^? t% %E&IjJén-w ξ1,=RDs˶Vt9ϊ*ڨ4-ni>Lzͫ\h\pD2%_m1qH,O:|MjW63}8JKpAAVI隨S!k,ρMӦ#ḍQF:{"#ҔVO9xt2(2^ piԂ咝\V ݭqyv`Y88p2Jsk+Gl]cTm\)pr ^^ƽoh{q'~eC[Ȋa=$4MA\f^o2@]6XjRyw|&jP.yO*qG]?1.Te۫njAͰ&=ҴE+WI%F븷b"̰9l9y^;C'3Rҍ( QaN p:I єit$mc&R۽+=]\fP]EdPo W8(51źFg='_F~n~b!B|ÐFx@ ĝ!^qRSKO5Ve\a`Y++Wu fK@5v4Z̿\ 6QkY}@EbF-VsʴM e@(YdµQ8BZܺlFةI_g=#jQa40ބ^BQJZûJBl$o68,t Em9uW-$ʳ43SMP1(2ƻB}biZmc$1(YCg:Iٷ%3SL8; *y#2?F@bl]Qw(3]zАk1ZPeJ[a-#X#;cEdV0o~nu:a@[\OE&95 -Mϒ hrocR?c?CEQr`d : 5T-2ⲰjLnIIVllH8|sf7.倽#\6 wy ^qH}vYmOhVS%G CW?z ;9E FslYDgں2 ZblqvRȶLmXU kJq?!Eèg+rzpk{=i>i#ߢ-aӒ5E܆ }v-(ܨ3x?|^ DAG>V)jEoqc 3mLR>dʊeW.eO4-WယP><8|8#f(WxY墻+=B˖ކrR$ؕ\? z|݉t+~ԎnGTU0Z;nt[\mC n # UVnpUty ߑ) Ds?mg'd/?Xs)vZ7 Ƭ< ~6p&VOe hPhiOj#̿ޤۥ\/ !jeN Tfߥ=ДF0 "n 0zYpwF7mɠ6 GZs RX,zZ#o?ӂuP<)tTܟ 7yDPJ_ 8VHWr #zʀ7'R}!BdĴͻo52C[+hÌ8GM|cVx޼R|z,ƵJ\Mf a<<1@-ULUe*K]7nf RW~a׿~]K ے$1#Qx9% e ~f%ڛYAIT cR1J=w׸vlVJZTdX@T¶?Y|*쐹1`1Gb+P*H V%?sk@zY?TUe 3J@xSR6uYY0&ҀT[($XvUSlqѶX 3KAٽ|nqJ 7] a@DF}FAH 6ޙh0Æ2"~T0MrUB{},JDQW"Or=Zv%eb.ı`K\ z|!Ix_FCfҀ r-M;(v]h+{%S1,B`G/n>I0'9fUEe&^-ma:*PYTs1MyߦdHQ-0u-} A V]ˌ2N®1pƂ#]Oiy((A #H~rN 9M4eo*<eph򲩃I{/m0GLnPDǨz;~7yXsb>#HwbJ{&C2=Myh Gҵp?$zH'+ԃHDOVu,Gނ,vc l W6-($t;LE:_kw 9[J%t~u:v@6ca]pޞZlC@1FXυjx R3 c##) "98$sL4u\e7^B?fPnwzJЯSyupnʤXwT].\< "HZo^@{%IօHf^\w1\ۚ;}3 Fu0M&"h͎TU+?̈́)`$\I 8 OV7d}ج2Cv}*mh֤,*t%8DQ4Eԍj]a!`LG7GDNcop߰5.DO^OCL?j3'WYgI ƮZԳAsc+A}oxO\5:>'YVHH:wRZ%TƧ,h="޽:8,,;_˪piv#Azg|4zEYM6Hizé?7 P,M;eH'u$DN@BTj~!R=SrdRq9·/Vuloܢ})hLd BIVpeUL坊礂L9378HVfp  T#ot*j8`SzfuĭlbF#wٞ9 L2-L'LCC x}^G2^Գe'+?\Vzu1IIP&{&'Mܱ x848쨻Sm($SkmԀ^Ϧ#iw RxR&*UIdI0g~]( Q6i9d{^ o9"jd k)N&1щǂnz֒A̽,ьgͭ O0&}Y?rqՍKdK/aOE3Dxi\4[ }^*쑵1& xծLk4ke16imulW妢ߙ *z16 l% 72)YT_ r mu{["Dbo`lGYe IF1Ba.0JV!_wAW3>/G'f`˒xҀ?S`>T%ۛF9 2C#Ūf@~?-)(N he5bqgmB;㾥<ԝd{KG%{7,.lfYଙǨ.Ҩ&cvM%YRDS|m{q_)AJ&Ђ#+J onH3'w6N%/mw?1c> TuCxRJLģk Pg/sx|܋ @~95@t22F ZTiɆYT"]"+8ޗg`XgpR_$jaHy~)50Miઁp)`rG!E?oD}!o V'DआL §o~QX )(uhg]:Η9bCѳ3c_M =x7 &Ԣ pIRA`r %I2ml,\ ɌӺR?>,% }y|р*G.pk|0WN3@I˥fi؁phfEE&<1j̏QlP.emq ?.9;˰,T|WdݽIO6\p$.^Y}7+岌wN aC#7O=.Bw ň5^n<8}x 4, 6vz9oΪ,D2kg Г.<uߙF%=uC%'"M1Ysap6U~alKVp^+h{r%kvm@йKFpvoɹ92Q[)ԭzUY鄂c,[)!o(6n@>,BYk}҄@ju2N.I㡴VbiK i^8eZRX9:7Wb]%h/eT1W@G>:lWal5]qhOU]וUsnAy8tᆳyB3=o}`;" bE蕷7,=_֩\`4{ fTR\zYW6s49,E֏k=J:0ڙoqƛ;b!/5So>`h ; ,sLݍsi>UxRr##&]7\*l¦|onf(RM߻-ǒ7 ̿ߊ4!5qU|ęE$_j^B>#}NtA1#"bQG껊M{II~,S++,rډ`e0-; Ļ/{UdsQ6= [/M0~c|({&SU06 2^mY Fb_l"{^KeEkV kSsNbaߧ|mYj;w%+݁"Bqj!ۑF=_,[V*jś}/s}%grWIdI=CiRO2M}L+?)f̑(aGj֑}asٲ*.T ?yzKLz`$ˡV[zwHysM0;FɈ5؜F3&rI+9d;I> w&6W>I 6u+Ҟ>/H#Zqd|/_$A˝g.|U©gR^ QrŐ&ICde"|iS9Ll)y>&]9EdF1SQ'FIrgE d@f9IfÀU+1~?\B:̄˖ ʉ1i7ݲlB.Yi TNA\Qj?xQVTP =*z[Y^ΈZDRؖWB>;7 ܺŚkL#R;-ۜY* tK* 0&G+0SM; TH0'QVHZjUlr"C%#> ='u8d9wUBVCF151wnD#ioIKj?p^A 9$)`3 )Cn1TVo0A' &pA6¢#z0;O~>]ߗӴ_m`sMJE=rڧt|vC=3:\Հ_FtBU3^%T$1|\֫lg,\?H(ig| >|hKlnU-%/dU@ƺk2,}J t10/}&[s`{'g+12eCvj[un9 T๏4)&_7^V,PwSQm8; 71" hJj^]bu>'̡g)BK@D)DE2pqӘ8=5UY*4bq oB]_d&1Yq}L~EΥ,%gL# J.߮5h|PFcnHAȬ[)H@i|A' |ŵC㡄\X̆ WG52aE+,s1vo0yg{>N!?|jN [SN0: KmhHsd oj#<ِ0wJZ_|2le]3E6=M# ɕPÝlTh\qxĚ<fѬZJ#W=;9-9Fɔ|^5Tg," 0@$I7}yֆ!(3jlK- kT- (ֹج}`cSܙðmЛt NT 6z|͎eȆuT$JCd*6^qN]QW ((ƨ DUIF|ʁs6 ~L$gkuC;Ȁ>nuh_-v+ɧUlGVuk'x\.3If|*TzI}VC JH>~bjst. ^nw@E ~,}d묑ۿF`]o›_UFƧf{Π欓P U"z#5; VzBڻO`?h!uS#^x8BkOF E;`U="Q{OK!*f}3 6.!q/I9_-vm4@8a嵱 8@KvV&&U23(&KM7@6Ԣ\:#f ui16J{e*czݤ Xph~Ugo;kEfFI-d$ʹTo Y:Pkgip1(9H*620nj"+H;KP>lD˛\&$$46&t )kadC&G @VQfڞF?Wj%jKH 薹óA=,33D:S/"]tދȞwZ6NтLw>T4a6LiϹۨ qažpT[3zS77Z 01e۰(z5]asx]OONmx򋍱IEa fwmܐ:w)Z Nxuǹ<NWnflnOO]V0aԾG-4a_*+}Ә\ίx>vN2”me=7\c\NFWRcYsjiJXGd,LX 4.y,BHE׺G^VvCn-`EvytvԢ7n[u3jlEP|HbMvd`P;:%A)u=tjس1EXXYxX{Y $; c`Lt5t_%z &"a#@F4'ygĒ\ѬI>QE}y!cMt_'9DžO %!d"Rs>1zGtz؉PE .ןtuV tS jzr.?ٯ/Q)O&L8YXM@{}OR` .7=Qg!U@^擞.C\8# a+PL#+fp^Y|^ݒ!ьs~lDVA]ģuXSxSU"f44qm붂) 6ta;D&u6;`p6=9H)V)?K{F^4[SqLe~:?;+;"DiZ2@K O[3#J 2#kR Q @i.~x۝Rm{G3v@/`DGT\kx +҂CF!pO9v;TZw\ߩEf` `9mPKPP*Riܑ~ih6ENJFմyPNY¨*?{-7Oov1s= rലos>mr_(@;=C!5㣱&! H܊cް !r["`xӬ%7h7A &75q,jf7^*YV "OGZSvY/b.x HE ]%#ܕp0;GHiROi]ީhiA[)=}V ^BSkFݢKkyWICsINƀR4k8"&ʰ <-^[b,gMZM(v޶q/m%s+$BNujj,X(D ֍` qX'=>'0ls5Eҁ>c?\Ɯ^v?컍{F ؠn7^qKS#I7UgEg( CJnqz6=Z駵kmR(=8' KAcq?lKg )ݘ']39 HQxWxX\ww#h'*#rHIH= *Eζq@/}'Ζ}mB ȏpvW0E/J;X0+/埃ԓ+@Z{O|p7=4aH/5|yC( R P,#Ed 6wL0U]r޲Ot8ap"3b<ޔiA]K_!ƾ6/ɰo0Ne! ܛ{ÃAYn|`^r>tjjݾ9'UӧiEgZC>8T?yW4نuaO;XAAx#'y3KZbB§UBm-}2֦Xc[u~T{!ՒW1܋7@v2'u!5~t0"a0 7ϝh( ߍQT7~T=|kńD.h|,e.v<~,lˋOxb:+>1(CL0#b|W+z3}[p!eLPoaqa{HfI0m5ޕ #d6[%ٔ,U.;&VN=oױ7uUOK/;1݋l m0_jg^T]H.}0ٴzkvsJŞid1Wp[A|vnSK.!,8f2ɊuˑF] yn_4Zװ98옪={ YWGM}fךLM䙒aIrhg\#HV [gՙ XLߞyԑYeQ{(pZ?E.4\ mhӠhU EΡZJ5HaW鮠<+Ur!BlZz6FHdK"hG,P8xZk,% mPoo!.p_עI!AAlxlQ_SWρ%H$7%x\4%`q8ד7U aD8^lR4᤭+Th'*SAs#~3JrȘ>bWu k@64@ӡ$&OF?N-y+w$uTԃ6Jصa C]l-!jF3Yh64Tjs)P~b}NT#U)e*4L=Q"D*mBp) _Yʃ@B( P,j ͏yonnMUƖ'ځ+T+b7MEί-#m*oQwfΨ9텥Mݳ~!t}C~@00H Uށ/W UjNqdyl.T@԰um[C-$il޺ ~#4ea^331E; Z@-7UҲw)}(VJvIA++F6!"[Ϳ2E/BU mb`Tn %T1mM2ii73H qaL虄Tɇ,^ 5w?C( Sn+wOSYK|8 b'ޫ*.=yV8z6ID/K 'osm/Z$e.Juaǀs4\RrJ`x2ؖ'F/nn٥lQ:F.")^xOH[9E~$ÛWs+,'(v¯GWL58}PCh[z$f#&L6X0p^}ܥMeK/VQ5ީ,.&޽F6"2TwH{aHKoɀ@ qruʜрJ4ؗa-sM2\Nq1}\fm4朅*>+A_^Y؊ۖO#.Wj6myV 9bh[*MU;%ԣԚ~{66 QX)N%׵XߢўSG$&% -xJlWڿ|k6.C1ז=!uk#Xȁ;~)8+/Aҧ]]C^P!@<tS m/=sz4 QϪtuPU&'3 ".?5/SvK`z.} R^%"Ⱥ8{)xKQG&ҕm1oFƧq{UuʭĿҍ6nzۺ]")׈J?pk[k%P,_>Ny,VmnZ:s 6YVVeɭ L8!CuS?_|۝jaU0FWSJ8R^gB<,'y^O0B{g][~~x3 t> M[TJpV_2WI凃 Si9u^Oh蜹n9InI5ORIЖ:m-mXʛ7Z.}h L/kqSXкY 05 Uvo]pm2XPC%Kl:f334 (3W|r,+̛sZ )Ѡ0K쒡tAb6* l=?n4GKl!IM@QCGN* LсN>lfwdNɳm=GM׻! !':0w#K#߬Q ߭NJJ1 ᣡv֣K=bʽ&CǝzC°h|U)%_@) CYf|Q 32޶ YZ