libdbus-1-3-1.8.22-5.1>t  DH`pYT/=„NtPs|m?rwI^QrZޝsZf|؁*;sR M !}K"Xr Q4SLT҂9N3DsM)Ue55*8|"|*ԉt 8f6o!J6F/8jM8݇":ʋ_L%gMOH[re TU`JC \roSyyQM^@"Hĩq"h7PW<̓Q4=N9W66ce682c4c151574f8ad89f0b1a79ee2bfcebf85oYT/=„eNu0z9s9L(kKrSE *s΍?E֙@Ed:07^49o<@ âyeX S#B)N:w` "!E?TʄK/8Z9[Tl.G4%%U1x'Ŋ{lr}(cV vDrZ&!eJh]﫺G4Nje3yYЈnSP/<]kUKZun_K>u<><P?@d  3  *08 \  n          = j $(8$^9^:^>܀@܏FܞGܴ H I XY\, ]P ^ݸbc{deflu vwߴ x y z0Clibdbus-1-31.8.225.1Library package for D-BusD-Bus is a message bus system, a simple way for applications to talk to one another. D-Bus supplies both a system daemon and a per-user-login-session daemon. Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon).YTccloud123oopenSUSE Leap 42.3openSUSEGPL-2.0+ or AFL-2.1http://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://dbus.freedesktop.org/linuxx86_64oAAAAAAAYTbYTbYTbYTbYTbYTbYTbYTbYTb1437a9f17621f166cce46016d4c88ec9libdbus-1.so.3.8.14rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdbus-1-1.8.22-5.1.src.rpmlibdbus-1-3libdbus-1-3(x86-64)libdbus-1.so.3()(64bit)@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libpthread.so.0(GLIBC_2.3.3)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2X@XAb@X43@W@W@UYTPTء@T@Tto@T`T*@T@TwS@S@S@SDSuSt@Sd@SR@RRRΏ@R@R@RsRUE@RR@RNRH@RB@R+@QɆ@QőQőQyQw@Q']Q"Q"@PP*P*PP@P{@P@PqnP;a@P@OE@OO@OOr@OKp@OG{OG{ODO/N@N/N@Nu@N6@N N @MӴM‘@MM3@MMwkM hL@LMLLLJL element. This configuration is not recommended. * Other fixes: + Fix a memory leak when GetConnectionCredentials() succeeds (fdo#91008, Jacek Bukarewicz) + Ensure that dbus-monitor does not reply to messages intended for others (fdo#90952, Simon McVittie) + Add locking to DBusCounter's reference count and notify function (fdo#89297, Adrian Szyndela) + Ensure that DBusTransport's reference count is protected by the corresponding DBusConnection's lock (fdo#90312, Adrian Szyndela) + On Windows, listen on the same port for IPv4 and IPv6 (previously broken by an endianness mistake), and fix a failure to bind TCP sockets on approximately 1 attempt in 256 (fdo#87999, Ralf Habacker) + Correctly release DBusServer mutex before early-return if we run out of memory while copying authentication mechanisms (fdo#90021, Ralf Habacker) + Correctly initialize all fields of DBusTypeReader (fdo#90021; Ralf Habacker, Simon McVittie) + Fix some missing \n in verbose (debug log) messages (fdo#90004, Ralf Habacker) + Clean up some memory leaks in test code (fdo#90021, Ralf Habacker)- Added patches: * fix-timeout-reset.patch + Correctly reset timeouts for pending file descriptors (bsc#978477) * increase-backlog.patch + increase listen() backlog of AF_UNIX sockets to SOMAXCONN (bsc#980928)- Account for openSUSE:Leap in the conditional for chosing right local state directories (boo#941352)- Fix typo in rc.boot.dbus (bsc#916785)- Update to 1.8.16: * Security fixes: - Do not allow non-uid-0 processes to send forged ActivationFailure messages. On Linux systems with systemd activation, this would allow a local denial of service: unprivileged processes could flood the bus with these forged messages, winning the race with the actual service activation and causing an error reply to be sent back when service auto-activation was requested. This does not prevent the real service from being started, so it only works while the real service is not running. (CVE-2015-0245, fdo#88811, bnc#916343; Simon McVittie) * Other fixes: - fix a Windows build failure (fdo#88009, Ralf Habacker) - on Windows, allow up to 8K connections to the dbus-daemon instead of the previous 64, completing a previous fix which only worked under Autotools (fdo#71297, Ralf Habacker)- Update to 1.8.14 * Security hardening: - Do not allow calls to UpdateActivationEnvironment from uids other than the uid of the dbus-daemon. If a system service installs unsafe security policy rules that allow arbitrary method calls (such as CVE-2014-8148) then this prevents memory consumption and possible privilege escalation via UpdateActivationEnvironment. We believe that in practice, privilege escalation here is avoided by dbus-daemon-launch-helper sanitizing its environment; but it seems better to be safe. - Do not allow calls to UpdateActivationEnvironment or the Stats interface on object paths other than /org/freedesktop/DBus. Some system services install unsafe security policy rules that allow arbitrary method calls to any destination, method and interface with a specified object path; while less bad than allowing arbitrary method calls, these security policies are still harmful, since dbus-daemon normally offers the same API on all object paths and other system services might behave similarly. * Other fixes: - Add missing initialization so GetExtendedTcpTable doesn't crash on Windows Vista SP0 (fdo#77008, Ilya A. Tkachenko)- Update to 1.8.12: * Fixes: - Partially revert the CVE-2014-3639 patch by increasing the default authentication timeout on the system bus from 5 seconds back to 30 seconds, since this has been reported to cause boot regressions for some users, mostly with parallel boot (systemd) on slower hardware. On fast systems where local users are considered particularly hostile, administrators can return to the 5 second timeout (or any other value in milliseconds) by saving this as /etc/dbus-1/system-local.conf: 5000 (fdo#86431, Simon McVittie) - Add a message in syslog/the Journal when the auth_timeout is exceeded (fdo#86431, Simon McVittie) - Send back an AccessDenied error if the addressed recipient is not allowed to receive a message (and in builds with assertions enabled, don't assert under the same conditions). (fdo#86194, Jacek Bukarewicz)- Update to 1.8.10: * Security fixes: - Increase dbus-daemon's RLIMIT_NOFILE rlimit to 65536 so that CVE-2014-3636 part A cannot exhaust the system bus' file descriptors, completing the incomplete fix in 1.8.8. (CVE-2014-7824, fdo#85105; Simon McVittie, Alban Crequy)- Reformat the spec file using spec-cleaner- Update baselibs.conf: Provides dbus-1-32bit in lib package- Update to 1.8.8: + Security fixes: - Do not accept an extra fd in the padding of a cmsg message, which could lead to a 4-byte heap buffer overrun. (CVE-2014-3635, fdo#83622, bnc#896453; Simon McVittie) - Reduce default for maximum Unix file descriptors passed per message from 1024 to 16, preventing a uid with the default maximum number of connections from exhausting the system bus' file descriptors under Linux's default rlimit. Distributors or system administrators with a more restrictive fd limit may wish to reduce these limits further. Additionally, on Linux this prevents a second denial of service in which the dbus-daemon can be made to exceed the maximum number of fds per sendmsg() and disconnect the process that would have received them. (CVE-2014-3636, fdo#82820, bnc#896453; Alban Crequy) - Disconnect connections that still have a fd pending unmarshalling after a new configurable limit, pending_fd_timeout (defaulting to 150 seconds), removing the possibility of creating an abusive connection that cannot be disconnected by setting up a circular reference to a connection's file descriptor. (CVE-2014-3637, fdo#80559, bnc#896453; Alban Crequy) - Reduce default for maximum pending replies per connection from 8192 to 128, mitigating an algorithmic complexity denial-of-service attack (CVE-2014-3638, fdo#81053, bnc#896453; Alban Crequy) - Reduce default for authentication timeout on the system bus from 30 seconds to 5 seconds, avoiding denial of service by using up all unauthenticated connection slots; and when all unauthenticated connection slots are used up, make new connection attempts block instead of disconnecting them. (CVE-2014-3639, fdo#80919, bnc#896453; Alban Crequy) + Other fixes: - Check for libsystemd from systemd >= 209, falling back to the older separate libraries if not found (Umut Tezduyar Lindskog, Simon McVittie) - On Linux, use prctl() to disable core dumps from a test executable that deliberately raises SIGSEGV to test dbus-daemon's handling of that condition (fdo#83772, Simon McVittie) - Fix compilation with --enable-stats (fdo#81043, Gentoo #507232; Alban Crequy) - Improve documentation for running tests on Windows (fdo#41252, Ralf Habacker)- Remove the QA script since [Fate#313531] is being rejected- Update baselibs.conf: Obsoletes dbus-1-32bit in lib package.- Update to 1.8.6: + Security fixes: - On Linux >= 2.6.37-rc4, if sendmsg() fails with ETOOMANYREFS, silently drop the message. This prevents an attack in which a malicious client can make dbus-daemon disconnect a system service, which is a local denial of service. (bnc#885241 fdo#80163, CVE-2014-3532; Alban Crequy) - Track remaining Unix file descriptors correctly when more than one message in quick succession contains fds. This prevents another attack in which a malicious client can make dbus-daemon disconnect a system service. (bnc#885241 fdo#79694, fd0#80469, CVE-2014-3533; Alejandro Martínez Suárez, Simon McVittie, Alban Crequy) + Other fixes: - When dbus-launch --exit-with-session starts a dbus-daemon but then cannot attach to a session, kill the dbus-daemon as intended (fdo#74698, Роман Донченко)- Update to 1.8.4: + Security fix: - Alban Crequy at Collabora Ltd. discovered and fixed a denial-of-service flaw in dbus-daemon, part of the reference implementation of D-Bus. Additionally, in highly unusual environments the same flaw could lead to a side channel between processes that should not be able to communicate. (CVE-2014-3477, fdo#78979, bnc#881137)- Put everything into /var/run instaead of /run- Move system socket back from /run/dbus to /var/run/dbus * From upstream reasoning: Some specifications we want to stay compatibility actually document /var/run, not /run, and we should stay compatible with that. In order to make sure our D-Bus implementation works on any system, regardless if running systemd or not, we should always use /var/run which is the only path mandated by the D-Bus spec. Similar, glibc hardcodes the utmp location to /var/run, and this is exposed in _UTMP_PATH in limits.h, hence let's stay in sync with this public API, too. We simply do not support systems where /var/run is not a symlink -> /run. Hence both are equivalent. Staying compatible with upstream specifications hence weighs more than cleaning up superficial appearance.- Update to 1.8.2: + Enhancements: - in the CMake build system, add some hints for Linux users cross-compiling Windows D-Bus binaries to be able to run tests under Wine (fdo#41252) - add Documentation key to dbus.service (fdo#77447) + Fixes: - in "dbus-uuidgen --ensure", try to copy systemd's /etc/machine-id to /var/lib/dbus/machine-id instead of generating an entirely new ID (fdo#77941) - if dbus-launch receives an X error very quickly, do not kill unrelated processes (fdo#74698) - on Windows, allow up to 8K connections to the dbus-daemon, instead of the previous 64 (fdo#71297) - cope with \r\n newlines in regression tests, since on Windows, dbus-daemon.exe uses text mode (fdo#75863)- Fix typo in spec file (bnc#867256)- Add a script allowing the QA to test whether it is safe to restart dbus [Fate#313531]- Update to 1.8.0 final: + This starts a new stable branch. The 1.6.x branch is now considered to be outdated, and will only receive fixes for serious bugs such as security flaws. The 1.4.x and 1.2.x branches no longer have upstream support and are unlikely to get any more releases, but if distributors still need to support them, please share security patches via upstream. + Enhancements since 1.7.10: - Enhance the CMake build system to check for GLib and compile/run a subset of the regression tests (fdo#41252, fdo#73495) + Fixes since 1.7.10: - don't rely on va_copy(), use DBUS_VA_COPY() wrapper (fdo#72840) - fix compilation of systemd journal support on older systemd versions where sd-journal.h doesn't include syslog.h (fdo#73455) - fix compilation on older MSVC versions by including stdlib.h (fdo#73455) - Allow to appear in an included configuration file (fdo#73475) + Test behaviour changes since 1.7.10: - If the tests crash with an assertion failure, they no longer default to blocking for a debugger to be attached. Set DBUS_BLOCK_ON_ABORT in the environment if you want the old behaviour. - To improve debuggability, the dbus-daemon and dbus-daemon-eavesdrop tests can be run with an external dbus-daemon by setting DBUS_TEST_DAEMON_ADDRESS in the environment. Test-cases that require an unusually-configured dbus-daemon are skipped.- Remove checks for obsolete openSUSE versions - Make sure that dbus-1 requires libdbus-1-3 during %post (detected when built against DBus-less systemd 209)- Try hard to assure that /var/lib/dbus/machine-id and /etc/machine-id are the same (bnc#857377)- Update to 1.7.10 (1.8.0 rc1) + D-Bus Specification 0.23: - don't require messages with no INTERFACE to be dispatched (fdo#68597) - document "tcp:bind=..." and "nonce-tcp:bind=..." (fdo#72301) - define "listenable" and "connectable" addresses, and discuss the difference (fdo#61303) + Enhancements: - support printing Unix file descriptors in dbus-send, dbus-monitor (fdo#70592) - don't install systemd units if --disable-systemd is given (fdo#71818) + Fixes: - don't leak memory on out-of-memory while listing activatable or active services (fdo#71526) - fix undefined behaviour in a regression test (fdo#69924) - escape Unix socket addresses correctly (fdo#46013) - on SELinux systems, don't assume that SECCLASS_DBUS, DBUS__ACQUIRE_SVC and DBUS__SEND_MSG are numerically equal to their values in the reference policy (fdo#88719) - define PROCESS_QUERY_LIMITED_INFORMATION if missing from MinGW < 4 headers (fdo#71366) - define WIN32_LEAN_AND_MEAN to avoid conflicts between winsock.h and winsock2.h (fdo#71405) - do not return failure from _dbus_read_nonce() with no error set, preventing a potential crash (fdo#72298) - on BSD systems, avoid some O(1)-per-process memory and fd leaks in kqueue, preventing test failures (fdo#69332, fdo#72213) - fix warning spam on Hurd by not trying to set SO_REUSEADDR on Unix sockets, which doesn't do anything anyway on at least Linux and FreeBSD (fdo#69492) - fix use of TCP sockets on FreeBSD and Hurd by tolerating EINVAL from sendmsg() with SCM_CREDS (retrying with plain send()), and looking for credentials more correctly (fdo#69492) - ensure that tests run with a temporary XDG_RUNTIME_DIR to avoid getting mixed up in XDG/systemd "user sessions" (fdo#61301) - refresh cached policy rules for existing connections when bus configuration changes (fdo#39463)- Drop the dbus-fall-back-to-old-run-directory.patch, and the sed workaround from dbus-1-x11 %post, now that transition from 12.3 (/var/run) to 13.1 (/run) is done- Update to 1.7.8 + Dependencies: - If systemd support is enabled, libsystemd-journal is now required. + Enhancements: - When activating a non-systemd service under systemd, annotate its stdout/stderr with its bus name in the Journal. Known limitation: because the socket is opened before forking, the process will still be logged as if it had dbus-daemon's process ID and user ID. (fdo#68559) - Document more configuration elements in dbus-daemon(1) (fdo#69125) + Fixes: - Don't leak string arrays or fds if dbus_message_iter_get_args_valist() unpacks them and then encounters an error (fdo#21259) - If compiled with libaudit, retain CAP_AUDIT_WRITE so we can write disallowed method calls to the audit log, fixing a regression in 1.7.6 (fdo#49062) - path_namespace='/' in match rules incorrectly matched nothing; it now matches everything. (fdo#70799)- Update to 1.7.6 + Build-time configuration changes: - Directory change notification via dnotify on Linux is no longer supported; it hadn't compiled successfully since 2010 in any case. If you don't have inotify (Linux) or kqueue (*BSD), you will need to send SIGHUP to the dbus-daemon when its configuration changes. (fdo#33001) - Compiling with --disable-userdb-cache is no longer supported; it didn't work since at least 2008, and would lead to an extremely slow dbus-daemon even it worked. (fdo#15589,fdo#17133,fdo#66947) - The DBUS_DISABLE_ASSERTS CMake option didn't actually disable most assertions. It has been renamed to DBUS_DISABLE_ASSERT to be consistent with the Autotools build system. (fdo#66142) - --with-valgrind=auto enables Valgrind instrumentation if and only if valgrind headers are available. The default is still - -with-valgrind=no. (fdo#56925) + Dependencies: - Platforms with no 64-bit integer type are no longer supported. (fdo#65429) - GNU make is now (documented to be) required. (fdo#48277) - Full test coverage no longer requires dbus-glib, although the tests do not exercise the shared library (only a static copy) if dbus-glib is missing. (fdo#68852) + Enhancements: - D-Bus Specification 0.22 - Document GetAdtAuditSessionData() and GetConnectionSELinuxSecurityContext() (fdo#54445) - Fix example .service file (fdo#66481) - Don't claim D-Bus is "low-latency" (lower than what?), just give factual statements about it supporting async use (fdo#65141) - Document the contents of .service files, and the fact that system services' filenames are constrained (fdo#66608) - Be thread-safe by default on all platforms, even if dbus_threads_init_default() has not been called. For compatibility with older libdbus, library users should continue to call dbus_threads_init_default(): it is harmless to do so. (fdo#54972) - Add GetConnectionCredentials() method (fdo#54445) - New API: dbus_setenv(), a simple wrapper around setenv(). Note that this is not thread-safe. (fdo#39196,) - Add dbus-send --peer=ADDRESS (connect to a given peer-to-peer connection, like --address=ADDRESS in previous versions) and dbus-send --bus=ADDRESS (connect to a given bus, like dbus-monitor --address=ADDRESS). dbus-send --address still exists for backwards compatibility, but is no longer documented. (fdo#48816) + Fixes: - Avoid an infinite busy-loop if a signal interrupts waitpid() (fdo#68945) - Clean up memory for parent nodes when objects are unexported (fdo#60176) - Make dbus_connection_set_route_peer_messages(x, FALSE) behave as documented. Previously, it assumed its second parameter was TRUE. (fdo#69165) - Escape addresses containing non-ASCII characters correctly (fdo#53499) - Document search order correctly (fdo#66994) - Don't crash on "dbus-send --session / x.y.z" which regressed in 1.7.4. (fdo#65923) - If malloc() returns NULL in _dbus_string_init() or similar, don't free an invalid pointer if the string is later freed (fdo#65959) - If malloc() returns NULL in dbus_set_error(), don't va_end() a va_list that was never va_start()ed (fdo#66300) - fix build failure with --enable-stats (fdo#66004) - fix a regression test on platforms with strict alignment (fdo#67279) - Avoid calling function parameters "interface" since certain Windows headers have a namespace-polluting macro of that name (fdo#66493) - Assorted Doxygen fixes (fdo#65755) - Various thread-safety improvements to static variables (fdo#68610) - Make "make -j check" work (fdo#68852) - Fix a NULL pointer dereference on an unlikely error path (fdo#69327) - Improve valgrind memory pool tracking (fdo#69326) - Don't over-allocate memory in dbus-monitor (fdo#69329) - dbus-monitor can monitor dbus-daemon < 1.5.6 again (fdo#66107) + Unix-specific: - If accept4() fails with EINVAL, as it can on older Linux kernels with newer glibc, try accept() instead of going into a busy-loop. (fdo#69026) - If socket() or socketpair() fails with EINVAL or EPROTOTYPE, for instance on Hurd or older Linux with a new glibc, try without SOCK_CLOEXEC. (fdo#69073) - Fix a file descriptor leak on an error code path. (fdo#69182) - dbus-run-session: clear some unwanted environment variables (fdo#39196) - dbus-run-session: compile on FreeBSD (fdo#66197) - Don't fail the autolaunch test if there is no DISPLAY (fdo#40352) - Use dbus-launch from the builddir for testing, not the installed copy (fdo#37849) - Fix compilation if writev() is unavailable (fdo#69409) - Remove broken support for LOCAL_CREDS credentials passing, and document where each credential-passing scheme is used (fdo#60340) - Make autogen.sh work on *BSD by not assuming GNU coreutils functionality (fdo#35881, fdo#69787) - dbus-monitor: be portable to NetBSD (fdo#69842) - dbus-launch: stop using non-portable asprintf (fdo#37849) - Improve error reporting from the setuid activation helper (fdo#66728) + Internal changes: - add DBUS_ENABLE_ASSERT, DBUS_ENABLE_CHECKS for less confusing conditionals (fdo#66142) - improve verbose-mode output (fdo#63047) - consolidate Autotools and CMake build (fdo#64875) - fix various unused variables, unusual build configurations etc. (fdo#65712, fdo#65990, fdo#66005, fdo#66257, fdo#69165, fdo#69410, fdo#70218) - Dropped 0001-_dbus_babysitter_unref-avoid-infinite-loop-if-waitpi.patch, included in this release- Create /var/lib/dbus/machine-id only if there is no /etc/machine-id present on the system. Dbus knows how to use the system-wide machine-id file and this solves problems where the two files have different values (bnc#831626)- Check for existence of /var/lib/old_run_path: if found, only then is dbus ListenStream swapped for old run path. This is done for supporting 12.3 to 13.1 upgrade (bnc#802525) - Fix rpmlint warnings about %verifyscript and %set_permissions- Revert to previous version of dbus-fall-back-to-old-run-directory.patch as latest version causes a fallout- Amend dbus-fall-back-to-old-run-directory.patch to prevent a new class of hangs while upgrading D-Bus along with other services (bnc#802525).- Added 0001-_dbus_babysitter_unref-avoid-infinite-loop-if-waitpi.patch from upstream for resolving fdo#68945, bnc#782909- to avoid a cycle with systemd, build the daemon in dbus-x11.spec. It would be wise to rename dbus-1.spec to dbus-1-libs.spec and dbus-1-x11.spec to dbus-1.spec, but I first wanted to hear feedback- Update to 1.7.4 + CVE-2013-2168: Fix misuse of va_list that could be used as a denial of service for system services. + It should now be safe to call dbus_threads_init_default() from any thread, at any time + In dbus-daemon, don't crash if a .service file starts with key=value + Fix an assertion failure if we try to activate systemd services before systemd connects to the bus (fdo#50199) - Adjusted dbus-do-autolaunch.patch for this release- Remove the override that was added in solving bnc#802525, as it causes similar situation when upgrading dbus and systemd simultaneously. - Adjusted rc.boot.dbus script so it uses /run instead of /var/run- Update to 1.7.2 + Diagnose incorrect use of dbus_connection_get_data() with negative slot (i.e. before allocating the slot) rather than returning junk (fdo #63127) + The --with-dbus-session-bus-default-address configure option is no longer supported + Under systemd, log to syslog only, not stderr, avoiding duplication (fdo#61399, fdo#39987) + Under systemd, remove unnecessary dependency on syslog.socket (fdo#63531) + Allow use of systemd-logind without the rest of systemd (fdo#62585) - Dropped dbus-move-everything-to-run-directory.patch, since we can define location of system pid and socket with configure flags and set the flags accordingly - Added xmlto BuildRequires, it is needed now for man files- Update to 1.6.10 + Following Unicode Corrigendum #9, the noncharacters U+nFFFE, U+nFFFF, U+FDD0..U+FDEF are allowed in UTF-8 strings again. (fdo#63072) + Diagnose incorrect use of dbus_connection_get_data() with negative slot (i.e. before allocating the slot) rather than returning junk (fdo#63127) + In the activation helper, when compiled for tests, do not reset the system bus address, fixing the regression tests. (fdo#52202) + Fix building with Valgrind 3.8, at the cost of causing harmless warnings with Valgrind 3.6 on some compilers (fdo#55932) + Don't leak temporary fds pointing to /dev/null (fdo#56927,) + Create session.d, system.d directories under CMake (fdo#41319) + Include alloca.h for alloca() if available, fixing compilation on Solaris 10 (fdo#63071)- Spec file changes moving files from /var/run to /run. - Add dbus-move-everything-to-run-directory.patch by rmilasan. This moves everything (pid files, lock files, etc.) to /run. - Add dbus-fall-back-to-old-run-directory.patch (bnc#802525).- Revert patch: dbus-move-everything-to-run-directory.patch (bnc#802525).- Move everything (pid files, lock files, etc.) to /run. add: dbus-move-everything-to-run-directory.patch- Update to 1.6.8 - remove patch dbus-cve-2012-3524.patch as incorporated upstream Changes since 1.5.12 • Follow up to CVE-2012-3524: The additional hardening work to use __secure_getenv() as a followup to bug #52202 broke certain configurations of gnome-keyring. Given the difficulty of making this work without extensive changes to gnome-keyring, use of __secure_getenv() is deferred. • CVE-2012-3524: Don't access environment variables (fdo#52202) Thanks to work and input from Colin Walters, Simon McVittie, Geoffrey Thomas, and others. • Detect that users are "at the console" correctly when configured with a non-default path such as --enable-console-auth-dir=/run/console (fdo#51521, Dave Reisner) • Remove an incorrect assertion from DBusTransport (fdo#51657, Simon McVittie) • Change how we create /var/lib/dbus so it works under Automake >= 1.11.4 (fdo#51406, Simon McVittie) • Don't return from dbus_pending_call_set_notify with a lock held on OOM (fdo#51032, Simon McVittie) • Disconnect "developer mode" (assertions, verbose mode etc.) from Automake maintainer mode. D-Bus developers should now configure with - -enable-developer. Automake maintainer mode is now on by default; distributions can disable it with --disable-maintainer-mode. (fdo#34671, Simon McVittie) • Unix-specific: · Check for libpthread under CMake on Unix (fdo#47237, Simon McVittie) • New requirements · PTHREAD_MUTEX_RECURSIVE on Unix · compiler support for 64-bit integers (int64_t or equivalent) • D-Bus Specification v0.19 • New dbus-daemon features · rules allow the service to own names like com.example.Service.Instance3 · optional systemd integration when checking at_console policies · --nopidfile option, mainly for use by systemd · path_namespace and arg0namespace may appear in match rules · eavesdropping is disabled unless the match rule contains eavesdrop=true • New public API · functions to validate various string types (dbus_validate_path() etc.) · dbus_type_is_valid() · DBusBasicValue, a union of every basic type • Bug fixes · removed an unsafe reimplementation of recursive mutexes · dbus-daemon no longer busy-loops if it has far too many file descriptors · dbus-daemon.exe --print-address works on Windows · all the other bug fixes from 1.4.20 • Other major implementation changes · on Linux, dbus-daemon uses epoll if supported, for better scalability · dbus_threads_init() ignores its argument and behaves like dbus_threads_init_default() instead · removed the per-connection link cache, improving dbus-daemon performance • Developer features · optional Valgrind instrumentation (--with-valgrind) · optional Stats interface on the dbus-daemon (--enable-stats) · optionally abort whenever malloc() fails (--enable-embedded-tests and export DBUS_MALLOC_CANNOT_FAIL=1) • Be more careful about monotonic time vs. real time, fixing DBUS_COOKIE_SHA1 spec-compliance (fdo#48580, David Zeuthen) • Don't use install(1) within the source/build trees, fixing the build as non-root when using OpenBSD install(1) (fdo#48217, Antoine Jacoutot) • Add missing commas in some tcp and nonce-tcp addresses, and remove an unused duplicate copy of the nonce-tcp transport in Windows builds (fdo#45896, Simon McVittie)- Enable systemd integration (with_systemd 1): follow the rest of the distribution enabling systemd support. As agreed, systemd is the main supported way for 12.3.- Move default home from /var/run/dbus to /run/dbus - Fix useradd invocation: -o is useless without -u and newer versions of pwdutils/shadowutils fail on this now.- Link /usr/bin/dbus-send to /bin/dbus-send. Upower uses dbus-send to receive signals from systemd regarding resuming, however looks for the moment in the wrong directory.- Fix factory breakage on systemd units directory- remove sysvinit requires from the package - remove %run_permissions macro- baselibs: dbus-1-devel-32bit must require libdbus-1-3-32bit- remove libzio build dependency- dbus-cve-2012-3524.patch: Add patch for CVE-2012-3524 to fix getenv() vulnerability in setuid root binaries (bnc#697105)- Add pkgconfig(x11) as BuildRequires instead of xorg-x11-devel so we don't depend on Mesa and create a build cycle.- Move ownership of /etc/dbus-1/{session.d,system.d} and /usr/share/dbus-1/{interfaces,services,system-services} to libdbus-1-3 instead of dbus-1: many dbus users put files there, and it's annoying to force them to own those directories.- added libdbus-1-3 to build for -32bit... - adeed post and postun sections for libdbus-1-3- More news from the dependency hell: Let dbus-1-devel require dbus-1.- Split dbus-1 into libdbus-1 and dbus-1.- Update to version 1.5.12: - Add public API to validate various string types: dbus_validate_path(), dbus_validate_interface(), dbus_validate_member(), dbus_validate_error_name(), dbus_validate_bus_name(), dbus_validate_utf8() (fdo#39549, Simon McVittie) - Turn DBusBasicValue into public API so bindings don't need to invent their own "union of everything" type (fdo#11191, Simon McVittie) - Enumerate data files included in the build rather than using find(1) (fdo#33840, Simon McVittie) - Add support for policy rules like in dbus-daemon (fdo#46273, Alban Crequy) - Windows-specific: - make dbus-daemon.exe --print-address (and --print-pid) work again on Win32, but not on WinCE (fdo#46049, Simon McVittie) - fix duplicate case value when compiling against mingw-w64 (fdo#47321, Andoni Morales Alastruey)- Revert my last change completely, and go back to using -fpie in CFLAGS and -pie in LDFLAGS for the whole build: after discussion upstream in fdo#46570, it appears that this is the recommended way to harden the build.- Change the way we pass -fpie/-pie: + Stop changing CFLAGS/LDFLAGS in %build to add -fpie/-pie. + Add dbus-1-suid_flags.patch: respect SUID_CFLAGS/SUID_LDFLAGS when building the suid binary (dbus-daemon-launch-helper). + Set SUID_CFLAGS to -fPIE and SUID_LDFLAGS to -pie in %build.- move with_systemd definition into COMMON part to fix dbus-1-x11- Update to version 1.5.10: + D-Bus Specification 0.19: - Formally define unique connection names and well-known bus names, and document best practices for interface, bus, member and error names, and object paths (fdo#37095) - Document the search path for session and system services on Unix, and where they should be installed by build systems (fdo#21620, fdo#35306) - Document the systemd transport (fdo#35232) + Make dbus_threads_init() use the same built-in threading implementation as dbus_threads_init_default(); the user-specified primitives that it takes as a parameter are now ignored (fdo#43744) + Allow all configured auth mechanisms, not just one (fdo#45106) + Improve cmake build system. + Build tests successfully with older GLib, as found in e.g. Debian 6 (fdo#41219) + Avoid use of deprecated GThread API (fdo#44413) + Build documentation correctly if man2html doesn't support filenames on its command-line (fdo#43875) + Improve test coverage. To get even more coverage, run the tests with DBUS_TEST_SLOW=1 (fdo#38285, fdo#42811) + Reduce the size of the shared library by moving functionality only used by dbus-daemon, tests etc. into their internal library and deleting unused code (fdo#34976, fdo#39759) + Add dbus-daemon --nopidfile option, overriding the configuration, for setups where the default configuration must include to avoid breaking traditional init, but the pid file is in fact unnecessary; use it under systemd to improve startup time a bit (fdo#45520) + Optionally (if configured --with-valgrind) add instrumentation to debug libdbus and associated tools more meaningfully under Valgrind (fdo#37286) + Improve the dbus-send(1) man page (fdo#14005) + Make dbus-protocol.h compatible with C++11 (fdo#46147) + If tests are enabled and DBUS_MALLOC_CANNOT_FAIL is set in the environment, abort on failure to malloc() (like GLib does), to turn runaway memory leaks into a debuggable core-dump if a resource limit is applied (fdo#41048) + Don't crash if realloc() returns NULL in a debug build (fdo#41048) + Unix-specific: - Replace our broken reimplementation of recursive mutexes, which has been broken since 2006, with an ordinary pthreads recursive mutex (fdo#43744) - Use epoll(7) for a more efficient main loop in Linux; equivalent patches welcomed for other OSs' equivalents like kqueue, /dev/poll, or Solaris event ports (fdo#33337) - When running under systemd, use it instead of ConsoleKit to check whether to apply at_console policies (fdo#39609) - Avoid a highly unlikely fd leak (fdo#29881) - Don't close invalid fd -1 if getaddrinfo fails (fdo#37258)   - Don't touch ~/.dbus and ~/.dbus-keyrings when running 'make installcheck' (fdo#41218) - Stop pretending we respect XDG_DATA_DIRS for system services: the launch helper doesn't obey environment variables to avoid privilege escalation attacks, so make the system bus follow the same rules (fdo#21620) + Windows-specific fixes. - Get ready for a switch to systemd: + Add a with_systemd macro, currently set to 0 as the systemd support would introduce a build cycle between dbus-1 and systemd. + Add pkgconfig(libsystemd-daemon) and pkgconfig(libsystemd-login) BuildRequires and pass - -enable-systemd to configure if we build systemd support.- fixed bnc#743149 - added position independent flags to compilation and linking(-fpie/-pie)- add patch to enable X11 autolaunch even if configure thinks it can't be done (bnc#707817)- update to version 1.5.8: * Clean up dead code, and make more warnings fatal in development builds (fdo#39231, fdo#41012; Simon McVittie) * Add a regression test for fdo#38005 (fdo#39836, Simon McVittie) * Add _DBUS_STATIC_ASSERT and use it to check invariants * Fix a small memory leak, and a failure to report errors, when updating a service file entry for activation (fdo#39230, Simon McVittie) * Clean up (non-abstract) Unix sockets on bus daemon exit * On systems that use libcap-ng but not systemd, drop supplemental groups when switching to the daemon user (Red Hat #726953, Steve Grubb)- add libtool as buildrequire to make the spec file more reliable- Remove redundant tags/sections from specfile (cf. packaging guidelines)- Update to version 1.5.6: + Potentially incompatible (Bustle and similar debugging tools will need changes to work as intended): - Do not allow match rules to "eavesdrop" (receive messages intended for a different recipient) by mistake: eavesdroppers must now opt-in to this behaviour by putting "eavesdrop='true'" in the match rule, which will not have any practical effect on buses where eavesdropping is not allowed (fdo#37890) + Other changes: - D-Bus Specification version 0.18 (fdo#37890, fdo#39450, fdo#38252): . add the "eavesdrop" keyword to match rules . define eavesdropping, unicast messages and broadcast messages . stop claiming that match rules are needed to match unicast messages to you . promote the type system to be a top-level section - Use DBUS_ERROR_OBJECT_PATH_IN_USE if dbus_connection_try_register_object_path or dbus_connection_try_register_fallback fails, not ...ADDRESS_IN_USE, and simplify object-path registration (fdo#38874) - Consistently use atomic operations on everything that is ever manipulated via atomic ops, as was done for changes to DBusConnection's refcount in 1.4.12 (fdo#38005) - Fix a file descriptor leak when connecting to a TCP socket (fdo#37258) - Make "make check" in a clean tree work, by not running tests until test data has been set up (fdo#34405) - The dbus-daemon no longer busy-loops if it has a very large number of file descriptors (fdo#23194) - Refactor message flow through dispatching to avoid locking violations if the bus daemon's message limit is hit; remove the per-connection link cache, which was meant to improve performance, but now reduces it (fdo#34393) - Some cmake fixes - Remove dead code, mainly from DBusString (fdo#38570, fdo#39610) - Stop storing two extra byte order indicators in each D-Bus message (fdo#38287) - Add an optional Stats interface which can be used to get statistics from a running dbus-daemon if enabled at configure time with --enable-stats (fdo#34040) - Fix various typos (fdo#27227, fdo#38284) - Documentation (fdo#36156): . let xsltproc be overridden as usual: ./configure XSLTPROC=myxsltproc . install more documentation automatically, including man2html output . put dbus.devhelp in the right place (it must go in ${htmldir}) - Unix-specific: . look for system services in /lib/dbus-1/system-services in addition to all the other well-known locations; note that this should always be /lib, even on platforms where shared libraries on the root FS would go in /lib64, /lib/x86_64-linux-gnu or similar (fdo#35229) . opt-in to fd passing on Solaris (fdo#33465) - Windows-specific: . fix use of a mutex for autolaunch server detection . don't crash on malloc failure in _dbus_printf_string_upper_bound - Manually create /lib/dbus-1/system-services in %install so that we can own it.- Update to version 1.5.4: + Security (local denial of service): - Byte-swap foreign-endian messages correctly, preventing a long-standing local DoS if foreign-endian messages are relayed through the dbus-daemon (fdo#38120, deb#629938, no CVE number yet) + New things: - The constant to use for an infinite timeout now has a name, DBUS_TIMEOUT_INFINITE. - If GLib and DBus-GLib are already installed, more tests will be built, providing better coverage.(fdo#34570) + Changes: - Consistently use atomic operations for the DBusConnection's refcount, fixing potential threading problems (fdo#38005) - Don't use -Wl,--gc-sections by default: in practice the size decrease is small (300KiB on x86-64) and it frequently doesn't work in unusual toolchains. (fdo#33466) - Use #!/bin/sh for run-with-tmp-session-bus.sh, making it work on *BSD (fdo#35880) - Use ln -fs to set up dbus for systemd, which should fix reinstallation when not using a DESTDIR (fdo#37870) - Windows-specific changes: . don't try to build dbus-daemon-launch-helper (fdo#37838) - Changes from version 1.5.2: + Notes for distributors: - This version of D-Bus no longer uses -fPIE by default. + Changes: + D-Bus Specification v0.17 . Reserve the extra characters used in signatures by GVariant (fdo#34529) . Define the ObjectManager interface (fdo#34869) + Don't force -fPIE: distributions and libtool know better than we do whether it's desirable (fdo#16621, fdo#27215) + Allow --disable-gc-sections, in case your toolchain offers the -ffunction-sections, -fdata-sections and - Wl,--gc-sections options but they're broken, as seen on Solaris (fdo#33466) + Install dbus-daemon and dbus-daemon-launch-helper in a more normal way (fdo#14512) + Ensure that maintainers upload documentation with the right permissions (fdo#36130) + Don't force users of libdbus to be linked against - lpthread, -lrt (fdo#32827) + Log system-bus activation information to syslog (fdo#35705) + Log messages dropped due to quotas to syslog (fdo#35358) + Make the nonce-tcp transport work on Unix (fdo#34569) + On Unix, if /var/lib/dbus/machine-id cannot be read, try /etc/machine-id (fdo#35228) + In the regression tests, don't report fds as "leaked" if they were open on startup (fdo#35173) + Make dbus-monitor bail out if asked to monitor more than one bus, rather than silently using the last one (fdo#26548) + Clarify documentation (fdo#35182) + Clean up minor dead code and some incorrect error handling (fdo#33128, fdo#29881) + Check that compiler options are supported before using them (fdo#19681) + Windows: . Remove obsolete workaround for winioctl.h (fdo#35083)- Fix filelist to own a directory. - Do not package html files twice.- buildrequire update-desktop-files for mimetypes.prov- switch to download_files service- changes license to GPL2+ or AFL 2.1- Update to 1.5.0 • D-Bus Specification v0.16 · Add support for path_namespace and arg0namespace in match rules (fdo#24317, #34870; Will Thompson, David Zeuthen, Simon McVittie) · Make argNpath support object paths, not just object-path-like strings, and document it better (fdo#31818, Will Thompson) • Let the bus daemon implement more than one interface (fdo#33757, Simon McVittie) • Optimize _dbus_string_replace_len to reduce waste (fdo#21261, Roberto Guido) • Require user intervention to compile with missing 64-bit support (fdo#35114, Simon McVittie) • Add dbus_type_is_valid as public API (fdo#20496, Simon McVittie) • Raise UnknownObject instead of UnknownMethod for calls to methods on paths that are not part of the object tree, and UnknownInterface for calls to unknown interfaces in the bus daemon (fdo#34527, Lennart Poettering)- Update to 1.4.8 • Rename configure.in to configure.ac, and update it to modern conventions (fdo#32245; Javier Jardón, Simon McVittie) • Correctly give XDG_DATA_HOME priority over XDG_DATA_DIRS (fdo#34496, Anders Kaseorg) • Prevent X11 autolaunching if $DISPLAY is unset or empty, and add - -disable-x11-autolaunch configure option to prevent it altogether in embedded environments (fdo#19997, NB#219964; Simon McVittie) • Install the documentation, and an index for Devhelp (fdo#13495, Debian #454142; Simon McVittie, Matthias Clasen) • If checks are not disabled, check validity of string-like types and booleans when sending them (fdo#16338, NB#223152; Simon McVittie) • Add UnknownObject, UnknownInterface, UnknownProperty and PropertyReadOnly errors to dbus-shared.h (fdo#34527, Lennart Poettering) • Break up a huge conditional in config-parser so gcov can produce coverage data (fdo#10887, Simon McVittie) • List which parts of the Desktop Entry specification are applicable to .service files (fdo#19159, Sven Herzberg) • Don't suppress service activation if two services have the same Exec= (fdo#35750, Colin Walters) • Windows: · Avoid the name ELEMENT_TYPE due to namespace-pollution from winioctl.h (Andre Heinecke) · Include _dbus_path_is_absolute in libdbus on Windows, fixing compilation (fdo#32805, Mark Brand)- Update to 1.4.6 • Remove unfinished changes intended to support GTest-based tests, which were mistakenly included in 1.4.4 - Update to 1.4.4 • Switch back to using even micro versions for stable releases; 1.4.1 should have been called 1.4.2, so skip that version number • Don't leave bad file descriptors being watched when spawning processes, which could result in a busy-loop (fdo#32992, NB#200248; possibly also LP#656134, LP#680444, LP#713157) • Check for MSG_NOSIGNAL correctly • Fix failure to detect abstract socket support (fdo#29895) • Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATAL (fdo#32262, NB#180486) • Improve some error code paths (fdo#29981, fdo#32264, fdo#32262, fdo#33128, fdo#33277, fdo#33126, NB#180486) • Avoid possible symlink attacks in /tmp during compilation (fdo#32854) • Tidy up dead code (fdo#25306, fdo#33128, fdo#34292, NB#180486) • Improve gcc malloc annotations (fdo#32710) • If the system bus is launched via systemd, protect it from the OOM killer • Documentation improvements (fdo#11190) • Avoid readdir_r, which is difficult to use correctly (fdo#8284, fdo#15922, LP#241619) • Cope with invalid files in session.d, system.d (fdo#19186, Debian #230231) • Don't distribute generated files that embed our builddir (fdo#30285, fdo#34292) • Raise the system bus's fd limit to be sufficient for its configuration (fdo#33474, LP#381063) • Fix syslog string processing • Ignore -Waddress • Remove broken gcov parsing code and --enable-gcov, and replace them with lcov HTML reports and --enable-compiler-coverage (fdo#10887) • Windows: · avoid live-lock in Windows CE due to unfair condition variables • OpenBSD: · support credentials-passing (fdo#32542) • Solaris: · opt-in to thread safety (fdo#33464)- Update to 1.4.1 + Fix for CVE-2010-4352: sending messages with excessively-nested variants can crash the bus. The existing restriction to 64-levels of nesting previously only applied to the static type signature; now it also applies to dynamic nesting using variants. Thanks to Rémi Denis-Courmont for discoving this issue. + Various bug fixes. + For details, see http://lists.freedesktop.org/archives/dbus/2010-December/013861.html- Fix package list, own /lib/systemd directories.- ConsoleKit may not be installed on the system, so kill the process at "stop" only if it is running- add missimg BuildRequires on libcap-ng-devel so dbus can drop capabilities when needed.- version 1.4.0 - make dbus-uuidgen atomic - fix socket descriptor leak in _dbus_connect_tcp_socket_with_nonce - unconditionally enable D-Bus on systemd boots- update systemd service installation- drop systemd-units- update to 1.3.2 snapshot - New standardized PropertiesChanged signal in the properties interface - Support forking bus services, for compatibility - install systemd service files- use %_smp_mflags- Update to version 1.2.24: + For details, see http://lists.freedesktop.org/archives/dbus/2010-March/012436.html + Highlights: - Fix a critical crasher bug in the syslog code + [bus] While creating a syslog, correctly get pointer data from DBusString + [bus] Don't install a SIGTERM handler + [64 bit printf] Update to use DBUS_PID_FORMAT, print (omitted) + Move dispatching to destination to bus_dispatch_matches() + Dispatch post-activation messages to anyone interested + Build changes. - Changes from version 1.2.22: + For details, see http://lists.freedesktop.org/archives/dbus/2010-March/012395.html + Highlights: - Fix to avoid UI freezes in newer Evolution versions (and any other program that makes synchronous DBus calls from a non-main thread). - Monitor service directories for changes + When handling a watch, return if another thread is doing I/O + Monitor service directories for changes + Sync up UNICODE_VALID with glib, add documentation + Support inotify on older kernels + Handle OOM in reload watch + Refactor _dbus_log_info, _dbus_log_security into _dbus_log_system + Add DBUS_SYSTEM_LOG_FATAL severity + Add _dbus_credentials_to_string_append + Add a prefix to our syslog messages + Make SELinux initialization failure fatal + Don't send an reply for driver messages if one isn't requested + Fix double-free in error case. + Other simple fixes, build fixes. + Explicitly specify in the spec lower-case hex must be used + Use AM_SILENT_RULES if available - Changes from version 1.2.20: + For details, see http://lists.freedesktop.org/archives/dbus/2010-February/012156.html + Fix inotify shutdown + Fix compilation in --disable-selinux case - Changes from version 1.2.18: + For details, see http://lists.freedesktop.org/archives/dbus/2010-February/012150.html + Ignore exit code zero from activated services + Switch to libcap-ng, avoid linking libdbus against libcap[-ng] + Don't drop pending activations when reloading configuration + Update messagebus.in init script to start earlier + Clean up inotify watch handling + Don't crash when reloading if we haven't loaded user database yet + fdo#23502 - corrected wrong verbose-output + Correct timeout handling + dbus-monitor: use unbuffered stdout instead of handling SIGINT + fdo#25697 - Fix memory leak in policy reload + fdo#23977 - dbus-launch --exit-with-session not killing dbus-daemon on SIGINT + Use monotonic clock for _dbus_get_current_time() if it's available. + Make array-printing code easier to follow + Forbid zero serial numbers + Include reason when reporting corrupt messages + Add an accessor for the loader's corruption reason + Print byte arrays as nicely-formatted hex. + Print all-printable-ASCII byte arrays as strings + Build fixes, including fdo#19432, fdo#22788, fdo#22805- add baselibs.conf as a source - package documentation as noarch- Implemented /etc/init.d/dbus reload (bnc#503074).- fix %changelog- added dbus-1-devel to baselibs.conf- fix --libexecdir to be the proper /lib/dbus-1/ directory- update to 1.2.16 release - Avoid race conditions reading message from exited process - Ensure initialized variable in dbus_connection_remove_filter - Don't fail autolaunching if process has SIGCHLD handler - Ensure inotify fd is set close on exec - Make sure a pending call timeout isn't assumed - Allow a pending call to block forever - Don't allocate DBusTimeout for pending call when passed INT_MAX - Update documentation now that INT_MAX means no timeout - Fix issue where timeouts can overflow - Remove 6 hour timeout restriction - Unrestrict session bus timeout- use --disable-static instead of removing static libraries- Make boot script smart/sbin/ldconfig/sbin/ldconfigcloud123 1498741603 1.8.22-5.11.8.22-5.1dbus-1session.dsystem.dlibdbus-1.so.3libdbus-1.so.3.8.14dbus-1interfacesservicessystem-services/etc//etc/dbus-1//lib64//usr/share//usr/share/dbus-1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/1ac186835a96c49b4c4c482649c998e8-dbus-1cpiolzma5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9e0e2bf5fd17759761cea7700d0c17ba302a3f2a, stripped PR R R R RRRRRRR Rz^L-3^?@] crt:bLLl~-|:%<} sbTK  I]^%DrQH'\?>nͳ@Rkj`fQb$W+ R0W5qgnOl4tK鰺7wSmi'+O3t Eb8ݴb f=l`w x=pp .>\\0Zx%Jv tfH/Ȥ=NTć!ݟ7-r\" |>W๫M,pҠ=2[[YtgAjדGu,HLDdHV,t(* 1;2݅d.PXX~ZbX>C3ߊ-p+wQ/ڙ%Yº]ίSѕ&DOU@THEx"FmXV'WqwuSQqv{qԊѦƦ٭u ȜPD}/i6I>Τ m_L^+O4j#E"QX/W|lSl ɅDˮqk{Ij2Ƿ8M2z$!y<+8eP)3U g&fMUQ:E_ *SD SΖLyU~>m7 0*!I|^ o* RsnB>殓1Pa3["PÜQt"I^ީiǕ,̙f(BfWEL"SXKJ0zLo*8 [ޔFkLV+z{Zwx ^jd v2ʶ}@NəW-,VC n$rq##މR忉'a끼<ߛyJ)/0+VTp/#t`s($Ulbب8Aʒt; Nq E~Rs7 .g` nD|S' bőIƌnjMjCb9нZjćm:?q+@#z.&?k2ѕwR.~yQJB1 o6kbd ӍI!_֍#9)}BK)B9- ) "=|/_/8vxۡmQ#QɰD $kmBŹ!xCO.d5:5Oel*V[ an $Er(*L[8MkEH\ZaV1>C=w)hQgv1m-ܭ0މ|_\CAGB;9SDXgu1M;ԞGgYJc {X7oB B)M:8nHH~8$1_{g!&}phOMqAgb ?{㎽0cl_(9 l}|R. Bo%7)[Z ΋?~O'R鬐$m[#kXĵbc-N^*0pv=<Ј7utׄY.btax.nop,z17l.?5v.rx;0rK7fxf ɦm-^Ե+.@[` h#]S`` T$Lxa"<>,j Y &^Xc3m~􁍮 y3v/p \ۢ~DgB)]`'D캦s5S`#Iiu m|~YnPӫ"$\ }wFsBӒR0sFqw8 -a{TƆř#SS<ܧCo6bl,<_4۱zU0eP=w/zd) ]9(t2GZ5lH NTV=K(Jˉ_i܏6pTEerx ^Zg]&( v G/oOcHV5ջ.@\\s;Mf]e4|'&Gͧ%/P 9V"`Rn; ZۿQ&t= ,7VSCk.T!7$}=Ay|j9t&Ք*i)U"-|Ɛ 莍lC]Pȯ񒷴tGBD@E[[=%A~QRr/`nzz5&noC?:R-̾<;b}}Ɠ[AqlA:gԻӭ\qݪ#Y5#Aq>_ߴN5/#r%K-`*NYFQ,&zw ۰7zuљ ҆ :إef!ah2 [='[_pDE;AF$"gWhzjN6wr~{|֚Btq۶*,"WY{fU/xʩr52JƱ+2FJ&AM+YYZPKЇW}c;(>,a.&1C*J6(U*ⅷk@, E|{-9f8zzC>EA*$h@*0.AV< I]tm#K_{^ ?L?/-d]eM`!–tB`ʒNv'ݕsV*e%CyUi/+r :(gB>؊f6:ߕ6n)JupNGO3USLL(-!'!) T|=PU}`ISBNҡZo K`"KIdtr0C>fXp*"5$x; 0a,X9ڿVB27|YWM:p /z*z[6ţ i-aݘ %?TuR`7ߍ 1\#,E?3ngI!6:ZMRM}IMR -8:>ČfhUorhop/^,'D;K"ʽm'0՟R) OB| `Ô`|=+bFIQܥ+K8H55QZq滮:($zVjXbZ}MlmUS<:uHc1HM>-\k 8C>u䬔Tfjˍ ʜUoxm;m|d^F +* 퓯곆:f zd ϟ '2xg|RD# ;n(G$mY ;PmRHh_<ǧC(TDf>G*=dV*YQv}׭O xDp 8Ֆ\ފ{.r۪TTl\rA&n2"P *|cMk!L A];<۫QoB+P|#Ҡ*ڗq4֧TҘf *QN }Od?ؗW/rUJC4ތ[eճ\HơXވ\>w "!RF4#azX)ja}fa½ܽt iq$n6Ylb%>NB#CvQ =jy4Ӷf7L8=bgpET/wsNnF*pWG QhFpa`k.ʓM QGwfK}H\٨(A5M+P`Lk+BiPD$`XIHO&m+DNΑ~╩\9Uch`,?9l7!s3ה#kreZ`׻xcX?:B7p7m&9]:ld9ӵuI^Ey * 5NR]RӘ ͑ ̦_!H_,PF%He-ap낯=]M܁6xlF ΕQ僐HMNOnm|^P">H;&(I%MqJuD5;EJHAk낂=@~%ͤz GsY}?0b3X7a[ I়P= IkMݿ.jwvcw {yγ !|ުM(CsJ(_ϊ|!Y&`Ki 2ydZ =z6W(JdU3ˢwET5;R]^p:y|f p>(s)1[uu+qD{Bi5MW=[XɊ8c s-obmf9Mh~{FA_R=b*{ v<QZ&=.j_;\/eMx)%]K| }o`zXm^weAzGBv@<"vVJf[ဴq \?;L<<6O'$p~ZEX9ʠ~b( /eq,\ 7)}]BC9A늘W(JjZoZ|dwxg WQt(RGyYq؊/Le1:QDP&F 9 6ѓnP/>q^SulHPmk\(Ea$!q l"%, 9/6+|-Ĕ |V8Gf`jfIތ mxOQ]ʜo< +,'d>8(KRFا;niKG%Y;Fɼ5k_֩q vh<u5Qƞ ߀uRתXP~j2P41?d#jm;fh/15q?-*vEY'u>Z 8xEm3N)dZ1K3P 0x\G`^k1[Ih*t/o<9xLXor^:Uݤڜ'}+ N*SƆd#0G]{^:tJLCgZ@;J+J|,kTn\#G=ea/٬26`M:^ȡ2Ӟ)ے`F:(`knGt5:^X}NWPo?8w銶HbgmD}Ц$^娧!^I}isK-Vl1{>)F{w+5mz/l+@߳$N"oIܲijeO7΋g>oJ^?& M]t]_*QVx^BO|YmN.*meMbPF0 YJ+Jso9s0yt ̗9CN^$ rgA}+cx@"YAja&&Lƶآ+4!';KePSF*~NT=66M^Px{ =˜~fXg (  {b"ZAI ڊ9g9%ZAy&;/K#t;)8Ԭ9q5 1v#BNFqsMW EeWAl1S zl`$F >lIu%_S_IL.'\`Ƭ8P5TYoI QΏw:nmӜX;xB&Ԇc@gK7)s,2A(6 &X7-$̀qLPؔ }^K׷>7[5jjg($X)=(^lW,U`C$e*I]#nDr;GT*LMҌ$>cL\|>_5@`0ҥ"Tb6hD2.E@_T@ څq -˜ه,(:q֤e8 [bHUPp*3- aA2ҙ=:xwp~,HO&!^UE/dK8߂yn}L˸Jc 4yg j\ۢ8AF^x>4IWֆWw/ !#\^jUf@/YCXaerǍׅ8cNBVsiAܢ8zDZQ2h=*oKu14 =x?4ӲP?t:@+RďW 0-O>j mk#!#b4QKe&tP.Pu f ;JKmScqt7'W.-@p DՍ:\|̛7Gr:\rla2aI`6X4kڄ)"BֲH;t}͈~:# 7_LTefG O,) }[~Zy}kwx{mIK̢ѲTq3JB¿ P+GπnFtI۾r**Lm3}Adcbx{].9`_𐰀KS1cA˵CignIBۗ\Rq1ZkYVCEq:$Gɽr`n9^@)%Ra(2>IEnȏ$BPTpr/`N'-GH-ѩ7 sB{ ޷A7 -I8~BAmZ.Bm6=OS1 ^B&W!`0~d)moP]PŏRLJUƉ 3[#8ϟ8(c2J![zV$1-I'N1-E f=P\ 1#5S#Ŋ{>ׄ$8#.V !AS_O{ pt(Q$qC̱}FҕxY+\9H%ZhXFbUa-kgRkB`qBcxQCh :hiGߥ?O}\Kd Ԍ.sT>8y'rEg8 D4%$aRY}Jpg\6'9Hg~'[ +B" =+8*ps{C|?`䆼)U+أzSG+4 mCQ (A48U~5TB)I3#Fo+k\jYmb2j$O]7[{pQ{Da堅LtO3/FU^)Zl'1fTL+TWtP>qh  dp kٮkka5 K߸oFiqVf?pP&q9ғ$p=[q4ysEZofL~0+9u}t5h ";1!m-_8,0:n%' ( K sؑ-~55m0"bՄăVxh~+ʎYَX*0TB3Ż_LG}z>\ȸk{yr6sZskKhZ^IXߖuc^CGTSf )6!gҘE (nbE 5V9kz+%Я+lo2c%A5"Y@IHD\k4NZxwI|Pl~^dsV  M8X0o+`OVďG2Tb5t\Z=ay*!ߝ74)9:1աG!lo 'nP ]m.{:Z P Ĩ=% nL }<]noN+I_ClH5֔-I,.&DexTH;d0or "0c6m+ D N x,AvO6I,l}].gB!ҵ(H/"m6p3"~"!6ىY/[: r!YF-w-;*Űyd#ޔ1{h֖#dy7; *:`|a`"kYXN"L3"2 S{QU`? >RO`BzIv:qOĤJʛa1 "7e9˃fo >a5i4'>cy] k__4btAyb a5%m7b]cob6)\\ |St*P}sVb7%8:kHيn+.Va|ކn3>#d̚+Wmc=ThkC9OXU$3ܣIv=X W1Ï z*4x.NTkNQUu)>B6}\XV8i3BV&7ȵ8"R sZOif".oӰ=gEq{jJFo*;;ع&7=+AAםnP!?kwL~Cy]3G;<9AcU+%{e4: X%+C~R?`{?\j4{J8]GgXx44>$ VW|zxըRSiv@N~XrH8"qhc6-xA24ʅAk}oWiH*EI%C,K4] u lcr청ŵ[ HJZUэ8?>3){Ok jU,.)Xup8s挒<\1p %6oX&P(<%xf7S">m0G̖ZTR3Ƞ]\候q6q'q\Gej$bL(7MiAI CS ]hja v^h'O '!#)Fz&vZh<į#^EgLhjAVDbP47dc,S ޓϝHh9kN; <<弑οi=Xf2k氅 f8.l}ʘ)cǙzQ|>\B^q\e=r9|mr&X7uyNMY?(R@vX؆WQX0&>PFsGkֆhl vEړE.lp$߆2Ûcg?Y8XK|8M u`ƣNWd]98,!@"t2؃\ݶWAj ÉhLeH{`)7ll5Ҽ^E=Z?׻H+0i;LY#TC=c/~:#R1/.~F),EGp]~G k&qŻ(7wryãwP jR2=5'kh_gUQ5NW/xǎP|@BD^X@$V >S9MG>NqcZފ}% v;bF5JY4h!?I̗O줣5(xQXGd}ke$K)gΈAv6ytFڗIk>×-cVAq` md"S#-v*J$tLl5-9Jv/8~_,7і;휔.ܓ'YHkKƙiKJzE2.lel\4&~|3 _^s`ds-xp1 Z X *`r)`C^f׾f+~"jR0zk'M`bZg4cbSA.,bB gj"&J% Ȧ(m*=ZXC 5KDaCr!X G,Q^ #Df!W~-:?5q*]jrBt1GGtT&@,]bW9{AElyl?B Ie!֌X߷3+una 5L6k;Hnǽ{~+ᔃVWAo)^~)nΰڹuGoLkA#-DGա>R[΀WG-yZM\ʺI4Y;enڵ& \1T2؊;!N4M -OlAlaV! m /G x!It̪ ġ\kqVpj xɫ@þpH¼ciB|qG8~?%üjԓD?"8ⶻ2sd5Fmm>N^ `Y)ůeVsŮGPb*I) +Ȱy1H^4JN&Rtڠi+aê9 |Έ3P4d3дKz@`"edM7 witYXɤ K-e[Q.`٫-XLCQ(Uksmgǟٚϧ(o*nθ}W+jK`^ [FnH! ۦA9X) ^^VOoku@옝.Ez#$e A(GO$I,_yDqAuDBo+a~:#FFr( M(+R*c}\;`VƩy‹l1!\#i)ļ%(/c6uЉy`-:W7]IJ={?N0Fb/ }ZtĘXЩfm)3c.a\Z]k?QRzt]rL.a~A priwj HƛTlšÝCu^DEY 29ֈB9x ZᎼ.+\=/ +]m*z7ԍ!dȑb&<څzC>jq3~Q%le/ X^48| Tz%=V4ȩ`D0N髱98wfNB-]&\-`Z ;lӇIzRljD]07ʈb=%L evM>U'BoT?T6Ofn&e\zwp^K62j#vIu)+c`wC*x~ JIED`8qiHD38"XIbR]o1|%neҮ$]])r& /iQs$e7,)AO'Lk!.5X*qa+ ?rh=n(yܑl7A]FP2ΙVb8gz,׶iծ :@k<6 /WH mxsو?.\\&2K hh:47d~\lb~, s3Qk9Oi>=]=Ԁ?nR(C:%ӅJƀwe*0hmS/%,x6@И} \i%8;>6>@&i~1{;jlگkL2fvHs>0SۆI)SM!{Ƨ92Հ/, sƶ殽4bneƽUG`%/ū~-:9-AC6i@gWg2ژSnNd"j;fEz^^۵4䁘X_(I75|NEl'\Uܰ,ǂm"ECY.c )2wgA%x^-/ߴd2oq( !Uo#tiY v?:L~*~ F F$ QHͮ^- F ^G %?0JBJܜ9nSo8\R c6 x-iJ@?%|HxWPh_75E)]y8X^Kd/Qߍhk6c@u*6J f|qP\s55~EP*+K)婴99HkBAY-!3"Jkt*r0͡* >l}Wg;T$W1;eF,yO*'r)+7i&d"!˿ e&$Q5%͑IDτ2*wF+a%M 6x`U]5aPcv~0ڶlpsv-A} v>(gWqZPu h@Gz>-s[ؕMDFE,W.AӋJ@?J*JuDDu=8l!Zha #D8;bPm%Wl)&hP%ֹqLU}5pPϡ뫅)N!b~ʥ"co"%cc2Jjg-HepW\[gQ-|t1Vi7~VLҶb0q[<` PҢ56-aڷ }qdvT=t]gaÏJaDZDik{M6a0ѥYM( U~ {3\| /tg=l\(+boZ\P!}5(<RD`-9 ?`<_-Y+ Ը2C [3vQ?-R}=0Z;>4͑)I| >d.9]D|R8zRSwPUH?52.iZ~g.ꉤWԥ_|I2bW#{!ΤEAl |B?0Ũ^MU`gvbh/%v# Bd*y&䦙`u˽7};PTF@Pi=,F8BK6}e"p^H`=L%^! +vf!ܻ#@9ExQ9w10h46a3U8]~f;#.c(`t,VJmx₆AidN1#ݼ8%V(Ay:i:g&1s^dײc@03]VѧpӨnP )5 a!&73z g%Κ# q~(x }u@g"i "'_z#}+s$8L:<AG,@svƞv-WG g#?Sgc7/9$ʟ`n~H vԱlSNQui{[T?C|٭#,qg`욕x뛸cuJvۃx>>P3! QF]i %kb7>Ö }Af-l1({H:ݿܞ\O׵V TϺ-i;:W2  G/e4\C߬ƸU-dNzb b[so#f s#¦] Ky:s*dNY]}0JB|Av7$nD6PaSQVqr,d,=UsC Urw?t tᗱ[ڒBu&IYעǑTbLTטGY A Ě\W?@׈+)kL&`*?tq48kM FO(<8,zOW;j)HZЃgK<d Aō e+&P:K5s# x1 .ILO!?f&"?uv5*ۤgO~ INMX$\7?n/ n ŏ'ڕɥo\uVRΌo)ˠim x 29oYtbĮ%l2f"<$bBPrg m&Cx۔.LRK%?W{28y]tח[:]mu-<'!&EC>W,Cq~|r{}C>!n|Aj )I `T$>fFs-Ҕ5 VY Pd̍~ǵp_Z/R{۵{yࡷb1hz Lh(qDW I+ƕFb+K6b}dbSWq#,xoMc+m_iC=!qߓA.5Z l;m,~{H]Ⱬ}ү&[1vJH[*mp `G Usd&®[|#鶋^kLL/@B5]@LQ,(g#/ R> ?hyX{.ug-I }_,m nKuAgCAоd.gkĮ} }+ѹ/e,99j䉾 pԞ#4~JaG ?O)(ϗ?+d)b,CLaGpU&?8q&򗿳%mIe st6@a{=Mo]Ɨe* ]g}T'XۭܕٵEz.:|1!LWcVO;m5VYi*qL\0B8oȬ/$ϳ~/@'65d2~ؾʷƛ`ʵ'#+`nCsCz/㹫}xQF:gpƸAd%VD&قgƮ|I  U{J@DZ]s7^"?r/5v<q,αy(b$c5Wi0YgWscl|3L݄$<X~XukX̋Bz˴T q+Q,MY&9BCW;:8H_A ˪raʨtcUۄ@+^b]z Y/tXX_-f/+4(K% oC<B̳~i86H8E\[p9 {O W ߫NY$#8Y&߱s̃Sô^*K;D &?DMQ\rMoT<Ӊ^)xvH[fG穀tt*-5B1r ?{Ȇc`>Usv||EK 6ú0Rm iT/O spczk:X}/9'S1xͽ|e; E>eWӂgj5_[L D4,I`lyk$xߗχZ}pIk"Ȳ~OYg ⤃΄;ĕ]\C~QA@yc?,UMeXy[ȑ\Y|?5$~;l..T?,1CZS}ݾ_XpqʱQ&wFH?vW/`&x9G]w5źF'Xf",5:йI5EG>p&1d`͹dtX;X xMm~J[ sY- #zڠ&Vd?'u_NNA[Q&6Gf$PXG?duX)}i;,U/*Ĥ'Z43œt*?Z92#NDݯ`$R"Ҩ>(ptJj|Д<̾5kD[ Cz,y ,Q]moR_d&dV ևS\2t7~cg Ea*ɦSU)JCw%.nǔPhg]Nؓ6yLɮL ׈G7{-6Z2>1rk *SoHilboHmĘ+O&7 S )UHoMe8Y| p[B{Si9'C؈XSIG\x^喗FM0$Oz qmpЖp{li=p݊7Tce~in/|1ٗk- U*ؐt0Yx$Xc_Ic]Q (јQDM>d 0FTHsz]y-}~ʦZZglOXBP}͐@~Mgkz8uJC[iۥUV;[ќYxm,G I<"E7wwg,w@F1$ZpJw.Tqg-~ߜ37sFG[)s7g?>(6;.Sf0V}^+t,Pj.O9m^"RW>Z9FQAP@ryJa*N'%_S-cܖʋjCbxK?5I Bhhᔖ1ҕU+@̝HRU_BT'ř^NT&`Tnmg[%T&lM3=>mo#Z`BLKU G;iW3rlZY>7YK+WZU!ʛh>V[͹< +01@Kdkv8W6nbb9SkKo =$R{1Kqp]9\iF˖u& >OƘ dt*8}B&Ve$Zg*Lc+ %Fԥ|aVӐ_V*z{ChO{ۓ9enA_3d]3b$Xw3l-a|xiw~? ȝrUC 0zɮG1/V?<`|$276e]{+٭1 ]eiP rgelPAFhݭ",, 猷 E& 4gp>LF(߄$%l XbHH;$P QΞLkbn'a D'\nt'% &e\l˹zT+fY:=uB2@ 0/%N.iGlQ:m@F[3TVо*KYO1k"gKېr3nґ>8G/21K-?|)K).`BՕ70 Q4KP:w g ~ (d&X7?gV1nh@8յQG Dʀn[BҳJϽy,W4AŐ,َ:{eC1vθ% a h"+uO48sσ>`Gl}Z?NGXn=<<]p6tt1W$'3YFĄPXọ턅8JwH-y\\ߴ G+q{pXT`auwU oJi&E|")L'rA#SGiԂ=szƋb)&.HCЯd}gFɨw1M߭YnF?PE=(-M H*-2sR;~BjczAT&$j^ZaT/m4dPMnZȧv7}(Lo8pé8>DUlxƭrV7dRa_R٘ORw<#Q6[>]!b%38+Cz.ao 2_2mV#۪geQ::(.:KlS&pdF:N:ukof/v t}+$m57+ Jmn&fDq s*f{?Ĕ.eJ^;1w;ϪO+ =JM mX+d0Ϧg堙 'JD}L@|yDd伨߃vIdt`iׄ {ֶ=q8GyOg"L:a$Yp0ˍz\U!CV qW uO87ֽ/%j~XF'6)sueB±@X?+[ӡrI8=OK L m~D3^K5jvc}N (x y ][ nY٩5w %1MgK,;֣Mje>*\EY\XNC]."LmHx..}zX܅EIۧ0ZdZ+~]tV!ᐪ:~v+I\ehܧ|rD M;6 Cحd#yQ.ob2׌zII|;+E~prT LH?*Fo[bWff(ˏNߙ:ႅn˘a淸}Au:y){)՜q|kỶa+! pտ 5EU;aMǔp/OM4 S4HN5-$lЧ-WJ}B \X4,ָkϫ*sxd_bǮ_%nEsG!jfGHpBEDv~*N`S)rc1 dugb}@=|koVzв  IheT#BT_$D8t-쌪jB`b(YN*Wm> `IJ\{<5"dm!Į ?F];13[2ʭjK0pOVb +\y9 џ6m|yFЀ"e%j>e&K $c/_ƄOZ.JsJPJe՗ԑu]Τ8.` )6%.]9*>rpw+F([wE[ UςRoh2^E*Q7~%}LO]‰\svQS%wԨ]XINLzDh`Kؿ e@%ܣjgbǶڮ?y9Y_-S,F!b`/?r B|>_QʉyJbuGg՟^~ ICp VhoP4e{3c{_y[Ӯ;ઢNE9(–/?g2}֠O1>p"Hwdi}֖Xhcu:tQ}d9.Gl*Lb))p!i˻Zx5y/bxqX"nRN;rFddL}Qwd!b2j4$j`j}Hjyq HNqM*Zz݊!C1O'Db}!121|S4,6 [o ,aUsAgrѽ层T8Uq9lLA촦qm&UL2dJw B!82. Ru02~8fBM54׮hKHg 67`/co(R `!2+zTedRoѫ}B:rĿ)Q TEv1αNnA|LPdz=ϴÖPU5lpm;F.7&nŕm.n(Zs$h۷7ƿPn~pO3Nza#43i ;4]d*&N&/zfO)(W9} C`z#h[ad$%}JDȋ:z MئWX)y ȄZcTn?̚yim\>x=,Ө*aHX&Eٝs U( FfQeZRa,sKӵߍ( -J߅a-]`赎84Tv?Z䇺뿼oV®DtSI;LVK=7$x oYd/1ߍ;ƯK$D>\N7{>#hmM#d*)?[ZSwܑ0_*\tri[szl[>*t YT/ y6ȴO8(`_4ec2]Xp, hS)5\J$uo׏Ӊ#= Yk1caAt2(FNת@@лV./]vT 8Ֆ%@ 1>יd ? ei:[JuNx&IMeobxur l/8h\,I +z0Fġ-c"yàq.o[&)=pGW稂E%hdRm@Q,kr:|Gw8 ԡ#iAnO)N d as} w}Z}x#U){1,$x;Y^/MV:fz+`٣ Ekt̎bBH MId ўf1`qƖ95{[1Sy]z 4Rm9{/Bi2g| ~#fI,1\Mr%ժXpi)=T_@~ţ?ŚigVaz6pVadbC~ͥhkDP y~U0,cQea 1~_;v, VNذHRgIP'"݉ʔ)مWYչ*lacA|mvxc,.:ĚԢȩ Je}3&b:F{p@=f]7{xpv$[ kPF2Xx%)Ft>8Zh -$EkzqB6BI-Teq_bܲHwl[t{qgpyVCC@ nVS?q;0wKeb$mӚ?s,.QHOϼ8"2uLZhf~QjYalC'ՈװtEˆ/TsVg::ޏJ!ސ3ԟ zocSPw oJh^X8 -eeHt®΂/fEZn2p_H҉OM=̧|̤$FCum~y|n9l&@-TpB>}U2 <>ߜb¦-[nSF0I4ND:M`R𙑢w6gqX7 ]8jwPꅤL"[NNlVv@OHCt/vhͪ[pm옟pP؊F|x)#m_ ,IV>8= 51ډJ #A\EJG_ _Oy~ܣ gZ*RX28K_@HlTE[`Kv&Mk)ɉĴSݱ{ b,ːOKy |* KN@AneW p^GQBG؝^*wlS&]It~]Q.߬>>aO럧eؗ٪;ʦ4&4De}ySNFi6Gvqr ! 8gt..hC_.,KG\v$n SO'FwvO8$zֽeV-Sn32~QfڙҧZsF6ӌ b\ xs}@cŒURBMCGFdp;Źŋ#:FsixɾQ~޴$~cv]fݾ6淮QBޡ ?MŐΙ=SRc|G h9=sIJ!$HqBV:o'WdrbvC"}DXHP$lF*oӥҨwGmNrgdjdM̲|xwFdmgahk8"c7_)3~] Fm: rKaxP9ļ9cۺ\!H0E!\t{= MQٝ#6:ީ ʀ%: };c07v04fghM!߲OD޹O˸c˲AdxTl2'i]ϐ;QK+WsѾHX{9g-dž?8\yAΨDnF25e ;=Y6w^'ԋPr&>.@/ iZ!*lSJP'*%r[g@朡gފX*sܑ%?? q1:0%>;!9x= CX5A.OW8?w:ǯԚW-6%ոl8a g@tv;T&&Lz*c"oի ăzF*6}9$Ǯo&!1(< InEG%>?ԀH-T[8H,'=L]SrPT%eYj!`Ɵ}:XDl)E;Gep q ZfFSwZqq)VaLm{U!Sd6 "}s2P?l'uTf`+Ԁ+k~E %|I <_u6#ֈWFzңd_{|#;^gc4%z]ߏlr4NJE'wf)>}R-|EkʰOm_aeJgC _K"@t's1Fu=HMtbO Ei&*IJwRA.BexT E`ӣv.I,w~[Ya PqhM=Ua,t^=:x>$~:ˋ,ݢUs-ĩ/0Tu'u1W2nR\$4b)UeA8domdpr GnYrW)OXp≼R51OhM~pBAL*$zy%G_:f!>7_jK?#zh1=¯Q4mf Tޠ忱ojQgUoUY$~#:(TciʮC:)_Gܽ0ij1iHKFXWj@[zFM(iJu9ZjvTLF}UhȌqP'6I_iԢ?9ƺ gLރ_YǜhsZUIGdr*ɒ9Gjr.L~H^]3E*KZpa1!V~X1]ũl #{UL9.lG]G\~ 5;ڷۥW= xw7p Ɠd8{g2Fɻ|>O9 ]efF#ZTsēqTA{`© f=osc8R5F,i*mH5{a+jPXs|.AuAy~WFR@;6 ja"2zȸ9 3*P ;Y`tI"++{]P.iս3hv8Su=h/b ;}!G_ݺiein] lCMKa$V } ԺA&]\V!1P͍@v;( EU5m{k/7m(b>ٽK; XX\|Qzmz i +S}HP*4jeVbu$,|FC kn2&O ٭=k`FW~;y'] gH݇b?pU3@R0-.]u.Nt$wNYJ_ ޲:Lgi?by20_)L[y-|M$u l<=C =ދ>iQ]`Cus)冷ADU/t$yS $;xbF1>=*(Qg)\.gRs.Q6-`e1RGQݗeʜ}Hip:QUBw,Ӆ>JߒI#u:ZSm+Z:gXug>?YC;󴹜[c4yy EN eųSSv-C,D}+ğ$B Ĉ9$ǶFy:72c:P譈W^QR֥?hY`^}C>_'V݉&Ӷ*m uc9'b6]y9Jĵ{yxՈ$"w$/lz޺d}Iz~Y,$}i&:bvƃc7W:g#э:3!?auU@ǎ묪G­X]$.գܿTtf0Ě1$g4aGx7N1$ W݌~3*–Mr@Zk~GW u|qJ64(G;u-&Yr`8!@TdڪLY$_&^;'x&MŤ%P clhr ;.YK* ֳ-eno02 Â7 $B* f "`*zVPJ hAP )d : SbD u'b/u߾Gs16g$rcW6ԤW-\6 {02G4T`c,ĥF1}DQF)y.Pv{(,R6£원8,/{,'@TeZVI{)jˆxF ߾ȧK/O&as< [bF{>Wa=9:"r֭=j͑.=m ux<.5:I5Ǽ}x*. ѺL"}x5%C-YTSȱoS>Rg I e(OjHgMdM, D+Rٝx0l _I4l Sg2DvdTvBqA Ao(TIZwlbikLRhlːxjNQMD Ɏk/;qj<2$ 1mkA]v^fI8{XuS&خkm6h\*IHj0 ,+ƿ|,Qsh|wv;Ј+[^}MlN$ih]XOf+sgǃFA{A2ΰft{ *u6͊) Nc]K@XN2X$ Qkj/70SMD:'<0SH*Rhbe y0P˵NCSi)!;Zr@!pƴK>2.pޟ^fǤě0<].wTGXu):/6oa*& DA~*BCi+cj`~~1L)^^Fv&7 b-]F#iYO64r2*딗ծt {9`{>:-nZau\-ds Ŭw;nآwy㲍ӎfC-)97%OTAU7\0gB33)ʸkb3Fjab:"baL MFXCn5Gn4ǠYP9$@`D]v9CTsXaSfHFsWUMa'$Vth%Ne@1V]Vk(!$&RzF-k=2ԕ<H{eWBlta䊌O )2lF>nyXܜF=Xmν4Nc &8kJ?@OMhVZ_IeԉDGJdk 6&~ ss~ ɳ6aF1ƇY-zH}aOƒgT֕Te$X1卜n?6nVVqaq1X?S0@ w75(2}̅V0hpWV%xs5Аڃt'5b<%.ԹcCV!C*)h7qթ{/ǁ0cb8G[GfBoo;[!^#W_X4vXWѼJb>quj9{ҚE,$}}  f=ڟ$k53j5.6Kg.MIO:xʿ+ u,.cM)qY_])\^YRpZsؗ_#H 2B>UJz1Q@'7B;1!PAYPzRG R8rɴe?Ƌ?&db0}.2AVL7`eAbDK9jM<@EUCR'~{{7<Rr)ƒl #i&gA_̌\WE^$t{ܭ*{"tJ"h8TЕq计M[ ~ɔ:\N5q2 Xԅ*QXNZiyb1ثȸH23ѯ3GdGOTnEG-@FX?[X:"=\7wT/-CwaX`^CCG::*?qYhN&Mw#9u|-;s bާXybFBA$MΒL^&ͰtsqzFoΛdZ?kL q av,񚱉¤x\y!.% `~wO:XAP"[=OUWcn=ٹQAǬ6U7v0Eԥk7b<${5h0EŠl@4)>]-@^J2_Q m:5MsN؃^I9Gl=^_j`0Zh8veqp~vdgK!u~uzʺ(zx@ExyT["zXM*MZr!b3IWB9}yVIrc-KIp \]l=3cՌo}$|FA_k?r\%::e[n[&E5QB|8 !dV[)hl %O3Z˭S }6MHnMנwt \l>5.4'ȌJ5J|¶aA)>ytt-A}^]\Ikh;tV;-s Ey?V.ҙY,OӤL2:Qۿj_oZIe&J$F{D/d+Л{G/WQvW7G^gY 0KNJݭpa0ݳ Q5̍Yp>zbA1J*AvD&uƄH2bQz0Ӻ[I&ԃd؆*(|9:(_gF3V # Q@Vภb]zt(9 mE eYr9/7 K KL\`Ywy+9۶40Zy%tĸdu:D)T60*_~I:'M)v榰[MAdcCkXKݤZe:+A%OS:֊aQ-yyc(}_r~r,E d07n-K,/av{gʲvÑT><\j2,6I6cYKXw 71 9'ǁqe^}N A#L+GF Oe]f-"*H}}{aZdO02LFf4}ɹ4νEJ}bz:9bhOiMb$vN-5G/FI*tjH!b'#ۊlGC݄$ SnXS"/+oGdNL \A?;'Sθ`{*k,L%=䪡]dmM]ZC]k_8bZg!NDR795 uz(e1_qDE{e "eH5k8mmSSpb}YR&" @Cڰ'N )|n[  ${l)݋GawjR<Ą_߁ {u(XZm>cM5LE,Ejȴ4<1>F )Dw>=kwNGkBq.ùoMOt6(Կ/nk j#NXWI?*?k j6GK"zFg$?cWz3sp0/)O޷eS(B:WJF%)EmÈ<@ O,!rŕo@ʁ[z Rmɘ\`䨁#DuB|(}sQt95VMOABl.A%?_?;NB7(owL@:H5p9i=N'h"3Y0Tŗ̌yU6&,U-oJ*j'UF \@tx>(hڝwe1Z^ ;B%=ֹ([+L?n! 6TOa§ QbtՇxcWL46PW?{Z' ԗ6[}șնOc5޴G[ tT|j8Bb\%Q 30*YrɢhZ![Y%xsE:ᄖ Bp7P9S)*Tĝ\FN>EwċT1F ɵxsGtR!'OO@Bagx  6\N&NJ0W.+\VYQjRbQ va ocE00ɑM& dyH`cNVE zel<-_\}`[ZYE ! ӁrJ1uooݭm=U:! Еf)'еA$DzKWzݺP8w%nd~:6kמYPߋ5ьG}kSw32K* fr7hUq}{%,eQpj`M>̡^%-f*jO (%FFCaMjHņ_!PޡbN+\F6 =U0ɀ.iIm52\3팡6V~bQLr`7adWKf6$ϽyvQA3^*NM,0բME2Zx*H[4wv%Ιo׫ؗ#fPLNf2'?@Ok9,7 GxJ;xlϙbŮ:A?d;c\Sݧ y<{zAD鐴.\^5C;v2/cUOsj! g񫔚ae{~38gʮA2)k{Zc /\DI}Z&՗$)pT1?`)PxFuJ)r~BE!<_"%t/CZqs7%).4DM gqIXY> ߦjCIx ASpD Ow7=j*6[a|>>#2T"B؎90*S/^%E}E n'}[ P3ߟ# \Ao;I&\ DAv 25ƍ;{GXn t8oF8?_G|T {'z.qsҳ4NlS.UE܄E$Nz݇F}eT)<euM9xF$ `nspSE- q\}C 97|G2&Rs{0406Zno)dl> p'KݟQh 4q篴>T8Uj*#Hq1\o|֎/ҊyXcУ&uAʐzO/y<;C=Xad"g ӝDwemZwrMa$60朗uneJP ͡[LX`k_M{^GU@׈j%k`vYzD ʮ qҼ) DJUޝ1@I \:_g9%5L_0y۩,?lg;4›iԻeh M 3>cZ=e" 7sD;:+]-'Z%8󂢎Ryl516g,z~ā3&{g\eS3ܘ ù3_$B<5ezu#H6A2x7w1֖]Z"GhOx|j2*3,(d㠩DQ+Ż#x,0Z=IK\Ͼ-;u2nǪ93\;+[^&m_6mY>揧Ak}Ja(|k (;_![e ?Z*g⹃O HِYewk\V>{wdqx!L~aٸ*Q߆V/ntT~X5qfl'6H񜓦iC^,h`>j܏F5lq6аa>IID-|OJwJvUy@dnC-=Q u鋥<^e?\Bo=Xq{[|ho`3M O-G5?-ٔ07{L_QeL3Tb#dj΢.W9$6Ƙ2 ̊B?FĻ+9J*HB!?@ 6&RlI' .=]OZt%8. Rq){Fݞi^ÞNV sUtkpa}.C>2a9 hݎLs4`FF>۔v'}Qat 7Jy]_btB^[RrE)phWV8Dkpwn˃ =ˏt!zݰ+7.h$RQ;c?ƚyma/gËeCq9lrb6?ŮԮq1qx<{gVpr)4̯z_ %)#`я z2v#dUC%vkr`(ғb74K`d/"0W4xl,ռ=.RaX5MF&kJ2e\ėH!tl5dIom/RywQ86['z6I]F@Q1XS8L"FAA͛F(ț nwתҎ)7AԒlX'q uҎ<ΰ 5޳q~謩PKFlBlb{wX9>^:)qDoθ&y[wC%%wU-qa[BGrnr#|(J+Q >/AWg6n.j]Y< 1&n ѩlb;lJ;8%gԢJjⷪdF j$b=@#KQ x EP!&m{+?c nΊK#KߋބK2T@?|AUW67^ث`YR@e,`NU~22(Ha%ytc+B֫6\~1{N;O\19$Unh6-Dsw $3M`*û\Ǎ@Fn{ y.'=q`,˪}B8k|>J&UG y,k7 HiXU wqeޒ1w ۗ(B26/LZwcX;k~0lGatw`K.g̫ovjٴLVY`QD@ B #/s/ͻ[8$6Gl]r-UQc{z%LUf6iB#WlݽT<20v]Cd$αA$0v^NGlI/%\+ˀ)8V@=o'I.>V5$ $ijl}Zܧn /h ۓp{O'Fo,lǪle m:o.塎LGi 㠑S"m$~F.UףDީDĜ_e] 6eQ8Wף6@jglkE|(|*AşNyU*L|^U]B!"/r7kt}6ǻ ,Z3TcD %?{z*inR?QQ^q݂Gˊ (U}WL2{ b;tH OjX:gcShu|Rg7u'#!#6R@h\cP3!AnDgiI! "asiҢ@g=5C005!: 6HK)}P@lM  ;+Kޤ ,Ցn[g )m~O!$ڎsOſlBaP4mbmHr*HF,RVPR5<u[1a9'm)Q Q՟wVf6)V ?2Bٝ+f4pImm;.f)hU3s0'A"+dAK!]G( c3-o'gH=Z yKb(%Ub^%![9Dr8SkĒŏvWO~6gvJYFFȽ'3ȒrƜ dhߟrw (69#_ޙD^#ꖪ-KNo)^i9ӏ!> ׋g>H/I[DL 7NBoAj'KB&[of9)P<)ZH2CMlpJc2P7o`mNʉ3 bevp]G@ <.yjQ% W>w9?Jgn5;OՒ6d]E^:HFdimc6!9I@JeGyvCPA|\3(E/Yrw~6Uźpj: 8ޑ qЇ UU*#렒+oY]J%nN2>\1;he8 mTo f~laͫˈ^Q>s L9d#=gart(jyhg4j2@a(l1,yZGܐO`eշ$/(\Pejy2DUĘTz쪵t?1\/Z s;Qld3SZP5ȥy蘏`7cmV`:LSYP6_[[(A.jtKn2(x1KźiI'έ4Hm.cdE0X q~:6:{ ̮gA PZH.k:㦡TNw`Z^^UU(*R#Q]YSʼjbd}d hh#&~'̣ͮm̩K@)7%`3~3V6G8iH*.XNxم0|u` @{}_ :ܚ(u PiԣſS gܓm(^*WZY}OԌRs>)hfM y::XArV CB:"mddyľW]"hbOTM1-=OkL,筶 I!zAb3HGFROK K:l> tX+0kJB\\A]8$c8a_g5JwX_'/}&q_  iioT8h$P&_}ڕVHW鞼+rarHq "{G󜼖qa|$fł[kDB["fiv ;tuP<4j&bREv?tYrs\ u NP4vV~ha6U"h-^[dDCNgk0yʁ#8|&DHrX^g#T"WJX\j퐁~XDSĊüfWٻf2]WWl J{j)1iȂ)(p?Jo ra*ݘܠp%aXʲ}!WV`3AE5Duh>Nߪ5ĢYmg4MYu?¸k?(3n7{SVO< ^|5Ic_ f&PwVhpИȇ~7C[lWHBRs"K,k0ͣS.LtƋ2E!RX2xS;gZOK8%;Y^.&lԚfy7pr"㈸y&:cϛડ:o+F oRz.pDJ)Fİ4$֊"/Y:U'Z! U%l*ٛe 3# RN嶗>6RxZ 2> ܗ̫ G4w{]c:ɏ9%)z X(jXW4h_z4W6hd % AúNjch7ֿ$-37H"[VH4CXǖa?+kɵ[22eS(es_xIvv› &J"mke@'H[@KpQwԼ݌*$rsPׇy k> - l: SATƾu6 't o!WVl+ڨEA<9dRDN6楥EeV:T8(ɂZa;-gͧt߾"Qw _Y>t/&R.x X+tǒ)]coRh`Z'ʿ>5T䐈8D2KUK߉/MW͢+ky($Lx|_TZB-?wT܇~XxbeZN$ `!9N/T=VxT{\Xf~t=u6¿@. oz/m,?)1$B%(YĐDK*)l 6%S:>7{*Ksn3052od]GJWl0nx)Z˜͞?,+6[%y9i?HIc6%E׆UÄ-$`tfwj`Hdd/AAdj2=sA`06z[biAߌ٬BDZ~uW:H y;uS|R?R°]>.)g,ԱVu xUOX_2P_se ˌ:y{f44A=C1;$ ѿnÈ|RŽIGKFI;<7HCY>Gv/Ha*A;%p۴,yHߕCS~&!:îh` jD2z Nm_("|M.h)&cTv_}(5D9)?6͂xx̑i JfV`--߽U(7+#erHljXJW%{c2$#ҒQhY>r/zr5z`,{Bfd fJţz+LA8:-0eKIPtPAd;}F<)e)"3fmlMy :"g䌇D,r%$g@mֶuY-qEA,`w4b@Q2p[8HBV&ž؏kF*h:nh -8$DJobj}_P#7gp/S{^pւǪ'rJXnAH9rDnF1hz+ I[T''tH@m0d.rLq_+0SG@6COk,_#eӤ W$*TO8&}{/'^ZF+E ']m?BC߁#0'r&8|+rE47HLe7LX!<1EzU*tY{zy`rvzc+;] V76;{5y68e Л񍐜ꡧ`c<2ڙtEO1'L.-v=N%77Ӣ9m9 h(κ8?+,^;:#_%un16?X`]x\ ^lj-q)9@ӓps1~hK\䭞Dw渟L<>&+M-g/i3F5R$_sF2MHx UtR}h/5y3 zn8?@뽓mˉ"r ӗ!p$22kSF*<+cu^̉(ϬF_yI'r ch%Q#q5k8zA(K9Rf[Z=3TZ@b[񹖵Pܡ$s{ښ(e-ٯeFՐ n 3넕|j"M~yG\-RD"(F;'2Rەpit,@@R+O8@z*ejbtZBʐa,Vs5M+RGī}"Wp1u9ӹ)WՁ#^7 c;E`Lf5M V4-`WFsK{7v^xGO~x}&mxbw,ȕ$VL;hqC&;xK*OD#`}B$I7ːf~6]Er4W:P`˶gt3S8r~6(yF\k50S,zM uo ثEn?} F}j_JJ${YYsTƚ氶:xM1/b7TtpGq70s69nsmRzyJs>AED߈r轿$Kb mQ5W2P_CuR&C\@ jONge]fǻC(O |;9dO;2CGHD-?ٚWh Kt׌2#,LKfkD9`&,'sU-l¬$';Ue!]to_qm5^iyj`Xav,֍yvj%!o+gmFM_ClLL* jc7Nm39J݌}~Y[:X9avmϢiI85}+!A;%>9^ m@7qZ7jᴒ@ԸD'QXftlp| * 4sX5?v" LEn\˯MNS'*76og6ptr3̺j5u> @Ћ(}\f 13{yHLPl7 O-Lw-gO>INd6h$f2tHA}7KPI7Pjw lNOkfO0\&!ʷ5A{ .~.~Jq:<ꕅA?VB}_YDF}3Y5ExIug)NQnJ?[ߨ\੖f,:0n๴t;U_ U8U%_;p;oNP8ǍH8Q0Ʈ<1iUj##)@y_SJdt Ƕ~ Leڈ?㈰[Jw,dN_aT ȞGZ+GaRwJq, )GZWd&^'HZ暎_ Ж|?'/aQ. ]r6+5w(䌡V}ϰJ](b>Br %;?w f\*o 9`# aq9mvoqk2*7%<ѿ&MW$L*n Ź oe}'X6eِ|]M_lVx )_l$wxnSދIWD4TyJ>2#‹90KY2GF}[WjўUjͅluby0ė_9fDy8Ffw _`[^JצE;#KONzWniJ?C%[(]ʠH9nJj2Ә\#v5Z|vIrcy*;QBf7@`X4U(KsYq\iQmbB8,_m;ł (3l=^%UIRә]L+.wH\%\b&?7n?|}5$-MP8@Ӭz!׊b(˚ i06B~^Vk#>g3 M4רcBxPvP11i,K6㷻c7U3qӧ]oO'w>h'gC?R!V۟oii7iGp~aMNZFi2RP[^jʙ.粣 HM>f-"sw_[ʰGMT;^LySQM۩]6vW:LRz/~' A)s:a'\PA([kb a7C^GƖqH3X=́R{Dڸ$(q:~PPF9E?LI'hPM8t"J4QrhrʷNMJ1"a@o kb5GKahEY*-ls 0& !D6u=Abhz`Z*=\|MS9:o;%6呷ˡ'zdWDޕ) nqą7#d# B] t=T<#IsHDOiJ5[$1ɼܵ#Qsr3k' R.="myi5sREٍGl0| 6oI#&0[?j7e!z'x,&W0lJ3_JQ^#P]#Ey=MdMk>́f]Ҍѝ@)|L(6ãD "QM7C^O/ Y3CM\K0^ɌN]]W"t?nwF.BtOFNJRkK4r-qU[cN9wNƶ}ߊw\9d#'\٤ȧCL'o=IoM)JBSL%}<eyHd2~9m1raH ؆: DXrkX/Xy;Drk+$shn̟^` ;mwJ7ڎ_$3}{M&'VKZp_GJ?.zlyz\w} z( ڏFϢtuoҰ`pCP8Wi%ɿq181=ʧ#i{e-}z6K䡶V&\lن~D W\+)9&:XLU-,+|n* @i͊z9Ҷ*#(F,/S}Ύ>Ŝ&6V$q8՚"/ٷZc^. >[?JO/%y.YJA/  {\M]jVF[|8 Z\Q+)¯x`= R)lb(R;!uD%&O& -ƾ!ݳh2d($^ X iJV̙X|ԉp n3 4~ IfՏ "ŞK,"VJ$UhwͯAJIXW,:!8b  Ӄ•yUʙICoyNĔ^suvv0 ^p`ogÓw,l3z|U԰\yOlVjM|i:%/ M2;JPR7.:-[B&4X"U2;WbP#-VI S~G_eO5'VE.RA%ݒŧ`ھ $il6qAa,` y67Dd,*.FK"aoP yuU+D>S`"w+pͼ> Hgڲ ,uňq9o9,J61y"\nSsw3Z]wӺ'1%U:,( Xqֹ{Ru)lf,<,xԔTB@<%p wHIP#q.'aOԾ&]MS!sVSbyxYzwmW7Ul)B\8CM!;C2,TZczNQfOUзd0Ta}J[鋅%3 }[-s9J PAb6uN/i~qek *q?edP`ؽ/^se(X̬VE;[n~#1ONC@E]%FP^k_֚ *0ŁRdaOQg}01 '?oE9 ˜e}1&Sn2h e^jpps1s<;&~axZ۾{SE0|X ]fR YU.Z^LU A:8IzTFj9 YwW:o۾+LosOLH[?ۖ#$&~bs*AQ']b$xFkY[HXzw``5Vu4^&pB#Ghm2:)'3x@Lnm|7_g[& D[ދ>!C#d"YJ,}&3y)]a$?@C<>9{$Յi#z8~}[=e) jVYYc`TZY_r#j~%t:2\C.:\I+4˧SPke4Bvdoq(ӿ=V |z$(wlxLP)O0T8!Tj hLbʽJB0EW4:&O䴼}q}i=3S_N5Smvժes0E:Z&923ZN]7}@6io]y^Dㄗ|h'h&` V>rc_f rzîNY>W![ -iPT5i.1OFdP=IGb$1.0u{b.Ƭ(pEުՁ>y4L[QE)<|w 6հ8#bЁuY,Q3+;eZ]wakhN= JX.ܻ)_\eX7dП}51s7fT-W}zCn(FاO` QD`PLGVDNxǾbVIK:(t47jv4(yuzK|t5SK՗,GCɑGW軮M)THefs /p> _d~jvV`Wz an5]u߀q0< +h . bgG*}Ъ !LdPn1Epl@/I>0{6VtZJ4ƞޞd83C8qJ[Θ7Հt jeOgxMxa[9bsIqqV56u/*UMRnw! .#zW)x?ˏ@ұ[s > T* vؕʃ2?:Y!Юm/=6ղ & f,C X^vX t^A1X 짂x3T,-h&KMPJJf/EC+1a(-@%:,BYڣldbr;APɕ8.ǹ#ލ'ѯؕQ6N.kN, |2V|DЂApc3DXdʏ_x̱6O?;}O@Ȍ7LaG'}ug5 77j2̘1 4qPQUcB uD@|[whCտ2ǃX`>ao+pAj&6OoF[v<\||6H7_ea2:-췢\?h>y:e.PaYP;A:~/@$=wE $D+@zl jmxlnz0Rt)WE~)(9 g8( }.a8:n tQ$쓖)4NVL+eh7osU0fl? Ap,36YOy)Ȕ_-z;qq{ϊ,Wr6mTi-u ]iJ.YBzCL[ +&3xd҅4 [|j7]9fFos+4 aT9>F_N+4)ּC( F]Lb~B%3p']c@ǗZnWV: q۵x sq![%&Z@='M΃im]kkzHRӾ'/Y]9By6~ܑ~(q'"xgMS +mo5ix#z<$א85ps~t'qܾYa67/c1. {\ 54m2fiLvʵ;PDQLlQ__a\s1褰c*nni&5A/mj5=emd+l&#,B\zt_0P f&Y/0aA B&=P4gej~ t_^;>R!) L݁bvdqJvL|M OZFvzaORn66-mV~D5Naan!@M܅Cr"*P΃vSX$[Č~ ;&yc׌Lf:/gN@ыǤhxd:wcE0xAxFJi<M^L VK|zxE .MiRފ%rT>Һw~TON@ s7LܹrL1bbH"y@g% K ɻmDds R$=fl V QMӑF>'R ch8痰V|6|Y51cc1[+4tgtґfd{cØ*ꙦSD2Ӊ £Lxu+]~%ԝ[CqvڔYa7X+jF3˺'1LUͱxT !-@K~Pe L(n;z#=z-PpPt}7sĄd]Ä  ড>S{^ь&ZM?|LŁ  ƕe\>[62D%+?p0wξ/Ʋ= -E=+ظn$IDbYu{='sbIpH7Z'",P)kJ,צu-)!uS!XƵ 9%p.Dp3CbUh0 'g-,a:?Ms!jE֨0x.X@qvfG LFL[HmXwWq<9QP)C~4nS4&͵AYĎI"T~jGae::BTAeiu)rQ|ؙIͭP߹>+RR> oM>QOy2tlϨ@}{O<7[ Lk&PK613aJ@*nYJLq˙ʤP3h{9"-HW$C=Z/ w^\:i@N(.pv%~ЇԚePSvqL2vl$fn-lĘsF^2h#usJ$E tb4W |?(1CGf|0jaWCj)\&ɇÙz\*:[2%fƛArD%7jWRjҸ,?w$_}"mZJ G#vTŕu6' W TPHcuAtƛB{Ds5Òš*l @8V{3\,B o9ʋp9wo3:~b._eНJ@e lv~{inhߍ/2Ao_-[*wˏ+Ѩ_*)dպ) }\?0y7o}PB#PF@4~2eB*U ;m<թ\mDf¹uWN``y-[ۿYFsT[O'|Pm$,zzk*v#o'(g{*4oqr<훒6,YS=o%Lե V`}qFL6SɆA#JPv}(/ (=ָޭxlLJpwJZ!{fs]:D/$CjNm"yq=ԆQ|MAa83)Hk7_Ejp|>Ԣl 6N w^5 +ѦmQ!X %s`uILeHV;kcEF- gVL'Uo$ǜF5@կyY;=CR,0@6 ir8vY: J,|KWUypʴ+@ AȾlp0OzA؉Y~+AEñfGqxe֌ˊX[ؠRfEHf:HlK|>gL:v 5G:xu8U-ĈֻY{]%wo뎣ꁚp*\$ܸ; :=Ҩ1Dpo|u3G0E@꼳#w(5&j$7f}cykuTJ%lXC-5l]4>Emcun`؛ >^V}sW&# S ǧ!Fݾb&  #7 |h}|,"XHSXTZ7_{N;SDjDkΑoZ]^Ro]a9hgRƘxV-RS]-Q]RKSo9z<ڹ7ȕ8-֢h0\A %˺|ȼ dO.K7rY."Ky#o<~(P씽9ٻ+ t ҾtxUd{Wˌ(EL TɘЎRFi`; #ےTN eSѠґs11^d~ 䝚RNԉBN`BMi r@l̴P{9餫^5.{ǂAPw SpH7lg 5VүG9sq(i}QA]ܑ\wDC;dZ-yu {;SAHN ܧ"/57Κ6|co)rV3DlGiUlf\CP[AG[7Yw \wr5U,5[0p_ۃ!!Xo@1!&HnUMYB V\>"Nb[X5NCxUb_)fiF} G,Hݙ0s0Rr5ؓ=k蔌9\݌]+!.TR;bt 3|0 }ma4D4nqs"QOO*j&=(:p/\Š|kU&R'rH@e"'mk ǘ/0Hd1 /j;hi+v?7uIdCi/N*Jxqtq  ¥|ƀb~4eVl~M <2nT D:4kEuXRlDÜz (~=Y]%ue߉Ҁȩ6[94]Xn Tb}y{s&tѧL $ -ә_Z$р)3R4 ͩ^c5cʱw4fr:B]~` N!_[݇| )=-7<$lP\Ҁ!9YiOӶ&ۊ} թ9 oxU6@Jר1҂ P0KU &! {k<Ê_Pl76#+y.jVrɪl ]W"uȈ.i(r {c{规D"|݈him()MiX^ \x" k:cKDFP҈ِ]K4Zs%E_N}C 4|zBφ%f 2lvAwB#&T~瑓OJӆw%ThmZ&Y] _5KA{h[8L&ԆV b`Qrw"NdK$.>bun7M;ֹ.Jtt o ?j4GY} S?Rc~G^Y4佮!4Q*V Ihp k*m)N&:]Z>[?t-&ue&W,_5Ϙu}duҎAk.tV҅aPĘd'E$mb#mRmcփVIR^/ տupkZFef1JDš'ʲ-?BY]7eN(|-BS7qj6gYc bXJxbo[RAw3Yxbغ¿dXG?d>;$6Aģ;k,J=snZ{wڛzi;_Grƃ&aJ=ԎIٮ߾LOd7o5gÅIK{zy0=v}rɆx)vCf$+Kor0C j4s>7pHn'Tǒ}ZԩY0 NpYwg~]ע@ o%ʦfFD$i8!k&z۽ElqIriI0ksh )7LbF2I='سl(3+ʦ'I5Po,yT`m&oOd,§6d>߸v/yϫܸj~#2PXǍM*ӧǺ J,! XSh> &fjNܦ fJ7 CAjWή꠨ͪ헑젢Sv{VZM4T[^wx=8!ngyh~6kE1=tr?\ FIѵ9+-ۗ V5KJ3rHKx꘢>E*mh7\V g&[q A (`OOf{zf~C,o0pz{˶ӋMTJu`tfw_!8p@uj;iZP*1Vš˲W@.y%|ʥ87X~gͪY?D6+e$O9/6gba!`u˻na.Wj73Uz]4 70L=Y`l1%r2a:\p=B4E ﺫח;BQ`ѐss kB6PI%e< ,Sbt~Q6.BgyL+MX1Ɣ3n{Ҫu'.^ gZ,m;抢w~jseχnv 6J=qbjg9!?>XI˖׫ f]4ğ qbxlUA1UXM-]GoڊnϙJqP"ЛZ"-q`Z!KoR"=Q߸{„D#- ʼn"c`wTe)8VDzzy[5ь/bV#ϗecl3XܮI6 bI6_|U9Ks$֒}Lo.0F S&"3\rQ- :󛪷v;Q'B `gֽ{,cKiˊ\7/֌{hHWj0"x uSG[BCFPT'+/o(U Cߵ[CK6#Yt:^;dBjd #qcT?p9={l!sۗD|^>_'<<|* *[O(pE8=6# `#nDqcg'v3c$}(^F7 628(DEI}$W\ }L<[ޤɪ-yH,ëYTP5IWs/>p"Me.U`>⥄ՖPb;NXtvF3Џ)_5H.$RU탚}T(H6ZK䟉vj|;VW2C {$O~R562Ӡ#kcYFz lGEI32"5)cLJj=T9 ~.%8Fb|=9؁=ȌyG-K2*xkHoQUzc Ih҇IluV/6(˺(]cYF^&aRzO}6la̰w0v}S}.ɂ"\@ʑGZT@L{@ਗ|(ZQ-=h7}!4JZQ1BoA3rܐB25 ZaZTs }(ǥDUA7|87-5zpcHrd-K?f_w.uc¼`#hzX#hFxo]؅/ [=X]]gC?gxR,l>\6\ou iYH31fo σnфaH?;fE ;|ŵ<ϬX/[È/T,t9>vM_AO濔P3L jVaXS[[Gnjhz ln|f䢸♁2#-uzЃ߽]Ń5w,qg_$Ձ^pU86EO| ֆ{%?[Xka0?|_ӄZ.S)eF[nJ#1\!E[I1k.l8KĻ[.ӧ0j8nB^'Wˌ}w/78N-n/F2եyN;KD2ߞa! Hpؕ'=[4Bs}xKexEQ7MFm3&.DcL_zndnIC"L9 OyQozTδN1S;g/ ΪV7^=(ZxqdoGuUa.(0:~?fAeJb,fҫ)qY?u}ߋ$ 2_3(zIyg.ol׷|oۖU3,Ҫ՟yȭ-O ኽI;nP4 {*4hETޛ9M"ZuYyx_~p.ۦ %%0}N" שXtN"6?J.폞udNG2o_\k_dF[^ݩ"W "q8pNXm!S0w o {<%b+>=lm#քuٜbtڏECYvɊ +%B@YVSLI6H: u!Z͙>kN\q όYPNǫ(qΊ^b}ӥogs _egLAg*ν2Jc /g<LSځ6yXC#ηzų<\:=VAX.F [rB@ \ RD:ލ!ڔx旈a]T[,\> V PY9񠴙`=:AП!<5(#%!nkST$L(M!NJw!fA $-LwniyW¾Q[BȮtD3s%&_"&^He&T`=9HϋhtBECAJћQ:"y(RC)*$!raKmJn ᬀIp&:䃸۲j٥K;G^ƻ.肏ݗ-X[d|"j]VOh$ۗX!~j lT;^6a{&^Z*%3Z)gA'81! 3baMᣫʠH E7~CEҀ-Cؖ?mGGoq65>5Ag==J <LM{GSdeM# %Dw[.~WK X뮔ë8ttO$]q|Jêx椼{8-`ǫƸ/v o>]V~@wfXs{Þuut{K~ڴy1v 姈Dx ;X>57u]dQ>޿ ֚]Ȣ57jH*e@)*¯ ܍fDŽ1 v4-rϔ~xaY{wȠrVA@0=KMTw2yrKg΋m .o/'jzVݻZl?2k[HJ[\yN ,v7²[XE3AjM,="=d+}8 g(QIRHE7aCK.xؘ {77UJA!,{k.0X`(Գ" 4@5}8PV6 "_`v/̻@O T$aAOv./.ؼB (äzKutOG!MO@ xпqAZNƢ@jY QƑ g]yH樽+MT7qrˈ*9%PkηRK0sQGHvrC f3"tﺔz:9`X+U x!4}3#ba/^,Bb@`'u}Uw?( zR{d-/qWĂxn\AglCe}.6BT//4h@!B];'ysZy*ʒ Qܳ j=c뷗@5uVUy#."J1JiŊPkdb$-^ U׎baӄvfyJjw.)/⛲ڃaBI9_RVh TB&j?e ‰WQnԂi+ Gx[8//7,Zҳ_i"GuKLį،D 2+xO:P xde#pCr㇧㒜bmzhP'YcДL6`177 {]QKa7٫#@OոXR)RW1nI̪m)s"]΁xȄԾ2=VJvӏq!DdK'K(3]fA/XL2s'|Fӧi`93sGZ;@/9Xz8DǨSEȽjP#ڢ5άC(S3 .E!(5j&9FxiQIfb,+@ݴY+f={:->SLS"[\E=yJڜ{V-#/\]:wաWFRm̗\!`0{2$s|^/~6s p>N+B@ǣm-pz p^7S woIjB4'wL*ԦEJZ)lX7|FƳ<\/̨s^<j kgU6:q:bHF٫C9h㵟7Qk JME"n,qoefaapsvdnevF- o#ͯmAN#c);zv6ž'+reqz+WVY$ £2"8eTuJh~10XpcwFGz~!gV? ^l5[x/U~v@6% (O)59./zs(^DҘxyU:ko [T}F>n<(?Rr E*́2oŘqKT@ j$z%1gM#2}5#c&첗0mQ"oR6RT9+3u6cpKOD.UjfH8:o0f {S5~aS [nǾ{PNy`_3|  F%dO5@m!ٳ.( /K|M"V]i-FHi/cq3q idስF8K BVNt5h pQQ\Zې^? "wg~kF,ggX"adhdJʅ@3gA% 4Gc=#E:譅%,.0KA޹Fѥygr>WX ) .M)SU7]6P]::( `1@%e 0[&ܞ-@5b i pN*Lz3ypB4YD`Nb UBſ" 2AÏemV>%fZe}dCVoBBG/:lHH"3Zb:Q ٜ BR:&UP!n2߼*Hkԛ&i[}RhrY︡u~)caW |(':/}'~=#ONi Ґ=;a0ɲ }4 >R@2~{x om3?9W\*&RiHs8DfD@%BӒ>躰Þ'0N{n&$N@z~僋#n DZcFW&OX_UүZƇI]G͓UB7ly `DQ )Qk}SrQ7nMzɞ*])5L6?zSJ2L:Ʀ kD*QZJ%xxךpR~?w4 "B}"m3ۣzO.q?2O@pA*H_i  /F'kCdva%r+]bj 0R8,tF|ƈs2) vC2<՗;ZUOb2|%,f˟ nis*9qp_lQQ*G[p['D;xYQFn_>ߖO8必:׻urZ_]q5T)6ǘQE&XDuY]o$.ŕih];T %x"zl/|Vs6SHj [1}K#g 'C z Bh76H]Yko`G~䠄8ojĕFhE- xGR YT3$0.Nڧ˻3d_#'J^`@'Ս1 9Z޾2l7۫(yqKd5/'||9͠0QW_cN0Aٌ)mVR=%T{<Ϯ%bU.. prV@խ$}@,abfw9RmGC}CۍP۾7OWjrZ+߉gIPxA4v˚c) pn[PKCX#X?e<n!DV>6 ׮I7UCL%_no+oyڑU pOI d#ڲi%?ww0H]T .(e̒pF68 ҽTpŸk[:oSmSA;N)e^}]j\4V/ŧ`" B _.ͱ"$^BFbmlL T ,]Ksj.aμ?_bGp4!obgq ^ =ϫY)inqnheG ] Uszu=8sW*X/e)]qcq5|h}uTrBA/2Nڕvɔ 2y@2Oy 62 ظN5c4@J=KqO2 <1VЎ;3F|f#3 -~`Oia!Sn&5g4saXHh!{K.wAO?.,n+Ԯ0[Vi2컕!2\^1PKQ۟.1O\؃;%wVZ//PSA;^8!3m[0 (Vh.ŭK%Ĭ9y_D"rm!ѕ JȺԈlAMuNM87 su>.^f|&7}0L.$w~5pvVf tU8z^V^ȣӘp[t_1cd:|bp6+h$XCdtJ _])>y`ZҖ1LP?|8:?V]!?gSTTqhCq@GhcXtWx߄O j}p h.V1 R8GMPI}B,'w>QZb5cbaYU(DM 8+(Tp9yb('LLa$5A0V6ciϛ*tWDW= +Ʌ銳պ&QXN`K]^*w[ꬪ@ԫvNmԌk}z0P{Ϧa$Ytze9%ɁR>4,1zL-\65IMtezg%;&ft(C0@0OGZ}v~l 3otȒD\q²z. ݗ^Gp‹a H P&k8HP/=nI[%lPu(A`?ZaZRH,!d^ud-&tFri-NGlERZ ~t;cj{"|.v11V@SGp[gUɳ]q7: 3Ⱥ+杽]mD]ig3¤0> */Z׫@Be}r\x,Y31XKUAXʹ r*2]Rh5%cλ{aj(* yeݟx#CɖItñ&?,hB}O5W}‡4nrG=[~~Hf%C0PJt14 @<2$K ͹>flx[,+M6CȟWjbbMqndqOh^[t7 ZS9?n)mFan36RL lRӂ D,*XKD\槱u>H=iD#m~.0A$]76Makאܦ6]Y ™83WKԞn1bt[0R5"PVI z{@.s"H ;i&߯{E ~_6eëbpӊfHHi!Νưv$`69 {;ɃJxźλPKcD@Y [W }"l]L40dCSyEwyڵlY~s? ׵TH˧Î5t/bf/*l~mFg{G1,GDT0F#qPʭ}ƜQ:FuE 6zKi4ЎYZ4rKki#ٟyXZͳYUB0 @+X\J#y `NX V# 6 <6Cip_yki@4t7Q >43iw/ڟ.|R`DJw9ڬJf)eEDcs6|6ΐ@"+̝uyNK9  dh𒸨RC(ou+=S1ɲK,q;BO)M@uZ?5/sekO>BΓwՠQ9s}0i=LcJeb{CI|ȅwl | ep0XCBzECۂ5>sWGn5b$3d S N@h[Pס<>ŮLƖZfI L} acߗZEmť@o._x}~A d i[bY:Bp,ΤMAp $ vT#BC"NDԢxl^ƘJAEn ճ!({#0/"蹶(&zj' JMj'{Ky>x&OFF`b뎫vF}Yz܄]b|J}]=VFi}A _Yy j@V=|/VLGijKõ$vx+abaVZi)\#)PgglsmdޔFdS1A : HUӍᵨ!!}2yt(v&F7$cEFҝF@+7 ZsC_<s˗6 igR%gxo;F ,rZ_Q3[[%l|LNx]: o?ʣ0 S{+=bZ/d ̗Gz~l}ѻkN(K~K5 -\=ѻ;;Q' '}̱7Äl bot,;Chstj<`, n]2tWt>Ip w 8&:I2lJ/oA*m "MĚh=nc( (),`ս=WR;EMV#惻*>/>gvׁ24/-NП?X7NXUµR 6500<ӯ }THCcY:Nj)L9CD*J"M9e^it:kRgI/ e$wmPu ?YRdVa&u!y_Y^0ȅ-Vf.θD8|c7q:+;t)+ϛ0Kwa2 P3ӅP| 2ڼ! W?rx pI8z[6-BWӱ*PYD{{ȈV9φafMw4*:J:4o'>ݯvY,q/ը6б_5z 7ZZhibNWlG ^&؞ [V!j?_)9=GsޯbW$ fڛvAaޱ^E CV P"~˲ olLJQ(=S쌯P/W2U$4q`'W4PXtJ!s%2k$:_"ዎbfDś4 23 !^çK R ZߥVZ8<9\ZR|sb0^G%o@SΧWu-pۯJ&Jv^ 4"oziqvf.1`!xC'JuG5yْo_{TkJ)je=E 6oTLmh9Yz\miB<.R8N( f} e!˦хwmxX?xRvͦi'oo_p늖 nIg|A0I3Q<]noQRאa2[\/hz0&S:< R*8uz]t\ U۫N3i-ޅ WݵCHUiľWc1ԥ8P*KU$p3zʋ>$kȯKr1ϖuݵ/\]uF+{d_"ЙdghkNzC(TLS fP7̷dt VsŸ]&uepf)s!`g,R]>/Ҹ6Ro*'E7{s|(A8ZSsIw}\2Ԥ"=`t3n✸ 488Jkr)siVs^T@|׮G2@N~0tmC^n ajњD^ZQZm^x\eo*FFV#HŌ4LC4TT,\W 9=uٴ&e6间mͭz)(~&3!asՍn7dZ#)yx eBL,{$J`E9"S)7y{5<]m#16 ^ӧ 4Z m9(~F迾Z"ӏ# ;} lPUHtYV:Dps&Ne)=([onCV4~6Jb*FhYP"*cR"əOp; ݫ $UbͷTKrfߓ}9XTP'k RaݲvSBt ;AFW!}{ ;¤#[}1{7qZjzb6]Papo.a.n[0M^R|tԇD_+;8k8#̼;쇫*[ 3+10p1‘&n&E,.B<Z3JAoLT Q{Bhx1&J'u lBdy6_OR4q\ F2\Ѻj#CdŮpO(Ůyŗ:Ao0Hξh/doԌv`ۼ5扻 .x3,Ru ܾIbSĴIGcy% Ih/s(ر䟞NfGݕ_l &o u>veϱD]h i^4,<9>trOPGbxrג/:rtgGAW<2SJk]َIa݃Ɇۉ\/!mCT>zdf-3nǮMn(+w`dbGF(aI0}b\th=0ki! ~tFJ{xt8\dKV0":=Έ3PϣlFZۡ-{zE#)#YD9~"ZOI93W}Ԡs"R_V?g:05kp$jĞc%HHLx&fꯐz2?&z\d E/ ;ֽĄ=‰z):44VX?#Mjzޮpq&H`-#.偠 Kzݍ4P^{ (ONrHm "r@H4>6rH==.YJ\}c֙}J/{BߚB&5*P^`ʺԑ_Ŷqe5E\}3 |T)k ôC{kd#9`XDP}æ-^Ei[hc  KXh`)⻫1f~KQJwYue9qF[Qm{ەxߣhhaQc {8э3Z99#0S0ra绡dShʩi(/%)TWeԝ_9VH׬ްfM5HZξ0J Yѹ)J@\J+%SP:emYOMO+gQtW`hrWpAZ_0׏qa `hRk;)U\H궒_kb=jȭbxD*юx0qϹ$Њ% /^v(fX\Qn€( ళ=`:>…{F8='.I\slnl(-嚱R&V޼pV*bӱ{()Q8TrI1 *ec{1P3Ӥ^儜qv-N?;]t3I!Y\ƔVAh=2}׷&=@Z8/|\[i=W V,j ?}'ToA}hС#T[%dc:5ݠ;9E3&Xim턥Q&O8^—O)~M(` ٽ#d]Li8Qf=Z-ߴ<1a_`|Ϸ U42f,r~y( dkwjS CPȥ/]i10zE!1@ۄN֫4LSa:8ŷe(WxeFw9s'W+K>-^U5%)#^8͇i- z(Kً cA'gUOf^cAa)OkWG|ĖP)#Y E8&{pPp+p<+7X\tjK 6a!AN*;Ub-X)2`ܜ:9C܃uTu~xNWT1x;qwjV\@vhjVѓ0dS. 5GEbĿ0lmԊ̆ jj&c P0G۰,+Qqf'W%)ڲ +\mɯ1_ӊM>a߲.r B!D3~u(̏{KL&g553"yC' {Æ>ƣn('2,)W^d!zapaOn$I[E*&qThӭZmVBzsL|;S5nܕkuJ)lޮuJY.oY̕2c=/ 1Qvt3uDCUj$6s՜3~vQsMM莜o7FFj߻9ob]wL*SC/Xi+3enf[o(\id<~ȀV9-hܤ,kZ`;'2w95sO7W.c . Տ6&TUlzUm%/簟kL {!ȉt6Oh]u3=:OM/:\Ew +v>pdvyd<~$usR؎2 BQeЖƚ{`ji/2AJ/+%9jXll90(JȄ6|%ôB6Hynʂa)77a}o+QN$'\%,G^9/>=+PGCGElb<=aȌ˧-< AH^-1՘ȧ.wI!AWרr]atͥrs-5%i]6xQv ? P"Uܬ+'q%k}NG!RiMēGIo]/=ZTb\HQ|y3K-D ѷN cҜXböԎ;]iiݶc7JL$կڤYdJ-qx̳dm@Gxn.T>spJDQnaCUSI_+Olr;T>0L͕#hO5FrOV$D mӹ 9Ⱥ+6i;VJ{iR7Aǿ8WwU_<mj,Ǒ~ QS>porgH5Bl=fS4t?- XS` ?S$K!e @T(`Ft)!eؽ!*~-}R'H ˬAfA "`R&7M[[& ZuE)E%eMftf7E8>SAZ'PG^ad:m>UQľvgrAHn^}?dЄ ^u}T,)r6Zkd΂28\rm,Yo'2XWMes6kb;^ЧM+`q@=L21ĊOe4@cu(?l{ o) sxD@_iG-EnI%ye-*%˂{iA3=#Dkn4t/Ḵ,#:;2ǧ e;]-p1l2;$H cbBE%G~)ϱ5#w[DKGsaqIBLlgCa(Io[T,_%)TAy+ Bж)f+Ci|#Ami.}"T'D|R—̈~F8ak}E^D坯, Z9"?S ۧ:WC0NYR#USqnFjSRb~{0r`U9=S`}`rX G"ξ7m A9A,yo͵>Ym 2;3@t8E$Kp q`%~f%tRD)M5lb)99 : ղ}v+%msuXjD|VE C8Z ǽzksJ:T&NWPqF<QNyn\Y4X_cIE>A 9H%txcGC?[#=`[ {)}V?,ܗ`e t-s˽w-X6P5"_GWыRqya㹰l@|Q y'*A˫ u7EljݷR.Jd sV Qo%5! ;&j~Yqnzg..ز rO!ZZHO 5R3}4cy{/rSrZilϳծ̃JM培X~u751p#吹2R}|}IJRޒZם; qvCfZΑECvuZ+Y"hYj_]b _vgB@()-GlEE}XZ:{1$C1,i|o9#iCťcPw00a(ҹ040 1b ^ 5KTAda;Aqy4]۵.;C5\yWa`[g n,dцܟT0x&Ӿfř{gЍ@!\O~{%ݧ0μaW/-MN83gRTo SϥVK۠XWwJ4R^ы>vqP_uc*B]fowj'ˆgc=I/5++M\Vfͧܺp!Pea#r64LqvYeRWR[ƞ0ޣaSYO?tvdJY;ա'SOxyə|@"M՞O(q6{-#oQ"N'wX' *&;G ۑ?۸-^37w١s=3ĥp=U y)"Vc ];G̿B5E]ޭlOrk!imt:_qurqoWR_rӅ?: c P:D7N Z8 \SXx 3ZYPGG,}g =;/Lm*ZR T]ZtpgL71N9GGUqmaժdc.+ |tQ[97%!uT[BIUB|Y#Dw25]3hGAES+/BG/qȨ'w(wjO_4!y=V8,zY}2=cZr=Ƙ[8zPsteZhšL Fe"zH0:^jV_#>8:gp/-|Ys: iC;偼}LS6t*73B~ .%e%.C6F#dz,)1Y}($ ?U1-U(qN4-G=(r'w٧;0r+e\~k9D8x|ߘLk-ּje;'׿Soچ)Rj?'€7J#H*YA(>n2&M69NNHj^ 2 vz mtl6ϡd,8i 1oc, {[uۭ=]'uIJad򶏽3){UmGϷgi 2'2A'gp!t[ѕ'¯1zSV4Çهr}<6}iLۮ VsI4^YF'Z= godY)1"^_U<';>3 8҂;MKmEU a$i0rY7S8|q,!4J+ROOW:\~s+F†% һoC뇷u]@֊\L螼[aSpOɮ#ſbSFfsIV9jƆSu.DII_hU 2C# $=tK=5iD 7 |,Jz+:Z P+z7{z`toXW3onߍѳ9 $n@#_d4+ |^'e ([TB$TmK])snfhS>HcJc(f|NM QE|SoƤuIv4m)7]KO LԊLV機L 'l!KIkl&\]^˲s+.ׄo;+TBQb7զ*9 P ~R)5DGﵕq(󘬣mm8q[@nM3RI`61q(GA.΀8_1q eLGO.èM qO(t=DKbSS>ڬzT MK&"/6pU G^YwۙT4TńTPځ''ڣdp MLQ˸H8l MR[0QHY++x}#@(ˆڷnJ8Mv3t}6Qp 5,ؙ"u:lSR!׊RpK_8Cʅ4L rJI5~qE X `te9ݹ|ga%O5\)xU~N-ǙmU(ūĜâyMɇ,bI 3q|[qCa]q֦O6i䁂3 ;1 }` ƶTOy  (Ž=W Oܾ9K^噈2 XMo 6qgP(KQ\=#ȢDNHK\vk4*.뉍yB"i]WHaM8.~@j-$|t]JbO7ڞTu0 4^l/0AS1F}JQf|R瞋TSoұjSY):-5(]d1Le0*1D ɻ[E"f8yaHF$"[wv#5!ZLͱQP7=;-vugА9O"6GO'׶u] Zߟ?iq9)^܀K,ސ2g *Y2n"A`0u!ja+ z\=f`UD ,N(({}{^Q%3>(_&"f{@wL6y9&hg5'0 "ihqXF?T h,0>mHKKp:Q yɹ|UkBd ^'F yM=)gq\^bM31ʹc._01iS$xqO"$%+5!1ׁo~[Lg$H$٨ODޞ:$č:x[ԛ dѬuݝ -$oy/ĒECpU$l~# 6Q"=W'j x\|gb8^.bC򓃛/ӧjJq1b9l﮻loWxϬdmAst&lRP +ƶ.ߑSp0_9CAF))ݗ%Q{3zY_i?^.r#`/{c;IoMM#-ԘFyҩ-e5niE24G^(av'rêPEUؽ Ϳ mELVC>_RI񗩿rx :q~z$tF>4ZIL~6bxn.R 4-E8#'bs$^<t ꌻn)"W OGet =  jK rgd3m7[nGjCAٱa: f_V?*cͦէK;8O4ڢ JIff<<(:F%-cQ0A1 g>VjF>{?.|,jIF@#o9]y7I=k?()( " of 7鸬U#$;B}Lڵ]lLPs&6ih35Y*:w7r>[µ]CQwUaкb]R>Iqݶ -9ɇ[jsqBPrG419o+jxag@uAaAN f| FH|J9zYzԧU#>){(Q4-Fu(Ydm%X)TW-X> }nȖéZR[P۸*SFNi'43L=p15̇]Cוprv\0?ɿ*`61O0ҼgUcawQ*Y|CEW!4^+su#lFN+>=֐bTp tAU^]J Ju)Blэ#J|C{}tV_m+=+Hڗg$%lf%X7Hq-{/ҧQ )u xs)"pRp$L-& kua H%ޙDn྅MSol%|^-p@f<1LyP-(W{97` Q}4^5,nPcMŬ5`{.0XHGZDȇp K?ڇ6dHc9lH"[uU T5̴=?˪֐vnvóFU]5g9U8oiBcɲÔ(7=`Yh)x3,6wi x%E ~c;}LJK6r3Ïux]t{,Oo9XSP9SV>W5BGj H:w8fpA.\csj6O5a|`iL _ϽtaZdȖ6 ?<o e8v cM6mFӌ E50Lm8r~UT`V`Q<.2qw3x3q^ܴuƬ:jtс?=kKi\zIR%0Q~x5hʻ m(|D_ЏLY`K Lc88 =~t 'a,q}(}N-,p! ΨiMRBG~˄1N D E٣) 2K$oWsͬw׵eVCljzJQJ^VJ4論p!i2Yj]láNŧ":ž+=ҟ4ހLW-ƑkoC!e!-njt/PR.d!2J)*ɧv\dfѦ =q|_ ߳P9g5lZ_8G>1K GGY]n9jK]0#He]VDq&rnN}QXx&Rks*YiB+'Q \HFbk56 /f ~ t )fR=(Oj.)C{ڬ(+ ۷xaJUNlx@UP"] |"^ ץN^C ͛0eia5F])(w\O;SD'{5+ه!H=JY#4E{6R%[82F:jdTFX`5WߝLt? l8aߗ9G}$܉{QHpxWGn$0x~@u ܀;<'AyV$[/cyEo+(U]*~!=E;-(LwTʤw\CUa2z!5!Zx<cz69h _HBsT.u6w SN~lT>іl5 *T[v7d:ZҊǫX- oX)i);4oF݈w\[0nIDL/ïE2&K{b"oꄪe2, I}Z-vYw3~Mv1uJ+(R-%샒Xڊ>:P A>]M-tN (sns<5,q$f(0 UxN[*@,ӷԛ4LϝhBPcpc%.9.Յkg1醮g̚kOhbvDqq„Y2ׅ@)xfG0`Uhw 9^ βBS")xg>gt*??*\tjP^ ,ڔcˈK\ ݜx ;Jǝ=4piFgquKm6dTB}.Ҫ$FA:@T `8,{f%X)ʽXIWX_Yb|l2U<8GxzpaG&VdlKBxӒsIեǭ]L(Q[$$̷GwR;g -K};ov|ב[lNЎN7ÚYMV=!~J76,@Ap`@2œ+?-pY[dՙhsU %mv]Ӭĸ5&K)]2?|Y"7Zq'7˳"q2/-%$}!&gLlq\SoLBx)>AdLh#Gv⼃BUPmCdSWQ^M j5iG<iB|OéFi|(߸PG_/ eQai,^hZp)FpY/TP\n"H ?"P9*±P@ ISxܼ1A w8B5bϘ J+_}|1:z,3[Տy+zhh 34.wӅ՜ l)PQbyk{ۈm Jtr}{4y&T=j-=KYX3>Ab$$ZRT߭lbzg#szQE]6( ;NCJk3ç