dbus-1-1.12.2-150100.8.14.1<>,g\cG)p9|\k]KWIX/J9{0!U/~I9Caz:l!}Ao*#-q!?þM dGE5Ǽ?hhPw_{ moIT7T&T]3[-Kp Т!18cd {S/*xL[xo Z)<Ư0`o͉VQVWcno>&~pJSb Hӯsfo2Ў@F>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/߱]"k%]/_bcn `R40 yX18Vk:Y_up f8:LpeG~թCmt. 0Eӹ tF.7=|oqB ڄ[)קe3[]59w:AƟ^GTDS08nZ5m u(Y}97I)e!u_:$?Lz1Q뫍*cVwR 2b%YYۨl+KxLf>Hs@/zrbRL ۼ{riDLL䤒;-Bo |k5ggX'pa˱Vم yL]9kHOk;T\+st @2?g8zi | |.m-& \eLkw{d ÿi- \:hƕ ,}RTr{4gF\q~#ґ$ln 9{x߼UU/ $zePvpcqU-Z; f N>+EbFS02.`+LNtbԏw ZPzz.;0űZ*k8‰ֵ).Y*rMl7(|B^N7~ȏcA9)Sz5\@$ : j~=}}>ht mO*)Cg,{5Xd33nʸR7>r>fGMҡ)Z|moK/ p>rk!X<mFp*o3#=e\lMƗ!Hۊ=1DOc温0|{kv[+o'8b?wڷ\J9^5BqqӆȰvLM@'>ME݆why0n!/t*v2m#|_[ݢmCu{L-%;8Ot!Q̱%eb$s͟Yia`;}χOi΁+Ae+>eff cΚ2- *=;r3\Y8z伨8ԣHŏкbfA3ןm7}񏹒Nzg-ov AL6+3=<.1$Q , Q&̪+?Rĸ))ZړNofT㕩it]ʈ5OLk0ƍK9fF_A=4'ZޣkKb0(y?6ɾ[ TX{Wb^7I]>]faF0 Sj<(b!F:ؑ<76k^"LV^=hJm?)>ΟlWDbV%kkes<-- gtg=fIsuR\P[m^s:m: tM.5N]EsjRS6ͳ`to3 ;WGkvL\ մ*ިqleoQ=(O%8k-9<^M\S1E#^#a|J SLo.If5hуZ>rA( 75f=/{-[F"/ԺF[ꥹa(ل`F0ܦlx_\SKqQOxi`\@a[釳C[d\JfiuwM&xz>h+>\uU ߈Pxo80vJ y.Z0fyq5,3 n<9.G$vO0@YHˋam!|vgVIO kg"\BTN>V `qJ ПfrE <(ao4cBh!̾s+mR.ИA5 [E)b3kDAY dT8-m<"8$kvY  Nq(6εCY]oK)5yPNBMkڜiv4le vpV2$'̚(t{eQÔ*uʗ&F2Âd!ف\o6#S 5EPNVoT„UG8K^ɝXJZĠ0+I$PA;.slWV2B" vxv,+XtU hjB7xqC Ja7˙gȓkt͚^0kp=8b ϕܡ 5p?t=[/b,ij͉X۫_A4Jԡ]|>:I9߼ wnIWM%EW\|sZJQFDHH<)b(W8ú5R՚QnTo`AQZ +Amhr;pѓ5vQ1R (إ0@c+VŮbQ:kAP(PC'x:2 ]7{9e&u!i~"N ('Z9F[q"קh=(b!26v~ˎrJ&^LH\1Jdp:ZcKf5H W.eDPz-ӣ1O _Z*fQ#Z੻M]ܲ.]ڴgK%xpNc*TtnرL ..ue`uDilx( iq1"^-$O IYIV_RO NsMgok9_^|pbo .{v-S'clCF>|TGUqt]r{\v,'zc2Ka<2&bqÞa4=N)hj5*b82W<^^ Ӑ^k >;9ꃀFTw,B?B7PH pۋ {%qQK(FKn֗ۆ&T^, a%: ~%72qA Fe>emy!jGvp߅,6{}rSnB-q"ʟHn G'"+̨_^8q2à2wʼn`]%sN2fe WS{QF9^ X'FgwdCO+D%h(~-g06ČAU@.: =!EH߰a T ^; />/pfdS ϵVrL\U-.98ےR 7lAn,Jl|xGFmшM\!I é?vRY¼lbnC/ͨcg;U$R9A@HZhgrrOR,. 8O;mj Oc &z LUZZ-ߢ-# ?':v0Mpy#mX|'Uk&ٵ4ʼn@5k˅^ ooB Nݐ7*W-jFNJgcJա]9\<,3?!q(9]/]Qmag.+ѸT#=c)FLRrq^l> 5ԛx7sH=ʚ(F0B9|Bœ,>֝Q&ǾvsI8Q)c4)LRpG 9G{zU6%ם4}s3Ș!yR-K4'pᑮH\mȰ?FnkD<݅^HFο_6qN[hRjF(˩~/2$$F/ehf!x8Q27%(QZ򌔓D1Cz"!_@ہ1sriOaWdzeksńoH6:Cܭcuo?jOvL8a"TYA7b)O@:ۘ`jG|*<Sfl(Qn&Ϗ 7~߲#Relp]iCkv|?¬o30ҷXK0"$SϣSKRx `7m) +K- %m; }riå'XhAP*Fjn%-[uڠ*v$qV6"iI oyc@vP12pm;ۈ~M'&?MRh pO ca]FqV]Cᦗt3Pz.TGJuR0eش4yj9;DVN,R7ᴣ?rI.Ki6B@/uX#U8K'.?b?e1HOZu!и28h_x Ŗ_cm Ŗs(sUzqZFJ$!uO^ & ⩏у:hOb+^oLkἺLtU >EM0R3c/a!4`H|I ꀭHǜ_m!TU2k:.(>*jMؽo @f݋$VHuR Ѥ!&H;Yt~Ja*^ ݨK]򏧀S *53dn:?WI [d#"eդN0 ɜ9޷ckjQlO{qsgWݗ-شې N™aH 3/` af+Ǒsl0\KBec^Ke p-y ft1p ˡJ@yp깹2G(BKYs?Dߪ-9 XI^:2[\v266myQU +DQdF$*:C6UQT@|0։[^-@;ULUCk ̂%ΜA1)> cS롲a3]ɔ-ҒxyDTNSJ-=B2^i8St1h_]ʞxL6ji&58tA|셯<_`؜Dη:_l-ʝܼ4qNeLQ9X[wAʜ aJh&Vq1gvCbj-&/+}w\ˑ*Bm+d[yUbh؛^n ]-5 tCii'ъ=ʳpzW%/ze('o\酹zҏ"lFu|u&GdԮ?7庡6#f0;R|| .~ Lq@O~qʲŅR?'P*x}pb_+yMAVw}0Mv 8}~PN-b+J{Ho,>j1]X][> {5htL5ģ?HmJJ5rRCc:9KFi+GP'.K5F2I09E0$7hUh|Z Dxl~ ߞa} dɺzt+J80)8n.Y8 |P*qbn^HjÅS&Xm+ydYkuNvw eǨc_K mCӛңܾ>֤isLRprJ7o458zp5G!vWɍi>G\5znVTe䍋OI,3rT~oi?z\;0~E$]M#4.7 Yu͈6ʼIeEYi$dTUJ`Q'p-I*7ME 2mrIx()щ@ o 7ß"%~a pY? TSOB:Yh1Ф< xjGpݷ:Иe8 H3@?f3J͢N5J#|rKz!! 3UpxKW.wS`ex:7Im34xrj,7kxvXhG^Y6_]hdѕ2[՟}Kcsd6WrmژKsL30 `9 .RA9O9#3]CJvà׾Lh]C?m;TCg$H 7MRm|(lR3ݾ_T PuYɝ^D d9άg>& ?S4=) bl.2kGP ӽT:hM7]1N{ފ$ m +Mvuߘq*uh};ӌQڵ2xu}X0s:_)Hۆ0Zap[n3ΛL, ֲ[(FX8P3Vi|x "D-?doLټi1= 4C֪PQkm>@~Εq̶Z^CW=?OV hU 3YB78Ao>E=C׽DBlб{n^ EڱԾ>td&u!kl+۵ba@vWv/)s6mm'-% W/qWak&&5ӭ<xtRyn2$sĉJFR5P~,'o91`u.EΊpnN֥pfnO-"Iuڤۆǵm (44}~ʣXfT.i>.#by6EiȦ\@Af@>RB菈5O|Mz O/3 8l]-A;]:ve;kum ΑV-!h:i݁;W&$@"Wp njDBńL&Մ lX ۀ\NnFSWg@ ?# :P#T\B">,>XRSV`͂ 0ڝOce#,~Yx_PRȅolyQNPoQާIեY<~g:IwΊ-J5R72QS/jwic-=6s7n&%FoHX+5z)gr, 5NyifZyܤnEGl,NV q$0ݘ dbHzi3G)ވ\hڸ_s߽Sm5H3,UN|,! 1NǨu$=Wwnq!1ۊsG/$> -K`uqA ف&~> Fqnr> ;h`x Mp(dpM˸*zJh5,t14{f Vf3<׌lNI{m 9y%]E&pOp+Pؐ&_+؛L~l4r>R ϗ([n\'ތA/~{+w\"Z 01n^3"G!-D%X6[:nͧ%\-Zlo 3$I`Mwo"u?pbGYt(3]6p$QlvJ]EgQ&Zq8y)`-;ybb47kMKRJ!|TVqZ-.E ภ& O$ie]4 vѽהI'];]U0}WEͷM4]wh|%j ݀H pя}>J˧cTTexƨEdAyKrMJ<{7W{ ;P:ؙ!m{ڙ:gqRlYٞe=5uB{ΉhscMV˶Kz#!Gras:N)'PWTuRZ, :9~upyx9PputUJg|.vdS#Z#Œ;y`x—Eeale9~&Q!9=Yo1}/gWpn&N%2[Gn0l xFb1۩g.]7Ԝ}au3[в/0YddO9Aq:B=?" 8He]+Y(x#( ;0:d%6vޙQ[ˈ"V8W] %vAhZ>L)zJ̹ ܶT7w[Ȗ1u;e_h#dK$洅JljsZ{jr No~t/֮0q)9Mt @烥#%b(HLKec"ܼի\n-2EL1vq#Lژ6^[VF'ڻI0lNv6g[oZP7+U5쿷ŧ트4.J[R~ 5'0i%Hjv).W}ҋCjx<B {T0+~P-(}*=ڤ;*l΄,]m_σ2#󕺭{(iHb5 @]_aWdlOdԸiŖo]Lu2HgVhj) *Jn**QiprhɈغF-mfn̸g fg*\A(y*V"&":J"*AE pP\jWlņ*) ES\>Exj%/ÚT?F0 +ww'~=hO~XZG6cN(}"ܹ QD  ̯Z^-`"e:183^4Z,XtYN{ d}"eRAg1J7DOvvy$ tgK&lU;@5eװN !4 Rv>JuZ5akxg?)""i|yKshZ nsF_HLTtwyK&.2G/u˕3\o:_aRMF!ˈtJP37,[@lvMn PȖ}_OM?rBz/ {,g„Ah2kr;uxTFs7$[+zԤElaEaե7Pjp>pW%#s ==#bzJN-4Ss`ᔮ0(Ë3OX ю{& ȂHFL] %MC*J|m'j\B6lZ0:r)"^s#o6?s>ف(cI6^okKwu>ো8-ƍBUdo(sj4NӃ ?[m/EibSEtތ՘>v(M~+OrxYn}j:$z8C7KQa.=}ʰ^1$} zTb1 SnyKI\ >5I|/(|; ߻aA< HGЎ} ғǿ`dp\:gW3bCXc3ΗLxױ,TH"q3+wy8XI#eTWXQħQi7E١̋^"dI7P>æ˞}o˕Yڬ))7K!6+2㭀t, :ddćާsoL 2#%n pmx\Fj&7L}YR:7 ]D1xO $ 6A LDteLqfG9r-bǎ}hª"^i*(Ux<T$jG Pw`(ѹ|JZ}z2iNeEbS?Z^aH\0š hFA|D`EKYt#`#Ο0Tk׎(yM|/͑W;8֕3LL294F @&2 h)h*ܢPihH2Dt]")K%it቏tFx߆P*-.\7B.wc, cؙ%wbo^Mfy':vynw!&JaaBEtqkDCĸ.tYhCŜh\}DUOҊgԭWÃ@Dێ*$ v!tq'zGl?%J<䵪IԚ 斯S%_,7agq7b/#{65%ƭFKN".4;,*"aH 銏D  ^}Ĥrq1O .2N³frOjRK$LR[ڥ3qz$ q9<UP؃h'l.DBDzWkvs5Kff=~#9%(9HMcR+=IO2у|cr;vzQ o#Uaud_*!aIdԱ78qS%?? 3/Lqw@PC#˲=D͎1,"+xz'!aT'TѾ!I5.,PV\0My? F8Xjw2AF">HzskfT*\ oqNa2>*J8Sxe,=Q".9]Z 3]>й6X[>64.Y&*h 7Y i6P@N@Ap'P\lE l ,KTzbs$&W@RS(zcD) sMETr~~ho~H֧=ZfқMggx/yݸ GNZ3M"A?L#pC uCE a,jpLn &Q ][ZH/4ڝNN<&EŔ[+4`hO DsHk4AΉB='>A ~^}ꗜ]*8EGWv%~TA0gw:!~=ڦgSjeE4 OL3Q7x aR,B@w!7ti1'veo~l3wѤ2M1TO׈m7x>J)Ԛ.h!N1̑+zfV~ FG=ٕP#eyxI*3}[-MzDLnAYHyKx~%xT2-,ۜGqkÒ||)P1|b6t*iE9l+ZxJg=yH%Z'UG9G2Flzc-]-/0l fbyR]0$׋~})xay9#xYD7w8S?sr}8!IjC\6|R^k*v~"b<y&՝W&hy:#q{B5\)w(7F^rBuK$y6h͗ XVl }&šmLi{[ї/L;ͪUUWwM%r\/)x77!C}!i+_Nlo/Ӛ9^¹P9Gn 4xk&"FI80O`Veҟ^TL<#.{<@smXraIeA&]tiCХ ^6,y3U]sGv,+R XJU)<4iҍ4:NT3nkԆzG}aXx 4;:2O=M; Vo+`ڢ_doH,*#4(f>.)t`S&K`6{"F,*!㻴ař\r 8MW{#ScuƳ4- tˁAբac[|M!}+)'_B" FaM0_=ao& Nd`jsRItv;Vĉ ^hq׊^53|u|(4]OB %uR3S;jd-@/t<6"Ԃ)i. wS}y TPdB`O]RB`x<5ni8t}po|]S5MbVĊ?QB1޽Q?MX\b&m6(Vyy&ٔu6B}>Tpeb.Zkۗ` gwwC֩B="`L9v: ymaji`i^jX,Gި;;H6|~E(>mv3`Z=t¥aX@ɢn$9sk.lјL\T-MW!PqBR m:!8c/  qN(s*uerG Ό%~ng3`>ˏybn(ŭKd04HᘎZlH݀ܞ*4ȗZAdrI5sc`P<<64elF}Nž6V'-sA.(9>FND[cUK.~ zNHolb2L[:[-@ 1Ls]/o >o]t"~q|O;"W"FGwv5$}B*jNN4/Љ4m|`9*Ny+ 7lj(wY!ϲ.h spBE>A^b/""oP(Dik/ Kj7?4"z Ga\$<}9T SaC9گ|X91V @nh.M{q[fmFJiat TQl,m 0P2x_eǼ>5RQf1,XCM+oKٗ; v/QdIŖ1!46,SuE$&0Hj@_S!K:RXWaŞdDċl˯S_.let;xRtV1M1!hAVܔ&aIIcmHX7|` :墓 ݰāLX sO oXJne4,+YGEL2v/Hxe@%W!#^\rMw(fGjF41H( 2&Ż8|ǒ³aE(@h纣m6>/ cjk,?!so$8dܕN~WZ;Ed^WNG-3%s{CH\W5'e]P?.B8MaMa%')t0SE#귤J{ȳVM1Ci*#$HQ)&jQJX&mB^[+.pJԁ'eOf:E-l}D% "St怰(zI*:(^Iiz f&v ϱ4P@X@}}ĭ=vXL+ 1(%K6-vXԔ.OL)teoLN?<:Q'\ =ml+9 Zk':E&|~ʗDNHŒKWX[A즻s5-36@%QDžBG0GnOiI`n N#k3zv)ϸZE:m+JIOreF[4;y4IInCy}qO[<^UL0w䩂:)Ep"(;JU}br 'wU}zxD} qk6;k i p9hf A;8 猁:"HZާs ~(UjG?qLW#LZ$x4MG1 @F }MnxQ offz|76DJAq&Z! ,esmA|Heig~#TgbGOEHshE]o[0=}8 5V' ]@čx]iW/Rx~28x.0i{=ror2/g!XN r5b&SA49 r?Q!dHET!_h`z'-Ѣu18qzh$cs c,u$7+w 7`x-/sd LK\0iXJrH .< u3d7EMZe3 -UBj%fYu%7\nT^8䁗d|בiIbuΦsѻ4V4O:k /H(Ko&s#>֒;/ԕUD':%_mIУNjXWbI2Ä]]QhɆްB'i@+?DvU4&͞xVkBg m=UcYEokyCkljhEl"_"dUjo! :)ne]$O!7fg|F(hoƑUSuUq|hҿsIի'F^1Ci Hfp^]TE/&K؜-bwٟW3Lh澵/=Di48"Q|ꫲGӜq&EF܈ S5_c$&*IZnXHAe*ę%E&<㯸zvɆ&GMs$I;:5#>SHEGTހϻl0x(!\/BWI/jir0F<" 墼kS#[Iˢ6֘t~g~Bk/cA X]ԟ]̺惿;+ɽ5}e7:rT=wSV%<)zU3%Q`,= }ژ-=5}iPl4S ]3Zl zj{m`/sgZMS#-_xއRWE*B N*wN&(%"<_H\SYk?RK쓆{fyPk dp9^k=$;hڟӱkfnD8q}WK[oz {s"*9Dߚ+(wIq˙ek| }T?溾P[F}ئEAP3B< Ds!+˘ۄ} ix =b$+ztQ3J:,ѯ=FΦEEP]EλW c dL:S#ǥr]]f>-YkBQ=S:,NwzMSFDcK ffg'-K=~LjfC\x/Irng!Df:= jekjXn47y'Mv3'`+wCU%S9=M|Dm})ZP(Aw4kf0࠸&&+~wam [ܙITՓh"P`;ܟH;{~C` p]ʦ&Ӳs Vk] 3[#Ւ!9SrH% ܁oF M:J@գ"Vl7O,aN$\w!TT#~=%x-zNa~l[RQpj={eiEflF²-K ȩ*SiO?"@TKLr\ [n M7xhKhIb#m}>uJǜ5*LRw=0+h'"_Mަeo-n y{^Bl 6A@L 6{cYv8 ]5ULky 1LD۝?6-3s-٧FXX?j@pMtL; ?F F4U&dȇ3k~BCEC wO=kW*[^#]&`f'(d\?[JLypǑ Kfj7$ҽw>f` %ҙCBaBQ!{/k&}ԌU٤7rjT& YN-\W΁aDe J_K̒P1m KSݔ XFj8>_$Xbx@ZORP3Q,3^\ک]|3a _8+P.c=`(REZ.CE$%Cm8  䑿,~? 2R* 3Ev>r;^ Io4x*tF;Q UT"$SAA{JNʠbkѧſT]or:I$}m .ܸ?n Őg%V>6!>yv?>dZJޣ6?;Nb_ҍAx+9$\ "QP/rGr<6 @@SJ!.Ҳ%0(aZ'*t:G/7$!$eP=}! po#P]GaD8-Sάuk iU Xo6ۍ=4rhF}ܳӶ SA=ɦC;{BKbtcXͨd**0's+8w:I)jn\P2n-Kj^N[Sd5 [v\UOnk'ڨݐf'WRf=U~o=/UNs[:ZTN3ie*32uX|&BH{HCJWVGSA$,~Beʀ˦1(w1F.=nѡ495l_dT7v8o&}aq2[Cn{V$6fYL >TS>-;Uwb_R_؈ IU޿T~p EW*XTd ;\+'*7Rdߤ?ꗨV˙̽ݝas8٦N([U@ݰ\܍ 2 qU*Jn a0 I7v";3ǎNLb .Ѽ:Kn?Rc a !3gnt<Ʒ \v OЧηtqMc߳NdfՃN~M&?+2ߛE!'<@Δ́`BbVz}"nlj%=bm>)VX ϚwPدNR8ChL.Uw&皇ʵ>^\6kE9\! L IJ2xR)rl19 އ v BO4Uu\gQ&L}9QܷƼk\Q&YZԟ?#t*)nKoC]f G|YP4ɗ qi?vՉ TK96àihv:}vփk?? F, 1yAZO!U4Er<ւ¹th}YҀfG.95?izs룝^[~4R|9ٓ:5bPȚ1w"^ ʤeZx8Ѻ"OR ڂƋ CR ;h疂AJ}G` W d3"[f m@.Cgcd[L,E0 LbBcb-T lr~QuG9mf{ix Y3'c 6[V)xF|zi]'D)*L& #sq<9Ԑ;7r+7vkݢEY1kVF̕w#H\b 咾ݪl_p#XHv hz]I-n3D>ZY{8g{W'Qj=ܣdKF'ecz*LaRa2`"%WtU$9FP0a*AjE Y #I0s"]ўoc &J;-`Iz@Aue^O:"KbꜝϏ/ G Y Ud]KO<7Pl؎$xN3u8H~b)*/oʼndžV)P֘-e2+`?{݀4jө-0 {%`E6: i1lT9e9~E]N̈w^@^ ](E P*dzy-ͥx'%$#\oM"D)([;-#,g4*#2;`t(E}{EFƵ ͡p,W ZV2`Oܽ˫"Ϊ>|)a濳Fͬ%e*>Zzu: Y(tw-TtǦ2ŊC_}c4B>uq #1}kHc&ʀ(|ϙ:j^*Xeu tյTkaC۳2iZG|,ootb> OsG1 ȸa|?C+5-C9<}ib ^<^j(5OE`.q~S8`}Ҽ-hs ŕd'Q$=%6K2Qgo"üン8y &k\17Nn^@Y3Eˤn!sMce2ץ.S,%8њA+mUV9e҇ږ oP̮stz~-Q/N>Z塴,;>|JNbfrپDK7}IyEf埜{5 w^]C@MxU9X DT뜚) @)K׎x6*12 \ be@?jS߲" s=QN1Fܟ;fpM)9fFpY#@5bwS01H9Ӿ<CX7 0&ڣ<[)iEOM0hW/g(s_UkhYWǤAo638fDѴJ+wF2i^p?Ԝ7y[<'YNoٱڒ*&7Ây.a/SEAOD;ͭ?B^Y͗ Z&H:%Eb(شPgU rK5`ܨq,]GMZ5"MұnrvH.px\cHI k[eLn[^(9$ .O ٝa8G,e?/>NMٰ2sÌvk哭ZGf3/j'0hřTN_ƫ"g7EBDfL 4&8YAj~#h|Iȇ߃妞\hw>W!GO=MEhaۛg\c(P/Pڶ=_q}Fv=bBP!jE]#]j\+r'kd[G[iG:^¾ XDB{LgIBDŽ;ޢ(LC k ;hW@' q|Oo7C),Ѱ5Њbs:-"W:O.ങ={XQY[4pv26TGoQAպH$gM!m"0BGym 6캼+5 _W )K+p@_0H^<6 "HSi }UݧU?q.?^Rq L"3fqPk@G,Qȕ1'-,|ȬsPwt͆:gҵIa\PYe1i9"y)N/$jRBH[WȦW:Zg mVC ?BdA ^=ηb\)^gBH#n]N pƞ|0">*43}#v ^KMMC􃄿1p6fCG5LCh:S0:C0ێ_b4ӓmHz:K,jÙ*HtQaX^AzW:CV֠w%!F5Q,hA]uiWo-e ]8Z8%XRଇE)Kv11ph@ X&q3zWIb9HfjUv "xؙl ZbmSaE)2%b8`5xV=#fߨ#xL..T?%J >yؕ ,]s2kXH|:8*(غѡtkmб* `#aGh"SOK+" Ii?؞|ȰMeRijp&yJahP8cS$c[WxAx=ݗĹόG(nE36ft S2Ke+\rW_SJ+EȲP~RҐ6[lL8:9D!gYNa33jM>FL+⹚o6GzՏn6 &r[ff!!sHܦx\13)Ǔ *.8A\-7~]-9G{h&'TKDb׈c㕸ӡ+fa L>N(aYnyoZsaFPqې5=UAr8Ge`7ʗ 5BН⏫=)J"h̀"O!+:ҙⰱy i,nPPEkExSGsVXw%|S=`A߸ycI꘧:F(]G+jݐU.x@ދ[Z /4-Z]koumt Q)KB^I4@ b9+\t@ل=\fo5嬒NuJUiOΆ7 7CIqK{/o|5;o((9B=y-pƶnevQeRl~" _˜0$hiLEkU0fƤ FoT9Ȓ- ü^۰F]q[vtcUqP؇)/)x46VcI+P$Xo[PG[XƤ@Տ5;c*P}B5KpXj5'VwFlj3 E-J=@[Ur5$/i-N9PĶ+F>K]_&W'о n6c.g|Q Y<&ܞ|4 5 |XS'çe`q!QtM|Z{IGnPt( 8s z b"ENN(W "d^=`H5I}( -*—L݆M1j_Q"Xࠓ>W-)s,Oc7Gݧ/18uEh8gB˚jLB({fIՎH3CLwhҊ .94D,,2PyJ֝7%-B)S_`]nmWJi9H:l VKaO.XVjVg֢PRkՋ"̈0p!YXEܮ5oTwv+U7rvnVU^uDF[;Th>;g;Zv~$ośH(j VL7FX# +B7răRũGa _gWQkzh;Sگ֣9 : N.7_jcG0z_QyԤ4(uŜ%F@*O| 7qhn\"v9cnNpT3HuT d(֥6`B wӭ6U l)־h)QR0ԃVJ0xmdIJnIݡ7_B2h,էp!<)Hj( ΄5FqL)d.1W? ȵXlgNt?ѦcdW6E͒V*ځ1<?(:ώ{;tNH7#A/ȜR`sq _7/n0S6ϲ-%6~]y{8P7)T,2"4M"ޅiU{#J *%$o2}V[(Q/3ޛho ,×`X0rxm?ZBD*:v7ePNHdB,&r[rH>/ш|ӑ7_$PmmrVtd~Z /o|#r0ջ{ B,[xCg"~g _cSP2!ˠ[ѐY]<K16 B?!IG =2+~lc?xj,[O|?3^f|"g-r}2 e\:h:#34efhf:-a<f_žH.HL?WXcgn cK[*m2I,+R']Ic d8_6*;mb1`X 0lf,P N8| EB)~|uverȥ?yKhLNtX3\E锕݋~‘?h/ vs}͎2 J]8%U `.r/+V/SyzWL+PkšZC9M-_$*`*䊒yTQֱ&[A}p]:~&H蟁,t:Uni-*|ٖQ V6؇PEu7Śh@>(uɬY O*WCoF, 6t,{}1N囹< iyG{ ѿ>+Xƅ1FϵϾ$SQu'ş.BIV1uS1+3a9%g^jjvDaL!`cg}M/e 0Hya7JR/ޱ 7`EFA@ZXP <>=In{uRwȈ* usu*6"u^䧢WHƚ }1(TtK>fh$.SES5ڧPdCh{ʰ-@]Andݲ 4:8JMnn@ăo?揁:!tttd &SNJz?Q ?Skx)""s5-I#$)lJa7_2OlZ?^j_';f$6rgt|OwȞ{!v{v""_W㆜RKg{|S6~I}@" O?л 81x%nF GC]tp(^lAb{^vNfX\JŤ|7?@mT3SX1Hgs_exBz(}[5u`c魼m*@.eQs?!C)$X>HYwinm.N_(N KVHgO!89o]W$tn#VڸҘN~ "4QL㽉@VV~j,O\+鳊eXcxCgu͓\0 HxbP%ƃ"fЂ*e,oC" WYYPxʺ#Wl(R[c- BR8?6Rl Ho-pN 5-^:ng4o\Ȧ}25X'ˈCJhQe: Uh9Ezg˼u1w#ɛ0ŠAA>.Zӕ.`-#Ӧ^%  f $fܩMB}Rm7>)VF~Z3)kXNM>2} 8*HhǴOR^JYc QcS:ky5D[DWvŰ{X.~3[0RQ3a2ůT/aB\O'^P~ fAu3&L"4#u6f}J%q=_+]$% 7-'t~EjF[avYJ%\01*?T ex΅ N4P( TJȥS폩K"+_Ѳo)MO['ug BE7 &'L-!9L @gn3Ml1"CjuZ>cnS`?ӝoɾ ìK,n  ˅2ix.Z䌨Xw<ueDmB29CԐ3uq-Z ٻ2?Y]Ljvp_oH&*G5ч% 5'G p^է%tD/GNXa׹34+V&&('Ov/wzgB%;5!r<eHY%?Y@!QJYc;붪$(,,~ˬ 5˽Q_LP'Dco.!!*!Gu_AT%9C+/YNi[TwMծ xw}C"1NxF{Zw1tj0USRhz D )h (TizgK@n,eA=:.&)? ХүնhƋDԨ\_Gs5=v^A^NCW6RHy?Ie"g7†(У>`F"nE*x H7p?N؝$*i*>P:rEgQMiV(ٺ8COBXallPŬhF'8 "]r7&Γt]y5<ĉ$g\vҰop0b eH/I>PH_exGRDZŕ4O/okMʨM{~0 E~i.I/eORɰkpD1~k.1q\QŸ„v%Vjl4yruqJq,_UpU3a̮Susm0 )IWu+Ghk\U1lѢcCID#? MI 4Dxce7AztRU" XH'o'Utk&A_ xK94Ɖg\g >$zj^G]]1\$n+d<쥁g(p|՗}^ U0)yO4J ^˶2@:HؗCÒsb2"j*MD j!}3=|Gb@ Ia8xQ_եmΧiY<(ߙܭ/'Uz EjʤUd'gz\3r1f{ 8v$MM)C ψNC'% 3"k< ĝ9TmA9.T`P(yJk: $vHD^wks\NB'v2K\שcᖄc4dP(V%{zi]dOSk+joڙݰ~l^H` )ucɱ& F)ϩ5*jj8䜊-l,WRxJ=6ORߗG1odUd÷>(JPrtǵt> &%SeqَVZ9&؉mP7-3?V=t%{7iooѕ%^upܟ<~i_<1 B'5yi#FojS*G 9i~ Fւ!DZrry-{r) = &#A_ąKEљ?ƿQvؓ>1`A?_CQElfE}G@D;LQؙljH0;5}l]2wHfNj@5+7+ʉ%9,XbF/akl+DV!m\ƩTe]ʖnԔI{f'3F 1&e*V-Wgl97}piH`r_n QN&rNhS ",k\K3yq5ԺɕqkR j:MQRJU~%\J b?=Cv`a^8uKQΫ&fٔ|B3m/:` b۹ǀsQ-2eWc ȼ 3%-=ԫ3Eߤ89fsr'LsxEZNɑN:V]cPxJsoQc*VlnNCynI|9#%0Ie'^'3f$N'G! Sj_$b8G9֛kpH\zmH:=S&w>~ޑHG0X9bgK5qփNLJ!!Ѩgv:[WoEۧKVʋ}R!置dS9;B H.E%|C͸YyԧBCwqQrYX[ Qh-Ts9ǢN__U6(!6<8w ipbmM8k.tG1>50S :1z?!$s gu/ +H<xMT(N Ӈ&O\gemdQ"P؞80pb Pj.=i~Oil ќ]k݀4o䪩MkptAKU}Q]e:Mfa*6MS.6P@K-Pf?5I}Vr%(,TosԺTB(e9`ME{|3.7Drw,WmI<"˛>}OMkW7Xlo:<29TPS#W=82k&o{Yhf}vfd&k"Xw^ۏQts905.`ic^`PˀWu>x\udF/*F6pv:רo+xe[G)iǞ?w ,;?\~dIܢN%z Nrl8K|:YHفSNP!$YΝ7iQS<q+=s˹[sNcO~M<4ôUc8Gbjy4zW"l?i/0!Xf@O]8[ 'jb*,gkY8g`9`+֔rIs2 <G|QvBs m,07z8" hL!aٙB>sP1x;Q'DI6K4~Z7HjRBD_*gF$}I>m[0;Q,gG 6Lz&<1ja inNЙn-(lDNFSIΚxrojb~r|U\e *'GRYP;z }3B4 k*G ~KT`<8̃6Sg/k]y0 \n!,X>$,ܠn;Azg5y.S /B_kjvUDH%X 4ssʙ ?EFDmTeU w':9FF?GAA6@$lp@@hLl~--ħskHd/&"ֵ}H۝¸'l$m Z@s_HMFـ`G,?w/ޒq[ & ;v+&kfrjk|3ݳ<%#.t`AMē|(+d&\zqJ5k"<`}/옍HK>/U g6aj栰~h/1~z>+o⡨4EO@} #^@? Uw J6MWK[|&fĘiF<wL2h n=3Ckaˉ=T2L @c^4>M0! #=UnfN{v&'2 Db}$RD[a3FGU 5a-m!i |w ߘ~m5"VE ߧv \3 I"Auu): ϣ+lCkܪdMh qichQf 0um(4'1Ӻ<ٵngEk*(IhrGQ'j W+%f@֊8ܮP"21Xy2Y TU u9O|`m'Fj_&,Q.'cα1d,X,bk"g8giج3nN|4R,ZJT <olyҗ2O•:wk0͟aRYﶒ8ZѬ@0%$ҝ0pŁ$ S\aJni4 #q@GQN ,ϭv?ltL rD'8Ϛ+1XE5-b=ggL 1u & Pֱs#'Ztk'@;arZ9sZE)luYOZK-UM>68s _k_0 eӫj~m5ʌ!+\ ģ l~2ny$p~H& }!1A5ěddl9TcHH jiW Xs׀Z\,ƶ+(פ~AoXͯño;~r=sp=Fz*<ֻ ޾ #z{J-2&a+[Iyǎtvk<UanyTeY]o͎ra S[;v$MvBL,YeCdi8+8٢Ca$&pXh{tsjW_?'ꑱRpB7BT-c""RS)h_q↫_4vMVɛ57+ZeHG/Gaf˴n\WdC222nxp="":<%#یmW]&wJr~Ut1=swJ-|3LAR׳r*Z >n|'{BM1Ktx@W'w~+x(sEgA^h*Tg4`gU`-$.fu1 /HGfF `.[Ae!&Q@K܋b{bb.H y}!A;PQc*<=%VCDB MKlu.Z;q~Sp'10\md8UϯѼv4?%NB_݆Y؝U_t/:G) @vMV8Sew/8$M =!N.|=OBwXt}v"0tA.(N{xN XAEo;I فq擵,̓ssrLoO# Q?R-0{HٟD"+_;B"ѤC˰'OѲzߪdZ[V^qkad3M8_AtېkJlfD ~s@&]A![Vy(gq#gJ:աMq-(+0bo lC/9 x)y!ۊR|:YU::QvٟմقeZJ>4S$ЯZGnv Dgm*=.^x5<1g{5H\#[ȉ e)W":#縁h2p㵠̉4pƩ'0icWV@Zs#Y4u&^P@R`1y@<Ǹt0AtSZ_a C5Y2ɥB8&ߘZ4_yq]TFjH,Gbz^(؂b~sx1Č[Q!et'n(,&p⸽ p}y)MNnIDI b;qqE [Ձ./o72R&||Hʔ츀NY5z ܭ)#"V 4DgMgFu* a;]խzǪ|=u{/v)U);0:#M`^զ`sYRh_c%ox8}u~BDv",&Ix/BHms:fchL7Q9> tNjER?*Y=͉֑8I$8k;m.Im8bE@}\D1}A*:M\y&F]hC ^%$AG,/=)_1(lO :"d7!ɽMJ '7QDzfٰ y X@NQ^}|@Ԇi7|l{)wAnV"btYm')S $͉YV4*GVvNufjUg˸`oJaXj*fТ՚2]o4f'50[ ZuV+1Co V+;oYy7dj='g`²>GR~V^CG J11ٯgj9Ru:Lۼ72.LTt(&W} f~Q<<V*z7O8x6n|ObK9"li`J.~-%"$hGNF_jE ~V r2_Puӌ8x%;2M]<%E6b}fk*T13%JL/w`Nsn+w7Gon3E^wnfb#~{B7R eC:ObȨ3Șu9~@UT{7VO ZMw\}"&C Z%Ҙͧ` ^3Gdsa;m)OL=4MU)b':t?I|+qBپͨH*稺%{Ss CTԜT7zxNF3/E!!Qu"ʓ0?U޴}qO*h9R4FQj 6n;F QÄ8 ߲;3^GzDɫSj7Q‹(h0 "fjYZ83tgv>^"N@&v KrgB1Q`買PQV(6b}MCQ59bicfgjoj.Pq`KM1\>}{ Ce)ΜTU)8ϛ_/:PÀS.mzq +Kϡj8Y#0'xoӁX&DaEa@cڇWIO2`E8EdN)ӶQ4g{ar/=ذlc:cft⩥:v7V,%S+LQV's!2$)47[pBAx2jpHos'vEOnϱi4&%LU"(=TC[j+IR{t#=IQam#;zS 3)Dm!M_;"lŸIDOH2-rGedԪJ#qci/FtgP`p2wDL2"Ae;r`O 6(v`+f'>!#TH͜'e~I4@ ynңqpLմ8clԠ?CBhءvHLeV]0Hicᄒyk>>ǖ[l@ZYj,5\m|QiAX5lL/Z9ơd;h9-@دPh%iZ6e!BѬ ,l anfޕ;oڗgָCKXN =aZXur{jJNVrc U*yI/Ohuv(E+Y*⩤ƚ,Bf?xUBF=< zZ(MF*!cM'>vGYabmM D*2=I|\k݂Y,}[ s>NPF@Vd>+(b@G? M&\{m??eLeSV&Q[+ҡm(B&R9XnLeR]TPVY}sb%_~ng a+8-eui~m/N'ǃYP%g]SeiW 7llg(ZJm' 6е1e4ITAsWR+qX?%iVS s[gLjE | ;%~|6L1wZ­쿖`e44]ܭY;k8g81:j@\XCiےʴTۮJH`4x2`5_ 1g4kY+2Y뜡U yi>fwr*&$an9dSmTo` lj|bDC YZ