go1.19-openssl-race-1.19.10.1-150000.1.5.1 >  A d@p9|0/6\>;ndj>P9OIp>h?Xd  - F2? Un     $(\p(89:FGHIXY\]^bGcdqevfyl{uvz TCgo1.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.ds390zp34SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Gohttps://compiler-rt.llvm.org/linuxs390xd8f99c5ec30d70cac4994352c52b8a8970f768ac62e393efc91f8fe76b94c5bf7rootrootgo1.19-openssl-1.19.10.1-150000.1.5.1.src.rpmgo1.19-openssl-racego1.19-openssl-race(s390-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 trackings390zp34 16861501721.19.10.1-150000.1.5.11.19.10.1-150000.1.5.1race_linux_s390x.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_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB relocatable, IBM S/390, version 1 (SYSV), not strippedCcx+՛6 ?<go1.19-openssl1.19.10.1utf-84f873863f9563472cb7f7caebbae4652e53fa2299e86f01e323a8b2a531afb71? 7zXZ !t/E] crv(vX0\ȍZڮJl!XSD X+ |_ c]R앨aN&@f˝RY*b1$SK!\FU=s.(_6%Pz#It 35҈ S]_( 1}5ITEht{6*P2]fqOgBY}| 6p4z8DWZX!&Ƙ^`-v3$gFc|/@"ׯ i QaI>x"W4Qxj ks}\ \p d"]s&Y8]-.I^\|- Åe.c4{--zv׆qnA㤝Z>Cw,'q.DVϘqUcsM8pbP D\͋$vgZ"p Xc3t)y0TS܉%Z_֥6 f[W+!zsSo=>љn`_<| pIG'? j@O1iFxl\ſo= ClK5:>g0ʨdjH(DZ*bX:0o< >Xs3p "wNy_[:"I/n?(wXBFk.q[uD%B ;E0qf}Ise-؋{4>5{lEXRdolDY1+k/Klp H-gd:2)0 ?nz9{f@y1Rމ)9g֤slͫi6US~3ɦI5(=wvLn6b$~KV}k<#&5X~q)4\X*q7Dr೴4R^]ڀ1[7'Ȟ2${DPYk 8c4H(A wgB7GTP3ƳqsrsmK9*HjlMb,9CPV~lU(sr9+hȞq OZ)_b!uuj^r.q6 1v'k> :(q ~1kse[P(F[;UY7.Ecpj `c$CP\󫿞 EI w닷(˃0T/p0Af,[ eRgd{9r A2i uc᪇9W.buQ{)'ySüh [t*mc)==^R/6x-SY ,uO/eCZPWnX6| Y&$K@ ԯ7yo77Ҋ[yNN55#=82X<8Y&Ɍ9J@K٠W=%D'-ɸ\8\zR!Bbzڌ% ha5VjyѶR zL}LAFxhJV䉅VCfE=3TJny[Gұ @n TFhnӱ8M0̇L0z)4"` WYV2djDͱ}4rt1i>Ii7PD6"@ ],wr7O|ӛ7Lԕʬ&̠ ,+cG @eh/؛OH=F=@06r@,RdМ?X$(bT-. I :d C*U'('a8])MoDҞb$_x|c =4TRh` u &NnVMkDOt5 "X8Xrwd7FK?0V OS+ok! Ya0PX3FŤsðP$Z@sw"fmվa׾kL1/Pͱ .bW' I`=Zo4w_)Ub b QE~ nGpb5:-/<ֿ`GWb[*l'ۀ] `*tX41vߞ?.? pޡwBhaлڅX8Ad\7eq{y=T (69yHf/١GrK;6_DB `&5>;Uڇ5i,ayg[]=Q YG+Eoj9r<1m[=B'drIS}@:g@V&{]ݲ:aGzvM@!`}՟i}-;k>10dSml=!RQ!3zGa[Kxxr[n>('h+I 8pT%j"g}g!f*AСL-719TWa$&ŃrzଢiY ?xgI$ESD"m) C W(=CࠧPW=#`pN_)brapcHc<%G SDH#œȀ}y;Ae\=.-)i ٲG}gz-wBM 8SO?^#OۄMS|*\`I9:u-88<.'F!}8yp:GcnB0XЮVI'M&%ˏfE]gL[戸z۵ ?Nə,2Jؿ pK]ܝJ nX1>.}Mcd|mn0\i mw9 gO/BuQMluT(af~BY v[Dwu]Ly/v8Nj r.PhP)=gR=#; EPP$Ou#^pJe7 _c+%5~~uBǷ`y[P NBc E$V)֤⨺lzh%[?ū1q}k9X.$tRӮ[h`7s/nQ;^fb|)ndDӽ;Γ2W/kFerQq _LZ&' ~=B0w_eJYQ {WdЙǏ ;nȤ(F%P3~% 2-lǝ[] mE) ucTMtp"BRĔK8+]BM|O1@N"x`5G$^Z$ \sF,>f@(LRja((Mg| 6%-ǩ7%N{s7giִ6_Nm2D:|q$}ݡ+(jSX 2Q3#=lvredA7^Ok 7 odDE!5 &46oM /5$=G09Cۥ%R%jWb>;APb0ߢ"[KtplB[nG;V.1"nGƦ6;`seD$_ B"M%X=Z0˼ ro$'փ0E鱣xe >\Se./ MF A-1Gc-P{WwUyRt9 Qk{^F=f.(lY6ROFÊO$QNJ}$8 *ݢ<#.lGj;069TvS$7D~,rP=P#ĕz;Y5+Ȣ[J`4Cf$o2s 8n0won'zBl,YXؘwEs8/ٝwt6ZIU3SsLaE$SrRm}|C74֯ eG)5@hxJaw3[[;Țg`K;\5h? X:pGֵP2o~aLDJȾ+J Rȿ'y^69PLDߊ <0%nwGi'D| :G}'p1 %Q Tӈ5|AK[NrE4Lb^.*@QvAH=!eh*6,yHYiG \Tnfi4`>#o2ZY>*Y֔ YNd\P ʆ,\"T9)f<0:{I5@lȣ mLd)]%W4ێ/TFT꘤9_mޔrVѾ *?uD]|.~>p Iro#*cL.!g6o) { X!:g1\:ocxXu#!yn@/ÖE:mo&i QN,+ J IZܲcS9(] |O߼֙{5.b5pڂܶL/_ANᙣpj24~ e#OfwOHg %M5!y )0? XUs 囸)Íߋ0AI@_{hzb% Cwdnˮtf0.W'&2Fm]da&0q7&]^d~Arz̵˟U=\ɞ2cd؆7NTf*,qC}U*/mT"6S]1Oaau BuϭjqNC҆w]1L$ EJqeʣݏ{LٰA >Z:񞖥3HT iEM;b)oC0A={,5l;r=9xAusz3J]F" V`EeHkk,^3:ʗ!\@*d01Qdhk#}Ҭ{bK (jv 13aʣNIXVP&WZ'RK܃2sy? CA{i٭ì T]2IJoKZd*T Lyd1b.>L2h"r5 MG,A@z爅 {3I*8/AB,Ws]nRH>ρHS2, [fK RXY1m0P}ri &۹񯅸0ss7nii(W;3V`MY[ρO;a6bPNUQ0}[lHL+j3F&:K,č8&"FbbŜ.fgoČ*Ŀ#זd' :8@ZC} +xQ5QD g}JD'.#PMݚ@nNy'D*|:#譡@DĻ i9K(NB.iO EĐVz~z FsD-M5jIX yM4#*Wf!J sx_xJ #c8̛*fB?`]5- ?KۈMsAMd.Lde0蜎< 9w"wGo ?yVkuttw2$Iճ7FZUVk>NJ1 4۾Ee+cKGy[F26H;f{ "%U2670M^>!9Yl n.9ޤRw99$Pз0 4߬Αw3z4w܄z1#zH zTu>lH<1oֶ2aڈaֳX0B̿#l{%[A3tK$P?QsoE0po$ Z (r46dx=拶|c:Y CIEH˃{ _c"X80N'T_)QMx,33p.$[\#Vץ=IwU!;L/"ji_=va#| WD>Y3:J+XGځ`V@bcz,X ee`ru_MIuu̘&kʫe55Ip!'U?,SL!]t5DJImoY!{&2Z]9/uQJRycrzP [)Zu>m7 r$j%yֻI@Cg\h$gʿ[F֠ru~ THޖhjC{#",GW>.cBQG*Įi8b-y>3+$Gȃ_^ɖ.Y3ڨ +0f ,[AmTG'Y,԰c+J Dsvs7!D:с*n7.[A޿mjw=VL T$|*qAIC.ֶ$zMYB4v\_/1{a֖{<|?Xo1DGK`z\(DC}#~#Pةe*%~; |qPɫ3((F|Ķ420܅co^ce<@%R!\@J#PSRǖTϘ_T _ObJ,; g,M, aYx!?1b:4wEh=sVB6$UgD/sS\B]WGؙZh3C>p:[1:]M"zoѿkk*@(/oh@E[ѝRQ,4~I5魃Ҍ1I_DGzy)Ҝ/L# tG9|Qqw[mno.pQڋ&x)UIW'3oyB)q9>Y4MGb+Oѭ1]xDPtq]vb$ﱼmķO5=Q mw0MJN3ԅ"gDioԊ ~*40Nޚy{(~ﭲgA~ DyR#ND^stmkHg87rahx -ng\LX5tXH+H4M7Jp$Yπ K ]%^{z9%i7٫ǒNvBq"rkK((e e?ɻas, Pбp gU8\k}izR,cۏ e $?2B/5klsf 9g|ŵ̗+i҂A7\<&3 [ɠYۻ@)080Vq,` 8!mp#W|XE5j6`k%Dʋ"}A2M'3BW}Bav70= Oh@!ω/P>'~ܔ_1RN,TKx({q ȜB=oRHLF,zcsّǑ./`Q]dRdeL͢V=)2Q#rKj1r`Utd4"slw.`%$ݨ\6` A*p$$ ZG>X+'2ciK݁T=/r>r.c{DbZe$n0j:y2 F?2׭&?]4bG_2`3Ju?\Z?8^0w2+I:A+b9;sƵR ޥ%fyWA`Zҽ)G ^}|I[ ' 8 R=SOΣǬ8ES|[;0ªWrjqpc7j&d+2%nH3[6 b XhP ʧb:iG Fg.0dNK@N6$HKJ|w._f{s:K G%)=e7{st)^+(gS$i u* Tp/w~KgA{2G"b\k#UJc#ajͧѻ|SRʦUk |$"ɚwnMOQ܋yo$H ,o#Y.}EbiD ^xĒOxSR_咃"X  y_"Qw0Mr6yB閉a *B2`{M3J˛lFXU'ω&4|[$cb47ZdmxH>yL+j~YF 4'׷]Q2XءȈ%ʰ πSN~\1_g{#0S4" ;)ث\MXuSGOBL_GyzeѶȅF5cF4qیxsܿcH5p-9iÒbh[0E|Y%@e1:Ƙŗ DՐ턪kytʲ"F v4>"v9+xܞY@@qZr ^B l/Qިz/q'ObjwP= #3w?*^l_Cov6H7xxH?3Ѽ $T K30Uo;mk ag< ,"#( E|J¹kcNL_;$Q$VawQu{aKb6RĒ .,ᴺIb"#,jFdi潊jqRv$ѐ UdLGS*(exɇW-._Č`XJ XEܘ?cg&wg׏;7=;-0o|aJv-:NVv_a͓R` \VQ@O$EE)b[kɒWH.T /#(LSvK@^}Htym/*ȓ/\g֖cj 30slI` "^TNcm!=O涵'X*/A>GaχI%6UħF),%~ nM+q]ѐt!o("ה!#RʈMW mѹu32wReZޥ#̈́V Nln$BK o~S ]S.dʐcDݬs_x@@$ vAb))WCl3] +FATRXJjwFMq]Z,Qs"&AKߩDd8yqHVb5Y9YZ7YKR*4bvD $$FaiYDC:7ǐ>~+Wedk1#wꔧSڤ'{@kxXPWCU6qӏ`&}X&K/b63r> >t8 dHVE%$x k `n6 >$Zĥ'j~^fY+M^ 6O9֝NFBroJ~e%Tp,jq6 .")*"`|<93 GCxi J.`9>ҫJI*?mX򆌪 }͎#c 9]AYgK̨G-NꞰ|.H(:椄W,C Xc;(- vU9Dt#&upGiļZxtWҧZ2M&81|* !7FhV!*J[)7#d"[s8ض%#=TX5rRW'4265Oܣ)Z?jfD|2Qeuэ<biivwn2$c 柈f7[#=gFjرBPǐfB(bS\2gS(-# #30_0Yȱt$n }505wjn`$!bnfAf:UƲ? _:9m͔i4ֶFDI&4(HĢ\2ܞ3n&)O[zXLr1G)j-Lו ,OdtQl*,lf%~R89հA2Ho^J xlL)E{jꚺȆ=C1IJ'TsfIp>m_"'eIbl\躋/F7;Eb*ڹY&(AeD|76Urpg`Tւt2ڂv@ B#n=j':u5|FUZP:ji4շ (ij@ou:{75[C. %w/s *=ȵÿ"GM͢ŢRrxn.EU(sДd%zzsT(3ąq+ip0ΐ3fΣK0kni"txڊ,Ha[mW8O.]A'P7$kl0m{A\m e Bx{BtI 'qWs MUwj{?ͮ*3ɛO{FG7k?Eya~7CClϔY~D7-h{Fޭ>DI%@,>`qdI+ID,4ƹlJ`|+ |=r ,brjb($-{ӔHzyz~\Xp k[9aċt!{laE#J`*mZk01W1=޸ů d=)j-Eo6B/F_# Ŧ"F~U(^Kj |:> *O`àfnV$8X@`MәF" wGd|)t߄s!pHt^J +ERh6l%kDIHke_~N2 Sm #u4)8^#Q $䍭9yYl>RΟV0v!gScW(B%O÷t{z^AWxRCуP^dg^lR\4R6L`yb;4 =EWXPk׼5ʒrxnJM`iq fSs)Ps9KHeIz B%VHzƦ!Jl$$k#`v(18?= *z1PHX?셜L*H=z[}q;>e0fwyzQ. j_Z{6md3_ms_ ִ?BлR?Tk%!NDxq{?G5oiJ+m-A1"zeX[ǚ2f6c`X8I 3_Ynw/,?|irQZz.1=3| \r. J _B>JtWYB~/Շ.dPÑ@:1򔓶} 9ܤ>}n(y'u3UݒiZL-I Bi'_g.?XQ$w1I}_G&OcV>接aoomM6ݴ YHyzzp{!8.z h,Wſu}۬ PŮ+Iׂ_[ڝ#Pr&ya V'3-)'v{F(Fc@eXXfdsFB;;L Ȃxz%ϯFukO.̬^C ¥#Eߡt﹡٢uqO*qFPք@ӾN |!f m*^|}yT8jwH&z+QV±%w '*{Zd *rgR4k3Kc=*U<_bF^}N &B>krոV %x{Abyש>i #Fdw Rѿ]1VUrZFuQ GX҅4OA;o 2ו^7&8}Z"S W}o,?rYQ&84GF՘ qA[2g4鳘9ypy[ҳɼxvl'8]S(UӧT.ð?nJxEp5mDK7lhb} JL3dͨ?$&4kQŤ e="سMɭ-aE@j\ŕ|_W5ҊBbG™ t Ӡ2b.c0yIo\\Nq/9rr gmmnz)H?U`Aiuiu/VMEmxg8eP j f ˏSκ*+<2yLˈ6+ʔq~2(_2F'K~twudkA/Pd%Qn='nRPĮ`xf`hLH QaIX{Ղ=WuN54;!l^=puΜwR@|!\8. :sr7.9:̭j-|zMv%oò wj2z։菼psAs2WR-=+{LkJam8 YBf1TF@B#!ȁ/k1 \}= XpaۿI#p1 &Z|t/F^,zÜ^ܢʒ)=]5a?a Yؒ0=d<τ҂goiYVk0Vq 4k# y yTT Ex,; hvFo1p$ cODHzD.$k㬅 LDmJ*r‡3߹0}õOsl .$L9(VB55xߣvU?j^xZ^1@8KO:w]6`v~[Zg$YUJ%/QO^GKDI6ҪI" p5QN[xfV%D8h~A|O!TocXE:*dPSeT J)?h?8 }wgJ W2t°&S3}%vIHI_]f[?#"|~`\_ɆPp$]ԯ@HIU"XWY|9+oN ja]0MZ (AJALd;2} V|wDS$ ʘVNu~nrO/}CiE$K|mrc3Pr57*DH UbaUhh0CSnc{ G(h f`oQ?Nb$U QI :!ݒ>IĐAXf+ۼ5X#*F8ЮXЊ /"«V{[jdTܞar̆ءŷBloX.AX/6F u.]Xæb8IaE\g.kls&r݅ĺ pel5诚Ą[C]ZE%PjxT,Զi~ `bpvy{!)gn'b}t]t,gzԵ|m~ /aDV(2+.D|+bŪgc>)tkʘ O~?*.5äͼs5 FiJ{ rI'- k?[7j$Pr= O%)xmx s%^W4%}])-2(u `dMql __Wna^Ktc̟{ ya"daAxSx8 q}UWHI#xϾKF5Cbɐ]b[u|x,g6nGC-唍c8i?,XĝϰZLs { _;[Od_R^0p#>D L}aٗd!)BA8k E]a)#;пZh5FH$nb€ 4sqзtYh&0W3WVuƣ-l8`ɗ&s(}F[>j]π?vtMf~Y$}E3mcrd=$&FbjRٓKh6^jj@zxΈcʗ~S+Y1vG|ohcVz[W@A!i%?vCcP@4R,[ڏ/$5RC`8kYoyF* r> 6ri393kϕE(54͂9m s7U/#۫jQlRtn-$ߗrBHf}Şn^ __sn1盒d7|@!*f1l1 ya\4IthVYd?|/rOĿ9J"⨰< ^IRDf?# KMri`4N6'쐺!ZI1חd9Sp-i͚?۟$Xu#sc"HBB0zPĄQy|ΌҌ"RN/m bt,ʑihȑ}'SsW8o\oB#4EN M9 {sΫx [~( z#M2yQ|#7.9XR/s&ܰ S ƟQL_I]]6*9ʝ r?ĹGeqW`Վ=KBbJ9iW2)' !3G,7{,2g/b*)7rD)49|T?JZVkRw';?5ǽZZPI3$d{ Ktkr֕տ|h4%3-{`B\2ٗA3IZ,T wG7_z9K<}^kdyZGRz R [:f_]˵ED*J^E}k$>K5=C`I#0W'MV މNE)ة}zP7=8s͎ʑjyIu/[ҷ$N {xFIR0&$S @B[0K+ 7]l+9os2&8kLVBs^2c@2p+qQHUm(0ؤL`TbT6=Gȷm ;!:Oۀ<х} *-"FlǾtSA H*P&"Ņx c`k9р \X[]TC`n .Α gc>`rjf oxGûđRЌQtq/H˽B][R )p#<6O>V臡Ace6fu=e(#YUx ^û?494}Ѥe?&8cʥFdJ!7TceA="T# ]P~%X%0 R4φ7qT~o9" ^Q~56+b27 ^(LcQ'YD_B4x&>yERIi$im)d)?ɑ}`\)d_r9=VJT7hY#Z *Pa'?fȈz>I8~DY&fVaUCBo0aQQ yAFqpw榣tI!Fk#dp͹,'RU;l }ԧ\tgˍ~̎>+BC!rMWdʪ>  ©#gН~srH0v ~,e \9RT34F惛<ff!eɋ $tcTȨ.gln ܚ"qh`m2d";**`άB n@' VlcYB4K sk-t \Za܁I ݆䀤G<[u( C0ׂ!hﯼ 6)ki<mwCK^UO>uTfb٬Qhh+->N,ᡅ AaW4#)ݦS4ي&7GӶeoَ4Y"^-O 6 md, m277Fm[eis1 S9@bG֘R"*3[)J3P!0Ɔ]J4/ Vՙ=_fgwQ/IYi"8`"K85>տYբ,8^aTϨn,>" F B $-T/7 a #&,Oƕmp4 S/C}45p3j-ܕ)ОyhX,K#S$l)5#IhF$՝E5CmZu=Rͭlt{>G*?͊70=0 .w8s3|/>[@JvLJ\GyTeZWΠFK+Y]6]jQu&vk<&,O P#>ZL@w)o5b$,I m{ץ$9V[x,2i b&ħÁL1"SN33+>t `n. l|#GXQuu]irtTћ.0 (TG_Nw{obkh%A]/ACb\ۥIO)4b%d)x$EGL|/R0j#YduoAi@¾Rj(˭ {zT,у-ɶ]9͉9.L<}E=gM뻵;@p9Y$G?N&("Y(!S>7eĆk7Sj<O*IWT B"-y?MCN$tcr-Tc= /*&:aMR4dܗP)jpK̼*j,|<9}Os.{dɮ7F4ntwCHu!JK.E]dôHPMIR_Ŋ0[=ok;h8vK]doH_C t|QA*¦-[aLfIB#1D2s]ϜTG\ L"Y`Ml^jfxSτq1Aͳ@Rz&0+Vi*QG1>ZqAe܆L"p֔68s®zFx.%U*%儫 {6?; tIHs =ј uN,xQb$iFLb")\|sЋoooA_{,J)fOղ{nsU@C?üۈ) g9 [y.w D'd}&wM!ʤ< vzHs)@Xt{<3 'mel5߷^?z{ /\/HwWmm٬w[T앫X$r!gѸgY#f.Ec2|d\CpDYܮn>/&<u95{(;,P9% h<෠""kGQ:i5h) LQ){GP]b^eF!{L$F8} E !zسzsPp3R(w3PH3(﵃Iײ6Em!s#bt}b:dݣBΘ,SVyTZ­* `S`4m!.';IseI]'L5p}cnlUM vtA:@K#2Ȧ'mh1[#/tn^gA~<>v5߱ K1vj +7atLGY! i{] l7污`)mqFZ:+ļN`qy0UXjup2ؔ؜ v9KOp5 {$rrf OXy 3il?l ǽ &cDJr4og#Fk֘~(+(>zq Zl?EEnHHBs 5z^XZn@"+wގeFYt>|:^! ñY-^DHA+A 3mXz_>W+A< s7ЀӨ\6 %v fY cr~Q'G23ªmlg'S7#5JDUSNYd oɧt Y9_X,Nj@ Wxly4V(d%n2D tsG5W}fhK]>pdSr/p`QD?ÅnY$'_>=0I96+2,lj8+ϑqLǐ{Z44; >FIC#pfG >;LQy=Ȃ'!4Z:MLC)0bĞ;.a˻kpB3mid$,n5` 8S+w_ea|8/(TݵYЋ+#>+yr`YDIyaVAn XM$u@ Sc2aV'Zl&3Yex%W{Xr&k/UfU7E>UDk'Ȥܓ4h W[&"cv̦hCV>LR _um"=:.{&̙٘}KXvwՈ^'lҨگJ~Sx0ak皉濲Aq[ n-d"ZO_rev>4ؘ!nC'^s[Nz](oэafCQ$ΨdO2a}zZ3L? ;[ Ҿ9t!z, ,Cdp2 C\=?apʲVW$  uvWF= D2P"/9ASHD  &nFJ{bw}x~ k ݑB %(GTì8pߘ>8V\+ +FiD:[ G)˛б]S__-u'(h@"̶Ckqz+ :cH]ZF>8ƍ:J8+D?eAxd5cY2<9hzʮZ 潟E-'X, <ӛì4J)3|>9L1B?ub>gJNb-u:C\ ܻ!M},"ׅ:%HlCLq`ԡӲdKk=Z=w\#Vb gNS%'\E&Ʌ]2cl4 qߤd`)hN 1md{Ŕ! 6?[Sϋ)I!tM*/{DFK!vFB*_{i.UHc1^9U--5FwI╦L١1%{egoBH 6#*iT"o. 3TSmlK^[Ĵį|%#6'femKnbTo_A;cr2WysaNBsJx3B w7pޞ\t"EJVOVR!nVIdՙp&G*55;ux1\{QŽ["ܐC4S(B?'T;0%Sxn!?g "7'{i̖Pv41&DO[:eh5Ñkno,^?>UZp{T\VO K]wr|Yy5C} U?Ǽ QTL6v.[ rCjVpYXűOU<|seA}ATpgd[M,lgE"8h'昖^y9kح'4F4AZ@M1o:r=x?Ŗʯg4.qپng'Z)p|?*rTȣmFCܹCw"19HPo{+m'gj7ރk>.M&-˝s=AMTL+.Ƶŗ]n(<9|FJ$@(U[ :zy2bl~cNdOS0 2㊠ĭ"dFdX77ʹszk_DׅѮu݀7 ~jI;&.֪fn\5Wq&1tMkxy17'p0쩻{l[ܱ~ Oӯ$>g*癹,(̅R%Z|C3!ۚ85GSó5c υPȠaHQ̷{E>P48BidNYY &XW48" ]`VXxH'JQx!ȡhnt4f@8jbKo2. JJwpXrңFW/d>xɓ&瓱U)mIY o/RxPz#pxrF֎,d^=W"{$/rDBoSHMxn|2N~.ԸK}"cH).Lm[ID/7%WrWabi6n)c1i}=տ\"oBRK!հ,# 7DnC$ %sc!@9%|6p%#v9$!'K^bؽX96'/k#uJ!kc!J AHwV5&ڽ9?-4TJ,Wա@z5s^` #+‚D ѣ0;GWkF'#Zqx#nt<+Dgc NM c_LzN=j9*t4˼ u}5"~\aOQ4p&!%]W M޻ Q8.i-{~m?"R\m^ )Y عD*|mYbcgPuq05B+MY0l7'j6`h^1yZ<᫊@o)Q[}c~Pv^G2;`U9 7ԚWO_!!y8-*1aՍ-B 2 r୮I!l(Y*Ev6}P 늩ܡ|6&%J@JҕL)[ Zx$ר=/ A ];QKP9'黖won,Od1 KP荁A6&uCQۉO~7, \[hLn,X+XyD0|}+>F:l u  uⒿ s\Q/BҜ/qxqJ_\oaiݤ>{6MU1 4@D,lswy'y}'"sXSw3.Xo]kC]A.z`=C(?F=&7 eSrRx{dK;#2W== >YjI`>/:Ya" `a̾TtنJ%63, Cuq=׮=.>C8$enhf/擶OCRj&nj]nz%+HB$QR4BC{B[;||(O@y;ptw.7&[}͛oK~ƊM]s)rd_)92@F=q@TFq5L뗡6a [O&4"U8'.0Avgv0c]e]dLլd9{kjk u#gJ<+%ls ޺pʯa'$e2Iѥgu~]h8diYz:iMf\IW Y{ś-{G2To5XMwm'缊ZYp=Jj=9h0A {N9g9*͟ҭC|,3Mm =UB:43,bkp єt98Ϗ\N-R=j8wq^LqWeD`tA:Hu18@µsrCK:xD q#s41VlqpN}w4sQЛ!WX*HLJ8r»o8]fVY,Gr 0u8BxK *ُ&5oʾLb}ߒ. cO8xK{@عmH_ySYwf+ *d~h$,7SF݋\Voss5Ʀ?.śl3՛rϖZx3`[.{WrvvFH7FD4HQ,Ro8b]T1FH)Uo7j-1I#1IuF`ˊ:t]n){pW X3C| m_g2C%BK)7Z!|t,Hs`G@ B_h=rפ$?Pŏiv[2Y)S-)*$'!HL h)=U a' .`7Ԫ:xit|,63UZfq(u5>js`=RJr w礻)m.!4X/>_½A& e)ZkH-e25"auFWBր)FINoxoڎ[XE. j1TWl^ErgPRq @5'- ' s}`4|Suܴ͌\ѱ]2RO?|El/*3]n&x؉ygB(RE?cG6_ cljżoW҈5TE8ly=,K $b[Dڒ}|bhƨA߯iH 1cO!E<_:[b0mpR~şmnX16YZjW"ųM 'W dd֮'`N9eEJÐ41uPV7D' f~v~A# "$!SVv{&%(@eAp.ȅ^0ZG?r7} e**(I'N5ئKKy:ҹcvLn<7-"u:\jSWug}͆E` P97s~j@b%N6&%9o74؀. `8#z Vs^l{<]n)-KKVJ&zL޷7=}{ﶊC@|E,&KvGNGk 憡b`@5t44vkgj I&3F Y:n⪲i_pv}84ʴ).@ X^zmC(;/w1iHOpU3ÖO0pSѤ:Eux]ǎcx11ᫀC:hAP,1;#+.G >}0rbG;o|^T25e PRsk#  {OvUi4M5zBU)8s$4W*$1qh_ J;3kMOdt/e+y٩ dSi靱ʅ?i $V`Gg6(_c]1ȑ_W;dV&xGhⲩ uUbD~o%"GLXvE]H4E m {~J-=ݕ`7‚hq;c7 rI#ѭđ R[:s.}S5 D Ac,:\3Ь5}m)œS2[N ~֩5CIͻF5ZaΣ(3w=W'E+hQD8۵?\/eGHwp':sSԬ+P:aT;ۀW:"uԗgq[luz& @?%VMn`k !ujF~N+:g_QX^cޮӽ6iqֿ@aoiCI=-L3߷Vİ(0 S1*a)tHy^zm%/Em UHgr,͠(pB?0Ɯc(Az/K C)KEaHJ »pe6{Ÿuhq?I>z2h ~sh#i])Bؼ~ȭ<ܲCkIq|f2uQdGd'xE*eɕx;4J3g f*e1[|fx9rP4`1~ ǮwE81"+Xse[1M{h)71j8:̏5kJ x02hYQ3xh0;RվM37/wH,0EXA!n+8]Icr'fqӨS>^1 K2\Y*K`807e\j5;8oҮ;Ruuy'`wf,)!pVQ/-qiȒ}__rуICVyoS_!NO3"U̇=)Ea߷UA+y(͞ @xإFD[rwd|ӏ.uW}Cui )!jަwgz/cC8#orLMLSʱ V+tIYdy%xl̵YWfdڅ^lq|`Jf@\)И/{n/:5b]鿛N h7?_6ذo>)B qPmr+,ڹxܿn >ϻez9_S'̵SZr%i V^iD<$dkК9C1N gp-}LޖNu~Iqܲ6-TD='7ekϹ`j"P*CPp 2;u0_} -OpWmal[Jͺէub;xi}\0Otj=:AtܧC9:) ,ĒX T#QDFYujz&`IC?lfjv8"j C"kw ^XLl<ܳ@$//!6w5@ـo[o3AI!fσ*|7y U.=}ydxSejzbz7aD@)eK!j9۫e2n]S*3X/$n+LuoPQuj43I$JMZx9*H An_tjQaS#P> jCLx%ZXgѕ8K)@NO~-"+`K aP5DP:ݎY#xfe /ڠ4Jn53s-sZfHZfj[q1Xa R~Px̜1ը隩aƞ@a&@UiC싑߻EffO$Qw߀n*;>'WћspZAT$q]m̔TV4ٝuY {"꼕*a@y bIe8[28EcrP4T%ͫ)C/hp$Q+eL8)RIYƟUrDBI 9#H;g[:tѢ)A@LZϢ{m>mOŖf5~xsq-HN[6Cփl Ͻ՝)! ;];5B[MJ ~{;,k]N*y'[UR9ɠJ58hݻh 6B&W?Vf@Dg@ +u5 V!Э9NT GVe[vV"[-bMe!6R9"I$늇ƧD־jV+ MèhëDG(fmRVBgƸr7ftBdF8[X266r*Tq>^%Q3eV NE 8cVFфʒ"k/" XeW((C C)AJO[erSi' HU,Ty$}WCvW֪v ƥKaj7|e|/AKTw/En\ꤜ$/:aUTh+ǭRxK%0?2e~y,k>ocèf(Ũ/Y0?}( r=eOMlz%-H Ezk EqtTC 'żAh8S5g#p2{gMB;i@<4Oɸ= A Mxh}%:>jsJy/MV!Ƿm9Q#oSe2cSy.{oܓ.&pZ>K :U:nl a4 ji<Ǚp44=ٰRN C5h*f|hFV!W""PñQ^N g -\2b]PDP7\ CY\ͣ5%?#4,߶6 [f6G)+U;vnzVb{hՅr(E{ % [lHNPL%KWe$_@H:1. ڦ Bdn~\;c"8J_nL}\ m_pnrIPVgyRT8 #3,k*uEnD M~Э)DA^QY)Bڎhb3)?e}i{my^Tc*ձL 4fN5{Bi_G.4HޜOa?d7>bnS[؄Slxvo<.M=^Rdm~,w@ze'dGT`_bp/U|@qx Gu |+kDZy&;%HvI2ДS, P.$5Uܸ#W,[Xyvw#ØQOo5;prwcɡ~v8EjE9YRqMJ9cfA*k:;6M)6bМ0u&k]>>}mJ}kJ`L;xO?PK 3޴hOXj,eDmtG6`ɵ?=1x?Ac&r%;Z7O4L:"uxA"v':rg-4$1+cP9ٯA(%Ig8(DDt)H]r .B^`MX $#a)oHXerBDeQK/2ݢahd-S%A MnE$M-]toM?s&! f5hTjjɥY4L7 a }[?\ ! 7?`ʑoHā߃n[89Th70  HY6ۣ0 K"%9xo7陙r$5h '1%̭d7̱d'<8:#8qn zpڸܾuɫ jY'S)FRͿ꫓P5EnW8J ]'`Kpym ղ4kQg]sL绀NTŦ0eVH Bj r♎&Ё*'G97 ux'4q>́:z|Kh|r,ύj 1F9y-dYh[ͱ+l ()Hϭ$k e|<ʼnC,lmZE5B[kÓ`=DBpSE Ol^kmfs<W5Vk?HV#puwFB[c7@;(>˂C5SR.g]̿3兙ͦ)v؀ "h`A.$spóFGG*+;*%7~)DK F2YK~%Pmf0//M&{E85>)p^T&GՂ`8g,e}W/Gyn&P8sƏއ{p|ni}8f`M!8-wLuw\$N٭q@1ukZEtV+j57>ۺ~6C"2^h0c8욵{ MUC KYH\;S91tL`K95Rd?WV?\[u(RV~\5"Ձ9Q5u$ RnIk{9G**čgl;pKSaBرj?:4fY7ҫx1D-9[iMd+_dH-#M Pit ӑGAg;fƧ",#c8c@3*Y|9|s, ZA$ tV?PTxϹ Kh| EZ"gfyĎF4EԵܜ*u姵7(Dr+$Zrn8fߌA^1pdo F͓HKj}xCT+QQ!%%:,un\M͎l\#z2=_laϽ)r3Jk l4r'"Tz;-ýHu3PPpwYTx.vO,_Q'~dȍ4E Uj8~?u?%ZrsJl߾wLߍF\uGE\Ns8g3X.NQ}kɻD %kAv``_3)|f $>&(y}C=.5m U1*cSWN)e?T6(v3Sy k"]JjSM=ZR7 w\Y0jq(ˢJ fz@Zd ; UF.[$V* J H;C՚G/(ylB,޾ z/r-u9F$ T[ ?ڥsAV~9&`x=^DZTk ҇tN.>-5\om*^A(m?:a'JzMj}hǢӓb߂mM{aƊ{fZo_~{vRsk p>/2~Lm< v7] "LfD1@ NJ9bUr<6dT-'LVQ_ 82hAgc 1#{le)JNAD~W.&G/JJMO(}f"(aλ䬫(g>i hԗHPz }O?O1Wymւ]ma)t'Byn,Ѓcʂ7K-nRێ!הҁl [,TQMŲeNVhShM\/fCɀц'͘>:DVCNpErc>SO>EΕu j3by ѣe_n؁ˊ@SG϶0P5(!ҁ<*.ZR .W+ȋ΂QLP-^||AhN UD"]S\*^ IjV8@*!O֬`Z,{p\KW lJ瓛z @즕0q3[%3 ߏ}Y# f'QиG'rMo svpboJ*GayCH7PHx)qg CoΜW- `Ke RzP};؝.NV{jp [=\}l4+)_O`ńD)cX_XӅD%r`#bzl8fn&uB)O ڨ7ª*0PlhJ. (x#?0m6 l~]wIBC PWJl=zgu`XvB ]x_]sޥ%SBo͆ihMCy#o9IUKVzaT 5EV'ߡE`x ` ׋ 5*iD)"IU-@uИpߌIJfW+;~ T70  0$6j)0w-a+[z}TvшT|4#Ѹ1![s.ڤҔd.qmǾ+*H=_*r:`:Al7%g>0K@UnO]sZ>[yH<}ŝ(uJF50y_*U&i vU䢥%׳vM9M L"@c?,g,{L  񀬚3 Lص5S #GMÈw5C7w,&J*̏.Ns`RBt0 HD-|X,W!s\R\l3F7,:]ﺰ[? Gy-a4QWЛpʦ+n⎫0!6Y*̻ s|)_by-9RQ 7Zhڅݧ(:{1⑎geW jvf Z5@H\j~{gu1 Aq< Fmt4 3n@J(NƮ>է݆aS R8\)!lHL!N5ͻ/:Y[AK_-̠VNmCO7g9M'7igŒ݀wg%`%.9ZlQLi.GNgU-d/$:TgޱJG"fe>tbJwO%=&oyIK*l-ۯjOtr%=!Iͺ%U.W4Jh8ؽ)l5hHՑSsr咶 coŞ9JSMcXY]UyXt6c'P"HݵŒ,{P(8*b6 3d#+t/i5~yŒ4vEU1Ik 0;+2 ɭےdvs{,-[myx,Nus PwDv嘍S)Az'!Lđӕ1@PeW̝̭SU< &ֵN巄%D sAC YR xu#RԇO]Y2ol`K Ffy ('?= <(x2)7&Eb7"9Q :p.H5%doƔfNǁ2|H2 ^8Ӣ*Ah|qse@#Up9teiVJw%Be.' fhϹGBڸ4)wgPo,'FE5ĊCkJl+zd)͸ޙ{S @`)͢=̄NLUW5w5o}nJ[?Ұa# x"CZ;*NZ)[?[EM I2>bUM"Rf# %L|A-3aH[ၹ"I@zcG} Mw&dWivMC[Y*=\7pZ {a`GvݰA{M؎_~-r36J>/ɯ+;^ݽl֙QnS5Hg w' 3/q.]߽ Jxy@4lPвC\F \PVgfb+%[(Z5XS W$/l}_ I`%_k2&c-q^%hile]vWyt@ڃy˶Gr8o84Z e'T/ _I˯;@bjzZX YE^T9ܶza-F5'/4qw7S\[WK⽡uPA5N,! "bnJen[2IEZ.b!Of%›[*`]jj;g ʿ0#/4?Mv,&^=CxU$)T~Bt֧n]2J:үBEH&qj@3Yp'r,JlvlA|Ua['kY_&Pg&6A2 K7e?l.׮FR]S0 \1^= fVi dSS/?sAI(L=Nw_i4 DŽ+ nw\<Vu &@K H&W*{i3Lۂʄjh| U@.,2q΃ 4fz$=PYBV `{9k㽊Ƹ̖k#=`v`A<2~Tr#tRL<sHkٳ_EQYx[?TYZ'o3sm/~IuÑ:,GKZ z{}%q; 3@ ViP}P?DkM8@q-ʘi>iAȡEwor8>s*j2n7>aԋ`R97>$(Oqe/`0p}wE;vUWЁ=)htdZ~b'4i]fn[^zK*8j#|CԞۉYg "5V$~22tIy7})g$cb nfƑ%@W,8tqy>M ̙*'~aV/$HRĒpYŧ/5Z'uB]e? ]oV!2mb^򺩪**zmqno;Mp e>:@ :nÏoM:a> ޽P/\cEJNɁ HRyߤGjRJm.fB!ڿ5],dО;ÐB@—+hBեhFF< xBMlI6nUu"+,o8ɯ"߈'GBIt;/{n9hw:`a;3 IظmY83ZmP}:&~2|_cdn!OKP;˘WvjxI/&{@,Iln: _D*zH*5.xRPMչ I{^a߰aEu.iBF)5o9Z-%=+[hJW?ABPav ][5hs0Dew5ofumłBG9 D\0MY_iЬ%h$aR^rdժha2: ^S2$NLSxL"QKL6].>S0#]ɇ;* ‚cM~H@f\LCr4q7 א;? D[ o䐲`O { :"5H XDgGGL}eCFTً)\^NfKޚ){oDoYrߨ֯/MRZwq; +Ab_ڲ'Ǫ卉qwB,\]aYt4RHmdM}8l[5œ'pU|MQ3`f A68FKό<)8v##vPY}rav!S>)Vd.P%,uېŵOœ[f^Hdf Hf,dmV=ʝ# %b ⑚6Og@tm|lcl7qGh 2}*ڞCiG>C=,ZuC]`StHv0Z(%o/jz  e?9 =L ؘ i)O\@޵K'{8*F^YPw7 ֬k01_ SV7|&d4 =Ԟ8$j'B$FoO1֨Æ[7蔛%TUJva ]'趕 2U66H`k谠('yLM^ ǽt J^(?d湃3_2W6G{`(܀M}j*{Vٻ"IKA"F㊌92"M:ɩKנhpV{< `<"I <1;Gń+ lI26d\Z̷<؈HЛcmZ l'UH:CIE⋇9Ax@>? {pYPLĝgJ۳UZYH 8jm+ޢv*1w辄&GOMP7M`"e٨SKjһd7m <+|#GWUFP 9t̩[p<#Mʋܕn /C+Sz>vB |9+S|ۚȄ6n42s n^~oMX:z֏~P ^^m~v׃3ܞ)[oAXkY8ZqTگ&2LiO'dI}%jw*8Ueyl8Rw#T(`YFWczuo6EG\.O<`5s7!HJfU̍ "<װyݑǠBb3]~&gI¬O&3RADK%\H{ x8TEK':y_m OsIC &T\i^5gutpp ~""US5mՅj]:DGVd׏xp$;iq"(lF.kJVL5X4eAzEV bX:p3}=ds5x1vݷߗ-UqYcXvUx7H`%y!!aBdp`b3ݎLnAdx2:=3 l4. N7~b="+RI47&&ӈnX 'FyI]8/AgŪJ]ܿF/,[뽖#mKss<>_VZsr]!G3US(4$ݑOc($LvEǻ{cq_XN6RsD5Q{ZVZ Ƌ{'DvՖmGd0<h/̆թ_]{TVIߓZAĘΊm6:5O+?C.;\aR ,,u^eBp༠ejM~c/m)I>OXgjP?Z}Φ,;GTaT궏WD.#?ǒ㵌zh۳d0U.ɇ`=-ȣΖ5*<6v]v'Ce|,w*Ř7?=1fZ|pU,A+Ɵ>8C1-lٶ(Z#)&߲s1đO{MeE6$j Cjz5*ޘZũ# X︠-F eTe[8]`j$RÒ%bu~c7WqZU% o~(m׽rrpK0&=P^ō"Z=µ t(δ WrcvgKi($"-kIC<6B%5+QJnM}#k̂TEVy(z#M gW&)B R9lE lʜrǙa^ac-2w63LŖ=*ʂ~RN lDEk46I2/Pݳ<+2Y-4sRI ST;& v4ПC;t~uCw]0pB`'n{6:ěTgZ_F#60/|9ZS &8SlmxtmݵTcF۞s=u I|z Ƴ޶); 5ZO/&Eip"ɗlX5|«36"4pu$Uǧ= j㒰-M@CyI+cװ O}]Hְ mwE; wtĨr" )AfM#h!1iAfLgFcD9踛Tv_𭢌]m;W>eH^.+{qQGlKOz-??#+.1L٠e/ Xӳf._Vfp#AWgП "=rђEPœz&3W10AXQҊtn}4I_CS^#kM>*G>)=q\ Vj4W<j`!/Lb@C|+<׵LYpPG`DdhPZ3c/cnWG.׿˹6ɂA;yZ<|j[x ź;dPP]ڒR͌7i+zب?Tw>YHX HhG7]>Lw|pg5*Dtk1>Jl[KHGU%o#KKׅoQKZ8Khԇ XU=E`^ rCnnI5ׂNS 2S3#T5: [̀d1`|i*%5%:1U9jl}+fR[#M}PIx h_]D/ˇCQ*:D EoL}!R -aM29k b1`ٲ>hdKR剴V7:iCkOvƄv]I\>L0]uP hAY)qv79泼 'dio23;Nj\>Xx?H-3o y ooUGyn+0MWPO.3+KϱO? "]d(QbS~[:Փʎ`|d%.3ChJO3,DnB|G^2KhA ӍMٟ JwlBtmnNnh,+~b. R4ZEQIak?s !Έ#3F"bct)Ǟ%8הHOd15Z+XJ.w~!j[a(<ͯtCTvVZVTYrOo [v1A1Sź8 /6(YS剶''ĔJth/S6CȺ@ۉBd&zhy}z<֪Nsf?_TI{sM~}? s:v*C5υ]yM *[\̈(V)@Ѥ;ښripY7ѵL#1"-a+3)vϣӂ/t ӘhbR#e I_ srkkx]_?" MZ['9wzjH}"g!(*,x 7>u|~uyU1V5 O%%( "۳omGJq\iRHS4>6{!B ǑЯ[/+r`FJ<6n?i`%TzFEՖ诜b5qbR=3SLfvl]uPD6Cttajk]L {,ws}L⿼'H;kjFf!2 ܷ{݆h΢RwZ{( ˫!ж MUŨl1|aӧJgZ{y*\51JHiԾy^ 4E:uj\ՠeKbBY9+A ]]jiR(N(me܍7mojӖRBgDS[/P6SUZ'iͱ?w$YR:tݚNW E~J'f§~i:Vl="`=t 5WmZ\Z U `x,Bld_*$ r2<+&]N4Wq_7jzcuZ*IW;D΅Dгjeo7kïyɘo2QL+Lʘv+6 !Zd~o͗a$#U!c|EX2f}]-${_+,®,n=>~G]@B)R*,>iHu->D6 D_&䰛ۜZxfm2rt߽)tЪGM{3T6m'ۘʫfJEFbҳHSUz_st`HFܤ}9MfBDrXY>CߴY=hW7|ܧrLm +iq{ `Z zLCj'uhs,&:.#Wnb"w:K@QQsm! >佝XSBC*8{,N Z2v=5$߮hgƭWm^x.hbM2@%8?X6y{ʦՙtjy6|y ah?FNzؗZ/jIt-IYyq A3^D:u` 0q7HgA3j{n,^¿@4ϱYA;vƱ8{j!/ 6dg2deR}>9/in3,P҆pDhj'qYɠ7M|YvE%,bCaO]S;tLOԦwvYle_+͑΢4/b}Cv ͒Nk}%~Ю q0KB~Q]e,$Üz8m Kڵi=˶o䠮!ɝz bwh,6͔-16A1oK.vYj/ d8sOXU0TB2HAGn2k#hi+XndW82Cgi>0]lcRS_zI`dt11"υf\,@AטNLjgf_Џa6x 4kqUsb|%Gv[/Fً'^6qBg@%?g4b2"# L%-( /:_0e28>j1R?ǃg|u.׸ K˘ғN-{HFT_@pM{w@;;4K4fXgF\[Hjj;2j $[ۄs݄'7# q"<[ PoH`jDC.F [,' Tܼ20`8);b$hdE+XK&ũlXhy\ 10iSDzN -m`O.1È % ۔)e~N#ntv=feΈV))'T0W΀.>^{ -YoQAD={Y0[:IaYf,䍮%nk1ڷt8(1D aȽrX6Ek=-IRɏywP.XO@% Rq_(pۇoDW)ʰ>⌬9wiX@ve|,GnHz4C `;m2YE7 (0Af@{4ݱuh#q3#.%_ nb'8# ?M{ TQ'#Q=1v< 5e JGmKJ>6EzDwT8уz{S&9 =UhC}S#2G*&"%)*@fLnZ$jVL?5[޿(b``:6|n( \po}}1jxKn;y%Rcqȁ qGӐGƾ ׇH1|%!S/I_}mr4s@D !ol]oֿv{36*&tx5_i^t)w IurDL)4̕.FhF0dmME٥^/%xCuw&])q(doKK { :h9:l+,4xJY}vT%$ֶp Nw&232;IeI=N[:_yX[I>-X? K32dv j $=C^R8>Nt&%/ } E>`;/bt^M|%hw ڑ&:[UB/N^gU p ( lMSu@K%mTHR^ٶS06Dy1:f(-G~,AT?X@u>|$U#:4Ċ.EEf@$J%@zTA`9UJ5T$n_|q|)y~p#*#'QBQY'`7No Tt Iojۄo}fybZ}O_ Fb*\OQ4a?LUp@.~W|9?b vV>#d~P7,5;I:1'Q]CiwS{g\E}ƶ8-A..>ZO1p\Dc?!nY[ |&A;Eb 01;ȴ  9_0w(!gĥyx;1h./H<xK%ZXx)GKP+$\5!V <]x3XC}.01k߁A'Ů {>ՔA_WƳ*DY馔 2*3aӢ8nNy!0)Z#H˘אsFƖƓ1Zi6`Ia=^faU+2nѬ=d9 x5tqMdc6?9|UX_ Rmߝ%g[̉F#CFM'̓Q9ERˁB\S) RfyR\ګzvJ9Iz%LuŪ |fɹ-8[lg1V񞻴Cmdq?7-0y0reeUrU /*n#o7(뛖}h[ĿOoI"V& a UOszAkf#AmY1G7-¾ƿBumcH'\yJP=z̥!=< ?: c]+7 ]bl>+aVrM63=2CZdȢ<Pl5ZJqa,:jjLۖ} E? ;xթmܛ AuM<9c/HG in?zCN깬Y4.1%3rDd(Wk܇Aiֻl8_6O >V 2Ϩ0E1ː/%mknb|12n{)saDsJt{ݿ=.of,ېo*D؁V*ҮƵ9T_0ң/NS֏ӅG0'Ԫx;Rפ1L".xǺ;G>J131pE4ѻ3(Hf<ukdkr9 V19$ Z8e a _GƘ9]/W0LU$էj 㛲ݴ˄ϡg+EيI@CFj;v fmR|e6$\ (W ډ$^0PeU(5մ?+{Pb qGxH#nl?%fmB{VL4uy"3{I5dzD8޾*I1LmujkVNLvmF`ϛ Zˁ/bVnycI=_k%`]7;=.fT:#|-nͱw??h$*]v?pzRG\ل0*y8)`p jZ4{ F稹oS _/O'WC {߽x, 8bK*0N1L4I_q ju/snb}Vw8 wr0ėk >v*/r@t1wׄ"ȜطT߂]OW퐐y %嗱8Oq?tCD'V#qF=<08۝謲r J8&5s)}e{ȅ(l_ vsiuˀW{[1MIHV1ɞ^~֬Wc.* <W0J>Mhv9爎Vת"sCi;3 ;)PeI84fYva:ӔT|mVO]^f13Y2[p5!\U~JTB.Z]躢5q5!a;-RIU6I!diKv[f Ji&@?Pd,3`g%TpEߵcDJ\^f9qR< In=!; a=2#{EЉ{Lj1BE5ZjTESM(=5eNqrWE8 )H{lQ,RK&9Ml=!O.Q*igÆ\ 8<lءv!- O' JtRO |R@zd;M^+mIh'PGCA(K<^cVKFfArqZoY1G>),`2X4X15"~I1zmǿ#(,c<r›x酋wyZDhaz;<7)\pG:K|!BE?)ZuyPRe̊ fුωh~h=H\Ku@l&M{v&ri@1G$n_kF+`1/*XO^w<6^Z0槛B݀UeӛAIySJi/ -Z؎@#m}+}A&o 4* p 1hUfߛaSa췤%s z|-mB*%;]¶98.0[UNU+ $.Nedާɛdp2m0!i+%qLufDyyKRKRr 5ht*g@:]gSTTok08/MVQP ˱$X''ٴ j&62J5u/6<2ALQByg8@xXӰ++֯A%u$[Ƌ\ v{/4/|7k" HG9=P<}ujFI̴^i9tMiъ'\^pGj:.Q߂VGӚ+xm 6J, _D#H$4uFmuJ[xa1 X kwgiYu<،"jH~9Hg Jւ<,5k`V-W,"\3G0D~^/{RAmJLҏL "5ک̮O_(|!ȍvu}}eX wq_xdc®)RXMLNl)<|pnwe$Z8.@>=_{;_h:EpܫĪsz7ޣ^MVӷ3)S<45+I 72C5nC(8RLkA͹ˆ"5;S^9@{UT![f&ٗ~KHob%/ydؽ־%Kkk;쪇z!kϣK`p5 6MlYa3ٝ4+D&SbS%c >FΣ Q$W-4fH!lq6}[ Bbx l"-Lf/`>O町AJL[@w=*MG`b[jsܹط4i9,yiw} Zt#XF-{,'c8|%,[Xb!;e=(. {}knTW( s5z93ݔ,2šRL/͙<* "q8yZ.>.v;3e)GALSt|q2ʫ~(-Uy0Ŀ༧0vE+Xl&RH5 ݲN,'UV4$PhpZ'?3=PZ}f\)?vU_=1P%ṴC|dAW\>4魰jWk֞pÐTLo!.ѩ:ͰX+ݔZPd]LwG`< g7sU@$T"`K/h8sJrg/\^ E݄3rTX7ȋ2kpt؈Le0ixb#xZ=Æ3%C9"&4ޕiS/A E[nЧ(R wk{؏*GHw/n>*K>_T7{JLLRi'{zR{ݙv6=..QKՃ7?d kg !١T J 6F:渑*: @S*\*eݣx(q %&5,IG:k8 VF# G Pz0,wQ_K ՖaGX0\qhNu:kAաcJ@QZ(ԁp;Rq[]cyj5NԹ.:yXySQ#~2b% {Ue#m:ZUE:Q6!Ls.L߮LF} z^x fU~xu!j3] ¡||[Q꼑_i==( LO"/_uge@uҸz+ߴZD]Huz "T0YADw7O?wEUz[jkfF6;XINT5c23>oc4! '%ދqj S]䈘v=:l`Y0/,}ZS1 14xDK5y?o츠 ^hT7UN p Z:=mHi4?[Ejm׻v*KtE}j:EX_QFV'6g1w\|v?'_71uƟIo(;$ /#ҥ]V\Gj0z<!5K%WpÅ(6M(1 \j{t܎ W7ňMʿ6H.yN[4_eh5f`hWUCXGޤA9{?K=!>ܓOp A*DH" %JݭAKs*x#a5GЍ=V[z1k' Q3ru 8fQX;FMpD쾲]a 1mJ4q".v|mƄT=h%ɔ.i{2`~Ig(e\^(4B(S(TX06 V}*i HGK l`0(%]\Jnؾ)3ȩ`px J0tI!4TYBzhé$ӛz`$#Qh5047J݁]B"ɓ;[>ctx@'q65p) Dz62аzZp@~w1Z x@ekġP`Aq-&[sTwPf)5KV3W;Ϧߊp*SN.|3$PuüREB>,W0#3H޹_3G٤rr:AN!mPYj/ON" lpQi&".#NٜW1`JyѪxhh ptcA |w, jZ2Dh*PJY;hnUBs3x/ګ1RTp`%ŏù9 1C nU:nU8uq[urzׄ_d#߉t0ޭ:Lzof ĉBǃpc\<&=:'JZñx[Gi=3Nq9 ).E;y/f^Y2t=yV+Gs_T2U dqwP{3 _!穲ao/s%֑04>tJT]y3{\;*pSp0jU]A(Ecݩ zfܫ} =U>wt ҫF}H0WS?074Z^> x^:6O oM]nOFA͕c )MDȜO vԠjvv9e1lu"7r2㏧jRW)|86Q\iH ?4iUXYTN$%+H:;vAOsO**RE$4 ?:jw0ZqH ntw*3ܱr[F16ҭpnMEJ퍇2]zq%>Gg K[ s\"fFx;󴰔yЇŚ1_f#.CKhk?O9[ע_(.4z* 0:Åh?!14nyϗ z`l7kls2j~";X/B}X7+="z_\KXM5crl; F$?;4Z*+nTnGB/N҂~ ( ^HQPR]"MϷK?{`i4k$KdClYq {hߦR: EWE9Ë ʃa?^4E| 'qwj@a= 嘠;NR\ˍjf۠uAm:/WUOSRT Yl\pn`5'|tttxMfgY7;l}56Gn)4~JLSјtcC=!t;4LY#ѐ oZU d(Ӥs"{}>6k \pW7 7čЫ(w G|#A(b!b^(KK"Jܫp2I~1S2'z?찥;䱆ʶze-GK"k~<}? qŹL(R~*y6nހp.˥ cpCX1Cš|ge& vPFnfEu2vw/͚6h)ݗ2٣XZif9Sr!iA'iZϔ1E-5z/R0Jc$jb8RkY/I*g"Y+X'l?އ>ad#y~F3*KBV,'ԣ`bj#Z:Qey `G9p#ڻB̖KJԩZet&ؼp=YtZ.6<,V732(1Ni(W/Ku>ޙTYmPj峂A?ꙤqXz59iPKa`G鶵HSN_0BFTR aZUȸsPPGQ lj(RbBMyg vF]iKQ䅓*CGf-j E ~6H҃߬N:*SBR#+]_O6qFe9`njTh)^~\?7dΔG:-FnqNE:LV=#jy0)vlte{/$`os6fyS* 4 L 7M!YPYz1}?(b{U:ȱ;vAfoI*/OD|)"F,d#;xP(ȕDϸb G%/78<o6ֈHHKryRy47jpkFs@?Fwzci]GɪŨ-Wy7I.,Ґ Dzh)]w2 :K u0b #\Q;#M] d7X{ <,o9Ҷb =>4n*ۋ KQf^ࣿNfcOn9,gט/ű9$VL+gz3*sEPjX $6Ķ[8xOU=S~ᙿl2[]aVNd}=drmtNJk(=`a7%E2ܐiFxvk2Q/-{+\!bFP<)cӛC^-q:L%g/yPXi5)cKQ/j!wW/蔼4w;`uy5Ok@{*YjnQʐG7HޕUЧL~iA"[ƜUrFΣ`GI%$TS.жf8N҇b)|6AyүEǧܴ{WylDXɾho[Uػ>T+D7 s(Y[k<:|%ǂ??N1Q8N ԋ IޡS`&cTF`8bOKPtԛ@}i0vYoggn?u p;0u/=Bي?V/@`'BvkhFE~JS{ڡWu7S>ڷqA 0efiIY0k=?i:I^UinE?jY)_hZnB وY"o/ 'O'=ab(q2nlL}~=M@\Fݛ- w:mcރ<)I>1Qg$2Tx3\`b3hZDAVn['tUYU-vb@fQq_(?.M;Mb[yk8?aǢtA鷊$DN3&V`WW +xC3>{4ʻd)ؕ3x!q@ 1!e (i\,Ta8UcHw)&Ol݂"wns5ڄw4x 쭖#՜^y8ȸ e3i=JWY qǟN\(,I$%M{+iG  u+(͈(tȏ,=pKky3tI@!(SJ/ Z]J+L;W&SY$5ɠ#kwG9S -~ĥ_6n{i*GtkS(K1Onskf3 !x>^4tto ʛ=Ǎ⇫@c4uщm|#~@u2( *E_oS)).S7fiMurBs){%={8WuQÂu&mnLT߇MUMYz5]MW{9Wfv0EQx~ `݇? |pֶA^6tuǹ/:b I ̑NQD鶦Ǒ!p1( n*3I ]73?hAs [Ei\i48A Lx4*jqM L-迅x3:x=EV>88An*29cqث DFrGV^倭u878XSx9J}Nd6\N;0$>v: Z? t?IxV380̙q>jTs6XͽsCL\92F }H("Lߢkeݒ }h)>j`Jꗍ:\d[gve2$:Q <%(Gbrhޭvri W#'b];֕}6?d9.rM Juk8SJ|e}@T6*!O"ܕ09ӻ1 yR5A"]ÞP·烏$eE ZFWpŸnUFMIĞ p 54Pd~+9\y-QT6nHVHv[1ucr<Ԙ>;yZbQȮ &fX䤭HľR@&#nugj':{x1(7 /yb$%wV|.*]&ɀDkL\iR7ݎe@O&~zhR@?D8[(-AXK};(t*c Yspdr4KzG?^{ѡaH{NQA +i mf7yS%{=qW)l1!Wu0Ք?k}1T%Q5u@N{z5/L=g̓n1%фh$B ˬx#K_w,? ^ruA:Bbҟ{vvEW ɈܬpPO(ɫrZ 7#FQ^2dʺͫgVA4jY@Hm'M,/o ɠ3 PJ7O~ROIw*P5TBXl[EC?^%$7i0'p=5y_\mv ٝ W#R? Q.UO dCλМq) Ƽ&31[!Db}7۰B9w0\2w=\=X>e:4nhfPl5Lʮm8_?돌4ƪ@a~VUG_f$[l wWgƏVӇ17̋ٵ7Jg3<]#=J?^*aYbzG)r'yWtQ@bp Z˵"3 UkuixB‹Vĥ>-4"NMLӁIINzT%R /9^F<7! ~vd 1p ڄ3T%mآSi/aH{ُqLD! &#'[vRGCB~ڹ>n1qۻ2h(/a;](PfYcƼ6IC߽K>Z\蜱ɓ5z`e@oC(rajkҰpM\ap#[0\PU ڮ;%'D ^lµQMSbhaړa.s$E}~_ai29'qZi.߳Ty.sa_lRuWh?KÍMʽTO*OʤHY^@sOZ 4:u  9Me Wtz!h۱x+> KV s;%TLϾE`?B"E -ixsߜm5!^SY>He-2$r \ސ4EڛCl;Y0-c{P0[%>6tbi}=Byo]:mIS_TW!Wm*fi:չ0AWIWz}YfZv^XBxѳ#2$SSjiIv?)~0??Hϫc_a}e8^3M]Pi d=J2Xԭv2R8iJwO@rB]fR1_VAڎܚܼ/hπל{"Võsvo9?)' m}IàR Z2CWbEX$QC#l%GIӗƺ^yegHf^"eIȺ:|OodW"Es-,>H2pDfAA5HXP+'PRڗjV]H>{nRLzڶG (*g+fGPLe)}/%NقU~MfB3Pn;1U;_ccLkR 5VZ0б5Ӗ,OЩ mf܏L'.!igUQ3u6hiaoxA'x&ƥ&t1&0 he& H/Μ&/ۙgHKl.PTSv&yU#NR\}jp^H-=Cר͜Y }xX gV^pjr>^RPXΐK0Иҁe(#- *1BV$BZhn~hR'Bc}I1D,tnlLDTyVsPi<բq>i)^=R<([ K+a9( @(fVu66C^Jl\'B5=ZP żҞ {ĢםB q x">{ٺqC-=_ x#]n~bbR#߄W '9r*ʻ !(Ғ*9h#6neAŋ>c$BQp#hLhg; UE2y&w2;v^ۚCDQl뙦 +l)wd3<a  o_]-GV赪rN_P* /9(x5Co?\?UB 1 {lmlQGXi8&;o T3]ڃT%I5 .Ƹ`:E'^"pp_6r:oMWGNn24Ou6p^8y}mǷ)X]C(I;VH(iZHf)ˏzRC;w0h.R6ytWJVMŲ6 78--oB*3K9Uˋ*ґIuIueabA6zZ;ڼ}$=+ ;;?sQ[PVۑʋONkAh#hĊIg5|9tK^Gm+':W ZZޟy(&!Gu#6OpAj 4m{ &0 S[3.A0ji l44 '=MaSU-v4V_ۆo`~dhdhRFH]gkixmhτִhg)FhyZ7;V5Bâ9Vun,[PjJ ό$"cK+4|kJ9R"C^sqR@qؐȥ=~e>:T+;YwxQ&L \K>կtIg%J`|7R׀"Vl( @ӵSLC>2[ ԝhl Y p6'|TV+b-E@O#ةi2'sh Sjl]9&sN6p$ &D'①u21]s!C]N7Wq.+Z+>G6tM_)Vlo bwU_ F"mf_0)RQa =ầ|z=IȂMov k*_$t50:.-;{vBqM=>| JOwaR2&Mt -P?M^k؋_UT?z|v f[(6Kjx vuvVd]f6.D6)-VZ&+zx)P%2axXÍ Ҏ.&c=ɿ&Imy5 iM4Cegߢu[Q3 R NY Kad_{ -mTn0Lw =5/Φ|c}ή.*}le?EwXױ5F"2[TtG|NI lYI>(}vXDV܋I鮅05CiU9Ldۻ=5vf/R w'Ddis>u5 g< ֍ޣX;7Q}λV2S l:Ye.tx>,lT=P6*[eK |L_=ЦJnҽ$a6_D&6^ 0k{)׼١:<\>|ʂZ)`;Q`l:rp[be.R% . #5Apk;FޠB-s~ێnʁW?xF }Xu@Z 22Uvu<k'_C.vmHrẖUſxI'bF+K]CWDnp[6KJs)VTw 3oCζBlOFOL(w‡ݶMi4JG w1t 8裸kjgߐF]rBA;T!Y)6Į$LZO!wT@6eLmMn'taqf׾*۩^~ޮ8%ieNwH=?`T=7;Ijb)$jJU"͎Iu`l[m}FQ0o{''~=[<S^;/7ۦGMKe0o^ЄE!0B'Ri#J=iI+.JAx_]So}X=#)١y'1~ O͸C.՗ gC?y5B0Gari7=!)!T3uξh|{INtߤMX4нI4pt!r KW~ٴ%K'pq uWz9!KZ!S#6 x6å j:|I(BG=ߐ;1hf˥W*ΆCX`}$b牱X=y[{!沝:mKp&+K$%8b7L !tV>X[:q1lUKFɀ8ݷlZZǎuCDk&ʺA@N?J7pF) nHq6|EI\v$O6vik;L!Uٞ`&~ɽz3-㳤Vv&8DVLMוwtzʝ:a~SXdx( JMJycU- rZ9 tgBX颭X!vbgsѣ2KRHR/^;B¸>&ٍ5_ͪo[ö́PwA 5ykBb@QztVs*6rHHl(OvD_S9 :3 !r &8{Njur5p"0+PE+ }`) 7DKDi@'iH@DOKk'?j7 LҞ}.i`ȶ9Ī.NNVlz2z (, D`{Zh(Dggs {ƙIj49e1qZ@ęL)>)KAe*H[aIxOdG4"!C` ) ۑ(83eKÑe- d 9@I'#vrZ|q_K+^ɱKS^ʔsDtҔ%; 0)1JtfCߧjPOUy~ ͓Ã/ZFO^.eWUD8Rb&1D :҅<_T*x7 't֪qB{!KL-g2$*jYEkq9P:5{; x{*|ag|`A+o*`:a]0BҦ),e|*eM~?p@6@⤼UYQdlXN}-+O<(<&엞\ȋH^U-^ޡC}Z[Q;;#RjXl(A[$5zX2]t4yךr_y/7+e(3“[1BNbĢx_Hp_eHOTb0 & O߳_VG2z\ ;=*kPoWkSêʣ'w$I13FPJx{ ,Sgoчd,ܔ4*A/mOo_vxv jγfx&%NNp__` ZFN"6.tnÆ@/aSi#zA!yO(P1[G[VN)\2r'N5^i:2r?P@QcuP#xEq MԺ*6Y%99GΘ*[iC傇Yü1bg&xrfeXAۨv$AcǥۍH+̤l5$w'AԺp,t?PF [=whș)x&8Ci/$$]4XҚ5EEf\ Uꙗ1ROB˻#>%:-e0sXr QYXbNBEZa02tWǴ$ Hd"&ܕlo*+m~wڈڤ5OUԍw0%:řKQ@B5хH',P| M2T#_N/*'d3 ]¦i։b 4LT(r'C^"tɣ:ϳI[QRx@ F2x ['t[5.4W -ƿx,齻*e4Y&Dt+HOJwo'йŴ+D}p`t){>dO X+/kO%"wxX C۽'Ymt ^6+b)w5nr;l5O@U *E UCLʪdzcZޤ)P[ -%egV}$WC{T8 6^y3/YTm_2"euFޢ[$+VT6. ) 5 (^nH}5~׺7퐖J9g l_kΠ3 L1 _o 챪CC[Tċ0'|ꑕMV~^Eq?q\͋/LQKfĮt ) mGR?,̙zrpb?}Ym9Y .{WIF NΫײ&54Wu0l惊?;\fT~g/O˗JW@EM*{.NٶLy(^BR4|L{wՎqZfGP;-|ZϖqO*_,E;,1.X)wZEۊ~u v_Z#F}Haj~LdsX?{KT*}d rԷ)+RLjf=}]#dEhCY;v w)f9',~J6`Jz']I^L3j9NR]qQaa4``fI*tuxE,PLH뻓WIea'Pa {D䥞p?xsF )Flnb, xr9qz1Lg (Y0r5x7X}!v1 َˤw 64V61eDq,Ҙt :*=>Ĩ#b2[>KSNJqt\>)5i|}'iZM Ă1Q $f# dʴvhWj]dSS =/6̏UEXPh.=R`5orqv/&?R)X-)ϲG~Ta/ ƈ%M5p^Ld)ʓ+kρRSӻxebeG} vJ"!08LdHJVeΠ:$'7YDb>qo?Y%$/_Z;nW`n|-V}KQĴ/(B04cϤP[μT@<bzDD]k}|Á0,bX,Z&ŀ'ƹ 3>3k Zok?^n0BG %bXW[ vsvo - G,8?3sb{&,MZkC K`913^Ê*\_~ /d ՠ [^KLg耺{Aw@M*uՌ,>(o4?!8dpD?Eҍt#-tEZmaҳ$Y-hIRM-,`a=T,BpKlI|ev(-\`ˊVX#yqXsh8cբ5%,Myb3SD"TEwsfmm$6SH^գ.b3Mr1Z䝩fْ&+&&8\̽e771-#A n݂C{*OR.ڧ`ADpQX kOuFnzDJ5Q42Ě{~J'G^uV4!c\9j8>} =gvvEXP Fjbj2yk6N?ݯ=CHFݬME')`bB5Ts{el2;@( œL[/{lKfv`4w@ȱDžrõ2fl^~i_3bYftaL߭X.z*88^|o\sxaЏ,je&ی+.h$`Aiie/2Z89ڱŜI0G}|IӢ fDž.6:E4f5NMSHd6Eo9jM,!*ؑgISgAҬW\#$quį:QP,lƎv1Y}Qp"n&P"ԪCHwR}_ pFdQ12,A Q(ˍԗ=DA4EZ! p``Ƿ*cO;uل;#Sl?%!^%e(o@VZY~k-;8]q#Bp\2Z{'_:]MvcXl7u9 :CԁVOegšmf5tw17+o~VDzoW)Jw]@;3e+5,,㝮~uMt-\c4)4 tzR+3WE"psCȔۓbC %˛d`0ML.9nuW>4P^d/Yyc8"OP@Uj[02Ϯ$M!V̬Q"fhϿY2~":&ݫv]ݞN$Kft\hPZL<%6(#Lѽfƻ޾ v9#+ɯ$D>MTq]|/[44U]ʦ0ʧ-sܩ;V3le}QTJfgK,zQG-)td%u(׊v[7{塬ɔR*ٹn0| }0hCHPS󂎛xu:G$<*1:kyĈÈ}p)0Mĭ$@=렾>s K G:9{.ثZ˕ ;a u $p=͗KzJKF@2_SGlqZ 2k{Cp7C>d}Gm,:6*W]܂T 2HV@x|ƶq2uO H: ;`߫#} ]J<ɠYF 72s7EBvv݌0pm%!s+/gw~!~Z氕=Zk$}#)_p,2#>V%G$َ0F |8\Bq$zoY⡤J@?Ȅ)n2L17tM#դjBrv9! 6nTY-+TA߲Ə.B8֬{%{TBx XU09a*ȜfaTFbVmq㾓N^㚎Šǜ*5*HA3&P% X`t]*/ hTdje0[ RQG,o/t4{}z愊JOaQ_@&Xo }4:+͸rmP,lSMnGJUom+A[_&tan+ck|MR\lQ#0|=8iiL(fRsG/@`>t_1|l ofWmiy:qs$]@>O!e .sY[ A\,k&Eqoox1^7Tخ5Dq sKKN~e$5ƿQPV |A"J(cGa~H?ړ( 㧻*5lGg!rL5*GS ±~ƎukRo7U2jDly+` 1nǦܺw@i3Z~):\ `%XBu8x*G[Q9 b*B(^F~{3{Vk 3J?ñ%l5&rPI+%6DtЦ4{[ Ύ?hw ' %a:C~=DvGi%kuI_tĎn"?VJ䩯Yb7IYmG!G\=PK#7 ۏ-wqJ2/g =?wM8wbX•|X_~QssĎ^Qζ!YlOij%mx=@)y)Z/gd@Wm-8ƕ֡.{qO;CRSt$Ԃr׌"MzWg D^?czVE h-x*Wb%5/b`g`hlOPI{~%'ҏINQjx%Q\:{G :XnbNԠӌӡ@)h ֖&J9z-sB#4V %[ceW\v-ԟiVN;O/ϯ N Y.[5QLY ɺT>?@C'%Ts Q޵@Lj3rDh&;̘xKV q6J8C]Ð]7Z.hIC;Z TKGk{ ;NH<@s+l9gK\uq."%HIwsBt4Vy9<y4Y]CyMF>O_Ĕyci# Z(8_ώ3kZ?QiOΤU+]Kt[e䵎DZ"tdd5>w>hmZ"lO=&Cܙ0IqP缪f aAw(3ALP ^]wc(d4-\ mBL. Yn6t\T9WłZj(vF[hzsPfj&VwPLn>u//,Hsw+ɷG;P"J_nfe u8ʹa)t!h+h#n;u`ZZ_-,xopZf ヿrloi=i?pD-y!5>],fro敽pO+xWs&2ZXK z5S2z=tRE16BOyk|׾ Ahdzl%,{Z'-9B^?Ѳ7&L`]ǧ'P_SK-L A`QߥhMPG_\;p~0NKAjTW);8w,s)`m)Y=t2gGܠ:mb~(:;{036֡;;;VW}s^6':zt!uQ'0K&B1/ kVQXVv}Լ˫!: AdB)wۅ)a>Z -m':+O1l'4h24!$~;ا[?:.*u@j71CDK)LE<7Dcd!lޚxKi)@l0yy- RB7'#wOx1 VB&SiBqj4!9XԃGP\dezgR"8:K+A ,K2YIJ9Qf,/ߑb[X 3/=#9omd*|8"9Zim}:hn s\ &!{p2˔*z¦^urPOSxɚZ ><ƓvŪGPEl'Znxτ*΂2dDllFqnquj+;g,3J٩3^3G}C{(*ZdMяͳ jk.[CQ}8&T ,-2(l}@uØL{^L!\ yeWnxH/(Uޒ߯dǗN"[_sA*!焧SLт8 ~W񓾌\H{71l"K $QȣlPoT=@`ـ; 06Ff+.~B.+'BRoO=BLXYpCl*F_c#F(oN0`\Q+)7Yrc簵] Gۢ҂ @>@!)Ga&FyِE9!V%B*' sBszՖWW6,s8SNE A 3]eu!Rx7{vlЌ?"!m| &"IJ9y#͚XG/U! /(8W,|t;StIˈiS4K)-ko{wДvԬK"_vW$[gw@*f1A;֞˒yk_7~uĻxB~a~__j{4uPw7!w뇸 Cu !/"IBT6Z]gPGkjUwִ Ai56;mNmT{=X%sz +ƭ8,^( q\(_ '΀.Ոqs 4.UGxN###(U.`bSSnJ$3/ 6Ѕךy,يƶߋGscgz_6O<3m>~E1s[k X5~I*L}2HXh:`N`jj   s+L1oQ& 귷6anp0|;mnyն%DK$Rr uڋt(I51L"۵=(F"XAj>UEBuC[vKIe*4S'8KD\vEOXt&nۉ涾KiTiԧj#Wf4:[m!Uoaq 8 2ޠ?BY f3} o|WtKqJp6&ؾI{RNE{{FLe9Y\o #wrSbX4h{i%`Ȯqj-auȭ@+S6iv"N uLUbY}dEW0}:7J>z^97ňzvJbs>TcIykRU}4g x?"Q0F&{CmV+oiCA\V>/"!Rbk߃mw!0cb迋6 o<8O>f.7Gyͩ=KU~-.T3ȗ~PL\z*g r!.Dѭ7S&WE'%<Z>F_-L7ѣ"y^Sao]1x+X?pۢ ֛S }xj7-s:=?[jpNFŜG3  :6(X_D.x!*ՌS= V; BIa`mHoi*<j0> \i0UBsSK羂-Y Ph)xBR5rpxdh];7()—Eq0l -ܰX{p{F N2r[ioVl&XڙjZvR<:To6J5@f'[wlI@P:8tfKzOv>:VlzT҅\UԿf.b}0y21*aítZhL$iY~ ިL %bNc9b} AYCd*0.EQɷ8ǭKسv7zuCy^+RںVQX|i@ęLlj`枤vݷʏvqQ3(!-^H}vCs<(.s)?&Bӎ8$14JG53bHI) _z$˛o4!֎4n(٪ >6m#?2i"^J͓%"DyDÈNgFHs3 A4ksQ_혬7"52,ovԆL$h!;pCĎ )G2Vie} :a Qxw`sA\0P@Z7XFDaF,4ɏ|)6sVk"?WcfMOx‘Z8paC<9fE0{]Kwԇ!]p6 QV?+tpBgwVq{*COћj̶NJdۦʹi;HR)8L9\>K?!aY2h&8,Lg0ߧGVv\}6i4'Ki> Lw՗T$,KۺeUI7zwFRC 껳9!~n#IcfyDy?62eԞզq`͆pʲ~uӏUrOV젶ˀXO߼6E!\参mMQ;"AX?H*Ct9iS8qJ;4DrphYŐ"~2 T-vi268 ,-ok ǚ ?=yY3LJh&!%C'9G:UH7 x0b3ǔS9l9tf W9r)XEƷ޲[TQ=3T1WREϴ sX|X'\`Slsk|x`>.tXz2 [j:;'JA@UΚ&o JQܽ[b ?;M* K_8Y$6]'wC(Ҽ#mU.11QnP" ;Ǵvg?JeCE?G\ AJo7!OPDΈAPΑy4yFa f#Bf-t(Yж^eMn{(iv>zJV(8, 1MBX=Q&ߡKt6}+m^ l&Ÿ{| Zw.=}v~ƍvin=lASX*Pq޹QCb՜xsu}^)[kU4 7ZV_W󾇶I鏞o׷|{V͐_?,)̿  nhQڮO2 WF}, Co)ѡ̱GgdD YRTcly|aӯvܚaby;6f6i@^fAHw* WzuF4bQ{>ӿawt=dE(mJoG2 q({ʪLN"S:EIHjq~Z4&vfbᨤ29q'0ˬ_oiu3RR!EAG)ѕiLz#u$pB{:Ϋk ƌ/_ ? Zdikn^ Zb {HOF!KySca["Nk3w3 .&!'jb7(֗ T+ J3k7.f[) ࢕"AC? 톖N.dJӍ?tc<& ܁ c6E1_m Cީ\1 v@;a-(U| pD%D:ZYC[,뚽Gj_CHS9IU[Dy=r3i]B_4v7гžPVCKr&lG QHP@aki' Is<3۠UǾKrjYKf>CT:$.O1gv̡ IᒀDѽ?‘Cѱdzވk..w◱+Qh_\uk=DL/ѧ[,X{6z瓮=EsBoFuxA)j0 )]{ ; >Ն=n/ Q\,w ot2m:!`LT>&;k//[2(a50뫩F;,%$d:md{$<^v*;*r5m }@J10n:Nc(R-.ZVTd pK‹wŒ)'[ |ųph!0u#@Gm7@H=$l ǫ@ldLϬ4],ȃbrR|1ۺ7ԅ늦W`#:ܤ1H\f'IE' UZDt(AxÒk/ Ua*2W{nsvFgC "AB&mG2V^A]E!p5O%["chb)#%H۠O@`bX5ԍia[U8շ1 z#üyNu;_@ҵpփ;`Bm$4"SW  afǑ7lj+<0Cqi0!8P}[.,*TWu=uިXJ1P`*jdF|mvips)9mv]&!2f\ܐşQLLFO.[ATo\, I(r2x%)3#E.f+f^_ɢ{/&n-@:T nx˹xhkUΘӉfd2\hgq\4&T/D}?} ʇZH!.^4  6{{cۜKʹ7ԗ $@fcQCRh\癙)ů(wl0.u5pf>^! t)V7i5|*H20 Y=rY%VD* „zdWSڶ^ruPnY哸@UxyyUov.M@ #-ȌO/ÝizJ{NN6l`ieVaiFY)Wɕt_m2d֣|}]]&ţSg WS'#˛iJ+B"s-_ҡ~B^}Pq#LyK>䊐yJ*qwq^C cev(vSЌ ~e\sl7r@4歛U'_v>CP@l wLl)?> #,\4WPi []Kty֑bQ>Qp_C<3p^32QHt[oy5?SSMGTt>LмXd6_N8k0`q*wjnm@6j25Y; # qTH'K{ދOh.[OA6օ8lKBF+%o*Dԡ^@T OW-U'Bn,dQ"ƋRT&PgrF)-$X\dH&$3*LW:+6`W8[W\~F K!os%菃q|;lS)$dJ[DG9{lD$";DMtW(moPd|ӝ囆f iHEt}wm0ںp qm|S05)m{sTKU6!E XI4[lvYSeL:V`QqQ UCk ;g.ۤ,rCHI2}&$} $jnbe['7K Vl>E{jXHNz5 FLo}Pnҕ.,Fe6J4i,́϶cك _e8/w٩gԱ:R5}f Xyflpzm1?F 4qZv!hLo:ۤ 9#wLhz%m7JE=0 $3w&Yӊ>acľ'<_d`-AX'!M1VUsrJ @eti "tfh1&0=0g>1٘"{)EjU]]hԡcNEzxҝ8!_x.?]!9~.'xbFTrJ0$ID$ޫ.s8we&О~lP2B`bU8syjzoH_bJ_C~5[S[Ja71FBGM_?>a#xy&RB*KwR<֫O ߌ^<_@?+w[O/ħGcd4(.<Φ:3N =k6\DO$GQ5P⢆%.l9:YfhΏke[[t6Z=xF19KĹ ҁ0f4:}=3mv0Ց4*2$S+ԼB0jW} "eԖ?S;mLq0|Crp?$&$?}pPgh+đ_"$W2\nDJ[E . {oX4^Y}s?/=GWI<A;Sd|i\D fn^u5WVg@e\E6xkVʷš/J-`mH ghӀZW='kJ:va@Gչ?S @տ`Wi`6)[jIYQ0p]z6tŮRA95ߠEa_5 6a;kTb6BR) ,TomG+jT# ъ/ )Bl(v"xTd"F0:h~B^@$ (t}R0O՛G[#FDDǃ;Տ׋cǓ'; |x7ZsU%(eB?~{#gL-͆* "nQF, 9m q8H(U r^=7W( g,)Nͮ$+ՠg}Ewq Anà0i|@3!:gALþu`(pbQ_G*Rΰ% g\<{63RGRv^HJ\jb6 wXֽ Q-o!K^ @SuKlr(c"T~8 &tT7;Y^<$"fwRd|Kʕɹ(zzc>^dK k "B"ʓFgnhc9"c1[ vw;Uח[٬Oon6{ RF: 9|`ѼgU+/⥲(@E~8)tRjFTNs_fokR Gne{.j`-`1d1(?h܆a.ɒ"YlWTz\R#MRHYV:°C&S?Z yI; 2 $EZ iLk/ 8][.h6if3qڲ37A^?Y-+R<D?xN=f>Rn4A 3jJYv7mXIa&Ġj ؇YDE+G9( 0"ǏS AI/ۏor򃑩{2mGH01)Z\Vss_E88h' ۢ*.ä#%(l֫$x&h>ڀu=EPqK*ުyd`ͻ.߽D jOBFw> _Tw* ,X 4~OqqZP "6ŹI9N`^=XX%RUC`&l]14f*s k5,DDsCk=!R@5܌.6sscw;S?f%ѼB3Ҕ[)&5'<ӕe0HE1tIF]U3XbvQ[gތy˾g{_~GRHH59)I+LZ8V\ TEx ]9((hV3.ۈÆDd4vjֱta[vPwS6YZEdg׺˻2; Eh4dY9d슺':/4ƕ /! PB)PX*C\%|# fcQ :GX`S:"wbOnFm(LtmA؄ZnЄ5a uZہ'Wv IVOUk𾫳${X-0ه{RVʞTWF)i;Y Pn*W7޸ۯC}\^#Bq^!(wS%u8p"MޓgRV\`':Ee4R& \cŪx! {dlL?7•l Qj7exxf;i?`d}>߽a[^5 nN*it55g*zv?/>\oLb6Eo 'X l:O麬w`2ɣH$74'ם^+ ż,Ucv;uFG/ Cdǧ=?D~xtAl 3ъwMV{##kN&>%JLvØ8`_9* b D^J_QYك10/R9_RI³'4O*Sq1wL/ԃ.GAz7L0w!ԗ8WyqL#ҡ2)>^8;!rm ~R:u- Wj%~#-]l@Y"P9, -cZs5"G]n X^`k֥5p/lDa:'Nus\[Hվrk1 oz)aAu7p1IFwHJvKX"WlŇp wz3D$\hR>?R~djE.KbBkoj̬v7 .^pZ@>|éw"Mh5B#dlK0 竑}!<#eL\#4H]# PCK@G'Q3Wp{{#_*thn>ߨ\4srfqM?lo0|PDXwtsqDKEj n"P!x0߈_̣YsiM*dY<2DBٳ L#(y`@w'.lb7[%(eQ]AŲMJQ"*4H”ѧ،#7cϪ w7h[f&佀O>fVdb`kl`";̴ٲo'չiodgWn<8eXbPJ+-ۈjOW`7j z]] h*\7ᓮ1O%[$̶ۖ.BIp!m&e 2{YyvIa:`tǹuKN0>2e? !ͤM `)El%߅O)O*F͵àH ko\'4WT ٛzKrG?~OD7ff_ $ѶC3|GfyMXEiz$`{z7 8}pL␓qE!̂hx'0-%VRkd|E?{v:3~<ȊMI^waSf.kOm)nIau21}+] 7A/:'#Ph@%'涁Efp ey\ 06;7 X0(NσWIsbyEP*p~Ss⠿W}g FJ Zd~+IuRq5y@W2 r`9bHD&/ە*IiXW3nDiy(KVD+} {/*'_VP+>IAN"Ìc.zT4 e 9;gM$T&R>X]?9={1 `trW}iFU&^!Zκi1 9ש`FMR_Ci$Mqxpcvc) Duhb${CK- $"^EHͩK2sEav)mLՙ2Ah:&Dt )m_iHഽ@R~ì̬>Ϥ&G!Dh@M ,D(L˖U[zFG1a2T.sAA bv&;Rе]&.p@`B$ظdI(-nuy#HwX߼Wd1Kaq(v+jwdI:q;;6yD?ϝq(cP5 `/%+$̬mV$FL/ߛu6c)rS^\X, x+^` p;sB1 \#rGω!Q,_Y_@mVa>`o1n|Ltlo;Pipˣj%Wz =|)WI(t 8>| sB/Ё>՟ C?s hL5wc8 ̆hh&׺I3A&O@$2BXV/SFIw8.-'\{̐+^NX_+s溍e2]Wu1JnAIYFοo[T2;\1~zϕwO?BS(?b0ji3ҡ*>AuwA;D#CwO-|ʳwxE~0P1< / JLܢꜺ+"#Ai`ph,82 eaEKtTC|8>uuw@8\ƚ wJ >4>[Ts /Y.&EKGQUԩ\7sFKl8?/:Gb UO^7Yͺ5*M@:%,lADc%Y; 1J>70I+?-hfOM@Zt{GZE0dN(vP:7w̑ぽ%,T1۷iK%~7aXRЋ  "ck:c*H `A]s\`\~٪>mj=I_Q{%7+I&4ASua?Ug&~HELm_žqER?AMy~{*w ʻ RR0 9te\UTt/9s9?%$&b䥭9S7Ӂ47}oaDOA!H7G;"W6 RՙEhHW%lv$uGg|8!T5`0A\1M&ơdpc ` [['*y+ețֱ:s)*a J>ن K]BxEsov~ v v.O|eD֑FyBh7"ALe3qvѹ3."QIR9 YZ