go1.19-race-1.19.10-150000.1.34.1 >  A dD*p9|8ڀ?m#(G y(ɸ_?6\ʹ$̌fh LǓ@4SRvZ ,U kqFJ7/m>tmkX|u-%ok泆k (ۆ. ݒ"tTrv}=@Ǝc5x|#*bLW.Y8 1< O|6'zb^%SfyD"JU]6(q%֝:;a269ff783374a20cec96aa750415fd29bf3781b9a2791f4b95862ba591db6d3b2d06286dc2ea016354e342ee10d38be209e77290;<dD*p9|VAަ+F[&r7/ ӔC;w?N8qho9sb2lw%^D_ˈ᭶RQ{e(_]|h*KY=tX*0"8]h~ ܆[6-Ht{isa?q%J񤙼b.`\0|t2^3ZI^|G:~))?Ko@uMFkD{'P*MZԭ.;Wغ_7- }]]1tQN:>p>?pd $ = *7 Mf     @T(89P:=FGHIXY\0]4^Jbocdefluvz  $*lCgo1.19-race1.19.10150000.1.34.1Go runtime race detectorGo runtime race detector libraries. Install this package if you wish to use the -race option, in order to detect race conditions present in your Go programs.d@Fibs-arm-4SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Gohttps://compiler-rt.llvm.org/linuxaarch64d?69711a07d6c893c9e24fc4126cbe1642a06d670a8cfe0cf0e4cee1a2487911cdrootrootgo1.19-1.19.10-150000.1.34.1.src.rpmgo1.19-racego1.19-race(aarch-64)    go1.19rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.19.103.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 trackingibs-arm-4 16861266621.19.10-150000.1.34.11.19.10-150000.1.34.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:29306/SUSE_SLE-15_Update/3ca47707a74ca3bd55319cb93e26cd40-go1.19.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB relocatable, ARM aarch64, version 1 (SYSV), not strippedݹ 4k=:go1.191.19.10utf-8e0500e642f88e5d460a2b34cca64a14ff794ccb70b61a1c2a6452546621ce439? 7zXZ !t/] crv(vX0\eL`9 u zkgkN7/ 7)EOҧ?FƳ#<$сbflAJ cL#@OĻ{C CZ jj9M:8 s#Xsڟgfxai˾495ݰHo!4:#T:Ʈ.*y::o]{0GV6kI+&Y+C_Zz5%cO.Xu_Ln2ak;Ny<FK`N#M< >&CTɄg{LENj#Y/)/$EvOePvVC(9Vx e3b Gx5),7rg9xaJ +ݘ5U] m_LE撹`ir-HsֆGA&?_#YR[°-ţlS8ɬ%2dVB񔌎tQa;&=%Zw^?ᚯ;}&kI8o?z? ŪX 7j3.}4?ȭ:SL /ۂ]T+xdRi{=n%+`laOl2#:響AWp +GTObnkJLR¬R|cs(qh UꄦczBnXs%" =#~S&Ȍ$6fS{\-St" EׇmtǕjɸS .@q|e0Ą :{GEDvN7@ ^FIaԤ"E8lrV9f2K{z>+B\*B)So?=z ,KB4+QN9!o']~u^jsf}=O.d1?jE~FsV.~9f M1KChjUOZPg9`6ԍ /148R'Æyt:q))Ƞ=lIJf' %[pI`}13;ۊ_35RllJqvwn5p{13%[>Zp) }h}?QR14Ptyz#C:wmnZK.]vcﯹJ!0S:i&XFT^8J6 ī$Q[ v 0WkHKT֧=UlQ^>> &> t)&^8p'_a_" Q^G2Ĕ%η(L6킟DiZc`&CP%($ꝏRq"a0xLNxtC߭6'&7 [ dȼ 艸 2^Tvǻh@xZ &rg.m]npF=._MR9/Z1% )o1N,r J/ZWT 7V<:DnĎ$L~| ]VwQ"DLi3\@K1Фm#uz#-${1%nQ5ӫRXtp_P*? CC8y@ETUb_UN ?-^ ;z,fQߣ4V),7`Ld\S>.9,8aWYo2l!l\p$ݸTFet!ϳ<+" 17]5QNP_j] $RE>$qQLpۓV%bH4do#'VZ\"X״yW?mi8@ýDG9 o [Nߐ]vۀ`GWlU'^*wXoXH*&C8J{Hhpܟ$׷P78U1?m1OE*(!y#^UY넛5V7$ý)i@ 2NݪFBTb|3SƖI#u <{ϕ*ģ{ͩ-,M0C[=!tX̃%TQ q8UwEβFjhNaD]_B6!=}/CP&#wg%U\-?tʎk{F+qpnCTF4,*ٞXÿj=(h+il$^䲤8vGxdJUs:RBL62W{)9LCHLgi>p2"Xe U]r+ѥrEs?78z:Mɑ-g@.!0VwD<'[Dަ7<ōf$g;B%Տހb LW{BfҸ&lٚ0>RH}J~gǑU{x t rLј_U9<(4nq9ߙkMB ޷R\Tr ' KJe-ldnX #PO9>%Ucٍ.hRwii+e#0F: `u`R3pT^Iظ sg .|q͊/>A~mQ;cE)OzsK4wEjiOiv*ncp~3 .I?iR4A !×Pt􊇺L9*# sRq ΃Dۆ8KNva*5.T8<̍3|OH-Z'?5bHT+}g7\QUhSsf/szd$S:OUއ_18֬}>P,nj""Ir6ZEjɮ^/1[nM0"0a/)wìַ΍U_ :^Eʱ,G0JGO&N#i^H|߿Ҋ6~Z,I~Z2?o*fp('F~^{Nzq%rƭ Pi>l:æ: X'.=8Y=Sg 1"Z20: j=oeeeL]5qJBf| @qƙw{){aCܢ 3dz974޺C?<񚺽0AFyKdCκ[p,i0$ب J/pG^ 84<_~}'5pR\brE:d?_Y Gxvܾu$eMi"bB8'@+%r?K[2P0%5-B!ߠ%_o` `wIUv)vGn{җ+ 7d| ~{E u%pwURMCc6?` 8ߡdl ]c䈜 qIk*P2Мh# Oo9~ڠ ̸Y hͱeeL80ks'?(0{eD 1x"6 _}.dZ!wصꦄ`QtX'[)Zb{g⪱LwqLZ{TRş(.\ ъZT蛻y'&wnׁ[f/~f$ 6n:eO+)nЌZ%tɉmw-L r"8wK&o.eo6k; +K1M`SСre,@} !?4:78 6Ѕ\a`yM}$- z7/+,/&f (;&4SڈP[>1l+?I&V= 9/IjԀo\TLDlG7UF5 uv$ -ypJ[)vδp}f*Gp<` u)b]q6hS2$MG-rG W_r>Pضu0ï:rtʜXNft<;?Zp;<)]J:kqKW?To*~5&P}ctv |_YN %C"̼K)=#)oVHc&HymkjWԪ,CORRդಭ͸*$[Y$"AE:CJ< LpU0Y)0l]9vw= 3ϙbZuѴ#TrIdEvI:nv/2Ҷ[txCT0UIC*-'6ԢQ;]ZO(٪SB|I͠(<嫟f飞b}@at11̶RU@fxzI'lZ֏PG.ј8Ή9MjnzbH jL?ր49[#;b"YY?9{ev, eѓm>3ث$pK[/)KK~tخxz?XA?i/X[kZ[|NG+^>)Ifo ٰK45er_cerՆy5DifYk>(wXmG]V<A+N%\?Ħ*Fe ]9YE=F[9"J {(XHVZMƍfI=_X[N K7߳fkj7'p\5 ʔ*w}-E7a_DpkůUzҁ-ΊNɁ\Y# F5=}us¬9 |>M\+&Ug쎮6¬$PdeD&t섺L3`P:<8 N4ƥwO1 =;8U9yf 2RB/Y@t<I֠ oP8"ڿUS{ yhљ@HMDYHA:&W2&"]R]1qpL]{|1_@G!亩JvȜFPֶ-Pd?Mw$)8W}wGaua4L)tDFU6&!ip+G }ףo3ߠ[n̐:)O]qq-C/h~K&.ԉLΘF558 ?>ͩ@i/} N *V.݁) oW >,|< `k9ψw8MDTL5 ZȺ;z {'p # .(3ɗJ#*JӚH[@2U&ޢ啃f꟝0W[~Qs-7 fg%UX^5 ő~/2lu3q,4GViجDɸ. o&(fJ[? l K;: ?))G yڮ"t{գO@N3\hnh7|vË2(QKH&&"8v8!8*LLY*2"JZqoeQqy"_|ouE ;[\A *>IG`HRek"ܳ^W գX Rx*gь9a}nF 9G0}E !]y݁Ceb xWmn뙐Ox^ŭxT1ͪc`EXEr.,4V޲ܥ)Éóu~٢h&rsV.My]?HI 4&@k9k"K&>Y*oQלNIm.i7OA@gm'*5Ed~]upsY}:Д Q}Z)V쫘Xutj&u!DY*[,PD/#8G#p3G 0}K. 'Z_џyuC p]YK j']-O.MW6p:Jy9y=KgEz\^OHS,ә;5-z+uG r9&e,ֆ_hV H,uXgD'j @M1¯Yrʛ+>R_O6@v5z: /pa=i)Wц $NuK $: OS-97t@qX0b84U3Uw;*?)H<NTr+_u-hwMyX_uz-pX <w|ud?igʲ ƌk3wa'B>3>?Dz8s)2 Gmd&bUWg=g~}S}06sw}9WPlܣb< 5 f4\(w"ܜyݒ+u6b~ 7?Z7Fxb~FPPC!9nsi!2yk#SjI' Tevb9t@` 5UiQȂvzOUgds"pٮ+G„s8[޻8]t}G{iJA1ph;Qo1&K#/e=/Z;wFG&=nDYAs7˜PK=-p3x]K\ 4{to1!h&.5o5Z莺`ћ; &ċ?D)_z/7Ph|#Y3kZخj_K0It.oOݳA8K1u:V%k|xwxe{ߨ r2-yNHDe0\-Y=[R6%b#BFR ;̙ ֟5|gV34i% 3n֧V2/tgX(MlNtT|Kҳu89GȀ $'($XR,XnBM{s[D+[ _H'ĩA{1:PHp oOV %4uQ6c ݩq^sHwG]; a#Pq]&k# 7'bTsv]TwNotӉ}f7<$<+Lļ&ʹ [OPHpUGYz v(hJ΢-͡]iq 3Q}k惿8K5ݻ|jTbPB*~O+]<%;"jQK3`~\qt~(jC(L}F̭-d-Y 4 H4J18;+`( D?K,R:SCr  l+YAmkp,oLF).(5yUN>7rnZ*7@F3>!_uS=o,iY QR;OzRKzZ?_ G;S-./̥ms5+V{w=*o\Mb[0̈43Pd tK_hƅIG4K7Ҵ8kH\jŊq@qj8LN*1nS0Z*\KA6f]*Hyw#nyΛk&o- Z^1aj! /9ۋ5'}edof.[JH**{ja6DAhwt̜M=G8c.8=G 03=QBZPmMPאA9Wo ͓uy-+oHkff}\|  jq 82-9ApQVZKPNQG!}>CQ_J̢w#lz_ݧETymh? rjF `,'~dAFI&8{]2{Uimq~x&wխmē Uic Ʈ=.%[‘3mڱ0áfx= E1A_FdJqi ]MmXYȐ;B\JʩueYΧV?dӓG%젿( :CQ6: h=2בֆShߛbSu})HrLaglkQI#Ѵ?-#o@.YQ K_-yPZ5 ^c 1?:O>P!ZTs7exr0P̏{z`gj ZBYnn}02+DD@֩q򩊞LOw )Jj B1`M$|̗i@)H/DF9uT S@̀R-j2]daES\A vS̍.?߿^ Kn۲+֣ Ag7tݓ*\H: 防)ta~'?6~+gVZI7u1oxw.[Z&R D7;XiL4Z$"Yz爺ĄHa->&fpOy h)ďdq8‚rZgdy!'d'쀌4~ZFb;3h%p9n%_顦h s7PBAq|nBТy8>1q:+h>6}/- T]N=xLՎF*[y&& BoW)@ VaŠj~c>VfdsưS*8>ѷ \-; >/h-em dG}MK`Z!qƌ6 \e.HB.9ػW;Ŀn~)~ƈI?9$< JVWʾリFxPba&.+c@|&WnYNI<8Y`6 \ZsyL%,'Q'PCUOgz24)a1yج@3e8X%N=?\*, 6@KHo}Sd?EE/ & 5<eP3jZc|p|̫*6Y""R0|6 Sb)GGX1rKDʥrY`w( #$g[$S-!rպF'P`53]$۱: t } h/<{Lc ^cF -H]Sm_*u)+tڦ{A5# uLa$'uQF]l7dY>A(18*|#h%x~nby>NDȿpzq$wۆbCy⎑.r89:p@]uHUYCS%t%TT2[{C2Gbp Y45kЀ_Tm { a]B,M\AUFl]Cfc{ #8eW: s@wVr &S`^['}L`6:ŀI4G="AV܇ȕakm2$sjwԪqūO39$p] ^g`+c[TSsJv{{cgxҽ#B/Yzв窦Y;Y!iMS)( Jhs&Sp'0Dm>2+=- (gN㷖._A?[ u' RgTM.T9fІ GHf”f?.S[fQybk' Dls5 IiXmNMT= y'RP`Oq|VX< %^fG͘4(#|`:`;Wq_#`g] TdK:0"J,G5,<=h(L{&| wSݩ&y[1!`o-NnLd/G3G5l3j4I] K˳ d2XGq7YlJ(| iOqq/b@8>LB|7`t N3T5Wfξw=g8 ic|H+/qAFmb*Lvh=RX9nkر Ƒ3M78lG$E:zeK=6D 2yBS8'Xp' q!:Ҁuq)1/alAY원d*20Pe3nwbM|[yOf4~/Z͈$)1Iuϼ+i N Wmc('+:= |8sQwKF04ț~IDΈSdG}ҩUqAh.|3Íݣ m*dYy1 iOr<@Z -b3JgD*T;J4'݈6Ӧ3>oq#2Sw7f0S zIi UM1[%`"rW1.5D@[muGu w.)-zaEqjJh@ x,G'ߐ=41Ԙ6sD!PD'WiurBiz1C*ݟy:~PO~WR> f̵LfqO/vpmNBl3mѰqzj(h)-%"eP@I>cpX1e+ΈҳFcpCpt|BUo7Ute U!23!jB!nl䩵" q@s醙kW5Km 62c}^ƋzRU l90h":p0yq-plA{T-#^Kpaȹ1 <|qZ$ b>i(ccNn⏡oJbfCίfo=iXZ7<pY;hs"TlTy68f?9iR=3}啋XZ?5RmcSNn/Z`9,6Odpǚtͥ>vtȇIש{я" |dUaS8`1XFw$qRˁbc!ݟ咽Vp2;S1 t_'*Lr.F>QB kli6B-0`jC ZPPP!b=*F[9Zq[<{nz$d(`Fj@Y kH07!m5%MqSZLqhK[AޘQ|>`N=<vmNbvs&cL:h ZI= R]GKSg ۓJ6{CX?6C┎==‡m\\YAB^ըGE cV;5 CzLŲOA8ݩ?#'z1o7y= L)dD>=7\^RLGqW՛qV @KJvTROf@F+pIerq 驊[y2P6~BhK8KUړ ԫ7)˭㦈ktiA4w|p 7tq.%t2Ͻ|n)CFsüYyGm QA\ R+='.lh羇*'i@MIʹ ~W K jC!FrɼuǡfjnH}?E&bN-zгI$ HN\ɤ4hUqɅ }`>_G;}%胣E>y@87lAe"_ q1j0z1 §rJz[sצ!;qF4|zRI/bO ]؃(=O; 7,}v@(%MO>}5ڝ"KEEJp՚ST>N|K} \>4ba%6i)ݺq'`wfg[jFS:h4aLfSEޒ>fFX)IfRY=ǴpI{Sh0XrW}~m^-k y)CJXynQZd3~n&Y3UAХf~BC&K3oZ馽0 3sK l"N-FucD~ 3/H6Tؔf taqa-) "a_kqFFd:n÷G$(@.A1xWѡT1:%5g{7fqw<>O7-(GeMn%hkvҼ508~kyb(&B9$ $euMa7}{X`Y bR4ęQ&6MmQT@(PA"UvY<čWLu!xLG׊(4 V$ $F}j.ǘ_T0 z vHJh'\mL8F9(d|ڧEV/)<)e2 -AE Q q+b?q(|{:;t}0iQXGh_Oz cG *BNl˄QСl'uǖQZoumx-@|(J(%b.~ƞ`u򯡍SIU{okJC[gd 7px~uHL^!bvD 8M !7{w>׶hvbaNW@*j JVnDX4`AS5h< ;M:lDi zF"kMUj=DtG<2T (y-Y)Pge),tO*qqT7cި `QPd]pkҭ,fĝVLBof̴GϬcیo2EJ[0^eoͪWYŀֹbtY8. 'l449[𭃡BаV+?J]buAPW_n-n`n=6SoCz.=UL@#6W=>[yᒕWtaϭ1Q<S1v儰:J!}~Um_>B'-8ѝȎn:b"_hYh*WD~{5t0j&.'Pj_m Yr0|~e5Һ6:Mi>>-it<Jy1%4¬h}dʜ/ʍqS Ŧ  %SǪ<_2+=@ Xҳx Tڸ p2Sb/O5yؠ -fI__U&}AͶH,WI_7Z%;Y3_δ9[/nmٻ8t$JY!+uTYF3?٨N ⸛Pc#&oW Ն3':&5`7fcx|/q 5 GjJE!FGp~$GEmdtK!AXJ;=+"Ե,PP6ܵ$-Rف:ONU' 6PՐ Go)+h )1ի7/G8"gLl.'Jo]9<=͏'#SCfL91A4Ejo2tYRSj] ]^h c ?5;8..|u?A_Ftj;^iZp3B%v`6zx{2nTS]t=eBIz~@K15m_Bǫn/ww?@d၇UF[k/{W )Y4Q~?vK&8O`fNL_)XemU\)X0ä˺a=d/S5("ak~v8tQ`5jQй^GoU 0&hW!ZWKN7Ǯ^(:Ulٓ^a~Ip Uտr6V~V#Pᱣ3$GnXsm0>)M"Opu T(IVsg0藽ShD3x(h[T'$B6מO=vu9wЭ_^SV\7/`D;Azl% G'_Z&6vN|fk~o6U߷SW iH5Ԇ loD)>ʐq M(.'[nB|)KKHҤpbfiUͬ.}@/J_VcsOH%,|fÉ.h:.*s\]L-JFT< /.ŦZpN$A8ANdZwP. p"Y^@.j ׭S)i;%zKA"]tS+)iѤYW:ɮFt&Xbx!3&"L݅Iu-[PN[(PaӀuE'G Q_V/~9OZ}FLgwZ1߁oaC N^AGuHXB 3½&P0=㽳_J PQ蔡فu(7Y{\(aā +,D^"O2<+T_N O E$Ėo@l9 t&sVpI)^a×{ctOS_Ϛw;]_M $7e0~=&{r:[BrLԣd`h ,zmQB05"W<:4X4BŠJX~U Ÿw1zCĐ7 paZ{)ѕeUsKA#9N;$8Iȇ-y}K~XJ׭+` hsHYa^7r]tb.+$k9GGf)pr^ei ~R<$ a3WѬ@|_wM0ݲܡ]:ϳ/̝N>ve)1k c#y6.Xy#MD;O|d'L^QKDVar9##YsxLh> {m` {_⃄xųTS:&C=fORZ¦6Z&o> ^'- pȐd09x`žrEz~/Iɂ{pAM^Q+ս+]vuo5.Í5qӼ F]F66=oTuL:sCZN[$*^jbVCAY"| F+ӳ[ cwaRt de]efR5ަ7 'Frpݱf3Ni=">{A랸LQΗFY흣IhC=pd-CSR!TH1@5]]ztYs̕!&v=ܼ`(+?/q .1e75H %̒GWa'D x~93hFZHbsU^$n3aTi hea;RYWƕ(rS 'z0 )r 蚱:}Vt'Zz/FVr:/t1'͗l\RB~Ӳ~] W#׎2e5: ĖHGעj "4ӝ *>.zQHO\in ?w-3AƘl ?ž;D_|0a$>cпl o?UrJC(?"NP+im+^o_{ ߕJv%-tD^$雲+̯'|p/`̖gA} ?6mfn(qMv]6 RVv #5>4mGO :mG+EcjnwPY׏h1SeRm,΅ҫE)2ǠJ:`Ř 3Z4:f#^i2v.c"[wZB C`u zZ5khE(}ULS=w%>{@>lT$`h L`:5B;QbnC_m# $(.F(ifr>9W6A5a_6#sGć2@ kdde@Pmhg;j]JuX>K"+D Wm`c`|M57ixżOϭ#YfB}7eouG\(uQkV.l\~86+l07X۬J1>Kfom!<sOof-muȘZK`16T fׂR ZvukjQ`T2Ls꾨jƎSXA9Qc2+t8 54L*'pURp=.Y; NuH0q&նO-g#hP5m e'q w;{&0IZyxoz|VjwhttL<v@@ D+z$l B) 1 @ynO7hmcQiJ*T\\<_$6%kh1 T7הaj5;^IӼVB+Yڔ.DchF#LZq8JQju ~rS9<%Ϋj̚0DE4y]v!8O,e&.LxɠSd0B Ngf㞧!;锯lX[}!3I!=skd)IAErc24+A1kSyby}oC D>R4>#q`MEٛtJʿ &΋6I kN@p~u刚9+A]N& 0~LPDҢ{i 'T D#Z'AXd\mDU<\v+itˈz3T{&Ѽk*hGսde"L&HrSu %If'~$b*)( oUcc Je,x?T"^U^<(tkQ!\r ʴpp+Π=~e"" K8rRσΔc\Wx%]|hPz\9'-IFu}2@i8]upG9I=z(z$y!V֙LxZ^JWPHت)vCnupo9{Tu +_c ܓJ~~-yZ- up.NwYǏYڽkf-^,ןe9Nr)?WQ (Os*sclv 0bvŹ AB"Eq '5yMޔРVDK|p{N/LM5vٵx'H;YwQ#x g򉨎 id/:2JpnezfXG\\ii)/edvPjwby++p|肝 (E qn,TFd iiqn]-;.QigCf]Z0a`sn##dMtIعR0TE##&20*`K)mF6N^bz;ݝCO=W@% Omc. lڥXh r ?2`QuvJ3ʜ,i VUg; 0Rjhgz[AB.㤎x1JO%]S l;)RI镎ot#۞ p V- )6%kW5;Q\M u06&'siy'PTS}U)Y#W! 9s\*/*?dg *r'!y1Q\ڣEEQрXF{s 9<9if<)X'6pc F^3~݆K_5@~Ek68hsw@V7mz|^Sz=f (S-Pb*y 2- e'7 !$9fu3,}]߿).Dte'5{5 Nc[-µH; +kAnk£ VFU4[.cò$R{f`PzOע!m x=׊UCb[-'$_Z `(#_Tja he3CNs/n[cm?425+f ?LQػem㬿^dU>xAdNNK fVOI>SQN>ZՓ{k&g>{xvKXg80fLUFأKg&c1/ СQa<pޕCTtkb?CFĶ(=VXY#7"&pnFu.ԣJyo.@Ê{2-b6OY_*Ma#Լ9jBGn]30ہŹy$ #ER͇Ғ} [TA4њъQdX~=Ԑgj7S|B۲?zҽ%g0ҽ5o cj//7g#mj[d]pil+#Zor= , 736N|FZzV@adptW<lGp7Դ nmR{!vp@T*q@k;41ZMF]%L.`_e}xP7ʋ-='eOA~j HWfI M:늰cu 4 \4}]Uj2Iyy@N5d ve;ERG K7w1tbVodOR53#,`+#i=x=534Ƚ(`ax.78e!b#IQۨGݱB69%͂oR tUn@ŶR]l 6xŨ)~$XL*O(DeL(P=7zܭQ:r0t~n)}tdSiH-?⾖ηI;TD =g'cݽ5(&=%8ï2Ğ> ^ 3VF/yT"'Wm[-Kɢ呌f=KAbVpgc-0l״_UVgM*FI1U\ iU]gZnwφYj Mg1ߎ^7FU[{3^0bBꎳ߁Hp\pqk b9 3Vt m\L=yld^$tbE'}8n3ȅz xn l[ 6{aUCq-WWOAmĄ2>m 1(}vNjFu?%0ي C'vw۵z!{/5ҵ&XUU~^4tP;던iqE\za"*M 1T<r`?T]>Ub|* [vD)(`UQrqt]MGC#z?f= \ZqPJt^ nU*ƪ榊oko&0Y[XZEG%"33B۰C$Z_5:Nr }(sȷPPGV&<DuiuZaLZPlz,\C᥉ E=&0;|1b= Xa̻Dr71@ GGdxr$C38CP0`kשKT78-K[iN!R0*39gʞ1=ls_4C^A$+z W`[I{4[gS(5]?}[v,ƴ $ªyN򚉻߿rMjk)Z#|H"BC%.$D^kPJL1\yHP6U?d!YvR `;:Lԁ} `j}~RXs]H"Ћ{Szd9|3iSqYdqý9> V4Ut6&xx3X ]+=ZcNt|…J="^S/v qmX;m# JNA _*6|#MTTPe 6 +q+&|lf9\Cgpr,Eƺ sQ%~˵M'5Zk\ƖR{\oox!b1]63{!VTM3kfp?,pxs聮xι!ob':oQ/7[37=̑=1P6 C)ؚLgf:4ʥ̪n"o D[7Ԧ6`/(=Ygʆ;TF#uϦ.}'~m060c,$G\H^+ dUˑ=aHg&< B*{n܁MiKmUkcto%[dsS*hAWYY|BLF-7 )ٵt LWr,|}&bQS MIF@;צ,C ;Eʕ-z gO\ԻxV=cM|ߤ3uEΉ3dn^Nk]#Wf{4Ve?BڠD80L'Ǥ\Hӝxh'h?LL.Fo,u+IT>q~626bQAb ^6͖xrS BcK6 |z%2?cϊ^ݞ'ecp%[ ikA92FZVGlCʲC>O76\vmH0BGMIEQᕳ͕XXޚײH]B:S,]5 Ҡt0%* [H˻i>k9Ƽι(bDP|<{{qʦANGQx[嵽lSupߕjg ac fn&;2<ʈ;Z~X}@}K%KjU<'8@A g5J2Vp_bFkmԒqc,}Cqy= %R7»iA N#6[5>0)47Ћtܜ%ZJy*^ "9 ,`T`4*κPK9~ک~4Apn=/b*JWZchpQj;0Ev*ynegtD9Jyj,u&5wԨڎ?庿mOѩw3r9)pܢ- #~q7r1Diej]?(9<2^9B9gT}&~YKtGffP=6ojĝ4kW գwAˏG"Mg!L*[紫v7'eNv'R걃 0g_4Tt[i+b|-%w oǿ3/*F$;ERgG=/y]1xܟ]5%*Eo¦?T%Ht텱P@ꝴ@8'r)cIyG#ӛJ$Lk%K{CObٱ3xߝ%3pHaZqYѺ HM*_ Uaﶦ+ :?oD[?DC | >BX0ujU[ ;9^&L b]d1 |HEe`G'Xs^,4IF0Nlzh  PEp&O74MM4F|?ɫN]905Ed-nMQ*h3(1eQ^3j )2cu1$,e^|BFC߮yApX*}^ГyD娢cגf,gΪ>AKaIq; T ۩<8&6x/fB~Ʊ7zUY&%mK_>9m  aydZu?j>eۅg7~?|5/hkOmaZ8R^M2m%kAʀY:K߁MqV]1vEkfڦ{Ka^EWd 5JCk0E +ǂzC/F[BO\wH]GsT NCҀc'?Q9E;-Ye-Ұ|-R@۪4)^/J;R,[;_GSك8z`fӑh>`F+Z>!2sa1 @KbuZXSӆD2Cb U ͪVg ZDRy_d?fSjG,Y=?$+aq-۰[u-4J$GTV5Ck15dYDwqN:֊agB9UUrrmPQױ799T#@O"+" MXXROP98*3UsDRWx9ԇXP-a XnUKBKf#[\ &XxL]LHSX|+jMs]:bc+pSm8!(h4kt܅g%VU%#t-E=> 6dUIѩIn:co\4#*k8q`(bb]cHy|]6*vTv&7aNi}x~8dBCxQ4y蟢0HQItd<OT_V3JʟuBNIp8-Ղ%|S_Pjl+sп(= ġCs3lӛv|X4LیV9%yuMykF|Ĵw/^f3((Eel(l%lyDov86fYp^\Gʡc@d&0YOq! 1`z>gxʋH^z`5}8 Z.ϕ6ꪜnR9?`5X9/tݽEa: C7Om |Ί9o~%r2ڍ2rC{B}'2I c OĄR Pq `p]j!םnEC!Z'aBrQU+f702Mj߅>ݚ>E3,Z1v#*J36k鎒AF (g;_,:ކ€C@|s I(HD697L-r>`^Wd1i۹<6 ?E@)=Őx6&'ϰ=z{AvbFԝ"%wgcվ?˹*!-oauu dL2B\qǿ/|Yv4y3brp@1*EdqqI<5 u AP'UtVWӸݦ"Q ,,zrG؜&E6}81YuKiWnhLu>3:줫(wQ1QL$͍Ơ<-֯?!+ʪpn:ux͌,Ĩ(υʫȟt'%* mH:A<6Q3ؕXm6ϙN ]TƍOPNvH7X"f&Ka; 2pE@bNLaO:NuN/N* h,m7QsId<&|E> d:^գ0n%t!#o/7﬑8hjTza[޵_#ی.EaDAO0Ճ#zvQAI@ LՈax*s@:S \Ht=3#iVA꣑_r{_"ۀ/9ն }/]VyꌝPs񴻯"2iIEa]S(\xToE3kt~O $,LZpOhtE=DRMb9S=UFt8B#)\KW{_ ckv 7xݷrrY%.{υ&w$\Oy7(FSChns2 όn!9Ո3U:E~#?t !Z!H5iF&HԍwE>x֊*P=!!j,5/2V#LBI9Df7kVBIivQ`4? Ū'}Ty9_#DiKKBAGLc"d 'hȈ&)dgfwhlV\-=/KmP8zZ׵o\!t_Yu-B 4gWST`ihG}>_6[?nVYDB jdizI9x6Fc WEځP+e,5'fJڕoR@4ƭcFʛE/x08k GD@$inyN]\"cA[S9j򴣍oz8?wztAa ,CkADʁ:s%<>UQ3 uSc%cqwBy}D뉰c:5)jkGPKO27fg%[!A"p )3n%X\р޽z/@:GAv&P ?M/lO,&}v%gnO@G\`C2s1k34qϗp|!e9/7R7R׫ \`T+t?vG@ZsmXVfBGt:Ju;Ee̾v\H#Y /ט;(ۓc]2Ҳ= &m裢/ pE@ݺ[sdh9yŞcJ#l_ F|p"' 5bSXe8 %sM~(r*'I ̇|VL7)zO1!ĬBi,9BjayxǣjMFj3O,pQTUHGcĢD~(,S:-;:aO0ɨtR71[UKlehs67eMx2sWD"B :V9,ݥ2 ķ#BŴ"d[56P{C;,~n,ldf),Qe7Wx]q`n-tJb#d(H`G@Mݯ1e%d~Ho#Zw7l$np|ar1mfX]_ 4a})6du?9> LpFCQ۽SA&3 70)[tDZ=;/[pзȃ=(GK&h1)c5Tp*IcWJa=76FksC 6vbEavgٴb8z8Z}@#ER< <$l!mo@\Q64J'D@Dc9"!7UW6׫'\ Lj*X) PZwEʏIJm@s=VR[6P%#&s+'2 ht1Ȑ8@T/Ef [dEMpv(+&|8,w/+/k@Ԗ4}PHe {}:,#[vn xf/",Hk*! WD -UPͷV4WFKGKA.tWq.Fzψ5%c(7>_ ||CVչsNH+~S?c]E],50m/ -:M74[ =޺*(Փ"3|A'Ӛn}6ƛ:^4libdW#ޡ*л>>7]~>~+ry!}= ܨA뱱iILV%s Х.0+~>ZiL<8[prZ&+3ֲD݆f9dxǡ՚ c+l4>WXƣVGi"mb-"kdTqcnd& kLfuS:z-@LeRWeD{}kJPf_ ;-Ocl*W:պ#Y꾄2rBatHH~ϩFMӷP%Ef=J=cQwF__@?@^ QdHr.dRGRijGMe\}&Np3e0U.y`/ dyX6zl2:ӃT8B;X {taE+N&&_;)v68#+R5T})ΓIo'%ҪHUd|)r;mTqa*^37:?&  [#HRx_/Ձ2܍TkiT 8u(gQ틀3Пx(ZJxlVؑ"z"91#gY 2Ǿ@$XP2cΔيj4+kuvxEPa B> "pޟM#u &Ea<;)j:o\jRZ_bIMsM3ZqL> V9?(`,miԭ273+΍Ž,F xDKP|qǰ·pd FXq1gM\]nNg~+zx~*}iVeRֳc}<*;)甌QdQ@ޅX RR"lC2O!q{6^m̴(RӮbLy >HuA#F?+qn''mGY뉅C8.jfQ$Q %N$'t)uAIa~ % *6XaM 5#"`d AgVs3CvJH`-xJäA!w&u;M~A9 񶷡րS=%DC"]e zHwϕ"#2Ă%GHAcrS5*+W@봋;f%oP$[5Wy~ `pg&]&{fv%փsgNEn,p?.iQd1NJG=I7*{1/)LXE`&fY^z-SqTa4Qf3|ynX2&%E~Ic9)sqF-`\׈0f|$*iz't_,L<8PW:D2ߒpΤGU2ʸ{RT\yU)-[%yhW8؝:[!L,gzyxfqw<*^R]@(X] QLƎz3bx|.a%ߩ0K%8|`Nt%bG[vV̅*[k:qL_xRƽŃ9'yo>yY$M+a$ZAPR_{3;sŵAdpA 9o<:*)~~u@.)3m'R* m ME^)p sQXp$4D|&PV&-:x3ի4&hb-/ pHK,@ڮۮY5召l@;N:E?-`gmGnFa7tw lC&h! ݀&>iE %CH4VCHᾝeZ/M0-jm+\4d2]dnk<}m>vpJnVnGxYCPfڋ&|XcDXQI<.&)7m$PJV_a)ѹ d%SNoFTX \`FgOkX7>c-@}Sq,+x5OT~pMI(6*^fZ]e,67 '`}љk59u.raB:!fh"KX}ʀkc2i7f%W;覡'?b]%D[G MC~؊o I(%Ud1uQ@y \(s 'eHCS] <@tbr!~ٸmubq"%ܪT%j9]>+0&$i4's Q JˤӨmeA&pK!P&p,A$%WG]8Y䁀yת|!؍ ʧOc+Jlf)6yRXQ_btgR,!S &jAOK1Rf ;MV@恔͛ vǏy&0JWv&E`AqIb|J@Sg R % |ז(sKT@>tR4򙎇~>Tzga[a7do;2"jA_ Ajʍ G#_[RUW;E_v#Ha疁.2R֎]AJX)ꀴu^]nPE|5Fc;NsFWY+'2Q}`wEP'Zăđ=hl7[<ݘKc8sixػ;ó7#ʱ=ѫt{`8阷.X aͷ/ nDi`/q3V(5ĵe$z> ):\mABYE/.?ٺDTi !$(bZ?jޙ V1K1{ C+{ lr*M rMʳZ^6lT\>@f u7(r}#y!tYAZ[YeTĮXĺ?wY6Y*W.EixI 7/K+4'㬏:ߟ-APUKs AjOt*3vL?9Z: |{[ra3u*1K!.w?W.9_1SaB{0˓-_n[mI[t];]j6݌khϝ 6PS)ަr#"bEp7HT?kz&`7H4CSQ.gxOxb]cU$F&nA^7C.6l2 ^fD DزIN{5|{Ϧ1SntI(F1mMB|CĄ>%4o2r%0 fj;1bZ |k4*\94 xi4p][Q~L-8nQԠ?T0nF981lh^Pז_ZN6 |=ļN99P)^|%^ͦPȳڶ˥>^q((QCp۪p]wCE* Tf`lpJVRVrr18|y;I$N맃mbҘfi{]"~{w ?Rěx[80􆛫N˝ֵ?Mx陾>n Ց)v Vjo ʸPc3GxxqnW}z6/$;W5#`c"}:xS5W#=]~.| B `O{r2Ppu:-l( `-0")\7x6iz.C|eU\cDO{}b5$CѐlݣJqCN,/fiCLkR{}MkTwxZJPO7:t4!)8 Jtc- fvnnD))& 4N$T Z@rũ6ٌXc ==EH1ne*/0yxD-&#X* +lJ4f@88/LPlRrύ8L6[/gD ty=crr y=$Moәe9*i(?^A J$/P,If3'͝d,awiAp@~U<0U%8eorzzD[#!~e'*kϙk=H! g9Z@}v[rp :L{TT۹z{)*6zn3t)Mw@RAe_" Z]_PI"4j#߼YtRIOe#G9%ܖ1 ^?~I[_K{8k_D#uWZ-'c-Pā1"R:Ϥ8Z:+DQP+Z؛ﯤ +Y1 ;eL8S(Awf]s~Q~k /{_08JH8Xˈ~C"ˣB4j2l7q0y,fK:gQX`!/@^xˍ4e I#2 e'u y-J: IPrU߹E޻8ansKJ}o_v|ѺE~z"vlW^4$wʻYn2Q!@x0u6nn?>D_p*>"=0TlI߭gH)wz 3qBJX$Zc-vF5S)avhUuAQw{?Շt߁^{Em|{4NZ)y0~8-P^c?fL3Dn?#N)"۴`,g,FBy~#3+.?[Lw\L^dKp<ƀl I1OQU'>B 4ZZSwއM=C~'OW񸆮MDO fwn*E`|=`㹉Ui;*gf9V]HfԠfB]8ܛ|Oo- s'[ڬDfYZj\ -U_bXF,d1L @IY,КK)'}o,҆ǎvkDI,j=l*ඹNYӜURz9 IČn7@7d(n/FZik2szF,]휝I͘Z攋z1B+^bMwU7ٶ8o?ύ7( {W^+ԩui|0ב_=4ɚ~v<&j;?j 9r {Z,xG$ x* 4>bk>2Fë9~P81ũ+{+|J;>77;E*pPHSVK)37-ޙH twǧׁ,!bPo!Y`"*uڮ;ތPF QZ^f e\z/l^؀N+֧$Җ67_/<-^}4؛s6X2¥*؞u/|ݿ >F bSn ?n>:#oYo#v\Ԩ<*>Ze( 3,nbuo1K(^G 441b}kTbOKKMjN>Vm nc·N2ʫ0K?vCGnA7gf匄}b{:ͅA li'dPw #[Dw:F%ƀw>4D2n&_av_$:Atٽ}<)$cly(i8}lxTN A0-eS>ı?Rj䓵ia|2 ,aE$`ahŋ-]́KOς(^3,[%vT|}Q X[TzL9QAl!f4~Q ϹtF{5X) dNֺIS^Ʀv8=7Q ʎQ=.XɵTxDZZ1) 2'"8KҮ#Ab%ry7ͯ6Mwa>^һCY 6Nypq"MZd$2Dk+czd5= >rO}$9lx;~%LLN"CuUFhU<"ooO_3!F!X#^Bf]:%!{֩]ďl03}<_43Oh~#&j56Oʊ:Os ؋tL'`b]R n7)v3mm[06 V&=*` ͞(K 2>BԨ*)ʓ?X2zp9I= yі5$MjiTf#)y=!3>x ni{h!^wV|s Tj@8s0@Uho Kn9WX,Y=Ipq:3$ƁʞE[OjjFsnLQ27:oMJS`$Afv-HƁR_S͆㈅ieݏ<qMM^KgNWE-&;Y jN /) iDI~aϢRMu>iko2KTQH#}G}rtbinV)zƟRx-0 CmQ7LeRuےY/6n1F#E+B7ss6u>CF!FG}[l,8 ~ k$; W|oMXȲ LwMR'GtĝNXIxb[j#,ة[/ |r#+`I@F9>c1E(P ;FIAH>ӹ)+0l]mhb|Zޝvc} pED5< 3ÙBfcFowmǴ㖦v㰷0cjqq&ÀKky?~AL{# O9RjU`YCZk' KL嶠'h:H4WHGRhus [`·xBrDnE@ygI˭[Y]d\t*<><5Y*&p|0l`Tuqԫ}d >z6~^`|y-LMvi :k2 (T0|[zK8Y#O7rgspP0lhS/Ǐ8`%$YYfa.gAsdrfo*n`Ɨxh:^@y 4GV e)صD'q,\ jRt>v` ׌;PhiźDx@ZsNH $tHSNF[JźiQ hK6D+  i㖴}&q4U$@%7-ņ7`'e޹Nb KF1K;+WD!9ZŞu ý#>fե#>>wO):AuPDFT{3=!+Qb7 G M:lb{&g>#@J^QJ+`=a >g"WY( O9,VHxg7 WFzW}pbfq+ʵY(&jU]J׈FQ(1g49mo,uMk[پD,{r"\tsf@ ۣX:ʔ-y߉53uT? J6L){Dwp.5p.bfgV0Zugo& 7+P\e:þRcq>*?ި3ڝLI~1xq!w@C' wK"fd}*u!3DnE-߂(T#G7P*}=4'TZG)ZNPe E58\ b~v*Zo~Xq]SG هD$m_(gXw~{3 nGjDEhV*3[5ZʁGHg7 .n M#ƓhoEя SN̞k>`K_nId}YD\ 2L`}/e JzfWyA\r乵+Ū[lKel#|ebpxT'4y,J%4mîk T!/&Yd taB%'ζ,?Nw ΤQߗ="6 EpF(H,P%%܊w։ OeL~dEND8.Es$w#8Ak̇Kv`*G0u`׿9dI/m:Rh?% \5/}SZ"J1ȹ廎Ʈ 6Mcӹq$3j8>7#S3?SɻEJYY o35+' N!m+sנ )D4R.D_:{e+PIM9%+\yZ|VE L( i_#+dޅڔÌVd/fk79aqK}p*:W3]޾!xr/K %sa,x-XM١ ˽V25)H+SnN\}t_B-n`F5*JL]&f WZc x C;'?ZZ)oc[WeܬpIrM[IEv (7pDw# &pa9D묇{^u~)m oХPt}C"5}Daz5! ![E7O7!Ⱦ᭾/B ~Ͻc::O V2ҔMȰI,psX_h$܋" ;3@{~/]*Ye=d'/Ҩո<ಡ?9m<cvjݴ3]l8N#>w"R#6ķbn1ųA ;YYO ]īxr@):c_#H]yW,Mzrr{< )lWB4U]oK2z\ZmCpN,Kc?)qQ6D鐄 RAovDfB>1oOq[ ˺?#t(5ѷ'E'/n=ۃ0,Y^\9zVن/f/0ؔ=Hn(ŀX2-Zb_rKE:<}jlBQgq'NIfwt|_Do#qS͌D\|%% Md̙e2ү6 xh[E_v.% _qGUQ<`IkaE޽Xw~,3Iv W[nQ /?@,mS j !۽7kfHP&;aI)-g ݯpk' [7fh}d  V WrobϏK=^l:rf#YrД:Tzo}`" ddMN>XjTsp t+QjMk' ;\&I;APB`Aid>.b*;tV;+ ٴi9ZÆ׷3ݸ)H '*eB堾(?wea #)|܈ZVAr/M 0V"'D=^Gu kt"\O..ӛLj$!?ߣފ uǸE,Y)B a`o,)}Sߊ\f7җׯ'ڻ,&緟 ?]Ho\8`tAGx)-܇ŚflE}ۅwW&}/4M' XZ38L c0ѓj$/ߥNGկsg0DHc[y퇉(MnX0CjlsQ}v"Jn$pU!V4p'MёM4"iP#TYُ~0^7sa 2 SI /g޹<͹:jy0Hr?E.@d=@AyQuQq);0Pa +'㔿Fњ,2T׷9g*@b;+UNl*}=RF,L ;%7rQ~N᳗[#C 馷 i)A6`ԑwN횱GV9c=H B{1^*oO½RRoᑳ]y{/Il|Tw;;$ި}AӥMĿv'2b7fu@hgPCʪ1'HeR^Jgy*eDFˠv|_?#B ^NZjrɂ p\=E|+՞ 6ֺ,7i^ QI ,*NfSul ?PRڮar0ظN/2_ _!:Nkl < $@,w@1%4Ď hrO9g&0RBK5mN{" x"<^ ?y?)|6)Ճ.ӝD! 7,Q]X q*dޒjseH *[ LOל:bJߵHddj:55[sQ-nŔtuVE.0Z3hOUOS(ZƢl(*%=ט~B Eߘ6ERuu&55J%<|8K}GZb \,/gI7Su@Xg}Nex ҳ f&% fcŴ@Yz  [pG> #bύ\f;e0S埻][G`;>K!I_4#1wQRwb|ph$Ԓ$Lg-Nlh{Dy@!-߯K!JcgK+ HY*Ǡ"bL,Nd"310hy&e(4NQNF/&^CTjslԖ 0ObHG8w-5\z"380R1En}x$]yx3T߅2ɸfo 1F` LyGfMV\*7$ z?ɇ:\Zhh &GdQ.ҾUQO%и| 'aw^(0=zl~Jӌұ*WD=l*l$hG@XlmTX:)|? c}ZEJpn{XbܞTAhtd+ TKՎM.k\8ǒH[#j"LU>2,\!}f!e4 r Mn{ǥeq[pf.zoB?M2`~ϖRSx!3dA ;/Wkt|M4XUZW" qny5H7no[y\{H X}DBf/e~?=2!D̛=I94X ;`vd.7۲Bz a%><<M38nl+:P%răG!x^rLxi+2tRy@r8U@BpJC6|qxHXe??&>z8(MU%2捪@-=?ÏCCYEgZ [t]9#|L8" 6(_+R2 ^|-i1pItF')C׾1ZN ).L&[`i$Jݮ (URȭpcv hy}2_?=M^فDѦ5;7ZKom?/ܭCמ'<$R5Cue46dnx|9sX!vfԥD#*w{NoVE.Z6ycq=lن ,OF4,_GrץK5fXPג,d Sk);grXo k Dr8˟&XxR%i̜"GTWC>.섎af~[~=mRΑ25;4KaiңBnxwfvZԌ&':Ŧ%>h?q{)"}Lbރq Sю.[%J,*aSCgh8^ae"?HmQ!++W-H $8勓Y-dQEYOG6&GKP)=lP7Lfq ۨe( z*w*Vr_A0OY]Xr@0|v RWR5MXO^gXT*S*h鐷6.~41 .wFT;Ҽ;̾ / mǏP.D&eWn'u:Š+]SfPjb`(jZA&0ڋxmGDq Hf\1 TҸ>1'rb{izWP>5ndGpȈ//+lWzc*}/k;\W!30=2bgeX':գ߭>xP@;F!0@j!"T}@}ylt1q[ĿA4>Hw-+o_>;@NArxvɴsV/{b&ךH]PIl}Y8gVwDI%u$LtOeTj y!} 8J =CV%7xjO%l>PR:R18@W#%cr4PI9*.va]1^UY 4NCFF$|e/xx ́n 4 EWQ:Lv0ސyvSpd~sɋϺN8j0WLRX_36? ^f+~E\G$"nKFE{v-xJg)w9Ca8Ѯ0:F)TcL&׃p=1(7R.LB44\TizpUʴ -EPELZiJI 8󘏾I;c)]N|^/V]l5cx ?[޲̨_In qj,s?1曖l=PV4q~GLt}v6oUCITPGaE#:u{! 8:g,7_L )u;/6ްҮUq {R`؛i>|2 ٔ\D+y`'e/kH̩vyY`2o 0r]TRVyn a@Ҟ-'B&vX 8 x@Sln4~g35=' gSQxK>aAJG%3G6i;8Ic<w)kzgZ[y6b(i,\Qyv'![py>V"U\^b"6@Oc_w_Dh>y=<#WE^]k'V@@){a=|Oy vV>F%^Pމ.ۧjrnK2h"JP1P% -SZ&w2Wl;`|>s[;&?YUMfUa ~mxT&` _ry$$;z7:6/JzX" !~쮔g Ao^)_YBQf}^d $QE0waw ݔE Ny2?VM, 7/7(ޱ܇6?y~ 3HJ )kXY&o>7g5'P$}d[pI;wjy!;؄@\~S`aXbۍ؝Rl=l0܌g .n|ܡ7i9L7EQ&/*}'B{>I&#w[$҂}4JOƐC:\;t(V7& =CTW'4uUHgywx蛈M0¯W*ZM:HN3Ƹ ݒĂK;P^DY|&|'=2̟pn 9 gZTII2SCVߊ# :\}(GlIr`Lg}e@#5ѕ4 6:k4w5aQ> 8s"BqTHwNs/ݍ]qr¢T~tcM%76=KߓimM-p$w*X!؞6Dyy%b 8K/iP.upO`+V}n,]cE8I{^*Qi(-!k2c.c{ӧ3z(ٍaVО0wӪKxؿG$~L׮n_VN9:2 <.X螆(O s})J%~-+ 3 2p΢#454߶ULntT~`SZ*% %*(UɊY}/&Îfu;W$k%fct@z4ERxY_J֢O+v\ٍ:6 "D(W?)gKibuFm5 HV&jeI,VPU3R=Wv[u06άg_)qRMNV-꣠N I9^~,1}L^̸rIpA0׶Yb?LBsCpi T}~cz2]hnQSZǽ ]9N::.?=؄&&U&GuG ᫒H{33[EF,anUY8s*V@ۙXZy8E|'ҪY/| %)hLpZ¹OȖc/:hd*T]-e"0|L]V (*?s|N.2+V@޵H$;s =tنTuP&s}>ZWpR'4?K0͌NC5ZnF1`e}cRu6_ik~$V&a .=F2{k} VkFI[;X2ɡђZz. f`GBX7ͬI~8z5=PXٍ"DX0[sVbˋAp\~<\F۪O^{eCt7SuJx>(z{5(>X B1QVA-Eh=:A? kC]&篗*bYHHPۦBy6B{# z{SNlH/:=6(N SY\^g՞r2fDRkADpoǿ9`тL2[*/׭xvǶ<Lk_.]n_hE2'6i\AgUJ-P6>=-A?6习yҹ}I9P,;=n= *Uh,8juzԥ&r۔[VO+J&#ge, ZuUN> q,b಼2*<gF\ms4=Z)im 4r9g5 lقz3ηr\kV ׶^.,:ٕxg3Z]M;x8 <gXAf֕1h:wPT  q?rH[}?LCozJ"(Cq+ \$)>iH7Нy 'ƛ,Bp4`FXut1yIL V'&|4W ?ԓA Gr \ Ѽ((/D7$ͫFdJhpyƄS.Tx;|,w5O ۬!.D_gjKk [I=휂gEIYx1 _ގѼBe:9Gh͞U{n'*5B*4HC5p yrU۬Ю&*6hMVr.J=JF*y=X4a Huf\nĂ:ta9ms" f+nK>S,aFPA32(l/4=6YmŊ-iהQeS~?1-k21]žUϪ;A`ĺiwG=aa2[e OFKLOT!iZR3%zK>Yy[\pf{Zy|`PlIDI"ZGS~)U|hX5P@E(|0g(yVT7ZlcX.~)hS>Y*2#@*s%ݡk97"U&E,"@S+D7XŤURH>"N&G6y$XǯĈmHĹdu\{g<6~b[Š!;Qe17w( 3ϛ^LAb%Tb2!0HFLQ1]?%SR`oʒ%-KsNx!?'[BaW $eVT,m؇r72I@ߌ?vZ<|H(QDΎ-)RyY8`P`U;&u['@D"ZQ/&|/1ӝ{`VIpmxVꅵTv֙~m9A$JiȞ|Ј¼]ppf–HXRe^“x,D~.waxEoI`DB~'ԯ_)j͈s i(=2ͧGCh=@# XV~Z#zeW4"rN eSԨo="xk20Jh*zZrpд3+p~)RlbI7ǿ fOzHkTɏy:u}Sb+vu,̀WqN#̈&J w9)_4gX$CO-[N<><4z4` _yρ0 >tvsݜ\hQ+jdɈL/W,wG:BgvUr? |'%jpZT 7&nDq 6c!(/Bݲ^k'xA*Jxz'f%8vn"ۜ-g;鳾4Qlz*:{D6z߃2p2vР\Ҿ$8o}aoRg#X"~VP5׮0f?)Tx5(iHw?,NC/q BBA>RQSBA \ ܖatsu4 hǠ#R ] (59{1SKga rB"WtTe;2adJ?^ |lN\O#)Q@@Aid/ =w!輖';Õ2ޚa=fՠ$uwyYo't yBD`v'fe?)Tn*DH̼Q肂̆95hȥ=tj6Ƞ!INI& *C=*h./(тxa(TrATsKn9ֱRWsi iG K8".v䬊hi .u18~L֚~1[e`D+좠8$y+B: zA(t'qQ j[ZX嶛I*=ïM] /5 w3^O!'T Y@$5(=.O@XJu~ lHFu$!4-P1r#Oy8|uf|{n! %]0]9Pfǝriyi岹M%BcWnTCow .FbDˇco"MK˟c3ov}"j:UiPFgMO1!7\"T}kB?0PXznp4FitF.={WNjMx\/PtJ1JVA~X @P\x8QR K}ȒDX/{x8Eţn JLA` R 6=ܤ@Yrκ@l$_Nn$̗lI]_9PKui[ r8i NGp'tѢRP/WTh*⟼F}[)--8bџ1{VavYd6G!\ ZF\-Q͜)LA:̽cqrUsw6{ 3mƶJ:L^][!cWD9W@y z2ApYHn㤥St2rJ;nGn_GpX URޏ$c0WQLBWW\e y⊶[6!BՐ6_YCsg=F6߷ a2C.sJȔ]MIWՠfʳX((>{`6lo9ssQV7L9# A>Kl5c kRy K}so|n)L0 ɏ$=(0 q,?U]\EOjV qvtoE@z|qR!+FD)qz?@_&~!yv=PdǁṆ]^9?&"zt.~ѐ_y ^ *DHb|"`,obSވ4Y2ܱ4Cw~nފޞK fUD_M6-wuF2P_N 6H3\c`86?('IPw^qi|v.ؽFs4ok#/7<׻~{N{^ 7 :@ʤLs>7SY А<~pjקk8R%WӲCӝjՂP 1D~g i]T1'?Xpڣ#E)`qD=BajM,_,f')x=+㢊#zURF-oe),_Ҋoz$y]n{(̱I'y\DŽ~^ɴ)n6)N4{y[n5x_QR4 }`D^Bv{ 3Gj[B)z瀄x&,PbJ4.,&Pu Krvt1>Ea?vhCh4>IvZܻm},eQ.9hqxU$B9<nJi5ː(*Ӣh"95Twk@M0Aߝ \@ECxKWҝΥ=I)7 WOd  ~fZmHNp(F1]+Vr!U"%NUdVE~1KUh4Ov|3W#uVU]Z/,igڷ')%hP*eI[~3:BO(o=Io[V--HRnl]ʄp1pO( J˛"V=Ђk'x: d/ y,y(8SͬW |D)<Vđ);ν|=LvsmpoR{?cwx,G})3ݔͬ?ԍTbmM9 Hʽ+-Mm癛!%A݈ÝwsHm:x|=c};%LK X4=i.hV[ sKU^`ŅkJ/6f+Ro pmbEVA\|:{\'Waw@]%t#]eW>d ?DWtdhfU(Xdӝ-SP$)R(53럏-nCfM5bĂsMTk ΅1av?عp>)/`՜ɌOѠn3W%R ˱GЄ Ql/l| 'FNp`jGkHX@E2xJI' 8#~s2PLo2pCb?|#Img5cflNdBvp pzމHVhH@?踘aЭ?5:.D֡UT7ݍ1*%ɥ|a3 Wv^SkbAY^٣ct?06 p9- } B]qĸ\tlR-edw0`ƒ)jxdb+;*v1O3%laV`Vѡ?/4ͯ׹}RA&8Q=SS3"UuЄHz[HP9L8"(| fI-kNg~ bQIt'Ќ˔0h6CAGF`LOAz&@@6҇[A%e2Z"o@1 #9"u5,MfmT~r-+Ɠ3QY6oEInUﰭ9&Q m77fX6 Д{JBbS ZE\/k 'k %&0Bd>|,R7yv x3Fì̼j^E3U6ſQwyw )W`5nJWG_f8LZ<_3; Re\:ɑ,5Ƿr2 t'9忙[%uH²;r.N^ƕl M`.x,m.`6|irrJI@V!V6vtbdeSNHL}ER 12M(ΡY+X{uP٧B&<=\pVooRmx?s{D:w5rFVC3ySC2NكJھF "۫-㔳]tʹrϨy߃zEo_%aݝWo!5S?QPg '٥JD5S:}ލ:g`_M7E(A\ώ jTA3G=b~K[)b4!4]*ɣL.b|ϻ[_Ҽ4wu`JR[rP%Bӄ3%j1St%6gwd+m4wC" HMW/ytQ$w@ ^}6e\?_Y# z(Yđ0N)QعA&un؇8W' $x,,^j.Tu&4:kS)+&9q$}j_jLJ7݅{U}Fy_j*k`2 [H YQ[uB}b|xVr~Q>0MyQYin2˥BPFD{8G 74ҡcULh%'4Y"5Q Xn4́0qOCځ+re{A<\v.yFCbQes'0l0tV3+Oؾb=;n]s=I&!d~&f$4Y ,n~J_sӤˮB=Tູ nVvaԚY.b1;Ph#I>Ǔcss(Y2}| ,y 2*iE2f.Xp'`k܇ Qm@|Fh;3 [?29>\H|M,@ܿvNJϠ8q]a ҧ㩨#;w7U֖A˜epksFWͅpFAsx;%/ vK]P"b.kfCu:=0̞ XM"*"֊S Q)LJț-q2^&÷qL DE$FyډTI8~iPMEXҧ<ײY'^]VrI4Y{N5Fv O:`'f*PXˆ!["8`[zz.l*\'~t*uL DM֯5laa̖o/ؔ" ~# 7)Wyobm$@r%ef@NSn<Ӄ"Mz4OoX`+ 9׸kYomdwrT1`+^T1_J@ TwcH"rI$TǍȭiu=v~&ޓvXƉJ?銛Έ fŸodKIBvK!iF7hJaLuCFg$>8S3UR=#VU;S\rI8C)84ssgfoHNgfv>i x٥fw TKkt>ٹeI? nX5h8Ր-!r٫C0^9`+&JH&ՏxG~vjGP(q{*B$uw?z\1IMxI̻b=X/:bv1 hk,S0Myť;d\QoW|P'x5^ )͈lčKMkd ˳amQ9-7m;].}uf0iߊSǾsƥJ&nqM3X'GơOh#6gAۼJ^iJ!Q7y .ߵwZRwi|]/BUԎ{×uY P=.U!`-F"aeb 8.o5)4;NUQ+6-L.XjwCQ=xia{~ֈaπ$&a2S̵L~;<;;Oio-nu]ʿvM7SG.OU7;@[uV0 hna)!wJfͦ]⛭T 2k_=P9t6}K(*}댞㬖D^<0sKǿ?t1Q̏9 ;ѝO9*IJu.?3/A>gHQ_ !̶F6s޼+; Kԗ|fp;9V06$Fv[:C>d~x {Wo+NA dqS5&褬jѬ"\N15CsQ"(3:*a#ږs3/BѻZkY -лi#apjnT8k7{1B~@kk }Wi+%!յg.K#v0o/sPlF"c ˿zޱ.D NbzʿԿ!^;f&ee.67Ӂo \!IIKX}:QTXR <\lA'gAXGrV!f[% yCS(څT-TF7~9{ꊘA>_\oe%ID:r\`~K=Z:W[O†ЁZb|)LəRk5%eX2Ԕ$qTPv 3F#!a$H &Dm,Ȱ&h^8mMtņۖsӪ ~ JzuA6PJtvܗq [ G8f$}r!Wا0c@i{z.By(~*!,{ j'{Y,X꫕uG7AV9 7K4;,wO+Ž+ͥp-t2QH2u؊VbpB?>vx,FpI!i3ڙ:^$?۷M~V'ԩgan >!'d=xh:gH|*ߦhcʺV.*V^PS""9<$<ޥۭ4ie$v<0h{ћ`w{CZt+nSѫ컜|_Q[փ3-wn*i0WB"&1:p)*lDBXv|ՐmٍPeOi?=m,C(g>Um.~&5:uy eu[&H `*`4"]K"z(V48]scy , 纣+Sז[|I륬 95#Ʋ^j۬kp=:5T%9y}FR:rJ^L3Y\pCm07%zj]1n=!@V`=f:;'fʖ8"ݣC\R4 SBٌqL=uߖH/gc'[[Vf٢c ŸzÆ/>Iku|'y_+PDw @1!4\= '\M"<#^(YJdd@yqr!ecϛ'Yeej;=\qJ) P:#(9*rt=U1w]2b醋NeQ$*.O*87: ld6Qyq0Ho#,-:$xH9WVi%Ùel|-71rz5.R;?{$#D9UgFj[MO܈WV&bU(cS xq䷸TWA/gx+LHBf =Qk7,* ! ywskzM=/V (;ō\E6b޵5P docVzNJOD h,[?L6@ja(:tTΠ"|)`hי|/^۰O|y-1v?w@ yEÏm|ǭ% {WwdݿzSSM?I:XF#}̖DV`ZoI @wh$"+V9dWMuB@j`YTWhT=& HR#pTt5>d<"'E #dtF+(Ly-T6~.l`#?x/\a r߿x0#:sYjKn6Ӫ_QQ 3ܐɳ<颪lS_ *,^Y#c=}]YT4q]hKFV,3 t R/6ZQַm"Ȉ3>%Vz̧#&V|67~/Vn#B~P?>p|ʨ)ʮi׸&kWT큙ac{zoxC"bC:$RvWBOZރFҾxXn]UƖ 2 M"#}ҥyh&~6L~yHNN4*tm.(P+{?ÓZv1P-Nb{]$~'kh#7z߅?Q]C`D=5&H"Ǟ*uCyRa!+_D1UΝ$g S1 3 ,ߟ cenR5 In,d0m׎ke_.^;ދmUZ8cpnCjBy(:c-MP AA?K 'PbFO"IH'­/ôvDT.+?RdYX\!Op%0|yǏVxqH!+=l)[2 1A=,J?QUqa&;,r8N!'sDi 79J|z|Ƣ_wM;Zz_DHdČ.]鹴0_rN` 1tkώ08&ieONM\'LշЇw?v59\69$vcv7{qKCDDWZ@}OkO$_˚Ț*BQ+T%L)X7&qTxV"B563 q3@sY_JU}>QO)/@k ^u;F S& 1 ʍR"C[R B&fLyS;#Ь&KYO %MRa踪y{f=tSeۿО+JiއH=haAr̊f8Ad"{B8vuru Syh߻$//0,yrOA=\݅(Sv4 ?PY/=&s@, .A >4:A[;fqSw;a\nyX&\'T%R8BxT"PR S+nCy=M\Q ,.¤jS%ZoBRXB:'?NUK2#M[DŽaaMh( _覧WY@3>w=40t![#DO깙iO)̧b ͲGd@ߊh*l[YA:`o7T/;(E&0ow(PLI3;J\C=6 0x\%Aˑhb @hC \]&ùalg߷6C~vф`ZquceT# <IT,y4~8~n~o]>!yAT=,9Z7ֈľxcKb,-N=$||0;\H2bkZe x_̚lvx!ra<@` DU[di:T'v?N~ = 3zRX%Z`n}GpEMv7OB*=?/qۦ ax^Aڧ0}\Voz⸎ Wp.nA ~'껦+SbʶlfN GF9$WB-}>X7c ct~+U%Y7 XpBfcFO")OHpkύ[q)~ҁ-)mYWT>w"k3$e_yQUbđk"dy?>gK-<Zy^6uj ZK%^@]6t i A6n^:{Mf 0Ho m69읤u,G]o|kWuи}U"tʷYb dm5)A6, m~N)J-=ka6krJ՞.iKT~S= -nLΆ.!5j+uc_0lOwӄ HܲOdxx &Bin` pf&Tܚ'+WE$_GYhnLc-"kmW WUGaQ1X7ƅ>ïȴJ@wvN>-OHZ`0O>Ys.RdkM([+`⒇[OmXcrٷ]EmTmh\a$c/U8}oҤ _`i^K(-γ_( [ZKcq?t!K<@=AE=|* gCVFnrGhiO"g 5(R wmW+~P,!QIK[ % !ЇwIXxQ Q*3X,]Xl{'uǎZK|ȱ:Mݽ;wWj(w޹P7# ݀=ԛVQ*79vᝫu;SzDl0g!zbZ(onZbM\~wVՎqjPKWWgL2@Oa[-$H̥8#|[JtC1[=ԇ!$E6p2Q>\ɤ7oނ?& T@py<%:҄\-a @5c4QOakh|>> tmdLh!,DɁ{ `^#eH Tmz~*923ḩ,&r-7֞|-=,w3TXk蕯B9m$[Ƙ Xj _)])!SLsPp钲ސ߶vTp s t+K>@zٍVǙJ 1[.&Xښ/5@C:I?sI̴%n=1{N") ٣6Иsk\a߀Xءex>k/>uKƎ1=22MVĆleJ<@<خAē⦫RLh`dgz$na*~. !~xG(}+FðPbiJz.kz_~ y9֚R(b>asΫrC.wmq"/}q"e\CZⰓ5< hIsbvǕr!I*I S)ɞN7G8bCYkcÈȉ1(fd44h4 mo 5r2S4i|| ;~y>d2(@꺒>{8 SE]ٶ+ӒLd^R^]\+iv b`k\ _M^]Y;rw,[;i i(kKC4}OTQҿn4I+}I/;Җ1MY /AM0\v5q'ײO!IN JܚKf氋rwULUA<8O[~XǾWW~ x!v^tJKWӄd{fB&?=Snn#**&N?`|iFvaTRCV&ib2Jx䧡/LDoV57 8y]dԌ<pR$y 壴L+/#<UZ&MzC4f]2rɱhH?70ZQS4nID@ffi4wFԹ-ђAlVHぽɶy-:بΡrlBuOhwIa² ՚,[o [E$Ws9^qNZ[RsCܤg%mM\LM 4H㷮l0C A_zY/;| UMZ .\_]}пSxԊ5ݵ}aƲ{?)'ooa|7mp#)sS0CWh[ %7Jg$1oң]! ȿc^D6,Y)ٌS;֭ jЉik"fQMi_+/+d5`w@Gع.ytc{FNŰl_^m]N[,ͦfF6tFmb ~AX֘,!DKVJ`B*ɀ!]iAJR'; &T㪎tZI$+ Jt-ob6\r1orTW22a"UfQ!}} PT&HUi1;$oE,FnycwpsAmBEkzh}#Ko"H! v33~엻_zvfH;J[O؝Qմ;wм,^j*9 ,xV bC(KZ5؞WXF3T)&dAPG8 tJRSpРp#4+Cl*Z_BOG"dl~Pa>v ĀSc wD/(f !%]%\jK7$-j{-UTޑ: 9z {eyY r^J"ǙѦӒCnlxzT|CJX(DH|^s;C %zȽE!i 0*URK5yIϢ,2F L=H oaz\EylhVڟaYN'0J5_tGEE+:3LHp|+ϯ!bB_v=]\)? 81$z֋K[= xk(Rɣj!9%Mru:"VYpi_%~S #d:rj2󥦁:XqUz+<5->}wRu!5 ]D|V~jL Ե<~͏ďwjN` i0wTe.j,T1Uh':`@U C(A90^t:"ʽ8llE(& p=FݝSh;͌jH-0^(]ϥ]ICxE [aFD7oֱ+PT,@`oF"].yαcdٗBrkHrmUϏnliC@WK`%*u=G[ hJЊ*grQ[iP- NJ((èbBYf)M}^zGɌyILʳF a@5uaظ{hnByDVfPOV=D z~s%Ϫcr(4-~Q#M -lpLN[JJج =w P8@vs#q wԚJ~GۯJǀb=36W}>4Em<Ȅ}(ˌ8Z X*)MRĎ`_oX5t||rkT'weTe0~7S֬GEl-i9x&U/ct4$ZA3&Z>.ksG[_>՟Uˡ4k RÏ}>HC8B?\JpI5*SHTImr$T),/ש:ZNQߨ_ii4b-Cٜ@z9$-_*1$ 6"519`d8&nDMV>sG)YYC#bIo`:B%EOgRw6{ܴw>:ktJ\rFfP*pvG^ea:݅Fy^\ &k2Zp;-}~/ᐵF׾D:ia, +RI>Fja3t ESWЉN>(݇w$Me}TO/Ōy(t}s<TܕAc˥za0#gF2wx?Կ :Ҹš K ?=*᯾ل'Ejhݭa|A`~358b*i۾)4wlmc޵s4aKK%q]~L%<DL`#ҏã݂J}Ts5-cj40/wģ#\чcgj%PSl[n{a[}l [ѿ;-`X˸{x]e3A-Gp8a4Wnۉ;]kS5+QT҃u7F ho×ĕm8wG?}}S$,6DC:u=Q|QRn.E8=V('M UC3OZCPbsrfYfC*9ǘQ\66"/t;v5EDK.w&n6#}[ \-)5Ch)qXG#H_:tڳX F(գDT'Kb1M_.%i,w@P%v4E4$C3Rŏ,w`ַ ~hQ0@u/"Ԭo?83ye뺖 VkMYcBA?H[ebw:|s(x@u[*$ g֞k`됧H k5P˼?sL!AAH>F~k vt:>*}+a{I҃6K]ؙ!?ɚH0P JAMsox,W8[BލT$*A Çc* m*7=*Z9HS}'9Ph*QiH JNIRlŔ]}K"\OQx}~NY_ǫIYp(|=4b*@&s 2KaS k!ξ- U$v9 ޘC3Gy ySєMO-@ogﲠXhCFp0T}qM"#%*7-F݈lx$ȍٜ0kXi1>hf -> -k5_뉭EI&θhaur.qW$]2KA/T,a>I|٩%A`"Z?$9hfMq1T֔ hj@]9BƇ.* AC;me |=HhbCEPM|yRbhveZE.#_dySzL=*a|3gsIñCw):{SaB:7O5-2U 撍+혹O5TQrXy6-EFd PRLz`;!Ʈg¾hxNWWRwК}\fƠBGҼ]`cj#馎m|?%,*{-T`?a|DZE3 0lW7uGwM3iMYÁmQ\SnF= =M:C9xˏAtQ: pPC P<9i$< CmvL]sD=&`.'0])ƗTT-zuC}U lecPAi>994pw5[>g,JUxfTs!>A0#i*7;-ݻ^o7)Zg,z/maJP \bx,`>^tA؂\k~f%O?%v ~?3X ŋAG2մrf-#60BtC(w\7:( QG0@ ui,LE59\`kQ w,v ޔ6JE݁h49YJkM AvC6޽k:KK{*t-tdGJf1>Rc+xٓ{ᩋ+n)})П./ϧ\x [ew!A8$+y[їMۤ5K{c&wPp!%f)dZ/5;KWAߥVNfƉsnާV\"6VwAJ- \_q;܁Xy8Xi3كcOnC4f :GIp[pST9_;7{Э]H?tJkQ۾]#0X`(!qr#C:?C-0Kq>CW%Դ}$?ϟ5S-þ)9]k.+$'v.Iy VuV;vmۉeS0 VQȟ*k^C Š Ps5C#O*xag[񲧘7B9#(u,>Usj$}Y5 Ģc/iEWWMI1r |}}(xfRuNv :_!Iȿ%&ռKW_0*-$b/KkCm$f |`vt_'J==)ub _+nEٌO*3.-JWABhh+G6rMh_ú8K;FZ{7jHޫ?gT/r˅>5) =cL>D*5+f;K:Is@ ) )W(I98H\atƏHor8pB}hEVweМbY <U!iKi3gPAdAt~bl&8k+dV[*^TBm^ulMxL*ah@@i3qܥjKΘ5vvB7ؘ1Ebk˴`JV3C8lD rFv@g<=|l" n)`=zD{Lft)$6wB::x)n\G!Ka!ag( ->d3X!m' =ujw@!e/vka T~ّqO?-;tMnNk}Dpٳ{c@9 =5;z,< rhvoXd:L9E5g i\c~vUꦞ&h Y'f`_E,1v}KDn6;˅UΙ0N`MSub7Z6qd!k Z2.aQ/;t@9Tl7[6qW0oOK'_si0Awd;չ(Qy<1_],DlJA䕐oPxL Qֹjdg)mQ"+VTHC7c٢ L\szІ.n&X Md}W & ¿i}+ B9 dZWyLkyRm+ (qtX/ΩWQraHmvYo:ETh6q eg_8*&/2iGӖPE"^p=?&ѩg'+q:k[q(6;f\0e0n꿈M( `b]1_0`@|gNzM卥UtVWOYYzhאx== nVԋGrҬv}&A9Vc=9 7'.TOFYr\~(}ZV^Etgό4@Gq[jsgEJf?b,<"ב(2(jIq)ϧ߉W->n8"F~ <$Y\칦@9leG孪z{ep-VPP֏vz(d.Cjy4tJOU;>d[c,`qw °PeVAŌHGQ}VςBjU99(ADhja7 t0\C Z>^I@kh%azk&g*@3kTAf67856^K V F2B\@K@\`\OJgtg%_]䡃"攑8=D}}V>"\7kY$=zʙq &^?4N},v(p.)Q{{&yd鸘+bQnnw 6;*lV)>ƼVdMPRLJݴ!zݴEU穣Yʎա!VWgf@uۊ}f6\̝Ty  3Ӎϲ"S[3{}htX tp2hZi.p_jX^nea9:2:Ez,oJ^2JBt?L! #rN=DO}1_iFyuv\sD1 `\5-py$P Yfם>닋xIб 狂a 0Sa [fŊ N"dKB.C?DvN)124h" %.)6WA+⠾>O2JAE5 ߍK-Ep&4-$g B1}t3UэU,0D)ϭi6% { ZrP[sРEII83mIxB"]/W<6m*GaksgJʊk2se %wS&e}}$P5=%XĈd6e6eӅ xc ⻔\Eem W8Db:qja}کͅ57 Yf3ox;S $]":>QzZOC*.>6Q{S&"KHH=OMMxUW;,a2:@WX c :thUfXkb Ilm=7O-bcoA)j8pDbU)7 {T =@_)hf;{e'xSB{1]$k7زs.>j.oɫk擝RR90o9dDV g& Oɮ78O&`8%¤V) P!i@ʓY7^VcbyZ}ۊ/2ٮV0W^jfْ *8xi~J/=xðcG]Wk~ciu0m҉dx+ȜoP"r ipZZXzm-{P39O}' .c6bq-6]ۻkJy^لiE:iTTjī;( /@d&/pTV;6 nЭ/x\#ғɭ [ qS.'/oUXϫqppiGNL-4EUMVi#?vϸ9K# bu:s \"Tλ E@W2 yĞC~F";lF,hs>2ߎc71ɇ03xHixka?nw?C e/aUa#2iQ+-gY9{@^~[THV=#;9ޓ1]b bH2$d, Ox*wo,6Th; м)4j:+?NFg4sج|{%P Ks! >;/TUHT=xyᥡ+ 8[3C #RLӤwLd%6 Why9e P%iel!(b!ˮ*SNLoUPp*_5WĊu](U ( cj9Y?]a:U[] )zQL|(B[FxٶKȠJ5k ~^*3Γ<]_o H2eSlaJVSr.$ ?9)` )?(Z{_†P*Ҏ#h7 =/hX3"Mx/a%?Al2Ž!5}4vnI G`]᪭8y%UNx6L_@s} 2\M}ҭ8J4i`Bg1H{/ۨZ %VaZN/#A"qekn5j YЉYҔ|4D9/߅DiXY =4ztq۔*{ߛ"<\qpF9q1kQZŴt=dH h&~wI#I.\]Yi,oʰ章^b+rzs%ƥbA*7PF~Ji~j^hAz^Q=Q&(kR kf?J.dFW%BZ HC~ $ČuBWhsS=béЮv Wqn7;)`R1~R.T }eJK9c Bͩaؓ0*Ebj. ̚QZ|"ؓFB=$6|~)$KӀθ5( wV]xܮ?fz,(^. Cr5PB sG㈒\˼ц܈1eyh7ΤXHҴ"7!} ޠNIP͈._@v\,%˂ȌNbuCLb: b?is\R \ѵK''‡@|8P1P9~}1rr3[HHdnoq҄`YmUҝqnݓs/T](Pa㌤#EiCEaGAq5v }ȬDp‹8й{ఁRC˅c<!-Q>)+ Y*LV3JQ6 BTA.vLha./ Ƭ`^_sMn>-`Ug\J $l;FL q4,g>*df|+GșB+v+~jER6'kVsy?n_{m΅j“ZkPiW<sKL֌LZʒFmI;)!+L(SmueTPzթt8PR%l ~BEF슬) N&|~V5]= 0qRsp.̠cc-.e3DGG99g̿DOdr"c^rT-A01F5kdKH6tAH/_ycQt (cj4 :K@95xA6*m%4|Hz"VdEY@ q=hԓ06 :,kh ~V ^p?{R(s=[(iR3Tc0?14}9" 8ɦ7J.ysw"mxa1ے9 v*IOY5zA<;YL&W62*^IwaC,6$>fiӥ؀x@/7N &X  |V@Q iRT-9| %$q2ZX~M"x]R[unLm>躅MfV?qWҢY `٤ݪ>>L'.ZaA.zuM[Kjn]x5S$mR`\(AO=F5+ TOP~nߥ^  "`Ti#2Y}}#|VR?H(9 j>|M౑>X/x>M<K9FSaQ703}V=jXEQE5jvf:CB+WU| }$(&Ð,-SKG4*QUB ;h_`hY-O-X3D{ eP.DwHލI慕z~x {o^LI$cvF_8CEY  Qe4U_SOp7A*T}AB܅DsV7iu? cˉ54l>5!0H0MЌb~eF|PxGsb5>gI\tN -o-. ,k1L M_0)J8ʍ`BehE Q}ΰ l?Hu&Qw%?ޣۅ/0OhK{VmF+ `Kz*ꖮkf\9: y;7`q?&TSp_aRK\Zֶ#'?vnNcDu DHsT@I}k] fMΰ2"YlL@L0U'AA&SB^OFs;f>SOjjbie]SqjR>?uq*KoWvk0#JiϪlV Kq2!n"c6l~œS&cG3nk93ȋ :]!6E{BoS73X ;ʄĪ !c C;VG[* N='iԼՀJ`47V$T|*W밃^m>P?uRTA wqSu:%j/{ a?»T Rν%YˏZe8O2lb ʻa]OeӑIfˬ4qiμͺ vި*Ŀf˟ LʍT mO5#QkVSc|޳n I'*X4FYVv[k^&åiݡ˺d5Di k+Y7{h5M4~|f5m;*FۄPvO>Ǭz5?UP .n_)·Ϛ bٵƲ YD!ę"!>I8,{[O#+~ozިݬ)I'T46T``- \`H'/ j{q)zx8Vl7G*<ݟ'I`,]4-`a D# ӝsUT4e -4 5тLa-d?sn&R4v ESQo gW!4<c3B$a\$"#əVWmv7tj[Ow/s;"q]Vh44"iQfIBb c 93uE(YJb{^u 0?1[5PM>h:H8WzØnw*dNbzyUE/鮮#ը"59vq^-F da% pp6.U3->E~RyzZ, wŒc'4BLn T7ly`΅ظ&ݤ ""ʚ'oBg;PTՃsU%XS}v)$Sꪫ|f{;8kZ`1JߩTU45&ihrgaV»/cSElqR+YBebP{Ô%MZajzRU?^C7_R?R9O.D+3ߏX+DpɽKM0|14"u54YY̆~*L>,TIJ4^nVBwX֞^0J$\_a6_&Bx"f *W6ϟ6ZF| HW BM zGܩ4 $UkdG8Ե;`x8p18m{| kN^Ach;)Bu EXcAωy0`A3?{1>&„~V; 6΁\^h}h`d VzexƧfzBm1kq2 P$Wqg3]Rr]//&qJm}EmxgDbݯP-% c w}Fj8ѓ0P٭_Y";EpleV:o!ǘC 0ctr.xI~}Ѭؼ?~h9xu)/DCl+ d#Uʮm?,ª9)BՎUe}C JTdծSZ&s']LRLhq#{5[P,V ٢puH_tN!C,1[ʴ|(~wq;U,] |CX@ j/ 8N)7 Ƣ=&Wjx՗ \;i Έh|hſ߱`16nDhiBSX߯+ٛH=gf^{(}(-tj]:7X=Pu=궞9tߑ]yD0ꕺҧ[A@}S*ÌS&5C{}EC@`F>_kdQ[ӠڡFZXYoSf~#O)j~者SҾSogod9ͻz09`s-7q÷H+oAoFߖ.*bda})dS憘8Lfijg[;ka{xvuUO,ҀA u?"bC6bDⷕ(I8"IMH3n}&iȬVܺ#JFy.›g\>qKC4"1=<9]x .DSL 0F>^r,rtǶ[-YtLND*~RM(SA%Lw:qSlj3[;"$Ζ>{HS(?LzST:[ dJx+r,{#8VBTɆGJ7Ð'#: 됭xG{$tJ%I$p{}"ƞa݊ͮZ0LDҤ D~]?9bk DwlT=4+hdʼ&<̗b6~TIV2\[ 3aRH!џƟ/Ľz βc6=;3_Z6QRW\c}Y5^=/mY iOW#LH,HgX- h { tNo"`ħߕ#O,ǹM]T3e0k;XmNBԳIˏ)OڹũPY"o:/F}pUI&ntk,"i.㡰̞^a_iE W5{Rmٞn3<$DX{gET_k}'KߦРLU;,D^:vTuVYu3S*y9XϥDy,퇒-EѡsDW&y(\$p[P%4 s{J'xm]$g`mZ?gnűwaDZ4ϒi ԁ ֚DIM$.D$j77}D̓I,{qB^NQ;}ZAY5GiGv!iWiI#j*.,1B|c( y馱^r(F8w1jt>|Fɉu^TT. x%ZYY8CeD8UJfsR|]#T6\:~}^@&pS2c>u}(RMV0Z r+xCڑoʑq$oZX`:u?`'rӞID!7# HXy yr\ID{t1RxA?^xł$P% $ʟ8A gǀV uq7YErGjNt !Љ^5q+9|7n|D3#OA;:ۃsO~q@bm5}Js˹9dAMYEQ<It<.Aweֲg22tE'gZ.*n?:؎Pv#'K_GpEވd3N!gEp1s|/.0-̃SjW5̞ pL"ȇ/#WLHaRM}_]ijla@e| kKi &܄&ϳeIҗW K>(IߖO46@eu{N4F\&H/3l<4ü:?lvԞFPkQ٦`w5 f;>,ƏF 8|V@u,#ύoU+ ep~y> g}W ^l=D> UP#n?⇺nxc0#u]#e mr?Iu q_k$-=Ҽm+ q}Q.{]F n\ ]:I,2!5|cxd0 |yHIro}jD>Ise-L9U*y7~/uwwWi7j}EjWqQK]N9{R},[-Jιdi].]h۟.Yu[uqDi Gh$̚ ,ʲk `m`PJIĭܤG;&ƚr9qVHg>7OД7H[c`ϼV`$8QnJl [#8yX7d?8Za9ny!P\wmVܦyp9a^-I<&\V^on]+s2h cz[=p> +V(6:~NlLܩ+\}G9޳7j"47'0/E,ep V,Ϯ`J%sfi#*)arTKbv-e/&4# V<"SGO#jV/~Z>SSWs{Hu}R}|<4&)XhԎ? +N\I@4HD?(ҋJ3H"%NaUEuؚ53L<u6'.wqѬGF\6H2!W7Si7+Z֮:`ţÎr30To nfpWdJdZl~s~xW!w@Vm,(_XJ}dAꘟqHvN(7֑h a~3(cѥAZ ,5϶;*Uy.įtmWTX*Vbl%QEf24[I7%MgD<`r+Ւn&r]K9#n|׀.wv9M=% @I<؃is4'-BKjFᏥ^#=/+[9)\m,}!~ '@`J ډ"kKrs:ÒMgۥhؘῦ #G,ofb1$poƀ0)o}$b41D_zLәQ]?l/jcC5Q'Ya=1݆/E g͆r3YiXN+y UU%}rSa,.x-J#Tz,i4u5OBȚjG_|g*S`'v5k7f$ ?:1c}ÎN稝ґ.YdS|Dzrn5 Y@ U={Ķ.vPq@Akz_maj̽5"i ՠIrWǘ`pư줆ɹVn蘕KZ )yE~g m8q%H9[s=(}]1KO!%.{nuޟދ;2vgT{ =p@Due[(|"+H%τ h-sŸ┱J`4 $jwcKޒJp"]1*+M&)ۗfQ Sg2)'zcR}`.KqL/(Jk8[x2 O'[E7zbN^0Auxv ÔC ]By?rn%]#͞&6$Bej2G`6 b'96Uu/HcHN v Sǵ3vCFqȸޮOI:Ն(F 6Uo+eMm|aGU Qݗ/ +@fbr &]$hK2&>@dhۇanU#I[KǍocԼ״ W{-We]k6,ε(Hm U܁G#@N/m}3Xb^i1qZ4]!au 5߸Xw]:@]Ey*|5·'|@fVT;bfm !t8p9ŵ oB!*J'k.cLǙVN4#Ua0:|FED(Hbz xchM zͧy SgbdRtJ 3\|sFx?4O:ܫɟĆvk-+e)ffQ*ݹ$J% @wBՑ `v"䁉v|U)-4Gq -4roX)(|F3NJ?=̈4ڇа ׎h@;qf3w\J`6DGq[)mk3+&H}dMFx6}dM2\Ma+RirW 8A% YZ