go1.18-doc-1.18.9-150000.1.40.1 >  A cp9|hix~܊B$";',4rc$SK:f_}Tcjxac0;j^ OB9wP:!#|me1:7tH'eM%u?{TNUzDn vZ WƀmJo֣Uâ yH4ָ.qmwlp;8?(d  " 3TX`d}    0 u |$8(89 :F?GTHhI|XY\]^b8cdZe_fblduxvz$Cgo1.18-doc1.18.9150000.1.40.1Go documentationGo examples and documentation.csheep92SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxx86_64Mh.4gcӼcӼcӼcӼcӼd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7ff84eb52f3034ad21a79ccf00d8e92c29e6ef3dea181033a7650e5cdb7486d60b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba3ce82cede5d7ca4e3d86c0f864304f1b2a91fa2c0b799f19bb6bdc9635d36d24rootrootrootrootrootrootrootrootrootrootgo1.18-1.18.9-150000.1.40.1.src.rpmgo-docgo1.18-docgo1.18-doc(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.91.18.9-150000.1.40.11.18.9-150000.1.40.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:27086/SUSE_SLE-15_Update/1ff212c4bc801b41a0ab22f08b79660c-go1.18.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII text&ZytQJ)Nutf-8b80d83a00e21a1f7a8c3f786385aef6ffe95969916484274af30687235293aa9?P7zXZ !t/] crv(vX0x0Ѥ[oe3=uSV=[,n$Ey qÐdQ&JW>!#+rV[Vo!GeӆRY^+3\F*#d2]#YJ%,^5:*EV y0iVs}!;p~@됗w0: MBԓ>oצ=\t_zMl_)/Ic#7u(DJr*I9.X R 8$@8E`Ɉjhjܚm MX#ro`BTMr񃁵D.ț4hLfaͯp/BzWj35W4/Ƹ94=3olµik6&'o]\{x'%[,攍#dnITK2Eg*4TŤ3un*e̱U,+b4qQ/ꄊl$i8¸D`yVt'WO<5Ƅi+m)d#A EWi2KDi3Ę^|EmC"Nj?سX*@~l>3'ܥ2S7>bP}^IOh1ܒ\jfĶ`_*^)ˮZwťpYs#^&2.C7@F-`*vjԟ?wܳ|7}0cᬬu#yQP07W~px8:7oc2B4p܆3iBaKèFNӧ se T¼L:;2Ҷ ]L+bME*<`\e5AuՖomE$]^2Wt@/jq:?7#7CL&H- qZ29sy0wͶp,&GҸG8 ~+'ƟyV5֯yٞxTdWNml_.YyWK0a{e?0.54<|הw00dٓ.K"S6mA֌BY5m Š.lf׉h=TN-g#$y A/K|lSLu}c|>ƞ.앎`?/"mĨ{e;KD"(v&-8z.VɊ!Zn4w>gsl4sT0QDr㣈GE0t u*)J^r mޘ= SGm`/잓@{@/'3sK,@  a'}H\п:RO4TUb$@Dd +.B1a[%:;?i5q+5Pe.Uk/DwO(gu@0ݤD_B;o{@l&./ trz:v7w%S[~y3nO>d 'K6zm(9K]U?9]";F)|]f+Uv|Rb6AS!#ޚu8f(j?D [Tg*Dԩw7a?G3%jRzbn;ﰇx>apM+"lAcs| ֬ \&47ROl|9.JL#a&(u+X)r T;t?1_胃G.éCu~/UTj* v8.'bahuB U(q;?AiZ`_"y WPA|^._8wU9z&OE oX5S$@y[#2ǭ9f>ƴל3a?L%2wQ Db x, ,0|{3m ZVZl?\_vcd@T&D/mR1mj*`wb߈'3%Mخ2MgNTcDjy'ӛ@ฐ&혺9_ 5v"| kPzIotm8~xy[VWlFld%{U*%^)v ]!~8PR`fۺ w? 7 ]jΊE ?'e*TH̕ȷMŋl"}^B(zbY mfy(;%-!l' XIQր(xmDEN w^!oKB0f)vvMkrJv/Spsf,|e[nRdNhFQ9K :g:̜ Pb+[՚1Gh}3$jc1{Uj%m+_1&}2֕6_ Euk -@'pdw%Rts{ \C 8G4u_I/B𞐶*2A|C =y+V Uف6~d~]/SOwOpP_"k__RC~H)Nu\KpXc!+NJykhV.93 { <;rVa47%~%Zg_Bl_\_'lPNsGAcT/Ysݵ=dP;YQSc >9]z'ۻҎ0a:dNj+nOGYR@V(?7@(8O^#\M%I? /viD k#g|$ٖ6h\8265E!ηqPf匠5UDtZW4vr$P<1ʀV#oM@0X@]>Z0ͱ9ֵ8!I,nLwu+4UW/?TTE؜,Zow6A 7N3</9~CMsLiDzǧQ/(]tD3?7+N4kN! m}9\ M?&'8 h)s8- LHZڛɹ q?pkFJ]N5qV|[)$k܍ѦSKR^@\g6jo!p7֍ ROTfC.qpZN%'bV;|:U 4ߚ`7Go(#L5[QMﭵV%,A\>_#V{t |]<ަj0̶/[JGpwb15-{zm0 )8n+7~*yj_U,{E%/~"XBdS$M|Rԗ-gb.ݵ{3qmǓk=DW/hn %s̟J% 'h4oDC PL->-URׯnf+Jpq5,$ ;~IH7g؜_cjs5'0*bd=B wL$Υj\߅~ĺ~Z*oeĪy=\Yց`6|+ƴ@ߊK03hlLأ~<+_WesKqfKEf7JD; O/bXcӆۭzG,鳊Vy9 2&&,u:Lܷa ˁi' rFg{)>V` 0 .A$+&4uC^P}d" "kS2ϗkQLНUGZy e=)dehj@6ʝwf4 5S 48q,*n=ClOϔS/$>Fpa-nwΘGxu|QJtãR ^wPa!lWK<:\Wۘv@T JmwѼϳA2"0r`XA_'h_,dY/kg:z! qՅ @X *rԺ*zsC'8:ŏ(!ntIM*Pk!H.Glg6 I$ EhE8;˒J3Q͘fWoe3!zu'Ii$wgjp+@j&eR2c|xJgQm>DO=1ńSuNXcCiw -&{WJb+lQ؛] 8l_=&`՗h\ ep}C~X qp#}kq?&1丼!6U]5O^>L|ah+Y$oP|`qu]`G7_+y. fo[JQCp nY>/<*8F|U0B|P}ڶ"ۖ!e]k@ؘE 7U`zNNYs",x7X!#[W*ԗqTq6q=ɬzb̼6X>Ҩm+}oz"4mTy?+aWaeA¸'ѵiF,?6TP+!`˾g/,e_WyKuRZxŕ#n3Jp~!mB ߀ЅP ݵM1\th.ޏE%wެZVgKxpx Ff< 7M *ab5ƼgUͻ%k4<\-G9tAo$k^_q_dIֈd:,j6ۈxccdBQ y;yu4:Dͥ:~It7A n[h|kmL1,ÖHFZ̒F'c\FUTBB[P>WW'/t=7~lP'`; I1BSMzP%G>N(gID6se"\V'nrw~ףi\-ݓnlPi'u:m4T{3*I f ^"Ȧy|) |ȣV[ SVp7[oM0` E;\pKYwR#T͸N$(_KZ [4k"Z$ vZFǜ!P8Z}Wn9hcv/R]B^L^͚oH:vU0u]M%'=w/9k*P,K\!_k3--E7ꩾntP>K~ hwBk`Yɡ4xc2I<ъi9HoqQjT Nz,qJ:9Һ".lC(eӉf.$:ytLK AHfϸ-=&v0Q&PGVڡS#pܗf q%5]'a!_qryXuLsJ#Ĵ뉜aĿd8tq“#½bRP+8.ά€4az dO*G-1Qn3`/4GGۘDOGmd>2,+u'Cxt~2Vd‹KZZ~O,5 ,$$DElշv? ܫދ$a>ٕ3'LP9A'>2is M3!vHE'eWYwO3y!J?.FLD w}H4@6nӴm)~X &Ўx|LG c\@87035oF-&+4ݼŕL(zX]0T!Y-USZJ!0Y7<2#d3ًѝGoI}gq$o[bc?`W:BmXUlC)$H8fNsH؝_tNt$ .Q 0Q;)͵خ[(r|>~֟{I` KLs$B?vkb<8Ex8+\S?%3_kh!%B9x|URF]88JnQ>kε&1mg2ܽ"҃12MJ >((K2aI ML7k7 rå Km a,12]ZJbyФ#O?*} =^w蒸h8e v;aH%ynrec;wY切&ro`@b{p_F[0U؝^k]kr;dA{R6 (d|(wS *kl.Wp(Ax*I^WwE␨wa_޵JԳ׳X?毎RpRB%WԪ>yA~>t1O;o0>r}] ຽ elIy:e~gNc܆j4c hyxf-|kծ10G K&=\.D}q4xҕ^S՜UrSRPfCzIn ^"XrѿSq:Qtn;UFl+g"X9g;`6KHAfq>ies"]&_dKdBt'kᔆGV!q at10ix{;ol-Au %h쮩bB-ȮbII Z}=I*{ggR&) W{td~wR`׆+'x 1@k FEBPs׭>Ҥ%+H;&Sh5iEzLwqynɛyA `qHay*v-U)ILk'% 1z'YǚY氀}YO e MTy̞1LQT]jAnt&]O-= z l HMy:)q $_i(P#V8Q :_m~h ܚ|/Nbk^wh (,,VtN򓯢s 0q\DM^MDBhY2lTLўYSWVu'U<(05M r$^p\fX-0xme~-2/$lq ˗B@Hv5>)#֌v~S3_7O(цM{; 3N ̰QF50E^Ӵ1%B:$bS Y\%F?W=8ԹEmT I_ >+z}|FYcC-(ԭ#xvz3*ĒG)X`·# >a\pu?W'Uf9dȗ?nd-E-QtS.$*zw]9Gg8nmQ-z:=' *s r^Aw V 2dҹGT Ϧ4GNڈ! #vUfik=xm(4zrRff)_L *GP[X32$R6,yLQ_f-\:˶-jImLT o;9.E,$Y؊*O73ڨ>+~nԫEΊ@ 5|a@+N $،1c x`f"/_ql,f S1`D.KC!f[5m ay ?}\%W nOcHM?vLiK Aޑ(ɑ-j%pMw(6g125233yZGRv}7 ~}>́*_pNQYZ6NGW-6$~u=ط;^ITo/ @@yJ*Ͳ4ƑQL<4wW$ħ彞nS]{1W7"#Zx Y1T7.ayYy8UU*;=8ųً۫ps5j0.HQQ 6G!Ő`r杏R_]1p"Jtc=a?v0̷1"`z`:k( %f\;!=k}߁$utyo{2T&dG,`>av eV?Ms$mw̐~EW|]$'Px|G!NN 6iNJ nO?r%P\&c*CdXR6ZS9Y-t.O.FmA<Ԏ׀a~)7U(vLBXm䄱 mdyV*G,3,'ydWßN.GGy[RFj!(Hg2#߶zB2ѡa0jY v9t Ns(_h5vHMLIB;Y՛lzo/ W INExqx`+hi~:uZV. ptyMO Lc鈬CvR:@JVkkP* #R$"0X9:[|L C6jhAi5L?g>%^@6) f0[7cwkϨ?wx|YFJܧӨVݹ<|aRQ3Xj6lV bu%[䊖fGxp;2Ih7Ԁ 11&°K]MƎe>^B׋TwD({IԃsቑV.Wgezڗln-~HTѺoӈ3$: U#t*"4ȑA 1f8om{ӫL1iDs^χ=BlIƢcjyD̴# a~{ ^UDYbEd\K%?;Q*B:Ɨ?6F%&=WXWN3c .;6tx%/-̭UVLGnn4<Id^`.uq"j?M9$nH>3vKNJ_de1pm9Mkɿwb1 Vf MC_!߻nu!hrK'&kg2d%ȗp~MjGq,ȵEjb ߋ[^滛j)R8nH^x${r>4{1bfHIR '*Hc@|R8u嬱+C WM|Nl5j |iu5G2ӠO,<Ec 5(s3-Mu0ӵ1k8T?5W@%r@s=!vMbuA׷Ugr|a/Y{A2Hſv9D`LwTB<2׼쪮_umf?<ldCEDOB>_.)W/;%-u TKNp)_;Fy g VЖܽ3T(~J]baL%q.ݍ._I>h̓~~@skvO*n h(2zF1%\!6eG?=4ϝK]G!\;k'Ҟ'pQ\>M:6vf0C}tEj<ԮV-pQ٦~ )Pؐ_4?|ZiA(YQ\ywՐN$qj9O l,nfŔWI…_v+ {qg7ԻB<mbhP8Լtcdo=> d@%t؇4V$y*U~,^6DeM9)zLN01v~i jG1_@:x ~t)D FK񣉧wy/H}ceWqUVKxWLDF&Sʰߵ]m]H2> kr*IOh}(y"U!=$+a(& 8SǥGiBq)Y8kO5E {u2أENk_}'eX&/X^4I̠.l_XZMN4 ~.!tWV7PYbO3_'&S+m7)>:6npu\AΓZhƭ:D/UX`p7ItD1;p=Gf6*l2Zk"e9+7mB=GJ\ukmi-NV>'g/~FtD@BC Z1AQiJJl~E#uȆ?*9|B(&H8 o-\ c5!>v!il(+f BV~TpFr _s{E&b+l u4 ;ߌ.9롗QO L(PϤgY $C:9?֖GA5u>>'1udfZky`帺Zn*B)-9TV4i02_ċ a}ls.:\hw:US>uE }>3qrR a@;JVxĴGƾ-3@0ɫ [w(6Ĝ {iѡK_lb+@þ! (/8Uh 2:Sjmjeo5qy#dիM9DĜ SP.d͡Z WI1+p p1m1 BmV~@ D19y^GR/*KObjSuL^>&yFxXah [{p"eV-9'iڋLsi&RJ.VeCɦt@.Ā"l ?8!=,mIMl.sX2>˭(ؿ́׸dгŗqfݟb,o.7 u#<:9~Hr .:7K&~ Q }sBj(ڋ+9{J\;/2ɯTȭӏ<a^HߺsSe*>/KC^$<p$&40oLw byf[SIU9י}9.h9ts醴xC{p R֞! 1mS..3u?Z5q&bJTbw )7N<2a馅4g]V]⎾g_1| ",zJB֢V.@$DE:Y~q)i%'E5Ԃjw/KpanVտbL/ `M0@AzSlF>x܇=LLIjdvN; 9Cw~.| ۩-( 0K8ܺ;>(SXÙtp w8兘vgOQ 1ʨV~ƍ( <1ܔ ]kF8)je[O y!%,p ʁtAGԴ&W|8<-+њs8D DaC#[/9 {'uyW"^洛^8`5܍gS:LykIo[9M r9mZn-f!8F"ƪN*W?6]b{RCdL۔!omH21)Et\HqSPܤ66J3P`CM1_va5Bim VTVSIj+_/p9ux{ Cx-;C"i%ئ2eĉB4#d>G\@nJftw:P忙xغ;  K7:l?%'LHN.xp5FJۤ4(L 1 hLk>(BC"+cBI<#d Ae/&Q\x]fcDR#q nFvn O?<,1/5hgG(pWWMpW5^ck ZKTqwNv jߣOC~]REOi¦L֡/^]2$K$MLat|X>ľ\m5;˜'|`uFD-5Mw-ӓ .q!g|zuA ~Oʰ:'YئֽAJjEy-hCbMkZ2V5lKџ'  bX.ޒ37LFY,(}}C̳I! ix 3[rsL k._9K/AuK_6n_SC)ȑ] -\hW3xBA%\Tٴ~ Tb6HfFÿᖹFƂIrcDî8P 0N΂k ( `N鐼}Q $S'\C.TzZ*9f:&CWr+Z%Narx!XzOZK\I]Zbi[Faf%Eb+V 9L̷qr8I2.]2J.%o!BHA~\9Wh/LDU1r*DL1s_YzVhb c.-\ 'v1 |#K,;_xGXGSMj eEoSq5F6oF!x&9BU)+<+ug08qx^xyHD$o#q_|XGcԬ} S4$Xgwa e_:#Nu{Xoȝ>LNnuۜR;ᶫ3iѱ>+`Gq!BcuMSb񔘮3}jmi^;$|)ʁB7Xf%s'֪?bkL0H\6L!FC}o;\0+SR: VmIT^ AٍLj<KS " 5,kǶ8 2SS6&(!PdB' "C>1Q mP~ i@t@ BGWnɝ@|# 'hrO@$N;BʮR}f#$9˅J`U^mj3HXC,{HhNJa_xKx&oW  ePyCj[7.#ɟ+{Q[_SgR(1/> ׍Ŀnc8\Yu,WxZ*2_6mO7YSzgXjk&EoovONVA+¾> [["Phw)FmVSiy[*HFSeIی=;de׽uT`zbPHz'7`YhvT?6{ L=X2TpuEx"hd#5pj۔tr' >QN}zj^L8s\T6CmsOӤ Ψ>+ ~*؝^gC^G*YԋQU)-DN_8ab4L6T},5; /@+:{bk./4XB̏ƥkg P.V6oqRXpAOnǁ )t1WѦk"}wK)kg P-Wo(Վ!02mi:u75 W!͊zrTi=.yF6 P u`7=pFՖ@C~o\% Lܓ]踓&FXj:ĠbH؆c$%ujEl Ɯ @| KH]+<\ċ[[E:]7Th,ɐ@zˈ=[2A*9ƹgTltc+9z ]#Y:%Ll)h02\OҊ;⢈FgI-<~yY:3"}h|\N. vrvsh?|,u|zўk+RR+2BZ,9wEx_ab%یAx7jhF%_QlaR' m<3z붼ԽۜzoBTy\8HAڙեP#wjU@!M-XVj]4wY[+6g" e}FU~mFqWs2O؏ Kgt lv 6:򘴥`*seQ'y1;(mNowſgO&'Bi KjLrCǸU7 +KK]!B,˽-)dž$<)%:1m?hczn4^B^@3 o3C;a~%Ӑ/a2-C۸Aȣ!% |OB5pz=_n,j\1~OK|~"wU܇\xhg#?ؙͬdo>%>d0sEhLD43GTO%sMqV@N$烮ڊ{G[>;mc7K+eO/$UVPlRvk =튪Nr2`)GQ"~rk P'WH=d@< C4X*ұg]@}EWWi#Y9?,A,PȌvw!we1 tռ0KID(< |wEp܉5"γ4堆:7‘ Pp KUi: Bz`Vzq=V'@!eh622~@aG^^ r{NO;j >?;4 ~7}}"|x$79PE鋺R`$|e&w:H0%rZ|m,:6YG+~JpdcaSy+`22Sң kx\JWbY;Cxַ|ɺS,g'@7۞_߼ΖEh2HW =y},v[آݎZ ̶5:{P5tUXפ'IW<ڴqe_C:s8}E^muTEk;I3D9'uW;oR =fSq=Mp}o4MqB%voۣ:տĠBo=xqf_j{2X{=ϴb8f(lakh ζiOg>Iì_-U-u-])v`_knkVgBhydeR| F{%ݮ-mzi KlUnn6{;/ލdDe"W3:q\}jdrn&"/9>{fmppu%hc[c߬t6 J@_!7e9g;UBocwF;GncnvZY6Q0:\)'uCUoRR{\dS@ZO\8~=tn*Ovkdz!wZ6zY w;O$<H :2%%'Wx~/z.d7DEB4_D'8S,]"뎥ZNYWPgL㇇z[TiPaZtkt>pxpc4B F^=EER{AD}:SNEofxabR?#hQj-a;{SNbAqSLy-[sOU%~K:HCn_e6c6j# 5NJz2\w7S67upY.Nt5N7EX7aRة M#F'N8|$'2b58W}8J]? ~Kr$rCa hR-`^ qHn#قUt#䐶$vif%"=!&+:7:,tID +w3%V^o y߈/f߁YH^… fHbh+7 @xN5vT d6_|[l&KvI7ЖP6ٯM̪< ZE- 2IR0>~Z u{ŵu(ӓ>1iRSQ36|cV59b56;Hq rRF),ޱm'WJ7ɓ@aUP,v~'YĐ"ZNsſ.Bm2Y$) |fgʈ7/T$n$ QEBDn9ՋEU4I}{ީ9 _Bv9$ Q'{Ŧ ~K/Sc}x(V*͗ڬFޒRaTXZhwzsxOlr% e&9Ӄ֎)iNHAW.AӬ#]˫p8{irW^.=\+QW r+hяc;dZN=Ni/I3t`_2C\ {c8loB dq щ eYYx yf!B!}_/1:uh~0H]R?e'.EҨ7NfB(j3K-"̅7r2"jYSc0f*]kD*&,SG:,øfak(xTkǁO(j,-|MZvF&h JQ4^Hd<"(CГ-GƑ籿~Te a%$A/oONU|% C](AKWƁp:D+Dy*,=|7Z=) s|*d0/-ƀKxo`x(pOp9{L8v% WW;Cv,xc+>_G曞(k6J6=}cj 'HY8tq7 o3ˤVũ"@ay1 N< } ^Q ?"k%'ˆ{[e-uz*k}L7bԁz#|.LiaG5LJCoU[OͯU|oRA@;ёZdWV+^8 VRVV>Hes/282H"R nc`s%@r yyE3GD-&ꃆ i@ox81 c+h3s*϶_P =;廨og2)(NUєźkZ Lv}kjmzVG@_*G׌'Cc$AO3akZm!pian^b?UX -˴9WZcZ?vc Wd,N>l_c{)-P >f;Y&4u4~W/㚌_b`f!Dxk2gk%5TNU+֥'2ԞlPh)uBLw> 5> IQVa "l_'iʸO̰{~fTtH"K;6%./_:iŐkkD17CyJ bfOX0YY! T@k7;ARͅ_KBsߺSQij.{t|lo]QO5Vd0ts=^ϣ'(ݸ1w]d^"ҡ#زClG6N[MetMZ;Ѯzf@l G.y~[)ZC JtT&+dQϊ|@jVr݃g/h}CA|l}nSf"Ԛ9;)mB:pIPzhCgb_Sd&[oBA QvU^%wMvi LJ4MN*㗥pc; =Pr9{]8~GJ^+KE8fM%q2ɛQy c/q9\?a% ,D>4H-ñ5q&a{Zґq ؜քvX v(}{tAja8>^\ԉ6@[vT^SXNb\iQgvr6)V}jMtf ~UQSTt5 +,G]A%!;wvjEtOtyIbhLgOuvżMǿ\Zl"]cO!v2ܹfTUVlUςWS;ND& ("9<$|W#:^TG4(?r:Cwo%{ Wy`6:/8aè_W'cH?,6.jO`Fs,Oo2i.>sQ=N€3擖cen@U1K#%B)T] y>?c Jm=U{&+ 1ğsaO iabF~$|cj 4Btel'j !CGw+ᚠ;c媤k6"U|+ۙC c0()xn0DD yUi f!;nk 9?BMeOGI{›ue>R_Ir!$ƐlK܂t=U6r,,v#7+ 0s}xۖ NEA^7RM9呿/AQ(2!2\T}咔y<3Id,#Scg d\sz^+NuMR/>$3 f;IWa)tͼ{ O|\!hZj蒤R|94s>ri{3'S k|3FdrfDYcZy+x%/sRP3&E\vlQNK&!zknĮq|(U:J`C jJ6_HrKy^ÙbDu`|; SɨǢM-2F8ZHC) 5tt\lӸdXuuڻhz^[Kp?j>YA59~lU.bUmKoaVۖ~9rFqa.}'@^-!/Y: a/ Z٧IO*n1ȜaaI-9[p7yyn,ôBR'xFLj1L)Po `S~tmE q!D*e^=}Lb 82NCd?">e ܟoG4*6>2d5?214eN;RPQ a%vnczuti-|?|Wr^岌,cD8[}3 I2R7Z E?Kth\^V929v!K3},SQz||]i3_eYV<,,:Fʽb{T:YmIQQ!RY9,IH(SrѸc(l7PX%}՝\D7m®1-x6\f͈e=Cٗqu}V|-vS;.ajY{)? GӦm7u9Wm W^o~~qݗK^ Dw.K.,˿M<|_cDLZp9hin}"HLv`, %h X 4sZ} ?5"]$cEe2sۨi"o@^!*2).a?)1뛭x6 ,C)8I= S}ƑQ aNq` W ;tll0R!Q>*@a'rz_5<,slju1vѵ=/{uKUr|ߴ T{пX0UkaBA[ZAjҾ=LJBoLNCЯt]vkUa%h)|S_lOczmy\%J QEdSo9\^0G&>XA!6k6r(EBjQ_R4!vp#]ǕP`3ܱ |BqΡqΗ*pi榕n?B1|*rpRatDg{yܹ)M](6{J)B;2XTDwvgr$$1tl_2IzW#H1FAIGJSiX@=M[ -~` ds=QV=;Ճ!p#Hr 3yO@ *L-* w^ L ,)[s Y"(s- Wf|È:H@-UB|]c UqIsr!'ֲ@\mJڿrjqi ֬҇DFf.vl | Boկ-tW()Ti'`8 z9r*gR2X(_5qbeP3>өS;ၶ66DH]\"I(?ͽb- =/ZSX6Myo4ۃB-NRU?}%Y\!B(g ӑ+]A],s,=F_ñߎSw#@y瞞T/e)%͉NRӋm1'4$ݵdkW&BHbtT&D5]*y vE%g2e a_B?8~sq7I1s9'ܴbD~-!ȝ;yE~llS4 .&v|Y,M][)<],~S7JԉuJN7Y~ g E,.-`pa"to`'@OL:BM*jɴxs %2 i5tABj~SūEL8힥k #|BqY{qZ\p<0)6JӀ&_pz+g1"SdU<' C*̕$ "=HOXVYD|#%6Jey읶}pvE. T1|c{C֊nD255R(N9̲VA,c@ k0w,}b9B{EE8 U&פܯ7EOkAtw W"2ӿ3~@U b&Q'juu"\Gdd䫶>9ͨ~䒨[NlUFUϡUc@/sjșPWSfs[]97\ a Nɰdr!~0bto-o{[ 﫼y eLXkf,l0Ϗo|$ l`OZnDM-Bb^?rě+ P2He+/i8Ϛ9AY1(XMH^s[/pP`zq 3`EPynZ׊ qZTfwάC)ʍ"䕷0~[A&H.U_\ѵ6R ? \h-(Ll7wcgWJ|0 ^@X,M5wېՋlxZaܠG;5"-vjcӞUHd~~5Y #z:֡ljHu]Rqb62z72ee]p1)à(X!|ߕ9CA$whS͔_y= 0;mڽ_/B*MwY 34I &7]K +pJ}5 :Yؙ!Z:!H# hn7Gǃ8t1h%$3/!/|jt>3Fz' $HD0̰L!zKb&Hbdz ⅗aΝ SGև#6uK{U)x!:1Y@u]gyl˻ '+tƫ9X]V2&tWhSvKdڈ%M!f! ߟICt:*+߯ ?RC9U70kȰvgˉƢ2k~A Mѓm 2M 9^cBq)J&^ѯ֑U`"c^:jRf*L\W0Qzj\kM@ Pϖ8=!d7PB变pԡ,VbH#ᒭOmηb;ҫD5o], ۛ<(V9VDC:߾$"V/jPeI&k *4W˱^״$p ~<\xKX1.XF٢Ouh_`wrfIrJfEcQEl9Eʅ&8րE3Ez$WA<^ ej's0@Aʯ9GXj*C_|I:طc*iz:}Ǧ"up6@ʲߚxExP]qȂ *JQ HnV/>DXp :֧SkL{dl`醯d>Q/CDTtKJ_B{yRjEL U8f8`umkR,xe)ePO!-;T8@[U7{ =k}#%}K󭃐[31DeiD7sh&,rm 0Go8g5(goaOyJ#{&Cw{|T+:"NqvB*@Ѵ;  бk!Dնɽ?2%7F̪.j)诣Ms%/[0&2_[@XQ k5iĺ:4e"eI#c"VG͝kfOB9'3Ύw1Ώyp| >i\'Bjt]+47R-]b"2~Lm}e&ϲ0z|\{ OqZ pzhB頱I; h.#}T$BFgNbOs0|moۚ0Q;yr6"ڸpTOR ڋ޵+] $ŤK[l\/AW& @gQMb0KCY ˦N0Tq8#{)Z k575@'|8-,cL^@'2+!I!Em}KcEZ(^S4o @"֜gj̼:Xg(L;g'kqJ;z 2upY, #:z<}c]4j]m;eJpU iG+8UJ0d7~^ۃ-K)}fgЕ|^  loVmYӘANGh Mx?pvY|>l#%C)af.+wj!0 r_4"ׅrRa>x#;B'.$ɳV}%M9Ju%m¾*347&5% @^r>%^ d !XsK+0LmH0帺66bs';ݦ GVF3O߽N<2{}|YEK('"Toƍ7CexѭQYƽyGÔ]z30ƈͻK}ъNje㛬S(DL( !2bF4 #y>(IHty ־ !75Ms򷭴VBi$ 9?zÐW:}c,1](xXe?R ]s}!Hf2릑Ba3fvϰ^}d[&^t]~$_8iI?gVP.rvC$0*Zeyei_RZpﶃjA=PE_`nӮ!CR7@-.'W77.EX.RuAkrj2|U>l+nz#766L:["l06l|X,^J;'(7荷%BԙEʛHN3]5vx}k#g#ǵ^n~xI9e~ֵH=u l~CΞ-%w TPNN-.@.Z0)sjrknإl#XlYP\8| GUzj-MwR*Z4V|tlA  qU_g_͓nYs e#=mXX:ɫ5WTZP1w(%DQ)Ip8Zx Cƭ IyO[X!ZAY|dҡ o#tesx}@x<#C;h gE`z|V#A!=fœ}uIo[yF2{V2_Z~+e- >dUq:fba?N%U%0889P[]t]HbÕ8˥ᒢ$\A`JW$^TQiO)QSIqAŸI9 HMBWP-S%LnMSIz-;\}Ma;M]hSx?~H{OyQ%m:H9,Jve W|r5_xr[dnj>K !׈|E.FHzA+VI # g!%:$jB$1ZGz syqR1"5fw1^"TL:,Tـk`~K<dqN2C8|>]oBFNxl̄aCm̒". UQEWG9:ِ4{ +i#vFcL*WOSȄ e(ͯw45v[2&46?ހ9tagfq\Ӱpy?zg'g#UC^с"yve/T婞IgfAlz6ٱ`5mJbt]MS@ Ac2*uR]pG+2FQ7>k%qfAG)Uq;z(O&13b|jRʡ\|eqaʖY<YUoلTݕwL'SKMoeUppm[7A@'7rħ0LѽUzu`pP#?B9?>,CU ˗@Oi4LEJݢY^gf@j={&۶WpO<ʥfa%f1>8X.^u<#GXO :3bvrjZtA2ֽMyMٙzjo@cU;/tق!_s-yOic2 AcI+w$WRS7n,RR␗njHThUt(Ӗz닏">kg -)<<| xX;mUUez{c2A|+1L!x_$f TK8 2WkLvQI\Nfibv7tc8,RMܢ pnkv5Қ:fh"GҢSO;[gXzDlۼegRۭ!6[/W3{f8.L ϝnoMs%&3C,:4K.DwTSɱaBŃح-\!w,nmiWb>i_M-d\N&94'jL8 ryaLVp90.;󀰠>|\yE M=ٴ^G͸$hY`PgÉ&03H VQ$"Qx5J?g&1qq{(Uʣnm e_+b3gqF"S.,Y|;lH jL2z [۱qk2T0z 7@BӊCȕ rܼ;`TE-]!@% D<4B/%nAH| ]]=gRaN"l1:%k+SެVz@F؜G8I]'@j\#٠ ͢}HNP|E&/q)a3)} u-x|ڒBL;`2c )` ja!r?}e*^ipQBD ^i֫Ao߾'[NRЫ36;RV43aϕ[Xq:Y׉E lzԴL|=qcXQ$ 꼎J.2_N^-R,?:&[N=;ٖ` ǵ?;uX Ɇ]Rd*tH$xGxBg{t/O:Ϊ ;!Hp2X q>5ij3?١>$#x#qDϹe "^Z3]+ xAz:mPBPQ@}.m_H@hcmՈp7a>>#nQktw'e0ʐ̺0.^y9K dq@~xz /Y_ҨN!ɃGQAŒ tRi>.n-(ږnTPTbȎL9qݴ HR%Msr;ҭ3 FMRC&bݝ.V IE7YνxTR'smNV rnbC .]el’ݒNHk蔾IOA.pZm:Ez 4&gkDs_d:`\CfnyW߾LޫEŚ# 5Bqo Bд̫4D[+CLFm< pj@/(ԃ^I0Yz4 lPl40JRgF&"v1,jtӌZB GˣE'RΈ^n8_4[\AYnҴ6F6zݞÜ N-o(*z4unK RL >s|OcJ7 %j]p@>:ا.7zt`}݄hJwL5 ިY!|h>b}")ۻy]W oP }oP6ZQPJ<6s e?l ?pelî>[.8ok K9 4 & a?*am3p+v Ú/>{&t@o)`#-Igļ,ӧt-5Msnm\@|7(\7.21zNZh> %vk37hyi%/f)8 r;ܑ(&$*V|pMŞesHcv 2~| z|[ 04Oi $Q Arc, M/K=d_¼p|THϱ)4J9kC6ǧJ>:̸}= `i? |?3 #V|$ NJ.c(k^2SExH]=6U;id[ mEE 'ĩv!&= nnsaɈ _Z,?m@!<);`$|TN5^6%L6s%/fP"6s(3] >| Ju$0=%2%iڅNL!Si%]"]x(>G]Tƣ,FZd+EbD.-#,&K n&YY0I3#P"*D_Z:O7qsz%qK 3arY?]Hb'[ l\te#Ub-ZnE؛n!Cscr x'F0j;.zR_& ,-'ɯc3* .,"Qɹ ??<#E?F1fM kyckEK֜ZP%N^LA#V0/" oJ|m%Mhs3Opn'>lw225_lkcbeժ} _T,I' {G-t`o!ѵ٨\9Y~ ]y6k^VhJLH5>(],v+>hѝcI=imbz=7B ykm|4ȷ#e(=" dg]ᑗ\!)_W3ֿizNOEѽJezflFXl#/IϽu })rmNuWœWS""(1ReB4D.$yaPQGPƼگnbe`AugGM8!CÜAR7cskƇC l " MEDu،,K29GĀ5N.'U2ʺ|t7|$})@t<3T\%iRFҪjӡ9$]v}?Fzղ9@+Mig暊( E J5IZf?RsI>40I ɖ[^xratW&n2i(X0,(>g\o/ʋ$wkJT=gջ@ܳt_*./,u<"}ccxY0hڄ>m7+;# w1l{݀߻ޜkV#I s*B JEL,iqqgu-)_/Qi}C_a4/=W$W/=?W@~+^g{ z@UURqQ`cqYi h7ۗ-CKȌ&qk^N2' O÷p"l(gɐX%(6W6J y/}x.!e Ӛt _rW%T H]7WOS [pȳ{E -7ˣ+T)Csj1J7$%{%gg(:lP770eS&Qc#h]T˶{/y*jC}*+F2?P hdz2{+-`ӹX6-L-9R\%y3LV@fs][F\~NP9Y_AXGҴ %0M 2F7;xzm "sDl/vg8i@i# Tz:+yU}=5iuB鞅ߩwў Qn>hWo+(=DİIZ#.bxC7<$^OŔu :syk~wt+푋;0g"Fѳ[ wSF!,4TB/I7q$l7yf/l#˰ +r:=M 6W1Q:=fTuQƚO+2k `AZ5-{snLW2]U׍W#4 LzwuT|6'{ Aǭ8M{AٓGxXc ;atE5tUԖa?KA {SdLRfSN@jx>BL^ Rpnt7 1AƸ i[r"0nXX#g(ʩd9C l#\@sv0G}ާi([s5%h8l[#=e9u83s(F>4֟T0I%/pcz,˳,ƭkټٷT h9v>i<~/ c X1{TH'KXtd0GNecL\q4Af<tTRVJ]%^cFevS+u+I{ԩ7"n3cB 'z̫Phj!ÉxՄ@RR:7ۓ{쩘xh u9=bџ:Oo&2'VUbS͙~ڃҭ  AWwDpqMX%}S,Q+">4RcB>l R ; <~2DYV2Iyl2uyWnKQǕ=oȪkbx~8e.uC]beDfຸ4bikoKn<Ʉ8 @ gO~5-%E@S0 6#g٫Gh3vBUܖ6݇`?k&xJjU<~ lq/;}Ś\du 51E PشXAZwپ)1*߹VI80a ~sH aRrL; W-blIYD% `9Fav 븰M$hKţr^ Xyd؊ϟ YsJWp X';H\gtgeI"bS뻼 ek'T f%*Nn_pao'0Ѳ8ٽU❋L12;ÚA$%'Z16K2pnh>.Ye~|/5.FRM_tMFW㦰6 z@q_",nofLR C/Di]-bf́X55AO9{P-6euro$T̘3d@*W:C=?.׍! 2X涋#D.+kUހ  vuoYD5:KM⑭;i-ܗ%BF7'pOX9"DqKG~!{$`@cԘhWOJM^FMWF7 E[mRn5c91idĕ/ EV#ɑh%S7ڢ&&Oă#0`{iqVJ8,^ hz+&$zL[[ٴ}CE~,zl'{eW{S쑺;T1xϱXPgtב-DNfї+q#59}.Bv,Ɋ|sH)_7uLqIf:ui'}5Dz4[Q \b3Q>7 nTJ%p!_K˝qAY׃`>ŒK UXqR}}&\/(P */։R5!ʁVbB[ĤOYm;vS:vvAjMC↌< 1s]dIJ0 Cylc,>D_l;>CAp%YΎ恍3Ö1 IZ&b0rjo1X0J&DX!vXl-qh ^q!_.e*{ƭ1K }v wXuYYP7SlL@|Df;.B`+Qb o40aO5x-̙򱗯3g/0nϢBCkA kGsU$y^fcw'X <2Y;C7οpgVÏ0f[KxV>k&/Xu^#ZV٧\6s{$/}3's AJJe5I%ukN;*M>W8ُHp>lZL@'3QRx"p`k;O{o{m N|c3,߻Ŀ49'T%u3+{w?"yz䶧1IPDclq?#p O! /FD[6"i :kWH_wKWocCg$-Gfʗ-Hx"LY(viJE[v@h tB,.Й5x4nU=V<3oRi)}q&P-F1gGa&գQQD&HL)Ղue,\dIٹZ*D6%D 2`w˦o&Wl5aViKyW1)uZߖ"Qjiݮ'G&ɺ1m+_+I5%GMEcœad{5_i>:mK^< y֠e Gk"u²wQ653B4W~UHd`k$ ^%| T}THͿK֜ RHzNȳITy2 ˎBv! uws,j܂.TG\W?R|d "1zcha|\T!q?`y|}p7I{MI yKXI/) V? 8 /|Q\_/1dK+eյCپ=E>W2[OQ/ A@(%yEzW*KAeIݛ몌 9Gc9=tKaSp5c̪YLQn>K-Жd/өxg)}~UJ a%C)*@B<Ń8Mm.Hr][$6b*bȽxU!xc<e{cG\ gG%ž08#Anu徐_D?jʧ.^qntaGB{I-F+rBR+/VHUvXEfz鋎j\s$ًʃatb^sMξs|:m@Εm:To.ΕRMeu9~Z bΧ_ǼsZe))R7'V4,cKMdIGp 1unϰ.V>fua*.DS{_`F!RGZ^ΝaͶ0? Bpv$e+ 1fK}$-U~| F~d5ʤXbBh6 5_qלef砏r;Fu=fU[GD kJn:ǂ йu?1{eXT^Jx L\<݇<|E/nBA i8t ӽȢsuJFXh43K=. Cp&$l'9T张 NB nzJЪ &|O[ }./[9o1U3M4[aCGn)k|ԡOIT &N|~oo{n&_T.ν V4ZZq=Y s[nK$eQ,w gz,M]3uWć~; p%Ih3ZZdD;2*QfO;4Rc8q?Dl(hNm˖7pGɥ$t}UJb~"@Oϊilki 'G9ƶ`k:ꈔ>vS*2\\ºAb8V{E|2'vN01z0^hl5ZyTTã8mtĥB2hI qg_%?Ħۀ6La@% ݦ!QZxWY2OX&?N VR#V{F!?šXZ|Ogʨ?CsF[u³ԏ_ v$?34j L%亰g X|W|h&Pkt-|O'nj,Sb*ہmW$mǞ%*n2kW,M .uƘ.rQk6ˍu]t{i2iP8> YJW*Ht-O;J`ZkߔP1ņ#5ގRGf}*s:qqSCx2i aPLCzH)$ne)o sX)/|[a+TǙAx9 5V6@*XHNf͊G>m= Ƚo9EY߮@Wm<6 e̦%"/ Y9e7kN`1fOU-/c d3w=%[ YfҌenM顺aQ_@Rf7~% [=$a( Ybf\)X }m 3z R3OI!٠Xc w n|-Wmxhm^ ZzV(@KWzȸDDu5=Y艫qheߺ X7c#"-0of]-&fUYhus(N2tq#,tz;m9.COsvҦw:Qz]%ɂS  9-?Xg#pv⠖?zc\RS,ֈ1._! ާCdՊOClXu DK2/GF ;K&AmOwg=,Hq8ZpmUAm,?5?]>c9[X~+SLerHWԀbsFdPO>f12 Rw?NF * ;WU:kXux<S09MϾ]mvZ5,Tr> sҼn5&ETwxGB[Jyu[ NTAj`׿(^KDՇ:1woN`N=X*ZTr9.Gw)b0cT2J巼[=K{.YC ׾MKp-A 7Hlg{#/C (DOMFo L` *4O#|7B+-Zé}ɳ`uV. 0LgҫH?]犔/jb(pHBoJTTO.nb PT[/wI+9J-㞼 RHV:pz"׈K=mv7RboFm%pUq=ҭy> ֲ1nJ-GW Sp&+Z+p3 9ZH}#| &+q!D4 OrL&kLR1m⚯V[&uAP806A|K]Y*VuΛl8)&VI5)F5=U$`p磄} cS 랚t=32=7Jh }V"*9V;ҽ!~*`}A@Ps+L `ne,#+{{yejx7yAfOBq?T57./v˩(NoOo|;M(UȚ0{|r'A~Z 51w`M^ q z| #gfZv;2$=0HW7_NV:2? Oe^}4m` qclA+mwLpH;շ7'ד0),~WI=~V᪶;t3ߦ䋫AeIGIPEVJ9qsse"Vn8OM@gtN$,x'1lO[xj'H$ka \H4DH*Ż~*PłX]_ !%=F Rj&{1dYNk+5 ̯I(1=˛;fs<̓2Wd_] }¿OƩR a!TM̨.*=%Qq3KVU\wB SȑD.g|41sיcBZ$XwSl>b`E!洈s|i u'[XL|cUʬ%1p蘪X^Gl'E|[9#,o#3}QhĤD\>ڢv}㒨*E+rmص2tCÎq&XMuŸϫ5S?Zߞv3BOd{rW'۬4$e}8~gUsN$ؖvj̾1+wX lj~jX)ޯGI>?p#Dn@uР߆QTH^Y# E=u<+LKM'=ƿE6 "/]Y5Ͻ~}""g`Gi:| i3z}n8I=3 '+zzssB=#/)[y=aG.sb=~p.=m|U\d%8A,˜ʳ^>ѡב᪞8mKsߔ~0I4pӧ:=8q$vYy ӹ>+ |T-= &2P" Mq1}_|U^4oph!PLǑH: ?#z1Gݿw^eaybRA u3E5P}fywнsjl7:#^v rE )H|4=M5vv@? T)_l CG< 9s',{]tycqWaV<3xvm9η|@`4@-Ovvυ&rbF eX%qὋ#h6V$%\qL&E#I`Lo]‰= Om:pyԅ=r3݌+EU?R-NzNq7? -SmĿ7{4PRߔPLj.3ROnwH#9MP5[l'<\.2C+U+ƌVMe #yAl)+u%LkH?ؑ=VMJ8ElGcO lc.v%.$q5.rJ3D~fx˶}|xz 0Oxo7\ _$iA 8 Li,CӄvkP5KsMH $Վ4xR^-+Y@Qa8*<%|H%{ 厠C᎗L@J1JJqBlM`P1V8>ded"Y6LISՠn_;$3V뮿cpkLxޙΊPuB cԜ$I;5i~|a_k?n.{_Hx00eтT_24in(3Q\˿x'"R߼K:,π] d(B}tϱ?.u}~D~~@@xd:ǠcH+-դ!o;Q>9(?lPhg}v(uк`?)ć8'(z$i_fY/BM=TPim >jF"P}ݗL¢Р%;Eouv")*s}N&?ૐ$#u)qbzvzWr3X)84 @0X[U6=܇G^% QC2A \HXQk\a/upK!$ =@f{I/b^[21iz6p-6g$~kPx(Ɲ1Nw[:组|TT>:Tmdt˫_P_՛0E(@Vn8M(5*66rȔK(`3RQqYE lUZh7&[ɺ d; Nr<m+iNP@ `rh'㓸3rU U ӡKrXc ٟe{(foZARq $OJX6 ]JWQ3L X7=_MFVD҇ S'͇hy0 ʴiAU l'|nx @p'S jI]7YOV ,NؼZ[3>q1:Ѣ! Sq_48Â5iCޑ(]"ZH;dг"h!fI_+)S-g{ZZ J!Œ=W36J~B9ΆL[B([nxv]uދ?hr,TrgV& icm`1V\"*Tۍ; Q,ݶb~3R,r.ƈz7w"ްT"c v1ӆCrk%+|)ǃIKk7Ι{^$YV't'O(U9?PM{ce>xXY[c޴hkNs "<gkpRh3raM&rqZsȗp,}:Oy!waJt?SX p+\%hTqw?SUi}T\fʞ!w!E1ҕ1A̗g鰷j;)yݸqGKԫN=j; n.lJй^: S >Oy(zI#(ȑp B]%CefuI=ebbWg.8GzzvtT=Ɨ3.nxR&' f ȱ4!P{:r5K@.YSV_=2S`ŋI{ݱڱBN Q[#'ZhC;xLt ut&qSPBW?υtΝm%ڏ}؈=(,߇7V1{$GjgLqCpQ %]X"c@eyok 8l+P5}. PZއ! m{Je/ŹIPb/礅4?\K5yewhk`jEJXNmq3@{Egd6x/W"|'5o-ڌټ:%ԑ\q"b<܃ mT6Փ}K )Y㦁zC)>&#T;8B"9+& jJ }>\^ )(`E~ Ewx!@ec3jz- _ˑcʓCŜ$ش71tQZߠ*8pC>*pYOƊtɃ;[7?Q TK>8%-?AfzZ~Й,PZ0}{TWYe Zb7^H7h:=j+ꇬ'{AADy.<ߋʋ^C$vZ"!vrՕ6- &K6'\v~D&$a Su4{_`K;Hˢj\ 2Ӿl:5- 鎡.Ы2aء LaDVn@N!B5B N:aZ `@XZ=|-ߟEk4JdoTȜ.l@L*mo>#OdKXQAN5xFVBۇD pE.$SAttJ vMvc7"./3|w(Y>'v>(ٚ{Kg#ohÓ"#rR찛>wl]1x*lYr|g|1)s6/vL~OVQ}q6ٳ 8 {ԯJ!9k"Tw 1 8&z ߪ2[XV+И>hgIY^/XU~h~Q8LpK!XG>ÞgGuF]*y3N1z=U̟LBc\uMc KA M [c&Ifq\C"ե?dɯh`4>*tQK9EdT;3x= b|ף#TO7' W0E|r&邭z$Kf#8wDG|*Vl,!QlޭBQmrE)k9İN}_%/(tgjr<O /m y;J*D`c^ɢ=V$ꗻ A=z M -|$) BTuo7ҁ|BZ{8SqBة6J[H¤",IIgQtZ-#7~M_-QĠd Fg;ʾ.rtG|iUѢ6rǚ+f3^(^ICr`_K{6*yxOb~ml܋`~C{ ۚBv}9YJ'kN3]2)SY,0nb?7ŻnO8ej:t7AzG:Aw oj5Pܩd>]`7'dŨV)D4A QSkKOh81UG_Ic'-IVjđ Nl^`>l^1 : Њ~Kl1sQI;hK2 t4,e_/k ~i nJTP;B p9t,܂BçKp}{??\T heaƊI(XReM(~D$t?n8OB vhr>gL)_ LGPy@RP u^)V$SIo؅{ t΍3k#$̥yd *\[(|Cu588X z,ڢ le5RHeNwo F#f'qs,7 ,ݜG[te7"G;V-ou)}"Sa5ZP#'FأPc|?*l`>^0*_ [ \Dq٨j+׸7"Ӡ6*GN&_o]Pesw^6#*}-q#YbP0'QíaG]_{(8`eI8 mީV1Kٟ3|hZ)Ew1>7t"R_CKCdIeZS<؀Y*]p;1j_勎Mq =^0*45xsD}a|1/| WddG-9lTU3AfÀNޔ I6y%Zw%c g eauzj~p /ۖ $GP,Hl%~?h%S]1 &} 2!z oc9X:qQn Е۱7fZN9) ˾5"RsB S?lے3Q8Zn^6/JJRq<"!ZH hWM2 "x(O"=.U:?.Hif` Q jBtJ)mbmԮ7hCw+y3ͦ6 =BbMXG}oN׍oHO+՗YwY\p0X}}C?o;wOp8 ܼ`J 3C햶u9g>SaLS-|>t UYP:y\D\!]U̚~Jĭ3{f|2ݣum#l;qyѧC\\p[i >WaȄ ziL+MQ>:ln o3Thx1~2{(0ͣy档&PdB7*ญs< WRHrZ"ړ͢ !g&W/3]EDx'T-_5s{%=s<ƭ*[#vWxSvWcJx_|:¡R`%]80'D *1]T8;݆E/0mҬH9w)A#12 C *>2pg.}̧PVL HIU'C#dP"UcfY<*,uO_?>wY<D}'}]2Йj%!WvV$,ݠ4$FEnIDb>1 ]uȮXLau!!/Б0:!uu3M ]8w/W ~T]dBu2RpEgj)P^ٸqPV-C)Ʃǜ1L -5˚m=9hh RQ װu9C@ Kdh>DGW?Aiq[Ͽl$/λBxdbkNz#GJkXޮҿ"Z NoK?(Ww^m1ai> @5dQ:=NKx2mwHد,A)]3A}݁5oKj; hqM|i$S&ϰ+lIG 9%F /۱ЉiCJy0+@iHP&mZbAMԽGS5 :K^}aj VbRxQVWi9gyJz _zlg^06 D4m$;ߗ֯\=V|2XF^ѶON3N `\ oũg,%V7ZR6xPEa%S bJpTJlj`|fn+y)̼/t`~L*h~[@S0 4"<.aY\#ac/ d\x YA{urlhPa>pAP10m>;,'q}8H"ŢVMNvW #yHJGr\zJ >q.\2‘xu(az 8HfZ揌\Ia -,-V{W.4AlIгߤ =@HOoh80hV) \ ^VlwN1D;mXb{F܈{o5\҂Ep.*O% s읇E<^iu XPRs|"E31mw0w-8* 9nys朝x̙UnT,'QTt1PdGۿh/O$\jn8BtU{3mUtA o*8{ "8k#(7/<35AQƮ6 <uXZhqSD G.teE~%M\[|Do\ڴ%htib]9^\41 ,їzC]aؤ r5v HnCoyZ%[ȘxX`!q^t#+2u0a; 4)t%+J(ix p6&F U6`*U}fg?yeJ$01:} heCOU\Z+mfq1\/v3E3U fm݇vItT> ZPr cG_a冘K&h6N Z>yJ&`Sū嬼U*bGV㺜D$GDF+֒DRХ̓$O&Ϙ.eXEDT;Ubw?M<)yF#AWjjK &:aK0#'K-i@% z7+n `hwb˞W1em~S udJ7/ wvx2.- js;M/E ֠|M[3Avb9X#xK _ѓT$WA_=doduS`-RC;y//lϒ< vkqlPLJ8ty \H", v(+"(8VsC# '=.C-L*$6Cm0+È~"mY$.ck>@4{e-~8U BLjf)ׂ~.<aE&tmZ:DhLw_?'l(Jk|m˗nw9m\.A_^?ޠiʮ jMb  ^h,1\kX:jG6otu z R%hDZ1?v$L&Wdf{|,Ĉ 'QR .D +Bnbmړ=xˬ+ Rz0#i"X;W/Jb/LJvQ,;|ޠ9\=r[r0ORE= kz-2 8G;Wh&&$9 6L:RUWtڤ% ;H-5> ^8j~!ůdfK[dD?Q5>sڹUD $qd1fCDI IޟP fe{ j 1~#P^dqܩ*Nfw>T/u2D91n[8cD/]Ib;aV#;e?b}<3Gƫ$? w[byh#I[pT}c{mD^[؁5.Js؅ƾ)gC%/0[!/s{b…H`SRCSKv1&BrrsVwz©z/TXR(' TCʄQa@B;lU;fn\0l'F+ [lj=xZ.ބepS+in_q>f֘X5wk$XR=1*쎧 {fPRTx;OT"2ڀ,-' 7L?"~*/4չO>hP!Tbgcdv_fH2!2\- Ie{p\jE h 4;2-͡@('GC!#=epo_,`,Tՠć Lէ,8 pŸ*)F݋fMꭜQa_/yJƳ5 k#0>u*k>9 \7?GiᘜrAX0) "=% B&<_wZh5b ~VT[\xјFsV8zSd큾hQ=Bؐ=1)VDR$!xE2di?qހR ȍᗑuk*`xw_S2gUsi(O-zdW5([VXz1Lm!5DNdkE{̰y*)*WV*q{y!v:W֨9YQ7==Ae81&ԸߨYg"(M=k_wҟ@FxZ?PO,B=[1Pse]Sa]oy4\H72.ql4:xSً &ҿtH؆?=L'MT*`Dgr]]NqW棲,ጠRS(|楳@K,_bxW]B1F(дzum'%Du@KIOD`\  slK#dk(Հ\#q åvG}Ŗ헅1PN \i9_qZ!v- "QP Mrvtrݐm 1 UBY-9ma ʫ/hPUX7CK(s_bǯa7y%O(n cXZ/Jz x|:6ra>/Hsun nD]  \iԗM}IsDݻI(j$ G8f~F\34zfc~oQ'IfTVSp'(#;")t5rFېhṅL)L*aW;S#SQr7yB֎Py= hx['))edD봈׹@ˇPGy>g0?iŤ \CMQUgn U٩4 t X`㒮נA#d ӉăMDoU)rhz8=N$]!D:y}9)وxK`fBKMc)Fٙ5{3hyMޒ`3]J: =b#HZ@$bU5qBS'N uֺnUh2 7lt*χұK}W,RmG,w=s!2RzY+^HQ4$yM/<4OZ:698+>Pw=O`,5 .s :^td&< 63u̿l$,bG^v;l QY9Qmy4 h (\o=־byW_yk̃uZ{S 5hĥa6%i/h$_QL5eg5/ i+|oҠT Z !xԀye?(hKg%;ÖXt$,PqYֵgM'qOgՑ!%vYhQ#k׊ŪY:?j$' rZv9 9St,#F?gFU(0SPx*;45(䕹՞.g;V8^M8%4V{rJ}GTLu \)$vڋ/u Mfz6q]棂k$SV\yHKuLCQ\>Jvu=m,X7qF>$4ݲ{[3 (O7@ p\*-oekGpp x=1iEiCsGI QK=hϒΧT Vq46F9pz^{4dk]N(pMuowV'<+ǨߣZxKx5#,~'8918G5~cic!m'a ]I0%ЧS-URh(W@Z_RH00|AGe&x$FcVqJ,.0ٷ prjӞY;ogDpd,߿40fw_>+K1f(A{C뮗ikZt]cPN,fl.6~uvr"Y}slN \H刔O6Xٚ__O^GlE:. `"_Ktu L$K+vs4Z-<"hLcm)D j\AWTV!fgk+FfҒ?m*[x*+`^ڊoӘYmT u5"'Q":1u/PH'a| &4tr|D-VT*Ʃe~=G>듃7F(aiBEdr{/ VVJ\g?3Β1?x{hc.2S\2Ay VM$oG/MXo|lJpL*0Ds_[5ެ{&}Ƥ-/-1UK_`T }eJiFJ."8ʅȍф%Q iNGܪ d!Ed7̃`u샕h=_G<)Xʇڐ ^qS65*?hR5M[?ؒD#/co|m a;K1w2H NT[u6e8U zU՜.4Qj)о$C}dJDp"Qt!qtE@Gcfx)bD"[_wmMEӖW{bQdJ.+@ S[뛋uTS#'V:yװH.;8U3@LOpQu [l#iqG4hHqGD #{` yԶp~fކ/z#Q2AwY[ُZ0%G+X^.x-z#r4Qw[C+VnȿNq~FiǸ][J|`r;QV3oϾ;'R褅W(VjΘ[ P}SQ؜Bh/CPՄ*&eiEҔ#pF꫉MS7D'uG.h'G'3Yx\+  CnEFkgΤ< Ь_ ;bF 8͋ ۲?2!w"ϛbZsŚ7 麬Jĕ?Шb@FR;~%=V &Ġ!XFXauT"4/!(F:^@3(DyI $Rw0'`mcx=Zͩ-Lwfۚ5"Iד}oyhsoݞo?󕓯R%tK|4|vU &.uHu<P s-{>/ bZ'ڜn.L7tܢFCo1f3I:oȤS"2H!kn7+0?iN|I5=߱jD+l,Ջ ]PZS>Vv4tF,(F~I4r+k2ìDHbxob>̧{q Օe7W97Hԕ*\a^S+$ꙿKK+^ !,4ˡq;i\5m\%qp=<s~ƮQ_x7u5Gf8okdj41ҘVWU& X3a fߠC15` BdҲ)[)^0cjzW3QK;xl<Ao~)*5\:xKHFC=+ =Q: pا PoOLcʵ?P퐍y cFj"z˜]*2wMVv5uZ,Ldѐz\Z'fϱZ3(hmP/Bu<v6$߰\~ )qG:|Y~F \%t@r1d_hc/l07;Ml_fOlG#jغW@rRVZlW]$ >3hnu!ėJsӻ!XK cB| ltf,uY[םPDEĠI"FuÁRKa9B$zBx RotzAtEz7՜[ժ>?slrfvEtÑM6,+$?X_ ˨ -~uMOD0bC -烐]tQPzi }52EpqW:6Tl]k0@VLw׏x>4>%{* vѹah͵nV GMQքMD5)B<ǺV︁Px-"XrxK?:W{͚>asDvx5p'KJ]X  8T7_T{5ܫ H]3$w#2b5ORL3Zqxu!p:μ.Psu԰} dԹ̓ljs359Tcg8:)>p:Ș]{>:֌'CH+L#V@>2F.xnXATkLx" xɸkH|{T^kKOd,Zb$U\tG̖l1XXŃ[eߺFycދ/ynV3\!א'aH9<;=ܵ1 K,e9~~kvۆB-I4Ӂ9M[L'"bO"3/q}ΆL 5<ZIZlgh#?xŐ#r!=c "6ڙc`ue7gx {; 﫠 ;ο& BCkq٪q 4RzW1(A4 TQC)qF^ɺbb`Q^+F)KcEVQL B ~Vl{S LuE~r/5z%9&DCh5F3$b'KIpkL7xf$#4)jXBOs!TRzDI!Z5,+USP pЄ?1onT8(c\ˊk#hr iCLYe4XaJV d*t߫SڪIkC/~*E{X?RpalaS6>P-ue %x/M>f@| U2 )>;#9sA3*ҋƨ-'Y}tߞSʳ?3yB]O IS^N'H[%ˋx+b6zө[f[!|K+*m0'R#' OϙTU/ dGFdzuMqgNUbƔ?57h=iz-Zy{0j-7.$b&6Fj]Fs x(|$/?ViIBpF aIwXp-ZfU&%<-Vd(bm7e` 8ʚP~ O< wp O,Ka++eA ȺvKo'ߢ|ؒ`-PctdldDi aw7il:wEvqe_Xߩ$IЕ 4-¨2w<E] a; X&{N G j f'bHkQ{Hzi wxUe.P@\5nnF"(cxB =< $GzWwD3"fv:Yy+C1c0Os%]6߿ݨQv-B>.PuJS.L, J3Qo&v"Be7cn"n]47}Fd٤vZn02۱Meg"(=yVg9 óJ΅[u&&ϰn덬Pk2 D^@= x *e_-c)e] Ap~GO oMds ~Emn~]IG4c%VQA}yOj26sOb=}-[QBl7owrr?߇:9!d38, /?Ql}XN~hB0®fjbp\n(Ԑ++:& 7yΧGwMmlBvlY_&DeI`OЛ F]"_ۯK uzlM/i(|s&q=KG5H KW3赦I|z..P-v앉2h|,h^i5F+CN-G,њ5Ԝ6y'-ϖ3NSsIH7`,|3`=WeSƚ_Ta͋]5K7^gQw'd#UQ-Tn++b6č6/,ۋME'PwSNfw/LOa' cE!SiU`$Ns4̐+~sV_"NtrzbOVe`ŇahJ&b04rkIZ.o @qV{uykƑ|:#'<4{YalGj&k-c<2s--2>DžUGwS}\Ԅ=|"zv:RB$vW051B e iN(j^C"Rt 9 D"}u!wC饡#ȷzkr3,1)pNɚN cRuD)z(s5(ͬ{Ipofae&jok(HlOԔΎMLOGǗv|hDNvx;(J.75w{c~C=|DdcUyvU#RSa S0)¸/!#,VghQ=/&YnX&\JKGB\%zǩ2'RLIO7]5o&Eĉ:`'ҁ.Omwp(%ZpˬheC)}gKG G hDoLn3l%o|j UV#CfsQRq/ݲ'.ECqp[Ў#H2g ciK)$W3 b}bֈnn.C~=X)?$.,34kjbp~qk8եQ;̀mwڮ[ 1rŕ,TdG-٨}fqIO, EqȀx,V%ǹ`9ADمQ^PaÒ">GGP-eb |c=?iL8Qo܊#dk G5:QR:!&wqnƹ]v+8.MX3wؤ]j1"Y͑)M)CJt cؚmroV0mH9Tk\U<^ +,fn!,Zm6SYTi亂]nf:.%v̌묬 DiPӽv]q;MDH1攼0yQ[=?‰\hi/랿ڮ"RXֆaNe~vaB UGܓpO$Qs=t2Y:V-AR%ssԔ1wSݘO;eh"yMy"%V6.]I^t:J4r ] Fg'BA}oWٙnM^x)oB e-r횷pR8Nw=DaV+_ ErGpgFއu\P[A "gP8T6զkģBNz2{6AŌF,ڌ/i46#Oa{i'$1Bk'e>OJ [YͶIG8| ܬ-b:w4|J>!_)i  pWS&X d$!-d>pXIr)(2C~k{fr6\q$.EnYO<-۟К*ܾm_rxXůG Kԉ͆|$geްpRJҐʳK^rR{B &8Ж'2?sN--8+I#qR-:ꉌWb hpYˉWJ)R2B0;晄29,^lL `TQ3Pd%aMʫcYƺEh xqexuf}w]]g+"~ f1I}"=oFKˌy#@H |dl4uTsC u|LB-ڤ4xz8ZRyi3F6uܺ01fhL^@hÈg"+R¬sCO`Ǜ_&(עTDldD\6z(v*BbT3lKy a$n $ ?_3 k"=Mw_1'ȏ4WUtU,ޑ𑬊L*MHG45w#'(2}i/ŭ:e> _ZUZ r+AlwZIe)(3S&r7|2kLt7Z_xuxRz..mmG:/s|.^Vd<J_%;i OJp5*bR Ye p񬡺 yD "@_m^64, I |X\Zaھ:#@_ˌ4q\#Ho: b& BMm*hY2Xd[.fKA[BS&>ed=FvlMk<%?6l_Τ=WNorNC6Ցv "©I쥴>V6R /C~#t,81a&C:Eui;rf6+ .cy>~zrՌ]4=]Ԯ4\= 4H .]Eơ4϶mg1o<@d̋SKkfrAq k߾Y=a <QniG''qūݘ RN$=jgPNW:l\ .awZ/V< ؄k@8? &o3;_4/EK܂" RI>h#}ʢg(Jw^觬>Uqq+$q7DF&絣,?h@ښpi(Mt,Af+VG\ߩ,#նʖhdpitnRg zPHz#'xg͎rPzׂ2V'&%oz=UR,/q|d Vj_Rioрyǖ8QJWCD-PqŴ{0Pr- #`nID! )Eob&/(U쪁Zm58vs$t(|z[ٗMQ(V ([zFKoei:ƂR, -W& <_S:ۏ@vPk+8HA> 3EqVVZixD:Nhr}"ܹh~BpZT'ЏC;,IIߪsT{1O>e[Q]zsdxwa6&~- JQY2T؋S 4y+nWxAP^qFVlO]^:1,}`P[ =r%:F *Y;*Nu={%t66U׭*8;%;={ 衹r#XWFځFj}[ߥJM,ر!*-i+xv QFYFD0ĨOkUr+D_~h!Tx0iff(Ov3ұ-;M *"06O oRsԋӲs02=q:@bk9Z2l%{.]mw>TkOs}1{P^PxyW ~2FgZ"nVdɞZNx3Mr'v rNp2Y͊7ppG0gpS+͏+:߁6YVF1pq.؆|H1:ԯ=Zue]:iAcbѺG)RF}7VzZeJ*i'n'gc>Ҕgv^V1lOfXKMR5/YEQJ{K> 8 ι\J\Hh/{ @cJAPc(S$K6@Ŷx bJ r܂ycvjѦd>2)Q˜>5 + o}}1wPG{MTlT+غu}ukLD|m{5\_hx9xDP7)B(]6f›TT7-@0|qk`NR⩮a!McG<9?H/H KөF$$3;܌Uj$,P4Y"K?Q&,ڄ?VY?}nvۊb໹_Eʋ">B?nd0ZyP,;oFB}( X5ݲ7eBvMX`(SrY(@jGg8{PI(7uQ1ḛߠu!S\!M7EUbC:m>mQS>JU>|rc:HMU\[ʂv/dԋv9VSK1ef7\.RXXh24-^ i0i0˖OBlrK@!)vC@Qn%!rhKqOjJ3ϓ3.Z[$FP41[g86S|(H#X ~ѷG`[(qmTei Q#r0F@&V?C3 Hi+}߫qf#9ooK2xj}"5+qv:!΁"^ :~ێ+l 9 X-h99^B'TӚ/yz2Kl*Pq+g*~9~{J.]3Ɛ\?np8\P*Lai]E eD7[W|;9[o!Pٝ#- c6M?[45[aC֌=6KM8WEV&FY1D#|ZO+ը_ҫ6z^&V8GZ>0S%<`ޥ ]<>^j ;`5-F,Շv 'ISoN[Rc{>"zÂ6J;Pw*z7\g%FP U V``M3֝&9PB=Effr'&oW#PzƂPꛟVƆ$|D Y3g620g+A d7FL; hޑ8XfYEʹ=be·†e稏/  ~s. ?[2ݨ0&>l`"EFm~Izrdxh r\;MIoj**/\QVk1O{R@!SKRL4NtYXRJ 0NMCTWYޅr-oz {hE[ w'3te!FqOj ?Za<"FƳ`ZS%w_ASY3ݧ9/,U1|Bޓy;se`뿱*EF6)>3\,z֟YQE1Ň RAtoy Am|JJdqgl` F'E=PasB ׄܬl8QBrP:jP7P ;x6!s-{4$)^SDs=ݯp+OW10D恗I᰸pebMsS>>=RniAL?*>UПRF$!n_C0$XB+ѳL"< <4#iPK2G}S[I*ANUfr :} 9eۉ#k YZ