go1.19-race-1.19.11-150000.1.37.1 >  A dp9|H*_ .UPc7i*JBl M܄(-"R9 4ޠ)"}/2h\U");y m{ǖN({HsoR.Ih*:3zM{{ZּRmi>kÀtv6< w;$$nOL*%ԡB(4OXdlop%{~q]`HLVfQW64162ea384c229e1bc391254e796b02662493e5f26ca45159f3e75a57976bc43afb692092eed32a03624a132fc0d8ec24a458bf9>dp9|a\T4z{~͡"Tlh^ CfL314E`ƛWk&]QRtޣ^knlq[Cu }TM-2dzK,ʸ+ 3Rp[riwGmJa\@K['WZ:0Bjd0I"(Kzs0"id/lӧ% gPx\T6Mz3^)] ѵ;]}܎*e:im$ŖU烍M*y=aO>p>(?d $ = *7 Mf     @T(89T:UFGHIXY\]^bcd9e>fAlCuXv\zCgo1.19-race1.19.11150000.1.37.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.dibs-arm-2SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Gohttps://compiler-rt.llvm.org/linuxaarch64d69711a07d6c893c9e24fc4126cbe1642a06d670a8cfe0cf0e4cee1a2487911cdrootrootgo1.19-1.19.11-150000.1.37.1.src.rpmgo1.19-racego1.19-race(aarch-64)    go1.19rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.19.113.0.4-14.6.0-14.0-15.2-14.14.1dD@ddRLdP@dP@dK@d9@@d9@@d9@@d7d,@d'@cwcS@c.ca @c< @c6@cob{@bL@bbb@by@bx@b2@jkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.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.11 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to cgo, the cover tool, the go command, the runtime, and the go/printer package. Refs boo#1200441 go1.19 release tracking CVE-2023-29406 * go#61075 go#60374 boo#1213229 security: fix CVE-2023-29406 net/http: insufficient sanitization of Host header * go#60351 cmd/go: go mod tidy introduces ambiguous imports in pruned modules * go#60637 cmd/pprof: skip TestDisasm flaky failures on linux/arm64 * go#60697 cmd/go: go list fails with submodules which have test-only dependencies * go#60710 cmd/go: go list -export -e outputs errors to stderr and has non-zero exit code * go#60844 runtime: SIGSEGV in race + coverage mode * go#60948 runtime: goroutines that stop after calling runtime.RaceDisable break race detector * go#61054 runtime: TestWindowsStackMemory flakes on windows-386-2016- go1.19.10 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2023-29402 CVE-2023-29403 CVE-2023-29404 CVE-2023-29405 * go#60515 go#60167 boo#1212073 security: fix CVE-2023-29402 cmd/go: cgo code injection * go#60517 go#60272 boo#1212074 security: fix CVE-2023-29403 runtime: unexpected behavior of setuid/setgid binaries * go#60511 go#60305 boo#1212075 security: fix CVE-2023-29404 cmd/go: improper sanitization of LDFLAGS * go#60513 go#60306 boo#1212076 security: fix CVE-2023-29405 cmd/go: improper sanitization of LDFLAGS * go#59974 cmd/compile: multiple memories live at block start * go#60000 cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies * go#60457 cmd/go: document GOROOT/bin/go PATH entry for go test and go generate- Revert re-enable binary stripping and debuginfo boo#1210938. go1.19 and earlier store pre-compiled packages in $GOROOT/pkg as Go .a files which are not ar archives. These .a are incorrectly passed to strip by brp-15-strip-debug. strip incorrectly modifies Go .a files rendering them invalid. Some Go applications fail to build with "reference to nonexistent package" errors. Refs boo#1210938 boo#1211073 * go1.19 and earlier store pre-compiled packages for the standard library as .a files under pkg/GOARCH[_{dynlink,race}]. * Go emitted .a files are a Go specific format, not ar archives. * go1.10+ stores recently built packages in build cache GOCACHE. These are separate from the installed packages in $GOROOT/pkg. * Go build cache objects use a different file format than Go .a. * go1.20+ switches to the GOCACHE for both recently built packages and the installed packages in $GOROOT/pkg. * Current versions of readelf detect Go .a files correctly, e.g.: readelf -d /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a File: /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a(__.PKGDEF ) readelf: Error: This is a GO binary file - try using 'go tool objdump' or 'go tool nm' * binutils strip as of 2.40 detects Go .a files correctly, but incorrectly modifies the .a files altering path resulting in "reference to nonexistent package" errors. * brp_check_suse/brp-15-strip-debug passes files to strip based primarily on the file extension including .a.- go1.19.9 (released 2023-05-02) includes three security fixes to the html/template package, as well as bug fixes to the compiler, the runtime, and the crypto/tls and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-29400 CVE-2023-24540 CVE-2023-24539 * go#59811 go#59720 boo#1211029 security: fix CVE-2023-24539 html/template: improper sanitization of CSS values * go#59813 go#59721 boo#1211030 security: fix CVE-2023-24540 html/template: improper handling of JavaScript whitespace * go#59815 go#59722 boo#1211031 security: fix CVE-2023-29400 html/template: improper handling of empty HTML attributes * go#59063 runtime: automatically bump RLIMIT_NOFILE on Unix * go#59158 cmd/compile: inlining function that references function literals generates bad code * go#59373 cmd/compile: encoding/binary.PutUint16 sometimes doesn't write * go#59539 crypto/tls: TLSv1.3 connection fails with invalid PSK binder * go#59579 cmd/compile: incorrect inline function variable- Packaging revert go1.x Suggests go1.x-race boo#1210963 * Upstream go binary distributions do include race detector .syso * Default Recommends for subpackages is best suited in this case- Packaging improvements: * Re-enable binary stripping and debuginfo boo#1210938 * go1.x Suggests go1.x-race do not install by default boo#1210963 * Use Group: Development/Languages/Go instead of Other- Build subpackage go1.1x-libstd compiled shared object libstd.so only on Tumbleweed at this time. Refs jsc#PED-1962- Add subpackage go1.x-libstd for compiled shared object libstd.so. Refs jsc#PED-1962 * Main go1.x package included libstd.so in previous versions * Split libstd.so into subpackage that can be installed standalone * Continues the slimming down of main go1.x package by 40 Mb * Experimental and not recommended for general use, Go currently has no ABI * Upstream Go has not committed to support buildmode=shared long-term * Do not use in packaging, build static single binaries (the default) * Upstream Go go1.x binary releases do not include libstd.so * go1.x Suggests go1.x-libstd so not installed by default Recommends * go1.x-libstd does not Require: go1.x so can install standalone * Provides go-libstd unversioned package name * Fix build step -buildmode=shared std to omit -linkshared - Packaging improvements: * go1.x Suggests go1.x-doc so not installed by default Recommends * Use Group: Development/Languages/Go instead of Other- Improvements to go1.x packaging spec: * On Tumbleweed bootstrap with current default gcc13 and gccgo118 * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap using go1.x package (%bcond_without gccgo). This is no longer needed on current SLE-12:Update and removing will consolidate the build configurations used. * Change source URLs to go.dev as per Go upstream * On x86_64 export GOAMD64=v1 as per the current baseline. At this time forgo GOAMD64=v3 option for x86_64_v3 support. * On x86_64 %define go_amd64=v1 as current instruction baseline- Use gcc13 compiler for Tumbleweed.- go1.19.8 (released 2023-04-04) includes security fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as bug fixes to the linker, the runtime, and the time package. Refs boo#1200441 go1.19 release tracking CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 * go#59267 go#58975 boo#1210127 security: fix CVE-2023-24534 net/http, net/textproto: denial of service from excessive memory allocation * go#59269 go#59153 boo#1210128 security: fix CVE-2023-24536 net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption * go#59273 go#59180 boo#1210129 security: fix CVE-2023-24537 go/parser: infinite loop in parsing * go#59271 go#59234 boo#1210130 security: fix CVE-2023-24538 html/template: backticks not treated as string delimiters * go#58937 cmd/go: timeout on darwin-amd64-race builder * go#58939 runtime/pprof: TestLabelSystemstack due to sample with no location * go#58941 internal/testpty: fails on some Linux machines due to incorrect error handling * go#59050 cmd/link: linker fails on linux/amd64 when gcc's lto options are used * go#59058 cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation * go#59074 time: time zone lookup using extend string makes wrong start time for non-DST zones * go#59219 runtime: crash on linux-ppc64le- go1.19.7 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the linker, the runtime, and the crypto/x509 and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-24532 * go#58719 go#58647 boo#1209030 security: fix CVE-2023-24532 crypto/elliptic: specific unreduced P-256 scalars produce incorrect results * go#58441 runtime: some linkname signatures do not match * go#58502 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' * go#58535 runtime: long latency of sweep assists * go#58716 net: TestTCPSelfConnect failures due to unexpected connections * go#58773 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows * go#58810 crypto/x509: TestSystemVerify consistently failing- go1.19.6 (released 2023-02-14) includes security fixes to the crypto/tls, mime/multipart, net/http, and path/filepath packages, as well as bug fixes to the go command, the linker, the runtime, and the crypto/x509, net/http, and time packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41722 CVE-2022-41723 CVE-2022-41724 CVE-2022-41725 * go#57275 boo#1208269 security: fix CVE-2022-41722 * go#58355 boo#1208270 security: fix CVE-2022-41723 * go#58358 boo#1208271 security: fix CVE-2022-41724 * go#58362 boo#1208272 security: fix CVE-2022-41725 * go#56154 net/http: bad handling of HEAD requests with a body * go#57635 crypto/x509: TestBoringAllowCert failures * go#57812 runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396 * go#58118 time: update zoneinfo_abbrs on Windows * go#58223 cmd/link: .go.buildinfo is gc'ed by --gc-sections * go#58449 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing- go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and the crypto/x509, net/http, sync/atomic, and syscall packages. Refs boo#1200441 go1.19 release tracking * go#57706 Misc/cgo: backport needed for dlltool fix * go#57556 crypto/x509: re-allow duplicate attributes in CSRs * go#57444 cmd/link: need to handle new-style LoongArch relocs * go#57427 crypto/x509: Verify on macOS does not return typed errors * go#57345 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument. * go#57339 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices * go#57214 os: TestLstat failure on Linux Aarch64 * go#57212 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length * go#57124 sync/atomic: allow linked lists of atomic.Pointer * go#57100 cmd/compile: non-retpoline-compatible errors * go#57058 cmd/go: remove test dependency on gopkg.in service * go#57055 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders * go#56983 runtime: failure in TestRaiseException on windows-amd64-2012 * go#56834 cmd/link/internal/ppc64: too-far trampoline is reused * go#56770 cmd/compile: walkConvInterface produces broken IR * go#56744 cmd/compile: internal compiler error: missing typecheck * go#56712 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target * go#56154 net/http: bad handling of HEAD requests with a body- go1.19.4 (released 2022-12-06) includes security fixes to the net/http and os packages, as well as bug fixes to the compiler, the runtime, and the crypto/x509, os/exec, and sync/atomic packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41717 CVE-2022-41720 * go#57009 boo#1206135 security: fix CVE-2022-41717 net/http: limit canonical header cache by bytes, not entries * go#57006 boo#1206134 security: fix CVE-2022-41720 os, net/http: avoid escapes from os.DirFS and http.Dir on Windows * go#56752 runtime,cmd/compile: apparent memory corruption in compress/flate * go#56710 net: builders failing TestLookupDotsWithRemoteSource and TestLookupGoogleSRV due to missing host for _xmpp-server._tcp.google.com * go#56672 crypto/tls: boringcrypto restricts RSA key sizes to 2048 and 3072 * go#56638 sync/atomic: atomic.Pointer[T] can be misused with type conversions. * go#56636 runtime: traceback stuck in runtime.systemstack * go#56557 cmd/compile: some x/sys versions no longer build due to "go:linkname must refer to declared function or variable" * go#56551 os/exec: Plan 9 build has been broken by a Windows security fix (also breaks 1.19.3 and 1.18.8) * go#56438 crypto/x509: respect GODEBUG changes during program lifetime * go#56397 runtime: on linux/PPC64, usleep computes incorrect tv_nsec parameter * go#56360 cmd/compile: panic: offset too large- go1.19.3 (released 2022-11-01) includes security fixes to the os/exec and syscall packages, as well as bug fixes to the compiler and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2022-41716 * go#56328 boo#1204941 security: fix CVE-2022-41716 syscall, os/exec: unsanitized NUL in environment variables * go#56309 runtime: "runtime·lock: lock count" fatal error when cgo is enabled * go#56168 cmd/compile: libFuzzer instrumentation fakePC overflow on 386 arch * go#56106 internal/fuzz: array literal initialization causes ICE "unhandled stmt ASOP" while fuzzing- go1.19.2 (released 2022-10-04) includes security fixes to the archive/tar, net/http/httputil, and regexp packages, as well as bug fixes to the compiler, the linker, the runtime, and the go/types package. Refs boo#1200441 go1.19 release tracking CVE-2022-41715 CVE-2022-2879 CVE-2022-2880 * go#55951 boo#1204023 security: fix CVE-2022-41715 regexp/syntax: limit memory used by parsing regexps * go#55926 boo#1204024 security: fix CVE-2022-2879 archive/tar: unbounded memory consumption when reading headers * go#55843 boo#1204025 security: fix CVE-2022-2880 net/http/httputil: ReverseProxy should not forward unparseable query parameters * go#55270 cmd/compile: internal compiler error: method Len on *uint8 not found * go#55152 cmd/compile: typebits.Set: invalid initial alignment: type Peer has alignment 8, but offset is 4 * go#55149 go/types: no way to construct the signature of append(s, "string"...) via the API * go#55124 fatal error: bulkBarrierPreWrite: unaligned arguments (go 1.19.1, looks like regression) * go#55114 cmd/link: new darwin linker warning on -pagezero_size and -no_pie deprecation * go#54917 cmd/compile: Value live at entry * go#54764 runtime/cgo(.text): unknown symbol __stack_chk_fail_local in pcrel (regression in 1.19 when building for i686)- go1.19.1 (released 2022-09-06) includes security fixes to the net/http and net/url packages, as well as bug fixes to the compiler, the go command, the pprof command, the linker, the runtime, and the crypto/tls and crypto/x509 packages. Refs boo#1200441 go1.19 release tracking CVE-2022-27664 CVE-2022-32190 * go#54376 bsc#1203185 CVE-2022-27664 net/http: handle server errors after sending GOAWAY * go#54635 bsc#1203186 CVE-2022-32190 net/url: JoinPath doesn't strip relative path components in all circumstances * go#54736 cmd/go: cannot find package when importing dependencies with the unix build constraint * go#54734 cmd/go: git fetch errors dropped when producing pseudo-versions for commits * go#54726 cmd/compile: compile failed with "Value live at entry" * go#54697 cmd/compile: ICE at composite literal assignment with alignment > PtrSize * go#54675 runtime: morestack_noctxt missing SPWRITE, causes "traceback stuck" assert * go#54665 runtime: segfault running ppc64/linux binaries with kernel 5.18 * go#54660 cmd/go: go test -race does not set implicit race build tag * go#54643 crypto/tls: support ECDHE key exchanges when ec_point_formats is missing in ClientHello extension * go#54637 cmd/go: data race in TestScript * go#54633 cmd/go/internal/modfetch/codehost: racing writes to Origin fields * go#54629 cmd/compile: miscompilation of partially-overlapping array assignments * go#54420 cmd/pprof: graphviz node names are funny with generics * go#54406 cmd/link: trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 * go#54309 cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereference * go#54295 crypto/x509: panics on invalid curve instead of returning error * go#54243 cmd/compile: internal compiler error when compiling code with unbound method of generic type * go#54239 misc/cgo: TestSignalForwardingExternal sometimes fails with wrong signal SIGINT * go#54235 cmd/compile: internal compiler error of atomic type and offsetof- Define go_bootstrap_version go1.16 without suse_version checks - Simplify conditional gcc_go_version 12 on Tumbleweed, 11 elsewhere - Add _constraints for worker disk space 5G needed by SLE-15 x86_64 - SLE-12 s390x use bcond_without gccgo to bootstrap using gcc11go * Workaround for SLE-12 s390x build error while writing linker data: bad carrier sym for symbol crypto/internal/nistec.p256OrdMul.args_stackmap created by cmd/link/internal/ld.writeBlocks /usr/lib64/go/1.19/src/cmd/link/internal/ld/data.go:958- Bootstrap using go1.16 on SLE-15 and newer. go1.16 is bootstrapped using gcc-go 11 or 12. This allows dropping older versions of Go from Factory.- Rebase gcc-go.patch onto upstream changes in go/src/make.bash and go/src/make.rc. Used for SLE-12 go bootstrap builds with gcc8.- go1.19 (released 2022-08-02) is a major release of Go. go1.19.x minor releases will be provided through August 2023. https://github.com/golang/go/wiki/Go-Release-Cycle go1.19 arrives five months after go1.18. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1200441 go1.19 release tracking * See release notes https://golang.org/doc/go1.19. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * There is only one small change to the language, a very small correction to the scope of type parameters in method declarations. Existing programs are unaffected. * The Go memory model has been revised to align Go with the memory model used by C, C++, Java, JavaScript, Rust, and Swift. Go only provides sequentially consistent atomics, not any of the more relaxed forms found in other languages. Along with the memory model update, Go 1.19 introduces new types in the sync/atomic package that make it easier to use atomic values, such as atomic.Int64 and atomic.Pointer[T]. * go1.19 adds support for the Loongson 64-bit architecture LoongArch on Linux (GOOS=linux, GOARCH=loong64). The ABI implemented is LP64D. Minimum kernel version supported is 5.19. * The riscv64 port now supports passing function arguments and result using registers. Benchmarking shows typical performance improvements of 10% or more on riscv64. * Go 1.19 adds support for links, lists, and clearer headings in doc comments. As part of this change, gofmt now reformats doc comments to make their rendered meaning clearer. See "Go Doc Comments" for syntax details and descriptions of common mistakes now highlighted by gofmt. As another part of this change, the new package go/doc/comment provides parsing and reformatting of doc comments as well as support for rendering them to HTML, Markdown, and text. * The new build constraint "unix" is now recognized in //go:build lines. The constraint is satisfied if the target operating system, also known as GOOS, is a Unix or Unix-like system. For the 1.19 release it is satisfied if GOOS is one of aix, android, darwin, dragonfly, freebsd, hurd, illumos, ios, linux, netbsd, openbsd, or solaris. In future releases the unix constraint may match additional newly supported operating systems. * The -trimpath flag, if set, is now included in the build settings stamped into Go binaries by go build, and can be examined using go version -m or debug.ReadBuildInfo. * go generate now sets the GOROOT environment variable explicitly in the generator's environment, so that generators can locate the correct GOROOT even if built with -trimpath. * go test and go generate now place GOROOT/bin at the beginning of the PATH used for the subprocess, so tests and generators that execute the go command will resolve it to same GOROOT. * go env now quotes entries that contain spaces in the CGO_CFLAGS, CGO_CPPFLAGS, CGO_CXXFLAGS, CGO_FFLAGS, CGO_LDFLAGS, and GOGCCFLAGS variables it reports. * go list -json now accepts a comma-separated list of JSON fields to populate. If a list is specified, the JSON output will include only those fields, and go list may avoid work to compute fields that are not included. In some cases, this may suppress errors that would otherwise be reported. * The go command now caches information necessary to load some modules, which should result in a speed-up of some go list invocations. * The vet checker "errorsas" now reports when errors.As is called with a second argument of type *error, a common mistake. * The runtime now includes support for a soft memory limit. This memory limit includes the Go heap and all other memory managed by the runtime, and excludes external memory sources such as mappings of the binary itself, memory managed in other languages, and memory held by the operating system on behalf of the Go program. This limit may be managed via runtime/debug.SetMemoryLimit or the equivalent GOMEMLIMIT environment variable. The limit works in conjunction with runtime/debug.SetGCPercent / GOGC, and will be respected even if GOGC=off, allowing Go programs to always make maximal use of their memory limit, improving resource efficiency in some cases. * In order to limit the effects of GC thrashing when the program's live heap size approaches the soft memory limit, the Go runtime also attempts to limit total GC CPU utilization to 50%, excluding idle time, choosing to use more memory over preventing application progress. In practice, we expect this limit to only play a role in exceptional cases, and the new runtime metric /gc/limiter/last-enabled:gc-cycle reports when this last occurred. * The runtime now schedules many fewer GC worker goroutines on idle operating system threads when the application is idle enough to force a periodic GC cycle. * The runtime will now allocate initial goroutine stacks based on the historic average stack usage of goroutines. This avoids some of the early stack growth and copying needed in the average case in exchange for at most 2x wasted space on below-average goroutines. * On Unix operating systems, Go programs that import package os now automatically increase the open file limit (RLIMIT_NOFILE) to the maximum allowed value; that is, they change the soft limit to match the hard limit. This corrects artificially low limits set on some systems for compatibility with very old C programs using the select system call. Go programs are not helped by that limit, and instead even simple programs like gofmt often ran out of file descriptors on such systems when processing many files in parallel. One impact of this change is that Go programs that in turn execute very old C programs in child processes may run those programs with too high a limit. This can be corrected by setting the hard limit before invoking the Go program. * Unrecoverable fatal errors (such as concurrent map writes, or unlock of unlocked mutexes) now print a simpler traceback excluding runtime metadata (equivalent to a fatal panic) unless GOTRACEBACK=system or crash. Runtime-internal fatal error tracebacks always include full metadata regardless of the value of GOTRACEBACK * Support for debugger-injected function calls has been added on ARM64, enabling users to call functions from their binary in an interactive debugging session when using a debugger that is updated to make use of this functionality. * The address sanitizer support added in Go 1.18 now handles function arguments and global variables more precisely. * The compiler now uses a jump table to implement large integer and string switch statements. Performance improvements for the switch statement vary but can be on the order of 20% faster. (GOARCH=amd64 and GOARCH=arm64 only) * The Go compiler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command and by Bazel. Any other build systems that invoke the Go compiler directly will need to make sure they pass this flag as well. * The Go compiler no longer accepts the -importmap flag. Build systems that invoke the Go compiler directly must use the - importcfg flag instead. * Like the compiler, the assembler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command. Any other build systems that invoke the Go assembler directly will need to make sure they pass this flag as well. * Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs. * On Windows, Command and LookPath now respect the NoDefaultCurrentDirectoryInExePath environment variable, making it possible to disable the default implicit search of “.” in PATH lookups on Windows systems. * crypto/elliptic: Operating on invalid curve points (those for which the IsOnCurve method returns false, and which are never returned by Unmarshal or by a Curve method operating on a valid point) has always been undefined behavior and can lead to key recovery attacks. If an invalid point is supplied to Marshal, MarshalCompressed, Add, Double, or ScalarMult, they will now panic. ScalarBaseMult operations on the P224, P384, and P521 curves are now up to three times faster, leading to similar speedups in some ECDSA operations. The generic (not platform optimized) P256 implementation was replaced with one derived from a formally verified model; this might lead to significant slowdowns on 32-bit platforms. * crypto/rand: Read no longer buffers random data obtained from the operating system between calls. Applications that perform many small reads at high frequency might choose to wrap Reader in a bufio.Reader for performance reasons, taking care to use io.ReadFull to ensure no partial reads occur. The Prime implementation was changed to use only rejection sampling, which removes a bias when generating small primes in non-cryptographic contexts, removes one possible minor timing leak, and better aligns the behavior with BoringSSL, all while simplifying the implementation. The change does produce different outputs for a given random source stream compared to the previous implementation, which can break tests written expecting specific results from specific deterministic random sources. To help prevent such problems in the future, the implementation is now intentionally non-deterministic with respect to the input stream. * crypto/tls: The GODEBUG option tls10default=1 has been removed. It is still possible to enable TLS 1.0 client-side by setting Config.MinVersion. The TLS server and client now reject duplicate extensions in TLS handshakes, as required by RFC 5246, Section 7.4.1.4 and RFC 8446, Section 4.2. * crypto/x509: CreateCertificate no longer supports creating certificates with SignatureAlgorithm set to MD5WithRSA. CreateCertificate no longer accepts negative serial numbers. CreateCertificate will not emit an empty SEQUENCE anymore when the produced certificate has no extensions. ParseCertificate and ParseCertificateRequest now reject certificates and CSRs which contain duplicate extensions. The new CertPool.Clone and CertPool.Equal methods allow cloning a CertPool and checking the equivalence of two CertPools respectively. The new function ParseRevocationList provides a faster, safer to use CRL parser which returns a RevocationList. Parsing a CRL also populates the new RevocationList fields RawIssuer, Signature, AuthorityKeyId, and Extensions, which are ignored by CreateRevocationList. The new method RevocationList.CheckSignatureFrom checks that the signature on a CRL is a valid signature from a Certificate. The ParseCRL and ParseDERCRL functions are now deprecated in favor of ParseRevocationList. The Certificate.CheckCRLSignature method is deprecated in favor of RevocationList.CheckSignatureFrom. The path builder of Certificate.Verify was overhauled and should now produce better chains and/or be more efficient in complicated scenarios. Name constraints are now also enforced on non-leaf certificates. * crypto/x509/pkix: The types CertificateList and TBSCertificateList have been deprecated. The new crypto/x509 CRL functionality should be used instead. * debug/elf: The new EM_LOONGARCH and R_LARCH_* constants support the loong64 port. * debug/pe: The new File.COFFSymbolReadSectionDefAux method, which returns a COFFSymbolAuxFormat5, provides access to COMDAT information in PE file sections. These are supported by new IMAGE_COMDAT_* and IMAGE_SCN_* constants. * runtime: The GOROOT function now returns the empty string (instead of "go") when the binary was built with the -trimpath flag set and the GOROOT variable is not set in the process environment. * runtime/metrics: The new /sched/gomaxprocs:threads metric reports the current runtime.GOMAXPROCS value. The new /cgo/go-to-c-calls:calls metric reports the total number of calls made from Go to C. This metric is identical to the runtime.NumCgoCall function. The new /gc/limiter/last-enabled:gc-cycle metric reports the last GC cycle when the GC CPU limiter was enabled. See the runtime notes for details about the GC CPU limiter. * runtime/pprof: Stop-the-world pause times have been significantly reduced when collecting goroutine profiles, reducing the overall latency impact to the application. MaxRSS is now reported in heap profiles for all Unix operating systems (it was previously only reported for GOOS=android, darwin, ios, and linux). * runtime/race: The race detector has been upgraded to use thread sanitizer version v3 on all supported platforms except windows/amd64 and openbsd/amd64, which remain on v2. Compared to v2, it is now typically 1.5x to 2x faster, uses half as much memory, and it supports an unlimited number of goroutines. On Linux, the race detector now requires at least glibc version 2.17 and GNU binutils 2.26. The race detector is now supported on GOARCH=s390x. Race detector support for openbsd/amd64 has been removed from thread sanitizer upstream, so it is unlikely to ever be updated from v2. * runtime/trace: When tracing and the CPU profiler are enabled simultaneously, the execution trace includes CPU profile samples as instantaneous events. * syscall: On PowerPC (GOARCH=ppc64, ppc64le), Syscall, Syscall6, RawSyscall, and RawSyscall6 now always return 0 for return value r2 instead of an undefined value. On AIX and Solaris, Getrusage is now defined.- go1.19rc2 (released 2022-07-12) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc2. Refs boo#1200441 go1.19 release tracking- go1.19rc1 (released 2022-07-06) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc1. Refs boo#1200441 go1.19 release tracking- Trace viewer html and javascript files moved from misc/trace in previous versions to src/cmd/trace/static in go1.19. * Added files with mode 0644: /usr/share/go/1.19/src/cmd/trace/static /usr/share/go/1.19/src/cmd/trace/static/README.md /usr/share/go/1.19/src/cmd/trace/static/trace_viewer_full.html /usr/share/go/1.19/src/cmd/trace/static/webcomponents.min.js- go1.19beta1 (released 2022-06-10) is a beta version of go1.19 cut from the master branch at the revision tagged go1.19beta1. Refs boo#1200441 go1.19 release trackingibs-arm-2 16891663081.19.11-150000.1.37.11.19.11-150000.1.37.1race_linux_arm64.syso/usr/share/go/1.19/src/runtime/race/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:29784/SUSE_SLE-15_Update/cf8d2a89c565d8e1e791ce974f4daf1c-go1.19.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB relocatable, ARM aarch64, version 1 (SYSV), not stripped8.Ec}gy|8go1.191.19.11utf-8c9f1a8684bb6ff4f31da86f152a1720bd9b32c6572c0ac88923d7bed383f959d? 7zXZ !t/⠗] crv(vX0וx 5O,Bi46Y6, ~ftc\Z_j0Ua:_SZRqSF'^#Ha&}i>ij KB8Я¯"8  쓳O' Nɘצχ'+>XFYL#Q,%_Us? k־Oԛp~? 5mDN= N%Mp9M }΋4Y: '%1f#|5 44&! lObC#F*SCޭ?2e R;'o/faB{¦ Y xgS~Fr^js6/ +3 S W{ɦ{Y;(wrkQͫ]*:⮂m@z X-sjԚn4j0rjwH< $>ߎcq>m^[Ys3|@ۛhǀ"*o< _V$Ce߽gl%@n]} 5 q5 cT-VAZpWdd[ɹFW\ڶ|ȧKN <Б/ %؁_Pf^s{rr4np-EbF{aBړ&XC-Hiboqs 3&[flu-6G.ya6MKݟϻ;4WH!<렻AZ s :jY>ZUc]E\9:_s"oU)$0U e8וQM$Xh|NEBDTC =^Eg;N66UVP @3{,ADݴp.y_4I%O](=s'"\oB@bbhĮlGMMԄ3`;N%q߼eCQ,9ȎTe3P,qٗz? _DM8t'Oo+d^n?{,j$UUzfjG+ڤOUm:𕯵+]ֈ]_=; lA/u`lE>L 1X^A̵X:8)oU,(ieIY-&Ejk2\$/wOi:j:g, 9Kیc#!✣Po=Mʞ|N)^4v<20?G)?!Jf_."t%>̜6 ENZxܶT]Qmus"v?=Wu@9Y|gUHI&NdS \?M륇(^xw@ṰineHuB0+67ź^"/I" >h`G ·-)sbnvV ~2 6ιa(t$SWSRID֬]g~QEvLz|O;DF:OghIIL6;e kPvhCsp.:•ŋGr'.>&BRl__L}5$-47T-vC1hcı1v-J֘"*&1h ASA=RB*ƈmM|($c}k N?|C;0i\j_xmAL}M5Yк} >n2fz ?dS)H%IɐXKn9y_~BiSY[pv6Aێ$kY^SdMph&eol#DҌ+GZSU'Q` 3FZ>LjlZn"_J/t0z˞ //)x :;GIP%)Ń Yt9*i8!Cs;̐vQ̔EV࠵Qϧxh0?=4D\%Um;kmA!)%ڽKgF׮5^|qҕ EsӄfJh¢]A\gjn7!t$~d`K:zj;Sd2f tw9O72EnQC3.:U-E,!62O&;J66V۫ǖhc'Oüː WȎ)̕ *6dԴ(}}^e5Rp5:%Y)w#ibQoUnG?Ε zvyŹt\Gല l`BM1A;JgBי{00j~w|kh(SgB{ך%| I,EDc. &S?2 sC٘o{'T!>a9{P;eӶ *&MzqSWt?ʎ>Jx)"8?RMњ2"Z1n=@^ﮒe,&dNg^klCS  vطŘW!hx>KD2tZX'\:$I[B/ׇZB nK֔|4f(|Zk`Td83[}V..gcݘY! GL~nn\RY+ɜӉe鈨k xw$y5$2JҺiG eC8@D"fj>`bW<+a7}JqS|9`V]⺴$7*!U~bHl4;D'͠&O[bZ&{n&@튢17)>g. b=ឮX~oHU4+%ˊh, :^4b!뱘->͏NZ)[7$܄֊QXhvJ< A*7|.JQYw%!Q8fm<O8Jc%\,#gBب-ٹZ2g@H֏)ȃ#\]}L2-A%V~\]koy L_S˽BbU w*Ax-̳#O*ꐆ7(m`?blop!ߦ8VJ;,u&h"UVBZ B2|bmV|C!qMz:o~׮}ܿF)2zs@#Qa ܱ-mo4  }Q%(Vl'ujѲ즃* rhg1̳wiߊ}jC(d8^v/;`/qQ,q~,=sg̾W Sf*;yV(i[TdD\5# Цt绺"; 6&q'PRnjE> ƺ#TKrM_N}).={6Pߘ'<.¨!gny=w?76sێi)G (;z0Gh.gPĄ eMЦ(1ܶrջbX`X!QF-</b!_b_NkjcڐWصg&XFps?Tn Y$ZQ_ kݐʆf̮ڬnV/? /RMK; Of،!=Lof;SAesxDy[ԇҘ*L1v@F$z /|]^N`LG_R{DC~0$0x-^cղ\G-1ILjVy͆NJi IKhXe/K_H+T֨MyCӏi15H(#&o:ْk`OCqn6,G1=n:ˡ~Y"|'a}gG76VQl@0'W .MѧrCGpVet-) 1@l,|GV/cww_HYT aTC)E{v!Uy6=^g̥wr.up=3&{~Y>,H.AZ[Z?D}HN.$ƔqԷB w 4,;ƒY23dWI[sajkܮсaMd^ÒoWf54_DU'q NEHG U@O*^L/.|ous] %xɬ\NMYF/^3@iT7OB-*gT Xe!mA\{S ^’v|if/*J~.7P{HJu^ y% :>Hl[vPKg& ъ*w;OxNE|Wq]:a3*f:,|jkcHHĔMpeۖś3/X>8 ƆQ;|0pg&} "׾<A,L^GRx1'aCA@_uRِdL|3 Ym vuRxa6@̏/~}]w/b=PDQL%+ v[_p=6/z NQ$, 3v7ܧN|*edE@CCflS ҒYlip 8vZljtRWuKhA0qh3!cJƫ 8 |rD]0&/^p[뗐%uuzm1N[KٚJxaE?i3 #cr'P<@ ;X=*9HIk:Zj!Su AfaSF7(+ (@7K;,uЂB51[sdD;Ͻ`eF@O?E%i%]yI}1a~nZ tFLB-&x՜-؟ȳa$AepIvՑvS,㹁 Eh[ތ:E+{ ?= #pt3nPD37Ӆ_:ciS_j?s}D2KR?6q 7,Beot|`kcQޢ8+JuotfV&U¥ұJ$ݻ0/˪+ߔ~?4no]v\&us**N&"f!)KI.`?- (켟t|g7xz]8J~HtV(|t,(.I^;@2^GE&u`+PpnHU16(s5nX0|~d`Kv:]YHL(ƲĝNFD7`__xvFZ wWvKЋ:j 76ӀJ(2"/1* HG}p8ؔ4z>|SϏ킭0ܦ$=891 Ԟԇb'&9R u0bp_AyT.^}uR:IIUh~;cDo 8pd A+iH^Ln"0-#>TpzVyپ@X6 /}f~wO-g.po10.°楁K}˗в5(VϾQZ6sn_j@ߺJ_F*rnC;[HY"_fҳaĠo4da,Q#P2Sԓ⮮A3#Oa14 UK&9V&Pnxx|PR/<6{rHeikr`Z:ŏڠB^ ~3m(w">Qzavv;8=v 3uRV(K|wQ"yu#~|}*߹MՃ= El%t99%6S|P**2dE _";,<'\9ȥsxGJ2u ɗ' xP1{֬/. ћh(k çBM9o@){$_ew"&kE0?eĽĨ9@yuoH}}&aCOzYL:9Ln\i Xv_^)u%yex9(>\ypWjB>,3v/+`ڈB SV^}ѣsVg tNFcs'JKyqvMMM΄y,~}?b^WSN.*RjÐ Rai.CRqz៷ `;W~0)읡%H}}rOW!0oՠ Q\jDj};y)A{x˜&g\HS\)~׶J3ȂzjNWKV DM>'`/}yn7]`bN qv@ꇒ4 tGx۬1r+>|59&J MK̤GM%V{#zFڐ?С~zA@=I@ONjjqV%x!sNG'B >|X ]CBqRh#6]rPdq eu=}ĤD+EjP`$Y:cWalюwJg-+=͆4\ȣ8wĭC{oR@W=w3@ Q.MRzY,XRmOhes ;>.+W*UZ9'HӠ ʱwFZ۲<iq+ û5V3 t&LZn-P[;`, 5cXQѪ7wްA_Gl\jJ_+-Difĭ oj{qa!mk!彾BqR '@ m(SdLLf֬UL%*wgQ#K+IT[2лI@^tnI1u7Q碯[E7:J8*MvB83lg+Bػ̮ᘰ҉k"hy!axb%EgA4\+xMݾA(?2'Y:0S~Z;CYX_ D+ \Ϗ|腖]\ga U# SVp )Q@:n]s9a^`p7N {٭-YÚa0ɢ ڂ ,P: wWhiurJv,p"а4QsZ<;l)aR݅lf4`lg/ّ3x,z6~O9+$c3j7rV_HFo<"~5 >{aVĚ͉<^+:kHŏ>GO3>5{etr r.O @2Ֆ܎fa1^}&!@*)7+C sA&ew]rf&&ѩ[g Eے5dF#E$R."G@;#I{ߺf*- LP! WgoZ4nc!o6vc$yoe68V m^Tn病4ݭ,H]1H8^Y[S oEhBgrYk =ϐ]FhdҔGAZO[0wIoei X=kNZ:n/!1'ǫ -чHl%%0D䖡kVnŨѤV|h((5Bv :uyEvL6{iX5.B슟Tn& 9yMܘ 0fz1Z =>%ܠxTĉ ;LI9)7*K4T4̃HcNuC04c o5^̓X\ySvi_ʣ1 cȠ "trvIu#jC 9x1D.G]U5`e'\0.YsGJD&i%N L.!5G?Hh[ S=N*,zGBDx@So<$&yK}37♤& h@r׷猅,pn+T[,Utw[D2!/rBsO聦OХ@2J F֙m{|:8YOT iAJ} "gav8 f.lLMc$0R2fڠu,Xˈ*ls`"F $Tq.6bzQ)$! ' q"hREfo[0r?VbBGf̌on2Y{ֆOp$y-k$2$ۆ,Xɿ,CW׳?yO[3$BʪpkM@@-,HWU0ՂGWؽ@87y|AfiV\ʞLޖ?iL vʪYlr,Ϗx`}=ϐ7Q<,ɁYtL5P?h^F)0[uөު[NN5@v钦 gSm*د`sL(?!b,y@^g -nt'ɾkmyz" _|[r׈ddA to.a@Vyڀ~t9FkI^G}-ɟ0  jKGl-_t Z\GIAtquIPpR(PZHL7Tк!;Xlmᇩ%URTT VM}x)v@Oi*(x"x%NO`Hn-=t1ֹ7![VK;Hņ1n :XMNMs4yTd˄?J܏̠G@5yQg3f(th&mÖ7fJo9 M. ΃#Df[) ]4*wK$2HZ+^̥qȏ$1Geq']+){T!]٬Hã09B0>Ib[dD|;ۆ]wޕvgKܗ3b7 rs͸Y~lZ=y3U5:fܻ^& lֈY,h[R?~U#xСVb 1'Y4mzH>$$o)(?Ί?YM(<+=DT)+QNYŝoyLF6 Kzm^4aő#Y/0$/+ V8(o骋_5$s?K9xDSD!\mSTH!vg2AfzغΛ85#{)'QxK)r:QT7P#"Әpzo#L&=Am:4׌<ߧ\;Jە)&y(LN==h[iO{|9;* SLCج }D[Z W f>Q<$o^O,V]ywTu:};LBCx$SFo*H/n\QZ$rwvkM,ÒE[4>)Bk%3y lu fbD##% VMvȾ5Fj)A+rPђj.CATԾ::!]>!%"1r[{F` mqg2a~ҿ9̥` I(^,BM͟blryH #o?UCFjL@IBj_֤$&V3lCȋE^+ɫ26$BG: )Kt׽?V.>òMXqBA>-2z*׵d |^"Q6)h-ۂc[ջdi+Md){Q {g28B!g4PIi&")FC>G!-*sdn0IhZWUWDKVwJ.9jh7]ej2 IW65bv̬W;Y*b0uSMNa@2jD?y*%62)7\/,95U cK:g Jl[oCE|=5 nlZ5xh)?b& pʃg`ϴfHFTikFr$L(LWaB{i3*7ri$+ }X܇rGQN̅w=Q! OpIҲe7,1WVA:Ldߚ$?h$B,,,י,""=1'mY=֙3- ǎa'9^DA] aQLdE*s!}:taƮnG %%h5o`A6n0u?j-h_I \$D׋6|bxsS]]]p,<).C PpOH|-d$^рAmood2Q(N|Agvzi,dd2*?9Ĩkg#:R[0+XrB-5)^ς(ZV-XeCls6p%&>"m*32ILrBE ySTf֙ ;&AGYHE:̺^RԚ)ЅawQ^20=_}]Y埌 BdD*~XGlN wS<)۸ta\,$߄{q;OT :0#P@#Fu¬;6XohT^5`o4t.JtltzJFuGyK%rWN(Dq{cPcT9;G1=L}SWlXE`AwO@-iHIS|2gB!yJ@jwH6Mr$wU௠!雷Kꌩsr#oܺTS7>4,r*R .9,3Ce.5Z _g4>xHщDbpHn2w-:`nIs.Q~P;3~/sJpu6+DZ[rHe xuͪ11 \h vTj> 'wN d<+e(Yrc9l܎]H.;IvJPXCHy9(u4mNAv/sjMA#?JmkxzQ<=kq5%GQ$04 q_y$Ɓ<=yh4Ha!o':ɴE&I2cd<>n3+ͷ-,˥3ːU)hC-sLSwIjB+M ZKP*rY>-J>L$; ڧ)*&"TS28UֲXTJ7dBpo(kf:Ba[1֊ud$TflѶAvD,IäX2Ў ?st^+^D@,G@{F3$o*k"NWLX!F: 'iHl# ䷹[l4cMU3x3].jhE384G j+.'Ɍ]ݩǯmKFb'8|3d<l nTaEs#.mهIf3.9dgBD$a}V2=Pj0{k,Wr'2Ru:rFnW&?ӬTn_.Jp1B(p448 <6mCD$m V<+˼+yz0E}"#D : Q]]q+ 1ӏʎ9&Ƨt~$mSuK[@92U8C+!鹮xAx!p~z<6B1BuhP:8]j=O-$` eoE5#6P(RNvL)kL'G1;W]7cHCK7ۇNad\,_zJDOeՃJMګ~¬̻p.\;%6m ,Ԁ$)pW~Ѻ 3R*"+40$&_O7"Z^?kLp fE=-S3+f?z(5)S›<3V+Qnm]T0Bm{&y3BȘЧU/M<'d43XmJOM|sS08@lxNq~hLv't5KBÝƞHOTauJoZp_~΁oz`b 37aڍ\0/!O*0͘-MN ~g!KfH"WUCw%Ysba vduoAs_ˎxgلb#Ց'ͿD6=ࣔbrU9#Y +.rqpl&(ss٭UZCh›cxj-oz.u;ܥ{Rդ`[$U8<,lˬR6=2CMfuV<[)8db#˓RPxAθ.%Ud`$ݴzd6P' ( )y\IN|p<+ lش HE8DA3ʢLZ3[?29:g-"e~}{{{[ܜsv{1Ɨ c5T/&d`uO{fąI.w{ܭ1ݜr?(JT1-a@s:.o?Gx8b%"SpAT"j#)~/$P|Yr/d>Յ`lg \V>v^ y7B8T ikx?MsQ 6mځg#HQ[.6_907Ý ݹ>iE9*ʡ#Jc;qP]fK0fǕ Or ܾngi,;l}tÔve=f?E/4Nve̔\X6 W28 7p&$rF!k !ވ'|i0җ,T%3$ fuYyM[1<)e2^BUz^hW{8̭Ԯ#nch6 ` sVG+*1pr)[/&Bg:ꦁPf9u/.<}A5$ułYi5YDf,̅O8(h0 Ï.2c 03|:譗>¶q^㙭t;1Q _@4ewSYŸufw&ؒ6$yz7Y-UO[Hm \j+4gn0_ʔ͢7q8(L>Q$%X|u=d蓤?BU.^L .CsаY[Yx|I*{@e 'GSr?;os),7oIrO,[Cr!eF!ʯ(KSa:8`/ٮ2^Nq{۠vЭ {-e5wck}b77BN^E2(HNʒ 丰Bq^e$z /0QDsl]>@K s2N;ru-CԵf ilϧv"\xf%8H_6 ͒WV c̨6zR1Jm_ krT1HGAQ*PHFgBqZZX!TOVlyP`)x7wo]hD|ocSJYr+mH63e0/I9;%. ԸYl>*dM(CmvNX<`ĕv)ad0|Ge"ۭj7D0{gف/?.iʦ4+q KcZh7#MӞM -(+ndZ-Gì1;>Q(8'@xUI|`` D&yXc ,E`J%ʼk!,ݸAnK?w?`""t_~Hx wF:{@lJ=FƴEe !0ѧEcdŲHna6C:Osy@ZF4hpu~\: x(DY j(%ABΕsoJR],6ahd'>]h㰟Ց:L>Kҕ9Tp2HOT룿\ 4ALgSܿR}Sqn}}&7CpQ F͈e/>iIU78 IuQ  W, p@U[lM[_LƔ%i 2|?8J(O q@8Z0j{|,dtϿkMpۼƆ,Q!M!J$놰kaRB 0Gzfx`ݽ! M}rɤvό } ZjPjN|RPX-snbtqnTlcM*b wMPڸ%,#iP\5;,'sJ1@,W@prghQ3a\R9^.qZ:;l( 87e/M^FFir  Ansӟ_B  $I\0@E B ;,&dEǬڄBTj_(7%3N{fMf"KJFNZ]%5 [d._.>gѷk5_k;u37<@[:ΐqqٜhd|=9WVv[ӗ}ljP#mTi)Clzwl/\1:B\J_o4iJꏽ?xWcKũC!|'$5` 1L`~p;U!@#Ҷ8^msГZ=O="S H\߸Ó/I~4 : GWLd;qtYOZ3X/)O&=V+s$tj:\kiߖo/1p]5KXRp%pqS~A1URMV0pI(Tnz ŧ\yuCI}]~(mf/!ÇofE)IC)G!z$Jm'ˊ*` Xx\m9azI+8:/'HMUV ڹ _>YxShK{ᷖ_lyNb%qk7I܎0wGcuh)ΝtKy\ ׁ'>2lj 0rܮ#,FM a(6*9S.mZx! q SJ4n!Zdx-q kb̵+4M'&Wn rTI u'ޣVݜE?Zt͕Ț;_FU֧ZalphņBl5E28? SCu lכOoٶ_m: 3ש" 0ʁHebf\'T:#'8rPEN0H0EP1eu#('=Y~:kos7:A;n ֮%ȇbj va"}y^ѠHHQ(PUYuk.o(4IV_HOd9nn_m.n"K?kHLqA߼dgymr͵'K!OD[>%) Tu;2aŃ Y}x]؍uB"Ȩkzu'mvF0cu`Jy"}l+ݓ3sY]89:Bn 5:F\a\{}#iQ:9]u;YV XQR*%kO 3<T,z^r[S ŒIi^N5oܿB!`hΨxS69g5Gą\6Ÿݴޠ5JmdѮ|Țz{,1pEgc+hR$> rX%|<,16iA-A!GQ5WwFrfgh: Yʓ:S6- /hq RQ;jE m+OC??F%E4v^fyQJI^c{Ց1G'4,JŪ"SzP,{-+¾, c•>*1 %YS-"낵sYF|nk~z6tm&_&\ʸwK-B,Q$Ѧ] r7Ӯmq0/O&-x߶AN@џ1[d̻^ Bln}e;dV?~.6]lZPGq3fYxQ5Y';-j@h=_6w C|L] ݳEr;{nP!$d=\LC,i_ƩGe5.@(sڊ͝h+!! 'LzR7sფb1KJ }15BW+ $f,D{3(Fժ0V-y?`̤8feAAtC #D5 ̨Dq94&ˍ'9tz9/3JmJ~A+fJ@w ,Lf{Pv#M E@DUe;G<ȽXn,)+0nE/ȲM^lwQ(^5`PՆ#BX1{W]9 <k(Hӊ%,un~Q͙:W"YCpC^rѦkkN43+sARvglyt؟SPW0ݟv2:KR4%^0)NŊ4zgJ{ߙP)QǧI }W"?]*rYh?۟2YPË"G!? hgW 梩;h;C0?=5j$rs_Qn  Zh7z5ڏA@IZ26 q>~l1E_^>#%ج zkݘ"@s\2cK*.#PYC5Ot8-<=[fGu/=6@իkNV?g*;ېm!*褙iѩi[*luAiGv*/!럦,)Jz4mgfݦn:!qՓVઐNs Pֺn']2]nq_EVR%H4lw[{V7*%xn*5NM2V[W )f`#ZYOHtZqW6- ̈́鵩d/'yNCi-{ ch_G1B1t 4jwb>ݚR.[ZwzE ͟S7UUWX$_L8Y!4O4]]k>J/dfl@KWP^Mf }l{,Wy.XuP4?I;m)AR lO*Vv7yharMJ#;*}ZƔP? G71m*g}ND,8`LU$Ԭ g?X\IFZLXt$'zx0ʧ&ɈgTGPŁZWKoI5 Yh8Uu0oX<6"& ]ʼn9 [Z γkIrON6ƛ;Q_jLwѿWC>fD@[C ~gQ֔,uأVܛiF}v}<߳RFv74 =!4bVu:}Xf:3fn)ݮ ZԬDvcMS#򹮜]fy_m41GeH|< DA'5Iq%nU]YXҿl3"g'/ 9$RWgRŰ9̲CVHv3жy+} 9/5Ng*jj JR]^Lmώk$ZT:"V҃^pXnJtu~%Sw11YKt(:X=*1g )C7P ,RNxC[{ц *nU|Ѭ_[ Ujù[_d+ a_hɥs5 glZ i33rY;\\E<[csp؈\f݂ԕm5iq|f}RA/q s/MaFQ˼O..7.&ڳձz1h o 2p֞*`c&῰|//$3$<{UT&6|Hqmz)e,Y 똢^pM&Luzƽ["h'WM[5N^ňxs+e r>!C'joc0 $dJx5K˅i+*ɬdY4< #>B]+s܁B;Nvo"+T<H۷]Ԑ^tU`zA2Te}>Cl,3up-OZ`q ݹCL]R穡:Bw(·l2՘]qJ򾹆RMZP'&G9< o*#:RKL;'^*Ւ^8o?Ho<.iڹ.~LJ%8lYD MDT{,]AoFJs 45UBXJuF #rG;Y?/q/5"36S9{c13'>2 Ak?I_u WPsd#7zcW z/t(AY̴HZ'$=1iqOiSC wt`'OtqNVOϘCUߖEG谧9L D FB@rUBQ6‚']T|`,~ 4lwh\X{p-ûvc,@CU:r[]^݊Q8ǓmR61 ^RV#,f 6tT$9yrgcC* Bڰ:npoxԊYL!f^1CE}(ҕŠ{?:ys3m6t$JoZ}JMlIZk\ Z[QK2CTP R'm"96lB!U)ތDUR=m_[]o2}Йf=3 DoJxS/*ic՜!`6v3PikԻ5m\߼zҬ`cI7~g'ܷ19dx'x[+͎Z[:PNq&f5ί#FneZ:q:) aU70EfA.vDpMhN+~\;ͷLPn%ޟѓa|ZqsJ$_bNM(n#ᩦAFP^mV:;#a2 53gSB/<_"f$4+qPI3iKJ' Iw -۳Ɓ`5gGTgPC$;[b|;';ǣIߓ}82ڌUۚV=S8!;za-~pжu5T|X~ Y~P%I- `k`JT#2)gn#kT'AX֤)l?;x6IجDܸpvP[- mJ ^mɸ9&;a^D8JH} }$V1k/"~hh#6&87ܢ`w!di_˕gfrS*Hq@vbdc|ʇW?]gn\^)aOHm 8۲Ɉ)$Sցy&|.Nc,VQjMGVq5z@x%Oqя2,fv\9 ob3(!\Fc.|6 3i}Pno8#Jc$`kW93pd$bE/Fr_ *w`"[ny%aS- 7 QC„H۷b-'[YF 2w쫴|xdG4Ѡ 9eI A%F]f).w3|۔u>)A0t{VUx^qw!͞㊍<(eJ?C\<Qg{$O2 G[-DJHlbokk֐h+޾)r!ƎeI[ oX],':ZUDolR9{5*+9p'l&71ɊeE0|/*gC^Ȗ7&6͐C v%4;kyP|T, >-ML:)nKU<~|cYzHuwIKO1YG.rc*b։#gJ%u;^mOFK2v.g+_x4s 7kT2qa 6iQnդjԨ=iy$tJ!"]:et2D[6'W^ >}:np;4zA#i,Jd !wzaۢ|v/GBZbpqӰ%F+ٙC}%dcsnk~43OVرA_k{+A$)4Fc"VUk$wq<}(OVYv$ݨlq\$"FDG/BXN|Ne}l4Θ*3/t, Sy/d|/j͡ ,`%;U`i^׆Œ89x`:zdqdtx*OӟEczVwi}ZvDIpY`k԰—I%50Re.T /(hp>?[& ytJj8J2L`UOpQ GiNteMJPw$n6! &o{<ɨzk;]VIă$B5$2Uo n@X[zPv#2:qR3g|=Y^ȫ/0ܵuB !X2Yjo G?ubW F.|OB1~ZNz-!Y!o7sh>m*CjB{Um"qR];&񈩉hʽ)<%UQfk|<Ѡwq"! KrDpCSC:kس% i dzG02O+c=ݰ-Ĥ2  ҽZ}l!Κɼe:%l.݂AIxT#KMz*Gdo252ToΐYWR,BR Qj ˻#n+W&d#7ODGN ~,DvCpO b0ڊT"8x9\t|F*!NmBǀ+`Or"p.L6Xw ~_ EwI,8 eeQvS{ѓBx{GX[o`lY :EeCLp"IHi&>j0ۅ: uDFo.ıG*nk T𷑐 ;nߜ:yĒK0fH\a΀^-ZN \6\@pVūEBQ'JnGr&vj7}fQP#VJÕ7 A'$M;jTȱ9H4MU(P_yE\7K |6EgdBA o*9g*"EР@#́3z\?:jXL?܀*LP '9yb\$UˮDggf+L!!W7;LOY=Ov1'FGZbڜ}\ coPҩl*\Bhvgg{TZUTt,$-yDTlSn9`uڦYlfX2 e#T.۞&:jBS:Hlim܀$1\Jz(K}}\a`> },/J{}h\P[Rا1ٿUQT蔡%h)tosL̃kx)h4쇆U}i7a}7^Ӣ|圧-ޥy,,\hӈJYy#s= <-;,pzPqзn ;;} V0E%Ҵtl+qT'Utb(o^ ogsTNm3s-řpҟߣ~寎V0k J tQ!,t̾ Nv þPy8#>eyR7B@o,mp0X(.}Ba(#Y]`쮱"1j>B|ԬgVY ɶ2*Z/REf5wޛݤj`T_*]w^Zo,&݈n~['{; Ƹp~Eu>{ф"p&_bǔy8ȀևUU>32+7Ƕxͥչ>eǕzCbMJ⩸5yf79A0Zq8 #Vz"7zͫc0WDYΪ)5/Ըs͕yytvXqYFD ȾrclsAyT.gawa?`l΂)s DH_a˟y%TۣCeKtr"c Ȝ%Dn k9ϓ4Ucc HsgV5jn 4fpIQqeR@zsHQbt@q\G?  "[A[̖%O$Uk%u֚ /K_P%3-4\wQb1¥K; xwĎ|%=3% s͘k5}l:wP2 |MǶV$IRCȀ@WFD_$)j˞Fֻ-Ӗj#qL+5ԒR$[ nfA*lb8A_E&f!$m VКCmIX8HpmȔWĤ(ЁIw9YlѲ_1bTָԉ.iq^_eȰ-Liv&2|.i)ϧAfyI-!UW+l3gMl~G *wTfc=CĤ˗|G}Z~bU2y ֽL>UZeh%WSU병)M:},CoEvƒcm dwƺ \r-\.%3}U U^COj RZFkw>E(ylj =bEljP/ݿdX“ÔPLaCT,zeݑ{JJKOSHd TwldQ{jDy>Ktᬨa&4PЦET.OĪ  #S B@GcxABW[s^4f6V.ȍF MRKJVM]~}Gvg3 Ey2ahg(j )HX(<˃)j´mwK@y^Zp{,sX_y;Oo{bO0&V,ՊrIf Snz V:sS{qS pe${?_#d7ͣG5$ W^,NU`;C {]:\OjK }OHs;Քq1n4m`CBԃC b0=oh"{:qΐo뱮b,4E3Ф)a;;Sg YkGǑ R}s%ݣu:_-mbSI!c2w<n=释#@\?漨.]-1q:yK`^PzV3+󻰱c2+;Dnt˃ ^ND3kGh Cp?ny`ly}֋X _3=hVZITX evz=wnaF"/(()nrk_䷍cm4ͤEGtĀ)هxECrZRW, %jc<@߾>e@61J^<θ>+o9XdmR܉Yn0u Kȡ{#z 6pa0XHu;Hh@359 -o!~E,c=Chʳu zJO N#|ÂP@ܒ b$1] ;WO*g$~/_̻-[f}[OjWMAkyp SEЭ0ʄ?-VyAT].Ay_6}pާn!8hbܗV'Om1g u'OWUYXC=:>&*\%1MiЍk 5!ZvKIdIݲ |U/ jM(5396]!Ϋ=bpWh 'wP2-qI%ː#!ydZH_p{%z{\/칭o9_) Ι %C_PcMrT-8<#qlZ^&fXsC_ f`#gCKmU:$8pIZ KEV|S(AJ5aអhzV1w$jYha)Ք@nUG43UbfB 5쎡iI,m v47 DOfZUQ &n8MhҥsaSLq1EoScڝQ J] Lِ/e#WOEno`q/CT/٠ƛ:R٠NWҠ>DH 0 }y \câ8*MO轕yOG/[1(li8?@?a {X-S:ID/i4M[q6c> |Q _PnY a55yӐeeCio5jH !A}[d,S"}_Rx׳ߘIx=w?t$b-7nAJEX!'kl҈rv^W;VdGWǛ\%UtЀ&ŌMM ߰v rWvolN )l R6La:4\{Zr > ی zv _ rUWNQ]1ra3{k+,AW-HSt9trx)@߃2d ]^UynFWVuʘ2_ p"\xZ^ķ,(W-ΐ9*M e J86ZT*IfRόyAniBr߇IY.aގC& E:#}:yNlb¨CY+aY̏tcm3Z%kP!ߛjЁ>W|T[$T[5a#X<=:cp~ni=4t$c}/yQ7 #(0k$VզƖa>C112jCi^QۿJmAD$+5U _87{kL*t !@?JMHg3-~L&y(8u?`f%W7Z3h;b$x=_Ù ȡG: sp ͇0"OI6HRǙ@Swv<d>Db\Dx#2]n-2;i N"s+D&ƺ~I 5oM5]\Mv8[U)k_zߌS0W1Mə=-i;AlB{* FT§gx33R&nJ/ 0|+|;5_KW='x|J]y|/W67lGԅP5p!_zۦ9. 4Ea T*Dr`(;02L@-"Q/Qi4!9bHgN:Mh] PA JM}3GÑ6^K@~eӼukǀ5kVHF= rɨcծ 4& %1&ZgpiG*ei6-T|Pi(,AdTwwSF_Ao@X\h !䑠SNgZNz\Ϻeoc'tڡqqti?2@d^! ARcݮVYWu,9X%*g-W1mt+i0n"u`B-iŷ[eZYh#.]++[]gPq#;rz6185+\F7)f,nVpLO>6KpXzMӦsVbm hq,t!cvCH) _PRܞA 'Mso H8Հ5-LVӐd)*MjȃU" {U/PUjzĸCö'ic֡,6s@?'* DRJ e2٢4\UK4m2b{ȻGmtZ$:-xȇN ls0fZ=[e3k aqfOp'n: hUv{c GosCp': vw/f+6[c/JC7?=o+1*39 2CꘒNdV62deX[O[qYv~~" ⨎GkP z ==߳++Oy}AZyV GI< -L48@1J71M裝$K(+)~9L)F*jP}Jp=lUZ\$%KSG /'ܬo^=Bn7i_aNasjxˑJ:Z84? Q+L5sf5:k@OBwy˦Jkvb\oĄgg~5E%~f~oi#KX_켳D79I_V2Z;l]W!>GpN^rH^Axڮv=V5#c =Ȉ+QX[땼݃I Kă(GCl$Mc7bFk8+Ǔ,萍fY `l''!7iWk |@Ph]ܗG-Y֜m7 nJn|6߮JRɟkP9?VD]Qp2Nq(W `=`Z 9PvpFョ'W.9s_kH۲yW(Z$oD1Aɰ)Ny;eo*bspT.&\{|Kژ:*Q'QMS5VP`氂KNw2G"v-}.V+49U8TKĒ3Vd:%qfV`?&zP8K0iBx+"~b.(^$װ ǾJ?ju/;Dюa=&2g'1UJ4``I@V7gb=Lk-M؃{XIn\;j:e%37++N2 F!"AekkK'̋NK@h@ߦX#e<7Zt~\vI^yе,CbPi{"v dA`B%a}8LkAl=n%2a8a,˫u"{tc2.>ߍΔMA/G \ 5dJGxW!.UQ(ܮ]-^0'ʅE+<.9P!ώB%y9C m|AM6V"1Ho M=WILN R (vDGZfEj;GWUַh n`|zaw8]W[W@pݧC("[GjS|2&PnR!_40iMg/_'"?G?IR0&O,8gFIO*tʗQ3l%[~QWv5pR?4%a-aWzXzr@eH*[~YIcՉ/D2;P sKɌԧR}7"==&3}1uǒh,Klx+Z$jj fcg vPƭJϣؓc[Fxcai ڪ4=|=e)/*W2uHϐ=-3+-Q~wy[FTѫl4mD 0;ݦϥ@7k&G5krzp z#~a$!z;I-hBGxҺUsYlK^tK5\T19v;3ZiE-5hj1938yD X4b+tT* d y7CۄiьQ5&4rSҒpElڊNjoB~Y)B..J-ZЍMQzOf'-inlD5VGJX|_@̟;k$Iy &X`6N!7}=K~:p> tY d0Ӊ;oƬ۲iH=mm&Qxliebݦ7#LjXv>㩟wAeީobBvWH/#ųD?_J9[h.5݇{C͌1j 99nP^u 6NYRhqʻew ^: BJ.rFPD޲GŸw ,Sq!oB,/RY[/iJYr8 ˘$CIt;A+1Ѽf.ęi'j&4"jt;pa Dg)ZQAꚿ/ \o, 9 n>UTȢsa@,H7;a"~(Y;G^)q_|a_x`I[%cZ rz\psxrZZQ7(/Ĩ@ %7fdc;ޗSF\|Kck AaZ'y_|JB=lgjr[sQI̭k,9Vkt=wc24R?ʴZ)+l;;3ț7<pPu!t~:6L4U|ƶI`>qxn@[S].s?q[(1k5H 8gѸi&maF<*O>7iP{}|;BK0R"Qp~=%)DӁ`ʤ]{'vV7#Yd"&<gvP @i8yvBз%,RCMI"jv\yuSQP*Wʤ_82'(xdDߛPs 0lg[K{=6'|H&'jo,]mm9,fO=`wB%u x*"Ɗ eɧ1_QEb5L`7;™4R 4@E7篶M%BYE:J?_ˣS:>;2* X򽌞2WuY9X=C^5cGB["Js|@˒xG^YHd>s;,1BqIpum-;8 n^'.E1v̾D#ܵýFq_)st/Z5Nse =-D|0e۰&Ui r! f=g<.-4$X8+=BiFr@Ȟ`UD%T_{.M("+Bϧ4/E~CSjyn6&ɁF!zGfcg1}w% 8VE;z.f2b- zAXKMzy#R(0:sɏBM{j21*9>q &i. ( $hixV*{h.RXOsJv]2#FDk$e^9#RoToMfz"h*d.\cxW8ѭu@s'=j1MQuI7YWϵK)_ti4ok=HfiȐv4 A@FPI^ NK&@8dXiA:lzzEZe2f4**{ك"xxnڂ_${Í_C^&Kri Ww ݘ]T@B )?ٟ҂';'wni1Q^ 0+s`c4jl~}B`-g~Zt_D17Np%EI85& - s |K̰ML?#QO(xe9NP)5rp-zy"zDYo0;8b9k!j Sn6fT|Dq^Y[rRcfGlP/n>.~ m&~s|d8k231z|t 6Up+U+-[ui6pW>k,/ƫ0L^TN1)Kf7trj8z<{_a-|=W8CuU,՚ c['[^'҅(,Szt0$Rd88"$c~w$Nq8o;y% ^]L#TG^bbŒQ+'AOW 胞Tm!3׷D0j&N^N_&UO2ԖBG논˗mIg@,<;V#ջEwkFO&^#X-a?>c.t ;XC}\niǁ4\7K'% WD`;*{+?2=\YM3\wҢ`'氽}NCF$q6 ^VQ &. @).bvzY#Ywػ]{uT}10T]2;(18[6.N Cl[c1m1}fYXweZ!+qfUG 0Lx΍lPR62Qx73w_rvg#e0 ֏d^3{UH06E?>}4/|`QP&14MÃ1dY̴|4 iw.t۪B$EB+i!\T|$ p5a?<"3U̔5ys8F<!\JЭSMtPZCt2:쾅䄿wS Z ?D`P0z g ȶ5>~WĶ\5湻Z©y!8K~vc{S { 5ͷdcb냽"TaUw.|[A ]>yPEǮeFEٷp:JؑԞآ<0oZ @Y%~u^ 'BpF3XgF] qH]LjّZ^'9vF2uhURTk9m26U#Ld63x(^7՞>ZaIұC};+7 l? BAa {r̈́ vY,u2s9+xu#>wƽ@p'J`^^h H7^Qf rG8aO>C!.ޚ)\Gt߆d0(c""դ.Wm g8Wu\[%՗`ٌߥ-^{:Z`97FdAeȇ&ͬԜe, Nx_%Ao|)U>˕܁6+Hu(D!]tzy2w aڬeaB°0< Vr۞A]Q*"l5ѭ)sj1^|Ką}#UHOHw{O1P ˺R^|\?N5d99ftYɦo2(';q-Qo'T^| $vVlXv8Z%k%5rTڒ<*qedl!"mgI^\<ֹhm==)IF.ne}м'< Y)xȅsdIU\Fϲ%ZI#s.(k]}C(ŕXzn+7>Vu|e 7$r*FoH @fӺ8(aLR/|C{EX"A-YPwm,'6-v>q9'>K 'KG*[ \Zi`1,o?-ȿK $=:>s,Lqr&GϐLɼq̢IM9N-%=Eb LbNH2?CW*Ww#}SG,Dp3+\Qs]I 鮘/;RiJ Po?hLH%*]ۮaaB.CWp0c o"f-mvQDLjtj\aQ_%p24)5ƺMpm!<ڷQd !Ne3^U,S9 Sؾq=9[~/v;GҷV}X},Sі>Q9g(&->GxUJNT_s0cls:X5'::ۓ@Aej J>l2u^7'puaR4p;'Z.Xkq'BKP9u;UD1N BkS7gP(zL 10-`񤐪py\6W:+rVPkڽIӶOx#Q]?(P'HWڮ+?JHxUjñr@v-Ю JM{S NOQ4Hؓ(T" 7e/&f`X#4֛{|r?n [qU!?O[жPb^wj3*&4 t2XgQŰPZqʛ2@o=T&+SV{ڼJ`p8uYz.|= (K<\Wc٬AV}$k}!4ZdQEk^H􁈯۪T`TIl\8#oѪY- Ym08I;Ad@;fC j64o/Ao=HlJ=4|.P ;Dа#VER-k,akwki C*M%;&E"EPVF(?V4vs¬}JK\~fnpƞCfí;%m+d:(kL5O(p X>a '"8@E  x 5p/`c9 ʁߚ1;C;8vm-GT2js(lnï|$2e v*51gȍFxo`b2z@e"!f@g-vR@2~M;$ je O^*V]4NQcݤ p|+xYP?CR=KLII(vt?43`VZʦy5RZpF=橚YRCBCGh֌v%095WZ@'GXd!ש[;;gMŰkY=&`:EDrd,Bai6|Oͳcýp$fe*1]+,W,ZT6JٺO-٦1YpELseQ w8[H^֦X`c;ab S%hIqiCn}G{I:i>A4NZ: NTn/p>S,7LUÀ'+^ݮJ߆Ga<'Aa؞LW7qk%U*Vj#,$խ8_33dW"8ИAhvL/+豺e1@or#i7SEeGT]͕L1h-i0K$yLY"S h .o+#WJE3:]U˴)U E2k.ZyF 7P*4(M8(_ [&XgD%@a.-<&BXC=ذBQԦRTb}YvH? dd }4I&<~, p@OZ:>SEKۥ7w7$1xݔ#y HbKM# .|C CPLuۤ!Θg&5p^KW3; *!*X-p⯛oy|;lCj"oҗv?8p QgǷҽ aZw%2R819kpz2oEU_V ~y<_+NamOoX=GIйB1BUMJ0;iFL#,0NhYl-9Ց/2`v'T%5n̔V#-٩^sZT9vz.`zRV&Vɣ?c[E"GIؚ'FB?2:4H;Mב%9?X[-wֆ1 H0 bXҎ5\FP_ghxM[/&IG,3Hy#l407;0a!sI6C?v@3RD<]Q ucS{(ޒ,F:{YŨtiV` )@8!"`}\쵕7'weؗ8 & ,[NeB7vS,8Q !KCqk+TDَŻ1Qڶmy4<adoɗlHM\ҠAiD[~<fp3 |\HpqtbUMY΅X]pcj\:JuWLDMfY:6&\w☀l(riݧOujB,:qq:kI1>/Mő$=/F 9qSeLɉ'8 o5qx~ȏSEa?b<~ (mǣxܤܘ]Qcss<0; ]f S|Eoy8Y=SMw٧rm+] \4R\W0'T:(tU,ӣ%XMJTRڇi p^(\`\K]4H\kn錩Q9Dg;dhZ.M٘ ҍnJl:y.=Z ir:c+هHXv5.`!/_[6%=0v+nXn;b S)zW2!5B 6PJ&qZG憒ne4~~? |@dbeckPL7!1`iucFj/zQ]֊w>B Co546 8)Œ}@C?IZ0FktEOK6LO5)k K `.ҥQ *{{*z⫱&<4xeO.0bq[I/ G_Și+9!?hg'F,cKPDW譑5 7Y x"68*h1,AhiD}4(:wMEpCu~A$ק:6^U.(Rt-7@,-&jO@v9iQ4CH} D߈8 9D7Rt_hwL'*:`#QVxͅUhIb]+@K?A9W(7+&HڭĞ;;գI 7"B\ )<®qOXT"qWC\ϢW@gB྆lJ53| hښ !U=iGgoLgk!j nP$~lxl$hp@HQ1:E1K:T5M򷨒j찳ȸ0Cݜ>RH@C%TSE3UW065NS%GuEsg0*F}6L ~rU=𚑲2 (Eg =:Ntʾ.kKZzlх'j'2KW}s'dnIr)as[L t==8[5ooU\ykސ}$,S^\QP>O\%FfI:gUO@9T(bzt3:` HD+`uCz'*T1h"`'$)N1\˼Sg5 E *BF pzo*|^uXizi -GAVw\ceYE1# v/K`]#KC܁\4Plݪ{??ƧfHrĥmcc1{DyϜV>52`|UvԨd9i{s;2F\u5c奱 ˀUtGvm1.OMC<6LAn@2R$pDi{})BS.6{~ϝV jEd)XqgoS#wf:Q֢W-ybըyagzHi`*p%fmŸ}FH Tn75 Bx,& h`*Y/=XMWu*cUTh8^=[=zj"na|/0Z^AbRP:o3[ECmGWaRR۫}w.!*Ziz˯?9VGOS`ZcT4&(Gv"Xy8u"k P`76U''{4`4{Ʃ:4aN30\c̀Y<Xs,Qҫ9RboSǬ*W ץ'~8? ǜ^t,_7v[ݿ,Lԍ27Lq(.@KKDZ)&/wk0+Ndw |\?VxK}2Ssχ pYdm̻T6xPma|B(jƇ[6bbv|d0g* ?(ӄ_/v7BXաqޘTukd5+ E|es"iڃ Eu !S`ܬ^wc~ <\{@㹨š 0|nTlL:@‰nt+>덟xT >$Է+ѿ{6|noGmtV>AӮM+5or']F{*?' HL܏ZH~akN1k$Kx~|/_c{GE5Js ]^I8uKQ)IwJQ [ttpA&psKFcP'e$.y^85+$yJkXMpm50w굑ϢHHaN  ςď.wA8Qsz3@V1׃ulqN/mfiQx$nMrDb!<\+Zo^ 䗄;X(30Uv{u\=~kBvu7-:Mvo%v%;v†5)r.nE(fl$ww,xWUu?~ ;@*PwLWNp5[$E)<}љ-&QI PӠ򉢃@oG[3`&>@fb|!cpI-Q*Ra^7g[4Ҏ/s "Jk4Γc f@P>+7#l}rI![ `3#g gO>zv= I:p"eq:D ԧ"ch]B@K\l#tDPR \+޴+L pHZ/ZQ)>JlLg*"4J1o~_4 k J^J3q2/5h¶Op6w8d̜U9[%<hATוxRSǜ)c\/|$ڔ;o\C5M\}j6.8w3IX/4Ʃ8k|w%x#j {Ȏ |ϡEMk_J]U!sw!"duՋo"3N@)%.ppmm?#Klf:xcfo%䱅C1N-w8-YFY;M؅NlI8hh\%89M).W)1>GgAHI:_)eAgKtғʑ8'P="5x$6{fL-|Xۘ g:@{J p zk&I0sWES jGDHr>GZE~0>O8D ۦ=ۘw 3?װ!_܃[@ ڣNt^rc8re =mĀB)w?B{1t i,!D_z˚t٬Ql SWUڤޒqFp_Y7'EkocB&kd2Az ͯ ag?j-d̃t*U^t9++]n^\fH89e쏑G@V@J7cG=ߋq!+!dOFvIЏ*U'f@ruM"-fY|_tv :Ti]3Ӥ]7aCKucib2Lq[jSېWɸcjfscdiJQN@L+`,xl^*jAkv)g ǥ3/Oa.Q^LgW@, )V1h+_Vݻ,(/"x2`翳XHB4% :]4 ,a\pMr>lZޤ@ӈ;u!J}c`ܷ! /!o#>aȏ!V !%_nIgÌ=pEOwΫV]xGK^s{m„"V JlWFIJ%F(hj$1Uӵ QWN365C?Pz8]QS2L'"s]#h&O4dDp$ Ʊy_k6yWbݎ;b/-TCMQђO8Ω)u]Sj˱~8LK=?>k?:<.%G3=QV/!&YkyHvede"ȱ2Ņj7T9s$y&l`y}ׄ~V_wTN*D5>n5b7r+5.SR-^]6@s=! v>W<'_[Mhx(gnIͫ*B? E[& IuH/ni]r4Yۻh3sK^jK SPƊ:Lz{+vȔyyȽxYđZu*vϕ:뛼(qdLzH]m{h(nkkf?Ғ:кxO, )&{$ՈOh&|12@z;_|% 啱-g)ɂՊt"ZC$YR꟣wjMw# mJ|VR? {A.=1\fZ+k?G$I_D5Uj ;R]^5LukeP*n#3𝎳e~)Є*9"xnma)q3˦1R%: vĩKu*~ƶbڑVU+ LMJԳ$YbG Hݿf% WT; jQs=h;YJ2XyH7X)c+`1c9A#rH(NI堒n>Z'eQf@} +l()P\+?´)YM|%Je&a73>bmiښ4Nɱ6-}M %oK[rSre ?2#MGVUzvϑP&#`J+(fqfjʾgYw5r}pudvٔ4$0Bhp`_4>58.݉H;{o\ZrιpҮD#ɒxpoekwb}Bè<+Y6”r7ک3K]fdժ=7`c gҚfg. CW_䋅}˕9* rdQ"\ +|K2+T)Ae*qO0hs,Ύ3hwDQ*JBr:yBo3)vn~5P yt5%ΧG~M_|(c3~S,^ SBKbZK nz_$eFw.35Wp}Lb Xbj4NG/%'!{C":$rqJǯp l$YhdN6roN*$!s i˹=x/мG,n8qȋRt; jGufVu {1ds ӳ4Go?QTeskWGubN$P6msT5g@ X%阎BW6/KL(p$VG͵*[f^Ű._$`z>'/EcOM\8KOZ㤰 HMeJVPۄgUIc͹%݃mʓ 4pZ({ι Uqm;u] Q?;R 6g.~ Ԍg`ٽ|$jGrV1,*94m-o҆jWjZcZgGs _w0(ᖶ> en/M!W%DٙB)p0(#&Xq2IO`N.ii ÿ a/U][R)%_3{{9go7C 7Ѣ@'J'O~Uˎ?\v_NT,D64~]ǶI ƒ21||`2W+/&4Mv}ZL%0NVQS`޹X&2'<+1#HCH_W_5gb$Sy V9TP4v2b}f]xmFnDQ`f60< Vm>k,~a"hQK׬%rq ^'x/yu]`;l/ 8\oC3@)^ا[)WW! >,#hY-[m=jf?Ti˅j6( 0.ݧkEaFB Z9!1q.iX|zuLCx^, x!luN΋j E7d*S+}xU=}hapȽf'ܒvifG?K9h%JyG Pz2Vɂܶ,#OY&aAZr ?*2rm"Xס_ S~':uN^the."Z0##aj'Ew: U }%WIY*h4k GX7֍%I dgp+ EX{cAZNܰp0`L^ӥ ṯw5a/Ixx?N24J,1 U·-lN訨nt78\Sl&32ckh4&yⅣRz1HJVuj $/TԋsIm[jf{BQ:VμpBq{]T(zUt:].Kng*rJ4lhsN'}-ʮ ѳVtB_/_ c||zcRgh0GP? KA6do"JF X1YuP!1<<~Æ~ePݽ.*-,,ɭϞ9]xu.cՍr"Bz6x4gV=b{ ?Tzt+mdyn$ D>MOvJ M]buUqɛZ~;~jTx6╋T5,14Do[<ӐEav0RWy1O2#a+ݪSSHVdnVE|,w73b3 (?ѦM?^y O}flbO$!$1iP#w;5Vu U5U_Q0~ 78j.N锊N}92_q񁗇zGYf緗C0#&A\=wG󞦠.O.g!ܑ*p_?!X mAҬG}k/O Md>w 0?k^.FҴMA^vUT5D +JTHar–/V:W}oֽp :K^ޟ96M0}}UT pm^{. 76 u~iRP]vbb-nSگ" LPN!LMa8%3k:Sf) (Ο b }ڲi=6_yhOENa;xD V>8+ixkE>~6Z+21u0Bl%bt=t7zu5R3 Q&}7AZLPk0LOp7 O {h"1H޶d iv-]*e3NMtې/U ̅ {Jsta@墻"#0=!vBf£(N& fѰv0nW9.0+ XR@]PUPMPYί Co(נ.dl#f DB /WEh "CQ!0dIzh7/UXsmkwx~{$d^5Q ÃLW.8 K.e>}UITGYJks<MtG0R, {BHu8p`E j ?+x V#E)*'S)Jd 4O3]uᯆ4_pS > ) 1 ^9~hwP 6"Cÿq)8bȪ|g'=W8ໜ` .} R}"|&q2g+l5X7\Co~ Gjtz9Gr a")aU(Qlbḻe?v)k+JI'gђ7pa}#hݶ^+ @h|A鐢SXJI1'ʡGI1V,*jAJ(+Q"ľ*X֋5X$"ԏhr pECQdW ^ŲH-"0,)9 G8ay}Z&7Yۋk2qA􅭒ꧥ@o$HXbȻ2[Fmp>΀/L70b ,OR]/F5! ڰM2Q{v5*?ѻԭxIe)q4>w6TN$6:b ?3gkJ[`sYyZq(퉂L^-eRR3a3"i'u}Spٲݚ,NUVJ|VȱۖkrҼ&qQwvt WHrsw~Nu`<7 ?uwّn8R@e"+5ze 9l$D+F* _MXq^Ҽ9X%. Dxqv5Ѱɱ,b<]Emy ژ`+a@y!GUH 9]4D׶RgU^xAɃ`)9+X-t:Xȑ!k@ e¡ZS2sWhtYnN%w@ (niöDae&ҝ->U4 Bx9$?LqyDp踴K Kyܮ;T9[HP}]_,'xrB},6,K 0e }=kx»C9η =!O7ܧ61(L<.},k3T[l.x,Z QΗ@E{%SGYTbأa*qXP Xf80em uөH0s;"E%gxiޯ=X()uPCh1e,Tܼy\yuۦI.fVBs .f"ǚ0=C1q}N| b?eDc*T5Y)q22R62別 pI|:-EBMH=RĞF,=-54例Zy43Y~p&߽;_ z&ή0_{*`/DQ̵$ﶠ5EAU9Z.ga7ynK$)¿al2 m>2NM_2ZxQɗe]~uEVrtݷ@>P8]q 6uI+"de1 v2dn{7y!) sJn:zJv`p&Jɟϻ(fےּKSOtV[HejBW+م{jmx^K U% rߠ ݝO4gGfnddV/m*Π&pBm[,㈠z6uz«z'>nxaS̓Gl׌\`S&%<u=I"= vbXr3AnFN%.V!2Y5W6b rOZ]Pkԋ_!$~lo{HǕaC`mRf8?$V [AMj59\ &d֋@\{{/*yz6Txv/>[]F>Pe`$Z\c@ږ j"PY2CRq葾˴zsz w]Xk R+an@@5v@$0^uWDnO0Xܗ-Ƒ.N&du1cmzծ:'+}g0n>o@.v-jQ2~!Т)\|[95AE(&䌛4 CQfu?[ʦd2ωZ $B Z\Аr ij۱9~YM > vk.d52:>\[N#Q?4]NcQuN? Xe:"ygeӀ"].j1{| 10 3$ <{J_d;}{_C@VhJ:4 ybP'])^ w-gmzUn PJ%[NJf$J**ΓKp,˗/NͻY[}A}1] lWl4 󸲺Y$"8X;:Z2YC^c'|x{ZBS|9_ןBɼJ dΫk'COA[1&p'&ɊSp>F# Kybع?+_;nqd$m4޺(Q%Atܯ=_uW׿!_J,q^B=ΪE.DYUy#.`rAxzx+`BJP)jDΖ,/i`Qc&%,|W2`N* CeTC[AN@{[vb}ϛM[fQ'+jgKȢ []pFtG&ƪq?<^ξNrZR:M#/oxcG򉮡x _%"ur0=g9^#=; 9((޾Z[ (fodGy`?ʭ|pr+Kplr(j=oj,~]lfq+T^_Y6}C$}mQIp@핗ùür^&GH]6Ŀxm{.łyC'?#:T8ʾ2~+IֳK7y&b͈{߮Z`VEtݰ+'%ǑwnXQ?Z$7 wC6BeiWT9*g(؉O f:l}PLpEI֑vb;h}a6n~4U#O5T[@:MSwiwAS|hkƱF(0Jms&8M ƘXXŚ9̷b jY˄1\'gc ogc͍I֩y$~Uy}׿,l@GH%rq}}o\6=\!Cu0I{;T'||E fzJ _-ڱq 4 /2Ħ/Y{ܠ*PgUg3},a垡 ؅( A!|9@v(˒)1*gcjz{p!ZXPoٱ_`\5̂<7N }k" OF`vcZ),yHl\İВי;utRG<W4P?f NyCL:8Aχ>9LQ /CC 9a.*j*3 d2d)'@q`:rDO6 3"lxo_sC Ctu( Gː"[kt. q c^qP8e\|Msb>|E8:'v8Ql;g+O >}-_i0a\.e*ʝ z&Sxȱ3U^q#OY/cUpNNË@0 Stcw˩vHvަ1s T l]-Ϋl|h>d17$+ߜ\ 8@9/DCtn M4RhzF[˺*lZ4.+'Dϕ+{4imq$qڎ YDᇍ}SyJ6ZTLlUdi.EJBi Ƭequ+}Jɔ,jI#%y|ܕSP#[,Ka“eWz(DnoorvPk:p0!!t|\9^_9$^-Q!o,5ۦ'~!cF$ YodbMsE}b#p ďN]R?vT ֟'icn:3ѥ=R {]?`As=;;,{YHHoͩ*#^ejc:_UFܓ(62"Yթ٨KlVCX*fD;-uE?|T$){b^wtÏ:ܽPZ *,a*G /7r{^'R[+[/LU6z EvJ[|Xcn-|I8LUGP7JT \$Mb&Vơ^ߞAzD @^v6߹~ !9⻂c1NQ]$A;%Q^u،dWԏU!wWڜU3;q^"Ri̳^~E|ܠN8zk͸e t#NugYVLanqK(ȼwܚO|̠/z02"l_*~kSKJ쓆wCi*,$x (SVH-R^΀ AO؆d.75]g˃uwFkہ*ڑ` 435g&@Rk[ b>Z%'#h,N2{B5az63c;/y^p`7#p?z;#E^ަ[֗6_Q5jT;:{ _ѻXE*41mvoe"&'0aeWs:>d0:1{"Ga7ŴIk1 G5D◈$0۾1r 1?\#am>o *us琽x`Q *DRp`I 7,?\cZOfw3ybڊJ_~yF<$5c R_5ePA y-N&x ?S^+3pWq;_#>mYV)ٜ\‚,/" ^;I~%͞PDN6Qu'B/g_7pzs-tnM S} nڸ"2x)X7хjx088ds-Mk 12km7GV @2<n8~\CyaU:WƹBQQ\:Vr? r.wȥluX@xE` ᥃@Rq{QiBURVe7bw)cn2uuDZڧ]dEYɮwP`#4x SSbE⢘aHLwTo>TID_CH\G('["gSJ<5.6܊}ܛǿ\*ӛr86nD=)YBP,+)!lPIzOeT70e5\Ǻ[ۥ̸tKg`5vu]5v'#,;#BG !eqıY__Z#wGw)]D(HpN{2, LRVsXך@&o gCkd(13ʠliqa™~;U5- FX`H㭘3JS[:luUoR( s+Hb{:UV> \n[ӜlդztOD}s$ BV5y C{@+C!}B1SNGy؜6P>Q8kyY wuqf[jt QjOa 1ZZunsC?u^ abѫZL V2FktH͞/G|F4bN$gfR!iP90gaj&;B#DM\GeV{iҸavW*)c!Vj{ 'vH&5 :A 4G+fBVv\+G4 jeۓz8rO=FBIW0F4bf^ q] s*AęB={Bpd[EM* Դ#ŧV$Dq/t6U;e%TAm0Xmx$¼ܥ>KJmfo TlblRx|fƸOϥ\qxKڳtxD`Z4tP[!L=or]y RIh4LJjkM 6K Jb#N{9t&!?cz\)3vtOkLHlO ?c)ȕCX6fW:ZyՍF!ޠG\j-ĪW$=OW$sJ (#Ql#TI_@;퍄yگ6.\RɭⴺLb#[P).䨟Z ܾ |\t,= nʝ(f\ ikDa B>ꛐ/F3;+mB2 cӥ.sti)?H +VBqWEuB&6ϫ+v@:2G X&=e %F?LzRZȜ,}Ӗx _eVlU|9E,B]IY8I̛=9CWc9je7z7; ܌!r͘R1x^%t@rX뇌ޏ8KJXfAc3%k!<nSP#䴎ǒ ]H;Lf\ϰs_ UP“8 &`suz 4$qgEOCj/4FDx橸5~GFw%篪 I`M H%P a7 rZĿ$=?p#G'ſLtv5ӳhv cW2Jxxqoޡ%MP={z)e**uoW*pX jCbXEd4u-$U6$;MlԘR Bf:, Fd4{)q,W}f*r;-TG?j>`s[ŧC%VDӗ>F@EbmW>\LN3scQZ.!z:dP((1y 7U@jH`~~[]XĚt0mv'D<7Q ۪ _DAw4T;0 b,4kcKSC]fKG9 hoN2apv3el+A@(OUf|M ybwpwa'χöabAfcCg:?Rymg^{mΉ<8\V&юw АN ?x9`咺eb,PHOm>(uOh33JR:C>߰witLQT3y(y{5VmlQm;,f3`yh5o+*K9}Sox- zm*Z[ ~*Pנ#ۂމdf_5H\Li,$l 2Z%} hC, FPzFFT2>-ؾ(6y.z2Tr/&v@χWGAkCx6LEr(dԚC:mqQz+T Dy![po?~_/ ԓRA,/JRB; %47M*j5{6Gɓ*x.fK~C+`۠T'K P6\9V?oJ1QͧajduusUkO#k&$؁^=g7pyʋtbXi( _e-V:ȑzhTy>6C4p_or@("^HYIA%qלQĈ@գ/˙4v78!D 4J>wX[ߝ9B+HT.Y00"w'=ɓ,R%Po+ȸt(;-0 PFAIVr2d]5pib% /gG^Uh[jVI1A)r.il(S`捃^*=TmCÜ4 .bFfT„ d&?^Vz!vv<ؽ~ܤZ9~6ַs)Yv kjT5e\vX HYԹẗ́(ePy }>Ђ<3>>)XS^](Bc[8abE53X-gw!{[y r$oGe@B,; RH(j nw̒ tHhb=;0%ƚα$r[[#Ŝ\TMw-4;c21Fg"8 Om$i &` D/g=0F|F@`{R>mzݙrQ|*ֵ 95 QH +ib!(}YW|ݹG6|)Hb_ WOy5H[\7;P7 1EQq)5& oN=ZäW,!:f*sM:z=Ui$Ni> v1PECQ^flDGk:\1<^6XEFvi/Lږ7Hީ_)o\T d7]&.|HPC(p_ODxfdڇ b9Qw&yN:;~--MH zab"#!N}Kf7:cWu-EďLڇ-`Hy {Yk.` ';(LqˉKus_IyF)t_WNwQ)/&[4K&{Px3ANLW#k0jiO; ȶkꆧɈ˪,0{Mj_=y5H[Z#5K1EGDoU(&F.܀ڎ9L[Eo&'w8B"uft4𘇻8\d?~:h&4?ҀU&yBnag3$ B{W4ڃv 3j x.:N|NY|,E8~hgX̱X$ZTEpΦUtHp"QuF+@ۇ Z\Q\p }m!lܵ,Mi,?%!E)5h;~cK3o>J= R+]l;}" iN6t N)Ryy,^~l-FIR@_ڷ29FLUnr+jm汒)8 ޒg$ΐ+Hc 5"ImZ:>/e?!T RZ0KvrF1)bjݬڙ#֧ղt>HG/ Ϙ1H-`X4ŀ 9h /RSp:La ?mB)S$a{r?hfDAk_R䏔cg4 P l!lcq~@hf 4D$V㺫QqH @3ݵ#mn-C-JЏc X|E^/jX5^/C1jF(9&1x r'!fu39vLJ(-xlԜ|QK.P;4[t6u\;A8ⲜjN9|ZjpѺIE8PSxE}Lv܇!c4+4(={Ggp6-&R{=N36x,^eGMzݶihQ ͬ 0OBZ5lƌly%I, ׬j]CV )Dm\ =ɼ׫`g8[,jQVN Etf`Ѧ\QZד>-zu)9P\*6fUM˚n<[OL@,;ޚ~t"ФGSp" Ь̼cG\.:{i*D`ƅMx"@JK|ApR t[Iq2pGXFh60k#=1u fC}ԥĕ pZ؟ۢ$ r5ZĽSܗbnm0蹔SƊrqid ǴࣦoH8xR 2f7Ui;N`(H9,m\8u%@S*Y i>4C?z^ tVBeCi&$l(H./Jocjci4/FTԈ V|\^sĖދODGn'W zom~svr~zW"L_LtºN_kEGEuw=pNXq}M65I2AGf)ʡ1",U \z zжu/S53^nӸq+")`,. gwaW__L'"pC*cd[9X7CfeKniV YۂQH0z"a7b㕪8 \gcVn=kֳD8Qv0OXm<=e@/yW*ӗc%}c Ysn@mԪh֐ :,<«8}Y\zw8d./h=M1͵5 '@斢0,HFa!ΜJ UlE6!N0KT7Sj`* Y/.'ECo=vPQib\N O9`> Ĺ4@Ad %{Wߧ&AZ˧BS;bk. gr==ZCR`2fhH,=~ߩͯ9I4O¼ , ?:Nls=>.o!z0-*af}J6=#&O9']sA}^MRlUgI."ߕ0{0q\QmҬ~0r"'jA+Ýk*.:FZE*wssشzxĪ{L#WׯN8H@G0R!% Ƀ;*Fu<|#U'MvM#)ZjQ@Q椮G/s_~L% cJfᔓ,8 gbCOF6tJ #|9m+)5d+sx)ʃ',a %En/,XֿA"QĽ vH /]BS,*S_:K`V&wIJh_EG3Yn}|lƆ=w N5z"'<__ࡐL$YJDJOsεm|WYI`XNTv0)kX([*@+ Cwo*ܘ~#G,CwG缇Ir qH+RZ( 񇏀R\j*5X #6^cԴwGσn%eI+~7Pi#!!0썄aE' `Kc eF0zIh%ך:Yh1 1P@i;<(4qlg7s= OƀȾ\D- ܴx3{|j[; L Uz* ?`o1ZH4H;o0=cptUTj6-/CM&=me&:i|"'mgdɽĥRLw U0g+ߣv 5;XPAzcl]3P+7rI?'^jK'x\39並rgφۖ,U1P%:pAO(,oUE;s7S]#%L_^FZ1nXl?fa!r4}æ褾]3vnuʾNɾm'~|SYL^p=97-wM[xoi:'%[U'"ߨ_5Q30ořnCqLcA b& {6|%x}al! OE~֯ ,zT$Tnynx\3fε}qE_}: Iu /薓Gź;P-lk+zQ=EIs`_|kS%!/H5An^ l6܅xҐ t4j8qQ0kJd2Yү[x]'*kHAs<bhw9W}FhDKN@g$Xe$4R0!j}잟mMj]ӓ?h_\ZL}t\ܭb Lj¿3eۻË"E'w$2޺hЯ =mB,@'1->>`@FuON} pӹۚ?-)l. 7*e&r|p^bC4:ȃ6LRQ_l`p;rh]μP$gޥϮ-a.4] |7j#RQ }Q K+s"TC]Z:hN7'/`'x"+i7y5uewCyq:& ۡ"h}(Aũ7hv-gj\-<6zA~0L1[.%̿T%+ӽADJ[EyoK%j@!?RO-L=|i,ly읏%fe-9fCA5/iHxbP? ; YpzވQ1 lЌf$h5{]cU.g4g]2zkCE+RT;q4䡾J$ :T' z 15 *Z{i]@"`jCeӘ)?e5s>dd,@^kTP 6""jh;.j^pqoU@Hܣ ؼ"'B#|.tlt}~ auPpEp)؟WTV!ڸ7\mQy47ŕZ`og)JP&@[J`uԝSKwA֪Vk2D!+6g{4rth! ڵ SmEXH!+[y(^MyXylIKtr%©H+I//eēX|C/TLY04"]`, HpJ}0!!f_'1jQ!sdzK Q٠h.ėtijaTx3Va%5pB}]?}51 U8NPRፒڇp_i Irk_>9wť.#Abm r! @a5*l? *郯1 G0*XQ)K,RtE #u­o )?s(ln[.b=S3.gE߄DV{5J2)j ["k$*;@7^IY)*'@.d8He{:Rʛ/f) b.dy2>}[NzvO]sPT'Sli5P륚+H*4:ی\jn)r+L*􆹴 f6fb^NSWU~r}QfF?Ð(*vLFюiҫxx惚]7x8A[$mt0íM`y}6CWdQ% U[6atDS|%6j̓I3Ͻ+؀ ^d偱Wy ԥ.,yuX}ZoJuiM,+n7FmyXz r2BLʅ9 x+%~mSQ\3HJ ~kq }_DiTMn o@YT~3V ZNS[T`Hf"WL%ߦm-lxU`&Y.zL;E9DI֧5mƴDN>Λ3K*+rib#`g"gcqQy@ܺ JB+sռd}E6mNtK]̓#f~rH@%Ό:>DЦHg8v$:.$ZHKWx`aSWob rIPXճ<Ϣ B;p!Yjߋܡt zpܵH7-Q xXE\oZJMnbmvri鴺;WC~LnlmG\-B;Œ&lSO-rU\G5Hs\F4GjqB$ޔ9#,amAj9%%Э5zP t_?h6zuTJS|zC (> $sQ ɉ>GQ:8j=PW+?J؎`~  ڙe^&.گPmj(l;?Wq(`pgͷy)s'#ZHaMw`̟^վCˉuVpc;f&?>csJө2] E*,B+K@0_ ,EFxi@y͢7fi_$%ua~oUA;2fy"M)-gc5F:PVc aQ4ttURͣQ䷍*l1PCf[WLKa{j_ Tߚ8 _.X?60: "Wbҳ(s$[N_&b Ƨ9Ij9pmŷ[(cA/h7 aA ;#0^/vyt:DT>NVORU.kj(AJO;J덓`VxOu_P΅}ȮDiM#l~Kʔ1P(n9$ :lIN-ʥkj`^x59] {:X}|eFRv\T/EӘ٘;A>3/#_'mp7[BAҫhR&k\.[u}d>93ẹjF/v@ʁgҜi6˿YtNq&܎r roܥp2' +yCQX0+=9ʣ`It$$Ji|Ÿq7̮1jr Ife uL>E5xJء˱q#4@%Vw/ 3zL>2\ӁmT@T`{`.zLkυވĺ8+GDꃤ|!^ ݔ ߝU`眒6G'=^> Ak'3e=tMkNsC뒻w(gA:Wa2>OlQᕥuRupV[%٭k_u\3\CdCOl +j X ת>B"0 -c\/՚?/qn3KȚ`Ë-o)Quu~d 56-]Ŷg7ŠjD8'e`^揁[^4W"Ws^Y;1IN`G7Nf@EYfRUt7. E Xgg|VUǕh48/ͫS%%nw,;3)!!p # 'sLIu+E_@wg3 Fl~\P6!"<̎.{oGs%Uc䧥v}1QR`HȾh_!}(Q / V ԀMuɓ] (.\ ˠ  ';>u40Swy}NP$x 1߸ q*>v%fRČWP(I} r.qh3>+~.ջ\9pតdFWLe׵KiJc;!x#~x %Z;jt'>2Ps|mM' CR/|Dcs(5zhoY>vsK{Ea8Ē% Xf/,R IRmzs6;>d6XEx,d% wʑ-PCzZA$ ;$>$9:SܜΆ9,?KxHs1 b&̀9SXZ9f1v{TPDdљu  4xr5W"|/9?YFHKJX'~g:v:TPӇJ}#z%L#shoκ+n Рɴ:c3UO%8A1Bܩ/>GbT-G~؇R-N(!cf%t#d V4y+xoK͌i\ߝn[sR(ꛢA:t7)ĭt7jAePԤb"Фݓ|`ܗ$J4UH#zpp@)r~6*m>PGá9,sCzƉAhS-Kp><$ de6m/FOKoK܁2^d(V'k/;\i`sɧDC!VFkXp~^=Sʸ $ZƱD .'=vliy2oO26P\2jNM 嫆 Bdz_I@gZ'qr,=X]xsEh7w(ݯ֮]70NZwJS$e(Bާ +ލ՗@ue2aKB50vʙĀ}E|@Bͦ/y&e !aْ-G+i喩 l}oݼV"$R^{Yu//[h|ci ܕ,&}d8.QB$r4#Ǖ?3ݫY`ޱllYiRyL[r)h:`%y$~tNIH©Zxz9tVZwLEe+_V\9rpok. 3oNtF&39EC[%#3_ 7JʺM;ս"\Z ':A4^΃8;K3vnyG  ̜t3 k.&FhiO7p!f1tmP~c3Yka}z)8@P)Kqc( ~IG簄K8]GJ߇xUV,yC &Ōn!Nţ$-!$>cɡŸe}% P-\_>־TBEw bEØ ֱsFߟe{Sz܈XH%,41F_vaxN. .pn(XBlzZQ/7Ѽo1ʁ֌xVI3ˡVi}29"ĺ03ѱ2 Ÿ ?.N]}pY*iX>UZθQL4fWv4HHd<'vѵϕLNDl˾oZ3/YAY_=^졅s[&Qf kuf 8ZʉO#_:3TJKxYIh+U@04^tϋųk6ZImD)T[f^yv1稂nb)>5f:2OQ\lvq5{]kM~"؜\^l%47vN%-Dc]@`E ;a1j

