bcc-docs-0.5.0-lp151.12.3.1 4>$  Ap]瓅/=„B&Yo/l*QPK/ I&(.WIŞ߱f.*miakv!' dBh ɨwD@#⡉oe_1N6'sY- <˧Ũ67d΢7h6륵As՛^vn)N}~hl-hY42/7Ӥ(^!n`kgDU4vpl s;v yХppaGc+7 /73b96dd419ebf5bf7491eb11098ed4a721a42906fa1c8f540d25c421255011cdd3daa0ecb35e6e23c3b8cd32b641683cd081363f]瓅/=„b1PpXsc6Hd3Yؐq >X=I2;鈲Yj*Y$)FK<;%/|1L! ? -dˋ 9TAr+!cۅΐOPkPf ,['d޺x=x5`V$vBWmjpM6*RnQ;1aq}i;F:*̽CE*<2/cs& IoN=V89QPi$t>p;bD?b4d   J !(D R ` |   (Kn;(W8`'9':B'F^G^H^I^X^Y^\_]_8^_b_c`daeafala!ua4vaPzaaaab0Cbcc-docs0.5.0lp151.12.3.1BPF Compiler Collection (BCC) documentationThe documentation of how to write programs with BPF Compiler Collection (BCC)]`build77 openSUSE Leap 15.1openSUSEApache-2.0http://bugs.opensuse.orgDocumentation/Otherhttps://github.com/iovisor/bcclinuxx86_64[K3U3t"A큤]_Z 0Z 0Z 0] Z 0Z 00d754db0c6549b4b8f1f395ed5795cc411ca1624c49ae9e7229429a9cfcfa5dbc51e8e931ba5b87b37ba5000a3d92aeab388383ab72f231cdb1382ffbd72b5fb1b3135723d467c1e2c751bdb84349ab9011e7b71502afc6fd05be7d439f8b79759e5aaa997ef629860fc35239d22d098f1dd929a71be1c8ecc06124710457f9dc2fab0d9134404d906769e1f4ca60e2badeede009462baf13c53a0c2c02d793f1416bfd79e7a2ef2d5b0b68af9508019d2538c70ffe76a8bfbc2630fdf4a1a26rootrootrootrootrootrootrootrootrootrootrootrootrootrootbcc-0.5.0-lp151.12.3.1.src.rpmbcc-docsbcc-docs(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]@[^Z2@ZZ`@Z_@Z|;ZaZ8@Z3@Z)-@Z%8Z!D@Z Z@ZC@YY5GX•@X @X @XF@X@W WҤ@W/@W Wo@V@V޾VVŲ@V@V_V@VqR@V\:@VI@V*!@Gary Ching-Pang Lin msrb@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comdimstar@opensuse.orgglin@suse.comglin@suse.comglin@suse.comglin@suse.commanfred.h@gmx.netglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comidonmez@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.comglin@suse.com- Add bcc-bsc1154926-update-kernel-headers.patch to update the built-in header in bcc to match the one (uapi/linux/bpf.h) from kernel-devel or the compilation error may happen when including some kernel headers in bpf programs (bsc#1154926)- Add bcc-fix-compilation-error-with-latest-llvm.patch, bcc-fix-a-compilation-error-with-latest-llvm-clang-trunk.patch and bcc-compilation-error-with-latest-llvm.patch to fix build with llvm7 (fate#325696)- Add bcc-bsc1080085-fix-syscount-str.patch to convert ausyscall output to string (bsc#1080085)- Only enable bcc-lua for openSUSE (bsc#1085810) - Amend the spec file to enable bps only for Tumbleweed (bsc#1085403)- Add bcc-bsc1080085-import-readline-from-lib.patch to read the symbol "readline" from libreadline. (bsc#1080085) - Add bcc-bsc1080085-detect-slab-for-slabratetop.patch to detect the current memory allocator and include the correct header. (bsc#1080085) - Make bcc-tools require audit since syscount.py needs ausyscall to get the syscall list. (bsc#1080085) - Remove bps due to the incomplete support in kernel (bsc#1085403)- Add bcc-bsc1080085-backport-bytes-strings.patch and bcc-bsc1080085-fix-cachetop-py3-str.patch to fix the python3 compatibility issue (bsc#1080085)- Update bcc-python3.patch to make python3 default for all the python scripts (bsc#1079961)- Add bcc-fix-build-for-llvm-5.0.1.patch to fix the compilation error against llvm-5.0.1- Replace clang4-devel-static BuildRequires with clang-devel-static: use the unversioned one, folling the llvm meta package version (like all the other llvm/clang packages in the build chain).- Request at least 10GB disk since the clang4-devel-static needs more than 3GB and sometimes caused build fail (FATE#322227)- Request at least 4G RAM for the s390x build (FATE#322227, bsc#1070362)- Tweak the installation path of bps directly instead of installing it manually. For those architectures without luajit, %{_bindir} wasn't created and it failed the previous install command. (FATE#322227, bsc#1070362)- Update to 0.5.0 (bsc#1070563) + Explain possible reason of an error in scripts that rely on /proc/kallsyms + bpf: fix a couple of issues related to arm64 + bpf: Add support for prog_name and map_name + Add a few introspection helpers + Introduce BPF Program Snapshot helper (bps) + Trace external pointers through maps + Merge BType, Map, and Probe Consumers + Fix exception handling in python3 + Add usdt support for ARM64 + bpf: make test py_test_tools_smoke pass on arm64 + Add soname to libbpf.so + Fix Module display for unreadable Modules + Use bpf_prog_load_flag in APIs + Add flag to enable verifier log_level 2 + bpf: use MCJIT explicitly for ExecutionEngine + change frontend rewriter to better handle anonymous struct/union + Move BCC debug options to an installed header file + use user-provided log_level in bpf_prog_load + Add utility for cc tests to read command outputs + Fix 'test_libbcc' from failing due to symbol name mismatch + Update perf event type and config checks + libbpf: Support unbound raw socket creation + force linking the whole api-static library into shared library + man/bps: Add a man page for introspection/bps.c + Do not keep Loader instances around + python: make _decode_table_types aware of __int128 + python: Avoid unnecessary pointer object creations - Only exclude ppc and s390 build (FATE#322227, bsc#1070362) - Add _constraints to reserve 2GB memory for linking with clang4-devel-static - Rename armv7.patch as bcc-check_int128.patch to check if the compiler support int128 or not - Drop upstreamed patches: + bcc-bsc1065593-switch-to-mcjit.patch + bcc-add-soname-to-libbpf.patch- Add patch (bcc-python3.patch) to explicitly use "/usr/bin/python3"- Use the python3 package by default - Provide and obsolete python-bcc (it's python2-bcc now)- Update to 0.4.0 + Fix helper to access stack pointer for powerpc + bpf: rename helper function bpf_get_stackid + bpf: print out the src debug info to a temporary file + attempt to compile with system bpf.h if default compile failed + sync src/cc/compat/linux headers with latest net-next + Fix segfault with enumerations + Allow BCC to parse vDSO symbols + libbpf: print error to error stream + Avoid potential SEGFAULT when resolving Kernel symbols + Fix 'tools/statsnoop' from failing to attach kprobes + Update USDT argument constraint for powerpc and powerpc64 + examples:dns_matching: make it work as DNS sniffer + add debug option to dump asm insns embedded with source + examples:dns_matching: helper function for adding cache entry + Traces external pointers in parenthesized expressions + examples:dns_matching: fixed loop break condition + Fix bcc_resolve_global_addr on shared libraries + BCC macro for the creation of LPM trie maps (#1359) + bpf_probe_read*: src argument should be const void *. + hardirqs, softirqs: Fix distribution mode units handling + Add a generic utility to check any binary availability + Fix 'test_debuginfo' from failing if a symbol has multiple aliases + nfsdist tool (#1347) + annotate program tag + add helpers to access program tag + examples: fixed http_filter example + nfsslower: trace slow NFS operations + Update after lookup in map.increment for HASH types + fix a bug introduced by previous lua-bcc build fix commit + Better check for compiler standard support + fix lua-bcc build issue with cmake try_compile + Fix segfault on incomplete types + Trace external pointers from helpers + Allow the flags to be specified in remove_xdp() + bcc-lua: --no-pie, not -no-pie + solisten, tcpconnlat, tcpretrans: Remove unnecessary bpf_probe_reads - Add the new subpackage libbpf0 - Add bcc-bsc1065593-llvm4-hack.patch to work around the llvm libraries searching issue (bsc#1065593) (Also add clang4-devel-static to BuildRequires) - Add bcc-bsc1065593-switch-to-mcjit.patch to switch from OrcJIT to MCJIT. OrcJIT actually doesn't work for bcc, and the bug was covered until we start to use the unified LLVM shared library. (bsc#1065593) - Add bcc-add-soname-to-libbpf.patch to install the shared library properly - Update the group of packages - Disable USDT for ARM and AArch64 since it's not ready.- Update to 0.3.0+git1502955391.9de830a + avoid large map memory allocation in userspace + python - set attach_xdp's default flag value to 0 + have uniform uprobe event names for python and C++ + Remove extra S_MAXSTAT array allocation in some tools + Omit include of ptrace.h for empty usdt contexts + Add clang check for -nopie option + Correct commit id for BPF_FUNC_get_socket_cookie + tools/tcptracer: add timestamp option + Since LUA_GLOBALSINDEX is obsolete from Lua 5.2, use lua_getglobal function instead. + better state default value handling + add --state to offcputime + tcptop: Filter out negative values in receive probe + tcptop: Cleanup argument parsing + Use unsigned conversion specifier for nlmsg_pid + Fix wrong netlink port id check + 1. Use more safe snprintf instead of sprintf; 2. Modify procfilename buffer length in bcc_procutils_language function. + permit multiple pids attaching to the same probe + generate proper usdt code to prevent llvm meddling with ctx->#fields + MySQL tracing without USDT (#1239) + Fix a clang memory leak + Update bpf.h and virtual_bpf.h to 4.13-rc1 + Fix trace.py for library filenames containing colons (#1252) + cc: Add open_perf_event to the C/C++ API (#1232) + memleak: expand allocator coverage (#1214) + libbpf: fix build warning on setns (#1246) + usdt: Use ProcMountNS + proc: Enhance bcc_mapping_is_file_backed + Fix bcc.lua build issue in Ubuntu 17.04 + Added helpers for BPF_PERCPU_ARRAY (#1230) + Add an option to strip leading zeros from histograms (#1226) + gethostlatency was rounding to full ms + Change clang frontend optimization level from 0 to 2 + fix cc: error: unrecognized command line option -no-pie + fix incorrect code generation in usdt- Update to 0.3.0+git1496334311.6fa3681 + Improve PerfEventArray clean up + make libbpf standalone-ready + Add support for generic XDP mode + Add option to control bcc_elf_foreach_sym behavior + Add bpf_get_first_key helper + Enable recursive scanf support for char[] as string + Fix computation of LUAJIT_INCLUDE_DIR + cc: Work around verifier error when reading USDT probe arguments + Disable non-static function calls + Added the option(USINGISYSTEM) of Cmake for controling whether using -isystem. (#1064) + softirqs: Migrate to kernel tracepoints instead of kprobes (#1091) + lua/bpf: implemented packet direct access + lua/bpf: support for NET_OFF for dissector + KVM hypercall analysis example (#1082) + cc: add support for prog table + cc: add support for array table + Add TableStorage class for wrapping bpf map tracking + funcslower: Trace slow kernel or user function calls + map.insert bcc helper to expose the BPF_NOEXIST flag (#1085) + bcc container improvements (#1051) + cc: define load_func and unload_func public + Python 3 compatibility fixes around string handling (#986) + Verify format specifiers in bpf_trace_printk in rewriter + Add build option for installing C++ examples + bpflist: Display processes with running BPF programs and maps + python: Allow module=None when resolving kernel symbols + mdflush: Add missing #include - Enable AArch64 build (FATE#322227) - Remove remove-isystem.patch since it can be controlled by the cmake option now. - Add gcc-c++ to the BuildRequires and switch to gcc/g++- Update to 0.3.0 + Added s390x support. Needs 4.10 Kernel + Restrict rewrite of unary operators to dereference operator + cmake: Explicitly mark static libraries as such + Fix bpf_dins_pkt rewrite in BinaryOperator + cc: Symbol resolution with multiple executable regions per module + cc: Fix assertion for debug builds + cc: Don't parse the same module multiple times for USDT probes + add XDP return values to python interface + python: handle null module in BPF.sym + filetop: support specifying sort column via cmdline argument + cc: Retry symbol resolution using perfmap + cc: Handle nested functions correctly when resolving symbols- Add remove-isystem.patch to unconditionally removing -isystem, looks like the gcc check is broken. - Add armv7.patch to disable __uint128_t usage which does not exist on ARMv7. - Always use clang as C compiler, note that the build system will always use clang++ ad CXX compiler if it finds it.- Update to 0.2.0+git1488325605.4d0d430 + Fix long running test_debuginfo and python3 fix + Make perf ring buffer size configurable + docs: Update eBPF features list + Improve matching of file-backed memory mappings + Fix symbol resolution by name (SymbolCache.resolve_name) + cc: Resolve symbols from external debuginfo + cc: Correctly treat PIE files as shared objects for symbols + Migrate to new symbols resolution API + Simplify BCC symbol resolution API + trace, argdist: Treat small USDT arguments correctly + Support base + index * scale addressing for USDT arguments + cc: Fix SEGV when there is no build-id section + syscount: Summarize syscall counts and latencies + u* tools: PHP support + bcc: add support for lpm trie map type + cc: Support for __data_loc tracepoint fields + Fix python2/3 incompatible percpu helpers + fix iteration over CPUs + Fixes for LLVM 4.0 and python3 + Update [virtual_]bpf.h to 4.10 + add bpf_obj_pin/bpf_obj_get to pin/get bpf objects + uobjnew: Attach uprobe only to the requested process + uflow: Trace method execution flow + ustat: Activity stats from high-level languages + ugc: Monitor GC events in high-level languages + ucalls: Summarize method calls with USDT + Example of using USDT + Add USDT support to C++ API + Improve linear histogram limit, and improve error message + add runqlen tool + docs: Update eBPF features list + Improve C++ API perf buffer polling + add support for bpf map flags + Fix bug of missing to install simple_tc.py + Add support for aarch64 + Avoid unexpected log message on BPF program load error + Add lru_hash/lru_percpu_hash to python/lua + bcc: add lru_hash and lru_percpu_hash map types - Remove the clang workaround since llvm 3.9.1 supports gcc c++11 abi tag. (bsc#935533) - Enable PowerPC64 and PowerPC64le build- Move manpages back to /usr/share/bcc/man since trace.8 is conflicted with the one from postfix.- Update to 0.2.0+git1480569532.5647de0 + profile: -p should match user PID + tcplife: reorder logic to catch missed timestamps + hello_perf_output: match the data type of pid + Remove debug flag override in bcc_exception.h + Use StatusTuple constructor in mkstatus_ + Implement StatusTuple class instead of using std::tuple + biotop.py: fix compiler error on newer kernels + Determine kernel dirs at runtime (fix #743) + Rename exception.h to bcc_exception.h + tcplife.py: Catch passive closed by server, #788 + Install exception.h and common.h + Fixup test errors in clang, c api + trace: Avoid passing -1 as the pid to USDT + Fix Tracepoint example (#809) + cc, python: Clean up BPF module and tables + Fix warnings covered by -Wdelete-non-virtual-dtor + Fix argument type for increment() in documentation (#794) + trace: add pid/tid filtering, fix symbolizing, misc nits (#798) + Expose destruction of SymbolCache in libbcc + perf_reader: install perf_reader.h + Use headers from BCC in installed files (#793) + funccount: Bail early if there are no matching functions (#792) + python: Grab all keys before zeroing + funccount: Switch to BPF array instead of hash + Update profile.py to use new perf support (#776) + Example for using BPF perf event + funccount: Do not prepopulate location cache + python: Filter duplicate in get_kprobe_functions + Python API for BPF perf event + Add bpf_attach_perf_event in libbpf + Add BPF_PROG_TYPE_PERF_EVENT to bpf_prog_type enum + add tcplife (#773) + add reset-trace (#766) + funccount: Verify probe max limit (#771) + python: Fix kprobe quota test breakage, add uprobes + funccount: Generalize for uprobes, tracepoints, and USDT + bcc: Make regex helpers publicly accessible + stackcount: Style fixes for linter (pep8) + fix profile.py page_offset_base breakage (#768) + trace, argdist: -I switch for trace and miscellaneous fixes (#761) + cc: Support glob+offset format in USDT arguments (#753) + Support filtering by process ID in the filesystem slower tools (#756) + trace: STRCMP helper function + mysqld_slower: Fix breakage after USDT API change + trace: Add %K and %U format specifiers (#742) + Update opensnoop to filter by PID and TID (#739) + funclatency: user functions support (#733) + tplist: Print USDT locations and arguments (#734) + src/lua: LuaJIT BPF compiler, examples, tests (#652) + stackcount: Support uprobes, tracepoints, and USDT (#730) + trace: Initialize USDT arguments to 0 before reading (#725) + argdist, trace: Native tracepoint support (#724) + argdist: Cumulative mode (-c) (#719) + trace: Print USDT arg helpers in verbose mode (#723) + argdist, trace: Support naked executable names in probes (#720) + docs: Update eBPF features list by kernel version (#717) + fixup the issue in which distributed_bridge example (#716) + Fix bpf_common.cc include style (#715) + Fix argdist, trace, tplist to use the libbcc USDT support (#698) + [tcpconnect] filter traced connection based on destination ports + Fix bpf log buffer for large bpf program: (#680) + opensnoop: Introduce process name filtering - Exclude the cpp examples from installation - Remove the isystem path since we are using clang++ - Install the manpages correctly - Improve the spec file to search the luajit pathes and fix some dependency issue in Leap 42.2 - Remove "-DBCC_KERNEL_HAS_SOURCE_DIR=1" since bcc can detect the kernel dir dynamically now.- Add llvm-gold to the BuildRequires since the package was split from llvm since 3.8.1- Update to 0.2.0 + examples: fix indentation in tracing/tcpv4connect + fileslower/filetop: use de->d_name.name, add filtering- Update to snapshot v0.1.8+git1472097662.4ebb7cf + fix biosnoop after kernel change + offcputime improvements: use less RAM, add PID/TID support + Add perf_submit_skb + Adjustments to the documentation + fix build with 4.0 llvm trunk + frontends/clang: Safety check for invalid opLoc in ProbeVisitor + Tool to sniff data contents before encrypted with OpenSSL or GnuTLS + Add bpf_get_current_task() helper definition + USDT Python API and example + Lua Tools for BCC + BPF: better format for `ksymaddr` + table: Implement a StackWalker for StackTrace tables + added percpu support in bcc + Fix error handling when attaching {u,k}{,ret}probes + Fix python3 incompatibilities + Update headers with 4.5+ features + Add v6 headers to proto.h + Use pre-calculated function addresses in funccount + Add name to address ksym helper + Add a table.zero() function to bcc.TableBase + Enforce limit of 1000 open [uk]probes - Drop upstreamed bcc-kernel-header-search.patch - Add bcc-docs to collect the documentation - Add bcc-lua to process the lua scripts - Add the license files to libbcc0- Use the upstream tarball and add the URL - Amend the description of the pacakge - Use the right group for libbcc0- Remove "strip" from "make install" to enable debuginfo- Switch to clang to avoid the c++11 tag issue (bsc#935533) - Update bcc-kernel-header-search.patch to include headers in /lib/modules/$(uname -r)/build/- Replace bcc-suse-kernel-headers.patch with the upstream fix, bcc-kernel-header-search.patch, and add "-DBCC_KERNEL_HAS_SOURCE_DIR=1" to cmake. - Fix the formation in the spec file- Update to version 0.1.8 + http_filter renamed, README fixed + Migrated filelife to bpf_perf_event + migrated to use bpf_perf_events + Migrated killsnoop to bpf_perf_event + Print traceback only if verbose mode was requested + trace: trace function execution with custom format strings and filters - Add back python3-bcc - Make python-bcc require libbcc0- Update to version 0.1.7+git1455766673.13e74d3 + use __builtin_memcpy() instead of unrolled loop + http filter example + Add bpf_module.h to CMakeLists.txt + different man formats + Fix segfault in ~BPFModule on syntax error + Add bitesize tool + Support array and pointer types in scanf generated function + Add biotop tool + Added memory leak tracer + Fix python map.items() racing with bpf delete + Don't show allocations newer than a configurable age + Add bpf_get_prandom_u32 to helpers + Added --stack-depth switch to control the number of stack frames captured for each allocation + Fixed long arg name from stack_depth to stack-depth + Added option to display only top N stacks by size + use bpf_perf_event_output() instead + save one bpf_probe_read() + 3 tools: oomkill, dcstat, dcsnoop + Implemented histogram functionality, including strings; added examples + Added ret probes + Renamed to argdist.py, updated command-line switches, added kernel probe pid filtering, added verbose mode that prints the BPF program + ext4 and xfs tools + tcp to bpf_perf_output + 3 tools: tcpretrans, zfsslower, zfsdist + inline C in /tools + 2 tools: btrfsdist, btrfsslower + Split bcc/__init__.py into multiple files + Split bcc.table.BPFTable into multiple type-specific classes + Support native integer indexing in table.Array type + Fix breakage in open_perf_buffer + Embed runtime header files in libbcc.so - Add bcc-suse-kernel-headers.patch to fix the kernel header path - Drop bcc-workaround-gcc5-abi.patch since it never works... - Drop the dependency of bcc-devel from python-bcc- Update to version v0.1.7+git20160131.143df80 + Updates to use cmake GLOB and libbcc.so.0 in python init + Add decode() to ascii string in offcputime.py + Add libbpf.c support for uprobes + Add python support for attaching bpf programs to uprobes + Fixes for address calculation + Fixup objdump calling syntax and add docstrings + Add uprobe strlen histogram example + Update test_dump_func to be python3 compatible- Update to version v0.1.7+git20160119.f50ca1f + fix pep8 lint errors in the rest of the tools + Close fd and unshare when public map is destructed + stack walker typo and improvement + optimize code, remove unnecessary filter check + add -u, and change from 2 to 1 traced funcitons- Update to version v0.1.7+git20160110.a0aa7f2 + Remove runtime dependency on gcc stdarg headers and make + Add ability to set custom cflags when loading programs + Add ability to export maps, enables cross-program sharing + Rename BPF_EXPORT to BPF_TABLE_PUBLIC + fix pep8 lint errors in biolatency and biosnoop - Remove make from Requires of python-bcc- Update to version v0.1.7+git20151210.23b87e5: + Fixup dependencies of bcc-tools package + Automatically bump memlock ulimit + fixed bugs in control-flow generation + Fix breakage from LLVM 3.8 API change + make sure LDFLAGS are propagated as well + Improve json type support for misc struct/union types + Drop broken p4/docs symlink and create README.md+URL - Drop upstreamed bcc-honor-external-cflags.patch- Udpate to bcc-0.1.7+git48.g1c7debd - Add python-future as the Recommends for bcc-examples so that the scripts can be compatible with python 2 and python 3. - Remove python3-bcc- Update to bcc-0.1.7+git34.gfa9684d - Add bcc-workaround-gcc5-abi.patch to work around the old c++11 abi in clang - Add bcc-honor-external-cflags.patch to adopt the external cflags - Drop bcc-fix-packaging.patch which is already in the tarball - Amend the requirements of python-bcc + make and kernel-devel are necessary - Add python3-bcc since the python binding is compatiable with both 2 and 3- initial import: v0.1.7 - Add bcc-fix-packaging.patch to fix versioning issue of the shared librarybuild77 15754576320.5.0-lp151.12.3.10.5.0-lp151.12.3.1bcc-docsFAQ.txtREADME.mdkernel-versions.mdreference_guide.mdtutorial.mdtutorial_bcc_python_developer.md/usr/share/doc/packages//usr/share/doc/packages/bcc-docs/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:11647/openSUSE_Leap_15.1_Update/929a2fee216c786fd472102cf7d273cf-bcc.openSUSE_Leap_15.1_Updatecpioxz5x86_64-suse-linuxdirectoryASCII textUTF-8 Unicode textASCII text, with very long linesPython script, ASCII text executable, with very long linesbCQ̑'CiWutf-814218a3f916ec6c047604431a26ed411154e66a367784b4a8bcabf68ee4f62ae?P7zXZ !t/y] crt:bLL HJc|uD#t%{> ؈p!#E{)fE?ʊ h]@ [vw[9V%՝et*Kj[ɂzEsUF)`ejVxJ8;4qW*N6[w22=*dQ 5$tű<2 ;X2J״d BOTǠrHbԺh˳M*Cr-dgL ?;8,Aܧ5\Jeh`}3ˡXr@ LS~R'+VG c ~k\$>kB%g9NQc ITem\!#k20Blo!;04c*jTEpz3Nk% 71yxh+A2X.&"|3FSlUoI\_ 똾 i Mq^3M} v~kQ"T!}]tM?HŔ'.kz.w2ɐx|a7!E7 [GewupN!0*_B!Xd1^rm=ivzRɬ+w׵+}Vw_.җ*4]c[ TL ;&aZᕌƱdɖR1v" >|uv$yhZj` ejdmrwI9Y;|h0Jjc0-Hf"b^VEN=5,С7ar89aLmW0s̿@`F'["gxI ^ګ.`5s-89]\+۵xR*h S]2tq_bqC䃯͝M ,*sa P{ y9ͣ-EqT}dQynGQnMr.*ndL"o#`ChRηn(.أ{QCLN)pnNض ?,*csӊ,"HW)]W*5 l1Qע&KD#XZ4 (*G4}^>7vep$M@k8RxQΏl?~|ymLm%Xԇ3 {\%rH?9B = ɻtmZH3Zc%b4uJAtSB7EvJDHYVW7pBÓ[`2 )m Q 9+ˬ0Ojyzb=nj3P/ ||ׄ228,fҒA}p\3ʹa6ጹ "BWޕ);l^F2-`Cp?3l)7f=PG*JKt.x=?9D5p:Mz" )_PTl4/wͩy)"$u;=ZgusJz0{ ؋ |x ]5GG #f h,)亹r% K4ӾVH:әGQ`j !*.I} u}YN@EͤTl*te](FjJy^ 턎kѱq 1vP5G[LȢ]Zç,5޿oLϱL *< Iȗ_9qÙҰv @6$N)~WFmsEj j B_4DZŶNIu oK+xp5tL9}}tjN.BӅe6<9LɏmQAn gbȭq-&sJb.cku۞|YL=}φ8vH5w[HOi#:!NwB.A+gDaďe7ywe*)0y,x ؁-b~:l7ߝƎ %dCA#(s.k/̊™ ]Pn ^r0 ,h_1 9[}wŢ9wkTvH$y"%C'"W3h7p}mRW6OuY?(rSU$# ܕK%x}~ PאƫQH?ʘپPSQ S8K0(@X8klyѰfE"eқg/FB? PϭJ3x&@wVesݛX~Na>Id1˸u.z@RiNȝpn껳 op -8/*ܽM";Z\\Ư6*#9}& :GZkyћx%r@&o'm_P?10%E-!>K yp3Bal]R食>e;LO9ǹ Hq L - s> #b R8N! )1':me|kL:ֲg:"RHA@%<#aRf }Omg퉵U~8i XnH 7 `6\ )c/ɗ.uRWPl5n\(6I 4.Zbש:=5h)V7Փ]qWiE]!Ѣ%;r}_7@>ວiYBJ@#HJ0B" |D+\ >"d\?+KvI^mnVLVMa*W+VH8g0*ݜMM@!츼Qw&8 鄍DpBFr;mbFkn~{̽_AR;ߎHyuVk)ǮzK҃hX9z ^0/Zf5L/t(ǔy{ػ3Mim\tl2]dS BNiȫ쾬ڣuSU(CZ_! /Il Sʺ@~(.u/# @W&˅0jmRrodlV}'\^ τN2abdHk`j\"#Bl*])?O_4u|ǤRFldtedd1pF76{GEl*1/{ݰ~$) @cw#l[]oF]iRŚA*&ƾD~?;u  Y~3_;c5t , Ŝ-Z}-D3:fQ#3t8F|:}3' , uui]c'EJ0^NwKIy%h8bߢ"w$N,2ˉt'rLs3frk a$ׯ26jOqvDoՎhMHo@Jb Ŷ?]7mLН E~Qu,Z]l9yb5w><ɱvRNUshNv6<]WFOQe`3Ƈ*.}M 8wJ'wڴud~=sdl,9n{9El,X{ dp%I?evajձQDAUw`䧱yEDPc FAwi}RR2."%ݷY'0, KkmHp~.Fq&t{"=^ p/- H C| ]YM߭.g u :DO݈zIKʑ K!Uf~>,"f'辷tr3i/&I ['(Ly D:Rxk^&0쿁n(}cFTC8Qu3z@1 a)2;R9E~GTT=2ZSbHEcz?BP*ySBQ{d={OZ;C8u7'ԽJQ1Y\,kƔǎOKވEј4fS{ y]P3 8J^EmpPfrFOM-\xo2RWmY)l#b )ܛZ:ez-~_߅x EU]OEqa|iyŘ#;W=%u>UKS#[tY#oՇ$'zrpEr(q$>IQY2 ayƣ PGy"阦nac 9gtDb h6N7IȒ[>}wwoltMȳRpC.2$w&v^RcL59M*5]x|GȊqCFt+9W$~fȐ́k dT#LiהqO@k*.d  1_1Tn Fv\)v@w hvx^ŅJ1f?7MMa6W vLjm:`\-is 8Y͸-"|T,H5?M /_VSm楑Y&d8p0G"IZ]-S:XZ-ѹǍrɄA;AXlFy95o]%M,+ӧE=FΓ # &fJ&JXcB"M>eqPU?A&³v@Vdb7YDYj\vV3mw+ r,H͈/ڑ_X,%̔ ?78}ڛ0!u0MT];yA1q(8w^̻fih0 ҃i pXHaK mT'ԏGt;6S 'P'C60orwߑS8`MkwKB=]U}P`:n5iJ+V9zJPY3h큶8l1 a))J Je޾9@uGT-?yr1nR2w _ği`\Ym6JxLn/ `E5C*VߥF+S|%Č)%k^͊roVX (K;aee+hhFk ވ4$N ;DDaٴ*/0O*2@ Hbre8TǷt ^3#,ұQw8f29MrS`@59BSK&`E=p F*.^t/>ehES:+kd,%r6HA:0R{W:03 }[[1?*VQT8q]8~J+uti8y=J@e^R5Ǥߵ |@: KQ^j G)c$Qו49ΡanD Frt]E\\3?'ifRUn5L4>@6.,1DKˬ;wsNѥ*);Ulu>kSoafDyWAFFsi4vzn- OQ*OXNJ@/7eF?-[.ݧ*`-%ҸVIeTOr6nAoLoZskZ'󑞺zٷs^V n^RĪS=f e)ɰf7BʡU`&AĚ*깦2"GŅK[0D4%W$9.>j`}הifX@r;4v'|ϸ7PZhv :69[ {[ɴF:kgdmOJ`LbP|2BԺjs=GB# Fޅ 8a4a(~Ɗ$=prdIhP>qvM)` 7j<3f qk?D^5I{Od5k"kera>ޣz^&Y67skmk&4 h^Q@'t-$/O Y,$e1ֺ3 ΅"]C!x Drk_ 9MLlm֕ ᘒБȅfl'=f2Bz<5GrP TՒlƼz=@KIe=Lu t y }̝ hz:C'\7\`cIL/kqn(yeyy t:E2zpr:oځ9ulK)I+ch?(L9s4AYIlVn 4u!)כXח:%I\&|,#z蒤us1Ğs\$^`':DA(eq"lWȋFkiD+Q! #,Dj=y2N d@{#tT4AUl~߭(43S $os]/dȾ;)rtTC_L`z%>h}Wm~~5Ii籴5;vzeyd<E O/w^b t~~Endwa|Jx)-8S3kj q?\vm< ǵ']h$%TvF>/{bk{88̈M`Oۢ3rq"*k( k1;= Ks/>+3x'i]ЎU"A0< ,+W-~L[mk㬚lC[OX+7$M{H_罋+< =u:s>EbJB<, mzƅ'oS/hoP(e3#XkjSO䖄iqa| o@hv+K- EVmUO1AU|q#?J1q۳Z>땇 w3{ on,!"yҜbN'rKM9=?A)rq cE"kJۆ_^np{QiՖBw2N&ƿ0h] BzVa^ goc!r{b7 3FshyR3w5!8q S (3p㓂Cev4!P/CK!{V,5!O,3 ˹PT*/cYx 3S7C k` 1gnx8 .eWk^"-&_usX",1rqu%nT|Szi7T:um-O|E$@]9z<79øb;Ah# ?Lj)4ICQ M8t-#+CBԄ],zec+V%" - n,fJF׉jGaܽd%кDZ>9aI5#;0¢^%R 2C_R6šD 1cŎ muH4pjDֽ^ti26; ;.[mv*LDr_cd2 QTmf$8bN]`[% .c#v" nN 3;>sI~Wfn@Ay;QQQN6g5 I:0TP3y)̄Q0twM8$IT2hq8tGÀ |rBc41Cr ^n!Ni?NS}RO0;((9cJ`o% NXpwlᫍXx; PB1$8F4&/~#e@i@|ϫf7U!У^H ӱwi{l َ$Rǐ Wޠ! 9$vE ֊L@siuJzfNK<4I~{0!"_hpIĒl : AZC\{{|Un:V"3W=q 1~yrEޮ穕؎ (gPzCYV~{uqt 7tٚhh >ձ:`iւL啢c*| ^񪵚1>n L( ~oƳUI5fB5ɒ c=3.6&ƵCS!s5&[ęWNL}/BРG4e/'m[#د1z08 D ߎgkI :4|VLܻ<~$ܺkTI|4-w'[Wל +}K2z]ݼMm+$'"3w*'0Y_kd!]YQb%2l]1\V6ÓG w`wƉOH]42e[[P;,ܫ,!(ev}oص14q0&VNPȮ?ě^6_ rl;i(NP4xH)nZP`Az.~b}b) )%q(cOtS5%W||UDH܆C œ8(֕#ZE'p5K?̯Twc&GĽ̉2eOʭ%O4A [Ir~2~O*#I~{9 qyL;GIϣ)vMKzjND5G+LBXMMY<)13q+LYP*(`q;Fo|{ qag?ăSmz :=<>M~ٝ,oҷ˧[qߚK! 7M1orGIvϱna.\9.g= k)D#]WЏt "yk{-p2|ڂ0+J-PZX|[d)[ '{0D(qVE̶V sO52}[? Gζ? {A@GSsG.AEzK7=2`,L¡w/ {9ȪOp0r@\~mjEϵv2<+wi@kYur8hSQVLd@.m^HFes-H93V/Æ_@Itގ[(9TWH/.d,DitTY_.j>r+{~"cIC󽺒|YyMFztBd:&3V&rlPߵXf;Q3rД@6m7(sQ\DA4 PϘ46E m=TeMڕC[.,88V "jtS Tr+r+dGRƼdLzv.l4n8$ 6ՋƐ%W!w7A -‹P^ 5aLz_H~ >b{ZCӿPW bJOxj*?x5ɦ; _܍.K!U&:W`(o9Qn/\/qHeU9oz{hy#,&cfq_3\mn9"Xb0`۵r/zJ{^ܟs?Կ+ヮv"ߺn.x!p祙1+a%ޝbrJGeyO![I"03B!rOW%W e̪͉?3pz_ <;(:ϰP(7N,W K{Qc}EܽtP[",'4x0Xerkobzm%! ѯ4ѷD{`|; ]cJL2)^$<+kMܜ+O6-~c'Z1A[b9=7/m@7@'wFlvxGyq"m8ijmRCߙL)YnIagnI8Cc;oo}>vɃKf@Jw;r4.~a+K^ڄYQ.p?9SOB="{{Wszl#7Г©pPP*ce bQÌ7X=bV^]^cmcsdY+pgs'W-oVTj?nCWp!S .u,MZU[qyVGJ0kpAlD7u71 ӝ1\oW%>VFh3]ReGX &Ap?e%f\ݙ Ή(f[cǕ~1n ձ;0=n_:Bԅ^61x$A ͓Bꯩ\Q;?&._A7WWn]%pGeyGo_9KΌK? ;du.^PU/_ZbA8)`FO; 4;O( ƿĢ0Iu1dn&zo:Ϗe=7V]w\Xpz #~o22}SpHWeFT=Jf}xib춀`^PIN%ݍ`3a) L{rEXlMQ%7*b^^h?24;7u6X\?%bsQ>& &K6vf(' A9F/UQK iW- ;V1q֊z*0;0X3!aAՈd;fol5F|vifrm%P4@U@ʖ QӉ% <`5yݵn$:z ݨdr1lڡ.O;m拨L9^tiʲRe[đvK9`oC1hN`5};=}ܢroKLUM}?(lͣIcK4(I_nRjҼ(63!d!\?h; YP4Kɓ)5E[Z /x~dZ͊^V kmNoy^ _!#$_߮!Ef4\96edOA-n j+H )܉\E2Ox,kTԵi^(jW_/ys-_j) B,N})G.0䩷l6gm1T+2uqM&|D{k籶w lС%f۽Ew%}#^F~/LL>C5fǐ3k|)kB8rf^g+ 9: 娣J<`e;UA)@.¤](F (VuȮh2pvm!IDkOCz ]e=3 9F1MHȉW ~ӑ'@/17h:k픑5AI$BYp$jQgM>P_}A;t|7F֒+0ڛb)3ɚ_[HE9m(XpJnД(!TTWⴇcu/\0Rٲ\j #A! TG#u\O$!>&r,b6zhkq_67 2ĪOyA}pPZk4S`Uhr8Y/7>ͳa`VEe2db% rD|Z#o!_`Ҷh RYR׹Z~B29& a\%Y0ONHj0-IAzſkdJo@ 0\zxtC4CQH,2g11/REJ `&hTWMۈ*o -I^;um̒U?'uS ByLulFlQl`Mƌ k\>>X*YbftVߖ8tH+@+)śsސjrWMAR+J oށW.$C m Jvc[^.sEX/!ANGTO6@)Lw@6hlSa34?6iʡܷ*5N9<4,̷ <ɐQ1qS*he[ęJjδQ{IRfM;O!PNbQ^^LeLyĴ%:v*֢lUjUSZ4}\M5@5+'%tީE:ƩP_mOÙM6 q=7T^ȕ Aj(M,Soe\SO Tvu%)BDghe/ b|ک{қc%1MX7A̼`Fc}&ާ~&cI0nP} 8w D7RR'ػz4K<)hTTWZ&Yҫ)]o6%u!&pؾ+ Eٽ>֌AhZO-F+ s&- ʱ$?QU8 =CG(%%ye4:Z짵&i R\e gYO)JR7)3 I+4u~"6gIy=Q)cɴMRY b9Cg<Ӟ͉rz*+Md-`lHxY7Q/4k/hWh1;O pc_LoyxXpK~@%)֨USp=/MNk[)Ea Zo_^<'zwVAtf߲bSlHjMbIQZ_3QnEwGO`]U]p__Y7^ rqOifMcF$`T|,n̊_Gx,gk YՍoªMY)xJ7QƻiZ9t_(^ak(< @^k( BjrƩ`CDBlz ):Ie/>.0/҅b}5ZI_Ӽ6*$ E)PϨm]B*f8 |<Qze>:K^͏EV70^-=ԧCr>羹m}0ewT \NlMf@7IgvD?nb+vd1x6QKa]Ȇة7U5{t4Uxn+BİQqHJ{5"bpLŬX ]z.R}=o1XII!1?0y}֮ˢvvp Bfw;#? koifԀ!+iP U6zOsTؐ2pr߅ыϤxG\a6Ԧ3,K4L9x|V!$~wmd"8#ڼ0'?\[{Λ_n ؾ6#7.s\ʖv\1~(֓VveW )tdkMtPl. 0b*~%Lm!Ջ1]k9_T g^Qr@H /WÀH(Df&jr{.~uAs%ʹDE#T8k!+lETDFD~o=`- FLey*exia~_.=nآ_ܹ #؟UF:T aPo: Շ6g>+7jx# vYŇw,z:{)6|atJ)?8PbKgWԿ)cnzO i؞?BE8\j[N=eY^!gh{=ym$!|f<;REKNK3*ݥw=8j>sJ-G.O\ܟ&Uap}% sTvЙ#}T$j& 4Syqohow47e4]073m։FȂ32z֠8-}ud,JHZC㰳c\)VB B@sq7,]?u9e%2,aksR6X}", ۚ:]2pDzIeme3)۷(cӖc>'[j]ei(+݆w&Q0bݓW|*DwU jJ|0M3cH?fi UȮiכjRXʎ9 u$aj}0A%hPhE>AX|P꫐?1G E\݈9l~M#gF1N3܂;O 5oIʱw͵ 9%Aɰ(]`8 =4D Q FJXkY G( ir!29IB85},A1rÕã$>O\u2Ea\[ugֽ{dž4ce.r~RC^T=ikKǀ.]{jq5()g%e`boqQ-HPX_OszVa`1J-D{Fn{%F3 8y)˫Hm凧Bp\ԫATZIǮ{Z_kAKUHN5I׽c uWGJuGN5)jlՆFl>&ڛ▣%0ޏ-Ʋu@ar)xX{T>o׍{IA/"YOeAɺ!#i5ͱquPp&ՑHVu5lM"0Cf"CX/WtΞWƆl6`w: 4(lS]4/⯟N؉-*Nw yԏ@da2eC ` >^HHKHLZm.z"V_o!RB,"|Qbs(l5l(ePƮ@v*ckelӝ3sέ%E~*x5,`ChGk[+Oj׸ț]/7 /Cs:EMY̚5pmD%A$ k#6^鞮CQ:' ﭢj2m jV?"ƓѽL5fޯ`5CjS5oօ3_lADzo kjX<[>U9RIȱQc)ؼ3cHrx厮):<~%a 6cg|N 0GQn,0DvPz÷d&vcP(F&2u@_+֑`I~U8on@DMY9a-C{i#Ҧ9BQ(u?er;k2,1ٞI5PKGSc9sGmxJ3t1-qq}9mQ[5PK/.ĄHdpY}5|r (Ԗg+r\:%=d]y<uś:˘d^J۱V 5BTb}J / Fc#pm1.$w*K' (;9\CL2$btP|Pso@B^Hb~pk-Hrb#c81~Np<ݢnrG +cdv^p(U8D0DGoGw? pfecSb5e\ }./i?RnU*il}A=fW whB8qd7j€mzKx#!Ժ3 $-˝cFÕ{aW֔M$*9Hm2$@h+ت@=A;^~ +z ˃go%{kt&Lˍn}ޤ}>?Bز ;=0oct`'( c񃄤5j_-0t *qSy$ߖޑ+ A2RZAWhꆉ܏d\um$xCZOɊ'++KΉ>0Cd9U;NXNb]/y!はv'FY Ȫ ~M[2iAW#Y$0r L?"0ˇ[+9POR d+:[j j ͍e0-!H7V[nY>mᛎ*ex t>xFz*CGv^,rRӫSw"LMi4WB4U-ʹ*'c#I/%5blt>9uJ L\kڕ%StWkE$ {*|?@o!d:TIR?O%+,V21vFe1ai0Bt-C4#wcLՔt gq7ZiM~-N}Axo*Q:J(C`Vcdإz{)Qۗ֕gYv9Cey"k~da_bYM~bz&hWe²8kJ!Ƌ~uE+*Hڞ{;a+KHOC?hV^8q8o7Ve]2boZ˦oZk @)ƺ,.\$*_ '0v>Zھ G ~ ̢X ZTpF Q v;hB@ ?,)klw:[fMd>X\w_{8!l*V4sM5Y;+xnc⛉)4+ D\89Ъ (Uʋm![ 8H },FXtrw mKSRB>dskg!D?*,gzb%mu][0˗ѳ4;P [֢.9qL/FP|QjL.CƫF'=|jG]VC9rJ!2?.IOQe*)s@.ۢ;x{=q($ӆaX7~ T\3_~8 "Lw=Q)CDpÒm_RKODU=o9ttcZg+ڧP#9SSe}gId$zH)0ƑdܖfP8ZΜ"3o>h1ik0x廦1~f)rg S -˘Ie1cڒ?JqU9|nNg7B|t$|E/X|?C,y82  zc?%iQ4vm1SL~rc}.C&I{:}(W׻EnDc3}m<{QŮ{s #?ADwyv?x[i}u٧،(a4A[i.MI>mTa]d([~J")$n tzY:RJ?bP.Y LHa_ Uߘhf}ޖLT G_w|PX̲3,iL׎a:.:3=uwc(YY@/m qj^ĄrJ3٢, G&Sښգm`Z^5TnEN8iz,Y.z^~+0Uք:V_15$C_|r  GqiT",IHiF4Sk`w5ӠD=ՓKj)93wC'Ҝ,};>uE)JnsmLD3Cø!} {A/עX񼑲l5CnxR#\r(W[f6>vS>0&uc#2=<~a7``]VvᴶES_BoKn+_k\4)pb~b-橋,NlE\q8ꡕ_cbt5sv_I`f঴%Z/='-תTv[&;/\:ZvP` 6Ye=EI9E,!ckXiϿnwO>O H`/NYԳ&eormSq wi>-!j*{6ז|Zjrsb?"!8QG@,C~CƼ;>[Pcrmt_+k)IXFNŽR H"Q:d&*%8\kd~_3^U"P胑ye/VU5|ZVʲd'-dkoRSL9I}28id:9t~Kwx^2̶y; H%|.gfB׌F&d`W4I 9JyϬ y8 NKR4椔39p(pF7nJ;-ײ QC+[фkz<9 ӜB ;P)j },U*)x:*:!Xg`BO{ Iٲ"NyuڨV=+*?:pʫ*쒚 'P2js H&aM?6i4SPc!1 tG Ar>;P U>Wj @:6{egZ'+\# %_ Pr8(,Fk>N4Mp02;ci7 +{DcYjHDJӇַ{nX}jӄ.tU\CЫR>߻Kt^ 9<˚"VlO=YUD$fLHQ8!=4`<;W𠺸[Qmfrt,[HTu|f \ԚUhRv4!G])>~]h|Bőy,kPE_'^5'׆Y{?: -vPt~crF ChS2vv{ EuF$kq& ' >D tIxa4˰th%I;gì>d,n#]b&%gר:圞}CQ=}z,D4vr/}aK͞YL}-MPCbVdˀG;iҴz1(%s I{pJ+)Il+lP wbsoæO!o7-nEWPR3y P ſ^N.L:kδvn*[yP _=fG25{ @Wf$icWUhn5Nk!KBk|Y&L#$w|& ;9C2yLd& l#<*9>&,rGOGPRH'.rLf 9(%4ۖöj3N.M:~J5=F#p7G~Cn'Eï{W[h `j U5 sI~%cIE38߂Y)aZ@Qxj꒶86xtBo݅HAPq3S|}Xj*25Kv:,YлXQ+@oGvADw,t&"_16lx31b 5*~ró\#c(g56q*X76tdd6 %ue'q}iLVʨn AŻ.8윺Uz&ҚCv'V MUx)pUW#6\}6Qzvʥ.Rϣ֤=LM\G;KZZ7ɓɉP'l6!ӧΟvL$56>Xt~p8U,9{Iﳰ+@r5JߢoZ^QC(HdeGE6 5"Gۥo U{(_hYIĊRJB2י1]Jspҋ\TYaQc`v TӃԄ'AEOIÓfF&#f6~2pLq+qA$8??fmM,Rtjϼd\]vl$B\TմWvn%Z|zi2m|@,^ D5-X$HA7ISo̟VRKӃP9zDe RlfŃBNz%Tewq" rA!>ߖ-S/t$"JzsfOFEωBqg L'dv-,|tZ$$Az*ɿ\_i/~ ZĒmfάFpEʈѣi;{]iYRA<45 -jqnnHv|e\n3i%,ƨ YZ=\L >B;HQ/+z)]NZoh"uKGyK}.;VyOhGT~m(:Q·rvu9ma 5B. ѕqd MSvH}6Z\: G4ȫOGBӁjGnIXM+ /Jl؋{ǝ; ^>YGYlʲ;p@ MG.?4JGS_}JP:eO]-VkRsG\I r^n$T L CB 39mEr:/_iݕ#Mu ΋3X3jtv|٥}`?gc,_v9@C>Yn(rmAO=qd굒J.p٘<ȉ6rKXF58ܾ/^NGNܾ7-bkS%#u)g og@5i2F)͐I_%?ěZrhBe>q RY9n$B,e]aj[gԴO^Ak,Ѝu!J{Kt78P%R`;wp$>CLAqxyy2} 3t7&uP:y t 1aYfl1|~"DM6 1Gۡtޏ>ԮAhw#_ |A$V؋g;=dY4a2fp'ݲ,8e n!zԙOqg$YڛCa6I@% f{[4uqCѤ4`b/z49; e(b 9V p擸u(k<<^B9?4ؠQx!ǎ@h;9\p-w AJR!f|+jCl )? W<2h|\f4`3Z=՗Ք~\>f+ 1eTL(-qÔw(r8R(Ӧ0EMCM.+sR^eܼf_u#:O{DTV -2lAu𫾘1AA;v 9*9r 9ERr!au3H˦p/{0zF&} 'u %ai<00Q`K)5Bܶ @%[rӳ޻.iܓR.pS,wcWYY ')Akk[3')B{_ڣR;[^f]._ R-u(,mG,ii0ɠdJzԖctŽ}H[\ӁDΣ+Pt0 '뜹"_d:c$GIߧ{C١ɸnF<~ 8>J'f9K3K`^8:v@l$.zĚF(dqd@x oWilvT9h9/'W-Cl%xlh,xN?Q]PGDTb@Ի)x}KL wWSbA@B_'4BIu_bYb1rdwsٸ" .EI|m3D6E\sPXW4尉oMe$m. Ҍwׄ6ٰ 2pcrp}aXi AK#j|WI"TWLi"ܧpL},( '2Pr|BiĈ3Kj2EnA'3;ÙzR w&+$mmK<3dg\~)XO;7kN*\ulq@`y.U# {yQA' gmk1J09kR4_1WG-7 Sb>zb!/cꛅeKc*AՕ>ey_-;4喵a ےţߍ-5fP2"V值M>!S TÇISOcJd| %=$tnUeA2]6OJT]KsfÞZPe`˙Y^\Ca'$ٕ7i|gJWu!kWp'p{(e^'iWm`N|QL9tmo/ݾap}ZDS/؛Bd_f!.2UJt0C̑R7L'SoZG4K,nO^1 K[(Dda+,V]JݓRfhVߓgdKOՅOT#ÒTs%/Q'\ t{&o@~B y-_NgI / ;b6dK<ZD9dzrqP+ zHZoY(^9Jks\[A"DD'H f+B9P!v#cj 5ȆJ:̥cŕ}^}2!tyY@r85SJ>u<+Q {#}z} #@?r۬):|dqA+#>/rSTh4 %ukl.=y >i)3[n%Ӄ׹XڻAU: %IPʞ-\IG–\Lsu9ZUK&eQd kd6uvR 8HijCҫiqi.![7.D%fhdGc̪X>5ج#oq(g\6]3ȼ6gXuºu2}Q[)Er;xѽ؇x@Ӑ׿CTN֐X)lS"/ű9iibP־Q)#DN5i.O'hT}?jRѡsOȢ:1x1n[)uBT )j>@1?ҕ3rT>z:\!}Xd9 ջ/3ͽ#O;Q5 "5ɟ&Z=ETOzIU6Z5A%ořmֻfLMź}lHlqp{B\z3-Z\BeAAoȯgճFqTmY}H^hrwbc KW"iUj}|/S;:ԑobޤf|ώSE;ᰵj(u:W wO?N/óO'/b/#xmA