go1.19-openssl-race-1.19.10.1-150000.1.5.1 >  A dop9|hnuwVnQ^*͕xK/ @#3Q iV.PeSiP*ج+C4JXAv;r5D2x|?j(M*wO!e**bhuWwv; Q~vi)|$62ӉY]/^2#o(CkZJV2'Du R:37Ik5뢺d".뇂ebd34ef619ebceb86f3c9bdbdc40cf5aec0607e7e9a0f56016841306b06e0df7d6913303f134d579cf7ec5ba79c663f0f4e037daDdop9|pu?:1I4 Fpw6H9QK{u]KmYYcre"݋KAP}8ռG OjFۺegip>p?`d  - F2? Un     (,`t( 89:FGHIXY\]^bKcduezf}luvz\Cgo1.19-openssl-race1.19.10.1150000.1.5.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]ibs-arm-4SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Gohttps://compiler-rt.llvm.org/linuxaarch64d69711a07d6c893c9e24fc4126cbe1642a06d670a8cfe0cf0e4cee1a2487911cdrootrootgo1.19-openssl-1.19.10.1-150000.1.5.1.src.rpmgo1.19-openssl-racego1.19-openssl-race(aarch-64)    go1.19-opensslrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.19.10.13.0.4-14.6.0-14.0-15.2-14.14.1dq@ddldcp@dRLdP@dP@dK@d9@@d9@@d9@@d7d-bd,@d'@ccwcS@cc.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.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.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- Update to version 1.19.10.1 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.10-1-openssl-fips. * Update to Go 1.19.10- 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- Update to version 1.19.9.2 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.9-2-openssl-fips. * Fix TestEncryptOAEP and TLS failures in FIPS mode- Update to version 1.19.9.1 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.9-1-openssl-fips. * Update to Go 1.19.9- 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.- Update to version 1.19.8.1 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.8-1-openssl-fips. * Update to Go 1.19.8- 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- Update to version 1.19.6.1 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.6-1-openssl-fips. * Update to Go 1.19.6 * Add Crypto TestConfig and fix TLSv1.3 Crashesn * Add gating.yml- 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- Initial package go1.19-openssl version 1.19.4.1 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.4-1-openssl-fips. Refs jsc#SLE-18320 * Go upstream merged branch dev.boringcrypto in go1.19+. * In go1.x enable BoringCrypto via GOEXPERIMENT=boringcrypto. * In go1.x-openssl enable FIPS mode (or boring mode as the package is named) either via an environment variable GOLANG_FIPS=1 or by virtue of booting the host in FIPS mode. * When the operating system is operating in FIPS mode, Go applications which import crypto/tls/fipsonly limit operations to the FIPS ciphersuite. * go1.x-openssl is delivered as two large patches to go1.x applying necessary modifications from the golang-fips/go GitHub project for the Go crypto library to use OpenSSL as the external cryptographic library in a FIPS compliant way. * go1.x-openssl modifies the crypto/* packages to use OpenSSL for cryptographic operations. * go1.x-openssl uses dlopen() to call into OpenSSL. * SUSE RPM packaging introduces a fourth version digit go1.x.y.z corresponding to the golang-fips/go patchset tagged revision. * Patchset improvements can be updated independently of upstream Go maintenance releases.- 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 trackingibs-arm-4 16861502371.19.10.1-150000.1.5.11.19.10.1-150000.1.5.1race_linux_arm64.syso/usr/share/go/1.19-openssl/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:29161/SUSE_SLE-15_Update/5a21074f7f55d7352368144ad9e0423b-go1.19-openssl.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB relocatable, ARM aarch64, version 1 (SYSV), not strippedb ׭ _ZSgo1.19-openssl1.19.10.1utf-8b5cc89f2258ce1d6dc9a40dedbb75d18e2fc09ab36c01e0695ac0356614224bf? 7zXZ !t/`] crv(vX0\ȍ&|h^i5taG /M&U|5`-k&y] N2E3aSCW4lDт- t-pM*O 5hbUh0/jh߬fw`zD ZbBj78ǝWˇS!a|Nޫ')e$_?5z(w P%Jt}M3F7!_UIwҎ5܀=s WGJ|RP5}ߥAb4qkU0+_{˂vUvLnjMB[pAÌNK7pDo[H5F%@W09^6y\:٭d8|9ooǩarFCsz'7a~ !yRu0H`4UoCЁcΏVmqwªgI `]Ԫ呯&O#ņ $lVP*lct]IFC9/A| ґyx'+ 涼&ͧ q^J%)%<)?@)!INLm$_$EiOESV5`^ҙ`գX{ڢ~Jwr7Av™VRr@ru2LAP:{{vP{ ȭ4hKw2>5Sn-Ŗ橳`l}#>v `f*U&yPYV 1;Jgɭpmig ;AL&%!ASXiO1B@kJ|+TLM_A"pqX SWsBVd5~$/] ~Á|>^09$ը=@.AvZіp>5#ߧ QV L֧Lw3dY<\y2R1=H_BzmKp ؔKC-رsk{|{y,Sͨ$>tbs%MwPR; U#hdu &|)# 25̔?+Ʃ*mߵyʯz򏐖`:1ae~5qQ.^=%ga9B"zo_a-9Wz-,4dHcPosq/Am0Fx64QǼcW8E<qw 7\{Z/d&!ԡ2WQcfx5t}ojY|gp0e1ϩ ]̯D@UHB坿~=ܤ M^g}fyXFbASP*3և$_ 7צQ-ݶo楪oRnY<"gW{{?b7h#ɍTU=@+~a\ЙcҰ5 J@a+sfx%͡ $u#2 Y(LR{OА;x>"F±hWpSa(=#GGN-e$AGAv?3@}ϴ$zx1MGex#j>B*,+d tOu̥?YB钤lzȘͼa\+l.(C@eXg@-C+):c77:l+ߙފAQ۟F%x^llqDF( Ҝ*!SɝQ8y6!TԷnnViޓ^[7ɵ݇vEp,CڃAr>uؓv,+qM:m8>7v{&#=R[im%dE>;i U?ڞܻ[`|~/oZE4J+8 F'pzGe(};-> jX:&{TɣAӂIxX:Q]=*UꑅQoAy1ijNwu5q*h|~6sK<'N%$U|#p$[1,;4A&:ԐaHҊ J6z8?keU .q&v(p֋ҍ@j0 9bYZҺo<.xNM#mf̅Zo=-9:i,X1Ն,b1%'d}9o $m9,i(,QaߊDB- {b #/ɯQNhEUdo4tőCqn&To%G(b5yXF몓Nh'VKՕPuaim7 O-qW &<>*a)ScjA;&m/XG]^|h+pP+fh엃:ZEE VLM|+Ivxm'3Z1s f0N{ * J@&LsRB*^5r6nL/gV2^ͺ3?#Lߞxj)5fjΌd 8U/o s(8^`z'| 6}uSx`?&jnu#L?NqUUyY2h3|N~֜Me_ϝ. 𹸶Bx~6A&߾yEʜ$7h BXI&fiefڰ5c&0""DY?qG!lANyda!<~C$ c%ggl}c~ѡ:=P1*SUkÊ&e|׷lو7'/6ŬU%[`e̫@? !zgJ 'ؼ"w##v3_7[Z4G|t-^d ܸ{H,ݨ*SXCθM /0b̫|`rˁN'-vLٻEpH0F|%b^ϯzGTAYiGA>j)s$=Jtr/FK)<NP-'>0 =zMxD$/ˋWBN~b .D!!ԯA蜜ЋUe:$ZHIWtO| iNEi;Z<"[D[#WP*XWM[ 9ivkdo*),2~d. {gغI83ϟx[ZjB.!iZ~1VH i=ӄ5H1,fa]@7F1Y/$=rZ I3RXɲe$ƏxX>C n82{-IG/NJ|el[NSCbsT>wyjtH$>';k e-:{&l:F.D/pW#SHI~6" aUcY #uk.Jb$xl[rexY|ה|c\!zIű͠INҢ#Ѳ2m"3dʴIybaY5ǡ, `meR]$cdF'_< cQ_%]_(J'b~ ZY4?530*$mRo*E( xЪS9(}&q>skciLGD{Ys~)̾M]U+gWk=Jb* ៵yȺRlQ?9XkqwA\mքYylA zxJ{nS;#STK5o~*2E,^_#tpәE$+*7:邡2Et =RwG mɲ!/b%|V%y笆S|븪rhUbc^F)Y^B72#]3&jzd&)xJ%Vh_S1EtCܺiՐ (wK?aJd] c˚=s9˿EI!7"~ nލn52$$m50&H㻔Bl۞K}%CW>hiXe#1Ul ׭˯ϰD$fP' L/p[2z 5/KT lϿI~Za6Jj,OQpYIyպY~_Ru/YHʾtSeCG%Ѳ@fV DDܘPu)E55$)VLr9M(o-m`]qP<{BGmH8ۇJ^X|OrK[Ϳpo9ݭ$45PEZl;VU'pC  OCVp-L Ak_/WCЋ/(sif^TUGO­`yofM'Bl?-Ն;xp~tOu}#KַjQ4ŅZ$HRmđ n$䄪]eNkV-1(B# LKQm\V|٬uJS7n#` VدʰKoC ~q n0.Z{dQ·U |d!Wz mJhexθڳM_¦9c\8Vyofh[da&U[?|A4Fy^P~*6'4=X&D~r_7_d/%3buj.O߰͡e2 .se-ES\DG*|!va([9+rZXnO%w$hof7ѕ2ڪ4s>t*SC@3SMzhK8~0 ݚu2I-S$i5spg7Xx9 'B#,85,ELZ .2kaB(}{l^;#yIE%GFf/B %`Uc!_|P:|}3?K^ /w-Le4ʁYsEχL"l2"i<߽ί'UI-t6h v"YQG0 (Kv<7"i1۵ֱ:jW[VL,`_|n뎟!R\۬ iOQuL 's@8|7#ZQeW忑DUCqE@!ǥ{TC)APE>q?Q^j]K|}hvkZTa;xxuB5Ѱ- lLzgIo 6E֔-R򊸏:>pGgt] .z+ny(QFSf} (,eୗU   AOyzː骬}0"^ a*u^~IIߗn{A,u4v-PMrp$@Jzmr`L%S$͜B,E6K%߃yOUh i(ÆqڅXpR'Ѵ I5zt"FB{f0oX(D]: 2moᎎ. 3w"zvf /3e-AQ{e&QFD'2a[1gllrivψǣ45Z4y%onn.Dpj9J.IR($?{Og0pޱ *#d%^w55D듨ٟ`3Μ?DgX~hFxh=: "^m8V,n*ZV v6&ݏsH&:^~d.̦x!!$lf,=eyS-j'j;^mniC釱؎ߢD]'O7w(DZ@ǻD 1mT[OAhJ}Q-yisfSkpZ{ 9XN~9/!ϗ.;Eװk{۬=ez:-Km؎urD/hW,FzbBWf\8?cALx2IQdpIJD(yTbmmX4]R|Zk)LJmr$wvjQhNM s:{XLi3nףNM&A) lrt˱߈U+$=厳Pdd2!6V;#}Seg4Co|p&!W!@å@\[]-!H9oj^NdyđbLG1'%_sgXX[-M]sbAN˞dW ,PQ) e\kH]KR+zTt Vxw\Su ~чz?Q10 |K(b !C7Be>11 PYq47#:^Li[ٞ 4G x$a5gZ&j}5a)6NZ&j*ZIP2ʈ sf_t4+#xnzvmK!gɜVX.@a+rYwVKwս{-A# (YF i)_h]\@2}"'$c܋ꬾ-2 ֪n,j5ً|:ce?Ti[C5H.?JgBl۠ؠ}tD;3t@ppy{lO7\Ֆ$܄W/Qw_n ߯cőȳ:JB#z,dDHR?WJ[6:Om E'ޘBf$H R#RX[u10\38K $׊Pcp]-AyO.i*iYS=dqW|*X&Lw΃HM 49SȚY䊤.*k:z!zR`)0@e` %j@dx/F<%0k2 `j^ۗIy(k:F!t֔ez>B_H*A?yLCZ+𔢻oN)V;Ortd54u[i1Q8 Pth:[F [8co3r!: N HТ1\> v>++}Tq ij!mL](20u{#c+4@S?]^t0[0K!\ֲ{Ӻ`(7j92'lI0HǑ,(Y}O6gBpɜ g8 )C[,(O@yH*Yǯ3θU3e/DFC, sяY?OY .;5|>ѱw2W^Bxb0LZ{^HGF X'ƕ=P`{-x4a1PܺM'3uosl .du׋"cZ0`BGe+y.!u VS;#,`e;뮢In6EBh<}:_[08B2Kx+ڤeG.߻inIR+B/+/KɂH$u=){vzGBiPR`*p{O 7Lys~|4߀/9b"2,P-r]JrY_=Ի䡿fz;LuUi _Y IN}]JߐvKSDذ^+E>)๭H\xKse>8هKe#oYd -]0k)/6] LKPbK~WAI1z=!z- ~Rk]`K L d)!A(a/ vig5 Ԋ%:I$B{+m]^W2~U4݉Xg3?4A{<8חuZ_Q<:zhPHR3ۮ"PD-{̶a fs +~}={wP;~ܧ,'؁`mͯdNu ڑT_!/_ңbX+ɤ@ rV€} J`J# 0 c8 EB+6xӓH1j ntEJG0tJ*xt:E7p^NwA>v??Q^[V,}(lU |(6?%HWK>x MI HTM<2ӃS&σ$`$uxkNb*\}PwT&Kq 8*b!=hrG_nzs1*,Rf7ՎHShpn/ g2vj6GS O/0RO_끽ίG|GE̙Tt󹝀Jx14 bF@qItPu&me!љ(v;<FU6 Md_9ptT)Oh"ḑ|UObu9q+2K܉KJZl8sq6/#*#|04{ylRxɴdhU47M>PF㋗4 G|20yea h!ޮKnC]=lZAI!^?@:L~ nH&e3(G"'ʎg #z&njx:dsMK灴vj#k_Pک1&6L;ny"xA;bY=;?ZH rA]p6X"h5Z75G_Ϲ7TY+Ց{18Y3Dᦲu++PiU5*k5Z۱LN&ygP(z⓯=jzMypX "Gy{;]ޯ,p> {ϩ+Us'C# &IUgZGD!ԎIß_}ͫv,ǚJeӮ"m^HƓxNP֬/FO2g+PV0_@~ ~ S16>C2Bs)LcWgԕ*;1w؂K8Xi~4B/׆S8!ga1P=V7_Y~[BsPPv6ɟQѫ38Iߨhmװ3m1KDȡwHx:n! NkdIa8sK]dDU$l= m@+[]>T,qk}`7񵡀ԵMsCQ[s0=j-+o mc*rnj\4IGe[>G&}BrQh_֌}ZV_\$%dß92Xj@ih1V!d˭N&?J]^9̑:pc=aQikӆ,dj_ {Wj%S|)qthC۳ KV8Cu8{N{]qř!R[|BN9ߒkR^( ^!Nw뫩3KzՌK?Hyج AQ@G2@mP{L#Y1Ib)nRV>SLAxX5]WZLuj1"ʨpʒJA?<rt+ɼE٘?o' 2`~xwy2i1Q/ջy*hTӂmK[,x#',m8n|~! Rݯbﰡ`r'6 RmI('4^Iڞ|aҰPr< yNGCK6P 0 Gp$xW#D"N9\T5%U}Jb^R5~AgS|֗ʲQ+|he>G7nw Qk#TBG8u %sH'ՍUF6NbMzď@M{Jn-Tu:?V 2i|'A$2 ZN@*X)XC:I LvW2&Hx*v:vԄ_LwY m$} >npЀdyO~鏖V+`'^)ίUX&~,76`ypyq׽0o D5ST|(t=z <5W{5iٹ ('1*R(TYAU q%U'h*%qU-laJ漊L,=}iã+ lK+TJ|MMй& \ E x+`{ƭ55{x~0@&g{l ^ 8\W%TW| GȲ/r#f> w"(N $xj_p\|\[38OG^ WDjb,%j#PϡFz܄9TmXRЃv|hpHY|bV%Ym{u m|+Òb}6"NRZLc6'Q'y~\˅E;ti18(u^q^wnO@ 4fL-&hw4OU)"wOYٗnk* ]íq?`B>4^~z#42gjꊝ7! @N+;ss/0g?̄\'Mо KVjW̞@ܶ:&Or\ud{16ζ3F2x/ޤzshL7da Ϗ^-[ÛR_rsN":5ZߐRI256d\!րe:zq sP6ԯL2/MfUOXqaQiNy}vZ]e+^B'`3'oװ,R3K̛9;\x"U yJP++T "y _`k2j ?Jro*3=ʩ 2#T:c/^` 6u9j%z4A,>%U yEp(J{L5{RQ{ap$p oۉHȑ,l妳X{|"< N!&g6ʄ"c&o?{AN'wp$m9Ͼ'} [@o2M@x 툮c&3S[܍kO27KsQ郱0,rMcUk'coJ/?d,mɎ3xUކ4(a>L : r!`A6PyWqj xGc `ņ&$ϋg;Wh >.W= +&J4RDz[d+0Z=6YbVf4?gK;W*w c)ZiQ<~;Mvtt2`j˕ZFyNVHbQA#51ƵVy!rEzkH)Xzw -8hZ҇ݵewyù'"8FCDža9m]5s<'5u?jv⼎E8yo_`0BIz$O͠~5`J!ǞoC}Y]9e2M-[MNfֶnF#)ON7Ǜ7|v хC1R|):U{6|y%iQ;W>mtW4#h.zR&@2vGRaBؽ9 +9a >kƷ%E s=j"1OݖIw60I/WUU7gM0R;~$@392],$]R1eAQz qxCukd"$aeQDۻRxP/07*1!xv7/mťy &![ -cXsz ;-S2o̝5ԤH#Tn]W z`Rd =z둇ͥb]X1ܱ\D"w7.UME ECHY:7Ld#acs[Gy_[7 W*\r@ˉc;b7W㰦^uhhUGC5TvqT~ƈxpKڟ7ZHf0fx8.Y?iBpXA^M L[)YK7fP+`C9ڶڙkR.~#^:\#ߏdC|( $ uQ+`) )ga@9-j;Ҷqr;G=20˷b)K)C^W i;FrHU¡C_h?anuzCAXk$Pb[;cXu =W3̀OM")pP!KHAm$\Ҳlm@џ"1^)B\ъV}b5yn[_r>0OkŠLZ]ԕf%a.TQM_}I*q֛ 'SѤ tF?~-HM 녡 Z.q#Tt[,85v˃qO;S _zW("Jv2@vogk.^ H_-v>#R7,|KhH~s]00D`K[P{uQV{}g#(L0*XMƊE1,KҖecM&~mrfc*.=4 J Qqtk.ꞩZ޸n9'WvCHgSd'ăC[<0URZf̋L6;㫭aEFp %[Ru'Gjd_[SsJY \/o{/0chF򐲠W5W]Ub!MGC^!Q8vIך܀n(E%u焼n۽<@/t \FhGꬶyŔ=>Ns/Hj-g <2b;H N@(VձXR>i27-B]>*"1vmQlf צ sQe´5uZiT#W'q( t7-7 3nKbiF `9)w,m>#LrيXX&'JaU<5me`-, XL?WEuE^ 0ͫ|µ,]؝[cDC UYG^ٸuCYfG>ŇMCZo}+.٪G/ٯ{dl<T_C&s]u!WCw5d0Llr*2;8/(k@~zVsT+{Ogj;]aW:$=Wr0@4Z ]KP)"KtXI[.Ȋ4V.t!3a%8港/ӷ6d"a߇UbJUDqc¹אQbN`{ 3}nYoIT_7K@j F~]}G+δD}v2O)5+[AJ(H 2`Sݱyvd [oPUp11L ,o$J3庄2g).hH2`|7[m9mQc7#S2BG(gAGu_k[yb3 +_<󵓳/!TqCϪ^O0&.(Z M#i#.\hfL? 24"u1P? De7f۾ 2M \ *n¿Q>te4F=8n#2N!pY)`(ras \DWs ' ?1&X'QP׏2IôFق5B_X { cJ;Hw쥻%F<  =]K$õ{GF#ҙ!?j7 U&RA2ФV d) 5B}+N.>w^ z|H:׊ph3FSՊTƯCM/#lN|a3Jgջ,D\'=D,ghAs,ZH9+U-,r= .5>H=њۅfz)<̾VqDʎ.Jd˞5::4bPvv59zm 0a$-Gog=,Wޔo` lDa뗶<^Ij6Tw=*AYuϸ97f]P]NBYZ{ˣ{`~Zy͕+m"hD$(tk|,'oP|3 1owiS|o-Xg8Mn,onv?za,;좞&GyyV\X0jou7c hktVR|$ l #]BN9ǫ_ w:`fă T :%7hjIj3g@Lz)LȽpǤw{+cL Lk)"D0p4ct|DMcm:>/ If|>1S dF` uTZc;~B__IwKa0 IIbC #udƙT^Bi2Nʷ0b2ՠ'b#5Ia-[n|*ӑ +\h?GAkÊͧݪԏZ\5D 7nU{X@Š^nM\Nj6e/٢3O+2V.E//,l+Ou5$|@pbcH/ܴqD6.Ӻ>{S ðs~])Hq Xm*#G0:b }r&8r)N5+ÜYaf3[ b\S~%uE%̧Ե=zE!Էh %ulp2\F>Oyk]avP=Ndy"`­@}`Tcy +qړóo @VdH13pr.nFs2坑,yfm9@ n /[ϼͱ10(ĩ=龙G3(X͐Jq_ZrЯd$`%v)jlSxj X DFM VA#wx:V2)g&\D{8KEhd wʰ}UhT/ Z$kH&ZD++&#LMvEO~5Qt+fokQjwKo$`dcl!BHLR %2$/8P&6$XegC"={6VGx Zκ]a:4d ?[o)km`y#o#2ϢOh4vֻX,KMRf2P+ 4!zZ3@Y}ku˔G7ҵWBQt/ 'v.20/bhA@ǘ>]50RRluR1 D9 bD!xT|Q̌A+bK4h,suX ៷䣄:=qmdic/x/g3@;!;54fk0?~sv~daֿꥇtm9{{ /f[F`C˶(uD́WkBYA< QR02w#18X3% 9u\*u:/⅛ZBqg԰}ܽ -ErV)/oʼn&Dʚ5;M8ds b&cg[B-{KGi[ T z$KeCJ(E`0E+$!>`Zˡ6qcvy5lB2x!WInaOL4'>x%=*~ \R`HTit܏ d d=괹fc/+4 c#t,U_i?npdO@ayM#;\`H*T,BLg:B /dE:F{ vh8.|0P g]oŊgGfyW.j6ɮc >#ˡ_@",$5T!-(<( LBGSi; cjմet t6@ O+ jX\nhZG Ӊ9 W3DyFi=>T?#ZqjPHD' T*S]qq :mω4 f傟/ڙ[f7d~{$?P]=:5xO%}ye+y| kl26- (8 INWܘcCrԲPJEx;u2TZۜY+8I@/@h.T e!X_ܛ/0Tt}yoS G,I%nƱ6m}*\МOlYL?WT 'Ѥ TMU;y Ź5[ޠ"c*?|0/1EʱЗ-lu2In`*U[+߳$oSg]X+ɱm+G@8 :| i^. @ҳ#Z؛vX. VEQGz-2P0vɩV™ 'KC6䩹/D(uD[+jY VZ~/5Z 6)N_cmԬ,模޼fqGpfrshGܿ29N}lŻYq1 .>5ܷUPsaWmYY>ұ" keGx6b2.Ԡ6ٞ }ZUPxC'ΓP4q]")(ZF3(=09ai=/rr6C"Z>PB tIXYoEҒWuj @uLgk!!R+@QؑSrD@C!OJ&sDH s#|a(x= z瀇^_ xړO $)()%W0~NF*C.9fj9O YðgK۪`-)1xP0P^|ҹ64pͺ|$m rpR(Ɵʹ N@Q8e:VhGghf\Sm"ٚ0׼?IQ ''pq)3Njt\u4neSȷB 4<9Img$ }lR%p{ijF'އUmTyI&0_Q|@o̜>ĩ͘6b<•*̅¤ Cg׸$N}6yI}B$znq$M-5bHp,Bh X-+!!$"nX 3MGt3d>hNs[\7ʼCۑh sLRt ЍyD8[d]>g:ҠfюM 0_f|r tc]φVg)8}`/YuCzeRv_E=8ԛlȒeֱPV4ۄPR,QυV]wObxɯEdC39Y{8M)+0Bo ?z&|_؝@`JƦ.<37}gp!O,Mmð䴶Oc[ %0E>o*̼&3Cw=l/?i|4pg8pL.*/o#K*<\L;֡MbEa껼Kk AqrU1wbA{Fn.Xu!1}g@%EB|Ӭe~&3A"qI8zl6x`PhF0ğO:VDŽ0rDJI+w![%E{>4 `49Ihj*?Ǹ3N2`r%!Q0Y2{ _j<؁9c0@@JY[_O78}h[G%s%ZůV-hȏuw‘>̇MdiF#$j)g,[er+&VUtҿs(@[8j!`0' q 诨Cҽ?.A<2Lk\faULXN>gR7DbUqS9ndݽd =2f_~_K!/Ճ %xh5]ew\qN4;aަ4F u%GGf=4y-bx=n3Uotq~1gJӺx _HVABBQ/D-x~ǹW])_W 5 ~|gɃK9c*}%8;Иxc#V@MՉb꼟VєcnWs"~~&܇: 'ϤR-ͯtY3;$Si40esw˼N(y'bfPDL=e17Ta1E{[|DGvЬ3UA k4-( 33>^HR^(|zhWu.Q@`/Xk  끬ܧ` ~nD^&%8վfɽO`Xjv̀Zc\yzb4O6`V{͘"5}X NN`}n)a4p6@hkX[khzNF464=BAES-?)p'|樍x) :^3:Zqt;6g~Iϡ7NIqPUSɂp GVGwّ[X#dv:c5TAP!j.(Pc7g&aZ424whI}9mDU7<Ӵ=&2Jtf#w7B.>rTfIdG p)?( Y| Շ4Q@Ӱc{ɩ,[ݷfR8ijՖ8$E A AsH)QzCKWDᾘSe$"1q2OyVdp:B2`gNZaPCXt}$ΰhyMcs36H<} ÞfRiwĚ 5`]=^a/~8z,BKރ~']`prR9\~G 7Iw:AĪ!%R+FPr5Jua\d8&]^O$~!̭P P6:nZ#~Ml5,9ڣNa9\ DK̀͏fy!u~6VkcgjpgG=I#=ď({Uim= J#"(n(O#:ny\0e J-)2$'sB{|冇߾9jmjGQB׸j0)SAq|}_pCycq] h֐H&s/{kwn9K%SfSrX@JG|͔&K_l dϛAPt#aSȅHSHؚO c pc|UQAfqa@nPH:`B.Y'Ѵe`&s1;,>b Z99"/(ӛSV¼+* Lˇ@4כ3^):?N#}},^Gl]1+ ^#a兂va}$fnrN247p=m'T7vQEb?%)0ܮV4XɍVml(:X/:jwrȷD X3q"aw R!oC (R:!B ESߤPM|ZfpG[C4T'vm /\\k򮐘-Z? (|?[ >I[fTrL5n>(V{h+M-.6Ee?%lS-S7Xx1oQ{E ‚Q:GZvV@/`5Ѽ&:mm6Xq'*tmiwB]v!+9{ 8P[XmҧVփvC1-U"QsW7wT~ ;ds*SjղKE$ :O̡jyH5wB[,9{%@ku ù${Coѭ $ O%4ԅ"eϺ"Jaz8v;^98˄R@4%dOK7vI"q }4"E(kF:H#筳4{(oJ7KqT|}{h4⭳/']Ca>ՌV v!Hz4>8֡%,h˜8_+ٚK̨?6te@5YZ ~ Y]M։컜:{'oɾϾ-쪉᩟: lеGi ~\MI'>Ε%wtU:gR( Ȇ6jZ*&;kX}V]zق|\!}M-^۞3(s:CT$jL>H\ux%#=dvb~j f ݁}# ml Vcc]ӄx[sHO7Ůd*R: A4WKuȋD/6n=E.%L0\M)^h>A͕Zz24ӻd)m(Nа>MbY={]1a=9j-ZQOT&Ht/聿 :.R3,sHt2.z'o'0.)Xt1`1(r%<>,{Tg`{6p_p^ML TK? ߼u Z d٭un/anv8G#Zc*]ToL2(eKF°c#*Fc,*8J4ݖ#aR)sF?ȺYftp(zTyW& Whm?<5l|. d3>om P*ww F<6 ZX 0Z"# dh,1`D//-[u#(bi\y_TI_z?ȸDw4n]Ee삇y;qzrD }L*n:E$`Gx L>e2Rg$߄y=^0B.3.KAuSF>788è=V{8w4NCD- T=(@%NN2줖^SiUCԔ ;6݉xcu&N^~ IܽDdnj'"|@y >rjYC{a> 3=kf?TDm2wt\ɧ߂Y L۩=SsZ9"oe~"\kz#=,FzE:YɗB4gc:^0yr͹Ah!=O?]N@J4w@B1&Irfi(;ݥH;'k-\A`nkn&u$NhC =>bWr*;+QpEn{0>FDi] oh=U N }AqR7|€,h مD:;F>'e&c~|R0's-|4B8I|OF3Y:m>wp)6mB (gy(J@֣`J~`xm[lvDžkq8eq Ւ׻RBYRؚoH5B6%xh3Q3G9tޔZqZW J? :KF8Iiu,npjN]]ģGq5@u_5qxp@2#6J#Fzj֗(\ E >4Q, wҞ_h| Zft:toh(ZN|I&w_ m|QE%Y"]؍?fz 3wLaR%h|;,lİ*$In, +6%:nH&xpb[k{zitWbcgtɡMa͓QTeSa̸Hn|c(gؔ?IܲU?2Î͙esf@mD#d4,9vҝ$L:{ Dd~iE4hĔ6$=yGRMs@eHK]aS&Ro6 /Z > <^vj m46,s˛<8}ᄨgsŰ|K; "ߩyJf*٬Q  "SAg*~ܳa}|olCa$jؘm~@";e~T4nJOb$UΟIhJ>I21P?g,fy^U">-y0Fx:+ETV9 Az!$MF= ^]SIR׈ Giޟ}ȚSbhMZ }un0W/~7Z&fKkh6+ƝT 6d'eg(؄g*m=r<|#dsGJs!AK~Jƹ$ -̈́oc*|nKQa c-nxyi[^Z{x0iBݏ3Bvke񑺭ek jEva;)a+-mq+^趫8גysЊ)EKI?hPOvM~3M԰mM" ϡV씎Spt6(}I#\ G5U#*z"hI79BAJkMtđ˝֚ϦsC_")VUڨ"4Hgg;Z9hЕ;U -Y "|vc1G Փa_7-RWBmi2 LH&K;쪥a{=4|rM"}൏ui;URtFI56Sc7:W(;(499U!W6}j_ od)ǎ*بPc7gw_NZwiqy01XpV|v]δTbk]WL~@~/>. X_uy1-v7+Uo}2(kcrVZhWLB a' $EUsTCghӫ\:9;l`x RZ{.whI[PL-p2:M3pT dAUS1:P ]}!c:KVV$P  LP lD3vb:TBREͳ<Ǧ6B!7 _T6r\ *q$KTݗc͢C>f[)o9Ew4,(kIN0\,$Z0©ݴxs @̹&OGs֜|mG7EUMD!S5i|ïF=ĭ3 "yTűA3Bba u*tE\ n`V~Nc#5*/ F h+Na/2̌ĿꡫsBdܡe2{~_lQlhn@(:Ļ "$g$vŜ85u QA1t?F7!!T)ww<ҞY[(*B)3Ȏha>rr hUamu]7hL@8_Z,;B,jjDލqTFLV8 Բ]hLygn  %s -"+f^3 D*sp/YsC]sU2 G |eRfoɜoku~>!]~bˎ1Z 7C#F*2gF@nʎpmXTc[ ȌzO:&6o+w>^Qc: kwXyY[ؾ:ud"Wn@m Փr#?%K2.s;ʼnA\#^f7&}%tDfhcxM[}xhش \zUՉBogl'ϸu`_e ̃D}2KU0OZmn?ڇ< cٗͺ%9GQhH֨nBmt}-RvYa}#"0x(7r LƢ$&-X`Q,4g,| |[BSg\|xt Z+ 3a!CCz`w:V^rm#+䵒`=R6:"XA4¼\bl.tڠ/ (`O PsU u_m[Pqꛇp9y8Ϝ[Ǣ$ Ƶc~bwn pB0=JЩ>r {5a ¿`TK\Е@m>-Lr{ $D-L%~OdzglRG[F^@Pu㩝V@W+XQaLDO<#B#6ʐRWpbAB<+`{~&~'hcS)ٻjpbY@AZi\ 34UN۝;D5dS%ןʩ,Ne`"·? ȶ>OH8< 0m"x Y[xE{fX 2k&[ubpl`! P5dh&깒gPdZf,8OTc: C/ N=(` HBȗ֓uGߍLw މD}vN[k3N3(ASTG2:Cwi,C4e或+3H!NY5NGT{)9s~Ujdm(GL}]O^3!9X9#}Q*oZ(KI.;q4ҍ&7˿7=Z`ި;|€<pJ@d21ϊQ_8 zmp3I M +1"d[{<ӇXu]1<44 v㜂8:1nf!@ `w }ĻXzP*ʽTPoI: ,=MVBLgOHKج#Zm/8Ex+O]b>N⎇m5r *t\%< j?&N!9W T+Up/@ߧT 6\;Mٰ/)(C̬vC6p阚44lB3nՄ]*ꁩy,^qf<@b2UYt(ga~[BAugg?:.,v5H8U{p?Uz-dҺBToU8 Z)i~2o~##%mI;~QplGaT¸7)~mi]4Rnmd[iwXҎW w?WQqw 3a.??oe FUDcvh;_/#Nd4D [zYY<ḭy5cOsJ+bRtT'&û/S`ѹSklCd>9Ve9?ĥNPp\v+ٱ7LALhp2껏AW-jQNGư1^[>MMi~M, [Qb+P`}F!~vajK pIV#0`Yj@yt]{͛flxt| )mTJ+y#es5qJsK0W\Y~pj[F˽RP0XM-1D :" (I`wJMGVkHFr"r}6:">${m{-2ÔG|B닭};i\9|.  /;Ǯc%Pg3f'ҧs޸V#~>l`[ q[&刻t%9rv%y| X"gA &.pNL#vJ=m/&uY$cn7~#':}& px^a|I"⧲܋ÂI&g~x$V~2Li(X),ʴNpK$c/tUM?u7"$pQQf#VVDSsfQ!LGQ6cPSUZk%̥5iȴNo Nld?]Rm9<G63y,40"$Ô{Lq_h^ $Z`}9:3AHP QU"SderR%ruA9] h(8œc~XlFxTqՋ7|C1wtzgek=ͥ^V)4ݛ;%2lғnGqJenU#WpAϣoR5Nm`Э|R߬mrEn:z־ Dp]t G e}1=aη"aeڋtiVaݝ9Sq]CDDxNH!zE)x7ۋO>넄S:bq#G[&p'zEV9C[ ϴo6e?ʴ \DSR2 Ȃ|{CiԔZSn8 ڱ^3Y)Vk,BZCl8Q)//8 fhr[5׻ڤLO5#3Pye\A~)jMz̈`(,<EȒ:u|$:yo'cobnhNj~*4DJSVGr*~i\h~v6R:hQƣg'I'8߷үƃ9ÜCZ g~ArUH|b>P.B5;.֓7gn?zط֓{4؋!L_25=A`,%*@H )Lm4u{WCt2z'SCGפ_ oq@֔"-];jh|J j:\V r1BpW&J&3HObZ-Džm 9 bxtUr5-zh|OV_eV Hi2BRMf.3/Cw{jq_(e@|QRbA6$;.h]ضLs1e!WrnhD!ˍdy[fS\k!phv.^sOzseS TmkPQwեk6H(1bܲ|s|oA > s[(ۣksC0 ᝑ[> &ymyjDhG$amϤ}Z&-\ ^_('2C/veyZVTqvS Vkd>BTfv3Wx~ŕk" uDZP]1OnJpז:͏8r쮟*^=;пV'(Le`a )\. e3g}[_oi]SQ#NmD- YoK-A^+ɼ.>oޗ@,Tلq(z\|1z]dmHId詊XN:=}<0I[ SfIo*yy uֺ2 m{Mm>Πsʞ^fɕ2GLe=~٦?*φ4$:fKSn8cV}P?ceW#bȎ:s#yLUD%OsZ?yxEJHWݍ#a Jx7~4uF'XJC_4mtyѬ#oعۿ2:9 -}9r8 a0(nMRn24:A.d~VOS5='u\antDz{@|wA g+_5ƌ-.f[jw]qr8pf?ch T2:|1?uZ2Z'1mUa.J9!Iv} 5UZW\n鄒bcV&˿;2![!0sʫ_ޢ.Sa$܄`f\5v__.~ 8/'0qy7ku(.K(TmAø)r"+*󏲝B41Sw-Ŏس,`C O,3JB$iO͏ #&F5Ru:Cfݬk LC@2)ͼ.G"t1Q-r!_8l2 "[ o)rK<;m:1ኄeCី7 cvٝR>D;8#RC3~ \{[`HN1kU3ݿHa +yD'_ 7e]Sex"F ,܇o5QZg ByKQVQih wua#y[_U(/ b>z{~$3:&K 35%/b"X2PH‚/=iZ>?vFڋm:LN =Uc7(3} {-E dȃ-6r* "rz_N{"v@^yB'(YM♜Y=e ]': nvw#8nT1@ӝREWLK]8 t=^|fr[}TӼ](vjVȍFb몃)[Ս_mw+B]2/{k* /Y% ?\ 2"YI$,;! ٲp \|ߣ @}/>z˟%pp}By)xo`!pR|\v0UT?L׫dptm :L p^bww1[rNS"5crg dvd"XBN`jRM _Y@|oO{J⤁@YO얾7}@>tH -v&&6Ԟ݅/.Su\'749arfq-E'E}%"+% aJr;%1l32@rFho uy #aHeV`rs_Q8D8I묣{j';" ,u(òjP~jȬ_(*ִ-tzsjqbkf%Z̕w8 wGvS}g3"_kH*KoUgvǯ[ꀚY]q~U酏⇑[X:ZuT^Pw@i۞8Xe MEqNKشFrW6^` xKݯDx~uz۴ '33P:u5!’z+直Ǽ?)`'gu`é;kkg‘z&#Di7,7#z0~sB% 늿rͧgRd+aG|D?1` ,{yJ7Mftjqm~fkĴGQw~ F\N9{JP;+=0vI (ɩ9FakGZ!% b m=K+N ܾ{リ\U+jSR= Y[u K,#dOTL~zp9^'hck-D]9I':rWiȟSQfP}A_H% e~>53.߱rceWe3&@d& vƨY{0kA`tD,CM}@r/!< L["I 2 #Q lcr /h(ѯiv̀r-U ]bA6+{~{Ԅ"+w5ՇlrxŚlˇ#rCCfK ^$NwDspۼ%ŽH=SsQlJK4q$N9[3U9H٪Ü1)$9>ZF!* h6E^ǚJ?B.9z0o焎8T<7"g/}βLæD6P\v0(*gp( ΗWѩo'O?F*S(kDx1[⸤Aksݮ',_R.UI(SUQKC=ZU Ȼ"1w(UkAbOxV89Z԰OAQ!C> l !f>fdrct&3>˪T)G-1G] gGsv88ulnq[Z FnnuF RĆ Ŵ4_Y{c D~.|0^M9cUpmcXgp<=);ugc7= Cܯ'-+tYƋ\NO{c/#&%\Ծ0ꗏA0-o\g*ֲqЧ醒Vsa=jzgi8@y`᝜zg*} JH.r @W@;WG @}Cvݻ9S=y XF_"lV|zjbb-vy[=@ cr:3UBeƻ{Zo=Ơ'HWk8w]Z( "h@(U77A̟Xs^?`x{rhx`/i% L./?[ϡzCwP.lZ22[*VJͶXPVMϕйݐ0AȅD}|bQ8d.I?T| -N A{_jŚϞu!`ui*spn8؜6A()cxkD4Vh v,|a-U' =;oyޮٯ{D&vAGd".-o 86 s&[jJ+LJ\̬~:pXTCu"$1Gb(7v A˴1V }s-M\v4grT0tZ(Xy$JP}vl&I!5Ҏ/лa aT٨ P#8 Uv=P\2KeOmilvK 膋 ,#%'ЪVyNoT ^ib-ahcll 鐚 vg ^ \GJ`_YL_sYD wmYOC4ܔEi42F-%@~r ! 2|mNTk易EEQ8 t;)vJn1 m Żo<>z_2?yTSؿx&B"Y:ދORLl?F>2*'R;M>DI[4w!iLZ| νf6[)KDC#jANp7ǔ, lb ZT! *㜪,2P8*`L"ų̡d͎] " &KS5kdԖf ~_vGD#L|^+bT__CM=>X Ұt R$ {nt_ wƵZ~gyy$zUxXwj}WE~ؿJ}Pٕ, ە$<5y&}ōf `aIU&sh]~H% yVO}$w³?Fd\kl?/~`3Yb)R (#K T$Gyć\";@woq 0bb^tjxj!E0+ҷY-O3Vn9K D(%VY WnF3'«S:tVL%XV5fP=(j[gVЙ*Yf{Mgzܾhe 57:'2 ryڗyH1q9H>V'"X0 ȾWO^8uVE g\ $4fW](GuWZJ3 ߇0f#FԫJkK5$z]mbϮ'ʓhF{ 9?8=h'̘N0 @r0Pkq5 tH[;[{ˡäCDY{- muZ ϨmWZmL1ŏVhYBctê?WLzB$Zso /,RZc;<)N(0ZBILts (>W!d;lb{܄!3ϓd MFs?WJJ귚߷Ȕt{њKr)n`x+U/"~ب<8@6=- BULT1&HbZD'1X鸜x+e:mۚMK0.7TܶʒAJ_ ݛ+a`@/;/F_9hglrP<*yUL_ęjF3kq=g~]ʀdrOpwv%q gEvu7zeTsw;! 9^V_lPAĔoȏ zLQiPz朄zui/@s]䪈^M JSlӬ$e(\I.] cԭ4ӅALxJ-uFeJ$O2Gefj!r,QB "f۰La6k:{ u/4$ʪj?\ ^i-uJز_l7$Y|7Ne6`Y@|҆u5xFf2xܶ㮎遂p6˹Ba.+ =Ʋ3>W/APphs{90nNlܠ'~vULUvyMIѰ2TݧҪ})37+;~:V7,A (@BU`h[ ޠϹ-m%8jձXOP)O4(. X$  SQ7%?9~ǫ+VĜVF/(Jw}ѿqq! !;JFDNzӍb")^ ,e"{GPe7"B7q0wXKR%r2Z5JLۘ2Q{+mUD9 hq]T~HO)ϲŋyA Gwj"G*`&UF!3Ikhh& ’Np?ۙw7mz_Ae_%|14}vc7D5AToLfZAN18na^Qbv2 MV?ɤp1x IIcD7ltJXnM8WFW}7ykt_kܦS_/e6Wm򍲪}"rOLßl/g\>V:*;e̙uUlM@&l`[;W!JTs 2F#hTSm4ƺK|ǰm7 WBjW;S+ogDkڑTœPZzOĉ c&&Xy"k\%ghPjXJʙ _YtωZ8MǪ6|Ч pP[8FLSFq]#ǘ*+yZa4b^p7hj?q:J¶zL>FO-Yl%3أݼŐq-Г6c#W= 5G+Y;"<9lISIgVexdL=3z/Zfq|ZhËaU(h[@$F޾%_@ U&CCafd{hfj6,I).^7^9Lr`.W>}u_Wѷ}}P܋R^ ɽ>\jǁ* _OKoFKqnY5Z`+LF4HT7#aSAap]ܱp>uBΎrM%V~h]qj@wLt) P\$bd}tM/He؄/Np.?lJ$rXt* HXאWEO.xIg9g7J^b=S~/,> T{ǃaTgNRdzNp6Ы7H,3 &1v|Ku7YmANpAhPwYO`6SW֧o[ ZYWGS*߀[[vPb 5%RK$б.P)bmCʽ֮7J! 1Vw/;El7 X%e-[T=^MLW"x\7gV8|e3½!Ȉđ?X5Oh{ϟa4_|˘ 3wㆼJ|>>ӱ9ߪe:K~~ԲkWm(DdOo Md=)1K +ॢXXB sj&5|&1Rf7Pax@Is][ "$X_9_#s&b#"ހ:F z{Վ扗t7ZlervT] +1.$‡0im7p^,w[j9Ph(4Z:B^_Rƌ$)9kwS\l5k*e|3ӻȃؒBYy4&)]'' i6 5Dε6x:đWD"f$X@m8LFtV+#Gr/##D!zG#N9Zv6U- U9 \NPʆ9"WtVQs?lۚk!דĊu繩K ar[t!`h4 Fy?46UtmZp({tY1};h@>>ʶ*7<`uZz͵h2͹Qxsvkn8V&OI3j?KL{+> ^C jUّc!6+EgL֬i'Y˴{ۏ:{Mf{kW{u11pKovjcxnF!L+[p-6v.7^+jB>cioYF Fyum|I`ImB .1<>1r.cq * 9D?j9EE& ܳ\e?wꝒoΊnxvՔF(t0;f0]rn@0h$vxQ,?FҟA(-!; >>,渵1-bŭ,ev9P,D9\C8% 2W7M{| $~v'`agd9*hl2gRM URtR͜UPݤ4+6h~T]VĉC'r;{|tBuF9p-- *Fwrm=j~}yq_pq}q ǒJ}\wMzq&i:`g_LV1(t:w/tݛ//Xy7)8=j+^Uq^Wx5^s14m[wVLvK;(C}TS vZ؁1K]Q7Ȝߵ.. 'h'V@ℨsw^~"vmP'؃$S]ډ@Tc4p\m(7uUhp8Ӑ~5܅ғ)> Ց5LUW] % Y XIQo 8]NRp4 xxHkpyhb\0p䞁SEA4!W'S+s9ȠbԬo=Jٓ@cq+:[o4 Wnq\81A+;J̫ȔVOm)'F'e(9tE)?^M%MƼ‡ 碞*\b~,odͳJ|_W `fx([9;1N@@bQDˑ󞛊؁ӦVF01xQ4glQ븁%$u7LozyVGmU,h!׌Uj(W_:dQbU1cF9&fcv[*J!0ߐ*A̅VtOLc1bn \AFpuHEC @.#!ǵy㸖:,vqyhN>&ǿjponv1IMV#hXnM;E+0Uʧ:a 96Hx= p[=Wk)J4{2pc{Iga`ҶS(c &By\̜ ܲ'ehYmgc?CՍ… )~#Bv̏ f~(jԳ 0 O˵0Vw#Kd% v̔dОS* (94 M90灳T<&D~PDd0 ͩMA%1vЈ 9P]?qiDTr DpV *KRZK0g8sjeӜRuOށ! y*g^~VX`[{ ACs$.`GeOn{-C<:62%&xLN[(CcsqA{a6 o8 Z2!D:fc|!D4< *WX$Ǝ;%b$ gDfGnrƒ`?!SʠV{+)I9߽692Ȳc5y&'Sc1&%bqlx^}M76ШNgN7om(c#KF?; }GYvWJ< ,Xj =Ǘ'rAK{Kf>^1/0K%^]SGj>+",Һ f*XlsMCף̋TjL]sPγr6Zgaa2Q aM h@{B,s*&0;QK1a,H5? Fud76A"BYPRS9um>]%a^WPv7H]ʗe>dO!.Hk"+9B,ê`]zÛC#=g_k! ;?zK  \EsY}cp-KR WC"i/dƿLȇjF[ rKO&Hғ[JS DI"T,Nk0{4Aj#>Άm!Aϟ{2Fm%C_FVRR/\r&x0hᨌ,NܻH}™c3'߂)Y+@D y *<7 8WfHqp@e˶׮!ߠEqU`qE;%|c7c uQ9r 0?dԉ BP5҇ZݧRq7@?'{~ia(6I%+^a8)s&J2cOHz5T-sxut_2}isċSW *H¼ ZVWV"+`Dt.˴"eL3V/<q㱎fIؤDYqCZVELtR{%@_:yZq}(ԫj9D0|2qW)sWƝ1J4INdIf>2xa!Tzij2=yrOU{:[].[jV1lMQEw#:9[H;B{J;n(G+Z$K%ی=쌩jox} .| 3KYOZlj5ap A}\E´hP? 2i~V8dܙU{paV:|c'!Ӓ46^D/_зJ,7DAu]{It>`p@]CZ3^q0Suj^X٥UcOu&~ 7+ƊFa`E& I QKz(?!Ʊ&Jv?n-L(c sx/ iJjO&K-Rb`Bagyc1t/NLYP}OrR$ILq!CJ D`#\K^l?bṊN[DaQ}n3|yǭxn+w>=FUe _)V'Rb{-tPy"uw-NEw(p+$Jm p߬?w(|ZD}N-u'CRLm)Mzj Fa/[t$҂X+X%RLmpһbQ*wS v*kYn:[''&/i-L|Ea#9zeLIM>?&M5T~t1rY o n˯*Dd%nN̹C<"ck;ob ߸YA|=,J=I6"iP>H+}u[`,Qv}ܨ##yyËu|Ƴ>[K͛*a(8T_i+H ^aj)%*QZ=_ReUVYy\[d9&X?YMkp _\M ,GF0HpW YS!3vWTiN׷o߇]6s)?&5O$[\|KJ{>t>]KtԒr v8i~$h-D䯴T"\ j܏ctBtkI9( ÜmQkk/*N/h)Qؖ~Բ; 'gVb!+oB<vH3DEff umVزC1~ e[Drcg<<'q''C]|y6lmٹ&. B~Dp9g޶=}EO|a7yo 3rL6ˌ_dEx 2uE]8)¡i5nc*vim jC"s!?FLv YIi޹`Οԗe^|j|?܉F"VFSUrrU K+H#!~sV[JFGtlŕWh%Lc< D qo9AYf'76Eqn5x#,ԕGﱳ 6n0ד~=y*h p BJ>_-qݔQ_j[ǠkM >/iG U0!<'{ >u NZ-6([)@BDN!a`}tOng,]d)WV10ò`ԵnM@4Z4^qvs( S.S+zm %m1[Em$wiC *A48:Z_t |F-SD~Pq;٧Й`tRgLa6[>"U?rzf&{ʈfu9{EXZEx$)h?S𲌺϶Yl,Zْ1#[֜-EE05obU8+]W OW:Q"mWeVti+*9dɶ{ >]'&˻t~(TY C͘ (;D'6SC,P*yVl`A=?S|r 7nZg3 V@HN_8liz-|yL{) "uG6!(H 㖒BDT\LJT}a>bt5Dw9hչZ=n]^=Zȿjj9&j隐XlilnEt%VS k<_@IPy]SA{$+fwqKJ7"47wz^N\"`}D?ĉd$ǐ1Cǧq‰[$AGG*-^nnb;?4$Gvw%(-1eRa}LvTC}?Ju|T\+:Օ5 )P6k/o IxM䘊G f>N9ka6v/ƕC"tt"sw'y:%Ӈh>&G5V{b WSVQff $u+gg){!l.hKbѦR1DfB3n\V=ѯ7> [@|.ǕGL#bD9UN`f6f?ȚmG-Tж?=O*I޺/ׇIrB?=K$<{tFuB?lL/ $`vE:m%KasO\ n>~ E/RiB{ɲtiq|n? e:j}"3'͢:Ìu~İi4)K8NVcط$KAǽwcB 2<[E61ݤ8s@/W`c11['lF?w*G 7%&9 }B{nMǫ{Pa:Su.8x?= dIGV予7 lVҸ|Gwo vdJB(yc2}j*nH q `D+RD<"BhNW 2duv"b&+Jº^,\ z=WC\x]R?IxjIGB-`Y#}9YA>u_/]]u 1&]ϙt:eizq Ԓ |Xl)*D4j.xQ=9iк63[߿RyLslx"Sԏtl~=-C hM滶J!tEa/\ 5n bûLHS{UU۝e>msCD΅qIN,,М{j:v9>#(M! Htw I;Lt Dޛ`nf׽߃hcTtv>T{ l=zΨ*~jg|;Oq!Tyk캧, sֽH1NaLcr_{3:Y,@YZ<⣽?` mgʝtEɌD'Y#i.ov ^cHń Xh*c.y\Yh2(>IaM)Xnd$^&<(_*UEWϟE1n&l|y2̉Yáޢ@;yEM\U݆qc\%(?܉͙K pl=C]3Z!ve\R !8Za:;H fM2{z. aݕ&dpTtMF#Y\{OsƏ>U20~h` 0hqϷ0j3!*Hx߫yBe+tޣoG7ԛj)]05i"`I(a?x1#Rka{%,;,ɱ<d~9K=;nQw;xJ !+hm HBCד G- {NЎ6-jl8H}%Xx&BcLAP 0%)mX%3AK;`Vפ)snr3kk5짣6s4тT ƍqj?i-6G^G(A ;9zP xF ֘+HTk9ז%jD8SY8G9~a(Aɡu/0Zp)}VFjLG?3R愦N̖E"=)HCE?L 0ZzgZ.?2O;$d}ԱF=B5j d[/1Լ`jc, uLڳ 7pWE'i\9/BA TC^Mu p-?UT:@3h5$bn0e$y|t=#ݼsAv*VkBOZ73殷6%vj=fMfq)us'4r'Rdʀ?`h`9U1&)"qOZrlj{{MJ#]DR Ή7ruvޯ\Ȥ[賎>C ]Tl+XF~l/-vlHsRW˫}X}xf^7eFDOTz}p8d#tY}WPZs"JGE9W㹾殌nߵE=~*l@i7t.F)=(Z >u3Ѥ(t _4,V) pS-FZJx n.[$|3iQ›̪#zQ|گ$(6j^`[ED[F+Yg#Q-*_NQhrϪ}Q,$eϾv\CiZBL[JDI?fi:d>=WPLp& 7⬗dWy2VRE c i0u=Μ:-3c͐.?i [gQFE&U~*jb.J|!2Z`(&!2oi8BP#I}iGyM)&`l^Hi'OO R!^~.,Cog]TM2d[e"MוQ"=%-b 8XA h6߾$9Nc%b{KG{H83ljn׷ѯ@ZK4BO_~=$Z|ЮʺmI"#H?BI et[A$ËsߡP*=f /I)-q6+ODu fҭyFWVzc3Suy`EؓPmʔʵbF5O=1/q3:zL=WGu&$YVw0jKFUUsu%T&#gOҏTDz:Vːʩ{ `ZvF2|ԳWiN#Y(PТM/T+xw wf5~^+%$$J+!:ʥ!cgj C$S!:ů9?QΠQ"䧄 s1\ B1B`xG!xu;n|4[ql>.^q9 P fRhG2IբXD]ш)c6RT֭wY*!}҉T"P (nYU#e ?iY(ν)>k~ S@. ɛúʅL N ׇhk=4*5-VN*sb.!چ2;g`zxfklkh=vC)X%'"BXSԵGڪ\fuz$k}m̯lsTFP4`T?d 7_,ʘf7NS9a~m^bl׀TrxU ~,~FËFG>%޶6j0ˆ#пxlcl'v`*T+ Ie@MŎǎZsZRnx/ ] YǚrL30@U؂=ya"#RipVV u4b8VhP1O[ה̱ 9oc*Rsn'*.“ŶaXewMe{їe l[B KzSI,.Pݜ?;KQCzWXǔbIVPJ2u!?%0SYH y*Χ위?W3F}|f~["&b=p'P$d+Y$W5/5x/],K^AI~F4p,P咚M_Ru:Ero'wȪeu|k?a#8:8YPk xu47OM&`wG_<0.' 6x +j9%-~ ~+$T8GTN`Ȗ\4«W x~L?E;_tjE&zP} Otrnc TQ`2m9yG z pZXV3{ "gsB0y>r~H Rs^dg?Xʀe( T]L!(6eր#6}OGYJH2[>}Q0³'OWL G EEIw۔T]pDE7ܛ l׶+Q}Um̠BT[\h>[1ȴ"Xe)^YiEk$eVQ]_ }.X]O6u%rv>Ke D4NV3C'^I`ѷd@Hps*z4mbQØ }Xp4b0:c)^wRx?\߹@8a{>FvM/vxZXcD{P9b4겉UhC8m/]ci|@&tIQ'Ա` Ot9tx>>#bxRӦx4a_yhXC@7)t v8$^\VRBKoXA9# 6~3 {syߐsk^fqyb*dQYLSW-fpZ:2U֡CLF>UI[4GS4QSca;s0)KvKv@Fg+ WC(N},f zHfe|7f\s_vT/ [j+} fǰen$]K6*G\j!xRf+wrI#/M$'&WYhAVYѭ DRmkq U멾NeY!Bq:̏Q#oܙ4E&1-iܫɗJC9:*O#`|E9||gyF` ʼn1AH_&0ٶf:<:x!ȡD1Bf  xp P=Eo>nǞK, Հ@U*frk**YI2ζѸ5#ٯ6_Etu.Ɍ&Q/sQV3u>8 =p+MLɎ|Z͍cn2,!Lix oΩO=oט4a\ăV1^-Kq^U2r.{"qVȾ˚W1MkHe8ݽ=yX0,0fE$edpg+/7DLrvՍ;O Jh3iD~_ F"vL|cH Hev GٌhY?ѿn9s0t|3/%%Ϳ&`nVZ}T($ Ӥ9x<]2Y Ture5C6"pC-YWZǀl${8-XUEZU%-'dVLWAP>Ix[{QTaпMeޚ/ tm@N*E#㳉]iM,Ԕ^4.bBD_] =ĬY)1i*mwWM5+ :mdQs K;Nx3h.iF<ǝUѲzN6;g\pHGgXC?eT &4.EiDj^zpS~ۣe N}& Ci?8whJ  #tңyUI [K ȖF&x$0t01\`vqZܶd1"<)9E`fU3$U0^/&Z37AA]NV]No3>2f @8찾XG'i& ]p-x'ԙ`cn5n x6346 [HQƍbmrR ];MRҼ% V|C !;m o4S*&*RpvBKv_ C&C|l}[謖!H^cthX@{km$'r06Z,L w0"9z{F%Z9PW0y/β JiGDN?51fH~"+U6`u'֞?F,Yq.t'?/#J[Ø] >𨼼97~'*EV:rP:=4?," #46ӿ76't?JnpYXOE BY Yu_Mz >毻űq:,˦dlzW:<&9\+Ru`\+/BІqw\k2n:_#51qQG1LJf}\A"Ή",zC5XNs\:-3D?N}`&;:5uW@0DЌVX/ hLR\n*cn80^EHUfO2Oz *9TA,(Ko?VîN$]CT=fw!YI5☚#|.T3~̥,}GdEKṬR[.᠟s/3 \Ѣ%Gtq WV lx\q&  TAۂ|LnERIzmVt R[URG 꺓ħ/Bg8boߺTgYFyw(1jqxRG>e4.}= tYaidJ ~wf-<ŦURG?B_E•|U$  C`H ].Uy^pI xRPl֌6KTQV^( vZiWo@Bh2J+5]nAycQ6r;Vi%>ݵ!481xgm $Ro<4~ݷ3{57D*f5T#)S5pq;_dB\/,g6= S;gvaTe,-Ҹq+Th(ꈞs6L4z MNj9_bὕ*s߆oU~T/ 3vvv煍zƬSD"jX?4Ϥߤr~8 Pm. Y}~:N tl {wͮx|b,m1#& f8utMɢpJhvnB/HJa&z z0YL/_Ί:g߃yZ{5v aQEŴsh<&$cziKٚm❍j̕1i9ru4FXoG)79(&Ƒ`|gtdjVoUvQB$M}ׁ%߳oE?Ҥ=캪24agEW H̛U)՜g AlgmZ @'FR/,-څȁ; х0F@ yK'ܹvvmĻ%?0TTg*ɲ/NL:7MΩ36槦t{ڗeL õr^=ӐQjv<]ugȪo^ܪtȵc]KuXf/ιf.# aeX4M?͆Rg )I"@3R7JhHnhQݲ,h-5?(ean2>ל?BRl{.ީZskYʮ)N5#}>w/%d[iaQQbg?fb?ΒuH,3˫?O$Rb k35_JA#T h{_:WiOʾ5̀D|۲hy0Jˇ5?%PKqGݧ:"DOh,AAzh-h3"Nس^c ݝ]ijgRTNNJ!r~iY4w!clYA}RM5G߆aSU}sŕ|z~koEK ײ4B˾3uyI6$/B2<  {رW L3*nA]Հz¬GGth3)~,6jbW)ffbw.H JH^JwTeFK%-Xn%+N1~lr i\%|{(.2滞ql5.K!~NN-u|5A͎EH*Y 8գա/JNt!hX*2 Zx b:36+X &ޣVO[]fmiv0;[c~)4V(r;ڰ d?O STF(3PwsJ|m-fFةw K-G:O!-A4܆jfnn-(%ӜFuxкD ! M9ؼe1;qVkYW5oR6h/gZ^43D$_e:[ J5 0Ph~i@֤٩@+-[zjCۃ;!Q#SU37O*H۬7 d+xƯtŅH\`l"9`^u*. . In|N֜=YҍG5% 'd T:T&6c̱ 6LdCU}@xZtUOo)-IՇ+@㞊cX&|9%n aa6N`j/")*GbtÙuyp *o4V)x Guu9?s2.,0m;6yǹTmO6;.u <`mۿ\* S_*I*50oo Y V^ޘxS"AXd1 Awymw$syH P^,tۥacI A&({9T40֐˗0ILBwnQIϭ;sg^P<6oN$\;p!&RRa ug!T< bHI߁ gJC%hpFaI9)ÁQq'b ;?OصmYd^/w2mfy_6l}A gI `\@ MfhRq&n,d,-Ed"N3qQHN_EOf 1C7K≸ ]2pgjuKd*ȉqHԙ}J2j?!}VQ_g{5}r99TL6T{1,I> si]0xcʨ眤 4kԉ5%gbXBBu*]pB;6E97e@.9WRW$-Ϥ.ORI2Eݘ)Zt"_;*6Uf8mtl U=Xb8H,ݯ|9{T,X xI2Bb7քTNr\""W+پݵŔkʇuI-;,+@܊J :a"۴3 $˯J/2Ș:Gٔs|2;ׅg鞲V'y0$ : jx:pj{8Bt@@Wxp \ɥۋ-Ъfg;#/\(%35cQ)Vo*1ۣ{O. BN^3 H2*ccE\_Bq~nKeC̀vDF ű&[2aUyJJpLC| i&F+0JڵWK0c S7ϸh3>_c`0}I`[%*mĖ,XW9SFH+Uw˯r^mQfD<ŗ!Ag69ιPZpnyRn  Hgȝ킓FCVsB&4Ś R|+/BlCGf6:35]tc깫%4e_>`O ǩbv#4J9*M1*W W@Cbaە ZBD܇? e0fVǺiہ/!KHiaw}Px[2 T&cA|^CBFy!눆[ZQҩ `Ԋ院ڟǷɩuJXZI:ϑ^FQ+!%zT^昨b"(6o)Y kk4,6r@WZ{*c.Xd12`.J h| CptC)0x5̜&}MvYk(=m֐j! 0FF݁30R`*=ES%Y(2 V $nB'U\"𡨎Kr"r2٥[vt!]޳zZ[c 0ERc#r>K]wfŲa(O95#>kJw/XFT*,ac{1K'.On5-=m';\%^eyűg6q0!a)rcu=Rz9f2\Y٫PpaaCI=1 HG~HʀX#a+>s">&b͸qt~^qR1d/U|eײߞ6yz7W@[{a麍lv,&QZMxmdTGCg/zA> ,)O<;y'?j&gdk|tCh_R O z{h`cԠWhDD>(0Yy;T1\ ~J,.U2&qV(gѝrMd8~ YH>L,TT>;|" Sk}WFӱCd. #^@"gXܐ&, }0b J)<ܡt1L"~#3jl-)'P ?\":fI(I o-N9m#S7%^UHQ4 _i`@H|(3s4T^Sӄ"3Ɖaa<¤z9]/fADkT.iCTv/i&S->7 MCq/2 7#ˉ$$qc|_(fCP:Б~eaki,K m7#(WF{hO x'- F1UhsD_S wp_ly׾> s7-7fFMF9dOU>R7ΆW%j۽syN>_N?v\AN&E'b Oszj a=8#B$mcXЬ3)XAlدtOݻCP r_P< Y 4_UHs%d6NUn(t<svÖ¦a'`' mBT -c8<ױ UCJ*l05XR\_ Fiu7? HiDW]`+ DU,';gw}zl}ʘ=lu3o$TxYhf_%Mr!@)p,;aAa]/: /G_(֥>CZx`LT 7,(6권1p~Q(YA@7S+~:]q6i0qiaY[tLV2dQAB5/irJsDEQka==}%AkT۝ľ?Lx"L1J"5};TE8O^6'hXK3[h WN)3J<A%8.ϓR5$jwA?"fm^ǷaBxTyl_/ x=P?*kGbC"16]A'C6UD.$^gWM??Lzzcg c9j/h0piyoȷ&9屩 фVu :HX D~_ʳ9U@4_N㈭>pZ,QFƭb)UOת\8 ~!لs% '˧g xXӘ :D>Y| dTC<ɿC"`nuP|A{RJ;PS[roXTtvDXvr Nvh/E+iq9PViGDfBqjKw)6ʚ[L(c`g_n}cտdn]87*($8ʍu|ҫO5¸.n*FջExv=,唪[2 6*=͛AFMR+-##fLT|۾Re(թnY6{ OcqoG$u$b~jcM xɶBT#^&ZΪ09+܏z٫(S֏% Yr{ l qX (! = Ʊf}]Ljd6ծ̨ٟ(nTQñ5UT68'H930Ą*)Y!ŧBL ] 9y}E+C+ld<0%-R3ܶx$s^l?Ϙ\}.}qjO3Cu(Ӕ#Yۚ_11#%xJMNK icz'~M7}W NNa5.'P40WbӃ'Sn  %ǹ9׻Ƭ)?T˽LȰ)|$9q,Z+ kcHV G{SP}8!vPavf bf4r<6l$v:rW]gDbG#ߺnrYTYѭ)GH ^Vtzs.u(U&EBhb΢ /ެm,Z@)4m#c–ۣ) TXwBT);aZi^@-Vnc0W7^w18"'&_DP|GK947c{ m? mJ9WH% 7`Mɹ6(,[" pvdb^W y &Z6eAۢj)/YC1y6$-_PxXSo-V3\/tF޽Z|\0Wx]s לcV;͎TB' as}`QЍYcsıU3%iBLH>,lVv/+ZZ8 !kCSyB$5w@Dkȯ9:{e3qͩKBʽp(oZ~'ʜ[+яu(NIg( PL uQ ŞJ!wS+GϤNu.҅\ ; v%49XQ3 ,^~W63$:YiҨ ڄ)?Lss׉JM}ş*&Zu-\m<`EP q4r(Dz^.xZI_Iw{yGՍϕ- j{ǃx Fh|CĴFmA W|@e3RqUȸyTly7}#4?kQٓ;\Hi~fZn' # ʙv,#^U(,R-H`M,W^Vls >Ş548kcZxI @-p32fS`(0!Ym7%@{.:oUG N?ˊZ?h<؃cVr?/mHxڣzE|QTWiCD&l\˝'-JTFf*έBPXYLs{ +z$3(W ˝g #[M:="aYb ". e,/V_ FTlT )휽U<[#7R#ӃJxd0e.QQ{csaNmJCVIsbژ+`~Cds@ItX4>Ԁa)Ȉ*%9O`9鱗+K6wg:~5e4u ` r)Rq4:N8h1g[X u}3?5<+9⹟LJ K= #(W󉝫'x KaZRn,>@}? N <{ 4Ggk\õp \?];ea\m`7+mU.Զ'ȾOy!&TQG@AocTj!La|DS/9ENf^Ow!?4: mqɞ<|fAq&ӹr~Tmo *acivg\_%LU{+qe0:x9ߦ:+;pl* fDl/KRqZMN") $cC<&-H8v̒CAW.镴k7*-ЂdpB#@Iq>{= N;O [IVNs_0T 5 uD/p]*Iޙo1I=^V ǟ }1(]0OnwSu4 ~u{1R:ʍZbg:T} ^N 0VX8WBr F)Qߍ"/q-XU.1Xrj Wy2(υc-.ҮνlKEjd(}`L ;HR2ҩa vV0k#JEX3Ja5qjB^AFd! v̺&qE!.KF0se7O ޭ}k}Mu_~E[Io? GVҾZ38<;JyML8+vnj39'_-\4֍=dd\5m-l 1v Ǡ|<'f0)35"93.~iAo3flxX_0 lY^wL]h9Foケ%;%Ht~00: Pۊ(@p|lOaJN Hw_'U?a|?1pS%Xc|FE 74ks/r\~!8?D]mF/s5 ouG?D5&fXExaz \kHq:>'= 0_gS^?;2 XL[ 9%EE=C>  [y[Bp6;Wة:h-ml[BQZ$>#`>>ޮ|!PONrq_Pi^7tW]R\U+OU`%,k紿IDQSj5?c {Cpuq&À 'p] G1 I̬%0S"k1}tb𰃀) zÙrW6n :p]>eWpkr), EPk[' e'k+U3E} QǕӦ;V]~D0"\yOȈ͖%÷wMI!4QaeegT രqnվ|3JңtshWێМF@Mǭݹh|O Y#1>HzV(46 ?QGp eN+PE 솔p+↦!G=8">=$[ $PoqW5z-%EA ONU?ĺvO-ƺ3Fn\0\pJѯ7gЬR˰ӶYC kGh8{iJ]*> Z s]W;;V^4'<_FTsE( dʷe \?x:@ _L#傎d`Yk5ϸM0EEե`ߓ҈maëlG>ߢ (6,eA@(x5W>T9dU nAC:p~j")p]U;LTДVHom[K&Hu G]*(ǦJ>8|]wg)Cfh] 쳉ᔾ!Y:Zu W<.gpR "-a,S"Y>o\D^{*yyBں[?lFI7U{BTO{ "vӺ= QES(>RwIc]@$rşg3Ւg8U~z,Y@?9mHDfz&PA > {3ܽ# wp]ar`=buW(\*p)x} ͘WWn߾!#gs%?YN}ApƶQLYP=.<$ cw&xzdct!I9dE-dUث=2Lkj $4"XHRM_'87IFey h^V8kDbzS6Dy]Ue|7 'Txqi=`ji8 vڄ$\4}*Y~ㄏMgMn}QSV– ip ׬{>bᶾC+C3/2vE])P)"&Qd:seˬ^cJ|B~SA&wVqEw{ێ[̬Rny#~Q>+~L:#jXێ:Fָ|:nL;ɨ6tCF`LsF:ͦXIfsXEܕjK?kc>`b], nAE&fM^D^aY7KוqAҁRP?0X?UNᨠK ҹբe/|p7:&:`BU XUܑj`̭@pG?+<,q@fƹfY"u't8tcߟYu(4PH\ v%` /@sA$`"bPM[쑍U {1S0Lxl5312s Xftug R42G(Um(f/9$Mտɚ@we׀XUzNT 5euv݈jrM[^4ّW8)^RhOsEb>DaV nVl}1ǐq9_c %;Rĥ4Ubo#6 )~,0Rk ֑`҉CDTZ28*S \.C15bؼg(=KqQH#j_}/\8u9)Cэ7,*Hv͗VAIZGek|§ds,8_w_JYpd0jJpݜ[㐮WT {: jBT*R`g?]G86MЌ9rY\o<lݲCgGb&sd4@󆱝FLX1嵝JyhFb=|'gqs;J?] 62M.:DjEE9BaVjC>ՄmiH5A2Ci*w󎅸ՇM2i6 i^o9*l޳ŧ|F gx0JlŤ0Q "P:z?m0 dbU=;iN#3TU A!QT{gokUYH6=B9i5wm`q=~aydfJerĿ'(,Vau@`*ho6,f8#j80@3ğDZ,U$:7 -p84I z\gT&''7_TGK&4\5ˡf\ Q9/{)@]1qH:E#Ž7DE'&^Gκ3Ǫ"3f8=yE꯬Er]-觰CN>` &A\_a!q쭔۵];yX? XA}Rn[~{xu t4z69d>Oc/)?bbE׌`[jrA89 QCR &]q')}[̍&Ba=TO@cmAcuNʹ5%z~мSW64iՓp'#HTl=e.WXR!\Tô߳&nEh)uqQ>ZatRξNN}csh/3:x Tn#of-щ`!BVACa$<$+sEQc3=4TE:uk{&Ʋ Rأ#?,uI*[gHW ~d+t#[K>Xir<>t8y%5M{?ǁlflV]ưVb:Oiݥ-YĽ ) Z!A #2!<)I.hC,Q4:"y Gu岎H2*Eh )d>M`b<+(Jk"y'C7WU m]u~6+O IJIě;mOEGK_QM;vu a8Ôͮ M:k"'=:V 013`@"]p٩.(Cݒ ?n*=p7u96t[h?+\G^; P\ V"yל*H~):03c!clN"J^ XL_fRUjdCLvpqiu}#DܟpzVJj(;cSK%i&͙|?Qq?MyGq[YJ "yN;lG'a5)F+ДgGKRޑ Iam%SL;V_/M܂WH1 o5`7ɏvN ]s$1pq/̝Նeh>+ȒdLyT YMk0Θ7O "+CY=>w"̈́ nB{fĞz|'`ϩV\vS˜8}([$CBvܘَC> $В(AE8S!ȴ厵{V^jsuk +J1-j8Ćb,|<#JGeNEXvr1uCA浿˽{RІ+#rXYXhф Cӂ=(t?-4yńmB<wߐ_U!i"NxT}* ɭg ĻaRzDb.jUT -_1Y3Q'eZwŻV9^ xOEi 6nsyU1#SUȖ~21lU-J?"g= GxMӆy#'g[¨.dR.RHT4m])z^%P byˬ|FDF g`4jwQ u;jY z!E u8E/r x:nsӉz'ZC"@Cu0Z;zg\2TЩpz%byIY/u,`e|"J pERҍ1UIqJt"4Ek (4@%42)e'Qz1_"خMuƥ1'lR]H {N"6cPˆá&QRp\ Ξrwڀ&ԊMC5u/HTJ΀g&q|-"{sFbfː@lFM\xqQFpUzOPebH^v6V Sdrnd1;PhbIz49z[.D F]誈2M(+u #+=eR5_TN#sd"D=Kw NBWV;7U8iPl/kugz,):]Mꈳ >x[l>\ᆜCFthJ{,@ EU MY,JRphV3vyv, ^‘8D~a4/#r3Izj$[p`OVY)b2~Ʌ;'}<;(H&0Xa G7#h 7U ]jcrJ:3unJ[^׻OYsCHܞ} uήiנ0Qk#,t]QeZR'iwqhqw] =7!LJ6ʙ@1/QX+h1-L-(R槶,G1ac ѷfavNU!{mƃ.J ;КA{׼&w0wr [pJYӞzИWx PqaF#DC gө7A/v;+o{φA(]%kRʄkpvKaVhm1.5F蚜sR}x`m`ĶB0>(,8E M+*T9?E]y^1iз|DzDA@{JiȦ1|-;vsV`L/ *Lү7`DߗI6vE />MTJqO.dj,hUDѬul.u \cub#jyHȷX>$ cyK]k\HѶ]vzfVb~'{UߪǗ}O ⩉p_DB7LH߼gs b2HNپ ="T; {OxxI*LMJ[dy1y*e& 1goII_j~(1mpp_?荴=de2 0 k'@ $q234S&V-zBǿ44$z]`ɒh-afx,`JùљRi;B8=b>k0P#CZ0_DVyp:2f[x͵:ߖ({w$Yd0.0I n)ASYs f)?ajи8-<}$!L"ֺ͍F9ѧԋD灌5 4"+Mb%1Wa0  rܧ#D^]2BɊ>Bdwv]S % ĔLxYWD$.Hzw_Xc]ʔsaH^*oĔ,URn7rܱ{Gn~ȣxS5;9J;'&$Z bº;3?HlJkP@lč&j#SGۙVCEgȥZaAWЕfq+j7%ݜ\ں.\'{O翨-]:&@zTTVPLEWﱭyS5>ך(u CAeY'Q!WvX+tBu)\ٍGUh^DKO.tZL іEןaO6JUNJ̍e6( jw=xd駼8s* B4g{MP-@-gVEeQBה# SjCx `@ 4ԟx=ފV˧,&XoHSm$ >V<0z;%aWy*`©2m(vUVDq? JlY^h&}s:| B?ګ ZHB-kNYRIxTYmVvӏWa8GQ\VS%4 ;rCAHH̓o@З!|ZM}ታ]S){FJ/ֆ!Vf,[#0󪱷l톒2]1/u$lÕ(a(ˍÊB12swN[#lއ$68 Z'3[i%E{ ^\}U n_3~-.}| U+# 0,AH:=ֲ =Z0 =76fqY31FtUF;a= |>Phf$"-L(o b~80y-% sH's2 Ip}9v# wB>!\;?@g|01Z`%v;aީUY)1!S9R':)'⨻h?-*^#7@kn.:*,u^+}l1X54h9σg8oipB~3\zR44WYפִGZg~HzsP7{v9/j]w N|>w%ZJ|-7oχ +q]V{n08)HIcilEv7Kx5Ke.~~4ʼڱNxld||~6ղ[ ^܃ oy(AH8 "ᔫJǾ]0R[s}7դтt!čR3Z2UaԵU|G3Yصgql#CkpƶZB w= Q»x~WFswW@k6;{:% .UkJgۋHհ$X_%(BwQj kiһ{P9XE `Z[7@Ñ\ 8B~ow|hK-nPO$W#7q'Ct@l\`@ ;&oG:Aۘ;jH&tеx@3wl_XnN: JwWBj GHK瑲(AćjDaYc^Зr~s˰+56& !2Q6FIS NA3oM&OehObgJR-=>ِV-rd#t4mRRuaq@'UY߭ F xa㝓2[q^Fi6&Ɠo2^0AsЪh'󼴌a\(Dq^Igq=佣Ќ,.,)fZ Hdd.{K6!bL8IfH\Ā0mW[vd^}@ݽ^*XdG3-_a"И`tmwgVXbpcwD_ZBM/2Tyǩfn*IPCg9 -ѐثQ7i {Xe<4Ջԁ+x۶-_al#ďKl ֠\~ E):8|5[G(..)s$qfA!Q #HLqPNNu@Q4sPMm_-_gߐ=EV(sW bqt}b"`ޒSLeZ|Q8̇Zε媕zChD(\{&"$s}v\wohp)"u@勒e,~M䤗IZgpE;*ap FAJۿ1ۼpr7LӱN4zؽh ޷"ž )n}XB1 F 7H71?l )c݅k>M3"0n 7I@cu$ 0MP`3}us.:.Wb C3ndHs8fR\Y9-:w|ܘgy+j‡f6#dJ$dIEw̢ġZYut\j(%({Qy~;VᦽˑbEڸ!2I~rp\ j"pTk±]ylpLKhsLdMh4'hUhobGB`̙ͫbq/橋\ɋ!QtZ:AhE<nsg2pbiBbX8Kztv[mO VKC @af EVC/jm_;R IBC #(Ll; :s3mUgRHWBy oeM*\!lW/atsչ\쒍0JRٺGٰޘIQkn>>JU,s$<%"d{ >l'6 .T Ĉ^nmvR["&ZVp,,W {3ZZC, <]R 4ɓHQ\(c; @KraJG.:VŐD:N .Pph$+'6e0=JAd+|'&]Mݐ! g,&LYQP8;8 G\:P+ttP{r[;zL@929摁P "ɻ貢Xv vR֯ѬR%LaZgag?| ZS 7:ħ*$*O>5*{Sf+pҨR>Pdq(#ޖ$lLȲJ-rv3HzSJMEE=gLx`vlѡ\be''yjM[rn> H{O|񡭜ř jzi3vi:y^kC}ƜKME:Uc5_F1t[KmGsi8f~Nj(Њ::=B<&wvݐɯ|!Mֲ6Up{WVL,HFJOxX5,rr MQJ PU>M1WYW9f-UԻO#9LUE46)htZa^!-wkv 膼PLȰ'y(W>GNN& †!Jژ&ՂTzcyۯk"$}C ss(CLW)Cx-׈kǙ? Pko\O*>ǻ?C% WO;'' e[50SV PI!40ݑ KٚJ~uG-_qU 'oWvYok©{E˲]"d:\ ˱{l[w۴[Փ4 Bsx_w`!chQ C>,D]O Tm! /Ӂ_ҞV G_SFm0)<ٌR/ϖy'E&|+7VGqPJg/O~~O#đɏ+)U;sZnV,)16O/adK_dU3`VI;J~z][8|/G53Ѥ| `C 7im(ys+7qjbTMz-ڡ.ݳiB+:c.8A1KbZ+!8 8w$_8`B P,\tAZKʻk`hp6-v>-}K$L>Z}`AW. !H7E}('++A^FgV_Rj4ewŬ9[+#;%gin}2㫅 mYZUzrgb!ׄ˝WoepN ֚]믦E A g#!hoef&(h_A3X p'y)P\4ْTnVOnM_&T_VVV-aJwmpӗw*ؑ1GۏuZJ%NNpAWl/xƬapn~ޟ7FA2Fʇa\Ծ_`Հi8z*~ISҋHf2%Na'KV@ 4QJXT&:< (j lncMNwV6e $PC,n ;ѫ-s7*x]\Dd*'=-#] w6+o xmܽ&q`j'Zc2Ȁ/<R {bi&t]8.져a.m%;ޘGv.HYy(Kym\+;g!4<7#haվo?or4q 扲Hq_&ݳKPA݄9k8}G?[7oɈ,eߩųn F&qW*(r򪞙ڝRtM`BCtWʏ/Z4wJ(qq]ֺIzYj9XiDH@ !m7=ъ#K0jΠq90KCfM+^$в(,xL4[%梤 =e15<oZ-r_6!5QM(zR3~@t%0[ I=&HJ>n.i+"ngӎ⩅Da*ltQ 7;.WĜ@@؎_<3xtyUSzP>%%1'M]iJ|S+$4ޘT @&Xd1s ʥ3-BcL֕*KʫH)7}wg}'oV<+8a MH7 *-KQU_{$"Y*e/m$T XCAC?E!w #y}npbJ#cuW0>GdJXMvUFhiUW0(B17v eHJ] Ik_gȰǙ`4vҰ3.<ȗ}u;mK :\D}{.<+2BM"h J, ]Lq=ij93Tv^vk|9x6"\^k5!#8mRV|iX?qˡC!,T27mm|N#LBoa{XX6@:2bM' uGa*aNaCe0urx81fV8_t[-1crνd΄B(r6nGb"Ìj68QIMIAݻOj)wpCW%7pT򅰒Fo47(k),:r$ 3vucl_]ܚ *5mA\Q#/w.(GHOQ^^'u'AT2߃Z#bُaO =A|?W" `O߭L*Pe.ߑ ++ :s;`*y6n$KoNߠ:QAAG1&-|/&^@$Y5\g:s|[KQ9)0ƏfPm&uwR걨)0{ևGǩ 9ȬB3Vko;YW}X?/=70n5),O9Rq^,Vzh^ _3ԦDfߕt~,#/a!ZHlES?#(:im ^ c9Mc6'tNAX >[FzbF!<[hOfJ AzI+NDz7M τ:~o c>hQm(T;aks)JJҢWwJrq( QIQ[yn?z+)v/LX&[ ve pUi*I#qMF5elG^u%Bz BEurLH}}V~FE.ً':ϫ wY 6l` |Q1!zr $fmO )^! DX=@F{I ,WrI}PEt^GI'Z+0K[:&V]?Ǿǭd`P]Lul+4F؅=]&g嫛̂?/Z+*5a;p.:1 4c!45͍ܺ>v^5}wptfC˖(q' \Rh |_oPCZ7K{uu3F7Ŵz ԃֻ\O-\+hL{P&l̯d=~̺R* "I\DwmTÖmp/Xv莆ZKt,` e ݠUeQǥ/Z,{tNêI3x//pJB)~T\hhTV*[BBOMrd 7'suA|{&C{5~MS( 1= cZX^k!+F?+#8Sff 0If9wJLc͞&q'| I`y7q%7r>Z4-ʠx42k(oרy%:Vw'1Rr"!BU SFsnƼ|] `* SJLPI,bA]yŒ=GOSb(<$ 5}0xhFe"WI}e X]?sGHaYB4"S[,iG)^ex' 61{Y*>:Q`Ya0}λ,a-- btξ`CC7K^IJ&p!1SM 1J&אָuj,j E*95f- 3Ġ{!&Z$r١5}ea1 )-KW xW-l=m^%-5 V'~` c5Q:+B`1񯎚QB4ߩ}3U^mB]@ .~|a7Ϝ0V$2& jV"6 '^owCn v*4 XeW+.3cj7Lhv J;T I$}#hf 2"J0$e30g?:qJٲt?rQH]yfp`p q!G@j gV_'*Â9:_H BfI;d͋sUh!M *.WZ׀Z7d#'_j6+rC6ѱtak}f䖀L@YE%}^%.".lOyIe[Opcs$^:}"PŜ00VaLRP2X 0ADHΙA ;Ab+iTVYMCnz2h\^?:r > `þ!ۭ-.m:[w~c9U#O (S$D0x8ױ6 dhgcTvxoOWk=i̓φ]Xckm&݃?!>}͝-zE;i>9F[]K6=: ia{Ѻ: ̴"Dq,FRՋ 4'ܶ\T nB@k b\ ee:5'~;HEjg $[L:FueBUߑ\_I!$}ʐR0k;uLu,Z k±SSg ^:~'/w,JDmk܏BWԒYF5Z܁1nRSN/E "pW,F3.p`lĚ;Ď&7٩ile1po@*~aMWEJڤW3kCL[n`U=N2 -:Tȉ%nO@G,Ig";%g1r]0E+1n:[ Ѡe|I;X ꭢ|U4&?H#|y˂YgcI#)b+d+yOOv:bW\0hr7lB#q0sg_yn?H! zi-(J}~|,-F]W>UڟpKa|d @edEG 5 P;lo.z:3 ~T~bjer=z.&@5!coU:ÑfexHYqARN)gr.;KKSr`O0eE}c*w;K}QoGqCǚSLU_{A߇vh ROc9ًollUn7_zWQMb lSTDU>Lr}tMA"臌i|H\h c!V|')_m:,[9jGnZN,`K%z z `{eBP"+?,Bi*8aDm_w`z(_Վ< w73uG_ԌIV 4$)2& I@Y_ث Vק- 7(D׽Đt\ǒwbf_)ku$Ō2ՓTTA@0yn{D i9@ҩOY SH|?mfqF,YVNCLW]h++$2snrvJ]xIJ xv1L,G]&'Dy:$MsԒ+ zuD\֜A#hZHeøYɆ?ߜc멇??¬8c=h@u6iQ u#zբ_\7mk-Ӈdy({5'Sع 9%ֿl$Yo7{&(yO@̃;WhE,Af GLr#~T?j&+v*AX^1rg1-U {U?ڈd,;'%% 5b7W35S?}\僾j읞95@LbYV 1(ZNi+sւ-{C]Zi=;'Ӄ2q$mQgsńJ΢MWh1 z;;jt$>2lOBFNctfBvi}AXR)D rt RMR81xWķpSa1˯IOD=]xeClz_FxYt}dO4ü.m_z:?;p^p7U տ{j,-Z1xr;7zoCBH FQ%x54z 8:lpk'xWJMW>ԯ*B % Z|Kas[dr݈C ny+y|wSVǼA>ry_s#ìNjlTW͞>;L;^P=缪Lh3pQʞ偛ss2= c^{@:lцhbHkͨ =K !!|L0?^Mڬ{zt<}; BR;p۹-pkF.LC7z#:Jwf&,$s +?p/)WpjGȷc-d mzHvp`.c'`;;{sy.@%l(4ExNu=6aR|Ȃ 2 J $5? Zm̧v*JvmKk+\,2W=q~X{@V ^ 4V]#g@Nq?awֳ* JI hB#$tma".is_x'Ԥtgi~Wpi͓_]bTv[`W]Bi|%H#4 2C7\#Ԣ|–Rp{3%>')?@ܰGg_D, +|}^9X2[ OX Cs G"r\CJ\k/ʭ (T /BKnzrѝxw{9]ڞ[v>&qPɔ`@ *]fĩ[q)9vVr 'x1^)C6_2֕Z>+B_Ɏk S޼>1 aS:{YfT1@=)h[T3#F7~fB=>q]%10cDǨ_n*5֤FLMI\ѸܒB|<@: |8Ӝbw_ ˖ " )Ctf&yl߮T#K>S r u8oaT~O~`xָZi Zύix|i]aI]4wJd!ĹY~H9YX/F9b4> yB݂q{@ #[M5mHf59IJfl`/I Uhڈ wC@ptR2'ozΡn.{κ4<ꥍ .Jl3d;$^?pU3vi*Y<0F33{1q[dR{{$?G܅dQj>+n7EnxG A0aJyUn7vP]i#7-ЛPf,#DF;(oWsyoHk27 [Hg'#J8YZ+so%޽)Α(W&'D@.<@sQB/rXeI%4ͳ5L!t~ZcygꞨk;coyqZ5 [cp oSHZMw&{Xl7:z2#bbE-8DǿXAH`^*pWB/J6p# k;MODO޵u z[I=99Ϗk(_!Z&įz b:adۛ~(Z]?Ȫ3B1stflh6+UR6I>e('kl t'F^'6lO,:.NpJ⛺,,SQxu1R@/x p2Tzu潢\^_y?dD\b|@#x tn?쯝Gs'i_Px]O  `#x=I ;SmuF;\|ougxS T=)b+w^3 #kUxu #Sr1nB$Rw 交1c[PrOz.qeuIT7Q)' <8|Uzpz?E_ o/5X, ;3#PP@_vs=!U'{ mmlIZ}oʧiO)i'Wj'~*NCE}kCiSMm㠅 C Eo [S9EĆi2wGz8P:(c׷E=clk<0xV!ժgyRBJ_S[~WzŠ6 EVbzPPVYT\?05ӟ5yz"GԬ?i(Ɏ%pp(CyWΖn ໹%'N{Oʎj.wl,wyxc|] j 4> W)" fD#@QE۷2ՌM>]A&YEAD$Y$}IF'W!&vw:yl_a6*ufMāys^|S50%SgjI_58YBop2%1=j~}"sXgDZŸlFIR9zb)k>~֍I!"Tڬ}_0EskxZT宲I OWXXVnRf*5oP\ܛ$::w ^b)Z1!u- i 0WtP'󭸎+׃`ꪤJp N1 *^* )洧"(Ip6UH[ZOe7\ ^VP`-Y ɥ<vWg\-55RX lOz"5JNp\m|]&H\eYNN)QXu{Df'FW\񁌇g'*V]2tWٴ8u )9hfmE=q%Ҋow6Iv΍y] `t,{`߶1?0E%_i'VXoM;Kwn!¼eøQb[ƾ|=9{K'E@>ӉjFӂ+E`LƭD m/r~{7`pzHbbcR-88yp&y62ʠ+t*,.T(a]+0*5z7Eƞwpf_4IO҇u]lS ,:@E{PjcykP*_I[8= kw-7Fy`!Ck6.lp*3_cH %yid^-tbet| O%nu} v&rg/FRD il;hbr`9̵ Ī,OstOhlzu G%y؛ѧ$9Bb"DG;L+Ǝf8q/h|\G)hlmz' ,1r/!ީ/֬:E'<4/w L$˪G"-N  $ }'BHC%Q],y^S~J&?ՙ`ѺXM cJkʯ]ABڳX?0靮ŭdIOF^t@X,ksWBN@y[3vXr7Xyo{[ix~ȇǑ+r-fS[- @Yc=Ӓ4ޖ˒%ővL4ml)ytxD8 o%*EqNtk \NٲR` 3$qXzMV\H"{W{˾ü'+{e|?ㆪ s&]2h_R9>S{vtSQ,?7I]oP֚ծ0.H(,T[->dKa^¿.i5ͽ{ߗ\.>!QӚg G3M$(жĤm"zҰֱeL< JM {hV{tUӓTU h[qe'c9V0._'جCA/U]P,lAei: )]=3 [0 qVpONam|w B/֯=^&|?$wI}"=抈IǑ 1 "7FQn"G}b*=+wE\2K8W波q(Y,}('ϫȩad$` g=w9(S2]a=b=.VwdՁgi<`؁H*Xe!"|99nRoD^h1:VbXNƉ)UuDW vy1&n7YMȡ!=6nG 4S %'jf-*w2^F7zAc#MnCg8 ֳ5 RD!9'?DNR WEtHRuD]P:5>@F<,e4 #ZaZ.ľ`NArMY:af@\),=yzf*k/KhQKzf濻Z2{R ˍOy/w.afTKB%U6 ]<.& 2x% 8B:[ Ѻp˩| a5=uZ`7tdj<93P w |ã*baTiÆ^mhL-dQy׷4%硝̪A't-G|@FSq{өzu9vowhK!_12FY|]wd\ Ҙm]' %U* \%ت &EqkEj&|;UQ,w("zUCShM|:@->)_hM<,[sOǢ*1*X0Z.e E>ukru6]cCQƦ$΢1.2, 篠*hHUV5)NZyeGkIM{r F{ϋ]D W=xe5!4{ixJGM YZ