sudo-1.9.5p2-150300.3.24.1<>,0d!`p9|M\ho 'huʥA: Cc3Wv j\{=zd[ |Zt C ]HbE1m[]E8ì逸{?No)4mjLaI{ޒR@ n6#+)ȶňW/t=0&G bT$rQ;;Vr]o gyWETiA;'CsMOزL];)/[zG>EL?<d  ;:> T`u{     )A ),.1j134 (4(8((878890I9:TI:?I>gCg FgGg$HiHIklXl|Yl\l]n^u 7b{0c{d|Xe|]f|`l|bu|tv~wx y0z8Csudo1.9.5p2150300.3.24.1Execute some commands as rootSudo is a command that allows users to execute some commands as root. The /etc/sudoers file (edited with 'visudo') specifies which users have access to sudo and which commands they can run. Sudo logs all its activities to syslogd, so the system administrator can keep an eye on things. Sudo asks for the password for initializing a check period of a given time N (where N is defined at installation and is set to 5 minutes by default).d!`sheep66FSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Basehttps://www.sudo.ws/linuxx86_64chmod 0440 /etc/sudoers if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/bin/sudo fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/sudo.conf || :  0Q`x(jJ(( `(9ĘBx j" H&2ddc&@c<@c{h@ctcc@c@b b @`U`2@_@__u@_V _D@_@^^^x^>@^@^^@^@^p^;]B]@]c@]Y=\;(@[[:@[[@[{[GBZ@ZԐ@Zľ@Z@Z@Zhu@Z.s@YY@Y0Y-^XZX|@XzXlXWX=W$Wj}Wf@WBW=W#LV?@V@V<@U5@U5@U@UUT@TTp@T[botto.hollmann@suse.comjsikes@suse.comjsikes@suse.comjsikes@suse.comjsikes@suse.comjsikes@suse.comjsikes@suse.comjsikes@suse.comjsikes@suse.comsflees@suse.desflees@suse.dekstreitova@suse.comkstreitova@suse.comkstreitova@suse.comkstreitova@suse.commarco.varlese@suse.comolaf@aepfle.deinfo@paolostivanin.comkukuk@suse.comvcizek@suse.comkstreitova@suse.comkstreitova@suse.comkstreitova@suse.comkstreitova@suse.comkstreitova@suse.comkstreitova@suse.cominfo@paolostivanin.comkstreitova@suse.comkukuk@suse.comvcizek@suse.comvcizek@suse.comokurz@suse.comseanlew@opensuse.orgsean@suspend.netkstreitova@suse.commcalabkova@suse.commcalabkova@suse.commcalabkova@suse.combwiedemann@suse.commichael@stroeder.comkstreitova@suse.comkukuk@suse.dedimstar@opensuse.orgkstreitova@suse.comavindra@opensuse.orgkstreitova@suse.comkstreitova@suse.commichael@stroeder.commichael@stroeder.comsflees@suse.dekstreitova@suse.comkstreitova@suse.commichael@stroeder.comkstreitova@suse.commichael@stroeder.commichael@stroeder.commichael@stroeder.commichael@stroeder.commichael@stroeder.comegeorget@openmailbox.orgkstreitova@suse.comkstreitova@suse.commpluskal@suse.commichael@stroeder.comkstreitova@suse.comjengelh@inai.dedimstar@opensuse.orgkstreitova@suse.comcrrodriguez@opensuse.orgvcizek@suse.comvcizek@suse.comvcizek@suse.comfstrba@suse.com- Fix CVE-2023-28486, sudo does not escape control characters in log messages, (CVE-2023-28486, bsc#1209362) * Add sudo-CVE-2023-28486.patch - Fix CVE-2023-28487, sudo does not escape control characters in sudoreplay output (CVE-2023-28487, bsc#1209361)- sudo-dont-enable-read-after-pty_finish.patch * bsc#1203201 * Do not re-enable the reader when flushing the buffers as part of pty_finish(). * While sudo-observe-SIGCHLD patch applied earlier prevents a race condition from happening, this fixes a related buffer hang.- Added sudo-fix_NULL_deref_RunAs.patch * bsc#1206483 * Fix a situation where "sudo -U otheruser -l" would dereference a NULL pointer.- Added sudo-CVE-2023-22809.patch * CVE-2023-22809 * bsc#1207082 * Prevent '--' in the EDITOR environment variable which can allow users to edit sensitive files as root.- Added sudo-utf8-ldap-schema.patch * Change sudo-ldap schema from ASCII to UTF8. * Fixes bsc#1197998 * Credit to William Brown * https://github.com/sudo-project/sudo/pull/163- Added sudo-observe-SIGCHLD.patch * Make sure SIGCHLD is not ignored when sudo is executed; fixes race condition. * bsc#1203201 * Sourced from https://github.com/sudo-project/sudo/commit/727056e- Added sudo-CVE-2022-43995.patch * CVE-2022-43995 * bsc#1204986 * Fixed a potential heap-based buffer over-read when entering a password of seven characters or fewer and using the crypt() password backend.- Fixed an issue where some redundant entries in a sudo configuration file caused freed memory to be accessed in the error message thus wrong information was output in the error message. * [bsc#1190818] * Added [sudo-1.9.5p2-no_free_alias_name.patch] Sourced from the following git commit hashes: | 9ed14870c Add garbage collection to the sudoers parser to clean up on error. This makes it possible to avoid memory leaks when there is a parse error. | bdb02b1ef Got back to calling alias_free() on alias_add() failure. We now need to remove the name and members from the leak list * before* calling alias_add() since alias_add() will consume them for both success and failure. | b4cabdb39 Don't free the alias name in alias_add() if the alias already exists. We need to be able to display it using alias_error(). Only free what we actually allocated in alias_add() on error and let the caller handle cleanup. Note that we cannot completely fill in the alias until it is inserted. Otherwise, we will have modified the file and members parameters even if there was an error. As a result, we have to remove those from the leak list after alias_add(), not before.- Add sudo-1.9.5p2-honor-T_opt.patch * the -T option of sudo does nothing even when 'Defaults user_command_timeouts' is present in the configuration. * [bsc#1193446] * Credit to Jaroslav Jindrak - Add support in the LDAP filter for negated users, patch taken from upstream (jsc#20068) * Adds sudo-feature-negated-LDAP-users.patch - Restrict use of sudo -U other -l to people who have permission to run commands as that user (bsc#1181703, jsc#SLE-22569) * feature-upstream-restrict-sudo-U-other-l.patch- Update to 1.9.5.p2 * When invoked as sudoedit, the same set of command line options are now accepted as for sudo -e. The -H and -P options are now rejected for sudoedit and sudo -e which matches the sudo 1.7 behavior. This is part of the fix for CVE-2021-3156. * Fixed a potential buffer overflow when unescaping backslashes in the command's arguments. Normally, sudo escapes special characters when running a command via a shell (sudo -s or sudo -i). However, it was also possible to run sudoedit with the -s or -i flags in which case no escaping had actually been done, making a buffer overflow possible. This fixes CVE-2021-3156. (bsc#1181090) * Fixed sudo's setprogname(3) emulation on systems that don't provide it. * Fixed a problem with the sudoers log server client where a partial write to the server could result the sudo process consuming large amounts of CPU time due to a cycle in the buffer queue. Bug #954. * Added a missing dependency on libsudo_util in libsudo_eventlog. Fixes a link error when building sudo statically. * The user's KRB5CCNAME environment variable is now preserved when performing PAM authentication. This fixes GSSAPI authentication when the user has a non-default ccache.- Update to 1.9.5.p1 * Fixed a regression introduced in sudo 1.9.5 where the editor run by sudoedit was set-user-ID root unless SELinux RBAC was in use. The editor is now run with the user's real and effective user-IDs. - News in 1.9.5 * Fixed a crash introduced in 1.9.4 when running "sudo -i" as an unknown user. This is related to but distinct from Bug #948. * If the "lecture_file" setting is enabled in sudoers, it must now refer to a regular file or a symbolic link to a regular file. * Fixed a potential use-after-free bug in sudo_logsrvd when the server shuts down if there are existing connections from clients that are only logging events and not session I/O data. * Fixed a buffer size mismatch when serializing the list of IP addresses for configured network interfaces. This bug is not actually exploitable since the allocated buffer is large enough to hold the list of addresses. * If sudo is executed with a name other than "sudo" or "sudoedit", it will now fall back to "sudo" as the program name. This affects warning, help and usage messages as well as the matching of Debug lines in the /etc/sudo.conf file. Previously, it was possible for the invoking user to manipulate the program name by setting argv[0] to an arbitrary value when executing sudo. (bsc#1180687) * Sudo now checks for failure when setting the close-on-exec flag on open file descriptors. This should never fail but, if it were to, there is the possibility of a file descriptor leak to a child process (such as the command sudo runs). * Fixed CVE-2021-23239, a potential information leak in sudoedit that could be used to test for the existence of directories not normally accessible to the user in certain circumstances. When creating a new file, sudoedit checks to make sure the parent directory of the new file exists before running the editor. However, a race condition exists if the invoking user can replace (or create) the parent directory. If a symbolic link is created in place of the parent directory, sudoedit will run the editor as long as the target of the link exists. If the target of the link does not exist, an error message will be displayed. The race condition can be used to test for the existence of an arbitrary directory. However, it _cannot_ be used to write to an arbitrary location. (bsc#1180684) * Fixed CVE-2021-23240, a flaw in the temporary file handling of sudoedit's SELinux RBAC support. On systems where SELinux is enabled, a user with sudoedit permissions may be able to set the owner of an arbitrary file to the user-ID of the target user. On Linux kernels that support "protected symlinks", setting /proc/sys/fs/protected_symlinks to 1 will prevent the bug from being exploited. For more information see https://www.sudo.ws/alerts/sudoedit_selinux.html. (bsc#1180685) * Added writability checks for sudoedit when SELinux RBAC is in use. This makes sudoedit behavior consistent regardless of whether or not SELinux RBAC is in use. Previously, the "sudoedit_checkdir" setting had no effect for RBAC entries. * A new sudoers option "selinux" can be used to disable sudo's SELinux RBAC support. * Quieted warnings from PVS Studio, clang analyzer, and cppcheck. Added suppression annotations for PVS Studio false positives.- Update to 1.9.4p2 * Fixed a bug introduced in sudo 1.9.4p1 which could lead to a crash if the sudoers file contains a runas user-specific Defaults entry. Bug #951. - News in 1.9.4p1 * Fixed a regression introduced in version 1.9.4 where sudo would not build when configured using the --without-sendmail option. Bug #947. * Fixed a problem where if I/O logging was disabled and sudo was unable to connect to sudo_logsrvd, the command would still be allowed to run even when the "ignore_logfile_errors" sudoers option was enabled. * Fixed a crash introduced in version 1.9.4 when attempting to run a command as a non-existent user. Bug #948. * The installed sudo.conf file now has the default sudoers Plugin lines commented out. This fixes a potential conflict when there is both a system-installed version of sudo and a user-installed version. GitHub issue #75. * Fixed a regression introduced in sudo 1.9.4 where sudo would run the command as a child process even when a pseudo-terminal was not in use and the "pam_session" and "pam_setcred" options were disabled. GitHub issue #76. * Fixed a regression introduced in sudo 1.8.9 where the "closefrom" sudoers option could not be set to a value of 3. Bug #950.- Update to 1.9.4 * The sudoers parser will now detect when an upper-case reserved word is used when declaring an alias. Now instead of "syntax error, unexpected CHROOT, expecting ALIAS" the message will be "syntax error, reserved word CHROOT used as an alias name". Bug #941. * Better handling of sudoers files without a final newline. The parser now adds a newline at end-of-file automatically which removes the need for special cases in the parser. * Fixed a regression introduced in sudo 1.9.1 in the sssd back-end where an uninitialized pointer could be freed on an error path. GitHub issue #67. * The core logging code is now shared between sudo_logsrvd and the sudoers plugin. * JSON log entries sent to syslog now use "minimal" JSON which skips all non-essential whitespace. * The sudoers plugin can now produce JSON-formatted logs. The "log_format" sudoers option can be used to select sudo or json format logs. The default is sudo format logs. * The sudoers plugin and visudo now display the column number in syntax error messages in addition to the line number. Bug #841. * If I/O logging is not enabled but "log_servers" is set, the sudoers plugin will now log accept events to sudo_logsrvd. Previously, the accept event was only sent when I/O logging was enabled. The sudoers plugin now sends reject and alert events too. * The sudo logsrv protocol has been extended to allow an AlertMessage to contain an optional array of InfoMessage, as AcceptMessage and RejectMessage already do. * Fixed a bug in sudo_logsrvd where receipt of SIGHUP would result in duplicate entries in the debug log when debugging was enabled. * The visudo utility now supports EDITOR environment variables that use single or double quotes in the command arguments. Bug #942. * The PAM session modules now run when sudo is set-user-ID root, which allows a module to determine the original user-ID. Bug #944. * Fixed a regression introduced in sudo 1.8.24 in the LDAP back-end where sudoNotBefore and sudoNotAfter were applied even when the SUDOERS_TIMED setting was not present in ldap.conf. Bug #945. * Sudo packages for macOS 11 now contain universal binaries that support both Intel and Apple Silicon CPUs. * For sudo_logsrvd, an empty value for the "pid_file" setting in sudo_logsrvd.conf will now disable the process ID file. - Remove sudo-1.9.3p1-pam_xauth.patch (upstreamed)- Update to 1.9.3p1 * Fixed a regression introduced in sudo 1.9.3 where the configure script would not detect the crypt(3) function if it was present in the C library, not an additional library. * Fixed a regression introduced in sudo 1.8.23 with shadow passwd file authentication on OpenBSD. BSD authentication was not affected. * Sudo now logs when a user-specified command-line option is rejected by a sudoers rule. Previously, these conditions were written to the audit log, but the default sudo log file. Affected command line arguments include -C (--close-from), -D (--chdir), - R (--chroot), -g (--group) and -u (--user). - News in 1.9.3 * Fixed building the Python plugin on systems with a compiler that doesn't support symbol hiding. * Sudo now uses a linker script to hide symbols even when the compiler has native symbol hiding support. This should make it easier to detect omissions in the symbol exports file, regardless of the platform. * Fixed the libssl dependency in Debian packages for older releases that use libssl1.0.0. * Sudo and visudo now provide more detailed messages when a syntax error is detected in sudoers. The offending line and token are now displayed. If the parser was generated by GNU bison, additional information about what token was expected is also displayed. Bug #841. * Sudoers rules must now end in either a newline or the end-of-file. Previously, it was possible to have multiple rules on a single line, separated by white space. The use of an end-of-line terminator makes it possible to display accurate error messages. * Sudo no longer refuses to run if a syntax error in the sudoers file is encountered. The entry with the syntax error will be discarded and sudo will continue to parse the file. This makes recovery from a syntax error less painful on systems where sudo is the primary method of superuser access. The historic behavior can be restored by add "error_recovery=false" to the sudoers plugin's optional arguments in sudo.conf. Bug #618. * Fixed the sample_approval plugin's symbol exports file for systems where the compiler doesn't support symbol hiding. * Fixed a regression introduced in sudo 1.9.1 where arguments to the "sudoers_policy" plugin in sudo.conf were not being applied. The sudoers file is now parsed by the "sudoers_audit" plugin, which is loaded implicitly when "sudoers_policy" is listed in sudo.conf. Starting with sudo 1.9.3, if there are plugin arguments for "sudoers_policy" but "sudoers_audit" is not listed, those arguments will be applied to "sudoers_audit" instead. * The user's resource limits are now passed to sudo plugins in the user_info[] list. A plugin cannot determine the limits itself because sudo changes the limits while it runs to prevent resource starvation. * It is now possible to set the working directory or change the root directory on a per-command basis using the CWD and CHROOT options. There are also new Defaults settings, runchroot and runcwd, that can be used to set the working directory or root directory on a more global basis. * New -D (--chdir) and -R (--chroot) command line options can be used to set the working directory or root directory if the sudoers file allows it. This functionality is not enabled by default and must be explicitly enabled in the sudoers file. - add sudo-1.9.3p1-pam_xauth.patch to stay setuid until just before executing the command. Fixes a problem with pam_xauth which checks effective and real uids to get the real identity of the user [bsc#1174593]- Modified the secure_path to include the other two default paths which are commonly available to $user. This will offer a better and more consistent UX.- This rpm packages decides about the permissions of /etc/sudoers.d- Update to 1.9.2: * The configure script now uses pkg-config to find the openssl cflags and libs where possible. * The contents of the log.json I/O log file is now documented in the sudoers manual. * The sudoers plugin now properly exports the sudoers_audit symbol on systems where the compiler lacks symbol visibility controls. This caused a regression in 1.9.1 where a successful sudo command was not logged due to the missing audit plugin. Bug #931. * Fixed a regression introduced in 1.9.1 that can result in crash when there is a syntax error in the sudoers file. Bug #934. - Rebase sudo-sudoers.patch- Move python plugin support to own sub-package, we don't want python in a really minimal system [bsc#1173200]- Update to 1.9.1 * Fixed an AIX-specific problem when I/O logging was enabled. The terminal device was not being properly set to raw mode. Bug #927. * Corrected handling of sudo_logsrvd connections without associated I/O log data. This fixes support for RejectMessage as well as AcceptMessage when the expect_iobufs flag is not set. * Added an "iolog_path" entry to the JSON-format event log produced by sudo_logsrvd. Previously, it was only possible to determine the I/O log file an event belonged to using sudo-format logs. * Fixed the bundle IDs for sudo-logsrvd and sudo-python macOS packages. * I/O log files produced by the sudoers plugin now clear the write bits on the I/O log timing file when the log is complete. This is consistent with how sudo_logsrvd indicates that a log is complete. * The sudoreplay utility has a new "-F" (follow) command line option to allow replaying a session that is still in progress, similar to "tail -f". * The @include and @includedir directives can be used in sudoers instead of #include and #includedir. In addition, include paths may now have embedded white space by either using a double-quoted string or escaping the space characters with a backslash. * When running a command in a pty, sudo will no longer try to suspend itself if the user's tty has been revoked (for instance when the parent ssh daemon is killed). This fixes a bug where sudo would continuously suspend the command (which would succeed), then suspend itself (which would fail due to the missing tty) and then resume the command. * If sudo's event loop fails due to the tty being revoked, remove the user's tty events and restart the event loop (once). This fixes a problem when running "sudo reboot" in a pty on some systems. When the event loop exited unexpectedly, sudo would kill the command running in the pty, which in the case of "reboot", could lead to the system being in a half-rebooted state. * Fixed a regression introduced in sudo 1.8.23 in the LDAP and SSSD back-ends where a missing sudoHost attribute was treated as an "ALL" wildcard value. A sudoRole with no sudoHost attribute is now ignored as it was prior to version 1.8.23. * The audit plugin API has been changed slightly. The sudo front-end now audits an accept event itself after all approval plugins are run and the I/O logging plugins (if any) are opened. This makes it possible for an audit plugin to only log a single overall accept event if desired. * The sudoers plugin can now be loaded as an audit plugin. Logging of successful commands is now performed in the audit plugin's accept function. As a result, commands are now only logged if allowed by sudoers and all approval plugins. Commands rejected by an approval plugin are now also logged by the sudoers plugin. * Romanian translation for sudo and sudoers from translationproject.org. * Fixed a regression introduced in sudo 1.9.0 where sudoedit did not remove its temporary files after installing them. Bug #929. * Fixed a regression introduced in sudo 1.9.0 where the iolog_file setting in sudoers and sudo_logsrvd.conf caused an error if the file name ended in six or more X's.- Update to 1.9.0 (current stable release) * for changes between version 1.9.0 and 1.8.31p1 see rc changes below- Update to 1.9.0rc5 * The default TLS listener is now only enabled when either the TLS certificate file is explicitly specified in sudo_logsrvd.conf or the default TLS certificate file exists in the file system. There is no change in behavior for listen_address entries explicitly set in the configuration file.- Update to 1.9.0rc4 * Various spelling fixes. Bug #925. * The struct passwd passed to PAM session modules is now looked up by user name, not user-ID, when possible. Fixes a problem with the pam_limits module and configurations where multiple user names share the same ID. Debian bug #734752. * Sudo command line options that take a value may only be specified once. This is to help guard against problems caused by poorly written scripts that invoke sudo with user-controlled input. Bug #924.- Update to 1.9.0rc3 * The sudo-logsrvd package now installs a systemd service on Linux distros that use systemd. * The I/O plugin is now closed before the policy plugin on command exit. * When copying the edited files to the original path, sudoedit now allocates any additional space needed before writing. Previously, it could truncate the destination file if the file system was full. Bug #922. * Fixed a compilation issue with Python 3.8. * Changed how TLS connections are made to the log server. Instead of using a starttls type approach where TLS and plaintext connections share the same point we now use separate ports for plaintext and TLS connections. A (tls) flag can be specified after the host:port to indicate that the connection should be secured with TLS. This avoids a potention man-in-the-middle attack that could cause the connection to be forced into plaintext mode. Unfortunately, this change breaks compatibility with the previous release candidates.- build with enable-python to support python plugins- Update to 1.9.0rc2 * Fixed a test failure in the strsig_test regress test on FreeBSD. * Sudo now includes a logging daemon, sudo_logsrvd, which can be used to implement centralized logging of I/O logs. TLS connections are supported when sudo is configured with the --enable-openssl option. For more information, see the sudo_logsrvd, logsrvd.conf and sudo_logsrv.proto manuals as well as the log_servers setting in the sudoers manual. The --disable-log-server and --disable-log-client configure options can be used to disable building the I/O log server and/or remote I/O log support in the sudoers plugin. * The new sudo_sendlog utility can be used to test sudo_logsrvd or send existing sudo I/O logs to a centralized server. * It is now possible to write sudo plugins in Python 3 when sudo is configured with the --enable-python> option. See the sudo_plugin_python.man.html manual for details. Sudo 1.9.0 comes with several Python example plugins that get installed sudo's examples directory. The sudo blog article "What's new in sudo 1.9: Python" (https://blog.sudo.ws/posts/2020/01/whats-new-in-sudo-1.9-python/) includes a simple tutorial on writing python plugins. * Sudo now supports an "audit" plugin type. An audit plugin receives accept, reject, exit and error messages and can be used to implement custom logging that is independent of the underlying security policy. Multiple audit plugins may be specified in the sudo.conf file. A sample audit plugin is included that writes logs in JSON format. * Sudo now supports an "approval" plugin type. An approval plugin is run only after the main security policy (such as sudoers) accepts a command to be run. The approval policy may perform additional checks, potentially interacting with the user. Multiple approval plugins may be specified in the sudo.conf file. Only if all approval plugins succeed will the command be allowed. * Sudo's -S command line option now causes the sudo conversation function to write to the standard output or standard error instead of the terminal device. * It is now possible to use "Cmd_Alias" instead of "Cmnd_Alias" for people who find the former more natural. * The new "pam_ruser" and "pam_rhost" sudoers settings can be used to enable or disable setting the PAM remote user and/or host values during PAM session setup. * More than one SHA-2 digest may now be specified for a single command. Multiple digests must be separated by a comma. * It is now possible to specify a SHA-2 digest in conjunction with the "ALL" reserved word in a command specification. This allows one to give permission to run any command that matches the specified digest, regardless of its path. * Sudo and sudo_logsrvd now create an extended I/O log info file in JSON format that contains additional information about the command that was run, such as the host name. The sudoreplay utility uses this file in preference to the legacy log file. * The sudoreplay utility can now match on a host name in list mode. The list output also now includes the host name if one is present in the log file. * For "sudo -i", if the target user's home directory does not exist, sudo will now warn about the problem but run the command in the current working directory. Previously, this was a fatal error. Debian bug #598519. * The command line arguments in the SUDO_COMMAND environment variable are now truncated at 4096 characters. This avoids an "Argument list too long" error when executing a command with a large number of arguments. Debian bug #596631. * Sudo now properly ends the PAM transaction when the user authenticates successfully but sudoers denies the command. Debian bug #669687. * The sudoers grammar in the manual now indicates that "sudoedit" requires one or more arguments. Debian bug #571621. - Pack /usr/sbin/{sudo_logsrvd,sudo_sendlog} binaries and their manpages - Pack /usr/lib/sudo/sudo/{audit_json.so,sample_approval.so} plugins - Pack /etc/sudo.conf and /etc/sudo_logsrvd.conf configuration files - Run spec-cleaner- Update to 1.8.31p1 * Sudo once again ignores a failure to restore the RLIMIT_CORE resource limit, as it did prior to version 1.8.29. Linux containers don't allow RLIMIT_CORE to be set back to RLIM_INFINITY if we set the limit to zero, even for root, which resulted in a warning from sudo.- Update to 1.8.31 Major changes between version 1.8.31 and 1.8.30: * This version fixes a potential security issue that can lead to a buffer overflow if the pwfeedback option is enabled in sudoers [CVE-2019-18634] [bsc#1162202] * The sudoedit_checkdir option now treats a user-owned directory as writable, even if it does not have the write bit set at the time of check. Symbolic links will no longer be followed by sudoedit in any user-owned directory. Bug #912. * Fixed a crash introduced in sudo 1.8.30 when suspending sudo at the password prompt. Bug #914. * Fixed compilation on systems where the mmap MAP_ANON flag is not available. Bug #915. Major changes between version 1.8.30 and 1.8.29: * Sudo now closes file descriptors before changing uids. This prevents a non-root process from interfering with sudo's ability to close file descriptors on systems that support the prlimit(2) system call. * Sudo now treats an attempt to run sudo sudoedit as simply sudoedit If the sudoers file contains a fully-qualified path to sudoedit, sudo will now treat it simply as sudoedit (with no path). Visudo will will now treat a fully-qualified path to sudoedit as an error. Bug #871. * Fixed a bug introduced in sudo 1.8.28 where sudo would warn about a missing /etc/environment file on AIX and Linux when PAM is not enabled. Bug #907. * Fixed a bug on Linux introduced in sudo 1.8.29 that prevented the askpass program from running due to an unlimited stack size resource limit. Bug #908. * If a group provider plugin has optional arguments, the argument list passed to the plugin is now NULL terminated as per the documentation. * The user's time stamp file is now only updated if both authentication and approval phases succeed. This is consistent with the behavior of sudo prior to version 1.8.23. Bug #910. * The new allow_unknown_runas_id sudoers setting can be used to enable or disable the use of unknown user or group IDs. Previously, sudo would always allow unknown user or group IDs if the sudoers entry permitted it, including via the ALL alias. As of sudo 1.8.30, the admin must explicitly enable support for unknown IDs. * The new runas_check_shell sudoers setting can be used to require that the runas user have a shell listed in the /etc/shells file. On many systems, users such as bin, do not have a valid shell and this flag can be used to prevent commands from being run as those users. * Fixed a problem restoring the SELinux tty context during reboot if mctransd is killed before sudo finishes. GitHub Issue #17. * Fixed an intermittent warning on NetBSD when sudo restores the initial stack size limit. Major changes between version 1.8.29 and 1.8.28p1: * The cvtsudoers command will now reject non-LDIF input when converting from LDIF format to sudoers or JSON formats. * The new log_allowed and log_denied sudoers settings make it possible to disable logging and auditing of allowed and/or denied commands. * The umask is now handled differently on systems with PAM or login.conf. If the umask is explicitly set in sudoers, that value is used regardless of what PAM or login.conf may specify. However, if the umask is not explicitly set in sudoers, PAM or login.conf may now override the default sudoers umask. Bug #900. * For make install, the sudoers file is no longer checked for syntax errors when DESTDIR is set. The default sudoers file includes the contents of /etc/sudoers.d which may not be readable as non-root. Bug #902. * Sudo now sets most resource limits to their maximum value to avoid problems caused by insufficient resources, such as an inability to allocate memory or open files and pipes. Fixed a regression introduced in sudo 1.8.28 where sudo would refuse to run if the parent process was not associated with a session. This was due to sudo passing a session ID of -1 to the plugin. - refresh sudo-sudoers.patch- Move pam.d/sudo* files to /usr/etc- Update to 1.8,28p1 * The fix for Bug #869 caused "sudo -v" to prompt for a password when "verifypw" is set to "all" (the default) and all of the user's sudoers entries are marked with NOPASSWD. Bug #901. [bsc#1162675]- Update to 1.8.28 * Fixed CVE-2019-14287 (bsc#1153674), a bug where a sudo user may be able to run a command as root when the Runas specification explicitly disallows root access as long as the ALL keyword is listed first. * Sudo will now only set PAM_TTY to the empty string when no terminal is present on Solaris and Linux. This workaround is only needed on those systems which may have PAM modules that misbehave when PAM_TTY is not set. * The mailerflags sudoers option now has a default value even if sendmail support was disabled at configure time. Fixes a crash when the mailerpath sudoers option is set but mailerflags is not. Bug #878. * Sudo will now filter out last login messages on HP-UX unless it a shell is being run via "sudo -s" or "sudo -i". Otherwise, when trusted mode is enabled, these messages will be displayed for each command. * Sudo has a new -B command line option that will ring the terminal bell when prompting for a password. * Sudo no longer refuses to prompt for a password when it cannot determine the user's terminal as long as it can open /dev/tty. This allows sudo to function on systems where /proc is unavailable, such as when running in a chroot environment. * The "env_editor" sudoers flag is now on by default. This makes source builds more consistent with the packages generated by sudo's mkpkg script. * Fixed a bad interaction with configure's --prefix and - -disable-shared options. Bug #886. * More verbose error message when a password is required and no terminal is present. Bug #828. * Command tags, such as NOPASSWD, are honored when a user tries to run a command that is allowed by sudoers but which does not actually exist on the file system. Bug #888. * I/O log timing files now store signal suspend and resume information in the form of a signal name instead of a number. * Fixed a bug introduced in 1.8.24 that prevented sudo from honoring the value of "ipa_hostname" from sssd.conf, if specified, when matching the host name. * Fixed a bug introduced in 1.8.21 that prevented the core dump resource limit set in the pam_limits module from taking effect. Bug #894. * Fixed parsing of double-quoted Defaults group and netgroup bindings. * The user ID is now used when matching sudoUser attributes in LDAP. Previously, the user name, group name and group IDs were used when matching but not the user ID. * Sudo now writes PAM messages to the user's terminal, if available, instead of the standard output or standard error. This prevents PAM output from being intermixed with that of the command when output is sent to a file or pipe. Bug #895. * Sudoedit now honors the umask and umask_override settings in sudoers. Previously, the user's umask was used as-is. * Fixed a bug where the terminal's file context was not restored when using SELinux RBAC. Bug #898. - refresh sudo-sudoers.patch- Correct typo in sudoers patch- Update to 1.8.27 * Fixes and clarifications to the sudo plugin documentation * The sudo manuls no longer require extensive post-processing * If an I/O logging plugin is configured, sudo will no longer force the command to be run in a pseudo-tty * #843 (PAM handling error) correctly fixed. * In visudo, it's now possible to specify the path to sudoers without using the -f option (#864) * Fixed a big introduced in 1.8.22 where utm/p/utmpx would not be updated when a command was run in a pseudo-tty (#865) * Sudo now sets the silent flag when opening the PAM session except when running a shell via sudo -s or sudo -i (#867)- Update to 1.8.26 * Fixed a bug in cvtsudoers when converting to JSON format when alias exansion is enabled * Sudo no longer sets the USERNAME environment variable when running commands * Sudo now treats the LOGNAME and USER environment variables (as well as the LOGIN variable on AIX) as a single unit * Added support for OpenLDAP TLS_REQCERT setting in ldap.conf * Sudo now logs when the command was suspended and resumed in the I/O logs * Sudo now prints a warning message when there is an error or end of file while reading the password instead of exiting * Fixed a bug introduced in sudo 1.8.25 that prevented sudo from properly setting the user's groups on AIX. * The sudoers LDAP back-end now supports negated sudoRunAsUser and sudoRunAsGroup entries * Sudo now rpovides a proper error message when the "fqdn" sudoers option is set and it is unable to resolve the local host name. * Sudo now includes sudoers LDAP schema for the on-line config supported by OpenLDAP- fix permissions for /var/lib/sudo and /var/lib/sudo/ts [bsc#1097643]- Update to 1.8.25p1 * Fixed a bug introduced in sudo 1.8.25 that caused a crash on systems that have the poll() function but not the ppoll() function- Update to 1.8.25 * I/O log timing file entries now use a monotonic timer and include nanosecond precision * when sudo runs a command in a pseudo-tty, the slave device is now closed in the main process immediately after starting the monitor process * the testsudoers utility now supports querying an LDIF-format policy- Update to 1.8.24 * random insults are now more random * added SUDO_CONV_PREFER_TTY flag for conversation function to tell sudo to try writing to /dev/tty first * cvtsudoers can now parse base64-encoded attributes in LDIF files- Build with make -B to make package build reproducible- Update to 1.8.23 * primarily a bug fix release * new cvtsudoers utility (replaces sudoers2ldif) and converts between sudoers formats and perform some basic filtering. * removed obsolete sudoers2ldif-env.patch- integrate pam_keyinit pam module [bsc#1081947] * add sudo-i.pamd PAM configuration file and install it as /etc/pam.d/sudo-i * add "session optional pam_keyinit.so revoke" to sudo.pamd and "session optional pam_keyinit.so force revoke" to sudo-i.pamd * add "--with-pam-login" build option to enable specific PAM session for "sudo -i" - make pam configuration files (noreplace) - reorganize Sources- Use %license instead of %doc [bsc#1082318]- Fix sudo prompt: escape %p into %%p to ensure 'p' is not wrapped and interpreted as being an rpm variable (boo#1081470).- The sudo distribution files are now signed with a new pgp key. Refresh sudo.keyring- Update to 1.8.22 [bsc#1080793] * Commands run in the background from a script run via sudo will no longer receive SIGHUP when the parent exits and I/O logging is enabled * A particularly offensive insult is now disabled by default * The description of sudo -i now correctly documents that the env_keep and env_check sudoers options are applied to the environment * Fixed a crash when the system's host name is not set * The sudoers2ldif script now handles #include and #includedir directives. * Fixed a bug where sudo would silently exit when the command was not allowed by sudoers and the passwd_tries sudoers option was set to a value less than one. * Fixed a bug with the listpw and verifypw sudoers options and multiple sudoers sources. If the option is set to all a password should be required unless none of a user's sudoers entries from any source require authentication. * Fixed a bug with the listpw and verifypw sudoers options in the LDAP and SSSD back-ends. If the option is set to any and the entry contained multiple rules, only the first matching rule was checked. If an entry contained more than one matching rule and the first rule required authentication but a subsequent rule did not, sudo would prompt for a password when it should not have. * When running a command as the invoking user (not root), sudo would execute the command with the same group vector it was started with. Sudo now executes the command with a new group vector based on the group database which is consistent with how su(1) operates. * Fixed a double free in the SSSD back-end that could occur when ipa_hostname is present in sssd.conf and is set to an unqualified host name. * When I/O logging is enabled, sudo will now write to the terminal even when it is a background process. Previously, sudo would only write to the tty when it was the foreground process when I/O logging was enabled. If the TOSTOP terminal flag is set, sudo will suspend the command (and then itself) with the SIGTTOU signal. * A new authfail_message sudoers option that overrides the default N incorrect password attempt(s). * An empty sudoRunAsUser attribute in the LDAP and SSSD backends will now match the invoking user. This is more consistent with how an empty runas user in the sudoers file is treated. * Documented that in check mode, visudo does not check the owner / mode on files specified with the -f flag * It is now an error to specify the runas user as an empty string on the command line. Previously, an empty runas user was treated the same as an unspecified runas user * When timestamp_type option is set to tty and a terminal is present, the time stamp record will now include the start time of the session leader. When the timestamp_type option is set to ppid or when no terminal is available, the start time of the parent process is used instead. This significantly reduces the likelihood of a time stamp record being re-used when a user logs out and back in again. * The sudoers time stamp file format is now documented in the new sudoers_timestamp manual. * Visudo will now use the SUDO_EDITOR environment variable (if present) in addition to VISUAL and EDITOR. - rebase sudoers2ldif-env.patch - cleanup with spec-cleaner- remove sudoers.dist that is not needed [bsc#1071379]- remove "--with-insults" and disable insults by default. Now insults sets are included but user must enable it in the sudoers file [bsc#1053911]- update to 1.8.21p2 Major changes between sudo 1.8.21p2 and 1.8.21p1: * Fixed a bug introduced in version 1.8.21 which prevented sudo from using the PAM-supplied prompt. Bug #799 * Fixed a bug introduced in version 1.8.21 which could result in sudo hanging when running commands that exit quickly. Bug #800 * Fixed a bug introduced in version 1.8.21 which prevented the command from being run when the password was read via an external program using the askpass interface. Bug #801 Major changes between sudo 1.8.21p1 and 1.8.21: * On systems that support both PAM and SIGINFO, the main sudo process will no longer forward SIGINFO to the command if the signal was generated from the keyboard. The command will have already received SIGINFO since it is part of the same process group so there's no need for sudo to forward it. This is consistent with the handling of SIGINT, SIGQUIT and SIGTSTP. Bug #796 * If SUDOERS_SEARCH_FILTER in ldap.conf does not specify a value, the LDAP search expression used when looking up netgroups and non-Unix groups had a syntax error if a group plugin was not specified. * "sudo -U otheruser -l" will now have an exit value of 0 even if "otheruser" has no sudo privileges. The exit value when a user attempts to lists their own privileges or when a command is specified is unchanged. * Fixed a regression introduced in sudo 1.8.21 where sudoreplay playback would hang for I/O logs that contain terminal input. * Sudo 1.8.18 contained an incomplete fix for the matching of entries in the LDAP and SSSD backends when a sudoRunAsGroup is specified but no sudoRunAsUser is present in the sudoRole. Major changes between sudo 1.8.21 and 1.8.20p2: * The path that sudo uses to search for terminal devices can now be configured via the new "devsearch" Path setting in sudo.conf. * It is now possible to preserve bash shell functions in the environment when the "env_reset" sudoers setting is disabled by removing the "*=()*" pattern from the env_delete list. * A change made in sudo 1.8.15 inadvertantly caused sudoedit to send itself SIGHUP instead of exiting when the editor returns an error or the file was not modified. * Sudoedit now uses an exit code of zero if the file was not actually modified. Previously, sudoedit treated a lack of modifications as an error. * When running a command in a pseudo-tty (pty), sudo now copies a subset of the terminal flags to the new pty. Previously, all flags were copied, even those not appropriate for a pty. * Fixed a problem with debug logging in the sudoers I/O logging plugin. * Window size change events are now logged to the policy plugin. On xterm and compatible terminals, sudoreplay is now capable of resizing the terminal to match the size of the terminal the command was run on. The new -R option can be used to disable terminal resizing. * Fixed a bug in visudo where a newly added file was not checked for syntax errors. Bug #791. * Fixed a bug in visudo where if a syntax error in an include directory (like /etc/sudoers.d) was detected, the edited version was left as a temporary file instead of being installed. * On PAM systems, sudo will now treat "username's Password:" as a standard password prompt. As a result, the SUDO_PROMPT environment variable will now override "username's Password:" as well as the more common "Password:". Previously, the "passprompt_override" Defaults setting would need to be set for SUDO_PROMPT to override a prompt of "username's Password:". * A new "syslog_pid" sudoers setting has been added to include sudo's process ID along with the process name when logging via syslog. Bug #792. * Fixed a bug introduced in sudo 1.8.18 where a command would not be terminated when the I/O logging plugin returned an error to the sudo front-end. * A new "timestamp_type" sudoers setting has been added that replaces the "tty_tickets" option. In addition to tty and global time stamp records, it is now possible to use the parent process ID to restrict the time stamp to commands run by the same process, usually the shell. Bug #793. * The --preserve-env command line option has been extended to accept a comma-separated list of environment variables to preserve. Bug #279. * Friulian translation for sudo from translationproject.org.- update to 1.8.20p2 which obsoletes patches: * sudo-1.8.19p2-CVE-2017-1000367.patch * sudo-1.8.19p2-decrement_env_len.patch * sudo-1.8.19p2-dont_overwrite_ret_val.patch Major changes between sudo 1.8.20p2 and 1.8.20p1: * Fixed a bug parsing /proc/pid/stat on Linux when the process name contains newlines. This is not exploitable due to the /dev traversal changes in sudo 1.8.20p1. [bsc#1042146], [CVE-2017-1000368] Major changes between sudo 1.8.20p1 and 1.8.20: * Fixed "make check" when using OpenSSL or GNU crypt. Bug #787. * Fixed CVE-2017-1000367, a bug parsing /proc/pid/stat on Linux when the process name contains spaces. Since the user has control over the command name, this could potentially be used by a user with sudo access to overwrite an arbitrary file on systems with SELinux enabled. Also stop performing a breadth-first traversal of /dev when looking for the device; only a hard-coded list of directories are checked, Major changes between sudo 1.8.20 and 1.8.19p2: * Added support for SASL_MECH in ldap.conf. Bug #764 * Added support for digest matching when the command is a glob-style pattern or a directory. Previously, only explicit path matches supported digest checks. * New "fdexec" Defaults option to control whether a command is executed by path or by open file descriptor. * The embedded copy of zlib has been upgraded to version 1.2.11. * Fixed a bug that prevented sudoers include files with a relative path starting with the letter 'i' from being opened. Bug #776. * Added support for command timeouts in sudoers. The command will be terminated if the timeout expires. * The SELinux role and type are now displayed in the "sudo -l" output for the LDAP and SSSD backends, just as they are in the sudoers backend. * A new command line option, -T, can be used to specify a command timeout as long as the user-specified timeout is not longer than the timeout specified in sudoers. This option may only be used when the "user_command_timeouts" flag is enabled in sudoers. * Added NOTBEFORE and NOTAFTER command options to the sudoers backend similar to what is already available in the LDAP backend. * Sudo can now optionally use the SHA2 functions in OpenSSL or GNU crypt instead of the SHA2 implementation bundled with sudo. * Fixed a compilation error on systems without the stdbool.h header file. Bug #778. * Fixed a compilation error in the standalone Kerberos V authentication module. Bug #777. * Added the iolog_flush flag to sudoers which causes I/O log data to be written immediately to disk instead of being buffered. * I/O log files are now created with group ID 0 by default unless the "iolog_user" or "iolog_group" options are set in sudoers. * It is now possible to store I/O log files on an NFS-mounted file system where uid 0 is remapped to an unprivileged user. The "iolog_user" option must be set to a non-root user and the top-level I/O log directory must exist and be owned by that user. * Added the restricted_env_file setting to sudoers which is similar to env_file but its contents are subject to the same restrictions as variables in the invoking user's environment. * Fixed a use after free bug in the SSSD backend when the fqdn sudoOption is enabled and no hostname value is present in /etc/sssd/sssd.conf. * Fixed a typo that resulted in a compilation error on systems where the killpg() function is not found by configure. * Fixed a compilation error with the included version of zlib when sudo was built outside the source tree. * Fixed the exit value of sudo when the command is terminated by a signal other than SIGINT. This was broken in sudo 1.8.15 by the fix for Bug #722. Bug #784. * Fixed a regression introduced in sudo 1.8.18 where the "lecture" option could not be used in a positive boolean context, only a negative one. * Fixed an issue where sudo would consume stdin if it was not connected to a tty even if log_input is not enabled in sudoers. Bug #786. * Clarify in the sudoers manual that the #includedir directive diverts control to the files in the specified directory and, when parsing of those files is complete, returns control to the original file. Bug #775.- Fix a vulnerability in Sudo's get_process_ttyname() leading to privlage elevation. * sudo-1.8.19p2-CVE-2017-1000367.patch * CVE-2017-1000367 * bsc#1039361- update sudo in SLE12SP3 to the latest Factory version [fate#322095] * remove sudo-1.8.10p3-CVE-2016-7032.patch [bsc#1007766] * fixed in sudo 1.8.15 * remove sudo-1.8.10p3-CVE-2016-7076.patch [bsc#1007501] * fixed in sudo 1.8.18p1 * remove sudo-1.8.10p3-parse_boottime_properly.patch [bsc#899252] * fixed in sudo 1.8.14 * remove sudo-1.8.10p3-user_groups.patch [bsc#988014] * fixed in sudo 1.8.17p1 * remove sudo-1.8.10p3_pam_groups_upstream.patch [fate#318850] * fixed in sudo 1.8.17 * remove sudo-1.8.10p3-CVE-2014-9680.patch [bsc#917806] * fixed in sudo 1.8.12- add sudo-1.8.19p2-decrement_env_len.patch - In sudo_unsetenv_nodebug(), decrement envp.env_len after removing the variable [bsc#981124] - add sudo-1.8.19p2-dont_overwrite_ret_val.patch - don't overwrite the return value of ldap_sasl_interactive_bind_s() by the subsequent call to sudo_set_krb5_ccache_name() [bsc#981124]- update to 1.8.19p2 Major changes between sudo 1.8.19p2 and 1.8.19p1: * Fixed a crash in visudo introduced in sudo 1.8.9 when an IP address or network is used in a host-based Defaults entry. Bug #766 * Added a missing check for the ignore_iolog_errors flag when the sudoers plugin generates the I/O log file path name. * Fixed a typo in sudo's vsyslog() replacement that resulted in garbage being logged to syslog.- add /usr/lib/tmpfiles.d directory to the %files section and fix build for SLE12SP2- update to 1.8.19p1 Major changes between sudo 1.8.19p1 and 1.8.19: * Fixed a bug introduced in sudo 1.8.19 that resulted in the wrong syslog priority and facility being used. Major changes between sudo 1.8.19 and 1.8.18p1: * New "syslog_maxlen" Defaults option to control the maximum size of syslog messages generated by sudo. * Sudo has been run against PVS-Studio and any issues that were not false positives have been addressed. * I/O log files are now created same group ID as the parent directory and not the invoking user's group ID. * I/O log permissions and ownership are now configurable via the "iolog_mode", "iolog_user" and "iolog_group" sudoers Defaults variables. * Fixed configuration of the sudoers I/O log plugin debug subsystem. Previously, I/O log information was not being written to the sudoers debug log. * Fixed a bug in visudo that broke editing of files in an include dir that have a syntax error. Normally, visudo does not edit those files, but if a syntax error is detected in one, the user should get a chance to fix it. * Warnings about unknown or unparsable sudoers Defaults entries now include the file and line number of the problem. * Visudo will now use the file and line number information about an unknown or unparsable Defaults entry to go directly to the file with the problem. * Fixed a bug in the sudoers LDAP back-end where a negated sudoHost entry would prevent other sudoHost entries following it from matching. * Warnings from visudo about a cycle in an Alias entry now include the file and line number of the problem. * In strict mode, visudo will now use the file and line number information about a cycle in an Alias entry to go directly to the file with the problem. * The sudo_noexec.so file is now linked with -ldl on systems that require it for the wordexp() wrapper. * Fixed linking of sudo_noexec.so on macOS systems where it must be a dynamic library and not a module. * Sudo's "make check" now includes a test for sudo_noexec.so working. * The sudo front-end now passes the user's umask to the plugin. Previously the plugin had to determine this itself. * Sudoreplay can now display the stdin and ttyin streams when they are explicitly added to the filter list. * Fixed a bug introduced in sudo 1.8.17 where the "all" setting for verifypw and listpw was not being honored. Bug #762. * The syslog priority (syslog_goodpri and syslog_badpri) can now be negated or set to "none" to disable logging of successful or unsuccessful sudo attempts via syslog.- update to 1.8.18p1 with these major changes: * When sudo_noexec.so is used, the WRDE_NOCMD flag is now added if the wordexp() function is called. This prevents commands from being run via wordexp() without disabling it entirely. * On Linux systems, sudo_noexec.so now uses a seccomp filter to disable execute access if the kernel supports seccomp. This is more robust than the traditional method of using stub functions that return an error.- update to 1.8.18 * The sudoers locale is now set before parsing the sudoers file. If sudoers_locale is set in sudoers, it is applied before evaluating other Defaults entries. Previously, sudoers_locale was used when evaluating sudoers but not during the inital parse. Bug #748. * A missing or otherwise invalid #includedir is now ignored instead of causing a parse error. * During "make install", backup files are only used on HP-UX where it is not possible to unlink a shared object that is in use. This works around a bug in ldconfig on Linux which could create links to the backup shared library file instead of the current one. * Fixed a bug introduced in 1.8.17 where sudoers entries with long commands lines could be truncated, preventing a match. Bug #752. * The fqdn, runas_default and sudoers_locale Defaults settings are now applied before any other Defaults settings since they can change how other Defaults settings are parsed. * On systems without the O_NOFOLLOW open(2) flag, when the NOFOLLOW flag is set, sudoedit now checks whether the file is a symbolic link before opening it as well as after the open. Bug #753. * Sudo will now only resolve a user's group IDs to group names when sudoers includes group-based permissions. Group lookups can be expensive on some systems where the group database is not local. * If the file system holding the sudo log file is full, allow the command to run unless the new ignore_logfile_errors Defaults option is disabled. Bug #751. * The ignore_audit_errors and ignore_iolog_errors Defaults options have been added to control sudo's behavior when it is unable to write to the audit and I/O logs. * Fixed a bug introduced in 1.8.17 where the SIGPIPE signal handler was not being restored when sudo directly executes the command. * Fixed a bug where "sudo -l command" would indicate that a command was runnable even when denied by sudoers when using the LDAP or SSSD backends. * The match_group_by_gid Defaults option has been added to allow sites where group name resolution is slow and where sudoers only contains a small number of groups to match groups by group ID instead of by group name. * Fixed a bug on Linux where a 32-bit sudo binary could fail with an "unable to allocate memory" error when run on a 64-bit system. Bug #755 * When parsing ldap.conf, sudo will now only treat a '#' character as the start of a comment when it is at the beginning of the line. * Fixed a potential crash when auditing is enabled and the audit function fails with an error. Bug #756 * Norwegian Nynorsk translation for sudo from translationproject.org. * Fixed a typo that broke short host name matching when the fqdn flag is enabled in sudoers. Bug #757 * Negated sudoHost attributes are now supported by the LDAP and SSSD backends. * Fixed matching entries in the LDAP and SSSD backends when a RunAsGroup is specified but no RunAsUser is present. * Fixed "sudo -l" output in the LDAP and SSSD backends when a RunAsGroup is specified but no RunAsUser is present.- update to 1.8.17p1: * Fixed a bug introduced in 1.8.17 where the user's groups were not set on systems that don't use PAM. Bug #749.- removed obsolete patch sudo-1.8.16-pam_groups.patch - update to 1.8.17: * On AIX, if /etc/security/login.cfg has auth_type set to PAM_AUTH but pam_start(3) fails, fall back to AIX authentication. Bug #740. * Sudo now takes all sudoers sources into account when determining whether or not "sudo -l" or "sudo -b" should prompt for a password. In other words, if both file and ldap sudoers sources are in specified in /etc/nsswitch.conf, "sudo -v" will now require that all entries in both sources be have NOPASSWD (file) or !authenticate (ldap) in the entries. * Sudo now ignores SIGPIPE until the command is executed. Previously, SIGPIPE was only ignored in a few select places. Bug #739. * Fixed a bug introduced in sudo 1.8.14 where (non-syslog) log file entries were missing the newline when loglinelen is set to a non-positive number. Bug #742. * Unix groups are now set before the plugin session intialization code is run. This makes it possible to use dynamic groups with the Linux-PAM pam_group module. * Fixed a bug where a debugging statement could dereference a NULL pointer when looking up a group that doesn't exist. Bug #743. * Sudo has been run through the Coverity code scanner. A number of minor bugs have been fixed as a result. None were security issues. * SELinux support, which was broken in 1.8.16, has been repaired. * Fixed a bug when logging I/O where all output buffers might not get flushed at exit. * Forward slashes are no longer escaped in the JSON output of "visudo -x". This was never required by the standard and not escaping them improves readability of the output. * Sudo no longer treats PAM_SESSION_ERR as a fatal error when opening the PAM session. Other errors from pam_open_session() are still treated as fatal. This avoids the "policy plugin failed session initialization" error message seen on some systems. * Korean translation for sudo and sudoers from translationproject.org. * Fixed a bug on AIX where the stack size hard resource limit was being set to 2GB instead of 4GB on 64-bit systems. * The SSSD backend now properly supports "sudo -U otheruser -l". * The SSSD backend now uses the value of "ipa_hostname" from sssd.conf, if specified, when matching the host name. * Fixed a hang on some systems when the command is being run in a pty and it failed to execute. * When performing a wildcard match in sudoers, check for an exact string match if the user command was fully-qualified (or resolved via the PATH). This fixes an issue executing scripts on Linux when there are multiple wildcard matches with the same base name. Bug #746.- Changing password promp to make use of sudo localized prompts.- add "BuildRequires: cyrus-sasl-devel" to enable SASL authentication [bnc#979531]- add sudo-1.8.16-pam_groups.patch to do group setup in policy_init_session() before calling out to the plugin. This makes it possible for the pam_group module to change the group in pam_setcred() [fate#318850]- Add gpg signature - Use valid category for tests- update to 1.8.16: * Fixed a compilation error on Solaris 10 with Stun Studio 12. Bug #727. * When preserving variables from the invoking user's environment, if there are duplicates sudo now only keeps the first instance. * Fixed a bug that could cause warning mail to be sent in list mode (sudo -l) for users without sudo privileges when the LDAP and sssd backends are used. * Fixed a bug that prevented the "mail_no_user" option from working properly with the LDAP backend. * In the LDAP and sssd backends, white space is now ignored between an operator (!, +, +=, -=) when parsing a sudoOption. * It is now possible to disable Path settings in sudo.conf by omitting the path name. * The sudoedit_checkdir Defaults option is now enabled by default and has been extended. When editing files with sudoedit, each directory in the path to be edited is now checked. If a directory is writable by the invoking user, symbolic links will not be followed. If the parent directory of the file to be edited is writable, sudoedit will refuse to edit it. Bug #707. * The netgroup_tuple Defaults option has been added to enable matching of the entire netgroup tuple, not just the host or user portion. Bug #717. * When matching commands based on the SHA2 digest, sudo will now use fexecve(2) to execute the command if it is available. This fixes a time of check versus time of use race condition when the directory holding the command is writable by the invoking user. * On AIX systems, sudo now caches the auth registry string along with password and group information. This fixes a potential problem when a user or group of the same name exists in multiple auth registries. For example, local and LDAP. * Fixed a crash in the SSSD backend when the invoking user is not found. Bug #732. * Added the --enable-asan configure flag to enable address sanitizer support. A few minor memory leaks have been plugged to quiet the ASAN leak detector. * The value of _PATH_SUDO_CONF may once again be overridden via the Makefile. Bug #735. * The sudoers2ldif script now handles multiple roles with same name. * Fixed a compilation error on systems that have the posix_spawn() and posix_spawnp() functions but an unusable spawn.h header. Bug #730. * Fixed support for negating character classes in sudo's version of the fnmatch() function. * Fixed a bug in the LDAP and SSSD backends that could allow an unauthorized user to list another user's privileges. Bug #738. * The PAM conversation function now works around an ambiguity in the PAM spec with respect to multiple messages. Bug #726.- update to 1.8.15: * Fixed a bug that prevented sudo from building outside the source tree on some platforms. Bug #708. * Fixed the location of the sssd library in the RHEL/Centos packages. Bug #710. * Fixed a build problem on systems that don't implicitly include sys/types.h from other header files. Bug #711. * Fixed a problem on Linux using containers where sudo would ignore signals sent by a process in a different container. * Sudo now refuses to run a command if the PAM session module returns an error. * When editing files with sudoedit, symbolic links will no longer be followed by default. The old behavior can be restored by enabling the sudoedit_follow option in sudoers or on a per-command basis with the FOLLOW and NOFOLLOW tags. Bug #707. * Fixed a bug introduced in version 1.8.14 that caused the last valid editor in the sudoers "editor" list to be used by visudo and sudoedit instead of the first. Bug #714. * Fixed a bug in visudo that prevented the addition of a final newline to edited files without one. * Fixed a bug decoding certain base64 digests in sudoers when the intermediate format included a '=' character. * Individual records are now locked in the time stamp file instead of the entire file. This allows sudo to avoid prompting for a password multiple times on the same terminal when used in a pipeline. In other words, sudo cat foo | sudo grep bar now only prompts for the password once. Previously, both sudo processes would prompt for a password, often making it impossible to enter. Bug #705. * Fixed a bug where sudo would fail to run commands as a non-root user on systems that lack both setresuid() and setreuid(). Bug #713. * Fixed a bug introduced in sudo 1.8.14 that prevented visudo from re-editing the correct file when a syntax error was detected. * Fixed a bug where sudo would not relay a SIGHUP signal to the command when the terminal is closed and the command is not run in its own pseudo-tty. Bug #719. * If some, but not all, of the LOGNAME, USER or USERNAME environment variables have been preserved from the invoking user's environment, sudo will now use the preserved value to set the remaining variables instead of using the runas user. This ensures that if, for example, only LOGNAME is present in the env_keep list, that sudo will not set USER and USERNAME to the runas user. * When the command sudo is running dies due to a signal, sudo will now send itself that same signal with the default signal handler installed instead of exiting. The bash shell appears to ignore some signals, e.g. SIGINT, unless the command being run is killed by that signal. This makes the behavior of commands run under sudo the same as without sudo when bash is the shell. Bug #722. * Slovak translation for sudo from translationproject.org. * Hungarian and Slovak translations for sudoers from translationproject.org. * Previously, when env_reset was enabled (the default) and the - s option was not used, the SHELL environment variable was set to the shell of the invoking user. Now, when env_reset is enabled and the - s option is not used, SHELL is set based on the target user. * Fixed challenge/response style BSD authentication. * Added the sudoedit_checkdir Defaults option to prevent sudoedit from editing files located in a directory that is writable by the invoking user. * Added the always_query_group_plugin Defaults option to control whether groups not found in the system group database are passed to the group plugin. Previously, unknown system groups were always passed to the group plugin. * When creating a new file, sudoedit will now check that the file's parent directory exists before running the editor. * Fixed the compiler stack protector test in configure for compilers that support -fstack-protector but don't actually have the ssp library available. - use spec-cleaner- No need to buildrequire an sssd plugin (libsss_sudo)- Pass --enable-tmpfiles.d=%{_tmpfilesdir} to configure: let's be specific about this feature, and not randomly rely on the presence/absence of /usr/lib/tmpfiles.d/systemd.conf. - Add systemd-rpm-macros BuildRequires to ensure %_tmpfilesdir is defined. - Add relevant %tmpfiles_create call to post scriptlet.- update to 1.8.14p3: * changes in 1.8.14p3 * Fixed a bug introduced in sudo 1.8.14p2 that prevented sudo from working when no tty was present. Bug #706. * Fixed tty detection on newer AIX systems where dev_t is 64-bit. * changes in 1.8.14p2 * Fixed a bug introduced in sudo 1.8.14 that prevented the lecture file from being created. Bug #704. * changes in 1.8.14p1 * Fixed a bug introduced in sudo 1.8.14 that prevented the sssd backend from working. Bug #703. * changes in 1.8.14 * Log messages on Mac OS X now respect sudoers_locale when sudo is build with NLS support. * The sudo manual pages now pass mandoc -Tlint with no warnings. * Fixed a compilation problem on systems with the sig2str() function that do not define SIG2STR_MAX in signal.h. * Worked around a compiler bug that resulted in unexpected behavior when returning an int from a function declared to return bool without an explicit cast. * Worked around a bug in Mac OS X 10.10 BSD auditing where the au_preselect() fails for AUE_sudo events but succeeds for AUE_DARWIN_sudo. * Fixed a hang on Linux systems with glibc when sudo is linked with jemalloc. * When the user runs a command as a user ID that is not present in the password database via the -u flag, the command is now run with the group ID of the invoking user instead of group ID 0. * Fixed a compilation problem on systems that don't pull in definitions of uid_t and gid_t without sys/types.h or unistd.h. * Fixed a compilation problem on newer AIX systems which use a struct st_timespec for time stamps in struct stat that differs from struct timespec. Bug #702. * The example directory is now configurable via --with-exampledir and defaults to DATAROOTDIR/examples/sudo on BSD systems. * The /usr/lib/tmpfiles.d/sudo.conf file is now installed as part of "make install" when systemd is in use. * Fixed a linker problem on some systems with libintl. Bug #690. * Fixed compilation with compilers that don't support __func__ or __FUNCTION__. * Sudo no longer needs to uses weak symbols to support localization in the warning functions. A registration function is used instead. * Fixed a setresuid() failure in sudoers on Linux kernels where uid changes take the nproc resource limit into account. * Fixed LDAP netgroup queries on AIX. * Sudo will now display the custom prompt on Linux systems with PAM even if the "Password: " prompt is not localized by the PAM module. Bug #701. * Double-quoted values in an LDAP sudoOption are now supported for consistency with file-based sudoers. * Fixed a bug that prevented the btime entry in /proc/stat from being parsed on Linux. * update sudo-sudoers.patch * remove sudo-parse_boottime_properly.patch (it's not longer needed)- BuildRequires zlib-devel, support zlib compressed I/O logs.- update to 1.8.13 * The examples directory is now a subdirectory of the doc dir to conform to Debian guidelines. Bug #682. * Fixed a compilation error for siglist.c and signame.c on some systems. Bug #686 * Weak symbols are now used for sudo_warn_gettext() and sudo_warn_strerror() in libsudo_util to avoid link errors when - Wl,--no-undefined is used in LDFLAGS. The --disable-weak-symbols configure option can be used to disable the user of weak symbols. * Fixed a bug in sudo's mkstemps() replacement function that prevented the file extension from being preserved in sudoedit. * A new mail_all_cmnds sudoers flag will send mail when a user runs a command (or tries to). The behavior of the mail_always flag has been restored to always send mail when sudo is run. * New "MAIL" and "NOMAIL" command tags have been added to toggle mail sending behavior on a per-command (or Cmnd_Alias) basis. * Fixed matching of empty passwords when sudo is configured to use passwd (or shadow) file authentication on systems where the crypt() function returns NULL for invalid salts. * The "all" setting for listpw and verifypw now works correctly with LDAP and sssd sudoers. * The sudo timestamp directory is now created at boot time on platforms that use systemd. * Sudo will now restore the value of the SIGPIPE handler before executing the command. * Sudo now uses "struct timespec" instead of "struct timeval" for time keeping when possible. If supported, sudoedit and visudo now use nanosecond granularity time stamps. * Fixed a symbol name collision with systems that have their own SHA2 implementation. This fixes a problem where PAM could use the wrong SHA2 implementation on Solaris 10 systems configured to use SHA512 for passwords. * The editor invoked by sudoedit once again uses an unmodified copy of the user's environment as per the documentation. This was inadvertantly changed in sudo 1.8.0. Bug #688.- update to 1.8.12 (fixes bnc#918953) - changelog: * The embedded copy of zlib has been upgraded to version 1.2.8 and is now installed as a shared library where supported. * Debug settings for the sudo front end and sudoers plugin are now configured separately. * Multiple sudo.conf Debug entries may now be specified per program (or plugin). * The plugin API has been extended such that the path to the plugin that was loaded is now included in the settings array. This path can be used to register with the debugging subsystem. The debug_flags setting is now prefixed with a file name and may be specified multiple times if there is more than one matching Debug setting in sudo.conf. * The sudoers regression tests now run with the locale set to C since some of the tests compare output that includes locale-specific messages. Bug #672. * Fixed a bug where sudo would not run commands on Linux when compiled with audit support if audit is disabled. Bug #671. * The default password prompt now includes a trailing space after "Password:" for consistency with su(1) on most systems. Bug #663. * Visudo will now use the optional sudoers_file, sudoers_mode, sudoers_uid and sudoers_gid arguments if specified on the sudoers.so Plugin line in the sudo.conf file. * Fixed a problem introduced in sudo 1.8.8 that prevented the full host name from being used when the fqdn sudoers option is used. Bug #678. * Sudo now installs a handler for SIGCHLD signal handler immediately before stating the process that will execute the command (or start the monitor). * Removed a limit on the length of command line arguments expanded by a wild card using sudo's version of the fnmatch() function. This limit was introduced when sudo's version of fnmatch() was replaced in sudo 1.8.4. * LDAP-based sudoers can now query an LDAP server for a user's netgroups directly. This is often much faster than fetching every sudoRole object containing a sudoUser that begins with a `+' prefix and checking whether the user is a member of any of the returned netgroups. * The mail_always sudoers option no longer sends mail for sudo -l or sudo -v unless the user is unable to authenticate themselves. * Fixed a crash when sudo is run with an empty argument vector. * Fixed two potential crashes when sudo is run with very low resource limits. * The TZ environment variable is now checked for safety instead of simply being copied to the environment of the command. This fixes a potential security issue.- correctly parse /proc/stat for boottime (bnc#899252) * added sudo-parse_boottime_properly.patch from Debian- update to 1.8.11p2 * Fixed a bug where dynamic shared objects loaded from a plugin could use the hooked version of getenv() but not the hooked versions of putenv(), setenv() or unsetenv(). This can cause problems for PAM modules that use those functions./bin/sh/bin/shsheep66 1679908882  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~astastcacacscsdadadedeeleoeoeseueufififrfrglhrhrhuhuititjajakokoltnbnbnlnlnnplplptptptptrororuruskskslslsrsrsvsvtrtrukukvivizhzhzhzh1.9.5p2-150300.3.24.11.9.5p2-150300.3.24.11.9.5p2-150300.3.24.1  !!""#$$%%&&''(())**++,,--..//0011233333344444456openldapschemasudo.schemasudosudo-isudo.confsudo_logsrvd.confsudoerssudoers.dcvtsudoerssudosudoeditsudoreplaysudolibsudo_util.so.0libsudo_util.so.0.0.0seshsudoaudit_json.sogroup_file.sosample_approval.sosudoers.sosystem_group.sosudo_noexec.sotmpfiles.dsudo.confsudo_logsrvdsudo_sendlogvisudosudoCONTRIBUTORSChangeLogHISTORYNEWSREADMEREADME.LDAPREADME.SUSETROUBLESHOOTINGUPGRADEexamplesexample_approval_plugin.pyexample_audit_plugin.pyexample_conversation.pyexample_debugging.pyexample_group_plugin.pyexample_io_plugin.pyexample_policy_plugin.pypam.confsudo.confsudo_logsrvd.confsudoerssyslog.confschema.ActiveDirectoryschema.iPlanetschema.olcSudosudoLICENSEsudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudoers.mosudo.mosudoers.mosudo.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mosudo.mosudoers.mocvtsudoers.1.gzsudo.conf.5.gzsudo_logsrv.proto.5.gzsudo_logsrvd.conf.5.gzsudoers.5.gzsudoers.ldap.5.gzsudoers_timestamp.5.gzsudo.8.gzsudo_logsrvd.8.gzsudo_sendlog.8.gzsudoedit.8.gzsudoreplay.8.gzvisudo.8.gzsudots/etc//etc/openldap//etc/openldap/schema//etc/pam.d//usr/bin//usr/lib//usr/lib/sudo//usr/lib/sudo/sudo//usr/lib/tmpfiles.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/sudo//usr/share/doc/packages/sudo/examples//usr/share/licenses//usr/share/licenses/sudo//usr/share/locale/ast/LC_MESSAGES//usr/share/locale/ca/LC_MESSAGES//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/da/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/el/LC_MESSAGES//usr/share/locale/eo/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/eu/LC_MESSAGES//usr/share/locale/fi/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/gl/LC_MESSAGES//usr/share/locale/hr/LC_MESSAGES//usr/share/locale/hu/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/ko/LC_MESSAGES//usr/share/locale/lt/LC_MESSAGES//usr/share/locale/nb/LC_MESSAGES//usr/share/locale/nl/LC_MESSAGES//usr/share/locale/nn/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pt/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ro/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sk/LC_MESSAGES//usr/share/locale/sl/LC_MESSAGES//usr/share/locale/sr/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/uk/LC_MESSAGES//usr/share/locale/vi/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/locale/zh_TW/LC_MESSAGES//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//var/lib//var/lib/sudo/-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:27913/SUSE_SLE-15-SP3_Update/baeb3d0bcb5805c289d0113cea32ddc6-sudo.SUSE_SLE-15-SP3_Updatedrpmxz5x86_64-suse-linux directoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=db1c78482714e94fe6bc701b89d5f735a3c81a3e, for GNU/Linux 3.2.0, strippedsetuid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=96bad09513ca122e9c1bde433a9bf198795c1d8f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=37d4c0bb4c502f594d5b4be685e39d2b32aafd8b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0049026e2760faaa9fec6239fb8841b9c1be5a53, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c65ed95650d0551434318dc54b53fe4bf4915a94, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2693028bcf7d989ac4f3737907aa8bedf1ceb98c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=97fe1084c80c8461eb66fbc64407614817042feb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=414c49b451c11f2ed76f4be156f6c7e6b5c44c4e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=90f07a36e641d8171ac3495daa5291a035ae8ea3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=be0d7f2ae61912dd8e8f5d23a240140e5bb8f818, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d90ee88bf3282b949122278b7edbfddea049c764, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=33651b7a473f0069d57504c3fcf97ed9b2bcba86, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=336f592b100dbd0f4f4f81981c6f5becccdaba90, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ed4b17041b05847bd3cb204fc5b096f83e3e9095, for GNU/Linux 3.2.0, strippedUTF-8 Unicode (with BOM) textPython script, ASCII text executableASCII text, with CRLF, LF line terminatorstroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) ->IQW[qu{   RR R RRRRR RR RRRR RR R RRRRR RRR RRRRRRRR"RR RRR RRR RRR!RPRRRRRRRR RR RR R RRRRRRRRR RR RRRRRRRR RRRRRR RRRRR RRR"RRR R R RRRRR RRR RRRRR!RRRRR RRPRRR RRR"RR RRRR RRR R!RRRR"RR RRRR RRR R!RRRRR R RRRRR RRR RRR$5jPJΆsudo-plugin-pythonutf-8afe2ee91034a3b1a392323e88e91bed413bcba3215fa99fcbec60a47220756b3?7zXZ !t/]"k%L+xj6m! s] cu;}^A>=PJR6쒸%}y`:G&BKg>eJ5ɸ*q J  :/ 7U9Qn[pvM /kŨ&\x pb?3)U.hoxF `'';/ :@_6xМ5Bx&yx,-uCΦJX 7ȳar%b-KB"jcEq u9Eϸ*XMD=!Y>.AS*{E݇3#%mj;=Qdui Hq~8U͑l#kp:L+|g!a\eUrgZUl0I3ڏC]=!ZrǺlaۉyq _0ADsP;3J*Y !TLX4׺rױvU;>@Y2~t$} 0?40]\E+R[ڋʽoV?9r2m+2}0 BPa?-6;k7ʹaZƨ+0qh<6i/eJ$=-=[% Gq3Dsx gZbls 9kۑDG`7zE{yb;r_^QyZiks~+,3mP"pd3<,#RS7(o~_LSvy`=(KwGw4WăC+[ۊJؕe9Wk =cJBLW&J_V,Z>> pXD'Y`6F4GXhȽ# g' ‡Ƙ) ﮲H&8{/ ̷AA#Z&<϶I zWɇ2y<0Tхr(U}rf:]DI.D d y0X;ۼl^ AM3=Naei,(~"X| |UMe)l7Weչ jOr=EV0kˌ3/7AOthbiU˅/ V`w+_YcH'r"Ȼ䎚M`cP?kT{ *!Ovb58U[8'4!։d5꧿H0jxʗ"*>3ǘsN 샶 %ӱ|uk!14~} bx2$,i6Z*ѠGA R*ɩiF Ƭ&j焁&>ZQڍọ@t 7jmwsH'~}0l`EF)ؽ#e k)r=%A| u,W#5NWp)_'d'YA騮-f?#$zXABUnw!I}_8QHbHسˬ|VvQV@ eMq65)c \OJ62#'  <q]c퍳2(J`la=Xh9ypaKPkB`4q:,w_WF8>AT*-8BeŸ -mvh4v\!(8]拺e Ȏ,mNi75fЎ%PFtĆ`fٜ6+ 2g3v F*5H8 K!k$*x}K9'm6*-2_ OM07pv|Rj.Z xVAOXJД^d94j^Sx;bV;gs./BaZ HlPhIt98)߂>-i`0ObkOҎ>$wܑs~wÍ7T\0[x!x4IVV3A,j]T9jZ- A'@GNLHMd0+7iF5Z =cf@<}ayb0#.(Ue$ln)ɂHGas` =8H8&J:hj1;1hq$+ߐfGT}dkG0U>pغ8Lߋ͒YxL 3Do/zo*+Z =$Pvqu$VRKC V%9:`gvF`7#$Juq5"NBm 8qţ4Na0jSzƒh \&FH ?@p9>ߋsɎnJbD[K12[a>ivEz~ J~M]T6]D,hcrQiRUE8 U<4 ڸaOKtDB4əHH` ,40t-Ѥ?>KۢTO ww(a`2TӚ vy"=*:d!di}q>K@.`ѭ^!+T1mNuw'{$3-8Y8ڡqt 91kDŽEEp~BVvA^].Y-1G5XO`ɝAݱz2W{L+DzZ 7.y[( bh 駛;jIH6.dl0 YcΝOJ 3ʼn"{,2bGntc6Nbo7 EA|i=>Ua5AiJ ;2jI#/)܊|h"Rup9'ЊiAd$I;CGKVeqeLc|tu<Zg-(]rZG;"D.-Z$(CUl{wU\nIuC[ɒE0{Zi qŽE$ȐtFQS.} Ű9&(K-70`} "dCQmZ3 ³6ep 3_$9k ޢ͐ /Hx E`:]X* K*@ j*dZ_u_.C_ptRŇdB[S\M]Wd_R$ccO@2{TqP\5NZdؚFeapPh B}E=4FX"msk·'pks)xbTEƣŊ)LnkghHUs;qviJђ," yᳵx.$_DI!DԛiYF+N=P-E >O]?Z,8 y4Ude6ɜppܑ_6vN`Tnx±RR*꥙JpQ5ŜLň.永=wheT Yz?6Ou 4@nKThЛ<|ո2XٮV%O'y.:SkRm p]rw,9{JqؙK1Vde;SZҊt|;s9?T*&Fܓv )7۵-=ZkuW^|G}XO#B0}$aW6 (8tU5T\ۆ;]n \Re 8*U5;;FQ-Č!nfB|lHǯlj6hq:wg{:l~D*;Tݙm0KSbwUCň jUn :WR*?S6D=_a*G )x+#W{PDQQ4=hEA_y~^X#x{n3R?J֎3~rGj#4KC]&W"kuG _\B?|N>4lIF+#tҦR|Oz:;B%LWXD[ȕvg~hϟ0AǗ(2csͶsg:>j-Tc nzlIeT,empvQ:UDG3yŪ J X@W.ABJtVdk" _+G,h/] L "#wap{rV9&2Umcgr(n71Wä4So}Y%ƒhjY2Q}2S3Vtmk{a-i~|^F]x9M c`$J?ΑWXlTZR+4u$ :Zagg9{^vo  1fBs<;4KRջ_w`L_iD=:kBk,bBⶕ>N q8nǜLR1^P?t[f$j R/z4 4n.B n(bQ@}y6jʭ7\)drW*wbj3~cѱC. 9@ V 趆9| }^PŦ밠q Yڼo!Hq(`H$r v gҒ2zrŘI5:)fx@ ]Y Uge]-G|sc:X(]%nE]Jk&8M8/fIy(:S© g ~aX Lx_Mգ+XO/LS*ZYUER۰M2=z\!EN=@DsFNE6Tk͹mCqM +|#pן"j 1Fy)4G-Jj}jm>[~g:5پSF})m׳6]\kK}x_D\q(FqwDax ANuiigDW~ߑ2H f)Q`~K˷LqlZ5L\%\cWpy$b۴'L6*!_^ߎc vW ! 7H=ƕoARHeNJ-{Wݎ_[!iM/:]"!@>3"LA]Z,SU[lBLRߩojŊA=lޅ%0qpl_?hyA篿v'3D5.TǦ 3' QXM#j{:ߖh(xI8N*cq>Z#iޣdjaҠgY"w.yS{dd.Jki0Ù/='SG?Q!W}Xoʿ^bEK3Ք2?t5%80yta"`# o'asO{vؠP:(;Q7b9 ێ-)'bc;PU|X{U=>qpOZCV bAIyp\t*9px@pHaR| !ax)reU+]#}5j I *ۈ^x8ն>l7aq$[!blvg2^sj j@Ւ=R֊F>MsO`[вh´'ZxzS J&آ#wȞމQ Pu ޳%3" 3ٌN[rBOn{D|h]=˽ZX/XOvLŢې|{sPt*aM&.V^  Sz! !qtbsK!r%$$ ֓]#EM/"˾.{ۧd8J&0ŀ}U)O`<:U 0p3H-hY|3NCԆ)]y_WѪ4aϜvO6!?ߢ |B^L46LOW[XH夁iMei7ȭ;[eR2I@=`b4#TZ#ʵf Kj°_8Aqg۴W{O"0YT~H70KW0^D{EU_J44Ҙ(ACrX b[8Mx$D&ԲПCO6kE}V=ch݌a7?Yo+R%DÝ.nqF4m?8*ƥe)rއ㌫kqp2O J=j4!7`n>(ս̚\?6&__"H5Xb>/ wCI)z#+Muʒ1 RA\j~@Te?vwg#U^Y7opKAdf7~m~T#cӥgKph,S>Aavy>>?=eՈfg;aYN^yG&ix! \k\DlX׼A E|+(l.Zpxr"@ĭ'Gr*n닜o\J~$s`7 BG֒-KB4;vW3e=SLJ=5/|N m$+2Rp}J}=*p(mO06xJT˟(J@W)c SalITz-AR`pKPϳ-1n4"cw}x[Kc҆{ aIM!slFQO03pc'd}W󋷷(! @!p@GuDZ\6 W^sp52[~†JO/O3$n!TrEjbtWayo5+nAS·U8>&o O_-SC^7-c۶L4ѾN9(M.E0ljUutS1lKؔL|c`d]_'ʢtdV_*^ٸ%D@%/`p6dג,6LjoG=1A0-ɸ&`ai?QAM\]h~x63^ȋlNTime(=L&&ăi[zpx{O#VTE R b8_Xixz98hkݺJvE N}Ƥ^„:Y ~ۭ8jIz=F|F[,^9e>}*kN:lrbVԄfWGe[jpXcQGP=oIa}dp y#pMD)/W؊ӹ#I9 ,}"|Vē_'X_6 Yɻ>8߲DA$@օqaPY!M //nY7gTa~d肀o s9$?\^OE"-F㰡T<ԻZ iy!q5B-RX}3f(w垲@TVn 'D(a@HU̕.fN-s ϓğ=۴)ȄRG>}uȮP>K$Q `S*׻>0x#67t5Ѕg$zX {+ﺛ:U^_wVl\Nٵ_Ki^Ira'9#d Ua`W Q;bmk4v{("P9?BrC5h*W̼@BDRhRl*cD)cY S;6F9gx&2 "O;W7ǚJHIaRp\e_e;bk7Xŀ R -fzH yYtr)#amdpe87~D64FmH0ˉHv8 iOj3҄vj؝shfX~ 0h-Op=vL "H vŭgbj7Dw9ʕp).F4B| 4"PF[T:\;Q hT:~_[,Tu ЎNwEVP\h`F6"))QpQ->d x嘍|g}c;)/&v'$VD(41#x gYqU9H]2{$m`푬CA{(]ЦbG>E-S:,_T΃\ӌSUCK&uC~19T]mm${?c\4:nfV;s9J hÃ^aO[O ŠTRJZK]{"‘[/Gz2^HW qpڒlVϥ 'y )s %c!ٝʕ1dKa럇 /{( 䈓Aj@T~7f ǭN:7&33 'lc*Č-Ptpp SPӊ3s89^ζtZ_@ujnVX\v>66+v\)'g];;Iz:U(Bn-SXPqF,&A|:4M=W1zW{U4S=N.Hܑ[gW[86I$N[r ]!\m{м'C-\4 4 vn{_ݕlˉ~OFN/=kbHr*FK =y.HJu[$ V*U"7S" y ZRkbAmk.T%Oƽs?̝I:OmDzcB^(V>hXSc~䬭XCB8.zFE:ya~fݢ徰mlD1-W1_(5V>D Xh y9b~6txTUDg ghsŌ{cmj>z=QCwwfV:Q0UBR=e" ')!83t:Nkc]z{iN`jЍEC0e s&< oסm-KVo)gֿ8GDλ=}>&MK%%ef&(E'Ol2Fz`!zxMg]n37k#SOWt {3,lMむ'GvuuW,k+: f` Ɇzu~w+;/ VSXɪ|;[uo[)VB"3s/b;.=~Y7ڕnoz,$0aa#4.׮<]te8z&AgX.vA{IN!O_b1a@˦dS̲  xY>zҺ"9; {nuƢW) }ҹ*W|wt_@&7F{Ѓm | tĄģ*MbgS a=W@N|EEOsCP܃~'t21p'{df$_vK&j?t6H['OSDuq%j4`0$d/3(oдj&q OFd@GBnD[9mK'AYF"]@ I9@qaCv|a4;7* EL0tڋئכ8gxE%l$/U?'_=S2 L'#.o)R'Tyhg+Y9ĵ3.J[ ;vʌ/i«-DU?ӃS$26aAtuS?C8d|erUwPtウ˼eOBϙՁ)zת!P63eˍӊuDz"blQV;xbX;ٽߒ9 A)iGc ]Ed_βvjƮ}I v5ju!xv!\!ˠU[9G` Ͽ;Kq+~ի9,58)"Æx2w8]w* mk)r}Bj]KEs0*+(8~9jl; k*;e:h[mc#-0cO)l_ikQjP嘤_;0UOuP!&Rb5~B)vlڷ=qTT+ieJвUwm,L[S>f  " Do0ްx|z|Mڏ&BkĴ|J WQ, ku?dK켪ֶգ+,mRmq7ڄ*p~pAxuY;qx"yj.)קT( Lc\Qsn;3l-ފˢ̤',/3:9צ-^} ^ ZIYA8U6 kR)|=2:.a֦>/L<@tb=.3X  K|6؉_θ(lD&8`#cNY$7$Ů)OȊVD6UG>6͝Sg2#7ut)K#+ěMe6Oc 6; N}N^^&eyȧTMl${pva^|샪ʟ=>RdEBMrp[QTs3MSu>WЩ|piyBYMP,{7ԫ_FE(YI簙L!A!<%'~\crMq+w.>,< _=b+uf%g%IqNin >[D YzN@FI3msgo W}qaW=;'gg53xƟ&\1ѳ :C;?q6 2iJ̳q "iǠ jz"e\$1ö$rdGޭ";AYwmJNNͧ- 1ky9cKϚ;NoR4B<[l/ݦTЄO=}vJ ٪z9&jy2 /`l`rnh{ȊTO[~$HֹkeMHz49A>3v.jKΠ2q `+ 3uPuuv9Ng,"S*sPⸯF~dF&3`E}!(eaқŝמUb Xo AX Wp2= :?IqfD?@]0q!>V[r<15eCW2<)Cps5@Bl GaE>Ƭi/QioJ~1F#Yg)B>,17́Z+SOSEjGO#pq;aєMB'N{eϰUk> l*PE.fS 1Xp:c6=kNtVJ9=:ZQMmE|]!Z. *zJSfչ*'j?2DUsMIVC~sXu[*S`!FU>BX]of%7؋m٢, \k$::>3.7I˧~ɘujk#}s]^ɻG#VlQF(3xK~<얃* Kic!P ؉, L )^p,i?Awmo 3$+^> Z0* P_Bn}a޲dN ,z BQFCQD2 ;\J '.z䓀X/:Q eS 2(v 0@[k=o b5N7Ԏ\xHmJY`^``݇׉*2,f>U^Qxu'3!a g8ݎWowAɁ:,jbwx@-sɥ@}aAz 4F%ϣJ_]6}n:qB@#K/86w_\(}0DWj  >ꞒxNƊ!fQ遳(Ͻy3.#)LvY&QwR`)I,TKF.ŧ|L9ݟN=@u.|+MJѰ!BGYѤ!t$ ! WHTy0ȚrH,׭JIiç3Zhk`q=;p){ Jĥm*.XsF8NEQ߆_PRgf~u)[\_WCy>D@)f? -?r<?nUd~e㐹ꩦ(#Cm5 Ǯ60¤2>fTMDw;}Ic¦TYgv(H>vMowT Q )h {|W>dӲ-5sz @WtbAOw]͎@J4Un|"q_S;wfuc#zrtvbW'$_ŢF4,\5GɩI 2FSq+U3JP¥Dh¯{lp=S*W&7=q$B!F1&'%.]JPEj4:`i>>5;?w?/.!>BiV>)9x6nߋw}[L쩈4>ַwC.,v޺0t쾍Q;'h' ZQd|2Nv =`P+͒xJx+aƥ.6z0L{*\'ց{ES͋P)<\ieGā>!3'o%~GѼ,rk4jBJd=MjC4ۆPИ+:P[))+qw4ZxTo]L_Y԰1;>3*bIz1 j7'W33(BRT_ƺ|φ] baۧxj6x7ȇYqνXF4*9OhĂf| 6`xs_ i/pIp ?͚I=n,qs|m'eJ쁘tRעsMBNN1ϯ< C²jisR+҅xߩ4pJ)JQp#w:[Eux }lAp '&UTW$b~ MA9o!cXTw d_ g'1AUIB^8Gh꾣P p%X@oǑ]Sv&ێ#r-O_L*^7-sJS:dpE%[݃gߢ$B9$F.m3̅3+i_E+]50fmERҸ&JȾ(+6ұU{")hGL%K9^&H+{8\̐o&V?7} _Z(>E)=D4xrU`*#5ipsmW_Q-{CWVƿ :c,NB;X/ v9B3Y"C^2]E1eS[Ѣq龠O\͎P"GW cj}:q> $jHOG_0't" ¸E\?ɫ!Lw_ ߜFk|wKG?T{wNTbQmC9F~z&D>F4Ģ򮀔ϛ uU͉/bxT}= NzDFrA6ŅԸ0l{k( \ ?+Պ"B!$0^!q)v5ѷ»ϱ6I ,FȎ+<Ӫ1BikE/=*Vlָ#Y-7ku4&34J Mjx =:a/f?.+Tz⸞GKs;xS&!$񯷑pYĉYdDL:X z#>l`2E /.nNyB9ro`qor͚XskdQX]'W0qs}eojjўWzɾcy8T!뭌qj4 )-KmÝ0oOرeҽ#9rf P'zTH"eֲqϚe Ğs SMžE n[a@UR8(~\L)~E\){u1. pOa+u'Ƅ%WLͨ @C2MԱn1 :E2NLZtdsVt3K:/bފCAy/,އEʂWݞY[GcL᳑͠V]ܦGݵV34SC-|x}"( -#D }S2ɿx| cyLT^W4CC64c˝}ہ;Szg,.ݗIc|,/'B~fBYneDQ8,M$2D 8 4X %Q2N4ӈ]%+wZS8׋*5zjRcOaQ-ەfUJϼ't(pcǴzP,2$FUȒqAShێSջa Cmyy?-\T(`mHK3$uZ>ڻ8*K1S`=Zd)X?gwIu4!1 ɐĺK'>'[a4RHh"x R>o Vat;'c3A}$'c[kۧW {&1? -鏱 YM(9-[MʓWM(E[AoFSz5Re`h͓7)% "ge`a,ɋa폟;SD&20]^JջGNP[5bt.KsXj.QNXis_%Vt=PD6GȇWCH(+)!^`wOhF D' ΁V}b̴4Z +;%4Xghʏ5}kNmPpZYLlRۖ~p;F6=W#𼇕dFD(h &ϰw{yCasL `7Z?9Y QZ]-aK^r2mqD`mPmܘ&3oIw#Ghכ^P鳃>ZC3{0Wۋ-oUKz؈Tc#ZR x1th{<*cBKOTzFMrwzKxũ%'pp)29!ӴeT?AFg~s5)'mPBi/688X<%(xa2IW㹳>c\抎x\0bm;@1^?GPyCXA 4 G%mN'aGż4 Ϫ::8K-2SYS#NKWl4yb1Au.TˑNiaάMR {Bgtv$gIvF(W(ȣ ]&ҦHR5#E jl0o?],6 DjVagkZ=S &ݔ"T7?P{׏d ӌg/sN8n)uAsFźD? h2Ö˽_|:N33s߹CTx^ ь$Fꎲr*?$P [V*(!Gr65L PP,x[~p䬙aI`h2UBwד4᧑ՕΑ`즘 ZΑ_e˃rs8YZhRV*X=\mY{r PC6Cw21( *MpXsr_G#aJ#_NVl Mic>@XeG?=ޔF G,sx .n<׶(h^^Hb-*7iŐ Şv[މ]4u3)De=qgCɡ PSyQ.kUQWl)A!OT[8>оTU]awLoaI5a(MꜢ6mHDYcۙ78&\ou`PlwpM`-T欮V HbcwbFE,yNy&X-eVh W80=˽g cMϷUXOgX^b1;X?$! +&X| ۶CM\73+*:QGǤ8)YFPȬy? [q^9j¬ 3›S6qNwY@GD;@M|İA׾L +9]8PpR[3j'h7ƏI Ӵ0ym:ZNrQc`G _uN2g:'p>ʐ5pwN1 Wnw82#E2pߐ}\`>'t) i:6rз^'krof Y :ܝ-$/3 F{=YT4Z/4y"`x T?/1& ۆ-gqRH%. h439ܽTg.[NÔ}֤*2:L ]ts7yW[{{+ I%=RinZϧML 9ۋߘ bD.*3*I '/k1ML:eh1I)7F<%g$+V:EvQ{5 7{Mn_ڽdl cp& :Zmf2#9\}mW0ac ®@eixi@Sa"K1%O Q%kîNF\KssmTB^ [F99|+Sh?"J2` "LK客d*O۴#Guԛ^E᫡<; lԙF4^/:[\\^wnVR@y*ӹZF`~ԯy␔ ˞bW5v׃~tebVW&ޛ5@aYlO1>6:\D'QtuŅ2FCqDL'i$rG2,6N%:q)@+f$ྥ#l ʑKPk!]8_o#X">Hļ=j 뵇 _gop|^]4kK4WEþC@uZhj5  ?p콜W:G bHv}rnV]xN$o&:]VL1q tk30EᮎkI't2l͑30Rd4UvsS @30CXui/ꅷo"< _O#j *3\.ktYW ';^?6B՚?x],"UR̺ 3PX,)t"wHC(v$t@+TZkd2xkC)`rzL%7ŚfcC9cq[}4'[i(sVB\>j1=z;ؐ۰CH$ZijLG$A tdsSi^yڧfe\d R# d"*yV/~>VM(?l0ԘZCXϣ52[Ҧ4GTgwUBm3y1K#!qL"v؊͗6M7jڋuu6XyOvAF"3`+ DDNU z⏺73SdVS׿J% [Ռ~K[ȩռɑ DgsNw]aOz}l%Ln>VL5wS9usb^$\15 *E l (/}E1m^u/)NK,nYȳ5{ReoH}]q\hؘo˭zPAQQτ(\ik}[~Fȶ0 ܝˁj-e}MB޿j ֦vܪײ-:LXqmv ӏ9v X>a>4^zvxf`gZ= c~ٻa6> nWzLEpsQ;>0_p{sԪe0؋:qi=rB\Y׈4SWPw@DC@i}>_<1bҒ5p157{Da)z.w#FxWj8M˃*׆>e?8^ŇN z7lZnz.eq6l8W݌NjB@>Z`jKEhB'D ؂<Ǝػ-Fn g\:ҫqnӄd;ŬR6 uU\Qz߇ ˟…X4}4^fυǕG%V(ʅyH͚喖UIe|fmJPWK ,8 .}vYuCAWmޜE%2ᙠL)Inq3|^Qպy~-1IkFKs5YE!dP56v !eIӏCT1o?=핗3UoT;{lS4g~y bƆ ~!nniPL)ʩ sn xFu56T|]΄^@vfȌ,7 .`b Sc^hkd)[b'`=ds:&b̭%mqUq|9j)3lgGeq*6.j-tx] ȍLξ7b!/JQyMcSF׸Au!a UO wtXx-I +y֔iqm}Վ )ۣdg^@C[Huڭ@ˢ4F?Bp*# ̞kMN2dq>K6wyqRI/cm D6+ ivSHoIc|*:WAj,%V(Q ; uE !ll4A7OǤ(.oYhdVĴ<زQ @rQ " 3SvBJTOKFKQ$pv1 5RЭzbӜ/q5 ?-pVxAYD-k |ǖF!8" ׺E2Ӭi_oT.^E.y{ 4w8#ҰMMzfZΞ__f0WB%=d +gJ!Qk[@ߍ@yAג"c{,%'40/N5GyѼuSJ#}0 k^Z])2ndI[$Cd,g0?8zߺ5[E(C3řs4n~]]\ԃtv9r2g1Rj%fX3 ,{`O.Cx*Kho?;Y `,}Iȁ|Hl&$&em_&:I{EfEf\35阬ijt+sPY*a n`OA}~-L_r |3Ydֹwi bWȭ{=CvF8vcVXkʺ4:TBM ~R Kj#T|*)utt.NGl3dpOW6 [H]@'Ɛn|[a-#WxSm6CRߖjnlb1#.nKpvZiܹ&7AEo柞1O 'fOY=*($ji.(a侁_Ǚ^?iVĊtNS+%!ɺ›ݴ}D5ͮvП}R@oQm1X1 ^dh]e9 R3O1kA#DUoENK(o_ԽUP:+}2>SwR5!RJ Ig?zT?sINVw@bny EPgt::ƛN-/,"2 ?Q蜷w|1úBնV" ȤzMxފeۚgGC{@K}?먑o֑9\QH:]WSJdįB+M9߬iQz M=!Gm3ޔ.4s!fZfq~zf" `p2Mk՟xYVxEMq 0wTtCo(i&ma^OB,O(/cb9an%NR;F<ѸھN]Uر#^^VD!=.ϩcH96)}yCۡ,HC8 "*f?[r%z C^n@[k3ZXXò6nZ Ng5![ JEyd;\l𹄍{GQiu0"]1h8z_%~E @Mzhc ?IuI%L5×\Kl&ځ$K#DEB  -vx..x*TQzTR<ׁh]7 FM-VH5.zT8/pG4nL8=Ml ii\ct֜U oKAndL8ض5Q#; P7TߺIO;Q9ޞpٛf##,ܸ]35*uJ?0K TJqrp_ڀ):ʘS&6o $RAݱmz< {$mQ&>Ksg&rUBw].Ϳ;)FkVY->]XӣJJ#XUš iUYw_іs%кs$J>O#gS#2~8wU¬z^-d]sx?[¼6Pk۩s!.5/_ޏR:`haPp{Ruo"ڿ?f=NJM:A  I3@g$͟&V%=pD_zaP ɏ0Mi,,Jʻ.%vHÅF0Q8VP U~| N|]xC1c(UW^E$5n|/|eƟ!X z[-vIWVSK$('0z- 6/'@v^)Qt[')dIÏF_X!t_PH+6T0ܠB{*D}^77N0TJ0TQGQty0fRm #&G_ofD6"Ǚ7s;iliAvͭ8 J Xy< & >c34~:\S l;^4;bGl{/9Kevy)^BSɻoTMqI O&T٭og*&r=l222V;@jGpPC;p%)gd3Д8:SЂNhduC:z0b RVG{ ^&܀,m#>GiSKe0hz, ꉡ&ζP)?QF2ys0hyƃaZw#^k'aU_Ӹ cvg\XcqI6] i(yED ʠQkJΖ'Kj)IzP bImF2]]{de!Iߋ%8 #gz=57ԒUAQՓ4w4x0bطTFڣ[|& İݬqPDOĴAkhDtF8Hi"QJp{zolx.M6ΈMqm< w|v~^6I x /%x.@u#w|۟Gܨ{o@V 1D/`M;##$GEXV%S\1 *ip 3쯛x7 `0Kq͵;H7U~6K4 B@ -XA?[B?;/ixǬ.>G=&Ҵ~;g\OGQ#D˧;b+o @ In(qfkC4xʢTQ]#MĄi᪪rYϜFO &JE.ORN1l[!!t߳T[7}(*HlIWt!@EY-z,hFy7!LFwqE /}́䕸}ܔCMsWHv'o|ejh^܊}x6D#pPf}{(m#"%Ajdr%1JT<!7 3e6Sp?\ӳaKM>L4dVцQ@RP.Í"v҆puAA;0RD~$I :܀]MDbkSM*5Α蹷RTj +y\dP^A / r[EmgHV 3J /nnN"]եkhoti({f {ث ϗ\ ѬIലY=Y4{6ii(v b HAfQM(Rd$'"yiRs,Eس{tɥUғQM]-W8|gBuȮd[. G@i3kJc 2ȁĻ0!A(׿haYw?&ͪe5ZZoWtU;\;ֲwDgn~.QLR[2bap)0 .}p)*JG6@SV5etA"9􊼈tȚn`x[L=B.tM WwyXtHH) )wK94^P,gR]^檆bvP543`l[ e>fvŜe}ލUmu&:HLn &¶.3ELyb'3g&̘?37-#2E[ u)ңR@6h+|1q+q-:nX..jygo;Qj_כoϙ"tPCP:@T 2jrH?*W._t$0ǚm GktTB f%-M6L.ѕqV\8&>N+h3% x9p,zק;',b1'T!2\;i 2jݰhYTs[ŕ[?6b+e+8YYNau%?wmdW( @JBQ C]pEef߻X iҙvla%4D($1/lCIEZ|I2LC$_m`3BS"ƴ} UY.nsxw宎_y˦R&T@u w>+`:Lq](oBNXn){O"TFa{8+P)RoP)c7N1fU ى:w$$PkD(W}ڣ[e~Z[͉,㟅䙠?P.LfLbQmwxe-:otjjZX$ Yp`K9h/6Z]5>s)v)1?֟$@(@ŎFo^m߆FkΓB0ŧg7ϧnO_G%џ3PS&]^OCRʰ X \=Dنk|j))s:Jez"Z# [3sU k7Նє0f3C俞)t G\2zmjæzQzL_D CP0-I\ՐXB0lW1׌y >^JT9 *}[VIxVb>ߤ3{sN萠SFg( ʡђHW*p/#9MR\, &''n,'7Q[&B5D]p q$5$,xfdh;֨#. Kl퉭ţRR>; RxUDŽk!ߙa2),3\釺+H]Lh-l><=[6kIh(OPdC鸘y3wpM8KzNi;31j!?Ko /*oQ7Rd3v4{P牓K Vi04 /*B*G+caqL#Ͳ=l?6J rGNEdž\άzWaʕ)z 6C-#HʿpO ~P>1h}]mF]'ɉmre6}05PKvȣ1ܚ0a ctjReG$#ˌQB~8JB DU7J-QxY@.jS^ݹ$$jٗ^K￉3g7{0=-W"i,vB'vJwdV9#5uk'R#5Sj#nmEt 5r[9ȞON_}88" uQ_`4&jʔٵO2[IU޵nYLȐC N>XL ã^^OukTN+EvNTw(//-~ ׋`-!GQ{ȚW{:=+:6S$OTyH*ϝ,ⷾEMuU~.źfHfwNT>O~^Cʒ8:\YxL''EIEfBsW6)g>c,ng#S^ b"UDlvq~eYMQRtK.#/;+nO QxW19Q6;;f@E|4w ~mViqJ8^{"Ғm6sQvWE3ŔےƯ>m$'T銩óeA{nasĘx6P%G}i4'\zȞEדAؿPCQ(zC7vjy@TIoQl?h{dIz&7kWG1H7DlbWL1G̼C#buDIWm| R:5u61=lo ''3 BW5 *Qܿ{J4GqW„.LZbO)/nZUs uEP|yeU, R\ eL".4-q>N S_-vcqWt=OMUT{{^l$Uȁ Us(/3$f u).$))=@C̔4QWU#\E̒%٣Mv߭جͰhNsԅzg}PYv'SQQTJ-?ǯ_V| .fcpb#ogB:"nWeצҁ ,n.<$ō}8"2+M \P:vra^COwK~2Q45Q4=g[pV!#4f:ԑ GƩDo@Z'L7{3 T|p >z<碙rCs&">%?!I'뵋UѼxY 5?2؏p_Frj$%KiOLB$k2_B>U}}>gdrY\<+|Wksrp+~]V%t}p\.hfq}lRr,#Ir&?dH+Kwv%hQ\h"qETV3E_50Lb5fƾ8DKn+j:x \Dz8d4]N C1 W&LC3_NZfASXd;.O؞Ica_2tZI%=!+&cwħ C/ Er"qKs୕rer!P ,"S ^ɻ0Xi&%N^ae[Qf4N7BU'״A V*-z#tv-8}ZE 78Zi_ˁbC'[j UO+\% oJEަ08 RiLzdqE[0C. k@4"殺 *b 61 CK%k\*],5IX N*URibM1/8d$=`"M9``f96L-xgαP! X % :gw V/AAs~;nύ4 m\BGC#-۫ >N6A@L a; #Pt^-I͈3l8*f%6X%ɤBNY#ǃ:X·Do4NVL0 e%Ͷ)Q0跈50&o ZH-.uiprpQM^q`ɽC1J[u8Q7D|ߊK- /PH $J 3|s"c[D?ՓO^G{9]"oi$,J6RVv6|@/ᑶcϰFn;Yx c{.6'F OY,6$rUR{W^$U։.pRG)XX~{ϊ/Z3l*EJbk7B5z`۠T_}أO۸_Cul kx)׳_9=o!ݟy;j eJ.qԡD M~Zaw΋}aZ) ShH/X5`![QC$h?NK -׽LF4.ÒzW+#1*O쀲y7Q@-/;u[p 3i\Tgz,S' 0pzuY OINNP:>\Ţ6hC"5\d`5gǒi&>UceMtGJ.`1-cb,E#+{޾+/ILZ!.< &dCTZN8aN 65o75?e fZ}Tm7 zEsv9䂀%RmъdVT(7+3HodUo#EG6Jzh`A0_7zcub:`-{da)7_PJS`5Amj#5עmH&teZ W"m;W;.b9 : ֌ݯrH=Lj#|?k C!+ +MW";lHZ]AMT\}˵z˗ cS$D0:Qյqujֹp_R(pN *tD93<ݽݩ]rZcP_"6PzLH:ǘPiAVE8, iGz[^M=kK4p!%:H=E.c샂2z=)f &dcSlqQU?4}(' ARJ kxUw"5Q/hx{ga/mb\ʰ/c16VjyLleuI D7w[t JO#{ oTfj#teWq۞SoѰ)- Ծ8^[@YWyd*a5&.[歠KĺIgy iMYN4{){WjΕ_<ǃKb-{/GY{\Q9ÆSfHX-1 q2m/ z>FW-|^ lb>@'Auȩ5 B IUl&vMDR(|. fכXzUonHL3MePMs*E)ߺBSK8 ~_0)YSz{wWؗ)%|M % Nyar34SzJ:G~gs4# uMn 2UѡDt9j6$ONίDbJw?xAusL3 N{U`W AJQVnA0~96k^o]=6qiǰD&/PKkY{Bad9{GmUr7 .uwQ8ț)*&^_ #1Ѝ36YG/W gjٞ 4нӟG.KE",@fڢ҇eKJ=?pypʁ'I+8k]TFTMOv߀k2 0No䣆̙6oBoV5 Ɨ͵'>m=cz!ddgt4{. bKT'8 4@vj`Liy4mr/]V˘-.FYմ/ŝFAछb@O{:v$e_OCe5AZٜ:GdD&L6fcžܸ,{d3ʻ?H;MWUU^ޥ̇_DKG ľ*Z  *r@4ݺX|[Xr.U{2ܼf)@"`aJ棱^i1x/곝CB"+diԉnD$U<ԅ @;XFͽR'S3Í@jƴshIFpl7HOnM$9L` {A!"`!)AbtZJަ،lDJq" ?$l%qDbMY*(`?dQoOyvV2w8̆iP's#ᑟy1*l O'ݦEM0}X@,RkC F>+ _q< 'hjO.u]OܸZ)'CYEgPOޔ{soN ,J>2OE20*${ZRgvI,{#8_qY-*`Z#ZgfC?ױ/;ٟS{V3Tg!=h^έ/(6a\G[rD+77iۻA=s0,MS.? ǛKQ׺2 ̲Rb5_IuJ K3=-ۦApi^4O,f%cLxMCeH{Q#fyVU>|7I}@U5!TXL~ck\$h1 ϯaIh.Υ/\{"nQpTnIhag4r 'ܦYc!.Klsz7<}}?!Z^E5@0'޻)VϮ1,ו눧F7?zI܈oڃ\kG7D2bF^lb9p+[Io/lܩI0t%#BB0MeӺQ&bM.=q"nomR(TȁZ򷀽.HŮ6n ʎt XXs|$"_/|ĩth6βwΈPPpqټdBNN串5{ 5dSHu)]^UZ[+9 ~}JhtCW* Qtֶ0IQpl,t܀x[eߵ R1p#1 Csnp0u-`#^d;4-<4k{Vk^?<ڗH2r>u{$#I{)A;iwUş!n!]-,oS:Mt%t--+c$;-&]*),.H녡}ZQz oۉDӀ a<k{CmP0ܰmr K!exL3H#m!Qb`HFhEOc$a_ۃ3ArҪ٠[bDEhZE~:Dh yݖ*cPMJ%Ȕ]Z|&:~Zx_P^jZ\^R2|v~\_Ǹ ah$a!z[sa0iq `?C`r RNT6z-i@Yq4 [e.y0Q gk I6VXm<(~|l\6 E2| קOTp4kǃ#|-!Z5t'y!HWdw(>v*Y N~uп,cbX,ެ ;I48 K)ZP\F^o%cg_/ Z Z5/SGl9a᷺٭wÖ/_!yFUj$J( FB=ZۛN=*Xeg`Ne&%h Qq\E#5¨ͮ*|[NA0PfMڷlB@2N-Kힳcn֘ KF#C0Άi=hKFkzΚ #Z p5fD˥u]u*9:Y j Ba9h ~^Aj8 gly {<p$E[H˂tG}Ylqk9WrN.p@Tgg[ 9pWtj-_<Kap*v6 ltW_7@0( Wc?5\F{ 4.ް5XLv섿ԕw(GJrZ0r *e5u쯒7s@~~Lo`k|py2':)4U#4& {fВ`i3Ɔ_[Sʜ8y#$%y-UIϡNd}8ȴQ1ujA'yG]%-1Hm$N+lC;S ka&A_]ݭ~I7Ox0_qd[ @)K E2KdnUVNR&ż[_ޖFB駵Z2IevK2 #Igf|/;(/)E)N`]s`/1-iQ$jJԵWMpHK? Fs%|5u˶+rB ק.S;L!잆h/4/퍓HnWݟpAFlNImWnF? vS щ Pn[4_[h(2bepb~h^1~VQZ墜D3M:cexq-FN(ؗUO39nG~{y7;T8(_/R Kz j@<E浴-Bu8i^d"0Q|hXC`pP+}a@. !QSigGÜy'pZ7fȈ/lB/ibW]ٞ9!%1K1NQ^"p'p <+@˿nLJ\D3Vϕqc1H]Lәysy3v `Y%n9 Vz%b2[bp?-^W 㛒D/H%a$M&,s.#ɦ&.rG{Lmݣ ̝$$#cw^'P*n斣_l̾(P_ëM&_.A@nԊ7= xxh:_k.ƌ΅f{- ;UdwpQtMBpiJjd9{TAPTa2ۀ;Ijoz{w&IyhK7: ֚ FLf QEJ?#I9Y+Jǝ W%Uwd!;JGVEbIy {J yTȣkhms{ܞڏΔWumHOXgH~? \,Ws#/EkW!r 38{%P;#mi PP]Ra#}NӸ*Hpງ׮ vvi ICKҾ)֨G)}= mDD$ɠEIP:#~J_n4';pؗ'C&մ>Q.cLuxmդS&L}@RhPsRbS\HK]ݱ@ehM 8&[DMc[e 7a~0 Y&߲;n6;)(J(>e rzz] ywƏ>M!qʒTƪpE3VPPv!>m\S1Dኹʫ|-Kя{" TG!Ѩnvq0sAI |dۯ{f[ĭRdصZ:Z#3ͭeⲛWSѢMZ3SQXkࢁ ٧;d?{\Ӏ4=UeR)L`=-~.*rF>Q7I#G E@SL [B+[ 91T)E@㧡"_vEFwx_8VC7z ±{-ZZhGwt>:qk|:v-(Gw5R 0bي4nʃ <5I=k{h KW2K n%Iݰ^2Q_Ie/o' 7@Dгsלиs{cF}G EW߄^bP, E%0X,b6b0ZV8)?DBMoBhI**s8oHdz;ثmݥ 6rXv}[_uDD5#ZZ=d ˚Iobkyp/F}11q`/Sr }w״Zť `a3vL(98H\ IǕ57E2Uj 9guB5>h T$<$ -m[1a d.vqM?-C^Y>t> zgp$~ugT5)jj$jaP$q.#>hfΡ/%6`Wڟ\_ߍKyl<ߪdŅM/G^̏ ۠|5@cB\~_Vw O=6 /`<}HE 8obœ7+!󒁒=ے& GYYJataV޶^VA ^=~,'͍=f) 'f? >82sNkU%s`Rm7䟥\<#.xmɳ?>W<ʋ J>TFUhgS RS@R:-{edW1B۳È㍫YfGRa\cc>1DmʿZ|+e#&sԞSR[BA]>.,y2i^aq k /;M&1Gmx.FSC{%D>@7j6kHt|G&xMnDrEˊEԺ*FR5.'A/)_uԹpZʪj6WEs(+(ΖpD?UQ7;9]!s^_M  m~}CV()YxsqÃ= 3NOE(h&k-/rM3%ǛU!^&qvBHيw5uC<nܒ>S9sBUɔq"5 oU'.8aC&D8W*Zb2d`d!5tܟWם={y}G zw%ѽ|Hants^o)fqFOP/{?-^ F:گ℉/mHxzⴄA('΁Šf 91wrYCQрYaZy$Eܗ_,Քz6L))֑ ǫ+4JUfKezJ0i0Qꡓ2U@AR*y]MFy^1X4YqP9>9 F$a՞hķ!f> SgTHq,bk%۠:U9ҽP;qԿgqEE|YP-p_ --!Nɂx:BIQ|z0u>*P3\7K4[WCQ{7s뙒&{9Mb+ 骺NY!bgm< @\4 = akKnBb3z:!d2nV w r,%BWޝ]M 9+ $bm 5g6NQl ;e?Z_?YTًO | id9󌞷aRգ3mc}Ijטky7'8I"ی$`B Sg3&Fsh-:׉d#'U[Jg94J(P|+Zq+r* `6nUp?TFERpRGM#p=BaT? I$`7X~mV$*\鄽JH|&蠩d(`0*.HMH̥_(;rs Cgyπl;X40R> ^)]~*^͘cE{j`[bH_b=rc.ek_=A~ȱX8YſRT1*$PgmǑ+pzX50 axE{t]IxGda`)x(%` l@jdZ,ݰ XN|KdO"y-9TS A%oW^& %=~ >+j9‰G0+;-&Z5jNJNq9-'X] Al#sBhO߶񖳫c-eթ #i8 '15d&-{LYFJ'3O5k .dARfQ9X큕[.<4 [̅.Nk@ Td]z%tx)y:a@?z0B1`d`ۛ/L_˶^hgc(*E a"}i^i=pBMcyIAOb?)2\/"\ȿxLxzvhσ;:j_m!nn|c?ϹI3VR>PY 0_'r\nD1v* S"CUr~Jw%C>#.N:qp]xAj-/˂ryewSλOmn/QB{l a8ѝZ w:i)e<ޫ3!݊פ ʪ{ lUv`|I)q(\UFL";J iE'huoEmjфoM9$~NF~ipJ3ٍ]q(Xy'AEKDˏ,*0Osk{U~ )i*%JOL4mpٝ^<94>'{>GOj"(_AG#hFIrMtAF3%Cv&^}4ñ:qC1fm r֚ˋ4Oo^ `aΉI5LVm3g ^xNW0?]ƫ(Hsx0Ya$qEڠFXoJmVakYo@>28u]*g[cK-LYA0 %;MM -ϨfkOR0(Ü|/ lQq#PS,z<.D}Qӂ%!J+)U'G 'c4.* spedu:t(q g#ꭩhm۬+Iy^VFgvKk5BҦY=>&Mon֪\O֛vܱ|-˱3 ;P\[3Lxȿj  xfO)M0io'YB-0@B7*fq%a|Gf`W2swmFov6J?wrƸ=RbS`8qgaDZ1+pXJD_|;GբJc mI}j}@1Kx{3xo"GaE'.e\$r 1\dHiP{we\(6qTּHdF~,Ҩ#NX!VIk91݌adiT>Fztź]OasI.H!cj\zwW9*o4_E:K4pN%C&q]Y W3T^DK{3=#4IcRpf*Fcg^j(eD=k5*ͳ0ֻ@ɼkD (O%,޷ڨ_8 KǵJW'>nO˵7 | {{^,K,4*  ZHHShf&pfg2+ZLg0]jU]1IVA2JVn%MN ,A!kz{EڅguܒژP O{m94t(?qhgfDo@ ܞ B#ch6zmcD&H !w fmrug}]'^<#0o0P1wq}aZV0=0,d qC*vncVY>5I[d]fxAnGI#`{NziXI--z%d絥ohs4#{#6 :&R=$p&~r!}!ēmjf,l׽%>"k#"e_~kZ`ShaG!gR"%o|~䜅k_h'?w ŁL B=@X,4@9Ԍ/27>6vejl;H>ٛTM5CRl7Uj957ajxHD79,PB$b;~His9OQa{ؚY}B-AzSrj+ʓB!a掩s(\x?J=+_" ]DoHqOI:Ҝ_; O;FzX4Ck}?Ɲcbs0x$mR!!7ZB#E̪n-]{A`zIbdQaR)Y>2z >,cL^TU ~OT72zvI˖ەl:3Z׎@kET G Q%sᬹr_ Ǫ$_61?Մ26VB(M">/T'8Oj|xnQd!2<’dmk7 qCF~9:%Kx,WKl1 Ċ,1ԁ/ڍ=Vy zkNF,ԍk ˵PK &\CuxʛY ;XAA#%IcP΋3caJCufgE^{#nKô1X-)x,[g\)ٽjsjW#HȽ{VcYDp~G'ӸU/~¯+adB4K1O`D8 UJ~KY}ݣ+i{ ffP : ˼nڴbO^($|]!a>Fկ%z.ݞ>O{ [VWx~#՘8E^%܏+¸TP/;o̯ώ$}t-ҚSXrpU@tl{^oqt&RNR023 YLSjO">׻W5B9hԳ`Iӡفk q ˵o}f7<~⧈*˚aS5fUf{85rk7qtEc] .Hh>3KaC:gI?Ez??e*b$,\ ̓Or ۰1ާ^Z?f}I.7tZO$3.y,{k?wJT_}PZ~PLFq/&.Ff28J&vwOX)|};T) :@h)LK@>dD&a˶RtVOɏ3Wag ?Fy_AÉ*kl204+*3i3|'Q * |.dy`..-5 6aF?b&Q #h-f^*gEv K| ^[J412e7殆H}x'C-;e.\U6gÁnlP6 qBB8v . H85Dۂ)s\gI9CvLCWghlˉnh:!0)dNh@ȶF=7jpߒ[aKZz{} "݃0'$b|_d7©)c=4l3|1D(AB+wi% \s?E{\L~ |C2wQq'ס.647x4X:xMH<&NB%RjE|iգTIM,e|::piC|v940k63 (ܦH: >rTžWb[zo)p*fGcT^t0++M؍"|2 l5eljXU)!56wٯ~;kGL }{"B[0r9h T:xP5* 'Dԗ|r8Λ@+W'㼁ވRPLIAhDE zI9C: hH*tľXPMI{~=ad5 sƀ&oTtaⷱ:eS/#)DF~DOhgyGnku{`ܤD,,38 b&C̴ԝy^7x}i]E~ĻB"_9~R0 |eѡbaw`֔|0.~6h.JMé@W@z6 e6|ol-Jy0DKU&W.YaL#:0mDux"I\a]&3Gv=|+{'&$̳̂?˱$W}t%4^G|Kجe|X y: |?2ZLy.rƞ /]wb9QO&g\<`l3~!!rj;| \숈^'!@~ͼ{.oWe[{׭KP0+%ߗDA^eՅQ`.1r7xD, E, VjR?&涠i0 rjZڽrZe{UR3 {g '.n|n2H ̪ ˵<K@Bv9°, |]+. ʨq`"cj$=~"ȵ5H /{f/L`tv퀩,ۥ_H_Aa7)sUw&$UΕɑOb@Emn%P/U6Gpcu)Yz~(C{Xr0$;BI]]Q  3,j%B6i;8CK rtmjҭtw*/>'Snl;EiQӲ7W,@7XP= &\aWeL+{(naSd&uzWxSz5=HRF:6nA)kxe M$ =wL{1tiۊQ?&ƛm}PoT=/_&PmH\3 91>Fd}cہ[X4&Iaˌ4<>6v򽫲}bT:,[4ke4Yq)ΓDOw]%%;slXcs~`'47)8`KqUX5K ˇPZkL_0 :FLXFmJafd/ئRp LB(j뻡i=a6xW1>\YJlQ(&xe\ҢGue'yJ٬95'qt+6y kWx-)HuVNVB‡l_`Rt˟|zPncn8,*1#V9G,>jmR5(.<Kj;.@lij C![g k$`.d19'1uDْS0}D<Xqw#~z+#0Ϛ?2><}2UU <UZ7[ 5 &UlQ;_r x8gF\wɪ}A qK WC8#wº48wC,Nf]̷̾n㵒cW'iJ={͢m~lmFS)JXL;HsR[>!qOl aG}ܶPd[{) TܷLY-5;1mWȵ zj |W҂ahok..[z4D2w!hImtXyLtla9Q3{1-,`+jPW]I  i8Ja=yRLvEϽJ>N5}Kq6yY|"σ(݆?p&0[?6%/^1 $DIm}cQE4F%Gtr/nޞ)JuFKu 4 E08KVkDf'A0:$z;9 @UCB uUot Asv01 mU3OEڂeG[g7h,+rg.m]0 h*?u$AQ@?/Dc"U|CP8g@I^/r;1۫"G#11(O/s~LM ]1eBAϨ{U3qZܻЙ~F s'r]JvW3(nv]@"k c㻸#as6`5H67%8} .cDVo&>G~ , )gЃ'J_8i$Aؠ2I)(-ɆjQ1(*5ayܻJ`'haB@Q|\-)Y Ѡ+JM ekdmJB;zFg :vƖ<hJ)p8]y,lfRi0aהC~vJMF3Cnhd:@͘ 0U;+X̑mF> 1.C#+8?TXcԪX~.,aM[Vi43CΓ/(cJb¼sxk.[7&@5Uy#i+gw!5_Y.͋T֤%]4c_ +=ԯG5z5N"xfC؝գ5@uud?D&N'NvÅ=w+)ߴ4EF*q>Of+6Ib ]L2]pItߥT;P"PH"f|c;]w,RMD@PHV:-d dհE'g:1q2AOQJ76St([[m[K2=.7=u ?O ))O @fL " h@7h=C 쏏'/m)t|4/A8sӱdOt}pq0C9c3- orI$ \a{ +B@I>ѵE@p?D:Y=țNeI Paȶz_+ttXU}Ȅs^I4^IjF ڷЂx"YOH* (=;l(/q콮ÑopKD頓t2Us6}@6{&3~c9yT19n4(GvR/ikL`Iʂxm$x`E?OWVvoXyFڰF~OMmsn+E$60G`TB Jow9" ӠC#A Q!P߰˷ILYr!]~$VBHH$0[|?E_ݷL>ɗdۭ(uڛzOcJM*U|J>U63mo3i؀5ER -{wk]wl22# @sJ0 q ]{R<\Z&@%\;sT[+ Kna^yw\=nsQ}T]0>z=:b9=ʏY?p2aձS1^F 5nl. sw#>>Ylי& T2 }18ʊm8NN\g}4yߥtw?gI'Vd~e=q…TBcQEb&*2]& (9.,=M>Rn)c3wR==9F#nuST wVuL!.AfM&yJ8ʥ*雦qH=m# ۗiaw{mK|n\+&+s=$WUGɫ.ošyF'hOH Y}= 7^7-^"Y|!:C=ZӢ0tMb \¤72C!Ş5x8T]ӭ6@ 2('7Q{ԧtjФ6UYp!uUӧ!"|e"nDc0v֜IGN*&4K$NWwŹOQh)/VR cͦF.[5=6H+]ِ @H.Q{kȹ\*4|jS}DwzDI~L{=gɧǶ$6b-`ES%P 0'>5׭wlYzk8sY(@Ix՛wFxϩ֦|Uǵv9;hO=W̜6cpf1S1¿edMD#"շI amۆz>%ldA[=&1Gd`@!"6' ,lA2"aB<8 3,]#s8WG0}@s@w`bv-K 2cC4`h2}zX@@?@/߶9*$q҈kYR{^gW*D30 zK$.On-Ε;Hd \QR fLcEU3Ed귽 wL>|F;+wq\C-I>aRn",ʢ`BQt zw&YN41zyqM7qO.4ƨWEXA"'jrq#   >԰ٛ!YBTGSev_s(3j~SwvCZ7μz- idmA]^ £ʹz'Sv7z04 ˢEz[/)ͅBz_bo@ 7~ ˕'N'u=f[N(` S~T̂{H5rԁRaq]E{{{uPƾ[ QY^vj&c@(Lc8Xr/k[%n9K{ijxE _b5HН#쥟2.ܞ{$_w_E{]#_Q[x3>l祰~@ 4䢕F%Asb$&n.&?<xs\_&^K*8~wQh:G˦A{&5Y֑ɻbTr]O0qj! 8˪0@bDtm6wޗ/o ||?EczkNuMWVʨ F h02 q Jq*wRC|]dr0apb a |⹿{p4 oE ;r:M%7b3".2OYbć_l%<ދX<䠌{|79cAa#wdt_eDWK E9ʯvfL`=[<_Y韈~9;QY|$qk0Bs7$XzQ_{C5!<ͳQ2%FsJΓ /θeep8h!?e"aAajZQ| P#u60>OiwsV_S3v"wsȵn\Ʋs!mcMTjS\aLa/stUbthZ7s2u3nfgd^mG $\SFY&Ujt R{nbLzdUi0TQ[cM8}qJwu1R"hS\BzK97p-v ^ĝ; MﱆWy]p: 5U^oǙbPa`v3YVmMp6w syΥɆ*5qüDD "!ZZ$"D)` gzB1zc"mO' ce7ʘwHj݇(b4^D),dZ)/.UpgMUcSDd.cc -Y%w muУޮ_O- tp&99 *8N#9p`Ȩ %_+oaqx;)2#0"xUְ7gGI|$t&%ϜY (Skyx`˫fInic#Z p 'tm$d=^4S,!!FQsǭ͎h@2-w}V߮]n78?znJ`PpܾӖy:îADT>Reag*M3sfd8e:>Mj`#1Ԙ0Ԅh 3_jY%SB*iC0QTr>׎*1Pk3DVXK $π 1g OlZ(ޅ@>ʾG7<*L˵I[;D[$SPK\Gjzz"ַpBEy5ƹuieS& dgQdPЭg{Khj/afK Rrx gP >A;c7A9o?|7;tl932`b)oЇ׷!^H|,,98MslFS1$x Gf ek6Q}A۴2h#vq`m6 0:(T>KPhzx&)27H)a~?~٪I/UBȫ= W_J423QLp;U\}T/ ,z;42פ +6 Yi%cQWTn*\u)SOƥ_rk[3C9VnJ0-=ezDWW"zĈ pLj| u|xdGGZwnWDQxX50KpXb}I 1 q-͟MJE˱%^RVN I tk|5wBADf*PPsƮ fU'۴ YUO}]QtF+*UPYgtor#8U(P Ouu@V.:W'ԡ8JڐU7-4UK1AFB!j*#°i2zL~ϕ;)} ;^;*8[.lm NB Mb#ɢ ܢ,@U1 <6Bs}(2 %> IPyXD1s\R5S]k'rS{r9)8T 1DņhC5QSJOCYG6V{W;]%`߉TF 4·;w}OH-R>,`hC4&J"}"ʶqVk9h搃6J T_pQ}Ю2b_ݶC9KЇoHv1߸PԄ(P^m(jDkagMﶃh14W|O7oqUmKH;o8鬧]/KzLzY<h7:A˃{ڴ$$*V(H|`/OZ|-hy,LPPyw· l`~; vj2N[u.36g3s95=g3fje`I [s3"#;/-J}1mEJK-I_s]n`d 8y>}:OO!]nTQk@?X7ߧ#So^6anߟ|nwgSHA/(ʇ{|+3ֹh|/pY;~G/}8H<!  &̈́>TY Ո>_N}&i+8sY5}^nHGĠ9۵a0 F0 !#ND$Ds9)>\`WA 2|wmo ݃cm R[awj=VSwD\K(W.Iѫ+İ"l6) cף)yoљ3UO#ނS&c5p KMkNH&?irn`?-lЮ&x9۾.Q1<eVnfƦd'UOK+A$}5CRQ'>*7Ibod=E`WLܢ4U? -CEù62M ǧʴ6 r,SlKeMkS@215a],_}qTfK(W/U(7GvLfTgM^CvAg: E.TGZÜ\y1Cyz/^Ps!/ߧ7|5:;l5F~o{s2(+Cv9 !"ԊӶ2e.l A-n{j3_6 ̰WW-3  N .gbۡs0Eʪjmuc@h>}a$`(SR Fg37>(S*~'ؤ eh6!n'aG2sEZrggz(8bc98/Qd@<3"#FQyn{<ؓ N !Z3 䤌J gѰHKFl^,$TWꮞkm㗒ȕ4/ L>ӰI s]'_ӫn>A:{a.ICgaΈިH* HHHa?۟qA!39Hz<>$_޴S_2W}Wx#~>.'{A5 kYP5 S#!*@rƌZgWAn} a!GZ20F'ISζ%PHgZU[v߅Ͷho5t4,eEKw%(&10~JHf@I` GǤJiKq];F\ory3e<{\VhZd.b8ĉD+U8,jrdRE8s[M犻hĊ5 &.pWέ,C: T'GB{gKaB>i9&Y!wS{{[*0{ _N_y=Rk5t#e,[m V!EO2콚/jmF{ f.FK @Ŕ \03{߫WL"Nu}p=tr}kҫ]GI &ڞmKOkl/+_d˧/$enQ&Lu&H_uUdBV:kjюaa2"(<>x|o󪼏4t$\,$0k%vK}0`OݻCy^1~K$qI$cF'T~4f?]? ^oU|Ycң?GKk+"cz3=7붸f͑V˯3w =W To,&AQhXL=j[9!Ffz?_/(\c9iRur*xH̖*Yj_Jh"awر:QZ WJ_ o3dgIUЭzXqP fL[~ۍO Q2[`n?V5b[m]2=uTNvcBd>Q)A)Aq7@ *7XȬ"ݭܙZK `Q 0?ɦS"453 qq{pkغP )e+Jɸ\:K.4>իI/E`2{gZn:#fk}5 Rܗ"aQRAe5X@@rəHdt \/ 8!v>r.A“- 1d]S$D38M.9[}$y ܋Adv(ۂpENdDAAO{avswU1p B,q|:_[9^ro^z ɞ?)3y6YO[ziEkLf,zuy';HRLy9Nr? \lBNr;Q̥E{ԻCVʽ ?Wj\r xzGJͯ˕!eQ NIOů][7]x/3DuU]I7ܩ6p'ѻ?\ⷩw3~+|Rq>tQõ:e;ϣXm{Kd=}Km[cnJ<iq_y>BNa]/?t ^eT^l٭ =Г%B[F%űvv _SoKwn~#ҹS_KaEqnje"K8$2#7BB=a>lMnTMˠFf =$I829==|ŽF/(sJ#2}`9B j˭H`s tjW?=x9 y,4̛>45o3p':f{^_'. `@X)V6jYfp^E:^£!yIDCwG𵇉 k탳ڮcP*Z6!y= q (IM2=9+q?z >zz ;=|ţto}vۇءsq1FȰQ ܟ{a[_G&2 -)D~}9TdAOeh/,*h{qf?.\QV2C_Tw)ҕMԋ2fNIi:BH`6bQ1c㻥, h8N4!h L3~ \Rڄ c;~ vDR蛴@7B``*l3WHPQ ASMevPt:6`~Ohq@Z{:M1Zx`_tJDbf4dO5CZZWTt4hZ&k{K) R)>\z Epbs"V _qHA|]~cHci$׃Yk+++++++++)6VVVVVVVVVVUTXRHJLY3Awi6_..[U8A\gh0AwlR"^کŭ[[[[[[[[[[[[[[[[[[[[[[[Yrw$?'uB ]g1p2xiXC$(퐋"@1ihkKKKHv---------)--(-*----3 ¸ixYP3Mϰe))>m6-|jn9Hp $15)El߶" 'J XLM^Vjb;Z\ Q?r¥"~qD9ytϖtNñ_qLOhluTgޚo( jO,m7]x+Pc-S OVvwInBc漧mb km}hS`IʜfLGqTYPgc7eSQj+\Uw+cd}T"hIGT=]h_kl}T^h,-Ѿ(6WD[?r.VoE29KK;|cwƠL㚸Z4'b&ocsXhc#=tCwfiiuQuuj"O跊nض u޽qj ڲݾ,ېNV\ g0Sy7UWW[Jyi̒IR+ŘDG>=e^::7Hy-B\ފ%Q\e#|s>ffd 0wxFmaQK> &dj&_@ 2W(j0dfj+M0&e1d]wj'QL$ė&T tsS͛0E1tLFiCU7$?\,*(8U$S,r.l2yh42H~dF6% )B㼗}H)=,m^?T䶹IaM`Q5X¡}Ga+`AbE 34݃I鉇%[K1HZdT`aV )qizk^&)%soq vRg(gz㼷yqS!dC U`,b#cX~2@w_ry;v(dIqLPR#F1)̏2R8ZVEV]qN!)COyZ3['߹?nw%Ks%Qx|64=+gi4^cX˭hqT E7iBcJOA~gL=I+10xl?\.@8dUg<|-ϡv+m 9=:V,=-¿6ϻHIa+zj|FB>Zhs(] Q1#ԂVϫrly"EH, 57 uRUKSg_cR ;/Q,m3+݀EMUڽvlVUMSeArβLQco9^aY8ֿ6"9~OClD*0uTbte'g]1b۸~ٴ7v9.g緛ea}b"DE"RH }T_y/bj MP0dwuL֦HՕ81g!3 !IK²c3hza&_=f=yz|G~rJI_ bT)f]Y1VE^{{GL&B/kZ)qd*BkCt3!j 1AHX,afhB;ɲ"IϕLp;YK~)+WNoơES 'F.DyA6gI@=.~HKB h*T`rnGw޾>Y™ȣedÓJ1:/5$-r7>Z(>;7ə>23́k7*^$ iߋkK \1@O}1\G"'2o}q|{ϰO:ry/Os8?%@} gw`r[(TC…e콝oSO}*fu xD1 ~#j w 6;,TSk⩻UbƦ5Q=_r)ǿAQc!u\X" .'OAr϶3xZ]oOqx^h*Ua4)PVV{\ғEލY8Ln/J҇r 4`7Ї"fSyau&,pf丞bE߁ۨb 9!CHN+Dly_r2%I 4uHEn<36u;g;]U.nC"z,i!$U=e#c~s@$8%o"$LH|(i]Np_t/Tw.xv{-㗾hp3XC_t2 ĨDʆ1ARVW\rk =KMPk:K\h]܅UcJlUc6/hEg*ˆ~uhˠHtF1<5,̗gQzq٩ ~[[G"*K[B_sjNٝSm/n4M⓪VO}kZ^j:-4ٶ'-T>%?jjhne|41&?sϸ/گGP@oNJinfu lTpu880Hb=VȪT[(ȚJJ\r e)x:X% #l],鷼kmdP*\׬SOm!JT%ػM"^x _]Hc~.f<{GEVvkS! ^w ۿ߻)U4m[݄_ïRn]b+hgKx>L< EB^vI*=*NVm4=J| nH[3R?ė9;61e״zn׌Tw¾]*ĀU84|[m?&L|ohcݸDc& $c(7R,xJݽ"|I2M7 ~wٺ `e|.mJ3{EDӤc}yQYI!gޒ%iTP~t1>QxYGw_]qe]~w_^{A ~[P0YyG=1 4@ϔQcWf,e>/z|'kN$GEr,`<7VlpDZUB. '*E Au7mtV6mc{˳w6zX f?~ Z%?5`/}syy?1D\ݖJRgsY;O7O&S8U XisO];?%͓}XIc#I!r`(̌@n-)m?~֧?5!{ K i "D`G^Cy@b-/&dOV՚֤A 4TjtCVQpB Ue2^4Ewtz%2 O1=~EA6.M68e&¯u{yYg7 ٣@&Iҧw!}Y35a8O\@\=>#GK?|_Fo_](]q Xex6?>na>+kdn[ 4 Q_zP|\?|h3HKXǛm?=;aI7 9R{a43M ;\!dxeR`̀1Ny*[.|9!wl/s}AQ&n98A"Lg 4[,z 56ҘR'y=|yU+Ns-Z>68nAtDwIaX;Җ(ѫWAU){N[d@>S׺)Т' 8!toS2"a>˻=+h kb{27axα7;SޣI%VMV(?sզ9U9}%o}mxTRgzom$oA$P8gmq/-L Ar+wLCTaBВ/ mt;7n>B]*I;cZd$U6oAw(_WB:w#٭5lU, >*ɴRJhՃQNOGF3ͽݭ5+sjʬK#d3tAy1^4CLvGxK)qT ^brfDU Ba3Tń_'Ol:@j.TfWy?#'B)v!ѪGQ{01ݱEO󷻛;=2JNLn2~sO"R`t֙`5(Zci=%!Gɩzvwힿ5!S8_U X0o4!:Fݽ/a3U 1F-{@(~ςƍzt 9%qI@ bq3hg\ 1̭]+Sۿsws+\X*&P!T #8%ΎcMfˋF'*vI$~hDSVR,ܕ ux|^VhWkH ˅D۩xJ!ptRaA>~C情zHvlhUr hAOڮ0͎ܟ^>[ay C_ڶL8Lw/^HJ!7e̐U[bt< xP0 ϐ],Ү/ ˧4ᖎW(͢ݕ'\%^r݃%3a!dQTva@"jcPYiUږ2nq m+>}^9zȚZM hMu'9<ZQt@%'p+aY؅ wF@k>.$CJ=N;/:uީ 2FmN-'g8]zPJT=gr!J[Ȉ8%JP !)&Y5gTP r+E2fk$m|=c˫  v$ :>oXO}c҅7oWڕ3{m<ބ9 TT0m^@pQВ Axc aGK8pyXn)u|Ȁ>Ei5CB`Y1ML+P-f$}e}*ąem&![,6:ejr6`Lr:t܃6Ѧߴ+\wv̨3?M)? A,,xл1 .73uMc6~7i,1]Y7˷d~j I~0SX>ώ]H6ǭӖ} Tj 1Jlj |h@YxW=-̄\:k64Dqpl$"OQ\lQ 0Pdr96 ]._&HGP򙂣)ES- zX]0VEA2mSXCvpxK\-:6CMJ),0k$BYOzL1 PdB0P$>Զ\ ZNwM}{T!R RePlReYzi,d2]/~+k5k{B$%"M>>!;r5ʵ>`*(P?e7uBAMmyat9j&B$~ O퇫Za[ `X:,Gƣ,9 apӞۆnn9*^\`o[lr+W8,gCk~'}/8ܜck\h$v?AdJٳhVXժ4f9hxb hu=:|Vƚ~&83!Jú. Y CsޙW4hgD*F{l5" u]2ƷwiQ ptEcd Y$==Y񞣵0:x , y#@!ff`x98ȊP2J#ǨyjJاV/a#~ځ~_Q;Fu2966lAL.hФ`1F6p~n2xt$!\wڣ";msmu+Ϻt?w7(47nni!w̩4KM0f;J0`Ua@$&F|d Zeoͣtk8frڔh beT~Ù~I\k[VL p1טv%ӻR)k}SGLtEGQWT~PNf}E@yn\ZlvS̰=M,STbϢ&;1HN834 qz aDXO@` cnKj ,0`R,PAs TTpxuןԯ@Ŵ8?|N'{xӢgVh1\̈6E(*)^ڤK-WtKޏYrKdzZY6ôJ#C 1񰬞B#q=pRj,Ɔ54T+1`&pn<`~1հ`m-O[Nl3hoce64/wZA'컠&qA]O?mW`\&/:1hAƇ#3!+YOJNa°0[D@UɯFۨ>mƪc_D9K=}"wW-c*{ۧ^O6ޙ׻1*gyˍmÿ 9( wK7{g/vJ3~&Uz\ _EV,Sye:r齉/2=ogԩ72OFRw^<.{7[I!x& j_PqP*|@C֭vG%EѶYbxۚm}BͧJE 5R5!0fZk{9ʾ~Q`Fob3p#!|u/'ëN/б0tv>᠜SfY颳4ƫre<lPQsO}A-M~ܰ9(8Ԃ%ov1ŬOG^pwߣ}ʭ f$- g Y:ޗt#n% UA[Y1y/@6HcJfJo|WBVi'$Z`pv< T2-A*3zcc^Bhfc]$,aEzj]b ˡz 7\30ˆ\} BY]lt?w>~7*QG>& %B_B16ͥfVQ>)UATcd ;m5mnIrAl iuXH"}'䟋e^և[d:!Cy`% ҽP\V(їF(yY/1b\n;pw>>|=3i:2 <8)=;p1%3?h|cu$FzoZ7灁51n n! r U>V݋{NqLPO[$NiHp dM{w6MVNFpm:u)Zhލ`;>&bCs{Nr$0"$QQKo>|II6 F`G?jRn\,w;ܺї>]HHL<) 7;Y_ R cRYao|SlKtl} 0CYɤN:ȯ̢ۘfԐ|=YxWJevA /r 3U~݋G7T4 )de>l$ ;P*&mbH"WTw69n7-cR? AtIT?QqYmʓ+ur"I;GN)4UyJUq>/@ >bTQR4E ]}N%݃.'HuscҰ.^i0QĴuߐw4c0F֔uF/f2Ht/Ugܞ8:#2(٬U#T 0E8A L&NQZ{{[fm_FlE1񓄱Cӆ:}??NPsvӬUYXafZF{);[a_.1r^ZY͉Ets ) #3`,zݝF9*l@6(1c$ t.V՞I܂{P*qv&7Z L(z%򤈈~ ~Κl nҗ3fMRvīI@>[ִ:kV@%M5 NjqY0!Z ȵ4UlˡY uRLڑיkY[wnf3vu)'aΰb2$;5b;n\{D6jM)L!Yc8/kGwb5PR7;J^ fG7r4kA*0k\G&d?뭠#n~ \|:uۇ'sgZiuգZR/mDUD9PʩeX5b c|j4e}K/γo:{\ c7*+ æYUvRǯmV~Eo$ڿnObNDE>b#TU]ZlEl >*m,B߳nlS qXz9󕍂sG;60yo |'3M>'fX,?jnVjM|kv/\KyAs]wѽno=X`rfD"XRes$( 56DYpvRH$ ߛ;u<Ì2": ._?wo"'w>|3k8EQ4@BDBMqe{lP*\6DZPRD !df$x-LJ:؟}Pa/͋AR?;t;#2"q Ctޜe˽uYuy!NcߞaZK(ԗw֩1z7F| џB r:ߘٚ%5KlP?% FSbAFn?=ղٵ >x'j4 )JQ#0㳮Z:FEڽ?/A3jwi)Y~Zo/T>SNde]̧dH*`B07I:q"M}5p-xlI JUˇ'䒌9*Le~_WQ2O 42)UKKUKY0H;yW>66&-8ҿ XM Z)9ko.El;*lV[9"i-=<̈́~zr';ZQT9\{l7.yҢz\_D]5%}#`wd~bl$cSS QdIF7h,4Qp> ҎgA͇ɑ#9YWk#iT۟ 6_jwxXRvtM0MkԞóBep1j9 - ?Y{y^D PE%SB۷%g?t=3XLROR)=`h0wll*'u`{`'PG˱SkțfDqs-x!2E!l9=9[5=ҁhL (\f@ߠ͒ZJ NdE{hˎ-1ekEEČ\>y]/f@t3:i1]oi__(]?]﹫kAoΆ_UJ$AiTA%0MM1V\l\b7LxK'd!(Z@2oQ86@ѓ>?p]b2y5<έ$ 0%JHdZlX9Yŭ3 \rEsɐIsϩ }Mm=gݖ8~c#G$ ko፪֫GUmEF)QfW@Q &)`#c .,QP*@?z]puS9s*R)E\ ϶M-Y{l/l`DUkXJqAu` -W%\Z.Np.#nW`0Bsh5(JPqR,GWO{qo?pwS?K%D:jғob:* Ʉ-Hx0,Gqo%rKY  PhhZhC G4t1 iGCLx3H[&&dip։v4qsR~f!>*mjyKjƉ$O۫N:fY󨞾u1c.0 :.C]OKdR3Re.:Y(%\SD±%>F8(4f;2 =VJoB3'zV-֣~һXI2(螭*b1.'qJ E;18}WW~/QqWܽכw2E4:MqdD?zoסtlLZlqtڲa4,_WgG:{1&@ 6Alky8]$LîBv>p#=VU򭪨rwD*3O^{ȳиzR(%8y>>JXeѿ`'::}3L!*#JcBb=b ِ\VÖk ڹdbHm 6#2BLe߃)DP]'Ƃs[+"bNr%{P03ՙY'YLUj5FQju:NSrZMM~FdBʫ/KH03[V* {PRQԾwk𧻓r Pz_'7զJ =7 Gc]P1 TϾn z;MĪg_}wgwA_ [+=!g(jjRâ~kvY˴<*hS5nt5yhtöEA#J;i3!w_ F04W]oa6Jԇ8yG֓^tNy6lWJm7/A~n(q.7df)Q} 'aD_4\ Зb-|dYR#p=68: fû\OXI~|W>-M(4p3w">Hs#+?s>50&c806xr4u 9W*,@JhC,ÃP-G`%cЙ\-$1VMOs(% K7Zai&1 I f%ԠUdzVmYvfi-zedm93Hp0]åęx@ÉCڴɊ Flm XV:EfBHr(QC6*rFj{l Szf؜ Q-YcHq\qu_oGq3sN!o>虦$Jҩ.c{?{owX}6 īp2ij֑v>ʳ"gƻY,Itt 8T02i)KVYPơӋ*,d?u&f0:=fnâ{W5KD/7!G$aHn%3"7%(UGgM <c"%&F0 3DpB+DzTYU* TCMq׈ 1)r徜q`nJBt[sݻCrӀcqo#r) k͹lp5ز*t =OcT[vdrRWgg;_ Ky}?/=-J2u21 S;kL=JqzwZ(uE)V_'7ulÚ޵e YZm&*: @Pl(S?ǰ" F !ڶΖH=*Go)@F_ ǹ 9,4;-' QEfdi©SNmT!P9utPEh *3 `B GWrOЦg~ = ӓ1WmŸGBa~IR V_JXKa?*$i88!&֠ +ad@`d46vݗ ]~V\'L?Nkyݩ^U+k#]LS|xf"q=[3{Xn/& uӟ2-'7p0+J!d@q!̨|v](=XXiMp7_M*[\pT{Za>68i=^PQ:""P^|0OzPIoU3VOoHJuoG'fzmm)&@QRׅ^Of(S*^eM9ZGMk~ǞXG[mXN2Zk`a\C۪=qC2lٸ8j}WJzr:;&$ށNoPE tyU'vz&=f ӿyӧB 5f(m^x> cS\>p<N}3#$i|շXȋ{s`6rpcFd7UGv|^XGFd.JҷO7=I¹.1"fDE"]eV?Sv4'M84C2mq\\ nMP=U^z^1ڢEQ41 [>EϘunf(vsx[=U!I7Nt[ ^~:YD $_n]_w]z̿]y,f#kI+9r˗.\r˗.\r˗.\r˗.T=cMR@w ><Wq.jcjr}ǏyoK\\\\\\\\\\\[\\\\\\\\\\\\\\\uZy&L2dɓ&L2dɓ&L2dɓ&L2d̥L fPɚIdQyaf&_gSKn_92 it 4 0; Lv7!I VZ,>dɓ&L2dɓ&L2dɓ&L2dɓ&L2` 0%0c 0BTj:v}ɓ&L2dɓ&H2ˌ%%%$8pÇ8pÇ>ئ慻o1o*)lEQMC!RA>0#P0Aj%h2Bev3`Lj,h240CS]57htW]- C(kt+rmb٥2PܑŽG Z2I5EwgiStwfR&Sf0؋" @oJE&۩%HEWպ֎8EgZ%1rgLLZ\7~v1Rf$M?r8G]~y}Z6.<Ѓh?̪H#yOAopYFT R\($~i.3񸞿uÑT|'8!,jϟgh#SZEիZtW;l95;X0$ Լ0? ^g:lwˋj Pexg)mEB;j'Lv<+c:fɰ,[HoBV3}ԅF.=IotH\>&CxGOQ@Tz8pz_'cpmmV ΊoX|c2I'*oӡ {~ 팛+&1/eRS`ϩVz*/ mo|yvꁈ@\ PeT+{"݄\訪k)ͭ![Xڝv+na1=I>BR 0 m󴁢)EEDC}3{= }y1nZ0Oڱ gH;+7>kSVhj?7bQ[Byw-33*1YITf ]TVpY噾x7ݔBVjMD2>?q堹 o~CT)E`H"0#|L /0Dizb7r:}Ju|ou0!9~ek˃7s!2IQI 7;?_U$YH~)0cMԑk0  }Wf)gJ)>Ys@y?JFӃ=U9Ԡ<ޚLJUtVdƥP2$§}`{0[^oX?~ {Z$HpGJ N?.pW@c w Ou *G*P)i& q4cHXtDҠ?X8L1 VԱ׋@w)sx^)j7<ߝd^q]"hۏSt8VTu*LRU ^h4;ESmd_@tWIN0 _)p5inV5, "{ =*ųI{;^lqpyBjhbG`xpYIaeJl [%Q3o 7:,fått}į]@H)R6xaC$2P;6-E.uP F+q>o#Ziӿ_t 7h^{t %7|jv ߥti˖a/m,>ڱ_0%mC>dDL)K ך}vH>Pw Ol~n#7"%AX&;5cK ޮdJ-GqwRοJ-qjQ9= vŞ %G5l4/~7tHzv+31}\ٺt,wbދQ3gs7) ^(~ţ~1DQynӗuyOp]wewc`޽V>% .=yz\Eoʢ&D1M]W3;lzp7V yMNT+< Tg{6@ه*wDRaXB?hPes1U w?(lzm(0fs ke<*Z_ ުKGϱjawrgn}^szAOgL]Yǣl0x3gF$J\{SjoGڋzY >~6GgURYO˭?ߵ< Pe9Z^y C! <6="xoHmW wfγ2U*/Y0<̐oc-QUNHk<LZ9@[sim/+Bڔ_w1v8XS&7641HDŁR ,oGƣ:l u|-3>"${3͐srn?5NyUZkm+s"..X0c I\j3Rp^.[W7" TS .>ƥJHAfi֩k22+1{sͮH&l0+a͔} JEKRv+(ޜֲ* D=h A!4=~ydWp?q'gҬ0&xۂ{f îS}hO ePKRZ?~ʾlcw@ԣ3CP!ҾPePϮx8+p:RX7/]}?=^˧jT 4QXߐ E֣HaFg;ٱ)mq:rRFnnx`It0tuBP 뼎l1^Rw?EQe^-C,6 Lb]eڤf _umʊ.x_#˩Hj* jTWQf02?5>9z]S-ZJ"chpbh: PMl7~oSQp60ϱ][{헮Gnl:E?ztI{GG#]P3'+Js:ԖY GVi:4o2jKZPdm{LJ㙗骀3KߦE:& 6r)-ų};QʺظFYY6:n Ů6\fZ?.Rkƍ-#dZd@~j'1v0$,\Ss(hp/̉ٗ~13 ѩ K^uJ[wAdpuV0N<ԷcmB P!y\} x*POK ޤ  -=Ct| Eks),{ytNԿKӵ'2AddFddA|蛰 h$>+`8%Gy~HV C8rVab"*`DI$RI66瀳W!\0Ol}sRU,PoK57xl|t15$㼟1Rf IQ5 47K" zC$eFB1ʮ&0nޭ3 $U)}#!^KՕ2ܽH[|*tF㺓|%#zf&FE( /fsjtぞ~e{Ǿ?kDvZ|ű6z5fSuV_R.pMʹNK>sTs:MN_rv~tqc;οyς]]"J{·8oQ{^Wh/y?v+CٲǸM[sU=M31^ q#ε{HoI C.D1DFDè^۱'5<>Uͤg)yeb@ob`'4_0$q s(I@JN9}ufae7ny /ؽ>^.7?oxn=?q~ qAT?cߗ}Ҷ]Us ӿ5h'cst2R*i`3 ?ss[sssIsZaEXi v=IJ糃+6/hlŴkkkkkkhyJ[2 =~Xڹ`I` LJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaZ [ͮ^ }cŜw?R?)p" ́UxdW=0Н7V:~0/jx6$FB_`j2!2 ?t~`UX2vIH'*Ө馄 20mI3a gY+Z!Pg"Joht7WCh}岌쌮Γ%z >(.kg]%]hT. M^$mG2u6PSl(rә+fLXXҦu<{ 'L3ܬ?۶ͧ@U>;#JZ+hsV|c3^谲1:&*{, ײG&Q/Z՚gBn?OFer}‚>OieÔ9AgYj6n#H[TŦQs*t*9}1t+A=տ5e"j0EM+L;oGzgau{uͶpJuOheM%a=reifx9X]k;iKs^k_򮢙{߱5pA  gz!Q1/f>9sp~ُ2xawyB]^~>oo*=BUr_ͱ#.ں4V#ɢ/ҵJPyĪ%ȵwW~ kѳvQś[О3L&]Ct\kTLJt*ݾpo_ɟcUsvt=f(x "u-/KQ8RՖ0J\(C|b/+kS\Gq"y)UD̎gq@̳BFˇ69I$*$=̲U@0*_yU3 ~O&vL`KyV兹*@PP柋Ab ,fd 1^YBTu 3GSO $/\-erBK@0>jBFaHD9ȡ %)P$HRK5T˥{w?Vwaf5k 4A&30f`'|x4r:޻.U{B̭#MM#.[ jUlfp_ѳrIpl< ΃ RR"^ vFTՋ? _*n+ܤKp"oN\vY|5ꎁ)rbp{3P12U%f,˕;dʎߋFi|Dք+X[7}r$ D*NE%YP{Υ>O'ZMY$L"mϮs+ 0}y~mE e̫;ݓ{9Ǖ>w5>Zj[:ǧsV)}ou,3g$?g\? e-ڈ+Fix0 ؊Q/ѱ{>oywxΩL0c?˅/0?b'H-C:N2s~ϲsc'_ ˍy|~-& % u>cMe=Oڇq=Lf}s^_ʏOCxEG4FT):] 6 .?Ǧ;zߏPaOYcͱ_mktܹh1>]r)9o q y4] ouRGy5yzԳjkzβ_G]\%ݵ6,:C ;`Ň1mAГ;vYx7|xo9^8kV̆_[?s|,܎rOdZzb/Hq*Og?$bc.㛉@n5[OJh#45@ a&ddEnKsp&v}w\e#u &R'b~0D7YN\u(3ar r.#TgF&!Yg5$y\Q'rgO[c`guVzMn;_=C[_ DDA?334)H/O6x7Wvjv?^eH| dCC̯0r0d.I \ * !-uKs3x61˹0LG_X"W5ٚxK2d6׳L0ohhؖ*+!z؜5v')O~>]L8yl.q-cZgP` R;UfkXsGժ]BW,>*Ll"02/¸d(͓=xɂ&1(K cFi5>-u[A-c7 +N/٫BpÂQTF7]8puemITqu&qBiТϠ+G[lXwYk::/ e:Kdjd0/A1Ʀ_熁"eP5 % ?מBA!5; [jTS^Π"!<-GLMu9ܩv,$3$fZ IU66[|ru{~ϟ>|u6 4M:/ϓ't4|G:5}߿ٯTQEQ,%tjӦtcpxQEQ'ui\+U]u^!B1,n?g}]u]mh3sn eɻu]uًIv4M9W) 5UUUT9ԭ/+ʪY0ҭ5UUUݫWsM?7s[UUUUSM{M8V~WR{}2цa//^GSM4ӦgМ9al^%)JYqȣE}<ݽ;,=_7h&~C+A%,n0a A`|ރ{4/*+(#BWca\CpIi-R!HHP P3{?87xɓs9UE!@"aFD.>o6nm/cD=׏/VdG>ki]&]_ܻHdhҁU,Y([\LEUEcH.ch~.ņQ(>}^M`nb""*a;\ӓ lMʨϼȌj )b ak 2qi4M~-vX"OL)宸qTTXE2oQyzFnK1kg@{qfVc#i&V?Tg)Wr"b'W[°QX,R40Aވy(_Qޖ7 $ '*Q[ (]Z!af>~t!j"{'P7kx u>vu!4h3^"BE,w߱%wK& ?ڊ}ѾzET~_һiױ&3O,z:i"(̇q&4Qlڙ+{t?rX( . >ϭkj8.X7T6eZ߿:{ Ր,(#% .Ԟ네԰Gac f9{lש*Rqڌ+/ʧ *Hb9w#3.}#jqQu:nB;#Aey6n;!MM|s:Q&<[·d}i^)w99ϥRT$e/q]>9pVƆށ ϴͰVXJ-2ft&"='v@7 *hUV",Wy6^A^PS̞0X+= BQWR@x3՘*$+`= /P6MK# 2DAd c 0a9hFOa˯} 1A^~Ϗ;NCTmTEֱ8ϝLuw}uJnmT0pP [G&*D Qp,"HDX#,R@VDl!d&ƫ`t4m]t`V4)eKiRNtc.&p~_" Z7*߻}3U¡ABUEXQgΧ[MY»~+32:ip1Ǫ۳F%o0RJer_]G8Kó.n\*%ν,_f*T40&XWFs\? b1<2g%s>9{S`2Th|& "J X15&`]ΰG[vs?[rOe)\L\m##]7hМ=uX.>? ۧWJ|=Gw>tcڿjCz~ؘeY>ZسT./Q{U+. 810h ؚR$tcRY{^44<3!4BJC&+[uUtXڀ j5纳EwjTl!gV4o'u+NVĴ?6;FM#iv|uK_?UZ{{#MQN}nT8s`@>͸ d/߯ Ny}9v 2 4O~q]G2 iI(&C|zJ~_X3+ZH"%ϝ@iBo@ E*!yo(ױBH$cCa.܆OVM\Tm]YI}*@\۸g19ڹdymMƽezTI>n !W8a$x(*.9aU0ݳ9x_[fyX(=ilStCʆH()/Jt !8^_[om}jdl"Z.i I]Lu`j^&fijܷW^s sBh]ʶzѩƔ*8T=o I VMW]忼f3#4553`ȘdFng˓t UU^9#僺wZϗ^DmJ-/-ǥt36@ h^vhcbppV*XRCepAIUedө%Q& SM`nɁC ƊS{-D#E4;KF획ғa֭y(IղmqL/bJ!@p=C%*fcNkƛ;_|4ұW6XttOc`GQJuUµ͕\Qeup7)G歾c@m7'Ob1ՠ{TV_cʛo} vKEɈJ:iY08vsá%;Q+4{?M3]𽵇x(mVH ܃᮴HۚT 57~vCGOџ;g% ,*צ :NngˆV܉4.]9oC۪⃻mk5\եzSqLʅZ16sB G}vno%Pf,MqDWUQOMZԞIü׏{٥j*,j`Zp9OKu)NNt|hr+҃Mڨ׿wu-Yo^;@ԣ3ҽބXz`̈/~L ?Y{V%H$*gZҲrp! 1k<̘ږӧv22j&[_g?Fio(wu&akuA5QHtD`91{?[=>t]$#|֫m(O7-2 P|juSB1PZOix0U͗JjڀM,*Ap 1atH~/Bo$POڀc.7wN ǿl px $2^Cc$LyF AMCW"ptiT"yCPJ\Ʌq.͞LZ.0-Ew5QTcb.XR^SEw|ꠋ-`iUÑUWGD"g\tU9P_]D?U8ykg9껶Ωq+䶹lUI]^;6=WKw^7 O'H xQCgPx~'G{kxRi20v0CRXOK 75`q_250T*@= ݦ .rjR ZR'J`$N(CVc9Nfڎ. FS1=A((Ҟ[  +-J=}3W3X%Rq Sx Ѯ@XceaewQm|O_"F8CJ<[y_ip+ ꬩ6p!)tl]VtL%51}MMSYh%}#HoWu=G&ٗm?ȯZuK+l]clp+G6dkIX8F WpXik ,{_OsUdnzp*FzX/Z祂{#;Ƒ/.v(-=lnnX/4om29.ݕ״ެ?߈CU'-!J6k*5g+cFeȺz&V1ǼxK8m+ds=AZ7a[1AYEP#-(x떺j89aU% Ã̊ r^R˜l(閟@""gǺu֟:_Z؀7;=CkbIsSIf SB筠GC5df_EgigG@Cfp,?YJf`ws.C l)C-0xlOŠ}ND6!)sMsљe,gYC8Un?0eS53e5jWQSWG.Ƕ(tþDTTj*'Aw+gtb;N't#cȮBtcx׋9HǥVtCTL2M+RB?BП;D.:'-e. :TR s3OO:$%ξ{q<=`dAHn̈́: Zz7J(seHzYW_F_eZJ#h;-AXXxTYsյ,^,aJV(a941<͛ XF8CxAUk:؁)˕m59ToPα1Bj044?VcgWNb~ۨ~jNZP GkQP ܽ#d*X8]V>ng>2~f9PZnBO+EETS(4S=3^O3Xi Fb%~Rg3*Lr"|%P?ȳ]G'F W"S;_M惧]GH"ƇfhmJv3?}@ qs+r9@ÆvnŚ.@#==ЩiBFNW%}:dC.G~y gнFb~6&@_!rA+#1(:06w:(ZYz.S^ UrGV)R؜jN}: niċ5<,8mTjc|oxhUB^ԊeO C 0~5eE;MZbQYӣ):l-z.*;%eW^QYHVyxgm+௡/wg_cm+ouz96r3Y1*_#WJToG4OT[.E:jFTdR2u)RGDnYN=9 m)l#W}(vߪh|Cs6\ SշmVp0,Ud.N!*)Ya;TgwhizQP*Hݴ Aw#Nv0םeEdDqPiM{(ķJҥ'W__>v<ޔ8Uޗ۷/Ԙ,`M%CW͖Ȁ@,Quvƣ,¹DDvIN>gWH,tѡ@Ajn\䖲|t1%B@co]oud`~GnKyvu8u3oԾ~ Yo6ս x_{tux 9wՔ ps~ZhydhUz @y2jIr3סJ{[fxw56۰Ti/3H @]{*ůJ8E{ *K+AG*->o,ٷtO>t< 37)2Ggu{;;)M{wjN^fM.:pywbj!Pf>wnWowȇK&W.sIF6)aZz]+BƝDh b(DR(RH <fO\,|N{6 ~hTB546yhI*/cщw54&) "iO-?.]y.$L32Lt#CWRu2ɡkf=b9=r|PtLW@g `V^zֹ"0fGg]J.N ǝs +˧B) lpw~0U̶ud ò(M">8.ZYz Ѥ;Ktx_IarE+j,kj*r8\VhGďPtO/C(9{+q|DO_%"[Xc&3)}b#M@8{:jk8$UҴ˫g\wSz+sRY@vNVfJ21YJC}(0*&sX|`%ț8߭9!`Z"7'ds_.:Q)E]_kbS#EW]t Yɓla3Z>(G[j06-k!ba  ta[ -%{jJ*Y-VP{Wu_7{RPw< |'JESA VXa邶ƀaZ/oE췎 Cpݮ#꽾ENPk{e,kPߡfNbS`>S{ɎG%{.ԟCi-ïx,f!ofeoٻ2ϕp\+A/#-'yh9f4YQa+ KϕI @dvbS~u_5CϢ[FԞ3o8d6!g%(!gsBZ,*7wn)g2$ f6H*drgU`j!g9k[m.1+AA[8pyN=<^=ko. ?mɄ@d;VBȧ {t8,Y]c/cj`Ӌcݕ!QSMD2luSĔ;" ҤU.7u%q>1Q&[Oqu^dƈj;a.?_2uK71~x,-Y]3n3|VҸJ[Ii4z1xHp<?۔{ahD8;#<(sz=Hh]!/QIZ۶L}S욟>woOZS18蠹P%K ta$$ Lpoɀ=m0w[A酚O*}K\6U{ udFAˤ;~ \}};M+G!4; ,yul.--ؒ!i%i`Vl.XE>.\ ޫ7qmȿmHq=TBEd@YZkPdAƂ a.f9ej[ b"ydbnӊYc4-L{g : `4zňdR0Pa9_:*8cć J< i)mұ6vFP6PAX?,V*jj"0ANF>1}aFUpZŊ(UTUF}X$PF TPX c2U*Q=Q#Vn}o59]}w&U@ca%:f/u.DEwip"w.=]_[V~J{[EnBE#ӇhlfaAiټb-Nٛr?J7H #JRKi?l/ 33ItpM;3d[4'u XY'U΋8|3n\I3 @,@ "NhW达!Fƹ]/ x띘*W8e.E1QaYn{3<_̰/]x߆??܏n'/y kʽ 7anݳNY9rM9Y f O۞+> 󡟊gqǂmrT[Ƿ^C1ˋ췹=!Oȫ"ʥEDB;^;='1QFB2!$2 (l xw:6f"=ͺ?Y6 U&uP ,]-B B'VHAY ]n| 53:p滏 ވE%#[S$:23;;tƸuL$aTtUu<\ e,kB/NZem5uk,b迿 ""/ؖu^0$&u֞ :MEncu{ g^q0IQU"lqLa]|"`P(@ 2Uݻ|yb|hǮBo/@q/(GN=y>`A2:,,,jQ\d#OgRTEB,/؆EM"(,EQAA*`,UX]d ͵YN^le #`(q!K #UbRF:} ~{$RBH>1ihe邿r+V+Yf{E'ڳ:~cĔ7~Im_.LaKb*CdUqW!(bBxpl3l8RosMh"IPW/_&7pEALgBAe? (|_FjqYz[5)B,0oã[ߗqmRpS2cg6zΟ>3Z-g_ k8t g3Ā_BCޅ+D _x@A?9! %+fy?uLhuYBg}|^z#8 DrO A}`b$Q` QUBH(M qq]f^#[xdu6gy,OnȺUlM4fÚzGPH҃?_z?)=p(^cs+m3-& loRq$uxb8㦹 QW3|/t/aA)Hu+¥É;Rn9XC3&^\_bF`IpxHz{?'z?ۣ=g=m¢ŊXVCĒ\tI>c  vFХ0p DD@:zz]WjbˮWoo X@pw+i >4ֶOC B#t"v|0ߴviT;oMk^lI vKx^Q4HCۭs K6_)7"1|rF`?'@ry`VtVdo";`f:W䥇GGVs4Cv='㶻}XW  B$dIV,x:v? @M wՈ^(yE8?o77i򄑸|LDIriok î  LdhUh!^:7x r !h."-yC#:{ wМ]`q~  NQ"3An9ѵ=wI1g‘6Ħ6cꞌі>?dk.0[H\1}U ``"&^ú̴ B<"IuN2+@0pw%ۘd.@Qe` نC aaC@=Vhɫ}ˆO۫$+!7=Ui d!3L %#WFE x ms3'^| l]aBstK]Z5cpeU>mY&X:tir aDe\;0MqVn<{^xxwxGU#'r#K$ Q0^ |بQ:YЈ YE_qdYJ!)olQ "ԭLèBJ옽^ɤ&_jb@zOsiyp(}Č(9l/hX! >L aAof Őͱ@VȭRЉGXҬnkqy^ִ$. A:ymg YǪP3jmUhٞ:B8 0ZEayT ͘r1.chY0-e:T0bvM144sTaDsLp]q(m)O>n 7YxS?>P_~9'_ )g9Y[ j-PE$VH /RBю (mZE98cR3&仟ti?[uCc51ǐ/|"z|wb,ښ멍YQI`$E"R`F~,CRQyb2@VJ+FHbT2Bͫ֓s!LqЃ B "-ʒ2|4NiD=EkO%ToU*L32iR>XJ q C)@W y +@8A?ץevd `L %~HOYqulJ3c,tKDz|Mu:E G}c3y6?` **{~ur 봊"H(!2Hc@~/U.ɰ|Crp!@@lg),'̐<~r"ZYKl=)hO8̃Y#nfGնE~C.59+#L9ɘ!rH%V@Lpk0Ft{,cfmݶ<_S4 P ~SuI6!j[O(Bqk͞k6j T[,*A }2@RtA#w1 bQ7w'nqvҎw hyg_8]*J+ LP+xp'3*} DF]Zlrg7'k$) T3ZߴHGwD)bYn.&u v- 0f8<<3C2Z35D`L 1[8c޷J U&B6ϳ~H# ;.!M|5~_emTdX[DɌE}HKW{fg /Y !%8#F EyeBoD %{){c" Z^!cҟl|p#nlC4qh`V@9gkay+INlsT@U;M@v7=?{(r<͎k3snv zv@'y=ng5npZEӏͷ'Djd[aŃU [k@~nyQm࿫7 r4PMdaf"X,S{@u6+fl82_ tyu'rP[{`+w(Kp%}É è8{ڳatYvIwW7$;sD,prR\YƳh+S.l, 4W,G_鞢Q~}>6kX`APb~4K@B~ k?C3GBI dx9ڪ 򻞚L[1.fVj6M5VaE"1(1O#L1N7Hyu/r%(XZE V$ H'&q~50?٘^+ !Y Y=ƓV{2il/ykaZ 4Utg mU5Uºj@gM%I߳Jhm틞: 1?h=ZiߧjwUMDT}׆_*fotoZuG 6rL^V}3ⓃW׋RP#2!=CmZ0oP۸v̉;22.11EM"Kpf=}+ :U{c}K ocA07YM'R3/¶tgcgcHEZ___X9;)!#ꥩ ^Q_v]Ĭ~Dy1EwBT-3Z@ĂUyS(g*ĴiWd&`V5H 4FEzIb"S78L(2Q_y/?1+Ņsm2*չ.Kv0mҐ7K @ n}?|rCS軐$x`}0K,ŵ~<"DDpI*Y 6/1 >x[uZKU_5ួ̋H:U)xX<_SD'N > /"Rt4V*A JtΝh "]>$31 aÁtt_zo"^@$23\GtwvTR ̪ıdaFX 7BKp6vPϘf:K1,@L-Q Q a]Kk̹T117+DGl Ό- k.v|N'w&wfqthՊ @qĐKe@`M +Ph0.?+E P,A8Yf?%>FB3,B1ݾL;}~. ѓ 6.,v1 oT-, M~Pa:(E[bnz]`da.g6ݍ)ݞմgBRw6B.H,~?^/Ct!s|+}zrڎ?H|u#ƴgm+o'/UڍڞYV~2FH<]~];L7qdZ̧]}sc6"S<17.+_A^75Zzrth\ |d"$"]!R0&ŇHE49,3:c{]υK@SmK\gmF 뚾dMa?y7P#~Tڗ!4DK; =-ݘ;|1&9ʲ^@xCIUVGAS]ȍG䩍};`YgH\Ŝ|"k,|_R!(%O @x]RYu 6NKl'X>jPR> ⻯zHk SWL!oR)8 ˃ caQ.{OHF%!.gtod@(Ei j )ģȁz_*\%"A! 5ON<Ļ1P 0o(+2HeVRy yʘ$V"Kc6/3ۥ,_:Yo=FjDMyndwq|3Y'j?\k |W;"{G*rCO"2>븖? Wc߻Ɗf/p(M zK|J/ B3[ ݬ+}ݏ ɾxtǁJ64. ݶAϙCԭ-|{Jo 4wDw|ȜkyE+.i_zuәsCw2PˆNԵI:wgu]ѧ}вPo1gm167Aқ.g(0 |ct<[[ݎzccܐ 62$F! &i3%EZx<#I)<OUeOUc9L1RWNÒ?xK*Bs Ă5.\4pv=<UցV{ɩ[b^NᩳEljqG>8YDF`!P]w<]B[5mIZA!!&/pv8x@<^+u,'͟9~7`nL2fvAAF/ߕRW;ەmss&GoRHS94$yd}VOTI?Q` 9 P;D >wJ3Т4'| ZX]WP ?u]y/]5 o469e&dϸ»_0] 8o, &<;KԜ6fDiǞb2Fe`$Q)Bד]Ty _2 鷱`:{-G3yK'=l9ШdVAbE]dB.S]>zL{O?^CҌ0I((^̘.C̅jNLkw(XHO }c@Uam )^f\lm-w앀xA~Gr/#5KAO\MHe a^;ߍqD'2! Q\is[wo#X};ι-t7nTlS$z)$\g9B9b`FqFg@R!%85 ~W{-$'Rs1:{&V{_pyf¥ե/ih 9H]Ck- _R7@f}rl2o: ., !92OFlFegnoAJ "mފ$ 9c%P  )IC3"<3/K ,y&Fƫ3IW܉ZOQ1(:MfPN>G`7ED޶u|AKhzu^_OF1 SGdžlzv^{*஑%hҬz oBs|d94PDº.۩ƟY)ɹQln)=JIڽ ,!6:1d=R1:ˋPw9]4\QVlbk%ůhPx"7~Wj"'ƌ~OYmDXcDn&mhս nP[WnOp k5^xw xs_X,0z]Ta^Ym=}'U?[xPꔪd+ 1FtDMa%}Za6r~ 3Z7*%nวBԹsNMk1[^՟;,xgwa (ű)(ׇٍ&\5(#]si$ao˽ĶiQZR|ۋMD(`y&(ve݉K-p:wRB2Q_NxbI&(W8# e)P%8NߟO\ox:fe%f<|o"4CQj?-~Ԋc=t脜n_aA?M9M6к땁Eƛl2%e/鰃15ctX5@O u4AŏGso/ػpE wN2[l+FNnu#}qg=.ؠ}2ZF@LFLp)꘢oeS*mr@zO5mh8W5m'o o_{\+TqrT&UDgq…69wKd x:IKUQٹJf\18F{21d4JnA@3G+秈rսm$\$6CUCghEHU'KfyHyZL6vf]D#\jU U/ЩG!]\f/ASi=g Żt[7dyN[ sB.1,:1F:r (MqJvD1ՁVlfS:ἡGc+?~M[/Eц B =Rէ[{;[0$첸֬WĹ6, [7O&`)zCVԒi/*SDURAo{E鵏: ^8w6@󜙍9%KNLEuuG9z}c*,odqe-{dmBbR>ޅ$/w1p .kc$lR@dgջ'rӰ|5Jԡ18hA\bɶ*^YNp/ COKeFϏJz\cB? lf%Rܞ%!N|%c|{G^CSXQAЬ]-FM h~E֑TtƧOWZ ^L[cvs@{Cw!8\]iznyջu$}ui ZS% A3TcY])uZ'r( "k8+'K$uU M5NVJm aqxFl$Fd)$+(Nks9w{ocHk~f:E ٿɰ] o 0䇐"Wnw۾8m+۰.',yr(ƪ8bt*LB/̤i+,v嘐微Ap5/.+}׋R4#r5lG C=OlۖZ]douAQO 'IG/z`GsAU`29.$OsIql.S+k0m[%pʌNt_A;,M}ZS}i_i%Z|E&/ҡ4zp FUhN&Bl'NЯ6WW~,z2pxf{X k>jw7m i,m@hׯxGW͈r~v.13k Hr*}Y ʰ y/5 h]"24{gFy~udDk ECmzӰ_rWMuS3ypAUɴt-'bZB7E@2FLuW/]!ZtI_~-|z4Eu+{>}OQs8QIO2g{HcCIh-0ZHC7MT q)Agr~nh>|CMs.re9u N{3Ht~% qko ިܾCV1(Y4?5K$ʑ'PV #v*T72) {uK<YZJŭ7]X9r)kV׮(ꈏ{4u[C6Q,ĕ[>+TAWi]АB/_'lث EfviH4m#`lViC!t}dHߠh~z 'Q8,އ]fEwct$ˮQp+vlǒEkv]oOR?75[Nf|A5fc ]C5Ad08&v~ѻnVvsa^Gc W79xVE4_ +nQ ~kJpXGT#RcްbEsm;)G:^.a^Z=ɑon/Y]ʯůFu\]jTRS X&-*fU]a,)g'ep98~+:Yd6Y `O/Bפy̾[N|>wD˰4)>}uMŋZA]!teT?@V(ޘ $=þCݷy 7DIȵ#T[&vkB#jzi3 2rޫΉhQ܍Fr-΀}i;*TpǸoCӠzS|!En#ד?ОA ~쩿 pVMb:=1~ptF#B\Z?_P[1~+*hM `雥)kjxlI,uc8qQtz=ydua z\-v.jf͵.' H !d7=|uw9y7Z,tuqռpSL#j[kH{U0^RAFL-^jz#\UhE/@0vUWJ+x$D1]Lꕫ+U{MLۃK :$cUdTj~!o#_H,_ 7a&:S ]JJ t^5W٦,i^xRALff(oIo`w"|HmC׀1dZp@6 452ۺ$vwEͥ4lYb7cgac7WFڛREKTȴ20_[~D)O:Fs"z6/"Q F xe<{cF$.B[@hJjڄIvوQ>78ج{2K> pkwӫ$+οBxUrJ0A}C: y >L7Ǥz3b^FE7ZXU5eIN™Ǫtגv.wd'd2V$n*>җ̯dlL݉c}2C'-CD"fSҘ8VBh;j'7-\&DW, :X!ye/HߩxF"0PNC:N77q}Э} +=D:*XC'zx!0k4$_"0qLaCn1!(:vw k&ѦB_1Πj1T` 2 7rs:Zˊ7??E/w0ƿ[4&B)^0>ѷ5=Z,e|*O:Vytj4ǧ4S}sam#󚖒F0eT,Ycn~|߫L\W0Uj%Hךٌ"L[ґB`fxg#y AE"MPڭKNf= ϣVC&T#r6Ku֖Zx-.ߚoش-`ND F!,nLH%+[*+DQVzvja!5;3Jb *]w;R/dm+tQVXR`J>k wr2g25BJ7Xʿ07l÷:7⯡ͭŪ2iB͉ $ThS#-ڼ6K+~I{T;0*U4զdx^E(Udͤwu+Hd"p`xe*Ss)VGg%'-s=[ciܦjFLBG )K1#džh!TWT ӨB2bioa^Qh;Լwj~,zQD D8fP){ rDYz*9-9Ly.LDv/ٴęz+I>69[J! 8\Zl4ѠpK)ouY GpS%|i Ck &f`YTt*ʥ2!#3ꀉV(BRxpGJZl]b$pZbh$1,__ Ʀi?q>勒TYSs3Paqr:XJxb!b;)/|ɝv!H20;C/ r ={[^3  ͦ8r6:xΫ|וy&Q L^e*7^u=SMgAoRosav%X}mRrRDQ=qF{e}Irm&Tr< kl Lۺk2: T` Tu&ov϶"E_x]JkԇhiKhkmuۂ,bbc{sQ#g}i]ݗ_nYR6Yɻo/U)RLC73.e_I D9yN\Smz|S: 詆\SƓem;@5 Qكnyag[fa8⻅zDE (al{ '8 .oF8oO+z`F, ^?u9w>`֚]D6> Ԃy F`w u50_T/aR=H:T?ߧ87C3'ߺ205s9cѯCʠG4F^D߀I"oCsV%R#F?OKeΰQdZv!Q.S?ΜCWm=̥o /PiiQzC~֠,]4F̅ԡ/-,x̼ZY*[mGf Rhs`Q9q=TQ1@\G!ɥJ/I jJ+q~$'-,q Kt̹=/RA\LRUoʝ\. < [b0屿 B2#_ ŋd C|L퇆 oDfBk-d0Ӵ4XυT{ 4&;lz>/ 7<*NG%a PX"JjS96rH-n#J&VS]2=ކp0X($\z}WnޝGE2(,1K7PM+ܷj,J=.0Ō2ęnk*Y͕%@}Fw6T;\ӱc*!r]yu#ץv8ROUnDv _:yk ]&%7RdnE-Hr=kzX9}RƖ=k"b^; ~l̑N##Q[7E1)2ϦN2qGTՁ/OtZ򮯷A'˨ERC":cF(Y˞2^klG NuGDi{JkUQJ/ yȍ_2`uiڭؤbBh-lL ܢO]Li%E:|LO^ّ{FNkT9Wh+k`Sy  '!֛H>6dYVmX E/$ eCsn`H/Y崄.v ]+i92!qzx<O4 31&z ҕw_/^+Zc?tא\e81-]r#.mn [:׋RAǡU1eu#xb 4J1v`jyf0pw՛; *2it 'JNt`Z&1wM)c'S8`\qs1']K`_e*d!zQ T$^Teky<%2;BYOn(>KߋײƮp'/8waO[0Q6D=WtejSKiH6b󑇉f/ ̀7Y,p$M|2SDV6Zy՛~[}DmIЯ\4jѮ> ܇ʌc]wcw*|Y?5r& @qϭ.a %3o.Ms xfw@c YYB{xu8hfWpX ^qp➃ϩ3VJ/lq ?ph)ԾG WGmP`{S fBbh5qJ4[vT#mr|7B%`s#߳۔Et_K?[)ɕGK#AG%<~50G0-8^89aLEb IY\V'݈W31=@:U o3]3"UK閑,&P@DH:G6I=m}Dd8݊ SiP}!ܲ>IӸ|A`iAX8"&Co VޔolC4(ݒvb@`(ȦٕfFLžjFd.3sMM+0pfw/f.*DzFNw3km?rb 6M.uy/C09 ^60Mj<྄@0*o9"ÛK}?QJ]Q̨ʦ6tF`S(,8؉1`՜@Yt@tz+9@Yq,U f"uQ?zVVXi P2*_5{X(mRTgeqJ Y%Rn$w;6Ο1q/F D3h'Kqi^G\;,H2JBoy0V| {>ĭ4z |A;$doe 6̖%ۈOٟrҪNXY?@Э'JN+o :BMpl5ѩwA+iN"­W6 F&{bSӏ$ O\>NjtX=%r97&'LPEϗ[}̆!g{bwrݛڡ#sYj' ˞jEs#I eUEsB߯_TD&:9}vޕ]}Ltwiy~ij*\l4Oะa+#l?ëY .s _O v8[ (eCKO Ё @$vcM/ K:;vȢ@0.60HjBt|[6~9 "ѩp\P:/k ؿÚ{")Gw'J vz4mO{-./(0`/XAtЊw E.=hy] ֔ixJNq-^eVUkf2o?Ʌ=vd4ıix$M9}\ s׋$|9Y'F/* z0#pǣ>?XY\T:ML$,!4y}Z`{-7Thn1Yrk Cf0<惉:A۱Z͢1םS)`naSW]M:c=n)ʯY HԺ{pﭽ G5g8p!PډE]&(vCV8"ucD]zG{DS sj^rQ,:fJh_o(ɽlFs<.}h =YC1=?y`#\5t~Z @ǞIZoC5Ja]xu :OѪWuBydzxdje}Z; bIU\ [#6W=1"xy/{^sഒ> [G'm0gM3fAtbEZ:E;]P?u7eh. [e~89| xWpiWĢ,j˼a%Sʱ00V*W4~!މ+e{#Lq<爵GBm|.=W Ϸez 0a_5׋JoL4GIl'?F8gKCƜ߷tG'p$~ qGǜ!7g殺EVsl4=/'/ 3sH/ZS `"qTL-cAYL`Mjpd8UïWl|'זʺu--rɐZn O`іzuoo>$vL K K$ҀǏȻn-+n3 T,dz mjJ%iStl/Abr%@؄K^Lzt3 >7K ֡u V::(p&ܻ[GBLWY Jޘ4G#K/Byi_QCٕ@@%m=9 P';],lhS~}mg$Fc ^ǯaI^6CO0(w=o]D[ i6̝|FuIeSjDFc}(29@؆,']B Ѭ7-^Ű#&Yv<} ET82se댾\HQW:F9q.n ,g:cA'a h ⳡM콩;*L +xyBR.<}ۯH} JATNh5wX}au V\24r#WqDiZY^`{:U*3d!5+&=} gIGZpd[H"ї|@wᇴ7auNuKg41Qv^Dhxr/_C: }\Vo21ÝyCB =}?+0QA*~Fy%[YL ޕkmwZ(J#'nFsq(n8ᇓp)@:7>ǣV:U> -7z4^=j礫"*ByN(zdv\l.7y9b 0\ph26/pqU>C;(]X,TcÞψ,Ffaj.:)tl߱}diݏQ/k1x`$F7'v2omm0gӱ; Y.7F!^ >ST9#"4&!kM57Z$&%T ZVtXDn4nؤ'Sy΃ԧ!9U^fzF :'Q@Op L6s#1bshrY$/^t-^]I3.48J$%tPUjkdKtZNƇvЦ<>^6u"7ʉD/j.tv 4`|٬C0N4(V9Vr3&I% ᛶ.SWm5Tv ČӇ8 7,2LQoI5߄CZ3tIϥ6ϳ瑹LVEJ0UnDU3Igv邇;laa" D;ieh ʺ/xL c\P͓Σxz15k{W%_؜^q^^!́;$ǀ,OۙCLOOlĮ^iܥ'H<k#LH? C,6[3*xn0k^R"}D1hRAt Im{h2-j=T 5rVDHՈS*abSښY>{b2l/3?O4r`zґJ#dF|Ϲp,)0Av}V~V|x63~E|k& 5CqCy"&zU!ű3]x+>fFa+].FU3SvYI *N5@^ t#` q <_>ptKղ*e0Ovz`*;z[ G Lӛ)D3B@g5(xQ6XAF:1 W˸m]8RUd@ ѪuTI1elׂMrc'I;KчmU(!P(1$|'uϫcף5>'rcB"0=U~h[&n0roctwEC soeKJn[@¤^~-%m4Id[58,r_e4ePo~FUAmm10KE1 +'Bx ڊ+3j(bc}-q TRsvFBi_ׄyl >ÄKMe$Y6'ikW.jI3XN,%5|O Q @6- ,b&>卽R)`k_ X-<`uPI`]j):/X<kIjZRuZ4`;sI- ogcbB_0ڸBqw,Vyf<͒Et wȣ_4n2rypjs3~/U)y޹3يJ*&3McL Zf@OQ9(2łE^XhmOe4Yx.8T; Y$hd IΝ%9ls8>1sF/@iin}Lk˧+@GY{̓i#%yk3]Kܘy{e~r.Lvu0ocbB2[g6[Gzc ֮8u7beyxaDN$k1rРRpe>1VrFXr$iG<`M$!!e11tje݊HdN߁u\s.D‘h f~NDa,DX&<1/,8 KJ Uq(lj*X7#PC:jZL %}ΧXe_,=ˆC,KXP/t,S\3 "gpѥ?Ɓ! 򨈶Hgb:f_ab#_n[/w&0SVZA]x;J~j$ܘ]MJ3n^k1uSN0G#h`,^SsLh<'6Ч UcR4L+.yPu?lqkv~h ?eٝ&Tñޛ3+QX G{e{2W!UU-7w?q%/$#-3I Cluhҙ9ukOTF=Y)K.BBc<@.XOoe={}x|zZ[vo.}8<{ٽ_Q hlvgp[hAq ydoyZѨOzBv 2 2XdB=P&,MQl۶хHdDWY=GfPS}:)P ݪDdLЎAb%B2xlRPEgڈ:sK~徝d0~w%1bgžvPrKHJ|Hdk c)HHc.g50Q Ui[x~(A,Yz(*?* 548by1,?:ߋ.OY^;snS=}7F>rD1wpAiPY5Q6>qO #%V_yzਢ*DwQ0o]ߒ K3LSNM9c9BoHl0Өi˟ף` GS*8ځ 8=i Kobǥ窈ZZ>46T/I:5wJ`-|Ep?*Y&Wwx[o[ d'OBkwk㊇>Y~P;j4E h JJ~ޖny=<4)Mʠ^Trvq/ZBir53a ^˫GCuvpVk QL[Y Wl\*czs. `atSAU$O, g+ؙL+W8"/krq|m%յ?ܨN@r @vqn6DH3T-L`uKk[vNxjyBb0H`^T/HvS̆!ueJ۴|i7/@|ʉ_(DU{y^R/_i?'ro8(Pȸ \5^3 w$&YÑ*` G+ɨ4m(Y?s~{m\ (uOӸ. b gP)z HuXV]<{r,.Mty8d㐫 [=FMX?o &K_D rJr6 ++gf4wu77 SwM JVί%Lݎz7aU ;pOߟRƪBl)3V`.Zp7e-H~K&X uty<}ac-Uܭ?ZUw+xiN%,Qߜ]@m"(E AcLyR fD z@ wkASjEGŚ ArLfcdGvxVb-k4כ*9ʥ %]үӗ6{?Xx)W҅IZt*!z^ ' !EP“ }җ.;uqȪdg( )c!&IїeLΎV7\rZAz{wv `L>QK;%Zk1&N$gqJZ,+#r6ɲ~-Q|P܏7q٧KOlg* @CձGy",3`ԈƼJɑN2#s!#[Vko=|%8#P  }U3Eet_`[1ըA=nsߜt1+!3J2?|Mk'K=o4uŪT::닟7Sc&n^4N]aMj+z׋m>Tˤfe{!PkԊ5*QQE2G C!k'ӯ'~3#86Y"Vَ>UU* Խvj/S"^(=D. &ݝ+A+ dHu·J,ZfV(ԝdnjCi^ȹ~vP@֜&Z vVN 6F SI4ΫU$q1,#-œ^)ī`XKM1\ҝ>N6u} \ <MPZEcdQa Lj򬴲ukOu޶^+[9 5o.ޞe$bg!`t)RVnfi >{ƫ76 j\gKn2q"EYO[c zW2P>I&&3d"-M6{4=![¨3K58ƢQcsa$5DksK岲dV aLM}.58:>^(̼@Ukyi@&h'YIT(=vz22\tO>C ##db>2X& P;=KY*B>j)Rn sz zM_B x5w)E`5V\:v" 5VL#oD=-%]&Jy9'1QU%3[`ӑ#in沦d3Yl!წb*];NF,6 Ubc [րg*rP]óI:~>QOh&oR+{ӕտ-k.T}m9 Z<|B&ˢoyjY!KxDBX un |r+N$,(ƹ@{0ßδ1,RDѼIx7?j<2Tx yg5Mk]`u.zEd5ϓ2{G|^Th-VQ7'?gcU!(dx`YL6 ZuKjte ή&x]zCcz4NMpt,FnɿX]2[O3itXfEU hb`6)e' 6SW\ə{UWzyRKG4ڶUy" $fphkݲ ZаҏU۱4޻[ghm1Xݱa0wMclxG\@v^kUM(+](o[KB, @i}/@>pCEXr׸Ӧaqϟ Vk'n SKX㊙NxM#W H%k{hClZͧ}@pj^Mju2.ⴐ~܁J`z{NKp-*ku+wO&{ ^N`RHf.X&ωYF0eW4J@;B,]KX,r+4y P+%9 JG!A^uG1C}c7;ashК{slo=m7wqx_oڭ_$Cɪtq~^3I] \PdĄ;1Q]mHktLn2?ì޺ }QUwLVjrl#~7 /0nzDZr٦ SP߮ nSg&i0PQkť'}d#\^^yk1"ceg0JFBb݂]{w i=l<! 8J\jaWCz< .Ve `(LcTx :%Rh!R։M$>Q\#ɽVG$[`l[{ `,AG>N\%z _US"A GΜ3%e$:R(x༭H.or##srs*-AIf?0ߺji.ϊsl!5^?D}CF TDEO2~WC[YWSwygAڃFWyR ;,8ro$/*Nmv. tr3jc%[#X ߏQhjws|%qmkkY!z'bĤs܋8Q23IWE&YK[(ZM: cUg`-M'Px ]jLo,L 4Qj,Of4<5ję$cGjYj57ybelɂZފBi?R`/gĄ/P?SCyqse45?);!eAZ!0-"b63+!@,Z`~o?NP5Wci}i6~eۢ<7DogΖ*`cYs` %lU`jejW;]LY^K=%k\fuI-3jIŽXuxY 7.$KK!,)jS4LU#v B2g"*0:.5E̛p|̄# Vkf/ŧ^ "߆lTJiA/9xZugi,1"?"MaEmsM m8(WO'[rIqNL Q3,JZw}%U9ksw8\!c5R+ծc;OAfb@WQ⼙=|aAFFq)A8w$gpG ڕz6c]5\75VOJU*mDi^_8ab!b*\muDIAVwtB5z$GYz=L?P.P~q}X3qW>'`Qj\H QR]Di ūr{;`#Lk6_h<+xSy M](T* )pån\LԄ ; oٸ|Os:jIV}BRb9ޑd,,$bb/ P^Kb*O *y6taR)nhOiw YAD(*w\ gV]St]luM J_Ň\%UOam/[sXd~w퐞/%dȳSN[tU7zASkEنP$K`l 3ŽB+ <ͺSb^6ʀS0".Y ' <#Bgb? !wE]yqVO|vs;Ǹ9-&gj`xkr;1lW/DTf,WG];/Kדz݁\_m+de\UP6 7ybCg}p:l?3C9Gly8$z~>8M%?@u8!g@E G~B};W̷P{R hFU i\=@e4W:<#n{uYiqnԝc74i37r\ق1P0`iNta8eõh~M)iԃ?iEC2;.,P6 x9LH p6.3iF e-vu%NU6/QeI]6}΁ ko9/zk  QTT)~tVi Ւˆ 9a ZI $;|fqI]b`mrByp@֡G<6BV5/a/I]@Ӑ#!aǮiNcjxtJ > ~7;.mq8w6>n9\a)5ob=bYJC;{w&̦3-xTJҙE-\_~m8O{θl22a.eFNW|ةZfѻTXP?J\*<40w匫,H.AώPڰVflnT"yU`(QW!XgslE/G^Bc4t%MR=?ہn=6Aܫxn[c6L&X%t~rmtSٌg@J`?9-jfS<Q]%~ Ij2ū}A TrC꼶]2dp-$>j"r>,soQlQȹ3],8V)c&%cEo˾!"^ | O7`3㍽HdӜP Q[@B6DneQ#͇4涟2ıP%ǦUS rw~=/%,C}T 3<<;'fuBn]"Bo[o2z*RTA~/_ypH"6A;zŐvl]܃IkNJS; 3$Ҥ)K1 ̎0M} N`}V,r׃'~kTs ܹ+Z fo&kFDM }D=Wx-('o~INĮ,v FH9[>st;m""8^v ͡4-!- nD&,a8겝, W!׀짻n0 9RA4BYU}2P5qN(mDѐQnu+'rk m6b^ZCH:  !C('f(Q=X2ӽXk41teڴF%h^ӓS iU{Zwe^vtI5_cl~M݀9;їĚ%JOX"0Գ+-*7IctPW6 0?;hҮݒԻ?9)#X`t%}y J=Um,8r1c?eMyx>Z׭ X,bqtʒGZXWci7ꊭEUJՆ UE`TC"WSY+A9&[U% &؍B00QCE %ڇRڴsr=LQ=܈bZBBP~͖lBcћW`A+2 p9Lqf'ٿ> pQAP,^3{a!v4>0htB႔ZO]؞-ż.Ā(:p-L|*;Y襋[7b [8^\R#<{g*M`iҶY ʭfo3d 2:;FeB5cxO , "MwBelydIdA)NxY)܏._KHQfC f<^%*PKes?t4ם|k/@d&F@XWDr/VL ЇMp%lüSgͶe$C6@|*eY嶞-QG*ou']gScM.>jUʋB6iSOPYPt<ȼ)%]3l ߹Y)ЊCbH'bT}vw9}Hj+I!뎼y/yczwYS+S&j{SԯF|"z(qdְQzoA²@'M 4g&ӫE"S][e^;tmF|ף 6]%ܷygT¿BYssS8`ڱhefqYsso(DUDfE= :_&o#V.T , 'A˼we U)&#X]EZ 59gbˆHiCfW F,NgaD Mzu* ntC&s{@s:t~n6K-`!-!Uƒj`(Ky- )#Tټ鞮@Sp%2hI;#{214֯w&ښ#CQҹ$r41`żNsZ.U~_iim?B6I"=k &GA3uKX+7Tl0.ē@oγxXΆOT &iAFjen~7|^NH%>Lli.-bu1wr^qk˿ `#1txZį~hMːۖlZ4|1ȧQdDc-=$n1[' c"X_̽J9P<*.$T~ 6 1 qᓲ$Dvx&ҧ[i|t([`:7@wI.HT`z؛i =`ۥ5ZxnHo6'ݑ+F%yo̳NՠI[u&XbO, gCzS^GA"9!q㊯xMs-Z$<&+{a\hRUbwtMi7UG͚)Q)gSx5x^A>+Vj(rT^ǯF\!H670sRٱofsl8BACʚkP6֜g Z<@*ydWES?8_\QwreJ? /lPeXF,qtB))tʎ݁W9yCo%ɋ]L|Pd< (CnKnݼRZ6 XYfa z){ fM0+@lIxA@ww>Y'Lmly.Wþ&B bS802`CklWǡVY OSСsU3l*ߦkS!*@>][:2Vq]*m~Q߻-ӟz#@o`EeJ#x ^7,XHtaau~m>4 (]*P7+T@n݂gKtH_}z+69AMQA G3 6WpQcAp֦HAsm6qieO]1|3r@q '"1Sva-0#H[ 06~Qi `;g7o$Nx; ^㈱_ʭ3WѲ0æԂgV/;DWV=\& +Q=]u8Qy;5G>Eh,ѻ;%!n/9ɜ]֑|ISfKO/#7ˈz0T!^ܩY㳶!C @> |j>ZzW8A^5)ݯ /?G}j =+sskcÂeCA*ь=@'Hɒ'gpw|+u4JA8M3{ ̪sCZ8IAa骣n=.:qȒuO/!Vu/[,T[YKo팸HX@,P9y]SEisZM]uO@Ib߫(^B4V4u'zZ2\-4NOgu D35`4@#] (ꁏ|(Dŷ|3t 9FF/MrYUTh^|=N 0xQz`-Bcƾ&=&WWۯUތ4G^^ľiљFIv ͙'+2î}:ly@SZZ ѢJhK&+ vĪ7l췇$v1ΦR9>INdMR}&$m%82j.N53qi-"G@+Loe&gk,cWDZ:MM1ܯXfnƙ1SG',+ ZbQ=(Kݤ4k h#$Tv^zvGb̚ Lx:(j7bS茰Lv}u,bPI̼C-k՘ Ic3co*\|kECjbsd7YӁ1,>{ApEsZfA nk:Qr(i!BmVDcSqFg,B`zR5SQmA`hŢװ7]inЖvο#dr؀arE8CV+b~ϱHJk+A< TjvW>Pq BhɞB-W\``k|RΫ+*F w{׋BBx'ff ^ > ͛ r/HJlxqKUӊٱW CuwR?563=^KH) T1,GC21l d2Ox1g >oM(Q0|C7RP.! mL>ү3YC=Vh v~95-Kk;oi'oҔWvVl\0-MM5=v(QST\wDݢ,V QTcӗ5{ޘ֫#m>8.į@I89/aNM:LJ;7$c#qv"h_cC׼Ɠ0oL@}#Aņ\D1MYSCXl4=mX {_g)l'\c*sK^fAQxykUװ])\yFPh 6`vFW){Il^=yLIJܖ\ɭ֫h x\_h+URz#Cs8VR'뿩 } (8iE!CF:]8ϵER䢚v:U*VT4<::tR^`nu R,JI 1D" u0Y|[.g<?3qڼGUhMG7vXN*M?-!.@b_ ?z⠉HCNe8> x+̑R@0"ƶe1NViĠh Ayd7㋖ wAPq} c&aiACy*rl<,~fWIOE3ص.UY ecLp~(-Ῡ>:z:#ss8%aD<d.ѡf n$LhA'YFW^}B@7Znd4w#d?A3H?6Klp>Vڣa:M/8^`&M(W8uˀcl1@ʧ:Efw?k }Ô?v5sq\^+ ]uZMW 4b2nSC63K|/pm@;@H( ysGm2uPb=n@U)PH^!28SB Ye'YI͔'%wcȫi}BT/c UVtK;Oc06B^c(}Ko+tMCFO m^vV\ԁTrY\Ȯ 6PChщ{b3B F1,ɒ &{p7 <]w~?<ݠEeكTK˔f04OMʎƼH*$(t*^aFv\xd2#zdU+FU)'-7#'PxYaA:7O>TIs9ZZ+VPi}e1gj(ˉm*p Wmӡjk*n`BlUNZ[3 ml|;?dR+H;i XdIKܹC}6:! n`AnMSkOAOB!AeK9#Zh6[y;C e2U%$OP(:rk7=.*V12'h*T%ݛK &>Ywy --゙s4 P'*+#y}G\SR@gogO\$~#d{[l2mvX`iCnt[nS̎[m!FNٍN #/ o2A(5.N,JApL$I#*Y `5~/D2Ro {jJu3)^K-En15,DBNh>Loo k$bMWڣ錿=BPUGTR ?(ÉsIT/+B6W^o B<;P+.- ~*e3ܲ|=%s1r^*G"^+B#@t":l<(чTF ;:(5/(OmA"4F%zį&Z̅10 6r;,w">bq,')hhS͑[psc Mx}b Sd8P|I< 16/'/v!F y'(/yKy+n}" F@- ,+.mA0J3xW ¨g` R4Kꊼ1JѵTq#AԜO<2`!^<}tb0pftɖb)Ԍ؄#E2 \'i6MorkMU qQ5U(9^X#H6@f!)Gmm'vA=_ْV2r ~K` {!FQURf}q grP3dxI0rVrKIee԰w>kl)(zW⥎)/5S o5x-VlsQldCCԟ:!w 40|Ho0_ksMg Vr˞iŞ =LZdBQvbOF}iw\= \ceMȩ惔ltm \5E`Y}si=dȻnA׏I r$I.4&8 7(DwO=`4b*&УCϏ R~u%!- z~)W'p]>1k<s:ׇ>z rxmyZۂ-пu!K;z vԦzEB1zʌ7աk )'E[aMyqRgb,K q[Q% &oe ] h w 0`&6ݜw$yeawrյ*ɃLvc<԰qvguI5pH2> d2A]L7 {ϥQpŰzYǨ>3xTjov}zJlЧLPƦdZUaF7Lw GZ~vxle6AAM t-}2r8.+0dS?SV%@ְ zQ"Sn+7Cu[2UtJ g j>FSL rF] `+Q~rIÂl k_Bu%0Q{وǃIMό{٦yFheۯyRE(֛IXLVwUbBhYݻ{QVߔ,E2f]]Zn'n m>Am{apenp!Ū}U޾`o*=X">:FK`TQ/K<7B £ܺ_^=l盍ch`)b"Jl}#Z~7_8{!S2.wsA9ކṮzmSĒ$~@ɘn(RG8F gQtr3 [^-'/7Q2 km<S]@i;#"J/'R5k")r Hb(4mR)}LZFʺ-%x|5& w wt-z/)> |D\rn^6y 8i4Jʳum:WDk:!6ȓbIDG11kޜfqe:Uz/zAB`ڕf:$GHQ@ aúuj_VúΪX >c y?K$Υ_$@޽Ĩ'CpqM7iv򃡍8LAlBMwt\k)vLcP޳MUe6j@nҾERXOeE@\N'2'm46cOHZKD2˦䎄) A/ͺ`58y Ǒ?@d5MјhLK hw7q _ abti7UgS \$i$C-!IZF}q6YO2Ey$+|17-gKM_x46>Vۍ w1]h"E-H(mv*w e|fcu_?j}/@#;ۿ3mK!W --uxwc'u?`TtGVJ)v]s3ܙWMi)5X|u_SRJ왫:Rq-VͶ =F6ZjDYlg}$ ?0x7)HA%B2k0^ 2)Re[ dg˒ TюZg#4L r^d>3 ˳O}܂pS?еa 1:譃o$'][ fݍd@۳dbfĮ0fM]>|px,~3|]n7UDDxfp?/n+|Ss<+Dd?VCpШǞ3D,3 ɏ +MH=Cg}q.!=$!z`Բ ju ![*]#ݎ4ri ZjaZX3AƎ|,.CFgM|aUcY"R$k"{6#!\ǹ4"5$iT1\!w$o S 6*NÓ9&z VfQ]`i#fE ^p.by@y&u-ۼm7</ _  }k;\ oBhG]Aqd}UP&jnfB~X\t }QɵJB*mƏnEQRٶJslҦ|BaE 4} y^<d6xAHK\ BF\@OuO+"-JTڂb&ߕ_?nE@n9,DArŤKSL^$(4G'usy$#XJU|H&U7Hni JoBVVL ́.5XCSͼʴ/vY-su}8 o:|'=iyEc %;7c m{1kN-KzjyNu19cCHRe8tfrbF<ʇcgKn.TM' R[9%è'2P@QL -`ёJ $1%,[8oݝv;CF 6pҙBJtIXEB_ bҌD|{:)V52!RYܾunaWe%hz!Je{~(0ύ>!j!8z@ sèa7"I`߼\~W_!ɞ6 MO[FCpgȆoD&VdQQ6 vcIcrQ|M}㢌Z2ӝE?h0hoؓ~E Miqvi(nDprA}={}m:[k@ZՂ (zҁi^A8?^#WrS"Y ne 2- o5.WMG,Jˢ#̓jBMR`C'*"T|(}뼲x"+tQ#˶qe۴.c c%U֭)zk"Biv/'|r`afT}$*旍V 7Q6 0*/wv.W^<V&mn~`ſsٝ5j0ʆU#Y1 x*[u+'( yu`2!l F]Z13"?yH#2Hݝ-ikx<`Sw$ؗDP*8H m1;2 w+D ь! =7Byؕs3rkכ/(q}*75;m.px\'f粷^axYY0 WVu)]%i.Hx6Ͻj)!i]kR5t`i,pg#ezdwƴ̞-dAn.\2n6#cY}R920 -gEd'oh7!uѐQD(DUz*3څԀLl_t8y݊]԰fN-}[DA`֦NuMsK?oz>|dD7_b:k`K8v׺7Q([%p - m`K8/~?h,L&+uIr1"0ҸQvc ۪)ڋz@d2"׏ʻ'I $2s[֦yo+n5^QIL6Ϡc=0:L澑anűb(q]Yw,e9c׆JsA7\ą=YDF\jqnEL-2~zLxyd5j Zh-^[zP&J1[ KkF+UUˈRA7 Y8bu{VM8!'跺m(Jwo53O*(UYaJu4SdΥ/Ys3]s2Bƺhrh)6Ksǂ;ג03Lˮ'96$!-gu0G8lmx]q'Y >7aUPO7u:2qlVɸv#tm {9_j_lm{r. 'DWIblNfh&wO`_HO޲{#4\ +BkX8EWVBYi_PlqQ}7n$RH3`|d9Vs>n~vgT1B$c;c'RPrL:ɎJM?z$֫j)P\:Az"$o5G~0F~WlT8HXϫj7;1EȆnoƬntAv$NP(_]HzZ:I/Z̄F7o˻-*ovRYRRjp &:7pwI_yāHO} gd7T?S/D1>oua5Dh&HggbBe #3M6D)q##AJ ڞը\"_$?2mh/}XŎ ЬE[Xkgt.ÑS֝EaRL ogrS!Y'OAص@آx9!Q(~ꑲ Hi]no+=Ul H.8u6},Lw5a޴۴'n|;+ *7n]jkj^P.L(-ΌsgG'tJ_&VV$>8#l ƻůʁdX{f)eFO%)l*' HVti6M!O> cB.֢fnz%`K7ۊ1f `xjH W|}buGfp*orslP:5}'OMd˻RVz 7ѿs/{̘_YY!A#Id)l҃tk?@KjWf~1;5s nT<^]x}`W5'i'z[86U!U9tk3^cJyISxҹIޒ]TKȧAb%,+X )Ù^>WLS{E^M z(a#~wt^(/:rӎ"ĀB<^Zѯ/Sx!?ܭf(m-SF?_ &IJ8J\/͏yZr1]tt@*2KMmkit՝ԣA>)}(^AƋ t~95o5|VͭO޽#l+]ݤhIDj|٦涆I]J^9|D0!$l,3²AFD;,CH`H'd+U''{:8 'УAVE'42Y--@C5>-K5qqNL&$A :h@64q֝u]ldIeÿv˓ >^4V|/jJW멂!n݉ғ4yDPj Ei6h& ~|&^5iyN*~[~ᗝW;C>H-]$jh] q oO9|U' L8r&90̨g!VG|ยϮCÈfEyMN< %| F約7;"1D8/ɤ'FK`\r0@Ww>&w9 Bj/01SwfxؐIoSԏz@vcND/&$B \v0iXZ)b͊|.fD67+292D?~J2n[u 1Խl4,TnPv5 h_62y܆A +_߅_o3[|Q #H:agK]18 ֣W{dž/.1? evP ]9*bVaaGə̈́=ç ݅ϓ&.hKbVB13ϑR$u"O,0tp+-F!,݊FR9#u?i&zt"*!+VKkÀ&&%SN-Uu6v֛  5dt H[:ÉY(*]%>kh|t|J3G1 W ŝx9*"XZz"_|@'WV֣zĉCW#7SoƵt{s6, *j&v6NXOB#XF*l+W;sET%0&:hFP习 mxx mO3g _]MO@f"F+sp><~̳jc#N# *g+ʴhM[7=;WM 6ӏym̸p$ Ctw2Fmr1y2/95&Lͦ{/)f%HS3uI:FTms.?>ʯeIӢ $gPֳQpZsY^+AԲ{/{NrYw>ޫ 9`#jiQmrՊes<]Nig I:gc}8\/k%e7ZB(I,^pJf Gp@A]W?bx RG}^uja$ln\eHYsLea\zA7؎9"GdT̨8A`#[8/lRA@՛z_*̒ ]F;^d՜[niG{`۳ N!jȳ,\s1bJa[\Qta/_oωuݧ_|x}YyWJ)Ƒq 6rh=!0~yZRem]Q7~[Zzhh"AɊ-vLXE``ʅ򃜾#Ixp3`J@a!EF-1|(t!lZDFu`UH(\2w(7;S_}Dq͘(X!vԈ$I[*)G옵}i8˞L}kxL4K{)cKYG|(٫sv$uVg}󘻜;ʤmD@f* ;Z}|*еڞsW>`/6J!W_aQ -%]Y(/DU'{!=V72?fߕ{QxwmuQy0o/;?cR͛Plʯ-5j1\wi8gX?w hԐ 6xd0mi*qfa¡t\wTmLf33͆JVWJ͋jTj.('2n"vj.aJ,lȮ/ al!"wfU` S;4Llu뼱SN{\s"UWl.Wp1 oE_H`r@m"gv- =IPc$rQj[vʳcw'6cAs4NviyXi׾-K纨P{==h${Dx_P$tp\U~MOۨL& NGO_ME' ns1o>p9xQ=]xvӪLzJbd8I:_1OOvx(VX㩕_$wǡشvDa#X.]-mJo8QJ)9yH ( IXERlxT&cc}o.WxbercQ?/ն4C̃3HgAq V'M0֤%=*ӋP 2 tU3<jٸk2ܕj՗O!sb1+(-";v9` i **+;q~7^էRc Ң̌,;]#0n.\nH[E[{$8Up"ƒ Q Yl:rf1qxJ\+5¤&Zjw,"΃2،=HqYW5 ľ^N6PFG;AVWAϴH0-kX-Z)PS݂ӢH>w9,7WjRFbXd5F: KvyNkJ|WMM퐸\,2.nj:$t:)'e\V^Kfwm*鬛N$8lp(qCPxgJQU 0 [xP[vI?ue'VxSYLu2`ܟ~[<&hdL) !62:΁r糡e.#Z ZhaFw>{Mb+T@S-1X <~ A&$Wp=,q;A̞wĸ{[RUd&3S_OH9̼nV}ħA oJtbj;=Dn0JW' =Q0k) |~sHO5=DH Tp_p6K(UnzHřx -eamU'rC\ľ m8$NwK-/Çeyh=@C\Y\fi撹Q1|@N/YcJO+7k8r~%~Y&ܬMxy4ڐx=$p~u uBvVVɧFu.4]טqcUAZb1e.G@AւaV96 Ҟ1XKu[ݞXՈ'gS93_j\~G]c[@hD년Zc6Ɠ!Jy;| jU[=]ę}(ءd|m2XGvli_t >)BU +1Bh}5W+xS,֚l\1kиGrVs崶{&4й`oHQL1$!Z I*Qy]%ifGs]+~g{T(7RhЄYC٠ A4ŰDƬŠhlvRS.0hhޫCVނhb`aV+~K^bKFI)x "i}UIIf#C^Y)eH]Zc,_nyVSi!K[7főq:w:O,R I2cm-ړAdRaj/>gﮦ}aأ?|P$ّCoVuBm-'oX^`R5 MN:u|wkzX.Nuݱ32$U6-šVd4zh"8MU1Ɗ@:<}szfu\/ǬOtP%m1?A.+ @%- 䒡G#^=)uRY%|tn?Ro.c}tL0%(#Ơ`D]P:E7a'7F SIYO̸Н3q|qpJpDM$9qΙ+Uyd@[da*'uγx!-Wxd//+_j~ Ǫ% ;g> :o7fF*'QWi,(9tJRJN1V.3a,g|XV5nh#3f:Ԩ>VZF C,!L 1dae)_ |kH? ޴c'HKB-Pl5TӎP-';Ϯ$2?Nc#ĎJA8ˇןꓐ,|A_c ȂD^jӬuPo#Q&Mcy8`SR3d!nֽMLk9Ѵ+Ȍ0wS>Ha5|7j}_xXD[V2B/|&4O68q3g怏~A9X1>^_:#n@/$`NαL.Q6u.Pgy ^TϾ) )b{߹ ;;s|rܠ_c6+Q8 _%>dbL|YWb{@͇tR;5\`%\z&/ﬧƴN?i=Q O>x%^;c,ǜL+nLsDr&"O%(2:Q S R/ pNq8VtvI v5>.bn"ƥ:*ᦆ0UC3Q:N;q͒Ʒ.1Ӽ`(19:Ed.'lb%rD+VQ"9Qi'ʰj䰲^^fU.uaqΟ"q3p%cZ`UU{~a G o"M/o~x)GrIM8Pݹa9YE1r# `\ 9#jȀEsqٞRY֬15?@?tR`yӞoXKڅ\P'ȷȌ~I=L|O#]yBoͦhw~uKQg_!񋘋kM?`G `&S) m1waXi`&os> s n!cE"B N M[j;soL|[&Mir$ t-MQ*2lMy !ճ%KB &:wޘN c3pW,ot(1Tguy!Sy҉Djų61j^ֻn2 ȃ_J"%Y!'Rfk: A4/ۃCoz6& \*<U7mW f !m"ĮF%:nRj}l/:a&U ,+~Q3ڢ}"6,@o~NCyeLg_>V'ȧᚮv%Dʟ_}yukAfl>95Ctz 璕^ըX̔T(w[3YHNm8j7/pu| "盉D =\Vg9LO^4 7FF07ޜ('SyqT|Q$̉<^q9r= QSY\MŸa P;-]YL׉qyJyet]}fy3\:nMh]A5Y0X=6q';Ts< [}"t\&CR1]?8Dy֝Ꮃ*s=q#]bwΑE5?h`Ȧ8{ʔ&_4ŲҬ TA?X&Y2gÎ4*1dkrPXFU 64K _ {wb/Y((wR򪵡ϝZ &cڧo7 Fw1!|i/,v3vw/)c\q2\7J$ ي{"g(%̩-59&/"#ʵ-DIlSϘsk;" aΜrU ӚM18{s3@ڃ[ 9j, =0禎Ug? zGIWZ-#M%Aǎ%y`^Kjal }4&^ʼnoq |A)p*3E>|; pQO 8Gdz#4g%nї:Oٵ^W)S9 "H$C+uEΌlM"Eau[VA?woQ"~XϷ}kJʙLo^ll \:nlzPl)P.xeݜR.R;Ō*Q$\FOLG_G/O)^bwh_m c̸Cn<<++oaɀvvzk.vnC!:y/ւ )ϗ v\"c2.c)tWșW'L)[VHqXH+g-֢ѿp]hrh)2]d FaЩiǩTS=J}~Ղ?jO? }&w5"J"VXsHS3YC8M[Z3Cڑ"Y-lKr+CA'b$Y]4^J1~&}7\~ ʦqeܕva+]f]j DeSZpҡu7DH?w@X&zDVip5 m,9a`Zl3 X-p2 >OLN?@  Yƭʺ9G 9C(E)g>+)`0s>tWB2j` \h"SsC}u?D>=I #"\-02O+UfiCf 5^cWxUQҼjaJ70H7rBO8K>DtsY4UCG@K( f(~ ^N0; 1/4m#"1C_SsTkK繭gni23Z2FH+) X,Z{䝎&b?YqT ڝcG:V9H!)~y@O[~34qm}V+JnvTuLAk"ƎMth'Q@`q}#]4*qIlGh򫧭$}',j84);@ ԏB02D9k^cvEƒs!"*\V"s1ݟGn#-יYwbLǮM|׊i@hvHWmwcl;X":oϩ}2@c-&c f/r|WY|:蟈CCIؓ\r8A-.ӟO2+ĽDGL(#5s 3@__+fc:9REXXwnէPQzsH@{?b8`HQV߸A`G:JQRw2_9PUݎ5A~zGVP_:fֆ} 4{ͻv]ĸO=i"le[PT Qiitk snhcٗ2VlU*kN rnN*lR%{v7c˜ã ꌳzp2|#i":q4q7i49OM}B|#J(E'ɃKmp}aO(׋C1uug@ßwBt\ogKKrYnUQX8Qɒ4@'fLF= &K(A+! j)m6VӁ*ܱ?<9ib^X[% m9ud?QH.'ʐH'z^k wΰїE` eW[t2%BsЯNUz}H{E$LF/-֊4S^ITdG\8aӃěp˩Jnlh' @wa"6d==єXI,§ &d w@7<L^s/ŸĖ>Fsd@Jlե†3M"P {{'HGJ͔iQNJrIRXcT smt9vĤ񤨨$Yw]T6ݬv%ŅwOc~mg>N)Ti1sϿcߵz,c.QsC QFT\5d,O}wSOVA"ro-V*3ZSR8k8Xq6͗OzEj0=L킊傇=ZKHqR= >E[i!p^G`+ʖ~ߐ?1Վ$Wq~QqYc;_5T%(Vv1,ЛB'H,?Wjҗ_;8ܵ 'o2 Įtr] 8G vJj C:r(0e.]Z8gM0 /1gLaEqqըr3X p[\ƭLy4 pc1ԋ[G%oF̦rc4hluZh(5a5u?f;'o\1 ش(ĆtW4JRwAE&ULW^|UJʻQFc:;eC%֙"ͬo 7rîN?}2">mYE g}=uW[ UN9_!BRT\W<`Z&WtC Y,d9Cߦ"܂;g6^5J#-D['~FCw@I[˻rk 5/DP?3W9LJMp~FV=(3: <>NC%\]c]d 7OŞ^54J|}O'G{d\ hŞNVY]қը#,hie j 3$藜-jhbRɪs=C_tP~2u֛e|K&\s}F,ue-t\~$#"Bt#9o޹"Sj°K 41J+F?"@C4*QzԅYg` Zw䦘6T~&;k7#G6|efEc_:pnr!MʋN9`29a^*+cTmx[2XpR+ߵD$~!*l^>|R~&4 O*^33P5{`}s.Mab9/ E9[ =HbpP~ RCcYYIms"/6g8[f 'GGf j7QdyJz4;8%y%$r$;*h4E˃35W!#lҲhF)nغeރ0GYp`W Kb;zSIC{9ѥ @YU(8D7θH/))4_& n^)!7z!>dxf. uܷ1=ttc/P)˹{n~u{38Һ#`_(<3UPh' 5/UQeSb.mM5Nh{kwk"VDڎr(k8~Xb=l HN`0EEOaNy]U K\J[N,FK.oP4߀+-Ÿ#,$oh CѼ 0=A ;c]K2V`NHVrDt#pQdOiŒ&b,_RT_?k~Pt׌ m{Ǧ#hwϔO~iNW"r]4Es&Ӝ8(TUGO̤g Ak܅bBt=spJj ޕl,#Xֹxu"8f ,>[Y1HI/8=Xؼt5H1.v(=ċxd'%9z+2d `PO[*~&+[r[j3SU1yh3& u>L"³P$FbcX短PrM𚀴Z>oЖcTV@(1%N7_' 0,tKw]"Ҳv K{1oj!wqkiJ*D.qTiGe|N&8Q[B?^}̉@BNRѵnv6`aFc1n"n;t7(_X(ד9`՜N{5=8kF~U |ajzrm0d.}G wqy{,uGa6W|Jt g7e)[!;2lշ<"Yu9d{}KWUe )K&AsAqٳ9gpEƸig%X#V$;_&݄ ʼ1{cF Ab TAa*j;G̸IJЏPK˜xb7 &"UmH6>}! kxAIcA:+>WЮ.9qY,>.& -*V`<`j.E7i(+ƣPGq'ٱu*mlQil0V}`!6QOLp>DLLqʴ" gڼ& PFWo8%V)r54pl$ kRx!Ⱥhhs^Eз&W@8he Cƹ9w*Sf2$RpB¬7 27`ձ@pֶ^htB/C`O @۲h `jCJHC2 %5eHLʷ, $|z{ N]$^*gwc‡S6? 6{p"u,iS!M'LQ*9{.mW#uN@j*Ήgekm3ǐqЭY~==5+;a22 o BCé54"V¢_eA2rCzio]fkxH]No-μ"cA>gyIξ:,K~fZ@.t_UpzvVE&h9X Pf4T&4ºql~%%'XdcLz.~ sLUGM}iL T[IyYie > ؠ ?:k =jFG0KmW^'K:_%PI1E! 5&;?{K}'ٸ$fHFGEK'f/c.W(|ë>|h33],Rj+G_F׬T2A"d;T#zJ ڏS}&lm]#I3/ 4Zٌ1$WN`]}h@EwB ys]5#N#|lKr2^u?2:668AYkѳs z8AӲ䚼ꚠA5u 9مeg[4َ0**O=W)KWR'yD-r2 [e ;7\ D^"ͽH%k`klՀ:ڼ&LV[-"׌+nqL(cnB/X6R@1n yd El$iS<$OK՞gnjW$5y,L8\_a3mN`CtjΝMQY& k d~r;ڏ~&yujSy˪l0q_L6$] & xku6p2:#W)@\q-ҝqW]'>k[j)FD&LLqjhGAi]*i|UF9u?<͆ңBߦ.e^=[,H)#x6]5;?>GB%h=?4o-SN`nwN!I?@IAgI"VND)c~s&o:Oɵ9XwHa?qf\Dág;X8!^?K31[$kB'7P'Z`G$7 1 8|'R_4[ؠ)k2JnD`/x3PǞIJ{f9wO YhoHJr*Na?~E\+a d{z+Xr  Ni6Iw]m1$3 Ɣ *V m -"f>4@M%Lխ瀁'P `vIЪ͔|!WPP5T8d8t)8|0V-/̢:$CԎASFW—n9n`-zvj}S4Qtd:,r^ x-YSR.?'cIh0gULQ;>Ů}_=y#8įZdn,ܣ1􁕢/Ę@i䀙u efݒ(e2 #z۝),Qwh42X^;;?ԷOA'#"g c썫/.oO; {[ ;Ӟ%۵Ksۂ]A3`A S6F11Q]TfbQQ߳׻2{ӓ]\/l~QHV/z|6Mf f表C r8[vA 1T%f摷>T]a_HDž}H}n^`X#a+N YIF30jiBn .byn)Yg{_!w *4bΞi oerw\EiťߨzOO~p~`UW[$Am:LtA_SJ?.Y WayLA] &T"UX},{]]H(Lg=ϟ Wi9%YF$Ҧ^Y9\ W46=n_lrGO3O=W$>pwN&H;4$4aXϹUosn3^AA %gFœ%JlаrF# 1< !2tDXQr9uFCPgTtl^+p(קQL9QXc+'&ۯwyݞŤjŎi9pqƃd::AUfe CNisΔP$h0+̫g$e@h~^j)VQ֭b+^ӅFGH1&Sz ΫY-I(D o#`"q1 %l"T"<*6_D,Ԧ9s%n\v-ɸÓhx 9K%->|mh;NA؅DppWgai2 ~=)MS*]lʼnZTnSiylK:RZ VxkI)VVdLj+RU8k^7qoJEAPrl6 uS"aZsYsTRD/I 3"v`B] / {AMw:0snlwl{Daย)j- !,!g/_nz";cH?m - yf.m p~kA7BbJiŬpS<Bc,'l*IeiM CեcnJp۠DVgOs|-!Quw '-wka`w ,j2܇)G }NHÉ34fG=0E=E:l-^"p/ A6zK|Pc+_G8$]}+=zS:TԥjqlXd42F4E!15JLK̷VjN#}7ήn\cnH^[QX愊Ǥ-+DLdrJ749ꦙpn41%폣Pp~C&#'Mmeiȿsu.=!ee=}qOٻtEP nF\cjryٞd+{>(>Mf{% %J bxZ*5;̞V \zj/QtI*gQ/)%+ Sv4/byZ>qPxrNϒtT%4S,`1c'pF F$^5O"'= G렫Y趣G,ShΏo2W-fx#NOWH{ X΁U^sf@e(]cߩ6@4;(ƒ$t2G}RBAEOz_ x.|ϗ ]r=8-XEM4zc.|&|E,B7oƞ0d]9 | dӎ֎Mgw}/_)s;_џw{Z՞QG˒Db> i]EXq.W[@B]< -Ic,Ŏ)p|^][ԣ*(oj[GESP\U\ 6V|ytNyEf1kw^$rRmw mυyS+5Zorʍ&:^M1b:ab&T8_0%qAOV0#[%+-x;ǏYj ENqU g~;г˛9*偓WWi1:yA4bz#*z#X52ef#&8a/WEĔ:d36# UjXSfSJL&E^&i@Փ)px ^γCL]$l?2|@4C*e&y#,Aoؾb8)MaӰ hhqKV?n>3Y'3(\5N Qtt/cf5 @j4jz]F?`]}!΢ 8F 6Ļaf_h[CV ħdVr?T 4g~/􏍧 sӌNrehR>#yˌzgq'Q=J$~ED)*FУ,HyJ$1n*mP]1t@d΁;%`J7 3TUU!cӛw7dBN( o ΔF^6YlM|I;bC 4d͌pu(JoZo[[p@mr#Yv@8p6J wd>/d1{u srpH$͕T_a:E&@bSFcHֱ=3DymYitǼ$KpNQqF1\`=T li))p9*< ug.H1c0 PDb1K!\;۶N`-oSKk0悆C(e9Ӑi.&IHbD/TYrқ[Ke5 (B '5qk`Ae O]I:6<^ZXJo)Lp 3mC`~`H/ƆrO#Ճ=ZA"VK8$]wѰy ~\k5p%/}"y3ܥA$"3 5uB:ބA8[r % *gB(͖MXBX`Trű-fх(V|+ܭL ,l5_p]uOh#wxB Y rxm9džiʀ/1@WT|]XQ֕/eV#c؅$*JdH\p2!ϕaď9%yyJf1 ޴NDh Zӆ3L:N'^{7GL/NP7#'!kL#y$$` jA?Dk2~1(0iDnnmed ;<bl3r}ܹ. ]Ǫ4QۣnFʐVEo0`w7smev_R8S~G< 74JlE\8؁ͤhi\,sg2iA{&QhEikmGi acUEmba­rz=>F}zJՇӌJZNJ?JL򣣿=], 3"|MDrV|r?>ȿ˗Os(= X"I$Yp(ypq W٥AFrx`:AJg;=Ҧ"()dh"S%\+Cdu(~Ɂ1@p6ףqaBV9>y/`t W}ߦ&X^ln4W<`KZ8K;kc[>pMt %5ަf٣q%ťZyR< +jJZ kL$mq3|STN:՗q֝9=uVG*H =y Q$ϯjN05P ߥ1L-zd^'dma7z!!{(ת p%p6gs3JQ^ 瀠jfy<+d p)XV ,WkogA]Faa%+-0c*jtwjD=I0TQQl ~ ~ y5mz{ntӱ a,V6{ ąA|=kAMTQ@%Fx$#ɭ__cyaDNW7W 8$-yUA+u5yrMZ)?rQPPQIJϫM'-30)nCo,, [P0!tiEl{(V{l}h%E>Wp-Go_g8{F?w=<%,9-sR1oaT g_ \M\`8La}7<\Bz7Cg;׫TV+fs71^!Q'O0pB5=Q|s" e\ېhwB( !#[Nt$ޮ,ݎV*P[pfgdNZ_CFݤ4BCЈ̐i"Wh׏7G~U5ɷ@LIY!LMRȱ{bN=A,JREv`Df|.lGJYy?V*Y|z]j ҊkJ޳~lVi['!D% -D&NgZ.\uiwL&Cw5]*Rzz9AЕqhi}6Pv~0\#4ɫF 0gr4zV֧9Yj#QVĦ:#x0jIquG~vvyz d-oTqiJXEЪwH%Nt{jY %RtK1Dea4WϡG!#hKn؂ŴeYju\5ʜkcHNqQMM 눡.ъζ2qoG߿>-OVpu؈uW 5kah/ЉrmHAnӐyjDV&\4L 3^6 uc\jVJdVrY'q$J5%X秘r11 ŴSJh{J"XT}a[ $֗ @6DN8Y$^%06d7+ 5{`jd+ǂ^ɣ9ň8XS&G4(nIt12AGOKo¸T !>R3T i ƈXaks3ȩ)W ͇j? J5[+h҆yȆr^ӊ@jb fpa<´X6:ӲRZ]ly۰BuFGAB*UǓo+}48Ӂ*4"V"PbcvvCxAE YV.bR"X,O~xhow$!]H:wuLu!R#$n/_o%ćDZ : "S V) ^aI};?1r@[yxE.(<53NօO:8M;#"E\> UD8 Cr{9h@`lN$s ){'36I+xl/)k/ RuU DgZk{cib{VJMq[%;h(<.'v'h/ " Bjr̟A&-px[`ۯp.L0: ѼvWZ641E㏪MyA?\ߟ~5Alт^S?} f0:ѤiEM34e'KψcR'L[j{m sBՋeCjz}Rþ?8,F4-iܳ7vh?n=x<n޻ѐ?\{غAn~yx?}xÚ(]A0WWM_bZQPö-I ㏂ 2o^AqRM]3{ 'ir~6l~W_x|ՃϿi2ǿ<8|u6{1>>}΃k y8a:c\Guwo-i`׻2kl4Lf o*9_*Š[ ^|^2/O(0y^2͹k(6|A~:"p__&y2xae>8I\Ԉs-&XFH߂GJI gfsttC#PZC31&BkdЌiyqDcA^,S[Mtx1J{ dQ0D~_]f4 ༖#(croS)iҲxr2/IBۙ QN#'É|E!WJpE"`Om.&9HD~39Ǯ*oaR"D&F""ЮGf>FCALwpd 6#' 4{%Ma"%u[%XM{2*ظOiO>44Bf ='ʦXq e+YH(l𾧉2$ה)O'LkW.7.&Ǭ̓ -$模SmmkuLgaKFVmq(&ewI5D IZwٷM7D+M ;q`&&d>p`yؖv@Y͔62^2[1??p.|-C׽wMyӞڣd 7eГ-[& '{NlVbqroW/g3*])rTHz;O>;(hA3hp\J^Xs UnGcQXt`|K=PK%(=[ggKf6OAԴB}{ߊ_Ai<>7vPQ|%r!a lj֦}G d6yr5}q8`;eiA-!ͬ25nqI4ș6[Y7Іi!SdJ1Qʱ2_'\q<*N}aPs / @#ӟcVe4Wa3GˀWo<|u" ;FS jI5_N<i566ZQ,RpQ$DS5P`yNO̿5Oߨ^-#XW'j~wѫ.rr>jO8&ɍUuӪU"]~Η AۈٰԿߚ/r4/Hd'wpfpv"]pV *XW m /i!y_8d+ ec 1Mݔ N11˱ ߮T٣{2y7trYn(vӚR嬺bKOijnONNҾ'*OPwVY 9M6yw\e$kJzUSA4Worz<|^Qc!NED'IoN]xC7ڽHO'dz4̼Gޘ1;dZ#D*-ONe4E![}Mt \Zx~[@L !"~fze5]ώyӻڃY.I W.)O. 7Ch 0F7$<\hkR<9қ96hZa?8A=7ǖ\ >Z:냼ouk\ WI@؄Znju8 S%#wd~˰YV{f!lhPLig?{AM򬖠Z[7WoYOԡ^NLLdk\ƠXςZYDÎ}l2|pٛ׻G#=±6YaQ4׸$!jC$i 8Y5T.4,m: %FUK&xfTΫB^3QK8 wkasOس1Aҡ4t\HKiiaa7_Xa nM1 '%9Ť5HRv2%-_x/48"VZ;m%A?4)dVdT!yuXD2hm\/8es%LՃ$ԬHϑ?)+V5 Ra]%E0h&߼YD|kk &Y/r]'VKbEfq> d˥$ f_PwMރ=iy~ ]dB$CKhFV/Y =G{C_@]õnKJVw\JzE>JYYjb1+_2 HLjܢt)-I4>+6q3'heƆЮyfz$a?x'dsl6^zIJz;o2uW$6r:fCiݽ+"H&$6qXꍣzxyJYFuI#AAFs3JtP8a: W %ў g$FdO154}7u-΂ '%hÙvQϼ~Ҩ%i 퐙MxD䞿bBQemueԥV[[gܦ16zc8^Ri|1ya(údl< mZʎFj&P pDLs$a{&`hKrQ6a>AKXh^Njѩn=ܮ 9Tr;P:W[#l|nݦtedRQZ8Isa!4GA&#Y]|8]%K2H=|(g]X2^8gaB%m0ZڄzQzQĵ2.f .O֟Yd*LdϜ)v9.$D9Хf VA&ni*=ֻ^ M]λL_iS+PO˲ Z(ΒS ?iڍMq~)O yU Gi#>0esQ\Wccb6 ɛA}Wf)hq';狚J+T4 |&>\%}lSE|XhG<7/c U:?o}!YYd ER_C߰^>O;Ah3_ༀ`m9:g%rmLϳWGw}sv51NvX̚'{c^pE|q1a;&Rb eD(b73O8 lzvޤ cd32;SK*w`J\T%2y'+@R PgX VR5=ăM s ^#fbO7lI]gF8}HO#CN[҃\EhwY`pHf"tPQ ^qDls'?pxWLG}`.K򼔻(DogXԃh]g&`qKZVhbz|I舉b֭͠\X'KX=~O}&:6H5|Zq{zjE)Trżd>÷+l~sp(Z%t8IGZ /`@WQ4}℮ cqo{sp!rrzG\d>&dsU*Cc(߁Ʉ%%20\8c 2vi޹ Zam =5#$.N-큄P:/{P?wv1N;%5Ҩ.fEȂ`t4%+&/ktOSïB3^UK;ջmTqKI݆)MtV xL-dh-i*)=]ɻ/cwsSrtWؓ^AtͩzR!¸F8Z餁>"h}z}@o[/ƺi ;Yf_\r֯٦T_ F3ߥ2ިpa(EJ+K.W@Un!Q6n1sլC߃rd2< m9zdjfPcUU[L-ЂVhB/6dU45bvmm#JƛT[IJcӶ*Ef=O*$D!@˚4ʲgv֒F_;_Y7ʇ;5Fq.1 J 4܁*SGL p I1I˙TYq돝dqY|gJn`\S-킜~h8&NFQSXj@Ҁ>Z@"y)u+QA8ކ,C73|L{qb_p mD>D0k^N?@b/ۃEuD+q# ;"N/@-,vV7mC}/R N*9p))^my8(̖-V$ J N~8t|KtIܨ%)9uTblb=;9%c]8JO rӧjM!+'C;2&N{ئG&I֔ը6n@0؜}vcѰ sꡤZ~$k_2d 9Bߡd,o݄9%W{ʒ@"wffRȅVŘ^I|^#Aߩ7_] uMz>@eM6i@G#[`],?$cD5:JZl\2tIbX%2H|;l1_5%*a5xDUVS/?Q>Kf&o36|xS5܇zI(7H,%QCT9@XT&-rȔƍ% -xVtJv4)-KW=S%bd|N=*]t*c%X_ T˂Qc)lfVidgk)[4P=UҚf(&mKH;O @MPRgOF+*8Mgy!Xh\/˅87#49 6`=2W"-!(;,ia9R@Mj :M۝J~o$8D 9#Gc=!},7)^נ %b-:X%;od2EFtb> 3bq7΀ )=Q U@:2tS+!!r(il,>bņ| uHAWaլwvGviyČ Tt8Ĩ4L wDbZv^u5d9)gֽF TX클ӑ]6Ğf| |g|3fzy@o ma"AqTH*X - 6 J L&\ZRB6Y%6XiY0n,%gS*fKՆT'֧ M2t 0._Ѡ^wñlm#[ݰ$Soc\/ԉtv]UDYxv&.6o)ulo (Ep6Y8,'Bچ*"Ɍ; ތ6#Aż(˶!<=_HԑP2_jQR3$b8tSF:oS<7EX mlw!lL'L\P&eމ@<\F@&Cn3%bh6Zwhn!BYxiq L#FBFqR@|L$EI"fiX[z{ↆAI0U&10 RŔŌ!v]j' a("~. ? F`PΓH鯺wwh0s<<ԲN[Xf1I#~?`lK{q,ʯ0v$%~@JarVu ˦ UxoyXyDJ%ck4&ګ!D:rP]"4r8\P+,L;G,QPi:CjnW]XX(1SEE2~^^o8Ld]MnDΙƷl\y&ER2uWx`'|0r2WKDW aӓ锦HTOD|i =8!۽4` Lg)A`O\C ɞ#j 2%>߸DÂ-LxF;9<:鏩 AQ+s!!i&N[~sxA]DO=` Mݗ劊wDavxIIs͟q^6K,ʿ0<; M󩽡Q̧Mhv6Ĩ8귕v'’ \ F(D_,A{9EzMfrYN3U0riFǦ2mHiѨd?Gf}%+Zߧ˅Y$jխz{8HA%-HQ$ Al4Gvj0i},- ?]) ZdVe:f5@^>yI|#!R6D}6iQ_*1n9a侬4em?Y(| *"ên<dY (1'`y{9[4 y]# w[lkfZ4BWk$uW/H/R_0勺O)Se;^>,̐P[S🃻v^Ϛ׬|T4$/Nak 'oT2F/-^`3 ظ`M? EozVzped2'h = J?4tiE@0 R{_mS%#။6DND?bH:Lwu%Ezϴ?}Ra9Eis˩5z}{l.}[p&g\Yz0ƣgI6D&奛4+-}ʋB9KHt3wg4- ZJJ_C׫څl4Ws6[[E^Ӌ䰀8nd _ZcMo]Q7/V4 &6d-m7n}lPxL˫njiH-9ZΠa$r]r?\45USKS6i*ڈ"9SjKM8H$ تiA7Kx,fͯCJ`dk!58b0=:b6DG)'̕sD[H,+I';Z5$E ɱ?7E w䨠P@v zF9'iu,Q"W|M7b[/o0Ť4gIrSM1r' eLk%b t\H=KԳV|5CX\̓ +]j IF>wVrϹ;ɐkУI ]1>0^d^~>Xn‰aWEP,y3gL]PFk-0Tjp70 Ȋ}JiU5ݹ Ц5iݷ=r =w߉f+E&h5h:i6aܪ.Rd{ >*)Qj]ߊ>FEWYuVqG1q\- w>zfM( %Z "n\(qjlN"yJ9O! )W HTIH _5_ڂAtpj)URPl[[xtd2Թ\,$4|3əHM>raWbFf|֣>/_I~2/7x"tr1zh2=U-- s/vqzpB:&堜;~itt 4 0~K4ip)["\_ \8\"%ZҷO._)tkW(7&_b|Z[s|Ld ZC OrAЛ@Oל]!4C-'oNJn$h)QX5!4-_=֫p-82?xAv>k"q][$q3 6YmxVDl0 GoǧdB^փf2Uv?j"w&Eg*3UQ,HEqQ**qlYtn21`/U vqVxϿYU1 s&7Z:-MQ<{#.Qz=!Wf% Bm#8U:I836E^P/SwϣpxFԿL nCտQ5ga(~ިu9L~0ۻ4ZWojt3G0 { 5y8 d{5T7LV2o:}:u@œ80F e*Sݣ]ۛ,+ of\trn&!WL>C:`"N)yl&cٴOI7Ր'2c6b}&tT: ur?ʚa-U҈)qׇ[`[W?t/J&M!M /Eދe jܿFcrM4|)SުXKLU!·]8 Llu4p?/ԯ6|V\ mZ?%DZ ,ttG ! Z^&B.sj U}B ~Y%NWЩEד9V'2 րGp|-787~ ;Yj9HOAF-L_d CDx[cT4[# 7 +H%#r"kCeRl b(D &W S)1([ЛX__NVk h<Π߰&Q #?>ZzczY8@y.p}ȀyJlB8Bb^ڡ7b,$٫Nzf)%^%, A׻pWzum-XؚV`R=O*Eghw#RuXabX99x|M2-P:)2*42%J JUʏW m!Q7ŃZE XR7ړn93\MWӪpB@QEO@*免sY^h-PdPZQ:6鶜:Y yd< c-r^ VWҹ'̳{D{W0wxK\ev%P԰x$\B@#$*gbiEE4' (uLۀT6ߧ;j,ŀ8'tNZkEؠ+'L˳tI9I& lmlLT}#Ϊ2rX@޴57mmm0p Rzc}1&dm~~,JҚ j*eG"SvG%n ˲AX^򩓬J-X`Ctw~q6HZ2}++[H0_XG=Sz LxK=q/.H dX/4p&7)7eM|-gŇ^T"]q0HZ<kWljpDҡ:Y+khzO-_JrBe,"R_mQ-!B#sZY%au<-ZA]Y H[ċp2#xrl%L;\o΄VT[g]ſt? O8{4c! \sLq$[|/<$'@ee0 `Z`?nPxaVv y{oJ"b3v?mmg`)?>XSj :fs,WW4BZm'!vkEA,o(rakܻ؁4fhd"2&KެW&9`Bo![6= lKmU&(zH1һxP7:ukm@j?vw:(߿7r8 mͳ* ̖ lPā7Bg@t sldl 8azS-ojn6XZkhGqH*8aUkYlZ}c=PP % ̢j, ^T*zxc,LKPr;X%H^|>\z"|.]oS.)>n ,a(񓛮AciP`fPePjN C_/$juÞT'$4-B+GU'@5qWe sQ6젶>R.C\svm5^UJ?~[j;[: uk:kU).`ox։!*.rpǜ:{F/eIC bu0]Oc;zc|t?KR&=T]s(|blmOm*[ʝ*(Z9%jD.? lK#q\9TO#e4/sӗ$v k2rh޾M&95|C%?a7hF?)%꾳˰߫t!5 #L!5-Cw@l6p Gf|,H4 =)>Lud+2o]f%=o(\ϓ}@=p"0g^4Es"4 r4=ͼZnEws^hp'ؤj*K * i=^U=3waZEQ=W/{@8qjs!J}84(!IZ zt+Jw6ˀm?i+%y$f8,^/]k:4j[W3z4e:YxyvzrDuIN|\kԑcr8֙J=YT%uȪ W!{Հ+yu-9# @`Bx M3 J7ژdªyG\fĜ'tSyLQ?Kz2;kQ`JYPaaU/q,(;{v8[[k.Oq7&睤Rϱr/l)yλEc)U ތphͯ YJMH '{  3y0P:FƤ[ޣS8,R[?SS#baJ' Y YZ