dbus-1-1.12.2-lp150.2.4.2<>,]/=„zVWJjm6o(5ѥX1^̆$}'`t~xJ3Jt~Dƚ~8!e ukތ5G͝fZl(*9l g-EA|N,EZq Sd|3ó|&Hk%u: of.* Müp2|!$ǰT[qޓz{qrYxV3vP ꊋ5(PN89-!whg`>Jl?\d   5  )/6 v l=`= = T= H= &E= '=(t=)=*+=+,($,$/$(0"70)80(91$(:3(= >?@$C,F4GH=H<=I0=XpY\=]=^+b`c deflu=vw0=x$=ylz XCdbus-11.12.2lp150.2.4.2D-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).]cloud137 ђopenSUSE Leap 15.0openSUSEGPL-2.0-or-later OR AFL-2.1http://bugs.opensuse.orgSystem/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 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in dbus.service dbus.socket ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in dbus.service dbus.socket ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-dbus-1-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-dbus-1-update-$service-new-in-upgrade" fi done for service in dbus.service dbus.socket ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : 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-lp150.2.4.2 else touch /etc/sysconfig/services.rpmbak.dbus-1-1.12.2-lp150.2.4.2 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 test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset dbus.service dbus.socket || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in dbus.service dbus.socket ; do if [ ! -e "/run/rpm-dbus-1-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-dbus-1-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in dbus.service dbus.socket ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : 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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 else # package uninstall for service in dbus.service dbus.socket ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi+|FA)`IZ90jZx9)fh FW5@:q1]AAAAAA聤AAAA큤A큤A]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]YjYjZ Yj]Yj]]]]]]]]]]]9e984094dfb1060dd844d32e216d47929afa37e752daad68f31b006d4ee1b11b2218b9313dc6d2e07d85751f318124cc5138787358ae1039703321cf6b35602aa6f50dc70ef082a110dcdb164579cd2af221b90226c5e0aca237edcad98a1c26ad98d3a50ae7ce05d55ab7cc5e186bc0eed4ba15bf350e0a4748ab2b3de41a155ef23eb6958c35447b5b2704a3ad86c361c80a4f83ee7f281459c0359109fa8f2cc0e55a274ed43ab5386f0fb96b546f1efdf6135ef9ffc90170beb49aba8ac1e2c40b98961d30ae65294e0c8b8dbf45acb07373ff52284478ac3a3eb02957b56514db0bd33e9d59a52a05383e595b9c253657311cced1f1cddbc0ad70f1e67c26f02881fac884f231aeb97f22d273addad55d843335f2f1ae5e373601d95707bb869386ba68d04477b8b98b7c084105962c2d4ee84af22721546165448bd2af5c2b2c41ffabd305335df7b2adece2b2fcecda7d02dea30e5c76648a301ab635eb22f95ba3a0fb92e84c74bb7de934c1de9fe5859072690f8633ee67eabd16abb9108841d9a78b8ca86d325d88cb324d00eb91b85075f2245765bfb03969e46e0f2e827b4c146d8fc7c0cfb5348056916e6c2b057ef40d77d55320472bbacccae05359bbdc083b8db2b49542b26429166b5e13367a63668a4e8ff8a1b496f7ae19d7b51e1e6da255346ac6acbf95627baf14c324e84ee841d90fab98bcc0e9942b7ac7357065180d1c2f3f00c11d17dadd31cdc3d7e59c623eb733beb3e50cef8d6c76ba6b7eaba0c987ab294f3534f3603dc5717349271cef7f46e7c530727abc7f3e09dfbd851b91b2b70d62730ce4e46323718ad35d635011689940ef6f6c206f009ddcf909422f3651c687b4623a5780fb7486c6d650e5332f57c00d6be118938a267987dee9ef442cdb9a5cba6d1e7303be93b0013b0948f20831921e5222ad2317b7040e0aca41b5c9a04141aaf20143e15072eb19394248eb5f5e5a19e2584de5acbe9ef4a792e39d9141c3a2b60fb592bf4d7c27cedd7bf8d201f4c2484db3de366500912c63d834154173c7886e7ded484d4fe1dde4b62f6d30b59b02757b6a8cba77f6273f07848aa1a81cdd02d0aaa0f86d3c73f2ecf5488531760e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1398f385ec26f0f72b5d75d33d5a1d250eb11e6871ede87c4b623d9e3a322bef0d4f0e85dfcc152b8b3365cabae70e112d22bc42e94bada87b894b9086e836c00c8932744a4eb4afe8f62acf84937385158800c59b2045d934fc2ecb4b7eec07ec09dc29579b934cc59cca271f200cdbf6660997610afd8dfb5ab08152d401fa7077b58753a9a43bfce67e4d873ba70f1837e12780116076af9ea4cf1ad5460427505f360306dc8663428f16ad227f7150a142f06da6b3faba42d6a4e17a23a0962ec28c4f6d3a3556dd7f8654357af6f79084585d43ce48792f2c70150af37e7bbbde8f036a0821272fbb723fe9e5bdfe05474079a154ceff82a296b60c63acb548e3274756a60ca30146d99f1ca14265709c5d6f40ca375a8381c176d206f10/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-lp150.2.4.2.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-lp150.2.4.21.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>&2]:\=@\alarrosa@suse.comkukuk@suse.deJan Engelhardt eich@suse.comdimstar@opensuse.orgsflees@suse.dejengelh@inai.desflees@suse.desflees@suse.desflees@suse.desflees@suse.desflees@suse.desflees@suse.desflees@suse.desflees@suse.defstrba@suse.comsflees@suse.desflees@suse.desflees@suse.demarius.kittler@suse.comfstrba@suse.comjengelh@inai.defstrba@suse.comkukuk@suse.defstrba@suse.commvidner@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comhrvoje.senjan@gmail.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.com- Fix CVE-2019-12749 Authentication bypass (CVE-2019-12749 bsc#1137832) * added fix-CVE-2019-12749.patch- Make libdbus-1-3 own the %{_datadir}/dbus-1/system.d directory- Use %license instead of %doc [bsc#1082318]- Avoid bashisms in scriptlets.- Avoid ugly error message from %pre(install) script when installing for the first time.- Don't spit out a warning if /usr/bin/dbus-daemon does not exist when we run the pre-script.- Swap a missed libdir to libexecdir- Do not hide errors during useradd.- Fix dbus-daemon-launch-helper to use proper ref to libexecdir- use %{_libexecdir}/dbus-1 as libexecdir- Update to 1.12.2 Deprecations: • Eavesdropping is officially deprecated in favour of BecomeMonitor. See the release notes for spec version 0.31 (in dbus 1.11.14). • [Unix] Flag files in /var/run/console/${username} are deprecated. See the release notes for 1.11.18. New APIs: • 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/shcloud137 1561371900  !"#$%&'()*+,-./0123456789:;<=1.12.2-lp150.2.4.21.12.2-lp150.2.4.21.12.2-lp150.2.4.2 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.opensuse.org/openSUSE:Maintenance:10489/openSUSE_Leap_15.0_Update/8a42e5fe7aee28ef7e7323f227a8d7a5-dbus-1.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linux directoryBourne-Again shell script, ASCII text executablecannot open `/home/abuild/rpmbuild/BUILDROOT/dbus-1-1.12.2-lp150.2.4.2.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/l, for GNU/Linux 3.2.0, BuildID[sha1]=3838ed22a618dc39b8252316465be619d95021f4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=8e0a06cc36b32471398630e554d76868500da540, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=e4f88e28601303163b2f77ff7ca51b33f942c6ec, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=392bbee27a1a004de83c7a456156f88a5966503f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=b568a76ba8467d4eda159f9e88f2e234b2ece7cf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=9582c96e2d0d74a69ebe423432c96039376032e9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=5fc6e18ba9da8a83054f993155cfff23e5950f5e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=db99298ec031345d5f3c720421f23711d282644b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=a051ac91d00dfae1582b96677e6e1970aa24538f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=6f56b2e31efa7decc8041b0ca431ad800a83f1b9, 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-lp150.2.4.2.x86_64/var/lib/dbus/machine-id' (No such file or directory)"-6AKU] RR R RR R RR R R RR RRRRRRRRRRRR 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 6g\U)%P"# See comments in pre if [ -s "/etc/sysconfig/services.rpmbak.dbus-1-1.12.2-lp150.2.4.2" ]; then mv -f /etc/sysconfig/services.rpmbak.dbus-1-1.12.2-lp150.2.4.2 /etc/sysconfig/services elif [ -e "/etc/sysconfig/services.rpmbak.dbus-1-1.12.2-lp150.2.4.2" ]; then rm -f /etc/sysconfig/services fi/bin/shutf-8f7145010d0e05619527d00f43d28412af821c68f352cc7cb65a1f3be8da92194?`7zXZ !t/ߨ]"k%n(/_btsqe;_+34ṩqR Sczj7B[J.':o~57$d75+ZINp,*N}WFwZDrU[ >{E1:\٨_!ؗcRt\^bB/?gKEz 19c"KdidQ{(E}Z?9lMS߱.5l&C2N$)R  hVcUCFb{^"yjz)s@h%j(|H +/!2lẎ5wҔP~(Obj>t҆- u؟U BqHpVm,UWD9m EoO'DWws.7KYG(..ßsh[P@N竈ո&\ĢL3rN C[+uG| J$d'YvD%7mEG~ S\FFx튵HI rrAٲ8>k5{ j~R+2^Hb4(y^)"B{4|G(0D er?D(2NH~ñ__x/=KԆ8kY,_Ԓ*T;jw]uĦRD ~گaF{i] GfwK(a CPZ9/-y@n%ckҮaFʕRm uByq R,y!{5k/- ~Yt58]q~t/"Z*Nn5Hq Wd@Shn-վɓ piJnc:/xrv&-_h|>yM#CWⱝˉ[1mPPv}^5:$'hq\SL0+宗$llYtO Y1l+֎vPBU9m6Z5>ckWX[k)|^qp/4\X#LZF#(wϑTA5/=(8+ {Ont $-.إfRgȼvYx' E |+?)KG+8iϨ/ b-iV UlvT6ѭ^}*NmrPFޙ} Љ BPQϳfF襎V>L)4|z47nJuPtȜwhlk HߣX8W5PINb:Ʀ* ˹}`/($*wN<,N`6D]547'>8q!Xi=.m)Kƾ84iWlW?dA+bcDp[1iԁ>u\Rn5P>H~j[\26Tp{O=7(8?lMac~;'!:_؇tEb$ϴϭnh!_MJk^f|ώyu~Oc!o+{B;8Dk\Aדx6I^9 z+r>!ߚCĦ.rsYd"sl9SQHdgL݁FEe@=k݌[Zcil&_T9D.D)bBӞNȘv;|A;Ѯ帷HCP 8,_ϾNbd38w+pO0ћ^ )Da48&5JR %dnl|IWss]t_9d,oLgT=vUH'β?*V#zC~ro,YIX I5O4>_۪w#+8{iC)aϲ>e;rQQ&.Rfk5 #;t,l$6;z2eC9PC(:"ѸSbLE6eP/Xg(yls鋖aP:#}I֏vy9wjzٮi.pW畣t5}\)s#kb򮡓6 V([ =#$( 9π ;; dh}GgaW[r1ʪ6fEہ^$ Ft tW-B Cr1y &Wp`M՘_;0|ij\7 .6~X~9B%U_]8z?|snS e9yesȻ0sі{Ya1x=(8(8\:#ɲ[v9O3׶d%7:l_Ǭ8 O|HQdm*2'"b-W}'v _` r P!'߁6!gj5fɻ~dp;0Dĵƪ޳QSNRXcl 1{"9 Q-o-GU#z nK}m V8ư;p |M7nWҙx T /K,^EL积,|c]0XδPl:IO,'zTFH]rMxB6Gp[ɵhT?oTe%M}!Am4j.utmWYf@۔ aId !fU'^B8)܆:Ŏ4do(S94{Җa 6k^~`ūcض}C[萅:7.~paI-SyWkne/gAwf*' סZ\y,@n_80hsdξ_&k2&ąq쬃dݗ24. u9#T{8v|&m{*;_LHl`;CoHi`$,a_wbL_!4y;@;ՠĽ)N%̇ 0qK +ZOy(nrv5J/n/W7HYf6v$ (5 $ۈ@Ip5, b3Ū[kTnr?N  da`c_+,9TR=eCφ EG5;`7!n@y{NM)E3IGr@bHDA{p<5nk5Ǻ36ЎE~|_h.ᛏ\?E%" ,%2(*ǥݣEJi`E$VAx#ӮW{q \a^?8_<Ln%=FjBtBunf.Cn+4/lݳ %ɲTrUU|E Su^qÑWnA߰q ~lYK"\4Ȁxlkya~K#h-41w)YhsQG,c~'f>֟b#Dxme6U4 9̷Hnh VKs6p.v榾4$`nŒT^U}Jp&:~Bș)pwomlS ,_(q ÊYjCǴF,U(LL~jȥdߺД f9Z@f[< $>qQ_kҎd"WFFDW0`d'.]}ҁ {aYIFpFb]&𙭶\A5M;i9V8!%$LS_b{Ľt w֌(_n݄Hp ^Y&SNgP#U v0Bde " D瀸EPݎ~uƜkBBגJN-dFC5YSrTop ;ڐtT'uuU$ gC+=ɣ F5?̨"Osm9a`״]vU|f!o[hNڟvkJ<|ϡ StUg~$ bgnMߌMtz*0>rj!ߘRXZl5`ͱBt<'~D9%$W`&+{#x2-{:%6LR }O%*/v`cy83d|o pj51KGUzi:*D$Ns hU:?Vdhߢ-J 6~6~7el Xus!HɒeJj_1쁤wocHIFkFA05褢V-iNA@ki2hQ'xE QgdCyZW3,Cc F g74XmLؒgY5MwA:IЛOutsXЍGh߇qO;l7waϕ`};1 ~n_Ycb bG do4 `Gu"^p(LoCfY3ڼ][GHcooZ_giJО6ʦ#T=9N zXasQ?? ?$O0s\t9:@&9̿dd$p"ȏ}F-è޺@X5f{Z/xףOqL 7 )d6#T+wA϶' ـ4CNcp\}ӛ==XȽZ"9s AMeKvK @{pSs{VziM]]~9S1'nVIf=ޒ -[懲p.kP0Oʔi)y*술#A~n[<#a;9f2?$ty/,.3*#ViVͅ I AeL*k7]s!bJ B+b#n9~ eT(&EgLxh/ _9|Tɪyb}gP ?Ɍ%K''J q\*^(XxJ`{)թ,GW+BWnU`i. 28fYT9[tK\Yꗑ}5Y*p o_H$7_|pĘY5lcHhуHap/PS-Rp` F*9>#2h(`sCM!-)Xk"D>Ґ>K4irF ;ˁk*g{_L4'[lPSN-/]z+,ӣ~ 4-py ۘPg"2"AM7(1Njq0z~B#Q\9&>ߧ4Ѣg<dMgyVZ%b^Q{7l:%d;Ez&ۆw-`ŵ:c=!v%(o,|05[ uJi-5nb`d=u8 !-w^D@`jءI,˙)|Ŷ:ySRcvsV\U6zxB ^%&pdg{0eHL.+`/=/ k wv7G5@A`XPH30Aq@|Цoc87,t9}\$HV,6jKlRC "vx*h ^tYy˪T*:pMt5+MqjD)[P1WSqj6|GYP8/ U[d'l至#AJ`j w#U1 hMnx,X-*N@ 410@Ey=!!-ЛkGm ,vA^ke1]-%YDE2R:4a: hDVZii( 5qm0 J#{Ip\],Xǁ*]0iXH"Xx D_De?t1/c?:KjD]¢$;8a\U⃘LWx<.gz%JSy,YK}Pe 1o~NJ?ҷЩYvcl/ةY-v.uW)n1LMQPBIńBI .|.Bq(YW\GTT 6C![<{A'Y})OG<*aP+t6Dg",ҢjvG2`tcRCD+i ? }L@<4t5Ui mi>#k{s۰뙣- b(a0Nb>`@z$GA^r+57veZlb[&1rIӡG`RHpτb+vf.Wń[5*VHS8(2O\'{#MXЇ7Y:!DoBMMGT> nAV]Z>5 Ԁ>º$ܕ6,ji:b>K+[bw,@hZ2&OriPտ.Ha-oF"9habNIS_C{oλ\Ug$%7N< IJ$ܟn;lq|PK!p)cyEm3mϤS0R(p0ԖRx>8{ynh<xDÑٶ6쌕ۙ4XR?1 v;MJcmD5'+ECLbg*[P̨2~)u9,)Aa-֒'yDAc&䙂)@Mp K2 jm8XĠPPWbHˮXڌ!x&HsDaUt62"G;mXds,+MȰ@sVF3`@W7LL\2TXQ  5uO{nd*'AށQ;..ylL'A^B~bhT3/RqXiT~Jx\+d0>[]_cfj(G'R-.rSi(,6)7u\_x`rZ:!X eۧ~lzFAA| * 댑9JWCOO9)V2_Jz]uKІaWUǺEeb6?,LhQ{+>7jth쩨s{9!O~#|>9tTV)~e"h@ (4ܺI^Ae[jˬC}#_i[?8?/^(@{ E8R<*ʀKn؂t ?^Ps_P85XWj*{(A^(sI4EBf=ڴopdvi6tinY$Vd8t;vRY M DII`סY&zTv-dJ v"OXf1?l#n%P!a?ưY|jPv0uDI[& byU-!lNw&potB8'd{e >O뫅5$C Y2H4R hU}sNI|~S̖ $IS8m%d#Q~oH XBrY $CDD1EFGL 1_nd뷦EbH yIh~*だqDHAKTm1im#,T>0†,VC6|ՓN,cgj#fUI& р˔v&dYnBJ? )kB)IDFvTMOa޹y{Gf.6VPBHbZH>qq@4X`j\L+:3 -Z%> 0iOgd9D+1LVݵ:b?(a,Ŕ2 ri] S-Kk ==0YxͨEh-2u:EX=OD%_DwRjJnn?: )u,F:% N.:cBkFҨ^KtnA{?h{Cto0(+c$'UƏ~FS*݋CBVܾUt J [L TyǗѯG/4-JC.AŇGbb!IWk1 .@Pi:ۀABIU#4RwȁRb9H{#ckzyA?|cϹn=F%wjN%ۋ٭'2"?Z^1=?SD[`I0>0u3 1@ぷTs$t_t֞ zPO(z(&bW M. 7Jm{ E: ;ChJ-UƪYh9kVc@!m%4,hyNiZjZ&.e(!%#Ex#89ć-PL̂ZLֵ jj͢p"MxQLs٢#t<[S\C u,"Dp=[#n*}T&)wMS¹p ڗ_h:ةm nME}C3V~6}繷ۘI~ڳdBޔ}Nd6{'lgj.⩖DN];/~UVnITfMW _Ĩ>~P3mvNLq|PrH -d/fS_(8hQpG*Cxl='50 9Z"ϰW]"ʪQ\KẊҽ{1 LqDu#v&ǔ@L@%p㤰Xnl@N,L+Af$`ShոV~ p%qξ0f㱯Bo.v ~$h9 Y@9[<_2n5q7MnLҌ{?]f~;F5=•2s<2&mU^(E΋YϘS2FyN ㍨ooQ—uYyu㧪װ.*$P/FCB'Yu3v d80SH{b,>cu>@Ʀ315#?dD1jPQ.;ې)VUGdP~% ~?_н2TB=ΞnW  7yO1 Nɘ嫫<=Ef<1UbrŬ2jVTؑyb"&:DcfOXrq7PIFRM^_`<4t(\wT0Q|`Rܤ"KV (W sk۳xC`v!}09Qb(R-%t7yec-YeY0uWKYlV-'6 JMSWx#z9р^Xٚlhdc#1RJܤC 3k4:kN44`MΏ%,ύ$01z9,oW;ug^ϺkVa}%o9x mm#$/o*FbGt`EP ,f~;'v'h7LJ#bEkxݖU>`{܈ G@$\N|kKvjGD񳙎0a|D NĨ)֊<oqs+݌I-RS>t .m ۹rZ*j|7 e09Az;Zhm1PTCUL1u3DdiqQMʟ.kTqasuS7S.7P^ vY MNL[2qpbؠX0p[Sr?ZV)xW坎t|w)a[<6!=XQYڒ`5 K oudo5B9^=C5K.>OHW2*{L<$T3miZǫnJᵫݙZT/Z4`F#|y:z >P|i'8J,"D2OiL|X*58 ׽ C e<TaA~]|?}|xMenWpܮT OnKUK?V.8Xn&NR\{nP}^FeλX;Xp$`mFPFf_tTJn̩VԢTcD3e7D>}__JM)p,DV)P 3QjARk4z펉a0+F^M)jÕJhԨH ybuR-~2h,/РLkcI2;P>eF(NWv@Z[-h錣:/D^[- zٝZdm9P`N[!f>Ƶ?L2jmfx}|W`Gӣc@p.-SmVe5G { Q=$kk=* 'b#K8(9uΧHk~\JIVXB\2qK龓@yQIjjߵ ^W>I6n M/:vܾb7ˌpSi9"|`ㆫ {C,`"'݂З0^qOv<|M[î$fV~2$k/O?^_Oze:\0;0/Xgs&h=SϰSnɧFBvHr :bLz"~6O,3`+"mWhҴe!R2X 6Sn: `o1^٤sc/qҫlWrTnM&'~4=)zLj(wruyik zKk˝CE:ܨ.t~,ͿoDV"psF~K\Yo|!Dh5pTਫ:<,>=V ok{k&B5*HvGY=",[[/3KK![wduc#TlGӱIi<|2t"HQַ5̻FP/WZBۄ_y@Iu:FIטip")>S4->@W\رxn5 }S񳯃 /UNG:K@a(+4lg3ݳ6t9mء"Eɩ<~䑾wɬwˡ 3GV_8 10 mz!JDN j/'X_=^)Jl0T 4"(X!rv[b$@JaT!P&VD$C-$h Ӻ'?CPr-~T =vkVq.ϮXQT(`ks4R~?28-F>@R@uWYgF]=^Dҝ6+& H@ tG>FD夋ubנtGLv)t1Y1MZ@UX9='.أ1"a0M݋ٚ {6p'Ush. +R<*F YQU}ɣӌ4'7"8A䇃F)qph-Om"`z~|qV.B@Hblm!%L>ڽP9X$ϿoDFZ mɞ pI:7+Hp>^CKRT%k+ -Zf 1- q\Wh^k-BzGn٫1&Se/Fjެ1Ea"qSO)+g1);kW=ufƏ: H',*7$5>U4YK`{)b햫@lěPDD ""lhEx#-:4f Ze{#56{CY3N:Qh!&#BB?#:7,uL:]o:Xuc7hWU̎`OW4md9‡C'I$#}Ҋ1*ebȑ=$/D뀋./PsEY\6!κEӕC/+VyuwGw@IP@=qO/t1Z 啠ru 1W3qV }YVoD麼:Ђm3f1]`RidMT: Xo{{ϓ=-atAuDLv ^3 g|^ਸEMKAt'~!8iR":YzN>Oxԙͷg^l6v<$u)3uG0}0N>H fTZyfy-AAfhny$]$wr߶ mE-9 Di`P侊EΪX)(8ۣNhX &ΟfL|\I u*uq@_x"K!Qg\>VQMt}UicFOWF0sNx-.@n( <54Uѧ /4b /&k\m;Hn CkU6Y'BF?3Sc3| ,I8a?s1 [ũK·}@'#.7,ٕ%Łcƻ1.wڕ;y b{QeX$*0fǐod8x0*4:1g"1qBtP; V.*cgm'AV6 FUq89,k[T_Be?\l?r;|k*q mTqRA`nak'w[)]D/蕳f&G4T R{2u@3}.9T;4VCq}~~vw!no,uv3<_>:mNIUnJ3Y3<7C;-oP ؕc~)/!" `Δk-D׹Gǁڏ|9nx_6G$3arb+mI+0餆Ɖ*ۂ NDf_vaDjfsҷ,2 k:uA!-)8+% Y ɋIFb񫂂7V`GtuIԢ ja6 j!Qh+RqƹE#.ƅW+k-SeړC`[&a=rߢtQGTö&'%,|.b3MPnL_Z kW^p{Tț),K#SbM; ;mNsjgs cz@H!k4th)3"W{GZ5l8ŪX=QnIC t 6;T^c~昽ȿKw{(WٜMpK#y.#~WdhkZ{8+A:sh=sA*d`eywV׶p3Q㻂a+ MgC[8<"&Efocxf`8a%N=UuBa(Lhio>jfw(x3,:F8*a""%8l&/AN*{Id/bPK}ܣG3َ8= |9UR[qVUc.ڰ4Mf<+gт)K#Ii3SAq.H$-`;k 9U3!KfPc5"*d]9B^sV$ XV&٩8A&\4RX\D`S`'-v:+m=]6.aȰ΃IIz̪&TS/~c,80\;+Q w!F`5;*6'E. o#adv͌TRo9%Jq˲ a3VuJ%XGDP`i@HŨ+Ua[Qɨk{Iy6n˫"Obʈ?Wd 3$BE u3b3v&՚[ei#auoDɸ({V-!"[G`|NA;k4JiO g:ܬdhn<^1`u (U!`P]0'i"%kǒ* ¶T٣`~iSlma' #J%o(J67hg£yNr$kQ dc68W R% 8a MQB3ߴ acQ8*( ,圄>2=۩P7IQ[t2ȜLDy+lmpxNbr7x3?+q eJaAK. bTH00B\pZ{^+f.(>LbӗP,u4&1_\:Q_"L>}q0T /+>HІ҇òݧih ʽuV]:pϔb> -%|˝Ov t x|p癓@EdqnlJsw7y2k*ޤuu4R/\uM}ٗw rP;43}D:$ZK?H Pc,u 68o[Ϣd\aG%hkDzYi\-"i= H2oIc_ˈu\LËA|2e_3#|Zʥ5vv?ٯ8?WZgUʒ5(lFw8ǩto'䲌[ 'h;W'(RDu8b?'R_G`߮(В-XEн&Dy sfc^?C!1,>#Ƞ=&Ct]nZ$bm$6x]i|;ckQ[n.2DsU;|mϮ޸&gs4."ٗVVl ZAfYuB +I7hCo=\myZg!r ػy%uy΀o*g*YLh fܻ@O;T<5V9g$FK/<<c&UlZ Ao"Lj@ȴ{MZl5uC𽺬Alh7^%dW/ip_!zMoSNVD[{,WNȘljF >(ZF [ߚLG%d6~xNrmf.%EIZA+k~Yb'<H6)qo1ա l)%JcX~@x-p{dmvkD,mweMgW%/0,rqYgUh6"&b6un׉Z+ !Xcp.F3:5w!ǝa@6(*ЄU\r&`VR_-%lբGEM&?Z-e(P(dvk͸&۠6ʐrMSEM֩gn02T)}o]^pԨTX2hwN `0(uᆁfk~Pv.4kFbEqM3<J9d%U0ϝ4)e)vĻV|;[0b>bj9(1E4z@ Πpqe-XBc/\>k-lDI솻̬ejˌ9: ޿:C=Zpցz_m엧G?*G2)E}x5_G|OsG耙Ӿ8\IܠC/%xw#gCޢMC ~;~t M)޺.6ؠ\nG[X *іMa+i"X]BjZ@3 StLjN/,zkjuf'VmCkn~m pdIZ$9=3|c+%~He26۝FUP&2_.O2V 5M&XXiu2Ⱳ PmI6VS bS=S[;ndZk Kݦ+3˸F ȩҚL:FJ5+;1RXw.#0e;ʢIT^ YV%|D&6dW{W%^m-9IԻ"WW\vѕWI%$$ $q CPSG bt+RI;.,*: d-'8>uMC{}*KdЄ{-M=,X8A}B"Z=s2I眘)9Uj:[iw#w 5 +bNUDL0^R (} Yiv{RO(׫ !giސ >Y yl $xoݪF,x`影<&w;ё^-*^PiN"55E܄]}_Fk'qtrYBxgr¨?>; 6t[QLʼX0YshNCE  c:fxT Tᑈ߫8 6<XrAÌq[c2 [xuOIך$;7;4bUreMo:b0[V{4!/u+QZ"*9O Mީ*ͶYHQ*Cb)u(Km"q 6Cx3 AzP?2!j(@.euuz`zC/cK(ׄi;jR?3f*F}HUӒҍN]kJ#A^xʷZ=$=B |PH|4T-U[7uڼ@: N,e( D Q\v Ñ/X#t P.I@0T& A,(}}vSt-BNS܄m%!.k'{@з~a,âeۛܒeO.j=[ŗ)Tl$}.P v\{]bhwo yi]lՍ45Y2ѷ\fyoWW;WA HX𬃬 =ҴxȞnd]p bDIAq+ 0kxU>;=Ub IvI6..c9MacOvRwzbV .UWhn,/8 Z(4dn >E3@%+H܇oS^TT(7k]9wJ(̶NT\M1eĭ 8QH,)䞵hd3N}|bPQKƓ4&9wx/¹΅(AڵB9oZ'C.b@Fbr pt/G`Jy;=Cuq ~1ʋzt_/Z%Vʦԩ-=/x]'YG! :4 ՘b?(q6kǫ7I\%q8FY;3+0t'ErnBv+١ʔ̙FQx5Ugb蘭qUѽ=Mug(0UWs[/XɎD@WSOk&7:HDrjUnVa^f5CG\\>sd K0nkdw6Pمicp5p)^hƲ{DͲBjzg+gSGB4^0%)"τZ(ġdF;mIEɹ6ɏR&I9"P ` ue,TI^ /-M/ߤ7 oz\me܃ |~5ȶ=|- w/aM\qڎcІTQi!}b؁39P)%:u604msQ#[V+":*,Ҽb7!tJ72n`ּ&{;M"SI@+ Jj̦HGzmB\w]26kW*aVRNNxɅ/#2+dISVyf@6gd$6.EtL ^D+TM 5KA&u?/x@L{Ð 9WYkR@ReR7jb|Ck%8 T5 NO,HDŹ+sqULC[+ÄM"^+6 _d4=X_cn5ֆqTG<2$9wfr%ܤ?[gA dda*$ąѠ"}$0 W010R10*/hYYJZʋ Pr"U!B$ vf܌veMW^h[J,=SIJӱ{ǀG YN5F7\∪6WA+B#thF``֖rWeq1j^R U@f{ȇй铟W.^`p.t+{s*` ]@?A8JUWׂܛP9ArIQ:P ]y$I2T,'O39#=Q"(gۍ),Kd~Bz! 5~>4VA$TX\ei+;ݸP\-9} oU%0^#B9J0"YaR,lFЦR!Jlw't4}`7X,GQX6,ZvZgW"JFo0<7^}|LW!֥|c39{ U*xRdQ/e^G 2v"qR'`#?Tq6TJ;ƉQH!dE5+Ҳ4#rTDqEN{,`2)@l$o~HV *t#oҼ4Dq߈vi"ш?IP*2acH;Mc5D.S3`9^I=a<͹P;{*N[@.Nc6? :lQ5of$:IpA7^{:;l hDunlt^8?% 3"TQppyrßZozA&ڮ$_Lyee! ;!!Fw9M/nfҰr`6JAT2#چv>a7iC/pZH.j_ۢ;GRp`1R9Q1=B[/?P%CB(i9)ev;- adf=@@$UlCOa?&QlL(C5A!P=J=ujC52$^yis"(hڙIᏭ (@%,*#ub/yom`(sI&~#O)7" M{vsb:1RJO[ljaT6!smBO2&Cs6/,Cߝ24F6.bl in =O }&h#TꚔZ>FgZpaᯩ׺P;2H7 f?;p{VȤyTNTAWWRÄN#s:oIE W q#YL)B\B|! ._6 1\\Jٳ8d\~Ǻ`[3UirRA-P-afnTӶmOފA;ݿ0bʋQN@R?T2IEi Tl2h ̱h_6<) >Cn:V9wE*VF!A ?J}tLamqo .Pm5)'OxPRiyĚs,!Y qyϥO3{L.tbԴ%UnfY Vbᓥ*HPe3!S[mhdZ;)>Ҁb ?0~_R3흩 NYwEI /==ʊ3 #b V3 JadݝP4Tԏc/lfb5ʜwp{%FuT'=1 s8Fΐ~hܸKm=BpxK5c>R m,}qK ҥ8? s8 N]Vj$0(mq5 LH $"g`ȇ}ˏł^HqggpBazc==SJ1Sp>w:ȠN?x`ijG/ ѯ՗\7$b8DA& qL)GpU)D\ \ INx5-^ؙtG3B+_BN)ocPà5%b\/"2ceݛuSmUp3yY*hoZk Ym٘"ջ"@.߫2]$UNĦJjsMˢ?Dy\x^ !T]ʏȪ #5Zonǣi*5/ V$ u*}Hf -[rsNF8OiRôP-JlaM*/YFb;#ԓOTϾ:f,Ұf9./OPԥf'(]SSG24piY~ $c\;Z֮+SALpf}]*9ιsfa^445IC 2YT*1zMjUKb~6" =s+]uzHg k0z^GfPs,.)ݬ9P#h{B Ņ/.8(-4Ž)p:DG̦<?W!pVtsYeEr'^֦7:5{^C?s`?feij^cxA/KZsWWgnwEtr'zGFOoK߳v H Nx4C"^%E3oQmIbf+Qm=-G=c-\B\0м[B~_IW )L#Q߾x(ВRKl^fw))6O@3.e5.]E9[,ƗRl֡VHkJBW1 q-ob;.iwZt-*'dZlǃ<3j-Oʄ^E6)+>N> M:֤$k&# Y yYN Իp+e4߀/}i]om IU;p6'6Jr ` Q:3Q&CG5M*l qhNWwz9Tԧs_F,SJ~mmΦE5G׀w7 `?bx-*\қΩ0x|†9, TQa_m Azeu9?2hɿ_BvCl[G7 `/ K tHiU{~gVٵfAxUM3]kd}7{B%h+6o{5Yj 8"O }/R`b?׼a'NhQT»:$XUlc wgw >!9؃ ^W;v\E8om@7Yx:XucyH+𨛶 <>G!hC+r7 cc^i1Q8tFbxٞ_9aԑpΝ{9|ܜ8ͲQ tL#}c=¯bk42-/bS%b'8d"ccFg 0d2UqCJ酤!(,i"D˵=~O5鮓fcjJB!}s1GaWĢWC6zo wۤ+D%mB p5Ɖ. |u X&(F_u(z9T=kiIv @nQn낗1.H7 "* ]X%db9-]U1bib{K8MV2]T]AqT y&S ^ TKsȼX/y_92y;fځ;pX,eKŪ#ng۞ܼp+zę(vnAk$vy'/ RW(3%k $$ڏ03i TVzWVR85[;F= w#=_mxrs񵨎p孕1AOVDVaSY.M8p4lAD4dgZF-r_(b_0{ԉ>W=׵? iæcL*-C@^4ɐAEd%!n!^6",۲sMO R{5ڝF >K`>4ep \w?/̈́kD.ų-re/Ov(|H+^]OWwVqS͙3"^S~ֹDp`JF#Q;C?-/..i`d5wKe#fT?C 6|Vxy /w)v`]Q)܁f&Pu z%39E68Ye uoLuy5EL Rz2A8!!s692~G}[}ze 1H'_d|ɩ;-+61x\]Yɻ?Y'TkW5 <{-ES_2i-$z9IԌ=Y3oJ˩s;ht4E(s!ҁ1JJ`F*{TO*I ynzjC>՞hIF_ fJͲuJh6%]L3~ɂZ=K.'#bjܧiGS370S%;Ν؞[/]S-:z35ӭLgȁXJ=n>n-00&2\Nz꣧P2¢s,\*'Δ}1jK~.h}pFB99 9X7sE؅y㝈pN&J(~2--SoqeQU uzݰ"Ns}zNb 8K'x# Uw/M#M_D0:1KKK $L`ؘ_/ȝ_@7CFl@]1ѿ~ ώKsYhF0#j3lrٖo)cN_FJY8'doN(66s: !:=<{O(ŋfg+AE_i(N䡄n 9鸎c:RpcemywL1yȬ5թ9 oS(>ZĐIZiDĢ+Cw+H{k OYP; 11'ԈmM =qX8!׼8e"+qF>#iN+f9aZfJ5{)! N+k:~_55) }9`ԏ^DeRmV9$ <=0굋J Wwt$?>wǎy$˜2hl.훶'9Y&r-XRʍH>sas z8uCH#ceȸ dB)a 9=䠶.Q|A%hZS,okKËNQߞL|qC8yQ'tQ`р*,ivRH(詩^* 2[28إ%JK BpL(fY<ݬUȣ Qfγxi:#]F!_UbQg[`#y7ԉYHEҤ{o)xfs bhӎeӟ"q$TbF,*L`|{UBN 昭)g;_g\"kHJ|rH^ten|rDUR@ z&6O^fH?7G~t ?B8kTǀ33Ձx{\eZ`Kbw*7i^!"a1>B?;D-Hϻ#sB69-TמӒKKH; Y]PƸZSv*Xn@2UqLh l%xUT9Zk,=yI=jzH,TׇW=|=bj!f$_CFÝU#P(H|q^|jnT &DAl/xnDxG[,N"I,j2o鍟SS 0L Iqx~H\^__ ~} Zb ,,@%iZ,.G/ q4p;\CH( H4[@=VtF#/>W*fϭ/ot%0VgИ2 Z!>*SJ.)ʑhݍف[=]O$Ъ#/*aJuÃ`w uiz0 6<MtȘF]bޣ4Ϊ?HԬy>%;ȏ!SDw`Rn*zz{4b(;sH7t1yqTړQXlQe7őHh k6VɾRtuKmD9o4J3e~*@'W?EUi9QD7ЮFxE(S;+a"Z=3w{!`i6Mm~SzA%Գ HNlψ)#}J wMW{o"[Q=+YJNT6وPBJpҌ Bݤ\bToNV%%M35>BItX6O*9=.hB"i npGc (G`{Em9X0GPpFk\Wa~WZ5)s+O5Ae&RwnY[ݡ~I(kRz?[Ɠ3}eĔ#,Pp.e mBbq,eR49YUָwQGXYMdWX}ց6G9KqXu_@\k 3cMo_KX{ o^7^VGE46AmWa*d6 A&*cMSbqLb G4{"ҽO/{>3N%Cx ؎$MقU~GƲ3ϑhQ|5B<Ԓ6/|I=֞د}x+uZfI@Zn[;-N⢈ -jwS+ؑ`mg{UO DCln݉ '&/vu`` lhRU{s/HdƦm|v>OxRnqQgN<È@)i41:Jz:rSr5coCU-v^9\"[HAn{E{NkhI'>q_/ Q Lp]۴Sr0W6g5̮ 7PʴdI<{8W3"`;Yh>O/&䷨ [F9G܋sHFr NZn45_6o3-3rT- .̇Hrن@#6t%$m7D"|Xx#\S͖ܺjk{al$);Mԓ٢YxTb%.g z\e YYeoTcc[1_k@ Y$OH|:Q "{6)S=~ݕ4|q ?Ar.h*8A[VZ?P.`!r9~zD =X^ a~:$ RfHfvTU %h00zomY_ vק `vlRㄖuBD~gbq_]v^d@zms`1&uGB5F~K8swAtʼn:0:U6^΋i2c~(s/e$cb=&(FumP}̢J(0Dvm9O2#I>r@_fm꾺QK[-hT9?GȌqՋo k.I!sx gnJ4#f54g(!:aOpb!6Z[\<=@(3rfzc{;DV(yxc7`U&d{^+:tP Ӽ# sQ{?Krs!WeZW̢7CX1ZUX= ĩXqƱcܔ h&hqzCǠ~`HZĊY7 ͸{#xg,BoTI7G{4^qe1݌PiՊ2yuOw+HC@:|cp29;A9= NP< aÚ 4%mo,=c!cȮ:a*:k T;fg {$oeFkאHZEǧe _Mt[ /{=,꧇l8sbO nԳ{S0)P"K=s0 4T BP COVGyIZFeם-}j6G\TQXw~)8^!(W`&9KRǨGnbo@nmܥ %[QFq/|9j8 Qv8:4qf|mv ,ۢHK^( R* 1Z]Kz%pd LT80ISE]ԠG>/ }YœJIN8IHAUv-#L \&|1Ik:TåJ|u~tanS]!7C ~^X/r Nuw*(j'8 A1oP46XvpX\-2/(QwSZ(s>$Y~j$p-Βr%8(]J4aLS?[ Vچ)xR%e"5/Z. =}_m[hbAq+?mbt(}j9bC:DwCکJm &J.X'C*^l ⨩~cܾwV\7~`[z k w_ڇ'jpdҺ\A'lZ,5DqG`zh-WH?9tϙ)7sBPfNTQi;UG%͐EIЂKB<&B(O-U~QEIIJM B4@g406] %fy7u@X׮+SŢbttxS}DN2{ԮR*SS/?x\D@[ހ(#HtFc)R5 jIUiC43*T罤M(I8\ZmUP0͞,$5 ɽd2b3;*+/fq)*I2z"fEy9ߋ"ROMT ;yCD\M{~7P}gnԺ墦zaLDGub e*UQ×[mHXx*6Mr樍 Y|A3Qh %.1֚N *R-] 3-҆k?mҭ~]Ҟ{5>dVKKQUeb} !cwqQ8MHO c%m3 }wk dY icNީu p*)xD^´hVL^]3ed Txz|3tC C oG>HD, R+pZ.;bkZ>+tkoy .|>,\n?c{,lLQ"cpN&\V>spKw-.:d8LBhE=l4  nᣅ-bI8Ǿ/^5ԹD}Jjy/U<&݇ {aE/5I1N k)8NrX4f@hvDw$c24[a&t"S6QQG5eѩY ` 8А+PQX.ik~1ATsϲ4k^pxķ5~ʐPaΐ{G>^(g۶X+!̦w#YEfbɶߕ7_c$ M$D(+͍~AK+kZKEaH_iTx|O2~8nv ۋKzm=nK喡ΙԍW8M\]%"j?AM/w9鮄 L{sˉ_nQGr]@%mB "emqC#_8(p '1,^nw=ķ}u)~p% ة:Ga6`8*5Az_ၤN*2#TerGlϸ[]8_y̨}wxTq7?&qѠaϪ6Ð! pJ=GPWr )ZufC=}ylN:%0Nz񒯇wE|ss+ssN<9Y{ޞtJ#~ǠD~<5DL3W"uR)Iax=n:<;ɜ^al'H8LxCN7d:5Dh.f a0q0 (Gs`/'5¿Ym)1*|/CT9*M~%&އ2LV?A:TKm PKT:H0'J> b~x:i^.m/biF*{D˜%ꆕ8US #* hZ}>YmLZF% /‡wʯV-$0ƿ 脝1Ė6o/?䷞s0:8_8CcкJ+$B?ފ᥆bYȕbҬ(B ifz'.m\\g kGSeHy۪iLuO$YF, Kn htY'(vR!)w?۬C $V=KDm;0h4 >*s>ۙž pnpG^ܼ[?(݇sFDrB8QdmzL bAm6G9'猈Qd Hs͔Jt֏9`V Ck B7ex-K"]#m1ON&C`֌xG~^}"Utd<ť`۹"MS3qUe%X-IDog=3@m*H b},e8>{ tXg_'iKLJhE40AEiOp'6 7&Be*âLvŒ2FVN R!\ߓs WxAkEMۚ0 gP^Дiy>NˣK a| |ztd\֧# ʈ^*'Btؾ%Wb Qd2/GNC]œA>zWR_/y*)*PSB ^w6Rc4 v,^i7b{1qaY}- sdb탆1 '-s`8(9A%R.UQlRw&xwQlXQsGtؽ5ۮGK wSvW@1Mu^x>~`ג)zqk 8c9`"a#jjE]vc3OG_vh$H*ګSDSA/D"4|jou5.{2#r y +X:d~r;Kc|k_" ~CB9Hv%j84TYpFT}~8lk`u{v|L ~ї{ p~ɼq&+HAo8^k l%G"'+ݍ#Äj6ݏ_"U=Fu^MCS1&YaHz p*U2nA~NFՇ7W!>(# o(^0AHo6 רQ Fo!]YvC#a ;2́b8 vfrM'_]h+KKI[fE`>4":~"*2o\/{t߳ 6S;~澩\D//A@I5(K Fw*+gbō rկWɋcJ?cj5[I r6 G{(TqSe" `y*Խ7 V)sTV%ode'O쏩9cr2m̊M-~*V"ZX H2ރ?(=_lg3 rTd_!W\CލU?("]$e˼Dj Q*#Pɒ$t> Oĸh\阾ޠ&0YkFe(,>j+ <&cQ );=;<|:'鋏[ätcY]bEaҞ0έ cteF fOI'P,9UVu>f[ Atu:92I7| Y м6kV&jxn[DxMrrVi%, %zZ(f) P;+fQڏP>va. û; x%C ]R*p /#ps\Ӟѻ IKٶ5t=9U4"uaG )E?KF6|҃m}DMY*` IG/lۢ~xM kFeXL7-F M>[%4Xw\+VV#xiWsr7f^&oteSwok(I4)WI ^}†BMrB`EO}~_YdUUơ@(JLn%jKR͹9/+[at ZQab]JKfHUΤ][#0XwSwmEsE7JܓL=?7 }$*>,'Ljeuel:N^QaxѼAV'mr 5<4.Rgq!2TT[|NO]b|>sz}K.)-hM ZI2ו6&60a{tt>?FDlGzA4?sOvuՈ8! `w `iVP8l|2]T(;&T݈0w dDl_6vFT[K<{͓wYUV9g؝#bvpH@qULV]8**+ FT!D}"b|ɏUPa$K lpNjk_= NFཎj'kteI*ezY XfVMtDrXTԴXԈ^9+Y`IHt'øBT Z#qݖQӤM]F~G2w| XLw¸Cʉ 0#|8kWDQQ_ 0қtQ 'Cvz;%+BYu)U oդ!o-(ƞȤnܰr|W[0砵EǙL))~bh'H0kR?jK5=$Y`R9<=q01[m'H7yMh>$voV|߽D{vZ5fHРMvTzSĪ)[-ϠʦpGJǽ ZYt1gb(cexGu;EnHoixo4D|l$܌PeQf@ޡz} &Te%hՙ-M#Zdx˰ٸΓG2o`|aȑHMIPm5gG,ow0˦l QxU^uiQ_G'AsF4hzO $Q2tu.M` zja=}S߻ǐ@DOagn:+yRfᙟ$$Si4j#$Y;& ZnN-˥,"[tlV@ԡwAӻS5դju (l7Ӭwl4T5f>Dnon VX.aJ)X> K^P]Vh_Ӹ!W+Ŝr:{%ZoIL^Ը2/RRzʔy8aS%a'Z̺ xO&u߻P@Fbj j#u!]IA,i ",&RQKuY; 9uq7pz(j!Y`)TXa"I*s&tilY'[Z^7 u< o$֫>Mhj(dʰpeZ 'c5Dd`>cX/r7},Ȳ=NFH30~اh_?QVߟ^A(Kf璏Xf|e7 @*UJߧ#_egWk"fp5Asyҥ9:t[SQjyIV2VmttE6^ wݏC#BKrZxKYiqQrdaT_H A+2hX!!!v}ydNyH3i0(Mf&3UG/|Z _g} ӡxr8Vͣ\G=pc'&4+q^o]AG:׬9*q9QPGbL9$:e` "·ټ!<D~['5%2TQ|#ӘFY>?bK[aؙO՗/-AТvCZ3 $0{d a*'FAݕQn2.Moc۵:p.8q*!B_^,%V$],4uA L<.JS;oY y(%^1CaEz/xMc33G5=ȋ( = G%]wAqEV1Kٙ%R{VmlCY*DP7 ?τ<~Z RY':GG7{׽<1RLClvٟQٖ(apI2@7¬14,%E1"\L)n9o!dϡ;&$P*lChZ|IgO=A2}Uٱ'E+_?~MUAUB-c"?%o5_~L0r Yؚ,5Ҿ ;|7Z<֖qcV?B!;Y3 ÚUUG 4 *8Vk~z6UN1eB.M7IO73L;$b>AQtΥS4%)`9iބ&aƎK'T:sf̀t\e S6)AQ pٮΛs9ba-[}{P\b^߶*)2j" Gv(px*f^+.|}>HW ;k^WӖu.sg߃Fޢ5^n=.$/QH=%Cf uλ]!J3m thdK`*\3zs:Eu=?i3ՊơuhYc]oyC!Ƭ|ÇSȶp uD3p sJ:LkLcR_6h5@iZWYI_S5.N.yjXZΙ4hx<>; 6ABQ^ B*2ig+wR-Υ>u3ϰ A| T'AeGD-*`o`>j,H4GE9e5wFlզЧV }wS4)`w"I\ҢRMeFP8h X<;i5 {ݮ>a" !/0%lpS4T52eyDU?h3"uwwå#pq5 7T9LPaVNGC10XHb- 3i!F:0q{cpLrkvk>oZVWI:Q0X5f4t3JFvnzW"™R3ァ>f!uwQ .WE/~ĘU#{]w@it" ۤWؘ%epscwJjuu#&-DF i;>e5+v1Bۻ!W.5_NVzqpơr۫{X𵠷YGJE ՒfCjg w }t6`|&πc<\@s;42J!4,.YgH١ +A/^p*K߂vqk({z{I)^$M=r20? `v4YY*̰&w]*K >2l0vP Bm}‚3!ayb%9Lq$׉9/,sqi@Dx wJ2a_Fd;3~kK+,arz0*<."I Jkm9W g{`P=Wj#wU$J$֓p42곾} tt6d'9e=+oOx0DFeb@ɖf6ǜddo;HLdndHHߍc.> !#OWj-^e_-ǕBVcu׃SB|<m **[@{-jtK>Hi,龄v#TdA'bƪN| hPi+G.0L j@_._4}<74|y;N\P_nv"VS[=`1&Jc_=jX:Z@;yXMG$\L2wFrإ.d^X9Frx‡Kd~!KEtXZD26g8Zd#d]+@WOD;x=SV=ƥhOD6HYq[^>m@IUz蔩̺' +ըAt-i-~ꐠGٶ- 0~(oR{w2b$YӼGe-wX|DvP]k\lP%'1HT1O%NaG}{S 1~di߄Dd%e.!yc$5Lu5[\whvݗ4!#-4coJOV]nѾ9v ^RL\/D־ŏQGz&aQZ9Z>A,R89'S  VY5v>¸#˯Ce;JAT}NA0E,^Ϋ5mRys-4!m^A? b E5$I߆ι`ܽ 9k19/ 2>ٱye1I|[%0|X{`kp*/_b IW+ S:rVR5z M/Y_$8V0t.eQcnM]Uq(zbym :.$ti6H+F—bTW]ITcOKq-tհJD~T9^K{8"Us7')]AhPH'WcVœ@Dd4L;arW{śԣGʏ=`Y4BCÜX31tM [>Y& ,%Km&WTn1cBυ~D37LP!#=cWwW.9 GE$ſ}@RR @9(R6Ȝ0yx)N;P 1eVDOܳD5[pa&$adkPКN{C9|ӑY[hwPI楢M#1PuN>!T_J4|v$`F)JՇD;ih)^x4%)D/4&1͑lX;]i5z0~^1:Y9\:ǹGDA?^GM"S]-JS P]ت;>~YAG rMڛ-Z n 6?HVaT.5ĬƯQAh >eW-!cD}IT,?a~U B P&A_9B]Cv}Mdz{039&<|SX`?o !)f7?I[gr;GVbV4K_9_-1cܔ 7{/1]nr-fYԄTl/Unݝs*0"i#|qä|M̮,]fU^jcsv^urI!_ mU6KG`Ѭ/À_Ȫ;sh+Pd::AqD0YLeYMB tVL5+THe0[%Q7"5˙Mo χ:|L"#Vjh8D~[3x幑97N07E:RES>ˎXqja"r-*Q?&^9Sa:Q$eљo,`FKwQ@$9ڕ%3)\O"ɀL}/V%BQѻllItmE\5CqӿapxK#6ϋq!P\b']ͧP q5;Hkڛ!eҘxꅗ_|;V}u,66aJoJ7 ǵ艹ɜj" WؘO苆 V A\H\&䒗呌_{<ܧjɻ:${ t=_~ƲZ GڌHw X /ӹ")o;>yZ(Oא'>o#ѕꇱ~mM $p~Ɖ/ĺn} CF%r 8°K(G>G?dNO=?c%>ULgT;$TXi?Ӌ' \o8EψRhcd '08V=׈4vlolvp_ز.uG-omn3%gѕBQ !m Y:+/eXW]9$DRipIѢ , y'N/E?Kɳ͗ 0ZZKiʀC/yl]{ L$5!_"9E - soO0R U:L/hhw=A;_Ԙw r*"q2JVR 3sv}#mTCfea:iYK_L L> #/I1I#.ƒ(wƶcI+rM+#} l{ʾ+H6y`Ld@"щZf9L{m` lP 7ܿp9 YZ