go1.17-doc-1.17.9-150000.1.31.1 >  A brb0p9|ov,wM-#wdgx+^;D8gb]I|Z"8}1g)t&Jwo~S+vlIO8Qeh /h),q TM V}H+iu\( qodLl V;Q2"*ߧ~y@, kĶ0D]s`!/=o`T\v~4Ƕx. >T[[\`]C\zҢ]拉b!43994692f131f2fd52435d18cc6857fbf000fac62c23d437b316cc70eea103928f8592f049a578c231ea5489d9f3046d866b8621Lbrb0p9|E .׽l.w*kȹ~{U0+fN|ڪ?E B-;QX] ~UR1xj%##P(r(|E͵`< \? kz>G";$Hm-e6 v ҦOu-5kL!er1mA|Llp6xY8eߌ@Ȓ)+snR"J̩rjl~ޝ0Kwp&? T2w]Ҏ{t>p;i ?id  " 3TXdh    ( , 0@ThB(e8l9:EFfGf,Hf<IfLXfPYf\\f]f^fbfcgdhehfhlhuh,vh<zhhhhi Cgo1.17-doc1.17.9150000.1.31.1Go documentationGo examples and documentation.bra6s390zl34SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxs390x4Lbrabrabrabra344c3190894932fab8c6e2296616b25e53cd0cd8cd759eed67dd0dacddb0474ab20fb1acc6ad2f7844ed688678a2e9e4eb71aa334cff171e84e3dfc448b4e8a6b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba203c89d2979ef5a0cb77a9090bebee03a7d6f7369cb026214b35ec476d90e835rootrootrootrootrootrootrootrootgo1.17-1.17.9-150000.1.31.1.src.rpmgo-docgo1.17-docgo1.17-doc(s390-64)    go1.17rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.17.93.0.4-14.6.0-14.0-15.2-14.14.1bobUibN@bN@b+9b(b b@b@aaaa@a`2a;Haa @a@`@`mliska@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- 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.s390zl34 16516631581.17.91.17.9-150000.1.31.11.17.9-150000.1.31.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:24031/SUSE_SLE-15_Update/2dee19134061329e2b687d24886ffb13-go1.17.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxHTML document, UTF-8 Unicode textHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII textyEƊeMk:utf-8ec4c2f189642ef0b4bfdedbfadb0cf7fe240d1ee928eaa543d46fae8cb7e7d6d?P7zXZ !t/] crv(vX0E@=[=i`^,I',l'._sq`(P0X|jUDl*du``lX+G5pD?֙u߬^'l)ҴtK7nCM `Tc^YS<^yDOǙ??Ρ\XKpSUY!6{iJW`'j'~̥4ՅqO0 ) =Y ؍ʵ ׭UxyЖ^,-VU"eFkJx(3ZsP\ɓ~lQ"!!aVe;NK []tM|cЧ\7es_ UjY12 z 1(YcdA?+ g .͍잒w Пް1};h DAͮ1tM)N {F*Ŀ3]*g8ֳV]]qrJZ +s&}H0l'DZgrol"4'so{ȯG!21&Aw$M&?dwĥ3+wQȝHyQtEVɟn,_OHfJz+T#n aGմhl@v]YI)z ɚxtst>.+|SM']5Bتk+ ⿭;r%'7/×9ZɄz|'IMuȗ>w+{Gp.!\YD@'Sְ{vxLN&w٥v<{tDU{֏|ѡDE6YS{g_rٷ ܘ&*~J[rܹe^{ ꢣ0?4gVWQE̐0$µjĊIcHo/`՝E70Zyk83M'7.zhK= T2/\ [AmA7@!q@po~çk 8E!f5GyKV9eY|'Zh2S% 98ɲޤ4f=$Ǩ9Ѱ*Nx]rxp{|3P2"x7بr\ucX~TP<\4"VN^ G+2`#.9ߜv[!FyA)N3;-QZSxI4f-Nf<S<5i<@W/&N,BR8)|[2zH{ܧ(#$F]c(5{>pGFnHıu2[qpZģwΖHӋFdvo(z8pn{:\Zb,ڻCϥ&]U^c5ػ&z0әz^,N|<9F8m\f%p;W`6*wܩ*?MKL-||%1nUPmWз";<2M5q;٦k]nNkM7 s|Wl~'U{dJ7L0nj0b>F'XIղjzCMN|˜? 'z]NP&f| 6#FU,'{J̆ z`~>Y0[KZOR\PK\rڐ\yrPm} BF BٗDm4Vz3P>ϸ]-=4,|D1TaTBSo{95 Yv*Sp5w%: i$QöG^'\K0>311?SyH֦r/xߐ\` NJ|8(Dvt d*bϪj*bIoz.kaۼ֩unO#G&Y (2~0&4D{ګƖM|,y=^5̃/S1԰WW9'ʗɺuaxJwKtɥ ?ȫ$ 2Ut|ۭ Gց#YſBS⥥}pݦTf6 wе"O\W=?[KΟfu7k͇*ep,` W;|d5#mH.+N%Od{**r`L#TLS°֕n:\[gT eN\78yoJih],ɬQ_b7#Qt 'M3xwP+ks_2ZSNA,t#,΅IIFTj~bkܙ*e?~Ak<>ht_Qdԣ`k 7Wjw+[g= _}y] &,% yf"> ||ju<qBFdj_EIRRФ圅w~h"* :$:j`U, IU@V>ԑY &v >Ad[;9pme,ڷ] `3e(B3 S&52.-q4-⫁|3]҇eрysi]{FaP|ƂPyGIzŽϒA|,"L=﬐ xP-qvNX`cK;r[GT)m+el-QU_x~xSTM Q24fM6סTx{h+-V$dlр0J<:E%"4gY}l.ۚcBOmJZ=ئr)mjN#$cACڈiNL=B5-"ܱ&WJr޺2ȶ#ղ6SJ\( NE6 CHʘ${Ⴜ;TёKlݝZo"K 69s GQ۞)UC~CU"3gN{D Kfɵz2H.]A=@Y}\0>JBk@ro(<>" nßlj)Q95t91zO`nJ"6 1:/U'x"9t++toX- [+ՏӔMsVh^ڎ!E&jÁܜ!c,U~bSs~C0P1Oy`3ZOthث7OciC4Il:o0koLJ[y_mfny'(ʺKAOg}eӍHş>H. Q5U&4[Jۘcwm[n8 -RNx JL&הi憝 ESj_oj/*HT1:Ku} J׆2iϸjUlM1QGWB'Wigꬄ$'N߹#z-0(`j _1щ-~ӝ8 8r6Мoϟ,K$m[ A+근 ʖ ۟+kQӼ@&xjiI+Ӫ/ itZvЕ<j^g-OBIBEc 1$r:sZ^R)@NZfd{Edv*E+\K6R?tYiJ]PmFJEKbfKO=Y|/ *1s$gc˱y!B/9  5d#+@Bˆ;(J%f.$c`lESDgz- 'pm9##*+л05 ĮxÚghꅎD/A ̚]OȬVF&\Ȼ_sPzl~^yY'[ iu:$U1eq e@(8f02_7~ S2=q}J?8U I #.29Ae-AŅ;Uf`Z/bVUe575KH *${9Ȑ'm|S*X*:;OaD3MdH'硻}b$Y8iWfPS}i[>5"Z_*JDWQ2ڴdB @;-_LJ9YJH}gh6~3H6S ,ݢabFt'"뒩9c n54HSwUySvhX~)O]r}oԶD⊿MTuȏUSP5FtXKTt1c<["b_s2C:%,O?]{2/5w + /8n#k{$ VM!/i$2|H~)Uj[4@?ri4"o1+OL~xgKk"#lʷ0.u o=kʬbo']e!u8fdﲂ~!<%I(6-!Vfg!X5Vm6e5U 0 GR.G8޸,LC-M$>t32Y'j7?tǗJx /'^T E/V_n]<d粝e[-VHw_J8⠆ DN2"#[J:kG9eᵻ2Œ(} \W`OD!F>6I&pj>4ԧq5|voψh k9:5ƍ晼1u.%Bqv]+teyi/F Zybhp_q `.wAѿGMFo !.iHrC' PZ׎|g[ QBUlԈ-ujavk~bV ]̦5w4ܝ,NuU5h#.Dv\خ#!EjU;hh VHWε_E}ǟ pR)o{]$r⏀Q1s[Y wi̝!m0`8dL삝[*O:WxepKnlؐvœ;0jVgǯPHM82Jv6cOv"}:CHސH&0> zVIߕ\1Xv!"0P~c)OE!,IW}=E6ZhhSdܴ-h f8pLeձ/ DvOtsJn=*_$XZ(bF5[;D\e>f)nXGX6' ]zo)MlyaCṌcWce e*ܚš˕Vg3@gxtË|kv:{7yHV:!ߐI{T{@:٢@_w ?œ6)Kt#YΤv*ʠgNjtsNkN-7 i)Em6 hq`T + (c5ʦ(IE#A![1m_74#^2ٹϚn[F[5KX%W>]=X,F鲡)j:}}`UO!9JfCؽ$0ôH}3JaPG8MJIyۤufil9_A̧SXVekJ 즙,4Dbin~˦,:|%ɍ]rD+x>pjrjFMђ}d ljE1[eZ*Hħ~`aKz@+^d7 's~a宝<-g>3<鯼Sf"vK[Ԫ]h\trA XU_Ė!M~XG/@@'s@١1-܂v-\FLeVv-C}47`\z=S(5%,!eC٢ 6ɲbaPb~ef\4`bKIYW"\Ļ5^YE2i] 6dF KR fSޖ-+GI%Yi~jEwظ4&klKع5MVՃ(BYX)ܶ<3d}ͬN:.,O:ƙ[_]wSKd8`wYWI|'nw-y<;5ݟ~Sy?LQ=8 =88I6qqهAW5iאS!3C$Q$X{n~z8 JFk7Ji-*&b[ܡ2 GWYLGF/c,=]w)ޯ06l! +ӻJ̤aZIpq$hG3iq$NG#SD\Y⥡8T&Z7V*{N&ӒnNoS@>)+Dapi:& ܱ2bg'E:`o]n9BMW?#ǿk 5XZa@'B^nGwe{|˱{w,3Ks)A!';JAΈEgAcްju0VȎAw]R) 5M՗Ս1[Q7Fq=x&Y rt%2S3ɘBVGBߘAn'Y;:oYpҺ@8Mw.gf55F!Eɕ*BԂv'/_+nxXHu $UB_)iUp)49*WU%7{ x t('W#mұ3^ؽiqFGGl>MDqrqkzC*@|'> JΦ:7EHY2jBKy[tm4|i93Tlwsj㛿fcUQB&?CKF)ܿӔ(<7V*[C䪒 C}v%s)K"ZׄT1:ʗY up,GVf.&ZJ /Ahϖgf07nķ4BvE䇧B)7s\68_eSth|YjʭHE29<i O2 ^`LX¬><|1d?:< LLMstJ_`0OL RL-z:sb%xx$GGc>ɦ-(jJg|E(N~;˞';3M/|Ƈ [1嫄 +ʁ Mqy[7Z0~iӪW婀J% Ms]I#rj8ׅyFNN9|&@6cO=A\~sS]\qHnNDlKWhy MxD@4}'ӿ N9 Ah92Kz6{V`^E}q|fazaP؄߭)Z'W\il!g0?.Nx$U9ܐ`jj3KT.gqXznfXgt:>5%^deɄ OE$/NXbԂ*j3^e`ۼv4s5lP T\|z-vZ^ÕNnm_{>j;̖$q6+o !I5ޮ$=PJjܲqԟ)4=Wp_PcOWnfs"dbe>0D U}_}' 93FY (L<%&lB]\lKB[WWs7s@tÅ:2'-\'vqZ:ZmeJ bT݄ A2,֙6 ϙ4{Z2׋FfL?aXH6>`i/l;p]Q:B&XU;ODͿ+aP d +E#> 7uD-} 1B1/):_\#Эp:S4XjND0-=mnREc_7MnRAz0."oPԶJA~u맩AƆ1u2Sۼ+dصAb/ Y!_ad)\ c_eqmOr/~S}]v ty \P] s,ZSEEJԯcTHbX7:/WT .& z#E ]۴ *aNgĔl|ޙ;Nw0Ř9">=Y;vpAm+ TyK0$ά>IUTld_IkE7Hgn$M' u+٫rVr!׸s+j"o[2ZNGٽDj%Zߒ\b# xn78\O@Hv*aA멺-Ț1@2\0UJ65{IKl_4VDcҽn%|e\7Ksȵ9*|Dt/W뀵رxb8/l ÷ YޣAYM68,h-~ ME{&Z] g{$c6*yن [%Q>7KWݪ@sxR6~;9kso hwi 5lptW * y:(|d\ېS4f4q3}oh&%[hϊ WH qVR;G(Nk~sPv2C|DVQ(aM 9-SR@C79b_IU뿪JmEzQ&(e>6\./kĔIk;8eƶ6lQxY$祿޸!+</`~:Ԁs%4boz穲5*.$QmχSA_+KAG~ UM=C]'rv%☬z_?$VG([%.EX˳F&[ ¯yhK;zޡF'՞{p__9 :V#=yt^\P v:c!>f16>R)IxÂ/=7J{F] rc3O#e[Ox|`Aa L6%AblPmeFN*:cQ[[+$t_SVPe;vG_E aGGT{ꦮk üO_)&D5+j?k&e^Dr?cgqR5R"zla8]BMEjB&79Blh/f`U S`-ƕDb3Ҽ|n۩ #`UăWr~?0N:C[PwbN?GLjBml0L~1G4 Ap9S{v]s_zpֆ@ Xl6Yƫ 7۪bSKdqoҖUҧȖn,x$ JiiO>[7/L`|̷ LiR .hulكlQB f>"ihU p^*2m2=Ξ"e+egFWnx t|yqM-&U?!kh5cӊ_NxޥW ǫNSvD;v{ t8A[>9u^^Š[*R(LYB.;J}(*3]l U2 B4~9E:7rzУ~ex">Q(t !VPמ~ }n^vU?r&&wԴ;x&78E?->k[a o:lج>Yf7{ Ĵ=mh1}>`_IEd=5g!*?[b=޻`K |./Qȫ]'fڛ-`Ro 1WDJe_~ݽowNtMĂo. h syc2;h4H3 u7Csi6Z{f=W)>Ԁ/E.ޖy)]h8Z Vʬ/^lmxV5TYi6j8pY:OX)IJFG[rbtY~jBb !Yd62_W.3uJzP= xa59fŇ4c*>>i|u]dhqo.@@'|00[_|Q+%ᣔy9JV#OA?M5]az ?RR3?V)|\k^t¨Z5}7u1XgIJ/ eC!t,W5su]F7 ,Nb`ؒLXB-|'\MToj\O {Ri:O( v<|o$zÍ.hlHi0>Y~ջY!E>Lfɛwbe++E|F\*͎x\xnrbzmN>00M.̨HDΪ6݆gq"474#BB걵zcE &EiPSU/5ʒ pe~uK8Ml`DANe:[`)?C3H+xKR-vn Q_1uK#I3}r,-B ']=c[ B&^ԕT_>+==94:UYe '.M&*C@վ"( u\M%{M%z ]ٸę,I~ygGKLX!KLZ68\mW̪(ƟXpgg6wWH9[L M-T2Cf.ly+' &zVapR G|{jC!CS* gè&CY;cS{Vf&hwGx|W_6(Xچĭ*ѫNz.ip5dZi elkL/O0IdxR$ |k J0`mc&Tuh9,c7Rlf_Ҍbv"ʉSgQ\ RĎ*;Uj>$DXuO9 z?Ө.^Dd:`5mD~( 1x1_VFV9VfBv-ˢ*rC/tHV aȤ:HJƃzJXCoFZ"GK5UtCcb J_YejlhπfTB9$  <űN}CapK;TPMNh$l%hҕ+)4!idݤ ʩW6!u_xh:k0G"")35C82}lJ= +/ >ZS>>sɧҚ58$WH {#Ip 袐.xw,ZjM * [›Oes n I.VpUV\`x1Q5y_g]Yn䌼[{hk'&M O 'p{4#G½#0% .Cr٥\,w;Tx`K ybE#u^݅7 UQl(ӾWE}ȭu.rRC[Kzz6^n /ݺ~8YY``~bЎ tIȥS|$+<r1YA{Dl wnMPzDd .< ۩`ѧyy@qQ6nPGg U=ڨFp(s{B䚁" #(Zf-.sb\abNMB-qVغm2y `ڮPpIjy‡|Ĉo &KB{cΫ:8ցG btqBQunܫQߖIZ~Q.yMӧ\;ο>HZAza\͒3JF2on =%]DR~[N6lF%kjO&=jV^}T=ghRҳ`HQ%=am) w܎86&j_wZX76@ⶣPHi'zXa $lprRiIzɕAݑ ^ Ld~.9)%Q/]?(*kpȉ%!KUҠvT踲9DxPi_KTKFm+wT$ۻa;ۊ~P7mlV[/t@71”C8}0KXIH V}M6& tB6TVI ndn[i Y1|bN]Ҷ1hot1G3#AK Њ_VHe plCAQpL'`(OeB:C[(cfՆz$-8h;/Y_n[\AoD 4r^3#(4aUv\_ѝ Q>گ' t>rd[iņ#+ȅZEl{MP:U1)@ %e=4Z暫b1E*S96hH#ZwpuxZNCV ]'w6d*sb{^Iև8KmEjLĭJWc)M'D5P|!̺wzwTF׫F ?Dz @=9PW[noFЦP q+^ /Tտ:lub\2`Ճ;O1lڅDojOX AkXhh l\|Uj u[JMSt͋t>-zU5 L o?8߁~D . C }vQ8u5epX Ԇ,~\-pl Tm{?>ߠMdԱd̑ܤ=z {Cyd!(]|Q⇚K 4=ζJu^XӇh(~̋Â*[J[rR(@x ׉@̰bSOu|9ZS@ݱFڬn18{a{ȸaJzX+0ꕸ뷓9t 1k`/a-ںdB[o)FHF_}(|[st IHMv8̧ d<_`㰆Gb]]" +HKX۹>!J'5}w4u&G:"LGKz8H$w3^5amٞV'xỲ5j<CQ3*`XM:+RږZE_:;@KTUg]\7/T>ocbϗ?Tt۷y<P`la6YwzweOB#ti$ѦXbBUʽBDdM$,zw"jcgG˞x㚡)EIi.)4/Mry!T:yzjruʮqmOi?Œ䡚N,m#/,f<I0ǝL=-ɦxww#RI IG® F )'*#` `e.P~hΰKp1Xn^콎掩\%yjG,UC|;_ǣdA`u}*NuЄ*BzS5Yp4ce<3Lֽp!=~/ Y` FGUyóv;S΍0ףvWmʜ6591Bܮ&1g>Y%}#åDkeוɌƧ{Xsr鰏?Ħ9À;rH٢ Mʕ7 Ǵ}!ǎ1C]haBRv4itJzDŽ؈U(%$dx?xX.%]H2{F3mNfՏj[!0Wt 7Oj./OcLaQr(C"豝Gᅣ2+_]qpAM cYjhN| ;׍sx 7Gg/E?729pzs3QL2_zF}d8Jr=ݩ{w8+.+Zg/$>{+zd&awaK/{o\=g)v9fT}Ur_#&3q=&yg,lRpQ)IUYI#s|{r?qnN*w0X{(rџ/i4N+щi?dz<|v[2J2 d"]m]fkLY:^ۑfmcT`as ?x GT]1/ecT#~]B>]"yܘO-͇%g^4C?4/R :> 8㕬-2B13:/9oqHVr59&/$Dz,語J( N%zk9Q9.GAzE2d-5P\Tn u gY ك!sKB fPa L^,tE!HbuÅSTg_֘Jv'mɷ=#c?uϬSbu9gѻ'r`,Cm!aFNXC7s+b% Ne?E` #TsdSU&"Li.'^9J3}|r:ǁRA÷f@3-0tbCK_1H$HUߧ/qF}=>V J%ux _8rUMc4JHF K}cО%pJLc/t&|${x2aJm‚ NjlҏAD] , ]S\Jʉ *iqat/>OC趌 € F߀zÊnD52D4"') ShxBp4c)w5!  ?iq1H=}2>qW:\%G-Be[ 2;}F,A,=4UO@a] 53ܩhb|lKwXj(*r K#I/>\94 16h&Bћ)I/o|VUgea//U^0o/&sFQ}+"tz !Zry6 +&V| ý"ұd"q ԝ8yW'A%ou4%dzؒy }BR]8 Fؿxy\faNx!}-o6a'$zAFxbSpbB'RK2;6*p3\E>3C|ᤚx(g $;F)"< IٝgwuC)nhpTϋ5elĉfVa\1g✷'u/Yq_Be^a*qB{J7U @1+AЭ##nA %x$5B`I\̎xY|=Nt$Ut(#|m|l@=aujL%,oht fQ7+* ;$ e_ ,e7/տt&C"t&&Avp3$ ֋}L:ƨ:Ekw"b0 3Tʾ/iYLԸ/⌴n0'Գ,VL ӹ)BH`0US]tΨԓ`qO % t&Zm; (%SYzׇaS vV||PXD!m!F;75>=A}#{fI7M69a__ң T[K>~z!N='tj[65Hk4 bF܇űlO$ӆFw Mi>/RW)gh!A{hV [ ‚5sLA6~̖x{X|psJV$g3.Ima`t}9F{x#]¢mN"Ѹ=F@ Z9גIџl'v 6 /t%Q^rHU r5!"S(&4Ar)[Q3ٯ 5zRwxSemg"qVlVl+ .,À8 ,P=WLbL)4F)_%\s18*3H˖̌p-zHHbI8tӤ!85IU:t}lU$^$; k\O,\+>Wwm66;'=j6|{WӔ 7T^ܶ­KeޟCzQ @ 悦shjb30aX|8[7U.7%G qOn/+ÖOџ]헿%[ \j7<8[]7=^O@5`k 0 oHDk?X)0r2. _"/ϛ4M);-ߴ(lmg23CI o aZ279\\"&hZG#^n(Nuq s7viH8E#񽏏.b/n)w8r+N  >pm %p5dSrh/.^{{.A}\C߇jG@r@p&&84: Ip ܖww*.!pތ(R<2$dΆ˯H1s*( u1;;Oj{s`vm"nNxvS͠% S4F3^ufNA-x~K!] շ c8"f42c;!4 JK6 "zR1x:x̽Jݓnd^K=Rꢦb$"t`2̑i \9 q΢|c.+z45_rWڨ'YՏk|!k%c@mG/:3&xIvKse6ڪQ?b^)=)))C$E>]~G4:3Q B(yaP򎹤2#MewnөŢԚ.Zi0CWVz_Na*AM-W*!iJ*2@&-\g8Fq *>@17v 6=:iNm9\ J nZV눅BdX^ ch ,\02lc#tOSf8#Skf ?Bh 1)~u⿙g;'d#jïlm*w?b?"Ԫ r;y `;- +yz1Nak\c-Op PFfk x"u' v0<'/=@n 7on$pYk_W`&}g-*zb9Y"=㲲kb8xޒV|kTyߒxڝo\SOoEMAbc_oSb=:TF繍:H h@I]0O7.la%1ӯV¹oIbK-X>-0%vNj72? TȽ:ZT!ѝx#Q6k\WFGUKJzpwf%,I,sɔ>ԘVo|`CZ:君QjdAA+}M-İ->FJ4aAJbA=.vUK#,CT. "&$5dXH\ր1B|aNs} `+c}6v8s.)4:H=U>dd3eW Y5 ,#+¶ɢ{eGdByJs.b 8ru~ ϋm}$ G3$aQ E;G sk=W!)/)6bxuwƱѰpX(mxwڀ{FFSN<9Bž+hÛԩu698Cm~ ϕц +us`C#8:413`j%>ư+[є?]D_}{+(!N|SSTx5?4|cn:6tc }$i'k MT0^֚gR=<$8=L֦,?Mğ\WI~wC?wLzv7COU }DaC_Xd&bQ1BA'vR kDSp9 9=VOJ;7 9v{jXJەi9-̈,j@,e׏bD!r|Ep?aA_RWrņWI%j^Un xSIJ! >0Mk #8G2JapnHP/j]ڠd;^g#ؤ ʲ.Eu2?'* i]D Aiq,MnYO u;i,Cځ)TL$953 DtuBD(R{[|n9v,¦SLye i\VmyJ k$M-5\4)Ǡ^TuT^Ty=AJv>&RW9渌@SV!*< PͅjMCBY֐U!b|F^b,$OG޳鉉$#r݉]] pE Nm7} %c™2F>(/<?ioSGo,e \̃Xp{ H[JLCR96PPuX-Kr[nҥTigJڙ4UNT twRF#+ 0y`]0nx" =k ) "(HV_t)1:a`xա)Iꆫ' Y!~jw8ϊ4X ɸ9cC_e)O(TJTT-sRU#p ڐs>s]ho"S`\ƄZa1-o>듪1hʕS6ROde/ıw eSyኺUN*4srm`M͒<? 6/ .쩂<2ԁI NH[ b|;?gEkz-"ϔ]k{0QE){$k3o!;o+tI 㓾SO_ XǸֶA$v[ x kQS AeQN/y6tk ddŪ0 9 7Cʁƾ\v瑺|3\]e;/P{d\pY5r}NbhiZu˻bh2go\5{yJG*ta@lK,B˿:! Lǫ cށ^VZkdG\r!1?]*2E:VFI/H0>:"%Zx]['3bcs溉Цs&("6Tnrޮ!Aekt;eIC4e-;?:`;r U=RJ W8__C1r5~(KYʓvC8ۍAzm&}L;!l)RYo͸ss9JQ.JjI՜F6Xwb<ǾAXH7B~:Ϭ K,٦րe+o@XYS{K-a>WX̀a:@W~/K̓a<)!YeF-^>Ĕąc}F/u͇p̰a@1 hY mqog<׾{hq( (å0{(d0<XI#(o,RpܗjV:xI,t7eFFk6Mt+ ѵ6[Xw(ϴk Bh àa|`i32R +^zeReB,…s05is& 9O -<9ˆ_ĨM>Gn3'&[$Bpjv۔e Uw C 2;BH p8ÙCNvx {Ѻ {cx"B`mLL1tXǀϷ;?ԇ0U@4w8*gUhݡsE:rB<0RVD tks_Qb,6np~9 xv僔ӛDY0.{%BvOvVm[* /e 1  4zy VS bz LQ;__39h% ٛJX1\+ή G~K)p#ܴfNֲv4RK7Z$CAGg=2Yavlx3ٟF<.ZŬ?Xt,⫄-RcpÍ VXgQ)d`y-]H^c¹pҥ4RjU!A>XI2ER̖ҥMXg2fvw(ӳe6;9T>X\ʼnqI)bfFhf42Ž=Db.8L%đ"ҽI%hjqnŧ5GRs(^dA lh-W{'n)S^~#jF';DdUA-=LjU+l)ܦ_,8W> LGv@rcN MJ~5)l"XSa'{"'0?~V,aX(5#wm; К>yL9hUb1y9)|♄$0OORrȴL0B0߹hDn-ЀTOnmA=6ib V]J 35B. %- % 0(ŻE`$jrJGNTZilWCMFgx5jQ4tp!pcD1`^ydٌ 8=5XЁ昆6?+sɡTu>n-=^UiE gXX #z5@_Ṑw®2'OC:zRIv= έ*Ѥz7Z[3&fX/ sQ՝Odg/Oa'%kV+tEnY:':0 Usge ] YW*>*ZK<յ%צ+r3cP ?F728PSxJ=U}FHER2Œ}OAj\ [;Ke|"z(WJ}'B'n UGr?ڥTג:x>Kg\kJ2}j9Unswܟrlie9-ʄ!׎g0 ޶@OB2 ~nST`yS;Й<*߃E1LUW A8'+qFjI0yOP}PCb]@y|+}85xϮd=0 }I_6ڃ>C4p>;&A]rwacHR67C;mUrKo'$]ulyyHS0'Fhn-'Fʣf>܆lΊY'$=RAki,0X1C4)8V;cC(æf>̱$O,"Rn(r'ɵubY@3?oq).kޗ/ɹ [wgD. ֌e &:Dڡvn^&U* @%+XU8oYboAf Z~h^VTGHbkG;@؆ T+7IKj :캫 YI 2[(*F>6'iG* /(j A˷3@+PoЏLc5UDj@Dmn?%% ;9njLZDq׌-JYH$}r1둩=J0^eX4!J zp'B'n2ΑY ,UL )~":#|vj=14utOx/]t `1OxnY g!O͘QrW>~"!*YI)ih t5BcQʃP/w"WȔax9fBgz4M)Xς&8*E!4Fۮ[ެLhmMnP#;8 `g"bj\d7+c߹xr(ڻ^H8`}\B:P4+UvJV7ר)QUTXFBw.9:R*ajtE(8z#fːJ@^.!ȲyS[E?l)K| λ6C-7Wx\TxQ!ZP=K8Qzx!iaO^yηf5* }2_X}ڷb]{~BrqaFT櫎ؔ-M^insL+i. 2r@1<5AAG7a|FB'@#%%iQͅq^^h1~\ QitO$:HE:N2:G;YNY_Nk*3; *Vþ[/ª>zFNh9ڸЪr0'MQOw8HI\QH L0;)Ō=?_EWe&Ӝf܍>7\wL &wyβ$TdEo,O m}WTVR iBS:Gk!\lMώ7#Q6.?{Rz]xV3+3m%I|MD9q$J- .?q1*in*{ovǩ<vcŧ,tMz ,Go#K8DfCET4`2]tѮmGKRo5ogr/sbV,MA{K[2v$Dr,`Fn#l;0p &amUvw1/n8 ,B:RֻRx&YzQps"(IʎGh;L(SJfJm$cl>D ]gADt'ů[}Y4 pVJ[A MU'lV\'><]+y~]2Dbbъ&d.meTe =] ,ْ9M e bY噈ra2i}6!ty™\U^#maM+[ ӠOBS5})A4YV㺲,wu&-O0% un(,J=iھM :+ Yeg|{`}V7вD~Is=ckU L|B21\I1^aj& ;gL+f;=c|?$lj#vAuFelr =ckd̔.r;)JzLc:]NU 3\ ͞&7Poۮqni)~奀ұK0w XQ@ߐX6R3a[BCS4GC?pTw% ׯnKvH>,I1)&2/"D5͂ɉE]܊c){u)MG{9+5H3K6ݴBC*\éeP]SVˮ! 3 -W.z!2=j;i\ńH<juQ>/s枚/ѴS\W (̣Ϛ[2øq\[q9 NWa1`CF*Vq#2~޼쳵ɗR HRBqsV264*vnNk)@tolR=gշX8ÛUpfTUE[adgAjz{<~ "pb Nu=R q-@-_ǑCdgMB2iNzy[}].c`X Hkȣ|֐2ޚPQH"R]jڰQ׆z6=C tXwY(dY:EzMUrlXzcS#lMY ]Q4sXr ޞ}*;”d1V8QίS!#fe@|}lzSC<F7O]J7P#3SEܓELmwgχ`}@M% `e F5DiML46˯g([^d5J( RCNE-L+#i\"94;T8º 6Q3*5#N4=P5&ޟKwkNO^%˜ Ww3d9OCO:D&2jaC]]lWn5QQryDΏiOkH . *}\vHyN  гg3fnٍD)NWy[mMT9-Ю[Z@QtݎqԷ;Qγ l}A\3sјe[ &_+j HQXS`#EpH$+P#E{7wE/K*BErŒEű:7uM+wh3oUa 6)B|t1m%+aTsC$3ɵ/yAZ.tws?3Dvs"?@g& V $r 0aW=R4ﺌՑsBzjT#"T Jw[_he 3&E^]L&UQ#&tI4)7Pkw>{vJn] p:)wF:\?JSN&LO-{%^FZ| QӜ7`jP}"Nl`n9T'ȕ._=~9oJ5u ܠ)FyHsjFeB +?{|<[:pT4p?) C{e(%Ǧ>Xډ8Q )F$/[?3{_4ɒŶ+ߗR/lȓA0$Onw=*G-VXUB'؃$QD[F弯fUA?. QCQTON~4a/)`yȹ3$ "H[ǹx2<"&Oxf]$v啍mc |Jʄ ˱}MW*yMm|WbVrU+{NGkMQ!0럺(j+,g 66-xIρ^PqsnHah*E4PgKi$ZbvȖAj&c,ǭ"`O|о0_Li}ŭIN*d=y$[0rc!DXИ]v;:B;6?=,yUIIY3?w{nrZ+2qh/2OU#K 90LCv@ wV_'DX^tⓦLBKثJ +\dׯ>  [#nCs}A!W`c $m_qֵ{1~_Ok˘Ͳ&|;z-r8QuƺtT&:&nR=3b[saToxjսi>j;IFB_Ac71dF9s !l|ѧ"ٲ8L08ƟOZ w4MPbN?Ӗ:OP !jO׶Kά <ɹZ8(mz [E%7x~,nQ> b ѿd'̃m)uۛ7$>J ɢ?KM0;Tmyo1c+%ڍ-EF Czbvp}KzLI]M\Z$G"M˄L JUA|~E vᷤ틢OQ~.@l61@;qCO ܄4? ,VK4~I]$K @"y.5eu]NT14{YaB+ hR eu/xʠRCl ־_f:'OkfD2OXؿ )b\k`=@#UnAal"7k;|doNþ9\Om=~p;Q\,Y z8@:E&:[Ln2wU8SNĭ=f]!ڨ\%UP '<XXk2b\ERF?~.]6iSL:++|5).`&ʹܟ禈Y$NѬVMOC"X54aHa5%F 5}8jd A">!.>jnj; XK3a"S6J܊E1ĈSiuQs(a5J]PQY̳2 J 1==7>$gC QUD aW!-zwjpΈCWER(ĵOlhI$%Rp@C02iG"bcHMHn }GB-{`p%ۂ3&@CcLmuK)gΰau:P6eTG uzBpG?[I^{UXb 9wf7ƅ7.9lLGVňUE`^ZSGFV('}-JYWnd{h9xTRt\͖cn)m/\KU}qo Uz/k~>$ZJ"g?`(,:5)/nF^s!oጟ1s<4isRWFa,m~8a}!]"ÍKwC2ȈF3t[ ר5ۮXirGoו,%i&S8 %sanj? 2o?7y PW:1.́KU*22E>'_5eF82DӬ9n4/@;6S,3q*(WgoO=Lns6Psk(M."ߏxa~κƥڶ‘GTx<8w 0&`ej'W'_?W/zBmAT\HM=z/^S[p:AS&mDRsU^n8ʁsw` H-wۇ7"LFѲι)?8XY;PJH 6`ar,/qRreso99URR|xqBFL \xZA YUG1SrWv(Fſ'X)J:TeOUw(M5 C&;hX-[&|pivh4Us?qm^v|5D0VN,lb&E8{9 Q/c}0 [ߖ *kS-+Z\gK trSun@yՅH E8w ,ZDDO:Ӄ0z$Ie^-Ô)tGI0MT7mwRȃF"O͍pqFئa K~PЌ>T7PyvMllCL~COm.|k=vpD6 DsJ j#K+-MQd*6Vo.6Te29ti'НM mҿ<~ B_W'X{$Rfѧ /ۇP4Cr= }*9&7&ՋW2PM'䚋{ͽA6dȂk *o `S!iX,gP}Yrag[l4^24rK2=zm&[ФGsxN!'%5RMӯ@EVH ꢽ{X,pϓbDIځofXI::=Rpx~tBaBE){ѨڰWjST:/K%f* RA7S(LG~ _R:$ۗԧ DnpMVs=khdm'l"xJv@loSNF=8wn4Bo`VR~r⤚e A`F/"X_ ^z%lێܯR>R MpwJbI!︴ rmwp[D4׆+uK xa"1]0\Bʖ{f/%1OshM$GJPzexW/5{F E끳[MeIXMJN*l>U^@i ^5Nmm^L;Wq;4&5si_bJ/m,-"RU< }MaeykOl)#L+έAP|Ž8(uST&}L1#j՜ )K,ϐړʼ8blXސ ֲNWsB6| ϧS[ s14qlfs˾bR8Jp>8W#% '" 9{³l[;skmSD @JfW׽5F|65W^1\f ].BdBOge~aVs\dS1/T09d X4^9^Y[KSve~6T_E`]ZVBpqY>mФu] 'lC1s5kww<cL λ$0Qe]aio#`TGjK U 7/rĀovڣӹ%AиiHt$7`:9̹ұ HkÊ+3q297(&}`$;d`R;&Li9ԅJd?*cy a#3V XZsi Fu^mD{2wE K[&V!o^k"y^jk/4<ۚޫ}/>"34:Q.=ZkPN'OKg\ k@x,/$s(ի.v7Ķ%J3 ٶщ0_,P9Iazl=ughEhKtu:=>TٟpA mMsb,.$ZO{1 ~9e (N.yF#z^i c77D=Y{5Ey-_N.)f;{-Ҕ0;J=(m,RZ)I/"N>kPr[_rRԫgRqlAS^v9я闭U 3b` ^ݻ'{Kk-v,R:XZAM c}heiii }V$-߳,=eL]uDjO% q;HdM͝»TPPG1MxWVS)JS^[烲BЙ! {)r4s)IWZTa6[tB aƂ9H#'ky] r 2oPPJÇP.!' 0U >n9XwIJh=qx 6X{O @xƒ,=18gђ0_`<| t9 rOZWf^Z6{_rv Jt!nH 5FubL@ɂ=Hc|TYxIl+Q% j]FiLJyG^+}Y#ffe?qǬ$AqKʛˣ'#U!;~ .Fo/8fy:6CF|"$ʨ[K ]^z>TɘH(roQm:'f|#J4^*W$rfB,`{7J 2ler$R?qDv&ID&U:8Ӭ%$  CH>5jBdVbI}we>azWZ:h'䊦@u= fUtt|np?kyW>C5ǹ%[0Cѕ5v麗&s=!CFrFƿg6 䬜RٻR?j i&U$9UB@?f&N;#K|͈D0^7t[[Z LvB~5^͔<[ށ|.f9xC ӎlר́]f(􉙺XCg4@~%ysAR:Dq R#?4>#Br6{j)7Lb4~W`o$1JX2%͍oiŴ >{&]ͷ4|jVԄd+|wԇ4ZE&7]eVڧd5&諗#xA{cf*Ñ2yGgq\gw%v=νHt/Ci\Lh:η ʚ"ª*+LơqL"{e$Y^rCo:#pC$: .{<?y9?&M-ؔ7 e%_R+Hb`>DK"qGb"ʕ*-鰲rXi6OqdY. K"X@b˶kn#O"XGkNۃD l@qc6_a|ܾo'TYhdrfh "B(PDpO+d VQ|o՗@zc<0yԔ4awMS TQ;Ec4p֡,sylP@P82"j"q o1 *EFyƾ^$}'Ϛ-Uv.,)I(Q,1n+v8pdljBǴMژ9scQV-|?:opUye@/k,w$Q;DSփ"<}񢟍 }v 0T%4Aض~j~]?cBG¸RB/fe|-OlZV4ٸ XZw19ɒUb<5LV``p#Xy ?ɡ08Dr B}iH^hJYkkC 71F{`ePֻ (!c _!'[81z. -w!=y9kLQ.5Ӝ!訓Ф iPٵp̛}S(y:8!{̒~r!htRϹ/''ĹVbrAhuΣWAӷcpZPy.znƉsM] (ƯN~jHeWu5HOaoVy+]̙Qgndm`¬HiN;`K5E+R85q6ZW(b 00_i ʔFQ %!**lWz*ś^09"wvl3>0;_$M VOo''SZN N@a'mBX6p*֐6oz5_|\rC? Ozӫ[uc\M!kЇo~ N-DR1QC$[_-<'尜(NC`[8vT5G&Ay=ؾDȞN"DuLm2ZW)))o:=1'1`Du߃<7lS4R9~w)X6O9cs&L>VѝznY`0FU=aM/Eu+Z xK{q.Q@@B@7E7Xz;" QMC _pH¾qwnK~GOy響\v*$yJ㋗P^\uuANW4Q̝BaS}sj h'V."5Êt4٘5cgI\n-Ljc7#]{N;ͤp;.`[&ƨcX?*K.(!kȃ}QuNGNzn/4C{7,$‡K!VTݒUm@^U RQ\)ؗڣQ.#i&)Gr̦S?+ep8B>i;rJrA!\AK}~wV  &*mdذEɫTxG[]v\)&~D4,Pȡ3Zm|H8O_0:UK[H~4\ϗ?z7mbrCp@"X/&$Ѫj%w{26u)]fYU84ZdO|̮Ϭ9#߆ϒ~i=u"*ӪxU ngk{.m :Uөgd/NI:?HimŶt\cy`_s;sb ,ec9-yy7 Mmg:i)DtDbqhtJإx\E*k$U'/ ^X6<˯ !0W3hX} KWR $ iXj5-%I4i甥ΡLh V;>y_ 3Z"C?S-?:PRPl9?h4 #wXp<۪"[Y^.1M}vnFC$NA$d֎9t5''Yً mm1OsXx-x|\v&/Fs<ΪTz~kbnP% R+l 2w7SՊSveF\9&S0%lyO:8} zh} qG]@Mb ]=W@9qf(E4쑒bGs[-/P7JH\2P S!PN h-|]]VF,/OtcƭE a 8Ggw_7K|4q o:8_}hʨ"p2صl7c R>|SQp.@z.EWJvmR ?v[ne/\ZxAp+#vwcs!^ZQ]25'`j! K^ڍ1b~ּ;CY{w{Xԣv 2|niL`CeD|=Ltfs(&PI6c딀$JǕ:+jk؜!vR0sWxgVċ PYi4 b)XIwMbG+ð|&O3nEf[޷( 0cFq{|]żxǷCfT6w1fyřSs{Ft3aA &o9m%é;[4GF@p@qi&D_]#gzԵ23AXfs#s.ZkPoy!DX?Xj@ GecPwx 2PxW8 L ^Cz2[ 06_۷{&}d'W6[a~5u V&FU YD{+xr"뉉S-]0J?:Țy5Y3z]Z"2U+hGu~ Bq:Zm.t2T'G*#// rQ0g6O S ,iwzd2ysŕ.Hi@ G58fvtG4BE<\=_ ;fMiZkQubA@{9UU՝s$w<|; pwVK㋞ck q &l»u@e iZ (;ۼzY˺[i8콼۞b|g&z*ԥf_YF/Z32;4VvaSg OaoE wD'zԆN͂$1xŢkSVcfZ-2QfkҝnʆjIl8e/$I]<3b Svwԓ2ϳ<[f=o 3/|K9? _ ]m3W1"D9"1%xiӧW%kvO_:DMv^q" KV x_%؂h4+sG ؾ~Qz[i~ }DVDZdl|Zxr\Z]"*'0UW4p02bW2 "i[`,w-*|pK:m)|ka[-'ZkXh<[e#v**'C:Ԕ蔘^d ɜ K Sl,DH\̖-}dil.^k--*khk <7mFvJ] ^( >o6{@zL_ixrPExԺ6Y G Il $|LhGƉrf OC-4 u+rѩDVb9MLu\2ρ' dBEC?ْhM/|t!q9RIq#0F`Z@*`)cnVveƌІx7Nf,ttg44iEhzTmHXYߞ—f']ؒ,$uXzⰘb[OfoJ3Z @.`Ao.Tg+#~Aiz:4$Tp^#K$.pT EEN}R!AP8G sw.0 qг3n yYV;q78{2wؘ@ K<>c4G%n& Wmه9M@IM鴳(~fAڸ^T '#%XVCIYU{]8&[,NY_ąkED@{fMuAxX(6o PcKJy"R_4*Lj#wuxeTuʳ1&&Pغd)Z^W&k?M`J)~)2z4/۟hIz<%)٫V5,H1]6M8R\M`v?גw**SH}hpv\1UR+cMxsQ&zr5!$`nL7U-/BI_Lx 0mLJV3f^Mhmz`QD+2f®Br|BjR,*Qkգ (D kj1Ze)2 EcV?Nvqc @~,3!$ٛ3OV}\'ڻ9w9(-ږEi|Q:ሏ%[g+JZ:3hJH9A6U,DE]!?/ (>ܗ +`1]7m`+łJM@]8J2WPI[AB){sS }Q!?noma2eiN*6 3baM:=s:o>BRk&SֲTApd6k./{(f~ˮ4;JXKY؈ O^mb9'J`.DǾo?ǗK&o=b=#} ω n>t$AgLKA ~E@UOVxZ⃊)Nه3zA{%̢u:gԻ¶Cz[\vl%鉩5z9zic<7Bu{T Dh~J(-LlIP\Cc2FN7ڕj|@q2I%?3Xpp'b?b~p^ACs,1om1>xE{nlooKzrUb6zpUK[/0k=!H߄4H|OIQJӦ)[du3X[YTRYuJ,.ֻ]Na8a9Q;i>j9U|eo.ۓ Qi Ect͠OecB ǜ(H09p;<>vu֩K/\\=:cV9i?td}QÉ [f@_W~^ Oi`h%zh|+la|l"*c=7\=oFB=_wCp|]7q~*#UjCKu38f0鑖} ؊7S' yKG60.|Fi\ѵ|N%?0"$uES2Ջ]ZzY`h\ayTzJiL{X2Z $˫7.;c9! ,ål$(J%h-p? -A{rcv0O?du'v;Rr/82OO4gFkH'q(`ɃK0NMJk(㩿 *5Ϡ7 )1_txS  }c_ù$>)Qr j= h}@H8Kaܤx~ʨfЋs /1Z#N (|냐]Es'!!Ov%G<} p^&Ґ{:h:cTj_lX%p;.`[( 7*䐻>MJɡ⤒ƽp_kd✶} 41"x nUG~tb۠Dt6{Sq ݙ58w8Bg:JJTۗrtњ][/ S%ƙcpBV;ҿ//_S$"yj6_C WMq K;Czdh'lO"ynke Qm: i?ѳKwU=!k/ukAv6AfH&`NE.pE_m).eHAOy x٨q<۪cCߖ]4]%(ަ]=2t'% lTac b}ln3&o\JF*X"mj!%]Z c}D-{)Эׁ2LS:!C[F t@, B@F"~st-].bL՗ӱiK(Mť_|\ޥUfH(E,*( ,%k`V/>D¥f.=AElʌ ,"4ZTy-ɵ`K`9Q7<1LQ_Iӡ1*̒t[=V:K}Dd*%qGh{7W_>#CQL&՟XVG@O:M %nEOuDҗÒNח)X\iŕS1}'|f=׶3.;jMίApraaj4NIZТ$,̰Zܪsg6JnN?ۼ<]^0"+ Ǘ v]_y=hp 4O)c̔6 YkCJG:CbO"I+zCScbeo[%e,}XFU2nN78+lj\|[r񽚞PS8?D65YT!gkM=Z9rY7 |)1[e+NoT~:A apc;$mxAS3rWvS~Z3hn,@ qAiL=5n3}`Dawn(ynxXL,mȎh#A7k:ý x=b;H@Tps`^{SEuTZU[:fT?6e9;>Zu9ʞ x53qrrD9Y搒raj5 )y:Dh_u瓰q 𥦏GkKS [4W 1" lKl~=Wa)[a_ @G bYVNQ MeQWO֚_Ƌep'e壕{$yVskF( 4FsHTyַW[@!|pK9 '[D(B+;+u_I9,Y?+3cQAb=zR]ZTz!f0*ijv~(ʈշ JK1PYa[@ARXv ԃ}?boN,qln5WGC J(&>k3?͕@eߌ΃q5l)"(aWh>' b4s n؆?\$X68T4NM;#BTa{L6phɨƗ?2WY-P>LWh>X*˯,kl{>f?8 R!:;'LR%aD2y+KS9XiLwI;~tϱk Ѻ"!J.MEZ\Rc+hF9 rjaVpiM@ZtLk XsXVSo=_rr#n <7RWLް@VjD׻\7|.o!d?$;͍t1伢Ju} vtމo}ﳾE-9u`ZGMGo?`(%Z-h 3~W3{pksQ vvL %5ӎw|Mhr>$<%w A;B4B=}4TH̢4|1=t+\лI.7ҒJQ&[f}9_DߘD7[Ҥ!Zyĺ5 {#Rǎc8 e桫4埏?iEZQDFQLmoa-^BNH0]8h"`mX̣2h 8TgC:v*vތL,O;4!@f2 JZ7@1E ᗩ~<T['$NOnl0=W+F~J 6 OҎ^8g747_4 u82!) ޝF'*c bSޑPF"K% `gAo #M@uGׁ8+)!=8s-]0#…Z4[0j>  ~ՆK'\6b˫EgmV#qԖyΏErErH{Udq!$+9m1/*-"0Fbbl{991˂{a+gC_fNs0lfQ/v\(?x]x#ā}?t Z6)-#ogZ g Dg9rY7豂.So#uNC;\V^Bh?#fr3|jN !* 8yDo XBEk,R+]1Ot[;eZibU{fbCy: Y_!@}f7"SC|Πb-b~wSVߵV03Ox@z"`ۆl>,BeHv!*wj>齶kS+YkR&C EKGY!8@@yCY9XmimfX3S'?rJpRg.`_9vgo[β`7xUYmNJ0'/΀&zrgH76bTTV:g'#\N|gUo,8|Z)S4KuDA$WeMܪ}hDfլBvQ˒5y14 /8cy*wgO(ʰfJ@5Ҋ0ZDaɱTjs ƺ p(nd@¦./=.S_y~|?ZM(S_ΐU}"+ġkf?jvNsFe7o"b=Mi H+NA+B*ҍ: b#>~,g!$4|:$TJٟ[ e Mˋ+5^7Z"5zx dw'"` drwG,eK"yqD%QGXMu3}`) ~ '%ODsrB[b %.}Y" c?`24ex0i!q >(qH^4*.agnx>]xD 1 ݓ(Wd,m7P cmu&PP ꭱd]nǺZg 8cް⡐%߻,F jHF>SÛHzdIl ^|T(PSKKӵx,7Vѩ7'ko|Q-&aR~\|g~skA{pGN-[e"7 4YgJCn1 gjB ǒPDi_*hM&l30K$֏ۨvlgOQs(][䪚M\ z?U)Ds7P zW:P}n֩Gk_i=^ORQwI%Be\##r.z)K ]ճOJqrItNE?p";S3'YB˞wc(~sSSMK%׈POrQxɲ+fw?w7\^9h:4p̉,; dU*]<8sF$i4>U&0IG5&2M Ohgw)RȰ3|!fp6:6'99}kVRI?EQV > 7pRa!DK7$qh@(_i gB͇z=:CzG*g@{ p!keۢp2= H!*ZfȌOSgS9Jifg3 qeOLUOK95ά3HֺY'?m"/RlׯJ.Ed-1Kr^5R'_8y::[<@x5!҆6(̋i.Æ[!+S2^nfy4:?lNF7idIĴY %Xqm>j5b;_vL1w*VCrn/x4E Ӫ`}LU~2L,Fa[H1u%zzEYJP@#N n>;(%|(#z\<=NaL=Eivl 5qM[Z C=W8s24y V` ౿Q]"JI76b+ ڔ2Rq$TFʆmR1N6QP7YN+.>-!%oA873xdX)oֈ1C/|XVloAb T94hjyu,_\lyI: /#-!l Θ9hO_b MC.~* w>t=jb- ΀X3:7˅9%hܜ$PjLV_tGT)jp٨THf&zN؆ٮyU5fq"0 5MQק0-,ERKb#Je|/vLW!LgNGD?GC>  -4.OJfp2SΕ HS-V윿$\ǤFi|@%,PJ 4& V@0Uh>y. /K$佄q Z=7"Prt/?*ĥEf,/`w,G{#qKZ2Ɉ_F 9XdBIr>i|gJK<`е';u[7$Wz6XtD|}Yg>[4C7Ny2? F _ѥjhD a0C!I :bHz(t ~~tcu1>nCbTOYdK"ELdz&e|dG./T1M੄ Xdn3ϴ{TQ7 -"- m]dw.Rgi eq*y!M,4Lvf+GoVk^q9ȷN$NWAG}VsF񊓃<9b+aN# :,2ϯTN/*i6gyZ0|rs"m[^ufpZg,f91+eܭ˵.O#mo/uаAjÈ U?o7V=9/M݇fx7MUd\BeP@''زBdPJ%4 4p(6В[L-'dy1yU*^I`rQ. ԰zw8hCm_E& :{it /:sʅҋ:8 4|*#> )Nr=i`Y(s>g#8f"u/kM;6H9d'&91NMr}k[[ţa=o$['k7B $u\=%/ej0K$q,cWP];eFd5 ouVɍ >$}<5?3g y܄3%~͢@zXJ{/Ky/08iP04: )O|PT9u2يU} df<״fgt:>B<@stHN] }y<9/ڕBǛ\N|>dtztu};*eEZWqem8w߼"{\5o,և$(d /)M .exxOaU|1xrm4̞*3 S7PjqQɤ?gb FC:B2趍7/Y9 S\Ӥv9>论ڄ@iF4^TYnG>|u-J1Ѿ8< R;胊mDu#y*M%̼XFp>f WDJ0٣;zmJoG:Zثm6VW^ۛS&@Z<-1>E»ubA"n^uξ.BQub$ib~:3m[f:'領IsF=]Ksg8šCy|p <&6hwɉSHv;9N 5oA-Y,hƇ|}5ywuuҹb)JB'pa [?F(yL%.A8MFBn?F©Y>l2R~ (#COy_KAkl7a.BĆ2%\IJi[v=/Sy3u"MM#Sڿ rShHho0›aV(o!5C4ݝ\ }平_ٯ~t3?>LcWLJW?dص| h\V]jpgF $cS$"!aH@6`kw ,x{Q݉}mI"ZIZ<=|/fōNJhZw.%_FDMZT݀x[V+RIp2v}d~ r`BV:r)OǢBRh!pƶ5#Z؂^KT}wS@dK-{U>m+o5E !ze 'YDc`uM)UQd9E>٦>S K*;}tTT 짒K[f2YvEX7@+aY1g$2eg]b#iXΜ(n//)G~b4) +g/@2Z, O5>gRsD\vݴwi^66(%7T}'߹YtƯ];E]dtBϳ#,GĬG 0P׳BrdoS-\iy³1R V๝CZg(5ij9~46;X <Fq]\Ƚ^w u Ȅ@)"%QZ U|^ j%]{"p_DƜQw,y,>͢:񮞲qQF@Yӧ^ƚk-e߷e@tа+Ĺy I=gތ(7AGܮ0X/<5c_%@ jSyD_Z1j4G1ȗ`<6S:K3m@ai\H:S4 V yK_E6ƺ*&3]Vx?ӱH[`SiX3u-݄aV743焲NyLۺ$R yիOfl$ Kb.ugBvt ̉4 ȸq(mƭN d1 b>[]W>8[!xy80V5 y3s nDT*Qc r/8!+mlPY-O t/^=tej׿,VbUə,@p9Tȴ 4~\eTLt߾hPRˎвW{asxfA FOp -dR=}H&m=sp+%)pv026POvL7=qt?Mɵ@:{t%Z "~La.;_ ϋ@8pVŕs61mQY%SJ> +D~hH5 noQ[ s㦘W% 6#;f;[vםJX?zFZnȒ~<1nv_7 2j<>=Ϳ0͌Jm" 1[VsG.Wd 7#s]6qҝA4`ɨEnkro7*>LF xvd+@-g4lj 1Ԝۜ=.=R)h'C\[ae[t%e?;OBe yw߫7itOmShC,%R:43>ZTQsV*s`14mНxEp5;?Rt*.p Y(t bme-s8 v#'x Em%Gܪnt9 }q3Ka:IW]1Ω`%p@/hE*wsr8@ntbfG(ݩfqc`"Xһ5N%*B/* X=,A۳sT a6C- vܧb RrE|'_`z^ s.^`&ZWIZE=+FF摅o#YZO6ڽC.Vy KMi*73q鈹+kzxiw;Jrm.qG b8sP ӣojr)[)#5em`GH?ei}rvY׾"͔t rXuԘظ+ȟ@=烝O}Z`& й@ T`q SWB @F)5RJ.sf9`#4Dh^ۧ3NvӐ =q~^u.Esl"}p8L1^XDS_{G!;PaZAvW^{Ǹ!eіuFKǽ:aK.cf\+&:LF) |mLb33B_݃JhJ1E' Lp3ʞϞTtȡ1Zh E.9C쐰Au˿l0*/.EbO ~!BO "\bQYvZӿ41-JPqg>Tm36Tb{a)=d^ |YWF3*- 2&YkI Fz7oFup?$kU:3F )O(gJEaΞ`WlSi C(.K@f|y=prw> k;3@i~f/nq7;ԲҠ5qr1ʜ9sv  #Pg0}S#[FֺcwANeEZb7eYO^CNzOI}/lxwaT4c]ZVvkov޲/1E-UKL^TIה`9Џ' OY栬.+U2Bg_G߮AOb_Rx&&p a%2/ %NƞK&XuORni*0P8}Ec tJDC≓>@nvǭe"( 2oݔ3,O/U/4=_xPc7ۨ!UNb[ r m1Hڂǟ1WO:Sߟ%bMK?+?'cV2Z9|s!kԯLaW _k# 5Ɠo&Z !A^?끻6 [=Kce#ڱA\5aВ(Zz¢ / ߏ+=cT<e`X$ZNaXѻXjwIJ=lmG n׷{ㆠJN~p9Y@aΐ9P0msY#:Bw'q@_vC'W@-2RJCw<}9`hq^:RnlÁ\E=j[ h@ř5pʰ1&9\G8 OcR? «((5 ET%CyHNf3"1 U!q,5WxˠE~7&(ހV7mh0esyJkҡw+Ycb{?N1"4G|fB5s&²&{-ѣ1GV䇬ʣc u4=JoIGV^|L==XY Y<1O7ӡiP,m31q^ +ڠ@kE {ʍV9<1,w6(:٢h(Vh&"W^iE#uB$G4E`U,lxYmM^_$אHmwX擦6W>'W]") !ڛ5IUn-dRjp.;J r{ 2Zr`kg^\z|l KA#]g6mv)%(^NG/@I~C,^jO,5g_esɯ,\Ç;< slݡbѡ}$iKW{GvvꥨV! ̸ Z;t\D]B\K(ݥgJ!ː~ɋ\}_xKh@d%#2ogoUq: - w}!wmJ8!Z^cKL c5^Iz yz_'fY`}'"u`=[d@.6,t(A nG9FNK i4yM7O .,+.szq C-tӪ]R87!.ƼH!ޙ |7SW# Z@?@*s% vgN8\Bþ^d_"Qк rIMW6⵮RVʍIh} (z8DKJ޽_.tgO Ƚc.:SLkty#oܸ] lUF1rb}?B$n_KdT]ťek: }rr";b_=l0'+=ޞ枠#Tڿ!Ƶۥt9z8La`u_e̳QYpoVx6 'wCJ@ rilTOKEn a9#9)iLBZAI3.%.c8>;j7Ovox5OVӣ!8: 1>ň`ddgVW+l]XP2—X5(}yOzX:d@aok9.~206c;?浫XϡvVb2ED!۩lj|:wKDzߔQ6'؆Jů Iңמ آL_a6N (i*jTG?9walo@jIF`&S \w H0V(ҽ/Y ?+?K,F6|Di>2!CepU,Hn_J4ȘE:52kfib i)5{S2a[q-EFۂE:u0mV6B!Y qE{]2NLz)"3%Õ.h %zm2a-L62q)Z5X5'WKL \_rKh/E*t!sOh@-5˗FO!i_ o.(|ȾKeJ@Sئq z0:D'ZLyNTrǻ$*aZ@>72iQYIzjܤXo8 Hg~;rPGpӋic&:aMq@9ѽF *<7JCJ.Y6A/xߧ˘&dI0U!}rVm+`q3#@u8(Fn4~~|p ًwZT@Z6!MNPd35m.FL= Rjb'€!=nb1 ~3Tik)}Cc/.NTa_ADgT[<ҶS-׻}}^c:9fL}P^QvVi6A1F fK%[,x\3 CHn8a*.ImI48[i$đ3[<<-#Tc8} @`vo{CҌNn{pK_okrՃ6"?n%N4qrA *0?!@t3+!+c̸Z"Np2We p2dBb;>ȮvEgLYT&Vj YZ