go1.19-doc-1.19.10-150000.1.34.1 >  A dBp9|n=!溌M]]Mբ ia4{({a+R`ٚ]C8Qf4j!|#_o2mV p;?d  # 4TXdh    ( , 0@Th;(W8`9:FNGdHtIXY\]^ b,cdNeSfVlXulv|zCgo1.19-doc1.19.10150000.1.34.1Go documentationGo examples and documentation.d?s390zl3aESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxs390xMhi+qd?+d?+d?+d?+d996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d2e661a7d4a7104bf99b965685d5774125389673ddcb7975d977740087b9b8b365rootrootrootrootrootrootrootrootgo1.19-1.19.10-150000.1.34.1.src.rpmgo-docgo1.19-docgo1.19-doc(s390-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ddRLdP@dP@dK@d9@@d9@@d9@@d7d,@d'@cwcS@c.ca @c< @c6@cob{@bL@bbb@by@bx@b2@jkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.commliska@suse.czjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.19.10 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2023-29402 CVE-2023-29403 CVE-2023-29404 CVE-2023-29405 * go#60515 go#60167 boo#1212073 security: fix CVE-2023-29402 cmd/go: cgo code injection * go#60517 go#60272 boo#1212074 security: fix CVE-2023-29403 runtime: unexpected behavior of setuid/setgid binaries * go#60511 go#60305 boo#1212075 security: fix CVE-2023-29404 cmd/go: improper sanitization of LDFLAGS * go#60513 go#60306 boo#1212076 security: fix CVE-2023-29405 cmd/go: improper sanitization of LDFLAGS * go#59974 cmd/compile: multiple memories live at block start * go#60000 cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies * go#60457 cmd/go: document GOROOT/bin/go PATH entry for go test and go generate- Revert re-enable binary stripping and debuginfo boo#1210938. go1.19 and earlier store pre-compiled packages in $GOROOT/pkg as Go .a files which are not ar archives. These .a are incorrectly passed to strip by brp-15-strip-debug. strip incorrectly modifies Go .a files rendering them invalid. Some Go applications fail to build with "reference to nonexistent package" errors. Refs boo#1210938 boo#1211073 * go1.19 and earlier store pre-compiled packages for the standard library as .a files under pkg/GOARCH[_{dynlink,race}]. * Go emitted .a files are a Go specific format, not ar archives. * go1.10+ stores recently built packages in build cache GOCACHE. These are separate from the installed packages in $GOROOT/pkg. * Go build cache objects use a different file format than Go .a. * go1.20+ switches to the GOCACHE for both recently built packages and the installed packages in $GOROOT/pkg. * Current versions of readelf detect Go .a files correctly, e.g.: readelf -d /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a File: /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a(__.PKGDEF ) readelf: Error: This is a GO binary file - try using 'go tool objdump' or 'go tool nm' * binutils strip as of 2.40 detects Go .a files correctly, but incorrectly modifies the .a files altering path resulting in "reference to nonexistent package" errors. * brp_check_suse/brp-15-strip-debug passes files to strip based primarily on the file extension including .a.- go1.19.9 (released 2023-05-02) includes three security fixes to the html/template package, as well as bug fixes to the compiler, the runtime, and the crypto/tls and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-29400 CVE-2023-24540 CVE-2023-24539 * go#59811 go#59720 boo#1211029 security: fix CVE-2023-24539 html/template: improper sanitization of CSS values * go#59813 go#59721 boo#1211030 security: fix CVE-2023-24540 html/template: improper handling of JavaScript whitespace * go#59815 go#59722 boo#1211031 security: fix CVE-2023-29400 html/template: improper handling of empty HTML attributes * go#59063 runtime: automatically bump RLIMIT_NOFILE on Unix * go#59158 cmd/compile: inlining function that references function literals generates bad code * go#59373 cmd/compile: encoding/binary.PutUint16 sometimes doesn't write * go#59539 crypto/tls: TLSv1.3 connection fails with invalid PSK binder * go#59579 cmd/compile: incorrect inline function variable- Packaging revert go1.x Suggests go1.x-race boo#1210963 * Upstream go binary distributions do include race detector .syso * Default Recommends for subpackages is best suited in this case- Packaging improvements: * Re-enable binary stripping and debuginfo boo#1210938 * go1.x Suggests go1.x-race do not install by default boo#1210963 * Use Group: Development/Languages/Go instead of Other- Build subpackage go1.1x-libstd compiled shared object libstd.so only on Tumbleweed at this time. Refs jsc#PED-1962- Add subpackage go1.x-libstd for compiled shared object libstd.so. Refs jsc#PED-1962 * Main go1.x package included libstd.so in previous versions * Split libstd.so into subpackage that can be installed standalone * Continues the slimming down of main go1.x package by 40 Mb * Experimental and not recommended for general use, Go currently has no ABI * Upstream Go has not committed to support buildmode=shared long-term * Do not use in packaging, build static single binaries (the default) * Upstream Go go1.x binary releases do not include libstd.so * go1.x Suggests go1.x-libstd so not installed by default Recommends * go1.x-libstd does not Require: go1.x so can install standalone * Provides go-libstd unversioned package name * Fix build step -buildmode=shared std to omit -linkshared - Packaging improvements: * go1.x Suggests go1.x-doc so not installed by default Recommends * Use Group: Development/Languages/Go instead of Other- Improvements to go1.x packaging spec: * On Tumbleweed bootstrap with current default gcc13 and gccgo118 * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap using go1.x package (%bcond_without gccgo). This is no longer needed on current SLE-12:Update and removing will consolidate the build configurations used. * Change source URLs to go.dev as per Go upstream * On x86_64 export GOAMD64=v1 as per the current baseline. At this time forgo GOAMD64=v3 option for x86_64_v3 support. * On x86_64 %define go_amd64=v1 as current instruction baseline- Use gcc13 compiler for Tumbleweed.- go1.19.8 (released 2023-04-04) includes security fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as bug fixes to the linker, the runtime, and the time package. Refs boo#1200441 go1.19 release tracking CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 * go#59267 go#58975 boo#1210127 security: fix CVE-2023-24534 net/http, net/textproto: denial of service from excessive memory allocation * go#59269 go#59153 boo#1210128 security: fix CVE-2023-24536 net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption * go#59273 go#59180 boo#1210129 security: fix CVE-2023-24537 go/parser: infinite loop in parsing * go#59271 go#59234 boo#1210130 security: fix CVE-2023-24538 html/template: backticks not treated as string delimiters * go#58937 cmd/go: timeout on darwin-amd64-race builder * go#58939 runtime/pprof: TestLabelSystemstack due to sample with no location * go#58941 internal/testpty: fails on some Linux machines due to incorrect error handling * go#59050 cmd/link: linker fails on linux/amd64 when gcc's lto options are used * go#59058 cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation * go#59074 time: time zone lookup using extend string makes wrong start time for non-DST zones * go#59219 runtime: crash on linux-ppc64le- go1.19.7 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the linker, the runtime, and the crypto/x509 and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-24532 * go#58719 go#58647 boo#1209030 security: fix CVE-2023-24532 crypto/elliptic: specific unreduced P-256 scalars produce incorrect results * go#58441 runtime: some linkname signatures do not match * go#58502 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' * go#58535 runtime: long latency of sweep assists * go#58716 net: TestTCPSelfConnect failures due to unexpected connections * go#58773 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows * go#58810 crypto/x509: TestSystemVerify consistently failing- go1.19.6 (released 2023-02-14) includes security fixes to the crypto/tls, mime/multipart, net/http, and path/filepath packages, as well as bug fixes to the go command, the linker, the runtime, and the crypto/x509, net/http, and time packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41722 CVE-2022-41723 CVE-2022-41724 CVE-2022-41725 * go#57275 boo#1208269 security: fix CVE-2022-41722 * go#58355 boo#1208270 security: fix CVE-2022-41723 * go#58358 boo#1208271 security: fix CVE-2022-41724 * go#58362 boo#1208272 security: fix CVE-2022-41725 * go#56154 net/http: bad handling of HEAD requests with a body * go#57635 crypto/x509: TestBoringAllowCert failures * go#57812 runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396 * go#58118 time: update zoneinfo_abbrs on Windows * go#58223 cmd/link: .go.buildinfo is gc'ed by --gc-sections * go#58449 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing- go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and the crypto/x509, net/http, sync/atomic, and syscall packages. Refs boo#1200441 go1.19 release tracking * go#57706 Misc/cgo: backport needed for dlltool fix * go#57556 crypto/x509: re-allow duplicate attributes in CSRs * go#57444 cmd/link: need to handle new-style LoongArch relocs * go#57427 crypto/x509: Verify on macOS does not return typed errors * go#57345 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument. * go#57339 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices * go#57214 os: TestLstat failure on Linux Aarch64 * go#57212 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length * go#57124 sync/atomic: allow linked lists of atomic.Pointer * go#57100 cmd/compile: non-retpoline-compatible errors * go#57058 cmd/go: remove test dependency on gopkg.in service * go#57055 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders * go#56983 runtime: failure in TestRaiseException on windows-amd64-2012 * go#56834 cmd/link/internal/ppc64: too-far trampoline is reused * go#56770 cmd/compile: walkConvInterface produces broken IR * go#56744 cmd/compile: internal compiler error: missing typecheck * go#56712 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target * go#56154 net/http: bad handling of HEAD requests with a body- go1.19.4 (released 2022-12-06) includes security fixes to the net/http and os packages, as well as bug fixes to the compiler, the runtime, and the crypto/x509, os/exec, and sync/atomic packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41717 CVE-2022-41720 * go#57009 boo#1206135 security: fix CVE-2022-41717 net/http: limit canonical header cache by bytes, not entries * go#57006 boo#1206134 security: fix CVE-2022-41720 os, net/http: avoid escapes from os.DirFS and http.Dir on Windows * go#56752 runtime,cmd/compile: apparent memory corruption in compress/flate * go#56710 net: builders failing TestLookupDotsWithRemoteSource and TestLookupGoogleSRV due to missing host for _xmpp-server._tcp.google.com * go#56672 crypto/tls: boringcrypto restricts RSA key sizes to 2048 and 3072 * go#56638 sync/atomic: atomic.Pointer[T] can be misused with type conversions. * go#56636 runtime: traceback stuck in runtime.systemstack * go#56557 cmd/compile: some x/sys versions no longer build due to "go:linkname must refer to declared function or variable" * go#56551 os/exec: Plan 9 build has been broken by a Windows security fix (also breaks 1.19.3 and 1.18.8) * go#56438 crypto/x509: respect GODEBUG changes during program lifetime * go#56397 runtime: on linux/PPC64, usleep computes incorrect tv_nsec parameter * go#56360 cmd/compile: panic: offset too large- go1.19.3 (released 2022-11-01) includes security fixes to the os/exec and syscall packages, as well as bug fixes to the compiler and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2022-41716 * go#56328 boo#1204941 security: fix CVE-2022-41716 syscall, os/exec: unsanitized NUL in environment variables * go#56309 runtime: "runtime·lock: lock count" fatal error when cgo is enabled * go#56168 cmd/compile: libFuzzer instrumentation fakePC overflow on 386 arch * go#56106 internal/fuzz: array literal initialization causes ICE "unhandled stmt ASOP" while fuzzing- go1.19.2 (released 2022-10-04) includes security fixes to the archive/tar, net/http/httputil, and regexp packages, as well as bug fixes to the compiler, the linker, the runtime, and the go/types package. Refs boo#1200441 go1.19 release tracking CVE-2022-41715 CVE-2022-2879 CVE-2022-2880 * go#55951 boo#1204023 security: fix CVE-2022-41715 regexp/syntax: limit memory used by parsing regexps * go#55926 boo#1204024 security: fix CVE-2022-2879 archive/tar: unbounded memory consumption when reading headers * go#55843 boo#1204025 security: fix CVE-2022-2880 net/http/httputil: ReverseProxy should not forward unparseable query parameters * go#55270 cmd/compile: internal compiler error: method Len on *uint8 not found * go#55152 cmd/compile: typebits.Set: invalid initial alignment: type Peer has alignment 8, but offset is 4 * go#55149 go/types: no way to construct the signature of append(s, "string"...) via the API * go#55124 fatal error: bulkBarrierPreWrite: unaligned arguments (go 1.19.1, looks like regression) * go#55114 cmd/link: new darwin linker warning on -pagezero_size and -no_pie deprecation * go#54917 cmd/compile: Value live at entry * go#54764 runtime/cgo(.text): unknown symbol __stack_chk_fail_local in pcrel (regression in 1.19 when building for i686)- go1.19.1 (released 2022-09-06) includes security fixes to the net/http and net/url packages, as well as bug fixes to the compiler, the go command, the pprof command, the linker, the runtime, and the crypto/tls and crypto/x509 packages. Refs boo#1200441 go1.19 release tracking CVE-2022-27664 CVE-2022-32190 * go#54376 bsc#1203185 CVE-2022-27664 net/http: handle server errors after sending GOAWAY * go#54635 bsc#1203186 CVE-2022-32190 net/url: JoinPath doesn't strip relative path components in all circumstances * go#54736 cmd/go: cannot find package when importing dependencies with the unix build constraint * go#54734 cmd/go: git fetch errors dropped when producing pseudo-versions for commits * go#54726 cmd/compile: compile failed with "Value live at entry" * go#54697 cmd/compile: ICE at composite literal assignment with alignment > PtrSize * go#54675 runtime: morestack_noctxt missing SPWRITE, causes "traceback stuck" assert * go#54665 runtime: segfault running ppc64/linux binaries with kernel 5.18 * go#54660 cmd/go: go test -race does not set implicit race build tag * go#54643 crypto/tls: support ECDHE key exchanges when ec_point_formats is missing in ClientHello extension * go#54637 cmd/go: data race in TestScript * go#54633 cmd/go/internal/modfetch/codehost: racing writes to Origin fields * go#54629 cmd/compile: miscompilation of partially-overlapping array assignments * go#54420 cmd/pprof: graphviz node names are funny with generics * go#54406 cmd/link: trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 * go#54309 cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereference * go#54295 crypto/x509: panics on invalid curve instead of returning error * go#54243 cmd/compile: internal compiler error when compiling code with unbound method of generic type * go#54239 misc/cgo: TestSignalForwardingExternal sometimes fails with wrong signal SIGINT * go#54235 cmd/compile: internal compiler error of atomic type and offsetof- Define go_bootstrap_version go1.16 without suse_version checks - Simplify conditional gcc_go_version 12 on Tumbleweed, 11 elsewhere - Add _constraints for worker disk space 5G needed by SLE-15 x86_64 - SLE-12 s390x use bcond_without gccgo to bootstrap using gcc11go * Workaround for SLE-12 s390x build error while writing linker data: bad carrier sym for symbol crypto/internal/nistec.p256OrdMul.args_stackmap created by cmd/link/internal/ld.writeBlocks /usr/lib64/go/1.19/src/cmd/link/internal/ld/data.go:958- Bootstrap using go1.16 on SLE-15 and newer. go1.16 is bootstrapped using gcc-go 11 or 12. This allows dropping older versions of Go from Factory.- Rebase gcc-go.patch onto upstream changes in go/src/make.bash and go/src/make.rc. Used for SLE-12 go bootstrap builds with gcc8.- go1.19 (released 2022-08-02) is a major release of Go. go1.19.x minor releases will be provided through August 2023. https://github.com/golang/go/wiki/Go-Release-Cycle go1.19 arrives five months after go1.18. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1200441 go1.19 release tracking * See release notes https://golang.org/doc/go1.19. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * There is only one small change to the language, a very small correction to the scope of type parameters in method declarations. Existing programs are unaffected. * The Go memory model has been revised to align Go with the memory model used by C, C++, Java, JavaScript, Rust, and Swift. Go only provides sequentially consistent atomics, not any of the more relaxed forms found in other languages. Along with the memory model update, Go 1.19 introduces new types in the sync/atomic package that make it easier to use atomic values, such as atomic.Int64 and atomic.Pointer[T]. * go1.19 adds support for the Loongson 64-bit architecture LoongArch on Linux (GOOS=linux, GOARCH=loong64). The ABI implemented is LP64D. Minimum kernel version supported is 5.19. * The riscv64 port now supports passing function arguments and result using registers. Benchmarking shows typical performance improvements of 10% or more on riscv64. * Go 1.19 adds support for links, lists, and clearer headings in doc comments. As part of this change, gofmt now reformats doc comments to make their rendered meaning clearer. See "Go Doc Comments" for syntax details and descriptions of common mistakes now highlighted by gofmt. As another part of this change, the new package go/doc/comment provides parsing and reformatting of doc comments as well as support for rendering them to HTML, Markdown, and text. * The new build constraint "unix" is now recognized in //go:build lines. The constraint is satisfied if the target operating system, also known as GOOS, is a Unix or Unix-like system. For the 1.19 release it is satisfied if GOOS is one of aix, android, darwin, dragonfly, freebsd, hurd, illumos, ios, linux, netbsd, openbsd, or solaris. In future releases the unix constraint may match additional newly supported operating systems. * The -trimpath flag, if set, is now included in the build settings stamped into Go binaries by go build, and can be examined using go version -m or debug.ReadBuildInfo. * go generate now sets the GOROOT environment variable explicitly in the generator's environment, so that generators can locate the correct GOROOT even if built with -trimpath. * go test and go generate now place GOROOT/bin at the beginning of the PATH used for the subprocess, so tests and generators that execute the go command will resolve it to same GOROOT. * go env now quotes entries that contain spaces in the CGO_CFLAGS, CGO_CPPFLAGS, CGO_CXXFLAGS, CGO_FFLAGS, CGO_LDFLAGS, and GOGCCFLAGS variables it reports. * go list -json now accepts a comma-separated list of JSON fields to populate. If a list is specified, the JSON output will include only those fields, and go list may avoid work to compute fields that are not included. In some cases, this may suppress errors that would otherwise be reported. * The go command now caches information necessary to load some modules, which should result in a speed-up of some go list invocations. * The vet checker "errorsas" now reports when errors.As is called with a second argument of type *error, a common mistake. * The runtime now includes support for a soft memory limit. This memory limit includes the Go heap and all other memory managed by the runtime, and excludes external memory sources such as mappings of the binary itself, memory managed in other languages, and memory held by the operating system on behalf of the Go program. This limit may be managed via runtime/debug.SetMemoryLimit or the equivalent GOMEMLIMIT environment variable. The limit works in conjunction with runtime/debug.SetGCPercent / GOGC, and will be respected even if GOGC=off, allowing Go programs to always make maximal use of their memory limit, improving resource efficiency in some cases. * In order to limit the effects of GC thrashing when the program's live heap size approaches the soft memory limit, the Go runtime also attempts to limit total GC CPU utilization to 50%, excluding idle time, choosing to use more memory over preventing application progress. In practice, we expect this limit to only play a role in exceptional cases, and the new runtime metric /gc/limiter/last-enabled:gc-cycle reports when this last occurred. * The runtime now schedules many fewer GC worker goroutines on idle operating system threads when the application is idle enough to force a periodic GC cycle. * The runtime will now allocate initial goroutine stacks based on the historic average stack usage of goroutines. This avoids some of the early stack growth and copying needed in the average case in exchange for at most 2x wasted space on below-average goroutines. * On Unix operating systems, Go programs that import package os now automatically increase the open file limit (RLIMIT_NOFILE) to the maximum allowed value; that is, they change the soft limit to match the hard limit. This corrects artificially low limits set on some systems for compatibility with very old C programs using the select system call. Go programs are not helped by that limit, and instead even simple programs like gofmt often ran out of file descriptors on such systems when processing many files in parallel. One impact of this change is that Go programs that in turn execute very old C programs in child processes may run those programs with too high a limit. This can be corrected by setting the hard limit before invoking the Go program. * Unrecoverable fatal errors (such as concurrent map writes, or unlock of unlocked mutexes) now print a simpler traceback excluding runtime metadata (equivalent to a fatal panic) unless GOTRACEBACK=system or crash. Runtime-internal fatal error tracebacks always include full metadata regardless of the value of GOTRACEBACK * Support for debugger-injected function calls has been added on ARM64, enabling users to call functions from their binary in an interactive debugging session when using a debugger that is updated to make use of this functionality. * The address sanitizer support added in Go 1.18 now handles function arguments and global variables more precisely. * The compiler now uses a jump table to implement large integer and string switch statements. Performance improvements for the switch statement vary but can be on the order of 20% faster. (GOARCH=amd64 and GOARCH=arm64 only) * The Go compiler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command and by Bazel. Any other build systems that invoke the Go compiler directly will need to make sure they pass this flag as well. * The Go compiler no longer accepts the -importmap flag. Build systems that invoke the Go compiler directly must use the - importcfg flag instead. * Like the compiler, the assembler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command. Any other build systems that invoke the Go assembler directly will need to make sure they pass this flag as well. * Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs. * On Windows, Command and LookPath now respect the NoDefaultCurrentDirectoryInExePath environment variable, making it possible to disable the default implicit search of “.” in PATH lookups on Windows systems. * crypto/elliptic: Operating on invalid curve points (those for which the IsOnCurve method returns false, and which are never returned by Unmarshal or by a Curve method operating on a valid point) has always been undefined behavior and can lead to key recovery attacks. If an invalid point is supplied to Marshal, MarshalCompressed, Add, Double, or ScalarMult, they will now panic. ScalarBaseMult operations on the P224, P384, and P521 curves are now up to three times faster, leading to similar speedups in some ECDSA operations. The generic (not platform optimized) P256 implementation was replaced with one derived from a formally verified model; this might lead to significant slowdowns on 32-bit platforms. * crypto/rand: Read no longer buffers random data obtained from the operating system between calls. Applications that perform many small reads at high frequency might choose to wrap Reader in a bufio.Reader for performance reasons, taking care to use io.ReadFull to ensure no partial reads occur. The Prime implementation was changed to use only rejection sampling, which removes a bias when generating small primes in non-cryptographic contexts, removes one possible minor timing leak, and better aligns the behavior with BoringSSL, all while simplifying the implementation. The change does produce different outputs for a given random source stream compared to the previous implementation, which can break tests written expecting specific results from specific deterministic random sources. To help prevent such problems in the future, the implementation is now intentionally non-deterministic with respect to the input stream. * crypto/tls: The GODEBUG option tls10default=1 has been removed. It is still possible to enable TLS 1.0 client-side by setting Config.MinVersion. The TLS server and client now reject duplicate extensions in TLS handshakes, as required by RFC 5246, Section 7.4.1.4 and RFC 8446, Section 4.2. * crypto/x509: CreateCertificate no longer supports creating certificates with SignatureAlgorithm set to MD5WithRSA. CreateCertificate no longer accepts negative serial numbers. CreateCertificate will not emit an empty SEQUENCE anymore when the produced certificate has no extensions. ParseCertificate and ParseCertificateRequest now reject certificates and CSRs which contain duplicate extensions. The new CertPool.Clone and CertPool.Equal methods allow cloning a CertPool and checking the equivalence of two CertPools respectively. The new function ParseRevocationList provides a faster, safer to use CRL parser which returns a RevocationList. Parsing a CRL also populates the new RevocationList fields RawIssuer, Signature, AuthorityKeyId, and Extensions, which are ignored by CreateRevocationList. The new method RevocationList.CheckSignatureFrom checks that the signature on a CRL is a valid signature from a Certificate. The ParseCRL and ParseDERCRL functions are now deprecated in favor of ParseRevocationList. The Certificate.CheckCRLSignature method is deprecated in favor of RevocationList.CheckSignatureFrom. The path builder of Certificate.Verify was overhauled and should now produce better chains and/or be more efficient in complicated scenarios. Name constraints are now also enforced on non-leaf certificates. * crypto/x509/pkix: The types CertificateList and TBSCertificateList have been deprecated. The new crypto/x509 CRL functionality should be used instead. * debug/elf: The new EM_LOONGARCH and R_LARCH_* constants support the loong64 port. * debug/pe: The new File.COFFSymbolReadSectionDefAux method, which returns a COFFSymbolAuxFormat5, provides access to COMDAT information in PE file sections. These are supported by new IMAGE_COMDAT_* and IMAGE_SCN_* constants. * runtime: The GOROOT function now returns the empty string (instead of "go") when the binary was built with the -trimpath flag set and the GOROOT variable is not set in the process environment. * runtime/metrics: The new /sched/gomaxprocs:threads metric reports the current runtime.GOMAXPROCS value. The new /cgo/go-to-c-calls:calls metric reports the total number of calls made from Go to C. This metric is identical to the runtime.NumCgoCall function. The new /gc/limiter/last-enabled:gc-cycle metric reports the last GC cycle when the GC CPU limiter was enabled. See the runtime notes for details about the GC CPU limiter. * runtime/pprof: Stop-the-world pause times have been significantly reduced when collecting goroutine profiles, reducing the overall latency impact to the application. MaxRSS is now reported in heap profiles for all Unix operating systems (it was previously only reported for GOOS=android, darwin, ios, and linux). * runtime/race: The race detector has been upgraded to use thread sanitizer version v3 on all supported platforms except windows/amd64 and openbsd/amd64, which remain on v2. Compared to v2, it is now typically 1.5x to 2x faster, uses half as much memory, and it supports an unlimited number of goroutines. On Linux, the race detector now requires at least glibc version 2.17 and GNU binutils 2.26. The race detector is now supported on GOARCH=s390x. Race detector support for openbsd/amd64 has been removed from thread sanitizer upstream, so it is unlikely to ever be updated from v2. * runtime/trace: When tracing and the CPU profiler are enabled simultaneously, the execution trace includes CPU profile samples as instantaneous events. * syscall: On PowerPC (GOARCH=ppc64, ppc64le), Syscall, Syscall6, RawSyscall, and RawSyscall6 now always return 0 for return value r2 instead of an undefined value. On AIX and Solaris, Getrusage is now defined.- go1.19rc2 (released 2022-07-12) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc2. Refs boo#1200441 go1.19 release tracking- go1.19rc1 (released 2022-07-06) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc1. Refs boo#1200441 go1.19 release tracking- Trace viewer html and javascript files moved from misc/trace in previous versions to src/cmd/trace/static in go1.19. * Added files with mode 0644: /usr/share/go/1.19/src/cmd/trace/static /usr/share/go/1.19/src/cmd/trace/static/README.md /usr/share/go/1.19/src/cmd/trace/static/trace_viewer_full.html /usr/share/go/1.19/src/cmd/trace/static/webcomponents.min.js- go1.19beta1 (released 2022-06-10) is a beta version of go1.19 cut from the master branch at the revision tagged go1.19beta1. Refs boo#1200441 go1.19 release trackings390zl3a 16861264841.19.101.19.10-150000.1.34.11.19.10-150000.1.34.1asm.htmlgo1.17_spec.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.19/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:29306/SUSE_SLE-15_Update/3ca47707a74ca3bd55319cb93e26cd40-go1.19.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxHTML document, UTF-8 Unicode text*}t,i+_utf-81ead381e2765c06a07f8ec83b617cdb5e5a67a9d735ab434c743eff06cd97c58?P7zXZ !t/] crv(vX0\e z߽glSoyb\eRF'aV379CMpy yޓ=)m;q@ 3g"lqطR=4hFrgfmҍNMub|ibӕ0B~ũ۬{;>YGV?KSl*kl clxz'l˃zpӏ5Z9ٗ^ t\`V%@%= "VoQk,_`຅ ڰd$ó溯ꕙ1 ɇOceA p$KֻY5Ud3_N:,6q#G6Xk=--0ހÖ:ͶqAU׭*k$VkB`]s90kHĤSM;҄Au{ mȥ+n\)/$'9ؖjn$6?xrOdkE.lw6Ufr7zFE ٶ{{4N6~b,2p"+M_* q]0JyO;%.sNbT@9lRpչ| ]fÇKkx\)t*-a%T]>1`1g/G]a_qȳA O`>÷w\xu& ׋p{ځBhI6l^jT+ ЯjiWO4i>{[AppC'R:q?Aq;BI]q|8 Np$ߓFߩ9GbG *pX4mF7.;!dymr΀?UKNjPJGoZIZXL&u]id ֥&<31 bqsJN3znp{Ri1$sk*}5Z!4ҜeE߈YnkV]Dש%T`/!&_;GJCD@+CxZ+k^l#(e?C0V!Xi8:?5j sX!+s=z4Rg/v'-lz|b͚p6ozz4ӗB"?o*L[`# #չVqVbAn6API%eξ׈0ݧ"dgEj:j7#Pb : Sb \bcE':2F[6uYT?e&2hv/#0լ|4xRg/uHwxkd %`>$^ZFI)J ]YcR )[R-a\u͑Nh#4l0Y-tݲڢ k!rDb4E]ґ?Oa4Ñ<͞~i3h/"]`}CZfd[I6̾l+Ŏ|0g+8fuX3O|AlH:-9RnPh[/vHuShҥN\.pR;aCBK<4(Cv [4׈$(0bk\5y費="=˵vgMۊwW4!):4@~>m`g=Z.7_B4ӑvfWZ䬺:Sk>@EUEK,"ٲyi+݁)-yg}pWx_|!?O{g TzròˮS]UO F=BbMD2lby[uqW$a +PD:24A,4ۤ&kHR (IfΛv;8ÕX[1X-R oT46)$AÙ]'8D\R Sޡs['gC+:BaӋebG(`Y}!+n#cqO^`` sוM*ezЯto`}hUȩFNo#aؾӸui>V_CLV۪iSn0Vʛj.v}4r%ROf0p# ^@gQR)g?Z9OMu+>Di'q[`-pI~ JHk{gC#IPj uߦ{boB,zkg,e>yϊ9I:#yϪOC]e&g=bqM|\5MZ:OQ|}m[ 33l}czP̄]$jԑMC 2 z0(p$'7࣍QDs}\)(O r-ܔQ_Ty}>z>vxNʷo?oC%aJF .dtk!/iUx%I1e@y3C{!*:MqĒ/ f ޖpxk!I`~b.,@8VW(:ڴIJwKj;n6wpo "ږ?FiI4_(7Xh >myy 1 {Tֈ P_@etc\h%.C@|IG# :k~gRHS6/Gru z8lW)pNK-f-fΒкx2O}D\?i?# //A' 'O@?Zu@3xQJΥbi >${9V+֯Bn֑iњz>ZM~ IkX> ">`Jz+?PwUc ] Sbc=̏:;/tڪ+evY :N$yu(0xd#|fkep@"r}72f.fPܒ,2.f@` BJnCXۗzmKYLZJ_1||I?'w~'Khog'`p%x, h[drN]Oyf2۞7zkƇ0hxs&@V&g^0%@Rj'-2fG iYhuӺ?$S{v,Ȍe/06)e [S.c3A;^NM-C9)dA70+ s?By7a3tigjݳah.H`iMDd&1 vLkW*aTQyUR3i,[,8 <ڵJ˄jf _7 5!ͲqZTMG\|0"񯓫5oI~^qw"u(Ɋ>IaI M\9 8Hփ7 \Mmz)Aざ܇A "Hc?|@mc9zu~S|U䳅2(?/ 􆤱ܩYLφB mO+EJWDܽM vǞ2tBD S9ؼlJR?'3d&xe120 blGdZy]= b>FMc፿6j(>yQW`_G5mE[Վ1|o{Mf,H޻5{s1ʭFsifqv~~gkq/D7#ܧ+KRwe-\gÿ }۔7 4'Jމ*>% 37p舫>xA[ LEA§M??5ANy/u\mwA"'i֏+{jj:U1Ƶy͈W_IeQ3^bh@;CZ0>K-]mhZm%:@SE_u"+7zNJIvNٌZx(5^?!%N*KɓڦAV5;ZHXL8L{ғy7F_tܖܔ6#e w;_Dp@?3M=;ٴK;#L{Ea_ᠰ2. dÂ]mO^ʈs(t1Y4<*@IM~p=تs$r߰7VihQqɳ}5dz9H!!/+cM@3M h>F)W6+]?`,a YmGjf_9H;y\`UC94fk2EF+fqGN<"uMOuG,5?_D/00]icY*܊0kfwT[{5+#Ү {"t$n/6x[Jط_-7ul"4b\٤Ei\M ʖn ,D |J{j}> N q;^H-=1QJWB嫉@6[dI쐱2 BkMcVQO>mK*_7`/DY1MLiWI{&%].}6Rp6jFp>잽Y`Iְb9vhX\^TՈ?QpU_뫁%z[8 锳o7,O}jyJDW1 3J#U9 G5W݅j;0hE-s$3T3/PNv%%`O./Sه@e8 __νpE#~31(APŋںd+KhY  e@;ւ(3̭hFBvy|FK01v<('dSY_q殧֞.Fw,xj+fsi7L&ib y] K#x7ސz`Q;G_0.;U349Q OncGK>/Kb d@u??V.GZW2Aڌl #V TwU:h A]v,~tYYWl*e`(1֡I zs'S2bBth7-t= UT=& 7~FQ>iԯt|29zό%鶱oIތ~WM $)r;1|Yè575+ !(>HL9s! X4.#:q1IHTn^K7UDd:+k5je͟:{] 9 xۤ R$<\~lJt=E>>I]AL++eMؗ!5f4-,s{5;t='k>gJ sΫm~h+G}190ʂN,]3{P"I*YȌ1A8{}\)9{ :ϬKCGAb]St+ݚ{W%E|Q7?O ˅:!S9,&U*>"}1s s&];Ҿ1[-[-K7L`iċOvg/Ƶ=\߻1vWo[upY[, (f{UD ̀-C@X\#FCX9]#]<{V<ڣZ/4z< `* Q>M})iKasYO阜=.I3,-Bߨ6"J1:5e[n@z@@ Iۏ]O5@|p7)'D]"v,9 :)]lT4FZ2VG"l(OL^h+y8;tIy`P z|J>]͘^~a(h^S*y[?B?!j",38b Ԝaư1z;y`d>%$ensKי5g#/O92S]` +i7tn{Aݚ\.@j3 -W;6AGA:L|hp@RGm#G,n%:+H%}>ŪRWJ hVRˎa~c<ԹN޳x ?O|oc\~ۛeEp0D21 -ֈj"a XN_PfK1Q\ Aa:ц~}÷+y 7MŰAAU@zٰK9yT#էB>ΝG]I˧-|T.>:m؋5mU [m33x{J4%e[݊{ݱtlRNtY%^ɲDžCwVg9khf$G[=U+#V٤_y8% eLB:k~*DO|Pޮ[ )d}M9$C\wV$Y) g`3v&п m%\ŒY185pQ_1B%w| J`k#C2K_7qqz'pK )6:T[}('@s4'd]>Ǯן,]2p?3հ>Hul a#k;sj̜'~ƅP,7<ш뎚U@h^ (\`ccGMO&ƯNI#S d.dP߼)f7j' 4-6Q\T?ŞJEV.S1;C/@+$#Sgs]Jj62xBz54ȅiot߳c0l~N?e*\R57[nv#wPg De[[(%8̚mkemY*XC3|b.kSƚ[~+KmVOś<j.5ԝRF~E^F8Ё tJ6N#;vBGəGtCL /gV% S1e<ϸR|겮$B}xLqX&QrAd ӜUfX@t!xDvJᚅؚyWGq PMRXyq_$Hǝb^4?ZU\9y^57 yxC]|YB僰ҝ4?rsaN]aCe9 J<߫Y8'꣸&\e  Iq^RS9ީ^m >/q7Sh`'}R1#߇ ~ɭau]b^_\D 2MF6s䁳ɨ#,B5kk@Ѻ[toXp Cqބd/-y=*-}$jex1&UMqZpNf\C-!M3*-%Ij 4u݆Fy4TdKM^hqb^{V(Y/`Zi% ]yˏa.RrMQ> O'L`h۞-eJ^,}"JS$c,CC\?Kۅ< Crsr+,AMD2zs㷭{}(\T4)3 >|"DJBt cw>J{VRgߕˋRhgFL֠֞ t"| Řf<1'ʐ,x| a0v0z1g nPyEGh{&ΑG-VB*X7H^;_xٹL4-.zڪ;^%6wo[[%g@8){k8`4@;.dž3E$AN@.i?8Û?yNQHJԉu/}"Զ{3^㚀 1/x\tNu;/>EXiiDNgv"jTg2q:~@K6_\K~ה)igR-~Y>2YRg*re}vc?-MgD L}5aEyk}/={\ٯI@O{tП%^!^#KZdʒp#2{nQi9]{v DjjQөPATGPtMk:'O ?&&}t1qi(q p:*C@ MޑhX߭.ᆣڏ&nC\9ӄoԩF+'"+aLsMi'4d-7*Hb}Qr ; o5k akb!S鎝a ~`Jw2bXY ER;g9z_:ImzX`d$B2VdHS@̑I3)"?y&FlV<P*pMJ/FgnvJSJ([dq!RQ;Y<zD?u3Uh1 [niTu h)n xL(OSg^f9դX Kvg[U`Z?+Pf;N.cD0V!eL-':֏/y%Ttcy@P_:g[66m]hF)E.reߎ3l|6_ F&cpJx˿˔I<oEZh SPg݀Ә,j{#}4: xe>^Y- ~2/>ɈzC1HgfbhH*`^}8gb2 y*0Uf7˷?4N^H ć-'[˝4(@xr20ʭzG=A΅W]:mNcP(2HH?BHIͱ;F7ࠏ-! HNFc OM|`CVYPf{X1h*jib6 Dz_z} Wj+{=<㷆r_0Л^8/Gٻ,o,@ v4Zp'{$imH;|ǵfi.mjW,+~*$0z4-zWOS \w:R2d~bK9maj*y)GӴ~DU<ԬFB '6ry' D>|N-ً9o)؄KЌ#{"t|6HV,@:1f74ow wWC*tEՃX e={zpWʔNBmL>m|}bv!,tgt(Rgp);~;0؊)i#=\p2p"utrXU)ۇڸOozPP((d&Q1 FzBHizM] 5:Zle@:~ҍ_c6NDԮn&$'xh8tH|uq읫·+A2 c%UbT5$HXΡVT|JĹΚg;(}mYp۹/V΍^GLF4 W7 ud+,ni% &=*1{u&fm Qqlz 4J IA;`Hp X(@ی3^]PBUUqS14_.Ybrl=L%T. `d˧`bn']ZH|VmL\oR9teړ`ϤpS?폶>5Z$@_]bZ T; w:i*4yƣj8YA48˧=#pQԖ\М2bcxA0o&eBZnJ ^b߰w-ja,S?o/a-pA%cZƲW4nkc {)/rƦle˗\$Y"Ml?.` /LbN_XPn:5of"G9wI}p%C1 iG[bמM ÅҴ `;^wTWU{E tc1l~DבnR&R OZlcΛj…Zt8g$yh5r'`9ui6r5ǩa*9,"5^PkO<IoόxTIz)q (d0ɤ _bhE4+x:mYA.Դ,&덂tPH 㣼JFkŪښzH)ИHaL֢Ǿ xũLa؂[5RVuzvs/14Piz_bΞ)pL$"bCø_csP{$7ǕHn ? K/x=BZiUQ4+(a袻m5SEGc,N, oɮ9&m<'2 /Fx/f\Z|R{MZ1 d;\hU?N52Դ3F܋gKB !"Rtce9E΢IM hT1kLR0|م>G/E?q3xnRQdyVt|F7=]Uh1a^-wMz죺ŻW*֠Х+ح>PEik4~UmPK_O VUYܒ" _)*1QM?ѴDAO4N;mp0.|]QV&fJ|&r6jzNȘs Q9SQm\.qh?.1w5vM(MsezaRV, ytQ_<<{=*{Mz4/_c-lu҅Uaq >C!cݛlLRJWBqnf&E-)l($KDK#;q.Ћ;&DZ8T=c0D&UdiQ? ,÷3Н%YQf:a &-G[HWiȦW 9H jmO`U24; ~?>5\jU U5骿V`q@o.w*39tn lኖ85mwų5 \7sn!7QSP]+fR.5!M q ^;[Ȼ`s뇰D)$BPn50L6nЮ42Dg;LCїN|p#9 '[V9sՄkRM@.1@*SlR>x?J>>^r?W5 MsS4-jrӴY.|j {]e#~a"&Q*W/h!Hn8S~iRҺcyx(}wP`*oݻtKa\У@ .KdM 2 bez.rc&,!7x;5Ga+d=;V/xׯRLVDlsW+kcesS2uFuQlkVD"j+s='t Vyw^Kq] O!=K/ +Їɣ/1YJU^/\dq+Yi-LNӄd+n,hͤYff{ɶ7r_ f>oRɅN.GT" TMR :# 4Oy)@o?cr=Gt$$:&.52adJ]#Zy;_)v=&ʩ6~]缓t+)BhUU=]ѩ%L!Cd՘<ǔV % ^0s0C+O5Y6zOҼ]ՌFh5z<\6jN"$u="wDUL&ed)crᦡ>7ag}UՁ;ZpM?=z&W+0 Ba3Y%Dh G%9a2 gRa\ZE-R#8C}Moݝ` \ ٗERk. /FM OY-./|feJWj"{^Q٢5pMCLvP_~4@-H8p_zSrYʵkbÎh ! s{Vͽ9A%+ڵ?$2y_M+ۋ.(4TwYӁ|_^h΄׏@,U>U1NƜu !PaCM]JQǟʜtMfvj i ޒP- [d .2r ]է;ߓ("bH3pS)0M: ֹp\@L+tov  $pTfMN+m ȕ~<ɱ36`0Y: 6{Zon ] +3§ϬUbtUH4jXaYGx?$o`YI:}̝ XLVr.>VAGv#nE0WU6lHm}ڎ1@~d4ß 1 YB\Caψ&@F^G>պۓylv٠&{L#i>O+4(Q1)F!KC-pTp;__ D6acQpI뱴w_b_+l5![6V6;4[}$M #R4GlB?io$k^Z:!۟!fF#C LƕyK[OQ*9^ŐC{GWBoOZJqW/b-7 ;HHD4>N]$玨zY>'(l(LR<ɥp)f=P1]f&3(1ozA{|PN9ץXr)G"5vw"5W`) )r`K^pW7Qͭ]P"D'q'j$"Z]~F>4o×^o'ƛt)G1Q`E# *#͞)_p Sg׃Xp TXV8H7+p$3{Q??9pш,YiR |/I[^t$,|vu?ܦգ{ .ϳHl0 W.o(-7ҿ{޷I}t9&劈5 Hl XڐR q4Xu{ŗ^c:wsf0Ƨ^<hRtkZ~^B/V(;hg0':8"B1{X)e- 09+/y)@w-P_@H`tRU" -Z*Aɋ_ H@M4r3Q'H]~&?֍),@V> =ϢVN|gSXʺ?e9`a3UCsp7+w%ZxNPN[V|g).-J} N%{l<)I<$zv^jތ^]ulo{`lĺ?@g8|ƒKfuG3iY4:)jO7%B1C'A((c}@3a}~#*,+.͹ [X])1(645"P9qh|}_ݏ?';n=26 #(io Z!戔L8KT`FltJN4ݞrZcowrg2waf Thu\vdb{s?a :Lh[$]!q7*aJS 7񤃩`DPY>1f}-Ldk6`Ng1QD^}`Hu. ś7D2c@UD87)Aqھsf`"Y?Sjz&5 yV0.&A@1 &uc HѤ=#qL~V\@nrnj)޹ݞ3]_;I_K2,Su5W]*Y0d3v0g!AzQCzEq˄.!^0"ɩÜ,5JadK! NHʯC#.:C0PP;uM8. zͪH{lƚx^B;R~x=tX%HB[ʵPָ:J M>җpe0j,x?}pQ 5H}ngzrZ`\$ 2S6SޗLL!Faw* sMAVMfݫzF.$2"ʈ:y%K`pIǝQ|s5JU WY ]R _x,8IR]h4u?ߡy[):XO0Kȕgx q>&0o=DJ4>xTb# }B?{pw|Z >>LMme*>(&ʈY1=Tks "+H.cϸW):7 N!) Of ]Zɂ ]})$Fk.9#, + RT%8B Q*H|&H'Iɤ!t見 7{0U !w0([H§3gkd c۫"œ.1FϿU#!2^kFbcEn\;@6Nc׬˦ ~ɏy$7_:Gn۽I| Qzay"eS'5}Bv$zu@<,~adr`KCkh[,?02 a{9dڀS'm >u ;rx H"'h1Ӟ$ff.9nS:Qb1c::0+uJ 14( _b|Rԍ,*<'liVQoN {cLAWmUR7h˳@O@!8a$U.#kWϜ~ &vfFjf7cVjfYB?y&K:BQfj⪇)1o_>B לWLU7pjYfQITy({|+y" 0sJm {l彳^#+w|ZuxlGz(_ڱ-y4AXe!ݕ8K!, (#+9ESCt}y)|# Q0?D3ϴ{vj頓&o#y@%etˀ@. kA_fG^CuEZH*%g7m;PI1=RyNٻ(+y~}XN;+3QpoպqŒA 顓*@ZnD c͟ i%8s9\y#giA;hSJaĒw lTG\5hN_ɉDMnm ٔjz{4kJ֍*ހY vzaJ-qK /ih{qi;n9ՠZkifR:J'HNaBPHOlui~/q5٫#gCqv2R_hALN.4MK˜eG.6ytk5& ݪQSRsj.o5?_y~ׯjZ"7NS-v0GCS: ~|rf&=X/WR,3,CfV`OS ((M$>#дlS- bL^mMEHg~2 [>Ky 䁶hP=[g0Jb0|4}/ ',"1SW\Z ?xIH6#zѻ:_a7ʓ]?%ɟoae[EC [ 0;08\JT Cu>tԥXO9];tk1 bN|Au*Dm^%H/'s¨LOMGja$2kyz|3 x#u\\,-.(3YVE // 5Pt'WC)V_>o߁zK:;rqcaQ 3Vmͅځ?#td묦+bxcB;Cf_Gƙ[D (q͕ xsH^͘ryjW\/|p&a kNPS &x!$@ g}9ݲ@Y`|a%п/ v܂x#Xu6UhA7_'{M;a;8*^%gO7DoԳ!,zc7qWY3GXg1W{Ũl")XKZG +?qVU@P;{w-sc@i3~Ljf}%w3+ʎu %u'&lţ\s$k"oL9Fj%iK4d-DSBktlv.p<4 $ x:(Tr Qb `$%*U@~N'A#M\HI`9}+כP8a9RDȊHk˕8?)yiQ?(3)K쾋v쮊t'T%F8ĩwa)l*oxHC(`Ƃi\Q|Paܕ'ig/Ϧ ڢT: _ԏ^F1j@gŷ >{0WɄŢ-P)#{qP ǍNܑ"MF/C#O~Az8@ȄV\VCF=Ib!u?dNE2Hf$UD@h[@F fAթC:P}vƱH@<~V+f*; |V7֑7?$6sB ҕKuq\ETnMnHE&,) M齸XӱUuz=- KأTzy1ѳĕ#<`7$6!HjgL+<#_Q8%kfMėzA|%;Y=r(F}C%7D;(|!lHF:T5-ÈG /W)x/A6L] B@H"#=d^`U9akOM1!r*\K="7U1NК1J6zMO+nc ~ R*9-jJ냩ԡA/jb5pUV=8# =Ҙ)ZJq@ӝNkbV& \0Ʌ'a!"D&K+,A?Z) f) :g>6KNd=iX  {h MxΠ8'vK6˺B#]l4r/^&@-c] ];Z\>>KDUht=$ ,GB.@t6l>ݠ};hA~^9 B*ȶ{E/nLSk,Oz)Տp趿\AĢ,gm‹ѡ\̃O\Y58>&tUM" Vs1lsV}c&s}\#hJA)cJw@̏TbqyĚ,!4yh^pՅ{uj0k&Ds"#zq8`|ݖ]s4 #^ 2 9`-5(U] B̥G$KV} a in샨D-B˨T$:UƋu!$\_H(^` =TƇke uC3yMиum%"PebQ_nȧ! )DtJeTN+1 zBppxfS9Ĭs}vx95,0~Vxy<:W;Vjǖ#}ULas?Q?ҷtH/DхZm`#hS`.ۦ채+ŠTЗñvV=3ZNtn5GB̬l*XPg~J?2Cr]d0. /aBn8yTiz8)DmÎoiM˦_pr@.tpo5 @2&w&Y :@uR'Y f הk;^2bz%#N fs铇1,L̠wtrv ].R[8Hny~o!dkq@ ,m;VW4TK p4ZWhFaw z"fSTۥØ*b?pYϏ+kK#ʐM ðZ\s,Ê_6ǪCƜy YZ_aZl @RN!<T\17VSDչqcOK$[A5=|tg"32lcoۊ&ȳzuW@CG~zvj=y瞋23M;0ckos)A0YNy}ث0|e% is/7{@ؚ(`[}⡣|F78qZVz_6dZ£ED_Aj*qg1jh$\g70N2G&w?fd Qt2O D_-C$iN:}($-BGhմ{cXXݩY EH#%Qp;s-R&b'VЛg, ANGisDÔ'[6Ba Ft<$' X.tHW-#Ar̸|10z.9![i`JF5~PȆFi؞*^Ɩ§C/S R ^;;jB4d̠Xkh!:_~̮\|?VJiE{/" i>A22MZtSk40b]&h9$QsV;g~ߖfs|sm"U"4?i"k0^L/Ukz·PP2\ ҫfF-k,mFi߇Ys6@+sBg "Rd#,֓MJ%Ŏ%,@=RB_G\㶔Vih$bRqi%KHj!j(4I;(Ίٔ9 k4~%?Mznj0ȣ-cx MF2 lۡ4'Z!`jDbɸA,Ҍ*>13w/G1Nf5nxj6i&tX,gӓϲ΃r'7渣C3C |2,9ijMF'1\!wKz|;hWzX0US5>m;Mk\;ӌ U !weU׷S V{ ‰0bǺn"ԽζzAvnF@4Se.|cWHG8Κ)e0 a)O֦t^׫|,+lW4MtS~an*X.h~m{o.413o ^jre]:ml3|JZ@?+%M[ћソ@Kpz [xpFɭcZMvH%$96ob=\! =|U,awMQ6ϳǫD.%ҵ32דN,U5$XIžި`才,g~XgBO#>! mC!jknqs 7mͳyԮY{* ^CDX<# 3,a7c! maLP5(̹)뗩|nRZCu0fsvi$V|)7d<8c~:t8=(y"~9ZRQtvxgPe!}W|F&'iz8%ĘhX>%xu„Ce-!>/k|}@Y~jʺ$xy<̇:w] S$qy)iX%KJܣL,'M|GUrO@]gORL'B^z D(ϏܬѺwv^%hT(M#AWDH:KPj uKgF~@$k+% < lpdevDz|hS~:}M9i;+fʛk?> X=HVf꽯"BF#3SVry7@]ӲaNdRGOE]*m/5!Ek)amw;HuX$ʽ@Tonyjv ~z⅄s뢾DgF$E/s:IVtP2)I8SSZHr<ׯ;."l1D6vx88$&eGUǰN2qFsߎ<㮸=pL BE@^PW*n; o#_VZ Vx}8P(/Df Qx)ܭb಺$KZL mM@/ۊɸZV=|1yJ1 5HʘjJPlv<8~ Kб2>.CY]~ ŷZ9X)1a/ވV|.ˁ $vh1'XCh:-i T\ [`ѕK.QGݍ%kF1W뵫;1LRHHf4BE;DBV\dy 1@띙-nIzt??XMmSm}xVe P8L<3u*SsS_v7)vK5/Z')$sކ fB=ew6i'VȂRnAPYQk0!>ٺ=# fֳxTzs]C?@'`ݩ8z;-R~7((L?k=fYY[#!0] ۢvZ1*Ӏ]J98a;0er$咲QxGQ6~䤬s<5ip8o&m?PG% #1í0"3^2X"y&- Z3S rqmŃ;  \C:rez.lZFزÚtzQ+ VF?aÞJa5pʼn,9f*/OHxCLC-AD -WQSJ8ϗovr31bBb.ig7|(%ǭlPlRiVY2mNqbLi^*dQ/ͱea,0B""kp G*DJԞ;th!I>ns/KH/PZuݠ)AE ku&Yqb%`B_F:vR ?!uͱj$v '{q2YvA)/LOYi|Ul(mẄzfEX,/ve)KOa"% ?E/0\4jvOm3q# GRF\?Otьk][#?g`fY WVE\c´JS B$n,kkb}-CWWٸpFu^JEzL"? \\0)vn:ތ(%{_p (5?rt)qrU5i ࡕϦ2 9=h{xR2+i|A))7p`ZSD`9MI"Kt:_E&;êauv/@ۗP,rCs^ɇ*q$<9VH7ǫ$P|~jēxXȧ cZ}Idz{SIIdp)` (DxF?(b2I akl` 1*L'H%BQώUzDqpzXK$" $W^F2FW$/ id fO]*%b2\G Jx'OqDo [ܪk$v;Xu߲+yDyY9m[`scz9_/A_WHLUaT;ؽL ThG>.6QZԄUvJrlwc)@_ߛi $b|hP:mRMN\T͜^P*2 o][ yɔm 1H8Pckf \&c@I [&5,-Zf>8T5pv_DDmSƖ'rL\nH2m1ȹxD7'\~Bɍ1·rax+}ѝ2x |]G`m1VxI^ ""4i"xM:$,bAa2K $8Q*m]C +#''7)G"UwF* VD֑t$JU6kq; T4r0ꖋM{2Zx\?zMjNvSQ^pЗ#GkfxGmHيՙ4hʼ~,dq4-EE$ݾǔ)m1~ƶt?oD/ŚgˎpuVq4Dɮy1n5 d`dlNE?5CX7ֶ78>k~I/LœR TC{2DީVnoη;p|bNr <.E8]m - .<&J(u@ Аҙspl\1TawAŞF@JMJoY[HځGk |ڷvTLQ3F@e9;P: Z%r;ZyQt9- 9SI~vL{W~92ږ%~K |۫&.*/V4' SSC 爬<8&g>&W8㱳!v;%uoͅS_.JQvrTN UՔ>w8;x~ eK*'nr1 |r8ӿ9SGͯzթ=ia̪LƇp)ҶwtxFٕ%:n-_*4)I3׿f]f*'&;9: | <+1fX eYc'<PH GR=1&..s*/g ^Lt\+L\P@f@C(V\wdv[Z,1RjI/#O 3iQF5ʧKAOCx\O+UbzwSoXM5l#U~ oهe*EX S6XnnT$~6K$0'8[ .̹L QU0 L}`%m-@jBZńOa Cvc'8~^!k#"r]_fjZEC9{V \&h+Yv bkXuS Qy!d5mT.d9l,PitAbh%"9 N 2 `VNE0Rp~wR#m3P`]"wI%-)7Fds[*+xɗs!1g#wŠ]05)mJtmյ|R"xƿȏښn !qXi|ynCFg}EOo`FkDq,vN`K0IQ5! jߴCVw5{o;\I٤TɥCqjS'F8'C%獂,7G} ;q;4<:$DbddxsUc(JMU{_߆`gc* `[RO]L1ec}fS29vcoCqR'7׎'xdw"߲7\+ŠJHl|#E]~6GU{L`vVΤXEiJ*ӐV%= Z]v[jv 94*R蓛[!ǻ6.' [|j_]#+X&,p.'T/,ӫיGH pAF8W6PȋkD0_Fy йg[C֨`5~ɓ?HQ*5;vv0|U"*Ƶ+y4Z U-j(}OkQ/X Lme ú]PsY>2C_UES)N 8-\@~gbcAQ2 h(DFej8XL{t +D8TkiX%Z7 #M(^"*go ]+l }#x|0̊z;4vj8.MyH)ŨF4wiu*=Ptu *zMCS:imw=L6")d'5lHu$[1֭vEU8҄?k u*¿yNh?5iťv4{:9}@Ei6xDJeٔ_|iP2 , }0U_o~1^ڕm̕,@\qhPA&5,|Y7TVj'JcCWAK1"2Tz^vr4]I;Q;B{ڟ{QH.7<;q uy.~-~2X*ªis3wWӗssY N`EDYk8vsc&R6h !L,X 1ru#c_!=or9aP:-)*e!=%wm#OVI"p-qR,XZ#z>FFS"! ;C6`%["-Prf[.Yo԰*kR]1b{C~= A$IcH=>_Tj#U{yHx?M {KC)(Gꖿv8EVMK9 't " Mryg|V f4 r}oa-N؀W<VQ\s=`zHPR`aXCN:?_xJgeeLWT|2ys;(+hYu^68_C :"dUp{tfZ}u^dn iOq0P9qj2 ܒ!*KV9h\v[Mr쇇{7ZX;r5Bz?3j/+T6.rz5xكpcM*[Uq|aANdii1srsO 71ͺ %߇5c _ن{5p?^ͳ#3z mDY׋ߜ_9lT%'P.clx*樅s¡RA#XOHQaQj`XꋹnpD'gMIPwHᶩ>S}G:B}khKC8NNddVdz-[[42{V2FKeۀsG+0g8?)1PXQ@Ԋ M.'{2m!6=5:zЃS'(W4Nf:kvB/Ha{,ш]9~ Gcue*ox  ]bUySI2+*8yyM?!^F1eJ'D,ش+0Sނ2/Jߖ e۰e4փ`U˅5%_qӌ &A dENA8hks :8$ Hv(V: =0 &AEoE6O#tJд߹K ZN@GqT/9ܙA>elQ'}n P)G"{k#R;iB?ʓEz6qwMqe,醁Wk<s?Dm n~1U»/q#:1?fl^2|4׌N"/#~l6 վUϟ S۬"B [ȅ+wREaBov7=ATZP sH=^sMt4mr8M)EA}?ŐԚ4+cGk@*~Gt4xT8 \!=.NEV4‡B:0LKVv(] P>pf5@tg[%z!4DЌl۳/ޙ:YZGRVPiǙNDꝺx!;tiWj$o-@_2 d@1!%6꬛F3Olk|8ر H\NJf6,s=Kϴ%c.*h. Upoc 0'չx-# Z -lcI!jy2E5AC(Qt 'u|/%U'jz>nzzc£nPBveǺE9eH8k[bd3͎N#RI~s-rțau/JIsG r,a0Mg{C^ tyMV-_,mfxJr^`gˍg遛ta]y.'ʨr|GSho_3On=JAucCЄ,ĥvޚ7YPVw:QT3 JɺEßCk5m%vOהd*Ĉd|UaHAog\љ K.Ɵ>:d9: q/:z}?yUw23I v6#9*wBi8vZSTq7Ժ/VhGdauP"5:ԝ. \ $%Ȏmt]Ջ60 vR{oѝIB:V?2ިzA>`xÄ_Eh0TP5zf2O뀂4_x#<+'nXH] LTOTJ3zy&Eޙ4ᚅk9YހIs@;DX<#(9srob\aEiGup |dÞ΅QFEHT& Xȭ;_h&A0aEtv(Ї{]XaiKce"كu \׿c>l-rŝ~&R}΄T)d,suOӊJS8cU˝1rzi; 2T7J<`eޯә=%u°1Ʌ1#TMR=[ņkUF-6tD_n(FuPO `ҒIy[bVm) {9rhᝑ5'MJto?+jSZhK[ NUPT]A-nRH ^4g #bhk߷}>@UI)ߐG`!>Q`&𾋸EuP=΃^ ,Jv um0ot&Hh RC1(#`e[B(:Rc"{](tƌ;^~STՙǭ&+$p ixj[c!:4SUlpD"n).0[ZRڗdA>F MgA쑩A}VPl,"*ܶiuy#QyqK85D>db3Ա7a6I/XJp/䖼l }ÄO;bڽK1k_y&ܖL=LTIjaKM٢r,q X^:'t<k r3^˔;3`Ri[ d~cFQoE5u9M9-̓v>*7/G0[,DN߀돼 sb=*/d@aqU#1&vj4gbmk a>شP hJT-R'aKK|8{$Upݢ}3bGb_IyjQ"ݏ&^c~aҠ'X]7# s' ?gzfVx>Lˍ?RީVhS)Ht|~pآIL"NI(rS^pR0M*Yr۹fHHSqvJ8V$Frh}%y6Zk$Q{+XЇ]vWx^̛_@j\ө d; '%.TZƁ&&Q)xzpM0- /C/asrw9`@r!uLrqnBBnH,CC0" e;%y{Α; #L}1Jr6SsQòw Ŭ ?QlwJy6[yv ZG*ND$ZtP6y8nՍXՂn[/9P|;v.:W]g.qr4ӢY"BOЅOu(]y4-kk@~f~f.⣚EV6 hYwuc:pQ @!3Q WD3D`Nyd2UN ϴrddTK@.},/E/DRNfq Wi98t?])TGx@SY<L..?l[3jFxd:t+'댆&6ʓxD|mxr,j^/P#(j ˆh-S2a_N R,&g2bWIFB .mB.ԙ#)q/"Lpn[fil-j播@JE$oJh/ 5e6NgX%]%D#Ng_`cgڥ@)C} ;"죢̳O@c2b5UKCP K*r)L zO-sAzx'MSj[s`V/haM}J8f[Sta=<+a֥( ݳL$fÿ>"O71nfik}@ 5Gyk^=%L˫Lx,ޭъ9<HOv6$oAFa?YO?fBJG}Ӹ)P2-?K`]1}(.g.wn=,FUol(x&f6O[Og Š/r[|W,$I˩0{uS4mk@UPR)˚I˵~BkwYT(@i[Iz4 5%@ ̆ v@s-_uˤX&(ݺ‘BeԹ_zԜmPu5%(4( Y њGy>?\,|cW1^I:Є:Lj5ܦxL<wQf >wTۦ|r J QfZH2S]ihۻ#Z/>_]Z,dWd"W=!o&F|0=Jj2@Nꒌk ((™Eޅtlc׽E}Z3 }h/#;%nkeoA1'~Hǖ[pBDzΕ=!×n0 @S UF+ܔ"E@ɥ\M|OH P ÜDSz,H 224u(ٹ9 f4}b콏:1#` jLFZe5Wk9ݜ,u3=+|&%_Kuu ] cA;?='\{YFCv`I}$XQօ[ 5ZtYBx$7+W̸}B" p0pAG8C L Ѷf(bAU"'RI~;yӅ9YI.H!H]uaʘ :қhrTMF jР74cش k+wG'J&[>{Ijtgr,ϫg'8!tVu=JZ񃧷jq3_ǠN~KL>4궧U&91f1iZ%4BzoM78K#R_Á+bQbi!d"t4wLpVxڎ|(gC&#u8Voi_gA J"sL <"jY1m>P|ܡPm_a/u~ ~~c^Hl#X` ;č\ h3wgHdGS"DR"hX AAtIADd:n2в#9&&GZMQ|Ւ/5-+S?z(}#9|bg@p ƗaME0f?#% FVj@T/,0>ϡQQa+`nfdxT`)@jM8fY5X}S R/3bH%W.QqNi{%Ӛح8]NvFEg$ -wεDwEkqn#*;61VQܧwCZ_c(/5RYv[! mzHu-Qǥ0eIiq]F[lrIR_I\ 7Ng&l)EFzjU=OiLMa mϵ}n\`9|K$L _sTnigpx"4& =a m5/ϾTHlbDsT΅WY"%pO{qNvd%%Ɉ-Ʊ.L` cA_E\ 49~ʤ_5uϑ9L ;//0%{5D"BO^5,®0|sd<'f^&wc}e_& %v"*jMqVw/}T7@sO>/H~Gr,d'a ?5 $)aV6\1' W_5h{lQ "1pLIU.{F JdU͵V XGH (9Pj|eHG!=U+Wy ] زy?]VCeSSv*u)QO0a؎AJ4WS R@cjyc u_kHVDY 3f5&Ύ- pq{~hC) ւ1^cƢ<b(b#zoIQej/>810h<~l+ iGPT *qmԶIﺁp0"&䥃%m\\݃VEA6Y:v}N͗tR3,E ?WE0 xb}?ֈi0SI^"=4Jp*Ȇ:@DHFwo9*,X-|sWa.-6NeXOLF6tj@k.>c T^:5%.Żywl6/chFJ: *ji 6:GVȒJ +g ULA>{B7]x=pǽK78=R=uZc+',kr1Y6>g/_ ֭DHyO)dB> \#AOp \~3+tc4.)NEёPc:̮9Z I#V$3lSz%6[Hj{֨ o9RD&]bi7wɹ.ߛƘùTD2Ev9hc)>l8u IGI}XU0Ǵ*̽׳L VmM` p/EK/]u(lVKRWSx:u,Y T1謳}47'5DwQ:DLؖ<8w[a9Ƌ0؏쵆xhuK+{I# e&Ю>7:xJ=@U[ZC즲N3U;N՘¿N>kh&!YE;G(?gFShN=Z-zUUeBqӽ?ϳțcô*422l𘹔cCGNsZHIO).O݂ %r[SUߧ~^GD\ +T~}U `p#Q1]Tbɪ|\ ?f;xJ'SUԩ$|Edv'$9ǦGP~NnMnhY 99!9,sYss9>IDZ*~!ABM8j\!UA8@`0?મwbY J2@;O(w]/1N?'ЂڈLy'ҷfm5{$rd؀L?0fZ`C*9#̘9Wl1 1k}.P +H=گw ි1SQaGhMso$K KU wX$2_~$AHT# 9*>Qs*nGzsy TqE~/hTo1ȎϾHz=Wl|/_ 'ZmvsDZ }c DH8O aiWDUhЕE7Ksd\Q2Ǧ f2F{z?YwlI8^:YY!qJ(!#!6S֮6}Qatgk?w koBbV8(1,qsc KtFn[j"t럵84t!sC7y! kjQ&ךK&m727V͞F?!(klRxB508 P7Dkʐŋw2Ѓ Bb={}(׎?pG2h<ƞG 9eb*^ǯu<8vzoUʫskUP9 !ANeoKrl .o@S@5 sE9,4qGGw`^m?IڱZ툂>Njvxޞ0TWb>hI.^)4غb{Q0{p}b `83T`%Htay Jt8P?ďZHnLKMOA9t)2x,f%cs &(/>j bI⊮R =5#4\,qt~ o?h~8 !wps;TƣHta>?A4noFgNiL .'E>Q]7zm@p|l5wHZ|sr%*ԽUWiYjKqxk5G[c_<* 1,O9XM7J* w/`-MmEefiwg<uOLroyN:.Sb8W"]'B\B-j]@V "[&_Ǻtn(Ź5ahʝ&; 90$'\Y$/t/_ѢkYE qFyC~cZ~}9QxYa7m-umP [siVN޽!7"T.3tݎ 6VI4*gIEJZ$UM: w(F坯62]-oوU{p-=cbg2 I'B`yDzc7NX=s KAAi ྨ?W6=EBE!YսݢlAbۻ!ދ_ 3+x-Jx$(Հ`y`-5w4RIKY$ -1zhp/.ՖQF>w5w!y^DLcbs{zJ_Ae~@v,Ղ.xN7t-)11uex [~͏f7/3j6Q),mX*;-2=n)|G+ e"aUɉYTe|1I&-V#ͣ,[pSx<[Yo xёf'Eg@}A{uHӲ*T$B1kkN^3QM녓+o*eKq:Z^9)wFaB$rC7/P!a*~u~6 cgV/:TIPTTtީf*n>9Hp3_ *@]q1e{6@ѵ_%Z>T@,aKfUK AM2^ȝ,at歪X YN'4q]aĔ^k]Pfv0_**]ۅBpI<,eͥsIa,vtqzb#"ovVD ^niR%:\ ʽT@rrb v~p)~IcR=]l-Sc}4=$oLW8u+J\;Nb E 6^+{zʬEN.%2UH5 &ПCQٷmfDx!|iJ(@k] 6ؕ.GLa\ ۰2Do?7+j|B.ܼᡮ:ϛA;c4Y FKm<Q.PZ7XY4y`OL{? hKog_h?y<8gjIhtt@(2@=!Piv~;q--{%@pUlj ߏSۺ0e =ݛXx3 ؟YX: P2w1E62}7X7F/_ a^}L,sxRvSpH<sV}cb#ʺA:s|e5ŽC-46]N.yϡ^8Y x]qboWb.5I%@A.|˞79A4;#Ad{&&Vq3ElN4- !.+pݑ +&92 X@c؏(ɵ!pxD!Y9draEeٚuލQIX;Jvi$aӹfִ $|˛f1b+_ ? D>їun֟VAy)}T_ iMjrјL"٫CCh +kU;IDZET;ꀦT^@m`'Uq >ʂjJ| uI ݣbCD[jPN`s"3dQ"([]{Q꺨<9FnCl5Ȁ´r.vD1v=o0˚a>SbՂCW&":OQ <uER*qW ?^?8@H)u&er x!A5yqM xDwI(P? ΍yh+Q0LQr8҅02^d|lcD("В @Ǯ;4B:=-ǺR =dz6e^N#iilW0rzFtn6-m3kKҤz&G7o(t֪*ϖ{HLh A b#]_aniB#k[EĂ~6u:"r }%%^[Z+(9Yt;B%Jo3#ipLh 1tAΐо Hk}?ôGa b&M(}>|5lj$ƜaF+Bר[tDKy^k(G=@eABU=&9hp],n/UA*?T `RvlU W4$ v Ոg ouu[so9o9zgVCeܞAfF)*a2%/')7H,0APJ87Ԓ4{i„G{Nn7/QIϼS$Nc?u|L:t3Kj7K-Z3>n,՝FOƔym뜵|z5Hr=~vBk tݪn%079.N2`{ b*&! Wko#1֍8=Út5N ^ t=6ƒeaxxE'Ai^{F5w$v7upxbHf|<|m5-'>oԁ_|?3ҌD5+.%‚('{%^J;X|zz>Y1ҿkc @?8"҅> M6,DB؏:\;]҆氇d •P|5m%&i0cH#R!SKbűaya?ke7)ڝI>Q\ C[N>gWºuZpXz ɟO|7.9F [S=0nVunq)o N]V{V.7}'ߊƪQ>`R,]  yGXDm kIЅmwO,֕u\ LReV?gȘ2z{@^Yl$/L2Bq+ csllxP*늷,zW@,?k+:϶׳Zj%ب*1q1m?KO[m` ._J`sϔb%HJqS.aGtٕ B|\Npet"8W1,n^Wm#Asʼn$$l8"+k S-:U\jW֚fu0[qy$dU, '~a{Qخx޵7:µ7Ќn* 1u|noua _ѕ :={fbxKA%}wԎ<{'eOEK~:ǟlտ)bQ&ro5jJxfn.>\"spp1aK*|eG!Cm1sС]`O3 ::E^.Uz!m0^o*vz_rM`1 :s>ERc/\Q¦V:̏*c[Ve>& IFj=+ƝX.Mo0 /m,5#W{hꐋM8KۨJ6³۶4( >^)紈\pku13rTmCqiҐw HG3~34t=<&*_̴hԇ 笶w4͠E0meoPƽ.x0BTa Bm4uᚤf)b  .R/XQ7#&?"}ɦ[]/ \OsO-ԑBqbjh zOeʂyrpZ NE%b#>@#ʈ~BJdM QtB7}}R hI dMIG 2[RzX/TȾSsne~.]Cxww._$n_"MMk%$HY|"ŭ*M}GWice1Ā^Wt Tb΃6@0dRo*9%TR$\KJZE|Z%2 \Il{ڞcJZ}`"OQ={͊IDRr_b>+[j8H~l`04wE*hᮿ ljA{Btk0"mMu9Yp jrћf4鞢vv4d%֠C oX81_$J[xU-1ӕWx*{ Բ % 2Aggݎ17,e6_7>. Z-!Oˀgpa"P2_"E 6B Ȉ$`E*ܤ6nMbeUhkFhR.-=;;uu?"W u>+`> =nܼYa~N)f~`nˆci_ObZ&E {UySug=sP䳴Ǵ/0Z 3i`=@}mV)`% "E_Z $S-isb q1:t9RbԠ{҃JCGtLHOѲHiA-8f`:-{JR @}Kt,(eHUD/9W++2 ߲( C} gMӮ\h/D5|l(JAa#&wk&˱H4Xp - 0[ڌU.%{Iܧ ,9!LrƓΙ {HUULqCe: gZi\\j. q \cuZwfa}.׈#-XEdJJc ܎X`;^=uHy>:Ra+{hk͈w fPu`DAZQ 2zGzZ&m Uo~u|'YHL] z )S詢ݪg aEܜ>#,ϘWr/P[iT2:^ϑAqZ? +%߭'#4MF{q*5~ >[y _Rܾ0SVi)#yŐ6rvg'z5qUMQ-"N*pZ%W$x`=[T%KJ6BB߾l [i..m慕rk2Y?)J#D-W/H\bANr"!4%~w)gx1C Unt#UJ'Oru0 .Ť+s#0hqOMlyg1ZJ]4,\v-4v5<"!s[x+٩]y.YOc8Be2_VhむhXonj-A n$z)U}}n?f?L2ҵ#`jiP"=iO DiAOFOYğƖTfrz p%#h[l~kBO[k6[٩k8IڦeG?XE^J{pzNF?RAH%`g9^!W\bH\>FDC6a+9h,]hYD5CRjcd0Ѩ$Za}c?A\)~Z۞ءc}ݨBUdErHN1i$#560U"<-/B7=ra͜ʖS] g֛|L Jlr? Cly4Y&37o^Ml `d,U_]mpה,072Ws4ꂙk X3=A.eG&Y]z";9%/:UG<µeQ^TN(neD>^u{״l6/!~F9Sg,w)5D0drC rAG(8F؝Oc \ IbqۯY^,}]q6tVvޮXV3FV7'9AI4;m:T9cɬ%W$UV䢵j8t cz6Ho* ;?Q͋=x+:TWxPf ÍG˰5o>E2AhXw敍uD|˷j<ޠIn 5~U+}9BEO5~8&٠U &Z8;^z6r&$6HrgfR\ iXP.6B+azQo_f|y(U/Xބo.llE튮)ǔnOZBLRNت)x!t *2ܲ;;֧J4n]iA0_/@+Ql^8{f"%W9m)wlCDD(R: |>Bυ4?n&Gc,8 /?T6a{ nqf[Tb+]-sN+ 䠸ooo>3X/,)HY0SWdhJڃXoPjb4M3㉝dtŵwC\h`R陃ζ$D4 -{7FBX Bώަ9.)vՠwT6{ `-WV&1h]{qA\L㽀UcXhr]f+=۩$O+t" PrSlu4D1ayW}* yм#2H + '\H41"/%l9n0Jfil1ˋ@vA^6/)Yw 27Aw.:ΠQ}Z@MGWеq1hWe -j;Ͷ ;*[O%57I>ҧ![DRDf+Ttꊎ分Vyg@;'e밬S1D7t:~Xh` i1aB(4} `/0vr`tK07cj>fqBM;UəN04`awDKY 쟿,G5GY$:Az#Z3]Ja@׆dK}p.Oc* xF'K2hI!nD!@wQl$pMSJyVMSNY0%@DSśKo9J(_R!|!JoX*d9z_>9)v48ie2K$UK5/ȹakQq(M_bLf?`1eW?;8jTb"iHS&c4-jZjBT>te}'HlĹyM-]m`R d@蜤ؗ1=v<>bD{)X>Po,|aA S5֚%;f;g]+4g*S֍(rhɎ\ UUt ! G>VE\??*%E9ts4/G[GTYp719~ȷ66kW#R=_#w=N X\Qޗ/ՇTCXwt-SbVxkkߟK]u/2*$c6U7`sXv52!oD[xq[U܀ˊU-F;@r1Q-wX3Wցu-&zP p;⪰H?aͷ],}:/PVr > tyk8jZᬂ$*=6qՈ ]Jz|QUhKDՀgyjϥ.vJصƿ.aX98^8;˝/m>н NImXuJ\x7S[DXhPPM݆q)Rr@)z{{vP+Q4@eKs؆OcWʿ6oy+(I6•]N^4xJU1?x#Ӛ|1>f_\NӓS@^GKJ# x!)1=?] αik~"uY>".~j)ݐ!#©GX !| őiI-3'UMAv,/q%WW3X e}# ^1|rH oA;I_܏QxSiq,x*vq?AYVr.ԲP~i3!NKC'ʙGd$cbor-9a*/Qk@yh UVH%Ȥ \-#}/rb2:Is/& ,wM.*beJPL_[ AuJv0XF&KbJhpf 7_Y|d(xQu`TEitō G /mH0<80?_pC;|ސeoNg7݈sC,xx, B񊥬I,+Bf*1LCJK ?ߊ귓 ?$70+*'LF ȏOy=:#fd71U. x\Izi RLG͛!?m>)JXEg;C>}E;pne4:LJ3ajuU{ &PYMXy=Mm=k_Hw%Ya~I!˳vBc~fÉ틠~056O 7;>sZ\J#͊2 5j_Ĥ%xv4'NUB\#CjD:Rv fp !t{ofCO(h [OAs A:U$0MSn'ـMQdO _|E$m`UmB6T;Xb3ڌwaѥ}χ2se]\ҒMPy fiWr}k$׉D!ݰ!cZ^n5 BC1L.[) 6[P/Yi@8BJ㻲:e!5DXjQbv ,ˬم>N/MDdpPywz-SĽ:D3HbN݊3|eyb L?Ẕ.Yz㸙i7r[aI>&P1ᾎ=HO6Hw- qQ71W7tRV#3$3ݸ9,˦ .ls4t&}86R x)%۷5N6,m!Q4w4Ǽgr6)Ǩٟ*$RJW׿-Trxi\K 5Ff'E-W9dAK}`?,A m}+r bdŲ|FʼnuRk KRko:uU:g-XYR̷it?3P] +F5uAB(WfUkq޸@׭P[7M, v+MH3$Vpg9Kzik %q/HM;ey{I Pҽŀ@לb4&$!gݴ"uNW%SXqulDU&u_Hwb>$ai'8M*d\:~bsUN[,%d v\Bod+ctmy1I$tLQ >_wG="bC#.|O\3h>_Şj}÷\o! 6\ǂϋ])hDrY Ƕ0ncl J߼P 6޻\\pr]'"MF D:v'933 h W轩2g>6KWSʱc Nc ܁6ɋ,zBeRdqt& e!Bvȼbokp>wY:J;hѝkjnB -ZO2`{$#3y]AgwE,.5v1(:Ӱu>e馊C 0и[FVS#hoKV!o63LE\־xȪT/ ?LgrTs UI;  R?- 5Zm#_.#w36^"͕ e ̐ "~,cAiYPlR԰:"$\> IUhmB߰RDv"Y1lX4:qOPRX-s6.I#{g@D<u"m9m`lY߻%IAԣ`d2vtleM嶵<9֮™/Ǯ|7q`%={L*ĥ_TEJ2R|̈;"!s7Do`x48!181XvľRᩡ acl6,rk6qfŋSnr uF/Q cvi/>2'WfȏSa!)ÈwjQeȘM<:w:rIj8xJ9K,0j*un Wi^T?^A㞒}eC]ւ"PMe+o& / \9"" 1i߬R3ǴT(HSc#cu)Ry醚,=2_!4+Q4\#k5LW7@~- I#`p/dpcHE}~&t70*^׆2}[>eF+|s+|O}W83.3qrD'=IR #!~g^hi/\Tz4><^r(B(B&>XxO<[0[dvTwn7 CRPNY1E75RnσENy@UEz=[F%,ά0=IIzy-~wv9FLb I\T5YMlQQ(Zwqoš^?y}G%aţVmOGC<#ltԟ?dinj.iz&E(ET=H(mmq9Lx2]!下BTDevp(s)4\c>ݜ662-DdG]+P/1 'erGT*v(?ٽ!5<"2QD$~^<uwʵ`w^t t ,_`׬y н/*'ܼSӪVyבZYJQgu%%(:}~4.k<*y-M3alCxUOzElwuI#:OA(t"ȫmz3VQYKK jSTY#\OKFu|,u/SLzkv5j[LYW[bx` x.SᒆLONX_=yX|X3s4߯7} [{͉o:y.H zt{GPPBGz$asw܃ ia Wr1A0z`Ngat/&B/wo9} MPJ&ۡ},MklA}rQ[caQy<qeu^rSsiNBޒ6h6ru] ap6s<xCe]STcQ4b*7EkwDByf(E@7f|A:-zWoDl0, JiLZ{ȚՂYC+aSʱ2vܯNp/20m'Yk{~O( 2 vAx_LC)yN*x2띕͗Ctn7 J:*VY7"́=캥rꕦ|M9pe4XkaN-/|[ќ6.ɮ.x}cuHI0(T(v'Ǡ[T+(U;^ߚP%y抅}pnQ>?Cಅb[7DžpŕOP5,b'کA ww`Qi4!% #LFAKOx].ǵx()N*Qz/ϛw%){A=<&a§1.QCMEkN򥊹9|ARWf6O9j` F4 +R/ ZjYWgߑH~R*)s~B|l-Pv3C+VAY'[Qx!†IET/ޏv԰Cg?p2$9l@ou|[R>\#8EdTh{=ك@0;5+-vS8fϺ3>8v3ybޤ]ˋp]T| |[WzW1K,w,e [2}pÂn+&msP{rO !o&NS G qy?t]ԮJC%c= z-}hTS:|5/vޱa0<$MK6W&{?Kl$>cu cI7$jR}u=^y|ր4-ӉG23Cѝ-13: b{PTLNũNHhK]ѥK9)}J[ ϊ1vpZQ_i=>ToC}+.̃zxaP2"D kdڌ|3E[^D&Ms6V}Yϩ#"43jm(p x""-;/{Y -i2Dž !{ C@Fs?rt/seܒ[o?SffA+tג'&\Cn#xow\Q 9ݿh,`W:~4 ZX\~{Q+,]A͎0'f+BIcqSKuL f[p4V\:<"ɝtbX cεUydj=x6*2at8("$Ḣ4o/֩n>kːOZW/ݷWǨ\EkN' #-gL}oڌy6ےzD$㴦ȃM | 윅NySճ>5_Ldnb SZ6,-wڻ%FbQaGCro 5ul'ZfqEJ@׸# vv^j-c>fΞڽd z;R`}r "DN'[YD-!_8 )Ik qN2س-[jQ%py1U7NعmٸHRJ^j/) {̙x#z4씓9jXM+xN{*ܸYGxAEpe=w^#I7)o,H+ZyO\,E0H{ð HҠb@dUcˆ H xǧJMB>"P))ƪU7zk8ai`z/-1ß;P^f"{^LRg&QT:,i@9;%u1 ++em$oz! 0jLk:E?qjq8*ЅrVlWDodI@{'<1b Ò-=2+Jǚ8ѻV5Wj *4L(歚{158Fσqk gft9eX`f̶\Fn>!3ZSJZADr9XV)ҢLy0#o u ف#"+r܀UC߬d)&Ǹ0M2φ'}5bOLzNx=A kI$T b҉wvr!oݫhr045'υcPy,eN}hKk)ȧI{SEZ76QNeeMnυ-YȫqcS6a|]]1*i|ǡ?Oh ypwUNǟ_Txf0agb0D׋/u8O\=֩'TE:goؓpSwmJi&FB_8z䉁.Y63Zp1UCjx"P:/6=ucr3z5_~I$ gL88f ;UɎ% Ke_9ڌDȾ y[:ȞkQ'zk)A/4~,;֯NKqu.vS-21ȰxkS^NЉH Uv2y1,19 V:&L9z IRΦMV͆@Ay,3r̝~NR8Xհ?tTpzЁ k'pZabQe "rMb@ct79uor_pjsaDA[nj`>E*蝱?+:lY7'v h2Bn79/w撿,R>QBo#SƝ:TZXG vFj#];}o 8z,cXנRQ^KG1e`:Qo,HaƟG.^Qpvu=Љ< wL k@EJPK65ڴL'rĶ /6 Ni ^tNxø7b2~K7Md}Aݿ VTSUEt(Ȯ>Zg: XD_{}lvUI(tNEfp/1$#l;ڙN4 Y]QYm8}ΪL*nU M]@/(TV~*W="p~L\pM|GylffUUxx^nR=Gw#OPA'|Spo053SJ#+P,У1WT✛3r 񛷩Y2:O}QM#YD}'R~yC Z#~WdT316pqzr̾td̆~z cwE"A0tEur04w9'{%fAzÿLŎa$y0h @HC'ʱ0SL@{6њYgCRA@s Pۼ"^L|dpT~5U5ó}M'zM1X-Z$Tk7KG_ƚrG,+'Y9nBM7s_`̧?mr I(& lg`"pXߌ (yOT=^8,#0@JZAViHJx6fVJ9~']"txH^/H*t˅.Arf9VJlD iRKbɻF/MTxu~Ǥ/8ltP3&]\:@T i}q{XFWs`=Y `j x|FdzWF26;aVM| %|jПi,?),IS"&Y ʙc<,@{)D̊\3,uZ'uI7 7Cĺ-:s^O,qesUn *)G9|,u+2`NiT+gvU4jb^ș&u/zm}< C&&UJbg=-HWX0-Q#TV iB%{vX_Ԏ]I2Dw2\ }%ztq;$@d`qEP;A /"Y3^r燯e5jOKS+ byjZtA2Eù3Hii]:c 4Y`BѦi* e {;Us6; d 7^@1/ LY;RK#Mb@KDDaAԷEr݄).eژʉd%6-|[#~2 寤Po'@ [c@8%%5P"kM&+E߶HB}>%YvZ,ZvShmU>zJ }}y~L?uJ ?>G!8>mʻoAڊ?̺5ߋP'P)VJFXW=2g/J0QL `r7| 8C6ꁏ+,MlZ=s${_fD:{GLUā[ .X"adUǀB^m?gCkj r4 BѦYXhTcpe6ʫai"jbi{Xc>arJ%f2>ൃ"+^=Ͷ fl\؆ 84f|.o*:ySC3˥BPk,ťGJ afπR#? u)q#dϱU0 ς%I.Nֈ"P?+̘kx- H^}$=ˌ #U- {1x>׼3}jr,l,aJ4.4}~͇Ԍ|FxL> abJ U74C2јFm5Bf=Mٗ\3&ױ.bfrx%[9>9+ZYdj[{q0h($րy$;?5+7T E?AHQSKܵ1  QX0:"R=RY$ƫbrT4JY~ Dס^՗ } o!XVuZ, ;JI{;tAz_&kA Ӏna o:8Ps?X? =vb @_N;U$1WJ7 bkឃ%bW?>CUS-o|L\2ԪzF_qǕ#Q.}m|5 ֡}XxiӃIMRJ{oj~4rۯRd!X1\v5ŀʠ&>>( 22kBX%tmrZ,t!3ig-vDL 66_>">e/o00RG i;}|iܞ!xDe8VX mBBn,WHkjJ;[VZ`k (`cWg̺RDZ|l!ie7a;/ 1w[ #bRNL_Q*-z#DZc1YP:5NnY VKY׹i, \CV%UTk[y^OdN1aQ_M\7L5풅g@;Ct0\_ߚyBәD~wo/&̑0_G?pK?[V{uqxͤ9ӺМB]О9@/qZ2ۼqzpZAԘy1],%ay&ACޱϐ?p(t*7Cޟ/Z4fQ0uN$ZL`EhRS*k!zaEtTnC)2BTKnE#>c4|I:49[F_ckQ6S?aLd'BUkMɽcJ_疇zd*l-X˙QZT[Êr !1wלd>%7 hXWox?4JC IJl=nA5|嵔+.ǪzX_UT7~7pؔGg.pp]byc;Bo\9ZmsN!;y1|2^Wp4f(닯 Fݒ7AbĨ"uPyoXk.xW[W1]J]rtCaJB尖{xn=HXģsÊ*)}ɝC$<#dQW$bo!5w&ȦTH!%&#@(oC見+r _)1q_:q&BV)X ! ")Vy.@򑫒ˎX߾GÄBrSŏְ+4DǸdx]XRd'D !(0Dƀ44=t NdA2 W C='nIMiPIMmԱ2Hm11r;؏$E>() j?D2i]FG`cT̝%_;@XNIXYH&8Oe) V]Owխ4|2N:n`>lªC\`v({JUb4rg\۬BbV<4 Drfioa7b^nFBKY onK%(>2a&^:ReL)7LYƅ^~@=xlGh)4 YmƠ+^]]*bl2cev~AȺ*MvSgӞ7"4RpBM9񼏏R0<%Ӄq;MpCe\= Ū[;da)ۇk\LR7v\x>+2Kםi7{^fikU MUqP1s@D3!.cع?eL`\%'vԜZ$Zq=i[@T.);f)Pz#w3Y :1dD#B- d֭1ZpE+ ^mRT.e]4cbdpd;3ާ'<ʮjE䂧L!Ue K y6;0ZtτѓPfv!֢FN1{ݗcOܰYV]0Ƀ8^/BȪ3L22_ė (9 ^MKX ghO /2ŏ7,n@TjЙ^Tjx~ rJ!jɅ-/b| J!\1 ۤ8;#٠ ).r5^4∐s=Nw9CWG:T! xPsmʽ4.p-:GfLM'26yz0fYx3gN̨]koPĊ>A؀u{ԃ:?.sKNUi3f %VxQ?4'>>қ"ps] IaF -a%VB FT0RI9F:3s ]/vg:9Smh`j0g/e+At 'Unlr%ͤe&7! ѓ(zv奃Sؿ@B"ܮCn#2 o1{[5~ڏhhIܴLomA q½.N'@6TɃoF5z_ jK>V2~bkrRg)j{H.l;\)DTvCuPx( dkܬWSEۇYpJucaF&lBLrΰ#1{)")_`0- vИj=cg`݂4bv@0Jy$5i!_{ctvH z=1܁+ p/λdcl{)9g00gZĜW G  wʒ-AQ[6-8ąH`wgYGd`j2޶^3IrMyy1ci3k;ćv;"ЩPt6̋J`ŕBty|͙W&(A^1ٌ±tZяNwN"w2L0^5V'%8;Xܺ-ȅ7bTس!z_"sP'{圣Xpӝf#ׁo'r\^+p$ b_,OKgPxڒt"X5KfVic0|#PܮT6RSv,RӓӁ i}q-?^rW6(9 JT/ȅmEcZ(mZ Q~Y%^\0|`9[ogٿ8δ`&j04I7]JF۟\LERS/X[`& 5EveF$ t/Dk ӅԆ k<;zZRi8S*wjlۖ:oJ zxLjĖ$&Y[f(-c.?y!MRjj+9@; M(gUq{,r'CΛRC4D(g_OZ:>uv`x- o?6k<+ +q.kb j*Mo2)7֍K^t7TG/n ‚Zjw,vxN.GYzqX!q$,^OBy;MesI)Z@*̉ȸnK[5c~a{2i*^kSa)lR%.O&x wrG lD5A5i+F>D}e ~@O& WBD9^8&AHdɂvsS!)|˨c|S y:yx[X)H߅Đx1׃4εX9S1a_pe)p ܢ E*I9l(S--%aĈy4?)I, $t/M3'DݐawTQfXo+ugNVPƗ);FJQ6]2h4S1#6Y+8ir.%d !r~Ȃܧ.S bhG"2;YxʁK|DL#*6h_$5آ6wDn{ W >G(~'5lijɎ '-p!޺ؖ9mb`Ó=m cgE*סQE~b/@Yau V̕KXXxRP*Ӏ eN8zq: jg 庝&a1BBmlXcBS[>~^W\OX3&$ !w.YEhY|Ƶ|Y2x{봌9rKшg"BeS޽j$z\ h:Rgҥ°sLfHޘ./CH~7:!ɓO~q[J",xD6j< fΉ~h2K̍A: ue }Ź$\sOkEـSަ: {19*IQ[=#A> w.5+wGۣyeZ.; x>` SЫr590i3Rb(IV($[2`̬/:إ ${g>mr¶^QCv45;4 bLeC2*p;j= ɉ~`d(htAۮ>i*OϴSՔ Ci! N(#f"حMWN7f*8_s"cH}7?!uF.6'cr0:g\DZcӒFRVm?uBnIdqAHkT/N5 hUA]^oX0qnR8 ?HzT(mE)@TlvC S P"JI+XBy7@DA^C%-k.M 3}je+J o 3g\ } `ȧ.=\!ګG=P&QԪ!L߽`] PӇ8L'e??;f~#؃Z~kp%KGg!ۦV"T 㾁u:/71=jQ%g'>US]4yaȲ.Yeՠd\".TtgZ,kK/JF if; m!>jՁcY&|zbD #Gw83sUAM|l}r`Ce]M|o1Vr;.EB:uBT}TYƾ)C k~*rjʶi['Oŕ)!z'`)8ݰ]|g!$oK/Q@yW BHȮрfRg ;F؍**oZ0Cޒ0Jw59} ZEM+a7t SiQ ymWm"m';KHq]LNMt9jwYŰQwиJq2WS l3ҨegPL&M+_E}eW3eȂD L ؃z˓4Ͳ]:c\ EU6j'+DД 0W\ӧDc(>.ruQpUE ]i=yĨ ?m$͞tO?J<)x_={ԻXi}.#B~dfz1g>;ǍڷFU[NKș`HB\D&: s /|HRp"0VtͬK`HqEQAR^=:z"V+R&9L67.~QJ =UJ?PdFGrAnz]r؂~vݶ*Cۥ:l$f3-Ke͎ MxL\aM[Ё׌sfu7Q5IRXlԐrb; ,{bϏx#z [xv%`ޭcb[P9҂7B"ks-, Xn Ivϟ;}\3TJ+phCĚ,5T-@_X NEqZ?=5HX8.%Sn{!BxAY'bbWqdcIB 7CRm]=%Uᶪ ъS1=Td%BYD%Ӻ1ͷ cE{Gv#xEfy֓='ypu2p T#aC,"Jhpe|I;Ȭ)HRX+.}`^$fc)AzvG MEw7GG%ʛ &ueRo*imG1kD:_l[&0~) :Dt'8} q9ot@Wβ(vEC+(YH]8qSTdrjzlTm5N߅c[^^ܴ|*I*Ȭl*YL T7 ՛JYF$pEvƲi^԰'@`EUk?`vLlrn!;{:"Ϻ` 6򯢞M(ܽw1 $g D{:,?LֻM5[-z"s2Q>5qeb R)]81$&K);)R;UAμ-7!^0Ͳ:#|vZ0QC}uܩ^ ri8?6DljEN,c0}}L7z{*3 "V# M0vwΉk}SⸯxE`|B ֒:ASr´SP'a3V]2D@s`DGP^ʛn37vC693WHC&p#5*7L^$)eGq3*Gj'Mg~|?YfooD[*P?kn& 3tԿTl[W<6 vJ(g#HS IZ<߾p1aB6 u=Y~]μ}<>+ʼcKrGF Ē,4ϴADOfz=q3ŽWpVEvU 5PG7߯1LǑ@ރрCl!^3531 &^Npb7=0 q> ΀d&3[Py\bK?{B99 G:i)Rhv +di~a|(:&SA+,PͩWܔp:(34w3%Žd[$#H1|gS`mJ I:wUIdsHiej9:M7퉕c%ц1g>VæHo9qyC 0M,?B.>>x5{N*A  [p<ȅ⹯U%=۞]܍oF l@U1)co.3d~SD iJ';7p?W>_^ƭ|gWeFvzQW@N:Ѕ+V*+B$2$:8q #p3X+]-]:Cؖ {EqmpY"T,ƐTN]sG$V6cQJæ HDʐ4 A䝝?NOSqk|g0w݊?[F9(Y QNLϴki EUPTJGgl`h6C/}5,h}5N~=.ƚT o?܄T_ZڭxX`I,Dg}V`Lx^5Jo+b?sJ0Eun%3nRY>QPrI8`L1^ mą0rSߨPm#qSV gPX}EXgXAzBF5 \0qr+:ao(H@q̅a_sUHSF򦒆lFkv=kaZfSzck8MfGQTnڱ@JSaѴϝ E؟uI&@ vfF 7ʔ,aCGMc :9ߝ6㼖à#g *1k&2*8۵˥MV|!Gj7+c(a {5@*ו0[D;x/$ݦSf6 vr:n0Yaydb䵗4QJw WϊAgP/ю'|e22#|\ x{Kne{T=T[N&b2&C/0 Sa8X?KNm A*IDc SqwB q10vɐ::a( `~O<-<7 ׇhLPqh@ f}(ux bW4<:F[<TZԳSIϊ54.&_n7M4k-ړ!ilvg/8=,,Ap0%p᱋r{GyA|J- l`_^vzxc_n6٩37d۷qMS"t#-N3zsg y&.Ve}\9YTl[;pE Տ!kL@W<J认c=TaA7SP2kZs4Mgfl(C{Ij*^xu:,>K{X"z,=jqucWϨon:n }Gejh<{Ū}O9%%ZTp CP0q_IlwM5@+\f1+U@Rqb_ Ʒxlz̕{,X"*&$eN+buY=ĖRz!v°2km] 4sCXe@~K1P,>z&ni|pK ½)|P'$$Ch?*}ŹN>XvIcDqRC}޽hTرMlM"2@jӴ#>aR-fȠxmv)纱9/f澈ܦ8㉷O(eA9%`N ǡ Fz@ݡMřB=:o+L9T d(I{ R l^7-^g`俎O FRو&ŨCGLzpvO1>lDC*<@^bO@"\!Q㷌D5;5MY37`_'00vG^so>Z!?r YZ