go1.19-race-1.19.13-150000.1.43.1 >  A dDp9|D|RgEpCAnnӿ:+ WҎ2r@;  (g@gv6mk_>5u JBZNY[ex^cY*%oqqć̛&G@Ew< m[|4{<1ޓf rͧ5H|6G8r sDT5]:3[s"1L*/x̧mЕң 蚒 lDbfcc10741e9ef396d3fc1402be8417c5ef75f0752e6b5c0247b12716a3f9b8d920c8e4e5c1a4a7bcc5a974f2c776abcf4803ab7eDdDp9|s{\rkSx;j"5+Pi8so{sf__A:JiӉH d`1>hňC/z۫b9uK0N붋['@\k 6:w2ҽS#QZ㋫Meԉ.[k6ZH^.6tZ J/^]ٷٜ|Z﬿Ҭ×H V&w7/˹ s1aA[\ۛuE*`}%e:>p>?d $ = *7 Mf     @T(89`:FYGpHtIxX|Y\]^bcdeflu0v4z|Cgo1.19-race1.19.13150000.1.43.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.d2h04-armsrv1SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Gohttps://compiler-rt.llvm.org/linuxaarch64d69711a07d6c893c9e24fc4126cbe1642a06d670a8cfe0cf0e4cee1a2487911cdrootrootgo1.19-1.19.13-150000.1.43.1.src.rpmgo1.19-racego1.19-race(aarch-64)    go1.19rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.19.133.0.4-14.6.0-14.0-15.2-14.14.1did@ddD@ddRLdP@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.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.13 (released 2023-09-06) includes fixes to the go command, and the crypto/tls and net/http packages. Refs boo#1200441 go1.19 release tracking * go#61197 cmd/go: extended forwards compatibility for Go * go#61825 net/http: go 1.20.6 host validation breaks setting Host to a unix socket address * go#61968 crypto/tls: add GODEBUG to control max RSA key size- Add missing directory pprof html asset directory to package. Refs boo#1215090 * src/cmd/vendor/github.com/google/pprof/internal/driver/html/ dir containing html assets is present in upstream Go distribution but missing from SUSE go1.x packages * Go programs importing runtime/pprof may fail with error: /usr/lib64/go/1.21/src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go pattern html: no matching files found * Reformat adjacent commment in spec file- go1.19.12 (released 2023-08-01) includes a security fix to the crypto/tls package, as well as bug fixes to the assembler and the compiler. Refs boo#1200441 go1.19 release tracking CVE-2023-29409 * go#61579 go#61460 boo#1213880 security: fix CVE-2023-29409 crypto/tls: restrict RSA keys in certificates to <= 8192 bits * go#61319 cmd/compile: ppc64le: sign extension issue in go 1.21rc2 * go#61448 net: TestInterfaceArrivalAndDepartureZoneCache is broken on linux-arm64 * go#61470 cmd/compile: failed to make Go on riscv64 CPU with numa- go1.19.11 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to cgo, the cover tool, the go command, the runtime, and the go/printer package. Refs boo#1200441 go1.19 release tracking CVE-2023-29406 * go#61075 go#60374 boo#1213229 security: fix CVE-2023-29406 net/http: insufficient sanitization of Host header * go#60351 cmd/go: go mod tidy introduces ambiguous imports in pruned modules * go#60637 cmd/pprof: skip TestDisasm flaky failures on linux/arm64 * go#60697 cmd/go: go list fails with submodules which have test-only dependencies * go#60710 cmd/go: go list -export -e outputs errors to stderr and has non-zero exit code * go#60844 runtime: SIGSEGV in race + coverage mode * go#60948 runtime: goroutines that stop after calling runtime.RaceDisable break race detector * go#61054 runtime: TestWindowsStackMemory flakes on windows-386-2016- 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 trackingh04-armsrv1 16941714421.19.13-150000.1.43.11.19.13-150000.1.43.1race_linux_arm64.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:30596/SUSE_SLE-15_Update/e2243f01329e3aaead7b73c9d6292ff2-go1.19.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB relocatable, ARM aarch64, version 1 (SYSV), not strippedY鬡;o{rSЎgo1.191.19.13utf-8ed137e1206ae5a5776b89b23a591ce42f3ee1c6fcd9d66b03760bdaec0d9b098? 7zXZ !t/] crv(vX0*;|NEe(l^94pORmΌcn嗒,;Ej=]7ʲnt}qkc563'?am%7(=/,l8n[ڟL"ΛK85#W F)qh0^<̞8ן똲jK)CLU_Ta' "yV+qcYqoúg-T7=m zFX*]e3ȯ}]Qc D`5B\JzHN«M`MZ†<]\z+a=~`FOo4Wvܜ?yZ-;l\d;J){ê>i ʷ#BuQl]&X.مcam4oY9Ev(çBn2oŁt/ja|E՘7ݜ`!R '.O|%oMGMstF;3?Lu!kw֡ nGpV-`ifNŸZytOV^.s9k7N pW{9nC$@c EU=*@9Czrq<l!r~'ZK.[J"$LX g?4yp}<IWuL"1iA ۓ;ƹtݔU6M'M.O\_.M}8;(P¤I l,{$Fd;&$XEL )24NY=$(ҬՄ ѪM4#]6Z\J015*{ڤUwIkPʣ_lڦEəd(?,Z,c!>&OY4"r*Mf1Υ{/a[PjeUp]Dή650eD::%xpI`7';f\MZtZx W ?|dФc(Oji|3?€;I.52=Ƭ (.{4ꎦ#c°lX G҃v|cg cbݏrŢZ_fOC]&QR(tX þlk9X=M>%8\Bѭ 5Ԡ~fPӂd%{0k?VS^oD S7vs9KD1a0:ڇiR|Ba hcw"RSpU[`ca |v"|PݦBr؂ ~"f*UT%E!K#["~uSsq'&fJ[ygX) ҌQQVsQ$Cktwc,_z`#o>{S$Y ?u?$lv̺QRT<&KoЎ+sAY>\d!~&r:o%1Ky`X29.PX 8e-]$-Xg 4R?{l3Ho/~ii ~%,CŸ`/rU\~Un(—iR%bA45:H4ӟIҁycB ^[]N7JWE 8up w>{%%z@Tը6@՜pc(ʭU LcQʛLjY yw/C^;'`x脾mqە?>, iS.ӝC _Psuh=b8F񥜃u ZazTAIU 9?ϟz7,)}M?`Ї_H>9 IBq'Fjbx{M~k.SK&k\@W@IɒBp*;0.⡮u}%ڪJ&"->٦16@Q3R#Hi XV.'?7$6 e3O{ %'($-[!jl}JR"nY_ȫG\7iv[:n{¢5u^yc" |Xr}bx#nShdd0ÀbyiXWA?5ρlѐ 10Q'V{V hp:CXX;)͝&*KQ+ 0'p@+Jj;G' Fw P3\L\$!̶lzxտ_쟤r@ߛa}?'m7Lku+AϦt頡 G.U{U MA 'OOSMEntCVS R \YwO!!D[-wi&я=չRrwdLf؅ܻc>M*=6=?5z- )GP$s5Ը]mna 2O:Vڹx'8 f׀kIs)W 4憘/Ý,euTp"tIlg !JC˒SWt5(Zx;HT<#¼`ӯ%l"yYX5!ZUpn>a=s7{lxY=Vf:0ӿ wca7D+|_Kx` FP jGStm]W:tȓhI).]r H9RjIisY>44/Kf* Xs}٫L+4eҏDDL)]'A8>fuSSF?IR ЄZ/Kvmン[pkPAat;.6Rot GvdlŰ퀄 ƭxZxìv[!6x98*Ж_[IWQ1/?]MUO\b E\3w<ӎWܴCrJô ϸcg'&{MP##T#mMkCoޭ=Mz~ A`t N{Mg^uEoV0|Cr,WM˟q$,)(;ayy\ #S# 0 Xùv&cw8Wݔ{_ʥye>fNBmB0ٳHۙyży1B1t4ڬ-_"mMuu@#nlFs#;6(˶4hL/J(cN EKثa6{4&rzn5_]y[rat>T9#`Wt=C dL9AEt[Kޒ@W 3yܶ@҅|G YLӆkob$ +:bzk&. ]ʾ[( loX%U3t!yJt919_R&]D]-ĹJ_>aNNB 0F=>w Жo/ure++`б/3T  qYi&=Ɇ:lw p [?]WQj$J+Av Юջގg8mW]ъ%g$4q8^ >c1a<wbX(+F5\G<*7X4#YCn c@V0wY|1CIBM(us3ȔS:̕4tK%*5B?(,i?sHbfzLHPZ[%7怗ߣ[LNЯҲLױ.ߐw (X-~Pw 1Tpŷ%T#US1ȆHh, tp8!BqitBxg<8vg14?ʻ~'"^͕ixtP-#2XW(b(A!d%wǃ R8GX*RvI2Q]KB weq(dUEOٳXs  Bz?&pq,<8¿1*d,g9ΐIn"HWW$I_/~JBeӫaV r;9)-_}ͳv.\S:ߦ]t&uz V$J@ƪ雤(lR>vOoH imN.wx (~/CZ.Té/:4ىlQjrclE6Z2. qR ߒz* USŭ n| p+C}Zugv*7fkR8 tX\}Qg*F8FGůd>%=!4 :0\ 8* N4\_P_&bn]Ǫ/5*öJ@\>ӌ!F||GxtuxQ2D*nޔLNÿ4Au:.w[XFR4,&YY*@w+ͩ:) իOsD)g"Z`6e# \ RGH>Wл}°tf 3}W[MA -lyaJf0RS[܍,bH'Z%# CfSi蟱Y›b&hJZF\b&'pO9K>!YnBwՔ@iMıvuQx Zzآ?ϩ 8" ZٝF&2RL7tY3(NC[=*f ry@<0a~K. PPؐy;gAt[vtanV8&RDǍ MDM:q0xBeբ>"ObTDž +c8H8MnlRPS;lt͒ OwD8f7Y\$Ij,{xԟU=ڙfkh?m+G2*D8Rc(W<7'}MMpn|cE) BUrӑth 9cz?ʥKH]0;W! /#v_TSp/6TVaүeZYcVhiuw^%8k>/]_oHS~-G[_El#){3 1=7uKX6Gڽe_JųMCuZRO/_ 2& [ÐTD:LN!ٌLƵS CD})*fc^%}Z.J))lNC|U||>SuU]wf6XDI-*g%!}#A u&H!}’}y'R`7b[{wWzMqJ]>dDp%A`!TE)rod{nz 55vzgRgy7"4xv14 4(";.̈́iц!=Kz]۠abU_Wdb*9!y=DRR>j3 \! $l9Bw$2u:FÍv)Eِ5?k85;a; Ͷ)V9,#mf&??-h`@83K{8Q`#هU~ {1"uk$$PM>9۴XC\2 u1:aGtjmt%4OcoO ds( $bvWHwMamD.eD#1}ųkÒ3ܱ3H4U^eLVh|.Lp|qAT ?ϥdNC8mbL3z7%.ԄJ!r{;/'O֧lpd m`4"k,!NfTSG7wyݰ  VAYi&gB&A8}2:9޶4n~XK=U &.!ߎa]. }2F Z}55ы;;b^ K-l-Cma>Y4(a}WDAE8rd3cH2NH)Xqto<LbCv6+Z (ߴ;\Gl9`< Th .$ tbݚ=BSɌ?qqrRW$5:\ %)ٹj^<XN{ٔpjmCIWT|Z/-QJL6YFEX'!i Th4T|$2Jo\1:H]n^<2M1 ›kN5rg{?u_5?~\g]_|k;j?fNroB" ;3,mCXyEUոS6DQ![7)]4,8G=k8+j$:*g^aqֳ0 bZb̵WZ=[.M7@u͗L"`-cߪy}vmvU-0ߪ_n NNj3rq:ꚿ'Dq]4SAp!}^O>-zSʡ " .UJn(-ʾ~GGdʈ\vzԩw\`hjD\N\86QyIU[~?%Cb~879-l Ў,<&v ݇&EnbXiUVW vklHK8{wFy^,>_e3ADҿeI#諸RTejן^-Ps?]qC~xj(I,!,$ 'J?ӻl@Z[0PsߓSLn'^-<"X07;]gO6Xn ўH#Q%^pC䬃3}"8x`-F+U9evaa+=n7VO5r눈Gu)g{ksؓ]jeW64ޛC|Ɠro!- '_ mM cí ra3ܵh"'єR})Ӥ5Aao5 ̼4;ִ#vGx*]kwIp٦"qY톲#I}&QL5o2B)5;>ykQ m<Щ;ܟXОnm`uH3dsPd3Ag*9/!E]xi>oi6[.mWl1[vGchf((̀) 傝xX!74$(iKLR=|HWO2s։ĪbX%j0BBSMfAĈMAc,W~T+\t; HL{VceasLp;R*!!OIV::oT#yVj]BCZxO]@ЗtU =0W?ٟ4Ua?&oNߜHǶ;o9^']!> ,p|83p7i_Bɝc[MRGQO: ˬNC50n R&_ 5m/?+9S%'[#oI,.I>6(yWcy^0 K{&U!Uo_4Y{qw,AW'o lPy%*r =񣻢\K7wOGCh[],n]'5[H`+2/jV^# Bm-Y7CzSwJ&}k!/O6%M#=ר«M,<24P2j mHl!h%O1~x7[-8="aYf(#Vh"ڽby/з.K#Ox o 8eFCY`3R_)r3 ?Pn좳 ը7dNQj6y!#]ZM.;7٦R! %mz+ 5tE31xC ba)\~L܄UhSSO$[]CȫU)/y Rqvm\0t&w1jȢG/ d4ƞjlXFc;q[|Zi$<p, Y?6B …e?'T ReVxF;Dck$ihN-SD!RE @ ȳ-LX' /諰%P_#_LC0{c@2os/P6Xfᶍ]F?hFZF>)عhM stLAB!s}VAZՋ&Uۚ`%LH-O~apפ뉵ˤteF,YImiDguO[y}j"8s W-Q;Uv_[VV"?Q9{ni%"zID+h)&!:NډZ `2nUCOV0xؗ抮cQ'nn­b )#^lӑZ2Ty};:,|z@]h{vw*tݒs/bJr1\\V[`\HptT7~JfGfg9UHǍIz]ӾuN{ g&g6%E@Ykk-,K~?rؤ,J͙ a|W䔶P3`{USϠ$X"cC8-NՉA>+<Sڢ`%BDW2ez~Y=8KՎZ9A yo67OlZ.kF[1BLJpgD~{;0>1q|I9A.7Ԣs3;A\|^ .Et7L, 3V7ޅRSLSi 6k%wš:DBPYdxjCRy 8bu 1tetZ#K(oK{ ׼ yoҴ5Ҏ w_`&mK$K1‰0I)B@j GcJ4c{͚&g"G x+gM ;/m&5:zw~ 9AoS*/-,G[abwg>)1e鱺U%λ!ؽ*ي!<3wv&P#T  VwP+l|YK_F-nB H_(}YƄjJ1iTAN_.KJo)lkƺ uJ Te]V->Wi{ a^Gρ3(uI_'A5B3Fڞ̟/A^{C5 &r[][,zTrS50w{B8PXcf\9D]B$16M: O#<ۑ0~l(Z>̞i~ {U62}nh$*[&np00sBrzd=`[e {[AP(MV#?zʤrLzJGT@B -s=#l25*¶%%{{8_Fvu,c_P%+Z6TFsjF<{$FjZ] /I|{]k͍WM|Ux}'PJMcF;S{ vGdDڃ]f J>L"UJ*B~xu֥3v~(_<Z`- &,Z>|y?f@ 2~rJCB'_.o[Xa+;B9ѷqT #1)UD&;o[?m{:OX"s bT/&u`zZV%`'v\#Dhnl=d3NiЂDs } "; V:D|7@Inʺvv"L8KG)ƧeC#WL}ˀšN3c=,F< Ѥ6C@MH˄rs?R%;W3O'H,V'*k^Ml (Bš,"ƑHg#!F  ЇCg5|~obm*Epu7Vx1ImLs%|Ô#\Ӆ$;Ⱦ[Ļ\i3k'*r5J՜vJNv}YZYS>N'FjtYw Mj Ռn* fɏɵۜ` ;MO䎇]aכƥ,xm'Ojh{PT$VC]y Zœh r k(2M!Yr_v!73N5a|byB!G$<=KFCk6+5-A|9)E3 ß-pJO0K?Qg2^n!&%X + MD툶:M?5aŗbjv#3䖝gnVSܥy%2&ǿf:Q1PynᴜxD"qM#uX u'eu{Lr^^Ki#ͮ^sI 0J I VÆIy{;@j ),&f yǩJq 򬾎!fA:9<+UcvC/ìnt]h@0w8MqXfJ:R=U}AKO+1C!?41GvA _Η;l"!=xEnBM WK<53 %uWIc?&'z7hq`htEV[@K(j/Z\DCK@eMTj|LU]q)PՆILt+YJCPL sYb": i>A+3azLi=wIa@>bC8=0ldVNŬ 8D2NO)Md9`5*o{]ri1`&z(>cT]w[3V% zEVgdY&OT"zT,D47~L4`XSQSںApA ҩpm$Q~yr*仺x_,BBRZCd0nc"Kihvt%k{.f~_R쨷%+'OKp#^k%#O\qMЍ9%L~I% U8?ok]_hs-:4|s-]KfOn4+qsЬ=yH˜!< j|&ܮȊѸ0PZe{qP $ ϔ}Wp}2~+4p z:p@b-бZ0iqdKnBE43.X&gDFW&'*ZJ0͉loOJ)럵63LǞr/#w5)*9c, i KqWz+ӣ, jUE+֮Vl#twy$? ެdY'ͬ+&D0O6}kUon @M-8c6P"5"?i&Fږl9aR9ɏ =+[.ŗcGk/wL.⸽*5ĦX1n9miq0py}T^-'0f)786uXF@z4QvCyė;g*'2Ӌ'4k˓Fs`aPziTw(ZG\9M:ۡ[yDEu^ P D7W};}$ ^J*fy;>k|YE)mf}Vqخ _סB\݅N4A3bQW[M=@׮TQr#ΟdkĽKw6*O/.[e/TRV^%Zz#ϝ@[,_dCF4S:w`s8_%7h>s%#hֲEՋg/i|Mn'pּå^%6:n}kc]!_E,.' H!xXJ~D]^wVtC#-u:K;KBl9ϡX|nyr45y(HB Zvin[Q3f@NG}fY[gv 7~4\w"<et򦮓R(QlЍ.+~cyl*m7Дb#ۉ2G|JE<;_ {mj"#nʢA0j]*mpT]+M,Ku U(:01/JLl{j ~,3&Dѕ+,tX 3ӄ.a(CETD~y"#1~$^9MY3'bp*%X%zB>A_^!K B'PTA) O -nu`@ ɶҺXlM׫10-Ш'+ڽmXOƒlȬEߚlH@Q gR6hFZ~aiVyl(O<-,~ S'2׶}=rMx?%jmHFiʑe !YE?fkLtj|o|U6ګly]t-D):f9 on\x!ͭ-ޘA;/(P1]IEqayZ.#`Αs`u56V'D&k,e7 .i͒ $Ń6$zxXS=b3N[xKS̒tɂ tq%v fpO*)6f[з1֐< .z'PXJq¾o}SK<uߔLk,q;˯ |`?79.XI9efYkI|*%C7nD.IrŧWm;P }%;uXa$Tg7 b"s!tmM#ƌj`MM,pi})t,(1f,xz\ai8qpnJ ?]`Ƹf;q=*N8NrrF[ %z2Kh鿀(`4eGluVC;ͮq*0K&/ܜv"O~f.7_|Lc_SKJߣd֟߬bioV?hhg^_N ei6$J|b%Cm3lG:RRs'2prO D@as3d8Vx]ˊI {f)oB*l@x< F\󙓻n(QuOY%_owWet;\1Z `dDjOr[oaw:g)4/21("8 bK[<֫sc`"2 J nq)=egϮ+6bд3) RK%wi.X"$~_cI1IFyMe,W(r3󦉵{ǹ?K eυcJChk늉v 鴉=~o yt mr`i'X&K5jZ,wVaZބ-&`<jAhQ@iHaEusV)o&^h^6#=ߘh zs-`iK o  o/nf4eDBdY!m5 @Kr7 +;zHc/'Tפ[dwUgC("/~, S>z:e( M/Q<߄D?(vQuk{֡K=ajV&؂|6ź,Rlʐ W`bIB{%*qBvX(vDn? 4ek%r;;7PB`~H~QGf)Om wz+g5NJc6:;sr[$DVCguW(Bf=9-;Y/ݩxyuJTSВ7mƑeƾ9l4x fu:ڕ 3Ft%uw:ńBk~dkҐH.|k^ڜч.WC aGqzZKG+bTa\wRaĮ魀_c4Iw-Ob= Ξͽ,0M}%lO2 0`ɖ#Tz][=oخ+9i: \0QbP ~${9o*#NoƟUS%-E:YB0]}))Ɛ41y 2/NvLMWbGҼɜ9d7mR7I;mja=< ij#+&yE_DViXL +.e?E _gu* ?ΥF8~E{[5$i9WZsiMjx6-fưp vjm[%҈A)|/$oQҚv3#ƧU4o.H6p*v .FZJ<@@c$2ZSu35C ؾ8 x*}¶K!oӣRw+ʼn0abT1C b[4v<)YYj,Vu4C&#$ekH)_Lݭ3vA"6USϒE)RaCBDY ð!A2[V]͇&xVP[3A[8L^: meo_Jm®?M֤΀b)Lg$d4G{Z`W^*wbNE ~%$e@dބKu&@.@oEMn9N`;eI~>3v{n0a]' KImZeLJ'=VS2m2px}R vWlvf?6 1`'$؃щyŖxEXYb=<)UH&P?mZpC%J}Nia :"]*~=.~tGlaks_0Jk,PMyll#M\a%6 l~Er-n\cSzH?)DݸiD,3UbMcBղFK{0ւ5c}$&?9HA\!Q8FsF>c>S>)Ps>, 8VѣF#+(^ ^po#΢ugIN4 H2O93[?>A cHm7)pv`nX$m2n }@ "`z}(]rUWQWLrdMVKK%dR:g_Y|6bR>;kppSfӲ}sHPל۞=Exu[~ y\tiFY0xeVv,7wd>: fK{LZ\T`ӿ!R3 :!u)j);rV—_0ȘX+~u-Aُ=hR6,z_R]_`%pj4c( C^!f_=}:L tfgz=o<:VzzQٮibN:giMhӥM=ȒdIw"uZ~*ut\{4v825<DϷaƽu`Z[ Ƭָ2w8;M?SNPdlнȏݼ@YBԮ,{(\2JzC-첊کϸ҈l{h^ G//.eUgSL"!P^_Z9(?ZC[9T>ⒻtOCA)e6 m~53ؓB_[(t2F}Xl-EJw?>@Ms(w(B 9 3@O vȇfk0xcL>$޺uizPy*MZ]` W$O|n]L80X_!Q73 1-/dS[E|iQ,yzrT`8H]zu#h:UYMvMMyJ%q;M!)Q~$mg&to{܍&?Ɵo?!OAk$6rޜdKFj۹WQ \+3e=A2QĭE83HD[Uu%WK ʖMeK7-~n<ڦLWshf83l؜*x>Xl秙д|K,eV}v>l':97e-1`6.b_(>r#=zr5Ni* .XYRGݷ%iSQQ-Q式;_U *1btFFobŎǒ< 'a-Y-gЪFB^jfBq~A6vD+$$^q*+М hoEB Q\1 kb hPؔhϮx \{e'W6I>P8 Ƹt[@к_{l]>H}@k nAQ@y7I]Mx;wtbOgdcmceS*ٶfk1&S9ZXl%ȉ*LC c (qhPf3[qx@/j:oof͒* ];koFѨŀFطsIᄳ񗡹|}޳.Y9XtPD&0 `ATciL0ƣDI./\K!Lȫ4p*9kLʳ.daW7FOܪe)\Kggn͸W[ Zb{.%MvPڴ羖*R5pgFoc8$t9t.%2aGdB )x8TB3AJ2FBeYCx˹ т-mff4:s>O_B:DR2;m|r .rWg en q'}lLwwЈQϑ &-=Dқv0>|\]l 8c%b@oPᆗG1k+{ E/~\b/aԅO*d ޯ\E{Y_V.Nί _ur v oRaWnvb@X?vVڌul]47c$:%Z<}I$!Ria9yV*)utJoncy`;^y_/ ʐW>ψFg&di>7 (zMˇ'UE<2 'M(2uŨ>5wA&,)^Ã#dlG>@ji~hRxhݪE' b>l7M8k15=$NoB Y.NݰbO#{R~*92{zPBMcc޹TԂPfe`#t7S=X:sxbh,K?,G^yFLEsO *G<'B9<+:8dbR%!QBe啳RY%;]4{EꋇmxMĹfmtY?6qHkUk}j6BW .8k5, e%C{TlptګMnFks4RB+jc1xHw1.:!tUI'Q81\ljc-cu',՗+[_nLJnJh@&]~gQ,J0EM v)6VgwД{|\~Zه 9X n7 TV^'ڼ11ˊ:5s"?<-'b^Ygx ;KX0sL7/)%+?d+8Wg_D9"n.yxG[*WY@^h~&2g Ȗܣ*=ȱA'Z؍XJdHSM>}GagUMWzyD\̍ %7u0dY7G"/}4d}YJ/g',P=j -eY.=֢Aj:DΩI}@v]fDkO%GњM \ù+z ό - Bmӛuگ%3pEH|kMahR $=k@aRryEJjT3uX>/ LcS؄}j#_ȏb ŢC0,)o$̂'->_C}#5š$W[v+͝^>%Zbla_ۿJÓ haB&([ЍM{ dVQXf&E8RF< ˕EnS7z4T(1ޣoQޯCe)05xr'Y<8tM~Y1T%/"Q)^n=h-7q0HzW%SR%N=#pPdx޲]?n~RREoN1c_;9lՇyDw+(ޢt9>r9<5`Y6~#7ਾwIUh$Y@n]]܎ \#)TG@sr`%l}li[CaX($+*uHlSkA)WAA6%mS_Ύ6gr=m1VA.{L^I"2H**Ռx[RId?K+MqRe :G݄/'*'wH1 Mu.\$&XBtz<5JQ爿y(%æs0~n5k =)m|E!I*}$-rr 5/F=i{ȳNut?Zd_4syp(9KAr'x|7+7Pȿx>anv1bNȊTDk5`Q&ǘja;s)ȷn{L!=ݨ9N׺&rFcW?q́B~ݽ$&}eK+ֵ"46&͵[d˂nppn-l(Dp_% 3o.#hm蒫o_q'=3cqE?-ʤ/j5BԜ< Ogr>\ɥ?/Z;/=8/0)ѡ3 I(nB^01&w`hX:ˊ)z])Yե OGCF; {))8n`>)8|Ho r\$Ζ.]T\\ gHŤDG =j0FEU{=w@<"h#}CqYI.O˄R.=4^dz哌s?F+ l+@H M,^t3ş'CdV5'ަLq"Yuw˳ڴ U^rmPttcA(Gf2gUZcRM#'ws0gå5"Pq%<qU7 {Nj2 ="-ίcK؀3uKu6Q7^^r'K\O[Rty)=n@^`yjѐ@30Q'8q|'u !vK~rְtvр[qߔ*kžh5wC=[%/mJ3hTXv!B E2;('vڱ;)1hܾA:U@">`ihh0_ _hqKUG#_$r>좪x$[7 ISؿT2 Go~Dy#k?818љ[J~JPdU=PcdCarM-XDQDdVVnL{RK}Pnd_Hv0fbvh@ROR$iЈ6C2D*p3ā4I̿`:|5IąmEW[OA=Ǎ,Z C-8fjˎBXZ"I!ABI?+DIYվN>dqF16Fg7(OfV1ܦ5qSE$1їOϮ)7F tw,6UDD \bu./C'aZX?NI:٨GćJjEs킩_2O4<z>YcCݰn'8cQ, 5PrTM0O{] 0:Rܧۦ΁,  {L&bjєFJg912RC in{[sN%J‹I (וJHZFe{`&TxCrj"K_oo۩ߵgpwJR{Ȼ$ 5 4 ̱#h;nt\0`=' 3cUo:El0Z[뀡 ;vP 93Jm:EyVE<_98*aT'ع f9e NK|3U6f6FuLY!Z*ooUGd7; ˏhyqi%jiW3]9?4^$6_/}2; HKȊrږZ JR0BD>`.`a#D6pY4q\sE(SSuj J $Mߗ$C!"J|%:ӮSn,+QX5sLvߏPG4[:95tQG}hm{ 뿜~bBQ0kydKFql~}jͭ䕷O)*$ۈ~\R/SʎkK%xzdI﬎ϴ6:ϖCsI7WȌ7⫄-s~[ᗳIßFAR!V@b)ʼl(Q ;u8ǥMei17G7QRs6-kj V$oE܇5SĈ~R8yLƘ+@K#2-^ئuTVM<1i>s՛Ju W#yy837Ooz:UD*;Us1/2nĠ0&iQZHs«Er7k-U]8y1l rQ A 1ců,OHB47WL$Iݧ}U훍fRߑ/Y{)Ujhru?QOӈdS^ 4ycn(.siA%+0i]M@h+^ 6Z]tYDZnNRo{ӥ-fAq#mNOXgu&m lW ?9DX7tlMm]1`+4Kww8sKU>&RmޚаIvБ&SnZB8xJ:) tkA~gCt!*0ՃqoIZ A[<G&U4Rυ!;֤ 酮Տ$3/[1LNwbJ^zmDۇcȮ{0M4T>`>RzI'9g(Ghi6ZG*]ϭMo䱇ƃ?1y}!r|r nRDU݀U:wG2#n>~ *)Qoe/Ϭ x8~UxPVI[)EuGNX"y545t;Ǖ1G< '+#m|ԬP9`8_[ !% n"Oz5\)vQwa-#gUdˆݦİjp@%4?B 7cN);)2nBJXZ /o $bsp@w'Sǯ^ܔB9͜I}J%m֌W̹r j6yQ)&f k}Њ] ے&7m˕ihE|P%9U8OF49YF >ETc^re1HЎ3|oc7"#fpn}^ϡY] }}:%}]: 1+0&nk'oV0 퉊@Jd؄#r_8S%c Z*])Zjs &AffݴńV0ӛV`2US.LiUZs/YG#\΁d) ~s rhpbd˒!`b?D|[ L't&G3&isrfmJHcḍAaǞ|[{.zi <;pgIQZA;=nR6KĖ|>cP7Ruݖ 5y7Ӡ3mqÎVh{*5DPyb҆Lmp!l(n Lo 44s£8@4Hnu[`)^9X*n0_BJW# B1V%rƸQZNmS v,3L~z8.uA 1ǸUOK>FPEgb T9K.;f/SN-cRqcc:sVpK%rZ,Vkjȭ _m mo :֦ ػ Wez^mu?cx}B/O.M-svy+MEh\:]F81$(͢v p–Z`ݸ:>A/@QVFc,UDTkt1;l.wL7i<͸2 ! w3;PgگξA?fVN >ߑۺItU!#-_ ]\3U'36j 3gժǣ֑' rxx j7'jccB|^/yw2i-tb "Pių``6{ )T0daWR\9=e˙ #Rn@?Pǖ5 !#c_[c'j}a+*99 djtI+l:hh^Bm^-c(Ay.Kl[sǬ.I +}h*i2uJ|p 1PCԊ-ġ0_sk=r5A(qG{R 2Y. ﰎ|L >W".zQW aL]^[._0|.<:h)bR2KS"qS3"c Id. F\f=ZM80a"P{w+2DypKˈӟS,m*{;/R-HA_ʄ R0\MLT$KV|%"]M+^Y1 hS1v(I0X'N GpfC#Oъ1*pb<Q r7< ت}Qj EWjZRC B#N+^"U:Woh1>{3vp\RfU'喴B@ ]HUMXֲiGcݥ[ F 'eoD9'Q{>"wG'+hXPO:(\Q>_lg>u2S:6iL}dD("gCNGxCj HP2'eZ>o 6z]S^.7f ::tŌcӈ&ZvꞐCG5$q,:5n1s݋ߌ-]Hiٵ+b(CݥiJEfNZvÚ;Yf%"Yeƪ*0`,c&!$ 3x"tqAVZ+S泷T`Z=X#䠿g23oٿ4U`6gy7ݑ'jmE^߁C&b o=_*n"Ih wȌI#lO jU3m(&3镐Ň`~)=]qLaT@ԍt\NJ䡚;uBŜi~o;Fwif2JԠhoX@)?\&6=wd~H/`f=P ޕݥz붛h[%D_(jp$!c@-J6@Gp)zQvppTu"TNYXw&! FP1U=]JY jbcP[4ewebcPR猈z@L+n3qƹ?% 1lYcoHID#PC$ @WJw9+@I3:/9s7mro d[OGF,j5:.Oac+'X}6 7Jχfd_Ij4MZ};֪2o ur ym4d7N<#w6B6F)唽jA(|uд@-.6 ?vIo,z`nh:C9f8E3u{YA[]*.r[NGYTR br@VWỸ,K!@XbZ5# W5#;6baE4cA;k`,Q""YS+IMIb5שr_"hV:ͺ~" q[_#8HٵOu +j=d{B$WlW2RT FБbGDB= `K&qtp3i5/1S |غ!:Fx q߻]FOn:||*NXn;Bny޵T.qQji\8r*>W~x,bEZ1"E*_ .8IA4=Il[feݪ:TwP$T@^S6lfN>jꑐKh#/: _+6  B({F"Sly$Xg DF9îf|×Qa2 8;Q By5~\[s(7UGE ,p7Yb;̟6Hr_*D;9H ~DN VShOT^]|{;:{ "=bL W=v%mY0\FR^WS(mG5671isD~U˔Y̪WnQrFC;moߊXf&Gk/2Yz82a**Q ݹ 1ׯxg̕?o :x̂:Ӣ-Y9{bVGe"O%IRf͢q5i;v*q+ĭM_,>JALd䟴㬼)NfwVtsgU`kB"|Y(A^̒Vm%Ν4G',M*6&~2ٰ_Mb_R'NY~K$Z*:ccJ0E&qO#?yюY6e9<d,-*x(Rufmy**}ݎ&ՂMTA֢ЃDÑE[jDŦ:[ŋTO Sr+F8^L'8>sC%t Kai%rG Xo!ND2w @&x&%SB8-ikõ=J,Dz.x\$mO>; a=Jq~~_|h˓C7sV-bMؓEOČ7b#%*mY{5A}ZXDFHA濒УyK^RCS8S-ܞ{VjO?s. V+*/v&f JY_|m&sңq2/,ɚ nF8vEM:a_Tu()֩ h(V #7gi;7뇜O'7[x-l}'&zmYŕDNE '5p^qX]f -BA*!y&зM_dLev=*⍰kFϏȹJ!~! qBZo h+f9aR$5'WmRA񨀐_s|'A1a2?d^"E`MT7_*F\-V)k^K/Mzg_O OkXy袘B/4E1gLS n#Xx[q]HHJtR>Ļv㡣/cFg< F=ji=9( s!2s`5v82c)H_OrLC2=j\ޓe^ȳV˃Z`ď0~.ѮE9Pq ξRy!PV&20T<˰nu.PJ$P͑>IL>(칟 P5\8]REZҿ  +9:F`g6ޮ!{;ȗN?>)>?vQP:I3{s B!bMɯ)( 2(>#=ժ3'D6V8Sē 6 +N*~@߮!ʄ. Rwѻ\QnwMAKXIdk]+xޟOq}?bOEc *#s kzn 6izT"^t_͓. bYPwQZ\jr&>6/[}TR}X}VhPJeZۗݍ^ +Vs̚}]tXo+qT1Tu*7 |y޹Vil"#'E'O)~pH848Pk*ɖ*ꂪt$|vP>X{cP\7\KWGrUjy.2$=I[$ )Fꬃ[4,,W(<忑Z|Q]'Vs=uq 2'U8`D/VaHdSmɈ7~peZQKϡQg2 ܋6PFۡ}aAPANXw91d(~Iޛ+_5*,F4UMAAJX1j%wM .5_)3XdF;j2ch:E,~I1jљtPvf"h$qf uLɆevK<\ak5F 6L6R <K`7!|)D&d\:MFZ`Dj(йgnS%>/}H5(mgf4 wl=qyQCZ;ַٚi||oрâ!20871KWx|U#3 P\bO(>&J/ĕu^O<:[ 1ؠ1[ jIÉ+ČtVn KJeU~& cW]?ap Q3/c50M&@\kĜq9PТ ,aCc񴼹 9$/ % Zh˛Œ"\z^Q8j>S3PA@Hpޜ lD+=gķcʏPfhiXh*K+x)j3 + MT .o|:- _nV{sUH=gGT7GP@id? ͫ.h'Τw Zan]$"͑I%IlmhKD-·0H{ Tm<f0ʣ!AUA Yʫ4-b-VѪ8,D2[φtw.u9aLr} Q0}LB;}qrt,B{n@ mplUIߐʪ.l`31,G =g͆C_o_'诎'@Xm)>Z=&u˜Q ^ m]wFe}zTi$pZl3M+zu^.;JA,‡UJeUL %w痼Zmh[;ۙёniao曬rϑ)ʗpn:1Cj] zܼU c?ѯJq-qG֙#5¶ؑKa,ş|bfO-n+`LK<(x9YmQW~Q|/TL"MhS[uv2*۫?Þ2м;N'uᨮ7R||Vаqin4jŅS#>}t# |b><'rV4&ݨ6aYJo1]9Ot`"/lni"W2Dν:_ P 9'cDO0cB~X&K.f(JBs<|2FKbq;E0u W ?p5s6hU⽍;.]m:i)h{8Ne{ 5^D Ej1DMwSڽ-ޤ8SdwYG[ Ξ  {+h^5g780+ gCQ9ފ{ä/գ}UQ;@2 xuRQm]Ld:!K͈C['`p'Uek䖯ahRZ/fD!RϚm9%N%7c2$@qHwށ.%p3[䉆!RiXNL>bqtnC[V * ȹL0Te0L>I-jڀa0ٝ5/ ^gΌs U<22@ [R-3gq@Q˭1dPD:r^sp%XhQ6s%Jwm|eNy,`8|D?kg}7F#pՐa%_z}8!?&Z$|@o%=˖o EwO}OڡZ~ZGCw^tPgQPTXvY9Ś: tWps_i)?72OsEM` 8}46? z-uӘ`Vqg`z<2ƅ>i}&N0CۓMNS!6e)V{.#g.zyte3&kb'֯sd'H=*t\8(Lr!KX bЍew+L 2ϗkw3]5e2E1#Cn9.!ӻR${£49A"'^0d3D3rEpj oz&Ϊ6 ^Il4Jy$WonPoC[Z8n |DEIrޔXFq3:Ή:~nUMWfh䌞xnƀl6']@9'?2'%W7ƇM[%X1]c☹g `c%6`kP%0# Li9(aE.Gs`.{ ;lο8Ers>SQGwq>JYɵf\ mY <":G":B^Kn4x&|7B/ύkLYiSB;F䲧nA$ i1~G+BDF@}Ŗ><|EE~)pse:QRmQY΄3K:@O|*绎dHAʃ-zq\,:}5b]5 0Lq$4Fiyd aЩa6!+EŵidG;iT{xg)+oftUt|g'"'-bQ,:^XAhG;z+/-官]2;O$uت$1jEbQT6ce:߱,MVC13Z2y@tmȁٴ4dCOi|˅L5c4՞:]SJpZtIyKD[tbվ(XɅn^𮘭C5eRwHȭ=(W^KLAgzy&p 2T^xZ;$ysw#8.w+HlczAE vʾ ߙ߰:A2D>ld\W+;ȱڵ[ȵI|ODžm(%aWYv/Jtdb=ɣH2VY9~pty۳J}0aIZm7.x7Ѡ_Ri[e-#=Kx/Z3.39#EJbJènة )4GYsS;iO[ ;tŊ&Zp}im(ǘUU |:jqO@{tC7$vg",/INx_8qb: w]u#L.:NMUg_!en+vZ"X㓏kxG= ZWP'&;5{Φ[P`$.ˎX=Nvr.a%i<1SpоZYUtF~5uhNŐL/wfMarSgiCCZI񒽂uknM^Mo>g :u:EɝO+x="eoa eCsT^y9_3ݲ}+1n~38ڷ15۴+x Y8J Z*&֎3 (}kq؏ak S]ՀVHuS1/FP}5#uD`(ʅ{1d,~EI <~ ($ʴZYH&1"A]ɬ͡.sMEZE|IJ 2:a°M/BS]k"7Ov1%9m!ȣu4tQΛ8U]`y%mjb%Z$6D+뀖9Z!@< PjDj@։T z yO*"oԿ8;BtpAE\uTދbbeyAR$=Xlp;^P{Jvs =^Nf>ĺQ2J L5B'k8C,٤ua/KZT>0?)ߧfv-|A8PY(xL܆J $]M Ͻb?R7e&q78̩.ډ''LOM5zΕ`ISFiby4hkGq]FlwhslΦr9 C2}Kս}qoIc@>ZŵmO1:ǟhp 7/}_qqOά;wU?y8 HPW# c`` Φ )okNrKcrBhR-"A{sü͠"W"07\u3~N tG[g/IAREרQgL@Hg\,'#B`T~B$@+q,r+Uٺ4%}9KG\ƭrR!})juN\ˀKꜯb,˕!`f8&|^iZx]V2慐-`+-)!qDp60ZUǰ}3!Ց۷^9ʉOݹ`0GxH~1uGWHsr)KTQjs\6(B5O/|GbD~ ˁj92|QR /BW4q1Y?5 ~|ϬU{{٫jsmUt3zzQB?7ySzA{:wX"*ȋ1i :i7t qLPYDvN'ۖ ':ɔ3uۄ.pvl3éIGۇ19)c|c31٣=faܣiIf)f3 @K՝Mc_;AwnFO|˃VQGz\O+L˻*:#kq{ ?!kZ!/eZ&$);["ɂtjY֔7Ν6C>¼G[ӯma'=('tTn bnwO wORY(8XYfinj"C0"@ү6Sq_`aR7}m ),m`(T"8T6 I:u-$N hGBA{SMҮNmFEڞyTާsC#` rqe *+m/+Qk!>/}(h B[~CUt5L\ps] h|m(;U [6]I߻[.q|?ZMy /=yLjHWNJ5>S ~V2_v;vd pdI.ΣH3PЂ6 +@`9VvdhM=~6]Yz-L4ǔ^d糧}[W;6"l"ƕaen,(NS~>gדBD30P *4D0srF?~&] d4Y:o҅hC׊KՅ"0NwƫqHdGֽ2i|;t|߀J#q!z)O,@ˇcH,~n#ΔOn5&344:^6O (s6:Yg>JlZV^7H.]پ8vۜ,֯(rْi\B%jLP@h2x"+'Se:E0.(@:DX#Nq542}NɈ)YX|Kֶ6]YC_ũS~S3V殍9%d wJ##vX訚"6Zz6 ̪&dH ŷp%v@+vj@ V@GO_5h~2,ZHZ$dvi>8wOQ\ojg$w,,&>7{I}a76o#D.Nẚ`$Z:-@3hj^g󠆍ь q}O\v,AARv*Mmn]8S2z;JgҎZ? ,+{Nm$(ͮ!GX~ dWt#UVH2xu!`I=p-tQc fuSY(v )MBDʺrg  ;̤m&a5je_d5LlݪfבI&*^#ʚakBWfo}ci~)͚߮8QQDvGM,/`L^&hLdg  B D<_+m`fB,.ˉR>}2u.9#uxTI*bppk=ա`#,p(۾QÀ`? tӆdYS y,4z)!i)r{gEї -M EX?e-#dJe}0pҧA0ln>Ly)|}6LSH{]|d(o.9(K8RM ePΘ`ETPG⌯=EKW_ʺ~ ?+  ,,v5ew?֊7pVo&T9gK"T.{G/u?ܩFis;&%11T, oiq>@T|ht T q gl_w$\XZf8yV0=.|'FW_J^%3d 6l)p;%e[իH2E85 MI\Tb4 J,n:*x #ކV}BO`˼H56,ByJx3k%ӌKl'qWȢ6cǧ%!7L O!9Q*O25Lx `|A;Nz"YZja_*&bN$>G >iuNiwV' Ӌ NAŻ[n>{%KL-v5"9&nAEHgX1eXJ;͞wuc͊dґhC{T4T.yŖtG-$g-Vwqq;S$@1KI3iD&GcU; aV𣻽IþG^}Er0W>Ϻv q#~ /mYRєmu-v9u,G 6wVH!fꓼ`VtՊK'='W9@At[zY ۸1r;cʗ7'Q.粚#P\{Z#zy7q$ -%/HZÏykó0!G~bG#8fzxL"˩֕e f5th$h(r s8TA_͝c'Α$#Ho!Ew}2ș3BuwW4%WS'}1<7v8xu]!4" kutY8Bޓ綱j$ddwbo؊% D3߯1尯zL*B=8V du92j}Bl$eDXCqlo26I]]Q)ɌwI,4mN c0Nԝ!"W;D_%W Ӊ|3>ϗ-{̒ԗ$O(ǂEVls]Ia)ZFJqbĢI+}7w)DŽ;zMM~#(財8%oSNXtk5Dg>~et=YF;_%LDBi)cy˸^]ՠCwɅHh0Ba04q 1;TœKN7Du t~?8R6@B&/',#\k'!'ܦ=Rir.IO[/ *sٷ oӘE'$>pE!=KCIVVxJJmݱ0"hLmf^1|_:c U28~ov% c\>3&UXт9 B30>G :q#4J)j}.о၌nh-'X}f2]wjk|_wJ! f3FLᄫi/<7;)!CxV&O Z(jOCiay+I"vA[+KȐ k|y@fC ]U$4 Ygx*^:ǙEV)8ٍ)X&?зkXKLz}~$HUe4խa7.sS4qO tgr ,' mD{t.Bw 4\^ib{Ld9w8@ SՈ]_rX[aXgTyj~k5 퍧O`vUpǜ ՒiؑXPm@~%1wDO84] ~T'E&6c FEϖPQ[ץɃP`(SoIe@݄U Lt o!Vi@w47LC {]pG|ES`z]!iyd$t Y:j@䌙 ;r Ea˧o\X<2d%6-Jw8 ;FƧ3k:PL&0elo3s |IhLRɂHa{i@Z^}PofeR*%!@`Y_.vnNa *2(g2钦nOa*#Qh筨]|PR8ža;ɺZ+@;|bw0nܴ -P zxpkz9wMWD"z9||LZNLm[Ŵÿ2Vm 8L5Eh0 ȿu;#*)R2өZ&ٹ;`)Ca72fqX 9(.Hc5t-A_+$oPע `Ǯy\ mImj5Og~u ="gTנ=v|zKHqB`P Jxzt>tO1 )q&X=($00P NW/.| 0jQ睐ʯ|b$%Nju6:Bm]e7S~Sьl5[wnH̸`Gqc> |+ZhUE.2Qw5E}nɫWx.-0\ ue䆣a@c7ȫ%VD liA[1~1 D\mZv.KSs #/yb|=0J;&M̑ C yh NzWJXw<J&F.kbT36ir/x j̒*O^K{oh!}& ][U Se[RJ3-<iyR:2YV9Y&9CQ`j%ycvzngw|US j"5mX:~Ԝc-4jy>yi\f 6i"k!C~d+ͼr'q6vKa CHًk5p[[wRf%N^.H0cv|װ|֏{"a}v:9CΆs P]H^9*=$j:9v8S ȑj γ5} ξMe#@bwI{e<\UmAVTg4 $J~7Waw5Tvzc|dNH4ڐ]9x!~Uv6CDsfdq+VR=%BO$J~{?)Q!v[ &,<駋OqH;N),t`87RYz-Ó+ 7gBM$؋!oҹ{ \%1[|^TuQ LN8y̲4ӯd1)iD~]$Bt؈~8A "u{!8cz:ZpԌ_-!DWx>VE@ 9Tnq :~W{v{⢙:=9cǁ  e<똵@xZ d"ӊVf $Lx, FN28ȫ F'š{ĪB]uRgzU$"ceak\hlұ Fk0]j^smzʗd*\P#/B4,pO?)** ( U:#Շ<PNq߇q^fq&a 2v/;4~P ꡰuSbgA.[P9{$3(_ʑarCOKԡU{2 %`Qr R'q:XcrY ?H ޼QF1d_9~5 (RȜG#=wdg=ҡk1Z>- ;\@H"yf3+١FgKVt8DZ[u,Z\2ih]t?5x\%ۅ7L 9Of)@ gAOTzh1H|{LGodi.9uY= ( ]#t!/?>My4bB\Pim oL>/}ƴh~{BDI񱟋mB :Dc֬`59pHtp <>TMs{MKٮ,rr"~D0;2B5BJm^׻.)Jgװ3h^+reoC5GVPi, epbU `צ>VL]*p˱mӸ^&0_43ʘvgEZE[2{Nn S/PtZyFn[yjIɭn1/˄V-9ePfo[;ᅇ'aEq;x~7B@_rKjytnR 5Ь$QFM0 \r+wק}%n0xoF*Fo]aÑimh6Ǹ ueέGɹ:#^ ?XmQGP2ɣ4MX]| j _~v0[؁GRD+ќir?22;-+$>gՙBKmbk.Q=OgLI-/AgҷJ@ ,ID* ^q}͢1nXX\^BA5O)lIzvήre#qOVnTN)䥷Ywݏ57TSx[R ̄ʏΙ6L;kt,y8(IoQ?V5nAU>jf_Ap}͕bWMF Ҩ `&&TyZ^~d+T(h33?<M3w Sy#'IJtW Z'X<uX9lF{krY6sINZvXŋ]1L(ۉ)nhU^$;u&V_*Vׄ15QZ[`Rr Tp?}[&;p :\eFYy-ӟt0٤ZP2%ԷxgKU1>i$ &d*rjd dYß0y!O.i1`GV"e Wh$6'7}s! aK:/Ǟܗ`6TWqWZ>+$4lIj} dY% |(:6|'#.ydCJW45:7~Ԓw+Z痾Ѿ5rzBzm1RDac]wN>Ne .K3 >V]&ۈ@ z v#cɐ#;ӅU. HL7bcxYC/k] }!UvѺ`j SyayZ{XQqyY0?ד_ gWuaPT_\H m1a۩/溛kTHzER`]'ANRធ`F-+yE5se>(cSӬ ˝zް2c3v@t4u_a#dTsg2TghD2,^鍎-cu?VF; WJrUB'zկ ,ViDw(B(/mqțlǁiˋL+;r,,?@x1FMV 8|-?E[ رZ$&@vǫ$Ε%ZfZDNHkŃ)N|*B4 r^䝛k>Y k%xn t hssr+O>B | \{~^#"#0T_ZМblYjBrD;U}NlF3,8$jM9 [$b  hI +oʤXJw{'$~| vꖦG/{}z<̀*]>n~Ǿ0a C .\lܧwSsPvKDNYzJ+p26P[)eCq/$PjՎ)>2]5kjիx1X1w)cNU 4؊ٔ@Қ: H8C΄OE[ܮi;2}\x lhXꏹE}Yߞ,po"OfJAO0 I0I)((4fჷf%r'۟!s^HAn(Ut:ws \iTdOn3)|T ~C准${n{W 2=(xƺ#8w ή-w,c|5OF,݇9nNR{? gL qƾ=$W3*ά^7%(^:_1ic~J&2m#W 9KVچO^ M P~HGTd1{ejt˒ߏzP%QD׋eҊF~&r=^C hq ]Rin9Vh\n.fl xbGUmqq'~.y>'҄wyV7t'N͝Zp@FW~\c7?Zl?z U/wDfS!8B1dㆧ]ʁ62 QͶ_XӨo5uZ_Ǟz8,~va7-d"XVpV(no!A )j1pTfBB.V?`sꨣ{7b7 FsJKǏA IAISݡ.:X BS6~B%2Ys{n̯rvmp|bP& Pn}[{#.Q-4uӅku!p&CIqUR:JɌAk <]ћx| ' f^[ܽf7Od:n FNY?R[i$<& ַ\Mm$Rq;Yn!PoD^3DU]'k`op#űms\;>Tmbڹ17?vP"ұWsLUžXNԑHȘVW2T1ſp_~`;ϧ0&rs=.[&T|YB!\J_nm.CGgFst2-d~=&5*@jK9E35 []M hb<fh+̝u0E!Y)nu9uɝmOϘ xѥC)( 3 _Ӊj ĖO!V);'/PńL+NZ32103QilV#JOEOŵ 8B"*zNHjD/ ޲Ij>eG{޾ ͅGړGnhtwK]ZȒ^ NWoC nnP[ 9iWORoR=W E<TR )(IdG;1sm:͇H<$Iied/<ѽI\]"my #S6^?mJ;`/!`)sAȖ <֖{AyLS+F2}Co  \3q!ԏsKfۥV9Aͭ7h=] ] 2s:R>8Ԟ uԣNrM&yى[Hӂ\za\Tת 9*}R MsPe#f5NsP |U/{Lؓq'Ml*/[$\#H9~w5nrWGN &C+e3)>ubN*/,5bjxWW%^PtCdS'*a$nVqud̅Vƚ >@ 6 G]jefQr_T5yeƞl lfc~*p0Bz͞)hb%Vt?r"pZ{fΒ/x<֋ʈ 5_$8--uG &A Fu-С+ā!m1 (9VV~qj6kB~fc-"[z!`2܆437]!Zz̗7>3T+XP٦_C0x\B :$!F<&~pdK3BvJyB){Bo<8P#5 co v ]Z+}d@kPg)> ? NxTz%ŶSG* î9sFXFDYՂZI푶켷ToaV<,PMoi38:wK'0WzJm6#`^cr_"Ny]oz ;NDB9w(`UCD8|iza7L0hj,-h'l!>91p'E<ǀVwjȁO'# .h=<)ZŒ(ь4I"p&Z(c9a괴k۞ßJBRo܆~H|(-只%vҼoK,iaQ?O3Z֟:yXRל4a]R'ڧdAp fa vK'8qƷȑ}Zq+i,ǞH\][خ>gۭ lN?TQmRe贈Wxj\vV{`m1zDaߺ+\8_d=ھӷ_U/li &"+0_x%j/-gbG%Zu-o]o cSncDG9H!%Npwg75}{W,/5˕i3710A\D9fWI72Y꿘zJDfap0&ku#'_koGoQ ܰli D(t&`f_ q%B(+*"-()8P?"q&(Xt 1AC!]j^%ɬ^v+uFÄ7pK/ bCi?];H4HN1ȶ3;ߖ?Xʵpа.}H7p"~jB[O1E=iQy:c0Wߡ?ܲ_6uÍ֭/}L,!R !كk`g6FJ=qPW̱<dNܪcK"ض 'GPmAvʃD<0d)lmK!jt`Yv;|H-{ \E4%bZf|6ܼm [aS13Se{ hudS.%*e6.Y 3@ w_HeX7 A5RI +0 "m=@cS˖{YnOxMİ2΂бXxLIrKn$f>ޞ*? 5T).*v#Sg2 sW- 3WܽQ|ݥ6 *urF4E]9LJրN5f梗:ycDEyAdY!H}lnBK5(#;|iz@k܍9Age.ڨeT@UU\+ġ 05ϫI j:~xt '2U{G8}HtVڑ|H8R4BRtҤCAG-uc;ڥ08;foM* _Y)@=h !}α*T`~ @P.+<>AeQbFN=-1q- %Y*FV %(WX0&e,IG4|Jي4nu%[+]xW}רXP>՞N*Ni9Uc,!5JIENHT#9-%~S A^ֱrdbI&"dzB[?bԫsjkMruq". #_%. '= *2vH SbDFGf2U\M~V|9(^1~Kk!x֫&9U&v(I=J6L?u}uJMcĊ-`˩DBxi5J2`Kk Eʀ/w.Ri:ŋ0$o{G5¤{D &yHV i63dg~NĨ~-4fTBJՌ6c8va`C`!f:Ì_ ш1`7;P&3qׅ+MA\7jϘ/rpZiah5*Bxc/$Pv,gHFcBK,Cm1+ڠEK>Ilt,fh]NDzƥUOiZa-CȠ)&(*k2uV|n yag/ܛv~S4\jW#j:hbD(P`O$g#Q6".>Ƥ4©up+"!?}˅SvUsJe4TMf 2hh$b(-nfm `fbVŨ}'"`kFrfN5Rk>&$f)naٽRL9`z&WZ8b0czCR#bN*"$1%!^xAOzz0*_a(~%NX8 W$]P5 RXoS5/22G4@d .d Yv2`;fC\)7R:ңt ZmAO[2S}"i=75)OkEg~8g%GOK$++͉ay޷6w֨oO18/=+"E1V]P@X:e]q&" fh*ЬQ}l"_9tS,󲔧"5a ((s"k9V$6;D{mSL)`]AF.mɪoSl Qr—k=edKJ1eeˈ ;&KP~Zt\W78 Mg1áM+s<ՉˑSuQ=SU \@( U#E x'5M0 yOQڬjK`(N!ہX$0 RGKpCtTyR_4Kϴi FR^b Ro8[4ϐGfZܾ= ש5'hSGH5.fMSDaz Obj9*ߗDGhe5ѭtwhײ鑒 r8^szB&$ޑHaj up(,ja-}6ݮNT0B?Ba<^+^ls-0uiǙZɰFǃa.{V·" glG3)R#3vE{Cx״LeS~8_:L?B5=!]PyY=O)V .Px:7SϬ{e-kΆ!(t*I Α!+LkL?gY%#/R1Dz xO?B)&ϗi1m{ Aw5N`g l(8S[yfBq89͛RD [%=᪵%Ȫ9-,ɭ #s7>JԲC1o%;Ҝ9@ki1zX(E(& LiU5Y,[e b"7SF Q֔d̜zı?mǤ ۉAsKF_%Y(? ȎVAr4P8Ub8.ջ޶% 1B DQ at]Ď!d"Yze@-7|Z@B/* nCD~)\G.%SxR~E8E4|iet!/)0I\q\nQJtd%4_G =#Rio}3>dꯩ0{2I*m'a4V\Jm G5f()0ށ.֞eDrg=M-v2wRG, OT^ LYk48N\)"#(Jc ^`Q+˨ *({RV\P(LW,蜀/Ae^ O/!s?J|LnvoIzض(C2!5BfilFbnM-ch@yಢUa%Т~t{"ғC;}x?CvDJť2'ɎVDJ!lc*\Ls}zGjzVtW ;s|-Oo.ԇ?ykM!h?&焒qCGLy@s^ 9x^輹۶dZXbB6*w=sԱuJv9w0jM%`c#&H2*S)[ؠ3\Ep?wj]o!uDQ&7uPD_yKzُ,Rl׻ȥў0l@"e83%k8ߎq%z ֹ@$.ɌG8;)0C/:m:8ԭUG.ڔviFz䑕.~ k r{xipmןpe?|[8[OS.y܋rf+ZoCN1Rߪl9Ws<&gF#v}RJĈut/3K-S+W0?Qڎ/[|/ 1Ƭx`YѧQ! 0 yA⭒4mk<})Qᅭ4ktU0`;U_j&^95tuDܙP֋/6 ijEhaR&>;p8_M_C~vƻ=k)33ɺfם[|m+r TF XP034LɦϫP#еC_86_;Xy@/O(f%Ϊ> RՁGn6=f[E1sqMX6T8>VʝxGX/x OX  $=nԝmAnat yErH贍"Oӣa~;P$W:L7a}*(:so~6IDr?l[U3:OnPK(Y:1!o5pm`* 4S}li?PҩB󦻒O!zR2>=e-0<#GJ XzBgQ(\/ty0j_rw]8W*5 Q"穛vE;?5gp~iT:}\f#\m:#ԞU"\>){]:q*,}H}L5+Pk;` ]E'Ɠ>6y~N. xߚJKWʅB[' JL\˄g4 ħDk8흔_GttCCbj><]o|0^Oƺ{4uzSP&> bZ߀mrU'O;@z#p7R_лh[C/W"v3 b_`>wQI5&˿'ha;90Q3Ӷ]r! .5W0IGUCA0y.T 2L<.QGå]qݐ`x^`|bueR?iGx!X#hu~!YT#_<EZM5GR" `d+֓ٓ%? Ba%_DţpPR #:R;J-GijC1Tװ!3j@L~]_W`^+uw *4/q{>҅Qv뚯`3 !ݭw&3JSOZy /# *+LgQYZԂ+k"j ԃJ?,` n32fVߍe-ԅƣ4Rea ,jn }͋`󏧠ؒhQ"gsl'HfP^ŗ:{-`)#e[FDEFsIC`wWՊRr>&q}׹k]iOα 3(ut&Ԥ60"fQx<*zfOvGu|>l2W pT<,^kiSo M}tǥx>ù"=Bˇy[Em}IR:4LGEA1J@{ͥj~,"Lp*{c(ƈsf6µjp(7^\?49&n;~Z?e\('f=z28#&} >P7c_)9sml!{H/?_eL&NH+]NdX=qh6Gi(CA"-X} /2/d-jh[n98wNWܴ\_IK^Ͱtvf~aD8k@xCAfUYʒք_UH>ރ/{ljK,x9CJu1VOہAL'+q, ʉ[@Œ8#گ-eJ? 16ٜdg?Q˹ƨ eۮyJPQYOnY݉ m6A?6ý9lɔ>~$5}1$mH1#KI>DZNZ<-\.~"rꔁyІSlء{yiulgc7?Qįb]Z{ 38:C$ V$)<Ԓ7#<*WwFx$B/ u~iԐWj2#]W==3 ^%E@&;DWZ.yDa=RCVHdp ~Xw0u:KV2>VUm\JJM5F(\Ws/_:bzC?2RBK( -:n<0%q@pvfp?q ˞8 <vDgNBl_prps4&]҈l~ylGu1l)3p!t𸈎{~SaJX Lm lՈݎ_"ޭiVwm7Z;e4`HtULu4&\W HL;Q8Tsu[5 OCIꟌOdTmwdמ7LF9B*D ԟgw;M[ f+,KK#7<W|pkPN4y׍u =Q 7V AԦ+E9˯NREuTTKP+I41[l,%4LŒޯZZ@+ 0_l :[! )ʃ%3o"]3ӱku=jlQĜ?0LeLErU`r7m%5>#uل QBs x6{`!6`~!O>'x_1`sYF)t!L&@XBiHxpVۧ%Xw*\`}3lzY`(YsB rE}^kQC.S{e!Ľ-?GQ.A˞+sP}O( )(vi>qO>_OhRpXk}LgGWҐ~1 i„lNL΀ 5_[XYdmW YH 8?rn 0 8rRJ#?J&Se/l)],k 92(f%TA3=`T$|_e"҈@P g0~.I@er] ЌUƳf䵯%$ca@SyxI-l|EJKZt,)GM@-NS͛>r׉T1zs kB81z^:݄ͳo1L$]]~v,Lk;cCgߥ(c~2;(}=ӷ*~cO;Xč7J2Pb*Co$4^B.l0kUdnp5[taϛ5'+߶ Zۮq'-:JZ1f L_߃&JT0>R9w9H ZpT݄j ;9|W}T|U3*lv_?\}'θ#;;y7ĐH@']5X/V>N'X# %deM E[E(@&b:@x$,V_\6jK.12Ͷߎm9 d.BQ"R: <0Ts6@st׵h?ř%-v\7ᛦ3,f@unaE)huƚF@?~1XðYO#,^^.=YݍkqJ| J!%D;TBm" 5Њ[ wJҒ6$ϱy/[4Į$*>hK7?3٠~EÝ2铧&pW^,PX '*)ݫ vR2/ȍGc3F168 (لysϛ&,s![ ؂7xIz68/LԎfǣ2.G뀡ec3y4F#u +&|E1n{CuupGN ʴҕ,NZ۝9g-Bw L^_YY}!⮐,YS&x*Ĺэ_ g_1yUD-[ܓ6͇eW3~@N/ 0TL1.<c>]]LWU~X@<ewz3$Xp8Įi#RКy뀢JKdr #-~"DpySzOk,ʂBv*{fRjj[~ &%3*f= 8 UmL-.Ot-776xִ(0㏕b`q2ȍ?S vbtwI'H = oNvsPS8A-:rXH[HnB6$cM697xw'7r<O-%Mk;^G'K*(35ט -D#zQrmApGJfK(Ty/A]eq >_$}ze *_p'T"BLDPM<|~Jk 1/p ݲ-~1p5-)y,s׹ pץv5~Ş Ns6dTt]*ׂ.T^՘ y%ᦣuT8*nF;ͻ O`[򳌷YȚLm#'d z Ъc:ɉt23LӌU,@ID;|sT5Q}d~S3B@kWhNn.]to*B]x.o ^VIb/ JONز6];ڢnS03ثR[_^M` ہ1m--LE1[iZ]O\&>\x2IqBd76i^;Ng]9I<ō;mS ohN5tI*X5z_e yI/)X%T?]z¬DAZ]RIR?\bH=xS43C^$pg90z"*N %6 ~kC$f6Rwo-ߔY^0DerM?H!AU}Lx.舋Bp? e)[$\5B.fu-om4I r'yC6J$M1̚wO1~A~*亟lXt3C+ A)w<M3xZ[x >%Vbq! J? y!y07jG=2H]K3,>] L*u=%'Š:#Gg<]PThr5lx =41?7.ABvFOP0뀠rf{!K8^ЛծHbS'ט]Ie^V(54NkIe=þ-EMT~ nS@G=/q#%%k[G\4} ܰ8S(!Wi~)4Sx̦5Ȕf蘊NJE鐔4opɐkt*%8n^Fxk F͜-*" %P?d'7ǔFS*1_jvRBG>x,1CB6m5|_Cvg ѮJq1kSKm?gTM] n$l~|2 o~Ru:w |mؽ1 9ߟp%+[Q3ψ eMJXy}Ї~;,mt'@GNU-6KVay9ÏX&ZkhI- 6pp@bN_y9lK90r\%f]&y tşrNj\;ڇ/>2S6\ԒĈفqx'+Z@>,nhc(O]mB4yHmE|ypoѿ_ $"~iѥ.?XFa9bG fT?+湼&/kr$O :1m)΋C-k[>A8&dI7Z1xdF2r$h.w+ݵg/l@:A5g&zT>v)[k?PX=mـUZc %FÒ~.lc9zgeC6k86tV#27Grl^}UH91apZՠ3)|T4zrZh prE~72t *܀O$_nmZKWL]-Y?ʹ^S0% E y B D@g"RJB oWF}SUq4o>DBlqڔ̠?fGlzZL D+`9f?CJhW!%"1/C+Oe:$0UT_C-TY %d6p# ){O8F.8lI^;WA~v67M4Z2O&o((]F%CLS5(re$k~ zqz7Q \#MB>|hHBh|=aY]A9S14G}vdcvߺ:>ZC ZK0;*$qM/{ȿ+22a! J֗Tsߞ7ШAjy60d zi߾/GRp.?:x&0BC@ I>;Ve 8Â'' _Ħ:&ն$wʢiWGXcb(+fO|mDĸ9/i*5K72Y"[̻6%,N`\uAY`*On>/ܣE\<ۛWsW(1$.C> }՘u u zW737; U:νas! Q tԨth&Aˣ#SbV7OHFF밙?DP[<{Kz!g>WDEn\ '~s!9BίLL S o/CY"z\lrZc权' .>suY_J4Lv~?D5?wN*lzKȖ)nKa?o#:@3RQ/ M@op;l|j4z[ȼIsdވ5xTc2H늗V.vL͞ͅzy"E٢ʅ:L m%OO5Yjˉxl^ljT|'C|b- c5XIʋ>1:ԓ6# yZD=ihpgZ\[Ro8MZYbZV >A.2 /cxَG)&VG;TFj8v[yn[ި3%kX;\askBhKOPcn;,P+m&&*h.l jlH^nzg4%jc)!?ڹ{@ ߚk3Ǔ(2do4 Si60.j붬AxmH;>j٭~X8Vq|-v 1 yRlSzТkR 2>OۓB0H񝹪0<8Wb+t*F`V15Ţ͝Ŧedo_)/ႤNQr 9t,4 _5x:a 'bqP 5 . O. =J,׫hr } dFrL%4sW7ӸXd5\4ZҞ^6~&'M'jj>TY 5rȭ0MG %o=?–'#ͮOMVdz7w܇5~Is_$lHXƦ_ @ۑdKjhpȥPbvcxK `|-o歹~ D0=SpI! &*nDݶ޿jT0*WiѺIZ&ZL#~G#Kv@uAסBk<>jVe?w@@[H,秬tfGލ7 cwȗ5$%Ei%5Lؤn#򳊹6#|lP!BGC7;(2tA(p%JF0>%])^lk&`C01W};?u,Ud-N9r`+V8 '†qI3߱\ӟ YV=7/~UF4{P%ޓ 'vW=t1m~:5ܔf2hҍvp 1kxY7nr9M CE5VzՎ<95gcߛj:$ɭlt=]}ȀEc܌SՄ_Q@cg ndh&)x|iۛx\':!cB2DY:bޟofLcK@){"ì׻v8AG;.cƟm\QE?O5Pn"Y\YHgC僷x00h.%L]e6R4uQ$2H]*_{6+Ydgn@%qa\!saC bSNA/05Ŀql FQ䒗beD cydg3`Ojy907ި@"w8ϯF`^fhYkȐv4|Bp"OT}<7TP&.Ct3dq]J zn jlǹMz'^wQlc,AHwX-E<:x^6h|wzcl!jcg]R10JWRrvo_.齈%u7 8Ïu o1~ zgԝ?J^f%1ľl>Z q" cru9 TrإQPQnΛtr5Dy Wm(Dbyb11ABCɟ<q_~\\qU6YHɉF"yo 2Iw F3op 昕A1 #ri$$eLoO^XZxOQpƃj g0O{}$lx=An]yv`f3ԖM@WAMzA|[)x)NEϿ .b!R˂/]A5;#K z >U[8{؊w~{r5]+^1*W0tj<](ov&:6G8b56Ɔc*I+;~?KiLjR ̆;yq^Z/q=٩xq/7fa?b/^FQ-28ꅭ?s ɍ. "Vn(8[OZi8Rd * sKȴo'zmL ċ*԰E 0c%Ƚ`5aD qUF7>d8_Cedѐ8~z7Z^Y_ܩw %e*+`8sŋE\S#rC)MfxMd r){ Z0xz!Ki bTOfy;~ǎDUAh}_|J+C༱ QYqUr/#=gJINe8;DBqv9wK#)xFiފ}h&u UrZQhUt!ȮIUS}nW^3UҐ}өM,~XS>msv`-ON[#;Mol/NsG|]d [*[x.;Їћtv] Fע|QP 2\-hi2Fu7ti>@Ya X$=5 B2=585@Se;Mq>;x[Z)uB݆cJB/ 6 QyYǽJ?Ju XK#:qrRUxA`&BNuIУo$S^fL!%mTXpxP^d*^KhkPHBXwgg @ ƌ8> R`Ƀ&IϮ ǎApANx∗!,!mh=2wdlCB{+|W. +Jb6_C 6*X&>\X|'j~؇m8QZ[\ʱv y_E%es&k77GУ.C?NΎ>5;^OlqhԺڴaIAa!Qa78;ق$:-cA1RBUI5R7r.Sv&~DD."IحQBr$=T`kf%ķ&' .y8oAo YYJh '|5L' FAoN$v''"i1RP}ȰI?kV0+dى|<^S,#!*Fs* ȟ2EݡhLϜ"#3JO=rG$1ۛLU ]ku(C-ʰ5*".ز=~'0g^:]ÔWSoRfoXM`ZO883vn2ޯ~$j_읏HXPqfM"twt3z#$K߶OD5ƭv-TUΤmBC`,?9 1*O7ljµǫQy*)Dkϔ.I=׋W q}F}Tjb:;CS$mZ}Ѫr1b9W`WoJ,hBMǘd(]/7 M)%0+?R Pl|ʓ‹GJ-8ij8x2]/7դ fB0θfn]i"K bFN31 b49Ho%K\q}%>hø!ϏmJJU)hKdG;]Lhbx El*oZJSD'gB* 701\[xL!>aD-ݤՇ`?QbAC=$cٽrP6̘g@?ݒU,Ό'Y2UqzNnDkgE@\h5B5X< N)h=ƣDl6qL t^! c .ɒvԼW7l|8ڡWBO8i\ !9z f%M;1{Nm/!58m-CFABhh1푒0 GnL}PfQY: X<!T{rX !##uuS%ZQiEO{CM?wHVhuB aJ'ZgQ Oy^uƩ28:* 6vHI&kE."mtXPσ$cr)#`vBjƽ ͐Wq0ƀvcyJ;6LyX'2DZhJ\w/7gxaz!d$' tĚ۠AIhgwA{vU E9Ul 7+yzh#DIil$l,+sx&᳞=+Q|jI[y1D?v0aw$A+_5l "F~ҵsr4eWGCJ-n I\ ΥqomƁ(x(8`\fuO ʹ.Է|Mbqt}#1ָi9"C/ Ҳ(w>96hf0ܻ̓t1woVE=d~@2B9磣{d_ )eZϼI̻޵d}d@饃b/~b8ֶ1̻k״ @Y4}:.{|G/f1L;ydvl6 cI; 6N ۯzuU}9O -|a#Ban᫘^M:Jn=nk7X&ɜ@Myd`' kDh~[n:xżoC`_cѕwodA;B"$|oQOPG.]bM=.KXIsGs3\ }QI 7m`BYX@sED 4k]>!: ;AW^8dNhRN@1k* k}DW|!.ksrL 3&Q*bTg۰ըIm_Hz9 rM5$bb[ Ur*$ƊQSo[՗_\Y@ƶCǭpw/ZWԷXEmI44ZqgD)B>P< 94N DYV>T>o [|W-9MŦ$?C%+HKV&f?xzozr5[t8m)2ef<+w=RCtV넫 BtΏjcu. $$ 68@tgSF9tB_OG̘BNXoz]g8<"tU khc;v3O>Ku^oM TWZx̮ͨqhn^_L=tp:پ["70/ r.Σ } TsdX~c!ܸRzT[qjT[9 ЪG轖>a K:}*|Q8uXʡ8:Zju?MEelboX arM!s[8ffQЦCVaQx獽]<`E/A?͓菰YCjgxhy-֊) WNk݆/(0 Bᬖ0? Oxm̒t}~әy XK1ve>jOecDA_PkQn fe ZF; t#}7?3fņ!Y6}a׬)bsm9+JousГf1486H7Eܝs]{v*Yv 33RcB=yx+]NӤ澓'jM3H94ܿ[w!\j>OƲ+*6>;}&1b޽H,qeL& hn9 hY,c1ri[kq܏ `jz -%K$B]:p}`qrJi`XD@b0OH(k %Od0` =y}3%pyU#JUJ@v`">t'kAX:2džMQG˨pX1t)1LRg`OwPBG:-b^SIGqd9p`ZdGбDK3uN*Ma3qWW_qrWFKQo~Hk7M|:L WVDlW" c"#ꕭ\,%hx2_1x}FHbհ4rVc{xsEޣ=V%y7{i8 ƾt\D$lAɗp ɼ7Erd}[Лl:wkn%9u1~wqfg¾G&?óGTa'K@L`7 Lf%>'-E9 [ڔ5dMKЏ,yꥡժ-]wH5OG : 7D FkA*l=ºy%] t!u+Khż@ pWStW,!%#}8cH,Goox5.;a&T2 1w+!˻#F۾\C(<{m+c 6`XO]Xj%b`Lh\ۏUh{twM,YQƕP6vV=jtsZwa<5N~R]98 k"xRm :Ar<#q+ç)GKGŦ. 366ךx8™ƥǓb\7~.{;7GnaU Eb'gB$QȕFɌ*M>.S5:]ɉ\S%^tn;U5Z!q7f8KIoSQaC>٬Q5|Uށ2ZNBh\\D^Vo㕡bf(,@DZ:qdrP d"G iUDt1bꊇCXM=XqY2R&Yܬ2(0#ʺ@-N&zCqXPA8?+;aVzm9R5lW XioHϫM; QofRJ}$;1uѲ8t0h*J1!&;L%+>~D^_XbU[H܌B2K7x^yOk+wG:Vu(OKz +'f}C@3yU7HgZН 9 q/qAHTLizL2-cD-tCLg*(HmrP܂a0u$Crwo"`;Yr9$SɲrĞ0l6q.k !8a!R ;atKo?l_ ϗ@ύPӐLjxǾ0&W&1AEp:o,]'4kO T%Ʃ./9KPn%mk6*"XfzP̃HZ?k^;ڮ;fDMR2[mq2wJq۷O'2-݊TP"m_,NRXH`Dr@  ھ1aᨒQV~,i7^ȽD@+Y l~=^hLg c)Nya4eSrHןcٵG8Q|*3g%lzQAALOLSShv,\m C)p OWp0C)z{-(m1;FAAډIUj(GUTΞbE.m|L*b,Ԩ]>t@1"8hA.Y:nEa5o|k* []&L_``TG\A?=iko"RcsgvU93kAJ6G, L?[wH8* FE vc=J }&J&דx. ~ºo n_v ϦJ<2ʸs.-r UFiD?3ٓy9[Ʌ-eFb4C D1OGgO(Sگ]BkqwX0[i&!W%0ۺC ݷ FXm=0_;iZdr9Wg cMIkڨ1Yh@a@2bv(f~)ys#˝˂}d%gkLRyG$S.B&jА&6uV2>҆{2Q\LCT%TS$cL%_߆N:? ̙ 83o:7d~O[ή/.܍d-FWs3`<(=SoHM~T%/P0IykR-1 ̅f5` 1:A=FE[cpTFCXrVr - 6{t2 gMQ $*SBc3Ff3`_^>ZM|s"a4(WIY?Bs2I]DL%+e'i5X[,6çc_༌[O8sT 5푒& Oۃ~hju^'jrqeGpog)IYozR]U0=_5z|E卥*&_HԜ25s~<~N 'Yb>U4BW:D*9㑳<{&KʧuŔDXfg[iGiYi1Gcq^\pјK@O[b'+D4}+:~nv9W?BxTU TK<71Jk΀{sNrmb<vWS?&h1>Z ᤬T%W96 J7MнHR!]D0_-ҚWZƟ.? "ũ)Y[_o">3nv06!ɚa]r!O8E%xd3ۭ߳TǺ>T4k%op56tπ%~+UQ  P6Ge"&4K %օEK`[$-@ݷDvif!xr'Wn+0ђg8Lͤ'Kl)ijuX"wu)C2/~y}-B{Hm(EҬF4_K\:'R!ϱsHH֣iu@47lļ[lMt7@ʾn^k%lܧAܻ[v;PlD#fy - -f,_b/[`2ܝdP /,0Y)߾Fu Zxֱ P0K?uzMeioQn^\e9dh y՗uG1ū\|`Ȥ#p@1VV`7 e<{$Wv<>ũG)ŘgVޏ5C"s?ZQ%IKoE ٽ^5?,}- ڃ+ ?*dT YBbz!~g̍)nf`t@ׂ94oOF!?ۉǶ8Eb p\DJգMG.,G !DmPf >6@ju{z;7Iq/fpkӁ, / 1l&ϥNCG6LC,U/aTlQ# D~HXyPzt[^Arulf (z:ήqywVl$r1lnQħ DfXqQBx@ꭙH^PPPnu]\Y_ݏ!ƙ}Ҙ"C@RLv\pj[L BAXa:rkC,.j#*Oz' ؊Z電f mqfJYkX[B_{&\z2QLٿKNGzKmM]fO^Kl֬ǯ%!";rx 'O pG bx`6^r%nĬXB[sUyr]Ⱦ$ާ9*V}pd]ң> ] ;o7:ޱ`*Y]i0]'fZG?\3Y'.P`q([(_4,;xfsK]riE©+p!$nk9ou+/cb Jtkw} WN>F5í 'ME4S@2EQ8%ddE# 0Ǵ:jf8vgס\SwKy5'Ɋw՗ !:Zc}cH;ܹN4Վ\O'v2́4 bt=-3(SGhfp3qAǜx|n%w$7\#iѺU4Yױ9sj0+̻_7OFFx~7zFPL{2+Ϧ xeɩX={D0=dEFEʧC> o(M˸8T(x7؎o~xW^'N+Ze@B_~ʸYa"^xvdݧpt7$?}0--2Ң["Y !BaAݔ:(e;?XqFjF,;V Ƃ: @Oݩ2gІh;Tv3Y4p; .yMf͇-PYꂭij`jj>Y*&-|vU#SS_)m#T{r&Df"HUYS#Lek@NkfGVd2]qKwD?ܬՔLLqk(|&, 5g bO ^}b3f9lM!臘iWyupBA0ZsQ{Ux:ED<$Kgt2~> n6!g7x";lY¡"\FzhRO/C_oYW(H[G=j4Ӭ(g:>HI?'FYw藹H^`F e=~::C3'|mj 1 *_і1+vn0Rң7rӿ(J#*=AR_PiMPQ4Ec=Dd>BD0%+ow| *6/rɼD΋qit42ڦow034gG8o7h2b;(2j=$M/lJ~漬rbuqdtHpD17\=@ {"crGȈW.P9Mt`}$f7;y"]x<8/ w Tzmg̈́{< m򣵗vjakԠk;jϝ2$؆!' Qj%SE-i^ʺ"RVoMI |wQ!qf6{qu'ЕB3TI O:drV6o@WQrڭ? Čb9.6hY9>p"o^AYb 8<5&Wbg}vw@ݾu AOBFrfztŽ<1r 4.'pp./d jҚɎ V.A;ar0_,XcCPԡl YF;zc*(O^8pzd ̊=j 'tӵ̯#[ ɹaddL sY=4NJ4n sr5Y7[☩ݥ X,@JV;~jQO7|y՗ff5*O{N/@uCd5qJ.)7w|ù? 3NLtTS%.1L/GR9ũ8ĖɰՄLv;.YLLiv2JX뮆>*ahf dWU=͊GS[CV1Bg Ng]~"D`&Q@<}Yb:IEJLTGe6,W~  ^}*D[q6,a)t-ED:[^"clM,@I_Xr)F9;Zi,OEcR ,EJ6OS2S~fZ&xIx3?8b׀z=_^`c :N:0h41|:޳f*wů.Vw )F '۠f@Zku]`^hX5ơv1؍~ }qv6犐 ,eJ\ cc`hp|PGCTdJGaJ~֊N,'yuP v䇿(K:NGZ!ѮѦ͠ѨD'>;jFS D H,R͇\oxrƞ<%7mG5P45x:Ia0L̝A^?n -̡P@loFf]||*рؚBbQD}ODesÿ_ }1+*˼bQ tC7 ` yWB?ZQ2.j_I@B#RtpeEsdzQH*"#=tӟ r?DQH#= &0?;/ϜܨˑNyf)^ۺpF4{g7bKϤyo\^F-anb' $* XВ<O.9s&U3%ҳvwio?ŊEomvנ׻ oNk &eY:BKy!_/z|u7!4k&M¢grPF6YzM=wE32HTYϬ˿TA1pT}I?y1KF#=iFpŘlHel[P@qds'\ޫ+=r0-%Q F9< .MFQo&a.wl-g/4ϳK IR~UA @O8nW7֓cq=\/T;2@e?t]Ӎ4eHby 3zغMc0>U̬avXΡA=ܮ| 5%/#C9o{]/01eQt*<>4>jSDiPk_OiKFe$?E@pyYU 2\n][Koi wG4Yt<]toBQ<'["3\ЫTPa[VimF{ $PZ%:0BoB#} Δ]c.y~9moid%̕D|*y%Wu.J/vt8L6zj7 }7 WnQjtp7d9pٚHu]1yΫ8t!b'9'yDèo›&K7;o?q!({bo&&Y-REP5.ѫ Vգt?lD oQkM{0vZ%gu#gzkMUڂ]:v=$9,9WueKû]r$:E PFMSVgC۞UvcJ_oȳ71`/QbPjf<7Is:h[[Nsm1-STq]&BUH>9%&YOA6Zi|E./ M&t?,wmyTb8nfrB"X"ds"Ntt/c-q7-JDp5 |BҙbDJWp\4)ԨRrvN )/o/i̡QB갘>A\Z78%l=TvZ,=+0Eq4k+1kAJ35:{ڲ dpwߤQ2?FYNVo1aMM3wڰ x/J2<9ps˭,]ᮉlel_,z: A°SlC[C&5V:tB1;Y?!ލ`Ө~/h ,!VANj lb[r,Ԉb\𝐢$|7Sh߃у;Ob'"K_)V:>yN>&3I[Mp +k.|&EUaeƒC,Xj7vDQg!vxE_\{h"X@0TU?E7gܩP?/K}t.35:hgKRbdV791:sݰ4fY%|jtM6R8B:te+ʧs^Utً+37ֺ~sKJS(c^YJ,RX]@]Q򋢃=BB}!Ԓ*w$}6r+ m ܌\D { 2CnX(֌?n"芖Nj mw9~0?@@SL 8 \9(QA3t|#P㿌WpNfY!ͳR4qRlkH&SnfϨ}% 㐣Ms)f\ _oD1z.Anq!orG>ňY6}~ȿ1M%p`PV%j&ya۪!ƻՊda>H{Ȕ9sU]o|isKoiq>#fIw{NW4 c*6$a^0o5Ly[@ (3oPuns,o½Jߺ*Fhg% и r\KH6:5`y0"K+3H.\Ue`0͚ܔW9Z,_ƀ[1Fz) j>AcR7iH0׬Pɛk.v4@'[.ʹ7#"oG'VClZCnԣsmkb-H:1 p!<֖EF0NKfq%}y ɽ鐁nح.ИIΣO{:RѸFosV/AGƿ&_ٖgj^*t$gq5Tg鄞X=2WJ[Cة,=?p9=x*:l1]"*V%,\͜ޡ/PW&mdNW=w{ Q|&/ts(Lx4-@|Kվy(&1P`_g;zsY+|36 ׃qC `wNIOʝ ^YˌM <x Db0mr;kcaȚi< @I*$!Ybҫ?{r[~~Zix98Bإh3RȨח*00Zoù^.齽t'7xۥl]")- my\𻭲:MqL%oԿ<92fCDJd9[Yb_0 71I%&V=& ׊!@6,"aK/EXUg,vQ,Ebe&u|*[gX8 )?qFmTmlvp0nCA_fh'`L5 ]Fϰ!{U52:L/2Rzxžޓ{ s{"2c85iM5a"(s(&zt2gOmݧZVMoގ t`cϭOwG-'uODeyMrO-vV-:! N6Vp/t-FU+.4[3\Rz,?sRGX^ېq!ힹDgIB m+5p:HŁr@ʾ]?*H$ g%z(1JX8B)0’:Z$Ap1օl|:`J*xX(bd7 'Q ,+Kٶ u4QU0XԉJP ?,ܡ'_,2pNd~9=4;-w>Rzb(&"[IE^2׷p,UcޟD9ȴ|xeSd3|Hx}U U1ݝ4]Пmsq+ѹZŞrJ#h5ǎSpmCn"z-(њoaՏ d|'.ѱolڨ^ 0MAv#|JAzC੣[3v4)m'FT 8toU}s;ҥ*. TX ;^zcQ Cw,2584`'ѳxn {gIISYpg|SBhBp}PxmF[-Tې\ZC”H"_w!BAr_@s^ g*aCl'i̐m+rA6{HD|E,l{!lhFk@^ҋ;5o],ۼU+JT 9%*vEګ ~qNƱ̕E> dwd<[߶yu'['ٮ8rZ|OiѕqG6#A%|sᓢV52RlŠZ &SܖΘ\Gyq/G$/m[#=󼜥]L`"v/h#e܁ 0>K# EjmS4u)XclBHբotvR~eq@R_rĐdBoBO|KkPMS݉a!iutR%=&FDM Vh{=g 9ښ[Oi0ڠ1J4}b%3lu;AAGkl,dlT"_ fqz9=>ʉ-4W/b`  zlj ErԼRt3I 8E]š#9)ŻK5Ll }7!!9Ydժ A>3Wbϟ2(W(DEhag8BXZGZQs P7B0YHf(H " f=?{3@xi!NkA `"=;Ă1୩]$t-qCg:&ܦKMh_w:4:OgVȢuW֫rc39$o:&2amgC L_qɏA}V 5!-e/>LX i 5TmHuc^N^s<4OT ur%dGlN0%|t (.=ImE]/ #<,CQ+Z2O8䄧lV+ͷC*A#Q-X-#q@}(J7%=q]UcG 7K+:|1uūMmEfWPq%̃Y.Px1{D.XGb2> nJ9oHgUz?g+2FK~>'%x^?ResvϘ^ MZ9=;S$rO>6[ahh8T%m45;R*O_o臨U_.t:׀MOMmf,WaDӪIruE08|[ZkAb.|ҿbm pcCƒP+Punx5+b5 EO)gy*P 09%.Ywx4ʥijwG[WUΝI,묛atގHܚ^Waj^q.v("Ȼi;ЌZ.oV\4A,s{3.G l'gM W!S}mpZ5oL~Ӭ8ۯsZ mxWω"GX&يsKBl ?(n)y044a{vwzN=JS^l ?:q,R"h׭wSY`EGI\PIP@凚[ehK/7@25hZ7U=0eY^ߌ0wyAلv3_@Fk9X;[i&\H]a+*h5 v(8:g*#A;H=s k͉_YTl+ar9ٓTHD" b&Ya,% >%\lJPZm@p6 K%ƛFX AƼZK*pU~-P ߗl[$be=Mg!9LΉFU{G Gz=KuNBM2{GFcE\t82&j-s9kl!yAK| h %x{̃zA/G_)>JaWX,@ADaavy1XbF)vZT?)AQ jb]qW!ԡ"﷗jr.W!畻lI˧OXU@z꣆N~0O'S"Ǚʐs}fDoD]Sf%%ՎFfTtϸ#kH #tP E0,ɜ.$1^08|B_=zmu{X~" ҅Q»`?b'r/ߕ[}iZ_gM>2q6hVd>!*5_ɡTxŸ͌t2o"x,^M@Ra,H1~F~#΃KMQ<S"$./H qӋL̺F TSF:TZ'ρ1)Ny2_f2 hA(caSrJIvc'Aj4*jX~%qV c@ @/H(-W0>US t' _Ƶ"-KY=d5z4Sa8Ķ#6VbNmZQ:?Y Z{}Pr+iEdw2*=Ғ<1Ĕ-Mԗñ7@8Kyc%eqʧqبb;OnfE v *e-3f yx2Q!y}eWWQF+{|rCYWWqά:jk: }j'w2cX),y=DןΩ e^;@'ZqEطh%#f-:>PtRA4#z ^hҥ|~)h?'Wz_L]7yA(\։i%R[8_X+vUR$C /z?<\T9R[ cDq?El~N15t<0e c{3lM[2RO:G߹ƪh#88A_Y*CQmCrǯ %Rkl[wc {7* +T?ZSy1!Zm=p!B9",k[>r4M ! @>Də8m:[o T^"h;?źYy- .Z|H6b 9,| J_- g ZqD+%)b6(@g{ )a5"^N ŀ=( -ւ\A)1m%Iױ˚G5ڑr{Ja8̍8*H t5WNjo.,_o鬨ugǀSe7W?lۤ6߂%X/9%][1eOi+"3zxH37V˸6+0h[TrYPIb.$!c^bщg,^]h3_}Hg.wBKbN٥ vR[IV6C!neKfAj$` {" \GSzU5[3gP5̦qNpI9M,уp"dFЏ\eĶz1>?">+ @:{6:UH[SOmKX>o0Hh;}w*׏(=0whk8<ƈf,9i:*N h.ַ_ jl! Nr:Mf᭿Xl^ +7 `Li@*D tW]vEU<6CariL:2bX^[Vg0XNjdPmFq/NOOfvm5[ʕ XF$D+La=KF%p6oKOz_C:*,@m$X$4Nz,4W- ]# HNWaj\ 38;sTOyK8U 2MVy`urcu bx5SA[}"++v_&f$v/"җo0pwz6V18|:L=+4&a(>۲#~b ,m[x )O93n:Xd.jBpO*wfYTCc+@JP̐6ed'9I#@?)Lzo ˼>9GT~٨b08\Q<t6%ֵn`=Z#zu[P4C?H.PdoW ],#v0xvhפ7E5%7}|1g7#RƕB{-Ș1 x 'YoeA&"-h/LD ۙr@qݞt?EDߔŞ˰{'v:[mq"igo#pSw¥zSjAu_VBRj JЭȐ?xM F&U;Ǡ,B%< ]a^X#U!)zb,w.u!53='n jy|/;<0kg|[$LoP<:FoSpY]С;2?{)e).!0i{ݿ=|kX {Ts^0T Tԯy0<ʘ72|v+t4|@f_:z޺]GhFm͔d@,5aj$7*ItkƔ" 퓎}И@ZoK>}6k#;45Z𶏭*>itXW-BӨj(1&9R  MȘ>HQ* Q[({`K[X+?3᧝B6fY~igZz{^ }MN}0WMu6J} 蔿|$^P*T 7R ?TʡNx본Bb._f|tx_9P‰)}?9ǣFnC{\:`xCHTWپw?x'5UQy&Q:ukK>y1`قp*('i^1u:bft3>x/\YMz%rz: .?Zο}.tUYG:ĚbZ^r`h}έ{0lɞ#BsJz4[Bny:gRX9k5Ov(. $2OBg3w_Y u{XM۹J3UjQQ E$IZ+ґ@M4!^_l?*7+` *<> dπ~@|wa}P:r\Aꤲ/) o.6+.+"w|z뼧&f>E"Ng(j<Ũt#C#! 07^}Vy|WqӝqR;vwadb|_{/ӁXѾ`\?"gS$V_A YZ