sudo-1.9.5p2-150300.3.24.1<>,d!_p9|\S"3}ڪn"XFs/1B =?&=!3@V<#R5\U|XO"" 0 Rh }Y>N>E?d  ;!BF \h}     )I ),.1r13447(77788I998I:>I>eCeFeGfHh4IjXXkhYk|\k]m^s7bzczd{De{If{Ll{Nu{dv}wx<y`z`ptCsudo1.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!_ibs-centriq-6OnSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Basehttps://www.sudo.ws/linuxaarch64chmod 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 || :  00 X` x 8`H ?9h.X 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/shibs-centriq-6 1679908849  !"#$%&'()*+,-./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_Updatedrpmxz5aarch64-suse-linux directoryASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c134ae311f7c521bc4354abfd00b2ed2062e7d57, for GNU/Linux 3.7.0, strippedsetuid ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a6f607e214e9586ed10188c8ea97bd1dc3dfe551, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ff73337f15eae2ba3eedb6c81c244c6e9f0b59d8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6086904ae2813255650996696c2bf7b15856494c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ce9f59f416d7b2742bd7182c99ead078a539e21c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7e7c16ff70fd84ca39ef11c6cba47a1ce93a6de5, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3ae8bfa8690acf2048562e5d5e6f91487b574738, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f2f32e931a95b4786ca2e404a047f43b0f317d78, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=27a390e0e18978e86a9aa7828c558c08c2cd4836, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b76d19858425ffc95d3465838b9af1459971fd4e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0af560a40959ffb0e098eb8550791fc53abf7448, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a3b7a1e2fe2ea8aff11c17d5fa262675a924fb63, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1681dd0b523b9dbd9ab740bada9f0aed04f7b137, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ccf9e7e4803055f0f5b81018b025e53674906b66, for GNU/Linux 3.7.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)  +3:AFW\cmw  RRR R RRRRRRRRR R RRRRRRRRRRRR RRRRRRPRR RR R RRR RRRRR RRRRRRRRRRRRRRRRRRRRRRRRRRRRR R R RRRRRRRRRRRRRRRPRR RR RRRRRR RRRRRRRRRR RRRRRRRRR R RRRRRj%tTR<2sudo-plugin-pythonutf-826157ff0aea35fa1e761f4eb33519c4899835816145264e6cb2ffb22b7a1e144?7zXZ !t/ ]"k%L+xj6m! s] s"@nCcZԀ6Cޟ ({ Q 7DfY^,{'I4!0pQ/`'ݡG6臔9aр%\wM ̋_+CRmb\lSf@-%/6!e( gI%%Z] T`CpyA1L*co H&h*AgG@ur,Ro |ҋ "Е Fݬo}Sq=HzӃ\>l2E&-ݧ\|굏 49nv и}HKσtES3br0 5!dh|S|3;HhfdQ/g\y 6a rH)b/EKmŃh}~[_xo+Yieڣ1 IkI5ߢv(Qc2LxZ 6l+`t3ĜMM!n_M}R ԓk~%X Td]H=(rjZ@\;M w:l^ '4oxbsΞ3QUDƜi*lAx⸞|v *Jṡ p!ʔi9]-'T(- NՑ9kϙF/fk:ŪXYQއ+"i ,#lЛq>L7]jAkA eQ?9T̙" l9J=VF'} B-1j[5u%lk⾬cKt TwZiGd:.YzC_50 Wg'餚*|fGA35w!3dIϏuc[l/7`-)*(`" q>AfФRk$bΕw'7ʙS\.2a))FD^vB"4/4 D2q3,ĮdpqH'h7{;F8'-f -[Y2kaEoQrU7O=%8z QO%Y&wo ׍w.8nC}/m_uii&V6^s*hk."fYI,,t2 2& k37&ל˻d~(e1C$_|0rm@ S|k6ݝU#Qyk<ǧ *:$Xmb^;{姟-F}ZTZx&n i9Y8rX |#NV=1,Ml`MеNaZG`hu, `n\SU"SeX|| 42"9pD0*Ob'O BI^s9s30SE *@ V0r ~͌ k[#X9b\5NvG:TS"1W|2lmc#5OC6t4k<%w G:~*:4<`uÂ@55M$:43mW`,&z{#L MM")Lr5vfgC=)ƪ|Ȑan1E,2tHQ&1'"Sz~~B} Yd\<՟]cp0j{*NuEV; Y wT0%|[5t( lK2@qcf JyAl_SYN'< J-ٚCvd wKh?pj W@Q7@)2_;2pEPy?-wvKS#;~k(\˼vGvjELW9ȷ'T 5/f&I'mQS %5,P݂..@-͑hJmS|pyLO \rɲ^3N2A抷d^-i6P"G9jhp`aEzJ+SOkH*\5R:I>Εng5mbf*(TU6+|*s"y62nUW~xIOiS3 Ș@:d7;קȹiPOoĻ^kP8LE\Op}J*fb;̈=֙kgW ڢ$W=IClFȘ;o5TA\%i Wۏeg2Vt":w&. s)pAedKajf+fg ߺjݡ]/{dT:*Р:d3 IHŭDkW ndQy[!YaoB;:ҭh9[n+bU( :tNW,@q Bj [XQa;Ƞg`IIh͡BH V2yӑ2F',)0!Eb*{Ocзąbb ,#>z-oEGav/: kGFTDp! 񎖥(\ ooPwKJ)\Pv0D}2*Bm i7-Rʎ.h618F!b RfhN"3S֑-kfCV&k";/B-(b䞃D:8KH+/KWoV pCoNtETٳwOvhthBH)%@Er|9I>}U$Wz>ۡg*Mv\ZhY|#\G*h] qJtP}~F%  OkYB~ x|B신/C]h"T#Y04"I]79l%(1Ө\^oW1Ê:*3הGn U?~R+@va*|iDW#1*ʻY 㾗"[1r,b4L^0Pl;JdA%u&M/wG 1َKJ"F>3|y"g,M2#_Ӡ;#f9^RRJEuZy )&whv76ΔtHs#l?/KY^P[Va \̤P:]Sȩw~5B[0<әjG,f14^7Py]90l@b "c ߕԽiD8wN:(ZgS!P[Z^ծ0I{)>%%X?rt]Ѡ9Ds--~}RhIG|$/gIr6QĢw=,$}wH}6{gubPq*\Ui-U2y۞=^.?XD3Z8ي 8EW( {A+Zi4mZu{%lD8^خ5E, H%*9ozf̒҉<_t>N'G|-*{Sas@7+SG QJ޼+Z蕢kp^oFb#{g e^D !>ޘioY[cH/a -7~bb$bW#ˣu܊4ϋT"yqGiMs @Q.v1ŧΕL2 wq 40e޽ dorJ[GmN2[\:YgeNنs -Gnk[mv*I22T#Dz?b ́:I,r9> ,[ɂ[/LkcasbEp`}&g[kadS}A=MČUQ3j0-}uIvܚokt4NM1Z3Yمmq`W-`ʡ=qY%LTHHZpD?`HCF%AEfQWN}&{"1;U#2y$U i}r}Og).7#OF &x M8 VTE锽H-IFJ# _^BpgF>k5]3# O'0p%:ok'HxHHݔ"tY#/e5W2i<% lNB^ 3ʿ%mn0@XA}jZ E]JGۈ>g>\vz8/MBv=DdžP*jljÑtO1>5 H}xOh1zlj2k"u5(+co 3lE#gNu *^R0z72 2^qc6[u1I/!u+U|22H"of{8 w:D#{ZG<&'| NC29ˊ ?ۊy7i #C "t̚Nӵ'gN~`UJmY%D8n%*0lx{m02Wl3]-ml6RCY;$nzx3sjQ(zT!F'oQvrkp_M)ą* RmRp&²$i *_K /;5m.8cQQQ%ffWF)CR~䱊MN*/F V>;!Uץ2yQ-!|Mem8 F}]Nkؠz';R&1JF(Zp{وl\M5f696%U57&H&MALJwU{`Mtjջ QhN$IƇ:ɟF\_b!~֗@,,g:M6 &{Մu|_sstvSY]>{>w=xfw##1`1`(4p-\8Ju[`#@H8ű'zʦ#oGZntXL[\ȉ'\P@K Ξ#d%apz! x>rCK @ju`[,1ET8E(:e |HڻI*d""F.T(D(b182m/*M?ƒ_'|!dH[jx$Щ& tQ eUtNcRzz:|kUBt_YA/z2]%hY({R9S&w 94|;?: N Bw1!wK \0^=XYU{#e&4Ymq:B,6Gs}ٺ*!V!+H^]k+AarHI/Ơ7+S 5't ϱ N==aQY=@Z,l‘쪠s\cUq+1j S%6Ģ!Σ3X8G-Ɓ-|*HO9[mˆA݀1PqcU–k59v:B,se&SeRGмy@tIrV7h`t;vIBsG͒Y>舴W6g-jt'$d< #IHYḟ譗vUbwaTyFJ:EgĔYû,8BYBq`#0`;:-гZ/'wDUڮY,1`#&ZX>S,aΏr, ,H;)nOoBy@|Ex[w}r+]_ c !zh ȽR*O}z*a kHmNF'}U$˖(P;ܭFQR93=HF00jsmWԵ_ؑ;|mWYhYw4Yj,қʐQ7PW>}v/YaN7n*l?aYHks2F˾W_Ij58ĤBs_zcPꨏ#eNٿb&:D^V愪y`5o)].&Ispk K]woXǵ-u|3W>UH-o_0Xs?QِkYˠ fK^< R$by# U#2ɲu®v  O`ſNd+z<ִJx4"ył2&&!IȐ-d0ȝ|Gĺȹ!?>B0r m7*whFw)1 Ñ;mznj=R*hN Py뭫X[Qj өS \SяUɊ137>Pl(y(bYQA'Q⻏.qeGǛ zUJqef{zṛ]HSWC) ʖ ͱF^ah-v=opVby95b v^8$}4Ymzgy`mm?*٩" J_y13Auz4A}n`$$zqRa-5 W ӳ>t ©u8 ̅NR^xK@2(3pA 'i$I蠭y= |lGhPitm` z( n BKehJv[m";I?Vc#lI/ɋ\Θߒų _T~NZj0- ҧfڋu/Ά:gμ+~mw59J bswp0p!lE˞L]FAܶ$dln?%sr9A)xM;2Hz9 S` ֦^Ϋ(FYUkUâUUdl%xEHl);͚N3&Xf` +2jd~vmY?~ct BwL+'[+vPmDp:=nM4*[RÈŦoQfg)H+!D_UW}i#Hs9_Ds,55h̟sR <œLe1ҩil|̭6ߩM?z[fhl!ZBoV!D{6 t4oP%iŁܦmٮOhAI KE)4X*z9`E5h07O43 ǂIld >"(k7L٢ Xt96yXe].Sj"1ElHH?<0C¦%:fjE۲D)-b^ ٱMuY |DdXvi+zmaGײMmE%ҽzH\ifpS}ΟMw}$Ѓo/ HM[|w g/SqRFtWJr,Fu*|O&ʳw_ }CQtVh[֪(*63|Eݞ*Q'aM-?U_Epy6'>(вà-iދ*I>\6:r$_,R73;ʦsT+!z`_ۘwYr%ChpjH#Ws'Eemw8uځ8V*pe%*:)C|@Bۅb<RY~p[b#EDX~̺JSk`%Ǜ2|)xh̝L0%_N@*wemǔcڔp{Tujށ?Y[ ERH؋_]2GrhngM~*{yOo+0QY4~,`Z spdJC bS}?#W!hcH^͸^?,>~K4N/Ebn{ @jVHpif~0UI,PP\䊟lWtx=6gi%ttҀ8%KWFxvez) 6=1(*Ո R$jU C4E%2XJ$JA}#yȶ)DY=}1l lΪ|فnQ bbq݅o(9aЛXmܨ1D] uez[G_5#O>ǼsJEc\4O `7g-K➮~@jy֌Lb➇# 1R&ȺYr[ C.6昛Ojք(K@e2o)ΕuϠ̃w(MG'h4ӾSJES,B\e=%Y&Ú|(:6+ =Ex^ MQ'Dʦ7 Yp:fe&eb!4tK`\hDd~OA%OLY!E~C-K}JJNdCM:rxP1RLH Rӕ"Pɨ>%q|1c@.|"\8_G>Xӑ\Y)}(Gi!nTKZ$Pןq́Oؘ6O09|c)z''@&."_uL=(q-DJbaAHz`rD[H-v wsuoȳ>Pۨ2׬4؆-zmц"e!3[#<SiUF?NS;U$6?8ͩܓ$w<ɬcv<\3a`)(@iM[X<Լ#=MQ7ź}Xmo,NtAsu4AQt j=&xYE>UmdUY^KfJwQm_ksHn a;Z(~S sh i793C$0 haWI5ᾔd5tٌMl.yr J+Yyp΃zbv}?_!F:r-FIcrIBjtnՁA"(ڦSrG%Ձؖ//ƸG61X6魾Cu 8Ԃ0h<&PkT`@$Jt}/4~̂) 4v%RTY<'b8_GWlԨ/"l_maK͢E;fs?)uedTtE)Kf$yIӡn4,FooƘʘn/G&K/Yj!-ˋѯ&e8{OZ_Tu/?^R(Ǖ˚}&ڗXOozDOT>C yE5Лj}mn}׈ilWW}KMИSH`#BPy>]<"tmc\[$H>HIP%F%+ov՜ SHst×m.]J#|֠+R5Cl q|V+l/X~uvN6Y/[Ij*;q Z2KpJO2[لD~? P08dOOD<{WJ=`p}N.׾OU#Sb $ۙ܎z̑Oε$Zqofz|d(mnMQBFfV3UCWh߆nݓznl4bťo_}SeSHjAݛ6S`lWyZ2s(Bʏ0X>J#F`'X/6lܫw_y˅ws\rVx3!B?\"UrXJ9zr M{B밎G/xw*Ƿ$ IJM\!ןao$iS@"A50*VñH ɀFt÷žs+uJV{K#rgDW9r>N)WC x#?Z"=8М+v % :'SꍱS~mŔM)ZB1kwZ_mNE/ MsguܭR: ^DHމT pqnb-he[@H@Gˊ=)JHdjH9׮$IՈdؐR 1tXc č j @&Y%x6>ogMq男@/^X-]7Zq t aC鏏ou W4NiqO)z:M@g!A.G^x}m$Uu6^%6},:& /k'Ow_[фC$aX`}U)%7L?eϝY5_l.4xP q ը'oQHbH6tY4|ܭ~#p҂REtu.I-U@3gv3pIgO~nFP^Հgf{$(_K7]Ag^ dK{Rӡ!tnG\8+Uޑu#fh4Paaw={ w!|<]'L~IqXh04H^@ro y-t,4$p22YilSS3G;0!F]5CVR%o*j"`i^ 5F)zF|  iL6 Y!αcYm/(SD:ߺI?m:~'Dܷ3bmGr9}Ϸ;+=."Xg^~j,9F\d㥊_r9CU-N(b{c@2'Ɇ;/Q]bǒ{L`$eVҚcN07BqyjĽfKˤ[@њ8pGE0gc^F*]>Qnw6oajb!Dki^Y~< Ÿ)l:]|+y7x3*.JƢPŇdsI="Tf~>P,r wq{E@ ղ/̹.fP, }᪬[R7Q V(Tt~Ѹ 7ΣaW)A18eY,l2-3ghL͹/-X$L}M:D As,,#^IvX4@3t9AY,xF$o8 ұ}EuK+#9F"&->gO59=ra\+.y,dLdOi.?3(v%eq}Z:T? ͵NU7پQ.U_̻;&l5[s|ZZT ~И( y ];_pw<92%2S+>l,X;˵ݐũz҉W-FY7-qR~FT;*5F(xzՌlCqu?*‹Meb/|Üjnl Ϋ=4f5<Ocj¬XB1I*"Q&E)` *Եדrq Dqn3!s+VXQӭI 4XeF;83H!׽-̓0[ʹh\EL\Ɉvs D͘QAR3_XpmP[R#}! Z'pkלWv}w!})3Y`1&Kv)d?؋\~hQkEJ*@&QsA,C85,!)m*NrOP\Q)ŕΤ;E"*=>Yw7"[u" Ix$GH/trᵜgt$}$Ը:ɻzb١K(HasDR ݡzfFv*57O'H 9mrǽ=7iS`};taL+7p"?!(cb"AM>H_uJ `RL۬ ,UIuBbY1)W&|\ (&a6k;,''*gG1mqNG 878T;rq9 .XΡ5qM%a>oa jYcK9RSdfț tg(Sec%fZx?m4ጲgN\:@[)}c` hJe\ |.9+B-xn;aLqUSW!X<3zIq2S/ҮVlT(~v)Y4oAJ O0_:+@{:fRH)Y ٯYĵ5@.3AHr?5/B<p?u0جiNM8# PE`dtQtMQ1S¿GՖ,DͲ;Ki-*@8ޠ1N 1)%vZ0 3IΕ7NMڏS1KM:# n*8n߸o%|PǢKу_&xΝWMt27jߴzFSғ#gG$7 p j,`J#Gތ.Rn۟md!)@)VRSc2qŪB9E.qGS&S cZʣ(~ YWpVnܶha?+M(eK[n[YrQ C+q6ܿ ڢ@?,bnHPN8ym@cS훓}+H"j2O1bSܤN|΃e 1굊`npA T$ˡ} i<Ƹ.1ӭ Y&\@Z b? ʄ2FJ8BS%6Q*E+贳H]zRRV [-?ԯs?|ZNT hO.:\]_*MVM=F>~Dj4½Ho}pTKmjmo5JdA4:E %Mj&irH]_nҢ7~u1yCx4gQ!=jõ(cUث6 ZFJrrBć[ZU:Vʰhi7{Kou˿!Ui:!Jޘl}+H1ꇛ xnYSb8RO\yR.(3UsqdE{ƆEZ+IȗE=MBwuQ;f籔^B`'Von5H','Ԕq4tE%ڧe/o !a[:!?OR6r+BՋAQ/&ګ ?aJ Ց,EڐîPT!Aޡk 9?9M(P+_ Ur޽ԗۉBFJ!siX&G0cO9 =SpwȂ vʛ޸9p5V`#=ޟn>_iJeg\x @z0hr2^$zU+YDigr5Zy* p`Ki(h\Htoxw*X%|@3ѐw.\",ښ:Sݍf _e4ΤU{)V@Ӳs,zFǁxFwLs ҃뉈=z3)=H"$40EaSYU2>@2Cat!ܼ#]7Z׊;Oc@mgVvq[W[n=r\6v[i> (zd 2}ւcH߫} 1,\z&>1 R><)Mj攴C髦mv61e7> 8zCL'$_GqD 1_ڞf폒,-lkw=|S + Zni!w鐞K kk-?T ¿Q UGH5P dű)޼A% R%9L$-ӬZ7h0=)ݳ9~k]FE4؊e1hq 2vó9Ld6fϯ Qw0i2I2Ix*inB7ET> nh_5z]7qhMG8WO'eE3u8]]8]=w(n֗vEk~ *&*Sߦj-1M?enӛMh*]P?_R2tˇ uNMqaɕ`"5X3O2Z Buñ;?19 JD05Ӷ&g\1m OK[zi2 K 8ʆNTA=$̒[70] |աW D{虺{yއ6⺺B98,k:Z5{J˂c!?^0iwB{9 +?Ah@?q4O ރMƵ6`'?EZvĒ-e. e7+`vnDQV.撥>~Jb^&񳰖O(݊Mfn6|{l21'@||GiHH.(3N #s# GW'Y }O<^Z7YOVγCb;w49 kp#hhCNwY'OO_@ez]iN^Dx9۩ gej,8eWdEX'U\xT~yyMw *6x*ᕌYHOq JûPlZI`zN׾z_1F6B {k-.KaN&-T.u7ρjǓճ_"Mw[E\QM[AWt7|YΎ&rve%]86ǴdkH=L?zsTx:z1K"(09{|d;0v+h+&~GQCCw/ST}-}kLaV3?rk|_ϱ}~&آS'P%\uvTE'e;XsٜЇ=O`þTmSa#QSˏ0`FAeմ'6רZW ǒ=mA0/7NFO).K]7'-DĜS fTJvx(`|.P mw~ЮyiXޥ76>yv B~pO"Z c6"M6 _SB<§D_\>-_p7lKxA4.{Ȍ=(l hOraoȉ9@h]qy>{& EieX3U5Z W,dFo>Zð+.~*K~_\7O hV]D-_ )_Afؓaf0WQ?/.?@˜'ҟ}Vj`R8UO_rސ.1H/$ac7jvCzǑsjb!Qה,I*f݊t:6khm?Lx!"{f áp؛60SDz@bĪ}d| dۄ6Be,ʺ2.# t B9=OFGx7*PNb 2t}nxl]r68z|š?"JAX,4,d]|gfD}%TCXp4nni\@P$}&t;6)}մxsԐ5apu2т.to9VM҂"٣yMiLPs>Om\tB MحH^o 'F󨼒4Q>&#|ܱ@ 2|3d[+p]d-ce7p!K[slW LJJ69&~R6 'Wsׇgᘴl`^t1/1ڲ2!'>jUI,uDb'0*Пc[l0R'&шYrXu!D*3P a/V%"iJt\hC@,Opq>YJ>[Gyv%|[Y4:)id因 |osN@c[j(/xfi^T,wze&Y\=I+4u 3립ʢ̐kΚe];d3 @PVV(i< b2%pX4՝ݳ$%<lڠ3 s36h(~X4+C]9'ͨd`]Y#~];%l)`ZP^guz`MߗE4H(K KADUSP;x2/y3I(d2ZNR)~ݼqjw}vwOj.KYkbU$4dAN9"&4;w ss5~]ʖXAA1_?сvW/s0:.7},[BPJJ?d;+>c$gn"Zj9l:nJuEy{4҆%l^, Z vq6MfaNEQmQ}tj/ Uf%GNt mFJLd.r*c n^bӧ nCluN:ZvRBܹ3X}凛9C+;$v{LIRkhzTXo9& w,Ρ[gEQCs)zdž#*Ȉ6\VeGSL۞TnXXʖO^/d7;m9Y껰wzAʔ ]ܜf~~8qʲ"6@鋂HפޖqS/C0F՜B^>z3 >֬ܶMJAs*%Ϳf/nJ,ZFw" WT>eE*l1 jZ큟"ς$x.5] =Ņ’Y&L.26 b7GD3}MՖM|W]J'70a66b}xkVOH<5 H Wa,PmIJsh|]I,z;s؍j+h^"E,4ܲ7C-a V VtKyۊ(V>]f1.>/dp:lYzK*1Dиql x|8{.d@ ,Fb cH)=ŬQX/)7By2ya 'pV3Q B4qV4Olc}( LOQ g/"&3uy׭1 O%G- $`APbÖ'Bi[dyF$iI-2f텶Vt0p6<`xNK24t{2Q~mյWd^V.":IiJ2*z5!VT/#fĉЅVKV^w΄ ;вK63:퉣'xdu"pZaA$r(շx')ł,yz1nqi dzR~a HWQaL!Ui) TnMyu*'Eh Ť(vv]LBmT\{1oNSw+(OxM˔*~sunu xu I5أNFn :TBJ^|T32BףPcD#жTȺkUK.$^ӎ#jT}}hm,,CsQ >mOS=Xe V u}eҙo ASXAG>pg( -p @G;'7h+\iJ F,N~,W~+lP;!_\HLCQ X IR\^9?.c{o%fb>jd/qAOސҸxҕ,u2IO?˧}q{ۇiđ?H ?o q3뀿ʩMK/ujk|j 7cwᢁ׿ͺףMrŞx/s3KzsH8>BuU}AGT2 0<ݿ~zՋ3ݬP1hDp>SoBe-7bcE&6Hv7#8^t %8ჭ+BLQO@;s $-gaUX[ Kt (We4f[[KjM_¦gMQE)[htqj88 ~gBvwPvaH?p,}b}]{W 3Y6x1h 8nT"H96MS֑5+DQ))K$'ΩoML70ӬiaUS үR<6̧@![RP떵pcq|kyK}8 $A`闎LE@6I(|< '![uŌDxJ |/,ĠD3vT 9Wð-[nr^hL%~&-2E||bo /t~ =PX,=2Ĵ񛜦/qu ҏxhDMõ\MIyhc}OtZCo$Kg)#(wi@MئQ n UFMg嫎`8% } Ġ|կC?ث=>@]Q>ĬpOWj*-{@aI8޲5jꃌ6Mowϑ"|ń;Q,>( S"J5Q;p|mhGڥa3RDd6_D0.kh9/Tm%N:h c7hPZS+"2 ݛZn!d=UFX^PO\<*֝erlwI]?hfb Q3ʞ󭂌;}:p2' }mʆ*tdh#dj )n\Ӂ^ A(5_33+L˼f򀧲!0?$_$0L֙hZx|))͙XsV څE `W͠Yit (HY?+"68G4 u}fB LzZN9++3>i@4k4!>`葬X0#`TDw:$at_("vn֬`@AP0E݆*c^tƘQuxnvȻT/JMtWPy"1l=K")OŠk}HݭVAJ*,HZRӼuKJ=vfG1ٍ XVt)&6v|b & 4~߸&XĒw%$~E*FdHq#>n\O0<+v}knhjkVjEzS6Ak uZEXO.r߸  ͌s{)Vn+(6__,!ܕǨ:{ JaA0 tfpMW'zFXP_s#`ʻ5*lG)Zc&4?I{OjvoGDe9 y?Cum3W bϹ$''_I6ѡ@uBn0tJBPyMJ ֯8#dGK\˜ '&:,7<|a{ &\_&ߤZ3Atzj70?L.{yh_)[T=} !i꿓qXMx c!=@mE,uFp4 rqp$xVAy,i5 ,e)BD?3zzQuL(O"gX5q܇wN,ldbӨ(v+b^B Z2ph. CT Ƭ0ٯ[Qo9Nl7W,D)@FVGGQܙ!Ko";ߓW&ہ%E#C_p`alJUjr,) 'gеl +XU #KG%Pz0e! Wj+Ѝ~K>ut+_ۂ3b_vcΖZNǍӟP?Cg/\2hؚ$OL#^g rEQN BH/w]_$ /R➦a+.S*C)W,8o.biD!éLlvW5Ou@?2H)q9nאg[ AX" ɭR(b3psOfN}̲)&7S5hg+N F^As rU{C|Yz'%b^]/֒%,^c_iԠ.85ܥb Et7rٯ)iݣJR :"+:˔j zY-Dx,oN`a™ֆ/Cg˭cyy}@wpKKvU˼P]JЍ}/P5i…{[v4 dzk3IE'|tܟo ^{4Wrqjٝj9OAH^zjq[De` r6R-#j=X?ȡ!+S:gEoN#Mn]!zœUzfV[U鯩 >ZX"5s3M6Y h#o`*r$Q:Cv1"R!v_X>ўIY|h}T吾Rp [Jױ~[iVR~\ou#QZ` ]yrH˘||#]*;]㱚1w(62}6GD f]wZ:s}*ew8Yw^(14ujМꇃG ln=5Kk_^" thբ):Kqz? Y7N)v7af [Y[epTߕ\=bHTхoZ9^ƪַ8<]2H _F ۘJm-zd,6Q4teIȏ+gqeծf{E^{ٶ$Y#".mz&fq֤{C9<ҕ$!r*ߡ@̔l׬0B?>[E6n7OVpqU'͉'ͳ?+Pgzv(՜O 0^DMeQV/E^o{ѿL=ɐ7Mmﰓ{ 5<`pf\Oe3 ?ˊ+z4N JbA5K-f2f OVLI`!SI'n|y& Չ ٽo]8&MxhlV;{'sꞃ~WAPWBz7?rÚQmb{Ék:hI^Ɵ=hSfW* /T|e-ጀ&1ϔW^0hrcBZD U',ymlg=+qI~z[E5TM𯪹|Y [hm"u$2k1p_b/ | @/X@ymuz&í5&{Ys@͑,$ѕKI2@;7iqZ.H` YUVƒw2%/vc֯˸b_]4@T[Hw0oxYLیKhf}eB9 0nsԨ6^{P#;4jH=ɳ<]wj ]cK&As3sGWEl|Agaћ\sg?MfM,^MBy*l_yv)gtZ' =ӬUMTH(BG]ҒqN3nh$ \CC$|(YjQ9,!۞ -6jmPY϶EJzW|VhbTw}4AE_ ֥y*4`F",4"ojF?҈ [%B₭lpV@h srĔ@[v3PSk@_<9NZLʭ9 |{Ub1ĎS&^sl);._IK0:{%~#^=,eMyCOT/VZ }^4̩Tg!bޠ9\L䯡`lށ&?0ø[h3x_"NpP.0[>^^YCi8+6?&0Zx캺[,D鰳3I/7{"X[o?L e6,E!Äf['a3P4WWDPXZb\8akV꼷=DžX`bSy&`׋Rjx1N:_ýS扨 s?!HWi0rcbŠXSFxg*KmPWӶoD[!qjW*v[Q)F,rdM;!k|RҺApqzC8}=hh7 ]̏;#з7jWqs1ۏ(!dtU [.3z;s>@/uoYT(_w7_St3R<#^v[uj6*3BdaHM@yT_ss1gq;Q^BM(_q}<,@*+&DMf ;@'-R]iȇOy+E93Iw1[.rmZ-$Uk!t~K] E4:dNҠg;_ȟvҀ("A,BcמJv9Ej<v~/"e ƽĩ(E&ڹ8mA!7&UٱtɮtOhY7We?KPkG  |Ur!/M6yM~?9Cϸ8fڍNo6El+d^]4 Ӈ%Ѽf~2*ESp#84z:@veW!(w;td9&lħl;#ohE&e"YjF~*{9(AWL G:lq+?]?YuMwScxc&֢ԓCS%SH>nh&Z1vj=C59O+SO_VwQ]"AJM=D֛lUluGbE,+d(}SmPGΫ=x`WmWu%^J6%75FNA4這T^9Msx|\U$FN Yi6΄7 #b1MŕMH t@bňCF"E 9H6' !hƎޙ` ZL |9 Aq11x3EkGfO dk6@\Wmu@qsUd#8%iA)(F5hG£G])cz1փZmPN `5A]o؄'SR4:ޔbpX#kE}Ə?ħTQ-"?GPux[8'O@G$)}N"ޏPڊ CzQf&`+@t~fS?JuV? @llRa؋ʜ/dDQKA 1PN<!ޞ[Cr,sIx^zk/I'1@sS>CCHrm.r^XW*茍]gNvQ|#u޳5D%AH$YUgA^nċjIlUv)471'ƌݘZN9݀e<,݁LKɂ]Tha >+ݯ;_$a`&ۆkgϪ5t N0n1Lxt I(`>W;;tB N~qQ7˻܎,Tx&<7MkQSv2=᷿~сaovl|Ƅ y?|$,7ǐpm/ZB>Tjm_ddcwh:{/CHx/s=U=s/$neg'Kb]B+(g\jWZ/*c3F`o4X"{;GEqQ'o&n/M?$@'Ĝ=ꮯ~mɺj;I c]%]BK.:-Ygh踇LE" įv+oh% -!YMqѝtބ_wJ`QىxFhƾ!*`?˘D^8`hP7AD|>T~Rr?ݑ|kcEq Ei ̇o&ehXr˅wӢ]=0x8tW{QP8u@0aZ]8[hhU0X Gb=z}ķ0ȵ3lF5MHo^x jxBk 9} H4,t|Hx۱%1WryJB]ƥuYsQo݋ ;|׭[n$;nU{&n~[\L칆= VB;(eh$'}UAv=,6ffU=*) nJ ْp~M3J`{F-uXCO()_!taPDvQzޛvz~TgZQJeY*EnIgy)ILNGHP8:;?~Ri㼴5CGIrд10ÕݘهxT$?YߘQ0̐,4#59a{Ry[h'p/W>s/׽9!֦^sDCQ,7l_Af[H]F 427zb$ojDx/1YѬe37w(gitGw8kf} 񷥩'~'e 򤉑[ܾ؜Z< =jM 9ղ8n:_7^龰0!JK[%DaW\R-23s}d^a\.bw VHrZo XLiJn"h0)Ңĝ;5`쉷 ]:w~ov.x]/" [n{cX$fTb' )ܖ/>>R톏0{{׻s)ڹ'Ya) h=W#Cи)_4K" =$rXG Jz[)vg{ukaݒ7fMK k22ECߧIj0x<|uؑ5sKbiYDWEVJպRG 4/*M,=Z+Fpv1Oxz:?b4s/~]E^ Xdd4Q;,~+׽֭[ӹDd$%n8eesg/cޟ#*'|hsZ4A$*$6ށ~"FGH3~cPF.+TA*ݵs4jz@MuWdNԣ {_Aϋ #Or@MH{0K ]jC7ud}A2i.`>l/7<猜i{I`{Be5V9߭wצh}.jJdj0{&zor>  -DIaBnVw\q6 m4F ?k?Ƣ:Ҏ= H- # ,, 3!=HjJx̛Du+1 ?I^x4E|g_Dd?dhFNu(kĻ} *Q7UYWGm 4}둉2ѝ({5i"? j&42loY3  uSٮHoEE]lZ5.%3+# =;s$猝]H5ʎ܁x<Ҵ&9ꛉ=Poݫ\jИZvH# ]l@1I4txt( }ܻ9ER Xd*YADwWy Єk%zRBQ@[#V(Eۋ8ğ:swca(Hn|+ 5(GL٪S٦P>ꑺ{W]g)K`N Ó7?Y~8qC~cX[/n$={ 4Zq'VbCav M  0#؍}c7 "Eؖ$)/JN/uCۅeNi_b"ٷ9ܑM:.m]Tִ?<ءfqh4gn ,"A6tO~ BO5֮aBv&&ㅍ0ym qL>B w]AIn+cEdvG aT" Gb9"yQ݋`!!'S΃3P8>~*D8Y[$~ݒf%jA PѿK.O=FZIoQG.VW6t4$nr<.)Sv}oqJ>hn,Sg8d3 o v*H8\eIy凯:)rlN*oغ.@3}3 DZ>;UI∣$:hP|[$fIC۶ i CyTr;~ʎ8;%?^L!FY7ں.M-ځV2Zu-Uk3W5XpI.VpH6d-jN"}sѸWE%`DkNee20Jpve|rXiRt%Aiwx/(V& H7J;yW>C?bKrwYŞvɇTj-+1T灦vɫ6qVz\;h]ND?h=DuċAl-U  m&C.zcDΞ?c-駒3k >NʭGت+a6_XwhYꑫ֣gB>䷳.67D3覭C6T[,uFcej^Z>0Q?liܤ))+y=)A!^Y𵦇_j3)|h6Tx[3IP𓑑m)jq@e*WB4ݔ-gQ7~W1䖹|:?{bH582酶-< 4- |$W(%fg:J x^.ZeD&46c*-h%'&_4mA"O=NBb;߈# %]%1׸{ܭL<Ƭ{#M:2BM'p~?kUOGk+8Yf`$t?] {чԵءa=?ƃ"V;ֵ>ڢ ~3h:|P7.))ɟRE&}N{B*$eiE!sS\dר9Mvޢi6bxi!bYΦ5󳁇04v6)0wThBŨ7,} J|Kq=$/:T`ї]"Tc!(骥a]4@E&uegvm#}K<+'T,2jsKڨUDK341+ 0P/~.7LU|1(7Y<טHO<$ӿ%9brS d6ŰA'W(~Jĥ&G?5c8hI-YI?01wJoET;  ]ac?G! x#[.QO͔f Bgn+F'0QDS 01<Ɵ۬Eo^D Q03_{s(j>I~S7Nt`FШ(ǻ4_?w\^CYQ܏^z$1ysrq7c9vr*0{d"uyb;p}l8<w:@FF8ɃC6aZ3hpC8u GG@ev7H1bd8PUv$\7fу}eUS`-]" V5R;)P7uq`Ht}BrF =r9;bv2(ejv[mQHԽ߬ Eo9Fsq:wNz,JBf:6^mk q&M |^m"'Je3{\bM hu[B՘AˬO tF=tm1nk`6aK1nB@] Pf\?1gACi3S";XWT"mmk*7g:4̻vsE$Z_'u(ZOR1s.Vx9)UZ%2 7K8 5S݆ hiQآ7nXܖ񏋏(LPeho l EI1ežGΰ ( -&a/K&y\&LṖ ,jJ`5,tg%tPk3Yf<x\O;7&K6Hk;8LowYǫnԋ\7F ͑zW$-L>_tcddaEN<:6 oѶGO1~5/1s+VAvXJç)'6~g;Ti)wgz'nԝ=Y4YZ46XJؚ]~յ&.mpTe5%lxA(ԎSy݊AajTXM{eQdb-Oc6 R~\vd}ˮ5)P( Gj qgOm*]+gI@ODhXWrh|Aj3ix[o!ޥ =ly3Dv otτ>MJoRhݵdww| O%{ #L#[(MItHfCiSLY(*Jl軮-O+.{gFbnڦQ[ |_5ks.寍BĤ/]nkחXhw3 /{쮆m\BsNi~P WrӢ ǯ SMJ)$e9n:@;L=N܈hb3]G{*_+ve܏F) a}rQɵ Pq:y7/ڕ'.nyKPeīMU3}%k > yCcT eAԤ@Uyn="QºaW5ݤe0$J~.,uI-P6(ibv>sp LFL o^۵ i GB^tbIW:`xfX,<"R]^9uޖYȟGT z&O Pa1؆$}@hQowRXAExdQ60s,nrE-뱁sOa32o@ \]Tc|gFY &M.3V8wX-9P46ؗ?+4bϞŅh8l6ښ*6iksuGr5F⫆[p؍'Mk-ʐ+aܟrkflPW^tt]#Ivgޡv{PEx ?ɓtoγHR u*|ho?Q+@ǻk&ifo-9NplT;B  #q}'0"p%*=G|.T%ͻ{+>7u?|O S⺬LO6_ؾ-gAb'ܛ,n34'qD<'yխVo >Cs>}/:8V7(ܪSt/zquɤf/aJ^a_ k=pTnCQkڀ,jؙ pI@na.l!d9EN%B9!Ypz7œ Jm(UE+o=ɾ(F.ɋ,8k=$djN@~- GW-7 /.\&'tA/E ?su+Lmv: hNa;Pm$ab B߇/W%B7V8ء2 gV2]۝T05M.{_ї!I xҼvnm3;:VpNsZ)S>ymeu r=1-$i@+~Nz;"Ɣn XτƓh=QSB3g=sة=hk'Ov\S~KJڈOC !!D*Qsl˛'۹]M/Qdј[cKu3Yfز.Vr R ^tbbS̚;^N3!n0FIb(9&>cHAbN=vQ{ NIP.7:|Sq &din{ݷ Cd,]^h.6wΣLIFs؋wzw7.kb̻I2nO.Ĭqڂ(>,M F6ja~maȭojLlJy ~ NkdvšZO(nS-t</Q0ʏ8댕&d͘PQ|0'4ŧVQ8+lKG`/gH]1 0XOjˉ]Ou|}]C2-+ʶkyTUt~ uMrM~Ú SdBb$_? R[ āR-&\[Td_E & X/Z2k4Q/ 49cl,=N<-NTd`CMѥtX5(fOj],UKeh~ 2AM8?9G呣 />A7a s)w*ou-X:`/ \ Y9}<.D+Uq|qD]DD(.R7 17;si)ì5SǥzBRVvt9Φu)qos%,%V6[F2n}s(J~JVf?|ݔy& #s3R{x}|E%)_u2 -~voI=L(Ƒ6$fǟ^>\ O`;q_萘:nࢃ?Yvnj 1iy oSIzkܱt*WAoẃ%|.cFk'gbP=l \+RH4 ]&kIlb #)O2>~Ll&Y1l=s>n acmDrb>u z3ϼڳgh7O, f @nl|8iԤ *6]U *<%c]f>Dd9nK!,5/Lj J;jP㇏ ~7f 4ٺ,,Miza*:uxpzpaq.K]Z-#0xZEhp|hQ-l2m(p+U7eԈ@bF*_@Mq볗w&Pԛګ۬(3>@Aގ7vk6v1ny:]HLqMiUfڝ͊yzlB;ULp|W\ab؝# kh=mĆ0[ ]\O{0("9N񾿴3~OPU=08~˶늉ޠZ+f$s wp-m, B<\JVvxPرFIn^CwD/ E\*Ml\F'͐iT= g6D,GcY>y-ez4mnNAo5soWLcrlw#-ӝE4y\7-A#EBEhT;V8vW}"d )ku/3[:k_XZ7>= P UH/޸ԏDcl&L&WriIjCstmХ!3aVxu*6TWBs$@{!źkx4tp0(UN0Yrq'd㒞7}4d! yh\s祱M<'0ܾ" ѪY +V0A?*/4VZ7b.ȍ=a^f~Ic <KLΜ$D8DHA7 C.a ))ES%nwΎB,bQքaQ!ݫw5,}0)>i<ص.؍L}݃=’rC]JQ۲[uF汐O.  JS[(K@#i 4 +^ ŀa` Ja3{͢?:.*w;Q.nܨlsդE_Cϊuo`G MP6^FF' ߛVvș^$/َB<S/)֦qR (&(m3D-*)x& ׸+oy,קs`-7ls/;T0k| O? \m4tlxB$Jcfi\< Ow \M9d6/f -D4?וX[EmEnm@ ]6h}=.^fhKd*ck@ @m˃u wUn^FzA7l;'mݵJ51ߝeԯ֢*78@,I?[]`pTtr ӛ )`֗OKlp4>uOݝVA7PGC>~3mR3mB)L Dap0 vG,8yQcx-9,Ne(衮,QϿݕ!u37p[sXc7LXN8c/J[B̒Lh>sʰL=09Nwxo#.Uk]\9b΄\boC#U0.1-#i6֥!T08/<1*6 2Y49? دVJR9ӧ Pۭ5\O[,ud 3꽄#ρȡ []㲧xGOcR.cSDgҭdzR ~We1XԶc[)_ۚJ"E&ą{U:k.IT :ޥ޲ҐC}ެ%JZӜ:RҢOK[s.mUf $c{ОB#9n 5vE T 18rCܾWRO^]Cԝ$w k!+(I AxθJ 2Fv"}U/.siQ ={LY{Z AI$E:r8zKV#N Vtvwe度l;dM4L쓿LKANlo}XU_"Ԍ?x]SۇL}7T< nC^4Q,8 0 7IO]rt|1Z#WIpJ~9+.x+!2)=:S/=V/y#)M/Pͩ)o{Ui{2*vi\/vyyEhnJ7aj muĝo=_,3h3_1_[)c:jT0J0X_ ~!R@#=Y)`RAMc\#qKI'Kjɩf5K!D0y rFq.qvU sj{pu-JHȕy7&/@ U5kw7xШ!#%|vaQ[`?YdYY@m ve/Ba6A'q{*no'ݺ,ZWp<&bz2~9Ӊ\M?܂6Z_<oyK#7h߳wEiSxի8&<@l@͍ЏL M¢rg*xA\,N'|"JB44}Yg a9As.#!̐ E܏J96 B[ l:>1f׉>gcF5j1+-h*H*AT}L}"o `Ӟ_X)kv=DSIu!фކ nynNsՀ^Y'Ϥ/vmW;`[1&n*&ϻ.|ԉM t&놲Ġ\ѻVתc,bkOW-A^K>$`,?"C dQa:(yQW-b+֙ 4Y%fm}lE)Pa%]!o`']]v'7'zW]>1NWj֦gc2!;Ɗ6UcYKy+f҉};sC>0&n I"(Qӗߌ6[6|4׮bo.fwSCW"RAwI؀;X }}]1{տ,"G2$\nHs{c G|/>k>]K 5]sn/DH1ከc>ߛ@MP.U:%iz2~"#i\e5@Q';wO8;E"d&G%DNVkw1o5FF,ĸ$%Is N]hN\aܚK0?T_|BUG=f݋,Dr!cFud k'eCv"toyY'؇ NkӝYsĥݨ'5hPrʼn9њp#].Z4%OBsU@ h&ZtFB&ʂpA$ۤaƞ .<߯Edk{ƅwĤN>oDx)]WdrTw;cI53庽N/.ӱc֔IM,M_mƺ`diʿJnn |2.0`IwB$Y~Qoאָ$\OeH@<1;ҕILWL_x7tU]Ԧp6UJ]QD׀ 1 >\Iu)+T:jC[1mܹ  Gڮ5 4Zٗ pfClh&<BϱSsQDӠ:uWh u]J^1V+]KGI㱺,(7Gwϝ]yޏ*ىWˋ؜ad9)jT43٥Nᕊ%XrO7a`""vS"$X#ǺuKʌS @J!Ԙ"KYfu%:# f,zOJ5{rTj;P:GboV~x6/2c?dr.CQM ʙ I]wo&#gg#QWx(2K}X:e<˫< o-]^tV^~QᄠFFPC }w$xT+.uI"?D C]KZ͎yG{Fyq77r1k9]QFs>Jjy`:kJ}qx"+rt:jG0Xt_NenM: .g4tg0#G'0kHkJ:;AT 6g_cv@`_ h{OΡP5r{̢8*V|s>"lx"n :@[I7M4΋™vKluI/eBm'3b\kx jg[(sEsS\`u'͞_8Z|!jfǘ>6V6غ?_NV3H+CK5d5f?)s g(\ө7~o.Y4aFonZh5݌EЊ2YY>Ql\g )u>K䥅ҭ.r]CU!V:*r"UzRpԛ(ͮV F͗1MϮ$牐% 9΢M,}rzfZiPJ-iGץcgsTx&JdsY޴bç#a0ީnbp0 3@<ݰ/tztv94D<$/g lk?HAL T p'{ZPxҴ+D+F5gP2 ?MR;A /Z֭۠<|/zq:C1*-1(z~xYrNfkൾVѨQdMO "Tm gW:}XK[$*Ez3S1z6 ԴNţU[,{ٜĽ@,݃lۋ3 FpZ]srh;;և[ GKiUw?5awCl e71ز#x(k X45L5xjh7S62wʋ:iYi1"t)}l0 6J]vԁzEe$%@*TB>#򓔧yiI M)C=Bʍ}\-Ȍm0#Ўϒuҗ5jM\|zLЮg2ʊ磕#ml^AߦRDr_yFe%k@Fl^L7(C{ǀnBhO6d66M&d,öQvȀUKȥ)8q 2rO AL I,qT+(]F1ꁦ..kj 1SXrf渴~&` n lfZX+-%).ꪱ 1Ȯ&6/72 3"6yybož"7Ec҇\]=ؘHGxKI{rLJ3*3\ ժdQ1OeźP;R;&xn0iX`.lARyD 31`% iMLSIɗ{k)4*K",dEbuyׅvrO"ZbG(V:Г|KȰX3n87Q ؞1S$!gwH0[[WH@JRzՖKtXufE^nOIgo‰ Ϙ0x@wbRآe}!U5r$ {%昐0VUji2 t%1a6l~ltUٿZ1ʠ8DYӇO"_:.t+޲KkpCECA ؂jAe),fP^ndPș Z6$`!D_`f$Nw#F??v}-7O5a9yKؚui ĭA)c 2Hjd:x Qz~s\.ʝ3p"5S/z|#/THCS:7ɑz Q] 4 K1J@'bj#oޏWGٲ j7 5쎦RDK͍0c#9YzB` rGn* y+S1y>}Qa8Blc"Sd"<Ů dG%}ç?*Lk`P0-z5ꄇA׭uO1J"b Z s #MЈ?*tY .~%"U4mQ>tL&)/.%.m$7Yl& B2@Lu >d Ok RUt!<*=gDbS`LTtR78:!]J#A LZ[_[v:5 H@,k!q<ד]s IfdI\.bM4?DF`wǝVR'֨MBITTرRM3/ "H2W(//; :1[fm6zY_69J-K9%Ôt@@7nt{rC{&B.3k`(AOLpUz% f8&ĥODV [l"PS32'EucB;#P˽sy#9Go[xnfCb -܇cQ?)(ת3EMIv}/ңR20cnI A Q< 6$eOdD&'qk+c†Spb߬1E]l6siOeE!ǹ$*wdGYC=,ZU%H'dVes^d4B>#v7=C{ 45`EZ8Q&Įeݪ\ @r%9Qw7JG^BpAI lN HL C975d IԾe.эŴǗXf "q_r5g4.)~@?\룳Al / P 4 "đAu P! ^9&n9K|+v6^X0q^V%f_F0J 'Z _+'pViL!Eg$Ƚb?vcsb0!j&>Fn'ڗSy=(N]G)f IfIU7Pц &*eĖ .z"'"/Fq~3%ܯ'-ߪ gk_KKJ4Mu)m #,g(g3'/˼T&iFְ?QƱYh?`@ǰ~D{ڛ}}AoҮ]L 9 BQnH:ՇVV6ZN8rrH\nCU>PXx3f|!xnRang!%Az^x^-u6Zˣә鹰zGW8lIbSWbU4 LnECS> Kk/@7'/$w62ktT>A~KwU̹g|kP-!7!1/>;7: 9؍S|INϾE:R@"@Zi]NM[C$V܅OK'+!Py{"Vm?,yup@9DY"9FLqggj hĿ\ ;c="J|Cq1;7oW9͆L͓Mɂ $D(ֆ7JǩEb.4K5Fi ]/5Xwb0X[ bl-k+O+Qܢ*>oN'gyNX 3#!UГjV GTzHMWU=DFcG 3;$qu+b%Uޛe%dNK~[WIcd`'|I;Se` Lس'Sm %!Qz0nFGWnX}$}-)TG]BKϡCjV[&tpFpwJV 2@^Ae>4dR_FMl e)9bT1:5"{ /x!6]8lC(J;eFN@6%udOF v+nWɤTEp|hm8"/f;匇^;1Fjy~@nȱ ;Mn-Tce\n'Ѭc`e)b{k4zLls'4xA(.1^o*(\zj˺%O1p/]#r:d٘~dÕDL\R^ m^'}? ;vo/quDbXy!)+fRv_dȿ!3H,Zf]!a}Rf.2Kut}t)rLJRVSAd[B`R Wz- 1ǘqJq68S~nD$M8$Ar 91F b"RRճ|м8cYd42&trThz\uT׬j +"Ve]%d_d}& !J(/TUzGWcD8KfZ^ yTBn=+e%r6%3 Qju3MV}?Sf njpcZInU$ U>5M2HO匬"1lUP*[Fn޸[acwҾ"cM0vlVqo E0{'V1nw8GyŤ2ir4І:W,@7Ug+V@6`i5Njh ECN"B/1] `E:+OD+1)|b4p 6!yz"YpO2L7.^(.z U,=b #+,QSd Td_fi,FK#]Ico_qL̯ͪ|y0qKͮ7O3!rXei٥Auhv:+`~y eWb.*?ZTݮIRw :D4;)@8y a9`l_;Ro|,G_2a&5Z p~"{?}u)|I WnzzM>cj K=Gsh0 < GuK߯=W'f>Je1UU}AxY MPͳE\Kى {(*m ڈrJssƒm|2W*X:3;TӍ꯯/r&n?s Ԏ;L*g5#< Ӧ~>龱"}cB5Fg<<C3CI.Jґftj. 'vɸ'70y2?%R !3|:OòDf['Eiռai`F(X<:̊EX>3ʙ.}: w @/D\|)&Zڭ9SĨ5H,S ]LuB=qusvB{==ףu-,˼XziDy(c~1>_o03@"w@˨Qhգ^3◟H 4 O"@& wu:y0QpԅѶs@V#{JYE;1W(ϙ&+{JZxWRXGz8L䀠NEJ4(R/4٣jarx'XI#ԇ4_ q]͗k!Eaƙf0qeJ&6ۦY,' e}MgG}0Of6-Ϙ}NA6ˀ8$zu82ŞX*M* ;@)EWڒ5ltl5W DG$SaHX;'f%]+T@3"QN_UL{lТVk_&&9́.˂槰*IEP/bU>+CynA9iZVLLg&NRN2ܴ$`5ja_(q|/zh4pQij+9_ XR@3=N|;_g#+[8~kģ`HcFo0 8-uz⥷ WxO/nEI,s>2-E~HLki4܅lt.2r0O޸XQ\vU/nBj?>")줂䔍Y~}sG$2-|#nA9$HP`Yt5kY?)|ނH6T-ו\|/<Ǒ+c o2.5h<#:VݖAr`4k0X堙;Tf" y5Hh/RbhǕ>& HPv5ڂ\b}LL9a-]S/o|!=.u({NeUnjTWk~}&9σA:ya Â9% 4Y<;A>oT*mPQ9yQG|nvb_:-ȡ1Ƨj.dqt vBWS^$M'29c'*c~PR,6Eu5A,HW;wy3᫕ꌓ%w1=& =L٣S9q>_iS<ňE <=Z;X] {4Y-;pxn􋐿C dJ*:s ~5Z{"-QDh^#2i(C~PLd g?eٚ: gYdZț8[vG !?Y hQG'1aS8:eY_< f-`H:-.C]U Nq$SZuOVAFa/m(i2o+Mn:Y27ɼ3䄉y{{bWk+g5ߒ;kD<aX-U&?O:z2C" o to`(&r!JEB:.YSCui,eU:s\=SJNvip ASurϏ*4G5n ?חK,"] welk '%QQַu>J!4~|S`?~ <Va+iW0V-]˨ƠZ_@k;&}-s_}5яk,ل a<4 cE6m[[˞z>P,m/n5 ;tP_}\7CbF%ye Q^Ǟ4^J?%Wž:<ϘW#_0S59{]__i._>ɂfBkLgΈM)(Z*a]7s pD*q%wGKkŁ>-!N3Ձ.4c- VcI¥9H-2UYpi*bA /mtZKZs3f}b _qk<{UnO$\yt! >!x8խaJ2|txj9a}nN}P ѯyEaHV؏Sq!d[ AҿZ^1JEҭ{zR.<:0cT5Z={6B`b?4=Z 77*8',ƊHr'I\`悹Eڬv#j#:h8=U'z'1{/hb q۸*&]kI9=e-ʴתBE>!M*R"KBL\NgP6$'w? ی\*cS6>K8|: ޸^xI4cp"ibYBYJ'7+ )YL[q>[VxFzyK$~l$1/+-ilavc+ 754YqF({M%B~Q+w jC+w%hpkOrbW:/jj_[̥,3U& #;\? pVtVRMmRDr2l zb <ϼMjWȹS~9^ĈV@wlT|B=?(*ZC)p゙aʪDM]A\l+ Q]D-ZcsNu0,VFu0w,l/'L%, 2_]m\yCwF7e×*&^jev| ,Ù_S7꛷4^L[xu^fO.fV`=>M.U!,FH)p1D-!Վtd6Ún/F߳ϩ}v4>w*ȝ Y6 C@GfA@+=@tù}蝖C ;hg>:El| ki77 Ԗh(Q?s4+zwZv|{C4A+hg9hm4ߦ-bs͆ᨫ4Ѫ,|o&}oܪPet <5C$X0AM!*exBh9H=m,xs1NLtq;#H:yEf˒h!ł to7ͽݠeW7L(ch jC*[8eXS;N%L@n'7+kAI9hIqB`EJ7]eo.g1w ĸ1HYw+-PWP,AkT/2jT=e2=F;2OlO+. I"Oriw碦SNz&0FTq+Jdu4Ib@cQ)RDVXU+a_CVu'nǨ%}:T|-N6ѯW6}e*!U_Zz$bm ل0n d8R%bG4{{_cdxfHoBZuMSImp2QPT/ \6 jx1u:inj;)70҂ جڜRЭ#:u[flgW̨h^<6˶{lNNGB#9)vt!*ٳ:=|Y]Xr7GuڬIiL#C+MKe%TZDc!>P:3,j%!jRA֢g4Ϙ K:d\wyBqV@7HoC Jݳ\>!p]#}zFrtU I024j d#9ܶ86 ٪G$+A9pes! ken7f8RaOWK pC,9TH TA4o @7cֻfDсi; z{II,(ģKza-f \ڷ>UVyquېOB!Ow&28L+w04 Z)eOv!翋+Zn22I/9l&'w~`ʩgM#`N;NmCdr*ʬ LV5Nb:͠忻: 3DiM@#'=܈gKq>,SM@2τl<q 3<3K6@G<:Z")ك>־o![UWG*j}dIFVu_cd0Mv='`I1m 4 N9wՕT/T~J -7 n̍?>9nc/F=MT0 SaƋ۞?r)srBTQ^(}%3bbyjSŤhe;ɦtRD"}`+~K{{d 햩_|tjt 2|MC=.!@5Nő&UA&sn&^LN`unF_5/"+d@ w_^*_7 R;<mYV9鰀;LUx<6R^m*i|) F,F6km7m؆фTv*?*WDݥE/Ȫ?N Q:Gn_${dqοT- lZWlFbT|ICPc}uOj$@K|~EtRyG X KwM(PQ~/7;KdtEFX2U*Aϸ@Klcc>]̗"_xnzl] `Hv7<:rȲxSw=#g,!W12y[;*>zӰ}L)G`h#~G|b}?GGeHIqVZ1KG! C[0"؍5OgyiWwÀ<5  ]єrjg[єBTSAfy$(L<*:|gg#B9 w=@VuDUɶ]ٗ5$bM 5ǎ} u[n u/I|a)AP+QW#ӫtrg>At߄৕s;Ix?:GҴRp&á %e r)<[C{Gk!<,9ٹ.hUL. H14)/AG#}I-q;! ݍf&!U~LnوtX]"ũJYq3M[g;Wc6:U:s`24igp=6)9\Pi7ytZk_HpC _nT8*?{\;2K]Ҭ\ jܛ6n\>m.9O+6-[E%{;" ] ]rݪRǕٿCw(niT>//_ JANܡX㴓:F^MzO5d=QWA63SA,V rFf̑  <&uqʧ~o]p` G5䎫ΜI E3ᶥJ+8)jW x=2e8@O<\ms%rb9 $e]^?mDW[R-kg=D%M:g][)*V-^-jKh"#ǾִV.hK׻%2Z}߂ u(HGgH^Ewb5tDfW{32em^=&nяW& @ȹ VWSk2 &B-kfwE_} {WRF\_ʰ|?VPe%8{`.{w6Նn#}E,?s:+I(b<7ԡJj#fq5G  >ߢNh: {t:+iSf]f#\/yu'#OuN̯C_*N!c0>8f5u/C0Ƕw8#xZ&׷z%:@4}/oh^Ķ5zhBU-iR"Tbn 4[ɯi87UH~8N"ZJ;G[j ḿVQd ihι?ZQĉ4!\VG%g (?%uOjj:$Yf؋ ŋSKq|Taof4? 727 s%#<{ᆴAV“x8Vf bQAuhCtX⧍ШkH`25ݢ\܁naMBU)h/Q3`n;*g̱m}F+ E{c*K'w$`٬!$ ҰbcJ@P#)OΏ }io2]q r*p3MSLVՃ}԰9eB)t4HZdR*4$sn('c 44o'I~՘IZ2QV֝*%q󦦐~,߯)¿huiO dCSʆĕs vJ LݸF5aQ=4Ўi 'pDZͨ@%<>jIB$ XA6sCX~C,aؗᩴf?]KXΟQ3 ruzw78:.3@84㑑F/gZ ak{O'Cڵ[J;ڑνahwI tuߞ~t%51'S0;؟pfh&j* ؙxapB;cT<֣k4_)ߜe>Iڼ'TW_t bHrEY/vv4%T,X t׮kC̭Iuʯʉ&;ai E jk?+͒nyt3'q wG,qnɈR8,0?*؂2A~MN$ijN @݅ncT %gudLLL9Å:yZLz$fs~mL"kn sqڠf)z) 8`s88.)DB4S{ O RvilU0AqKI$G pzD/lM| î f!SD_ avY!|_56/8`7̌|md5u(zm_Ǜh k~ w,wS8ō"ŝ(V73쒢R' )jn [s  %P*)ju 8YvE~)_ m=)هox{οcWIg] <`ސ)D(9N.0TwsgB @`ӎw-3W+cG9 G 5޷ѾD`="ʆ)i= hwkmlr})$p+cmvFkk 0:V^u^Y #*(i]Xϔ 8w jkNG`lJ@^런%G8T`wX)L.H␡bKpMg="E)h}x\WVKr:lO>I'гM ~$`@VFQޑ EE#` lJc/zm¯[\r0.$PhJD91NРTMgn_ T!UP)EsܒV ㄨ@[%Yw; MnRC8z0&]19-Z-V;~/21wf+JG2+_v=T;TM NL|DFnCpǴE6ЃvM8D-gN?P:IRe$k[r9k ֓&ho[c#~u/BOپL(sUNvh6 BjA+# yXse Yګ4tB}+xreuhdٜi_84wWih%:*28l_&-ӚpɔC?&c*u6$ V;X7>u6(dp_n"yWZJ"~zQs i#79P/ CCÀ1p<ѰVΠPrܽ1aI".t{"0th4ÑHRySikaqF!A@&k)bеbJ2V1=jm`zSRXJUYUjثٰg2QfVŨLV5; j #4&~|ddpMoL*m# Wy|q<~Y~ՖƈAܪFzO[6Y#S W!d1ܞ x zfl UR>lhqzG !y'~͆0w;W!>)KR>, g*Le\t޸բ1"̿eO/]Zmg&=!jm Q82(:\wQh"iZ:QO|̊Jf˕]Ml80Ô`(o¹5#K6VʟgDxp,w|z%fDOxy{Z4HlELcZU6caJo˟?]۫bD;xrhI`[F'ȳGq~|Bjxez|sh I9>2q$h;Jf>Oܮ;#{T!)vDK=I#ʠ"=P5x+m u)xY!KB,[!yEh82:_ErF1y_H>f({̏x`;3$XX5#~g ^|G7C֤l棱L-}izcbXl#Fޞ|gg.7~>t](x,4䵖Q 85P!,MzØΕǛHL20u9_JDvNMTNx.l5IQi` (tZ(ngr8\d^3mK?ǧ} ܄yZ*T XMxMz6B+òk2E+v\)B;=Pa,yqOt|8zf/ :tcv1jьݚW4Q vMp)չ\/5v*g3wW<('+a,y#Ur tPƟ@W]M+\Jή7E_-W臊 ƒ @ڿ/:'@*wiM[lrG1_ G,$ ߯vla-w} 04oͼ"/J%8'I~g٬:a0Y2N]t+ '@Dgg^ z5Rœg7qj'±eO%)HFjY6nA?;T7@=h#>[.cs'% T*ȋ$ثI[a,DOޥ힐Tʒ/[ieJAsK?_iAAi' bbf̬Us_z ]xI4t_֛ZY咂U180SZƚFWO@9 %||ފG˰IrY@Yr )Dë PüP9aX$IeT/Or3k #ZJ;ki? ,\V-HL6rEߺ _w:ʷk\c]*]/aԉbl Ҕqj\(/l2jNSu X eG.~z2/{?3{p`T;^4=l .tԹUm'F&9SUwB,&5 +$% IpO*] 0r/~YNAR9&J5ܐXV:uiiq47fB=hmn% g1{yhc< ukG_ Uq .ܙCl찇R8 y;"TEb]Hu1^ '9Χ" Lᢊҧ(J鬌Nbք)~oi-T.`0W+sptJ8:t88 x O{Yʮ¨a=$C.1r 0J^;X]ahWUndv$n`-pW<\k&_}=cbϾM~"tx7yX߄)E+X)3f+uK`8}}m)Hڧ)x3k]=9sܼWݦ؁bPgrxU?F ZuxRLɀ[c!*x=_zkSVU>8}=|/־nQopŰg)foP[k:E4?yK&Ht1Ԝ ^LČsB*n4ŃL4SG 'y[hðݐUp,'ƿ4{s8,Wt3:R]mDcjv56fg sua#kAm}Al2SRtC7ݳ#գ xUVQ}]DFڈеl4DIvȶ ƬQHxdS C[YWps /"s.M,ATpb‰i#9'][țЂ< a u?i&-[`AQ)ZDlbCM f+Es<ǻvR`Wbr4ߨ r l>N>tk&%V:qM\EÖ{dDg{jBK^Q\dnQc6qlJA13MVldUW+V' ep52*|o?uawrB΃"aHps8g㟷y ,M&m]Vp;-GXy>z/MEQtjEqLYy(3[t\Cf%@Y7t[mi͔0b%Æ0܂JǪ¸1$/&f~"s>}00@ >2t4& Z(d;zb֦_GFP0d6rY+7(z(s. 6w uׁHA8νݩb.g8^֬t{2U85w<-W2BZG>KuY<8P\tյ'ߤ6)]hU>&r_fʈ#`%2EKPl wc!x—f+ 1!ztJFs_ hlŽ vT;kb}kP@ѵ͒-n7NEH du%?ћ5;N]4UFn[<h9^fRӘa7'(-ސ6(ăTN0Y7rt'Z(=z%bs l,x3t>ĂS,s "k<=S9$@;hS s;M<l}!y$~FĊ^s଺¤K]<2qn%Tb^[qN}Z?b 9e/1x(jEs=D(\Zdd2&ێhQp[т%xo0C|}c#qt'sq$ƚ웾~[iWY\-Ky̓T !fJU9'ᤢc6w/+cai)="WЏ]ɻ N"yOP5$ɂ1/+"9n!fd>r*"Ax,n!sdNTC18žY.}cnKhnK=~,CGVZ^ x,E /y$(Fn,@I") &&^W,!Ƃ{zi{5M m8aF#?7iPM vq$2/cU[Bh*رPyJ/d,w[GFo{Oq އWFYG3 yIQS@ 'qS2G 7qϛ\E:XQ˫)9G^tɧݲ ٿ)Fzp5s)(TH8ӓoM.ZI/IՔ`puٲ!7"7TS#6Vl- OO^F @kRx|f Ql5wvW V3^Uگ/X헗Og:I{“JQNڛpH]NC[ӵ^}LͧEyGEL~ wH,wazN˶qU'߆`F˘m2rDI)Qyjŧ>py} >^ B5KS ;JNm VAQTU: # r-lV \ñR-5V Q~d6~۫TWc﷮2fp`THL_ o)%ט $ȔkyyQX{i3ի vA^‡md)q h#_FZ[t5OO?B&ce 6#4.W֦P o8D΃MCM y6ή2~Z㸉Q 8qZ=K+lw1@ ZcA0G'j3O2^bJtR}K-nJ x 3_vZkdmMͿDHCN$YtA&T,˼h⦞ؾ;|P jnHP>-S]KRxTI'g\5:76Ar@I00 ,0"0rٗFs ~by{w9U$Ut̽y+ *=ӏCy_1 X2} El(T47Ie y$bʳQaşwqLM~v@&ON %zdl Gjg ts䖍y?>Njfr=Fp@WϳJ6x-sՇWͬ@Hf-ߤAt0ZoX ?kf9JKuPm/6?TOѯS GkG_5~hHfib{䫒)=~`qnbnSh:K6R(EvsRĽ6vsP?$ d4BpOJAqCN?|}hX0o d)>@ԗ-hV(# Qg0wQŴVvOP%f=4$7gIt-$-_4A)0&H]+2ʆGvF*|v& į#&I"jb| _C؎OtcjI_.E2^ى"4=g_^DޕV2RVlҪsat,zϊݩ(?<Ơj;bII1=+JRYsOے ˯Lg b5 W 7xzD̜|R'ڴ;t %r!qr FX5/Ŵ'I%fRCʙmghѨĿ!^,am$Q>8R͝8BoӴ+ˌ@zA2zB/2Pyh Sw>Y:5?s.Pq$tj`ȫ ^XTw n:p0eH/ ^6.F1]>J Gyr%Q#%cw*CO7q9Ua'prTi-{ ;. bEot/ߏ7mYp[g0\ ʘi-1M$ԞP Wwsĭ ch ^. plԭ 1{3E._fꔡ>qc7PfJEK9X3 M60/ .fД LZ?+t`pѺd\nZmj(qLhtjƜDpI^b@e?ُ Ȫhۭ(2!7bA`O =pWèSEyXr,㰯}z+{v}|#W; {tjz^+sS7brƱg> |$$ J?-{rm7K{z}x񖣟uiUl54ŠɰJОBPdHmQ_&&RneUz0dXNfA R#R4!|BA|57{PwT}gㅛYgv|lɰ225#/)KTg G\+.F? c+k>I38|uZ$?#ܑ2DebABr:ʳ7*!7J z F'㤥hl<`7guЯ=ZzֱaY3`%& XHM+l> /"xlf\?JfCIc9|ہR"x9N`P/OO>b_D>L&@V1,dDkYJ\[&JUV|Di<>TH<ʿ}J??@5mg0tC~8LqEfK;Hs+(*7ֱ.%ψ7gQIn?:8f833*l&gkΗګϝ,|{AB=c0 (]Z\#e~]K5-et2?riaD5~ IkP+WEhL!ܽvj(ZvJl8P3^˹ # {ڻ 0 a:P!"u@iێHwC;]7gyjTYAEQt[,]j`OITݠÂ&9R:s~TfTTW':@ayEBRf9i7(Oĝ:q3;/+0&Tom!g?b bad/Kڏp?ׅ2 #zԓ]*TS#k;A 1AA S/B&3V`@Jbʩ|G֯ X(ysK2BXo sA1geD[Lʴ"Bl5X#\SxP0TN}yO#7QSzZ " 5R™RŴ(* R )H׏.y 8d3vNMG:{d<?8)sr#+\{Fڞ?0{gonK۱c tv w3e|UsNW Z.9d aw3Z]E2hX+ ҨHcλ8BdŹx4oJ=ٰO.46*v-̕h,E^%ӍjgFsr C6?Cl+Gn/Ijo3ۦ1?j/P~DYwH"&ej7{qABƮp> ڍY5/^pԓdQۏۧrINNUJ<>W XO5kT`<U/Pj@V`4)3oaح^H9&i.iiRc^¸[,z7^<'ۄ)؆`š>#7x+IBBo!bԡ_>۷~x~/Lus,pdtA)>@hI5cd/oyA%Bi\Lc`6ZR8FT{Es2i}u`=F)QPc7JZDA@Y6R g\r)ӎc.ePSs}>&ZD!VlETϋAQu>SYt07X|"+RTID2;CJ7Hk2hu5͈z1ʪVK(gain*blK2#[NÕ*bSE 0y">%pH鵆;1ϗ |1v +H3+jm7Yt{~x}.&:t*& <r,4m;aIY[67CBEj!&wNh+b$nʉQ\ך+Rm_Éj 3gHv9U`rCr 8xd0+Q惭"XXj c Xc0/9X@5z@\ڄ$J2fPYzW_,s͙i!Ro6tfwդ` V=;s durdz'LxA>tw+i\~no^l6i=y@+A\1M i] lWv{+Cr7EuGV}`mOpifeWɫNy 6R#&$S7ũ? Жip9(Bd{a@jCާIhne9)8PȐAֲ՜qا5]e}Ea- 91#]2F!gꎫUQdk;]"ݼ?ҵO/$5e-VTC^%-Lp# 'ENU+'V..zk<ñ?z" x\jϸelK7͕w3 dRXr]j +EЩAvege b5K_c^Ӡ"/ d8 BXldסa,wD__1\-S?$n^X cp}O~|yEsE6/9,Hb ?gńQvc5͂3CHW_]9+,উΘSuvVv)A}]X~y)v#PQ`$gD42 .d&@4£y5d-=6`OZ_b540HJ5v]G.6},{viڛ`H),P+=@/qp8oѡqf;\.aU|\#f[&U/ӧ`mx פm )s$CBzL{_qE-+$Fz<6ac@{yR !fjzb%ޥ;įWߙP *4'л:)e>zB=}QE~I!ݲ5ӥs2eweyL@0(0 2{N[rH@1hvYxͳHJq00ï-2!-7$FA xX6;O̻,ćcx, C-op$#wl:oY+DhAtKqi ^*߃\ e 55V%E Hn$TMn , }D`A:*dxml-65%O*]Hƙc>Py$ ZB0 &{\b3zk ǰuba1=7```b D k<imSlb$FX\f&z~$bE3in7&'>Lt>JŔٴT M(Cj7(5+hbifǤg9SС%'1n0͒mvgeh}cf0Ҝyzswe:aYدbbD?-hh^Klfqۏu'dW-.&!9e`=Dʳ[_c 唎~' uD!HaQUdֵ [jY! Q4q0?Yvm0]iS0A{GQo :$}⮩Y3<{2L3>Q&O=m透`ԶT"O:uMbs2Jy3J *rpP]81<$ BJ {'wt}`_QKv{䴠'VSN6ʷk/nI܅cpo"5e#WzWdmO;voD[>2";Oϗki --U,n!]LɣpKWߴp 5*&b;*"yz|ȳaȡ@fBc !\jy*pzi\M@0?ucc(zRAH]$ opgB8O ur.,pCxELk*jCs/cNN׏Fȹ.vK24lRG``H7OPPճtbs8 B0|0ede;[TV&|٣r.G4wǻ 'ʬn{.+;RQWS(*:_\. !4ačč=J >RX@Ca~^Jn Q"x:N㱰z[_pQD\|:MER 施`7鑰C@-ܒC|nz_=h#ʒV9yˀuQet{hڰY!AѼa λ?&hC"0TݖO0j9E3q\ytL $Bx-b;\|xx息R4B=qGYsn+ :%:%յQZ|탘g!̴@єEImHqa-! Rqߚ&=xr8OK >K2'+sb, ܍sUrlus24JGڷ8\B/5pVSd7νK+z'  m1.JQlqH+N/0MDH~Yy L1M"B4 rXUK Xh--j as1:G,'pw옩?] BﮟqBc4-Z60 sPVg*wq\l@NRRu=gMTVc a Z-)[. v6J6d'CU;Ti5_/.Qi$[I) `)F. M]cK2 F_/29* N1ߺ!+c ˈMj*20.gP=Ò9B`Ӂ]UY>QS{4i_t規ٕd;NBz1[=a=i@59y)?_c_̸G#<Di?ഩfHp1L `?ץ7Ww!6ԋbYD[]ok{sΞ1j?!lRD1>j%i=Mt<ϱZ?/>"ltf}LJȣQWY)\O \ h:LwYL&tPݴ\N`Hφs1M}DW)6n+,$G䂶7{'CMQc@ygI 6ͤ'ʄ-'eY9-Pz#AyU#p!qZ@!:A_pAc;B&^ASy+udӼNV6悄XfPů-OqъTTJvЄogZIԡmϳ(Q[౱~ ÐTSE]!v,'HW Gta+ A*iDᴅi :yqpjeEARq,'@$$&8]jn]wSpòB.^N.`R6"7S YF2]~n-CѺɌ"~~t ay5S<'cOyadTjU <_^f"p8n uDD"V+"xiHMsi;HJ|κ9n4U@'BM c$o՟cc@NT/F~FWR1#k){9~x=@\ƛ Tʣ.HGٸX *Q*eő4[Ϋ ; s[,1m1<܋l1:OL?+6=s2zD8]꣠׮6wsǧ,+{o>#F:^"zٯM?0A4?ح- !&//)@9^i&&a;Ib,6߃HѰy}T'_k6"G(DcK7i.wވ kP*8r*-c te0þ)-=!EmgB+kQe\ *6hnNRWk'WVc݅^).MkK.@ fcxyvQ1&6a>-‹^/Rg $`7ձHmy]9agN3rTd.gj`0Qlj] Whr/%5:I\MXe4MiʴU'/NFoS-cS \m5ua>mu⥚Y.ޫ 7Qɰ?Hw}zcE[+ka&<3f/MD63J3Li}n[r'ٜ:,Q>$Q˺JzaLweE%[|t1G)8lFMpsnx53JDmaH H2+Hd2d?<>0(Jcvlp"KڕW H$[zy ?)6^ 7aAwl譄sbKm> 4#+]z=:w13{jl?u=iBRNmqxHQv[)q@ 8͔Tc1y69B_Ԙfr%ϸM\LƕQ1)28ԺQRr-P'cG?B8#͠>+_N>+R[0WW;|LJzۺe.f"$>뱧]Ys#r7>辏%v;IVx߁/`IPzkIO b ]nc[tK zS/\eEdj]Vpš"W* ̮ e"f< 2Y DrgQV#W C;0y2ePXƈUP%1OSȎ+mL9(}G2|&j:yQB@ٰ ;>1<:2_$僭潼pWZD1h:)p%my;~#.sDrZ8+;?>io9V$v{zG;y(aq ]-cy- j &:c7ph^ҋ^&Gl.ˉف.g/p.%_iB~RSThE i&=PTPqg˯D, WS }{)`|;ib~ҙiW>E6?q833¿f!mDh{70aVJ2 "+5V[=%QÂX4og;`OO BG2TȹB x :fS?'??|DN2(T}g"Y,?7S%蝟XReet3Y,3 `>*#SKA\ A$.ֲ%EʼnsGcb,Pt$:6!\qtkD>ijXNae(r:R)!vS߲ubWa1&VtJ+#ϰN㺞cu"k53!; in~E -'ebiʹ Z{D1`EK[G0lYQM_/yꁦ`"\ƕ[^b|i(B,,5N,¿LƆ>5ՒP^՘e֯mYk ..]i\ zVڥ(m, hcW(G M/?Yy{20%>JQ'r Wٖ&łњژ(^}$BK|V+ʴ]w=yq|"%@;VbV(f;}"2sdxa!A 9V鹎m#,qDnk eW+HSOd$y1FUQVo׽p2_^IAk&#C(hFEXG.K~ލSi{,uw[RƳ,7๩ٟtnrHu|gy Xf5r2 ^"#<68 1[{L.}IM%Wu<+O( U=qT:_78#~qWմTj\jw<'h24Vb^]' `UYهP~Nvkv` g;Wi9ff*;\rWnGAa 8 Ei\[W5FZ?\7Gtءe:6lvlf@ epm#v_;Vnj1S:S/=،QT_Ydi8cQ}֡iXN+:񤯕ήo} :#kBvQ䋙,}Jf n Jn"ˆoΝ";L(ӋϞEO )j(96a@SջF4yJ&O[1|B ^(6R F*w|P >9E,╀RVXINl09^@ZS;x)<94ȡ KrD45P7{ Cswc RPnL){KsQhb3QEߙ߬*s>B(y0ɖ/>Ϥhy?H5?H?|*r &cAMKQZo0;',o n6:Hkh$dl鲮rN݃4$4VrobG DN3'羍#8',v)Dz:0}: YLeۦph 0K FJ*zrkJlv+FR'QGU'&}FLC~c%²A96y&H7~=ŃN_Eo,:XRS[4=}: "P[2˾K{_ZnbX]yX&N"Y$,nnB=mґ`L3u}ths ,[+ҁ.ЅS2|Y-XP0-հ4ŕ_ۭ\~pn"%5?:'Ohuos{{f%c"?O0n|ʎ&|Y_NnJ4YiȖ=9k*M"7 ,dR?T0];(ՎD5L<ä2qԈmk~wSm}1|e+uqZmp`up ?Cb$u NF|Q`gyD^Ci~୫2DSM0R\ӄ骚97wCZ~$SSz?>E}O&}6tzow4 cr][n|e?xAY6ک6UxR0Gl(.奃<ƭu M` +Sm-Gk+D+__ꖖ7G;4맨Q%-)EU$-wH1ˬ5]9yETd\ 0AeGS5W?ޫ \pQs,1o%MEs]ZZ`E܊?|(ɹ/j,( ^4BSƯ,dc嘛o"P'+( p3%F=1s-:>`423V3Xf_usa|`5Yx(~%Q{'Yg旤;tm}Xڒ |;G,Gurf3k"%t@K'"U0bJu'Ɨ8 [>W'CTk: zΩ }* v? <_? |O4C[]_'}ʹ*yooi"[@vzkW9n(6齠}Y -zagDO- o5 5`fHChOf܃]bM0ERTսlX{{SV0*"4Zq5eO'औ'#[:3R9>,sKa81K&N 5w B1g~,g )w90&ӄ{;2|O;ʁ%8af_T cdURtrxؠ:d:>*ԝGmVL"PҫD:q\с"T'Ÿ c""58թ~ 1ut(c>_E6G%Y#~yƝjXh@ٚگy( bUwS* Zͮh#❌.z nUv 2Ol/!Ɯo?oR,UTb0FFA|.pn`ºSixIcማ!c~Nmqq>SCnʳ͹ҒS0/Q^(3񆸕I4 k`P $\wbsGp[pu}ެ"lB wT\FP"}!~g@d򞇳| &m''J1v{ҎtjD*Ơ`@%f>nS fEW \K ?D 򟑬MRBSɞ?Wea+Ҫk0 &UL9 .W?L"H+]aXˉGbz/;@aG{8`t60z>^nݽK6xQ~n ȗRTt}P40OU8\Oq'.v%j|.t]7ӉHcfI&<c@i@7Qxg&i 91NJV>|T[MBfG+"΢πfZS Rw%gOE\~e嗵gAڟ$wQEAPCIE<Zu.I(85vs PsP=4b,ex}. *H#C\QVZ[Q@jV]P.w!#^l)߮PI(5 )xHzR+B6sah:rk|@.ҙs<5aD&4&n$VTeZY4zl{:"ui$ ? =lnԵ5U@ĺ=3Ulɍ鹳xw3)Bicw^з8YI:G/3=&`\:N/ "]>'M #}ېkDkT0ԔC\@bߓfAv]-my*Tٚ=VW`Xڜ?' Vl{FPDZC[f($\)[٣9)BFUy(7p|`4m/[xc:AfPw p6눦8I}f+y]I6en8-#> Kj)˶\JMitx'2K ['u`O(pZeQJ~үanQi}ʕ(/G+r1dl`E}Tx/뺩B#0 Pωv8E$ ,A39]X40ǝa!NE2sC~. VIIp@c/$i˗]DO?ڄѶK0)e >iЌڪ ySP˘DxPf$Ҵ?M%ȶGdr*<@HoM&}fT6Ik^ S \5)h{ IQUΣ>-^pc!ld(MS߶K]ABw#(o p۫3.Rv9i[J:mk%JNeǞ?H23G9W;9jzP$Ƀء2"+]{nԵxttDdCғ+FkzY+81 r?7Gi)ugL6x_j .$5w.6l(.aeƋ ~a,>xh8#Tl C >Wd (jmQ9dh<]+[^j/][;l8 CaNOɤ?1> 73GgΞ.X.#IuLቃwrJnIr42\=,GAC ,$Ţ|Zy0lf!""c /yjIۆQkvXz 7\Ŕ(nåm!@1$ߵf6FWVj -0lWx53\CK(h}m(& vh:r±ӷOZݬ$?=nݤ{Mh-{LWG^*Q68?+&iRTO"72]W7$O7uK1&’]R@@$D}U/uTX_>_5uGri</E޹D}\{#ǒ[f3.̗HN奴l#Uzqoߺx7x LC9] E$j;/rhv;羚qzjS̑T 람Aи?nhɸ_~RzsKoB6Ynn7ӹn9`L 7IZj{^iPgf⯦&H2~Pt2al\D`tYU|z#3'<O 7ݛKXD>=qW]BVGI#Omٹc'pa[4Tkfn2[\Fb2c9Mѳg~/eNn-RGڄݥ0= mS۪;֩#l킯*Eǚ^kG,IԸ)5ХJK*AIK*q> ݈h៵-z]YyqCpr/#bx;yrjd<&}RYqM%W_eO;ij[e݆`̠ ͙ LBNU#uVf-A~%?ɩ8e^]pE:1J 8B[ l*܂y"X>xޙmNzJIc,2nTZ,oaQtGZƻ[˨,j:wa$34&ozr+yeN[ 1l8HD{)LJM9]"9vAEa18KwߔzCXŊys-ХgYT9 I> epUȿ%abՒY܍`n@Vfn@ ˛b*v#j6Q1_B]C7Y{y Y. v5ߴB˫ pha&.Mc[ᆲ?Ψ!@}YBZ2p~JLp 5r?>q9hܿuiP6RV@$^GN5#ū@X6Q쎊GĶܙY;vZl%ѬLf|}]iŚhk[cYyHT"^UGڊz, 1{(|]8F}ٔ${ e0 XvINn3 zks(lx\w}r(o?|HȤd?m2</0\0lCC`W@PwN4׭i {(\{xņgV./i=E a.RbM<ȡOE0<[跖9c=;^S;փ5kO i6oVA& +X( x7-3  N!T9f(; 934ZfɌ:!-ؠp$Ҩc(iWdh/9k/-R(RrV%|_3BI;4&iZ31z"eo@ξ4 :9 4SPBDr]Z _hkb9ߪ>~3<ԠʺLzԖ8@W4X;qc!A`luj<5EBöX%b滴 fnK2hMNBO[*F7߄y*NJ%'\+0?my[^&8o:x*d q(W- W+PvIs/lm'V4KF]ј6=''.6";0*1h[ O[6"@4SN#j&y!7y:O* >eU;9\ji:~Yr~_ᝯI}0Ɏ}bm_t$6O>ˣBFtbt2̎,'#}nD43Sy+ r]5paXykJ\v',|q Ə-+x ]Ϸ]jjglQp?^wDo ?Q(J]XZk=8oɉ%3eE)yV^X`k&nxpCk A?c[{dMQ 5k)*sTԡWWHcun]"4Η}_gLYToԉ?E֤ik_^4C,&+m A9.L?mn˿,"BxɎꡗ-ToG -?aDo=*)o-B`F:#3:񔉑NQvɐci:7hTȎ_$~s |L=ϓbFۃ0H*^NH6|R3ks2Xuk5Nb_6,?}HQeJT4Xm ɅJ N ^ kI06c?Ilfl+߁(\6Qy4άRfw/wWnɸ]]5=kvS~a3fw D0(Ii)sóQOZutQGѴ*5Jb6@-ph[vf ~.fkFJqL5||KV5^WA%J.CKL uIA#U0'Xt1 1BDݻVXʳD<5tLI%ޥ'1VM_"G @ǂgVm1"ּdw,! ,T*Ȼ21M4.V)eP;T;oEi>9!X:Unw?wT_Mqk7aWƮ:dIܓyymr3ODLyF4O4ߌszRаxѸI,뇞QL4sy~[fgsMvDQ&hx`<"XLA~}w)3&6g7mlAY’NY (/ .>4g#f{5&)aEFhĶq$-Zcc[\3sBfoe ?RM{9,1(]hk4d!qğFi _[߳:ଝ/cI4sә s,I#BW<0Ν>P:g=Oy]D[ݚ3D}yy£vy:N]ɠizUR<]Y{GRwdP=2yں(LbB"ظۄ8o1Pޜ## f^ը%VRAmYq=Jmanvw?aCՒ$ih4W].!\h@F7_̛;</R}bUa~sc>rVu+,gf5:O<ѺH1i] U;NowT5Y;"RoݡTA)22|6\9Z18}xy7$UsM?6,,% "]\%q*S/pNkg rJ&et vi}v6ZprRZ酨z$iyj N٤Vd,-,:3sɭ"k`G,$aPHIKoL ż (s$]pS7jLf)HM-!y`׼? C pBfgrH2 rQ2} ^R G-[:>0Lsr" M^ diR=VW+xYd TKzO{ų.[dk{&OrXL=g5ɚNzڱr:eρ~LΆJ RԢ-T٩&mxcu[J[ VF$K@<} 7S^&U ]]-pC.JƸl6JQy=)Pa/[*IB֙+I(mE27qFN< I6`WM_4RKũ9Z."r?!{#vi",Γ!u>vJ Q& qZ;Xsm5-JPI@f‘1;F-ռ s1&(-B+i¬lc>0,,U"#Be$JQuws;wtB!p ~A '2XJ/HeMODݮ_3ċgK96KU>(P'rm~7V?i$?۟ڦ.5` _Zx{V0'?雝 ZE K"aT0Rrz͢l`)rP9XRVN1lXo,Rvj>` TYuZs/mRv2=>aoQ)6f~6]0 U9JJl'c<2bkB]֗իᜱ,+eI uHo}pm@oJ$3삅%hU (ؐh{|T2ycjHO,SД϶*­#Gs3J}#fI- U]`‰OF*, *nDO)y?THmRkw rvz*@^|Iٌcnje]_yZ0-)GVQ`;h9sL P1\A֢xW%/D|֓KX!婌sFvAd Yȩ nN9N,8f\5ScAs{Eۆ+ yulnk{NWqTYP`/MԻXWGy$d1thA6|ExXԻ\hnXH/.XѐgM!$G a)tO krʾ* P٘ d\V_@A?hgAP\{Z|AË͒v耬pbFxdpV݈ -F?"W?We Vd(>,1גaoH]Otw_T3)ҴTl&6u `:@HOԣL5 n>V1܍$$yw8~Is67x#kHܗ8zVV)rϵ// , aD A%^ |Sjdbu3}%|)[z ^ڷ8۪ KR-aL lMXӟ[A8?Ⱕ mk;^j. +\W3x ?6_ZnE:r°Ki{?$ʬi ,H8|R2|tKH\ye9e#u#c{LK.a)Vsh ^G˝u=~aNl5fC '7 LɺON}8UtyyV`Ռ[gh M6:SPJS-D)4 <[%&VlF $XW hOTr!D41Pcav'L zs16'>z~Igu2/OTNl\fgͳZ$s;E=!M-8Ek;7Σ7>T^^[W^0;$.X>E}q-4\ Fa4^*m+jT^[bSqpBIڶ4 v@kHiP"fS'/eNٓjQ@O͎i};g3)>Hh'pmHw|ɞJlWr]b:(Dcz!VO͠*?s9F7dJw5t+ުgt< u˚d$+-5"ZDFICMJay omR{To1Z> S ዃ$O 5153 - `N魭ڬRĨ~yJ|yDªqm{jyh!H#U:+=TдNGe48ĺQ(HF)> ^n&.97ok:j]<:}j8e9 D$1%='".>1r_.SPgU!ž\H͒yp ЁSiS j64^C>pN" &ɔ\Ri7e=w-Xu;cV&PD~IQa#6mPuzVYH"YL[|-Cѕ=޶,$YAżFow6lG"0=)U OsODUKtם b۬6ؒb-7']Uѭv+~%StoMp=t^%uXi2JiaCh'1?֟z/hO͕ˀ_ҜCQULNaP~ G̍?.T.'ZI5UK=g^*' zHM4RJwA.Hf>j1Hv7TXԦ)Ō<`jD)bO<}J{yؒX]:VĽ;tuM\3[*-s crDs?Džw_ff'9jb_St,siVry|x1h_vj*'Pc\~߰(/[U}]uxS+TILgh)`kS$\RL;c߽Hʬ T tY4+Y;,c$('l0_$VqH%DQnn/%, (U WEA[^d;ebE>R? 8pm8;b,}й~QRhqG0#`NO%Es YPWk_btM*R*GjtPIށ>ϷaBkmpĔ k1B`d*hg'A1L16NTjY/J2qmKX0)F˛ N\|.u2wPCDd @!3pЄjZ!Gf- 9U`LR4JPWw sj >*JRYQp@΁l&켋FQʯ {#']Ly^9D &H_Q{{7\c`E?Y99bjlS #ajU2F7.8*HQ ߬Y-[%X,pÌRI.GZmk??W+7y?ڈZP݊B*"ݢE .Y"+0b%&PJOGo2QUB#eGu_5!~ZWgr?~nb{{˯=[CThv-!M]Jê9O2wge_'JlXӔ'C,7Ll߮" k 6Q]3,Qؖ9rk (<|4_|yO>fpj[$ `LpRȞ"٭YO6/Mv7SQ,l\S)D _ǐ)ӨO2)?=(;>wD@k(uETZK@:#FK:L'hsF2q $b6է{=N+\26;<8*\xsľ˽ Z?T/KBOqC# ÅK[X bǜoLx% 7}?+οN yT1]W( wsSj%O%~|+c(WFl,X;Ai+C5TBRCVR|&FF!8.*t}/O#tWئFt̾8|AzƮu,ek!;齃c;dmyfιVJTP3On/o)k%KlKK8K߃3:,q}3K]GQgQ8 e9W,)[NK-Mgn!=¶.j#hf7TnD,B렱^Kz ]j9? )<u<@4*ILO 8%7u^M\BQ4\%Uy;I~=4$uuinn0lݟ<ݬA\_R (dx|Q(t'0 Ұ׬Sw4to-v+8,x%4A[@]5}\Q]zZ78hB ֎pYHΊ`Jkv`g10vL({q*!;VCo sO|xVi¼"?b#ǿ| :, LՎ 9WI&瓏mttb3!v ÂȆɂO=[5sy6I_>|ľy*_ǞBTr$BYo]TsaWi ІYE$.! Sto2W(2|Fo[̾:leůlC7Y BMBPuDe[f~ڼA.ױf4y}'?csH៷} M  Yzo_*' _Fኀ,MHE^Ey'L1QoGMU4)d[ w`t`0R+r[`*$ *X7@Mmsx֊"ԓ$kjYY0pg.C0Mn'b q @/{@мKJ-:jqjI!sTauoox(_֫c\K ?j3@u0l'tc9ɳHL*̐dƟzU[BCkM ӊj[mvé).Et,ީɉc[YkFFqis13HmmAJw8 B5+fԟ9TOeHк` ,^MJ~NP:TNn.=4ڛg:\꿪Hc-ܤe عtٻjNLZEpHqf\,]zR玉x!3(C<9 .>mjޜJvQb\M`K)VT&, g"AY0Eے:MC@+a*{*ȊArɢx7볧G=5mKW"t} 8i{\>b.hGjwv魲?R EspQ<Ng@) E(q {͹F 4$0\E mnN j\F~ngMT2BS kK*Q=q:}e |0^AyLo1cVn֋}j%qSY** (?;zQ=AjPEAd^Dz#b2u+:lsB#&fA! |ԸȒ(AaA>(*҃&~]Ѐ_f}O[Ғ) ʼn:VXuy5QʣX}kōԢq2=vT7(+5.y矻'}\wh/}=R ;Tbj3֖]jbRseYB07']P.i?i$;o̡MMv0E9yЙ߸6D-MIIaIFגp>N ]yH3nV%$ 7(eg1`?׀3 K5kHŚaygDvݵ oG(/w-)M 83J9;wJ-g:E9?ZLH-Abv\h"k߫Ί0HqIA!v&fFȖxB=9;q7 y"7AK2`qrNC{HƎ;0 zRPK{.!n ; x&X ̜Vw\z5V]zۙU|T!.tjy"AIML96 x$ 2g7'hl:6(& )̸1tZzۏK:U ^nt w <L?9:dI$75oݝ}Mqx9N$JBJkp±E<|!Bu%NRX捒Jn:Z.Dl"ߥ$iB-e%5 6,QnaEJMH씒su1zWBy ~1!$><26hY' RhFՙz{Aʞ9NTY(=3 Cűr_u_=@"d dg`嚔~*1#5$Tq0"ϐ?[\ |' `di ų" C>9ggŦm@Nz*?7Z[0*R^*݉l2^oi,k*>ntyh?ا ,w fkyຆh("h)DE`Seҙo(A-ӨNȎeo=#Bd4a[s`fTZem;,;񥜌V@5`tEaUaJ;}e D+Ҁ ?)l8p댷Q iuF-{9F?@PKr= A]@lrfc<ʒy uAX:#EٽWRysEE''=KFߒT8POxrYhB/KS* Xۂ}Z{x4y4+(G H>gώcq[bIP pJ*=8Do*^=zCyxE=+τ!Q^4=ZŊWɭ| ~>yUF xGAИ\L-͸Fb[dn*Xk*d%rN'i_U#Hq.+xhIZ8K'ye쇞-m8\lywaĶ^3'lW]##F.V;Й;"!wŲ|(Ꙥ Xbޒ]Bw?qx @k.Ü@d-MhvmY۹R%xJd'$)^Bax\CW[zk1  LZc E@V⺲,Je+Q".ޔt S'JkFdB^Jk`s%4]leU2:WqԔL,H1vHe,DbX.)8fwX d2ߪ6NX%s?4J.:;sԲ%Ūڵ+Er*J}݃|]PtyES w8 m)*b_Ax$kH$(I!5{ H祢l$\7a];i(wfHh Fz t7p7|YI+sC`i^)ќ'C# xG(*Be$}ĻNX'g 5}^z"R+{}NKUǯ&;\@Z7R17TF']n#i<%F > K>N,"b;1~*UF`ǷBN e,"yUrݒUL3u (~2P4Ry0,w0}b*s!Bvץ\OkNԻ\Ցg][ck T.Kc5Tx{!fROQVcc)M(ZÕ׽;]5fW-DQI\j<>1yc }^V}uQImc)(!g<_5Oww ;Hܵm>F:e|í/[܀! U#a:FW-]*t~AT3\[b/,$eJ%_\T$'jA`]z̤R9{NXNLkJ15B/ o̼ SBF# @} IgtS+C#d PEfǃ%,D&WBaV1P&f) Xhav;ZV3c%Մas<ĩTY$V)rH mEn 2<3 3UM " 0i3a7,cřS%Mu.ܘ"I /nRjT@)#2W|A~gx;w5eHp$UQ&$3Pb{ה5Pz[/Uc8>eJp ,gGdڔ$Evu2eK[d8'5I`4l.H޸8ϬBPGeiv'S G{bZOhnam'3#&=fRa" ,'Q)DpWkLȴJkT.޼aAh JXͻ$ӱ=_`#v9K8,1zY0GAF..<V|rLZϿr2SGelF w VHWxD+_DdrŠg2JOTpq ':+0> =:{;ϨRѴ&N@lٸtp^[+" @4򇞇!?}ѢN ƋNP$.7R2ȅ8O0!bgլq;9-0p/+NnulO9Q]}i_"k ̀ȻϜwr-;2+@$QlYpt LXR(dзq"]bwo2#-L~hR3<ܐ2X jX0x/RN&3?zvA-G%,Jl (Ŵ.lcUґg$yv wnh1w:v{f5nݣ7>5֥?^n.459fd)^ȕ5*+/*`, y=\O*KHqG</M!YwH՞lIv?] &xIxɖO벘'zZ/H7[z"rmJ(qޤ}iq`akSS,E?:X뼤  <ky͵]B-fP22\R4MGKm2] ()Mǔ+PcXbeMJM<-ǬEXx&>=>/F4|KcխIw̫:\%e()wҌ,4_,'Ř AZ!V'*L;}ikHB]&. /6Z<4$WZ5k2ľCo_v<y$"I--!.0]7OCR+LeG8P&,@Lz,kTͯ^h#I5_ŌX]ir 7 ]הs?ZE}#Uxyr}|VuUP%j pW)v0'lq`~kBc98A٤IY& $*UCiPxK, onT|s]G!Y"%~ []B>_%foy@gܳ솞)6C2݂r^T3ٲӆ ̃&=AGz @˥¤_x2 \DhE nn25IGu$MorX`qbl s LtlL'-qӺan;g {_ _WzɲEQ^`zXX߀ʎ0AEܾgyFG>>}Ե]r09KYGhÝ+QRp`]ydC"US8&!@kJ=wV*s<ދ|'#p*3R4̠Er$#f&@H%iAfEcoBvk>z71IL?̝ 䆋r_! G\s*GYV3ezٸ45>DU}^Kj)( xd.b];z%8rv(ż@z9 eWqf;b~vt,JK2Hjz&Bi:8**_V\2)r k+rL:߶jz`S?zye/s9H=xਟLiUSi^-5\+V{A9f=8?FQO&gb.\u:R̷ ě|cF)\ Kb3B.%΅pV@N]+PQbذkJ`v$GɁGɻ'3yűdo0ڶk˽iYi\3eFO$0CUvfSZ,f=:+IZ:HJR`&u}?%b )h1`Tso 3v箵#WA NUSԸC~ r}3isV]TnUW#A?)GH3ê#v/s\8H/TPП k[RÞ81a2hI%._Jalz+ִN,gd6X:l%bq[u5ha Cp/Lbe ϋ Z<Ǩ(qVmp6[(ķ$iQ%'v,%5x2*ΙuZ Jx[ࢢWRA2y8Ec c,ߧyx;FmGfEy 0,-,?sҝ FgW+__'V*kQ2#j25NmH1F1|^ p%:حv#\q{ُ3$R8rx]MƓGl>HA؇옭|k'ÐPZoo 5锔 hj'fWmHRVwɒL8 i<-y]ȴT!(g}}{91T<7݃lY= )#.VMY3#X7ȕg-XmG$Sajk| ֳ2V:%yزIp!)$E؟ c$188_rnGv%[STDzwoכՃ9w-nC8!?iƂ U.d: ~z$Q&c7iUNn Q[OaX(kBE݊5Ȭ]il [{v"~!)G5,OAbWr~ġk~2wy\BttG *bMt8+ f5[dx֮(h}:Iː Eޢwy0fYXU*m%)3W 2ҩfNP/< }ܯY_7VYAbC()Z gu1J0/o0(DNmLA E,"06"ՂFyC6s,OPl _jRG߯[5| ZMX^N ..OgH_a4Y.e>~WkE<@,&eی_$!XTl-05ܗ%" ;-Iӹӌ<9ϨY CƔh8[V(<ܽC k÷(LB@5K$(W/_*ڞ<:kŽNEE<@)X[ぞ\i|Howp ިOܴQ`fs29V̥ӱ=ōgdJBѽ,uvvPۏѼ-{lŒf?/Zan1WqOs'%Q5IQtXjTEI|L fX,Otv)O3M9N}LEѼ8VqmL@;$ lMt)c}j%n7dS͝[>t1>FB2;NDQf&\)yEV@?tC4M(ݶZ*&%b+zYwYpPZ)aeQM$YU+#<ؠbvÆnYSKO$m4V_'z8 ӄF b "Tm2-./D5f EׂBrALBTj1͂^v{W]ɸ% 1STY0wj߀Ջ? Z,yU̪lΠijZd6H쯯S_3`jߖѣBtM pE54)`F ȉ1U%eV8c7/PW2/efcY?=0bʲ]k͎4 [Z(Z2UP; G_0r]$b&lUX/Ӯ?GjXV>ss㾫|۝ iULK('5[+!r5.(Uˋ@l8q|-.cɺ!]-:LJih FxCFEfWL)TrYQ+#wh_ #caA,OEX.|]% ?q`f<}j8r0@y|r!Udw 6>;YH8ڷ}mXboe҇4Q<|k3)C‡\IZXLR%(vm$l0KvJPK@.i)^ ă_\,)dfb3Jrq1 qO5)k;` uX B*-n0R;i_ٖvf<#<2օ8q,OlH鵊h5##ofk$qr3)lErD2NT8A݂g۹PT?2`B6;5{[K h$9(X5DQU@z:xᣜu=)\+l+YSv8;Or }`?MӊIg|^ H ʫ[ܒy:Ű&{Q\Uj6/Ό¹ !N#F"6BȀ>V\% Wo9M Ku_jy0{[+zQk !* wo~W/N(橠)@,'΅#jN|´Kie+TyFΖA84mJ@ќ ys.{ڐ!b$۵]EeԨ4~;TsaE!;)vy$$sդQ۰=N ٥OUZtyEzԾcALR-E)^r1%GtrT k鯓bY FH@YN9@wh02:)jdX{ u֚uB7{,SZR {."@Z H!(siqxU|NA\똻J:4`{AnNw13v\\L?^EzዯR\?1<6^z}m"PHNawCʹk۩濣 :M}$X"h K;(Z4y#kǙoUOp.+Q捞Tlcd5Fa zٿ?[.[TlCmb=}!z~w_9D-/7 ezdȓY7T =” }@q6*AwaJwmlh5ߺC>X/@%Kkܔ]@ͭGtnВ_msV-\jjx' /gC.uosRiS@݉P{֕ m!>["JCVk5t;V1~K”$'V(yqIvLqrvtf헻$)̏XTpmY|pF͉( B}E'1tD#/4< (bj˽&-_),a48It+߼S^ao@3Q="Ja{al_8hw.o!4UX.LX~F v_x TaH`S-n='%T@>,%[S[εt&#X [LG FXkɵ}P̏I}džJ/"Ȥ}dK-ZBh[qLvJ ~;y~R4o#TYߨ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 '{  3y0Պ(Mȷ{_VmZz  O~T* YZ