nagios-4.4.5-lp151.5.4.1<>,v^⸋/=„e<}r[_Fa0*|ǓB}yиO1L`#dwD4i(ly,}1U Al 6H\ɱLmsN?d   6 2D[ah =x= = l= `= +]= +=,=-=//8=0,0d"0"3@"(37383&94p&:7&=>?@CFG=H =I=X@YP\=]|=^Kbcdef!l#u8=v, w=x=yz OTdjCnagios4.4.5lp151.5.4.1The Nagios Network MonitorNagios is a program that will monitor hosts and services on your network. It has the ability to email or page you when a problem arises and when a problem is resolved. Nagios is written in C and is designed to run under Linux (and some other *NIX variants) as a background process, intermittently running checks on various services that you specify. The actual service checks are performed by separate "plugin" programs which return the status of the checks to Nagios. The plugins are available at http://sourceforge.net/projects/nagiosplug This package provides core programs for Nagios. The web interface, documentation, and development files are built as separate packages^lamb66:9openSUSE Leap 15.1openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Monitoringhttp://www.nagios.org/linuxx86_64# Create user and group on the system if necessary /usr/sbin/groupadd -r nagios 2>/dev/null || : /usr/sbin/useradd -r -g nagios -d /var/lib/nagios -s /bin/false -c "User for Nagios" nagios 2>/dev/null || : /usr/sbin/groupadd -r nagcmd 2>/dev/null || : /usr/sbin/usermod -a -G nagcmd nagios || : # update? if [ ${1:-0} -gt 1 ]; then # in the past, group www was used as nagios_command_group - now we use the default: nagcmd if id -Gn nagios 2>/dev/null | grep -q nagcmd >/dev/null 2>&1 ; then : # %{nagios_user} is already in %nagios_command_group group else # Add %{nagios_user} to %nagios_command_group. usermod -a -G nagcmd nagios logger -t nagios/rpm "Added nagios to nagcmd" fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in nagios.service nagios-archive.service nagios-archive.timer ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in nagios.service nagios-archive.service nagios-archive.timer ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-nagios-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-nagios-update-$service-new-in-upgrade" fi done for service in nagios.service nagios-archive.service nagios-archive.timer ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi# Update ? if [ ${1:-0} -gt 1 ]; then if [ -f /etc/nagios/nagios.cfg ]; then logger -t nagios/rpm "Please run /usr/sbin/upgrade_nagios /etc/nagios/nagios.cfg to upgrade your installation." fi else # First installation: create an alias for the default nagiosadmin user if [ -r etc/aliases ]; then if ! grep -q "^nagiosadmin:" etc/aliases; then echo -e "nagiosadmin:\troot" >> etc/aliases logger -t nagios/rpm "Added alias for user nagiosadmin to /etc/aliases" if [ -x usr/bin/newaliases ]; then usr/bin/newaliases &>/dev/null || true fi fi fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset nagios.service nagios-archive.service nagios-archive.timer || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in nagios.service nagios-archive.service nagios-archive.timer ; do if [ ! -e "/run/rpm-nagios-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-nagios-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in nagios.service nagios-archive.service nagios-archive.timer ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi systemd-tmpfiles --create /usr/lib/tmpfiles.d/nagios.conf PNAME=nagios SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /var/spool/nagios/ fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable nagios.service nagios-archive.service nagios-archive.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop nagios.service nagios-archive.service nagios-archive.timer ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart nagios.service nagios-archive.service nagios-archive.timer ) || : fi else # package uninstall for service in nagios.service nagios-archive.service nagios-archive.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi5~7W 0  H 3d L|IFR1 C5~,<hW 0 4A큤A큤AA큤A큤A큤A큤AAA큤E^^^^^^^^^^^^^^^^^^^^^^^^^^]\]\]\^]\]\]\^]\^^^^^^]\^^^^^^^^^^^^^^^^^^^f7b8dffe0840e5ca02cd10a37ff03140774fcff1f1f7b727dac06a8399da6d39792e46fa618b745ca3493bce5c6890ba2f7142b137bc7894185b04e19c90c869b629674ef41ab1f71c6070c7160b3ca2a26dc90629f71bccb9a393ab597e18f5b1c5fc653a3dd8fe6a1eef5adffd3c7c35f887ee1022d36005565fce4cd18f551bf316339704b77dbc09c555bc6833a25a5329e13787e6248ca3243d37af735ba06b427d71ffafc463b28a9a15ab377faaae807c69a6315cd2e501a4b35ea77f5114c80e62a15cfdc6eb0e9f7a252129563379420a15ecb7cdd20fdcbf31e4f9ac7209f938aa67e9bc3c21087908f093eed2ac491199395592e191b40ac2c154f5d462237bcb5c0f2a24dd35f22be04f702d45b98b9e87a714baabecc28d1636ad2655beb2ba34537fda5997a5c8df99f974eeb20161783b6552b17e419000b5657a823b512f46563718374dcd8f6d449f7d90e45a5b77f704b599a1a472173ce339d92987f93a7fdc56aab882604f8eb036b3d4071833d0ab0719678110b7de8f20a946ad8f421386ce70f2e73d50895adbc14edc08ce2e82553212165c70b808a91fcad00002ba8886e62424b0552e1e9b515e72321fb5cc1773ae140d5486bf54811eb494e795d151335236a0059b9eb354b60c7bc67ceae3aa2f8dc97f51f50775f233d6503030c55fe88d3fa3b44a8286ad6d3fa6cfe135279e6671851d8f54313de80bc91e9f3f203a58294a84dfad58e1dde8340c2d7f455af83457120faec3e120375a1074c584239f389e99d648e2fcd74dc03a6d00ff0c34edc7034ba79fd2502f1807eb06904cc04f1ae809ba395d1f58ac4fefd07fbb8c4dad6d2398354bd9f2374039193c618c802bcdcd02bccf8b7ecf38dbc3138f1bc1dd5616796e0d2115a2cec8917462b20be995a253d2c8c533c0e22d22af682d94671abcbf670868b912fd313a09fdb762295d91291f195985fb7960c9c6509398d825490f060a631a19f4d9163f658ee6fd8fc4ab1de31aed67bb327e0291ec91d320c0d026e01bb17f5b0b63e0c30366d7cb6a3c99fe4a306aad1ff39b69255da60bd3a964c30183fc7daa6948301dd96a0911c3ea741472b1601c1fd39c939afaa8540653ad0c3cc7835b5093d41d1a136121cf525e4c16b2c3fa0c908c9c4bd6b3933b4f2c3bb6dcaa82da02ad616d472bfe3f8e3d56daa85e0388959dafecd645c585d4489bb85c580400625ea49040082e077ccb4f9cba70858d4e9d836e2d534a06db38aca2c4a1c1f22f643e9d3d4e07236d80a0e9261d01d03c93c813a103f7b8dffe0840e5ca02cd10a37ff03140774fcff1f1f7b727dac06a8399da6d39f59c17cd7db8bb6a84fca00277d327125764775c5afe94b53264c0ac71d2ba9d55375a0278dba50d4c2e9e622af7b9e41899b4f45e5f060963e5f578d643cab207c9d7357d6c725a9fdd79c8ba5b0d011032ba87ab4fb81855b27b10b370c06f657a823b512f46563718374dcd8f6d449f7d90e45a5b77f704b599a1a472173c4c1b3f8d9062fe37b6fdba78e82ef2c7a717a526b0bd6395758caac2019f6f8ab629674ef41ab1f71c6070c7160b3ca2a26dc90629f71bccb9a393ab597e18f5b1c5fc653a3dd8fe6a1eef5adffd3c7c35f887ee1022d36005565fce4cd18f551bf316339704b77dbc09c555bc6833a25a5329e13787e6248ca3243d37af735ba06b427d71ffafc463b28a9a15ab377faaae807c69a6315cd2e501a4b35ea77f5114c80e62a15cfdc6eb0e9f7a252129563379420a15ecb7cdd20fdcbf31e4f9ac7209f938aa67e9bc3c21087908f093eed2ac491199395592e191b40ac2c154f5d462237bcb5c0f2a24dd35f22be04f702d45b98b9e87a714baabecc28d1636ad2655beb2ba34537fda5997a5c8df99f974eeb20161783b6552b17e419000b53b6285e7d400094626792b2ab240c4af3a1f120755ebd5e47a71eeea5b12cdaf361ad970a34b8289ef07bf25e5c4717fec085ee1674dccc4fcce316e42276306a0fba7a4a7811e0272434682891b02876c2a4bbedc6d981010a5b2f17a1a4095efe63aeee63762c559878a72e9e01be485709628622e9c97e4baf81451138ee5YYYrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnagiosnagiosnagiosnagiosnagiosrootnagiosnagcmdrootrootnagcmdrootrootrootrootrootrootrootrootnagiosrootrootrootrootrootrootrootnagcmdrootnagcmdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnagcmdnagiosnagiosnagiosnagiosrootnagcmdnagios-4.4.5-lp151.5.4.1.src.rpmconfig(nagios)monitoring_daemonnagiosnagios(x86-64)@ !@@@@@@@@@@@@@@    /bin/bash/bin/logger/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(nagios)coreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)mailxpermissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sedshadow4.4.5-lp151.5.4.13.0.4-14.6.0-14.0-15.2-14.14.1 /usr/bin/chkstat -n --warn --system -e /var/spool/nagios/ 1>&2^^8 @]]@][\ \Db[ā@[ā@[{@Z%Zp^@Z!D@Z!D@Z@YY@YY7XO@X @XM?X=mX#X!@XI@WίWiV U@UU@UoUc@T\@T-@TT@TLlars@linux-schulserver.de - 4.4.5Dominique Leuenberger Stefan Botter Ansgar Esztermann kukuk@suse.deStefan obs@botter.cc - 4.4.3aeszter@gwdg.delars@linux-schulserver.de - 4.4.2adaugherity@tamu.educrrodriguez@opensuse.orgobs@botter.cclars@linux-schulserver.delars@linux-schulserver.derbrown@suse.comsbrabec@suse.comlars@linux-schulserver.delars@linux-schulserver.deobs@botter.cclars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.dejengelh@inai.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.delars.vogdt@suse.comadaugherity@tamu.eduaj@ajaissle.dearchie@dellroad.orglars@linux-schulserver.delars@linux-schulserver.depgajdos@suse.comdarin@darins.netlars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.de- fix boo#1156309, CVE-2019-3698 : Symbolic Link (Symlink) following vulnerability in the cronjob allows local attackers to cause cause DoS or potentially escalate privileges by winning a race. - enhance systemd service: check nagios config before reloading - enable build for SLE11 by excluding some special macros and directories via 'sles_version != 11' condition - add nagios-archive.service and nagios-archive.timer as replacement for the script in cron.weekly: no need for cron on systemd systems - run set_permissions and verifyscript for /etc/cron.weekly on those distributions that need it - enhance rpmlint: ignore empty htpasswd file - enable php apache module and not php5 on newer distributions - try to harden the rcnagios script- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut through the -mini flavors.- 4.4.5 * Reverted changes related to #625 due to CPU load issues * Partially reverted changes for #647 due to CPU load issues * Fixed "Quick Search" so that leading/trailing whitespace doesn't affect output (#681) (Sebastian Wolf) * Fixed build issues on non-RPM-based platforms (#617) (T.J. Yang) - 4.4.4 * Fixed log rotation logic to not repeatedly schedule rotation on a DST change (#610, #626) (Jaroslav Jindrak & Sebastian Wolf) * Fixed $SERVICEPROBLEMID$ to be reset after service recovery (#621) (Sebastian Wolf) * Fixed defunct worker processes appearing after nagios was reloaded (#441, #620) (Sebastian Wolf) * Fixed main nagios thread to release nagios.qh on a closed connection (#635) (Sebastian Wolf) * Fixed semicolon escaping to remove prepended backslash (\) (#643) (Sebastian Wolf) * Fixed 'Checks of this host have been disabled' message showing on passive-only hosts (#632) (Vojtěch Širůček & Sebastian Wolf) * Fixed last_hard_state showing the current hard state when service status is brokered (#633) (Sebastian Wolf) * Fixed long plugin output (>8KB) occasionally getting truncated (#625) (Sebastian Wolf) * Fixed check scheduling for objects with large check_intervals and small timeperiods (#647) (Sebastian Wolf) * Fixed SOFT recoveries sending when services had HARD recovery some time after host recovery (#651) (Sebastian Wolf) * Fixed incorrect permissions on debugging builds of FreeBSD (#420) (Sebastian Wolf) * Fixed NEB callback lists being partially orphaned when multiple modules subscribe to one callback (#590) (Sebastian Wolf) * Fixed memory leaks in run_async_service_check(), run_async_host_check() when checks are brokered (#664) (Sebastian Wolf) * Fixed potential XSS in main.php, map.php (#671, #672) (Jak Gibb) * Removed NEB brokering for nagios daemonization, since daemonization occurs before NEB initialization (#591) (Sebastian Wolf)- compile with -ffat-lto-objects to prevent build failure- Add /etc/cron.weekly to filelist, as this is now part of cron, which we don't want to require- revert setting of sbindir back to nagios_cgidir- update to 4.4.3 * Fixed services sending recovery emails when they recover if host in down state (#572) (Scott Wilkerson) * Fixed a make error when building on the aarch64 architecture (#598) (Gareth Randall) * Fixed --with-cgibindir and --with-webdir to actually set values given (#585) (lawsontyler) * Fixed soft recovery states for services (#575) (Jake Omann) * Fixed XSS vulnerability in Alert Summary report (CVE-2018-18245, boo#1119832) (Jake Omann) * Fixed services in soft states sometimes not switching into hard states (#576) (Jake Omann) * Fixed last_state_change to update when a state goes from soft -> hard state (#592) (Jake Omann) * Fixed Map link always being set to undefined host and don't show link for Nagios Process root note (#539) (Jake Omann) * Fixed notifications sending when services went into hard state on a down or unreachable host (#584) (Jake Omann) * Fixed log_host_retries not logging the host soft state checks (#599) (Jake Omann) * Fixed stalking_options N option to properly log only when a notification is actually sent (#604) (Jake Omann) * Fixed issue with service status totals being zero when servicegroup=all on servicegroup status page (#579) (Jake Omann) * Fixed escalation notifications logic and recovery notifications not going out (#582) (Jake Omann) * Fixed not finding child index causing duplicate hosts showing in the Map (#471) (Jake Omann) * Fixed Map configuration popup checkboxes not working and Root Node not populating (#543) (Jake Omann) * Fixed cleanup and deinit of neb modules on reload (#573) (Jake Omann) - rebase nagios-4.2.2-enable-ppc64le.patch (allow ppc64le builds in contrib Makefile) to: nagios-4.4.3-enable-ppc64le.patch- install /var/spool/nagios setgid nagcmd so external applications like the webinterface can issue commands to nagios (boo#1028975)- update to 4.4.2 * Fix comment data being duplicated after a `service nagios reload` or similar (#549) (Bryan Heden) * Fix check_interval and retry_interval not changing at the appropriate times (#551) (Scott Wilkerson) * Fixed passive checks sending recovery email when host was previously UP (#552) (Scott Wilkerson) * Fixed flapping comments duplication on nagios reload (#554) (Christian Jung) * Fix for CVE-2018-13441, CVE-2018-13458, CVE-2018-13457 null pointer dereference (Trevor McDonald) (boo#1101293, boo#1101289, boo#1101290) * Fixed syntax error in file: default-init.in (#558) (Christian Zettel) * Reset current notification number and state flags when the host recovers, reset all service variables when they recover fixes (#557) (Scott Wilkerson) * Fixed wrong counting of service status totals when showing servicegroup details (#548) (Christian Zettel, Bryan Heden) * Fixed avail.cgi not printing CSV output when checkbox is checked (for any type: host/service/hostgroup/servicegroup) (#570) (Bryan Heden) * Fixed nagios not logging SOFT state changes after 1 (Scott Wilkerson) 4.4.1 - 2018-06-25 * Revert some macro->kvvec changes causing problems when `enable_environment_macros` was enabled (Bryan Heden) * Adjust `process_macro_r` function logic so that it handles macros properly (Bryan Heden) * Fix spec file for systemd (Karsten Weiss, Fr3dY, Bryan Heden) * Fix bug where `ssize_t` typedef to int on some systems (Bryan Heden) 4.4.0 - 2018-06-19 ENHANCEMENTS * new status for check dependencies (John Frickson) * Allow more flexible requirements for comments (John Frickson) * Add a `statusCRITICALACK` class for the status column (John Frickson) * CSV output based on groups (all options) (John Frickson) * New Macro(s) to generate URL for host / service object to be used in notifications (John Frickson) * New Macro(s) to determine if host/service notifications are enabled (#419) (Bryan Heden) * New Macro(s) for obtaining the host/service notification periods (#350) (Bryan Heden) * enable_page_tour interface option (Bryan Heden) * Code cleanups in important sections (Workers, Handling Results) (Bryan Heden) * Automatic mail program detection (with same /bin/mail failback) (Bryan Heden) * Incorporated [autoconf-macros](https://github.com/NagiosEnterprises/autoconf-macros) into Core (Bryan Heden) * Lots of enhancements/additions to configure/make process. (Bryan Heden) + Moved all files to startup/ + Added upstart job * Added system limit detection (RLIMIT_NPROC) to check for anticipated fork() failures (#434) (Bryan Heden) * Added stalking on notifications (`N` or `notifications` option when specifying `stalking_options`) (#342) (Bryan Heden) * Added automatic `systemctl daemon-reload` and `initctl reload-configuration` where applicable on `make install-init` (Bryan Heden) * Added case-insentive command submission. (#373) (Bryan Heden) * Enabled `check_external_commands` by default (Bryan Heden) FIXES * Command line macro detection skips potential macros with no ending dollar sign (Bryan Heden, Jake Omann) * Fixed a lockup condition sometimes encountered on shutdown or restart (Aaron Beck) * Fixed negative time offset calculations computing incorrectly sometimes (bbeutel) * Fixed reloads causing defunct (zombie) processes (#441) (Bryan Heden) * Fixed wait3(), wait4() implementations (replaced with waitpid()) (#326) (Bryan Heden) * Fixed additive inheritance not testing for duplicates in hosts/services/(+escalations) (#392) (Bryan Heden) * Fixed very very (around 600k chars or greater) large plugin output crashing Nagios (#432) (Bryan Heden) * Fixed first_notification_delay not beeing calculated from last_hard_state_change (#425) (Christian Zettel) * Fixed duplicate downtime ID occuring from downtimes in retention file (#506) (Franz [feisenko]) * Fixed segfault when navbarsearch was used in status.cgi for something other than a host (#489) (Bryan Heden) * Fixed some miscellaneous ./configure issues on Solaris (Bryan Heden, Troy Lea) * Fixed "Locate host on map" link (#496) (Troy Lea) * Fixed service groups defined with unknown service members (that aren't first in the list) not erroring out (#500) (Bryan Heden) * Fixed tac.cgi to have consistent behavior with the other cgis (#481) (Bryan Heden, Matt Capra) * Fixed clear_host/service_flapping command logic to broker/notify properly (#525) (Bryan Heden, Karsten Weiss) - removed upstreamed patches: + nagios-fix_spurious_dollar_signs_added_to_command_lines.patch + nagios-4.3.4-fix_memleak_4.3.3.diff - refreshed patches: + nagios-4.0.6-remove-date-time.patch + nagios-4.1.0-add_KOHANNA.conf + nagios-4.2.2-enable-ppc64le.patch + nagios-disable_phone_home.patch + nagios-fix_encoding_trends.cgi.patch + nagios-output-length.patch + nagios-random_data.patch- fix setting default values in nagios-exec-start-pre- remove unused xorg-x11-devel BuildRequires- fix upstream issue #455, memleak introduced with 4.3.3 nagios-4.3.4-fix_memleak_4.3.3.diff- update to 4.1.0 fixed boo#939829 already, mentioned here just for reference- fix a possible symlink attack for files/dirs created by root fixes CVE-2016-8641 (bsc#1011630 and bsc#1018047) - remove the pre-configured administrative account with fixed password from the htpasswd file and provide an empty one instead (fixes boo#961115 - CVE-2016-0726)- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Do not introduce new RPM group just for nagios-contrib. Use established Development/Tools/Other instead.- update to 4.3.4 * Improved config file parsing (Mark Felder) * Fixed configure script to check for existence of /run for lock file (in regards to CVE-2017-12847, Bryan Heden) * Use absolute paths when deleting check results files (Emmanuel Dreyfus) * Add sanity checking in reassign_worker (sq5bpf) * xodtemplate.c wrong option-deprecation code warning (alex2grad / John Frickson) * On-demand host check always use cached host state (John Frickson) * 'á' causes Serivce Status Information to not be displayed (John Frickson) * New Macro(s) to generate URL for host / service object (John Frickson) * Fix minor map issues (Troy Lea) * Fix lockfile issues (Bryan Heden) * Switch order of daemon_init and drop_priveleges (CVE-2017-12847, Bryan Heden) * Add an OpenRC init script (Michael Orlitzky) - only require insserv on older SUSE distributions- update to 4.3.2 FIXED * Every 15sec /var/log/messages is flooded with "nagios: set_environment_var" (John Frickson) * Changed release date to ISO format (yyyy-mm-dd) (John Frickson) * `make all` fails if unzip is not installed (John Frickson) * Quick Search no longer allows search by Alias (John Frickson) * flexible downtime on a service immediately turns off notifications (John Frickson) * Fix to allow url_encode to be called twice (Z. Liu) * Update timeperiods.cfg.in (spelling) (Parth Laxmikant Kolekar) * Spelling fixes (Josh Soref) * Vent command pipe before remove to avoid deadlocks on writing end (Kai Kunstmann) * CGI utility cgiutil.c does not process relative config file path names properly (John Frickson) * xdata/xodtemplate.c bug in option-deprecation code (John Frickson) * Wildcard searching causes service status links to not work properly (John Frickson) * Quick search with no hits shows a permission denied error (John Frickson) * Setting a service as its own parent is not caught by the sanity checker (-v) and causes a segfault (John Frickson) - removed nagios-4.3.1-remove-flooding-messages.patch (fixed upstream)- fix upstream issue #337: remove debugging messages: nagios-4.3.1-remove-flooding-messages.patch- Update to 4.3.1 SECURITY FIXES * Fix for CVE-2016-6209 - The "corewindow" parameter (as in http://localhost/nagios?corewindow=www.somewhere.com) has been disabled by default. See the UPGRADING document for how to enable it. (John Frickson) FIXES * Service hard state generation and host hard or soft down status (John Frickson) * Comments are duplicated through Nagios reload (John Frickson) * host hourly value is incorrectly dumped as json boolean (John Frickson) * Bug - Quick Search no longer allows search by IP (John Frickson) * Config: status_update_interval can not be set to 1 (John Frickson) * Check attempts not increasing if nagios is reloaded (John Frickson) * nagios hangs on reload while sending external command to cmd file (John Frickson) * Feature Request: return code xxx out of bounds - include message as well (John Frickson) * Fix early event scheduling (pmalek / John Frickson) * on-demand host checks triggered by service checks cause attempt number increments (fredericve) * Service notification not being send when host is in soft down state (John Frickson) * configure does not error if no perl installed on CentOS 7 (John Frickson) * failed passive requests leave .ok files in checkresults dir (caronc) * Services don't show in status.cgi if "noheader" specified (John Frickson) * Standardized check interval config file names (John Frickson) * "Event Log" (showlog.cgi) could not open log file (John Frickson) * "nagios_check_command" has been deprecated since v3.0. Last vestiges removed (John Frickson) ENHANCEMENTS * Added new flag to cgi.cfg: tac_cgi_hard_only to show only HARD states (John Frickson) * Add broker-event for the end of a timed event (NEBTYPE_TIMEDEVENT_END) (John Frickson) * There is no Macro to retrieve addresses of hostgroup members (now $HOSTGROUPMEMBERADDRESSES$) (John Frickson) * Add "Page Tour" videos to several of the core web pages (John Frickson) * Added a login page, and a `Logoff` links (John Frickson) * On the status map, the host name will be colored if services are not all OK. (John Frickson) * Added "Clear flapping state" command on host and services detail pages. (John Frickson) * User-entered comment now displays below generated comment for downtime (John Frickson) - refreshed patches- update to 4.2.4 SECURITY FIXES * Fixed another root privilege escalation (CVE-2016-9566) Thanks for bringing this to our attention go to Dawid Golunski (http://legalhackers.com).- update to 4.2.3 SECURITY FIXES * Fixed a root privilege escalation (CVE-2016-8641) (John Frickson) FIXES * external command during reload doesn't work (John Frickson) * Nagios provides no error condition as to why it fails on the verify for serviceescalation (John Frickson) * No root group in FreeBSD and Apple OS X (John Frickson) * jsonquery.html doesn't display scheduled_time_ok correctly (John Frickson) * daemon_dumps_core=1 has no effect on Linux when Nagios started as root (John Frickson) * Configuration check in hostgroup - misspelled hostname does not error (John Frickson) * contacts or contact_groups directive with no value should not be allowed (John Frickson) * Compile 64-bit on SPARC produces LD error (John Frickson) * HOSTSTATEID returns 0 even if host does not exist (John Frickson) * Submitting UNREACHABLE passive result for host sets it as DOWN if the host has no parents (John Frickson) * nagios: job XX (pid=YY): read() returned error 11 (changed from LOG_ERR to LOG_NOTICE) (John Frickson) * Fix for quick search not showing services if wildcard used (John Frickson)- use faster find variants- allow ppc64le builds in contrib Makefile: nagios-4.2.2-enable-ppc64le.patch- update to 4.2.2 SECURITY + There was a fix to vulnerability CVE-2008-4796 in the 4.2.0 release on August 1, 2016. The fix was apparently incomplete, as there was still a problem. However, we are now getting all RSS feeds using AJAX calls instead of the (outdated) MagpieRSS package. Thanks for bringing this to our attention go to Dawid Golunski (http://legalhackers.com). ENHANCEMENTS + Update status.c to display passive check icon for hosts when passive checks are enabled and actives disabled FIXES + Fix permissions for Host Groups reports (status.cgi) + Service Parents does not appear to be functioning as intended + Availability report mixes up scheduled and unscheduled warning percentages + Invalid values for saved_stamp in comput_subject_downtime_times() + Remove deprecated “framespacing” + The nagios tarball contains two identical jquery copies + extinfo.cgi does not set content-type (most cgi’s don’t) + Timeperiods are corrupted by external command CHANGE_SVC_CHECK_TIMEPERIOD + Quick search doesn’t show hosts without services (service status detail page) + In host/services details view, if exactly 100 entries would not show last one + nagios host URL parameter for NEW map doesn`t work – Network Map for All Hosts + next_problem_id is improperly initialized + Passive problems not showing as “unhandled” + September reported as Sept instead of Sep + Notifications are not sent for active alerts after scheduled downtime ends + Nagios 4.2.0 not working on Solaris + install-exfoliation and install-classicui don’t work FreeBSD and Mac OS X + Updated makefile to delete some no-longer-needed files- update to 4.2.1 FIXES + Fix undefined variable php error (John Frickson) + Links on the sidebar menu under 'Problems' are indented too far + Using $ARGn$ Macros in perfdata (John Frickson) + using a wildcard in search returns service status total all zero's + read_only does not take priority (deppy) + Running nagios -v on 4.2.0 takes 90+ seconds (John Frickson) + Missing Image for Host and Service State Trends in Availability Report + Maintain non-persistent comments through reload (John Frickson) + Servicegroup availability report ignores includesoftstates in service report links (PriceChild) + error: format not a string literal and no format arguments (Karsten Weiss) - ignore rpmlint warnings about tmpfile creating/listing: this is handled, but not properly detected by rpmlnt- update to 4.2.0 SECURITY FIXES + Fixed vulnerability CVE-2008-4796 (John Frickson) + Fixed vulnerability CVE-2013-4214 (John Frickson) + web interface vulnerable to Cross-Site Request Forgery attacks ENHANCEMENTS + Increase socket queue length for listen() + Added host name to the website page title (leres / John Frickson) + Added additional icons for NetBSD and SuSE (John Frickson) + The new Status Map will now use cgi.cfg options (John Frickson) default_statusmap_layout will default to "6" for the new map + The new Status Map will now show some valid values in the popup for "Nagios Process" (John Frickson) FIXES + Network outage view without access to all hosts (John Frickson) + Core workers looping (John Frickson) + service query returns duplicate host_name and description fields in the returned data (John Frickson) + HTML output of plug-ins is parsed in wrong way => webgui unusable (John Frickson) + Command worker fails to handle SIGPIPE + "View Status" links under "Map" broken in Nagios Core Version 4.1.1 (John Frickson) + Can't send big buffer - wproc: Core Worker seems to be choked + Too big CPU load on FreeBSD and other systems using poll() interface + Flexible downtime recorded as unscheduled downtime (John Frickson) + Service Flexible downtimes produce 1 notification before entering + Once you "set flap_detection_enabled 0" it should remove flapping state from the host/services page (John Frickson) + New map doesn't finish loading if a logo image is not found + Extraneous Div end tag in map.html (Scott Wilkerson) + Issue with "Problems" section (John Frickson) + Status Map icons and online/offline status dots disappear in IE11 + New network map overlays the nagios process with objects + Added Default-Start and Default-Stop to the init script + Compile / logging issues with BSD 6 + Related to above, Fixed a lot of incorrectly handled time_t's in *printf's + New map not working for RU locale (actually, most locales) + Replaced all instances of signal() with sigaction() + blockig + UTF-8 characters like german ä are not processed properly by function url_encode (John Frickson) + nagios worker processes can hog CPU (huxley / John Frickson) + custom time periods that include special characters were not being handled in reports (John Frickson) + Fixed init script to wait up to 90 seconds then kill the nagios process (John Frickson) + No Host Groups results in wrong error message (John Frickson) + Setup Nagios users to view specific host is not working in the new network map (John Frickson) + statusjson.cgi fails glibc realloc truncate response output (John Frickson) + Report Time Period does not work if an @ character is in the timeperiod name (John Frickson) + State History does not use actual plugin long_output (John Frickson) + Time period corruption (xoubih) + Tactical Overview - Disabled Flap Detection Link (John Frickson) - add /var/run/nagios as ghost directory- Fix nagios-www: keep nagios-www-dch from owning html files shipped with Nagios. - Remove unused NAGIOSDCH apache flag.- Update to 4.1.1 FIXES * CGI Could not read object configuration data (broken by error in 4.1.0) * exclude (!) not working (broken by mis-applied fix for 4.1.0) - Dropped patch nagios-issue_71.patch (included in sources)- Add nagios-issue_71.patch * Fixes "CGI Could not read object configuration data" (boo#944102)- add nagios-4.1.0-add_KOHANNA.conf patch to allow using kohanna2 if available- update to 4.1.0: ENHANCEMENTS * Promoted JSON CGIs to released status * New graphical CGI displays: statusmap, trends, histogram * Make sticky status for acks and comments configurable enhancement #20 * Add host_down_disable_service_checks directive to nagios.cfg #44 * httpd.conf doesn't support Apache versions > 2.3 FIXES * Fix for not all service dependencies created (John Frickson) * Fix SIGSEGV with empty custom variable (orbis / John Frickson) * Fix contact macros in environment variables (dvoryanchikov) * Fixed host's current attempt goes to 1 after going to hard state * Fixed two bugs/problems: Replace use of %zd in base/utils.c & incorrect va_start() in cgi/jsonutils.c (Peter Eriksson) * Fixed: Let remove_specialized actually remove all workers (Phil Mayers) * Fixed log file spam caused when using perfdata command directives in nagios.cfg * Fixed off-by-one error in bounds check leads to segfault (Phil Mayers) * Added links for legacy graphical displays (Eric Stanley) * Update embedded URL's to https versions of Nagios websites * Fixed doxygen comments to work with latest doxygen 1.8.9.1 #30 * Fixed makefile target "html" to PHONY to fix GitHub issue #28 * Fixed typo as per GitHub issue #27 (Trevor McDonald) * Fixed jsonquery.php 404 not found error, and disabled Send Query button until form populates #43 * Fixed linking in Tactical Overview for several of the Host entries in Featured section #48 * Fixed passing limit and sort options to pagination and sort links #42 * Added form field for icon URL and clean-up when it changes in CGI Status Map. * Added options to cgi.cfg to uncheck sticky and send when acknowledging a problem * Low impact changes to automate the generation of RPMs from nagios.spec file. * Update index.php (Trevor McDonald) * Fixed escaping of corewindow parameter to account for possible XSS injection * Typo correction (T.J. Yang) * Make getCoreStatus respect cgi_base_url (Moritz Schlarb) * Adjusted map layout to work within frames (Eric Stanley) * Fixed map displays are now the full size of browser window (Eric Stanley) * Fixed labels and icons on circular markup no longer scale on zoom * Got all maps except circular markup working with icons (Eric Stanley) * Fixes to make legacy CGIs work again. (Eric Stanley) * Fixes to make all/html target tolerant of being run multiple times * For user-supplied maps, converted node group to have transform * Fixed issue transitioning from circular markup map to other maps * Fix displayForm to trigger on the buttom press (Scott Wilkerson) * Fix fo getBBox crash on Firefox (Eric Stanley) * Fixed map now resets zoom when form apply()'d (Eric Stanley) * Fixed so close box on dialogs actually closes dialog (Eric Stanley) * Corrected directive in trends display (Eric Stanley) * Fixed minor issue with link in trends linkes (Eric Stanley) * Fixed issue with map displaying on Firefox (Eric Stanley) * Added exclusions for ctags generation (Eric Stanley) * Update map-popup.html (Scott Wilkerson) * Initial commit of new graphical CGIs (Eric Stanley) * Fixed Github bug #18 - archivejson.cgi returns wrong host for state change query (Eric Stanley) * Status JSON: Added next_check to service details (Eric Stanley) * Fixed escaping of keys for scalar values in JSON CGIs (Eric Stanley) * build: Include if it exists. (Eric J. Mislivec) * lib-tests: test-io{cache|broker} need -lsocket to link. (Eric J. Mislivec) * lib-tests: test-runcmd assumes GNU echo. (Eric J. Mislivec) * lib-tests: Signal handlers don't return int on most platforms, and using a cast was the wrong way to resolve this. (Eric J. Mislivec) * Fix some type/format mismatch warnings for pid_t. (Eric J. Mislivec) * Fix build on Solaris. (Eric J. Mislivec) * runcmd: Fix build when we don't HAVE_SETENV. (Eric J. Mislivec) * Fixed checkresult output processing (Eric Mislivec) * Corrected escaping of long output macros (Eric Mislivec) * Fixed null pointer dereferences in archive JSON (Eric Stanley) * Fixed memory overwrite issue in JSON string escaping (Eric Stanley) * JSON CGI: Now escaping object and array keys (Eric Stanley) KNOWN ISSUES * New map does not account for multiple parents, leaving "legacy" map as an option in the menu - removed upstreamed patches: + nagios-bogus_warnings.patch + nagios-apache24.patch - refreshed all other patches- use new syntax for apache 2.4 + nagios-apache24.patch- patch so nagios does not truncate performace data- fix alias definition in systemd file- ignore errors during *post* of nagios-theme-exfoliation caused by the script trying to restart apache during build (bnc#911755) - ignore suse-missing-rclink rpmlint warning, as we use a wrapper script to provide backward compatible features (check)- add Alias=monitoring_daemon.service to systemd file to have a similar virtual provides like in the old times- package a shell script in /usr/sbin/rcnagios providing the check commands as in the old sysvinit days (and redirect anything else directly to systemctl)/bin/sh/bin/sh/bin/sh/bin/sh/bin/shlamb66 1586331618 %&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRS4.4.5-lp151.5.4.14.4.5-lp151.5.4.14.4.5-lp151.5.4.1 nagioscgi.cfgnagios.cfgobjectscommands.cfgcontacts.cfglocalhost.cfgprinter.cfgswitch.cfgtemplates.cfgtimeperiods.cfgwindows.cfgresource.cfgnagiosnagios-exec-start-prepluginsnagios-archive.servicenagios-archive.timernagios.servicenagios.confnagiosnagios-archivenagiostatsrcnagiosupgrade_nagiosnagiosChangelogLEGALLICENSEREADME.SUSEREADME.mdTHANKSUPGRADINGsample-configREADMEcgi.cfghttpd.confmrtg.cfgnagios.cfgresource.cfgtemplate-objectREADMEcommands.cfgcontacts.cfglocalhost.cfgprinter.cfgswitch.cfgtemplates.cfgtimeperiods.cfgwindows.cfgsysconfig.nagiosnagios.8.gznagiostats.8.gzupgrade_nagios.8.gznagiosretention.datstatus.datnagiosarchivesconfig.errnagios/etc//etc/nagios//etc/nagios/objects//usr/lib//usr/lib/nagios//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/nagios//usr/share/doc/packages/nagios/sample-config//usr/share/doc/packages/nagios/sample-config/template-object//usr/share/fillup-templates//usr/share/man/man8//var/lib//var/lib/nagios//var/log//var/log/nagios//var/spool/-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.opensuse.org/openSUSE:Maintenance:12281/openSUSE_Leap_15.1_Update/bb8445405f5e7382f385461534fedd45-nagios.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linux directoryASCII textASCII text, with very long linesPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=7130ba86c10f02a9c95e4b5f3bb3244eaf4fa6b8, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=87bb49f6f7194670169d2a22296a4478c5d8a035, for GNU/Linux 3.2.0, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)empty RRRRRRRRRRRRRR RRRRRRR RR:h@R9systemdicinga-monitoring-toolsmonitoring-toolsnagios-pluginsnagios-wwwutf-8c9f4b6b8cf838c0be9101fd7b6462c20d56c6cc7e123b7d62c5c8fa2853c6bd7? 7zXZ !t/H]"k%f4!nelPJWyoE3kOkBx.8PWx!fZ'9σWV(-6gOW-7;cJef)lG^ȴBs$\#78ѸFwhӀ6"pe :nǾ17bTh]XùN8g t;04'71ޚQK>AE]6fiW+9(6}$bp*WxN¬d]{$e.R51%ʂ}Myؘ+AZ_]jfxeJA鎠PB*c'ܻpVy¥]ECe04sSqbN&+\?kԆE9p Bt!xڣxE>Z9scaeLQ-.:\v{& ReУ<uA(MzXZmBJiҾC+83nxZ%Mg]w UT#Y^;:Y̶Gs dYz*$P̾r$bl<};d,Ue(_6Fe|mװ1:#(":J0vw&Zm3 f7"-0%2Wb&50k%8erB4H!||LIU(ÎCoJ<lEBg ޕ?n^WZD6sO1F*k?X2) cA§pb{67q 'x0`c)^AnE8WFvZ3!`5 o4e%`|Ӊd*̇DRzڬ \V>n^Tvj ^ߦ2jG9ɰMϨ&0K sPj$M4 i1AWJgd1 %AW'}<8}1h m rj59Vzn<xr=$k`gSxs%?|1Vԑ\2Ē(9ׯjcRĥ٦M/78m\Ʌ'1:=E?:L;jje 2{~Zzb zt<ޢZ2έkA_vA⎘mDŽ;c6o\|=6*ŗnI'-f蝍%+G1@f4Z#u6dϬ-u PeKdPSK<^.m#Sk .@ź"%_[֏`8M=xvpHI9ꗃs>.9l5{YP.`AT6N!=kެuS<%qj9fbJ@^d+kU̻S̜Uvp,TYSEcmD(xzmNS'{¾R ]PDj'pfΊ1gJ 2'l/pXf,wfp =L$jJh[7筼G|QeӀ[@%;wg׊͉ 5橁>#TŽ3.i~D0ΈοNaXK955-?Hɮ8?%6n?}oCA̮]0qFTS7Csf^9é_#9.c]} q/K=Q2} ۳tS6B5n|8 )e@x.N < mY#Tlj!)"D%Ը//1-﬌U3\y/dMs[W]3JP233KGl> W"VzHJf]\TϳiMVMS(Pe`4Al =Er+֐R(3k|,l&Y +c2-6CMmD# Ri'i\+a-J$ FxkL'@'TMHΣa 7贙)U +VD?Ev/fqui2{T cOSbna6s$~y`yo3gL;7Fco1@0eY ~_l( #==޾kR_Y~j R-D@$;6QT!'@ݬS5S~sa/6 5. -SH٤eεj×f wBJT[J9M. i0z#*sGC/!,6n|ŘނuOΠt[=4ZH!{6Էf&gq 쿇ڦ ^C;y^v0 CH< 4dL2AgiR5[ڗpݶFdүqQL(d1>eI};]QQlx]`9R5@M{(q)&T)cru4>_ċQˉm, ]sdgi]]9G).O<,R{Sރs i`9Ef3n$:ICW4tZ|p P]q0iD9ŵ?6 Aw%T['c+Y&Yeo= D3r5|ZU6#/? ICd24tyO7^(cW\p tcRP.t,Gʍagx_yBo0 z`ĨpslrC~P3^+פeR*HYV6@Qct-EHWD+g3#*Q;+ ~>nXo3Q 8r`sӂ|IoI<zuO^>")|_׻@\Ao70bsք3{cF(`N^хax_BW>f2'*i&/%(J4DO.?.KrXUn5w r.A==\ÒҭfD>>KϨO|OPBr Xl._@^`KI„":I(2l@8'7BֶtpG@D "d0 ohtޖϽs6\ggL;,{t*󰹽Zy)%Pl}lgU `xIu ;ߑ,*kjԐ@s|QhAuDC kM˷sp;>&?ь-8ͦ[{^+ˁsk Է_L9{8@ !Hz#@Xʉ*+>ISu<A[@R1l+7aƄkS(DSR|C c-E@ٖLcFݿ[uylFi #:qӑw.MjmqZ?F]T" !J3bdl9ۄbDCcn,`mjɜA1{\ER.0Bs^> yR< \cSe^T\HN.i41V<(z\Z\ s! 1*Ic xaM<H֢,?( m/{ f{GePS* :8lQ&1h_'IgdbZ[ ӜwN4loo^`v3ibK2Q2$(@>İu;.L@@?Q9kG-I&ROv&r~ HNsm(4P!Pƨ(q"K6)xXsY<Ͼ4Y3g78Hj{VCw@3JL  4tF +M}3l]*tb߹|2q789 AM@~&Ń<=+i 0 ['X?Oqu#I9NE\=r} 0@%-䪻q^EYgc7lC=v1}F,z3?GF~U]Qu[FW넦U~ViePڠ wP㶒ı::PR)(3DB6, 4΍ M{,\^moFDj&qc, )Od|A3,|0B&>mQR6X~Cz5 `)+l#eҼ <VaVK:YyU&<͐Mg_^,;muwV "<>ڵ =?j6VL]9܃!BI]&sBgGn.<`Vt|7 C^Bnum2:)L[BE7/Q28Ī(G1Q=*A^Jl,(bkc]16&0-wPhp/\^^83C?@=_}$ siEԑ;8n Y7&Y*q"lR?6Bo&W/3κw#foݿ7 (׮Vm0zJޮT&GH9iD♃AˎE$Á&uՈ` oە OPCG 5NM|CnH;SnOG<ʹU&K9x{j 9^g G@ vD"H@2 |UVcfx!n F-*vnx,puIW"J"X]1^ fdknlE. ԟ"_A^yK@nKU%> Һ!c .x-I "ޫ;]}U{feDKBpcY "؝S*)ԂʥttWaΕy mĽC 2=daßREI_I.@Rۆiyk.biiX7"40D^0e1\V=3$ Of)~Ou?X0f-&wwwj4pF>츉nHLTUYDg#.FpQ?%fcSTUu8f5*c ڃ5qчO빟Tɻwض+f,9~51jD0WH26 .|U+XFe*BuЀmSfgjf?])b8;ibG&Rc4е0 G&˻p *B:bǙ_ 3۠~/˔.eI]-~E+ch.EV߭G'"0T}B%S)~idߠeQ'k7Q{B<{QuU0X{O&1A>8X >͆ .1 m@V\PPŸ~r|y P8)}|c>N` kV2''d q r<_¸jXg̬wDgxøL8xB&Ho =ۡ_Yn8>uD V.01,monjl-b bj~vEFv*mQ DJ;޿x۟wvm Lhp$HiJ+Rɫv=pحO[ÂwO$gq%@ҠȎq`?Rr2;2+A,+?T,HZ`l5oVU`<,z*a'$'$6I] ~0m7wpST aJRƾ>w 1<_btV{tP ^ 2f$&=a ' `yH$:u?} 17u +=S}Z|[pFQVyQ!e؃g#ϫ4d ̞8-f^(l)sěKEpN"]7kLUljGJq-s}K?3℟j#nN_9itq [ @ 3W2d . j'ۅH4 h0p;<`4ݨpeZֳ*'!l>T:i҇EE][֤,IةD(V8 _yap˕ $kgpHD:3L0a EBۯC- {4Lm4PV?&.j;rg# "X1aVqLPƜ<,cƌhA#Cfo&eh LqK "mnv}-Ն:@upg mUq8' h ϻ,) :yF-w(S{`sV,lgr>X=h N<d%{y%M eb`[s0X:"MRΈd9{)&  xvX|`P ؒRZ?6+JZ:2 ֔m5K(5 @XAAbըC(hA)z  '3oX$ H8!Txu|$ROI*4\%J6Q܇,lJ  G%x`--2Rrqb\c0!?Α̮=Фi䔰+"[߼r?~'*5 4nJ-. mӨWb!߽GSϏՖ!P}uR9Ǧyz;'i'S+zڻ1‘\ 1DTsݎR{/!3Y5#R'~_yc tPcnJr1!UsF_s]l*&amu!k ftzcd)Tn}o52Q n$ЩWXƎj=C GU/;h bj햲t#uAʠe@m @hlQzQ4-5A]ϽE..5CоeiZLyJa4OEʛ2pC5>ln>>j~%C2k楂T`+Sbf+pJ0²%<蜕LƢS8V5`3t5"NfFjkd7W݈U-(LalocIj.5OV~9}Уt-MD!MmD1BZE3R(q_c5ZYzj|x$S^֙\ wp DzB53˲TkWx $צx}7zڡ+*W,4cZ~<"eao9܋3r\%c%#H\\.s| J{kg'|&b` jJsOQӨMHmvYjG@:^ɩ9'(*m`J>)!6%xU +4\L"];-rc<:ۺCg3!!m\E+LZ;QmiX"dŲ j * qw4gM\`i`_y?~@[pwE?kw]LDЦۙLX3uG[̷Gc&pIb rZ*5=@I7]0DrUtDz[r膗E7K RH@DaDZ>Y]s&IGХ4ȗ|Ҍy7f])[l TO{GʿҸX%yM}k]h-b;N6YWoCqH8 !Ng0 2GG̚ʚbM关5Z؉9Ub AҗL *u#o1R&in)ā_-48uqF~y-qXKv+ CV_6kXb6"(c!m:xYPs!o˗_6Bt6^>\eƺdE5jq)-%CSxOE[Ku0ꂑ(0Eg@Ϥ<~0EYZv<^N=*/c3hiܫE@4_X9Ϙg]JT._reSr] Đɣ})T Y7=I AQΥ ֬W:c7XX28!] x bH_e}ѵcuGQcXs*/C|NǴsRAR󽃆{f0@.;W?I׵kr<::'~b@#2/4j\mйTetsޖ<%>(bܕ3}L7Nl|3ayEO /RA syTe+oi,h}+L> ;gMV!19kn"#kv6@8d^UO+*OeU} 2,̟`)2V5r>kc ,I I'<9P%di!'dA7ſ!jeJ/JNncPw+@ calA{9_rEȏUպ`{IyAKh@`YՀxЪ 7׮=u /ncjV02% [o~%BleOcݿꉘKjEw*odH<%"+V, U `/Qah_O  )˨|x< (m(ǁR LNTFJ'Re@ջ*a"\#eyF[¨=ڴYJ蹑xʍ79mscdyw;KǔdDL K;F 7tP4/y~^7^so hUDBsSr+i6Cu:> ?h 1zsuQ*6(oVcH.u/;k7x_;#ۼ *qϪЎY!+W"ʯvbY,9s_&gk؂ 20z d遨FpL ݹÒiτްdoTᜋeyBIkǸ@pK A!~h3/{ ݸpB^\Opg8yl`1|UQ-m%N[{Z1ڞb;Շ:ΡoA{!ĸ0W֦8Y0z}Da'I]B2)"噁1/fǑܝ Y"5ЉA^ xjip$1%1̧)uړ}EhxDŽC1¢#V0pBKemǩBf i7l_!~#}"~"J$AT9Jṍf|_n=FP/ whJ-XdL3G\`'`&E38MNp֣pNޫl'6S$P~:p= ʢsjL InKZꓹ,Lhqt a!> ⏛:Z #*b;mebo_ _A>xr`Gk"W(D(8*(%Wf=MAWK{ݻNȚ~+ |16m}9ԥ7\<'AkQQ[9=:M8@Q\~[}7bбDz:6kUcK/[SMxq~"Hj36-L% 51t=iYOLv x`TC*(?nw$ :q^1 S9jY_Є7` û(]F޵zml"[? X ԭ8hT͑mCklf`!w}DȧlxUq[1yterE&쌤yL砿nk?UA`,90 ذ`”J082/oIZ;q9H:!V5pV?1{]?q v-dJkO?B:O\LdgM(|fow! ˋnQ*@|s$d''eE t7VjgLY߀frD^[wq "GBd2)N2v%(!F{:0W<Dm3YzIW0weͰU Q.Ԅ{qtw?Fj`&ބVqO6]yWK\\IiZfF 4=bDlR߈w|F]ѵFWY+OHm=#\jO ApAhҙg-ы?SXm :)),3 *ĕ㝉yV7@J)vEl&;)[$}= .V_[.vnOTʿPη+~bQOђ#NvmO'2D+m'3mQ\5F#o]Ixֱ'O\-,-d"=-7^vM<9/lyꯄaDk-\CdM*~#Z/e.+q Rzns &B6HM-2gq˜yEآ3k=FF#/x zN}Z^_ 7]T,Nh.%<ǥbo&<>oKG$w!1Snܦi\i4Ih(jFʋe"0'bvH/MbJV#Xqع/u" B77N&ySc!GB2jL*^Í@(ٙd( sUqDwJ:`KTBR= Ƿ)˗gs,!7\q{MYC ">([+A+8━Xv 8/iIN&OO7_q'L?IK9%v 2Y :O qPvjK'œk$\UizC8.$$T`斏^tf2 5Apo9ꜚ?=>ήߓDc"j)( hNEɐ<n,HxS#vco #'i4)kirv,pgK_p( 5ڢUqKBϹ̃ѳ ._GE MsvmaƪCUq?բm2QMsju{|f U؟ q=;ڎtv(|ECb|@t~ys:K ۹BpۦH-Ԇ1Z^A$ NDwklZ$U0~Ht@O0mR\u*^<#tuӅ-aB~,4%D5{וkH :S54i3Jm[?.A,?I3,4t׳ O2$ߠ+TxH .O8& "LIxU nSlJxnn}5|J7JB168t6,UZyp8^ YZܝ65$'4<8Y\Î"/tʴ '~K:PΟҢEEs<±H1nVfpm{s"Š=ŖЩi6gC9BO)iX% y_< XnbkKZbŸtSf_ h 䝎e~S6fA/i:mry\+tդed:ԧizVlI{#lχYD:7;S?]dDPBiC|o;n8q1fc-[n LZKiBu$D y܀8{l̇P4 R:j/NЧ"Vިn]n3t48- ]I-H:Rhw>&MVJPKD0A"m٨ CDBwOzgȱxY/M^NA#)dU:LaR\90-ݭF`l3~3ET= ;o$wUG]E"S¿Ѻ]x8Y\U@ljl]aGjiRVFl8$2OF!6Wuq/tY-{%k[`% 7`:%o騼D/X p2-GIn=pqy#e<喝»VQ@=q֚'.@X8$d ;w |~)}rN1|hEڤT5qH_R %y/`n9.J oG-IhD܈3FWU: } f*qbt' x3ȸN9ci^,y؊d.?&&IחJ/f*HiLOjԒ p*KLHPO1&;ץPBg}/ϖL-DѫnYWJ/[`tⅫC>Ӄ%ډLf$͡EPAaC2n04]p궮8X/xaL]X5>K G2%76iBV>&.Čϋ 7fs}a׉"yIڰ$(?V+,Áy¶U)9@wv2VY8p#{\nDyҭP}M7;բuxF!<]6'{4M``8Rg0q3tL`QdރFH9@bb[RpLyDrݡϲ6+ݫ40VmPe׭dN\D>]7[=IÕPBZ,ldVAj[(t'8 H F:!B8ZCґLo&- q?@p& GK; s/ vjs[SJid!K5T 0Dcn q!$R0.5DԳ5shƨyh`Mٰ3fpg~խm#hFRSln . $;psL {I"rVW/aT 4qp+dGh$kjLq#WDCGTn[-)@ڪ <=iV5^ldL̗I:ii\V6T@$zj.å.˞8+\G{V)_JSNc}aL`̚sX^*" asjygq H./.,[eӽM|ɶb+O8uU6ѼvMg6wS9t$кYI\cD~o٘cR% 1BHmŦ!Tskfa[eߚ^d=cEm\zo)7j,$Ŗ~$WceJ;^d|ONG *)}yVIaC78FCw#> ~$fd"u4OyZ#a,!J: gNFLuɧFuUUFW;ԾCFߔAww|i&UQ}6'Jꋀı"ަ_\YOYgE1B~ 0B4Uka[6z%/4("ڂW3獬 e楺33`>t## D ޕ9Mdcp"?ds6.26W2,!<" DTC ;X!BY&`f ag6IߊXUƽNWcNapcz xu'XŽJQWxczfXd~wNx)`Pacr)}O3צDŽudnT8F2C[Fg'tLtz{:"lVUAjʡ$Sq#{.}M{7N^,sk0]Ti<*xNC_u7Qpm}q9]}Gܒx2M#KFtRv'B"hݲYYbTҪ-s߰KŋAeCrմFH8?qiz##fc^w4TduDC+@~vKObO4B$DE {o _LDZ7z`?kFdlq8lSHYllpIT˵֪J!V_jgӅӬ`#k :ɩh-pWRNp7KLBe=vL=A/OIkw˯Y 3/bJ"njs) I/N\Jr*uC1b`OY=tAp9͡L򖴥i.d@qE4tבyE_,]07E>ۆ:rd~hDDOS lfT^ڡOݑFnj)`wܞR%[Sq~ybJn+lfHv wy3 F0܀W9E^}t O|l+qB+{Xú L-G> 9qPɠ8Ε55̋ks _`S>$$FpS Up]zd݌'К8[7U F2=cnAfV,c"|>ڲ&PZ)[}/H3+Ιq[&zKR1AP-._ |i3^ iOc&u %*Eh]BE, Z̠UwgY(=28nرjΜ.}s7z@Dܞ9)4 ~߽܋&` 6`JT:Uӹ?F3*טn#3?ࡷ$Q)*4EiYRǮ7ϳ&gy?Jx;'B7KI 2NY𧿵I9^TGcKxqavLHnF52۳N#_F}x+'UcfGQ`COn=bO zY]tu+%0Y-uFdH8S/;"2? 0/[0m_TV9hu:=7o798 iXoS<g̜9uGvC0R,1,8en×6:r<]:"xM SKLEĿnr&ka2Ns?J59`))Y#&*λLI<:0 藂[OTCc<E xœQ)#^2ڥ\5Ў?*1:C;9o;qk؛|g7e<sXtƜs#8HMI a +BZR X%N{7q?J%;n}EqBqpҰQ$mrϑKג9 GG$HuҨUs'CPtY߻8q\֦#b 35 A0~lUbom&M93rh@O׎dw9\02ĹuRYylM&=¦`ۙˁ;.VE8K8]<ϠufP^잖"׽W̜EHF)+>T\#%{Hyqv0]h+AjxslO8wFzm0;2-ȁm-Iٗr 6N,3BE&g5JJ$ C6 ʪ ۸3"# iZL"o!ޢnus֨gXLl<"YޯQI9Q JēaL@jDmv^ I4}BG2 ^)fc_jqknRs )IS [y^EMWOa7A,gⳖVD(+CyY8N9CKEp5JZ'mRj9 ߣ8Pbζ$ThMV.Nו?$`lBB,TY1kCý R &9ZjXQ3'Y&x_'_WP"nP)DSeM~#-Eka wQGДC6*GB]=MpKhR`}Ց4ca5*G8_j M,嫓A .%n'4#-kOj(7P8v܁̼($d,FrsC0ߐ<*n{lY&@ILQ#-6[#s֋t7qyt\l&C/< ' |DF9xm N?gh>}&KCifd(pË!c^3bԉD0~F}ospk OY+xd wfŜ9{D5OJ^vG1o)ɬ'>#|iDL.Dϯ{V!W4kxJVIG`s:ԋz΁w@>\ǘz;Aax=1 3gѧ; ҵ[Tm9:!Fve{Q 3s3O=kZܻ" 0?Bۏ$FYvy.\ĽDDLi)3ߚ} XK{g6s؁S'ZķH+"k6pnӥ@qtY`>\ARӍ~Vc`_S~S *܏FKyG ?0$+*nro/gC{TIt ע;;x}-6hyl'7e^RCn7CL1<$qu/#G}Mx*+%`rnfq롂ҕ*XqH/Z{?.%"|\^.w?::^[lyaN,' H+k҂}S Rxm'ޏwߤ1y6i dgX"W"[EL;j`HC. CӰ -!TOl;l_Kbg=R}sQ袕}V ء;c2(AW钛*T 툼yP=wZ"ټ3lU+F^% EŊ6X¸s9+7u~f<$z ՟ sJ8S=f,Eӣ{r+[Tx^Ee!Doٻ*yN QP 2PuY`j# [|'ck/׏zD#ph%H8߱𖥣SHDӸ|{NV6q )F) C:`52xUFWFTKPئ(g}f*Iź:s`{넓X$+)Fb2Zb1$V͎A8ű(E7BeGc~ v_%c}9=JƋ#C,V+Håu++e&Q6m+[۲1"_L:Y_9D> |K}[,ܪJ6|FS8J1,B&kKʐ=p¿Ynɬ6E6_Q®|cLܞ39:7HI/xacLo(dFaZ!V3Zp  SY}#K!qc"R-$ Ոư26^=AayzxqV0ffU3H13&z=}^;[%pژ3'F{/~)!,hB eɿ0'Zi)N#v"WI2Bʾ6Xnj3(.8Cu>m[gP)Z׀8G[Q&x5}ޒ;auˬu,"3t5A1l(ĈB#-۶o@@D]O&`GȮV.crgCtFS?QgDlf{ZO6Ip~@l //[>ptdv*]В+ AU`9BPRYy̶AW"=0$&Z[\no\(h##׎]./ fwlv9]hUA|8< mvxO~b(?# X>K Mlή):?ݍ1F7G.Q'Ƿ1#d2!c,ΒCx9EYDƿv.ǔp]>S;~0;u10j?887 fnqS ZzI6pHC|j\Ay{gOJeLmXILfwkSl Gvk@;Fm4a- :ܖ({ΩפS &k+o$yB #kCC? 1flW1 eN\2֩ղvf {WM~UG2 $<3SxZ#'hp*hb.FTcGLtP3ȸsI3LBrXre\DΆ,xN@.Eh=%i蚐7k6F,5?>J; k6JN0!ojOsRLʞPx5go#t"?[B`ii(oym9Z8 n#a2s% Յ&wxrpiR9?}`k4)PHoh"d<ݐx#5`.DUkڄ>"ة&>RqQk*AKY:떛a B7^̾y=X,5CsY$qax"hd_VAu 8`Y Gtdh\:A OyOl(7rP?uPbaɈ] ~_B!+;B¨uҡr51BifYk+ٱy;-s+)̤8PE·W'$jͿw+VzvLUMU-͐tM- ]c݂Zx5VӐ*~(c㛜W3u$_%Ջ<='o&djR~#W{j;#Q$Yd|?=#d Y(3M4L\6enx~M* %oE5J=N$@Ll '=O՘ޗ>Y!ps\ /Q4HvbP,,l8԰8Mddq,BnZqö ckB%r?߸}9mN+'1`0D?<-cAz+Qb%knM ^i=~gcM`}7)vMbxfc lP*ދؕ";x6et#ɧD025$r['jv_9(J@>QDڙnKp=_xQzʓJl74nApL^ƚ8@" =٘a~^I)vEcNPgSL8m3|Pqآ\)؍ӿlXG&R1`ƣx%S4 c$ B[^]L~ Б*Z8B|ɚ aX]Z>Sl2̇둖tٚNJtO4qan'g )C2OEȚpU"׿\[2F}Tۯt)CjNT߾ױKUW%W? #xWtX& zQ/Y]7"fM.܉3vW`a$v'')!?ٶۍs{|zX}9,Tfr6AKz0ɎԐ, zjЩ~>}ʜՑs=VM#P.*e  a+?$g}'b6%M?a1i0_&uh`2j>-+f(HviԂgXf@o{ ^+#2vЏ 3 iYie1 S/W l}"8${0v9X;Ν"Dt@^wt/uq'XS$nƬmeU@Mh4S̒ql(;tJe&J?wIQYYEQ4T04b2ڊBʲ4?d(1p(u3iWFGBQ48;Ǔu'! ;!,0!d]xF˘$#SM K f~Aji'2v8ҵ1;|1(ƀl gpz듾[ jHv#p3h&OҁnhqaaGr'3 ;y*R2=B h)4NH7ޢGo؄;.\iTal.hm2DWkSQ|d-^R^ro?S C(ZFt.(0vO׻|'KIAd eF֦Be%^(1@Vu?mLvo͝ f<$4Yw_͍s"}㇗>ʌ<&)S='5F$ @KYQᅧiTmo{o KJpElgM,) 3+z+p$ݵ|@8f1u5'(lze_0l #FP//{{ uo=4N/=MM{ƈt -QH,k`\l nA+&𮿠RYjF\fa+C<ASA~)'azv]N=T_:ۅJĢI!R]BG864/CdkΑðM{_>^ڔrQ!S^HhCX X4'"n}u4KSvu+/jYݶ_qJ1- c(HAO^l1'>$AMd8+@T};@LdfR,AbM@دZ_r>% EXیY]&M(ኰQlÈ[ DX{`?Ĥν8eTIX]>:ǣgieʨ,rc^sV86?bt<1t{PW/D+`cmqUzdLS$.d;o*~Zh4tʪDG?. zE@/[=D_skR?<"3SB64qk&SghrtOM6Q1K?p w:LJM N+,J@ q:E Kߠ-" kg3L˝=Mg K@+d1ua. -#*K#s8Iw6ߟ:qdWƺ<csO]!H {Ѿ̐;^û$vRUCPE$;hP`I)sz"+ü\"?p3J>O8ɗ$mSX2r $;JUQ$+"U\a.vEȐ=~ #Y0ܝTD|ɱJi:GzZAmd m ~zSq5in z};NlNg6:ւr;DCYs'1Wi&V$+%[O69Uz9VmOŖsK[|B~ԝ8y 4s5!*pJ58Ȉ΁23{֜.Qdmб[ɐ䑐2J!=:kٖߦۊq 3v2kT Ϩ'&cqc4➧m\7րpC7*׀hc+851x8ׅxcsRdꁖ]ݘ:$&S/f9 KB2泙3V 0dMϳ8L "$ß6CAXds+'W#VYhN_VK+rꓡR–Uވ*V-50pXku5kMnvaݝ!<8$k+IYup9J;]s,Iݐ*Gt ɦ&5Y˂TXH{41-ԴDm*\=,p2wt& ɓ\?<7=Duy6<׷vs$iK cFǔ Z Z> 3qEYЏWγ~z".ݤ:!ɧ"\ # ೮bSt!N|jrI

