go1.18-race-1.18.5-150000.1.28.1 >  A cNp9|O֥?Qz#S7./urt|$!IS\! L!]ꢠbtǎϸ *S ՔN(~ 2ځi_r9hAV8=&%iVʖNz_"fxĹϊ ^l7 wh𳋁?,VuS~6Y=J]K0\qfyC%@ShUAX@~v7M ڀl~f646d7598f6f8992cc3ea6ee2c60c1df9eb8530d911d49843b4c120808b9300c722afe1b5ab2a75471d1595be66aa73a777f6f60cNp9|y{5MM񏑳!k3͝Kj5ŷyT#k; ^E"1N- )\=F5|<$CC.P T*%&&HKG.ZJ;=naC*`X3DBvCHhBNuO^*&tk=%Ȯ ^_V$M }qfo ;dUR20y抁q¨-\"x >p>s`?sPd # < *7 Mi      DX(890:{FpGpHpIpXpYp\q]q^q*bqOcqdrqervfrylr{urvrzrrrrsss sLCgo1.18-race1.18.5150000.1.28.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.c:ibs-arm-5SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Otherhttps://compiler-rt.llvm.org/linuxaarch64聤cf9a2f83c35dbf5f76aff31c215933351eb5e4a8df2783a9f02c4fb4f995d8c80rootrootgo1.18-1.18.5-150000.1.28.1.src.rpmgo1.18-racego1.18-race(aarch-64)    go1.18rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.18.53.0.4-14.6.0-14.0-15.2-14.14.1cob{@b@bb@bTbzSbobUibN@bN@b5b0b(b@b8a@a@jkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.commliska@suse.czjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- Define go_bootstrap_version go1.16 without suse_version checks - Simplify conditional gcc_go_version 12 on Tumbleweed, 11 elsewhere- 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.- go1.18.5 (released 2022-08-01) includes security fixes to the encoding/gob and math/big packages, as well as bug fixes to the compiler, the go command, the runtime, and the testing package. Refs boo#1193742 go1.18 release tracking CVE-2022-32189 * boo#1202035 CVE-2022-32189 go#53871 * go#54095 math/big: index out of range in Float.GobDecode * go#53883 cmd/compile: interface conversion with generics reports "types from different scopes" * go#53875 cmd/go: livelock when computing module graph in a workspace with GOPROXY=off * go#53852 cmd/compile: internal compiler error: assertion failed * go#53847 runtime: modified timer results in extreme cpu load * go#53119 cmd/go: Build information embedded by Go 1.18 impairs build reproducibility with cgo flags * go#53112 runtime: gentraceback() dead loop on arm64 casued the process hang * go#52986 testing: TempDir RemoveAll cleanup failures with "The process cannot access the file because it is being used by another process." * go#52961 cmd/compile: miscompilation in pointer operations- go1.18.4 (released 2022-07-12) includes security fixes to the compress/gzip, encoding/gob, encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, as well as bug fixes to the compiler, the go command, the linker, the runtime, and the runtime/metrics package. Refs boo#1193742 go1.18 release tracking CVE-2022-1705 CVE-2022-32148 CVE-2022-30631 CVE-2022-30633 CVE-2022-28131 CVE-2022-30635 CVE-2022-30632 CVE-2022-30630 CVE-2022-1962 * boo#1201434 CVE-2022-1705 go#53188 * go#53433 net/http: improper sanitization of Transfer-Encoding header * boo#1201436 CVE-2022-32148 go#53423 * go#53621 net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working * boo#1201437 CVE-2022-30631 go#53168 * go#53718 compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631) * boo#1201440 CVE-2022-30633 go#53611 * go#53716 encoding/xml: stack exhaustion in Unmarshal (CVE-2022-30633) * boo#1201443 CVE-2022-28131 go#53614 * go#53712 encoding/xml: stack exhaustion in Decoder.Skip (CVE-2022-28131) * boo#1201444 CVE-2022-30635 go#53615 * go#53710 encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635) * boo#1201445 CVE-2022-30632 go#53416 * go#53714 path/filepath: stack exhaustion in Glob (CVE-2022-30632) * boo#1201447 CVE-2022-30630 go#53415 * go#53720 io/fs: stack exhaustion in Glob (CVE-2022-30630) * boo#1201448 CVE-2022-1962 go#53616 * go#53708 go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962) * go#53723 cmd/compile: ambiguous selector with generic interface & embedded types * go#53618 cmd/compile: condition in for loop body is incorrectly optimised away * go#53613 syscall: NewCallback triggers data race on Windows when used from different goroutine * go#53590 runtime/metrics: data race detected in Read * go#53588 cmd/go: "v1.x.y is not a tag" when .gitconfig sets log.decorate to full * go#53587 cmd/compile: miscompilation of value switch involving generic interface types * go#53471 cmd/compile: internal compiler error: width not calculated: int128 * go#53357 cmd/compile: type assertion on generic type fails incorrectly * go#53159 cmd/compile: unsafe.Offsetof returns incorrect value in embedded struct with type parameters * go#53107 cmd/link: unexpected trampoline error on ppc64le musl with -buildmode=pie * go#52689 runtime: total allocation stats are managed in a uintptr which can quickly wrap around on 32-bit architectures- go1.18.3 (released 2022-06-01) includes security fixes to the crypto/rand, crypto/tls, os/exec, and path/filepath packages, as well as bug fixes to the compiler, and the crypto/tls and text/template/parse packages. Refs boo#1193742 go1.18 release tracking CVE-2022-30634 CVE-2022-30629 CVE-2022-30580 CVE-2022-29804 * boo#1200134 go#52561 CVE-2022-30634 * go#52933 crypto/rand: Read hangs when passed buffer larger than 1<<32 - 1 * boo#1200135 go#52814 CVE-2022-30629 * go#52833 crypto/tls: randomly generate ticket_age_add * boo#1200136 go#52574 CVE-2022-30580 * go#53057 os/exec: Cmd.{Run,Start} should fail if Cmd.Path is unset * boo#1200137 go#52476 CVE-2022-29804 * go#52479 path/filepath: Clean(.\c:) returns c: on Windows * go#51849 cmd/compile: crash on pointer conversion in call to mapaccess2 * go#52242 cmd/compile: compiler crash on valid code * go#52286 cmd/compile: compiler crash with "Dictionary should have already been generated" * go#52791 crypto/tls: 500% increase in allocations from (*tls.Conn).Read in go 1.17 * go#52878 text/template: break/continue require no whitespace around them * go#53043 misc/cgo/testsanitizers: occasional hangs in TestTSAN/tsan12 * go#53115 misc/cgo/testsanitizers: deadlock in TestTSAN/tsan11- go1.18.2 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509, go/types, net/http/httptest, reflect, and sync/atomic packages. Refs boo#1193742 go1.18 release tracking CVE-2022-29526 * boo#1199413 go#52313 CVE-2022-29526 * go#52440 syscall: Faccessat checks wrong group * go#51738 runtime: wrong type assertion result when using generic types * go#51798 cmd/go: add (and default to) -buildvcs=auto * go#51859 crypto/x509: x509 certificate with issuerUniqueID and/or subjectUniqueID parse error * go#51897 net/http/httptest: race in Close * go#52028 go/types: documentation on instance de-duplication is unclear about guarantees * go#52149 syscall: TestGroupCleanupUserNamespace failure on linux-s390x-ibm * go#52244 go/types, types2: go generic assert compile escape * go#52305 runtime: doAllThreadsSyscall has an unaligned atomic load on 32-bit architectures * go#52366 cmd/compile/internal/ssa: occurred the wrong rewrite cycle detection * go#52375 runtime: executable compiled under Go 1.17.7 will occasionally wedge * go#52386 reflect: can set map elem with string key of a different string type * go#52441 cmd/compile: incorrect handling of iota in 1.18 * go#52468 cmd/go: go run -mod=mod [files...] does not update go.mod and go.sum * go#52558 cmd/compile: cannot convert v (variable of type *Bar[T]) to type *Foo[T] * go#52606 cmd/compile: internal compiler error: weird package in name: .dict0 => .dict0 from "", not "test/p" * go#52615 sync/atomic: compare and swap of inconsistently typed values with uninitialized Value * go#52691 cmd/compile: generic function appears to use incorrect type descriptor * go#52699 runtime: support debugCall on arm64 * go#52706 net: TestDialCancel is not compatible with new macOS ARM64 builders * go#52804 go/types: NewMethodSet doesn't terminate for recursively embedded generics- Remove remaining use of gold linker when bootstrapping with gccgo. The binutils-gold package will be removed in the future. * History: go1.8.3 2017-06-18 added conditional if gccgo defined BuildRequires: binutils-gold for arches other than s390x * No information available why binutils-gold was used initially * Unrelated to upstream recent hardcoded gold dependency for ARM- go1.18.1 (released 2022-04-12) includes security fixes to the crypto/elliptic, crypto/x509, and encoding/pem packages, as well as bug fixes to the compiler, linker, runtime, the go command, vet, and the bytes, crypto/x509, and go/types packages. Refs boo#1193742 go1.18 release tracking CVE-2022-24675 CVE-2022-28327 CVE-2022-27536 * boo#1198423 go#51853 CVE-2022-24675 * go#52037 encoding/pem: stack overflow boo#1198424 go#52075 CVE-2022-28327 * go#52077 crypto/elliptic: generic P-256 panic when scalar has too many leading zeroes * boo#1198427 go#51759 CVE-2022-27536 * go#51763 crypto/x509: Certificate.Verify crash on macOS with Go 1.18 * go#52140 cmd/go: go work use -r panics when given a directory that does not exist * go#52119 go/types, cmd/compile: type set overlapping implementation for interface types might be not correct * go#52032 go/types: spurious diagnostics for untyped shift operands with GoVersion < go1.13 * go#52007 go/types, types2: scope is unset on receivers of instantiated methods * go#51874 cmd/go: Segfault on ppc64le during Go 1.18 build on Alpine Linux * go#51855 cmd/compile: internal compiler error: panic: runtime error: index out of range [0] with length 0 * go#51852 crypto/x509: reject SHA-1 signatures in Verify * go#51847 cmd/compile: cannot import "package" (type parameter bound more than once) * go#51846 cmd/compile: internal compiler error: walkExpr: switch 1 unknown op RECOVER * go#51796 bytes: Trim returns empty slice instead of nil in 1.18 * go#51767 cmd/go: "go test" seems to now require git due to -buildvcs * go#51764 cmd/go: go work use panics when given a file * go#51741 cmd/cgo: pointer to incomplete C type is mangled when passed through interface type and generic type assert * go#51737 plugin: tls handshake panic: unreachable method called. linker bug? * go#51727 cmd/vet, go/types: go vet crash when using self-recursive anonymous types in constraints * go#51697 runtime: some tests fails on Windows with CGO_ENABLED=0 * go#51669 cmd/compile: irgen uses wrong dict param to generate code for getting dict type * go#51665 go/types, types2: gopls crash in recordTypeAndValue- Template gcc-go.patch to substitute gcc_go_version and eliminate multiple similar patches each with hardcoded gcc go binary name. gcc-go.patch inserts gcc-go binary name e.g. go-8 to compensate for current lack of gcc-go update-alternatives usage. * add gcc-go.patch * drop gcc6-go.patch * drop gcc7-go.patch- For SLE-12 set gcc_go_version to 8 to bootstrap using gcc8-go. gcc6-go and gcc7-go no longer successfully bootstrap go1.17 or go1.18 on SLE-12 aarch64 ppc64le or s390x. * gcc6-go fails with errors e.g. libnoder.a(_go_.o):(.toc+0x0): undefined reference to `__go_pimt__I4_DiagFrN4_boolee3- Add %define go_label as a configurable Go toolchain directory * go_label can be used to package multiple Go toolchains with the same go_api * go_label should be defined as go_api with an optional suffix e.g. %{go_api} or %{go_api}-foo * Default go_label = go_api makes no changes to package layout- go1.18 (released 2022-03-15) is a major release of Go. go1.18.x minor releases will be provided through February 2023. https://github.com/golang/go/wiki/Go-Release-Cycle Go 1.18 is a significant release, including changes to the language, implementation of the toolchain, runtime, and libraries. Go 1.18 arrives seven months after Go 1.17. 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#1193742 go1.18 release tracking * See release notes https://golang.org/doc/go1.18. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * Go 1.18 includes an implementation of generic features as described by the Type Parameters Proposal. This includes major but fully backward-compatible changes to the language. * The Go 1.18 compiler now correctly reports declared but not used errors for variables that are set inside a function literal but are never used. Before Go 1.18, the compiler did not report an error in such cases. This fixes long-outstanding compiler issue go#8560. * The Go 1.18 compiler now reports an overflow when passing a rune constant expression such as '1' << 32 as an argument to the predeclared functions print and println, consistent with the behavior of user-defined functions. Before Go 1.18, the compiler did not report an error in such cases but silently accepted such constant arguments if they fit into an int64. Since go vet always pointed out this error, the number of affected programs is likely very small. * AMD64: Go 1.18 introduces the new GOAMD64 environment variable, which selects at compile time a minimum target version of the AMD64 architecture. Allowed values are v1, v2, v3, or v4. Each higher level requires, and takes advantage of, additional processor features. A detailed description can be found here. The GOAMD64 environment variable defaults to v1. * RISC-V: The 64-bit RISC-V architecture on Linux (the linux/riscv64 port) now supports the c-archive and c-shared build modes. * Linux: Go 1.18 requires Linux kernel version 2.6.32 or later. * Fuzzing: Go 1.18 includes an implementation of fuzzing as described by the fuzzing proposal. See the fuzzing landing page to get started. Please be aware that fuzzing can consume a lot of memory and may impact your machine’s performance while it runs. * go get: go get no longer builds or installs packages in module-aware mode. go get is now dedicated to adjusting dependencies in go.mod. Effectively, the -d flag is always enabled. To install the latest version of an executable outside the context of the current module, use go install example.com/cmd@latest. Any version query may be used instead of latest. This form of go install was added in Go 1.16, so projects supporting older versions may need to provide install instructions for both go install and go get. go get now reports an error when used outside a module, since there is no go.mod file to update. In GOPATH mode (with GO111MODULE=off), go get still builds and installs packages, as before. * Automatic go.mod and go.sum updates: The go mod graph, go mod vendor, go mod verify, and go mod why subcommands no longer automatically update the go.mod and go.sum files. (Those files can be updated explicitly using go get, go mod tidy, or go mod download.) * go version: The go command now embeds version control information in binaries. It includes the currently checked-out revision, commit time, and a flag indicating whether edited or untracked files are present. Version control information is embedded if the go command is invoked in a directory within a Git, Mercurial, Fossil, or Bazaar repository, and the main package and its containing main module are in the same repository. This information may be omitted using the flag - buildvcs=false. Additionally, the go command embeds information about the build, including build and tool tags (set with -tags), compiler, assembler, and linker flags (like - gcflags), whether cgo was enabled, and if it was, the values of the cgo environment variables (like CGO_CFLAGS). Both VCS and build information may be read together with module information using go version -m file or runtime/debug.ReadBuildInfo (for the currently running binary) or the new debug/buildinfo package. The underlying data format of the embedded build information can change with new go releases, so an older version of go may not handle the build information produced with a newer version of go. To read the version information from a binary built with go 1.18, use the go version command and the debug/buildinfo package from go 1.18+. * go mod download: If the main module's go.mod file specifies go 1.17 or higher, go mod download without arguments now downloads source code for only the modules explicitly required in the main module's go.mod file. (In a go 1.17 or higher module, that set already includes all dependencies needed to build the packages and tests in the main module.) To also download source code for transitive dependencies, use go mod download all. * go mod vendor: The go mod vendor subcommand now supports a -o flag to set the output directory. (Other go commands still read from the vendor directory at the module root when loading packages with -mod=vendor, so the main use for this flag is for third-party tools that need to collect package source code.) * go mod tidy: The go mod tidy command now retains additional checksums in the go.sum file for modules whose source code is needed to verify that each imported package is provided by only one module in the build list. Because this condition is rare and failure to apply it results in a build error, this change is not conditioned on the go version in the main module's go.mod file. * go work: The go command now supports a "Workspace" mode. If a go.work file is found in the working directory or a parent directory, or one is specified using the GOWORK environment variable, it will put the go command into workspace mode. In workspace mode, the go.work file will be used to determine the set of main modules used as the roots for module resolution, instead of using the normally-found go.mod file to specify the single main module. For more information see the go work documentation. * go build -asan: The go build command and related commands now support an -asan flag that enables interoperation with C (or C++) code compiled with the address sanitizer (C compiler option -fsanitize=address). * //go:build lines: Go 1.17 introduced //go:build lines as a more readable way to write build constraints, instead of // +build lines. As of Go 1.17, gofmt adds //go:build lines to match existing +build lines and keeps them in sync, while go vet diagnoses when they are out of sync. Since the release of Go 1.18 marks the end of support for Go 1.16, all supported versions of Go now understand //go:build lines. In Go 1.18, go fix now removes the now-obsolete // +build lines in modules declaring go 1.17 or later in their go.mod files. For more information, see https://go.dev/design/draft-gobuild. * go vet: The vet tool is updated to support generic code. In most cases, it reports an error in generic code whenever it would report an error in the equivalent non-generic code after substituting for type parameters with a type from their type set. * go vet: The cmd/vet checkers copylock, printf, sortslice, testinggoroutine, and tests have all had moderate precision improvements to handle additional code patterns. This may lead to newly reported errors in existing packages. * Runtime: The garbage collector now includes non-heap sources of garbage collector work (e.g., stack scanning) when determining how frequently to run. As a result, garbage collector overhead is more predictable when these sources are significant. For most applications these changes will be negligible; however, some Go applications may now use less memory and spend more time on garbage collection, or vice versa, than before. The intended workaround is to tweak GOGC where necessary. The runtime now returns memory to the operating system more efficiently and has been tuned to work more aggressively as a result. * Compiler: Go 1.17 implemented a new way of passing function arguments and results using registers instead of the stack on 64-bit x86 architecture on selected operating systems. Go 1.18 expands the supported platforms to include 64-bit ARM (GOARCH=arm64), big- and little-endian 64-bit PowerPC (GOARCH=ppc64, ppc64le), as well as 64-bit x86 architecture (GOARCH=amd64) on all operating systems. On 64-bit ARM and 64-bit PowerPC systems, benchmarking shows typical performance improvements of 10% or more. As mentioned in the Go 1.17 release notes, this change does not affect the functionality of any safe Go code and is designed to have no impact on most assembly code. See the Go 1.17 release notes for more details. * Compiler: The compiler now can inline functions that contain range loops or labeled for loops. * Compiler: The new -asan compiler option supports the new go command -asan option. * Compiler: Because the compiler's type checker was replaced in its entirety to support generics, some error messages now may use different wording than before. In some cases, pre-Go 1.18 error messages provided more detail or were phrased in a more helpful way. We intend to address these cases in Go 1.19. Because of changes in the compiler related to supporting generics, the Go 1.18 compile speed can be roughly 15% slower than the Go 1.17 compile speed. The execution time of the compiled code is not affected. We intend to improve the speed of the compiler in Go 1.19. * Linker: The linker emits far fewer relocations. As a result, most codebases will link faster, require less memory to link, and generate smaller binaries. Tools that process Go binaries should use Go 1.18's debug/gosym package to transparently handle both old and new binaries. * Linker: The new -asan linker option supports the new go command - asan option. * Bootstrap: When building a Go release from source and GOROOT_BOOTSTRAP is not set, previous versions of Go looked for a Go 1.4 or later bootstrap toolchain in the directory $HOME/go1.4 (%HOMEDRIVE%%HOMEPATH%\go1.4 on Windows). Go now looks first for $HOME/go1.17 or $HOME/sdk/go1.17 before falling back to $HOME/go1.4. We intend for Go 1.19 to require Go 1.17 or later for bootstrap, and this change should make the transition smoother. For more details, see go#44505. * The new debug/buildinfo package provides access to module versions, version control information, and build flags embedded in executable files built by the go command. The same information is also available via runtime/debug.ReadBuildInfo for the currently running binary and via go version -m on the command line. * The new net/netip package defines a new IP address type, Addr. Compared to the existing net.IP type, the netip.Addr type takes less memory, is immutable, and is comparable so it supports == and can be used as a map key. * TLS 1.0 and 1.1 disabled by default client-side: If Config.MinVersion is not set, it now defaults to TLS 1.2 for client connections. Any safely up-to-date server is expected to support TLS 1.2, and browsers have required it since 2020. TLS 1.0 and 1.1 are still supported by setting Config.MinVersion to VersionTLS10. The server-side default is unchanged at TLS 1.0. The default can be temporarily reverted to TLS 1.0 by setting the GODEBUG=tls10default=1 environment variable. This option will be removed in Go 1.19. * Rejecting SHA-1 certificates: crypto/x509 will now reject certificates signed with the SHA-1 hash function. This doesn't apply to self-signed root certificates. Practical attacks against SHA-1 have been demonstrated since 2017 and publicly trusted Certificate Authorities have not issued SHA-1 certificates since 2015. This can be temporarily reverted by setting the GODEBUG=x509sha1=1 environment variable. This option will be removed in Go 1.19. * crypto/elliptic The P224, P384, and P521 curve implementations are now all backed by code generated by the addchain and fiat-crypto projects, the latter of which is based on a formally-verified model of the arithmetic operations. They now use safer complete formulas and internal APIs. P-224 and P-384 are now approximately four times faster. All specific curve implementations are now constant-time. Operating on invalid curve points (those for which the IsOnCurve method returns false, and which are never returned by Unmarshal or a Curve method operating on a valid point) has always been undefined behavior, can lead to key recovery attacks, and is now unsupported by the new backend. If an invalid point is supplied to a P224, P384, or P521 method, that method will now return a random point. The behavior might change to an explicit panic in a future release. * crypto/tls: The new Conn.NetConn method allows access to the underlying net.Conn. * crypto/x509: Certificate.Verify now uses platform APIs to verify certificate validity on macOS and iOS when it is called with a nil VerifyOpts.Roots or when using the root pool returned from SystemCertPool. SystemCertPool is now available on Windows. * crypto/x509: CertPool.Subjects is deprecated. On Windows, macOS, and iOS the CertPool returned by SystemCertPool will return a pool which does not include system roots in the slice returned by Subjects, as a static list can't appropriately represent the platform policies and might not be available at all from the platform APIs. * crypto/x509: Support for signing certificates using signature algorithms that depend on the MD5 and SHA-1 hashes (MD5WithRSA, SHA1WithRSA, and ECDSAWithSHA1) may be removed in Go 1.19. * net/http: When looking up a domain name containing non-ASCII characters, the Unicode-to-ASCII conversion is now done in accordance with Nontransitional Processing as defined in the Unicode IDNA Compatibility Processing standard (UTS #46). The interpretation of four distinct runes are changed: ß, ς, zero-width joiner U+200D, and zero-width non-joiner U+200C. Nontransitional Processing is consistent with most applications and web browsers. * os/user: User.GroupIds now uses a Go native implementation when cgo is not available. * runtime/debug: The BuildInfo struct has two new fields, containing additional information about how the binary was built: GoVersion holds the version of Go used to build the binary. Settings is a slice of BuildSettings structs holding key/value pairs describing the build. * runtime/pprof: The CPU profiler now uses per-thread timers on Linux. This increases the maximum CPU usage that a profile can observe, and reduces some forms of bias. * syscall: The new function SyscallN has been introduced for Windows, allowing for calls with arbitrary number of arguments. As a result, Syscall, Syscall6, Syscall9, Syscall12, Syscall15, and Syscall18 are deprecated in favor of SyscallN.- add dont-force-gold-on-arm64.patch (bsc#1183043) - drop binutils-gold dependency- Add .bin assembler pattern table file and test data to packaging. * Error manifests building some Go applications as: src/crypto/elliptic/p256_asm.go:24:12: pattern p256_asm_table.bin: no matching files found * A Quick Guide to Go's Assembler https://go.dev/doc/asm * New assembler pattern file added to packaging with mode 644: src/crypto/elliptic/p256_asm_table.bin * Existing test data files added to packaging with mode 644: src/compress/bzip2/testdata/pass-random2.bin src/compress/bzip2/testdata/pass-random1.bin src/debug/dwarf/testdata/line-gcc-win.bin- go1.18rc1 (released 2022-02-16) is a release candidate version of go1.18 cut from the master branch at the revision tagged go1.18rc1. Refs boo#1193742 go1.18 release tracking- go1.18beta2 (released 2022-01-31) is a beta version of go1.18 cut from the master branch at the revision tagged go1.18beta2. Refs boo#1193742 go1.18 release tracking- go1.18beta1 (released 2021-12-14) is a beta version of go1.18 cut from the master branch at the revision tagged go1.18beta1. Refs boo#1193742 go1.18 release trackingibs-arm-5 16619681861.18.5-150000.1.28.11.18.5-150000.1.28.1race_linux_arm64.syso/usr/share/go/1.18/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:25671/SUSE_SLE-15_Update/b1b1a955a6b743391a4498320c897e73-go1.18.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB relocatable, ARM aarch64, version 1 (SYSV), not strippedw#Kn;i8go1.181.18.5utf-86c58e836a16a0028dbc96f4fb3cda33a48ec869928d4172314efa8743851fe0a? 7zXZ !t/] crv(vX0-ǤpѸ5R5"8!NnR0PH1Gmˋ ?"Erw 5kELgʚmSEQ g#qudz$}{4%4e6ςo~nIi"9? cBZ/%{$ɸ-HL g]&qٿF6蔚݋ϔPZVĬSi<`u8GXĺ{gr+\T70~{ݞf}0T&EΓjy=I6m QBd rדi}9ʙ/Wmg=Ѿ/K}(N7afwx{/)%(\MhVN"dxjvʉi0OƸ X)NhB6 ({iw I.%t33 $-A^-EwW~D9`g!c*3{q(8!aB`uG5<׃@<:-7({TQ]د<0?7`ɀco),Êǣ({vn"e>;X|6žmU w` .lkV ^e%RAUŚ(vV`4c8^P{VPO֣NDnL0k#}=W6˰MxR¦Rs̰ SR؁/qN'9 Juv"9 {+wt \*ь,W6o&ppz1X&Wb$JBvc$~ h䋂=V6gpP?h}T`#-ˈMGz,y hE=lo)Sn=*PEw딶s &1zeX+`s\Jjʉtn%j`9x Joܫ.+,7,wyy-+I4ƭ[d(7, -P<;C͔1V  =۸$2$8)B'ܢfSa1F.]ٰQ*/+FI"dg%՛ vQUٚLJrobhGeIH mGzp:ȑZf" ՘+q\1{NFmI9ִJYTOhs 5.:ruJ%+.U4w-Λˉ y+{wǕT+X6}g u@WE`2kx¨X'p!I^7&"殝[s<{E*Ɵ~ˢ!ׅv "wء1gM? UekEӃYT9ZYMr.5VބaV'%|cmx8jYL h>0 oJ 61i@lPKAo cxIk%-y-)‡ kHtI'@Ao]R@ 2< ;wFT69R <HIj7ه*` uBҝ>*+;B;s0^g\9f,C=3g쾅9PO"t^{S%V%Bohu]~c  zlokTx\ќSJK-rf\LEo.D筷NʔuNUYvGa~Ɲ<=xrGEǖgs c _<iQeexGX}H[[yˮհ=8Ѣ_Fl5ES B/ 1`HɲY,ANl@+s 5L Fװ}_ 1ڥu ҏ (5IhCc%[yjx%?\496lB!*U>x"9r<4m#l$u0N&VMbF"ASzzr<{{Q #zH qD/D0~#MusmW&A`R7tXVC1Nj`Kkx7! K;\o(=ІڥNEF]WmƴF?)1ER*S_m#o]-~?+BiloJd1 6lK[pJGB/C`pᆌUͲ&03W 6eYonZ&gGRg|Hf\ɸ j)m9-_5zFAVq : I`U߼4 g~_"ӓ Ms0M%rn nT45 5ԥ \[{72_RuJ+8X4ZNh 6i] D;,\C=eJy+ɀІz7q\+fo87-[Ġ㋍MiU4wlYκy+M?<t)ȀJ}mNj j۴N6v8ȳ/0X*L`#UA] x񖚬I.0F{~A},FxdN*XHZUkAHWv;sLT`)7]DO=WY;,}c!G$Cde סTߴƄPA̴^kHX ӛ[/m̼5s`]HTe˧q 7g/cXҨ:凢9/- I3w!.=vٻǚxen^9e.0\(M8 D'oߋR$y^lJlN1 UDL<}eSS+2zh[o*0geVq:Wle. [f`yy(J"t4jlM7R<V8"uN#WD4&"6ʻf鍒ThKv;$qϝIח0X;JsN '<Ϊ @#ݳZߴ~sgqVkemԒMǁ~o>*?Ig`ldsz3` %5! n>n|BS|]G(A@E1J 8Rk4ap5aiˬmԣSNWܜ:A|= c̑{s&ev$PH|7ZdoBf}LئZ}|z*gHͳ#/}U&mĐwoЋן2 5)U[p1Gy%z߰H4 j7:Ԡ}F8Õ18@w{icg8A,I/UP6SG% DKn)6Y&_;A&$DZv2o T\*fo#@K4kTV\y$8\XI/b=N#N6ðGB '!9`#K LH9yOjJk͍:J<ѩ>kj]"D˔La!oAƌNzU&{;;?@W%N2M؝Ed ˪a7KO_YxN=tneo-ƉGs[iMU"rǡu,p2}44,rػ^"hiഝ0?z`^? y hPv!՝39*VʝC|X F@v(;?Ej%%t7Z`f*T90XvgX /N~aMs*uS*evwHcH?+ @jn-15W׬酦=~ ؉sJ%'CTܟӂ.־iT)EЍK6T:=T=@`P[ râ4P؟(x%3ܰYW%ː(T}&PM6&T`fdQ}bY{r#NY`g՘У':0.6 1)m泀(ty1Ȓ%a'o@媑PﶏZU5`ՄX‚%UL:"Hh㍑R}N AXIBv,wz 4$VtV8la32AQ{7O Eby&{gAohᇟv >>>dp,En58=.cs,Bw6N頮VibT ]7\z\c ly=@ pp yrl-UMiSw/~StaQzr4j(|N_ⴻQи0ɿ_@B t%C =dx{yvWJ~Mz"#rɹ0J'C+\d݌-V1u2:Dt[n+*n oɢYly:'!Ò42So;KgrB\US*>z2̚B|vMbZ1aگ -6k޴<) Y׸P[.FCiky.7H 1 X,v*ܚXY ID\֛]"U3S u & MH(^4[R N'bmDJ~5h|(7O~F/{s @+$hnA7Qopά^sw&57wW}~Nx#W&i Iw(UZ:$70PP\hO׼N xs%`Sj;y\3Ћo8nf;Hf%=Q~{*&({yN=iΠ{!?';p^~2ND__j!zLb/OY ?Qm{gk_ 1p7$ত-O$B86KZ3E}+dǛ$(ĜvY~,w==)%y"2YUļ}jt9U*,|G==\|49hף%܊e[f=ʎ3Mx46Y`-$I) ˾=Q55a ^#O9PY}J-Y]Ru&8A^mmO߾՘^K:A@i(椊GR~4J@ a%8ҀmzF]BQ>n;r9"uW.I". ewBe#Pte0(񱀃Np"}נ:Eڇx8),-qՄ \O(&`5&Zk,}Z.N@']BA6 #\ ~Jf 0ZkR< i|("N=ayinΕ%$G~EvڽB|Fr4;*/Q=%FaߏDS>e`6A l[!$9'v^8""Z%Gՙ*FW'H6b3jrm9œT6}(K*|a%ˊ2{&NJ,rvQ󘮊E\}ߛz(,9ęVb^Hff ܗy+Hr 8GnB za|#MGƒ.YjoM-$:@Zֱ/T4yG?wJ10%gе(3@2EE'rur{ڕ.ޮ?V NCf_?~Oӕ=+@ס%u}z5\Fҗ/Y۟M]O8,*\: ߘR= rq4D]','yAm ぀- Rzb<ͮ9Ћ $8Lr|EUcq OZVÃOf9x`+mcY"QgpBöјZJzՉRn0@nie~OPIt+ct\a D$ 9NGcm,o[M_++pEfkX% +N`%U# \^RZ "Qq=21kX&brOg.-!4MGZRZixVI1]-~ggaG&n:G?Z(n;h=|(_҈scH2\Nw:ܢvb|m"nNl:8U |@U61te}o'~mU= '_ ۰ӫm+\E4ɐ@&tDs)  A3 7MSa5O_2ardƐg 9fJ]ѭڌ^ %7\X)~ًLhFD W/`zPfFwzLj T5!-{f saI;mGj n;<:|\A,ׇ3h" am~/Qfgx]`:Q9Ma,kx97WM d[Ra4|qC'/AxgIDfR 3"E_rjr0Z\t`\𺕝zK~bQXhMhRE"|{0HH^-bزLOi9βuk5O^]-!Ss)ކhT'טule׸WcQ6(6MD(A4Q-iʵYQ4~}#Gcq4Z4ڷj3σ-Z1k NՁ¾l)gnJmvI,n镡 د_!4𕢷'W}I$MO[Q],Hoq+|^F3<q~9]bA JQJ\<<\D&?C)fw",jcIJixU 9l[29.^hv<6w ȭ,k %D7 %QgLp[uzgduj' WrI0q9&2^oaDo-}QWu[ڇ0L2. T.,}o.sf~5c=8I/$~UǏ@E2UH%ʔE0 %AyMc `tZ."@1C *_ʭ"s,[WHE]eŚ@$6\fD5$g|ɠ> HS+:Ƿ@DEO2 ֊ EG\LU7{#Anp얔o.8GpJm?2Š[6@!˲`La3WSCʦDfI! k <-gWr:F#ྲP*]OtO=["Rm D3T !/'~_r#W^D@f +DF(X RZҚbxO(J?“U %!}Q\t/ +CF6]wȍZa,B9~ !h?ZҲ3di}jWxD#{Ҁ-yw2[]sO:UA&hf~|3Nl :UbvcNF|7v ?1M΃TKrN.~5+V>q~eT!09Z,F5ԣ^]IlpWKw<Ȅ-Re6r2*AEq_.-"CA:{a?KtkVZ۠ұRA|el5~k/ϞbwC›Lf$ua k ǐT^2dˉ*hw% uT5gWO__Z%(D.tYܫtSK7KQZ.8& kKb}yAvq<1 Zμh'>G&R& ~`YqQvv5/o˱?:RP1J}͘>Jo<ܙ?Ӏ LE%MkK .ĀeH'EU|?.h"-Na<3Tfo:M}2&%2b* 9(vc34vG!SfiB6OUwQGC9(-Нr dpfwU\.($EM:FL ^MƂ=Lt\P9Do@q#E_|3ǹ#q8}["(o :?Pj7`JVᲴZ([!rHå+65 ~ݲP>H g]= :\$sQy\aR|?J=oL,]!Юz%Qf?e600w#  _;Y&65pDÝԑH{p[ P>kloFc6M @~c0cyR'9 H$aTTasë^OJfȩ7cXi2GvpәnXAXՀ+ƃm]ٴFU˝.3*q&ə5ۿFs; ^_t n u]\O o I9F^&4K\>~<]cA*;kkL"R u0$>ĀUrWUZoz٨UB$J*cɸF+w2tIS@e,haVvrDtjޥ캄bepvw}'^bĄM<^[ MJh|_ * 5jM ghTdԡ|jˣwY}D>hB lQ@D}g;P)(ٍ_Xr};KHܬf}LrWtVg+n2^UKIܷzC}# , 8"gYs<"~Yv~3s ?JX׈8kI+GtaS-^"\{ݎl0J հ>NLINf@A؀+!W_ ~WUrɸPXag1" 6㍀Zm 5Sq,Eʽ7Qm%--U]  tPǏR?FpD,0$1n&L`oDx?d/lgvRGqđwFvڠ es0"g0\8tBza6fEJUo( ?l166iK%{fWγ0S_%h_k).\Q2C h`iX; YL뺊ȱZ0L& ?h,,R4o,Exdm`1h?*<3g8ax\H[F1f mB]Ko}n8J;֑Ɏx`-9z.grҳber ˆ9Bꥑ"d51nZNx;faݺΜrs=#v6F+|7 lmQd6 1O#>(#ḚϷѱo\JCK4 CpŀVgߴ.Wr(^=闒o ҹopƔڴr÷Я 2 KP^}-Ѣ€)D1fKoHh>NN<_%P]2V@+Sm\,+{/B}u .휸@h4}]m .EMK!:4][+l?t8ςsk 5m Q[fCb JOE9#mi}Y*;4j9'D2_dJ.i$Aiu:ޟx]XGjwyFC2JH rU''~hDSزsZO [J-g5qzxmH7o O}j ]@ܚjS6>DHCVulWy-bjoٕ^tg30Ώ8Sc;]P(|o@H!v|:ɯt^wo&Q·o,6#i7vdW*MQ9YZz_Ϳ P"#SϜً{T*KXÇGџ4V?Q-_|-C9N%ae%sEnt㳠m`1U-->g8g@SFq q?ٴv)row ,h5 :)!eqH nFN]:MI߀XRVMf>Wp~#_=͈ۨN "fieSEjf!qEdj FߛkpgaFPJaY\¥ϑK!wc=["n,VɛRM͟w錷X;3[`*s*Jo ?eѲs;W}-|#Se˫h`YMpAx<3lV}0 ,bmxh+aeylb3F _`zRmaM_DGʋ8D< bo$8Ww~B8 `>e8 { Ɣo!vjS{=ĴtݭN U//]FN/et.1LNn(3`M$OG܂\ ҹU# ,ęR *17=űpjjZ*z0b{+t'%|(1겠U0 AS*HmĖ*GQ,SR˸vIAvdM~چYe2 D|Ȍ1߸IrN-mz88-BdQMP4*6W_lh(Tk7qĐ;yFwr^Y*AY?wCqkw!$uKֈA؈G}.yPK$_,7>Rt;]} Bٜ,_}Qi' fgL.2NyG}x3\&mנ Iyp= ّN2?pHk5D-$xd/k,,^DVN:G?E(w\r%vC5%UvT(a1p.¿Tbe><:ĞbAMJu\-k=Sso4g؉tIIJP=R2x9ȶ ՅaP`BrB"\kV23\Sz[Q!W$M|(P1 lr `iZjyOOo9jD ? q@DJ&e{rT²=h{^IV;g}h8ȋb oifO)Hש"Cgzo8J*ґ(Q[/] 」8g+χ9oo}`$IM5Մs s:!pZ*>~{[+41,>>L-kɫIj<< @6\}(fɄ/o8rVD[(tXkq eu,m#HO%e Gu8쓅bI_ͥަ?/ǡr SiaC[WU|x-y!,n2!6 S{79r2%?JBm=q6Zܛ"?xRT_B>[dnt"SYFA Ic e_znB#@ Zwػj`_l0w8dlQ V75/f̫և}#,$-Q/Xz&XwܾPJWRJQUSymt3Vn[8^ډh%2ZaoD?jAZD'ZPT,3y2lnkGa|U'݃i$ы DҌaބU72,幰rea뗿VbX/G$؃z3qPM êCgL0=vg*9[zJЬ&CCn= />P zic(i(ט׊k{fY!d:yOpvuXX^Rq'*ӋƇ:Nku%C>#h*5I&Ž+ E!}r%^ϧ)\ A t!eB6iϒ,RmFre[ZU{3d2zFq}+윉cVmhy8x5De+i<͒Q 1G"#'Py|`]Qm4GAj8U !HwF[ǯl:na'\Y3\{4)n-5Cv"S4A hس-4ea4g쎵Ȕ@ @M1ĚEy_*XQ:;Z+=jvzyb s8k%6jp4a y |$:+\)>.ҿVa.'p -SPϐshI Ռoϓg,Z6ƍVI|jёjQrc+ضiSmJ`oBx>s iH(p``JcMҬq1Z B^!'ɛmb]KT 5X6Y<+}hBv0U͈ԙO Is::zYsRXvB8> |1dXdn@8:B.p$-ȵql5V=- ٸUر$8i/r o20_pto$L#K8f6tz?\n 瀬64|ɪKǻ0DzVPYfWIyi1/(G:áɓ, <=xݻ`_&'k/NH}|5'+Qƍ`jy'%@GLO,xaAO_аDU,rJmbs}a5/tR>ŻwcMឳ7h9Kw͇=j.uB9Jo鉎k]X~wo/m~ =r0#fv.0Bc*wG,@C|sRjr #Ȃ:I"LF;yRN"W8gsbuuD,87pi6khh1 "Y<蹖w8׳\#OQ<bR{H9+Q\YIN+ل ask'/k]6'F/U-N<ٴ(B)-`y#}ƾLr9 R9˱B욨'}Tȯ(y;2Ͻ)pk?9/9^\0иS[JӹXktcmfltLf?`i&-㤷ki)/i(N#}Y9;[g0hD\IW\\$$X54A|%Zݽ’o"=>;e>03:A+(h\zJpBg2|Zy~IX\o}qseUg;7{~m Y4i;z +pU $ {r,rt`)S`d(i@/B7"R%:wVՇĕwssolc{JϼTUezٺvC! .o~ WY4&ŇMջ'Jm>cu] 5W]n&~̜u߬C Xw2Bf}F10Er)>SS0K Db2njl߾T(/>a䖉d; Hu5OAs:ӐvUk`ݜSgDiqCqs4鯎Ty͟ hΊKvԯ_#-q)OKk{Z#T$ij߄ita3n ZT0E%)7f+  !pp-w[獐}:4+e"tDZ$XR%3d6GM|=ۤw Λ6RI_a3sX уɱl ?H뻪HQC@HݣR>aUնk_[k] >7ܿp~mx4+ቀ%#?Ο "^π䢳 "1(Ԥ21 cf :7Qƍ1n_hɯ˱3.36Զ.YCwds=4oxv6>\3/fq~ɭDO8{չ`ܨ4ؠQ3WB>of Zsvf5Nqv ?XXVo$^͍~` Jiڛķ`%̉ zA[#Lk&DqYnVkмM\!]g< 3^Zr COtLwX^{m66 ; '#!=vZTGI8 WHԫ4?TE7bϧsBjO+ڣ=tcROEѷ=M=7O @^ch2K1Ag1'HǶ!j-ME_RGůЈ/:Gfgj{[!z2 '++FЙG 鐨2vh;+:oB5 ?t3VXQϴ:aMÛ@G9@1rSaS #XтwY"ˇ/EEQ5v#ށ?hfPTuCA8%֚ͺ`~BY"٫3" ϼ?ldV K.kT-&zGNItݦ[("?#klSXJuhCMW&m$%_3?6яbK&( R[訡5J|("Љ6v5ђI%[*q{"yEuAg0?3@[=&'EG yv[xeL։.OcNIG|?b W2BۖHE@a@**jOHBem"Tiga@hV똍kG:.?\؃F%ޯUfq6H./I!fiuZŹ0UgWݚ#ݙTqȗM՛WೀL26xwI5k}f[A].V%Opnk:zx0S5omxz%uWkyU/=9҇ ȕN/BULe|OdqnIq_aV D``NL8H\<Ε7S٧mG,KaS 3Xj foE,1]՘b^U5f 7ɓG* I}&j"֔B kBUӛ'Z,Y%MKpӯEx U.]FK GsR1qTa=M^u{aN3͋AjeB֍tc$Ih7`o{*IωVi"6Lr8gV1Ӈ'_MEFH•kͅ>ǕX2-I;bxkXFee+s Ec+WAS2|,$2toXU@"IbMͩƜ++j[ݪQXM`];<@GKn[ ܗ` {ۦ.٥t}qe# UAb@NKא`M^m!b%\1Ǥ4 UZ3( ηA@, 8v֖c<sN^BjܟSHኦhhǟL}CԻ#HB 8T>?-mC=Ks @-*b*yAXjzFzgfi?9Gs S-FkB0@\Q;jȗ0O: xC8yX [:e'5M-L|ZWr-j0s+\TǾ2Lg TT#l[ǪCx"\o!cݥC… oL4ztO1ÿ Υ&A`m4_bbRұiNmjz>9*6 wm~- E$M*>ZU>ӤL~3!P} M.C35&FMSp>@tfd R|88q4q8]X t>6/MY^NQ6-ePssJGX |!z,;nPo[=IRH*.-q~6(Nr>?q$4$NnA%b!f/ޞ*=ɩ,eY4W3O K`Z\zDl]cȔޛ-H\lKr$C~znU7tzVϠƻUn%A@0T+ #n~vx[Hb93'x,*p]eZD/(#y>{eL4ji0[iRKo0t8$qRKRGQf/CBVҢ;2KHzi& DѣοVRmk~HISƛz鮰ϕ"sH_%^~u@Hyh/JuN܈>}b[M>ZHebKREzRzrjU`ZT%ϾdR$t&C4y/(*gKu8.$|eX?`#9jdLʬ<^bTqNп{ă6#Ú+i 銋=8/Uu?;q\X{]D@{aɰKagTߒ?^%>ĥ|uZ8U]Ye!z$gTcdAX26@Pj H]H*V9b ˽;C"}s,5:H"eY1"D>5/q^B}oE.ܼk o ~۸tP6[v(M1qԭ'r F2=6rDR5* BEy?^ /DaA6rt9:pI8RLH2HtɲŇnVZYL1N AY(vRy@Ppz5>POvE6AMXnͷ:Y#t.eѶ :eoY%"˙ziU|xHXfbǏd/T"~9=]Mw`;3?IsFо\ҭ=6in" nMBʝ!Fsh Θq9~AU}Vk[4Z9~,Sg'NqѮdˏ YԭۼM27kE@ Cr- `_^L+jԖNY%@&e&rVGxU$7 "Vv߬\րcgN~TIp`Ρ_C$M \:O^]/W3ӝs/׭E@^{R]F(0veĤi> A6uv'2I_!ֈF{z9gRZ H)?R*^Uk`p}yiAAAuxas0Sk=J-+>D[ !TЊ•aCp+M'6~i{H؊Χ5E(#Iqb,8zgN{B8n^w;ayG*=5ʍ{a(Iwhbz}zBU쥛S 1ue#s06t244v^ĹH>8DҸ9$|#Lo_^j =jֆ%E81-Ie[rv) nZwFG߶Xۙ0F "^!6Zu/;ruK)ܼgV0?WmO06!R V7iS&bJq-Ȇ"pmu*?UR W0yjZ3x#Xy|gRA8o, "*aC)ICbWzDj{䕉f3JCa)Nsk`e%xURqK4zs\WE?{%f6<5P# [/K#ZX \6`<۠H4bܑy zZڒ:m%_FGWjk\<)~rj} /CoA¡>P|2U7,{Izt V NzA"\dQ3XFS|60є,qr$ktcE}nbu~0Mm沰2?[3+'( U$}l€}K#$qݎ116ϫDի_tM=9qahi[vgS .;%q,nu0|;4u0Ӳb=0h٫?ߗ+9I d)TFQY՜դ4EhݖܚaF.m1Ȫx hW<CQdDUYhҤ6X(%.~G?3daaS6;Ӆ[IW[icu̮Ks![cNR DO'ȿ-AW!\LGi%Zֿ> : #aLYϷE?;xRjWLf\LT۰IMlvo$"iv`N +_(Zsq;fZѣ I@12^;EZ*pAbƧ:Sۘukk?i}bEa"$WFx(@Jo3?cW%x g&MzGD D&y=E隂bLnㅱ˒/ǸY8cxw|dRoM P&<ZGFf&Z`o@ɽ6q!xYa1s7$l=em܋oc3,ϵ[he!:LǬ Fj*$TΛ3] v`f#Z{JՅ_ }4 4[* zu[߂pֺ {ݎ]X`OZ13ɕ̝ 06A.o{<-~{UweIa2LI:Õu|m裺 =>BήJnsN e{,e C6i$Q Xq!{edsߴwzH`]C5խ/Dk Ij# r5D`s Kx'$!iDg:kh,l9/+eعm὏~:?=SU oum 7{s+f\sP6HYsP340^#t&!'*іNK \|^$aS%>UIWXbq<)_=vm|4%3'L~:̟f[R is}RifgE] 8.6a+@:[p6!w7 lO4+x" RW ?Ƚp.GZ0z >Z8ґ\)|tZdk~s+@k0))s8>2=$L9B8$%:x W@$nZ=)J W4Hm14[ q ޛuvu$2H*(=Nqlt@ha$,g4R01,6a+'SiB3r*ZMꀅt?kʐzUͦluR7;a'_'ՋPvHY 5mM vS\ *d%c.A#mwb)dž$R qوdUE&u9irX]Pe82 z&H޿ yVZX:OGQ!v mѢ pk6Fc/|cF/}VQ}Rr$=Lv}c  o 9hi_GHf#HJ e16/ fozN*=QBQf{3&f?ߕ7"XTP:Gʸo=SX燥Y"zNݽh1~ UP/QH3lCW΁,VNeQc9(E)C!5N&jW]P]r`pZcA,[hx(֐ƪ |M$1NbKgnL -$gx\ФF|#pgk0,$7gSoݳw Ӿ (u#y='Q~vCvmOy?5@5sy`[@Kdgm;ΰǑ(zd:o)m֝XvxNQcoxg$+ͭitJbѐiPK˾VQNC#wX+=ߤRa؊e $̇m>ċ3owǻ5 5 wj,{޴?pVds32:A^oz9LM1bFւ˾ 1v/nis:]f@dw$& `4ξӆͮ T}U]&"a\ZMߩ]@nl]8*X1¾+A|-va`(wf~?:Q\,ؼ $ 'N*&;=g' Hf[rHkw&c{lH"` QrQ2a֟b6ST%I$uv&Кi㺅1Ǖ!(9{: ] fuqfAg҉*ڽ&^%;!,;9ՃA΀0 L_agrc d27,]e~h$>`Œ3g-p_%mroƬZ~~k}MfbΖfWzо5d6-3~H TO[ XH q<39%vs"BE'\ ͱa?F8zjԬgx3/4d9$9\ $8`A_Tdc_0sbзm=Q8(-=$>6~Ԑ;Ӓ{=k}J[.G^OEel.9ّ\iԂ }STIzP=uV(En#\x%)D{~O,{4}ZCp,Yۋ"[p.dWǤO2O_ \~{|;>Č9/[73fe!O+=P':{ ٯ!혟2j+ iWo8Gs~zt=XgH,7[4 > |,j_p,yn'hؙ)ԝgRfOE9Znr FK  kP Jo~aGKIe1S4_w%z[8‰ |`7hI2=o64( %uoqx gy?nŬ7TG' |1F ".y);cp{B]MX Th$BMV.̪:h#Ԫ -CE !q JFoLz-Cbxe9jsxyXa7m拓v}ݷQ` Cz%wPj3hNN]YJN*O[Kѝ^Y}{^XKX0 , P4\ C1^:.SJ8֌VߠUrmuтu=F lueFV~:fѸZ[؝CM\,z9 "LZUz'CEP,bI'=۪֌5Z:!c!2,Gj]qA+4FFdȐj|^X?B2y!^4 0=5ŨM}sǧ_CL?,wţ ChKv@^,`ҟuU==nEsoL+ST7c**{=2oLMe'Uhx'US pw?PR'5Jv&qHDUin7f{n~KsfV_`OX I,_5Kv'2@X:_Si7z@&fR";U!dZ v<ɻ3/dJ ;o#; '}kio颩ӿdh,; |LG!JM\cBagYü:X|a>d0 ġ>+93Xb&RL>:>"Vj;~ry:M* 8xbMG$T>qMut3TRgpr s!3]#{:L*))LKjn$R?@C=c|y1{CU䊎v-$y m;l|2ҾA~:秡 S^̰hW}L FF_s:r48'y}|TfvĈI?$Q*ћHlck=(7ٴNU NpH{$ɴO|6uPxqDwP@.&-` &!+WSUI_ u^6Jj˂';vV ?Zh;ФC]QQZǣ9A@4g@gd3vå_:Ȋ>Yw#9Kž KdP~,:)R(U[~0-NR5٪Ɂ,Nq ;"U*PSϙkʀPRf흖-Ԯv߾lG>ZB gq :Hqmf_Lb<1gv?RL:>i`WO'JggLtwB2hv3DpA}of`aQ@ǡp3 E@\]ð+`..>.V&Eգ 73^Y~9&aS9<s++$a6I+d % 4ŷ@O һ"qʻ di5:8ϩ4P4:" B 00 L)O"{z)Im;8'-~ 8VZ%3 W5dp2zic i0UL\FSV^7?O Lѩ#f{& ޕrolL'04%4]5X( bTN:;8>Q~:'a>d;䗡9/Ή}~̔ҳZͺba}%h",sS]N'쒽(0?#:ɟQimn?ѕ"&3]ORs SFP_ ϖ~l_D׊o7]kn|֖JT@khw[Opr Oҟ,Pp :gؤk~PngM*0%qdlַޣ֣Et7G8/)wSq&ZFT AHȥf\BFFE"rвW"O 5j b\ׂ&߹&:F*^`BzpATE HآآIWr#T*LE| b lg46 ȒeD&@|H-j;|?As]|ō?T/&?y 3O$U/<)egLCcK6pc~Ki~4 -D Q^ # w<-KӢη-H9'~{^Zk(H:LL.b\8vAVe8.@-x0=ewzV$ l>K`(ʽ:?Yb*5ʚeयJ/(;f13N0UyT6xcܝT"TxP-DW%̳!G16^̻N-?92Sxry 46E5p;Q]ky3v`LZmuVȩ8ˤ>!.W]uj!/piamo ;kN ,9MP7gg^` Q`Oy5sCǓ[C2jD>gZB_1Q RꠤԷH<5#Ylm,D7l Xi-lQxkkcX.LgH\FY$W#AeAkVIumj ;ǺO8y1AFRAjh -U8b%g rrs iB8d%#Bp-K\r"Y;W'd0 EG094:OMG'=/W ȝb6E :ӧm> _f%u26!n!oSπSG|lY`I(bW/M7Zܞ0dJC ywT1' 46ڂ@2IxNj0z)|a_(xs'h@/zJw4^fđd3~LXX ;Okв`R|VޖzprٳUn?ps uZ:O-qety9zH(h x^zb]F?a/&DŃzhiK`#OS}o ٍ9>ٿ`Z;AS(y&´jn>6|!mY>'*3V!MD?IcXxqEȑ#Qdqy(+ab(9Em[.ԫ1 <1, m"ߍL${>O\Yp\{d|0c~و2ZS+S ZpV0%d:/T%Њ19{5٨BRkxl(,$/JHʉ1wƄ0$̼ 9#R ~roβsAhåyIHQJsXGf6}3GLHIVO|zHn#k$N^)8I"2 K$iaYrfay3+ GZmzɈҬ5lAH>xi_1ŋŧPZ )23m&DFQfBc!ሬ0gf E֡V)xKV9[֨"qdS܊(uuE$?8PʭfAQy3d K"uWu ?&'lzCU`0qN u\eN.B/Ƿ^ZX@ yw#lkں1[|L#fA´qY}ѵ;BlY`4 ڋ wѴ =M%G3dlVaMpc^WS]}K\tWA.2_M/@>J}}dVm+tA f 鴕:3ۥhA2a bбʑPEKX&|mr| :)Ŏ .;&ȚL&=o'+ +Jx`5PŸr垨[R ^jE#{Z<6V$}&AhC>$ 1(%1v/݉@rԕbp ^>^>\ȷ@qKo "w'h$Phgp4L_qj`qHen!S l"0ɯ~-M>Mn`w Wo- KePg˶HoH5`zŒ{Yw=;SbX zEècsP|}L(PnW{g v^ Lnx VMa>>Lpپ81-Zİ8[!/Rs3T=Uyא=X_9tjh48x7fϼ?f,nje5VhC@tb$F;+% pn 5:z/]`RH*YN u*skG4[M4{ X{N'nZx9YA`7٬ߺ )O*}AqfGupdY2M%[@]🉏l y͑nMtj-I3&B2sGJX@.u4T ЉԡLf WXח᲋i> W2Uraujh Nү\:0Gxk|hrOE⪁E%kt:c@&)i}` =g qc_.T?WeocCӛa| 6] &ǣ!jb]✃8>6{M<5Di.wa gJ+NԯT?ߘbtn0R.d!|,@"( Iw;˔:Vo6F1ᠩ^M;}]25^i47'37"vy,y4C(.8p+hK9}bR+@evůh fS=ny|Rehy'aN qz4}x)-Rr95dط=pQ{'dw&Fq֪v/\FH  {Ұi?OUfGخ5̊Hq#X<ОO" n*hmt'@rr! uxAj4vُZgy A?3ۂ0}>m]l*MA/ee`uhfk!"d&S5|z]ӛ|N[^*Au*#fwqP]C ,˪0]&_7-|:-%$=}eM$HቆPĢ"2+1?մDRakTUN Nd>>-k ' ϏQȠ 3{-QLק/"(eG ]u[R7ҼcGMSe׏mh+hoC+bVj R Pg%>StK?0a.,bFV8q^jHU~ib?J̇b##^i2B#,x}ywMm/?@a5&eus_mz6N՟޵=|W[T)684tqD+R#=]Cr(B&^|k~Ԑ3SbKۈlw%":bIsL8O$U].|fcX2%~DAhL ת`,ܔ$i*Jjܽ ?.Dj9YkDwr k)?V,6pYŵD 18kAiiur R׋y=k%wԿڞiU޹3A1QXO|)(;CzoYqGCoW6$5aer@zbVwN탤\ɚ*Xn$UA9?f {gq@FjSۢ&hbO5}3 /3⟃lJV2#zv9 6 ]r߰?DApa)&5sD LKuR%?ptFEvN[]M5y =rkh%)A@.˩mr&`aĭUHΛFma&`aR '\)!!>YKKu{GzX B9ښHXՍiBʈIȂouq=ʢ>6dW+mEo_0}UfDZE{E uNa{zZWi5&>Dhj[IR뫣MG9[و.,tW|H ) aq&[qwi6/ mpHGەχP4ީaߝš,H3ҩ fm8Zf;!r4b7)۶Gb<hJarR :i[=}WĶ,TzkSjP0O\?Bg +I~39+mQcL`~\cdPs*GT|#4j6CX( leXyS= 6 y4_ )P^@h >Z=>PuDkEU6Уּi%uU}ΘhJ괤+ דws0mW;`4siA#zCkE}{2c +0CqNvx^5eֆ nP{rԘ2\FwI >Fsp65>҇]G fsq }Q4.OSnWR_+=^F1!/z[BQ 8"ڪ\4O*TrsYGaY |Z:[u2uւhc;҉wVK1Y  2<@'2"+ƒϽ|GG*+a=f'YR!69#ΛeXқK ;Ǎ~}%<{_M)2bS6%2F.nwڼs*G4Uj [qg 2/-ch[/6oU3[J, zɬ;MziͪI@(Se ₕ^/Y4T$!%FA嶖bNzaD=죷uYXiJOzksG|2HX?_ V]q (zN6qhݱI>D "A逑YIJul7^N5y }Zвţ Y#~q!JX#f{##x`s9zC5LgF)-n[IM<]0NʦQ e{PtM!SPCd2)Œ et-"g8pC'VP=^6R۱~^rNboΒb*Pa&c$R[ŌQfIwިS2MbpytJ& `4n`D3sA,\tssC x4C6WwYpru(V" kľ?v^7˞t8& ^%Ԉhm}BSg",~Y.8k,Hw.*hLڭ,L|n'HԂf٢GćA ["6Cp%sh(ЍҊ:)ΗSPYMJLt1/<D[`SuO` NME\גu}V~JoLdI4#$JqaK;%>8T\қ4lz9)́YVa#t KX Oj3pHչz\?5oǡ$#%QtPl\ŢLF4J|Kv@d?}gs~<4 TJt}TT~6Jdž͸,"hAx<)T">zCL:?䊻>p:>S4{U%9lKE4ί>)ޒ;)s}KLGTT[BUizT7~t (?s,`%e.dԌYx-6,g'>R1:6UVDarJ(? L50'qNO LٟEL+zYN0L|[܊w ,!VL߸8r?YvwB!N-; &;Wo6Lo9M}<{f݌ë#Z-Dn 1\Xʆ&Lw@΂!72.\X H,[}vx5"9+>%BԼ\S^DN[ V+2Z7{W> qO錣7؅i #n=#:/8V%IH(_䧤G_#"s: #-Ծ 7ƥXJlc~)OW h L"Px?`LɨD$/>.+h"?sZ7~vhрcp\ύ<B¦`vv)w3Y .%5F@ƨJg6 SM%I<ߜl+c?#8 ӧF"{+0CUdkSdU q(\öS rZWaqj#H0KJ_xZN$_8ÛsҷנּŻrcB&6`^˝5xB1 4_ٜa*tPL:`6`G8T(UG 6dskK7zkJ+vivks Ձҁpdyɣ]ӈװ!^}:(ܱ9~zoJ͞Q"#q )8pz8JB- lN6Mr/#+}Kn mH9;Ŭ*&|bKL-RL |qu!)sGt { p*@(9V:NnF/6:P >>1zQT:9ytMOUlaN|IW:&utk$> \6h;IW=ؼFi6΁|Wjexby-X&1mrZpno -Χ>dCCXey̶0Dj9@/^Ly`(ux5B:hrG_8M˷w#s٦۞kI廨UAKHrh-4ju! E D4բXlSkyu:)ZJ+.(>O0{,m3 k:-#+!~tt-չa xX~B4wg1y^F:UFiZ ><33&vmN2KUcyZ.]Qml=r}R}D#GU;xz,B<wOnh8Jҝ1iŨSX^i~bVx4ޚ6Jh 8B=TD"kI4])~1Ncu$*gy2ۓ]FQ.kbYt BO><%a.dHa% q1"Jl{ bg$$jd+'ʽudɦlY#*/ =,i ű\yFj ``%"Ԩ/p>7S2h`=SIAXΜAՓEzccyɇ"r,P܃$4@ԭU*}?=;"[76t1U66L'orOW4&kiY}nx0Jg~ iQ;hUpOHeOvѠQD}>lC$*MAiaI7Kڭ$Ud"c}i}I%$ MauYZfhv;fy\+Qq%O*VT,IrRE:p$Юi;:mmie_ [OĬ hjۗ3ҕJ/oKFI& 9@s05 ?j8nvq+_3$K͈j9ܔȓ?^ }&D]r|mIl5`>kS9>{ bH})ގk {>l|:UЃ0=S=08h*c)YhO:TJh=pOjx($ꉺ)ɄB NYUMˀJtROfɊe#E3ag:M6yx;H>Ah?#@m֧XbP053Z!IvN&Z6\&n.'$uUq˛zmc˚nb8:oM~5]r !%Qx5r1qj$+*qm,cQh.t 9c TX DƇb2f^~nG +Ȁ||Rn. @ơ!g*#a!uQ!Uςw&: ʜ]O._p }C?qDLJEcP-`FjQ-Xrb,}YǐUVЧP:o|Y M3fJb |";|AA 0sdRml8 A?!qI$?y*^Eow($w1;FZϖىPM 'LeT~)E#I2 yp2iNkv4xTLu&| M~;Un+!r#7l{ocI AٺAQt@?5$~%VԌXnG{;CK[R2dS ׹i;ry3ID=P$onJ6 Yߊ- ))i>fb#r$i'߃#'Rbz*9'4e񄉣)5ڐ9F7j:f^wit?"am&P{CQ; X9 H_gr!˓4n bV9*3PDq0\RQ ~\E y[`PE8.i o/m ] lauG!>YN4T=rD2XgU9r眉)'UI%X͢.Vbp>LH _9zQ^' *A #;ZB֌jrsβ̤n1xb6%>𵊳 eTdP)>1䧭},uh;]H%tew}wftn <S*gP,dH~"p盓y<= y|W$ ̉&|&W&abJO, Rb]ѫѓtFho~vDF.(jy,L%ȫV~w,V3Gl_>_&2ݮ}DsAÈP:jJUS ፽ ~acogkHj(p5ElUPl riM=m),%;o ;b%;4c7AW83sG*u&?k8EGg#KYilDֹ- \1>+~`xXQS3g+ipBuU zC]Z A>J>␿ӎE)=\@|B6 ǦDGMiec^ϱ>*Eq1m)=/C %?*Ԑ3DF.`Ad%V`SƗn~0RA8g"ep uT 5Ye H!\C9̩hv|bvҷ2>%I]eXCgUMLJ&0'>?-TI(hݛt'Pd}8vσyJGbV+^sX#nf-в]٠OCsMQ븡 & A7Sҿɐ#3OY}LnHUBm'asih/eK a@>fVZ-T-TM}h!Y~ЈƳ&+$;Y^(j3 ¾@xp\jƄe#(hzϞc4"@"fxPMvL+H̱BrXًYhQio Xl9cXO Qy3?s[ZgQɨLЭ}TVL\X̑)tg>Lw):EF@L؄n5n3WV=QioN]ާFnސxĉMn4 ߏ3ZqEA=|Fs{IULQm&fGA9`|X M);ޱcᣉۚe+0IUZu =olx2H>;yPLG"4%HBH [,*w"jQ[8z+E^ij<X9q5OE]nephMP:XC!RAa >s+- r2ڠl&Nx5>&m\{ <%/qbdM+3܈Q褗g״I,"AgƷDh&Xrng^T Q`|MDcmLҟ=_;u_9D62 F8^4WDl\I$!%ZA%Tq_^w)y-1ϕF(w4dw{-V5 Dl8q6>PRLjssjkRiڥ_δ4浪ej6M3" $𚊂G/Ca2 k^U-i2O`^)U7>nfo5;#3j  ݟ]8T/j]{ -PgK sޟ&!*p b v{Z؊qrZHk2}plX9PuA_bnΓۚڈ$agܜfKO%_}3 WiϚ 9 CIH(碍1g$U \%w{O{9q=F9dCv~~kԀ ί~BߑR;|A8CRRnL[Z=㟚@*>Ϥ6B+JL%$!NR^/ 0drDl4AٹHnvB1͞%*li6MO_FF2ݴ<&#m3;u(/8.T|Mˣ|;L'GhϲcP$EF+fm0~O h H&V^A ÉMTGu:K}G˂ƓtxRB4oc1=`6!Ǿ޳%GǤ*+?;bq{ya[ksO3SoCMPPr[G+`\#|B&sX:<"e! <]AIW:#7)uq&]uE}Ix =(g")1M ŧ bHdE%ƥ/)aWH ˎ,ZWI|jI|F=/"ƒw0Yㅻ=% SE03~Cg"wQE9W\SGc);B̅=|%i3+f]K bUkEnŹ:wϬɰp)jF$6 paF@-,ץ I鈃zi&5uazAUd4Ѻz}9_Bw6"%y$M`7Q.<ϒοNS!;b2 xVx'1N=^da.BvHA"/6}YY\BDh]2!p#H|Py|]CƇk.ە'A &JWolI>N pZDU 6WJH!MtY8GZZV؀˭, =Na;o:nRnBm) 2CLjsypgIpnC w.:Kc φ ]N&E`7a`|9n|$Z.xWT{֤z_$85pTy{%Ԯ!BMd;Bf 426Hs[k`/kHpNKhܠQ=D۾HEFN=25`bwpT .C~{C0x.-O›&6H_gO&Z >%d}T 4Q4h)}j <@F1)ŽzvJYAщ'JvPaIN*NflgNwtjpldMr5(`ݷa] s#4yc3Vt+k)R\f]7Lpw/$쎽oT8^iTGǭ  0L'%]2C%/:+h&Gslv :VXL ~/fmKͰ9HѰ~Ikw;  6sa>e;ޣI.gCb\)\38OB,pRei{GװgYYD2<6CIs#K 3(ȨuJB:{{tpʘϿN'xny\|j2pkAȔtO+m y{LAg3tY1]F>e޲"y׸̷Y⻎F)$nJZPr_bK +t!g0Cȷ!n%D!T@$sl4<pQ7kJmC|"5t脘wa<d0i;8vUK&X|b}s~Ul$$˄At*aBCe IJ-pKo6m,§4*}uZ> BAlɵ28_p Y 0*,/` 1+-,I]KudL1#JɋJ ky2c<VQAaɝ@KJ5Ko}x:-%p0+յWG %n[]Yh]` <'"j("~p5zS zͽ v5@給ߐ?/"1cu.&OwwrܲJLđFZ|<@_wEz"tň8;JOC`)<ɑ8&GH¼!+,*ݯ]\H@OmP~o{4/Rwx_ J:YO~Y: SH ٠b&<%3xb tbH'0Xlbrz1%ט(\ǖy/D`,R높C 'da72.lb#_m\|xMN#2'eX@=81`fH2$b%9mBn;dĆ盛Ww`eoR+߿׌B\fЊ?Ґ.+P2XlP z)04lڝ!V7Y\FVn1*+͖L|!ڡ0.|4)g{ʤjNY*sga 6kam@\O6#M,s7 1*ϘPTlq0ͱI2Ҍ<$LZU\3z[xˠԜ $YA!f,xܘ952ijuutj}DAB ӝ |Ol!%jdM5je!Y(1uĿ[|1aʲMz}uAj-f ]픅%Ryf?9S ґ[1[yѳsV1R+aA8}֝FpER=yPQɏjQ~OkMk9q%ByA2Ҡ;Ƨ ǔ 0FcǨ8"-׫.K(e\BqF*8u_ w=^(7?!|b3 iOqվ˽'҆ᒮ(A^[xF.RWro:WERn<7N)9|Q`SBZ)2yW\ D(cR;B:4dO7=ZPͼGt6rPmwbʜ=M?jr\$V'!bZx_'rl~-r&4=2 #YɊ?JEa/ˏl4{̢~Ilcߕ#D~`]<ѬM(Ђb:7XMnU \A3Ŭ6Cg&+5@ӌ<&YZaFCB^ $  r$l;x#[dK4 wl8v(sgTVکiNl)aԜ' `gD[dR|iZl|8jN%}%욅JBG8 ܺdSI/B=_"soox87m_Hl؊(_ûG:Q60Tqo"|d20ME'n)82&N[!weo@d4M(wxsKI1~3 1"d]SDTd?fЗ( /4-:. }{_^;ARM*?,{'-v>2J<d+h5$53'C &DtdO;4Ӕ5L<;LDL1Ox,J0gV`pl: ݴm(yr@,-@ҺhvW,:3Qse۪5ZhNCi0MrJ2b-P+ 9v#5&gLCL)\uI.mNl-})m=@AVv1N_MnVX,Wp$Xo)^Ig}fˇ̕ol/^-׊K!sǞvzPCܑOՈۉYqe8գs\j1n43"MV)H`:KQOk{Qm:vI,vSLf`y:iF 0mGj@,E߸8l DdR*&OP}+Fo *@@xNuP&$9 q_<`Pw%rXb)[v)ѵej-6VOVCj~δ` }Kܶf"eh-.CL|]Cw +M3r? ?IO,pMHcTF䃾K08)+Q6ETa]DKh50y=OX,7O茖ܬfぉ<+ZU&h߼U\d,?9߿-g,,?@$%qkrY[3u['?hkxLEL*Tzki@:!hw_χ΃(_ Dh1\&J.DD-x!vP/#(c]%6bPn_ C9{աq1(:k9FG# #c}H+/D}Wtd)ؙ@ 8A|GiyuhIkƶP\lb&AD4J9Cm?6CE`> ̃0eӃg#%XPt$VёQ39/r 4[{ Ý:wr7@ߺ> Efrߍ`tm528Q'T, 2 jcgZKN1㼣셽SNK[ SoB:6҃kphܰOˆq]3~'Գ‚f$܌!=D5v:Wb^=H(F\EW4| RUװCw ZV.3 pa Gd( 9U%痒80GW#0YyXbp1vp &ouY7ThD&N#+pWq~_b/c c7*;@ J郲3Wɔkн/1mAQ? bļBu ͱ#%y!.k)l6fGٯ`*G:<9[jI`*|vO[9Ndu6eq~O%a-G&6`ڞ`hM%68m(>k&#TȊ.vy]Ir8 #|>=¤jo"Twd tVH1^$f$/`8mB3kr)g&gB __:]| E[Iy'qU{O-PٹedG$sBr5a )/s"fAVŰETތhWÒC^̚#q"8.bv,H D,|1V .z:C\F~$a!; Z_yI><([  C&k5*Zs  pj(7;p"BBoZ[DR4TeO0͚G/O&s*)=1߫$GlבLu 7NͩaUH)_ |[u.<{a4ya*&@*&q7q VJ# Cu0ϫ&cUsv(,}i\1DD\qCkSrAGAyE4hHΆ;\)FfārwGv6gWc,G7TBc+sCwXR2zrvWl񥁈W6<̉"t;# L V/ 5"LmՈ ̟l/Cx죌.=knkq灡..~GҨ Fg+Z0;w<2vbݣ{zTl #kJ\UxkC&Bmjo=ݿdwzï[:B\>͋W| /j|XEؐ T" j7[.rnu6u ` "pyt Q8ajvzFZu_[fC #)ųk+ ZʔIx@VhY2k3vj]qlU ۫%CT%H+~gJ6AC&>JB1!Q}\5o&DD`|ٟ20uNջ"\o½]ÐFxTwӕBs}j7;1c754ĆAPL)%-@WhT2w97{2wry#fǃyD- Oԫ|.:r)I(.bYK&b"h^S\zWThhPҏ_X3N!S+uOoϢ'ʊ 9w"i)(6J>J7:Jaߙeڒ/w4j:+=x,6l<#y;`=P:ܽGEsQ%N:M׵vL ̔Dגutze%n-Of#ɉ":dF.gSN91*N4"N.$\\C=d9WDx "&yd1{tɮ}47ƈeqߜ ˺8|@MqCQ6CZ U3*7ןɠB`J53aKiHi'Vkugl+HwQ 5SP}񋙸ڃ`镸XS]ߍ2C%HE|܁=#✸~$dNL6F2 n`U4sr(;{(.TM\f6Cy4AQkhLJ)1j:ϫDit;8X\r}́Y灬!<*$ ~qcl[J荜&>^r e>hY,CBzr>vUE2*4`qOd Ց:flǿ?@W0DK81}$Mv0PK74K*2]<O'`MI"F[MP)m C߷rpO" o6he+6r$]4<ٍ9>9LKm,zE0vƸ1)MvKNv',)b^u67ƫ |%ڎ} Bj$pr bݙOCj[.Rc+ wD&{|"+r#Y(+/ahQhP:h,Vp\-^j>c|(=0uyE)o] 2:>*%NO\Cs|4g]4\Xvf7^#!zxp'glş2E4Nt;d7E}bN<zN-Tm]])^؄L3K1sl_@ݫW@p+O-ypRߋJ Hd~ ˡCe5Sn.Kza,T((̱@WGR㇥I+ꇵu31*zY/:<﵃- y7Mu?M\QqGΕۗ+%NԽF}Vf o=jTb>nYyݏC]I9>&kNJ\MBF͒{PlmC=QTj ciˎJf;ycAmNתТRCV>-O@&8P܀+t1tޫ]nಖLC R+jo7Ç;Ӽ'5': Oi-+lEHxur!y V8d{Mrsemkf@i ~KhN`Dx8`SMDjYd4|- Y@r'B ˣgyG"&ow5D7%,gVu99'}nrY$vЇ˽CF R9Q.l%VUʺ/+z0'=6nw[Wv8>WnaU' bJt8KeDtƉ6aAt{PMg5BYL#wMX1sF䇔\SKY$u*7fjJ򭑃Z缺< {6,.b2Z 3U%\<XCCz*l} ̡Kbf7b[$>;-dЕb'.^ZfK{eqW?^z R 8W:-*I21Bt~E8 ܱV.!]o5m\ b 8}tɝ_XZB2 ;ӶLBF!Tׁ8)qӏ0X׼>FwY4,oPy|[Ҕ|JԺ)Pcy,q*Q -)Wh{po O\U*)&~%e鄊x"Eqܢ? {B&5A*ڙ-{dH¥MYpa-%pi(O 6Jw#٦nHx!0-=GA4K2|{n ˱LȴJob#tx?dր q%;RrӥR=_I#sNp'bKgρ% @[XmbDWZ:É F>O| 2[V7)"k7U K9ge&rpQC&7Z|ȿ)m>/Bsu?w`p09o| mwr9i)U⨩$3(ح^pxhAxb,52hyP@fbrI'f?]E8i>ϱz\XfzVU"oKB(ftcR}130aq_y^:%"$Ou*D?8,f#J$xl@'/>Vnڮ+ēuGS幱A'RU0O1ʩji)ڨk:_cg?>҄lL|inK{-uӠazΆk-;wXF:6) %o#EȠo]ILA 5{ȝCb!c-pe{k@L%%қ4=: nB:ER( h61U1'j a {9iqNiUk:\ZDUQsP=~:sY (}[AzPh$"±^+UA+Iy@۩B 2<ڏbdr0Ƃ\UJ[01٠[ӆr;zE~PhJs:.-Zכ~b̭Zu`%Ik ȗ[ ĤhksȘ"O.L|VZqti+w6*(9-ofǿ4I rdvب6XAw7]z% ,6O|"`x?|.UmRNo & zՎљ[G [IT5Mn@Y6ÑԋL& :nӬk}#0 >hh󧩍Ǐ/{!n1ĕ;SN]#/#=V9YW9& DQB-b:ʬT&NᘾW4l"Bg kU=miüh( pȒ<ݍ`6O4vfO$4L+b:6r֮d|$|OHTs[-we#KlD߳.W8\ā|ho`U8"P}>#4ٌjx_'đMC}Reyq>tWdr@4ぎ?RzZ6˨Sbj [)^4Jǀ@)y.sUО)y% V=:nSEX[~GΗ{ȿg!=RG 7Gx姰 -O>눡17+^P~ѭՏI/KD[!kK9A5L)MV:[m.<Uv?y1Bԝ?[ArH>V[^7" e8Q `H[ݴeN*KHBkyؖAr1adjwD~yƪ:iOp&6бiċl:uyxi+XpP^KJSdETgb 3\5(ob]Mߌ#-bN\SX lnJZ|AmC]ձF~u{i䰱^u^/Ʀ<*9pzpU@RI%=_f iڿ5ae@Ex)x, `i(xI/T痫"wL?ZGN:&_bxq>˝ d- ]:~-NE䂠{D.dG1=;+_B5@J2x@WXH2B@ݺ!hq /d;|)?#fzE<#6̉cȢ/1*2uLν"I3Ɍu-9V,ȴٷ-B#lWjwYWUj{wwGC1iPJH?#}is+Ө)>XY8s3 кaʠG˿4`蕑L ZTd_Бc@w~bQ~peA=83y;O?u AbBFap 8& qG` 9Du$J=Sl_ϿD9~8nH^?`&{ %4-`pKJ4/MՑ$8]ѡʌ?ͽX|jY#}>j90{%[<(0kfLKm ztB?BF[5v\,5%M. ^tÆo9Nl !OQRa&` ̋ sYT\x @szV01U>ޡ%\)<љَbE •T_{-(t> t!ΨR~>8u;#p7R-3Ѱ u/Ov-hx7%:K$mQ,v$?^4Q ,WjNؾ)K_ár㸄yߪT"[8!NM A)$H2I5u2YTZ2ӍIC<Пvyrjns،NC:(T@'A(:;*;]fw#z pCDM}/ů}ӿ`SZO8YZV bz-qP͛{gvf9X=k;w7MidQ" VTty8|ݱ?Ig{ ږԊ{)#b /?%u.u1]QӼ0QcRJa+?:[Z0\Ҁ݉RU7)sڋc1ݸub3&]j${Ƣ1~4#:0 !UOAؤP5d=xʄI}_I,ŘqvR 48E*0BIpx_}r;{iccLgk5Rȇ/GgOzv6qolqHreUd 5@t2=R*ڭ#h-uA>=v#CE ΢.Mk;^Y+|M| NQUS{7@?z^)=D V!'5C=U1Y]ԅdwO8jUsQgUu?y%. ƒw-+GeN[%Ib*b]1 B^4Gc ki U/Ko/$Aw. E!ķc Zb{v<<|(pD~zjX=<Ċ%ZDw׉Tݤ%'eg]@A;ɶI"dS`\m?*ljMO!oaJi(A䓮Y ̈́ iNʇZ ]WgAx5dg)ĭF)T,(ǏXzt!7Čl4tK #m!BtR{Xۃ\%ߴ>iځrUuVBSmOby#hho&U lmT8zd]$2s8/f=IF!eGfMжZQ^W|"LzHWi }PΊr1D FYJ{VIJ.sHLU>]lF6,Bk׫%; :ip ԡ~ni=j]aQT[jpEEl7TT.WI85?ٴ4c/l0%5!G40lmuުD=o-[> f.x| )F;A)tջ2dž؋I .5 nd0kY%8%~Gr*F>]n!Q(˘v# {đn>dt'ޒ]$8cQ ST_.*sSd ?5֕I @5-M>SjF;o셎&1ƢBBtӨ,l~*^p'ҟ`0%eo&|9i!~ud.58_!+6΅ AzG>[=l2a Ss|  jf(kF5żus"G]sqoQ󢴫B'9c M v |Yg K<;xuq\CA|E]AB/@j0(kn 8-KZ莞\u j cnDjmQ,SBm'ކ$& ߪUVcNsZub佯XQu g\S"q$[k:80;[Q.K4!HlSIoX{xf b DjNgZɶfZ3kLVG`R15|#K<,t@(nB%FҮxA K= @5.{ G YWjbY q4[MI=6^ P?W7aК'$8_ ~1 J.ī&xLjq щ oؼ|F1TCgj^ Z8!Y< IEńپ'NX]FG7_OF։skKwrxH ֎v Ћ!&/́\}_8i*ry 4eݽS,"<WVMrA 8@%x\HZW@* 8l C2]@Pc # oڒ!T^Vx}|z**7]pѰBG= z;&Gq;H_rgUhf\O Bk EFtE*[XDu<-ZN"K'~Kt\L؜E5ueGCij$Raf#ebgmU +vf:q|Wx<ϗ>-"v zWV٭b=<(/ A,9' U^ŇxmFDC[fM^F2%qYh|H\at&lz ׮EE-˺)0a'AUyG+ZG*7<F+ 3,Ցy_Z#r$|4'¥ Z)y;c u;G!5B4Z SiK+<ϑ3y =.+_ƚjDu$?=@vϙcskY+>Uӕ2,,=+0Or(8w{ \4x ^%(bO?Z.87W |k5HPHYH+ME[^n_u,we7|-KizoL6܆N$*-xh>׾x+\IIXASdQ}y<;> [M?q?y}X9k3_H<iBhqT`3zK:^#-]`M V eڎCQ 4sjAe0- \yQ=a?GHs-&CXM-GhHL; Rb?d_n蕌ZReHZWGD:gAJȗڧ?? _cMgYoC,y,we5灒9mi/71j]41h"°j彣/e-H3.rBLe!!NGbN<__AR5Od3TFm+orɚ'Rz)=,ØuͣG/vA_ ث.DڎlٛhNj00YVAGz_:;, z:&˟;g8=&@$w"DW!c*-Ìi8OߓzhY 7R>?N_7UJz]%FiM͂Tp&KL0 "{܏}ێT=ۓ#!ջc!c39gitP7C ]r}u<5,H1_^\hY^|0ѕ߆xf8 ѻof@H6RQ&1Qm %Ur|P9z.JL06܂H y i &GrT]i py]ٌ(WDJF('[s\x+L'#!QNzY(X>l0f: i2B1 f!΀gel{īLCA[DxPWߒ1CrJ)}oy+95'S$t[q?ew_O[]]s sa鴏bdƫGh^b=!ZTcunwP ߱!zVM~WDia?> Y[Q-z!-HHYn\y=rcLRYCk'٫.kv<5i6űZHs"Iv~KA@e\bwQ!k^qRѵRUs)[jn nZ\f슜 _}A`.}` є 27ikݗ1ϡV-q 6܅'F77bzpEe<_ f=Gs,8BVdi~yDO|tNT6TUKB0&RF8+q`)E@||,v%L<]R y17[}qu[Ȅ-33R]:64GR!5"+X-W[p $y'>+Ld-69wDęY`e4~bI Ba_8G{"~JxUa B ͫR3=D1iڷ~ ؅&FK0##䗶(7ZX*=i#bW ]#^P@-r!C0aOo^1#nSn$Wz#dxl:*e凲։Kdٜ u149fHT .~L!qYCcMun.Iw*gwRJejyeq2j3uh H&zƳTnBm8ұB5OwdrƵ摏(fN_9-B%!/MS- iW2 ǰ7&١2$zW iD/AöIO)2*oÄ7dRic '3F_OLӟ1KPC}laTZmq]i s]_'sڇ ۫#QSN[Chyij5yXTWcI Lڤ1(!A5= X.x5F`|KNjWeѪ(|Ր 0(1 (&Kl|2ZX,,8c*lh"ŗٍqd$2Q:2І_ؕIЇ?CAܻN:eb LJP㺧ҭOvll=kD|$bGv&R7{ G\\zIպAK3NL #v zˊ }! N1k oM_}Q5`15pu@g[JqطRΗo!NErB,`]C[6R'?{6rN8!/dl"G7T-)F7߰aLCZKR$De3hb5Zym<LRh%qzd9~Q<Fu!tиmp{A~se>snI㞋N5BJDaq[LL+Zfgsv(-v8NiȤ2>V|OY*玠1 $ۼyT3͏N׆'K>#hc*><̓YFPv \JJL<S$6*5*{t"$:-yK 1W<\pր txhm-kj{9J]R,#A+q6f)O% ATy%yWHmD=9H)a"ogB"K]dkcnCRRVOtO^gpH) +j) P_T:'.9!d[d ^4ϐxX5Mmb6&CJ]D Ofhr+6m08X3 MC ^gX@@zw|`4 _P?F>1|A%#MU$(s _w0 iz'')(xr1/ SZ@?ɉ Y.~i9,0'1~<8uՠ:Hu-9`x\^4e3@Nf$a~/d;kdE-oR&lT'Dcծr?{W+7螸aEPifySqq./^B%}\>1,Ĺũ?mJ]"CK3.l quh5"[%3GY|`~f/zF\@: lRI~G ]IRn]XM(:\iC ZVy]@P .UMD K8 c(D)nDOJTġG{C am# D6޿g;.C/Z,bM0άNlEwX-e_x G5 ѾD{#VV*HEcW̠?<ԤC,2E( fNEtSDv} {د& s+`W{QtJop9oEڗw`H#Ze)Փvz;5 BI! 8lAYc8B}z])+Ff$@XApTJ8 a*i&W8_U4g6$DR2tl[K{)G4lp ,q@t&Bؾ]w:<z_ǭP=օ kO նZ36}o0湰<"R2wVgW>(de@* :=XTl,`X4 :͗!n#5e|SHvB.۬< X"4f`}w9-zJOayuv>0'G- p^q;Kct$nBqT;xo;Ig+[{ؽ!P?g5[xW!$X@rNiy~7wO"iW2[ƕ>#Y?g$If欱w,p5fJ`;̬cfMf"KRX̗P3)Ԯƫ,^ڌ81z"jڧơlcXd0ʾ0o4هQER'FKh?.e-K̇̋szKښO ;EE?x`mL*U >ijYp Ι"9wC`@5(d\lTu$̽f<ȞǑf yaK3dH˹W[FvasIQ:و%YiIw}UKD"oha oO}50WAs"gm1ZHÔVs3eV;ɏS ~yv>i9=-Ah8fڨcڜ]Us_WU\c$-K=Z[odw'ŪBCXyOi1pAb X2\ o#)B8=IX4,?y.nwfXΠb:knYϙ؁]='3*2k:DϏ=_ٿ;wKe N |e%8#iiœm)v NyGK-jӂ~)YZ|}QmzOhQ!gRRGY_N޿{ XL%c Ǐ@K3;>-`x0Ιa2%T_8Q7!Zin Yk@{QH*Am-YqFńV:N5н?*,+fjmoG,_?W7lbuE O崖`4; z71:b(#pTX%nv󡮖deNbJzQ!:@T<^4@fl5]T&=+1.˨`o; r)oNr"z;ź<%:>frQ&5^1/#QwB \#u:op_ոDrBDDir@dBs! ǁC†(UKP<RZ <1dCx=a5@禄 m!tӦ ÷sNtmӌ/ -zV0b,vt=Nh$"(7*xVܾ勧6C{+,X->]. s{]{! 91g%N[7@c dpmE;æGߖbcrheΧ=~a(cod*=4DYc* w@l߼3Bmٰ&ؽ082z@5QxRriݾ V3K3}氢\XJ&9J< &:D5HZ}VK(Wx7 kr h`X/G.'! yo3I܈.V͐"ʜBc+Ju=oaAz5_3ʟ6{ [inSW0-SdޠAR#[}_}abn< `aO~6p= e W!"Vt%|¶ ż"T²/2k-(($?OeMuTu WKC= H&&ε;YAӚ&ǝF@zH ~\-Y<()ɁtE@%\{ub|]O hy~=W^8JgJ0? W#5T hNC i}Oq WTS_(U- at DqjfcuKf j\GQ[n"(hhMAE?^@P٧h  vg I;T>gv7u3#k61,@ *A5QeR?JO}B H,Π[ 8 :gkW6ru%9r{Ϙ5TIU9_?qZ"۱tWKTG 1`M,!")DϮy!zon[VRt|!Q~uf=K)B%6U\¿T$%2چ 6̡{M(UmȒb3Ƴvi*+D#$g:r!h`M&UcrY;S+hRNnhN׌zn !u<@=\a&%CJje dj߄ya#HX~6l/pe(: #H. .Ґ[ȯ"VӴR&o>m^o}ʲ?8ٓQ&8p.\ $v9f 1`*5Y]t#H̛D”MPDXH9 redQ ;9!r'MVna&048y9]-YM͞<>_ֹ J:z޹N ~v# ][6\!D\4/l_;b~ݒJ=]aصmj\ƨ L磲}3BTw/AH*7Tln^^zidXg"_oȮ"h~{`z$…[?2X>?H;Vo缉?5m4$1}(Gs?$~`ܔ 0qqD-wS°*/ (]<#p.6&&АP(p9 Flu؞C!N2kc#nW?Ѷqmu_H+ή=yh3 wFm ƥzK42B,أ<>c@ŬG:{`JzPyXV`ińZ^vkBq~͸5\ :>A}z!y5SfŃ:ֻu'K2X[F `'`e8U"l) ٗF?p'= 3N3"Dǻ?{w 0 h3r`XC+kfNYξ3рoN;$̈F[Stc3:eN&ўPlX\V!.=-"QRozMVֵUI)I\B:ru.MT{P:FcX4 ]͘I_ ì1vrs#Wj8ưј*|Emne!TTJ@BF cB&eKbo폻(m#^D5x!h_Crea+Dξ3\"<֣Jx$A–Z:u͇oL%O6}۹b;u4);?lipw7>ԟ@1Lv@ooCMAN^upvQ'; _7;JB׽Na_j`*,Wb-'Zf[l0RęnKrf.k G׶>~:(ȸ`Y32zuU+D͌xu=EkΉu0l@JҞR<țBZݮӒ';?%E _3eœcLd3P]NFi5myv< ϵ%o#]pɆЉ9Z]ahrl˖Т5^/j/@;|=# ڒ`:ØP/ XGQA7K#-!pt.4 5)qdޙ/'˭J}V  Nz}cpL?Қj"-ߗ +ě,P|uz˚or"KJ%AHojXho's p"rhL%*J ?T.y$h> '@MM|/F{rtVk|׽q68o'p ~lS@[sۼym7}EX%ag,>k 3iUW*}݌e[>P**+ճЏaOX-8uJͫCa?4=p(Su:na5T>hn/=]<+7 Jgf Wk(GDrP.37=Ă}jBN}LK5'E#+ \ 6]_Oyi 8'zUܻIaA3)Y%TL@N-Ej1Y, #V#,U?ƸD$o\R}z;?(KӜl"],^o,7KJ.}7$(بInӜ]cYBrƪ$ba)e -@yZ"X hn:zdIn*M3]2ǒF6F d?s袩z z2̰i6ʊy"F#-܁O _dJٮ /ŏc 5F+#([RS߷:G1#ifTafdp_w`P7įvqdGvo0k17>93Êk/Z#Z^1 z Ip8'b~_pEOG--tQeOUlۍ_KbsUVy(4FΓ <衖N9”sKR3 -kʖe KR RRV|t`?F, A0X(\ZF?2fBTEs@%*TXF )*Va9@V6 I$]]-$ط<LS ĭm$M"2{<5[S U3>{{{8v6^*i"j“r8 (d: ?4ڵ8O3zD{?PO5Cǁ%`;_ 4Hnnun`-IB6*LRcDZu0In󰹢5AxQSNfyh:6 pf,ec ,/jxQ1U*ZFʼn `UmEdOiի:>Ņyq|vG:ă8θFҤwV_(pߌ dLyZ 9}?!$C5^d l!֠~zU#wyTAt?tZg>>?(/vE^ghm5YE0 $`eAV8h;kI-)Ͱ0H?Ab)`)%2)`H#-fDU2$- +-&Br S| -^Ѯ`,,>"/"7=;gPymx0*hXΡ]@٪KL̿Џ=@Yړ"-aVYLuO;b%7]Uxۻar$jH8QaT>v-wLj!,g؉͈l-GK]05i[ɬ/3 9*ͥr:ƆvR5qJd>A?Z+"iI+Wŋ73 r;qMVVb.ꚨ_.9ےIzX(:'b+4x" CJÙسe7ƕ*zWS_\6@~dw:e|| lGjDkB]kLx?UTh❤#qJ9{Dz׺J+n:r)fN29hdqu{xZ/+ "٦?l{!Ghw[S?lnUi(:hLF8W3LlFȻf1D1t?.`!}B#o='q"\8MX8D9q=uqi7C(QaT`Y/vv]f#Q;|4?Y4@s% IU4[Fδ0TCF7\S wyÈn@ ~ n]!}9I̫hYC๞ѓ`0VHU U_4/m|fZiqtʐ2O~TNbS dvg``;jRrGC+ 3<}هd61t+$e`s&jb*ȢAKFb`آtEb7JM$=\42VDZHUvlJmmu7bc|bY#W?>tH9+pː1O"7'%H`8s6HW%Υl~εoQ?*l.b/R \ P+'ou5휥5G,k7^"" b:A4%a-?2Z(7.g5PGDJ4qbO3d J]%&vͬU)36 =h%pq%Ay$У7O3Ƽ&l1Hۏ[v:-xZuod֒ 5zV9c a)/({"F-63TsT 9e=&ȝ61{1:F 6aþ<ٵ+ﳷUp^lc%(NZ^G(.mdH-iؘoY$ÖwǛxQR>&>3:o|!t11 }rbMa5ۭS Z/x*VY꒻CґBA ,rRŮX$r8Q{;Vwk qD$~Sp,PD& v躴O:iIl (9Nvlj}55e[t%w,̗(QgWAk ѿ_bުکbe_ew ŇtF?pT3?oyJROW\2mFf¶~$hyx&*3.(6%B"ϫZ@EqH%>^x ioO^ޫ XÀT6 .gfZJ.؎ 136f6vD_wls6MgY炦?>wJ۴N {zLjc;a4G,+I<%|QW3p`R;1]-7U$8 ujsZ {uT>%5"2vfT/!JFįS[T<WOy|4%-{7SN3ula^I޵ :> qo+1V'w=>ڪjc8 +4}nv[IGr;\䚬~B)'2s#}DJFySgՈ\-'!b"̰>֚M0NY woBŰaən @( l?#t7e/75 H? ʏԊ, KX&$\Nuҏ@ (#EEvshiv9[—)~xC:M-ӹm ɰlϩ=4ɫjVDF'~q{DħxNy{Q^p#~ [Re]vsj-ħ8`'.넉dMFe/x MbQ{ p!0= /W`px["U@_ޮ [ &gPUxS9CRA¯Kʠ?U7ҀIf6sTr3~E)R [Vl?֦0%h>yS ] ( _yCVUڏ @U&p\'lYv%^|x36,gl1l C#g鬀 &`(mN-5sWT:瞰'/>Xe SY (>^X'՝A` \J)0ΓTAB"nȧTrNagdE1VڱAy]i29}3ZNng /7jMu hu~:u;J>ow- f\:[ࢗڒz +]g P 7z@nD,G]o\REZj\Usd4g>4+I Ƅ_#vZ]?UԒ)xJ_{ . {{#O"> cq4a 2D=;TīS֑eYj;j/7T'QVCԀP,ڞ] y(s` }-EpB#ޟa D(Z֔>S튨GZE{/(hK;YٝXK/:p28F,YRО1-SS;L-%_9T|]ntǀ> d3\4Ua˜Q's 6tERVR@תr1b$Ƭoz8ZIxI>*ь7S;F"Loew ꉘ4nPpv7I#;2Mߔքr~t[dx;Zi[pԘ%,**J:]̶&4N,M4asZe#]nTu9׷6ɔX%CexwAErwZj*V m8m> ~,I5 G* _aӘ~=*l4^LLiyU2')Q pөx[""~OYLߺ4w(?駑uiF߄) ^3J)pۅ?38 o41޹z;ew?J4^>&֪M_apMstiד;F n UCmtF\e #x^Wo J|ML0 ^-Y0qS[1@B6gӹ>EVMe32Ѵa_MβUz=&$m`M!?i\ܓYڡmMK0Ջvd{OR'EyِE4$(^ E@Qz6*"p݇iQi Q!m<]('j 苺H?2szRȭˆ"B]6|ar=__kk'$_dH\"pHlTUt{\G Z"1訣fj&[COyB+,OPhp/Z(i{߷" my bVنB!VP {>;FҳO'(8ݳ3!Ǣ5Oi20fBr<"g 2(FD3y ˛8L2%fjW^Ø>1XgS E:i{k g7ߐa3ZVPL_n׈7e`Ւ<$ؒŐD_ w>a=5d7MZWSTUɴP2yL*%bD3ߔy%PWk]kߛҾG㰻ډL"SРէ\hNDh7G[$n9m,a;P'>0N66RkklFu'$QI }D.]s~g)c"*k^N6QXzh&jXru_vWV~"8!d{諨*{n?~ v{J/* ,A`toi +vVI;k#|R~/us1]14<|neER_3?t~skQJ~8Jq'WVJngljLeXDfMeZF(hJjSJD-!ҿP_?MHϜl,7MCli7!W2 _naD?^rv[v:^D| N:&7<GW|bHule 8M+vBOIJ R /'C2JlQ[eb@,2"og< CR"[J#D3í?D V_}Pt{㈡J:QHhV@O6*MjGvN7W;(3_Bi!d0d{4+@ bSpGs9|16!4qʦD|'B=mK,n d-*:#6F,=;_-'P ȫkWՇ\%ngi.^MyЅZBl[Oe`͙K-|- KB 5{[7O]uv 'IzPnc8o.haÙsOJN^N:J w 7Ɣ Mr %- Wfϐ E}$K~tdZqO-,WJ~1/W:ΩIiM%vo, )z.;&d1&H\#17KZ.|!T=e~M/Lk4*WOL:!Nye8EcARX0X5ĵdՉٓߞ rlD%MՙMl ϋyxhbQ逨6"m#QsOJhZ3ġ?%%0 &L)kg߰\vqf ;D@i6‘P .1&|Tռ{r+L띖i,MyGެ^Bv>LALHR>g#X!^~{{Zv\(i>jqH \-!ת*[3ːo+$S'Ҕqu"a/m1!R@~Q0pȡz~V2a$KZRFKxc.׿c/ʿz]t4Y*[EM2Țlvo d'Rw(.5Q{%kHWwA~ FiЋ9# c23K'Zjgl8-Iʉ [T5@u%ݗ2o=#q4wحTUZajZt7CQ~lu}$,@E6G,$iOoQL>7ZF Uf_strR8w(wWFA9sGbd`8T#<q19FϴhW`Qjxs87ՀEByn[O"f¯b W{B}g.;\[dيUV%GQ \EДG\ Aևe`hDYVp"?C QA&uҷԕTI߻X}y՟I,##Wգ9M]'Doòx]wc`NlWO'CWoni&⏉iiw/tdGUW?|Gi,=;Ǥvjfm)i!Znghȁɨ(?/V` L4> y yS2N(f~|R (n'r2u`"{Tv"H{к?$ Dx(lLzAhsm,\ m9X_5p-)$ތcnqAe".k[wVaۻeV)Dc¹ hXߎQjcyъ<˩y6I:x^7ȬK]Ι]tV&N;{n'CuCM1?ǴA1fK[cj&JoH[?Q:(JY+U!k`EH e$SNkk[V* Lx0&=&VˢK(!܂fs\7s5jKc= Õ8qnt6^ӕ 6J>ʧ)S&DsK]Xve.{ 3ɴ4a7IXˤ4tp}:QI$=7{R&.:*1$836 &X B1fIF?ՠ jM=Eq}U۠e+GbK=97_Τh>VHW7i9SԚb*ZA3d|)+_-3^UGĘf=X<]nQà4T6/{D&&}%<6~]`!RMEHc2,i, :"wJ~TWzţEX@x|xj  \2`H#YwI |Y95-.OʥWKOZKҋ(#ZLFTD[ .81l/2] FWDbjjkxՖM!:LVrSZ``Ex\Z,^N͠}:zU'+#A7~[ GreeƔ)'K4AHlG$+wAEk%d.J&+4ZjKD@dVz>q o$-#۸hlހ%jf:_)Zf+/,\=T\(W d6 I{j %¹ԞI0Tз.=f0zUo cua>d+CtLOU{ >]ߒn+m9ј/K9TPz$Fz7E$aN~sR_ ~#ȗ({h(⇻x'|>JN@l>/CnMe0>Ps-qm559E;t-i!&;[#AX>$"!=r8ǟWxy9S >鐢bD!ο!>BGCpLU[-ONS@,F,[[!$U"]d %iu co$cq LV),lp]o4_Lr~i_pvzWn&CV<n5F}ہU> Z--^HАq7|nnbo1k,mr+='>[\sX'.ArR ,PqҢ+>@-N 9w_6hu! :J3=!*(s75ZH߲ߏ-ƴ`lOzl)AHTRۋ]d)'ѹNDP՘$/lw`lU#4\:u|#3%xߏrHy{4 L8ղ&oUZ}'9 \@ii'X#3KYB ÄFN/~+L G9ʐZ \]vm9WDno3q R-qpGy}j)64 w|1;A2Jp/Q(? yTc>}O9c)ch)or VA{UNFBJ<0kz~] TYBH)䕩)4#=PrGc͒LcD=kz:ϴ_$^/8/>زߓq솊yWkyi턡Rb4 ]ُP05L&"/2:Zi:L t,^^bHpzCIK=%9v2i:/Њ@TFErn@j6 +J:҄h7@&31W=Q.'eT# kQ~l"u튡 #-ۍ4 4M(YqO|2CմgKMdXf RNUܬ)[Y$B.{3roЏv"~&yn6*Ѵq!~TIn Bswz,JNh`mh'RpR-KS$??"Ohjc8rp?BtVSDc'`J۽L$1?#DN KJ.ibE>Ĥ&ipidMd' $SDSKo\*H3ՑB6Ť9A|/ӭ\$yE}=XBj(BsN}.~{$L@5_Mc" 䯕|%. . fLL[bPs}:;\=Ptor D8 933z`O j@sK7+b:C ~%R%úA'U܃=Y>n8:Dn" Tt˳G>h @厍pt\*2@W 5Bvw9JlIdw.4z[ $'kڶQn]yۇk&7U_Hx; g J6b x;8F ?- mzOiw@$+kA9|spsxI(3d܀xиT/Ѧ4E aӀB%F,Cf8iءZh^|]BIz_-'֣b9_aWmM߆?{_1t!c(YGl$+ۙo oI'&3XY^bYYpWѽ5zfVwSzI:fw MVkcnde"]?"FP =_[oxh̼ MS-[ݴf)bcj~G*&C$zJV9^++AMKSAI9M[q{.{!\ ]=ng1w[3J ktm`1id(@hAͱ9XRвS$Gəw_}񂇍AۡЇ,]^~YP%{ynd4j .(%~87 4s(< Wl1ϧj0t}Iyok@ UO+|}jOkesl^ޱ`aNH~]ᜏ԰D;> QW:n DT'iׅէB+ELTc`:}SZd< ?f{%,8ēk0@K*/Ҿ~l54wWK}YwbymޑQ l/R"v=Rf }U wYTw\/?2*|CaeˊR,OaEj KIY[ezs囘4KofC@==dNbIA ^15 !11Ҙ{r!1Ca.&237=9(o"~>Zgṅ"P/[KZ0mI~y<1k7k4hꑷL0%NNsABl`ߪ!u[C-``=߼,83uW!%u AپE?hJ5b1;5$"gnX< :j*j a#ѾߓܫzL1L˃:0 uM*!B߳s.;!z( }Em)ۿ==HD#W%|Ғ{{U7,&:dSɻV Wtr i&Odhs[W?t#8j=Wӓ;tإlNS ^i)8j-ͳ8hNr~#=̮dDl!l̹X`DǶ\harohEC, |S%*AR_?_B<뻰5=dGoާ؀$36W nD ]VK8)gWGX-~e/s_Wpv w "B"Rr)"Qәs/tkIfEPYJ_NHQ1%dR""e(Hi0Ӽ)#Ư8l9mhmJ~WMaX8 YZ