dbus-1-1.12.2-150100.8.14.1<>,LcG2p9|I:#e*1?Ms32y@gjj ~Pc|1)/'j5Mz㕶abw,WynO}1 -컷t3 JtJ\5mW 1id=nT:~pR Jb# =(-ёܗnmRo - ֦C}c~xL w)b[]6DqgU")34RNSktou^ 4乹@vG.?tZ>J?d   7 'DJR gx== B= = = #= $=%=' =(D(h=)\)*,o(,7,8- ,9-,:0,=>?@CFG=H=I=XY \`=]T=^bcd.e3f6l8uL=v@w=x=yNz 0blpvCdbus-11.12.2150100.8.14.1D-Bus Message Bus SystemD-Bus is a message bus system, a simple way for applications to talk to one another. D-Bus supplies both a system daemon and a per-user-login-session daemon. Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon).cG2cabernet_SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later OR AFL-2.1https://www.suse.com/System/Daemonshttp://dbus.freedesktop.org/linuxppc64legetent group messagebus >/dev/null || \ /usr/sbin/groupadd -r messagebus getent passwd messagebus >/dev/null || \ /usr/sbin/useradd -r -s /usr/bin/false -c "User for D-Bus" -d /run/dbus -g messagebus messagebus if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in dbus.service dbus.socket ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi # Lines below are temporary code to disable service restart on update sflees@suse.de boo#1020301 # These are potentially not needed on non tumbleweed systems where updates while running a desktop are not supported. # This seems likely to only effect the last version of tumbleweed where the service files were added and can probably be # removed reletavly soon. # Get the current version if [ "$FIRST_ARG" -gt 1 ]; then CURRENT_VER=$(/usr/bin/dbus-daemon --version 2>/dev/null| sed 's/^.*[^0-9]\([0-9]*\.[0-9]*\.[0-9]*\).*$/\1/' | head -1) # If the current version is or less then 1.10.2 where this change was added then migration needs to be run # The following line will return 1.10.2 if its newer then the current version TEST_VER=$(printf "1.10.2\n$CURRENT_VER" | sort -Vr | head -1) if [ "$TEST_VER" = "1.10.12" ]; then if [ -f /etc/sysconfig/services ]; then cp -a /etc/sysconfig/services /etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150100.8.14.1 else touch /etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150100.8.14.1 fi cat >>/etc/sysconfig/services < /dev/null if [ $? ]; then rm -f /var/lib/dbus/machine-id fi fi if [ ! -L /var/lib/dbus/machine-id ]; then mkdir -p /var/lib/dbus/ ln -s /etc/machine-id /var/lib/dbus/machine-id fi /sbin/ldconfig if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/lib/dbus-1/dbus-daemon-launch-helper fi /usr/sbin/update-alternatives --install /usr/bin/dbus-launch dbus-launch /usr/bin/dbus-launch.nox11 10 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in dbus.service dbus.socket ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/dbus.conf || :if [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove dbus-launch /usr/bin/dbus-launch.nox11 fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dbus.service dbus.socket || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dbus.service dbus.socket ) || : fi# immediately restarting the dbus service causes issues, As such wait for the next reboot to restart export DISABLE_RESTART_ON_UPDATE=yes test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dbus.service dbus.socket ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dbus.service dbus.socket ) || : fi fi+|FA H@      ` fh FW5@:q1\AAAAAA聤AAAA큤A큤AcG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG.cG,cG,cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG-cG,cG,cG,cG,cG,cG,cG,cG,cG,cG,cG,cG,cG-cG,cG,cG.YjYjZ YjcG.YjcG-cG-cG-cG-cG-cG-cG-cG-cG-cG,cG.9e984094dfb1060dd844d32e216d47929afa37e752daad68f31b006d4ee1b11b2218b9313dc6d2e07d85751f318124cc5138787358ae1039703321cf6b35602aa6f50dc70ef082a110dcdb164579cd2af221b90226c5e0aca237edcad98a1c2681388a30eb69e79cdfa3c8eae3aa9478441c6471bcf3e302b91ffe099954ce3407324d1ea61367d681a6fb24f7c8d96230317837743d5cdf076c93ab105e56852a0b1b4df6ddaf3a3e1949c3cd6425a65eadefec650e3a8cde498edef85b72509178c24f15a86785e5de8897fa63f39f112f023985ec10b4e829f13f87964ded1898758fcc15f005129585cd06a0ccacefe80166e6afc13071551081692d925e6c2728a3bbbac27c74f4062f9d63267db9739dac0e1da3d862ace4802bbe1eb569e73b13edc76078c9dc5b2d3df87fc6e7434e3a2a77a1a7f91acfb90bb5e5db2fc4cd6800c10fb3ccadedb82c1670e0cad20614a19866246762432f343b4b7533d5a505cbd7f348af8dbf5dc27bd9fd52b118764029c7ef76c10f0e21cdb67fdf54f2e8620527a92491bb4efd177f1b4aace3c56876fdbec433c1dfacca32f80f2e827b4c146d8fc7c0cfb5348056916e6c2b057ef40d77d55320472bbacccae05359bbdc083b8db2b49542b26429166b5e13367a63668a4e8ff8a1b496f7ae19d7b51e1e6da255346ac6acbf95627baf14c324e84ee841d90fab98bcc0e9942b7ac7357065180d1c2f3f00c11d17dadd31cdc3d7e59c623eb733beb3e50cef8d6c76ba6b7eaba0c987ab294f3534f3603dc5717349271cef7f46e7c530727abc7f3e09dfbd851b91b2b70d62730ce4e46323718ad35d635011689940ef6f6c206f009ddcf909422f3651c687b4623a5780fb7486c6d650e5332f57c00d6be118938a267987dee9ef442cdb9a5cba6d1e7303be93b0013b0948f20831921e5222ad2317b7040e0aca41b5c9a04141aaf20143e15072eb19394248eb5f5e5a19e2584de5acbe9ef4a792e39d9141c3a2b60fb592bf4d7c27cedd7bf8d201f4c2484db3de366500912c63d834154173c7886e7ded484d4fe1dde4b62f6d30b59b02757b6a8cba77f6273f07848aa1a81cdd02d0aaa0f86d3c73f2ecf5488531760e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1e7df1afa9b3053ecea02387bc7078dc6ccb9741a7c7187857c8ff81ed2c1092fa8d4b6dd65f3ca4b45dabf24401bc95f632d394fe6de9d8a383cfdd1d6a4c18eb50d36351c097a51f55797cc823d0edb35a265de42c22dafb334847277b82e27f9b01aa2ecdaaef35f680549ec69dea19087e76f4e0424b0d3cb160338f5364f2b0fe5198af539a4594bdc36b96139ea1014f04aa850bd6731f5c05d5b88ba2124a6d3cc397fd4e5e27b19634246dda79f3f536b05818fc9d980e77ac85275ff91d07398c4b08a2f4a79f28559aabda16eeaec4a3b3413384abd5511fd2c431497d07cb7a8f58397a3edb3e3a3aaa0558d6d1fee848cf4f6e85f70e5cf77e1d4166f6a343877a2828be53aa45c9681b035c3a30d72663acb0c86f1f13608d28b/usr/bin/dbus-cleanup-sockets/usr/bin/dbus-daemon/usr/bin/dbus-monitor/usr/bin/dbus-send/usr/bin/dbus-test-tool/usr/bin/dbus-update-activation-environment/usr/bin/dbus-uuidgen/etc/alternatives/dbus-launch../dbus.service../dbus.socket../dbus.socketservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmessagebusrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdbus-1-1.12.2-150100.8.14.1.src.rpmconfig(dbus-1)dbus-1dbus-1(ppc-64)dbus-launch@  !@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(dbus-1)libaudit.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcap-ng.so.0()(64bit)libdbus-1-3libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdbus-1.so.3(LIBDBUS_PRIVATE_1.12.2)(64bit)libexpat.so.1()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libselinux.so.1()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)permissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadowupdate-alternativesupdate-alternatives1.12.2-150100.8.14.11.12.23.0.4-14.6.0-14.0-15.2-14.14.1 /usr/bin/chkstat -n --warn --system -e /usr/lib/dbus-1/dbus-daemon-launch-helper 1>&2cG`#@`.`@]:\=@\ and rules in dbus-daemon configuration can now include send_broadcast="true", send_broadcast="false", max_unix_fds="N", min_unix_fds="N" (for some integer N). See the release notes for 1.11.18. • dbus_try_get_local_machine_id() is like dbus_get_local_machine_id(), but returns a DBusError. • New APIs around DBusMessageIter to simplify cleanup. See the release notes for 1.11.16. • The message bus daemon now implements the standard Introspectable, Peer and Properties interfaces. See the release notes for dbus 1.11.14 and spec version 0.31. • DTDs for introspection XML and bus configuration are installed. • [Unix] A new unix:dir=… address family resembles unix:tmpdir=… but never uses Linux abstract sockets, which is advantageous for containers. On non-Linux it is equivalent to unix:tmpdir=…. See the release notes for dbus 1.11.14 and spec version 0.31. • [Unix] New option "dbus-launch --exit-with-x11". • [Unix] Session managers can create transient .service files in $XDG_RUNTIME_DIR/dbus-1/services. See the release notes for 1.11.12. • [Unix] A sysusers.d snippet can create the messagebus user on-demand. Miscellaneous behaviour changes: • [Unix] The session bus now logs to syslog if it was started by dbus-launch. • [Unix] Internal warnings are logged to syslog if configured. • [Unix] Exceeding an anti-DoS limit is logged to syslog if configured, or to stderr. - Enabled "make check test suite" - Patches removed, fixed upstream * fix-upstream-drop-install-sections-from-user-services.patch * fix-upstream-increase-backlog.patch * fix-upstream-timeout-reset-1.patch * fix-upstream-timeout-reset-2.patch- boo#1027201 dbus-daemon not found - boo#978477 systemd reseting under heavy load * fix-upstream-timeout-reset-1.patch * fix-upstream-timeout-reset-2.patch- boo#1027200 don't generate machine-id in %post systemd will do it on first boot. - swap usage of /bin/false to /usr/bin/false - Use libexecdir=%{_libdir}/dbus-1 rather then /lib/dbus-1- No need to set --libdir anymore now that prefix is /usr/bin, * fixes boo#1047532 - No need to set --bindir, bindir in dbus-1-x11 was incorrect - Other fixes required to properly change prefix - Don't pass --with-initscripts we don't use them anymore.- Update to 1.10.20 * Fixes: + Fix a reference leak when blocking on a pending call on a connection that has been disconnected (fdo#101481, Shin-ichi MORITA) + Don't put timestamps in the Doxygen-generated documentation, for closer-to-reproducible builds (fdo#100692, Simon McVittie) + Avoid an assertion failure when connecting to a semicolon-separated series of addresses, one of which fails (fdo#101257, Simon McVittie) * Documentation: + Update git URIs in HACKING document to sync up with cgit.freedesktop.org (fdo#100715, Simon McVittie)- swap to /usr/bin bsc#1029968 - Add the following fixes from SLE12 * bsc#980928 increase listen() backlog of AF_UNIX sockets to SOMAXCONN fix-upstream-increase-backlog.patch - The following bugs were already fixed but are missing changelog entries * bsc#867256 (No longer applicable) * bsc#916785 (No longer applicable) * bsc#1012564 (Not applicable) * fdo#90004 (Fixed Upstream) - Rename the following patches as a tidy up * dbus-log-deny.patch to feature-suse-log-deny.patch * dbus-do-autolaunch.patch feature-suse-do-autolaunch.patch * 0001-Add-RefuseManualStartStop.patch to feature-suse-refuse-manual-start-stop.patch * 0001-Drop-Install-sections-from-user-services.patch to fix-upstream-drop-install-sections-from-user-services.patch- Update to 1.10.18 * Fixes + Re-order dbus-daemon startup so that on SELinux systems, the thread that reads AVC notifications retains the ability to write to the audit log (fdo#92832, Debian #857660; Laurent Bigonville) + Fix a harmless read overflow and some memory leaks in a unit test (fdo#100568, Philip Withnall)- Update to 1.10.16 Fixes: * Prevent symlink attacks in the nonce-tcp transport on Unix that could allow an attacker to overwrite a file named "nonce", in a directory that the user running dbus-daemon can write, with a random value known only to the user running dbus-daemon. This is unlikely to be exploitable in practice, particularly since the nonce-tcp transport is really only useful on Windows. (fd.o #99828, Simon McVittie) (bsc#1025950) * Avoid symlink attacks in the "embedded tests", which are not enabled by default and should never be enabled in production builds of dbus. (fd.o #99828, Simon McVittie) (bsc#1025951) * Work around an undesired effect of the fix for CVE-2014-3637 (fd.o #80559), in which processes that frequently send fds, such as logind during a flood of new PAM sessions, can get disconnected for continuously having at least one fd "in flight" for too long; dbus-daemon interprets that as a potential denial of service attack. The workaround is to disable that check for uid 0 process such as logind, with a message in the system log. The bug remains open while we look for a more general solution. (fd.o #95263, LP#1591411; Simon McVittie) * Don't run the test test-dbus-launch-x11.sh if X11 autolaunching was disabled at compile time. That test is not expected to work in that configuration. (fd.o #98665, Simon McVittie) Enhancements: * Do the Travis-CI build in Docker containers for Ubuntu LTS, Debian stable and Debian testing in addition to the older Ubuntu that is the default (fd.o #98889, Simon McVittie)- A note for scripts bsc#974092 (remove sysvinit script) is already fixed here.- Don't restart dbus on upgrade - Includes temporary work around for last version boo#1020301 - Add 0001-Add-RefuseManualStartStop.patch don't allow users to Manually start or stop dbus.- Add systemd unit files to start session bus via systemd - Added patch: * 0001-Drop-Install-sections-from-user-services.patch + remove install section from socket unit because it does not need to be enabled explicitly (see fdo#92402)- Requires systemd >= 209 and drop the compatibility pkg-config names that don't exist in newer systemd- Drop useless --with-pic which is only for static libs - Abort installation when user/group creation fails - Avoid calling %service_* more than once- Build the dbus-1 package without X in the dbus-1.spec - Move the dbus-launch.nox11 to the dbus-1 package and install it by default - Build devel-doc package in dbus-1.spec and don't build any documentation in dbus-1-x11 - Make dbus-1-x11 package contains only the X11-enabled dbus-launch - Fix some rpmlint warnings - Delete the dbus-1-x11.spec.in file, since maintaining it is more complicated then keeping in sync a dbus-1-x11.spec file of less then 120 lines- Create new subpackage: dbus-1-nox11 - contains dbus-launch without x11 support - Rename dbus-launch to dbus-launch.x11 - use update-alternatives to switch between dbus-launch with and without X11 - Solves [bnc#934214]- Update to 1.10.12 * Security fixes: + Do not treat ActivationFailure message received from root-owned systemd name as a format string. In principle this is a security vulnerability, but we do not believe it is exploitable in practice, because only privileged processes can own the org.freedesktop.systemd1 bus name, and systemd does not appear to send activation failures that contain "%". Please note that this probably *was* exploitable in dbus versions older than 1.6.30, 1.8.16 and 1.9.10 due to a missing check which at the time was only thought to be a denial of service vulnerability (CVE-2015-0245). If you are still running one of those versions, patch or upgrade immediately. (fdo#98157, bsc#1003898, Simon McVittie) * Other fixes: + Harden dbus-daemon against malicious or incorrect ActivationFailure messages by rejecting them if they do not come from a privileged process, or if systemd activation is not enabled (fdo#98157, Simon McVittie) + Avoid undefined behaviour when setting reply serial number without going via union DBusBasicValue (fdo#98035, Marc Mutz) + autogen.sh: fail cleanly if autoconf fails (Simon McVittie)- Moved dbus-run-session from dbus-1-x11 to dbus-1 (bdo#836296)- Update to 1.10.10 * Fixes: + On Linux, when dbus-daemon is run with reduced susceptibility to the OOM killer (typically via systemd), do not let child processes inherit that setting (fdo#32851; Kimmo Hämäläinen, WaLyong Cho) + Output valid shell syntax in ~/.dbus/session-bus/ if the bus address contains a semicolon (fdo#94746, Thiago Macieira) + Fix memory leaks and thread safety in subprocess starting on Windows (fdo#95191, Ralf Habacker) + Do not require systemd to have a service file if using it for activation (fdo#93194; Simon McVittie; backport from 1.11.0) + Stop test-dbus-daemon incorrectly failing on platforms that cannot discover the process ID of clients (fdo#96653, Руслан Ижбулатов) + In tests that exercise correct handling of crashing D-Bus services, suppress Windows crash handler (fdo#95155; Yiyang Fei, Ralf Habacker) + Explicitly check for stdint.h (Ioan-Adrian Ratiu) + update-activation-environment: produce better diagnostics on error (fdo#96653, Simon McVittie) + Don't fail the build with an unused const variable warning under gcc 6 (fdo#97282; Thomas Zimmermann, Simon McVittie) + Merge dbus-1.10-ci branch, containing backports from 1.11.0 in build/test code to support continuous integration (fdo#93194, Simon McVittie) - Avoid -Wunused-label when compiling with libselinux but no libaudit - In development builds, allow OOM tests to be disabled as documented - Accept and ignore the --tap argument in all "embedded tests", and run all automated tests with that argument for better diagnostics - Fix the systemd activation test under CMake by installing the required files - In Automake, fix shell syntax for installcheck-local with no DESTDIR - In Automake, don't try to run manual tests in installcheck - In CMake, don't run manual-tcp test as an automated test - Add travis-ci.org build machinery- Update to 1.10.8 * Fixes: + Enable "large file support" on systems where it exists: dbus-daemon is not expected to open large files, but it might need to stat files that happen to have large inode numbers (fdo#93545, Hongxu Jia) + Eliminate padding inside DBusMessageIter on 64-bit platforms, which might result in a pedantic C compiler not copying the entire contents of a DBusMessageIter; statically assert that this is not an ABI change in practice (fdo#94136, Simon McVittie) + Document dbus-test-tool echo --sleep-ms=N instead of incorrect --sleep=N (fdo#94244, Dmitri Iouchtchenko) + Correctly report test failures in C tests from run-test.sh (fdo#93379; amit tewari, Simon McVittie) + When tests are enabled, run all the marshal-validate tests, not just the even-numbered ones (fdo#93908, Nick Lewycky) + Correct the expected error from one marshal-validate test, which was previously not run due to the above bug(fdo#93908, Simon McVittie)- Update to 1.10.6 * Fixes: - On Unix when running tests as root, don't assert that root and the dbus-daemon user can still call UpdateActivationEnvironment; assert that those privileged users can call BecomeMonitor instead (fdo#93036, Simon McVittie) - On Windows, fix a memory leak in the autolaunch transport (fdo#92899, Simon McVittie) - On Windows Autotools builds, don't run tests that rely on dbus-run-session and other Unix-specifics (fdo#92899, Simon McVittie)- Update to 1.10.4 * Changes between 1.10.2 and 1.10.4 - Enhancements: + GetConnectionCredentials, GetConnectionUnixUser and GetConnectionUnixProcessID with argument "org.freedesktop.DBus" will now return details of the dbus-daemon itself. This is required to be able to call SetEnvironment on systemd. (fdo#92857, Jan Alexander Steffens) - Fixes: + Make UpdateActivationEnvironment always fail with AccessDenied on the system bus. Previously, it was possible to configure it so root could call it, but the environment variables were not actually used, because the launch helper would discard them. (fdo#92857, Jan Alexander Steffens) + On Unix with --systemd-activation on a user bus, make UpdateActivationEnvironment pass on its arguments to systemd's SetEnvironment method, solving inconsistency between the environments used for traditional activation and systemd user-service activation. (fdo#92857, Jan Alexander Steffens) + On Windows, don't crash if or --syslog is used (fdo#92538, Ralf Habacker) + On Windows, fix a memory leak when setting a DBusError from a Windows error (fdo#92721, Ralf Habacker) + On Windows, don't go into infinite recursion if we abort the process with backtraces enabled (fdo#92721, Ralf Habacker) + Fix various failing tests, variously on Windows and cross-platform: . don't test system.conf features (users, groups) that only make sense on the system bus, which is not supported on Windows . don't call _dbus_warn() when we skip a test, since it is fatal . fix computation of expected . when running TAP tests, translate newlines to Unix format, fixing cross-compiled tests under Wine on Linux . don't stress-test refcounting under Wine, where it's really slow . stop assuming that a message looped-back to the test will be received immediately . skip some system bus tests on Windows since they make no sense there (fdo#92538, fdo#92721; Ralf Habacker, Simon McVittie) * Changes between 1.10.0 and 1.10.2 - Fixes: + Correct error handling for activation: if there are multiple attempts to activate the same service and it fails immediately, the first attempt would get the correct reply, but the rest would time out. We now send the same error reply to each attempt. (fdo#92200, Simon McVittie) + If BecomeMonitor is called with a syntactically invalid match rule, don't crash with an assertion failure, fixing a regression in 1.9.10. This was not exploitable as a denial of service, because the check for a privileged user is done first. (fdo#92298, Simon McVittie) + On Linux with --enable-user-session, add the bus address to the environment of systemd services for better backwards compatibility (fdo#92612, Jan Alexander Steffens) + On Windows, fix the logic for replacing the installation prefix in service files' Exec lines (fdo#83539; Milan Crha, Simon McVittie) + On Windows, if installed in the conventional layout with ${prefix}/etc and ${prefix}/share, use relative paths between bus configuration files to allow the tree to be relocated (fdo#92028, Simon McVittie) + Make more of the regression tests pass in Windows builds (fdo#92538, Simon McVittie) * Summary of major changes since 1.8.0: - The basic setup for the well-known system and session buses is now done in read-only files in ${datadir} (normally /usr/share). - AppArmor integration has been merged, with features similar to the pre-existing SELinux integration. It is mostly compatible with the patches previously shipped by Ubuntu, with one significant change: Ubuntu's GetConnectionAppArmorSecurityContext method has been superseded by GetConnectionCredentials and was not included. - The --enable-user-session configure option can be enabled by OS integrators intending to use systemd to provide a session bus per user (in effect, treating all concurrent graphical and non-graphical login sessions as one large session). - The new listenable address mode "unix:runtime=yes" listens on $XDG_RUNTIME_DIR/bus, the same AF_UNIX socket used by the systemd user session. libdbus and "dbus-launch --autolaunch" will connect to this address by default. GLib >= 2.45.3 and sd-bus >= 209 have a matching default. - All executables are now dynamically linked to libdbus-1. Previously, some executables, most notably dbus-daemon, were statically linked to a specially-compiled variant of libdbus. This results in various private functions in the _dbus namespace being exposed by the shared library. These are not API, and must not be used outside the dbus source tree. - On platforms with ELF symbol versioning, all public symbols are versioned LIBDBUS_1_3. * New bus APIs: - org.freedesktop.DBus.GetConnectionCredentials returns LinuxSecurityLabel where supported - org.freedesktop.DBus.Monitoring interface (privileged) . BecomeMonitor method supersedes match rules with eavesdrop=true, which are now deprecated - org.freedesktop.DBus.Stats interface (semi-privileged) . now enabled by default . new GetAllMatchRules method - org.freedesktop.DBus.Verbose interface (not normally compiled) . toggles the effect of DBUS_VERBOSE * New executables: - dbus-test-tool - dbus-update-activation-environment * New optional dependencies: - The systemd: pseudo-transport requires libsystemd or libsd-daemon - Complete documentation requires Ducktype and yelp-tools - Full test coverage requires GLib 2.36 and PyGI - AppArmor integration requires libapparmor and optionally libaudit * Dependencies removed: - dbus-glib- Update to 1.8.20: * Fixes: - Fix a memory leak when GetConnectionCredentials() succeeds (fdo#91008, Jacek Bukarewicz) - Ensure that dbus-monitor does not reply to messages intended for others (fdo#90952, Simon McVittie)- Account for openSUSE:Leap in the conditional for chosing right local state directories (boo#941352)- Move common-begin sections around to make pre_checkin work again - Unconditionally build with systemd features, there are no cycles now, systemd no longer buildrequires dbus-1-devel- Update to 1.8.18: * Security hardening: - On Unix platforms, change the default configuration for the session bus to only allow EXTERNAL authentication (secure kernel-mediated credentials-passing), as was already done for the system bus. This avoids falling back to DBUS_COOKIE_SHA1, which relies on strongly unpredictable pseudo-random numbers; under certain circumstances (/dev/urandom unreadable or malloc() returns NULL), dbus could fall back to using rand(), which does not have the desired unpredictability. The fallback to rand() has not been changed in this stable-branch since the necessary code changes for correct error-handling are rather intrusive. If you are using D-Bus over the (unencrypted!) tcp: or nonce-tcp: transport, in conjunction with DBUS_COOKIE_SHA1 and a shared home directory using NFS or similar, you will need to reconfigure the session bus to accept DBUS_COOKIE_SHA1 by commenting out the element. This configuration is not recommended. (bsc#931066, fdo#90414, Simon McVittie) * Other fixes: - Add locking to DBusCounter's reference count and notify function (fdo#89297, Adrian Szyndela) - Ensure that DBusTransport's reference count is protected by the corresponding DBusConnection's lock (fdo#90312, Adrian Szyndela) - On Windows, listen on the same port for IPv4 and IPv6 (previously broken by an endianness mistake), and fix a failure to bind TCP sockets on approximately 1 attempt in 256 (fdo#87999, Ralf Habacker) - Correctly release DBusServer mutex before early-return if we run out of memory while copying authentication mechanisms (fdo#90021, Ralf Habacker) - Correctly initialize all fields of DBusTypeReader (fdo#90021, Ralf Habacker, Simon McVittie) - Fix some missing \n in verbose (debug log) messages (fdo#90021, Ralf Habacker) - Clean up some memory leaks in test code (fdo#90021, Ralf Habacker)- Sync changes from SLE12 conditionalized for suse_version <= 1315- Update to 1.8.16: * Security fixes: - Do not allow non-uid-0 processes to send forged ActivationFailure messages. On Linux systems with systemd activation, this would allow a local denial of service: unprivileged processes could flood the bus with these forged messages, winning the race with the actual service activation and causing an error reply to be sent back when service auto-activation was requested. This does not prevent the real service from being started, so it only works while the real service is not running. (CVE-2015-0245, fdo#88811, bnc#916343; Simon McVittie) * Other fixes: - fix a Windows build failure (fdo#88009, Ralf Habacker) - on Windows, allow up to 8K connections to the dbus-daemon instead of the previous 64, completing a previous fix which only worked under Autotools (fdo#71297, Ralf Habacker)- Update to 1.8.14 * Security hardening: - Do not allow calls to UpdateActivationEnvironment from uids other than the uid of the dbus-daemon. If a system service installs unsafe security policy rules that allow arbitrary method calls (such as CVE-2014-8148) then this prevents memory consumption and possible privilege escalation via UpdateActivationEnvironment. We believe that in practice, privilege escalation here is avoided by dbus-daemon-launch-helper sanitizing its environment; but it seems better to be safe. - Do not allow calls to UpdateActivationEnvironment or the Stats interface on object paths other than /org/freedesktop/DBus. Some system services install unsafe security policy rules that allow arbitrary method calls to any destination, method and interface with a specified object path; while less bad than allowing arbitrary method calls, these security policies are still harmful, since dbus-daemon normally offers the same API on all object paths and other system services might behave similarly. * Other fixes: - Add missing initialization so GetExtendedTcpTable doesn't crash on Windows Vista SP0 (fdo#77008, Ilya A. Tkachenko)- Update to 1.8.12: * Fixes: - Partially revert the CVE-2014-3639 patch by increasing the default authentication timeout on the system bus from 5 seconds back to 30 seconds, since this has been reported to cause boot regressions for some users, mostly with parallel boot (systemd) on slower hardware. On fast systems where local users are considered particularly hostile, administrators can return to the 5 second timeout (or any other value in milliseconds) by saving this as /etc/dbus-1/system-local.conf: 5000 (fdo#86431, Simon McVittie) - Add a message in syslog/the Journal when the auth_timeout is exceeded (fdo#86431, Simon McVittie) - Send back an AccessDenied error if the addressed recipient is not allowed to receive a message (and in builds with assertions enabled, don't assert under the same conditions). (fdo#86194, Jacek Bukarewicz)- Update to 1.8.10: * Security fixes: - Increase dbus-daemon's RLIMIT_NOFILE rlimit to 65536 so that CVE-2014-3636 part A cannot exhaust the system bus' file descriptors, completing the incomplete fix in 1.8.8. (CVE-2014-7824, fdo#85105; Simon McVittie, Alban Crequy)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shcabernet 1665646642  !"#$%&'()*+,-./0123456789:;<=1.12.2-150100.8.14.11.12.2-150100.8.14.11.12.2-150100.8.14.1 dbus-cleanup-socketsdbus-daemondbus-monitordbus-senddbus-test-tooldbus-update-activation-environmentdbus-uuidgenConsoleKitrun-session.ddbus_at_console.ckdbus-launchsession.confsystem.confdbus-1system-servicesdbusdbus-cleanup-socketsdbus-daemondbus-launchdbus-launch.nox11dbus-monitordbus-run-sessiondbus-senddbus-test-tooldbus-update-activation-environmentdbus-uuidgendbus-1dbus-daemon-launch-helperdbus.servicedbus.socketmulti-user.target.wantsdbus.servicesockets.target.wantsdbus.socketdbus.servicedbus.socketsockets.target.wantsdbus.socketdbus.confdbus.confrcdbussession.confsystem.confdbus-1AUTHORSHACKINGNEWSREADMEdbus-1COPYINGdbus-cleanup-sockets.1.gzdbus-daemon.1.gzdbus-launch.1.gzdbus-monitor.1.gzdbus-run-session.1.gzdbus-send.1.gzdbus-test-tool.1.gzdbus-update-activation-environment.1.gzdbus-uuidgen.1.gzdbusmachine-id/bin//etc//etc/ConsoleKit//etc/ConsoleKit/run-session.d//etc/alternatives//etc/dbus-1//lib//lib/dbus-1//run//usr/bin//usr/lib//usr/lib/dbus-1//usr/lib/systemd/system//usr/lib/systemd/system/multi-user.target.wants//usr/lib/systemd/system/sockets.target.wants//usr/lib/systemd/user//usr/lib/systemd/user/sockets.target.wants//usr/lib/sysusers.d//usr/lib/tmpfiles.d//usr/sbin//usr/share/dbus-1//usr/share/doc/packages//usr/share/doc/packages/dbus-1//usr/share/licenses//usr/share/licenses/dbus-1//usr/share/man/man1//var/lib//var/lib/dbus/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26362/SUSE_SLE-15-SP1_Update/a27dfb37049e551bc83ca8970183ec1f-dbus-1.SUSE_SLE-15-SP1_Updatedrpmxz5ppc64le-suse-linux directoryBourne-Again shell script, ASCII text executablecannot open `/home/abuild/rpmbuild/BUILDROOT/dbus-1-1.12.2-150100.8.14.1.ppc64le/etc/alternatives/dbus-launch' (No such file or directory)exported SGML document, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f0cec44af5de08dbe8b9829fe06255772a7920f6, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9842c221d9493b0f335a3c4a2baaaed067c87c70, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=1d95fa56c8089b5c48c4491f9f0b95553a0a9f3e, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=78ffa6b392b329cb833b318970079c4ebdd0d3bb, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=2659ac2e373ce44797ea282e5c998f07bfefe5bc, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=aa8e803e8efe3c72c5de764dda4ce3ae86f7a973, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=af9b670918360a6844a77aa4acfa489bd2a64981, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=666e43b5e28b695d4a4289c754e118c4c47d93f0, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=abe384b0629f8be8c4af93ff83293af9ccc7b6e0, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=040ae89c94b4c2ba087921dd92906b148d62dcc0, for GNU/Linux 3.10.0, strippedASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/dbus-1-1.12.2-150100.8.14.1.ppc64le/var/lib/dbus/machine-id' (No such file or directory)&.6=D  RR R RRR RRR RRRRR RR RRR R RRR RRRR R RRR RRR R RRR RRRR R RRR RR RRR RRR RR RR RRR RRR R RRR RRRRR R RRRR  Ṷ̆5# See comments in pre if [ -s "/etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150100.8.14.1" ]; then mv -f /etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150100.8.14.1 /etc/sysconfig/services elif [ -e "/etc/sysconfig/services.rpmbak.dbus-1-1.12.2-150100.8.14.1" ]; then rm -f /etc/sysconfig/services fi/bin/shutf-82ba165dabcfc09624654da2da6bd1f73da0be7112b7b237e0672adb88e7704b2?`7zXZ !t/K]"k%]/_bcn >vΎ/"1$Ǹugkȓ,Y"DB;Uq"0%͠4;5QqQZߣ]9W3X0lLSCfxEz?zN^h1q6߹ wcAӝLDW^i\nXcg|/V[֩oZa^*;x) _x@Qx e ަwz::%oFeuVX#~`)`&Xp܄SMϬm׃&5I֮\<U6kFR}H ٟpv@kK٧N] bԟvl'. l' zNJQn4@v<,1D1\lD'㮬RwNRЎ)R#PSsgVՌf.lބ+*y DwG Pfd䠔#S~j_ɩXO!gZ!-y?yԆ7HWP\!ĀF ,zݺ. P>+~&ȈARʷC/bI+u[CE R=րeqx T(5l};hCg xD>~Gqu5~&i M[~YxN!vKmӾg.ҝB=k*c n0&k#ح d=iK,PZoڽ4Q)W{[ѢD{jxŋvxz !Wʴj$?wpZ o4ʡ咱 *.YvoQ7krj +6&8&L@מGL;s>D(s r/`_W@f'ʍ 2J!^%hD׸ ShhG"7f=K $ m(R)KMjeXg)V&VuZ==[b@LVz~{$}A.܎۾}YnCGb<ʮTEP§<ک/Ug4ǝ_r:+cDv&cyѩꏾ\S1Xk|,ZC~7/G\E| ~f 9TOl/)̷@g_ pzDdq΍PEmh`w|)xGˌchB_veJ"Y (1ߺ4ޡ_xfYhk7@w^) 8Du)mT0'm.n=dqn~J"UY K!3̽H<`<<؛0Bj7Aq"*}/|@/|&|3?٠nC[ֿWq{<`ׅ>Mj|+kӎ`[3ĴoF~_!o]h)vqEi%{gM#69a4Іy8pC YhCȱTQďn8O'25dg/Rg!q <&r5JiWariFSK]@]vp53@"yU$E7Zɣ1|ɘWÇbO*FG$]hJ|-BOSG ӹ=Mi*~VGC"-D؊pqϠ|Pi+ǖx@A˂jAό l-"ȹA}H8('ӥso4Lш>3hlC1?5*MU)cm9Uk}2Nٚǹn.L 9C "z\zܨl kó){w6m5 DuL /[2*t裶 EL'uw{qx]1;L@;):~-fX15<n'خ(`hIS~f|TSWy&/6lYN}^7;Lcb$~Se)\ 7^ 憨D2dBco {5/)>|yROlM/$E4ֽu[$2(Y)h)QN! cQnԫ{?*ѺS7L*Q]㐏6J=B gnaUMTB$*tp2Bs73PƐz(ێ-ҫ}ރf٢`/5Lgr€QEo,!ʍ@L haH#He)TB45EJ!g*JZߥqUԋ0J!u$_lè9l1p|@rgu)#`0ރLo57TW:v,C$ںDU ^UEw<&S>|5J  j+⠷ {^haufk2.PׇaR3 .GbHη3Y 9pڝ%഑EۃXA=$$cOW?dp+?;&dz  sg~ sT3m32 zCe;qgy+|ɕs'OwKW#UIS4& y6FY6y k\5^7kyA7XLM)ԯQ7)ҲdXV%wW)tއ:1$+Scik@Aрm~'Gj0DJ?J&[!o.F})& yLr<~G tcRC:B_e$ N%Q؃4֛3f*xlmt "JR߯GCnzTcjejB4%ZBjuQF֤KWWZVsgPDakf 2%g@6ͥJ9Mף_*c%L8F덃C\Q>fuvKG#r==yj=CR. CO:H0-_ŀ??YCNiI 87S p.ɬe+ AݘMrJ,757mt=X8Y NqmzBU1K.pR|(a#E^]- ׬/]~q`Fmd`؆RvXo^KSٍ/{ĮshjE_6'7u=_dX'cvw41dg",1wꄲ{n?{xUi ѯ&C^-ߟ)ޥdP#߮狘}g?/)!I)tuTnԩ(<Dړj'['JMv8a17;G>G*hdpoʼnytAњw//MׯOsqs $*N~b~˥| |-o7h@v޺4:9/ zN(`Bfյ$AϬ)7ޤy۫@ 82\%,NEL+|Gw8ӓ3͆^r]-KC%Fo.0@ sĤ>ߕ 62I}ˋ;  HΏ렘M0d@Ʋ TT/ /N[gÇ;8Y*49~Y5cUvMnkX8 /(U,`:"{H{ Hkr^IK5tƸO֖(13ߎ'A -R$ ^}x p[BWf>젆A`sz2.=.kP9$h6yI>1t;-by2MS 9辸%q[LTɠWlȨ6+nmچW:ASN k[0eL=uzvu4ec@}Ԟa4@G}9"/5،࠷Om͕9v:'EҾw%C]"3i)PVNFvRł(+W>ŞJ@ G:LZ >;8rNL/Gݓ-VFg3K#eFqZ>jf49g(xw6ֵo{ne}d) 7"@p[JZw"j7g3 9M:`KlO< g&8q#:/1B9y Sgb`nU\]gnj>(th"m{ݒ Z/Q2*4#BiDnLj ~MTUCYxx:p^U7tJEL]Y|" [~ ӎ~Ji3:]\RM܎S^| X:M9Zj@ޝoV7Ѐ橻6YK9h(k<2F Jua!Ee{OL'oQbjyTgQw)Tw @+5$o7w)T# CݮhtJn_\$g]a\{Z6¿tA]iFp>k ɍL )1>2ޖoI`c|e%-[C(*>p K'-JqD8evTfuRrNf*!^& GfW I i I"OOQݝ- qNp…k. ?ɕNvƠNʦA1jQ);b~|N\W[x\*!83oGNk;bL $dV}#X"ek:٧}ɜo,`-IH+C%ԙeF*6O#^2 ~<,x, DbDHv,e/G#۶;y"4mgȎI+4k]>.H C }I*_FN_Cً ^c[({|8 nqi2 Ce *`T=thGs:{^#a &_g`~dOS\vwmbo|AM1(7-?MrcL^;L{5A@A?Dٹn+s䏊hzC7vLd1557T\8_ж?'%*8T ~VD*mCSB>]|D'kTl̽?e2Dq,  9P}?nƠ-CNCsu ^zD[|N*xc}Dž|_PK4'AMǚt\ẙwjE~,J>\|8'-w/=I}. ^"N/<_cFmUwz[=nXŠv sS)KXG :1xbEo,0Qp_vwQ0c5zuXzWٌ"Nr?N<'8F$ fxЭ?[5.!F3C1nr3ITg׼&ɣ0;4- (UUO<)j7d*=@}9T NF rK悹i_6AImZ.-B8<.WU2L<@+n[}0-g_=sE& <7*!G LA|BWajHs,N,Sut~w|o8s:']&X-S*\0q,ʏ\e~$9 ܱ&;qg??g~3.$^T)==T!kDfL:ݰ[hUIea cP@hjx+lxO+[?G4a)7X?b(:/GA{?dx/ab٩ 0S#wE eoMD+ΟD0q?5V!!9|,z;\k<姧% } ϋ櫭-s!KQ# '~C©@&1e(WSbK[ɾJ[ qz]hiǀC8z&T=r2}a)qb4@C"'<0ƀ/ oRK}S.!,8pYoG='H@3x_R48O=GX|-,)=Uا-7/^lB81 ?| ݐO!MyXCQm@ybhLky O:J Z weɸʳN .0hyu_juΊYq_VĶafviluF'QbI WCLO&t|:'KcTZ"|IFJ0V#Hq Ba9 1B>5H,^Qn6S=fR֭;a##< %Dws)یF(.Cbޝ" t¡{c!&6eR3 Oc6NxyM=(ʬr[Gࠧ?T/b[ !+ga^A;.dlX?&TAFТ(TCH[SϤщTa>J[*k>o_ ћm S §%bxY26Ϧl'*2jv :ZEcŎ6.CA!mlj'R8FefMunuP at<=g^W7N&뇾\w0&\B,v{@ g((dg4,Y_a(xsY󦔓u'^Β ȡKq[DŽLas|39R¡XSn8^W47;3>JCD&+vzM@Dt,1B2ƵT NG+?*/Hb*xi"-Fh&;p-Pf׉z}"[ ""%8Ӿ_>{M|&іTŢzo MٚUk)#=(gJ?2>.AvvUlJ#I:c 6>נ[>F(84F}ƻnWf!5^.X8cSFt%v<^MN۱{xrYma0o  AE$BM!<oIݽ:(?WtXZ ft S8Xjhh%f\؎lP@o}`E ,ЗLL!.RfBK1yM(II9S^QBkqH$ٕwhywd:Jmu t3G1kie 2T)-N<ꠐtSOZ0=y]j,0xGZ bQ6ie3'(7[t|}b,'鞍S5|h)pS8`vMlF5賏՚TкL$$̬*:+}aE[VD'XaΪҤCC EX$wYW s[_NHI; 5{#*: 5 2^WiL SW`*%z1X<7xm.¯M]u?./0*a8=4N2CR~*ca-'E]#CT(p脄9ᶂD](O?;z|2k,x|5)tT;%7z!b= >'˝Qi3sJ:D'kqà+A>rI =QA2*]#ޓjVլ> &H`•ʉ}BŨčTr@N"hXVǣ@QO࿶ AOILkgPDxw;b{)SٜS7^ciOqJ:%)EVtT}5 FIQ(l7ڷמO;1ZhRjHR/*HtER!H8Q8AvF®P޳jO7&K՘?xF,avX&</` ۝}qB6FxB{mJqzcB;DɕJ"Ƴ&T_v7̻r$HPh#-J?]^@+U~.OuDstT`ʭ0<t\%:ش@XԼZa88q5ɔCDmFMvsaXIGngh_ns[ц47^Ҫ>g)S=^-jA,bl9:NĬڱu|:~m BSjD(W;uKٿ[ )YJb[V/1b@ɳ@ycbM2vb 4QbT+?mBCuCwc /y/1PE"i618&LdYٱmϷ5EN~)X=%%.EJ|ʥ!c͑I*"IN9 = >5o7fe!pSlNoab-1$A Pz m~AmeO,`60&#Li$k2Ф34\:n@etVqv͙g1^W5 Y|q *6k↼5UhTyWX}Qu"h;U|I>g,'S۩EyO NW|=ʏxOXokR0%q=U(Z^נꈖ<F} xLIv򎕞nĜMLI.p6Y9o܎9pk '=io3 b A&7}110tȒibhB6Z9>~L7nό+Z>?_PM&xa0whq'-=ġI5h={U잿F_-| 4+} `S߉{^'0`u8;WI]NMǿBs,#\az\)5ت4TMPp̌qljG/Z VrPAp ƍWj\Iw#T"3]z}PWy'Hph+H#U{/2i#]$1? 4AĦ֎5d0IwnOQ[,6ML7O>'҄}ҜZ}MϟtN 8f( -|BN6xY@^۰c:W㨮g؃㈔%LZc:+&`Glg.K$yG lw=,M>8_3i%1x` e.!I!* afXmy',E:QiHhR~ץ(X6_hi,aU7lpUꮜxAR.nRKh`r|-bWx呛ΒUkcZ׍ .ha\`?9þG^omA1μ-VٽT KPfkrp߲~=֏Ib Z)l%];P](>ũbom XAb(tf lҋ2ߵKPIqTۈdRV.GHhd\x\X<:*8Tt?n 9%#(c̻HR)l׫&PkI$=w䌗+%&<S2r.F"Z;lfN3Vx}b'p\bp-[$zE׮Erz(p*5ƇcTjyOU$z,R*t5u7l-Ҵ RGGXYlT3ϼ{7@bH:k&0:t@VHޑ}NJY:v' aѕp2$1-'~%H#Niaa{00@^V qFXǣN}Gz^K >Y5Fi\ma@Ue,:)2AKi|."XvHOxecuO'G8 VN-rO(!St 0*S3,nxDQ ƛJmڜ]z槹r*Vl>3#빨42 NW{c7O{nݠXWK!g3zZ|z( $=,` r^;п=og %A>Fyn_xOx{?ș삟 rka&΁yϳ9&yDF='cuڮkKQ!|k``"|\/T4/mѺ,H紲/nYO?K4x >A6mSmSG^%؂ y" 'pB:7pPi_]ByĢE.%pZA'avpoPwʍ8V.Jt94H$9x0ݨ}l`W-i4%@ƊM\v)}Oh͝^ex1Rݓ9E辣T ٤yN*%:;JQV+v1Wb-+XsDic\5PtSPo7pJ^I4.|h^I8e(M'՘ƕQrdZ[2v4U:V/Tقȡ U04Lpݕ-QT}=A9M&CҞ 9h:XGx(m}*K {yt bo-{wi O;/_fm6ihJE@;,&Ҥ-I%֝  BhtJZy<*Sz Q|}uLB+SSnI5 M#|*"eoQU*%5}SmڧқPjkK'߫PsmD/̳x1a;8_2:,w Qk@*cɝ6R\ֹVwTD!t kRf$n#^figUU*GW='Aͻh}5Ry$&FǕ5n<0$oHVUKGm!6_RJ:pqhSKC I@"NJ$&;j54q93Z? ~Z,ֽc-眒8rF_n0Qm+H j{FTA,F-2%ʑ$Uc9Pu&``:G"$[hQvvCBGxj=`QUSs{IU wph$b)<,C@xZ#J-2W&o|Y$"I:^au;"3݂x9Bi>Ŵ CŧNFdqceUF \iy%@Š5)cqBZ 65oyJ%vvr^ f~kJ6K0n@qB-"C+ *6Q o[SAo)EnqX v &='J`tw]Ls&Jv2N\?Z-~z/c_ =-ҍN>rw Ƀi=k%_yiBWkxaGHS34,%u )x¹OX0ݴmb'efEQSѤzU㎁g-FxH`)U/xar53ֵn-x(sKWW*)Jrgi{ RNnL C|V*֖@ֽƊTb8ꉆcbK2"=ݭ56MגФW}=pβ4UF_4tPgas4:9f/5\js )ي̄7i?*<4ՁoiT>Ŗt!#}вo~`s-nK);<&C[}ȄEa[q!by'7CN2bFʼn/(}]w@!Sݩ-.rЖyr7jm."E~>lAb!<=x5>ޜľe^+d@:7  U]%p'dx >@ͬ#a֡m(w$ɛ$ԐلXe5& ?}g Hpc!vF$WL ~JvS7py̼%߬}zF\:'M?Z.-m1匯ד%9 TQ:)-k;B> ݣhvLu*1v87G<;FF;?l.`"e{d|j' *D\=$j.p& `2hU$뢄H!z*]HcWGqnRfi^n[g6x'Ɖ'7AxkX_Dٕgg$JGpTSISV n$Vg'xAQv!PfOz=Zzo+9H y~'R ̥ `v\~V- ' WH":e Ua#a#t6fNy J=XHMzYlAaIH-۝dެ-յO!~Lv<EE ⡈7Izf2UVnWʼn}Gd,240\S肃'@e4 7Q4HNnSI̟u7fDxX9i.RYƁX뇐ۈ{dFpXH"]v5;G”M)#UXZmݝnnHd,n eiEEWO\[vq( ܔ<~G|}}9 ]D/?Ba)m-t5FZ({eNl' uo0T״v``60f)2FTUIz xj((0w܉.. Zp^ڳnR%-EB퐸oE]dDz{=ko)EV芧G*lK!i Iוg߇#vQ&&&méyT_\b5:4w8CxpyU3yPtlSa?C"_Mz*:p1(dzvk яgҊ6:`K'y74yQfK`*ǃ@:tJeA'.G/c=Dz^"u'E^kASC:WSu82B*WZF:Ha-[3btpRahWZs'5ɑu8I9Wi~{\ b-t9:c9jeDZCRy (SߋI9No<'qjny(VM9oFne\],bd1Bb D1Ry$ʟؗ'4͇i&u>/nW=KODxNG.Q4Z{:tfXW` 5Ɇ[< ҽ/]`zl^P~?Dj,kz%goM'M#m}E'\:B[i]1P~{z6]=M92Sh$v)#b4G{'ܱb-!fÈB# l媴O+z[?GQPm׆nk2 ҇S, y?!EUш(\Ra1{X.~wǦ+4 i DLQfwC;RNb[U~嵅$;010u#9ėEk1"uEP c>s,ǽxrq2yrP5@ՃNnPi%lyipu6[0'avgV[o,n ƀF֢4 <17CD Z,XdwKWWD$;300@(%QsU%Lf[s7#<*_Z}F zx1c0 8ne|$C jJ9l&pZG#ԋs ܈4bžK83h4g9sЗH7@˚&% ncAvْרO %&@f.w:?8Uj$T%]lU ~oIЉLaUX6JWc$9 mZWnHc1t:Ms0 sJґ[zlk(xIf{ͱ̒䦞Cxȟmeְ")CV0bA iȿ%k =8W J&*9Xbd6uԙc4b҇ا9rJaBKj-,N GIxs&8;H4F~nMz`} 9.+IC:4M1sb2Z|wVbYAHkRKkY7ҶM'=8g_ Ns%Y{ E0k 2NCT[ 9Fta,ҷĶ?!E38MRq7B],6 ЏQQ)[x< }mLQlpu =K묿]*O@w(Dnƛ:uRZ۷WI5 xױ? N4QdQ7s(^ =8!xSz\`W+*Z:\;i.Y]a0~υYq[؈1uNE=(bҔuk2$&bcڝKD.$lu<m֯?{vߔ14婜!crm$4EƬ7Q\O`pe~zf"4:jpPtc|/pw@STES},' pzޑxLz|gH/vK|Xktx^}fqSWhB۬W(ak^oV%X:@M4ȆzM>7C&iFJz)L pX"%re3*`͍/(4M@;k.ca}v<8ֽ5B)OZ AbHh[̮2{BMuS2J w^|n1('1A">' R8H_Wh%* D|-KM/x7 ՄSQuHBG$SY\nKr.X 2!EG2T`NG/4ɦ a xs3bsOfUGR@)~Vaz*tGY3~)x,k&8-r攤ʝx x o=,)xAl~*Ӌ꫏Qs ]rn2\.6owV%G^,:6!^7gȗkĶT mnW̆;n Th]t'CoxhFz2͙:ѥgjYSWEACВw1qћmBo&Q0r]$d(%~W#f>jS+9W}Ir)g}gEǺ]&^kK1aTOPE&yK= ݓ8$/sGG]*hq@g9~w#xjeo!\0T6"zR<>|<XR\7ooAº5iyX%"-S VEɖS.x;ks.ĺ(^ GIln/Zl6f\UV% fnla8Eu<" e=TU#^7J_K0+-r2LԿ 6K!"J, >q2zΑrCt^|+* H,>G|eȄ1-:E5J"Mߘ4*7\j$G~)&e Vy yU"r\pb𼠧t "qJ=_C/IaD튊*43SS . $(}~v(Fef򜐷#exYr1벌τ:z~KzWҗB!k% j@D*܊WuZcN/cPvqZz:LZ%\\ׂʅgu9+{H }),ëzI>xaz bnHP(*]pYWMC DT@'Cv<8ZHu'VZ* q1]>#?Dtnb}l.,^W60Z3{es֩=ŖVv ɼ0Wj6Y;9f kGQՈ?f_ƪ@ Տ=E e3f<`R7yٟ !nY[-_Qgl數{4w_B۹y:y2PJJ:]AI TNX"cp+_O-2"1N>XO}S˜N_AV dE>Qau׈j 8K\YڸF/ύ!T }dM.XJyQ⟀j]9xm\oƒjwVHUlV[@՗K轶}*٢EYֻMY(``}T퀻hBUDy.A>i. BbVo WvG%:> \~90<Z{.s=8 @YJ݊!h۱4º;-Y-ZXg3v _1EdQ&pt}n!M \彿NU"UЗmJlxE3n1/iR?&K(ꔠDZܙ]awag[&M.u}:'5w L=.%"qܹQ.۷*!=|ON㽑#%@RzC]m"\o2ʴُMþ\mmUw/{(vbɤ$v(J)aͭd qOJlfWJҝ5wL*FC`Ji>9q9(Xu4v#abf?DOrt>4rC<$]"ʮk^dh4|m;Rɗm;t*ì&K u ;!k'}Mq/ZՇ7Rj)o({ςT!!Xv[gNt̥C(ی㹩L5F*:>k ɉT P 9/Ϝ7p(Gm:N7<茅xD˹`,c?WWPǝiHb [y}k48Y<w,J!L8d6!~M3ecnmQo6sQpPN8$ɕE%Hf! ?s"Дt+'sZ#j墷,GtzJ[vHVfYt tQЎ!3Gʖ9OQAAH*g0Br~2UB&&D@kzl#%gyw%{Guk1ˆfxՌ tMҿz(${1"nvNNI^x7^;FxFDݝ_gd0)$k CtK{_!EEA#ӻ{H~ \1&ɁK3XG4N0!muG k,*G@׹-qo1Qm M["opv'6@ړH@vMn&_*au?x|vdg| if:Q2.tД .cpoΝSPn<zmaRƺp>sxP:MuWs=cof~v)\:A"FkYdTR>פXU(JiC{HN.,ʀNՍ2[ +OQۡl"q\?VTh4mvS)4P-{\kA_( ׮:T(bwSA,HK!`7/b+>^G 8|{n@O> OM~0R)9bJIľaet~~W~::.3dQ5`8wAv9=j7j:|*ˉ)شQ_ # ̃$yPJpd?g[(b/Ķ@Y~Eaqsڢ Z}p~P^' }V]Mio4;)&7mÒ/:Ũ4W$ v|;`qpRo|1pRVw~e55Rk h omNOi[IS2`Jn[mۘk=AA, z}ko+C;-˱ }M)ďD8; SrJ#CG'g9vflf?] )* .8[_v{H$1t3{j_G14JωkEH~YLV2E)G 9̝jE+g h R?`vˉ"7t( 4)8~XG6IG{K?Ʒ.O)3a5\6- 隖gUFV;iaΧLD3(kMi/F4/0%lnwPO~M@5<\?CW9A!}I+WVNV o %%A_@,i!]N 9M#`!qjʱui}f,be]KCȞ']KIĆ9+ 1G+9n"/wmN˛rHw͌;0Q9kxd@ң1R *\K&'D6m !Ȯp6PHBԱ#5+fѪݗ;P?-<2`ٛ~M(!6J} M$up~1@|-'bŸ )4)2l*N.v"hA -.LdVcVFT\%WGJYw}. [;ljxM_Z˅SCꇟV4 -LkVbmߦdF*:'+!1~>OUĄrw`X3Y\")l &^ 5|@M)܏6co3d繰D~qVZk{Y'E&8}\rʢ]*(,UCH[5#Kb@`@ur NGy>ͦ;=Ǻ ;vL5(˙A$*4zKbޜ$OzUK ǯ2NxW2mLc;\{Xȷ3 y_^g+51Q&:ā1MnkIfnbwAILg k/KM6^VKbj07b ~׿rti#pu gu֦wmFw"C/F,'d=sƨKz8WƉUx&5:T%pr0&WnieYDQ vӆz.m:Hti ȐL&D_!xFϒSJ˛ndѱ:aox9#J=sQtsZdvT;{EŖ偳sjOfԷiDAem#OZ6Ky+p^OLce H{>?]F)[/kؓmrM}R% 9Fj?cD$2a 782:WֹpPmr. ~2O$Ttk 8ǧ;F'l0JDrbkd~-;a,֓ۅ&} ~CZuԄ^UF8vZR1?^ʟ`62 IzuA%BD^bqŜs&DȽa6E@hkz(R29gTX7S(.y)e7(Հ֌:{Bj=hN^.RGNo\ٌ9l:> Wr"BgjmK`3IVZ-VJY 9h=FXݏe6Mܾ;FES^gѐS7tLi.=7Q]Stf8/KY{5 q5!B3%]X BqJnpSC}PKz>6fvTSA?]{(ycz,DJ )XjûnzXq\XX[Op#?븜h`x 6[LT z*D 갮~iuߧ֬m*&e҅kPtD0T#0kmpB)#I,ܫƎkP{ [ȭdbGJѪ 5_J`[=C3Ud|xT\02S~Zg8 C hK7CJЗwY'FLΏޏ)Cgd5G} ,jtDb<7:uy#Zi;Fk 205+G_ϧ.W@;2G@xNj1%Ӊ>^zqSnu'T^"#F D-,vh'Xr^ '`icM_XbRBY&]um\D:A4=rdb?S<5czNΠllAϛCu8=3k{,)Cb _݇ߎJw{T$$m81q' ғ:It ȋ? nR1ChQgM'IJy*Gy' $O9MH7z⹯ ܃𲙞B ,$87w`:ӫԤ= ñ.%jfEYy2ru+O y?TAPb$ ? Xd+oDpӀOn,SS!dz۟]v}W&Ϛ dn04n/pQucp3 ?v!`&M-\dJǤ0\AWR[- =C 0Y@_/3ǪZ5;9\gL0L!Ԅ;&݂/Zfr DIu,}.2$v`I5$kЃ& 7S撡܏$S'w+WuIΏsGC/6" *np48K`6 h_ + ӤLUŒ[V-OӎqRcXn<"sy@*in'j 9RM-p)8I,O\ X5_(˞U¹-8/V2PBUD/nL۠JmoQϹoc0Ex;3[lq=ð47+Rwe~.CuS%w#4BVv-!KD 9wޒ~+ۮbFt„;Z%!HjSK֢g-X' +1℗XGD<[Exk 3Gmu7,99R12Po9"%hw,[d 闸K/nT` YM;_p-MT$U6Ns1NjVfmZM |D1[/hIk<fMY櫏|eq,^ie\SGv Av,r9]SC_ 8ݰ>p06\gc/ 낏WZ#YBN=OvHX&'ݙ]ҙ€Zg7hK[B%!Q5Cqur/uTa}33y;Ϯ*t╢9!${[WAlA-toX|,ڴs* xi1R.=̺͕x# Q w'b]Kv#"R %'[C?H )©KkE*ҶF4M/V(<È@>XI< өBAޚTlrRz`7,0_yK%Cv Q>\Ao;fC`i£kSnP:;>h^c?2%$a)S.y^F7Sw˧1Bhf򳰇|Ǵ /AܜGqg?. 툉$ ! Ѧg ]Oc}eVdDf^IFC'zzhqak?!߁aߨR}[̊LoR.0ףuEA9BB#!+Oϰmt-蒧-$e^mB}uVyN Vu:2ߴ 2~ҟы?A}"L/ڔ >Us{d3H}*18b=iCK,FTApCѨ4]U8o5 l:L=AښefPVfoזRς҄Q2ޣeLh*"F(yɴȘНMOX|> @ha9=>z}6\hk;ِ3qAńlvPW-yz/TQ!t^QZ;rH|EBPZNPQsoEƈ \ VY\!mY;qp%׹_'B܈ Y{{J&t6i RRT(-oW)ހǙpgWDɦ%n+ՙDhm,P ']_[y'J糛+#mjk@L*.u2 hN) g+PC-X" !{T?'B'8bvF$Mhv0)*TD)*?3 ;4\ŗd}]uܨbSH> r$Hݕk{?+K7fW*i4Q\}ߝ֏?5=~Z.JNM| Ji# ّA]Nu\@;a~"ʡҀf&lOM93-0BjH ſcl%#ʀ|l#FԿ)HKePteebLPv%SV&a"uE,/iҐ}_DsL%jVۅ\X]ͯvbH,~.V0MҜ9_R#ZoakL(V7lkcOW{UPoQ m/vٗ_X/C{Җêm3kl[{`<ݓWr89kI@yafÍ!d(< Iբiyɬ,aI%& o̒ʟ=Ziv\b$zS=|p;:XS)LgX+bv#̛,:*lBk='*Fߍ.}&gN;ھy>YLg?ĉMD ~s8լ'byOIļtz3a5Q2k.Ì8]ZR0>p;bkx@S3(&C `"+l\iΩ>\VppdX{U;)AGh~9\/̦ v1 4$ZĺoŹH/kĪ$ [qMraWnDhzy3f_iUW9y`}T [*@Fv']сoE!N(r;:a2"~i^#7`CE ȗ%؁LAu.hM 7EO[ƩNzn >^?-h7tͱc` {=E'XL|ga~)X-7Yd|Hn-i^U,مz7J'7I" 6ߦ˟I46erv r sS+{0*j^G2m;fָnxB0h`ڍ۶y C*g7O݄'SSx/`=Nf3pH7,Ņ@zY@nIuBb{J31RBќ|9@Obakh bH$oQN;},I*tViEdZ1Hj (ou #`P(hri\䳅[<'^IM}H C~eb"4%L~аKlY 15ant8bSmk+YϩCL賸#(`@K0xC*3LO4fqcU,BxND 1l":D 9qwyjCB3ٻ+"9vn>13kS_1ӍܚK7\x(N}okV3bPݶRT2 ]QڙSh9&e{H۲Q#tPrHڋB Jm5!<2+hͯ&F/ TX6~v$08& qX 0X;8ToBKqArȻ0Kl1Ssgv`uQ-Oiء~MqUPדY)$_ ՘ }}:Wc bR{0㍡o7l&LߔYA|Lw\XG81šDz( )̸зLHP;dQuoYAWWBV+S_iӁ٢_ƌ~`;LOEҫiy½:JK桽crE_V169T$׼ټӥ?VLFΔ%oH-{K6A\C>Y2+FbDH>n̲ۓ;3P_[m L;: Ѓ±4ζ YZ