dbus-1-1.12.2-150100.8.14.1<>,ȉcG)p9|Μ{si0'fк勁#6 l ZF==J= ==) Qb{O8#1~>]]1XIY[-'Zfy5=0*1g~!wJH[y9u,@ a~ȟtg`rYhU^Т( 0٣m~h ~~Uqִva =&ŴwYalАղp`z{X>J?d   7 #@FM bs== >= = = #= $=%=' =(@(d=)X)$*$-2$(-7-8-,9.,:1],=w>?@CFG=H=I=XY\,=] =^bcydeflu=v wT=xH=y<lz.8<BCdbus-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).cG)goat16 чSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later OR AFL-2.1https://www.suse.com/System/Daemonshttp://dbus.freedesktop.org/linuxx86_64getent 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)`IZ90jZx9)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'9e984094dfb1060dd844d32e216d47929afa37e752daad68f31b006d4ee1b11b2218b9313dc6d2e07d85751f318124cc5138787358ae1039703321cf6b35602aa6f50dc70ef082a110dcdb164579cd2af221b90226c5e0aca237edcad98a1c2619a6b645d5012a66a2ed23f621171c27191bf00a95a02f6d17ec9f9176fe55777c4c075d8ece484ab8adf79f57a9feab5ac0f1d89fd30b6bfcb163c76906bf814bd7c418149c08111607188a862ead0e3b403e1d0d955ecd32744443eb3f90072b7c337089ea72632e8b9f2dd848938e2eff3bf98bf18a3cc6ad978c011179be30326ecfbf068f404db9a16ceba884fc5d27c7a462db6ab4814fdf578453981995813574d1499432c9ed414e58a3b165885fb610da2667cf4be08019bf5dbc65c4c5e591d5361af556329156adc685990b8b3b067185a35889ae2badba4dd9e376f9e3285c01787788a6ca684488f43ccc1b26a7db98c5f062bcbad811be9cf7b5567cfcb88b7f4c47e69db905f1e3719e9cd6233501e8aaf6163d90c5ec2724012963fc78e5393a2a9f2145711757455d5eb22452dc0ce82db3fc4da4639c300f2e827b4c146d8fc7c0cfb5348056916e6c2b057ef40d77d55320472bbacccae05359bbdc083b8db2b49542b26429166b5e13367a63668a4e8ff8a1b496f7ae19d7b51e1e6da255346ac6acbf95627baf14c324e84ee841d90fab98bcc0e9942b7ac7357065180d1c2f3f00c11d17dadd31cdc3d7e59c623eb733beb3e50cef8d6c76ba6b7eaba0c987ab294f3534f3603dc5717349271cef7f46e7c530727abc7f3e09dfbd851b91b2b70d62730ce4e46323718ad35d635011689940ef6f6c206f009ddcf909422f3651c687b4623a5780fb7486c6d650e5332f57c00d6be118938a267987dee9ef442cdb9a5cba6d1e7303be93b0013b0948f20831921e5222ad2317b7040e0aca41b5c9a04141aaf20143e15072eb19394248eb5f5e5a19e2584de5acbe9ef4a792e39d9141c3a2b60fb592bf4d7c27cedd7bf8d201f4c2484db3de366500912c63d834154173c7886e7ded484d4fe1dde4b62f6d30b59b02757b6a8cba77f6273f07848aa1a81cdd02d0aaa0f86d3c73f2ecf5488531760e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1e7df1afa9b3053ecea02387bc7078dc6ccb9741a7c7187857c8ff81ed2c1092fa8d4b6dd65f3ca4b45dabf24401bc95f632d394fe6de9d8a383cfdd1d6a4c18eb50d36351c097a51f55797cc823d0edb35a265de42c22dafb334847277b82e27f9b01aa2ecdaaef35f680549ec69dea19087e76f4e0424b0d3cb160338f5364f2b0fe5198af539a4594bdc36b96139ea1014f04aa850bd6731f5c05d5b88ba2124a6d3cc397fd4e5e27b19634246dda79f3f536b05818fc9d980e77ac85275ff91d07398c4b08a2f4a79f28559aabda16eeaec4a3b3413384abd5511fd2c431497d07cb7a8f58397a3edb3e3a3aaa0558d6d1fee848cf4f6e85f70e5cf77e1d4166f6a343877a2828be53aa45c9681b035c3a30d72663acb0c86f1f13608d28b/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(x86-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.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(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.2.5)(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/shgoat16 1665646633  !"#$%&'()*+,-./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_Updatedrpmxz5x86_64-suse-linux directoryBourne-Again shell script, ASCII text executablecannot open `/home/abuild/rpmbuild/BUILDROOT/dbus-1-1.12.2-150100.8.14.1.x86_64/etc/alternatives/dbus-launch' (No such file or directory)exported SGML document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9a87bac3a0eb34071db29351a0a815c3b1300c0d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2d3ac0bc31f20a886cf7a7df9eb2e4f063062af7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=96c5e0ddde184bff84a80cc0ba3a55dd24847103, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e363595a38d4e416734580b3ef7561b1e077ac7e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cafa7a48f4d4cb56520ed6dd5d63c8d3662520ec, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=22d28e55c26ed8acf1877b139cc278762526cfbd, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=89c562c6bba257935041f14fddcaf94f5b195510, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0a093bed205de87e81fdbe8e0cadb7aafa721795, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bf55e195b8bc3afa724269f092e9cb18435558d8, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1e68876021a4f95b385e89955d69a06bc1d22169, for GNU/Linux 3.2.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.x86_64/var/lib/dbus/machine-id' (No such file or directory)"-6AKU] RR R RR R RRR RR R R RRRRRRRRRRR RRR R RR RRRR RRRR RR R RRRR RR R RRRRRR RRRR R RR RRRR R RR RRRRRRR RRRRR R RRRR RRR R RRRR RRR R R RR RRRRRRRR GpLL? 8# 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-8f0662683ccd9f27fa0deb6fb819aa2b4c11158bca456889e9f192107afbae879?`7zXZ !t/.y]"k%U4h/_c IJo ;`fyIT/ݠ!`1O[5_S _/pRa3[r/DDM횸aoo\BĈ`ژV)Arm=[Imޑq + ųKk7 R< e҃뒆y8$TDnm@)UF-:m 0^~@2;i-NôI(x ƴUh0U 1vqۀz!W<ܿ w n\\{KX,`)7$vXQ_׵=l:'!s}G(AF# 渌eahE*;9ۓ<~枈?1 ݚS:.OhxM#`A vCteCqRqdvj1C4[1j"_E nۏ?_ ;KoY`lH5~Pp2"H8Eb/r] OjMY~|w#Jr'H0Ÿ=)< 6yn(3- N؜~ǭ{{Y(3tw<1x4"5\t}Pe`3/`E}l &YLNu=ovFj& \[,H :۴ 똥io-9lw>~3EIʰGb'ѵP#?)zt 5qe@cp\e>_Fsfǔ 17UAh"<ȃAWb5 1:sks;8 ؤ$1Ḯu 6l Q)sxZE* En͑D5Qeه]|gxם}FA'd}_LCDdvy EF9&`Cw3X.ϙe#B_ʢϝ֭/t9L%X`{yDg Lc52L,/'aa)BZuIʂRGp摶̙/2 ڑO0B Pԟ#ku7seFCP7X.>[u=}{Qae|Y?yms&j=\9c} l Q\{r 6%JYd!/%Xl|s=5٢QSe#ȯtLq4$ U>mb#.p¢97rO.,#by.m2c+(?M.s$gDjtJw*sys;& )t'-vyn`W_2R6lO26۾,yW0t|Dx ~㳰CHbɅJ ңQ /( |iÆQn6qmi" 4*WS ޙmu)NBr\jd2\_QMyA„ҺcS_r!lsѩ4$zN> `JG##xÒ7t/uG :Q c AĒ6H0 ivqU!Ԗݐ%wT4L,|@TcdUW̖+rc\jΔ8Bu\su<[5.^ $>.Ͱ-: L*2)ԓK*vЖ-)$y*j؊s!-QJ7\XnV q=o4*<ǨwĂBRer0n@P2rKSۙa.9U58fC*~9~dz>JDEK8a0Hoބ׸MU-2W\ėRκooW A_:byȊi Ė@Y~3;/!Qij3"QFi.%)]hd 친YŬ@}?2;b8,i ?(|{"h/;=8Rk3hiޙCIh %Jh;s|/V+kC5'vka4ycȓ]>]-af *J>tM;DX&Wc%x ;&Z5O8=NQ-G:--X]i{y9쏖It`ֿޝUu64 2؂LͷdbC3nFw`4o߹M'틻p<˺XOưx> t:;8wy 1yf"NN28#cF/y %{ϑs/EL0q/ @I[]MֈsԌj=(?14~t R+=;0SKvikspQ;$fMDVJpDrv0!xUU\lsp̓_9<=eE8scBc|X<SU]_/DׇJJmƿtc7֪֖DG}1H̆vui Cmd}.(!sh($-9E|KC4`sHt6U~m]<WLl*Oup@4kXS@ s8e䏌Noe*R?Mq~)#XW^CAj)n_ _e%ɌMc)(]/cuR=ŎvS=&`<0 FD7l4y(]mU>0lӄe2 5tJ[/%. \FJ+x!Ae;JI=Bʉ=NBv\ >2uq fXLl]bxMe) xORSW-"+~gg+=vkOțl* qzW C4 Oy.h?^ĴMt!q#&gq1zYПxHV|DXhPqZ!~D$x^}K5.Z KnCySM;f-$>^ MҼ#[~lz<5n*bOap,ZLY4H_1%Lx撀Btt=KqbZmOt,zC{CIޗٌQ1H( j;Gh "͗D~%f{ƢDR&[c#j0р}MPw۲YkՐH;y|?Z(e_ S/8l;v(x.M;Mɡͣ &*cԳ]*\QC4ӷ(#/#Cìt)da]M.T_At.6f/ƬH^qTֻkY)Oޖbvzu 3Lf6qK})CnsǎdO1$tWMTNSDRl!oz4xDA5YB˱OȯAnՍ8"-4K]szEI"G4UEc8\c\P7O9B;tUA_FWA⼋P١B8+xBW>Q ?ۡԻ3Q@~^\~FQ ct5^FPrt->фmen]¤0t%Ru7`I Y,ݟ_#b_(havyLqQTOI]G)_4EFg 4ԝ_;4ҳty@N5TA&2[M|l./tɰW>v X(lfo'ToDL%%uRڸXX+ 9e*p {R1M:{r2B1O5nST1~CK༸\Ԇ'P sҗr%fB`T')D k!"SCQ:\4iɘjeRB h d1x릎)N?;' &o[a6K(09(bӐfuMR$\-mgxc2 r +ur2رEJrB4Gz>EwJ >Ht% 0WXkIZl2b⤈ A0 cl8{~DO9'CPۘN{}n~$获]'CoɁ "2 /aY9]uDơ`ƱnwVNŨݩ;ԣB%>}3:*ec]l髭X@ezv/<%R qA֑ Q=l` ]9rp (4l]Zx S&kMtR~nn{'p&pY;.\qV6 aXYHPPqSL[5Mʷ~ Кl8GYW/89}o?e 3s[0{05 n-܉ ӽ-Cͼ JKmeHWT,n(hdj2?B9P҃Hz$Y$ϯbdZ.ihFq<[S[fh9hWP \)\+j:rU (Q +jmdkit M·\4Bo+`KES{:vvbQ /*Q|K6з.tᆫوSzGbrto.kɍx8]w *hrEH'\#ml b9q֠&ϡjv<9\aM t,ޜO c ;zz["gm:a貔^Y$[|04svP'-Wl Pq)r |3=K9=4p [GX͵×JҔfehz6IN/Xߘə/x`u}R9 c* 83$C}ngiEܳuҹf "0`3T&!v⍣^wAӗO+zfX 9>pPm⢈bj>SMyplE(f7V貚S%0}I9@ *B̌XFq9 Z4؈0kyHVCvtQ!$9AxC3_.GN9D5\~OE,JǴ"->{fBϸjve}MOh(!gLb*VT"酶Ttv^@;LMז?hrJ[=APyY4Q S53ݱb$^ N4 -}e'iXlQUxw d R)U_]$\ZJ<紪;D9$] #|ǘ].Xߔ#4ł/Ó=v$6Pa[kZm Nm$Uīޒ=|9DT֕ nI8c7wG#K}ĊO<\szP@(jC.ES4SL P|%慷ug)6DtιÒ/ۦ/)D Lt3׷Nc zг 5XtS^u1!?wXt9Y"9oN}+j‰oA]xj{mCCLlıҁg+ DnuzJ~nbʉXdPgAxp*M0&bdZ* %q;~M1E#~o9f_MY#e/]BJ;̷"D" o#u_ĈEVdKWPclX+~}OUP戴 ^+9=;I@ ^J0s>n} 44@#Api$\QEí׏c] R`ha)̣j M;+#rA2-aAJϑpw&;Rs;^(&,TWl(С}jSd\S|}OW?|91lr 4kזOYAfY%+%0WgAc%ix=1`\ 2 EhL5{ 1RJtT7^l z\"ہQJ%g#ʱr%4}KA-(\hU Mbp $$ `#le*`d p 8>nbŘHAcRGtCҸ d'29Q[b^c)ڴS/R%jpvT>So9.UZQ- IBAB/z'H\%d xB?ɰ?g>UpS\+O(8{l"!D\DC¨yxTؕ=ӁxrhѧO8ҌFPJ=,ԘȎY5JFax-JV$Q ;V}en0L1ȌT̙Tb>/~- w;5|Q-YRWʅu}kDDi;x{آ 'F8%R^kX]UmR:Q.8FkTH: fpea;gdl _\.O|ܮ_a7+ʡ nلH%+ QWvL!45$h):8ъZ!}rUM@r|s D'(Z5b"e 9_0=_7rB8 expc۝W> 8RE7{(RbG g~y. $G WvMZNcƉ殤O.q+- 'J&`<Í~OXpenmku2WaD䞡cĉ|g4&Ip0t9fK3bvL! 3£iWyOcA'ěQKyWpE~1 P(K\#Dl]B,WtTff念)Bm\YWy}s- =oq 3Χeix/ATf!{QzŪ[(Gb ɪP Ӧ;< &Y ID > LOc]>ɡ9tI1nqvX_DKNY!_ 3 IWI]I fwx&B(9Z`w[֏3rZ+v!/0鎛(iH*9h6Y*wi,+"._G"9b$ڷ6$£fux'KKzDПRw(ΌK+Cqf-N8dY:N,,Hio?R6#ڷ+rJP(G"/:+` caスX E`,X])6|tl6̀m | zAq(4dHRP F:g@^ӎ6B(7i(( Ϛ5ZE՜po*=r)%OU`4t-|Sap Ql~ }H\PFSxQ \pR\_a_4u3ie kQ} XX ):NîO9>6iPOLgn.YZ3.԰r[um"&L9񑈯xϺ|O!a3h5vgtuJ|ܵfRt y*.g"J 2< KͲ@eSjlċmyiDw6s͉CG͉ v -KN*()?G1&H>9u\2pr_F/gy/ .h|>EK׾fNtD8 L^l]E"~虼]}iQ3d)}U7,h`'rCg%=<^]@48{ζf!CZ7/L*8~Jp_--7aUP>AZ/k) }툔9tY2ݘ# Ʀ$GJn@tz"(2_͚@JwOrqU SKQ擎vzh ϧ_z33s!(@8ш!*^7Ҹ ee3N;3I#@S" xe:<;r®(d]Z6٥\I4'\{.g^~$9RkD3uCI..C<;d<'ְ֩=amNMqŠ+b^_8}Q7Pff{s=z}/!#&ҹ>B[ Rw) Äc:B"4ZeQ>ONKFcn|mJ^]Wn/NcJ]zJFn,fVZCWJ  |RyYRI<=ٿrm,~K;=eRrŞ$|W(KHBǵ{QM9]|b/UB=2^S  ;c\">2KHG`&LP~g)ܵRD߭{ك] ' a*(__w&*ڟ%)s}@oT?,lVp|M``/}U@d63;z^U?%nY;OWn.8mJ~Ԑo a\3'SjA :\GxFpMkU&$ <'JwE(_}~3_jvU+) Iu`b/<^19X/0l<3 YUG}|JIW K w̞g{W` R1rHi oJn;QwO}3rFp8e}"Q3Ss2lfJv,s~ol$zS>[YѴ KjHwtKfQ|< "mEmTNU}C fTʆ1v56٨/3X$IMkÐ:%oЎ"CZĈdػI4nbkAUE?d]"t iL[]ͨrcxEQ#_hrg 'yW+@`lAUٴ|Ux;3l~o | Ap1( asEt'X ,Ԛ@8_RRlAEʭa!oòs{9926o,0:Xrk@ ]&6H!M>F*ɏdBKPmƷدī}uWcQ3qӌ'-1U(=^>:k5x32W"({hV^dHp\>[8_7>}A;;cÝx҆))H=H׏n\]~|Mf*U4vOŹ*HPaNOv cHwL,[R6zݝX)A!_8隰éM]m~WwL*I=0:[Џ&r KnSuf>oy +B†_I!0־767w⬆o#R(F`rO@fdHJnUfB]l܈k'MJ򽝨9ۥ[߮kn6OF7a<'1z7\.Uz %BCe0踩ߞ8L *2;57KkdcMu )kHDȫ~ker#\k1.󔵜ByHJ|lH1i{Uﭵ\Tsź uWhnAre@H2b@؄{C9dH/ SCw)4k3Q?՝/7{i=z%L>*Iܳr$6м j+3ݬ'6gRgldB M7̍Nʿ輸m&6μGlAgN_nYmDŽr^خhP&' ~u$EZݢ;h_tXl*vN<=_nX}$Q)+tw-:@t"' x;[^#K6#=<" vRSH,iWz=MS.VdA_9q{WLޅ<(nQ1 (˖} q4'kAD 3[`yhD B>Ko2tT5{˗*A?~h eFqoA1lR",FqDLv5kKe@#SBe>ݣwwq'v='F+3-ӿ5 oJrPcViCJJ:ƥ%;e@g *B҇h{;Z*Qy(#y | 7v,"_ls]J//ZqPyvaE +>^Ǽd^F@ 1XQT;.#UVez6fVPf9TK]]00 dQ׶tu|0 |ÛGbRGvv;'Gs+\jL2NG~0M.f{EצMʆ±A>i2DO3HKVKh"&zd{ܸ1e_N>BD3P's C&;FyvPU/a *6pov QiZ{1 2L@!Ҷ+ӈ_n7d>;iIw#q2ONgPGR#y@s0=2ȶxu(Cg?Bqґ7\\cp78HKLw{ݢU< .Y#dXZ5Oq! b&zl9-h^QbUa3!Y_:gBy;x zn6y؁T ۱˵ cB\V?$N5FJ9ų) =c3# PQ㏤ODF3௞BLeMI/򃜝+EfFӲgcN6l q<9ΖP´Ճs~%KZb{PFUz4mS[Ш]`tͅ@+TFڒ+(ds>yVdbM7ؼrmp#χb{SQ\#;~EvP/g#(7( ck6z|OM]u;58"V%j8mKC&oѺӊq7iǚehXKYVR6oQϤks(id"8zzyU槤BXGj!Pswklf.kw@$je*! rX'DXvn4ё[ԿB?)bn!O^y-CZվ@n|R&9X$agz/'FN/(ފ0cU9U'D{}lUpfrY)k2XSBܞ_iB4Bl(Vȷ>4Wl4v1pѠZc*{NV"GWF>HZߝHs^cR s[>Xd|; B!MKwX|Ap¯g8Ok#PTpJ)7*:e 2,d׳pKK ʽ]Ck_ fA}h\$)"2}*`&AdCc@ȥqfB2{ʱYC[EJ0K t0nUmRX1:%Ɋ4^~])ZT"K°},.}zfJSj'Sj_w H \Xh˓H:I>{i=h27%%/)/EBHp2Q0_1Ҵ6[Ջ+r~axyt}O AƇ^R( 4ǣ`6R|0Av`LޭU(Tf2yX g%%-;2B.ePx=-IcXcgXE17O'^~i]j2%SfH~Cΰ0ƥqNVb8/:1jw;F`;kYT<+"J ݿveRopem, w=ΒTP;%wc+/ĢI@AoѤ!23Kzv̳~Q݁o2Uۧ6c;vڢϋ xdEW9`P^x+YK%US97hcL:5ްM`r?YJ΋.vjj:4&M,;|o^@DNĈ0B%JG׏xQ-hm@G"_ iyvrn[Că|ED[+CL-<$伲XEH R])CN8ՌIj^ ksA%pyze{LsGb/;Vr$/Ff 9e<%v nIeFDsWZM`@_j_r _ʟyK\ <ռ\&^B]}vp힠ch7p:e"!ܥpd TLNYv;Co3i,H,J w^`'q`MRA01ɠ5(CLjc%}V[jK}ӥO1겇YIwHb۱%:Xpȶ֖˧ݚfu^Y`\4@fs~'KzogaŸHЕ*V㮱Ez8[֏))k!ohz뭉Z;j[]Q'\^d!`x&v(J=Dgd|/%\PQK|c;d L9!/GHpJ#@N5Z(*OX׬y|]y))c(_I˴jqZV2Ҳ2o%,]:;,$ o )`>x(&]Qs2GhQ'M!%NE`+[ ҆^`ldO}E ˨L<[. O<ͱcӢpj~9&DU/]m fX]uQ39fsݽuP뀕  ]H5k*BvZ'&'3׆|oq":wrkkqv0Y6Q1 , : ~(E\4ew>w"EPzɉ6!`$ 10 {ON5P gq1I1:iZe(bhKm +ڶӴ=(6[2Dse͉h&!2rRqLQFn>ttWcgZT:rқ["-7V뿃8Tc^ zG>jRIݴb,A.|+iآkSaaI{>ߣ_*4_NE m;5q֒2'L<ӿejT+D5C$pA-dC|tΥϡC#ޏiSô"QVD 1L+æ_Ej*: ᄀibK$<KLC`+"QTLM omxU=OG^}N:@@_?!`g*̡bZp~w/ 05fG=9Lw|)B6 uտYN29C8ݼ !Ӿ kZ>qyy&͡  u\ D< +ХOݴr(;" f;nBB+BB0CvsM`[Еe'!K$SkU?&ߚ;@XQJb D.c&3EI.`&W5nΪTF[7CZ2*uze)"y\1c%h H&K ͺȋU8ޓyrshOn`3a^HtD"b.ɫu\7aIyc )6RE oN`z,+yZ[R9]C]}ظ湼b40&jޘBқ |JvG`pPB -@HU||f  _[FcO81ÑBT22qzqد>v ;-(͔`4ay׾f\Nތ*yT<3nk}Ze6i]wqf[4rFYFV;VR"\{mOa-E߫OQV;=\pzo+ F'Vx*HI eO~4er`J]I rsɴ/ږjn6Ԣ¯\Fʤl80{O%6no s#_Oj"a"f#jQvhYN7)pJU{z(,}#?As id4yk >M8Oq ZDOQf-#NYp)x^X>xib )mNTcxdX̻N@7A[[a% hlmn:.O BzZ6n݊D\>8ounY2i`7x |V 9C*+uLjIR_=B˫a(CϵÆ%pH $S'44t rL-g=hHbl3"bmΎ'-- ҿyZPQr ?{;U6DuPFi @na3MfgNRS)Ddb?=EƽXI)$,mXo'L3*`^:`/^.$OBmOh&/6_pZnl{z.J{'!K3T7jrZYiN;@X9 7+gZ*iE^X[0K{'BZ;9Qȷgc蛽 xnm!<XX.3- *Ѿ[%ݾf6K yZ'H9LBK BHQZEG~޳G >`aFI}gn o+kViyBFvm[KcRG*"!F֧@8ԇ ww/bOŠ*^bTSPHy:Ot;jֶ9^G"2_S/F^\{?lQE&k/k 2 Vqs`p6BIF1n悃o| =ht>Uh\>ya/$3}Ic' %X57ũLGG^_o!IC6;񷒫2HYJ+u*Ez|yXH;yr0ֲd}KUq1' s:ҽ-Y c&ۼH}M9oː{FYE٬ʑskfj&L&? E{jeE ^zsn({M땢f V/ ˶s2H\\nx9̵g =Rtz7y9M;2Lƒ*rn c ބ' 嵱cQwۆ";/`27jEfxT뾻3fQ|HЙ mO]<ȼsd5"u@dӆߥ~gFܰcKl>[ 0 9J]< F\ȕYx` s6pAb3"7jT?1:[ӟ/Rr-T c-<x"L$-:;4!E󷔛*tV2Y݃t-} !eoI:1-JJ)hTuU^ {zaHj\G*`Dεp2!z R= wkz #] AGYfV6p?u" bRff^:ГgfGg:1Js664*SԫqLOW^$3ʃ;_jdW,P3O3#-je&st@Omݮk5APIZ5U9Eqy}fg_4vWj#Pw$bG+wb'OUE b%gƣ5~IO\0s+V`܍ B-V/o5oJJM$kZU-zGJ/fKr3MC# Ɍ{Lb(:]s*vzw[0! ԱfjAgY"`:9Bؔr=-ĜR]5y޲ ]࠙ "eyV_AkGk)GJIe>30zϾ1bRÉM"ld -T/PCHSy/q$( zlnUq{] 7rlJ]r)m=>џ q{'MeP_ℇC]֬ /ǛDLC9fd ^衉u .PoAҲ+(Lyb ebt6|WnifT}"tx;;dۀ`' 7_je't)[TU쩡MwHyAd6,jY4Μ:xؓ'fL8XQQcD o n$ 9:Y^iqwﯜo1!D3=l8 X PEX4_8DfpV|3+ #f[< lf&1&yQ/ͲˑkJN̕ x w}|VVnތXReQ{K5uj?Ǣ,㢛c(Fr&`0;Г^􏭠!}b$0y+q@*J>zu8{wߏt``Od)$1cji驶-q,Ȗ>m:%ܓXrGF(uq fb E0Lpw*82Jj\olfh Bgf&M'Cg6j0I4NP)| 0(YݰKzZq,r.6ܨ)8M~~OGh[0Fx:G RYXUi@UȻldZlp81_X$ZH@ u}Lhɗ]!e9k eFį2Uz7Q.i7A,cDT8k=NzCMSHʟh\iFU+<$ kou|B Bݻ#蝬LIc+e#oMr)ю|>^z5Y#/MQt:ׂtB!2wdTwƑSJ|8FZ]_*KuI=S62)*t%`!z^Z;0HGBPJMaacOO gsAl#{Ԝ*I;d$/@!X] D}eV EP{!CNErԠ'*Ki$|}7 ޱGĹM4,ÅlyHoYQ`yN}@vV;0&n\*U9?zfzQqxe^Ϲ9}Pcor[E/]>2pV:/۫{{1(0C ֽ2@r̻gzTVlCO?od'bNqeq 5fxΪR`FWDBwޥ9]ϥWӛ0MDKmѮm% >Ϡ۳fd hۺ!f@o\ƤԻ¶ZοE/,!L^wFAy-=4gs 8V'C4uP~\tD]M<¡};? OtO} $gP=q)`ٳr8;:h&6RBdjSy}+K zc ?v-'Yw/8C(%\,_78˜ej1I ޳PLf͛[ne^; ~;e54 cs"IH̑;j}Ը 'Ͽ\ݜ%V cس6`ylp]HG׵څ8y#1-˫ #L 5Hw8kZxԤUvKIk)"%|FDXY^|A;;(R `9:V<*j^/b_ dcR=>a]85TU_=bTm4+Bf%-—U`ʕA (X Fw$<9+yUs~&m`&(-'fR*]`%]VXq~ӌ;~i>,{ۧ9ޯ9L:Fo"$l+NnY(a^ffQ9bm-' {Tr``,0o6Jٳer% GqA4ܫ&< .vwļ 86UB&OZПfe7(H1I2 ՚ )҉QH =1?5s'qzsѓL~Y,ݥ*%Zo"lOQnw2Vmfة +upIҦ*zq QC1l\ނ#ThiL fՃ ǧ)bH)b̽.\$M.̬ӸDGZUu"͘ Mb܂@{L8"xoiăw;[NP4=WWOSi1Hr(.p!}x7p3zD:D`t~eq?Pcb.o]H`;l") ,cS"kgP6vS *p_ފ }h2Q^yE8v}lRʽ[xӹTdOY @"6qλ;* KWn6d̢BxyFSYc`כ(q TҍKB" dF :?6 XaOk0^W {Bj+Gf(~=f4mLU2޷8s3 Q z }x])aK-I/mciè8B8u40pDLS ~`Rz_n er6p>[oRhi%TcBo2IPK:Q#|%SD^}dt'O@FJj٣dxE}?.UڽAQUu:oCӼ3Cu3rh| T繥$$EK*>#, 願);onݶZӗ0@A^$|FŞKj6$CP&%"]30j?E͂ S ֍E9IʧAB3/e [zc*-[ńJB.ɯFrm:VH)w8;ЋO)TEzǫ*p^O iSW'E@Nő*x!$uO> )o+5܊W[uhwFp;K%fYOĸ[6դ!UkעNn}_ԑE4MKމ,PFkLyl\@!~xs8  @_F]\ ƺ%YqV k0aboz fq()6NZui-K3SKH0t"> dڀQ'/r]z NuO_9qE'-qwHӾO/2'7YٻrKB/LZGxkE4JУ r ֈ,싌{?NtiRHSQcX4n!]z} ߊ<k>B{zRk9*!0lk5Th'D h1}_%@tlEa6$sx *fi[+٭b3 ".b%Ly W`r%._*L%h#Z ×P+%C&zWmVAާ{bDYȃ.A2tn荂!?W? STwCٗeAUXlE) ;`Z0Ϻf=QhD,$YN'*XSJs~D=U9 uGA sJXB}W/%0/"nI7ʌCPPl3c!RVS-F4 f<D$O3ap |ɂW\* (h;Ht놂>s#R # BUFii.7%zl۟wKdAQ]QM!ZON&TC!̯*L60GWGW|!nTlt$gsQ+NR;׷jBdQÇZe \OQV8v9k?0 c`Z.q&hLѲ"Ihcթ NBXiUP ;b~6'ͳ&<6BltQZӺgGfTd-kh|_%D{]&`7(s /Or~N..|[Cvߥcz(6 8@p2gϘZsJ=Bsq@`?MG~G*Wez7J0͜?o%'$TD₽MR{ԨRP-[TK~n-nC]*H_~thtŖb\Pvp@NfȽuNe_*S Az_=?[[ VW1Nx&-t`䂢O =XχshMqY6AnzJt'Lֻ B(7a 㜼4m.K*M5FkpMyI&A0do<')YEl^h`}wDA=2%#1^hd[FJ bsRDI] ѵ8hYJS22yHY]a%w!v`lrA+O@2dDuU ܹ/s:Bjz.1J?"k=Ј]*{!>[B5ya(2.zʆE \Z!}A\aH׻Gl/a#^@ gVaӕ)0|t*W}1x Bv!o`Krh)01 A||gvLʾP 1ɽA 6LG Օ'pbRH`FK_4&\í][E_* Ƅ&lݓ!Y!Џo'#7 ÜA-q?g"/Xg R{F28[X a6!#N.<Ģ1kqz-@(>˾J#vT`Ԃz[﨡~wrw!7ԇwUi!ێgGobC!q`0g1YVob7XQ9("3gz7:p؟&QG Zc͡Œy]P:+^ĂnZ0`u3?DFDh`R *R )aSݿ,i`L Y:HSЮC7_4ʳNF~y?(:W9֡*)b2BP u]~#4[Ɔp d=Vf"./z K7육ܞn˸O$6mG+\H*dP{ AQ%E ČF] +էٵIg2߄şDIw+y01jZN^NJ(_/21 O@Q.%'sU7\Ms./N)}h@ XaDN_[G4Dq|w M%7, {3-_b؟Sma_78"ڵ1/+#AQx֙w-ֈ~/غW*5 V4vFzt!S^65i`fhuE!^՜^tYʼneiBI*:o;":}I}+Sj1'w F4p8R GH)qDxq)h!K2*]F!JV+A(Pk_'|)CoE?oDd6\@b$Q7+v3>:lDA!8K9wHfjd*D&چBkGw=B&.BBpU;dDjv{V,,0"'bAͅP2"NnZ}tQoûuZ/;'+Kӝ&^#1MHW:rwPG"WEdF* o;WdE]A7[Y߷*: @KtPC![zxo O8F-˸E;묇bqW?LoMӝ %MoqЈ'fCAw!nޛpD+xchvD E'v@D>F%'`pz) 2. VwvmP@ܚ-fTY a?[\uᮣ( ={byS-1g Ȕ$-ZgZ3s!6 f+f$\J*#ty\}v0,uɱ ϰihFDԩF85ME|5ɒ8@9(*,?DX'=EUU[Տ42?CV3V L;I¯2#>[MEQH4;<@9K'OT[Wbv)UaSxke‹!8JulȰk"aQyI l862(n[lp )NH}YG3њ#q4 Lpy!Xɞ,e6z0zFKS~LHU܀ع}(kk;aW \} nJ0c[%2 N`z*Mp ϲgr=]R%,Ep#a'HcfSBNIsfAC%}qO |"t0dcҺ/ga =U&;M~ebj&e4*=WwՋ|hU1w$ 蘿3ɗѵpMyXrNeǿV$K )@tbeNJpG(ijqF--;x)&ݺcG/O1K&?G9P::׻6 98/[Ge~Jymxs*&M(_=/5kYLUrpYŘC2 LK3Ryf۽3p][Yw_ @)L}sHo^5vW}/ ?!UᇷX#AIߨB֢[ Y1xW%DG5!œ5HLLnߑ e9]Ukx9N{󁅮q0#RFÄk-wKnҢ[MхG#]`_/%-)Vm9RK/ +bfѝ3dtUݍ&ӌO 3qbCSP;>ߒ#&!+D,9rx\ +kNqwH ,F|jY;~黜q] C1^~pEV@e$}HU|"|:KiUtQdR-R \Pаܚhmޤ<lT{"ݙ0l0Z5X 9H"2 /7Ӄ6iϹ|ك@,u{7TԘdAGd0`?R&s3^a[Z3ZrΚ54P a$f8eA>e.kapA,xY-3*p1`|~)-dSMSP}W\sbA4I68t_ ou_N_l"'+N9; 9)FXlϔ)"xCԪӪ4.Q#Z58]kTd[ZNhMV[1m ^UiO[S; `1# Er-(WcvrBWbJTt)}ne#._ѕMۘ[z+zPX4nmR {jH"}¥m\ MXzA>/XI>R;-?ؑkfʏbX.4NC A׏׊ߺf|r4U<6{\ͷjJuR3`x:}\zPUxH.rRayθie1.*vFlb\'P^+-܄h1#u(_1f73;DhX~ǘg]2Tfyܜ!2 w>"uU@D6XjacUh\W\*t6y1Y?2dNý9HXzlמW]s+=Y4 `cC[7lӱצ +x,y:$fE?1v\c|rzg{5%xijɥ <`@{>A"Ը4u,l ᵎ(d5n'ٴJ4y [BW8LʲŹyA,|/v?xZ mG!/ua_I#TQ*VKIa!pqEs]xH!%Eg$E1g N HBo6]W5F#L''Si1PWNG uE^P.NXHpMiW[Qh:jn[ @uyW8娯BMZI.zOXLQ3ɧVFc⫧%MvނktT4 T CN*O@#ZU՗D*$y`e3 .pu0݉aL٦čjbhB .؁ZKm)wP Ys1{LhztpzX0ń!6|&he^̲8j̬䑾tJ潢DfK3^LǸOlC@i:* c$+x =Z+ܵ{υ)9zӵ3]!žU?'/X`쿐Gyx܍]DQ Ff:G}ZB ba6Mɻ g~]x4`_$jՈ{߁YZ_a8~ńIBKΐͱ_LHO`hEȌDkq8oVm#{c?޷ Ơ!X'RsktmXOe>QMFIxi1VK'ZdEfJdtvsWfl^}T6Hx9&j:ʘ6ȳ_dM4?~LEmS c6 .~%k{V#";>x RŒK`LoR'KȺImyFF$+PF8D[ ^8F{n^jh(.J^m PPasn}'y7Vʔm>O#tI3H5+qO쉝t+|8rÇ?U?̕]O;ckYpঊ] P]6 6*rdLt#snh@QȆͩxF4p8ǥG]QͪA>fTաdPw|(QR5@\ڴkpX`ھl&Dw xI\׎oVD"=⦷#\APd?#jm6s%=m,%@JCSJN\7yK"?X9 x=ꯆώf`I7(xEjxxj]* ):v0F;x8rǎI,0N_1KNC yk"['SAhx8@FhBB?qDr; fi&P/0|!f]-BBՎ1m F+ӻ@W.b=Ub=u'"R;@vpZt@xu&e(Ga اp SWBނ?%o kcAZ<8% Sۖ1k mhw>tC<Ҏ+Aele49Y/>wS{+;䴬>u妓CWyq&;eFlD7@h;e]_. ,KIa{ '[b| eTwhpowd P\hyp\4iS޸,Vw|1^Zӽ|A}4i*sd?!>-xm_60M6Cgo0SN0j]>X:2 N>H` Qkl`:>j"B?=|-U^ pD Y_iP3a0_OON]!?#|!jjD- [Gn蘩Nͻ@9sTl XO趠 '@$Ёxxkv/sňFsL"}\—d4B[̾7~ n4@;7tfm -fDu^GUPTFW À9@uaUkHm_X8E]A0ES=~!.Ɛ^f"r[|Klڧ?o+<k8}"aSy%ڜ^[ZS#k6|wWE,\adʉPSJE&`9 _DPWE;|(LꪻRy[S}*K,@ڴp? 5u]'AVledLT'aȜN.J}/7lw(h\/%\A- =:C0@1OЙ")w0vb=g` 0 -_&Գso/~(ۀ᭤{7r;qp`x#k̇L;kMp3GMpm()*)]V龟{J[7ꮳzC6A뀭+VEaوMajGx``/6T_-S|]gE9/\3`Sue-c 6k|F~JPtqf, 1uEhgIK EE0kΛ?ZtaD&tcKrϼ;V 1G|[-"nR@2(qL lv*^21 =,U7IBߌD/1*wK/0j*>‘ō &Pb% @ nz̴$E?-^mBƈjym}06_7%47VO-Sd.Z۰tS7!Mg_B/fd^Q4UbfBMOsg9\gV% GqH9f.uNPTPK6\8:4 l(J+GÎ T7OrSȰ6<,۩YИi^RD*=aXiJR mDG@I`?&$e*13w:45C#5c7CB[ >uf~Vv, wUTUiytxl_]@ 6G|p0tv"'1"DA?" Ѯl ;uuಮ1X)HT6| -:}CtaX`RfzP BadsuclADCAϑD_ 3nuc/Hr\q'`5 /I^*B~kVtCa6GȢ p$_Ć=\V6Radհ8-잝=%i˗_]1'QD'!0J[Hn1N "by b.*%ME ;@`1XNp+51]N?\1u)јiT%b ABdmqKXpMQC g: D¾/fN2 tʡGGi&M^)"Ǻ%"{ՠ8؃ep4TfYf .Wؚ w#R[?ɐQ0J ODqȾHYL%I?r_mҠ'nɮk?Q u@t6uyxl7}O-}nU‘[M56@NN̷g5G^eK< oK|TzŸt" ,r+BV  YA8 iB`r9*gy͕@ ؎Y)_H ײJ=صi/1Ĉ5dg) +GrϒI|*~-8qTs |ff["罛ԃIL{;dK`7\\ ,Ibu{'᷎/_t $&,uhk2^[O,(!-䵅¨$}A4=* p8 :4wri.11Hיqj,6 koRX*?\d4&5"C}mVB=Q|-{6uH 3 "Ұ#kNX_LCw@xraL+6׭@-m$O/).Mc[>`2BȭS]!氧\,Dխ&d9F3kՇxN}j]%a,h5 bvw r,)\4k3fڻ ݴb}8N0WV!Gq;TYћi2Q wFtqIe S S\'Vd{ jCh#|uԵ1*oii-X GM͏,&[/E*n9.c hܰn0GpC@cJ>тT¿颋j*bۆh3$$ʿTӱ] )2$wfpS9/3<Œ|!LK#!"%? Ѣ͑LWtRwDD`u=)bS}X\6}jy-%kVt' A3M/-+,4-bv*C:B4gLG\jRhGX A`:c*CDXR6P{RtF|f"WroMxPb|鍕x?mB>n>5x&7)R*zo ?]e5Ne. 9pxJ9#R%@MP>0?,aV#?HLcBM|/I֥/TUC߾0k$FӸ|+K'X`T;>ۄO =mhLTplPC)S{ki}1,bK;<n\F!ۃ ..bF!Ef\'.Zo!2`L{\,?n` ڭh$-phK^n=, ]yV/n=lr+bpˉX(qiSH& bS:x(%%?<(Pj~M{ǀ/ z1rQoϚ`NH P7o_\^i^6U|Wϴal)5U'*3h{->37盃)J(䭙Zcr;;Fٸ[dS놟ijFXđԆUU by7UJa-Yѣ.`c39|:C_$oE^hMk\mٝ'O LNԿ %Kb#Se(0+гw'JL2{-N էh%s(uqLS<9\EJxn{g6I)놔Ux4n2Lmr*kgz0쳄}^X< KvI])=&kvrtR|?`WoL}'{'.k:m;:# wu]ĂVL7P'r.y$g"ij .xF}֦Q {zl 4GWɀؘ xS 2a0+mIXǙɒ}ӥ;J FBYg1¿ICy*QucnF<lΪGq d2վP^}6m P`V\vTCB<)hȴ3RWae"I@(_Xv4>R݃X&`<鸐/8&l;h":;.T9#/k !KQعNزh:†*M[⻰AqӼ"eAB^P:11;3:OQ=w|? dCF :e?]ڐFh\A2\V^{S}ҳj ?8ȷjjCI~QVVіo]KK\έ3]M2pCڈͩ_zH%:L(LVk7^JZ{PGgAߑҨ9q]Yw+ÕlylE iy*-8^%sKG|0I}` A˝6PdTmVMU.cփE4^(45%$$KHꎕ7= L4zUG"C!pMm iBcnĊgi-dv[ן5),PMLZ:1^/{cʥJk8Z %\Kih KSg W+#KS޾aBAC#̟G1[ %SVMV̵}C`OPxcG e0p;V1R]mdGzj`|$ű`j Ь혗j4sNڻys#k >iKȗFr^B eIgVQ+? ?/6l B`0HIN0|ԩ$g4rnxrKdѕW$*˜%sFƑ=dMBmQc&glV̋y;'W i Y2k['EIN*+ș'g!ݩ2hJ3|]TVK ^}|,LȬr"Zhf"]|Gnuqc<#jryL]e"߅)a"]3OI]4m0d'pJdE? &Yk*,_['[s|R|oaL" VZ0t9l=ܚ WPfk2ӸY*Cսkcܣ* !'⡪q0C&KD '8/Zƃ+ڸl͗.U@)3^ {?ˊ) y]ˤ +xP8 ]H:63!Q-}WH%8ZvO/:)+cۘ;q& Wtg/x[?-q> $ Wr2S<7J￶GA-Q h^ e M'z9P?bMk߅d:.i_Y'c=<S(^jcY‹лrD w{y>b2@C)uF0%\ddo@nǑjnT 6n?sLMisi:IWu`!Sĩ Fuctey0I^N.U[Uy(r\SX1_~׼qba04X*T0o$@fᄁ&,Tޭ djs]_l/ePu/J|I+YhߚPbo48in{"-i^G % p/LJ@N&(liI,pꥶ*wgE[cy_Kn`I=EƒX{c5Ɏ-{$69jE"kO,QI@cUt1]~o"I>e =lrXbvAHhPw >29zE)jn2jf$@w#nV5up_;E7d\T[Υi`P? D*f|$ 瘸MQ6 d5#MŒr%^!\9U=vDEF>lvz 7GgqԠN6t ] ؒ rlmh}46b+ 5=|+Ze̕Al𴅛Z~%p%bDkFp|$^DsZWwr mё7115>ؿK>ʔlP;p@;C_Hfz6ޟ6C H7?k $z~Xr]CFs߱8hBPnoEb>{H; n3O}K)k3{vݺSt9Is}v^y&ęp3ƑNUz9mQxDPmOp7NK%] QJvB%f̶Bk]&D<62&mbi\E}RG%Ţ3 *OHF]ϭo>p}]|w?6y iY_@q6;)\nʽK%t#d[Ϝ|{3`5rCL[NW z 7q JgbVkX!>HpҿJK%vrR:z( Zsp#_#_VAOv>KQXye&y_l옏Cy ;?"GO"A|c+k7G|eC!d-{}NNͽ&Q Q%Nk=TZ8 CkTf R5 Q3V}P.{>nYi} ᘟ]~bcJHy*CZ^g { TJD]x7"r&NC6tƭxXխS +PH ۬KDojx'y=VsYD‰-J:> vJ)""v56RMjk$h'kt x釻XC۸Ul'naeZ҅!}8ݙ.7x~ v@~ L5k1IA4oa?{xh`iwB=+!w78 Ы(gj0ۊ'C.!|aGjJe$IgNF4לw~Un;Y}}şi@0ڳ#Vޫh*U4R2~ն )<^չOSɛ}b3+%y\\*#d

?BmV}Kvs eX3Nbgz%5֭3H/ F<]m;!ru.,!Zhi9#~}9Qb,a _'/r{{x~kb l=$VT0QR$F_njΰخ-g8%# D4S3;Y:np^s4.O &#$& 4 @|Z^vooHH5 ~bV^eΑF5eA9y ۠BXf:L8MKNJȉnʫ8J_ Jۮ`OAŀC< 4(PkrB@5^dBrO{BsUr_w9~z@Q4k|f|dϹ % Rl 3*bˤXU26hU0r ZlɵK ,W7LSR+P(lВS&.^cqfE3HF#Gְq <~9`;]jzb^| T>w GbQE⾸w^n+AȜ2zw@4!סӫZyɕR+)}t%}=+6;EQdjl:>I?pVGdm%%KӠ"s=^R;Faű'%,g=Hsc [✖P!.ISwq^xR+g:Ґ>5qe 5|u1<)6AXqM'OΦiE\ pZ_7t#vœP&5遯PZDS:ha4- )^h;~|^Vd<;1IZJB^ytȠ,gX7=<88J"5v R_Q蝪ɰ N!O3s=[ AY~v#g_qdP5ۆKU A?ҵCBWJL,]Ybtl#GԠ[YSP#KD:atƪ*d>TMhdAuo #&B P@1-c+4r-ݍs6= y]D;3dOFfH LwCW!gP^zK-ITOwlsցTt7L\j;v 6о ";lL7h輣}qCLVԪH}/T$I -g>a $Z t*nT]]י`$=ڝ*A(W뙩ś\eµJUƮ_K^:e}֓SqD!n}Y>. ~y,F׳Slvi@"ݓ5|>iyQ6e%YYrQږ;,^WspM'ZUƶfQYgm g$qp%d%s%5n* 2I\jWDJt?R^QDdx]UO:fESW#wYEHwW?͆/MO_3CwRlfnza0͞UXaBX@#Y#0~vy5}EwwqK5LJ h=fݓ9(BD0ľEm_dd{~uO2jD+U7Y^Ö\Dfw"]ǒr.z \|ƒ0y7ߡN#h`x'틑f!܅D(G}7 9\h6h0($9.J+I+Ua?P=~s 3rȟOW, d*0I$rgXG378$iI_ԝU]!H31(dwvܮ ^ˣ,{֏&tcivGFχ|EOUTjدbf\dռЈ;p{H ;*k vޜ+{hbMRSb222LaYh[#~GhJ4D{|IQ/}1}vHtM x}3mٝIFNѶĉ*+XB@;P!b7qqސjX1dIXC)e^z3඾NnwwE{;Y޼}=&hef{N Datʍy~?')=5B\94>ySznP jMU͓ӹsÚ QY F 1lJ콪w6϶r aF<\铽ɢ5\ upͥ61Vm̵t !)fV}5pN_iк ]ڳ7o5qUXp{;?%Pē@Ih_PߦcؗHg`'@a$:ct[01Aw5n#I3e`UTXO1fydawwPԘžL*I:o")4"^ ͙V^4H;" 0ҪPP|-cY d04?Inxab Ɣ= 7&d x,AV8VGr\ {Yj:N3[ 6θ#aG+cjS5,HbpFt>??/#E_ϱ01c<@5t @XGj7P+e%;s@q_Gha(iQq5le-!Iև&?3;_68pB%MR3_1z$G9Ѹ İG% E Z$-mghcpf886@iM.Q=M 6(4 zA$䚗u6 \~CluHT(>jdQ+_J[qm WɬѶ_G8э1 `bTA,m @j)F4E’S:"c'k bzNg=~{Q$lW7 k DHѴ<km" z2jn<ҡeqco%Q I ׀yncRȻT!{t"WO0UK6Ii5cldySC_acv&p5;^3=W\XwD/T3 D70g~Uْnģz0)kфF}"wF.9R[*H^3 "ycйR4(< z@6]πW,!0T%l`GIMSٛn9? kKhI\,SwLX8a5$s>6J'˺es"0w9 ¬1M5a᳊  @l3r\Hi+4)>v&m_?.Z*N4??AJtZ{ ES8Pn3ޘң?[NWU{(Jz":v9F$6Gk8\wh#~Vy}%frx>p㝻y:Te AOh:ti/# 4z T)n#W|usR4?@02k[AgD[@E[ۗ웚Oȱאz/t*r#1z=ɱ$xb  8V(\^2n2f`~ {霿=ᆭpAZ+]~Q2ȜӨ8 ou؄kGEa"Y4O^ijqnxl|+2<*n?z~9$prC %V:~|6V8O͛$QS 4JYao'^{ey$1ߕ+pO0-c%⌫|Wmx"|hm6=V"D}(8] C˫V<} gu X^Yi?^)RJa3&zFPF_G2: t1FZWu(zDm)*|.mЄYLW"awFP4T~h(2Zx S{F^n.$ղH"B,~C|30-)a/ׁ̊ȬKMH!~{k.<[NbK&$Cwo~Dpj'ĵ.c; !w@ɞ瑣R΃PЬ9%$94T 8pTHp:"p,Av/#ˣ0~ CBdC8rr}CKVaԲO\ da fWëZl"zR%>QqF`c>.//?%Ŋsu`g5a]җb"pD7t(#uG\N2.'?0<6Id@>UaW^ql싀N~?_8宺k2z6nZk2H-s)GL/QS|1 ҮXHΟX,[ƛZHsʛ|zG@:9dAfL/yDh~es:V(x*Y!s O?DJGrbkY/˗œs ޖѸh Q+ܿmNDɋvpehCjfq7'b.)5}~$;FrYvGc'5F~;e1[rpn@{=70h֗<ٽn|5-ϲj*gصϣnC]#4^Bc%=?&#XD($ ڹ\0A8ʂI2&n.+V<$ \ kG!]3g-β_dOQQ~ b K҈UOU3 CU˹Kt9 wUIT*/ǽhZ[bL2`3fx(TXVh]x|zW 9!rnp&""Āeva2N\=KXfӻ+; Y孝0*n /bOߢɸ>A?s1,\!=\Py㊜[7ͭO_烴:CoWtIyr~nܖ|k5ar\?Dr#M;Ri`Lw{3en=OvT#b`8z[QHYEеzV)׳bvZ(%rJ=l\]*en7CD_Z2+Pcg wZ5!dz2|2@s܋Sg+)6Q]#fg.>Y λ SqJh[H~xDk1$GCbԛ[0v"*k k$;rfOt7Iҥ|z^'5bmYQw}J٪9\`cur%Ӭ@7匞ęk1,IQeEZբ2a F v-SZvMNp`6c xi8N兡4P"'l ÐG#u\SC6IZY-;;E˔o> ȃy X)/q*(M &4ȱ~"(ِ>f+>r} j'7;cRr^SD4]&[3=n BBNS[gЧD4hx#B#Z,k@w#\?aMNjDD[L`ϓimֽ փ@O=zelضb?l:UmX5e00oG%2@*%d%[4[Lg%6 -/qy>̙_4]CL6Jbx L|\zK/~:ēlVYHAw]SΥu(G0G MRM6|?hX9o OQt}<]0Cs Lb/DJE/׆lys+LT]Ȧj/\@g mebgCk8dnj/Q?r> sKV[#ϿQCw+[kk5 $D|} 6eWm+y67gs@ѦQr}2xP{8W֭m$=<\ g醙@J;ևC[ZdZ``-qլD :s'0Zzjp15(o{gkuk}͒YwDn!|U7ȨddE0<a2ʪ0!d8Hت\ 晁fl!W8RJTE@ 55e p@10aCᄥ{^z>~ZB&z K DfURiD&rubB4گOq_< >NHz[aŝ`E+VOC#M 0c-`;2#֦ d0 ̬uPr3\?qÚ<Pvue 2_"嗁qҶ_hd ! r6- J ;̞9\ô&NbCIvs;[Yv1(?}KXbl Mq7oQkb0 0# Ӕxݴe^Jl>e '<1L/[Cֈ*!S~!=pgTYYSbe g9JVJU.ifCNbVS使coα>5P)=\D7ble_l/wbZW IUVwUc;wZ}Cvs6-p$Y*b\(x0@O {qT7 |%kƜaڤeG%gئ^p~?Ϋ #Z*IޠQ nn'_&Wo>q^L:0~$@P"b=ƴ~'lD"rѵ>E9Ƽ>2;?ΝgMJg#c j.'dh @՞p9'ʠP* vH#Ŵ]aRHvu`Z\$`}&U,, MWcH̅TkuI*!GWMGtu ݴfc"s;#+I2ڐC6B'rM[,g}[@ʘ ,'Dszvgm-} $ZF ;32CE8)(LƠLTiW>;SQip5nBХG_F vܔb2չ _ G`7U9L ܦv?.>=yG}Om:3C# i8+Uf :[dvf#2`0BG6*>j8*vG̕ %~0 m, f]>Lx& (2 5sSqǎPW) eBvgi`s@'A̪c:lʳ4=ol b?d0g]9wj.֜¸)bO k?G?Y|{K Om'hqJ. *+Y"ȈQ4[,> m ~3I9<(Y^Z2RDƒ LEքdBo0tf!U>%@nÁ7( Ԗc '$ߙm[!ž\e{5q :aaFb)GD)7Nᖶ. N=wȠ k:b;FeH6rrlLpo%˭ + -,B文bC Pײ>q: '"=Sq08DIf<0#"C}&2KVXId#f^U2U},*BU#uAX{?i囐ft벛 вL~!q{dH9RrN7KR(TےZ;+?u]<~X5|/cn6bS6?#!,%^KW^l;ai/*Dܟ>% G@bR-)A!צ̕93s/mV^)[]4Ofvʻ9laV޹6+I^YcdA_g@zåelp RF r$>s0_\ bt-JU!wU1 QЅxxFBo"eM-P@ HOތ0edDe$gQM]ݽhl/$4z}&+톝 %-wwMdUcӹۋ+~L0D H@~:( =2J= /~HW"=_A7$m}`B] ::Ԫ 2vYA5$d)n0?~?b\] 5;>O!B&l$H7IyD ]iLĆ~ZN ]C '^A_XT5DTDjrEk8!9$Gb&gBKi`3o KHVzkBgpVhu1#,G} Rۑ'}倷G+'{;QbhYx|)aZK(qNd}b"%O!ye;,/$K{,>mH¼sj \rADt^o,rayaVEyOfnGPi< M2;A|zKe]M$RBwQ69,pqHIa`ɬ7ݞ!J냲G(yg(dIH֑Rv ohEqVZĹ2vmNw9/G*L5nnG)d25i|@Rie\ %+ ~}7uVHmCk`Z+&t)SwB^gr>(U QCzV=O[#-}ds+E{cMO{ԶTFP!u;c>칆MLR)oa,Ԣ6څĬ8amhD^x5\Wᇁ]=5VoҮ =r|C.]\W I{35>EHqv zN#!TÏ/}VMlF4?@Gzlz "N+$s:R g-/Ĩ5/lkG!"*Eϫ,Fp>١U{Nع gnM![CV*0b#ةBXC1-zdu>u0/vGP<;ܠIC1}HkuE@'CG\^^mMϭmQ@)jچI9])LDQ󘟸zԤ~v<8o['\SG:v3o@_U >i I(dNU՜U/DC?sMǣAcZ.ּZDŻ o _$[Q H\VLo~' ЊۊA:zA?⢛C>j'l[(@TaV IX&. 6_( Yi)w !p<)}hKAz6%rf[vbag]ya?IpWr rC^#mEm\G>.H 8FdуA HC -P}wIrr&i4hΥ8@ͨ0zПa{`od=й ָRW,FnodpH➳:zR9]r$$% 2l^!4>K1>_ŝp'5pϢfA53c&NR ϑX?Qv"ē7,4Z}Gxoۜ\ªRrL $`P{wS4`M!qMH(E!@tw9u,S$DGu5^;~AW1Ŵ:LnQPAں Qpky]ӷ֎8:žz*=E(L2I6)8 k S b1|H1mݵT KоI ۯnCV,a{BʌhLAB T9k 9 ́eNr36pTOQ+55Af[GGu;eRgtJ"_ lSK%}RAR>Jפ<8f*N:閹n07W @]ώ.j^Th 0v/t-tTc)s>q0E* .S% Ŏ;_K'vO# ʩ{f`8Lxf9}$D%'*=i Ĩa^(=D3T ҕ!JH[鴾E_P;v(Z<Ν(e4q0Q ;XOec)\ Ńs6t@ba.Ϻ&vʦRp> N3A^- ٥w>qj\rFUX*}T;cij>#Ǘ|zaV%XeDgQI6pw͐j;?͞8WZ-dh̢ iһO7|A1\zpslBheD!a>މHDr]{Nl߱jU8`aCc\ )<)l@ͺJOЭ~s!bL&ٗ[ wLy[ +k o$p5vfn'UXeTh}%2 􁛐đŚ'XϪ@;Ƶկͼ6gȁ1aR"R1'E3\ ;3v;=Y/(dJ 97#hr|ahS$-p?=$n?; lMnOaBei/<- O@Cp3I?0筟_ڏa4_&ߨQ};!c{7?d$ڡar_RW! ވs3콸*<̃\'v~I7ɀ[hF~~z|5C^BTQu`TÏ7y('gAIf5? r#0a쁜⚣#7zl|"\b|ۢa=SL~nG:}ˆs;&B60|Z̫w&U#S!%7`Wd}ܺy-bZ6 `GЦrz1'8,gPj?[ [:&oYN;T.3/Dh0ͻ\5-'[|ހ1,[^#9ovS6g!ǚAH{Ǹ{a3(Z@bȂIk1:ݲ,hA@s6S]' 8^ҳyO|q"Q2kJ=ׁ XW\`qP_5YK.[=ckvA0}y+fTiE"DX@oy/ЏQvuRpVG([/@$TVՑsS`<6C;P>F!2( 'kآ xxJN&&匪xjj~ WX;vA܈6UXtc@`Q Q꣄ߠ0" hAT.wkTgW%3Vz1,uMyaR"\O'Z,**Z[ T$S_Г`Dz!DP HZW#? *}La.\rQ`xvnR^<{ޅ.`;$1@ܫ>oYXG#t3k1M~춋t_Ga(ՂIp'::ؗ#}#);h7Ɖ6 G<9،} 7jRLk:SngՋ z&Th]} <ƤLkzlCˋ3Čm RYĴ"s^KW5 zn<244#1E¼ju DIw&n6@s|K6$+2'"Uڡ~Qp? kGK\ Ir:@hHo ;pgT̿ O']+D2kg{hOǣŒ UVYhlrxTtUwKw0YT  7}WÛ2)}offnX5f,[ȫcvđwt+o# X7B@Y{8QԃQk{غW,GY|yAGyMFCz=ة:5- hje+ڐ  YZ