go1.18-race-1.18.9-150000.1.40.1 >  A cp9|F`ړY\8+`/i;X  *x.xL==b6r4et~#N/H\f3<` J90vGɓlsn9SS9*C90MeUg$8冉~6CU4LqKForŃ-^E7ax;*,Q)ro'~ ^Jkc879b27c461be81106c84b72838bb28001609e008d5c3d27707e91226d02e54938b20e34ca43aa149d3ec24829900d41d9886f12Acp9|ӎL>Cc%'c֝`T)&;4gBުk ʓym{\" aYNԈs3>kt &sʴF 3shfԷ6`>IH *3tļ,0h6]5z }K^A8FWʱF+o*xCj_m &Pp`/݄9Q!>Jy1$*'ݦ BZ v;G]ŘtuOrmp>p>?d # <&3 Ie     8L(894:FSGhHlIpXtY|\]^bcd eflu(v,zoCgo1.18-race1.18.9150000.1.40.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.csheep92HSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Otherhttps://compiler-rt.llvm.org/linuxx86_64HcӼ3936760ffb3d17546f1944e3a833e4800edfaad5a303debc05c28faa4ba77b9crootrootgo1.18-1.18.9-150000.1.40.1.src.rpmgo1.18-racego1.18-race(x86-64)    go1.18rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.18.93.0.4-14.6.0-14.0-15.2-14.14.1c.ca @c< @c6@cob{@b@bb@bTbzSbobUibN@bN@b5b0b(b@b8a@a@jkowalczyk@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.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 trackingsheep92 16705013611.18.9-150000.1.40.11.18.9-150000.1.40.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:27086/SUSE_SLE-15_Update/1ff212c4bc801b41a0ab22f08b79660c-go1.18.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped&ZytQJ)Ngo1.181.18.9utf-8e57d5d02b80c4bce7e0b8a6269fc7722fe55c0e68005e4cca9acb38765402a52? 7zXZ !t/] crv(vX0x0ѤZLTzՏb_A.^u3 m'!4ZWWv xp.}u:RVէX]VZ-ht _q#P!*lu )A7Rgl-kGA`N Id@Y& KlVL@.a"ECG>/J5/2iMs3(5CcWBg/N:"x!9c5j]Y*:& ۬!FPQBq!'E'^X gc!N| dmG!W)6s NɞĩI@^BsЎA0QN?տOa_ c9'b 90x?,8Ё9['1^ 9>wԾCL{be柹ȓC1sF/7"wx;J_jFtq>o?td׀~XϬۜNLAdax-MrE Y祥xV`dN:G KĎkxY45W=0?+|Ԟ_?NL|Fqr;ͬ.(n_D~I۞/}Y,)\W=_SP5⧈ ^4s d@xyr&8@f"ш yُٽXi<*5q,*r9~HIF.@OO X%&ژ8N+rG}5_G\UH`E ]VY׽@]Q7`Wo^" )謭PĂ^9"UF;z&M`_r9֮;H* )FtTdBOlSFE,w[jU紈࡙4quެ$TV+:=\&}q P(U 'AXtk N8~K#G}#'EPVm+7 -1˖vmzw#? ΔHDWrBV, +#Xa` |3I?í=f: mh!a9ʔ#X&f̓3>qYZ+jM+.d9!X(Y?D#&o 7y3I2B@hmt($RXHZ(_j_6qy΀p]0d.lR3Rt2t&;JJԂÞ;tG&sޢi:oݼHrRf{%Hom֣mkkj}/gF3j2(׏oaD@%}dL0l| Xw uQw%5:UZDr."JeLxݙVyPj!WGTkV/̏;/&qbaC]ņLz (^'rtX)>:eJoD8cz)ܺ>p)Zz *}S6Iڱe5BMXKeYqY NWd,܏KMEf6<$Es._ArPLZiFGy Cqߚj7eS@@5J-@;NwO@DwaS$1z\tMA$`#I#a s8NF@hbz @o Ah,]Wml\S1EiT:50eJs_sψ`uE=#ٯ6mOI%u&_U}Cn-Nj9< GddfXJ:2Al*qԿJ0 F0- Dnggvd <]y%v'U Rrm=&=E͘o3׽ax|B$nnԠf<#RuZ|ȿP8P0$[`v'gP/T DhsJ&54;ԃ23)㞍+WiW#aWHe}.h ǰ;ڡba 4Ee $ᯣD( g-^ L=:Jrbb߆ѲyEZ14'EHvtrzEKh K@#L;( kذB6Gy:H,4E.j ?r62WbY3Jc}unRTdh`6NҗWLd Gϻ\;z0&E` 14,;wlMn_p,9O1Np[ϚaL_z/?Ccg0ffJM*:yx{53.fahƹN".4}Nt?7J6$!_`3&(+ayL< ǿΞ8QoO`1?Y<A64VpC/ƨ5broewl[:8mL5 m"Ț 4}q5ClӓUP@L38$1l_+*Z;㣤8e2߸HU9+*|DWދM?zƪi}mYUנDF[ Bbڊ{h43Ѳ3;U UD(><~uN݇ߏDF4bb/ 2g汒TGRVȁkDݏN,_`ez حb=lM0aC4_?1L6'Kg}r$ Pmj=-a klX?|ZwUq<ǡ`m"Is\T܋ 6F'{E΋Q[ZiL= } 7;舠f8ł fic-ȧB; 2YK3eqo)8/ٟJ Z9=ZMĿUhotGJBCQR7&lzVA;E,D# +kpFTno3E^" {[&c({L <:[Ȥ޾k_FqZ30R X1uub/<j(Va܂`9<2ɌPDF̽[X[J8"%UCY?z8KӺzqC_@sH_4Yem1"<)"`;oH+vꥭxq8|-H/e@ 7~'8S$ZN `)e81ajqQm M@D! E~fZJ}+V|쌔Lϥ* ζ,DۀL6+e1;aWئxnzD[x!a1osD, MJHꠂ88Ԍa;&43+^ c (hs>s4g@#vD#7ƴ# k8 s79Hyi2$$vgP`ZamT'jZ?f&[j<!uM锜'-kYl53^4FmvѩpuI_8%:=W r.I-gEE3KeAp ]鉺1/DsFE/P>)Xnyb+/ne4\v6 !^<&۲/Z4ؖA; FreVs$;Kk:r$Tԯ_i]`EA.4$^NIXn1Ţ\&))FcHV7\?.+FЃ1:Y }?tX󞆇5\C7^O+# 1DJekq9 K-ozDF\[c[4IwȦΆmI}`s&Ug׸e}rΫ]#fvAV~ܑ lfxgMZcko䎹G;VHD^ˣdCx."z//߻!wAj{Yu}Kn~UfkyGBLQuv3f0ZFO7)Uر<1|h|~'TE dSÁ[bn{7%Oj\T92{,rJa\ %~{4 hVWX=B΂}Tp}JwN?QZZJ ; NTO镊IZyQ@G`Wf?"i 萎̿R`(05a it}e+k bEKҨs R6VS<-YhVB~#|"o4=i5[0@ % f?dbT7#CwKdbdC:>3W71NajSo. +Vף}a8&Wxt$%m}͋b(jQO4B[*huֶ8f>>HZНܟQUԉۤɩh0ռ>.3lNd(m CSʼJ`d$#S\(ߴN)-PhW#6;{5B+8R=3dԪ1MIi/y{oR.n⡇#hv퓻Xo}'AR'ԩ١C%gl[ݔ,wW0 ҭ)ҷ!yYd7j&N%Q똆.z]ayC?Y[1:CS-YRZU(X(A Ǝ, 'Ӯ,΄2PW Eάo&Rcz6_Ў-B۵S_vCG7pߚyHS/ ,G+cޡgfHl@bu+5*M3tpG&<KS AyѿWM0,6XȐ]֨5Uz2+qAAr_5t_a-$;;%M>>Aa@%p|X wKNi;^MwxN ao(Wbi-?U2&:'VPvt0Wuo]/DP;js/'g3) )dk5t@!{-l6(Ϫv?|.<7eʼv Snk=cTRBG %:ZG?v*v  2UM$3/JZS? Rp S6B`sU'WaRN$.RiOK /pGB{ec_:vmj [տ=y*K-.hP)Ӷ4r(U_UDtv>=(5KW8nP$wx+E \ݙz08k.w,K“!FwOdf$TaFWsV^v#Qu>KOFT@{^66tf@62JWu|g.OB1L.-hN V#t&?4cM@< .+i}^Z V^,ffG SJJ^gJ7O9q3Lᯰu_+]6RN&(jmzςFɢh۪YѦT\D`Ӂ rZy| ZS7JC xȭVݫ i oL L,%& ZDA 9պ/7?'}H<<%%9KhZ/ԝ @Ơʫ3cw>l8Nf,ҁ?)=+uJN;MٴDؚ`$`<:/h|7&Gnn+杊p,U9l"z+C}2 ic{["ӕ%6dŲ6HvT" HxWjIోjWC`]{2}$'U.6Ip} ; H5K6c% pjfrfYAmxo ]Ir1Y}._v}^U7k?Tt. \]Rc.k΄ZJLom$L o x&zOjD`x֘f OM$xdYKt"?-0),u9%z#}XkUyF^΢v8)+Q]]_Kf2+tl7H"@XBh kK×!H#(j`GXg}#C'2\nwt "ND]󂗆So#_q^] BkHUuTdw.tv92/xinB8P{=5բ{С"T$//S1~?|$Ůn8y?nBXnn9.D* si7T3׀_aڅ_䆪v챃uW $J K; Gl޲r|k\Q tT0z:jJr9ϙ-טgyAxHSF@+|8}[/8%}AEzf87H7Ղ.z=8?<*3cbΖk!6D˝g28'/Z N4dyſ6ץJ- OjApfDj et|&Nz+IV4:VNqeh{q7k޲cҶOI fdvY%#>&cnJ/x`]'Fr^f׀@&-z6;_ qH-{'>R + %īVyN 5%Uvކ+.|Ls}kWk 0xɃx z :RJn?F.z7@ D}V!+cIQ#O7oߦfca|pw }vr[~ r 2;)t*IAe!wDs@4'8=fǢ)aSSA!l^^pUIHR#bAt1wbw>H(-!]0 MK% - , E2>c܅k}MY8J5ɡG7q8%Q^>SD9L@gOH_#mm q6 DNv3idt./fȂН;f$5`U 6 :0 WUإfHs>קvdy&f;2HɰmutB}Т''[2 ]rX}((oy=r&1 !`~0ic/m]rO[G i:^甐='|W}/$Km%Ư( &a q>S*יr;AQ]+:?VC|x@6h<59c1דa,~8F݈rY5\X9sș1Qֺ"zA,c^N.xrW&3_p@Lsgy?$v 2Ojv ݹ 8"J7_G:]*sU Y\mL⪔i41Bxn Pc__H57ӳA| ?I>5z W՛$6:,״Ҁ O @ʐ_ 9TTT{Wl^J`lUƹ|cU;{XrStf S"\R+ F?cO?Om;|7Q)lpztm ) R9:ސ^hxswa4[w9qc4 R]HSRHaRoQX"Qɕ@r?8PNI`OjR @J=Ab'|tpHq-?N?̐WqZ db>QI=b!mU"4z""Ԣ}v27~5Z?OSEUbiN^``S:d'b#;Վt~=: ~?9x3%Mw_49w?^a*HFj[(Li#Jh}hkAZ4coI( 7=t%C}푫Yc"Zo L ،50 CpgfZJm<<ݍrǚF7reiUaAU]}k1܃(c\ϘFr6C)˂P}0yS/S̀D}I"Ս ͸k詶6ˬw NkB0rvq;9 Rs[`|#Ff ec{ˍ- j"䝾(J1|m<|r:^LHA$0N&oJb-h| ,- b6vu0܏m""ZoE~RnmJ9qI=*6Bv1dzZ ?<帧n roTb$l(Qe椎N)b4c?j05G] dDDm~]G^+#2a1A%%@(9Lmd͌?s$0HĎ3# ./A9IZk@DpY ϯTH6#%Yz>GugAxֆ6jMBr(bdDNfSm&3.f`@G t}ɵzP% Q\|~}'t,KTd_iB .I#C3#>3js@tD@C}{Rm}8Ol k>$V 4s3sN6t^'!L|FZx X b[=2ћq@gj6RvWs_Nxv՟QiO/Hp<%|k\Ļ2syx,ndj{P/'rkGv^6@vk2~vyJf9s#'8[0'\~ok,V$;G0kڋ4̄x@ʌEAQs͇]=or0 |Pf3fA=63E[](rnPI(*߫Ī%5n2F+>{" '`8wXҍӬ#3_h6EMZV.Q2:nRPjAD'({|Ëva & n jz[%(=8OJ"l^@q)|_Tb"CC<1ڱNbRБӧ5.7z}ͻP\:( j۞!B baQڵ {nRfNrΞ{އkzo<\ߴ~@NVry- ΂"O0*0k +[7D)(e 'eqiph[syx|OPJ{s5n : ^5g7Banly)xSQbrJ~;!\ , qW]T1lҿ+ms˰k#IA<@@@dSTͩ3pK:EbvRgg8ks*n`k]1V0+9`6^0[__aN}׹!sgKj2w_K6麙TMK0*M3Ue;p{f[F!;wx%o(k,O^%'pvM5qT~*່IfFGɏ2%@YuA&qR0ىcA |:Q|͂H߲K!:s]j H{c5q=']z\+ܥZ3vw |11˩lW9ր\g>:ɼ9RU31EP5&;K hҝG.P<vV3JxQ.W dey0L{CWw/䛶2˝> b缜4f}ؔKC Wg0߿lųQcyM( ,!.] ;$]В.x=>kD 6О+8E^.p҅J3b˳q\(bwSHMB_OHb\0!*AC:] |e3 *3myW$m<N wa#JsչF!nZSy'x@I\)ԎxԯtTD̖-@IwXJ'0/MS}whKb e( )Sw-HS+{X-!Ǒ`]֊{c:1v}9c %;vkW?MQxM۷DpaÔpV*evޭjl\IR[+c r8[ ]UtW6GooPo{ Eh\ 2~&o;c`>o;(fGN?rKJXb%ՐaMq(P@'}Z4IFYD\W ;6fДoWC(m]4Dg"bqj†#$XHc}])nib}`qےM Tޖ#w,;xZ=×cT& ;d/Qy-͖X:y/Bh +a܋ 3(XNP1)ZCFpQ~_ʜ}ws)Dbz}mzyA#s"duj)rO!:썙'kBO@M7lsV$XMܴ1C%%e,0{nG $Z }ȴH5IH~6dF<՝׋Rh*o;/'[ek .Ÿ$^#,N{%d?F CP.p\-G1"E{-0/8evYUAv3^b+t`kȨGHV1Tw <=}\澵Ts{kz%as8;l:ŃA ZS_Dm:&3h[w:2_sXt𰘼Yow NvQq v_ %1ow#=!Ӫ{o?REggT3'[AaiS8z(=~ǠHF3>PMg#BXlE&yע+(2h 29Nzg"wqYG|(R'XS4/}F/(؃$+%_pw >&qO)տsg*qa1%!ӣOB*Ta=.ZZ*<5ޙ1LT0J/XаTd|/]Vvk*pv0Y9\HJU}geIl1`NK^0rؖZZ?B&M`o3ux,p6bNo]+EE98K\?VE"i1*0Gt,]z;oÙH+:rFVhQ7ꕴPhXޣv5>o~nU :cip ezrJLn[菒,dy3by*>)F㝮8781Waւlo渘10de8.sQD4vduǟ WgUrMeNy{HcпsC$ve/jJT5ܞ]0x&0f˩M~}FEC;]h  C.MxD {;o6I%KSYwވ#"VSNLړ?iZ-LX%}]$eMNxa= ^ ;32Qv;. b*& iلEh֨{a?)/kL]@^pЗ&^{)s*LQ/cשun 0։m>+a#Ȱy*y̡TPbMEp0i-H(SS?<2r-*>x-A =0tX)/-]-K.,@F 73D4O t <^TdKnp8IXRk& !"_n"ت{lGF9\ϖ Ul:up4&;JAV8i2{%HGEvzjƞn~f~O N(g@v M6eDZe66O3˲dƒAuw:;LX˷MWMVΏc.YxS7|ٰۻ72x(>-*p \m^pMrR>l ^M\s*PT(7br-E5lf+(ʵ7Ex7SmCУkH+Wu$+s^Z~2Zy^GVad]@KG Ι_rO_<=pB!fv纀 }5Uq57n\U˳U玀KXy8ӣ?E=F%RhSP@w|zS\3c c-Z;/_P3-a#+M*absѓ7O>=ANQjLoU96M)Q (uBG *2G ܀uõKg63[Qq]D+! 7/& FNG1:C/u+^Z +zJ8pLH&{-ت`3`%bqDc'A=XAU4 ;"p~@x8DacL47g[Iu^dJ42߼ۓ^Ą?FR &%8q}71)̧{'c{DC_#QʬfB)6;2/r9yX׎6zВ-k9~ #<pGX/ lGPgl%"?yanǀ<}rZAUa>'$'Y{ x. ,p,9rJ(=kwM$*%3\2y˝ޗ/ؒZ@\ĔHȧá>\&sLQM %'ZLSFDwUkGp-]~{p(0§bZ\yT5CQfl >J2‘&39uҪ\L[?%@ ӓY?U/Àd{d'yVgM]_]p,j u8"nQr==u\RGˑ&ʒ~`]_I=G7Ѳ)gfL/eDW]2sHϡN$5Yر6%Un@1 m̖3*~6ޮ jW1J?TntS6'K1cR؎ 2+uMj >tq;1E~ EE}f!@$N'ynEdF񧈑J%ms\Xs"V51,KZg>č L$Y+q΋]#`ݍfkUsrۜR2 R:ќpvYˮkKD&"fYiDcqRb=p/m̈́ho@I0M'O))?Wp~^g =猵e'!lGA yHEj,}B?P3 fo 0keУo"˪  l6 e=B5Hly]Z ?U _xsh'2Rp<|X m<2h? Su j#c!rϟꢝ:[3uҦAEf3| 2vy3rG-*c[ ?܂I\/uz)}v yf5d!PЦ̇X VhC%z [Pʤ+gK+JX溆#-84 يGD&²F?5˛Lm}XeAmyD&$څ-JEK'YQSOcY`@&#.̍~tRCAlD1mu%b8"T|)9g1[fja]O`4anLUgp)([nKopr~ucvrr㳭8%>~o^2\e>} b`_ϰ\3Ոe=v8R JHu~L>֬kYq'Q)`46d;fHfw#so6e,PA6t"=v_+dk.QD8Q;LAW?BD9CFbPo+} 1xV۸m\w8[<$]/Vl4Wt5:SBqaYxDxөވ?5'|t'- 1ia^F)L N{mqm3#GkW ցM.MC >Lcab&%V-%!ĨJmI`'!&fcpb2G[>5^iYx&X&@|P[;:bɪRE:kExjŕ[|x^v>9#9 6O5QN=LdѦ4ȻC&P_6HYLZujVAJ|Wn>gyҴM 0եO֖Dy(?TyUO+ԧۆ@}'YlSO5[Kfd# fD"y6sȍȺ/ʏ|8q}cݣr8ំZB晃\ LW_B-NK{򔓡3%5y\|Ahڞ@z}0?guofd>4ubÍ2cQ qZW3B9x־ݗ HgCʍXs l"CM?MNOḻmh0BBY̴\M&!<5q G-f]gL o Mr閭p7*6)thä:[ `s*V.GY^ RW@<1Ģk4K&s\H„1CfF 5;㱏z2WϻGtYW:VnFbuUbK^z!dn C@}ІbL=:7A5kZP<ޏ1ED> ßiKtH8qU\O'nV$} ɿLdHB6]]$/J+!_VXlKt *A%ZGfK)8hpWbT3U良 S\wa u`T(SbC9O,T;K/ ,Is0ڝ 7z*|C'{0?{ö(*9رe[8B'ARHxhOMsPȽL x^<g.AZh(a×by^_>Ki=BitU^dx wtmCxּiҘt33ͤ]TڐTw ߛrg[-QӾ4]ByE1?8阶d܂ OU&55AŎ$:% H5i{Q¼8 il@_NihFǃi/aJl(F;~8p*pvr'3;_:l;V=ڴP7?+,0Ze) ,]Z9P#ņP"sV˘#GA]3o|r Vw_*hnRT9 `ȶZ/GS +$*Hf(`fk-\kt{SH{p+͉$ `fs}?&XPCY 'Ч:fePeȓ Ҳ }>V@1 N)>lUʹ%g) ٹǽZ^6 $XueS}A$G%zrU!P6B!` 1d芊TF&lxNmD+Cx=6Ual:Eq0xS|ΰO8Ԃ= $]h3A=*pkoAt`mf^-9 AR02+ʊUoPcf xͩ4n8ǔd )F~?b/n Ubi*dTy%)~u}iRyP/{b]e}6K͟:$0^˞'C~;ֽy#8XӦ2刨ܓZU/c;LkY5|k`R+55Aޓ ѩq ,شzԃm}.< *~L@.8HBz|s Cص- }r\ZNQy $RPჵ٭d?P@;nS ,ѧ9QO\Q-)'#-V:lWHBEHIXT_unr}K)t&`9`Ha*חx>|5<[[yr[a2ҰE~Ɯ0x>g8VO ibQDpf'Qʜ&tw˗0I[M "WAw+( u,AsEN' l&ܭZq*MMT} ]??Dv+4nGXat_hx,ٽo&ӯx"z[} UyzaA}ߌQDdu&˚nG2ʓ1r烌ӕn4n op΂/57b^nzzor!Yh͗+cޏIs%@*lssacL}a?PwyٔRSUfGK]59]rVU>V _&**N/ۯh#Utmǔī]O(:!Xmd^,?SZqw?$ (E*i)G`uYCEwmb9E,iU3 ̫P)6SشoxիS0j a(8z52A7Y5WGo\LbO6ϥ2s:IĄfSwMOB83qX=J\[It^P\ N 0ݟ61a6yVBPe/e8{xF␗5vP:H.yӳ7%>ӑolSd)B90*jKBRa\l(JCpI9[kpEs,hETQ9W[*8bhS3CJ7ڌj'\+)aQ瓼 T [Y2SHx5FtVt6>Lg3oݸrCL4# /䷚Pz 28vf %tV<1ݔQRl w2#֡y&܅\YAl*()mvF$fNi+KOAF1$j&PA9:$iD1*a?ӽ: Oϟm34rB^tjՑwf9D9]jL6N:&p99rO߂B^ 3}Ƚ߃,_ht لQfZDKȉ|'zޕ|tq,Xڍk^3}16O'2 8Di~"w?>O 2U cfSU/pZ'S vrh,!/\70X/:qQLRC++7JY\G; c3@iCbNY7^FJ ݁htd2&+! 4]*3\z-/ZT1kaO-5>D5a|GxYhz&3YW.ZB0vΑQ/RIȕq% P-zP"6i B\Q"$Q4޶WͰ}Ͳ\Y}&c܀(NXt6`ci\$𱻟F${~+j*%R;zrYZ>*B'>fA'8@Yv'fpDG(4%۝Ó3[+q(QC0*AJ^VT1byOx=ڧMM2UH-X=_~ؘ/q !*z `Si=i5v){8ęŪze)BݶZ {귊N+:n!|őn͢-4s@Fb* JPV5= >O_B5ХndbljlY7=GۋϚv:lFH\4`9S<ebl\a ^؁fS2J12Žnbq4x H/JRDhpno65at#0H[ڳDn Uym/KU#ҳWK?^&7&ʙ@Fs~-ZPŖk_̩hYZ1'ͮ&!t9ؤw|vўǗDdNqs9Mn%+^ԐT t}=dd!Qeќ4Is5#[CjJJ]^=|`V%1_KRx39`32VQn+TˉN@Tm[wxrr y9:dgF϶Vj9.(K> HheA^M.1|1m6HnO7`s:YEgBH8ʠ} ./\7NF`P>vWbw,2 d {LQc3`~rpڕZ S_O\~Z9끠| 6f+S1-5Z!%i]N3{T%|yj2.<.$U,~i*ZLFq%5Ó+F=`7 2H| nHHYs/A .2]3et~i1jv6/)c|(t01TESJc͑Y%с+kKuۙa.J :흨%^ A2MtF}uFk%Ԩ;H{ b?N 8!$F[-_A~IxWpi~{y\hGo\]_~:-"di;U_s/LJ%*.. ~IgYlO4 \sɭQff1gZ3Z!M}:><] p.BC4z x&y1wV$zkBMn1~<=BL׹Mfbz 1׺Gl mx\ kP"ܕDY `ocSqԽ @4y/}nhL&h/`G <; L`)i ;E*qT}~&7CuyF A4}or 7B}TX1jA[ˮhh6Nkj,K4WlEjr*-=7Ǜa${a6h%߇r 5aA_&UZ;sIodTX:WAPq"̩FB0wkDn4|0_S!/&#HZH}sX,#ݫ7D嵴?-p-(й ح21zz4hs9w]a$b#'ġ/# ߛ$TAx#!RZ}ݐ2o&Xz OB*.9Ȯ y͞Wh[B$qBptnCMR{qPhpAYH}O,VHǒH`024.(:P[sH69?jVfG*8}V)s6 !ǵSIY*EgFK'l,ڀ2[sF d8շ; }X%j T4{ؼ2=Gb~>2j};\5^&L%61Ѕt"Ưo huj)[-rɶ8vjkj /18(U&#<|PTg "G&m=+z# =,pS\ؓ[5د+m'Ӕ4cO[ѩwcE Ċ&࠷c#/s5 Րv87Swd0:@lxz1_|ɾo4HU{9-47umxr\{n"jga DwjI1RYtmpWV[f.?wǎϾ97h,ө=!p/FydIpn8af> ȋ ["!pErWyhbmץ{7;w5a}B,7u5ȞK-_IH W'83J_= , +~hsON<5*Ioz}@x=emT-ҊxIHeJGm0i`2_ ~amMT<$U|vh$8`M#rP/ƧYvBʡKΩ.k)%?$DR)*[ pχݓImZ(6u=~J_!DͰ O' Γ"w aHhRLIh 4uld dov  b97UqdQ>oY#E"}3A؎# 9&O Spl©s)3u2*(-&9V W^DZv?'>wZLmO+$'q^l56߈vyT H4=[K,0iB> ŸāhD]E-j(1%/ 6OpnϗS7 զDQ >^C ѱbNuodK]ۃ̾HMHw}lnUsU)zhjZGn`sƉTj+BJ1:=Rwܥ (OMC fA,KDYb˵+uY8 b*W @+7d1<Azq,II+6a .*abpgwJflAﴬP??d5u3\s&WLzYVZfTc[pQ휶O-_^`QveW5"GFkd DuSw:qZ G:2jyKx5v EQ# yfYoDjd#q]VGm0Ȥ>Z&_dS([oBMZI\cne6~-ڥdybjdp6tD=(Kr5=1"KV$J gYηwrbdp=4n';wЛT][Sm<ghau87س; $m@!)(djm"y!`gnE uJR)Fj)lp=O>غ@`ֶp=~BĐB}pm3T.ٰ T&(! l,~t{z˭nxyGIW̦^=. F8 ~N3FhvDqaJ+XS>~ 4L=]06}*ً#4d-܁D_- L~'% _شZhujL(3AYF ]nR6FPI(%d ?="MZ2䓜{*|c؆T41 :}(´!; +<(ʭ ׃ZQT MU%-mH,* H|$/wsf哽q-Ӯ3=1?è.fkD,? WhAL-ޠvepC{nnp\HZOЩ5o+r6I&ݡǮ;>Ǣv$4$XqLrOMaڪQVo9$ "]O xqb}(fxY+L& M-rjgRJ L w@rπk蝪sOW</!0?,%05 LG6PmZ+ĔDwp+ DiIJk3~KPW\^h_xg JI VpQ %,,и[ԕ|rsRC^F->()wG*!{ѽA˪rN5_6ߠ[Y% ń0m= :hIF)\ @V{ a.goDž'>QJ &c&Z0 fj`,:Ye/ɾ/r3PG}4ϗ({NXVy|:&j'&*ͲbPKcIm[ᶫ&/jKytmΖV*zBmiPC.%#jgWMsGwx~ڭ0|+9Z* YWG&KP;hj2?(N/߲iœ1_@7F8qы/"6qd})IX1g*N$ԕ7/?7XӾi;GQ؊o`sʳU?-N>VEf(/G?.qeN6 X۹++ivD/P Kao<"4s]3hIb獰EXs;HPpRS ;*x z̟^יr+ek1ut_tSg9g_*&:iڦi2<Z-77kdgGhۆ]AI,5sE "Sf.xүf*A6s%lcm5tit &@YUybK<d^^+jr3G $&-C^"ܿ7 VYaeW;9Ɇ٘_gDCcXnH֪L̢O@_y)K+ѧ}S┯SFW߱Lji+-=(Hg RN =uzWV)-#; Vc,1j^0+ BهH''SO8jo4,U HE1R:B~IvP lYfA%Z\%"t4LLaaϑj ~KB:-}s 0)s&qøl٢R6VKT^5" R;ԱxՉMo#?QN7?^{v7jp/(d..qVVJt֐UU_8Ei-TFKt sK[;p@g\[F(~NЬ nSFOs;Yxҧ%щؕ܁ϏHSWL*Y]pi3\?fZ /LW ^(*%PtFʣMbXc!xHC9* Ozl @`L*$@Z3ҎZ\ZQA b➦M֮&w`()D A*ѵa7 c5AplF+s}HeTy-#a `HnTvwS ,Yn_zH T8?\ߏV^RΖ~ⲛ&0ZKM[N{]R6IuF`!C3zKហ^^W]Oi jWL`F߀jr]P>'&%d2K 9V\ n%j%ܝ .TyC5=9 LE`CP&G@ ڱdPr j2K5^juأaA*"7IJ{^%K2z+:D.8#.L2~V68/1`[P*4o+(ց#^0_վӀDS[I (z 6bںDp'F#Cs0O7*F@g:jj 4Mq>H0 [EF3ê7iH&[%(@ٷ^FgIܑ#(6V\W=;BZB`*_@y5Rj顎WLz^b-\ZƌeYq˙Ο7d_J&_fnfń-/P+ J~i nܑvWĩˡ/u%PRra 0m֦:$x55^J*7}m9~$q`xfnWq~xYD6Onǣd8iM7 j5 qg𽜋hտlqBKA^ O"Ӧ!cUrBڒA)uP ǝUEӎ 4g.KGw^dPLs6}'2!yKjDRy<)Ž6mE1*UFm-ܝ6%][{A gC.%c6D˹w]2cyX̩V1ґj2Ds=}r eɎx4A$rs/h_期` Θ@)ҳz+p,-|B,v儊d1v `7ZQ "?h3cw ißFc[Q*lLzHmv޹ػVCX۰2hl(yѳ`KA1!^X0xWr   g'K**řHn+KeF(%G#^Uȗ kVs @Zذoy^E՜? @GS0(xtՈzfS(q6(nm2=a'YxBc/G쀅zۻsrA! lcIeaC9->Q)th-S'JLmy51ci”r|I;[Q3aooJ4Ҝ<.n(z u [ {aiX>-}u%ɈH:ݚ:)N0J:$a[;k6{WJ? =4q5 7f]dQrS*c!v2IΛf.?c&OEC_l7i5IIG; 74%mq4yjs#<͖%mx`^/h>1Zl0<;i9](A /QI( lD1+ HU/+}vf4meXNglr) {ȂnP 5ͫkCد/<_(\":mBWщZtbb@*KTx feŝWfz}0 ϚrЃ<]ЅDDgmz,I*50|VxNZEJ,νV*[U(ʻ^ϳu}a&0`$/ջI Vx<@Ovhz-A;^8»%8``#uZ=BeC`4R pvKI #3oCdRFTK; RnO2g@zƏ`@G#jnV.YH8 3wsLJyQ0vxsU@u6+yG|b8ڢ ]ҋԀlztN7ZO<(Z`_A7ц>sW`DyPf %+ A6 Q FWWEv,Y.A{zמFk]; l <ޛ*Gg:0kYլTMD1J}7)U+mXsTRއ1oRH0)?bAn%}x}khD?T%VꅜoR ր\'^x V*aax_:4H'>~X4G&)ݑ+/; . F];vr] Kb[: e3ބ5CN K}bEQ~D Q'mJdF~yP@$0Q3fj#n29`*ΜFk\iO3[LH-8PJd<!!cq`:f'p68yURD6?pڃY'v^^b# yM1nVW*8&ve;D֝’HuYPt뵟+DS=5wwm e89WA۴»f?E6z*U"oJjR5 /t_BC+\4i5 kFoyp/Pfw-|%wB%=18L/Z;):v93:;?n>j+F?4)grbnCYpv`=r'dY\y/[Y:u DX d75#C5#dﯺh j%w)uz+)g&ƀTPyI}:[A^!g r6i׳/ptKZW!g\b;iª:Pgi);onS9rXt") m>F$^(G8[ww4Apoo{[혫(?u*ը(PwN9k;/)7T‚^I;a[0!'uIm\W=gL VCp߁!ܶ$t?J#by{7Iӛ +i8 2`1~K" I=Ry'O/3aٙ[tJ~ wK#4.gتc*kՉsVo+RVY߇N͔qYy«E G>Դaۄ8|ҵ`Dбr`!b;,CZI`cp\^34}j-7Ţ-ĮNy'D8KFS],^^.4MJ.7ǐ(~EW2tyndšLfzvNM&S9 N k,$,9EH᥏ `=#A8Z"w˴v;'X.P[@PSI\cpHH4M$I)̳<ƞ h,;ʹgRAV~,-3nm`#A+1N`,lY=gl{0hCoxĐXmW"{oH-ug9m Ʉ'op"p{KK<d.3<1IL hjYF6g0&)ωM2[S}8;!G{BQj,H ̆-/bEbtT/7/dx,8\#3U.xѦCȂڠY/دV/_?g'mM- @-W=\^b5ҲT"4^pe$wwH+s07҇P1mֿp*@ LF;qnEFN\d OQ~ظ۩J)UK)rx5}[L 4 ږx.snh]Uvj{$6n߰' .Pwfqd70$#!= lcVaەDbaҜrY 9f;i>ՆtW3zC(7TxIBKY AZBcR_Q }4{֞ gk-!e?9=\ 3o"жM*AY pUjܭ{qJAÓ_hx܉ DCKޓ49J|ٹ_;@;FjrD9CiAaJ !/j{ʏ'މ'mٗeW(#h\ljTaؙq |D)#?9w;e<㎅UKx5z/|9Ŭ` RV8P&a١< )h++(ȱ @voe4y$qmlBp@F|V|#ji3b}{¿6Ҟ Jl>o019,hvJЅ3_CRşVcGB6pe\eX'Px40zEPG&Eǃc/QWbh ?"]; կI d >Jl3 =Htx/Z5VA_hNv:eC%Aκcuc17C>_{4(>p$ټփbfPA8o? _ZL%*2e]Zі#;uF_EpB&чʶ=_dAH;w$Ϯ x<1ԟSy2]4lT?4dP:D/*D,4m^)vI|%ˁ^xOxfԘdFre-rzSeբ^]uXW B"?6ZGj_t̾nL\xOsL jK+0/]%@ѐ#).˷zJ>3w*fO1 Aߑ_7G O8r4FqJRLp%i7Gf3-['DHstn%YOq|j3FYh˜@ B/!24:,O!ȿi w.8/!#L9V{UMxUXC\i 0U?>%q|x$ginWO\IuFO5&f@A %]n_XkB*җ!Cc0"MlgDX|M}?eP'";Y Wac ׺'w|`} jraal H[ٮj8xp~[ZCf-~Ge͵\}v"D'E 3YA mEAF1loD$dmx'lFuf[z6C–%cB@+B]0#4V(<(Cc݌?1-:ndX!zIH"0Ӹ`B*Wج#~jJ f9ؔ%.Ps>փ|̨Xa [OzfCN*m7e2s1.q~J%|L|t  ُU418 }#; Nv /BMg%Gېu:-B?#B+AaDʌ`IRD)3X02C`T"o e}4_2E>sҚ|ٔtSS1B Zp ݈Fά>?+s?{ߣIkIHAxNY{[:37Z$fh588uLwN7y}?1|CQ2Qȿcw^_1Ӆ霄pW^|9-9>d-* (Ǻ4?L7Z )o)RF:v2MŠrnW@/@N5|G:J#ʑj7':%%ҧۃ垒Wk&X&+14|^7ÿE٪HKf}x3BΉN[w2gF'oR=Ңʒ<2rVAqS,'GP JՐPv2LPO؅/[D~-Tʧ#s8M?yB1*uD*72 $E.]kg7S.ěe?/XO]16&q jOOY- tc蠈޴fỷAHztR;AUrf' cm p2Z'ʁ]e01 !Mjd% 4[ Amwf?4Vډ^ɕ>5,Rz>TYt¹rVoZa< ϭc bݵ?zٮyܔBpPcw |ʏC:%w{Vt|RoSX$]scA"6t+U`ҶTUF^W3:lE)"ѧ[taZy(d124\nMh:  Vuj<:YO=|4z8e"` OiJgA ~[XSś>uN-3 u<X2;tR韥SVy(1>)8p]j}tV9/_:Q3$UufR=2OΫDG'* J+DxWJ2o 1EpsdFYm_BӂK ftResAIه+1<=Hr[٥FMmiNk-P2g^|-TAZ'ȻVgL!S_^ܟHnj/4dV CF[ Ȓ@+HBJ%Av0xP# hbb@h"}ބd=.:$IzEZ0/8ʤejY+d/0K-V/6}ŦVJP p=꿺)| &L8 S(K(O!W\ @pSsW` )&)`j @5kymTaOp{EƒUaח2=E "24`a^l%\* fbϾw)Q0GO܌ (oU#hi;fr'];#*$2YDf { .|{ !}۹ OfmT޸P9AN 퀀x؈ 2WS4quz ?mE l*Q dIF뫿oܒ7kTC+@b X}'>Vs)FpGnK~*lӰԸRiؘusCoF'54 *yl2͂ E4/@ k+S^Xw0(+vOz()`!<: AJK߼ 9~e¨m|"oՏb.mFs( 30E-#3gn .b:֜ΥM!wOA!!Ucv-u:VlCUel iݙf>y)~'BlEj-YsXp=!N2g[OWY^0pOz Il Z6| B|TF⺤ps%&\l/ܞOq+Sg$J81N1L'znnA2uz;wbA%.^Y,#ZVgzgC_2K؆-[Wъ_ؘɢ5t&$nZH:4f3,%/p2upWuzP|UҠSq.*+<~P3%`ocX=_ '[I慳uŕ'Gx&|Ȁy3 cV*nRn7p4f.3ٹkJp9{]0f ZP5puRxA"9CMܵZyǡB2aZgUm;1o9tOx/JaJݢ`$ΦO/ )bhD)`S`WXky++ ֧Mǂ_:%EZ iLpLKV0Ct}]Z~e.>޽ -RUǡ^zE(=(# zBb4XLqu4mx#z1IJ 2KwØ΢јcdshF?_1)P ;+_er.vFihTۼ}ԝPqBur!csA#/!͏$a~|'sg@|׏.G+:N.e~{7j*IBen,'ǥ:[b[t?VA*nm!UEjY!@_R)mf#U=I}<}=1˚dj'0{]W%X8{MX;%7~Mˠ'G\VoM}3 OnT}5t_^Ja= o!Ov 'QAK󊞳#4{7 -lነq!>:ZA C" X^oZi],;ŗxC^,E8~E.xYZ1m-꿵kL}pU>>Ė(&+j&XR׀ZS\3QjV:AzBpex&f ĭ]'f$ _(XVENS!DLpb3O9[\L*xJ. `/τ^`bJ*2nksdNha >{f*@rC)r9>RȲx]۶4_7Xw N*WYem79ԩK&s5E/i|8:M1P)h[񤤯n\exL'y } ٍ?epGQ\n-;ɻAʻGn@yԒH $р?Sb,AC"l80XL/ɡIv =54*Ǝ!3ؗ $ "uWC>˜v?r)M1Ib3Vs}8ݳ41H|H)1j ENכ"A5̡0-Mx]K?7:[qEȇB_忶LrYo gק4bNx9/sh;J?/1 adG(n| &x֔ۄ )r}~hZcctdĄtfE ,u P΃O GӒP -Ag"]d2>n!om?`_A8xc^Bu7uի&j,F}dq,_ٶP%/!izM*BA8ka?!O`j6KM@Y84w„5ŀJv3y_ .O%H3>8OC|n{_Qk2'p9D6:Ūi' 'NĞ!A0;@%vqnB0x.%,!okM|/,FD[Sy q}>s$*9kv/ 0߼l&W f%,?vDÊl ߏؔ Zܗȗ+IdDM/ +NaLFݕ߫D^3ohMyn( "fڽ[/}'8Q d¼l1˿0->!&eomK-u~wcW[qK5ARoȚD#wCC"?z,6$XGlZgvҎ3\kt! ]>$4\"M\}*gќT"dX T5s*1>.F~FL i=k kٿc'QU{zk Tafu7J-=|]L$h72y>D4H Q~'7ea\U;6_Gto9'@*g ʞ6JJ%wI\!)@:^'+-VFx=|nZJ- 9|ha>g":egU|THW\Kg܉M:X'f "m?oZ$dHF= `7-dFG, 7bgYS& `BrŘ?]&`2_g>?-r;wM2}seT^̾m,;w!a3+ [e"H˯..Z$)CwrxYd4&E0JJ]p%a=v/MTYs E6y70fT\͛R~LM=mT&䬁߉N ~-wFcuԩ%.,.s\@f@VȺarȅH_+(v/_3MvS ?7Crq?E$8zDN!%әvdNJQDSt/.N.*t> Gt!Q*hj o HH]\N'sd(iBG%%,`J*ܰ*m E'#}$.SvT{2K3i֎R 6fP@)!*^QPNV` |"cR4t;.A^ifof6p|P\9]/aX-4Pu /qraQdxIAtZ}WK@ GIG{3hn+W8BB:2{FN&n 0?z3\‡;Bugn,bQ^T>_sƌ j+W{{d_lң4n'Sr9&_iGygS~÷؋u^Be)1, ;X\Lm{,Py8m[';2ӥ™6( L~?ƒK/w!T UZUA-*\ؼ'G85eل?B*nᐥ9D&L#3 i qmh3=rӵrb0G7`ȓ;HrR;U3TGjnuVe g zTfȥ/*O0MI#`["|g '%94%jtdHFpP ) u0q6ۼJd ]cCC$Rx{#aXYTWm}]Ө-yEbnޝR3eD#RF'.Af PW?$. ۪J᪫1`0.6^Hyhtq԰h ErؚmC/f=^}.57w5 FAL-ɹp<H.N5lXY5a=?^`7拼@39YȺm"lK0LlxZҼf A_&θs<g1#W³4spn}n# N==r77/.@r OGƈLql">\ r&kQljBVs A\#/B{ٜs paXJwxAT;~;'#E{=~7p\ah7'|b}6t⫃V9QP5nH072죫~vA> 5̈́, MySZ*瀐7Quy, =o}۪p˅*խce"^IY&[D'X՛`F-13cj azgpRWE`5s Ȫh`Ra\xIy~Ct T!ʞ~ux ʸIq7 I1.ҞH# 88:53#EXBvt葔zD@LX,_8b&sك4 zu:x+^lC&C1NomԌvKUivo& u3r2M;5+6"[ 3 ' ؄]z/wςQj:s*Ge͇?pWғJ6h>Ar|[%+,#2R|IS+༃_I 6O`h4wզ^gV)S$۩t%cIgBOH6mD];FM]-ְnwo;Fb:Zv1z;;.{-D%+ue}O5AJ aCvN:&0dhOv&JM&3soFfKV Lw٥jK0jG" b(z[p0 ;A6 $pʬ[%iJ} ;%;|Ȭ7LX3jJ6v4m85DkRw+-iG!sdR{D@Cfb/@ R2*b*}F^ =% h.Ve Gکl>r Įtj'ztu5rymA?:Z i6N| 6:~D e-ZbpXG^OPf{>SE-0jsj yX.&72ng_I8G9xQ*TLnY6v3mF4~9wX,ONxYNխnicwDkH:qev66p4"2^I=h=vc%5k 0"g)4Ia SW̳YvXO=$eNkУ}X-R Э^6K`'%-*խwwh(ࠖ8gOPy"4PՉe$N_WTflx%)s flaVGgwG ƹ9 c{wiȣO BloI`-#7r^J&\<[lNh6)zqگl!2`$[I&fee7S-`L/ZUrB:s /Z0)?)tޙ k_agOH/G)bvR >ðvHX@qo$<4Y<'guFY*:Ч\@Eu4"L XaY ހ?5SQo݅ŐTr‡nC󢰹n\7])뚩O`^3sWh.e㉎+f\}~B5ռz2(>'~J׏ݳƠgSN]{&ļ341ebkgLwly溝VRJTEnh fe|Iۜ#Es 6kHIs @x z2 KkN)IA#dD. IAOfV?;ɂVr8j~WӸsXZWڳ 籈uEa)l^sSU'ۿ񵪗w H^d7cnn7ѕY:Ȥ =))"{BR4qK @ВOQElG)U`›W*zĜXiS5qָő 0 Q+y_XԔ7N9˩4k`O249\C>:Uv"13EA"a+ P ?gN9{mPl\EL 7uDvi4DQl2ik[zY$aS-sz.rn)WqSےD#?Ə%%|RU -ȏ= _Xr} Clxu)GgsvEKr 54IЋU^@_a$ѧ(Kљ]~%KZ#2I6C /[g,(/hJ1RG2.NfOO&~ǂr$6`'?v+Ш_k>~fj|FAB ʖ4ٸ,A=p+.!j9WQ'-HLcc x0U+YJ-bFMwF REqITOGRԫtOnӒi6gst?dcQh%3)ZJ"+ʇCk= HNT4@$}ށ&DnK4q~z -@R&4ȦҢ-> a +UMͧםVs(B3w,R@X$O-e9Z^dDbx( ,@s0}r~KF[S_y7HT[j0<|ҎśE_!lDz AKM546 .zXDSP+ :ݵ@PFKoTo")rvls|a/#џ~8B_+-oST'LU9I-%D!kJzhIs9̵T")P I¡\xUp3[WuHWRsٽ)MɿPO1ZW.A%쀐 $WxZ&1Y(DÂ&Gfoc*%i& N&q_$ԝ#!X戤"ҞbrGiVӶzDٹ;7?Vy4+h@T?Q{o'fޠE|;0w7>tZ*{P_Հ&߿OUXs.WØ\tDVͭ?Sb,h  zj_Nvr޹J0bGHN_=ZGW(8*4CƅE7hKOAm;ʭ|/_15Si; +ŇfNYp1ӿv̗7%%5P7FD=c$ %9HT˥í>8u>sh uꃧqu$:#-R"5x/jE$jC C-4I'&{Tpԯfa-MoY+ 0&(N5;mNzPb+IaYz エ\.[ҭ۹.ռq m]F\WwnkH^hڏ-sDޣJ|іzeXT[a*b` #Y!J ޖ6lvKp@.F.K4L{ч6 ABhχ8&XV Y0-OڢY`Kl@" y6wEfg`2ۇ[Y|H!3UJ'x2^-v]iْ@ӻ37 F5u~u̙B1#f/UVWžɊ*O3`ݹW&}Y?/;״:oQ:8Ijz{- ' 7p)֚s#z t˔̎MkOca0â0uQDstK :^y:R|Y@{NrߴMM (0fD!o}v~v8tQZ9 Ϣ^)7!m*^б0B\J`#gYY`c':xx!ZkrĽ>`82K2KXc&^[}p/Ƒ` o=g>*X4nBϿ*,)4iZj'rqs%mcyM#(a,)mt_k aZ~l{ G21 GǶ,SDј~ghRBQ3nG˨Gl ۱y6AF4zfd+~e"T`E>eYi#s#|WaGr$d_*+(kc('LT߰m~OdEm` ߱k2LMCCRG~>LY xX΁I橋)in)  靗ΕND-Pi30FWx[S  QUGzS'(32t`%Zma|R =u3F@Fs)|MjV\E-<&#`5*,O=F ↇ8`ED%HHՌT-)_1{,0: u.dYm3 ;a2ddS f${T+5G7(ad.Qy͡>]C7~o)&͢g?8e|%SYr;V@~- ]jUf=yPeS>xsG,ueDz& EgNs;J?}eBE3[pӷ}ipR}I {VlFB?Lah[nSÒ lGk=pD*I"yM`yy` bL*BF.@LK)DZ= W c˒61ҾgC)UȣqPTPb'A_Lz捤 xz.F5-U|_h m@YR2R ɱ&R2Wςg\gO< ;.':̥'y+*NnFp:T=a glb6WV}9pQ3xR=@k2* <)Zzd&M!V?~caW.sBX=3>%A_H("[~j"QS/؍=˂P&D:ճ؁;dT^C`0!B7_8GGQY=ބجS߁/wL+&^t.!^-Tq-{k6/" 獘ي`kIr'_k?9C?b9L^@k7Gv ,[I9ӬVZ(csm;;WM1䖋 oN ,|呮 /'G?&je^θC;z`+`NdtUsi@Y#`jhQ37 Jwn6zmF'-HDKy[U5ȹ. +{ hhRi] 8,vN&߾ 5!t89A 1 v^}0?ݺAUA[@#/98܆]!xzUss'322mm Qzϫ82{̠g¾Šxk!aFLǀ#L+Ov9u-t4>g' V2.7(f&TN*i]uMJmZ{^_1=5IYE"4XU}-\HcvaZa{.Kķt/NZ4sQ<;dwBwڞB{TԠ ak(^~vih(jaRe<((^)UXH5:%F棫w$3b{?N)ݔi8&c7tfhc#x`m ᥿b@0B䮼!jwp;DsHhW8Qp4ީ;L칋r~w)q&f> GG~rĢ~vgRd=) T`[bքbScK|k@{ƉJNs|:WHivW.!㦫cHFkM鄩sַW&L@B>ܿrvi,m:AXr‘)7x@ q_ :["WRWkT܊E mRϐ.O{EgzN+x 6޲jt,$2y@k<9[!hX]۲ǔg0XC@{-xIֶL&25gҴ-8l4UEXNF̖ž"1499u&T:q;mW}+޲$yQѢzHtX3@/sfý-oʹ>:ݸ>Z{匑6F8Y#ʕRxțu=UizͿ褵~2?^٤&55BddX(SW^3ҏ9Բߚ<8Ioaw5fɢ#]2g /" r2=~4YT ]IܰSd,>NGyiJ, |4,2_]u o47J߈0KDu“v_DPI"lmK*:R"kSTgh]7?mќƊv@W VU0^L!l%&sCs+[Oϻ1=oE+s`{c|B4gR kو}d{2*NZe[ SL6?^M%8S~/oxt ?gA H:Ξ-.ƍФbX^p~4F8)3T9#cf3uH72 ȅum\/ ͂pGw[Σ.?l+jcp`Mu2rМH+ܻSl5D$etIFV05/pʌ2,#@nx)MX0A?doN82[XO+FK$XQ,rJȍs A$; Uh}Qȴ&k5oj#kF,wcw!ĐSѻ #dwp+0涣q]!QFECC[myɔlJ%ysbiØ&<6۵CX3274J;2UewiG!<;c+M50 2~XXABG~,DLa;rl'0;/g`5󏝰sAPBs@K ϦvIVFS^N $$ ч]mi]<$Hef:aM2GbP(&)$# C*=3CIO ._SՁۮ=0;-eJCrᕉs\8HK|3-?=Pw@A@ I܃Hn!0?,y/bύ CkԕG2ą("k}|}`U&JXnf!e4x U:~YrEFX_-dfa8}?/;,0ZJ*وsDPj7(Pj*E0ܒSQ"R-.p\圸w ũ0w;IGۇ|hNDT)*F_kL?. a@stM y+ejYz0Z@2rkS=!oͦ{nc%pqo5뮝1n|ȟr<6Kz:_Su f:'|aӄP)4\ (aerWH>*vPEjtŦz[—)2OԌ }(9NZL$h`4I2,b$WlR)"Gf[}jӼDkeHW1%]UZȥ:\ޯ^$ȸK6Vcҝ@ |)OUF9׋QgqLt LE4Βv 1$qkO;| Ϻ+ fˑܐ5V\'^՘ns%J4D6%-1kҰ͖w|B|GJ*YAZlqXe(i4䊘*O@(#R;jA5nB;\mp\s*"ߏK"I:44o!d]koM> Q4agABЙab]oQh- .ɞszKVdxt.VaHEnjܛެ>&W*f4JqM?TxrbӠȧ]cѵU>N@N$3N2-CwBҏ*3L{j%5-Eo[G25 CDOYڜ(Va͘:D"C $cv}+{@f[(lf ~XoK"LGXP“Tam;wKFPO3;L>W8x#rfⵟKK`a=H%X@[kCxx#  a䡊BM)n%9X*OOVewe\l _(loӟVb!6w͑S]ozށ$h \S^ 0ĈC8G}A%ʞ4g*pϱ_C!~A\taܡQXT ?FzЭ`QJE?V(:{UKpM5r Tr|O 8?s*#Wz(D491Ž׷6TvːPA˥ 䓠@wG^dyi CDTI Ap)Ⱥ2~P $ 7y#C_HͼSc)p@MxQn,2&ZWg+$QO30B,*EoH~E-5 +6 L[޷x)IS4#_8P V>k uSnj`} bl٪QkÓ4ݥ.ZwFWlV["IT%E6IT jZGGW_DϹ2Q"1z`pO!iufťSu7U:*|Fi%Kpxaf0@R[M31"@G*wa_Y~|9rc+4KjYyg @hYuiGO`u0/9bc9Z+^1OP|3RaEESi`B*Bh{0wPR1^jq*}bERv[)Ӄ<#W!Zov<"-@m*mK�fe.~Cr\RQΎ}^-4w^B9ūsݟ?,>?9bZ/|fFw$&l̺\ to9mVVJڷ*鋢h])9b> N/͎4:&B~ GJW.rP">y]>Upbӫ/܍ ! Hja/u0O Ci| d? xmِlȎ68:)۬lly} leedKmv[nRg ݦÿ= yڝj8 Sէ@!eEI5)I0/e͝Sp7ȳ%K'TsAi9x@()y$iWyP[ZuQ'4w(N)6Cbb2sncb`䎙9co1e8x XNol2: 'Օ͜Ir7}p~POͣ0` ++\a $мX._9}1JrTBϒv9yhgOK_S/k 0> `-n+L2{3~# {+d=^RR÷%:q.l&{!Hnٯ ĻJ3kOoʝT( j&!f!˷sZ2Lȷf0RIc٣&i@\e 'hes #\^-:ݏ+hY dR:.wm'b[ Ċ1j I~ŖʹX6:<6|-KNѺӖߌuh KzD1E F{#5ae"vg@.HY5 jRYc,0]=_F <3N4ܭFjVJRXK3]yo+en_.W]ɡCW\()_it6GL<=8  Z 邤%.}“L$,k  O;cX UF,C[K'zȉ[8U6ܧlNbxU/lk E\ò3:8hK@6|KYn;"p˖7(`rd, |ڬ _+U@/!ޢ2?GAVxQh?[$ dX6dJ'z)p{&* Q979am\3\+9 AW!%>$m @ȂV$W)Ed\2Y۫iL{"}4WёڰXe"WZw.߯ Sb;K!.˴)J=FQ+<@ n!É^grU28?4Gi{SDHOd6]tNW5ir8<[<<Ȗ I*A R) 3)V"ʕ'aTi v$.:bMn5f b\#j9tp-),3w!O ܲJ6sHWP]M&֤Ukanj ,R  >ߟ|'hFx@^u䓆M p~hMvۓJ׃WX盼y>q]$D9N11_ 5)Gf >6E(/뒙$3;ͻ B 9I8&U lkoIcOsJ G k*>Y_c)QWh$![041%1Bk𩫢R>nuzB '5]xEB_le׵[o |7vd-HTʣz7mgkjE󦬻g/I} ˓>!QRmI2=̭h [N?n1w[~躑.E;Xla9uWY{?ӛAJhI[Mdpl bQj-/?)嶰fo]m>d =LJY 0>$e ͦO1A Lu)¥?Y4r];o8>4}>]\\(u1Xg_0-;hpf p/:> GX1|F v6GDೝ/l$db"LO88A LA,ju?nD?aPu\\cfۋmS3@]Sء^Q tJ𘓋a<밊p16rv&_(g$L킦}WVbk\P/L2%u [}6 #Qs?3T9 mP7}LY(ǯ5UBe&^lbkbN/hJzZ:Ofyb褧JmG(S}oR7yrG kʣ[i\Sy@FayB{'S*bK)0>' +QnnՒ<"%5Wgq[Fm( Y[h;eDvXmQM׷lPDlh`H4eDafNzc߻}}ElEMӵj4]Vҁϒ"6|5Ufn .fwiځ2 5kiDK`DR¾p pP+gB饅%R}TT@@h'̤q_]˝KϠቸzUHk(9p}bRaDS73DB _PP Xu˄k')nvMc3l[K^eBO"~o׳ii_ U#u`RCx646l['-*t6~=ٛ:|.U ތG9kPGXW'\$- %?>[`в: j4${ѺHH@r2>fצ^s)ҧ0]A_^0jQP4J)qS-FMdWmOƎ'kCy"V8A]!H:WˆRP9k?Ȳg[-TL^hB̋PEòa7nUB[Bl%_T X2F`-F]clj5aX0d&J\rvBF"c.H+8-n`v1A*׻R VA,mG^!DWp \FnD6gz;!dϳUۏ_8'1K7'85^|7^?5X %f?7[G?moܭ6hEۙYa."̑ ^f4}zژyjl;_) wO-`%F>Q ځ\K%z{tW}|~GVO:֜rM,IH?5@q@^=1XЉlT:(,M!u4p=z쵏7Z6S+(򂯻q )fUv4:d/HE~> .??/wV4 VÚU &!r[ q9`WPjaB;ն܄koCZMYZ)e@+A+ZzJ`s4?QeMșݚيɝ|R5*HRkhDhU_6&>| 1IQȦ?i^a!nT }ג{$J#Wk.eWȥ3`w^gFzKQ(nZ8g]g @Xu.??HΉWgZכ.;rb禫|+G"e' +f,VLө. 1J4_&ԆN^Q6ǎp[Lx+%wvBCG8sc|"jr}k4ZR#tzfqAPk q0>E({ݰVv3}b,(Kq,`UPb%[^Y?gEm ,2\#qքcŧọj<aO wCjuɋ蝐SZ261k.O42a jc~MW9j&*4jd&ҰR`%7Tą:RFc8%h-"4f7?Z1n%X;i^u¾d ~/v켡Vva02v}~d4edʗA˭S,OSz*{j+.i %ɯ QI.B;hm>@oeoReBl>v8Ρwe7`۟A\O2xiS8\!nuXo8cODIg;9yZڦ$BP Lť85' \4w8 #n'iNUń࿷J4n_we p%{l\iM,NVlݷq"x)Zd27@{V7F*b1gned,Zi'n`KU6RpF:0I$Zt)(": pST6#v ҆ۡ!Sޙ?r N_$=հMˣ{ldb,8d)GW(zsH .Lh?,/?r-|duS3/fdfDa6CUP%oZ'"%;KCO[c=nñ{QiV`T=S+KlְWd\ڲ-G >k, S1?A™m1GܝVail.R Sg؈WmF@70LGoױE`2uR$֔F(cuw c&d0y ̍,q5&-~*ZRafAŧWKT]c|Gwpeˮ nx3Qr'8V֎ު}UZ_T mדwL&}6de16PBooe'Tr[vq/w>[o8%NJTHScRi;ΞƧ1 O]ػ: ̿-8vGpF~]e,sgy&KhH ]9CC$63UKi 9oq~S0S2SjkwwbWݬE6 $ c]u]H7刄Mu"MCo8uv ij0uJal1J& -(ĉa7}'lyDt?Y%XC ~=/p:qy5ǟy۔[c;ѱmOhwD^ II5&u:Ml'%mQkߺw1lTQk?ӮGe2!m_"@/6,&v,ٕhBw6,4̴UԴ x7k oRS۔m2b`JR5 =2HR:;vb,'.9(> ʡ@/ں3]ЋDiBJ!rU4* o%/*8E?S<+v )6vp9ՑPV'֕'4㎟+n\V(M;Y;aX^xZp~|L36ev-ta6~Q6WG쬕ysVK3[& ttW/c1QvYʺtMX,dEd?ʽˏl ? &mXkΠ!p d XtsG?EZ1ETҮ=bqd!:D#GeWK1-{͝s[SE^"~M?A# T Qtxg}?Fz4`k5tQ/@԰F |SAeVR!IKvkP\tS?~e~n:$Z&'RJ >]bx!Yzn<\aET݁4BL~`6t1x9=yΒb2vR]HľQ̸4I ` rݗ+]<f k :twvL X~x?s-5Rʰy}Q-Bѩà~y.ynbdTZDwev= shc/NKMuFэ.ƊÅگDSk*u_ƝkU&&Fŵ*eb)Lb~vLppګ$G2`i,mh?~5k"d+K3>kt g鹊nb9*|ԭ2۪4(;r"HI95^-oGo N9P̆E} 0EDW:Qeww x *fN*G*cM5]Wn:nR'>lơPտ=#|ga]=[uՈ&/7d Zj!,L9n%{Xhn08s,S =h$|N2uϳVƤ'r~5lYgf1F|R~"I|z G 0C +U+짯f.3g. f]K襴tcD_lfA3`hǑHC m*&okmcd09CE4p}}:ݕ)= #E;y?]Z{ODi/eB!1J[rTwsmVv:ShU_8ddݯC+> ,>!iSxd sqXR\wd(MQ[j'VQZM'@L,ap7&+eZ͖@\G7:)[1z! ՘([kM;T%j-LDl3 Fh 3d}#\ư#O!@zY@mgߥzGdSܰRmKhY>^?%[Hb8rL:yԺŖ![wOޒW%yЪ>uՄ%3B5FAt` #^MȒ&M\?)S&w8ʳo;ZZ#Z0 ExH*.~|Cч,0i0N"N᭛](j1ټ\  'ғ߸8mcs̩LB,ӣV }ku1YLMoTqW"F7nhB*'CA/PrcrHnUS'ƋNJ:khk$X;ۥ;GzW 3l L,ӕgʶ^cS opM YM&/F}aoKfDqxJjIU@Igmi|l4AKCR9%Z 4OA0rw&*[ih?V6˗~$Cxm!Ŀs؇`m=U~_j> H6]"eNBCtKf1,t%݄uvf %Sh rZ|CH在moʐrjjb,.^2ܩ~XzTaٜPJڳK e\+hD[(f/7{^R*Yt-䁒5όŸ&#PNYuJQ 6K -}ݯczkH&Lh{_g|~s^DhkmZ͹@)`T.Tr/܂t}?3Dl@;sJU5bBةew𙸣V@/D[)(=hr6vT؝}` 8[,p2#={3B^V#Oo&<ɞ*\quQmp,e]K &x0F"$˵KIN1Ӏ+G /ڡ_,鯓mN]Z.If 75Z :A=`9+2 q}PA( *߶BHyy шvS ovneܭTsi|lHi3.A1SpNl3ïe ,&>J:IsB.iρ{ tkrWPoR +@1-Q88a賤VQ@X1#KnY[y=F{LܦV{ A00tn|jm9B,xNj)/Ǽ2rѨSd$Cb'ŗ⶷m;|UzO @t Jہ!a}>#Ɛb~ Jy2?)gYcwgdž&ô8HsJ$M<^IZ7E 'e+*oڶHRWX7rL=zM𻿩8w Jzd*+D?lgW([LOH!P\"OnMLHsld vJfy/B\%R(Xoȕd(<Ƈa aeChT à|T;7 uY_XN-zЉ^8"Edh҇gnS<8i;Ef5V6`h#El=ot|nYKY^J z`c5L ӑ́E$L3Pjd8Z "~~kpFXktϬaY)$ΩX^MŚK^4'9&?;E񓉴u &W~[-p7f㌀KDe(D'd%a%dC_kV9]@Vu>0QCiz/2.9h2 =aXS O +gR3{ VHT. }nj0Pe {ehK wab@4O0C_[u 5qÁL$KI>NY0c~wc_0>&pVK$}Pib:C4&b΢liGP1OX:EoQ eN(KEv7Up $: / P|2V[ Ę{52!3*@vʊ g_GɘՐb+vEݥtVy3Wn\%lX"oI|x_ǻm/Ay9F#' &#`mw,axB4'c_A gcWN7*e?odЬ}mVmf2T~ەD;jCvC_RG 3Z8~ /|V +fw=NALq!٩G: SlkZԷ4Ɋ]J{5b%g|5/ AK\l+^\ NPK;,ze{ޠ &{xQ?w?nNC)m[X~Yg%tcK/kOe>9wY/@,c~`$14N%j tTLחnShEapqԇ?k~FR .Z7F 4 - )6[S-3xmT9j^KŅGsX㌇I,~Mum&M_Γ H=CRVx$\njV=(BgZ2TG-ޒLeA֠dz̊h}#R@>m8U'-BT_G0"DG$re=n!MAt!}i6ig~Y{@R]>3YiE-zѠVdv1;I 6#^$4HfaɛWD}g{;2\W ylT,BEϵ|"Q S{H%PU 2 98`vSf O@joNb ˼}IUί\!=SinC5&$qLFdAKN@ _YoW)%oGc$rf?M6dls6Jǣ'Ru,uTP@|\ 2htk @%{b-rHqO=y'*\a c='; 85\Ews?@0UFj*e#PPo_ V\Ƴ˃.D5\2 S`/-!Cqks{Ҋ|@P>fS;FĊ\_qYqgJ W12p5Z_V¸)DŽ*afuίr.Qom i?USG p) MM8U-tćؒ ^jh Z6wܗдำ9ux\8Z {aVì,Z{4Wn~U%UɯR-k8{kV!,8vTÛInؙG`$*}oeesd`4'2PAw'~`{jZ?IzR+4d7H=>[ps|6 k)?-S79x} [>UD (]^ I޲mq3t}gn.g@(@C;LRmOdS:YB i'Ek`>_}'DsAӗNJGJ:yb;:}؈h%й %&)Rpo4Ǔ͢V'cV54%]'wϘ=3}X9$KjaՁgXf)[<ä_5UZqW!|hLJp}[OԚ)nyVkHbW>>U h}1io=qpgTBy@3R&ܪpqٗoN#?$}Ko5-]:#çEF4 Th%Y- =5H:Fj} pNQ )TQ+ħNJ Dvaqh^=tz$9ξ1_7Ou`˭f~i5#,4 yEAş[1ʒ PrI#e¹V ~J6>W:t;2UtgXz>$ گqa,wXIkfswwi~|J⎨WC[ѵr˼Rm& &DQs)<7q;D c,4n>B})Dsܽ\X>\X%ƻ(u"Z0Zo*SE)tF닶}'c@i#`PؖwCsGKp-,oz4K<.Πu;|az V&I3}AFQ{X/2)؎lph>ujw ;zÉMm)ỊM@4FsZc5.E~ˈx7gVO E՞NR2k:(΍KR=1p\\s>k~G̕o '=UlҚH_+=u&2K+Kg栂{WLaI2TBZ&]vRRX-]W ^lY`U1$VdJ{c>jQzPdW,kzqz)@R֕A\ iynyl>#xXS݊zg>ahF bsiwDɫ4#0G)Z.7n*$Az# Px5"U3Ѕ6@X̒\P{·(rfqcQ|SAeOs:߲3 rTv'}rWlomԹyVyZ'jS۝3 #U@dœ>(r_CnrTI/ Hu)+y-kϾtG=jY-'_@d=NA;cCӉ|t}GevQ5ik?ID 5BO 5<9b4u$2*miqz>|V5!Z獫k|9 X2M*N /XղwVP j iA8y\J3ɤqU 9f݃TwXb/T׭$4?*6Z'G+ՙ3ݨT}ެ=NyZ.<:($P]AP5ߨw/rM$Fhe7}_+ p SDyDIOEKtlwz G]%`o vY0U[ׄީZ8B]`T_&c%4÷s"C5H-x,JկC]tASA)sFTd|PѠ߀n`? {!Z;`t$X\̗nօ8UbK(iM?GU VP[TMu9_ C/Q9=/ fZ%&Y_"-B ('))2Mk sP9$j%w>d,,G$ ,%{9tĻUT<_jlE Ahb;G?*ԠO>R&̚.w.ʲ_#6s(rԂk:] H4Nm =oA%PZdކ MJ wȐ]g 1ɋ=9}r;ﮩ1ѷ߁U/K:t~aNMx -oĽOJ#x}lNbO%{bjzxD =^z䰽:SsdC0s՝P{'GN7BlLj|$Ûz6N8M>O alч(Se?˜xɊ[2x(@n^ǎtj\>_ ӂ"rX7쥵7o9FtXu8T <*O&=t`qYB&ڕ^O#?̿:-w-|nF;'f-ZU*Pnp230}_hۮFKE$vX1%̅^R `$qcj?U֡5U@O;g" 'ۑD\У=5FbnSeRu.HSBLj3qbjΕ0UC~ 泑 #œ-,_o* z;"nᾭɫ%J]lr:y!4f|V1Ifbs u`iKX[wn%wT {xgW@xQ^pȢ?dܩ~*y|e*ٌKC@[g:ϯ n6Vr_{!znXsFI3M}{-JeIPw2B$/N0ǀb7 .Qyր$H Ֆ|yW* ,#])D8v@&ìvY=A1UϚPK_+ V̈%d5s=aĈ+P~#H+=.RZ6n`]+w]hʱSσe6Vw EL O=$o`:%o3؄uYp'U/r1*42*`x>E`F^S 'YܥS=Êj< F0^{P 00cy`]}Z.d0 '8혡Ⰵ{ܔ#}tN'fT>gSP\}+Y]B+W>z^21#0FMq\d_`h?5E(ޱjN Ď~N'љ#IZb|[PSp ĝwT9IsJq`Fߏ5 zaZ$z/| ?!JV|`  F>3SiqMP1]wD^AGGeW,a¤i#nMkq IYc}fAUsȂnsabd Ʈ,(!X58skXs|KTدnJ wWMbW֟u)Y`Dj5rgE<=18YּU:gvRWH'O[2d976ަ@ Em*vppT, C !uj* O>Tdm:K]LX=3~6/eWʬFcUQk姚r> 1Se12xP붒h8M rSYuAffpQe]n \΍9 x`ZX1$kO w -YJw-B7KOz"L۷8[8PprL1L4^=?-18`Hľ2RK'QnC`-"'eh*g4{N.ڵP3 Z`o3Ev%~>t'j߆R_Ld|0q以YyN8,:7;\3GF.jFqWbIrC֧~Bw!91KG "Dܙ^x qg`N w-"X!jzD6 Gkw$*6 KLvn,L#2֟>B4~-0 $4a8@kwIW]Ż~_ 8$L/]򂉋ekuY~)ȐBLVܢ03$PJ|5p-COS~1;jv.>}K~,"e VIp2Diߣ >w؞IA0hI/3R^}n:YGZRڰŸUnWFY6ogT"_Fa9D4-~s8e|hEݯUv\wLw3>,6n6L}74j uV:1h'(YJeD0Bx̋F/ƍ7,s RHKtH3tM-=.a?&hy~J ~xQ\Eq*x(΂_"/@Mb^ 6AO¿b*{cC+V{@CNaƀw16~KWB r$y1_.1K.b`}a}mu CF"X~_>ɷi-jL\zŤދzD4[ݯ5F |>C/uiK'!l 9X&DyEpb8 !*4{D^Dn'c"@LoNjkšaw-W~bOǎeQdC&9I,ͬKA|l_ L}&:79lSix0XtB, ;k:0f b7(!0%ΝŌ 2itޭ-؄H,.`n5kx?. د~hv+՚iDR՝ܳ2Їܚ6gIɦQS Ti&z^]xߢoJLSnbSTZUCFcx" (#,A'%v__n+c G~7@;^ KCjcV`;}Ō^{ZU_Ѱ.:\`0k4rxC1O=ͦ N{7Kp<3]Ddis*]>{.KA+-(8PacE;rԠֆy0iG =\#E>묣DbW Zїd^ns^BwUZ?dc)zHȦA\9jϦK5qsg7G];WԟӗZJ\]Zgv cP0%F { /]t#Q_ 'Eb/|4 @{8&_)}* gwT{\iۊe)CYD" ~bL4Jv pJUANvlQm֦)x؋tX,ٽcϨ-AàV߉X):RPSsBКԧ}JolG(6- ֻdYk ^T ">V @iuW/.j֤UGЪ٫EV{}!>&sQ=Oiob1rrۤAdrv֌"jIo4 [V˽t Xt'o׫^0*TW)f1qWp%1 sq^RQt:?~'<)8}J.@<h@ρ-P [Pָ: %kO{cuJ *#ilY|Säv̠,©QaLj hȻUP=~]p2.`M|]9!WΦn%T%5;K;i]L sջ = H3,;>[ܚY2}/>Ú3|vh^Ï~ٹ@~!]D4 &wƾ$1e^"dzKdD e|GUII1ߚiv¢cnIP!1 كt3`|T(m@uϐYX$=rv/dC 5JhjK'DY h aHy},g_q}`'i]|jqRާC]~rUȩ^is *3Fa [yQ0QO崆kdA-$=cEO.m.kn1F.> xW{(BF-c/P#A^y *:I֌tQST!>տlCye-_ J8tAH?DР!1{E~N8D>:Z-+hqWEw2):HȱqC͖'nN`1eH+-Uva*넛w+\㹴3<)+:@R9쓐Yt ex >3FLpaDz&3=9+/΄aKqU:-6~~XS~=} oXe/3l`]x `ROTA$?Pv]B|X@˴? l%Nڥa:nЗ)UF ʑ>xվY^ ??>"LlIo7tZCm=BfHAjʓ!֗2M"u=ʴ& ?NdJ$t ˎ[Ak9!-{Ba8ZY!hwL#-g9 PR^N/TehY=GH<*l ") ꫂi5+Y+4T 7Fat6%﮹#=y+//M;4E& zwjfNFuɧ!y5ɭBlDh'+7۬B[N(F!bQ#m1Rͣ.ƏFeiaHly@'Nsqڻa&Ʃp0ƅ/Px'ZmS#p}Qr' Pң NM36R Bd Zpލ7=&jZ29D{ TAS ;z!>nGu޿D>kN>OVOb ^ji5V`zp/8H9~-ꦃs4p@L jQα)~1,"=Byv潃H8 o|;@3^WiDz'*:(#^%>V~*n&Vǚ8+.>/&?dNF^R;;lvNM1iGDSB/C9/ zG:b r+qQ@8m |u☈[7}t\@ya9a1@6ۏ.- ax~q4OVn.|cZtiQ=wAbfk,D+\P5 UDNo_GdoFe$Occa'IJi<4AR5RLs޼șLc-x*]<_3Tݨ[1~/`TۡLJW#w ]G]#!E} r[TꑠY/N~)5K^ܕ[M䯇RvWwx_*uo&m!JN'z1J-;h8Ť:mRt:Fuf&fOI|r]Q*=&~SBi0̔F djЩ Q =lxV٤nK "uxTMo35L<`7M y(}O JxJ9[~`:}@j2{7\֍/[Fm]QuhU*!\=okY?"著Ze0 dCFi@t `R;Sm& yuq)Q ,:ocW%0 fh< #8b6ښ=Lc{ ȯm6 cc ^5Q{9tdUȤH0pTO٬>uGLm6 1DUjX.&qwɄHA:2Ê*`+ ye` +,CtèݿGs|;-;üF%حxwu~XQ̏}O4zVeHA-~9=ez9b !7oO+yK=&Q0-4F6ϐD a&}%#iiӷ&ē!n*v8‰fAN][Jm+R-^-, zo{j&!"kGJku`u(tSRB9@.¤$ebjd2e)/d uOsα^dTEg _5h*Io{X>!7Z!@k)2Ma ^†W=Qh4OlB#ld|γJM;G2 Ɇ ֏-ɟM(ntmθY/\|BwF鋡QolYmh:{w[ +ӏRE hwɭ #.\9C y&Dψ{^=#"T( kt6 n{#B7t[t9?Z,ig7)X{Q8ߴOkbj„f=hgңTF ҋT-&jq]^#75Pϳ &s$z2[3k2;nw6Gr@[tџ6k 2:y{A/MT7 GPS Iv; C{K(%Uw.y(H,2~P܏g=)[2+@{'Gޤ8z XG}UG0ӆ r^HCLQҿR ~crZn? eE 8Sc,H{z1pXD f/10eӑ*39SX%)q]J8 l00 A(e%hxSH-{;^Hir5d鰳I'DZWhzۅgz.Պ%\X6IRp;mu!.ڬ ˁ)順k%O;!.GU}NJrܥ8oB9h4XgDrBAWSijI~p `Ii$ 9tX%0)olR#WѪU[%FaGnxJoE8/p{kRN[R2Fr`y9J`7ӰVP/`‘-xm7J\sBo=5{+C%romdvL:bd -`΂߶4ߠaO>]ak~&p.Y\l SɥehjI#O rn,f #*Χ>#_4ryC<$0 `Wb`py#=)"#FFQpei1ylOw=eϑBPQJ# nVv1Μy;&!9 N7Ê2t$PZC;k&p'S)]Z!bwY Eˮ9`(j=uxpԃ˟OpAp G~zSoŮd)*hI Ìٛ*RaFv0+f1sBXT/'ՓWfYm3,IA^U݃T"z&ޤxa8<& 4]캝vܴQe+H(*pYN_T2M_nwi4ț(wS!krъBD)LktI@:AA(_ 1QX [ÞC: l7K]8Qx?C+q([GQ a2TF )ſ_& rPuW3x{qC(uv(xl G_QΏXK-pWi^H> t&mJ:T$a `xD+gzWJ:ltL/IiS&OO'_q1%;Ȝ3"L-/+(?rVv/&M acK 1ե/uضLܗk8N EN6hⱡid iOX]y,J`Mz*bM}]@:ۗbSZ͠sޚđ:kbTcbo ݯUzrdGTXjDӐנkV5پL{@Y:إ_<e\h]DC"+73Xֱe.(39?-m> 0/)V4A}^Ur~¯D(mha㧯Ab7Opvo) ߢS6y8~!* *q涸hre[yܩ# tH1tG5@A  x/Ab$Ffݧpg6p❗9h?,zeT|u"z!cp)]"99ց1kqsF& VRkLl‘4ͤJw }&QB'S{JPkF!AZTׁJD)Ep>ZNUVm}:Xg[' M3)fvz'bxU**I􄮫_%ތ,wgBB*ҘY>NT"lLCτ%Jڵ4L;a"uC]`&ԶRءƽ$#|<)}i',eq/6=ye=KWd3qVHUYR n~=.%.a1uU#.^puM=c@gAfm!+[ԗF 5,|2<^z^nV5ͪIbԥ'Ea9Έfv(%0B])>Z}NRBjeǬ5.Ddb088ͩڄC@LߊrR~*C'.Z^jXȡ +XHcюڌ2i$B:pI|z;jKbe{-{I2n <'~˷u@us2 6[[X1k|jćB#h騏QR!Lޅ lQW2%bX5HiV.&"a vn7fx`XpfYDa_)}F.jB::^ގ(qd/w-) ѝ'4=ʝXr,VWf'd-A~ߵ/OTgKK `1 g+mP'hn3k b7poY"DdO^6Bi=&µ$[12ւVbxh%|!K{.6r&^n'>!bWVvQ-_Jrycs͋/Ԫ:mDXq6(@৴k^.LQ,c_M(MQq<~0ӁUx5?9#o])5$JJE#5!'s;ݧW6Ԉ܈R3jX3Wݡl#6ti@3O؉:Zp?ӊ\\0FqcDrz_jl1HAzDrL[ϫB7VMMgȅX2PN0Y8P9*)MĞHgqS`^q"ktBkr8*b؝R3"+|_W07Pzs@>ESžoH帯u9Q`-p0hF/LcWXK}CmttNjrk8 Zf&EnD-'x Ro8;EE)H~) KƐ?KjHwj54 xe?s\K)K ko ;åz&**~e~>d#x*2#εHic+QqFO.h`,Tt~h12EuⱤ%7!U:6R5FlF nxE|/=\O>'aoA=(uՉ' 0~ZLuEr vHW7L|l38D0m3EȢ% @t6` Re9P ~)zp8:nx1~/5c9bnOZV1y&h'_IK Kkh!URsy:p3%A7yE57Iv04|_kEg􋽥յbu]9eߺLt/ Ykl<t_s>f?pp]oT"@n( =Qoh|Z9v8ꃰd od.^kGn4o{ϒD, {"k/YuF!%=;Mɞ7uQHz`obG`Lj{n>iZܸS1.E)kF\ ]ˌ+Ab\& ޒػv\IzGFo|üJw4;:&X7 da!zw]g5qII R鹼(W?蝰VF$y&WS/,9̹mCM,JtMYKNJ' ?:}y-$5ƾ=4Tޱ> ؀*# XkfW}2vSmjiIJ3ZYW-E2)0&fKox6ɣ^ϭ7fyFl2͐|/{War򠃸BT* 7L|+cHyRS.r +wņa,)Dr9. Z vdMݳK.*~ NG,p̴X%Z4Qvvb'֮90,þ[oOњ=v>yl>j>,m*T-Bd 2PQoںh16Z rn_ x]U/ǷHK/>c>J|ތoaj6A]xVShA':L qD,#'rU#[zp-+vs0:\XìH=R$V@GQMxo6U16gB)%ƬN"bɊ+}Dmj!զ:jNFZT:.'/D4ڗ1u]1|Q[RzF`&9]Ůϭ!70dg j"*I^_M8ԧ%e2q.~"dM6<@wDx_A1g>4clP= %+KunUG0"ɧ+YyJO<<|v ֤Qxcל 'tW+C´dX iu^ 6e<1Ϫ/[K&oMOw[1.HS;ZouE]~ Lk?ղC{|k}gD6ު0P NHp8ej\Sͷȕil|DF9XI*l5ћE]fZm _ 4%J$`ܥb(-/CA$'PG, K{x|AKۢ+s;tmFjh۰lbN'xЌ{u1X:Y v y"z2zpa*iVo}=m7&E%m3 p&J).zw8zgGIehEj3d,S*@/~^҂"q?DLULSs&  ?]@#^1z#/Bx-Mߚz=nȿM[t&}v@Lanq4tS̈́~Wq=@1p{OgSg32DpJ:fއ~g˺PA[ڤ lQmhkkWfV!KfUhb݁^O\0aڌei H1p7=^h}ϸ"Q h26g!RybU1Y}Uh}}[w^_Hrm7*Ó 1\h,IUnumU./jM['ũ\52v:GjwKkl65pp]Fpp]S5y liB7&,Ty\Z@\G)nb `n<")v_sP2 !mW4`{hϞJ`!/l3A"o"W|]ZQ 2 }>-¸TT[V4]\)19N۝V=g[V-&~ lm'?jUͲ,%1%s XXA /!+`UL&/VQ{'*}iKR苐j j߱ ޴SDd~A3vbLە&X# 8l'-ULjqS)LgM"h ~50~X)3pftŗ® l'֞FiF!SwN%aYj䯌q5'0땯Z/,et"F:cjoN1ER3b[~ß耽{B}z|(7x1πuγ ЃzE[_WY"eՠHj!8@(m.QcB:޽!L{7P{nprMf1O6biwwEAZܠp ᮦ!I_繉A(S9Ey{Jٰ\4q _쟅 ?WpG6cR2!kAc֔VmT#{|-EpN#ql{KS+: ME4b{*Va}1W sW^3ҡp_%(:U1ыKjs3.jO7;%'< $?'\ Lt/& 2) }e}ؒR'2\V`yS} _P Xn=|X] ?Dlr̓?Tw&Sl5tmJo VjF fHT%OIx܍n.%zg;TIiirtXo=?Zx cH{,W9)rQ"R̓=cN;5E֮MóJ0ML`fp1gJXwQ&z`Rfw `Gp?"ۀIb"V -6"GgDJA H?.œTk1ޚcL$| b{/ 5j$#c4[Y v lѰ R:9JxI(YQq9zkXrz'd5WRfObQ[nCD\Rn gfSS+Xh>_I4exq6϶LBe1|"ʛϚrD4t<|· tk)Gy i!?ɛ {驓*`#AU/e"P"g b^ڔ9sBu 8qNjJ=ʜ\{U;?ȣ-u*n5G%[1L8 tG妮$?SZ$.hS# k+%B3\hb|}ṭp"E O^ҁ*'8! V@TkIl4$7SA~-_<(H8481xRr[U֒ [x ZlCNms9.\7A]5y8OgϺ1y"nS]g(@19Jbtf{RMCp}lZl$@?vqc7D  Ӄ2 4sIp7Lf7Ս(.@ĩ>Z~?ה/˫ Xyh@bKj3֪2y  : rA=/Of7C̢Ś ɭ:`l޽C(^NOxpޫ ޔhiڄNIC+gLwd g'7q&5hFLΎ:WH\Tߣ T$aT/G)7)nc?!$w Ŷ@Q3AQ5"T<4~Gť [Ԑ gp?Xv-8<=oK=i'ńh4CC!4U=|H Nձ C$07 eZvl0'F;h[ @#CBMfZ?DhqD?#%gUJ;3=Ix2 Q{Ei"B^䝔Wnm;6&ȔݦA_1 rzN(q]1F$e.X6l٦9 L4Ů('jjKX|EcƐJ#;+k!] C0݉ z{%ؑla!iaya]=j&xHU;~D](Q!Ad7"Uj}ƯNfҴ7U\1~{YdIC˟t R%GhIkx;BlCKrdu\Mj4y[*B&}䎵,fmAZP!ߒwov4ِU:kBhAc߹R("^`/JPuĎ5icy('z6bQqD{Ԉ8S4EtvINKDϽ=tOqėgFP1N4SH{#)cd5h,1w):ဿ>d%խӵb^a\"#DXGÁ{Z|_"YX {G9QSAi^)`3\X:W0>t*'k-͒{wZ_*bDagfN*csSqw `)G (ľv:|r6t )"oxY!5G`pӐ1(oqDE9I5t= (+Y#{ia(cfO!}*:GYf. {֒0Fdpj_1N?>,xǘxg"TˈOIJܜ\ov &`yʽ& JuZ`O$cyV]۰v g9램FاpYP89u$6&_jv@!-sVU:(;=&NhB'awu#0.2ImᵜB_i@( f/x@y#YK3cx=zDNhvӪ {c#KTdbGnCyKI0) 9 G]q1ޣ? R_n?L2fuU8W܌uT=:UpQѰ죴@ڡ:g͙2+GxިtCg=@Ɇ4nbD|[1E#u-;m`D}|oYd>(JDȻ6ݠ|T.5 go.#Nה s?vMX[|Xܨ7SERRIwy;r)"8_r!e`wkGQn+`f0B!HڌMU^> .+g8'qd:`Sժt#e,؛p/C]S_Wr+#DgWy< /zFLEVhе 5|<,W<X#CDۨd$c$V>O{Ms\  {ШkZ Gp>,^Pi!Dm˾}ɭ4V śTFWϜm/ԍCb3CWR'ftaM*XF.+9~J2gST׀o|niP7-l5KkqUl% r3g` fp(!> \/iZ/}w4ni9ȶR[qG_Y9O,,7T rc ocYlPw!%%Y5P ՜•kfU)3p\գO3 R*4xypTt<.3D_Έ1lO`|'&>#f :w3#ͯ~3hTW?u*XojI$(a]K1'r5YX肴_ER>mWJ7.{c;ta5 A7UQ#wHRv\ȥ!0W8ޓ>%5W4|O 77S(d}m΁}ps+8G"M{)lJ32AlNmX]0K1O)7tc^.fYmX+~2ǐٛZKNr'L #ΔATɈh/$Z@p(a%nuk *߯Fȥ!U>EzMPp=qT֗4.c$^ Hc2<ߌzL] Y'L yRt@*>nnTJm[?M '<7\_IƹP[")$>]QGMM7΢m21WMPgSѧN\YrOQԛ *`9Y0o"}-&mfrGW֦U"@P9)S^yeDm_)?rʹ5N9 \ؕ osBpTNr@f֖HXKW-r<"-9Yv Vlf=;?~w|d ,V!vX_Tb_AˈNi.< -տUrp+{󓰰 (e!t;?k5'wZJ-W;u*g]tZbV\Qh34 1}ճOmڍV0(?[~FRLkUͧd<2)³c ,.TAQFn$; 9DسW,H )Ⱦ]SS0U/Q gQ ڹ8-k$ٞ} e3P\fnU1Չ+sh vKS+/D%+D`i*,%3[T? XHts]C:D"Qhb~8Ŷ H!YKf$0pZ VɆ(VWn6!E%@!jVh*T lY(i7p tt;+>o沪qiK'0:X)GؾFmzcHm0Cd _LTEBʐW6&ސ^KxփkZAC|fPAt'GIc|/4_ǡǽU/)ĻpWGez8W="I S%1F+.< .}3شZ*w&)!={FHeW:,.՗^Ϯե%`Bi.@&__!;z~nM:9HR2sbY-02\zܪoNBRL˫'q{/PDYi}yYAOdg[Xҋ fx0qoq@lxD^&U-?2 '߃yd(piɈ20NN ;}ϧRMCO&ƑZ9omk..WX1_wE5famwfU+SMЈI: ~:3PR#i;(%sf'E?Y<|V[TAC3W{>%ZۂX4"{?&P"g}+ZF}{>m,Ps,ѧ6DM \jLK̚Xm|U{9߷ W LV"=I~M NyY8"rc :>bIxFtJ;&6+I7fu'[Ԧ) 4Pv:!Hf0eԑPOrŇܥ:g f`P8E0g@q wT=d$g&OsY@1<)ƕVWP>6.jچg-qUưCvǍf<ѳLH)wmPu*հO; V9}Mof[8pO(zL6! b[YU1q?˭/.dST^{As?FB2$4RJp3tsXJOe2b]N-rX2JdIqi`j":WFz1efrhM~i%JZ5'n2[ $TܐN|4vJIjbP} լ\lqLSaD]i#VQRPH[-w^#Im{#|)9LVqKUVnB {`ߋ=9UկW-KF=`+AҥqF C;Ŕ\"2kydYB}; ^eVö YZ