go1.18-doc-1.18.7-150000.1.34.1 >  A c=<p9|IrϹCĊ~Y;H{GbF\"/_&dEE/QfkJ/٦wEQǚٚ+GB[]vM@*IaT(8sk"g3Ɗ eQЏZ3>|GZg87Ȳ6d8x# y1܈\XoB%?ͫ>&(:1#7En=* :-17129b102185e902e4e5c9ab651609e5f25c8f346d1c01a4b66a6ee3378e0dd57b0811eb4ccedf0d68c272ce9e41697adc8538c5Љc=<p9|lmF; JG%qPsJ;?_Ȯv:2R/hd 2K(/mT^RD^3y %k@gc,e*A5=鉳( ?$fwp;~|?~ld  " 3TXhl   ( <  0D(89$:F{G{H{I{X{Y{\|]|^|[b||c}%d}e}f}l}u}v}z~ ~~ ~&~hCgo1.18-doc1.18.7150000.1.34.1Go documentationGo examples and documentation.c=7ibs-centriq-5SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxaarch64Mh.4gc=7c=7c=7c=7c=7d996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7ff84eb52f3034ad21a79ccf00d8e92c29e6ef3dea181033a7650e5cdb7486d60b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba3ce82cede5d7ca4e3d86c0f864304f1b2a91fa2c0b799f19bb6bdc9635d36d24rootrootrootrootrootrootrootrootrootrootgo1.18-1.18.7-150000.1.34.1.src.rpmgo-docgo1.18-docgo1.18-doc(aarch-64)    go1.18rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.18.73.0.4-14.6.0-14.0-15.2-14.14.1c< @c6@cob{@b@bb@bTbzSbobUibN@bN@b5b0b(b@b8a@a@jkowalczyk@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.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-5 16649562891.18.71.18.7-150000.1.34.11.18.7-150000.1.34.1asm.htmlgo1.17_spec.htmlgo1.18.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.18/-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:26295/SUSE_SLE-15_Update/88682b20188776442a0b341a9303715a-go1.18.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII text%ujAutf-8ae5707c30cc67da0013d9eb92f3cbc0e39630c96abfc5e29b367a2004ebb6ea4?P7zXZ !t/ю] crv(vX0&^`}X X˰zba xAVEmn j :ۧ/؍"J cq{Jj HR =AnxEUd"_ƪ6mUCjӧO{о$[Gĥzm:4{d39nbΗffm5ہJfXnc(5b)tRBgY49pfsUͬ}n\L--<$ K-qAqV`@> ~ϧlZ:My'\Mb%;]DRb3fۅxϙ Ч֎Thh.eW χ/ C@7A^䕼=[TnI~_,v:#hEoGpMwM*3՗(Itp?ӂ1w2JvRH>`yx(ٰ>ӕ!dt}?Ne-x^䅲vM6}'H;)3ljAmv6Iϯ;"vٻ+MЛ?[ASʾWV%_Oy:|#[F7*p"T&iZˬĊ$`8jU2=F+(3 Ŝ , anb2M+lpZ1Gexe;S(Qc4[GVWbb'/˛iq9ۙkƟY #JDf6%wa+R%ӻA-੷WU+:-9x pI31c/Kgˉ1I&%Y!SNIYmzġkfl0X*U^QD(5#Z;}OSB_ɰ`àfҩɀ\TZ, ZQ% B[/߀fᶲ5~)S_oᅴ»PPD 2蔩]5zѡeN:v7l, ̊z_ jfexy2WxW.hkWVS1#U+=I8{GR1^MԈ $g3"yl&M iu%‰ 2]/˛9D~e3&܃BƦyIXÜq*v-\/݃lXئę32Zz(u,d*9Ax:ؽieGL@Czena;8`1"nO IvpiP EcZȋiTc A9=FBM8S=! xү'YȴZ.0}5gڧ.rbRH\%p{}Zz~A ʍfⴕ7v{vf%ꬼ4RpcGТ7 tk Əp ~f_-$Xur$E4PK&H)a[J:Jh }jVQ;.#Dػ+=2L-ǡt7VK I܏ڰ49٬l?FOx-~_>$S9:(R7HgAZ.I]!j|Y6=ÙWFMƾgvE$ P<1 B܊ x g(l@];ۖ㚔"$b?fBb!u9,; cB0Eb8;NZJ3CXr@&7fC_M `/ KչTI9VKWU3PJ9=R#׮/hJ| tG1h$OSʕm$?85_^W2|c$,RltIe"X%%8VG9B'Ggث:G-MNMDp)@aW) sO蝃]PӉlnM8hyIaXCC/3 1ZQA7] p< LQPvlš\WRk ӚtNSX.c$ s$}/qCcg- Z3nxܾqGA H9Vv!sE\4dc?'j7KRb,WoU MHP:7r>W?pw-HB" \jrA,lO%P :k@@GIٹ;Yݧ~L6]b\1aAU@c 0 n:v.%%S?[IUNe,9kTn1Su}! RCZ0=;D2$NRotLjH;icɱk{> 5B |eX:K^s]vHmw6tq,Rhc+62ÖZnS!K5ƙB"m(_0! _}dlFx$WmW|#pޤ7tw'7H%\o*zbJ  ELWS5C!ܗ00>Ն4lV9ƅE:5 |M"`!+Za"yl҃>ԨZTwp|1.3`4S~>хnXGz-MĽo*'M )4î|i\k7Am׀=OHeܲ[q{Gl> ] ΢k1Y\!LQ?]5t>LcW6[~gj(5q,5QGl33G[[u02PIg!e(A?L ,M_NMyX#-k]@T +aSڊSL^el0oB24y"|n rrp޺GN1x%!T!9[ډFs]zr, p>gF'P m>:&WIwaG篎: -.eu;T72N2R\I$kvzs8HL\Lmc>@A{i贁Jxrz!sZȪ;i@z⠵ ؆c 9Ńu=MT9whD,7HbL4c- a=gΧ)d@O6zoP (gd /ql̑ f/<5+W4nbh:'4lRR MPI8 KBy잉%[g`邏u7(snt$XG(QW0V9tqA2OnFWlE2{P7on/鬅(D`҃]ɡ]#z!Ϻ8Qm26=NoYD;|9b@O泣wEFЕNWzt^\j ,,O7ePv_7U#Q|T8!{ڥISC<GgLg}齁 k-JIfHuxJ+ c ڶXMWeP nwɒa5,6 ^QxѤ|TGH%Ԩl=bo c ?ϓ' XW0Yċt +me `JD y-yx /f!kfjE,6"4Bӂ4RgZD^/j07:+yh !S:L1ʬ<4yJ.ď8])w+Vi% Íg{`?ۓEX1<_ 2?ZA1j̏Gۍ,2f$lůrh$ ҜB#cnz",t+<~"/ygF@gה/lKuar "l~WއSPS5~sh# ;UTv<9۝?5K#i Sr`lB' WLRoiN~hлTJ!і6i~OF'Q OX&G"GYWpjQ])#XdIPEJIׂNagGӔn9h|0pw;+OJ_sK-[VN⦪ܳʂ+b{ .9oK+,.`˧Z |~9lFS} BNASxYlݐ${`0v[ sUت"o V4yHN^W,36W>޷7L e"+_=U3ym~X2X"S 5踍,"':Dod܂Nˈ+d6{\ n]gIJKR!%wAO7Pв3g;&F5k =% ㌏tv4 tǡz-1{vHܬ?nGͬ!kE Y=0(N4o'hJaI wA}#j1-;FoR, .s⭳]~W-oKzl)%8VձbnW !&>jHzDž4)ڑT+:nI4-]ܬZyثa5˿1}IM%9E'RBp4zվ?Xi4o~jdI/(Q1R(k¥{ZbŬ4br{ x wSIxt@&.ꜵ&X{ Ph&BJ6 `BPv̿pwF9)ǚdv>(^~^1\ Z6u!qi?or-o.He9bɇrŒ[~Rt)i\l8FSfY`C4UA#sBk3\xE܁˪L'#I.08l h_i13cOXpc\ؒO3Aab黖 ^nP^ܽ~68H\W0c*=±Q ;2U5!5^2<{ uxU.E4 KkehQi.~EߞJn<磮KX*}AncdK+cƂA PDZkO6Me.O\zoo'2Cn{2\ j631NZjH`%'_gs>~*AxY8dMA]I2*@OYg"׳=eteK&3PQ51Gi wkDR~*|g4Kf:@xcaWr%]oOtOkp57IY? #az ESҫ\l@rlwRx *^\aM4Ygp$ۖ1b0mf2H&zCV"'i51?yfqmfhN&$s|yxcR; fƛ"e㚱o,no ӆ(OĈXR<KTZYʥfŶwaO86UR _(?BǎQ(P^L+z+\^#lmܙN\9qn(F/pO6`nd5)rǼ2 G^8At4Cuߠ, ݽ\OUtvF_Te.n0'hvVRujWzV$>5#KiL>'/f-&{ w.tzJQoUrԐy\啓 !8Az5?ߴ!p&X"{D ) -|(Vvo.c> ,4_>/o$2f^je_pI {0bhj>}r;c}˷621( 6 OGZ-k7> cF$`۹<^_#QsʶݢP\m: XRtiR ]{p T_ШA;\$ƴ\jw*{!)O*mpjQ?Qi]H\^4PzoW0A^rZXǂo hbJU8A:D@QR?:%Ksr:xy91Qoo2m-v6v~.:)BH lR 5T&"s hZ zʌ0"T+uZ9WF'-zOϗ\mI H{hݰ0칠]vv4ՊW|3i}N ' CFw~⇘ =dG)D Cň?F0XitGДQCn9W>#gV垸$Av-EV@Hp^ 38-Dl1z(`v+[s$QᎢoqL29[@Uh,({ZPR2=X3Ƽ9. AHϠ8lE?Yȳ̶Q;Sk{ܯsr'UnQ{w3!a*F@qsU?ztوe}?Q 9z}ՎjN6Yy=Y}36ܯw|@J;)6~rBҋګsCӆCFfݮ֬+[>!9+gr+o~4/ J?Jg"ruE$SkŽESMKY|:u]K&ؒ*T =y:[iDŘ߭J~>SWiv`[x,DmO'Oz:^waB侟 {.}#ޮswJlB_sB Y' e8yzCA *o6PȊT4WMrN>TH-}P9‖'twڰH|E^688 !HO ~({^xTދףς,f.K E?`YVx]R˵qp3`-"ޮ2m[>7#~'ʯl &#"emVn^mtܜ{l"ǢPxA)DCaVbۭ3T*$7m)١Qxm@JKь7,7.KHf+GRXs'򜱯]~#焐(&=oM#l*->hO@IJ)3G>:yC11o֡Ԅ2E lB{{ʣ+ 8lc(,nw;=?s#ױk^Xd$򏂡]9-:όȾVMgF?_AxEX5s誗=xh:LFײĎշqi1赜$E!4.f2Vieq/'Oroߒ{66-,u' $Ef?G^hq2p;+'kwh[^=ȴ0 /B2䱪`IA]2K/q9$ ,WUh;stG1X.#u)Rֻ2$3yQj Id(qek^ 9'È/rsX(uBs!s;rU=m1$8ʹD /<įɗŠ6~KW?{.u!.YUq#.`eGLn/X1ޒ[܈˗v|#f4<H|~cBCyޓH4'e.]əo< "C}(uPFCU$@ÔbK){w}5q6,Î_>2漍1{fI͔tcxX#t6Y4B n~aRZ7UmWɂG ف%𸵵瑆 V]ܞ˫D0aQ=]qpb/j_ڼ8U*&!Q ''.t>#¬];|n0pMD!0?l&,gUum ݫߢpEIݡ3\ާ.3Z't؃`To0m&Hd(X,d}vkYwF/M>n[Wx\tI 3df>7Qz覆zճR1b W3Fs 9AjgHر3x{P%Tg'BdП\A[C.;eBm#&{WόuSƝB4LPă-PGx@`ty E"qFn̓ hg 8IK9J<@VbB氢@SJ h(k3sC]J|68,j}C2Hj̬+*ƒx66k״ HJP4I_^#SvEUgy5OY|l nNKu>q#8Ub1MlS*lusBs4rd̂P6`:J,!@}v3_K5grPVA*q;S'yF`.)[C|̷#l[BmQ><'P#,bS#(ZOص HsUk(FF5 Kqs-|ܑ9[xU?j%< ֋G9' `lV6p^ek/A _%0#vϫǪ'-1oW;.- 6MŷaW)cGb2rs-:5|_>(a- L"Ou*gSNli7U;2 KAEof4-pJHV'!_j8|k}j3EZбa^~jVdVzK6&[R/[|E%4jz>KbbJ A(HyNʓGl= W';Z$cᖈl6S³rx"6/D΃{ӞYͰ*:~I-k?M0/[:Q`P1g4^Tr Y?,xyvY&It@{m33ߗ<ڿڦ;`A۫U12{9*m# -9GPˣ>r! wgŎ`bUY>=v  "$.+u<\hwz'ݔc5.(5ڸPgqΛf=#WIL7RxML-"}r .Z~Pe1.#0|p?IO@UOżJS;u@\n-[?hH{x!LGb 'Wš_)Aj>68~ȓɲCf (#B(Pe쨌۳D;bJI.%n4[|[W0T \ݛއ8tglqҎg ^8H#6o 5E$[\cr~ p it`Mv񍿺RzpCn>NJ2f׉玪im 6a!"XZCL큧§{;”~?X@Fپs!ZZZ6EN^` MT?Sqm[EԂ2jZnaX_>~aol9b t͟p1CY%ch 5e:OܠFMhjs)r#`VW_FHG}됾4/b4'iC_DVLiTg7mUJ@nz u)FVM$~"b==rԻ0"m;5%8KW.Oj)Ãq0oڙڹ˝ gTMH?ag_}V6졒,:Qx!FlQ^BK<&d^[L!0Z$ɓkuZ?cZەv:@)Bd:(YWw ?xIZcuقWR:L|E5-6;B9dA~P I@T/sT{j~ ┭ ^Xxr[?V{$CD¯JoI sUu+r'1 w&*/w%hGCmWt>AOic#} 8=*j};:v~ɺPU`Fzrzh~dGD{];_k K43yI6|EGqv>9D))֧M# cy tlpˈBNl^vŪrϐCdyL# =tJ,knzʼn H:)=v?kQޜ=OiK4%l8uwMtGO9 6]ZѲ;I72#m6XoZd~hPݸ.{ȱ ݇$ʖ\cqqA!y2{@,mn)gKiaG° xqd"*;!Vk= 8]7^* }Ú x3-/FY1rٔe6N-8;]ܶ4ִA3Bu،,HGS'mj#Za{K,ȴt`I3? =QbxL&4y-nĵk;p^ѪE||UUNf:lhL5["~')q |N- P[L'$rTT 091Mp~H$gh:B#߁u}@Ҙ5jeB3O{+##1~/ !InxPF6,gDP?Ԩj_dNTGDF'޽P~}M Ͻ2)G~@,_%Wf! މ#ل$,+B n2s9)Lv]߁+&uc5ߴ'3lbQFCD)~p'Rbo\i=[Nѯ2p! X\`A` Yde^8H%jAׯb:{&Ҽ{o^]_D|6"'UjXdj?UbzAڧ{NyHkavha@m@5t!1(2jfO,T<ޯfZ-kߜC)vƒϏ Bpl@:xFa&j+>7 2Ms gEaH/ۖ(1|-+޹1C Nl 5~N[J$?%giIi=yx27ΏKVֵ:RUaɘ1i,Am bpзX{Zؼ)5)X3匷y_BPOJţ.>8EИ%h"2ʅ+OL9@;.tՎ;V(:F/,ec%{s.iS HA*dK!L薖T; W=Eoo|+(6#: ׹v`ʹ0xV6AĽ~SK(Ȧ#]!&qbHz߱s(4D0iO<ԍ3Tь\例~$f0RCxu}bƸ3ԍ#]S$KOD3h 3xNHK4T\7JΥdB+QL*\.<\! Ph8 u3p(Z( !cv٩(/r\Kb5Xw'x#H3%]As($\892^2m~ *LH+}J {BAGR-WSuP="x4l`2\h[M},eus2oM֍1f+1n=IۥoGr7x40#f{.(tmK]7+3`kݬE.阔]gfs$T*Tg/ƒfv2J~pmzOEGέ^*kG{e7.%-%/s'VSWF'#` ^S/<8`7'!ipPҖAنHw7Ch YOz|\nwu0aFL.'/";R>2J? MBvMW!ێ֟ьN7)-}qk, ɍDڌf^ƨ߆l<1^ G6sN6 ^Ib$(2D@˸~yZ++&ĺ ;HI^s(3 4_{+ZTH'ʾʥb> zQ9ځvnb+Tm{x̿AO^ ikX|'Era 54Y"1y"VG؊ sT9( ׸A6GJ_u[4/.LnB#ϜmH"-pS3RX L[_3";HaX?B0ѕ,@.)B":K.&bobv#;V(d9^2= lUu=<珹St5u~J8JgS3΢ԅS O.ǵJ/6[>loC:,pQs χQ"][5N;y1r ]2Z&2- ʱS<^KGЁ8"nw`h 4Ic0!i5@oͧ0EcOy҈Eַ6]]KvNӟN 7P\F$&=l!rpX;v_BDaw :̟K-m:B ;`|^ji-zUC N/A/?/h;냳OF(w&ˮL'76'>W"xJH#nXBg#ziܦqcVu1 H:e*҂9E%k10{`OkFDt\f\-w;`Ӄ"Lh/VQ PzÃR'e48<:x/n94A>G +dTҰs3 iۏK{#55&Z"`ǞxW8{8wFd4bjyT$QD6eV2{m\vR p") vZ19bU1rT >>[V=IzosRM<8UQm8{t1mAsi#|uy7fŔDR4?ʕWm&͌L'h6*@g2PRy}.hޢ?N\lgJKn9d\JMK\ľ*PNSbc#$8y,jWʓ!,λcm7֥7"P[vA=ӱPalļ705GCA\p}@PbZ]%廓I6fZw| _`tbIi#XŗI9)\>Ǥ>o-N k9?mWӿݰs& At;۾Z4'_W^swd#Ձ3Vk6zRTBi6% K5l-U\d-{ d,5l )pc_CP>YmMttW-|]xҫn +9 T |d;MY3$ji6om`- 2 ^e'orʻ%_[fRRSQѶj{{$ 0DiwdQ+n35Mk܃ <*;GpRC^2Iaf "xܬCer,1 &o]&CaCZ& "ǍuSէd\6%~f-޵˅Ã`sK0rdB3Fk>ݒdU2V<0lAϘUP\5s>ٟWc/;C7(y!jG 1| "ͨ‹-U7q]9LuN-{iejxI*)Yn$ މu8&Fʴ ؇oVѺOe1:Ԩa_GQc3π454<p7Mg%)l)42:E_iZq<,:hN'z̺ϺQs>3qPFl{8{xrimF~uU4P.0!&Ri[`#8i%mO36 46:*Uw !PٽD7|p$ *Ժd?WtF6w"jڠ IT8G0t䩛[:__ m|O)ًEL1tq [ #DE΋bkݬLK![6v47v ( BԤ}ոS1h"-}ۇaŝ+D[dJMx5:N9E^'3`͎YqIcvIu,w\Pm.VT4q,/Kꏸs DT,3hōwʆOP<3 *Ⱦ|5;B C>3U+ZQ7ut35!&dBeotS&Ac_)DQ& 3b8x֙U_@)ڧAEM\)WzO@C_NܬWVQQpHf\,ĸ5<=1%BPR{te.{Ϝ5( yL G兺 H=ZƗhҰG.NMpGA$USm4i |j28(fvL+k|. )}ˮhlzoc!FaFWok$W|@coy@Kd.2ޠ'}VKiw)IF[9tuvf*W2 nK{mZoCUNK.cى >L䃅L*q\da kC|Nd0Vm[e>+Yl9f囟 M4Ű^S- DqۂQbљu#U\|h=ژ@6}O_!ѱ_f<˺ M; }5 DdQ)w h b{Ҍ1g?{< *،rhqW LtmڌD|Uˬ5sq![w tK OsXVY>e;:^MN4W#RJO'ppx%M^~L l^d+_F8l)SH #I}xMtʦz]]L{Mg?lqJ9}Y%`j_Zv\T\_V\Z0kob`QGd*>KeP"$E(;4IT9hwҹVrL6 mURʡQ%>&MCLBx Cܤe3Fq>UCȦ/?JbҺ+O-5syϡ'.7(R,Ƴ7%zY~2xi;‚̀7Ì.I$Lұm'/>wU= aWCH/m1,-:lҎBtOnVkV2+3#dw{ g*Xr[n^6a !4>M\}7A\{rs-^gS~VVnL?bsd$=)\pZ͆=&Sd57^rqpL42 `x.~&/zx (_$14?%£]eV=Bx$ Cin$&?nJ}8qi"KwâZ:l S;ƼsYfRyDY$IDy >@A.v>.0&otT4|Q䔩alBڸHG­G yf `p"T_x`=X73&D鏳>ZkjRҌA .MgNLԋ;=X(sVƾfSʫewUѶgC<3wGة퍈 =?)sO0| 8eQ/ ORS H |o o)p)JppU(ٜ{npG@U6T¥^R04xOGd!k=S%,„Yg7O4r* %Q6{iaH{MѽQ{*@fj3D Gc(r<طt;,eyxmޫ+zwoYBdIL `aZP`0PM8|SxDho6&qݬv'rv7ō"/y:p.BppMfNf54]#̑`5q%x,)HBfY\x#R#`9hu9D!.S1ڑi*]r#֔c64`%v#*[DhZ?L^>ӽ[2# ɯvԞJg]PL%._Tk;sF w[l Œ~;TѪ@w.l%cy=v=iF\] %,sժC3svꆍ\=c'R96'`D }vop0fTcxӋN]N%ihFN$"0Y35i;8mXIxZI3Ё iYZ# rܬR_\+ C҄TU2tsT?i\SE4N䙻~6{FX!y~cD<]A*JQ$#3QKӕnO;YwRhk Zs@ܰ@dzy(!g>-mZy=r,DrDPv vM{Z݋NKfG!q2e@SFVy[|uMX. TMW(][5S %-8EVdlک@ 6*&݌Wk?di ;A,S~'~ ݡy͘~WA$#q ->= AiZ@3*7?JYyh=8Ͻ(8,L*A#'$>j0'*GnԁRmsW_Ӥp)PFJ3U6V#:~a,>D^&w (VJKdb :3g;c/SŤRb͕ےL;9!yXnZ_g\!_E_tֲ_AY0 :qcfAl T.bLrw#Ki5sYgp[=6Ayf-%$U4}Tj SEe=E|D*d;xHzecM1# r#ui\k o⳦#LʁIn0ѮɣB\/lraN)Y!|5 a ht#ûљDh5`d.a+HpݱO وC4*9%CP>Qo.^vY2Cl^$cNG$P l׽ Q;2r%oH[;`zOJ9X5ͥ 2ܷfEm4,wJE`.O>sk(`F;&]2\Zh^ɋZᨕW/gfέ&_hr25m_C#A`ntI A~U\6?Ns~ E#G&N dSGy!Uӎ¸YT~[%Hӷ6{$߽P"r@|xfojhuM9Kʹ5սEEկ猚@bQcvJ $LJ ֔ڙ5h_i*zX[Yq?5[Z~96Iv. NzLI23NV ?Y= tD'$Ql($l&հM+r+:Olhbv^FOf1_el7f~u'Oؖ,R|.LD_M8)sD(w}q(!b{7C{Z0  HAq C‹16v|~W[ vNDhϮac"P+dto<%u:CH5'rJxk\f b**կվSRXs*Ŗq1g3vffYh ̃BĮCN#Uy Ƨ. .Kl2@|>+ʝiQ3l_n-k'Pw A 4#ea22h4z})G$/R\O0p]3<~,>*gN,5Jz-8H1kX5;:e}3s~Rסʅ~A&ﭨlJRQKf,\P:Z۱>;\NhA9J1_s 6@fHCZ}s6,_71|d*(%#`brV_|y3[ 2 ֥j6q9Y|C%pQ4{[eL|C }f4u8i܋7-YJ6%jQFҎX@J ӥ35D}u%G i'_^lT2 `Ё2~)߲ %b@@JZ& .K.w{ä\n96'b6/KX؋&9مj$'7wf.5ji(3A{aF:3>z\*cLojYtgpj&txc( 6FRx{;B=28(rշ2A ACQP!AW_m|4٭8!YF`֞Ն4&-reדd6R/C"3k0 d}`&.&OO=;(UϺCr4GGg;,?ÿk9ƢN,eM>M r7\n]Z*b9*لZZtfEnwTܞU^G5UBk΋=~͟Hꕝl87B#A{0KWKO|V"~{'zϺSXcLEvUy*]*͚01wnD D=db_eH./nz/ չG`'P(q^]sC^ iW>V$4ގXS k_U$qREޖg%F{ЍؖT:޹̎hCXVW7\]7) 39 W|ůA507—Hxpu5l6y-Kt*ʀ0 jLc.}sS0xa귌BDD:bX 8e߻|Tb\~/]@.>㠝 'KنN Q}z܌s]GfGV[%d4p3yrzzgGΈ*ۜ!{U☼4,Oo5/q$ǁa@w'Hg6RFlw6'<) Q\:Κ·F ɴ#K\.q y c\m~hճ5SEg7 Z7QL;upUʆl E BJʛhbep^^+Yƒܦ m&t yX5\ e8L|BĺM^ kASD?5$-T JCre\ %.`x~;2R]2UP8rER⫹+Y "_z) Ҥ)0Oq|9{ r$c>olzQ;.Qt8Γ ՠX}]°畛:9ynHpjoJK$^=0ZBӷbUGa%vu[bKc"tN~ʢO '~TU[zؠQYj.71VKR}LqMNv3ЩA?5~ZZ,3WKdC_|E܃B-y퉞'* ⶬᔃ {4%޹{ 3v8S| rlVfv.#:pl@4qM XG]5bYg(GK.g<{Đk;(sT7= n$H!U2MZf*?$>/= l7CQQ]9PDWu5KV {8߬{;'` 03?~thPW"Z,+TbU^%⚩x"5-ѭpQv9/A32ϯ՛{*ZK7$qؖB5BEݧAI h8,8`<:,:{FmLOV ЦT.%1>(@к;\̟r4&ַ`][ еp6P._kߛK:{$.i9ŗZ:󌌍1Έ2omq%r Sb#xn$+i{'A:;G^ h@{|rf+Pz+;Up 6=xnu8]4Ιʋk(nXic )訽|16zSa1MMcT!Z}nJwbG~*1S mqw"R;ԩգDɠẸa\_3QpQHHol7ӕWH9،.<5>58_ҾȦ&T'Fʏy$h{|< &UY>;)^HYXxgZ!mj;7`C5 u]4/ w197^#vc.i/o%f+h)Ƨzy.g Jڻg]j_}CxH;\"1h 2tۤyi A;R-W5x9o/xxqR,ͫ&SQ EY]\ʲ-fȸ&&&6Ҋ40叁F] u/?Lf&Xy;J8iq=BЎ.O&/ cjOg)C^_PR>L_$ ΅ w⍲&)mk<8w.?8Ķ%a$ kb{{&D#+7ea9>'dȧS1ƒѠrElZMiA<g]3wپַ[ Xŋ5/3vg; PtTg2_uI|ɒ@^Ŏ3xm>D](N 45(96T5"Eqřw3?Em,dKW"D/hw_:o!]|wiTõ;Uߤf>h]xuZIbNk |.-EFAUdx=)9%PZ7Wb1+Z(RmX4dʳFr̹eΘL2hqvbՂS!(w.R_Rn WFLca|qjr_>h5u3X{'.wwAMMxryhT:^ 39N$"gHOb_!<.xdIʈҸK00,Q( >f&vo|; Xab@a?SF`C`w7K@#ų9.(ՄޤM*C.<Q K _v@U2S(`ʱ'(ƉjViG${(!^dOV,%/)ȏV2%S0PJc/I8Y}պܴO 1ʃ5428 -O_֣K8HG>ݐ\?,:BNK(O]tH:xti̺,@] IV.Aڳ\}Ny 04ӌ䪗2pB)h׿3Qpt۸&+w?`6ZJL;klrpʹqg1 1J7z2n.@?ӏhY.}G5O97%Z$W/E+%n<3]E~ djluPaޤ )9 }~jlM e[ ]u)F@S5EwW(Z*Eca42 #\Jl/.Dp!qcD-SJ`QU]V}qģ^?3eWD`\5,@?U)Yn܇ 4I#_V~zڻCfeM}ȼ+x>0 Ϧqh\ ?÷d$M@DV&4φ< UcVM40dShGbFz[I9t hR߯3t;b8( 22k-v6;%u !`b) @? %FBWN ^"MpFA%`ĘLw 6psxƻK45W]5!)Ch& Miς%48Q./α#<'h6b97#q٩3IKUPHv2I =-^~f? ķ!AuOEnBR.gDT> BD#o!o=l뙴rib~lus|ӷTfbM.v6D.ƙW0>;$=_ oj^a b$ƺM57h0_m)NjAɴ2Ǔ>\Yapv}iTKڭJa F{mx^aNC) 6۾[[?X~@tUPF4dQy\ 94k[ j5GC" }RZDzj&j,4sy̿ >'Ң,.yC[\1Y;*%d /9gq+iIy[7BsMsA-^\`۞UYz+BNTXwojlGkG^+M@լIR̒aOZVb{ o٥#pvpUI&hMcf&tRx/@ŁP,wDZnѐ'Z_Mi~"[mDq Y|ixv3:\ 7Xfbu*!P˾ .oLA+~::O/#wDe\:`Sp5'~xEIǐifȌ jZR(GH^6 嘆}&"߅!W0wg+a>fJpaSE:͸WcNfkw@ِ9&:'L>&-^ D_-RZ hcHR ExDV1s"=&Vl(/`RI§pOyXu$TM ҅X< ]dc #c8!whps`$ 9"),fIvOT8$C;.@O; r6"M1&fg"Zv8#]Cɛ_O'3 >Z/$PkfL eGҨWahG;$wQZzxc)36ϴтnNhՠ&\֌<D2;$w34'Ku A3w`r*y#pS5<`k O9F5?Ӈ%k  tF&~n;EeЖQ8&iCF&8V=V'cOhXa5UMB ߐȱq)a?Qs2WQsh#h2Ѓޣx0vbA;ˊ#6*ie]"4 oc1SS\G-.b~lM$`-e]Ki%p'Y#btY̫(&9 2.}jdޚnJ ]C)3NFs NX''F/naH3]%,ytAȔڎb4_I ɋ\"A9C!|r?JTGt+Y8ſfu<F1X-嘩|=ng!RJdiziT`Y>A)F]PEsKkt 4mqS/ 4w%#W3ºt b5fb8v{,p/'^}ϔk,lO젅<|:Dpr V|pHX*,lb6FidE&ޙhYj` ;j}|3j`V5A>4ԻV5]aV+A@ߤ]PEqrp1_6&K{Lx2&s~Jܫ} ң72cWRq{` anQz26R,J-Upek#($Y&uǑ&| _*b2p '7/lf}>nerZϬu0ں$X$z~?A)8(rQ8(  v;2W@;RF&AV2U(L~ڃTVu(9{ѕN^:pm{T|+QK~)ɷ8W3 bsTFmWSX;LjW}D' v \<-8l7'2 Sndn0BdԝKˇ>n`ݟF-iп+ҠEPN7'ՙʣ@0 IS_g}b\DN2a _|7qӳ"i)Nr!)Z*۳*_ "* d}_dYWdriۻJt&`7L sc,3q_iΆFg.ﲾ\Rrm&+"e&uS"Ǒd-` |T%!KFK[H#nא֭x(*pqϕ fr^ħ5[KoDf /gZ(/nlrN{pp/ !p9|K<,47%E(N1bYcpH_袖aJ9'^&^ &O5lQ}? ߲v#{o{ͥ(a!Z2) UEn[;6tlH4qk)NOqcL.3W qJ[hh4̭ߓZqGUŋj5i,t^dž0TT>=MP/a0)#m|߹<)>jKF:I ַČ1Y]x ;ș&ΝW7c#0՝-a +ST3tGCi2 :i0P#x/FpeO!0Uڋ{F 8{bmmC_`5QOL2NOZ rZu˳#Ao̫W> ݪ[aaؿn8JsbLn:}Th`n*'oScSd8h,b\/GE tˆElM .Z_wNP Ҡ.=ΰ2r=efЊy< Sz#ӑTσKKZi >gL9pmy q -j Ȃ>{MAo D9 O6b5n86?YË<2l@~3\#Cۗ!fV'#ݕ,꽯K:mH(S D2&!R"B~DQPNVȩg({R5<{cFb+Eg-b&i86 g4Ukq?RA>f+-Zt[JZxiznӴ6`w.Y$/`c9@\e(,"TcKfwW_`^Vfm(ѐOp`DT B$"F*L%tp$VUN:GeӗIE]A 鶠Shk$h3 b40;m 0TY Y*)*g{x]_Ѝ$|Tyi#{,ULJ.o_;#V1Xߣİ ws]N{oHfC6 $.eʑ)r)?Q-50y>0Rk7/x&|~>~}g0E=o߲6R ZKreg,yN%/R{'8&YOu7^>Q$(@Y~\JOqfZipC2v=a ǐIx=%M:}sAin,[  Uϰ'okg-%8 UfRz&JGL:[]ZQ*"_z\02,vl!ҋGtO"/8_j`Ϻ`sDm]VXnqh9r]p~ H8>XUMyˊEX'@Q/쯿iﯧRjkWcn3>: n`#Ii ^0\lwc;DM@d-yky),|_&U[|m @ab6 ㏡MaR(;o}Ar7- H&hu4ɐѣaO k0ˆFK糋BVWKeiZx;vkD8 2R{cSVh‹kڠat`kީM(_j s~ d+,{IU\k,iN[L BjW ߓf^ɪҎ}]-6cJEJdęFag@)>C5-|Yr܁t#XNf0K61mwr%+Psd)~sqp| %r>;m fЇU,NlD t5Ic C}P V¯R Y:KvMy{PV"AP_R ['{ܬ]rh{]9Nuo>WQAdC" 23d?B h,jz.&? Cǔ!Nq3i5&ڬO:Gisyk))]SN:`T ZxgF jH~J2:>'j!ifz<*uSp4d+ߚ:'4!@G$6N15.XBf<[[w\☾Ic  ^O@+fHK*TYl1)|Hǖ:>|oh P$ils*АV8(޴ i^%HF?XQ8x:fZ=9t!, ^7GrLCYRn11%O}Y%{| ⒀[ ݚ;"͑;`r[p(24Gb[w35vup8ύ} m)E5?}M/_Ba'Bm~! Wqܳ)Ǧ3>lȰg6\-8Ђp/sXDf0~/$ M~`a̲qNge={"(wgUsn TDd3rG|9Df4X˸ped걁r%Ze_G}qHv#zYu>$)#\ *;=}r;H2t^ :/ȅD+A4q>+tz 4:U^7 9G4[Ew9#5g&_Mh%](w8`5V׬4Њef _JUzVxExdmZ|(24ot~q.wKw0zgBq/L9 2_kQ#*CE|FhXqUTP_?(%T ecg'E8/ kŽG4 i&(J-[:`b_Ґ#uTa.X?YA!aG}jomru$Vjj[Sh Ok8m`U;̈}w Z@P& V"~&KP R.d1bZ/dd>W- ;GNBC.̂|Eғ r4EUT&m !Y<Į3kbdZwW9P!\Vഡ@$Qݶsew ֘$֬ɋDB+޻=784y(} a,Pw"UڇCZ %K W[+pW?BHƬîn@fMx#3)fψ3\:ԣ@ʜ"t~u| @" W_]haza9I30WdmRpo,u2?LG~07@\ bc~ҴHV @.;IlDIh!ԭtUQ 릯ˀwȇ| u?$eW]ۊtڬr"8?n ̈́eԒXqJ{'CꡒFFCG Fok ZKdo$+$ٱI^1- -&q "ݺO. #Z$pϜN o:pO:d-dn&WNǯ6;eBLm e7ҡ9f#m%S8_@vMiOҜ9`8E"x-w\(tJ z|[-`[v&UtĊiאHrدԒ8ws,Ƹ[Y'{p=Sl;lZvY?XN! FAVa\-/J(åk&\.!HLP!٤V=G׉_,vs-l WgZ{Hn_Y6cHM X.r s|Byyع _xI۰Z 3u噶A D,, ^LjK5X5~Z>.MQP|k5+Xҫ3U.'c^[9KjL‚~`,H̀,jPfzZt vX H}m.̿q2(.5 O/Z]aV#'^۴< jlo_4Кs4!tO(W"@8Z! EQf{"ڽFFvqX1xlXrdtUb#+tbuk&bkN-7|[Ue-$]bmE[Ӎ:_ U^fu&J3<\k#c ĂtVdzB F1.B H͡I> tlCTΗXɟխ= WXM OjU*W*hG{EcGa%diLKOMksg܀m:',8N JfksώEAپQ C?0qZܠpk8s@fN̯#˷;+CSFU-SM)Q&+?FC `[RqZUb)a^{*I.fzIm]:2  tWZc7A AAkjb%hv='t=FLSX/'+#p}a+ $8ù[T ""AMS/$"~R<$ Ξ:#=p?w/z8B=N;y@H1},oCSLZGFb|e5BFmo#¨*: ɭn0vO ͐ AA֕ |Q_i V^˽IA-+1b?EGHدMjgXw͍%t˘pzdS(:[Oouu<}a|kv ݊\{pLeƁoSM6{@&boE'(^zpl<&_SdJ[_iS$WQKdN7 E[:g|Ŀ4201_3#x6:E$!f6w;,:˚,_a>t=> t$_2Y"s;v?ܬx)xj躚Dm)VQ-)v]I%ROxmbrK|mr@SR.^RdĬP&,>˩y>`B%O=~AD67yЙuKJe/usk4gkzj٭]~&|69pRn/n]#7][^NYv _؊Gb1;su1U!V*M-q7_f!Kc+%dt-cay_nd]B3\X(#Wd(w ȪU&vyVN|œJF4!âgSБk|/L2ЌSܛ׃8[E @:d)W8qT>rг1:9q*bh"dM 6$:AO%}^嚶 zRc<ӫ?&Z|Q‚kP^O1k&8ݘmsd__d."s#o`=^WoL/<|) K$ Ŗ³ <K2Y-ҝ,&#D*M^#qR- A`X.Φ*>?5cFP#XrYwt}=nQ=jJcDWZTΦ{{ (襹eqN9lGNU]=4.y 8 8^Vͥdց$"OY]-WY-ϴ i"+Q\,o_p󐛅g9cYPoF q$; 'P_9HV[>Q~;WV'5& -;XyUk%\T7eҲ%TexHxZN =iyx̜60M ;*|TF_6-J!9]S@.ߪA:VflHN>8'yТp^  B `)0J ̠'q "]RSBRpz#!kUb7q!E]<eqkn-Yb5vC(ƻRdEdGI͠ҟAZC>?,jP6=.NZ* Csl+Kn~\$0sDg#өsɰ8ֽob&ї-r-P^VEC 8Iz ewm*U[{k?T[#Hl#u`dtCc@"Є dpm̈_hF[40αD{J{jqZ#D;Jf$NNol#,.6u're`脴J,9;ysy!߄M9N,af!TΝQ6I0L8fϡDUl\S8EZf 7] 6eY֛4)tԧ4x|ZhQ_Ȩνrh;元`o~7Qqk _= T1W5ۣ'D&ٓ$EF]חLh~Icv U#Hbb߶ENyoV=VALVz/$NUBn)#) 6^uC+ܹ 0< xM9^9og_%Ҵl%ޫ|츉\ƴ0=n5Ap'a ae(&l NgT*}G3Rl$;^Pg_s밽ɽ)}]@Io)z <p18@E E&@W dFWeh [ܨDmE LxC`gRF}T%rA_&Lqsvއ ]7h͈[ԕ k}z7efoKn{`نڡPhbˊ*TZ0pR(+S +[ SJ~̘`.~c PG1c`q;^s2Z[(-DD/nP2/ܯftt*tԙ`Hgyy@TF ,ahB-::2H+uT.[ZeLxdm dF?M|`uph%k.GQ =5g8ZQ*=OY/ 93lp9J}oΧl;H댪/XhFS;"ygyO؄E<FY pJj*QNVOB*\ev#Ce yD \zǔO㇡ޜ&CNI9=irFqᄈq]4C"@6,zVex|,>d@HV"9Ok>aCC=f2qE!n#pdO-4ILKI>DByϿ`\X6(k;awmUz͍NЩp;ʇʊu){Z(㥗a&p[+*޼D,ăYRa#ࣷU.,Džb2q3coDY3.;$]y&NNY?\tР*m4 _9zkqYݩggvf@ԙO}BQ(B\SH0=^\3~$ӑ>wjPy1 =\jdl.fj܇a E}na\T;jO|ITR8{\n_${}bA磤R)9x~L2n֨%Xce|k6ګlAs8+(̤B0d>/=޴!3(˝Z9aN|byu1z4G&A`c_3~]+"]+gC+BxGAZ7?7]Ϊt3[yU f &"D@k^+꟪ئv}HpRoXP`d7u$V0@e_l0B:tv#L\%Ἐǽ)1.YO$*NT%0o>k*4n)~eDI!yWAb.N rHi1G5]ɤyXx\ƪ‰rkﲻ"UGuE=ajf=)+l;iqx+Ǽ0*ͣ'јa\2YM~}-bF-O"y"2/Fϔ " \shB+4ȵr&ci9Yy 祿 R ll ~J; 4cV7BI;3S5oT3rZ G{v.ucwcw|h jd5ʰN?+HeiÐ$CA8`I.S;u_Fic\.Gl@aX!PlqV*J ]d*2Az^1q6C֟guFGI1jWXpQj]`LԼFi+לsf?:Y;6F,,q~1@TgaoW^ mg6E%NfwdNs;}zyުu$]ٟLs w!ȇ@S`볤c[&IWbp;T hOm:lmѺZT;0IsfciBū8U@l<3**6bM薞[`|P]Љǹ|M/zy#}K6"px{q81,xFdIjJL񀙢 ߫qx7YqH_W(p``N 9 1IF-ı<; b{c뵸yGL4'L| x74Myۍ+IMHY3!,B巑fVӹ)@y$RjX9gI$8`[ԁC^{utU'R?AoryD1Hpo %gN1n&=W}GLB=ͯ+PBi[M>?\0P da^c 9:3L@ 4v9R7eElH|zJ;L4%KMcTG({Fa s92 %>3D6#-Tu aBʃliYnmp?m-[CXT;BlLi)!4daǡ Dj` QoC{`pH_EcLa/5Hu~fQؓZKaW𴹳P+Y), ;*V) m[gw|6+ɶK~su gxX=}>8En鸂~ÔHb7ۯ *0;{71j&cS8_ 5@-'oR :6Nj I8._X({\˷p& q8ĴJ&̇/S,+?sS)i? GsGhΟVxXu܏pdيTJ3䦤 *@3wE=!Pr/=yC(}tJ&DxYk%Meu~Ѵt?p,XH549lWiϔBҏt}gULQU$C,`$y\`BvC@-6CbT]DNX ]ux stupJ񐀘93{ vXtx~g,aLjS>QDX6%(5"/(Ձcԭ=}:EeffH̤gFv_aVP8"2 l@ 7GVD-([ud~.aY5NA#LHa#8ES[ n^Z)篬B T}! :@">7{ 2y-pR>/WSX5 wj"Cf$n/e[r!;(]vP.*xh(|J*uߝ1[OXtD"k0GU#*&l X-l)sG؈b}kXJKx7&}͆Ț6)z{BĠ:CT՘ 16̑vo[6CS1::G^ŽԘdrh{J\W^}Y 1W!{~bWm6-eteȈ-bA<0 }s/Cɛ-`쬸AQ_͖='k/Zu;TxS@0t" .oܨ.8x-zҘTŨI4Y:Kyn5Wήg;I[ί7aѨA?ń'v^TNY֢S$P?s3OԸ}2a,+c6 tdq\{5==ThLNP;*bp~_@pot{UyWJv_9>/ST%ghDZ _:G \ɲUVS4I1HnV⃬Il%ۇ*m!%?*cіI56y6ۍ@ְw5Kσ5b:GW_K^З[P؂r_P.% JCa'))!b- 6vZOdW!==kIErVyL~7_UbO%+JmM݊egfuj -"_"ֹaJ)l&8 ~F}VIel=/ΔIdyfp7>coQ.VQ'jCC(_Y'.7]Ú{7$>W_*si[’ٚS )&ʤ>[ӫ {gf4' a>-HBfXyG݊vK7zn JM_.a~!}}W:]$\uq/(UC'|ֱJ&glkF.0eF{ P-ԓXn\/YN^J.3 Rz6 |8;GǾsu!vxL'#.r[}! S2g7g%:R6H`s/ t:buySԽ$ӔUR.]2߾_Ge1יPp X$qM- o|KsOҀ[9Jm"1}vU7kܳ~ܬ$+~6L6,J˷hLsnh2M}F^%C QE%J^ߑ񔜐m@^WCO\KuJjAL.#@'kSYB||}?.`=ު;h>Xjaqn 0@iPֶ0Zu3JgZ1-{]B\ŵ\vh58&dB"t ׉o Hw?j|  \T]])Bbdj;Dp)cGܭ">0)f^~.uo]B[ &wC2Gp3i-d)KhKԨHJ#1>mSc,*͢ L)U@b&SD`.n ƹ:E}>P폁OJb}+[m)XZX?ոν[@exS )8CVh5@ $j-ݧܚ47SyQ&O=D/z4FÎ#͟R&E汦ݍsJSFIČOxyk` ꏏ׺i<ݧ#LՅ L3lXdx8L2<2&`yxj"vmFL(+)=3r}UWfF2q N/VJ,7> { pJ~+j=-USd[up3mF"EcQ#3>!]f\CC 豼% %:_Nok\O25#ٙ)qKBXd * gлV5nu ZcnkfJ> #8"7؏m s4Č1|DЫ %`Es M/X‰w{&$ X6w}Ti<9vI Fqa&m? 8VuHK@._19s8AD*v>'C7oF]B9h7N`z,$x*_ޝagz`>Ft7 ]_CV~{[Â8 ȶ ~r^<9 KΚ-2C7 ,o EJol&Ԩ9"&Yع 2_k,4/zBܺ*gRni pI®G!E5B!d+W-ԂBC"Z2A 8[ ?B_Nr@qmߺ>0yu1#]fܤ ,UL$T"IsK WqVNu#P^R͙C_nRh{x!ƈpj |J7%NJ T ;4RF8|eqm2a H~=@5]_8mjQalbQjZ'd:9s7\ﮃ$51@g&d  )qXU$(@OɔC*E$RptI^j~挽p>yRNc[,,Il(ڐU.hzU??Y *i`mVHVCa ڮq8+l)2DμlnU8(uE ^F#|Kp ^gWӻ/.F mSGc[g"k, i$>H CnAsuYy'!9WLm'b)v|]j^Wܦl̮0 WȽي+Xs$(y6C|xY ؙn:QP~u)Ts.vG>Z;6Q5F3" $=fJ)M]ȼO>XvȋGĈ_^OO*hdĀHpXfҢTW`0(p1\`ŴqaO%`7qiRJd\*-fCN큛 1‚A8BTƱmZΩ{R@X A=8RV5d$&)jcjzn냕}+b<pp Py~|maM9 vȀp2>y7#l[ɐ(}gJ/Qÿ=S=W2Ps؋2+,PxZ RUeš78c3+DT 8&!欨 a݂~[mQ 槕Y+T LKq 4"بp[HąmR2,;'^qZf JO;*Ok2"%!K~ĝܰsHýpcpvn3Y9U#L4 bvܱzSMSiz>T oJ.6'tS兆"c8=H烂H69EmKhKt7HWhGȷo&}ti>hs*΀Iqgւxwg-i!mY%22WIo/-' zCD%=x헧7JKVRU@xsafzi\`† (,Jq,-{_YKUQ[ ZZ C3H3s#!(4zj{Qޮ[+emvIT專bo{G "g`kF/35& 0/ʒmQtJs>]]r\IsJy:רm $/dOƘZ EsCSn|#QpWر'oKQ} K- L{xjPG$w-v/EǡCSN%**#/i?NJ}i1q7iyβ=o"ӡ׾Vd3c1oۦmv(5X,}mǝ(Qi\h!YUu$!#g;Kz_ILbF\,؅Bq ɵNi#x?y6"|ӏ~ikv+?ܥan*dm N̸9IW]+N$I(^ (Z` cmI94EX[]C!Kt:T *'+ y GnT8|.9\BO֑qPBINwf?U籑 XX ,Ct=fဌN h^|Qn6Qi3a'H<,DRcg9d~W減}D*C/%[ȺO蘐IQGbb/E,DK<M>h Z)Am+ /L;݂\tC )"ÖmfPJ~ ~7m¹7=9v8}# *TI:ˌGTta;)tI-eҟ"nXnҊ0s{_2D=V"eJe@(o^> a@L VEz J00) 'Yg1?&NecFx a k&mZcyIxe6G|$@Y"QނA˼vVX~ l.V`<|`^@Vצ'|DF H,DD~31Y!_tʙuMA2>B0Z*r ܟ$pdj&25rf8ntpiy"9#A+$]< A[ ӮwmeCfDϽ=W44|Ç7ǜ 7dlKI ʂͦŧWO߲*?tieGbÙSH>&PNB5^ +vNrQio.'yQ%F^)tUrI@`F-Ő5Jmk5 ""Ne۠z/l+3MLFʟvOw! ZK#61z=O4?x3(aӏUXȃLbҸwjMfNFf)*iqXIE1(e7uTNve&iʹD '7 Ѥ|bDKf5% 3(#%b\_%^](>+1UU~^y+ r6]S2dQedK_s**(Sɦ˥iMO{$g儢s hsc%׳+]@ڈ+ vB㋅ن?!7<wj%rtZAŎq*M~7ddnPtٮVQ#'q!Ynǐ3#Ϲ,=@st땽335'ߨ\-#$ rq};3j4]Rm FLPwt5)ч>42=SO櫦TǗNgޅ y1q\HBȂXX"Nd">qsEv8%B$ mO'=0޻dmD*bmx7bl+Wu5VH&lsa \R q?ؐ_l&EeBvU~@"Lт Ɋǰh|gCNxG ֭4YKLr_IK>`M8]ܸ$ 4M2jl@yO6w,RO⯛I.2_6*bT?2kttE5zͪ=ì7܋P\"a>WUkg6zH4W$߄(O@}$ެ8Yp ; }u~H5ph9i9kJy󎺕6D%eG$] WY%Pf8~ge8?$/ځCcԹ|'>OEi; n8;{ $ GJaiDpDDސЀ؀h_f$J-/Ob;ȩXS̚MK䔯5hqx(xê*\ƏP00 r+˱T*I/T1U sC7?}вʯ!>tt7TyBPlGm,,LI(rx5jH53Y+!f !3$EcVsW@Tj]{"[j!Vi9Yͯ 6J@4A vX|Ѥt'U)H=kg ^DyP&Glcx=5'racqil;b,3CPIWv)/OWn%FmQ*D,Yze5ş^̻~͝(l/0 e~dW0mBӫmIJjWsD;VBARU7>i MO KHyl<ҚqXkه rH: R#zEAT9wе B寚Me >dD~AnvIJ$D/Y Sz6x6C{VWK^9Jq1kt$j' !ܱEJ `iغ03흍?~W9/)zfc *Y_GοL@_o=RV'b+6bvOKXTh1!CFD9bkj,f^v8|CL(u:2MR.f1C~, aq,7~xc(&eAGnF?vA?HAכ5 2d FT3[:QXKpئMAij [-6z^2q@;{0~le_:xF_,@$#qݠ0j) mI"pZ^V>#Obx4=C/EHu&ƻAb)ʸx0Qww,KFda?~w&1lCzHB}]KA9IOgYYTLd6 `8zřG9]zGeOf"8b <a6Cޫbv6(N1n YC6Rc ~#xd])YKE,bDE2"NHo/4k$ߡ*ncx$7oGflk,x-l OG~)/d[/Tån1V\= #7 6Eـ9 g4 8݆k6)Z+MYO{9˔j CQes}TAd4ۭilxH1ϥ̋7VM Yiͪ6=C2+s˃|㰢rI+1I?Nf5 f:.|vW5cIc 9| Y/Gz9obAvX0k$ du I/lSx9Bl)2n[lFFBf#9<4u jKPhjz뚠P460`b2vћUknx8la{*l͆y5[ew,Ҥ>@:p&':a1qRy)կ;_B:q!ʷp]&`#ڟ]>#Z~*A¬9@d  kD{Vksxpk6j֡L^R#YоV\{ٴ4V1:]EJ (tn`ǟxc\DShWlo?ש=T^A0_-*E N.P>p[1!Q`L=e %scM>8cMue Ouvi7]cp5B\yk!хɁe!h[2RpuE=b no?$CVO9soQ!uC#C^c0xBJQj6D"=A2|.m]1)x5l Qa;-c=K2UO@ .=%NTnдXn45U,#`4 #+wr-AO- Z +(IU6T8^Z#3%ަ̰|4$_p09u]Ce`KI*ߓr 6w&80 {x$EZ|d?U_>"sR"+l]vkJ:VӒG+Q^Af!JgUWO啃{?QI11(IY%Lt*~!lx8{>eНq9t/]k6g @|-l9ʵ=Dc IFy \z/BPltB#!ԤEO}Q5N8kְ =^%FD]8@7B`A F<^PuO{PM ֆtEHqH4{5QNh!o'!'gky=ԉ-"^97bCD-"2."erwLeBgedVT<s*bME4^6%գQnlδrd@}K#7G%JVrT-zuދw9H_H|u̧h:o7>B#'H2;8&{%{\ Iq~s-ZT&PFl%У^Zr~8sb7~V"e~mLǿKV'%PT\(D_V7bS D'sPAɌv=NJJ?]w㊠883#lRƃ7 yCj?7[)W; Em¨C]C [>Lxltaw 9@27'pފc3~v!}=`x3]:-CU @(YPSbweւHlKTyTjE~P@=}J8o͈3HW}S'T$g K}v!N9K;' UQ[R2Ŵ$MJoC]C<ZݙbHW,+1"oF'&eɫS *s}atLb~I'ū<68I!X`t8!EOGU(D2C51q4z1EI?6 a+_a7v ӽ9 ʬ>S:#s} ˿+[k|AQYyXzvz 3|p¥{ـM I vu_HW*7qq˟.:~@?<ɞ'v jc BG26{\T+Id}DP°& =<ӽlޙ3iAhƍ'k8bمq_/TlCW\Ȉ5k rZ ;~gئJ%bs^:1/#y%uqs]?Z؅~ QcK|viW֬!c1bxu8`JX% `G^h"cf҉& j!֤\U4UwMZF_mU0 06D:mZq)+aEȔ&w }*wlci{g&1hBms)Er3 3tR#Vϟ:Uw,Բ#r}/b f]o,;1 4IիXu\/TA! RGzLoʀ7/H1[T=W7J%G]2/7.qd[ 8du Ɛ$XսKJj8*6 VbfeJbvS LA]+>t7="kȑ,\dȑͦb͕TQD$ r$y[Y>ۛw< 97 ]~拦u'TPnQN )vNߢ)h;Q8}`5ae'#kUWJgKn$4л0tzT6q;;^ .Bf9JvK& WH^/P%ǘ+A>GENB'w4,/X]iOE2v<99 C gYN[CE^n^H_'*H_;5+p~E4w*}VkY']I˓[4c 36DPިO``E|6o kCM0+ -!-6OaTo$g_h"%2ڑ8nb?*=Gx$oոQh673E-got~v=W-Hfr^ԭllJLYSĘf,TJTJepΡv (fw2X]z[U :}Mعp&aWQlş^{E[XNh\ x D2/e$C$qs襬Aq@Z:jJ4UKSzbU[ boM/Q`2%ն38%OG|$qQML=ˎ{#jƈ{|7RxDŽYꝩB*-D6lQ^`+1veUzS=A ޛ8wKtѯ`-I5@# jyX()6 5qm l P iϥ!"F-L993 :9~B=0kSCԖgvD:5n?#!_'X 1d֮]ګ̶Zv=[ XiTfׄڊ XYشqw?Zs;inCU1,TG8 |x|fɄXp^;Y}&$ByBN seȝoW*q4uG.ŖLUjfS lT6}VN)ҁ, Bo56p :b=>A_Hл\*C'9K{\15*B! R* 'з$ <&RM8qC]0.>* k^˯Oݯ7KRbv hO L;,JTJZf?4 @T%˅u+ ,c6˧:^OHOm'qI!Z*( F$lGEgC\'KQ5#X|\[7Ob( |yK/UtԆ".D֑o^PL:>E_T cM#u4-`]]n Tzau8 QW10:3DuhAܬ&&SCY]~Jfkk>Injfu%FҸM&! %?!]..x{A.zU:Bjwƽo'bٽp?"e&+] B0LV)2WUzl0;q$@!i.R4'?ღ'gB9~0@kBHNWK/<^G|Ys/8c3{Wy?)g" fK4+$_ &{mV3HuUH o)@p9!ϹW[ 45 Y#EgXpQ;ŁZd )v3(1 \1O[ݲ'@bDYE|F{@r_J:k\aHFI+x<_M/{zD̢z 3f';FTEB""7`,$Ŀ/'35ztiTS(lRLޅ| Ona{ FՖ=[7n%yPfhOPd&B= $?i77#e8$}1*,26U^[iPn뿋.)AT{HlrÎQ~c&N,W(iѪ9n{z?#wf͎y6kM2W Iāb:fYHg}ᚴhYC[P Ary'6C|$d*pҎM$o}i* M?*^}wR["942B93l 1| uJi"X޽G1DW67U>@b{l:4nj9##uXH;H(:9ܫ&#DDH !H,آf:oVPS};P$-pPx, :ܭ2,4\PFJ-n dfYh&٦Z\`_Lhr5wϮҢ*^p*X]CyvL ܈߸=T>n&RHH]LhS '3o/ ewl 7<&ĮDlz#&\WHc+C#SbpX̖617ST>+'N:Eu0yy14(zܤ)3r 1x)=Do<DY@mX_ -y ڪ0筈b#!M#K@o]~9:l.KKc&`mf M"cqwīɕ)u,s0 ˢ;Mc'CCI1bL%y.b{w^#BK`S]*(ިNQrk:SWr1i>cn{^Y]̵ǀ3w+na=pu9́FJlj,VT65_'rUIn6LDleCqX-xs'w")![nӚYM[}{هe]oAVuwVDVA8+Qv(Lٚ Wt¨MDHlʔ>D &j1Au`SԷ"`])`-@ >erBBV薯r^JLTN%.^Ee!. |B>~-C{1Pwn(M D_GOǃ_>Ю~&rTinE 9R'odD8#b*( Mv&3F6Ǝz]'":\a ZKk1$ x~*W<'HKo!ӊT7k"wߤ5؝zkAK,>kg`xt,\ll)5WVcé:w(ę-5$Ff'Y-rfj9/q}b3gOw67ݱM">0!.=hc, O]N#^2m& 4d޼v3 9d7]To_\reNn3jeWW!k<X\C60\rhDEcn[h,t/G=:1?:&ºf.<@}KM)P |HG,guLw6o`?B7IXj^M&Q z_@Zq ^r{Rrl J~L˽ $m7"4W f_#2L[ʊQ7@s'*XveUtJelnD>ɐgM_&R׽F%gŜ?%Hhס[>ӺRZ-^Jdi S(_m+w!o3P9G vzтQ66URK{57Kzy0RFs"CTWKq0~FETSHZ 瞊dƠusbcB X ظx,$jLV׆Vohs!>e<=%m=Gb!Ks.+β谲2] Q+^ěo(B>z(@H1Fm_]K6͞)EsN@ZK3G$I jބ(@N[AAx/I|$.-xhm{(;AJ8=?ݑ[O)KGfROtsicd(-wo=h]+VB~<=\=zTsPY7!6 /|ȵߓ sQ n!' #z۾PA\y3Eor7*[lNVX.w7#JE&zћ -ʦ|ǝJ*8]*vy:%,A h)݀7|0ط\7ky-1Z@8]' *TpO H(YokIpf m#%krXHg]ybZ@7+}r)ns)nϵV䛒 \tTsJx4po4D3Ws{Av<C0]%|\2R2395y#/az=]vh‚tR9XV~q,% ?=rs04(-SvJRۦyL7yE s#Iۊ8 b>Dvo7bQ!ig Cq854?CE3 xLJu5)i 1I,7Yxn~vqe\bm[.x)aDd >2'gb2J5_ \uyǾWi`#<z ( ̰ReTEsSv{=+z"xC/ma`ZQOaC(KY(O<29/VDu#/^ |Vͺ]T5EamS[\D >?CK?_ka^ -Z({>7?Il# &i2YB vZ[^D @|FuǷdp`/Yvj)KbPof۪Ns!,eq)'r=J+(P zN>8gql w{e\h[OnOx$\kROgMnv>amj<_2d"(~P_陗g ┫} ΀OMNx1%+A f&Ik'ȋ>Ѿ|^j;Z"|!>d6SȠʶ wx# zZOTPwF^O& rciFD.K;EM}Gf_)kTR+6G ,^(? :P/ zexAh#qy|x (W@jH/) ?h_ Y?jglQ?&pU=2`H)p ;pYAoskp7 ]~C!'j$C=)hi8S0R3ҜK7e`*pfm- 5ό<H楰sa$%s^0ٗW.of+$n  ^N#Osƪ]JA\)MTX˯8tU萫Xo9gSlSRJ^DrMx(1*zUI3eK]VPiB\SZLc<dDVYU0ZVxxVͶ7̜|2{T$2%~.m9~5m] R3μ`\!7R^qyDph%GSΣs*V}$lT( Y`qVR%^^Nh_ZT){QQ/!8X7fa7 ߌV4,`e|( Zt0OAe @qqHu.<!g:UZnw ^j@ }H->5 $mb%؀߯ϣ>7߫C;[$C7+H{cnfc;j5b=2QnbD"XxzZf vJʭ"_w?yK Tר%l6m/Jv R aֺ.RkM1rr%>ߑT) Lmjmy/Jg/DqFU:cXxq;đſ $a3+}4J#RUWO3/nlmbQZKO 9d}o` Z*huGF;̒c1x R ^ wӼGk6#PVlӁmdӞyhϻ r^C.Je煟W?!\C$Շ}HnAw;css瀊1sfs{DBGج&\AB*@-Dj,LYeosܠy=X<[w8OVvDŽ .핃KdL5_O`ׅ3 {lM_mQc F֧eWlxmBT P)X7&Ad̤7~#Nu-YJG(]DR_No{<}fye6%A vbaK2YqcOf%e;cO^W]2F{KӾdf !fv ^}L1$ :SU0C)ax<[hg[;"t+eZM*pƳ6H \ιچ`ʨu(^Bm)OIH%* ~Gg螁&'s0{`nZaSB/2*,;U3}*{ FC-~u@P0mZs "'-S_\[Խ)P v"6hD1¥ kO3{8NMtҸ7# D:pmv-O$,l?nmdwFD3]\<]$Eϧ˫_Ѣd7Z"f*Ў`AnC(:,N=H`0duG̒\^5f8QlBPXa_ԧ>z55 +o8=9~bpUtA7IhzP,GdGtYLLcgWt{>Y6>zy(:>e+)~2.Y>šE!upiWZ$OmDftpcRԤt }|]gy-~-Ihsz)l`X/BwjN7*d\M\j0sxKt)ԣD 5BBc;ck$<dGݖ}s4pH~EG oB:Zzs ;YC3c9 ޹U@>{xD߆޲2wcX*\ӠK"BHx:k13U%F R5KÀ9@JZTIi'?SΑHr\A@b5Ԡ#*B?ZЧh/;^Ԉ}9xYSb { cm ۙ}TyX'gxc!AFj9N dulA[K'd{IZB >CS)>*6rb(1+쒱RF̸;ȡvq*)'Јkz{-A6_{dmlU:.]rGnW U֢Բa>Eat#*-iR6.V0cg|כ9d0nWy8(yk>x ֖(`HD-zi'ubrK ([ X)9HnfL+nr ]|r wT,p4+…'U&wZ%2}5QmwYc% |.i1f[:;h?.5BB42B|'m}adz6^aWhzo(z@#!sw +E OkZVYp'zL4`aB0 #(v$4ªUKHZ5[{<~n,a ;殙c>r:6g6iZePLlO hN 39ti&ogZdg b`Jķʆ`ND/jJO>? 1gk9 & "aLIF{H20Dm .9wu{[ATb.hF`L6VX%8H1&뢾1I[PTniR7{Y~@Np4qS9R\I>jn=;o:~4Ǥ`ч&u2KQ&EékKV[FL1nAI֩ 7(cj_7>п p=O]Txt"Q 1Vk^8۴T`U0YNskȲ}ݖ`bChߒG5C+34z\߲JE̝b?ΦGĞ.> .suՏϽL3ſt_}VpHhS~?f /-~2`Ԡcd[ tÌÓ~F\{/PM9cC\! 9 c>YK֫´5ս,ݼ暆oM0pt$")LuK皒g7dOCy!f/@6 !W>Le1OW 4`nQF3&JZqJ%/bUxg0mv_fPmϥja{9rd0`8+2++oН/|E 'GfqPhn_MCM9D3p8 W_ЅEXB~@}cBdbiF_dw b:5Tv}-psbc0(# J7p" Z ĉ1:Yޛb׃lZk G`0GJ6ެFM;2q穾LT Ӕh<ƥMPxtF1f{"0-J6LUޕ* f.Jes]Bϩ' v9|:6;dJVHغ<3 41򜪤0xi.ZT -r@FlS$q,<ځm+%?tۣv 梂R늤hMyu.A9cQH-:Ot,#nn. 2=#@M@ )dyE%,%dʫ&b ׁau#@_23-8 {ŭ-C`TR;83 VLs29̞.m'J V^s I`{ en ?D{UI /LXaBbȐ xp:W05RШia+uW\_Sa2'_:7 dDثX颩3I~2bY%<;HxJZnj9IӺLjJj/ZZ|;䍁9e9qX!mg#Թ.uu U , yp̽H2ɳjlv'iQͶp ɒ{{j?IQ;owϯ[)'W'Ξ[)E0ZNVH;E&(%{.M϶=t[)ڤ_8Du޽8V[W=ZOeB'q;MyCcC4%Bԝo/;ʌ:ux!~g891pMi?Ӆ{r;}ǗelJvu$~k\gn3Qu;a'ǧo$=s͐?*uŞ?|nljVhqW~ >{+u8䡌)_nV9H^íhKJ]p+ԴIR-#RZͮ%oȇ7H:ړMK1 #{!Go%\SXib<%]d9@Q+&taQs*dfu!0ks oϿΐK0/4]* mss9(қqm¨-֒Ddž*TKI=lB%G(:S3E?˿)=,2є`ed1|;4B+#(]gH#ar٣@n7J$ZJB'*`JAL.߂-kTԌp\GmfeA*‚$;"َ;+@=?}"sCNpOU2kpueY*Xq(,dctqB2I9A.(ަM m|z aArj5V'@C3B'DrPnJHh2:؇宂TAR|qkJ${BcC#ҶhI"p Αn>ň}3ue.{'Bj|DЉiB!-JӹjsU,"Ӌ hqbr$<|W3J &W+OTAm2G_NzLIN0^O56C_vW)C*(Qmӝ,L=b9$N]B| a| . ]K)*u‹>];J_hWE` ^$脌: kk/ŭ$mswP ĢM҉N;o"4PB%MH`hz $^wԠר#D,ONX Oes)"ʋʭ Ggd:7Cl6@ Gzk&i}!^ 7Z6T}d: > 1!SVMnX~b/N&O:ZN^J)RF|Po~sxKc˺'>A!km 'YuBӁhQ&x̰5W!-X|(}|VݓC_ͽ`j_kݜ[ gғ"f(^o^WյVi N&ZL8rRE}։IEB3n"+و읠9dbrmg2d=@j،qcP=rQtonTJPC9uacFd!ihE\ RoӬ%g}|HH Z%wO )iL'|i n@kym0U7`d.sźg̀uN&ER{ 2f=CuVd  oGJ4ʮf&b>%(ABms_(J) :n?mpo4,}b5oh&5B2D  Nz}yP*j8s_Նt-Y7^w d6bRc&LJ5 3$me.l#@Xi:!*LKoFXƆ\k 8Ҹ<̐,  P !+jm57y7) d7 )H-[RW^ӡy/-U԰Vx~3t9#vʣ|?yR] _[D*ҁ˟gcM[ x̾i5[P, J` ~)FjDU&=r4*h=B)/׻c?Ĕ 6y|"޻(? a 'X%&v6B޸x@bxjol.Zb?`hiZe`}"F/F:NE *U9GZIJ;]1hg;H[['7:Qj;p5F3b_0o&{׸ƣȷ!I#&=|gJHz6BN١&9n: w m.Y9t;nnKA6JIND#lj`x`_P,J`Б CC,G9uጡZ$ ;PP>a/٥%5{HΫx6ܱؤj)%*Wm*7ZPn8F^F"b}R[WY2㟇}yFHf6z JI KBtjm#^0w#=D>npd^ڄiBS5bа^f T'?? }xhջyqk(%ʷEP%a(Ւ\P53aPC~ͤu. yI^9MJh4.|qSj[#)#=e>I6ԻʅpgBun`l94Sgðzeψ:3K Sz!|MwzS|QbdEonZjW]wx^!YO/ou`Rdbq Ӂl)o?R&/r ӰlT,-E_Q/d /407>+{=DRz.[@3Ilh44e7h=n4.*Q7!LA3,_0 6 <GcMO%kt^◀|YQygW?Wcs,@q7i!jqtq: F^B.iaI,[řhSV\vdfѩkxS䫍^o;<#SF"PEUS3]7[]PWaf_ܑT4}d89ͥG y6H,S 7{"ٴPPᕇFu.poU03^}icy9{PZddMҤNёg݇ß d+ /`>CKZf,y a؍p[ XguIq0e:h @alpNmzR;iL )CB\>H^ouH_޽gZ z`eݒ-Y\6X6෍V;!yg_Z+[Pd⮑#[&@]yee&Qk qg`i?Ī=2g0? d["ۣd$cJXG"P:=(`=}HsOkܨtD%`oIP]PZj kwQ _Y"-K2F6$ IAXâyVC(o;ng^Wf֯1yU}F݇O n[V7ekRKR?+ |h@u{] uI+N;; ifsd&'QࠤMyLǨi`\rsq~z}0/N~گDtơʏu1;/Bc-X "vjO5clMR :,#TR&=y>=}ިqeR'_aˢ8UN I>~jNY-FZVbz&Tq@Dj#N3ԡlĂ jzf( nLq[&`c3?ԭV+bWF Z^&' rK/eNv'^9w8Q(oH [=u'FVY]@̛cT:h!qiiϯUYH9f7D)݊IJSu̘ݷ=:%ZЛSD;\[ ;hQĻw@U3U f ,ms0H&݁L8Ž0^cN)w<-啂+>&}59~/L'pZ/q[-GlNQ42afEks⑻$;rhs!".U9mvAee`G DTC1aEؙ1^&Gsj2)B$j3PL.,]lF8PNAp3M.mu% Xo0f!6 ֊CcȸJf|PSEZ&+~B/{M6vNX/_K !c#9xzC+#'NH'$a#1ÞSC+\:4TM#xE~V,(oԯ!hj[nFܮk|Sw7 :>2̊ЦNpfi!\4!'! I [s :e0]Qds-c~-{#׾VOeM D o- \g$eH] SXOKbƹpU壬z$/GC| 76QCk}Bf7$@E%l[A Zy aI13.ְ@,-\29¤&痢|=jɄ4%.b-Qx2/1>]f>wx.^B@,_ ې\¹b#jߋL{cs.SG}rg ]WW^ÄKhUAZ z)iD1QI h*kQ%bg hXf J_cj#zY&%o mwX4'^ <}[8N7p)@mGk&dnu0ozS嫤[eӺF'2dDcV#8+dӜ n4k;d^c+M 8"e"0d_T X^9ffR?"XFxB&eyqaFk~gjFD, %4]]- :Vϙ ͱyi59aQ5s 6W!sɕo_))nP6ex&i.ef'&ᕍ:vUguG+'refs\Mɝ7LFz6ލZ]/)%V5Z#¨ &6FbqZ.SNs%?Mc2OG2V EiJo@]Nq+4>6,6hM4 kD O1D OU2dҁwiHU4|kV4,ittI_n;+Dv: @_NuoX޻jgq\5z囫_\>ԃwo= 8b1f9j 4z1ő#* H;'hR~#Az+Op`:^G%W.={ҹ)/[lڲv`F.] zUo[/Zfطdp㛦z {Kejw̹aųy|B-Ѡ#mZ YZ