go1.18-race-1.18.10-150000.1.43.1 >  A dp9|'UTpN{zF!*rv;jmb`-/P1gMCM\%kZ3Nd;w=V*P?wpag#~78q cW)8U@j&ɠ!;@ qE8\u<8Bjd<_vM e[Y ~sIiYeX ؕP;0,bQo&lW cxH8̡@6:UBQ9da80c8ceef429dde56acaafc9172cc1e229c9adea9a16b02732933c5c3985a5e113669a2f336db92c914b6d6b83f973230e7b4b0dp9|RXfGSZ,r[LDM}xUG nSҠ,~[(HUGtᱬQ:Rrx&Cf*?00x6)̘.Ȱpf#\a c@ Sw;0Q_ww)sΰ0_-W]OH'T"xF!|>]Uxs`2}ʣ} b:;TweF' KIKk\a0P<6H -ip<ܑh1q2>p> ?d $ = .; Qm      $H\(89L:FwGHIXY\]^bcd1e6f9l;uPvTz Cgo1.18-race1.18.10150000.1.43.1Go runtime race detectorGo runtime race detector libraries. Install this package if you wish to use the -race option, in order to detect race conditions present in your Go programs.dibs-centriq-3SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Otherhttps://compiler-rt.llvm.org/linuxaarch64聤dxf9a2f83c35dbf5f76aff31c215933351eb5e4a8df2783a9f02c4fb4f995d8c80rootrootgo1.18-1.18.10-150000.1.43.1.src.rpmgo1.18-racego1.18-race(aarch-64)    go1.18rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.18.103.0.4-14.6.0-14.0-15.2-14.14.1cS@c.ca @c< @c6@cob{@b@bb@bTbzSbobUibN@bN@b5b0b(b@b8a@a@jkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@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- go1.18.10 (released 2023-01-10) includes fixes to cgo, the compiler, the linker, and the crypto/x509, net/http, and syscall packages. Refs boo#1193742 go1.18 release tracking * go#57705 misc/cgo: backport needed for dlltool fix * go#57426 crypto/x509: Verify on macOS does not return typed errors * go#57344 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument. * go#57338 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices * go#57213 os: TestLstat failure on Linux Aarch64 * go#57211 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length * go#57057 cmd/go: remove test dependency on gopkg.in service * go#57054 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders * go#57044 cgo: malformed DWARF TagVariable entry * go#57028 cmd/cgo: Wrong types in compiler errors with clang 14 * go#56833 cmd/link/internal/ppc64: too-far trampoline is reused * go#56711 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target * go#56323 net/http: bad handling of HEAD requests with a body- go1.18.9 (released 2022-12-06) includes security fixes to the net/http and os packages, as well as bug fixes to cgo, the compiler, the runtime, and the crypto/x509 and os/exec packages. Refs boo#1193742 go1.18 release tracking CVE-2022-41717 CVE-2022-41720 * go#57008 boo#1206135 security: fix CVE-2022-41717 net/http: limit canonical header cache by bytes, not entries * go#57005 boo#1206134 security: fix CVE-2022-41720 os, net/http: avoid escapes from os.DirFS and http.Dir on Windows * go#56751 runtime,cmd/compile: apparent memory corruption in compress/flate * go#56709 net: builders failing TestLookupDotsWithRemoteSource and TestLookupGoogleSRV due to missing host for _xmpp-server._tcp.google.com * go#56675 x/net/http2/h2c: ineffective mitigation for unsafe io.ReadAll * go#56635 runtime: traceback stuck in runtime.systemstack * go#56556 cmd/compile: some x/sys versions no longer build due to "go:linkname must refer to declared function or variable" * go#56550 os/exec: Plan 9 build has been broken by a Windows security fix (also breaks 1.19.3 and 1.18.8) * go#56437 crypto/x509: respect GODEBUG changes during program lifetime * go#56396 runtime: on linux/PPC64, usleep computes incorrect tv_nsec parameter * go#56359 cmd/compile: panic: offset too large- go1.18.8 (released 2022-11-01) includes security fixes to the os/exec and syscall packages, as well as bug fixes to the runtime. Refs boo#1193742 go1.18 release tracking CVE-2022-41716 * go#56327 boo#1204941 security: fix CVE-2022-41716 syscall, os/exec: unsanitized NUL in environment variables * go#56308 runtime: "runtime·lock: lock count" fatal error when cgo is enabled- go1.18.7 (released 2022-10-04) includes security fixes to the archive/tar, net/http/httputil, and regexp packages, as well as bug fixes to the compiler, the linker, and the go/types package. Refs boo#1193742 go1.18 release tracking CVE-2022-41715 CVE-2022-2879 CVE-2022-2880 * go#55950 boo#1204023 security: fix CVE-2022-41715 regexp/syntax: limit memory used by parsing regexps * go#55925 boo#1204024 security: fix CVE-2022-2879 archive/tar: unbounded memory consumption when reading headers * go#55842 boo#1204025 security: fix CVE-2022-2880 net/http/httputil: ReverseProxy should not forward unparseable query parameters * go#55151 fatal error: bulkBarrierPreWrite: unaligned arguments * go#55148 go/types: no way to construct the signature of append(s, "string"...) via the API * go#55113 cmd/link: new darwin linker warning on -pagezero_size and -no_pie deprecation * go#54918 cmd/compile: Value live at entry- go1.18.6 (released 2022-09-06) includes security fixes to the net/http package, as well as bug fixes to the compiler, the go command, the pprof command, the runtime, and the crypto/tls, encoding/xml, and net packages. Refs boo#1193742 go1.18 release tracking CVE-2022-27664 * go#53977 bsc#1203185 CVE-2022-27664 net/http: handle server errors after sending GOAWAY * go#54733 cmd/go: git fetch errors dropped when producing pseudo-versions for commits * go#54725 cmd/compile: compile failed with "Value live at entry" * go#54674 runtime: morestack_noctxt missing SPWRITE, causes "traceback stuck" assert * go#54664 runtime: segfault running ppc64/linux binaries with kernel 5.18 * go#54659 cmd/go: go test -race does not set implicit race build tag * go#54642 crypto/tls: support ECDHE key exchanges when ec_point_formats is missing in ClientHello extension * go#54636 cmd/go: data race in TestScript * go#54603 cmd/compile: miscompilation of partially-overlapping array assignments * go#54502 cmd/link: Trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 * go#54464 cmd/pprof: graphviz node names are funny with generics * go#54128 encoding/xml: crash on android/arm64 due to https://go.dev/cl/417062 * go#54074 net: WriteMsgUDPAddrPort should accept IPv4 destination addresses on IPv6 UDP sockets * go#54056 misc/cgo: TestSignalForwardingExternal sometimes fails with wrong signal SIGINT * go#53397 go/reflect: Incorrect behavior on arm64 when using MakeFunc / Call- 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-centriq-3 16781872361.18.10-150000.1.43.11.18.10-150000.1.43.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:28132/SUSE_SLE-15_Update/4218224eb44059d0cc14d7b72ae33546-go1.18.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB relocatable, ARM aarch64, version 1 (SYSV), not stripped|jbAuo go1.181.18.10utf-88e446bb48c2cc1d34f7228dd0a39ca8a45d46977dbc05cacff9f80fe3bb74c76? 7zXZ !t/ϰ] crv(vX0'pJG7YDv|^s͸$M-m奀űi.uIET1yEĦZ_b=>Uw OkpK37oiC6zީpEr?kqRAw#F C>]٠8_CFXj?Jӆv1MY,&\ȐNR$e@MMwX(vg\!6up†0a>@, 䬙HGQ0 Jp(P 2iy}+w[ͺ쐏Ƙr«7O>gsO6_Њ),^cWmNN1Ԉ3bd g?@<)(YQw2v$Wixhpl\~O\s_k} yhed"Y4fC &&,zD_NAQM\u'PaŘrMQIduԠ?KcI(e [2=Ux1 "ݲ ^2&EN|yjg-̖G3 żHl~3/xQQ T})M jiDbq>qpD4:: ~+1m7R/F|@|S?jo^IB %7[sN{` |z s«;Fs^5nj:~d!s-!\B+Ra+[78O9؂HF8*S ~PUFJ슽Μza=lgch9~|nt=J6[T LLQ֕DM;(<2X7[AQQ`ծ.(t˦:vX=,(qG5LOоdZo#mV| 5m3a:|5t>T("\I>ckd]W+F`^qiFu U?qѻr)b@eJܽb%,# ;"kq0J-ƣ/$2u Uw@cTPڥB txw/(0ٍos3* m3sg k#H[q?`ORJ6AP'FNhc݄Ц;y%U(1y/.sЬl¼f-lHM;z,2,Tr0Ja]*!-h*B vg#;oRe2٧EW,LS4{ :VkôASk/wf(aRӯ4BԛsebgbvA 4P{Lo]]JΙi mɐ֥q*}/7N/~,2H*zMiQ2񗢡Ǫ /vVXa[C( B xXlNa(jvGG&mↄ#{rc:Mb\5ht %z}c\@ijF}+ؼ>-ğd ִw cn>1wzycu53xbq(M&}1w85KXEMF-p {މ:oCu@YƥXg$%wcӏw*S͞x$Wv[i ;cɷX VF5H7848pk:E&,^e n%Y{#O.56~].M &>E ` % vŧ8ߒ^x%3|F@K!\UK{!nNf$Vv wRYÜ֦0 켈Ȉi솦]ЖQ|t]FTIϠc zj,X7S3q8g8 Ԭ9U1Ҫ YMIhߩb:} 3JaL^<{ljS އ s1c8!΅2}+ Ij×Q_~k9xhrVQLJLsPǰvF( p bzUrH&2bKKPzBU58e> Ga`e 9=9z gԮ:ѸY뵥l!hlSs5D3,&{{xe,fMSE!Aqji>y8vq.zsf!‡8`p;nk y[P!Ɍ x;ź2N3~fBG;ИJQ%xMom2CVuzyd0ԥn`Om܋Q;rx쓉dy"eP,hIia#$i>IK; zV%siŧv#3 #~[Mt3?L=(2&ّx09F8̅6+R̞*W1BM%L7t%cgTB @)>D6D>j͔ V`jZ8Bx> $ϩE,0rReU+TƑ g4ź[l*=4&uHB0d zKl ̳L ~(g+_UΜKT ?4Y9TK/S8l7J~{ ՎKRQ<%fTVvndlẙS~,PsE89C<;v+]9M,3E #uaDΥ vo 0c/f)$hyeeDrSpb}=zf*2WH5٦bi7B]F[r1)C~6b3LdEA 2X؊=!M|4ͼ"@݇`%ny4(~,s"/Q-4g!s#K4RB[L\4{Jdws"J#mUhUa3oH9wfayf#6?𒾚Ri\`TekP?1r*1scAzږMd`|;nX6@2ڋzؘ Yd,C6<ܮU;hƊx!YVMZIboHO K#Ub1'K-4KvC60;6 k9Nn;kwx+vhBh&}"l.҂KuM'޵;5NoR+3wZ? Xg~yj?ݴ ɱ8VveqݎJi³@ȁ\E-u[C nvx5&ҏh7 M41AR?5C0-{0 w@R$:WC#{Wv:]AD3pG j`Qr"0j@pC~hlxގ_/5cMjl_=rSf6IKq]U(]¿נ[P8iU61ZV2iႆࢱ^s5{Ge,3 ]V8>:刴bD<('lLl TG*t 'T1c&(&N{5]+nOsJ`%92Rb5Z%m5pV%6l_h;zRӡPjnX@/FJh!. ƅ:Qԝ8@]}b˸ =cG֮V28rߢH8& ؗixte21`,m hف߱<:MȂYCXrh7!pNBXjLs)7gaPO<5PjSy+1j.Wԃ a7D5U9 3d8rmeQުBZ~ϸj(za sLTC ZK;ˣͤFyKe=P\d kʦ'3(Q`gwsɲoGrl!;Q^'[2͏l 'Ƹn6g<>領dg}\f/h:) ď ^Q 0'/阓Gd #tim:Ytșt,Wsµ#vYFf4C*8&$6^)BHIzs {gCl;=>0MH1+~˴t1ѧ @_&G&c](v+06'zj]ucmY0cwƀ7;w]\d(SnC Ue$ׂusUD9?U*N: PqdDD/Iy+X뻮l3|dv^ciYpeEjt]ZV4Q\/]S!@B!^.?W7tujC}XqUBT'rZzTq" CkPl;4|SY8dfB$<+jr-55ueW!0uqއP5N꟮~x2ΆDiG1u򁋕M6^iPMhS n,r1Xbӈ Oa@O9ᤵ6zRsh0evr@J@|uLZAhY~ ʍE,ie-o!Ng:!_ l.L}hj Z9'j}yYWu{~5'͖ -ஷ^m&opA@q {o4"/ZlU֞uWeԃu~c A'LJԂdUȸg*&^˔Oc*':R(#Juu}O[9D8u^cfˊu2W|g}^I.Z'dzq% Cn bAKOba-f<\P/e(v5 4Rpp H]noƙ#Kr)4OE aF)&0ĕD*C% k1pn fqI;/ mKN?~ࠍ}ף(D㤼]R^\[x]}˶VEa҆Zr }LW>%od8χ[#]b Fs X5] `e¼B[dY o82Y ۹i(5(" ޤ*|YŻ:. %웝oPݜ CDuAc)znDhb~Ěk~\S'd_1IU>wޅk0mf'7ܶx1 GyŲ{@q;TxM=BBE)!G%lʱhFNvSqFxo B)ϊ6qSx㧹~?̏gn"ýoy{?57\%Zdt^۴"6<]^R:$;wSfH&ߺ'[%R 6S)bEacH]WP|c'Çh QA9PV>0xTorq| 3.>jb +Q\(EmK IyWn׵/W?>f0X^Ó]_"UfDPQ2o2ni8ͳ2`LT %YJUzw?tzχtiIUT|Skd-!r&r MxO슽h[nBXPt;ytN:„̀IoqauH?mS@34EaO&`6e(I踟ӽulG17aºm"}Ƙ.ݜrSO { 6A!F,z 1y1φakⵧ' +fT(n m&zGp80|]Y^BB ҝ/r̞:֋" M)zИ_~$1R'ً7jd:-'q\yh0xKŽ8dꖾ.2Vk%y)%:9ӋRXe߂!O+Alzw6 ^ %3c_RƗr`;7۟@$7wwCr0xӀsۅ%`QQ\ltT m/͝6 _WRnX8lqzˣqЎKNە^9UKgnP2D1BV7uw>D ȩ:gq7K߃W ŷιvw9_,a>xF@BykZJwzB8>\]3V$WiJ<"1xbG5N@r +TZ(h.b &THn}3`c#(S A {^W6 zA̪ry-ni=y,!CՇZWIF5VzC !r@%xM&qf5!lqp<4\] g79sMYw_|w`4rI1o&kZYTt[mEmn.vO+KlBN=0]Ynۨ05Tzن˼u@uV\>BݷM'`,5f>7)/ķDq-~\.(E_` (Y^h\oN^_=}9z'w8nIӝ ucI?N׉+Ȗ8(Uu= \X>ڐ rj{*o,?wA(x+o  <)Ϣ}Am3U 0+&LD_FV[Spc,򙷃 =cc/qV4` WJKM@LSy>RXد G&[rFȢL(]Ew`xή2B<7ڠGQ'o^|D|B'Z0Jr1SxfǩxeD6͢&뽲AalK̉Q"OFVvz\KyP΋k5HPye@݆T**xlܯ—It]G 59F8泧ؚ.6-x5X@f@4/>&E_cF 0on\fޕXssji3B˘r=8Au-zFTkrf ߷"C"ȱ0B.2(KcVY}JK}k4`Ya~ 繈c#sE(#?Т#N|vԃPBŔ?{^0 f{߰t7]j_vuXT0@u Fx Bm9-'T9`L]ϽqabVpZ!O i*SOu`bɴ_go9jvC #|Sy`nW9hv*Zh0,dʿPiȏEx;CCdld:[K)[)˃ iX&w:b¥GQHEJP5DgGK ˆpdɗ.2 =]G֘C2tA/HuaӜAs!o&AyZTN"E N`&pSfе/HB :l5`i}X93fqD]b^|d"[rΫP79ݵ]gỲ.]jD vq]h ͥ!fpk=96'K͞o⟆! e6Ć #Zg5_(V>ĕл"v]=T/9 :}rb>%Ӏu_cQ:-9);,-pz|lwS]} WoI7:MoaEOӾv(WAk(1yd%;Ԁ4 W~+!G5S>MyĞTk#f3ZI8H>G7WEuBy-6˝ /Ξ YQNL?ą xRC&~2Œ2UySȭ0Y+vJ[U"'kϲ:BG57MTz1^8gA [ #T0h''_ό4題-.2?âlFh^{ÉjR/ -f"0MMypMF&wOezjDOyBpڤ9KEzoqѽ+0 вXEgE a^S#L$z1o>`:m.`W>r]*WW&xac)tb Ң8⊪ |e'kL\%sKcYz'ѤL>Ak0;̥=O gA=_>#dU&Pn`M|\-R{[|LҲNøhgHƓj]/G[.zH a$&Yp[+'g>MrOf?ݥ[iC8(F32vvLS9InES˰Ŗ?Cy? ^&IFEdgY~z^EotPPcd򄺗D9g7ZIְYK,19ҝd"L , 4Yd,:{1PX~`:k|xр8);um qu4;hn."Q6=T[x971u2?1;xk#b {^XW%:M YGPy7ZFe/eubk${t+e62ne&e[ǢLJD]v.\\ mZ}6,k8ig!&  SsLc0Mzw:J!V4d@xՋѕL8IcIL= V*y9^DM]^\&$/O͘h:c[3\D~\.}9!Q*LI1 /ZO+@"۹.aw̮FN uڭUɭĶSShu0Ǽ,~b$/'q`gSTV]|1Mœَ4 X %!49'V< 8l~ 3] $"D>!=]nAb$Jx`A-l](iIqֽ9mF6y1F 6z6 b(M=vSEݐ=ҕ4ma8!7)/ <,cɝO`ԎænY^~Z0G]cB2RVGtns#O$UBkoFwԨp$@mQM pdx q~2$=1FH0AIV]-(t[8m.N&C$(l狐Bee1q=*V:m^0GPRM#q dj5jQʯޮ`#0 :/UR22ndg[% cBIWڗ4T76PKҬgB_t>wJB*s&x(&w?g#-{]\Y|=+ Z~cN困+ELȿ5fuEh][r"wCb nHx' ;(0@4oh6tCsh&ns+`JU!İ\n%pAu[xum%)L<`ǿIOa-kg)B];%V-fp tRD<, @);a*]8_85a.8_nj8c(<8V=#Έh2-B-ms}|j^Á-cNR)`cyiN`6LPW𼆉J~&z=E/s ~ ټ@\!O 68 >BLN^":xgy:sڻVf햽{YQ~Yn"Gef3Q%Ÿ*tu8୅p(/,AW]@ȓVF/9ƛb@hĢջ0Z?d6䲅lؙYT% nݲV?bRphm\.,߃6S *Es{y\W~En.-!_a4ϧ^r\>:Y.09'f@V-Mh ɮ8,)1KS70w婁'kxYҽ~a뱲"۩B4{{dN" J k vҠX!G<@"ϼiR x @+27|OvHO)G$C#ɐ溳EBxYh.]>7*$9uw-44ɚ$p 9pA3܂Ha~~c,QZK~|RKq*5ݽ6u 5C 鷜U _3GyC!zLQʿNυ:+Fiդ-?}'߷qab?=k)ws)hdb^]H"o}"^LV9ofxO^(2~xŸ9\j{^hJ-VxI*'o]aHɇOFF~s:2tH馜ܼ5w/=\=Um짮P@GǣuMC3+!X0Kďx!jG2P2?<+$WEj$Œ8IEo=dL#^m|ʥ>clcYor:tڦ `g_G6dv:]Ddso%J_3Z|IQ.W3נhyIZ٤ٷ09 e|540e' $+^?gkS$W\sgPQt9Ε);;b V n .WhH}] |ߣaǸ ѧ .fD.2e`:v\+:x6.",`Eu3F&m :{5PنtWCĎxW^Bp^,_}~<ɵX >/{~ ;f)1݊=2AAtUљư-K)H."Rۛ` cgdŠ m6|bxf K5'~=6)F؁@6ŷA W1R(nL<貀Sjηuߝ5K++=Y&z*gP$q<i~pY=X;}CY'g \t(0UylT_5'MmpM-:jc6lQ ڢݒ/zҴxt c0Ihzi%cbA$g|hai)Cn :Z3C4ĈQei '!O_[&@X$L앩EİnܠH va#L|Bjf!N!vŚ5be3"*xĹVqx 0)K&_ʭ:UM2XTk0ݵ9 gI>p;J M|:{DZ 9j~SLB/r݃ xCR nUwsk0U@=+0a.SGSN&g*tqjЂru)ZlTb\R9_EunP*hyE<~m`k[OVKƔ"raK5ZQ$mf]:$1}8\t.͗67p\!ĩurP   10]ى,Nِ!NB0A+[Z7KD#PyPxFI,~4cA U#<9؛N ¤`D]8̡L7>cAPht׾ $pcn kR])yޏBb2Xͮ__P :Y\ڬ-:nw^)L(1-8=Z:,z5<^H\,˞lVۂGpx!;m*X m0@G$3 B4Gluhb%ۓCZeGBOpj &!V1{xǹ8GQiGnf~8"nJ` ϕ%=@l`٭$3 hN7e{|_H]*nCkɔNYDRÁ\0GO6$}~7^1-`=8L]IgX->3U5 Jq%C6Ho5x62_E~iF.~-N7X"~>[]H{Sn x/*Oق\[:L0\aSziolVUg{"r ~D7N=|hOpEQ"n;Ojj*+a H&K"U%M?wriL6\nԄuJD] !MjC5ACӲǠ QM83G*ɷmpU#p/>)5MVZr#4ۤM!-EP‡uYI >ehp?IO hmoPkZl KZv?CtS/@E½HU˾yG}mZʰϻ7Oo|'>;)>m$*:/qyMHW&}*g_X>l:7F}KUH?d}lKjM뽸׹揬Όu^O4Mתc'g5x-,ON?&Q F~1oX0/4!_ r^cZqA4Iܼco`ΘĩV?D~:apT&Ss$TGBPߊlPpoMBEc[2X]5 )~ aJAʘ zepZUQ;|CL[GԥkhG) |Z+Y$'@[<"]ZM'W~yaMmEK.:!W2|Kv6NI Jv\l9N[%y}CJߤ4tg mwڙo <b6;vG/rOz0=2xxvQ&jL1,Q _5 }ĠI ̈́ 6ػtk]K'K{#ng",cTO&v5 zn =q6ern;=w2{c;eo)!$%G& reoF%Y$u Ru طQ7XV *fH*˭vᇦzQX=b b/V/"O.>Hv:&#F#<C*ܣxv6GBđNKfcUXi-uK=ҕCR~vJp˸-aADZwJG6Y{J{/ob)0%Xg#Kc@+rtGx?ugu0qRǙ3RvyMlfN w1/UrbKvTq3Tw)u<1cˉn5#"FbE.=sC<4Bo0igB8+C8 KDL[-Y|_+ml/=bVO,.~nNT<ر ">%ۏ9!K4=Q<5Ccm(w?Xr=t Dj%I)Qz #=U.þ-Ak;*6sX~å%lnͨ)׵z痧L=LfqT`_)H\RD6U,ˤ_yg^e#{ghUpv>> buZ)5ǧv;HN59=d={6ܹ MU"QF6=m ,"Nj V~֥*`K×UE!1<;8+:[˰{*{G:f=m0^= : i@[gsv?\ q8gz \ck>{d:w(3ŵJț{FB$Q rAUFǀRl@ѡe!$CyѪF7̛JoN]Uy©0{AbSkP}4+:az 0Cgቋ, A$D&/&=ګ7Zt_\<`J2 s] /v zF7+]o԰Yl +gJ9E$e,i>[UZ*m zRqT OVd **qM,Quhx.36ڀJ%N.|3u~UvF$Q9s\㤑8|9 i_xoAtӀ )oUQߑ Yq6v+XR"oG]z 8>nK G!\ NC)]}ü DpL}cica]e{$ի\ϬT68z(6R}{qk1=TZ/ϖ1.SgMskpqe)cBFi4#4狨h*T>~p6K~q0KaIJaАdXW-!&\%X{lI#\^Y]q(.`2>28v2,WÛz@D ;ZiG^xg×~,w^=f %asKT.v.F~n\ (I Ms5^(,Xe'+hy&F*A6'JE}*V̸22pFםxSڥu`96JO컫T҉.Z+A4guMx$Cc4BdE%*h:c#wpd[8p6d{/9*MbUcCsZ*M0,H1Dch S3_muIw>41Jĭx3% ,1e*tȗv5}>U r\W AF א$Ov2_1Ѳ"i86~ :FYHݪҷ#sX̝7ui:T@7T8dHc%wmr9W1HSwu(ޞXoMDaN*L!6EmJ7Aq) x ɾћ*&+9&൶l!.UKBc6<+VnT3+5^B͞{JʃVf7.vTYO!  BTMZ C *ݹ2cJCvbyK W5ז A0~D2arE{-׹Q285̇M֫[w`k\U7oPH}t$5GxQ}N sO sr2ǣo*c9J:hI& 6iJ{@?lLG'w{>QU%9~}9t̅ g-9k˟ v1NU{tcQ.XMqTjSHiW Pb9fƂ̼2&o>8Sm(o){ 2{`ʦz;Bw'xa5*_D[ qWՖ'11n_%|M[|ױL~ b;z2 .f͔r.4ѠZ0 +JLAl/p#%k{MXLȊ̴yDv|x3FX%/؆D qtN ظ,Jơ)='OEbPM"f8*w:u3qZFD4Z LF0AfSߏG*RP7<وpHv@ o‡hs5 su{pS Iny}/×,փֽam$fs*4 Pd^w߃?+ sny?]L TюݳEr\G|}c&B>2F:u$3)_5QrAj:q tr~Z~v`vHG>tƥL#a$IIE~m޸p zÉHm5".'|D;r J/p#GN^ a.WD5C`Xfg7ar_G[:U ccy~^!w 6gt(N+Tr؝<99*0DǯBw>rwosL :92ɲn.&O^á=X$z SH-z|SRVNA{7%.8r߁WznG=;EWeʲlŨ/_1Sg:?6 Lk@/աz\]׾x7+TbqE6B3z%˹%׀jF`F/h\Z  r6 i\MmQ  z ̻Ǫ`{֋b|DIe$(4%`x#|(cƐlI:9PI+@[eyR mY\m:_ŝqX 2N\O)*CC)(寥m^mx =|{>l i_#gFjGꍝЧ'b,&^˅Y\α"}B֚͊D4ty3ex >$3BX`۽Εۄ,7 DK`=f :FU/& W^لӈ:C^t,ͦ"E?t&M̴_,ќ$ )B7˞ðaUoӇR"o?0JY%D]Ȁ.[_x瑜' "D~#Z*e4;*b̺_ ٨+O)ګnubŚ%\Ub q{uQ)KMQs,g3}tO>^5:.̢6*nob_+/iٟ܉pH)  {UjXmlߦWlW[V}y~H*>)yjFn3bص"K$_dmY^5 u f.:y@*Esj 'kD\-q9-. ~| `r`y(KGYHKY#bWt‘;Uq җ$|/ 3ב3͈3Gqj4pn"Lʠ9͵#6]yj \)?Տb(N UHV%'l:Ir\ɆkVAV4(!KጣaL@hgN{L'o` y8YrAxIÆ 8w3}=ӑcꆴvTw#jәGXC@/Os;7zi7?N.В)$@I@ ftX# 9˙E>_Z{Rū"=kx눜,nAGBxR3][|ňr527 A0<7vU2P0w |')SYh3/@O&ؗ)'#c4w[u7\M0:~˼)U,=FZ |=m@z[ʘ9Rt6ךY߈N`x;ӏo%_SL'C?urZGE{f>}kkEǯ]||iU|ы@nYkrqī93XԤc s}v6WG ln2$(/siUYIxr1uEKhO`PʾgBˋ^CȽFQ?SNt|R1u)EKÌM[m-&6p :\-]pMN-Çù{XZ l=CUYCGߒPvccԫ>#=-Em(:?PhU:YC2ODB$ǻq@k?s+PNKJŠ 't֢b FQCZmP̽*"G;:] {6HpmXOH5buI|VO$%jU+=.'_\Gߚ1ӉYB~\va'XDgH$)ʟ%*. ҡ4^ﹴ$WI߶ #Y#ũ Α܎ iQ9KUPYax_Ό8vA8~p![T f77 5L@ fb}#` $aJ 6zVLgE »@>t ܙb\Y.Vaun &QPOF/vZ.s1șoKC@?/'.,}^^iMs8DlB\b#ZG2ߐ2hZ+o.$ 6)s)Rsڄ)F{7 S r Uk!\*ZU_juUbd,$ح?}ݗ*x ۋup3N!,o]`ĭF*&{"13ly%ɌBbVb6OcN|_MD 3[m@ K܌Dmr|hDD44ő2D$ cPr:.D 0 {3\muZP#GC(a (Rd!FECczЃ4׬PHR;{o- C[zu2 R,c +<D\D7Ǎ:ӆP&Y}q7ST"1u ]54rA:-6+ T E;ncqFLɖ{$zϬ'ǐeH 4ӥG/r])Qj~U*mZ!cو(uFX"L-( HKyf"uy }t&!prC% w'wUR8B1-KpU)\I:$yfgfZxO#; x0:6Sa֯!o (D+bd?ԹG-ȥУ;Nr߭B5"0n1z Eڣ||;U⧬ꐯ$+b;:&\I:~4g e5 '%ZG ԝF1'" d8c/_mV vJ~U|#oԽQ5` ɵrS]Tnr qa En܆">`2oAW> u_t|r\:U +~(/X'醉FiT8we4c:Iː=HyƅRt]?5&Fh TpFF5JLPt=-WKEv RDZ I("v-ۯhFSkðH@ sߔ2JF1wL)^/αgDcp)I)@ !,V(rVr̪aߍn \U6ށY٭0&菨ذs>>27~NپQo//ZdetZ MVw%F r V"@1qrT\X ZJvQ̿30PѵVL8*])}GPƯ^2%dN݋_jѷgMTP93l&J(>czkOՂ#h9&UFfc.y|| 6J*I`:u}_"yNʕ_ ~@%?ЃD /s_]9/~y([>ᢂΆyTT{^m/j ~U_/gts1z[E_ O"PzuL%x'ͅV[](w؅]f\vU %c#C D9Dyr^@4(!SA~ѵh]m@+v5@[S> TuY9c6FLncFS;7@}H'U10*7ٿ@COv9NÔIy %$`dw^&m"Ϗm)/EXbT $ #BŮ\O#ؖ $;M2BJSHY5/\uȆ QsX faRaW'єvlftdfЛfBGGCgH*&wrRy+/c*,ٟr4@. m31t>,GH.wOS(!{9\ B`\['w_ d.J-3u$e u~ A4& 7DI={^PNZ=an\HCJײ`ܚ 5 )5{H@Œc(({"E֒ "Ĕvw>:zW"_Y5C=Q?x??ms")!ȩ2u7V^>J()8xAÀl~,e4\7Ml&Z;l>pRhrg.u妤KLGB#ÂC`''#Q:샩oQJ.(v ,_߀axBD ,w?!Xlys[7*OУnE5a`y\ lTMcCT n7p3GiL ŸtȽy79V .씔Y ENwh髥L$3],&_#~h!Z1׽AcMpڋ  `OPmC¥ŐOuS޴.tGX"h~%JvY3YF tOq]|GC-qp쥃 թN!R^>KgWN^Ľ>LuuP֐>&~A|}7u1H|^ ߭>ö,]1x,bI:us}X$DJ_ZJ馵E[om x%C2ơ=n/4_l*e<ė13Ez#q螙l .Ω.c G'sPo {"΄ՋMI/ymLCj)*ԇF ol mnRl{[JWvٻ1|uXDtZ7]Va"iu4`VƁw5d_*cݑ ̗"⢣Du-o uD|b' )XEG)" #>:rat q¯Ott1:'xh;f̷ˆf$Vy,(ByUծh/gb+]3qØmm%3mWCkju4,oGy6BP)z2 z&N9|e*=@Z4~ G8'"V=.㊳?FҒ$^ Yfp)t9~hSY/T:2)Z}NCG=\궋ɢ+4?@I Cxv i L&8s~Pa6@_͹^^HмyN4:,l]1J}g+~J`,4}Q/,M w2珢lo=kI5ţ9BDU tr 7!Ta@C lT^;XA]4F(Zorݺ]|Bt"aQʿ&$'vbψnB` @0f#"~ ϊfD{hOM^ lax=CIǦy$\Sq}+Cq 7{ J~I9R2g;MpKVk*Y;.քq6[U8ᖷ3¼iEn 2. sIǂ7i|I >%sOFc !VB rcGܞ(U5ƺ`Ʃ$ c,yĜOL8GP.K@n(M=,^hQ̤ƭ|oH :7}#牑t_ 8,#;I?0(<%%)#@CqQLH %61EIysON~o>ũ7 [#l7\W^?~(^~t5 A@QcUmp1򩙨۰[E&1eԯHg3DV J ]\8pWe!ʂ (Wnw٭O̡2#|rK-),+JEnK]f _a9cruW))?4 Z/"7);j>OLˉJҺ[~֩WJp~'OΉpŕ>kJB}j-xE:.Xr6AAfgٙ!"{f_ @APrwvoIvYu* r nRYݰےI@#RbJ2u1{-66ȳggէk tt%vlvZl(kCT|z}GRzFpanG(="s M5 p2C\|rAucC9Vz88$veB+4~ۉ F:,2^?i/)4Cq$cx@qq[~bVkhnr$oNj&;{?x]YziLwS =XثyQg1#G U ֥]f#У܅+T}4ظ)NxesrRSE ǜNE_Vb!b=ھh}ʁNXl>AF[ UA&Sɉ7bٌܪ-Sbf\ sv5;R ? N9$u5u7p-0;<=T/qIi qmXOz '.C\DƵt?) KU޼fhUsrʻtb fR Ɛo?V8MR VgN ƗPT'3pf^vx9TƶY/(̂q\G @ G ӇhnWZRC߂ԫ;ކ..$~#ck/_F!߼{ 5ElB܏t3.mA [ÿΥ|tE׳4q'w)!p!e9h,'*Ǘ{ Ai4BW+zhNMj X-8؟dBkWj)vw̙?DzSwa]NkKC;>O@܀HYصء`}*/l~uǥV]=ám"]wi+h>Qز~0y҄_Q1g>y}"wQ}EE$zem\:0u<. ±T   [rT%h*ō H!z¤rK)ލYcι e[੘n?P "\;WhS /x*TG"O/>">"[^*MH}!Z̟ibUւ@_(;!L5&/OV2+zR!iPǏ=\'+soܠWa!uoO=8PҴ3\SY)P @W2E8eHc]5Y0fd>O Osd5WY t ksMSh15bZ}7\&H7lD &LWЫPe*AnXy񓛻5T+v [VVX=J3K+OS 6]eYEZ=!v b)ui\X7!;3$ bҾܭI=eS~6O@ե)(ޅ]ImI] Je P/ӑsmpbe3Or\zf1&C>wn3 5(7p 0(tnNioxP몤*Mz]~ .N.rEE9Fmٿ \Y!ɉzl8{'c-Ok6{3\a"Sw)ѧx/&Vo޿XQҺ_Np(NT0MI:6#!௻>mWdL-1{#D =3H+p"G߱bj*<և&^.E(q2^aJ_QT27 !_?N)"͵qՒu=B?VpWƩe>P$e1 W}I}{&T|>rJh_:ы*'0IRu}$wKWR7ʣQTJaW_ b)#=+nJ\Yh(^DRǎ:V*M7r,>eV4We `6dUg|"I߱Q{sȥcG]w!In&1\;|^~տAO io}T5͚84Z;Ov*y[t~6NxU@b"qLLrazW,{Yٰ*ɖ'J:,I{,U){5i,y@k#E'9C IӘrLt,KmBl2[1g8[tcmGGЫ)6*h į*JEN+1xIuѡcڣCߋr?#[22N~وx`+vf]EZ6Z:J9P7*toˇVأG101tӾd[SC,-hLჺ/5 j-QC­*1qx|13,3{TPd y@Tgkk Yqj<&I][1a ; <sl\0#HLKi>$LPC}ޙ2mlXbtڽ\QSmXz8SfNQt# it.Р` 9lh)GTjt~C/D볺"a-35fBi |c+ t& #-35'(*QۛYtyKU{àF-:ULvᥲY>cg8x] ׍=lZYs/IB:ilqѤlס/kڛ:"[|0 Z#H]0|4zHP/%yyVʻ*0,ع?~4`Bb!3³`"e^}*9]ChJ[< Z~7%yW&@XzQo{(Y ja@ Ƀr^r-] ,I#="35_u!پ<GV%Uޚ"Ƀ[\ebYsگzȵ/'M0_ ; o}ZOXkP!\TNG *P0Ď/B`}7KK٪3eW kZb!e /fE50rG] uypC{kEW\@P+) ?4AwC,ژt'Do(o9,bP|78cD*jwj2|J`@gvi7&ª|"3):?b+*>43i/C2P)~ 䕛(Jĉ'jW"qܰrʎ:F_'e5Ar#,vVչm1520 \K眂Cơ!¬E2NW)}wT B/8gz2!`oJVk[.C|&s/P--2k,I _ ʓE ybMJkN9a=r - Nb:Om#l@e,wg37@t=:jB5k X}eڅ_So[n龍z,3s qN蕦 7pF e2OwےnWbau&p XeqjB.7&Fső\l̆2|fbȞ̛G*˟̅qBeQ nWX%Q!C0[ʉqDN<ҊCݬjfX|jJk#fGBpY }~Q>ʶ_dk^1zh \u-ꆏUg. hmc hXz&]Ds(a{Wmv4kVh&%61OnW *|̑Y:,#gΠڷ(7~p-BAL{0@EZ0~ʍ+xnHgbf&+6(6t)6=ˮxt+EihQu:=#zeXsw]D*ĶbzA+w,VVZѲLߩ ZF{+wYYbN)- j-i^nq!w-DބA;̧ sLBỂrxߋ~=AF&Ǝsa(; D>/XLpGEHPJ߸THdԠuOJ[  -W_~CmQ#|*Ӗ1v,'b22Klu0߼ 4Q=]>l %:ޖ\ƘUjItG 8"*jAu8yϔq/+bi/yvYrLJđWeh'3c9ҡv |F K9By(Xc%bg+vjmA4>{% "g{#PaJ6?Ι/:.XLжڂN)LqoiiKp'/l*ؚhg*"E:%tZ9C%]˗mz:Fc)A:HʬI_/v@¨0d(pJggӏ \LrV0>qvJ Wh[iHT82*c:m!Bn&{AKa)pFprW[<[jH/:2>hi6ܷ+-f$e&#23]c b3KFuzPsEbd[̥,LM*U}vL{ *Ge] n^9+V$uLTk\Nc {fpx1+ͳbA$v{ (gi#O4hOsHXa&ir^mIaln]Yg JQSӌ[P\A3,C 1MY9H(iؙӖ!0o0ѩ+ m"Ԣmc'øi- xI̠*{i#%PR֋,=SI L}oȕG<L4̤LEc͗(킲1RĈ~RJAYi.@i4e2hB9~g  3gMx%NgE.% ܍' vͨuE asb14:yw4z/Y0 X ~۝X\\ E"-TX@Y1oJ6!z : VG1~-4 G}AbҖxKKU(LK2;Xw0h)KuVd )(]ԡCcd:c6>qQmá>?nPH4 Ι6Y,|qȌlQ:D!SJ_($!C΋p~Iomu2W,B԰EZ #Dnv]) HMf8Rǽy3U$ &c 'GUi[@X*W__x\ZF%EW|s/ІՅy: ٲN`%"^Wrvh8u{$Kp,z>Uq@Ee_w|Ŏi;V)[s^w`zMHOdlߪG1!qLDP0SR$~î}?A4eO3k MĩQ:Ydf{r!OKŽހ@Ȫwm}yibc[i qXHQ-S(r߅ 9_Z={a(P^mgjar&+'Nr\UgWuJD?`ǥX).( ~M㷐>p je~~(O.8{.G2pJ6ޱ,0U@K,uO &'{HlѯQJy/qn`s7,ͱ޷<H|@6/5MjDhgfvz,U7cuoϒX*JF'dsxc@qoZEJ2W+iEWS-wg m㙡ttFoPť}]m\ <"WYBXHװwӺ5(_|ߠo֖DqvGiQFOkfp b"XBFS߫8'$aH}E/`ۜ&\-eK}AEgZٮ:ȹz_)7vO8`ܳc:qXGˠ+k =c0Wq$O~8ii2 5!y) &1#Kv+H=ؙ,S[7 zbb8ld)ZxI S"_(^屼|<G2OZ"m2_YSx W]QGoIk=3YlXz}%PLjhFTdT'Wnm2Go?\ɻ~ \N%A󭮢"[> -fAQ@`j^E Y̪kY R$s1(%n%RU:|wxopLSq!v(KseH ڳ*1NAm18zрtW7/5bn`VCPpE7Wo# aKyq`񯰢QX"bw jehb* 䓝wHP pܰ.&ɜh\_*NjtޕI69YyLboś C&ԲN=Apl޿g^}uo@I KU4S~E|굫5G9-Ѻ앮܉us3'fk19w[9JdeRG~'`i?vLTIҥ_,Cc:"DɕEyN"uq~y 7 *(S{VRLLIf/^ىϯWB@9Z.nL8HOV> Rrnz<`TgGQU^ MJ5!#.-VXU)*ëoOE* b\JSu2M'&ֵʩEžU6*Y^ӋyܰF339d [8C:벰eJJR9#,v \A(q.;gNfӨCB0&PL CBin㓰̜(б-HQ]Y ~!Rڤ vǽyFj>'cl:4B6k,|!qDyx_ %c Gчz7|ʀ9M7l|y;]5`5X9֨+Pm? 0ɭ2fz f8V6oz$K+ޓ&X$}aݡ&ȌSJ iJixn|K\-3N XLm1ɾ#%TEa %k$۱1Lvh=#?6ׯ1zL0o%Jl lKފ"xXOJq^;&f+*"Z jVc j]ڈC\p&EKf'H%;gX(k 7cf+f};M^޼OK'[2m]K‰rꟚRvt͘T8 繀\z&yup+|uͳ~i}Aom1ݾ[O8ZY֖1 $%)svRH"3e,>SByQn KyJ1T/M5JtNmB#ظ?2"o"oON s-P~';Pgz8U@{s9STPxj.*A f< p8/:Hv xK(÷HfXE]}3g9{nNT-R\8wIua "^ytwWI ĔILFjsYt&f/{_$F2b.<}S!8VӡVװ. ((_b ETwSlÃ+o~O;a nԑey{u|Z?I op=ocF<2Ly'}#p`'|1ʘ|`_d-)2YOK]e7و(o0uA%ÕmK!Pj諣Hl,LpcHc%A1"/6|-)) ʤЦ&|y"?lQ~1oy)5- r?kj?K"IS=z,M5tTEL);ſ0Wʚ*f3;yHp0w!1\XyVc57>gӼ X¯e!E3W2>oCϔnD̷jc:_RYAL7;x0V* Gu|S۶L-~Է'>CA|!vD1f. ;Ѥ7]l 7#䲃+ΈrԜzKV )"YPJagDm+gN-mjFHƇNBTbto%Hۓ%z/;z~*ItAE8g g3{I*뒶urOZ8LvUg[5N:bl]{rP?1F5>کJ٪[WRm=汐L)mmקB8)&KhpQ%M pJ`EF`Sse֑"^68p7NFIυ:O8}<V1ػqY;nj@F(OV-[^p#t׫DM܉iw~{B'uXLic]'t}q ?a[ XbC1׋38o;ۨSt8Xӎ^('{g?m_sleIpf\SlGRb"W0ѷ;-ROOZ{"(X6Tq2F+ DO;U1A2zu; L &?Ovڮ`{EKXP=/}L]J18!wKd9?euDmIdw"1kl^d+ =S͗fA ݸasQz8PWsKez~h<1w<1a )ƛmNPy\HWhIk%dTp}n_j7naD5 ̈'r>STf-Ba}!Bb3Š^f r>u Oܚ9h#2mh )O8je*]Nh:pMmNƉڽT1x>&NV6]ؖKBdY ^f VQU!t]j"+ew:3el|(}3f,-Uj+_\cΛ\{+EeYKyק=C3^nD{E y+{tᅀuEDJY6yߦ;mQ@r8-]5%]=4߻i[k*f#* npey?L@75`:,-~%~&_>ߎg ~g|?G\Dhݹ:ӓ%˵A\j“^k^?R򜫅dz",lI{n5HR`⫷H)t,&>B W?f^Y[YOo !tN7 72' d02]x|R*c'@; fʃS&͋OJ4D x;mwqpbK?g'XOL}\^fvt{6 ų-uE1Aˇ4TXD`ߧpA4AJ'h cm6V!%̫<6虵+YYǝGz>v]KB\ L-.z~hRy[2wvݗ%oU[JC.\XK/:ǜOYM.zoFl G\IFMQ6Άzj ¦JLY(4T?wm2IP4K05)"ak|$aS[,YہeCI2fAwM%`yքtL'{rcSߜxs'ѐi 5TdI`,$fP/nkPw+V* X *;;xɳ(Mӏ!\WT'zTv$f,↑ 6Wg G=p\ʥQZ@a0˚̕ 5!* BDT]( ޢIz)t<۵I!{),`W}9RD)}] @jtگ_JC;Lx~<_uy E_)(pE([Y?rB@Ēw}/ &Wާvãui]`):#&j2sodYPXѫhe a2M$r >YtJFUͬNˡ\Njw8WͩQwLaN<'X15b>*:K)XznT\$ߘS gAk)`6_shXjBPqu|>@:0IV6PZܬo4 Jz2I~r~}SQ#@r7G]BoD#NsO2tn 8(o7ƁG7.^ѰfťpĂVLo  w셔: S’ + rKhD/Ua6"WgJ.i|<^˿<Ҧ+]X[?_`vl#Hq+ƍdeAV$u3R W^v(um(ְDs45C1!eӅ6OW<1&n% P#vBR+Ѐ3Kvo [F+?@=^iޭ.g31C$g$BHJm1Ί,[HH+%|`yBZvE#T-dSKkܽqI$w?>$?1 YAӺc~7 cĝX]&Vz<#LiϐЩwjQ)tЏ)rnN@.[5fϡ1a A!:$];90{#﯌fWk<Ыh&o PdavT{%[v9\Hs7'>A=Z= h)נi݃ux̐2H̦z|pŶ*i)eEEQH7nQ `[`[Q>[ >?{`=egr;Ek@i{!&[nPF4xU:-xХ(ď/c> ooۭgN>B0ya4[&ߺS Oin()조qc~blo+{L7PVMZFe8&I=IqC8#f?;eװ,iK 8 BNgTf6%C zZƐRk/R p;L-tiT21 MTsd\ѐ9yDT: 9。×2ׯOSS;) ߤ~D@k4rL͜ =MOGǢxbZo'7y0;XZ{Г+GiK'vf/ ^AȊ Oq`իAa@ P.}dNbx$MwtǾ}@2tb *FH`[M- .S ipKݧS+]!E4ZDpiRx*FzJ[̿UKP)UZrn+ d>"(nvgZu#杖#ͺI+.,ak.{('@XxFlALb~@P)m@9 rJ]HϠ{ܷ s;FrSPZ +Z>$a^߄Fy#!Q (NaUᢥjn:{'VBj|vLv$֭y`Fɱ?i ৾v_2Աw}XC2g`QoqވqEM6P >)_#'쉂IװpDtd}Ȯ!ąB7O$UOWZVv}SIb ,bBFVEЊ4ƻ!I7"pcThҹr]vQhyҧ; $vNN6PspOCQSKMGydrfeXG/iTNU|,4*S_Z-SG$Q_;bcqNjR'$A KuQYLD;]>؀G]HMVf_ygdip [JAi ^Oh (b!¯ */X'!ҹMd.V?YPrCzEA|:j  K9C{%__LAۇ$ɟtvbBHNÜz+Q9<`Y'䖌.O{Dz΋8|ü"(~2[3Y^@!>a| ;%=FS`?T$ŐI Y$A k*2:>t`t6&Oar%mXScJK:L\yAAAPm[qpQew|J`; #I K*kτ܍AÃF4!h\||) &ᏼk_:.#]KwS}'wħ߱"nr422Q'7o91$v&M2*K|Zz(DY0ϦfgӢ;<@sgm/%ђiRYyC"j'@Q}v9#ta7DlDz"gʩ-浕}[吡Bݖӆzdތ)Otg"gC[%YQTQ jMIBH@bd)|hyF_ qg9>bA]Q~և. :9 o|壖$}( |UFߵ,"/uR&?~j:|N¹H lR}b>?lr`k@C1% [:e˯p+TmU+v 5 &c*₧+2o9>|6*`$MzD\c j+++܇wَ,e'cTO7h\8|(BSFr/G[֢͞Pv=:nM-E&V>DYOBv e|Ȼ8,}fb5VU:$G5HwK[\V2M>/|7u7 ,WBD:,Ы\ ^M nRbD$gĮ,0 ::ȠFI2̡&t.\56>q j80.KN~3*2Q8E.yPmd|,2?YIRa]ɚP9&Tv`G ҳ651g4kЙL8|g(߬gu9ce9YZLd橞7 x-ӊj\^$pD>lM<"L\FiXg^;q Y$8j@(gWۙ;e]:MjUH@Öbp iғD~i1sJT:v*"]ײ1=p Vu 46t^y—K%Z"cmg+!HY> /3k8JO!$IՎ[ש$9OY?:n$S &XA{e҅^tcwh!w'gt]2Gdus]i8Y/村϶c.ܐ )K-mqcI[X@g8W9r$WŬPٶƑ)K]ZY9Fߗ#{ekj8M)$S9<Ȫ\bU†FطڅaBSc(-,d뎈S>?$7SȖ:yK-f\.@yؘ(B{-~ӔOI9f2i)&)H;VU8Ui~ b/<6.|#p|TI=Ґ؃}NF~8w`u|,[bl7Xv%48Z1iD]`;U=rL:!LSnx 2r-RXEvg2n5RcŠ\.̺uٶd=AKBV&-/RU@d lz[w">3Z Ŏ~4#m-eJ2T\TK 6/?E`o "V┺@~$kgǦ' X?䟥}>7[@m֩,v&~J<|tZp6\BCPt"ӄ|\h:"r=Td$ZJDx8'`jȹլ-gϣ(PfEJѴC Ÿ7n-Z=a(r?R^nb3 s KJG!D?TAr2H~=/8b s`%i# ¢9%|=2:+U:.m|<˷H=PY;;#t>暶U[:<o Q+ޕ2/:3 9N эH~Bg*nr슨<ŝ*l B\U˷h!-rJٞoi&jp>@.EQ`M 92Pqّ{A9ܭ'%Dp^xS<8L++gUQ8;O!0[m83J6@\*W<_<1N Xw%\1~V`% 53UP7y^hqn23П}F։yÿv/d^]U6@ȼhaz]EF9%C16&C踣un6#Lw 6ԌiF0/ytDkgQ8wrVՁ?@t2|q\c ԎLR:-XDH+iZ1҃ыTݗ4\|.@nrE ǯ*~礮]!shY &Y'9ß@ׂ]aYe2fWѸ| +ʴƘj%C7fLJ#2v/Ld<~;ˤ?%Z+7ϹfOy~ܐ2mE"m#J=O ViYfxO"YDv+Y9hwQc~x"(oa%J&*Q2DDWF4 A̬8俏?*rУ% \mA3X-bS1HRDnSP$ܻ32?FlF.hPtSG?,(WNzM/-?O2d dLI Y>~BT>V 5O)FH;7[[%0|":2Ƹ ìjۙS?Us43=cX.ݳ|,l+mN e~D&|S )y !K*惓uل>| Z/ / 6" 7oX G ^^Ji; i(cW+ͽk̇:KNx)yAIv{43 =3JA{'A)'k~Z/Bxy ,g'f=D{&}+:峂$3^;gD*˞Q+|]z@QyoDHLʤ_f{56O#ZiɅ?X ۉ+ib$Gaҹ`T#Ǡ~Ҙ f){F1ɘ@W9L&Q22Unڱ-Zޞ` CeP,~"?FdfMcu%pEYI{vj-cOq(5HfҚԌ M] H V[RN6²Қ 'j4~8W(+id]ۺ#]R-f-\1#ݩozLp?F&0Bn}EmCjư1r;@|%i֌gri519jL/o p+̆|2aȜ'!LD,GgZLԨKDZ%ZcZR5Kb佩d`aG`U&V;۲dmU~pyUA 8| i(` ~ _+ y-C'Ayɒj"ۓQ&r#JGE|Ś{v 2o`$ŷ4̣h3Ugg*eV^KP?f.֑)Y}wLhcq-ҝzyhdK7q]V[-R.B? ^•Sx0,/+E/dRէ:ڇ\\}.>~4IEm .zwo&hZ+ ȧˀVUL6{|!-Hh#e H 0PPnkZ#dF5<뢪:ȕsO2u √2=8Ix9J"dE1+*dDKZ@%C36I[h:aysšg)pg j}PaА)c/jQ92VQ u!d8Nz0+EObN4+K$vg\ל,mvA:EB%DC04e.=9ntB&p#r ѫxY~8ش~#4a@NްGZ?d]\'-|RLq'Ypa. E\ȓL3M"e0J(GRs}A[8R'8X#" gCZ)7f}>$e.&]|Tt浡 X}$ FcS4$̆ A]y[av1Qp<Anyg`o^ؓ"z1 3=  u( y;ǰ&p#g[ {+vTPυpuQ)&W|e]T>m>{.5*u֣w T'%^#Az;ETi>+_``18HR(Fk›Q{+O5Ba< +$׉N^} ٖd+WWG[{Wك[9ҭ:6fmr i]_A4:ks?X$dldm"!+=mĹ;=9[Y6|13B℠SrKdʩ28c>:6+rxBDtΞǰ^Y{G j~2VZXd[H"X%ᬅ W^>@oQ̩sw.u }fjO]e8ϭ?OS-t/2Y4V/;#îbJmVp qp-*+B~RnQ4FzURnSTW<5T,<:Mt,Gjb_<[7oKdKW8λprMt0G.J  FefG-a ׄsVsX4'[Q 1bŘʮ:bΡZF4`xS ˧ pG۩:fTwDiwdN1u% @t{N!殛PerRs#xĻL;pw5v3Pp ԝPyPwthwD'C|lßɾս[6.dt0}%gj(3ucBvthd?WBYk$cT[7~5z^@5ɷGRxɴ@ $Cx-pGo#ʚkuh0VĞN*K*_P) 9J۠~zfH{q۹xM,M r;zLqMη Ya£Ob{ sX|tt$qENU-9A5 !YV{dYNMe<:1xΤ/r5Ǿ53P ?,?a`Ia+S51u|hD4 Y$ SxjXAEH &Uc 3q1@)=34ӠNKZ8Ag"棰&O*.ΰCMjjGN'A [gWidɭwLqw~&!~fG>RwAPX $̮mlEw bӃ/(5~Cc}H:V)8 V[4\W9Nx7L[_yb/UU]U8_U~NᅁFAM^!%rߓ)b3la NNh9mu⠜T|r hyYY>՜kXTTyV-M~.i &\^qԒ#M;7َ[iIp~<؝ HABuϊD)u]MFљzr1$SW%C9$k=2k#2_)õ7d1 5]Xm]3> c{ĕ(jXQ(ʡzc%d7-4hoZ}WjG^j@uH{hgőbo| nC9K4/[cȺb>I4nv%O[-'Ϟ)/.N|Ll&ggµ9"fiv#rB}*WDFDWqho՝kTUr~0A(FUR"Yr"PJOVfT97ٵfoҤ1ϫK3$c#Oy X7šUY`H7mT %sԓ0 ڔT9(snWt"?0I$K%)vAsKզ#޻(jiU|3}.k "|R(/{WzI BZ;u[,d>S9ۿTtK!Z=Ҷeέ\ӛ.;a%b_@ OfF*,At5ntTZؤ.& bX #mhpu;dm ؊ږ@T|z8}FĞ|3VI\q'~O>*ҝ,>ӑ4BadLلZvpZc0g:MdS_^*+tEFrŒU?B?d|n-5+5Z瀆T = ) FO{[!f&REg)z(*RitU0niF۩L;qtnƼ> N|L*[dwx׆ySc͊CXඁ~E¼%5a4V$]yKDN҂YXSKJ/"[j8 w,A8m/& (CnJWD=Y]Y쏣GaQa =P osݳD ~4׀`@r5T`>7wєX&[\8.g SI@ϞaEA@j+O a,iDR؝qtF 5@(Hcf$hPĻI?+#^q){=eW*W"mGȝwYŒ.UXA[$.KU@ys{}2n`cz>To1~`ӌjĠ-2QjL8؉Y蠢2DY"2{V52t`QpMN'6 ŕ?K}V UY=w<'T֝ 4mwHq>Lw{!7F Q`m4zfn7nF " iGi 1 ̪AP!6LI%!76 KI4l? _8f0DdA]rH#ijBb41Yo89rhG*;anxΕy,AWY5mJ'['_I]S|Z&ڌWHhL6Zp_!Nǒ۫3<ˏYԉD# VTx|?[ Q:;W1wOFeޭݸ%by80  u& "9KU{ El46}X h1F…[S;.M]<ƫT_^SaQHy`(!Ow}zUSd]@lSUd:DCsJEzAx~&c>MU?rWTd:8cRDxE/^C)BQ*b[^lET (Uq H:4۱=i5ZkBM?xvi͖Ki۱#`*)STU0EcA^(1K~s-36sdڔI~ۢ*@Wes4ꔞ>>$J>|W7p;D^ )1^32qzszH:uXE+i|ݦ 4@h+q)ǫqF0mdX̠s}oIW^{r&6 5b9c^9~mZG=pEfVIz?w۰BOSGgPo6>썤4oNA*t@8BHd/YaSs@[485̅$ \og IWBR8"l,f<$\|f$kiV _\%$dŒ@!Cz RZ5sW6QDܷRWh4cx>*J{0u#X_5!= ̘u7SZN.^r2CnvSu<fX-Vq:7 7aG{ -<85*Pn(U37 0)*,HH>=N]6nmNͤ0af/$y2,GRǟAx @̹j} X xN ?Ӿ4%kO\62ڮ#$ժTxPN%H2ۥNN@ YNN`\۩<"o~_^dv4LG@`oTu[4~pRgAah8z.,}v N5M$!swhN=~)` ( e` e]MCLHw;L+6G;[y'>rZc$DɣNћ}("7s S}ꎃM=6(mN Ӏ6+< +TĔH1NÕ+aWV^>E2גbgۍyK&*7xz}wj-C0g 3Ū=,2#!y}r?cV:dndn #H -bڤLD$|C5@",}*%3xzm"-7P~xt% *"J`7ثOD9|n\֏쮇9+=^&z|Ye#v† ["xp{ə2(/ˉ7+{b 03V<ݽ+ŢD\ID0H4\Y|Qoкbnw#2)۠Lazva%XO`:n25sc k"LwRۍF€A>RVz)R+@w_nU0TEXxrkՖ2"Y:WHVqφw8Z$\}^d1Ve~3SI9/x@@wWB(jHWy%iSo[ "_2⁴4 &={rE:rղqH=z Q-oX&NpIJh"Ǝ[A*w,BѠI߅GLW1IM铫ݭ4ѫ膔x`42Ek7[Cb 3B́|7UQ4qDnsnxکo%2u?uPپ3)ڛ|&Y+KTB)[[z_ި'Z{?JbN>T$sqSӎx]Qd)/xcVJo/3rJt6&t% >iz n`xV 27ZJ2M`qQQq/|jfh FSHh{=8P{ UeapN#s,)Eԁ}n2 k$kȠXxuT1HFƩ[߱ѣ,HHˤ{KCGSύ^}(OoU Ν@)"3ˑ47g,2,iz#N s) Ùrּ6uo9)~ J apq  q }شOi)44 $Y&21h HvHԬ=K{E0&eǒg9.Wn@kFAǔV݉es 辳q)gE&ѕzm={Y\:5Z2KϤ9=/Gv^«R2P l!&4 |LoDѤWקsV;*[|QM%c.̎=i` [B{U%5HD4ig: єԁdkoLs)㶻E(c?XG}AaGy!Y-DShƂM-ߛ}DIKU1_""QLKE$QF29iڻ (>.X1 ԖGݳeཡPN2{1n)>'a]B#cWc"Bў7b'aYB\xF-2:\^ YA?c;cC$GBB=.8[@*,TS4feWf/Ke/kzE03:6j6)8SO%ilR8iKS{nQ(̗^V1C8J`P>9n~ud v^14#~biOV|Ȱi06ySӯM=c{KW҇dȶ/ [5̞{+-l+Klzhη Yt9mCqHG{f:o%}LmVx> "-jƎbd'YF7!zp6;]~}zș="~1"mz6)a/yFIM6@m#< ؎u jKbEc-*f'+, 7yэYl* 务۰8Q(p joVTXjbQ 2 }Mygl~qezKҹ_%E[s _kuP\C: gWD|#t+6Cc!1\\928 qotyo_“?:x*@еjvV0h%e WP?w)-!:8nrQ \4:~FJ~mPY~;[iWH 뾑BB x&L'$<*Ϧ=Ȕ&US.d AA0f V3,L[kMӧ]N`'+[?ٔ&e 9gM8VMz@祂y&#.$߃*ʡU`Azy>|JuG~+-.wB{-S2 wReKۍMS/3uk(?l,ZMep?v Vk0ަ.J/K_tK7vCsx>|TlzX6sR)Aa%J`MN/\%S![ߧ~2QJfg[ooEȴqh6 œ>Q^Z]+ܺzBzH ).p5S7 ;+a|Kk=8SvJXBq"9P( ~A̅`bpU'w{Ir'{|XC\ѽSEe -SIHn5^Y aJI=K-TyCh9lwfu!tϱlt;o ijAu9NLU.K=Nrf 'lMl\M9ZG{hwUbGس؆#KXɹmGMS'=ךؾ *!?Xu>gό ~U6)ݷ+yuy}+Jߚ ڪ jKkM q#.©יcKw3u: ]Aފ㈕^]X@88xiENKSy>GE`" +i9~5*Oo40"e嗹p<&ByZ$%Hn>ZrfIIH<.^p*/m{䪥+( &^Wdh`H/mkT>SF.m8xyDV"R[UQ1qyRJc/-?B߉l{c*e͒=2U`j=6^}hVJ녍98xI:ۇۂal#l'CJda^s5 LO75|>L5vʔ5 1 ~8ixxLfF*F:\]zx.<=2UoEvÂl@%ji(T[prT`jG/<['Q-XXK/o{zJ{`vчN~:oͤ<{~e~"Jqi?UWbx<}ٟ+{,*G~VjՔA߅2Jf@LŠ4C)+98R;^S(`"hn$}" ) 6c5|ce搇zL+"ML9pρ.?Aa?/1n+w~qQ4ft>V cjhKV0kNj(>#J~aVu7>&H_z'{$K,0n g;:Ҙ"YAQx}ln4yٯ!ΆI2xZ9|n+)jkKLyŗA/}+2tx _Q~^0&G,B`F_a]NU:{ɪA8oq,T4:dN0qn+tJ6d[=^b> \`&AHXN*@t. G[yФ ,LlJ9gUYw|vKA+HRqqovp/[d7 ,Ce{[[)vjF$S5u6f&E!>d8OS% aGA祫Ǘ+ GK~W7 Y>Yq@,mWĠZ!7imظ ؋]'Ю=2dos_E>ME+`quD>BQŹWcx/8Ӕ|sCچT1B(>X eSZ]셨h$|6mdmOwGO Eem {S zW>~4VW@hTZ`DP n3|?yIi%J2t❐JA!H!e"?-/GG-@|ȽYax̊Zᛱl&,IYEMQiϣ1ӦJ).Zp[n$âG^wgѣJ6nj!`u6_ ;"Y |S}_AÀ!bDm$DUx0lw?{ذ_ɩZYQ)6;BgIC-l cMQVZ dMh"T ̛|\j,_zĆEZ8]s Ojq,s<{1AwO4F{%(^D!XNժvOiעr؜xLwȒgLĺT:ԕBYFCPm .j[ ~F(zԏEͷ}n#bW_:"$ܘ6Mo-C}g=l9SM,LBѿDW UVV:9~@;ș/AZU|ĩzg /<yT6}c_I[GĤbC㠃{[=kw? :HCUR\c!h}@)^![9d1.]&VҏLjIfEu)\ HڭoG >h12]D=i7Fo|^I:RYk5x%d\p0hIjQaͶRx x;9V WDMF 0IjwȆىr; kqmHyםKqد􏜿x[ ɘ)/Q(z0*?}=e#/Tn)EgZEAWZ{32 bԁxĒ hNa6\LPڠ(逦IPMx/x]p $AT)# _/<#/fsQ eON5L*caF߳UAƐ/ Jfpk0=G8Bd1G{B$"kTה3.L,? m4U'ڛ8hނc=]T օ@qk`W"؛1yOéV)(3\R;>M?Rͼȼ[SHݿ1L7lZOn^j Q$VXqWv3)JٓDV#euN/牀N\*&p]D rn 8< ?ny?O~6Pq B(!=|c1[+_4jCLiG>][ 7Jz^4e҂|IWx5 uXUW)&Daۈ'a9ՃGLNӾ:vQvF#WC mnD"!!lBͨ+ުDGMA#6Tjbm*O|I9#rW8qBRK67\E^}J̒`v)qyƊdvap(gUds^R, _ZJijK.YDqK{Rq\y]W!2HS6/\Q>/TeAne'u z9aߧgI?1AzR ;ҔJH#G*+^5lZ {lsw،zot۟iNq=v+5ȍE7(]g<ɥ4A%`6DAC4/SBsQފl>gq:;ߏ8VP;?'IFY۱^Ntb!B%v OIL< ρt#b['*wMF b&pe+?H6@blC&ۦSL cxdZAoik^uVyZNEʼpJ/70 d/w$z\.!^ŬR[ּ9kT+\P^K(s sqtMFhgr*Z+&%l8Owrq!Aj)e${u=6o)XFRz*=/ʱƿZMo9if'}S@4s/}4|/v*_0:P+a%~$2S8#,3J{WF4Aۈ=@S5k^t1FEf:8"&)#sfn''}R5f1`8,7ckQ&+Y@8t< )AVV ^E[ ZRW@maɜvҠ5eG!Oksv-  O^(Ps:rplum)̳h qK`nQ}a, MgESL2,lrƤQ e_K\rF3$DĸN}>~rAL&gqqV*C0=_Ho 5hԭ]"h|`6c澮{bB9A5e e>MfuG$P{0MNELAdsJl^*Y]Ur]i5R~7Z7-rOGvGv{m&{u2gy11\#'L`>Ȟz72 At8TFwةOj: 7? ന*j҆KYs[T~]IOd6Qj+qS' 끋M})}{Ѕ.x*x%Ay| $ >+\ݵŊun9`]#DF; J11 Ad֬ w@> Xw5a$Ȩ%)юz>)ь>e uR|WW` QȺ{_Rz$/F:îj8dB#ER1Փ<.}͵їzM_աg6<ݜ cYb[G`Clø, MX7;[ +LO!2:mny3pY\@rdwʠ{ެp'hv2:?_{@EIHoC|Xju&!=߳8_j:V-Aj#u+.E&`;ϖ)hMÞ=$/㬱s%F=-rY`̎ Uy/k`I^{^g{/,@ΙQd:IyM62-L>et[~<35G!32cf:$7}\@8G @I1aO/|^8y S>R C.6G&$UyȖsP]pCVuB\el5oymrA:D`,'IrUO@ZUpG#T]z5,vnOlUBJ#Y-UyOS%eL\O5K+-T`&J G3;6vj!LVEJ*7M ۄl+:rd CXװ5wOr;vtEg}׿0^.6t7QX aF:F\tX9^ʒW҉p+B}֪ \G8Pa6dWEYI$ hM @Gi1C8 YݠMRM`zKJݓ4<ۊvʀ^%Gn$tlB b_YR{U()Hf!KYn5Z?lr0GԈ.v;)!_wjB?V3:܆]n^Mq"Jd6r4mt\aIp^OدNcqJ xϢ,B P 5~U/4NĭIh$HWXtr9|XbF޳J3B6ޥ鷚h͚JnzBb jLws*9g]"yQćGFdgQ-%%en Gqd5ޕhAy%WAaoP8_*H0ϻ7#BT.qr X )ˋ#M#LQㅭ{dZ(G[qFp;:̭JsCMSpɵ9Cq^A`2SbʤyKP,Xq_04MDPV/e2^T7S $Iqvr&5 񿰷Neŋ>'CojElu09R冫 hN4>|}+2 4Tj2zd6Ǻ>ZlKQd> :G`nmgg_Y[29ߌXCnb7K3m4A[}5P!(-U@d^p]ʣ n/%nLf)~b$dq\exke1n]=|s2m!R;>@_1Ȋ?^P'SE 7Q(]ێIGb8b?S 6F9=)\i=X6ZVsm0AX?ԧ55H%~} LtuNH6Pf* 3eGc:>e?۠e-:.Y]/)-t1, 3yExىjSQL }$fCHf@HRzشqnԍ1{wlrE_3(&q5Y[ R[>R6ϩ)v mWhsWI%Y4yL6ږ'PhHGn<9_s1(3HJ7pl:$ ӇUe}5~}=c-wiZsL1&-!KL{E-fFp hp`X.ϰ >g'*U-!C<\ (3|4B *r !]\W{]%%74>5#wW^hRGe _[9IS^_(AgދMj,E/ù)B!Vثwի|bxJzʗ+Ԩŗbl0"4( w4(cİD{.'{ybtɥ />4] ݻN.һKj9ybhB):9;ow٤#ۦw1Kw?@ѻ mmt%()XYblb6>>+xUsR_wg.`o,s `~\5mR\C#)̭,+R+ &?FM+3b'6Rɇ'3'g&EnȻ@CHIxlںzKN݇d,H%/tNa ^ dkX|OZ*l樅dDےŸeOtF3` leK!`1 vY$-s_J$fԄ ͎7n&S£Vdʒ<׎@Q{^K̥޴d/{r]H>F!1:5~ڰYSmm1&JKoeu/t{ E O8q%ts9feuJRdr5g'@DŽCgqĥ$} $ A \*kk<"m Vёx5/{leAXRK2ߝ&3F r79~T'lժ<(=ma(m {Mo׻Tm_ uX=}znhޡGZ$UdkvkƲOl5zv?*`)XUkzfMA]VZHűլr:.{8C_\XŊ5IdT.^= 0<˼|mX|/ݢBIh a&Ӱbˑ!|j/vׂR(=;{ :+UxMNzG1yNe};=}^Va|S.YQʨק3 3*C1G񴑠 `D_@UI(;vW`(+L=KENl^gԫ^:\ml}ia{g/7Bɿ#7rѢoY -~ÈNLDx3ד~!8\I1.B _..N@!*MQ\B~`=_jsUJƙ0>N'L4tRJG&g`N SE9l}['OW%5PcUNz&%hgPYb8EW#@$ĭ5 gu;a ?b$#3fC\*GZx] ]bd(|l?EnU 19(MU˄\͑#< :+b?d!dA[Jý:{9-㈐Ym:V^y؍! jKrE#"_N#/4r+ݳ= WO&9=]\\ ,P\ X]ОUu JND&1g7 }ê&| %aM-R.(lARdpƠD@ܺĒ isvyB2:߳C;4p[ᄦŠ6~˻$N1ބi*ש;l A2*`:mç]1SxPr2$og;C20 z̲˼%% n!72G1, Sk?}-B0oOO:盿KQ Apԅ` 1}4 މ1e]Ivj)+@`G5[q'-2gjvn!?5{-p45s 6>Вa]Z;QYMFȬe*ȝӑ5rgRu-JLEj djdS1e΃N&xw0L2.o]LisEEQ[3RjKTrJc7./t(S a_BJ%{SM1TLl)!v G 6#w:FV&ƺEdi x,0n?⠠'jrxן;)}.RynZȳऌjlP%S7teYg{1k@#D:Nd1ARͮ{')RRs8:]H"Ϛ(Sa)_} _=z nbWje,En8SRˏՒ\]PmMRWĶZњLt9b,u ==qa_r'h:Y~؃/SBAA-×1 5FJ !FgOPmlK%fgvLmHK7QU~g{4k=Yn{RnH^"酯詞KZV{_1(lp|E.bۯ5<.{gsrm 󶓱=Lh5&ŧpN5JBtz3\:N7-8'&skkqRM2\_λ8䬙[ak4Nۏ3|6Dk"eN)k:1%6r_炫BM6QɵN HoydF00Ҷ4xI}(phb8 xn';`lүH:B~V9T2Y 2P&a ,Lx^=? YZF&49ySo7Cm02Fj~@E0O-8S+ $\& @[]% 3mj1{2c7n[r:CWꠁG_ѢjJB{ cX/~$<̵1omv,Aax6ӴkXyQk>;3 kn;~<𘉋T3rooX~ l",P˄ ܼ57bh<ݸCnw J;rRЪB/OZg/X@Z=7.3nC )IHH>{ 1n(`PSaWaAutXs 1c2^I?5Qthzh %o5ZEOĤ%k>SQM\{EY@)*W( St9-@- %\FJ(gC>M1р@=)iF}$_&DI8QVgmnqCz[f?@TÕkvhXcZG LZ4?R5aQ`Aj##x@}~wrAGY*hkc~;Y ,@~'qsx]'gq($$ 0zo$޽;tOS NGm曝J 䖶sPTp _:[჏~SX̄_s[yvIϘ􈋴>' F?y, &(ʱq-mcemc~Չgs7c Ro-gfqJiL]w0n$8fE.Fr%r9)Q1W35LӘeCOÌ++ag>wй&8cޯm!\QrW+V8t,kr<$q܈mc8mD]t+oiu-q( #NNE'>%5ƄBg|ywؘ 0cg\F\ܱml+SSw1.Wjf;{X{jEIY#ؙd]AبaB`yB@C[J٣q~ Ng>x*B1DgTŤ}t -dNx)hrLGƷ9iL[TW0L C^;rbZ6+|f'Ce .XFKxUKD$1+:N_1ۀVH^i{i/nC TCͽpQUȺ1ƯM֞:n(kG0*C6}]˜#"v|Bg<ϋiZ{dO~U-#3mj[eß M10DoT:CBѮJ4i2ɜŃs+SN@kaAѸT@kDYhZWLaL/C@H;uP֝| vzV6Ð~mX=5>Bӛ‰ tGpܴFP 3klv5ܱ"— i3P˄A9,z.jL =zRtbX](%OՌ:B1Zo҈0 VZjٻ2ꁙ 7SԖLE>_˂ 7kߒl.Wkl!ca7-_^ `%./ڡ<8 4D]rp}.QntlM[޲:`̐dbY&$ӛ%B9_Y]UtZ?73ek`B2JHM:+|9^0˪b4Ӏ8薘YؒhPѳմ1w)J,;4gwm+n3w0}W p[he"Jd1CR)8pE'\:'xJmHa$q?%~dA N)H0]J& Ezg@+p.ffGRA?b֙;GgWo0d!J_`H; bR>q\Z~3 ᶁ C^p=lA7d. l||x k sd5sQY6NFȋyI]g{ TO&H5ZQR* F$MM|'4pR LU]#tOb#|d c.+?Ef~YuK](f Qh@jDozY)hwՇGl":N=;<.7J\Br t|,b T3fAk]GY]u"J9|Eh{_*#`I='k2ڟ=*1|z•4<= 7Z6Dj4uMB0ISTa7Eawv=iCY G#=k9҅/T0:dƛw 7 =aײn.}2Prj2]Ip0QO*U: GMP/v&Kɶ͂h*Kwf.PnXws#"1I';GtX/ {${Eٿe4N[ cm=b@^!Hom!AB:jMy%( uVr; G鄅=Sꕺ{`Wab-m8/V;ltznFpnN>kd>\noPgMHd6iDe::#(an#儿/XH.^ڳKqV9vBngxwxMbMrE9NS.w-(.ZiÁ5pB8gθTCpVzw`pT{%n-rN?Ht&ډo1[¡\B/Y5KwotEc`9Xz<]3sDZ𸺍ށВ="S z^FlIyB_p[M} U[ÖHvBz5xw/P3ͼ!U9BEvo'0lG#̖:4l[ӫe8)KW/ Dƚ#0&GXSZe=|<џVKT-KΜdy)}?Ϸ'kupr_fU7j/̾D61 Zrd2WeʃnT9㚘h Ј͡V<u *MH8)ejdUuVJ|yd]uSY>-C[O.Z$VnϽ1Mگ *7B)\~c tӮSXHYTF)Y5S^S.ovȞi陓4Sb[9ۧqlSٸmM2 XHyW:7n7i'bV7̳@ݴܷm]u:?z44+O=X=}wG[2gA b3*]&m!tY'"LpPb-*#X_V`hJ9GȵWZV*jR^ 9G3呦ͦH23`iv/OSL=-gs"ezcHJ vXDņkk^}9]dq. w(CtҋAdOG^>yDLEMkÝь%[4v~ίj/md"x$uie&]ԪEՐdo>C]9KRau1c{p0e3RaA~{۟qw7/8B UPS6en$Z/$8 ھ4V=)`UP{Y.9'4Zu%3 8:GJ0 -E%0l7yd: O!fypZM`KE2;쾭#vr5HQ|FF TbPO XBϼ}J&ף.V))B5m]ND}6p+8$qq(>Z߶aND9 ޻Y6uhB~M H8CDj1q̵hކq|_#+<{!QDNq}<+<wX]Q=R}Q'X:W?Vɻ ԰R7Yn9 2{X`?K]] oam!`]c.,8sI-C Tcjůq$ALqdA根8sǒ1eȳ0(\[ Chh!Z.<98F{)M7{l^V-=Ç4Z"X3HtJ &E/֏޶ P@ g;mO:q:}.m- \Jȩ*zޓU,)&;(.XTPQԼ?0(!}-%m\VC;xz[k 7{+n 1cC- Z䮍4JW%ga+U@R;ӸPr{s3.vAo$]de3IJ!+LKbm*x% @cD~Z!uFXg8k;vG(~@9pVrrMѩ݌r)*KyYʿ"Fr5GKaj7,6]m,z2ArhݺKO%a&&pEv_r") kMY`),SԠ6^K.oy ,-e8[౴\Ubcxt0y;7jmUtiz|X>t+)M)Q٧/Յ-VuYkfK.P9j`-D&ZI5Lh `K]}G)&QPBRVU# _~u|_D.%ϐo#?Xu=|/̳ (WRsFJ- !g Q="m@)`%D|'J>u%4B0wvRC n˾XL#ima/[dc^}b=生!9[75G(,ԻpEKWx>a2)Z =Vp'Wp s.gGOg 0quuzbLcx{va1uH T |Vб)F<ѪS-\EX`8si Yxmgpܿn`a yΥQf)TzఋyP~dG^pG/'w`65@*MmGh3,7\ǡo>-iXoyС[ kusA8ntuU"% -Gϖ_ҝeAyY#qOj/kˮ,_o.mg"'@c{~xQWS vsξ_y6m J}ϟ >P)vR_w6* EKɰYHoN%FcA2 ']3δZL @C;=`wN`v Ҧy i%ZsR:gzZFnQVJ=U#iֳUI_MkTO7a*-cO!_~ NB3 #8ivDӚUrF'8C(YfkW~5l2􏽭soL)Md~]WηHvdri+}oAGr(>9k٣`r$%DH`.t.:``ya`C3bϊn.[Pkco_2EyD=`V ְ#BBz 9[o 2XvmR[HM0⥜#ˑ+w QIK^~H ;^zRRXU8c8^ #u(B^词@Wk%lE \{.'|öC -{vx?U!y[t2ew֋eT4;p xaXVWxfc_'=}wQtYiO&j#OXf+;\&6a_*Vޘb-n}`nhDʞX91noEDclh$H2kةC.芮{!VX=u %')Gb+!_ <ߡ5Bd{nٌ櫿qiF973X! US h ;Nvr*?#j@QAP!{đȯϾ͐E CB]є8磳Cq9tN.BnuI gpp~ֶO>,ƒJd2;MYT N_!\]Ki֚y#"wUb=숯fev;aOӆ"-aI)2wpH vs$[>lZ`:8qАeTF櫙Gksq -8e!`a\Pbb۱? -Vw& #\)> 7/Qg r{p ֭@3* L^eTweP'!Ť7׹h ԝ&U6S}3U~\ь rA[&{3"QWw\0hF$q: ˱`s@Fp,4hX+- wAѾے8ϔ„tgKoffB4,nzQ4nrx1D! +FLp])ݮY=#1O N9Hރs#7\P NP"ȅPvBqK~VTqU<[Mj'64f/us\dNnpg*^G^lM$1&l5Ypa I56< j Å_?GqGƎS6 F,3"¹?;E/BԘ|~Ri<"h4-ج_ ȥQܨ<ȌSB-t3:4]4iHu򣢦ޙ=+ 3 a#v,wC|Yjѿkf4KQ:yfFL^:LƱ] {$.IVn1P6G& ot\MjP媤*)ު,&?:QY e걶roJή?1ȏnxFو#)C; 4|Uh,R_sD`l8~sX1R5L-'=~+@{Z-o} LRqBVn>3#Y<6$Ma~i\^15KUܯz>~(eM] mv~!^J ݈Z|3fm_hD4@,6Cm~?{v [il 6p ^X~M 7I-̯(Q;`yyΕxh7ՅH~DHH!rBˋXg,9${@$*‰(@O7v~^Am FLM` j}Ofm?h _~L_TT_T`d/Г7n:k:,~iPcҬ[X#M}Z;=HN2c*:J? N_i;<'7` ?3vs׫sj5%OAr|VԪz׍쭶xsPz̚eNo,A7#W]jǦ.=Y&+6qm 5jYNt͢!vŁ_~oJJ4SNۧIV:隽2v%w@nלz_-*Fc+˟O:24C LLG?I,(Qٵ׻u:72$t(73X/ sl-kH|"}n)"y4ᇶtpөSx3';J5Ex@{"T"JT ["/򗠻A;,$נ0g!B4f&==/p T(@q"gH{(7ŘvE4-$:mG0aAz9v;DY}<~kxHSu8Y<6uB8.&jxX*. q'؎eaLx TǍ?$07~K!1UOG`ywS:;vVa^ )W$DEJUWC S \Cě:-G3|/Ѡ~VND21s^o`#~cmYQ3(Q8 HR3h]ya17lmt^žaB [.p2G@E}~1uis0j.{D]$"*QGJdj :rzd@&w9N8]9ë^mH4Wp1!ƕ'5Y˃E-!^ŧR?^Qyb4L0c*apdEPhQ|G{{J@p|T9 L1jZ/}v̈dF):xК׃,tG.ܸ$u1d-J->1;B ^Jb6D*H 2a,MMAL4mҚtWLbU{-ʲ4UAFͽa{ػJ lbC9(*0LtzL}V A2^I)0;v%0g\23 HlQѠ&7\"h?\)k`b Yu=f=8(ޯC?{; ! pӍuzț8*s~rBK C2lT2<1{A*:u=> |h^*W .&K\T1XY"ZYL-HCl4f b"MkIڬq'#*P1@ ab |ov>t[,^Hg3u 4L[@$ 2 p;}aGhLK}ʸ?kΨc zy`#gj0B{DڕvD'5zs󽡾KQ $FCgTPR Qc#wcf 3]z3kç8pFnT^SS3 .0b“B3@8hKcԛ ⎿fq*3ט %,RHbW`Q "]yth>&! qxktc9D̈Rm sμu,au8g8MVMp8P P=CIވ岆`|ٔTIVe Ϋ#zz*VnB͐cMT5n3} z`ұ Eu ͵=_EjR~#NMirUzy<*H=fL+G(|hٷKdE'j4l)o?Kl"Y˔ٳopKZH==Ay6/7ta0Ons砖btN9V(v椶r6 Ya`UŹ@"i(Zn6@'wẘ^_S]mPGb¢N#3N ,k; F@ح+mcIA-R9io;;RX _5bHx^͒i'k#L !bϴKI"@]-̧->h{cgm{y}?o"2 Qg=ӇˡTb 618S2 C-Wo(o5}iȿͳנ$zAQb[ϻDE+#W"PHƾG x/G$fgr 68޵ uIE:`Qkz8-P M3og ;/VTji_E kY>~$p5k.lgɠdJYg8@=2Q'.7@y =_+)76O..׷(xWM 2gdX|3- ![4X,uh+2Mi&As\]` aU`{yp6B$',(l 1ӿ2>YG瞄8B +MeCĚhY2ϨUߛ9&bGFq)4ӛ3<67v6we9ٟ,DqqiMb.gW`kus`v3GoAI:&}UYׇ䬒>[BC\%Nvݺ9u144 8*h! vbgJIFqWNN?8 iBAQ[scQ}D9Kc2g}WV𱭅]bȷH#Ui5pO$S,D=I]zY3?p\.`߬I'kAĻn nFFقzU \rT}q9f)%|{C82G~vXP~xf $HZrt3rǿ{w%rZt-Ȼ{=s;Df!km>P3P>Skؔ8{}\ᾃ=(c ÃRKqUn41HAqH dsno", *Sdg)JQѵ5|Y_uVc3# s4硡aQf|:-7y]3qkڸ ^F 6Nݮ#>:;{`j_\c ]!V ;>jv2:1%RAūdu(nBGDerw͘z£(Q0,FJJ̩8*M{7WR k`5⍃ .(ӵvv挒Q>@O֒ƒHRb #qm[ 1䤟DEiD!^v|(^hIEm*`VFvp] wQ8CǴʻs@#) IwV>b .w6TV J?=0x'q?BmZ+E4P7ZoHϊ{E\IoPӼG8.lHc}o "Zlo amNQ9~._'AU0_?LQxC%e$"Y\Fm=D%~(!n'LQ"%jaL1HItÚYwiu RkD%5^"0Hi2_/AMLΌh\ J.u=+Rvjb˘0\ o{B!&(ҭO0< qq`ʃ,}/BNҧ6SHܷ,AT_>Խ@KIAT9u YzQ4 ̺;8Iw>hJMRQ`(X䑴dL7}.y6rESC>t 8!syJ(pĝq%ʟp PCݝt]&̑5X?%A@9L=OB1eh0IYe ZۋCb`l̪JAdԖ#]3{@[WOcH"?WA?827-pvaoj #+?R)"@at nU݃vySw^_ +oYЛCI}]T {uj>:}BzuJ) Ӏg*f l 4;6"42G0ghL c{;e=T26gSYc/Ǐr9 Kh 3!4kd'_S8-W)-P ԑߐV2t;22k|w Sbrd/fe/V$Czߥz1Kx[ImCC{ 8 ( /jƫ}ax̍ R;@w T&[D+11C ,QAx<^;]Q6Ragr.|@tZ-P8QfQҦvSEōtˏ ~|!b|pvkƋ!3S?Q{{q s"4Eo~5FA2c ֘Xb`1~_ _[cCd_/B-zcְ-2-EEtq&|g؝)G: ׌ ]c&'$=ʲҍUb28" Э , # 6•A_9p]8q;hq/R"f=Kz..ӳQiR;J].˷J,3{*&|Gq G'g,ULN{&eol)&zqz|ˆupEzxeF4GYX A&R{BUI>q2Iۉeo߬U<o4vqd9!'1FN)pQɅ/S|:,_|Z'4P3躋 a@\u(9u1 ؁) E؅J^W=':3h7vvƞ,Rh,\ 35 Wvx1o]>#҅3QEܼ*~s ]զ?Sz=޽j)HֹW]"ZAs H*t}Ϟmvmْ YZ