dbus-1-1.12.2-150100.8.14.1<>,gcGp9|J|C"Fm&0yl>ē&{&U9x>[!)>OyPMK SqY#az's6Q&&d$*Ħ]'N/M/]x3@}ncx_:J/EUZwf&s^"DF-(m-b72Z ^KL0@zH[йFך(E#.+q=Gc[ns5_<$ b)>J?d   7 'DJP ev== B= = = #= $=%=' =(D(h=)\)"*","(-C7-J8-,9.T,:1,=/>7??@GCOFWGl=H`=IT=XY\=]=^Sbc1deflu=vw=x=y]zBLPVCdbus-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).cGs390zp35 mSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later OR AFL-2.1https://www.suse.com/System/Daemonshttp://dbus.freedesktop.org/linuxs390xgetent 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+|FA9Yj88jhZ98(fh FW5@:q1\AAAAAA聤AAAA큤A큤AcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGcGYjYjZ YjcGYjcGcGcGcGcGcGcGcGcGcGcG9e984094dfb1060dd844d32e216d47929afa37e752daad68f31b006d4ee1b11b2218b9313dc6d2e07d85751f318124cc5138787358ae1039703321cf6b35602aa6f50dc70ef082a110dcdb164579cd2af221b90226c5e0aca237edcad98a1c267647114fb8ce9400417fe9c7432bbd1a1ebdfe056688b1a65d9cde1fab8ed797eb5a713fdeac0114531708e608cecd1f75179205750284c4b12f780ecb538057b537de347913eff8397b6daaf5a90a58568f73a8156348177efb61b352fd4bf812c48d330cfdd1c686b1254fce27afb2a6ff93a579a0f48f966ce809adee609b0ff5ede49ffbdbd8cdf3cf60854ae97f5d1665d94fcad102eadf9ff3915876ecc6f698e60be73ba30ec0ca76e863337171d985896fe973bd33aeded8c01eac64f526023a15e98adadae2c83b6307165db0328f3e1910884465f12111363a2a75ebc5650ecc7f34b433ecc221b8db80fcef8f2aaa2f535ed26c7373146c4defbe43907f934a71703cccbc8b26a3158843ebd2ed792232515aabe943c4e9d391b3d122ee33b5dc4e79d91fa86b490f6171600aafd04a7326c13387c71e65ab93940f2e827b4c146d8fc7c0cfb5348056916e6c2b057ef40d77d55320472bbacccae05359bbdc083b8db2b49542b26429166b5e13367a63668a4e8ff8a1b496f7ae19d7b51e1e6da255346ac6acbf95627baf14c324e84ee841d90fab98bcc0e9942b7ac7357065180d1c2f3f00c11d17dadd31cdc3d7e59c623eb733beb3e50cef8d6c76ba6b7eaba0c987ab294f3534f3603dc5717349271cef7f46e7c530727abc7f3e09dfbd851b91b2b70d62730ce4e46323718ad35d635011689940ef6f6c206f009ddcf909422f3651c687b4623a5780fb7486c6d650e5332f57c00d6be118938a267987dee9ef442cdb9a5cba6d1e7303be93b0013b0948f20831921e5222ad2317b7040e0aca41b5c9a04141aaf20143e15072eb19394248eb5f5e5a19e2584de5acbe9ef4a792e39d9141c3a2b60fb592bf4d7c27cedd7bf8d201f4c2484db3de366500912c63d834154173c7886e7ded484d4fe1dde4b62f6d30b59b02757b6a8cba77f6273f07848aa1a81cdd02d0aaa0f86d3c73f2ecf5488531760e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1e7df1afa9b3053ecea02387bc7078dc6ccb9741a7c7187857c8ff81ed2c1092fa8d4b6dd65f3ca4b45dabf24401bc95f632d394fe6de9d8a383cfdd1d6a4c18eb50d36351c097a51f55797cc823d0edb35a265de42c22dafb334847277b82e27f9b01aa2ecdaaef35f680549ec69dea19087e76f4e0424b0d3cb160338f5364f2b0fe5198af539a4594bdc36b96139ea1014f04aa850bd6731f5c05d5b88ba2124a6d3cc397fd4e5e27b19634246dda79f3f536b05818fc9d980e77ac85275ff91d07398c4b08a2f4a79f28559aabda16eeaec4a3b3413384abd5511fd2c431497d07cb7a8f58397a3edb3e3a3aaa0558d6d1fee848cf4f6e85f70e5cf77e1d4166f6a343877a2828be53aa45c9681b035c3a30d72663acb0c86f1f13608d28b/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(s390-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.2)(64bit)libc.so.6(GLIBC_2.3.2)(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)(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/shs390zp35 1665646784  !"#$%&'()*+,-./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_Updatedrpmxz5s390x-suse-linux directoryBourne-Again shell script, ASCII text executablecannot open `/home/abuild/rpmbuild/BUILDROOT/dbus-1-1.12.2-150100.8.14.1.s390x/etc/alternatives/dbus-launch' (No such file or directory)exported SGML document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=994efef6d17b7a7084f89202b214190c84448035, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e567779c33141cd6c51cf8ae1483aaaac1de7fd7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7e5cddbce81578b42de201195c1e189cedd2b967, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ab59968d11031dee86795fd77f4d48383b30b7b7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4db943a8e71b32228ceeb534e62c8d318747150e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4c24065e5ecd24fc0326342098500ed00fff0187, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=02272d7f49bee9bdfe321d322c44bf27f01a5471, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f160d2fbd32dc421923ee4f6e60c9104b43ae678, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a994a33f3c5af540a63954e5f7a80fd7e26135a7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4d7702f8f53d6d790e9bb42f1c8f817b3a27122d, for GNU/Linux 3.2.0, strippedASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/dbus-1-1.12.2-150100.8.14.1.s390x/var/lib/dbus/machine-id' (No such file or directory)%-6?HP   RR R R RRR R R RRRRRRRRRRR RRR R RRRR RR R RRRRRR RRR R RRRR RRRR R RRRR RR R RRRRRR RR R R RRRRR RRR R RRRR RRR RR R RRRRRRR jgjxU\# 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-8dbc511165d330109d8ba27b6e6986b16141834c4a7d56d5d4c60594865b50e90?`7zXZ !t/|]"k%]/_ba3'n#N>dx/wY8~M*zr*݈)*{|B-|@SL> |8p `?F5p~zʓQ.I ƾĪt"/93 ?_\٩7B>5Ѐ*~&(+f*G >'[j(lMQLٸnF`qʀ ]wI݇hu][%40:53Oz{xE-Q6-`Ɏ)Rp%l&;+W9x3\GNw"EGMwi`g1J;P ĎB) ]BԘO_ @T'!??8,"uHOEaW;aQKEcZB,eHq`PO].^N^ƭ0W[L OwO郃]^ 4爎byWҢ`{W m~X>wH{A 0~/`nIZ"g}R]~_Qo/lTm5Mĩmɰb`(*5$z+0"'UWf ԹDMP((SDka.!$h#rJWn;0Z~n7JoG(t $zA1|UVU'l)]6x ׭CkB4Y$*tm7k,߀}$L' yg} c']v Z@Ư.B2@ 7cU|:a\Swsh*j>X)HoV`7M9 tliOb@-!Ǫr#2-am0?̪Nc+q$\,yC>!(Flxl&Z)ܪ I`"?Y){i*T#}({Oe ͒Z2v4UW.:`t rnHU12j0/fmoܾ[$=]u7AiOa,z b& ŗz.sq |=j{*"5 ջZp! x[y/Y-,}43+b"#w-#)a9ϙh `iX\ U:)ol_:'xB"vGrmtƆUW\~x]{oپ`X4;sE`ToxPu/B_x$m/2c>$wU"QÂM,]H)1g`DAHHm(T޴?d5):QKg9rE1y6xBaw! oR y ZB"9h[<y@ʘKo{tt `?D&W-HGғ~EW*XP^PTr?_PopɴBZ3$Y 6T)7}WE*;.%~s!&KUeDz^ߡ޳KlyTOD=$mm:E$,$uqp9n=Ee$ۊ7J|,Rة"BvsI-qp%cY7rՑ (.:KXZeeh͠HAtFǭ2i!3%8i5]dC y_N1Fd}yO9ݳN?v ex}̢Ptr ]1ydw6m Qнb;ݖPZ1j,b*89!=am W'nl޶4/f Z$7& ? |y$}m8O̵G!Bsw We~#3an]Eɷ A'@1ėB2=^W^+t/d,-k~k Go@=102;צސws~[rt5TK S_~"2cݩ^z6igI8QɆџ1%$Q "XxtfC@;ZrR#E!e')>;vKb:sCl=nLeIpX#'OG|%y%ZY0,;>ʜorQ,/bş Aj@m49S02Ac$e'P*k,-D:h,.Y=k%bNNy 5uFclL=[U.ZpE7kڼ'xwwihEKB޴X;s7f@:ll#@bq>F_kU0 ~H`N c![Ͽ%qOSBn@iNz~)1+9'LiT YY^Gɂ+`PG+ $q,pq32me>Bl8FzޜŽwP!#xsj^%2ر0ÍEN7=& Ht.܄&ģCzUѓ fi |9ޫ4h{%ԧE(![CQ 1ܯq2[&LsY®q/jnbs.W0ilKI52+vR=6[SP jVurN zܽk.gGZ ,isuQ50tt-a *z/=Eea~>;(SA' 8O-;6"x,2 xX{8 ^Jǜ/TNdNŎ?_l| rxT:^. aRka%ѣ %߯0^[MtEZD F:lr[מB e bU(H Zn7ó۠^D'(l7HR2H8R XnlZ?LAQ#2[9ht/\ |oؚ|C|b(pTj^0~:l#̡&f,x}p<NZʌH! M+hXD\ ?opgd7W?טrp5-&%ә.+GX+JMc{1:lf}~k{Zjh=q#,.zw2d&o^9T{g71DΆ:1BK;;gK#pѸ\yRMEJڽe*Xg 뾅ĞğJs 4uMeVrT+GxMiCݘܸb!X1 `ȧg؁UrWg%Ow l/Ttv"85]tD `ͼ7єtC{Ƶ9o n\AX]"a*xOё@+^t,aVȚb}|MJ`s&mTFu@>>`pzUy2Ho=MH'vu`{42HIw>!hfp2w.-80"6O!"U7Z jK+|ߌEb{kpV`vw\#jBN4}y4A y`LwFxu?TQJhKx B`ѝd'1<\!)PQڰuXh+Wi>I|/ǔRuЙN)U ="Ux)VV1IEYb!}uy\#JS Wn }"$yQgƼI!ca}(^ ;,NLTYӚk:H"G 1|fl"B|$ m QWX*u 0+vk~ؚva#l|пfw'Gܑ]5_1iМW!"!{,zf΂rtul>ٷϪaN3jOjQiv2/$:Xv98V. ?+tÜWޕ\͞$EbatW3\)Q~tfB?zo(nG>_9Jy(9e܅l^M -KWpmJh]_*b8<.iLB^Ӆ߭\&L ɻ]5v0I-]^PMQNҡjlb_wyę[R.Y(g~!"J(/]udCgq/]kf cJ׮0VL6"%L8#疀oG8kзwyVfGkH|}c?ɂ:D5 'je=L7:GXulLM~qo/wo1侮T1a)?k_gvn-FV~DZyBdQr>bԃԆGWI׎CyxwF5Cz`2/x 0P`hy!HJ BJ~g_~T&2 _)H?σȁT}R^>dՄsW˴"3~xb|'A#"cxYZϸtگ, ]w<1czu:>l#!s(x{i7 pF q(w@'킷_ECUe2)Ufiz:o']; S9=et^XҺ"rv fq xj:R}b ~b9<)RH1tZ}`ݒk3ۋ >@c#>|eM1^3V?xN,n5/R`1"lf~P% ʇ{;1XfW$DˎaI͛O$MRޔxmM5\43u +~z2-^llQg)˕.(/c9!$13%>C$ȘP)_$ %ij5 dzctցtL|q'}.rwVţ< VnXq,kn)hH`$ I Svt*W(xA-đhso/A mzH`*w"jgaOl#r·FX{&x&2ݕs1 v-ubQ1ݴESElnm"?S},L3jnxKuweT6J;ۢJ#\O\hD(:*ckϷhص5Y|I>+``tFOi?߲,Zd`mg(h{v@ؠSD_Z[TYS>9?b' ?S_Ak@YVQ~_9TWB|@݌ f%:uS ).Ϧyڀ- B nޔ:j?s6$[yϠM`XUٻ0rȅW } 2 0w*.|6Tx Y6O5cW_&_QkuJVbŨ"Q p ,dd<[l@g &$82i1%QV85*+"LLkLwh4NG*kGηs,cTyGkn x,`T\3 ܉#?e ֎a^oHhyՍLr)oҪL--!0"-)UQQYL[CYyKLvF#F8'q{v:QswRU b7WyY(zmYL)teW3T.>Xvc^.S#*\e,pTW3_x|LAT ߔsnH2XzR'?)"9uJ7ݯ*?u/EURŘ\X%zWSd߇Xd >bpS?,=]faȵh?VsG ՚lȿ<# TT\qmm3s"u2!n'JIBa࿿yY,=(D꺈5I=D ˆhxC4D|.LCkԩD7,E) CX? y͡aznby?z 2=PcVȎFun*s9J#bs9v|IJ.`nj;]H=Utq8c 6,nK*?jWO=)oI3ήg'wwуz\(pՋ9PҨ>YfP袐Er.ERaQK\SNĆOZbm Jt K,XK|,}.g!sbb3ܠ//Bsf L- FI.}.pD$dA:̈Me}ξf͔8+ |~0׆ ={({s%TJt_<.{cw;doI ׶bqr owTg- XK 2@yƩd*"$H"3\wN'ccQ64 0V{0_ԦzB\}sW4cL:{9Tc ҵ}'E@P7E㨕\G(>PCE8!${$c ūH!v[GYctO}TaN2a<(Vf(3INhHӚϨ YHVMT^)@ V?Fo?(uZA7R)}r/ssOC؀Ӡ7\0J^$6xv{ఝQ|U$ƴ GF4=jخ}]L^(# ަĚ8̬^'GU[\~Ieb@.@hO~Iݶ0RD+mu 돂v!GMX-{*ѪDfE}LrQ#OP{0ܺWx PK6g22S?F{`}yOV5cWeZIVu5f/)RkB9kFBÁN;nZ0J ǑeE뙺Fd'_Wy"5k Tl&/E@J /*!}83~`usB [ϦA"Xj~ה䝼6>ҀZ(*g9DBMzk * RyQF"gV܏3 bD굊 Muk/kvy!̭Z;L(ᡊ7į>PÍp])\t^\/yQ?NX-rpII{koHH-HBh'Lx5au[w }+iz\KH]9c68,#U6F@j~r6P*oϫdyi"{^d#WƳ[L*fq&CnEA:)*\,_4dg^JF̠VnTa|SpwK/(;-bmиhc'Cx`q@MuVG 2Ecʩ~H#6b"GB";v}*{85Bg7C8_U5fjP TJ6˅;L #~FVj^Z~x/6Za>PJtK#J$FsnsAFzIK28?R*6>DΚcl<fiF }/3o!lKGJBlq]0RѣeX|cU۬ڡdfu4Q}eKfL56ā@, a~}Wdya% ɳdEX-S+GN6CQcϷ`͘/y%T޸ j-|I4q馪bB H'Ek_heQc~5n>L2\ߖ5RXX8LW5W8b%~(?1 ~Inq{*yPŬ @D0XV~Pvh%r[/Gv$.q.k !2 gVk@2_`+rUL6_ }X|*ylTԑtߛ>|0uTǏ,8#:YO:q?\ngSh j!Na u05 RIJg 0.+; C h]WOLO'DKdqIIOٻ$Pst~ԚB!.3ˀ?# D΢=v@isq +ڴ`%byA=9Mt:DyU4\s 9ORLfunqHξJ "ELrB[yP^%ͫOW1pNFh-sſ{BK`-bFc|f)u) m>F~-QM+3A5$F8cOY2N+pR G銆U~1ZOr*.d~q#m@x :RE)U0LvI_nG`?%F;؅8eJvT'u+CD( T@Y' SH`u p gutG /0c^` Dũ)sYT,v!;ZW6| df@tA@gDIM,#J]Qc|2$&*.\.RxcRj=gaF!=I*hKi<1C>]b,^Ľ8I0ꉵJx ة/5h0"-=k7wyt^9H>pD#d 7L؅t# H,4W1 RiBV5I@:W)q+!uʝ &'Ʌ80a$]wEj 9" 34L5vEi= )jߣ3rS'QO(G ܍.^V,CZ"ŨUC TT&e ׶Nb])FÀ_Eh _B6#&1bȁ4vS!Sƅ4 "W](`~ `CakМTB6STjΛ[{X}|Q7H"*Dߟ3*n*R1͗Eeh{Ý&<ݷOs:M,E_,)( "̈́@c8{zIA\wc0Q]GR'kMωg2Ȅr!|y"5LX϶2}\TPe 꾨$ IUnXI*gIHFrrS hLM 5w]EarQFjZSr^TH:(ʉzwD4kr? .'h2\_~O^SY"I!l Onexrc+G8*rVFI{lю9;.i=#D`dшW-r@EzQPQ`G`ۊtp+m%h;~" ZlîJu GTn;};""&Ɩm6 &1`o^?,P?~AH9Q"L JK*}0 8+ɍzPg*MWJ{tAy ZwдҜ$*P LǤ=%ǑZMke$qJA]vCYdC u (m{!EA{iv$ł&"imY"ŗ[1QwcYo]+A+gPla U1Wf՟ _WB(e47̤w/ 2=u)]YhNuzMƄ9XԷ;*=g!"1ôG͎:W$şzne djD/jDG ޝ*J#^%/Y)ޜAӋU35$ ؀i) VoM"xGJDXK+E(" ͩBjjO-BvZ{IA zNM 6u$ t Ud} c'AA݋_pRl')d@k>nlxJ -LQ0c܂dZkߖ|CmooWe^8$3r*u׻rTԕ}}?~~妣H,ǣɘ㏪+Ld %^_E<Ҝ*0> m;M7ʊZL^"F4>V,YP։biղ8s=vW9~嫹9&Li.FrB Y)+Mt_@tL!&AMK`ǣ;:M8 ʬ#H+A|/[{1򥆾.u?!5T@ɘÆ_t PK8? ]-Y7lTccs/wqA79ZPX/+>@:K_ CpnC2`~#& D1[AV͢Gԏl:kFnS3dw=i.!:Uw<&2reBC6͒6"ʇU ,@J[A|F$%*~д% weM:aooyyVX=MOͮA\o*!f^z W|nn*w`4Fө_U#$.5CR^:lM1g(Dn`%V dݘױn.C2N}̦! 3s >elmD}v8kإ-=-О`7z|VB}qc!܈ s1JyM;]G v=9~~!4^uԃV a/4;4W\%Wϱ7͡mvY J|doSɻd!ʼrKJǚ{>uX<:Kn;kQN3u9 ۻΫs@G/h KuU*8毐,y@ ty3h5+%]خ6(ΠWŽat &p/R'^IXx2M9dP;w"Pm>mL0H>4 *7(%jw>6sޣhΙ9-mQc,ϓ4=9g%<jt_fI f"_viH b1Aky`7ibzbNw1Vcz,LT/e~unwVo-[ {5򨞚i|B0XuK6r9`ŵ& 7Lh W|=5&81|w yp ?`8x|_0KDSh QDz6& |v(Ux朙ыR=^ 0BqϮC/ lg,;z$oajlN?*cb~KU@&!扝tkng ߸XD-LjCc`nMSu  IpJ7*$lIpFQ+zu[ϳ|b5m >*wdzq -j |U`4zY";m%C}}KT=6O0wk ӽblg,bGR;Lax>[%{' F +;NYZYiy'~O9EQx5Ft*" gmYM'R'L40(Hw V vi7oLh޹&I)=ѮM-)Qvo/1?^sow˝$] ;< }u#Lh!t:Fpũbw4m0 a{Bl;x@(U),`ajŽ*,N 2Cm{BԽ{F}S.49-+K0CQ𓻢'e̦Ȳ_l$k-,ýOJJPX$k8]67Z -mӅ9ite%.Sr[u+QX~I% ,h`l%^.jT s%?J =]$꠻l;#cI/o8dȥ}:]Zz!Pל뻻'/QGW, ƬWR ?DN\Di:$]U (?tDz% {ZBUrWpp҇!bźրnmZYIzx196ivg4/Mj㧵i^3* $gv-5; a2,wv,w$1]wm C A7@6y( mh??&kYGW:+ c@HuGnX\\_"H}Kty*lI*^+r58yQ!L-3T2G"~ĴBQa6~+p 8Tyڜ2Dᎋ0Aw3)mϚ3D&>,\t.:eC=µ !J>9ժ]<@@[^ xc GDSg8\y ev rΉkkp2}xb?Ж>LQ"}X"Rmr7BN7'̘(';ulfdoW=PkyS'SΓZgK}[跶pk@vh%Ȋ3I "r@\aP8naC1%<$C~"f<v:.Qf梀 zi cp1kq_AI}@qhL+zz]LȠW}X:RbFF fgdI|(xkK)Oo,5޺ @ks3hf>Ѿ[;-,d +(T޶&Uf ə ke#њ&mq 9Z.v@ngkUL]bSsgd~#unYlt;hĉySW)l~I&  ˉ$c,j/].%((g;M#3)6#5vfK~Do*5+>8 ]_4s1 vN 0 ߞE.M'oH>IO˾0r3Aa#;jo˗3h^zv@WMZ&YGQ0?p"g jb]7ͨ™DQEs%Hqlv%#HZ9|YSy3&3G h,_ETΑyzW#-h"\KNa⇬7z4U d3 -PloK)~:B731ȶܓyIBE\~RK f6кXNw*>%dme'&h=?@aAdS<&7Hct)3>+^YӮSf|meMMnk/2EC&*|Ҡ+>j$kggp#C,9ami|pʓVwSA@kRrf.Rs`*X;[3LX Nئo|)K=Y=023__ޜ%g5 \:؃3y.'L)l[)f`z6dud~kRWK+Βݓ^7ή[MeP8V 'nbxـmY2YX1;5(k&@Bg3:7f7 ԁ=.iQ!i_J@ <$~R##n0ÐIyVBKُa4er&9Nzo!ZygyF^Tbpl_SIkKlޘC%frе?ѫQD쎥(%!}qཨ #"Mle_}VB>3O||qJ-,#h K6Y mDeV)W=(( 'QZL[`҉[9HrU\iJȎd>g |a\vT$'=rq58;( #m񋌿.9D:5Q܍ĜX1>j *tCеJoR@_'Śפ`.ځVwOɗyTqr?#ps E=Ay!(VܥH'5tu [3.gܵF-Lh{@ŢYø>s{?FNKm` QawCq<i1SjyG_IѢmufO*Rh$vx@l/_X@LWH>#Ddƚ"k^%O1AJd!Ld+];o]BN'O`W=L"7D};{-J5 |1Tn=?[YN~%>iݱ$&FP=c^#UN(Sqm}l̜ WXƒn'WEpOm0) uSh,(O3Wr9 @E$2dF.H ҄2g>DN%ya}gz*~fBK +VYb[mׂ{ϐ+h5`sI2A.QJA<w'icBj}pFD @JA] HGBJ&܁S*Zl|$@Ӫ^b&Zvɾ9& f+9p)8;推sϨg}yG5ƫPx1KĹUUXXtu7ĭ H2mo&!L %A""bB면W{ƂS0}bPTVĆ{A&Ur4 rb<\#}TͶgͺ 9t)uyEF[;4@g]55B##]{@&_mϋ@h@']p O hdȳo18dBd}Rt1޶JA/(&L}BI=,9NrBĈAP:ܪ,Who^ `WS1ǧ EކQ q;!x>6+R] |TwiVMo65g75ReY[]=I>_'ڥ< kœ_y'-ATVF R|]A܄aC:Щd5ޑSks(% +TĄItjNt=r|*khe21qsY p@t/A{KOϐNzq_",ױR^,4% S$Ou斉)+AeѠ2wjn6bO¤G.F}UMpI%RWӪCѧHJӔt/j1iuXEHuWf~[,anxig|Xۦ.zJTKp'?i旕So<ox-.q)x"?ьI-\sGh{#n߃t~J: [p/ UT=XD-՗05Đ:YvO]z)PqK~Fe>Jz2!J-OWrGpQ]&Xuuo kٱ PnVD9wPUj 6{,5}Gzy5 "D:(qp#QtuAL?@t; E)@/Gr8*dR=w aA!\'7W5Ex>FU+O*{ _g ><< &0a$*`2# \(i rT]_Q 'ϣ pDVq q,{g rۜ2WJXKD{kGb707vֿAs 80<+ޏr֔ ntqW"#p .todpQ%ֹQ%^ỽ#1Z'tB"ڱq+am Ggu q S"I_eN>)IzTyD`]] {.s{|{.G/7<"};<}9=hHʺgޠxã\&ЪmC)9}2lbHBǯqUt*$!Ȓ}k;ӽ 5L舁WEEUγ" (H$6Bȸt Ēk"5m%q#͵~I$f­/k;Go`~xFP€j2iILHY멻G\Р. CTͪf߅ c+*.c7e*rV[56ʊĆg}Sax]g&,^ßtbGfu;[,d[ Q+,M 1@`@j̆#VCT  ۂOwJL$.R?㨰vX粒b6+h1pNdOVtd} #"C+|gߦz1EUbrJW)Mv8R>E:ac-\)$o4+9C_ޜ՞_dUp30Qj<`:PIH+I/Z/xexmm eؓ ~C/BNG ǡ_{הPZ."w uazw[ W}Zcr_|>g*7x]>b+"H>Jv@Ay8_^"%Obۺhi.-ہ r3Dы}sK"41K_%ȧq&yfo ŦYk'+§`*crEֆ;33~y+5Ś^7GYno,kX;QF-Y+ QKtkͮj7>=84~fJFjeէ۸vng I8+"9!۟%6y”YsI~mfORt/ 3$1&: n?9nKB'D@{S*u&)2vcG=U>UFŊAIvU= qGI<6;>j[ >Ð.}|'^7][oG#XiRrkN+™@0Ofhab״؇ETx^kZA9uEq֥\ t+ZDmjJ!. \8m~yu`3AWTk3GOWZ0NS=yaڠ ònCr-;(L˛WgP_o75ߒ9:G7k)H Ds J U,=+A+U";؞a$wB7?6 e )H A/k}BjNjʢB&*a}Z58cSd߁ zs :uI$q"DDP}IG.H3ߜZO^*vA& %h_}P?*yL@WT;]\(W}\D_ %-ЃoFTJ$s8 %5%Ţ4w``0#|RTBaͲrJ.ݠ~3iCi?[7~aa8b Fk7-c/Lc/wAUg0U*5 b/}Gܴ ",iR{ URtVSşÅwpjfs\(ݖQ/< 6$BT!@.̇aX8Fl/"<":]roH9\LhnkoNlS`gȘZsX%2WӆW2e$XLnƝ|5{i mbo'+ˌR{wV@M`i}fAћ p:Ilͬ KbMJ?&{?F BٓLY6g,.^-`RvD:o[5LtaѰqkM$e-`q%lKiQ#N  R*}tpz_fK.]jb&я7r z4tdXYenBe3FY JR]n@:fTz4.v{S=vz <(aGfv3:m'ߎ5g[ g//A`Y8+C Jx䋵|8#=vwG[Gr;?DHG%¯m bM&˥2atg_YR J\T^etgx򒱯\^ގR_gJH4$}&WƸ&^bW ppwj‹YFەG; r 'Mm5CH*|Sv'[1kE/eaB뗱m/]&P70Apu20ҡFFFWN2n c/eb,%gĨ:J fxCVBd)ąx5F#Qo_.$LPAJm!}QC#fBG1ՖX#|M@޲ح2 X/cRqCz`#Q^gpsאE ˨="9PG7 bn0Qyoa`TXG\oYnb tW5nΒ]&*rQV$M=C?͛lS$JP!NHh?#⿪F"Xy'5Wn6|7ȑtۼ&H?n d:bƥΑ8"ƯI@Aq;VVږ1 5㑢G*n\- b1ŵ>K{q&BB&$ l +z!E2_w̡^-( ( y rQ2u9L\fho26nfcvfhheoXj#]7-f10V|4/ĮUI}YFq:h+2-qifYrMoca UNPxNi5[edM4ɵ wU4^"<+j֝1VJLe'0DDmGUOwX#HswL "<+U(^06EwbRpUYIn}t꽙8TP~R˯pQBI"{5qN)VdSG Φ;#ZSXǯvJ2_饨pжp9$Nl؆8 b ߯I)5XFĤ5D}fү\> ص/)vl(6o<VȫSznJoЌw"mΠ Z,@癛)}c"3/e=qvi,VŢ k63<[d/Yf]D:p,=Uc({0\w 4i%i1Pq'ܚ-Ϭ71v\*I-_ًu˙ߜDb;UP8$8gwdCxͩ2oN2IRS)@vU ǨfOH$-eBio\C>-B &k ?iuj-@/ גj5.2-S)}ȯt^ nz:ړ|70 }s~tE9T" #$I[xA:A4sڟsuZ $;sfNwTV˟Ϋ=[}mָVJ>M/D*m4$pʚ4+9q\4_TEq<O}vϡo-bo:Y4saCXaMǨ\i^KڲThcNiMB?*o vY30C&HK뤸:uX"xfXH&`wI~$%e>"pU /~'4ѫP fS'aOI`w[SLܠ3qF_.IUn-!8NJe/^ y dw+Kc'K d96hng bTK bFV[ʁo1<0%n/'!DT[RKP"jpoŌf\;,1;>_A9t! c|otx B#o眠:S3ty!Wp:kA)K)-+I:[S-8VE-ewAJ8PvnmYA!RS Pp0 Z1i /TO÷3i"\@M/jְKpJD~rL05c9i`!wzγֲ%f}1X[NmCw}RE.P̸4cl4p],_7}OXm$\X(e6j懧S^<xL$a݋P*dZm>ZeXXu 5K>2+]}H4]$ ZŅ߭9OK¸aV4)/~y h:_]5g~bp*<-M oKߊ\&̄}<3xhѹ\Tu:,PRr ֎ 9\02GDɲ( Օpnr2d'r8NS~@xMxAͻ!?yVyORy(D?[_~Ôl%k7@^ eW?B- ]He7tjUl63  >t1~U"ʰf9PR'F~q.|=ٝ VIf/Su :5z"ɐ.r]qHzQ.fR+^olSwpk-8 "dFi,`bb=LD :j-å趎99Rzd`G!ƒv 6)pPνq>- Fk_81 Mz,SfT gj՚n^QbZ_~"xS4冄%o9^LZao.+-h-4)`%kq,f0N4CR~ŗ 6+;<>}.@ehB8afrKI VԀk-8;K @fbE=X s~\lF_P;{Ρyt?|IzG+`?kյ!:E"e"&1sr]u#hSAk`,< cP3pi GJd7=}@t"'C28Gsg%pgaLB-i?kT5za"VmH;G2a(4Ħ+/LS(e[8©pmDu 5~]yHǚP,)|lV"zjNnK/(-jj%;PqApXҌ }t1<Ʈhzf*FY0/hU;ʤ<ͅ_EWcJA qXx,ңse Ιre΁fzd;oN=:^LlZ/6;@|z պ"1wkڕs: @W!bz( ]kx-Nw/ױg64ټ:$5.}:#- Es$ۘExKe-5lv׺Pjۅ SpS%j#(:py+ϵ"* S \*|~t]?x|E>]dqq{TTD3-Z&8~7C6q>`.rRܼ9<,2ߢ Av{r0H$ yo(+95+/ic~gb8F@f"О(V ަ,;sE{p؝/Ba7E.vI4;v^m t*1^)~*+W9;͕UGh1_G:5ŕT4ɉ [mЊ ]{C )_|7u!+09fnK,\̸w+Lk;?0^GQ+oJM?oqPF\?/p[<|0@dIm tp+n4xL5Xp4QzOtDce( P ]ߪShfv]WUXF\+GT(N+ڎe 6 EYs5/X JvXJIX$z@ Xr)::2xҰp,t|yg xr!"HYK(RiPRuBq_ Ep ك+y69x/>"FE}7yTе38]Rp?ňY$brϔ0싃Jf/d kf.Zؙ{0~?1sQDZ6]͈5Z|=fʍFV)Lx+V!yMQSWF Ml;tWZaܯ+X/s`Oa3nRER|?/\ |ӔǔBZi9y#<IOcm.${A t+M~ub;u>/"qEa3\~y7?Umzٱ̼i@3\dKpDʖFueP ~ 6BJ@<ҮVCD~WIygBn ?vS>j69wIQZZ}㡿zB@^J\A' x[?Hтݺ Q;ҭc9[/t([w7T6br1A˼ =1HE)կ|B* ym9+rKK=ptuo؄ d4KCA= WLOMVԶ[`J.XYIjjQ(>ːG23W_k\9C!lbbԕɆZQ-)Cvq2{#p)Ati)ߎ`Um~%Ys(NTLPs u10D8.[^%\>z2Sx;1~74K9;Gt-į?$ClRWxl"_Ӛ4EH3v›@31^OIM4^1"!.D WޯmyU;.h8/ٜI$TkO>~ݐz>P<;!isjW$Y4lg !Y)Qq;f>XLW0Y#4 p9D`Diȗ-T;hkn!fTUS#l%}I8l!?G5蟡 lG~[ž1'5"bBXMa0҉*呱^[Ɔnh(߭_4Rvޖ}3$蕀GbX;ttp-?mPD{=x "O^Q2]e/wD?ʐ֤3b]e /&Jx V1VS:Gb`^0vW? W4]c=蛛_*A~;ā1Pɴ㴉6'^R8 EW*~]}ev; Ļ*2&7'oJ8ܾEpY%WdB"Zl6QUuˊ!Q7,GI8 -1(S\FLFb"ש«#=}+avsavwkv-%_ĵF{O<3O< }"APkR{<]GzLnVNq&ESd4CP[& OËc_襸sS/MVL1S'9r+ /cݏ6=x$eœ6^XHZQ IPL\@ë.p,d}C6Cj7 @^i-vY5sN;Pkve.Y~[䄵`p-6z˞=*1m{e!5_ 3}S˿7ߢR{=>|Q030Lǖ, `s xh 58ABsZ#/& Iwl/۽z^-=qx6A0CGޘ"+e;7f}JdVs=YDz<3qf}Y9raCfohۥx g:D@ .ѣyׅ'c7E f ThT+`мb{ ٖOV#Doǂ7W .< q/e<U?M*~j_Z(Ǡrɾ}H؎[;ved\CHԿkx4+p*cHA ȅBç'M:donDK5t[Fn8d;HU`ʂcj ;hVóe <>Ow`@׃W:P]Kmِւ"6^Jp_>%StؕhnXJzI2gv6҇XܤPaFiRp_ U@䃍<7O 종Rz`ZuwEӗ9zp2*Qq67.,`,A$*N~Z#Aԭ FZS(g0^.F]ܷV=*EջuKPʽC~^!MbWN?8_F-07ԃ2@dgڶM%pfYn ﻚ\@­cxV&jYWh6ʵ3V@TpNz4vp u\8z-+;z(X~/(䦴tJr϶RzA#˲XM[J.(n̍r²ߎ-vY@o{?0rETG-Apb\.zتϻJkpl^;=13]*7$ JS_dZ![HTH_$;7siGUTR^+f wj ܙ j#B͡'_8)O- Lų>=xnk /wc E㖒ӧA+ȁSn]*Zq U_%y-f(0D@s0=),ǭ%ȔOX }΃'KR ܖ'WǍT }7ا52dwӚnX^u-n {X D) 4WL0VEL98=>Y{z?oN#֚[k[E"$)cĜdТ }8M CiX|pmjx­"w5[]yg(ˍf@A I$7CT;noO V8s*@ћC5tN Xѕl,PO,~adWػH80AGb3m5uA+V^~vJis;~W|5zM2߶.䞠 \ImAd$ׂF #)VWK{h0QZڝRۼ]%;^_2:zY!%otOWYgBlS}|_r˖5\QdbBlKH|6B{9f^*n3hM ~j!hۜ(-^:4 [+\+/4An߾ Rq{r|~ w-t]3+ Zqhᙹ!+cKtzBI*@9xK:R;L狮*)l**_ d6FTW h~z0 N軜LQ+X$3uzt~53\1Mm0# fL&i-s7,n `syI/דWY [y7HvD c4F<@Hړ*|R.]mjF>R1Ce3KiQ= Fo:jmT:Q{::P+댾;hVWJ"F}+V&j+3fNŪ)bRWG8aNYuamhήty춍kfoZ"=l'a#LL59UHe9g? Q;,V=DUW &R]hCκ$3|$8"a|ͺR5y M/g%5w;cE䪃gB5Q@k(ޛGdJa|1z?ѴW5>fY~v5K:wweH#fIv[l$P=omU %B1/HjA=p"j1)xݘk']^?K8>ܑ;ɖ k }DGn4Bc'$r) =1׊@O*cнR$t0ت@3+VE +NC1opϚJWXrC7;8lyZAU!/rP!6N )'weE0jLOdU}㑵6GQ0%X GQ0q@hƲ{HsLm?rRyejVQCޭWe=uŬl>+i e9&t'$zwW@ Gx\ a0_רd g~41h"g<'|Y_ղa:f;K1fl r\6R0~ t~wGb1˃zen^ P^/1k&/Im+ +"ZEv{UduZbtdo3]mB~0PGy.^@y!{ړ[|Q}>&B=Ne\>A֣[F|p.U!]e T#SyE""-qa?5ݨ]gXB"ïk"ĩ`9 ToLLGeX gO e*2*{mBX TY D O.g}Xi,3}֜'4bIޮz#m~\Hf $bF<%g" 6x/|26@{e)6"\9Vڃ7("-~7.qFG*nD%Mon Lj"\z@M!j0aD1)FjKR#s ЬFNS6Yny%#MgKSfoܱ5ߝW\8-a͌ XU681* l+_т MEm~Z&dzAlCn]c.\3ޒ[\o ggi4+96|:27 Xlo>jϸWPGB݆~'vzlŁ{lwڛ1oOAΎKgf|Cx֌XWRs1E$9 )=]1gAW \|j1}($r*%M*i+`CL j!7uOK,<,)e]3k9SD=V$T~hC|[~;nkq/Y@`vyюV;L:+W0 7ڒ܏odQgphEX0~@Ѥ;aUP\$`&OihgH^gْtH]qKo4DM+3И0죺!@U(?k=:e*gJeB2P@ˤ-Q48x\c8Z 'Y_KGr@_@3DTqN@ ѽ㘘g4}'G3Y]/c~K4Sp/K Ғoڱ qi;v-o%*8?'xTWdúTHRBU%Y+ xF)9I))ZK~h݅z0[_ X9凡;"̢<]1`$; %ҵ֥ŕIJߔVpІ9?ߨ(MI`h}DZyP+%e?fiGXp=~tזprrT/ )0\4%Gus{b!.~.tGSZ mzqmj/EI,iضOܞ9p`Ze `_$YPGL/76[0DNJ|rzך~.ڃfATԬ@bS)򣙤H==jcݡ7=}$^@G 6? Y]Y f")):`Rc'm >~Q8ŞqDx.xF%nT$p̯Ms@ uηrV(G2aJOn߅%TY6xN34k)?Ro^ QK. AJPWAQ!64|b$C+Ǽ7|-J9p=I5O1L\.rZD%ԙpFۈo^` ~b*,]['{d a͊b ɄCgAA?3y$%Vh^U7 wFv `lbs>zSbS=[G& k}ve؛Y Xqvbqz3A;rϔ6^,7RR0W,+ w!Җߙ>K n="jJſdst Jd+4&Šs&H\[-3iMc_5vPD&Hkzs ߰LoT7Fhà[GםYV-tˀgN]̧wJ[Q j"c&W'W6mwGCp[ˊO ŘhʝA^ac^0cEvrzʮ:!:{%?$ǐ=$IKY"ri -8f@aYٍXsfu"7 "o5YOaS "' Ln5rN'Ҋ2ޖ75I7\if_{o?E"g.~ -/.ͳYIC8Tg?SUmqmCs[9eflYך3ޞxl2jJ)iPSmq@{1~oH$(ap~8C#׫ZRIaobXl%TT401%V噣_+oGݏ+= P=f:Vȏ8Smg] W>4BFۗPgyDN}h(`.`.B;]Wgw@|c&9ѝ:nhDƢ7gC~$/Fwaz8H4V pQZ9u:gy-yǭir?j2RaMr\ˆ6 gt/_Fբe>FdDM,Kh쉈_#\mY\Wߙw>;WZf;_͵XX2/l\]/`s3?ʌl,gԳOpޭS5 YZ