go1.17-doc-1.17.9-150000.1.28.1 >  A bVcp9|_/]sDJ v?IC&6n\\r"rbBoB!i%Ҹ LVxf:B'w?h8@*GY#x`Vg ^5yhɑ4 7ymfqjq~;^_?lm P)YIS.`T~:74Ӄ~/͇ ]IDM0+ʹfЃƪ葢hZk=TE1{L+t1E427e3981eb012fc27e71f30d3f07f2976dcd2324836c0019aaa0a7b6b28341b6c0bf4a1aebed4469281d44007eef13cc0f0130f3bVcp9| >9k}%/ )( oO^5-#催eaEAT`D<> ]\DBquX~?gxa2:D#KCwt D9oB Zt}e!جzLÜf Bmʊ^Mԯ=e'WAؾaa|1>4˼mm)U",/x9$^q|(d% ?!)ЄIXXJ2>?DC՛{'B,t>p;g?gd  " 3TXdh     , 0 4DXlF(i8p9:6FdGdHdIdXdYd\e]e^e>be_cfdfeffflfufvfzg$g4g8g>gCgo1.17-doc1.17.9150000.1.28.1Go documentationGo examples and documentation.bVsangioveseSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxppc64le4LbVbVbVbV344c3190894932fab8c6e2296616b25e53cd0cd8cd759eed67dd0dacddb0474ab20fb1acc6ad2f7844ed688678a2e9e4eb71aa334cff171e84e3dfc448b4e8a6b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba203c89d2979ef5a0cb77a9090bebee03a7d6f7369cb026214b35ec476d90e835rootrootrootrootrootrootrootrootgo1.17-1.17.9-150000.1.28.1.src.rpmgo-docgo1.17-docgo1.17-doc(ppc-64)    go1.17rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.17.93.0.4-14.6.0-14.0-15.2-14.14.1bUibN@bN@b+9b(b b@b@aaaa@a`2a;Haa @a@`@`jkowalczyk@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.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.sangiovese 16498641491.17.91.17.9-150000.1.28.11.17.9-150000.1.28.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:23734/SUSE_SLE-15_Update/75c18d62b5f5ffcc58702c68aa1da119-go1.17.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxHTML document, UTF-8 Unicode textHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII text^'_TM4 utf-84f9e46ec638d816b3b7d2e448775676677f4f353086aba141de40ba71945800d?P7zXZ !t/d] crv(vX0h~oסBD޵kMxhL3 +9ݨ'{B w_.g Kd~X/C8cI|,!6 q-\hdL;^q^ AdAr3}bmwFRV\P>l#%g}&a<%L-'3~ǜNuZ0Yo]q+tU %nf޵@0Gy%5ߝ$WbhK q_d0"NcJ*%I%bj!μ-J ~&mH0fŽm'w,!{J:'Yx>d4hN]__ތݫf(¢vZlٮ%+9Yse9?c49ڛJz}K kr cR$n`ũXdCo՗I%ܻ҂?ÐdЙrɏ8n [%Z춭ps&~(QdI-RbAOŌ L/^ퟥga`V\>bYBp ڶ/ $B#Dreg)W#*9sn²~p (CܪUUo\5ҡj$kqemW/Z4sKպz ]n$*|ĝ-L)ebD46Q́ƨLy-d'xIVV toMRYT_+Bai"$6ocR>;mMPA@:Zu"etَW3m8GqyHk Yк6iQUu] [@LCNZ |A2KQcSg$HAt'FT%U%V[ܘsX5*˷oc'[|YMB%wdj| hyL2DȆ(]\.8b8OalJ!CbPd<0ukZ ;12L8Ub,]-A𩍌^N3O.!ڻ:"`Q$egV!qBwF_[;j܊ĥz#;/s,Wq8;v;*߰y}FإNB1JB„ >yƭp^ xCW~XeGn3e\j ʆ;K٨h26Qm+a"[X6zUȅ.vM42R>YSW ASjge" 2ϢTa5c\sOT.rsɰL@s^m6xŀr"#8Ӭ>es]v2A&τ,,7>d< S\@{v"h)wbje!gXDk"2O]DAbM%mדaޯW/B{wA p"ZvsF޴җNgC>KJb9 G[Z~%}=Xʻu o3A7 S[~q@ehJ0*{k=ϨMO:ًH" &{K)KQWJס+N2&Ah cHB7ub'EX|qvܝ5δ C`l?4HbVtκ4gBM՝<;:ޗlqMBqڛ7 dҭlaıRs)#W]hpde*8|PsF"lVĿwH~ !nI`.^Ey@Sm`saOtT s '(~owX"+@B+􅉐@\!&lpl3п4 iY^4Usxz8) }5:bkKaD„-vN׽(~95 ?`i\< _KgHu1q6R+1ʡf6.$4_5vIJ5~X=HJ*=3Z⎢W>yy9-O6,qdj ¨X,.FR~ )pA6Qi )~! *eT|g=p<qKaEâWc7/Q!=ww&x,`ڭs%~)*~N:m N ǢҡDӻ{_odaPGfoOI՗zYMNp'C3\%be4qwr]Wblf 5,I$(CA@h =^G7Pm2Z*}7;+$C5I(L+R=rh80d]%KػVDxp[~2:U:j5e^q<eu &,焱v_I9\3*yg ..3߬9Ixv\$`jݒytjy伽g.F yD97~2a2Ip`"4s'&-q5%1,`h<jh旔Asyz?WThP֞1]Ò@%i4uR֡\mO3`{јO֐Ib`KD 13 l\4{bP$*ۣtk"I '2ZSNP!$,v&2Yu*qKsaO8k #@B=y& [5_w6amNKódbҸC*Nwy<ݘ$5J7|?|.4H ESxG0 +(G-OE rՑ2 X:%3w" >,&NPaN{ Z'u%U9]ޟac8j3Eflp`X|!h?L?i|fЁS kƄφk@Oo 'xz)bH_c$rЕُtrWw @U0xR՜۬ezՀww @Q8y5Lq =Eb|Jg F(EzNB!1GzYѮ# L֬(P!%?n#`$aϒVjdիFnjҜDZ[ӋԸm!M,fҿu-.mg(@pahɉ'5=.*pE@ %c?6B7|x"R؜ZZXtV^kAR.ո6h(Mkښ%-gEo1?kFٰGgLPMfG i_ԀVxiGa/!p#%Ey8I+"cWՙnZ.m_fB! I]!C{B< IR6N ^:$Q-OtҼcF|KH^8%ݻ߆ ;o8m~v~~;U r1ҩ 4q@da!WOY7hIL*Y\:2P&}a.Ἇ|,, kTf \'vj}X:|JN끁ehӎ2tpمLZn0%y?\&|*x4EAʱ ~MC5m:&'\eUhU%&/fۅG&Bj. ʤIInI x2) F=̱=\Щ884BVvdjMVTL7hqzLa~~13g <g9JۀcY/wRA2Rȕ. G L?׀š[4/(w";~g}*24$ZJEa\了'{q.y_IߡF`ǴQs!@q 8faϐ)G$WCB|Ml>r4'*K>u7Уg ͼ DXOY8𐓯ȨH ?IB9-\+Qw(B5)B}*M>f[uvd$%$1ХI_ir qz=2KDi̹Ȉc3CU4f_E bc ͚5)}3]soٗ|9Yb)^MS̭H>_"o: :2Ug 5N4oQt_?3jFrlΉ DBu@ɭWi( >D B5~Qm5&(%BTz5+P[u5 fo~:[Pi@8ѩ ~%~( X&hhRӦZ-uZêC*%ۻ%Z_o&|Oww4~mZ%ONe>˕?tǒ dn#d_CX3?/;q8ndWr ԟf 囪 ӻvt]l*bڷi&v@z@S'+{ Ax=G:Cwh2֥ON9 QFv ~.bi Bzؽ )g5[%eMUѾJC-S* udW]n#א`~ESDIpݼš&}̗QTl,nK@3v zɭ 0 1iFNZ@N ^ʜ#wƒg#w@O9FUXV ld1Kn7Bo83xi9Iỉ80 5)2TPShdWGzr(a) WgJ[_Yܮkk8cQIj(n_'7E> $ 7%f]ʹ v/} ޘjmh|βX#y@ۓty IUYaܼr¢ u!df6f(xðwvR`zͿ$%}n*@)%x3$N%N^%ʤ *P[GzĕP rjm#DJDKnv|^&F%UKqŒ 6B~BlܬJx\)K:,ж@n], 1TAv[OF۝njT2A^1S(y.D_"٢%QVKML+$ޔnbuu~KNou(;ln)y(&dcWW˓ \ 1a=- lI _w"pN*ʼ.\<. w`/ AL& (-J %ֻcY#MB/C$v& jo`"`=PL=P_¶=-X\2 JxGS+Nem8T ֲND;yiQ' ֠qX]t{YӴiGU7'wo,$E#=rXfΥʉA1XsfC[ibJ!MxlI7k@'3^e60?{(lg~\,JnEaL M^jN)[I;VnG24Ռ v>["7N 8ł(%IK֞|QRd$Qt'x&cOc=GS.w)Ἧ!WPGGm ݺeWA,8%y,Ơ4V& U|'oތjRf l$ B] 9!ˢaYI՚@"2p<<6TŲ88+ [0!*LDbm]X6KL28vGSR _<ܳ9ªk)/TĻ>& Bp_vk@ܟj*Q &jQ]$7wpo13?}>ɽp0 *G:}Dlzd:[pwo,Ӏݼю ~3?A"HyD2PA#g}lLG͎b+5‚m<6~0$ۏ{w}W;dl)%' j JhY!FpYTOYR!|t2O 8_S3Ō]/ JOUHAۀmeb\:׊~+LbXѕȝ`9C;+_׃W,ΑHG}PF?eꕑ1Zpt˷l=S}R!Pd`e&PJSX?hХh;}EX_JxUVlna5 ~ut,;%S-HgX$)/;.jV&8'H^dF.,qzsjMj]aZH3?0'r.`+3QOIPWh(.:'òWid ?<-B͊Z(h{AVxR`%*U-Ӷ+y{T̷W魝wGS{6p&mfTL'g/_X/x>J,$m9li̅!)謮`F&vxH\ϛzCGy<7fQay67+-ޟI駠=[3,P}hppYiP\߈ ?7ĊqsOfUQ=UNZm7{FfY\\iioLaCILZ2! SX&>13v.6SV<(J7!֠nˎPbTz^~ECe>i)dW;H la#L⻰pQ 8VTpE.Xуi/2/$49Ub%Hp!si{g Br9cVyTU0h,$% ,PP$vz|rCώZ;x{-pjUMڷJܺ&%j9;S #ju'(. 'YTXL5>HV.kӿC+3Pz˝U2R ~.rZdl>\IBurk %JSj#99[4uK|3<"S=J .vς6bG9)0#p4$0k}ž!v.PԪ5tOs&'CD4wƯ*}]U:"u `3$b4 ǪFV_50H cE`)E @#]|Y/d-ϼf5`FBY4HNl*K\&/nE=,Wi<.Ͳ]GCWE1aI$4g_ir,q(k VF^ì(H!Bc==r?Y/7PƓMiZ ;&EW&~2v)A;~b4:l47ka]apnPHBd7U+VC.`-oN]l5"v͗PYVZjE0#EDMic_QPY^iM\Պt:e_GH[/+yʵ.U>Gݑ~Z2 ~ 5)g \ׯ(s`#Sn4<9 y}3ߡ/ RXN@@bҴ|<5}I|䪲No;V+}L@Yׯg$}.a ]>G|~` k $,zg Z>,۲T%.,fǒ?e|F3;y1]DYg#O+PKM3Bfi z*+\eo_sEP(NqF4Ķ. c=*EP` Aa!W0*bN|Ӡ 3 ^ˈ!:q-wrH^tz2LF f}bJ;w.9{YFw8☲}Mã_'{t'c]fN}]! oqjL3z-m e(&A)4Z v3Weҏs"{A溜  e$PP"XW}[JoN@wp F@dcTh2<>#/x|bJg8zKE( ?x{}9Ng<.|ot|@1-0"8,m-WUYqӺjxQ4ΦI`}mx⇥hC"OPuQg)\n g~@`)%JrgA|7#=~G?Hr/"y,Jt£5w8i ;qMUܢ3TV o>W|nRҪk0z0.{OBx6  0"ߓ7T춿|i Cb#YKGNBlgYGYvgH!-ME'|r~d#13 oע@2U꛺knv"Zs)۽=xٟkR ~FJg/w(صJ҇zt^cŧNpC4ٔUj骿F_*ֱM$Ή  ^yxj &36dE zqa>Ȃx72nН):`# h9)ֲeuԗ ,0$Y4jDLeٮa=ɱЌ18a c?g z$:fH߹*ȌھÀO&kҵX?V&l5Dg>h-T8~q^h6\`osYd4 m?Ե-5X0M$'~aWEù@{B:?|my/YaTɋ̭mWxU{IprA߉хJB{R쌓p0T<dZ\'ۺ&ҩԓ&D*j\ZgT!&{-!h7Iɢj>-zfz7p,꘺DV8YHen-\W"VUA_tiڍ;/gd #k$f2?\GQl!t'1ɩ.#HL~/zh蒜Zkh9t/-؇*s n?/CJ[z`b*!s)_x*|VS(p\qL.:΄<7n1HM"i#B_D}}Gp8K.Λ)77>WCȷT\sQh4Tx;&M Mr¸&}Z `wo+43}CK ձh&E7)D;JRd'stg )z!³^] ;"LNI]7?+ @xT?TV5vTFخErvpa 1?`3:Xɴ`[+Ely%]Ko?N9:ϣX>O<܀%#^U\3$m@kF7r0iM6ėGC2XFax=#m֏5zM)Ai[|~5ҿ[c^HvBg'ا}[Wr/p vnXM/NTS.;[XRouFa},:oc:NJP脡\ȓ <(~.Ey7ͥ<3 kˎhyZtw$CU'2uۨ7 4MEs-\>+D)i -u[˲lOЯ!ݻrY d]3XB hF:B8Wij!??5S S _Yf7y/97;ì,J.˽ba>oh5+[J>ݕIW1IVժĥo)P"ʕ&OWZSE5ZMσmF!J/iq9vsO/'52h4C9nVMfC>4:<+qǙi|~uG:nj-bSRk7Eu(ά}6c:}o-j۩H_ –<2pf*)C,2+Es< 林_ ̏[;Qse9j/vct_~>\ 1A;kpv6B`áX9׍] '>?KNM8O J+ްBrd'ё? Ac;_tA{vAk <)ؾ,N" ןl5LF/IѬS\kFvlCP 9d ~nRV&$oqʮjM`a:I9kɐ$\rٮK]Ԡl̐JI1RV( c^,͊c B:.)XIt {%j-ń.Gه0 dd}Va_/9hTTLYI 5[;rRPKu|NCuwG=HWGvʬ0*\4Ƭrw*/yMX@ ݟ=o~^˞H%rװځQ17N˱_9PScABĎm/hJ 0xffE{F{]"3ƏP%eG1-:0gاcVůJ:M7e!妹NLF4)Nef4ArIrȁl6Lъrx8k yyOi tX{S5%^X%Y1YVV33~AFE?6a&1-lRDC\"\|ƟqIɷVC4̒~1棦={[%mƯSYR@+ŚVGoXq6Oj8ybNuǁ)v41+t!:=.eRb_ TgtH:{PgP #7Qez7񷝺t讳!?mkf3a"obPfZ:SlD'vI`Gvĝdc%Plb;Urd^漎bS=cJ¤;5(r[Kέ>ۺұSGmԎ囚; Yv S96)`Pkm@=ñ#!#O~6` s*{]nUkh Er S]|I5(%h}bL_L(CPZ=A슎9ߵ~]&onVگn•n K*eΤBGC0"yVJ_cA#FJ!HxG4QC ;XG!Y"L$jxJ!aVmX\|YО_?0VW^86CzOBAk VAQX!zWw]dv6ZDV"Vꋠ_`M.̯m C;vGhoOMݎק!KaP̙Um/|c쭩M|:e`eXf Y$bs&! AGBlG 0UπhJι]õCjoaw?&a_X.hSsᦅ MA]17KX7ABCbc_=Ojm t[綇+발 vH J6J]x$;gFF^'yItKE{2/-⨡k;= t`ga]enBډ 6f0@ϟBYUZ풾˱CR<_iR%rfI\w@~mpy> 3,#xATv sPk$B4h Eh!''6r(,Lr뿽A& }`!جo%15#s(Gp  yʛPz=ٚbД߅u8%x[8hf3^cַ)eW@pqg-+f-ehN|vK~&C|Mp'd\E~`oau4Ddkf`~K!TQ==M䙂 Xy!HD2?|5q<0tsQԑEukFG 6H ] p8FԠm9t䷰(Mwa(+46=UnŅ@sE\6XՄ ڇК+뛜1dS} [KҨʳ]Feż$AقtA*/F(x5ӗMW7(Y0x gy(@.=}wZʻQӡoJuL.q|A*5~ڒ-sv8&CV˔!""J*-AG&65oU3kܮ6{ ؐQAZ? sŬȩ?r)١OXg($&=6 Mn٨E1 ;/<{ܓ@:=>H ؚ7a]9~H k[*{+ZX{ (uRJ(RМn0[ l2*H(H5Y'AqWUmѠ:VM%nF~?=y 'zIAuZ/AOlV|h2d .7LT?Q L#Іj0_nb`Kb#x0`Gܕ6 a fz/Sc;QGGTLOA[u $$8u x]e/.h'\3C[9xک-hF7KSvr[YM $:G HuHr\ثc(<%VdP@ ѐx" GW!TK٠azb*HY! Ju[?J!J8- id4'NQϩC0.L8Gx'[>Zv4ټ᪱aNlא-V*hYol#בX&GϮ;Ρ)w=%#W ?aJ0Ǻ#ɯUm&4]`ûlJtmI}`a :ytgޘAG2h;xza| `}ƫ4tZfOq[%[IpA%GdHnMÚ)im^M@^!$Ȑ"m7ʴ 5 ۄ۫iE/=& cݬJa$K"T%í?-g%9&E~MC$iN &٢E{Ҵ6S/0:+Q`N8LfW'z)8Y1tk`g;/[@Üdsw7{>)M}x YrEJ`@}8r{?X09JHa*E>>%MG,(K>@O0!ưNߐ`H#F-&\Z@ JFx`9XIzm="ʽEoDVb !*chd.ZZGѵ=t>TdϖW`o51gnjѻ ?_[fײ -bs;M= %,#c# %`N6 \ eʶ9x2قNɥۇ9o(:T=!s&ԡi0"Ի0d=5@ȳG_qrvU=ځoQp Gl0u+{"hѿebasY_yhl6a,3^0 yEROJ)j=S="`s$b- EV]|p_K u(g>sVNEE&;Cofaؤ b4u?;%/CtMD+z@ =LvaY>s׮o <<, @z&qˮ%5|WA=3yA nPt#iܷ'W%RHO1\DbrkFJŮ4Ŷ*|ϧ,Pyi}/#L!;I_J3.$,?gR1ʩERZ6}U}Y6㯠C7r+&#>r8kˮ+ҩ1p%1NbQr& ub!,ڴMfx7ͣ6Y̨|x>yA#6t94פ̄[k #%H%= bQ P$eY[yv7.=Ċ׿Hv"Dʆ^qk8i܃=g3rLpy\r9:V䉞X1;`!He! 5)l9IQN *ʎHБ{a3U$'7HɈboDӺ2} E@4p~;&Js.Pۄ imŏjDMOOy,g1( dnxi@XRAXz_r-K0 -|f32Eq WC@5]S9%"|^7V\uibne.}qIۇA~H"=i C T946 br=ĵl +4JaҜ?h NX%׎j%3QqQ iމFxQbiSD  /*>GBVoڤ&CRQ@$VޤKzB?2nnEKg>g6 K> )HJx| .~]#  AF UQ7=ykdn^gje8p#=GsC L0nc'9eBi\ӌ\{AV2{R27 7r?$ +ŘvSL-'8FُY+ýWI6~XR@(wVXF\=8R]HYXq/V`Y! *N\qM"\pWFF}5kZy\=03v$Lߚw(2a})*]KaThQD6/#؋7goUs.UE<% TU-ix5yPnmazךlLrƯp?mjUsS!Xg%»!*ȋ:cd&ϱ@Xc};3$֐dMv :w&d3s֎\ ܦ7LrXCI0i_3HkN>+UGF¬HE0 gGh\E-\+M_}fz=Y *X}^Y2:é̂׌@+Qq Q}X*D@筗h3RSST;ʓgהT$/ط;vbbťŘL -M5FJi G](5Lt;r'#O䟯bƴ*Sc] -y2򕭧4LX4׵܈Nvc/ΡXI+̓6s!&31*fמe@yW^vZ 1$*$K~78-^^CQy[=Ł`r}L2o?#?0ĵpf a!6Q3;?ѷfa$uׄB>^ў<:|'on3b8א I}9F.&덍ƥ3u=zZ/Ą~RDLBӅ]S]4@qd!Jn673ܓL)o=\?:&<ɏ@M̒ NQ~e'~)TUt~ fӠzf*ߧ#n uk*|%]"VYJD^[dqull,fZq=hwZL3v< ۟1A75tUO~qި9*r˽yy76l%v kQ]a* +P\8waJ>6]6tDY7xrb>4ikQ \"!RoHͽ*y>RDSkDql.R "ǤD?s+[7N|%$'_D no+R"BElgоWl}@qdӣ/LULCN6ŠDO&vhIKWh[by:>gd9ՊunJ[UX<Ko 'Ԑ[faf_^Utj6>bF~nMXf~AI>6Lm)(~>gkiFm*kj9˸W6\JF9X?1 fkmt9ᇽ g# +,((a_:ĈZ? ڌ)4`=C9Bgvn ){0{:^* R`mj+ȋemu~tZ_QP44}Zֆ;RC'b?"sr<&ܭ9pA65oTB.CCF o ! udR[u(Q{Qq _(2qZ緉mv:bb ! 0B3tŠ?Oz񯒡Kݯ̑-un|:tRvLLMkZR.,e5g35M( OC_ɀbϩ}gAMVŶs )@V@naEF=jA>t(m;(*S*yBΜ :U,[ WlCl Sax:*6eDsqG~m=ԫz/ЅbE!b [_~SPA!н!UWn-gF//zU-JuTkq[+PXKKL<#`V`}~}P Xq3/MBc1\ES0NqgA.y|#92nBI!n*/{ڧLab X_~)9!Og,E]U-˅&"ZpqCY4uxNrxPukyԒaU3 %TxY<|3(Ug)'}ކgkhBYj f%NC.]939ͩ;PRUwjsn =R7LX d';|hE:pc񿛗_" ]>"OZ@P& k~i@ur_aMPdlMG:1K)n*Ɍ"XsDjM+bLVۙqS<"K'5x+`d/E9VKGxN}Ԓ}1m~rC5.VmΨ3~t1`fB("YboX{~f`xm}C*b0{ [o(7Q vGv#HTS/y ׬!\rVbvl '2lC'8K=ƶ!qĴH.HwAqsa'EتE]6`.?Š "oNxF1]cn^(=/W^KTMiS;`$qC&%6 ,d́q o~K ja 864\9u7c$f}"?Dɀ ~J6) $( }-S޼{"F0[V䉲7ެcP{#QQYE/g*/<ΒɢQ,(uU%v:ulTUUwa#?ԬćMdª/7>;˟_^zctjN&`y(\. o:tMvB{]Ԟ&:)+=hg$#eKJvÀ&lb:93(!]YQG)Z'I@z8s/vL> ?d8Z|Y?kHqX?w{:Dnm}[FZ F$;1V69ej:f%c K7NF1Qgv>LunM34;L*c);*Wű?D{QwX*a v 31XĖY2hr)^hyJPZf("ki]t[ n$Y-ekj2zxOS}}[ɚpLt|IE|FŦ+J4Bj}"\[ @tJ]]ۥ~N/w?= ;;Ȱe !ܡ9U!k9X Z~k񸺋c&. (ΣQna򏬜uB;{Tּro[xs~I HXr |Ҝ.-c3(%B1%5+ ] %|dW˙QF`=s(8IS,ITB%^8{p?sZ3K'a'|ߺhJA)6ýL}cWՖxq%@0*O^U.НG; Fp;Qh)`Y)SΥv ^jRgR9ӆaSY$6M5 ǎn'>}~HDe+Z,u_=> 2!Voрϱn["E6ՋDRP%k[fI SY,)({fI"zԘ[ nJgcaǞOGvhco$)cذx 5/@Sm:َ)ېbbdlU$:r KCٍfXAMT\aS&gepV8jLN *tH o7qkj4urHgs=Kw]u9 OبIZHŵcv赉>.KOM-Q(07޾2,`+F%pa|#56v8ή nHm]F3cH%ʪGY&cb4$/Ef-kK}TiUU,Q#OMbƢ#0ݐ 44(]}:K2@^pښ_MǵwJU<Wr,WE3?}]"&TcW#m>Ũ`2H3b]j|{ZV&)}iw=EHgKp良CO?ON|}߈p1-e{xliu;.:]Z/p#M@NTMP77]ūA?$^eg1^Ӗ}3ݺR!4){wv{Bƽ "_xQ}F(/˺m}`#FK8r۳&kbKKܣh?CLiLcmNU$Eg0^%EɈ9Pn3j~O4?b}n6Г ^ZDY6X}`(Xpxi{ >TsSD 698emtLgC[Y0tC,ޗ3C>/+( _ } Fa:1B6|O3D&Ofh<mg\uW0h>oՁCb4B ;"ƅ-ߏcRʦ׿M &Ra6eح \"ٵQBjvY]s,Cedan#|ÿw $C8wedW:Y XE$xp.2wG^ P8pu4wy\AxmܽQ @/y!_:-K8GL#9 ĉW  ;LOf {80+r?[/.~X˽\L=/MdfڤZn649 IeBs XCk|T.4I>Ckrq5!ƖIyBg"|nb֙RVn7w̫]oAM}~ރ)kR:+\Q~a|*|ԁQv]iIq-\eAC3[POk0 ˸)&s}`DGS< ]Q *s0:@fsk6h3ݘ_BgZ#yo|b>^ٖ8(zjX0̶_\E'VTt.v2P9?Di=*_PLXӊ Aœ`Mw8\iЩ5`D?N規1J%Oe U<&æh"fOOmt7QC1Gi}f's>v΢UaUU*gQ~AAXϓ4C=v|Qk?b3jNj|w o_\ګ!׎T)ȅɹF =w\ T@WkG::9,8`%'FuufE37J/wxLv k= &1MMW R8$2٧^h={ԅ!tԥ:}TAdhxxEnt!SA+>}DL OˀfuGNm z_4.Z6C‡[RR d9`iq?z2b@a3㭄.߷n?9*?!a>)  / cz3݉;F)j(Cxd[1[+/fbȸzs"0{ H&a%) w%Zv_TnֺBqlH5yP-g!iMbR5ŁȏWF{Ao(pvzZPPii{ǃzU/ۼHy/+A^]3?,_\MѾu.݃oT1(no1GՊ~akC5UVRqBf_4Z\t1r `-u+V[+aO\-kfW d1+ Uժ{IŅ _ed(}JOhX zY ><_e?pF|$CwNHIJG /3i,݂꣦` Y3r!)۱.CWdl"b׺{B N&2V Py`Nԁ sE6oJyN觪skzࣞHS0K!`CTe(<+U٦>hN8gecaѷn2ńj4Hy2={E{ z$G~E핕s|`H OHx8eYXopBSjDNdb__QK` 7 l RN=7l|P7$ܮPMlTxfޙ`'vR(7:Kzf~AV}e`q]c_>Dٍ8t5#=N|A?ʪ+*SA1Q(ϐ5A x/ۮ\xoUsN!/sཝ>^wj A!.'=5=}WSO sWoo]GwIRςU?+bN Xh5= 4}$rSȳ<1M!A8FQI m)Qdhj@K@WHI; g^Gm>7j&8/o1=;n bpi^axvл?|J,~'ȵ)mtu;mEf%` 䥽YMMDbm"tzc+n Qp{ӜAOźQ @{9klnzQFn[o43*7Lf#r8 r4ka3#۫LTetm:%t !~gSnGrYVɠOKL-C$d45;Y[{峐I8 š$<> eӺK{af}Npr-I/ܕ~s!E|8I"$)$\dfn-Tk~)4yGnJbmc^3}*xVj"NS/i7zȲ y(e5eMuޅs6 ˈ]6}<>$a<U}K)~9 @6mUb(QktQZ[|O>l\wڎwwR1T(;ݒgqڗb%;.j Bn-1LθELvyje<\TX!\g'mxC2@=L1S1w]ؓ9I& wu䚰5JEU_}`6Ho_ns"gی&$ni(U2 ^/|$ ać Ue0uEcTI?ѭ~nz-WA7ڒj! {iaY|li͠BqDw=rFUOɤDiI $m\Ï0=0= eL={sIATb=JM$8ie8V(1|!#9ʡ}MW,sG1DhWb!rypR&V?h*pCc^nS0@GBy h;@^<=kY U,tx[N rs m0`qV"OnBl&;|"e{(, ~0? ?ϵFtȺBot^l ^2fX J`7'SM,@ ]?*4@ 7ZFVI_(3#sFc䮌}җ˰9Xz(R!>Ȅe]2)]Nؿ yMM~u<#Et j|yuCı G·lX&XpiϠPu0Mm[gS` 5b}a{Sg -#C3hC-vPI7qS6Xu .l11<ÓzD-/E6L)y~tW"<~l!!*.g~ yF;nL:la5QM̝fM O!TZp^GΛH4ޛ3|`zrq=nky-j q3rI]]>%e-^HԲm}]<68]2"x 6?2MNd 'GQn%Q< YqwH`c8<񐽚z8b!ѾOa7 9dZk0h?+e-tgy~|xI3p(ceQx}&T*h6< _PuIjβaW"Ckޔq3RoW m6&#aUNVC50y|#a4n^ :IlHTu^8e;)m0>/lIcfu_ r"L?,Q5+}~fP7Y :N1_eWxQ_-QNkTW7 {:nxԵP? W-n%{{xGSye8'6︦dQ!k=$r9U >CzV30GV`b}>`dyNWc>.`OK8L:-F*5~S&g?%sIOJ3Las\isNxf7{~**Ծtr戸)@mW?W -L@O^:Dn $%"pM!˪Ւ5&b%U .~-U ×*VjrWkC *T|*`L!myBNr+ߌs{|0JWrMX.e"O<<%, =oH9vt 0։ W)<8rz)6vK,W1&DgBPK䗙d뱌s/K9,HrV?\1rYRJ{6i9a"亡$<8T bT2V$[aԉѝL@y{qܙſYꤍt_.^ fIN$^ۏlUؓ?^TDorZ_*B[ X*7R כX_~rЛXYN17A|ה>x'ÒU,Çn"\ڻj. >^缓w@yI) 3Za:7T< tO n-{:͙S03iB1e# 2hėQYb da WiH2 ̈́Kb1G|E!w.[mi1Wv.Hs)4}yCu9,yA]V^ Dj_Z߉ҩQickO}9(.gOxCv=9Uqc<͑,h;hN8rwGu&sTQzf@&]C2]EMOzht>PޓB?+?=d;YO3PlA*j[;}*ҫhPu'j׍GBjz#v퀳6T؛\wE:%WLTzTF%i.A6VǦ47wDu?,jyvl#s͢}G%6R0.56PDd<.>HrNpoqɸTJV[ ;nDTK4y^t"4v\,KP *jr}2 [%vYUɼbϹ1#C->e^ټ& \)As e(嗆巘mш$Dlrkw SyftTYnCSiBd{:-tZFDSvS= `wđm$=y'rA37 0=Z{ZVS KXf4f?,O6f=_~t P\a719P]0:9u`'k)-%w/z`:*Y4G |^m_u8XU 3WS\~q]cYjdXU)Er>W [ LWN4ԅD[FDL 3`kg{s">E*g(զ}zT>Tw V"|*w6=3%xuÇBHuOa* QP;O9*}OJ#o#2=< #ތz1@:wɹ*A:*cQB23eKH'mmi ARqe,Z0CYS ^[0mEXx^Hmզo"K>حsW{~L^g.i&VxYZj\c0> 3➼]wDS.ٔRa!LU` :U$J: +x͔u-!3V8є ,U2ʌX0fuaUɍ{t[|27eYwZ\V&q|0FÕa<@,2yKqv}UEum f!M䭇'ʈ@ʵiLd(ZUy@ĽĹF:CtdRm? G_ŇiO)QTT!E#Čn8iF|}Gq1Y$ 6Jg0`Bi]&2Q_WDpYRxex_lʪ}<8ꂀbNi0HLC*P_Zś'ZLD r?ƏW9SЏgvxKF@*bL1?fwFhڅ<`Yi`|COq;9ijQw{ u00=+]4rmTY1ҥK*6`۞;XOd /^7t dt&ߟ?Q |IGh*677󔃅9gzNumA⽵ =n Ahx;/H-58>v72w dU:DHum_(irMMjEQ wUC;V#$~1\Aih~j zfy+7M盷1kA <|xID zIε!o{/!X> jԠ| KD]'1A/.o)Z#W{4A˔19VDTʎl9.ѼrA -U}ҡ:~9'6T,kf vIo#5f8%0/JDx'3UE7OP$[=8W|.C0򄡏{;l^2I `֥Iގ;;( ltO$.%I(͓cߝEۙ;ʷB n7\  KcpўOA16 p1k.>xW:s cia4M0x+ g/)#qf J TrC(=5lV^&[5-uBjWRflM2ژf.F;|tDgh.Yѕ -ns7U+x :]uW͍$2Hnb^Tbj|bnF h?7!yZיLfljomDw[T\QDba4eb~sf RfQBBm֗)PzLMKV$(;%(HMMByXsh0AgVd## IP*lM$Nj,n̫܉XS1/(IsXg`Ʋ䯁̴faS̔ti*,vue?􊈨iT1wJONZ|xFkz007q1"֔O"OZ\5΢HW(-m?`ofmS]ͭyAmO1o bJT N~~[8+8[@tDis, 6=ieI?H;,-2OMM9d9MY͒c úrOixZ5;~[s+eiG2-^rr34Fh܅T2g\t4W!unjjEW7/H7]TT˯~ ҥ}b{_KSn )H.x _"y|oW'߰K4yݫ̧a4>, gH+)< y8;R}᨞ }!F$[f9 ,64GEK LxxE ͆!IC"rtc!EFWs̩wpKӣ_V`]ǹGl6c~bZ秞)+c,zj tp8ٗk\ا1z@>U!)>бdsg6z>2}X0_g#1uce$0d]0|];(/bnky52ǶY+J iAh+;-7ѯ=UokN04s`~'[l!U臉p?&+! `]VnL?eo-q󺲤A)Ә4@ث-֕}ɇ)Ofwl|>NivվB1M'*z|F4ْ4Sb|0=q1Ò$l qLuJϸ5][x0oD Ozi7dYszbfZ~Q2| P?Mo-,"Bn?7㕭0R6+Y0_;q%" 2={/˦_kY8tMoyE+C7sȒ ]WmH}|!ܗ71>v7BA?Q"a^%-K8Sp|)|-S 2(D}Ҳŏ5d*vFfmч r&1DitVUa^)~F/QNbg$$Kl@#WLbm=; a aȭɩhV%gO%FR#﫫o*XMiT֐"'(!FhOD{iFH߹Hc=* "0ُڭ+T*~T^YcbIh7*IT %,hbuߪoM4uwyL[Y.x[[O.|Ay⚷lJB&1:@iKE wR|߾x+[QHEŽޡz=z{ !,Z+ ctbi֯;[[X\-o7ʴ[*Ю/ U4RZ(Iϒ)PGZ*8B,纪:o( ``!ދwN7GІ_ByFM"Rj|#A+pa<|Z{teYaE* |0|w8c .Ε+H^(N Xڻ`h_O;l+@ #Ç4䉎]s3+wpŵ:vJ]3sK/}gQ^."iBUZbw<ܺOkp2`^*HnvW! + PO ÙBq_+⃛ Ə2pJ0"6"‡g9:`y,$==iXlkLҏ9;(@V Mz/"Ԅ?K!ku:EH[ˣGֿ-*G<4O4cVF;)4Jl4N`E ޡ a7yjPzi+J_ڼ`+cHb]$l?]0DkOxnLg 2t2-_V{ٮ1[d#0gp)XV,2)r*6B 3QEǍ-)x0 XN;hO`]3EEaj8WM:\ZlW;2x7 :dCrT|YKO|e7yz{U ۧa6=Zrb^=}]\ܥ[קwttࠟYo>:g,id5K]/ dEؑ{^߀b5OO֯|ˁheR'͗˘ BmvZ=(*Uk:F5W+{#6c:0~pF/ v+[i 4No+IXU%oMWD]RlBLMEngjK[}n>Y{+Ǝ͠PGto8 \&$z/^SY$&-*sW(~uR>D2'1qLwfj$z.BcozЏd'l)>LuDhPz 7˯ Xpo"p~ؐh̀P.\rZ Yۤh,Mu %GgݦhB&ji% ln; }K$/"gyYZdA9EGhv.,e:q\zP/ZW`ٍhgBbh+d'/w$/_`(Bs#| ,Js+.-L=јAZKr!ouvKTtuG^Ga6%s,)ef5r@&;m9.^IѬ6 T#_}5@ ÌEtgq@62_0)Nrs i~Vl;ӆHTZ_0T (r}68V >P79gz0sÛVq2.ںz“{Em%1<:E ׇp3 aFU+ۻ+mKMEWzÏ]?6!R[NR"PzSgf[,N7e< 8T@oV<czMP lNav"-ZU[No$ Y(/B{VD5X,Q\8{"Kh/3kaw`3o7*El5C(>գ 0SI}"@om3S噺\e N| #pՉk\+CAXL,k$m]iWG[,?vsw6}8.`"8A,T"(=0K 1bWy:&&'w ~ߏ@F^JP= .N,3`2O<zHL߈9"Rq1g6 ?i_ڀWz. ɞvXyh)33/+3ڢt$Ț.[D0YKwN9arf`nפCLl8?~Ƥ^NW2\\vxCvF jIՁ3\n3_wKXwtP0hYJ OtCg:wN2 /%1U:;++'K/m;oM"U1#[fcF` .2.ٹoTbs|@҂"IvgFj|MI=աЧA}gyV*5[f/|6>@LCx)DӮ1MػN0C羊7,B<&!kTќÇS4?1*W=xr mV nmy#Jְр?3$! mKÒQ\p2 ﴤ;xx]/^5D $ptIwq0ޗR\[o x?nip+1#`kx$"|[ [HMSMurL';vqfv@ >=ڮr.r9Yez&_.X6<Mчy P-8NiHv R-St ы̦8Z,S|NCU~HJ'V{6lg7^D;GvDN}aw9hX5Cv^ '%R]1*#֪3z[d(%P8 W%$Ck緛`BE7s7mP qOt\ v"!xd.טK#dfD,pGgj=U- !i-{>Ү?Ό%Éx ʦů^:LF!Cr_nDW) a!JNgORt. .\;BUl `m=}X)A+cc,3=p_--XHtRT^)86Խ;)&G_>èweAy :en !qFuIvҎAr VK{oGSҽ3\-hc^;Gfn0-{lXɊa/a$~+7& zFVdC>771 =-ݺWxνR)voB:^KPZyMey$wb= /d$ra,*b"Mo^]K[_Rbe ]E 8t? $?}5>#uGV(2OL\;^{QJvvVaZVC&!XwTʏ53I?AjH2Qz*ۓndkGx[{a., S+H,󾸌 p@vf<_i &t_4})Nƅḃ!9(¬Qj1T9^ G&?V?Z:!C ͦ"*#Dp42DUR!t+9<8+0쿜{3/IuY4 w5۳t]v/lƷkMj6';/ WxjAu=+fyuﷰm-1HYW.,zSyWq[,eِ{b8)*?tc1w~Nf^!iTL%U@ ́&i@\yU^Aָ{?fD@>!"5@g2QJn8uyau#IO{κ I9´w1dkȓ`Q>qh>C+ d W. v(p t X`CzA= A]^6]7VUofߔgd jY~Og]=zR ̷ht\!}Av^Z_^3?q>@h UNM)*۴$L@aPN^ca:޾̦w.BVZ21$#ɇ|CEG2&Z:bWF=-WX=YSB.b 8@AtPު9س?c?HQ+bLՅd?-(_<ذ| NVϑaJiU>$*i?U2Dpa<*ɨ sZzIF!!YP8 =mzeWDylrШ<$KN6 `_>H]RGuck={U6\7:7h#qab%W6~U v-"h0 +zZWWhDb8~!m (BO@-f+ }Zz K5&E[@HԦu mXpE15Zz,M,#_&>d!W?lzT%_%@ՅlT%c2`3hWߓ2,'ԘK]C~ ~#( !zə)C]%Qa9W-a 2#|+ˊpyp h4hnA8x-T9UjÆC wi vv/P)3~"PHI|RM KUi^:-sνjVtyWg0Tmsc.ZDz1/=޾?<[&vsa.n Z{+:YSIQ|u#¾|. Jdqz/W^^ވ]dmO,8DН矩Py"}%(/2m36oK|S ӽ{In-\*i=~Ԁi9P<[!04^kǼ"q5ܿg4 jPz%Ӷuw1j]>a%]1Mj^.sE0!o L/v~|}@2{fM=vka49.ױCNa\oܬVBH:d^wr K;ge K=eVHE53٤Dp~!)%zrD|]=5 dvOٯa2A!/J#va,g9|{|ƳO'̴ 8𯹓t̻kyl4/. h=~5%L)].J,ߥ68%ovRP!kDuDziV̗-qFg/<K ~b-ī*VT:"R iX˹ JU0FIoMO򃷴igƩkL<x- UlI?B҆Fg3㴒_%xi-5_~tjtmPdʵ;Õk\;[4KX~fW+y$ĖW-ڰIZB}X)`ˑG~e0gxj=PRGڝx Vpȱ}Q[Ƣ*'D:~\ |(JaX{Mμ\K 8\Ѡ6?V %cza԰pjzғ=4SbXeW26h:u>0)t1 ΠbPаUY55JUJ$ QvG8>ƃmI EUK#5d-"ͯ֕nƾBXKp`(PwЌ,PcLv1:' +=?j%y\KDE1ys=^Nn-( bٞs֌{/Ay64߻xPP[㦀ImPja[<3sq_<=2u+kʪ8 #IRֶo)G5~}=谁WvC,tyۤݿ{-Mmiٍ͓2 . S@&0|qtXHѨjEŤj㞞$E{#C ra,VpQl2bB\xqس]!i (DUϟ\3,RIwrj.EW >βyR(U}cjM6n)pNYI19An>^.O4S euF1@KxѰWm0hMf_~meֲ+_wDA "^֚=۱[x1f#ʷ>4ݜ 7=g"O^F}d -lq8NzzlJoX`Иz] wBTEFgyng<3n'y.ߥm"/1XiJ5>\0&cSL6p0Lp5:R5pLFA} kdզjR}'2Rm7gz±Yp.T TAQzSxPK??آT!+վ VgbҊ5,zh_h0wKW"vϔUNTԦ+1f|}B k(' PCQ u*j}q%0RXBT=Nşs΍&\Ѡ%Dt?!KiI^l\^iqdG6+O8a<%oڗ @EYr{}W7l{BrD~'1 -x,.~d_1ښBIg 7KKPޗ2awJ6!1Ͷv;w ֭5/h&FW'u<4wH;rtW\^ f?T^GiZuզ?{SQMc>*)H[e|xNOT](b3263&(3X5˶K̫5Z05µe;hYeGTb@NOy)C]KNZȿZEj`l?^B:^-X7* E89ЈL~^}4ʎG{:SgUV*T^C'q,V^VbE ꣸brK[ *FpRgt,G`4]i7Iő8B^-yT15 AN׋yV}aKcFP\.lBo{^_C*fE %!u+J6_2TȼwMXϟ^BFܰEޫ"L .S\0pHĠt0"gX`Ȫe%Qi/~^ߛn"BK%,|hhaitK ,ڠZLFEY&3RsM;*$azn Ym2!ƒ@-]tYlSvpF f׀ID2ЕWcC",1()U8I|ހ/t{_B,1. EyT Q=C[(=Fu hjWI,K7]蓖:IAZXDMGYK;((kX86!I~1mmB5^ha,4/4< 9&Aqbhs`T w aF ?G#/EbN"[V;pPU 8zh( _fsmQ-煮D;\2Vj}`yےQ̋o?z&$"H b6@abF"߆oAvu{q&(S"CDg!_„8C&+'݄iaFIӐ]@8ΌBKW[O@;LPo Jk 'hUCrG.Ъ>"1k)/H^2@=BSmq+ .< *䈦t5,xOZPˠЊ09[7a?.Q:!7;ɵ [Pwh .䥮2i#P. Xc{IۿNG kAc&JY>|V!SX,Sj\"Qz\6.5o2Pn\Mz'ݻIKgD31Nۙ}|,9s2KDK6AzD@-}˥'7962:=OK+(`3x;eٌ~ 1riD~u9WOϥ\5,G ) Z]1ڵ'-8~ۧ geVfk_ms lt1@a{C qu?k㩲҄ZRL -tS.<&ITB *a".IO]`1ih<,m|%`l**.##`Tȱ(fGm[ jh=)r%uI$[ԗh9 䥛$9;ק @;mʻ4p`ԸϱAỀG3#obKCm_k(wV [yG hLo0p,,w9kc,61Ezz a20&[xn$+S4-٣}]Nuh7bfKCC1_ňK^{*D]̺x. |=[vJ钡F8ͦR>M SCȤ@hGy[ r݀I%HGV<C?V\Qc rs DO*|ݙWg&n,=YXmd#7VY3XA%Z|sڛZrڻP)<>rw2?ɫ4F0EP#cJVk0Ȑ-+PPaueM5j#\:+Ag)GW\&F6~@ܙZGugͿ4:Nڙ%^m-sCޝKbMi[w~Jhm3^}[zDrIUa, 3y1f R譄tOķr-x+cRwwҐè 4H8'⩁.G!^O-At+zc-3 ~N gO7 : 0v6l$5E5o @jS,AoX4V9php"jѶO4΀H 7syvJ}h+ecS ~lݒ_fzG鐪 q;]i꼡1ZLP2-GOdh|Ub:`BpMc@޵Áz552<}>G}Vf-e2BKF>48M&BlYCLEx]ԣ{PqqiWw&tgZE$f֣>|>N|_hl'{ FocUs/9]=tgGF 1d͖x2Mu wtXl-=ĩou3^aqYm8?kĂS}ƫxߨpb 4pPKP%ǖH6_)\P fgZ}@{;`qtY$kJ?[އV%$<`&dFVY6%3YXIj[<ǯQhm~dσ%Β;HόF'6Ѷ֥#%U"Hf:Һ^\Z(rk[im^~@m?gE'1ՆW겛R3Ie}`i/1ޤX{ZLTG 18(o5<1Ac5!䍸qGU) 9׶ԙh7MMa_|a HA»,r8h 1 d%z␼%g;$CN9COΞ=;uքZp-> \:֛ xG@7;'ŅD6Ҵ72)GO ;F5C5Z qy1f ERrA濶rji#}[+٠랳@d`>sHZ[!TҒ mؿUl-PςՆ#C9G"q^va[/b&~rnP NM9DNHP K!~7q0c&'iG .A/blQz~+={ F fcUp엮r-g%dܞMkP BEp)-Q)U-0iyKl|D&:,!-LXYgq`Ұ -ʋ)[oRlwAﰷi&.&R Y9=sV43;*8\' /Gŷh@ߑl5n: 9?g.fs2TMG?SG]+ +mY#W릣K2pN0_؋|6)0rJL[X3HUJX 㮛 |< 9i"*d\yL[O\QV_mW3XVܓPm,[0bWfe\@U4S?_g=>:d4.f=[wᚁT3K+")} DiZPGЈfv>Ԛj2`0UC@. F4D܀d`4CTn KdCK(s=*07G[V$JkU3ᘯ2Q*+sH<ɶs im4Tc{SUEXUlm=4spz˝/ӟ$(gs6Z%A0 wco5i[ +phK1ypٍI h- m䅑=WM: l,uٓWr :@Zݪϭk@DbζbÓ@U5PEU3\N-5A}b4,PDA=k!͔ :u+wŞ =7壡a88Ȣ6Y}`^k3yU i ˎέD {6v|4y!H_TV<-":NY'cUhzMԽ q6EWLg d 3UmHX1$ONuK.pH-5ZV ae l['!C!—c:=&Q!uO,6 bj6$K/fEeղ"MLM_fx&AN-jx6 k .HԶq )gU)Lg,hfgB8ueM7Ok6@Uf}f=m䲂a4mb>sU \ٿ-OL;FqC-᾽Pϫy+qt: 7^QU]) Sexk&}ГƩ' mpy6譍3{'!M ,Mol䢇(C=KLy8Z XoJENGV#;7JnNP ;pZ@[tD߿>׺Wzխ:g3;ZW@5m f@J+_xuut PY 2z_Snl#_E>[CY -" 7`!C4ö\kQ8TEs?>H g $(C8=ymZ`}R&ɁJhJ g=VWL QxEH}LP/^n.@X,٧Ta\fXjiAQᚭNv5ܟgoh ( ,L&iT _pWl[]־VB+oA\T5wM1-t6 $zYwݡHB&D:Errkr'WnkPGzC#;F<4Pv{A(Ŧacy.=0:'?$d>)Yεev=/ nE[oѬef ;' !±:)"0ⅲ2_Kx<7&$ W}%dJ? ({~Rۊ?>:5F; GjO<(抁E<sg-lmmjYU%- t` ,LKB EH&l ɏԘ$0"^Ju_ `ZT2XSN(&GQ%{}#c[ˁZL$ly|MIӨ,922|f*?D/)9 Ë1A6]L}.7zO YoN's%GJQR4k`C;5"uOl$d*U_F35J=~)˺ x&7O(1_򈨘QwEʶ$29vQ$n@t8 5I՜JY,.`<{o$9^qUv!kTWwKs^O_?Ap6 FO%l~Au U_ jDwPHѓH%AxmE,{9ܴL&P(rȖҢ=#6k WE$=*p^(}s|jxE5C{!]f.\2li6U+f(54} s跨O‡d&BD@`w8a5zzD*#UNerc/CE8X؝#k;GIWC3к!ςDrm"Yi.95~ ])OsYļy$`p>jU]%zw&̶̅ C]`ºa؎:_W<ҹN0+[=lLwzń6g?3ҖpYo1$=bFwM_uE l:bѫX2A:T8x=Dy5Sv ZTSn' n>V"x^J :p%$ga5"7cxm xZ` kN0]эKi-"]P Yrg6y$:M 5|VrEH@M=r|}ƪ)>|Ch^o^PeZ+".[ f ]DiUq 67}| )&Yxq 0"7ay+;blA>瑘-+Z@u֙1mq1=,W|BfݗMxm{-pXQ5 J-P9u |lӼ}Gx!Hg+[.wvsӽj[#[`V3]w1Y$=3u/cGpj񭝬l#n  _xvhNEݰpNǚk\,7VE@I7Zԉ]S$eוl*Ïb/]$Pk2NF1iXQD^H bl}*GzYZ~i<҅_+vNϜm>xCXƙ\Xp!0 sG'=UM{Z%FBuYO5ߙjU#v<(6=3Qx*Ki-V!HnC8 ]3NwJHIM1֦p9Us>2Q%eMbѩ-œ87ҟD͙uKXb$>X y+- ro|$2 򕸧颣竳sI+M\B9:isb2yzYlз%TE2ĦhW)R:A&4wψ]#Q( +;c~Ŧib=栀qp5T"WX]R}`t[*<ůH/%Zm-lby?XZJS)ֳ۔~;MħY:mzQ=ƬVCu~ quçI}ZE:F=n|{zTG5+W[m ӽi6J,5%{Dhڤ /'WA byL@ ;G:-B/Zu lc>cލcð(&rP-NZ8ȷx-LY6%3˳P͈.l7p"d>' Quv (C;c8zLjϐZQř%pICsVaqq(Ug~卉9Y44MVNd?Rmư^Y@OK< YAF$ݠ*g) ~p(IL$L4~e'Tv[<|eS[Rbg8 \L]٧=bV3j0 (t avz:,My ?60kj42oNRY2+^3~T%gg`F>Tf cMVezjNW{woA&Cr|&]4͛Lgf1)-%[ٍ3ef]di.6j9}unbv(]LZ:Oѭ֑x fȔQ}6:vj4/P:}X?/Wvػ]dG=n yds Prm~{JlP܂R(srPrPr@$cwjݩo]901p"E9nu?n03# |[U LǫHr-Veo!9ئʼnl+mC$zLdkePqѩ xg.Ί>f/V=Mp&(}wWW&T+VBeX$oG=`H hk1XT@}`Ď@+ܚbaiV]rĕ#n\_O@ *&aa-s5N';e(kLqq--D@Tyuüqs+Ȱ6P_L;~:L:3]KXWx$+ KUqP*Jrҭ`[8-_̷0Ea UKl-&ZxE=+B>} С=)\7C$yqJ08r=rVPTY2,}~h~K_9o9NfGoc' >H,hUFv|pug$6sP )Ri|j'mYGѯP}O>*P=?ʏw\fjo **_eڋELלgXUFs:SvX]FǨ@Ho~ KA?VDb?_{fd.oey'4-`rʼn-I»FƞƄqKrB5=_Cc,%a.tY08$0 dIM>hRtZ>A K라{u\'ݍʗyc;?\nSns |Xd!% GUyH{#-!'DEM5^۷ȂpQ}s![*>BUDJRoRǮ5]"T67m*_ut^*o>{plnas8ƗO4ڌ .U\k_O7} }jg*@th7KnQzݥṵBݵԆpm♱l J|3K̆cMd :|U+զ^FCB/MƔTck~(ھw 2[oW#qmQv&pdͷ Mĝx&cbGg>vႭlN}c>P-3mc'Mr}(gvOnFB -?cc[eBD.V~'p C%p- ߽*ڒ/5x zriQҔـ0d4mD#Ū`mƧ-jr3q=꼸⏹IC)=8Vk[ą HCBBY|Ik=|vג>% &ӸTM]HFu/NW _՞B! B{?!qioZ(#F+Y%W8PF/+>2)ؒrCR>,pEl]Wd1 +E>o&ƺ;8@{*vmtQ5J<|L4geR`i<tS>@j"<;T[zB"Ym+qFG7&thYӁVD%DHqS{ YP?xH`u7犝BrZ+׸+ ;:]1 "owp7Ԁ2F\,"%GD/+$<_V`pX#Ĉ3[ۇ;gu^4ЮWh\4rޔcTsׁ(䴜b-®6ìyqE_צuFr+c(:A*nqNJ+M)iZ;]T2bRלKL5Ⱦ[CrӇjVVͩRKoP,rER[r?'4=8e6Ers LQ_KdsG, ׋7. +bT FĔumWY3*Dl_frz9Z/ :tb d/a{8w F>Ɲ#.ZS b"-yĘy!Ec WƩܐh1+cm~ э7[6EqthYZr|WD;Ff`[UQ Zݝ;]}?NmP1a >;{#2@!gDee 2(c;_Xtx4w|e>K.*%Ev^Cu0wՙyB8$Z4&޾@ /<(Փ{[?\j\4d bwNdc@-[xRr[<^g+SɃRAp4('{ 15Zr$JmzRjހ1Xe02g 0T/+LwS“ sᷕgr3gmԞI5dhipc7ڀ9~\2 Tasה8H4:@LCzS߮҂&\Ur Ƚ4Tɡz2$Jtԍu>qO߰b>IJy&zGNnH:vhxt}GsP@GENhq7ḱ/NPsX'ZI(Dhf暣@80e[\Q`07%GctY_כV~ e~ld ahgÂC(ZF߾VCFdc#6bEr :nFomΎ835$K*&ZzwDASdI[*">ᑁF!t7M5*OAYSfjUǘ`ia۲H5EY3[7X79cP6ax|,8F9Zפ džx0rcDQK626Wn;x"̹@ݡbf:bvr#Ϯ:,7r@ya@U=dnEc|K_l)'J+wm}/Z tԜ:E%03JKF>]k)\*ym bdj̜a9wacg |ѥ}i<[ ]#c: 88nj^q<'t~]riLyBͅZ}Iu[ O1xcXa2o=;Ԑ,6 j@tKfk!vHKfz@.!p 7soLQ,6ti~h y\I!Q_43د(^* )%erz}h8-ku-nq!⻌+My+=ēJ!e%QvE U<]*S`qo6Z}U6jFʖɇZ U'Zs^΀> ih58U7::0nw2Y-N7zJǏd[Qf̚84e0]kd+Dnԁ= nyg)*ޢt~pĬ6F/tۆOE/je!&yK nO ~i%1, [K_>镜l,ޘ.1K E (P% t6۩_Z4m.;=iWpm' u 7Xl 1mʟ!0@aHPcfa8"amױ)aqpND^II}BEXϤ"YKVac/H(7֚ ո] h;C|%U<&p-@^2U f6XI0ÀH鍳ب kH.BM4۹s3y)+N_"Fjx螿Dnu>nFu E%VmWR+$Cť~ՋJ)7wq>:P->:8.^.BCNm| Ǎ{vGd<ʎs;+&v9]Q:<3WzH%Wڤe]7K!L;IsΟ~̋Z53P;HthC3NPsi7jwpbtXwxVh9 ^n=m)Õ%ΝD+LSpt ^/Yu:=@R0~_m 4O!wAՃe}a>ev@)238:᮶)Kxb;٠ N)Ӝ^,ۻWyn # >sy7 {WyOPv,HQLwD1,FRDD}]=%-ޭe"tje ٪;bdx[bjtqB9#tzjcY\q5Zt!h#OC6ЃVd')|l:~Wyp2޻au8Zn'oʹcӞ1C=`[N+=u,`BG]n=bKAYW7kj3LHgBxj0o ftΖ!Y:ɀsuG|]&h$Pq5S-wֻ- 0Y!HLV(j> NuTM$x>V85\$%l,R2jz\ˍR} !v `CC!Rp [W}-j 7gu!7&S̕/T|1cJT*sYӨn'SpaQ&ݳYi@3O𠢥-i )ݻoY"4SI&Xn М˪O~wk'EaH 4MM(F:ofPV_d=WsH,NVSEzLD{f7b p1m.ɟs@\ěυS FB7>[`RǢ}P=]:N#TB֫ XKw;ijsC>:IN@G3n-q .TڛD0OR S}dXaZm3~zb{6[3UN T&qX!>XiV>O(T C 1h8\k,0YrVtKw _:J6G|Jz`<?N7 Y4=@?\-)ojK|NM7ylWB;QBysEׂ>m#:wzHq~EYE3[zy.jJ$U!mNǷckˍI`4 k"cu^Go.p@4B9?[Y;-~P½e_wR9]V&$Djdԭ5 XI)&cN֮˺EӺJ >E/P9obY- [,B>ҿX~AǀN>U Z0:4qËz\fqQq(YWRlQu M }3:i?b]{8|a*NmkKX] y!!XjIdg(GjM j_yojwSdqW#Ki5N YwP$۷K0D$yr:7'ڱWBL <.An0ő] 6mʞ`{S$T ܽF>㯙ge^_tb! C(M,fc& ~&O M4h%D{DvP+.w]h{Qdfo^CGG<\it5]ӪBooE/){wlˠjB2GT5p!TJS;Q>ΌC 3X)o3 '&@ܐ&zKg,f O]!/ L{Tcu*)c[ #7Y6m]# ^CV-gm9kO w @X*cfX B=j¹\Wz7r Ű47V>jعie_.%8o2PPy ; VhM5Y妧D>ev4,.E;RsL;G;9~NiRp/so#0ˀ, '|5(=P qV) Ɨ|FR\iF̖•X̾il꪿U@cyPȝA%pk;QQij뚇'L?x Mұ$8q4uO++%6D<8hcNp '`0Yo\nSۀ_8A}T>f3V|E{M+ 7+hm8lMx'JM R9S,KSM7v4W1p^ypzyDpU$rd[^ Wr: +X"fN=jVXQ395ߋJٰ7[ P)O~$sBrҷ4 UCEc5Dvm"a%>o?TUpJ2޽[J O#O ȫKom#V'wzt c!2Ya6Ա:,@MPEJ %E&*_kOj\tΪNSRcd}fmTA.[H|*Cb1HZA:]/jƍ E7,r Kh=AKQco?:M`ٱbp 0gW{qǜ:i.g;G[9 V27v+'CżXv,\ٞS徆?g1a< }+N݀eQ/{K0:7H4m=u`Q4?32_`/PX|f-?i3n9[vjj8AG1Q%\xG-}C(BAyť@cxnjuϏ&@O`K", P WȠ-L,8G3- $v8 )i厪}xWu҇B X|w¶r?\r:6&U J}sZqc>cm{@ mr@;o(PY y'fOhPd@tl!>8eo"nĞ#_Z`s?M=}Zzѵ:w0XReUNBzNPL;񊬬Gcp@wo޸ [7ro-^SM2%<y.3@eY޳(m)k +#@1<8g '(:"|z{\095ן#1͕U`vQs%.[Q>FM8<$Jɍ*'9锃Kk~%)wH=i"^0\oT 44\f<귶q 3Xep2 hjiFK?҄AP Ią z=P 2*gD={˞oz% SLԹjBU)ht3vբW\%3γxjK һYN9z&`-85~LZ0ʧ1H8pCksh_3L'Mrp%B>YjvUS^GP-,? H}p}GN<\82惉7$̵ƢgSDrvv-yHU2bQkic[WEVcjH U4H^QNL,WC1[Ǵʚ"cUYF?hEFjŮ,TFJwU uLRՄ:pa709y|5'REKq} 3,Ѣ`~ܬ:vM+&L6L2 9HJnAOV`Y]ˮi~MqCqK":Q @؍N`?AMc/.S_7AbMDKq-xl bi_'w%"nԂHf.Ҹ嘝WMV{Z\ڱ9IXd b~ U=0UT&oRI.w cw cZ}EuE겪hp' ]N C_}>qd.QTߊZU∵PN; Y^K 4r|;Mٙ&$x~2L=ə`,%2F4H}%7zx*7+XcW#YΊ+ho< <=G[x޿TNN ƜDDBYoj[X-SK0=Y?LhܗYӬr:f+DQ7.g$` HmW[a5s{b)Cx*K3H1?ѡZb^u1q38^E P+X aod4iӽ8÷,Mߴܻ3Fd!>AxLBl"ѨlMk y3,q N@7 숿ϧ^jk0" '  S.l4& *"BfNGa}69͇WxNT?d &[)'!kUaֲI0`R]36k#:e,Ѽl[guO0^%31?CJ<zc2op k+r=,MGa@*5`'=c3¯s"w);Zh7u{Σ`S Ԕm*LZ_Q_CeDmu6sT_$]FQ_[|./1s~TguIWߕs.\UX,s$&--Flj^<ZdNz,#Ѷ yGTȓ7ޮZׂ:"9HOxd4SJwyd2^ s-Qe7ULfzHpd`vNhn M0p`%ϩ%7GKLifG F@re'De=fpvw= y|pC{uu<^SZ@)$"+:UOƜgX +Ul-8,;Ssac"x11A{Ft^oV2G/㈗;Izf(ŀbA`*Gr8|Z?݂9U:Oo/EB>칔N( J)TbQ|L Tw q YZ