K JKփYlS֙WS`e./o9ȅߘOS5۲4=:=H$ucݝ&t̺OlkKl %K9f{%AZZ5k8 q{Lwk5!1OֽL wɥ5VWxTAC߈'P e@ƋŒZ~lsb~ƱTA%4S<Hׁ!φAwjwBܱ ߬(lB؇eEopks>ؠWOKj1:eǟr '=?{k5(0MyiY'o1/i)\Gf~m̶ּ" K,w$B< 4 d׍9ԧ-oC `obD ^b jSor9=us6€A!%R3y}/,Da ūZ_e:ܸ! 5) w]+NsE1M9M9Ë3D327/ۛئ/]6:^@ hޘK.~u!rN ăg *NbWW#-6(b*h;yR&׻ T M~Mj)u -Yc; q(/W'~4% pTsc)Lj:-dA\ogh"2'Wd ߝ#cmb2uFx́KiϥC,?#.~|s=g\6uwbIΌP:3'N*㍆!9Fwׇ-K¹ep ꕂШizP0|VŸX`f#2gPzJI&ϞQ/o=͝C/J/(0Ϝ/V%|h&6Ň:4 v # KQ0O`v:gL";>㜈>'v / {cuaTbfmy#-+=O-U[\'dLqfTFᣯd.I[K՛* @[/zM`95 PRUښ9w$tׅ8THm5X{4/bk}T'P?Qpr0Kl7:u^ weKFY4C&KF'3h{y/8$c5TሲbW{iR^!Lc]1g:TUr1 Z#x5wEbH"^6gʧQ"Bܥֻ uvKI4dY9EZ94,MnFGM\Ru<ے/ "!pG_ ҲAĹ!RJq7uoދPg <*VTBʀcQkq[=RK$|TJ1p"!yr 6MءO:N Nq"?ᥱȥ˲0qo{wwdaESgI,ʥ{\RZ-T t.;[2Txh? [0"J^UֹڮgJ<X$"v3fD7ܬ0MQmI:cS!7 *:(ГS,11ЯDepC&2eÌϤw?smT9b?m:.@5p&›wBn{"=W!1s50JC+CgS~>3>#רr0Ak/ XD/WV?6A*eH6Pz3?e,1kXN: -{3IU^9Dndg=ߔ!{Ж::q6c2.LC*MwU@p4\믧Og"(J\LpYQb6emG.,bvb=XЬג30EX^p96 w`|#ڹ:y&1G(38)wq? )Ddv搂K 9tKZb7j.dXϪCiuJX§ԋɋIY2%vCkW_Eq2Og_O\)1E6 ǔ&c󟔄!it˼3p{)'dqgQG5ƚ "`ܓ u$zcx-gR=ΘSmIDZqy_0WN^08уqa\:n'Yz}CJF( QD*<{}@ewp`':ME\BS͢W(vN>aSGaczh <_5GH>v7Yhjg15mE`_4?_*/j+֐7~4 ; ݶr]5"[g e6l*w\ JQP5pM 3$R0Yۗ (P\UPsx$4-{,sP!mm'W%lm6ǢmݓI, 4Ñ}ժLX4wEI2~#WA)-^ɒxvɨ kxcڠ5 yQ2řLcŔ'N !.?TTX3rDޕ3WEgE&8f"H?+A׶Mzcfc,7gpA1`{z(pSϟщH3۲YV09s%2zP+mn##tWxD?t$`s0Q_c,? jsU){ru;>ቪd|;D4,6C/E/pkK8/ 콽9a*Ze/kƣ.MpPBc xVoj~FLsx&,"5_,5.py9-5JnAf9dW@Ӟv#@1g5oèkNL45MLy]?թU@Zϭd)8D5j32NYbRb;B_jOQ7垇#!;%:U. ٔWH2F$O1±K>YR_S)<9M:}k \{pi_j5"Ic% H - .uqq ؅S"]` dPYbw0C,:_Y]n,rASw"\crLn涌|KD^+[Jx),32Wvpg?`r mû@*̘qL2oo10zt$.c^ZݴW, Uiȇq3bSd2fc>5Ν΅5-$plqluRHnZ ij̀B^ f>.\Bj7Zz"vk];c/אHFo= hzAnSڲaqWPpJ* \$̣m*QE$7҇Љ !rv"htrvEx|ғVc=vJb& ",*+BZg}ՅW-Urƾň'=Bhm/6XAXfXv%.c F}n}/MQçZ^-#x30m4ʵw*g7V~e]{CHGz:0Xd ) okvHm}ڒ֜3KbP.i֪wR\ڇԘ&eZ;.O29l& 0i7gCеBvkYg]rT3N앳wlULbȱ@; E}Cv"cTZe s)2l;&RdYVP.O+ 25εbyb+3%X5}{v42OE~v䖡)mg0D=B(+7"h^{=2OFͲQ&4$?:e VO=o.ck):7;',w[+^$,@i~3"ž@E`Nت9:I`V_IDj$.KFű1ilXBt 'j<WV Jw#VX诛'NoGcaΊ'MtB|>"*^E˩S|>+Pqq׏MY>41o)^ƨh1x M4'4o8ލ};.;.n;SHK'>::ޕ'adB"LR"iΜ$W=6an֩[h|TAzZ[mp-ܲgqxF)&a/vW5<{B4iF97ʗ< #W+|ʽVUmҡ\_k ~2^+ |9~V `1E{o&~EjzvM.#1 fQU%BD4Ȑ" PEɳekVs8is#FzP)_*vKx?c'{5S,p#]W~~KCIЩ;cWP:|9аκwzniAS?r=ylyMݿ#"U ?:7u1w$tog&M0Al&UPsƕ]Nي1WV/otJ*gqIz6q\PR1^PBV f, .iwigtyRցl/cL 'MLpdkJb fߙP@+#b?9ߙJCE2HG)7z{ No{}xGFPs䱖Z 7#ٍn$(MHi4MjxQ`[zc0))TK?=ZS=ѻҨ/ iQO@Y7Y2s.Z!yhn` =֩0# HN=V=aMFkx>ƪ}R9r{LhjSq/Nv󽉲waGcYKD}LEVKa!NsiWrh0[hmEiA̴)nF`|ѭ6kz_ƍ0XuWG S4meG%;+o۠:JYҦOSb\ϐJr#B\!B _>mt8.L0!*d'Z3Ul-:le^}wH85KI]=PQr_vfXDXy\|d @KF) Uɤ:ՒɻNqE᤮)ej|RgJ: Qڨ[p{-g, }W3Lw' V:P̦|r'yT- LBt"&^7|It!iudX>m+>Z l qNՏ;}̲%ڪ_%ې_(oa;" YJm2ꐆ7h gd͓|-̼psYc<܄ʰ!(Q x6%Xnhp\>$H6G>;DK2LΟp@tKx/"?װ;T0Gu[T m7|sˏkN0STT&jo[5؋cDx}"WL2wTJgKnWQdrM&97rp5? ^ܘIcOD6 U+@%1 n,T[k'wJ΀C?8&s2 ~\ ʿfz:?GnZPuR?ŸBn#|NyeZi?6Ѱ),Kn+H*p%z+X`*)_95עWťCJhxۆ>ى:>T]RInl'9Af }d0/ M(3)J.ŇDq~ H)lhx=8E ^eZy~g^)˥WG])"odO4P6e1Bxmֱ<{U@Pcx5"5;9V8c::r)i:^t̏|ҫ A=߮<NӤ͠GkZ[ STN6;u6AtmC1]?q=6C`n ^Kj+!0:D=t|%1x O50\50 }`;f;ZwʘS?UluMq}L!]sO53>b#[<j*ЇS@ףJt+ڌhlS,bI!]nSLxw# v{XV{vgi5Kձ/z=P<;Rw웥g/٭Ο[p_N~Vt"nG (y, Ai0;Ȇo'9.$N o}^}Snh%9,} <I)_=I%dehR9{03h}o\O%bkbIqtyd^kh"k2QW9+Z!d~hԁ.mb^\mv%0~F!? T*He]⹫ xYvsx`{,>$6$veϛ>wxA]I`Kv&QE}#^YB(VI\Xv-GCea(Bw[zԶC:^bNBcy< MnUhNIo"F>;)Mtޱ*?GA@T,(BL'qXL/PU)!ԝZKk1&3Xs68knT'd))֙4du e=j;7"Nؗsj H t{ŏ>*=;I~ &G J0#~_S;['!loyjRy|s!ڶ.Zv,` Ro?(lpth*y=K!l},rb y{1*Q`xP#Nbp6f@g4[#~ݾgk eqg\9Vh|k5!PS8=1G!X[ҡbAy©2=ܮ՘ .Kxė,9NH] <хSvݟ՟zvea/V 4-D^ӼP\U0a'A#5v.:AR GzPr0ZQRa#%[GY!HyoHR[b~ j׿ܖO$/w-h^!UuE+{vU]XoL1wN _' ^K?WTJZ,M܉iݱ X %<7LCJSډ/',v=%?nJ?R "!$%^mӕ ̗)pl0ֶ}t;#̓D2E gVqo虈NhR'dXJ5ZnM׹4vp2Ι ݿMX'Qrxɘt ' 5/,%Mgdy>.|HڅBd"wi#\ pH o|EhPձPT9a1>SiZ-fTg!cu*/JtwKJ 'Օ$~ uKů2$ڮ> 74/;NR6 !gP3~]Cԉk*fЛ"N$I Oa> ْkp뷴%,gJ=|iLaϝOOJbH~|)ZI;AiL]NMed:+MvW5XsJS qvk!'7: ŋ⹢ '* 5о*g~ =IMĠPUpt/6#a ]H'`/qפM訊0tLC^YW@c,0%&u"+S˙${Nv}$*HlD#ڪ<N_K3G?_@nzHTZFn0Vdch//Nmei 6MriYs.=vcg=2)ߛ$aL%W-[{Pt7 9} ,wnQe@<07v$L(?I4F7Ym..0k}] iae#;5d^F%O~Ey^۲o1NYp@B.ZZ5e> 7hΛ61#ˬ_^(H\dg9H7[S2xLW>sL$%O0XV7tmC *gl]FGotCpMB)R}Fg~z9OF ahhQqd!kf5 U%薉h{a? lSn_p6W:$G@HsI$@!`jumvdh ? Id" d "{n܁ D2M696,, >4,U?9[~ i%q wS]3x*zxԆV3hg)MK:nh]bXkنqtxب3uH"0ɯS|AcgicݹGbq qɁaqn1F,ayFyCqGzT@Q$+hFӎS&Av<͕ }DoYBSXܭ;+)]$`M(E0>."Aro:@ʹA2vDahzrGbBvU$D1FZa)5_vFXzH$Q= !j{/?)*V!}xUce,Ow@hA4^u%=͋3[0@~6ȇB=,Bb iܣ?D:bE0 wsRjvC40cVX<|Lxgh2o$)ECLhc<nlظj;yM{ƨrɂT v?G7;eo4svPGLac\措2Z/:iNj ,dd ;:5H#l"ٗMb{_1 Q~}nr#&q}qi%}",ݵۆ-ДNUJz\wI`ʶeaOų'>(QhI:]=_> 2ծreٮ[WklܞYORt2H-zB:ޠ_ٌ~tʬ"þED>c8.$8/%S~zOrV7X! =;ZNg>]-NpHR%kohH%(f}8'}Q{Gh.bW؉KE$K<|8?C͕N{B'2vO`[^rawvkE+NZ lwabQ86."r/mOWswE2K 9zEZ?Y)`jL EMWDo@dHsZ \0C["9S:n'''S&5ɹ·9I.C])cQJi"tCR ;zJc?tH =o%=D>IzH:ױCV;E#a1%h2Xx) K٨uCLI1Ѥa|A]0Y'Ll޾:TbV CA`$1,U=K4ҘcfrlU \vȻRhwsVPϽbd>\YeBϔ&YzŇD y(9#AfX nt<8?.pvhx[t]i*#M)ugo? ,P1}<"F¡vty9U:x7"`(k$Һ|gsW&sظd`63П?ȤSw>Uzݰ|!{FO1jdȝ)I'<7] + HᆢX)OE &lb,fW$BX$dv -q2/Iܞʄ];' z'[zj[J$QNfh?.?2vdy:zګkOe Y>'3 qsbV%D4 yI(/D&|DySBOfX}Ÿ0֍Q\[Fv֣Ϣ;ͭ<+iY# & /a]Saiؽ8Vҹ:11IKӉO 2%m_;:3ӣy  vcOd<o0$~;舜?K"Q']?# śs>=nNwT'> %̱]R)vԀU̘\@TM"Jgbɴ߃Z%SHZ+37%[F`ZB(6DvCT`wQ ; ]M{n. 㥆(L Tk4O>'YǨCpzNxfĞ هaД/?k?4e _d'"5hS('NY1;ӡꩌ@ G̗꒏}0o6ɰ`Ԑ@F>FL"ggwH2Yܙ$' NZ-kM=r[ Q{qr\AȌJsgzj*Y=`ˮðH \yd}N[O {)،Һ*d6rO⩸ EkI`'N*[2?gC&،c1Vy7aMZ$K}GLb :@O tz6#"٪&nP"MyY='?tdIZtR?z4yxKYhr#ؤ%z#^^N˽B)Rx,u0"nnbDed;dhUtmhI)nƊ>Af_^pRSzDp6#M`scK ya4y6=MmqPPjrEHc59@Ys2hN,Mic!|UsH侫Bb, ,-}Q³`IuZ'Kj`gT|4f1O^DӨE#Cґt2fٓIǭH4I7g1da-e*a1>#W#^~]'oȝFOw7tw'wT@b0qm7}a\`Bw$%\Qu`ju&* ihf9ĹbP/,ZۋBt3:b^P!k,[JX_$ZmИ4.ŚVҘD|+ g*Wrx:H.B"0((c> t|a<>mqk1UzxL짽Jn»#MA(DŽV,X==b1페 SSgXD!VbE`'ʾh/! !@Sp >bo:avCU f{/;Oc4$JO-ye |U.l,n53V d>P)+ k??R<<13 |V4ӻ^=Y H_)h#_615S]ƅTG],y$Uk.؈D7u Tar(VZah+P}vUヤa:C7(ۅȦhY'I_j3^c87Du*;\%7@|l 4ogjKUw!o\`Ƨqޠ- alniź3bOrJsA >hy5%{{NӱyQ?h,0 Զ`I+mGx`IF!j "@%q(igEp7dJ{txs_.{ZmX)GǜLV wA$֠qyHL0x̃" jJ9BE5sG2_” |w* %j>|‡6RR tǔ7b$l~_PH!ɜ֝u قd-c!pgE-6g>q:1L jCPqf@}%~|̸/! E+[&!Oŷ[ؾu1taƴ ^M> ]En9$-QfULa'=t̂"?yZӍnJ%5`Ѐl'-T|G=1q`(UU m?4o\oB/F\:E;T/Vps/P_oޑdݢOnAI*5aŨl2}_i<6ޤ'DX+_Ibof`+D0 zR|:eڄUy#'p@!-lU6S3pOCn6kz)QԾ߰ BkJM(=oM}uIatX,D| R--ښ|&iXzkֿ@&JXBS슸]m7 ̕G߅z"n.@% G`&!GAeؑ c4xZ UW:hI>,=%jO<_N٫t! /sUf+lIR(ZY VB%6]⒴U5HHm! $_6zh7*奈,10^S@Vgm؜uFqtͻ"\T&N ^/0qnj>3To ,AM&V\!0Wwp>8QᅭZmCfM K\v']C $xk }E+P~ʇ,&+!/TO)wy0{d℀yvbSg?8;6 M@x[|M,b wag1vy35sԐgS*{zjȎ*dR1lzLN7񍴑 !-P^AWQ5C~}[b\}@t95 rˡ9#n |FdK/f+EbMF㔟u֏ȧn0E$dP&BM2^D soV/gkaS}9e'l301de3BB[0 "g/X*D2y.MNV I9XIjhINW)MoQ.!,cݒ_ gM/| ͞a 7~kwzKa5= 9M'xQgppM (g,c,,f2ayMЄ8W{ǻگ| YLJAb2e0Ut} y櫹/G9 5|'NtUݨN][x!6e$莐r LܘHS0ulGy躁D_9?m+A|906?z'u#~GWF(<a{Ȕ) akýfGPxƟrpŖ*ڱ齋꽒KP/v?lLS{!&\zL(yX1Lڳj78CPYӇ -#ZB,wem42xXd&d ~3>{D󅟊Qo\aY yklEhoq++si7cnEc"qIԘDq!X?StOqw*ضrVv?'A -DIϨGzWf$0qk葛B3{Kqg$YZT#édN-܏{GƸ@]5)'=3e ~]K3wK aIJ81' J"eEWRIKIB74P :nC٘&xV*G)VbncMȧw$❋;j2B߈5,2J7i浺eׄf pmY2uvT,mfw&p+&u e_D#SL$_B%G!߰ Wyaov#mxk8h>tI!zB=NC(HѧD=f~W'r ׹ |0?$a?H4t^8a EBr)tI3ΪDab(ɺ-(ʘGar} 7Tٻd'gbw,W-qS;~ ՙ+LAip9ٗ½ =9C0ݰ~I\#P:d ^FohK-|X#ҚD֟2MIDoCѥ_혉ɳpd=\pK>KML%<Z))y4j"'w&-; 3͞gTl-ŊH -jY=91r,VOJ?{֚D4wo={υ$ m2̥rp-DhOLƏr*/~(a%0RWc[UXZ،}M50d j(w0]%?Q7"S!α1jLTaVνi 5 UC 3vFT7;qHr[XQ=1&^v}2L=בx,lubYDAL0l'Rsp@ZHzi'&ݠ$|d`M)~YzN'| {عI9*DT)斳4bZRQٙ\o_'=k&8Zq́ezS$Xw >AFVr/ݫ StF հ|dXN@JwԳy(740K0`,gw*{eugd9 ZU^ˤu;#_$1KC7mrŌ&;%mC`rQK/aNr%*d oM67"u[_²zYsa^P%P-l>X4QABDq;ϣ"='onԢx\7sSzRz*Ya.Pг4AUf^PlၤxS;9uD%OO w[v Z"((EpwD!@W=`\ː̗ß=偗UoÛ~հ_Gr_}dbe;kn؀MG~] _혃1Moeil`@}߾}nXd~jt ڝޖ $lJE~MB-\bu|ADP4(I|,Σ/ źl:?q>#ǸL.k xc&ׅUC1,p% +† 3?~ L\NUǣUP2 wcCtlsCM>9s9惟PڙBP|Kp@Za+ .W5")SZlrp- <4]ACҕ0duTt]}F+,P#ŎPopH@ބ*_YN pD% *-·ݕ☱T<l1<ϕۊ 4*kSbѷ6?*έSrukW@vn (@Wuc쮄zO/rqj%59,7 (;J(5vީY<55"]MQ>/äJKE.[x2T^]se[+뛄o=tIsƬ£%krC ׇm7VѲI2ѱ{4`_lYvAF$ڷ(l8w_oGR'<^qZs mɘ-#;UyAí[C)M2}B:@B,b1Yo+IT\~I6K })w_{e ?~9c;5PrVo{jBq0)r wvL6opvpbF TS@ѕ; μstWc NaC%9d&f3ި~;HBTLߥ\ϦST_:CACuKb]EMOʓ? 4{wx9"UȢSj^?yI$vrW5ԧzb\l{5']tS%@ίwE2"Y|n͜!NSA齑W j[$؏x)S7RG#!N7|ƼўKV6~gÿ=*;C_2 Ѯi dy%x)M۾8w]EF IbN0MZAR9%q֣^Kty pj ךtrbYLTp@iP0S3גRbJgjRw$ީźfs~t(hIYI.YU@t;5Z+셹G2'3Q3@FĮ#cTv٤84i"[+dNDw]eFg/"* #}ї_fx-Ą|jA:Vߙµ. 5X:FiJ_R=~Zr=;rq+⡸'}WntN `PpŬ5A"a \BTXyZ3VZUO[܊ϭppU*₮`QG:T6I];9bS-6OqRy%"`T[F}'l``+ƁiМ/wY٠2 > -xںN&=GVQ*^g"]?VY4~ np-4{iѳ6< <6;> aDO)GS~]H|nM5d1(W/?zGc-[~S{ j@i ỳ3[op9Τᨭ B@1{ɞv G3ԯrY1QjO= v#?/ZqiGyçsR`*aҘޚ.^;耦e5^t!9f&$K6RSlj@{ۭdډi=U= 8U%%ˀσA2i8"4C=2 D<}Ju܂/?e6XT~0䕰G0a47CЇ&@MHe :co6$2ײRGm1͓"SX1}>DΗXN`g™48sG F&&-N(.*]S$A fYc*Xˎeİ6ZAsn$=6uIόGSi_[7j OOgI3;`#j=uSB/nZ]& Vo Lr $W ͮc(4Ad0\>ɚ,!c'ֱL'<*z{">ϥUhFlV Vhq>̐nԯ"°rJ1phZ8?c Q\c-%2N$;d˞t @@LҪ& |"/>lD7AO8.H¡SB ֙3aa0!G]~܋{~JmHE4lSPL=B&h>E؍}pyC:W_Z~wszk->lXR4:FUq)N:ѕ0//ηTP8v]øT>e/m >w e/' .<3\5@?|qG$Fe+o^%%O aS${[US$h 0l6݁æ!;~^?}%-/ ~3W^Foþy i=Cb^we#+Tc.(izI˼@N>_c(`.l)Npln!23pbȬ b>n6l` mw7R&9gMՂbG+"ҌjGG>A:u@ʰi#yU tkxL{9G=.'$ Bw>B6X7TatItd{WXD1fz!7it y{#$`fR:GeMuH!.D*(J+DPYĀ"x.aN:Hp~- *5*sR}C.= 2Ö(k 3ExR:,EI(RH7OF`&"P4٪"_VRf)<{"ggryk hY;f߸orW^)G2>uR99ٴSN(4sWioss4w Ū_ݖ/o*!#Fki,v< w}"(8!VZD*7 * EV<׿\0ݔrD`UeO9 \ Ez;v7ތgpQCRm}3F սPi ǛP|'զ1 [9ED)pvS41snKgzb`{J?v+uk;xE> @KhK ny !GNi;16!jy'E[P ;9h<_ EH|Y[+jTЩ 5wayzJ! Zo~m:U6_jHHCߍQTd%#L-D˼sLb=)Ii)oR|Ie wf\w*[IZJJ|-8>vad4͈j({QXq)[?vE$Փ^-lru(1P-H$}׵ x_y-]]MP+!y_2ĠI#Y<E&pն,R UӽP$-;13<fR~xgvK'T)fZ43޾,PAnǨ%(SmAnlX;Iu ula ZŸBıq4? ^)`T%ڔ7 /^I'?@T=@e~%A) |a.]qn;^X'E7KYLP+5D̅|_$*L)ފlWZ@]q@C{{](.̿ >pY䑣+hL-uaq5-'{݁p8K#&ˢn>­O@pupS "׀m~<ܧ*; h&Ѧ@\t̸-eg.`kqb8ܽ"ejⷿD1׺Jsl7QaɃegV¯4C釆)Qfw{bk\; 3tw"Yu~ipk}'d3i״d@DA'6iq;nHlVEH(*7e4uyf9[1~5͌[^B`}w'Z >òҾ1-t-AA<.NpU"[٢IT vYr&E:vwfelLayB\NM?)-3Vt[tV6mo!xr\(˭o 6֮|~CZqåqVWW٥B Y*=8z"vcLIxíH2g- ݶ=SXYvVZmuc<}w4wJ~c,bOMޒٮeIH%|#\K(b%y4‹%-#ދI:5Nj,46I/VaKdjD/q8b,.rE:[ W:#өӏCj[F .Pgwػ9ʾs@SEں5e [}!房J <6?HW>*.GzTyČ*'.D91 .9^\{jZja@Poנ$G{>^nI|)|X᠐ 1~"|^>Zfdc2wz 9=F 0wM)UaBڢfGؿ| BymQdR*qkXIwwL]W}^$[Dn]1 OJG*E@S XуX %gg t3zZh S~g B `꽌F>^-` K =pם݄Oz"wPe6:IXMaijڧd"*x(AKi%JU 2o n 8E `c}fDOS|@r3O$sVYLhOryNjg>AA*Y&72ƽt{#swNnY *?P3Qg Az5_/\$k}Jգ`@Ml1yUFPP9K6)8z[2z iՑVƌD7'VG#2j(JlhX1X2Ȗ,(sû!9?Ri,8 9,ՐZMזV[* p t!d6QyFd#[*.,@j#p5V J kFXB7upVX7Vb\bx6rI,JW3Ip0ڲJV(QT-/ϖ!"nڄ[ͥvQ&T"jM̸`1&ԡ ;*M|jeNc ̰aB=Uڗ݊]^1<Ԩ[6 O&ñLJyM;`nާ(^biR<5nkAn4?1vXCTy8wco*%"\g ²]5Xbo!Si'` [N?+0F/L OԺ?A$(yg0M-LE,ԛ,)PTTKꌥX mGm0; Zn9Cf 'pP2y?dy3kY!ƻsP;%" ܓ(+crnt %U0܏A=uED1%~QCJ1{fk7Iu ȅ^ òv\G1UF0EvĬ.mZ!'>x=<3knT$;d`@]~cf`y6s8dtz4QtSS؄-<\S<N٥YB|=$tEჼ",({n`:*R\S#Ts <>)q!b]*БPQ'yh_>hèfmJT_g ȊdiU%&јGQfh g"*.;%;&+Ȓ-.2mtK8x[R*ʩcER[Wbw1ˋQ7#_]UiBbI$oZ\T{<)a{|kPK^Jxի`F`"2$1^%[#o|d*,c{Cڢ0 hp?m@ZcM_z@<ݷ"|uV'Щr#FVUa4S*4J.9'3ukY-M5}-zx0V7hPo鎭f^fX7cJ7c.Dipy#DM58+1;sI<" U< zfء}2 )?׻X_#\N BvLmo`'E3oՏsre+g/geRF'{4`ϴt+WI"}gJlۛY BbŴ4k0IZ4LRXߝ u7 #q%oC5uUr ,Rg IM6| Fw?%;,`gKҿ<{(׍ %VAI#ڧ#>V‘ZƉ ׃E&9I k,^!X[@bPzOA&n$:$-lf3CÊP0১L lUU}1kZU7)u?%^a`yp:*nnM(v /p2[Af30|94UJu;`KxϢ鷖*8z@ <:XW_˞8Nx  %{edB!B K|P]< '~f}K!62\?#4ddwɁ{;1d28 ÙlLTt9\)*ئI KRU-!*A8D_z|J[6jN!_u*j0kdup@H;ISKN52Zk,3ҘPGkĞm Ynua%>NBh%Enw&w*mPEel]ͨQ"JH~|eɤ- j^Wm_((Rb˞~0dM׬0J8 "(ax ݗ zL 䊶gGVfwaDYHH?&P+N{b39BͲ5M`G MrJ~%=-`@_|0.er_W۬+m.vqGJ'HwjXcE,KG51ixp9&7xVXsL`/gfWa{Z{?|vy"4<H#OT'ĖCЧ#kYx }4Q+hta Ru:w$BaH si VKN%%JdtX>_Y2솵 T*.Q{dGI#Rd181t0h< @mEܕ,-L5Ȫprj@TȰ**Dlt񮿘wWH霻'p>%wsrJIA'Ă@9ibNY(N(W;C03fAEr~b:lɊM?+# fG#` w{9ˤF>;m},ݥˀUXLZ6suϮ1t>zxN|=!J“Ua΀:QC y ଢ଼ҹ(;_N: ɂ69e毛:ܗzrXnK_hsc`:eV?t.Lx}=YQC;~]$=Z4 JH*ǐp̛CyQ@gL('ZԶ`{}9Pt-5c{5.#a6 yr)t-@xFU-'#a#ʩڵ3TV|f|.B?h#On!t͘%ȘRKgZH-8rp6 ҄证Vj8^L> onObb׫[M2`3-:N|jvB0|r\P׬@M0\ >=õN 5i/-!>r"bi8avxPѺ*#QWJkvΪmbeL5Se  {Ǝrny2>yQg ҍݬoSy e|bml]xuCI92B{#۟K.0 3K44JvG\Hgŏn$w! J{[]fAO+zZf7\y z߬ 8ޅ9 ߴ\LN7Ku_; xo6k ylr DKӕue@RKLEa]07dVkWE-;M@bzňD$U$D%DwJ>q ZUyeύLftl ת3ޛ^A3W5bа HٚQI'uoi6> +%e @zr.1)qb2Ab䀮)] QKM/#9rm!ԧ*-֘xks1qR K/^ry?9<)B3FdR36\4>7C@&PKIX#0ͤG }]5r1w`8;.kBp=beBr{p wGw_"i HqH}%]΂kЈ2 v~N-g5a2 +b'VEiJ;R^B0og ~L+RAl lAL4DGCkJ=d=Dwb#i >,u}P_P`0_ П>q8,[T ?ebI;;Je3h&zUT siЎ^1HkgչPjxo&?0Tvj=-[%WңggQ)!'E,CTEɞC&L9K륦$MXYm$)tydޕɏ9m FIxezwC"vmc20{/2_fN,XγA7|'C0YZ' (ՍR;! 'Zr Db#+x5,OP B)NdՁ\]pٶ[YlPr 2|-IܭM˯T3λUTm dԚy'&c@vVY1F֛9튲=2‘ )_E Ž3/ km7!NkMi4\2r6;qګ"1 A F3k7.r֕ NkFWC[i>A:u ܕ=MDnhǯ 캤Lszvv1GBY>S5QE;npQB*f@kIx}!8k63ܲ|=! ؊K}ۦSJgfB bs&;kOĒG z&RUmhǝafV;usioԳ>I"J]긠&*pH,nMiJj6Tg-ky#o+%I\Gίq~/㘩 զL\]Bl"L..qOG8򓘱jr^'™ '.!!`6>!K¬/VGnzF 4\#*# -A SXE,)3ziR T$z?s sv'&ݻ l{,!hIxnT(dژ$ᴝ@剦':bհ6B@9bIF6ޞ5 . J?%kz1GPµ3Dp #>|Eԡ-hn BNjQR0 KӝswVCn.O,Ke2Qmt [qrK^O3t`*|󜇬Uי1*"-W;G%铠-`@yԑ O혭}b7ϯN<%Ő3ٙGF]? ܄ȮǔY A7TиtLY$0ctO4E\4rGbp-#pqwV {Y &gRVǵÅLi8حdt@F*SVgq!0B(8`PyF~uҷ/`\HYvk6_F_A`v '(^x<^϶A7(;A_}>,9n0bϾkRʇlj-.!({;' a ,,rKFB7(13- S-2;!B¨j{FXɋAHqVP,0Z!aR@JY 3VZ{uwܣl&ooK`3G+s$D(ҿ6 Lȃ/dax~'ec^7&'.S77,*7uNr$GJ8Ɣ g_zmQRKϐEYA ZP`Į_u(f`R&P+v`| =RF{UL+p.`$o8(T8U)z&(SN2 jQ(/ Z}T 2WRrT,Ʈΰ" %dԿ֎\`ĺpu c k)Q v S.6`G;Ts/,Л{[īκ[Q.&<,7gkuG݈ Dm62K ]?^&rz tЅ_$$.ըq禂hސH0+YR:ㄆC{| h hp }Y<bh,~Ե^tBeWo AȰkEi渠DG v*{頶qE PnIpZb9Ϭ'~UJ |9X4Crq"!y{T"LPu35BF j<SJ 5|+[ɼ2:[ӄ \JK:=B reu*Q/ >]*怶EzHR5_CO٠ke0cѤ;I<﴿q]oAĢS}:WE?\"Vg^#x_Cl'ұtwTKƭ0j__0F*"*:؟xHkB $Kܐ c2G9\"*,sD/Fٗ<:T`+$>Xv&o|5U#욊5jzز " v;c)2J@yܛ VI6T~+4к,odw\`eq޼d6u[W.[E<Yr],iZȼ<؃bnR$٠<BʇtAr:=- *}RhY|WêA<ckdw%߿4 dS{9[sA/Dz Bc|{jtN";\!m + |*BVr1$["Q!3SʚJBTBV[ىapb[qØ$ߕgt|I&P\ƍL lWSX_xXKQݕŠM|Id*y1ŪG4T%"(9>$T"nwJ-oWu˂my?wE{+vjl >$؇UK7Df"jB#Yhc'OR3 ~ +1_˸o߾ Z@4E^>@{HrLmEd8:!AT$޳ٙ[ݘͅ~lP! YʻIqh|{X]] f,*B @,4<8ZjV)")8P<1aJYە[ < y_B ZC=*_E׍65+c}ClR֚tNlّD7. hy2Ba< ]!?$n#cK2_8Qjc1BI.ƚmn]*']ҾS28ŭ8^RIlj'dЉТHRЖoÙ ~'؀K Neg-JZEV!E@ȁ(Y.Q>]HB [X0*pOllի- PaLO>t`6ʑ*/*yOil% O~ hOn(=uħxâZy ؋0Y?x,i=եG .Ebǝc3+P["T;',:LK<ʭr~g+ 4N$5"i _z) )Ð3q/_#y_Q(Z>f)ReɁoQe,tv: mZI;6y4/U|DzJZ@d,T.b4YNO%SrE3fYԅ28-.mњW\:Zy$8'emE\WN/ThM.~t;?Ұ !h+LwJtb쉡7EjbKlâ^xC*}!Bn \ OsHq:сpCpd.$G:k>Q/& lf.@&3z3m\]JRIr~"̯nO-Jb ]27 08~ [5!H0R /:ԃBa ⤭Rݢb GQõ}`bB.oRST?`ߥ2z_h\ISY tqlEF؟zKg T >(=G +1M2I1a  C̾Xu3[3^^$={|5qg[<=4d5mR7/a~#2.i oh[եl޺ZR+m|'%/o 4N-v\Tb[E1g#X iX]vyTuJ;P=WW>Wi@RFR)s fk{#OJ?.?'Doң 4,cAkZODk}d/`Ews)_#Бvg_1} "?zD4R_'Hp.o}*W0ڇ<{Ae@ *`tUA9w#Heꜯ~d['`[I*+Npu޺:xͿ݇5N,,F]炗MFR(7}"BۅtVsȵͥj>L$@<7Oc+ZؿeA[d* HF[ _{Nܭw0*u#rpPWm`E؏`7^{Qnw\WK fn)ÜayL,Ծe#}z2V f'%q̹+T59zPa>0@o2 2D\ x7و o 0 & ]2TcTN_UV;_ߡ 腪~[H%#s@Ȗ5^FKQ)ѩ& #tL@n5 W\>>[9 +ܪʀr SwTCG8z. a2~gD:xcm i밞0N>kd (FK] aw.1Nfw~S+C{w8&dhVʲ&}wޙhQ/>o*2IJ\1$"ߺVm300SlX4ay@UƋf=0l(Y\Th!#2N,WkŨ(*9j+G5DZ[-B7xʣooC Y/H+65 k7: h_0G0 e  0O>/B7.guPo#7U!{!*49AxKv@^KcV*/  {6㰴LiEH;r7_[xeX٩˪OwC~=ߠ57=61IXum(LVoo?:;(qz3g\. >B0- 8xPDg|r{6A#3F4`~a$:zb`BV+* sw8oHէRܟD";-)}Nu[Zw3:y/P+: wjB)MgE7R/@>=jIjRǚD Y('ㅐGwpׂr0/nb5qf3r?@m/pQ⇈dz+A:սyXz9dcR#7 qH 8yrYTJpaOsr1BkNţ(ޚŤAlUw܍?A;q 삄E통[ ]hX*AɓAp9%bKPDr!)4~t- r%@{zoT7-Y=Tˈ^U ʯt6<)_~O_OF%m( Z󽘲c(e@ҷ6~ZamL3ԧjЬ5?hxL~i>sFJߩytoTB3OX;i5ey\B=-X6';$(.M$w< `kf+NөИ׮!}>gaG9(XΥŹ鏝bX=Pp0VoiOc 6YxN7ZeS8c\12g&DbJwxoߦW.O6A<}S҄+:a@~_krեX9{b:mv7X:j? VtWasmC,vIPc 7MLhC.ʗ_y\ Svl4)L["A_ ).]/B,aB}ØK 8u)T#gx;kc؊.{i^)G:$wA?(6VYʨx9qȷ8DpNx ?HҾ/5l*Ӱ [Zo~y$uOs%T%y|}i{"̱hi[I^PigL˹9D]xn>㞹 F/}U1Wh*j$ 1; ocùĉd@23~_#gڇ:#! z._B" +#.==:cy)nz̀S{mД*Yߜew1|O)5R=TJ\akδg32]¶zPXL~n:CdPz}#jsr)UDn=Ksx>^Bd iR]i .C:G{ ܩjj! s׃>A8NH%lѴYE{иRVO17G"V/rd1lOeiCFARc7z$ 11_q|chrqZ{ &BtE\:m^>9+G4>g !l${R,N*3:z\*%u-nTd*GKμ2 )W*N%A* #8=ӐHjD\otLg#mP&_FG'uӮ[J6/@ǺTpox!5cdsU0JCiRQ+zrZXlg :JEyCОYkFo6(ǒ3-w؉Ϳt9G6+d nzȖ1櫒 |#1JR\Z29mB}ȃ%y02YVuO@ O<ܪ18N@ $w}\ Zr6,`J׵т;(j>T8Ȕ{o%%miTWD⹯:0@#4, 0gZy80#XssǨn^9a؊EKeUZtP8Jb-}MD--vnrq [5lJ2Dɉte̋5mrpq?XWmJ-J D>w[ŶQIĶbznj'k+\ H7W  ?PaO^ xH-&$,K5L[fiay\YFҳ@\'^җo"Ċ\F4#vKY1L%"lt[S'6䑪V=nq4R lw w D5c7),fNBdouH% 꺎?d.'ciKZeنi9j.JZHN|Gƙ[έ˰wXZF=ICZwdV,GƴC 5 :=VV桁xiF>-}B>uxS,F*(f"9H/̃~fcȊMGJⅽHSw E(C0b caBOJ3ڄ}Ng axg`Pw 8O?Eoο>_FdVGǡ]W;X=}ˋH%^N m#NiHh-^dagR˚ ԓ2k-$~d]! 01[_ ;M1f#ͫ6(S{.ͰR}w7d0UcQFn2'wAi oH7e8>;}zr:-=d2*wm:Y@L VOqP+ts #K8]P,rwHtzf@K9{d`_/0Z:?D޶rPdmc6?jvי(#т / SE6"KxVșaxeD>A1b{L*[$uyrMWgZYqv8qw7SI o^c%4]0aE01y#n"֒z53G | \79z p$t8Q= V zi3v4_S=1BVs& ô-MP|_~b5S<Dao`_,1붌1{R,/3#7rO2 ' uZ"@>l:Q W{'څFy"@aPadG?KT\K*F:j%7s/Dl*(5mmlAhA3D4gBfP8ZCXx׽ _)[Ku^Wgwa<9pNL)gw֒$+hWZƊ S%(QÉ%>tĂK1%Sځ\4%L/bQ?3EU{`Wjz@";J6ѐ B/VfIyx'O𼖷8Q} 9:&jj9tZLǟ69¨ d"c^.;9A=S zW4T?CXR݈Yͬ^ B6p53 KRH4U-Sb"@"h a$:lwU"Q+̬{8Ad~l&Gf~Tq-8]{3wCG_! DJȪ^He(JFM1@TBڪgL˕Mq1B`sMԉOķrQ /k3cO+ƺ?Ȏ!Q5.J[=3/۫g(UGJ0=bi,>bvI$ ;sb0ٴC'^x}{m7>3D43iXr7pք _%o.D?GhۃCF/j:=ّY6;zE\MmGz4K]coeo*^ia TGϪ(yn$)DփjGV֋|GӬjN1sGރ@$Ј_ğ< \Rl-߈tngժ$}ؙ(=j*~u@Ϸ3?r!'8Ο /g݄f_0lMO<5M>Fu\Yk1*]AjV) P^"#J #U,ܒ0=Y&2 9L Ň!~Qw!*^p_J,,n -s͙+vx+U^64.%bւ,bgJZQ]6 &pm UgP5LjUF+ZR R ءn /FL s~m{ .: x41t\jM`~$qϛI"\S{\IJs;mx?meO(oqenxcwFDq Z"4x ʹ"{!H15^FBMﳹ3s˴tu_!M$& 1NXLzj/(2TtBF~ $E`8 1}}}b$ F\&1*;7+,Cl%V@Z]ٙtVrTǴCyPّR+dK֍%Mm:4؄Z G'\Xb# {,{.^`y^rވVQte$c"R^u]~]fkm%Ca/ҋD=roRXb~wn ,4R{'+>FZB d\)7cooϩj^ꍱy@MP=ף>E.Jxrq<$!W 62<΢ڔ.Oqva&uWhH.]rL w(8mg'FBО[*wUg.ܦM:| 7C.$~HCasl(ǽW|c"e'bldKkXk晉~E BҁIFBs d3kyyT̬sHb~%8jϖr[2醸0m||r11gI/m˨qذ_hI]elC^ ?q,2cYz~.RցXue=xqWcҝBXpz/O-aD55Gf:W@~TՐӤT O{'(b'A\ 3P{MUJp|3y˞ܠ%4ĠBdGXQ ŧb&#q ]^ftbje7^rd4YPk^[Ҭ'[ɜb//|RhU#4AA4JShcTJu1ԡɪV&NX:5O ox<:7śYwudr=;XiWTtJxҘҧ.XcOʃDfBi{ Ldz|,8}֭ Do lYfNtn_UbXI~ O5i%rϘE[>paIa`jfQ;#2zOE!BuJQzP3y'0!v(zKr/E)箮Lbs5 I(zFGEX&Pb1)(TQm1~ N?%4ˏ\~Y/I/C:0ɯbmҹַh{.]Yȍ1Xv3O eE r&{| ̵Ҋ}tAU>1w"jKdS0Ɓc'RqWpo.I, ~fr-=*ɓ<ե 鍺8n/V2}H2dy==;6ZREE$ͧ2vHs5>b uk y ҋlKl̰ /5*)a62*0J"TES/+-YRb~+-8#>O ӊD<)ԝfqKF)h0U^;7/-iXU!zd.`- xũpnrkr:Ku͂O o%d8N˖ c0Vw/ؕ iɐUcy}|ѣWhu%)J헒(0&g9c8;qUX^B,K MH޿7z ~IO9p֓F KuPK"Rܯy z, ?Lc˪6s<]j֔uFWS2Yzc7b:6zL1StU%#fO_MU2S b% g맇lRD@A9O W8@X#[IfA8c2G8 ʁ J$"EË×[(t2c-lO:C.YPso$0ysUYڔ/JMŸ M"b0ɲ ,1݈̜#OJHoZa=ӊR0U-ux$)нr>K!lG UzQ)vJnX4/sPQQBK,w^}^I-{XC>@F-H_=jL2`pB Ptׯ, R,K g'Gy )/%SToyEݳ@YF|z+< N=SL_=rNe$aBmɉݟA`c2WÒs15㕈>jFubaz +4tmյ|X-BG~2RVa^\4-NOo`#TgR}4kH9x%S`| GgGpz95}/^ݺ}ȶ=u8MC6*OM"42V:v]2+N*.-ϫ!Ov_"H#L ̴ӄ:Ľta+^͐B'WGPDeFqg/+샺sxQ`dLx%9L}1ֹAg>TPRQ?'Qv}"1HJK%h@- 4Z_}ZE'F^HhMA{]`n4jwȑtxv{7IJՕlՎisp\5c#HN,7>n˫MqI5mЊ7`wY H"jz,E`}\{rq_14t“Gp?P.ԧ${KEqn((aLrKQ\h=c`vɧ2gx~ UPmCKpEy :`L!rduhXtz/ͮ 6r#BƎi% p( * % kR^jJy> ULT^;#I<=f"|q.Q ` %[pfiQK@CBF$ tR4o*D9M]9V*tV7rN& rۚӿZJh \^sLȲ֫:uh!e˗u-q>1i[c7>8E^f7Q JWxBk $*~Rύ:̈@jox)bX8Ft%Mx_Nax! AdQSw!zH3r00߃!踾nZY.5g7+<_t1xyNep_sk7ӑx/^LpW͑887 ^ {tV2A>D8\'_dAQlBL|*ge@mi!g0D*g^)loz#!#!%gaY3+h!;AUĸQ磌N[Q1H]0:gs[͜ٸE:3n67 vRJX)0 WNiVNZ9$t2,?jJ"Cw%bS48DG49>s"щ&fal1؊tIxWqB:%cz2o8Ҿin!!U;*[>iAe"o& he y G-hy0V2y69C™ߜ Q2ήhD q3qy*X _=|܉s8F6+أL0Oķ 1?CР Ѹ '-u,_FzՇ'a+,h$46i) ˅> 9 ӌxӊzbZ@p%& s3B:mSVQè]N'NG/ ӹ&j5 TJFMMSy% B;V+dNWW@ z*21*Fxb0+߱O9ٷz4-CIFCV}ExF_S '`^OvǛr :kȯ/cqYsYV!.$-&pA|cVYL f;#͙eo2 "Dkk% ]Oר1aE<'}dD1% d~NVPRCDnY!`IU{6xԡ˵e?kR52`$gl*U:C݂hj^j<c M!#*NV~jSi;E}'dw2uAPJ-f5V %x _d w>ajbjeFɏ0K[7nWծ(1O͌VYrePDqnT"AJ_`SWK{Nl-5tfFa٢Ij=ϱ< I&K>:RQfp5 XNqI#/ldѽg=՘kF'z?`9CϸхTw,SVe9QsMei'wz\ryAy*vp2da\r[mZ"r ?Z00i{K#VKvq{ E6tu=͛(IhaG ":#PiGx_Z$'~v5n%ͷ'.:=K>/f(Ct/-4M75M0%hAGz.:!"sD>8EV0J [NLXJPko}(91m =MXJZ ]ډ-5 &Iq~MyG\Zc{ꕲ*[O(a~N>#^M_A=f&\]7CDTs3)D  pUݯOWfHS^߶Vkp2󄲅L7(T jW-$-|#VsA? !%ΟTc:E[!_!cIaOb tr?-TzsL<3TD`e.:[ z2mE:^0ؕYtfDDd}&9J=,[ߡ٠=zbDD( D[XvtP_ \bϟgL0r BCe?ͻQj:3:ECg^ta ?ઽ͑"!bΥ!eҋ>Hȩj B /n@yFS<.d+YK=ŏ_?zZw| (c\a.$o/~yw{!jظ.L?] 3Ӯn ;r7c?xկaޥ4 da] n8g m>?e zY77֗K!Mʆ7 LJt\ Yʐ{C,!c0+E]$N mHhw *D&VRioB:>?V"] J;;AwwxBt *=V+E95 {єhވf unF~<=rˌj[&vCig0( ~vxt8F-'Jv( aAʟ'TivDOB,ꐔ8Y4e%^܎!w" Ү㾂|(*owSBԽ9QW~L&"Ti:k&hcq("c}xaGLs R/wKi }}^,1{;Z~wTEiBQ;C$76L2.$ W9PL^x1VlvjlT a˘K;Hk0rf?΃Ql8Hoz`UɪS kE:ԙL%,q R,+?JQxi!C_<Š]Bi f )o[MXf}-?g f f)?! A.Թ~# b5xUk7}a9#2Rs tk/ve8]>0{~&=zebѪ(b]',v3EECE ?ϴ{p5 [n\ DKc@YmiD}td6/'J~Gcݷ[_$Zw('Ba -&#t- zQoYfm8 ɖaơmW3'gyit c`qyhiMWe͕A,O/;wU}~O y,.NuMrĚfpd@"ZRG.pdInܤa$fD1kIO!E[~9ܒ/Bk7E.T܁% u!;JEQ3^S[\ƞ=kN\ڐNy!?YKsl9^!+ܹg3Nl?,~&aWJYU8P,ǿݬ^2 0gUUWI<ժ %[` 4|n]vIgjHes6d:}~ ֋j7ЇIlؘ!&Z-Qyw|ݎ%'V ̪r4 !3P~Lr`cI?'npm 1-I̭ef.s@QB"4}rm|tTO;'PE[Qװ^ܖLy)C@k1Э8ήu:%s07_jyMC/3a#: . R|ƠGw+_ݽ8J70PJ .IZ|PwXDwT_F rj^td3iR4wZ;C)O񼻃M-w@o(< Ӳ j1hF^LJϭ5_[|kСp ߞ0Ad~C nMe u'{K_6ƦoHC'DP czX61Xo{&T'nDh7"VpӘRpGܠ5Vn_V&p7" ^C9=yؿ,[/f!JU?b2E]dpBVCqgm 󠲦'f2O\V&b=Pγ{vG3 0lk1Q 0X+Uָ>oCQ !jlaw;h us'Ń U3Ԧ:ų!@^ɩg J93(lkWӯJ&y\DnH+t1UÁKy^WҦIx!dkSY\ jhpH@^؁Uߔ'mA,D 2 5.dG)hnDG:79jxU2>5y sAzh/9Ä 2O woܡO\5"=KKA΅!8g&\NQmz?IZ =p$gʈ*zj!hnq.į6&͜A@!Ι7,cX**lrSaÛpvyD)/,~' ВWMYϙu-ȶ;a8[cqzb)[5[z`ޙݷ jJ6k"7zVmFժa&#d +h%Nڞ5@hD.ĭ5;A䣺WՋ%0(EPU#Tf"**@D([.rZ& CvF;޳j+ t@ǥq"H1KgƦR_ݠ;JUoxX\EǢOCn q[B8 jZu=A0C5}Бҩk8,2EF)6CH˳3CFzS֫ '2) XG:Bwcwڈ;gVlsMT{Nu;)tDsՋn Wv^:YBy=PP_\ oC&4P ]RNR8 ojɆ| EjÜmHch.P;v(Lx ;w&lĽ={j ItF=ii񕪯-JAnN mA8x*%_Ƹw ݗٳli9YӅd >)2JJ,X9zAW?hC1k(ݭb{w]'3w+϶b:C1z3AiA9ukWK3=C~n9j?8dDYH w(^5e-K.\G۳ϋ?DVD9Ah&{ҌHtvlZ^3^}HA&|D&B)55q\$G&9n;$S(,O@/շݪ7VW*z.;oeH 2ޖs,eWIW|$;fTpxt$횕&ڸ…7;P_qxS.⇷J+l\,Op30HU#,1PeO_" 7T Ib>9ꑬ!xw3 &`щ/Lh0K Y)5'j+(XqPĄGxkI<(@?7 q1ǐ._ 2#_겐MMdkf͈_{0:][ ZWq)cc7 iݓM4YRzپ2#Iu_au6=/za(*HH^6%|̇2"XV~H0̓iȷ- 3rlT\OoQ<4YCCO{'9_J,#\CfgL|kb"rjwљ狿+Ð$g~ G >}q}1h!B@U'-37=6|.'V6 V]EBpk"^IsbHjԝǟp*z(>_k.n4\ZݾPm0V/׋)Ջx[M } WGopkp'#:s)2tq ypJP~KŐZjl[TU*cjAbҰ<];w+Pt#RD"N^{b# +,5Ěk0-{+AOP9̋> _a&yI: BNRk}FAPkxBv":@1U<(+$@>*Q}b"4|%e} TN8+؉)I{Y] t~ v`Ot _gN_HfQ.LOT$ ߣly}ݡpmF5<`3opIp&_c>|Z~s{i(Eg=@gO3H1F=ΝZKF,q _SyR nǩ$o=#[|0Φҳa*y|p _lwu 4XL0%$!=d-~uidgaLH <&9hC5`y)3>YJ YXu>W(:=>nGA(Π zdF mAkd?F=Ќ7ܯ'~b#u5Ք3`=}}g^B^ǭ1p ga꾅D,a彄=ǤC]*UnWɋoR=gAc0!5)djSgmf" v %zUD:S .I̼DNEʼn acRŠ73q1#B;#3_skJI[9iw<b[Նsќw!y7fY:J!+Ac@ߐ c8lalkN, BDU-u:d;E >z\@H]dT?~ͦ3Gd~} {Y$𔌉'J"fD¡ߏ"@'>'eԲ@_cwa_P}C 1H _\D3N-'z 뤽H9}|@b&@W/ձ߰.lk{Iy +2TP[)XuhC}vwv1{ ) KIq_*SY C~:`rfY}}NQځl35LŨwA2OmSPs=jӽD2c ˃Aى:nt`7ϵjxg))OۡMhoW~8e&{/ʹy}PX*)YC9I9mM(rBBȵ''3zPC3i_H5tjo–c'2'۱/ͽo ~Ā3mIԉ= fJ֟48xG H33*ٗ ( ۆy1eAyY՛c^W (X:4 yTIQi6ufnlb{ Ss@#d U@崬a Ŧ⽵lߠ&bxIM˔hK]W~fI({)vhKѻed7`?Xy+dŔm@4Lw5@-j~4ƫUE\hPneкNtĢ_W,\sE.1=]K|Joa?xⱞ=c{/M^Ɏb'4Yp[Aֽ~`p3q+%+C˻ӛ|-G5 U`Iې/9D}Zgܝztx;o([F dI3pej'UUR;(m;x((8v d{-~1|O#flfKG *hFdsO^;p/ ҅r+lGP8lOftaQxg/+і% ׇ^|d?(ŚJ {v 3/P$T*? m+EpFyS_aq;j2 x.NT A=c@ TP[m YYX?n}Iٟͦ鱥ю>7ýcj~4"rJp4-@"ݻnVt7CzG"~SҐċߪdBsn^Q*Y*$yMQ O$1#0OW ǏLJId0[z.4EeN2(89wFKb3Dsoڥ%/әt{QZ @/|y[|GoTՄݙ'.EtʌG|ED <ĂUTQ?)jb _:^u'LՈ'oT "ހ΍2_銪h J"Mc/Pm(RB{"zw._AmWpMo`Tq^ sHY6?M*Պ5ň= ;w%m#WB*VC!1}b^* DHE(JK1'8!bY 2~N6%ؿ(zυ ͵z`M),/YTTAN5]$bLYUAkww8,kNP`@aexVjAƫ7@lS2LgU L#?0A@-ASW/Ⱳ4 WͅXJ'nh~oyM^1JKˋ KgIv1_:|u ٔ!`yJ¯yG:aUt ƦXg'PFpX)J"i1i sIӦ]ڃ.RZ5!QgS%Qv,rpR7t<&"E<,%G2bEۑs. Ϋ2罒9`%BTԞX&>Mc,~ݩ̋ɟd L\[Nt&u:w<3+X0WW8ˆ4.݈75\6&Fta;X16&x;Ģ5 >7%ڪ]<jqN>gXMz[0a `4Nz P~2޴6I/NԀ? jHFB;1hDڣbNpYAwVQ՜KoKzhd5i'@>M[qT4:8*[*osٳqA1P/(M w*; 엋8pθI ~!F}|R'ΛC1Sr1Q\mwdpuP42#dW%n)>N d .0ok 1z"VڍDġ#d`kIb6>P\L&hƹlw>䄸خ-ՅU2DaM۱9.~E|%gy!puĜUX&^9@m+ ;2D:%zҷ fR:-F=5/ zʕ0/~.fVm9 A԰ H@0q{[/[9l悀5*±+7$cYz"u6D]@QPWߤ-4;kᝧ }%*y}T!M׋.3u%zqy\t4\yUb\ɨ 2nдn<-bFK:RmY|}GEHrY%j2Eٵ<e?Q-{_(c?Frz3}Vn49srR@8R<{)._k;YLtНN&UI~f]rȰCtWkոN9Fx/ A'WOķ)m^& fV)l8^8MSFgp3FͯOV5-my1l'nASjp W {OnOٖ"_*|iol-+F0 :n^1>xb(z49gCy9R TVpk7+l{# 3!<hb̦cw]xjr|ڄ[lh:gtT5IjhxyfVފj-J]?,m.ԅv\Y )stkẢ ڞ8&Gj#x5"&+)p'-qKQ,Q(EezRh_(.z&ѕ Ԅ@wz@n Oj©Y9∷B*?4.LLJZ1 E{1GAHu9`F-~ qWUGqń&C5l0$2z H!qqIX7@}3U~ADAUg~ϧGHpG{ 17ʜ$n@4 w] ,N߀6QU ^97eNNX~[uTOH= m%ffg,yuNKB'xpKIpf>M?WЩAq_oSRЀG{$=q< +ICFdkwP ZP,؎9AnP&Q(-)U(8>4e}dYoML A}u4aZ8D%`%]$<xUc$Q`4 )5㓡4`kJ IdECqO#C%7a#o'ü :a  qok7VQہ:m2ok>9f-yW6"߲~@(֐ 6@zDY3Î҃=Pо^CkEavoD_ D°l E'5G~(5lN`k 4&9ږxd4xZ J_0/յNb[~T:\6.%B|'!tBn)]TR? bM2^Jʷ)Tj { C#/ WkH#< '˵!Lxn!!MЅUk tr`G7[S~e6coz0Rꃋ2KOZmiFGs[6@9YOmy\w{ڈR~fKvQ9 ;G-wOI!1\>xl&k7W`.~΃t f\O4LGwVdwߦ+_(Y44W{VjnٹSNp8WL6b>AY qRƄw}9PiS4YQȂyC}ԓt9f'?N@䉕]O'L55sڸ-K{M * /\^eNSߺW >SepX6V `zYּuƔ0o Nhn1 TF&$p4DM:=wG;zSiz| u@M鼭1]E1_?>РhBkBԽ *&P8t!7/yQ~3UNp}&QQ\M6>GMpBq+UN*/b6Lz*sO&];'Lc_m7x[EHK 52<|4RAY_̮n'>}}T8:_{!ak@,!ZiJb=<T_ 1)UhɟFRI><2t-Jt}'Q$٭cnfc`j ђl,W Giٰ V-={jKS3,j1/#o%z'"=F:QsWrdN;u#~v2ϾҲ" -Ҩuۼ{"2z}Ѽ|I\5zA* VZ#tWJuLS" + &U`,fx;Z"]°M7S'BO5 9eNăNjPԢz&͊d8#kʪx\J @Uf6 6FOeJ]7)͡sK5ei3Nq Y)oaaK؂ܒ_5ھLz"ҖA%##P3hV.LucMRuS(/]Hxa͎ڪoN\Nx:ۑ t)/S 9A~蜕=Ss4К'@/M(Я?C ag^L[_j;jBʨV^Uvwޭi:N+ ԛ.I (/ͮy ]G,Lb]E◶'U(p%5sLZvFU$m ȱI&싣gryi(%=d$ qʜW1.!V y0_'KR334ވ/K[zUJMK4 odsT|Ҥ/@'%EjH>MEأ0'>RJ){MTUxIXO^ ?=ǐ_VYY`]*Å%}Ed!.Mͮfǹ͵ë}ms:Ͽu8V&VɟW|MElR5 4NjZ{%a +zB~2eULC}6H&k_ ~: +S.yΧPX0:{>?Pjs+yb#6>cb:Nǐvt=*T:lBH-[=%7cӘ׮M:tŅ*!r`h{ۺS,-Tbx13K3xDiȢ71.&k,M]M zXfQ*r~n`YpP̿GKy_BĨ @Jui?bc:n` S*GM@1r3Cqw/$bPA>oioq*sʩa2htrT3V.Hcx8 8QЪ@4:qfgGd7->CQހ!iףոlEzߓY˫*cv'ejBjC%oeN[^BFR S|ZӘ*N?W@]Q3l?/x,U"N%|8e KW{x@S x;\nAQR,+D Yz54:AGd'\#6*\^Cr% >Va8<`<+:\9<Gr np'ɒWD)_gEڎʚ3MSG#YWxE?:K|N%|ݣ>1mq`SIٓv@Mv|_hHCCTyS *M$t=Q¦w'}Q ,_?3]_Y$2ݶDjg6>f \@Ew2VmU{1VAu0uK l;h@m PfZ/AgKE:ȿ+Io1|=#ϭ>/*|t-Pvڹ?&C"U12 9>t u .7 .VUfZtT'N Ķ YZ