dbus-1-1.12.2-150100.8.14.1<>,cG2p9| /~y86fݶf{)k)kNThX?痛c&?!`<[QzȆwWoS ~B9/ !#Mvjfkiær2hMVe.VIQIfWmqzl)t9raK`nSqYOmjEUy۪-ۓ+2%aRHk}/ws" LIRmL7=O+|6A?^ y>J?d   7 'DJR gx== B= = = #= $=%=' =(D(h=)\)*,o(,7,8- ,9-,:0,=>?@CFG=H=I=XY \`=]T=^bcd.e3f6l8uL=v@w=x=yNz 0blpvCdbus-11.12.2150100.8.14.1D-Bus Message Bus SystemD-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).cG2cabernet_SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later OR AFL-2.1https://www.suse.com/System/Daemonshttp://dbus.freedesktop.org/linuxppc64legetent group messagebus >/dev/null || \ /usr/sbin/groupadd -r messagebus getent passwd messagebus >/dev/null || \ /usr/sbin/useradd -r -s /usr/bin/false -c "User for D-Bus" -d /run/dbus -g messagebus messagebus 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 dbus.service dbus.socket ; 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 # Lines below are temporary code to disable service restart on update sflees@suse.de boo#1020301 # These are potentially not needed on non tumbleweed systems where updates while running a desktop are not supported. # This seems likely to only effect the last version of tumbleweed where the service files were added and can probably be # removed reletavly soon. # Get the current version if [ "$FIRST_ARG" -gt 1 ]; then CURRENT_VER=$(/usr/bin/dbus-daemon --version 2>/dev/null| sed 's/^.*[^0-9]\([0-9]*\.[0-9]*\.[0-9]*\).*$/\1/' | head -1) # If the current version is or less then 1.10.2 where this change was added then migration needs to be run # The following line will return 1.10.2 if its newer then the current version TEST_VER=$(printf "1.10.2\n$CURRENT_VER" | sort -Vr | head -1) if [ "$TEST_VER" = "1.10.12" ]; then if [ -f /etc/sysconfig/services ]; then cp -a /etc/sysconfig/services /etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150100.8.14.1 else touch /etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150100.8.14.1 fi cat >>/etc/sysconfig/services < /dev/null if [ $? ]; then rm -f /var/lib/dbus/machine-id fi fi if [ ! -L /var/lib/dbus/machine-id ]; then mkdir -p /var/lib/dbus/ ln -s /etc/machine-id /var/lib/dbus/machine-id fi /sbin/ldconfig if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/lib/dbus-1/dbus-daemon-launch-helper fi /usr/sbin/update-alternatives --install /usr/bin/dbus-launch dbus-launch /usr/bin/dbus-launch.nox11 10 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 dbus.service dbus.socket ; 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/dbus.conf || :if [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove dbus-launch /usr/bin/dbus-launch.nox11 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 dbus.service dbus.socket || : ( 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 dbus.service dbus.socket ) || : fi# immediately restarting the dbus service causes issues, As such wait for the next reboot to restart export DISABLE_RESTART_ON_UPDATE=yes test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dbus.service dbus.socket ; 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 dbus.service dbus.socket ) || : fi fi+|FA H@      ` fh FW5@:q1\AAAAAA聤AAAA큤A큤AcG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG.cG,cG,cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG,cG,cG,cG,cG,cG,cG,cG,cG,cG,cG,cG,cG-cG,cG,cG.YjYjZ YjcG.YjcG-cG-cG-cG-cG-cG-cG-cG-cG-cG,cG.9e984094dfb1060dd844d32e216d47929afa37e752daad68f31b006d4ee1b11b2218b9313dc6d2e07d85751f318124cc5138787358ae1039703321cf6b35602aa6f50dc70ef082a110dcdb164579cd2af221b90226c5e0aca237edcad98a1c2681388a30eb69e79cdfa3c8eae3aa9478441c6471bcf3e302b91ffe099954ce3407324d1ea61367d681a6fb24f7c8d96230317837743d5cdf076c93ab105e56852a0b1b4df6ddaf3a3e1949c3cd6425a65eadefec650e3a8cde498edef85b72509178c24f15a86785e5de8897fa63f39f112f023985ec10b4e829f13f87964ded1898758fcc15f005129585cd06a0ccacefe80166e6afc13071551081692d925e6c2728a3bbbac27c74f4062f9d63267db9739dac0e1da3d862ace4802bbe1eb569e73b13edc76078c9dc5b2d3df87fc6e7434e3a2a77a1a7f91acfb90bb5e5db2fc4cd6800c10fb3ccadedb82c1670e0cad20614a19866246762432f343b4b7533d5a505cbd7f348af8dbf5dc27bd9fd52b118764029c7ef76c10f0e21cdb67fdf54f2e8620527a92491bb4efd177f1b4aace3c56876fdbec433c1dfacca32f80f2e827b4c146d8fc7c0cfb5348056916e6c2b057ef40d77d55320472bbacccae05359bbdc083b8db2b49542b26429166b5e13367a63668a4e8ff8a1b496f7ae19d7b51e1e6da255346ac6acbf95627baf14c324e84ee841d90fab98bcc0e9942b7ac7357065180d1c2f3f00c11d17dadd31cdc3d7e59c623eb733beb3e50cef8d6c76ba6b7eaba0c987ab294f3534f3603dc5717349271cef7f46e7c530727abc7f3e09dfbd851b91b2b70d62730ce4e46323718ad35d635011689940ef6f6c206f009ddcf909422f3651c687b4623a5780fb7486c6d650e5332f57c00d6be118938a267987dee9ef442cdb9a5cba6d1e7303be93b0013b0948f20831921e5222ad2317b7040e0aca41b5c9a04141aaf20143e15072eb19394248eb5f5e5a19e2584de5acbe9ef4a792e39d9141c3a2b60fb592bf4d7c27cedd7bf8d201f4c2484db3de366500912c63d834154173c7886e7ded484d4fe1dde4b62f6d30b59b02757b6a8cba77f6273f07848aa1a81cdd02d0aaa0f86d3c73f2ecf5488531760e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1e7df1afa9b3053ecea02387bc7078dc6ccb9741a7c7187857c8ff81ed2c1092fa8d4b6dd65f3ca4b45dabf24401bc95f632d394fe6de9d8a383cfdd1d6a4c18eb50d36351c097a51f55797cc823d0edb35a265de42c22dafb334847277b82e27f9b01aa2ecdaaef35f680549ec69dea19087e76f4e0424b0d3cb160338f5364f2b0fe5198af539a4594bdc36b96139ea1014f04aa850bd6731f5c05d5b88ba2124a6d3cc397fd4e5e27b19634246dda79f3f536b05818fc9d980e77ac85275ff91d07398c4b08a2f4a79f28559aabda16eeaec4a3b3413384abd5511fd2c431497d07cb7a8f58397a3edb3e3a3aaa0558d6d1fee848cf4f6e85f70e5cf77e1d4166f6a343877a2828be53aa45c9681b035c3a30d72663acb0c86f1f13608d28b/usr/bin/dbus-cleanup-sockets/usr/bin/dbus-daemon/usr/bin/dbus-monitor/usr/bin/dbus-send/usr/bin/dbus-test-tool/usr/bin/dbus-update-activation-environment/usr/bin/dbus-uuidgen/etc/alternatives/dbus-launch../dbus.service../dbus.socket../dbus.socketservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmessagebusrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdbus-1-1.12.2-150100.8.14.1.src.rpmconfig(dbus-1)dbus-1dbus-1(ppc-64)dbus-launch@  !@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(dbus-1)libaudit.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcap-ng.so.0()(64bit)libdbus-1-3libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdbus-1.so.3(LIBDBUS_PRIVATE_1.12.2)(64bit)libexpat.so.1()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libselinux.so.1()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)permissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadowupdate-alternativesupdate-alternatives1.12.2-150100.8.14.11.12.23.0.4-14.6.0-14.0-15.2-14.14.1 /usr/bin/chkstat -n --warn --system -e /usr/lib/dbus-1/dbus-daemon-launch-helper 1>&2cG`#@`.`@]:\=@\ and rules in dbus-daemon configuration can now include send_broadcast="true", send_broadcast="false", max_unix_fds="N", min_unix_fds="N" (for some integer N). See the release notes for 1.11.18. • dbus_try_get_local_machine_id() is like dbus_get_local_machine_id(), but returns a DBusError. • New APIs around DBusMessageIter to simplify cleanup. See the release notes for 1.11.16. • The message bus daemon now implements the standard Introspectable, Peer and Properties interfaces. See the release notes for dbus 1.11.14 and spec version 0.31. • DTDs for introspection XML and bus configuration are installed. • [Unix] A new unix:dir=… address family resembles unix:tmpdir=… but never uses Linux abstract sockets, which is advantageous for containers. On non-Linux it is equivalent to unix:tmpdir=…. See the release notes for dbus 1.11.14 and spec version 0.31. • [Unix] New option "dbus-launch --exit-with-x11". • [Unix] Session managers can create transient .service files in $XDG_RUNTIME_DIR/dbus-1/services. See the release notes for 1.11.12. • [Unix] A sysusers.d snippet can create the messagebus user on-demand. Miscellaneous behaviour changes: • [Unix] The session bus now logs to syslog if it was started by dbus-launch. • [Unix] Internal warnings are logged to syslog if configured. • [Unix] Exceeding an anti-DoS limit is logged to syslog if configured, or to stderr. - Enabled "make check test suite" - Patches removed, fixed upstream * fix-upstream-drop-install-sections-from-user-services.patch * fix-upstream-increase-backlog.patch * fix-upstream-timeout-reset-1.patch * fix-upstream-timeout-reset-2.patch- boo#1027201 dbus-daemon not found - boo#978477 systemd reseting under heavy load * fix-upstream-timeout-reset-1.patch * fix-upstream-timeout-reset-2.patch- boo#1027200 don't generate machine-id in %post systemd will do it on first boot. - swap usage of /bin/false to /usr/bin/false - Use libexecdir=%{_libdir}/dbus-1 rather then /lib/dbus-1- No need to set --libdir anymore now that prefix is /usr/bin, * fixes boo#1047532 - No need to set --bindir, bindir in dbus-1-x11 was incorrect - Other fixes required to properly change prefix - Don't pass --with-initscripts we don't use them anymore.- Update to 1.10.20 * Fixes: + Fix a reference leak when blocking on a pending call on a connection that has been disconnected (fdo#101481, Shin-ichi MORITA) + Don't put timestamps in the Doxygen-generated documentation, for closer-to-reproducible builds (fdo#100692, Simon McVittie) + Avoid an assertion failure when connecting to a semicolon-separated series of addresses, one of which fails (fdo#101257, Simon McVittie) * Documentation: + Update git URIs in HACKING document to sync up with cgit.freedesktop.org (fdo#100715, Simon McVittie)- swap to /usr/bin bsc#1029968 - Add the following fixes from SLE12 * bsc#980928 increase listen() backlog of AF_UNIX sockets to SOMAXCONN fix-upstream-increase-backlog.patch - The following bugs were already fixed but are missing changelog entries * bsc#867256 (No longer applicable) * bsc#916785 (No longer applicable) * bsc#1012564 (Not applicable) * fdo#90004 (Fixed Upstream) - Rename the following patches as a tidy up * dbus-log-deny.patch to feature-suse-log-deny.patch * dbus-do-autolaunch.patch feature-suse-do-autolaunch.patch * 0001-Add-RefuseManualStartStop.patch to feature-suse-refuse-manual-start-stop.patch * 0001-Drop-Install-sections-from-user-services.patch to fix-upstream-drop-install-sections-from-user-services.patch- Update to 1.10.18 * Fixes + Re-order dbus-daemon startup so that on SELinux systems, the thread that reads AVC notifications retains the ability to write to the audit log (fdo#92832, Debian #857660; Laurent Bigonville) + Fix a harmless read overflow and some memory leaks in a unit test (fdo#100568, Philip Withnall)- Update to 1.10.16 Fixes: * Prevent symlink attacks in the nonce-tcp transport on Unix that could allow an attacker to overwrite a file named "nonce", in a directory that the user running dbus-daemon can write, with a random value known only to the user running dbus-daemon. This is unlikely to be exploitable in practice, particularly since the nonce-tcp transport is really only useful on Windows. (fd.o #99828, Simon McVittie) (bsc#1025950) * Avoid symlink attacks in the "embedded tests", which are not enabled by default and should never be enabled in production builds of dbus. (fd.o #99828, Simon McVittie) (bsc#1025951) * Work around an undesired effect of the fix for CVE-2014-3637 (fd.o #80559), in which processes that frequently send fds, such as logind during a flood of new PAM sessions, can get disconnected for continuously having at least one fd "in flight" for too long; dbus-daemon interprets that as a potential denial of service attack. The workaround is to disable that check for uid 0 process such as logind, with a message in the system log. The bug remains open while we look for a more general solution. (fd.o #95263, LP#1591411; Simon McVittie) * Don't run the test test-dbus-launch-x11.sh if X11 autolaunching was disabled at compile time. That test is not expected to work in that configuration. (fd.o #98665, Simon McVittie) Enhancements: * Do the Travis-CI build in Docker containers for Ubuntu LTS, Debian stable and Debian testing in addition to the older Ubuntu that is the default (fd.o #98889, Simon McVittie)- A note for scripts bsc#974092 (remove sysvinit script) is already fixed here.- Don't restart dbus on upgrade - Includes temporary work around for last version boo#1020301 - Add 0001-Add-RefuseManualStartStop.patch don't allow users to Manually start or stop dbus.- Add systemd unit files to start session bus via systemd - Added patch: * 0001-Drop-Install-sections-from-user-services.patch + remove install section from socket unit because it does not need to be enabled explicitly (see fdo#92402)- Requires systemd >= 209 and drop the compatibility pkg-config names that don't exist in newer systemd- Drop useless --with-pic which is only for static libs - Abort installation when user/group creation fails - Avoid calling %service_* more than once- Build the dbus-1 package without X in the dbus-1.spec - Move the dbus-launch.nox11 to the dbus-1 package and install it by default - Build devel-doc package in dbus-1.spec and don't build any documentation in dbus-1-x11 - Make dbus-1-x11 package contains only the X11-enabled dbus-launch - Fix some rpmlint warnings - Delete the dbus-1-x11.spec.in file, since maintaining it is more complicated then keeping in sync a dbus-1-x11.spec file of less then 120 lines- Create new subpackage: dbus-1-nox11 - contains dbus-launch without x11 support - Rename dbus-launch to dbus-launch.x11 - use update-alternatives to switch between dbus-launch with and without X11 - Solves [bnc#934214]- Update to 1.10.12 * Security fixes: + Do not treat ActivationFailure message received from root-owned systemd name as a format string. In principle this is a security vulnerability, but we do not believe it is exploitable in practice, because only privileged processes can own the org.freedesktop.systemd1 bus name, and systemd does not appear to send activation failures that contain "%". Please note that this probably *was* exploitable in dbus versions older than 1.6.30, 1.8.16 and 1.9.10 due to a missing check which at the time was only thought to be a denial of service vulnerability (CVE-2015-0245). If you are still running one of those versions, patch or upgrade immediately. (fdo#98157, bsc#1003898, Simon McVittie) * Other fixes: + Harden dbus-daemon against malicious or incorrect ActivationFailure messages by rejecting them if they do not come from a privileged process, or if systemd activation is not enabled (fdo#98157, Simon McVittie) + Avoid undefined behaviour when setting reply serial number without going via union DBusBasicValue (fdo#98035, Marc Mutz) + autogen.sh: fail cleanly if autoconf fails (Simon McVittie)- Moved dbus-run-session from dbus-1-x11 to dbus-1 (bdo#836296)- Update to 1.10.10 * Fixes: + On Linux, when dbus-daemon is run with reduced susceptibility to the OOM killer (typically via systemd), do not let child processes inherit that setting (fdo#32851; Kimmo Hämäläinen, WaLyong Cho) + Output valid shell syntax in ~/.dbus/session-bus/ if the bus address contains a semicolon (fdo#94746, Thiago Macieira) + Fix memory leaks and thread safety in subprocess starting on Windows (fdo#95191, Ralf Habacker) + Do not require systemd to have a service file if using it for activation (fdo#93194; Simon McVittie; backport from 1.11.0) + Stop test-dbus-daemon incorrectly failing on platforms that cannot discover the process ID of clients (fdo#96653, Руслан Ижбулатов) + In tests that exercise correct handling of crashing D-Bus services, suppress Windows crash handler (fdo#95155; Yiyang Fei, Ralf Habacker) + Explicitly check for stdint.h (Ioan-Adrian Ratiu) + update-activation-environment: produce better diagnostics on error (fdo#96653, Simon McVittie) + Don't fail the build with an unused const variable warning under gcc 6 (fdo#97282; Thomas Zimmermann, Simon McVittie) + Merge dbus-1.10-ci branch, containing backports from 1.11.0 in build/test code to support continuous integration (fdo#93194, Simon McVittie) - Avoid -Wunused-label when compiling with libselinux but no libaudit - In development builds, allow OOM tests to be disabled as documented - Accept and ignore the --tap argument in all "embedded tests", and run all automated tests with that argument for better diagnostics - Fix the systemd activation test under CMake by installing the required files - In Automake, fix shell syntax for installcheck-local with no DESTDIR - In Automake, don't try to run manual tests in installcheck - In CMake, don't run manual-tcp test as an automated test - Add travis-ci.org build machinery- Update to 1.10.8 * Fixes: + Enable "large file support" on systems where it exists: dbus-daemon is not expected to open large files, but it might need to stat files that happen to have large inode numbers (fdo#93545, Hongxu Jia) + Eliminate padding inside DBusMessageIter on 64-bit platforms, which might result in a pedantic C compiler not copying the entire contents of a DBusMessageIter; statically assert that this is not an ABI change in practice (fdo#94136, Simon McVittie) + Document dbus-test-tool echo --sleep-ms=N instead of incorrect --sleep=N (fdo#94244, Dmitri Iouchtchenko) + Correctly report test failures in C tests from run-test.sh (fdo#93379; amit tewari, Simon McVittie) + When tests are enabled, run all the marshal-validate tests, not just the even-numbered ones (fdo#93908, Nick Lewycky) + Correct the expected error from one marshal-validate test, which was previously not run due to the above bug(fdo#93908, Simon McVittie)- Update to 1.10.6 * Fixes: - On Unix when running tests as root, don't assert that root and the dbus-daemon user can still call UpdateActivationEnvironment; assert that those privileged users can call BecomeMonitor instead (fdo#93036, Simon McVittie) - On Windows, fix a memory leak in the autolaunch transport (fdo#92899, Simon McVittie) - On Windows Autotools builds, don't run tests that rely on dbus-run-session and other Unix-specifics (fdo#92899, Simon McVittie)- Update to 1.10.4 * Changes between 1.10.2 and 1.10.4 - Enhancements: + GetConnectionCredentials, GetConnectionUnixUser and GetConnectionUnixProcessID with argument "org.freedesktop.DBus" will now return details of the dbus-daemon itself. This is required to be able to call SetEnvironment on systemd. (fdo#92857, Jan Alexander Steffens) - Fixes: + Make UpdateActivationEnvironment always fail with AccessDenied on the system bus. Previously, it was possible to configure it so root could call it, but the environment variables were not actually used, because the launch helper would discard them. (fdo#92857, Jan Alexander Steffens) + On Unix with --systemd-activation on a user bus, make UpdateActivationEnvironment pass on its arguments to systemd's SetEnvironment method, solving inconsistency between the environments used for traditional activation and systemd user-service activation. (fdo#92857, Jan Alexander Steffens) + On Windows, don't crash if or --syslog is used (fdo#92538, Ralf Habacker) + On Windows, fix a memory leak when setting a DBusError from a Windows error (fdo#92721, Ralf Habacker) + On Windows, don't go into infinite recursion if we abort the process with backtraces enabled (fdo#92721, Ralf Habacker) + Fix various failing tests, variously on Windows and cross-platform: . don't test system.conf features (users, groups) that only make sense on the system bus, which is not supported on Windows . don't call _dbus_warn() when we skip a test, since it is fatal . fix computation of expected . when running TAP tests, translate newlines to Unix format, fixing cross-compiled tests under Wine on Linux . don't stress-test refcounting under Wine, where it's really slow . stop assuming that a message looped-back to the test will be received immediately . skip some system bus tests on Windows since they make no sense there (fdo#92538, fdo#92721; Ralf Habacker, Simon McVittie) * Changes between 1.10.0 and 1.10.2 - Fixes: + Correct error handling for activation: if there are multiple attempts to activate the same service and it fails immediately, the first attempt would get the correct reply, but the rest would time out. We now send the same error reply to each attempt. (fdo#92200, Simon McVittie) + If BecomeMonitor is called with a syntactically invalid match rule, don't crash with an assertion failure, fixing a regression in 1.9.10. This was not exploitable as a denial of service, because the check for a privileged user is done first. (fdo#92298, Simon McVittie) + On Linux with --enable-user-session, add the bus address to the environment of systemd services for better backwards compatibility (fdo#92612, Jan Alexander Steffens) + On Windows, fix the logic for replacing the installation prefix in service files' Exec lines (fdo#83539; Milan Crha, Simon McVittie) + On Windows, if installed in the conventional layout with ${prefix}/etc and ${prefix}/share, use relative paths between bus configuration files to allow the tree to be relocated (fdo#92028, Simon McVittie) + Make more of the regression tests pass in Windows builds (fdo#92538, Simon McVittie) * Summary of major changes since 1.8.0: - The basic setup for the well-known system and session buses is now done in read-only files in ${datadir} (normally /usr/share). - AppArmor integration has been merged, with features similar to the pre-existing SELinux integration. It is mostly compatible with the patches previously shipped by Ubuntu, with one significant change: Ubuntu's GetConnectionAppArmorSecurityContext method has been superseded by GetConnectionCredentials and was not included. - The --enable-user-session configure option can be enabled by OS integrators intending to use systemd to provide a session bus per user (in effect, treating all concurrent graphical and non-graphical login sessions as one large session). - The new listenable address mode "unix:runtime=yes" listens on $XDG_RUNTIME_DIR/bus, the same AF_UNIX socket used by the systemd user session. libdbus and "dbus-launch --autolaunch" will connect to this address by default. GLib >= 2.45.3 and sd-bus >= 209 have a matching default. - All executables are now dynamically linked to libdbus-1. Previously, some executables, most notably dbus-daemon, were statically linked to a specially-compiled variant of libdbus. This results in various private functions in the _dbus namespace being exposed by the shared library. These are not API, and must not be used outside the dbus source tree. - On platforms with ELF symbol versioning, all public symbols are versioned LIBDBUS_1_3. * New bus APIs: - org.freedesktop.DBus.GetConnectionCredentials returns LinuxSecurityLabel where supported - org.freedesktop.DBus.Monitoring interface (privileged) . BecomeMonitor method supersedes match rules with eavesdrop=true, which are now deprecated - org.freedesktop.DBus.Stats interface (semi-privileged) . now enabled by default . new GetAllMatchRules method - org.freedesktop.DBus.Verbose interface (not normally compiled) . toggles the effect of DBUS_VERBOSE * New executables: - dbus-test-tool - dbus-update-activation-environment * New optional dependencies: - The systemd: pseudo-transport requires libsystemd or libsd-daemon - Complete documentation requires Ducktype and yelp-tools - Full test coverage requires GLib 2.36 and PyGI - AppArmor integration requires libapparmor and optionally libaudit * Dependencies removed: - dbus-glib- Update to 1.8.20: * 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)- Account for openSUSE:Leap in the conditional for chosing right local state directories (boo#941352)- Move common-begin sections around to make pre_checkin work again - Unconditionally build with systemd features, there are no cycles now, systemd no longer buildrequires dbus-1-devel- Update to 1.8.18: * Security hardening: - On Unix platforms, change the default configuration for the session bus to only allow EXTERNAL authentication (secure kernel-mediated credentials-passing), as was already done for the system bus. This avoids falling back to DBUS_COOKIE_SHA1, which relies on strongly unpredictable pseudo-random numbers; under certain circumstances (/dev/urandom unreadable or malloc() returns NULL), dbus could fall back to using rand(), which does not have the desired unpredictability. The fallback to rand() has not been changed in this stable-branch since the necessary code changes for correct error-handling are rather intrusive. If you are using D-Bus over the (unencrypted!) tcp: or nonce-tcp: transport, in conjunction with DBUS_COOKIE_SHA1 and a shared home directory using NFS or similar, you will need to reconfigure the session bus to accept DBUS_COOKIE_SHA1 by commenting out the element. This configuration is not recommended. (bsc#931066, fdo#90414, Simon McVittie) * Other fixes: - 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#90021, Ralf Habacker) - Clean up some memory leaks in test code (fdo#90021, Ralf Habacker)- Sync changes from SLE12 conditionalized for suse_version <= 1315- 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)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shcabernet 1665646642  !"#$%&'()*+,-./0123456789:;<=1.12.2-150100.8.14.11.12.2-150100.8.14.11.12.2-150100.8.14.1 dbus-cleanup-socketsdbus-daemondbus-monitordbus-senddbus-test-tooldbus-update-activation-environmentdbus-uuidgenConsoleKitrun-session.ddbus_at_console.ckdbus-launchsession.confsystem.confdbus-1system-servicesdbusdbus-cleanup-socketsdbus-daemondbus-launchdbus-launch.nox11dbus-monitordbus-run-sessiondbus-senddbus-test-tooldbus-update-activation-environmentdbus-uuidgendbus-1dbus-daemon-launch-helperdbus.servicedbus.socketmulti-user.target.wantsdbus.servicesockets.target.wantsdbus.socketdbus.servicedbus.socketsockets.target.wantsdbus.socketdbus.confdbus.confrcdbussession.confsystem.confdbus-1AUTHORSHACKINGNEWSREADMEdbus-1COPYINGdbus-cleanup-sockets.1.gzdbus-daemon.1.gzdbus-launch.1.gzdbus-monitor.1.gzdbus-run-session.1.gzdbus-send.1.gzdbus-test-tool.1.gzdbus-update-activation-environment.1.gzdbus-uuidgen.1.gzdbusmachine-id/bin//etc//etc/ConsoleKit//etc/ConsoleKit/run-session.d//etc/alternatives//etc/dbus-1//lib//lib/dbus-1//run//usr/bin//usr/lib//usr/lib/dbus-1//usr/lib/systemd/system//usr/lib/systemd/system/multi-user.target.wants//usr/lib/systemd/system/sockets.target.wants//usr/lib/systemd/user//usr/lib/systemd/user/sockets.target.wants//usr/lib/sysusers.d//usr/lib/tmpfiles.d//usr/sbin//usr/share/dbus-1//usr/share/doc/packages//usr/share/doc/packages/dbus-1//usr/share/licenses//usr/share/licenses/dbus-1//usr/share/man/man1//var/lib//var/lib/dbus/-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:26362/SUSE_SLE-15-SP1_Update/a27dfb37049e551bc83ca8970183ec1f-dbus-1.SUSE_SLE-15-SP1_Updatedrpmxz5ppc64le-suse-linux directoryBourne-Again shell script, ASCII text executablecannot open `/home/abuild/rpmbuild/BUILDROOT/dbus-1-1.12.2-150100.8.14.1.ppc64le/etc/alternatives/dbus-launch' (No such file or directory)exported SGML document, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f0cec44af5de08dbe8b9829fe06255772a7920f6, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9842c221d9493b0f335a3c4a2baaaed067c87c70, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=1d95fa56c8089b5c48c4491f9f0b95553a0a9f3e, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=78ffa6b392b329cb833b318970079c4ebdd0d3bb, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=2659ac2e373ce44797ea282e5c998f07bfefe5bc, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=aa8e803e8efe3c72c5de764dda4ce3ae86f7a973, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=af9b670918360a6844a77aa4acfa489bd2a64981, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=666e43b5e28b695d4a4289c754e118c4c47d93f0, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=abe384b0629f8be8c4af93ff83293af9ccc7b6e0, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=040ae89c94b4c2ba087921dd92906b148d62dcc0, for GNU/Linux 3.10.0, strippedASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/dbus-1-1.12.2-150100.8.14.1.ppc64le/var/lib/dbus/machine-id' (No such file or directory)&.6=D  RR R RRR RRR RRRRR RR RRR R RRR RRRR R RRR RRR R RRR RRRR R RRR RR RRR RRR RR RR RRR RRR R RRR RRRRR R RRRR  Ṷ̆5# See comments in pre if [ -s "/etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150100.8.14.1" ]; then mv -f /etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150100.8.14.1 /etc/sysconfig/services elif [ -e "/etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150100.8.14.1" ]; then rm -f /etc/sysconfig/services fi/bin/shutf-82ba165dabcfc09624654da2da6bd1f73da0be7112b7b237e0672adb88e7704b2?`7zXZ !t/ ]"k%U4h/_c IJqPXR2ON텤\K`bճ,GؠH-c`o+ہW޾HA9J^hjBCm9,JzXW0fYRI#@X$Qo z&u RQtm2ILGK U{%[ y?6˾E;,5[da̭ڱ] ,,RlwDiK,,,l¿WXM2kFYkǡQ}~,_ՙ4Y9D)G,y!"wd?y FgMӢ|ֿ:ΰ.Lb՛ll ]w.u:`( 6#uΜiy5~-֌Ck@빢Z3,6ON3kU!NW*„^lw>`aLծOLKWY3.>ןF*o@"50ܓgLz'Zղ%%vb'~dv /YyДk5Rt|7bB)" VIUjEKgFjC5kW_=1X:qI6rdl;X] %҆-1GÁfa+z|7 7?Ϟ@w|75BW3=\Y̢Y^` ƿL8f fB.Y46_j玴j bjZudNuZv0`( 7~m#Һ >e dMWlN7F/^짘\O=r!ѡV}S^貔Zi̱Vd<|9a\u31,%Ό$WluZܙò0Y#q8Z7&p[sk$r`xQ}'m?&vHXL[(@E|`bMb./|1Є@:w" 5EMATA.](Ы/mX/D 4:vy v\ox8G]Ƃ¦ĞUwņ_։[C^Vo֦tD+s;iw &9Kz5$F,cmt~dsq.P9@DJpJ œy#׊û]Q]ݍrV) P0y!1e]x|T~?3Hj ItVi?:u0 ;JI}pzCm}wTwLT}r^ QR2Då\NR-; &(_9&v.R 1E?yJS؊_+;␅* /aBMj$=ހG}'Vðٍ%C"gaanR-j*"oϘ R#*=wLn#*hfdccg呐*k/. X;'~c~so4ܒ{/-̵MYq$6lL6?[g~^NCCT%*B2Q_ߠʬdqMF=]D~Fqx,'c3QnS?N4-kPJ?^"*qk4^gޝKۑͷ^FIq.~h6`tu.Mҩ=/V`aK.N:Lp~ni&`5=pDG3tj_6=&YO*:!WF5A;5qNK %NSA箑60M=|TW>1{mVKPL3| ;]=-}h3dV ctdQ#~8ɏ8SgiV4%id_\bJ;L+ iƲJͶW]02H^AKdnF^#Z0f.lm}W뾗4:3pUAh"BKyԲ/Og FLڱIS@2E`< C *,i`Αw(0y>ypU8呂ޠ%{ve,H<B5ܡsb$(ZBY`IXW 8Wl; >!O75!/l\dUڧQshF GHg> M㳹ڽ:L~4}GWD?&:Fџ/'J-O$\1"hlExGA0x\ߩ&(j~o)F\'Li~a8N;7"88`:Ipt q;䧼{D^=}Gr3G˭4%Vhe: Ր윪%qL!IECx] pv!+|ƒ!"_a*>}YR;~{wd D!^|bWAʣ-Mz#:"ftQꝶ}z]YR6,hBMm*1aG8ŕ+`6aeY-K}#VíE=OPq I E}>`:j %P\d*wj4tXId1WHIiIݛ-,\Ԣ}B2:3od,ys1ڠͦWZ6Q}xI iK.ePteM;'~g`MY!v7LLVcŚș'3X9Qg݈N4n}H'Hz} QR2Vo h`C 9&`$qz .Sl{Ϩ{cqA36E,HNOo/4>,9܋)Fob$|_EZi  Sɇcgsl.X^|y,8. QϥT|yӿ Ka~ȋ?)vMxzn.iN%v)f]H빉hp*kUV^*B޵g%#}iPvb=HNB6Ԍ.^i]0S&B3yqgH)9\#|Ζ??Z?_jaÛ"yYU9#M\{WdHX-Q|f[ۼVtP 4 ~/sI\t>Yg_w|k?dg,йURb[pЄ)uQKK #ߘL'ᛝrvCBЉӼIXU[0S2OeK/mLk[$ 1^[\"^ SB4'AUlQ8(CoFOuOIP}z ` &~UX$KT\b$3irc~#lݵ.JD}f7gbEOAb;:Izݏx#k@Ɩ@AsGۗH,+#ox*e`&*tȴfP>#+dЅ31Kq+TżZБ5&"(Z^:>8)ڶ7+: IhUU€(X]n1M..K8l6ilUޓ :v^Io]l9y !q#2Ž_Ť0[3KvN#Cq}XcdF)GŋU lgP0cm}ˆ).bpJvW 졫+hBDo>3LњW6!z;ŕF.JS&.q cal2ٮNHoiVW?]Xšg1j-Q޵?UbP7s`7mP9*&1 , ,pUK#bE4KTMN)J Vs6_|w*rHDS?0㫊T9;{zg Sֹ9̽G,y.M`ǒזr$.!J;~~`g%=94YQʻOP w\΁$NZ bfavs5nA4>NH-1y}GNƮT>MN[=0-نґq4W~9qmkIz9GcY]ո$jOHI``р˺~`lIQĬy77_~Rh縛`s.p5u^W&hgG5>'=5ITKZ uֽ1|nb_Fe~VuOp=;e]ߺ:EO?JB$+N d M Py_pfР9 *dJ B=I]7o0p \|~&&geN'"s57/Gu=kM.1Rwob* G{ 3o[\q_G f_ϸRv@nՉ&:x\rI%R:V7#B;d|ѡxx0vܹ;Aw]6\C 4ڀm:9|" clpZuć8v}I('2xa\@ZOw93<&ѩ>}hk؋y WwG[lhLӦ~z]t!:k-.^2bovٌV d(q~5+ZgSmT5^KG,,qF1Ɉ1D!ɒ ɬ޺Zj0NyVS"PeUHK3 &B~xAq mUN&6T'NYf xʩ(eELg/&ZզE ]E^sZ%.K[ lp'}- `d荊ŲJJR;})өgf^ wP`u9mm, 4;|8$}HP*0'[Gqx@)t<1GA 0ޤ-a(AC,&/+uL/`*u0z_b{CpG`BEW(-RP)eo3>v#dT{Sq 5G40 9O+D`yY߻|9`vt@JA]T!-X-}'*YOwC;[Gz;|R0ҡZCfH_G;ɴ5ir2[A\E{Xl9Mw0R!wMԁf_x3lzYY1r_2;i bY- A>$]g=jx/ Fq;S&q9̅9\R!6! m{%lnB)ԝaA SM %kT}18-*J5>\84G샞 S }ͲBK+ەE ccrì OKq6FэJs- SvF3CRźuw$ɫ;ƏX6$*_=}@⚪:DW;Q!M:C֜;MC 7e4q~V0vD 4x⠍K(CIo3vAizݿ)(@9pReduȒD-EuI#b:Tjt!@ V,"34LB>K*{C'EeCӸ!JMg2 _“Y!0)#%y^n([~yƚE#@ޘW2|ᮉKq= gHbs,>DO%fՒu/G&go{M Q;MJ?Kt ߱M:u#Nq]/~*C6< V7?J#&3X:Z4=A d5֒ Ո&U| Ѩgt P вq6)pmd2 |-怓t2C64Ֆ@3@-Ġܤ9$`?$䎯S%7=⿅!өI:wj'ZvFDM[, /oXV P/ 3 _W^_$XJUP&)E3,:BS q3pj{ZLaO0n!AAǧk|ĕkaB.3xf:#A=d-Jxfz}˱;`_9`[/;?Fŭɫ.xAl5qwQ6BP74 4Kŧz寈ɴ&)-6e"dK^/TŨH+U\N=)r可V!!,'[&Sqhhꮀח䎘qQTMS8̏}w5NS]y2Mk?цX_3tƀ9۵<@xQpp=n,*\=Hoz?Sșd| iZwOEXCK䚨.uÐB@+;Ē}B#Vܶr|}ͲXA~)y? NC2BNq 'հmPԊ;oӗQ ag>,湺e)1Qg*;`ou8 Hȵ^"h @tӰ:4A3a;I[?݊{/_:f/MkKiq$=ح$Z\Xe_ug} .Rߛ\P!&rVCFz^?&Q!نU'grc Oϵ@8M0!56O +Ф4uєib.pN*ߜ=kUzsRn kT\UA`{Flo%lY,lũջ:-'|gDCs,K? N5]fWIaC".>.&oo8;B+('"j L:4ڏ=ߔubC7`T7sOCOQ:0x/M4,*W$Vn!՛8Qot-ge7٤yq7189(VYRʪkkRGi^>VѠC#MZ$%ªT;EF ʯkhXyDȼgqGE|%Q KM '#I-ܛR(T]r2ⷄE*1eKfe}M CLx({b# zzmjA&Vc yuFy%飸%CpJ~ʖU9 /Gc&#|*dF,tၽ} 70?ESЃIK,!_dcP\:, h2eНbkz><ځb>hcoOּ%@^{gv@$y ЬƫzΣ`>ڹgv'02ME򄺖iiE4bl>~iE6amv+6I1kR.$AE]׫'HdSeueov?\`<&؁EU-t뭓>Y()mdv>"Xz;|u /*%D6(diueEkU^1/yqaO.W`e+ 986J-#M7ydYsni&;>;o RvS.W}]R򼈫26 ,80B{fvlh%nh('urRghVK6Ԇ--!9`5-a* w)xh%p`uk߿>QA6cϥ@"ܧKŌ}J^>3aP b%NJ9؏WuyTHȄD oԐ@淶礵MNS|T00SZH45.ڭt}pin.G`1i޼)'!:Aj=JrD1E)e|gڀM7fQ} ?V2€u{f9!L3o` !hu5 a9~LG3ms T"N"f?1?P>iK.+1f5\LpW73#SI:jg^I*0D!:~.ub/!驻xxt"t'nyA,mv̢ㇵ ɓ!èO|kC_v3$r hq[)ܦh=D3i_~h L~.W< ؄>:DQ9RgL%K+yh\7 E.}= 70} r-zzvMDǔ}/"4{,{w_-ӑ}5Y&+ #-w8Rb=/ɤ(bow3Zq)t6ʏޯ\t@'dЇ Oɻ< lu1z ,MbԂ\MtҲZNCն5FCѧ \孱Ura#I=gf RiCi rEnX^IǢsx(VclXӴG_\z^\Ŏ:f6 S!c 2׷ \6o6t7nT7c?QZn#<6Qvӽ+zk[mO뱻9oL9]㿱@GhFϘ1JЮF46Y|SM#FТZ">bO&3獭 @/'UX[>1r"p}o)/;"M'19Ve]BD ۑާ0Y]y9@ eq0i?ƿYZh`7P6rV%P۱t$Ki7lxz!^9W˷c{΀uаSf^Xܓ!x^|phB I< jjzl%?St"ǭR8#[8->Zl#JAxl)ׁ1&&2 S5ӡkcfp !_>5{ƺ?uH)AG"]xM-ޓ=|fz ?GWT%صF؊"4.[Ha33җcp4:O4C>i"2tGugwH& ڡeI7UTfQH)WdFr{uۉI A˘OQmbÛ*ΞNyCVD"]9-3Oi") J`r,u44snV yV2dIq8riRa+7A\#SӸ"Tx!7i;DL#5̚F⒰̳dD!f,] Q~ #}ov<09r^9$h!l²D1QW;xM7gU`| kE=] :Zj:#*k>̿'GҚI=4J$^Lּpwg?߱nq{N;eҫDxlQR/U6OYpd"}׹MV#Z&ﭶQ42S΍< GQAoJs #;>]~x}±QncVW14eLa{»+V9goNg9CdZP!p/\FcrxHCŁ<%t8Z䆃C {F.KO;A h,,VKOVN9OJ#pn0)cSԑb;J=|Cb^R_AFgpBx]g1KwFa¸,<S[24 ф[ )Ztb/clcl"t@qxQv3^WW>fZgkZ7}*O1pΌvA<^I\glXaI b/ Vݏ `</B._j7z]AE9?R=@:XHqCR¢ݿJ8|33vX* r(HU#i'iiS[mD:QD`ªK\ DVB-d7&;jQ8d#J}tZ%\:7e[WwTcr .!::u"`͜NwL NݠdwVe/0e6463 k2ޞ\_6sQ]hqf۟T!XHtlYt؍>~n֎q ,NE:5kFa0 眪 fb/7+eSO͂:{" d'JFX#[fqUYb9Wy^|ŵo{PwE֤y8mp m.(aʼni2pR1E^8 uѭgٌCȳ('d NmPbAD9ggjYN >gYez iZ+y[-VSf?%AZl=Eʒtqz,i;He 7':w~ʈ?X gmv?:+к1-Of97NtI{G0!R\ +@|܈U*L1 U]1cbԠn$0P[/}3k}AtBf^MӒ$wyƥ1s2Z. ǃ s+(SlIBub CoM_,:&U$#3^D*r˝j=^N-Dn vSua:0O3~g"KQnׄ8q֖%ЩP-V1nfT3V2@Z#FY.aS}q;ն4Spt`ԣɆ~&D@ԄLI3K&PshC f Fr+&:G||D3`Rv\*"υ&O z&ZgHGZe4v@CqskOP5v,/GjW[xZsP=zYIO7 iMwl`>8?~ 9 _dUXkO P;K~_6m0X\SSg7˯)1} ztqtR\]W8K8p#VZ_۱cIW2-9(3L6Q*B'jwHr%ئ-i2Yl[6u[_(ek9hҤZܒDϷFUD>@/ L[G/uQVRlB'!lVlZA#Χuܫ5M6nKQ9yCR nҘX e%!?Z¼ )˰Mi_^; t(oDnpt4}]HfzIt~+_)1`}r^cr|iR  tR䜗B2~|_P eۧ[Fzg //=uf:mUf oe\"+Q#аlY7*F |mo>&F?UpV"Yr8- ASq ('LkЁeBSp4"kݓ%XRU44WѕTrJ7]@Lp7M] ]oDD0CKʂ4b=p!JLsnZhyju<YOȠV2_&8cxwD%+%Ru75 nfRe;ȹp#>^Jwf5#c*"~3lMO1qWfa(&#o1$z7[ao\;D<O1H[; 'M03\4{*'}+ N#.GZp-Xem7*'_b_Lɔ& bn0' طJ~L]ۗ'ݱ\ (}~+usQ|t5if0t-u1v,0q3*L;y{EQ*G/:>r,"%7w\IE63^XNX0ߦ L^yjZn@زFa kaۇ)Z VILT"#r2BƖS e Pσ+MTd H,sa }j gc]~"6B/k!#{vL 5^QmͺIiuMnzܓ!MTeERVupse[R~㗩)u^:1@;g7!O#+U6b0P"SX&߃MgkO#28N 7`([.9]N/ϊ=3Y$04N5Q {? {DV4wW"Ŵ`=&$|<7D-Go2G/l(So #kbFpOJFse|lf$r7NZ:K5~*ӒR݊ D^ &0:d AisW,x85c)QyDѢ4V{ qjs{Rѵ30fGt9LLuI?S2 *%Q0Q&uH3D _`oU33@h `ǙNHI9P}ĩwEY$5kk}I:pKM!FSAp]~€ydX& n >*19f/*=ΖC> 3u[ Oh{OM.=̆SxegQ`l!gsI3fiv"tJԅ55{a-:9oY6΢W~!6wӆGq1J?xRc1dַw{܉b9kC9'׮W%a`Xn8kA_Sk<_L{Z T}/ϯUm1IG0*k]u?K$&C6 j S{?f&UH:1 !ttcA8z"N.%Jfj_QiQj3^S8VE$]Qj.f(Db7]cZ= 'h8R䠡UhAkwS 7F3;9fjl#މL*?=@q7Y; uPfލ,^eo߰0I1fH,=r>Ղ5̞38f̗ԕz"qVtul 2hV%4/JyV#˼-"8M hpoNT+!OIk1?"&ףIh?63Nք*78ˡBww.Q~(>0USt!*Ss2*97rpx ĽFʃ|H37(fsgCj K`R3Rұtȡ#6\~sd6`UȖ63ZkOyt$h}۟y'D^reB~8w-i)Dk kR21eKvFDg׹ $J59 iww#I+$2)uv*ݏӫ_Wuf!& 䌺?m7,A.;yMYUu3 \.{u5ٺ` kQ|}kL(B`~DxQמyK7c"dŅﳙ4>nNQ&"G"m ›.΃:&X0XJZMe͝vN0]O!i*0I؃X{eN84Pj,KCG7v {5>!Kqc}?<˞yBޡjbJS31d*_k[M`  eA1k4WFԆ906 ndV$.Ē?WaټՊp~&0M ]F`dX %EHG[7{N *D>fE+f{VQyϪW,$1᠔RwҷoQ'EͬL֓p:OO` ]ˁC-i &;H ?,L,e zۭ,t×*I,@~&3J8>0g51.Jm˻rL k3{/f/ҳ+'5+dRh??SU=܅4lZaL䀘W./2nc^TpḸDʩukYHׂ.5˾Fvh F;y \d?J̳pnn%EGe"mlSZ`4rN/K:,H<+C1h wclM {wifɶnhm1ҡ,Gϝg~g5]8'qڊRV@¨`TW.0 0t@ ّ}ۓ0:ÉV!11 5q|nxNXdZkUZ(gdd[F>ՠm!f6G~e)/-SN)C vnpy0he9]qNm1;6 s‚V6 )77̨I_R#`h#TBla2\=?kTDhR1[c-x9nsqUz=G##F%r(=<W{]ħx>JV Tfq&r1^'%+3$*[%etjMzdsi= rƩRӵ=kCnǘ26:_⫣t8 NQx&n_(+xz:wŬ/>6!k]܊TXr ޮ-M-Jixԓ Pm~k|Z(ٰD + .!5ۣ ׍W9!i]ںN_Ne[@eB CLLgLFTR 3g{Ux0ܿ=&ƥ+ؒyN!:l6"2Y&iti=Ba/BfhEn0ݕt< Sv:h}` ZR3p)l.Ǩktb^O+yT1W ɦ Efu7H"u:Ո6J<> lYP13a|e0y쥯m1cz^ZɆ5[gvEF`ZfK *B<}e#:CKWZq]LQ{ղ#Eȣa9URrr>Ji֕%vΡ m #UβB>sKnrD[ $[o&L1] `a%<),R){7TK?]+1({6?1 %,D7C§5CW2q=mXJfI-FPtەe,jBHⷝT܍<1nkCw^L#~4gb#ffD{YېA~^ D XS֜ Opp57#A#bWx9>WJKrnB~``$tViQǫiI3It +Q_k?a<}b$FIwFb:9 4O]UxUkɀcÓ yAɭoE?߻V>1B&$)]Q>ӷƯI!n+I >o`4 >y ު8uM5j.|nWT+$GIk~N{HD\RvAi.?)3>$kGA~B A,0qP{~s\JLUmq| /Hx(e 6Nܭgmops]bFR.WrvoE>D[-߻j3"@ֺNoȃɧ gO4sߠ&8+yĈVZ@dp>ɻ&I"d[tufc<;N'A?8pi߷5yr]V.miq\0+Pw}x#%J.Op7};ywdur,X]`:OaC4E>|'Sz$oTV JEmfp-cY-a!6 ʘzy5WEennz:̚[ fC􃿐m:g}fcN6?irߣ' qeXABr(D̊Wj|ʹ,]SuܴK^Ԅ~v!A=s+ZA H1%1"ȌY/'B!"V_& M@X|wq|m=r1@&)RM&#R:Of"lLXf9jjSƱra>CR,bzmuN12D!M濪;jHT4c5ˠ~i૭$|IQfȏbn?G|&OB wǺOR?yS^xs3.pe֕` [ eeu/t}e򑘕rDjeӁg:c T߯l{xycVfaW2n;яR uf k }:{MT Eg! ]pC \g-m܅QM xKt@5x݅ z0Dy$ HKq#_!`ESa_{#Tx$qf禡~`)%HN3 N76z&f wϥb{P\VӃ;Ors[$F]Otv_p*j⥗"}Ty%`4hbȰj(yE-CQs7c?Tpa=ƫnY$1!sCJeM4Vm?>O >I6+=% Fx<Ԋ$Jߐ4|<@}K7p1HI]N;?mf \Ti/_< {`/}7KN~̢qWq ? Nm!&jbH,Fy[hvDgøYE4@;3Zn3N/Qb{`& Tt{%#"E|Kl51B|ryR#q?'lczFSGό.!cDP '7/E gKtbHqu11xPŕ @ Q&c<,._Z0z'ggu ,4D&'(Bz<,/{j)2p1dGVp۳=/e ЉdZd|iLz قR ؑN;ࣆF._`P$UAq^:+v" `03P{&zS/ aEUeN[Q rsros|9.{~(dq?yaPR Az6z#HN O{ʓ]]# l;_J <ߩU`yrq'jqAj=!*(i &Ш ܅s}}W_4ۄʍ1h&dwrS!kcq-Ej^_Q3o"0_.6̉(Z!xJB!X8TB}ATx~෈ˆ˔5|4yy0 7|zk V5Ȭtɘڴm1$*~֩^ pXH2ǮkZqϩsg IrVcNNܷ5iĆN_lIC|vT+sР ~l`Y &T@-Kx2(ZG ȏϺ!Tچ3Hہ rcHul9nP=Z1P59|n7aw RI2DyrSQ"PZgJ8ipi Rcר͘ØiBb:xFԁhˍf(FpStrG#=>Uq.MoQq3),%eTuwoT Z`=xA }:)nyʍ5\61=o-@? mV%_Vi2äxY~^9@9c'FS]ZtDZ;bay,w6I%oS9{hTc2JbIe4Ȁ?*>zŁ, N/fTԳ9#ÑӵpifZjWmPC}TDlNFB}\0pƂ< <?mxjࢨUWlo)ba K(-ycwuXheŷ|mr<ٻeLM[Z\8++S!)@[dl\p4 #%mBdw *(k\ix~pKv*:gZXKWMRzWD _*P5ȟ~]$S"U& 偼 g{ ܉OY b] w0hjm 4 (ȂԓDnSf 0`J+܂.IH$,I_bf0IZ|x=8ߤSbh)u.@.FB.HO+Jԥ[H3Lms~tTNe)q(զY,\)<4 v!2|gELwyPT$BpI74enׅc" /o8Ig8zW1O/r®G㩎16DUg7~5i`u]ӕ drJD hfUd7r;߮GG7 {[ [2WAJнN^cfW`4 E2u(2Bu?U) 4 0=opL ,^q:==Yv'/kG%~"axqrE#[{&F6(qG@~fy+6Fe |{,W `>:A rKm?#a{Jc,W=v:WpǺ 5 }d<*˖Q"iNX)4vղR19MP1 D^ɻ1zp9br@͵߀KGڥqWT߄lCjM}<'Vj '2 kB&M2)$2Ҁ&A)O!u«<|0RBV>+,iOOsbr uoܜ4f Pg&_=(}GaWn*OH"'Zl'(Q;Zbf5e`KB:N/Y[>Žݸ|/PƒLnxעgki͕p ,AR4] ,dFJLSINS>1uF+g@1o0EU07gn}:"HSǪ^ǰ+~*W6l.$jZ4)O )Iz#gwyTe 42N V* #@9[Rl 9zUrS#y;6wo#̨+r^jz5?@p[6;J:ͯLgdlq$:8 ueh=fQM\0TM,T]e PpSU &/\zl֊z+%1`Jj-^V(u9A0G/.7o 5| *6UAQwy%0WTHnE/**;8S~yb;1FQm^L3 sMuC-kӱ@Kz+(n&)4<}Qh28/L0T+ˣ.y4k[yX젷m2fI?Ik! K⊬r|YKR(}'+Zr'Κ h5 \r͊?CW(SƠa[xn+-&jJ$[[k`ߤMx "zx)\ÁkFH8wn0"DbHBdk6ZUu kk-:eI #DBh?}?{/&<!-CWDk(E.oτ?Ҷhix v J8Fڜ;]/n۲{M0LVժbiITrlVQQhk$m;πb;lJ(OT`|aff:Ypg1lxCLp'Bl )*7b#'-Y!.UE/Թ:u ν&lCqadv0t)B2W Ϋi\.G̷)DKKԌ P:,p>:q XmfDo4M%=~Uxuks&eCn ;}&*JOSuǠ$N-+dzJfHθaX? fb=`Od̼%Dڮ+|/#!ɵAfRYJ߿]Xq$ P7)إe`bq| Q ,e b/A&xAh!wuLGLLءX$ṗ !âZ{"Kx2 δp{1yk!@mDv=N/㔜egFWX|lMmC8"Z)qcfۖ#}9c͕gƪN-KEׁgxG)֎' \vN$D7-韔qbz3ʴMdte`*/J]5Ëg)B[H*^qg69˂ z,;6!4j[#evk}`;kE!V:МrcћD_x/M#uLK.܌֝O8ئΙHEiuN=^^UKc#|ۻr!ʀQ4gg^6p$[Iքl047?{ǔJD87GG k R o4f"PY*z7Sko31K\c3./EGDL~YدYdqǾXIf;de UYn0|ڨ~)-q&sFGA"VH} u[S;#uhP "I:HӡB12G\]<ӹ X'. f#vMDL{r.E#_ʕ3@iR LgAoYǮgz 7[:fa冁}0RcWҼmCEn@+Yib=60iMP*e>!¤,j ?+P@%5LuC Ru+2pzpѓca@r]`S0h r!UO6tHp"| $}!N.T  jzM-V6# mw\^׹ e}*g?8TI%9<1a*!䲦 4a'eCdCp^K߹9o@{k W>wD녱kWc^r ?Z/^=*ڔY$ʡّie@adW͠/al 79[6Ѵ.c{*Ox) ]GCzP[y`hzwM|DMM-aO{*҅5LԴcޜ]"ti氜OM-l.,)k.(j%z9VzK= 7oN!9<ڸ3h=MdV0Hżax-o4Z[C̠`W;`<c Mws;G ,+"mdk=CodNuiM4G]` iG8±&AmE(=:?3%xD'诙O䜴B6j6gl{h-IR#ķn7H3(:iǚ#u-\NמtW衖Ͳeʁϒl8/2ȭ ѧi|ǝR _d K/ ײNj|HwE\l^ ŖuMါ)!fi`qydGwX%s&@DEʹY5_[ ϥ`5 egq\C'F8!) UvX=iɊs_ƒQ<5vBXo':x_U_pHp^_J{'6\3~Sǩhjԧ++oLpGlyL zgHﰙ%)eC9*^K^MyʭFD%bFNpg:#KZ&{槟 eFIvR ȨYdR gyM _F գhλ_zl;+#6w#J},Tilm'! 3,s7h%Sd͖glkS+m)3V sL|fбI#:9BՀ͈ LIE?ղ9dMK%e!} ƼK p)KWcl[}NYtT }ceǂ%W]]ό˨v;: sH䣳b{4M8FK~d_0*N?c/g}-l65Rl*Ŵ񑅠rp <,f_R-ɂO^r;c?-FS6+47IV?ߞ+imnH~hբLnKt$uKz,so80DnV-:) -`qɌ#4,m 4gj׻a,=ֳ= YoqYG,FYi_A\Bǚ]?'qk{8,=c)v8I 4Yc'?ٗ,1y0.aK97) fJ1LͨddEaxZĤ Xq:9ؚ h: aq &ۨ͗rj\E͈UuUe%Mk^a1Paleڧq{a&,oY_UD%a;B,q36ДZjMp8ԐW^gQZ~ώ9ryڟo¢b usK6(Rx߮h6#~a]_N,#w)p̄Ξ<]upFE0%ylr㛂H hlȯh4R`T_z ](_0Jԏ?:FQ8jtl5%"(a;9ݛQ4d` |!IYeFt9y^6D:zuv&tBؖ%]| 9N/KMq^EjEBod0oxVqV;,%U&*O#-/FU +hvͨ(M:o3_c#{ u X7JeU<-T4L+M!e%ujʕ0d|O7R9|nT=hߓ6WI6C4 ` JUrKn|j S3cLf=ݶq~!r2(Y}N` 7ۗ&U:< ܀n R^.U g"LM)^RĞi')R̋TF\f ,FvŹ t.&0\[$W $N.liSaV=O-}% dȵrz^;/_CEĴ5Eld !gW6 =a}5 ROYɘyq"ZߟQdt {9/8>:Ejs X?v9ڌ6~nĜ#*Q.73,&.ٍ]E5fy̰PfVyrƞᴰS!Wt[;Nim`yk ebʐzeov#`22dnKA;0e8)Mǎ;},A|F\DBM˻2T~f7\f&J5*[}zḖqLn NE@u'D( k4P·g1x# Iilw[EڅCDܹxB9 ͑:bnRl둍 0=GYD_bP=_ Qos(/3`Reoo 7j~3 p&Z^0Q8Gy黔"q"a'h<|e\J+ cK(B)މz =6YvQnFjG!Dm]vP`zo ]lKHUCNuEC-,L2ΞEo~[o`&W(Wi`ln\e¦,N[eɥ:Nʰ-V]:G@!b3q~ :qْ4#lЋ*I/J@A@E]Vq'DUQIA(TYm`DdF/C-q^cIyY&Gj`Ш>-}!^0gGgIEV{OQx{⅓ ܬ 鶡JYB[{~: s^1(ǵ΄=:6{TvvC-y }ʀPbh-⦭qb?Yx>??N<öWXӃH?%m<B8&ߓL:ӝfB \3EȜճ6@; XհÆhmdOJrfz ҭƢŹSXM,bhy\Z*]'BK܏H Vwak;8yA"}dЈCB=W C_/1+6žI\djf{Ð3t:ʒQ,;ooek&bouĆoU F8fl86,t0ah c"2*S`cjGFޡn9$4'c,WZm@:y#y?'!`=T"3j(Zti0lӺ!ơMvX,C)sR! }8}̠j *oC|7 SM7{Z셳h9_xsci%|apĻ7Q !Z'*xGI QX;LboNCG5eDAUr阼MhZ$>\$.; ~%I]gwX +vzu3wOr7"%Н ˚p1-:uAqdQgt}Fg= 'nr]t3ŒQm,f5@[EĆ؁fTU*Iط>h%;%/3;4s(G~jvQWOe(y!TlNt^u!|?!0Kpe#]cg)Bm3'СђL|*s"`|xȣٍԷuN1; DfHUE+Ue" Cn~|; 2BWTM7-H5U1!E$X^;NSw†ʹKݺT{ǓD$q7I֞O•@>nDt$VÑyQokoxg~|B̈́ȝbdU[ِk@1fl% {q9eZ*,&уie2}LIg8ݠC-`e֪MO1d\202AK>F iz! =,k#Zދ(L_r{^oW5frZNP~ \Nt4Mh]!@Tzg01/ca>JxBXײ{0t1"~&]^d.-| "CtxBT#D&LyuyO3?2]ZnLk$̵.( &'.g;6f1̸~b:Ym6(o\  Dsf: ֘(V6A9!jcO%,G\bQY{VPi^n@7CQl$901Ҕ{g`t뼑/OO^х1Gi&QFlw5 0G35?@,x6. p)=CG]#a)'WN.8\6؟ҶtD%>Ag -RZcAܚ5#>(qp}+4:'X$9_/3D.[g=&Q}אDɀ|n/7m7/- yBZ67}cmYQ6'_~ڱu^ELΟ |Fba$ ]"]J?tMp/j˰7许C)C6Bm=)v3du4^RfV&4l?KQL)4tTty2M`v"Q銝:U ^jA>R`Ih͵WIX!^Qj|nf2ﮢ3Pڷ}7yW2;-t_Ȥf1eglMV9ӯ|C[ ,pÝCx H2S9};*l8cƦii}JވNK&OBw3Ŀ\RBp35:8P v(Ccӛ;aBg8qY8~^䯴,0Ԑ| eKC|h`EU!V}^Iݺ$ C|;"vZb%X6*e__{Ų~|GSk8xBwV0 Ԋ@ aR ǭ~Q#»PwL1ZX*\Mpq)'g'!j⠕B5mǙZc5fGheE2wt0j 7xYjݯkҝ^-Jj Z $Z Q \59]ןpZ2nWʦEcJ^R캯5h*wxׁENJ# 8ZATܤzH[PW1JtbnÝ ;e@2gt)p!DE-uj2n4c.ٜㇰHNDٗ:TԀԷzz%j$IhZV-/ˋP,ɕM(Ůe篒kPvSqUaʃE]UЮq7' PtbRשF웅WBRXJ墢> |"?})OٞӕDz_wOÊ0f Nb}6G}tYA=N/ M~"ۗ0X`(C/PJ03^n.!C;*H&pe_PT%FI&`f}w) >Yf VkT%w= DFہo %?R\qm0գ=:XT`|/4f$a唴kI.p:`-1xT1Bο -1F1]Zf~j帱mEO"oypbX E;vsXCN'nTyE~Uǽ=@'gC#, 1kn^քphP>bP%z (V~Pu-VOȘev(E0ip\C}C>V Pd"imJLj)!W ԅN}DN}8iEc,9ęTJF".L/Y,NeI_pg D TθuO;dIXf#1Fq YЕ^pIL]K^r2{ul{]PIA'/9t3,xh|h@7waO_=DLpܼD wu ^\?uC\V߸Zu=_$qu:4/.ޓLWqP( ҄PL%#$yMY!Tg܂Z-95DqiF9?lstZd݂!mpT9DƅŅ%nfgw~}`$'aǪ M#.- jڨiWj 8<oR]I$N#d4Qa XZ1Pf\)iU`QfLۇ_)8-Cbi@dJ˃_]?՛AKZ*{EPB@4f. %y?,[_4Ҕ0>CD^3 B6V]mk0౜Pf5}3[%}Э*S-ݑc*cc<r,k7=0ta_RJɉ `oTO^/,㡰ꭹ~F&z Gd*Q M*LV^TڳϫK5~olYjn;0+}}P2^1+._Hrgt]4E,C, CM6+^py-𼒷DTsD{fݑsוӌMns4D4_UvU<ԣ|3/|ap0`]pȨ99wYCC,С|}0x9P+/kTAp~%8%kۨq[mS'4ܣS..&otFI ތ:Jy v4zGkC+SGs83=X=j~&ㅦQ @)KF^ۜ.I2Fy*$4/U>UТr0W.@ʼna4U:uiY$!]g.Vt,Xn">%~M?zb BCc$m&0#r-})mx{G.u{cqty4xt#TӊQP JTzA6R؁~{u&DLXZe@J̞W N\svwJ@x%-ߠgOy2=H2Mp6 J(4iE6,%dFNvr(FӒʅO,Q0LE*Q%+i#r2LٟoeI|53"ՙW7Dw 6p4Taɻn R/žu}m yJɕ|Է[0T8gjQVjj;5}ŭb:!vr⹑>Q<YL:2U<Â!9YMn2] '0eޔQ, 9_ۻ rWOgw[Ke" e>S %։ m5zGp|nd~M?l=g4P\.$KKʐ -;)/Z #4 V{@ R8.bw="qdW ?4@,q|y FTJ\~;RϨbid7nwuDa놧,Jdp)];zKW7V@ƿ]ziM=!de'̯7`ڱ<@XHՃ}Zu G <-7Ρ;:6w8L)t`en͈a'vmEJܲG "y eGҠ/iPѓ檥Yl g=ӔaEZ=m+0P,iljp/nChta5ITځMPM]7Uɹy=3ҭmWn$U݇zBv9xzz+;9NMckzfiYRV'ݴٝE {p}ڒ}O#j >tk]hC~D.p Ok|GʗA9٭Ռ=( ˜Ӧ>ۉL:FǠ3 !#ZRq'ٻc,v)f]U@a3!G2F BhgF' Nc @ԍ jzWXU:{^h֟Sa't lHg0;!_|ZmҴa~؛}55 A3 ZV# h!/jiIzK mhRJI߸h.Ep O\yId^qP<ԊypmT[6FK!hZ0MO-o999 F 3-Ȑo~pĐ.bN_*]3"%fPheEza{XY0Ņ/-\ůAԔ7A%lDJY_*l4$TYmT_ SqR/3v77䌳he 1(Y%X5y9\\pld?/iN{.*3A6q2ky6N U*$d"^n AIY=(wDo_**^;6ҡHj Jt[+aW#d(M}/@ÃzDTh?P8KduqKm$9^G"Dew<,ƛK10MHSXQ苡@+oQxST$,\f^>:͠8aR@#;oPh<0~ah}MA*Z ' uB`"rwc5(_-mDUcUsDGn>md @odn'9K#_1*!A%^`hb0%;@Ϭ'jZ̪_@ڿNϔw<qTo/gO FR}e /d0wk+R+r OBf߬Ԫ1Gwpo"_PJ`,%naMͱ^ '8_Uv75A`rbG e8Bdɦ?ʰG„9W; *US݂:٠B5v?AR# %vnR0UiW jޔVf5icey#$z@ RF~%ҿ_a3$F$8YǍ;ث\^~VQ2҉M}`{h^DF+ac#0J_2cH& !؁h@z 4x]՝G)6!Ą)SP D~NSF < vbc*kcǠQjp4xA>R˾ݩv+ ;h0ܑ}ٺtnn 8L{jdCt;Af4pIHI)ő uraN F nCtieizS֮IJ4Tc,kAL|V˱2LM*;kp$B$e;҆-6Y>{5fPbK7hu,&BR[~@th ),P}) =M?2?#c2h*+輤DK|tR$(I CVTL>RxB^ 8QX6-;č*P&``Q иEC>U8 hÀtjA\#Xwdyp*Y M7.?!2iUs9Է]^P7H+_Sf5{%WE<@Djho*uۃ?7.R@;j໤ѱ WҗUﱔ"}s[=ʋ8AmwʀjX/[lF5 +J_01vM:[Ԯ{uSG0mWU CZzGu'HN覭dɑ[XZ r(aZXa=P x1R6E,nN0*GENrX?f׳l^'Lmy,=E_Ԍ6:(nk>QC[*VwAT1y^]Сt_sW3Yߧm"*CaP w^voeFwIRX/,Sl"aA92 Q!w`RWׄ4@&~6Rڴ f 'aj.`qUsoNCnr9',GnF^.b@@jL?ORvtBy$*8[E?BNIԃ# MT/uJ(fEZ%GmT qٲUYIz :}aڋ.,̣qiĘ:Aȓ6:w4DU$wM9|X;-$k!qaquѿ`U-@:LJCIaU {TN5{| LA?&nL|)D.cJv35X& M'EJzt>sڸ& > 7C#.Xybӱ$890oomhx>bV+i_l78τ+?2΅j\1[Ʉԣd'GsI)F\3,N/;~,]H$4?ԺiEEnyQOP(xTB>"ԗh=yu).:/ef~D?|j.:v ՃTY&pG:1,;iDD9dcǡ/6V/\ tbGǞv{B{1{E!fK56c] i&n-_ UXJ6+U>uʽ1VJΝbe-rHwIbI&$RHF0Ԅ3=Z`]2FY}=rJ@ |&?5)Jz6*m~|ك7&p{yݻSt_~xM̵Z ŋIz4g?"ɮj + @hKzdN;EL9\9_X7u&+1GΊAURu2 pJdN' qn n}^(k)n`pJ˘Bu啸{ Ag}/x:9 iJǠ(AR ž"TUhsgLs6cVu̞RQ_yzwDʞ-7Ugsmy̕fzZoCFSmu~IOhٻfu+|g`tf@6"p -qɎ? ɬjiwX`}eM f& BԅɒrN>dtj!)yiQXg+Z>['U_yd,1Q.Xw^;cop{^J=""B7p!@ap B ?>8LB O/ϛ; Z; QԊdL%.R;jq#Psy'{TOG + m576s?^ H;miDؐkLd5 ƫ`/AY"6GbM^ U E1Źޢi9"r> eq$E0&l) c}꧝=Y |wf&y1.Ěv*%z iq{i5tїR3ߎE^q%o zcWp ^#}w5ڿCXHݑ^@?Di|kOxx;f ۺ& w= ^FWَ C0 3XX>/-mMLbr^蜰 \de-;mCh|9*LYsuuv"|쁂:n=&/NЪXaQB"jr|%vY;5FO者n;SӠen;d);1u?:-c[*1^\z̹]~<#Y!LklJus Gn$()i8YqY/d,\RJ15hނ6[%RNA6 s ^Śhm=rv H6os\韙i?tr׍/4i* u 圅.^5F8՚f0cprzm#m`,_h)Z4Ej;iVHuJjhV(C=½\?q`R?E:2vt>Be6/g DD*xiZ6ŏĈO假{=_hE1̈́KXk-cu4LJ 4tsm7#w8%,XY2 kmL1s"ֈ`ohпmaX7O~?.cCco3f^|QlR^o{Bۙa~ YZ