pcp-6.2.0-150600.3.9.1<>,ԉgPp9|2D{Qㄱ\bs8diD<| 2V`,;c TR"Ɗ㷨#A/D4y2 ​^x^O9W 6R0>L? d   X& <N]ciU.PU 6U ?U PU MU hUU5VUJKU\d]X_lm(n[8nd=9oX=:sG==>?@BFGUHpUIUXYTZͼ[\U]LU^ bc (d e f l u Uv2VwiUxzTUy{zCpcp6.2.0150600.3.9.1System-level performance monitoring and performance managementPerformance Co-Pilot (PCP) provides a framework and services to support system-level performance monitoring and performance management. The PCP open source release provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data.gPs390zl35]1&SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+ AND CC-BY-SA-3.0https://www.suse.com/System/Monitoringhttps://pcp.iolinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in pmcd pmlogger pmie pmproxy pmie_check.timer pmie_daily.timer pmlogger_daily.timer pmlogger_check.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi getent group pcp >/dev/null || groupadd -r pcp getent passwd pcp >/dev/null || \ useradd -c "Performance Co-Pilot" -g pcp -d /var/lib/pcp -M -r -s /sbin/nologin pcpPCP_PMNS_DIR=/var/lib/pcp/pmns PCP_LOG_DIR=/var/log/pcp if [ -w ""$PCP_PMNS_DIR"" ] then (cd ""$PCP_PMNS_DIR"" && touch ".NeedRebuild" && chmod 644 ".NeedRebuild") else echo "WARNING: Cannot write to "$PCP_PMNS_DIR", skipping .NeedRebuild creation." >&2 fi if [ -w ""$PCP_LOG_DIR/pmlogger"" ] then (cd ""$PCP_LOG_DIR/pmlogger"" && touch ".NeedRewrite" && chmod 644 ".NeedRewrite") else echo "WARNING: Cannot write to "$PCP_LOG_DIR/pmlogger", skipping .NeedRewrite creation." >&2 fi PNAME=pmcd 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 PNAME=pmlogger 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 PNAME=pmproxy 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/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in pmcd pmlogger pmie pmproxy pmie_check.timer pmie_daily.timer pmlogger_daily.timer pmlogger_check.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -w ""$PCP_PMNS_DIR"" ] then (cd ""$PCP_PMNS_DIR"" && ./Rebuild -s && rm -f ".NeedRebuild") else echo "WARNING: Cannot write to "$PCP_PMNS_DIR", skipping namespace rebuild." >&2 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 pmlogger pmie pmproxy pmcd || : ( 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 pmlogger pmie pmproxy pmcd ) || : fi/sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in pmcd pmlogger pmproxy pmie pmie_check.timer pmie_daily.timer pmlogger_daily.timer pmlogger_check.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart pmcd pmlogger pmproxy pmie pmie_check.timer pmie_daily.timer pmlogger_daily.timer pmlogger_check.timer ) || : fi fi%XQJ%+jm@^Z  ig-LK+Lo/a Ri+8lSkiOZzDEpNfl_g~|ug5j^nnpppp:}zO5t1zi}Z7{.A NH6H K:I X/q& PK LNx:  X$|1g,<?8/\' J V <p*PP;H@JPI:,i|`KKpp\:7H7'$" FJ  bJ- "E,)K5h))Y&M)pU9'%''z{1Sv * 9J8`Q ')7 _ (C A =SZ \:jjqV9AC9Y,a<= 15 (bsc#1231345).- Fix symlink race; CVE-2024-45770; (bsc#1230552) + 0012-src-pmpost-pmpost.c-guard-against-possible-symlink-a.patch - Fix pmstore corruption; CVE-2024-45769 (bsc#1230551) + 0013-src-libpcp-src-p_result.c-correct-buffer-over-run-te.patch + 0014-src-libpcp-src-p_result.c-hardening-of-the-result-PD.patch + 0015-src-libpcp-src-p_result.c-hardening-of-result-PDU-ev.patch + 0016-src-libpcp-src-p_result.c-rework-PDU-integrity-check.patch + 0017-src-libpcp-src-p_result.c-re-instate-__pmPrintResult.patch + 0018-src-libpcp-src-p_result.c-re-instate-__pmPrintResult.patch + 0019-src-libpcp-src-p_result.c-32-bit-fix-for-SUSE-Issue-.patch- Refresh patches: * 0001-Install-libraries-without-exec-permission.patch * 0002-Remove-CPAN-rpaths.patch * 0003-Remove-runlevel-4-from-init-scripts.patch * 0010-services-switch-logutil-and-pmieutil-scripts-from-ty.patch - Add fix for bsc#1222121, CVE-2024-3019: + 0011-disable-redis-proxying-by-default.patch - move pmlogger_daily into main package (bsc#1222815) - fix compile flags conflusion - Upgrade to 6.2.0 (bsc#1217826 / PED#8192 / ECO PED#8389 / CVE-2023-6917): * Changes from pcp-6.2.0: - Client tools and utilities: pmlogger: default to creating version 3 PCP archives pmie, pmlogger, pmcd, pmproxy: init script hardening to run less as root:root, more as pcp:pcp and more safely pcp-reboot-init: new systemd service for $PCP_RC_DIR setup pcp2arrow: new, export metrics to parquet format for pandas pcp-atop: deterministic process sort when handling NULLs pcp-atop: update to v2.10.0 upstream code pcp-htop: update to latest upstream fixes pcp-geolocate: function with older versions of python pcp-meminfo: resolve possible 'broken pipe' diagnostics pcp-ss: fix handling of listening state sockets to match ss pcp-ss: fix the UDP UNCONN vs LISTEN state handling - PMDA additions, enhancements and bug fixes: pmdaproc: improvements for process accounting metrics pmdalinux: add pgpromote* and pgdemote* memory metrics pmdalinux: add metric sysfs.module.zswap.max_pool_percent pmdalinux: add new SNMP metric network.ip.outtransmits pmdasummary: send state change 0 (no change) back to pmcd pmdapostgresql: support the psycopg3 python module as well pmdaopenmetrics: kepler support - live metrics and logging - Server-side utilities and log management scripts: pmlogrewrite, pmlogredact: fix for missing data volumes pmcd: cosmetic change to avoid pipe2 name clash runaspcp: new helper utility for unprivileged rc scripts pmnsmerge: be more defensive in qsort comparison routine pmlogsize: fix qsort comparison function handling of equality - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings: libpcp: pmOpenLog refactor for handling previous log files libpcp: new __pmCleanMapDir routine to aid log culling libpcp & pmcd: READY-NOT-READY hardening libpcp: avoid possible thread issues (coverity) libpcp: refactor pmDupContext for thread safety libpcp_import: add guard in pmiPutMark to prevent SIGSEGV - Build, infrastructure and packaging updates: build: changes to re-enable builds for FreeBSD 12, 13, 14 build: add diffutils rpm dep as pmdaproc script uses diff build: add main.yml for building and publishing container build: resolve compiler warnings in various tools/libraries packaging: use tmpfiles.d method to create PCP_RUN_DIR build: packaging changes for openSUSE 15.5 and 15.6 debian: do not ship empty directory /usr/lib/pkgconfig build: el10 systemd-presets for pmcd/pmie/pmlogger enabling build: drop rpm dep on bpftool as local version used only build: change perl YAML::XS::LibYAML module to YAML::XS - Security Enhanced Linux: selinux: policy improvements for CentOS/RHEL 7 and 8 - Documentation: docs: Fedora 39 found some tbl(1)/troff(1) issues, fix docs: add an explicit code-of-conduct for PCP docs: pmns(5) note that metric names must only contain ASCII docs: update the BPF README to describe bpftool reality * Changes from pcp-6.1.1: - Client tools and utilities: pmie: add -o/--format to control output format with archives pcp-geolocate: automatic latitude and longitude metric labels pcp-atop: fix segv encountered on a multi-node NUMA system pcp-atop: add last level cache support using pmdaresctrl pcp-htop: updated with latest fixes from htop.dev pcp-netstat: without time options report one sample only pcp-netstat: add machine header info pcp-meminfo: without time options report one sample only pcp-meminfo: add machine header info pcp-buddyinfo: resolve a key issue when using python v2 pcp-zoneinfo: ensure determinism in pcp-zoneinfo output pcp-zoneinfo: fix failure with older PCP metric instances - PMDA additions, enhancements and bug fixes: pmdaresctrl: new PMDA for x86_64 last level cache metrics pmdafarm: new Seagate Field Access Reliability Metrics PMDA pmdadarwin: updated for changes in NFS stats management pmdalinux: new mem.util metrics from recent kernel versions pmdalinux: new networking metrics relating to MPTcpExt pmdasockets: allow sockets with duplicate sources to exist pmdabpftrace: rework exit/wait handling to avoid errors pmdahaproxy: fixed connect script handling of string quoting pmdastatsd: fixed metadata for a couple of metrics pmdalinux: fixed semantics for mem.vmstat.nr_free_cma metric pmdadenki: simplification and refactoring of metrics pmdagfs2: correct permissions of several installed files pmdakvm: fixed semantics for kvm.largepages metric - Server-side utilities and log management scripts: pmproxy: add support for HTTP compression pmlogger: rework heuristic for Latest folio creation pmlogctl: fix incorrect rewriting of PCP_ARCHIVE_DIR pmlogredact: add latitude and longitude labels to redacted set pmlogrewrite: resolve a small memory leak pmlogrewrite: use PM_CTXFLAG_METADATA_ONLY for speed pmcd: add $PMCD_CREDS_TIMEOUT as an alternative to -q - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings: libpcp: new PM_CTXFLAG_METADATA_ONLY flag for pmNewContext libpcp: fix a couple of derived metric bugs libpcp_web: implement config override by canonical env vars - Misc build, infrastructure and packaging updates: build: new CI build to keep PCP for MacOS up-to-date build: several fixes to tools when compiling with clang build: install pmlog[redact,reduce,rewrite] on default PATH build: default to using a path-prefixed PCP_PYTHON_PROG build: update the Fedora container to f38 build: drop of i386/i686 architectures from Fedora builds build: enable build of pmdalibvirt on CentOS 7 platform build: enable Qt6 in Fedora and post-RHEL-9 rpm spec files build: add pyodbc rpm dep for pcp-pmda-mssql in RHEL 9 - Security Enhanced Linux: selinux: allow pmproxy use the io_uring API selinux: policy fixes for recent AVCs on RHEL 7.9 selinux: add netlink_kobject_uevent_socket getattr (bpftrace) - Documentation: man pages: change all to map font CW -> CR for latest groff man: note pmseries Redis timeseries load order limitation * Changes from pcp-6.1.0: - pmlogredact: new command for archive anonymisation - pcp-atop: new bar graph visualisation mode - pcp-atop: update to atoptool.nl 2.9.1 sources - pcp-htop: support dynamic screens (user-configurable tabs) - pcp-htop: update to latest upstream source - pcp-htop: default screens for filesystems, disks and cgroups - pcp-htop: non-default screens for several libbpf modules - pcp-htop: fix mishandling of some process argument shading - pcp-buddyinfo: new tool reporting Linux buddyinfo stats - pcp-meminfo: new tool reporting Linux kernel memory stats - pcp-netstat: new tool reporting networking statistics - pcp-slabinfo: new tool reporting Linux slabinfo kernel stats - pcp-zoneinfo: new tool reporting Linux zoneinfo kernel stats - pmsleep,pmpause: add -w where option for systemd annotation - pmieconf: move test_action from primary into a separate group - pmieconf: update webhook action for better EDA integration - pmlogconf: remove latency-inducing fsync on config write - pmlogconf: updates for new metrics used in pcp-atop - pmdalinux: add three new /proc/vmstat pscan/pgsteal metrics - pmdalinux: fix bug when lsb-release is only /etc/*-release file - pmdabpf: add -q/--tryload command line option - pmdaopenmetrics: reduce transient instance logs, improve labels - libpcp: improved SSL error reporting - selinux: add policy updates for pmproxy (io_uring,ipc_lock) - build: support for Qt6, drop remaining Qt4 configure-support - build: updated licence strings in spec files to follow SPDX - build: default to using a path-prefixed PCP_PYTHON_PROG - build: fix several makefile clean targets for deb packagers - build: configure.ac update to autoconf 2.71 - build: add tarball upload to release workflow - docs: pmie updates to explain action behaviour with archives - docs: retire "archive log" phrase from man pages and books - docs: transition Artifactory (no free service) to Packagecloud * Changes from pcp-6.0.5: - pmie: ensure pmie.log.YYYYMMDD is owned by pcp:pcp - pcp2json: extend pcp2json with an option to send HTTP POSTs - pmlogger: fix pidfile update; pmlogger.pid is for primary only - pmdumptext: fix scaling when -i command line option is used - pmlogextract: improve resilience in corner-case conditions - pmdasmart: additional NVME power state metrics - pmdasmart: additional NVME disk information metrics - pmdasmart: update help with proper description of DC status - pmdasmart: filter out zram devices when probing for devices - pmdahacluster: handle pacemaker 2.1.5 crm_mon output changes - pmcd: improve debugging flags and diagnostics in general - libpcp_pmda: refactor and improve library diagnostics - selinux: updates to policy for pmlogger and pmlogger_daily - build: switch rpm spec files to SPDX license identifiers - build, qa: numerous updates to improve PCP on OpenBSD - build: switch from registry.centos.org to quay.io for el6/el7 - ci: add centos6 back into the fold as its on quay.io now - ci: add Debian 12, drop Ubuntu 16 and Fedora 35 * Changes from pcp-6.0.4: - pmcd: propogate a new PMCD_HOSTNAME_CHANGE flag to clients - pmdumplog: support preferred alternate name pmlogdump - pmlogger: changes to accommodate PMCD_HOSTNAME_CHANGE - pmlogger_janitor: new script called from pmlogger_check - pmlogger: add -d directory argument for alternate naming schemes - pmlogrewrite: fix remaining corner case for indom renumbering - pmie: changes to accommodate PMCD_HOSTNAME_CHANGE - pmie: catching SIGUSR1 triggers a pending task dump - pmie_{check,daily}: change pmie.log handling regime - pmieconf: add support for a webhook action to pmieconf - pmieconf: add a wall rule action for adm group members - pmieconf: add support for an action testing rule - pmieconf: use correct pmieconf percent type for thermal throttle - pmieconf: add minimum pct conjunction to entropy for small poolsizes - pminfo: use -b to batch pmDesc retrievals as well as pmResult - pmstat: fix corner case handling of automatic pmcd reconnect - pcp2influxdb: add requests.post timeout to avoid hangs - pcp-dstat: fixes CSV output to show all (not visible) plugins - pcp-htop: support File Descriptor Meter - pcp-htop: sync latest fixes from upstream htop - pcp-mpstat: fixed broken pipe issue - pcp-ps: fix exception handling for process name - rc scripts: ensure pmcd.conf not rewritten unnecessarily - pmdalinux: add a couple of new /proc/net/snmp ICMP metrics - pmdalinux: add new network.tcp.tcpplbrehash metric - pmdaproc: add new proc.smaps.pss_dirty metric - pmdarabbitmq: add timeout handling to http requests - pmdastatsd: stats and blocklisted metric names alignment - libpcp: new pmAddDerivedText API for derived metric help text - libpcp: check level parameter on entry to pmLookupText - libpcp: new PMAPI error code addition for bad API arguments - libpcp: allow derived metrics semantics of 'similar' indoms - selinux: add missing context information on farm services - build: fix a number of Debian sub-package dependency issues * Changes from pcp-6.0.3: - build: fix Debian postinst script handling of missing systemctl - pmdaproc: support per-cgroup IRQ PSI metrics in recent kernels - pmdalinux: support for system wide IRQ PSI metrics in recent kernels - pmlogrewrite: improved handling of unused instance domains * Changes from pcp-6.0.2: - Client tools and utilities: pcp-atop: update to latest upstream atoptool.nl sources pcp-atop: cgroup, NUMA memory and NUMA CPU support pcp-htop: update to latest upstream htop.dev sources pcp-dstat: fix handling of --swap with -f (full) option pcp-dstat: fix columns for --net-packets pcp-mpstat: fix handling of log-once summary metric values pcp-mpstat: improve error handling for the current values pcp-ps: added capabilities to show N samples with archives pcp-ps: fix handling of the -o option pcp-ps: fix broken pipe errors when piping to head(1) pcp-ps: fix process "START" column calculation and rounding pcp-pidstat: fix broken pipe errors when piping to head(1) pmdumplog: extend -x so -xxx reports timestamps in Epoch format pmlogger: refactor getting FQDN for local host - PMDA additions, enhancements and bug fixes: pmdabpf: set config default for biosnoop module to disabled pmdabpf: port forward to latest vendored libbpf-tools code pmdalinux: boolean metric network.interface.virtual from sysfs pmdalinux: more careful slabinfo 32/64 bit type multiplication pmdalinux: add NUMA external fragmentation metric via sysfs pmdalinux: fix pmid numbering issue with hinv.map.scsi_id pmdanfsclient: fix srcport handling for RDMA and UDP mounts pmdaopenmetrics: validate all names before using them for metrics pmdaoverhead: new PMDA to measure overhead for groups of processes pmdastatsd: static metric memory leak fix pmdastatsd: ragel parser refactor and fix - Server-side utilities and log management scripts: pmieconf: new pmie rule checking file descriptor limits - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings: libpcp: fix buffer issue for user/group name lookups libpcp_web: improve error handling in pmseries AST parser - Misc build, infrastructure and packaging updates: configure.ac: fixes for improved C99 compatibility configure.ac: use QTDIR search path only when given MacOS: build: fix shared library builds on modern Macs OpenBSD: build updates for clang, Qt and openssl libbpf: updated minimium version to 0.8.0, ARM and PPC support Qt: update minimum required versions for libqwt Drop no-longer-used pmlogger_daily_report systemd rpm spec code Determine clang version without optional llvm-config utility Another attempt to get the man/man-db/mandoc stuff sorted - Security Enhanced Linux: Policy updates for pmdastatsd - Documentation and QA infrastructure: Add help text for some OpenBSD kernel instance domains Provide more detailed explanation for default PMLOGGER_INTERVAL pmdaChildren(3): clarify the memory allocation scheme pcp-ps(1) man page fixes. * Changes from pcp-6.0.1: - Security Enhanced Linux: selinux: rework policy to use optional_policy selinux: rework policy to use an independent policy selinux: new cluster_exec_t policy handling for pmdahacluster(1) selinux: retire those parts of the build affecting CentOS 6 - PMDA additions, enhancements and bug fixes: pmdabpf: set perf_buffer__poll timeout to 0 for optimal sampling pmdabpf: add CO-RE biosnoop pmdabpf: no BPF debug messages unless debugging (-Ddev0) pmdalinux: add "squashfs" to the list of ignored filesystem types pmdasnmp: install agent specific configuration file to PMDATMPDIR pmdakvm: initialise perf_event interface only if/when needed - Client tools and utilities: pcp-ps: initial version of a PCP implementation of ps(1) pcp-dstat: add --nomissed command line option for large systems pmfind, libpcp_web: MMV and shutdown memory management fixes pmlogreduce: fix corner-case in temporal index generation pmlogcheck: tighten some pmlogcheck pass0 checks pmseries: fix sampling when start < first sample or series has gaps shell completion: improve pmrep/zsh instance completion in live mode shell tools: convert fgrep and egrep over to grep -F and -E - Server-side utilities and log management scripts: pmlogger_daily_report: no longer needs any systemd support now pmlogger_daily.sh: fix pmlogger_daily_report test for zeroconf - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings: libpcp_web: fix race conditions affecting pmproxy libpcp_web: allow scalar operands in pmseries expressions libpcp_web: add pmseries float multiplication - Misc build, infrastructure and packaging updates: build: add PCP archive analysis container build: updates to fix Windows platform builds build: update configure.ac to allow builds on Mac M1 (arm64) build: make openSUSE spec file builds work again containers: remove /build directory debian: use deb-systemd-helper if available build: fix libpcp check-statics regexp error with objects in subdirs build: podman PMDA no longer has deps, make it unconditional build: don't package and install pmrep xtract-names helper build: updates to hiredis code for pmseries and pmproxy build: updates to hiredis-cluster code for pmseries and pmproxy build: fix Makepkgs handling of argument parameters build: use vendored github.com/libbpf/bpftool/libbpf and update build: use vendored github.com/iovisor/bcc/libbpf-tools build: use vendored git.code.sf.net/p/qwt and update build: fix bpf PMDA inclusion check build: fix windows default pmcd.conf entry, dup path component build: rework Python3 and Python2 configure.ac logic packaging: fix rpm systemd-sysusers on f37 and rawhide - Documentation and QA infrastructure: docs: small typo fixes relating to secure connections docs: fix sheet2pcp(1) man page quoting in examples pmdasample: additional metrics for testing cases * Changes from pcp-6.0.0: - Major changes: 1. Add version 3 PCP archive support: instance domain change-deltas, Y2038-safe timestamps, nanosecond-precision timestamps, arbitrary timezones support, 64-bit file offsets used throughout for larger (beyond 2GB) individual volumes. * * Opt-in using the /etc/pcp.conf PCP_ARCHIVE_VERSION setting. ** * * Version 2 archives remain the default (for next few years). ** 2. Switch to using OpenSSL only throughout PCP (dropped NSS/NSPR); this impacts on libpcp, PMAPI clients and PMCD use of encryption; these are now configured and used consistently with pmproxy HTTPS support and redis-server, which were both already using OpenSSL. 3. New nanosecond precision timestamp PMAPI calls for PCP library interfaces that make use of timestamps. These are all optional, and full backward compatibility is preserved for existing tools. - Client tools and utilities: pcp2elasticsearch: implement authentication support pcp-dstat: implement support for the top-alike plugins pcp-dstat: add plugin configuration for ZFS metrics pcp-dstat: battery charge remaining config using denki metrics pcp-htop: update to latest stable upstream release pcp-htop: initial support for screen tabs in the user interface pcp-pidstat: correct operation of the -p ALL|SELF options pmlogger: small changes for handling derived metrics better pmlogger, import: support configurable default archive version pcp2xxx: ignore pmrep-specific options pmlogger: extra hardening, backtrace symbol improvements pmlogger: add -V (output archive version) command line option pmseries: add sum(), avg() and stdev() functions pmseries: add nth_percentile() and topk() functions pmseries: add max_inst() and max_sample() functions pmseries: add min_inst() and min_sample() functions pmseries: be more defensive during shutdown error paths pmseries: fix assumption that any 40-character string is a SID pmseries: allow reporting values from SIDs (not just queries) sheet2pcp: add -V (output archive version) command line option ganglia2pcp: add -V (output archive version) command line option iostat2pcp: add -V (output archive version) command line option - PMDA additions, enhancements and bug fixes: pmdaapache: do time_t manipulation with sufficient space pmdabcc: sync bcc PMDA modules with upstream bcc tools pmdabpf: adds CO-RE (Compile Once - Run Everywhere) modules (exitsnoop, oomkill, bashreadline, mountsnoop, vfsstat, opensnoop, fsslower, statsnoop, tcpconnlat, tcpconnect) pmdabpf: support x86, arm and powerpc pmdabpf: fixed persistence of indom and cluster identifiers pmdabpf: rework setrlimit() logic for some small memory hosts pmdabpftrace: move example autostart scripts to /usr/share pmdabpftrace: update biolatency example script for kernel 5.16+ pmdadenki: fix battery detection for non-intel systems pmdadenki: add support for multiple active batteries pmdadenki: support the -D option for debugging pmdadenki: improve labels associated with metrics pmdadenki: add battery capacity metric pmdadenki: add separate indom help text pmdalinux: add new MpTcpExt metrics from latest Linux 5.x kernels pmdalinux: updates for latest /proc/net/netstat kernel changes pmdalinux: improve network metrics help text pmdalinux: fix of tty metrics on s390x platform pmdamailq: update to ensure Y2038-safe time_t handling pmdammv: use highest available timestamp resolution pmdaopenvswitch: additional interface and coverage stats pmdapostfix: harden against a not-yet-running postfix pmdaproc: fix psargs string for processes with very large PIDs pmdaproc: fix cgroup cpu metrics refresh structures pmdasockets: prevent string overwrite of ss_stats_t fields pmdasockets: add checking to the pmStore filter strings pmdastatsd: fix detection of failure memory allocation - Server-side utilities and log management scripts: pmproxy: allow request parameters to be sent in the request body pmproxy: fix race on teardown of pcp protocol proxy clients pmproxy: improve error checking, check uv_pipe_bind result pmproxy: harden logging interfaces, racing with startup pmieconf: add several pmie rules for Open vSwitch metrics pmlogrewrite: subtle change in semantics for error checking pmlogreduce: allow sub-second values for -t option pmlogreduce: temporal index, add entries after 100k of data volume pmlogcheck: beef up pass 0 to check metadata record types pmlogconf: fix reprobing with interactive changes pmlogmv: fallback to copy for cross-mount case when link fails pmlogmv: add -c (paranoid checksum) option pmlogger_farm: add default configuration file for farm loggers pmlogger_check: increase PMLOGGER_REQUEST_TIMEOUT from 2 to 10 secs pmlogger_daily: callbacks for extra daily log processing tasks pmlogger_daily, pmlogger_check: additional systemd-driven changes pmlogger_daily: move redirection of stdout+stderr earlier in script pmlogger_daily: abandom use of fmt(1) - not portable - uses awk now pmlogger_daily_report.sh: some major efficiency improvements pmlogger_daily_report: re-enabled for rpm and deb builds pmie_check: avoid leaving lock file and temp dir behind pm{log,ie}ctl: handle embedded shell syntax in control lines pm{log,ie}ctl: add -C args option to pass "args" to pm{logger,ie}_check systemd units: pmlogger and pmie farm conditional use of type=exec rc-pmcd: reorder the systemd paths attempted in migrate_pid_cgroup dbpmda: fix an overlapping copy and add error handling - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings: libpcp_archive: new library for apps that write PCP archives libpcp: optimize indom handling in fetchgroup code libpcp: drop time_t abuse in getdate.y, use safe sizes libpcp: add __pmDumpPDUTrace() and circular trace buffer libpcp: add PM_ERR_FEATURE, PM_ERR_TLS error codes libpcp: refactor __pmDumpStack(), improve direct calling tools libpcp_qmc: require Qt5.6 as the minimum version for builds libpcp_qmc: resolve the Qt::endl warning more cleanly libpcp_web: stop Redis initialization if Redis version tool old libpcp_web: honour config settings that disable redis completely libpcp_web: fix memory leaks in discovery, query parsing and APIs libpcp_web: honor exclude.metrics setting in pmseries --load libpcp_web: run pmFetchArchive(3) in a worker thread libpcp_web: fix race condition tearing down load baton libpcp_pmda: ensure indom cache write handles time_t safely libpcp_import: add interface for setting output log version libpcp_import: interfaces for samples with high-resolution timestamps python api: updates to allow building from outside git repo python api: allow tools using pmconfig module to ignore options python api: add python wrappers for highres PMAPI routines python api: correct refcounting on pmParseMetricSpec source buffer - Security Enhanced Linux: selinux: additional policy rules, esp glusterd_log_t selinux: bcc PMDA policy to exec private memfd ctypes/libffi objects selinux: make use of syslogd_var_run_t map rule conditional selinux: policy updates needed for the pmdasockets metrics selinux: fine-tune netlink_tcpdiag_socket policy for all platforms - Misc build, infrastructure and packaging updates: build: latest distros supported (ubuntu 22.04, fedora 37, rhel9, etc) build: reproducible debian build efforts build: use standard dpkg buildflags variables. build: add BuildRequires: python*-pymongo to mongodb PMDA build: detect libbpf version for the BPF PMDA build: do not transform symlink targets when generating the source tarball build: update artifactory deploy script, add recalculate_metadata subtask build: update configure script for python2 retirement in rhel9 build: convert libpcp check-statics to using readelf if available build: updates to libpcp check-statics for OpenBSD build: fix configure detection of backtrace() and associated hooks build: fixed source dependencies within libpcp_web makefile build: add rpm conflicts lines on postgresql-pgpool-II build: remove pmclient reliance on libpcp.h for timed sleep build: remove mmvdump reliance on libpcp.h for mmap wrapper build: make perl truly conditional in the PCP build build: drop no-longer-needed NSS/NSPR package deps build: resolve ostree non-writable /var for pmieconf packaging: update rpm specs to solve systemd warnings container: bump base image version Makepkgs: fix for Debian build (and Qt packaging failure in CI) vendor: switch to git-subtree for iovisor/bcc libbpf-tools code - Documentation and QA infrastructure: docs: update notes about sar2pcp, iostat2pcp in pcpcompat(1) docs: add section to pcpcompat(1) about python2 docs: add fix for readthedocs compilation error docs: updates to the Quick Guide documents docs: clatifications to pmrep et al: man pages docs: improve pmproxy timeseries and pmseries load documentation docs: further improvements and fixes to the INSTALL doc docs: add pmlogger(1) -V, describe $PCP_ARCHIVE_VERSION in pcp.conf. docs: small fixes to the pcp-pidstat man page docs: fix webapi documentation typo around polltimeout pylint: numerous issues resolved, tracking latest versions qa: regression tests for bpftrace PMDA: check probes qa: pmdabcc pylint fixups qa: rework Redis PING-PONG checks qa/check: run tests under timeout(1) control if possible qa-summary: allow unified reporting from CI and QA Farm qa/admin/show-me-all & qa/show-me: changes for CI integration qa/check: add support for "triaged" tests ci: send report to Slack when QA workflow is triggered manually ci: add required packages to enable bpf PMDA on CentOS Stream 9 ci: run CodeQL daily and for each PR ci: run full QA on pull requests, save history ci: unset XDG_RUNTIME_DIR when invoking podman - Change dependency from openssl-devel >= 1.1.1 to openssl-devel >= 1.0.2p. Required for SLE-12, builds just fine. - Disable 'pmda-infiniband' subpackage for SLE-12. Required so it builds cleanly. - Introduce pmda-resctrl package, disabled for architectures other than x86_64. - Change the architecture for various subpackages to 'noarch' as they contain no binaries, this lowers rpmlint's badness score substantially. - Disable 'pmda-mssql', as it fails to build.- Refresh patches: * 0001-Install-libraries-without-exec-permission.patch * 0002-Remove-CPAN-rpaths.patch * 0003-Remove-runlevel-4-from-init-scripts.patch * 0010-services-switch-logutil-and-pmieutil-scripts-from-ty.patch - Add fix for bsc#1222121: + 0011-disable-redis-proxying-by-default.patch - move pmlogger_daily into main package (bsc#1222815) - fix compile flags conflusion - Upgrade to 6.2.0 (bsc#1217826 / PED#8192 / ECO PED#8389): * Changes from pcp-6.2.0: - Client tools and utilities: pmlogger: default to creating version 3 PCP archives pmie, pmlogger, pmcd, pmproxy: init script hardening to run less as root:root, more as pcp:pcp and more safely pcp-reboot-init: new systemd service for $PCP_RC_DIR setup pcp2arrow: new, export metrics to parquet format for pandas pcp-atop: deterministic process sort when handling NULLs pcp-atop: update to v2.10.0 upstream code pcp-htop: update to latest upstream fixes pcp-geolocate: function with older versions of python pcp-meminfo: resolve possible 'broken pipe' diagnostics pcp-ss: fix handling of listening state sockets to match ss pcp-ss: fix the UDP UNCONN vs LISTEN state handling - PMDA additions, enhancements and bug fixes: pmdaproc: improvements for process accounting metrics pmdalinux: add pgpromote* and pgdemote* memory metrics pmdalinux: add metric sysfs.module.zswap.max_pool_percent pmdalinux: add new SNMP metric network.ip.outtransmits pmdasummary: send state change 0 (no change) back to pmcd pmdapostgresql: support the psycopg3 python module as well pmdaopenmetrics: kepler support - live metrics and logging - Server-side utilities and log management scripts: pmlogrewrite, pmlogredact: fix for missing data volumes pmcd: cosmetic change to avoid pipe2 name clash runaspcp: new helper utility for unprivileged rc scripts pmnsmerge: be more defensive in qsort comparison routine pmlogsize: fix qsort comparison function handling of equality - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings: libpcp: pmOpenLog refactor for handling previous log files libpcp: new __pmCleanMapDir routine to aid log culling libpcp & pmcd: READY-NOT-READY hardening libpcp: avoid possible thread issues (coverity) libpcp: refactor pmDupContext for thread safety libpcp_import: add guard in pmiPutMark to prevent SIGSEGV - Build, infrastructure and packaging updates: build: changes to re-enable builds for FreeBSD 12, 13, 14 build: add diffutils rpm dep as pmdaproc script uses diff build: add main.yml for building and publishing container build: resolve compiler warnings in various tools/libraries packaging: use tmpfiles.d method to create PCP_RUN_DIR build: packaging changes for openSUSE 15.5 and 15.6 debian: do not ship empty directory /usr/lib/pkgconfig build: el10 systemd-presets for pmcd/pmie/pmlogger enabling build: drop rpm dep on bpftool as local version used only build: change perl YAML::XS::LibYAML module to YAML::XS - Security Enhanced Linux: selinux: policy improvements for CentOS/RHEL 7 and 8 - Documentation: docs: Fedora 39 found some tbl(1)/troff(1) issues, fix docs: add an explicit code-of-conduct for PCP docs: pmns(5) note that metric names must only contain ASCII docs: update the BPF README to describe bpftool reality * Changes from pcp-6.1.1: - Client tools and utilities: pmie: add -o/--format to control output format with archives pcp-geolocate: automatic latitude and longitude metric labels pcp-atop: fix segv encountered on a multi-node NUMA system pcp-atop: add last level cache support using pmdaresctrl pcp-htop: updated with latest fixes from htop.dev pcp-netstat: without time options report one sample only pcp-netstat: add machine header info pcp-meminfo: without time options report one sample only pcp-meminfo: add machine header info pcp-buddyinfo: resolve a key issue when using python v2 pcp-zoneinfo: ensure determinism in pcp-zoneinfo output pcp-zoneinfo: fix failure with older PCP metric instances - PMDA additions, enhancements and bug fixes: pmdaresctrl: new PMDA for x86_64 last level cache metrics pmdafarm: new Seagate Field Access Reliability Metrics PMDA pmdadarwin: updated for changes in NFS stats management pmdalinux: new mem.util metrics from recent kernel versions pmdalinux: new networking metrics relating to MPTcpExt pmdasockets: allow sockets with duplicate sources to exist pmdabpftrace: rework exit/wait handling to avoid errors pmdahaproxy: fixed connect script handling of string quoting pmdastatsd: fixed metadata for a couple of metrics pmdalinux: fixed semantics for mem.vmstat.nr_free_cma metric pmdadenki: simplification and refactoring of metrics pmdagfs2: correct permissions of several installed files pmdakvm: fixed semantics for kvm.largepages metric - Server-side utilities and log management scripts: pmproxy: add support for HTTP compression pmlogger: rework heuristic for Latest folio creation pmlogctl: fix incorrect rewriting of PCP_ARCHIVE_DIR pmlogredact: add latitude and longitude labels to redacted set pmlogrewrite: resolve a small memory leak pmlogrewrite: use PM_CTXFLAG_METADATA_ONLY for speed pmcd: add $PMCD_CREDS_TIMEOUT as an alternative to -q - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings: libpcp: new PM_CTXFLAG_METADATA_ONLY flag for pmNewContext libpcp: fix a couple of derived metric bugs libpcp_web: implement config override by canonical env vars - Misc build, infrastructure and packaging updates: build: new CI build to keep PCP for MacOS up-to-date build: several fixes to tools when compiling with clang build: install pmlog[redact,reduce,rewrite] on default PATH build: default to using a path-prefixed PCP_PYTHON_PROG build: update the Fedora container to f38 build: drop of i386/i686 architectures from Fedora builds build: enable build of pmdalibvirt on CentOS 7 platform build: enable Qt6 in Fedora and post-RHEL-9 rpm spec files build: add pyodbc rpm dep for pcp-pmda-mssql in RHEL 9 - Security Enhanced Linux: selinux: allow pmproxy use the io_uring API selinux: policy fixes for recent AVCs on RHEL 7.9 selinux: add netlink_kobject_uevent_socket getattr (bpftrace) - Documentation: man pages: change all to map font CW -> CR for latest groff man: note pmseries Redis timeseries load order limitation * Changes from pcp-6.1.0: - pmlogredact: new command for archive anonymisation - pcp-atop: new bar graph visualisation mode - pcp-atop: update to atoptool.nl 2.9.1 sources - pcp-htop: support dynamic screens (user-configurable tabs) - pcp-htop: update to latest upstream source - pcp-htop: default screens for filesystems, disks and cgroups - pcp-htop: non-default screens for several libbpf modules - pcp-htop: fix mishandling of some process argument shading - pcp-buddyinfo: new tool reporting Linux buddyinfo stats - pcp-meminfo: new tool reporting Linux kernel memory stats - pcp-netstat: new tool reporting networking statistics - pcp-slabinfo: new tool reporting Linux slabinfo kernel stats - pcp-zoneinfo: new tool reporting Linux zoneinfo kernel stats - pmsleep,pmpause: add -w where option for systemd annotation - pmieconf: move test_action from primary into a separate group - pmieconf: update webhook action for better EDA integration - pmlogconf: remove latency-inducing fsync on config write - pmlogconf: updates for new metrics used in pcp-atop - pmdalinux: add three new /proc/vmstat pscan/pgsteal metrics - pmdalinux: fix bug when lsb-release is only /etc/*-release file - pmdabpf: add -q/--tryload command line option - pmdaopenmetrics: reduce transient instance logs, improve labels - libpcp: improved SSL error reporting - selinux: add policy updates for pmproxy (io_uring,ipc_lock) - build: support for Qt6, drop remaining Qt4 configure-support - build: updated licence strings in spec files to follow SPDX - build: default to using a path-prefixed PCP_PYTHON_PROG - build: fix several makefile clean targets for deb packagers - build: configure.ac update to autoconf 2.71 - build: add tarball upload to release workflow - docs: pmie updates to explain action behaviour with archives - docs: retire "archive log" phrase from man pages and books - docs: transition Artifactory (no free service) to Packagecloud * Changes from pcp-6.0.5: - pmie: ensure pmie.log.YYYYMMDD is owned by pcp:pcp - pcp2json: extend pcp2json with an option to send HTTP POSTs - pmlogger: fix pidfile update; pmlogger.pid is for primary only - pmdumptext: fix scaling when -i command line option is used - pmlogextract: improve resilience in corner-case conditions - pmdasmart: additional NVME power state metrics - pmdasmart: additional NVME disk information metrics - pmdasmart: update help with proper description of DC status - pmdasmart: filter out zram devices when probing for devices - pmdahacluster: handle pacemaker 2.1.5 crm_mon output changes - pmcd: improve debugging flags and diagnostics in general - libpcp_pmda: refactor and improve library diagnostics - selinux: updates to policy for pmlogger and pmlogger_daily - build: switch rpm spec files to SPDX license identifiers - build, qa: numerous updates to improve PCP on OpenBSD - build: switch from registry.centos.org to quay.io for el6/el7 - ci: add centos6 back into the fold as its on quay.io now - ci: add Debian 12, drop Ubuntu 16 and Fedora 35 * Changes from pcp-6.0.4: - pmcd: propogate a new PMCD_HOSTNAME_CHANGE flag to clients - pmdumplog: support preferred alternate name pmlogdump - pmlogger: changes to accommodate PMCD_HOSTNAME_CHANGE - pmlogger_janitor: new script called from pmlogger_check - pmlogger: add -d directory argument for alternate naming schemes - pmlogrewrite: fix remaining corner case for indom renumbering - pmie: changes to accommodate PMCD_HOSTNAME_CHANGE - pmie: catching SIGUSR1 triggers a pending task dump - pmie_{check,daily}: change pmie.log handling regime - pmieconf: add support for a webhook action to pmieconf - pmieconf: add a wall rule action for adm group members - pmieconf: add support for an action testing rule - pmieconf: use correct pmieconf percent type for thermal throttle - pmieconf: add minimum pct conjunction to entropy for small poolsizes - pminfo: use -b to batch pmDesc retrievals as well as pmResult - pmstat: fix corner case handling of automatic pmcd reconnect - pcp2influxdb: add requests.post timeout to avoid hangs - pcp-dstat: fixes CSV output to show all (not visible) plugins - pcp-htop: support File Descriptor Meter - pcp-htop: sync latest fixes from upstream htop - pcp-mpstat: fixed broken pipe issue - pcp-ps: fix exception handling for process name - rc scripts: ensure pmcd.conf not rewritten unnecessarily - pmdalinux: add a couple of new /proc/net/snmp ICMP metrics - pmdalinux: add new network.tcp.tcpplbrehash metric - pmdaproc: add new proc.smaps.pss_dirty metric - pmdarabbitmq: add timeout handling to http requests - pmdastatsd: stats and blocklisted metric names alignment - libpcp: new pmAddDerivedText API for derived metric help text - libpcp: check level parameter on entry to pmLookupText - libpcp: new PMAPI error code addition for bad API arguments - libpcp: allow derived metrics semantics of 'similar' indoms - selinux: add missing context information on farm services - build: fix a number of Debian sub-package dependency issues * Changes from pcp-6.0.3: - build: fix Debian postinst script handling of missing systemctl - pmdaproc: support per-cgroup IRQ PSI metrics in recent kernels - pmdalinux: support for system wide IRQ PSI metrics in recent kernels - pmlogrewrite: improved handling of unused instance domains * Changes from pcp-6.0.2: - Client tools and utilities: pcp-atop: update to latest upstream atoptool.nl sources pcp-atop: cgroup, NUMA memory and NUMA CPU support pcp-htop: update to latest upstream htop.dev sources pcp-dstat: fix handling of --swap with -f (full) option pcp-dstat: fix columns for --net-packets pcp-mpstat: fix handling of log-once summary metric values pcp-mpstat: improve error handling for the current values pcp-ps: added capabilities to show N samples with archives pcp-ps: fix handling of the -o option pcp-ps: fix broken pipe errors when piping to head(1) pcp-ps: fix process "START" column calculation and rounding pcp-pidstat: fix broken pipe errors when piping to head(1) pmdumplog: extend -x so -xxx reports timestamps in Epoch format pmlogger: refactor getting FQDN for local host - PMDA additions, enhancements and bug fixes: pmdabpf: set config default for biosnoop module to disabled pmdabpf: port forward to latest vendored libbpf-tools code pmdalinux: boolean metric network.interface.virtual from sysfs pmdalinux: more careful slabinfo 32/64 bit type multiplication pmdalinux: add NUMA external fragmentation metric via sysfs pmdalinux: fix pmid numbering issue with hinv.map.scsi_id pmdanfsclient: fix srcport handling for RDMA and UDP mounts pmdaopenmetrics: validate all names before using them for metrics pmdaoverhead: new PMDA to measure overhead for groups of processes pmdastatsd: static metric memory leak fix pmdastatsd: ragel parser refactor and fix - Server-side utilities and log management scripts: pmieconf: new pmie rule checking file descriptor limits - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings: libpcp: fix buffer issue for user/group name lookups libpcp_web: improve error handling in pmseries AST parser - Misc build, infrastructure and packaging updates: configure.ac: fixes for improved C99 compatibility configure.ac: use QTDIR search path only when given MacOS: build: fix shared library builds on modern Macs OpenBSD: build updates for clang, Qt and openssl libbpf: updated minimium version to 0.8.0, ARM and PPC support Qt: update minimum required versions for libqwt Drop no-longer-used pmlogger_daily_report systemd rpm spec code Determine clang version without optional llvm-config utility Another attempt to get the man/man-db/mandoc stuff sorted - Security Enhanced Linux: Policy updates for pmdastatsd - Documentation and QA infrastructure: Add help text for some OpenBSD kernel instance domains Provide more detailed explanation for default PMLOGGER_INTERVAL pmdaChildren(3): clarify the memory allocation scheme pcp-ps(1) man page fixes. * Changes from pcp-6.0.1: - Security Enhanced Linux: selinux: rework policy to use optional_policy selinux: rework policy to use an independent policy selinux: new cluster_exec_t policy handling for pmdahacluster(1) selinux: retire those parts of the build affecting CentOS 6 - PMDA additions, enhancements and bug fixes: pmdabpf: set perf_buffer__poll timeout to 0 for optimal sampling pmdabpf: add CO-RE biosnoop pmdabpf: no BPF debug messages unless debugging (-Ddev0) pmdalinux: add "squashfs" to the list of ignored filesystem types pmdasnmp: install agent specific configuration file to PMDATMPDIR pmdakvm: initialise perf_event interface only if/when needed - Client tools and utilities: pcp-ps: initial version of a PCP implementation of ps(1) pcp-dstat: add --nomissed command line option for large systems pmfind, libpcp_web: MMV and shutdown memory management fixes pmlogreduce: fix corner-case in temporal index generation pmlogcheck: tighten some pmlogcheck pass0 checks pmseries: fix sampling when start < first sample or series has gaps shell completion: improve pmrep/zsh instance completion in live mode shell tools: convert fgrep and egrep over to grep -F and -E - Server-side utilities and log management scripts: pmlogger_daily_report: no longer needs any systemd support now pmlogger_daily.sh: fix pmlogger_daily_report test for zeroconf - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings: libpcp_web: fix race conditions affecting pmproxy libpcp_web: allow scalar operands in pmseries expressions libpcp_web: add pmseries float multiplication - Misc build, infrastructure and packaging updates: build: add PCP archive analysis container build: updates to fix Windows platform builds build: update configure.ac to allow builds on Mac M1 (arm64) build: make openSUSE spec file builds work again containers: remove /build directory debian: use deb-systemd-helper if available build: fix libpcp check-statics regexp error with objects in subdirs build: podman PMDA no longer has deps, make it unconditional build: don't package and install pmrep xtract-names helper build: updates to hiredis code for pmseries and pmproxy build: updates to hiredis-cluster code for pmseries and pmproxy build: fix Makepkgs handling of argument parameters build: use vendored github.com/libbpf/bpftool/libbpf and update build: use vendored github.com/iovisor/bcc/libbpf-tools build: use vendored git.code.sf.net/p/qwt and update build: fix bpf PMDA inclusion check build: fix windows default pmcd.conf entry, dup path component build: rework Python3 and Python2 configure.ac logic packaging: fix rpm systemd-sysusers on f37 and rawhide - Documentation and QA infrastructure: docs: small typo fixes relating to secure connections docs: fix sheet2pcp(1) man page quoting in examples pmdasample: additional metrics for testing cases * Changes from pcp-6.0.0: - Major changes: 1. Add version 3 PCP archive support: instance domain change-deltas, Y2038-safe timestamps, nanosecond-precision timestamps, arbitrary timezones support, 64-bit file offsets used throughout for larger (beyond 2GB) individual volumes. * * Opt-in using the /etc/pcp.conf PCP_ARCHIVE_VERSION setting. ** * * Version 2 archives remain the default (for next few years). ** 2. Switch to using OpenSSL only throughout PCP (dropped NSS/NSPR); this impacts on libpcp, PMAPI clients and PMCD use of encryption; these are now configured and used consistently with pmproxy HTTPS support and redis-server, which were both already using OpenSSL. 3. New nanosecond precision timestamp PMAPI calls for PCP library interfaces that make use of timestamps. These are all optional, and full backward compatibility is preserved for existing tools. - Client tools and utilities: pcp2elasticsearch: implement authentication support pcp-dstat: implement support for the top-alike plugins pcp-dstat: add plugin configuration for ZFS metrics pcp-dstat: battery charge remaining config using denki metrics pcp-htop: update to latest stable upstream release pcp-htop: initial support for screen tabs in the user interface pcp-pidstat: correct operation of the -p ALL|SELF options pmlogger: small changes for handling derived metrics better pmlogger, import: support configurable default archive version pcp2xxx: ignore pmrep-specific options pmlogger: extra hardening, backtrace symbol improvements pmlogger: add -V (output archive version) command line option pmseries: add sum(), avg() and stdev() functions pmseries: add nth_percentile() and topk() functions pmseries: add max_inst() and max_sample() functions pmseries: add min_inst() and min_sample() functions pmseries: be more defensive during shutdown error paths pmseries: fix assumption that any 40-character string is a SID pmseries: allow reporting values from SIDs (not just queries) sheet2pcp: add -V (output archive version) command line option ganglia2pcp: add -V (output archive version) command line option iostat2pcp: add -V (output archive version) command line option - PMDA additions, enhancements and bug fixes: pmdaapache: do time_t manipulation with sufficient space pmdabcc: sync bcc PMDA modules with upstream bcc tools pmdabpf: adds CO-RE (Compile Once - Run Everywhere) modules (exitsnoop, oomkill, bashreadline, mountsnoop, vfsstat, opensnoop, fsslower, statsnoop, tcpconnlat, tcpconnect) pmdabpf: support x86, arm and powerpc pmdabpf: fixed persistence of indom and cluster identifiers pmdabpf: rework setrlimit() logic for some small memory hosts pmdabpftrace: move example autostart scripts to /usr/share pmdabpftrace: update biolatency example script for kernel 5.16+ pmdadenki: fix battery detection for non-intel systems pmdadenki: add support for multiple active batteries pmdadenki: support the -D option for debugging pmdadenki: improve labels associated with metrics pmdadenki: add battery capacity metric pmdadenki: add separate indom help text pmdalinux: add new MpTcpExt metrics from latest Linux 5.x kernels pmdalinux: updates for latest /proc/net/netstat kernel changes pmdalinux: improve network metrics help text pmdalinux: fix of tty metrics on s390x platform pmdamailq: update to ensure Y2038-safe time_t handling pmdammv: use highest available timestamp resolution pmdaopenvswitch: additional interface and coverage stats pmdapostfix: harden against a not-yet-running postfix pmdaproc: fix psargs string for processes with very large PIDs pmdaproc: fix cgroup cpu metrics refresh structures pmdasockets: prevent string overwrite of ss_stats_t fields pmdasockets: add checking to the pmStore filter strings pmdastatsd: fix detection of failure memory allocation - Server-side utilities and log management scripts: pmproxy: allow request parameters to be sent in the request body pmproxy: fix race on teardown of pcp protocol proxy clients pmproxy: improve error checking, check uv_pipe_bind result pmproxy: harden logging interfaces, racing with startup pmieconf: add several pmie rules for Open vSwitch metrics pmlogrewrite: subtle change in semantics for error checking pmlogreduce: allow sub-second values for -t option pmlogreduce: temporal index, add entries after 100k of data volume pmlogcheck: beef up pass 0 to check metadata record types pmlogconf: fix reprobing with interactive changes pmlogmv: fallback to copy for cross-mount case when link fails pmlogmv: add -c (paranoid checksum) option pmlogger_farm: add default configuration file for farm loggers pmlogger_check: increase PMLOGGER_REQUEST_TIMEOUT from 2 to 10 secs pmlogger_daily: callbacks for extra daily log processing tasks pmlogger_daily, pmlogger_check: additional systemd-driven changes pmlogger_daily: move redirection of stdout+stderr earlier in script pmlogger_daily: abandom use of fmt(1) - not portable - uses awk now pmlogger_daily_report.sh: some major efficiency improvements pmlogger_daily_report: re-enabled for rpm and deb builds pmie_check: avoid leaving lock file and temp dir behind pm{log,ie}ctl: handle embedded shell syntax in control lines pm{log,ie}ctl: add -C args option to pass "args" to pm{logger,ie}_check systemd units: pmlogger and pmie farm conditional use of type=exec rc-pmcd: reorder the systemd paths attempted in migrate_pid_cgroup dbpmda: fix an overlapping copy and add error handling - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings: libpcp_archive: new library for apps that write PCP archives libpcp: optimize indom handling in fetchgroup code libpcp: drop time_t abuse in getdate.y, use safe sizes libpcp: add __pmDumpPDUTrace() and circular trace buffer libpcp: add PM_ERR_FEATURE, PM_ERR_TLS error codes libpcp: refactor __pmDumpStack(), improve direct calling tools libpcp_qmc: require Qt5.6 as the minimum version for builds libpcp_qmc: resolve the Qt::endl warning more cleanly libpcp_web: stop Redis initialization if Redis version tool old libpcp_web: honour config settings that disable redis completely libpcp_web: fix memory leaks in discovery, query parsing and APIs libpcp_web: honor exclude.metrics setting in pmseries --load libpcp_web: run pmFetchArchive(3) in a worker thread libpcp_web: fix race condition tearing down load baton libpcp_pmda: ensure indom cache write handles time_t safely libpcp_import: add interface for setting output log version libpcp_import: interfaces for samples with high-resolution timestamps python api: updates to allow building from outside git repo python api: allow tools using pmconfig module to ignore options python api: add python wrappers for highres PMAPI routines python api: correct refcounting on pmParseMetricSpec source buffer - Security Enhanced Linux: selinux: additional policy rules, esp glusterd_log_t selinux: bcc PMDA policy to exec private memfd ctypes/libffi objects selinux: make use of syslogd_var_run_t map rule conditional selinux: policy updates needed for the pmdasockets metrics selinux: fine-tune netlink_tcpdiag_socket policy for all platforms - Misc build, infrastructure and packaging updates: build: latest distros supported (ubuntu 22.04, fedora 37, rhel9, etc) build: reproducible debian build efforts build: use standard dpkg buildflags variables. build: add BuildRequires: python*-pymongo to mongodb PMDA build: detect libbpf version for the BPF PMDA build: do not transform symlink targets when generating the source tarball build: update artifactory deploy script, add recalculate_metadata subtask build: update configure script for python2 retirement in rhel9 build: convert libpcp check-statics to using readelf if available build: updates to libpcp check-statics for OpenBSD build: fix configure detection of backtrace() and associated hooks build: fixed source dependencies within libpcp_web makefile build: add rpm conflicts lines on postgresql-pgpool-II build: remove pmclient reliance on libpcp.h for timed sleep build: remove mmvdump reliance on libpcp.h for mmap wrapper build: make perl truly conditional in the PCP build build: drop no-longer-needed NSS/NSPR package deps build: resolve ostree non-writable /var for pmieconf packaging: update rpm specs to solve systemd warnings container: bump base image version Makepkgs: fix for Debian build (and Qt packaging failure in CI) vendor: switch to git-subtree for iovisor/bcc libbpf-tools code - Documentation and QA infrastructure: docs: update notes about sar2pcp, iostat2pcp in pcpcompat(1) docs: add section to pcpcompat(1) about python2 docs: add fix for readthedocs compilation error docs: updates to the Quick Guide documents docs: clatifications to pmrep et al: man pages docs: improve pmproxy timeseries and pmseries load documentation docs: further improvements and fixes to the INSTALL doc docs: add pmlogger(1) -V, describe $PCP_ARCHIVE_VERSION in pcp.conf. docs: small fixes to the pcp-pidstat man page docs: fix webapi documentation typo around polltimeout pylint: numerous issues resolved, tracking latest versions qa: regression tests for bpftrace PMDA: check probes qa: pmdabcc pylint fixups qa: rework Redis PING-PONG checks qa/check: run tests under timeout(1) control if possible qa-summary: allow unified reporting from CI and QA Farm qa/admin/show-me-all & qa/show-me: changes for CI integration qa/check: add support for "triaged" tests ci: send report to Slack when QA workflow is triggered manually ci: add required packages to enable bpf PMDA on CentOS Stream 9 ci: run CodeQL daily and for each PR ci: run full QA on pull requests, save history ci: unset XDG_RUNTIME_DIR when invoking podman - Change dependency from openssl-devel >= 1.1.1 to openssl-devel >= 1.0.2p. Required for SLE-12, builds just fine. - Disable 'pmda-infiniband' subpackage for SLE-12. Required so it builds cleanly. - Introduce pmda-resctrl package, disabled for architectures other than x86_64. - Change the architecture for various subpackages to 'noarch' as they contain no binaries, this lowers rpmlint's badness score substantially. - Disable 'pmda-mssql', as it fails to build.- This version *does not* break API or ABI compatibility with the previous 5.2.5 release. - Remove 0009-remove-rundir-install.patch. Obsoleted. - Remove 0011-Revert-systemd-remove-Wants-pmcd-from-pmlogger-and-p.patch. Obsoleted. - Various minor changes/improvements to the RPM spec file. - Upgrade to 5.3.7. This is the latest release in the 5.X series. Changes from 5.3.7: - Client tools and utilities: pcp2elasticsearch: implement authentication support pcp-ss: fixed incorrect client-side filtering pcp-ss: fixed reporting of IPv6 sockets in LISTEN state pmrep: 'iostat-multipath-wwid' for multipath disk monitoring - PMDA additions, enhancements and bug fixes: pmdalinux: add disk.wwid.* aggregated multipath metrics pmdalinux: add new MPTCP metrics from latest Linux kernel versions pmdalinux: fix up TTY metrics on s390x platform pmdalinux: add network.tcp.tcploss metric pmdamssql: fix config file logic, python string handling pmdadenki: fix crash in labels callback with multiple instances pmdasockets: changed default filter in sockets PMDA to "state all" - Server-side utilities and log management scripts: pmlogconf: correctly handle metric state transitions on (re-)probe pmie systemd: add missing systemd configuration and shell code - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings: libpcp_web: resolve a number of small memory leaks - Security Enhanced Linux: selinux: use interface calls instead of a simple rule selinux: add several more obscure missing selinux rules selinux: additional debugfs policy requirement for pmdakvm selinux: resolve an AVC observed on el8 with pmdashping - Misc build, infrastructure and packaging updates: rpms: switch to conditional selinux dependency for containers debs: reproducible build updates - Documentation and QA infrastructure: docs: add section to pcpcompat(1) about python2 docs: update notes about sar2pcp, iostat2pcp in pcpcompat(1) docs: improve pmproxy --timeseries and pmseries --load documentation CI: disable cppcheck for pcp-atop temporarily due to a cppcheck bug Changes from 5.3.6: https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L468 Changes from 5.3.5: https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L497 Changes from 5.3.4: https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L557 Changes from 5.3.3: https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L606 Changes from 5.3.2: https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L665 Changes from 5.3.1: https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L753 Changes from 5.3.0: https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L854- Only auto-trigger pcp-pmda-postfix for automatic installation when pcp and postfix are present. Supplementing pcp alone would auto-install postfix on all systems. - Supplement pcp-pmda-rsyslog against pcp and rsyslog.- Add back Wants=pmcd from pmlogger and pmie services; (bsc#1202896) + 0011-Revert-systemd-remove-Wants-pmcd-from-pmlogger-and-p.patch- Workaround intermittent build-time package preun failures by dropping PMDA Remove script invocation; (bsc#1197796)- Adjust systemd service types and remove deprecated KillMode=none; (bsc#1186511) + 0010-services-switch-logutil-and-pmieutil-scripts-from-ty.patch- Upgrade to 5.2.5 - Client tools and utilities: + pcp-dstat: correct the sample count logic, was off-by-one + pcp-dstat: fix csv output with timestamps (no special chars) - PMDA additions, enhancements and bug fixes: + pmdazfs: new Linux ZFS metrics + pmdasockets: new Linux ss(1) metrics + pmdahacluster: new HA metrics (Pacemaker, Corosync, DRBD and SBD) + pmdabcc: netproc module: count kernel calls, not packets + pmdalinux: add hinv.cpu.thermal_throttle metrics + pmdalinux: add missing help text for new metrics, drop dups - Server-side utilities and log management scripts: + pmproxy: fix quoting of /series/metrics matched names + pmlogger: fix permissions mismatch for pmlogger tmp dir + pmlogger: fix incorrect reporting of pmcd state changes + pmie_check: explicity set a umask appropriate for pmieconf + pmlogger_check: explicity set a umask appropriate for pmlogconf + pmlogger_check: skip .NeedRewrite processing with -K + pmpost: increase timestamp resolution + pmpost: fix NOTICES file ownership changes + rc scripts: add optional logging + systemd: remove Wants=pmcd from pmlogger and pmie - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings + libpcp: redo the interp.c time_caliper changes + libpcp_web: add timer driven webgroup garbage collector + libpcp_pmda: add new function pmdaCachePurgeCallback - Misc build, infrastructure and packaging updates: + libpcp_web: fix minor memory leak on an error path (covscan) + build: fixes to ensure PCP_TMPFILE_DIR not used during the build drop upstream 0007-pmns-Make-drop-duplicate-if-else.patch drop upstream 0008-fixes-for-GH-1140-PCP_TMPFILE_DIR-used-in-build.patch - Security Enhanced Linux: + selinux: enable netcheck rawip_socket if icmp_socket unavailable + selinux: additional rules needed for pmie/pmlogger in fedora - Documentation and QA infrastructure: + docs: add pointers to readthedocs.io now that books live there + pcp-dstat: optionally install a man page symlink for dstat + docs: pmproxy(1) man page corrections and additions - Upgrade to 5.2.3 - Client tools and utilities: + pcp-htop: minimal version of htop with PCP backend platform + pcp-atop: add per-process network statistics + pcp-atop: result instance indexing performance optimization + pcp-atop: always restore original state of process accounting + pcp2elasticsearch: add guard around maximum long integer size + pmlogsummary: fix indom lookup for dynamic instance domains + pmseries: provide sum() and avg() query functions + pmseries: persist canonical query expressions to Redis + pmseries: fix HMSET calls when querying timeseries expression + pmseries: fix for failing queries with disjuncted qualifiers + pmseries: fix segfault in func call with globbed metric.name - Server-side utilities and log management scripts: + pmproxy: support fabricated SIDs in /series/instances requests + pmproxy: support fabricated SIDs in /series/metrics requests + pmlogger_check: add pmlc connection timeout checking current volume + pmlogctl,pmiectl: ignore saved control files after an upgrade + pmlogconf: add missing mssql template header + pmlogconf: add logger configuration files for the htop command + pmieconf: add a rule to detect and report OOM kills + pmieconf: cleanup old, no-longer-used tool integrations + pmieconf: ensure all automated invocations use the -c switch + pmieconf: fix default generated config file path + pmie_check: remove a tempfile once finished with it - PMDA additions, enhancements and bug fixes: + pmdaapache: fix buffer size to allow for multiple reads of the stream + pmdabcc: added new netproc module with per-process network metrics + pmdaproc: allow to use acct.control.enable_acct as reference counting + pmdalinux: added network.all.* metrics for physical interfaces + pmdalinux: fix case of waitio counters from /proc/stat going backwards + pmdalinux: minor tweaks to use integer math over floating point + dbpmda: send inst profile prior to instances level label requests - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings + libpcp: performance improvements for archives with dynamic indoms + libpcp: send instance profile for instances level labels requests + libpcp: make pmLookupName take a (const char **) namelist + libpcp_web: set pmseries source to all-zeroes for expressions + libpcp_web: handle fabricated SIDs in /series/values REST API + python api: fix fetchgroup max_insts size with multiple indoms - Misc build, infrastructure and packaging updates: - Security Enhanced Linux: + selinux: use matching autoconf guard for rawip_socket class - Documentation and QA infrastructure: + docs: update pmdabpftrace man page and README + docs: improvements in diagrams + docs: theme_overrides.css added for readthedocs content + docs: pmseries(1) chapter added in Users and Administrators Guide + docs: add quotes to curl calls with * in pmwebapi query strings + docs: update pmseries schema to describe expression keys- Fix a few rpmlint errors (to at least get below the 1000 mark) (boo#1199558): + make libpcp-devel require libpcp_gui: the devel package installs a symlink pointing to that library, so anything willing to link it would fail libpcp-devel.x86_64: E: no-library-dependency-on libpcp_gui2 /usr/lib64/libpcp_gui.so.2 The package misses dependency on a package which file it links to. + Call fdupes over /var/lib/pcp/testsuite to solve pcp-testsuite.x86_64: W: files-duplicate + W: macro-in-comment: escape the relevant macros using %% + Filter out W: potential-bashisms for pcp-testsuite.- Own %{_datadir}/zsh and %{_datadir}/zsh/site-functions: we have no guaranteed owner of these directories in the buildroot.- Remove sysconfig dependencies, this is not the equivalent of the initscripts package and completly unneeded here; (jsc#CSD-124) - Add missing hostname requires; (jsc#CSD-124)- also buildrequire pkgconfig(systemd) to make sure configure detects systemd- Replace ancient RPM variables by modern equivalents. - Drop support for ancient SUSE and ancient Fedora.- Spec file fixes and cleanups + disable pcp-export-zabbix-agent to avoid conflicting /etc/zabbix/ ownership. + fix unversioned Provides + remove unused python2 build logic and unconditionally enable python3 + 0009-remove-rundir-install.patch - Add SUSE specific dejavu-fonts dependency for pcp-gui sans - Disable pcp-pmda-libvirt to avoid build dependency loop- Drop unnecessary %pre/%post recursive chown calls; (bsc#1152533) - Changelog for patches carried as part of 5.2.2 source tarball: + build-drop-old-config-file-transition-code-from-rpm-.patch + 0007-pmdas-perf-Add-cpunumber-option-for-dynamic-perf-eve.patch + 0008-pmdas-perf-Add-support-for-hv_24x7-nest-events-on-mu.patch + 0009-qa-perfevent-Test-hv_24x7-events-on-multinode.patch- Upgrade to 5.2.2; (jsc#SLE-16929) + improvements to client tools and utilities + new pmdabpftrace monitoring agent + pmdaperfevent enhancements + pmproxy, libpcp_web and libpcp hardening and improvements + assorted bug fixes + obsolete pcp-manager discovery service, now provided by pmfind + improved FHS compliance - Remove upstreamed: + 0001-Add-missing-includes-in-Qt-5.15-beta2.patch - Rebase against upstream (faeb2507f): + 0001-Install-libraries-without-exec-permission.patch - Fix build with -fno-common; (bsc#1160411) - Merge upstream build-time tmpdir fixes + 0007-pmns-Make-drop-duplicate-if-else.patch + 0008-fixes-for-GH-1140-PCP_TMPFILE_DIR-used-in-build.patch- Do not mangle libexecdir: the distro defaults are right in all cases.- Add -fcommon in order to fix boo#1160411.- Add patch (submitted to upstream) to fix missing includes with Qt 5.15: * 0001-Add-missing-includes-in-Qt-5.15-beta2.patch- hv24x7 support (bsc#1155054 ltc#182081). + 0007-pmdas-perf-Add-cpunumber-option-for-dynamic-perf-eve.patch + 0008-pmdas-perf-Add-support-for-hv_24x7-nest-events-on-mu.patch + 0009-qa-perfevent-Test-hv_24x7-events-on-multinode.patch- Fix for security advisory CVE-2019-3696; (bsc#1153921) + code change already carried - Fix for security advisory CVE-2019-3695; (bsc#1152763) + build-drop-old-config-file-transition-code-from-rpm-.patch- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: allow OBS to shortcut through -mini flavors.- don't call 'cd' avoid relying on $HOME beeing set during rpm installation- Fix python library dependencies broken via shared library packaging policy split; (bsc#1129991).- Upgrade to 4.3.4 + pmchart, pmseries, pcp-dstat, pmrep and pcp-atop UI fixes and improvements + pmdalinux, pmdaproc and pmdabcc fixes + pmproxy REST API changes and TLS support + libpcp_pmda and libpcp_web fixes and support for Redis clustering + various build and documentation changes + libpcp_web: refactoring and support for Redis cluster protocol + deprecate pmdapapi, upgrade to perfevent- Disable LTO (boo#1133273).- Split out zeroconf, pmda-haproxy, pmda-smart, pmda-prometheus, pcp2elasticsearch, pcp2json, pcp2spark, and pmlogger_daily_report files into separate packages, matching upstream; (bsc#1128523). - Fix incorrect dependencies for rewritten monitoring agents; (bsc#1128606). - Ensure symlink sources and targets are in the same package; (bsc#1127978). - Move pcp-dstat into the pcp-system-tools package; (bsc#1127978).- drop unreproducible perfevent_coverage program (boo#1040589) - override build date to make package build reproducible (boo#1047218)- Upgrade to 4.3.1; (bsc#1127437). + Add proper systemd timer service dependency tracking + pmrep: fix a dynamic header corner case with missing values + pmie: fix for segv and bad sum_inst() use + pmview: fix a missing timeout slot connection - Drop upstreamed patches: 0004-create-pmlogger-and-pmie-logdirs-during-install.patch 0007-pmie-add-systemd-timers-as-cron-alternative.patch 0008-pmlogger_daily-add-systemd-timers-as-cron-alternativ.patch 0009-pmlogger_daily_report-add-systemd-timers-as-cron-alt.patch 0010-pmns-don-t-package-.NeedRebuild-for-SUSE-distros.patch- Drop python2 support for Factory and SLES15-SP1; (bsc#1077777).- export PACKAGE_DISTRIBUTION="suse" for build; (bsc#1123311).- Drop distribution-release build dependency completely; (bsc#1123311). + modify 0010-pmns-don-t-package-.NeedRebuild-for-SUSE-distros.patch- Replace openSUSE/sles-release build dependency; (bsc#1123311).- Drop conflicting dstat symlink; (bsc#1122502).- Package missing PMDA binaries; (bsc#1121920). + refresh 0001-Install-libraries-without-exec-permission.patch - Don't package pmns .NeedRebuild flag; (bsc#1092160). + add 0010-pmns-don-t-package-.NeedRebuild-for-SUSE-distros.patch- Upgrade to 4.3.0; (bsc#1121914). - Refreshed patches 0001-Install-libraries-without-exec-permission.patch 0007-pmie-add-systemd-timers-as-cron-alternative.patch 0008-pmlogger_daily-add-systemd-timers-as-cron-alternativ.patch 0009-pmlogger_daily_report-add-systemd-timers-as-cron-alt.patch- Combine systemd service calls to save on macro generated boilerplate.- Use systemd timers instead of crontab; (bsc#1115413). + 0007-pmie-add-systemd-timers-as-cron-alternative.patch + 0008-pmlogger_daily-add-systemd-timers-as-cron-alternativ.patch + 0009-pmlogger_daily_report-add-systemd-timers-as-cron-alt.patch- Upgrade to 4.2.0 (fate#326865) - python package dependency changes + add setuptools and python-requests + fix python-jsonpointer + disable pcp-pmda-postgresql due to missing psycopg2 dependency- Upgrade to 4.1.1 - renamed patches 0002-Install-libraries-without-exec-permission.patch to 0001-Install-libraries-without-exec-permission.patch 0005-Remove-runlevel-4-from-init-scripts.patch to 0003-Remove-runlevel-4-from-init-scripts.patch 0006-create-pmlogger-and-pmie-logdirs-during-install.patch to 0004-create-pmlogger-and-pmie-logdirs-during-install.patch 0008-SUSE-fy-pmsnap-control-path.patch to 0005-SUSE-fy-pmsnap-control-path.patch 0009-pmsnap-control-var-www-srv-www.patch to 0006-pmsnap-control-var-www-srv-www.patch - obsolete (upstream) sysmacros.patch 0003-pcp-legacy-init-lsb.patch 0007-Honor-CFLAGS-in-qmake.patch - new 0002-Remove-CPAN-rpaths.patch 0003-pcp-legacy-init-lsb.patch 0007-Honor-CFLAGS-in-qmake.patch- sysmacros.patch: Include for major/minor/makedev - Use %license for COPYING - Don't exclude post-build-checks- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Enable QT5 builds for Factory (suse_version > 1320); (bsc#1056477).- Ensure sysconfig files are populated from templates during installation; (bsc#1056397).- Add weak pcp dependency to pmdas that were split out from the base package in the 3.10->3.11 update; (bsc#1055503).- Follow the shared library packaging policy and split libpcp_gui.so.2, libpcp_mmv.so.1, libpcp_trace.so.2, libpcp_import.so.1 and libpcp_web.so.1 out from libpcp3 into separate packages. - Drop a number of unneeded explicit library package Requires. - Fix a number of file manifest conflicts. - Drop lio pmda on SUSE systems without proper rtslib-fb dependency.- Update to 3.11.9 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.11.9 for details.- Disable remote _service execution + Run locally and add generated tarball and spec file- Update to 3.11.8 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.11.8 for details. - Remove 0010-build-do-not-include-.gitignore-in-installed-file-se.patch + Upstream - Drop pcp-webjs.src.tar.gz + https://github.com/performancecopilot/pcp-webjs/issues/3 + Vector will be pulled in from the upstream source in future - Enable pmda-systemd package + libsystemd pkg-config detection fixed upstream - New packages + pcp-devel: Upstream split of non-essential devel packages from libpcp-devel + pcp-pmda-bind2 + pcp-pmda-docker + pcp-pmda-lio + pcp-pmda-nutcracker + pcp-pmda-oracle + pcp-pmda-redis + pcp-pmda-libvirt + pcp-export-pcp2influxdb- Update to 3.10.9 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.10.9 for details. - Drop obsolete 0001-Fix-XEN-build.patch + PCP_PS_ALL_FLAGS now used explicitly - Add 0010-build-do-not-include-.gitignore-in-installed-file-se.patch - Split out a number of agents from the base package into separate rpms - Disable sheet2pcp + As per upstream: "until BZ 830923 and BZ 754678 are resolved".- Add _service file for pulling directly from the upstream Git repository.- Update to 3.10.4 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.10.4 for details.- Ensure the perl modules correctly link against the PCP libraries; (bnc#841204). + remove 0004-Remove-CPAN-rpaths.patch- Update to 3.10.3 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.10.3 - New sub-package + pcp-import-ganglia2pcp- Fix perl-PCP-LogImport requires version for pcp-import-sar2pcp.- Require pcp-conf with libpcp3 on [open]SUSE platforms.- Update to 3.10.2 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=HEAD for details - new patches 0007-Honor-CFLAGS-in-qmake.patch 0008-SUSE-fy-pmsnap-control-path.patch 0009-pmsnap-control-var-www-srv-www.patch - renamed patches + pcp-xenbuild.patch to 0001-Fix-XEN-build.patch + static_lib_perms.diff to 0002-Install-libraries-without-exec-permission.patch + pcp_legacy_init_lsb.patch to 0003-pcp-legacy-init-lsb.patch + remove_cpan_rpaths.patch to 0004-Remove-CPAN-rpaths.patch + rm_init_script_runlevel_4.patch to 0005-Remove-runlevel-4-from-init-scripts.patch + create-pmlogger-and-pmie-logdirs-during-install.patch to 0006-create-pmlogger-and-pmie-logdirs-during-install.patch - Update to 3.10.1 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=HEAD for details - new sub-packages * pcp-doc * pcp-gui * python3-pcp * python-pcp * pmda-infiniband * pmda-perfevent * pmda-papi * import-collectl2pcp - drop fix_pmie_pmlogger_startup_races.patch, upstream drop pcp-3.6.10-gcc5-reservedword.patch, obsolete- fix gcc5 C99 reserved issue problems with patch pcp-3.6.10-gcc5-reservedword.patch- fix bashism in post script/bin/sh/bin/sh/bin/sh/bin/shpcp-managerpcp-manager-debuginfopcp-pmda-kvmpcp-pmda-nvidiapcp-webapipcp-webapi-debuginfos390zl35 1729253621  !"#&),/023468:;<=>?@ABCDKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|      !"#@ABDEFGIKMNOPQRSTUVWXYZ[\]^_`abcdefghikmopqrtvxz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#%')*,-/13579;=HJLNPRTVXZ\^`bdfhjlnprtvxz|~   "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~!#%')+-/13579;=?ACEGIKMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~6.2.0-150600.3.9.16.2.0-150600.3.9.16.2.0-150600.3.9.16.2.06.2.06.2.06.2.06.2.06.2.06.2.05.2.05.2.06.2.06.2.05.0.05.0.0      !!""""#$$$$$%%&&&&&&&&&&'()*++++++++++,-.//000000000000000000000000122345567889:;<<==============================================>?@???A??BBCCCCCCCCCCCCCCCCCCCCCCDDDEFGHIJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJKLMMNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLOOOOOOOOOOLPQQQQQQQQQPRRRRRRRRPSSSSSSSSSSPTTTTTTTTTTTPUUUUUUPVVVVVVVPWWWWWWWPXXXXXXXXPYYYPZZZZZZZZP[[[[[[[[[[P\\\\\\\P]]]]]]]]]]P^^^^^^^^L_________________``````````````````````aabbccdeeeeffffffffffffffffffffffffghhhhhiiiiiiijklmnoooooooooonpppppppppnqqqqqqqqqmrrrrrrrrmstuvwxyz{{zzz|}}|~~~~~|||||||||||||zzzzyyypcppcp.envdiscoverpcp-kube-pods.confindom.confkvmkvm.conflabelslabels.confoptionallinuxinterfaces.confsamplebandwidth.confoverheadconf.ddefault.confexamplessample.confpipepipe.conf.dsample.confpmafmpcppcp-guipmcdpmcd.confpmcd.optionsrc.localpmfindpmieclass.dpmfindcontrolcontrol.dlocalrcpmieconfciscoin_utilout_utilcpucontext_switchload_averagelow_utilsystemutilentropyavailablefilesysfillingvfs_filesglobalparameterspcp_actionsmemoryexhaustedoom_killswap_lownetworktcplistenoverflowstcpqfulldocookiestcpqfulldropsopenvswitcherrorsmtu_exceeded_dropsrx_dropsrx_qos_dropstx_dropstx_failure_dropstx_qos_dropstx_retriesvhost_notificationvhost_tx_contentionpercpumany_utilsome_utilsystemperdiskaverage_queue_lengthaverage_wait_timebandwidthiopspernetifcollisionserrorspacketsutilpowerthermal_throttleprimarypmda_statusshpingresponsestatustestingtest_actionspmlogconfapacheprocessessummaryuptimecpupercpusummarydiskpercontrollerperdiskperpartitionsummaryelasticsearchsummaryfilesystemallrpc-serversummaryxfs-allxfs-io-linuxgfs2gfs2-allgfs2-basekernelbufcache-activitybufcache-allinode-cacheloadmemory-linuxread-write-datasummary-linuxsummary-windowssyscalls-linuxvnodeskvmkvmlibvirtlibvirtmailqsummarymemcachesummarymemorybuddyinfoksminfomeminfoproc-linuxslabinfoswap-activityswap-allswap-configvmstatzoneinfommvsummarymysqlsummarynetchecksummarynetfilterconfigsummarynetworkingicmp6interface-allinterface-summaryip6mbufsmulticastnfs2-clientnfs2-servernfs3-clientnfs3-servernfs4-clientnfs4-serverother-protocolsperprocess-linuxpersocket-linuxrpcsocket-linuxsoftnetstreamstcp-activity-linuxtcp-alludp-alludp-packets-linuxudp6nginxsummaryopenmetricskeplersummaryopenvswitchsummaryoraclesummaryplatformhinvlinuxrabbitmqsummaryrsyslogsummaryservicespmproxyredisshpingsummarysqlserversummarystatsdstatsdstoragevdovdo-summarytoolsatopatop-gpustatsatop-hotprocatop-httpstatsatop-infinibandatop-nfsclientatop-perfeventatop-procatop-summaryatop-zfsatop-zswapcollectlcollectl-interruptscollectl-summarydmcachedstatdstat-summaryfreefree-summaryhotprochtophtop-prochtop-summaryhtop-zfsiostatipipcsmpstatmpstat-interruptsmpstat-summarynumastatpcp-summarypidstatpidstat-summarypmclientpmclient-summarypmieconfpmstatsarsar-summarytapestatuptimevectorvector-summaryvmstatvmstat-summaryzimbraallpmloggerclass.dpmfindconfig.pmstatcontrolcontrol.dlocaloptions.pmstatrcpmlogredactnetworkusernamespmlogrewritecgroup_units.confjbd2_kernel_ulong.confkvm_fixups.conflinux_disk_all_fixups.conflinux_kernel_fixups.conflinux_kernel_ulong.conflinux_mem_fixups.conflinux_proc_fs_nfsd_fixups.conflinux_proc_migrate.conflinux_proc_net_snmp_migrate.conflinux_proc_net_tcp_migrate.conflinux_xfs_migrate.conflinux_xfs_perdev_buffer.confmysql_migrate.confnfsclient_migrate.confpmcd_migrate.confpmproxy_fixups.confproc_discrete_strings.confproc_jiffies.confproc_kernel_ulong.confproc_kernel_ulong_migrate.confproc_scheduler.confpmproxypmproxy.confpmproxy.optionsrcpmsearchpmsearch.confpmseriespmseries.confprocsamplehotproc.confsocketsfilter.conftls.confsasl2pmcd.confdbpmdapcppmafmpmdatepmdiffpmdumplogpmeventpmfindpmgenmappmiepmie2colpmieconfpmiectlpminfopmjsonpmlcpmlogcheckpmlogconfpmlogctlpmlogdumppmlogextractpmloggerpmloglabelpmlogmvpmlogpastepmlogredactpmlogreducepmlogrewritepmlogsizepmlogsummarypmprobepmpythonpmsearchpmseriespmsockspmstatpmstorepmtracepmvalpcpbinchkhelpdiscoverpcp-kube-podsfind-filterinstall-shmkafnewhelppcp-buddyinfopcp-geolocatepcp-htoppcp-meminfopcp-netstatpcp-pspcp-pythonpcp-reboot-initpcp-slabinfopcp-sspcp-summarypcp-vmstatpcp-zoneinfopmcdpmcd_waitpmconfigpmcpppmfind_checkpmgetoptpmhostnamepmie_checkpmie_dailypmie_dump_statspmie_emailpmie_farmpmie_webhookpmiestatuspmlockpmlogconfpmlogextractpmloggerpmlogger_checkpmlogger_dailypmlogger_daily_reportpmlogger_farmpmlogger_janitorpmlogger_mergepmlogger_rewritepmlogredactpmlogreducepmlogrewritepmnewlogpmnsaddpmnsdelpmnsmergepmpausepmpostpmproxypmsignalpmsleeppmwtfrunaspcptelnet-probelibbashproc.shpcppmcdpmdaproc.shpmiepmloggerpmproxyrc-proc.shrc-proc.sh.minimalutilproc.shpmdasdenkiInstallREADMERemovedomain.hhelppmda_denki.sopmdadenkipmnsrootfarmInstallRemovedomain.hhelppmda_farm.sopmdafarmpmnsrootjbd2InstallRemovedomain.hhelphelp.dirhelp.pagpmda_jbd2.sopmdajbd2rootroot_jbd2kvmInstallRemoveUpgradedomain.hhelphelp.dirhelp.pagpmda_kvm.sopmdakvmrootroot_kvmlinuxdomain.hhelphelp.dirhelp.pagpmda_linux.sopmdalinuxmmvInstallRemovedomain.hmmvdumppmda_mmv.sopmdammvroot_mmvoverheadInstallREADMERemovedomain.hpmdaoverheadpmnsrootpipeInstallREADMERemovedomain.hhelppmdapipepmnsrootpmcdhelp.dirhelp.pagpmda_pmcd.sopodmanInstallRemovedomain.hhelppmda_podman.sopmdapodmanpmnsrootprocInstallRemovedomain.hhelphelp.dirhelp.pagpmda_proc.sopmdaprocrootroot_procrootdomain.hhelphelp.dirhelp.pagpmdarootrootroot_rootxfsInstallRemovedomain.hhelphelp.dirhelp.pagpmda_xfs.sopmdaxfsrootroot_xfszfsInstallRemovedomain.hhelppmda_zfs.sopmdazfspmnsrootpmnsMake.stdpmidMakefileRebuildReplacePmnsSubtreelockpmnsroot_jbd2root_kvmroot_linuxroot_mmvroot_pmcdroot_pmproxyroot_procroot_rootroot_xfsstdpmid.localstdpmid.pcpunlockpmnspcp-geolocate.servicepcp-reboot-init.servicepmcd.servicepmfind.servicepmfind.timerpmie.servicepmie_check.servicepmie_check.timerpmie_daily.servicepmie_daily.timerpmie_farm.servicepmie_farm_check.servicepmie_farm_check.timerpmlogger.servicepmlogger_check.servicepmlogger_check.timerpmlogger_daily.servicepmlogger_daily.timerpmlogger_farm.servicepmlogger_farm_check.servicepmlogger_farm_check.timerpmproxy.servicepcp-testsuite.confpcp.confpcp-reboot-init.confpcp.conflibpcp_archive.solibpcp_archive.so.1libpcp_archive.pcrcpmcdrcpmiercpmloggerrcpmproxypcppmdumplogpmeventpmfindpmiepmie2colpmiectlpminfopmjsonpmlcpmlogcheckpmlogctlpmlogextractpmloggerpmloglabelpmlogpastepmlogreducepmlogsizepmlogsummarypmprobepmseriespmstatpmstorepmvalpcpCHANGELOGINSTALL.mdREADME.mdVERSION.pcppcp.lsmsysconfig.pmcdsysconfig.pmfindsysconfig.pmie_timerssysconfig.pmloggersysconfig.pmlogger_farmsysconfig.pmlogger_timerssysconfig.pmproxypcpCOPYINGpcphtopcolumnscontainerdelayacctfdcountguestmemoryschedswaptcpudpwchanmetersentropyfreespaceipclocksmemcachemysqlpostfixredistcpscreensbiosnoopcgroupscgroupsiocgroupsmemdevicesexecsnoopexitsnoopfilesystemsopensnooplibReplacePmnsSubtreebashproc.shlockpmnspmdaproc.shrc-proc.shrc-proc.sh.minimalunlockpmnsutilproc.shzeroconfpmloggerpmcd.stpzshsite-functions_pcppcpconfigpmafmpcppcp-guipmdapmiepmieconfciscoin_utilout_utilcpucontext_switchload_averagelow_utilsystemutilentropyavailablefilesysfillingvfs_filesglobalparameterspcp_actionsmemoryexhaustedoom_killswap_lownetworktcplistenoverflowstcpqfulldocookiestcpqfulldropsopenvswitcherrorsmtu_exceeded_dropsrx_dropsrx_qos_dropstx_dropstx_failure_dropstx_qos_dropstx_retriesvhost_notificationvhost_tx_contentionpercpumany_utilsome_utilsystemperdiskaverage_queue_lengthaverage_wait_timebandwidthiopspernetifcollisionserrorspacketsutilpowerthermal_throttleprimarypmda_statusshpingresponsestatustestingtest_actionspmlogconfapacheprocessessummaryuptimecpupercpusummarydiskpercontrollerperdiskperpartitionsummaryelasticsearchsummaryfilesystemallrpc-serversummaryxfs-allxfs-io-linuxgfs2gfs2-allgfs2-basekernelbufcache-activitybufcache-allinode-cacheloadmemory-linuxread-write-datasummary-linuxsummary-windowssyscalls-linuxvnodeskvmkvmlibvirtlibvirtmailqsummarymemcachesummarymemorybuddyinfoksminfomeminfoproc-linuxslabinfoswap-activityswap-allswap-configvmstatzoneinfommvsummarymysqlsummarynetchecksummarynetfilterconfigsummarynetworkingicmp6interface-allinterface-summaryip6mbufsmulticastnfs2-clientnfs2-servernfs3-clientnfs3-servernfs4-clientnfs4-serverother-protocolsperprocess-linuxpersocket-linuxrpcsocket-linuxsoftnetstreamstcp-activity-linuxtcp-alludp-alludp-packets-linuxudp6nginxsummaryopenmetricskeplersummaryopenvswitchsummaryoraclesummaryplatformhinvlinuxrabbitmqsummaryrsyslogsummaryservicespmproxyredisshpingsummarysqlserversummarystatsdstatsdstoragevdovdo-summarytoolsatopatop-gpustatsatop-hotprocatop-httpstatsatop-infinibandatop-nfsclientatop-perfeventatop-procatop-summaryatop-zfsatop-zswapcollectlcollectl-interruptscollectl-summarydmcachedstatdstat-summaryfreefree-summaryhotprochtophtop-prochtop-summaryhtop-zfsiostatipipcsmpstatmpstat-interruptsmpstat-summarynumastatpcp-summarypidstatpidstat-summarypmclientpmclient-summarypmieconfpmstatsarsar-summarytapestatuptimevectorvector-summaryvmstatvmstat-summaryzimbraallpmloggerconfig.pmstatoptions.pmstatpmlogredactnetworkusernamespmlogrewritecgroup_units.confjbd2_kernel_ulong.confkvm_fixups.conflinux_disk_all_fixups.conflinux_kernel_fixups.conflinux_kernel_ulong.conflinux_mem_fixups.conflinux_proc_fs_nfsd_fixups.conflinux_proc_migrate.conflinux_proc_net_snmp_migrate.conflinux_proc_net_tcp_migrate.conflinux_xfs_migrate.conflinux_xfs_perdev_buffer.confmysql_migrate.confnfsclient_migrate.confpmcd_migrate.confpmproxy_fixups.confproc_discrete_strings.confproc_jiffies.confproc_kernel_ulong.confproc_kernel_ulong_migrate.confproc_scheduler.confpmdasdenkiInstallREADMERemovedomain.hhelppmda_denki.sopmdadenkipmnsrootfarmInstallRemovedomain.hhelppmda_farm.sopmdafarmpmnsrootjbd2InstallRemovedomain.hhelphelp.dirhelp.pagpmda_jbd2.sopmdajbd2rootroot_jbd2kvmInstallRemoveUpgradedomain.hhelphelp.dirhelp.pagkvm.confpmda_kvm.sopmdakvmrootroot_kvmlinuxdomain.hhelphelp.dirhelp.pagpmda_linux.sopmdalinuxsamplebandwidth.confmmvInstallRemovedomain.hmmvdumppmda_mmv.sopmdammvroot_mmvoverheadInstallREADMERemovedefault.confdomain.hpmdaoverheadpmnsrootsample.confpipeInstallREADMERemovedomain.hhelppmdapipepmnsrootsample.confpmcdhelp.dirhelp.pagpmda_pmcd.sopodmanInstallRemovedomain.hhelppmda_podman.sopmdapodmanpmnsrootprocInstallRemovedomain.hhelphelp.dirhelp.pagpmda_proc.sopmdaprocrootroot_procsamplehotproc.confrootdomain.hhelphelp.dirhelp.pagpmdarootrootroot_rootxfsInstallRemovedomain.hhelphelp.dirhelp.pagpmda_xfs.sopmdaxfsrootroot_xfszfsInstallRemovedomain.hhelppmda_zfs.sopmdazfspmnsrootpmnsMake.stdpmidMakefileRebuildroot_jbd2root_kvmroot_linuxroot_mmvroot_pmcdroot_pmproxyroot_procroot_rootroot_xfsstdpmid.localstdpmid.pcptmpbashmmvpmiepmloggerpmproxypcppmcdpmfindpmiepmloggerpmproxy/etc//etc/pcp//etc/pcp/discover//etc/pcp/kvm//etc/pcp/labels//etc/pcp/linux//etc/pcp/overhead//etc/pcp/overhead/conf.d//etc/pcp/overhead/examples//etc/pcp/pipe//etc/pcp/pmafm//etc/pcp/pmcd//etc/pcp/pmie//etc/pcp/pmie/class.d//etc/pcp/pmie/control.d//etc/pcp/pmieconf//etc/pcp/pmieconf/cisco//etc/pcp/pmieconf/cpu//etc/pcp/pmieconf/entropy//etc/pcp/pmieconf/filesys//etc/pcp/pmieconf/global//etc/pcp/pmieconf/memory//etc/pcp/pmieconf/network//etc/pcp/pmieconf/openvswitch//etc/pcp/pmieconf/percpu//etc/pcp/pmieconf/perdisk//etc/pcp/pmieconf/pernetif//etc/pcp/pmieconf/power//etc/pcp/pmieconf/primary//etc/pcp/pmieconf/shping//etc/pcp/pmieconf/testing//etc/pcp/pmlogconf//etc/pcp/pmlogconf/apache//etc/pcp/pmlogconf/cpu//etc/pcp/pmlogconf/disk//etc/pcp/pmlogconf/elasticsearch//etc/pcp/pmlogconf/filesystem//etc/pcp/pmlogconf/gfs2//etc/pcp/pmlogconf/kernel//etc/pcp/pmlogconf/kvm//etc/pcp/pmlogconf/libvirt//etc/pcp/pmlogconf/mailq//etc/pcp/pmlogconf/memcache//etc/pcp/pmlogconf/memory//etc/pcp/pmlogconf/mmv//etc/pcp/pmlogconf/mysql//etc/pcp/pmlogconf/netcheck//etc/pcp/pmlogconf/netfilter//etc/pcp/pmlogconf/networking//etc/pcp/pmlogconf/nginx//etc/pcp/pmlogconf/openmetrics//etc/pcp/pmlogconf/openvswitch//etc/pcp/pmlogconf/oracle//etc/pcp/pmlogconf/platform//etc/pcp/pmlogconf/rabbitmq//etc/pcp/pmlogconf/rsyslog//etc/pcp/pmlogconf/services//etc/pcp/pmlogconf/shping//etc/pcp/pmlogconf/sqlserver//etc/pcp/pmlogconf/statsd//etc/pcp/pmlogconf/storage//etc/pcp/pmlogconf/tools//etc/pcp/pmlogconf/zimbra//etc/pcp/pmlogger//etc/pcp/pmlogger/class.d//etc/pcp/pmlogger/control.d//etc/pcp/pmlogredact//etc/pcp/pmlogrewrite//etc/pcp/pmproxy//etc/pcp/pmsearch//etc/pcp/pmseries//etc/pcp/proc//etc/pcp/sockets//etc/sasl2//usr/bin//usr/lib//usr/lib/pcp//usr/lib/pcp/bin//usr/lib/pcp/bin/discover//usr/lib/pcp/lib//usr/lib/pcp/pmdas//usr/lib/pcp/pmdas/denki//usr/lib/pcp/pmdas/farm//usr/lib/pcp/pmdas/jbd2//usr/lib/pcp/pmdas/kvm//usr/lib/pcp/pmdas/linux//usr/lib/pcp/pmdas/mmv//usr/lib/pcp/pmdas/overhead//usr/lib/pcp/pmdas/pipe//usr/lib/pcp/pmdas/pmcd//usr/lib/pcp/pmdas/podman//usr/lib/pcp/pmdas/proc//usr/lib/pcp/pmdas/root//usr/lib/pcp/pmdas/xfs//usr/lib/pcp/pmdas/zfs//usr/lib/pcp/pmns//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/pkgconfig//usr/sbin//usr/share/bash-completion/completions//usr/share/doc/packages//usr/share/doc/packages/pcp//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/pcp//usr/share//usr/share/pcp//usr/share/pcp/htop//usr/share/pcp/htop/columns//usr/share/pcp/htop/meters//usr/share/pcp/htop/screens//usr/share/pcp/lib//usr/share/pcp/zeroconf//usr/share/systemtap/tapset//usr/share//usr/share/zsh//usr/share/zsh/site-functions//var/lib//var/lib/pcp//var/lib/pcp/config//var/lib/pcp/config/pmafm//var/lib/pcp/config/pmieconf//var/lib/pcp/config/pmieconf/cisco//var/lib/pcp/config/pmieconf/cpu//var/lib/pcp/config/pmieconf/entropy//var/lib/pcp/config/pmieconf/filesys//var/lib/pcp/config/pmieconf/global//var/lib/pcp/config/pmieconf/memory//var/lib/pcp/config/pmieconf/network//var/lib/pcp/config/pmieconf/openvswitch//var/lib/pcp/config/pmieconf/percpu//var/lib/pcp/config/pmieconf/perdisk//var/lib/pcp/config/pmieconf/pernetif//var/lib/pcp/config/pmieconf/power//var/lib/pcp/config/pmieconf/primary//var/lib/pcp/config/pmieconf/shping//var/lib/pcp/config/pmieconf/testing//var/lib/pcp/config/pmlogconf//var/lib/pcp/config/pmlogconf/apache//var/lib/pcp/config/pmlogconf/cpu//var/lib/pcp/config/pmlogconf/disk//var/lib/pcp/config/pmlogconf/elasticsearch//var/lib/pcp/config/pmlogconf/filesystem//var/lib/pcp/config/pmlogconf/gfs2//var/lib/pcp/config/pmlogconf/kernel//var/lib/pcp/config/pmlogconf/kvm//var/lib/pcp/config/pmlogconf/libvirt//var/lib/pcp/config/pmlogconf/mailq//var/lib/pcp/config/pmlogconf/memcache//var/lib/pcp/config/pmlogconf/memory//var/lib/pcp/config/pmlogconf/mmv//var/lib/pcp/config/pmlogconf/mysql//var/lib/pcp/config/pmlogconf/netcheck//var/lib/pcp/config/pmlogconf/netfilter//var/lib/pcp/config/pmlogconf/networking//var/lib/pcp/config/pmlogconf/nginx//var/lib/pcp/config/pmlogconf/openmetrics//var/lib/pcp/config/pmlogconf/openvswitch//var/lib/pcp/config/pmlogconf/oracle//var/lib/pcp/config/pmlogconf/platform//var/lib/pcp/config/pmlogconf/rabbitmq//var/lib/pcp/config/pmlogconf/rsyslog//var/lib/pcp/config/pmlogconf/services//var/lib/pcp/config/pmlogconf/shping//var/lib/pcp/config/pmlogconf/sqlserver//var/lib/pcp/config/pmlogconf/statsd//var/lib/pcp/config/pmlogconf/storage//var/lib/pcp/config/pmlogconf/tools//var/lib/pcp/config/pmlogconf/zimbra//var/lib/pcp/config/pmlogger//var/lib/pcp/config/pmlogredact//var/lib/pcp/config/pmlogrewrite//var/lib/pcp/pmdas//var/lib/pcp/pmdas/denki//var/lib/pcp/pmdas/farm//var/lib/pcp/pmdas/jbd2//var/lib/pcp/pmdas/kvm//var/lib/pcp/pmdas/linux//var/lib/pcp/pmdas/mmv//var/lib/pcp/pmdas/overhead//var/lib/pcp/pmdas/pipe//var/lib/pcp/pmdas/pmcd//var/lib/pcp/pmdas/podman//var/lib/pcp/pmdas/proc//var/lib/pcp/pmdas/root//var/lib/pcp/pmdas/xfs//var/lib/pcp/pmdas/zfs//var/lib/pcp/pmns//var/lib/pcp/tmp//var/log//var/log/pcp/-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:36096/SUSE_SLE-15-SP6_Update/b38f262e229a415b87ca7312867b0c30-pcp.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux  !"##$#####%#&'()*+,-./0123456789:;9<=9>?99@ABCD9E9F9GHI9JK99L99MN99OP99999999QRSTUTdirectoryASCII textPOSIX shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=03b6b58991c73b175758634cf1107355ddb35f3f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=abd28b0e2634aa151824a47a1535065229550644, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=049aadac52b432b1968a4149c9c46418da5572d0, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f6d46c5b28a4835f8ea7c31a8c7074d14d3387bd, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9a7969e0bcedb77f1781e4c0eedee14a3aa403fd, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=af86203100173bffd3b488463659897ad488c352, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=11f6e655956f68460246feb6e1ac30ce07fef5b5, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=94a10a0b86e8f105311195fee01621039bd54617, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=06c24e0fbd7c8fa3cc373a40e79f4984b4aac9df, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2f107e35e5c80a2e97e5e6851eb52da501c2a90e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2161f2de5cf18211174a19a944a1ab4198ea440b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=75fd3049ede6e31614a57a46fb970e8837bdaf04, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=10ea7910c1d7e8827e6cf96b09e4a18fac41f99c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4ff7b2d10555da5b945ec68b426ad5c031663bc0, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5fbd4c83d48db61a9bdb5c4a216ec5d87fcdd676, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b5252f2c00233115b49a3184bd2a2e7bce5e9722, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e22b31b508f52cd38be3b487f398af5b03855cc0, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=30aa4d10dec883dfd6fa80fd0aa9575cd55e7582, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=bfbccc029d98da839b964a2362f1d20bda512d1b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2bd8632f965363db2e97b9bc07fc6100cd37b3a3, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a950a90b36d8240ef07d7caf3eb3ce5cb49fd3fd, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=62f7036d7ba4de713cefe3947c8a4d0086b53ba5, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=565bf02cb4b3672c08e7cb22def1c065368e1f23, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=eab9747b0f7ce1c4712f24ab86f111f854c7fac9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b6f6827a55eb455950f06989ed23fe08969f4d96, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b48f529dc9280ab6a1ff6bc6299c2d4e275415b6, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1a6f32b301c7fe5765a9637f25ff064fd698b564, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4db0f55489a2f6169c55f37eda49dc396fb82465, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a966803c06ea27efe2e34c714fb8127f8c6ae9d7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5801228124b061c79af27467069794c79284cb05, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6c773cb6ec7108d2d77361c004d3ba3b81065e56, for GNU/Linux 3.2.0, strippedPython script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=83943380ba448b75830c59bece4becf3e523c43f, for GNU/Linux 3.2.0, strippedPOSIX shell script, ASCII text executable, with very long linesELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2b8236aadce761ff2b7abe161cd5ec6ebacdb6c6, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d4715520d7f5e0bc57ddb35091ac0df9aaba9b3e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=02ae9e4d028c14d8cacb2fd7befce6b0d874bae4, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7d756da336712335e11e4adc6fd3027fb57318fa, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7b801664515912de99e216fdd74792c49836df74, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=594bdb88478004a9fcb796e1c25b4a6196669567, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f8c2aef370a99a0e1f0d8114b60fb16b549ea23b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c413737db92cbabcd53e4be40e9d94ef086e8cde, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a78c25e29259125aa551cf41170eb130532dbd5a, for GNU/Linux 3.2.0, strippedPOSIX shell script executable (binary data)ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=294b23e9ed1d5851fb2f429411c35d5b76d86864, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4ba03867a6b46f2a918f0ec8455964eadbe89671, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c901f722a8c7a4ea9edd442413fd9916312f7cf7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=047815ea3bf76476e5fe29fe1430843bfa14256d, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2b5cacec6a67093d2fd6fbf0bbccc783234d1127, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=52704870ad048c585020069cb6799657fd2e47a9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1202782b279607d838f3aadc4844a486e2228b72, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=080c7db4f455d22e329b35621358ffc6375ae581, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3c4845c4213ce6fb72f8e1e230cc7e9e45359220, for GNU/Linux 3.2.0, strippedC source, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=10709215b503dcfb349b60ca8fad45f05c67cea1, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f9047c1edc89a83123d7af569fc8a9a8e23c1402, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2cce97d23e29ead4bb0f50e39d941cfd77113f87, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dfb079697decc03f6ba0a15b160d77b9e3c3fee3, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7a8273be6eed4dd74fd113f74ded9fa5ccb608af, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1e794ce8632f7d3f35b7650afa4d45c4d96d1806, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3b9d14bf6caa3b22185d7334c90ef04c26393428, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3301639e59a4d491acb48dcb04e71d7ab1444db2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e3113b9cdb6f6b6dfcad5e4eb43229ea2624ea08, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9a06cc09f16af8abbec1f0d5fb2a3bc4a947509c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=712428fec9ad60a2d55eb630520ec1b0f4b55a58, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b9f5307942b29189ee2e0a016d7f34db393b02d6, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0c83b07247f4c723a67223f88a31aa4b135c6050, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9e0ff7c679fc6fa1c71ba26441277b86c01f8461, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab968cc595f65387a12a26a80be3ed1968632573, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9a272177a981f9380175bc036f76302033e9b8e7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=88fa38b103772ba34067479eb2e8773865936670, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=034ca06417bafe4d8c7ba8f83de0e5c2ff3d4366, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=da6c65bb8e8a32d6dc8ff506fd3085be7b6b2f44, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ac9793c77b00c1e9e774c09529db0a3cb71a4663, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=43d43cc0616952b14a7156cac96d6133d98d6bc8, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f3070f57606c5d15800e4fd40c990369ee7999af, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fc02888798d1adb99bcee01dba75272f080917a4, for GNU/Linux 3.2.0, strippedAlgol 68 source, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=994b45562e4e69a1d6aaf608dc8cbb5834c74f8b, strippedpkgconfig fileASCII text, with very long linesLinux Software Map entry text (new format), ASCII text 45JKZjt  2ANX^n )56AJKLRSTU]abcdefghiju   $%&'7HZmnoy012?MNO[hijklmy "          .       RRRRRRRRRR/R&R;R?R>R7R1R8R2R%R$RqRRRR2RRRRR$RRR/R1R2RCR%RRRRbRgRpRlR`RnRoRmR^RwR$RRR!RRRRRRRRR2R%R$RR!RRRRR&R1R?R;R/R.R2R0R%R$RRRRRRRRRR6R/R2R1R=R%R$RRRRRRR6R0R1R-R,R5R7R=R2R%R?RGR$RR/R0R;R7R1R2R%RRRRR$RR2R/R%RRRR$RR%R/R2RDRMRLRRRRKR$RRRHRRRRRAR/RR6R7R9R1R:R8R2R?R%RSR$RR1R/R2R%RRRR$RR/R2R7R%RRRR$RR/R1R7R2R%RRRRRR$RRR/R%R7R1R2RRRRR$RR/R1R%R2RRRR$RRRR2RRRR$RRRRR%R2RRRRR$RRRRRRRRRRRRRRRRRRR/R7R1R2R%R$RRRRRR/R7R1R2R%R$RR2R1R%RRRRR$RRRPRORRRQRRRRRRR+R/R'RBR4R6R7R2R1RUu[礎\}'.W׺اqBk_ 8[ŝMbO 5̅ VXpZ4KI 5=x!5'eޙ MD%֝nMWk.`NVW}aQcQk^wgi@d#obhC_W݊]st1s?]a>WrӯpZZev,C?tq 2</,.۫Gr3 L tVMJCC ed R&D )2(K.ZHuy~m6{قG4*\ kRٛ3R:~R]y} &ņMvM-{gV)rJyʿMl:I$aM rmG(dbxo+ M3Ȃ0Xi> 0RIM(G[p:vH@smAQ1m$I-NDnq1zuΦ){DX1ŀ/ էr(6*=6 =$Ǡ|'076{DC["Y 95?w|xX863@a>~%ܛE@cg.]M6 T[ w=ѥ2d(wƜIbEd7RH^.<׏Qo8Lh}z^@/Lz@LvYŏɉSV#rVF|?v0 ?חOcXJ۱&?,ZDi%UHnmok ?܃t8#<{c]׊JڡQMg`+ٟLś'.ZFbƅ^TlԜy-GF&B4W9MmQ{+2dv!&2U,yTz!z&űtZk!O=tZHHm(cQz⣹]8Zk2[.&QAY)ɣ%(_8C7?zGnE:RP^o d,jxɋ0%ui;3Qe)@ޘi :5-j0rYn*o03+|R|Ft `nC%Nw& [T ԥH؆A L,-aްs'T}`/*y@fqˀ_$y"ŀx)$˷M8<՗FZ2* -^dBa_z D7& 5!MU0;rB]%3$hڍV<< U}ϷB,}NQvH[ޭ ܰyAyM vt#]8Qp;jW_uۡ )A GxT͜e"*B`銽a-{Bb ?pE)ųXj,c ;TwdiV!wm,?.MX9jhE"@#!;_bI-b7DF=NN a-~^ƯZ#_"E[P'/Sr`ӧ&)֜-A"3 y{e1CPF2v8mR=3pKbz0}cE%4V0큧;%C1_ԧI6>hU 05VG[Oo*/`y(~i?H:=[q;`:LLK`'Mi *>1/qHGR EϠL kͪke~}6:j=xR qt@2ij32_xrg5h%R"lIu!Hߺ>7MG wBW?h304NjW&޴^‘FEAٸ# nm3xNW8*Z`uW=?A( Xĸނ»ܾql>[1ݴ;a!o<f\sCX'uV-r`IJm' -~P Ht;\)Q]w::9cUh1 6C)[i 0ıriYڍ-.|*\u/w&X9/$k5B>^sf0ZH tnT,SgB!4T3Vu]~/VEnocdZ>3;~l쒔e٩\"Z2,KWeg9]DO_4%qHp'AmHÎ,ˍ@,O_pX2mM]!Q })U?Hn |3?A{nzHw$Gl])*pŪLY8@d?yO \5anĹzA uS&اʋM]`^||? > Ie"181Ցߒ5jWq+g83{jR)lbOk4AcPcׁ9x/vay 'B?TALz m *kOkT *Ĝin \?'KHEB| Յnƅ> q}|E\PE~ܝw "mPsܾR]q֏/(\xN+{m/GҍQʇolRB(/V9 S§i!M-Y;\Ffk^EpS l UkcOT!Lu#Znp 7 ތ3%5 qۃ?KяaT,x6W\%Z.FZ?𛭨A q֢aclj=w77y;#QEn& 28@Dy)KZ䃱5]3M;.C]?>wz)3ff 3(YSHP[4B0o4qk QDV͡8ѷ>͔&[z)RĪ5GC$G_nA\Z@ee=`G}WFIDJ 0W s0a\yX4UBq2.Vbh;%πxI RQ箬2jkmTA =C@ "`LukQ(KR6aefWTz%r:H9CN"߄/i0Z삊D^ l ``{,͈0HX?"ߝ *DL "uc =yg8r>U+T -23f|tK<$2is2 Y;M8=%+>˙#~ 4Ni@TaMQw2f[]<)@6YdVIYCͫPoҜ$X|[>]SsKAbS3T9ʛ\+Yi|ڿIyĄӥ+gS,)lcu1mĤWCxo"y%.$`<6ه{]% z&!Gvj1pO6I>+1 Bз)g@ ܤD/\> DH }?c viH/RT~K܈=r:Dvf܃of )Yt=,rٔ96 0n{YDpqj 7KP!'[?ݲ#YQ0W,Q>T!Da8*Tԥ"{~slTbGovN7Lptmcݠ? 9SAeZ>dxh -Ig1HJSxAfFe47CӮD*u濫OQo5{[gg ~3@IDR;E!/t {H~HOVz!eȑŐN} ߥTY2`-MTbMz`Y=,tG:#Ӕ&_NJ`;Q9rn'U߯1,lu%]EIXIj@"b0Tժ2sǔ^׬]{Q1*QUrJׂH$H/@ʱ0BTGv=bo7ˑwaCa.#ˣI~ԗ4tnYUy "[\oM qwGU;Yap!{!rNH I[AZ&y)G87% ˑQ.f +g!=ȴ!me 6kSׄ3UPw[LÊZXI9O ˟Vqe&DSZ>cԄu jM4YWc̲6KZ?F՛˱`{Fc]pzQhsJ>* ݾ31[!Bj+Ÿ#jpJ':Ī_}ɀnjSK{ЃfVj`ג% Te}z2b_]U>;ȇ_@R05vxyJ!9b TY99dܲqu3nV˖ߤ!&譒~P`ڝΗмųfrQ'+ >bͿv6P˰ 1-$$ kbu%E,ғ? _L2+'^cqܬr%u#d|Q)>hO7ybYro{"L}ס*5mXb? /91ٱcއ鬔hbjh< bV?)g|v'e^ 0q, <☚'FU^بS:⫏ I#u^K+L*̡_n"'~f=K{nU,n29n\~a/Jc҇6Q g! oO4~*(VN(THrA\)Na:m\W9M끉n3iL; Fl0nJWI2*Blm"1@$X١< ?R:.t yGrT;$W#CLK^NW[46|gR.E߀ [+%i/X/%~{@|SFW}?_5=lb`iu0磔%}3_44E@Zq{B_\JON :0i?¼P̅QOb7 X'`HUp=$Pw.c[ a:2Ga}z 98#ѶBwͪ7DKW(p7~uT}⥻ecs\wPm)-9XBSc0# =忁ȃuo잓JXf*cMWn7[6X ~ cX%fÅXփ+v48u*_$_&͉5Its̭;i.I!츠T$y֠#e[b2AaUTG#<%De#4Fq a#A52;i@LH y4g/] 4Ԑ"6/9;$ s"tj(A) SYؙӬHFA{_ʝ>d*A5p]"$2VZuc2tlz% L[zrV{ @H;/a0ڤQoTX,54i;$s1Vu}b;$Sļ p¨.* pRE2S 4%LPf,>aӇ[‚m-pKT84lO65ډ{ܕ(A+1ߔ6.(G$6q{ )и lRQ]:l:_-ZF'CTd=kYEIC4أZeUq Κ% JuNBs!h|]wݛJ m&;I'ya9{ cH|8zF"/J-=Iy[Û\~a2&=QYxo0OY#b)zTQM jEkt=b[qo]?ޣiQ=ץ8BggZV[fc5"zco7Ь7}LJDK|*aGLJH<Ԡț:g|h7[1"dl߮sL7:m|_:zCY%LlwbFX7^s~kjScCPt+VHa2#V }}2SeS/ \mkSX=햅\C)I%l`BWɞ]XrvX,[ogLL|EWT҅ 6LVWtOcY%dE,)᷼=l:rܐ|BvL[(/ \|A܃{VVCZ~IO(%cT&oWb2mU('0S¼ދL%y ?QA rÓgizѢܛ+j$`9~b82|OaA ߨ\i*CRyl#ƒ .U@nr>Lx{Gx-:;4EP,OSctv~2׸+9xnI8LHEѢ@%<)!H&}U4MpFaA rA::yTZ$Ǔ! >.1Dsk-'/Hl\ߖޭA֚ v{QvIaY cpS CSy \aR4Z+C+i/R;[A l/f:B >OÈݧo|uycӆ\enC5< s0DEnAH߱RXk!=qK.&v-9U44}V-{/S(Gea^߲ "W&0rَu3;v`[c|-q[P7(VGȎ$H~$%zOڏBϲAqRJ/lBq:d\3r-wRVYxPk;;LyVÎ^MML=.S =3zL11tcE4Oe>M:㩉 T$* .@?:FoUfHq}whRfUI₱sƈ>{@"?f`KLjd +.Hg\)m^dj'L\34thB_s 6bߨ&cbXLRP+iCv TF:4Y  7eI4( )Τ=0{F)4jW(%.52wn9m~gL l|Er N\.F%)hpn@}<Ćm52ČTd3{R`wQ2႗Kne[W7*Ȥ` qVcZ&mhze2:9&A46k3\iwfuWe-T3v)~td_g逐kUObi*a"z5qߣu`2QWl5F~6n\]cя9 dVR=/YrAS70f4Jogf!wɓPH ꛼6+vL-ui ]YGWG0Kj͸:VwR k Rw.w,Ir'jvzTyKZ>000@j YQY^ȶ/x.fOa Gv{9Bԃʌ*l?Tδa?""X&4VdZ)kUժazzUv G4i @b [_^ ϑq YضPÓLg8˞+T~5Ȳע8պ 7 r.U\r^@EۉRUNAp*U`ww#Ĭ磀ԈrN ˘0=Cz_"]wCGmͶ3Or0XSx 2deT.$f !U~ Zs'`gS륊\,}CuA߁tڞEL?t|8t2g#˰&2Z-p\LƈhEM퉏7]BK1Ԣ>6,[,FU@EbP\n޶wV-w*^{o~̴"Mis@9 b?;Jz }q\h #}Yߊ̅X][GցZ'r$}"np]VbQy iN+Zi :dǚ o]p%.wRZB<5M|gE#M ̢d%ƍ pw8;G˙#S(dbR܅X +,F[) ,OӁ927\Ia'O1H?˯EnO/ڍ+_oEə F +>Omi"ph3n"Dm݅-@zoRgQ}8M% nN+Y/D?o#[}:$V?vsBKd@Z>5Bkc%ns`B ;ML}5z\I54 s>DƯj  剁-肷7x5}E_PQ7̻:|NKceB8'i1vm[ruʩ?EQx?v@1D'32T'\?T"*1Jچ<.u2@2FtH{8Ĵ۠\TUyQJly8%eOވ5U u at!JB,+s\o)q"TIiQ@K*x4]wR;m[߫5}yD:Da ߧA6;KY[Y XH2<$?=9XHH9C;<ʕiyH0r@H;2mdvk60ۋߓǦcYu٧8TXAO)Φ(POGJӏ6y b16%ۘ~b˜ăB](aiqh0GcUf*C>W/ RWvCГ/DuTּYT%Jd$fua?hV0FC0V;八  F sM\w1PQ'ґ46ae'ٜ9@KVXTfFBI=Sd4[ OJ1dƠ77=sb7fg Ы2M84B+!k)qՎIj{]*B74Xf$aHBQT&RS{/_s!'$ Zq\H!Ac3#M| IŨc9-I%YYF JY^3ÉS.,>mxCw{y1v;+sfYg"Զi,GZWrj9/<7[D4jrz~C`UF3e\۳[ ! K iJRpiϿ 4^[ؠRf'RcU+8:li/EPob5ֿrпA3;Ba=OZ .%1*֟I5X)55ܚv8Jd8k@Eʸִ.$:n$Ĭp՜HͱH3KMn10 j?ዅB6>.QDc+4fDgGt1Imk_9|ɕNXCzϳ9W_ !lmڗšH].R8 HPOj߉,,%57m+Kʕ^b6OԕX/@_ktD0g H%^UT?i7ËxuP3_1,#~Bpd5йg'XavVБs]kE!go_^"6f9TًN!mnz6}6% bpk/{vVvFx0(ʫm0R&u 6#ai5ej ?ZTq@AUzðuCIQn]G rVqwTW7Cg,ߏ]"g"MsNĽpr5@ q:VZf@@+ kO?9UuhE9G ~ї^ @, w%>E‘g V3~xW_MrR; P= aMuƻH-gxk]p:R&'b1ftDU g0V:"UA޼=QDɺhMO[Rg-͉D@b|᳣lвbJڲ=6Pa>~n^?MA!B)K4xoBآ -?QJE2M{mW Cuw\/"c]Z%ܲc[V)q&\1/ky_)6ɬx鶊BwX'IǓTLʔ&s^H`YkYΰ9ytݱoG-W:˨M=M/ -0̛ aFExrdKԔHI,>k'lYn'+Y.qoIVŌgfBý!=r 0r=pMSUYos3Z~d\Gƹ,t@8ljk4Lfe4xߠC@51 K7R@Io0]! M:~;yEn Oc8O J(L>8uWhdxdI|䒭AU{ūl?D#Km%i~r|0 *'!Won_b 8^@]v`n.wjOO bYYuKOȳ7[ih.[<$|%6[.F<(+>iJk; z"O! xA!WzQH9$J:Q4P7)%{H)v_:bfV0|76lӻ'`€Uߦ#^uZ^Ԏlq\k$QƩL.V]^),Sn 9ٽc *8N*en-{]"oÈ.¾wN>JPG H 8_tC<^Uvwغ,@9\[nؤկԖ\VSo#t[r^M6+9qblD7G Z_C^!5/2S>a%at8d7%m7<&ٚod;7%~^ O 6x(\E`RlZVҍ `Dqr4ѸTct?8:-k䑖 "ɜro*`y|`>~?8d(3?۴G<zԝ]x!M' PU'`r^?MAd?˜OϞ5䍀bM*Ar8:*S7ݺ+~jR@@6H}`EreYKѸ#!{>eEؕy%ts,k:>b2۫v]g4㩟 "? b. ]̱F?r ?mz~^渚]2(L'i[u=; 1LjfqCPiUށV{QS4=Oߥ^cd=R&Et}쯟yN{ >QU+MԝϨ˱'zI`wn&Bsupםf e;]}#y|;Pw+@ 鬌@E3 s[հJiMӰ5D&hO%{o$׎ެbqkccIjKq['=7N+z |WehGs%ea,B*4gb9:! (vX2d|>;wPj 5X]Q9~ XE:^nH*`% kߘ>4e-gG&*{hFC~po-ALm0Dc KR69, @֠~}DZ{QIzÝѿLڴ!1&qS:czbk(WleWjo<@ BrȊ>P9uhQ :3,`L ~B/Q5-2h4zoF08b2DMhW"IJEdj@D1L<r#'krȎyMkFBZ*h8dpF/!v6:`A0` Zm5F~TQnS8a=P(\GxKWhFQ IFp8BKU3}Hhpĸ\onp7`<+ӌˢEAvr,u%I{nDwRѢvhf~3 FvЗ_„?-Q%~yd}cm;1k)T$){&$- $D& {&OUЛ91?q[ Gz9tx|xJ~`{f?RTtk g/ Cp4^1?BNE3v T݅DBK_=Xk*1ݽo13\!;eB"D%X҃:4A/'@$;EZF,Z!?ADی^) '3V yI\>f (6AM:g9@?ԻS.v &8K_=<ru]Y\QёF&L2lSdP.ѯ~3B_zk =Mh{mp݁Ҟ=z<DpyIm)}#FgydkC6H_xd3gE$/43VrspbnIao"-&x"zy>id:'`(le=\Q*;!K[`6]8Wi"ԕ]@J_ uTC.< x IjiP=TUe%G%M.-C$/%Qcb48Šwwt~صѹUX͹na)w&ɺC;t\@2KqHi`wXca7m][w$AA\@󻩓?;*>S][^Oxf-}$ 7e= ;&8ϷiW|3d3|Jx*FGb dئ3(OMoMtmK{clyn1M=* qhA)#L!9Ri bƵ̬ 24;=yfU4 K˓Iꖴg[kÇ}~̥z\0Հ Y D [uA'Nx]aS1go &-5{ae&j.9(g"v%⊏w/ W*̨8p ϖ[1E#ݞvpUͯĥv*:C3F'!( x˰9y-(K?]Ԍ 4@2@oc"WV jJ@gTO=SޜMX 2snɊ>gNCOڄor-H+8sz))2T.UjtR.)mZxۋpIWbQf6 @AS]q[5, Q ]c(i FrWRȷ.i'!.4LFoMȈ/OCf#)uA^y4 /wfk&ն3()M8޳z<7B1P&Ͽn"p<>Bݺg_ڳ;ZYR)|O'>j#1q٫A*oR~ꭻɄٍJ" EPwzUFJ!.)elr8KU5= 0Pӌd"HGsV W^ܠx- $IdoG>15g+ }*ã& #!A(C8n:dA{gH\L %718N 4U5ׯE)3 ``H&c381n.8(rƧ55fJ|Ni7*?? jIM8:B㮦w\:=)%Ɲ@uh͈N{xp|s! 7MҒ\S.v!>oRүg,Y8Xv_-%PpyT^iU=i>t!ֲW{͕vI% x[Z+X 0&gLoZ6UE-ouq*6LKB=U/R>ܼ-)^OqGjJo~U:^AL,BrynHm'MS2a"e95Ko=H41Dm^Ω#y7 I&(-\¸âs@o3SB<|]o43 y5_4\ @`G9ID6 Tfrɠ~3>Ȋ$,҃lap^$|@V INH?a網kS7Ubݯt.z@(W(%i :*\Ɣtf$@O#BoX8~B ۡR?t+;c>jfdp15V6vKMr']i 'OUϷ[v,\ d<z;=uD߃{_o?7K%L:K [rTB+HYW%gR"q&E`qjsxHT=&m0suh%}̎f/HsJN 2vRP&5™ɋ"Oa\5 l NǗ<&$p<}]WJ{&Y<9fe,IǔRɱ_^V:4|j'Y܇^ohS RƖzLCq4bҽ . 5i(eq\VȖ Zg{`3?XS(FO]SJD# 3C@y/l-~9Y^CDI(3IJ<wXkݥn$lيk9zrR`w{qW_מImowfkT <ReYV \R +D5x`.= +O>wZe pUz%H!dkF̤ӵɋ)Bc9|▮t#t+ý2NS[Wҵ=l"p.%Cm7t~?4Mr8O}zwّLU|rBbު;fwH"Z|g lFˌh"tÄ7*&Ovb{ssx֨Sz"`!CP;ˍ$Bk2#3{Z|[վuJ[7aI&dE ,/M!O q#XSH74_7$/)AE*bk/mV_S lu0OV礑~oC[1[ɻ=1gn:3 @1_ftt^}1.UkM% inHg4|@&D `LkT bMńq9"ZEKlA:\+}`W/F=ɕCsr!Ln3竽x\.x|]RO]DmiY \=VPbx2p]J*24ߏbL?^Rf䔓0u5MSW YMEN-CNVh-(! cRGZ"- OҾFu" rCL{&+vxVEd( -:ZR,~C3tm{)K^MU,$[4Yj"*օ2dT7Ǒ밾ŐE$\٨y?WYCc>z'wli [X\ $`0l}wSPy}8Zm:uBgH_/@ِ{uZNK|5,`[d_՟%Si6+c|-al9,jXxORȺM)~omd(/qNy76|%$e6{ԇ55r i._3*ujI3N"hjR1Ni#`m |%@Z<(x02l'gHɮl(Z(I5X jhrIIfYXo;ы.d~v,j( JQ/-uUӃFN}]Q&:=16M&~qg"9f`b@\YʌۘX8_PlVX#hNl3S0? A^{Pcȣ;"f:#InC3n})lr*N? B x Cį >7w`TS3S --o8*$o+׌-(䓬iySKQ[ZMy@?b>!aZ,k0"R.sԸDK"Ώr}/j|gvbt@MѲ©z+#vU3U A5$6&DIy? I0ٯ0AQ!=( SuB74^+o?9EikU=7*@fu_\X9*4Z}/܍rV^ZVohz.X 'Z:66~oFLq_5oĹDӒĺy!_ ]rʰѳYzR%!KQ ~M6i~^A ;=k'h=hF0ZEMCw /*c \X%c􊼈­.uj0%RqARmCL05f^+nނ7N<'?0k !%;)h&JZ ',207Z 6J;߹ێf9n#FkdߒF`[,S+7VKbRL'f#rpz4Nx33;,,Y OK"qՆ7Pʘ~a7=)yw BwY$Zj,sxEO6: ioPw~ s]bRyrWƉs{oDt0 QA"{zmUAnW"LJ$(~9s{?؝=]iUg{5l>|D_h(S`22w71װJŤ@/ANH荇g0BynUWLr"1\Zg0VG{ *S tox+Y$0A?# M!X>9n׼N\2'^. W["Vt/nQ50md+$G36,<0} 9pZ: LCz}^y)B(&1߳>f4ROviU9f.g5ѭ*ݩ블mi?[ 6u-,V;D-T,hvfP(fB_UnO<}zȗ|a);@: E JT3I@W"ay(lyu t0g.̌V?,oI$n oeæZGI%wfkOOV6/rZPA>ohB3dX|e,4JfĈ,#{99rA{upkEx\"[lܼ„61Sm IL?T-RYGdDy8-{'OAvʿl^V4$g+ö)>ZpX}6l hHGhfw<6{JΨR-Jlt4>;dIrX. ި$`Zc o.]<Oo5 y$^b+2; ͫhkM]JLA%.gߊښ~^?˓μM(H31QB^9Mc$#D̀xBw)I x 5D*U xXV64 ?^ 1?&r\a4ت!.H%6]tN(sf Z"9%>yQ]^K|acwÜ-KyP<ۄpJ5qζ,=2~XkS K}5Z*hJِdĽm k0Ke6&z__khOТ}M(3`RhI3%j\ܬB;Ee2%ZEh--7aawފk Ձ'zHܐ}z'd{Dww7ٷ%JD"PfIt "iKGW xQxr+4y& 6;ȓQK҄~qkC߈zkv^0b ߮"º.H}kUZpq49-FeFe <5Iɐ ADD fp$S$12]F tz?FY{]246e/`G3 a% ^߮SIe`3O &lS6'!m3y2oM!_jO`Dd:"8|;?Ktkqf_Xl}|Ns+GB(*,ge?x\Hmk "\Ցzؚmkef=T8Sisfl5Lf-j%0U3D`6Ӌ /9.<ܸplo@%QjQf3{+HΜ4!/I?R]' #hi sH>{~PCJA)Ѫ:t:S=ۯZݜSHҹcvS^K`JlW7=[gKݯQPJkr~6&;LVͬ~CCy͍GeO ~ q/e&v̵x26L=6ͺ>dicR  9 CY2bz79$ᐊ]1(Zk.Tyw Tm!hԹ,@Avd ,RD~8fs'M޷ O Ho-7ё ?`NT$C\~Vnǭ1ߋLpd[~ڲX(z{0U}  U`ww7p3Ky򲉏=onjeEMe7f +3Ө!@nkZl 9m?`LH >9rKPdݰvF<{b)mNEŰ[T~I ,׮Nb# M"h4 q,*bm!7y]l133'b'>9?87c-߇8Q?tlTfl 0˨`j{gLι׫Scn7PhS` B|;cQNxf0yɸl'#Pl4YF+ԻO[Z&$4;e 3d;j,a84*S{zvnƦAMrF)[Q&NL7A@@2h089fXe)M WIz c;p@PʘT]b!PNy' V騤r;e;m'h0JO” OC}ⓑ-@}UxDLs$_g0LFҒ)_byRѶ$'@*zPմ^`LdlFL_ ikA'rJ4h8;ʪމZ{|K!?qElVĝ98 } KzbHM2 E )MyT-D,خi<;RjLz-tFpjoՕQ&eCŤ8 ֨./gI֪HJnpNJP]匊!}ʓ~]5OiݒLO 9Ⱥ79Yӧ;8/K>{]Z:L*F2K_oa)sK2RnJbb*Rw\o,[ \ş.MS9ZD~m\v Ovl,1+޻POVǍ_7B^Ah!|k: SFo[cO_@Ih!$_p_G9&\q<|AilMt׷xwLH}%i4/-ܿ7mǮ(&z`Ͽ-bw*L)5PX@dK$>%L?1tKF{A@0+jWے]d^l}&qxV2LI) CB'axG <$p|t3*4$7/`5DLtc7  L/r?.,N IZ4;a,?-$&-iGbz"/24oTܑ.}FE>C֝t'_K&yhM[>::4xɣyFbVՑ<ФͧA+NqޟQ} j1^:ݭyLqɷN:#-Ng͗/0xA\/%:T2Sz~!!eߐ_s/v6 Y_W)!D^~iי'r: 5 9Vc<#J>G)9V D)kʏ⧒obi=d~bkEL俢tR4UHPs;pzMKrlNԮ ]~TIȹk5+GYP ҽ127T">Kh¬ެ1CDӆsznjWD `7&i.nYSu!%"D-DؖfpKБ:M gVܔ^њ^a,Dz!@"h tf 7^T}9Χ~Ow>g 63A`VPZܾ)\B`s/2ATfxej Bq35jg&4~L^fr8#zPN٧5uv>|Q_q\C& 6SU{޾7cSGr9/ CuBϨ!~5'Q`6RMھ/>r~v4V)\߬=m"G)a77#g?$&etVojxv)Mc MTǝ3VozM@pj t}YY#J3i}"ާD)-&̼^Ή9ǻ$}ۺE HaLQÍ iZw/ 5&c N^veqJ_h" (Ei,N˅SK4rZ"V?'x$$йpOt^H 6S$ZsyGwdB#eu݃po&ZkCۃ.З])&)[+y8o-o !|\xr5x62#o aB(6fup\j%c0kحs̥v%ӯ1LenDM7[,T=%0ԪhxT}C'ۗw6I *,Dv2F ;˛9x)n 7L9sJfmeka+@.,ՑOq%Sg#œV?SlIݒ VD?l"RdHݘA_sϤ~=-&s\E LX^7 ̕$?2-%ڸ֝C0->n(y\C&_.JoOH\ 4 j ;MwLY`蹅5SFlN4sh#]|8˵i:VmHhm>),ݛ7zkRnUkƖ<(pbb`h>ށsɟ0 e~)rp.}ژgZu$%/]a49ΡOh O^[rzuk:(&kq@\ps)T 7]_:l,1]Տ};)iį{u(춡iЊ_ԏo$_09|_Q{ [VcaKhF:gN$'00)$$_?z(aj҅IϢhuR9%B9fۀ>5ѱIq5w.>=Q htzonf\]WO> 07P'BŒj7& G{.%5(>4WsqHS3=uSՔ.Yy|1.:>Җ8w<??5VyZiY wnaO6ciGʣteUyt׶nl Y#|;eT `i 4%QD+iF܁Q,Fo„7k۴zRĊ&wɤ{HeqAdz~w(rШMXHTѝ_Gޤ#e1nҟ0}ޛJ_6[۫͐{s0ý?a%} =7bτ1@!22׍Xs#YavF]-8# !Azmj(&j4Ψo%bQ#/gTQh5 utBWiF $yKg]٣P X!i” 5iڅ=:쇰M?> %UqYb](I47Y3rPgbਗQ~֬Q}ч.0Gd lC`udmmjk耬lgl3n̯H`{X2ߌ ^ʃħCb75K*f p]\0uTGT.@ - .MUfi(o{id8ds/״mƫ›3h @NTftԤo*9kz!i+pJG^J |3,<{8ŞeFwQyVNJhv%ChdR ǩq^"Cfv M0U"ŔV)=$OPzKJyPOHޕsc͒F| [I!s+9BTXJvIj#ה!yQ2]3 GUDZiA$Mºa+pMC@?f "[.~S jʱ%SPz ؒ1 /W.''Le.I(@o@gEIzSy]Q ;^aOϟV L뫳nb4G04"@)d_*YPL>sDw0oz~7' Rgݓ+oC9X i>p7 ɦ)fqp_:v$t> Ec7a2jSfRT2^E$Yt I$znFQ ?2hS&u.Su{, KjGybRv+6{̪ k(1qjOQI"R9PkG8 ;}Ŵă=40Ԏܐ^~ kvpnD XP AށmFI.iŸhp>}Mb#5rU3C&g ZWvNV,0\py$Dש]&¬=ٽS2 |0^Cw5%Q!)/ֶ-K~Y9ggy m N]95F CLn#SrɁmO3X$i0LS.'a}˧rGU ,FڿO*H ldCs /nO kta {md'T]pcߠAemHBh`({a#9"} srWlg@|5(\-U8Y _o,vDʪzfa-@1PܪrSx7z%%̞!3Y0v}7@´yq_zBԀD\ı~G OWЖ鳌| U#g?i@Xr n6<=-]&%E&Og"H+t>v܋T4Q&JG?aM'C$`sTa&a~ʱYyʩ]˪9WXUĠ#B[]4>c[TuL0˂d*KڞzX5DcwMӨ Axыfiy{_ `y><*@jyLWr}Jw}sN w'ہ:麗p|nc?e– 'b_EƗvY ).R]lQB' ϛR!%>tGsrH5GXWx@ R-5Bժ@;;qn{IͥHPBwT]hfڿ;s+APBWD2P85N>-z|*W; g숵F}rJtoc7tݻsZmAmaX (ivWO{pozH_6Z#VT.^ڍ` R6R"pa&ʄ feC|wӛ$ [hxȭ}:>*Ym +GR de[JYi/2+^f\lQ\Fvjɛ/6u q0#*+43נutC`AgFq*A.?I݋=WWz1y%CYJՙc\ KÃd;I㝄g@b,M3YW=.ǑfOg(3ӄzZ"zMk, TLl4B su3JRo0lRi0a#UOٕ#xHSK: ζHR(2i⛓t^M9sľ8f0MWm塉c%?ӑv&*zBB(-aE%f[wYm:qpW凞xJˀ鈉GfϕtQ*BMRDzNdN|/U6_ʶAQ!IşTS QH^j[tz#EC]G7OK0Iʵ ?WErCə=.n%n!A; 3 "<3 VZҟX&07.>̓0dMƉdVu`8G]ߤKM#mZe q\;Vx8gt`Y&35[G,3 5>7#9?{{6tYO0 zkFơW>zPNe\PN/d;󣆁?nsO"y`_;٭{Wz2i!! _`3%d'rŐoSۑq  A@ mF-Uؼy($t@ SFY@K#?b;`ʈ.j: \% Q:ئ;;hߑ9|ލQVlZ|-a,=i7LYnwqѵC__VӯtcEެOx]R/ly}\Nvouu}6IiW>&m~ ?_to1TlI!hhrf~V|7eQ҈M" RJT 3r_ m|8=&99; *1NDJ Y BT8+&mw;!l(܋ڦe`av0dn BT%A$*D E~k @8^&+v&a1w?/QvDu=X0{UwTzpDnc[j MMu4}8bfqʡPHyrZw @aozT !OX7IYuЬ҂8I {A'ވX,%'=\I!CUXń?@4I5G8k}1 ,'n4_u`lMFc$z ;aVbe+_K GU3Ϯ ͱ$El(\k=w+[Zʅ+.Y] 5 sƱ .l(|+.fOE!_Gf9T㵣mĝ^d))4s/ gÀH!j,ҿz]۰~۝J'Zs1uXszw_ {:JStB?XoCR²--8&QRM YW5Ku$0Đmujǟ5!]Vݮm-&*:k* qV/ +ݩbTO5ٲ~`V̔m~ `#_7,ð ZnskKKFo†jhcd {^㉋ˊhF5tJEC4ߐA Ԓ%\qN c~52%J/5YVہ~ ^ql^y.|Z\S|mR 8]f|7O`?8'=;9Άf;t w+9 \ |Z?\Eb00gNdfFNc@eH@v 9[,9pBl\-j~DƟ\0i2dH]p J jja;H''vCjg9S 72OY=PhDgP[Shf[ FyF-#b# Z~Q&M4M^4# ua||ڎ *A癦c(vn~0pbCPPC)0|@5Ք/ Ds0'2=qGÊ8ץ!4l\HApŹLU@.cٕbŠlx y2=6;FY2l1CaeZ tW$;')N3(܉8: m\f/H/}dVVMp'ۤ NSػR;ǿgh;CiAX"kJćjy6HxaOVeAp!]b7뼉'IduԣBFƅBWj-:^a cX#Ǻ1o}Ez,(Z" >[%P5DRRFe5[<~Pqpmx (^-g ?ސN*g|j7g<|\nŽdUpE BXM Ig^$u[ sw3*d#IE7cn4ćPwerfM*ϡ1X|8ǃ_[ϢS'e+d)K*6)ɹy?t092QԚQ뺅zT HF^ "wu|n"@OZh\>/9-tYV(d=>p< A%7WIq9zns F>r`#.2~d0Mup?kb*>x]d5t8lҽf+tѥQ$\:v߆UFOzmçMԤ9vǎDWooik_Ź\B؆B-_/.T٦ZZlD5ḯKy=;$2 ]˶C`@tR@*9Zoin ԇ!DZ*%#^ant*H4AhlTVf͔s徾 $DXxpy\Űh|Ÿ;YsC%q1ZHژʧ_}XBXdykQAK/1$jj6 )A|Y h\ EͤA!ɆYxb]ο{kEvUnk>0s *K'B V2q[-KAUI-06?kub@uE%5%AT*BĴ~TvӧjY._EVqPLps*dyY_z|0"@֗}] 6mIA`z@R*2 g&s>37x{G ޅҨ J.ƍ L!{щf,*& L3d ʍ1-Z9|0;NpʳTǒZI2|&B22:Z4w}]Kڟy|bufnbyg˪ڛ2<*qc*R`pDꍬ46Yyx^PǁH0Z_{N+~ X)au)=,W<w*n =VֲؕCN̼tqy# 32{ʜ[Rł;8OWq9wFb_ fk7i ߑ@I/}'%\oH-YAVڗ6Tsåfr-G0gZ/)ԎwxGb 喩pMbEhu3,[qjʢTF=eX:ۺrՒZ/zVv3]qlhc~Š.bn>P[>TU> "X<&K'.m>.0Vt貐/v9 0vOiyMKQ=%9̕!SQWDzN4:w[lD~'r:0m S_KPӶ!bm0GzcbR WܻXpoyX/`0EQ9m)F‘qH %=Q'SN߾%v=lS8"bW~xOrQ"GDI0Kpvm#{nYωA8+j.]`leWN%@n+I|c[*xjWg)ԩI4 w"E`(v}Ffw"$WL5#ԯ}1 "Y21jftO˳>0&ʯЦu?fDI(usn[LC, sx3Z)wGvy1#$* [)PD'6 jw#MԱRB Fb %ȭE~`|O{齽[#HJiI=sm`%~pcw]b 8a( >!Z&mhB{Li^ћ ddŏH]pG9!D;&i߿|ɶ] B@cF-Iu6LDm(a&aH cE8X ? ,9Tбr )ӒH*FUN$3?ކbr`Ǵ <r#ؠD,tK@"SCIJ\ ٪3뉠6r_bq7܁W+&VApdU|?g;,0FC3\M TƍF!]QEe RTn^),9;Pӄ~ttqpp`.R&`RJE,Cqp$K D7T[)0Y]ȶL wP8Rw{%2Ԗݜp#F˽^ tVS?meB7>(:uL*ǧœȿn>)czBfcH\qyPBb;Ɨ)`%Vj<>zĘ`Y4yTzZ/-TGŷJӣHsgkێkn kBn?CI16Zذ|o.)u_reԜ΁;x M)0x+b[ týWDx$%ޕnpDrLWWMJThl~qk]҅S'#:]z[#ɡp 3OJ`@q)ڴB/D) 1 (,7mqts|L;'cV#N<.D93^caxMY%O}(|]2\ufT֝hB6:heZnM~X+t'ϋ*/m7ʰHL>Zi9K5=ݧj;>eV2`?rlk݌eqWU\yXv2f,B[ۖAЉuQ&ɧgkm٪Td`<~-aotꕅ1j|-w]gg2'sKfy;/utOץcEi* َ8z3#&*FccumM%Mɭ\{ș ,Z%c#~)_1tΏ3R+P,zG=Db@C4JM̠5z^ψm:}݉Pn"gСCI)wO7:&YNV7u ;,Bc!}muw%dTIч97ߡӎۭ/ *j7RRa݇^g7lVOǛz,Z18ok0jS[c`)<9G5Ll)6xBWg, 4FBށYIRI~6&b~)%V1uVHxf[~z{x{8Dܢ*IV#$S] XW;!)߁.* `x9M|TJmfxM,t3,`"Ėz=F k`zazO/Vr֊/0Qj/Rt+Jq3f0v9 ov`6Շ~_ %ɀU)yQ N}gi~XzE[_:Ҙ@8Wnԍwb8/L0pc,uP ֙eo}6ld٫lJo.k!>:=zbN\-@Ԇ@sE$VH! lJl:HbXT*h9;;~^d}Qb]m9+ iq.-m<яomv:RX`]Z)rcRP)bgbxi~iS̘Q,yLq4'ySY>RafXiad6z D^f&\=/gԹLoE _߲:G=ϤzCqW6>ǂSO}f-13.wC'JNHQj,Ӡ5oJz$s'C1Yȟwa駎xqZ}P-3kP\2׶;jmS^,[/~{p5!JS[W׈ډVePV?HR0IS}kԧϰ|nf* mMbو5sl q1gf*m+e74e`B^e4_rWÃ9T lj|H ̎0GW*;ոnYmOz?+[nchjWc9r36-zʈ|GJY1yC\- W:(P2 -9״uNڴ叹uwj+ 2-ne2OX@NUEDܻ%f,>U5cPy\{YVsѤ!ovN<|ib5<k(E[ͱ,Fѯ2N 9]5Mb)XuQ*v]kiTVj8Ptw7v)؏MyP oQ?c>BgY0h,IIq:Uoc٪^Av ",)voQIISCeIoxI `IT%f&4';7 (9; ~;#Ahs*)ײoLS"K$YN0yz{).DW "[waP:@v~xкeӽ~fi45ʠI['(9j-ZR<`ϫQ3ajjpQ09LW=_+IZW <*0!r hXT?pR(@: ܮnĩ`FGzH/qoj;HwkϷɗeJ R!6NW [8}uo MhT,p|N`n?[%A7 TdU=*wT&$Iyթ6ޘ(r T&_#ޢL¸:Z$4WP~эo{DL^$n 5OCpnNU.On?K*ة?}.0`=|x夅r cF Wwqmɬ惨?;PLL;еM8P3+\af!otn ^@ ThŚߛh@oX'+721~-X5z}N#WȒ3 3,l/_ї/`C *K@fe{ȹk Z[2E*ϦCu@ 4x-KmKC<][x Uax77C*R cɡgm#nɹW2ˤ2Zq>S  STͼac:E^3ke5ތcL:kXNWSuv$/MYݛ6W#puHw 6yB֓x=oތ_GrdY6 % Ks:}qɴvӮw:>mQLR D 0ί{4 },{cFmHA47$Tٺ-Vp*r]n0 ff26d zE`oVL' ]L oz[+{2t|l!GJLj@Ci(/}"icd ~jj[ A_үPiT;α^!N?Y"C"mWj`g3s=O EKͫF9Scq_iE/@\*J|ifm"LC$G.3W9𗛴fZt,K^%epI@O5p=»9uLT[ X'0$&b&1ƙ6v zoY3H{;^1o& N7"׳<{k?/-b(L!q)4A96s,C5Ν iB1~cī^?ߍLc?'.WVV ݯ^]wꄯK=rFfB:0 $Bb6#\p%7%_0a:lM,rrlylxӿ+oWyQDNoPAsj穚)Pܙ/D{5J=E>{ۭ`דB//c41gˁN -n= (]bZpagD UeP/5Ad \=+C"Sk?5M~n&a_*ɊmsJR&]4_L$x Uob%f@|U-}h q+W=q^ݦH΁*I*Ӧ,w(ZWX듙 {S^{erIOmsy:gg*>2^Qn_[Qp>&AV:I`ÚR .oR:Gj+7OH9IM/.XG̫x{`C].6]~2} }mFl'c n_S^U %,Qlni #5E`xN:e>J`no9# Kǫj2)%nH0s[+OH'$_..]cZs]@Ǯ/dYJ\^&*L 4nN<[BBn@Y K .ُ^k7źEN ƞRTfSU>Gk#`r66thy:ŬKgBK|՟Ӕ|ÌXڮ6,`c{ V:>0-=%S=gWf2ӯ6:8K4EN96 Iav튴q L#/*OaЧ[_tC8oH^%tjOG> }W%fynĵpa?+Ƌϴo|oBfr P/HӆYO7aXW[f?+uc:~FR!Q6̨U>hP FxӭHGꦪ(mu:}L Y4eů S<+ CY6-B'vH1$Jy3`%`e>2]iR'p JY[[.Uc֧x U`YNCT/:!Cp^˵C@6ʐ)֠ZUZ~0_AdciّOx5J% 1rJ~z^riteuT'1OhE)L/Dkkkfuuv 7D -C^P<DGѭ9ϔLʹg* q#ɤn' lK͏_XvbL[""{c(K'JZtors|^aZG4m\I =OB/]`2t%8N˰YX4`dqMKpj[ Qy'Ikc ?8 Ŋ |g'잷[>\5™UD낝5DЕF!e0Rqp>"j }뾶~0oܩѱ?n5"+~g)_eAз/&/Şc p׵A9j(-6mN "*h܏Zmx]NNK 9a< Q RON]geG&\ﳸC4,QѷRgǶl79/;7-\ݑ9l!^yg}-O;jvOUwgN0NNOzJ%y1-O%Oܗ jgGjNR&=(֢ݯa߀lSʖ/2S1ܾ hX+ %(cr#hI: bE75h&#E'۸큦8[S> 5$h65B_=J[x/|s((S+pi׸O FlߣGOVA+쾗+lڀөVC<Ύ昪Y iFm09DnL%[RGA=h&mA_u;F[j;jeU^G5-vs8,]1c%fDdT78J=OLW|ꊕFbjM ~/ ΧNC*]lh3e/\%d $'p0, ";*Nȟ_zӜ|B&g U[ZK^3T)^:^_':=IcD WJC_,V˟z<ЬH8lR ;Ɣ@ÇhY @):|PUv }/ I8dԹ* ;Ƥsn3qo虥qc(ՆG*cv_eŸYbnc` 0 zۗI'm.ðͻ ~idRKxs,?74GjqAQiRqQ'ނY(` yۅm~zCP o+RZ:}bˆ,\!yOf'njJh(yT)%27>@V,jm;CXL:Qg)-Ѯ˕rax2l$,UxFEEۦt7'?xG;/bG~16W|$n0t{GKn|?+7"u| LE BGˍ]mIzX^f%y3Mz)fPmIy7VZ-ЗVTV Ѻ9/qm@OƧ>[ OM1(QXIMay^S)Ƥbch&M/ /&Gd :=8MV[700¬ZڕpY΂QPvaoybWi +U#u݉7.F+S_Z[dۙh#A0|'a'IXD;$l{[(۬9=M`pw-DxE{O>fmf/Kr^ȊgVċ{RTG ֊zwg} W \~Vʟ*M:~ijPZ>B89d-6x9(f]72ϵڿ;ąBq9|vO:f0)V[4NhxWhB8ku ٭>/y -dKfՉ_Ы_Vmqaqqs Wuv#'AY0E2Xx?^jO |QƢ\砙S6RQm!z1Ә< F} H~DM`$Ƶ!|ȻLzmj|bO=S Vl@,goA<*.\Ch=(}e"(„;7L ن.T;}u^vUW׺aD'YP]yc&= W͓1ԜdRK4S>e9akx;N MDΖ^^N[wlS]=H:y Ny&J Ð欄6^/] 25(!_2d/xHiJ负s{WH +ISl]a[gMbc~P%*yoP-6V\,1h{N+"шoB2' yh]naZ8#b!=%}rg碩/oq c> əj0"<;³noݐhZQ#L譣Nm|u+{vT ő]MR+7'{@;YU U 7x:U)I6 K+3;$:YP)M{wͺh+BI:,Ta@q́%k JdPx{ 5xmu$2{^n&/x`v5-U'Oײ%''_m: lpя|17WUmk1^q sA5Ja<$|Aq/Dπ3 ?R9rhP fG9tqїb} >qCm,3 Dؗf3M0~'-Hw)m+)K$WߙI$@- ui!FAL:TsV0@EC0urwpH^y4cGmvSȭt䘵j&^e a(&`ui$[< R8(梮s_9Ɠ6eCgwY&&9qx-o٫OzhDd*R:K=V=0v p#I~A/4GJ 'A0)O:D8-샗)QMXJwx,LEc㤜Gίٖ`iKi]0QS)ؗC̀@1N;3p .b9O6uEɞ:**=>w` F1q;4fnܧZ'6xhtҰ7OZz7Ů4 zdrNM%kH6뵱VWsׇ B)r: P̨SDA|K7_a>oMt=yGޓ,Z?Ai,ۯuVw¯r_[ h iloC+ohd0`}0u sMoim>~t˦{StÃEݻ9 I!)-oNFIYi;[o)jM"l>,!LA0M${mZ d-FDe@J#SwAVm,$L.3F]_A7"ҋD k?"QAG0h-գ—5M܅0- tnr 5RP ?ċ]l;ߜ.g>s{lm#/ lC]7:Z8 )wb&L-|l'FDX(0}qE@ Kۓe#PȂ2, 5dg'r|Q#xVr 5QY=F=p\цɷ'F6f<oMWЖ4UH2Z]y8d6n،'0?Ep>>-a2>O?LY@dHMɕ&`IԴ+߅3$5،θ)pRVI3>h dt;XkdD4w-CbC 9~ z=\{ {?`nauu%ep -pQi Ah9z0]ճZⓓa3vѨ`N;CKnO_WsW sRN?bgw6־i,Cù:chu~v#;~NjHpwwݭwygJgC;# 1קxP}DI(fuu/R7ΘtOE,߫A6[ ,PsWOc9,ov( U^3qfpGRoDG*g2{Q?NL#]dk_hWE+F}6$኏!mh`*٨2O@@vP3z>%fꥂ߿(&ar&7I~]s]xD[𫁩wVPLra<+ {^ \aj bD%Ru"$/'a5:BۀXa,S^sf"'H\)|M2p۫^i!]%U)'t8%{DThH"vԏ8_4,*gK:@S+Dy\Ju''8] ao1ֵE@Tz̤+]" k'I ؚ.s8\U/ jNJ-/dD%.j# t"YS:Mue^uC7v/;s nHu"Hٰq':EVg: /C9Z7+m&a+!(s! e5EJ՜7wB4T͒iGeE3s.o SmU٠ u_n ),5]/:U(/()VZe\iE7֝=`2ub6ǭrAʖ?UtcCrHV1JyٚՅe*}m̢(qO3FY!>GmgW㰪dZUV,1#Wꂱ̈́']q^(IsqRh@,T'}Up9HD$|'? Zdѿ#}`\ CTi1M?CP<G}:sȶ̬f?dωܞ#'v㰝M}hT^%Ű=֙aa(puE_ h6Ҵ}EÆuS4'q~$jȥs'v1筡%\;k?nhuG'&D~1jfrĪrLL1x"1ԞV =؏ Z GX`uDR\Ew_0Xn؉?B2Q]5t%]Of6yV0)"=?7!3.{`)zQ0 .z ҡ+i'\D436Ԙ\xi@rJ>Kqd̶ܡ(A%p5ɠC(@YFu5ΞҾp;OЕ85ISn/Pg+;@j`zl8`PS^^툵*SnYdE~demu|Zm]T1mے,y>N{q?wȗ˶oTЉ@s5,CJJǤg2F\7{=_V%u  v ;[<[e!CzYxMWprLY-}pXV? h9eP<&XFù\Fes=Z\9xhG27Q^hr݇Ֆ;GN';OOq[/.Ea#?8L6D EL#ηqݴ"([2b;ݮ1 p TNDը0ekT,qB hrC*0?i}K[G(bZIGks^hI:AdZLrО[ޭc.=VۙV+bM=Ӗ5p,^;b4X2VtG2t0}`gIpUtQhSc3Ie.5L<EJ". VeBᾲ^B^_R7murH%z2V}w~fLˇ*Vy#w (yqꅊbtY5JP\B&.q3凉U vC1{+BܢU^$W?݁2͇z}#GHΈ#%J_ku6C(244!T2ԨDyx73%=)Kӻ5)"Iǒ;$`U/~ƤUޅ#;B$,- Ub."9&Gdh?Jš9oY9vΑRj%Ý^8Hb}'tO6B3?HL^..lF],^3IO8<"% 'F?[3c|R|,sX=Cnt2b>jH!֑/u{x-v8}9Xn{#<}kb7nJF`|l}$ΉlrR-{셢"Io|2l˲¢2!EDcP)yy#CD?rQ6jR\IzзFVG>pjW3'ܝ]n:>N͉ė0VNlͧ^>sWA0ZA}r 2 n̶$ԉlŊ Q_ϱ7^k5uc2wD|E*g +< %:5<﹚^&+Ճ*NvZ&0%Q6_ړ?t&SGC/ Ge.'YVvXq gY;vYεZ a]3N$gt 15l/a?}!,䱡?0RQTUٻd40P "NTtlB91M ^vQ*3w zGir" :ۖ;RҙjEv Mez.oןgߧm.sk̻ON̔$dHLc(3K>wO ePd ܕ!{VtFi)٩6804 HDJE[e@#!xo/ja:$h1bW%=/UPItٱJ5K,ϦӶciIN_UgCA.#T4xن[]0EuC eiӡ\:ĭf8[4E՚t=X髯k.Lɣ"g<`NǶRۦQ_;>cj x]yzD9>r#|װCZZo9R+@C*jv)kQm뾛i\CՀ&!է-9ԧLvCE3`i.s^V#2?[!['phkxd1׀jMEI E_Qz L2ođR$+~}zc+ivs:xdY4{rF< Lym mPxBZlu]%p!3&֝j Jf :,rc|U>yBD4t,?#C}p.ZنO38rUJ.=qn D"|ז m!>+b4VQ3 h3 6D]r&["Ud`Lgtzen<}eǩ 5t5 AdzuR.P+S(-{|gubL@Fފ)doV}v'w#uۓZ6jU$-?X=yYPrWq9Dz' kҡIh7&G@ BnkM/G7l$0nޅ.qYc`zBGrk8:ϏIf܇I @ ʣUcS 1 XFL;FfxUL{NbJGf1p@)hphW!赽[?IAѦHB/(>;LLi˱11:&ܦtcONiS0BQ߆fSq3p7Z"~BlPjpK!q8A,ڐa^O^S_جU&8@?vC~IgJhqI)V\SEd4.S?G(J.ѤXH:D`u\dk"w:qړy0uGyO2neS돥l -j}(~ie`XXv*#@G d(TuTWo ]"xՊlϫˋ<_2y+hVR+ DE5[ $coCJN)rB@.KM\"7tD(M6R1l y |<"cKO "e E7]Tزh Dܤ{d0"!p Td > H!cŧUe 6ʢ5!-O1ޏkGPDhOoIn~?zWpǽF H9uuٕy'ebǵrwakqK|2[hϟ5"Uab قݠ1f@/5&$dwQ*Ŝ1D L)ߛJ/'m !"M|K\eC;M_K=ZyUzvfs4݈Ι”&ySxRMøM;*/xb+I邙O(ɔ ݰo[D.5 #bI*M,y)v!Tn@ps}`C~`4DfTޠ}[P|C]@G$8; ga#R]Y])iH'{ |tb"ɳ!7E1##:^hJ;",As p}Cabx`;l0 K\ |ѶD.qi6~g.;UyJUG8x>|Ե+6lfK\Μ9 )S9麿%b +uRNN\\x=3e}]2˹s=n/^{wQuE ":*ӃefWkB ZcjaP'ԯ)!Ѕu T3i3l0ii?CB} 岹} ZGu4;3 'l+OMgJe3eeH oJZ1IǬ|Ts_V2*g>EQ:NR)˟#+uT&^sъ_n3uTq XPs %h.=c@ ؽXDDR:v5\KnK7qr:bRn`O|/s+ R(hnA+Madum e1҃M0{+.Lq{Ti.Vb?fzS⭶ k;K1wJ/rKo\]tp\my7Tzn( L%pd`olF{@kr)M7Kr0zR0VٟNb?J #@x x=#5WPfߓ{eCNu*`GdBgKySL㼷euȍ}=wbqеqn ^aEy7܎Dq`Aq?_r:әjK1z|CN"p{:7Mֽgrxvian G,,4#ۤl{M`)aRVVNfa4*/[X|/fawව ?GHX!kxHMrch~3XD,3$*sGO9P2Tk =mZ j9(c~Q%EiQgEZ3' <~-}C>4ۂIW&<La-qcx U'DgLqD9/6UM&ӀA8i=BPTsNjdHx7~AoS˨['N^c4:\U3`zWQopG|(bC5gFY 3vYlKm)#q?K5" 8͠H㫄?kK}SS01aƭOV3jvITD X8! Jiϔ !edu&3XR5<.+Qh=>z*_J erǚ<SoSS1#g>~/9~v^L ^2 _?:ENEOJtoϘ:FhkJ/ݒET 'Avag2#.EK7)'0k9tW&tiX(:X8G2%EI?[2?ӎ?-?T :Ȇд>H@3a8`˟)A~A(F>>Ul[ 2Q W}q vy!H 槭3ʯ˞EWzm^I f hhl?$:È$87/J΍tczȌb?.=:PT8NZ x)W¹Ιwz@7o^}&CN;$Y;S  cb@4•mD*oɿJTtxG5/ɼG9(fPjc_m !DP;-,*Q@/ʈ#U =D2@M-8(Bb B` t1Zlܚg"uڕZ)P^55kx/r~+BQx Cxl3?['ʂi|=Ǚ)uac OOoqddxsaE0q|pS 3"tUU$1k\C;5h&@v5di=}{wthf:,OWrF':C0 r7 d 40;VY̡+riwƪzt{&/{ _+W}=-G+1ⷽW* o,/ ׏#@"Ab!"3N$ƬsHMU`j;=bY<9鶵NT{g@K&LoT]jh]3eONkl mj>'Fn&z_HE "fӕ?[7vnlNBX@妯ur]B Kܨ D-B$`ը%aף/jR)&C5^+kERޡӥS poN|j׽õa"F P:3©/z*:Pm^JQ"үODݟfib>5k6YsN.5lU7 eS@ӵ GNHukBy*COQk 3_3,@,ޯ'F*VztDrAY+Mv`&$")DBXB"FsF..:4aU8ŧZͷ.j[*Z HtEӿ ;PKV3SwBRGGЭCD`x,mU}aN6K:G7Uig~Si'QW4b eiX)٪9hM-5ZNEͅbf&`"zeQ"0Q=Z޶yn2@r2QP#9 Z TEU5ӂtB!e{s6 ȇ~*8ffDHXhV"!7?'^뢅uW@m,dִڪ.*PX7u)0T@*kvYP)fwsEs(bxEO^tt2)*JĈ9DB+\ca,fJѓTRmtReekJB/.$jILYpȹkB3n08a;[@j x>~Ǹ rom] R#[K faBHPS + P]1|}fh*bfʕRES02Z F[Z&ᾞ|C4 _OFs*5z#Z]v:H?J^m_u |oW+ocjG/ٯʪ-N|WWhWa/kK;A>6ݵioSY;X^%/1tC#R+;2U*tV[w3Ε4e*"Km#!~5A7mE"#CazMK>ViڗNNyF_k*uӷ1сB׊)Vf<;Ƨ|? v|Fg}ASdqMJtބzE7-7uT\NKl4BtVc3T6Wuޅyk,kH8pQt[% 2=?^T5f6ά趁E-?i..NAEC?$ǀ֒ǃ+i {ty^U< TДej(VRhhEPSRlʄ 0# Jk;^z)GvUٗ/| ~9*xN"ZdŮUf{U % /~ߓT>V`}@U^;]=_k?)qqݧMN|A*fH%RlBZňAEKptRa8|J@T̔RHSl=mRd(q/a,́x&xl+1XOe 7,j| ᕑn|(E+C?+y=I,x:,ڞւΞRWfƘ|c?mK GȌQ„f◢ԨxW{yymr<&XV@Ɛԣ&u?7 p, <*ߑXudC:XkD!UM3Nnh3OmԀkjDB=$PXz̘`,6!&sb%:122@5")·im~vh=-i9 >F{ypHxXLN9l6eB-A0Q2/67MP߁O6߸Ss7Šyv(Ɓ:"dBрqQxE==[w fC]9t+0> E&P=Wc/l0:(Ϊ ōnjT29(n4\|q@UU6hC` Ҳ5x|D<]Ti![:hh́6O7TmI-椡9F[(>4㨈x5杵hdi=sg4ˣZ>f}LL^{‹6&XIxYMo &3 P h֚i]D55mPgA&nmY jd=BjLjxg%M8zV?eLP֜w{r'&R? ΄Ԕaʇgs1@(6iP)F:G @p^#|7 M;Guv.bNg}<=."> =YHVl YYFH̢x dj߰C*x*]QNXk) ems}}V*x 29z3I%^ZMP4 Js2'KD@ 'k<8 $^(n,QuH3Ãc” 4nqWy1,ޙ(|֟ך3HQߦzax\Cԁ}ƒ#$!0`FE 96 2SXklkAYNcGЪޡڃMvqZPMd ldȜΎš*;/{G8@!Fmpwq~!Z8ֆvgڗ^&4eQ?hC>zd͊ŋ:9k۝{S>Be|ulמwHk5U6&8?s.lOan:$L7'JXgڭeM裢`TKNI/z<3C$H R/vT{ޱǒS?~dB{3" C p/VQ>n}gQzEemINXb4dϓ=[Cu7uUZrߥHca0:/tseu *\w(=Ҫ  T[rΩb#e yѸm_V傽J;Ͽ*\ہ(nb:oj8Y+rNuݼu|,=~|; Bw^sW9e<Őx֡ :\SAG;ĕaX2p= gAV^q`F(Uc&ñ݄ 6LY; >LMT-k} g33Gq)~W az{d(/{2Р pdỲHܢa5kro3 W688807oCMAVT 24"r(u $(eR 1z{IDTt-J\=O^G("(:u^7Pi"ƤOGZ@lboz|y禜Q=)؋YWe8#+:Ofn/SnQV`/`G$6gf2^@&E,|:8G6w3_~ri+gQ!*R˕|7owi؅'i;Lhuɴ2~CcŞX(@uY86n~7QN||MŨލy ,*/!VݺHRТ.MIR@QNaL,O$Ȃ>LXG'I|uk&BCpɷ:jK]g EWa 3'spo/` A٩**'u{pIYQ5UB Aܸ]k0UIVUi^^ -9 CnBNFOԼq/U]T d @GG*.b":W«ݴD4'֡.M/Dш9%U웹j!Iʇ*v ^}4^׺RIT +k W7ԁak rv%T Bn2C^99b;r"?R_J+hBR4j\ZՅMu[ ֿaJ]lq{¨,JY=J$b!<.78@I%kEGuP"Fx[Y/bB鈚 ֕Que )҃$`P_ITNu$ѓ)LX\I;ޖ.٨_ H)"_whb`!B[#D\@͓yP8jM R-UME҈)tAAKȪ2BUUMvڀ|T.$FhzJB#b]wـG<9曝˯q@PGӝ(r*"@L`#žsg^!&LFtH(0.Go@xTB+TڎlJh\xGIJ"c0%, A5V]ۊgZs-;u(?+ʢڻ;=P8T'%KӞNmDd~3hHho֑/:Y<_5~O\VC JխچSr7OSekڿE,Vc2x - -bHek˔@*ʼpW`iP$)֮S-DQS֮G(4ƹͭE^%RχU?߆];d4ϖG, 8~ k7 `Ys)ϭUY } uUP}M0\w^~.#wg8C>ȂjF°O'?? kvS ө2{/C771ߺR&cUFxB5'?+ ߪ]ǐă\0C8oYPJFȝvaB iE+&:uPx8әNs.`v"RlKs@Ґ_Cvȴ^!ih*˪CJNtXW6+(CwFS/:%O*'5c (d [ >9F"&m]lXphe*̚t]U۬ok!%>ʈD%~肈$(K):f z?D&]k֍vM{3uJU0E;"ϺMXQ^6 Sd*@ ni?8/a `u{vzc]AR\T t:.* [ر*(`,يj?հ8P>%==J@fU t-'mMby 9'D~ / gb|a!矂lǀ34k㙣@E5O>"5d"ڵ]ꦈa\kn#G\cFw,E28PMA@N#X .OŧN|MihKs\^`*'/[O{L5xrd0&Ro@L>ljsX~7??ABƘCNDX#&sFºogTާJ ~h8,TV '+ K*Q@~L G%[ɇY1s̩ T.8}~\= ݒu7q9\kd1T,ӹ8ocFi҈SAe]>_G?-b QpXolM[XmPjb _nCҼ[⢄5s9=*"Q.%F-(ke,v@8;xkI35UAeGMܣ>1Niw/OmUK:ۏ>B"瞶J3⩧E"0knjJD%F?bXq]>6ZV)>]w.|ÅpH(!U ̅027LjBi3~h"ů8OM=w "2ol'7F;JQ{UP#CW m_que@C۩v黢(:z:I2Je`z~xәT,_߃1רGR}D+nzǰ0apvBu À<.?E߿[?4 F"g *gԲ9Cy&8&h5\7mᡥ/9BOI@%2@B~{ _@:RH"S2 { aWV)i"&P(@)K(T A;>UxAKtܞ$;ROȪHSɀBNZ_.;tJ̵j`P}Y P7-^'5>%@!HCcS:3'q\Ծ #|[dL6~=g;ԆDž?Bن^E}$eo <87o+_dҊ;6ԀJ@jc¼ MI AL$̓3IwD H@U)!<!L1BR * qRlhAG7˜⨮躔sCWq.\1/W01TۋEӎ&5ҫb*T ccZmNǷ}fl]Az@ˆG,`(_,K Ws%3{\7Zk1mWAf!=z>23:0DMU=Dܛdv)X֩h$C %( i'*Ip!&l Y9JZuLda(ʝDmyOUʓfa g;judzG_lqz 'G  P@LJ霈Ro.Rht1&í)E48tR|iAzI"€ DFJщ$ФYh3HZRo夭T©7妧PerR@=0Gc^rG cMtGםB*'H)BټS%E|`=.T?=$ ;q>W=;Hɞ*[eH\ƭy1}C  "B>'Nq3恤~.ܮ@nd$G3yZ]ushRoZBʂ7f5;ŃIl"7cw5Z-/ g':d.ܝ}t;njK4tRLae N!&髂 Ht/mIH8L5ISe6@[lLlǚauJL:}wI{S*VVP$8vE DoCd(.d+.p-ƺrd2F%֞^}>+GvS:ߥtzbu>ԥ;324,H)6J\j_*0P|[eH͎![x}Hx˖ȿٷD0CKVtod4FV4>yOE d&sF|M<OҪUy?1 ƹؠyğNҪt3&}/TT$OWɿ|S<"{m=B>l^Cke`1nHʉ] N K>Ty Zي* ci=o%~yF;BnpǢ|#,ͨ-K_hxwyvNSs{;'%^wN=D~p _gܯC {]N Xc *:cQ[=dRlߐz~2ݧFoUdp=90c5>Јyo}tw7|fvs?BN7Y-OGTSBfW*CޝI)ʤiv;"*P8 -"'9פ3gǹeHm2G2V#ʸUR垏au&xLEI3I$Po~]] zL]w%:gk XJKtLIsM3$U5rۀ``P2fOF9աbc9Ѳ;=={3^ECZ ”Pm9ؚq<_D2 87pd41AB Qjsve:Հ*n3 5ҏ!srDׁC# s}鋍ilw{W 81Qy͇:1#ܔ)2Sue 2="ۤ٭A/w[b)!hzCϫ qIH٥4pT HahN[ܱ}x6D?h@9@@|b*_Zj gam(<9.ok7:Sjm(B? ϝ]^}QH{8> XPn{@1 4hbgG4| tgf5d%N^TTTrn\*;<3zM+z(~dGR($ lhhF|I]c~/ˠQ,DDmM`;΍l벫H9ZJ xqL,"_Âh}`"] "֘d@IY-}e ;Ϟ$~7MKO|7* ˺Fy}YeȆOe}~Fx #@s.[0zox?ɠզRT_OZSzTg(0ڑ5v  H`D2 2# 2`a^ݱ0f)&Eajl99F$em10gݭjh\]-g60'Jbbn;d混xaT:M][tbX5T$ȯSbIL;BUG:Ϳ*zqAj IG֫?) ?e>,DsZEaOcPkbر*PK J=qtx o7q$*U$X*P)DA@kPᅨ5z:/uZD +9('YNH+|]~W<||ҡ]& Ә5Fpi&7nJp[JoBOiŰ썡~KHHLØP D-ARҶL G U zH|[y^.0Qq^2S ?kK?rۧѾe '/bTj91eˆЁCN|YKC6P sB;9~azr}eg.] $޾+vet/wBy3$_1,Nܾ̎*6t%Ӗzf@U 1;mwy-і̹P׵r{}yz 9PѢ{S9|(i87*'>-R7+'r:.Z2no_-Za4cwC;vEyY6>LVѮ bNΦ~T"W;ӛs{Gߵb?J3h n%7qc-e TesMʝ6?y'g9 ;n,C 78 zlLA1h6GA! !PA>9oL1xVsU 5^] 0D5@僼jyOgN/_H~ SoO5L$W~V߰~og@!_WAlba7c彍z⥪ _x>k J]Գ !yM8T/e%Mi54AkSL:aVMY[(9h[X.Y̘Vz.r{sԺe{oI"P)VXϝUCu"dt+8TQ>DZ Pf՝g}5h i kvw8C.{D5t5]`ËY0"t/+8 00"-⿘*ʾb5`53ل }DӬZ}sԄ0>)_SL%O/dlkjt/qQ?(TE# l>dD <)dŖ,N@a)7GJTf L6lwR|X!X""! 5%i=RԫS4eP=k. G̥;%t D l@ #HX)1\e 6Lmlf*FVeeABIfUt3] ʿ0䨤2q*jGI}e'{aނs-onT,!9Es}OÄIo2a8P4EAF6Ta*PvVt-:!2O {/#dc) wkԓڃ9@>Z‡@t{y]uAN=rpD}Qm[U$UE(-ED7vT$bTE=RԿ0L!=_B&RXH=+tKKRYC,TB"PDT-*#i7ח l2bA\j7xH A]?څ/cHiEĜs`4v7eLqH*s deD.V=󰬡0q]pT1koUI4z_/׮r*dI/ k v:2-~ST\ (ʢa@TQ0"1l_a+B ҭDɮ0]~j`i P†E!AQԠ)d N,4ApV 0蛚VKC=VA ߂Mc.,Sʦǩ0cemJ]d4fH0;4F需t^dW4hxjdʄf.e43a0kTW<\4ZZiݽ{[1_98,De?/9fTYYa]W"ҳg|>e&ފ37yQ4{ MulCuXkx7|NBߩwr%-Sv<* p7mdh^t]3s*WcƙCp0c:tL-׺246 BFpD%\~h2vyw9աFd qB@$4㗓S@a>$,g2FF6$gMKiKo<"/y"Y='CF(\?Z b*8-khr]f 8"EN8R-LbgMt3*.|Eh*ke> pE@ K7QXwVmŇ}]ȹかx r\t2pM9YᧈO4i kU*,R5.tl~܎ɞeHHt$a<^6*QJȡpdQHV1U" N}<~ K=>/)#'182 ,)XI IER,*$IEP,BEa,  BD^TE@تX@4ӤLvꈬH R0Ǫ᧚mU's/qɱl@n͏e*InEL$JZS|{STLT4 g!;M y_#Vԟ/ϑ 1!lF!ÕRE=jk 0+%d@^-vS?cKAJj靖pb -$찦`6p(b9c̮32jŻ]^ z.m/:1 F*Э#Ad>iu%D|=j0H7Uf5)ׇ/nVhK:7FBAa[?@phɵ`^6 *jU?ٝYkN^oVߛ/`C2!)x*0r4Y at~8. "e2""] k&Y,PC1<(]Jb}N%Wwh}թ/ܙhB-N`WP{l,$)!o6{/KdR_FU"ud؂t9)UM>vk<ƄXfw"/&Yd B(,ӗss֑[-jf1t۽2)}\f*qKx6nSKs -ÇJgN`s"ecēb:[A_0~&%cyN&1?-F'$ɮjAZ~˷777X}/,\s3xS!]\CgOeK׎2Kni.^>ep=iqԎ~äLLP-K) Co tsAu|{ #aEsW1T%u4|IH&P\ DAyvt/<h|??;4/3í1Ivw yg]ڲ8%3-<ٙS!虨bɢcIV[4 2`0!B9(Qb' )@mAOP:7om֋‚P9xAS$V]2@)X*ek.Zc/̛_Jx[Y MQ >%‚'q!tT<1Q6#$CTt*uzc:ĊŁ ZA8CKSf#LT$숕Dr0K H_|sH)SAS"~I9˸Vaڱϲ1k#H&O*V&O7|t.>C_Ϳf2~XYv0rDc)cbU 1N6f] Ɠ\+_%EDeq9VؠI+Rؚ)/Q tʬ%w"&97TЉE^3DUv H{6Qg5KQ2`BSؼ͞Z8n{9`əOY§lzc,EXeUG${;$?1^Ho}.g2ۧw8Qxi`7ت5Ԝ2GS UI]bVKX98+"SoTޭ4w5Vj1XDF~+gr|YKӚyAfD5-*ܾxcjT4A7?zNuWڻ7nY/73y(k>llVmoveu3->U]bA eyC1\aǖEp.5AX6 @XGoӐ_ ^fWO8nq|}]G/Z:RfdV6ab6BF-a8Ȧ_ Ep*Lr|Q`*ImNeoܰuݪ>:}b;xP`2G g)c{MR9VG:<.õ;n量|Pu ))w1OHaE>+k`SɀĊb!CjGb@Ph(-:,D_UN Z_/ 7k[}o`"Ȫ XTςPY AHA?#_?jͦEH}'<(vBC(X!"HE H2B, S %3&X EAAI )DaY dI$RAHHy(L>|P7S#a!&HȰ R(,$P)> S5Q5mVwY3HD#"3hsU 䆇gB X?Aӆ5$ŸgS:%uؤަE!D!C=ʟyo{O&#^ "'m1Sȿ Fyk@H(CS>>OR&L%H $emYjr}9 P[D"j&X&5@RH(YhR0\ģ {0rg)IɫC&ÔUX2#p-;}S "|e5[-7'o;'m|V#96R˕g;fҰ[ U",) /YiTrΟ6:>皳0948ϋ t4pWۣuNe_*[Kd$"Մ~ZzT.u* >b;%9&y2 9X^^"R/rr\!ۺY]b+2H=M5MFE6=M<X32a]D0@ t4zk1K5DtQ{ i'ڮ$?_y(_} &  ">QT>@7QL /Ie%ӈBsf0d0o?&k'j>~#+ Dj<#? 6Q<(-6r &(~'B*D 9 /)G`l@-"׊4gL` "B,&rrP]ܜjԥśR-r]-D67×d"(Mo=NhWr#3Wf{~gģ-M6^􅊷Nh<ΕJb+ <cTfEtJk#zs38_o8Y2'_/&s]3* !$@:8g{&+e]PGd5ԛel߫ǃyTXzyT^>vh%ŪqB<\au4k8«J񭇄 P*`Q#J<ξAY fU6k*6cORN w'>VzՇ!* (t r{>h]g8V8B3'Ѵj85yUC^ѣ (bjl| bfN wXtqe8kuFYu[8@AT"*TDG=%g6ss^pY|-}GԸ1vO&+ C%H  09jy H[2Y$F),DPETH,j`).,bަLớ3_6LyXST΍fjE*"$/WOWgw JJ%I?tJK\Ɗ9fzXcb_:9jگ|3)[66Aۙ2$Ν-]D̋ϑYT&an `s2qPqRFÉquW ($N)[yQtVA&ũd ?O:QHAETR|9= DUgBIW"MNAfIL@H% aE$PPQEB# RAg`VjfWe`3.Y '`Anl8t8zJy/@ ͕mm9dfvUag2Kt0x-M.'X7e0{og yL*9cSL њxyv8ts$A v"ljx;$*<*:fj͓Ő ELdƕavӉ{9´0n:OF@^r6u*c?}⡷s{"/u5{|9jXs>JX磜4{{WN~RaID&,F"*(0/.|\}4@!Y!l!- S ,$Q" QTEH "V1A@2Xj%8Gˋϴ]~vc8a퟇ZϷv+yg+sLRPPR*Nq#' ] ʳFlxdZC O겍/Yga.*zy5c!k4b"M 42zVW>Gx[3HWO2F,~{N࣭#)(b֛6e>۫*c 쩰<3ي*DB@!${oȢ` !ҋ6 .[Mx 'F QH%T59-u@fhD@G6"d'"@2ZI= zLl%ZBy轮L l|?s@Հ*zc/1+(ʌo6zE>=kHDE^+o O~'} &`;2i#[Z9@h(άuQT;+uSۨ\}(]P轠}6%`4?}T@fŸ,' R u [3@Y:zS:?{|'h(|わW@'7VšD;c@b&"Z͜e[t=YZ (lezq9ު~?cxs'-@ZRR!$6 ,9DrMK*94tkΝ=<;Ud5煉J,oUbGEjƩJe*s DgPWgņ_X}a,U|}$χ`YjXN EnF~VW+?CB*Mh1zrFu(3 |DwIfUT.ڦ+w0XŔ |vM 9q{e}j+OL=H/!"#g*3tCquLƒ6fx9>h?* " FPX#0pɵ 6\Y}p濔L=ȰSbn5H>:YvG5b㔏yQ{tӹZ/ʍCA<-~)n/6KtJ(; zVölȁY9aj΋C@h":H[*Tq moQB޳1{2 8E7l+O'׉ܐ6H Ȉ.]@9"0̄!Gu6GnӑĞ"A>C@8LA -w6`D> OfP`8 N]5n>l?kLyEр:ȨuDu)EE3"O务P9kA^riS @J}:ڸwj>21y)þx2#=!O1hJY̢! R=3n}r9Kfcrz?A5ZX_BbX@e|OO(mOa1aB}jwfvh=ݑ1hT:-VTϙ]p+-[}κl'0V؏!*'c ^#xr!wgZ};.dT3mR)VOCvyeP6Q kMknBf^S "~3}QӴ |1}  Uѐxp˞ۺ0gۿ@'MLYZrr.TQ1%Rx}/H"U4>P<)4%ho2eӁԸI4GPal*V3wpcwzHh5zrV9%(̜Z-i#N.wE7(iX5/R $||?1xY_wsOuׄY, MPbP1.;o+ A_26UN}w@%1<7X[EDa=o's<$gֳ#|Gm؟KK:4na4A}P"8B]U| GယFeOo_}㜁M~3t7nXUy<o%vW"* as eOJ(01"Q1Q* g!j! /w"N Z^5רUcNL5i Mu24ᒽ 93;_aZ Ufft޷G^5(M^ӬIKLFohH"Co.(՘#o}zw; vT/-I(Dd}9Ȓ+I!3FߺCJ3rHwƚ+.ϟ~n?aȐHBB [l~{{X n|] iA=2ä`ܡ peTl7Ǘa?L_ݯNO"b* au>;C).\-ܾc3YBZh Lm8}\xQ08%Ny{Kf&,=m9hVn{v\e^v۝)SLJR|=u/tAJzBh4ёij=JH@B*$/VO^EI\\i+ URd}˯5)3?2"3itE ??5$kW /VrR !i6"P"ŭjph}mzI<+xD @~gAϽ\$?rߜ/-&ɐ)nFaUvhҜm+X|ڳםcLݖphL躈BB1L qk^7n4Uw>W\Q>6zHf f]*g"9Sz!z]`X"˷Zs"4lXĠd;?VXX eᛶV(q{aa! YuhUX{8͢%iϚ2i=Nk42_c4֦=[(BF)蜧*f—fՊRQfx`I꼛&^}*vоꔢˮ6iy{/</, 8I0};C+[>ЀykVe.\=z*|T1CKR+nň+_$@֊%&wQb *}(C =Py}P$9kG?tao&onϟNϙ14y g(F a C偏2޲{%!A0xAHIq!e҄XL! prC.GZwRg#=}Y.]E#,ָ` =mzϿEɝ ύHB&\e$hLSQ(sh;0R*)LyַD1586T*= *n;nlo6UB`'s rEp|'\I)6$@1_| '&<ȱl6Y6aO,^:+Gh>|op]Fc'6S  r R$wf DSѠ6ARmj1rFB1 ?i'HZK_RI237e*J58{.ҝεZhs+"j :J(Bik&+(|#-՛ˆ"Xݧ^cnUi/ B32hi~}UA*JD8vR]jg^@IX! BL+S}NZZZb';1`.h#h y41 3EdNDWF >NSSg[}sݫL ""$ "@a<& A Q"0b"R$!By^{/ɽkvxy^=bl*B( ("$ 0)!d"2(B# Hȃ $DF@DA #$"H""D@D$Df~ ꀤfsl O2lN)ײRA-x*X$ 1JV%miwz)5k5cC{ރlܦFΟ,)B̥r?+;^]^포nL*"Nv<_3]/r.Zi2Ev3  Is9hdvGU*5xP^8r4`t: ǫpf#b)XZ7AeQP=S}l?܇DkJ9=YcA&T|K+GG jdpvOndYT~;V.Ѿ{|+ѿ7{vH(t]0$QxIgzYȩ}gRdG('E7TԃPNb(,"L) S8kǭէLsYa|Rp`R#rACwgGpsW\ⲥԤF8d1-]WSmQH~/G,b"F1 ?E9[.ٺ_tޠ@S_S dT`"AH(** Dg, Z)O\YH'E[ (k(-7fJJXSZ`@P4绹IVZIG,¶ H-c 0:)fl!禦bFXX=Wtp=}UUWJbbSVK5Mξ j2ФJ\uc krs-V2ΦZ(c8'}UbR (ۂ%‘|JHC.~h଎JG5+]]_` *QI)4&>紇b츈"ٸ 6㦞Y540!ia[1@!#<1?JWpJ3w#N}& %Z, m?S!*0E "NOTZƔ^,}뜖v_iz}KFTy|K\SYdbj}#y O:ZNx*Z_u5mG~ xP3+ Wf[ a垅C>bh}ȋ0&DęUS t@fO¡#޾Z` !3=wn >])p2lQ99}g`8gsxe(aͮGeTFnO{q?`m׫7,#/ƔG6dFohS5ZلCy| >Tӊj 焂 &GGm8e "Ķf9Bd?Ci\z+\= D;B*Ak]w)Yo5ڻb)w:cw y#ABȊGh$JB\5,͒yXwzyfjL*hDi z+N+NHb-|:4mҍd>L {/Oh>As՟ŨWUT5]_eѳKRJ$Fi__s1M,(=G᮲+ʲjreK#95X Nه=_]fdb@=Nadrioh_RgQ`܅ ӉWmZVGOeٞ7L);mk~qr`cA+hh~em9D?wmJ젆TCSnx'on3/\_TF(t1n]N )c=ٮYTE2H >@qeۄo _r*" [C~^Dv v@{Eg+[lT'䑉jEDzn;H6H cŏͤYSI~}.v>ޝ0=B>>{0.IΠs˛t(^`Q$]+|(L9UL cUyyFo'v'Tиn(fg>z. =Q"'0wPldOK;BD9v'p @O#7?}lgo5z.uu׈FJ)e%~=ٽGQ^7[3t@cfpKPQU:cemBF/sB֙oF7PbϑҢϴykcUM#RQ $ uvRҢb̦3?ݕeͦ2@aLJvs&iPC3\:*FA7 NCuVYY8i* Ij,\pɄ qX ^|zÐG\ɤ`&bnǎwwuax_Qv~m ȋ^CM\0tg<G2ښ̇@ c34N#$%\Lv˹7Yw"B^J\.`̫}^ȣdBCbTO>m| hDԀQѴKoCu$s >wSEsuc: u a_`6&NNe%rN PM 2Å,Zp4r|p1(=`X,ޙc;Aɡ\7lD)G 90A hBr(_uxrD5}K6.ЈI|#R .!h#^dk=1.U@i𨆬w[*ِVXWKa1LYVI93yتkFDaa{O/]\+E2>;~֑0P@ H [j*;d{/}pkR!`rX  !DDb"O}774vwZ:}B¯wt6f22.( }Rsg P}s ɏr!|fH2 }[]:isNfx/h_Ί-wE:3Z7ʑeL !=PTFP > BQt1Q|QSxH@4h.wCv kuA| $f%!L BA2Û2bwAE (dE̎tS; We.QJeЎK*Qrt:1aK`:2{N/i23$(={qPERѝB9#}dbΛڠ^1β䙜~M?m@LOSQsQӤlÙ7pQ Q%Z :w~ (9%P[amb1<^lEw]j'Pҥyv6Q⨯`c{Ҍn(EC 7VMCzyxNy`pt@*C gu^d?!N7-Y_3H?oܜ.>?D{E&cе~rzXb\pBue)@I_DŽm|`@}hBH<Pg@!Df1^>BPѣd7bhg0!QʦB4!Q֓4ya7YD)-0fgk>+L Wȥ| 2FRk׭-%PO l䛫߭[mdςgsXCx`,?ZŶmЊ:*#=] \y`n^.5\JDFAb Mmu֫rp7xn~קcs{BSObГ(k%eܐ+Vl5_4祭 qVF{xTNW^Pxi&xunE/3p?zmT ZJSrk}o]MW9zF݀*q&7O5>jaM }lV鐽2`.O>ZS"48/7WSPtmkD;;}⼿TO58X]282ܱhh^E9X~яU}V`+T!1)g l"4Ԡl f1x\yf?L'"5 =_%xTAIM6ߎ_:*S Er\{@C%4U&ofFt3ޢ<@Dl 2EK< 00͘'w{Uܸ ;:E'o``!1)BH Ç6K{!L). Vx OLce b 1NnV}JkZ=e'>;3-s[j STA>>[AB() ,((H/dy*"A*,b(@"P " 1b$V+#V QUUF `c&bF,bF"0X*QQ(1X*H",X FF$UEQEȩJEUETPbQEbA(HEUPQR,_KQ$AbdV0X"FDEXQ",QTb dY?{|{6ͪQQR>))~e,Y"*2"#"1cAbȱE _TPc$QV(""Ȍ6D "("X?X"ŊV(( `i* lc+,D0PSС7S"1VA",Q"$HPX"# XbXEPA*EPF "* *U E@X,+H(UTF $DȤUR ) EV BE!DB,!d@XFI =D8d')@Rԅ"Ȳ(P"Pb@c_} \-/) :V2}b w]VK3&cJ=3bDؼB/?y`+1ERb,bDdA*F(DV+UUAQQcQQDQUE"QDQTV,AEc,("(b1 QEX,E DEAQ "TX0HU"*0b+Eb"1DUTVDTUDT*0QUEEF(XEdTUX"$VE2(("(* UF  `(Q XPTDQ"(0D?SѬ(Qb* !!B -j^o|R7>s;?kt[ȠD'eA8׷Pw78fOρHSm֣b 1ԣCCw>km_] =ͭÚ)A-W'eģW;-lS=-q >%,`0`kIdd$v̸eYLDu<)Z4&'@Ag%)öu,tWEF| 2~S- -![!:yF1f:~Զ;i@7Pc'iV+L&^&u01DbhJ0_?*UONH a4! dTUQ^v{^s^x)" '{*$x1FUAhP34)wg%_+<7"9Ա銟/+>yrEBkㅛ#q#'$ A!f+F7g٣_ ܑ0QV}E(cTPbUDDEb1bP 1cF,`***F(, A E?ϥMPHhÐfc֕ ,3GIk n!<D2ifqZmVD#xSUibj3BqsPrN,0IT7qXS%;陚PJf\,Ktn]Դ^R^^N9 2 9t4}iL MmҒ4/段Qcc_>2eD?2$E.Վl^Ԣ*"Qhȡ@#^foO߿a>g^|-̆Q[Wj_s0"]Fu]d3%Э}^;,F2kX5 kB]goa3[m%{۲ˣk8|Ǐ* Ln}ixֿjUJB{/?\oL:<03_,N9n2ȓ{yN)3і(% UQ`(`#`G&#sD5:~X9ZXDK(Ӳ?q,V#z=S,t2q"8!=MkM unb! m ͠61A:D9+`zm1y&p)B;1 %N4HvҶT`Mk"{yfp5◚3g ; +bE3D8 P.YfjK Wb1b25>5 \E7 ;Te~9ȱFro;/`|tms<] m4T*XUǣ;8?t}"))NdBb7aΆK5;ϸ ~[aY 3WlJ=(Dand@x2c.1;dvsMX".5VMJO@}G`OM˶K{gDXw§Q&j TD+#_!n?1Z&X w/-Tq&y.Zb[6NH KS/vmb'a(t)ϝ&L3 $  B\]eAhf3ՌkD$9Dس.?H |ŏKE;;G`#gy 8kxs}~&BqdJWr. n+j||Jd^'f 'TD0| _#sQ_N{›j̊G*R#H]?K*@dwά/DQMgCk>r8%dM0(HϛpGjyuv;W6ATV*Q,0`oX>b];Փnm3U^ߖ,peoo R`L uK`6r0: {5^l@JF"q iҴ0rbfa̫hh(ҡe(r sQKPFȈ_6ߖt.zAB\Bs k{/C+_l3> 7AAA&ѥuʳ0ϳ)G41ap;h&7[;1DtrړD_jGZW1b|wXvo EHY E2[b=lk}(LPn khܚB:§jz+޻y$٠Ոt6(рʬIMi6Dc 8y2|H(#6j }wRXD$,)4jpf̂A̝ǽg7T_aLtJ.K߮, hog[˛k᧯kX5Q2gn*Yv>w_AcETXEU $R,T`آJ"(# AQDQb`b™yY)UT#BJ RQaPY#81E ŀ!QH  *F XHc ,~2QχK@G{$(MUTFU4SME*+,@qQY*GۍMZ} #EQH%*1bnDQgԔQ‘EDY&0RS)mX,HE  2Ioi>|!cHFvMGdEJ-eRdS!A V("E2(($QbPU,FEEIY DAb1`2"E E),JM*#ՆO;rC&w|-$3)U ( Eb *`EEQ`EXF+"dH,)XT$֔`0Y`+#$XHR* *XX"ȪHBQJvvgմ\ 6Rp $72f0J ޛB2DYR+D0YxAlQʜ禝(44?e l.@[3Jg;h!v1yo<ǐ(9\-#meA"ZGw/@{ծD(y~D EG)58 薵{x}h {/]^eeU7#}n!эqO,DcCH8El؅o;pj6Jf}B:NI /#nŷ!Ql CBBN0u_5'->1H?~+2Y{LaHa~RJ:N칃 u<+nY)o/|).ɬ(=sWQyoe3u׮jU"6('bQU:"  ђҘuBT6'ZB%PbnN,Fݸ9DE0m-AP,\AaJ !i|X|h??9A"(O7J}bHjq%ad,n%ˡQ(kZ!|̇xnaTh/rU7y9>(,_EE5?B`""D7_-yj$Y8: M)IR _<Gyzg6S^'!x%%Rj3HŠ 1ik-Py*WyK\8=_^EYlUsᲪt1š|v ,̪7X",XRRDKr8A>g J\@d`TmDF+@Cb f_m>{9X|dO桠 D*]6}& YDUׄ)V.QQ0.[uvx߷} 6퍶~i!!>!ŀb$=ױBaWx"}*SǕXX f\x Adt'(n:rH?xWJFy6ڼ/E .-[R92(F0$ex$g5%KM@v>%#/(R6@[w36ԍҾ@tm4!-p0F1F4 ;1p}"+TPI/(6dT ?L&aVeZv^-k_g/V$J:> Q Ne1i$t]kKQAO ~-Uٍ!u#@pd>I?:<o2sE 1Sxq4֍1N߃x򋳍F3/q` e3kCʒF2Gϕ3}n7R^_9mnL#Y K%:`JRƟ%. >v_*16A`vU:̀/%Lb!3uL2|-r HEEb(((,Db)"1PUb XEQnDdEDU:>λSZ)x_}!(PUV ETXR(z{,TTE,Q*  ,DUQ`ܳ? _u]贈z0_ 厵#iYCXbB 6iſvȢX. فM K(.[8iN:ځ!Œ^: Eomtr6, F1En|l6ߔ]P7lB!PeFaV)U[o{#dx#b(AܖH$`[d1:Q;D $ qjw3W=Yqu4lCX˗Wj"UDPXEAUAE#+PUEF,()X)kɳmEb,aץ^z-@e}[ȡƐ"$I2 AGB 9F(%{_ >VyvvAWɦ>>@~n^5'95=&Z07  X@ ֽ'/bo 'y߱vÃ\)߅j +g8ՠ_wPN˫ƣKH }t{WҚU%bWW#-crZxH`OaD9=0V_Ldy>y:SQϿHr$@㭧)y0*k@F| jo`#`HX sWLԾΑ0]6M HnH:$OlNi,* k7!d&/NF@Էr>taCBڰ9Q=<̌ e)֒h!N2A]`PiƊ/|/Bck̏nRWIլƼo}_Y~9f?#=->y^r2J 9Qw Nߜm x3CfZp:g("F)oO [y#%RbH UQ3M z(Zk0k&rM?tNs @̆O{;˥^< ,-|_[4Z^SE9bԐ,w?c(WiPQ0y4ܮ0e Fa0)W%qT(B /=,ܵ<(tBP^ppBKJI V`E"+hLo"vc˜◅6b&v8 X:6p(WM7*E'Rx _CSU|XRR Ug UNub?tTM]/J94XA^p+V2{|@gk!7}뤗j0v?aB 0rxzXY2avR MM ,2C=k^(F@ѹT!`5%3ϝW`zHD:cNL8ogɽ "R &[ɶ 9'rXWUU;0pĀrR޷m"7ኦP& VN4E?4+t¿]&n;< -+jc;便C"RXUt&235Esn=g1x|<<-OER_tBQJ3d5.HJ˚pX%|'$ŃaoW>d6G(y.X A2KW%(j,S@q$=/~'1d ]wNhʙfl3tL:GӨR/.ߋsED=Ϸ@5{-> ԛr}J6|g37G}>BZhX`hJ${a„MHMƝ4Iq{-KM_gDA~}UG,1lj||:1x1 A@gD5'I=-~q B H(jĚ0 @c l䎾͹E$[j)b]6`y%iϮ}~r}LX\Hw0'xNaI@̙I%\r'!JLGV0%ŇfBP3kdBUSب +Zfe֪]VJ#3F,јSy~E ~*6@A JqTHtOȫS(;ULsIMZonF zf61Ve$J|E|PֲWݎl*7tFj mQ7/uuUВMî8Y$;28n0^~e{ gQϊ;_ݓiyto72ђ;JVsL\J=]3;#rQ^V0b[Ɲp}K '!ys#Iw2`>Ƣ yjG=6vR/` guҳ>fa?m?`#/~v&=nr~ה$й0)Sl*w?pϴ 4{j&h6MxL9ʣW!&1Uy>ET/Ll <31G%VVd[ 岅> v"=ު{ `gTS $5h[a*-n[iHjkS=2/y='k7{o]d=GH?c'c?/Xd`^|`6F=C  ;D }?U)C ࿥[ajY{(JTrn. kO9$sU{ [Hbo2J_d ᙘܢ_ײ.EJٳ\F-}jAiC:7xU*)uwABW=+Lh(x>uׯ4VNN@uT@, L4@ ?R/(T2Z4EaEpm` /qRN5^Nn5TA"ATTTER*2 `TD㠤AH,>W.ޭYˋfį DTXL2@a ZEBRLX `(ZRAV "őTQUڅ!u*5лXآ@Cc+fgdqXKRæcl/ #2Q5}"^*< D 5[ϻن>G d-^MSn1'vTUQR;N8%wu&DN-d0Z k&4dte;'%J_oC$#: j5{(o0 &^bӜtE)m(`5ҽfԧGG TȼZ#kGy}['zmڂ4#6ƞVyr opEt:ct 4Oq ;Ć[bf,h(lԚfdP_u3Q@QQTUQV VR s@ܪ]R H_;H*)H[!I*Ƞ( DEFF B7P)-WuJtw$T]Ihf5R ٗRt*3-Qa'V=sr,N?%@ = sL2 F?_S5Z|n`5D&h:L+Pb77E^1"AԚ{.ٱ f'JVɉE|s aj}гx]]9(@sf˭qI#aitc\WEAJ$σ-C; +'0MA|0ԯEqA˕7Wt=Qu\d oa`szuMgyP8,;ϽND`20)L\)JpZ8,Z^NݬasYtyT(ytʆFvLGL\dLO]֥'iUQ_Hq~c%6p2qqR `;MrYyO2ZnGXCd&sIΎcQ"5lgN.ŭ .S:v"A2Xur8aB> C8B "ԣ}&?L=/s}raWn~\pUọUs@PA"t\߄R:fMɔ@./gV{柅||3,!%3=ƇTa} ]eRC~>Pb>^'+5_#orp4'ܞt\o,Nlm}6Y'6ǡo^ԥf>Sa޿jLMQiv+ߡi N.MXet7٫$( xԡw{\1plQ3rKee>ʩB?v֟V(a)ő@QF*"°t&Ą?CriٰտĀjL3[Ix2a8 q"] 0%59^EkmtۀU$(hV|ff'uɗ +Q˓6x8ҷUr#1VeМùZG&JJRϘl".X\Zaxec7*tmyTdW![iF4ꉝr0*:R aו~S5qy=)anEMӎH6LVۙ_;}(}/E@/[ HYIp)Mƒ !B@AR-$00B {ke`m#]eAI빂qv2oZ;;dEEw}L0:z5M1J"uoJI*QQQ(g*ȈxTARE}+<~_cyJ<ܷEWvK6u:L:EtT2hk}92&̽rB{RTV^AZj&SQ6\ʐPў:VH_A],2[kW,tWUq3zTzHs)s_BYK J7̾WY|"]NG+حH_RR?lH$N֙-&VSQTI@Y]G=oer U[LŮid2zNKjR=xp]dST%bf;[kKH\A $47VyLIB?TFۤ.SQ~[AUW_~|]sh=+|w;+ɣ Txq' 'Rpef;.t;u:zRbًUZ0Sm8Ň *Jxd|S닔u7OC@)XR!sIE Pd8*g ηZA>&,$͆LH PRITO3g3s 8}/҉3q  ]/_ŅeJ,ƤM'I]7#-x+t8sm)oы&m4oꪂ[,F  J1W%s٩]H8f:%)jko[b8WkqHVK⥶\$<5zO׃1:1jtHLYJo ێF0QTPXs!O.{89Q~Ouhkws3jJR e$#8k3_ձ z_)@YuiL-1P06p)fQs3P& ݾߢ0;SJb]Ji֨'W"y ũKL.bGѣfD$)w(ڨ[7pw{3 h%3if4F04EC҇F8e7l/JUa>ٝWy ̾lv7$ uK`nUyw-zBax9]mˤv">P@3Ձ##pLʭӐ6/MH<7{ Z$>Y֯L ٢ulHb %bձt v|gk7Y"?BCl>_9j)7mj)Oqq "y>j;$ߓQ/ zd:?Km' 2Y$2*1)wM7R4){w{AZSѳ4lNI ,Mm)Z,ykN6DAzLyU8?|чa+ Ya'c5c p3FPp! R|)zr*ټHZN*τɷV`i_MY*iǸ{O BX,UdP\-? 2[8nw1kq8kS/2[5}'G:ys^e8RcW6gןu_L2xY}Iݿyf۲H< h:6y$\q8jt|)^ËIF?)w5zLq= e^X'@GYz' A7bndiZ*޺ճp>fɱY1ޠFWS\Y{EDO hE=ߠ~l3Gxmށ]_&M+.^I$,?gT$JcS86fٗG٩ZuLػUkAEs„K\:ilKϽ[bqu1PZ iԷV $2XUS `sN9:n,Τ?p̚6w,޹lؓLt{dPXM16yBPNrS":BYUie"R6I.EV `] QVBErF}W6eئLȨߋ[q%CJPoy[=),;AfG=:ֺw1mŭnZѳ}qDr3428bQ`cRSKvwtr _W|:Hʪ=0uf{80{rk1#{1\6 MJ uϿ6$bdN (-KN vfjV|nPVu[֐!g[khU=ܟ ڲeRpAI_{[ 24|r-O`"exX gw,(`k}vQSN,aRm9=Shp(-TGCs#-~v2j\nLqaQ- f2spjvs#xC)y{\2=t;<`ܶj.m󎝕pжg~j LjuMzEȦ I7Zwv@K+0eOa[rtܩóF—n(eA%svUfp,a5)l%*E_r#k9,QF 8l~4:p%o^Ù]9*m/҆cy*qӫJ39[ŀdP/\a|sc`O%cVzVL~ j~Up'nCīIgi3]DzyXCTY׫.8myh^>Wn|}'.;0f0ry#t2ڳb6Ki!r.ƑmuSշ<Ҿ`\J@2Op{g~wL?z.wn)CrR]P_(|AxtqA#*mzt@mK2":]ݧ8r;{JIg3q0ŝRW,BIl d)%$PDRDdC͌ )-rۡZǯ>FJZȬXX ,EU(gIlz#)LfD!d` Y )$(k@)R#`,R TZaJ U1A8>eH.~'l{inZ#[t`GE=w*U@!('5h%ʼz <}..Rdבzߣ}XC6XFPOy?]FB3H) )YCi[rQUCbg9=G9ҲQЙGҊIcB윉z Vܾ!YAZ3XfBȢw瓕[)5PB1g)<+f8\_i2~98Nx"ԗgɶTnN%}7 9'a[Ͱca;cV!`qDžh;C]ĻQ֟700 L"w%γFO6c [sF|:HS];r_;<N4c WlX7P#n*o?* @EY?`OGih{d0ĮcSxiMB}B.*(dn<$Ћ4 2 c0ROhL$iZM w5*?KL&_G}q1%N&c^h<ϯGJ ~Tħ{MezjA1;.v?-$@JgzݚIhȤ(K|/i"W!`=|(AךRD/I$ ) /<.(TUM0yc2"GN)i~f&wi?3R'.^Ьqb~& 3&˔7MA[쓼.1OMuz'gU.VZ_+fH|g>oD0E yM%"b/ŜHt=QTK`O[iCD34Uue݆Z0=X&e`[@懵߉ [oXcLEO⡶eKb}e8cITYLxNn4UΡS=cbƶ lتkDeʴf`Odَ SMw2$%ECmP$|Bݣ}.T $6hP)08/y, 6lT$Al#.P~J09ɈYC͔p{Cl &i+`csXeB{#Xe`5yǁ (/|4b}ҊL'oY*ڛ@xS ipzN.fgtUgٌ94- ,Y0Z: B^lFTX7vG1ӳ7.u\; Cf@\ɤ)Gg8+9yjˣr.*@ȟd̰i>3$yC,>2AZxi|R]Gvy9_LAOqNkW" ||kyY-M_C' $ΕU: J f=7q6@[UF|_]]3Q2vﳑgs5b0BS ǂG}C4@RPg R͕Q,]" 4ALHQPOc=LEdFd[ EYK'(L L!(EHEUE HRXg$R(f C,M & # @""*@ +1)o5 1W7cW8t8Ya{UƆ [WmZi֏U0TXHwdV5oBD@T.*@h՛W̦L[pp񩨮Um `*D!ZQWZFm, O@$GJ2c=$#%. aleRWvcGԞ=Ji 1Mqe[5êB=oyZѻ _WlY'>ȴ_H/$ߛԝ_Ŗ|lΪbIȪO\N+s{CG4ޭ溺RgrV|Wlz6,sU)cO eub|rm#)j|d{Yo19du*[mq!ژVY,_vz!1f_7rf{)-L.xʴZc//»T.p &0>; rq$UaD<pܠ8Ăt7H"6ycOl$QTgףF=]72"\tW!@<ͲhҗCgdz69~7ʟLSOで>Ar+Ob ʁ񲏲}P^Tzxs٘CzK$A=;O(aUl>?3(^LJ\a瘲|j@¤G ";+Lv^?r& ڡ{6 kր넻w^P'n+z\\cKpeҹw)4o^/h1$N';jn/ &p})>uU7q#OQ5\9˕Q%Hjb1~|C09oM?K !]$.[b?sK~Le o%..gaoӚ QƷrǧ- \ƣ>hw6ͳOX߾KWӝȵ lT:~ =nfqUD3+tꎢ 7*0g<;Ekwc^!@^3e=t,#KRS-Qe9 ɭ.fq/eCɀH ̞|:~͜ Smdwd(IE|Gư?RZ%k UPLhVk˫jv~u _q#~|/|PuM4/Q|&` yX%hWcc&Ա+EG@606~媸:"O7׹ Ig07ɺ-Tԃɦ ڋ(1ZA RNcմ;h1kK+D{Ke7ߴ= qToa1ͦ*s1o6Gr/ٸRK³V8=/槝}Ӽa9A!TE < w.zng*C++3 _.>p{AU9>&/y9η4hwH.V_I'9$P"զ$>18GfW=O4Ag E T8%Y^O+Ss:|2tkSfUGU)J7z鷚uiB۠AINxP:ckh0F[HG4MXS_{=O ~[Ao; p*p@XzK _]agfvfP?PS*7N9 ]C\cOw8mћnkyߊЅEO Vlt_|Mo֮' ,%;5@1RU 2ݞ+GjX!' 9?MH]> $uˁi;q׏w`1{GF[أ0rHvۆɹڌVK=RJgvN-}`c}om~AA}CJr.1TΧ.LTjZ®LC0%EPѥx?yI]3"y wi{T3st¸UX@m3k1A~ڥ݉qZ DGÎ%DH(йi?ѕ\g-1o2@( ;*LT=朶03KiJb :4l89xB lIP-'~f %|in2c`tL]PIބMzWA{)p^!Nm2bZ_u)9.~2oN-`m,V Jd9וh^-2 REpPwLqF2bm8*JVMhore{.ß@Jp=K(2u2JqkŒ13,^-?ضCsqb|vW_wMCq8;,{"8#кQЬ/#p(ǼFSl M x2XLK!oG傀}'8hkB܉z ;b&ѫmVՒ? m ?R7yx,a6dd~Z?Hq !@rj*xsPl hTOn55HT\_M0&yՂ?3't0l/ŏ!!vWL6MqF^p`k:ֆOF!MҤǁA Y'ⱺ)؃[ ?Y2,_Z7IT@%`Knb1[!:H]DD!֌A9h\KԲ{pZ@<襪G'2Na˲`w./, ?2\ܭWWPi`m܅*Zs+hm826WCcYAyt`Y`\Ϫ2:u;` VR=8gФTp7ITRAk3 ܦ6٘#YrQJ`7"**i a{o=%e0\\غMp+u%p7ZP"t )D}l?N_X?΂T`"u,mw|UմV{Wﮇ"H~߿"Jd\Ȉ95fRBڥƮS =Q(( wZA\Ĕ c30XxPM=EDy)L0:I0Y %W@m1ߢ)9+aJeCaz"0+{wQN*@N<Ƌ̶L|Sqf!|'{bHd˼x^EYE]1{ѐ#囄bG2El&d5*23P*~{A`#1t9p$+a”n}K}BG$!r'(YQ=?\ 5ΏtuF235S=Ծy~½UM6Nr05N$ pm) "t(|A Q{XqȪEHwr 'z`1c~D:w{OBx KKӡê'/wcgO˼ 2(! +w0F&;ylk$7h[!l^sScEAJ=e(;=2ԕӥ:!п\eAw/Ӧ>ʒ[`s-g.M)eA4m5^Š5KT*h2=Y` -%F\cavͰxړK w<3:C-NQi!a}͟_o'SHp2|mW/Y)a͎>buYM\oI0eh'~BJ< 3'g/̎0@4_2[M̧?sJ(;se+;)wb cVՍ__qKlּENw{’C탎?33+<]9~>\o RʛgL{@:|KX8 ]^VD$9ur*ygbLKyܦzXlᅒr̒@*Pڭhr+e:: [b M)J.(c 4Q+5a qUb2W= 3b))/c?0uUU8U3grkM7PrF[.# =7ɍJelaz!0u% UF }-.fvzhX=' >rݖ[TIcGR֟ rbFhl0Z7|۶8x3{<%MiwFS'PItő5iK:ΝҤ nU v3>L7;jor'fΘg̃[TCk@_g2]*/k$w3qf@Ys$ǦyϑwsVl'?GɳyZ0֌<|o  {tC7zE3.'1ځ_37xӤx ҕhnkְLki~zh#x>>jH7 [|tazfwC :ЏxN/mL.2׼t3a ,|b2$'3Kv-uc.f1s33PG+Y$_c$ 9T~cMѧ I `}Q{ܲ;NQ7Ao$tg#"$̨r3dRfsPH7v(&!nؒOoճ?6IG/TܱD Vd'#6u.M{AU)Sb%%!]̼EAˊNo@̽("|i*>e^!2#U^cG-2ɹQ`!Y#^e'CDF=xL? h6$,( ~Ņe*7Sm2ۡu2k=~r&azI$Z4c]'oD ׉]1xeXJgbYrT9K0TOX]xn|gOp.n v2RBVAдbrcY=茀w6ܟw>%~i5(Wu/@+lΏp˶ !K('otΑj8YԽb͎O#fhO I |{AGo-f`m5HRbz~70EB=),Pi$=16Dȹ~ B.)^XJejT+Z3Pۅ2cVoU{cY3DY&Tgyamimx! jPBðaV~&[zA*a\- H⋟lm ةP#,3<$fLZ(soix@YXJID*rX-9c,E*j7b֍eM?ߥ!TaӼp!_`SN1!'7Wd>?}\ˮMcIಅtx4m @6织_1y\@AfgBJ9pKE]"A*:0_5 lJ&l薞"\t.=},yݪ. r8ƍ <@őYxPgIS?s.u XyvannbO+}^O./_d8Ma^?=I@rU:p6E̠:2KR[³ zI<~qJKqԂBcsR9O\lFP&eu̵d3c7W"Ɔ51ysP%0HLa?)s%%iͦOdRKJxI["ؗ{ $Yq:ƻ؁ڡD=[ o7SE2ta{E DВh}o?ZDnqߴfs#H`Lt1hwDN 7:,ʐsYʙ4VN w΂8FF$`ȠW H Ϛ8ZyBa]O^ǃeP q6#A swH ZHZ**[NuR%拼iKb-%źVH.I4Fмo2;lcdHz{LQퟌֱ! 2`p19okmk(轝;"ֳ;,e*o+5 Z%eX{wj;&6a_qE oXJoC#DޢWf&QQЍ)GErop S\׵W \睊 /k,;V^T;(gm܊cIG@Ef6@0ȸ.6n&PZBN6i chcGLD˫)WA aE.KE4DP'hUb&χnZ61O=i=o=iJ(Z՛9–7Vqئ<ȥmfW/-+NP1PVw<>qlx1NK0jo^a0js9zadp UծѰdtj萇,w2"S UDjLW23a\4m~J7(v}RC<'>mfq - ˂"A7 *a9!q. ʳ{M*QƧ{DUB&W;h|m6SG̵VP^qm^ =c@|pZEK[L|^7z2VSHլ]dGUtpJC.Fl@knȏS:+M,Kwo29]q)d_O8j\)z{f{q쌇-وnMQ,<Z7A; +. Cư[OrKm d=ž 1>WSE6.cpao=߲ZJS A fl/ҋժ&D*f =Q- !_ӵ +аJd.󤸟$QK(`:6oYU&_q`R7 y#Q?sX1; Fn(f A/);zl 9 &}X0^UeG?zCBF1P,ێCMGNٗQ(-^X>颗6d6lgmH*xFNH[߆tJmlj/ @;^)/adE!L=o #)MuP-UPŲL6Pb՚yDSq)()㤥.8 K+nZH hۅ 1 5藣e)8KKt\()\qZ1gƞQ BZU+h w"K5ªZկEo\Bki41jP 9 8%Vw15[뎌lEd) tgpvF6Z]bi%Ғ$DlGc]s3U^0ULS= Ʒv|[4ݰ]p{ Ή1gO*uy8ƒ=WEGCeֽpQvΤMx,)E߆[+4]D<EXOOEx,V?J>܃X"ՙ?%ØQ#fwyx%'U=,Jyo5cUNF$r_^%8i#/cL[r~z;RF{-Ģ&k| ^9ڵs+LWtv&!i kRxdPv֐UF%=sFsCrtLK9EWIƑ5S65w8x}n w7;qp8%ʡ0ꅔ%t%ړ)0U+ 9M%Jr\hH;&uvw|UwCiGԚaW۸q3kA1(lIX%C%?nå-6R^@ o C;L{O Rhlp2sk =䤘êvyuXRcs0g9b"_ .s%dA!]Dtiu {o@B12\dhV&\,O9c\Z~Z\ 4UOm Q8jW$8l¢jꈂ"քj1r)]/+׭L* PUYs:BɫQuFaPAUk { ydȎV7 uj9RknKr؞sБ֬<\,<zbot ot/TTt_<Ҍot@PK2fX-=1 O$ UiÌK;Ijm;'_C@[RcF? =9g!f4saޢ틑TUhQa7^Ɗ(Wh7(܊vbwB.3 ,D)(%nt yQ2 r4@ƚrVAD&vU5s2%y,`Ŀ(3"+ߟJOkdy8hwOgmn*x?xSٮ Vs#{*^17>GoF6 zU[ڎr`r\%\+7&xoF6;А n4K,kQq]8&:~ ̀K4u>ØhntrNNWC 0Cw J,P#^v`<5Ֆ0 Atw_B$]<+0")V m5].2'?crEw**egک׿SGOpW{4T&aꙄ2OI!fYE?%|j>R+8nb[joTUcv}]jSU*D+2e}"<. EOj p?]ldv &zx,8gfKsZ:t|]Z #|V'H,wVoZM!7CF)a z\~rطY?>05W:Vs.s,IA'7igK7D5ÑjCp g΀{"lh5[fad/q6zp4~ y)9.H]|8F:Y K KkF>!݅QH]gg^: 6ɭZ{Z#}]JkT#$$Ř9Xmxe70V%]ӽpgR>Hssb[Qȍ7-@4`¯zKl: EeJ*k[tZ9G(p3ۜ81!O࿊\29RY!rU&@7z!"F/ 1d{'UwڕyDVFVWI%WsHVVwpE @AɿO\8!÷!8i ܢ#^3Qs°X*h㝰^KLj#oPf< *=>,c?E& 8 kT'ʢ:AyA*Ζ~"c#n=( ˴,"P;,llоzЦo9-_pGU͘:K& d ZvKc\>k)0H5wHVٮk-\*]UP ;c:/׹qR تl B 6;ܒ釾ֳWFy]k2|/OI%xER.H—De锕o`lw Zy7.6[!Gxg~b#F'íNɸ<@GDz.ZiZJj]l7}H34WH=v35$`9C^#pkFv(./A/oY5MT8@ԮZ^o;{O+TNR\!ٌC.Fb>qՐRdt8. _n`N ] Ϡ? #JW38'u z KPeF~|f@ DJdgt dMK0b,R'|o'GU PJ(#!Pxw c3!",2Q#eU79o[IfpRSmnvʇU`ﶗBZ$̳go<7"5M29cݳ}-3>XN7,[w2wa~2AKjm乜J0B02mCz~TUI0OĂtZ?;sjpH7mG Q _Mh" qq~yc8X&ɩ)aG#;*NtBM?8x9?tQmzdnrE$3 3yf><[q'~fÃ/yZiX.;ƍ/h[f$Ug6[Ó=eE„kb!I~EGDYohUJٷ|lo7 1qQ_O!60tی o_/lEL މ-YrObq~b8Z@lQJRtWb7U+DOCu۸425FT{W5iRh%}T )1APWOΦh0(nQy.IB+_-mݥ=y{j ;A5JCl-$_#M^6SIcCY!~LYICy2 !Mhcu$Wq51kG> ,)RBF"mم݂_ !v\ھ{FN<=WY,]]w > D&w:ĿgS(vL~Aq&' I8WǒұLT M NGgء5<8JLȰ=n##o*IcG+Ficrr$QSjg; ƾZu3+dDdLsGO~MVO#5WadI$~-dӵY:sk%Ӎd c)Qk볾jbÄA* [~Na(倅47zZ!땩Yp#O<)t>lFWZRSoy}y﹦-:0Κi`ޔGhKn9ihwPye*]By:RX&S~t&*7~DOjWm!Ɠ=(K$CA-NL "˜ys1߮Z^=T:jw2w uYuH_=ik?%54li8ǔ&BxwתuO4)dc hX"e"B R+ :|=ZVG>ݛIZZOC;oQ,V/BU%"guHxޠRk!LmY6=^tlʘC&[,oqنi;vx(5,ZoO1jP V:5 Le[mWAzkx_? }G#~y Kzu^,XDvՆp귛2 Ax׳\ḰxSuY1ƕ.A7D1*|*aQ̉Exk> =B?'O,zˎ`C`+G/k?%~{z,4ƚ5}^s~P+&[^ ݶK5cl8ħ[ss`) 8ИnL9]v4h:2 lwșo)~p ZY*[Y+*fTWxJgm>~Xٙ56#,RcGr?HC+cP۔3݁Xay@ZpzwQS¦^zJVD޺E*{*7[_Y*#LF+T7wymenG4̮6 |c[%QR+NK ՚)X U.!5H Ğ?Lyx'8ibZN_[+swɐwKe{˴?],L;&>ۏm6m5*>]|_SFc*[ܯ`^\[![$Z3MD؆ޠ&k<MšjkpD@iW {?Z%D Nn'\=0€IMoHyxfP!+-?-KNUHn}?n'/?>k֞5+ݢM9Zod $ xhYi;yC=|pG5R2Te (+j-ʒ{YoK;f. &0)To͵~;"͘:"xຜB^{bKz.8,"O8`e`t{ F{b~C5χ+#R&S4]Zw' K!/F/"h8#]"Fs6N5̩Y:$^1%-$3pM`653UfNtTߦX|8‰U]>Fi 1T&)R! cR;yز͏r.ׄtBE!,hWmc=v?XX&ɄدnNxobe7-x̱O&(09}HjcEbIۛ^)H""vڕA!='7 vLʆev[RSۗ謝͕ܿQi12v:q76Rx6Ǒ Ȍ|$>% Ny쫉r [_$>c-d'voQH ǐFH~rV"Mːڛn߂Jj#L%Ո Ew6|:9xkekC-[b8UYJUԓkpuBF*pRc6}_`e/CUf41' \. $iSpZbg[N"Y<.X |2p"Ѝp8w W6:&i@^n fM-DFgBeZRް-v%j^LpLJDXg,GJXeT~V t 5#VCIsK{0qM!? 6% \ p힍p +Mvkf?WB0?J/gNoV!·d0qGg~VGP~[kvGb꛷29ڥaHol6C@MEXh< o+;;+UVyLWPAF(̑LܼBg1zuIh|Q7$ ?,`ڵ8 |6:S3un\BpyBt*XHr - ǘ? }+JYKv+5{gj m'eTD9Hb68ϼ;^VRМo)1Vޓu>R%WSkS"kFSN^gٍ/LOoɸ' >\^d #'(O^g̒N~*n}Zz  +:(tyqee?GīɫX[msS}jHvˍ>]AYx*)Z;KO!n# }ƿ lfMkJakmmƏ v5scvpo*Nq.l>ܖs YK 2|9G?rcq[+e4h O'![5}EpoܶF ϙ{\>{iSatҏ\+Vor^3P!>$w&K]5X/ !oq[vˆaKQ|-WUQ1['z?.Oj HkX=%Z!yU\& 1u|pw"8  |8bٻs*4}bGK} -RM0vP:pBI;iWÞ D+ֱz(g^RM)O[MMީ ]1Md^RN0lEBЬ2dhܚEAT"&x=v//-IjgM7KFj뻸nh/v obќ0ͻm 4铛5ɹ̂DE=7 qH<|EZPg+Is[tJH~=Vh:&ZQM/+#8&@tnJ s!S_uLl&r>ҧ-+4@\*wfJ{kEh!rN`$dja<;oUkZkN >t]VQ\eԆMoYx'&+MQL|衍xuET=&w:!lO'hg!!&(F|W99MfB7&6U8>빊 Ł#ѳԉnlJCtf /PM?<RM{2s(ӡF0[Wߒ^\q5`ӯ`vqw*3)){S<U*$s} B1Mqg_b j}'՟7Sų5\ҋw2}6d!$k 0pSC\5`l-ݠaN#q秭  Cۂ GJ~DaWjFI~E?Eg:(f) uЙGBe*C"dAw\w"Za"Ԯ~tC!kZǃԍPĖ4U}l>wCnd#_G 9s'm癠_0E/T8Ss;xE 3spT5: WCNG)4)*~ٲ[=A LJ1V8wĴ)uYoaj28+O !2ST1(zZXW{ %H {Ggj>+F $+Zch75C}[ !"~ Lgא ?S5nC~v.mkMk}OG?ʰi܄N>qk!lq5TER4{dkss9DG?0=ؐpw^y+NZ* O`+] +pΠT(CЎɷX?-uzҥZk.DD[@6UQZdj ra5OL{^Ծz3ߩgu0",+a`Í :!01+ZF"k8"|&xܟo-S;:PܺCT/ R 'e, i_* gV/WBU2 r,yxiBw0d:d33)ֈ2enrG o(n7SmH,j"^d ?:#=uDopA\am7#P$[WϜZO AoTGyIș0nS-nңFSҟJO զߺ!c/RSGbjM֛@s, yg]ϗċgevqֲ3nWEc_t|%7` NE~c>KL4*PRy rEUcw gučWrZc(N6|=♈s3Plߨ['eHktεK;p Cy$ Z/T;Jqn/zM:J08x6+x{ nSx9a4d)Au S}$<',cض;T fgɩ 2t4<ŀ ԘR(uӑ4!DUDy΋y`'ݩý)S9'S_)1x|jOij =<@h QO@j,u4P |@enȕQYzH!`F&!s׎< `ܷp=H;\8 :3T&`C$^׍̎==y' 7;T#,{١(ρ̄⥻}larh7A:o2V\1S;PZUg vTӔ/ Ch=ثX:e_6]˞+jG'$-Fa3nxClQdpw8MP/CPG~i] GA/+$0STҳ`@ss}hkq1xדtʀpR޻ FYlt_ sޙ'a|>bކoFy,oo*U)$#Odթsf6cH4uX}g> 䪜^Um &IdI0t}3Gqri_Y+@,_Onc"v@ -/dàA Xw? #~GE?`-HlZ}jrޞD 18.6qg$d_J§C YMQ\_gvҰ2/ܝ>7W$ZIYkىInLNI3~ғVW75$<@+oWgj[+w/^di!3Pl-JėgNn%\# ⟶h3-S>&ΒCSPQfH_0Gȝ B[LըJ7j}Uo &zdR&Y[g[[BMJgE~ vY3/^q] MCiIrSO{na -β)Sė.Б=Hx'-=l-z)xnwEH^fG8_n`8Y27]LīrR ź?rYQr՛juBJN_jrtίc)*q}:>qzac1I0~ 0{.`6i ̸^Hk 4ƉeKvR3l~yv;{Np44@UIoTт)^[AQQ%7*ϗM.K߉4rH +r'aYb/rÛYx90(8 `A0sKB6AKwVTWcr*xY4u{Mޚe:e>bGFfl5 4wwMT݅eC.X+ ? )FXY .J,Ͻ|k][~0eJS [3:S~v*3mk뫯^ pI-͆!%gi7\X4 (|%  {HT.`N@{ nz}<]7n-kž\Vv۸ۑ"a`X8Cucg<"4=]wYD$Hdн_PԔwNbC1jՈPBY('Y: ]YqtuPRlda^P ;ց/@o¸a ]g-K~ @C# *WHBOr^~";aڗV]KĐfή-FC?`Ѐ 8r &?tsU>;Ȉ4?4eŅn>[k !MF͢ZfN43{`BHNAu2|X_hMPUgZvVv(a).rYBboپ@4KKxCR5Q}2PB->pꃈ$x39ھ.+HDk Gm, 1.kVs'd  fANpOۓ6-lcUyG`%EHla+b5'Uu{lh>HrS3Ƭ5nWR̵+YkICxLxm}+ua5ua0 ^P7pዴӆ$mʱFn4Vjƅ{x58oDsթm\,k&/pj><W ?Y1Kĵ-O=׼8@Δq2i/YjXB!r\<[(H%2GߗM)/%sE31|05_^AkhVf:jn!Z ArQ5 = א'f]b(`<2qH$VӺ)짦,mN,ɲr5\J|#cYC1㘇V\n8ξy"aQ&kIA,QBb҃)(GdX`EmsY!,E 㩵ECCԣ횛P%,2i?b#ŭN }A 2@(^?{*ߚ`禹8dl6}D v; @U&yWjSHQAhFL;vr=K``Fn/W4O8'U5=w=o ?܍7g3NzxSZ'SiAMDծ1 Hmr]@HP`l?,R?s/s2M2֙p3ou!maP`lYFC̓f?ՀЧz "$G,|{Wz AFfBZC*&bxPX R* G]cBIMh A8fB6M@9k-o8AHs"HC1IO A|bAKQ̛ t3#4 q*T^z Cq[v04$^u̓0J PZwP4i(LHI})Nh7;PD1"Sli&Yy_eK/!M.B Cs zzY4j9YT_sx88}Taߙu tU"ս̘}uj:ԸO?o㞯B1M ej! &UfFQH+JiV(*^i-.ee&a.'(bc =A3Aq* oOxs5h!NUDah ِOC=B&v9*t%9Y* msҫ󃈻$"׆HLx}4̊&ίڂYz_P3]}ueg5R_`O(+ߠ'v\H#>+zK ,Iq Eׁ},&xvd/E)4 k:l.˻ϋUFpkBbQ@&u!2QKn%p"%;GO{}gh6%׸ϗ7Յߕ" _XM] ;~B ,&5Yo'es` X)??9/o8D/*dbӅ /7S,CN&Z+k&T͘P=,=UTO<_dR HPzRifnf}}^띨q\Efw)Lgsy9кfTyBФ ^H=@/Ig?T3SA5LsΕ\?&+Cַ^Ճ%9ҢY& 0KqL kʚÖjz}̧vb5(6&ZDsg??A1&8^ZSDkh]!%F4R.JRHLvFӞ[qFKW¾7zD{}vކ[0!¶%%_>2w&+ cW5ؗD=ߊ1gmh kmÅmj,^9|4=Vtg _8]ۿ ;l΂澘BYCۚE!?)Ӆ"쑻N"SG]Kij$Oqg N(0x huCP?D\uA$ɷi㾚Ҵ8q'2%s۾rCxx.h'9:ٸs(/xNFWϗaQZ?x~(m<\o !,kU;7^ⲇdRcSR nQihFm?Q*9(o7f8J[{Z d2rs#:8+HC˾;He2E^q;/M1WN~qtLaHXY'7: 㝉~fc ӵ=5.(wO U~~U͘6DVx;=W+i1V_5v )!qE/aՙg wت\ȝ@ꫣE?nl\% 0;ҤbZ,Q,nn&V9j ):OaIU0$i`=lO~b=MPZ5q"ZLd12UT+4h$h`6B3fP"`flW-U͐j6ē4u ϡy,mX`ݓ%"=w/k8 Kߺ?A$Iv]msI*"5_8T_ ?2]C,~[9F%b/G^i/RGXJ j%@*pOS h/ÅvHe{NxRU.N[^ٚ% ZF^hVqh)\Cx9X'OX=cߠgxx5EQ]{J8}(r;{Eh60fm~c} vos1m?;k׀}42EM9-Ej?ػ8gx'fZϾ9 a cbTL̐9N:OT2q\&V(AmX5T'1`B׎TMӊWV)'!W ˘UbFZ8Hs/ݼz<rAa7T}Q@IKR,SA,fMꓡZ꼁>y& `| ݢeueׂȠ~^7S( Cpwt0I\uMۋc҂ksFm=ֳj9C9Rc8ei24n ~HS\ k2:nM6Vخc7erwUprGdG矙Gl4" B&s_ |>k N>1ew$Ӊzz^\YEu/|%riB_c/x$[]D/bi\Nfxx^'U E؃Йj\loGݯtrҷ搻W/ n4?穄?WiJ[>ʋěs<Ԓhq~:@GEHӛ\3l]9×4>nt("GKos۟lL-Pzn݇TXnK_fmT~avY2ZiRGc$ 6Ba@*Bd<dO 8(cڌW;/ZꎬctLIB2qS'm}\(Xl4E}6n6zs[7 ^R91o2(TfW/[YGmuA&ؗq5VKĻ`^{)빦}qV϶R]QE!l<v`ةy27Li8}N 2RE_C'!@eL=~Шx\ };.zI[j }F?hue$fGśJ.e"Q͹?}?qB3s#wb=;p}5W99tj/4|/39u}ղM3-lL5~13V 9|zM %sfp.§Q6t ־ 9PZ nrf,fU)] ,|4Y fƑRήdӳ3x^5ʵ<Զ 7+}c&,ؓÎ.50uhT)]flM(V9:Uwy#;x䙄O@~m3F)sfUu *n@g9 ֟7S(EWl ]VbNT=,u {G`, Ѽ0[퀭 &=Q B N;z@_DDn2#]2ulvhz_)`Ydu_vN; mDкc{{ Cwȵ'lC˅K gBZHW$Ol" rdrXbk k |&ת)J1WRjπW䞮o\ '.HxH[ƆB&8c$ŹSpQVP+?ݷ`8Pzr ^ +i<2h=ʈC?+au-ddЁnT"\˦Oj|jG@6F3]W3aʔ\rQ7#^9:}`'᛼maڂT4?ר Il{MŽ1wOLcT_j?]L4%y, zyi½łB̶bgxՁvzhE ,\b*_^%##P튠,R3m'g{Ҹ%J&=t";[Z:RTk5.k͏֏;0+ ? FxOgkcx. BqlG~V)*8t6zgxR293哪htc j{*VNcP5;k.??Fؙ=I.7ՄRs.o5x)r;˯#;g,*yi“@E("YAScاsx(q3ZRӡ.MU+h)09͋P>Y [| 7t\NqhWn7J3[T28B \%.( ^$ǂJn}lGYPՠs뇒D=NЄA0~=O?2ȇ k sI ef>Z3~oq&s-4M!;$ .i,6R=^h\ jlX&9 cl*Jimm s&jqT4p~&ޅ~IBNYsQ?x9,e6jN3ܯDU0~H4ݗtؗ +\e7P[)S $|[QJH5}%z8`ύgY/.tt(^*/\|\ɓՂ2?o(ԭM(dWA[gJ|P.lVJU w!Au- &O#nN͘6f ,n5OVO·Ķ݇a.˽I QDZNuLak?%˄ӧM]@v_׶Xk {hrC m,$u&>tF>J?B!!JE}Bݑx! ~hE&iծD΍]0 cNa-JW &4-ğZɄӗA/AD 9]L2MOZst1n-U oԼH.19&$(ˀϟb?:3`q%(ɖZn4(Gx9k!V_.'W }B7Ν ]A]yj\иP.ƶ~wKRoe:p;nv3̖|vH4j$Q^k yI)x5j!`EސҁLnz_UGXIZq6RyElӴ:=Fp ˖8#{#W>:׀lBbq@p Npc90ӟʼn$ W'V!v3K) )z9%8y]J`jht>QmJ:eq 0qZZ++vXk% $5;^Pbt aaXgx7KWOю2/s_tWnS$bU87*Wg x~~ɀ;#h@ V!9Q2IHƍ< Un9T*ia 0b'^ xyUN]`jiG 3ot2j]BwiqM765@63qw8vZ}ǖ4EJ.eYf,`07P f0 [ğ3Pna Dm~ވcH s1/,0M |,F o)TqJ}G78%Fm,@ّ;&5e8*sJbpaRᣚAlL{B\LJN/g3\t$FbДYVق8kE>4lEvK$mX-o0C}0=ҽ k #f 0pI,[VWbF%/BaXV[nj7ʣ07J3X@^)lY.F2&cn;` 9=P(S'.pOmQ fʷ4o+L4G$pjk5XB (lo(l#rS )NV dPxR؇pNGXhsYCʺG_8Q.,ć?cͲN 7P<yCUA_IˍD15 g rNnvp A`fA妑CgRk@ f@c8҂õ2M:֑& {Cp VЉe.i5?5q]I5xIu6W3f#}UEZ #4;kXAw dzb''c8MzievNu)E^srA䌢ZcJ/E|X֦ a[Z^ MtgG'xnѬ(u"T٭㤧L :"i^+')$u1L5MySiڞWH#Ә9+1 5&ɇQW;P}>3aZtT%^{j0(ؽ8!iBnR*C3wf>e8p5W4E2wD*ƽ,r2I t;^Ą_(5%۪ȊK5<+ᇳ};@GfrP =y%i[MW3X\?¶@9 Eo >>O(0dm\OWcq-`|1}yN{T"4{ᤛjN*IU<[utDD.Md493R#want$tcz1M9Jul)%+:n*޻ҠRn/:ǚDG9*-VlrS_x 'iUBV ]ۮMݥCE@- i17?kag>fMㅘr)zp*X~nCn:# Ȫ16W `y_:C:&e潠ӣw~6Hvxe F`ˍux%Ee uiAHct>ܞD{G ͜_(y0oO&X!; EDF_3'q#q/ A楯|2{Pc#6}o j[HR`ATRk[A {=L4t8ЇrzjsnO)¿aBOqypsC 2\vcX{FEpߡXSМ,>2J;D[)+qe|( e#ްd5˕gU#>QvtKMS23YT"ಒ՛0tp伈IQEPn|@W wY})P0|ި.nX^AJ/u,9+Y2[$`Zfcr $X|SVa-0N KRTx%?Z,b?Dq/*Lq[V'_%lolގKނ_͍baNgpbM*=΍D`&r]R)zC׭FmT]f'sl,a[.`}X uLI)֦da?hI~\3HtA⹏CC:\L} VE~dX4bIMn|N3ڵ AE#.a/{Q[I聦unv1ބͅUi,BJ6乴)cPc{G@lDfƼ2BA[pM`ǂTgkܶ!lX6 _#Jr0  Ek,0ZNAi@!k2g<Z>o"w]ͫsٜOJ6{6.i:DjGPJG:@`/6MԜP_(Z&݄꼪lϰ'51ܘc$i3/j.c0E oaVM@]*D$hlU{ kXDxq4"{ق dȃbJ<2^N!"WIu[4 -#ȻȈHuz\@Yx7fށn~} F3/M{n7"^+:m=9Eb5EKQoUrfq~rgJeƘ|VB ,$9zpχkQVSy{(k,-;mBVcPRz x` fe_4=$6~1vVAhWܱ٠JW-p?읯_hv.F YrDγcnìm15 ɧBOJcU@K>6o3QPtn*|@w{7=eYP# IG`(6#l6SeJ$SE=u >;1R`fq L<2C"V 7Nx/*K6mfcŶx FBs) vr9j~ ny:4\t 5V&7.4m6"eI\0?hso7U jRb4!Hf18 LnN \ Y"8#}(~B%@Mȸ퀩jkG0]%a1j-IƤowc-#w*ZH~~͕齄9R9󽍬„g?3IK9\ ܿCLnsnN}Y.r'áS/E-D-) . wrnj!u#"i%كb=\*leq^_7$C=knpt*+@lAR;#S-QLݢ%ePne Hw3LQC&jcex}鴥aMsf=p[1#%n0.zK="hnPnj-!hW7@pr@Xj@17`ٰ3mPY?R 4i3F7iT(&ps[:ORrSYZZI03$zuEbByn|3R4+/M7+ךy=_j(fwb8rY͎嬩:B?E[SW4] y v4ӼОUgrZb bq:EJM3{y!WAO@]۹FLasVHRM@p$MAĦ%Hi̿FPwI 蔈)O {^e ǜ-DpolX aq¶i%lhrxy@G%Y{@an Q;nz~,F&4p'ȴZ_NIQ@3+oΛMPF fq 53U\{fӦ1w [iI-D|;bkϮ%[T^9 B8>KkHeDJ|>'GE RA1ضBkIi6ϟS|%kG%u-y]3/LOIlrg?tD^H0<6KgMmuS>}Ljs7/6¨efFk;g PѴbJȧKRۭ4%[ p ,_p-=Ig<~K[sr6Zz]b|#b.^dL$ crTTY :<@V;!P_{#袱~+$9GAy1;[5ij?x$HXBe婚9n~4r.0 b.:ZZ9&tIqC ZR"2apɦFL=Xzkg*O/jK V>Ļ6) Ç a\ryC}y*r+z∴U1—jωGVJWRrJd9 ꫔Bai3,褸5tE?kS9R hak%'.u˔^W쨴2>9-7fׇwT:DW~9qDɇQF*Nɒa*W7`5 1&sM`h65f0&vMoiPL })LиmnSf汱gRI <@UNWaMմ3 ޒ#- =ȿҾK8-HdW I4ZL#=_ $*_h>țnZO:܋ d:Z-)pߦpDrMGNrp:~ l? 8 {),?V6ݖ j1sR7@~C x)"k1)gk h~(#qSz{y.o֜熲"pXUß߫.(N\X!c[nҴ,7jo4:ٻJ,4+SߢB_,$|yœ̠U=G>a'?(mo@ya Q+UvG(!A8&]},3IQ5,6o(Xǩc"XsVKѭЅ S-*X2+q+'|F&2nYi@:q3OSoJ\:qt]cX>/|>!xxRT.?=^g1=2 B.v-E6[ᜌ[`:# n]-8kR(߾?BxI䷡a Y H/¢A䢴{ʮڙKzQ;dבN$<0KEŸ@]DCiUa%|Pe"Bn]ƎTehuI5TG#aj=i"g̿©L'6x?n,ky7ĵӌs]‰4ϱ Up2 eʸr!#q\]BfރF 9')9m8'>IZ~/$ڮRDVتJ+a|[F5ˇBKBк`zF~1ZHn6 <^28+oKDe:w~{#c I&*sz 9*ߡRQkWOlPA_TGD2 PRuym C 4G̘vBEqu_(V%=cr-dMJIc|ʙּě<|߷=aY0G`ҌQMKbu9Ŷr`bˁ[7Г"Rʕ"2 otl3QM/ʉ:;bdBjr7 IYއjÞHExl٣]gpSE܏ a_]-: Wl?UhAu mJ^Vd:, ,in(^I!r#SW 9_5Z,;I;bJu86k['o;yx[#Z$`1940:]҅.֣B"ŘƊkI"u`ؙ͝e8^:/s)ڮFRC= ]r@P) g! 0N ͆C v %?J Lr]y( ח=GԨ].KݥF 9%>F" aٱ;`gψ6}yw+Ň~rʙS'؃MRh( ݅N\mu*J6A 4ʊn{FNacztW;{fi5wǯ~ܗUX.BW?nEVǻO8L "hCPQyi9Ԗ` #Ol:bSϖ!y#ACQ?L(/+ |ȷ7Ǚ+ClO Kٖկft~}\ H-F Z ?Bg-[RX%ykPc 8 =PH̘&@ExIϚ{Ib1SYt"359AГ03Ms:3ĥ6nb/6D={8m ܷԡ<_qT'TjYAF=bI,iਃEON nlj'jm` `O8il I>zD9U C&KG2":LGjIMEj f AqXG Z܅Ñ-wmxuއ55cOBJ=kF\Z3aY >C#ħ3 4$Uo%LHbAdב:e1N!lN,7OK:~B]IB{'qNXmAs4 xyǤH -U6V*8h>4Ӂ񛮷Ѳ ~Y| nL?4(&, q  p[K7jLEL; \oYXy6 }J{J*(X{r.VW[ڸZIo0Cw'd TW׊? faǾ7ɀ ")A85czk ټv7ַWlڳD\m Uwࢮ'SGVl?Z2A!G]2s54_[d+ѫVEWxF3q|dz [wRߖogx,.E%Z𣾟 g! .C}hE >b]FkEГ\(P[~l à˕;ڙti)Ϗw:!L$_qR/r 7b+g/~lƹ}5<%w ^q-|Cѧf,YcT!QtA'56wm:C_e.yڡoq BQ!$mU]`ժAu㈎X@j( ~5>b#ܵXܡJ{(GW)ͽ "0nJ% |D=*YnVGA%=Uώ<0z?WJAJ9EYFpvW&=IxXMvY$^t Uls9ҿ&v枋/y9ENvM~}ȧTi2G!k`.03]?|[M (5>WWL :6N苽 { 1+skM fy<CX3z%H'ufa|],?S#s"C`rKA`3Q@"+tWk 18_;K`٨U,=ۖʻ̩!k9 Y֥N]Ҽj\N4RiC:25VnAk UʲӤXat\hqK=N6ސ3j=\5~X{kMߩxsPD %EJf$(}r_HYYWY vѓHMZ_rAػYYB8$;.rHB;E^bV- "iźqE/fӶCn!cS]>UÐfpf%(Z~^{AfB"r:oVѴ Шbg:\X+iII |/0 sZ+N{ "A R ܓwicA3 aIM 9n5D8 `jIjG~AVi tbRFPRvڕ<'ir'Yto1DO#p,B$^)u gyC1W6e< :'ӓ([uN wD(a|Fz7b :Sf"E}y:xZ?ܲ˱؜[ĉX)@kU m _8E,d+ 4 x]rAJ+#_h 3  3W WP&`d2,оgoR3Ӫ "2t^`o+Grr`Ř`6Đoa Ub=#rBfa:-VdxX^I?vSbHyvYOv38Xgn).IB|hg#@ 0 a8@2n﵇+"C8p0<&f&0a~5u PnP~/uk B2Ƽt(+ݡ9zN-+ c.r+Szw$_z6ɋ^>d=|z[$xMioa\m? .$nd sx̬j/9!Z 8^@cj;@I 7uɗˣq?+':|&Bܵm"yxvA%M L g1[%ݷ&%?BUz{rn˭rXaۢURNVzZOsOQ+;/AB:6&w4KT(Ҧ+o}l/qG讔o\א^ЍkW4OSպ/SLTbXDN/chQDJ1lj:qj;u猷)mJTPp%* u@ %iZ|sE_2#kKտۏ&_Q 4۵XZ ecl8UGPSbk~:~VpJr R4K ԍWGm_DBǺ|>R1xԕ쮼&VМsS#u|;ll߮g0`IaV_Q+$2 =+?l]82 -F@K¶nlƯ7|D/k啰0N72j4mܚUI43EpN'i<lqŎqӶ&97cdX؊&e0]P8WԹ6._@x}ɡx ?H|L#R,Rlܧ$h%ag`āC1E[R+@U@U ':K-95*39 "$UG B ~͔=kG U1"6`B]d^hӜcJcf5;I[1!|^ՉN#ه?,/u< d[Ywƿ(>5Kh;Hk%}I@mj(BJDm v d8VRj8Û6ǁWHr$K`vjfl3M+i&7عN֑,sZl4r@~{pV.&o{:hlݏwl^W iQue1 1NJ^x33HsgQ/$!{/"ܠI^8g`ΪeAG&ǃPXOrG!Jvz*j ߹YjBD4@+}u>cE6{5K;b4mCZ!]c! ||lKR,}!͟=*Y>xW B-lT@EjxWo`eT˜<Ã5->ϝK,x>(,' eZEBzg:*'={aCpMT['>FϡXb̅-H*3þ*i߃ ZPۮJ2# 9bʆ*cG?z'G0ɸe^,0ZL;pdTKC1,@6mXpTFk2t_,3IDtw?Yq%H* PROp:qIUc."Hrс"pʼrDZ"t諯\(s5dX2y*7lƮ?NgQtƝrLjzky-aGI1RNa, I(I=:dn_[PLGzŒxopJNk=jG#hkh~Khfa4`&vj.{^" BY|Zo!70ne8+ >V}>pE >h&8cKA0[}^Ue:#md}.$uVA9̩}p];nn.; n|^&5sc/lc)Yv lJ5WZƆ_1,WI8ϥ[?w%%Zu%{cX ӟm0YXmi_(}|z5T\8&> 8u^GoǑF1[^v:]A9'k`7k\[J['hw=\6ShNn A<&& { ' jWE #7NxkaFKQ'V$[hxe0>j$ْb}T>*A9*2kt{BtYg hĿcHkN\ 5d%FXmvZʙ-g %O4iQ5#hxv$-ͳ7D0I BqVS Cn?u7H}]fm cwX; k[F呵m4VЬ=f^#.K9uAS1Knjȼa !7؀ڐ36MS:\p]O,+̉RAko1yw^!ʖH"Ї> *BF2G^P|hkA)/ $!.nrҷB "i5|nc;=ctnɎFgU\dk|HC&Bk mW+zɀeΚz0TA-q#Q uƳ|H!VVlTȔ\WQx×h?wC]/Q!ɵm.̹heEzulIE_x=ڱ_!3ӝH<21%9b+@*'? ^Ar";3j :L5/Ex"0l|fVQግvkrҊh;*9$X5 1>j((n); 2fGS:CTCm2?O+EKOe? A':08B%Զtgx1ApZ<B$ 8ƙ*\go +??jO fG4IȐADDu@>*z} 9'˳h/&gg: 2*uPL 5H:S/u&=lBYݓ} A 3 %ʹR%'w3s^@#"fy`JZ}%ilm:i`b=L/,/o>Z뼾K@fñל iTC2Z'hO{jaӢ%mI`H=hzw:'}R>DB3i;x)jFmOXWEp[Du565!jjkEmx@ ~B6o/A`0 <4In |CV2!S1R(S `jz%غ4CӼ얬SZs_Î_A$<?~pZ2s-w,z{y^SzAO?$;2 zi+r]$喺)"jP4!xc疻BehFI~X-[Z.&l:؇hEyNEbE+UY:nU'!\\9ښqrtT{Wa :`4q^SDCKWKz%nKvh Ȥ`N>!.Lf\Ϻ~ӵx";b:BP^ ._ׁGsvFt:> !!iEQc 8#C 5Ol(~|@ptbi7\=ܶҮcѺLãc0YזM4 S$E7nJ+LQV_Y<@:EpNK}XgK?da6!s7ь֕? Ϧf Jd@}O4݈\fSbx) 5ch2;S龩}B6֬FPRjeզ,h-(:K5_ HFD0HU*N^A4SJ2+ 7%!UF${f*mnB\{Eq Fވsd#Xt(Vp]80A&&ӗ BNp?+瘎/=EPhۏjxmAk6\aaW9hGy+.mg%L 7ۿCM֯ ?M(H>c@D cf~=F*ZtZ56;ǽznn'޼q!"$H~ #oWsa36z"]$#A^TCfj(JeҗP9ƑRRp5.Ѕaɋ-0: K6) Bt#{agB5Oh[{< DePnu's(ڋik?FpD&etO!u  |Ώ7!6|ZRGR2( `7AtKF%ĀKw&<g ȴ6!]LHnk|͊ ӧt4MOߒ^d| / }۾Lo?e~x[DZ{"y榛_N.4Vňf<s|ܧ44 zSʧWprvx0r]c-$g0F?ޱd$/n/٭u٪P)D_@E8 aY;åG+OU;-(Vd'9i '^pcFwFvumLu! A~'ck:ő.M6kAcSCt+EZu3>n;\R1vgS]1pD2^17/Vo%?#0+%Au1µI QjAmo0.rNnpC;϶_rڛ$!?PZBWgIƺy7S%^{XV~MS\(P`f2^ag&()V?fRF%e jGք !2{wӣaᭇcx6e-sAJjD tw\ {/B61:8h3\iȮoNй!p;QgIoO]?_c:?͊5MlXY~>ޞ Y8JB*~b<”*PhtQ;d8Bj)=]Xd ] FIca!e7Y19Y-gܔ0s?By<.5IDCO-kk6[0<9JܲXFy'68E~Qӎt31AmTk֋L)=`0yx7޼0.ڍoci`0~le,z/ZյڄI{He StI;J5nA[,~j-:t|.51T^FV(LTbKRZ5űIK,!܆K% +eB3:˫>zk0-&,:=]#grl&Î姲WY9Bns|fKZ4Ons, AP]ye=2cZ#1?)h 7o;emF1"=q'%zl\}Nˆr"Uǽ7ն?4 ,5۴!}۰ My ivnT^WZl ؀+[7!=-pmor ^WT-UZZSjxJd"f z={5"-4 _쒮91*=y#̆Hd+y!y9XԺ;Y5IE͙&"_~UGEez:n(b]/FBU]4uO|f+t2lkᚂV.8!9N-,%n^" ϓbkGA;F$+] 2 %'2(a)ܖ` dU(|KIf"Dvae$5x3FL3'KA`fH4/em!HnؒSrXBze,CiOh9; mH6 Oi@^a GhE>y8۬ȴԺ/ r Uk3HF^ VQ!F,Q^C'v]Kc7GdHgz+=!>]vz6a4et!.Sriu,gS5TdS~j@΀/>wM GC^!=Ҏ? )CA|f P筡b֡MuBm[wf9MݵϏc0(qGp>.3Zu5J4-I}<;cFuWEgGjq*PԾ1{g!lYVC iԶ5ܹA(2ʂneh ߊwQF/ u8ߗ 4L6H9ZVH#+עB= lD+'(LcmgZbV k1k BRMϬB|_brtTyk "೓/PS揚!ƒȌqw~-} LpQ)CSknCۇ]nݼJq'FJC1Y;D9&;κty͎qWdž:܎`bmZ~gssEROLm#;U8@c'.H>ͤRMdE΄7H81Ո^x^Ӷ|QhT/ӹ[}"ȿd Mc^`U/"G 5~D+LLX xKEn"J! jT&UhJOx4t}UR`48\Stp]1F'~$8>ݏ'9xQ{)7  (nԮwDP )ȇ*m汯c%'r .i?s`]rUQr# wWS#,Y3@#p͂qp 1$`g7_{P F{uHڢ}xadωCr@sqK.0m`jQ,N沷Z(YZ# Q%c /Ir5ῦlusG<>#+7+z4[w)#,Pip/6Ֆ9:@'@\+@K YwodhgP P}V;ZH-GG3Ki!XTos0 $uyL6G]5Cɉ]ZqшeD8G{ڠыi}!vA*06oXeyCH8M캑#w193DŽ/I,[,pJ{s/sв/5 |#TCJ9]5}~/־WzGRIBni:9Q(эW_G_W:t;)D6:kysܾ0.UPqM+:i2?L)bZMTHZhH][Wiܾ"<" qyQ$9S~1 «^szȐSxwD>.f{,tzf?]JaJg_Ww.<}ׅp!c5IoѰ gȇg -Ѿv"云&`_xӕfWcOW5fJKa6yR u2@r..jj'oR0 eez̎$Bnc6 piu|:n.lZ҉YA22rI b{:OEu8wHw!%SaS+HYvj -Pk$ew@s4-=8Ħwڀ7bw J].'"FčϗV܈Ou*^#Y,^^0-»_ 2ie?O^ j=N!3&[*R |^Tpǩ)3ipฃxp4PdX0=A8@E[c#::uvhl&"%I =JsH'ByW ?4kׄVa xx|z䆀zƕBE7]=҇1i`i~؟=G aů9W 7pyMK;#*_BYmXgf.`TުC:x 1?hhЖq Q7# {9,zscs"/]mJʲjv$b銲VbwDgg13OX*堪& wI&=))3co7~N[dk?#\: R 7=Hf;G .w|h ƟVzc'nr tF(q>-m]n~Ttl=wK]}IJDEb[>֕zVW/ݐW=vAx]0bzOzFA,#9Q,"^P6J ȤXd1ȤǞ Ֆ̶i7 û޵ru jK~"怡ʍՑ\4ܿD Ʀ/Ta#s|n-"ߣriP#ɈxG?zi\XFc^ta/whʅ(?.>;j4fXAjK9 \ Nge $6bgc/S=-y'bˆ@Vi4Xr5];ip{.ە&FVu?jr2?i]db죺7 .Pj;Y KFxCK#lΜA Y28"ڌR-UR׃lIώ6{PQ"ٛvc q*vJf9ʈ3oJ6S.O֠X+n J_xS%Tn<M8q%-`4O3]쩲_91Q(&(TkɃx6g[mX@P؏GGliCnS+X&)u'm ޟ#| K]2zdx^E ,\4odiArg; ~G0KsHiuxn ֓fg 2 D`W\1"3|l>W%d|ezaY! P,{izJۚm}uPhٷ죋}mQoFtͬPYjo/b,| ŒQ\]n^fpMP,Bbtc(|lXMfM 'ѩp&]"> <6/E }2#m3PuH. &;-24ײ6PXL'~3 vI #{$ݓ&!$W"Ґst)*K6-A#? ơ^{^s@t |9Y8s)$G%6?C uTMk9;=M~_kH^gϊT _B #BH C^pұ9 u'{=z_Q œ$Cg|ȭ`%.Ӏ8IioHO-cǹwRmԿɾQdb{g(Ǧ$휯$b!}J?5ޥe)B&<ܛwyƿBLhM6 V@w }b$|VLo37[rQ> D9V,oj4 2{~\Nklh#,z2 ] Q787[iK=; #.0Az [{ F?G9WI4">܁h0(d<񥜂E8`&~ H;䝕^b ?Hw)[c%?k"'АoKmMpOs$!0h 3p@}8xjun~ G p RoS*bPMߩ,x;b8T̪طv 裦 :"ʹLO`Y&h:8W/CvO=s&wZ4̕nkJcD:\S@9e>e@JԸНW*_2|b,~6+EJ'q !F. x3I F eYJB4G4<@O \4B{adBj&Z"tЙo8K t%EΑM秤g5:h`<(#o P2٥t:Xhd7SI6j_!(96Nɴ#:.*R9fNpwDȝ|G "sPւ( $W bԜSBwTX'o^`#Zv\>A2ØH)HݮF^jfV%9S9"(Ҋۚ&x*M[ k\{Si# rXhSĩ |,~"RSaнГ T:2+av`@鍉wH R+[=4aڌ4,9ס+{ Z)HD'Ć{6+ G/k rdSHG_lڥ x#(ιnS- @Cn>uGo-"-ܬbJ @~1W.ёy1.E`SE_o-T1g# 0]ޭ2"ޑZ)ZYͺE"r7l":[ܸ5њ}j+jOe>9uE/?%9BAF'ڑ HFaV2qy2 gaK*nA>|9\M!PPۅ|Ec{y/u*VJ aJCDsSw92?:}̆*~!꜀ l}&4(Fq#f'}mInR\z[:Sњ2Aԓ, 4bFN#DD 1B bb328JҌXt엣;2AXx5]Z<bu-l VAZ&ʾ<3%Kv{,gO .80н&(EOF뢡6R誟 Bt/3RKJHצf@u{©V /:LT nˣ)>;pO X@ut Maf-!B6@b2Hj#8e5TZ2M'w˱½SXm\CGp74βa<`(;OxYiY=;=`o#jo: tM 2qoiڟs3o+XSHBoʐY|Z0 ̝Ɯv3ۯ뉙|?W_R +G*SǴ^yqVzэ e1fte/1dвh^·u6 HNkKOr闥dj{tK7;_IKhZ^4J$:kL N`kn=&=_d3ehg~;ܦ)t^ݩqԱ ^KFo`G?\Ta'ĚnL{a`j:5GLAyLk4/ LZ%:n泥Hy=4ptN2yUw9ä^f4! Sҟ=izt<_Wi9qcBN t;䀼+l58kσN"RrJh[36:ـݥpxFzeV|x{+@P(Iz÷L$WAW8 }'E8u+?zz hNpZ~ 2"< ŝ-m;:$ M䞧~q*–33Gy3Xoffx`j&Nj {ǕO|%ڐ$@b}22ʬPxe#IJ>;݇ 23ЬO߳ZMtK~|Fxi>cE 6p\|<@p.wIhZtހ^NMh<'&`$@QV38ZT'"嗮"6#D?o= n Ue0&VV`@ClbŜ2iߌޡeJ[l^*7c(1pءf揗c1wc pOc&fTy.T틕ScE/1JH%츜Ӡ j1ILS"mݤ?OQ߷Cs`z\&_-ޣN '4O\jcJ)H',l JY2*}t`+s|"o ᚹNf\T\Sj2}b @G+r9Z%ݑ̴N$"2B#Q\ԅxktd@h,f0-uêp4a9vkZzfϑ9oİzt~@I.VވAbpY9g!JfR턊OA\fk[&l[iF=Kbb.WOGʍ!f; 2ZWKk:@6u~, u*Mu]i亠#m 3?_~RtUPt0e\ TQڔ=LID(+>eM-y;#.U@`!]Թ1Ho[{*T^NY@ =o \{dU$2wMhl+E/䵰] B/;y`[\{Oeq. }-5X-rIۅ$,~/vDl|JDS:)pP ?lҡ3i6yU@$v|HC @ KWdƟB!9?;|3R#ۿ:M`#^m`#!B]ԕ'mW@< 9#k>Գ~W`ţya4c"HPl"nS}`@_c7nZ{:UNQ [E&{*`[)IU/fłH,5w{nE(;;#M" '&b\؈qÇ|xCun0 E\{CՃWa@7ȭ%c9d8'W.ͺ:1ŭFE13`=L^Iq\]i\AA_ڬיKb k0YIMQڵ6iia<_&C{x?$6E~GwO9L`%W7w? u۴Y-G ,u'!Hgbjk)`76gGNv$ (*3z'}ce1H*j 8+ I Sf,ma+%ϺRp?䏇n~ (iR0;jg.ݽ[hs6fvN#}abBwu~%w%;l?3MC\ee:",iϘ÷^3j|>XGȊS)0chOnmH<,_ 8?e6`n귓`9A 8N-XZiRK,i\_9pṛ.s2wY4˷?5RF G %E'J$uppȴ9eSy&E*K:JaX8bxZ)h|줧rѺ|g2bet,YuVLNec)쏍HL>!\Bf|f $]tq2O+ײ_͝oJr`U a?ybPi=etQQ4*7|'B㤠9wV$@eSE;钾]W)d-E{)B<1P3y14"_éDDbᢢe%[~ :BL?$W`"Oh,G4\tn-p=6 ܬvq/JTNiƦZTh35><|JOa.ڦtD Al.zv6K<=? 3mntRLS Y8^(u_O"EZekK\wM^,~dzI4׫=RŪ'XD~0`忋ZX 9h#PrYaD!?)4MGZfwh&MHRA4!]lFgkplݴHoܸQ|n/1.V͊+\U t0?>Ƭz- 6|sI`篑V_VxPx4Vr/uξbi{?PL?q&aV Lw,܈;"IIux6)au#XxUpm<5' fo[m#7 un 3>?Mt]+rb CVwn;-\p@ .47[surQm6י\J>epm?9X_gMhWx] î? wĬ!Vu_ 煺z$~R]w[5Q#v8 {A%:r~Y%d0uJVnR~?ښTxu!T+pDl{Q˓b'#z3$M邐m]ʶxE3r||<ij<l u.-'~Z}%z?uኈ1%ε`b]fp# []CWAZK%9,N>s+F&"d$꼢u鄊興nkFiIZLkU0 9,$ӹՐY+=<JfSW;Y< }BH)ivPl^ rSX h~i%iT@\DDb=C,QX:~gy  QNnem!=+ zV}v1^v159XY긌ȜWM싥Q8cdIAH2HO.VЦ[M Au-GAk *JrƲ)˰[㳌$o׎.p2ƪD~o>Ŕ_BR{a`KT!&u/:g)#o@Te*Vv>2׽1{+49ӓi!ށqs([X6HEeR#D{kA.V?TsԤ(1<\'N 4Fq]ܩXv/SOwNw)lm=wTעN|+ۢ*I9 ^J8$m*YT 0:0 'ؽǥ$x̓پ#L$u$%'݇;\CM3{C'r%L9^MVU0TĶ#vn+WbNXIK ^cZ kUVM~7N ha6T3>:$a8zDJEbA7~3vs+ZDZ--2 ޵}"؍5w g8vZ( v6`s`{BPQK*^Yy[jtM^PX~w},#e9,.j n܄'Lc >휯^o =C\`beꝳ~M^?ĮFn+х3jEw VC}ND096Yܼ>{D3˲t$ulqDWT9IW:06T%Ǥ^a Ie?DN t;fǐp)`aM. DpśRr|\bz4g.zcdJΟ1&z+e}{! lI}pʯqUm1Y ChG%zQ5np+CkqO> 4bY8vא>7COջїFTƠ<*+G *qUZ_" *)r~]ܑ;OFة_]2}à?SFEgs&&15Q\ Oㆂw/͌:{}. LYq,e-K>/8Ջ?w) ," qB^Z:dM"{&ɶ uP3o%UʭI՚j[2_ܔaIpf&oJ1y xČQ@%DY'X Ӥ@A|D#P3>MqƓD&;F.v}%M'zO+9/*]eJ%&"FRFu H=]NYR~A_#w*뚷*E 9cliT 41v7XNɌIΞz%YzmNfZ '숤3tC/DoQ!p3o`\*2 Zy#+p~ !b =;!\W DW7ODWk7˘sI"=T3ˊK\SEu|A['ċ²/X?QW JYA=;(xUMukk0אo}>~[SMB%蟜k.&׌#԰lF˩E>3;bS;/ObD %4xfH_}?3,-yq,Q44!suGRZ? Ctk${OPz`\ã5F-ltGN(܏DӑtUl=zlWYT!D{0CŇ^ o ;x34MZ3 6@ 7W߳4Sa| Cv}D<" & o;ej[B ]ݐ8~W#Ć;_WbǖEMh}T.hk#όj4ː#q x1h%!'Ny2 .8p%IyvY{6߱B{$.-j Lmސ1^,s1QWGFxdY! 2,"VT+ B)։kWVk7$`AuC'{g?Y>B L; P?Tv3!?3&iXO=[\LZeEhDQŭPF;yԟgP'3i$$i^p*z4˃aJ~H8|za*;"XWYdR -z=gsL$ ц-r6CJx@X>ˈ$RmXՁHoobWs|ӡpÅwr~ 4N@O#6i9I:Y8ݒ;$An䨍"'*2;\8oKE e%~c!= vuCk;YXOndjJfxFm=xFJn!ra]enJ/[MA"jW)DafڵWyA6U~=kk4`Y[ubY'OcXhwj!=({`5qůR;-bkf_=}#L-b濴QҎyB@vIE $3y5DbA)$x:u2YZ~l1_v`V8WT9SV<6>\ؾXYO&l&0#`jeKn{Hin2~xk#%~vhC2qޤ(=GŒY5- 2+fzYBP없gFK= S8 z'Bs t\)Di#TL (Q}LQhmDRX4}%3Xz3j IjvnTňA[JIQ2q~y{@$EpN$=v世vo+ɰ(Y!KW gѰS8TL詷'v!8lcZxIwLKXݡחR,8e w 7mdUNeWatCKF "L3Չ,0ǃ w<-uþS5ɸu,81M՟K6$e3wW^I(FU>"pH:z+p n߭7zoH6`3.ō0J=^\Xx]3@'RtNТ!m2_(a'Fx񀛸)0iCJse@4/0]bsGū-1^Є"Lbz΄˶(6R(,5NI{H"{Hg)t#ׁhYpʆs56.#Rc'w!MB .v3ݨ!89*[^LXo$/~X?7(lB .Iq(kO< 86ΰRoTbDI d:BGd@i P3e )$n8 _QV4cK1r΁ 9Ѕr?R8ރV,ź 3n>ffquL4Hb#e,뚭D,ɉ0D2 g6Y}*W;$][z;Y5q3.dϢ 's֘c]g;3%Ps[fO7ڹfLK,]E%k ll;-PE!ԼA{?b4%4I_qR$%4^SVL'ϖ͈I?ibZWuI#B`Sޏ0J^^,a7`vQl4e|2&8$>nb f(Y:R x{i2 ww7-e߉?'hQk"s SXw*:C&-c ݃H YZ