go1.18-race-1.18.5-150000.1.28.1 >  A cp9|i2Wl+q h6]@>?M\z@p:rgmu.:lu]:-Ζ-5LѻIg{9tЅ26"zHn`.=S!0 Dt/\ F>ntJ =RXa\:MՕ{;yE>Ew,Wr7-t(3agHkOOE|fu;.+'Qh",`F%|Y,(fJ\"Vx83b2031a73b89c9c10aa03166453b2c979714ffd6e2db98a87db5287337a14c95de9436965fa58f01d52adc330624142176ead0718cp9|+8q*@,) ՇQ00,ˇ%5fs˝!GBzboM]:NlI)^ZZg%)cN}`$c" N9;voY_6H옣p-H;)锐9OX'܇~B*δLp>sP?s@d # <&3 Ie     8L(89$:oFpGpHpIpXpYp\q]q^qbqCcqdreerjfrmlrourvrzrrrrrrrs<Cgo1.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,sheep10HSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Otherhttps://compiler-rt.llvm.org/linuxx86_64Hc3936760ffb3d17546f1944e3a833e4800edfaad5a303debc05c28faa4ba77b9crootrootgo1.18-1.18.5-150000.1.28.1.src.rpmgo1.18-racego1.18-race(x86-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 trackingsheep10 16619679161.18.5-150000.1.28.11.18.5-150000.1.28.1race_linux_amd64.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_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped(^p={-̉Vcgo1.181.18.5utf-881af967c5050914ef636bfc81ba3da25049f69a46e7170957ef7df3b4a1defb0? 7zXZ !t/] crv(vX0-Ǥi̠R\H tbɑbF"x0R82~'vGE!qu+a\q+*YRAHd>hMb(L1i_a;Ϧ&xku+ʦQ0 IӷH>E`lIQWkV ښp6y++c[, TCih,e][)ؗ;/ 2IHӺ=X6]$ޝ#o琿X^jZmWAߵ??3/8l(rV A,'UCR:wU~Dk 5DCB-Λu>峻 ʟ?y9o,V PG!;A3I| űEJA(]I$K>s`vv4{͗ DI38gHC@=A)2vf8bř}ZK\]}:S{+4|s|"r-\c)zBpqZ/4# Mgyl"Ugλi\o2r%N@6RK>9ߊ|v@r:, WAMs6h>k2NS=,e6 # E-GvZX5ES3:n,m51V "6J#$Q}mO&Z@/K#F5V^s0֨#uk0L+456  EB2Ke8(3S)Rj՟v2ƞVN- `L RB̟A1o=ߧ\5=,~RGUiL qDȟ+~e,qV܆o5/Pj$c:K/p;d7=bZ,Xe~|b.3@DCC]dm>nKPlBB&NrIOTW&֐:wᢴ/(=&_Ҭ댤tmI#@S[fobp42xF_mz1q>w)u>MkDTLEA >'%'K2ɬïw0sF fCd.=Pd{nԯ/Ј39|OB)˛gC33wgR4&wEM;j,2xP|GeAϣ̌lK\RC+o7?RlZ3wXm6_(2rhss_~} cPv-V2k%V-jK@ ?XB&I<0T5US?Z'LOmĺc5*>t)ܼ1~-֮WACvȹKQ :da4n:P F* qrHd m'x`U0;"-B{G-@Eeq$;cvɨkԋw[tBMXY3Ypco}D6έ+x<( A4 }&7jVIc7ΣqC濁r$Ooavg*1[ *u,cmJR%? :[rY2ҏzᨺT, bF=ԾOD"<% J:>9D=O&!MzW7% VzzYԌa,<,c|cޏ`N50|Mg3iՔU+y"tMeQ}#ԦL+F` 6;IM6Fl|7~h(hVrBNKFpVd'= \>mwYZșFwiOplC ߒ蜰GY+Pe^C+[";G35=1O@%[NHQR`%T!i<Z<{la37Aџ4o!/|[U13`ivI' ] QD, vo䎶h^<^RPa8ӯ)9Ie *yO_Vr^f~GO:#{bn[b(,ITCcH@mȸV3I?1R]YUU[elA(^s$ [ީoZ jlM?1<-ꪔCP1!1pS+is>N+ж~%b:J^J$7RYDDYA/c1Y|3cO6$b`Y*"úL=dn93$0bj7-!k|>YDeV#{$}k(S p z P֯L?1"#+UU08ջE۹f/]Xikt]1m 9Cr סbx8M 5Y6JV-}Fcam? ɴދ[3s[܌k"k"oUZҁc[ڢ15bb7I/~_KR; "8}(m`=KkipjcJCyʚ۟s9Ѐ>=Sϛ3ikju  GAEϮ{K!zwP2lm9/dҀeT8ŭwμ䮱\v_\Bıٖ".]d\*SW=b-`]d8*ZScsCTz'[Zr2J?rSjwgK t&85r͇Zi/:)jqU ^ nI@*giJ{7R%nR;*9j#)P*t]PS3}aPWq`&]4_xX'ZmTG;hqZJkfCK F4^[eg 3$S23ѶCV P&1rkYTR.^~R5eM~a10MTl#m+"?]]NM%D54ӉA |{ bx~IWo*=- ("C#Kv_,=|xEav@)84Gvc`F_3.IIbƥBjPK vM9KO?q ðqt 'wj,$j>=ه缩&vZ $m9( \e+nخD}gxTl;KOi ݒP0|zcDl]qF*b$"o.ZH! P,!0?{^6vPn?fTB:YM @֞8$$*CX"v͛*ERK8T1iA5AOi1[3Wo//Y>ʔY1ɖ[8S?MK }~0:LAyciƚ~O.X+v z<4clʟdi T*@`m<-_F||b*Z(9=o3"g |R$K۔Ҹ(kpU""Oq7QyXEА|ҥ4߫ 8%d2 ÌĆ'/\%A47Ca] dp6 VJepqUyw tvb,֐f&ىGX\[w-hfyd}5r?fP@Y1]Hgn(Kr*Օkj9&R⌱P|O-!_/&<h4,$%_.DZp ϝW&i4];产A;N-/WX"9ʙo=͕e;KjY'h݁TNԶ?;UALq&ufBcW1&[%ac=v1*Lkaie1$4GQ4. W.f$F &kїK?2b-=`s6Jv$EHէAN2zfD+86S  :gVegs7`:VvNZО_if<+i)kS1b_7)p5`::=` zw#o.ԍJ׌\U}GɅ岙s Y曺!eqlσ 4228՛5޿qofVt[I̿T=m?;~W ZA/]z;ĔS;u7[dJ@^pԋp=,qt6RKw .5_8D u֔D0|ӺvhA JO&qTWה2*@)ܿ0Uth@Wџ ni+l~ivͳP^ _P-}QFjp,f-J_!I@ɺ(px!x_X3b=b:aVR<4^<-OfR3،P瘔8Gon`Z3BۀD iT|h~+RE \iBzp]k;qA+\9_8%ըN:Ƕjv3$THP[%f.ܐx0f;o^|ƏVQ8q'FM `P<(戗DpF, n;HHm*3(y}̔ QA`;Ѷ6Ya8oAƙSW"^3j)4ቔ{!{x)g3fOAf H!Hï(Տθ)da lwfv6l=)XԻ A';怠iS%Ξģ+ QM4GBc3imEzW=5-U_ȳH#V]y]LCO^p@-S58Ŋj(̤h|'gŰG9w 5Ҟ;tF6PEz6)󧖄lbɃu zwZk2((>zѫ!\|vjq㤄&=9ఫ'X\j.6Uû4@+  p7%_9/%ᖵ-H1ZH0,hd2ziXm& !^$qWATi]ƴeS9z>+c yYC1 ?1 נ<&!4rlaYm$ԎڤxEONSB>m.G48 PSK :OӲ_gMO޹$V#1U`wh R0d!YKLD9(&Q8o@>|ǷQzlVu{8髑Hq#+ޒHSF%_rRGO5:NMGo #UusHIqݺp\yu~&ik7CQlt#zHR*&a ~aZy$“v4 Wsތ%:NOatgnSGAdG+P.Mwk4ɐ!Mۘ0`CY}v(`k̕"!\U'3{ dMS,H̵PS #hzf>bCy]v?)l`?Y~mDlwSaUbj)l+ !d. q# ta"*0+ wMḲirpobAIhիmS&Bm,l9 {vrXU|r&SOkȵd&},~)Q+%2م8xQ+W9\v~  pxqtrшINo4} в))m"8/ŹX{d_L9i3)n^hk'Ox[m|V4"*v1:צbA(C_7ϫ5סo^SDX:)x5e5҈vׇ̯6se9al3Zт' \Cd'/3!Åΐzr'}q3!ةV9n/Skl5?c˫QGBz ~gma +=c»mm0r1JfrzG*q ]LKT\)-qwvRWU "8d [ >FHNt"8m W?,W?03 nћvw!7CMv.=;y|VpT⺘@$T(*TB/ƕ@m&$OmtTp3dc8Pg-'(UaI3(*ȼӷ$N3n[SR!6_,.zO0NK5 aelIr$T&;X&imi2-TVܢ DJf۩jt1j_oÉWL^\~iƠ(t BU$B? cm?UԷ^AI~@zd~FI /10#-*?Pn^V~?̮=ech`p)pc~{s|VyWH@!{^#fZ >E0&FSٳDNԶ1Y%Ud\c#4V`u'zc#*MTaxƈ1% {fWᶢ‘pKOxX QIUF/,NyUM,^58 'O-- AiNm;%ʂ] ~WJa $GC[yIN. 4DgN23Qʋ'(p6ₑYvo1Z gjSk\9f[["T^@IALLr rC؅^  jAʛW>˺(4* z4'A( j:0"V-#+m7_֧yR6&uS:i[r E=rD)cyUyZvdw4\5Z.״lAq}rw'jP,wd% )/t`!8 eL 4| Icf&>IqqT3傍G)b6S$exK!? dgQ'j-Ho ΒƊ'I:~8ߐ+v R|~ilGk+e̾e3:I Q~Ϛs*ahދ^$9J"z)`g.٬aTl>\PR1ێAK+Ys#_9Uw l8B$92F`5f39*d+x6d5 Y'QH:|okb8d4sD\Gi5Jg'm^#|CS[% t'[Jv\Q(!~5i̵{Z.UA6ڼ^Tyb T:k34U?-4IT|Ҍg;J$^Ʌ)02x)7x (XȈu[͝ 6Pn\Lq}|{Mq5w83w~#BNm%i0XMS䅆rhWϕm,~I eE-kR6G}h᭙jto!*(HhNO [d'f؆Anl: MVL`N[N*D,L❾:_B4x؇=ϪztLF*H<'7j0FۄM!¦3ݢ/Wvbc }\HG/VM"nu۬̃l_띿)e6bdZ`si=]Z=j`ҩed9ȫf+Ox(r)@OYSތPbR|B3P) ~l%^˛kY,thMU}&h-#V3Oj#-Xn$>Vg1O>*_`Y`0`?V/D×̪L¨XRU8 Ȍi(emÌ0!;=tDfm[RQI4yyw>M,A~`s=NU\MÀ3]kB>EĊV WSkvtBU;N!th^r2Amc.TPӫ7R6ps`Ub9h^I@ѫ u>_fR?٢ mw~e |K%cScR}ܪ.As Õ[;GAуë2\Eѓ`vȁ}"MDxZJ+#nӡ Ӭua`Ș0aY_s.[`k7Π r|bIyځm! E!7-7p: y+p$?-lJȭ]WO<'3uG #c<:m^UYus _445"h8Ä>8⚖V4#%[E;*` ,OqMNZm6 Or9aFEch@{}'Mh~QQ ]}ߩ ,մ""&.l]1{`ʒQ Rx˰SXFlͲ[6ܞ*n]hWپP>/{DssVM2?PY;~*SBH%Tm*~wYtշ )>Td㴉O}񴆫*&B 1^-;FLх GyL5Ǫh 9O)V+歨IL|KC,qkHgů9QL,]WvK2ͧ,m5w(˲.&i$.u#v$Iz,l^f~si pDxES`cnCEC!ca0Ӂb.7-L1Wg"B(`zmՐåf"6k߻<]@&z:L^T "zѯ$x5 >=>dq#C#pxU/  P7iO5m}&Wr1^dæ GoN1RMnyJ-Px&G`p?HX _j&S']m(ڑY<_vRʶ[RC׵AR,ݸij;̝kp #@|.(%øshF.j< Ulz]Pc#Gf (7fJ2,-ٻo-{N=NbAowu[ӆj&fw@DB=B Wi(`@O<ڡ9ِlvjϮU_S{Wm(BkhDeߖ(f%#pxJ%]b,EcA|2ː|TqCyaPΔm}!fY_dlaػc6/;1ͭTˁGOb 7dc,_٨_3"3Ϳ@-;ωF/j(`rWwZ]L(J%p>>ȯ,oۡQ*kVW7Z xVW) ։s=ȼ H2ciyObߐO0gBIL&٤ǦZc-ҽf+= eО i !ͦIl#~Qb h@ 6s{NED}k;Ih3f+~𠛞x|(˸9DY,L5\*"ñsnRB!Y!4zCe]gsX.QȊ7'vII]AG O.=~E6;Q:7U|Ng(c'~s)q|P3.z8b9Mo X|! n ]zCA[\HK}vxßIxϭbO=daLG$9ME<)戀bo?>1g>GDR M/P^GnMNtP}Kv]gTaH JS_dkJ L@|QCqq9V V'@KI/djUM^t!TUmxG܎hLb:ϢTn[utsh]D,՘z'T0R1owQ DB߃a1oiBJZSM0oh϶p~nσK {h&~lIhlf FgO; >s|O5RH#=ֳЀ-6oit_&'? 5~*eF Ea{yS}±74|FDyO&0(>R\ gcD+o/86Vj r Dbt#!Z]/,R"A Jpg3N*^?&Ĕ$ip3(X30{ʎTjl1<ẅ_ azvwa#:Jt_eOsٔDy8hV|ћ[tSU yHM y/Yo+1"? ݯH*&xL<(gZp_)ɩ0X8;R v`5[Ehr1 K%ps TR)QcF`:+sݾ鯺)xsk&x<[;jgVhlŀzNPP },.? _@v<6&K_D.!37_SK- Pֶ*G0)4O=1TjJzc͕ܺߣGphgYW. HnRGevځZ {O) u̗ 5]L3牦+ZB 8 j&b*׿$iMj2BdtLA'(@B"#|Dæpz> D.A ʘPt\!Tݱ[5Ѯeh"}Vw~{b-0x332J&˝=,dҜ ȩPaQ^DhעrKs:sb͌qq-;WCXuw#jL oo. Gnjܚ<UhL|Ch4`2~\ir=DzF؝0Eu2u(fV3覞hF1ODΟ4g͈& Gލ6߃n9F*:r9 s7Փ#xƹkzݜX45XwƴsW^s'd<,0n6w#j%hY˻/T{iB\B)^f u8m^my?=Q}r1k hsp'*vfb *4PZb "m(- %܅y3M~{jA6=;_70JX[:n8e^lP.[I ڞ5?.A"V^,u&,!OΕ~̻Φ)Ł{Cp?B]e-?/#>V(.L\lf8g:fi@p.|5MJtm"[gRqt ک.Dywe(麰 {Ds%Ci.ةԞ%|,cQ)g,TSj x @S*0ьcqƑ=`ogVvHɞ9#ǧzš>$̴ G&O*2 +'hZeDzLE4z&S9_ hQX%|DTg9C^ԀLκ~oJCy{Z )lr; ׌3Q:ȴµ~!Қ~潒ljKD, N bߦFŷRWWN@cLXĸM Ye0\VF6Uqnx9N&?>ݒ5%:5s'oMKWsS=leB(ƾ.}ُ .z9}m0)ʵvi|ژ΄ϭBV::嬛bpzJ+8Ʃ(n0@6.>C YDv,) ޵Du ]$Os ' @ZvS8(j~ӛ>\^d![۴V}-5F] ̙Nc5q;#5:IWXkX#~Օr҂#tݏ|t݊hP ʘmodTL? 5Zv +yTӢM|0FHVPwcA ~́WX;Ta=^ۂ d]+)Sۋ?pv*簝RU" a,DX1G;_YIWdVSs.La|1>=,%N MR,lVs3Ƚ= ,<l<\K `:K4}*+4e+% Q~u1cj2!E4 i-~c$ⷖ5h`|8^q$ * v ƗݢU uZƎ 8ޡG&"BO CM~V*Ww)9AzSAvxo3^WCgA7_8gX9+ڤ&a̬ Do(rwXkY2:Ҋjwwv%'QOz&2TQKb,@UjM -$8iF^ c>+ j9={.)#6VRZsM[L|C/B;# בlmTί,(.k0eZtQ%0xRUq.ܫNaƖzǤj O6—CK_r^Kzq|+dcZMΫ@-}LjՊ*Dl;8m=Fcj8'$۝'>1/˾rJL\ ꐅVZ(ZBR|AC1/(& >:D]D1\)Z4dШ<^vr,q\KW@X"Ny;ʌcZ%4}i`@ҁBf!U`q<]t!UB?9Dn XcCY+/߁ $?&Nҭ9d*E V1s':ᙏo*N'zyUp.jTj6GK ۚCGٜ,Or`h:E$"ѡud̔ ~5BNE)>A8< wWh'r֣<2wgAA)Th5ۆp*;mFOWnZhfm!GEJCNtU)xI9鋍n}[ƪðdz!PXmmhղKx!n*Tk($ʸ4ptc]-UuMa$.W:yoG}iI彭fW,hoSJ(ǿ0. 6 NjRBؼ*;ތ̳P# `83snߪ{^%œ[rFǬyFlo#w١H2|} §7Vk?rȸX׿/;a#`=-'IXbF, ,eybctm,mw~Z,:,Ӂ5*PZz@/=囋"]#<+x{y /2`})NDSQrK6wE}QSz>A1lwL"Pp55c$mU=o< %~>UcZCYC -FHtp|/C l -WMU]o6$RȜ4dFi-f@"e+hFȴؗR7ftӪFaGSgc4''.Ԁ o !14)7w,Ao\)ySr{98|j@`Xqp$*S+v7.ddIi]m+t? =n,^K:NЎS>?6n(UP?gj9֧]䭭Dm׍c" weg蘞NQ#¾?Io*_GmM&쑦)n8ٮUh_ƦF_;<(7tFj"#MyhB7EZ3CC?~3 v ƴ+@B ȁ4y bcݭ8\w^H5rUqBEOjOv!)GSŗ)eEK%U/{nW|* %kֹTy28\\ޫz@ `^[ 3`\"}=d)`.ڳĴj3Sia'+5Yxj`o^KFRMl$ٙ {]fŴ~DiH0o FSz{+<5$WhOX> N% > cRd@N*^;Z5\1C_tF6׉W)f!>O/9#{ R~aIb#[%AbwG!Wj JkU \|Y^8K>N8uT6)>`bA*s(WqY`sϩİhRX?aWM_m{J9<-|)_)^; s+W<;7 ^*y#-Xa;, ]pd_/>oE$XRX>#J+[ms-tpaRT4 #_%=KY+`k=}ÓNe=KRǒD;sMꆈdxZ&oq=J{6n ʞ2d8;c|DKh(*22օ>˼+$&ˏ 6 ]-:qMgXH#8x`2MAͶj+]M]n$7݂7NO}Fy $/iEA>^4]Nk9+uj,^ [7]>mT)鉑<:9DHznJ^3WӔܾ^%FuܼSakuF`g. ; bwUeɉNnv㸕:G[1$ta f͞<[eW{`P[twz7GaMv.VjcD2.\i6eU&9 ۣ^P}jtT&CCnF35οuQEvӫy4ٕ:_h|u?1$O"qw S~aZesp)IP𘪩1?=kpMYy =,|?pǚR$u@rzڕ.M:Cbi>Ih NmȢ}*"7D7?])0g,aJ`Qud?tcOӣX#bW/z%?W9` &Nd 8TvWY i;1B-h٩nՍWcvgmeJ _ZNW%k:'a76@bU>o [}(TFoAt?3M gX9-pv56SPr{xK~ ɏwœU͵QFOjE0:83h9^u E7?Qͣ<(9~BlҒFʱHwoA= ,qzb/STWQ^#k=k~:»27 z#WLɤoy\h ["5pTýCm;>6i,NJV w0p#p`GѾ{Bq/M "Z8c?;NaOrhS[ة_vӽ߃,8Oe;όʱ7Z{$mkz7{DRi5"K:;㎼LX:AJڒW u˭f|d|t.1W$MY@vk¸ y ߕͻw_:~8G p$9)xM717F=ngP;oN\^u(CH6H4y<<# zi:"+;qP_Cԋ[|݋fP ޚ186|$|}Ȃې ' ?{YNKVGjM%^ c!WpBo tQ?CiNC]]wN⣂_uu fG :Kz dS!f\MTl 8_lAkAC8ns.#WV5(* {Ř`T}]b;-D@=E] 4L &|pA_r)e{dK˟kDʦU,ys`n1'HR{Ac~44lS1o+ρD ՄV[H1~ WӦ4R^ƬJQ=痽 A1Tlt'kV>Q^}sIlR]'r6sTytBhaf~3h>BU Mɀl,!ȸcI#ݨ^ LxE=<ڽEXܖ~#>4dp+}M&/=!FJC,%qV3N8ik~_ÃLG]K# DGgJޥ~!xUNT YcE wf(;XS|س4~ܵN1gFBE19n$ њI{p:> _mlbQ;1 ^0{˓9~|I-hӋ [%} m;B{xm Y1Ls\CnHh~ϩ:*˯Ykm|wmz4 VBaEouaXռ7m$'wg1YP$4,咽$]ƛ1zPLa5qݍKf Čib=dmCNlȐ ՟H5ƛSIkd Ke'o1~)Oac 7$#|'^l搑Ŷ/ېj+qocZϼ9f#=&*$hyn*z K<=~9kTMA< ZU͊}zBe*#aeZ}GHv_Q[j4i0JQ7֢C~MUP+\UǨ.Env [?iCRq9;'ؖB 8؁/E|l$wcM({eDĄ8;"P--rƅ^?ja Q(:!2]F?)<\Uƞ} N}c@n]g:xLPCV?9*U3 $1a(ed!3KIYsG%#!1h/pe-?%@DѴӦQ,-R[Δ5Q:ֿd5=.Sqa59)[oTDٸ$—Q9Y GVji ZMP_ܵ4|7⢂ִ涅1_Goo Y<[^pȉ}ʢ&)+/Bn!:tէ Z`M^.\C?r8 Z j:졣KQiluxM:H{gU|nz(|ɈG:Ţ%wH~~y_;Y Dٲ+R4M10Qo'`SK]N r ܑa^ s{HZȴ00OY*u( K=>`zs86֚ ;tڟy- :v>/l_0G\2>v!oXI~QC X36I$z,`Ffco3BŞ))m*nf}$Ld/{/DŽrP..vg>/Y<Əw~:"3%Ȝy#pL()ف;* pLɆ¨cpN,L/OǪdFQƦW\h(@~z!:BPpɛg0:RglFkGvOe]7| !@vR>R5k q@fGʤdJtzya~dﰧEF`v9P,y_^D9sGy$0 90 7c4$C@ (/\gtQdJU׹#^xv5r%y{yNLUuuGa{éxe6([Ç5+sd j]@u*fT]r&ezt)F󱮴0ur/*;Sܗ!:Jt רV@́=@ɔ }&b~$ ltfO.x߽X0i e͋6x3}6lqke9ƤRo h3K] _T6lblšv)> ͵*;LqVwT9lc]p{#u"lo+.XcFuz7J\S6&X\HWMCא猰6,$ sMԈmt F$#}/VE]LN_C=Rbh'\?G(z[@ f5/_1J/*EGC)qwnߤ}~ukPe=cVX^0a!I B4L l絓 = ,3ԡ6PZGP*-g!|='4 UB}vR oYCQN3DR.xwbtn6ihq[UR'IaH:x6TPN (>߄pn_ke1çftR#L4cj6 ¡0EJp:, \-4˪QTe8wWZ#Ѷ], OÕ*߂^h j;gI]|  ΀o#kTe3/CH=f0,,)tV2Yp_|=A !9vvG;~1xƿ'rFs]-]f"}FSp bvv $(Ղzώ}6maTIt t%c0s{EֽMА\ͨ^͗2~neh+ݮY?4uE[ ]5j> O㏆X.(* 8]JAӰl4xel請Fɮ"gJE-;?~`_vwD* r:g5İ}G~}-5=،^sAa`5&&\z@9Z@Z6ˆj7=źբE?ﲽ_ah;پe#{mʝ-OA]B;$~MйźJPSv<2B)>ŚJFu%tvp-rJIދ,VZ^GӾ䯿Q &}c`xßSVy @\'mNT:uV`J8ʔs h^qdm7-nI|݇st}O1pXYpb&gNjmZÙIKקk~ ¼ z/ϋԼ eS"0N\`̞; ts5<mt>LF>5FвiJ^-Vo ??a 4GĚ0Mb(#olH`!Ҍrz=/L Oēo}0Rٴ97E)$-cf.m[هt6a.:CmP~pem V'$ULpP% C֝eEƄ1^qoyxN1GykL#qҰ6i P&1ASJWSt7Q%) |هoH͇uYB;ȦxF˯/,`fv%^2#2D(D`Kpۢ3I"rX^ћkj&`o; ER Txh PؓU(;1f<ϞlÎsSP'V.&$4c=XO¥#,娅 @4YGaݒ;/.|q5.h| [pò'J~ JhF(=L>oK<`=lx -'Unɧ7F;ΕV#R2Bb"W"c"H>ʕzNħņLJlginwo#)=26w!x}H“Z}S%g(@2|A84]/@U>/vQ}}%Z^9K.y\?B`J08i{X8+2_uqua$ywȵS*hE+{k؎!`J@&Q0H>+AM%U@':CoBfSA]o^lζT:UwmVb!S7*Gq&V&XC EY=7 ;$PBLD}*IA?$hx$3f"pgm\ⲇeO @SPؠe0?8]:)2OPXуTAvY%vMލ_%mwrDYӃƋ\%^Ϗ Hj+%Ng vQrW&f4b%݉ܣqwe28ƳjIHAy7 S?Xni3"nD-N"NPMy9i?s!k̠pu}{2 Kg[4_⬄KKl$;ş_fp-܆Ax9oFYm(7L2QT/.nQQ'K!_4Ʌ _%4Ϊ+nCtSu9 96땁3q:,O V8>qX(j/{Moڬ5Nnhk2YL-M߮"2'qg-$WSij$Êa{⦋Q^\$8 V-P^WyIM]#r3-2"(3e: YҞưae;d˫g%~>#K#+>v"Յh~MB;K0λ=G9o|sCْ(#N?B7\QLZ)Y(Œr]뢥wtuTSIc|Z2am/I ?z1@@ʅEXX+ KN_8{B `F-Ug;7>mz+;󣪫AN;UKp-tS얰X)oks_6>82[[W_=i ߆ꑫ:M^;!n`\q@&bea nT L$tC!d-XBeSGOCBȝL oz޻8S*Z> h\x8xcC N$CSrRת!oϚa h{Id[.:lQdEPYQKG*M2g Lԟm%wtfRIb*"nжa x%{vC Ky_n2ȅfAȒ.\Qt6rK :* 休^>KT]'}ȩ,$;2jio~=0foqn8NE*}HI" ;/4B )$p#ijB*NzO%ZSE_.: 06P"ڰ7x/qB@q.0e\:EK'3@hK[W`Nʭ&JMiF8mn"g`O3r1[Àmetߞ#-O8Vٖa9UBa+FQ-=AmAk !j~ls(_<18"ST!b^ioGkײc QhfQ m&,p vcC- mCm{D}1hGK.o,!S 5?^ܡ"dž֮yD (=S.d.4kK_N7W O)g,u7oñ4O9DipD,q:Aڕe =GVL ([|@Wh~RPa.f'G+S3,&2OG>?mx_vd9n >9O˷0ec<]rښ#4?͌ 3b#hꅲ]`bڀ5[$]^WOr]_{ID5|!**^SfMJvy bO_Q|ׂ/ЏR jkB`Y@'\.L $YD:]hv?j}pUȮ^嚌p.QiwA?{)𘼯20+d֨$IF0 rx(_n|Map؊E̕Mf:4? j!H5K5:A׷ls#4%1'ղezj5H!>HL'PVA8ȏl`=l~#s<ca%QWG. =2odw) _ʻ28.zFo\}26MT_Zz|(J=Bɢ b* 1Mί߷rlP++$KZ>Ssl%)}f_7i5TYVghS (ת[q=Wx'uH|E;4H V fGMOhڞ=!R 1rDyӾs<9*Oκ_[NJY< {}pHqɋRN@06CSuR*DO3Y/ґa`^ EA0Ρ3حwx_AcA]>&ZlŪ_Zn{:i-)K8ye(aQt澥oυ|y -$xK2kwȾ4jg!:gA;s&Ǭ~kGy o?h.sPe.5$gɏ#*CO0*WN\`Zr0lsʊ"$˟zB OGO#J 3PKЎ#50 @& QUW4Mv]:r_ 4-)br@q`lވުٮ5YAVK_BiR>;!SR-.Q?VNW[xA̴{%|Ԯ8i2*[ q 2VA=5 >pUDkD]ц 9 0=0\!YL^kjL, nՕ,k"9?q_,ﷹo/ 0b(ɧ^eW*N5*fƙ'$& [umpj""(d )=S3o q&>Bn/Ns;-FL7v P$$&-/,Zv"-g_7vid_1`T)Pg$UcR8:83|9?oNJ {BaZ6Wx8jR('O(K9@ 3'}&N-tNzX9WvIAR)O~hY/طMҊݸy-ZZ֬Vx)ot1>|MM1\z,&:W\qÁ[gV'vȃ\a#ɔ6(8+ϭB>q; ē "ؤgk&Zt=5c$ pFhWӟkzF LT{džF䇑к4hQO1/O}^ ?!$&ֲ񕝖{_5 \W~费zv]HgG5- ;NڏFl5:EH \Qˮ^+}끳-=vLi>#6qTL=lH^r%2̣Rb h6/qZpyp˺B%R gC}ly򾷶+%A*Jc)u6MQsu{ H 0)mʀ2#oaO۶ZYY]6Jwl^%&_%iWaƮsaj^q!(S<wBn , =]

9J Wqf8Wэ2JgNW 4SPw.N35浔%|qZm`|*)~ܪ¸; QWqz98o"\mt#E>H \4H&j`I-Qn =$;@~E*{6(Y 'xn'-(:_&5-h0Զ!*q&717n- 6,c0zkBʜ 3HEnǵat8-7Mu~ Sq(⡚q}X6aL>nJwSuFXu:Ph2}2@svySd{Y[]y;N"uTࢃ`sCjVVu1ubT#c݁2L[%Hz0Sw>(c3 3J05c{^B1d8jɑaHg!~CK'M^#ko'YCq"*xۄ&Zt׆oI/'(9X_"ȽzP^z>E% DEiiv^UU3[)R~H3 } iy h莙!w䯑SPzayE³LrIB`ޚU踆o`g'?v̵)8e2Wd"3"=3Ea?bt%ߑ5 3GZll\ d?sXאae _k"A-=Aߗl?6VIIR)pAuB8;u%*3#-Պe#02ڿeg".Pxٿ@QwbNfO &Q?|*Ś6[n0r(K]4ʶ+lݭYԗP0mq`Jwc]u}AMTu#87QfVs 0u c0[gW3RP ',y@c4Q?#>(A(rɸ1U?U&ogCG̳ƀJPI_^}"O)U{ .3}Qo$_Հ и\xTji]q|Y7$ʰھ#Ub &[xHe!n@~sbQj}GĔA札E1/I] \9$WOL<5sadޒDz.gkSh gnFW( qc,u"O߬q"Vu#a,#~ `k>zgŠ/f:f3|p9 :`NkKh_φ S9O 4?T@m)ב=RrkK§ \z||vM k ymQ7*sf]/{,M+7fPx0B}6gk'g*3 zI(y0/l yYKA *Zwb.u"Qxӄ4EՔ*4j5ҳ>7=fE6P:B=36O܉q -}:񗄌'`LڙnSbowhJCc i#G\7o|PʾS:NCEK/-jM=il,b$c/:0Ad 7A/mi{03aWZ:fu]߾FQ(odIn?7N S`6TRZۅ7?>at"#+U-SB}3bjG>xӆPm"mv%]V✱jVyT"?0wxPj4B2P[&O1Zlyg]pс*U>z;}AF r-\%ЬJi :;NyWysHGR'1Uۡe.\7(q}|',cr\N~`Ya5b j&uH"Xč]-s"ً>k,mzlwӠWT=DQH}83EI`q=!$+FT?X28PWjx+{93)i)GoP z-2]U 1yRGt Ҏ:|v0Qm!;̏6{<1dΞ 79sz'G:'W;M17}E$CXgPp㑅IMyKtFfIy" M*,ShNqnOqŴyCmH &ą80 ˔>6*"Qp>u>DgsJ,7etEȖkOG%̼Kc]\ >"dĴL.>6f喵Ť56~ 0'3t"UQ*IoG\r( ;?u'Y-=5)%+Q'{t#]^oS#QNwU$fBB"V-ۘONQ[zU wtO_rwg6p~fC" N'@=⾻1&bsG oXGz#<9Wepu\*%[ូ)P ir};>zFw1frl_ǁZZR+N<4Z}s?gƶ`QSXFDk5߀ymkp, ]08pߊIG:yos{7|x} 6ߌ5pjka 7@@x .,dvmNbBc71PnCo:U\SIj:[[(avđ.1;D < B0'?m.䶙#'ORr]%[1*ON΀b9}׫zrKRG`lǿ[A:+Qn(/'k5q4~X]ϻa\Z%Sb!K-ߤXj/zq\|ܞ}nδWk|J!„m ºNИuh=6йo7 E٥xӱOC~飖";Ӛ0 ~ S:z=?tz>Ux!&ذ>s!EMaqݬ3CmRyjYJtap>G jHdt1 yFBy:[I%^r|X8yP]FpNm߫ r_´=c,ҕP~ TS-NI>P`[v.tP#Difk939e`2ͪJ]dE _Yeŗtդ<|'7kXp5;M+:/^g+c,_' ͠>۲A#`&cBMl-?>""B?hJlK h\, :9Av%aDmպJg"Ɠ?~% SIZH왉 FCYDt o-8ygWb?ݴ3.|B R􅀘›u@aaŒĉnZ֓\q49\*h=։UVx iHv*ӄCoP:@Fon +pr]0JBifބ ?crR-spb.VxZ^`V¥>e厉-Fžb+'YFୋ=9wťax4 /5BtHѫG[FM<Ǔq0zZf)6¥TOOi_OK[-X3ݗCԁHtwt0L2ߖU5g){.;7Q4ղ(={EwSlϭNOY*Opǁ[a 儊c“]`0ߍr^~%)P΀<~#EV4Bs:Z+SF9p>Lu&%Q.6Y<_ڋZqC&mxB @iiΗƝ;lя-V Bߨq8j-&di1kxn/:v=˻u! 5Б$i%!Po V'\D6&q"  /sEA8n"QF Xlx?jZb+#*y76$JHau8m2(+%ftP;9r.odO~o,.ۗlµѾ$ Jc8{-> Fmj,KIg{fb aⰨC q,7@a re (R'/=K Z(jP ҄(O7qUlFG:ېA4\i=H3IlPp@ >bSN0:hn~(|i2JtWxN1Pza(Ȇ}Sc+4$&4!Sw]xodYb ):EXɘ =tT 2' [,#gUM>vF8^XH]6lFwWOt)Y6%1_Z!ApURzvu๾M_JC:8"YE>w@04 :m Ns>V'2a[39,IL2{oRk[ߤs ~AD5PG e[C~]9be5G>~mslԽ&E|$*ĺ6k5p=U} Ҥ^ԦHr:۽Ʌ264nx =PO',(ElL EsJwm4&`7P0R .{̇gX҈W腫U Hg׬|_@\/-:][C|%* j3#eS'۬0#hAZ|9u ,GԊjH߃>\*8n!xr)ARU if!lbnC!|Հrz짽 )h؃ v9bnqSTlrunۑ,H-c\OL D}}@*L5nKIHwq ۘ$P?gyP\*[${o?'"7D.L.2s)*矮u!a}^bA7x!eIׇϫpxd)#fn3b»UKj&ym`#"v w> ?N`\=6`b?ywX٩_;qR䅲^Zau0}:tx)rK`٧&CκN4 ]aYY6\uPVP|?^ΛNrG]A0y9 IXaL(lq.JRpv7cor ԹV#DY3G?~U'z*ҚΑ[`vn.mFy=Ϸ|s[$d^b#Yܒ`#S2Qoi,U[2aP?F lFb&SCR?M4 3,,[$!olajtt}q`k }lb^Rn֟T`ɔpݿ@\>A^U"f,}1ep` e3fWum#:`;P{A)@ ̊VB?/PۏhjFKvnem &Cפ}*LAxEf(+,bO!t6@HD{ý"͵ gV0sUꈯuJG'd8ӑBtϫ,~뮶*.(p55L!5 /)/\,):GpQMdCbW; wzcqz<Azj +NFP0j[cb@;A~2}n}&iuv>}?Sp!J yjsv[՛D&^6Mמ<z1@iRN޴ Mt|%&i108nH%T*>Q|А"WY]qDψ# ԟB;fTKQw59Tz|W [0WXܾ +u{$0bgK`zW>s&<% %aA@+jWPd'AZ40(I'] by xq7ÓSi.Dg@̉VXG8k5TJKpK1v׺_}b'֟3?\@aį XL9q-xxDŭ/CJ#1i uy[kt'[gԃ0hꠍ%/cojAq$󦍈oOJd{nSϬEPG?#uw1Pi!u*ӫ0(5!R`:RØHuOrzڰV#`+yѭhLELאxn1߷^^/ .Tiѩ'NL "hD3(ÿKh*7nrCu쐺}* <K,?֐W/Ĭw\:S>xaW:y$I`wݶ_) Clށ~1q]mR_^V*uУX*m2XkBlէ@{H^ `XSђT{;GH~"k YiHWzAu#Pp SP日})ILA N~\3"Y+G)sJž@;fUEbQ箇h ZSpwS7}CI7qIĬ庭~q8IV ɤDi5M:hY8D1aClZ4rjM>Ϫr y:+ȦNjdUz; p[d껗z"6gmKN/Pn.̮hTux8*!ƚUO4PMӝ g[7Q@ VS6s%oA KX9\+r;f\(oonGM*+NBJ]ɣa~,VEէj( . X4tqwUoEn]`*?ImrԔ:NWJ\+yS,>ӳEϧh|XW=F+Q NMrnWy#4,cC-k>'D0n 5w2WԊ{]eɉl#4CƎu>;Xej~0G?Yʮ2fdSݡn$Dkg wv+~+Vw]wtX[x0-Ԝ~Hn><ޮu ^7,A,]7Z"Q9H8 ||]Ŧe5+{rg{ؕ|2?bK\'~~0%{I#U%.*W2!QZ7dS-~7kb rC!-@OjK+jֱ`y! PJ |:~KVWpE&]٩_9owCYŠ+C0RCG1,*LxX'ԓbTޓ@X *ɒtYťeeFJ4/oB#()^Ӈu< "!%#m,NujlRpU\V+ue>{uq~wɨ*4K"q]j*+mCu(Sq03]%ۘQɂbGv ns(OڨVtTal5Ym{bP$e֘p{@bբ"0M=!vjNsD3ܑF?iETkW,^xUP֛sȂ(~Uܟe,mܳ\iUg%S趸<]ŦJ8d:uLbncTLPVtF$'^]+J_Seꭣb۳!F;p]d׹Qx?qލ50(o%5ynVZA0Kd 8QQFS 'nQN;H2Ak_}(AWBMDXЪw20-yyo cSJ(y~`ƤmGJ%_̗)8Mx{'ټ}/OV>YbMuS{"+%Pɠ-fE|t"o߈ = Mj#=`Gv%=٘Ē賖.?$E{*!Z%2v#GuPjlc $E,̰؀zN`V{?m ‹'1'or|9s9hE ^ӒSJ]6""s읚K`DB9OU`,6E|d̨دN[%]$}q0ܰU§zXAS!E+/.Plɫ?{[PQga΃x IotQ&e}iuנp_#%)\=)"g,J w„ M5HhѲ>FK` ab;>aP[5A/Yx)}>uNB,aP^)z0w?"e hNHX,=21W\4M-?+tRAm 3h[upoA#,U(m+Fa17HZN|CpJ{ &/ OdaVwr # \S;#"T\~g?Ǎm<,U$pm7OowMui-"ve[>+2tzI1jC7PX%ȢxK}O0`]=IsB(}bZ蛗@~jQ^rlyZsOR-,܃K=nINy|~΅Qj1%/o~i~SR\ mEC{'EXîSk]-T8Ɩ¼rf?*YKװp&< ђLnTi }J}$8d)\~JC.lu];Oc(9i /_Z^j(QXq&0qGJc: zOUxe26* ҁK7v iKi} zvGSQFJEHqn\,?t?=:^pBN{|u(QKJg#wU4>p ~5=}ϰ٘q 4A"jD1TMŎ!i˺ SnVD!ίl /0ݣ{ub 3gKZ u*(#7yr'Ԓ`pg$a`]dW)!]J)$bUMqOvL@Y|'/V[QB`ʕzV%8z-C9\D-b#{j>4[}r`E-$$F0L !Pe"mQXm~\3k`Iyr,S+#11W O6HSj_RVeRJ/ M)S! 4b.NWHr3GiROv 7E/{%>fئ֔Wo _E ssd⹫2_44r0G<|F6hNg@$HYf.q>tS s=od,"zDe%WY \.48klTՐhJ9Sϕ4{BeIghoB|y ڬBWgSK?-O=+w% FwHs^`3S["(1mӜihlB]"aV|\2,*>UNR\-JG Zd'ݲ<+W%& s@5Az{ݗ,X Uՙ$%j5IO 췠P \_*|[Dʠa.;7gLM@칎ީ&ahމ%Z8+`5ʕY)қ Mr lR Oc5kx ( f XD!.#hqK 7,d(=<=T~Hq}Zz8RMPdiAk@uXo4)א:Wf7D+^fzXPb&8Mh %q>Š͍jFmVpNw M.mPk՚Q] 5: Eq„FrM%|ql`l,Y4Hϙ%).I9t&d }rg1IYx2ϴbrDM<lO C8ίX◢+d ҷڋ2`'pދj T\nMWbSue `47:)yK`̫:vkEǿj̦-EL0b4]-oII~ kEy_ MeR}?"܆_ 㳧7&tIی#f O'd"[E=g?f#GʣxU@L!,7Xg#rFće*QnҔm䷡zݷ,.yP5,1;^Zzpst8g(P[-KP!OؚGJQa dw u􋲎z?M!9J8?S bNKhIQT t] |iq[{vrǵ\>Isڽ;d*e6:GrHy>=)gpsK>ByG+@>Ttk^oO  [:P6:5xV`U\):tH#@Y\pf{VJalF;`הለf(cmP&gsŐy@,=`F3ԛckSU$o|fLj &JEq 'KWoQfy@* gN&T8+Sĸv^xd6!"8͕ధ<hu֫*}t]tL7x-4$)Ҥ QS;g(w*<(uq ZQY#_\< Vr墅 +w M8\]zw DLj;Z1Xg-%]4iK]yaOϝN-@=!3s+X+mj5Pj@}՘^qzC+<)g<%f_UALQ?mYrE˨"IIz13 Lw9!7SYȟppT[w)Wy('>r2_0&G;?Zߓߪi&%01r.S[rhB˗S:Fʌ(LԻ4'iVq%W8bX )hF7."zLIEotH9Yy4irn}lOE*F Ëu- AC C}I], " j[`AYboWݤLG Dlub.]2݁95r_۩E-zVCK|\wJy!LaAe3vR%M;pΘ"PXtldTq8ScjRhF;ح\#0\ϋ\|ѳS#4%` @YA/Twd),j LkvHUGgV`[IZNCxBmU]pE[Cx ]|4{Pp5: ^W;dIN`ZsDItdƿ I]V?XMM5g-03X%fn۴[ vu$z1P>>KjT_*=[ =c2LQYiɺoi&xҦ]@[&t.2 }./Ž{SAM_W{uMͣ"yđE]L:ʑ:&G Xi?ۏ6 fN#6;&ПM ҝypCMxj> 66ZÓpa\4XF&bGQ~*Oj3mвliSBu:ض{L]<V0Ky4D{l!{ i`=HI#SNb9onEׂ]ג9v+訐XjZH}WV)R9'R+NF"6:4ܕށ QpHp"tA5'ҳo`4~',NF &ky!Xykt`9mԦ~vE;-ɞ|#V$NPwhz$JdCv u@ ч&v皊lɨ]EMADF=^[:t[d#*t[bhF\:zWf+~>{llpz=$S?#{U#8eM%l9jr;IBA\׷YWUwmARbrv@2՛4yҼʓfTtȅΎ,T'Q߹(lGz<[ܷ?YB{:MN}C2``J,MΫ\G}:KɓJsx? xXe38ߑ\вTtZC(=FVgMgXˈ 2x.ܺ}q"AG!y0tyvTtʧ׽;-%8\NO" Wv^"Y$a-ke#ž|z6бz/4NMw+Q/P@CFhK\Zx;bpDFڗ-@/q,kju'@~PYu0 & w #(1+1[ч8;ܥIk q$c}5dcut<$+- ˰4R>RF  @WIj̗>Rx-ͮ :I%1 1>c ҕ otXɉK@yL޸ ޖ_na"%:?c}Y<$e6g2Hq):9fCB%hjw K9R‹uCMO_h0g INu@-3dE}h8m_g,4ϙ)J?XV$I>M3* +BQީ5u"G*@ bR|bs˳~ PߒSsC,0i|ߞ;b{*D:.:nM8_*ͣofVU5b7 g'{wl>*DJ*Z}zA=ṟ]"ճ0ݼYa2n(g0M`:P#&,:4?=X\x~9 ۸d#Y9Iu A͋&_.u:X*{unpA؜/p"F/!nTb܈o<+/a3`FbK>|w4?߳zMRVJbE/"ۗtdu{Z#ks]9*AlIp W<0 38OP~C2|JyKش( t !kwFpя>ONE]2v1X9,>sWQDp\0UW]X!aXlQ  ,#i6.xkxIi}kZʛ4jlw98AyD(^G\\O+DKiZvWW}l=l'_SY̩HҌܡ\O)iIR F%O>}=4&KJDwދG<ԏrcUsc袳(ŅM]<Lʌv4Y l9L7uJN&@G-7ybtR׃Ȟo M(L).A@3ek>jU-k9QP]M<Ӓ냴dV W$7L 2ͺ1y-5dFAb$wE]A|H3x:`4)kQI,'4HC-S~ qoUǟ:LjC@.\  Q+(o1\8>pRʂhؖ*+TEqТDtm.i>SybִP&l7mu1:)TRf +lWs=K6~ꅅ #Tm;k 3.:ʮs`9v&{#$ѧ݉'걺Ɍ{ʬQ?*}~~{ @>'T*_җ EkEyf|h>wP>&$gn l$MlXԃez1` ۦc9<itBQFeo~?U qޞqƣ\6>Cj ÍsİWaMܚjv?C8 WkFky2yuVuy+=T?sx%99.b@7>.S椯u ḼKBo hig9'aW1gæ' #ۍe(@98# 1׸09:0 A|K"цEc?=DǷBj?Iָev xS⇭_1@.6{~#lVNf{g07_eZ76mh#{16Zө*jmRR@O~#t6X%啻4"f$rޑ!4zx*[:I .fD"Hr`hwNޭfF靾Q_u}KdۃJtUy; f}niqH%`+Akvjf?X! %ˈp񭻢h 3æX>яRL† Є/,V86wjkLi13X.j|:Po6-!6+\ "R3 7MXs7H Q)fj# nvTd]&1g K8 xkΔufBC:Yz# Z?&RhfYg@l|܇! ['ՖrQnmu'd`P+yHg1ڝ`^5vK2TmB 7ѓ%~s:"+t2qe,hTA춬00r#ᱯi! IuCV-?fIb{jSJ<*l rZ +qS%jWcB[EicRQMv W'kU3s:f7h.Db:Fb=Ut5}ULt5xp*J׭=S{bAL }Ux;@FJ|8&שW;ͥ?D+ 䩜^#cmS`@Nb!9> C>|*bG!)wKvZeJJSu1hys ekfB<ˠ j)Pf%s7҃Fݞ̔|ƼWe8sF`78dCxa)L6"3z\X@ 8vB#_|bb}k5kh',0]9mete5W@\i?yƌ3Kzw 3m)C<(v ]X*ɘOCL$xo=}SA:NLX3o>/Dz%0m8:<4^ryXZ~ c}*q̾g8Rw•e3vgM6 -6@D8^B,tK>]QHpz'J?|Ѐ}h4jn1sod.bM^ k/+ z 6y˸fXWu˶hU; X/iTj87m_)|~zJȥd "Zf7/e^%8.2ޟ;" [H~w$UǞG( kzc 44<.d$c9N6&!FXc'V]lxKX gK)ωlnfTn1߫-K[F[k,Қ_ȋ1e|V2)55hA6C~Pw!8a`s],kioOc.\.9]<3 j䵿ċY/Vמ0O:}FXyW3M,@Ɩ(O}GjЊLٿA]5/)#__-hPcx`P6k[.YK3e}>L$*7Ƨ/-5wXtDkbe3HXcܢh|>}NÛ%O xk2A/ _|X;~svzw(Cqp[2f!QLXfVxJU ձCsBg2U]a6! =#ǤZ}R?y[B8?˚p)¶flSk(;Au@}Ѓi1- rǝܶwC~dv uؤC @5[=*]r2,qg𭻿{,8i$*ɹWiYP˰ѩs:Ѓx }^c^o=ti7v3ln$? ^\W%I:]T-?Ξ SYye&.Mү |_ţ`CwbETN+" ҽpA+\-70p9W@1lPBy0ȨI&I!o";? N%.>~Eˮ` ~bzJ/i#:]9D PPK|g{1aepm`z[6932,ȇZ+&j.';6-1_|h*:,PHlDV /(lsc0_X/yK0hK\T9Vp/np~M$@՟CbM̹cǿ8ҾC靠s-r$\4S*vbnVVM:٦e8s.[ ?+:?1!ڳ׳"n(7x:q/AW@lZԩ0cGѮ<i]9]m1?D dnU%JlF݈`VH}>i4,$n&2X1C&)dTȱ%1l:I:K؁jӒTG;VB/ok# vx⯮9{ zJz\9F7tEh[T=1-ټ &_aCR?osf`Ϳ|h"|}ϼ*x(҂/nl4^qv΍d$`0Gu4{7xǬwA8:ן*]G_%ju($nЖGnIR O=uW Əˡ9%5XK5scS 'q뀞0U 3C@YBk{>~n, Ũ֖]&ItpY+RܓL6>;j@5z,P|xePwi餍^]2N*{ x.b5  I >bB؏Aݘ@?>_aV2~`[mZ{eD+YϒjLM-[ǹA/ŜJ7N-.g!i70C 硓OZFzL +KRsjwc;iKCI麉#E}.jD#I 6`4䖗kP4-AC.qaVԀflhav& 0*zn/em j0$T9(Dȍ#V=#c^@B89,Do~ՁE%Sr1񯄫| i픸L4tfpg3 [lZH:yX#:OMɔۋ[Ԑ3dz[ׄ^٤|5%E#p/2c ʟWWi\8 ?1lZLU U)wAB.'B=-UuHXh qsB0T[/gdeEU^+)t4mX::LC*}_a3h -Nk"}4h:[[B;}ff; ;|"sK"kɕ…_)V|=9\v'@eDq![W ry t!`i?k$ Vt rN |틫,5!p,e OG.P_</EY{ \(+,<1%vLRDklqV.NeK՝MÌ۽M?V>} C T-@VhNlüZ!z~ޖtƏ9Gֹ~"rQP#Wnb5E2'O:WJ"o(#yrثD ۫paSd/ /b_Wnq9~0-) p;U- t5V,S9ے@70/odx`Lfv:yDf M]g(m`܎|_=C6,:11XpвWGYfFe3(~_eAiD]I- ;$FIihߘu$4&}L[b@Y7٠獄uCrVԊFQKYq\˜$#(h3r(bm2B]<Z肕f越LsU%Ї_wLx9\Ư2xjEǥw%L m"0lo~?NFC!TSterlSۅ) OAYD;H1k&kTPgD*#oTT<]Ր`AH=öGte4LNwWvSt>@ 򅤿anK 6ǥP{ug"EMc1`(_P Ĺ3C[S,aJCY6µ;mժ fC?f ڜy>H(fSE5h@oB1wyHP=dqpcM׃Hj5A2̼&;|}>Avk9>;Wkw6/G=,m [f:~"!S7h gNq )^op4%wGTDҁ|ߍM;~@ Y;ȌL(Z2|uyA9Y>xr'Z >Slq^âtbQQJr˖Qu))]ӠOdpZ7B&=s7}OJ PPqbƒ=gy,߂&wJ9D/PeLC6BcfUWP@]b|=84͚EF!2]XOPҶ9htFYwW}ucSouJt0 ܼD8_#M[T\Бt.G1G=(-{/%2 %m] ne22IG HW%7M朣L:J xD/ˠFINj,^o؂2"I]X[IYO٧V\x>^Qsᙎ0<\hr<<6:g.UFcWOt1R سy'kYN Zwt9+LK!:egI;aLbŊޜ}%d1ɔEDylf 'DѨQEG"I=kq^u(Ȳ)]r@N "lN׿9R"31ԑ*<=_E7 𣞵u@FWfFEb.|׸!H*z3g{#. )a/q il\̐o;cJJG7P՛ժ|öL%qlIWYݿ+2f8m14RA c|3.WZ(6@3ȧWM2sRs5L$q;ߔ Zc}2A$93 6+J Ԭbx9駲/9FѦ 5L3d6l'6+`Xi"->hΟGiDИZ޷/ װ[&Jvo1aC_zspB'*䞈 3ΑIrpHMϋ XRBzVu)^cIn:j_m3OB(Sk',Fs~waL*8uS}z%Mg(omyqMP:|5%C𙸶l){78LIc3ŘQ1IKf$pM( fN^-Ս֌fn0'f4183ָ;T 'cih΢S@&]M4d.uKun-)||w^w8hLie4ƿ;VwDDnLH2F$#\K&UCȒ&%;N =M`[ρrǔ[U߸ޙ(]/+D/ɵxk?NX|ozP! ~e|3Y˜G0s nyQGheJrtSi}![𪻛EOl0^#~OAJ֨f!# 1c_.L0IL1.;Y5xƕh6tҖ lqg+1:}Fzmk0MãNXr|n1CчSV;P(e9o|B? TbBS*?.!P y{[/f?pl%nC1ݏ>߉FӜuwXi~ݚψȂ:) &mJ@_c ca'Jhm *S21 5MFq")ro(3&A?"vO+o6,)ԉRFቪUONr5*{ R )y(Ҏ`Ml^ k"zfB\W~hJs 1. 0C=5}$1H : ۰5%8ZJ+hnd5%Cx׻(UFeܥ:,$9/RNaRQ֦Zu3? Ӗ(~2i9n KH,P v[~+uk_ Q$s_b b<:t|uj[П[<^ѓN /w!s.zχt0!iNYmgM6XǍf5O:Y.nWRxe\I\EB=t!;HNCms_&a{& ,dgz,eagmLlz}eM}{'2IVCB[37NO|Bj\hR9̈q/v6K˧}2عwq|vpV/:R]ة~sJEPG; ?Pt(B˷zRn@Wژôs +]û%vm#ɼm|Doq,wZS6HՃ燨$Y$'E] a I9/))u07/ |)jJ;\%z?XX}Ry1fKp15O\FU)⣝~H'2XḰbɒ&B4/t59Ojₛ|=={1/VrS lJ+ OI(39>s7NQ.@: (#s::ᯱZYhcjҜT|l?JAE9Y/霴#GpwA`ߟ3ݙER A+#<Bڧ2W5)htًB -Be:kZT]_e$ρ u\2zv0E~6mMQoJF`Tt8>Vpwnv,ʋy$Z-%o\O˟ (V=e7~4&( Maa-;ŌM:Fs逻pkՏx BK~+B^a?9IWϪm O |Ū3aLt1QR}+8جë4*V1F[Z4-Gt/M&M씍lbs8? B/,Dg+֍+HPl"NGe8u)rz j#g aqHGG_$.\6`rXdָa}QNT3S+Cfkrfs9S:xEqat22g.m4 ٫ݟ"kS Bb3#ݐ*b{)E>Es9n%@+Z5>nQ0gYfK+=t*'XIWhnW:YifDᡎ流&뤟HkxR@TZ|Uq0U{`'>S O}8q6/'IZ m0H,뱮v̀0G\iFxz*@g:\3\Ps8'5n`'To+t:I@,:F%cIZ54Z 3Is *P}  _#חVHSW ߬گ `ȳ`r{ =c{FIk(`oϛrNJ) aZKiA'V5-^͵I PkIÉGgO@dhg:T=МI> A}_ß,3W_1(dz$wEq4DqH/,$T74CWnڀCtzIWU׼ ]jjqץ,EROK v?$pM7WO0,X{I ea>6Z5`1OIr278V~wjF,H9 $H=G*`r˹KべAls'|F{s@;~6.&YRvd>C1zܘ*\ XmMh" =s1=l|?IP2Fh?Ҫ>cXmg¸,~WN;5nm<CK դ ;lgQ!msc~`AC^:cZjK :0֤l[Oopdi4!.ݣtO|3qu&-.t˜.'U؜rO$6aG׆j7ja>4nFD8:Wk{>ESDqŪqeNK dmCd3!1ZקFp)D4R'*{|mGcI]qj͚WOUK}o (oQ cIRF|ȡ L*֟<|נ:i b L}&%TԚ`O85KqHeJ4֛53gFO6v-T)&=zX#Uϵտ = (h WuIԻOt]6ƖVJC53cK]>tO:V9,{,wK#{3Aܹs`Dm`}+Iߵ0dĭu=D`?7db]]jbxe$TWɤ8*kԬ:2  R+%Er*;&E *&GMJ6 ג cb8'aG5x)N(1tJÙ^hя\JZGIMbrR@GRiAᛮ75^A;ϯֆ?)9rȆm+ 4h;0ɻE_|q" ǼieԜrMcl6 BQ -_'Zc"=lmeW;-908 IXr~8W!#;8Q¹Sҩ;r%0*=GcѧQj VkhN VzZ-L4"|Q@K,ɱ%*겋d쀙nūN3B'ӓ*+svkNVC?h:0eJY<`#g' ,{-BB#qgoEgÃY#VHooec1ω臟qF8 z{kPVl<׸ :S29u6>s*[̛P 7 g)Z6g Eah6R$#m^|5l=}aVwR<ر(]<~tx5^l%DaҤ}%&j C}feӫ *,D X^k4g*v};;]_ا[ul !4rzER_N_τ5ݟ ;) {b6u1$%cl 5{:>Sl;d>QH%ЄtX7 'D=d 9c$A(oE3&Et쇨ֶmB/@cu%ؚ?[E4&wR)}8FBthdmfQ|vʴrV 5+~lЖV5SQ?}>.Pێ͂SA,_mRd?{C;a\1Œ >`v Nz#c7lȞ14Dud.`mBh i[r*A&AѿV 3]E p!i3ڴSMRȻTΌ\ LInf)C&'uu&K R]bWC$qd~,Gxj'l.={_LU4 e`Mepi-fr=&qyjn}QNI"B/+ &3]Jx u \\UQ 6-sW‚QΡϿ77#GrL}uK'^7`1Zw"ڂ8E7<*3}^p|c(GȟhwK96 ar{w'6WT|8SUĕ2Ey=r,;sIƫI˯A:moC喩tXX"Z8LJf&ŞD夦:&7˭ε HTL6^\TOU{I RmDeZ 8ɕ{ͳ'3l!S6Xb9~m#`!fqW#>))n>KA~~~'L̏jZ Y3|߄s4h;"[ oE%.Xjެ1tPg_=@l 7E ~Z6{5 ;V?Q|nzw*Tj#rVz- jT@I+n^6MĦ0-c:}!\B#bsr<f(kΕƐؗp R?J8BV8澂hUD/0R] QEmߣX~}t 6݋qa:WsoteĶE;˦]s*crqߣm3!H.vZvY(zq7>1ldHvRs@)I>YT/'Ifި3fc M1S29M![SBN78Я2BEHYK,+k|P;&A$] Ԍ w$\TOʵdj$1lyݙ+zA gG?:BpTJW%C3Α]Aȇ& VC)1ilxvp[p鉙~x3 ƠJ omC?'Q"rڲ‘5n[GףizS"w1)~eԙPfC,~f :9Y!QɠŒE?Dqaԃz\e1[OQEcM* \^_ L|:1t1PcAmxȲTcx$_R&B#LJdHwPZL3Pw_'[9~\.gu 4ޏL8X0esoxfK . z1_2S1>1Ik#Y >JA0N_׀$A@KtvZ/2s8.pHyKtϪ%=< ,^P&NT:@x 9 MH@SM;ܶ5]mNvwr^+ĕl&&4|Vd,^4J藶|~h{c<-^8$ԼlCQM6A_`¢3qV PmzÔ( A3{#oOָxMs„M#Of&:j&::c!{Քl^g:|;4)yn q{S3b7#07eÄu8eJ CC/e3og?{Nh\ꢵ\ I9Sz ⇌WMyo t ƥދ`޺Hm:<儤hP" (h>ȿ*k/:r2֡2$OM4Q_T :g -A-L.@3oh 4z /&A@ çѨ[VMlɉIHEZ \UcKYńAr9qq)d^d rB6w7Va,Ԭf@$,]!ؗD{lD㨛w<!FHW|6dɅTlmվ>VĖm_ Ӑ|oe,~[(&=7 #9(4Db凯9+#À4 :TXK ~^)+M H[O;lD ]b5F9T .zQ5X3U^p'>nRS\n;c '7$YtD\>/purʱ xN#^yLF`l>-b{Op(lB @ |W\R|m5@ʋO8=c2fY׍wq( ;N qAQdڱLJZ_:p$ݹTi罧~aĒ-Q#TkSKQA[&!3$g?AqDӘfcB9nEـ5=x㍕ՐHY3e; vk ۤdJP΄j:AǺb feuG4jho "Hww +U }1G'eD]"HGR0T4C:zLgY)E 1S+NKLw -"LMNY%Ĉ'\]i9dE@8MЅO.}0τe_v&:i\ƙ `׉uMaZ[yCħwťpAPVS.Ho\ׁǍ DGlVH X*tiԾc( 6&+ 03~y2-`/`01!׏P7O&FH_egP3(hlcFe+ʜ;Cvj"9ctPb"=[(@&.ޤY{,'S{%y*v5Z-4XS]뽭;0C(YN:)n6 =.Bܣ:_hS%Mȡq5@V~,"]Np`kƓ4*>h0+ ѓ;ǻ×C޻v2v(j]1TуPnyBUJwqU5of6Xf؟{yO'o4$6>^uECeָ~:J]꒴ڦWZl\&„ :||TP`__ 7aQ(#_ffOrwzο'P6? `QxqiUQ|1RJX-]_ٿ<11sIJ xhLqHhւi~0xgG5 ,SLV9MA-9 Ptq}\L@[{цAhǶ?#9P2nYX8N&a 2h)j"פ?nSo+ (ٔA)xWJV]bWmz4`|ic"ra25CGG6Àr*}vdw[٪60[.5ƈ3?}x =S;S߂ఇ -CBVɲt0U_5SvkuLvA^;SQY| `UIKpFE`F\dqy=RyXƉ[ء**H7P 9L17k~V$}:_F `8nY@ߪ)zj],6K 56` X"K`Zᦌ2 s>/wgߩuuV}yiA[p 3mK$k8bU5VX.nV[U͊o rBX*e~:g!4w j<1zvȣ \7G {JP G*|s!2l#A:ha-85n蒆idם5]OzuRou:Iz+NœUi%Ō"u8& - ^+GB/+t33bs7ʷʒP=¨2v9HT&"ʾFNֿC;zwKSb֒6MM =>Նj.0$)Qqj|7&O4 ȇCʧ^| u,h@ d]޷-𳵙,wFɀb)͕-;N.B8ҫF^$FRچf{=X|0Mm/?kֱ `|rr _\mXeg(_OfVjHu Gpw19]܈E1Kz`l߈q]7r}=~9`"=\1=e\!.E,dʹ!^B+LIȭTI@ )mH{+ä.B|.֨R pJ"3>/^CQ]aT sZ#C V\~+諟42Hc*{a9+C-v8a6;#љ9GDofnL֧y~!0:q2썷}eVsƆ$r$I1 n'@@KeCJOS<\Õl_Jn'L"#{R}dKhF4.jeS}oRNc!z4ɸğ5 'oSz:UئSX߅o!qr`T<Dz-\$#^ +}E/B=oE@idLF&dqtXuW =ɘ;ޱB΂dBzCŁuKpJ"xjNa| 8xIuyQ!Fڑ̯UmvKx![O}f#_VPTFëOMTlsB_rkՄp?>Bnh`_r3%X!dsy'00R77{#t'.4!Cg}hfMQ- P]}EOL^IB|c4hc*cB%l,v p{q>*Ǹ pr U \ e F83̓Z~FzV8q "5 _}I98+YgNr??0:|/E;dR<'HNgth$j:q4YĨ|=XD}@P}4 =S+0ȼ`S5" tCZů e{JPJcTW5e42T߫Pj xEkMbOb[AūNj:8|,l0e!$!w3'S:׫~كʌYZ,7z`!Cne C;ַ^lMV\H3f*/*;' *"#+ЕԐ곀(z-AMMi`Y"4CBέ|Gz u 7N1XxKH4 E>z'!(65\]DFKL5A0ԺÓn[aGhTHLt vJc>muL-ĈIK&Ov%$sTREF~.~fw0q2c90q@CޅvPJX)ѿY3Thʣxz_drh6&MHsc FMf*HOPz C복\"$qg0<lgaS~NRnR>'{' o;l-zwrW_ C*gQ%`A ,uPE]gHW609pB^~0;f|ΞdG3k[9v Vx].M`vZىVaU(EґtúJQz,R%x@,/C`N߬ف=Zū2ŽX]h -9cT/xK!G0no]+Nq fMrVoةb`Lj$jCy ą&/;ݦf^ lD6$)kX'>rPvB:c`<.,<5U0cbǻ.ur~.+jNE^xCEٗkV0wR:( Ve1YoN\W(Mh 1&6hKq xlۯԭn| KCcaZYڮ e ]m-Oܧ~՜[J z%BEUl]kSj;@Va >0)ƹrqOɏDj>ȳr$L.׍N LG*6(YiEɊY 9'yn0I$Ļ㵅;ϤM~9L^Ŕ FZT5Tf[a@֚$sZYU92rze VgsdNO;Kb X)pYoI*wߎCuRQ}\F!!7&YloP^9 m hψ~vx*%[S[I6/gnx|aFCpٜv<YɼV {,@Fx”VDv7bf8= &8멚,(: >`MB«8&w&U6/ZӹoK~9Jz+s`10'tܴP̝J,rb8u{f_vBb\T WmEFy"2x2*"8;@U5z*wӡ*6h* cRL~Ar ԔenXR-4 ^7ZO/iciF~ TpSC026MB'բ=T\t)eP8ljS8Gh}L2ͤTWj.2xo3- lRe8d"TTe?_iԸX(]o8K]ǤvDN9/{bBxK͂l0m;) *amNi0 "UxC7e->/\-2[\V$s I™P9B;9q.-M[3Ǻ]VbNVP Qa zxFU$cN;Y2⚏z)AkGksoM؟,YM.AU xZ~<'̋aoz,u<2 Tu/$@x}̊^z(XNxc~EP/E~=,/rq:0cg Z2@$kIg]w~m4Xd/ Ɠ*5fԒ_735@ -޼[,{gFj9pݵ$]t$ ׼/AA ̌BpAj]2Xd?>3g`k!C0uFĜ| xlOqd"%cX3C"t ;ctup&͹_UqXsDy:47jaCOxE_utpb\8uXR:nEB:|zAܘ7!nuJO ƅaH`P7Q]{sgα+M\Z}||JՐv Om',_PZp"LE'^8)g\m4Y'Ƅ얃r}:v<@«݈lROݾE+4mQHC506AByM"t7ѫJ Oϲ!ᒗ0vͰVٿɴD:ain@d0y)j88# tz,s!\ܫg.DEߪfc8}.ΛTK`4,G!\'b!_8rQVH#㛆7GV!@E4mc/v.U6}}rv#@&@ _S.N6L/¿7Or^r5;2oy)`"Z c[ eu 0_kxW(ʙp4M+´>⺻VU]InjU笤bY [ j+ųKY\T:ZYأإ_`S_5h_&|10B#},u't4%PWi*uTa'Ҏ蛏 Au_(Hk0!-V@1U|*#َ菀+\cDӺҲ2M$WO9o*x2y.6o)fݳ^ i8/ٲ7jFlS n |&eڞ |CňFM6A|p'!I\j{r-OY~V4 d=vMN+xE=_5@ Ih T|- a>7InĪс*8A(ʶVS ~.,W-MpGKvP9E'B?RdX1\LyrplDY.W|x*I]y`"N Q\7䓔,kV5K{[23-/ )p+<00a+tsZ*8Z0OK_[c9󛞊}8:.ma#GJG(yD ,]jӹ&y\)N4;˧Fم!eQRwyZf/n,ee?TzUFQeE H<̺i e ƵIP5 ޛ :>Cd)OR8/-$DWHp<+r'}wDØTc\zwbqg(I=#zw Rѫs:{N̽wc\jMckOؔBzuBq߀ TvŮQx\$3CF6uEZrZ,PviRE6p> /]]:V>LNԝC5qt3CO-x+r‚~tnCVG1pYmpnWؘ-5|?E3N'R@0k[nQ=a_\t[Y@<l!eq7ȷ L졖c-_Jț;җa%yr aב环LXqJbd><|k;ȅ,)5;W6GXd~{,9agvY*Pc2"`ֻr #~NmaqchOU4?s}BSy-Z61abwZHNH4<-m=oeY d,+ǗlWSEf6 brlw2p@?\RH1`- 7 --E@Zy>)5-?Vg&GHgAL@g56dϤh"~BYbU(? u&t &y-sUco94ӵ@Fa ?&m5즰|ȼ#VoSʞ#15m؏SiVFt:5L{Yc-~é!bCip b<6[UR3pYC| ű$!oG)3Lϱ>o4Jv.;8p#Q>1SݹeFStbnW &`F`vDup,E"(MW#7s:uȤ, *=G;(df% Dћs;0l,l\e)Uв /aJ-漇j;8Cmh,4yϞw2q> q> NTPz)OqgӑU\} 0OٿĶJVV_;9\ha -9cyZ!sN[bs8y}"KILo^m92j<"tq> DD%[t<2hH§91xG"=5`kՂ eODYqc< x(,AR*g?=2B3DT7`UbM]Ԯg|" r.2ၳgT.S^w&1Wz8W  к!.w J Zbe1:aw>63#I~op*)Δe*et>S8 6+׵0ԇ5{ko&0`4y`Ծ# ]EbrLSCP=E0󽖫n&OVfS&z] !N^oX k5O0|dUN¦O2OXqe>wдhwZNt̃SQޙHcmầ=[Z ЎP٪^@;#&qPE?jq@(xQ:,[|cY!j fyE1̓G=N ukd{/I^lA1G~奈9>_iA5EJk2wR^a P S1C=Dbȭܫe2V<ʶH LS8  tng[/"^Yt >n&`3{. q Xp%:-߅wY!հS;TTeɵ4T(:Z3QZl HAntw3e$$G-['?ܧCl_|}* #NJ6]#]pʈ Ί{@ 6Y &:%ߌQyL@wcV#"M7qgR87XVx])hCFwM2L?t$cZܢeQp;)O*-AHFkIehʹ+$*ƍie@r.9v}Pueu\۾ Ȏᆼv9S8 a'%hs(}(ZJ1 u%$,myMS\.KDy%VN(EaW01TFmCJ(8.H*޻V^WÉ@J}:W磘5Cf0| k9cz^-\. SQd0J N668:=bK$7fb:kTPAO 7V*TvwɔZ/f8}Y5drEX8ӚwKI%i]Uӎ Fqže0w*~ .9@:Ph0!JFen~q^Re]i,{?#zfX1k.wX',#ީlPQi0A!LIMhKcL~Oo80^z?"%+UoAYAwAo#e*aJYvnrލ RWz/˷]9)TxX'G];hbrBA?@kͽ9M9]=ӱxz6^fjkFF"oo)uJ$ok屖X FgOQ q_@䂮.zoؕt/xHA 80(3RF""Et>E8 / V6$/pδ\TA#X=<'\'E/uWpᥛCΉ*Xk\Z B3"- ٹk=9Q R;Vȋǽ(Uq i1cMA_X2րo+s]8EҼ܃~prى縛 2aA!,bhV!^dn$j6BJhtbuͻ(T\"fW;! #ʆ2 ^e^doJٌ};V؀z$;܈ uyb5Ѕb]ƼD뚪3m˙__DԠ;_jB짂T6aAr6ݕv]j֗V и$>h?qup$P{NOv @İ6uV}r!Un1] jjnbgo V0鄰H$2- [mƵ:ɔ6SA'V+Q 3:IO#K-Ris%RsӉeRc[z9ѻ/t~K5={I&ZL-nP'/v.'~-9 Urm)V9 6<6 KN!:Ikڻ葔A_I"*TXe괛o#qڂ4--_wQTFj Z,gJ7|1M/Yܴy9u ,]'pմ  gtbanZ ËOr=׵Dxei]/ >$DTvO-e(P.q9=Ӝ`mf柲?GDCyXDڳ`fH-.,=侦̹!Ƞ9ŞxbC&Fg5KJ)}K[{*V/YW;QTLTtbsH٥4Z12pEZTV hkҊ;_ihO|l9 xW`C Jo%lTFOa~*2#& ̕ N+>6 lse30矛?)X麌/G NpŔ672T@ëDln?GEQr \;mVL ;6Mdce,p_LkWE7DJH>\j.9Hpj# [ XZzӉOedq7O371|1tVuGT8:'b"bXĝ5߈YtQO^kEáJU|a]<G+-,l=k;oqS+L{ݬ̇~|{Aq>j(j10TNgЛytkSF!ފK9#%ǜk&^KU)*f3bn,&A0Ae_ ^QE\.|&rcLJ);$q胨 erLvz$>Q*` XDY6`d9 CL CBnO تDk?N)OsPjxh"Dߠq~S ޖuP^G,Zu8ߦpmtQ޾G\^̞5† m1e&k$йSѷ;囤0IBvvh//`ƢQ7xF4eneHꍠhK,15x63u{?zfv FpA.=CnԴE6jdQ TC^T":Pm *W  xwnSfJCk򪪬ĝA._5z(FJeGSsԲ_eyl4&sXE N׾v$x:@-Q\о' E)xlgH3N,@Mñp])>$\2تJu7ۇGԪ-^w@a{ax=~åwOM]?F͋~z{aԐ2ܤp)_̸(9s4@kա.`aPxׇ:^܌\3T c10/4GeͲ$7 Y"1uJRڽVqW Ğ>cQgX6JNl,Fٖ`&sh֢?Hl?n6un۲w.Z[~^ɼh czdG^l{>^7SNbj# nw(=X!ZY3oLLݛ椪C$5xݧ9=_!Dd3͎EMy d~B^gyJ{5&*;{5UO1e#)f W&+) =a`K3ږo"6֨"0#I4a]/ٷ1H}U$2wy`/:Y#6TOݳ!Q"&\1z󭀶'R@ άg =>mK,&Q )&|,&ʻ1 YHm}z*ZvHH!'bII7`b8+<ڈuxJ<%‹We^wx 'B,v2p֑`gׁtY]^.{= 6s9FЖT9XX[)qBlvO*td l7K1"7r<~ @EP1 jX-oGVz{dyF5^& 3)ӂ$ō](?C,F?CaFؔp߷HP.#yEML`pѲ f DTzt%EK j2Q,jƔ1Zȯu4Xl ѫ?'@H腳w?[JSj_ ug|aSf.fH/a8ɚ{zC~ӃtJ釙(]Q$KOfE?Tu~`mXycCE`o[>Y5 w)3TA]_U!H )/-צ%4&` m:"JV {r2;͗TYJpxlWljBP^@Ef8Y3)Fݫ'Rf؃bHq-g )~[́#A:ex5j7pijQ649V9 )I ذkRV\N}eɆ\{v5kIJȀg%eJ%$`cfJ_}6`KǕ%Ceu8{j(+{#SH+]ÇM w;|I7f* P`[Ty~ b@b;S5n'·To5n!Ido܁ v_KmBy]+y9rXm2;!HH;v^}~`>b"O8B}}&,]3{Tqi <rX93vȕ$ v5g"GqDJ@JR@d׸ I.(&ՄUtڥIjsMMAX ϷRw4~2GTYWi7&2D/NvVquex=JD VSNa4*e^JIRd29r"1xn=oNʷگFecAa^P |Rdٳ٭Ѱ1QLOb{𴷠 K aV~d.Pa sK vZҴk$:|,ys%tA "LCeH L[4 m4iJ;,[+1f} *Dlr:o U~ &דnݎ} )m~m% tʎOi+C8aO n=6KO-"O]1aί_ 0߈ޞD} qܜ:VBd!\UuRd}'y%aü@2$-Ě ?+@!6|z=\eSئ1M[eXoR e܎NR+;>4\:YxA،f1zmR 6W1 ;Wt 6Ry#G!۔L!G(W*v|jE3M<ގOi8/meB,gp9nVfA-My2{fNΞ ~E|'69Ikǭ e ANt\yVf_݃Di_A#2sŒ(a͍gDqiٛraN\2S$|d^A/).(6|HBm"2/X_2cE\ ?:V L["Kb:ƢrFíW\=~dNզ+-\P(fwއ)f!? F8e Z[rq?`NoO^*mCĞ79]5pr!seW{w_֮jOsKxe Pfsٰ/je^/5Fh葃>dn°s2SęRaQ',4KfqMoVu*tӭd.ʪj\E)<\\{e@as@s ^[_M7GQ$)ah2i_i@qŴU޼,ݯ]jM"XjTJQM0leP^$Uv "^{B [*'}iKo@d{i(G߾$Нn) ȡ>?3d$iUdR*@<78OK<17]!Mz,܊CPD"rorQV|:rE0+QQ!N$W+k WCMq?sf ޔun.BHCG4qJIZ_/򈁁'^UK5H), ]]Hb2& Rdڏ ~Ƽypx $M/& aRMV)I+7|b~ sؼx "\#uOmݯTf>9xPC 6[y=:V- FȨHtmNX)<@ IxZ>SߦԑGq,rwH'x.SCnغ8ɠzFO!?"{®(1^WZیsͦaa(v{8ʲB(;͜RDQW:?^j! uMZ&_Vv$DX-,fYaR+#jxXK]@kM`mt #a\#6ŸHظMr9 դ.~ YǤuFBkYXe,GwፘOU@ ac46mFTQWtAc?0QzM}qs* BjMP;ZucRk^Q kʉ&H<_htV \Ŷ0'Bڊn>y фV}hV,v9|W]9{z_'RApG%z(!OBu|ct_0iƙ3YOH.F^7`v{Nt1I#)nrqfZ; Ѹ`zŌʨt-#fYn0蛘:_xm|SFoNo=9'X<fARI2>(q4a#N.$FrѩykJ&,xN&\` ul?_66t46=)>c hMRzM'*^kq/h6m7W+gm݄poŻ ^O-xf7;`-Ϧ)9ĕfkU ]z_I(6z*~$t9^W!vCVE9޸jVH&+?b NEft0]1)c{BϣR߇7kܾ_h|Nz114P9wcnO4ߺx?PV́c8SAqd6 y!+%aST09D1ho{13\G54 6Z:\,sn5`q%y=jU{igXRkeIaT9;?^w1e7QLLl?`KjWe"W,=<'jm:,ݸČ@Z_Qus|=(U0`X][CeJ׀_V] Tpxn왍G:'qV3ֿVlW9h58MO|v=H])°~|r!y9k[Yc2usk>3lu#>0VOGFHt1h'(]loϓͮbU`˕lR4 FjxL ]۽Ys,L){QF.Q~ϊ!S"97 &oSn}GsH\4{d]oztβrŰ%,fe n (w͹3K`t8vM c9٘G4g1Dr*#YٟY$Ih8)A'W@!QKz)=OHǕpa|,D`e?|9(6BL( Fхf;?ugiuQDiChfSmt{yϲpe79,'! b%pk~/$I{Ӹ^JC!^Wx[9 L7 l:RGjc {&?fkhYѥ>:AB)Z%{02Y^Z³V|i*zk۸6ApQ'  V![(l&Jt nd|N'^e6{\X@\RB'Z ?-i)+:LOQr>}R/BH"-LmXDd Z|1lb$XË;j Q췤0o5L[zvfƮŌk M\f@`nWqǙhkj\a! yxfNӉsh@dzW_Kjn7\z;Tg_cY(<'̎ԡ.Vio)OM)TZq߮"(,Y/۰y=mk%bM*ڬ)M׆ Hڙkx,LަيgE׷pPȐmIY BPpXꁞcB$Rb@Ǯ!fCr5)?h?baW^L+O/ɝH3-5$wKCV2˪C)O H;$Yq̊Eˑ$,Q Ny6o1 NlD IsHgU^a7]?h#uLx=6fyx8<<`y3hۈEX =Xja^"Ew_Z萉?cUC⣌EvI$whߡDzQj ڨ-qAO t!B<>seom&JP\u뇻d{S穙J5R#Ü?'`jfd>m<;,\ OĻrl/@aLvH+W\YPayUNun0|}f:k{Ph=QP'D ?,L1{٨a 6<Z ! x%`wjlLz6/ȸ(yX]d4,َdx(4XabPzC8=%#W۩}$uhGTBw92)&Wc!@vIXJ}RE]6GN5 ꔤ36-/tƝ&F: oA9k+ǍJV_zR}4(il88Mk>LCrqx\Tn0#g^n Ps=0R()>{5U1k2b6UDOMl>J&T˙75+wG><> K7iM׳*=uR0K8ֲPYw#PDeg 'h.ʊCyNl%HD}l7'D A=b3<MGSܹbB?uZ.[Vq+dTYQT[FGEٛiBڄ+E&y " 5y7~\tf*Qc4':QHSl(h$ĽQ ('i[aK Võ:ƫka(.LHflr-t'_5>!y0Ilhb/U@bq/ajEKHwRG^7ґtWhHz p{BJ-* ڣf ?ȓ\ 0ZؑhTv0GSLRѿmd"/q(1+B{ AK%:sӵ}:\௰?ȗu31Q0Xqze4~F/,)ƌhuL(ד&\~KsDߖ[em.$ u1gg1[I-E9odLT5&x&Z`<c~872ZsHm4E&ah@)W6Czm'ąP?|A0M>t^TX' Ж@OM%`M-eRBwLBdO)["Wo`̅30o\e+_r"ooxC4|ś13X0 F8' o|/:uCUIJMT;%zjﳐIXf?4c`J#x4ҷd" 6p.]m3awRUc }􆑲wF"e~KdpV-]ilGJ`AECpg"{#x},R5DG' D|EBy@}4ocT̤c!9b'Ό&侑cE%/u7}0e]K.~ xDkÿv(UԃX ~|67c*l3unb<4o_(kBvA ۖ6aΧh\RgJ[ʼ) F*\_SPLދ94l4o }O֬!^&RpǶ4W8%yd|vx|sZ#cѡR{ }<\w*,ph|jD$r&=~U۲+-DjѼ^3СTj$*†9dI~BǠ0=A 7S-LZ*بP;b9$V͆K>U%JśH [m|Ooto 2W}"8|> e$]!<1ic95!*$RT}4,{=o/slzM2/B$zj2-Ca_%W$ګo%΄aMux'~i5?r }͎=-Z=a9Uϧ,qab;ԯrj=B4)HE8 Ax)yF>Kw[Cb1\CB3b5 b g3xQSXUW܀ hu9?a,ޮm$ɫpoEOmh7DfMqfy}YuSDaA Y(pib ( 8@f+%X'Kè_r+@Y|R<+ՠ[$ǁ1{# cՆS->Y[;Œ~|K[J4j51Ѝ^HN e4EG1b#*"zSH#']9_A`f(Ǘ?貝(|٧F;:KB}#F)HaXxʧ16` ׽ >~o~mO%)|b_&P!)$u7Z{6Z֜qbZF885`'FwSK|Yy.QVO\Y|KhΆمwiK )_ǯsc i Cjli[(/(dFn $' C/mJ,̴p yRDa)dH,bZ>񨍆1@'Zc)j&me y2fƸ`wkD7*zfd:?IuHu34SE/).'ϼu,O۟b>&&N3F+wY^%L\^5VTjK-1x_3F,RRsT 2U\#Z|A;TfuKQW°e=kVElp6MwE{wv\բ?.Os_H#6I NWlEhv&f(ń`àg6 GeL!L#%]ΰ5-c䱗詳 Vʈ!Ծ':Th^/q%[UW{e,zȂ2G>7${!#ũKƟcu[9x L9Xx0] )y^eX9JV;~*{n=m$|k5}7+JpbJM_1Ź7te$2}Xj IsS{{DecF "1l^onMsxA|Bvgϯ>,b="KfVڈƚH բ:rt*6;[Pߠ 6s4ct[^3/ %Pn5!#5e\fEzcU_V$&`ut/"Pa冺,F s'GKA{P5(+346H 4|(kVj5,~@⋲Iy-Y{^g>]fh$~ʖ˽ Yx,M=5E®c4|G 'xA X=}Ek>(uvdGO3T*FNd`#Ҙgg$E jW[`Y^<0iX zv v_3+ϡ_B;fj1)+秱q-Ƌ(id6<ڭ7FZۅ Ƈ_z_#GjUP%==s|L7a2db٧ӠLI$3ʿ_4r거?LUHrO[̡0;CMBQy*3W.ŵгu2881Gts*CyWICO81GI欮XW<4+ ~:pXt8GhR/`Nr?me$қI_73E=3'%m$쬴*> Oo'0AAqtKֹH<'R<%J6EnrDb_ڃᆞEvzުCOZG;Ml=rF}$E*X#rSԧ_8θYfxUau΍|8(uG K& K2=nx;4T~u]~W !fL_e>[$~Y*`t̩u&M/lrYKuq`=T^I|\3%BȐtiXs^_V4Cm{r:hS)-G4.O#ms6liH"<*x˞{FfV.Y|D> e`.KLEZJQ ȵ+[q:˰^Anni:Nc3xD}^=gbT/ |ڕֺQ&wcۭ+hRdۓGL)4:uQ@!nNN_l1c @+i;nLcd`e S]} RqNR.=U mYO`/`.N] vm$#Xj<>^jܠ';JY"*ҔB+kĆ1t: 2ߗJd_%[-wjKbvw}dXi:HY,GdӇU18rIc@5Bգ b y  ЈKnYY{ntm: kl۲b0.Qs-aڲ} ׀Wr4:AŖ5Hu78KWk;9"$DdQ"֋[O/Ν;l1(a WHC;PIpuQnt..)W:SBth>ӿ 7z' wʍz_:7W gxyAre>"*O[ d|auI#bܴi͗V5:.RŢ[`ߐ.GBpݎf+g7أS1ڏ"LMePmjAmg^2f; j{VZK^ф1ժQugPIjHyd9_ErFc 송Z}f`|[l>2;y(ko$"ĹD}q_oёɔ"@b siG.=gL)Js(9omO$ie$xaijN'n[;_Q`q=<Ԙt kH-2ػWvT4gT^7)aanB 肎#]52RVP^0 ߍrJSK ]o~䗍p}6Pvȷwi1`Ⱥʣ_R{@˓tp2E aԭgZ83jf7QmN;&`Ms `9ܰWI L~IA'GmN*+5H $ǁW$e+^xP01x/x4'&jҺiYʩha|+qff.#ufr0/ձ(xU:7k[Lqys0X(qo$pzE4eZ FUsy*ér㡍ؖ@h )z@G,#vm1m;7̶|qw~ 5/ 89$^0|XDwm-Kj+}2%#7"c[*"B-OewC[n #gX$mgΘɄe0y+>I *E5m0ߺѪ?ɥɷ `>2M<u31?K?Q UN#TOG_U~H\RıQ} 2]Q4ӨA8 _e|FzҠi ]h1r[G>%ºd@( yQ /$ϊzN@:? ϐFXцAHVT|({kki9}d M.2O~0^/d3Y1y^=T"PZ̻ܨ2 *Kڐpi(6Ҥ8?S#a +1O,22 FC@^ DCfd+[%A˜nlq"kْ?Ww++$[ !hBh tNi/|"ܸ1ӆ몽ȹP a 1B~< 5}Z<&J!%/ ˆ%'1_{@ͩ;ә*-^_ܖ:\~n$Fh eH2#K(`Z~O(4j`ЕyF.&䙔{S՝7ȇa>|ݍf}XeO/ $ܭan^wԭDH[OFZk1v3W0 p;ͷ]ϝer h4f(/kpG342\IXyLVCbipxgǛY]tڪՆ}+QI`"Ǵ3Ȉ\