?"C*F`1)%i_|9 'x0'~~jݸ_9Hil~[K_B _ZIԜ3ʠsaRT>7:D}!q&]",PT3U[f}otW[/ʥm(*}!sF#0!=:ʁ!!$A`\+ݴt Ry>ߨXUni&5pqP3l%Tz H cġ3ۺ2CڮVP^\݀]äc[X<%S |̅)D$J{,q@XON1J& ȳO4B" ,V+`n G Bq\b"ӓ7L$swSotHR j=ZH6'zsm,MkKt+sS[%%N'AeoǶ Ք_Dv+VU<SLwvBIZ0*xcnD"ޭ辊OZ_1Wo Zc(~;mC$EҕuMf3!m H 6`30Vpִb+ށuY @3 IH&_LW&7UԝlO4ITTCg)HÔ@^ZLI̠(;B^Яy)t[y~Hvm[ˬʊ^Uȿ ?o\g؞g<~ ` c,q5b$}53|!Ao M nO4 |Njog.~fUP 9*Yԯ#eTXd|  :+ 8\IOkAi"1u.  ovE:b' o(E8b1\>Ԁ 8k-\\ V55*;;e}")fƘ d{CSgaki0 &|ks Z6 ,5Ξ'hn\WE[3A!BttlIw9@ u`R{CTu`!ggT9&̉k2wl`~xBo&G4g2> F(~r&!/Z]zd #)1iṄ7lKQf6mB80T^-]׊+4?fEbwJRTGx9\ץ1)] -tf`f#Mi:B<EIYT A(cՀ  Sv9 5TZk\ E:ނ x] <'LȌG:fw}g\K.>#CZ,lm,d'5WaV%ʔ 52rn/=\ZSw zru_DN58?G,^bQr)?S%҄*"~_~>7L!Kyuwմעx=Srx-N)ZST)Ĥ-Lm"i#\F{paRD'E60cpnTt Ō =>G!'>r`Eof,+3 Ii38|_bKj]Y.cI)etf'j0_J[tnw8mho|P Yz#feWH=`:s{[qJX|25QufJu+c,甂[sFjcR.Ke.Vg Gqd#,:~几>T4뛮 VXU.dtLC["ue}mG%rR GӡEt/ח! 1Ek$IWCyQFGYOg_GސE%HO&XԐ Ԅ?O YbgA̵셭_p_L$soe?c~]"[Vj櫰s!lZ%tDFur޹&&080RUwfN(?u/c"KA/n9X$Uz2-Xf,쓽X~*AV)9`{*qX  %oڈ`S̢ %4覷F l vW?z9a_ׅ¡e55͙s8eᲘ)" `!Ymh yƙ"Κ"%b7 Md*Φp7Z㟡&}{0W~Sn(jsH׳:!ytKiD_4 /o͋nf(m~<R6ɧRu 8JyBPBx AqBRJX2]Ȋt^)-ao3&֬7zNeiӍ VL1\QO%\qY暚@0W]*RbL}HmFN[ Бhc_ ZADXzd{H[˘̆/(T*xpKi(a{*253Q#6-j7{WJ2I5Mh^6S+1.ꗍi՟>xAQˑMf:y1H@0+ok>9Tm 7PC^l k)#\u9a|gO&{MC⸃wqlڬH`M sT ?W߆}bxCnThHȐAi{5~>Ŷ5E(d{uvijvLa&Ohs5od,<,QK^\+0VH@ncAB+B*T ckp5 ؃aڏtMF`#)e5~'p3gG45?JKLQRg0,<, m{|b@^rّaΔ_ v$MGS!A- :kjIl?t쯌FvX|oo1o?]&&VR[iH)HzojFl^ou _Cv_-8Y!]%z6s,u! `!MIi℅g c#J5_$[X™!$=b?΀SʥuR a¬.G+gvSdɞd,oUL!O‰);$ȅ^L9?m|Pf,u8>s-+(^ ճ4rS5}~봬]\9@Jf&S6BRCW$t Q$_ƻu'Mn~U[gqcۈgĵ)hʖ@ PV[DP=]IÉ'z'뢯IwjCG~PcT1Gfyuչԍ8?i Ƕ'--=v.@?> m6>z]6 9~kjxu"Ӓ,:6}Nn$4P{vB=%.(XeF4&{9(D޴]/I,E:nB#%+R0ov'9ׂnp)h7d.)S#\Q~)!%z{Lj.s˲Vp־"6X,;Tv,B6ܪ|y'јqX]|Y̙m1OgAbhH^1i贻4` [A rTPjNcggYB#uR+(pf/R,jkg?˪/l{lvBf'6Q%ӃZyǙ~G:, )37ݨq;┯Uƨ6ކ >1lPoQG x w]`U3xI]')Lagy@fN5F9{p+}[ӴW[266 a[x)oS(7&1ʷp2VӪuE.ӞϐE! (ETt䛓!uSrжGI2zq%t ˞Ҩ[`m3*6aPe󋭜qthE)KӃКE5ɁH_*3Y?Fpvs!.P*;Z ,g#[|f9ÍcGZN@՞`EȯWXgKwjO z!׊R1F)^fgҭey- %XƦh| oy{P=cz=KI}`F $bFv>w  F]Xl0Nzl>NrX$YTHS7;|{}ч74*ɌdcGh Y5e2*~0_ kVey <-W>Lr}MN-+M Zdʪ<9,pGymMF`1,5ȋx(2ܤLN$ˬ)+  EtvM`0",اkq[<d'3Խ T~d2e.R6B@Oه 4Gş}2άf`j Tea[o9hzĕ\V;CT d)\2s '^"oi..|PkYJ)ݱvGEg4ЬH9h 8WGH*+S%X,%גþdCeހy+H&n6^}k$*iI5z%j}Ϫ89pw9*r 8<)Ǹ$8SNXf Ns&se͕9vauTz7ni_ k)]Q cnT"O< 2~kA?҇${?+`>V2?Fq?(t 3]zvƽadf(%ޜmC4=@OF`,k!k/\Au6G}#kWkaj37_UસR|J:*|C}/ o_HCغC`tEf3B?ڜxcS)SxJVvT͏)ǘH&AKdTe4㩡(dQ#>C3ƝW# (;$Nk)`Rs\w ˿ӗfn64ru])mTL<Qv7yɁN_eLq͚Tn :2uZakGex?̹N>!0\wEY@omD<,%e E *uf]@dDz qK( hetFNJ)PV Ќ L v'&.c! #ޢ[|A“HHWX]5+^VBzH@1+ld4HgO*Cz-Y@Ocj( H Wh497ǔLMyf8*3IV#z/}tFFZ=(ɉk$ g CpR෯O.G+GE*~  XyIV+n0^t)c@_X3G] T52q zAwd@.Z閁ͷ1LX_ 0ל2aXLD/GVo{"J4 FȈXycjA`mrzIL=lN9!ט- 7,!='J |Oyl0p,TRar)JVhqbH߰XŹ & m9kX#ut4CH(t*-MiT%[ (#7-~C4{>K~AIŠ> HXUMK;Ø uyv4cw*]8U"XNI ,ʤ}K$֓[] *%ǣS¿M$ K<> "(0 v\9?Zn9Xŭv#b.5[G]0E'%J0 Ր By Ikܼ"V@ ~]$ujrānۘ׼hT,b63 }055ћ˓2bu v 4=c*E4-LRТ)}ڮM:]"BmDwEQ%X<|qxܰ)M1Wآdk.rΛs?xڼ54lx^D츴HkWb9KaO>o&`؇X߶\fQKD?6|q 儰zT=KgGM>S <:Vr @4\n2cKڇ PS~rA%^}+We>cx1HG `t̗'F%uR&ڿW'AxjK , 8_-q`z Td+pA) DwcەLѹMP X_r\,NI%,dI'<#cs[ dAnjAT3>zHm~43'_$`1ng^\:c/w1n4 ӁyM:G OKµ_h솁_Q 7"w[̱9 "d󧢐%ÒFyKR8{fƅ aނ?Lu!sĴl5*Zq/ 9Ӈ^O06Գ_2=3~?î'1# lDTu`\]jf\m^$A{5:y1tƟY6liFw)E zKۻ{&(81wYNkwy% \ {W e~\_X47 (vz"ny^2? Ѫ2R06%uQQ6=}&1rL-+C;9|z]$;u@.qc@#HW(&Ɲv4Q(iȌ%#Fsr vJm-3SxBusIRaeIjrƘ_n>j|YZwg*F|l`gքPȍ/7PJ4.#dom>:xbeȍc]f) ,Bl]BkaR"5q (DfAkr%["/aVPLd4dƅ^cW)gc0AT)-C0A'l=K@ cFcp_T(Z0VsU|*:v4X} '*.@^Xt'7AG,{UGmrpA7i@te%[IE,H)ә&C- ͧ௼`l "蓊d}_>o&W=Fa̋.]:dNEPz5C^6rө>_=g#q`&`K ė/MH y{#X)-Gߓ/8#`#7I ȑY\Maν[4Lu#tV*}y8s`_ ?H=uh=-G%xTMsO ūM6p+m3kf!+)'m)eKHS[A)QZ!DzV 2 J[;q=j"ifms"9GSq9xVp"w1˃9Åޑe0L,L+֠K { q/ˇۺ We$Rg?":Ș Lм$0]J,^o:c DT [e=ANʵY4$kOθ̸[Nw'zn='Tp6dt@o4=}3'Clsnk1_܀w=8]bRx1tȡq>O51KƔE+peËv},&q(\$)~hr$hY9"4k8ǝ N/P+-H=@>tY 8/7 Kj?p /c?[TxMO +ChʔY=mSFf荝i~vo((>8^T?Mm"pV3ҿAg'rѽv6?҄WX} mzKjP+&9Dޡ~,Ǐ<ΝBzv R7o~ G֢rdB.wjIuW&۩Dkef0ڴ #XCW;yx %ߒgmvZ[a?nڭ)3oV .W}oh!URMw E4kGi{X\+L~2˸VYp@Dˍm>'W6*ŰJtߴ,HkI?<YsW<a㙬{/g* ڱO+q6v7c>\E(U˫wWE.k7= 0d6{,Qa.Ih}rQLV`u;7å fV35RCT:6`:9#7'\*>.,߸l^("hgo<0`ր)k6?ۉs%@C#3tO[=Sf&mHJy\ 9! ;LO=Zh_7yC#2FJ-&H ?.v*m_NJYsnL_B+;vy2&6v J\p6DXr")ʚ n f%*> L%`|RMv Tk_qug_:rշ8|i 4ZÜx\--Pc0O)W~ I(jTNKHmkBn4f/`MT Mwe{|4'9W+Sc*0ٽ=r|be7=QF`y{svrzޱzVƄM`>y\qŕ޹m㘾%\P_U=i.F5uǖLʷq*hEH"Eż n. M}\"WatPbnHqȫfgbDmVF ߐ(?ң,<+x&- S!3 t<Ι9dckvyO9-iEFSru $$]YlS*".UZbBU %uOuxZs,ƶ/(Y1Fd9:J2m7q3wԝ6J9kX7dXFn[dei^'Qs ?>KΎ U=Ikח; h8Hr˨tX.Ct|~ݮ|lϑRN|Zͮsr}a]d Zz :7 /:7_7?>َI+@]lK7$bx,! 8L;6q!aQ5V O&*̫ !Ccyfy4*`5GyXd~{>TF23#8Rب:!- br':Ô³frVT2MG龸LKW)رE8zIP{-H)[zZfWWQU'R$;Ra/?-P:$~"RH#HIh×D3v1GČ91,+fp{fAZdq~HAFA a"@<0ѸiShWT_ 9b;/kɏ"[~s`6P@웠VP GB }W}A2NIMpxKŗݡ#4ڝ  9t:ݪ yNU RDhG>B (ӕ [*zh4`օ_:<9<'Qv ~9rʓ+v7Q_.Ɔ-p3KSg-ȃ}TQy:ű#;$^}4n=̀V>U) !I$M0:iCpJaR-jq+`bca_s$; %Q ۊ#u* W{'VF$a(ԭѰə9*%1crAƕPITҫ+RihzFju>iƭ :[yt Az['+z82Nfb Ƞ(|XT~ f %֚C ~Wc"kKʽH|ߛG֭>KD&^eS Z*?ͪ,䄉l8QBšX4@iD 'j7~CI?AxnboȍD>]І}/LP郒FQ)PM%:EEFTn\LP~^:H:cBDOEX%`%/<5iIrѻs6[ 9K3-{^Cp }ܪA|'n8M"b0Fo k9=Z&]M#ClL[#R0FzQ[\nEP#i"j{Yi[pi\U0ұыwV0Pɧ\""UkakioXh wujaLby<Ռ#) 8FVa><}ʗah ir}u-jmIQ, bTt5DDJ ٷLrU˅Z|̡te\y#H0D}ᱲUT']9;>$7e:G\Em.egv'˔f$c]VƩ:0(0ѽ~-  w5KS'LSat||=MGB&ob rlV:pVs1&f*|='dJO@A3`݋ u!1A9%=!D?k8zyxP?|au $CC2%62RO;/b,f1+Rein_$#u{E~&9MEZAT7Kfͯ_$m8]EW[c> {l.#Ͳ}0HBΒ(2qFҺ| ,'ϠGOJg$j@[_FSINϾ L?d:F oݻl%VXy~-,Ěu:/ZPƳe$xNEZҔV _5C"Kt\9}yxsq@Z "[-XMͩU {l|U`,Dy>L1 rIcƵXؘתȎ2bь?*ח^%7zof:lY~aˆIGx,44N <ː,vߐ=,NŁb'UVJ(N_ -u1 ;0A,\+;6qԷͦiKmכ8:/_M\@ctPw{ qb@],2L=/'bn|_wa]xI s*QyZ:DE2#w(oLq`QowBSrQSÁö6fwxjRLNCeX\ιB)GNU=`~ta$(/\X09Zt`v&m匑Վ Ec0ecۼ9}p,c.d -ީl[q'Ud鼨9xu盠5TMIk ':SvM"cX>G<W}C󳮛.% m̊\aoF l"Y;m}*[7G:*Ԁz=TN6Z{)BQ=ϙ7{.?9;.K X3%5I]Qew wfGQ7%ﱇp̀WZBl HgxEfs|ʓp# 㽲WhAZnI}U8" ,qq<*!F.GJ3g{.cLxSWy.Yv\pԣis&Eo"W2I\ }w`/5}5>Y 3b2@5!|0蕭,V3iV̑^ne5?bT.(v^t>9v7!Y1¼c0q$naM"أD?^ul֝sƚi5>WuO{7e$5Y\>楃3TZ~#eb7I]ᄬ að<~<3fJq UE/aGc-ad`Gn40VZ;*=FV%mTQl&{~c>h46v2.Axl3!ѯY\sn+6[r`'< .{=Llh *}G|p>hB"Or"Hm3\7C`.Ҙ z7R|O#M[$Ȭ^̛E ?*3}otӇ"sMF  {ꓭ8 '/4):~;:"I&kS. AP[u)tgm GWS[d|aFovSxo [DءMTvm|mX.Gs__ѐˆW. *}`J.M,4<éI靺~WsE Kd^uulVfRwɤы}o>)X Czs-ę敂Kأ߮]|qu1cW)/M=􋮞%Dư@5ӗql)^9gno9^r̥]Z0ꕨ+M.p BB({yPZF,/a{47Q$iYEWb&;Q[lP$n$ڿZ0t׈"VX;aMҦʩ7KUixYO a= ΃qxꪹs`. I\K'ތy@Qliġmi)PEG?ΌcʁS톾PM$>}87%0,u)( `~wĹ*4iG?@/"S$f˷(e+;iDƌ$L.UWG)/oG_]a[;H=8]{n&FN YZ