go1.19-race-1.19.10-150000.1.34.1 >  A dAp9|d"o1i">WO~=~Ec_(1Eٱ[e6_P|-q@}<Â$kҢzVѵVs*_D }m+3nJUc'Im@s9hbɨgOCʹ<}BCUargn*y֮ p3ٹRo (;:+?ߓSZ4@D*!>p>t?dd $ =&3 Ib     8L(89H:5FGHIXY\(],^Bbgcdefluvz `Cgo1.19-race1.19.10150000.1.34.1Go runtime race detectorGo runtime race detector libraries. Install this package if you wish to use the -race option, in order to detect race conditions present in your Go programs.d?%sheep17 `SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Gohttps://compiler-rt.llvm.org/linuxx86_64 `d>a8f838c034f049eb36c0dfe99914a69ce353dbd6539ae0e5a2ed8b166b76b55frootrootgo1.19-1.19.10-150000.1.34.1.src.rpmgo1.19-racego1.19-race(x86-64)    go1.19rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.19.103.0.4-14.6.0-14.0-15.2-14.14.1ddRLdP@dP@dK@d9@@d9@@d9@@d7d,@d'@cwcS@c.ca @c< @c6@cob{@bL@bbb@by@bx@b2@jkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.commliska@suse.czjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.19.10 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2023-29402 CVE-2023-29403 CVE-2023-29404 CVE-2023-29405 * go#60515 go#60167 boo#1212073 security: fix CVE-2023-29402 cmd/go: cgo code injection * go#60517 go#60272 boo#1212074 security: fix CVE-2023-29403 runtime: unexpected behavior of setuid/setgid binaries * go#60511 go#60305 boo#1212075 security: fix CVE-2023-29404 cmd/go: improper sanitization of LDFLAGS * go#60513 go#60306 boo#1212076 security: fix CVE-2023-29405 cmd/go: improper sanitization of LDFLAGS * go#59974 cmd/compile: multiple memories live at block start * go#60000 cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies * go#60457 cmd/go: document GOROOT/bin/go PATH entry for go test and go generate- Revert re-enable binary stripping and debuginfo boo#1210938. go1.19 and earlier store pre-compiled packages in $GOROOT/pkg as Go .a files which are not ar archives. These .a are incorrectly passed to strip by brp-15-strip-debug. strip incorrectly modifies Go .a files rendering them invalid. Some Go applications fail to build with "reference to nonexistent package" errors. Refs boo#1210938 boo#1211073 * go1.19 and earlier store pre-compiled packages for the standard library as .a files under pkg/GOARCH[_{dynlink,race}]. * Go emitted .a files are a Go specific format, not ar archives. * go1.10+ stores recently built packages in build cache GOCACHE. These are separate from the installed packages in $GOROOT/pkg. * Go build cache objects use a different file format than Go .a. * go1.20+ switches to the GOCACHE for both recently built packages and the installed packages in $GOROOT/pkg. * Current versions of readelf detect Go .a files correctly, e.g.: readelf -d /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a File: /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a(__.PKGDEF ) readelf: Error: This is a GO binary file - try using 'go tool objdump' or 'go tool nm' * binutils strip as of 2.40 detects Go .a files correctly, but incorrectly modifies the .a files altering path resulting in "reference to nonexistent package" errors. * brp_check_suse/brp-15-strip-debug passes files to strip based primarily on the file extension including .a.- go1.19.9 (released 2023-05-02) includes three security fixes to the html/template package, as well as bug fixes to the compiler, the runtime, and the crypto/tls and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-29400 CVE-2023-24540 CVE-2023-24539 * go#59811 go#59720 boo#1211029 security: fix CVE-2023-24539 html/template: improper sanitization of CSS values * go#59813 go#59721 boo#1211030 security: fix CVE-2023-24540 html/template: improper handling of JavaScript whitespace * go#59815 go#59722 boo#1211031 security: fix CVE-2023-29400 html/template: improper handling of empty HTML attributes * go#59063 runtime: automatically bump RLIMIT_NOFILE on Unix * go#59158 cmd/compile: inlining function that references function literals generates bad code * go#59373 cmd/compile: encoding/binary.PutUint16 sometimes doesn't write * go#59539 crypto/tls: TLSv1.3 connection fails with invalid PSK binder * go#59579 cmd/compile: incorrect inline function variable- Packaging revert go1.x Suggests go1.x-race boo#1210963 * Upstream go binary distributions do include race detector .syso * Default Recommends for subpackages is best suited in this case- Packaging improvements: * Re-enable binary stripping and debuginfo boo#1210938 * go1.x Suggests go1.x-race do not install by default boo#1210963 * Use Group: Development/Languages/Go instead of Other- Build subpackage go1.1x-libstd compiled shared object libstd.so only on Tumbleweed at this time. Refs jsc#PED-1962- Add subpackage go1.x-libstd for compiled shared object libstd.so. Refs jsc#PED-1962 * Main go1.x package included libstd.so in previous versions * Split libstd.so into subpackage that can be installed standalone * Continues the slimming down of main go1.x package by 40 Mb * Experimental and not recommended for general use, Go currently has no ABI * Upstream Go has not committed to support buildmode=shared long-term * Do not use in packaging, build static single binaries (the default) * Upstream Go go1.x binary releases do not include libstd.so * go1.x Suggests go1.x-libstd so not installed by default Recommends * go1.x-libstd does not Require: go1.x so can install standalone * Provides go-libstd unversioned package name * Fix build step -buildmode=shared std to omit -linkshared - Packaging improvements: * go1.x Suggests go1.x-doc so not installed by default Recommends * Use Group: Development/Languages/Go instead of Other- Improvements to go1.x packaging spec: * On Tumbleweed bootstrap with current default gcc13 and gccgo118 * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap using go1.x package (%bcond_without gccgo). This is no longer needed on current SLE-12:Update and removing will consolidate the build configurations used. * Change source URLs to go.dev as per Go upstream * On x86_64 export GOAMD64=v1 as per the current baseline. At this time forgo GOAMD64=v3 option for x86_64_v3 support. * On x86_64 %define go_amd64=v1 as current instruction baseline- Use gcc13 compiler for Tumbleweed.- go1.19.8 (released 2023-04-04) includes security fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as bug fixes to the linker, the runtime, and the time package. Refs boo#1200441 go1.19 release tracking CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 * go#59267 go#58975 boo#1210127 security: fix CVE-2023-24534 net/http, net/textproto: denial of service from excessive memory allocation * go#59269 go#59153 boo#1210128 security: fix CVE-2023-24536 net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption * go#59273 go#59180 boo#1210129 security: fix CVE-2023-24537 go/parser: infinite loop in parsing * go#59271 go#59234 boo#1210130 security: fix CVE-2023-24538 html/template: backticks not treated as string delimiters * go#58937 cmd/go: timeout on darwin-amd64-race builder * go#58939 runtime/pprof: TestLabelSystemstack due to sample with no location * go#58941 internal/testpty: fails on some Linux machines due to incorrect error handling * go#59050 cmd/link: linker fails on linux/amd64 when gcc's lto options are used * go#59058 cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation * go#59074 time: time zone lookup using extend string makes wrong start time for non-DST zones * go#59219 runtime: crash on linux-ppc64le- go1.19.7 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the linker, the runtime, and the crypto/x509 and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-24532 * go#58719 go#58647 boo#1209030 security: fix CVE-2023-24532 crypto/elliptic: specific unreduced P-256 scalars produce incorrect results * go#58441 runtime: some linkname signatures do not match * go#58502 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' * go#58535 runtime: long latency of sweep assists * go#58716 net: TestTCPSelfConnect failures due to unexpected connections * go#58773 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows * go#58810 crypto/x509: TestSystemVerify consistently failing- go1.19.6 (released 2023-02-14) includes security fixes to the crypto/tls, mime/multipart, net/http, and path/filepath packages, as well as bug fixes to the go command, the linker, the runtime, and the crypto/x509, net/http, and time packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41722 CVE-2022-41723 CVE-2022-41724 CVE-2022-41725 * go#57275 boo#1208269 security: fix CVE-2022-41722 * go#58355 boo#1208270 security: fix CVE-2022-41723 * go#58358 boo#1208271 security: fix CVE-2022-41724 * go#58362 boo#1208272 security: fix CVE-2022-41725 * go#56154 net/http: bad handling of HEAD requests with a body * go#57635 crypto/x509: TestBoringAllowCert failures * go#57812 runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396 * go#58118 time: update zoneinfo_abbrs on Windows * go#58223 cmd/link: .go.buildinfo is gc'ed by --gc-sections * go#58449 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing- go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and the crypto/x509, net/http, sync/atomic, and syscall packages. Refs boo#1200441 go1.19 release tracking * go#57706 Misc/cgo: backport needed for dlltool fix * go#57556 crypto/x509: re-allow duplicate attributes in CSRs * go#57444 cmd/link: need to handle new-style LoongArch relocs * go#57427 crypto/x509: Verify on macOS does not return typed errors * go#57345 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument. * go#57339 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices * go#57214 os: TestLstat failure on Linux Aarch64 * go#57212 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length * go#57124 sync/atomic: allow linked lists of atomic.Pointer * go#57100 cmd/compile: non-retpoline-compatible errors * go#57058 cmd/go: remove test dependency on gopkg.in service * go#57055 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders * go#56983 runtime: failure in TestRaiseException on windows-amd64-2012 * go#56834 cmd/link/internal/ppc64: too-far trampoline is reused * go#56770 cmd/compile: walkConvInterface produces broken IR * go#56744 cmd/compile: internal compiler error: missing typecheck * go#56712 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target * go#56154 net/http: bad handling of HEAD requests with a body- go1.19.4 (released 2022-12-06) includes security fixes to the net/http and os packages, as well as bug fixes to the compiler, the runtime, and the crypto/x509, os/exec, and sync/atomic packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41717 CVE-2022-41720 * go#57009 boo#1206135 security: fix CVE-2022-41717 net/http: limit canonical header cache by bytes, not entries * go#57006 boo#1206134 security: fix CVE-2022-41720 os, net/http: avoid escapes from os.DirFS and http.Dir on Windows * go#56752 runtime,cmd/compile: apparent memory corruption in compress/flate * go#56710 net: builders failing TestLookupDotsWithRemoteSource and TestLookupGoogleSRV due to missing host for _xmpp-server._tcp.google.com * go#56672 crypto/tls: boringcrypto restricts RSA key sizes to 2048 and 3072 * go#56638 sync/atomic: atomic.Pointer[T] can be misused with type conversions. * go#56636 runtime: traceback stuck in runtime.systemstack * go#56557 cmd/compile: some x/sys versions no longer build due to "go:linkname must refer to declared function or variable" * go#56551 os/exec: Plan 9 build has been broken by a Windows security fix (also breaks 1.19.3 and 1.18.8) * go#56438 crypto/x509: respect GODEBUG changes during program lifetime * go#56397 runtime: on linux/PPC64, usleep computes incorrect tv_nsec parameter * go#56360 cmd/compile: panic: offset too large- go1.19.3 (released 2022-11-01) includes security fixes to the os/exec and syscall packages, as well as bug fixes to the compiler and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2022-41716 * go#56328 boo#1204941 security: fix CVE-2022-41716 syscall, os/exec: unsanitized NUL in environment variables * go#56309 runtime: "runtime·lock: lock count" fatal error when cgo is enabled * go#56168 cmd/compile: libFuzzer instrumentation fakePC overflow on 386 arch * go#56106 internal/fuzz: array literal initialization causes ICE "unhandled stmt ASOP" while fuzzing- go1.19.2 (released 2022-10-04) includes security fixes to the archive/tar, net/http/httputil, and regexp packages, as well as bug fixes to the compiler, the linker, the runtime, and the go/types package. Refs boo#1200441 go1.19 release tracking CVE-2022-41715 CVE-2022-2879 CVE-2022-2880 * go#55951 boo#1204023 security: fix CVE-2022-41715 regexp/syntax: limit memory used by parsing regexps * go#55926 boo#1204024 security: fix CVE-2022-2879 archive/tar: unbounded memory consumption when reading headers * go#55843 boo#1204025 security: fix CVE-2022-2880 net/http/httputil: ReverseProxy should not forward unparseable query parameters * go#55270 cmd/compile: internal compiler error: method Len on *uint8 not found * go#55152 cmd/compile: typebits.Set: invalid initial alignment: type Peer has alignment 8, but offset is 4 * go#55149 go/types: no way to construct the signature of append(s, "string"...) via the API * go#55124 fatal error: bulkBarrierPreWrite: unaligned arguments (go 1.19.1, looks like regression) * go#55114 cmd/link: new darwin linker warning on -pagezero_size and -no_pie deprecation * go#54917 cmd/compile: Value live at entry * go#54764 runtime/cgo(.text): unknown symbol __stack_chk_fail_local in pcrel (regression in 1.19 when building for i686)- go1.19.1 (released 2022-09-06) includes security fixes to the net/http and net/url packages, as well as bug fixes to the compiler, the go command, the pprof command, the linker, the runtime, and the crypto/tls and crypto/x509 packages. Refs boo#1200441 go1.19 release tracking CVE-2022-27664 CVE-2022-32190 * go#54376 bsc#1203185 CVE-2022-27664 net/http: handle server errors after sending GOAWAY * go#54635 bsc#1203186 CVE-2022-32190 net/url: JoinPath doesn't strip relative path components in all circumstances * go#54736 cmd/go: cannot find package when importing dependencies with the unix build constraint * go#54734 cmd/go: git fetch errors dropped when producing pseudo-versions for commits * go#54726 cmd/compile: compile failed with "Value live at entry" * go#54697 cmd/compile: ICE at composite literal assignment with alignment > PtrSize * go#54675 runtime: morestack_noctxt missing SPWRITE, causes "traceback stuck" assert * go#54665 runtime: segfault running ppc64/linux binaries with kernel 5.18 * go#54660 cmd/go: go test -race does not set implicit race build tag * go#54643 crypto/tls: support ECDHE key exchanges when ec_point_formats is missing in ClientHello extension * go#54637 cmd/go: data race in TestScript * go#54633 cmd/go/internal/modfetch/codehost: racing writes to Origin fields * go#54629 cmd/compile: miscompilation of partially-overlapping array assignments * go#54420 cmd/pprof: graphviz node names are funny with generics * go#54406 cmd/link: trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 * go#54309 cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereference * go#54295 crypto/x509: panics on invalid curve instead of returning error * go#54243 cmd/compile: internal compiler error when compiling code with unbound method of generic type * go#54239 misc/cgo: TestSignalForwardingExternal sometimes fails with wrong signal SIGINT * go#54235 cmd/compile: internal compiler error of atomic type and offsetof- Define go_bootstrap_version go1.16 without suse_version checks - Simplify conditional gcc_go_version 12 on Tumbleweed, 11 elsewhere - Add _constraints for worker disk space 5G needed by SLE-15 x86_64 - SLE-12 s390x use bcond_without gccgo to bootstrap using gcc11go * Workaround for SLE-12 s390x build error while writing linker data: bad carrier sym for symbol crypto/internal/nistec.p256OrdMul.args_stackmap created by cmd/link/internal/ld.writeBlocks /usr/lib64/go/1.19/src/cmd/link/internal/ld/data.go:958- Bootstrap using go1.16 on SLE-15 and newer. go1.16 is bootstrapped using gcc-go 11 or 12. This allows dropping older versions of Go from Factory.- Rebase gcc-go.patch onto upstream changes in go/src/make.bash and go/src/make.rc. Used for SLE-12 go bootstrap builds with gcc8.- go1.19 (released 2022-08-02) is a major release of Go. go1.19.x minor releases will be provided through August 2023. https://github.com/golang/go/wiki/Go-Release-Cycle go1.19 arrives five months after go1.18. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1200441 go1.19 release tracking * See release notes https://golang.org/doc/go1.19. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * There is only one small change to the language, a very small correction to the scope of type parameters in method declarations. Existing programs are unaffected. * The Go memory model has been revised to align Go with the memory model used by C, C++, Java, JavaScript, Rust, and Swift. Go only provides sequentially consistent atomics, not any of the more relaxed forms found in other languages. Along with the memory model update, Go 1.19 introduces new types in the sync/atomic package that make it easier to use atomic values, such as atomic.Int64 and atomic.Pointer[T]. * go1.19 adds support for the Loongson 64-bit architecture LoongArch on Linux (GOOS=linux, GOARCH=loong64). The ABI implemented is LP64D. Minimum kernel version supported is 5.19. * The riscv64 port now supports passing function arguments and result using registers. Benchmarking shows typical performance improvements of 10% or more on riscv64. * Go 1.19 adds support for links, lists, and clearer headings in doc comments. As part of this change, gofmt now reformats doc comments to make their rendered meaning clearer. See "Go Doc Comments" for syntax details and descriptions of common mistakes now highlighted by gofmt. As another part of this change, the new package go/doc/comment provides parsing and reformatting of doc comments as well as support for rendering them to HTML, Markdown, and text. * The new build constraint "unix" is now recognized in //go:build lines. The constraint is satisfied if the target operating system, also known as GOOS, is a Unix or Unix-like system. For the 1.19 release it is satisfied if GOOS is one of aix, android, darwin, dragonfly, freebsd, hurd, illumos, ios, linux, netbsd, openbsd, or solaris. In future releases the unix constraint may match additional newly supported operating systems. * The -trimpath flag, if set, is now included in the build settings stamped into Go binaries by go build, and can be examined using go version -m or debug.ReadBuildInfo. * go generate now sets the GOROOT environment variable explicitly in the generator's environment, so that generators can locate the correct GOROOT even if built with -trimpath. * go test and go generate now place GOROOT/bin at the beginning of the PATH used for the subprocess, so tests and generators that execute the go command will resolve it to same GOROOT. * go env now quotes entries that contain spaces in the CGO_CFLAGS, CGO_CPPFLAGS, CGO_CXXFLAGS, CGO_FFLAGS, CGO_LDFLAGS, and GOGCCFLAGS variables it reports. * go list -json now accepts a comma-separated list of JSON fields to populate. If a list is specified, the JSON output will include only those fields, and go list may avoid work to compute fields that are not included. In some cases, this may suppress errors that would otherwise be reported. * The go command now caches information necessary to load some modules, which should result in a speed-up of some go list invocations. * The vet checker "errorsas" now reports when errors.As is called with a second argument of type *error, a common mistake. * The runtime now includes support for a soft memory limit. This memory limit includes the Go heap and all other memory managed by the runtime, and excludes external memory sources such as mappings of the binary itself, memory managed in other languages, and memory held by the operating system on behalf of the Go program. This limit may be managed via runtime/debug.SetMemoryLimit or the equivalent GOMEMLIMIT environment variable. The limit works in conjunction with runtime/debug.SetGCPercent / GOGC, and will be respected even if GOGC=off, allowing Go programs to always make maximal use of their memory limit, improving resource efficiency in some cases. * In order to limit the effects of GC thrashing when the program's live heap size approaches the soft memory limit, the Go runtime also attempts to limit total GC CPU utilization to 50%, excluding idle time, choosing to use more memory over preventing application progress. In practice, we expect this limit to only play a role in exceptional cases, and the new runtime metric /gc/limiter/last-enabled:gc-cycle reports when this last occurred. * The runtime now schedules many fewer GC worker goroutines on idle operating system threads when the application is idle enough to force a periodic GC cycle. * The runtime will now allocate initial goroutine stacks based on the historic average stack usage of goroutines. This avoids some of the early stack growth and copying needed in the average case in exchange for at most 2x wasted space on below-average goroutines. * On Unix operating systems, Go programs that import package os now automatically increase the open file limit (RLIMIT_NOFILE) to the maximum allowed value; that is, they change the soft limit to match the hard limit. This corrects artificially low limits set on some systems for compatibility with very old C programs using the select system call. Go programs are not helped by that limit, and instead even simple programs like gofmt often ran out of file descriptors on such systems when processing many files in parallel. One impact of this change is that Go programs that in turn execute very old C programs in child processes may run those programs with too high a limit. This can be corrected by setting the hard limit before invoking the Go program. * Unrecoverable fatal errors (such as concurrent map writes, or unlock of unlocked mutexes) now print a simpler traceback excluding runtime metadata (equivalent to a fatal panic) unless GOTRACEBACK=system or crash. Runtime-internal fatal error tracebacks always include full metadata regardless of the value of GOTRACEBACK * Support for debugger-injected function calls has been added on ARM64, enabling users to call functions from their binary in an interactive debugging session when using a debugger that is updated to make use of this functionality. * The address sanitizer support added in Go 1.18 now handles function arguments and global variables more precisely. * The compiler now uses a jump table to implement large integer and string switch statements. Performance improvements for the switch statement vary but can be on the order of 20% faster. (GOARCH=amd64 and GOARCH=arm64 only) * The Go compiler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command and by Bazel. Any other build systems that invoke the Go compiler directly will need to make sure they pass this flag as well. * The Go compiler no longer accepts the -importmap flag. Build systems that invoke the Go compiler directly must use the - importcfg flag instead. * Like the compiler, the assembler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command. Any other build systems that invoke the Go assembler directly will need to make sure they pass this flag as well. * Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs. * On Windows, Command and LookPath now respect the NoDefaultCurrentDirectoryInExePath environment variable, making it possible to disable the default implicit search of “.” in PATH lookups on Windows systems. * crypto/elliptic: Operating on invalid curve points (those for which the IsOnCurve method returns false, and which are never returned by Unmarshal or by a Curve method operating on a valid point) has always been undefined behavior and can lead to key recovery attacks. If an invalid point is supplied to Marshal, MarshalCompressed, Add, Double, or ScalarMult, they will now panic. ScalarBaseMult operations on the P224, P384, and P521 curves are now up to three times faster, leading to similar speedups in some ECDSA operations. The generic (not platform optimized) P256 implementation was replaced with one derived from a formally verified model; this might lead to significant slowdowns on 32-bit platforms. * crypto/rand: Read no longer buffers random data obtained from the operating system between calls. Applications that perform many small reads at high frequency might choose to wrap Reader in a bufio.Reader for performance reasons, taking care to use io.ReadFull to ensure no partial reads occur. The Prime implementation was changed to use only rejection sampling, which removes a bias when generating small primes in non-cryptographic contexts, removes one possible minor timing leak, and better aligns the behavior with BoringSSL, all while simplifying the implementation. The change does produce different outputs for a given random source stream compared to the previous implementation, which can break tests written expecting specific results from specific deterministic random sources. To help prevent such problems in the future, the implementation is now intentionally non-deterministic with respect to the input stream. * crypto/tls: The GODEBUG option tls10default=1 has been removed. It is still possible to enable TLS 1.0 client-side by setting Config.MinVersion. The TLS server and client now reject duplicate extensions in TLS handshakes, as required by RFC 5246, Section 7.4.1.4 and RFC 8446, Section 4.2. * crypto/x509: CreateCertificate no longer supports creating certificates with SignatureAlgorithm set to MD5WithRSA. CreateCertificate no longer accepts negative serial numbers. CreateCertificate will not emit an empty SEQUENCE anymore when the produced certificate has no extensions. ParseCertificate and ParseCertificateRequest now reject certificates and CSRs which contain duplicate extensions. The new CertPool.Clone and CertPool.Equal methods allow cloning a CertPool and checking the equivalence of two CertPools respectively. The new function ParseRevocationList provides a faster, safer to use CRL parser which returns a RevocationList. Parsing a CRL also populates the new RevocationList fields RawIssuer, Signature, AuthorityKeyId, and Extensions, which are ignored by CreateRevocationList. The new method RevocationList.CheckSignatureFrom checks that the signature on a CRL is a valid signature from a Certificate. The ParseCRL and ParseDERCRL functions are now deprecated in favor of ParseRevocationList. The Certificate.CheckCRLSignature method is deprecated in favor of RevocationList.CheckSignatureFrom. The path builder of Certificate.Verify was overhauled and should now produce better chains and/or be more efficient in complicated scenarios. Name constraints are now also enforced on non-leaf certificates. * crypto/x509/pkix: The types CertificateList and TBSCertificateList have been deprecated. The new crypto/x509 CRL functionality should be used instead. * debug/elf: The new EM_LOONGARCH and R_LARCH_* constants support the loong64 port. * debug/pe: The new File.COFFSymbolReadSectionDefAux method, which returns a COFFSymbolAuxFormat5, provides access to COMDAT information in PE file sections. These are supported by new IMAGE_COMDAT_* and IMAGE_SCN_* constants. * runtime: The GOROOT function now returns the empty string (instead of "go") when the binary was built with the -trimpath flag set and the GOROOT variable is not set in the process environment. * runtime/metrics: The new /sched/gomaxprocs:threads metric reports the current runtime.GOMAXPROCS value. The new /cgo/go-to-c-calls:calls metric reports the total number of calls made from Go to C. This metric is identical to the runtime.NumCgoCall function. The new /gc/limiter/last-enabled:gc-cycle metric reports the last GC cycle when the GC CPU limiter was enabled. See the runtime notes for details about the GC CPU limiter. * runtime/pprof: Stop-the-world pause times have been significantly reduced when collecting goroutine profiles, reducing the overall latency impact to the application. MaxRSS is now reported in heap profiles for all Unix operating systems (it was previously only reported for GOOS=android, darwin, ios, and linux). * runtime/race: The race detector has been upgraded to use thread sanitizer version v3 on all supported platforms except windows/amd64 and openbsd/amd64, which remain on v2. Compared to v2, it is now typically 1.5x to 2x faster, uses half as much memory, and it supports an unlimited number of goroutines. On Linux, the race detector now requires at least glibc version 2.17 and GNU binutils 2.26. The race detector is now supported on GOARCH=s390x. Race detector support for openbsd/amd64 has been removed from thread sanitizer upstream, so it is unlikely to ever be updated from v2. * runtime/trace: When tracing and the CPU profiler are enabled simultaneously, the execution trace includes CPU profile samples as instantaneous events. * syscall: On PowerPC (GOARCH=ppc64, ppc64le), Syscall, Syscall6, RawSyscall, and RawSyscall6 now always return 0 for return value r2 instead of an undefined value. On AIX and Solaris, Getrusage is now defined.- go1.19rc2 (released 2022-07-12) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc2. Refs boo#1200441 go1.19 release tracking- go1.19rc1 (released 2022-07-06) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc1. Refs boo#1200441 go1.19 release tracking- Trace viewer html and javascript files moved from misc/trace in previous versions to src/cmd/trace/static in go1.19. * Added files with mode 0644: /usr/share/go/1.19/src/cmd/trace/static /usr/share/go/1.19/src/cmd/trace/static/README.md /usr/share/go/1.19/src/cmd/trace/static/trace_viewer_full.html /usr/share/go/1.19/src/cmd/trace/static/webcomponents.min.js- go1.19beta1 (released 2022-06-10) is a beta version of go1.19 cut from the master branch at the revision tagged go1.19beta1. Refs boo#1200441 go1.19 release trackingsheep17 16861263731.19.10-150000.1.34.11.19.10-150000.1.34.1race_linux_amd64.syso/usr/share/go/1.19/src/runtime/race/-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:29306/SUSE_SLE-15_Update/3ca47707a74ca3bd55319cb93e26cd40-go1.19.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not strippedrY w9!go1.191.19.10utf-8f9453302577a6f0fbde2d3ebfd4c2f64b31abdcd62e0f4e280b70e74448af3ca? 7zXZ !t/r] crv(vX0\ds+AdQmS@}GqHn:R9#K?&"$] vPo ]zpЌ,A_u~ C]rC򭅎 !A W-<rx=3mxwf_ =*u"'^sw]{DטgX(Fs.X ~U?tLjO]8O5}K*$Vz',nD5-\h] X1chh{]^ rR :ozl _׬h@.˗&qn;/nFԫ% y^$y˫!ۜAQT,G]gE=;#n5}hy{OX7,bbb%h_,. ,| .fGξLIJ==:(t`JlR ,  X4Wx\8bW׸ꊼؠWb {nB/1 q3}hmf{ !ȐIP1srUnNVeR H{#ez4VV nd&aO 탺N6\]z?) u~(J<!?Zg?)lٟ~(@=kZFNn%zHbC@s HY"qB:Rnk~m*0ʛ,)Lk8~_yzho>_*4 /=Mhw:bKyxl7n0>ǎ# nӆQE¯/@ sdBM+̟%c4Aб%|?9NĀ: GX(ozk,A8.V4d WZu _ +svWou%MYv/wcVr8!;:W +עJ03 'DF$t` !ʟ!Гf]hhخ)bj &6wE$\ HXe)`|*n&mbϴ֗F9 NpnEZP7w׸dWFu;TLab,{xxޑ7iױؚfӈ[t@֭rcqʉ9).i.ۦQ|^w]E'脱%,X~&2E/T3j,5Jaz/bpIYː\t CEt׽yMH,'4lD6Vd R%$dmNJ8Z}]Zc[D$3l~iCs0'pOž ®`3UKUfVeiSC}\"D|!ȃMXl<擰ިъ5<_1[Q~| z0.Uco?I#FR6O:-f(`.G)kÅo7^vUc0R7i;AvE[}54N9kԝgTsAY['zR#keѰDR<6@&bl<~2/ߠۄ-Z]\.9vf%4q:Քᇑ`ɛg̣l|;ċ4p zKI~Ϙ`i@Lϵʣ]eқ5HvfUWɑMP\uB*9ḉER"0캎]̓/HYl1X!T뷾Փ:Q2u?TwT+v9a햠H7,A*/q.ZmCp;UAGÐ`ŶCICf#יaWObaCq`M-Ny̠l]"50x&'|IkBS0t5vȭJ y>WウF}Q/(Vx takNwTzA+٤z@هwU*Q*o(nZ kH^g?Xiji6vTĐ1"zu@hAa!nXnw&>sy#bu6* %|1i-S,Bw8SVNٌ+?#\ u^[f TCepf<8Ɍ{[ aʬq[1JVڧIf]\H۟P@$v 7hZ$S54䎵;{noȍw¡0UkgW4ܠ<a 2C& Bxr.GYj&X ?%=ط9UU2E8Z < "?nM_,nQ*}Ҡ%.N%{.5^;griW6_.1z%YWf yrDM˦Xه,bGAPNஷEx0Icܽn4bo+d `B뢂2O0aTS](8:rz?hHkWqP8g:h5]Dfm)pWSk+*՝cBTőErJ*L$ӑsN2|n ì:܀IK`JW5 ݽ0xR|8Dޱ6ŸBAc;ٌ/:Vy%̫R w+DSzMae /HG-p ݚ۽h&-b- 4Cr5Dt< H7YrBe3'6Zy_ߋ$Pˤ{N Dd[Y}m Dwv?ktB9%PX$v/hPO܃ƫK6B{,y ٚFeG= 3ЈlUbԦ~&A ԏ7d*範?h PnbɵwAW8iW^`G:_[6XZ֪VrBLDjz7'߼~jj-ocYL4l : YfrpjG"u5@J3'1vr nwyDy%20fʻ-m5d6$hK,ײ/2+{+E {<=gD4u9cr7O$A.֣ aл F.biBY~s,Ϡ.(RՏ~%&Wup -, ByGXu4Nqq1_JH4aq?n3[0T]Ѫ##yij6W]v׊ w@(kgy1e)tyK#C5jTWtmƟUS}XCEʶtiX &"uPX7=evw*ݲԲ}sǿgfšB\ itKT-Лz6.ς-ūFq*~QfKpPAһۃ-ѱcT֐ <RV-Y-BTkXC$ҡPGqB  g2emSKiޙb8Gn˘%9z;<߈d^Lr2qD 1)͓jHJ=S`N Cf?LC"2JHb.W{A B<"Qbe>+V~أ= CSXSx7qnj2vR?=Xcjjܕņ1 Fr+UaJ$#(XkxX5+qZöV3p7_ t Кqu ѠJFT%trUBQ|j&'99LV?M-$X=L Q]`һI&к@:}Aʇ dsCNjtghYQ6s>^f&ѽ9\R 6֕l(fR/x\o2sj.TlV$O` Ѫ Thw$1,}ACSK+8yG(gQ"B;OSjZg 3fɑN@_cḼ\CHikbK*37 D.sif[ ER|T*+\]5mxؽY% {N5Vg SvZZ:'F>h.Q- 8<& > I  KOnE}*6oi4b8Hm0fګL64c0T>LlOJ "0"҃77soS8Sj0G)rN h&jbv\ypk?JQ#g/fNnתOU4ɽ_sGh<dٹ 1+2\轢pp*O ނa6j9yW`bXUxn Cø.{gU8Ҍ>M03dQ-ںe]|X'h&a<{l`?K4"*$Ivi6n]k4Y' `Y&Vt![t15 !EQO䄝XD2؀eDTyOlKNlrNl VrN({Y ;-8m* .%oI?WS`ŝl' IL|z/-J=s=XR ';_V0-gMRw2NwRn#Re/|xGp( rOFP9ݨz7;R ƎʍBƘͯ Q2p,(1?g_\]4B*QΜqF}\8N9n함⊍ ٬Iz)rm/7($Xb>l{[X.7sU+ \`BCm6(x$EI}c鰎 i-eh={ю,R;9|} 90A*:UՂ/;%jI?m H|}W6挘~N͡X BW`ˍhM۶7EXzpƿގ15Y8[/)hЗiץԲ,VO̍sx1dd2]%͎3׍sHm>}?ثmb# nuAo*6 CP>0t6i~ 8Lf\l8e޷!4ky#xs(5LFbfcv kl(ХE+9h,«ePuU1XDA6]?ĸ+ΓO@,17^8;7r a99 ]`n-<(S8&12Ak\/_<8عI06~Z>nn& kh'@u*`VRzx5͛e;t<O4TWiNU]ӊnށy*K7-dӫ\Љm] s@/}̶0,wcwf5ʿ["rzҵww{H }o_7F݌jzk=3L/1pQ4ːFF\Af}7&qT3jncʤͭጳ^gd7j,Io\1M?~Q}Mȵ&?ڑ?kD ~jӳǛ-sъH^WsТڂz.R_s/ xժNLSR\d! ,"T-=`dhj&@:1?56gr\Q-߾Fog,ύ `"iWt!KFNz_v//ブ98 ]F*#b$bwZ䇞K4Ρb4rC:ASb.= Z7sVҋtO QvyE݉NQ_$˩ಓon_كwd*}lYp0=~M Ԗ`^DE>uvI05$Kؽ(=w9F/NlfIw2A]p1@oN}2MYf&v]qי)O\_qz~z j!^CPן]O-\B/<1$x鄱p˫WΥJ!G`=G ^(i3?p|ŦgI7QCVLKUs45ge{|{8HDfl瀨z[E}Y1- L$m PF !?W;?WhjfLܔs!z_C`C8o(_@z.}b:V(B2Tq6I]EJt#T y,p]p%y#hEP !tz.?5m|%]]y 6T6 :]fjmmv*@uWu›o/e?6YFj}WdOԝ6=q4`yB'a]d`]<3w{9YZCMyKn :AVZ{\ڢ̄XD@VGFk7;ݖ Is~vXaD,\ `[f TkWsK.@rR=anN(+=?\W?XʶDֶm >A2?]rGg^79?#?+`o3A궉1hmMk?^$U}rkwwWҔۚ>z]~UNb+c%"m(E@j}0R$je*a݅6o{TAQM|F=4]~)HϚşvRU\ફc"yk];')&rxq7G \v8qƧ93v޵AAf|pia5TKDm P-[GExd%Y-+Ӣu&߀9ڹlN46R؂OO{G^c?N p;)<_-,sF\{[FB:77>wȚIVYpSb90\/ 6BCnry:`yv$ Jl;Wg8"$I k= nV2]6+jOz5ڐ_*^^M]Zޥ8(NH,^:ꚿj_RAբtllvĝX$n{Nb=i=iUokРv[= n7_p2UЄcՉ]뮍i~YSHp8[5B, ,fcըx{viK@lQwfDmrFEV nMN95QE>M> $r sPLű+mY_d,'A)jS'_["벹$:[Ё rڣtpɖA3Eȝ7Ysv_NB>,@ɋ"v3K(9%RƢCRG=NScwisejə0m<]mU)XL*ّ(|Qq_kh0AQf+:aǮl%.pe* S'_]e[{FRB'*kEk~]<=pIь {c++\|R-RG8/:20\;"h5ުB{pQE" ;~vp'h|˭`}şO?,<[Ʋ|M_"'}[SE„jD7pV% xz~omyeP4ٜD:;aObR2)Z#@sNq+ ;MDm~? azth-|/R=VZ@'|;>$'G:=h^cDZC[IlShklq";b;E"(QňR8Cɂ@d}J,[,l|Hi| υ8 s f{Prad!}u"zUhwokA^_LoSbc~T0 cwL+ڇumr*QܑxK vB_{R2=lRR { hzA)OՍ=<?c!'D{}7$3Ih8gӔ ܌qӱh.LvtהּΆ,e1\YƵǹ>޽!04إֺ%rXSEߑn34xAw]K\ڢFK-2ǫ|}5(Mr*<0FV7qbFHbp[R8 p'd{%'E+9 A zQsDV-y5UogJ\ɺk(Z%@`Gץm0gBO}4?kGp湵{xpa^18ՍCJo<ּ-n\7̊eY&+crk6r)@0lcKHG"U̓3x_ʞ]&&;h[_åIwHq#If;ɍLȦG X]9vL ~!} =D+A4)Ԑ-bLvNQ!GԱߙBs@"_- r2/ Ci[_N :Go7]4!,\I8fʀݍ+qNrO9Nd4]IŒj|V36x/>D_*uzsmoQ,") Def7=+u{.qN"MO_[.؈n.πO\5/|f0*M ڶbte?+Rs43I$B\J* .XkJ{R}W>9g"¢ԭ DSl*5P'N)( ^IFiPos}()'S48Fa%H`Ȍr N2Q)SybHr;0.{XʃG~:)uoJ%5ĥyE;D>a[\]ǤjjI|`?_BNk_j V]/1P.+ep̗8E0Mu,H9D(Xy@ј;^UzW` @;g m4mGۃ4Z4#ƭKխPɀW /LUϣAGz$dǬ=KEL݌AQ:$񁓜PUho+]re0u)FA$"x5fQ8Jvޅ@ȁГ X㥮5<%= 8n,c2G34 i t,F}НD3^4YV)+NXZcqT'HbDl} pbjh)"T^ ԙ$h:O/=t ޴F#IgQxAB׾ v7v|lm*}3tZ''PuBBߒ˛ ;8IGm%H00;v) }}O jWHH?kKxm%0(.O~KW;WBπy>OjwOfei+1딐OfN"MU Hr~/ZMM`pAW~=un4 0y1~~@ `)(5lˀTaZZ֓w3ղ0 ac"cfu9x^!',=PgpFk>׵3{$:`z96\D= [ybF4%,gi>, 2 ڻpgN u˓ e YV@Is13>'XKC*['(Bx# t;o:N(L-qK_ݪe`P`x çyۉ*  Oj=2աmLh#lF˕8* j]1gܕSH-fR-^kiْlt. 8} 78m)M!/w{O#ZA8oUi^g6\5@9"o+9?7+uC=х6϶-R x~-ȸ)pWܢ m xR}n]1G1t]KDyLU.`C-G\&W92=]\49$S"}$"yu} :\MJ8k>A,-tuVGҙ . Đ ʻ~ 1xb= 8<h F.e,cڣ]/9*c*t''M c g4f}qӱs (jcsE4 ʼnW{c?Bo@k2xkX- x-$kN-G+apeC?bfl5hlJێː]lH B>1Fob^(A6 pҸN6>QK56>gS j_+1`_Zfgs8rwR 9s/&f"A[k5ƳOv< Jrj J1:J- bڶePMMo{''[ҳs!Nf8mREfyn>.Pc&%Z?MleG+f.>7VXɸ[.}̮a=QNJ5o?>L}(P.aH[5O2&H.ih.=qs-7=fY {cAaNԘ}`é~-(5:-{.|,{\4KH/=B"y>|v'E/]!){ 2#GEĄi^Hyg-c$njgNէ ~"<^D엞|V'f*M7Ox(JعM1I?B3ig0 Zga\V~E W픢<>92$&tOɃ03fL{M`Ec&Ko=-˴MmBv@䥏ET,f PY!{dZ9A;Hp\T'[A< T, QWN'~+lZ|,2z^ QT7r8c!JrE>9ˀt[NPki0Aҟ*px Wh,P:ʮjrr'PUIݢ/zJﳰ$h_b-?ɓ#{p maZhb5y1* ŋrz)áW)\ŶM^E=RȩԦmnoS`JqZl??A~rp7 1[rHBlm*>t.uS(( su 9 k NaETߟbNhVRzufy` ae(ՙMdb=ns~L˴l!xšLD.c~ǴYBxPZ}'GQ6!\J5Wo?au6u&{'7_|i>49HL!S Gj0oGNC2kQ) \8"c ̲%5Мw[N- Pn9ʼn"ޙ` ქˢYpiWޮ=[BWEM+S(gj\ۣ{ 5j/"h-QjkOҞco˪A]SmLqǐ9:VtWM(kWJaF|!r^!ns7c|^W4> wCVs`q,qA.RI RdA |쁮N%?aʶ gzOcB<V6V rmH˯QmPꝥJ0*vO> hMƿ;5(垸d_["Q3JI"xm`q=YDFg$HcKG'_ӊدٖo(}^SGH3o˭<@+6nlp{)X*l0}WG&xXSֲ'=_ J]ak*椼6=CE_Jjt|й~=W7I.7:dA.`AM0ɌW@{d#Gor1{L9/EWFM W8^rCu|]DlOeUق2bC%p X-Lo8!>gɥ 7@E[w`fpyNMFO6GPےjzpa?L-w/"I +D*<=7J3α vW)a3q֨9xC[>Kt{܍.mTE|50[ (fIn̍͟"; j]5eAg3(️]x\gܫ{ !q,]b^vCb NcZ2 #N08@2hP,[ރ z[gY"B|2' ;DUˑt >vN<.i 3( bE&h2zFb)  [Nۚm5&*:$_P߂.9ݣB9 "r \UDVr(S鹎nE-|څTh]s9v6;W[ϿG5:vAh( ):)=4'MyU@#<@ɲdL#m^]vtc9My;vjuU!R/)!,4Xg8l6FYK8t4Tϣ^L{Hz&8DWxpzi{whNv&zE(2V+_'26ˀVX" 7SfģId '~jͣ0“?cpNH\2?Ƽѷvz2[CadeD>dc#p*v(Cp7H0;2A~sktք\ߘ܅;n2ܜx-"RO% jёXdg7^\`|&ep'.ižrR]nr >/ .ECiEC(-޾k݆JdP,s Q\zcZ-4kVqeĿxzgDE#˙D]/9#(!)_7.ha4bz~`Hmv C#n|@[r9j<; \&KYTL۾s'3ߓ+~E l"(O.!R36]i"Cp<PDB8^"g<BT,].ALX,^滿cG1~ILr7ВTupf("wUML:տܲpXiݠDHHR3Ba|`.CON{%ބȊK%{zXl71j2`y̝A o]V3(gu*'IGCSW>B/i̟7]L})ɀ]LK:E1XD1AD.cl- ] "Ӷ( :V|*S?YGBG8q&PU@~: ER򠟟PtbAByOwx  ٷD`a=iSY\V6<:*ȴj2uA{6Pt>1纙1,"!cq=|iRBRJ]ոe&ED-;8jNeI!bt P\0uׇp͔ᴇۑy rUcW mLĹG'%S!3*))hLԼzT> ŭ;;#;Q TXlS6pMI2u A6x:" j;c\:+Ɗ$=ݷ G50DVhD*csH=1v"GT7SvGA))_7kGze1 OOxk!;q4Q)VB.CRlBVϵ/ m1e2Sp g,Yc%2=VИ״ ~q}[dRx{k~JM!D.Nw  a巸,*oS|v6>0OH:i%Lr{\SL M_\U{ҍM¸w<3m&BڨT6&q7ONGJL5i"uU"ewGܜom!i,/?_ HjG NQ2!b*8>OJ&u""zax*te6MQ]*PcV>藅w?c'DGAA\%afKpSr@=ҋڈ\kʪ~>d$lcwPTTRPme~b:>Sv%*\98HRk|oi~g/9K\Р uenl{*``hүDWtMT0It?䶅!3Ԩ G;D!#,ETؓ߄ltCUs q Q9HM}Pb!ȸރE >TS HVQipw_ˊCa;2ed{r.6{]"\]Gùiؾ$_cB C 5]"T8N/Ϋ(1 S-ol싐<+gMTP鲺U{r2;!;$^7h0:(ȗrOF3q؆fz-σQLgiZQw[}8}>E3&yVFg3rm(5wv,djI}?s8H(kxl-Ip ,\f-ffs5ңja'֥TeCv\|w&ď30kqPHXm6@#N(:85 &揅n]p (WS91ǍkH{C_qG ΩMZ뽦ERBl霫 cyO-1;R\U\Bf1FڅDE{Z6D @fK6!}7oR 68*+L0կkU]Y*,A  9Kxd.jJ!lB9ѿk@?ѫ*uzQotb0vX-{qreO>Z&<6G &DDlS5kM_u,{ ф}v>MF&x>}y #'87d5DM= [F^F2sz?/!OP-~T I*1aڤ~(I{Q"1$N_Ёo樰dg$ 17l\ 9c ( **#\ƥm_x"sH R)1kz.$ł=# x!ѤhdMA6*#R0b3 m}SZC^đT>L![0󄦦3PAC0RK+&m D6g5=y:XM%R~OIhPufA&7z%A;iI֋Z]yi;̆gM {̬Kt $DJy:?{=tU(RͪhTC*O؁xz}t9y47A qcy\NC Ch8jͭO:L} fz7zB8yu!{Yӎ[ 'V`wΜo}6 4m%n 4?VRCC\pS)ȭ"FZMX545zZ pYVTc/Bl88]4*׿7 vPAZ=OZ'>rQw(:P6.os7':B" *~%rà k׮mo恋J/1-{FbTZz*=',4GVv W``AZ7@ACpدtmm/dݒ]<&q>a[ϔnvH*PA't 1a!_3皩m{tJ_"͟ F_J0jD RV\i/? LA% 4$8cygiI;|E/0xNzݢct![O)JoA V^UiM?> D'`ul>vߨ1p6c;a"M*46U{C+"I*>Zx/r.Y;{gz;x0ވ Uz<+ۑ7 "!vv^'>#X97?cm#ȱbxf]qҜ7dFы溏NBTfG)2F]B:ib \=̫'QO^WPpvw 69V⪍KP3E_+ؓa!q EzgY~by#WL}h|e&E;VvS ~E:aC=#ެV7oֹ'j* Eu޼ohS8[^r%xsseleO㪕`ABXot̎)?uTGK}✟-Gci'Wp3[.JFc-p !6Y4*,eqlFLW'#I6olzWئx.j޴VOƲl9SW1EKo8iXPB"CHŕB%C8>j.ڴ3X$Uz "8Pp_EW|(vA"]/ %CT mIk,|{o k^ `ލq!·q¡]q/Sg$n3G~B2w]N5&|VaăI^" q,+ع&q(w1ơ]5%m0CaT}d?!1Dv[&so'jׇ7j@ܲQ.˧pzIUT?X|'iuįNV*i W-h"nyŲ:"|Xie:fdj-lQ Wg%oXy,v,/ب'uRw |A0~@ r< K=_yXPYkSqx3ظ2oqF,8,ٜm1Po8e222s'iYv]8dz#*zV,ZfJ+r~'#5"d?pbxCdb eAI;g#MCH $ \ߵVhqǠ10puG# d.:SΎru}+NʫSfU4!~[q'EރgUjWA~Ѱa{TxjwZF^Anc3$qYz(= #ٓsv'bLаG TJ7l pU* Ӹ'O)6"ri>W5#?2s~m0yqğoqEa8.qӃp&w Cż#!Ugayf=8UK "~SL2.:#uranRFz/w6,Hl gb"Xqxmby1zzgQ$asjfՁG%(66dA%ĺUDƖCUX_Eͭ~L-'&C_HaPƻ#fn*dL$a3ƫn`5lu^[k:<^"ŋobjXEFkCaΝ9%w ~DX[Ϩh%?2<\QV˪>|HRk^=-w=cưH1 b` VL7AcjilH-9]]Ū_֪k}*?H7>h`Tϛt3Aǹ6tv쮋uCUF,E (FHEfDM.! u /%?}(xLa R!'>Pnr$TSh&o]X{ DqEʛnQi<7|Gj!3AOKLDZ[o[{CMwH`}CصSbL=Fu.hWkԹR<Ȇ/3&jPYFn`i#݌aJ+Y0f2$ꗺJ*h[ntcb7~ccqs R;kC͓Gjo$ƚu|`KRTbR՗oq]ה-x:q\h/`VFԳ(\Yk\Y,__RE!~b18K6.bѫޛI ZݥH8ayltzb@UeY @-g+;Wm,AL1p${"O7lJ`n\5Q,\S 7lD V;0 +]Y$hb\=g}Z`*uVc֍6И'Sig3F?0jQRytU?տ}:SugS٢/@eθgS^͠ۄ5@G]yzͼ!/1 V_Dx~od=$d8*-Q( ^S%oG'F cB}7x:3B )j2%jxh­lU~M'R9.(Iqn@kF2mfa 4f$) 93rdu_I6Ω˷tլ w1fP.~oJ&SՄ+Gp CH-{ugc2HQAp hR/Iʱ%'Nœؐ(A)_D~DE&Z3cH='ps{V~<O(Bm}ͿtAZ˹*B4pRZ[bDHYiG٩BCX{GZc}$%$;\ڙhh'GII}`̦}%;qrDPݢܽ#!&9qpQR6)͏Q{$ xE9tnP;7pjL+ fISB(S^\48:H~k{z]KP^Baprw= I5]s1EklȁmV37҇qT[ =&Kt-(ݛD@4o!_V66$C=O2->O}&I"crx^Y}g] A.0rrKu":0 nA{ A?Q'L+Ҁm|mRJBPa\ B +E@AwM1 B?!57lNt뛛ĶOyWr4P'k|󕳅C&4V8~V-{><*  BxS2[ix:U920Ye:dͧwk'mq"D(JN>Dű:qqnݜD  tTPMlBm.$Wz 5>p/V,պq lﯠxh<ְU~f='N_k$Ɲ+aR|n?ZsZX坛pژ(te)mΓ"*92ȰtUsogvݩsWcGɽĨ^o6ځP̞O}F*_%-k5/ti6% Fwʨ3ٗODdQx!C lT&*CwN>{U!&I'I:JтD`M'QMj]:.tQI=G<־oͭBBdl=ɻG1򤡯 9r\d"ʹ;RCQʹO ][p-SA%xqAqkK?DӚq5Ba x#-Lf5k1> _?DT:j0vD[#M9>f_nGa $˹]XD/SL3Y&a\왚_-#ia ]_g"09V{n}rHO#-k <Ik9*1 Z玻X "vז:s+ *m3}-N9Vֽ!K-^  @; i-xCgs֏%HhLMtCLS kҐX'HdqO!꧐2ǎ`z< FE .'L\Gt X*?o͍A~.,"CX?^FD "E}UH/GnF_fG $lS]ES"1@BbqLÿ<4Dz@E~V%!2g6XңBWמ{ A XB>vW$!<#NϮǝb.!VD(+vtnP9,_$[$ˮBk9Z/\e)#\^,jDV@Y5lt49$\IOR5!yGQ@ f-lMO(mKޞ6,TYS@U*Eگ=9S;̅z0`|斦eܠPr<DLЕģ ioLM_#?O3Rc舫A^D9&>݉\eOSku::\Z s̅6‰ΝLD VF̜<?v,WGg"W#& ryPw9-12ʂ-R/.pU4}ڱN6zTQoO ǚOYZeo$yn]*k9 '-e4^i+(kWѮ>(I^A QQs;dgIybVYq8C#H0HʩNB@ {|JHN".?0{:G*[l(^W$Wț6|BqJA-02j1]6ah10fLa*{vk$I0hRV⚠OTOe@0|y)fS_!'\Qk!Ds.@AxInu te+ s 4U󂶃ZRl2-|Ţ=Gsd@1p)*.GDh׹X si=MKvYI e6~Vj)|/x#AZϡ=2|,Wu ko1Ñ=x (fgЬbWWW}RQHm_=iKpO=y+ؠΕ~i<Fz@TʫWbyPeMB%+sQ|}W(Tͤ]nnWO*wcaw|f0av(HO^n|5_6?[~!Ʀ7Gīl+m?x,B"ȬjfNy(.G@kȪ\Ȗ[Mj|Fց'˘Rr=nB>?oH=yF4+9e2K1 ig]. KO$ "{ K$k^44J&gq&+t")("P̄--!C)jp)Cos=d2Hە7↿r~p3 2? ,b.hZ~!iF^ܻBT(1]DKkPZ/aOnد_GdwxqciA*ԩ4|< 6 f۰=i~j=,idsv[ZeADHrK20H~h H$֓ fOzl08*ŗWQ,)pN7y+ RgY]س8xykKpU$DlNV@WޓұW2,MSz#(lְBf%ԲWqKn Oosdj3(Ж/T˗n\i+}'r`WMIS t#iڃӛ!`pCPH1~g=|~+|?P37ܤX1iS,y< ͆2HGZk:]~Js^/)nKr k\!6nq Їh=[C=H g*)IxwzorDU2`;Qǣi~wzjyIg ~&>gi:;Ɛg#m.#^!~Vy.tv]jNz_@v#B-gq!Vd=nJ*M!;9t̗]\"hK+$vu2)/WfGa=9D+<: G.El "|[8BR[<-3N6g%X[T1YnA#awU{Jܬ)t<{ŎSty A;N2nW2S~2x-"ؚ t,m-ᔥY`R]} tK}VW7+ѨiDZO m9zmC&e 9ҴXE*%RG~lYްg]`Y+f~cڌkjG8#[](WƔtjJ)fz /U*H ߰(0P(Kކ2܍a~#-,p6ҒnojzTj w;B$JDu1# uJÂ,DZLϥh~S8+OX*XCf.ȗe;Tf%T߇0ҹF tClMgg2f^tYNE -zChEe ezV<Աĝ{)bWV\Of0y4^Hyp<(+j-9xmvꅴ'uЀZ-́v02ӰQ'ir_ 4Y{TgQd[ 7 I,>َ.=3hJ5 T>\ϛ|-(>2ƾ^&pFӤ(C,K6n˺CmlyF蜌%2ur2̜BVhAbv௢ m^+ϒk=G^K@}ťlJ; X50aUamG#А,|LFёԶF˰ g䕣v; kIs5ˬl[4*;kFHfXY*\ѿ'45tyA@*'ea. @|sI1 ߫Y]7,呖1aqŏ5W_/ΑuMeȶwvGۢCT|l>i<0|qj]):Wӥ9b><9޹&B|7^bX2y^s͘ѫɹqGE*"1 Mltb%u+fu)K.HZ?T4`AR1ZB)3ظ@aD2 ZZ `^j)](ǙosJֆjr[NY\PQje:gv l\z,Qfo)C5!+?HR(1hy·}n$815!;gʞ|BI{Jn)LVf[=`ٽZ=$`' qױ.$T_P?p"I|動roaM_ٖR>Z;},7#N_q-a_8df(d(1aJ3Х9;-e2}VP*>JI\٦8hl촋8iIrC3$rGgo`Wß]'`qw @ )L7ȼ,(O ȏi%n ^Ҙ JXfqH?8wnM({h [~k)I~Lr7㱀<K'i?s4luIg[ տ̮v Y ׭]قDq:d!s0<+ks?`E2=*k@[`dj>)B&Z(ڪfL8'0cW~BOm Dt2`:E$tOr*y_js A^r j" qdrkQڢi<≀aE0(@5F!2vVDjvZKB=7PQ4ٔU[BBUVyyƽl&c`0!'mˮ%5W5MsS1:ʊ,f(>`-V7ׇ_)km·_ \8 /wI۩j3X:G u ~БUIگXH,c7= :Wa$l秄2>GV,ށY+.FJ1V6ɷr"[RHQԹoP ^Oj0khi?1xEr:fh߇v"#K:pzLdy\QF98kb2~);*.q'ܤUR5Qr!-"$w= Vάc AЮY!ޥlGi:X{Cr.Cxzl`}Z m77[:nZE:U#sJ~X]0fl>1s[x*1X2gpIL2/;XA5|kwHoB2dohԻ!q@M0|G0{$'gAz@rpUA^#mv(ցӓ';OTvwؕB2ڒe܉J# ch&'*ؕ?yk\8`v3v5aXyJjܲꆹj3ayab2 rțh, /Db&Uvk Ut%tqd8UI>0Yx&$VqmmR4w+: ,)l;_@ <ᵊ$D6j>(1 H0#Af:RoxA\TDmz`!P61'y!Dvi"l}elmB|&p&[RiX B*ݝ2C0?\&=d %ڟԀW0,  ؃~w-I )<`/Tp;ŠIν! X5޷!`o[ \gZ %=8 Bwy%v/c[n7<-: fa)1$ZX/W[\N~ ["ttd2{|-`Ct0fv?{[}9Kw:m QRUɔmlʏZn]_Do`EOB1q *[P.iYVf[dwAwV]sO߬!<3D1MAmϘmH8N  6 cX#;P.-N@Xf Ì9TU"|szgZVT]0UDӷ?/sbΚ"}0zdA=Z6)Ps7ͳl] J?٪;>JyrY=$JdĽj> ,> 'wW>ꍦO `*t욍܇XE'l0K󑏊9L_i iS¡eU'Hf2g3MkpU'l&Y]` ;mMH&(Zϵp}@nGyHoڷ"!6] i/1rU"~g O;T#ٚt7Ldz5JqAʩuUuϺx v>u' tLPGA;Mc%1q?ZuK:? xH5j8-e ,q[} {r.Wl֏0 Eu %*W)KEUE<ZF?8;Yh>f !TvkYM>{9|3zE~Dž|&A9ڍʅ7Fͭ`fPYz'[W.4FU׍Cërp$QsY}7!XK7#Nrrf@* ٓ /RIjԅ@/ ]B+sCX_+Etq:/g|yf6D9N.us_$nx!Cؑ?,ڡ ~kЅT8j]LU7~`^{—Qʶrn+` 2J%PJf ]5?njԟr` ^D/A1 qDRC=343Wxoo_6Yh-v1Sogu;,TnFAX]:p"ѐg*? vQFH7UbGUЭɶ.$1$.zlJeD YIkY8hb,v D%bBLbHdK-8hmcZmiKr; c:kYԛ HdD2wH'\X.r(֐2F6L/X,/Gi8pwDRg\nb{hkiYzہU&zbx#OBƊZၽndk+ Q/:rt6T ( K5G>Y@4|Щڅ^%a7'c[uƎ`AF WZSD`u]17 moƿqP4spL=ъ׭ Evhrߠ>=$"Kt΀ >[&@87i[H=Wt ms{jѐmnb1Ѱi9b=nPS:x8\jn/%xBM {dxA.$&Ӝ: r A4 p =,9e8%ds*ăIq0eM,SPɳkˣ*\Gg$P ؚ-NWgCcZ}놧 II'VVd|)vakYVe|iABSU$ ' a@zI;*gCZh[2t6hr l]C'h0c%} I1\Zg+4<m$09Ј`:M_ݤMW(E wd8!h׃lZڽVE_~gAd`5%_ʍT\E m#U+e\nO34'LAm^#J}S(kLҥ'ġwqA#_yJɞ1Cۘm|rmMX}.QXC>spp5oȟd/pC-N5z%*̓?1-SEe 4ؾ /qYi* IO7|ʘQO!5yЈƙ SWt+e"D~cwTyց7~cсٛjS Cj#GS,pɑȽ);ْKe2Luh RAŠp;=: &? ]//qd=v(@L .IfX+BڿnM5$y lJhs _)%ac t^r*֫~*UbSޢi=ݻ7Ђfr? NxX%,XVw Qå64 9⩞%NG"*61/)Ȍ.$;-]P7m121|Sx$sP0F ig1o..>Md"7U_rQ1?~A`o9#lY-7=e{;Gb)iTOU)F l2W ?qo5dIJEfln@;o 异:b= R#Ğq`HTFxy۝`pASoPZsZ1"ot`[ѐu}㘔Ӝ,[(OXQ0'NwlwJ0>5nZFM(,t򌾪lP0DnqruWhDאhgU NţiWb&5!NL] M{rkuojbjWoȓ3`>D<А2ET"?r1dS('ɬYQ dCbͽ ~T"QUlK9Sx(KyMteIPɢJp)mބT q[QSJ.NS#Y+g >'UdV.xF3R_aɋ"UЙ]\ $@*W\s*yeH9zX#SPDQzfqK{,)e]4U<ܒ!ȫCeVZ2YvSis_OTЋ?t4-{0bza?i/xG2CSKڊ ̲ܭֽ>8ϐ8-CP}BQF(@CWzl̯zKs,Y, ~u[G,ފ8J=4yV!hPvLp~b%=2h?wk?I, ,Ib2w5+7,fCvSy)d!#wQcEnQA>VߖMuthe %9*. t'4^Rs;F[fB2-ChAvI>TtH#,3ijWĈ[9 YeC^n)ؼX{9D"v$[ש3]3xoBg Dw{CbD-Nvl(k^:g</П>iM=1qBQ)!yu1T9^D ǓG̐>f3D@3y{P8"si_F7?s)DdKKKv7sv=Qil&y`lVuf&og |(f"B}p#k)wlTKŬ ŭ:p͞LjQzeVnQH,2ύQ"T]n5ʣYnJ48 ;U!p-ĜT-?iב,č) վs])L X}ρ1:Ȯ{8)J<ʯU#N !6`~ROe+O%i&r $/ZS9P-1 E%:zx,[1J>Y~[~;VzjiSu1[iOVT ' zˉ\2A&_-ep/8 }]3=Q!bDAà7M!hHY&i z%OWI/ 3 /gwRcr.BJ_ ,x?h%G-x-qqB$*z(k,YXs(֒8)A˒(*u9}=J.aegl3qcn{ Ir z{Ų} @f8Nf(ĜveI 8;J/ U`Xsk!jQ )wRˑ> CflߤM"vՍ$ $7F6I&U#a/V> ^0i 1=I8hȟD0ţGHNMW幠MCHѤ7x i$WLs>B|r)œŒ!8+ଵASR WFGnԯ)Z/oYP4<{ZiZZ!2}zG+@'8Jب/ֱsЇ HT-5V=ŋU;^4UJS@hsR g b} #'8 _fu6FUrlC=̾Wtfca?wRI<ϾTjVI9ԽH )!6~j.<7MVG1xfoM"5^O{XOFttzM^}YL +1y ӰOB\^J'V0_^uLP΂ (kat'"iӳpfȋ_R<{KkRpci;,B4˜wJzA/Ƞ زB(utQR[}jH)_lh{ 3jǖTEDox%!upOZŸl3dfk4<-=Q A{Y?o38̳i1 .Y@>s]%l5kG6:`B@쉪3,DAg|«OxG]bR}?(E9j<l8\pPӧJi Ppd5r&B ΑOBՎ겥,-Q) +A /w!&׽5;=#򻬉->u|L2$!n[MH4gƌVb׌bERE cQR@eLSGf}Iz(Nk]Oc0r;SuQ?W"h&`DC:Yߍ"Ĭy%Z咠ߙͶPnF/Uab"x70@V(Jo\삾VS26"PGb7H53rG˱hcD!Ҿz a_3:)˔[ғ DΒUul3g:AJ2)5k 1*Mm.e|LK&3 c 9p誐0 /"h?&Q+JhQM+?&0mtT%7ޱeDv;n*Tiپ c/`\92 o&X\+pӤ" @3ײuas@I8ܞwЖJW$.p 4ʦ#N `ޒI0r:*;%*/LϭQM @*t;fNI־dMDKAT U`))cçd5XK:K}tv&pr[^wgK.3%-iSJ2:W} WGsf`HOR<`!B['\rόD}Sь:*Yql3Pʠgvu>!R\3U_YLQE\[Գ^P=-TxcH*vU7Pt?*bt&raռHF$|Ιf5K+BԪή i8ZX43_ #;rJkBw](*cZq pA֎ `^OE6*тv[9]Os2 'q;{a2Q= C66$A=O*r!Vrܨ?A3tL`؋WթK⨟~u4D%NnnډK(;oZer#ۮ.WU4ycN{'Hbͽ=Hjf*kd> YLÉFi]+-srag;$Px!Vue祒E k4LXEd2Qv- fNJKWL;aE_#Y!)ڿx`<ΏTVFfodf\O%HV뢕^VD TsFٽ9޸|*c> ݓ4%~Hd:oH`#o) kk@괜`@r]Ovzx4Y'8Z Q(l/ <8[y?`k^,b`q??W^ohҷͮڞt[p>rDNZPqʺD\V>etWnt h\FԀ!\1{;<ުFSn?7Kv  짷Z-۸X_BiqMFŻQEHjy5($c8zgh:k=7ioCbO@r3W[J)(r6l\5<:[p2ΨQl@aZv.E#ɑaq֑gŠrB T- Hѩ$1bޏ3P^3.%E{ ǴkvR(hQtH1EQ]䂣ToIvqLݥ,DyS4 ١Emj_~ʞtz}(z{ TU꽮u8~SMP`lŀf:?34(Ci2 D*aitjYZtrb=?CAȜc\ Uq&~H^xhZ@!#<~$ps游.95$3 ?VS"D!FD= ;ƌŖQs^훕38^͎Vn`}@fOTPEPl b_#!`AF$mv@FZv^D v>2Y2tNC8ޢ|Q7K$$HIz:/͘' lHSU WEz1K_r\&o/f^J,2 c}jKDSTJ̍fbgi͝f_*O2M?VmJ` Ej3CL1CM7A0|DmȨ_=yDG95 aZyHsR&>,̮UCs8+ S3ѳʹ@uP7Qin*61R,Ŏmo/IVg-\A?S# |"j=\ $I 7=[WeU |!Lսym#,,._R ԄUdTtWk/~cx @8E #h}Bo}LfFk"@nGu_SFUzYFk!G9ő`e[KSy35yF[BՏgc| F5qQ0 hyRN'i<԰\x0/iR.Syo[pͼ;>A8OD9$1xGt1kȭ lj3򭂸1ѽ5;z foԺ~^i**ލFeӎYhX[*(֡~頞i>CSPWQbp3~d N. QX.X"&|X ۧX+j:ÁyH*w7+F3U5E2Ir we-"~9A2-GV'Esk#׍XhmjC.ӿB͓h ¬lw7Lioz9H8ht1}}BӒUCXv )߾|>!PYq[2`M8ۣ&{U/\Z\ ~q5BG }}s3ch(^>Hv@.ݽ(Y؞ M=lx H 9 Ŏ3Giaul!pk׃;'l:UJ36jX !ip?1s!X;6F`|@lFkdl"^WJ jz!?/#|/W˃Ĩyf$"#Wj#Z:2T$Rf#[ip!dw0L Jn>(Y Ԩ$GVq3Pܩ"'6 Vڅ[j (MWVuej -!YrqEp!m.:,eCc0 tX{GymeM0{@aPs,5.yK~yߵD9uCGpDE>zs\:A@ag/B3%#SGiIZ*dE{ELIӒ-–@!;{¹ M`snUUsx|6ǴQ7&Y_<=aS(Κߩb:4?6wU33!o.aFjYygW=5@=TjB)Ikpޱ289: F^7,Ei_Wk='HZg?;Qf <.іC(ʖޝ\dwNWE?^pߔfT2hq/~q!ސ4q5vmPOtÒBO`@u Yo!|kZG:R; v0}2]v9|Đ2'g0zRANC5y)&&,NDR|`q7IO߭=2N'0\ n-Vٿʈ)u2(*tSe 0|#9ˆ~K=x:Q/'pPF'&RF̟Z(6@44KޢWNt,D7#>l#q xnK^=[&\P;)*1qg}tT=Ajj=E-I RCo*@#B+/{ǛO^2:#Tz{TH %PY8hALˉ37,6/Uʂ~]b &(1,QQNgTET.41AJ-WO\?#1CjZ)˞ukiC˨2dnt<!ydgM /8'd_r%\Foq)qii>'*WIbnv],,#9 Hi\jX'~LTs|#`rTn;'+^p]2#N7Bw+D,=4a㵯Mq͗0z FȨxvEWT(UwdBt$1eAl-U9r(eXFZHPŭև+ƪe86YQ-kX9Bs% s-MOa,圊,:Ȇz2|v鍩)Ϫ0ovw*߆lYl$ =H= {.ES3 V-`4W:N"Ԭ{ J<$N Wkś *fe9]zo`;=,5"$";8u{|[5Y}tK1jL& 0 rͻRgam!Q+zi!۪։=vA4-' T(@~.n0MC'7NvgCx,{P t۔;ѭ:1d VE@&mW~,^ژgF$"y epg?dT'B# dzy5x[)=k\_YUgb#{Wc␦ɰ)BdJP\$QvԘ}|K'Ư (NEgÍ2òXCx2X<+kbjn~c衭'=l=3i]Y]uER `eA&? T9#HuSF^J [~U7if?!T۰E^Ϯc,"P|z Fog=g"/捋kyY/kTɀK4UaIUzM o {G!W\^X!UW'…v⌹Dx_ aqXS;9]84b>4)x2̴2t a4 nFKE DPsl)|Hpzጓ;^aUVk _TdI%@J1vPƫ p)ި ;RWo;_=1Zj׸np1g:d$P `&ܰ73ColWF"LўpnaD%WSQr?E&"ka-XK(jMh 7$j#q-BF΃-d"r˄yY*Pm5 %S{LwbݙTUr iQ 2 IͨFk hS}h `w4m?_!Yc{"ne$ըqHH7fU &`9%Fe&U6iX+/.<[ͱ%'hva/WibAW~t>ݽ@`C@伺XAMi Q)dyQ`ٌ4~ëvZl)C|qtSȚی͇-g6-^{`%JhH-QE~w9 D1c.(Q ;J:4ϼкNMζh.'8~eX<(]rcGkx..L3-h@ę71^'\LKRUF宕&1R࿇bf[~(;u ,K?q ymyc*ENFDoIS׾0>|iJNUĵDzj .-0 )%[§Q(SIS1 {fQ(硯y:߸!HesfAz&I`Mkp7c'T|p|1co(Jj@ȵ;z4J@`Xq_{9ڢKF_MG1u9к]*T;;eÚ%eLԛp;wG\di :P6Eik4s<̜T0:6h=*: "XXXieqI^ؤu 11*ҋ[tRI ("cp;K$:c)_Yp@*2Ic1;s2^xkr<״Gq6 ``1AOFo//+ G"#ox`TUI7-1ڂZ.c-Q&ŮR0r v8 C󽔜W\͎bH8K:ruG}8x4w.z67TuAG.+Je]Ưwa{ZM}ȕ7  DIqVЙZL[^Pgb WlOΡML"v,=doztï̲ L>bpߞSM2_a7Cmp6DI:SyPߴd@[_@DSRg?"`̉1i Ŀ<*R!Gzp_HSG1(E[(f w$nj}  z9Vvc5AHO)pg3E7>t?[`m&E|fxu 7w|(Tc[HkңvPe KeO>/Ut-$ yk?PM1yM$f^`$dTXC#!$hJ+@ .:BǗ8c鴾RInW$xשs•044r?MJt0wMլ=do% ޑn/+GwLּNuV?s7z3c6喡VjznnioP) {b!E2S9w#eI(QTkzHB y]qS46}(.jzFn-eŜ\4 @W K: Re7!aA~~YS9by7!l-QlC2Qcz!9-5/sc#ip!X?7yٟ w+Wu-*}EԠ3v&LHI|.*(gA=eAՄ!&o@/rȘz}8"f%ˆ6J+=m_4n}̝} A%5$k4^=_58eE+KCMg~g; !§lO[u0;, v/C{C-I}mM @ I I$@%T['ߒIHw%C>& _Pgz~*U@W~'BRKͥW(kVT} X8C$/v4Y^)-wFn}@Q%TD_^W]:9 -U8| _qP,}u(+>^h/kkXȝ /J>h/{RaP ,3Q#w_t?3VL7{֩rwGG 2%B#zA<4U9:~o<8zgmhF*"5[R !:!璒~6C[ | 4HT8_[j{(ݰEdRQcvljC%w0P (")jsaT7H8qa_?r OFc}<6gTĢ!]E-:{Z.O;;4M(w5)hھ0Ges5i.5B B(Sb ȿTCZ4\I[$fE+Β5V} !1ha}E1BnjwrE6}Osڱ,BI1VrljZW3S-Pg%঻L?tz)9j7wRWNJ0}W@Lr7%M2T0¢n!Z7J.xZצ0ty?l?\}הw*7I3J Uیy09,;}ky_sL %WuI{/\Q=xs-»$2@H&%zi~z12\MV?N {Lݾ3X~*!mTy lM`9FXwtŘƐ;ca -.Еkm!?!65a;;{+MK52joH/.x-ڋ:++||4-ݝf^]"%1i!˩61sYXc@=7.LҐc ã!͖ǐ ʽٞX@0W؛z)xfb8odϞ}_:Zmc{amp#G]oj9XXd&:zV~=^K'#|P]C[39uj?&`AܨcM0qj264cU5 T f+ Aw`VI*-+VxDŽ3^K( ~)D66m2KlxA^Ê?J~eQXbT7K'pP w|z5`(/rT,N1l­0cM$i6V(Fߪm=UL",i Y P2%bXX>5e2֖qU,@gaKOęߗM`(:R6@e5抷#ے InM)<05M5:妙\몸,Ǟ08rl VgOi}-z3;StӍ,|C-~2hq9R 9\%!%X CH|3ķkz[HyY4;)vxJy O+e c io)l_}?u-|2B6gJ7ǖ mxDJ"C}B{Gv+J{ 10d_> Fĺ/[DO uoHgakwB,) 'ޝEcG2su~fc„FWtM y)[)CiJleiVud %0m./CS|Qf[.3--j%NPE6u<ttc,?\̀:j .ʹˋK ia޸BGtlqfӳ.O2mi:x؎H"<N@1QV. y+i66(&i"؁L\c-{Ӝ(d !Z!a=\Ń{J)0GZk@,)_ZgCM󙁫$F CnTNpuՃ 0)\M D/Y/@6 oӴD˱ikkm9ScpBhampFⱇE6AB׿)W Lߪ//C,9^k׷,Tvjd*Ac_`&L?b*U\ 8c;Ky(]^Hn3LS3?VMry|%z`>~z%U>0^7ZҴ/$\o8A#+fM)!V Wja'_#^ǜ?"G@Ip̲.z6Aj ~Aͷ^+#ݢE9! `+!yO۶1Ur6dM?*H_UBWVwQJ)la@:TlYMo#Jr1ؖڍ9Ah/Òu3tAޭBhaO,ȶ8M.p Kre!e2̉-|A;ګ0iqSԙ#l~-@z(Z) *|Xނdwf*)n}!"+ <AaGc5/Q/S/X~5 xDA_3s[] >.RumL7uH^)xM}e;~]LdT z0_ҲZ\SzNVb ̔`%QyB˸c]y:hܥx8BntQ| FaGVkuj6:?CӁg-) pZ5y? I53>AMF"6j(NDUAkˉt\z޹iDcsy#B@T~/P}$Hi{Xn .=/(Goa;.<ܱ t3FJbk?O~^Vs#GuIg(QEDfD'SKhsf~dx9 X]NQ=;>萾Xs{Q+V5`~V"ڐV#/ sBSM. (QZ/;&҃a7q"<awLބ,qFW|5_$?4QsQ7m)Ʉ3'J߆9@X(G.2͞wJ+,i` e{C1vV~_h W1jkjF>$P+yϘ$9@v pAɆآ'`Zd *_@)i7RWHÅdITԗ?ˆ0"&RD*`|>Cj]0xQf}y=JFa\s\7VvErǸS/i=<Az@i2nhޝ`ߤB U<9 H+`~Kgt?&rPX<,l_eA(ɟD۝ho%2,&i^'`!u,m$ikփ=k&L=c2017L$vPWҮZwW1TkS˸cE[Tym\O4/L.,MDC8O}Ł",:YPgf٫\PT` "޻ȥ9ԛDX"ϔ/^$85[x}Ga+9R ZgmYo>7jlRs-~_N W/YMvaLQG cV.!E>#Bt^@lȋq"_gotf5ٽ8=lLUXEfO dט@Бݵo:Ұ](V6*{NI `[HHqj;k{O6帻3YL?(+ԹbDjvl &hh=enmTW#F闫oEeQ>32/rY3~08TaKMɌmYb#QCnN.Pph&C. 7P::@EBg^-U`Zgp(z~ٝEY-t.EV8{u_dxe"ۗ~qr@˻Vh jmґv^F PYzR7Wm[8;qq\))Z:vm@Uor@l-3;I:$qFn-SߏjM@^Px.9;Λ?@~:,JJX'fбST^mϦBd2#IJSsQoǏ\-h1hKsd RcrNи9AǙǗp3#ʇmRIn`CLÌ[QH͎\ kgYdEFhRِ͞2( 5!}گG MI1@w?ZsȕfҜ-? "%m+]=3m>xBne 2gYoWyw;Ź/@(WFͩ'\) ~i>eEs.81æ! \\@$h_r[ 3Q$d\lҠ9f(DV#pm G%FK6kq޵G2ܘM /Ch\HK|M(چAV5"/7E`PFWp듯w)¤m0.{4Su~+LlSšcOQW!:C}y0 r0&y,eI&[T~~[i?S)UK"Z?q"X\Z)dz6Yi1e˘V+ y)~L )(Ϸk]YtGS3@Qb.{aZFˏWhzͨ0^|s^8>/]';(.d1}`ߪ/~b>z0|,(TEyϠPήnK9ⱑ_<$Ԙ Q?q px8ᙤ50IՇc׃0}$"/t7I:OYE ]Up"R:ҹPж:_jm%="->%ɴreHb8x 5$x>ZHzL R皥y҆a@IªPg!'%|~8ӒV䫾 tCx̥jĂ!Yϸp/^51ڋ8'+b77t@X X}{#źt (spPod9oy/ .M6`q\R;9̆US]Oc(AȾ<ܸuup<ӲR7S}~Kѓq#3dr<L5 H| q̌joa|'OôR\* U1qk©c{jV`VN^8E: #W~ gA2h>>U>Abt_b,ot1:U1n[Y!Cɐx/gP(uq[j4:V z@~wbyZw A.xҷc!f˅Hw5 ^dCw ͗—_:GTKtRӰ$CҢflA28<ґiVw^9vo􂬗=ѭ#w1`7t` .L`kV'λS]S7l,7y;AY@'"ANͷLF$8Tx7B0Be.}Y*\XDw"T_-,Y:39z&ٗjDdD==*p|t拭s$`$OBƖ)j/B?abnq<M-IjZIB!5Ur-YRE#oH,ɹוP*<5W`:~8$+U4*ہxa? j/}1Hu Vẽ!HHWH8T<тax!&6L&-jI fn>Nc hn`9ݦ>Eyrm,r`6}8۞1#lZ~!s`JBgiQ֛ [o0*DJB1$^\틕s iX=+*6;[-b0W2;+P!$° /g2P’=Y0 l _wL1uc̱'^?~0Ͼlbެq[xdz3~~Ȕ۶5:nԍpnId?0۬7Mmw*e @tSXQH5~`z9R84d Yl`LFu 3{`J[5q'RWH:7>~W G&aIф<u@ 59X+E6:es]kU@eLiGC?Y?|0fk};0qF}MKؼLtC18%Xwϩ煋Fw:Q!!$ /)  }Cb؄VnuWW.L@k:ۊc_zH%0null7R\H@t3o%ˮoS̍ǒq gx-J:b X󙵹 ۨZ醏 $,mWS튎I?O+r7FfrS~M._lL}fy?>7]?`rKĸ.Ch񻪪9a.աtCWIb݌^a%,uo͔X&YKAɢBs_HKW68811s#(sex3wr.UDd"f;n+ꈁ(Hx-IQWQLd4q᥋4>sw;\o"&"*ï]ȟ]]3l쥚\Ӵ? Gh!NaVuf0NJnFjbF :t|%ZxU-4*g;6S$C f+<ŃkNZH#sed`q6j/$[/ È}Ip\jD*;"P82!Z&+1rR01XkNXjzD2Dbs#öxhdŦrUd&, C8!x2=6C|:WD]%:nz +e<`li.!>}ip"?ҁ7zL 3oGc kN)~e֘oIT<Ԭ=iG_ <'@Ɋ=Q'҄DsVn8,Z*PPDBqSF6t:qA*:aePc߄QUD`}al3p;Ū{vkrgZ)%#q0^WAJ ތUkMF8]e^RM85UsGV,x$\]}) 866b%jQ(5vtTE{@0Ӎf, ._C&O grLNk%.dфL <&*4lGOb.(N\zZ8kpspk#A6@r@7IٕR]g &9Hʆ-ɂ+rywYﷂ&xO%$U6Rp76)W&3fr=t C)#(Ӽ@ R=m$~E(eIvU'N(9͓T` LtxOT`8^7955=4Lşqc]2]iI㵽y6p2C(Z.+WYfkby<SFJ'b\.hv+7`+n.,+̺o6q,AcS>tc&kBm#@IE9dBbhB4&:͋5YRb/ܤ9gsQ9C ͙ pd5 b'{uOͲ=鱍cBfBM{>a 8]YmG ex?rM{{dhg?Uh7f(dG ^°~_ҦHֺfH5O`?ve©kC+n zo`Gnp*o:W|4pTC\uOAaտ[T`ߓV͛xP1&%CQS!ubO/{3F54lݫ+h7=g=2:ok_FHV? RP; TH2Ꭼru/to}+0ۡTF~:4*;b<%j\(V7Ƒ58Z1ئhH֓2$fa7̄YٽIulo e'Ò}Ӱ<&3|^n M3TRɊ-|$3(9mVj j _Sz39^o訔׻m_w}}J;tVy25ie//@JYe< gl+gξm-ӫ.{8C mS h\ ߝ;|.m4yhvZPxIA|WhP,zy Blݏsb[y7+tnT/4Kx:\/xɑs):`  p_Gb2d1Pb%-"ڠn'em|~Lʋ3j٦3*3k%5XAVLQ m[CC\2Ѝ>jT]ࣴ]{F>d7;KL6>h_&ʹ5 f;l9H5{ mhml\*UBӑSv &XWY|eLq (MRT2o͓҂ Pp! DOkao@o/n!&|=V"O2\YO26;<Ol@PlfA1&c[=A"ZKOϨݴIT^`b,&IVNTѯWZKhOێxT$I;9@Hgg =<{K!s*]C/P˓8]v}BBz&U{$8\nqjMEϮ,*@I!x`j'J+d{ u?}klȹ0\`+?cDtظ]jtˬwXDK&CHAI@8&SQPmTpfXaYo %,o~g$v1ÛAvf ~MD&XU"}9NrQ(,S r6/<.)τ \M+I)otUߑ͒ ]Ǘx @@/kC߫gtU˱1 Tew*<;_4aY^b'ǝu-5]OxM\|mzPsK_ofDiw4zc%AwrMZSqFeZoMyy %#{`MђOxϥa/X(b#+zBɏH@OPmz%pFc{Rsrn#4:ue11O1fkMbC8k& ?btI`JZHV7Q+F%xŦt9DjE!µc݉-! ҷfsI 0١Cwl"b,765Fː/!L7FjbBi9>z2+@ׂCtTde"4%qwI@AQ<2¡$tMB,bR-zx|9!])\M@#tBnCVqncVda\Q `%Yt--7>0hR 'Až?mA,dX.m*2bG%6f o9)[-=^ډA,8{Vuv݆YDT2= D&TYUE= WEL4وgxTi^.ڋ:I-wDb*Wz85N @RGlwqI:s,@>"zja1v<Q9P7i5 υ KkqtuzÁG%K;^ RalHnRl~_fUH59o6jN=Jr'Bq~ ئA9]36D&NYZR]E7 Yr9p姦gYYH9|JQ[AXB\ 7.Q{zj/v{_ ~x&O~Wx Cm:爄KP_ph7&Gx"\ucؖקqx( ~! .G D W4mhyj1I+XZuD"i(Z呸uzZ {\s\}@ݗF8Fm7zS Dbo_<1]3AP7q޼HQpF#P)lgO]|OtU22uHN >qeLl**!q: $H@9yX'_F52@P=UYUNlOjwHTN-~-(nv)*TQ4p=H&%/}$GwBڞjȳ<akO1wdfY0]3g ]]P{ ~2DdIqOX7Ģω~_Ƭ{)!/ BqVN]8Lfe4=>3fT$lAD ȗ>1A5o5>[] K0+A+CμNޗȼ_E  K!sA N,ѯʘ3IjÚ4 i( xR iqf7Kl}eFuoC7vʰ@Z#zsqK`q"~,J6fn{鯆~Y%kѣȵ7!𹏦xJ j0odEc *r\;FߎznH 4(e7$:!t^mKr}- r\\nn> =Z;\75t.n3#z"I3Wʛ^`XH>?\$B;"z"@-QF6G#DO>S+d!(kzs7uBݖœRNF؜} LC=n NY:"uӭ\>a\JK+{leX7Ph[$:3Y=P+lҞcNhq UT_Q̵sv,BkJȼxP^'UVVrn|%4cОU2N5Rs(:Rq7C1>*DT[ٳ pEZ咡A%QZKnd;+6Ӱ*hȫY_5J8bUr%! <+fG}OtF%}\_U!$ZZLX--gYTf4LlE`ODXNK07*!!n>S!ă8Y+4^ ie-k$}vcX}gUX/sLG&We*Ŝ.?geZ'x$齌g0ve<@GMÁD]L?,`po_ѳfpM(mu0Cr?`ˇz19S04FTW>78JzxOX̘u=]I5 *Jf:NHxv8| Wj cRi=;91vˎ0K Q๎[%/u/fR2+ })ei]] J-K7i:C2D+pHpL&ZX{aSQ1&TO^˵9;Xa&fF Ρ0kp813loA*!{*b"ֺP;;f ­Aq>fH,ř9tk}8j F_/M rfאpf %LiO`Yx˪SAܚN %@iw:*Wcbt? %`0-Snjk2DLϸ(e~iq IHcP밉O5UJ70q6q I8(@ ٙ8xnrXy>O\W:Hۧ&d$_J?%ѷܑ`r,yo/i$b-X|RU"ARQ&/{Mu\[n\kls:!~)??={~7οJD}ʜ^&L3X "䟋h10LS\#aeWT>'u拰%ׯ޺+Kl< D_Z R&Ÿ5J|ro&_2& +ϴMƊnP_a[>O.̭ x.C ܉î0gҤf/:GUv;@So"#Amx̣T}o{bەX">ԗ86p\GQG6{8$@/P(`NOT' 3]\%P9kO[q|Uz++!Wr]:ae <ހ:>jXEU`IZ֩c,YV{;F;E*nr }Ea3q<ǟ^0-'!woGTyffh&̜ZUi1:wD/G݅LVгPi3У6x,+T:3f73Pp7Nʮ:1dn߰{mT*G4\uj5c͍ $m+7osM2 }jLjҶZ3=pe3QP߉ ⼢Ɯ9Ddgcj:ڇ?<'}Phd*=G".m'cߪͱ<> BTן'Y{uUШ5=YvP#W&(ꩍy Nsqd*#d|@iMLώ #5ς޻һ, /spa:[ep3o[ ҏl BSXyۃZڄǂÔ%03A0Z-頻8ޕR ,Ce+,AVٸhldUmH_Ls0_dתKjD?efOnj|&L a +ޭ,-Tg$<ᆛ  s9{ʅef){b3U GA>ZiD#3M`1L\NO|?&JV}Zt^ۛlnⱋ)J}O#EAeQLZoq+ugBg4-0fju[{mr{;o0aǟs~}"蹻|xd lɩ/j?6;U܆uc3ׇjDzmgElw݅}9{{W\u SL]eA)5Ɛʑt [͝qõh9g5=vT#Yk E?;gHVϗ$[=a IUw_O{C|/ 131,+G(q\ xڜ(ՒmdϷ8dHI:-bmH⋅pD{6Yh]dL|RF&yIxtK -[zO6$gɟ莆؞jYI8M8_O-aRVS~-Gl2_1V LuCbOuHkML =(r5vɠXCPO>h A.Rt"qk+1ɚfj!!TF{MR7iss+3o%Eir?@qK_}@%)~*{1 B EBw;ò7Vo9)ՋXdpQE=Q8c٤ g0Fr¼)v>rv7gP=+.+N 1V/Ivi7 Bth\eGR#!%s/ Ӻ_jAH5R'lE>C:S@!< "ap0-׬䰭2E?d˘:|4KJ&(*k0QRK*;@ nS HT|̋d.;!Pq?# NiΦQk7xVӖPY%3cuL:%< r}:P#"3N~'P茆qx{ԫUVg u1묗]_ t543Tm7X53cg? 0aBM ˯se`1DKg<)9}W_zaH]rv{&e|#WA7 ,V8 S}GG>L[ Ʌmjt(<|7߃@:v HdGa7  pZZMy D'B`0=qqhc,jgr&q>ičIc`$xT{-!3 mE&F%\'+CVP)DWnrC$Tk"ߙnf0*-fv8  %䍭 (DG8 tH`)KnܢoU@α^O Kw8N@IOF/q(l P=.%-Fdޱ%+EO5 ywT;+y`jڶ,2 5z!lxs)E==J8dtoݥ/$!n8қx cVzt}wޢn}2+y3 _iUgުIj2u 8JW VSpU!2YKp'㆕bw!p]@{!Px:>Q;X|K `7½~ Pr8:t]h.Gu,igfw>}k^X5(U@[}&:V@js "*P{bS?ԝiPK#P*+ajx!)`A(V=ۯoiyFoM7lk~)/>z]X8ų墢K吽a'uB\XJy"z[nǭǍ;Vks$^'h"X.-\f_!/}CRS7eB'dOUOk^m=mr6i^{sՋ~72'e~UeGx(9:N+:; }Fm)AmԂvL^Ҁ_E`}0EdƔ7Thg-đP!xpGwb(H\К;82~AL-?R^d#y: ;vF(7_ U\9) ;$ 'gC%ڛAvu}EPNrϤ8D,${H}wC6 D |9LB@d1@`*@% 9R'0\astL08JN Zh. ,%n%1'MjΩ8V:fSIk6q{E*81Z:/@˛!Q=F}1)[% J7#DBgy?dl!xGzXxQW[ VI/n;eUpr9NB  ִ}"\ʪUoz~x Ϧj뜺\ {@4tz^Id:3$y= θҠܰXf}hVi 2;lZjp8T7u=\oJ_w_-rfSȕ8R2x@+|0k^Qӷ?rl30jڸnMvmP‰BkNbqz e"nPL!aϞO:v,X"*p3J'H9v>`, t^q ~#Z mkyCd=|dhUbqXH.Psm!%?tK,QIׄp+ͤք/Wᄒ9-8F& 3΃Sb]2? j5{)8ն T5{͌΢,6KTe\"cŝ0D"݅v(eׅDKc1;̫iFSi<;6D?[9C2XaႄBv햘F)EQUby/fiڌ@b ig^{r99*ߥ4w.g}g8%y]7܁*/qքnr`xQfrjUBQQ`|/O"8-rg]FӮI髫cTljjq zO]GUkئ "+Vvh9ō(è@⧣LdP$͗]bI[+E&#˩|H qk{P+T52z'[I k%5j!jC96E̔hb'zM+ԛ>41"lg`s]8L08T?Un(QzvF܁(fu>kn?F#H4Iy|#3/(' Ȏœd0Maxs=2K(UdAT>0=ŝ\Mr>Ҕzi(熤7ӭ|8{Qh~j^dWHaf6xGݢp@gf}"mtGҚX Ƿ MwmOp6[uks0ma,<ɓt݊*YZ]̢Fϊ[$-"?iues:Pȓ*f(u,%RN7tU2K崴ғHkHjd Cܾ-Ml ~ 4Щs!!s{3_Cj &XE{b= ܩFrI=,$W\ڭi :cYc a% ȐЈ sTf?A~fk m-<#)dz3L ZdcFF@!,V|CYJΟl)cܐie!#!{x]$ݪ{g**#4dԘªz?G|Ҏ"; bտ=n~V+zJm@v%}Ӳ*ȷ&ɭu=J "U񬶖R;iigH-c>&ʨTde,24.YXh(hE{ol ЅwF1jE%݈#-Ȱ j'\2ƓxQ0YGi|rV}y2' D$vJ hхAP97h?_4cn3Qy.X,FCa<YCv\UT(PK s NZ#UHmj@ 䎕J(`{%FOٛK,Ŗ\`gU;l$3 Y)(ع3at`k37(7 [,6}5ݝszSԫd"n|`qkHخNStfyF.ҊMR]HQ&ق5WJI_*n\~2<\J΋h÷r׻UdI|R:=]F5U{??|v(k`2Ny'k,}!4lh*ƈe;t*S k"qNTӕCzg:Lj$cPCZ>$HKnk~Za2Zxn߀Hꌉ|hҏ`oQkLsC\\V2 8r tu0M+P3Q Ezј>>IiWO?<4SkO;˹ 1KOƖl.i-"#D~$c\:: `g&RgVpfy0ط&AպY!J-P/[0h5{tdr%l$Rl@۶vp- _㑴=:.AyQ&. yt-~O^TJvޟ"ZyLY}&R {Qr)Q1|*&Ӕul@s-egd3{PLPԪptg]uy/+2ܣnm)[iaJ|r衂Gbm3إdh S>k3,Pǁg_g'("jt4c<K砋  13ayS!}׷ߒ7 8)jlOͨ"iA̓4NeI~Yl3f]&^BB_qKJ|#ڜBD-ԟi@Ձ a|ߴNRwɊv?د6:|,ɰT Z˘5;[cύʪJ?fɂﵵ_y*if y!Vyn:|Z|9=Imm oӬ^O>~!l'q5 *L VAx [[]Q48S7\()C!0z, ďˎkG| s~5y@Č 닌*Ǵ;0k 㸂Gǀ:@ _ݯzWHP0^ /mom#y–]~f n !AJk/}ʏ|%>qLva]Qb(رUQ.VlTuErZ)TI-nNްJ =' oS\RsEmg+F~@>#QDmf|YijA/9k[@z[P:e_W:,>_{$Q.Ͼ=~ڳ#d2JfWD's+7:xpue`D4=ke2t>d=@Xh3 dz[o&)xߘkTqH Lizg5S Z@ `t1*\ 0"`!a8bx9Уzf1W`%1ʸ>}qVhHl_jV5s|\mAj^d. <p:h#\>;p +XTCgCMO>J ż‚! D=4NP"FEk4d9eCԝ$qRLxD 5Z3L/neAm}*K Fx~pLocKTD;tP~d-G{gV#A$Haw*+K]"iE8 |^%r& E()vd_qXQk.x$o:dYJ)[+;,lFޣ&Mo#ohS!s,0x*eMqף3_cE؝6 lfN/$ m/iG ,Z o裉p="/,4+>L)٢ LDɷ#2YXxD߲1OJ)^՘g|. ٭S y<̬ @GS \ڠ(]!1#PMi9;yD ۺ~;w8%*Ds[Bz4nY }vz-00~xxk_b W=ٕ }#;[AjrSRVDTz?Gm! (7@I2FU 3 %|9NҊBq DFMv: <֙dϯ3NRxvY灛cp$OlP&Ï+q=? ,{s=Ju2m;BkZY #W{8ޡɊSYi%Xki72ta!5"@FO2v^tϑĂ6AT$~ҵ_Xw2+oZu1&!G9YRĀv=ͤVGMk4hw7w^\R-ԟ͵xɾyZu@yos"tڌ=R.֓0Ǜ-E؁mÃZ9\_s2XbѢLy%:aK ?F5DV˙+H!`:/?>K&_ݐrð "=@l ̒1hlᲃ0n0,V=BCVDvQt=S}M$A~ًOT/Ʀ8%r(y<̩'j`GfI]j!Xb<]|<ݞߖ|˳*f1߱Y/!e}=.~xQA8 rד냹%^S ^jT=*\p13jli@OTzsۗ{B ajxnb=Z8>`yUѱ[kl˺3癨0FgT>q)lFUھ[ {ncά T_[,a+ #>KCl'bp'W? ݰ2j'H0Wؘc;6 {m]̈wl;4h[\]_I1uS}zYW+FV{^1U(J5g=o3rS(l~~k&VPMJ68`>o\A k;{D) S\øM|+5pzySIۛ#r$ 5&(ʺF2^r-&4K?.hRNzCb@-Ku((+Аv[pr)W(i2MoIaCbN#N+A=jC{Gm᧥TΪnim^+Q(oo Xyp~8 )U-hi-t"YrpdwDMeRuKn Qj%O|kN@Pyw`ecAAx-f6Tl;Ԣ: F$ Hf^(jhFTM'4ىJ=q| "jSp#A)4T@by:9PG3ﺒz9LR|4d^-ʚgh;+=vBSظIi]=T*8ώ7wZW5D61 %bT#$nG*[  .E5+:hr,?˶3M(>GYpge^nxUR*@RXM4}i}^CYC0W+2K 0-BQ`-yh7PF7" 4kb.&岻c\5Nϛ~h'duʪ:}Y! ~54,Q=}.iaC5{mӔ0 \<:FDnݢ"+8  J/=Y8;IƪҼFomrDpJ/A5T;\fː{~ˢDYڭ…ح^"S'lzͯ${X!U 'v;)M:zm{@xIs!ԙtca# 2sREl߂!̙-Ie r4\3uH!"`ϧhqQ<׼vnw fg[ ~;tz:1X=|#kj͜}.|<- RHquJxЂfNx?5s~>KBoS&5 -$Ń#NVXGШKGrRBHf#w{#4SmS'P`/=/+}KT/>~vPdhh.)ѴfYyX`6*W`)Wk㥾/(}lڡ$[tGϸA J6ƠGҰc@q_-Wtnj%6Ȳ^M鯑,|9fRUJANh3,#B qTXL CRy'CPiQaĮW<բ zw)Y+0TP坶^b1UUٻLy/W蕃9yF?Q'{uR r4;# )fm79j y8z*ZJ!|Q1V8OEϲNOAvDN2MDiw;ipnP Y`Ol JJy)X_O:\Q '=hb܄!լI[H{t)Ѐֻ w<_uNk|;+VS2gNd-6ּ{r)c[<ꋗ21D>Y| YaF:v6A24蕇UnclSˀfԘ$|[ܻoE4YIopqki/ *H>.jG<*pSw1u<1U}nW L; .I.p2nĦY؏j-G_הQ'ɮW=# 7\IYXviȡܮٝQC'O#!W!VNRCгknAJ7 i)z|NV[]jzwB0(h$1݆?.-(qlO'r]ij2qt6Ǿ jم?!)p)Ĝy =cU@կKOajP'Pd.gV*&pKl< `^ TƀSgv𩗏K/gJ]q6(kk׽sCv,Y߫`s)Lsc z%I9u{: =49w_NZηؽcn'<+-+WQռr]ɺӗ}ADŽ8'?EGTWdUIs 0'Q">6='uniS!|¾E+cTpHCX5n%lݡn2i8e~Ct/oC> Ȟu5Eߜ7ȉ yXRzM;Mݬ_˿$=jM(j"\O@zQacZO<JEӭX\~GĘ6O>`ᮼ-]g@sY 0zpsbKz򔣟 ~n֞~ԜTA4KmTR$VLA +GdUF^:& -TW޵@~wwt[n[\Ko|4BA6{g̺tC㚠Z;+uŋ6ILB4:ccp]jԧF((I dPM{;@7 m.~ SJq)ܑ7E-_7 \O_ Tۅ[ubѝyB}vX BB *@]D ~8g*,zʚ e봟mg{"ݷ7څ\{>?ⅻ 3MX=;RN In5ZumR oZuHKL@nfK)[F0tqmVpY&K>XЋ[ټ:H ,ߏ/˂B0W5϶beGgW\c󗹵F|!2+T VFw.*[T+8&g3^ -o.4>_/<ކAִ8m<Eh6tQءVƮFG m@k#<^+꫽@4DD ̰A7<ڲ>}nQ%ܾʅr݊l~pNp_U]X1X}k柡/u`W|>if]K j w{ED*[0Th\UJY 1l캘%8SJ&OGvPDӨg25GV{r9B+Q!r%[L‘-FXZIkl/`lN6̤*KK8xqɪۗ_Hr- 1$Q) K 3Aˋ@w}FI3 FA{Wu[ ?Suɾa `Ԕ;`Cn~O(?s^R+FtS)@+U&Mhn`ݸ!eܗii59AO(VNE,HnvNY?*YkphQ+8%ʿv SE00tZ3Te?B{~z 1懟^횮7R~89BhQ!un)KjEǫ4`L,!!r02y0Oh"ւVlO8pbYMBUՁā:0FFg*wß N0HҖu q~ݏn@3wx??[2]iЭP&- z$nTZ<[ kRr{3tΏʋ}ݫ5W[I ?HvK<ېGtrjUI<-0u$PǾT="U9cN9OYʁ^I( 3+އ>/,1^tMk6II>&-ТOgկ>Rۡ_!!es{ hb6Eɓ;l]K$QWX3<@oHr ]RÖ+NDxs"77ʓklA Wرk"fB5ܞz :E?Lw/gg5j01$}:OBC.}u\fp_KJ}[dN*){ R~Sr w~zU6)mx#|jk`(xZaap)f}NnP 1|W,]+7'-c9w:;kM~3)(J]fܨF1ok d CEFn,1/Ia. Թaw,[wb A`un617#b~~ٵCNMK$|Ck-]SvtGEp.vL,7\ATX]މhGUNpORUJޥb(Z>Ev/B!L)C6\(zc ^lLE!@͡ibvUPa(NO 0OAy]4;~::F`ѱd{х4rRX?< VHqg@KGZk:4it2m;Ж;,\q46L50ulg.ΈVO r>0u:W-^lKB{΄7ʖ(e A;8Tb^L]C+},6B[јQĤʘb咍>EVSYשm2!ؿWdQ,,B&7.+N2Ȩ+Զ$֓,=سw5H1[+RL!bg?&_J..rڣBC *jj@|q55 0٭5NUb 7A=296N6k41K{!$Tc=&%?gH>R؆C[\AQ8-OAuoвù";! ڛDzиw LiGj[cs( M#0stdC ڔX{}FŲрbu@ugԩGM#.9YQr"Nկ'x `TI= ?<'-mK'U]^NrIFܟjqY\:csNgw%&90Tq'YP%-H״e0!5̱>&|aqGLj+ 5(=y(/1)UpjLxfNB_ޘd}bD#$x@DfۈI 5AQiRN:6sNZCWStx=q]d: 6.biPx.]h\vo?a%1 v]q{ͪ!``k*gV(!v@ρ*7$4Ld i/6_0g X}V=v#a+#"Z7v|_A_uc=FJ$U?YЄi^GחHa92v^ CgԜ)bq 9ɋGbM؛]%534)4:{2%T4tqسfb$Uh[+*rN<צe!-VUk"`x`|ψMW&_PI;ŒKn>J?Hب;LwDoBb~:z͵ Bt|n}`<Y3Ȩ1!hR݁Rl!ン)3O#!*]>e)Z>1U"! Fc}=@BHPAݲIM4E1h*ŏ,VzɱEAɩ""*a*U<l-I(L6 ^)\.L)h$ɉz#gOi#X܏Hs~1'A2k"zՑFF[p 8;xkWß'R~̅crg- "ԽN3׆\ۚ#!\f6z(oA]61w`/ ǿ{ѻ[ $4/Ζmf%$qeZ 7ƺ"Ś|џ+ ķI.f8qZzb($ V;tqmrn颀xNd>bx%U~˪X%GRX/Vk+@oq ; ۨ.x|2krT}~_KlzV$ڡNˬBNa\E:(PY9t?L'SX˸'npR]LWxǬ8/G_8}9T+هqr^dO@AyWF6d Ÿ78d7==sR9ayoEܷLpBix0qqpa3=Fn%1 9'ДدNQ$P9ffٿ n\!LUY8'#F^WId] >gb"˪xJ\wsr{;@#;Yӧ1S3]zX`Mƽl_aݾFeJRݵW,2Sjҳ[Ugm(o cYX)tZg&F΅lQɭ>R\ { h74a"F;me̖`fϓ079 m5!տ4c| ǣ]E}HC;_;w]E–ϲ=d8̤I" ?<Ӕ:KjQndc:p r7Yu0qPH29NTӵ ѴeX5qk}CtQ m~0]n_ F'M??(L|Eʸs(œE9*7 EoQsq፯e} 79L I'1"<13%}OA_P%Q2 "%RΉJ8"Gn@8,EHrPVyv0Et6X>0ZΣ[,0fǛ˚㲐} n`EfxU(q?i_xn7uN\RjƏ͡}Pӵi~^X=n+`SIcqۣlhY}v/ܾyd+ظ$0nhfXY|%ARg}nr3ˣBl,N4ΥRҠ!p=QwMf=,$yԢf-I)u쵷xD9 Kv^ؚe+ "=Ks+5a!Q/؆/GF{- 9$cКl)@%<v˻(l@4^/ Ȥ9ULcVՔw8o+1qMI{usKG|8kl`v/m4 vD8GjHKr{(vBdEAw)dJ3C]ZX ^Hշ#d_E d\Y* K@i7\շ)&Ϭһ9[Cse;uZTޱkdU>ǷzpG^>hvT$mNƬuV8@#FX*AčĚ,v r76=nBr_:qGp˔oϻL0zF InGq(y{fay4Sݩ0jz1l;ߕ#Xp'5D@>*FNj~qLODoz0 O$Tq.~m! hNg6hqQ{vˢXUKvZlo0h%䑴 >[PҼI;׹U{ }߸[oKjea:7/z´.ң,*-9ӢR9Wk,Ȟ$Y4 kμNa T5ZQ>'i Yp@Qa)Dzz!u}z," `.yOm!ޫij n)]_Sp֥ qv*XΜ  'F?`oJd.nĂ}+wzʇNXdJ!!ϞRPhr\9Cc"- I1&!!bȒd凸 C2Co O,|=`%v@TJ^Diܭ[a16m.˕k;?vE,]g!.h'i {,霘đrLcHmϢ W.ZsxMs<5i>F%,i7'^v(*X!-[Ac#rn BIGM/og7yE ZE!̿,1 e뿓7>_K/m]O }ʯF= \ @2)t(@7W= r C}])7lMu@lJe}xhI -:cf|D.U# ޕ,K܈OJ'U㍀䛽/5 T)ËL̥EJ!ڂ~("ɠn$x<+^B莱r`OMϭVM ?fE`2*ɕq8lt-,>rOe3a4$Sz1p6T-~YN Bq5+<hYW{ k)h)<çe_kB_KS7V6M?Yp:#ؽ\.,6yis**c;5b fA:\*/y˨"xLb<~G:Ay7܉$Xdw 76=0~ohR<ĺIE?E"k]yYlMbZ[ݲ&'ŭXCۚuG"01Ӷ*~ )Tz'p[h'IB0\7Lگt[Ed<[CeWA!@A%J~-&ꚴ?Mފ3JRYZ/ue+G`z &^Iw v "VVEej="ZEPn!ٕ /dPct3S}bBb~.YvULa`8iT3J<&;x1,_a;Eph)!зB"M*A,MfE+Лm_RRyGg;A8-oR/AwwUH[%%?Ա4m=cWߠ_We3:pĐRw'b]~FNl)eޥj3UL3Mm>Gd/7L T@ɝl2cM -PWRAh%7m$edJ8M{8'5X`8^yv!::USr4>n؊qVru>,LK PZ%}߼kʾ9o7fЖOtw2)FM)K.1Is&]0_J /zLmr&78&1muV;c fO aTG(ubyWfJvj޴;knk 9S(c!aK`v/ yf;G[A1C[0Fm«@[O0eOşp-P#1*s7Umhd8kQ_mc-MŅ6_5sv^q;B]Lc\jq20|eMjVrB  ~(R/Veqm}1vF CS¬XA+v oaqz-<8WhL/aC}ՒRaUt$4ƫ{Yú)rToՓc7cF`Sh }K:5NUA˄LϪM g,ß䮔e֧] `D0-R"q*:&bMGJ8xF:`f#Q)y[V0&UdT~0 ^b{S4ߖ&u^Ndmî~S*0@(rۨMF|뭐`.71lA E(7Sb܂> 2 būZR{"ϕ*Kq-)ĶtgM>W!'-W.˹V1 Ԓt> "oMD'a#k s}DWMex_nk/XZqPn$tEY`[3E2+o)pVpz]>pT/Vɺ׷/QkAړy&[cuc0NG/[n6 3%ܺ[x\":GS-CHKwBj!mJ+X0V7E|PhRxǩb=8^Ic\  H?Kp\> YbT+XB@6ӁH)*wqqtqwqpY] d[~D!bW9uM MSpV- F #Q#1D|D1~U$Yߵ|w=bD$\p- ~ sN]R\`g ~z9MHm7b~eW)5^̈i$ۇ0o+alDq_ Y8UеJ#D㬞 ] #L~'C뵖+^bޝ!](jncYua 8r.o!z9vyAgڊ1?55Pi00 x>%N va.'hl"i6zN@UnN,*hA nw˵y'M߻_!ewm5.LǨ`L b >&Xm)(Bfc _xKz|s&ϾfڬD T({v5Ix 19>;&_4gU||ș`AЏԪ%%Gx}%r#VXyfh9Զ@M9rjHyfr%M=M6l26Il5"SJMizvCDLN?q)A.,u QʰkU側C|XDV>e?@R=k9Z>cĔTŽavU!# cZWXboX"]/TnK#$/VZ־ ZfСY6O'F"Y[,'BN~ɘ57n1 !hAץu\{UᶂQ2*SjXmՙcwςTsƷ=E T^@|1wZA&fa4~?lc8j`h5zhJJu:J'`P (+w:vF,QJ PLuJ0LKd08dn%]u'ʜyPKʫ@,ӟ ncc}3g +}"p2Z9`LA*LgҡID@Ihs`ntTK[kI/R A="fp5噰mJuԅRxZbE@ p釁PnK>Y4I3Wbj/hha*cDbݢ%N(XQn6 p(p @Nҍ z(<џ3P5'<DbHR;P򉃷_p7/J)9) aAgXkhAs@G'E [ \J 6…|p'Nӑ*`:(ɭZ).[c$k}{)ߍkL`VUQԪ]K 29%Nu̲xK(k=Yrִ14kcm7.9X*z1N?^\4m_؏:]oȚm\=w\: K$D <aKߣWk bEn3 ~B;(~#+Lun?jS7kw%Or]GMԜ/_m;ހ| 59ms=PO}g~HCڑ^$ )y44jƶ7IO |Muh_O5c՜qcz Y&I&iʫBs"g 1F*{V2?7EkިXX;n%.(c:3uwм=k#3ְ$souUG'7j2ԓ+ezP씱{5HxUle,iY%#&q grMt&*$Oۃ@&#5?ڏck KPo9nXI6ߘf(diI[Fq^PywJ9}b1[-I{y FFI#? tTEbpn v~v ]pP azdF1mKfxbzTPŠW*,5|F.*n·J1hen$_ڎg,Ĥ?t|nbL~o]1cqxgG07~%2q !\}]sJKdO? F|9]HL[PE.'JSѢu9kxDS][.GRJˉ[xeyf?.Z -|fg"d,:uI3Y_F%G!uxT4O?-tU1XAjbp~-ud|07oq.Dw 1yF#8L1cJh)L3uଧ-~M{t^9 .{abW(׈9ϔ8AsV_x  #iz|eET%hSw?ŏmmŠo=Q.wuKF>҃Su=1U$$;9LhPtTM`@5)Nj =\ z_A5؋RtĒ!m~? p#=l?l+Ew,WI3[iP4gq 9Jy=MJ& o%AnnO>O=Fj6'g̛drj>eSbt:eF>MIM,0PX9*]_kʤ ma]p` 0fn1=] u2[v1"P2[Vd!$M%$ OOqfvY0&HsI CFqW;+zRoӥ =R}T9_ylC #^)dA=FF| V qflaSzV. !QEl}*50dhk"h&'5cz y pd4+u&Tt|)2 yB vc@tMtlÊ|+?iq{kh@ HW.[qWxfuvn'FoNk;:s^KkVQq[ZDŽclLK{9ՑFUn.0HGQ{*JURnLk7:ixlM`l1vx}zI~|Bɠc;*0F.J݇cg{B!F'W{I`A]B~ͪڷ`j#>s#6}]S9[!waqWwU*-;J 9_>(Nlex`pXCӉYAgK]FJ#JܸD֖|zpB6P;HVvWAPzwLyP@ @n`،ȕdhrBW3}n~W6vq)9]33:ඝp%|zNOKf:.Ueg^[k.nlE#u(7xJ؟seB筱,tW"G_ha2+Lv:s֫eޔ#gƟ vg%EpEvyt#eW*;qЧ&Vx#9k"<0یYl5^,+Ynn8Cxυ1% d }veAb_J+Hħ@E#։[hFFz!6mxs#BJP[:EÞ- V"/ZS8ЇUk;+chS!4lP@` mv 6X!+zryϼ4ӳسgK!b):N ۇ Xb8yN]\d rHcg hH76P|3AϻF-(GYah7 (H>a_jc +:7E5I>SϧΎ[?aBp5U}E,C6-׿?Kqtȳ7/uS̃¹q kJ0!uՍ{-qD"7w!Ln(JA|:d,7Ĭk׿FMWc]zzW+ Ax:N]`"8 Y >tw6h[o#1PBa&ά "WW5'T:j{Z I8R.[p>ΥE§`7QyftpLV6'P3fL!ru[E7*NJʹ⇷g JEEe)a+mؑF2U5+|d#&3h:^~CGU* c 'У ]9Wm/Ԓw$zS9$q"T@4; ;[кJ/KipEYw+U/bX@WlHnl:F< 1x+\m9) 9 $[t OͧI"l\bĂQ^_ũO _>"ED9/9 ā,E#q,!ݹSه.pIdWR"`/<$?鞾?'*KS"@tHכ`gHX n&/Tgƌ VLl| ZK2<LJ>9X kE Hèb}s5N zK[a`|~'5> 5+@a<}_?reӴڲ S%Gn_483T/I  f,8y~L%ڛmnX82H>@ҁ1Ai]OyNYUiDkgN^?E]C/)D13\p Sҋ6OMݸ` H,0vl`jfs2F;6oˇ`D> C/&_癇[^FFڍibO ruV (Ռ4ز)( 'ϴMˬ-g:X>l&<*\4+! 6iCŕ/Վ=*<⾓)U sf!;a{s$}dɻu6ojH? SxWm⨮ [6xq'ĢNٌW}5:' c.'Qdv)2KsC7P2\*4,B$,%rɰ24W wǡ7o2o7sbXޞy?/o l^qwp6J2t %/H*ɞJfӋd &9fsg_]O`XS_.kRc|֯hc0nxܾ7D&ʂAOM-nAQG= no~tvǢ)ݞ.!e7S(ZiAf'6;Q~se-y=?X%^SsKȝѻ"FvXZU51;6BDT3EB_h`P?F9{WrWф&Ag}")[ `uy="L&RZODn }9bί* Q )6ebof(h/st>£zWCBj\WV5H~ ;ߊ$$AE`phyZE `2009E=`5ءPZq\l+rrMboSm ]PD-n/fI{zo` D^PVXۯG||l_{6{7'Gmo; wh1Q Te6*M.OZTjIH=2I6. <YT(9x~w3]U!2ON9 _\a-Xv413T.kaaz+p[{[{s|l|CKυgG4ߡvUw:n:~hVC3ѩɝ*跠 mcȦo/= Z{!)YrgI-r ,IE4Dj&Ks?PΰjD,3Sq2~'s`c$Q (E@oG7Jʅ,M~lQ%NNMqCBrwVz?0aw$75t!%^geQ{ f<7c!i`a+΃憏SA&l" ܺ};R.&SDZ N(SN' 5WPE$3BBԞqT~._yx^x:œUg}\>C/_uVa6i9rxfH%ևh`''`ڨ6nN|G:Q|PxDLU]!n*6:>s8w+L>=ϏRvĨFR>JK,R-F7JVEAUqHkT04FO=ynL)%=M%`"Ξpų0z~z׆si? 5in!3$˭bG[ErH&ZC?NeeP.by/cTٓNQ9[5jSL7Buy񺵫+Ϋ.Zeu1[֘M1Ғ^"X"l'}`7twW%\Q/tp_#pphh>]#oT~t!Zoj-vfW0i:=ꢋH"*n\"ʛRb2./iCϹ@vIح4J/zjckfC:IY&co)%7.2GQ(7x݁ϲ.y8Jډ`hXGxBA, 8mLHr10 NPG\ ^v '@%,i6iTߣ%C?aHGZ{fQկHްv9.Gu0'sC//8DijO?f=+oVh[Bp_=1~|ags|Ke68`I7Z%'ۉz\bzH%GyF9yO׿s[rͨll -]m*2U~sw3#N˰o̙ŋ!_Gb )@ s*Ch4l{GBxbG(d9а4POs)"'T{_>wE^a/YwY嵷[$u&Y9U`&F().w Q@e<(nZE}bAH'0%w^e{eUM!r'OQAEsT\AiBt#b+,'aq}0n,4X!j)`$GO~B7&pLqw|U:D]aDR-O \eDa3m*;2GiVZ˺bI];d(\[_iCT(J;T+O'4OjMt%%&1^am v=&-Ip4.Xcә1)!4&fg|!1~+e'Bu>vKfs Y>E]Tlt` [0k-]'U=RXZ}քjQa )Jմx@UʔR_vdj gR{ӪEEa).C' n57dMQN yv7=f2MEBY6(d5E}$I۾lg VuўCE4.6x|?$䒅' 0Wq[(BTae#"9+ĤG`o ћ&؟xx07mh:Eq\uq@>yaaժ"&-17 RC\`. Ô0IL 첖g!WW7%2DdkyN-,f-n@^{QiGyNִ=yIz\XH)g(0?DR+'n3`н:F2VYdw,%=MX9$&_W6&Q|nE{BK'4f!^h\lv'[ hN#Z-woA|&O!\,z0fQ#F d hhE'_xSl`J*ǸfX2zEW۸ yPrNCT`t,̗f5©wqOE2'QT`:Osݭ=utcNziDW%e^v(MBpynX&s.*&ٿCxdjp&_ +B*(.2^.RN#a܄Ȧ27' g5c+t6o qpL}]GN( ^Lمq)@޷ ?7aY+@=+1׷ptJ7j j6I nMSȵOAzq)_4_KqjsT?"%56 @9{Hp>zWWR/ot\a} 4ڎM|oCZ(~eٲԔ`0LLa0]3ߕ+0[_}SWmBh w ᗝwO7t׻hcQyEP=Ju%aE+Vl RΦi^yB06nd,%+3(J0*/An=q'#]: U22Ga_JzUjV9ظ@ԊIMi1XF3oȌq1 * kŵ]1uGQgv 9 ,b}V_\VA1u3*Ь2tlibH} fTrݲxʅDpÂ^/c. LU~1BevYfql :Rz| {&#?uGf% 4QGSmZUӘx"ٰ649A^~Rɞ8A aQX}]zL5G\dlp 22E-yq SRXp0, %f¶95a6i9pv[A+>vQ6[@)~`vCѽ}#L74j9?J/)bt 5pMO6RVtOAU03A48JR;./Ɇ<5$B&s5/O@kEG(vBMCGuL{sYt]ƛV֟+==p]*]U2uA!U>yUT+y~F6FkY"q_U׏Bt>_̔۷(Hxn9:Iu5 d)ٱG$̜flWBTJAKuC }DHpZeB;nīBm/ +T`iZ0Y'90≦5p!Bۮ;k\e%ЂUw`@Vei\W$l[-쳙! Qn-q?"H@P~) A|HR,3Ny"J.Wv_:+KazS=$ƺ7WCP,jUqd9]&8$ΈU "ymI-M!r{#*8wm<.!23ӡ0|,&Q*Wx_]f^iSx%oSG 껃 ]_'"v75Nt NB]c֌˄#L~"|:4i5`zDcii:ޗuQ!02!XyErҟMr^KSSu?w)n59MU wLueTJ*WCd3QP[P_PO85HHCM  \%/=pJQD`n:ۥ(&ރIXhʁihV-֠7$]<7)g;織 \Na8}=iE3.4Ǎb0\)˼^uY*u)9b:W摊8Kyrek5\6N23 dZCn]'EҪ9龶G##B0"h]]&ŒI¶%|[*6;q.,?Pv)O[@"$5qY/s\9],u#2>o[ݐ30!݊DZPחe}ڋ4*IY>*{Tfn6 (&-v]-. 02ah|ܜ"o޷zaV!-zJXl#8FjoDYZmmH !dpy (術9rs[ꭧu4X{PE 1=)Wi 8K:o]S'=cHRcA ̘TuSΝ?Uw04_HQAi⦿隤^ JWתlnds9lN'#ipO}(2@̧}h*p,N*J Û x|7(Ew-WKa,$$ r }HWCv7ѰS^XnҪǖqm5`/~ 8ŻL]rCL=7Ϩ*|[SI Z[7oĹxC0|uq)BUu YT)I q#ѽb1DҴ= X7~2eAR 𼺔C_WY^ƭcMs(Pdc:q:~@*mܥ_7=rǠv\`?G7ҒN~*N\_#WHE==wxP>6-p «)H)HOEjvqWDgA4yPfLkԦOȉ5jYA+L~fgs'Vn=P-Je}y)P]츏D)|R9%>k{XʆCTQijNp{VJX4P|^/fuewCczZ'ĮNZ{^'u}[Bz8Ej"F DVQlFDoo|O{$ x&B/ޠJGF/IJgyY6Jl&17`#a^AGZ@K*3nМ_ӧi'O!+qMO%di6d G,~>1O}omPU"O l@ /A" ']/LrQHpX*2XI.-]k+."".}=HBZa|8 2]k=鏴jN/kA0xx"(|ɶ zԯ$@+( 8_z5j1x%[# e*@_7){w Lbv`c^PtNT7LEq"RۗqH=+t!*qcEuN&$9 ! \oz.rq* +2Ö8y.(@jZbúcETZ2Ưo^(0a0Tڬ=^s;XHؗ 6x;{ hg wC%X.i :] 'JBEo\{1auh9Jsj@h70$±5vYB9q8&H{VX&K3Ʈ]]ȑY.*qBPk!ogO4Z)ε-TOޑxP~QX!HKy䆃k2>&6XLi~x*E+Lxwҟh*V 08anI2Rv "H=l|SgV|[A4ߩr!Oȟ/\b)`XKr]wfA"Y#tKdRbjcK[72srm !^a/ȠЯ!uIB[T"P|.1 uR@! ̚j`$eIf#6IJMFH6J37@Tzιej`'8[uN[=M @h%'*(\4lvd lќjNK`e1lYeuj ӸIQ7gur6ka?*Ҋ9öAĘ^epLf^OךJb, Rp{lDPx\U6fM LS.pۨ_RH8:&p3%){|R7w}CUSY ̫A78U߀jpKOu A== %c 5 tHV a]D2'UDyԠ- )k]<}HDbdxbF~&Y~CgWa)N;x@nY^y4,7-<2[in{ZD*Zďw=2B7?ȃ lbaeǞHfbU%}܍k 8AE|BpF5#FW6Q<0.7@yEזy<,ַ^Ըp9xv|Nx.c_}Erd+ȜҦlx稩[YvU` % 70@?uP5T{aAu#b;ԗ ނ{|fi{(;1Np I)mg' >/@.ǿrвkcu:"&Zyj i\L^!TTDmGOzZ\Z-b}Ok KP'(L:VrRDyDbm#ֳHȎͱPN= X:P5 Od{{}{+4h#HG;#F;λt:Bcfؿ qX~:p$CWA: ߰ZM5zm3#pz]4:oWx ;V]:-w[򾡉Ü:ە?zWG) &CkT?,#ƒ)+7 Bd~l<A+ 4T2CտIfl\J#:-AJv34m?!֯`9v$TPeh?=[&rOR \˛Ae󽦭= ysR55:8Ԏ7r{pP%DڤGO"KCŨrv_X1͎Jq,.a bR<˟{C(W."e&WF]!}q+ _aM Z+T9tTs:&VS7ʼnc#+S\ }oSu =@T8:#m!(*>׏h$8rXmTz5Mˤ^HF׸kV>N~4/{6i^zC1M#ŘY>=2|TF} jǕ} - O&ɓغ3rp΢^#,f&}2\FG)zj]NSlHF0E;5V WeU8WT-^7cu@ںvxEvdx9٥c)Sc3ܦ @F`n$)vOcmOV#[.l', VH#~ Ҟ+ )gn O|$ӒVl/o*w6<Ctx)BTWNh쁁^DY#}16lu",&UD)S٪,鄿Qa$O7Sגs7|NkP4+2^ZnjyXLWQJZ#A1DaZpnC_v :`sshfseMө&yh?BS7A`Q˿+1=Z.4y5T+VyʑX'"{|>z'uVUl=.Wij}Hur%m;R\x#XE*]AB\ $tnF1uGiVh=8eL5c]*KA_n:I!޴F{,Ն%;jX^'b 7ܭl|G*]<4(mvI!2P$4O撋~mod;]PÐ2\0$죴T}ȱDlg^"?yL2_ߦ mKYf"X[y EO^JƷUN:TR@О&|+W}YMv˟i$p87r~21<(o2!xK[Z^wN <2꧷ q xEDԅ$d39mXthK;+Nu\QgmLϓV_h@R(F@[d@`,0?HuavL{J if?\]&_IF3l8Qr}G_ F5b e;B(܌s\uT %N T41ݒt}AWhzPe<[<#=Rd9lkT@%6C1XIv1@ѠG~4Fj[@*:pT%tUᇧN+ 6~i:{_=Y1jAB3,ޚ)**)l=a|hڴyBgbJ"?sP%>u[;QH `{#Lz(4rp_ވ cL !ī'`j7m*{ɛz[ɹ9ZNueAHW<ױDi\*[qSiE+K`W!|Փt{8bw5m@"Xx\*{X4eڊX v _5 G Z m|Xع]@Ֆ1La%qqnYR!n Z\q|CrMfB pm1|]k=xDGnLqhp ҪkRS:/m] ƃo^=0KEO}& wLHIK.RP0ا*-{1 Okw5p M-Y 7}NL.?Y-6(3+S"} nWyޞlì+fb틪,l9+3OQm'ρ(&f'G.O5HTf~;XhTetF-2orw\@dhxm,n<˞$_'t'm? *{\nXrKP>%G_gw1jl!%ZMQ!0L2[6rҽbez4Xu@"2v^c[(`7%;6'؋~Y^ۖPf%9>d*YS\:l )stxl ('{Fܑ2b6beqDhފm2S3O`>lPcaa?zZ:k0T*8:jS"+3; gM ;˦c41 GEk' PfdN$++e~L30VC@G?{EQ C;-Q8>G1jJ$?%,YFV{SVra2>CF'$.1 B)&܇?[;>%v}8lUb+C‰68⎴:oMS/:PlX@w2 E8ôb [eZXzQ.TbPusef2Ջghg?>ܦZ3CH|.{zobwqE~mp)@l3wPQQtCzbV(eC}i>d]}i)&5w] q>6x:Q>Z vcijm2tXmd^n3dH-P0\ LN=R\_Yq RВZ'|bKk F& Uf9ã9>׳Ll QqԫjSJUBXWKurn{3Jt' M'jS Ԣ/җ -@u,2wє6Zau.˖xsjxS%I7OWb.bdgWj9lZyK~NW_ Ң㬧 w-fk67oQ6yrws*[?v乄5S/څS売ڟ9>(5:;$"u\C@Eabw3PT9[HR$M#"1Ü욼՚7&:?O:vv[ΈkTTF {7S<(W9+2R҃ElF#zv) XOnEӵ7$ѐ9e2ev#{PT dae\HsQl_ WZAc%)%rVeUmsLVJﴎs^qALΡ$mHvMG w9T$D/c1sWvoE@aߗI+3-^bVt}䨋>cDH n<ws "_H+C ŗp<`=Xۙ.0mO/`hX}m [oQ]oj3۵ K4 X(4T[ Ǽ5;SxwDױ6/=G<-pk;Fj%A[+#ci*G =s9l$zc?UYANfy]ߢS`kxrd/@w@]XL;xs!O}p?7n$44w:l6I#1.2k#y8(OnӾ;J)kW>ɛ`xsPV󫾓~)'h 㵨qr)YiI*?D]͐ψ#-hs[%՟<N"5z[`Pج}gfW# (-e5?; _UӘ]- R_<]oф~mNSܶa2 r|<*fޖԞD U\zNO/Tߕ:/JL!שP9[=xLqbw&DL_O$7 $~3W֛ |T< C*6]UqH[ E"0-!D81n\ h ܢ><ٞ.q#zU/h_Ly> IHS&E>ˈuDUmmVe?aeBWҺ<~T`qԆ i!\eHH$6RʘZ@XA'ѤN B+at)ͿGBjXQ=-{\JT`/_ٖ."N$'ď,j4a[E. ɹG`E_ jLQ-הeTYӝsLzxȢs‘[Fz8!|B ~\݋m~H8@4 ,c(D (W!&<-\KA.Z.ˤR2=\Dd :p˚JRv6Ԏ/lGj2D/}U QoZ\ |4*#l Ŷ#TZSQ[ğJy.DE06tflN$!L?}rLh+u,芲 7#B|OԕR@'‰m;~`E<[SP6Sqs5jYߞ.jA̹I1֤,ɖg9舘tT^ !E06}㿹F(PYHclO1]1no_]q9v -2AI'кvSI':g 6!Udl15MY{L^wbc;XTy֪*hTM'*1Ӿ~t fO0@Ү\N,@0ˮt{HT7&hQRN-;C+R_,H;\Q /Exac[|Wè;TK;]~P %Y(@8$G% ]|l8-_ө Y?!B xDlò&Kg;>Ւ@9Jy`7O38YJ*$@+:\=br˻GљsZ0& ̄Eٍ۸TLr _O^$ t2h.X_s;+%=⽈8鱫0g巓ўdTV_0J@%"ZLq|[ b6CUTN޻ĐɎ!tLeAԈ[vo)j ? kw-X o'%DzXQ~c8zAY*fR*8')7V ,~#Ց-  {|l^@W؆3snto L5a6 VWhqg#kyF.Yl} p. ﹃"IwEhhT?pdo-K7%|Q9w/کWtrX9zS(D -$"(,!w$@ 5'It)] "'KqL[Bh{ j~9n{uryRDCy\88eK*&ɼk_ БEo Sɕj+R\I &i8]{8򷰒r7P!PeuF2ߖd`{9RZT" E\qgw}J4TXemvvYP@o ˩nVQdnO[ֶtNpQJTHJ^?&6-V2^QR7圲Z4&_od+tpGQw%xoİ@e3 "vMdnSdNUz&z5}W\&.|spf k Q#[hr'O1i.0\K &urUB)6idqw>ϐOAtAJd!>; ȪIr&Þ4 \s@,ץTi̐)q^-Ͱ2>Noe/"KP*&7XǙ^W#N:j4h38#vQ6g*ӽܨ aׯG*Ix@.ߌ|gc5~uj JW [4^yjDjz u^ ONrB'S>ڭ勤-kBY{NyL: 4P%igȃ 3Z YZ