go1.17-doc-1.17.11-150000.1.37.1 >  A b0p9|cʬ iG\ay?tKq~|u?+ұǃ?ɩ[Vcvo?ϷW9xg~k@Q6~dyn;N&՟}+oL].ZB#!F!?#vbd|C,;ֈ0hK~;{\kISf*+ؐͫ@Kb&A_ކgAfBY]oarJpXE& Znhg^#7abc37451f08ad9655fb64b32c9aa468e595a6a6c69f872c8ee98e0cbd4f2800e61b9e25f2f64180cc4d90718b3d5215e96fe943b0p9|ϙYR$UY Q-~G`uN$ַVldo"~W9&9Њ.$1e},8"Iɭd{c<8N176/IFli,E6_`/C8$hs&a>`?ˮhg&ObKVw1.F ぜ }lUc+`Qp9wttK:Vkԯ&<>A2䡵St>p;p?pd  # 4TXdh    ( , 0@ThF(j8t9:}FmGnHnIn Xn$Yn0\nd]nt^nbncoldoeofoloupvpzpppppCgo1.17-doc1.17.11150000.1.37.1Go documentationGo examples and documentation.bys390zp36SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxs390x4LbLbLbLbL344c3190894932fab8c6e2296616b25e53cd0cd8cd759eed67dd0dacddb0474ab20fb1acc6ad2f7844ed688678a2e9e4eb71aa334cff171e84e3dfc448b4e8a6b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba203c89d2979ef5a0cb77a9090bebee03a7d6f7369cb026214b35ec476d90e835rootrootrootrootrootrootrootrootgo1.17-1.17.11-150000.1.37.1.src.rpmgo-docgo1.17-docgo1.17-doc(s390-64)    go1.17rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.17.113.0.4-14.6.0-14.0-15.2-14.14.1bTbzSbobUibN@bN@b+9b(b b@b@aaaa@a`2a;Haa @a@`@`jkowalczyk@suse.comjkowalczyk@suse.commliska@suse.czjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.17.11 (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 crypto/tls package. Refs boo#1190649 go1.17 release tracking CVE-2022-30634 CVE-2022-30629 CVE-2022-30580 CVE-2022-29804 * boo#1200134 go#52561 CVE-2022-30634 * go#52932 crypto/rand: Read hangs when passed buffer larger than 1<<32 - 1 * boo#1200135 go#52814 CVE-2022-30629 * go#52832 crypto/tls: randomly generate ticket_age_add * boo#1200136 go#52574 CVE-2022-30580 * go#53056 os/exec: Cmd.{Run,Start} should fail if Cmd.Path is unset * boo#1200137 go#52476 CVE-2022-29804 * go#52478 path/filepath: Clean(.\c:) returns c: on Windows * go#52790 crypto/tls: 500% increase in allocations from (*tls.Conn).Read in go 1.17 * go#52826 runtime: TestGcSys is still flaky * go#53042 misc/cgo/testsanitizers: occasional hangs in TestTSAN/tsan12 * go#53049 runtime: TestGdbBacktrace failures due to GDB "internal-error: wait returned unexpected status 0x0" * go#53114 misc/cgo/testsanitizers: deadlock in TestTSAN/tsan11- go1.17.10 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, and the crypto/x509 and net/http/httptest packages. Refs boo#1190649 go1.17 release tracking CVE-2022-29526 * boo#1199413 go#52313 CVE-2022-29526 * go#52439 syscall: Faccessat checks wrong group * go#51858 crypto/x509: x509 certificate with issuerUniqueID and/or subjectUniqueID parse error * go#52095 cmd/compile: fails to compile very long files starting go1.17 * go#52148 syscall: TestGroupCleanupUserNamespace failure on linux-s390x-ibm * go#52306 sync: TestWaitGroupMisuse2 is flaky * go#52374 runtime: executable compiled under Go 1.17.7 will occasionally wedge * go#52455 net/http/httptest: race in Close * go#52705 net: TestDialCancel is not compatible with new macOS ARM64 builders- 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.17.9 (released 2022-04-12) includes security fixes to the crypto/elliptic and encoding/pem packages, as well as bug fixes to the linker and runtime. Refs boo#1190649 go1.17 release tracking CVE-2022-24675 CVE-2022-28327 * boo#1198423 go#51853 CVE-2022-24675 * go#52036 encoding/pem: stack overflow * boo#1198424 go#52075 CVE-2022-28327 * go#52076 crypto/elliptic: generic P-256 panic when scalar has too many leading zeroes * go#51736 plugin: tls handshake panic: unreachable method called. linker bug? * go#51696 runtime: some tests fails on Windows with CGO_ENABLED=0 * go#51458 runtime: finalizer call has wrong frame size * go#50611 internal/poll: deadlock in Read on arm64 when an FD is closed- 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- add dont-force-gold-on-arm64.patch (bsc#1183043) - drop binutils-gold dependency- go1.17.8 (released 2022-03-03) includes a security fix to the regexp/syntax package, as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509, and net packages. Refs boo#1190649 go1.17 release tracking CVE-2022-24921 * boo#1196732 go#51112 CVE-2022-24921 * go#51118 regexp: stack overflow (process exit) handling deeply nested regexp * go#51332 cmd/go/internal/modfetch: erroneously resolves a v2+incompatible version when a v2/go.mod file exists * go#51199 cmd/compile: "runtime: bad pointer in frame" in riscv64 with complier optimizations * go#51162 net: use EDNS to increase DNS packet size [freeze exception] * go#50734 runtime/metrics: time histogram sub-bucket ranges are off by a factor of two * go#51000 crypto/x509: invalid RDNSequence: invalid attribute value: unsupported string type: 18- Add missing .bin binary test data to packaging. * 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.17.7 (released 2022-02-10) includes security fixes to the crypto/elliptic, math/big packages and to the go command, as well as bug fixes to the compiler, linker, runtime, the go command, and the debug/macho, debug/pe, and net/http/httptest packages. Refs boo#1190649 go1.17 release tracking CVE-2022-23806 CVE-2022-23772 CVE-2022-23773 * boo#1195838 go#50974 CVE-2022-23806 * go#50978 crypto/elliptic: IsOnCurve returns true for invalid field elements * boo#1195835 go#50699 CVE-2022-23772 * go#50701 math/big: Rat.SetString may consume large amount of RAM and crash * boo#1195834 go#35671 CVE-2022-23773 * go#50687 cmd/go: do not treat branches with semantic-version names as releases * go#50942 cmd/asm: "compile: loop" compiler bug? * go#50867 cmd/compile: incorrect use of CMN on arm64 * go#50812 cmd/go: remove bitbucket VCS probing * go#50781 runtime: incorrect frame information in traceback traversal may hang the process. * go#50722 debug/pe: reading debug_info section of PE files that use the DWARF5 form DW_FORM_line_strp causes error * go#50683 cmd/compile: MOVWreg missing sign-extension following a Copy from a floating-point LoadReg * go#50586 net/http/httptest: add fipsonly compliant certificate in for NewTLSServer(), for dev.boringcrypto branch * go#50297 cmd/link: does not set section type of .init_array correctly * go#50246 runtime: intermittent os/exec.Command.Start() Hang on Darwin in Presence of "plugin" Package- go1.17.6 (released 2022-01-06) includes fixes to the compiler, linker, runtime, and the crypto/x509, net/http, and reflect packages. Refs boo#1190649 go1.17 release tracking * go#50165 crypto/x509: error parsing large ASN.1 identifiers * go#50073 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey * go#49961 reflect: segmentation violation while using html/template * go#49921 x/net/http2: http.Server.WriteTimeout does not fire if the http2 stream's window is out of space. * go#49413 cmd/compile: internal compiler error: Op...LECall and OpDereference have mismatched mem * go#48116 runtime: mallocs cause "base outside usable address space" panic when running on iOS 14- go1.17.5 (released 2021-12-09) includes security fixes to the syscall and net/http packages. Refs boo#1190649 go1.17 release tracking CVE-2021-44716 CVE-2021-44717 * boo#1193598 go#50057 CVE-2021-44717 * go#50067 syscall: don’t close fd 0 on ForkExec error * boo#1193597 go#50058 CVE-2021-44716 * go#50065 net/http: limit growth of header canonicalization cache- go1.17.4 (released 2021-12-02) includes fixes to the compiler, linker, runtime, and the go/types, net/http, and time packages. Refs boo#1190649 go1.17 release tracking * go#49911 x/net/http2: frequent failures in TestClientConnCloseAtBody * go#49909 x/net/ipv6: TestPacketConnReadWriteMulticast{UDP,ICMP} failing with "i/o timeout" on OpenBSD 6.8 and 7.0 * go#49905 x/net/http2: Client doesn't send body until ExpectContinueTimeout expires * go#49868 syscall: ntdll.dll errors in rtlGetNtVersionNumbers via os.StartProcess * go#49729 runtime: "fatal error: unexpected signal during runtime execution" in cmd/go tests on darwin-amd64-race running macOS 12.0 * go#49662 x/net/http2: TestUnreadFlowControlReturned_Server failures with stream error "NO_ERROR" since 2021-10-05 * go#49624 net/http: Possible HTTP/2 busy loop regression in Go 1.17.3 * go#49568 net/http: server responds with Transfer-Encoding: identity * go#49561 x/net/http2: setting Request.Close doesn't close TCP connections * go#49559 net/http: HTTP/2 response body Close method sometimes returns spurious context cancelation error (1.17.3 regression) * go#49511 cmd/compile: init info of OAS node in a select case is being dropped * go#49479 runtime: "morestack on g0" in x/perf/storage/app on windows/arm64 * go#49407 time: ParseInLocation error * go#49392 cmd/compile: internal compiler error: Expand calls interface data problem * go#49369 runtime: time goes backwards on windows-arm64 (frequent TestGcLastTime failures) * go#49129 cmd/compile: internal compiler error: can't find source for b12->b4: v31 = MOVBload v14 v1 : DX * go#48825 go/types, types2: stack overflow in hasVarSize for invalid type- go1.17.3 (released 2021-11-04) includes security fixes to the archive/zip and debug/macho packages, as well as bug fixes to the compiler, linker, runtime, the go command, the misc/wasm directory, and to the net/http and syscall packages. Refs boo#1190649 go1.17 release tracking CVE-2021-41771 CVE-2021-41772 * boo#1192377 go#48990 CVE-2021-41771 * go#48992 debug/macho: invalid dynamic symbol table command can cause panic * boo#1192378 go#48085 CVE-2021-41772 * go#48252 archive/zip: Reader.Open panics on empty string * go#49199 cmd/go: go list all breaks in //go:build-only repos * go#49154 misc/wasm, cmd/link: Go 1.17.2 causes WASM builds to throw command line too long with many environment variables * go#49086 cmd/link: -buildmode=pie -linkshared panic at runtime * go#49077 x/net/http2: backport critical fixes * go#49010 net,runtime: apparent deadlock in (*net.conn).Close and runtime.netpollblock on arm64 platforms * go#48823 x/net/http2: client can hang forever if headers' size exceeds connection's buffer size and server hangs past request time * go#48650 x/net/http2: pool deadlock * go#48479 cmd/compile: 64 bits shifts on arm get wrong results * go#48475 cmd/compile: incorrect arm/arm64 simplification rules * go#48075 syscall: SysProcAttr{ NoInheritHandles: true } broken in 1.17 on Windows- go1.17.2 (released 2021-10-07) includes a security fix to the linker and misc/wasm directory, as well as bug fixes to the compiler, the runtime, the go command, and to the time and text/template packages. Refs boo#1190649 go1.17 release tracking CVE-2021-38297 * boo#1191468 go#48797 CVE-2021-38297 * go#48800 security: fix CVE-2021-38297 misc/wasm, cmd/link: do not let command line args overwrite global data * go#48561 cmd/compile: unsafe.Add bug when adding uint8 value to a pointer * go#48444 text/template: should t.init() be executed before t.muTmpl.Lock() in AddParseTree() method? * go#48177 time: output does not respect comma as millisecond separator * go#47859 time: timer reset sometimes ignored, causing delayed ticks * go#47756 cmd/go: mod tidy -go=1.17 should move indirect dependencies to the second require part- go1.17.1 (released 2021-09-09) includes a security fix to the archive/zip package, as well as bug fixes to the compiler, linker, the go command, and to the crypto/rand, embed, go/types, html/template, and net/http packages. Refs boo#1190649 go1.17 release tracking CVE-2021-39293 * boo#1190589 go#47801 CVE-2021-39293 * go#47986 archive/zip: overflow in preallocation check can cause OOM panic * go#48156 cmd/go: get panics with "can't find reason for requirement on" * go#48102 cmd/compile: panic during export method expression * go#48082 go/types: panic in error reporting for invalid use of "init" * go#47857 cmd/go: module dependencies not updated with go get -u in 1.17 * go#47854 go/types: incorrect type reported for comma-err C functions (manifests itself in IDEs) * go#47814 crypto/rand: getentropy is not available on iOS * go#47782 cmd/link: wrong dynamic linker path when cross-compiling to OpenBSD * go#47754 embed: 1.17 rejects types with underlying type []byte * go#47692 x/net/http2: server sends RST_STREAM w/ PROTOCOL_ERROR to clients it incorrectly believes have violated max advertised num streams- go1.17 (released 2021-08-16) is a major release of Go. go1.17.x minor releases will be provided through August 2022. https://github.com/golang/go/wiki/Go-Release-Cycle Most changes are in the implementation of the toolchain, runtime, and libraries. 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#1190649 go1.17 release tracking * See release notes https://golang.org/doc/go1.17. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * The compiler now implements a new way of passing function arguments and results using registers instead of the stack. Benchmarks for a representative set of Go packages and programs show performance improvements of about 5%, and a typical reduction in binary size of about 2%. This is currently enabled for Linux, macOS, and Windows on the 64-bit x86 architecture (the linux/amd64, darwin/amd64, and windows/amd64 ports). This change does not affect the functionality of any safe Go code and is designed to have no impact on most assembly code. * When the linker uses external linking mode, which is the default when linking a program that uses cgo, and the linker is invoked with a -I option, the option will now be passed to the external linker as a -Wl,--dynamic-linker option. * The runtime/cgo package now provides a new facility that allows to turn any Go values to a safe representation that can be used to pass values between C and Go safely. See runtime/cgo.Handle for more information. * ARM64 Go programs now maintain stack frame pointers on the 64-bit ARM architecture on all operating systems. Previously, stack frame pointers were only enabled on Linux, macOS, and iOS. * Pruned module graphs in go 1.17 modules: If a module specifies go 1.17 or higher, the module graph includes only the immediate dependencies of other go 1.17 modules, not their full transitive dependencies. To convert the go.mod file for an existing module to Go 1.17 without changing the selected versions of its dependencies, run: go mod tidy -go=1.17 By default, go mod tidy verifies that the selected versions of dependencies relevant to the main module are the same versions that would be used by the prior Go release (Go 1.16 for a module that specifies go 1.17), and preserves the go.sum entries needed by that release even for dependencies that are not normally needed by other commands. The -compat flag allows that version to be overridden to support older (or only newer) versions, up to the version specified by the go directive in the go.mod file. To tidy a go 1.17 module for Go 1.17 only, without saving checksums for (or checking for consistency with) Go 1.16: go mod tidy - compat=1.17 Note that even if the main module is tidied with -compat=1.17, users who require the module from a go 1.16 or earlier module will still be able to use it, provided that the packages use only compatible language and library features. The go mod graph subcommand also supports the -go flag, which causes it to report the graph as seen by the indicated Go version, showing dependencies that may otherwise be pruned out. * Module deprecation comments: Module authors may deprecate a module by adding a // Deprecated: comment to go.mod, then tagging a new version. go get now prints a warning if a module needed to build packages named on the command line is deprecated. go list -m -u prints deprecations for all dependencies (use -f or -json to show the full message). The go command considers different major versions to be distinct modules, so this mechanism may be used, for example, to provide users with migration instructions for a new major version. * go get -insecure flag is deprecated and has been removed. To permit the use of insecure schemes when fetching dependencies, please use the GOINSECURE environment variable. The -insecure flag also bypassed module sum validation, use GOPRIVATE or GONOSUMDB if you need that functionality. See go help environment for details. * go get prints a deprecation warning when installing commands outside the main module (without the -d flag). go install cmd@version should be used instead to install a command at a specific version, using a suffix like @latest or @v1.2.3. In Go 1.18, the -d flag will always be enabled, and go get will only be used to change dependencies in go.mod. * go.mod files missing go directives: If the main module's go.mod file does not contain a go directive and the go command cannot update the go.mod file, the go command now assumes go 1.11 instead of the current release. (go mod init has added go directives automatically since Go 1.12.) If a module dependency lacks an explicit go.mod file, or its go.mod file does not contain a go directive, the go command now assumes go 1.16 for that dependency instead of the current release. (Dependencies developed in GOPATH mode may lack a go.mod file, and the vendor/modules.txt has to date never recorded the go versions indicated by dependencies' go.mod files.) * vendor contents: If the main module specifies go 1.17 or higher, go mod vendor now annotates vendor/modules.txt with the go version indicated by each vendored module in its own go.mod file. The annotated version is used when building the module's packages from vendored source code. If the main module specifies go 1.17 or higher, go mod vendor now omits go.mod and go.sum files for vendored dependencies, which can otherwise interfere with the ability of the go command to identify the correct module root when invoked within the vendor tree. * Password prompts: The go command by default now suppresses SSH password prompts and Git Credential Manager prompts when fetching Git repositories using SSH, as it already did previously for other Git password prompts. Users authenticating to private Git repos with password-protected SSH may configure an ssh-agent to enable the go command to use password-protected SSH keys. * go mod download: When go mod download is invoked without arguments, it will no longer save sums for downloaded module content to go.sum. It may still make changes to go.mod and go.sum needed to load the build list. This is the same as the behavior in Go 1.15. To save sums for all modules, use: go mod download all * The go command now understands //go:build lines and prefers them over // +build lines. The new syntax uses boolean expressions, just like Go, and should be less error-prone. As of this release, the new syntax is fully supported, and all Go files should be updated to have both forms with the same meaning. To aid in migration, gofmt now automatically synchronizes the two forms. For more details on the syntax and migration plan, see https://golang.org/design/draft-gobuild. * go run now accepts arguments with version suffixes (for example, go run example.com/cmd@v1.0.0). This causes go run to build and run packages in module-aware mode, ignoring the go.mod file in the current directory or any parent directory, if there is one. This is useful for running executables without installing them or without changing dependencies of the current module. * The format of stack traces from the runtime (printed when an uncaught panic occurs, or when runtime.Stack is called) is improved. * TLS strict ALPN: When Config.NextProtos is set, servers now enforce that there is an overlap between the configured protocols and the ALPN protocols advertised by the client, if any. If there is no mutually supported protocol, the connection is closed with the no_application_protocol alert, as required by RFC 7301. This helps mitigate the ALPACA cross-protocol attack. As an exception, when the value "h2" is included in the server's Config.NextProtos, HTTP/1.1 clients will be allowed to connect as if they didn't support ALPN. See issue go#46310 for more information. * crypto/ed25519: The crypto/ed25519 package has been rewritten, and all operations are now approximately twice as fast on amd64 and arm64. The observable behavior has not otherwise changed. * crypto/elliptic: CurveParams methods now automatically invoke faster and safer dedicated implementations for known curves (P-224, P-256, and P-521) when available. Note that this is a best-effort approach and applications should avoid using the generic, not constant-time CurveParams methods and instead use dedicated Curve implementations such as P256. The P521 curve implementation has been rewritten using code generated by the fiat-crypto project, which is based on a formally-verified model of the arithmetic operations. It is now constant-time and three times faster on amd64 and arm64. The observable behavior has not otherwise changed. * crypto/tls: The new Conn.HandshakeContext method allows the user to control cancellation of an in-progress TLS handshake. The provided context is accessible from various callbacks through the new ClientHelloInfo.Context and CertificateRequestInfo.Context methods. Canceling the context after the handshake has finished has no effect. Cipher suite ordering is now handled entirely by the crypto/tls package. Currently, cipher suites are sorted based on their security, performance, and hardware support taking into account both the local and peer's hardware. The order of the Config.CipherSuites field is now ignored, as well as the Config.PreferServerCipherSuites field. Note that Config.CipherSuites still allows applications to choose what TLS 1.0–1.2 cipher suites to enable. The 3DES cipher suites have been moved to InsecureCipherSuites due to fundamental block size-related weakness. They are still enabled by default but only as a last resort, thanks to the cipher suite ordering change above. Beginning in the next release, Go 1.18, the Config.MinVersion for crypto/tls clients will default to TLS 1.2, disabling TLS 1.0 and TLS 1.1 by default. Applications will be able to override the change by explicitly setting Config.MinVersion. This will not affect crypto/tls servers. * crypto/x509: CreateCertificate now returns an error if the provided private key doesn't match the parent's public key, if any. The resulting certificate would have failed to verify. * crypto/x509: The temporary GODEBUG=x509ignoreCN=0 flag has been removed. * crypto/x509: ParseCertificate has been rewritten, and now consumes ~70% fewer resources. The observable behavior has not otherwise changed, except for error messages. * crypto/x509: Beginning in the next release, Go 1.18, crypto/x509 will 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 in 2017 and publicly trusted Certificate Authorities have not issued SHA-1 certificates since 2015. * go/build: The new Context.ToolTags field holds the build tags appropriate to the current Go toolchain configuration. * net/http package now uses the new (*tls.Conn).HandshakeContext with the Request context when performing TLS handshakes in the client or server. * syscall: On Unix-like systems, the process group of a child process is now set with signals blocked. This avoids sending a SIGTTOU to the child when the parent is in a background process group. * time: The new Time.IsDST method can be used to check whether the time is in Daylight Savings Time in its configured location. * time: The new Time.UnixMilli and Time.UnixMicro methods return the number of milliseconds and microseconds elapsed since January 1, 1970 UTC respectively. * time: The new UnixMilli and UnixMicro functions return the local Time corresponding to the given Unix time.- Add bash scripts used by go tool commands to provide a more complete cross-compiling go toolchain install. * Fixes "go tool dist list" error "all.bash does not exist" * Added to packaging: /usr/lib64/go/1.17/lib/time/update.bash (already packaged) /usr/lib64/go/1.17/src/all.bash /usr/lib64/go/1.17/src/bootstrap.bash /usr/lib64/go/1.17/src/buildall.bash /usr/lib64/go/1.17/src/clean.bash /usr/lib64/go/1.17/src/cmp.bash /usr/lib64/go/1.17/src/make.bash /usr/lib64/go/1.17/src/race.bash /usr/lib64/go/1.17/src/run.bash /usr/share/go/1.17/src/all.bash /usr/share/go/1.17/src/bootstrap.bash /usr/share/go/1.17/src/buildall.bash /usr/share/go/1.17/src/clean.bash /usr/share/go/1.17/src/cmd/compile/internal/ssa/gen/cover.bash /usr/share/go/1.17/src/cmd/vendor/golang.org/x/sys/windows/mkerrors.bash /usr/share/go/1.17/src/cmd/vendor/golang.org/x/sys/windows/mkknownfolderids.bash /usr/share/go/1.17/src/cmp.bash /usr/share/go/1.17/src/internal/trace/mkcanned.bash /usr/share/go/1.17/src/make.bash /usr/share/go/1.17/src/race.bash /usr/share/go/1.17/src/run.bash- go1.17rc2 (released 2021-08-02) is a release candidate version of go1.17 cut from the master branch at the revision tagged go1.17rc2.- go1.17rc1 (released 2021-07-13) is a release candidate version of go1.17 cut from the master branch at the revision tagged go1.17rc1.- go1.17beta1 (released 2021-06-10) is a beta version of go1.17 cut from the master branch at the revision tagged go1.17beta1.s390zp36 16541699771.17.111.17.11-150000.1.37.11.17.11-150000.1.37.1asm.htmlgo1.17.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.17/-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:24478/SUSE_SLE-15_Update/0da978a0ed544927eaa39da02c5a9fcd-go1.17.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxHTML document, UTF-8 Unicode textHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII text,4ѧBI? 4F\utf-828f01b961646255c4153322eea3fce4a5e9dd90cf42b73c28c79e34a62e67e00?P7zXZ !t/M] crv(vX0AijSĵzb6a,U<[Œd#X-w6 I)7kx<┽7p+m hp8蜬,qa,I/z0ch9VPz;Sxp PhKTR c}OCYEɞ{{wZڍ+ΥC@ߡiU2X8Qzlq87WVt93$b9! R>]me59hQO+2M|NҊM'.(<\s՛sgƸ@*r-;+;%"~г8mwb& #͒LZQ Elc8pRj́Jl&k`!!)ucüwx>Ұ] ي3mo~{LsNH傅Q`D&9+qqZ>kV/L+brΪi AcLυH b 5&U甘ޞ>9-e 8C]vʲ5h0V{kk "V:dt;j1&zcq軨z᫄?XOn1lQ-J*T؎/\]dI~Ab VΪ$[oK:%:Y_.Щ8~JnHX=mp|PfyS@?uK#5mYEQ O}L d,=Z A wBc%O^Li]NEr=aϾ''`2$ge9=ab7 v5j!:;{~}|7}1+SZ $2rP @RGØ7+$@$nAٷ%0 Ai, SB"t jly?xlفuCh[iMyz_*Í wD=݅JYJ=Yʣ]ўMR .nWN@;?71x=N~j.V{2$An?;Lr]#vޠ̸ iڽ<N>bD5! zA8w8!LB"n[={f6^˔p" \RjD09і-(V$z<<˧ gg5PKn!n:#_WiOZ^ c&9Wry i6 Uۛ~p2:j2@1 TOV\̫0MVU7c4McTQrqVM^g0sѦyE{i\[y?Ѣr,K Dw{hjǪs7I  5RE|LC$(jֹDVQ|h) Ɔ(͝!k+k eX<ЇD.9jͬK?u8[ 4c(6:ӕ`\KR Rvl-3* uF8 Ag^UKԨDstQ^ rXc݂?s/=(3m%!ngh@+tjZ^7k԰1ON3&z]?.VJo x6I  KR<}] @x8 v :Ӟ!`7EIǠ͡ <a. B]蓉f5@U+COR9Uԫ"ULޑm΅Vk$'ej^(rNXBO|<K#:6-q@kc#b%Q=f@_A84EnͣwKzF"gNg<ڸhʨ#2܁E?IۚA.jT u =4w5apMmR*VD J*XװF3;ԵwfC&bv`6Em;}姈t1g.l㰇+Eq^:(lυc\;cLrH轳;ۉmFG &Z+y|j.R%:.%9 _"[_.1+>V) 7{FO2FjDhz٧+siޜqֱUA Va3w}c ӻ$mZ;{JTCO;w8Jqn UFh }1~ksi)@*C4ߒ? sY)AT(ָn0oD pc?mjWJh c8'9%Ӽ@U*YۂI6/{@څ=ӚBFv&eD>6u}.Jt_N/ʧ~ׂry?qZfjg!9CED:' Tq1^3|&rz0~B 8>'Sr ם4f}Ӊz= ٳ$;BFaVٝ?$;At11L(z6@2:Nm^ EChN|T,hfo+)A$L@wa˪knc}[.1&{_F<6_Ś5A9Q_mQND-r'Wx(jC_a>5S-3%Q} Ec{HEL0kՉ};bMp*VBV8i,CzԓMu({GSn>R&7b @N_14\+>YZ־-Q_кU4ĝ *- 敀`I^}fgY3݌8DHQ{+ ׿5{9#۱݉f=*=+gOA:RYȡ‚nB@MLm"H'gY?crH=cH?c8{]#tT68hW~yij{`nFrTCN}f>.]旤G3MNl LFԳZTkB_7Fn$z۽/#4w&B\jE 5~\ @ebHSVOm=a/"D՗MghwiA LarF* 3{lmeϙPm[cb8}97 b`؜h|XZLyrF)8ʪS dAjVQwxX%|IB$Iۖb+( qi!,_!M}*fT/t|򿕔dܪ}#xjY[=2%@nK{gf휝U;!,q{&)ڒ|,hIsc0ۄI>vLy ϖ1&`{{"(S=Wv9pWϐ`QM#k;(:lUK dGO̤颥*;bٕe*=LIjnqRK\g=u,sسʣ+#AF IV(李e 'S -h%D$+x??lVn &7HB`K;˜MzoQԧtD~O 6L`cWbA:aeVuӛ7YRJc p_ FX'tuHrgboo`<(&v  /rѵG5 {9Sc;5E'椯پW^gTpȑ_~?ă w ~ߘCrtd`m|XꙖ4Y-,e {a'+m\%4R #d^]g\ѼoK}a0c-J9-*/~p 6.[b(JHXh⑞ ۺ%03Sj*`Q)6ik,٭UNzH2?)6ȃoQ2$8 ],[{ W=n[ba$!S F_&'TrA%|+~DLӳZ5zj色g2'޽kiH,HxbtD\p9L.Wy`A \!j"PD1|bgVZ"m)t[aG$RV|җ5xL|T}'S쏕Dn2/ѱqQKۜx2BܷQyBzqFfFRϦ!K:i=ML=;yg4CE/z Cl.炘i f.K)Rk;*q@ hf .2jA TU.AVV!?5 S|꧉HeRϠዳxΆ7W*@|8gk ӓMƐ÷_Zyk.P~|aN:%QIX.|q^XfA*(5,L^:tzfV*5Wɰ[= uk}>C/ V%$!ôzx_ fq1D2(?V1tvF]e1 Ixkȡκ%Q ۉ[Y43 ;js E+;d[cv2NZ4kݡZe.ޅˆpݜA5L%"S^X8`/͉ؒ^5. s03fGlO5Bg(Zrgu߰}ҜR 37uX'yoctk(Dsh6+%C\gqLzJf`.IL֚0?_QTR$or-Ƅyޮ%sƯ9ԋh}l2>k"..d4b&_{%¬fA/ߐyq1ʰ)U%MMLwH%!BmoYL{bYpgVrCDH}m&G:cywmTetciwdHֹ_RJhD;)ݓBǬ֦%נl$?%_9/ zEq e15 \&ZJG1aR\_,2oD ??W2' ) 0EDz;/9yQ@e١%ܡZ>N8Q|;(30fI-Xi4ׂ6Mӯ5L/UH/sMjv'#k޼Z3pr{\# ŗ(qסev(k3jJn긞j BI0YM2R  ROCBAP,׶]tw-s**l/j0&c| ~a֕!!cqyU ȧR4K!GJ –7:ko]GTWE9OIu :5#?Ay6S?28ܹ\ zTj|09e1:_t~QhBoݯA"4fL>Q o8IxtYIWR DN-?VOZLꭵ&1̒xL-7SM-y$vϋqT5c.2֚&iyK쑳4  nqo8ϋu\ZʄMȺ u"? 5ZB&BzZ,rF-A"Zg1|gCD:kUo#IŅLgZ5SRǛ1O{[IpVqn mj㜱/wci?NUFoYҁqeY }lpǘm⮯ݝJDi&.(mZz MSkvCn3(eZeHPĸ1_%12g7+aٔ7p+6\Rhzoe-N-'](Tz'dd0cNsHOst'wk2h"ڎ^ƟmՍfȜ'70@1ty!OL;KOU:~qn ֠֟/,F]z[˫@<tDBΩ0БUI{PA`pd1ZcR<5  N*/ȷ(I<7P2W-#yܑO|HJ|t}2b(;KjFuGO4IfT`|-6}+nS^WŖeJg\(ņC=(Y͆P|@SJ(l+2!=GҩTz ' +'b0"Y'ie{;r8u< xN'k3n:QFy.rWM5%4׺z"TCPOfኇĚj25r ( ; p`2fQ ZTI˩4#3->]tg  jfd6:=l%ӡ㶓U\|'p06SLze2}#]=sʐpZJm.3"/6&A#g$X뷯ד)浙Et쀑=ALL >rb"Ez!R*Ο҇o{ fCf] oJ|ׂ+AԳb;DWg*y|&<5G5{hO /6qWfY|O{ :<^amM[)TLZ&{sUWGA1n*Y#P`@Sl{kU|Nbi"A(K'E2JK~K%$TVf̤s2[`Rg0PǽpU#‰W.J+[?<>$mHԞ' AҋtªK3(Z.6ªˡ.@;z[ $>nJм0^YЂ4Y_D{Ȃ[{d 47Wl mA N"31$SI@r^Z GWHfʫ׽R3KeήBy"8n8rgQ'IlJFMj𢀴mYz"s C,ncj"Vv8 w9cAHX>heyo;]ew{迁`}Xj\v ՘$P/Ws9<ƒFC3MMwٓ=%u8?Z™]MH/J10Io,ZT/8c@-~r01a؎cfR?Bpz!dQܜ^xkx L5x"+_pxosRZVHMAiRi(naC`' G \/Sli8+C8HA"I.?+*Hv4х"J v;xߋ* ]Uc WˊHD%IPAEZ[#N-̦̋8{;Ol+=+n\,_Q˰m"ѩ2-W Uhܩ+ n\] bg3 vdRؙ&S$RK屑dQ(D(DP5`Zj 'p,Kkt+B & ˕JA- /s{LZJ~K{>fp]'A󃁽lvh~Җ>k:(LS[CIx`/p]~v'cJJ@~l B+Ur&̃sfeiPy)w7ƁVe-\P=~Ҝy`M7|2{?(hn^u"m49_:- R1?-K<1\i-р [/K^ v2Pw%>CjE5XB0K3ګd){ Q"q ^&'[pW ><(ʇi4qyQ|M\4r"1ZyLl#tpS~nzT. @tQڴEj9T{8hFqk,1Z<6!?_%Rh3Ȓ\} J]\xol;o6"Tsş|Svtmz/A- !f UO:uovBNli̹uJ6l*3Q IHçՁ AU y)c, tw00ﬖg8]YzKL*!KKU>!dX8׋p<9!j_aEOu*uh;O>%5w[a2Qqyo_8+1k-w}_Fv҈Sl, `]TdD󹉓/K+dLu_ !LMw-Nroy^JEC|*Uɼ'(,z^7+d2gFm}‘ڴ(8Q^\pTk;U4b$(}jt^4Kgox@u4]a9Gy>W-떑{YH#~]Do +f ~]V fD c[͉J4~JS5YtK5);c9%@|`=ʰGҿ)q-?C _# =wO"9UmYW-UPe ݨ-LS2Dï! W(aϝD^Z0Deݠo,zf:ALe9N<. tqi"윗@UͫG"1_` ۭ}dq:X]b̎|"25^n1?~݁Ϳ?V}A;TBM!ܳqL}Xž{s7[*ܰRD&ZPYBq,w~.c:siirPR?K*8ֺI|.%S?=De]5'NhRdFqbjb-K~jPd kkS~GiʻV4>t@7X=dٽ&+e|BtHEٗ2Sp`"R yŞhFTL & \oUhTm#)|Uε(RRO'E\Io߮-f~ jQW<*?hG`R<3w[ҝc˦GCrF:@l&d`j]By> Z#&=ɚR} IEmp0s;$bdm3L W(,(`ef&[^O3 !9@ԞeT]Kt^$*1 ޯk҅eu_}7@2і3+X.el$5J 3)z84lq ".wW+aʇgrB;(ˡTLoBόamA T4I} 7L3WCqL8Is^Z18 a`M`5472 ?A l%ng{*UX+BӲw*i?oaHb !bd=s[Ya`Z_$y h1RE%ӟ~G~In9#=R\{1.Jd㘤*?C,ZGQ/@˷jWmźK<%t:OHc2aJ %sɉ`f "fn@xd~9 tohwvݯi= qrY9uF"%fX91(;AHbC \B'D~CDeA>5Qy{E '7qAɖ:7Pa+ +"vIsuO[Qb}Ût3' !3Lc2ںt7z% 0Iۿ{4@c$\{=&1i4K8!L$fѤu3@؍?2TRNwBkdZP6u[]KFsÁvwA!k)r|6H ڭ1A;@0iyTF5G =q/Kl)Ts2僤uBB}1HO;*A_;PpSO}2rk>Yx] b O$<Ӄ^ÓoB7rm&ᮩ`>E[oa{>>O8wU߃gO|=[ RҕGƒQj|ȜEp [E܇CeM{Rܖ?kEDҹ:q-P]x@VAS>7sUwl`cƱ{}Qr/ ~:0LItIcI[ KSJ<MlRO/n(W)R ȵfcוJmI-I_s}vLo2c}3rږ9!j^w"26 ut~s9Gp h/ \"22_5E%|YtG1}2BΞa/ &@qVuC FN'"ܟM[Ʃ*l>mYɋ82)Ug8,2?M6XB L5WՇ11a5ooثyOFEWa㝢X.ćHxK7fӨ>Jz M| Y7+=9NUETmJ^W3q=NcLݹE M%f'c^"@5ԅ4lLst9?66#ڴv>Ϥ:@iF"N'ʝRM>w}j2K5YHX!.׫~%la Dbی^`MH#) K5wUZU=/W_' Щڔ(ː{㳚<j cN܅rA]fן9lS")OiOqH9L]E 9}_'$+7Mq i1<caEb|N=Ӛd"AɯU1|JXߤtbwxFޤ>a\9&~MCnt^Ph0cVGX+2+Qf/s|]v!,fjz[ ptF;7$vOk-24bL@hE"p%Ic,t sAKt~+ "]Lv)zj+z"MndG}zoА%!?j{c2vUJabn*E1;B7tt$A!;A^cwmX'ЬJ&.ŤlȦbT6 QD\ۮ&eOeLE=iUoرP5HCy2:<_ء+j,ބAkcM]LYRa`}"@tyFO01Gn Ȟ4T#/ \rsY.hV"&d8mЮr9,<s&IORح?U7iX&~A\x_ވtgg 9J)5v>8\'>,Tg "pK7a0skavIsIAOVWY yI`\tQ63"A,9H$@TXAEC nPTخ=0{U]j"aKAh 9@8:f?gO sE_䴀{YacFH^J!J: &,vsB̀ Tg+_:슸ʄGvgbB(?9?Vղ&>6(6Lbid*OFzҩAG<:PLo6XG "JZԃ'^)Z *VKs/YVeyl#fB:8݃O)>l8{_LQwc1'طaI3(ߎ?r{-xO&61z!hCgz=fHg<z'P\5ÆwB{ADqym!dMP&:hSvncYmJU/E΍~#q1sr^?+’W2&r|7! saN{qb q9zcbWGi-> fU+uhBtNM /XD]V12 ́xiՅj`28`%OMV_ٷ ș&/g}P`{pn'"lZ|be  U8d?~N $S72 -TatUZ>qNܙg8QgKL"`nk 'bK$*Cl{߽5 0d1ׅ99}M.D ny^vW M<u) |ɨ? >e1BZ+&`(ϗq1\<=_(włY Sߚi$Y(ms5ڤ.N8WOsƾ])-D(<6˷>=T .Ne{Ž Oy5;[\/FF'Zx"&u~=jQo@ǮBiB[%XH:t]u麟@ &:rՈ24!VCѧwiB& {1V6f~oHn헃_3c)[,-C\>imw'l NtOUOuLuE' qx u>DOZ`o5I;a,Ox_Rvo3jMdK^=rAԔѨ:t{^N$1arf!8AxXē1bW%* }?SBWn=і(U%6)ae y?%1TbWx,K4xPA[էcg\;yjpB(Y*@'E^{ ,es9 @vAZܗtra{ VsX0^+2qO؄ဠ@*5 ;wA1<ZHPu3i&])Yo7YV>Nu`g)kF>Qh78YXXijaw{>ӣܾѦ%^_Sq`MzA[rr? {T(8Dr+- MaϤJr.i!J#n|"9O;k+}gM[b cá2lwS#v6mZ,hbZamaEt$_"8qz[.G; >Γ 6= |f+EP2DB;a]|l0&bɞ>Utۜ?r -#u P=K2ckad 1V(u(w;&^PZƖQ_2ӽ̺MƉ CcFMUPCBy!l0=F٣39,&yN_92˸r~a+M۹ " Qۈ6z/I1 K,D$3 Fd};"6.*plC{=?_|MYtRC?}>fq zU+@ aQ䛆#;#cdjce8Ix>CsQB pߺNQu]W:35kwV`c/b jv[+y2J46bn: hsȂfkԾMyqgw0_M'< .eP $G|Q]Qg`4g)% nJ)6M5ocVFy>b"MM%kܾk;Y.ur !/]1<$~-gc;؉Jx( n]S2#/UX=o r{Qҡ hYoXȋ[zft m QsҼyB'o"y*y+͛0¯>Gь=ݗKꢜ5_QsMW|Ӱ lXOtk-:LkyniW` |ܦgo*7a! Q|OuZR3'Ze7W{C+hvP]Rsvq.Bj"FseAPLJ;*ɟXӐ!̽L~XJ/ 3@&V ldlH6*aۜ7R8NG{?<&je.ۃZI_yfAc3pQ~[(4eJV>b~NF eoxNL!i!ֈ#{5b*g 2 |U]!Ra*z/]gss1<X:=};ż&dfpVkꧤ^9?nk3l;GuBnQ3&p rM?ZLBP⣄0ȚLuFӴVx[ӗ|+]cw9ҀR?$Mg˂!jb?[ڂp}Dup۾7,ǩKQD ܕ&~&PBګʼfD] XDzx|x Aha =Żv׈Θ\$B~L[Q*B.6XDdy< =Â|}v!w~ZYqxq.e9Oh+Ag{f UEFC4xo1N3<6R\L \f~*|3SBW7!5CFiBQ[s3SnHy͙%GW!kJ5֬\G /Qes$ Yleg2i8 Wo'̇ϱ ]Ʌ"W-_-۽d\L%Pɣj͸!x,p\#>e*q .vo0>ob6m5RqL0|kޅHAsS:gnu p(OZ10oӲ.jy,Du<$_v7)Pek?4}RsL:}?bL{Hy:44R H CW!{[~GWp_W|!gY&3~^~)S9ڷ{0Rn])!wx͍طDuyES~V0WwO/5aN=TT Ш~'J]ik\<ȋ;N}xP#Ib)qtW-3֐\;XIES[.)6 3;.w!\4nfmK)RLp?w'> `% u%k,b=z*C)BHh*64j쟕}vD~ūTMM`=9jXh/I]uAAuwVk}|"%!(3;pkz4UTW3gi,3uHass,K~0xPp5~b &9((2)z.G]maxNQ.ZvfWnE[K,/.Vtȷ0AG4i8epC8*`9dx3( 4_81_) 3o),v8 ){uѢ~6pQoV&ݖ$B +oV}'[< "Y:4}0.mc3Q" zw>_n)*0ua!Fl7k C]r1G\'|tHdso9Wf5E${ĝM!tŸ.1ݴEދtĎ!n^y!wQ7gi 8퟉kgJzGIE F~$&+h8r ! r<GDmMlŸ,kd^w,T0a7BCjh7,Fj={~K-BU]gK Ӝ1tJep͹d$'гX7d bL טxST̢'I^&#ƒ磪WY@Oc ŷd^\`0.@-v=(]5%yYKg.&rYPL?MmdWI|w-'k0枒q.GDN2%c ǡMQd臈燱bܤU`0S?Ny %6ӘG%)Z\c(ضөc'zx'`_NϚ UŬ%z2Ѣb>ę^3+7DMWL-Q& `LF&TC"E@@MJ-g|[{2͝vF3QQE]0ZhWVbmZQB $2s}ЊE5@kiT!O=l*G'_۟z1 wEO|n W]o[5Зx1Qjց*c,ap󦟔@oO@& :{NQ#VjSضy..#* ^7|qsUWEcDŽFV!ڂ}y`2tqUZc8偞Swz`*EUrYVte?GWw|Lsܲ Qg}Xe]J4 벦+ec)L(lZtMa/neQ'Hh2]>a7x#,LjyG% nfV;}IÅ]xՔ*Zd|}%n0Ͱ~8U./m)6Zqb5A1R8?F9xw;&då QXRM;)V+2aDdg67 dE{F3gfDn?R@T)R UE؊KBȐҧ"f 48x(RhUH.+Q㷈N|DLJ>ݭi [`4XٛBCё hy$Uhظ "Jk 1T0ȫiz8N޲ JMi$K3ŵ1+. ٜKXvcE 0"}nIHFY~T@ݐ=AWW~laZuZ9Zҟ]TlXgص!)^u'qwh s#8 w7 ,݌ A^F?pP*K$-6-JX%JfP6$'L]Qj#!AkMLz܋=6dgs"\1hd̳ Sf;J;@@;a.z*4sG°&68Y?fbR"?0 2K~g!Ѧd q)u~&_ Md.jXw$RUAi9@\2JZ\GƸF /9i-%n*-۪xs%XsseX>7珲&tȈ i^J+u!94"2\xMu/SB\>x+al7c @DZ& !yI{/}2kM'4V}|'{"6UlZRHXGd;:.3#IT53Sr§wVLc<^\(jt.#wIk|#I!#K4ۓ>m]Е@[(qi+ߐ|--!@fu5 Nȫ#{ESWjfŧq5:y*]/rx6$%ْ8(cE}[""+**LPf)O8s22}4|wRS|[%R0-M )8gU 2gk k%,SKˆ45^ZX5dͭ[nL^bק~@HK_ɏzҧJ\n9G PyBX酻8Aq)?\lιM9JCz5Hn-ukE!C%‹;6lm}"Φ;w0 =&/W &Ѭq[EaxBR85`Var/Od[g~~uQc|"8GH uߘk+aە cw7vvzj\jߘG>XU9e-%?@T2g3@оnpHЍ$.н$=x[JnL+sW,j]> >2T,Ex]m> LZH$9,u<qmfdH'JX[1`>s2Dٯdqww:-fDD]b^mr+("n(j/?t͈83j8Sy,ZAsPؾEhSYFiDEt`mjaNxq9nK=F#ۣk7t(x-¹}K{fn#L&L:xNSP*t7dXr'37]xE3択YwSrPwvcҦ鹢\[nr AOF='-X3|!W ٻ1]U^Mh:NilʹOMڙ/@!~ǧ-1iX>za J%x |7 ?Mx1I߁.X zKݬOu'/B`e<͖2XToJй^T-8/O`e%V7yo5a? Wc8DeU}BV>*,A/\3=~( "PO2Wz7׽D H4 D~G[ ڝ L ̒fw`v/i]TW5bwu ?9R(BL6⨑]Яe"HAB5aUV!(Q >4wG07.T "'y&A"(w_$lY4g4Nȍmq* 0͒1ʒ!d`U>*CA/WX;d|\NY3&1ɚZ"jTS R. LU`@iNa.ݱ%\:wN K{ҁ `cVcD9:,qTkaa/#^^ ~V{q5}P *jDKdu-9U1>ˬ:7 -e k`q,YWn_8ӄyT!g]C%iA cRSi/IYV~H1rřsڌȩ8m$/XvFJ.z$fNu:HnxpK K \~⡣3"OBa‹N@"T`wpCA?3aƓgQ(iܣ BZ>LjO; yN2Gt< Xgu^| _GD`i7/='Bʚd FL,f%-:XXd`neI<SC$<47&sYh?&&1vRj9*hu |̊Mt^U"_&hIl-UQs'j %FRd&zh|iZ[tʶVo0c]mAW;c(&_Q('{PXr5ko8ۑ^b!ܸ~Od0,/ӂTٙ沔%&5)!e e|a?ȓl4Qx`vj-m*!{A5^ۊb$~LuQZ lݘߞd83!@4eS;ER@]VuoZFKv7@9kWt;5jM[H%yԶ8Uyh{ W_K1zQG%a_綾(Ƃ.Ix9w`Qq{Ĺ S 42zg4G}HF,mƟ6Kہn&6 nIۆI܄9Wez.Tgw0 +xV.by13ZKgGRf`g90x7J3ɇ÷m$oQ  ǔ]‹lU6 ![%cI* *jꐲ$G 7~NB8 t?]Zp2=#$C نU BzZ%7E"! d>SltwBǡQ:nb"6"&~s1ZgfG ǪMo/~Q?zLwuH{@[\|D@o)gГfЋ̿F2onLϖJuE@XT=A9%/I+~e:XUt#A[$x;v'gh<i)!X(.}nth!Bȩ8F/|BH'NgQ"g4/ϸB͡Ʃ0G]\rřbpGܟq"B.^4Et_ҨyG(:a‘u$ř( 9@^)HM!zN=E]{9Lܮ}D[+~#X6^BcJlP lB]˶Ewqj:0j |Bo^F?MSVGXw2 ~#zЌQa. {%MR1n%y)^D92VYl"tO ݠINxo {^R޵Tc"@ZLjJl\(4Ɉ*ק)GǷ3"MB׃Ƞk7d"..,&KĚdzx@fu#g۟Z_%mzZ%EF5%e) 9n2:Se+ QKA.v*e nM-~QIfC«"p/sNcg2AD(nC8JWUn2/ٜ'DAI6sgG?T _Lp 4&y~1INK ECf :D5<l5iЄxusRBz.8d1P)!@A6'Iij,|h?OVۊ+YzK:i1 V4J$cVdhZ(fϮo2@t2&VYIdɕ2/TZD)LbiC>O!R8hF]3]N%0;f8*#9|xh?9G"tup~YK,ˡ1-Lkpn7I5Ӝm\7+YpPBLK,z&)$nلԧ-Ea,~4v\ji۸So|Qtnؼ"wb!W&ɋ#9YZla\{+5 r?ݵ&"Oh 08Khyi]iq˓ m 6zڦύ#2WְRP"G)s#^et#e$ۉG@1f;oa5Lr5_b){Dy>2< >a:5>8VcRmY?,[9xC@x51b2%hK Fu=\K7"sEέ-#="I@.AzW@Mf ƦmEUh8Yh+&#~ΈMV3B.fc6wl0,B* br7c&MnQ<>l(_cEN;M]j _pfG3Ck]:_=&b-ͨ <ˡT5kIAMȏ_!{4sCJ͕?(0*!@yP+گs%]D%Ё1A`)C%7j&Kii[o֟~/xEAIG=??]nQ.Sq"w ݕC,0/9;wtvijEc;dJ넬aT. 綠3],7iNվ`4'`ZW g \ SML'2~.ٓ:?P{P YH@fL-e e{ Tؤ9=? bqʗzKvQ 4ܡykݒ/jWP@nn~޺y=4ʐK+ v 0p]#D,^􂖊c ;V۲m'p!q I"$N !zY6:N{f0m] fz#\Ђ#^V6Awr~zжG AۑKfHnq8\@(f:MH %CIR׈e>ԻO{3ZFiU4zEUq|^zѐ=D ~$v[V_zk=1| :g_Ѫ-`!MEvy@i5;gViM:*V4}vs~Wi@#uYz2 ]ڞj pN^ !JuCW\khk$ U$c.'YB~@}۪WY/zUXJxY:Y ,|uEفΤ N^iRkL>TtO:JZf<!qlDpM=dqBOYwΈ4Zv';RWnޫj o ίXy(=|LMs^n5XRƄ8\O/o"1 o3+t9Zm)mL*MۣRUu"e,w0u¥ÁjN po~ő2lco*!]j`ej ̓ώM"J ;+_oTm+VE yCR +(-GrV/bSxPьZ]=[$ SE#xF/;gM545 $|7qrwׅG&Ϫ!WWd|gJo.@?4Y0}!g63KYԼ7vS\Gl?EU11YUBa( ;C8F`NNX@I X(p8Fa\6.J 3HSpG< H(^w~ur`HIh툨3c^V:ntayFDdN!x!khqZ*$83&0P_!%EԵ[&$ʔ:Lt;C %jxxpԶY=c*X̆$Q~p])&{ t}-aFmm]Ɛ@` Զ6BVY{ylGaZ|C^= jp=o7)vT>eDThK2l$%/CT[.Xg_a2[аܝ'6_*93l3'lg>Φ-.Br)ܳmQ2S!`Jѻ,x>-2s \-Hbc&uVzrWTf 4<9(;ӌ[OWzMDtQ芏Ȗ~[ ;BmIA b*MmqΦygc0BsH%zRպ])jx'Ҵ0By>r?^.5˅6f3f]w֞(:OgI%(V`ڡ<iƢUʢ0M9 љ͍څקam9]>αՐd`̱%^)Gz( 0}$̥뷤s;)uR{(MiJ`IηJ_4dk ^Rt 9?JJ|[o! WEqord!==?=UȉT=a 긕^q M%rȮoM|Mj6(p6>hJ9L DZW [:yu$eh+\uoωxNm  Q (7־F&UM [V>|$E2m; r@q!9i~(19|V6ř׌:ߺvW>I?M띌ҟTx֐KHepMBf6l2I RSȸy,uFְYHY[:Ӣ"?-| i~}&{#& =) J)BʼjEQfҜL>7(9Fxgbh )PO<- EY+pF&HKсrG1YB8 |diĊ.R'^a6pKOuftgvϭ#\kNy O^]ᥒMz ekl8b@ [-lS47%PRf dhK>}*2GN2al{PcI c !-$:BMJipLhJ4`dBV]* O/9:\A#p&cx)/*b߇67!>(6K9W[EƘK)!q݊AM: ׉Rx 3@`JxK].b':FxMA3Dڑ%!k1˧f8'p ]tRqq2ŸjOY|a|uǔT@Y5X2Ԭ$'X˼>, d$NЫVP SP$d xmogFBzYmIXCl~U՞_eO*LjFf5> )ൡ &:Uhk9?#YOr佧?{;6ѭff9!M:Q*ϫUc⹈,9=2c=yL+ȼ|kp{hBEض F52E}=mENn3Fiby%͵2D=5djEr[Zȹ"ͳu9"<Ý9q6I2{m:$8䀳}C iqo!DozbP2-rS\upזĸ!o}H,~q~|ʝ8kZiS~O/:p>uCX' ӅĦ]NTVR [Gh͸Z;Bi+T 6+U'r>0l]$RzYĊ2MS-DI:LڇXovA$`Sbo0%0N8ASEdhOꁫ#2 DŽnX\ӸJN຀>JSwn#Dx5aa*J?*6ʞylPV^6JAsBi<#NJc8 Дe=UTgn$-'Gϫz7_hJzb0p`%Ewf=j֝΢/#J٣L^!ad+u2ֽQ)Rs5)߾ndwYbj(/[s4kpzy'[^܍#̂ .CU0@3 7-ͷF3%GFa KTX`2  QO0 Gs&n?1 GԆ'WE$$#e[|Dæb$Ӗ=U*v9*"hS^"J8](!O{#FpC98a +L!0Bt|Hld7z\t珱vLYQ>r,::vO_1##C5(+][@ZCziM gicѨ Oȿ@B\f@*:3 ;t gE $W ]E"Iͭ 'cUh< t=%EM0I>_}T>Us k ԃ{#0/ Lڳ}0֜E4rRoJ>v c=ƨ}`ȭK)Ud-j k %WUk" uHjY=_GRnT n@yfN:mΖ"|TE xeN3 :݋1KT uI*PyD^ڣX;wTC_ i`ʝB`zzO遜Dk{`9遖E VFpэyY_R xޣlM g+ΝŸ=ӔE䥸5&634$M?I􁮦۱E3HH u aj~F;sBPc]!&] 2`!*°;L)u8Cѻ rzaWkIIy)B ^ZZ/AԠ,''Mt˚ [/0"$˜{zmv 2>QEW]^M9a9R xgyf83Rua5(N!BqEXUImpV8mz ^ќ{ka)^vC%8dK ˚y =gic~)ZDz\ GǥIqр?!&FA1쀣 {oV.5 m@mk2rטZtMW:!"Z!-|Lt-!s:QN??Gc̷ͪ{=gzT }뢋Io/m>䣍‰[~_+O}i)> Q-7}MIh?)͓8EV愁8\wk/^33aMACTa$@yv|nl6gמVgXQd6̩l|[+CU`N™*6,k6Z=)9>'!eaĿ'miF.ADqF0+B9%1.C*C`G(`e/(cj= iIӍJ—= Ǎz.-zzZ +fy{2(F~ C FlW߳Ls3$B'yyVqЗ|OkB(~@k1z@z~6)m$ު ?6gU +d*5BsLW-'לi8eqv@-Ɯ IqQX^Zy;Ƹ~苴 zdQvY  jϜ:*ms J !HZυ$knWh_va_GPJLm6a*K :#닶b seH?#>p Y/c|dbקSAu5=E< ,_=A#[ 7Jn4,>(pXpc\"Zye LK'cm'FtbҚL>k#2=#`I4%Kͬ $KT(#i~ZhN  [Π?XM^Su_h+Ӄ:M-UuG;hR02>ԔXB#־Roi  "7ZO\Qv$jmˡ)tp׫96Lh׶o.a_K_pdRA*aeCL6s/e5r~bj)OEsVk`|xRi9a;آ2hCGiV A{曺jI2a2|sc4&ش@4(;ؠKm#/ K(,)B%TK 8ZV%7 .ٙii H0$R:ɚPͻ>3׶LkĨ]i2WdcM>Z$ncT}-_ =cl<^OI\X+&rO}*sɷ^#S+eWljs_b7 U5答;j" nbUUgb0^A1i) zZ (Tϲ.F[,PWx%B_c~zrX#؃N;ܛO8T\`)e70+cnh|.ޝ:U'a1o&_STj;&ܫ GgcN'oFWB][JF-DDFJ'TD+ ,q Օi$1]qow5zn]#@F]|QR3̇95z`-Ȗzaӂ Cx >;B2{#%dGwɦ0FzQTːgUr_.u/y5STJ|+^/ox<ċk nU {ߣBjeNZ=w?@B2퀿g s${#X)ht;r`\4gx$?# 3U 'jITJCX}9ML>W<(2,^Vk/7WJ$}mfMBҲ݅(5 6H\ wYN4O:(i[Y)۔pr|n KaW]Bk p/gIQ,/ݝ9 boZu\yny5l2gGe#B[ٰVeM>EºgٷorHJE"!e)'w8ifX`̅ەY0F8k&ӴZ 4gAޖ_z,ݴ>zg䕖L{I繍BM.Gu@Di8|qAG#V$M$@wQ%ֶ u7>aCis ^ #E4J3i2op2׷wUMv2dFAtxukDb%vFO)sb -CbU^bDjm;A: zmɭ pv&4RKrAOJKY ? ĚnWa&uD1> 4 `UnJ^ gYՠ!h{_hD([:p+2१s3kɫ@3Y- Oݦ޵1zjgHewX-+tn }` ܂/2DA@Gf ?ByюDPDc(Y={Nps0XݪXi4=AF*Pr?PԸ=c9.gT#)zlk.ЋAaRAjڱ Uڳ&u/q {,Pm-?+b+c|jlsi[J-?.9~^<0pW(xڝ'?UCzeĖ@⇔yAˑ(5]Go%q%lδ#v844VIYb9)xw.?A1M4 JM!dU~ϿK{*- 5@EWZH.h"%^mĦ{A\&5Yo :R.gtk7)KZva0&68 &aƇ=vA5[V O;[νU7dnj$:~<p[Qord lumz8Z>ړ'8d LV޼Dpp1EH`'9qiҀ܎%]L@ܷn;k (GM̀b]7;z<6≔ϏЮƅp⑒*\-ˀH*PY*<{z q-L9 ~PjjQ7H|3+7- 1r)mYB歳[րiEp<~Kߖu6xYg. ^4IHE YNNMc@5UK9N(_D7B~Z}R8sȒ_Ęe7[KpCHvfvQUhڽ,JR}nlvtd+`2RzJ2ж!jQA '=40{!M51;`obK}|X.DR "؍!؈@d<(2{! 9淫ڱ': -9E]foU'#69x+ŒQ aКz&"n(. v-,Wv*K5p06T_tո[ӈq«\?+DI+@Of-:a3y2特vǂ%|X؀zNrVE ZcT⹿.5:#lS+޻[f'TVfɷ澪:c nF9v JZ-K0-  q8xۅǟ ' }us^ո.~thH`_+mh\ɶ]t7wnͭ Ey!ֻOP?4"Y^g\]esaѤ%"3yaC0|Hy{dE2{ #R~Q'?P;/)qɊvŜHҦSgrUÊ jE ـ 6^͚| cn?aO{Вsá`LþN ʸ"2JkB/9; ŪqbSx*^[Nw\Ȭ_^{y`$ (BPߊBGᑢZ1 i#َ-Nuʷ! *$ArҕG젏t_Eka~<~')tȑra1@ߜ Q?|̳:Ց nLH8'܄'/LA(}Scq@rNJEELU^3Q[R 鴤e8VR1)=8Gߜ9ˏ\:&|x Ja\d(d4͵}#hmi7tuJt矆o' ѿ*u cYDGuv6xTRCRPmf#4Dȴ$#X>*{s|}v9N۰'̀[i ĬGP л %N{ %@YӒi]@{~=|Y9{®:څCO bAt˵hQs5(ZDD<4ʄ*#"dZ31g7{&BqL4WEMBe{sQ 2ueB@tNGdlI>6% O1fOƅ^WC]Əl?:rO$b ]С.zu>I$ Va[;[l` A6*y}âhnvcB*ڶJuĨN4"sګ&%Y [γw}Eji[&QOܳQ| Cw\֜1,ڀ&o{ƙ=ʱ> w~]kqsɇﻈZ\K(cK\^*u=um(q kTyuh3 $6fB3ޔlGcqHmFO)i~j薲qD Xo:}VE,d=#X#!fi_ jTCZ ܥ4%Ds1\ڛ;_mP5-?%x7˵#2N̠pe~g7lKʟ+ QmgyPp*Tu)$U[2ĩ@z}}Q7sWC~vt LhZK3f>Qeg$+E]A ;䦊$|]x57C;i泖;WZ5_X=DWq .:`ִL"K%FTpYl1ݼC~Yb3fvCТkXd9$uY =mRCsӰr&@n k^ե롏/ K3˳&<܈O^!:b;Ք:[N5 jh>PU??Z-Zo`eF܌522MC2PV0`gKpG*; bO|?-5;X.F/kFn~nd;V virO/C 4I~kY4 8(F n H}!yXS["B^uwO ia@{Ɔl@ϥfglVHH룊yDپSc=o#ŭ:²vV*ׅ-{%Dul09z$*wU;x9挿۪<.D~op۞`OI7+  -4LQG"Z<QrMYyiIhq}=ӡ儷 1WIfCJz!O];fL#5Ë 5FGp+jRs)XDJ+nIs N0v6A-E} BͿ(/77%Ksmg^bt&=E}hTVDt҆=|SC?GFf~؝ax9[6np4{'b^wdTͭOFUIBtW'vdKP0.1*1~ryPby4ݷ՞ wq>u?C$jL5H\dw+()5'{ˊj* nWZqڭ?DS /y%=Hr> ל Q#d L` {{pIHt#>MI{AK85Dmv~T{[nuGZvvs)`5A:'K@h*2I_c!zG*?ɧlns‘:.ae=vp>I&3 v~ ~!fJms1}_t&!6%J3⿄jDwѨ=E|dRCAvc龮I(p0N݂Um5]p/Le찥8&P"̣hLݝeű]5aHW.kɩTY"mإHc/tӨEuZndִiTdfIPe  a a;ly{(종"=#x9~NbkFa/0@S%!J<[TV>JUX4f ZM:XF*L>{eH>o,LwABdUBϛ&7JJMfL{|41t9(Ժ-!'} 4=tC$'TqF=v56/\X(`" h(F};)m1#jqݯ LAMCQhY9^?-SfetJXَ#ApUtp9g{.+a f6}i)7i%@C U8ܣQ]wR"8K Sk``a  WqWy#~04O`Ϭu']c]ڱᄩ)Q(3+)wip:;n|*.Dм,۳SA8&b O.P }s?Dol{n)~2߂q/JuK)Ӥ*؆IOAyKk+37D0sV,X{dcB#͎ HpKq7xDy rR-jTS<< ]c >F,asr;`hg /޹g%"_4c~z E?x3&PؒQ..k:gXI^X 4X->wL@VЄ2;dPi1/v=柖\p5.:si>cFK6q VPhK-l_%i9m|?U/z@-%2w1xGh\]No8AɬK/UBWZ*7:8; 'h M)~@Q-bjXwK-b'l]SKBTQ;$ |;s8 blbT*wfXYR;AN"ٞ2LrO=7oݗ0q=˶nPD|M]=y|-dc55=0/ x阜o@٨}^:qxpa5.Hؽ&ƴuTZj2%s*BJ]JsؒdڀCG^1W1Jt p?z/:>S(h:@,ykWoQ?EVf4ppг(x0;򶏅Od +!15 r6KZ#e>l B5Cūf Xڥ_Y/%~&?e~!~B\lm d:Rɍ>1+IA0{G#Ql:\Y4:P̅ItXJfzq8 F ڤYdF홠o >tLdйy<+E͔<RKf9? Za! 8%ԗ5*Y['+|b *IR'0 Ϋ"3d$#Fօn7ԽvGD8˧|7μPߔ|M7\]G=웋m4&+I7H$/gLY!_ -TCa3s^1>SSzVj4xΎǣ ]8p?]C#^;"|L$P|ӎmF'\NS>q 4Z!g?2(K%jޑT#S׵/}A^ص#lY4[7>~W[=^}5ܴ(KSv,֬gWW.=("r32HWw8)'OAGfSNU@)>Z &HQ_`#}DŽ[b`nU]>E󷓻Ut143ʽر a|p0@-.Q?|#<'UVp1`isH˜?%L0uTzFK<A|ޱ*ZaUbǏy(¥$iј=հcN]Og9Lݕ^Hf?h+j:6`_&:Dy%}\(Mas dtf(+}4D}e+X^$fP.eMJ'oB,]l;.xk`J.׀9%Y&x1ۆJzZJ{emlIT<4p]p:r |d-C~,cRҳWAvأʅpqfB@aw|jfg1Ax2<jW1@24C$ј.hkY@[9y |֏Ҙ7."ŽFxeZߡbuسCq 3~EbNgUc1˞ bEimӬ8?{C Rűr&]a:Y32 j Ke\)L~{̤͊m8޴ eљ،h{ðyu< %DJ*E0 cR^h1WxSɋVB0YE>ЫWÆ*uĩdG4yXO;D=@n݂tBz; ʔ2SJskg ;A ZAZѳ0.hU_qhp"Ϯn?5?O9Χx4nl xm=.o(4 6n(<:^smng6tÝY‰XmyGՊDڝ>-mI&)v0b\Kq́ sujZWHʠZg5<1 b i~+ҫʉ7j kS,?%aZ/ZX# 1tad9rB0-x An%PdB7ĵk:qߩYܛrT,z4 E?T^T{(p-kd-ػob۬6nTTvxfqe duAOҥ/*qP}@5P -g2dH+,2K6L{VRȡ#|, a:I{KFy;4^@eWg$'=Ix 1bã H.rsk m!W*uUJLx,.4JBˢ5|,Úr츻 ړ;!|RP4r%EQ CC^7- S! *Cbh'pn38hE e6?S>EbbkRLp :9[:MyV?jylTńBMyX)DVغ)s.R(H@(&fIpҋ#y~Ğ&Q ݨ5l)PNvh-,qTtaz8$4*ޔ=]X/+&ӨrƁ,ߌ1UCpbmxˢvH~{nQҁd InB#|V9U 9#iZf~뼠U[ )r^W|v9^QNfv,^e;Ղ^œ[A dӚ25Ȝ4T"3AM)'-.H teb x^~28V2b`w6eؗ)lJ)BYؠ"m0KFn~ ,0uR$tBpʌ {[gj)?M̀zkwBJ'e@ nTN}=R=O5n!{}/˜8l&RӺp\X|]+ }ҬG[ےNsX6L $0v{\^U@M`#JqZ'd+y^^F0 <l= @Vx5.^r^H{vK8t?-{YΟ4 xO5|R0Zjpyh=[,^[Jn6VYq.~n }+%TiXs`~DCg)l ,2>*15L$\df28Vr(dG;!y|Nʇa0WBPOP"z ۨ~@wb2 C׉<E pxлZ\ jRdIK#Sh5XrAq) +~ ˋ@2+(9wS [wC\@Ch%x 6GݸtZ*iatkY_ӣ Ghގq]&`:"BtѶH0 -ם%?}K¥N\tY0UVquSkb1K$B&bi;>WK'& Hq%y6a0%f[A@yS1C%\jӀ1"V"`p#blH p@y O376 Y]̢eY`L4pȟ+=۱K+tUo aYtݸӌzjU~Uf]/ 4v8ދҝٺꅗ*M3o2 Ȁ4ic`5ODz~ <ųlj3mUCuZTVښ !&q'/y]Z q!cLjp=L^7_uS!j^-sa:I;4B\6<XH(ؽ hvGC졢N?1U#8*/y`7ǖ9|g$6[[c*'s.`4bwp o'4IFs\}-IaI$nbS:vdCa(ZosZu:5Mҩ;l@{`Mofr/l?xȯQNf"kq<(=P ƀ1f㣼H^&={I' dc>,L<Ɩv0Gq|%X}ű\9@^Oxm *9URD4RGͼ'7M]@vk;U;5 Ꮝ:Ъ{ݑ$ M YtI@Xk̽>|f坭(|.2Gpu/)mt\D'U+C۹kgz|"hX=Fҩr7+<`Zk\p^5!2zU c6&9O6tGIǭY>5r[WX_y7^ (\^ ճZ颒8M@=^{ #|ouQ*JU±Qmwą%̑p]gbC}`Vm'LţbYtS)hI>PflAHMrF5A4#u[zTMMrQ1]]jO'S*ds[)Q z! (u[Isăr |_ISDz:h+I[cB>0>lKujK.眦KSo[Wpi$^f3Q?!xcYiMP@ŰύI1u] ۣ@eVRsbp,KaTH~5f}58,npF\zkR"`#D=f4njaJa,x04[$0FAXoFs7DgnS$Ϝ { Hdq?J7tDYPhGfʴD4j);sy- DnRmpt͘y\[y[քSL+='KWd?q'3tI{)CNMI|ԓ`U4.moq^-E^teQ9yZ{7dbDBPP@'L+}?NTgmsb}J8^ 1}sRV_] ÝP@kי#$]~uզzM!0L<QڱYO"deY`}MaJWG __b1f"'v]R#Ba/tKb3U`koZ~=3}o=[--Gvaju6{=َS>{Ke:P:sq>5b4|̂еd3Jrg wg˭#DKzo ٝl'%y%`WFD:~bm>}7.Fnԝ~~,| |:<;oY󡙽"93Yom@&` Bi Nn+Gr'oPZʑZ9JՓ\4{"\A|XГs.3M&5yšdJs.4<#*Rdf ƶW߆CE"" (7 %24D FǁYn:lY0Nhutܓ|ZCVEo~~WSU/ņąwvj::j'm24Yu^_m Zd2t m\Jt҉ȱf8RUpȎπò1xAB`鱿~Q  hi ,6c <[^T 8 Dxml~U*hf?CU5 ҶqS<o#fkc\e]$ w OW7{Oh>>|ٶ_%sեD^ #Lk&ָnPg~<4"DjMwVAվ;|n{TF^ԨGp5 PP7MALVޖ8fD)j^a](l x z7d`:鏷ݜ2`!aڔZbx ]V\'QA&N"M^74#mÅ"[3Fg\@os2ĒlzŋA%Cubyέi?s,H K} wKe{ʷ$?;Q1K׺2Δozlh9++F2VB=cK`VVrۍ:`Frl2-n?rZWcH윎Cv4 RD_|7B JZkG6P iū 8 H蛇!f y 3SFԄd$GN.3Se4|U F <s /FU(=ylG;D㥣ex*f.ѫ*`L\F{9z=^Sg<ɀ|t|-%~=#Ȅ6t@R>p&>~`S^7^B0`~<ԼFPLvua~))NpG]si>nQqTb.c(g Mj#.#rz`>0i᡾aQ~g )|m:&cS,Jk1O ݥ휉D59Gs;v 6Wlon7Φξ\,o*n瓡l|8u<>v.z|H#td+ e6 yG8EtaBBqJMq t~31 'e/P4*~')jQ2m\|ҙã QR6QHu*yg$Prvb"sǪH= G"/-]8H-E~oAtZf !rFMF+RL duJҡTR5Cp 'Jf9+ʠuZvXX1{ԏa ,?@ds .=RyE`Ӵ|)H D8ued%pbز<ה@P|LRBPŸ?=_dB&&}Um$3@-A:ðőrc<\+$l**AAcw.6ZV9wLVҾ-ޅnn}9p oU5C!-zy_&yUwPMH"gswQ7 o[ JM.J8ធO}͸H=B23nܔ=3q6-ﱗ62^BQqݣ3y^>˖sfOSpu¢:xԨ ajmUYx7eٌH.g (ʳo͓ږvBMԗ8C7MĩьA= ]^#ZJBjE,G{8 VuBQsG` ^r'@\HCѻz=RQ-1dұ)G)pu|2lZċ,ywHA ZsKOiKCʓi⏇q+?禀'ޛ_ N g&*‰3xq[Y,LRӝ5 j$rr\;G T0[v<d]UK*0OB%4JpBl/;xQ**JIXx`W!"4J;g.8ǰr@c\xHgᮩiq+#p7h+ ό<]jvjkՅ˃ögv]vr1޼ɓ'RDE*R=Ll?j_XEV.k7jRh.)A9KtRa2{1#S?DK/qS%w3Ǩ3(2[4%i*lHpA>_6(8B!=wV=3/ sE=Rp`Z'a\09uO߮ Bg3nbUwW-[Lm2cHt10xORӨFha{뾮85>`e +{<- /V> r[򮅟/m Lay'W0 orW|Yf*Aϰns9a/Ci\1)7<-lԢ d%NLX-_XcR= ߕ*2# j\ΨʏNMl<C:_ዄf: )\p3!]m>,eA_ Us:!O1v'%t~C&N1#&z^SMF}sJF^ۀXnDqnwi#Slm{\L<csQ˴D4J!$FmsDVuz$2=dv(Dxk2ORGMО~%.} x"ۮuXfuC鵚ŷ"thU#/ cg0P ?'d;mD&fY2q5ȋꖖs1QD ;YAתJM^ߋ_j}1kմ]_Y쉗uc9PPb?pDabm]ٿKnÈIޢ~v\kܧ f*>8͛9&]DdM6Ns[QD 8Έ}_ Ih}\^ͳŠUӏ7aZ*2 2Npa2דPTP <`&ߺh9MwOi]r &JUV /NI2Jt q<ՙ/:ڒm*|,Y2ځr@W=Ű%^^8N[kDV&B>Kb@B4p?wק;#s"AAfb J|E" oZp1t$ﵠF;_kjU \F fn7! B%`J"j}qki[N6AڌсI&”b6|Ilܵ{Gĩ @&֜l4@pw%Q u\FL&0ĭzU6{9#L( qW`RLm饟\ytor%-tyIԾt3$u4<ZvGALXQo"#!Լ?0\e]&46n Mt2Ani:wOxXY<tIRѽJ UE?2nuCs¥gԢ@˜ܾC8W SҪ ;j"ws~g\#G]KQMwֆ|ǘ0ԎԸ0ldnZ2\"HcRP˴䡟\6U-Ccph|Å`$_glծ4$?[*7e"O9|̖wïwӪ FTg?(m3~  d{a$>8N=0KgFI|-+ӊu+1!߉`tYWu|1uaքgd!jNZ75p$zN*ᇿs xatIn``َlI@0sњnʌڱbu! #̴/쩬a(Zx]!p3KRx][e)4/Ww v%kpgxS $Qs.҃TJˮ=%JKZj$%A W)ن;ãhwM}lJvƳ)o|`#6>NQ= of^A2^`3l} ;i uٽy714cfNlqVz|Č2g'#N1 Cs8!nBK 녞 !%f3>Q'J$O\bmpAʧVm,4~1E*Rh`*ڇgy7;#Ym*r˭L),}.2>&ٌƤHoS MT@c GoFu+L4ڨ&ݫCS3oVB:R>:+|= . CEO LMxNFb 3- \|I΁y'`E,DCzyd}WnJOk;)0RKدƯ`Bj5[DnR`rB(p`:ט(L=` 訍+& ñ xb)61N EG& 9ib8LZ{qۣt:KJ2yZ?} eI$X"1.E`ӈ*nF\f@XS;3-]p\s4pf֑ v1U@Qt$$^Rـ߂evk;ϲBs3ik);Ge\N1H0іθS>]ذ];|ѬP` fEl{%Z&Pf'Mu8m$dU֫\1us7:uq6Csl@oMJi pUЁ}xD] 6E֧_CNHgiTf6&5#D㹣EJ䪯?ަ譙h].']y ٬X=ܔWW< G& =q hV售yX֜n#B5Ph&D5ND.]' xe J{uRhԺ M:]Zj>+hxQ"Aihh_Ur_ 4ƛl`yi3 hU#UhsLF2BR.wGyk8ph5\/k)(^7[JRd ncC-8:}YL1[= |4 ᥉01;}Q56D k (XQwb :X?u&T[]a/>rPTh+mH _*v #Eq8Y|?#H;* ^nŠXLuLT?7cUc(s[-0l ByJu=v_6<4Rn}$:TIx$P, y8 OەĂd{CoJ(xq<$ x-G'Z<Ϫ/ +u >s5PP+7%RK,(9I;bb-,B8s*oFTs u3<;I^vE@ʽIeۭ")8bLӚhQ0k xօV"R mW]O;r- }oi$ -v8NDǂ@x7U?YZfzQs:XXv$yߎ $htWjXp{?@{5zO!g{t YqInB4ryB4I{av=PWLm6ܢTR8]`s~SDBZPU\c96*9opt- b;$u<]kUyM K| |jijF:K^EQ5GS㝈D"e"ieÔ"Cd.){ЬJ6i+ UZ0 ./II6]EX5NT ~}6rP%=<#-PzHTnE+䌷8L}ޏ@~1/Gt'aZqN۩;_-&oK4^g'Dc貍ɤ䷮N2r.-+cjhPºъJG~'JaY@"FyyxZƕ^oDF:P J`% "tM G1sR7\@yм07!ARk!ނƫ#{<2g5YsW*Rفs:iSº!Kԋ2ֻhQB" eQhx(!D"?O i2~he,V) 퐅/ZgI88R8ŷĦ\d ؚvGf34+t4z/Tu>BJ`သ8[C|[+A!GJWaƁ3FH&˧_fPY Dl-z>=GSG$m(oat9Z?pRb1,3-msGWOAlF7f(::/dz!iԚ ښOՉm`I'ߪzsr:eXu5(R5;=x{*]i8炃I'-Y@h\ȑ]_.X#'Z ><Իc>)]4'<Fx- -\Ly6~pIV%r緄-&k+4Ǻq-kOϿ=Hk̷{#HDMfѪO^-j ˹_Dwdk4gQ+=LO1aI7b8F]Zjp\`YuZ{-z8A@ꍾ8d$"si spkCHnj4;]A 4 0]I=7fO;8*%^XeH#f:T83"&ق.NL:1xj 2[FaZr%y#9cSH6þͯH~3&ahuJS4 N S>_KM+G[`wfw$31'cKrl3?3;oX4sNgjw 8~P#}.KzXvOC L%j  6hZEx04BS 2tJy'"FiaBҿII߻;1z`"~ m"E=!r҃㖠s2qw69Yb"ZqNSf;~aK/2yk$/Yffm}N=+<1[Pԣ6e7r=>8ct9jSZ<~-Ya8} Xq @zղb GҮWxRm( G r" (v,߽tC\)TXqrF0a/&3?7CnIU kS~]^ϛÿﴑ}[*b욞>o0Ӟ&fYB[&9|d=MLn ©\Kl#!8d1Bǒ q:as^_ڙ1uXYd&ez(OU*-T1ŧ=-SS'%K1M2t<'xo}CaSOgT>.?̀ao '$.ss435 P%Mlt P`*FF;X"I0Bo)!i+E HPk,uWMj88hd%E'C289a+1nC@ @7M87 ]^8nUN4!\kʿWpCo"":hJH'i`qpJ1r$:B)ϘFnISjjS 7Hn u6o:Тm{H ƻ=O}<jg̠kyu##cVB ̉}dԨ-Bk$rMr8Ex@>܍|7.zach<q,V(!oO. ܂զ;iz2d> zGqY':mhW4Y6vH:W'N'aޣZ(h^')2N_50'MƈP.7&Ɍ߼xBI߽ʮ@F\tw-?fDu:~=f R R_Ylɺ^osWQO|?]g`/L 'Q˙GʒZZ.&{/>KDhÞV۹)!R `ԧ-b&ܚy1aR>Y<0bx8>MZgWa(!ĵe Ʌ/H0Z몊gaL,Gv ㅑ =m^'juMSJSq3HV&E%54 +(%zKmQ{n IP"ڦsm/Y8+eav-7ne3!`dh-Wˊp]B<%KdiPW~JxM/iGОOa*Jw4  XP, j%dl|Wp_I{M+5F; SʓAȼ5 qGpFuzpcv:6/iG)bІV5̒Rz\[F淶P [EY -,t)" IUno΁%(,r9MOl?h-O5!dXKY_ׄ,IhOBt?{V dd߲J~HG"ۿr5H=8;T"b9uH=| ?Hl)±Z׈֠Ю$yeJ+m  ^^>U*r <8+ 15&nP!~ΙP!Q{+18~C]I ~s;w5āB/Eprj ׎$n9}K&US6 㻪ФMFWH*);$y Nm` cҶZʳ[*nB)T !0_`i)3c1 .?|bĸC>͔0 Tx$0^ےWMCI;377X\$; LaBn7$g L+F'.oޭk궉tWY7T[Iwf~2~ͬSd(q7Rh2yO:VY..>K\/R$ىY&wϯ0kG9sg)84xdy81M> j Բvc0WZ /h O N CH=!oCQ4&~M]+}Cy6hVF&milV\,K7+UQ6㉕VϢ̳@-u-3'~.1=Yht,Yb!n.ҝs 6x3l/ 5(q{l&LEN8vIQşӝN;" ೤h< |j%UD9|p$G#Dcq˳UT [yѦP'Y py# 1SI^qHii{97f\{dJwx͏^[^U3H0_}lϘۛ߫^z udッM:]0t aӻ]X+6"C^7#Ĥ+ 9~V>|yV\%~QyL}Ǚvg>_5suJG}Ooeh9j6. bY"T){]PC|P;' 4e Ӱ(xFꧡ8Ͼaek~LiS]uKi4=D8=QVෳmm'p[y/u="9k;\:/o-q;k,T̨=5(P$wRYj}N^d*hrJ@83ZIc5֓z{ XZ'/]Ū 5KTJtix][m'&*Ź8o4SD}E碻NZnvi1g / Lsǰ2jw/BR Jl, r&eB2^0Mkv_o }WF1% '_X7?ѥX e(-b޿ ?Il[uѯ_n9o,5+sy4HlI*Jf~*!IJ`b5)o ~82aHMTQXD|N_aE qB;  QMc8tۚ-1s~ְe%J)ճN-;.B?$r ]3L ΠhAWi/'hpU:ƈr*{`:U`7hݸgאf=sKx<)/I$ăϲC-]EZR[K^,/džR;CIy0Y* UjQ}^J$̴yٴ30Rh-[tܹĊBװ y$lwBlKNRpCޙJ"xgX}|CeX O%GpGĦ7"hPs#0kudK>}3f?,T?]n}5&٧oea}֜Tmx. jwfeɁ!: x7 S^QXA1/Mr/,Q S" /FAߔmݠ#6+A G\7uhCOt.[j-^j\vo:2pl.KQIz''D{=~1ݏJ"еZ0!T@gvO_Wћ MAO9p[2M[u^@.rAAi6QL~Dybr#+KJC6U<Ѧ3hӭ/\Pi\l<{rā_`D} KZLPZ)"2X8VLB Nv)1Y4 Ջ 9=w͒*ɫ˺:$[mQkr4hMNJʩtJE ׍!`a|}kx.*Uo_R G~-b%m}\p⏪PMu<́x_8~PBkvAk VָQh{3+ BYeZCI:xu,)N{F,w?!%+b9%ٿg-O'[tG ˨o~]זdN>'WߊDp0Og ef+ۺJYN*$-H oBsxqLڭk^dVq6WԊ]LW9ۿ2<;P4,خb?Mzuwȅ7gCED] x(/}ǺmN;Mhڬ{+t""o9Dw-2M}t<1T_k񻞄tb1>;61ߨL&orGഩ-qxA6P-T|"mY m\/F/Cl"H~[iHDϴҲ3VcHx=k_N ~{}J+y@$qQ_62Y72b)RO3L_,LeUp-NDULk)#*wD&#Eg%n?%auzSnF!q ( y4XaXtr{N{H +$UAedV,߈sX\Llдq;5I#RP̘l"x{bvZ6kQe|- -r˳.@J.mVb*4w=|v,UO&-ބ@uHAL W~Cym LmtTx*G'>DQcutjZRiv -H3ڇuv8gAPњFՃL4K:ԂZK#m3ߡ{".ͷI)TbҜč]vLÃJ\_?Գp*+'a aJc8A DӺX7Hu޶j_ۏӄ`1KzO­ޔnLU4f ƒUMhh+-Ivwe7~C=}MYuϣJ%  QᒑtޖyK Ҧ1#bP˩%8u,{ּZ w94L(//sbmȞ `eBNh@=,vKd}6![ ,9'1e Ñ ,D?`*:X)O;Yg%wVh|&pwRR:l 'h}i@@3Cu#?Gs*+ *zqgf.XYGw}A.*'jl|-Yhtt-`_\dZ[w/J QA U{@~e 5 Yݟs9ohd_ٽ./o>cnoMM!o.Edq!  ؈`[&G;XLEUf=Rslh8l<0ɫV120=vLN *=_2=ʕkyoo1w#u}՝FSqan # SGF%1{Ias.t&%eBi 4!h[gz%rDH;K䆛l(V14YgS8Vilk?5 Q+ 7 &<[P%? X;HJ^Z25E6!$Q!㒸^?)RrSvÌoIm\Nfdcș%mb7:-8i/;v6Z _ ЧF~(of? | r'y$,uk=RtSA;azt%  _+95DE!0php TN6#XB-.PR0vzu:^>|k#/pPx5zY㬶}$t] *ɍ _yʐI ^%Mk>uI-}L@\PS|96}qFnj[(}HDd`?1I6` k xU!]d񮰱arVr%yt:iIo<{c^1,+CdD HYXg1v,EMkT#tT*5go]׫|M#4kt@yQ!pRv'*&؃v'L%$4ϳ.,l- dL'Hzm`b< yO@og is 1Klȟm )x(&mX(kfRpQT][z,*lMLCZם5VYmu]대6üjӮTF<./_]tӕ+h75a'ٻOURy:YB ȇŭ-wmm,oK]c4dIrN+vN<7H a|N˩w{NvKœ,+M]k eIj:tPjqw . DdDE;Cz`@ZX1\YMAU2tXwVEV˾L5=&ͧHe/\tvݻr*{bB$EZ@a!1DZ.cQ|o|Q9ZfJ UR`~D|tsV:sNLn%*RX~g3SXu efN=CqRTԨU=c';qIETB)MgȲe*I\?qT2ʮnepVdIMT=i$LOiOR1Tv P"kt1 *ݯqfTOq XQX?TO2.Bږ7]o= xh%.VW j=C3ApURJn8E܃*! ;Du$+A]J?z`]>uR@RAX6XwjAZ=ûh1An:RJ8OS1ZfڙxP9JP(#'Uz$PR-K8uR3;B(D`( M.C@}^ԺCGh4ԍd7c]< {) |dbu;V0S>WO鲨#R(ȡ@  Y%K+NH9kB3Ko\8n3bǬ4Lp:xѣwUK,+r槝q:l9~wMɻ\rC(:=0"-ߏwDw>?ېor-P.!H<~18[T#vD,F*?:t!nQ5Ǘ7pt Zƣ9qVp9r..ܝREIEl %8|)_2?Q`f1>{Av侭>|m}8S]0(i=-qQE ]RFat&R8eNo+TH<0Jq"0|PM%d렑 n./d" \g&5lUɳ_95PKej[s Ӝyhz@˱F -E xZZRKqم x9B\!;$BhWT؇l};yE4SqϨ]g1lDӽdFI9' ,1a =xR~׉h/ bY UOtDT346qڎޮZk9dO5H5sT0%OY7Y |Cu~ :̹͝%,K$gu^h[Avq V f3Gۂ}~x\竟"*B/j)$ = !oU 9OJDfl۶C{RV{v:7bUzTl2%$edٺ m=`J+D~WCn__Bz)7lhS1ɛ!էW?DY5T)T^^7F:/Vl,536u꼚izXbgT(;Yejt1ڽO_J:vUk#z;Lk>V+: J4:cU5"ám1&~0/ >@cנꃥjgKG=a6㚟lٺԃ.yȵ`y s΅|TW=g击"LН'N0$h@t 7@:MXa(987$휹ע >'A_5Zh2W>]O 5&oB] \AKSJ@]aʷFy^m֊!L@M0Dcs5Rq0w n5^#θ,qII?HSa%)XB*ƢmB=݌o<"DP5 FvQOJqTEڕœy"@/D]߄5&z