libreadline7-7.0-150400.27.3.2<>,#fbp9|<+nL|r6g .&f.4 MY2XA 󛑸v ^-?e9IXڝMXy %JP! dJ$tS<g41D`kgMl9 DZbW֮Ѩ>W:*̧!yjL`>Fn8?n(d ! 6:K ar     8Xp8 h  (8;9;: e;>i.@i=BiLFiUGilHiIiXiYiZi[i\i]j^jobjckWdkekfklkukvl wmHxm`ymxzmmmmmmmn$Clibreadline77.0150400.27.3.2The Readline LibraryThe readline library is used by the Bourne Again Shell (bash, the standard command interpreter) for easy editing of command lines. This includes history and search functionality.fbh01-armsrv1SSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttp://www.gnu.org/software/bash/bash.htmllinuxaarch64 gKA큤f]f_f]f_faHpb75a9bd931c8dd5980f1e90b093f550d6ae9744ebcfabe97beda42215e24b39418816b3ae5ea23f1e60234651241ad595bfe5cf2d79cbebd97458309f233dd928ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903libhistory.so.7.0libreadline.so.7.0rootrootrootrootrootrootrootrootrootrootrootrootbash-4.4-150400.27.3.2.src.rpmbash:/lib64/libreadline.so.7libhistory.so.7()(64bit)libhistory.so.7(READLINE_6.3)(64bit)libreadline.so.7()(64bit)libreadline.so.7(READLINE_6.3)(64bit)libreadline7libreadline7(aarch-64)readline@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libtinfo.so.6()(64bit)libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3fb<]@bOaraa @`7@_a@]V\t@[[@@[!@[)[Z3@ZH@ZZyZp^@Zhu@Z*~YY&@Y%uYX:@XX*X6@X@XJX<@X-X WWW;W9W~V޾V$@V UAU@Ug@UY@TTT~T@TT~@TXTJ?@TJ?@TG@TG@TFJwerner@suse.dewerner@suse.dewerner@suse.deschubi@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.debwiedemann@suse.comwerner@suse.dewerner@suse.deavindra@opensuse.orgwerner@suse.dewerner@suse.defvogt@suse.comavindra@opensuse.orgavindra@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.debwiedemann@suse.combwiedemann@suse.comwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.demliska@suse.czwerner@suse.dewerner@suse.deschwab@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decoolo@suse.comwerner@suse.demeissner@suse.comjdelvare@suse.dejdelvare@suse.dewerner@suse.dewerner@suse.dewerner@suse.dejdelvare@suse.dewerner@suse.dewerner@suse.debrian@aljex.comwerner@suse.dewerner@suse.debrian@aljex.com- Add patch boo1227807.patch * Load completion file eveh if a brace expansion is in the command line included (boo#1227807)- Do use old legacy PreReq to get bash installed before bash-sh but do not require bash-sh by bash (bsc#1197448)- Port bash-sh package approach back to SLE-15-SP4 (jsc#SLE-18234)- Using package bash-sh instead of the update-alternative mechanism.- Post update-alternatives approach back from factory for /bin/sh (SLE-19670)- Add patch bash-4.4-jobctrl.patch to allow process group asignment even for modern kernels (bsc#1057452, bsc#1188287)- Add patch bsc1183064.patch * Fix bug bsc#1183064: Segfault from reading a history file not starting with # with HISTTIMEFORMAT set and history_multiline_entries nonzero and with the history cleared and read on the same input line.- Move /bin/bash to /usr/bin/bash and provide old location as symbolic link of new location (jsc#SLE-15652) - Remove minimal sh build option as not used- Rework patch readline-7.0-screen.patch again for bug boo#1143055 * Map all "screen(-xxx)?.yyy(-zzz)?" to "screen" as well as map "konsole(-xxx)?" and "gnome(-xxx)?" to "xterm"- Add patch bash-4.4-bgpoverflow.patch which is a backport from bash 5.0 to perform better with large numbers of sub processes (bsc#1133773)- Rework patch readline-7.0-screen.patch- Add bash-memmove.patch to make bash.html build reproducible (boo#1100488)- Add patch readline-7.0-screen.patch to be able to parse settings in inputrc for all screen TERM variables starting with "screen." to fix boo#1095661- In patch bash-4.4.dif avoid setgroups(2) but use initgroups(3) (boo#1095670)- Add patch 20, 21, 22 and 23 to bash-4.4-patches.tar.bz2 * 20: In circumstances involving long-running scripts that create and reap many processes, it is possible for the hash table bash uses to store exit statuses from asynchronous processes to develop loops. This patch fixes the loop causes and adds code to detect any future loops. * 21: A SIGINT received inside a SIGINT trap handler can possibly cause the shell to loop. * 22: There are cases where a failing readline command (e.g., delete-char at the end of a line) can cause a multi-character key sequence to `back up' and attempt to re-read some of the characters in the sequence. * 23: When sourcing a file from an interactive shell, setting the SIGINT handler to the default and typing ^C will cause the shell to exit. - remove bash-4.4-wait-sigint-handler.patch (upstreamed)- Add patch bash-4.4-wait-sigint-handler.patch to fix bug bsc#1086247 that is repeating self inserting trap due external command in the trap.- Create readline-devel-static package to re-enable static libraries again (boo#1082913)- Use %license (boo#1082318)- Add patch 19 to bash-4.4-patches.tar.bz2 * With certain values for PS1, especially those that wrap onto three or more lines, readline will miscalculate the number of invisible characters, leading to crashes and core dumps.- Add patches 13-18 to bash-4.4-patches.tar.bz2 * 13: If a here-document contains a command substitution, the command substitution can get access to the file descriptor used to write the here-document. * 14: Under some circumstances, functions that return via the `return' builtin do not clean up memory they allocated to keep track of FIFOs. * 15: Process substitution can leak internal quoting to the parser in the invoked subshell. * 16: Bash can perform trap processing while reading command substitution output instead of waiting until the command completes. * 17: There is a memory leak when `read -e' is used to read a line using readline. * 18: Under certain circumstances (e.g., reading from /dev/zero), read(2) will not return -1 even when interrupted by a signal. The read builtin needs to check for signals in this case. - partial cleanup with spec-cleaner- Modify patch bash-4.3-pathtemp.patch to avoid crash at full file system (boo#1076909)- Enable multibyte characters by default- Modify patch bash-4.4.dif to let bashline.h install as well as this header file is included by general.h due to the same patch (boo#1060069)- Make build reproducible in spite of profile based optimizations (boo#1040589)- Allow to disable do_profiling in builds (related to boo#1040589)- Simplify patch readline-5.2-conf.patch- Do not throw info and manual pages away- Remove bash-4.0-async-bnc523667.dif as this one is fixed (and was disabled and nobody had reported trouble)- Add upstream patch readline70-002 which replace old one There is a race condition in add_history() that can be triggered by a fatal signal arriving between the time the history length is updated and the time the history list update is completed. A later attempt to reference an invalid history entry can cause a crash. - Add upstream patch readline70-003 Readline-7.0 uses pselect(2) to allow readline to handle signals that do not interrupt read(2), such as SIGALRM, before reading another character. The signal mask used in the pselect call did not take into account signals the calling application blocked before calling readline().- Add upstream patch bash44-006 Out-of-range negative offsets to popd can cause the shell to crash attempting to free an invalid memory block. - Remove patch popd-offset-overflow.patch to use bash44-006 - Add upstream patch bash44-007 When performing filename completion, bash dequotes the directory name being completed, which can result in match failures and potential unwanted expansion. - Duplicate bash44-007 as readline70-002 as it seems to be missed - Add upstream patch bash44-008 Under certain circumstances, bash will evaluate arithmetic expressions as part of reading an expression token even when evaluation is suppressed. This happens while evaluating a conditional expression and skipping over the failed branch of the expression. - Add upstream patch bash44-009 There is a race condition in add_history() that can be triggered by a fatal signal arriving between the time the history length is updated and the time the history list update is completed. A later attempt to reference an invalid history entry can cause a crash. - Add upstream patch bash44-010 Depending on compiler optimizations and behavior, the `read' builtin may not save partial input when a timeout occurs. - Add upstream patch bash44-011 Subshells begun to run command and process substitutions may attempt to set the terminal's process group to an incorrect value if they receive a fatal signal. This depends on the behavior of the process that starts the shell. - Add upstream patch bash44-012 When -N is used, the input is not supposed to be split using $IFS, but leading and trailing IFS whitespace was still removed.- Remove -L option on screen call dues API change, now we depend on environment variables only.- Enable -fprofile-correction to cover misleading profile created due to terminating_signal which does not return.- Add upstream patch popd-offset-overflow.patch to fix boo#1010845 CVE-2016-9401: bash: popd controlled free (Segmentation fault) Remark: this is a simple Segmentation fault, no security risk- Add upstream patch bash44-001 Bash-4.4 changed the way the history list is initially allocated to reduce the number of reallocations and copies. Users who set HISTSIZE to a very large number to essentially unlimit the size of the history list will get memory allocation errors - Add upstream patch bash44-002 Bash-4.4 warns when discarding NUL bytes in command substitution output instead of silently dropping them. This patch changes the warnings from one per NUL byte encountered to one warning per command substitution. - Drop no-null-warning.patch as bash44-002 is official replacement - Add upstream patch bash44-003 Specially-crafted input, in this case an incomplete pathname expansion bracket expression containing an invalid collating symbol, can cause the shell to crash. - Add upstream patch bash44-004 There is a race condition that can result in bash referencing freed memory when freeing data associated with the last process substitution. - Add upstream patch bash44-005 Under certain circumstances, a simple command is optimized to eliminate a fork, resulting in an EXIT trap not being executed. (boo#1008459) - Add upstream patch readline70-001 Readline-7.0 changed the way the history list is initially allocated to reduce the number of reallocations and copies. Users who set the readline history-size variable to a very large number to essentially unlimit the size of the history list will get memory allocation errors- no-null-warning.patch: Don't warn about null bytes in command substitution- Avoid confusing library path- Update bash 4.4 final * Latest bug fixes since 4.4 rc2 - Update readline 7.0 final * Latest bug fixes since 7.0 rc2 * New application-callable function: rl_pending_signal(): returns the signal number of any signal readline has caught but not yet handled. * New application-settable variable: rl_persistent_signal_handlers: if set to a non-zero value, readline will enable the readline-6.2 signal handler behavior in callback mode: handlers are installed when rl_callback_handler_install is called and removed removed when a complete line has been read. - Drop patch bash-4.3-async-bnc971410.dif as this one is part of 4.4 - Drop patch bash-3.2-longjmp.dif as now long time be fixed - Drop patch bash-4.3-headers.dif as loadables now simply work - Drop readline-6.1-wrap.patch as this seems to be fixed - Disable patch bash-4.0-async-bnc523667.dif for now as it seems to be fixed in an other way- Update bash 4.4 rc2 -- Bugfixes - Update readline 7.0 rc2 -- Bugfixes- Make clear that the files /etc/profile as well as /etc/bash.bashrc may source other files as well even if the bash does not. Therefore modify patch bash-4.1-bash.bashrc.dif (bsc#959755)- Update bash 4.4 beta 2 * Value conversions (arithmetic expansions, case modification, etc.) now happen when assigning elements of an array using compound assignment. * There is a new option settable in config-top.h that makes multiple directory arguments to `cd' a fatal error. * Bash now uses mktemp() when creating internal temporary files; it produces a warning at build time on many Linux systems. - Update to readline library 7.0 beta 2 (not enabled as not standalone) * The default binding for ^W in vi mode now uses word boundaries specified by Posix (vi-unix-word-rubout is bindable command name). * rl_clear_visible_line: new application-callable function; clears all screen lines occupied by the current visible readline line. * rl_tty_set_echoing: application-callable function that controls whether or not readline thinks it is echoing terminal output. * Handle >| and strings of digits preceding and following redirection specifications as single tokens when tokenizing the line for history expansion. * Fixed a bug with displaying completions when the prefix display length is greater than the length of the completions to be displayed. * The :p history modifier now applies to the entire line, so any expansion specifying :p causes the line to be printed instead of expanded.- Update bash 4.4 release candidate 1 * There is now a settable configuration #define that will cause the shell to exit if the shell is running setuid without the -p option and setuid to the real uid fails. * Command and process substitutions now turn off the `-v' option when executing, as other shells seem to do. * The default value for the `checkhash' shell option may now be set at compile time with a #define. * The `mapfile' builtin now has a -d option to use an arbitrary character as the record delimiter, and a -t option to strip the delimiter as supplied with -d. * The maximum number of nested recursive calls to `eval' is now settable in config-top.h; the default is no limit. * The `-p' option to declare and similar builtins will display attributes for named variables even when those variables have not been assigned values (which are technically unset). * The maximum number of nested recursive calls to `source' is now settable in config-top.h; the default is no limit. * All builtin commands recognize the `--help' option and print a usage summary. * Bash does not allow function names containing `/' and `=' to be exported. * The `ulimit' builtin has new -k (kqueues) and -P (pseudoterminals) options. * The shell now allows `time ; othercommand' to time null commands. * There is a new `--enable-function-import' configuration option to allow importing shell functions from the environment; import is enabled by default. * `printf -v var ""' will now set `var' to the empty string, as if `var=""' had been executed. * GLOBIGNORE, the pattern substitution word expansion, and programmable completion match filtering now honor the value of the `nocasematch' option. * There is a new ${parameter@spec} family of operators to transform the value of `parameter'. * Bash no longer attempts to perform compound assignment if a variable on the rhs of an assignment statement argument to `declare' has the form of a compound assignment (e.g., w='(word)' ; declare foo=$w); compound assignments are accepted if the variable was already declared as an array, but with a warning. * The declare builtin no longer displays array variables using the compound assignment syntax with quotes; that will generate warnings when re-used as input, and isn't necessary. * Executing the rhs of && and || will no longer cause the shell to fork if it's not necessary. * The `local' builtin takes a new argument: `-', which will cause it to save and the single-letter shell options and restore their previous values at function return. * `complete' and `compgen' have a new `-o nosort' option, which forces readline to not sort the completion matches. * Bash now allows waiting for the most recent process substitution, since it appears as $!. * The `unset' builtin now unsets a scalar variable if it is subscripted with a `0', analogous to the ${var[0]} expansion. * `set -i' is no longer valid, as in other shells. * BASH_SUBSHELL is now updated for process substitution and group commands in pipelines, and is available with the same value when running any exit trap. * Bash now checks $INSIDE_EMACS as well as $EMACS when deciding whether or not bash is being run in a GNU Emacs shell window. * Bash now treats SIGINT received when running a non-builtin command in a loop the way it has traditionally treated running a builtin command: running any trap handler and breaking out of the loop. * New variable: EXECIGNORE; a colon-separate list of patterns that will cause matching filenames to be ignored when searching for commands. * Aliases whose value ends in a shell metacharacter now expand in a way to allow them to be `pasted' to the next token, which can potentially change the meaning of a command (e.g., turning `&' into `&&'). * `make install' now installs the example loadable builtins and a set of bash headers to use when developing new loadable builtins. * `enable -f' now attempts to call functions named BUILTIN_builtin_load when loading BUILTIN, and BUILTIN_builtin_unload when deleting it. This allows loadable builtins to run initialization and cleanup code. * There is a new BASH_LOADABLES_PATH variable containing a list of directories where the `enable -f' command looks for shared objects containing loadable builtins. * The `complete_fullquote' option to `shopt' changes filename completion to quote all shell metacharacters in filenames and directory names. * The `kill' builtin now has a `-L' option, equivalent to `-l', for compatibility with Linux standalone versions of kill. * BASH_COMPAT and FUNCNEST can be inherited and set from the shell's initial environment. * inherit_errexit: a new `shopt' option that, when set, causes command substitutions to inherit the -e option. By default, those subshells disable - e. It's enabled as part of turning on posix mode. * New prompt string: PS0. Expanded and displayed by interactive shells after reading a complete command but before executing it. * Interactive shells now behave as if SIGTSTP/SIGTTIN/SIGTTOU are set to SIG_DFL when the shell is started, so they are set to SIG_DFL in child processes. * Posix-mode shells now allow double quotes to quote the history expansion character. * OLDPWD can be inherited from the environment if it names a directory. * Shells running as root no longer inherit PS4 from the environment, closing a security hole involving PS4 expansion performing command substitution. * If executing an implicit `cd' when the `autocd' option is set, bash will now invoke a function named `cd' if one exists before executing the `cd' builtin. - Update to readline library 7.0 release candidate 1 * The history truncation code now uses the same error recovery mechansim as the history writing code, and restores the old version of the history file on error. The error recovery mechanism handles symlinked history files. * There is a new bindable variable, `enable-bracketed-paste', which enables support for a terminal's bracketed paste mode. * The editing mode indicators can now be strings and are user-settable (new `emacs-mode-string', `vi-cmd-mode-string' and `vi-ins-mode-string' variables). Mode strings can contain invisible character sequences. Setting mode strings to null strings restores the defaults. * Prompt expansion adds the mode string to the last line of a multi-line prompt (one with embedded newlines). * There is a new bindable variable, `colored-completion-prefix', which, if set, causes the common prefix of a set of possible completions to be displayed in color. * There is a new bindable command `vi-yank-pop', a vi-mode version of emacs- mode yank-pop. * The redisplay code underwent several efficiency improvements for multibyte locales. * The insert-char function attempts to batch-insert all pending typeahead that maps to self-insert, as long as it is coming from the terminal. * rl_callback_sigcleanup: a new application function that can clean up and unset any state set by readline's callback mode. Intended to be used after a signal. * If an incremental search string has its last character removed with DEL, the resulting empty search string no longer matches the previous line. * If readline reads a history file that begins with `#' (or the value of the history comment character) and has enabled history timestamps, the history entries are assumed to be delimited by timestamps. This allows multi-line history entries. * Readline now throws an error if it parses a key binding without a terminating `:' or whitespace. - Remove patches which are upstream solved bash-3.2-longjmp.dif bash-4.3-headers.dif readline-6.1-wrap.patch - Rename patches bash-4.3.dif become bash-4.4.dif readline-6.3.dif become readline-7.0.dif - Refresh other patches as well- Define the USE_MKTEMP and USE_MKSTEMP cpp macros as the implementation is already there. - Add patch bash-4.3-pathtemp.patch to allow root to clear the file systems. Otherwise the completion does not work if /tmp if full (ENOSPC for here documents)- Remove --hash-size options as there is no any change in the final binary nor library anymore- Add upstream patch bash43-039 Using the output of `declare -p' when run in a function can result in variables that are invisible to `declare -p'. This problem occurs when an assignment builtin such as `declare' receives a quoted compound array assignment as one of its arguments. - Add upstream patch bash43-040 There is a memory leak that occurs when bash expands an array reference on the rhs of an assignment statement. - Add upstream patch bash43-041 There are several out-of-bounds read errors that occur when completing command lines where assignment statements appear before the command name. The first two appear only when programmable completion is enabled; the last one only happens when listing possible completions. - Add upstream patch bash43-042 There is a problem when parsing command substitutions containing `case' commands within pipelines that causes the parser to not correctly identify the end of the command substitution.- add bash-4.3-perl522.patch to fix texi2html for perl 5.22 (defined(@array) has been deprecated since at least 2012)- Add upstream patch bash43-034 If neither the -f nor -v options is supplied to unset, and a name argument is found to be a function and unset, subsequent name arguments are not treated as variables before attempting to unset a function by that name. - Add upstream patch bash43-035 A locale with a long name can trigger a buffer overflow and core dump. This applies on systems that do not have locale_charset in libc, are not using GNU libiconv, and are not using the libintl that ships with bash in lib/intl. - Add upstream patch bash43-036 When evaluating and setting integer variables, and the assignment fails to create a variable (for example, when performing an operation on an array variable with an invalid subscript), bash attempts to dereference a null pointer, causing a segmentation violation. - Add upstream patch bash43-037 If an associative array uses `@' or `*' as a subscript, `declare -p' produces output that cannot be reused as input. - Add upstream patch bash43-038 There are a number of instances where `time' is not recognized as a reserved word when the shell grammar says it should be.- move info deletion to %preun sections- bash-4.3-loadables.dif: One more warning fixed, in examples/loadables/logname.c. - bash-4.3-loadables.dif: Reverted one warning fix, which was introducing another warning and possibly a bug.- bash-4.3-loadables.dif: Split changes to shell.h to a separate patch "bash-4.3-include-unistd.dif", as the loadables build just fine without these changes. - bash-4.3-loadables.dif: Drop all header file inclusion fixups, upstream fixed the problem differently 5 years ago.- Do not restart all signal handlers for bash 4.3 as this breaks trap handler in subshells waotiug for a process- Remove -DMUST_UNBLOCK_CHLD(=1) as this breaks waitchild(2) on linux- Add upstream patch bash43-031 The new nameref assignment functionality introduced in bash-4.3 did not perform enough validation on the variable value and would create variables with invalid names. - Add upstream patch bash43-032 When bash is running in Posix mode, it allows signals -- including SIGCHLD -- to interrupt the `wait' builtin, as Posix requires. However, the interrupt causes bash to not run a SIGCHLD trap for all exited children. This patch fixes the issue and restores the documented behavior in Posix mode. - Add upstream patch bash43-033 Bash does not clean up the terminal state in all cases where bash or readline modifies it and bash is subsequently terminated by a fatal signal. This happens when the `read' builtin modifies the terminal settings, both when readline is active and when it is not. It occurs most often when a script installs a trap that exits on a signal without re-sending the signal to itself.- Fix the sed command that fixes up the patch headers. It was printing a duplicate header line, which suprisingly did not confuse patch, but could in the future. - Fix all patches that had the duplicate header line issue.- Use tail command to follow run-tests instead of a simpe cat command- Really remove obsolete patches- Skip autoconf on OS 10.2 or older- Avoid fdupes on SLES-10- Bump bash version to 4.3- Allow building on targets from SL 10.1 to current since it's free/sbin/ldconfig/sbin/ldconfigreadlineh01-armsrv1 17243139547.0-150400.27.3.27.0-150400.27.3.27.0 6.3libhistory.so.7libhistory.so.7.0libreadline.so.7libreadline.so.7.0libreadline7COPYING/lib64//usr/share/licenses//usr/share/licenses/libreadline7/-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:35311/SUSE_SLE-15-SP4_Update/a5754dd96259befa3079dd77b632f096-bash.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=44074abe79992dcac19c99441ef8a36dc1311c28, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c6ceb09e75c3553d38602a1a76096725f886731a, strippeddirectoryASCII textPPRRRRPPRRRRRRO!,I!readline-doc7.0utf-842ed6e1237fee3e924014698377fe3f54d48cbf02309584b0663d49d17812675?7zXZ !t/N}]"k%ad)%Ȫ8ځV'AԝK`ɻF.U2Ԏ?Ho.G\ͧXVU@qX5B -hSĘR9w + ؙR"_YNU o7Y];bpw̤lK2{?zޫz&o"T7H]$Tr [wBg'mٌ3͈9iL@dN ֒Ĺ BzB>26@D2.{pW3))B.˹p!T (."vAxqq!§3ԱMh }zMHk/Xp:ڲ+@=Ws7 .gz hv/mPzij !X8Q};ɱO\1E4dFsHFR 19Z@h[ ozόuX|z9{5V|mIPՁ7/n..(1MVD)k܂Z?] P'E\[tWBe](paoq+ٰ+E!SWl\OSl50Z~ I1p=]a<&Wk-*21\NTl2Zg7f|R^5 McNIfA*w@s[]i#-Ɏ2u[Y_m)(m.SK%VI_~y~H52PeA8]M 1ìqeaG:K Z̪@u~{ 2(d)4Yʼn*ɤ;ˤ _`Q 6NS.E8tˌ/ ccCYHL-[E־x| \u1}m%k-b*B}&ɲUf>d1,|4hIkaT8󣄒D" ,E5#UMnoAG0~!C Mq_oAޭ$ZVqÏsL^`~GZ|\(b\f*ZȂngOzXug/i2IP-7؉:04ͦQ9ŏS<& 1 /wɫ & Az5LChܯ57vYa_ 4YY7g==^{"f@dBJ]Q%dՔ:yRL_kxvz%ӗ&’ەn6>he?޷j_ Ci^A"ע[K+ϖH]*=p-Lh&PhClVs&tOD>zQo}kΥ#5P}Q5PTPMV<.$SʊT(Z9TU$MՠYc6[(7&z(RPT2U F]QASH+B|'wMBwnWq k{DˁBŬEw p= ?D@TaZѣ'Qr;őZ˕@||(poaL̺n?  Wn79U<6 &4!;]/J P:,ͣ(RCjݍ90_JCz.I֔U)npxYQC'kRHF%%˹,P#]:~cٚђ?8~ toyWlh]^!Yn.J%h8L1'sPVUȵКTiǍP甀8r]_q[ğ>?*E/4ݳ3m%𸔞؊0@7 `ڨ_񟗥hI~Am}Gb}z`9цzK{U_q@LcB7gJ hSؾN!BX"Qq[c:}Q34m^jeH mib]y!FR2;6o-+5%Sj4 @EmWqjzm¥$WGm@e.L+(-yD=}{g,%{\@qu,wӶJFq]PaxqMesu"{Aɓ73OM1IPT2I$ 6,w-L& o_07m k Bݗ1U, 4Iv鬔q#Tg^P/*'ʩXu>Mƒv)ޭ DD_?$ Uخ\3@BlsRT0p$WGw,mw?4PFxbY5kj}Sqꮣc2hR,UUj\ tIy;G1CsmI4@j?oto88q=;oKv76Z2B %f 0.>- L xn^7qsfroء(67CֵxeldMP_9T|v'}:Jg Vg- Ԉd8lߥJ=MKHp1hCAZ͠T+:6"[!n[s\*g:Y$G#nx,xŎ9RKOOT5#TP'cPIJH׭::$P=0߄ %R8:'#X\fBW(D5FtrF9>Eƃrn2?שR+>9ea*b~cwΥZK+cF]KIO.*WHw(xuiFB ::nOLFY*̀WcBsdj|&AIfbrq8E LԾ*u%C@g$\_i}_3ХU6(D@T0P2Uy;ЅMaLJR6)h.Og U,O95oNI̓X] ,=qQ޺yV#lemڈ H%I:߂[8nPPV#\7 d. c=hƸ#mZR3"6b:PBr٤rb7 \0(r\ȲO-.0=<'{ ?VmhxN#'6TO]ld3? W/DLAyԞu1PX ڹ(N-"Hoddh&MX8 ݹgEEŜQŪ.jy\)`:DV;5y1\xcc`Bo!΂9,4i@'~@1WU ;V m?"f| fawLk&%ʭtu$0hr)ѭ׏,ih!VzJCcEEW3n.Mw%¾{X$FD s5Z?L 5TY E.R+oѹB|3ZuO;lp"E,_XZA˜xv&h:sX}qr~MZ R xwi-Hj.*Zھr18:b^I|ݻLsb քw|B+57cSf-{+W>_<?M3ߎegP1X| ` }@>Pz/ԃȺU]+gxkLa=MrqKhlQA-'&uՃ%fWm,(+k끲@xl_ l)i7ao _2cHhlz ek@j!PZo@ܖA엢uޣ; G'9&`i./`/ȫCO gIk°4?EUx53w'Z,j|)?;ҏǃ 1Yj n~ [0"ϭrllKJ"7Ȯp C$޷I6{f)Vr&hۀ|mj b,œرkQ''ټ)4M=z#B)t<\s=(3$'ѽR)ו"NͰ[f`X}ZzuŒ^#_XO%j~>T]cj) MZܳ9sX@i$κØ` x'l0g<(PL L~RDӈp`=6񫿷 /[b vJ2J]a&bovEb듿õOnoJVfލT{UJpvZn;yXnsuBxsx@3}9Mc,=Sp'ثOQȫ֡.u!ęlT;(:O Ǝlm& P<𵗘 b+|˜X4ֵHې(Mp͔ZzSg5mti=Dl޼ff׺:~%a-6fH ~-R|gN#jVir/[ÅM* sPgA5]"^79y+MAAň]/O~~kW檯%= Ip5N {Q> 9i+I W~2Lhz1U'sN]gT@ʀ|I t=y N>/sB`TUnRM|(Tڱ K*i_{4&;u3mH5y8$\6.vᖞkMmqqO {5±}Yʂ+eM+5r,'4~]SBv1|2Bf! ueD,A~(IOL:ZdȰ{M[Fd. -~K^cפѼxS+~~3vE7 Kf`Z;Z""Y߽ s(KVxi(fnrK:ฐTG.S0AVJdX5O7Rk>svrY`-śzxxy ,v佬s.Klܝt)0=63d2X)+&INa_smՊ \%_ XB'f#х[TrR߉xHj|=_#;8>#j p&kMbLGG+7Mm 0j,lęϺU&o(Zc?X|*va oeU %nLs wfΟ{Y@)"@n/ Ww %Hh8Zrswn]GXFR(N:m SuX;^CdʬoZ"EHO<|}^*Kڊv)EpdύqEϾü]fѐ!Wуvm2_9JK5;IcPA^u8\; j˲a&?BSfTZ?'e)qU?I0LP}r|"|%~np,/Hv]%}\t5ufg_@(ZkCS Qszs< |r0,yD$-k yk-!ONkfKT)T wK@fV"9pm"_'Sqhq卝<,-Y:3]b52ygOZboj rYVD9ZZah:]=wzm"gD]6M^_Qjufy*w'Rm .ϒg=s+3^ƇiI#ѳG41@l k8@ ,RRٲVK 8k_A`+%Y~}T01-ݐy&ޛY.|֙38MOS@ _/B sh Ͼ "gge{nrWQ`F7~;\ E?KqOԇrEjZ?Lְ KG|$DJs]K*"i` >>_ED<ڊ}E!:qq>$kw, \(c1_I{j'#ìldj_xEPd3jtg]봇ǶMtb/S#VB7/mu oNġb s@!~6Y5g{3b9<ep}AeBh?0H aSُ^YL"hΟ%еa?C4BlN^+Ή 䕋Fi< (x'Bnѐ`řu;ϖ-V'zqu'E;YN9f,Ġ]`~+en aof녳ѡүf[;ag%!3 F"Gc+S:\}ˇ޻,> +JϒEʟV,* eZ˩聕czQ:c^'nj3$&Jv6>_ ߯6' ^nQW3shNYkŐM|[}m+kogR|$clׇGȚtO`R 'RQf~t; ±q=+ Z9#sY8j]JT$]nYN6)&@†%%Us^~zrGl9N`i.q[: tO (*TKi#feKJtd[ykEZvjj3'Sv.ƄnH0SN0x(#_ rMTA3}, 3.jj’' ?;0IP#h_js^[<7B=׈%!l"5\Hg[CSlۥ؏XhN!\A@Bf}`ml#aL?-o(NrGkv7@q3d Zku͎{kiD'``uVڐhk\w9+QT0|zx Ooa9Dpx-mOΡj𰒲RЊy:U z<]c6NəqG 3?Nc?( HWj캪$YZeyf^Q2|DNKs$j_!Mн,U$dOJ[Qˑjw+å (~Kq4X*Jubf7'vddHS 3VOǯ#$݉ϼtu~ _=$CTlioW0hlQ49i}mN;jaKF=3j_cB$HB:69O/E J4\.0MB1V~'7I„勸czr/6HIoYV ֲ1 aOBߚ V'U tn?ݴ'2BR:n̈,K\$ QQB;?'x{)0W6"uvז`u8 -jp5.P#Uw˙W(7%_9̔m|S2(NzM̞UI__ک*b(Ə蒞;M0}\S3}:U=CM2cƎ2,8i(94蔼f-u z nښ&dKnir~yDBRZC Car.$L|7e@ TyG?PL}%6(H3[t7YF*;}VlFs24u>^pI}rW6Z2!dKs&L*]7׈3P)P'IK^ B"RԈr|xE8Cٞ ְ4U+|=߷( )10L:â5^ٵAfgI*bov"AG _;?U'T65}X k[Dܗ\js(%o5CwN5~"=vuw<*PF&ti?&VjW ZbNrf$N~Pjs: H3h6>rA "Y6y [̬ɂuZwy`6ZK[G s( 2EΪӨ I@)"?F܍ٔ:ù ߀oe 3ؚܩv1L z73֕BvFdl*Ŝk -fFJ#\J؋t~a<4W>_rZ#=%-0IS8xV}xcεHpm:ZZ K1`fHǃLw@M Zx>J4`\v1]H[7np<܌ Ù#U'~Ğ܅\ kb"i,D A2M'eFl iS!p#a$) ĎDy0?PoZiPu2A>/pГb~_`/ż01 Ruxev c[<(.;~ɓ[36+Xaog :lvWS`ac|ɉ VMq+2F T7sWU$=^yX(+JOPVɅfn5sVivNqUMV`2襴ّc&f)Pg+ .݂7|_/tq7>i`8S(".0B &NE)J %d]Qq ,:#໸aJp<%wdg?p\JU! Ipk4. A3m9ٶǬ3UŲш2\C]`70fƢYNdˋ }c\5CA(DVEF緫ੑ(_*7ڑH`ӥہ)|(wQ*d@v q1hJᨼv6sa<܊Ql;lJPyb iH.<UelזͨP 3Nf%KCE\"eթW*XZ#;h.3U oWJy*%š J/~zԞ!Ѡb`.aܦjypG1[-?EV8{=*/ɩA':qL*3}߆oMD缆om,'5T(2cvg Djej.'aw 9&˜H/M4N|f` ?u(78|3wBC4YQ[U, P'pxؿǁ0Nx jړ _N#_qguhMɿ}aM.TF|͛njC+/3V?ؽ֕o_!o~ yBˎN&X(3mpTaFB\S!1p?rNEi ?*'dMyAX Q;{z\vV`;wmcg_v^6c  `#zۇٶAM̑%2bS1<>ɒ"ko`bwD[ 1 DŽ9sr3q8}m\~Κet(\{}SV za%H27Mq-^5~7y/inv-U.S0]I @)DvFdP &d>9C8U +ےk̗oRY`<+ )ΗC k Jt#G a; =[lLORdn6}Ԇ.JY(,). R0VDXWQ?ا:G'eHbKǟ'[3x.<渘ɦF2CXGhC m_PI'3}5BURO8SG3YY`s^<]Jzjš&V2z/KhB .j~6ElZ{8^1x臎 s/Hg ɛp&7P0jROihĎ] Gv CϋE2t6 &6̆NO e7B327nlkbt?2 Fe diBJ:"ND;4wH*y&-K;Ix?d GsUOp,ˑp0PV.4a #Q8yؼR G$p`xA8yKVRj"G7&9Y/Wߗ.ĩr-/-lxuZ&F3u>eyͬYuzE1)H&"NO][S%'۬H{Q]G1{k>/ЍTH->m_EFx)cHU YQeV;Ť1pUX =}b~JX;`#2⎭1N)A7c~ڡV'J#љ|bw`VFc~)XȻAN+EL\yXQdy,eɦ~НMV "nS#yZ58g뙬"\u*[  :7.9yÖiCK^PׅorN>,te)n6q.JKd m{j IKƚǎҜf2'x'V߶QI5]y;ewXdB {:n}bvǶ~ػ翛NhQC&k0d~1RcU籦3j7?B>_yv/iyG]1%brF۴R%]w,1#@G%Y)ԽevtGR 7tWݓ󿷒N8RDm[Io6bU1AY3z<> Θ: yz $|A´:o~^V`5wEJk|4lg?I`9mpHn~maɴry0JAk#>Z*ڣps<!qK%Ƣ~n=u.T5V4wJ*xSޣ394a8/oP=*lyfPTCʻukk?aD;փ(CûI^m>`+"%+X<L&'ܖ=.[bDZ9ZX.gUf9J֕ RmUmu՜pZJ2CQkq^M3Li$FvtXMЂX#/X_凄磫w".wެ .xY/r6ˆHdz迭bB]EgsR$ T#ݪ 8 nlsh=ݙH$T2w98(B:0u~ Ks:"[\~2]| Tabf%tl?:܎yr%v.7Ho1jZ?a׫\Z5J._L+ԧl7iϱ`?L `1N;Ǩ\C?њ)^àD='O䂈<#ߦhYpٌ(>>32 tb ro_};FhכnygI>O@"b qӸVg܆HZڝ{;ӻ ԢY.Hg[4qy$A䜑Pȁ~dP*4Yw`rT'д>($;wh=-ϙFEd}%|w3MsFybn%:7у%f~ 'Rx ^|>/vKN4>>:wE ?!W`+t 9vk@LP,\u6 `ԝV+ χZE Me'׏jXhA]n=ޣUzvӐ,<(I*6bnſ9 %X|~tFe#$+iIDrs36^~MGԆhF^~NìMmoa}:MZ;0F+dQ8SuGsckTLNY@mV LOyk胐y?h'*(~E_Χ >Bz%&o.-o V<'g1 a gk͖9'zkO&w72ۍXFO-)5qZfps G7ؠ.V.-=1}':"<9Z]Ђ { ߥzBaX=.b?k?Qgt) x=|'aN`}xM 䳶૖ Bs5s:bRޭT aGjyxA* Y E6C U*UL#|<ZDy#s 1Y iڇ}a: @pc%sJG:^&~)w{XN<|wr17ΦקiW^!b7>փ-m?YBsR+-9hY?i^T(TVK;iyTt(~ Ywh6fDc>Տ-Ȑl=መK人rRn?)?aa¥wmZb܎$Z/;T(r✂w# N*~H CtY(}f_+&.B-#|QG!cLIw0Ԫ{:C_vF%`rtSʪӷ<6qhY/BL Y>:M8 5oĔ}asv<os}T.}p]BpSh߂1Wz6͕nߐZ9mYC>5OV]ol3]VH>ğ&LlRD1*Ώю{Y矨*ɥ9Hu z-$O+N՟TU@mov\ x$ȉ6:7ȩM~a1(]:TBwAm|֐D: vR̕:l'1_a Eyg/(=uS&~[cv _#8VLOVA_H'aVIƦ5+^E/.te;ͶU,V8BȞboM k28 *5poS bbWdlJf .{-sFK5ބ~%A K&kvDS S])/660eУm߾ʁIE͒vO|e3)j`V]@Q$SAvx 1+D­U횹[A r[8v$Yy_/GF cJ§XՒ71a-v%v:Bt&Y0YoY=U⾲EWq46?Xl#iƠ8Dl#ͷJ3(-at~ݗMѾMȒl/XXwWO y?&L6&[ ɶuov򆊎 f-,9Y_Ixʝ=qF[?H&dQ?w pt݀ a\Qhҙd@Dl5UYH= 5 :wփm&dg,$Q@Ua?nrlR9|І@TKc#OGMxJɿ+ЪF}̿V)\<8G˸ Q3 I 7wO_"?-L eӲf f j4 =' 0dhML"(Wv٣v@?w9,0XE iX%/O 5/,~>ASL=[feߔ ͐匣Xwq^F/7+AH,ˊh4htZ\b\NV?(0 `[ Z 0o-CM-y3 zc)F@dHW3A5c@ `9>a5}mvM{Tj|CEE{gD2moOtӅ)cks s/ϚPQ~IHCVً )*C⥑gEg8fPwYm "ЯqۊY&uu;9sx9AgVDd4}&yF(e }q QY.inq!ݓuP^B<^9{hi#.m"08K4SqfU4m)iy֢9%JJ`w~7LڏQfV$Frܾ@ h-1]g%DUs GP*n"'L @.E‹V Um9e&qMcgH˦K;֯%&3oCH'@A$Q1 _-DD~B߆LJ,Lؼ+Xjb =Z|yTuOUṶ=O`Tgh3N.5񭍂OZIsRv qjmݿ_,Wh̍Q.pԛG%XVi/?|T>Os_ݵnb߆ih'%~>x-C4;`IW#vh.+n;gvuU,n7Ƹx&fH5VR IW;}(jM嫲HN"- av4*`H0R1@E6K k8̨SRGd3yo*3('Z!;=2\Ƿ~qҼnc*TiɻUznpcE1B+%H9l8;Q \<~ |afLOy[!8 xm~{Tk3QZj"xJ%kxM N:ʭ!1e5V풥k?u落|m=elFBeT1RZʵy1BZX6 7iM2"HK=WpW#U5t5ugPOyK18X=ECb &$A~:@ΞU\yyҒ)^(~|ёiz~NlC}; !2uXT^aS9- :+]'nh-E]LGG58N2 Њ/[[/{7pR<g;o6;#alF+f%ߑkF&E76'͏ 'MM$eomB9Ow| zfmnwm$jЇivACD]]3:ڻ.18bBnY-dL*b--/|UVҸn,Z5P^$8jdy kbt2`T@eSP` M}$߬nFW{F]ظbE"<eN\[D9z "m&fUe>\ϮBkFwHEY.x+~~tI Do A3+nRY:IQ'WZ.cs?Ѧ,ۉ VkNĒ|YhoD KE! 09?.*ȋ΅P3mD:MJ:ck ]'W~+:O{% RE4Wu]88怋 7\πG향;s`O yjYp Qx=*h!H&[FEyaVIxl'H7>ɹ9\j!$QJDiS6T6SPaT 9Jrd(7À3Cx5HSRжž}IfPfw`0YA)nCKCSG( {HU]1 q3ۛc}?"xuc),v \"Yz,Q̡8) 2ݕ \ǣJY8 3"sJBG&la=[GƏ6zR]Q#+hͱvV~8ʬt΂_]a;:/R'`S H6DR)F inw hYTSVBxgv' cbZHWpAy.k2hD<Ȇ#&Gp +[L)JnQTỳp$ʲtmƒu*LDW-H \j,W2sWor(h\ 46:co_2"I pϖt=#:0of&,t{ Ii{&tz@ci9<2mH/8fJ&&%Lö20tJC`M>7}Y1֜ JE$Dx5/J%}YD4Cբ>,U&/S.-(u56Ufi}E혌vɯ$ko[ b7_LN˞m٦.!-%4󛻎)#>Y%s/+pv(xffy!6$1)~30!6ٳ \Q=vZr[.9͈b{{gbԱ&K4v2G99`816q't GȽm?#-)9퉨ZxMQ`3xo7{K, D6}3G'sd9_]1~G\A zc#v3$P^u i U8Md&{q9?\, AjT:KMyThkz~yʒYm7wXaOOl\ hfP s_ y{^׆B¬e?l4v~C.8*lkt(3ǷTod ׋vKEH~"Mi8_@$lXoeZ-7!R:>9oM8siWwU{ qb|9ךLPQhXk0^lۻ?~ǙdSQv~]˼m[l"< u)=+%/\MB?&_fN.~Z0Ž} ~LȪu9e筡8' s@m\>dD <ᯞIrJUUz}@ +|(w!Y`]<+$8@)eO܌[Toޤg$R-/ 3,904( u+C[zd̹̔";F Mb#)xfV]k"/VjiG֠w5E-+#@<ƠxDimDNc֞7JQj' +uszxp:SF $!!ߡKhQ~u".˼NFdM[e*E5B%S/|% dU2!Uk>gtI O3sMU_;9 g$s_2 o]:b!lY*&g_w]7qMmPpOFU2X,+%uZYΒ[Ց4ځq"?FMP6iPwBlQDQWp@0u3 [׺uh]g%ǜOM6~ IٳqnH'C@u -)ԏc&@Y*iԙ ~_4G e 1}fǾ2{n=*d|qASƓPR10FĂ`/rl$tƺKnF.x=@^QRqȧHzaj^?}&x3 GeO˄ 8.Y"veyS8!O (.k.U*w) JxkY/ _fEh-tVPӤ$:H]^-QFTd^>ǹ Ӧ~aHL~@8H%$ ='-95(zQRjbGR7c$LT%jbCޤ>! U<Րe+"yyGCX1ae&`9Qς`٤ O k;2'P1Oz9l9qg[Mg܅u6M4Oq+(RJmgvPgӏ1ݙ 0|`8UWaTMʄ &TG+,U[H Ec(7 <:/˜nG79DoINt \YZ+/ dP|a H>Ș|W"ddT[O; mJq0 T%FN9ݳ$c{;@L}V=w(3PWO{NYixkΖVͿXϴ{ȪI޽`,sXSSP)h׌Q0 2y.,ʢȲfS/n1y<%V1㔀";xH/- zU•OEѦ\W60tqlNX(י61˷ӑa/,Op(njbbq.;F۰wFjSMsoXZWHp3w$¹ 5t4?hЭ̫[P2ak)A0t5;J hь'^žQ*gI)ɀ32}4\Y]=v5d#ˆ g< R?J72k]p(؈m+z?mdaX]s& /9śshX-d $pj7N&`Xk5~M"G"k#zHLtHR߳ulXfe/& t?=la=]7ngJX+/,ܦTϖϾvA#G*rZ^s%k6!9as:շn TͿ'nKɬ1-3#V2 107-J ll8*W'Ѕ: .V6 ǀa&i4L!g2/C A@ZϣǐCrկ>,}5?4RXb5! )~xjm*F꿼uE9[.>wFADZ)T97@j&7|9}ޠ7u_k.UHX@DIKY+{@xRPuS sA<+EpLC=ԒɽT'\~=p 9{*X3 ޕvxN܎}z;ճ5m;z k/?&%~=+oB I8-Or0*@dd $[!yf6?Mk=5oY3Xފ"_u+nm#];>j]_a᭶@X9ѿ覤5;B*adc#UQeZ^iš1bb}/#5:M4s&ηQd7ƨNP}>,!A(*vg!ppMDUPl&=BAZPԈv?uJ@GB}Ć!o}&7/2;C X9ZDv#{YUF΢K-C4qrG_kԝPqu/q+^ϙ% IBα2-7X$-22 O@@/J`KNGzB[AAG.LFbN(>sެ|+l |ܬwݦ3|iD 6hp,{gN{+D6w@m*?eZ3H.imV/#6aT+kllU꼆XEh;n?m:ub^]qx>_r363ny8r+x,OJI #ITUo*Stqm(N#mRXOpaU%LO, %276f kH~#RgۏBQ-^qz]k~8%ڦ90IC[ M y:fLb l։&tX{ 5)U)p5ZTQWr4C‡WG1)Le CBK]siGެ,LtE<)C.l_48QEps98?+ 8mF< bR&rI7̦gU`A1 W9t{Mr!O\#HF17a]Ǭ͞ݎg~o7ĹOO=x#H'BJQo&+{A*BS &Zoo^֪glU|2xe)9"r j.?m 26H:K3i@G&ld{墀o49wj5<8_<žv> M9I0Á,@vH)]bhPi `P\&ʐ%/e0tcڎjQ^,- b^;t"^DFg'j[LrV´H0r):l=#w2wQqůJTB&fDїk%5ō 4ʺc''"z5e^׼]Mu|_=Z9̂!"_aL5rdh+ 4^N õ5m\TYCėkU8/Ѡ _BlLq|(Bk {DqU-<Ս7;P v3$)|/{-X3a_LJީTn{TfrH,o?SR;)T7*%*QT ofDW}fH]~U}{ԜAwqVgYdo=VxO`Vߩꠊjsqm5JKEAyB7=ZXm0?xpxH%c_eԽU߅%V׼b SW6Gي }FyL2#,ݚg7] jœBR-TB@CV5kX*RJ+ KYQ.;)꥝o<ǹ\<!u$P-jAr 9tZfi{?z3׊G)U"H$|P`A jƤD* 2#.+(u5X@`ϯd+ /+ȋ<Z*v} v4)%@|?%}7t1G1MB9(f 09gb^]#Kۨ^Bx rPga#-ǻm="]_WHt6GѷU!@0Nmo]eF NE+^`(NDŽ-: hԢt@:!)(J@e{kFrdg:!G\7^oY rS;!&T}gDEyE<fU0; 0߿nsqh?¦Hސ*K@n͈;2 V։nԾ$97o?<q9YY[ޖ>Ͱ>g+myq*tНqc,:#No0ӫe(fk 35fW<N5ybT0D+؋K)>+$lz)GzEcl`y#utOҳy <з2T$Jᝠ|JQgMGZOC Lco *+ ;L0ҚS}a掠b vu]D'V%6XH qoAi 54% {L( TVQtp5 J0s@X-S#4PT;DsF/_jkL>fiKa}ۢ0<6SKx]3}PҭƝAk;uo?90/da#*)ͰH 򄀩'ް1 <1=YS%fwS9:vnY+-F=A!*|#[UT~KXަ\Nk3RGi:q_߳bNqN NYt)?NDE{(_p KX՘7+_L?}qBd*4 W }"X:tSXk &5ceTP+{_2 "7J $پ'gj %hb (D*-gTxe_Qd;ȀibKMk+Q;P]R#Tx)z&Fʋu5/+$B3):8yzǔІFq uq}?>8=?&`B#HS' ATt[!פ1'2ETw[OonOl yeB$[ ĠEy= KV5I>;tя$u*M~ Cβ=sPJc< h_{Z%du--t|W>B  'r/7vvՄ ^!i_.veJ0~ܚ3!1-KEzLULA?.? @7kmq6@ė#ڛj:q@a.& ȪY<+"nFu+N} I#Š({d砯jcy*G*g4065rQ6q\#q+dLWGc=[ĹJe=HhʡQ5|+|v]S-96pxE@m9ʮZP(/pN(=z6H9ۂm:a|)Mՠ[@,d+͂s.x[2g5fUh0̹!+ aG$l =Ȭ"XC3\&fg.~_G>hw߅baK&W Uka;/ so@Suf )3Zvj"\OR@&Fx)g9%Jo*UCQ_C0AO6]!6?Ϡ{1sHrA+@A=LG>O(=Wّۤaw֨(gJ m܄Po\& ٭B lU1"U+&`0~HWj@GM!e+u(wǃ(ΝݓdHRJ( 3EWƾe} C&.1?*J-!g MRXm-b]3) SY G m!CC'"s,O G{"bӎوGw#a^D;]$2MrhuO$&w`Gho*na^ٸxMZOxgm=61݌Ƌ\.WU. [:(0KcF3*-s%xO_G5t\g<=i>KbAĆktYPlwXZvZD7WW)msV93kX##>6S|ᇵxO}iz!:YLj]G,QE9E7O )x[ 6nx_e,07B4nxӄH@J8AA7$\םՇB7Nx*l*gNʼn08[:pec :hkXf~>z͒Ft遝fH76-ѐs@A q4|k05m'YZpڃɽOM.Y<#J>ˑywM'}pDcUcQ2fHG? o悦伖A"{ɀ=$藱q=$ZwS$a>Eϱf8 P1Ş@ȱ W;xXbٰٙ'@(TxK+Eǎ>85*\e=5(eptLd*W@Dۣ@wڜ`6#l>eƬS'% Bi>ZW*-\(>m#A5:FcA/Ot?S*V"2/u䃝?g_M0 SW6Sۣ} @kU|MCdc-x>})$(-oZzx`O녴2[z+Eh@ЀuJ=&,|L/3׮R$R }:`T+ЧyAWj[1 QF/gZpC] |\?}@ z> 12xcluURbQx Ƅ@z,(::WLtRnPl-;^B[ .sPOR第~mYb.JƛR<<΃:d ^Jp[CwWH//Ol[Ҳ꧓MR#'xhFJYقB+<Q&Pt]< )޶S}?pU:>eW H؝r(Okl:ڶ^ElXqA`A?Ex! gJ+sQ\`qIct 8:F-!˜YѪ=#a#+x P^"BLNR%f?o}}+vм}5W MbY/AoG)4rЅ1-laݝS; Kp[K|-X枨(:Ac[ kb"*/j >MfOL4fVU|5&Mݫ0ʖ&U]G U7浍_\mj0KL?ܳ7z3#njbe曙{q4_b:%d .j*:4Feu*3&Q2e(b_Уc"%4s#_ٛQ f+E$mlN2A7] $n<䂴kJwDQrP,/y[QrڟnLVTKgb-_FjL׾2was)iYbX Q)ZM_gE{?i_\Tm \V{cEj䮞[ll=bv[Pp,"eѐ6go6F,MaB/*ꌲBM&[/kJ:@D4vx dU@<8ԹӦ/KlBɒjĮ >:Mnf1nx1쓄&l[r+Ew3ɘ Y+sYttұHnZ< #(SKh;#*Y7Š]עW&ŝWJ3 vGX-TcAI$CuuUQKM]'7 }j˖$;ї0/cD7f]t}bv'jW?`6餳* J` N/Wzou_wqL w>epc-찾4\)ig=txq`uRYd#[AtۼrF[y LH#0,SS10UDD4ռxwJk~K%X`;0 CǁgP[ݙ:{>O-k- p'{XOcp2&`hZm_7կ<;:WIVI쳭 9-{LW| n_ʀV$,&<;[4CΧS$*@Ah=_4˂T d>K; 0T xđԖI|4^n$~)dF^S)uU>r|;IL) j~- WchƋ饭3 z~eءŨb"?w[)>B a ֒aZD{fMQcZA>J+a{k[X2mh ]q(jNW`ƕZUvᲿ߄nAS1'r$B<]GQ`zUY50b BbTդeF /aZ3* :ڼHLPwQٍrb@5+ӿ)hj6#Fy5̯&L;CVߝ)4-"곌+4f=RPalSn#r~Q`ρ 2Ѱ4srYd&HlԊ2_3EZ; ?3tdڼH77M3ܳ]/f-t%wV{2{-)\rELF @u>kB&=AKke*pa M3l#z(uy3ƃFM!SW$=V?&G_=Y/ޓ#{EI;ež̉=~{\e}9P!^6;Pߢ潜e,Ȭ#uZ_7I3+0aW wX{؟,Wx Mti"tZĔ@%5PQDKjO[giN&"tw w'"n˹&%IP\~EZd.w.}٬V3˫M|ZҫGX|7t¦XL&YXUEjZj TTa? b:`4#7xs1%ΏN||XZD}*@qԭۿ( D %װ= N,$IpYr u$Ck#$-H&?~].34cQ@bUzmijyE,_$p t)6ֵrTjocQZPNDV10eO -a"ٝw0fn=iXK]{qed3j& ''IIjs%w.sn_eQSFyQ0FEېܧS;fJszH¶M#y,dIǍ\莦WD6V/3 *ERoz řkX@GD"5mL=/@0FؠSv9Œ`lA %@2]0L?hW#ja"R16*`ݍral$ef=>03.%qrc`:45gqwvqӖUK7;F\g>!2ݪA$GpJ}h**6TuT-!GRtOD[$F+"Xo~i,w,&B~uKE1<2iX1G43+'y4 @[[ڎ|`fM]ĭw' B$a8) Έן Qq{|۶"]R0PCU6k9JA_r3Osp%\Nk$| O>]r _h>y6eJNvF:b,, (ӤxC{B#箻Z! %&ygopfXe.Yvjd*;L~$Ӑ5hf W4~8e l)NxBa0l7zIZyWf\bu4ḩebF cf" ~?Tgm}La#)@&f9薓iMBg?böP=;'(;-[bS$t9cn/#cP؏ flX)>W6Αtt#(&\  Vr:h {"qzpǓK  -loXV1*+VP*1 Z'ZJT:|9a8I^>lS{T`hx<Kuy0vy(&Uo:.oc \/Tr3 "}ؔl>bZ1\EJ\Ҵw¡%33­-HV&*"Η7>^&zX8Z6SVO!)B%1dq \D$QMB? s 241[SBAhc$Y7Vu|PE}@alUʨqpgӹ UI -vuJ7#}zH}"*|Ȳ(iNOyΊ&4l3RAQ}w&&Z۞Osm|G$8\𒬿J :;H>+)v۝7o{ǟM ~Dڌ v7>f5Kt{WMS[V޶dȋDlcV r3sy.lAq׋(&W(<\Dsb!~J&Ra:#ePO =nxRVҹڹ]1}n55 bug؂9|wrtD88!NYLߕ{XHY *.d-هB9PFȩ'@IP6ȃ=wa".Y.=$єc+˃"NC),[Z-B F/As=n`nR7DbN2[Lmɽl2LRNbқz"vk;zt1G%۷*Ч%nc{ V@U9eаB^d#/Dc?/̧pNI3a[JV4%Ph +Xqcja(xC0K!'D lT<"}k JmN/xE+\=񒬏dɲ@?J'u5VkKSzTѺt}葞9P5nޥϒo&APl@4Nc-J*ӒͯgM2 T7A)VW.pغ%2~ YZ